@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;
  min-height: 640px;
}
.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-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%;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  left: 50%;
  margin-left: -150px;
  bottom: 158px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #009383 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: #009383;
  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 .banBar {
  position: absolute;
  bottom: 0;
  z-index: 3;
  width: 100%;
  left: 0;
}
.banner .banBar .inContent {
  background-color: #009383;
  padding-left: 320px;
}
.banner .banBar .inContent::before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  bottom: 0;
  border-left: 320px solid #009383;
  border-top: 122px solid transparent;
  border-bottom: 16px solid #009383;
}
.banner .banBar .tel {
  position: absolute;
  left: 0;
  top: 0;
  width: 320px;
  height: 138px;
  background-color: #f4f9f8;
  padding-top: 40px;
}
.banner .banBar .tel p {
  padding-left: 50px;
  line-height: 26px;
  margin-top: 15px;
}
.banner .banBar .tel p:first-child {
  margin-top: 0;
}
.banner .banBar .tel p span {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
}
.banner .banBar .tel p i {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-family: Arial;
  font-style: italic;
  font-size: 24px;
}
.banner .banBar .hotNews {
  height: 138px;
  position: relative;
}
.banner .banBar .hotNews .bd {
  float: right;
  width: 765px;
  height: 138px;
  overflow: hidden;
}
.banner .banBar .hotNews .bd ul li {
  height: 138px;
}
.banner .banBar .hotNews .bd ul li .item {
  padding-top: 35px;
}
.banner .banBar .hotNews .bd ul li .item .tt {
  line-height: 36px;
  height: 36px;
  position: relative;
  padding-right: 130px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  color: #fff;
}
.banner .banBar .hotNews .bd ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
}
.banner .banBar .hotNews .bd ul li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.banner .banBar .hotNews .bd ul li .item .tt .date {
  position: absolute;
  right: 0;
  top: 0;
  font-family: Arial;
  font-size: 12px;
}
.banner .banBar .hotNews .bd ul li .item .tt .date::before {
  content: "";
  width: 36px;
  height: 2px;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  position: relative;
  top: -1px;
}
.banner .banBar .hotNews .bd ul li .item p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
  opacity: 0.58;
  height: 24px;
  line-height: 24px;
  margin-top: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banBar .hotNews .bd ul li .item:hover .tt {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.banner .banBar .hotNews .bd ul li .item:hover p {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.banner .banBar .hotNews .page {
  left: 50px;
  position: absolute;
  top: 32px;
}
@media screen and (max-width: 1320px) {
  .banner .banBar .hotNews .page {
    left: 30px;
  }
}
.banner .banBar .hotNews .page .prev {
  position: relative;
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.banner .banBar .hotNews .page .prev::before {
  content: "<";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 14px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.banner .banBar .hotNews .page .prev:hover {
  background-color: #fff;
  color: #009383;
}
.banner .banBar .hotNews .page .next {
  position: relative;
  margin-top: 8px;
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.banner .banBar .hotNews .page .next::before {
  content: "<";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 14px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.banner .banBar .hotNews .page .next:hover {
  background-color: #fff;
  color: #009383;
}
.title {
  line-height: 1;
  font-size: 0;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  height: 84px;
}
.title i img {
  display: inline-block;
  vertical-align: top;
}
.title span {
  display: block;
  margin-top: -36px;
  font-size: 36px;
  margin-left: 74px;
  font-weight: bold;
}
.title em {
  display: block;
  font-size: 16px;
  letter-spacing: 3px;
  margin-top: 30px;
}
.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: #009383;
  -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, #009383, #009383);
  background-image: linear-gradient(to right, #009383, #009383);
  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;
}
.product {
  padding: 70px 0;
}
.product .tip {
  position: absolute;
  right: 0;
  top: 55px;
  z-index: 2;
  text-align: right;
}
.product .tip::before {
  content: "##";
  display: block;
  font-size: 14px;
  letter-spacing: 7px;
  margin-right: -7px;
  font-weight: bold;
  line-height: 10px;
  font-family: Arial;
}
.product .tip i {
  display: block;
  margin-top: 20px;
  font-family: "Arial Black";
  font-size: 52px;
  color: #fbfbfb;
  line-height: 40px;
  text-transform: uppercase;
}
.product .tip em {
  display: block;
  font-style: italic;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 7px;
  margin-right: -7px;
  margin-top: -26px;
  line-height: 1;
}
.product .tip em span {
  color: #009383;
}
.product .proNav {
  margin-top: 90px;
}
.product .proNav ul::after,
.product .proNav ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav ul li {
  float: left;
  width: 29.6875%;
  margin-right: 5.46875%;
}
.product .proNav ul li:nth-child(3n) {
  margin-right: 0;
}
.product .proNav ul li .item {
  height: 360px;
  background-color: #ffffff;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  padding-top: 26px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li .item .pic {
  display: block;
  margin: auto;
  border-radius: 100%;
  width: 220px;
  height: 220px;
  background-color: #fff;
  border: solid 5px #f8f8f8;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin-top: 20px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.product .proNav ul li .item .more {
  display: block;
  margin: auto;
  margin-top: 14px;
  width: 120px;
  height: 25px;
  background-color: #fbfbfb;
  border-radius: 20px;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
  font-family: "Times New Roman", Times;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.product .proNav ul li .item .more::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 60%;
  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: #009383;
  transform-origin: center;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
.product .proNav ul li .item .more i {
  font-weight: bold;
  min-width: 4px;
  font-family: "Times New Roman", Times;
}
.product .proNav ul li .item .more:hover {
  box-shadow: 0 10px 10px -5px rgba(0, 147, 131, 0.5);
}
.product .proNav ul li .item:hover .pic {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.product .proNav ul li:hover .item,
.product .proNav ul li.on .item {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}
.product .proNav ul li:hover .item .pic,
.product .proNav ul li.on .item .pic {
  border-color: #009383;
}
.product .proNav ul li:hover .item .bt,
.product .proNav ul li.on .item .bt {
  color: #009383;
}
.product .proNav ul li:hover .item .more,
.product .proNav ul li.on .item .more {
  background-color: #009383;
  color: #fff;
}
.product .proNav ul li:hover .item .more::before,
.product .proNav ul li.on .item .more::before {
  width: 170px;
  height: 170px;
  left: 50%;
  top: 50%;
}
.product .proSwiper {
  margin: 30px -13px -20px;
}
.product .proSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 30 11, default !important;
}
.product .proSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 30 11, default !important;
}
.product .proSwiper ul::after,
.product .proSwiper ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proSwiper ul li {
  padding: 20px 13px;
}
.product .proSwiper ul li .item {
  position: relative;
  overflow: hidden;
  padding: 10px 10px 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
}
.product .proSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 73.21%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper 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;
}
.product .proSwiper ul li .item .cont {
  position: relative;
  padding-right: 46px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 14px;
  height: 85px;
}
.product .proSwiper ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  position: relative;
  left: 0;
}
.product .proSwiper ul li .item .cont .bt:hover {
  left: 5px;
}
.product .proSwiper ul li .item .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Arial;
  font-size: 12px;
  line-height: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #bbbbbb;
}
.product .proSwiper ul li .item .cont .more {
  display: block;
  width: 36px;
  height: 36px;
  background-color: #f8f8f8;
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 25px;
  z-index: 2;
  border-radius: 100%;
  font-size: 22px;
  color: #666666;
  line-height: 35px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .cont .more::before {
  content: '+';
}
.product .proSwiper ul li .item .cont .more:hover {
  background: none;
  color: #009383;
  box-shadow: 0 10px 10px -5px rgba(0, 147, 131, 0.5);
}
.product .proSwiper ul li .item .cont .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.product .proSwiper 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);
}
.product .proSwiper ul li .item:hover .cont .bt {
  color: #009383;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.product .proSwiper ul li .item:hover .cont p {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.product .proSwiper ul li .item:hover .cont .more {
  background-color: #009383;
  color: #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product .proSwiper .fw-pagination {
  position: absolute;
  height: 49px;
  z-index: 3;
  top: 128px;
  right: 160px;
}
.product .proSwiper .fw-pagination::before {
  content: "";
  display: block;
  position: absolute;
  width: 275px;
  height: 2px;
  background-color: #171614;
  top: 50%;
  margin-top: -1px;
  left: -284px;
}
.product .proSwiper .fw-pagination span {
  margin-left: 14px;
  display: inline-block;
  vertical-align: top;
  width: 49px;
  height: 49px;
  position: relative;
  z-index: 2;
  font-family: Arial;
  font-size: 16px;
  line-height: 49px;
  text-align: center;
  background: none;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper .fw-pagination span::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/fwnavli.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: -1;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.product .proSwiper .fw-pagination span.swiper-pagination-bullet-active {
  font-size: 22px;
  color: #ffffff;
}
.product .proSwiper .fw-pagination span.swiper-pagination-bullet-active::before {
  opacity: 1;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.product .proSwiper .fwimg {
  position: absolute;
  width: 377px;
  height: 519px;
  right: -235px;
  bottom: 1px;
  background: url(../images/fwimg.png) 0 center no-repeat;
  pointer-events: none;
  z-index: 1;
}
.product .fwList {
  margin-top: 10px;
  position: relative;
  z-index: 3;
}
.product .fwList ul {
  margin-right: -26px;
}
.product .fwList ul::after,
.product .fwList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .fwList ul li {
  float: left;
  width: 25%;
  padding-right: 26px;
  margin-top: 40px;
}
.product .fwList ul li .item {
  background-color: #f5f6f8;
  padding: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .fwList ul li .item .pic {
  display: block;
  height: 0;
  padding-top: 71.154%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .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;
}
.product .fwList ul li .item .tt {
  margin-top: 20px;
  position: relative;
  height: 42px;
  background-color: #ffffff;
  border-radius: 21px;
  line-height: 42px;
  padding-right: 50px;
  padding-left: 30px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.product .fwList ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .fwList ul li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .fwList ul li .item .tt .more {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  background-color: #3a3a3a;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .fwList ul li .item .tt .more::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/fwli.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .fwList ul li .item .tt .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .fwList ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product .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);
}
.product .fwList ul li .item:hover .tt .bt {
  color: #009383;
}
.product .fwList ul li .item:hover .tt .more {
  background-color: #009383;
}
.product .fwList ul li .item:hover .tt .more::after {
  animation: zyfd 1.5s linear infinite;
}
@media screen and (max-width: 1320px) {
  .product .fwList ul {
    margin-right: -20px;
  }
  .product .fwList ul li {
    padding-right: 20px;
    margin-top: 25px;
  }
  .product .fwList ul li .item {
    padding: 15px;
  }
}
.youshi {
  background-color: #f8f8f8;
  height: 834px;
}
.youshi .ysBox {
  padding-top: 245px;
}
.youshi .ysBox::before {
  content: "";
  display: block;
  position: absolute;
  width: 1280px;
  height: 430px;
  left: -320px;
  top: -185px;
  background: url(../images/ystitbg.png) 0 0 no-repeat;
  pointer-events: none;
}
.youshi .ysTit {
  position: absolute;
  left: 88px;
  top: 72px;
  color: #fff;
  z-index: 3;
  line-height: 1;
  font-size: 24px;
}
.youshi .ysTit::before {
  content: "";
  display: block;
  position: absolute;
  width: 677px;
  height: 131px;
  background: url(../images/ystit.png) 0 0 no-repeat;
  left: 0;
  top: 0;
}
.youshi .hd {
  width: 592px;
  position: relative;
}
.youshi .hd ul::after,
.youshi .hd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .hd ul li {
  float: left;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 50%;
  height: 296px;
  background-color: #fbfbfb;
  border: solid 1px #dedede;
  padding-top: 66px;
  margin-left: -1px;
  margin-top: -1px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li i {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 100%;
  display: block;
  margin: auto;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.youshi .hd ul li i::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(0.6);
}
.youshi .hd ul li i.ico1::before {
  background-image: url(../images/ysico1.png);
}
.youshi .hd ul li i.ico2::before {
  background-image: url(../images/ysico2.png);
}
.youshi .hd ul li i.ico3::before {
  background-image: url(../images/ysico3.png);
}
.youshi .hd ul li i.ico4::before {
  background-image: url(../images/ysico4.png);
}
.youshi .hd ul li .num {
  position: absolute;
  font-family: Impact;
  font-size: 161px;
  top: 126px;
  line-height: 132px;
  width: 100%;
  text-align: center;
  color: #fbfbfb;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.youshi .hd ul li .line {
  height: 2px;
  background-color: transparent;
  width: 1px;
  margin: 0 auto;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  position: relative;
  z-index: 2;
}
.youshi .hd ul li h4 {
  line-height: 1;
  font-size: 18px;
  margin-top: 40px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  position: relative;
  z-index: 2;
}
.youshi .hd ul li p {
  margin-top: 13px;
  font-family: Arial;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 2;
}
.youshi .hd ul li.on,
.youshi .hd ul li:hover {
  background-color: #fff;
  border-color: #009383;
  z-index: 2;
}
.youshi .hd ul li.on i,
.youshi .hd ul li:hover i {
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px);
}
.youshi .hd ul li.on i::before,
.youshi .hd ul li:hover i::before {
  filter: grayscale(0) brightness(1);
}
.youshi .hd ul li.on .line,
.youshi .hd ul li:hover .line {
  width: 25px;
  background-color: #009383;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .hd ul li.on h4,
.youshi .hd ul li:hover h4 {
  font-weight: bold;
  color: #009383;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.youshi .hd ul li.on p,
.youshi .hd ul li:hover p {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.youshi .ysCont {
  width: 690px;
  height: 295px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 42px 60px 0 55px;
  border-bottom: solid 1px #dedede;
}
.youshi .ysCont::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 100%;
  height: 100%;
  width: 320px;
  background-color: #009383;
  transform: skewY(30deg);
  transform-origin: 0 0;
}
.youshi .ysCont .bd {
  height: 168px;
  overflow: hidden;
}
.youshi .ysCont .bd ul li {
  height: 168px;
}
.youshi .ysCont .bd ul li .item {
  padding-top: 10px;
  text-align: right;
}
.youshi .ysCont .bd ul li .item .tit {
  line-height: 1;
  font-size: 20px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.youshi .ysCont .bd ul li .item .tit::after {
  content: "";
  width: 25px;
  height: 3px;
  background-color: #009383;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  position: relative;
  top: -2px;
}
.youshi .ysCont .bd ul li .item .text {
  line-height: 36px;
  color: #666666;
  margin-top: 28px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .item:hover .tit {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  color: #009383;
  font-weight: bold;
}
.youshi .ysCont .bd ul li .item:hover .text {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.youshi .ysCont .tel {
  text-align: right;
  position: relative;
  padding-right: 19px;
}
.youshi .ysCont .tel::after {
  content: "";
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  width: 31px;
  height: 31px;
  margin-left: 34px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/ystel.png) center center no-repeat;
}
.youshi .ysCont .tel::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 12px;
  height: 34px;
  width: 34px;
  background-color: #009383;
  border-radius: 100%;
  transform: scaleY(0.3);
  animation: bowen 1.2s linear infinite;
}
@keyframes bowen {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 147, 131, 0.2), 0 0 0 7px rgba(0, 147, 131, 0.2);
  }
  100% {
    box-shadow: 0 0 0 7px rgba(0, 147, 131, 0.2), 0 0 0 14px rgba(0, 147, 131, 0);
  }
}
.youshi .ysCont .tel span {
  font-size: 20px;
  margin-left: 16px;
}
.youshi .ysCont .tel span:first-child {
  margin-left: 0;
}
.youshi .ysCont .tel span i {
  display: inline-block;
  font-family: Arial;
  font-style: italic;
  font-size: 24px;
  font-weight: bold;
}
.youshi .ysPic {
  position: absolute;
  left: 590px;
  top: 0;
  width: 1010px;
  height: 722px;
  z-index: 2;
}
.youshi .ysPic .bd {
  width: 1010px;
  height: 722px;
  position: relative;
  overflow: hidden;
}
.youshi .ysPic .bd ul li {
  width: 1010px;
  height: 722px;
}
.youshi .ysPic .bd ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1320px) {
  .youshi .ysTit {
    left: 28px;
  }
  .youshi .hd {
    width: 532px;
  }
  .youshi .ysPic {
    left: 530px;
  }
  .youshi .ysCont {
    width: 650px;
    padding: 42px 50px 0;
  }
  .youshi .ysCont .bd ul li .item .text {
    line-height: 26px;
    margin-top: 20px;
  }
}
.case {
  padding: 70px 0;
}
.case .caseTt {
  position: absolute;
  right: 0;
  top: 36px;
  z-index: 2;
  text-align: right;
}
.case .caseTt::before {
  content: "";
  display: block;
  position: absolute;
  width: 84px;
  height: 82px;
  top: 8px;
  left: -45px;
  background: url(../images/caser.png) 0 0 no-repeat;
}
.case .caseTt .case-next {
  display: inline-block;
  vertical-align: top;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: 110px;
  height: 40px;
  background-color: #009383;
  text-align: center;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  font-style: italic;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-transform: uppercase;
  z-index: 1;
}
.case .caseTt .case-next i {
  font-weight: bold;
  font-style: italic;
}
.case .caseTt .case-next::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #009383;
  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;
}
.case .caseTt .case-next:hover {
  background-color: transparent;
  color: #009383;
  box-shadow: 0 10px 10px -5px rgba(0, 147, 131, 0.5);
}
.case .caseTt .case-next:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.case .caseTt .line {
  margin-top: 1px;
  width: 265px;
  height: 2px;
  background-color: #333333;
  position: relative;
}
.case .caseTt .line::after {
  content: "";
  display: block;
  position: absolute;
  left: -7px;
  top: -3px;
  width: 7px;
  height: 7px;
  background-color: #333333;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .caseTt .tel {
  font-weight: bold;
  font-family: Arial;
  font-size: 24px;
  margin-top: 28px;
  line-height: 18px;
}
.case .caseSwiper {
  margin: 30px -20px 0;
  position: relative;
}
.case .caseSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 30 11, default !important;
}
.case .caseSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 30 11, default !important;
}
.case .caseSwiper .swiper-container ul li {
  position: relative;
  padding: 20px 20px 28px 20px;
  width: 33.333%;
}
.case .caseSwiper .swiper-container ul li .item {
  background-color: #ffffff;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  padding: 24px 20px 0;
  position: relative;
}
.case .caseSwiper .swiper-container ul li .item::after {
  content: "";
  position: absolute;
  background: #009383;
  width: 100%;
  height: 2px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: 0;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.case .caseSwiper .swiper-container ul li .item:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.case .caseSwiper .swiper-container ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 75%;
  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 {
  position: relative;
  padding: 24px 30px 0 16px;
  height: 204px;
}
.case .caseSwiper .swiper-container ul li .item .cont .num {
  position: absolute;
  top: -24px;
  right: 17px;
  background-color: #009383;
  z-index: 3;
  text-align: center;
  width: 56px;
  height: 56px;
  line-height: 56px;
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
}
.case .caseSwiper .swiper-container ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  position: relative;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  left: 0;
}
.case .caseSwiper .swiper-container ul li .item .cont .bt:hover {
  left: 5px;
}
.case .caseSwiper .swiper-container ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 36px;
  height: 72px;
  color: #888888;
  margin-top: 14px;
  text-align: justify;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper .swiper-container ul li .item .cont .more {
  display: block;
  position: absolute;
  z-index: 3;
  bottom: -28px;
  left: 10px;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border: solid 1px #e0e0e0;
  border-radius: 100%;
  text-align: center;
  line-height: 56px;
  font-size: 26px;
  color: #666666;
  padding-left: 2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper .swiper-container ul li .item .cont .more::before {
  content: "+";
}
.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 .bt {
  font-weight: bold;
  color: #009383;
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.case .caseSwiper .swiper-container ul li .item:hover .cont p {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.case .caseSwiper .swiper-container ul li .item:hover .cont .more {
  background-color: #009383;
  border-color: #009383;
  color: #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutBox {
  height: 814px;
}
.about .aboutL {
  width: 640px;
  float: left;
  position: relative;
  z-index: 2;
}
.about .aboutL::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #009383;
  height: 234px;
  width: 480px;
  left: 8px;
  top: 0;
}
.about .aboutL::after {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  margin-right: -8px;
  top: 0;
  width: 328px;
  height: 234px;
  background-color: #009383;
  transform: skewY(30deg);
  transform-origin: right bottom;
  z-index: -1;
}
.about .tip {
  height: 156px;
  position: relative;
  z-index: 2;
  color: #fff;
  padding-top: 52px;
}
.about .tip .dot {
  height: 6px;
}
.about .tip .dot i {
  float: left;
  margin-right: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  animation: fade 0.8s ease-in-out alternate infinite;
}
.about .tip .dot i:nth-of-type(1) {
  animation-delay: -0.4s;
}
.about .tip .dot i:nth-of-type(2) {
  animation-delay: -0.2s;
}
@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.about .tip p {
  margin-top: 24px;
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 12px;
  position: relative;
  z-index: 2;
}
.about .tip p::before {
  content: "";
  display: block;
  position: absolute;
  width: 473px;
  height: 8px;
  background-color: #ffffff;
  opacity: 0.2;
  left: -120px;
  bottom: -1px;
  z-index: -1;
}
.about .aboutPic {
  position: relative;
  overflow: hidden;
  width: 640px;
  height: 658px;
}
.about .aboutPic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.about .aboutText {
  float: right;
  width: 576px;
  padding-top: 66px;
  height: 814px;
  position: relative;
  z-index: 1;
}
.about .aboutText::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #009383;
  height: 234px;
  width: 690px;
  right: 0;
  bottom: 0;
}
.about .aboutText::after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 320px;
  height: 234px;
  background-color: #009383;
  transform: skewY(30deg);
  transform-origin: 0 0;
  z-index: -1;
}
.about .aboutText .title {
  text-align: right;
}
.about .aboutText .title b {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.about .aboutText .title b span {
  margin-left: 88px;
}
.about .aboutText .tit {
  line-height: 1;
  text-align: right;
}
.about .aboutText .tit span {
  display: block;
  font-size: 20px;
  margin-top: 60px;
  font-weight: bold;
}
.about .aboutText .tit i {
  display: block;
  margin-top: 10px;
  line-height: 10px;
  font-family: Arial;
  font-size: 12px;
  letter-spacing: 2px;
  color: #999999;
  margin-right: -2px;
}
.about .aboutText .text {
  margin-top: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 42px;
  height: 168px;
  font-size: 16px;
  color: #666666;
  text-align: right;
}
@media screen and (max-width: 1320px) {
  .about .aboutPic {
    width: 600px;
  }
  .about .aboutText {
    width: 536px;
  }
  .about .aboutText .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    line-height: 36px;
    height: 180px;
  }
}
.about .honor {
  width: 306px;
  height: 230px;
  position: absolute;
  padding: 25px;
  z-index: 4;
  right: 0;
  bottom: 45px;
  background: #fff;
}
.about .honor::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/honorbg.png) 0 center no-repeat;
  z-index: 2;
}
.about .honor img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .show {
  margin-top: 50px;
}
.about .show .aLink {
  position: absolute;
  right: 352px;
  top: -240px;
  width: 182px;
  z-index: 3;
}
.about .show .aLink ul li {
  margin-top: 46px;
}
.about .show .aLink ul li:first-child {
  margin-top: 0;
}
.about .show .aLink ul li a {
  display: block;
  position: relative;
  height: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 3px;
}
.about .show .aLink ul li a span {
  width: 100px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  display: block;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .show .aLink ul li a i {
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .show .aLink ul li a i:before,
.about .show .aLink 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;
}
.about .show .aLink ul li a i.ico1:before {
  background: url(../images/alinkico1.png) center center no-repeat;
}
.about .show .aLink ul li a i.ico1:after {
  background: url(../images/alinkico1.png) center center no-repeat;
}
.about .show .aLink ul li a i.ico2:before {
  background: url(../images/alinkico2.png) center center no-repeat;
}
.about .show .aLink ul li a i.ico2:after {
  background: url(../images/alinkico2.png) center center no-repeat;
}
.about .show .aLink ul li:hover a i:before,
.about .show .aLink ul li.on a i:before,
.about .show .aLink ul li:hover a i:after,
.about .show .aLink ul li.on a i:after {
  top: -100%;
}
.about .show .aLink ul li:hover a span,
.about .show .aLink ul li.on a span {
  color: #009383;
  background-color: #fff;
}
.about .show .showBd {
  position: relative;
  overflow: hidden;
  height: 274px;
  margin-left: -20px;
  margin-right: -20px;
}
.about .showList .showBd {
  overflow: hidden;
  height: 274px;
}
.about .showList ul::after,
.about .showList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .showList ul li {
  width: 25%;
  float: left;
}
.about .showList ul li .item {
  margin: 0 20px;
  margin-bottom: 4px;
  height: 270px;
  background-color: #ffffff;
  border: solid 1px #dedede;
  padding: 5px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .showList ul li .item::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  background-color: #009383;
  bottom: -4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about .showList ul li .item .pic {
  display: block;
  width: 100%;
  height: 210px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .showList 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;
}
.about .showList ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  padding: 0 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .showList ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.about .showList ul li .item:hover {
  border-color: #009383;
}
.about .showList 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);
}
.about .showList ul li .item:hover .bt {
  color: #009383;
}
.news {
  overflow: hidden;
  padding: 70px 0;
}
.news .newsTab::after,
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab .title i {
  height: 78px;
}
.news .newsTab ul {
  float: right;
  margin-top: 66px;
}
.news .newsTab ul li {
  float: left;
  position: relative;
  margin-left: 56px;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  text-align: center;
  position: relative;
  width: 166px;
  height: 55px;
  border: solid 1px #000000;
  line-height: 53px;
  font-size: 16px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.news .newsTab ul li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: -12px;
  bottom: -12px;
  background-color: #000000;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin-right: 15px;
  width: 32px;
  height: 53px;
}
.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 {
  color: #fff;
  border-color: #009383;
  background-color: #009383;
}
.news .newsTab ul li:hover a::before,
.news .newsTab ul li.on a::before {
  background-color: #009383;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
}
.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 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.news .newsTabs {
  margin-top: 50px;
  position: relative;
}
.news .newsTabs .bd {
  height: 725px;
}
.news .newsList {
  width: 100%;
  height: 725px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
}
.news .newsList .newsT::after,
.news .newsList .newsT:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list1 {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: left;
  border-top: 1px solid #e5e5e5;
  width: 726px;
}
.news .newsList .list1 ul li {
  border-bottom: 1px solid #e5e5e5;
  height: 222px;
  margin-top: -1px;
  padding-top: 30px;
  padding-right: 80px;
  position: relative;
}
.news .newsList .list1 ul li::after {
  content: "";
  position: absolute;
  background: #009383;
  width: 100%;
  height: 1px;
  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:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list1 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  position: relative;
  left: 0;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.news .newsList .list1 ul li .bt:hover {
  left: 5px;
}
.news .newsList .list1 ul li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #999999;
  margin-top: 6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .date {
  font-family: Arial;
  margin-top: 32px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .date i {
  display: inline-block;
  vertical-align: bottom;
  line-height: 16px;
  font-size: 20px;
  margin-right: 5px;
}
.news .newsList .list1 ul li .date span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  color: #999999;
  line-height: 10px;
}
.news .newsList .list1 ul li .more {
  display: block;
  position: absolute;
  right: 0;
  top: 88px;
  border-radius: 100%;
  text-align: center;
  width: 46px;
  height: 45px;
  background-color: #f8f8f8;
  line-height: 44px;
  font-size: 26px;
  color: #666666;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news .newsList .list1 ul li .more::before {
  content: "+";
}
.news .newsList .list1 ul li .more:hover {
  box-shadow: 0 0 15px rgba(0, 147, 131, 0.5);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.news .newsList .list1 ul li:hover .bt {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  color: #009383;
}
.news .newsList .list1 ul li:hover p {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.news .newsList .list1 ul li:hover .date {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.news .newsList .list1 ul li:hover .more {
  background-color: #009383;
  color: #fff;
}
.news .newsList .one {
  float: right;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 486px;
  height: 443px;
  background-color: #fff;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  border: solid 12px #ffffff;
  overflow: hidden;
}
.news .newsList .one .pic {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -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 .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -60px;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: rgba(0, 147, 131, 0.9);
  text-align: center;
  opacity: 0;
}
.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 .bt {
  opacity: 2;
  bottom: 0;
}
.news .newsList .list2 {
  margin-top: 16px;
  position: relative;
  opacity: 0;
  -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 {
  float: left;
  width: 33.333%;
  padding: 0 20px 0;
}
.news .newsList .list2 ul li .item {
  height: 133px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 150px;
  padding-top: 24px;
  border-bottom: 1px dashed #dede;
  position: relative;
}
.news .newsList .list2 ul li .item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #009383;
  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 .list2 ul li .item:hover::after,
.news .newsList .list2 ul li .item.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list2 ul li .item .pic {
  display: block;
  position: absolute;
  left: 0;
  top: 24px;
  width: 125px;
  height: 85px;
  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 .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  left: 0;
}
.news .newsList .list2 ul li .item .bt:hover {
  left: 5px;
}
.news .newsList .list2 ul li .item .tt {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  margin-top: 15px;
  line-height: 30px;
}
.news .newsList .list2 ul li .item .tt .date {
  font-family: Arial;
}
.news .newsList .list2 ul li .item .tt .date i {
  font-size: 16px;
  margin-right: 5px;
}
.news .newsList .list2 ul li .item .tt .date span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  color: #999999;
  position: relative;
  top: 1px;
}
.news .newsList .list2 ul li .item .tt .more {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: #f8f8f8;
  line-height: 28px;
  font-size: 26px;
  color: #666666;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news .newsList .list2 ul li .item .tt .more::before {
  content: "+";
}
.news .newsList .list2 ul li .item .tt .more:hover {
  box-shadow: 0 0 15px rgba(0, 147, 131, 0.5);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.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 {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  color: #009383;
}
.news .newsList .list2 ul li .item:hover .tt {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.news .newsList .list2 ul li .item:hover .tt .more {
  background-color: #009383;
  color: #fff;
}
@media screen and (max-width: 1320px) {
  .news .newsList .list1 {
    width: 646px;
  }
}
.news .newsList:first-child {
  visibility: initial;
}
.news .newsList:first-child .list1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.news .newsList:first-child .one {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.news .newsList:first-child .list2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.news .newsList.hide {
  visibility: hidden;
}
.news .newsList.hide .list1 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.news .newsList.hide .one {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.news .newsList.hide .list2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.news .newsList.on {
  visibility: initial;
}
.news .newsList.on .list1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.news .newsList.on .one {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.news .newsList.on .list2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
