@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.hongbao {
  transform-origin: center bottom;
  animation: upAnimation 2s 0.5s infinite;
}
@keyframes upAnimation {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body {
  height: auto !important;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow,
.boxBg {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  position: relative;
  z-index: 1;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
  cursor: grab;
}
.banner .bannerSwiper ul li {
  width: 100%;
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 560px;
  -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: 50px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #df4736 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: #df4736;
  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);
}
.title {
  line-height: 1;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  font-family: Impact;
  font-size: 110px;
  line-height: 88px;
  color: #ecf2f9;
  margin-left: -2px;
}
.title span {
  display: block;
  margin-top: -52px;
}
.title span b {
  font-size: 38px;
  display: inline-block;
  vertical-align: middle;
}
.title span em {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-left: 12px;
  letter-spacing: 4px;
  color: #707070;
}
.title span::after {
  content: "";
  display: block;
  margin-top: 26px;
  width: 1px;
  height: 24px;
  background-color: #df4736;
  margin-left: 5px;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
  transform-origin: 0 bottom;
  animation: xzd 3s linear infinite;
}
@keyframes xzd {
  0% {
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
  50%,
  100% {
    -webkit-transform: skewX(-380deg);
    -moz-transform: skewX(-380deg);
    -o-transform: skewX(-380deg);
    transform: skewX(-380deg);
  }
}
.moreLink {
  display: block;
  position: relative;
  width: 186px;
  height: 57px;
  line-height: 55px;
  text-align: center;
  border-radius: 6px;
  font-size: 16px;
  letter-spacing: 7px;
  border: solid 1px #535353;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #df4736, #df4736);
  background-image: linear-gradient(to right, #df4736, #df4736);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.moreLink::after {
  content: ">";
  margin-left: 12px;
  font-family: simsun;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink i::after {
  color: #fff;
}
.moreLink:hover {
  background-size: 100% 100%;
  box-shadow: 0 10px 10px -5px rgba(223, 71, 54, 0.5);
}
.moreLink:hover::after {
  color: #fff;
}
.moreLink:hover::after {
  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: 26px;
}
@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 {
  position: relative;
  margin-top: -24px;
  overflow: hidden;
  padding-top: 104px;
  padding-bottom: 80px;
}
.product::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 50%;
  margin-right: -960px;
  width: 1760px;
  height: 100%;
  background-color: #dfe8fa;
  background-image: linear-gradient(-10deg, #dfe8fa 0%, #ffffff 100%);
  border-radius: 100px 0px 0px 0px;
}
.product .proBox {
  z-index: 3;
}
.product .proNav {
  position: relative;
}
.product .proNav::after,
.product .proNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav .title {
  position: absolute;
  left: 0;
  top: -18px;
}
.product .proNav .hd {
  float: right;
  width: 790px;
  background: url(../images/pronavbg.jpg) center center no-repeat;
  background-color: #dfe8fa;
  box-shadow: 9px 14px 26px 0px rgba(2, 2, 2, 0.09);
  border-radius: 20px;
  border: solid 4px #ffffff;
}
.product .proNav .hd ul {
  display: flex;
  justify-content: space-between;
}
.product .proNav .hd ul li {
  flex: 1;
}
.product .proNav .hd ul li a {
  display: block;
  height: 316px;
  text-align: center;
  padding-top: 50px;
  position: relative;
}
.product .proNav .hd ul li a i {
  display: block;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  border: solid 1px #7d7d7d;
  margin: auto;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .hd ul li a i:before,
.product .proNav .hd 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;
  background: center center no-repeat;
}
.product .proNav .hd ul li a i:before {
  background-image: url(../images/pronavico.png);
}
.product .proNav .hd ul li a i:after {
  background-image: url(../images/pronavicoh.png);
}
.product .proNav .hd ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 40px;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proNav .hd ul li a em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 14px;
  line-height: 18px;
  height: 18px;
  color: #c2c2c2;
  margin-top: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .hd ul li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 53px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 14px;
  height: 2px;
  background-color: #df4736;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .hd ul li a:hover i {
  border-color: #df4736;
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.product .proNav .hd ul li a:hover i:before,
.product .proNav .hd ul li a:hover i:after {
  top: -100%;
}
.product .proNav .hd ul li a:hover span {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  color: #df4736;
}
.product .proNav .hd ul li a:hover em {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #df4736;
  opacity: 0.5;
}
.product .proNav .hd ul li a:hover::after {
  width: 60px;
}
.product .proNav .hd ul li.on a i {
  border-color: #df4736;
}
.product .proNav .hd ul li.on a i:before,
.product .proNav .hd ul li.on a i:after {
  top: -100%;
}
.product .proNav .hd ul li.on a::after {
  width: 60px;
}
.product .proNav .bd {
  padding-top: 140px;
  width: 500px;
  float: left;
  margin-bottom: -20px;
}
.product .proNav .bd ul li {
  font-size: 0;
}
.product .proNav .bd ul li::after,
.product .proNav .bd ul li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav .bd ul li a {
  min-width: 33.333%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 40px;
  color: #666666;
  padding-right: 6px;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .bd ul li a:hover {
  color: #df4736;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
@media screen and (max-width: 1320px) {
  .product .proNav .hd {
    width: 710px;
  }
  .product .proNav .bd {
    width: 460px;
  }
}
.product .proTabs {
  margin: 0 -70px;
  margin-top: 66px;
}
.product .proTabs .bd {
  overflow: hidden;
  height: 322px;
}
.product .proList {
  position: relative;
}
.product .proList .proBd {
  height: 322px;
  margin: 0 53px;
  overflow: hidden;
}
.product .proList .proBd ul li {
  float: left;
  width: 334px;
}
.product .proList .proBd ul li .item {
  margin: 0 17px;
}
.product .proList .proBd ul li .item .pic {
  display: block;
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background-color: #ffffff;
  border: solid 1px #dbdbdb;
  padding: 5px;
  margin-bottom: 26px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .proBd ul li .item .pic i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.product .proList .proBd ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .proBd ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  height: 36px;
  line-height: 36px;
  padding-right: 30px;
  margin: 0 5px;
}
.product .proList .proBd ul li .item .bt::after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 0;
  width: 12px;
  height: 12px;
  background: url(../images/proli.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.product .proList .proBd ul li .item .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin-right: 12px;
  max-width: 61%;
}
.product .proList .proBd ul li .item .bt i {
  font-size: 14px;
  color: #ababab;
}
.product .proList .proBd ul li .item:hover .pic {
  border-color: #df4736;
}
.product .proList .proBd 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 .proBd ul li .item:hover .bt {
  color: #df4736;
}
.product .proList .proBd ul li .item:hover .bt::after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.product .proList .page .proPrev {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  line-height: 43px;
  border: 1px solid #ababab;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  opacity: 0;
}
.product .proList .page .proPrev:before {
  content: "<";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 20px;
}
.product .proList .page .proPrev:hover {
  background-color: #df4736;
  color: #fff;
  border-color: #df4736;
}
.product .proList .page .proNext {
  position: absolute;
  width: 45px;
  height: 45px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  line-height: 43px;
  border: 1px solid #ababab;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  opacity: 0;
}
.product .proList .page .proNext:before {
  content: ">";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 20px;
}
.product .proList .page .proNext:hover {
  background-color: #df4736;
  color: #fff;
  border-color: #df4736;
}
.product .proList:hover .page .proPrev {
  opacity: 1;
}
.product .proList:hover .page .proNext {
  opacity: 1;
}
@media screen and (max-width: 1320px) {
  .product .proTabs .bd {
    height: 302px;
  }
  .product .proList .proBd {
    height: 302px;
    margin: 0 58px;
  }
  .product .proList .proBd ul li {
    width: 301px;
  }
  .product .proList .proBd ul li .item {
    margin: 0 12px;
  }
  .product .proList .proBd ul li .item .pic {
    height: 220px;
  }
}
.youshi {
  position: relative;
  overflow: hidden;
  background: url(../images/ysbg.jpg) center bottom no-repeat;
  margin-top: -178px;
}
.youshi .ysTit {
  text-align: center;
  background: url(../images/ystitbg.jpg) center 0 no-repeat;
}
.youshi .ysTit h3 {
  height: 424px;
  padding-top: 200px;
  color: #ffffff;
  line-height: 1;
}
.youshi .ysTit h3 em {
  display: block;
  height: 156px;
}
.youshi .ysTit h3 em img {
  display: inline-block;
  vertical-align: top;
}
.youshi .ysTit h3 span {
  display: block;
  font-size: 18px;
  margin-top: 12px;
  letter-spacing: 4px;
  padding-left: 4px;
}
.youshi .ysBox {
  position: relative;
  z-index: 2;
  height: 640px;
  padding-top: 142px;
}
.youshi .ysTabs {
  float: right;
  width: 554px;
  position: relative;
}
.youshi .ysTabs .hd {
  position: relative;
  height: 170px;
}
.youshi .ysTabs .hd::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  height: 54px;
  width: 1px;
  background-color: #c9c9c9;
}
.youshi .ysTabs .hd::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 54px;
  width: 1px;
  background-color: #c9c9c9;
}
.youshi .ysTabs .hd ul::after,
.youshi .ysTabs .hd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysTabs .hd ul li {
  float: left;
  height: 54px;
  position: relative;
  padding-left: 80px;
  padding-top: 4px;
  margin-bottom: 62px;
  cursor: pointer;
}
.youshi .ysTabs .hd ul li:nth-child(2n) {
  float: right;
}
.youshi .ysTabs .hd ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  left: 10px;
  top: 10px;
  background: url(../images/ysico.png) 0 0 no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.youshi .ysTabs .hd ul li i {
  position: absolute;
  z-index: 2;
  display: block;
  left: 0;
  top: 0;
  width: 70px;
  height: 54px;
  background: center center no-repeat;
}
.youshi .ysTabs .hd ul li i.ico1 {
  background-image: url(../images/ysico1.png);
}
.youshi .ysTabs .hd ul li i.ico2 {
  background-image: url(../images/ysico2.png);
}
.youshi .ysTabs .hd ul li i.ico3 {
  background-image: url(../images/ysico3.png);
}
.youshi .ysTabs .hd ul li i.ico4 {
  background-image: url(../images/ysico4.png);
}
.youshi .ysTabs .hd ul li h4 {
  font-size: 24px;
  line-height: 1;
}
.youshi .ysTabs .hd ul li p {
  display: block;
  font-family: Arial;
  font-size: 12px;
  margin-top: 10px;
  color: #bebebe;
  line-height: 10px;
}
.youshi .ysTabs .hd ul li.on::before {
  opacity: 1;
  top: -4px;
  left: 0;
}
.youshi .ysTabs .hd ul li.on i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.youshi .ysTabs .bd {
  margin-top: 100px;
  height: 144px;
  overflow: hidden;
  margin-left: 22px;
}
.youshi .ysTabs .bd ul li {
  height: 144px;
}
.youshi .ysTabs .bd ul li .text {
  font-size: 16px;
  line-height: 36px;
}
.youshi .ysTabs .page .prev {
  position: absolute;
  left: -70px;
  top: 296px;
  width: 52px;
  height: 52px;
  border: solid 1px #535353;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  border-radius: 50%;
}
.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 {
  border-color: #df4736;
  background-color: #df4736;
}
.youshi .ysTabs .page .prev:hover::before {
  filter: grayscale(100) brightness(5);
}
.youshi .ysTabs .page .next {
  position: absolute;
  right: -90px;
  top: 296px;
  width: 52px;
  height: 52px;
  border: solid 1px #535353;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  border-radius: 50%;
}
.youshi .ysTabs .page .next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ysr.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTabs .page .next:hover {
  border-color: #df4736;
  background-color: #df4736;
}
.youshi .ysTabs .page .next:hover::before {
  filter: grayscale(100) brightness(5);
}
.youshi .ysNum {
  position: absolute;
  left: -165px;
  top: 260px;
  text-align: center;
}
.youshi .ysNum i {
  display: block;
  font-weight: bold;
  font-size: 34px;
  line-height: 26px;
  color: #df4736;
}
.youshi .ysNum i::after {
  content: "";
  display: block;
  margin: 30px auto 0;
  height: 29px;
  background-color: #434343;
  width: 1px;
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.youshi .ysNum span {
  display: block;
  margin-top: 38px;
  font-size: 16px;
  line-height: 12px;
}
.youshi .ysImg {
  position: absolute;
  top: 116px;
  left: -3px;
  width: 654px;
  height: 430px;
  background: url(../images/yspicbg.png) 0 bottom no-repeat;
}
.youshi .ysImg img {
  display: block;
  margin: auto;
  animation: sxfd 6s linear infinite;
}
@keyframes sxfd {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 1320px) {
  .youshi .ysTabs {
    width: 490px;
  }
  .youshi .ysTabs .page .prev {
    left: -50px;
  }
  .youshi .ysTabs .page .next {
    right: -70px;
  }
}
.witness {
  padding: 90px 0;
}
.witness .khTit::after,
.witness .khTit:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.witness .khTit .title {
  float: left;
}
.witness .khTit .more {
  float: right;
  display: block;
  width: 156px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 25px;
  border: solid 1px #7d7d7d;
  margin-top: 30px;
  line-height: 47px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #df4736, #df4736);
  background-image: linear-gradient(to right, #df4736, #df4736);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.witness .khTit .more i::after {
  color: #fff;
}
.witness .khTit .more:hover {
  border-color: #df4736;
  background-size: 100% 100%;
  box-shadow: 0 10px 10px -5px rgba(223, 71, 54, 0.5);
}
.witness .khSwiper {
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.witness .khSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 31 11, grab !important;
}
.witness .khSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 31 11, grab !important;
}
.witness .khSwiper::before {
  content: "";
  display: block;
  position: absolute;
  width: 1523px;
  height: 114px;
  left: -105px;
  top: 137px;
  background: url(../images/khline.png) 0 0 no-repeat;
}
.witness .khSwiper ul li {
  float: left;
  width: 236px;
  margin-right: 118px;
  padding-bottom: 110px;
  position: relative;
  padding-top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.witness .khSwiper ul li.swiper-slide-next {
  padding-top: 110px;
  padding-bottom: 0;
}
.witness .khSwiper ul li.swiper-slide-next + li + li {
  padding-top: 110px;
  padding-bottom: 0;
}
.witness .khSwiper ul li .pic {
  display: block;
  width: 236px;
  height: 236px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: 8px solid #ecf2f9;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.witness .khSwiper 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;
}
.witness .khSwiper ul li .tt {
  margin-top: 18px;
  text-align: center;
}
.witness .khSwiper ul li .tt .bt {
  font-size: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.witness .khSwiper ul li .tt .en {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 4px;
  line-height: 11px;
  color: #c2c2c2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.witness .khSwiper ul li .tt .more {
  display: block;
  margin: auto;
  margin-top: 25px;
  width: 34px;
  height: 34px;
  background-color: #ecf2f9;
  border-radius: 4px;
  text-align: center;
  line-height: 34px;
}
.witness .khSwiper ul li .tt .more::before {
  content: ">";
  font-weight: bold;
  font-family: simsun;
  display: block;
}
.witness .khSwiper ul li .tt .more:hover {
  border-radius: 50%;
}
.witness .khSwiper ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.witness .khSwiper ul li:hover .tt .bt {
  color: #df4736;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.witness .khSwiper ul li:hover .tt .en {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.witness .khSwiper ul li:hover .tt .more {
  background-color: #df4736;
  color: #fff;
}
@media screen and (max-width: 1320px) {
  .witness .khSwiper::before {
    -webkit-transform: scale(0.92);
    -moz-transform: scale(0.92);
    -o-transform: scale(0.92);
    transform: scale(0.92);
    left: -166px;
  }
  .witness .khSwiper ul li {
    margin-right: 78px;
  }
}
.about {
  position: relative;
  overflow: hidden;
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  padding-top: 90px;
}
.about .aboutBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .aboutBg span {
  flex: 1;
  display: block;
  height: 100%;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: left top;
  opacity: 1;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(top, rgba(29, 112, 197, 0.4), rgba(29, 112, 197, 0.1));
  background-image: linear-gradient(to bottom, rgba(29, 112, 197, 0.4), rgba(29, 112, 197, 0.1));
  background-position: left 0;
  background-size: 100% 100%;
}
.about .aboutBox {
  height: 478px;
}
.about .aboutPic {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic {
  display: block;
  width: 659px;
  height: 421px;
  position: relative;
  overflow: hidden;
  border-radius: 210px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic 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;
}
.about .aboutPic .pic:hover {
  border-radius: 220px 190px 220px 190px;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.2);
}
.about .aboutPic .pic:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.about .aboutPic::before {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  top: -26px;
  right: -41px;
  width: 283px;
  height: 473px;
  background: url(../images/abouten.png) 0 center no-repeat;
}
.about .aboutText {
  width: 584px;
}
.about .aboutText .tit {
  line-height: 1;
}
.about .aboutText .tit i {
  font-family: Impact;
  font-size: 110px;
  display: block;
  line-height: 89px;
}
.about .aboutText .tit span {
  display: block;
  font-size: 30px;
  margin-top: 25px;
  font-weight: bold;
}
.about .aboutText .tit em {
  margin-top: 31px;
  display: block;
  width: 46px;
  height: 43px;
  position: relative;
  -webkit-animation: rotate 2s infinite linear;
  animation: rotate 2s infinite linear;
}
.about .aboutText .tit em::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 35px;
  background: url(../images/abouttitico1.png) 0 0 no-repeat;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.about .aboutText .tit em::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 35px;
  background: url(../images/abouttitico2.png) right bottom no-repeat;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.about .aboutText .text {
  margin-top: 33px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 36px;
  height: 216px;
  font-size: 16px;
  color: #666666;
  text-align: justify;
}
.about .aboutText .text p {
  display: inline;
}
.about .aboutText .text a {
  display: inline;
  font-size: 16px;
  color: #df4736;
}
.about .aboutText .text a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1320px) {
  .about .aboutText {
    width: 484px;
  }
  .about .aboutText .text {
    margin-top: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    line-height: 32px;
    height: 224px;
  }
}
.about .number {
  margin-top: 98px;
  height: 160px;
}
.about .number ul {
  display: flex;
  justify-content: space-between;
}
.about .number ul li {
  text-align: center;
}
.about .number ul li h4 {
  font-size: 18px;
  line-height: 1;
}
.about .number ul li p {
  margin-top: 18px;
  font-family: Impact;
  font-size: 55px;
  line-height: 45px;
}
.news {
  overflow: hidden;
  padding: 90px 0 80px;
}
.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: 28px;
}
.news .newsTab ul li {
  float: left;
  margin-left: 34px;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  width: 156px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 25px;
  border: solid 1px #7d7d7d;
  line-height: 47px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  font-size: 16px;
  text-align: center;
}
.news .newsTab ul li.on a,
.news .newsTab ul li:hover a {
  border-color: #df4736;
  color: #df4736;
}
.news .newsTabs {
  position: relative;
  margin-top: 24px;
}
.news .newsTabs .bd {
  height: 608px;
}
.news .newsList {
  width: 100%;
  height: 608px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
}
.news .newsList .list1 {
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul {
  margin: 0 -40px;
}
.news .newsList .list1 ul::after,
.news .newsList .list1 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list1 ul li {
  width: 33.33%;
  padding: 0 40px;
  float: left;
}
.news .newsList .list1 ul li .item .pic {
  display: block;
  width: 100%;
  height: 220px;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 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 .list1 ul li .item .cont {
  padding-top: 38px;
  position: relative;
  height: 178px;
}
.news .newsList .list1 ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 95px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  left: 0;
}
.news .newsList .list1 ul li .item .cont .bt:hover {
  left: 5px;
}
.news .newsList .list1 ul li .item .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 95px;
  margin-top: 2px;
  font-size: 15px;
  color: #a7a7a7;
  height: 26px;
  line-height: 26px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .cont .date {
  font-family: Arial;
  position: absolute;
  top: 45px;
  left: 0;
  text-align: center;
  padding-right: 22px;
  border-right: 1px solid #d5d5d5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .cont .date i {
  font-family: Impact;
  font-size: 44px;
  display: block;
  line-height: 35px;
}
.news .newsList .list1 ul li .item .cont .date span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  margin-top: 16px;
  line-height: 10px;
  color: #a1a1a1;
}
.news .newsList .list1 ul li .item .cont .more {
  display: block;
  margin-top: 50px;
  font-family: Arial;
  line-height: 20px;
  color: #666666;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .cont .more::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 20px;
  background: url(../images/newsar.png) 0 center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .cont .more:hover {
  color: #df4736;
}
.news .newsList .list1 ul li .item .cont .more:hover::after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.news .newsList .list1 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 .list1 ul li .item:hover .cont .date {
  color: #df4736;
}
.news .newsList .list1 ul li .item:hover .cont .bt {
  color: #df4736;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.news .newsList .list1 ul li .item:hover .cont p {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.news .newsList .list1 ul li .item:hover .cont .more::after {
  animation: zyfd 1.5s linear infinite;
}
.news .newsList .list2 {
  margin-top: 70px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul {
  margin: 0 -40px;
}
.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 {
  width: 33.33%;
  padding: 0 40px;
  float: left;
}
.news .newsList .list2 ul li .item {
  position: relative;
  height: 140px;
}
.news .newsList .list2 ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 95px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  left: 0;
}
.news .newsList .list2 ul li .item .bt:hover {
  left: 5px;
}
.news .newsList .list2 ul li .item p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 95px;
  margin-top: 2px;
  font-size: 15px;
  color: #a7a7a7;
  height: 26px;
  line-height: 26px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item .date {
  font-family: Arial;
  position: absolute;
  top: 6px;
  left: 0;
  text-align: center;
  padding-right: 22px;
  border-right: 1px solid #d5d5d5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item .date i {
  font-family: Impact;
  font-size: 44px;
  display: block;
  line-height: 35px;
}
.news .newsList .list2 ul li .item .date span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  margin-top: 16px;
  line-height: 10px;
  color: #a1a1a1;
}
.news .newsList .list2 ul li .item .more {
  display: block;
  margin-top: 50px;
  font-family: Arial;
  line-height: 20px;
  color: #666666;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item .more::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 20px;
  background: url(../images/newsar.png) 0 center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item .more:hover {
  color: #df4736;
}
.news .newsList .list2 ul li .item .more:hover::after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.news .newsList .list2 ul li .item:hover .date {
  color: #df4736;
}
.news .newsList .list2 ul li .item:hover .bt {
  color: #df4736;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.news .newsList .list2 ul li .item:hover p {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.news .newsList .list2 ul li .item:hover .more::after {
  animation: zyfd 1.5s linear infinite;
}
@media screen and (max-width: 1320px) {
  .news .newsList .list1 ul {
    margin: 0 -20px;
  }
  .news .newsList .list1 ul li {
    padding: 0 20px;
  }
  .news .newsList .list2 ul {
    margin: 0 -20px;
  }
  .news .newsList .list2 ul li {
    padding: 0 20px;
  }
}
.news .newsList:first-child {
  visibility: initial;
}
.news .newsList:first-child .list1 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList:first-child .list2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList.hide {
  visibility: hidden;
}
.news .newsList.hide .list1 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.news .newsList.hide .list2 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.news .newsList.on {
  visibility: initial;
}
.news .newsList.on .list1 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.news .newsList.on .list2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
