@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;
}
.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 .page {
  width: 87.7%;
  margin: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 4;
  bottom: 72px;
  padding-top: 22px;
  padding-right: 10px;
}
.banner .page::after,
.banner .page:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.banner .page .banner-next {
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
  float: right;
  width: 47px;
  height: 47px;
  border: solid 1px rgba(255, 255, 255, 0.35);
  border-radius: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .page .banner-next::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/br.png) center center no-repeat;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.banner .page .banner-next:hover {
  border-color: #fff;
}
.banner .page .banner-pagination {
  float: left;
  padding-top: 17px;
}
.banner .page .banner-pagination span {
  float: left;
  border: solid 1px transparent;
  opacity: 1;
  padding: 9px;
  border-radius: 100%;
  background: transparent;
  width: auto;
  height: auto;
  margin: 0 5px !important;
  cursor: pointer !important;
  outline: none;
  font-size: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .page .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  width: 9px;
  height: 9px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .page .banner-pagination span.swiper-pagination-bullet-active {
  border: solid 1px rgba(49, 188, 69, 0.35);
}
.banner .page .banner-pagination span.swiper-pagination-bullet-active:before {
  background-color: #31bc45;
}
.banner .mouse {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  color: #fff;
  font-size: 14px;
  bottom: 50px;
  left: 50%;
  margin-left: -13px;
}
.banner .mouse::before {
  content: "";
  display: block;
  margin: auto;
  width: 26px;
  height: 59px;
  margin-bottom: 20px;
  background: url(../images/mouseico.png) center center no-repeat;
  animation: arrow 2.4s linear infinite;
}
@keyframes arrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.title {
  line-height: 1;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  position: relative;
  font-family: "Arial Black";
  color: transparent;
  font-size: 137px;
  line-height: 102px;
  z-index: 2;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.05) 0%, rgba(51, 51, 51, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: -4px;
}
.title b {
  display: block;
  font-size: 36px;
  margin-top: -40px;
  position: relative;
  letter-spacing: 2px;
  z-index: 3;
}
.title b span {
  color: #31bc45;
}
.title em {
  margin-top: 26px;
  display: block;
  font-size: 0;
}
.title em::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 1px;
  background-color: #666666;
}
.moreLink {
  display: block;
  position: relative;
  line-height: 65px;
  font-size: 18px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 65px;
  height: 65px;
  background-color: #31bc45;
  margin-right: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: url(../images/moreico.png) center center no-repeat;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.moreLink:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #31bc45;
}
.moreLink:hover::after {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.moreLink:hover::before {
  box-shadow: 0 0 0 8px rgba(49, 188, 69, 0.15), 0 0 25px rgba(49, 188, 69, 0.4);
}
.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: -8px;
}
@keyframes line {
  0% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  40% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  60% {
    transform: scaleY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}
.product {
  overflow: hidden;
  position: relative;
  padding: 80px 0 100px;
  background: url(../images/probg.jpg) center 0 no-repeat;
}
.product .title i {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product .search {
  position: absolute;
  right: 0;
  top: 60px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding-right: 80px;
  overflow: hidden;
  border-radius: 6px;
  border-radius: 30px;
  background-color: #fff;
}
.product .search .searchInp {
  width: 394px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 30px 0px 0px 30px;
  line-height: 60px;
  border: none;
  background: none;
  padding: 0 30px;
  font-size: 14px;
  color: #333;
  box-shadow: 0 0 0 3000px #fff inset;
}
.product .search .searchInp::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.product .search .searchInp::-moz-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.product .search .searchInp:-ms-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.product .search .searchInp:focus::-webkit-input-placeholder,
.product .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.product .search .searchInp:focus::-moz-placeholder,
.product .search .searchInp:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.product .search .searchInp:focus:-ms-input-placeholder,
.product .search .searchInp:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.product .search .submitBtn {
  position: absolute;
  right: 0;
  top: 0;
  background: #31bc45 url(../images/searchico.png) center center no-repeat;
  width: 80px;
  height: 60px;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .search .submitBtn:hover {
  background-color: #27ab3a;
}
.product .hotSwiper {
  margin-top: 34px;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.product .hotSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 30 11, grab;
}
.product .hotSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 30 11, grab;
}
.product .hotSwiper ul li {
  position: relative;
}
.product .hotSwiper ul li .pic {
  float: left;
  display: block;
  width: 702px;
  height: 484px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .hotSwiper ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .hotSwiper ul li .cont {
  float: right;
  text-align: left;
  width: 450px;
  margin-right: 70px;
  padding-top: 100px;
  padding-top: 70px;
}
.product .hotSwiper ul li .cont .hot {
  font-family: "Arial Black";
  font-size: 110px;
  line-height: 81px;
  color: #f7f6f6;
}
.product .hotSwiper ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: -80px;
  font-size: 26px;
  height: 80px;
  line-height: 80px;
  position: relative;
  z-index: 2;
  font-weight: bold;
  left: 0;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.product .hotSwiper ul li .cont .bt:hover {
  left: 5px;
}
.product .hotSwiper ul li .cont .line {
  font-size: 0;
  margin-top: -2px;
  -webkit-transition: all 0.46s ease-out;
  transition: all 0.46s ease-out;
}
.product .hotSwiper ul li .cont .line::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 2px;
  background-color: #31bc45;
  -webkit-transition: all 0.46s ease-out;
  transition: all 0.46s ease-out;
}
.product .hotSwiper ul li .cont p {
  font-size: 16px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 36px;
  height: 72px;
  margin-top: 34px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-line-clamp: 7;
  height: 252px;
}
.product .hotSwiper ul li .cont .more {
  margin-top: 35px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 65px;
  font-size: 18px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: none;
}
.product .hotSwiper ul li .cont .more::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: url(../images/moreico.png) center center no-repeat;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.product .hotSwiper ul li .cont .more::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 65px;
  height: 65px;
  background-color: #31bc45;
  border: solid 1px #ffdbdf;
  margin-left: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .hotSwiper ul li .cont .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #31bc45;
}
.product .hotSwiper ul li .cont .more:hover::before {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.product .hotSwiper ul li .cont .more:hover::after {
  box-shadow: 0 0 0 8px rgba(49, 188, 69, 0.15), 0 0 25px rgba(49, 188, 69, 0.4);
}
.product .hotSwiper ul li:hover .pic {
  border-color: rgba(49, 188, 69, 0.2);
}
.product .hotSwiper ul li:hover .pic img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.product .hotSwiper ul li:hover .cont .bt {
  color: #31bc45;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.product .hotSwiper ul li:hover .cont .line {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.product .hotSwiper ul li:hover .cont .line::before {
  width: 100px;
}
.product .hotSwiper ul li:hover .cont .more::before {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.product .proList ul {
  margin: 0 -20px;
}
.product .proList ul::after,
.product .proList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  margin-top: 40px;
  padding: 0 20px;
  float: left;
  width: 33.33%;
}
.product .proList ul li .item {
  background-color: #ffffff;
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 20px 20px 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 75%;
  border-radius: 15px 15px 0px 0px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt {
  position: relative;
  /* padding-right: 70px; */
  height: 92px;
  line-height: 92px;
  height: 72px;
  line-height: 72px;
}
.product .proList ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .tt .bt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background-color: #000000;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.product .proList ul li .item .tt .more {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  width: 57px;
  height: 57px;
  background-color: #31bc45;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: none;
}
.product .proList ul li .item .tt .more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/moreico.png) center center no-repeat;
  background-size: 23px;
}
.product .proList ul li .item .tt .more:hover {
  box-shadow: 0 0 0 8px rgba(49, 188, 69, 0.15), 0 0 25px rgba(49, 188, 69, 0.4);
}
.product .proList ul li .item .tt .more:hover::before {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.product .proList ul li .item:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.product .proList ul li .item:hover .tt .bt {
  color: #31bc45;
}
.product .proList ul li .item:hover .tt .bt::before {
  background-color: #31bc45;
}
@media screen and (max-width: 1320px) {
  .product .hotSwiper ul li .pic {
    width: 652px;
  }
  .product .hotSwiper ul li .cont {
    width: 420px;
  }
  .product .proList ul {
    margin: 0 -15px;
  }
  .product .proList ul li {
    margin-top: 34px;
    padding: 0 15px;
  }
  .product .proList ul li .item {
    padding: 15px 15px 0;
  }
}
.youshi {
  position: relative;
  overflow: hidden;
  background: url(../images/ysbg.jpg) center 0 no-repeat;
}

.youshi .title b {
  color: #fff;
}
.youshi .ysBox {
  padding-top: 86px;
  height: 848px;
  z-index: 1;
}
.youshi .ysTit {
  width: 670px;
}
.youshi .ysTit .tip {
  line-height: 1;
  font-size: 16px;
  margin-top: 16px;
  letter-spacing: 8px;
  color: #fff;
  padding-bottom: 27px;
  border-bottom: 3px solid #000;
}
.youshi .ysTel {
  text-align: right;
  position: absolute;
  right: 0;
  top: 150px;
}
.youshi .ysTel i {
  display: block;
  font-weight: bold;
  font-family: Arial;
  font-size: 28px;
  line-height: 20px;
 color:#333
}
.youshi .ysTel span {
  width: 127px;
  height: 28px;
  background-color: #31bc45;
  border-radius: 14px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 28px;
  margin-top: 12px;
  color: #fff;
}
.youshi .ysTabs {
  margin-top: 110px;
}
/* .youshi .ysTabs .ysPic {
  position: absolute;
  width: 614px;
  height: 594px;
  bottom: 0;
  right: 0;
}
.youshi .ysTabs .ysPic .bd {
  position: relative;
  width: 614px;
  height: 594px;
  overflow: hidden;
}
.youshi .ysTabs .ysPic .bd ul li {
  position: relative;
  overflow: hidden;
  width: 614px;
  height: 594px;
}
.youshi .ysTabs .ysPic .bd ul li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
} */
.youshi .ysTabs .ysPic {
  position: absolute;
  width: 1920px;
  height: 848px;
  left: 50%;
  margin-left: -960px;
  top: 0;
  z-index: -1;
}
.youshi .ysTabs .ysPic .bd {
  position: relative;
  width: 1920px;
  height: 848px;
  overflow: hidden;
}
.youshi .ysTabs .ysPic .bd ul li {
  position: relative;
  overflow: hidden;
  width: 1920px;
  height: 848px;
}
.youshi .ysTabs .ysPic .bd ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.youshi .ysTabs .ysCont {
  width: 670px;
  height: 292px;
}
.youshi .ysTabs .ysCont .bd {
  overflow: hidden;
  width: 670px;
  height: 292px;
}
.youshi .ysTabs .ysCont .bd ul li .item {
  height: 292px;
  padding-top: 10px;
}
.youshi .ysTabs .ysCont .bd ul li .item .tit {
  line-height: 1;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.youshi .ysTabs .ysCont .bd ul li .item .tit span {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.youshi .ysTabs .ysCont .bd ul li .item .tit i {
  font-family: Arial;
  font-size: 14px;
  margin-left: 12px;
}
.youshi .ysTabs .ysCont .bd ul li .item .tit::after {
  content: "";
  display: block;
  width: 20px;
  height: 5px;
  margin-top: 28px;
  background: url(../images/ysline.png) 0 center no-repeat;
}
.youshi .ysTabs .ysCont .bd ul li .item .text {
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTabs .ysCont .bd ul li .item:hover .tit {
  color: #31bc45;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysTabs .ysCont .bd ul li .item:hover .text {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.youshi .ysTabs .hd {
  position: absolute;
  left: -310px;
  top: 130px;
  width: 134px;
  height: 510px;
  background-color: #31bc45;
  box-shadow: 0px 0px 104px 18px rgba(61, 61, 61, 0.2);
  padding-top: 220px;
}
.youshi .ysTabs .hd ul li {
  position: relative;
  cursor: pointer;
  height: 24px;
}
.youshi .ysTabs .hd ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 27px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTabs .hd ul li i {
  position: absolute;
  font-family: Arial;
  font-size: 30px;
  color: #ffffff;
  line-height: 24px;
  left: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  font-style: italic;
}
.youshi .ysTabs .hd ul li:first-child {
  margin-top: 0;
}
.youshi .ysTabs .hd ul li:hover::before,
.youshi .ysTabs .hd ul li.on::before {
  width: 47px;
}
.youshi .ysTabs .hd ul li:hover i,
.youshi .ysTabs .hd ul li.on i {
  left: 70px;
  opacity: 1;
}
.youshi .ysTabs .page {
  height: 66px;
}
.youshi .ysTabs .page .prev {
  float: left;
  width: 66px;
  height: 66px;
  background-color: #f4f4f4;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s 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.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTabs .page .prev:hover,
.youshi .ysTabs .page .prev.on {
  background-color: #31bc45;
}
.youshi .ysTabs .page .prev:hover::before,
.youshi .ysTabs .page .prev.on::before {
  background-image: url(../images/yslh.png);
}
.youshi .ysTabs .page .next {
  float: left;
  width: 66px;
  height: 66px;
  background-color: #f4f4f4;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s 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.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.youshi .ysTabs .page .next:hover,
.youshi .ysTabs .page .next.on {
  background-color: #31bc45;
}
.youshi .ysTabs .page .next:hover::before,
.youshi .ysTabs .page .next.on::before {
  background-image: url(../images/yslh.png);
}
.equipment .sbBox {
  padding: 75px 0 85px;
}
.equipment .sbBox::before {
  content: "";
  display: block;
  width: 606px;
  height: 100%;
  background-color: #fbfbfb;
  position: absolute;
  top: 0;
  right: -42px;
  z-index: -1;
}
@media screen and (max-width: 1320px) {
  .equipment .sbBox::before {
    width: 566px;
    right: -32px;
  }
}
.equipment .tip {
  position: absolute;
  right: 0;
  top: 110px;
  z-index: 3;
  background: url(../images/sbtip.png) right 0 no-repeat;
  padding-top: 24px;
  line-height: 1;
  text-align: right;
}
.equipment .tip .t1 {
  font-weight: bold;
  font-size: 24px;
  font-family: simsun;
  letter-spacing: 1px;
  margin-right: -4px;
  text-shadow: 0.5px 0 0 #333;
}
.equipment .tip .t2 {
  margin-top: 10px;
  font-family: Arial;
  font-size: 12px;
  line-height: 18px;
  color: #cccccc;
}
.equipment .sbList ul::after,
.equipment .sbList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.equipment .sbList ul li {
  float: left;
  margin-top: 44px;
  width: 300px;
  margin-right: 40px;
}
.equipment .sbList ul li .item {
  position: relative;
}
.equipment .sbList ul li .item::after {
  content: "";
  position: absolute;
  background: #31bc45;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: 0;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.equipment .sbList ul li .item:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.equipment .sbList ul li .item .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 212px;
  background-color: #fff;
  border: solid 10px #f5f5f5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.equipment .sbList 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;
}
.equipment .sbList ul li .item .tt {
  position: relative;
  height: 50px;
  line-height: 49px;
  border-bottom: 1px solid #e6e6e6;
  /* padding-right: 54px; */
}
.equipment .sbList ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.equipment .sbList ul li .item .tt .bt::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #bbbcbe;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  border-radius: 50%;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.equipment .sbList ul li .item .tt .more {
  position: absolute;
  right: 20px;
  top: 0;
  width: 18px;
  height: 100%;
  background: url(../images/sbli.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(0.5);
  display: none;
}
.equipment .sbList ul li .item .tt .more:hover {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.equipment .sbList ul li .item .cont {
  display: none;
  text-align: center;
  padding-top: 42px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.equipment .sbList ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  left: 0;
}
.equipment .sbList ul li .item .cont .bt:hover {
  left: 5px;
}
.equipment .sbList ul li .item .cont .en {
  line-height: 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Arial;
  color: #cccccc;
  -webkit-transition: all 0.44s ease-out;
  transition: all 0.44s ease-out;
}
.equipment .sbList ul li .item .cont .line {
  height: 17px;
  margin-top: 24px;
  background: url(../images/sbsr.png) center center no-repeat;
  -webkit-transition: all 0.46s ease-out;
  transition: all 0.46s ease-out;
}
.equipment .sbList ul li .item .cont p {
  margin-top: 18px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.equipment .sbList ul li .item:hover .pic {
  border-color: #fff;
  box-shadow: 0 0 20px rgba(49, 188, 69, 0.2);
}
.equipment .sbList 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);
}
.equipment .sbList ul li .item:hover .tt .bt {
  color: #31bc45;
}
.equipment .sbList ul li .item:hover .tt .bt::before {
  background-color: #31bc45;
}
.equipment .sbList ul li .item:hover .tt .more {
  filter: grayscale(0) brightness(1);
}
.equipment .sbList ul li .item:hover .cont .bt {
  color: #31bc45;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.equipment .sbList ul li .item:hover .cont .en {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.equipment .sbList ul li .item:hover .cont .line {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.equipment .sbList ul li .item:hover .cont p {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.equipment .sbList ul li:first-child {
  float: right;
  width: 520px;
  margin-right: 0;
  padding-top: 10px;
}
.equipment .sbList ul li:first-child .item::after {
  display: none;
}
.equipment .sbList ul li:first-child .item .pic {
  border: none;
  height: 370px;
}
.equipment .sbList ul li:first-child .item .tt {
  display: none;
}
.equipment .sbList ul li:first-child .item .cont {
  display: block;
}
@media screen and (max-width: 1320px) {
  .equipment .sbList ul li {
    margin-right: 25px;
  }
  .equipment .sbList ul li:first-child {
    width: 500px;
  }
}
.about {
  position: relative;
  overflow: hidden;
  background: #04538a url(../images/aboutbg.jpg) center 0 no-repeat;
}
.about .aboutBox {
  padding-top: 148px;
  padding-top: 108px;
}
.about .aboutTit {
  position: absolute;
  left: 0;
  top: 105px;
}
.about .aboutTit .title {
  color: #ffffff;
}
.about .aboutTit .title i {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about .aboutTit .title em::before {
  background-color: #fff;
}
.about .aboutTit .moreLink {
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  margin-top: 100px;
  display: none;
}
.about .aboutText {
  margin-left: 520px;
  margin-left: 280px;
}
.about .aboutText .tit {
  color: #ffffff;
  display: none;
}
.about .aboutText .tit span {
  display: block;
  line-height: 1;
  font-weight: bold;
  font-size: 26px;
}
.about .aboutText .tit i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  margin-top: 12px;
  line-height: 12px;
  color: #85afcb;
}
.about .aboutText .text {
  margin-top: 30px;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden; */
  line-height: 36px;
  /* height: 180px; */
  font-size: 15px;
  color: #c1d3df;
  text-align: justify;
  margin-top: 0;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  /* height: 200px; */
}
.about .aboutPic {
  position: relative;
  height: 520px;
  margin-top: 68px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
}
.about .aboutPic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.5;
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.about .aboutPic ul {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.about .aboutPic ul li {
  display: block;
  background-repeat: no-repeat;
  float: left;
  position: relative;
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.qualification {
  padding-top: 74px;
  padding-bottom: 95px;
}
.qualification .title {
  text-align: center;
  color: #ffffff;
}
.qualification .title i {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.qualification .rySwiper {
  margin: 0 -60px;
  margin-top: 38px;
  position: relative;
}
.qualification .rySwiper .swiper-wrapper {
  cursor: url(../images/gesture.png), 31 13 default;
}
.qualification .rySwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png), 31 13 default;
}
.qualification .rySwiper ul li {
  float: left;
  width: 33.333%;
}
.qualification .rySwiper ul li .item {
  width: 350px;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.qualification .rySwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 480px;
  position: relative;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.qualification .rySwiper ul li .item .pic::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  width: 355px;
  height: 63px;
  background: url(../images/rylity.png) center 0 no-repeat;
  display: none;
}
.qualification .rySwiper ul li .item .pic i {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  padding: 22px 20px 20px;
  z-index: 2;
  box-shadow: -19px 17px 24px 0px rgba(22, 32, 43, 0.18);
}
.qualification .rySwiper ul li .item .pic i::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: url(../images/ryli.png) center 0 no-repeat;
  z-index: -1;
}
.qualification .rySwiper ul li .item .pic i::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: url(../images/ryli.png) center bottom no-repeat;
  z-index: -1;
}
.qualification .rySwiper ul li .item .pic img {
  width: 100%;
  height: auto;
  background-color: #fff;
  /* object-fit: contain; */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.qualification .rySwiper ul li .item .tt {
  margin-top: 26px;
  position: relative;
  padding-right: 105px;
  height: 44px;
  line-height: 44px;
}
.qualification .rySwiper ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.qualification .rySwiper ul li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.qualification .rySwiper ul li .item .tt .bt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  background-color: #f2f2f2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.qualification .rySwiper ul li .item .tt .more {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.qualification .rySwiper ul li .item .tt .more::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  height: 1px;
  background-color: #cccccc;
  opacity: 0.4;
}
.qualification .rySwiper ul li .item .tt .more::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  width: 18px;
  height: 24px;
  background: url(../images/rymore.png) center center no-repeat;
}
.qualification .rySwiper ul li .item .tt .more:hover::after {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
/* .qualification .rySwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
} */
.qualification .rySwiper ul li .item:hover .tt .bt {
  color: #31bc45;
}
.qualification .rySwiper ul li .item:hover .tt .bt::before {
  background-color: #31bc45;
}
.qualification .page .ry-prev {
  position: absolute;
  left: -54px;
  top: 206px;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  box-shadow: -9px 12px 38px 0px rgba(37, 70, 106, 0.15);
  border-radius: 34px;
  cursor: pointer;
  outline: none;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.qualification .page .ry-prev::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ryl.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.qualification .page .ry-prev:hover {
  color: #31bc45;
}
.qualification .page .ry-prev:hover,
.qualification .page .ry-prev.on {
  background-color: #31bc45;
}
.qualification .page .ry-prev:hover::after,
.qualification .page .ry-prev.on::after {
  background-image: url(../images/rylh.png);
}
.qualification .page .ry-next {
  position: absolute;
  right: -54px;
  top: 206px;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  box-shadow: -9px 12px 38px 0px rgba(37, 70, 106, 0.15);
  border-radius: 34px;
  cursor: pointer;
  outline: none;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.qualification .page .ry-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ryl.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.qualification .page .ry-next:hover {
  color: #31bc45;
}
.qualification .page .ry-next:hover,
.qualification .page .ry-next.on {
  background-color: #31bc45;
}
.qualification .page .ry-next:hover::after,
.qualification .page .ry-next.on::after {
  background-image: url(../images/rylh.png);
}
@media screen and (max-width: 1320px) {
  .qualification .rySwiper {
    margin: 0 -32px;
  }
}
.news {
  position: relative;
  overflow: hidden;
  padding: 94px 0;
  background-color: #fbfbfb;
}
@media screen and (max-width: 1320px) {
  .news {
    padding: 70px 0;
  }
}
.news .moreLink {
  margin-top: 0;
}
.news .newsTab::after,
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab ul {
  float: right;
  margin-top: 66px;
}
.news .newsTab ul li {
  margin-left: 35px;
  float: left;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  font-size: 18px;
  width: 153px;
  height: 45px;
  background-color: #f2f2f2;
  border-radius: 30px;
  line-height: 45px;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #31bc45, #31bc45);
  background-image: linear-gradient(to right, #31bc45, #31bc45);
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 45px;
  margin: auto;
  overflow: hidden;
  margin-right: 13px;
}
.news .newsTab ul li a i:before,
.news .newsTab ul li a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTab ul li a i.ico1:before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico1:after {
  background: url(../images/newsico1h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:after {
  background: url(../images/newsico2h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:after {
  background: url(../images/newsico3h.png) center center no-repeat;
}
.news .newsTab ul li.on a,
.news .newsTab ul li:hover a {
  background-size: 100% 100%;
  color: #fff;
}
.news .newsTab ul li.on a i:before,
.news .newsTab ul li:hover a i:before,
.news .newsTab ul li.on a i:after,
.news .newsTab ul li:hover a i:after {
  top: -100%;
}
.news .newsTabs {
  position: relative;
  margin-top: 46px;
}
.news .newsTabs .bd {
  height: 650px;
}
.news .newsList {
  height: 650px;
  visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.news .newsList .newsT::after,
.news .newsList .newsT:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .one {
  position: relative;
  float: left;
  width: 592px;
  height: 500px;
  background-color: #fff;
  padding: 34px 38px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .pic {
  display: block;
  width: 100%;
  height: 314px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont {
  position: relative;
  padding-left: 152px;
  padding-top: 28px;
}
.news .newsList .one .cont .date {
  position: absolute;
  top: 34px;
  left: 0;
  text-align: right;
  height: 96px;
  border-right: solid 1px #e8e8e8;
  padding-top: 2px;
  padding-right: 30px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsList .one .cont .date i {
  display: block;
  font-family: "Arial Black";
  font-size: 30px;
  line-height: 22px;
}
.news .newsList .one .cont .date span {
  display: block;
  font-family: Arial;
  font-size: 18px;
  color: #999999;
  line-height: 14px;
  margin-top: 24px;
}
.news .newsList .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  left: 0;
}
.news .newsList .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .one .cont .bt:hover {
  left: 5px;
}
.news .newsList .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  color: #666666;
  margin-top: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one:hover {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(49, 188, 69, 0.15);
}
.news .newsList .one:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .one:hover .cont .date {
  color: #31bc45;
}
.news .newsList .one:hover .cont .bt {
  color: #31bc45;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.news .newsList .one:hover .cont p {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.news .newsList .list1 {
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: right;
  width: 648px;
}
.news .newsList .list1 ul li {
  height: 150px;
  background-color: #fff;
  position: relative;
  padding-left: 208px;
  overflow: hidden;
  margin-top: 25px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li:first-child {
  margin-top: 0;
}
.news .newsList .list1 ul li .pic {
  display: block;
  width: 175px;
  height: 150px;
  background-color: #ffffff;
  border: solid 1px #f7f7f7;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 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;
}
.news .newsList .list1 ul li .cont {
  padding-top: 26px;
  padding-right: 20px;
}
.news .newsList .list1 ul li .cont .tt {
  position: relative;
  padding-right: 85px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsList .list1 ul li .cont .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .cont .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list1 ul li .cont .tt .date {
  position: absolute;
  right: 0;
  top: 0;
  font-family: Arial;
  font-size: 14px;
  color: #666666;
}
.news .newsList .list1 ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  margin-top: 10px;
  color: #666666;
  margin-right: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .cont .more {
  position: absolute;
  width: 55px;
  height: 55px;
  background-color: #efefef;
  border-radius: 100%;
  bottom: -12px;
  right: -11px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .cont .more::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 23px;
  left: 15px;
  top: 13px;
  background: url(../images/newsli.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li:hover {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(49, 188, 69, 0.15);
}
.news .newsList .list1 ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .list1 ul li:hover .cont .tt {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.news .newsList .list1 ul li:hover .cont .tt .bt {
  color: #31bc45;
}
.news .newsList .list1 ul li:hover .cont p {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.news .newsList .list1 ul li:hover .cont .more {
  background-color: #31bc45;
}
.news .newsList .list1 ul li:hover .cont .more::before {
  filter: grayscale(100) brightness(5);
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.news .newsList .list2 {
  margin-top: 28px;
  height: 122px;
  background-color: #ffffff;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul::after,
.news .newsList .list2 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2 ul li {
  float: left;
  width: 33.333%;
  padding: 0 28px;
}
.news .newsList .list2 ul li .item {
  height: 122px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  padding-left: 134px;
  padding-top: 38px;
}
.news .newsList .list2 ul li .item::after {
  content: "";
  position: absolute;
  background: #31bc45;
  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 .item:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list2 ul li .item .date {
  position: absolute;
  left: 0;
  height: 66px;
  top: 38px;
  border-right: 1px solid #eee;
  line-height: 66px;
  font-family: "Arial Black";
  font-size: 20px;
  width: 100px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 16px;
  position: relative;
  left: 0;
}
.news .newsList .list2 ul li .item .bt:hover {
  left: 5px;
}
.news .newsList .list2 ul li .item .year {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: Arial;
  font-size: 14px;
  margin-top: 10px;
  line-height: 10px;
  color: #999999;
}
.news .newsList .list2 ul li .item:hover .bt {
  color: #31bc45;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.news .newsList .list2 ul li .item:hover .date {
  color: #31bc45;
}
@media screen and (max-width: 1320px) {
  .news .newsList .one {
    width: 540px;
    padding: 30px 30px 0;
  }
  .news .newsList .list1 {
    width: 605px;
  }
}
.news .newsList:first-child {
  visibility: initial;
}
.news .newsList:first-child .one {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList:first-child .list1 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList:first-child .list2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.news .newsList.hide {
  visibility: hidden;
}
.news .newsList.hide .one {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.news .newsList.hide .list1 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.news .newsList.hide .list2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.news .newsList.on {
  visibility: initial;
}
.news .newsList.on .one {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.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: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
