body {
  font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
  font-size: 1rem;
  color: #333333;
  padding: 0;
  margin: 0;
}

/* .logo img {
  height: 84px;
  width: 100%;
} */
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
}

a,
:before,
:after {
  color: inherit;
  font: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  text-decoration: none;
}

a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  border: none;
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  width: 95%;
  margin: 0 auto;
}

.ctbx {
  width: 1600px;
  margin: 0 auto;
}

@media (min-width: 600px) {

  .container,
  .ctbx {
    width: 90%;
  }

}

@media (min-width: 1240px) {

  .container,
  .ctbx {
    width: 1200px;
  }
}

@media (min-width: 1440px) {

  .container,
  .ctbx {
    width: 1400px;
  }
}

@media (min-width: 1640px) {

  .container,
  .ctbx {
    width: 1600px;
  }
}

img {
  max-width: 100%;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

/* 动画延迟结束 */
/* ie8提示样式 */
#browser-modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #303233;
  position: fixed;
  z-index: 9990009;
}

#browser-modal .browser-modal-cover {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #111;
  opacity: 0.9;
  z-index: -1;
}

#browser-modal .browser-content {
  width: 700px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-top: 50px;
  background-color: #fff;
  border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
  height: 42px;
  margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
  text-transform: uppercase;
  font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
}

#browser-modal .browser-content .browser-list {
  width: 600px;
  margin: 20px auto;
  height: 130px;
}

#browser-modal .browser-content .browser-item {
  float: left;
  width: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
  background: url(../image/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
  background: url(../image/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
  background: url(../image/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
  background: url(../image/bro.png) no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
  cursor: pointer;
  display: block;
}

#browser-modal .browser-content .browser-item a img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  width: 100px;
  height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

/* ie8提示样式 */
/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-top: 4px solid #684949;
  background: linear-gradient(#987433, transparent);
  padding: 35px 55px;
}

.header .top-right {
  float: right;
  position: relative;
}

.header .top-right ul {
  float: right;
}

.header .top-right li {
  float: left;
  line-height: 16px;
  cursor: pointer;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.header .top-right li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
}

.header .top-right li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: -10px;
  border-top: 2px solid #fff;
  transition: all 0.1s ease-out 0s;
  transform: scaleX(0);
}

.header .top-right li a:hover:before {
  transform: scaleX(1);
}

.header .top-right li.en a {
  padding-left: 30px;
  background: url(../image/top-en.png) left center no-repeat;
  background-size: auto 100%;
}

.header .logo {
  float: left;
}

.search-box {
  position: relative;
  overflow: hidden;
  float: right;
  margin-left: 30px;
  margin-top: -6px;
  width: 178px;
  height: 32px;
  padding: 0 13px 0px 0px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.search-box .text {
  float: left;
  padding-left: 13px;
  width: calc(100% - 30px);
  line-height: 30px;
  height: 30px;
  background: none;
  font-size: .75rem;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  border: none;
}

.search-box .btn {
  float: right;
  height: 20px;
  margin-top: 6px;
}

.search-box.active {
  visibility: visible;
  opacity: 1;
}

/* 导航 */
.navbar {
  position: absolute;
  right: 40px;
  top: 85px;
}

.navbar .menu-bott {
  display: none;
}

.navbar .nav-button {
  display: none;
}

.navbar .navbar-nav {
  padding: 0;
  list-style: none;
}

.navbar .navbar-nav>li {
  position: relative;
  text-align: center;
  float: left;
  padding: 0 7px 10px;
}

.navbar .navbar-nav>li>a {
  color: #ffffff;
  display: block;
  font-weight: bold;
  line-height: 40px;
  position: relative;
  text-align: center;
  font-size: 1.25rem;
  padding: 0 14px;
  border-radius: 20px;
}
@media only screen and (max-width: 1536px) {
    .navbar .navbar-nav>li>a {
        padding: 0 3px;
    }
    .logo img {
        max-width: 90%;
    }
}
.navbar .navbar-nav>li>a>em {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  width: 12px;
  height: 100%;
  background: url(../image/down-jiantou.png) center no-repeat;
}

.navbar .navbar-nav>li:hover>a {
  background: #fff;
  background: #987433;
}

.navbar .navbar-nav>li:hover>ul {
  opacity: 1;
  visibility: visible;
}

.navbar .hasChild:before {
  content: "";
  width: 2px;
  height: 15px;
  background: #684949;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: scaleY(0);
  transition: all 0.2s ease-out 0s;
}

.navbar .hasChild:hover:before {
  transform: scaleY(1);
}

.navbar .nav-child {
  width: 100%;
  padding: 15px 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s;
}

.navbar .navbar-nav>li:nth-of-type(4) .nav-child {
  width: 240px;
  left: -60px;
}

.navbar .navbar-nav>li:nth-of-type(5) .nav-child {
  width: 280px;
  left: -60px;
}



.navbar .nav-child li {
  padding: 12px 8px;
}

.navbar .nav-child li a {
  display: block;
  font-size: 1rem;
  color: #fff;
  display: block;
  position: relative;
}

.navbar .nav-child li:hover {
  background: #987433;
}

.navbar .nav-child li:hover a {
  font-weight: bold;
}

/* 浮动导航 */
.header.showdiv,
.header.on {
  background: #987433;
  padding-top: 10px;
  padding-bottom: 15px;
}

.header.showdiv .logo img,
.header.on .logo img {
  height: 70px;
}

.header.showdiv .navbar,
.header.on .navbar {
  top: 50px;
}

/* 浮动导航结束 */
/* banner焦点图 */
.banner {
  height: 100vh;
  overflow: hidden;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.banner .banner-down {
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.4s ease-out 0s;
}

.banner .banner-down:hover {
  transform: translate(0, 5px);
}



.slider-banner {
  position: relative;
  height: 100%;
  width: 100%;
}

.slider-banner .slick-list,
.slider-banner .slick-track {
  height: 100%;
}

.slider-banner .slick-slide {
  position: relative;
  height: 100%;
}

.slider-banner .slick-slide .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-banner .slick-slide .pic a {
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  color: #fff;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #0e66b4;
}

.slider-banner .slick-active .pic a {
  animation-name: myScale;
  animation-duration: 3s;
  animation-timing-function: linear;
}

.slider-banner .slick-arrow {
  position: absolute;
  width: 48px;
  height: 71px;
  top: 50%;
  margin-top: -24px;
  z-index: 99;
  overflow: hidden;
  text-indent: 99px;
  cursor: pointer;
}

.slider-banner .slick-arrow.slick-prev {
  background: url(../img/banner-left.png) no-repeat;
  background-size: 100% 100%;
  left: 55px;
}

.slider-banner .slick-arrow.slick-next {
  background: url(../img/banner-right.png) no-repeat;
  background-size: 100% 100%;
  right: 55px;
}

.slider-banner .slick-arrow.slick-prev:hover {
  background: url(../img/banner-left-on.png) no-repeat;
  background-size: 100% 100%;
}

.slider-banner .slick-arrow.slick-next:hover {
  background: url(../img/banner-right-on.png) no-repeat;
  background-size: 100% 100%;
}

.slider-banner .slick-dots {
  position: absolute;
  width: auto;
  bottom: 40px;
  right: 110px;
  z-index: 9;
}

.slider-banner .slick-dots li {
  float: left;
  margin-left: 30px;
  position: relative;
  width: 26px;
  height: 3px;
  background: #b3b2a9;
  cursor: pointer;
}

.slider-banner .slick-dots li button {
  display: none;
}

.slider-banner .slick-dots li.slick-active {
  background-color: #987433;
  /* height: 25px;
  background: url(../image/banner-dote.png) no-repeat;
  background-size: 100% 100%;
  margin-top: -11px; */
}

/* banner焦点图结束 */
.body-main {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.fix-top {
  padding-top: 100vh;
  position: relative;
  top: 0;
  transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  -webkit-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  -moz-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  -ms-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  -o-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  z-index: -1;
}

.fix-top.fixed {
  padding-top: 0;
}

/* 中部版块 */
@keyframes myScale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes myScale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes waveFlow {
  from {
    background-position-x: -10px, 0;
  }

  to {
    background-position-x: -30px, -20px;
  }
}

@keyframes circleAnim {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes circleAnim {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes myOpcity {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes myOpcity {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.index-title {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
}

.index-title h2 {
  float: left;
  position: relative;
  height: 70px;
  border-left: 22px solid #987433;
  padding-left: 40px;
  transition: all 0.4s ease-out 0s;
}

.index-title h2:hover {
  transform: translate(-5px, 0px);
}

.index-title h2 .cn {
  font-size: 2.25rem;
  font-weight: bold;
  color: #222222;
  line-height: 40px;
}

.index-title h2 .cn span {
  color: #987433;
}

.index-title h2 .en {
  line-height: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
  color: #333;
  opacity: 0.4;
  font-weight: bold;
}

.index-title h2:before {
  content: "";
  width: 89px;
  height: 54px;
  background: url(../image/index-tit-ico.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -13px;
  right: -70px;
}

/* row1 */
.row1 {
  margin-top: 105px;
  padding: 95px 0 105px;
  /* background: url(../image/row1-bg.png) no-repeat; */
  background-size: cover;
}

.index-about {
  margin-top: 10px;
}

.index-about .left {
  float: left;
  width: 49%;
}

.index-about .right {
  float: right;
  width: 42.6%;
}

.index-about .info {
  padding-top: 60px;
  /* overflow: hidden; */
  margin-bottom: 38px;
  position: relative;
}

.index-about .info p {
  text-indent: 2em;
  font-size: 1rem !important;
  color: #333;
  line-height: 36px !important;
  height: 180px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.index-about .info .more {
  font-size: 1rem;
  color: #987433;

  background: #fff;
  position: absolute;
  padding-right: 40px;
  line-height: 30px;
  right: 0;
  bottom: -35px;
  font-size: .875rem;
  color: #987433;
  background: url(../image/news-more.png) right center no-repeat;
}

.index-about .info .more:hover {
  transform: translateY(-5px);
}

.index-about .xcc a {
  display: block;
  width: 165px;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  background: #987433;
}

.index-about .xcc a p {
  padding-left: 30px;
  background: url(../image/index-xcc.png) left center no-repeat;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}

.index-about .xcc a:hover {
  transform: translateY(-5px);
}

.index-about .data {
  overflow: hidden;
  margin-top: 85px;
}

.index-about .data ul {
  display: flex;
  justify-content: space-between;
}

.index-about .data li h2 {
  font-size: 3rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #987433;
  letter-spacing: -2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-about .data li h2 span {
  margin-left: 5px;
  font-weight: normal;
  font-size: 1.25rem;
}

.index-about .data li p {
  margin-top: 15px;
  font-size: 1.25rem;
  color: #333333;
}

.index-about .data li:hover h2 {
  animation: myOpcity 2s linear;
}

.index-about .video {
  position: relative;
  overflow: hidden;
  height: 485px;
  padding-right: 35px;
}

.index-about .video .video_box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}

.index-about .video .video_box img,
.index-about .video .video_box video {
  width: 100% !important;
  height: auto !important;
}

.index-about .video .video_box .pic {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*.index-about .video .video_box:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.24);
  position: absolute;
  left: 0;
  top: 0;
}

.index-about .video .video_box:after {
  content: "";
  width: 76px;
  height: 76px;
  background: url(../images/player.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-about .video .video_box:hover:after {
  transform: translate(-50%, -50%) rotate(360deg);
}*/

.index-about .video:before {
  content: "";
  width: 100%;
  height: 180px;
  background: #987433;
  position: absolute;
  right: 0;
  bottom: 0;

}

.index-about .video .video_box img {
  width: 100% !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* row2 */
.row2 {
  padding: 95px 0 125px;
  background: url(../image/row2-bg.png) no-repeat;
  background-size: cover;
  position: relative;
}

.row2 .left {
  float: left;
  width: 53%;
}

.row2 .left .index-title {
  margin-bottom: 60px;
}

.row2 .right {
  float: right;
  width: 43%;
}

.pic-news {
  width: 100%;
  position: relative;
}

.pic-news li {
  width: 100%;
}

.pic-news a {
  display: block;
  overflow: hidden;
  width: 100%;
}

.pic-news .pic {
  width: 100%;
  height: 480px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pic-news .pic:hover {
  transform: scale(1.05);
}

.pic-news .txt {
  padding: 30px 35px 50px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px 0 #efefef;
}

.pic-news h2 {
  font-size: 1.25rem;
  color: #333333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.4s ease-out 0s;
}

.pic-news h2:hover {
  color: #987433;
  transform: translate(-5px, 0px);
}

.pic-news .abst {
  margin-top: 20px;
  font-size: .875rem;
  color: #888888;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pic-news .date {
  margin-top: 20px;
  padding-left: 25px;
  font-size: .875rem;
  color: #808080;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../image/date.png) left center no-repeat;
  background-size: auto 100%;
}

.pic-news .news-page {
  position: absolute;
  bottom: 15px;
  z-index: 9;
  text-align: center;
}

.pic-news .news-page span {
  margin: 0 10px;
  width: 11px;
  height: 11px;
  background: #a8a9ad;
  cursor: pointer;
  border-radius: 0;
  opacity: 1;
}

.pic-news .news-page span.swiper-pagination-bullet-active {
  background: #987433;
}

.txt-news .news-hd {
  position: relative;
  padding: 0 20px;
  overflow: hidden;
  margin-bottom: 100px;
}

.txt-news .news-hd li {
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
  font-size: 1.375rem;
  color: #333;
  padding-bottom: 38px;
  cursor: pointer;
}

.txt-news .news-hd li.on {
  color: #987433;
  background: url(../image/index-news.gif) bottom center no-repeat;
  background-size: auto 30px;
}

.txt-news .news-hd:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #c8c8c8;
  position: absolute;
  left: 0;
  bottom: 14px;
}

.txt-news .news-bd ul {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

.txt-news .news-bd li {
  padding: 30px 28px;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

.txt-news .news-bd li a {
  display: block;
}

.txt-news .news-bd li .tit {
  overflow: hidden;
  position: relative;
}

.txt-news .news-bd li .date {
  float: left;
  width: 70px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  border-right: 1px solid #e2e2e2;
}

.txt-news .news-bd li .day {
  font-size: 1.625rem;
  color: #808080;
}

.txt-news .news-bd li .mon {
  font-size: .875rem;
  color: #adadad;
}

.txt-news .news-bd li h2 {
  float: right;
  width: calc(100% - 95px);
  margin-top: -7px;
  font-size: 1.125rem;
  color: #333;
  font-weight: normal;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.4s ease-out 0s;
}

.txt-news .news-bd li .abst {
  margin: 0 95px;
  font-size: .875rem;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  height: 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.txt-news .news-bd li em {
  position: absolute;
  right: 0;
  top: 20px;
  width: 0;
  height: 14px;
  background: url(../image/txt-news-more.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.txt-news .news-bd li:last-child {
  border-bottom: none;
}

.txt-news .news-bd li.open,
.txt-news .news-bd li:hover {
  background: url(../image/txt-news-bg.png) right top no-repeat #be9e5d;
  box-shadow: 0 0 46px 2px rgba(91, 91, 91, 0.57);

}

.txt-news .news-bd li.open a:before,
.txt-news .news-bd li:hover a:before {
  content: "";
  width: calc(100% - 100px);
  height: 105px;
  background: rgba(173, 141, 76, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}

.txt-news .news-bd li.open h2,
.txt-news .news-bd li.open .day,
.txt-news .news-bd li.open .mon,
.txt-news .news-bd li:hover h2,
.txt-news .news-bd li:hover .day,
.txt-news .news-bd li:hover .mon {
  color: #fff;
}

.txt-news .news-bd li.open .date,
.txt-news .news-bd li:hover .date {
  border-right: 1px solid #fff;
}

.txt-news .news-bd li.open h2,
.txt-news .news-bd li:hover h2 {
  padding-right: 90px;
  text-indent: 5px;
}

.txt-news .news-bd li.open .abst,
.txt-news .news-bd li:hover .abst {
  height: 48px;
  margin-top: 50px;
}

.txt-news .news-bd li.open em,
.txt-news .news-bd li:hover em {
  width: 28px;
}

.txt-news .news-bd .more {
  position: absolute;
  padding-right: 40px;
  line-height: 30px;
  right: 0;
  bottom: -70px;
  font-size: .875rem;
  color: #987433;
  background: url(../image/news-more.png) right center no-repeat;
}

.txt-news .news-bd .more:hover {
  transform: translateY(-5px);
}

/* row3 */
.row3 {
  padding: 100px 0 100px;
  background: url(../image/row3-bg.png) top left no-repeat;
  position: relative;
}

.row3 .container {
  position: relative;
}

.pic-kxyj {
  float: right;
  width: 62.5%;
  height: 700px;
  overflow: hidden;
  position: relative;
  margin-top: -60px;
}

.pic-kxyj a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.index-kxyj {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 155px;
  height: 475px;
}

.index-kxyj ul {
  display: flex;
}

.index-kxyj li {
  position: relative;
  width: 90px;
  margin-right: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-kxyj li .tit {
  width: 90px;
  height: 433px;
  text-align: center;
  position: relative;
  float: left;
  cursor: pointer;
}

.index-kxyj li .tit h2 {
  width: 48px;
  line-height: 48px;
  margin: 0 auto;
  font-size: 1.625rem;
  font-weight: normal;
  color: #fff;
  padding-top: 70px;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  letter-spacing: 4px;
  display: inline-block;
  transition: all 0.4s ease-out 0s;
}

.index-kxyj li:hover .tit h2 {
  transform: translate(0, 5px);
}


.index-kxyj li .txt {
  position: absolute;
  width: calc(100% - 90px);
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  height: 475px;
  margin-top: -20px;
  background: url(../image/kxyj-txt.png) right bottom no-repeat #fff;
  border-left: 6px solid #987433;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);
  padding: 50px 35px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-kxyj li .txt p {
  text-indent: 2em;
  font-size: 1rem;
  color: #333333;
  line-height: 36px;
  height: 288px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.index-kxyj li .txt .more {
  float: left;
  margin-top: 50px;
  width: 115px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #be9e5d;
  font-size: .875rem;
  color: #be9e5d;
  text-align: center;
}

.index-kxyj li .txt .more:hover {
  background: #be9e5d;
  color: #fff;
}

.index-kxyj li:nth-child(1) .tit {
  background: url(../image/kxyj-bg1.png) no-repeat;
  padding-top: 45px;
}

.index-kxyj li:nth-child(1) .tit h2 {
  background: url(../image/kxyj-ico1.png) top center no-repeat;
}

.index-kxyj li:nth-child(1) .txt {
  border-left: 6px solid #45638c;
}

.index-kxyj li:nth-child(2) .tit {
  padding-top: 85px;
  background: url(../image/kxyj-bg2.png) no-repeat;
}

.index-kxyj li:nth-child(2) h2 {
  background: url(../image/kxyj-ico2.png) top center no-repeat;
}

.index-kxyj li:nth-child(2) .txt {
  border-left: 6px solid #8d684e;
}

.index-kxyj li:nth-child(3) .tit {
  padding-top: 60px;
  background: url(../image/kxyj-bg3.png) no-repeat;
}

.index-kxyj li:nth-child(3) h2 {
  background: url(../image/kxyj-ico3.png) top center no-repeat;
}

.index-kxyj li:nth-child(3) .txt {
  border-left: 6px solid #987433;
}

.index-kxyj li.open {
  width: 480px;
}

.index-kxyj li.open .txt {
  opacity: 1;
  visibility: visible;
}

/* row4 */
.index-title2 {
  overflow: hidden;
  text-align: center;
  color: #333333;
  transition: all 0.4s ease-out 0s;
}

.index-title2:hover {
  transform: translate(0, -5px);
}

.index-title2 .cn {
  font-size: 2.125rem;
}

.index-title2 .cn span {
  color: #987433;
  padding-left: 50px;
}

.index-title2 .en {
  margin-top: 10px;
  font-size: 1.375rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.4;
}

.row4 {
  position: relative;
  background: url(../image/row4-bg.png) right top no-repeat #efeceb;
  overflow: hidden;
}

.row4 .pic-szst {
  width: 50%;
  height: 700px;
  float: left;
  overflow: hidden;
}

.row4 .pic-szst a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.row4 .pic-szst a:hover {
  transform: scale(1.05);
}

.index-szst {
  float: right;
  width: 50%;
  padding-top: 90px;
}

.index-szst .box {
  margin-top: 40px;
  height: 490px;
  background: rgba(255, 255, 255, 0.74);
  overflow: hidden;
  padding: 70px 75px 0;
  position: relative;
}

.index-szst .box .info p {
  text-indent: 2em;
  font-size: 1rem;
  color: #333333;
  line-height: 36px;
  height: 216px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.index-szst .box .info p a.more {
  text-indent: 0em;
}

.index-szst .box .more {
  float: left;
  margin-top: 50px;
  width: 115px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #be9e5d;
  font-size: .875rem;
  color: #be9e5d;
  text-align: center;
}

.index-szst .box .more:hover {
  background: #be9e5d;
  color: #fff;
}

.index-szst .download {
  width: 320px;
  height: 50px;
  line-height: 50px;
  background: #987433;
  position: absolute;
  right: 0;
  bottom: 40px;
  padding-left: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-szst .download a {
  display: block;
  position: relative;
  padding-left: 45px;
  background: url(../image/downloag.png) left center no-repeat;
  font-size: 1.125rem;
  color: #fff;
}

.index-szst .download a:before {
  content: "";
  border-width: 50px 20px;
  border-style: solid;
  border-color: transparent transparent #987433 transparent;
  position: absolute;
  left: -40px;
  top: -50px;
}

.index-szst .download:hover {
  transform: translateX(-5px);
}

/* row5 */
.row5 {
  padding: 100px 0;
  background: url(../image/row5-bg.png) no-repeat;
  background-size: cover;
  display: none;
}

.row5 .index-title2 {
  text-align: left;
}

.row5 .index-title2 .cn {
  float: left;
}

.row5 .index-title2 .en {
  float: left;
  margin-left: 20px;
  padding-top: 10px;
}

.index-jswyh {
  margin-top: 58px;
  position: relative;
}

.index-jswyh li {
  background: url(../image/jswyh-ico.png) top left no-repeat #62768f;
  position: relative;
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 20px;
  padding-left: 46px;
}

.index-jswyh li .pic {
  width: 270px;
  height: 420px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: -30px;
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-jswyh li .txt {
  float: left;
  width: 280px;
}

.index-jswyh li h2 {
  font-size: 1.875rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 50px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-jswyh li:hover h2 {
  padding-left: 8px;
}

.index-jswyh li .abst {
  opacity: 0;
  visibility: hidden;
  font-size: .875rem;
  color: #29334a;
  line-height: 28px;
  height: 112px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-jswyh li .position {
  margin-top: 35px;
  padding-top: 20px;
  position: relative;
  font-size: 1rem;
  color: #fff;
  line-height: 28px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-jswyh li .position:before {
  content: "";
  width: 30px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.index-jswyh li:nth-child(2n) {
  background: url(../image/jswyh-ico.png) top left no-repeat #44648c;
}

.index-jswyh li:nth-child(2n+3) {
  background: url(../image/jswyh-ico.png) top left no-repeat #294c79;
}

.index-jswyh li:nth-child(2n+4) {
  background: url(../image/jswyh-ico.png) top left no-repeat #00396b;
}

.index-jswyh li.swiper-slide-active {
  background: url(../image/jswyh-bg.png) bottom left no-repeat #fff;
  width: 640px !important;
}

.index-jswyh li.swiper-slide-active .pic {
  opacity: 1;
  right: 0;
}

.index-jswyh li.swiper-slide-active h2 {
  color: #29334a;
}

.index-jswyh li.swiper-slide-active .abst {
  opacity: 1;
  visibility: visible;
}

.index-jswyh li.swiper-slide-active .position {
  color: #29334a;
}

.index-jswyh li.swiper-slide-active .position:before {
  background: #29334a;
}

.index-jswyh .jswyh-prev,
.index-jswyh .jswyh-next {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  cursor: pointer;
  z-index: 9;
}

.index-jswyh .jswyh-prev {
  background: url(../image/jswyh-left.png) no-repeat;
  background-size: 100% 100%;
  left: -85px;
}

.index-jswyh .jswyh-next {
  background: url(../image/jswyh-right.png) no-repeat;
  background-size: 100% 100%;
  right: -85px;
}

.index-jswyh .jswyh-prev:hover {
  background: url(../image/jswyh-left-on.png) no-repeat;
  background-size: 100% 100%;
}

.index-jswyh .jswyh-next:hover {
  background: url(../image/jswyh-right-on.png) no-repeat;
  background-size: 100% 100%;
}

/* row6 */
.row6 {
  position: relative;
  padding: 145px 0 110px;
  background: url(../image/row6-bg.png) top center no-repeat;
  background-size: 100%;
  margin-top: -2px;
}

.row6:before {
  content: "";
  width: 510px;
  height: 756px;
  background: url(../image/row6-right.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.index-ydkyjg {
  width: 93.75%;
  background: #ffffff;
  margin: 0 auto;
  padding-top: 100px;
}

.index-ydkyjg .picbox ul {
  margin: 0 -50px;
  overflow: hidden;
  padding-top: 95px;
}

.index-ydkyjg .picbox li {
  float: left;
  width: 50%;
}

.index-ydkyjg .picbox li a {
  display: block;
  margin: 0 50px;
  position: relative;
  padding-bottom: 20px;
}

.index-ydkyjg .picbox li .pic {
  width: 100%;
  padding-bottom: 46.66%;
  overflow: hidden;
  position: relative;
}

.index-ydkyjg .picbox li .pic img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.index-ydkyjg .picbox li .tit {
  position: relative;
  background: #fff;
  width: 85%;
  height: 75px;
  line-height: 75px;
  padding: 0 25px;
  margin-top: -65px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-ydkyjg .picbox li .tit h2 {
  font-size: 1.25rem;
  color: #333;
  font-weight: normal;
  background: url(../image/ydky-more1.png) right center no-repeat;
  padding-left: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-ydkyjg .picbox li:nth-child(2) {
  margin-top: -35px;
}

.index-ydkyjg .picbox li a:hover img {
  transform: scale(1.05);
}

.index-ydkyjg .picbox li a:hover .tit {
  background: #be9e5d;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.index-ydkyjg .picbox li a:hover h2 {
  padding-left: 50px;
  color: #fff !important;
  font-weight: bold !important;
  background: url(../image/ydky-more2.png) right center no-repeat;
}

/* row7 */
.row7 {
  position: relative;
  background: url(../image/row7-bg.png) left top no-repeat #f1eeee;
  overflow: hidden;
}

.row7 .pic-szyj {
  width: 50%;
  height: 600px;
  float: right;
  overflow: hidden;
}

.row7 .pic-szyj a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}


.row7 .pic-szyj a:hover {
  transform: scale(1.05)
}

.index-szyj {
  float: left;
  width: 50%;
  margin: 60px 0;
  background: rgba(255, 255, 255, 0.74);
  padding: 50px 70px;
  position: relative;
}

.index-szyj .info {
  margin-top: 35px;
}

.index-szyj .info p {
  text-indent: 2em;
  font-size: 1rem;
  color: #333333;
  line-height: 36px;
  height: 180px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.index-szyj .info p a.more {
  text-indent: 0em;
}

.index-szyj .info .more {
  display: block;
  margin-top: 50px;
  width: 115px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #be9e5d;
  font-size: .875rem;
  color: #be9e5d;
  text-align: center;
}

.index-szyj .info .more:hover {
  background: #be9e5d;
  color: #fff;
}

.index-szyj:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #987433;
  position: absolute;
  left: -10px;
  bottom: -10px;
}


/* 中部版块 */
/* 底部 */
.footer {
  padding: 75px 3% 45px;
  background-color: #987433;
  position: relative;
}

.footer .col-1 {
  float: left;
  width: 510px;
}

.footer .col-1 .r1 {
  margin-bottom: 50px;
}

.footer .col-2 {
  float: right;
  width: calc(100% - 620px);
}

.footer .foot-logo {
  float: left;
}

.footer .links {
  float: right;
  margin-top: 5px;
  position: relative;
}

.footer .links h2 {
  width: 145px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.47);
  padding: 0 20px;
  font-weight: normal;
  cursor: pointer;
}

.footer .links h2 p {
  font-size: .875rem;
  color: #fff;
  background: url(../image/select-ico.png) right center no-repeat;
}

.footer .links ul {
  display: none;
  position: absolute;
  z-index: 5;
  bottom: 100%;
  width: 100%;
  background: rgba(154, 0, 1, 0.8);
}

.footer .links ul li {
  font-size: .875rem;
  padding: 8px 15px;
  color: #fff;
}

.footer .links ul li a {
  color: #fff;
}

.footer .links:hover ul {
  display: block;
}

.footer .links ul li:hover {
  background: #ad8d4c;
}





.footer .contact {
  float: left;
  width: calc(100% - 110px);
}

.footer .contact p {
  font-size: .875rem;
  color: #fff;
  line-height: 30px;
}

.footer .ewm {
  float: right;
  margin-top: 10px;
}

.footer .ewm img {
  width: 90px;
}

.footer .ewm p {
  text-align: center;
  font-size: .875rem;
  color: rgba(255, 255, 255, 0.8);
}

.footer .foot-nav {
  float: right;
}

.footer .foot-nav li {
  float: left;
  padding: 0 25px;
  margin-bottom: 15px;
}

.footer .foot-nav li>a {
  display: block;
  font-size: 1rem;
  color: #fff;
  position: relative;
  padding-bottom: 15px;
}

.footer .foot-nav li>a:after {
  content: "";
  width: 16px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease-out 0s;
}

.footer .foot-nav li>a:hover:after {
  width: 100%;
}

.footer .foot-nav dl {
  margin-top: 20px;
}

.footer .foot-nav dl a {
  font-size: .875rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 30px;
  transition: all 0.5s ease-out 0s;
}

.footer .foot-nav dl a:hover {
  color: #fff;
}

.footer:before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.16);
  position: absolute;
  top: 0;
  left: calc(3% + 620px);
}

.cory {
  margin-top: 10px;
  height: 120px;
  background: #987433;
  padding: 30px 10px;
  text-align: center;
  line-height: 60px;
}

.cory p,
.cory a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.right-slider {
  display: none;
  position: fixed;
  width: 60px;
  height: 235px;
  background: url(../image/right-bg.png) no-repeat;
  background-size: 100% 100%;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.right-slider.showdiv {
  display: block;
}

.right-slider .right-sys {
  width: 28px;
  margin: 11px 0px 0px 17px;
  transition: all 0.4s ease-out 0s;
  cursor: pointer;
}

.right-slider .right-sys:hover {
  transform: translate(0, -5px);
}

.right-slider ul {
  padding: 0 15px;
  margin-top: 8px;
}

.right-slider ul li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
  text-align: center;
  position: relative;
}


.right-slider ul li:nth-of-type(1) {
  transition: all 0.4s ease-out 0s;
}

.right-slider ul li:nth-of-type(1):hover {
  transform: translate(0, -5px);
}


.right-slider ul li .box {
  position: absolute;
  z-index: 9;
  right: 50px;
  top: -25%;
  width: 120px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 5px 0 #efefef;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.right-slider ul li .box img {
  max-width: 100%;
}

.right-slider ul li:last-child {
  border-bottom: none;
}

.right-slider ul li:hover .box {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.right-slider .back-top {
  position: absolute;
  z-index: 9;
  cursor: pointer;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}

/* 列表页 */

/* 第一行 */
/* .in-news {
  padding: 100px 0 100px 16.6666%;
} */
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.in-news-l {
  width: 180px;
}

.flex-v-bottom {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.in-news-tit {
  padding: 22%;
  width: 180px;
  height: 180px;
  background-color: #987433;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.f36 {
  font-size: 2.25em;
}

.flex-v-center {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.in-more a {
  display: inline-block;
  width: 140px;
  height: 40px;
  border: 1px solid #ccc;
  line-height: 40px;
}

@media screen and (max-width: 840px) {
  .in-more a {
    display: inline-block;
    width: 100px;
    height: 35px;
    border: 1px solid #e5e5e5;
    line-height: 35px;
  }
}

.f16 {
  font-size: 1em;
}

.trans {
  transition: all .5s;
}

.text-m {
  text-align: center;
}

.in-news-r {
  position: relative;
  z-index: 5;
  width: calc(100% - 220px);
}

.in-news-r ul li {
  width: 33.33%;
  background: #fff;
  padding: 0 15px;
}

@media screen and (max-width: 640px) {
  .in-news-r ul li {
    margin-bottom: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 840px) {
  .in-news-r {
    position: relative;
    z-index: 5;
    width: 100%;
  }
}

.in-news-r ul li a {
  color: #000;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.in-news-r ul li img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.trans-mask img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.trans-mask {
  display: block;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  position: relative;
}

.in-news-r ul li .info {
  position: relative;
  padding: 30px 10px;
  background: #fff;
}

.in-news-r ul li h4 {
  position: relative;
  margin-bottom: 15px;
}

.in-news-r ul li p {
  margin-bottom: 50px;
  color: #666;
  line-height: 1.7em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.in-news-r ul li time {
  border-radius: 15px;
  padding: 5px 14px;
  background: #987433;
  color: #fff;
}

@media screen and (max-width: 1366px) {
  .in-news-l {
    width: 140px;
  }
}

@media screen and (max-width: 840px) {
  .in-news-l {
    margin-bottom: 20px;
    width: 100%;
    flex-direction: row !important;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1366px) {
  .in-news-tit {
    width: 140px;
    height: 140px;
    color: #fff;
    text-align: center;
  }
}

@media screen and (max-width: 840px) {
  .in-news-tit {
    padding: 10px 20px;
    width: 50%;
    height: auto;
  }
}


/* 第一行结束 */
/* 第二行 */
.in-notice .wp {
  padding: 60px 0 70px;
  border-bottom: 1px solid #e5e5e5;
  background: hsla(0, 0%, 100%, .9);
}

.wp {
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
}

.in-tit {
  margin-bottom: 35px;
  text-align: center;
}

.in-tit h3 {
  position: relative;
  display: inline-block;
}

.in-tit h3:after,
.in-tit h3:before {
  position: absolute;
  top: 49%;
  width: 45px;
  height: 1px;
  background: #987433;
  content: "";
}

.in-tit h3:after {
  right: -60px;
}

.in-tit h3:after,
.in-tit h3:before {
  position: absolute;
  top: 49%;
  width: 45px;
  height: 1px;
  background: #987433;
  content: "";
}

.in-tit h3:before {
  left: -60px;
}

.in-notice-list {
  margin-bottom: 50px;
}

.in-notice-list li {
  padding: 0 3% 0 4.5%;
  width: 33.33%;
  border-right: 1px solid #e5e5e5;
}

@media screen and (max-width: 640px) {
  .in-notice-list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
}

.in-notice-list li time span {
  margin-right: 10px;
}

.in-notice-list li h4 {
  margin-bottom: 15px;
}

.in-notice-list li h4 i {
  position: absolute;
  top: 2px;
  left: -20px;
  display: inline-block;
}

.in-notice-list li a {
  color: #000;
  line-height: 1.5em;
}

.in-notice-list li p {
  color: #666;
  line-height: 1.7em;
}

.text-m {
  text-align: center;
}

.f16 {
  font-size: 1em;
}

.co-main {
  color: #987433;
}

.f36 {
  font-size: 2.25em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  font-weight: normal;
}

/* 第二行结束 */
/* 第三行 */
.index-tab .bd {
  margin-top: 10px;
}

.index-tab .bd ul {
  margin: 0 -22px;
}

.index-tab .bd li {
  float: left;
  width: 33.3%;
  padding-top: 20px;
  margin-top: 30px;
}


@media (max-width: 1080px) {
  .index-tab .bd li {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .index-tab .bd li {
    width: 100%;
    margin-top: 10px;
  }
}

.index-tab .bd li a {
  position: relative;
  display: block;
  margin: 0 22px;
  background: #fff;
  padding: 18px 40px 18px 20px;
}

.index-tab .bd li .date {
  height: 68px;
  width: 70px;
  text-align: center;
  border: 1px solid #dfe8f2;
  background: #c5a976;
}

.index-tab .bd li .tz2 {
  background: #34819d;
}

.index-tab .bd li .xy {
  line-height: 25px;
  color: #fff;
  background: #103675;
}

.index-tab .bd li .day {
  line-height: 36px;
  font-size: 1.625rem;
  color: #0b4790;
  background: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.index-tab .bd li .mon {
  line-height: 28px;
  font-size: 0.875rem;
  color: #0b4790;
}

.index-tab .bd li .tit {
  float: left;
  margin-left: 95px;
  margin-top: -72px;
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-tab .bd li a:hover {
  background-color: #987433;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

/* 第三行结束 */

/* 第五行开始 */
.special-activities .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 40px;
  margin-bottom: 40px;
  width: 90%;
  margin: 0 auto;
}

.special-activities .item-box .text-box {
  padding: 10px;
  width: calc(50% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  margin-bottom: 20px;
  cursor: pointer;
}

.special-activities .item-box .text-box .left2 {
  width: 35%;
}

.special-activities .item-box .text-box .left2>img {
  width: 100%;
  max-height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}

.special-activities .item-box .text-box .right2 {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.special-activities .item-box .text-box .right2 div:first-child {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
  .special-activities .item-box .text-box .right2 div:first-child {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.special-activities .item-box .text-box .right2 div:nth-child(2) {
  font-size: 15px;
  color: #999;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .special-activities .item-box .text-box .right2 div:nth-child(2) {
    font-size: 10px;
    color: #999;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 1000px) {
  .special-activities .item-box .text-box {
    margin: 0;
  }
}

@media screen and (max-width: 1000px) {
  .special-activities .item-box .text-box {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .special-activities .item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
  }
}

.wp2 {
  padding: 60px 0 70px;
  border-bottom: 1px solid #e5e5e5;
  background: hsla(0, 0%, 100%, .9);
}

/* 第五行结束 */
/* 第六行开始 */
#contact {
  width: 100%;
  height: 28.177083vw;
  position: relative;
  z-index: 101;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#contact .contact-ct {
  width: 100%;
  background: #f7f6f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 35%;
  margin-top: 8.541667vw;
}

.base-container {
  max-width: 75vw;
  margin: 0 auto;
}

#contact .contact-ct .contact-img {
  width: 41.458333vw;
}

#contact .contact-ct .contact-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#contact .contact-ct .contact-info {
  width: calc(100% - 41.45833vw);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3.385417vw;
  padding-right: 4.0625vw;
  color: #987433;
}

#contact .contact-ct .contact-info .tit {
  font-size: 1.875vw;
  line-height: 3.75vw;
  font-family: siyuanNormal;
  font-weight: 700;
  margin-bottom: .625vw;
}

@media (max-width: 768px) {
  #contact .contact-ct .contact-info .tit {
    font-size: 1.875vw;
    line-height: 3.75vw;
    font-family: siyuanNormal;
    font-weight: 700;
    margin-bottom: .625vw;
  }
}

#contact .contact-ct .contact-info .text {
  font-size: .729167vw;
  margin-bottom: 1.302083vw;
}

#contact .contact-ct .contact-info .info-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #987433;
  padding-top: 1.666667vw;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: .729167vw;
}

#contact .contact-ct .contact-info .info-bottom .info-l {
  font-size: .729167vw;
}

#contact .contact-ct .contact-info .info-bottom .info-l span {
  font-family: gothambold;
}

#contact .contact-ct .contact-info .info-bottom .info-l span {
  font-family: gothambold;
}

#contact .contact-ct .contact-info .info-bottom .info-r {
  text-align: center;
  font-size: .729167vw;
}

#contact .contact-ct .contact-info .info-bottom .info-r .wechatmini {
  width: 6.25vw;
  height: 6.25vw;
  background: #fff;
  margin-bottom: .520833vw;
}

#contact .contact-ct .contact-info .info-bottom .info-r .wechatmini img {
  width: 100%;
}

@media (min-width: 767px) {
  .lxwm-m {
    display: none !important;
  }
}
.f24 {
    font-size: 24px;
}
@media (max-width: 767px) {
  .lxwm {
    display: none !important;
  }

  .cory {
      line-height: 37px;
  }

  .lxwm-m {
    width: 100%;
  }

  .lxwm-m .contact-m {
    padding: 0 28px;
  }

  .contact-info-m {
    width: 100%;
    background: #f7f6f1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3.066667vw 4vw 6vw;
    color: #987433;
  }

  .contact-info-m .tit-m {
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 21px;
  }

  .contact-info-m .text-mm {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .info-bottom-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #987433;
    padding-top: 2vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .info-l-m {
    font-size: 14px;
  }

  .info-r-m {
    text-align: center;
    font-size: 14px;
  }

  .wechatmini-m {
    width: 170px;
    height: 170px;
  }
}

/* 第六行结束 */

/* 学院简介开始 */

.about_01 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.about_01 .wal {
  min-height: 880px;
  padding: 160px 0 0 160px;
  z-index: 11;
  position: relative;
}

.wal {
  max-width: 1400px;
  margin: 0 auto;
}

.about_01 .pageTitle {
  top: 120px;
}

.pageTitle {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
  width: 67px;
  line-height: 48px;
  text-align: center;
}

.pageTitle:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 90%;
  left: 70px;
  top: 100px;
  background: #000;
}

.phoneShow {
  display: none;
}

.about_01 .content {
  background: #fff;
  font-size: 17px;
  line-height: 32px;
  text-align: justify;
  /* max-width: 795px; */
  min-height: 500px;
  padding: 0 75px 70px 0;
}
.index-title2{
    margin-top :20px;
}
.index-title2 .cn,.index-title2 .en{
    display: inline;
}
.about_01 .img {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 50%;
    top: 262px;
    bottom: auto;
    width: 1200px;
    margin-right: -1240px;
}
.about_01 .content2 {
  background: #fff;
  font-size: 17px;
  line-height: 32px;
  text-align: justify;
  max-width: 1200px;
  min-height: 500px;
  padding: 40px 75px 70px 0;
}
@media screen and (max-width: 750px) {
  .pcShow {
    display: none;
  }
  
}

@media screen and (max-width: 750px) {
  .about_01 .wal {
    padding: 0;
  }
  .img2 img{
    width: 100%;
  }
  .pageTitle:before {
    width: 133px;
    margin-left: -69px;
    height: 1px;
    left: 50%;
    bottom: 65px;
    top: auto;
}
.pageTitle {
  position: relative;
  font-size: 34px;
  width: 100%;
  padding: 35px 0 65px 0;
}
  .phoneShow {
    display: block;
  }

  .about_01 .img2 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .about_01 .pageTitle {
    top: 0;
  }

  .about_01 .content {
    font-size: 24px;
    line-height: 60px;
    padding: 40px 10px 50px 10px;
  }
  .about_01 .content2 {
    font-size: 24px;
    line-height: 60px;
    padding: 40px 10px 50px 10px;
  }
}

/* 学院简介结束 */

/* 成果转化开始 */

/* 成果转化结束 */