@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.transition6{ transition: 0.6s cubic-bezier(.645,.045,.355,1); -webkit-transition: 0.6s cubic-bezier(.645,.045,.355,1);}
.scaleO:hover .imgw{ transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05);}
.scaleO2:hover .imgw{ transform: scale(1.08); -webkit-transform: scale(1.08); -moz-transform: scale(1.08);}
.pos-ov{ position: relative; overflow: hidden;}
.imgw{ width: 100%; display: block;}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.header-wrap {
  margin: auto;
  width: 1400px;
}
.header .top{ background:#2d9898; color:#fff; height: 40px; line-height: 40px; font-size: 14px;}
.tel_h{ float: right; line-height: 40px; font-size: 16px;}
.bld{ font-weight: bold;}
.tel_h .icon_tel{ display: inline-block; vertical-align: middle; width: 16px; height: 16px; background:url(../images/tel_h.png) no-repeat center center; margin-right: 7px;}
.yuyan { margin-left: 60px;}
.yuyan a:hover{ color: rgba(255,255,255,0.7);}
.yuyan .tel_h .icon_tel{ display: inline-block; vertical-align: middle; width: 16px; height: 16px; background:url(../images/en.png) no-repeat center center; margin-right: 7px;}
.logo {
  display: block;
  float: left;
  margin-top: 13px;
  height: auto;
}
.logo img {
  width: 100%;
  height: auto;
}
.navs__box {
  position: relative;
  float: right;
}
.navs__downs {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
.navs > li {
  float: left;
  padding: 0 30px;
  position: relative;
  z-index: 3;
  text-align: center;
}
.navs > li:nth-child(n + 7) .navs__wrs {
  left: auto;
  right: 0;
  text-align: right;
}
.navs > li:nth-child(n + 7) .navs__wrs .navs__down__box {
  display: inline-flex;
  display: -webkit-inline-flex;
}
.navs > li:hover > a:before,
.navs > li.active > a:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs > li:hover .navs__down__box,
.navs > li.active .navs__down__box {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.navs > li:hover .navs__menu__box {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.navs > li:last-child {
  padding-right: 0;
}
.navs > li > a {
  display: inline-block;
  position: relative;
  height: 80px;
  line-height: 80px;
  color: #333;
  font-size: 16px;
}
.navs > li > a:before {
  content: "";
  width: 0;
  height: 3px;
  background: #2d9898;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.navs > li > a:hover,
.navs > li > a.active {
  color: #2d9898;
}
.navs > li > a:hover:before,
.navs > li > a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs > li > a:hover {
  color: #333;
}
.navs > li > a:before {
  bottom: 0;
}
.navs__wrs {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100vw;
  z-index: 2;
  display: none;
}
.navs__wrs:before {
  position: fixed;
  left: 0;
  top: 80px;
  content: "";
  width: 100%;
  height: 60px;
  background: #1fa37f;
  z-index: -1;
}
.navs__down__box {
  display: flex;
  display: -webkit-flex;
}
.navs__down__box li {
  margin-right: 30px;
}
.navs__down__box li:last-child {
  margin-right: 0;
}
.navs__down__box li a {
  display: block;
  line-height: 60px;
  color: rgba(255,255,255,0.7);
  font-size: 14px;
}
.navs__down__box li a:hover {
  color: #fff;
}
.abs {
    position: absolute;
}
.header  ul li .sub-nav{visibility:hidden;opacity:0;z-index:1;top:80px;left:50%;width:150px;color:#666;background:#fff;transform:translateX(-50%);-webkit-transform:translateX(-50%);transition:all .5s;-webkit-transition:all .5s;}
.header  ul li .sub-nav a{display:block;line-height:48px;padding:0px 10px;text-align:center; border-bottom:1px #f2f2f2 solid; color: #666;font-size: 14px;}
.header ul li:hover .sub-nav{visibility:visible;opacity:1;top:80px}
.header  ul li .sub-nav a:last-child{ border-bottom:2px #2d9898 solid;}
.header  ul li .sub-nav a:hover{background:#1fa37f; color:#fff;}
.navs__item {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  z-index: 3;
  padding-left: calc((100vw - 1400px)/2 + 700px);
  width: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.navs__item:hover:before,
.navs__item.active:before {
  transform: scaleX(1);
}
.navs__item:nth-child(1):before {
  display: none;
}
.navs__item:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #6ba8e7;
  transform: scaleX(0);
  transition: 0.45s;
}
.navs__item:first-child {
  border-left: none;
}
.navs__item_d {
  text-align: center;
  padding: 30px 0 70px;
}
.navs__item_d li {
  margin-bottom: 8px;
}
.navs__item_d li:last-child {
  margin-bottom: 0;
}
.navs__item_d li a {
  display: inline-block;
  font-size: 14px;
}
.navs__item_d li a:hover {
  color: #567598;
}
.navs__menu__box {
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: 100%;
  width: 150px;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  pointer-events: none;
  transition: 0.56s;
}
.navs__menu {
  position: relative;
  background: #fff;
  padding: 12px 0;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.navs__menu:before {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: -6px;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #fff;
}
.navs__menu li {
  margin-bottom: 6px;
  text-align: center;
}
.navs__menu li:last-child {
  margin-bottom: 0;
}
.navs__menu li a {
  display: inline-block;
  color: #333333;
  font-size: 15px;
}
.navs__menu li a:hover {
  color: #2d9898;
}
.navigate {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: none;
  height: auto;
  top: 60px;
  bottom: 0;
  overflow: visible;
  visibility: hidden;
  transition: opacity 0.8s, visibility 0.8s;
}
.navigate.show {
  visibility: visible;
}
.navigate.show .navigate-bg {
  opacity: 1;
  transition-delay: 0s;
}
.navigate.show .navigate-wrap {
  right: 0;
}
.navigate .navigate-bg {
  width: 100%;
  position: fixed;
  top: 60px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  opacity: 0;
  transition: 0.8s 0.3s;
}
.navigate-wrap {
  width: 260px;
  position: absolute;
  right: -260px;
  transition: right 0.78s cubic-bezier(0.7, 0, 0.3, 1);
  top: 0;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
}
.navigate-list {
  position: relative;
  width: auto;
  top: 0;
  margin-top: 0;
  border-top: 1px solid #F1F1F1;
}
.navigate-item {
  display: block;
  margin-left: 0;
  border-bottom: 1px solid #F1F1F1;
}
.navigate-item.active dt a {
  background: #2d9898;
  color: #fff;
}
.navigate-item dt {
  margin-bottom: 0;
}
.navigate-item dt i {
  display: none;
}
.navigate-item dt a {
  display: block;
  margin-top: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
  color: #707070;
  font-size: 18px;
  padding-left: 24px;
}
.banner .swiper-pagination {
  bottom: 40px;
}
.banner .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #fff;
  opacity: 1;
  margin: 0 8px !important;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1fa37f;
}
.banner-slide {
  position: relative;
  overflow: hidden;
}
.banner-slide.swiper-slide-active .banner__text {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
}
.banner-slide.swiper-slide-active figure img {
  transform: scale(1);
  transition: 4s 0s;
}
.banner-slide figure {
  display: block;
  line-height: 1;
}
.banner-slide figure img {
  display: block;
  position: relative;
  transform: scale(1.1);
  transition: 3s 1s;
}
.banner__text {
  position: absolute;
  left: 18.13%;
  top: 24.41%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s;
  transform: translateX(120px);
}
.banner__text strong {
  display: block;
  line-height: 1.5;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.3;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}
.banner__text small {
  display: block;
  margin-top: 22px;
  line-height: 1;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.mtop {
  height: 120px;
}
.banner-box {
  position: relative;
  overflow: hidden;
}
.banner-btn {
  position: absolute;
  left: 0;
  bottom: 35px;
  text-align: center;
  z-index: 10;
  width: 100%;
  font-size: 0;
}
.banner-btn-item {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  width: 141px;
  cursor: pointer;
}
.banner-btn-item:hover img,
.banner-btn-item.active img {
  border-color: #fff;
}
.banner-btn-item:last-child {
  margin-right: 0;
}
.banner-btn-item img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border: 4px solid #11205B;
  transition: 0.4s;
}
.banner:hover .banner-prev {
  opacity: 1;
  visibility: visible;
}
.banner:hover .banner-prev.prev {
  left: 36px;
}
.banner:hover .banner-prev.next {
  right: 36px;
}
.banner-prev {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  z-index: 10;
  text-align: center;
  color: #fff;
  font-size: 46px;
  border-radius: 50%;
  transition: 0.45s;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.banner-prev.prev {
  left: -40px;
}
.banner-prev.next {
  right: -40px;
}
.mouse-down {
  position: absolute;
  right: 34px;
  bottom: 47px;
  z-index: 10;
  width: 24px;
  height: 40px;
  background: url(../images/mouse.png) center no-repeat;
}
.mouse-down:before {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 8px;
  border-radius: 2px;
  content: "";
  width: 3px;
  height: 5px;
  background: #fff;
  animation: moveDownSpot 1000ms infinite;
}
@keyframes moveDownSpot {
  from {
    opacity: 1;
    top: 8px;
  }
  to {
    opacity: 0;
    top: 15px;
  }
}
.centre {
  position: relative;
  margin: 47px auto 50px;
  width: 1400px;
}
.hone__news li {
  position: relative;
  margin-bottom: 10px;
}
.hone__news li.active .news__top strong {
  margin-right: 0;
  font-size: 18px;
}
.hone__news li.active .news__top time {
  opacity: 0;
  visibility: hidden;
}
.hone__news li:first-child .news__bott {
  display: block;
}
.centre-info.show figure img {
  animation: fadeScale 2s linear;
}
@keyframes fadeScale {
  0% {
    opacity: 0.1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.news__top {
  position: relative;
}
.news__top strong {
  display: block;
  margin-right: 100px;
  color: #787878;
  transition: 0.3s;
  font-size: 15px;
  line-height: 35px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.36s;
}
.news__top strong:hover{ color: #1fa37f;}
.news__top time {
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  line-height: 35px;
  color: #a4a4a4;
  font-size: 14px;
  transition: 0.35s;
}
.news__bott {
  display: none;
  padding-top: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
.news__bott p {
  color: #a3a3a3;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news__bott span {
  display: inline-block;
  margin-top: 30px;
  color: #a4a4a4;
  font-size: 14px;
}
.centre-info {
  position: relative;
  float: left;
  width: 50%;
}
.centre-info figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.centre-info figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.68s;
}
.centre-info a:hover figure img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.centre-title {
  position: absolute;
  left: 36px;
  top: 32px;
  z-index: 10;
  display: flex;
  -webkit-display: flex;
}
.centre-title span {
  display: block;
  float: left;
  width: 64px;
  height: 64px;
  line-height: 1.3;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: #1fa37f;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.centre-title span:last-child {
  background: #2d9898;
  font-size: 16px;
  line-height: 1.2;
  font-family: "avenirnextregular";
  font-weight: normal;
}
.centre-context {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  box-sizing: border-box;
  padding: 78px 36px 38px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.centre-context strong {
  display: block;
  margin-bottom: 18px;
  line-height: 1.5;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  max-height: 100%;
}
.centre-context span {
  display: inline-block;
  position: relative;
  padding-bottom: 9px;
  border-bottom: 1px solid #fff;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  transition: 0.38s;
}
.centre-tab {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
}
.centre-wrap {
  padding: 28px 11.428% 0 7.142%;
}
.centre-span {
  margin-bottom: 25px;
}
.centre-span span {
  display: block;
  float: left;
  margin-right: 42px;
  line-height: 1;
  color: #333333;
  font-size: 18px;
  cursor: pointer;
  transition: 0.4s;
}
.centre-span span:hover,
.centre-span span.active {
  color: #1fa37f;
}
.centre-content {
  position: relative;
}
.centre-itembox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.centre-itembox.active {
  opacity: 1;
  visibility: visible;
  transition: 0.35s;
}
.centre-item {
  float: left;
  width: 100%;
}
.centre-swiper {
  position: relative;
}
.centre-swiper .slick-dots {
  padding-top: 30px;
  overflow: hidden;
}
.centre-swiper .slick-dots li {
  float: left;
  margin-right: 21px;
  line-height: 1;
}
.centre-swiper .slick-dots li:last-child {
  margin-right: 0;
}
.centre-swiper .slick-dots li.slick-active button {
  background: #1fa37f;
}
.centre-swiper .slick-dots li button {
  padding: 0;
  margin: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #D5D5D5;
  transition: 0.35s;
  text-indent: 8888px;
  border: none;
  outline: none;
  cursor: pointer;
}
.centre-list li {
  float: left;
  margin-bottom: 34px;
  width: 46.55%;
}
.centre-list li:nth-child(2n+2) {
  float: right;
}
.centre-list li a:hover strong {
  color: #2d9898;
  font-weight: bold;
}
.centre-list li time {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  color: #D1D1D1;
  font-size: 18px;
  font-family: "Gilroy";
}
.centre-list li strong {
  display: block;
  line-height: 1.6;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.38s;
}
.newsmore {
  position: absolute;
  left: 0;
  bottom: -50px;
  z-index: 10;
}
.newsmore a {
  display: inline-block;
  padding-left: 50px;
  position: relative;
  line-height: 14px;
  color: #999999;
  font-size: 14px;
}
.newsmore a:hover {
  color: #1fa37f;
}
.newsmore a:hover:before {
  background: #1fa37f;
}
.newsmore a:hover i {
  transform: rotate(180deg);
}
.newsmore a:hover i:before,
.newsmore a:hover i:after {
  background: #1fa37f;
}
.newsmore a:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 41px;
  height: 1px;
  background: #D1D1D1;
  transition: 0.35s;
}
.newsmore a i {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 6px;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  transition: 0.32s;
}
.newsmore a i:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 100%;
  height: 2px;
  background: #999999;
  transition: 0.34s;
}
.newsmore a i:after {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  content: "";
  height: 100%;
  width: 2px;
  background: #999999;
  transition: 0.34s;
}
.home-business {
  margin-bottom: 32px;
  border-bottom: 1px solid #EDEDED;
}
.home-business h2{
font-size: 36px;
    font-weight: bold;
    color: #000;
    text-align: center;
	padding: 40px 0;
}
.home-business-list li {
  float: left;
  margin-right: 1.475%;
  width: 32.35%;
}
.home-business-list li:last-child {
  margin-right: 0;
}
.home-business-list li figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.home-business-list li figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.58s;
}
.home-business-list li:hover figure img {
  transform: scale(1.07);
}
.home-business-list li:hover span {
  color: #2d9898;
}
.home-business-list li:hover span:after {
  transform: scaleY(1);
}
.home-business-list li span {
  display: block;
  position: relative;
  padding: 27px 0 36px;
  text-align: center;
  line-height: 1;
  color: #3C3C3C;
  font-size: 18px;
  font-weight: bold;
  transition: 0.38s;
}
.home-business-list li span:before,
.home-business-list li span:after {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  bottom: -9px;
  content: "";
  width: 2px;
  height: 24px;
  background: #EDEDED;
}
.home-business-list li span:after {
  background: #2d9898;
  transform-origin: top center;
  transform: scaleY(0);
  transition: 0.48s;
}
.footer {
  position: relative;
  padding: 44px 0 32px;
  background: #2d9898;
  overflow: hidden;
}
.home-wrap {
  width: 1400px;
  margin: auto;
}
.index {
    padding:80px 0 20px 0;
}
.shuz{background: #16194e;height: 393px;}
.index_about{
	position: relative;
	width: 100%;
}
.index_about .about_txt{
	margin-bottom: 30px;
}
.index_about .about_txt h2{
	font-size: 36px;
	font-weight:bold;
	color: #000;
	text-align: center;
}
.index_about .about_txt span{
	display: block;
	font-size: 26px;
	line-height: 36px;
	margin: 20px auto 40px;
	color: #000;
	font-weight:bold;
	text-align: center;
}

.index_about .about_txt p{
	color: #666;
	line-height: 30px;
	text-indent: 28px;
	text-align: justify;
	font-size: 14px;
}
.about_date{ margin-top: 60px;}
.index_about .about_date ul li{
	display: block;
	float: left;
	width: 50%;
	text-align: center;
}
.index_about .about_date ul li .name{
	font-size: 18px;
	line-height: 36px;
	color: #fff;
	
}
.index_about .about_date ul li .info{
	    font-size: 24px;
		color: #fff;
		text-align: center;
}
.index_about .about_date ul li .info b{
	display: inline-block;
	font-size: 48px;
	font-family:"PFDinCondensedMedium";
	margin-right: 8px;
	color: #fff;
}
.brands h2{text-align: center;
    font-size: 26px;
    color: #3C3C3C;
    margin-bottom: 35px;}
.address-item {
  float: left;
  margin-right: 120px;
}

.address-item:last-child {
  float: right;
}
.address-item dt {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}
.address-item dd {
  display: block;
}
.address-item dd p {
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
.address-item dd a {
  display: inline-block;
  margin-top: 3px;
  line-height: 1;
  color: #fff;
  font-size: 24px;
}
.address-item dd a:hover {
 color: rgba(255,255,255,0.7);
}
.footer-edite {
  padding-top: 72px;
}
.footer-edite p {
  float: left;
  color: #fff;
  font-size: 12px;
  line-height: 32px;
}
.footer-edite p a {
  display: inline-block;
  text-decoration: underline;
  font-weight: normal;
}
.copyright {
  float: right;
}
.copyright-list {
  float: left;
  margin-right: 32px;
  margin-top: 10px;
}
.copyright-list li {
  position: relative;
  float: left;
  padding: 0 8px;
}
.copyright-list li:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4.5px;
  content: "";
  width: 1.5px;
  height: 9px;
  background: #fff;
}
.copyright-list li:last-child:before {
  display: none;
}
.copyright-list li a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.copy-scolltop {
  float: right;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  color: #567598;
  font-size: 12px;
  transition: 0.3s;
}
.copy-scolltop:hover {
  line-height: 26px;
}
.slideLeft.article-block {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-150px);
  transition: 0.8s;
}
.slideLeft.articleShow {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.slideRight.article-block {
  opacity: 0;
  visibility: hidden;
  transform: translateX(150px);
  transition: 0.8s;
}
.slideRight.articleShow {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.slidetop.article-block,
.list-animate.article-block li,
.list-animate.article-block > div {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: 0.8s;
}
.slidetop.articleShow,
.list-animate.articleShow li,
.list-animate.articleShow > div {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.slidetop.detay1.article-block,
.list-animate.article-block li:nth-child(2),
.list-animate.article-block div:nth-child(2) {
  transition-delay: 0.2s;
}
.slidetop.detay2.article-block,
.list-animate.article-block li:nth-child(3),
.list-animate.article-block div:nth-child(3) {
  transition-delay: 0.4s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(4),
.list-animate.article-block div:nth-child(4) {
  transition-delay: 0.6s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(5),
.list-animate.article-block div:nth-child(5) {
  transition-delay: 0.8s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(6),
.list-animate.article-block div:nth-child(6) {
  transition-delay: 1s;
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  display: block;
  position: relative;
  line-height: 1;
  overflow: hidden;
  height: 0;
  padding-bottom: 25.26%;
}
.pbanner figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ptext {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  margin-top: -70px;
  text-align: right;
}
.ptext-wrap {
  display: inline-block;
  padding-right: 134px;
  text-align: left;
  text-align: center;
}
.ptext-wrap strong {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}
.ptext-wrap small {
  display: block;
  line-height: 1.4;
  color: #FFFFFF;
  font-size: 18px;
  overflow: hidden;
}
.leval-menu {
  position: relative;
  width: 100%;
  background: #dfdede;
  z-index: 5;
}
.leval-menu-list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.leval-menu-list li {
  position: relative;
  z-index: 3;
  margin-right: 50px;
}
.leval-menu-list li:before {
  content: "";
  width: 0;
  height: 3px;
  background: #1fa37f;
  position: absolute;
  right: 0;
  bottom:0;
  transition: 0.65s;
  z-index: -1;
}
.leval-menu-list li:hover,
.leval-menu-list li.active {
  color: #1fa37f;
}
.leval-menu-list li:hover:before,
.leval-menu-list li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.leval-menu-list li:last-child {
  margin-right: 0;
}
.leval-menu-list li:hover a,
.leval-menu-list li.active a {
  color: #1fa37f;
}
.leval-menu-list li:last-child {
  border-right: none;
}
.leval-menu-list li a {
  display: block;
  text-align: center;
  height: 70px;
  line-height: 70px;
  color: #666666;
  font-size: 16px;
}
.survey {
  position: relative;
  background-color: #fff;
  padding: 88px 0 45px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.survey-top {
  text-align: center;
}
.survey-top strong {
    display: block;
    margin-bottom: 42px;
    line-height: 1.2;
    color: #3C3C3C;
    font-size: 30px;
    font-weight: normal;
}
.survey-top p {
  color: #888;
  font-size: 15px;
  line-height: 2;
  text-align: justify;
  padding-bottom: 10px;
  
}
.survey-list {
  margin-top: 76px;
  padding: 0 34px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.survey-item {
  text-align: center;
}
.survey-item b {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  color: #4E8CEE;
  font-size: 45px;
  font-weight: normal;
}
.survey-item strong {
  display: block;
  line-height: 1;
  color: #1fa37f;
  font-size: 50px;
  font-family: "PFDinCondensedMedium";
}
.survey-item p {
  margin-top: 13px;
  color: #999999;
  font-size: 16px;
  line-height: 1.6;
}
.index_b{ padding: 30px 0 60px 0;}
.survey-video {
  position: relative;
  z-index: 3;
  overflow: hidden;
  height: 650px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.survey-video .vides {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  display: none;
}
.survey-video .video-btn {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  line-height: 1;
  color: #fff;
  font-size: 51px;
  cursor: pointer;
}
.introduct {
  padding: 42px 0 0 0;
}
.honor {
  padding: 89px 0 105px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.honor-wrap {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 62px 78px 66px;
  text-align: center;
}
.honor-wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(206, 184, 134, 0.66);
}
.honor-wrap strong {
  display: block;
  margin-bottom: 25px;
  line-height: 1.2;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}
.honor-wrap p {
  color: #fff;
  line-height: 2;
  font-size: 14px;
  text-align: justify;
}
.honor-wrap.article-block:before {
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: 1.5s;
}
.honor-wrap.articleShow:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.speed {
  position: relative;
  background: #fff;
  padding: 85px 0 0;
}
.speed-wrap {
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}
.speed-left {
  float: left;
  padding-top: 50px;
  width: 32%;
}
.speed-left figure {
  display: block;
  line-height: 1;
}
.speed-left figure img {
  display: block;
  width: 100%;
  height: auto;
}
.speed-title {
  padding-top: 24px;
}
.speed-title p {
  color: #3C3C3C;
  font-size: 18px;
  line-height: 1.8;
}
.speed-fix {
  float: right;
  padding-top: 44px;
  padding-bottom: 32px;
  padding-left: 30px;
  width: 62.833%;
  border-left: 1px solid rgba(112, 112, 112, 0.2);
}
.speed-top {
  margin-bottom: 30px;
}
.speed-top strong {
  display: block;
  margin-bottom: 25px;
  line-height: 1.2;
  color: #3C3C3C;
  font-size: 30px;
  font-weight: normal;
}
.speed-top p {
  color: #666;
  font-size: 16px;
  text-indent: 2em;
  text-align: justify;
  margin-bottom: 15px;
  line-height: 32px;
}
.speed-texts p {
  color: #999999;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
.speed-texts p b {
  color: #CEB886;
  font-weight: normal;
  text-decoration: underline;
}
.speed-ri {
  padding-top: 16px;
  text-align: right;
}
.speed-ri img {
  display: inline-block;
}
.events {
  padding-top: 66px;
}
.event-btn {
  text-align: center;
}
.event-btn a {
  display: inline-block;
  position: relative;
  z-index: 3;
  margin-right: 5px;
  width: 300px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #666;
  font-size: 20px;
  font-weight: bold;
}
.event-btn a:before {
  content: "";
  width: 0;
  height: 100%;
  background: #2d9898;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.event-btn a:hover,
.event-btn a.active {
  color: #2d9898;
}
.event-btn a:hover:before,
.event-btn a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.event-btn a:hover,
.event-btn a.active {
  color: #fff;
}
.event-btn a:last-child {
  margin-right: 0;
}
.event-fix {
  position: relative;
  z-index: 3;
}
.event-swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.event-items {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: 0.65s;
}
.event-items.active {
  opacity: 1;
  visibility: visible;
}
.event-title {
  float: left;
  padding-top: 110px;
  width: 528px;
}
.event-title strong {
  display: block;
  line-height: 1.3;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.event-title span {
  display: block;
  margin-top: 40px;
  color: #FFFFFF;
  font-size: 16px;
}
.evolve {
  float: right;
  width: 47.333%;
  background: rgba(0, 0, 0, 0.3);
}
.evolve-item {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  min-height: 202px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
.evolve-item:before {
  content: "";
  width: 100%;
  height: 0;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.55s;
  z-index: -1;
}
.evolve-item:hover,
.evolve-item.active {
  color: #fff;
}
.evolve-item:hover:before,
.evolve-item.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.evolve-item:last-child {
  border-bottom: none;
}
.evolve-item:hover .evolve-wrap {
  height: 131px;
}
.evolve-item:hover .evolve-wrap strong {
  color: #3C3C3C;
}
.evolve-item:hover .evolve-wrap p {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.15s;
}
.evolve-wrap {
  padding-left: 42px;
  padding-right: 42px;
  height: 36px;
  transition: 0.58s;
}
.evolve-wrap strong {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  transition: 0.36s;
}
.evolve-wrap p {
  margin-top: 20px;
  color: #999999;
  font-size: 14px;
  line-height: 1.8;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
  text-align: justify;
}
.mianyi{
	margin-top: 30px;
    border-radius: 20px;
    padding: 30px 50px;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 0 10px #e2e2e2;}
.xbcc2{ width: 100%; background: url("../img/xbcc2.jpg") repeat-y; padding: 100px 0 60px 0;}
.xbcc2 .xbcc2_btn{margin: 0 auto; text-align: center;}
.xbcc2 .xb222_nr{margin: 0 auto; margin-top: 45px;}
.xbcc2 img{max-width: 100%;}
.breaking-news {
  position: relative;
  padding: 90px 0 110px;
  border-top: 1px solid rgba(112, 112, 112, 0.23);
}
.breaking-tt {
  text-align: center;
  line-height: 1.2;
  color: #3C3C3C;
  font-size: 24px;
  font-weight: normal;
}
.history {
  position: relative;
  margin-top: 28px;
  text-align: center;
}
.history:before {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 37px;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 3px;
  background: #2d9898;
}

.history .history-ico {
  display: inline-block;
  font-size: 37px;
  line-height: 1;
  font-style: normal;
  margin: auto;
  color: #2d9898;
}
@keyframes moveDown1 {
  from {
    opacity: 1;
    transform: translateY(0px);
  }
  to {
    opacity: 0;
    transform: translateY(8px);
  }
}
.history.article-block .history-ico {
  opacity: 0;
  visibility: hidden;
  transform: rotate(180deg);
  transition: 0.58s;
}
.history.article-block:before {
  transition: 6s;
  transform: scaleY(0);
  transform-origin: center top;
}
.history.articleShow .history-ico {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg);
}
.history.articleShow:before {
  transform: scaleY(1);
}
.history-list {
  padding-top: 40px;
  padding-bottom: 80px;
}
.history-item {
  position: relative;
  float: left;
  margin-left: 3.5%;
  padding-right: 9%;
  margin-top: 114px;
  text-align: left;
  width: 37.5%;
}
.history-item:nth-child(2n+2):before {
  animation-delay: 0.8s;
}
.history-item:hover .history__wr:before {
  background: #2d9898;
}
.history-item:hover .history__wr:after {
  border-left: 8px solid #2d9898;
}
.history-item:hover time,
.history-item:hover p {
  color: #fff;
}
.history-item:hover.history-right .history__wr:after {
  border-right: 8px solid #2d9898;
}
.history-item:first-child {
  margin-top: 0;
}
.history-item:before {
  position: absolute;
  right: -15px;
  top: 4px;
  content: "";
  width: 30px;
  height: 30px;
  z-index: 3;

  background: url(../images/lg.png) center no-repeat;
}

.history-item.history-right {
  float: right;
  margin-left: 0;
  padding-right: 0;
  padding-left: 9%;
  margin-right: 3.5%;
  text-align: left;
}
.history-item.history-right time {
  text-align: left;
}
.history-item.history-right:before {
  right: auto;
  left: -14px;
}
.history-item.history-right .history__wr:after {
  right: auto;
  left: -38px;
  border-left: none;
  border-right: 8px solid #fff;
}
.history-item time {
  display: block;
  margin-bottom: 13px;
  line-height: 1.2;
  color: #3C3C3C;
  font-size: 24px;
  text-align: right;
  transition: 0.45s;
}
.history-item p {
  color: #999999;
  font-size: 14px;
  transition: 0.45s;
}
.history-item img {
  max-width: 100%;
  height: auto;
}
.history__wr {
  position: relative;
  z-index: 3;
}
.science-top .history__wr p{
	font-weight: bold;
	font-size: 18px;
}
.history__wr:before {
  content: "";
  position: absolute;
  left: -30px;
  top: -30px;
  right: -30px;
  bottom: -30px;
  background: #fff;
  z-index: -1;
  transition: 0.68s;
}
.history__wr:after {
  content: "";
  position: absolute;
  top: 6px;
  right: -38px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
  transition: 0.56s;
}
@keyframes scleyear {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.responsibility-top {
  padding: 60px 0 30px;
  border-top: 1px solid rgba(112, 112, 112, 0.23);
}
.responsiby-title {
  position: relative;
  float: left;
  width: 33%;
}
.responsiby-title strong {
  display: block;
  position: relative;
  line-height: 1.4;
  color: #3C3C3C;
  font-size: 24px;
  font-weight: normal;
}
.responsiby-title:before,
.responsiby-title:after {
  position: absolute;
  content: " “ ";
  font-size: 6.0938vw;
  line-height: 0;
  color: #2d9898;
  opacity: 0.36;
  font-family: Arial, Helvetica, sans-serif;
}
.responsiby-title:before {
  top: 50px;
  left: 0;
}
.responsiby-title:after {
  content: "”";
  right: 0;
  bottom: -60px;
}
.responsiby-texts {
  float: right;
  width: 62.83%;
}
.responsiby-texts p {
  color: #999999;
  font-size: 14px;
}
.responsiby-texts span {
  display: block;
  margin-top: 52px;
  color: #2d9898;
  font-size: 14px;
}
.honor-fix {
  padding: 72px 0 78px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.honor-title {
  position: relative;
  z-index: 3;
  text-align: center;
}
.honor-title i {
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  line-height: 1;
  color: #CEB886;
  font-size: 66px;
  text-align: center;
}
.honor-title strong {
  display: block;
  margin-bottom: 16px;
  line-height: 1;
  color: #000;
  font-size: 30px;
  font-weight: bold;
}
.honor-title small {
  display: block;
  line-height: 1;
  color: #CEB886;
  font-size: 20px;
  font-family: "Gilroy";
  text-transform: uppercase;
}
.honor-texts {
  margin-top: 14px;
  text-align: center;
}
.honor-texts p {
  color: #999999;
  font-size: 14px;
  text-align: center;
}
.honor-texts a {
  display: inline-block;
  position: relative;
  z-index: 3;
  margin-top: 60px;
  width: 119px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #CEB886;
}
.honor-texts a:before {
  content: "";
  width: 0;
  height: 100%;
  background: #1fa37f;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: -1;
}
.honor-texts a:hover,
.honor-texts a.active {
  color: #1fa37f;
}
.honor-texts a:hover:before,
.honor-texts a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.honor-texts a:hover {
  color: #fff;
}
.poverty {
  padding: 62px 0 60px;
}
.poverty strong {
  display: block;
  margin-bottom: 26px;
  text-align: center;
  line-height: 1.2;
  color: #000;
  font-size: 30px;
  font-weight:bold
}
.poverty p {
  color: #999999;
  font-size: 14px;
}
.poverty-list {
  margin-top: 62px;
}
.poverty-item {
  float: left;
  width: 49.08%;
  margin-bottom: 40px;
}
.poverty-item:nth-child(2n+2) {
  float: right;
}
.poverty-item figure {
  position: relative;
  display: block;
  padding-bottom: 66%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.poverty-item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.poverty-item figure img {
  transition: 0.58s;
}
.poverty-item:hover figure img {
  transform: scale(1.06);
}
.poverty-item:hover .poverty-text:before {
  width: 100%;
  right: auto;
  left: 0;
}
.poverty-item:hover .poverty-text p,
.poverty-item:hover .poverty-text span {
  color: #2d9898;
}
.poverty-text {
  position: relative;
  z-index: 2;
  background: #F7F7F7;
  padding: 28px 35px 30px;
}
.poverty-text:before {
  content: "";
  width: 0;
  height: 2px;
  background: #2d9898;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.68s;
  z-index: -1;
}
.poverty-text:hover,
.poverty-text.active {
  color: #2d9898;
}
.poverty-text:hover:before,
.poverty-text.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.poverty-text p {
  color: #666666;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
  transition: 0.35s;
}
.poverty-text span {
  position: relative;
  z-index: 3;
  display: inline-block;
  margin-top: 22px;
  color: #999999;
  font-size: 14px;
  transition: 0.35s;
}
.honor-box {
  padding: 82px 0 0;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background: #F7F7F7;
}
.honor-list {
  position: relative;
  z-index: 3;
  margin-top: 53px;
}
.honor-list:before {
  position: absolute;
  left: 50%;
  top: 37px;
  bottom: 0;
  content: "";
  width: 1px;
  background: #2d9898;
}
.honor-info li {
  position: relative;
  width: 50%;
  margin-bottom: 80px;
}
.honor-info .honor-right {
  float: right;
}
.honor-info li:hover .honorwrs {
  background: #2d9898;
}
.honor-info li:hover .honorwrs:before {
  border-right-color: #2d9898;
}
.honor-info li:hover .honorwrs time,
.honor-info li:hover .honorwrs p {
  color: #fff;
}
.honor-info li:hover:nth-child(2n+2) .honorwrs:before {
  border-left-color: #2d9898;
}
.honor-info li:before {
  position: absolute;
  left: -14px;
  top: 20px;
  content: "";
  width: 30px;
  height: 30px;
  background: #2d9898;
  border-radius: 50%;
  background: url(../images/lg.png) center no-repeat;
}
.honor-info li:nth-child(2) {
  margin-top: 130px;
}
.honor-info .honor-left {
  float: left;
}
.honor-info li.honor-left:before {
  left: auto;
  right: -15px;
}
.honor-info li.honor-left .honorwrs {
  margin-left: 0;
  margin-right: 50px;
  text-align: right;
}
.honor-info li.honor-left .honorwrs:before {
  left: auto;
  right: -8px;
  border-right: none;
  border-left: 8px solid #fff;
}
.honor-info li.honor-left:hover .honorwrs:before {
  border-left: 8px solid #2d9898;
}
.honorwrs {
  position: relative;
  margin-left: 50px;
  padding: 16px 26px 38px;
  background: #fff;
  border-radius: 3px;
  transition: 0.58s;

}
.honorwrs:before {
  position: absolute;
  top: 30px;
  left: -8px;
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 8px solid #fff;
  transition: 0.38s;
}
.honorwrs time {
  display: block;
  margin: 15px 0 20px 0;
  line-height: 1;
  color: #3C3C3C;
  font-size: 50px;
  transition: 0.4s;
  font-family: "PFDinCondensedMedium";
font-weight: bold;
}
.honorwrs p {
  color: #666;
  font-size: 16px;
  transition: 0.4s;
  margin-bottom: 10px;
}
.honorwrs img {
  max-width: 100%;
  margin-top: 14px;
  width: auto;
  height: auto;
}
.event-titles {
  padding: 80px 0 52px;
  text-align: center;
}
.event-titles strong {
  display: block;
  line-height: 1.2;
  color: #3C3C3C;
  font-size: 24px;
  font-weight: normal;
}
.event-titles p {
  margin-top: 32px;
  color: #999999;
  font-size: 14px;
}
.event-content {
  position: relative;
  z-index: 3;
  padding-bottom: 150px;
}
.event-content:before {
  position: absolute;
  left: 50px;
  top: 0;
  z-index: -1;
  content: "";
  height: 100%;
  border-left: 1px dashed #CCCCCC;
}
.event-items1 {
  margin-bottom: 60px;
}
.event-items1:last-child {
  margin-bottom: 0;
}
.event-data {
  float: left;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  height: 99px;
  width: 99px;
  box-sizing: border-box;
  padding: 20px 0;
  text-align: center;
  border-radius: 50%;
  background: #CEB886;
}
.event-data span {
  display: block;
  width: 100%;
  position: relative;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "Gilroy";
}
.event-data i {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: "Gilroy";
  line-height: 1;
  font-style: normal;
}
.events-text {
  margin-left: 136px;
  padding: 45px 66px 72px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}
.events-text strong {
  display: block;
  margin-bottom: 15px;
  color: #4D4A4A;
  font-size: 24px;
  font-weight: normal;
}
.events-text p {
  color: #999999;
  font-size: 14px;
}
.events-text img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.event-view1 {
  padding-top: 70px;
  background: #F7F7F7;
}
.charitable-top {
  padding: 52px 0 100px;
  border-top: 1px solid rgba(112, 112, 112, 0.23);
}
.charitable-top strong {
  display: block;
  margin-bottom: 24px;
  line-height: 1.2;
  text-align: center;
  color: #3C3C3C;
  font-size: 24px;
  font-weight: normal;
}
.charitable-top p {
  color: #999999;
  font-size: 16px;
}
.charitable-logo {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 40px;
}
.charitable-logo img {
  display: block;
  max-height: 100%;
}
.charitable-logo-item {
  margin-right: 72px;
  max-height: 105px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.charitable-logo-item:last-child {
  margin-right: 0;
}
.charitable-list {
  line-height: 0;
  padding-bottom: 120px;
}
.charitable-items {
  float: left;
  position: relative;
  width: 49%;
}
.charitable-items:nth-child(2n+2) {
  float: right;
}
.charitable-items figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.charitable-items figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.78s;
}
.charitable-items:hover figure img {
  transform: scale(1.06);
}
.charitable-items:hover .charitable-texts {
  box-sizing: border-box;
  height: 100%;
  padding-top: 28px;
  background: rgba(0, 0, 0, 0.6);
}
.charitable-items:hover .charitable-texts p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.charitable-texts {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 28px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  height: 28px;
  overflow: hidden;
  transition: 0.68s;
}
.charitable-texts strong {
  display: block;
  text-align: center;
  line-height: 1.1;
  color: #fff;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: normal;
}
.charitable-texts p {
  width: 82.9%;
  margin: auto;
  margin-top: 18px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.8;
  opacity: 0;
  visibility: hidden;
  transition: 0.48s;
  transform: translateY(40px);
}
.theme {
  padding: 87px 0 110px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.theme-title {
  display: block;
  text-align: center;
  line-height: 1.2;
  color: #3C3C3C;
  font-size: 24px;
  font-weight: normal;
}
.theme-list {
  margin: 45px -8px 0;
  display: flex;
  display: -webkit-flex;
}
.theme-item {
  position: relative;
  z-index: 3;
  width: 50%;
  box-sizing: border-box;
}
.theme-item a {
  display: block;
  position: relative;
  z-index: 3;
  margin: 0 8px;
  padding: 36px 9px 26px 28px;
  box-sizing: border-box;
  height: 100%;
  border: 1px solid #f5f5f5;
  background: #fff;
}
.theme-item a:before {
  content: "";
  width: 100%;
  height: 0;
  background: #2d9898;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.65s;
  z-index: -1;
}
.theme-item a:hover,
.theme-item a.active {
  color: #2d9898;
}
.theme-item a:hover:before,
.theme-item a.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.theme-item a:hover {
  border-color: #2d9898;
}
.theme-item a:hover i,
.theme-item a:hover strong,
.theme-item a:hover p,
.theme-item a:hover span {
  color: #fff;
}
.theme-item a:hover span {
  transition-delay: 0.15s;
  border-color: #fff;
}
.theme-item a i {
  display: block;
  line-height: 1;
  color: #2d9898;
  font-size: 45px;
  font-style: normal;
  transition: 0.35s;
}
.theme-item a strong {
  display: block;
  margin-top: 14px;
  margin-bottom: 24px;
  line-height: 1.1;
  color: #2d9898;
  font-size: 24px;
  font-weight: normal;
  transition: 0.35s;
}
.theme-item a p {
  color: #666;
  font-size: 15px;
  transition: 0.35s;
  text-align: left;
}

.responsibility-view {
  padding: 90px 0 100px;
}
.theme-menu {
  margin-top: 48px;
}
.theme-menu-list {
  display: flex;
  display: -webkit-flex;
}
.theme-menu-list li {
  position: relative;
  flex: 1;
  -webkit-flex: 1;
  margin-left: -1px;
  border: 1px solid #D2D2D2;
  transition: 0.4s;
}
.theme-menu-list li:before {
  content: "";
  width: 0;
  height: 5px;
  background: #CEB886;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.55s;
  z-index: -1;
}
.theme-menu-list li:hover,
.theme-menu-list li.active {
  color: #CEB886;
}
.theme-menu-list li:hover:before,
.theme-menu-list li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.theme-menu-list li:before {
  bottom: auto;
  top: -1px;
}
.theme-menu-list li:hover,
.theme-menu-list li.active {
  border-bottom: 1px solid #fff;
}
.theme-menu-list li:hover a i,
.theme-menu-list li.active a i {
  color: #CEB886;
  font-size: 45px;
}
.theme-menu-list li:hover a span,
.theme-menu-list li.active a span {
  margin-right: 0;
  color: #CEB886;
}
.theme-menu-list li a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  text-align: center;
  height: 85px;
  line-height: 85px;
  color: #999999;
  font-size: 18px;
}
.theme-menu-list li a i {
  font-size: 0;
  line-height: 1;
  color: #999999;
  font-style: normal;
  transition: 0.32s;
}
.theme-menu-list li a span {
  display: block;
  margin: 0 16px;
  line-height: 1;
  color: #999999;
  font-size: 18px;
  transition: 0.38s;
}
.biology .layui-table tr td:first-child {
    text-align: center;
}
.biology .layui-table th {
    position: relative;
    padding: 15px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 18px;
    line-height: 28px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: #0d418d;
}
.biology .layui-table td {
    position: relative;
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 15px;
	color: #666;
	 line-height: 28px;
}
.biologytt{ margin-top: 30px;}
.biologytt .layui-table tr td:first-child {
    text-align: center;
}
.biologytt .layui-table th {
    position: relative;
    padding: 15px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 18px;
    line-height: 28px;
	text-align: center;
}
.biologytt .layui-table td {
    position: relative;
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 15px;
	color: #666;
	 line-height: 28px;
}
.duty {
  padding-top: 140px;
}
.duty-list li {
  overflow: hidden;
}
.duty-list li:hover figure img {
  transform: scale(1.06);
}
.duty-list li figure {
  display: block;
  float: right;
  line-height: 1;
  overflow: hidden;
  width: 50%;
}
.duty-list li figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.65s;
}
.duty-list li:nth-child(2n+2) figure {
  float: left;
}
.duty-list li:nth-child(2n+2) .duty-text {
  float: right;
}
.duty-text {
  float: left;
  padding-top: 78px;
  width: 43.5%;
}
.duty-text p {
  color: #666666;
  font-size: 18px;
}
.industrial {
  margin: auto;
  padding: 122px 0 110px;
  width: 1400px;
}
.industrial-item {
  margin-bottom: 28px;
  position: relative;
  background: #F9F9F9;
  transition: 0.68s;
}
.industrial-item figure {
  display: block;
  float: right;
  line-height: 1;
  overflow: hidden;
  width: 65%;
}
.industrial-item figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.68s;
}
.industrial-item:nth-child(2n+2) figure {
  float: left;
}
.industrial-item:nth-child(2n+2) .industrial-text {
  right: 0;
  left: auto;
}
.industrial-item:nth-child(2n+2) .industrial-text:before {
  right: auto;
  left: -19px;
  border-left: none;
  border-right: 19px solid #F9F9F9;
}
.industrial-item:nth-child(2n+2) .industrial-text .industrial-wrap {
  left: 10.9%;
  right: 8.57%;
}
.industrial-item:hover {
  background: #1fa37f;
}
.industrial-item:hover figure img {
  transform: scale(1.06);
}
.industrial-item:hover .industrial-text:before {
  border-left: 19px solid #1fa37f;
}
.industrial-item:hover .industrial-tt strong,
.industrial-item:hover .industrial-tt span {
  color: #fff;
}
.industrial-item:hover .industrial-info p {
  color: #fff;
}
.industrial-item:hover .industrial-more span {
  color: #fff;
}
.industrial-item:nth-child(2n+2):hover .industrial-text:before {
  border-left: none;
  border-right: 19px solid #1fa37f;
}
.industrial-text {
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  width: 35%;
  height: 100%;
}
.industrial-text:before {
  position: absolute;
  right: -19px;
  top: 50%;
  margin-top: -20px;
  content: "";
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 19px solid #F9F9F9;
  transition: 0.56s;
}
.industrial-wrap {
  position: absolute;
  left: 10.97%;
  right: 17%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.industrial-tt strong {
  display: block;
  margin-bottom: 8px;
  line-height: 1.2;
  color: #3C3C3C;
  font-size: 24px;
  font-weight: normal;
  transition: 0.45s;
}
.industrial-tt span {
  display: block;
  line-height: 1.2;
  color: #666666;
  font-size: 18px;
  transition: 0.45s;
}
.industrial-info {
  margin-top: 16.9%;
  margin-bottom: 22%;
}
.industrial-info p {
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.45s;
}
.industrial-more span {
  display: inline-block;
  position: relative;
  z-index: 3;
  color: #3B3B3B;
  font-size: 14px;
  line-height: 1.2;
  font-family: "";
  transition: 0.45s;
}
.industrial-more span:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.industrial-more span:hover,
.industrial-more span.active {
  color: #fff;
}
.industrial-more span:hover:before,
.industrial-more span.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.industrial-more span:hover {
  color: #2d9898;
}
.view-pbanner {
  position: relative;
}
.view-pbanner figure {
  display: block;
  overflow: hidden;
  line-height: 1;
}
.view-pbanner figure img {
  display: block;
  position: relative;
}
.industrial-view-text {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 10;
}
.industrial-view-text strong {
  display: block;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}
.industrial-view-text p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.industrial-view-text a {
  display: block;
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin-top: 50px;
  width: 175px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 23px;
  color: #fff;
  font-size: 14px;
  background: #2d9898;
}
.industrial-view-text a:before {
  content: "";
  width: 0;
  height: 100%;
  background: #1fa37f;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.45s;
  z-index: -1;
}
.industrial-view-text a:hover,
.industrial-view-text a.active {
  color: #2d9898;
}
.industrial-view-text a:hover:before,
.industrial-view-text a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.industrial-view-text a:before {
  border-radius: 23px;
}
.industrial-view-text a:hover {
  background: #2d9898;
  color: #fff;
}
.industrial-view-text a i {
  display: inline-block;
  margin-right: 8px;
  font-style: normal;
}
.views-slide {
  overflow: hidden;
}
.view-scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 17px;
  text-align: center;
  z-index: 5;
}
.view-scroll p {
  line-height: 1;
  color: #fff;
  font-size: 14px;
}
.view-scroll span {
  display: block;
  margin: auto;
  margin-top: 16px;
  position: relative;
  width: 30px;
  height: 48px;
  background: url(../images/mouse1.png) center no-repeat;
}
.view-scroll span:before {
  position: absolute;
  left: 50%;
  margin-left: -2.5px;
  top: 9px;
  content: "";
  width: 5px;
  height: 10px;
  border-radius: 3px;
  background: #fff;
  animation: moveDownSpot 1000ms infinite;
}
.industrial-views {
  padding: 80px 0 88px;
}
.industrial-titles {
  margin-bottom: 62px;
}
.industrial-titles strong {
  display: block;
  text-align: center;
  line-height: 1.4;
  color: #000;
  font-size: 30px;
}
.bimore:hover {
  background: #1fa37f !important;
}
.industrial-t p {
  color: #999999;
  font-size: 14px;
  line-height: 2;
}
.leval-industrial {
  position: relative;
}
.leval-industrial-list {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 0;
  z-index: 10;
  display: flex;
  display: -webkit-flex;
}
.leval-industrial-list li {
  position: relative;
  z-index: 3;
  flex: 1;
  -webkit-flex: 1;
  border-right: 1px solid #fff;
  background: rgba(146, 143, 135, 0.5);
}
.leval-industrial-list li:before {
  content: "";
  width: 100%;
  height: 0;
  background:#2d9898;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.leval-industrial-list li:hover,
.leval-industrial-list li.active {
  color:#2d9898;
}
.leval-industrial-list li:hover:before,
.leval-industrial-list li.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.leval-industrial-list li:last-child {
  border-right: none;
}
.leval-industrial-list li a {
  display: block;
  text-align: center;
  height: 70px;
  line-height: 70px;
  color: #FFFFFF;
  font-size: 20px;
}
.industrial-tab {
  position: relative;
}
.industrial-items {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.industrial-items.active {
  height: auto;
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.glory {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.glory-wrap strong {
  display: block;
  margin-bottom: 28px;
  text-align: center;
  line-height: 1.2;
  color: #3C3C3C;
  font-size: 24px;
  font-weight: normal;
}
.glory-swiper .slick-dots {
  margin-top: 40px;
  text-align: center;
}
.glory-swiper .slick-dots li {
  display: inline-block;
  margin-right: 11px;
  line-height: 0;
}
.glory-swiper .slick-dots li:last-child {
  margin-right: 0;
}
.glory-swiper .slick-dots li.slick-active button {
  background: #CEB886;
}
.glory-swiper .slick-dots li button {
  padding: 0;
  border: none;
  margin: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  text-indent: 9999px;
  overflow: hidden;
  transition: 0.38s;
  cursor: pointer;
  outline: none;
}
.glory-item {
  float: left;
  width: 100%;
  text-align: center;
}
.glory-item p {
  color: #999999;
  font-size: 15px;
  line-height: 2.1;
  text-align: center;
}
.glory-item p a{-webkit-transition:all .3s;transition:all .3s; display: block;}
.glory-item p a:hover{color:#2d9898;font-weight:700;-webkit-transform:scale(1.05);transform:scale(1.05);-ms-transform:scale(1.05);}
.glory-list {
  padding: 50px 0 70px;
}
.glory-info {
  margin-left: -12px;
  margin-right: -12px;
}
.glory-info li {
  width: 33.333%;
  float: left;
  padding: 0 12px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
.glory-info li figure {
  display: block;
  position: relative;
  padding-bottom: 73.17%;
  line-height: 0;
  background: url(../images/honor.png) center no-repeat;
  background-size: cover;
}
.glory-info li figure:hover img {
  transform: scale(1.05);
}
.glory-info li figure img {
  display: block;
  position: absolute;
  left: 13.3%;
  top: 13%;
  width: 73.4%;
  height: auto;
  transition: 0.58s;
}
.glory-info li p {
	font-size: 16px;
	text-align: center;
	color: #333;
	padding-top: 10px;
}
.glory-info li:hover p {

color:#1fa37f;
}
.news_content {
	background-color: #f5f5f5;
	padding: 70px 0;
}
.news_content_wrap {
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
	margin: 0 auto;
	padding: 40px
}
.news_content_title {
    font-size: 22px;
    margin-bottom: 0;
    text-align: center;
	color: #333;
}
.news_content_info {
    color: #999;
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
}
.news_content_txt {
	border-top: 2px solid #EBEBEB;

	    margin-top: 20px;
	    padding-top: 20px;
}
.internate {
  padding: 156px 0 120px;
  background: #F7F7F7;
}
.internate-wrap {
  position: relative;
  z-index: 3;
}
.internate-wrap .slick-arrow {
  display: block;
  position: absolute;
  top: 268px;
  z-index: 10;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: 0.4s;
  font-style: normal;
  font-weight: lighter;
}
.internate-wrap .slick-arrow:hover {
  background: #2d9898;
}
.internate-wrap .slick-arrow.slick-prev {
  left: 0;
}
.internate-wrap .slick-arrow.slick-next {
  right: 0;
}
.internate-item {
  float: left;
  position: relative;
  width: 100%;
}
.internate-item figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.internate-item figure img {
  display: block;
  width: 100%;
  height: auto;
}
.internate-texts {
  padding-top: 35px;
}
.internate-texts strong {
  display: block;
  margin-bottom: 32px;
  line-height: 1.2;
  color: #3C3C3C;
  font-size: 24px;
  font-weight: normal;
}
.internate-texts p {
  width: 895px;
  color: #999999;
  font-size: 14px;
  line-height: 2;
}
.numble {
  position: absolute;
  right: 0;
  bottom: 92px;
  color: #666666;
  font-size: 24px;
  line-height: 1;
  z-index: 10;
}
.numble b {
  color: #1fa37f;
  font-weight: normal;
}
.business-mode {
  padding: 172px 0 140px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mode-title {
  display: block;
  line-height: 1.2;
  color: #3C3C3C;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.mode-lists {
  margin-top: 36px;
  display: flex;
  display: -webkit-flex;
}
.mode-items {
  position: relative;
  width: 25%;
  overflow: hidden;
  transition: 0.58s;
}
.mode-items:hover .mode-default {
  opacity: 0;
  visibility: hidden;
}
.mode-items:hover .mode-content {
  opacity: 1;
  visibility: visible;
  transition: 0.5s 0.3s;
}
.mode-items figure {
  display: block;
  position: relative;
  line-height: 1;
  overflow: hidden;
  height: 480px;
}
.mode-items figure img {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  height: 100%;
  width: auto;
}
.mode-items.active {
  width: 66%;
}
.mode-items.siblings {
  width: 11.3333%;
}
.mode-default {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  transition: 0.4s;
}
.mode-content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.38s;
}
.mode-text {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.mode-text b {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  color: #fff;
  font-size: 30px;
}
.mode-text strong {
  display: block;
  margin-bottom: 40px;
  line-height: 1.1;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
}
.mode-text p {
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
.core {
  background: #F7F7F7;
  padding-bottom: 60px;
}
.core-top {
  padding: 156px 0 66px;
}
.core-top p {
  color: #3C3C3C;
  font-size: 16px;
}
.core-list li {
  margin-bottom: 21px;
  background: #fff;
border-radius: 10px;
position: relative;
}


.core-list li:nth-child(2n+2) figure {
  float: left;
}
.core-list.chan li:nth-child(2n+2) figure {
  float: right;
}
.core-list li:nth-child(2n+2) .core-text {
  float: right;
  margin-left: 0;
  margin-right: 4.16%;
}
.core-list.chan li:nth-child(2n+2) .core-text {
  float: left;
  margin-right: 0;
  margin-left: 4.16%;
}
.core-list li:hover figure img {
  transform: scale(1.06);
}
.core-list li figure {
  display: block;
  float: right;
  line-height: 1;
  overflow: hidden;
  width: 50%;
}
.core-list li figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.65s;
}
.core-text {
  float: left;
  margin-left: 4.16%;
  padding-top: 45px;
  width: 42%;
}
.core-text strong {
  display: block;
  margin-bottom: 22px;
  line-height: 1.2;
  color: #000;
  font-size: 28px;
  font-weight: bold;
}
.chan .core-text strong {
	text-align: right;
}
.core-text p {
  color: #666666;
  font-size: 20px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.sob{width: 60px;
    height: 360px;
    position: absolute;
    left: -60px;
    background: #1fa37f;
    color: #fff;
    font-size: 30px;
    writing-mode: vertical-lr;
    letter-spacing: 10px;
    top: 0;
    text-align: center;
	 border-radius:10px 0 0 10px;
	}
	
.chan .core-text p {
text-align: right;
padding-right: 24px;
}
.sycy{}
.core-text p:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/bn129.png) no-repeat 50% 50%;
    position: absolute;
    left: 0;
    top: 11px;
}
.chan .core-text p:before {
	left: auto;
    right: 0;
}
.core-text .industrial-view-text a {
    margin-top: 40px;
}
.classic-cases {
  padding: 50px 0 10px 0;
}
.classic-wrap {
  margin: auto;
  width: 1400px;
  max-width: 90%;
}
.classic-title {
  text-align: center;
}
.classic-title strong {
  display: block;
  margin-bottom: 14px;
  line-height: 1;
  color: #3C3C3C;
  font-size: 30px;
  font-weight: normal;
}
.classic-title small {
  display: block;
  line-height: 1;
  color: #3C3C3C;
  font-size: 16px;
  font-family: "Gilroy";
  opacity: 0.2;
}
.classic-list {
  margin: 50px -15px 0;
}
.classic-list li {
  float: left;
  margin-bottom: 66px;
  width: 25%;
}
.classic-list li a {
  display: block;
  margin: 0 8px;
}
.classic-list li a figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.classic-list li a figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.78s;
}
.classic-list li a:hover figure img {
  transform: scale(1.05);
}
.classic-list li a:hover .classic-texts strong {
  color: #2d9898;
}
.classic-texts {
  text-align: center;
  margin-top: 16px;
}
.classic-texts strong {
  display: block;
  margin-bottom: 7px;
  line-height: 1.2;
  color: #3C3C3C;
  font-size: 16px;
  transition: 0.56s;
}
.classic-texts p {
  color: #666666;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.case__hidde {
  position: relative;
  overflow: hidden;
}
.case-more a {
  display: block;
  height: 73px;
  line-height: 73px;
  text-align: center;
  color: #999999;
  font-size: 16px;
  font-weight: bold;
  background: #E5E5E5;
}
.case-more a:hover {
  background: #2d9898;
  color: #fff;
}
.case-slide {
  overflow: hidden;
  line-height: 0;
}
.case-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.case-slide figure img {
  display: block;
  position: relative;
}
.case-btn {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 31px;
  z-index: 10;
}
.case-btn span {
  display: block;
  float: left;
  margin-right: 25px;
  width: 47px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: 0.45s;
  font-weight: lighter;
}
.case-btn span:hover {
  background: #CEB886;
}
.case-view {
  padding-bottom: 100px;
}
.case-top {
  padding: 70px 0 45px;
}
.case-top strong {
  display: block;
  line-height: 1.2;
  color: #3C3C3C;
  font-size: 24px;
  font-weight: normal;
}
.case-top strong i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 28px;
  font-size: 16px;
  font-style: normal;
}
.case-view-texts {
  padding-bottom: 86px;
}
.case-view-texts p {
  color: #333;
  font-size: 14px;
}
.view-page {
  position: relative;
  padding-top: 30px;
  border-top: 2px solid #EBEBEB;
}
.pageLefe {
  display: flex;
  justify-content: space-between;
}
.pageinfo {
  margin-bottom: 10px;
}
.pageinfo:last-child {
  margin-bottom: 0;
}
.pageinfo a {
  display: inline-block;
  color: #999999;
  font-size: 14px;
}
.pageinfo a:hover {
  color: #2d9898;
}
.pageback {
  float: right;
}
.pageback a {
  display: block;
  text-align: center;
  width: 175px;
  height: 45px;
  border-radius: 23px;
  background: #CEB886;
  line-height: 45px;
  color: #fff;
  font-size: 12px;
}
.pageback a:hover {
  background: #2d9898;
}
.pageback a i {
  display: inline-block;
  margin-right: 16px;
  font-style: normal;
  font-size: 20px;
}
.business-top {
  padding: 82px 0 68px;
}
.businee-tt {
  margin-bottom: 36px;
  text-align: center;
}
.businee-tt b {
  display: block;
  line-height: 1.5;
  color: #3C3C3C;
  font-size: 18px;
  font-weight: normal;
}
.businee-tt strong {
  display: block;
  line-height: 1.4;
  color: #3C3C3C;
  font-size: 24px;
  font-weight: normal;
}
.business-fix {
  text-align: center;
}
.business-fix p {
  color: #999999;
  font-size: 14px;
  line-height: 2;
}
.business-fix a {
  display: block;
  margin: auto;
  margin-top: 52px;
  width: 175px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 23px;
  color: #fff;
  font-size: 12px;
  background: #CEB886;
}
.business-fix a:hover {
  background: #2d9898;
}
.business-fix a i {
  display: inline-block;
  margin-right: 8px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
}
.characteristics {
  padding: 65px 0 82px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.characteristics-title {
  position: relative;
  padding-bottom: 22px;
  text-align: center;
}
.characteristics-title strong {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  color: #fff;
  font-size: 30px;
}
.characteristics-title small {
  display: block;
  line-height: 1;
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Gilroy";
  opacity: 0.2;
}
.characteristics-title:before {
  position: absolute;
  left: 50%;
  margin-left: -17px;
  bottom: 0;
  content: "";
  width: 35px;
  height: 3px;
  background: #CEB886;
}
.characteristics-text {
  margin-top: 80px;
}
.characteristics-info {
  margin: auto;
  position: relative;
  width: 575px;
  height: 296px;
  background: url(../images/line.png) center no-repeat;
}
.characteristics-item {
  float: left;
  position: relative;
  padding-top: 77px;
  width: 50%;
}
.characteristics-item:last-child .characteristics-texts {
  left: auto;
  right: -310px;
  width: 284px;
}
.characteristics-default {
  text-align: center;
}
.characteristics-default strong {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  color: #CEB886;
  font-size: 24px;
  font-weight: normal;
}
.characteristics-default p {
  color: #CEB886;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
.characteristics-texts {
  position: absolute;
  left: -430px;
  top: 14px;
  width: 382px;
}
.characteristics-texts p {
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
.characteristics-texts p b {
  color: #CEB886;
  font-weight: normal;
}
.core-business {
  margin: auto;
  padding: 76px 0 100px;
  width: 1400px;
}
.core-box {
  margin-top: 38px;
}
.core-btn {
  display: flex;
  display: -webkit-flex;
}
.core-btn-item {
  position: relative;
  z-index: 3;
  flex: 1;
  -webkit-flex: 1;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -1px;
  height: 95px;
  text-align: center;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  padding: 20px 0;
  cursor: pointer;
}
.core-btn-item:before {
  content: "";
  width: 100%;
  height: 0;
  background: #CEB886;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.48s;
  z-index: -1;
}
.core-btn-item:hover,
.core-btn-item.active {
  color: #CEB886;
}
.core-btn-item:hover:before,
.core-btn-item.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.core-btn-item:hover p,
.core-btn-item.active p {
  color: #fff;
}
.core-btn-item p {
  width: 100%;
  color: #999999;
  font-size: 16px;
  transition: 0.4s;
  text-align: center;
}
.core-tab {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}
.core-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.core-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: 0.58s;
}
.core-info {
  width: 33.333%;
}
.core-info figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.core-info figure img {
  display: block;
  width: 100%;
  height: auto;
}
.core-prev {
  position: absolute;
  top: 96px;
  width: 54px;
  height: 54px;
  border: 2px solid #999999;
  color: #999999;
  font-size: 20px;
  line-height: 54px;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  transition: 0.48s;
}
.core-prev:hover {
  border-color: #fff;
  color: #fff;
}
.core-prev.prev {
  left: 14px;
}
.core-prev.next {
  right: 14px;
}
.competitiveness {
  padding: 63px 0 95px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.competitiveness-text {
  margin-top: 38px;
  margin-bottom: 40px;
  text-align: center;
}
.competitiveness-text p {
  width: 1090px;
  margin: auto;
  max-width: 100%;
  color: #FFFFFF;
  font-size: 16px;
}
.competitiveness-list li {
  float: left;
  margin-right: 2.3%;
  padding-top: 43px;
  text-align: center;
  height: 238px;
  width: 18.16%;
  background: #FFFFFF;
}
.competitiveness-list li:last-child {
  margin-right: 0;
}
.competitiveness-list li b {
  display: block;
  margin: auto;
  margin-bottom: 34px;
  width: 61px;
  height: 61px;
  text-align: center;
  line-height: 61px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  background: #CEB886;
}
.competitiveness-list li p {
  margin: auto;
  width: 177px;
  max-width: 95%;
  color: #999999;
  font-size: 14px;
}
.biology-box {
  padding-top: 60px;
}
.biology {
  margin: auto;
  padding: 56px 0 108px;
  width: 1400px;
}
.biology-item:nth-child(2n+2) {
  background: #F9F9F9;
}
.biology-title {
  margin-bottom: 38px;
  text-align: center;
}
.biology-title strong {
  display: block;
  margin-bottom: 60px;
  line-height: 1;
  color: #000;
  font-size: 30px;
  font-weight: bold;
}
.biology-title p {
  color: #666666;
  font-size: 18px;
  text-align: center;
}
.biology-img {
  position: relative;
}
.biology-img img {
  display: block;
  width: 100%;
  height: auto;
}
.biology-tt {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.biology-tt p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.biology-content {
  margin: auto;
  margin-top: 36px;
  width: 1200px;
  max-width: 100%;
}
.biology-content p {
  color: #666;
  font-size: 16px;
  text-align:left;
  padding-bottom: 10px;
}
.brands {
  padding: 99px 0 100px;
}
.brandsw {
  padding: 40px 0 ;
}
.lazy {
  background: url(../images/loading.gif) center no-repeat;
}
.brand-li li.article-block,
.news-list li.article-block,
.video-list li.article-block {
  opacity: 0;
  visibility: hidden;
  transform: rotateY(45deg);
  transition: 0.68s 0.28s;
}
.brand-li li.articleShow,
.news-list li.articleShow,
.video-list li.articleShow {
  opacity: 1;
  visibility: visible;
  transform: rotateY(0deg);
  transition: 0.68s 0.28s;
}
.brand-li li {
  float: left;
  margin-bottom: 66px;
  width: 47.83%;
}
.brand-li li:nth-child(2n+2) {
  float: right;
}
.brand-li li:hover figure:before {
  background: #CEB886;
  opacity: 0.2;
}
.brand-li li:hover figure .brandbg {
  transform: scale(1.05);
}
.brand-li li:hover span {
  color: #CEB886;
  border-color: #CEB886;
}
.brand-li li figure {
  display: block;
  position: relative;
  padding-bottom: 70%;
  text-align: center;
  height: 0;
  overflow: hidden;
}
.brand-li li figure:before {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.68s;
}
.brand-li li figure .brandbg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.68s;
}
.brand-li li figure .brandicon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.brand-info {
  padding: 15px 0;
  border-bottom: 1px solid #707070;
}
.brand-info span {
  display: block;
  text-align: center;
  color: #666;
  font-size: 16px;
  transition: 0.48s;
}
.brand-info p {
  color: #999;
  font-size: 14px;
  text-align: center;
}
.brand-logo {
  padding: 50px 0 54px;
  text-align: center;
  background: #F7F7F7;
}
.brand-logo img {
  display: block;
  margin: auto;
  max-height: 200px;
}
.brand-contents {
  padding: 17px 0 130px;
}
.brand-in {
  margin-bottom: 60px;
}
.brand-in li {
  position: relative;
  padding: 65px 0 52px;
  border-bottom: 1px solid #EEEEEE;
}
.brand-in li:before {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid #EEEEEE;
  border-radius: 50%;
  background: #fff;
}
.brand-in li:hover .brand-left {
  transform: translateY(-4px);
}
.brand-in li:hover .brand-left:before {
  animation: moveSco 1s infinite;
}
@keyframes moveSco {
  0% {
    top: 0;
  }
  100% {
    top: 110%;
  }
}
.brand-left {
  float: left;
  position: relative;
  z-index: 3;
  padding-top: 8px;
  overflow: hidden;
  transition: 0.35s;
}

.brand-left strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  color: #2d9898;
  font-size: 24px;
}
.brand-left small {
  display: block;
  line-height: 1;
  color: #CEB886;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Gilroy";
}
.brand-textd {
  margin-left: 25.83%;
  margin-right: 12.5%;
}
.brand-textd p {
  color: #999;
  font-size: 16px;
}
.brand-textd p a{
	text-decoration: underline;
}
.brand-next {
  position: relative;
  margin-bottom: 50px;
}
.brand-next figure {
  display: block;
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.brand-next figure:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.brand-next figure img {
  display: block;
  width: 100%;
  height: auto;
}
.brand-next-text {
  position: absolute;
  left: 3.333%;
  width: 478px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.brand-next-text strong {
  display: block;
  margin-bottom: 24px;
  line-height: 1.2;
  color: #FFFFFF;
  font-size: 24px;
}
.brand-next-text p {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.brand-next-text span {
  position: relative;
  z-index: 3;
  display: inline-block;
  margin-top: 54px;
  color: #CEB886;
  font-size: 12px;
}
.brand-next-text span:before {
  content: "";
  width: 0;
  height: 1px;
  background: #CEB886;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.brand-next-text span:hover,
.brand-next-text span.active {
  color: #CEB886;
}
.brand-next-text span:hover:before,
.brand-next-text span.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.deg{ background-color: #f7f7f7;}
.deg .news-content{background-color: #fff;}
.deg .video-list li span{background-color: #fff;}
.dii .news-boxs {
    padding: 94px 0 94px;
}
.news-boxs {
  padding: 94px 0 126px;
}
.news-list {
  padding-bottom: 42px;
}
.news-list li {
  float: left;
  margin-right: 2.75%;
  margin-bottom: 32px;
  width: 31.5%;
  line-height: 0;
}
.news-list li:nth-child(3n+3) {
  margin-right: 0;
}
.news-list li a {
  display: block;
}
.news-list li a:hover figure img {
  transform: scale(1.05);
}
.news-list li a:hover .news-content:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.news-list li a:hover .news-content time,
.news-list li a:hover .news-content p {
  color: #fff;
}
.news-list li figure {
  position: relative;
  display: block;
  padding-bottom: 58.73%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  object-fit: cover;
}
.news-list li figure img {
  transition: 0.6s;
}
.news-content {
  position: relative;
  z-index: 3;
  padding: 25px;
  background: #F7F7F7;
}
.news-boxs .hone__news li{position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;

}
.news-content:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  background: #2d9898;
  z-index: -1;
  transition: 0.58s;
}
.news-content time {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #1fa37f;
  font-size: 20px;
  font-family: "Gilroy";
  transition: 0.4s;
}
.news-content p {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.4s;
}
.pagelist {
  display: flex;
  display: -webkit-flex;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.pagelist a {
  display: inline-block;
  position: relative;
  margin-right: 8px;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #E2E2E2;
  color: #999999;
  font-size: 16px;
  transition: 0.4s;
}
.pagelist a:hover,
.pagelist a.active {
  background: #CEB886;
  border-color: #CEB886;
  color: #fff;
}
.pagelist span {
  display: inline-block;
  margin-right: 8px;
  width: 48px;
  height: 38px;
  line-height: 34px;
  border: 1px solid #E2E2E2;
  color: #999999;
  font-size: 16px;
}
.pagep.prev {
  margin-right: 32px;
}
.pagep.prev:before {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -5px;
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 10px solid #E2E2E2;
}
.pagep.next {
  margin-left: 24px;
}
.pagep.next:before {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -5px;
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #E2E2E2;
}
.news-view {
  padding: 56px 0 200px;
}
.news-view-content {
  width: 68%;
  display: inline-block;
}
.news-view-title {
  position: relative;
  padding-bottom: 34px;
  border-bottom: 2px solid rgba(112, 112, 112, 0.04);
}
.news-view-left {
  float: left;
  width: 65.21%;
}
.news-view-left time {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  color: #CEB886;
  font-size: 18px;
  font-family: "Gilroy";
}
.news-view-left strong {
  display: block;
  line-height: 1.3;
  color: #333333;
  font-size: 24px;
  font-weight: normal;
}
.news-share {
  float: right;
  margin-top: 36px;
}
.news-share a {
  display: block;
  float: left;
  margin-left: 13px !important;
  margin-right: 0 !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  padding: 0 !important;
  background: none !important;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 18px !important;
}
.news-share a:nth-child(1) {
  background: #5bb27f !important;
}
.news-share a:nth-child(2) {
  background: #e34f4f !important;
}
.news-share a:nth-child(3) {
  background: #6098ed !important;
}
.news-share a:nth-child(4) {
  background: #ffc57b !important;
}
.news-share a:hover {
  color: #fff !important;
}
.news-view-info {
  padding-top: 56px;
}
.news-view-info p {
  color: #999999;
  font-size: 14px;
  line-height: 2;
}
.news-view-info img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.news-recommend {
  display: inline-block;
  position: sticky;
  top: 90px;
  right: 0;
  padding-top: 40px;
  width: 26.84%;
  margin-left: 4.5%;
  vertical-align: top;
}
.recommend-tt {
  color: #333333;
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  padding-bottom: 66px;
  border-bottom: 2px solid rgba(112, 112, 112, 0.04);
}
.recommend-list {
  padding-top: 28px;
}
.recommend-list li {
  margin-bottom: 28px;
}
.recommend-list li time {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
  color: #CEB886;
  font-size: 20px;
  font-family: "Gilroy";
}
.recommend-list li p {
  color: #333333;
  font-size: 14px;
  transition: 0.35s;
}
.recommend-list li:hover p {
  color: #CEB886;
}
.recommend-nexts {
  padding: 16px 24px;
  margin-top: 38px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  background: #F7F7F7;
}
.recommend-nexts a {
  display: inline-block;
  color: #333333;
  font-size: 14px;
}
.recommend-nexts a:hover {
  color: #CEB886;
}
.journal {
  padding: 30px 0 90px;
}
.journal-list li {
  float: left;
  position: relative;
  z-index: 3;
  margin-bottom: 60px;
  width: 48%;
  padding-bottom: 36px;
}
.journal-list li:nth-child(2n+2) {
  float: right;
}
.journal-list li:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 38px;
  bottom: 0;
  z-index: -1;
  background: #F7F7F7;
}
.journal-list li figure {
  display: block;
  float: left;
  margin-left: 4.16%;
  width: 25.86%;
  line-height: 1;
  overflow: hidden;
}
.journal-list li figure:hover img {
  transform: scale(1.04);
}
.journal-list li figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s;
}
.journal-content {
  margin-left: 36.8%;
  margin-right: 20px;
  padding-top: 60px;
}
.journal-text {
  margin-bottom: 25px;
}
.journal-text time {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  color: #999999;
  font-size: 14px;
}
.journal-text strong {
  display: block;
  line-height: 1.8;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
}
.journal-btn {
  overflow: hidden;
}
.journal-btn a {
  display: block;
  float: left;
  margin-right: 13px;
  text-align: center;
  width: 91px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  background: #1fa37f;
}
.journal-btn a:hover {
  background: #CEB886;
}
.journal-btn a:last-child {
  background: #CEB886;
}
.video-list {
  padding-bottom: 35px;
}
.video-list li {
  margin-right: 2%;
  float: left;
  margin-bottom: 20px;
  width: 32%;
  cursor: pointer;
}
.video-list li:nth-child(3n+3) {
  margin-right: 0;
}
.video-list li:hover figure img {
  transform: scale(1.05);
}
.video-list li:hover b {
  transform: scale(1.2);
  opacity: 0.8;
}
.video-list li:hover span {
  color: #fff;
}
.video-list li:hover span:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.video-list li figure {
  position: relative;
  display: block;
  line-height: 1;
  overflow: hidden;
}
.video-list li figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.58s;
}
.video-list li figure:before {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
}
.video-list li:hover figure:before {
  background: rgba(0, 0, 0, 0.1);
}
.video-list li figure b {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  line-height: 1;
  color: #fff;
  font-size: 50px;
  font-weight: normal;
  cursor: pointer;
  z-index: 3;
  transition: 0.48s;
}
.video-list li span {
  position: relative;
  z-index: 2;
  text-align: center;
  height: 66px;
  line-height: 66px;
  color: #999999;
  font-size: 14px;
  background: #F7F7F7;
  transition: 0.58s;
  overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
	  padding:0 5px;
}
.video-list li span:before {
  content: "";
  width: 100%;
  height: 0;
  background: #1fa37f;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.45s;
  z-index: -1;
}
.video-list li span:hover,
.video-list li span.active {
  color: #1fa37f;
}
.video-list li span:hover:before,
.video-list li span.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.video-list li span:hover {
  color: #fff;
}
.pop-videos {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.78s;
}
.pop-videos.show {
  opacity: 1;
  visibility: visible;
}
.pop-videos.show .video-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.pop-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.video-content {
  width: 860px;
  height: 480px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -430px;
  margin-top: -240px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-200px);
  transition: 0.65s;
}
.video-content .video-close {
  display: block;
  position: absolute;
  right: -36px;
  top: 0;
  line-height: 1;
  color: #fff;
  font-size: 30px;
  transition: 0.5s;
  cursor: pointer;
}
.video-content .video-close:hover {
  transform: rotate(180deg);
}
.video-content .video {
  width: 100%;
  height: 100%;
  display: block;
}
.culture-logo {
  padding: 53px 0 40px;
  text-align: center;
}
.culture-logo strong {
  display: block;
  margin-bottom: 16px;
  line-height: 1;
  color: #3C3C3C;
  font-size: 24px;
  font-weight: normal;
}
.culture-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.cultures {
  background: #F7F7F7;
}
.culture-btn {
  display: flex;
  display: -webkit-flex;
}
.culture-btn li {
  position: relative;
  z-index: 3;
  margin-right: 1px;
  flex: 1;
  -webkit-flex: 1;
  background: rgba(146, 143, 135, 0.5);
}
.culture-btn li:before {
  content: "";
  width: 100%;
  height: 0;
  background: #CEB886;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.45s;
  z-index: -1;
}
.culture-btn li:hover,
.culture-btn li.active {
  color: #CEB886;
}
.culture-btn li:hover:before,
.culture-btn li.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.culture-btn li:last-child {
  margin-right: 0;
}
.culture-btn li a {
  display: block;
  height: 70px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  line-height: 70px;
}
.culture-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.culture-item.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: 0.5s;
}
.elaborate {
  padding: 73px 0 88px;
}
.elaborate figure {
  display: block;
  float: right;
  line-height: 1;
  width: 48.58%;
}
.elaborate figure img {
  display: block;
  width: 100%;
  height: auto;
}
.elaborate-text {
  float: left;
  width: 45%;
}
.elaborate-text strong {
  display: block;
  margin-bottom: 32px;
  color: #3C3C3C;
  font-size: 24px;
  line-height: 1.2;
}
.elaborate-text p {
  color: #999999;
  font-size: 14px;
}


.elaborate2 {
  padding: 30px 0;
}
.elaborate2 figure {
  display: block;
  float: right;
  line-height: 1;
  width: 48.58%;
  overflow: hidden;
}
.elaborate2 figure img {
  display: block;
  width: 100%;
  height: auto;
 transition: 0.58s;
 border-radius: 10px;

}
.elaborate2 figure:hover img {
  transform: scale(1.07);
}
.elaborate-text2 {
  float: left;
  width: 47.5%;
}
.elaborate-text2 strong {
  display: block;
  margin: 20px 0;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
}
.about_txt .elaborate-text2 p {
color: #666;
    line-height: 28px;
    text-indent: 2rem;
    text-align: justify;
    font-size: 15px;
	padding-top: 15px;
}
.about_txt .elaborate-text2 .more a{display:inline-block; width:145px; height:38px; color:#fff; font-size:14px; line-height:38px; text-align:center; background:url(../images/more2.png) no-repeat;}
.development-content {
  position: relative;
  width: 1200px;
}
.development-top {
  padding: 61px 0 54px;
  text-align: center;
}
.development-top p {
  color: #999999;
  font-size: 16px;
}
.development-item {
  float: left;
  width: 100%;
  background: #fff;
}
.development-item.slick-current figure img {
  transform: scale(1);
}
.development-item figure {
  display: block;
  float: left;
  line-height: 1;
  overflow: hidden;
  width: 49.58%;
}
.development-item figure img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.1);
  transition: 0.68s;
}
.development-text {
  float: right;
  margin-right: 4.3333%;
  width: 41.666%;
  padding-top: 68px;
}
.development,
.festival {
  padding-bottom: 105px;
  width: 1200px;
}
.development-tt {
  text-align: center;
}
.development-tt strong {
  display: block;
  margin-bottom: 18px;
  line-height: 1;
  color: #CEB886;
  font-size: 24px;
  font-weight: normal;
}
.development-tt time {
  display: block;
  line-height: 1;
  color: #999999;
  font-size: 32px;
}
.development-info {
  margin-top: 50px;
  text-align: center;
}
.development-info p {
  color: #999999;
  font-size: 16px;
}
.development-btn {
  position: absolute;
  right: 0;
  top: 70px;
  width: 50.42%;
}
.development-btn span {
  display: block;
  position: absolute;
  top: 21px;
  line-height: 1;
  color: #3C3C3C;
  font-size: 24px;
  font-weight: lighter;
  cursor: pointer;
  transition: 0.4s;
}
.development-btn span:hover {
  color: #CEB886;
}
.development-btn span.prev {
  left: 37px;
}
.development-btn span.next {
  right: 37px;
}
.festival-top {
  position: relative;
}
.festival-year {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.festival-btn span {
  top: -3px;
  color: #3C3C3C;
}
.festival-year-item {
  float: left;
  text-align: center;
  padding-top: 7px;
  transition: 0.65s;
  cursor: pointer;
  background: url(../images/history.png) left 3px no-repeat;
  background-size: 89.5% auto;
}
.festival-year-item:hover i,
.festival-year-item.active i {
  border-color: #CEB886;
}
.festival-year-item:hover i:before,
.festival-year-item.active i:before {
  background-color: #CEB886;
}
.festival-year-item:hover time,
.festival-year-item.active time {
  color: #CEB886;
  font-size: 30px;
}
.festival-year-item i {
  display: block;
  position: relative;
  margin: auto;
  margin-top: -7px;
  width: 18px;
  height: 18px;
  border: 1px solid #3C3C3C;
  border-radius: 50%;
  transition: 0.38s;
}
.festival-year-item i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  content: "";
  width: 10px;
  height: 10px;
  background: #3C3C3C;
  border-radius: 50%;
  transition: 0.38s;
}
.festival-year-item time {
  display: block;
  margin: auto;
  margin-top: 11px;
  width: 101px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #3C3C3C;
  font-size: 18px;
  transition: 0.38s;
}
.festival-btn {
  width: 100%;
  top: 1px;
}
.festival-btn span {
  color: #3C3C3C;
}
.festival-btn span.prev {
  left: -40px;
}
.festival-btn span.next {
  right: -40px;
}
.festival-swiper {
  margin-top: 40px;
}
.festival-items {
  float: left;
  width: 100%;
}
.festival-slide {
  position: relative;
}
.festival-slide figure {
  display: block;
  float: left;
  line-height: 1;
  overflow: hidden;
}
.festival-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.festival-slide span {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  display: block;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.festival-texts {
  position: absolute;
  right: 0;
  top: 0;
  width: 53.17%;
  height: 100%;
  text-align: center;
  z-index: 3;
}
.festival-texts time {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  line-height: 1;
  color: #DBDBDB;
  font-size: 220px;
  z-index: -1;
  font-family: "PFDinCondensedMedium";
}
.festival-texts strong {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
  width: 100%;
  color: #3C3C3C;
  font-size: 24px;
  font-weight: normal;
}
.festival-texts p {
  color: #3C3C3C;
  font-size: 24px;
  text-align: center;
}
.festival-wr {
  position: absolute;
  left: 50%;
  margin-left: -45%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 90%;
}
.festival-tab {
  width: 46.83%;
  float: left;
}
.festival-fixs {
  position: relative;
}
.festival-tab-btn {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -19px;
  width: 100%;
  z-index: 5;
}
.festival-tab-btn span {
  display: block;
  position: absolute;
  top: 0;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.76);
  cursor: pointer;
  transition: 0.45s;
}
.festival-tab-btn span:hover {
  background: #fff;
  color: #CEB886;
}
.festival-tab-btn span.prev {
  left: 13px;
}
.festival-tab-btn span.next {
  right: 13px;
}
.culture-down {
  padding: 140px 0 120px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.culture-idea {
  position: relative;
  z-index: 3;
}
.culture-idea li {
  float: left;
  margin-right: 1.89%;
  width: 23.58%;
  background: #fff;
  border-radius: 4px;
}
.culture-idea li:last-child {
  margin-right: 0;
}
.culturewr {
  position: relative;
  z-index: 3;
  padding: 60px 12% 0;
  height: 294px;
}
.culturewr:before {
  content: "";
  width: 100%;
  height: 0;
  background: #2d9898;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.66s;
  z-index: -1;
}
.culturewr:hover,
.culturewr.active {
  color: #2d9898;
}
.culturewr:hover:before,
.culturewr.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.culturewr:before {
  border-radius: 4px;
}
.culturewr:hover i,
.culturewr:hover strong,
.culturewr:hover p {
  color: #fff;
}
.culturewr:hover i {
  transform: translateY(-4px);
}
.culturewr i {
  display: block;
  margin-bottom: 17px;
  line-height: 1;
  color: #3C3C3C;
  font-size: 44px;
  font-style: normal;
  transition: 0.4s;
}
.culturewr strong {
  display: block;
  margin-bottom: 44px;
  line-height: 1;
  color: #666666;
  font-size: 24px;
  font-weight: normal;
  transition: 0.4s;
}
.culturewr p {
  color: #666;
  font-size: 16px;
  transition: 0.4s;
  text-align: center;
}
.lx_dt{width:100%;height:398px;font-size:12px}
.faz{ width: 100%; display: block;}
.join {
  padding-bottom: 80px;
}
.join-title {
  padding: 82px 0 45px;
}
.join-title strong {
  display: block;
  text-align: center;
  color: #3C3C3C;
  font-size: 24px;
  font-weight: normal;
}
.join-list li {
  position: relative;
  margin-bottom: 23px;
  background: #F7F7F7;
  transition: 0.65s;
}
.join-list li:hover {
  background: #CEB886;
}
.join-list li:hover figure img {
  transform: scale(1.06);
}
.join-list li:hover .join-wr strong,
.join-list li:hover .join-wr p {
  color: #fff;
}
.join-list li figure {
  display: block;
  float: right;
  width: 50%;
  overflow: hidden;
  line-height: 1;
}

.join-list li:nth-child(2n+2) figure {
  float: left;
}
.join-list li:nth-child(2n+2) .join-texts {
  left: auto;
  right: 0;
}
.join-texts {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.join-wr {
  position: absolute;
  left: 50px;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.join-wr strong {
  display: block;
  margin-bottom: 24px;
  line-height: 1.2;
  color: #CEB886;
  font-size: 24px;
  font-weight: normal;
  transition: 0.38s;
}
.join-wr p {
  color: #666666;
  font-size: 18px;
  transition: 0.38s;
}
.enterprise {
  padding: 84px 0 74px;
  text-align: center;
}
.enterprise strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #3C3C3C;
  font-size: 30px;
  font-weight: normal;
}
.enterprise p {
  color: #999999;
  font-size: 14px;
}
.enterprise-texts {
  padding: 60px 0 100px;
}
.enterprise-texts strong {
  display: block;
  margin-bottom: 48px;
  text-align: center;
  color: #3C3C3C;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
}
.enterprise-texts img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.enterprise-texts p {
  color: #999999;
  font-size: 14px;
}
.enterprise-content {
  background: #F7F7F7;
}
.enterpriselist {
  position: relative;
  z-index: 3;
  padding-bottom: 106px;
}
.enterpriselist:before {
  position: absolute;
  left: 0;
  top: 9px;
  z-index: -1;
  content: "";
  width: 100%;
  border-top: 1px dotted #CEB886;
}
.enterpriselist-wr {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.enterprise-info {
  margin-right: 50px;
}
.enterprise-info:last-child {
  margin-right: 0;
  width: 380px;
}
.enterprise-info i {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #CEB886;
  border-radius: 50%;
}
.enterprise-info i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  content: "";
  width: 10px;
  height: 10px;
  background: #CEB886;
  border-radius: 50%;
}
.enterprise-info time {
  display: block;
  margin-top: 24px;
  margin-bottom: 10px;
  line-height: 1;
  color: #CEB886;
  font-size: 16px;
}
.enterprise-info p {
  color: #999999;
  font-size: 14px;
}
.xun {
  padding: 99px 0 120px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.xun-title {
  margin-bottom: 45px;
  text-align: center;
}
.xun-title strong {
  display: block;
  margin-bottom: 14px;
  line-height: 1;
  color: #000;
  font-size: 30px;
  font-weight: bold;
}
.xun-title small {
  display: block;
  line-height: 1;
  color: #3C3C3C;
  font-size: 16px;
  font-family: "Gilroy";
  opacity: 0.2;
}
.xun-texts {
  text-align: center;
}
.xun-texts p {
  color: #2d9898;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.nei .classic-list li {
  float: left;
  margin-bottom: 50px;
  width: 33.3333%;
}
.ovh {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recruitment {
  padding: 62px 0 30px 0;
  background: #F7F7F7;
}
.recuites {
  margin-top: 62px;
}
.recuite-tt {
  background: #1fa37f;
}
.recuite-tt span {
  display: block;
  float: left;
  height: 66px;
  line-height: 66px;
  color: #fff;
  font-size: 18px;
}
.recuite-tt span:nth-child(1) {
  padding-left: 40px;
  width: 30%;
}
.recuite-tt span:nth-child(2) {
  width: 17.91%;
}
.recuite-tt span:nth-child(3) {
  width: 17.91%;
}
.recuite-tt span:nth-child(5) {
  margin-right: 50px;
  float: right;
}
.recuite-list li {
  border-bottom: 1px solid #DDDDDD;
}
.recuite-tops {
  position: relative;
  z-index: 3;
  height: 66px;
  background: #F7F7F7;
  transition: 0.45s;
  cursor: pointer;
}
.recuite-tops.active,
.recuite-tops:hover {
  background: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.recuite-tops.active span,
.recuite-tops:hover span {
  color: #2d9898;
}
.recuite-tops.active b:before,
.recuite-tops:hover b:before {
  background: #2d9898;
}
.recuite-tops.active b:after,
.recuite-tops:hover b:after {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}
.recuite-tops span {
  display: block;
  float: left;
  height: 66px;
  line-height: 66px;
  color: #272727;
  font-size: 16px;
  transition: 0.4s;
}
.recuite-tops span:nth-child(1) {
  padding-left: 40px;
  width: 30%;
}
.recuite-tops span:nth-child(2) {
  width: 17.91%;
}
.recuite-tops span:nth-child(3) {
  width: 17.91%;
}
.recuite-tops b {
  float: right;
  position: relative;
  margin-top: 23px;
  margin-right: 76px;
  display: block;
  width: 14px;
  height: 14px;
  font-weight: normal;
}
.recuite-tops b:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 100%;
  height: 2px;
  background: #272727;
  transition: 0.35s;
}
.recuite-tops b:after {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0px;
  content: "";
  width: 2px;
  height: 100%;
  background: #272727;
  transition: 0.35s;
}
.recuite-texts {
  padding: 44px 68px 82px 59px;
  background: #fff;
  display: none;
}
.recuite-texts p {
  color: #999999;
  font-size: 14px;
  line-height: 2;
}
.recuite-texts a {
  display: inline-block;
  color: #1fa37f;
  font-size: 16px;
  text-decoration: underline;
}
.program {
  padding: 88px 0 124px;
}
.program-list {
  margin-top: 75px;
}
.program-list li {
  margin-bottom: 46px;
  position: relative;
}
.program-list li figure {
  display: block;
  float: right;
  line-height: 1;
  width: 50%;
}
.program-list li figure img {
  display: block;
  width: 100%;
  height: auto;
}
.program-list li:nth-child(2n+2) figure {
  float: left;
}
.program-list li:nth-child(2n+2) .porgram-text {
  left: auto;
  right: 0;
}
.porgram-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 43.5%;
  height: 100%;
}
.program-wr {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
}
.program-wr strong {
  display: block;
  margin-bottom: 26px;
  line-height: 1.2;
  color: #CEB886;
  font-size: 24px;
  font-weight: normal;
}
.program-wr p {
  color: #999999;
  font-size: 14px;
}
.program-contents {
  padding: 62px 0 72px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.program-info {
  float: right;
  width: 370px;
  margin-right: 30px;
}
.program-info p {
  color: #000;
  font-size: 16px;
  line-height: 2.2;
}
.program-info p span {
  display: inline-block;
  width: 80px;
}
.program-info p a {
  display: inline-block;
  margin-left: 8px;
  color: #1fa37f;
}
.program-info p a:hover {
  color: #0d418d;
}
.enterpriselist.article-block:before {
  width: 0;
  transition: 4s;
}
.enterpriselist.articleShow:before {
  width: 100%;
}
.back-list {
  padding: 40px 0 50px;
  text-align: center;
}
.back-list a {
  display: inline-block;
  color: #999999;
  font-size: 14px;
}
.back-list a i {
  display: inline-block;
  position: relative;
  left: 0;
  top: -2px;
  vertical-align: middle;
  margin-left: 13px;
  width: 14px;
  height: 12px;
  background: url(../images/back.png) center no-repeat;
  transition: 0.35s;
}
.back-list a:hover {
  color: #CEB886;
}
.back-list a:hover i {
  background: url(../images/back1.png) center no-repeat;
  left: 3px;
}
.back-list-right {
  text-align: right;
}
.tips {
  padding: 13.54% 0;
  text-align: center;
  background: #F7F7F7;
}
.tips strong {
  margin-bottom: 45px;
  display: block;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
}
.tips a {
  display: block;
  margin: auto;
  width: 175px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 23px;
  background: #CEB886;
  color: #fff;
  font-size: 14px;
}
.tips a:hover {
  background: #1fa37f;
}
.science {
  padding: 80px 0;
}
.science-top {
  text-align: center;
}

.science-top strong {
  display: block;
  margin-bottom: 50px;
  line-height: 1;
  color: #000;
  font-size: 30px;
  font-weight: bold;
}
.science-top p {
  color: #666;
  font-size: 16px;
  text-align:left;
  padding-bottom: 10px;
}
.science-top .responsiby-title strong {
    display: block;
    margin-bottom: 0;
	   margin-top: 50px;
    line-height: 1;
    color: #1fa37f;
    font-size: 26px;
    font-weight: bold;
}
.science-top h5 {
  color: #000;
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
}
.science-list .history-ico {
  color: #D5D5D5;
}
.science-list:before {
  background: #D5D5D5;
  width: 1px;
  bottom: 30px;
}
.science-list:after {
  display: none;
}
.science-fix li {
  float: left;
  margin-bottom: 122px;
  width: 45.25%;
}
.science-fix li:last-child {
  margin-bottom: 0;
}
.science-fix li:nth-child(2) {
  margin-top: 118px;
}
.science-fix li:nth-child(2n+2) {
  float: right;
}
.science-fix li time {
  display: block;
  margin-bottom: 25px;
  text-align: right;
  line-height: 1;
  color: #CEB886;
  font-size: 46px;
  font-family: "avenirnextregular";
}
.science-fix li time i {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  font-style: normal;
  font-size: 16px;
}
.science-fix li strong {
  display: block;
  margin-bottom: 40px;
  line-height: 1.3;
  color: #3C3C3C;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}
.science-fix li p {
  text-align: left;
  color: #999999;
  font-size: 16px;
}
.science-fix li figure {
  margin-top: 32px;
  display: block;
  line-height: 1;
}
.science-fix li figure img {
  display: block;
  width: 100%;
  height: auto;
}
.science-load {
  text-align: center;
  margin-top: 10px;
}
.science-load a {
  display: inline-block;
  color: #999999;
  opacity: 0.65;
  font-size: 14px;
}
.science-load a:hover {
  color: #CEB886;
}
.science-img-item {
  float: left;
  width: 49%;
}
.science-img-item:nth-child(2n+2) {
  float: right;
}
.science-img-item figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.science-img-item figure img {
  display: block;
  width: 100%;
  height: auto;
}
.laboratory-box {
  padding: 90px 0 ;
  background: #F7F7F7;
}
.science-top1 p {
  text-align: left;
}
.science-img {
  margin-top: 26px;
}
.science-li {
  margin-top: 56px;
}
.science-li li {
  margin-bottom: 20px;
  background: #fff;
}
.science-li li:last-child {
  margin-bottom: 0;
}
.science-li li figure {
  display: block;
  float: left;
  line-height: 1;
  overflow: hidden;
  width: 280px;
}
.science-li li figure img {
  display: block;
  width: 100%;
  height: auto;
}
.science-in {
  margin-left: 318px;
  padding-right: 68px;
}
.science-in strong {
  display: block;
  position: relative;
  padding-top: 30px;
  margin-bottom: 15px;
  line-height: 1;
  color: #3C3C3C;
  font-size: 20px;
}
.science-po{ height: 250px; overflow: auto; padding-right: 20px;}
.science-in strong:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 39px;
  height: 6px;
  background: #2d9898;
}


  

.science-in h4 {
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
}
.science-in p {
  color: #999999;
  font-size: 14px;
}
.biology-box1 .biology-item .biology {
  padding: 20px 0 80px;
}
.characteristics-tips {
  margin-top: 32px;
  text-align: center;
  color: #CEB886;
  font-size: 30px;
  line-height: 1;
}
.weib{ margin-left: 15px;}



.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #f1f1f1 url(../images/loader.gif) center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
a.slick-disabled{ cursor: not-allowed;}

.slick-dots { position: absolute; bottom: 0; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; z-index: 400;}
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0px 5px; padding: 0px; cursor: pointer; }

.ibox-padding{margin: 80px 0;}

.ibox-partent-nav { text-align: center; padding: 80px 0;}
.ibox-partent-nav a{position: relative; display: inline-block; *display: inline; *zoom: 1; padding: 10px 42px; background-color: #1fa37f; color: #fff; margin: 0 12px; font-size: 18px;}
.ibox-partent-nav a::before{ content: ""; border-left: 8px solid transparent; border-right: 8px solid transparent; display: block; margin: 0px auto; height: 0; width: 0; border-top: 14px solid #fff; position: absolute; left: 50%; margin-left: -8px; top: 100%; opacity: 0; visibility: hidden; transition: .3s;}
.ibox-partent-nav a.active{ background: #fff; color: #333; }
.ibox-partent-nav a.active::before{ top: 100%; opacity: 1; visibility: visible; }
.ibox-partentC{ position: relative; margin: 0 44px;}
.ibox-partent-demo{ position: absolute; left: 0; top: 0; width: 100%; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; visibility: hidden; transition: .5s; -webkit-transition: .5s; }
.ibox-partent-demo.active{ position: relative; visibility: visible; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
.ibox-partent-demo .item{ margin: 0 12px;}
.ibox-partent-demo .pos-ov{ transition: .3s;}
.ibox-partent-demo .slick-arrow { position: absolute; width: 28px; height: 28px; line-height: 28px; border: 1px solid #E8E8E8; z-index: 106; top: 50%; border-radius: 50%; margin-top: -15px; text-align: center; color: #E8E8E8;cursor: pointer;}
.ibox-partent-demo .slick-prev{ left: -44px;}
.ibox-partent-demo .slick-next{ right: -44px;}
.ibox-partent-demo .slick-arrow i { display: block; font-family:"iconfont" !important;font-size:16px;font-style:normal; -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.ibox-partent-demo .slick-prev i:before{ content: "\e71a";}
.ibox-partent-demo .slick-next i:before{ content: "\e600";}
.ibox-partent-demo .slick-arrow:hover{ background:none #1fa37f; border-color: #1fa37f; background:#1fa37f;}
.ibox-partent-demo .slick-arrow:before{ content:''; position:absolute; top:0; left:0; width:100%; height:100%; border-radius:50%; background:rgba(0,0,0,.2); visibility:hidden; z-index:-1;}
.ibox-partent-demo .slick-arrow:hover:before{ opacity:0; visibility:visible; -webkit-transform:scale(1.5); -ms-transform:scale(1.5); transform:scale(1.5); -webkit-transition:.5s;  transition: .5s;}	
.scroll-top{ transform: translateY(10px) scale(.99); opacity: 0; transition: all .8s cubic-bezier(.645,.045,.355,1); transition-property: opacity,transform; transition-timing-function: cubic-bezier(.645,.045,.355,1); will-change: auto;visibility: inherit!important;}
.scroll-top.articleShow{ transform: translateY(0) scale(1); opacity: 1; visibility: visible!important;}

.ib_hz{ width:100%; height:420px; background:#2d9898;}

.gls .ibox-partent-nav {padding: 0 0 80px 0;}

.gls .ibox-partent-nav a{background-color: #2d9898;}
.gls .ibox-partent-nav a::before{  border-top: 14px solid #2d9898;}
.gls .ibox-partent-nav a.active{ background: #2d9898; color: #fff; }
.gla{background-color: #f5f5f5;}
.glaa{ margin-bottom: 60px;}
.ibox-partent-demo2{ position: absolute; left: 0; top: 0; width: 100%; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; visibility: hidden; transition: .5s; -webkit-transition: .5s; }
.ibox-partent-demo2.active{ position: relative; visibility: visible; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
.ibox-partent-demo2 .item{margin: 0 15px;background: #fff;padding: 15px;border-radius: 5px;}
.ibox-partent-demo2 .pos-ov{ transition: .3s;text-align: center; display:flex; align-items:center; justify-content:center;}
.ibox-partent-demo2 .pos-ov img{max-width:100%;}
.ibox-partent-demo2 .item p{font-size: 18px; text-align: center; color: #333333; padding-top: 15px; line-height: 24px; height: 40px; overflow: hidden;}
.ibox-partent-demo2 .slick-arrow { position: absolute; width: 28px; height: 28px; line-height: 28px; border: 1px solid #1fa37f; z-index: 106; top: 50%; border-radius: 50%; margin-top: -15px; text-align: center; color:#1fa37f;cursor: pointer;}
.ibox-partent-demo2 .slick-prev{ left: -20px;}
.ibox-partent-demo2 .slick-next{ right: -20px;}
.ibox-partent-demo2 .slick-arrow i { display: block; font-family:"iconfont" !important;font-size:16px;font-style:normal; -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.ibox-partent-demo2 .slick-prev i:before{ content: "\e71a";}
.ibox-partent-demo2 .slick-next i:before{ content: "\e600";}
.ibox-partent-demo2 .slick-arrow:hover{  border-color: #2d9898; background:#2d9898; color: #fff;}
.ibox-partent-demo2 .slick-arrow:before{ content:''; position:absolute; top:0; left:0; width:100%; height:100%; border-radius:50%; background:rgba(0,0,0,.2); visibility:hidden; z-index:-1;}
.ibox-partent-demo2 .slick-arrow:hover:before{ opacity:0; visibility:visible; -webkit-transform:scale(1.5); -ms-transform:scale(1.5); transform:scale(1.5); -webkit-transition:.5s;  transition: .5s;}
.ibox-partent-demo2 .imgw{max-width:100%; width: auto;}


.ibox-partent-demo3 .item{margin: 0 10px;}
.ibox-partent-demo3 .item a:hover p{ color: #2d9898;}
.ibox-partent-demo3 .pos-ov{ transition: .3s; text-align: center; display:flex; align-items:center; justify-content:center;}
.ibox-partent-demo3 .pos-ov img{ max-width:100%;}
.ibox-partent-demo3 .item p{font-size: 15px; text-align: center; color: #333333; padding-top: 15px; line-height: 24px;}
.ibox-partent-demo3 .slick-arrow { position: absolute; width: 28px; height: 28px; line-height: 28px; border: 1px solid #2d9898; z-index: 106; top: 50%; border-radius: 50%; margin-top: -15px; text-align: center; color:#2d9898;cursor: pointer;}
.ibox-partent-demo3 .slick-prev{ left: -44px;}
.ibox-partent-demo3 .slick-next{ right: -44px;}
.ibox-partent-demo3 .slick-arrow i { display: block; font-family:"iconfont" !important;font-size:16px;font-style:normal; -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.ibox-partent-demo3 .slick-prev i:before{ content: "\e71a";}
.ibox-partent-demo3 .slick-next i:before{ content: "\e600";}
.ibox-partent-demo3 .slick-arrow:hover{ background:none #1fa37f; border-color: #1fa37f; background:#1fa37f;}
.ibox-partent-demo3 .slick-arrow:before{ content:''; position:absolute; top:0; left:0; width:100%; height:100%; border-radius:50%; background:rgba(0,0,0,.2); visibility:hidden; z-index:-1;}
.ibox-partent-demo3 .slick-arrow:hover:before{ opacity:0; visibility:visible; -webkit-transform:scale(1.5); -ms-transform:scale(1.5); transform:scale(1.5); -webkit-transition:.5s;  transition: .5s;}
.ibox-partent-demo3 .imgw{max-width:100%; width: auto;}

.xbcc3{ width:470px; background: #1fa37f; height: 80px; border:1px solid #1fa37f; border-radius: 50px; margin: 70px auto; text-align: center; line-height: 80px; font-size: 34px; font-weight: bold; overflow: hidden; color: #fff; }
.mxbcc4{background-color: #f8fcff;}
.xbcc4 img,.mxbcc4 img,.xbcc5_con img{ max-width:100%;}

.xbzz .culturewr strong,.xbzz .culturewr i {
    color: #2d9898;
}
.xbzz .culturewr:hover i,.xbzz .culturewr:hover strong,.xbzz .culturewr:hover p {color: #fff;}
.xbzz.survey-top > strong {
    margin-bottom:80px;
    font-size: 40px;
}
.xbzz.science-top > strong {
    margin-bottom:80px;
    font-size: 40px;
	color: #006dc9;
}
.Research_content{ display: flex; justify-content: center; align-items: center;}
.Research_content .Research_content_img{ margin: 0px 50px;}

.Research_content .Research_content_list .content_list_li p{padding:10px;font-size: 18px; color: #333;}
.Research_content .Research_content_list .content_list_li p i{ padding-right: 10px;font-size: 22px; color: #2d9898;}
.xbh{ background-color: #fff;}
.xbh img{max-width: 100%;}

.xbcc7_con li{width: 20%;padding: 0 2.5%;float: left;overflow: hidden;height: auto;text-align: center;}
.xbcc7_con li .xbcc7_img{ width: 88px; height: 88px; background: #9c9c9c; border-radius: 50px; margin: 0 auto;}
.xbcc7_con li .xbcc7_btn01{height: 50px; line-height: 50px; font-size: 18px; color: #333; font-weight: bold;}
.xbcc7_con li .xbcc7_nr{height:90px; line-height:1.8em; font-size: 14px; color: #333;}
.xbcc7_con li:hover .xbcc7_img{ background: #006dc9; }
.xbh2{background-color: #f8fcff;}
.ysw .core-text h3{ color: #444;  font-size: 18px;font-weight: bold;}
.ysw .core-text h4{ color: #444;  font-size: 18px; padding-bottom: 15px; font-weight: bold;}
.ysw .core-text p {
    color: #666666;
    font-size: 16px;
    padding-bottom: 5px;
    position: relative;
    padding-left: 25px;
}
.ysw .core-text p:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/bn129.png) no-repeat 50% 50%;
    position: absolute;
    left: 0;
    top: 7px;
}
.ysw .core-text strong {
    margin-bottom: 15px;
}
.ysw .core-text {
    float: left;
    margin-left: 4.16%;
    padding: 45px 0;
}
.ysw .core-text .industrial-view-text a {
    margin-top: 30px;
}
.ysw .industrial-views {
    padding: 80px 0 0 0;
}
.txt_bottom_btn{display: flex;align-items: center;}
.txt_bottom_btn .industrial-view-text a {
    display: block;
    position: relative;
    z-index: 3;
    overflow: hidden;
    margin-top: 50px;
    width: 180px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 23px;
    color: #fff;
    font-size: 15px;
    background: #2d9898;
}
.laboratory-box .events{ padding-top: 30px;}

.laboratory-box .responsibility-top {
    padding: 20px 0 0 0;
}
.inner img{ max-width: 100%;}
.chuang .core-text  p{font-size: 18px;color: #333333; background-color: #fff; padding: 17px 10px 17px 80px; margin-bottom: 20px; line-height: 24px;}
.chuang .core-text p span {
    display: inline-block;
    border-bottom: 1px solid #2d9898;
    padding-bottom: 5px;
}
.chuang .core-list li {
    background: #f7f7f7;
}
.chuang .core-text {
    float: left;
    margin-left: 4.16%;
    padding-top:0;
    width: 42%;
}
.chuang .core-text p:before {
	display: none;
}
.chuang .core-text p i{ position: absolute; top: 20px; left: 25px; font-size: 36px; color: #1fa37f;}

.sqbz .industrial-titles {
  margin-bottom:0;
}
.sqbz .industrial-titles strong{ line-height: 1.6;}
.gaox .brand-left {
    float:none;
}
.gaox .brand-textd {
    margin-left:0;
    margin-right:0;
}
.gaox .core-top {
    padding: 100px 0 0 0;
}
.gaox .brand-in li {
    position: relative;
    padding:30px 0;
    border-bottom: 1px solid #e2e2e2;
}
.gaox .brand-left strong {
    font-size: 20px;
	line-height: 28px;
}

.gaox .core-top h3{
	font-size: 22px;
	color: #666;
	font-weight: bold;
	margin: 20px 0 20px 0;
	text-align: center;
}
.gaox .core-top p{
	font-size: 16px;
	color: #999;
	text-indent: 2em;
	padding-bottom: 10px;
	line-height: 30px;
}

.kpa{ margin-top: 60px;}

.contacts{ padding:20px 0px;}

.contacts img{ max-width:inherit !important;}

.contacts .contact_top{ display:flex; justify-content:space-between;}

.contacts .contact_top .contact_top_left{ width:500px;padding:50px 40px 30px 40px;background: linear-gradient(to left, #2d9898 25%,#1fa37f 100%);}

.contacts .contact_top .contact_top_left .top_left_title{ font-size:24px; color:#fff; position:relative; padding-bottom:25px; margin-bottom:25px; position:relative; text-align: left;}

.contacts .contact_top .contact_top_left .top_left_title:before{ content:""; position:absolute; display:inline-block; width:50px; height:2px; background:#fff; left:0; bottom:0;}

.contacts .contact_top .contact_top_left .top_left_content .left_content_list{ display:flex; align-items:center; font-size:17px; color:#fff; border-bottom:1px solid rgba(255,255,255,.5); padding:15px 0px; text-align: left;}

.contacts .contact_top .contact_top_left .top_left_content .left_content_list span{ display:inline-block; width:30px; text-align:center; margin-right:16px; padding-top: 6px;}

.contacts .contact_top .contact_top_right{ width:calc(100% - 500px); height:600px;}
.lx_ewm{display: flex;align-items: center; margin-top: 20px;}
.wxewm{ margin-right: 20px;}
.wxewm img{ width: 140px;}
.lx_ewm p{ font-size: 14px; color: #fff; text-align: center;}
.nha {
  display: block;
  margin-bottom: 42px;
  line-height: 1.2;
  color: #000;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.news-boxs .industrial-view-text a{ margin: 0 auto;}
.news-boxs.nnc{ padding-bottom: 0;}


.JiJinCase .JiJinCase_content{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: -40px; padding-top: 10px;}
.JiJinCase .JiJinCase_content .JiJinCase_content_list{ width: 23%; margin-bottom: 40px; position: relative;}
.JiJinCase .JiJinCase_content .JiJinCase_content_list .content_list_img{ text-align: center; position: relative;}
.JiJinCase .JiJinCase_content .JiJinCase_content_list .content_list_img img{width: 100%;}
.JiJinCase .JiJinCase_content .JiJinCase_content_list .content_list_txt{ font-size: 16px; color: #333333; line-height: 68px; padding: 0px 20px; background: #fff;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.JiJinCase .JiJinCase_content .JiJinCase_content_list .content_list_txt span{ font-size: 13px; color: #999999; margin-left: 17px;}
.JiJinCase .JiJinCase_content .JiJinCase_content_list:hover{ box-shadow: 0px 0px 25px rgba(0,0,0,.2);}



.JiJinCase .JiJinCase_content .JiJinCase_content_list .content_list_hover dt{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:5;color:#fff;font-size:35px;opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.JiJinCase .JiJinCase_content .JiJinCase_content_list .content_list_hover dd{background:rgba(0,0,0,.5);position:absolute;width:100%;height:100%;left:0;top:0;opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.JiJinCase .JiJinCase_content .JiJinCase_content_list .content_list_hover .hr{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:5;}
.JiJinCase .JiJinCase_content .JiJinCase_content_list .content_list_hover .hr img{width:auto;height:auto;opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.JiJinCase .JiJinCase_content .JiJinCase_content_list:hover .content_list_hover dd{opacity:1;}
.JiJinCase .JiJinCase_content .JiJinCase_content_list:hover .content_list_hover .hr img{opacity:1;}
.JiJinCase .JiJinCase_content .JiJinCase_content_list:hover .content_list_hover dt{opacity:1;}
.JiJinCase .JiJinCase_content .JiJinCase_content_list:hover .content_list_hover .hr img{-webkit-transform:rotate(360deg);animation:rotation 10s linear infinite;-moz-animation:rotation 10s linear infinite;-webkit-animation:rotation 10s linear infinite;-o-animation:rotation 10s linear infinite;}
@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg);}
to{-webkit-transform:rotate(360deg);}
}

.zhyg_listl1{
    overflow: hidden;
    margin: 80px -40px 0;
    display: flex;
    align-items: stretch;
}
.zhyg_listl1 li{
    flex: 1;
    padding: 90px 0 0;
    margin: 0 40px;
    position: relative;
}
.zhyg_listl1.cgqj li{
    padding-top: 96px;
}
.zhyg_listl1.cgqj .con{
    padding: 100px 40px;
}
.zhyg_listl1 .con{
    padding: 75px 42px;
    position: relative;
    z-index: 2;
}
.zhyg_listl1 .con .icon{
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 140px;
    height: 140px;
    line-height: 140px;
    font-size: 0;
    z-index: 2;
}
.zhyg_listl1.cgqj .con .icon{
    width: 160px;
    height: 160px;
    top: -96px;
}
.zhyg_listl1 .con .icon img{
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
	border-radius: 50%;
}
.zhyg_listl1 .con .txt{
    overflow: hidden;
}
.zhyg_listl1 .con .txt .tit{
    font-size: 28px;
    color: #333;
    line-height: 1.5em;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}
.zhyg_listl1 .con .txt .desc{
    font-size: 16px;
    color: #333;
    line-height: 1.63em;
    overflow: hidden;
    text-align: left;
}
.zhyg_listl1 .con .txt .desc p{
	text-align: center;
}
.zhyg_listl1 .con:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.zhyg_listl1 li:after {
    content: "";
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    bottom: 0;
    border-radius: 15px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.zhyg_listl1.cgqj li:after {
    background-color: #f3f8fe;
    border-color: #f3f8fe;
}
.zhyg_listl1.cgqj li img{transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;}
.zhyg_listl1.cgqj li:hover img{transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            -ms-transform: rotate(360deg);}
.zhyg_listl1.cgqj li .btn{
    display: block;
    font-size: 16px;
    color: #005bbb;
    line-height: 1.5em;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    font-weight: 400;
    z-index: 2;
    transition: .3s;
}
.zhyg_listl1.cgqj li  .btn i{
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin: -2px 0 0 8px;
    background: url(../images/iconl10.9d35f90.png) 50% no-repeat;
    -ms-background-size: cover;
    background-size: cover;
}
.zhyg_listl1.cgqj li  .btn:hover {
    opacity: .7;
}

.indexCulture { position: relative; padding: 110px 0 195px; color: #fff; z-index: 1; }
.indexCulture:after { content: ''; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.42); z-index: -1; }
.indexCulture .title{ text-align: center;}
.indexCulture .title h5 { font-size: 40px; font-weight: 700; line-height: 1.6; }
.indexCulture .title h6 { font-size: 18px; text-transform: uppercase; font-weight: normal;}
.indexCulture .desc { width: 1100px; max-width: 100%; margin: 75px auto; text-align: center;font-size: 15px;}
.indexlink { color: #fff; position: relative; padding-bottom: 5px; -webkit-transition: initial 0.4s; transition: initial 0.4s; font-size: 16px; }
.indexlink:hover { color: #1fa37f; }
.indexlink:hover:after { background: #1fa37f; }
.indexlink:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #fff; }
.y60 { opacity: 0; -webkit-transform: translate3d(0, 50%, 0) scale(0.9); transform: translate3d(0, 50%, 0) scale(0.9); }

.y60.articleShow { opacity: 1; -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); -webkit-transition: .44s; transition: .44s; }
.fc {
    text-align: center;
}
.index_about .about_txt{
	margin-bottom: 30px;
}
.index_about .about_txt h2{
	font-size: 36px;
	font-weight:bold;
	color: #000;
	text-align: center;
}
.index_about .about_txt span{
	display: block;
	font-size: 26px;
	line-height: 36px;
	margin: 20px auto 40px;
	color: #000;
	font-weight:bold;
	text-align: center;
}
.index_pinpai{margin: 30px 0 80px 0;}
.index_pinpai h2{font-size: 36px;font-weight: bold;color: #000;text-align: center;}
.index_pinpai p{overflow: auto;}
::-webkit-scrollbar {
  width : 10px;  
  height: 1px;
  }
::-webkit-scrollbar-thumb {
  border-radius   : 10px;
  background-color: skyblue;
  background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent
  );
  }
::-webkit-scrollbar-track {
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #ededed;
  border-radius: 10px;
  }
  
.index_pinpai p::-webkit-scrollbar {
    height: 15px;
    }
.index_pinpai p::-webkit-scrollbar-thumb {
    border-radius   : 10px;
    background-color: #1fa37f;

    }
.index_pinpai p::-webkit-scrollbar-track {
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #ededed;
    border-radius: 10px;
    }
 .pagination-style {
   text-align: center;
   overflow: hidden;
   margin-bottom: 50px;
 }
 .pagination-style ul li {
   display: inline-block;
   margin: 5px;
 }
 .pagination-style ul li a {
 padding: 5px 12px;
   border: 1px solid #E2E2E2;
   display: block;
   border-radius: 3px;
   color:#888;
 }
 .pagination-style ul li a:hover {
   background: #2d9898;
   color: #fff;
 }
 .pagination-style ul .active a {
   color: #fff;
   background: #2d9898;
 } 