@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.hongbao {
  transform-origin: center bottom;
  animation: upAnimation 2s 0.5s infinite;
}
@keyframes upAnimation {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body {
  height: auto !important;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow,
.boxBg {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  position: relative;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
  cursor: grab;
}
.banner .bannerSwiper ul li {
  width: 100%;
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}
.banner .bannerSwiper .swiper-slide-active {
  -webkit-animation: clipSectorIn 0.7s linear;
  animation: clipSectorIn 0.7s linear;
}
@-webkit-keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
@keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  left: 50%;
  margin-left: -150px;
  bottom: 30px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #10a5a5 solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 10px !important;
  cursor: pointer !important;
  outline: none;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #10a5a5;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -80px;
  width: 78px;
  height: 78px;
  margin-top: -39px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  border-radius: 100%;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -80px;
  width: 78px;
  height: 78px;
  margin-top: -39px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  border-radius: 100%;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.title {
  line-height: 1;
  text-align: center;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  font-family: Impact;
  font-size: 72px;
  line-height: 59px;
}
.title i::first-letter {
  color: #10a5a5;
}
.title span {
  display: block;
  font-size: 30px;
  margin-top: 16px;
  font-weight: bold;
}
.moreLink {
  display: block;
  position: relative;
  z-index: 2;
  font-family: "Times New Roman", Times;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 23px 8px 0;
  height: 52px;
  line-height: 36px;
  color: #10a5a5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::before {
  content: '';
  width: 80px;
  height: 1px;
  background-color: #000000;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #10a5a5, #10a5a5);
  background-image: linear-gradient(to right, #10a5a5, #10a5a5);
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  margin-right: 26px;
}
.moreLink::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 52px;
  height: 52px;
  border: dotted 2px #e46d42;
  border-radius: 100%;
}
.moreLink span {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.moreLink i {
  font-weight: bold;
  min-width: 4px;
  font-family: "Times New Roman", Times;
}
.moreLink:hover {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.moreLink:hover::before {
  background-size: 100% 100%;
}
.titBox::after,
.titBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  float: right;
  margin-top: 45px;
}
.service {
  padding: 70px 0;
}
.service * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.service .fwNav {
  margin-top: 30px;
}
.service .fwNav ul {
  font-size: 0;
  text-align: center;
}
.service .fwNav ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 38px;
  margin-top: 20px;
}
.service .fwNav ul li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 40px;
  height: 65px;
  background-color: #f5f5f5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
  line-height: 65px;
  font-size: 18px;
  z-index: 1;
}
.service .fwNav ul li a::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 100%;
  left: 100%;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #10a5a5;
  transform-origin: center;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.service .fwNav ul li a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: hidden;
  top: -2px;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.service .fwNav ul li a i img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.service .fwNav ul li a:hover {
  box-shadow: 0 10px 10px -5px rgba(16, 165, 165, 0.5);
}
.service .fwNav ul li a:hover::before {
  width: 200px;
  height: 200px;
  left: 50%;
  top: 50%;
}
.service .fwNav ul li:hover a,
.service .fwNav ul li.on a {
  color: #fff;
  background-color: #10a5a5;
}
.service .fwNav ul li:hover a::before,
.service .fwNav ul li.on a::before {
  width: 300px;
  height: 300px;
  left: 50%;
  top: 50%;
}
.service .fwNav ul li:hover a i,
.service .fwNav ul li.on a i {
  filter: grayscale(100) brightness(5);
}
.service .fwList {
  margin-top: 50px;
}
.service .fwList ul::after,
.service .fwList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.service .fwList ul li {
  float: left;
  width: 33.333%;
}
.service .fwList ul li .item {
  padding: 50px 8%;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service .fwList ul li .item::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 20%;
  left: 80%;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #10a5a5;
  transform-origin: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.service .fwList ul li .item .cont {
  margin: auto;
  max-width: 440px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwList ul li .item .cont .bt {
  display: block;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.service .fwList ul li .item .cont .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
}
.service .fwList ul li .item .cont .bt i {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 18px;
  height: 36px;
  font-family: Arial;
  font-size: 12px;
  color: #999999;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.service .fwList ul li .item .cont p {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  height: 52px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: none;
}
.service .fwList ul li .item .pic {
  display: block;
  margin: auto;
  margin-top: 32px;
  width: 534px;
  height: 395px;
  background-color: #bbbbbb;
  border: solid 5px #f2f2f2;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwList ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwList ul li .item .pic:hover {
  box-shadow: 0 10px 20px 5px rgba(255, 255, 255, 0.15);
}
.service .fwList ul li .item:hover .cont .bt {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.service .fwList ul li .item:hover .cont p {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.service .fwList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.service .fwList ul li:nth-child(2n-1) {
  background-color: #fbfbfb;
}
.service .fwList ul li:hover .item,
.service .fwList ul li.on .item {
  background-color: #10a5a5;
}
.service .fwList ul li:hover .item::before,
.service .fwList ul li.on .item::before {
  width: 140%;
  height: 140%;
  left: 50%;
  top: 50%;
  opacity: 1;
}
.service .fwList ul li:hover .item .cont .bt,
.service .fwList ul li.on .item .cont .bt {
  color: #fff;
}
.service .fwList ul li:hover .item .cont .bt i,
.service .fwList ul li.on .item .cont .bt i {
  color: #fff;
}
.service .fwList ul li:hover .item .cont p,
.service .fwList ul li.on .item .cont p {
  color: #fff;
}
.cooperative {
  padding: 70px 0;
  background: url(../images/khbg.jpg) center 0 no-repeat;
  background-size: cover;
  background-color: #fafaf9;
}
.cooperative .cooSwiper {
  margin-top: 50px;
  margin-left: -20px;
  margin-right: -20px;
}
.cooperative .cooSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 30 11, grab !important;
}
.cooperative .cooSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 30 11, grab !important;
}
.cooperative .cooSwiper ul li {
  width: 33.333%;
  padding: 0 20px;
}
.cooperative .cooSwiper ul li .item {
  position: relative;
  padding: 0 15px;
}
.cooperative .cooSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 72.97%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cooperative .cooSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cooperative .cooSwiper ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 -15px;
  text-align: center;
  padding: 0 15px;
  height: 47px;
  background-color: #bbbbbb;
  line-height: 47px;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #10a5a5, #10a5a5);
  background-image: linear-gradient(to right, #10a5a5, #10a5a5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
}
.cooperative .cooSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.cooperative .cooSwiper ul li .item:hover .bt {
  background-color: #10a5a5;
  background-size: 100% 100%;
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  position: relative;
  overflow: hidden;
  padding: 90px 0 70px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText {
  margin: 0 55px;
}
.about .aboutText .text {
  margin-top: 64px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 42px;
  height: 210px;
  font-size: 16px;
  color: #666666;
  text-indent: 2em;
  text-align: justify;
}
.about .aboutText .more {
  display: block;
  margin: 56px auto 0;
  background-color: #10a5a5;
  color: #fff;
  font-size: 16px;
  width: 160px;
  height: 42px;
  line-height: 42px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}
.about .aboutText .more i::before {
  color: #10a5a5;
}
.about .aboutText .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #10a5a5;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.about .aboutText .more:hover {
  background: none;
  box-shadow: 0 10px 10px -5px rgba(16, 165, 165, 0.5);
}
.about .aboutText .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.about .zzSwiper {
  margin-top: 50px;
  margin-left: -26px;
  margin-right: -26px;
  position: relative;
  padding-bottom: 65px;
}
.about .zzSwiper::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 1468px;
  height: 91px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  background: url(../images/rybg.png) center bottom no-repeat;
}
.about .zzSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 30 11, grab !important;
}
.about .zzSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 30 11, grab !important;
}
.about .zzSwiper ul li {
  width: 20%;
  padding: 10px 0 20px;
}
.about .zzSwiper ul li .item {
  margin: auto;
  width: 213px;
  height: 298px;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.25);
}
.about .zzSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .zzSwiper ul li .item .pic::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  background: url(../images/zzli.png) 0 0 no-repeat;
  cursor: url(../images/gesture.png) 30 11, grab !important;
}
.about .zzSwiper ul li .item .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.about .zzSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .zzSwiper ul li .item .bt {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
  bottom: -36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  padding: 0 15px;
  color: #fff;
  background-color: rgba(16, 165, 165, 0.8);
  opacity: 0;
}
.about .zzSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
@media screen and (max-width: 1320px) {
  .about .zzSwiper {
    margin-left: -18px;
    margin-right: -18px;
  }
}

.honorMore a{
  display: block;
  width: 230px;
  height: 50px;
  background: #10a5a5;
  text-align: center;
  line-height: 50px;
  color: #fff;
  margin: 30px auto 0;
  transition: .5s;
  font-size: 16px;
}

.honorMore a:hover{
  transform: translateY(-10px);
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
}
.youshi .ysBox {
  height: 842px;
  padding-top: 70px;
}
.youshi .ysBox::before {
  content: "";
  display: block;
  position: absolute;
  width: 130px;
  height: 348px;
  background: url(../images/ysimg.png) 0 0 no-repeat;
  top: -8px;
  margin-left: 162px;
  left: 100%;
  animation: ysimg 10s linear infinite;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
@keyframes ysimg {
  0%,
  100%,
  50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  75% {
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
}
.youshi .ysTabs {
  margin-top: 40px;
  position: relative;
}
.youshi .ysTabs .ysHd {
  height: 442px;
  margin-left: 262px;
  padding-top: 42px;
  width: 246px;
}
@media screen and (max-width: 1320px) {
  .youshi .ysTabs .ysHd {
    margin-left: 162px;
  }
}
.youshi .ysTabs .ysHd ul li {
  height: 60px;
  position: relative;
  line-height: 60px;
  text-align: right;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 22px;
  padding-right: 16px;
}
.youshi .ysTabs .ysHd ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #10a5a5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTabs .ysHd ul li i {
  display: inline-block;
  vertical-align: top;
  font-family: SegoePrint, Cochin, Georgia;
  font-size: 40px;
  opacity: 0;
  margin-right: 32px;
  position: relative;
  right: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: -2px;
}
.youshi .ysTabs .ysHd ul li.on {
  font-weight: bold;
  color: #10a5a5;
  margin-bottom: 44px;
}
.youshi .ysTabs .ysHd ul li.on::before {
  width: 346px;
}
.youshi .ysTabs .ysHd ul li.on i {
  opacity: 1;
  right: 0;
}
.youshi .ysTabs .ysHd ul li.on span {
  font-weight: bold;
}
.youshi .ysTabs .hd {
  background: url(../images/ysline.png) 0 0 no-repeat;
  width: 126px;
  height: 440px;
  position: absolute;
  right: 40px;
  top: -3px;
}
.youshi .ysTabs .hd ul {
  padding-top: 50px;
}
.youshi .ysTabs .hd ul li {
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 5px solid #ddd;
  background-color: #fff;
  margin-bottom: 80px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTabs .hd ul li:nth-child(1) {
  left: 55px;
}
.youshi .ysTabs .hd ul li:nth-child(2) {
  left: 106px;
}
.youshi .ysTabs .hd ul li:nth-child(3) {
  left: 114px;
}
.youshi .ysTabs .hd ul li:nth-child(4) {
  left: 78px;
}
.youshi .ysTabs .hd ul li.on {
  border-color: #10a5a5;
}
.youshi .ysPic {
  position: absolute;
  width: 442px;
  height: 442px;
  right: 135px;
  top: 0;
  border-radius: 100%;
}
.youshi .ysPic .bd {
  border-radius: 100%;
  overflow: hidden;
  width: 442px;
  height: 442px;
}
.youshi .ysPic .bd ul li {
  width: 442px;
  height: 442px;
}
.youshi .ysPic .bd ul li img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic .bd ul li:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.youshi .ljBtn {
  display: block;
  text-align: center;
  margin: auto;
  margin-top: 22px;
  width: 200px;
  height: 55px;
  background-color: #e46d42;
  border-radius: 28px;
  font-size: 18px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  line-height: 55px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ljBtn i {
  min-width: 6px !important;
}
.youshi .ljBtn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #10a5a5;
  border-radius: 28px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.youshi .ljBtn:hover {
  background: none;
  color: #10a5a5;
  box-shadow: 0 10px 10px -5px rgba(16, 165, 165, 0.5);
}
.youshi .ljBtn:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.youshi .ysCont {
  margin-top: 46px;
  width: 678px;
  float: right;
  margin-right: 10px;
}
.youshi .ysCont .bd {
  width: 678px;
  height: 108px;
  overflow: hidden;
}
.youshi .ysCont .bd ul li {
  width: 678px;
  height: 108px;
}
.youshi .ysCont .bd ul li .text {
  color: #666666;
  font-size: 15px;
  line-height: 36px;
  height: 108px;
}
.process {
  padding: 70px 0;
}
.process .lcList {
  margin-top: 62px;
}
.process .lcList ul {
  display: flex;
  justify-content: space-between;
}
.process .lcList ul li {
  height: 415px;
  display: flex;
  justify-content: space-between;
}
.process .lcList ul li .tit {
  width: 130px;
  height: 415px;
  background-color: #fdfdfd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 130px;
  position: relative;
}
.process .lcList ul li .tit h4 {
  position: absolute;
  top: 118px;
  left: 50%;
  line-height: 20px;
  margin-left: -10px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.process .lcList ul li .tit h4 span {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  letter-spacing: 5px;
}
.process .lcList ul li .tit h4 i {
  font-family: Arial;
  font-size: 14px;
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.process .lcList ul li .tit em {
  position: absolute;
  font-size: 72px;
  display: block;
  width: 100%;
  line-height: 50px;
  font-family: "Times New Roman", Times;
  color: rgba(255, 255, 255, 0.05);
  bottom: 17px;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  left: 0;
  z-index: 3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.process .lcList ul li .pic {
  height: 100%;
  width: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.process .lcList ul li .pic::before {
  content: "";
  z-index: 2;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  position: absolute;
  border-right: 0 solid transparent;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.process .lcList ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.process .lcList ul li:nth-child(2n) .tit {
  background-color: #efefef;
}
.process .lcList ul li.on .tit {
  background-color: #10a5a5;
  color: #fff;
}
.process .lcList ul li.on .tit h4 span {
  font-weight: bold;
}
.process .lcList ul li.on .tit h4 i {
  color: #fff;
}
.process .lcList ul li.on .tit em {
  opacity: 1;
}
.process .lcList ul li.on .pic {
  width: 500px;
}
.process .lcList ul li.on .pic::before {
  border-right: 12px solid #fff;
}
@media screen and (max-width: 1320px) {
  .process .lcList {
    margin-top: 50px;
  }
  .process .lcList ul li .tit {
    width: 116px;
  }
  .process .lcList ul li.on .pic {
    width: 484px;
  }
}
.process .lcTt {
  margin-top: 52px;
  line-height: 50px;
  display: none;
}
.process .lcTt::after,
.process .lcTt:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.process .lcTt .tel {
  float: left;
}
.process .lcTt .tel::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 50px;
  vertical-align: top;
  margin-right: 22px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/ystel.png) center center no-repeat;
}
.process .lcTt .tel span {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
}
.process .lcTt .tel i {
  display: inline-block;
  vertical-align: top;
  font-family: Arial;
  font-size: 26px;
  font-weight: bold;
}
.process .lcTt .lcLink {
  float: right;
}
.process .lcTt .lcLink .lyBtn {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  position: relative;
  background-color: #f0f0f0;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.process .lcTt .lcLink .lyBtn::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/lybtnico.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.process .lcTt .lcLink .lyBtn:hover {
  background-color: #10a5a5;
  box-shadow: 0 0 15px rgba(16, 165, 165, 0.2);
}
.process .lcTt .lcLink .lyBtn:hover::before {
  filter: grayscale(100) brightness(5);
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.process .lcTt .lcLink .weixin {
  margin-left: 26px;
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  background: url(../images/weixin.png) center center no-repeat;
  background-color: #10a5a5;
  position: relative;
}
.process .lcTt .lcLink .weixin .ewm {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -51px;
  margin-right: 10px;
  visibility: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  opacity: 0;
}
.process .lcTt .lcLink .weixin .ewm::before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -7px;
  border-left: 10px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.process .lcTt .lcLink .weixin .ewm img {
  display: block;
  width: 90px;
  height: 90px;
}
.process .lcTt .lcLink .weixin:hover .ewm {
  visibility: inherit;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.case {
  padding: 80px 0 0;
  background: url(../images/casebg.jpg) center 0 no-repeat;
}
.case .title {
  color: #fff;
}
.case .caseSwiper {
  margin-top: 130px;
  position: relative;
  z-index: 2;
}
.case .caseSwiper::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1500px;
  height: 400px;
  background-color: #ffffff;
}
.case .caseSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 30 11, grab !important;
}
.case .caseSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 30 11, grab !important;
}
.case .caseSwiper .swiper-container {
  margin-left: -10px;
  margin-right: -45px;
}
.case .caseSwiper .swiper-container ul li {
  float: left;
  width: 33.333%;
  padding: 0 45px 15px 10px;
}
.case .caseSwiper .swiper-container ul li .item {
  position: relative;
  height: 420px;
  z-index: 2;
  padding: 10px 10px 0;
}
.case .caseSwiper .swiper-container ul li .item::before {
  content: "";
  display: block;
  width: 110%;
  height: 100%;
  position: absolute;
  z-index: -2;
  right: -33px;
  top: 8px;
  background: url(../images/casety.png) right 0 no-repeat;
}
.case .caseSwiper .swiper-container ul li .item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background-color: #ffffff;
  box-shadow: 0px 6px 10px 0px rgba(51, 51, 51, 0.1);
}
.case .caseSwiper .swiper-container ul li .item .pic {
  display: block;
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper .swiper-container ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper .swiper-container ul li .item .cont {
  height: 150px;
  margin-left: 6px;
  margin-right: 10px;
  margin-top: 28px;
}
.case .caseSwiper .swiper-container ul li .item .cont .tt {
  position: relative;
  padding-right: 90px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.case .caseSwiper .swiper-container ul li .item .cont .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper .swiper-container ul li .item .cont .tt .bt::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 16px;
  top: -2px;
  background-color: #10a5a5;
}
.case .caseSwiper .swiper-container ul li .item .cont .tt .bt:hover {
  left: 5px;
}
.case .caseSwiper .swiper-container ul li .item .cont .tt .more {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper .swiper-container ul li .item .cont .tt .more::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  height: 1px;
  background-color: #cccccc;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #10a5a5, #10a5a5);
  background-image: linear-gradient(to right, #10a5a5, #10a5a5);
  background-size: 0% 100%;
  background-position: left center;
}
.case .caseSwiper .swiper-container ul li .item .cont .tt .more::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 38px;
  background: url(../images/caseli.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(0.8);
}
.case .caseSwiper .swiper-container ul li .item .cont .tt .more:hover::after {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.case .caseSwiper .swiper-container ul li .item .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 24px;
  color: #999999;
  height: 30px;
  line-height: 30px;
  margin-top: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper .swiper-container ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .caseSwiper .swiper-container ul li .item:hover .cont .tt {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.case .caseSwiper .swiper-container ul li .item:hover .cont .tt .bt {
  color: #10a5a5;
}
.case .caseSwiper .swiper-container ul li .item:hover .cont .tt .more::before {
  background-size: 100% 100%;
}
.case .caseSwiper .swiper-container ul li .item:hover .cont .tt .more::after {
  filter: grayscale(0) brightness(1);
}
.case .caseSwiper .swiper-container ul li .item:hover .cont p {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.case .page {
  display: none;
}
.news {
  overflow: hidden;
  padding: 55px 0 70px;
}
.news .newsTab {
  text-align: center;
  width: 800px;
  height: 75px;
  background-color: #fbfbfb;
  border-radius: 38px;
  border: solid 1px #eeeeee;
  margin: 50px auto 0;
}
.news .newsTab ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.news .newsTab ul em {
  display: block;
  width: 1px;
  height: 20px;
  background-color: #eaeaea;
}
.news .newsTab ul em:first-child {
  display: none;
}
.news .newsTab ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  flex: 1;
}
.news .newsTab ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 20px;
  background-color: #eaeaea;
}
.news .newsTab ul li:first-child::before {
  display: none;
}
.news .newsTab ul li a {
  display: block;
  text-align: center;
  height: 73px;
  border-radius: 30px;
  font-size: 16px;
  line-height: 73px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-right: 4px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i:before,
.news .newsTab ul li a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTab ul li a i.ico1:before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico1:after {
  background: url(../images/newsico1h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:after {
  background: url(../images/newsico2h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:after {
  background: url(../images/newsico3h.png) center center no-repeat;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  font-size: 18px;
  font-weight: bold;
}
.news .newsTab ul li:hover a i,
.news .newsTab ul li.on a i {
  background-color: #10a5a5;
  margin-right: 14px;
}
.news .newsTab ul li:hover a i:before,
.news .newsTab ul li.on a i:before,
.news .newsTab ul li:hover a i:after,
.news .newsTab ul li.on a i:after {
  top: -100%;
}
.news .newsTabs {
  margin-top: 50px;
  position: relative;
}
.news .newsTabs .bd {
  height: 600px;
}
.news .newsList {
  width: 100%;
  height: 600px;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .newsT {
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: 400px;
}
.news .newsList .newsT::after,
.news .newsList .newsT:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .one {
  float: left;
  width: 380px;
  height: 400px;
  border: solid 1px #dedede;
  padding: 20px 20px 0;
  position: relative;
}
.news .newsList .one .date {
  position: absolute;
  z-index: 3;
  right: 60px;
  top: 0;
  width: 59px;
  height: 87px;
  background-color: #10a5a5;
  border-radius: 0px 0px 30px 30px;
  text-align: center;
  color: #fff;
  padding-top: 30px;
}
.news .newsList .one .date span {
  display: block;
  font-family: Arial;
  font-size: 18px;
  line-height: 14px;
}
.news .newsList .one .date i {
  display: block;
  font-family: Arial;
  line-height: 10px;
  font-size: 12px;
  margin-top: 13px;
}
.news .newsList .one .pic {
  display: block;
  position: relative;
  overflow: hidden;
  height: 255px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont {
  height: 123px;
  padding-top: 10px;
}
.news .newsList .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 54px;
  line-height: 53px;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  border-bottom: 1px dashed rgba(51, 51, 51, 0.1);
}
.news .newsList .one .cont p {
  margin-top: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one:hover {
  border-color: #10a5a5;
}
.news .newsList .one:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .one:hover .cont .bt {
  color: #10a5a5;
  border-color: #10a5a5;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.news .newsList .one:hover .cont p {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.news .newsList .list1 {
  float: right;
  width: 830px;
  height: 400px;
}
.news .newsList .list1 .two {
  height: 240px;
  padding-left: 360px;
  position: relative;
}
.news .newsList .list1 .two .pic {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
  width: 320px;
  height: 240px;
  border: solid 1px #dddddd;
  padding: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 .two .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.news .newsList .list1 .two .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 .two .cont {
  height: 240px;
  padding-top: 24px;
}
.news .newsList .list1 .two .cont .tt {
  position: relative;
  padding-right: 100px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.news .newsList .list1 .two .cont .tt .date {
  position: absolute;
  right: 0;
  top: 0;
}
.news .newsList .list1 .two .cont .tt .date span {
  font-size: 18px;
}
.news .newsList .list1 .two .cont .tt .date i {
  font-size: 12px;
  color: #666666;
  display: inline-block;
  vertical-align: bottom;
}
.news .newsList .list1 .two .cont .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  position: relative;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  left: 0;
}
.news .newsList .list1 .two .cont .tt .bt:hover {
  left: 5px;
}
.news .newsList .list1 .two .cont p {
  margin-top: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 33px;
  height: 66px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 .two .cont .more {
  margin-top: 32px;
  display: block;
  text-align: center;
  width: 90px;
  height: 30px;
  background-color: #10a5a5;
  border-radius: 30px;
  line-height: 30px;
  font-size: 16px;
  font-family: "Times New Roman", Times;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 .two .cont .more i {
  font-family: "Times New Roman", Times;
  font-weight: bold;
}
.news .newsList .list1 .two .cont .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #10a5a5;
  border-radius: 30px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.news .newsList .list1 .two .cont .more:hover {
  background: none;
  color: #10a5a5;
  box-shadow: 0 10px 10px -5px rgba(16, 165, 165, 0.5);
}
.news .newsList .list1 .two .cont .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.news .newsList .list1 .two:hover .pic {
  border-color: #10a5a5;
}
.news .newsList .list1 .two:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .list1 .two:hover .cont .tt {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.news .newsList .list1 .two:hover .cont .tt .bt {
  color: #10a5a5;
}
.news .newsList .list1 .two:hover .cont p {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.news .newsList .list1 ul li .item {
  height: 80px;
  line-height: 79px;
  border-bottom: 1px dashed #eaeaea;
  padding-right: 100px;
  position: relative;
}
.news .newsList .list1 ul li .item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #10a5a5;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsList .list1 ul li .item:hover::after,
.news .newsList .list1 ul li .item.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list1 ul li .item .date {
  position: absolute;
  right: 0;
  top: 0;
}
.news .newsList .list1 ul li .item .date span {
  font-size: 18px;
}
.news .newsList .list1 ul li .item .date i {
  font-size: 12px;
  color: #666666;
  display: inline-block;
  vertical-align: bottom;
}
.news .newsList .list1 ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 79px;
  line-height: 79px;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  left: 0;
}
.news .newsList .list1 ul li .item .bt:hover {
  left: 5px;
}
.news .newsList .list1 ul li .item:hover .bt {
  color: #10a5a5;
}
.news .newsList .list2 {
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul {
  margin: 0 -20px;
}
.news .newsList .list2 ul::after,
.news .newsList .list2 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2 ul li {
  margin-top: 40px;
  float: left;
  width: 33.333%;
  padding: 0 20px;
}
.news .newsList .list2 ul li .item {
  height: 160px;
  background-color: #ffffff;
  border: solid 1px #dedede;
  position: relative;
  padding-left: 210px;
  padding-top: 32px;
  padding-right: 25px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item .pic {
  display: block;
  width: 160px;
  height: 120px;
  position: absolute;
  left: 19px;
  top: 19px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item .date {
  font-size: 14px;
  font-family: Arial;
  line-height: 10px;
  -webkit-transition: all 0.56s ease-out;
  transition: all 0.56s ease-out;
}
.news .newsList .list2 ul li .item .date i {
  font-size: 12px;
  color: #666666;
}
.news .newsList .list2 ul li .item .line {
  width: 35px;
  height: 1px;
  background-color: #10a5a5;
  margin-top: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item .bt {
  margin-top: 16px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  max-height: 60px;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item:hover {
  border-color: #10a5a5;
}
.news .newsList .list2 ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .list2 ul li .item:hover .bt {
  color: #10a5a5;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.news .newsList .list2 ul li .item:hover .line {
  width: 40px;
}
.news .newsList .list2 ul li .item:hover .date {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
@media screen and (max-width: 1320px) {
  .news .newsList .list1 {
    float: right;
    width: 760px;
  }
  .news .newsList .list2 ul li .item {
    padding-left: 200px;
    padding-right: 20px;
  }
}
.news .newsList:first-child {
  visibility: initial;
}
.news .newsList:first-child .newsT {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList:first-child .list2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList.hide {
  position: absolute;
  visibility: hidden;
}
.news .newsList.hide .newsT {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.news .newsList.hide .list2 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.news .newsList.on {
  visibility: initial;
}
.news .newsList.on .newsT {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.news .newsList.on .list2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
