.clear {
  content: "";
  visibility: hidden;
  display: block;
  clear: both;
}
/* 如果页面加载没有，JS生成的，如果需要click事件需要加上指针属性。手机端 */
.user-navigation {
  cursor: pointer;
}
#header {
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  width: 100%;
  height: 110px;
  border-bottom: 1px solid #ccc9c9;
  background-color: #fff;
}
#header .header-container {
  width: 1200px;
  float: left;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#header .header-container .pc_logo {
  position: relative;
  float: left;
}
#header .header-container .pc_logo ul {
  float: left;
  margin-top: 4px;
}
#header .header-container .pc_logo ul li {
  position: relative;
  top: -12px;
  float: left;
  margin-right: 40px;
  opacity: 0;
  -webkit-filter: opacity(alpha=0);
          filter: opacity(alpha=0);
}
#header .header-container .pc_logo ul li:last-of-type {
  margin-right: 0;
}
#header .header-container .pc_logo ul li a {
  display: block;
}
#header .header-container .pc_logo ul li img {
  height: 30px;
  display: block;
}
#header .header-container .pc_logo ul li.active {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  top: 0;
  opacity: 1;
  -webkit-filter: opacity(alpha=100);
          filter: opacity(alpha=100);
}
#header .header-container .pc_logo .hd_logo {
  position: relative;
  float: left;
  padding-right: 48px;
  margin-right: 48px;
}
#header .header-container .pc_logo .hd_logo::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #5a5a5a;
}
#header .header-container .pc_logo .hd_logo a {
  display: block;
}
#header .header-container .pc_logo .hd_logo img {
  display: block;
  height: 34px;
}
#header .header-container .pc_logo span {
  float: left;
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 39px;
}
#header .header-container .header_btn_pc {
  float: right;
}
#header .header-container .header_btn_pc > i {
  position: relative;
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #b9986c;
  color: #fff;
  float: left;
  margin-right: 21px;
  cursor: pointer;
}
#header .header-container .header_btn_pc > i:last-of-type {
  margin-right: 0;
}
#header .header-container .header_btn_pc > i::before {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
}
#header .header-container .app_logo {
  display: none;
}
#header .header-container .app_logo img {
  float: left;
  vertical-align: bottom;
}
#header .header-container .app_logo span {
  float: left;
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 39px;
}
#header .header-container .nav {
  float: left;
  position: relative;
}
#header .header-container .nav .menu_close_btn_app {
  display: none;
}
#header .header-container .nav ul {
  overflow: hidden;
  position: relative;
  left: 0;
  top: -3px;
}
#header .header-container .nav ul li {
  float: left;
  margin-right: 40px;
}
#header .header-container .nav ul li a {
  position: relative;
  transition: color .3s ease;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  font-size: 15px;
  float: left;
  line-height: 30px;
  letter-spacing: 3px;
  padding-left: 3px;
}
#header .header-container .nav ul li a::after {
  content: '';
  transition: width .3s ease;
  -webkit-transition: width .3s ease;
  -moz-transition: width .3s ease;
  -ms-transition: width .3s ease;
  -o-transition: width .3s ease;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #b9986c;
}
#header .header-container .nav ul li:last-of-type {
  margin-right: 0;
}
#header .header-container .nav ul li:hover a {
  color: #b9986c;
}
#header .header-container .nav ul li:hover a::after {
  width: 69px;
}
#header .header-container .nav ul li.active a {
  color: #b9986c;
}
#header .header-container .nav ul li.active a::after {
  width: 69px;
}
#header .header-container .searchBox {
  position: absolute;
  bottom: 0;
  right: 0;
}
#header .header-container .searchBox .icon-search-app {
  display: none;
}
#header .header-container .searchBox .icon-search {
  background-color: transparent;
  font-size: 20px;
  color: #b9986c;
  cursor: pointer;
}
#header .header-container .searchBox .form {
  overflow: hidden;
}
#header .header-container .searchBox .form .sub_search {
  float: left;
  height: 36px;
  width: 44px;
  border: 1px solid #b9986c;
  border-right: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
}
#header .header-container .searchBox .form .sub_search::before {
  font-weight: bold;
}
#header .header-container .searchBox .form .inp {
  -webkit-appearance: none;
  border: 1px solid #b9986c;
  font-size: 14px;
  padding: 5px;
  width: 240px;
  float: left;
  height: 36px;
  border-radius: 0;
  -webkit-border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
}
#header .header-container .searchBox .form .search_btn {
  font-size: 14px;
  color: #fff;
  font-style: normal;
  background-color: #b9986c;
  float: left;
  height: 36px;
  padding: 10px 10px;
}
#header .header-container .languageChange {
  float: right;
  height: 110px;
}
#header .header-container .languageChange ul {
  overflow: hidden;
  position: relative;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#header .header-container .languageChange ul li {
  float: left;
}
#header .header-container .languageChange ul li a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  float: left;
  position: relative;
  padding: 0 20px;
  font-size: 16px;
}
#header .header-container .languageChange ul li:first-of-type a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #494949;
}
#header .header-container .languageChange ul li:last-of-type a {
  padding-right: 0;
}
#header .header-container .languageChange ul li.active a {
  color: #b9986c;
}
#header .header-container .languageChange ul li:hover a {
  color: #b9986c;
}
.header_logo {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}
.header_nav {
  position: fixed !important;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-filter: opacity(alpha=0);
          filter: opacity(alpha=0);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  top: 30px;
}
.header_nav.active {
  top: 0;
  opacity: 1;
  -webkit-filter: opacity(alpha=100);
          filter: opacity(alpha=100);
  z-index: 10;
}
#nav_dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background-color: rgba(185, 152, 108, 0.9);
}
#nav_dialog .menu_close_btn {
  position: absolute;
  top: 10px;
  right: 30px;
}
#nav_dialog .menu_close_btn i {
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
#nav_dialog ul {
  width: 630px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#nav_dialog ul li {
  width: 25%;
  float: left;
  text-align: center;
  line-height: 45px;
  position: relative;
  margin-bottom: 30px;
}
#nav_dialog ul li a {
  transition: color .3s ease;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  display: block;
  font-size: 26px;
  color: #fff;
  letter-spacing: 5px;
}
#nav_dialog ul li:nth-of-type(5) {
  left: 81px;
}
#nav_dialog ul li:nth-of-type(6) {
  left: 81px;
}
#nav_dialog ul li:nth-of-type(7) {
  left: 81px;
}
#nav_dialog ul li:last-of-type {
  left: 81px;
}
#nav_dialog ul li.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 49%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 75%;
  height: 1px;
  background-color: #333333;
}
#nav_dialog ul li.active a {
  color: #333333;
}
#nav_dialog ul li:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 49%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 75%;
  height: 1px;
  background-color: #333333;
}
#nav_dialog ul li:hover a {
  color: #333333;
}
#search_dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background-color: rgba(185, 152, 108, 0.9);
}
#search_dialog .search_close_btn {
  position: absolute;
  top: 10px;
  right: 30px;
}
#search_dialog .search_close_btn i {
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
#search_dialog .form {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  float: left;
}
#search_dialog .form .icon-search {
  background-color: #fff;
  font-size: 20px;
  color: #b9986c;
  cursor: pointer;
}
#search_dialog .form .sub_search {
  float: left;
  height: 36px;
  width: 44px;
  border: 1px solid #b9986c;
  border-right: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
}
#search_dialog .form .sub_search::before {
  font-weight: bold;
}
#search_dialog .form .inp {
  -webkit-appearance: none;
  border: 1px solid #b9986c;
  font-size: 14px;
  padding: 5px;
  width: 300px;
  float: left;
  height: 36px;
  border-radius: 0;
  -webkit-border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
}
#search_dialog .form .search_btn {
  font-size: 14px;
  color: #fff;
  font-style: normal;
  background-color: #b9986c;
  float: left;
  height: 36px;
  padding: 10px 10px;
}
.video-js .vjs-tech {
  position: relative !important;
}
#main {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow-x: hidden;
}
#main #lb #slide_banner {
  position: relative;
}
#main #lb #slide_banner ul li img {
  width: 100%;
  vertical-align: bottom;
}
#main #lb #slide_banner.active {
  overflow: hidden;
}
#main #lb .banner-control-nav {
  display: block;
  position: absolute;
  bottom: 32px;
  left: 50%;
}
#main #lb .banner-control-nav li {
  float: left;
  margin-right: 9px;
}
#main #lb .banner-control-nav li:last-of-type {
  margin-right: 0;
}
#main #lb .banner-control-nav li a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 10px;
  cursor: pointer;
  background-color: #808080;
  color: transparent;
}
#main #lb .banner-control-nav li a.banner-active {
  background-color: #b9986c;
}
#main .more {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  position: relative;
  width: 190px;
  float: left;
  margin-top: 43px;
  padding: 4px 4px 3px 4px;
  border-bottom: 1px solid #666;
}
#main .more a {
  transition: color .3s ease;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  display: block;
  font-size: 15px;
  color: #666;
}
#main .more i {
  transition: color .3s ease;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  position: absolute;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: 54%;
  right: -2px;
  color: #666;
}
#main .more i::after {
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 12px;
  width: 20px;
  height: 1px;
  background-color: #666;
}
#main .more:hover {
  background-color: #b9986c;
  border-bottom: 1px solid #b9986c;
}
#main .more:hover a {
  color: #f9f6f3;
}
#main .more:hover i {
  color: #fff;
}
#main .more:hover i::after {
  background-color: #fff;
}
#main .new_list {
  position: relative;
  width: 100%;
  margin: 25px auto 0;
}
#main .new_list ul li {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  overflow: hidden;
}
#main .new_list ul li a {
  display: block;
  font-size: 16px;
}
#main .new_list ul li a p,
#main .new_list ul li a span,
#main .new_list ul li a i {
  float: left;
  line-height: 24px;
}
#main .new_list ul li a p {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  float: right;
  width: 210px;
  line-height: 24px;
  margin-bottom: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  border-bottom: 1px solid transparent;
}
#main .new_list ul li a span {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  color: #808080;
}
#main .new_list ul li a i {
  display: block;
  width: 46px;
  text-align: center;
  font-style: normal;
  color: #fff;
  background-color: #b9986c;
  margin: 0px 0 0 12px;
  font-size: 13px;
}
#main .new_list ul li:hover a p {
  color: #b9986c;
  border-bottom: 1px solid #b9986c;
}
#main #news {
  position: relative;
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  padding: 28px 0 45px;
}
#main #news::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  left: 67%;
  width: 1px;
  height: 100%;
  background-color: #ccc9c9;
}
#main #news::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  left: 32%;
  width: 1px;
  height: 100%;
  background-color: #ccc9c9;
}
#main #news .action,
#main #news .notice {
  width: 31%;
}
#main #news .action {
  float: left;
}
#main #news .action:first-of-type {
  margin-right: 3.5%;
}
#main #news .notice {
  float: right;
}
#main #audio {
  width: 100%;
  background-color: #f2ede7;
  padding: 28px 0 45px;
  position: relative;
}
#main #audio .audio_box {
  margin: 0 auto;
  width: 1200px;
  overflow: hidden;
  position: relative;
}
#main #audio .audio_box .audio_list {
  position: absolute;
  top: 88px;
  left: 0;
  z-index: 1;
}
#main #audio .audio_box .audio_list ul li {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  font-size: 16px;
  width: 590px;
  padding: 10px 50px 20px 50px;
  background-color: #fff;
  border: 1px solid #333;
  margin-bottom: 35px;
}
#main #audio .audio_box .audio_list ul li i,
#main #audio .audio_box .audio_list ul li a,
#main #audio .audio_box .audio_list ul li span {
  transition: color .3s ease;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  color: #333;
}
#main #audio .audio_box .audio_list ul li i {
  display: block;
  font-style: normal;
  margin-top: 20px;
}
#main #audio .audio_box .audio_list ul li a {
  display: block;
  letter-spacing: 1px;
  margin: 12px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main #audio .audio_box .audio_list ul li span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#main #audio .audio_box .audio_list ul li:hover {
  background-color: #b9986c;
  border: 1px solid #b9986c;
}
#main #audio .audio_box .audio_list ul li:hover i,
#main #audio .audio_box .audio_list ul li:hover a,
#main #audio .audio_box .audio_list ul li:hover span {
  color: #fff;
}
#main #audio .audio_box .audio_list ul li.active {
  background-color: #b9986c;
  border: 1px solid #b9986c;
}
#main #audio .audio_box .audio_list ul li.active i,
#main #audio .audio_box .audio_list ul li.active a,
#main #audio .audio_box .audio_list ul li.active span {
  color: #fff;
}
#main #audio .audio_box .audio_view {
  position: relative;
  float: right;
  width: 890px;
  height: 608px;
  cursor: pointer;
}
#main #audio .audio_box .audio_view .audio_view_img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main #audio .audio_box .audio_view .audio_view_img:nth-of-type(1) {
  display: block;
}
#main #audio .audio_box .audio_view .click_audio_play {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border: 1px solid #b9986c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#main #audio .audio_box .audio_view .click_audio_play i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-size: 20px;
  color: #b9986c;
  display: block;
}
#main #audio .audio_box .audio_view img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  vertical-align: bottom;
}
#main #audio .audio_box .audio_view p {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #b9986c;
  z-index: 1;
}
#main #audio .audio_box .audio_view p i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #b9986c;
  font-size: 48px;
}
#main #audio .audio_box .audio_view:hover .click_audio_play {
  background-color: #b9986c;
}
#main #audio .audio_box .audio_view:hover .click_audio_play i {
  font-size: 20px;
  color: #fff;
  display: block;
}
#main #audio #myVideo,
#main #audio #myVideo1,
#main #audio #myVideo2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main #audio #myVideo button,
#main #audio #myVideo1 button,
#main #audio #myVideo2 button,
#main #audio #myVideo i,
#main #audio #myVideo1 i,
#main #audio #myVideo2 i,
#main #audio #myVideo span,
#main #audio #myVideo1 span,
#main #audio #myVideo2 span {
  color: #fff;
}
#main #audio .vjs-big-play-centered .vjs-big-play-button {
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #b9986c;
  background-color: #fff;
}
#main #audio .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  transition: color .3s ease;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  position: relative;
  color: #b9986c;
  font-size: 40px;
  top: 3px;
}
#main #audio .video-js .vjs-big-play-button:hover {
  background-color: #b9986c;
}
#main #audio .video-js .vjs-big-play-button:hover .vjs-icon-placeholder::before {
  color: #fff;
}
#main #audio .more {
  position: absolute;
  left: 0;
  bottom: 35px;
}
#main #academic {
  overflow: hidden;
  padding: 28px 0 45px;
}
#main #academic .academic_box {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#main #academic .academic_list {
  float: left;
  margin-top: 30px;
}
#main #academic .academic_list ul li {
  transition: top .3s ease;
  -webkit-transition: top .3s ease;
  -moz-transition: top .3s ease;
  -ms-transition: top .3s ease;
  -o-transition: top .3s ease;
  position: relative;
  top: 0;
  width: 290px;
  float: left;
  margin-right: 13px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 0 15px rgba(185, 152, 108, 0.2);
  -webkit-box-shadow: 0 0 15px rgba(185, 152, 108, 0.2);
}
#main #academic .academic_list ul li a {
  display: block;
  width: 100%;
}
#main #academic .academic_list ul li a span {
  display: block;
  height: 88px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  padding: 20px 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#main #academic .academic_list ul li a p {
  width: 100%;
  height: 420px;
}
#main #academic .academic_list ul li a img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}
#main #academic .academic_list ul li:last-of-type {
  margin-right: 0;
}
#main #academic .academic_list ul li:hover {
  top: -14px;
}
#main #academic .more {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 8px;
}
#main #links_list {
  display: none;
  overflow: hidden;
  padding: 28px 0 45px;
}
#main #links_list .links_box {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#main #links_list .links_box .link_list {
  margin-top: 17px;
}
#main #links_list .links_box .link_list ul li {
  float: left;
  width: 20%;
}
#main #links_list .links_box .link_list ul li a {
  transition: top .3s ease;
  -webkit-transition: top .3s ease;
  -moz-transition: top .3s ease;
  -ms-transition: top .3s ease;
  -o-transition: top .3s ease;
  position: relative;
  top: 0rem;
  display: block;
  width: 100%;
  height: 52px;
  text-align: center;
}
#main #links_list .links_box .link_list ul li a img {
  max-height: 52px;
  vertical-align: bottom;
}
#main #links_list .links_box .link_list ul li:first-of-type a {
  text-align: left;
}
#main #links_list .links_box .link_list ul li:last-of-type a {
  text-align: right;
}
#main #links_list .links_box .link_list ul li:hover a {
  top: -10px;
}
#audioDialog1,
#audioDialog2,
#audioDialog3 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
#audioDialog1 .video-js,
#audioDialog2 .video-js,
#audioDialog3 .video-js {
  position: absolute;
  width: 100%;
  height: 100%;
}
#audioDialog1 .audioDialogClose,
#audioDialog2 .audioDialogClose,
#audioDialog3 .audioDialogClose {
  position: absolute;
  top: 2%;
  right: 2%;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.title {
  position: relative;
  width: 100%;
}
.title p {
  font-size: 22px;
  letter-spacing: 4px;
  line-height: 40px;
  color: #333;
}
.title .en_title {
  display: block;
  font-style: normal;
  color: #333;
  font-size: 22px;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 45px;
}
#footer {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  border-top: 16px solid #b9986c;
}
#footer .footer-container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 35px 0 38px;
}
#footer .footer-container > div {
  float: left;
  margin-right: 275px;
}
#footer .footer-container > div:nth-of-type(1) p {
  font-size: 14px;
  line-height: 24px;
}
#footer .footer-container > div:nth-of-type(2) {
  margin-right: 0;
}
#footer .footer-container > div:nth-of-type(2) p {
  font-size: 14px;
  line-height: 24px;
}
#footer .footer-container > div:nth-of-type(3) {
  margin-right: 0;
  float: right;
}
#footer .footer-container > div:nth-of-type(3) p {
  font-size: 14px;
  line-height: 24px;
}
#footer .footer-container > div:nth-of-type(4) {
  display: none;
  position: relative;
  margin-right: 12px;
  float: right;
  top: -5px;
}
#footer .footer-container > div:nth-of-type(4) ul {
  float: left;
}
#footer .footer-container > div:nth-of-type(4) ul li {
  position: relative;
  float: left;
  margin-right: 44px;
}
#footer .footer-container > div:nth-of-type(4) ul li p {
  padding: 3px;
  border: 1px solid #333;
}
#footer .footer-container > div:nth-of-type(4) ul li p img {
  width: 52px;
  vertical-align: bottom;
}
#footer .footer-container > div:nth-of-type(4) ul li span {
  position: absolute;
  left: -12px;
  bottom: -29px;
  display: block;
  font-size: 13px;
  color: #666;
  line-height: 29px;
  width: 86px;
  letter-spacing: 1px;
  text-align: center;
}
#footer .footer-container > div:nth-of-type(4) ul li:last-of-type {
  margin-right: 0;
}
#footer .footer-container > div:nth-of-type(4) ul li .tb_2 {
  position: absolute;
  top: -125px;
  left: -36px;
  display: none;
}
#footer .footer-container > div .tb_1 {
  width: auto;
  cursor: pointer;
}
.crumb {
  width: 1200px;
  margin: 0 auto;
}
.crumb > ul {
  overflow: hidden;
}
.crumb > ul > li {
  float: left;
}
.crumb > ul > li::after {
  content: " - ";
  float: left;
  line-height: 24px;
  margin: 0 5px;
  font-size: 13px;
}
.crumb > ul > li:last-child::after {
  display: none;
}
.crumb > ul > li > a {
  float: left;
  font-size: 14px;
  color: #6d6d6d;
  line-height: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.crumb > ul > li > a:hover {
  color: #b9986c;
}
.container_head {
  width: 100%;
  background-color: #fff;
  padding-top: 15px;
}
.container_head .list-title {
  width: 1200px;
  margin: 0 auto;
  padding: 14px 0 52px;
  text-align: center;
  font-size: 21px;
  letter-spacing: 4px;
}
.school_list {
  overflow: hidden;
  padding: 72px 0;
  border-top: 1px solid #b9986c;
  width: 100%;
  background-color: #f2ede7;
}
.school_list ul {
  float: left;
}
.school_list ul li {
  cursor: pointer;
  position: relative;
  width: 220px;
  margin-right: 25px;
  overflow: hidden;
  float: left;
}
.school_list ul li:last-of-type {
  margin-right: 0;
}
.school_list ul li > img {
  width: 100%;
  vertical-align: bottom;
}
.school_list ul li a {
  transition: top .3s 0.1s ease;
  -webkit-transition: top .3s 0.1s ease;
  -moz-transition: top .3s 0.1s ease;
  -ms-transition: top .3s 0.1s ease;
  -o-transition: top .3s 0.1s ease;
  display: block;
  padding: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  z-index: 2;
  color: #fff;
}
.school_list ul li a img {
  display: block;
  width: 50px;
  margin-bottom: 10px;
}
.school_list ul li a p {
  font-size: 12px;
  color: #fff;
}
.school_list ul li:last-of-type a img {
  width: 40px;
}
.school_list ul li .filter {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(185, 152, 108, 0);
  z-index: 1;
}
.school_list ul li:hover .filter {
  background-color: rgba(185, 152, 108, 0.8);
}
.school_list ul li:hover a {
  top: 0;
}
.my-menu {
  position: absolute;
  left: 0;
  top: 0;
}
.my-menu li {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  width: 200px;
  height: 48px;
  background-color: #fff;
  border: 1px solid #333;
  margin-bottom: 15px;
}
.my-menu li a {
  transition: color .3s ease;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  font-size: 16px;
  display: block;
  text-align: center;
  letter-spacing: 3px;
  line-height: 46px;
}
.my-menu li:last-of-type {
  margin-bottom: 0;
}
.page-list {
  background-color: #f2ede7;
}
.page-list .my-container {
  width: 1200px;
  margin: 48px auto 0;
  overflow: hidden;
}
.page-list .my-container .my-menu li:hover {
  background-color: #b9986c;
  border: 1px solid #b9986c;
}
.page-list .my-container .my-menu li:hover a {
  color: #fff;
}
.page-list .my-container .my-menu li.active {
  background-color: #b9986c;
  border: 2px solid #b9986c;
}
.page-list .my-container .my-menu li.active a {
  color: #fff;
}
.page-list .pages {
  overflow: hidden;
  width: 100%;
}
.page-list .current-page {
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.page-list .pages .current-page > ul {
  display: inline-block;
  overflow: hidden;
  margin-right: 10px;
}
.page-list .pages .current-page > ul > li {
  float: left;
  margin-right: 5px;
}
.page-list .pages .current-page > ul > li:last-child {
  margin-right: 0;
}
.page-list .pages .current-page > ul > li:hover a {
  background: #b9986c;
  color: #fff;
}
.page-list .pages .current-page > ul > li.li-active a {
  background: #b9986c;
  color: #fff;
}
.page-list .pages .current-page > ul > li a {
  display: block;
  line-height: 32px;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #b9986c;
  border-radius: 4px;
  color: #b9986c;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-list {
  padding-bottom: 56px;
}
.page-list .my-container {
  position: relative;
}
.page-list .my-list {
  padding: 50px 35px 50px 35px;
  width: 100%;
}
.page-list .my-list li {
  margin-bottom: 13px;
  overflow: hidden;
  font-size: 16px;
}
.page-list .my-list li a {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: 1px;
  display: block;
  float: left;
  line-height: 24px;
  max-width: 556px;
  overflow: hidden;
  border-bottom: 1px solid transparent;
}
.page-list .my-list li a:hover {
  border-bottom: 1px solid #b9986c;
  color: #b9986c;
}
.page-list .my-list li i {
  float: right;
  font-style: normal;
  color: #808080;
  line-height: 24px;
}
.page-list .my_container_list {
  width: 990px;
  float: right;
  background-color: #fff;
  margin-top: 40px;
}
.teacher_list {
  background-color: #fff;
  position: relative;
}
.teacher_list .my-container {
  position: relative;
  width: 1200px;
  margin: 80px auto;
  overflow: hidden;
  z-index: 2;
}
.teacher_list .my-container .my-menu {
  position: relative;
  float: left;
}
.teacher_list .my-container .my-menu li {
  position: relative;
  width: 300px;
  height: 72px;
}
.teacher_list .my-container .my-menu li a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  line-height: normal;
}
.teacher_list .my-container .my-menu li a img {
  height: 50px;
  vertical-align: bottom;
}
.teacher_list .my-container .my-menu li:hover {
  background-color: #fff;
  border: 1px solid #b9986c;
}
.teacher_list .my-container .my-menu li.active {
  background-color: #fff;
  border: 2px solid #b9986c;
}
.teacher_list .my-container .teacher_intr {
  width: 790px;
  float: right;
}
.teacher_list .my-container .teacher_intr .teacher_intr_title {
  font-size: 22px;
  letter-spacing: 4px;
  line-height: 30px;
  margin-top: -4px;
  margin-bottom: 30px;
}
.teacher_list .my-container .teacher_intr .teacher_intr_content {
  overflow: hidden;
}
.teacher_list .my-container .teacher_intr .teacher_intr_content .teacher_intr_content_img {
  width: 190px;
  height: 300px;
  float: left;
}
.teacher_list .my-container .teacher_intr .teacher_intr_content .teacher_intr_content_img img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.teacher_list .my-container .teacher_intr .teacher_intr_content .teacher_intr_content_jj {
  width: 560px;
  height: 309px;
  overflow: hidden;
  float: right;
}
.teacher_list .my-container .teacher_intr .teacher_intr_content .teacher_intr_content_jj p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 13px;
}
.teacher_list .my-container .teacher_intr .teacher_intr_content .teacher_intr_content_jj p:nth-of-type(1) {
  font-weight: 600;
}
.teacher_list .my-container .teacher_intr .teacher_intr_content .teacher_intr_content_jj p:nth-of-type(1) {
  color: #b9986c;
  font-size: 15px;
}
.teacher_list .my-container .teacher_intr .teacher_intr_content .teacher_intr_content_jj.activeJj {
  height: auto;
  overflow: visible;
}
.teacher_list .my-container .teacher_intr .teacher_intr_content .more {
  clear: both;
  left: 598px;
  margin-top: 40px !important;
}
.teacher_list .my-container .teacher_intr .teacher_intr_title2 {
  display: none;
  margin-top: 60px;
}
.teacher_list .my-container .teacher_intr .teacher_list_show {
  display: none;
  width: 100%;
}
.teacher_list .my-container .teacher_intr .teacher_list_show ul li {
  position: relative;
  width: 190px;
  height: 270px;
  float: left;
  margin-right: 10px;
}
.teacher_list .my-container .teacher_intr .teacher_list_show ul li:last-of-type {
  margin-right: 0;
}
.teacher_list .my-container .teacher_intr .teacher_list_show ul li a {
  display: block;
}
.teacher_list .my-container .teacher_intr .teacher_list_show ul li a img {
  max-width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.teacher_list .my-container .teacher_intr .newList-control-nav {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  margin-top: 1rem;
  float: left;
}
.teacher_list .my-container .teacher_intr .newList-control-nav li {
  float: left;
  margin-right: 0.7rem;
}
.teacher_list .my-container .teacher_intr .newList-control-nav li:last-of-type {
  margin-right: 0;
}
.teacher_list .my-container .teacher_intr .newList-control-nav li a {
  font-size: 12px;
  color: transparent;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #808080;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.teacher_list .my-container .teacher_intr .newList-control-nav li a.newList-active {
  background-color: #b9986c;
}
.teacher_list::after {
  content: '';
  display: block;
  width: 100%;
  height: 224px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #f2ede7;
  display: none;
}
.detail {
  width: 1200px !important;
  margin: 0 auto;
  background: #fff;
  padding-top: 15px;
  padding-bottom: 50px;
}
.detail .my-container {
  min-height: 344px;
}
.detail .title-container {
  text-align: center;
  margin-top: 30px;
}
.detail .title-container .title {
  display: inline-block;
  font-size: 22px;
  padding: 0 10px 5px 10px;
  text-align: center;
  letter-spacing: 4px;
}
.detail .title-container .sub-title-container {
  display: block;
}
.detail .title-container .sub-title {
  font-size: 14px;
  display: inline-block;
  color: #999;
}
.detail .content {
  margin: 0 auto;
  margin-top: 20px;
  font-size: 14px;
  line-height: 28px;
}
.detail .content img {
  max-width: 600px;
  margin: 10px auto;
  vertical-align: middle;
}
.detail .content a {
  word-break: break-all;
  color: #231815;
}
.detail .more_content {
  float: right !important;
}
.detail_audio #myVideo,
.detail_audio #myVideo1,
.detail_audio #myVideo2 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail_audio #myVideo button,
.detail_audio #myVideo1 button,
.detail_audio #myVideo2 button,
.detail_audio #myVideo i,
.detail_audio #myVideo1 i,
.detail_audio #myVideo2 i,
.detail_audio #myVideo span,
.detail_audio #myVideo1 span,
.detail_audio #myVideo2 span {
  color: #fff;
}
.detail_audio .vjs-big-play-centered .vjs-big-play-button {
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #b9986c;
  background-color: #fff;
}
.detail_audio .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  transition: color .3s ease;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  position: relative;
  color: #b9986c;
  font-size: 40px;
  top: 3px;
}
.detail_audio .video-js .vjs-big-play-button:hover {
  background-color: #b9986c;
}
.detail_audio .video-js .vjs-big-play-button:hover .vjs-icon-placeholder::before {
  color: #fff;
}
.single .content {
  max-height: 285px;
  overflow: hidden;
}
.single .content.activeDetail {
  max-height: none;
  overflow: visible;
}
.detail .links {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #b9986c;
  padding: 15px 0;
  margin-top: 30px;
}
.detail .links .left-link,
.detail .links .right-link {
  font-size: 15px;
  color: #231815;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.detail .links .left-link:hover,
.detail .links .right-link:hover {
  color: #b9986c;
}
.detail .links .left-link {
  float: left;
}
.detail .links .right-link {
  float: right;
}
.icon-huidaodingbu1 {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  font-size: 40px;
  position: fixed;
  right: 8px;
  bottom: 100px;
  color: #999;
  display: none;
  z-index: 20;
}
.icon-huidaodingbu1:hover {
  color: #beac83;
}
@media screen and (min-width: 1200px) {
  .school_list ul {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .page-list .my_container_list {
    min-height: 450px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1440px) {
  .detail .content {
    min-height: 200px;
  }
}
#header .header-container .menu1 {
  display: none;
}
#header .header-container .menu2 {
  display: none;
}
#header .header-container .nav ul li a i {
  display: none;
}
.header_logo {
  display: block;
}
@media screen and (max-width: 960px) {
  #header {
    width: 100%;
    height: 2.5rem;
    background-color: #fff;
    border: 0;
    box-shadow: 0 2px 10px rgba(186, 143, 107, 0.2);
    -webkit-box-shadow: 0 2px 8px rgba(186, 143, 107, 0.2);
  }
  #header .header-container {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #header .header-container .menu1 {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: block;
  }
  #header .header-container .menu1 i {
    color: #333;
    font-size: 1rem;
  }
  #header .header-container .menu2 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 2.5rem;
    background-color: #fff;
    z-index: 2;
    padding-left: 1rem;
    overflow: hidden;
  }
  #header .header-container .menu2 i {
    font-size: 1rem;
    color: #333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  #header .header-container .menu2::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0.5rem;
    background-color: #333;
  }
  #header .header-container .searchBox {
    bottom: 0;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 52%;
  }
  #header .header-container .searchBox .icon-search-app {
    display: block;
    float: right;
  }
  #header .header-container .searchBox .icon-search {
    font-size: 1rem;
    color: #333;
  }
  #header .header-container .searchBox .form {
    display: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 42%;
  }
  #header .header-container .searchBox .form .inp {
    width: 200px;
    height: 30px;
  }
  #header .header-container .searchBox .form .sub_search {
    height: 30px;
    width: 36px;
    background-color: #b9986c;
    color: #fff;
  }
  #header .header-container .searchBox .form .sub_search::before {
    font-size: 16px;
  }
  #header .header-container .app_logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  #header .header-container .app_logo img {
    width: 10rem;
  }
  #header .header-container .nav {
    transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    z-index: 101;
  }
  #header .header-container .nav::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  #header .header-container .nav .menu_close_btn_app {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 2.5rem;
    background-color: #fff;
    z-index: 2;
    padding-left: 1rem;
    overflow: hidden;
  }
  #header .header-container .nav .menu_close_btn_app i {
    font-size: 1rem;
    color: #333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  #header .header-container .nav .menu_close_btn_app::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0.5rem;
    background-color: #333;
  }
  #header .header-container .nav ul {
    position: absolute;
    top: 2.5rem;
    left: 0;
    z-index: 2;
    width: 70%;
    height: 100vh;
    background-color: #fff;
    padding-left: 1.2rem;
    padding-top: 1.5rem;
  }
  #header .header-container .nav ul li {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  #header .header-container .nav ul li a {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 0.8rem;
    line-height: 3.3rem;
    color: #333;
    letter-spacing: 3px;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    padding-left: 8px;
  }
  #header .header-container .nav ul li a i {
    display: block;
    position: absolute;
    top: 0;
    left: 2rem;
    font-size: 0.8rem;
  }
  #header .header-container .nav ul li a:hover {
    background-color: #f2ede7;
    color: #b9986c;
  }
  #header .header-container .nav ul li a:hover i {
    color: #b9986c;
  }
  #header .header-container .nav ul li.active a {
    background-color: #f2ede7;
    color: #b9986c;
  }
  #header .header-container .nav ul li.active a i {
    color: #b9986c;
  }
  #header .header-container .nav ul li.active a::after {
    content: '';
    display: none;
  }
  #header .header-container .nav.active {
    left: 0;
  }
  #header .header-container .languageChange {
    display: none;
  }
  #header .header-container .languageChange_app {
    display: block;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  #header .header-container .languageChange_app ul {
    width: auto;
  }
  #header .header-container .languageChange_app ul li {
    width: 1.6rem;
    height: 1.6rem;
    border: 2px solid #f2ede7;
    margin-right: 1.1rem;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
  }
  #header .header-container .languageChange_app ul li:last-of-type {
    margin-right: 0;
  }
  #header .header-container .languageChange_app ul li a {
    display: block;
    line-height: 1.4rem;
    font-weight: normal;
    letter-spacing: 0;
  }
  #header .header-container .languageChange_app ul li.active {
    background-color: #f2ede7;
  }
  #header .header-container .languageChange_app ul li.active a {
    color: #b9986c;
  }
  .header_logo {
    display: none;
  }
  #main {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  }
  #main #lb {
    height: 8rem;
    overflow: hidden;
  }
  #main #lb #slide_banner {
    top: 0;
    height: 8rem;
  }
  #main #lb #slide_banner .banner-viewport {
    height: 8rem;
  }
  #main #lb #slide_banner .banner-viewport ul li a img {
    height: 8rem;
  }
  #main #lb .banner-control-nav {
    bottom: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  #main .title .title_box p {
    font-size: 1rem;
    line-height: 2.8rem;
    margin: 0;
  }
  #main .title .title_box .en_title {
    font-size: 0.6rem;
  }
  #main #news {
    width: 100%;
    height: auto;
    padding: 0 1.2rem 2rem;
    overflow: hidden;
  }
  #main #news::after {
    content: '';
    display: none;
  }
  #main #news::before {
    content: '';
    display: none;
  }
  #main #news .action,
  #main #news .notice {
    width: 100%;
    margin-top: 1.2rem;
  }
  #main #news .new_list {
    width: 100%;
    margin-top: 0;
  }
  #main #news .new_list ul li {
    width: 100%;
    max-width: 100%;
    float: none;
    padding: 0.6rem 0 0;
    margin-top: 0;
  }
  #main #news .new_list ul li a span {
    color: #333;
    font-size: 16px;
  }
  #main #news .new_list ul li a i {
    font-size: 13px;
  }
  #main #news .new_list ul li a p {
    width: 8.6rem;
    border-bottom: 0;
    margin-bottom: 0;
    font-size: 16px;
  }
  #main #news .more {
    margin-top: 1.2rem;
  }
  #main #audio {
    padding: 1.2rem 1.2rem 2rem;
    overflow: hidden;
  }
  #main #audio .audio_box {
    width: 100%;
    overflow: visible;
  }
  #main #audio .audio_box .audio_list {
    position: relative;
    width: 100%;
    top: 0;
  }
  #main #audio .audio_box .audio_list ul li {
    position: relative;
    width: 107%;
    margin-bottom: 0;
    margin-top: 0.8rem;
    padding: 0.5rem 1.2rem 1rem 1.2rem;
  }
  #main #audio .audio_box .audio_list ul li:nth-of-type(2n-1) {
    left: -1.2rem;
  }
  #main #audio .audio_box .audio_list ul li:nth-of-type(2n) {
    left: 0;
  }
  #main #audio .audio_box .audio_list ul li a {
    margin: 0.6rem 0 0.3rem;
  }
  #main #audio .audio_box .audio_view {
    float: none;
    width: 100%;
    height: 12rem;
    margin-top: 1.1rem;
  }
  #main #audio .audio_box .audio_view p {
    width: 2rem;
    height: 2rem;
  }
  #main #audio .audio_box .audio_view p i {
    font-size: 1.2rem;
  }
  #main #audio .audio_box .more {
    position: relative;
    bottom: 0;
  }
  #main #academic {
    padding: 1.2rem 1.2rem;
  }
  #main #academic .academic_box {
    width: 100%;
  }
  #main #academic .academic_list {
    margin-top: 1.1rem;
    width: 100%;
  }
  #main #academic .academic_list ul {
    width: 1000%;
  }
  #main #academic .academic_list ul li {
    width: 290px !important;
    border: 1px solid #b9986c;
    box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
  }
  #main #academic .academic_list ul li a span {
    padding: 1rem 0.6rem;
    height: 4.4rem;
  }
  #main #academic .academic_list ul li a p {
    height: 417px;
  }
  #main #academic .academic_list ul li a img {
    vertical-align: bottom;
  }
  #main #academic .academic_list ul li:hover {
    top: 0;
  }
  #main #academic .newList-control-nav {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    margin-top: 1rem;
    float: left;
  }
  #main #academic .newList-control-nav li {
    float: left;
    margin-right: 0.7rem;
  }
  #main #academic .newList-control-nav li:last-of-type {
    margin-right: 0;
  }
  #main #academic .newList-control-nav li a {
    font-size: 12px;
    color: transparent;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #f2ede7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  #main #academic .newList-control-nav li a.newList-active {
    background-color: #b9986c;
  }
  #main #academic .more {
    position: relative;
    margin-top: 2rem;
  }
  #main #links_list {
    padding: 1.2rem 1.2rem 1rem;
  }
  #main #links_list .links_box {
    width: 100%;
  }
  #main #links_list .links_box .link_list {
    margin-top: 1rem;
  }
  #main #links_list .links_box .link_list ul li {
    width: 33%;
    margin-right: 0.5%;
  }
  #main #links_list .links_box .link_list ul li:nth-of-type(3) {
    margin-right: 0;
  }
  #main #links_list .links_box .link_list ul li:nth-of-type(4),
  #main #links_list .links_box .link_list ul li:nth-of-type(5) {
    margin-left: 1.5rem;
  }
  #main #links_list .links_box .link_list ul li a img {
    width: 100%;
  }
  #main #links_list .links_box .link_list ul li:nth-of-type(1) a img {
    width: 80%;
  }
  #main #links_list .links_box .link_list ul li:nth-of-type(3) a img {
    width: 90%;
  }
  #main #links_list .links_box .link_list ul li:nth-of-type(5) a img {
    width: 90%;
  }
  #main #links_list .links_box .link_list ul li:hover a {
    top: 0;
  }
  #main .more {
    position: relative;
    width: 8rem;
    left: 50% !important;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .crumb {
    width: 100%;
    padding: 0.2rem 0;
    border-bottom: 1px solid #333;
  }
  .page-list {
    padding: 0 1.2rem;
    background-color: #fff;
  }
  .page-list .pages {
    padding-right: 0;
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .page-list .content {
    padding: 0.5rem;
  }
  .page-list .container_head {
    margin-top: 1rem;
  }
  .page-list .container_head .list-title {
    display: none;
    width: 100%;
    padding: 0;
  }
  .page-list .my-container {
    width: 100%;
    margin: 0.8rem 0 0;
  }
  .page-list .my-container .my-menu {
    display: none;
  }
  .page-list .my_container_list {
    margin-top: 0;
    width: 100%;
  }
  .page-list .my-list {
    padding: 0;
  }
  .page-list .my-list li {
    width: 100%;
  }
  .page-list .my-list li a {
    width: 68%;
  }
  .teacher_list {
    padding: 0 1.2rem;
  }
  .teacher_list .my-container {
    width: 100%;
    margin: 1rem 0;
  }
  .teacher_list .my-container .my-menu {
    width: 100%;
  }
  .teacher_list .my-container .my-menu li {
    width: 20%;
    padding: 0.3rem 0.2rem;
    line-height: normal;
    border: 0;
    height: auto;
    float: left;
    margin-bottom: 1rem;
  }
  .teacher_list .my-container .my-menu li a {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .teacher_list .my-container .my-menu li a img {
    width: 100%;
    display: block;
    max-height: 0.8rem;
  }
  .teacher_list .my-container .teacher_intr {
    width: 100%;
    float: right;
    margin-top: 1rem;
  }
  .teacher_list .my-container .teacher_intr .teacher_intr_content .teacher_intr_content_jj {
    width: 100%;
    height: 290px;
    overflow: hidden;
    float: right;
  }
  .teacher_list .my-container .teacher_intr .teacher_intr_content .teacher_intr_content_jj p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .teacher_list .my-container .teacher_intr .teacher_intr_content .teacher_intr_content_jj p:nth-of-type(1) {
    color: #b9986c;
    font-size: 15px;
  }
  .teacher_list .my-container .teacher_intr .teacher_intr_content .more {
    left: 598px;
    margin-top: 40px !important;
  }
  .teacher_list .my-container .teacher_intr .teacher_intr_title2 {
    margin-top: 60px;
  }
  .teacher_list .my-container .teacher_intr .teacher_list_show {
    width: 100%;
  }
  .teacher_list .my-container .teacher_intr .teacher_list_show ul li {
    position: relative;
    width: 190px;
    height: 270px;
    float: left;
    margin-right: 10px;
  }
  .teacher_list .my-container .teacher_intr .teacher_list_show ul li:last-of-type {
    margin-right: 0;
  }
  .teacher_list .my-container .teacher_intr .teacher_list_show ul li a {
    display: block;
  }
  .teacher_list .my-container .teacher_intr .teacher_list_show ul li a img {
    max-width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .teacher_list .my-container .teacher_intr .newList-control-nav {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    margin-top: 1rem;
    float: left;
  }
  .teacher_list .my-container .teacher_intr .newList-control-nav li {
    float: left;
    margin-right: 0.7rem;
  }
  .teacher_list .my-container .teacher_intr .newList-control-nav li:last-of-type {
    margin-right: 0;
  }
  .teacher_list .my-container .teacher_intr .newList-control-nav li a {
    font-size: 12px;
    color: transparent;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #808080;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  .teacher_list .my-container .teacher_intr .newList-control-nav li a.newList-active {
    background-color: #b9986c;
  }
  .detail {
    width: 100% !important;
    padding: 0 1.2rem 1rem;
  }
  .detail .crumb {
    margin-top: 1rem;
  }
  .detail .content {
    padding: 0.5rem;
    overflow-x: auto;
  }
  .detail .content img {
    max-width: 100%;
  }
  .detail .more_content {
    float: none !important;
    margin-top: 30px !important;
  }
  .detail .title-container .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
  }
  .school_list {
    padding-top: 2rem;
  }
  .school_list ul li {
    margin-bottom: 0.5rem;
  }
  .school_list .newList-control-nav {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    margin-top: 1rem;
    float: left;
  }
  .school_list .newList-control-nav li {
    float: left;
    margin-right: 0.7rem;
  }
  .school_list .newList-control-nav li:last-of-type {
    margin-right: 0;
  }
  .school_list .newList-control-nav li a {
    font-size: 12px;
    color: transparent;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #808080;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  .school_list .newList-control-nav li a.newList-active {
    background-color: #b9986c;
  }
  .links > a {
    max-width: 50%;
  }
  .links > a span {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
    line-height: 24px;
  }
  #footer {
    padding: 0 1.2rem;
  }
  #footer .footer-container {
    width: 100%;
  }
  #footer .footer-container > div {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  #footer .footer-container > div:nth-of-type(1) p {
    font-size: 0.6rem;
  }
  #footer .footer-container > div:nth-of-type(2) {
    margin-top: 0.5rem;
  }
  #footer .footer-container > div:nth-of-type(2) p {
    font-size: 0.6rem;
  }
  #footer .footer-container > div:nth-of-type(3) {
    float: none;
    margin-top: 0.5rem;
  }
  #footer .footer-container > div:nth-of-type(3) p {
    font-size: 0.6rem;
  }
  #footer .footer-container > div:nth-of-type(4) {
    float: left;
    top: 0;
    margin-top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
}
@keyframes height3 {
  from {
    height: 0px;
  }
  to {
    height: 28px;
  }
}
@-webkit-keyframes height3 {
  from {
    left: 0px;
  }
  to {
    left: 28px;
  }
}
@keyframes height2 {
  from {
    height: 0px;
  }
  to {
    height: 20px;
  }
}
@-webkit-keyframes height2 {
  from {
    left: 0px;
  }
  to {
    left: 20px;
  }
}
@keyframes height1 {
  from {
    height: 0px;
  }
  to {
    height: 40px;
  }
}
@-webkit-keyframes height1 {
  from {
    left: 0px;
  }
  to {
    left: 40px;
  }
}

