@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;
  z-index: 1;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
  cursor: grab;
}
.banner .bannerSwiper ul li {
  width: 100%;
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}
.banner .bannerSwiper .swiper-slide-active {
  -webkit-animation: clipSectorIn 0.7s linear;
  animation: clipSectorIn 0.7s linear;
}
@-webkit-keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
@keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
.banner .banner-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: 30px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #007370 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: #007370;
  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;
  font-size: 0;
  text-align: center;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  font-family: Impact;
  font-size: 86px;
  line-height: 70px;
  color: #f4f4f4;
}
.title i::first-letter {
  color: #007370;
}
.title span {
  display: block;
  font-size: 34px;
  margin-top: -34px;
  font-weight: bold;
}
.moreLink {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 75px;
  z-index: 3;
  font-size: 16px;
  line-height: 75px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::before {
  content: "";
  display: block;
  position: absolute;
  width: 228px;
  height: 1px;
  background-color: #434343;
  opacity: 0.21;
  bottom: 11px;
  right: 21px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #007370, #007370);
  background-image: linear-gradient(to right, #007370, #007370);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.moreLink em {
  display: inline-block;
  vertical-align: top;
  width: 75px;
  height: 75px;
  background-color: #007370;
  position: relative;
  border-radius: 100%;
  margin-left: 32px;
}
.moreLink em::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ysar.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink:hover {
  color: #007370;
}
.moreLink:hover::before {
  background-size: 100% 100%;
}
.moreLink:hover em::before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.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: 27px;
}
.business {
  padding: 60px 0;
}
.business .ywSwiper {
  margin-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
}
.business .ywSwiper ul li {
  padding: 10px 20px 20px;
}
.business .ywSwiper ul li .item {
  background-color: #ffffff;
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.18);
  padding: 40px 40px 0;
}
.business .ywSwiper ul li .item .pic {
  display: block;
  height: 450px;
  padding-top: 75%;
  height: 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .ywSwiper ul li .item .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.business .ywSwiper 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;
}
.business .ywSwiper ul li .item .cont {
  text-align: center;
  padding-top: 12px;
  height: 200px;
}
.business .ywSwiper ul li .item .cont .bt {
  display: block;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
}
.business .ywSwiper ul li .item .cont .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  height: 48px;
  line-height: 48px;
  font-weight: bold;
}
.business .ywSwiper ul li .item .cont .bt i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: auto;
  width: 130px;
  height: 32px;
  background-color: #cccccc;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-family: Arial;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.business .ywSwiper ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 26px;
  height: 78px;
  margin-top: 20px;
  color: #888888;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .ywSwiper 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);
}
.business .ywSwiper ul li .item:hover .cont .bt {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  color: #007370;
}
.business .ywSwiper ul li .item:hover .cont .bt i {
  background-color: #007370;
}
.business .ywSwiper ul li .item:hover .cont p {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.business .ywSwiper .page {
  position: absolute;
  z-index: 4;
  bottom: 30px;
  left: 570px;
  font-size: 0;
}
.business .ywSwiper .page::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 58px;
  height: 1px;
  background-color: #dddddd;
  top: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.business .ywSwiper .page .pro-prev {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  outline: none;
  line-height: 36px;
  font-family: Arial;
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .ywSwiper .page .pro-prev::before {
  content: "<";
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  background-color: #333333;
  font-family: simsun;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
  margin-right: 20px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 0 0 #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .ywSwiper .page .pro-prev:hover,
.business .ywSwiper .page .pro-prev.on {
  color: #007370;
}
.business .ywSwiper .page .pro-prev:hover::before,
.business .ywSwiper .page .pro-prev.on::before {
  background-color: #007370;
}
.business .ywSwiper .page .pro-next {
  margin-left: 91px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  outline: none;
  line-height: 36px;
  font-family: Arial;
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .ywSwiper .page .pro-next::after {
  content: ">";
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  background-color: #333333;
  font-family: simsun;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
  margin-left: 20px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 0 0 #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .ywSwiper .page .pro-next:hover,
.business .ywSwiper .page .pro-next.on {
  color: #007370;
}
.business .ywSwiper .page .pro-next:hover::after,
.business .ywSwiper .page .pro-next.on::after {
  background-color: #007370;
}
.business .message {
  position: relative;
  margin-top: 32px;
  height: 195px;
}
.business .message::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -320px;
  width: 1260px;
  height: 195px;
  background: url(../images/lybg.jpg) right 0 no-repeat;
  background-color: #007370;
}
@media screen and (max-width: 1320px) {
  .business .message::before {
    width: 1220px;
  }
}
.business .message .tit {
  position: absolute;
  right: 0;
  top: 64px;
  z-index: 3;
  text-align: right;
}
.business .message .tit i {
  display: block;
  font-family: Impact;
  font-size: 38px;
  line-height: 30px;
}
.business .message .tit span {
  display: block;
  font-size: 24px;
  margin-top: 20px;
  line-height: 1;
}
.business .message .tit span::before {
  content: "";
  width: 47px;
  height: 2px;
  background-color: #007370;
  display: inline-block;
  vertical-align: middle;
  margin-right: 28px;
}
.business .message .formbox {
  position: relative;
  width: 860px;
  padding-top: 37px;
  overflow: hidden;
}
.business .message .formbox label {
  display: block;
  float: left;
  position: relative;
  margin-bottom: 8px;
  margin-left: -30px;
}
.business .message .formbox label::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 42px;
  background-color: #ffffff;
  opacity: 0.3;
  left: 0;
  top: 0;
}
.business .message .formbox input {
  float: left;
  display: block;
  border: none;
  background: none;
  width: 242px;
  height: 50px;
  line-height: 38px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  position: relative;
  padding-left: 56px;
  padding-top: 4px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .message .formbox input.username {
  background: url(../images/inpxm.png) 30px center no-repeat;
  width: 273px;
  margin-right: 30px;
}
.business .message .formbox input.usertel {
  background: url(../images/inpdh.png) 30px center no-repeat;
  width: 273px;
  margin-right: 30px;
}
.business .message .formbox input.xqcontent {
  background: url(../images/inpnr.png) 30px center no-repeat;
  width: 344px;
}
.business .message .formbox input.codeText {
  background: url(../images/inpyzm.png) 30px center no-repeat;
  width: 426px;
}
.business .message .formbox input::-webkit-input-placeholder {
  color: #b0dddc;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
}
.business .message .formbox input::-moz-placeholder {
  color: #b0dddc;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
}
.business .message .formbox input:-ms-input-placeholder {
  color: #b0dddc;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
}
.business .message .formbox input:focus,
.business .message .formbox input:active {
  border-color: #ffffff;
  z-index: 2;
}
.business .message .formbox input:focus::-webkit-input-placeholder,
.business .message .formbox input:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.business .message .formbox input:focus::-moz-placeholder,
.business .message .formbox input:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.business .message .formbox input:focus:-ms-input-placeholder,
.business .message .formbox input:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.business .message .formbox .code {
  position: relative;
  display: block;
  float: left;
}
.business .message .formbox .code .imgCode {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 83px;
  height: 33px;
  border: none;
  display: block;
  z-index: 5;
}
.business .message .formbox .submitform {
  float: right;
  margin-top: 10px;
  width: 360px;
  height: 40px;
  background-color: #ffffff;
  border: none;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  right: 0;
  top: 0;
  line-height: 40px;
  color: #007370;
  font-size: 18px;
  letter-spacing: 5px;
  padding-right: 5px;
  position: relative;
  overflow: hidden;
  z-index: 3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .message .formbox .submitform::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -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;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.business .message .formbox .submitform:hover {
  background: none;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.5);
}
.business .message .formbox .submitform:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.business .proList {
  margin-top: 10px;
}
.business .proList ul {
  margin: 0 -13px;
}
.business .proList ul::after,
.business .proList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.business .proList ul li {
  float: left;
  width: 25%;
  padding: 0 13px;
  margin-top: 40px;
}
.business .proList ul li .item {
  position: relative;
  padding: 0 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .proList ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 80.35%;
  position: relative;
  overflow: hidden;
  background-color: #f2f2f3;
  border: solid 1px #dddddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .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;
}
.business .proList ul li .item .tt {
  position: relative;
  background-color: #cccccc;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #007370, #007370);
  background-image: linear-gradient(to right, #007370, #007370);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
}
.business .proList ul li .item .tt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 100%;
  border-right: 10px solid #ddd;
  border-top: 10px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .proList ul li .item .tt::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 100%;
  border-left: 10px solid #ddd;
  border-top: 10px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .proList ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  padding: 0 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .proList ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 5px 20px rgba(0, 115, 112, 0.08);
}
.business .proList ul li .item:hover .pic {
  border-color: #007370;
}
.business .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);
}
.business .proList ul li .item:hover .tt {
  background-color: #007370;
  background-size: 100% 100%;
  color: #fff;
}
.business .proList ul li .item:hover .tt::before {
  border-right-color: #007370;
}
.business .proList ul li .item:hover .tt::after {
  border-left-color: #007370;
}
.business .proList ul li .item:hover .tt .bt {
  color: #fff;
}
@media screen and (max-width: 1320px) {
  .business .proSwiper {
    width: 980px;
  }
  .business .proSwiper ul li .item .pic {
    width: 606px;
  }
  .business .proSwiper ul li .item .cont {
    width: 374px;
    padding-left: 32px;
  }
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  position: relative;
  overflow: hidden;
}
.youshi::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 53px;
  background: url(../images/ystbg.png) 0 0 repeat-x;
  animation: ystbg 15s linear infinite;
}
@keyframes ystbg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.youshi::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 53px;
  background: url(../images/ysbbg.png) 0 0 repeat-x;
  animation: ystbg 15s linear infinite;
}
.youshi .ysBox {
  height: 882px;
  padding-top: 92px;
}
.youshi .title {
  text-align: center;
  color: #ffffff;
}
.youshi .title i {
  letter-spacing: 3px;
  font-family: Impact;
  font-size: 65px;
  display: block;
  line-height: 54px;
  color: #ffffff;
}
.youshi .title i::first-letter {
  color: #ffffff;
}
.youshi .title span {
  display: block;
  font-size: 24px;
  margin-top: 23px;
  font-weight: normal;
}
.youshi .ysTabs {
  position: relative;
}
.youshi .ysText {
  margin: 0 60px;
  margin-top: 52px;
  background-color: #fff;
  border-radius: 150px;
  border: solid 2px #007370;
  overflow: hidden;
  position: relative;
  padding-left: 530px;
  height: 300px;
}
.youshi .ysText::before {
  content: "";
  display: block;
  position: absolute;
  width: 98px;
  height: 81px;
  top: 31px;
  right: 115px;
  background: url(../images/ystext.png) 0 0 no-repeat;
}
.youshi .ysPic {
  position: absolute;
  height: 296px;
  left: 0;
  top: 0;
}
.youshi .ysPic .bd {
  width: 530px;
  height: 296px;
  overflow: hidden;
}
.youshi .ysPic .bd ul li {
  width: 530px;
  height: 296px;
  position: relative;
  overflow: hidden;
}
.youshi .ysPic .bd ul li img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic .bd ul li:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.youshi .ysCont {
  margin: 52px 58px 0 48px;
}
.youshi .ysCont .bd {
  overflow: hidden;
  height: 190px;
}
.youshi .ysCont .bd ul li {
  height: 190px;
  position: relative;
}
.youshi .ysCont .bd ul li .item {
  padding-top: 10px;
  height: 190px;
}
.youshi .ysCont .bd ul li .item .tit {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .ysCont .bd ul li .item .tit h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.youshi .ysCont .bd ul li .item .tit h5 {
  font-family: Arial;
  font-size: 14px;
  margin-top: 20px;
  line-height: 10px;
  color: #999999;
}
.youshi .ysCont .bd ul li .item .text {
  margin-top: 34px;
  line-height: 42px;
  font-size: 14px;
  color: #666666;
  -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: #007370;
}
.youshi .ysCont .bd ul li .item:hover .text {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.youshi .page .prev {
  position: absolute;
  width: 39px;
  height: 25px;
  left: -39px;
  top: 141px;
  z-index: 3;
  background: url(../images/ysl.png) center center no-repeat;
}
.youshi .page .next {
  position: absolute;
  width: 39px;
  height: 25px;
  right: -39px;
  top: 141px;
  z-index: 3;
  background: url(../images/ysr.png) center center no-repeat;
}
@media screen and (max-width: 1380px) {
  .youshi .page .prev {
    left: 0;
  }
  .youshi .page .next {
    right: 0;
  }
}
.youshi .next {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: -38px;
  width: 75px;
  height: 75px;
  background-color: #1228cc;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ysar.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .next:hover {
  box-shadow: 0 0 30px rgba(0, 115, 112, 0.3);
}
.youshi .next:hover::before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.youshi .hd {
  margin-top: 63px;
  position: relative;
  width: 100%;
}
.youshi .hd::before {
  content: "";
  display: block;
  position: absolute;
  width: 1920px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 47px;
  background: url(../images/yshdline1.png) center 0 no-repeat;
  height: 105px;
}
.youshi .hd::after {
  content: "";
  display: block;
  position: absolute;
  width: 1920px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 55px;
  background: url(../images/yshdline2.png) center 0 no-repeat;
  height: 104px;
}
.youshi .hd ul {
  display: flex;
  justify-content: space-between;
}
.youshi .hd ul li {
  width: 112px;
  height: 112px;
  position: relative;
  z-index: 2;
  padding: 10px;
  cursor: pointer;
}
.youshi .hd ul li:nth-child(2) {
  top: 78px;
}
.youshi .hd ul li:nth-child(3) {
  top: 22px;
}
.youshi .hd ul li:nth-child(4) {
  top: 81px;
}
.youshi .hd ul li em {
  position: absolute;
  display: block;
  margin: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
}
.youshi .hd ul li em i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  overflow: hidden;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li em i:before,
.youshi .hd ul li em 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;
}
.youshi .hd ul li em i.ico1:before {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .hd ul li em i.ico1:after {
  background: url(../images/ysico1h.png) center center no-repeat;
}
.youshi .hd ul li em i.ico2:before {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .hd ul li em i.ico2:after {
  background: url(../images/ysico2h.png) center center no-repeat;
}
.youshi .hd ul li em i.ico3:before {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .hd ul li em i.ico3:after {
  background: url(../images/ysico3h.png) center center no-repeat;
}
.youshi .hd ul li em i.ico4:before {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .hd ul li em i.ico4:after {
  background: url(../images/ysico4h.png) center center no-repeat;
}
.youshi .hd ul li:hover em,
.youshi .hd ul li.on em {
  margin: -16px;
}
.youshi .hd ul li:hover em i,
.youshi .hd ul li.on em i {
  background-color: #007370;
}
.youshi .hd ul li:hover em i:before,
.youshi .hd ul li.on em i:before,
.youshi .hd ul li:hover em i:after,
.youshi .hd ul li.on em i:after {
  top: -100%;
}
.case {
  padding: 54px 0 60px;
}
.case .caseBox {
  border-bottom: 2px solid #000;
}
.case .title {
  margin-bottom: 60px;
}
.case .caseSwiper {
  width: 720px;
  float: left;
}
.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 {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .pic {
  display: block;
  width: 100%;
  height: 540px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .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 .tt {
  position: relative;
  padding-right: 110px;
  height: 88px;
  line-height: 88px;
}
.case .caseSwiper ul li .tt .bt {
  font-size: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .tt .bt:hover {
  left: 5px;
}
.case .caseSwiper ul li .tt .more {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  font-family: Arial;
  font-size: 16px;
}
.case .caseSwiper ul li .tt .more::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #007370;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.case .caseSwiper ul li .tt .more:hover {
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
  color: #007370;
}
.case .caseSwiper ul li: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:hover .tt {
  position: relative;
}
.case .caseSwiper ul li:hover .tt .bt {
  color: #007370;
}
.case .caseSwiper ul li:hover .tt .more {
  color: #007370;
}
.case .caseAlbum {
  float: right;
  width: 580px;
  position: relative;
  z-index: 2;
  margin-left: -20px;
}
.case .case-albumSwiper {
  height: 540px;
  overflow: hidden;
}
.case .case-albumSwiper ul li {
  height: 120px;
  margin-left: 70px;
  margin-bottom: 20px;
  width: 510px;
}
.case .case-albumSwiper ul li::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 160px;
  z-index: -1;
  background-color: #f3f3f3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .case-albumSwiper ul li .item {
  height: 120px;
  padding-left: 20px;
  position: relative;
  z-index: 2;
  padding-right: 180px;
  padding-left: 94px;
}
.case .case-albumSwiper ul li .item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #f3f3f3;
}
.case .case-albumSwiper ul li .item .num {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  width: 65px;
  height: 65px;
  background-color: #cccccc;
  line-height: 65px;
  text-align: center;
  border-radius: 100%;
  font-family: Arial;
  font-size: 24px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .case-albumSwiper ul li .item .pic {
  display: block;
  width: 160px;
  height: 120px;
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  z-index: 3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .case-albumSwiper 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 .case-albumSwiper ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 120px;
  line-height: 120px;
}
.case .case-albumSwiper 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 .case-albumSwiper ul li.swiper-slide-active::before {
  width: 580px;
}
.case .case-albumSwiper ul li.swiper-slide-active .item .num {
  background-color: #007370;
  color: #fff;
}
.case .page {
  position: relative;
  font-size: 0;
  height: 88px;
  text-align: right;
  line-height: 88px;
}
.case .page .case-prev {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .case-prev::after {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-family: simsun;
  font-weight: bold;
  width: 14px;
  text-align: center;
  font-size: 20px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.case .page .case-prev:hover,
.case .page .case-prev.on {
  color: #007370;
}
.case .page .case-next {
  margin-left: 91px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .case-next::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: #007370;
  top: 50%;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  left: -47px;
}
.case .page .case-next::after {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-family: simsun;
  font-weight: bold;
  width: 14px;
  text-align: center;
  font-size: 20px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.case .page .case-next:hover,
.case .page .case-next.on {
  color: #007370;
}
@media screen and (max-width: 1320px) {
  .case .caseSwiper {
    width: 700px;
  }
  .case .caseAlbum {
    width: 500px;
  }
  .case .case-albumSwiper ul li {
    width: 450px;
    margin-left: 50px;
  }
  .case .case-albumSwiper ul li .item {
    padding-left: 80px;
  }
}
.about {
  background: url(../images/aboutbg.jpg) center bottom repeat;
  background-color: #fcfefe;
  position: relative;
  overflow: hidden;
  padding: 62px 0 54px;
}
.about .title {
  position: relative;
  z-index: 3;
}
.about .title i {
  color: #e9e9e9;
}
.about .aboutBox {
  margin-top: 44px;
  height: 500px;
}
.about .aboutText {
  float: left;
  width: 625px;
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 1320px) {
  .about .aboutText {
    width: 625px;
  }
}
.about .aboutText::before {
  content: "";
  display: block;
  position: absolute;
  width: 76px;
  height: 63px;
  top: 2px;
  right: 58px;
  background: url(../images/abouttit.png) 0 0 no-repeat;
}
.about .aboutText .tit {
  font-size: 26px;
  line-height: 56px;
  font-weight: bold;
}
.about .aboutText .tit::before {
  content: "";
  display: block;
  width: 140px;
  height: 1px;
  background-color: #007370;
  margin-bottom: 15px;
}
.about .aboutText .tit::after {
  content: "";
  display: block;
  width: 360px;
  height: 1px;
  background-color: #007370;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 42px;
  height: 252px;
  font-size: 16px;
  color: #666666;
  text-align: justify;
  margin-top: 40px;
}
.about .aboutText .aLink {
  padding-left: 14px;
  padding-right: 50px;
  margin-top: 40px;
}
.about .aboutText .aLink ul {
  display: flex;
  justify-content: space-between;
}
.about .aboutText .aLink ul li a {
  line-height: 44px;
  display: block;
  font-size: 20px;
  position: relative;
  z-index: 2;
}
.about .aboutText .aLink ul li a i {
  display: inline-block;
  vertical-align: top;
  height: 44px;
  width: 28px;
  margin-right: 12px;
}
.about .aboutText .aLink ul li a i.ico1 {
  background: url(../images/alinkico1.png) center center no-repeat;
}
.about .aboutText .aLink ul li a i.ico2 {
  background: url(../images/alinkico2.png) center center no-repeat;
}
.about .aboutText .aLink ul li a i.ico3 {
  background: url(../images/alinkico3.png) center center no-repeat;
}
.about .aboutText .aLink ul li a em {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 42px;
  font-family: "Arial Black";
  color: #333333;
  opacity: 0.1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: -1;
}
.about .aboutText .aLink ul li a:hover {
  color: #007370;
}
.about .aboutText .aLink ul li a:hover i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.about .ra {
  display: block;
  position: absolute;
  width: 304px;
  height: 304px;
  border: solid 40px rgba(0, 115, 112, 0.1);
  border-radius: 100%;
  right: -136px;
  top: -86px;
}
.about .aboutPic {
  float: right;
  width: 650px;
  height: 500px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #f2f2f2;
}
.about .aboutPic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  object-fit: contain;
}
.about .aboutPic:hover {
  box-shadow: 0 4px 25px rgba(0, 115, 112, 0.2);
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.news {
  overflow: hidden;
  padding: 60px 0;
}
.news .newsBox {
  margin-top: 50px;
}
.news .newsTab {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 444px;
  height: 56px;
  border-bottom: 1px solid #333;
}
.news .newsTab::after,
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  text-align: left;
}
.news .newsTab ul li {
  display: block;
  margin-left: 56px;
  float: left;
  position: relative;
  line-height: 42px;
}
.news .newsTab ul li::before {
  content: "/";
  display: block;
  position: absolute;
  left: -33px;
  width: 10px;
  text-align: center;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li:first-child::before {
  display: none;
}
.news .newsTab ul li a {
  display: block;
  text-align: center;
  position: relative;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  color: #007370;
  font-weight: bold;
}
.news .newsTab .newsMore {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 5px;
  width: 50px;
  height: 26px;
  background-color: #333333;
  border-radius: 13px;
  font-family: Arial;
  font-size: 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  line-height: 14px;
}
.news .newsTab .newsMore::before {
  content: "...";
}
.news .newsTab .newsMore:hover {
  background-color: #007370;
  box-shadow: 0 10px 10px -5px rgba(0, 115, 112, 0.5);
}
.news .newsTabs {
  position: relative;
}
.news .newsTabs .bd {
  height: 645px;
}
.news .newsList {
  width: 100%;
  height: 645px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
}
.news .newsList .list1 {
  float: left;
  width: 444px;
  padding-top: 56px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item {
  border-bottom: 1px solid #333;
  height: 147px;
  padding-left: 125px;
  padding-top: 42px;
  position: relative;
}
.news .newsList .list1 ul li .item::after {
  content: "";
  position: absolute;
  background: #007370;
  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 .item:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list1 ul li .item .date {
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 23px;
  font-family: Arial;
  font-size: 24px;
  line-height: 36px;
  padding-top: 14px;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.news .newsList .list1 ul li .item .date::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #007370;
  z-index: -1;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.news .newsList .list1 ul li .item .date i {
  display: block;
}
.news .newsList .list1 ul li .item .date span {
  display: block;
}
.news .newsList .list1 ul li .item .date span::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #333333;
  display: block;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  position: relative;
  left: 0;
}
.news .newsList .list1 ul li .item .bt:hover {
  left: 5px;
}
.news .newsList .list1 ul li .item p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #888888;
  height: 26px;
  line-height: 26px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item:hover .date {
  background-color: #007370;
  color: #fff;
}
.news .newsList .list1 ul li .item:hover .date::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  left: 0;
  top: 0;
}
.news .newsList .list1 ul li .item:hover .date span::before {
  background-color: #fff;
}
.news .newsList .list1 ul li .item:hover .bt {
  color: #007370;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.news .newsList .list1 ul li .item:hover p {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.news .newsList .list1 ul li.on .item .date {
  background-color: #007370;
  color: #fff;
}
.news .newsList .list1 ul li.on .item .date::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  left: 0;
  top: 0;
}
.news .newsList .list1 ul li.on .item .date span::before {
  background-color: #fff;
}
.news .newsList .list2 {
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: right;
  border-left: 1px solid #ddd;
  padding-left: 62px;
  width: 768px;
}
.news .newsList .list2 .one {
  position: relative;
  padding-left: 228px;
  border-bottom: 1px solid #333;
  padding-top: 10px;
  height: 117px;
}
.news .newsList .list2 .one .date {
  position: absolute;
  left: 0;
  font-family: Arial;
  font-size: 26px;
  font-weight: bold;
  line-height: 20px;
  top: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 .one .more {
  position: absolute;
  font-family: Arial;
  font-size: 26px;
  font-weight: bold;
  height: 34px;
  left: 0;
  z-index: 3;
  top: 54px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 .one .more::before {
  content: "+";
}
.news .newsList .list2 .one .more:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.news .newsList .list2 .one .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  position: relative;
  left: 0;
}
.news .newsList .list2 .one .bt:hover {
  left: 5px;
}
.news .newsList .list2 .one p {
  margin-top: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
  height: 26px;
  line-height: 26px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 .one:hover .date {
  color: #007370;
}
.news .newsList .list2 .one:hover .bt {
  color: #007370;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.news .newsList .list2 .one:hover p {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.news .newsList .list2 .one:hover .more {
  color: #007370;
}
.news .newsList .list2 ul {
  margin-top: 34px;
  padding-left: 356px;
  position: relative;
}
.news .newsList .list2 ul::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 308px;
  height: 494px;
  border-radius: 12px;
  background: url(../images/newsimg.jpg) center center no-repeat;
  background-size: cover;
}
.news .newsList .list2 ul li {
  border-bottom: 1px solid #333;
  height: 84px;
  overflow: hidden;
  padding-top: 22px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.news .newsList .list2 ul li::after {
  content: "";
  position: absolute;
  background: #007370;
  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 .list2 ul li:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list2 ul li .date1 {
  height: 18px;
  position: relative;
  line-height: 18px;
  background: url(../images/date.png) 0 center no-repeat;
  font-family: Arial;
  font-size: 14px;
  padding-left: 28px;
  color: #999999;
  margin-bottom: 8px;
  opacity: 0;
  margin-top: -26px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.news .newsList .list2 ul li .tt {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding-right: 85px;
  position: relative;
  height: 40px;
  line-height: 40px;
  margin-left: 0;
}
.news .newsList .list2 ul li .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .tt .bt::before {
  content: "+";
  display: inline-block;
  vertical-align: top;
  width: 22px;
  font-family: Arial;
  font-size: 20px;
}
.news .newsList .list2 ul li .tt .date {
  position: absolute;
  right: 0;
  top: 0;
  font-family: Arial;
  font-size: 14px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li p {
  margin-top: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 32px;
  height: 64px;
  color: #666666;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  opacity: 0;
  position: relative;
  top: 20px;
}
.news .newsList .list2 ul li .more {
  display: block;
  margin-top: 22px;
  width: 50px;
  height: 26px;
  background-color: #007370;
  border-radius: 20px;
  font-family: Arial;
  font-size: 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  line-height: 14px;
  opacity: 0;
  position: relative;
  top: 20px;
}
.news .newsList .list2 ul li .more::before {
  content: "...";
}
.news .newsList .list2 ul li .more:hover {
  box-shadow: 0 10px 10px -5px rgba(0, 115, 112, 0.5);
}
.news .newsList .list2 ul li:hover {
  background-color: #fff;
}
.news .newsList .list2 ul li:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.news .newsList .list2 ul li:hover .bt {
  color: #007370;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.news .newsList .list2 ul li:hover p {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.news .newsList .list2 ul li.on {
  height: 242px;
}
.news .newsList .list2 ul li.on .date1 {
  opacity: 1;
  margin-top: 0;
}
.news .newsList .list2 ul li.on .tt {
  padding-right: 0;
}
.news .newsList .list2 ul li.on .tt .date {
  opacity: 0;
  right: -60px;
}
.news .newsList .list2 ul li.on .tt .bt {
  font-size: 18px;
  font-weight: bold;
  margin-left: -22px;
}
.news .newsList .list2 ul li.on p {
  top: 0;
  opacity: 1;
}
.news .newsList .list2 ul li.on .more {
  top: 0;
  opacity: 1;
}
@media screen and (max-width: 1320px) {
  .news .newsList .list2 {
    padding-left: 42px;
    width: 688px;
  }
  .news .newsList .list2 .one {
    padding-left: 158px;
  }
  .news .newsList .list2 ul {
    padding-left: 306px;
  }
  .news .newsList .list2 ul::before {
    width: 268px;
  }
}
.news .newsList:first-child {
  visibility: initial;
}
.news .newsList:first-child .list1 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList:first-child .list2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList.hide {
  visibility: hidden;
}
.news .newsList.hide .list1 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.news .newsList.hide .list2 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.news .newsList.on {
  visibility: initial;
}
.news .newsList.on .list1 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.news .newsList.on .list2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
