@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 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;
  min-height: 680px;
  -webkit-transition: all 1.8s ease-out;
  transition: all 1.8s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.banner .bannerSwiper .swiper-slide-active {
  -webkit-animation: clipSectorIn 0.7s linear;
  animation: clipSectorIn 0.7s linear;
}
.banner .bannerSwiper .swiper-slide-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@-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;
  left: 50%;
  margin-left: -150px;
  bottom: 30px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #059754 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: #059754;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
@keyframes line {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  48% {
    transform: scaleX(0);
    transform-origin: right;
  }
  52% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.title {
  line-height: 1;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title span {
  display: block;
}
.title span b {
  font-size: 40px;
  font-weight: bold;
  line-height: 46px;
  display: inline-block;
  vertical-align: top;
}
.title span i {
  padding-top: 13px;
  display: inline-block;
  vertical-align: top;
  margin-left: 18px;
  font-weight: bold;
  font-size: 56px;
  line-height: 40px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}
.title span i::first-letter {
  color: #059754;
}
.title span i::after {
  content: "";
  display: block;
  width: 28px;
  height: 4px;
  background-color: #059754;
  margin-top: 18px;
}
.title em {
  display: block;
  font-size: 16px;
  letter-spacing: 2px;
  color: #808080;
  margin-top: 25px;
}
.moreLink {
  display: block;
  position: relative;
  font-size: 12px;
  width: 170px;
  height: 55px;
  background-color: #ffffff;
  border: solid 1px #7d7d7d;
  line-height: 53px;
  font-family: Arial;
  font-size: 17px;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #059754, #059754);
  background-image: linear-gradient(to right, #059754, #059754);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.moreLink::after {
  content: "";
  width: 34px;
  height: 53px;
  display: inline-block;
  vertical-align: top;
  margin-left: 22px;
  background: url(../images/morear.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink:hover {
  background-size: 100% 100%;
  box-shadow: 0 10px 10px -5px rgba(5, 151, 84, 0.5);
  color: #fff;
  border-color: #059754;
}
.moreLink:hover::after {
  filter: grayscale(100) brightness(6);
  animation: zyfd 1.5s linear infinite;
}
.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: 40px;
}
.about {
  position: relative;
  overflow: hidden;
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
}
.about .aboutBox {
  height: 847px;
  padding-top: 116px;
}
.about .aboutPic {
  position: absolute;
  right: -310px;
  bottom: 0;
  width: 982px;
  height: 700px;
}
.about .aboutPic img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about .aboutText {
  width: 720px;
}
.about .aboutText .text {
  margin-top: 85px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 37px;
  max-height: 148px;
  font-size: 16px;
}
.about .more {
  display: block;
  position: absolute;
  z-index: 4;
  right: 326px;
  top: 262px;
  width: 86px;
  height: 86px;
  background-color: #059754;
  border-radius: 50%;
  line-height: 86px;
  text-align: center;
  color: #fff;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  font-size: 24px;
  box-shadow: 0 0 0 12px rgba(5, 151, 84, 0.2);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .more i {
  font-weight: bold;
}
.about .more:hover {
  background-color: #ff9600;
  animation: bowen 1.2s linear infinite;
  box-shadow: 0 0 0 12px rgba(255, 150, 0, 0.2);
}
@keyframes bowen {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 150, 0, 0.2), 0 0 0 12px rgba(255, 150, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(255, 150, 0, 0.2), 0 0 0 12px rgba(255, 150, 0, 0);
  }
}
.about .aLink {
  position: relative;
  margin-top: 96px;
  width: 465px;
  height: 188px;
  background-color: #f7f7f7;
  border-radius: 0px 95px 95px 0px;
}
.about .aLink::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -310px;
  width: 310px;
  height: 100%;
  background: url(../images/aboutimg.jpg) center 0 no-repeat;
}
.about .aLink ul {
  display: flex;
  justify-content: space-between;
  padding: 30px 126px 0 70px;
}
.about .aLink ul li {
  float: left;
  margin-left: 90px;
  position: relative;
}
.about .aLink ul li:first-child {
  margin-left: 0;
}
.about .aLink ul li a {
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a em {
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: solid 1px #dcdcdc;
  padding: 9px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a i {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a i::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a i.ico1::before {
  background-image: url(../images/alinkico1.png);
}
.about .aLink ul li a i.ico2::before {
  background-image: url(../images/alinkico2.png);
}
.about .aLink ul li a span {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-top: 22px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li:hover a {
  color: #059754;
}
.about .aLink ul li:hover a em {
  border-color: #059754;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.about .aLink ul li:hover a i {
  background-color: #059754;
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.about .aLink ul li:hover a i::before {
  filter: grayscale(100) brightness(6);
}
.about .aLink ul li:hover a span {
  border-color: #059754;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
@media screen and (max-width: 1320px) {
  .about .aboutText {
    width: 630px;
  }
}
.product {
  position: relative;
  overflow: hidden;
  padding: 80px 0 100px;
  background: url(../images/probg.jpg) center bottom no-repeat;
}
.product .proBox {
  margin-top: 50px;
}
.product .proNav {
  width: 310px;
  height: 645px;
  background-color: #059754;
  border-radius: 20px;
  float: left;
  padding: 26px 10px 20px 12px;
}
.product .proNav ul {
  position: relative;
  overflow: auto;
  padding-top: 6px;
}
.product .proNav ul::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.product .proNav ul::before {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.3;
}
.product .proNav ul li {
  margin-top: 8px;
}
.product .proNav ul li:first-child {
  margin-top: 0;
}
.product .proNav ul li a {
  display: block;
  height: 112px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ff9600, #ff9600);
  background-image: linear-gradient(to right, #ff9600, #ff9600);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  padding-left: 70px;
  padding-right: 60px;
  padding-top: 17px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.product .proNav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  background: url(../images/pronavico.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.product .proNav ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  font-size: 18px;
  line-height: 56px;
  height: 56px;
  position: relative;
}
.product .proNav ul li a span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 41px;
  height: 2px;
  background-color: #ffffff;
  bottom: 6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a span::after {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 2px;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a i {
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  border-radius: 50%;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li:hover a,
.product .proNav ul li.on a {
  background-size: 100% 100%;
  color: #fff;
  border-radius: 56px;
}
.product .proNav ul li:hover a::after,
.product .proNav ul li.on a::after {
  right: 20px;
  opacity: 1;
}
.product .proNav ul li:hover a span,
.product .proNav ul li.on a span {
  font-weight: bold;
}
.product .proNav ul li:hover a span::before,
.product .proNav ul li.on a span::before {
  width: 100%;
}
.product .proNav ul li:hover a i,
.product .proNav ul li.on a i {
  width: 17px;
  height: 17px;
  left: 23px;
  box-shadow: 0 0 0 2px #059754;
  background-color: #059754;
  border: 4px solid #fff;
}
.product .proTabs {
  float: right;
  margin-top: -30px;
  width: 948px;
}
.product .proTabs .bd {
  overflow: hidden;
  width: 948px;
  height: 676px;
}
.product .proList {
  position: absolute;
  height: 676px;
  width: 948px;
}
.product .proList ul {
  margin: 0 -12px;
}
.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;
  padding: 0 12px;
  width: 33.333%;
  margin-top: 30px;
}
.product .proList ul li .item {
  height: 308px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 10px 10px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic {
  display: block;
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-right: 40px;
  height: 76px;
  line-height: 76px;
  font-size: 17px;
  padding-left: 6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .bt::after {
  content: ">";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-color: #f5f5f5;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  font-family: simsun;
  color: #515151;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item:hover {
  border-color: #059754;
}
.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 {
  color: #059754;
}
.product .proList ul li .item:hover .bt::after {
  background-color: #059754;
  color: #fff;
}
.product .tjBox {
  margin-top: 90px;
}
.product .tjBox .tjTit {
  text-align: center;
  line-height: 1;
  font-size: 34px;
}
.product .tjSwiper {
  margin: 0 -17px;
  margin-top: 52px;
}
.product .tjSwiper ul::after,
.product .tjSwiper ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .tjSwiper ul li {
  float: left;
  width: 25%;
  padding: 0 17px;
}
.product .tjSwiper ul li .item {
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 10px 10px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .tjSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .tjSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .tjSwiper ul li .item .tt {
  position: relative;
  padding-right: 75px;
  height: 70px;
  line-height: 70px;
}
.product .tjSwiper ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 70px;
  line-height: 70px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .tjSwiper ul li .item .tt .more {
  position: absolute;
  right: 0;
  top: 0;
  color: #bdbdbd;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .tjSwiper ul li .item .tt .more::after {
  content: ">";
  font-family: simsun;
  margin-left: 10px;
  font-weight: bold;
}
.product .tjSwiper ul li .item:hover {
  border-color: #059754;
}
.product .tjSwiper 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 .tjSwiper ul li .item:hover .tt .bt {
  color: #059754;
}
.product .tjSwiper ul li .item:hover .tt .more {
  color: #059754;
}
.product .page {
  margin-top: 34px;
  text-align: right;
  font-size: 0;
}
.product .page .tj-prev {
  display: inline-block;
  vertical-align: top;
  outline: none;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 30px;
  border: solid 1px #7d7d7d;
  line-height: 58px;
  text-align: center;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.product .page .tj-prev::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/tjl.png) center center no-repeat;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.product .page .tj-prev:hover {
  background-color: #059754;
  border-color: #059754;
}
.product .page .tj-prev:hover::before {
  filter: grayscale(100) brightness(6);
}
.product .page .tj-next {
  margin-left: 30px;
  display: inline-block;
  vertical-align: top;
  outline: none;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 30px;
  border: solid 1px #7d7d7d;
  line-height: 58px;
  text-align: center;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.product .page .tj-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/tjr.png) center center no-repeat;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.product .page .tj-next:hover {
  background-color: #059754;
  border-color: #059754;
}
.product .page .tj-next:hover::before {
  filter: grayscale(100) brightness(6);
}
@media screen and (max-width: 1320px) {
  .product .proNav {
    width: 280px;
    height: 610px;
    padding: 20px 10px 20px 12px;
  }
  .product .proNav ul {
    padding-top: 6px;
  }
  .product .proNav ul li {
    margin-top: 8px;
  }
  .product .proNav ul li:first-child {
    margin-top: 0;
  }
  .product .proNav ul li a {
    height: 102px;
    padding-left: 60px;
    padding-right: 55px;
    padding-top: 12px;
  }
  .product .proNav ul li a span {
    font-size: 16px;
  }
  .product .proTabs {
    width: 876px;
  }
  .product .proTabs .bd {
    width: 876px;
    height: 636px;
  }
  .product .proList {
    width: 876px;
    height: 636px;
  }
  .product .proList ul {
    margin: 0 -8px;
  }
  .product .proList ul li {
    padding: 0 8px;
  }
  .product .proList ul li .item {
    height: 288px;
  }
  .product .proList ul li .item .pic {
    height: 200px;
  }
  .product .tjBox {
    margin-top: 50px;
  }
  .product .tjSwiper {
    margin: 0 -10px;
    margin-top: 40px;
  }
  .product .tjSwiper ul li {
    padding: 0 10px;
  }
  .product .tjSwiper ul li .item .pic {
    height: 200px;
  }
}
.youshi {
  position: relative;
}
.youshi::before {
  content: "";
  display: block;
  width: 100%;
  height: 920px;
  position: absolute;
  z-index: -1;
  top: 0;
  background: url(../images/ysbg.jpg) center 0 no-repeat;
}
.youshi .ysbgBox {
  overflow: hidden;
}
.youshi .ysBox {
  height: 808px;
  padding-top: 284px;
}
.youshi .title {
  position: absolute;
  left: 0;
  top: 17px;
  z-index: 2;
}
.youshi .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #333333;
  margin-top: 26px;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
.youshi .ysTabs {
  width: 665px;
  position: relative;
  z-index: 1;
}
.youshi .ysTabs::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/yscontbg.png) 0 center no-repeat;
  width: 87px;
  height: 75px;
  left: -52px;
  top: -40px;
  z-index: -1;
}
.youshi .ysTabs .bd {
  overflow: hidden;
  height: 198px;
}
.youshi .ysTabs .bd ul li {
  height: 198px;
}
.youshi .ysTabs .bd ul li .item {
  padding-top: 10px;
}
.youshi .ysTabs .bd ul li .item .tit {
  font-weight: bold;
  line-height: 1;
  font-size: 24px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.youshi .ysTabs .bd ul li .item .text {
  font-size: 16px;
  line-height: 34px;
  color: #666666;
  margin-top: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTabs .bd ul li .item:hover .tit {
  color: #059754;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysTabs .bd ul li .item:hover .text {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.youshi .ysTabs .page {
  font-size: 0;
}
.youshi .ysTabs .page .prev {
  display: inline-block;
  vertical-align: top;
  outline: none;
  cursor: pointer;
  width: 76px;
  height: 76px;
  border: solid 1px #3d4558;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.youshi .ysTabs .page .prev::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ysl.png) center center no-repeat;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.youshi .ysTabs .page .prev:hover,
.youshi .ysTabs .page .prev.on {
  background-color: #3d4558;
}
.youshi .ysTabs .page .prev:hover::before,
.youshi .ysTabs .page .prev.on::before {
  filter: grayscale(100) brightness(6);
}
.youshi .ysTabs .page .next {
  margin-left: 54px;
  display: inline-block;
  vertical-align: top;
  outline: none;
  cursor: pointer;
  width: 76px;
  height: 76px;
  border: solid 1px #3d4558;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.youshi .ysTabs .page .next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ysl.png) center center no-repeat;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.youshi .ysTabs .page .next:hover,
.youshi .ysTabs .page .next.on {
  background-color: #3d4558;
}
.youshi .ysTabs .page .next:hover::before,
.youshi .ysTabs .page .next.on::before {
  filter: grayscale(100) brightness(6);
}
.youshi .ysimg {
  position: absolute;
  left: 794px;
  top: 40px;
}
.case {
  overflow: hidden;
  position: relative;
  padding: 0 0 78px;
}
.case .title {
  text-align: center;
}
.case .caseSwiper {
  position: relative;
  margin: 0 -11px;
  margin-top: 45px;
}
.case .caseSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 32 13, grab;
}
.case .caseSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 32 13, grab;
}
.case .caseSwiper ul li {
  padding: 0 11px;
  float: left;
  width: 33.33%;
}
.case .caseSwiper ul li .item {
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  width: 100%;
  border: solid 10px #f7f7f7;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic i {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 79.65%;
}
.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 .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  min-width: 220px;
  font-size: 18px;
  position: relative;
  height: 78px;
  line-height: 78px;
  left: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .caseSwiper ul li .item .tt .bt:hover {
  left: 5px;
}
.case .caseSwiper ul li .item .tt .num {
  margin-top: -8px;
  font-family: Arial;
  font-size: 14px;
  line-height: 12px;
}
.case .caseSwiper ul li .item .tt .num::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 1px;
  background-color: #797979;
  margin-right: 18px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #059754, #059754);
  background-image: linear-gradient(to right, #059754, #059754);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.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 .tt .bt {
  color: #059754;
}
.case .caseSwiper ul li .item:hover .tt .num::before {
  background-size: 100% 100%;
}
.case .page {
  font-size: 0;
}
.case .page .case-prev {
  outline: none;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 156px;
  left: -210px;
  font-size: 12px;
  width: 170px;
  height: 55px;
  background-color: #ffffff;
  border: solid 1px #7d7d7d;
  line-height: 53px;
  font-family: Arial;
  font-size: 17px;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #059754, #059754);
  background-image: linear-gradient(to right, #059754, #059754);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.case .page .case-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  background: url(../images/casel.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .case-prev:hover {
  background-size: 100% 100%;
  box-shadow: 0 10px 10px -5px rgba(5, 151, 84, 0.5);
  color: #fff;
  border-color: #059754;
}
.case .page .case-prev:hover::after {
  filter: grayscale(100) brightness(6);
  animation: zyfd 1.5s linear infinite;
}
.case .page .case-next {
  outline: none;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 156px;
  right: -210px;
  font-size: 12px;
  width: 170px;
  height: 55px;
  background-color: #ffffff;
  border: solid 1px #7d7d7d;
  line-height: 53px;
  font-family: Arial;
  font-size: 17px;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #059754, #059754);
  background-image: linear-gradient(to right, #059754, #059754);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.case .page .case-next::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  background: url(../images/caser.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .case-next:hover {
  background-size: 100% 100%;
  box-shadow: 0 10px 10px -5px rgba(5, 151, 84, 0.5);
  color: #fff;
  border-color: #059754;
}
.case .page .case-next:hover::after {
  filter: grayscale(100) brightness(6);
  animation: zyfd 1.5s linear infinite;
}
.news {
  overflow: hidden;
  padding: 72px 0 106px;
  background: url(../images/newsbg.jpg) center bottom no-repeat;
  background-color: #eaf7f0;
}
.news .title {
  position: absolute;
  left: 0;
  top: -3px;
}
.news .newsTab::after,
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab ul {
  float: right;
  margin-top: 20px;
}
.news .newsTab ul li {
  position: relative;
  float: left;
  margin-left: 17px;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  width: 203px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #dcdcdc;
  padding-left: 20px;
  padding-top: 8px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #059754, #059754);
  background-image: linear-gradient(to right, #059754, #059754);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  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;
  width: 52px;
  height: 52px;
  background-color: rgba(16, 68, 146, 0.1);
  margin-right: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  border-radius: 50%;
}
.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,
.news .newsTab ul li a i.ico1:after {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:before,
.news .newsTab ul li a i.ico2:after {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:before,
.news .newsTab ul li a i.ico3:after {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a span {
  line-height: 1;
  padding-top: 8px;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
}
.news .newsTab ul li a em {
  display: block;
  font-size: 12px;
  margin-top: 8px;
  color: #c2c2c2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  border-color: #059754;
  background-size: 100% 100%;
  color: #fff;
}
.news .newsTab ul li:hover a i,
.news .newsTab ul li.on a i {
  background-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 .newsTab ul li:hover a em,
.news .newsTab ul li.on a em {
  color: #fff;
}
.news .newsTabs {
  margin-top: 95px;
  position: relative;
}
.news .newsTabs .bd {
  height: 560px;
}
.news .newsList {
  width: 100%;
  height: 560px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
}
.news .newsList .oneTabs {
  float: left;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .oneTabs .oneBd {
  width: 480px;
  height: 560px;
}
.news .newsList .oneTabs .oneBd ul li {
  width: 480px;
  height: 560px;
}
.news .newsList .oneTabs .oneBd ul li .item {
  padding: 10px 10px 0;
  width: 480px;
  height: 560px;
  background-color: #f6f8fc;
  border: solid 1px #d2d2d2;
}
.news .newsList .oneTabs .oneBd ul li .item .pic {
  display: block;
  width: 100%;
  height: 310px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .oneTabs .oneBd ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .oneTabs .oneBd ul li .item .cont {
  position: relative;
  padding-top: 40px;
  padding-left: 8px;
}
.news .newsList .oneTabs .oneBd ul li .item .cont .date {
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  font-size: 28px;
  position: absolute;
  z-index: 2;
  top: 48px;
  right: 10px;
  line-height: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .oneTabs .oneBd ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  margin-right: 90px;
  left: 0;
}
.news .newsList .oneTabs .oneBd ul li .item .cont .bt:hover {
  left: 5px;
}
.news .newsList .oneTabs .oneBd ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #a3a3a3;
  font-size: 15px;
  margin-top: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .oneTabs .oneBd ul li .item .cont .more {
  display: block;
  margin-top: 32px;
  width: 74px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  background-color: #333333;
  text-transform: uppercase;
  text-decoration: underline;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #059754, #059754);
  background-image: linear-gradient(to right, #059754, #059754);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  color: #fff;
  font-size: 12px;
}
.news .newsList .oneTabs .oneBd ul li .item .cont .more::before {
  content: "";
  border-left: 8px solid #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
}
.news .newsList .oneTabs .oneBd ul li .item .cont .more:hover {
  background-size: 100% 100%;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(5, 151, 84, 0.5);
}
.news .newsList .oneTabs .oneBd ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .oneTabs .oneBd ul li .item:hover .cont .bt {
  color: #059754;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.news .newsList .oneTabs .oneBd ul li .item:hover .cont .date {
  color: #059754;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.news .newsList .oneTabs .oneBd ul li .item:hover .cont p {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.news .newsList .oneTabs .oneBd ul li .item:hover .cont .more {
  background-size: 100% 100%;
  color: #fff;
}
.news .newsList .oneTabs .oneHd {
  position: absolute;
  right: 10px;
  bottom: 50px;
  font-family: Arial;
  font-size: 14px;
  text-align: center;
}
.news .newsList .oneTabs .oneHd ul li {
  float: left;
  line-height: 16px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  padding: 0 10px;
}
.news .newsList .oneTabs .oneHd ul li::before {
  content: "";
  position: absolute;
  display: block;
  height: 7px;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background-color: #059754;
  border-radius: 4px;
}
.news .newsList .oneTabs .oneHd ul li.on {
  font-weight: bold;
}
.news .newsList .oneTabs .oneHd ul li.on::before {
  width: 100%;
}
.news .newsList .list {
  float: right;
  width: 740px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li {
  margin-top: 4px;
  height: 182px;
  margin-right: 40px;
  position: relative;
  margin-left: 105px;
  padding: 40px 80px 0 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li:first-child {
  margin-top: 0;
}
.news .newsList .list ul li .date {
  font-size: 36px;
  line-height: 24px;
  position: absolute;
  top: 47px;
  left: -105px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
}
.news .newsList .list ul li .more {
  display: block;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 77px;
  width: 74px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  background-color: #333333;
  text-transform: uppercase;
  text-decoration: underline;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #059754, #059754);
  background-image: linear-gradient(to right, #059754, #059754);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  color: #fff;
  font-size: 12px;
  opacity: 0;
}
.news .newsList .list ul li .more:hover {
  background-size: 100% 100%;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(5, 151, 84, 0.5);
}
.news .newsList .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  left: 0;
}
.news .newsList .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list ul li .bt:hover {
  left: 5px;
}
.news .newsList .list ul li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  font-size: 15px;
  margin-top: 10px;
  color: #999999;
  -webkit-transition: all 0.56s ease-out;
  transition: all 0.56s ease-out;
}
.news .newsList .list ul li:hover .bt {
  color: #059754;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.news .newsList .list ul li:hover p {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.news .newsList .list ul li:hover .more {
  background-size: 100% 100%;
  color: #fff;
  right: -40px;
  opacity: 1;
}
.news .newsList .list ul li:hover,
.news .newsList .list ul li.on {
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.08);
}
.news .newsList .list ul li:hover .more,
.news .newsList .list ul li.on .more {
  right: -40px;
  opacity: 1;
}
@media screen and (max-width: 1320px) {
  .news .newsList .list {
    width: 660px;
  }
}
.news .newsList:first-child {
  visibility: initial;
}
.news .newsList:first-child .oneTabs {
  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 .oneTabs {
  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 .oneTabs {
  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;
}
