@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.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: 1100px;
}
.header .top{ background:#a90018; color:#fff; height: 40px; line-height: 40px; font-size: 14px;}
.tel_h{ float: right; line-height: 40px; font-size: 16px; 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: #CEB886;}
.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: 17px;
  width: 156px;
  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-right: 50px;
  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: 72px;
  line-height: 72px;
  color: #333;
  font-size: 16px;
}
.navs > li > a:before {
  content: "";
  width: 0;
  height: 3px;
  background: #CEB886;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.navs > li > a:hover,
.navs > li > a.active {
  color: #205CA2;
}
.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: auto;
  top: 0;
}
.navs__wrs {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100vw;
  z-index: 2;
  display: none;
}
.navs__wrs:before {
  position: fixed;
  left: 0;
  top: 112px;
  content: "";
  width: 100%;
  height: 60px;
  background: #357CCE;
  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;
  font-size: 14px;
}
.navs__down__box li a:hover {
  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: #205CA2;
}
.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: #205CA2;
  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: #205CA2;
}
.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: 72px;
}
.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: #357CCE;}
.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: 12px;
}
.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: #357CCE;
  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: #CEB885;
  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;
  width: 524px;
  max-height: 100%;
}
.centre-context span {
  display: inline-block;
  position: relative;
  padding-bottom: 9px;
  border-bottom: 1px solid #CEB885;
  line-height: 1;
  color: #CEB885;
  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: #357CCE;
}
.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: #357CCE;
}
.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: #205CA2;
  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: #357CCE;
}
.newsmore a:hover:before {
  background: #357CCE;
}
.newsmore a:hover i {
  transform: rotate(180deg);
}
.newsmore a:hover i:before,
.newsmore a:hover i:after {
  background: #205CA2;
}
.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-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: #205CA2;
}
.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: #205CA2;
  transform-origin: top center;
  transform: scaleY(0);
  transition: 0.48s;
}
.footer {
  position: relative;
  padding: 44px 0 32px;
  background: #567598;
  overflow: hidden;
}
.home-wrap {
  width: 1400px;
  margin: auto;
}
.index {
    padding:0 0 60px 0;
}
.index_about{
	position: relative;
	width: 100%;
}
.index_about .about_txt{
	margin-bottom: 30px;
}
.index_about .about_txt h2{
	font-size: 36px;
	font-weight: 700;
	color: #CEB886;
}
.index_about .about_txt span{
	display: block;
	font-size: 26px;
	line-height: 36px;
	margin: 20px auto 40px;
	color: #205CA2;
}
.index_about .about_txt p{
	color: #666;
	line-height: 30px;
	text-indent: 28px;
	text-align: justify;
	font-size: 14px;
}
.index_about .about_date ul li{
	display: block;
	float: left;
	width: 25%;
	text-align: center;
}
.index_about .about_date ul li .name{
	font-size: 16px;
	line-height: 36px;
	color: #333;
	
}
.index_about .about_date ul li .info{
	    font-size: 24px;
		color: #333;
		text-align: center;
}
.index_about .about_date ul li .info b{
	display: inline-block;
	font-size: 48px;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	margin-right: 8px;
	color: #357CCE;
}
.brands h2{text-align: center;
    font-size: 26px;
    color: #3C3C3C;
    margin-bottom: 35px;}
.address-item {
  float: left;
  margin-right: 180px;
}

.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: 1.8;
}
.address-item dd a {
  display: inline-block;
  margin-top: 3px;
  line-height: 1;
  color: #fff;
  font-size: 24px;
}
.address-item dd a:hover {
  color: #CEB886;
}
.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: #357CCE;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.65s;
  z-index: -1;
}
.leval-menu-list li:hover,
.leval-menu-list li.active {
  color: #357CCE;
}
.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: #357CCE;
}
.leval-menu-list li:last-child {
  border-right: none;
}
.leval-menu-list li a {
  display: block;
  text-align: center;
  padding: 0 5px;
  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: #999999;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  padding-bottom: 10px;
  text-indent: 2em;
}
.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: #357CCE;
  font-size: 50px;
  font-family: "PFDinCondensedMedium.woff";
}
.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: 14px;
  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: 45px;
  line-height: 1.2;
  color: #3C3C3C;
  font-size: 30px;
  font-weight: normal;
}
.speed-top p {
  color: #CEB886;
  font-size: 18px;
  text-indent: 2em;
  text-align: justify;
}
.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: #999999;
  font-size: 16px;
}
.event-btn a:before {
  content: "";
  width: 0;
  height: 100%;
  background: #CEB886;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.event-btn a:hover,
.event-btn a.active {
  color: #CEB886;
}
.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;
}
.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: #CEB886;
}
.history:after {
  position: absolute;
  left: 50%;
  margin-left: -13px;
  bottom: -42px;
  content: "";
  width: 26px;
  height: 38px;
  background: url(../images/down.png) center no-repeat;
  animation: moveDown1 1000ms infinite;
}
.history .history-ico {
  display: inline-block;
  font-size: 37px;
  line-height: 1;
  font-style: normal;
  margin: auto;
  color: #CEB886;
}
@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: 172px;
}
.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: #CEB886;
}
.history-item:hover .history__wr:after {
  border-left: 8px solid #CEB886;
}
.history-item:hover time,
.history-item:hover p {
  color: #fff;
}
.history-item:hover.history-right .history__wr:after {
  border-right: 8px solid #CEB886;
}
.history-item:first-child {
  margin-top: 0;
}
.history-item:before {
  position: absolute;
  right: -9px;
  top: 4px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #CEB886;
  border: 4px solid #fff;
  z-index: 3;
  animation: scleyear 4s linear infinite;
}
.history-item:nth-child(2) {
  margin-top: 70px;
}
.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: -8px;
}
.history-item.history-right .history__wr:after {
  right: auto;
  left: -38px;
  border-left: none;
  border-right: 8px solid #F7F7F7;
}
.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;
}
.history__wr:before {
  content: "";
  position: absolute;
  left: -30px;
  top: -30px;
  right: -30px;
  bottom: -30px;
  background: #F7F7F7;
  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 #F7F7F7;
  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 80px;
  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: #CEB886;
  opacity: 0.36;
  font-family: Arial, Helvetica, sans-serif;
}
.responsiby-title:before {
  top: 50px;
  left: -58px;
}
.responsiby-title:after {
  content: "”";
  right: 0;
  bottom: -42px;
}
.responsiby-texts {
  float: right;
  width: 62.83%;
}
.responsiby-texts p {
  color: #999999;
  font-size: 14px;
}
.responsiby-texts span {
  display: block;
  margin-top: 52px;
  color: #CEB886;
  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: #3C3C3C;
  font-size: 30px;
  font-weight: normal;
}
.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: #357CCE;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: -1;
}
.honor-texts a:hover,
.honor-texts a.active {
  color: #357CCE;
}
.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: #3C3C3C;
  font-size: 24px;
  font-weight: normal;
}
.poverty p {
  color: #999999;
  font-size: 14px;
}
.poverty-list {
  margin-top: 62px;
}
.poverty-item {
  float: left;
  width: 49.08%;
}
.poverty-item:nth-child(2n+2) {
  float: right;
}
.poverty-item figure {
  position: relative;
  display: block;
  padding-bottom: 52.63%;
  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: #CEB886;
}
.poverty-text {
  position: relative;
  z-index: 2;
  background: #F7F7F7;
  padding: 28px 35px 30px;
}
.poverty-text:before {
  content: "";
  width: 0;
  height: 2px;
  background: #CEB886;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.68s;
  z-index: -1;
}
.poverty-text:hover,
.poverty-text.active {
  color: #CEB886;
}
.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;
}
.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: #CEB886;
}
.honor-info li {
  position: relative;
  width: 50%;
  margin-bottom: 80px;
}
.honor-info li.honor-right {
  float: right;
}
.honor-info li:hover .honorwrs {
  background: #357CCE;
}
.honor-info li:hover .honorwrs:before {
  border-right-color: #357CCE;
}
.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: #357CCE;
}
.honor-info li:before {
  position: absolute;
  left: -5px;
  top: 32px;
  content: "";
  width: 10px;
  height: 10px;
  background: #CEB886;
  border-radius: 50%;
}
.honor-info li:nth-child(2) {
  margin-top: 130px;
}
.honor-info li.honor-left {
  float: left;
}
.honor-info li.honor-left:before {
  left: auto;
  right: -5px;
}
.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 #F7F7F7;
}
.honorwrs {
  position: relative;
  margin-left: 50px;
  padding: 16px 26px 38px;
  background: #F7F7F7;
  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 #F7F7F7;
  transition: 0.38s;
}
.honorwrs time {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  color: #3C3C3C;
  font-size: 24px;
  transition: 0.4s;
}
.honorwrs p {
  color: #999999;
  font-size: 14px;
  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: 20%;
  box-sizing: border-box;
}
.theme-item a {
  display: block;
  position: relative;
  z-index: 3;
  margin: 0 8px;
  padding: 36px 23px 26px 28px;
  box-sizing: border-box;
  height: 100%;
  border: 1px solid #C9C9C9;
  background: #fff;
}
.theme-item a:before {
  content: "";
  width: 100%;
  height: 0;
  background: #CEB886;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.65s;
  z-index: -1;
}
.theme-item a:hover,
.theme-item a.active {
  color: #CEB886;
}
.theme-item a:hover:before,
.theme-item a.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.theme-item a:hover {
  border-color: #CEB886;
}
.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: #CEB886;
  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: #CEB886;
  font-size: 20px;
  font-weight: normal;
  transition: 0.35s;
}
.theme-item a p {
  color: #999999;
  font-size: 12px;
  min-height: 200px;
  transition: 0.35s;
}
.theme-item a span {
  display: block;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid #C9C9C9;
  line-height: 1;
  color: #999999;
  font-size: 14px;
  transition: 0.35s;
}
.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;
}
.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: #357CCE;
}
.industrial-item:hover figure img {
  transform: scale(1.06);
}
.industrial-item:hover .industrial-text:before {
  border-left: 19px solid #357CCE;
}
.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 #357CCE;
}
.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: #205CA2;
}
.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: auto;
  margin-top: 50px;
  width: 175px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 23px;
  color: #fff;
  font-size: 12px;
  background: #CEB886;
}
.industrial-view-text a:before {
  content: "";
  width: 0;
  height: 100%;
  background: #205CA2;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.45s;
  z-index: -1;
}
.industrial-view-text a:hover,
.industrial-view-text a.active {
  color: #205CA2;
}
.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: #205CA2;
  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: #3C3C3C;
  font-size: 24px;
}
.bimore:hover {
  background: #357CCE !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: #CEB886;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.leval-industrial-list li:hover,
.leval-industrial-list li.active {
  color: #CEB886;
}
.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: 16px;
}
.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: 80px 0 44px;
}
.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:#CEB886;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: 15px;
	text-align: center;
	color: #333;
	padding-top: 10px;
}
.glory-info li:hover p {

color:#CEB886;font-weight:700;
}
.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: #205CA2;
}
.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: #357CCE;
  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;
}
.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;
  overflow: hidden;
}
.core-list li:nth-child(2n+2) figure {
  float: left;
}
.core-list li:nth-child(2n+2) .core-text {
  float: right;
  margin-left: 0;
  margin-right: 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: 72px;
  width: 42%;
}
.core-text strong {
  display: block;
  margin-bottom: 22px;
  line-height: 1.2;
  color: #3C3C3C;
  font-size: 24px;
  font-weight: normal;
}
.core-text p {
  color: #666666;
  font-size: 14px;
}
.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: #205CA2;
}
.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: #205CA2;
  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: #999999;
  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: #205CA2;
}
.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: #205CA2;
}
.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: #205CA2;
}
.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: 16px;
  line-height: 1;
  color: #3C3C3C;
  font-size: 30px;
  font-weight: normal;
}
.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: #999999;
  font-size: 14px;
}
.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: 125px;
}
.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;
  padding-left: 25px;
  overflow: hidden;
  transition: 0.35s;
}
.brand-left:before {
  position: absolute;
  left: 10px;
  top: 0;
  content: "";
  width: 37px;
  height: 52px;
  background: #CEB886;
  opacity: 0.39;
  z-index: -1;
}
.brand-left strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  color: #CEB886;
  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: #999999;
  font-size: 14px;
}
.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;
}
.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;
}
.news-list li figure img {
  transition: 0.6s;
  object-fit: cover;
}
.news-content {
  position: relative;
  z-index: 3;
  padding: 20px 32px 35px;
  background: #F7F7F7;
}
.news-content:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  background: #357CCE;
  z-index: -1;
  transition: 0.58s;
}
.news-content time {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
  color: #CEB886;
  font-size: 20px;
  font-family: "Gilroy";
  transition: 0.4s;
}
.news-content p {
  color: #333333;
  font-size: 14px;
  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;
}
.pagination-style {
  text-align: center;
  overflow: hidden;
}
.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: #357CCE;
  color: #fff;
}
.pagination-style ul .active a {
  color: #fff;
  background: #357CCE;
}
.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: 120px 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: #357CCE;
}
.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.5);
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
}
.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 {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  height: 66px;
  line-height: 66px;
  color: #999999;
  font-size: 14px;
  background: #F7F7F7;
  transition: 0.58s;
}
.video-list li span:before {
  content: "";
  width: 100%;
  height: 0;
  background: #205CA2;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.45s;
  z-index: -1;
}
.video-list li span:hover,
.video-list li span.active {
  color: #205CA2;
}
.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;
}
.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.woff";
}
.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: #CEB886;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.66s;
  z-index: -1;
}
.culturewr:hover,
.culturewr.active {
  color: #CEB886;
}
.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: #999999;
  font-size: 14px;
  transition: 0.4s;
}
.lx_dt{width:100%;height:398px;font-size:12px}
.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: #357CCE;
}
.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: #357CCE;
  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: #3C3C3C;
  font-size: 30px;
}
.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: #CEB886;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.nei .classic-list li {
  float: left;
  margin-bottom: 30px;
  width: 33.3333%;
}
.ovh {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recruitment {
  padding: 62px 0 100px;
  background: #F7F7F7;
}
.recuites {
  margin-top: 62px;
}
.recuite-tt {
  background: #357CCE;
}
.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: 17.83%;
}
.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: #CEB886;
}
.recuite-tops.active b:before,
.recuite-tops:hover b:before {
  background: #CEB886;
}
.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: 17.83%;
}
.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: #357CCE;
  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: 72px;
}
.program-info p {
  color: #3C3C3C;
  font-size: 14px;
  line-height: 2.2;
}
.program-info p span {
  display: inline-block;
  width: 80px;
}
.program-info p a {
  display: inline-block;
  margin-left: 8px;
  color: #357CCE;
}
.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: #357CCE;
}
.science {
  padding: 119px 0 36px;
}
.science-top {
  text-align: center;
}
.science-top strong {
  display: block;
  margin-bottom: 32px;
  line-height: 1;
  color: #3C3C3C;
  font-size: 30px;
  font-weight: normal;
}
.science-top p {
  color: #999999;
  font-size: 16px;
  text-align: center;
}
.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: 62px 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: 188px;
}
.science-li li figure img {
  display: block;
  width: 100%;
  height: auto;
}
.science-in {
  margin-left: 238px;
  padding-right: 68px;
}
.science-in strong {
  display: block;
  position: relative;
  padding-top: 45px;
  margin-bottom: 20px;
  line-height: 1;
  color: #3C3C3C;
  font-size: 20px;
}
.science-in strong:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 39px;
  height: 6px;
  background: #CEB886;
}
.science-in p {
  color: #999999;
  font-size: 16px;
}
.biology-box1 .biology-item .biology {
  padding: 50px 0 130px;
}
.characteristics-tips {
  margin-top: 32px;
  text-align: center;
  color: #CEB886;
  font-size: 30px;
  line-height: 1;
}
/*--ServiceBar--*/
.ServiceBar{ right:0; bottom:100px; position:fixed; text-align:left;overflow: hidden;z-index:999;}
.ServiceBar li{background:rgba(0,0,0,0.5);margin:4px 0;padding: 10px;border-top-left-radius: 4px;border-bottom-left-radius: 4px;cursor:pointer;position:relative; right: -70px;}
.ServiceBar li .iconBox{text-align: center;overflow: hidden;display: flex;align-items: center;justify-content: space-between}
.ServiceBar li img{width: 30px;height:30px;}
.ServiceBar li h4{color: #fff;font-size:14px;margin:2px 0;margin-left: 15px;}
.ServiceBar li:hover{background:#357CCE;}
.ServiceBar li .hideBox{display: none;position: absolute;right:120px;padding:10px;padding-right: 15px; top:-10px;z-index: 999;}
.ServiceBar li .hideBox .hb{border: 1px solid #ccc;background-color: #fff; padding: 10px 20px;border-top: 2px solid #357CCE;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.ServiceBar li .hideBox .hb h5{padding: 5px 0;border-bottom: 2px solid #ccc;color: #357CCE;font-size: 16px;font-weight: 400;display: block;white-space: nowrap;}
.ServiceBar li .hideBox .hb p a{margin-top: 5px;font-size: 18px;font-weight: 700; white-space: nowrap; color: #333;}
.ServiceBar li .hideBox .hb .qqtalk{margin-top: 10px;}
.ServiceBar li .hideBox .hb .qqtalk a{display: flex;align-items: center}
.ServiceBar li .hideBox .hb .qqtalk img{width: 25px;height:25px;}
.ServiceBar li .hideBox .hb .qqtalk p{font-size: 14px;font-weight: 400;white-space: nowrap;margin-top: -5px;margin-left: 5px;}
.ServiceBar li:nth-child(3) .hideBox img{width:140px;height: 140px;margin-top: 10px;}
/*--end ServiceBar-- */
.yuyan .tel_h{ position: relative;font-size: 14px;}
.yuyan .tel_h .r_en_down{  position:absolute; width:128px; background:#fff; position:absolute; top:100%; right:-20px;height:0px; overflow:hidden; transition: all 0.5s ease; -webkit-transform: all 0.5s ease; z-index: 999;box-shadow: 0 0 10px rgb(0 0 0 / 10%);}
.yuyan .tel_h .r_en_down:before{ content:""; display:inline-block; width:100%; height:1px; background:#ececec; position:absolute; left:0; top:0;}
.yuyan .tel_h .r_en_down a{ height:40px; display:flex; align-items:center; justify-content:center; width:100%; font-size:15px; color:#333; position:relative;}
.yuyan .tel_h .r_en_down a:hover{ color:#357CCE;}
.yuyan .tel_h .r_en_down a:before{ content:""; display:inline-block; width:0px; height:1px; background:#357CCE; left:0; right:0; margin:0 auto; bottom:0px; position:absolute; transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.yuyan .tel_h .r_en_down a:hover:before{ width:60px; transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.yuyan .tel_h:hover .r_en_down{ height:170px; transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}