@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::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  height: 462px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../images/banbar.png) center bottom no-repeat;
  pointer-events: none;
}
.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;
  min-height: 800px;
  cursor: pointer;
  height: 920px;
}
@media screen and (max-width: 1480px) {
  .banner .bannerSwiper img {
    height: 820px;
  }
}
@media screen and (max-width: 1320px) {
  .banner .bannerSwiper img {
    height: 600px;
  }
}
.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: 10px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #01aa89 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: #01aa89;
  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);
}
.title {
  line-height: 1;
  text-align: center;
  font-size: 0;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title span {
  font-size: 44px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
}
.title span::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: -38px;
  top: -19px;
  width: 61px;
  height: 60px;
  background: url(../images/titico.png) 0 center no-repeat;
}
.title span img {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  font-family: Arial;
  font-size: 18px;
  margin-top: 16px;
  line-height: 14px;
  text-transform: uppercase;
  color: #b4b4b4;
}
.moreLink {
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  width: 148px;
  line-height: 40px;
  background-color: #fafafa;
  border-radius: 21px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::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: #24ba9d;
  transform-origin: center;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.moreLink i {
  font-weight: bold;
  min-width: 4px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}
.moreLink:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(1, 170, 137, 0.5);
}
.moreLink:hover::before {
  width: 200px;
  height: 200px;
  left: 50%;
  top: 50%;
}
.product {
  padding: 14px 0 90px;
  padding: 0 0 70px;
}
.product .title {
  position: relative;
  top: 44px;
  z-index: 3;
}
.product .proT {
  position: relative;
}
.product .proNav {
  position: relative;
  z-index: 2;
}
.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;
}
.product .proNav ul li:nth-child(2n) {
  margin-left: 554px;
}
@media screen and (max-width: 1320px) {
  .product .proNav ul li:nth-child(2n) {
    margin-left: 434px;
  }
}
.product .proNav ul li a {
  display: block;
  width: 373px;
  height: 558px;
  position: relative;
  text-align: center;
  padding-top: 82px;
}
.product .proNav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 394px;
  height: 574px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  background: url(../images/pronavli.png) center 0 no-repeat;
  z-index: -1;
}
.product .proNav ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  height: 44px;
  line-height: 44px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a em {
  display: block;
  margin: auto;
  margin-top: 10px;
  width: 21px;
  height: 21px;
  background: url(../images/pronavar.png) center center no-repeat;
}
.product .proNav ul li a i {
  display: block;
  position: relative;
  overflow: hidden;
  margin: auto;
  margin-top: 8px;
  width: 242px;
  height: 338px;
  right: 4px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav 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;
}
.product .proNav ul li a:hover i {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.product .proNav ul li a:hover span {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.product .proNav ul li a:hover em {
  animation: zyfd 1.5s linear infinite;
}
/* .product .proNav ul li:hover a i img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
} */
.product .proTabs {
  position: absolute;
  z-index: 2;
  margin: auto;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  top: 104px;
}
.product .proTabs .bd {
  height: 424px;
  overflow: hidden;
}
.product .proTabs ul li {
  width: 300px;
}
.product .proTabs ul li .pic {
  display: block;
  width: 100%;
  height: 360px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  position: relative;
  overflow: hidden;
  padding: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs ul li .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.product .proTabs ul li .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;
}
.product .proTabs ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 42px;
  line-height: 42px;
  margin-top: 22px;
  position: relative;
  margin-left: 7px;
  margin-right: 7px;
  font-size: 17px;
  left: 0;
  padding-right: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs ul li .bt:hover {
  left: 5px;
}
.product .proTabs ul li .bt::before {
  content: "";
  width: 8px;
  height: 8px;
  border: solid 1px #a0a0a0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  top: -1px;
}
.product .proTabs ul li .bt::after {
  content: "+";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 27px;
  height: 27px;
  background-color: #ededed;
  border-radius: 100%;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
}
.product .proTabs ul li:hover .pic {
  border-color: #01aa89;
}
.product .proTabs ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product .proTabs ul li:hover .bt {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  color: #01aa89;
}
.product .proTabs ul li:hover .bt::before {
  border-color: #01aa89;
}
.product .proTabs ul li:hover .bt::after {
  background-color: #01aa89;
  color: #fff;
}
.product .proTabs .page .prev {
  position: absolute;
  top: 160px;
  left: -94px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .page .prev::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/prol.png) center center no-repeat;
}
.product .proTabs .page .prev:hover {
  border-color: #333;
}
.product .proTabs .page .next {
  position: absolute;
  top: 160px;
  right: -94px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .page .next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/pror.png) center center no-repeat;
}
.product .proTabs .page .next:hover {
  border-color: #333;
}
.product .proList {
  position: relative;
  z-index: 3;
}
.product .proList ul {
  margin-right: -34px;
}
.product .proList ul::after,
.product .proList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  float: left;
  width: 25%;
  padding-right: 34px;
  margin-top: 40px;
}
.product .proList ul li .item .pic {
  display: block;
  width: 100%;
  height: 360px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  position: relative;
  overflow: hidden;
  padding: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.product .proList 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;
}
.product .proList ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 42px;
  line-height: 42px;
  margin-top: 22px;
  margin-top: 17px;
  position: relative;
  margin-left: 7px;
  margin-right: 7px;
  font-size: 17px;
  left: 0;
  padding-right: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .bt:hover {
  left: 5px;
}
.product .proList ul li .item .bt::before {
  content: "";
  width: 8px;
  height: 8px;
  border: solid 1px #a0a0a0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  top: -1px;
}
.product .proList ul li .item .bt::after {
  content: "+";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 27px;
  height: 27px;
  background-color: #ededed;
  border-radius: 100%;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
}
.product .proList ul li .item:hover .pic {
  border-color: #01aa89;
}
.product .proList 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 .proList ul li .item:hover .bt {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  color: #01aa89;
}
.product .proList ul li .item:hover .bt::before {
  border-color: #01aa89;
}
.product .proList ul li .item:hover .bt::after {
  background-color: #01aa89;
  color: #fff;
}
@media screen and (max-width: 1320px) {
  .product .proList ul {
    margin-right: -26px;
  }
  .product .proList ul li {
    padding-right: 26px;
    margin-top: 30px;
  }
  .product .proList ul li .item .pic {
    height: 340px;
  }
}
.youshi {
  position: relative;
}
.youshi .ysBg {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 180px;
  width: 100%;
  height: 1036px;
  background: url(../images/ysimg.jpg) center 0 no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  pointer-events: none;
}
.youshi .ysBox {
  height: 785px;
  padding-top: 145px;
  padding-left: 80px;
  z-index: 2;
}
.youshi .ysBox::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: -310px;
  top: 0;
  width: 1610px;
  height: 780px;
  background: url(../images/ysbg.jpg) 0 0 no-repeat;
  border-radius: 60px 0px 0px 60px;
}
.youshi .title {
  color: #ffffff;
  text-align: left;
}
.youshi .title i {
  color: #b4b4b4;
  opacity: 0.3;
}
.youshi .title::after {
  content: "";
  display: block;
  width: 27px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 25px;
}
.youshi .ysTabs {
  margin-top: 86px;
  height: 230px;
  position: relative;
  z-index: 2;
}
.youshi .ysCont {
  width: 665px;
}
.youshi .ysCont .bd {
  height: 230px;
  overflow: hidden;
}
.youshi .ysCont .bd ul li {
  height: 230px;
  position: relative;
}
.youshi .ysCont .bd ul li .item {
  padding-top: 10px;
  color: #ffffff;
}
.youshi .ysCont .bd ul li .item .tit {
  line-height: 1;
  font-weight: bold;
  position: relative;
  font-size: 28px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.youshi .ysCont .bd ul li .item .text {
  margin-top: 34px;
  line-height: 34px;
  font-size: 17px;
  -webkit-transition: all 0.56s ease-out;
  transition: all 0.56s ease-out;
}
.youshi .ysCont .bd ul li .item:hover .tit {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysCont .bd ul li .item:hover .text {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.youshi .hd {
  position: absolute;
  right: 230px;
  top: -196px;
  width: 84px;
  height: 497px;
  border-radius: 42px;
  border: solid 1px rgba(255, 255, 255, 0.3);
}
.youshi .hd ul {
  padding-top: 44px;
}
.youshi .hd ul li {
  cursor: pointer;
  position: relative;
  height: 74px;
  margin-top: 32px;
  line-height: 74px;
  color: #ffffff;
}
.youshi .hd ul li:first-child {
  margin-top: 0;
}
.youshi .hd ul li .num {
  font-family: Arial;
  font-size: 18px;
  text-align: center;
}
.youshi .hd ul li h4 {
  width: 150px;
  position: absolute;
  right: -38px;
  top: 0;
  z-index: 2;
  font-size: 18px;
  padding-left: 0;
  height: 74px;
  background-color: #01aa89;
  border-radius: 37px 0px 0px 37px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 37px;
  height: 25px;
  right: 0;
  top: 100%;
  background: url(../images/yshdty.png) right center no-repeat;
}
.youshi .hd ul li h4 i {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 74px;
  margin-right: 18px;
}
.youshi .hd ul li h4 i.ico1 {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .hd ul li h4 i.ico2 {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .hd ul li h4 i.ico3 {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .hd ul li h4 i.ico4 {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .hd ul li:hover h4,
.youshi .hd ul li.on h4 {
  opacity: 1;
  padding-left: 30px;
  width: 232px;
}
.youshi .page {
  font-size: 0;
}
.youshi .page .prev {
  display: inline-block;
  vertical-align: top;
  width: 65px;
  height: 65px;
  background-color: #ffffff;
  border-radius: 100%;
  line-height: 62px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.youshi .page .prev::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ysl.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.youshi .page .prev::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ysl.png) center center no-repeat;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  opacity: 0;
}
.youshi .page .prev:hover::before {
  opacity: 0;
  left: -50%;
}
.youshi .page .prev:hover::after {
  opacity: 1;
  left: 0;
}
.youshi .page .next {
  margin-left: 42px;
  display: inline-block;
  vertical-align: top;
  width: 65px;
  height: 65px;
  background-color: #ffffff;
  border-radius: 100%;
  line-height: 62px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.youshi .page .next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ysr.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.youshi .page .next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ysr.png) center center no-repeat;
  position: absolute;
  left: -50%;
  top: 0;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  opacity: 0;
}
.youshi .page .next:hover::before {
  opacity: 0;
  left: 50%;
}
.youshi .page .next:hover::after {
  opacity: 1;
  left: 0;
}
@media screen and (max-width: 1320px) {
  .youshi .ysBox {
    padding-left: 0;
  }
  .youshi .ysBox::before {
    right: -150px;
  }
  .youshi .ysCont {
    width: 625px;
  }
  .youshi .hd {
    right: 340px;
  }
}
.case {
  padding: 236px 0 80px;
  padding-bottom: 60px;
}
.case .title {
  text-align: left;
}
.case .caseSwiper {
  margin: 0 -30px;
  margin-top: 66px;
  position: relative;
}
.case .caseSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 30 11, default;
}
.case .caseSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 30 11, default;
}
.case .caseSwiper ul::after,
.case .caseSwiper ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseSwiper ul li {
  float: left;
  width: 33.333%;
  padding: 20px 30px;
}
.case .caseSwiper ul li .item {
  position: relative;
  height: 532px;
  background-color: #fafafa;
  border-radius: 10px;
  padding: 44px 20px 0;
  z-index: 2;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.case .caseSwiper ul li .item .num {
  position: relative;
  font-family: Impact;
  font-size: 34px;
  line-height: 27px;
  color: #888888;
  left: -36px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.case .caseSwiper ul li .item .num::after {
  content: "";
  width: 62px;
  height: 1px;
  background-color: #9f9f9f;
  margin-left: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #01aa89, #01aa89);
  background-image: linear-gradient(to right, #01aa89, #01aa89);
  background-size: 0% 100%;
  background-position: 0 center;
}
.case .caseSwiper ul li .item .bt {
  margin-top: 20px;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .bt:hover {
  left: 5px;
}
.case .caseSwiper ul li .item .pic {
  margin-top: 25px;
  display: block;
  height: 256px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper 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 ul li .item .more {
  display: block;
  margin: 38px auto 0;
  width: 134px;
  height: 42px;
  background-color: #ffffff;
  box-shadow: 8px 6px 12px 0px rgba(0, 0, 0, 0.12);
  border-radius: 21px;
  text-align: center;
  line-height: 42px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #01aa89, #01aa89);
  background-image: linear-gradient(to right, #01aa89, #01aa89);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
}
.case .caseSwiper ul li .item .more i {
  min-width: 5px;
}
.case .caseSwiper ul li .item:hover {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(1, 170, 137, 0.2);
}
.case .caseSwiper 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 ul li .item:hover .num {
  color: #01aa89;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.case .caseSwiper ul li .item:hover .num::after {
  background-size: 100% 100%;
}
.case .caseSwiper ul li .item:hover .bt {
  color: #01aa89;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.case .caseSwiper ul li .item:hover .more {
  background-size: 100% 100%;
  color: #fff;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.case .page {
  font-size: 0;
}
.case .page .case-prev {
  position: absolute;
  left: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  background-color: #f5f5f5;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  overflow: hidden;
}
.case .page .case-prev::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/casel.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.case .page .case-prev::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/caselh.png) center center no-repeat;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  opacity: 0;
}
.case .page .case-prev:hover::before {
  opacity: 0;
  left: -50%;
}
.case .page .case-prev:hover::after {
  opacity: 1;
  left: 0;
}
.case .page .case-next {
  position: absolute;
  right: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  background-color: #f5f5f5;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  overflow: hidden;
}
.case .page .case-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/caser.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.case .page .case-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/caserh.png) center center no-repeat;
  position: absolute;
  left: -50%;
  top: 0;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  opacity: 0;
}
.case .page .case-next:hover::before {
  opacity: 0;
  left: 50%;
}
.case .page .case-next:hover::after {
  opacity: 1;
  left: 0;
}
@media screen and (max-width: 1320px) {
  .case .proList ul {
    margin-right: -30px;
  }
  .case .proList ul li {
    padding-right: 30px;
    margin-top: 30px;
  }
}
.about {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutimg {
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -68px;
  width: 100%;
  height: 922px;
  background: url(../images/aboutimg.png) center 0 no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  pointer-events: none;
}
.about .aboutBg {
  display: block;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 830px;
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  pointer-events: none;
}
.about .aboutBox {
  height: 790px;
  padding-top: 110px;
}
.about .aboutText {
  text-align: center;
  width: 900px;
  margin: auto;
  position: relative;
  color: #fff;
}
.about .aboutText .title i {
  color: #ffffff;
  opacity: 0.3;
}
.about .aboutText .aboutra {
  position: absolute;
  right: -61px;
  top: -55px;
  border-radius: 100%;
  width: 136px;
  height: 137px;
  background: url(../images/aboutra.png) 0 center no-repeat;
  -webkit-animation: xz 8s linear infinite;
  animation: xz 8s linear infinite;
}
@keyframes xz {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.about .aboutText .text {
  margin-top: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 34px;
  height: 102px;
  font-size: 16px;
}
.about .aboutText .more {
  display: block;
  margin: 54px auto 0;
  width: 134px;
  height: 42px;
  background-color: #ffffff;
  box-shadow: 8px 6px 12px 0px rgba(0, 0, 0, 0.12);
  border-radius: 21px;
  text-align: center;
  line-height: 42px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about .aboutText .more i {
  min-width: 5px;
}
.about .aboutText .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  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;
}
.about .aboutText .more:hover {
  background: none;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.5);
}
.about .aboutText .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.about .aLink {
  margin-top: 200px;
}
.about .aLink ul {
  display: flex;
  justify-content: space-between;
}
.about .aLink ul li a {
  display: block;
  position: relative;
  width: 380px;
  height: 134px;
  background-color: #ffffff;
  box-shadow: 8px 6px 12px 0px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  padding-left: 150px;
  padding-top: 44px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a i {
  display: block;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  width: 110px;
  height: 110px;
  left: 18px;
  top: 11px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .aLink ul li a span {
  display: block;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.about .aLink ul li a em {
  display: block;
  font-family: Arial;
  font-size: 14px;
  line-height: 10px;
  margin-top: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #bdbdbd;
}
.about .aLink ul li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 39px;
  top: 61px;
  width: 12px;
  height: 10px;
  background: url(../images/alinkar.png) 0 center no-repeat;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.about .aLink ul li a:hover i {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.about .aLink ul li a:hover span {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  color: #01aa89;
}
.about .aLink ul li a:hover em {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  color: #01aa89;
}
.about .aLink ul li a:hover::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.about .aboutPic {
  position: absolute;
  right: 758px;
  top: 146px;
  z-index: 2;
  width: 653px;
  height: 726px;
  overflow: hidden;
}
.about .aboutPic img {
  display: block;
  max-width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 1320px) {
  .about .aboutPic {
    right: 688px;
  }
}
.news {
  overflow: hidden;
  padding: 170px 0 98px;
  background: url(../images/newsbg.jpg) center 0 no-repeat;
  padding: 140px 0 80px;
}
.news .newsBox {
  margin-top: 44px;
}
.news .newsTab {
  position: absolute;
  left: 0;
  top: 26px;
  z-index: 3;
}
.news .newsTab ul li {
  float: left;
  margin-left: 10px;
  position: relative;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  text-align: center;
  width: 184px;
  height: 62px;
  background-color: #fafafa;
  font-size: 20px;
  line-height: 62px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #01aa89, #01aa89);
  background-image: linear-gradient(to right, #01aa89, #01aa89);
  background-size: 0% 100%;
  background-position: left center;
  -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: 24px;
  width: 22px;
  height: 62px;
}
.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 {
  border-color: #01aa89;
  background-size: 100% 100%;
  color: #fff;
}
.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 {
  position: relative;
}
.news .newsTabs .bd {
  height: 738px;
}
.news .newsList {
  width: 100%;
  height: 738px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
}
.news .newsList .one {
  position: relative;
  opacity: 0;
  float: left;
  top: 148px;
  width: 574px;
  height: 590px;
  background-color: rgba(247, 247, 247, 0.6);
  padding: 22px 20px 0;
  overflow: hidden;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.news .newsList .one::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  left: 50%;
  top: 11%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 500px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .pic {
  display: block;
  width: 100%;
  height: 404px;
  position: relative;
  overflow: hidden;
  -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: 164px;
  padding-top: 46px;
  padding-right: 18px;
}
.news .newsList .one .cont .tt {
  position: relative;
  padding-right: 60px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.news .newsList .one .cont .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .one .cont .tt .date {
  position: absolute;
  right: 0;
  top: 0;
  color: #a4a4a4;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 8px;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  -webkit-transition: all 0.56s ease-out;
  transition: all 0.56s ease-out;
}
.news .newsList .one:hover {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(1, 170, 137, 0.2);
}
.news .newsList .one:hover::before {
  width: 800px;
  height: 800px;
  top: 50%;
  left: 50%;
}
.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 .tt {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.news .newsList .one:hover .cont .tt .bt {
  color: #01aa89;
}
.news .newsList .one:hover .cont .tt .date {
  color: #01aa89;
}
.news .newsList .one:hover .cont p {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.news .newsList .list {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: right;
  width: 644px;
  height: 738px;
  overflow: hidden;
}
.news .newsList .list ul::after,
.news .newsList .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list ul li {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 30px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  height: 165px;
  margin-top: 40px;
}
.news .newsList .list ul li::after {
  content: "";
  position: absolute;
  background: #01aa89;
  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 .list ul li:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list ul li:first-child {
  margin-top: 0;
}
.news .newsList .list ul li .tt {
  position: relative;
  padding-right: 60px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.news .newsList .list ul li .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list ul li .tt .date {
  position: absolute;
  right: 0;
  top: 0;
  color: #a4a4a4;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 8px;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  -webkit-transition: all 0.56s ease-out;
  transition: all 0.56s ease-out;
}
.news .newsList .list ul li .more {
  display: block;
  margin-top: 18px;
  text-align: center;
  line-height: 27px;
  width: 29px;
  height: 29px;
  background-color: #ffffff;
  border: solid 1px #d3d9df;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .more::before {
  content: "+";
}
.news .newsList .list ul li .more:hover {
  border-radius: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.news .newsList .list ul li:hover .tt {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.news .newsList .list ul li:hover .tt .bt {
  color: #01aa89;
}
.news .newsList .list ul li:hover .tt .date {
  color: #01aa89;
}
.news .newsList .list ul li:hover p {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.news .newsList .list ul li:hover .more {
  border-color: #01aa89;
  background-color: #01aa89;
  color: #fff;
}
@media screen and (max-width: 1320px) {
  .news .newsList .list {
    width: 544px;
  }
  .news .newsList .list ul li {
    padding-left: 0;
  }
}
.news .newsList:first-child {
  visibility: initial;
}
.news .newsList:first-child .one {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList:first-child .list {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList.hide {
  visibility: hidden;
}
.news .newsList.hide .one {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.news .newsList.hide .list {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.news .newsList.on {
  visibility: initial;
}
.news .newsList.on .one {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.news .newsList.on .list {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
