@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.hongbao {
  transform-origin: center bottom;
  animation: upAnimation 2s 0.5s infinite;
}
@keyframes upAnimation {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body {
  height: auto !important;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow,
.boxBg {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  position: relative;
  z-index: 1;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
  cursor: grab;
}
.banner .bannerSwiper ul li {
  width: 100%;
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 680px;
  -webkit-transition: all 1.8s ease-out;
  transition: all 1.8s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.banner .bannerSwiper .swiper-slide-active {
  -webkit-animation: clipSectorIn 0.7s linear;
  animation: clipSectorIn 0.7s linear;
}
.banner .bannerSwiper .swiper-slide-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@-webkit-keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
@keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -80px;
  width: 78px;
  height: 78px;
  margin-top: -39px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  border-radius: 100%;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -80px;
  width: 78px;
  height: 78px;
  margin-top: -39px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  border-radius: 100%;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  bottom: 30px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #c40f30 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: #c40f30;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
@keyframes line {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  48% {
    transform: scaleX(0);
    transform-origin: right;
  }
  52% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  background-color: transparent;
}
.title {
  line-height: 1;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title span {
  display: block;
  font-size: 10px;
  line-height: 8px;
  font-family: "Times New Roman", Times;
  font-weight: bold;
}
.title span i {
  width: 24px;
  height: 1px;
  background-color: #7d7d7d;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  position: relative;
  top: -1px;
}
.title b {
  display: block;
  font-size: 48px;
  margin-top: 14px;
  letter-spacing: 8px;
}
.title em {
  display: block;
  margin-top: 18px;
  font-size: 0;
  white-space: nowrap;
}
.title em::before {
  content: "";
  width: 296px;
  height: 2px;
  background-color: #000000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  animation: line 1.4s linear infinite;
}
.title em::after {
  content: "";
  width: 34px;
  height: 20px;
  background: url(../images/titico.png) 0 center no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.moreLink {
  display: block;
  position: relative;
  font-size: 12px;
  width: 127px;
  height: 38px;
  background-color: #e5f1ef;
  border-radius: 19px;
  line-height: 38px;
  text-align: center;
  color: #999999;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #c40f30, #c40f30);
  background-image: linear-gradient(to right, #c40f30, #c40f30);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.moreLink:hover {
  background-size: 100% 100%;
  box-shadow: 0 10px 10px -5px rgba(196, 15, 48, 0.5);
  color: #fff;
}
.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: 54px;
}
.product {
  position: relative;
  overflow: hidden;
  padding: 108px 0 120px;
  background: url(../images/probg.jpg) center 0 no-repeat;
}
.product .proTit {
  position: absolute;
  left: 0;
  top: 0;
  width: 362px;
}
.product .proTit .tip {
  margin-top: 78px;
}
.product .proTit .tip .t1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  position: relative;
  z-index: 2;
}
.product .proTit .tip .t1::before {
  content: "";
  display: block;
  position: absolute;
  width: 312px;
  height: 9px;
  background-color: #c40f30;
  right: 0;
  top: 25px;
  z-index: -1;
}
.product .proTit .tip .t2 {
  font-family: Arial;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  margin-top: 10px;
  width: 320px;
}
.product .proNav {
  padding-left: 442px;
  position: relative;
}
.product .proNav .bd {
  margin-left: -8px;
  margin-right: -8px;
  overflow: hidden;
  height: 416px;
}
.product .proNav .bd ul::after,
.product .proNav .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav .bd ul li {
  width: 33.333%;
  float: left;
}
.product .proNav .bd ul li .item {
  margin: 0 8px 20px;
  height: 396px;
  background-color: #ffffff;
  padding: 62px 0 0 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .bd ul li .item .bt {
  display: block;
  text-align: right;
  padding-right: 28px;
  font-size: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .bd ul li .item .bt::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 50%;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.product .proNav .bd ul li .item .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  margin-top: 2px;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
}
.product .proNav .bd ul li .item .bt i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: -5px;
  height: 20px;
  line-height: 20px;
  color: #999999;
  font-family: "Times New Roman", Times;
}
.product .proNav .bd ul li .item .pic {
  display: block;
  margin-top: 55px;
  width: 100%;
  height: 162px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .bd ul li .item .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.product .proNav .bd ul li .item:hover {
  box-shadow: 3px 6px 7px 0px rgba(196, 15, 48, 0.1);
}
.product .proNav .bd ul li .item:hover .bt {
  color: #c40f30;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product .proNav .bd ul li .item:hover .bt::before {
  background-color: #c40f30;
}
.product .proNav .bd ul li .item:hover .pic {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.product .proNav .page .prev {
  position: absolute;
  z-index: 3;
  top: 246px;
  left: 412px;
  width: 65px;
  height: 65px;
  background-color: #c40f30;
  box-shadow: 0px 0px 27px 0px rgba(196, 15, 48, 0.34);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .page .prev::before {
  content: "";
  border-right: 16px solid #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  position: absolute;
  left: -4px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
}
.product .proNav .page .prev:hover {
  border: solid 1px #ff133e;
}
.product .proNav .page .next {
  position: absolute;
  z-index: 3;
  top: 246px;
  right: -32px;
  width: 65px;
  height: 65px;
  background-color: #c40f30;
  box-shadow: 0px 0px 27px 0px rgba(196, 15, 48, 0.34);
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .page .next::before {
  content: "";
  border-left: 16px solid #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  right: -4px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
}
.product .proNav .page .next:hover {
  border: solid 1px #ff133e;
}
.product .proNav:hover .page .next {
  opacity: 1;
  visibility: inherit;
}
.product .proSwiper {
  margin: 0 -14px;
}
.product .proSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 32 13, grab;
}
.product .proSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 32 13, grab;
}
.product .proSwiper ul::after,
.product .proSwiper ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proSwiper ul li {
  padding: 20px 14px;
  float: left;
  width: 25%;
}
.product .proSwiper ul li .item {
  background-color: #ffffff;
  position: relative;
  padding: 24px 24px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 78.431%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
}
.product .proSwiper ul li .item .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .tt {
  height: 96px;
  position: relative;
  padding-right: 46px;
  padding-top: 14px;
}
.product .proSwiper ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.product .proSwiper ul li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proSwiper ul li .item .tt .bt::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  top: -2px;
}
.product .proSwiper ul li .item .tt .line {
  height: 1px;
  background-color: #7d7d7d;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #c40f30, #c40f30);
  background-image: linear-gradient(to right, #c40f30, #c40f30);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.product .proSwiper ul li .item .tt .en {
  font-size: 12px;
  margin-left: 18px;
  color: #999999;
  line-height: 10px;
  font-family: "Times New Roman", Times;
  text-transform: uppercase;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .tt .more {
  display: block;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: 43px;
  width: 16px;
  height: 22px;
}
.product .proSwiper ul li .item .tt .more::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-left: 8px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.product .proSwiper ul li .item:hover {
  box-shadow: 6px 7px 7px 0px rgba(196, 15, 48, 0.1);
}
.product .proSwiper 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 .proSwiper ul li .item:hover .tt .bt {
  color: #c40f30;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.product .proSwiper ul li .item:hover .tt .bt::before {
  background-color: #c40f30;
}
.product .proSwiper ul li .item:hover .tt .line {
  background-size: 100% 100%;
}
.product .proSwiper ul li .item:hover .tt .en {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.product .proSwiper ul li .item:hover .tt .more {
  animation: zyfd 1.5s linear infinite;
}
.product .proSwiper ul li .item:hover .tt .more::before {
  border-left-color: #c40f30;
}
@media screen and (max-width: 1320px) {
  .product {
    padding: 70px 0;
  }
  .product .proTit {
    position: absolute;
    left: 0;
    top: 0;
    width: 336px;
  }
  .product .proTit .tip .t1 {
    font-size: 22px;
  }
  .product .proNav {
    padding-left: 380px;
  }
  .product .proNav .page .prev {
    left: 350px;
  }
  .product .proSwiper {
    margin: 0 -14px;
  }
  .product .proSwiper .swiper-wrapper {
    cursor: url(../images/gesture.png) 32 13, grab;
  }
  .product .proSwiper .swiper-wrapper img {
    cursor: url(../images/gesture.png) 32 13, grab;
  }
  .product .proSwiper ul::after,
  .product .proSwiper ul:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
  }
  .product .proSwiper ul li {
    padding: 20px 14px;
    float: left;
    width: 25%;
  }
  .product .proSwiper ul li .item {
    padding: 18px 18px 0;
  }
  .product .proSwiper ul li .item .tt {
    padding-right: 36px;
  }
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  overflow: hidden;
}
.youshi .ysBox {
  height: 965px;
  padding-top: 125px;
}
.youshi .title {
  color: #ffffff;
  position: relative;
}
.youshi .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 114px;
  height: 115px;
  left: 382px;
  top: -43px;
  background: url(../images/ystit.png) 0 0 no-repeat;
}
.youshi .title span i {
  background-color: #fff;
}
.youshi .title b {
  letter-spacing: 5px;
}
.youshi .title em {
  margin-top: 24px;
}
.youshi .title em::before {
  width: 414px;
  background-color: #fff;
}
.youshi .title em::after {
  display: none;
}
.youshi .ysTabs {
  margin-top: 113px;
}
.youshi .ysCont {
  position: relative;
  width: 400px;
}
.youshi .ysCont .bd {
  width: 520px;
  height: 308px;
  overflow: hidden;
  height: 300px;
}
.youshi .ysCont .bd ul li .item {
  height: 300px;
  color: #fff;
}
.youshi .ysCont .bd ul li .item .text {
  font-size: 15px;
  line-height: 34px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .ysCont .bd ul li .item .tit {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 28px;
}
.youshi .ysCont .bd ul li .item .tit::before {
  content: "";
  width: 26px;
  height: 3px;
  background-color: #c40f30;
  display: block;
}
.youshi .ysCont .bd ul li .item .tit span {
  display: block;
  line-height: 1;
  font-size: 20px;
  margin-top: 20px;
  font-weight: bold;
}
.youshi .ysCont .bd ul li .item .tit i {
  font-family: Arial;
  font-size: 12px;
  margin-top: 10px;
  color: #8b949e;
  line-height: 10px;
}
.youshi .ysCont .bd ul li .item:hover .tit {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysCont .bd ul li .item:hover .text {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.youshi .page {
  margin-top: 166px;
  font-size: 0;
}
.youshi .page .ysNum {
  font-family: Impact;
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
}
.youshi .page .ysNum i {
  font-size: 91px;
  display: inline-block;
  vertical-align: bottom;
  line-height: 74px;
}
.youshi .page .ysNum span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 25px;
  line-height: 20px;
}
.youshi .page .next {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  font-size: 16px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
  margin-left: 42px;
  padding-bottom: 10px;
}
.youshi .page .next em {
  position: absolute;
  display: block;
  right: -37px;
  top: -9px;
  width: 65px;
  height: 65px;
  background-color: #c40f30;
  box-shadow: 0px 0px 27px 0px rgba(196, 15, 48, 0.34);
  border: solid 1px #ff133e;
  border-radius: 50%;
}
.youshi .page .next em::before {
  content: "";
  border-left: 16px solid #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  right: -4px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
}
.youshi .page .next span {
  width: 228px;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 2;
}
.youshi .page .next:hover em {
  animation: zyfd 1.5s linear infinite;
}
.youshi .ysPic {
  position: absolute;
  right: -64px;
  top: 244px;
  z-index: 2;
}
.youshi .ysPic .bd {
  overflow: hidden;
  width: 692px;
  height: 698px;
}
.youshi .ysPic .bd ul li {
  overflow: hidden;
  width: 692px;
  height: 698px;
}
.youshi .ysPic .bd ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case {
  overflow: hidden;
  position: relative;
  padding: 94px 0 128px;
}
.case::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 128px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #f4f4f4;
}
.case .title span i {
  width: 26px;
  margin: 0 7px;
}
.case .tel {
  position: absolute;
  right: 0;
  top: 46px;
  font-weight: bold;
  font-family: Arial;
  font-size: 27px;
  line-height: 25px;
}
.case .tel::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 25px;
  vertical-align: top;
  margin-right: 15px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/casetel.png) center center no-repeat;
}
.case .tel .letter {
  position: absolute;
  top: 0;
  right: 0;
}
.case .tel .letter span {
  display: inline-block;
}
.case .tel .letter span i {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  animation: rotate 4s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%);
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  transform-origin: bottom;
}
.case .tel .letter:nth-child(4) {
  display: inline-block;
  vertical-align: top;
  color: #333;
  position: relative;
}
.case .tel .letter:nth-child(4) span i {
  animation-delay: 0.12s;
}
.case .tel .letter:nth-child(3) {
  color: oklch(58% 0.24 262);
}
.case .tel .letter:nth-child(3) span i {
  animation-delay: 0.07s;
}
.case .tel .letter:nth-child(2) {
  color: oklch(91% 0.18 99);
}
.case .tel .letter:nth-child(2) span i {
  animation-delay: 0.03s;
}
.case .tel .letter:nth-child(1) {
  color: oklch(67% 0.22 25);
}
@keyframes rotate {
  0% {
    scale: 0;
    rotate: 180deg;
  }
  25% {
    scale: 1;
    rotate: 0deg;
  }
  75% {
    scale: 1;
    rotate: 0deg;
  }
  100% {
    scale: 0;
    rotate: -180deg;
  }
}
.case .caseSwiper {
  position: relative;
  margin-left: -212px;
  margin-top: 40px;
}
.case .caseSwiper .swiper-container {
  overflow: initial !important;
}
.case .caseSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 32 13, grab;
}
.case .caseSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 32 13, grab;
}
.case .caseSwiper ul li {
  width: 708px;
  margin-right: 94px;
}
.case .caseSwiper ul li .item {
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 450px;
  background-color: #fff;
  border: solid 20px #f9f9f9;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .tt {
  position: relative;
  height: 172px;
  padding: 28px 20px;
  text-align: center;
}
.case .caseSwiper ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  position: relative;
  height: 38px;
  line-height: 38px;
  left: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .caseSwiper ul li .item .tt .bt:hover {
  left: 5px;
}
.case .caseSwiper ul li .item .tt .en {
  line-height: 16px;
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .tt .line {
  width: 1px;
  height: 33px;
  background-color: #e9e9e9;
  margin: auto;
  margin-top: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .tt .dot {
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 29px;
  height: 29px;
  background-color: #ffffff;
  border: dotted 1px #c40f30;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .tt .dot::before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: #c40f30;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.case .caseSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .caseSwiper ul li .item:hover .tt .bt {
  color: #c40f30;
}
.case .caseSwiper ul li .item:hover .tt .dot {
  border: 1px solid #c40f30;
  box-shadow: 0 0 0 16px #c40f30;
}
.case .caseSwiper ul li.swiper-slide-next .item {
  box-shadow: 5px 5px 18px 0px rgba(41, 45, 82, 0.1);
}
.case .caseSwiper ul li.swiper-slide-next .item .pic {
  border-color: #fff;
}
.case .caseSwiper ul li.swiper-slide-next .item .tt .bt {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.case .caseSwiper ul li.swiper-slide-next .item .tt .en {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.case .caseSwiper ul li.swiper-slide-next .item .tt .line {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.case .caseSwiper ul li.swiper-slide-next .item .tt .dot {
  border: 1px solid #c40f30;
  box-shadow: 0 0 0 16px #c40f30;
}
@media screen and (max-width: 1320px) {
  .case .caseSwiper ul li {
    width: 678px;
    margin-right: 34px;
  }
}
.about {
  position: relative;
  overflow: hidden;
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
}
.about .aboutBox {
  height: 950px;
  padding-top: 113px;
}
.about .aboutText {
  float: left;
  width: 684px;
}
.about .aboutText .title {
  color: #ffffff;
}
.about .aboutText .title span i {
  background-color: #fff;
}
.about .aboutText .title b {
  letter-spacing: 5px;
}
.about .aboutText .title em::before {
  background-color: #fff;
}
.about .aboutText .tit {
  line-height: 1;
  margin-top: 113px;
}
.about .aboutText .tit span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.about .aboutText .tit i {
  display: block;
  margin-top: 10px;
  font-family: Arial;
  font-size: 12px;
  line-height: 10px;
  color: #cccccc;
}
.about .aboutText .text {
  margin-top: 34px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 36px;
  max-height: 216px;
  font-size: 15px;
  color: #d4d4d4;
}
.about .aboutText .more {
  display: inline-block;
  vertical-align: top;
  margin-top: 90px;
  width: 137px;
  height: 45px;
  background-color: #c40f30;
  box-shadow: 0px 0px 27px 0px rgba(196, 15, 48, 0.34);
  border-radius: 24px;
  border: solid 1px #ff133e;
  border-radius: 19px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 16px;
}
.about .aboutText .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ff133e;
  border-radius: 19px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.about .aboutText .more:hover {
  background: none;
  box-shadow: 0 10px 10px -5px rgba(196, 15, 48, 0.5);
  border-color: transparent;
}
.about .aboutText .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.about .aboutText .aLink {
  margin-top: 35px;
  margin-left: -64px;
  margin-right: -64px;
}
.about .aboutText .aLink ul {
  display: flex;
  justify-content: space-between;
}
.about .aboutText .aLink ul li {
  width: 50%;
  padding: 0 64px;
}
.about .aboutText .aLink ul li a {
  display: block;
  position: relative;
  height: 61px;
  text-align: left;
  padding-left: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink ul li a::after {
  content: "";
  position: absolute;
  background: #c40f30;
  width: 100%;
  height: 1px;
  z-index: 2;
  -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;
}
.about .aboutText .aLink ul li a i {
  display: block;
  width: 23px;
  height: 30px;
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 17px;
}
.about .aboutText .aLink ul li a i::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #f2ca11;
  position: absolute;
  z-index: -1;
  top: 10px;
  left: -7px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.about .aboutText .aLink ul li a i::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.about .aboutText .aLink ul li a i.ico1::after {
  background: url(../images/alinkico1.png) center center no-repeat;
}
.about .aboutText .aLink ul li a i.ico2::after {
  background: url(../images/alinkico2.png) center center no-repeat;
}
.about .aboutText .aLink ul li a em {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #797979;
  line-height: 10px;
  text-transform: uppercase;
}
.about .aboutText .aLink ul li a span {
  display: block;
  font-size: 18px;
  margin-top: 16px;
  line-height: 1;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink ul li a:hover i::after {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.about .aboutText .aLink ul li a:hover span {
  color: #c40f30;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.about .aboutText .aLink ul li.on a::after,
.about .aboutText .aLink ul li:hover a::after {
  transform: scaleX(1);
  transform-origin: left;
}
.about .aLink {
  float: right;
  width: 504px;
}
.about .aLink ul {
  margin-right: -20px;
}
.about .aLink ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
  position: relative;
}
.about .aLink ul li:nth-child(2n) {
  top: 30px;
}
.about .aLink ul li a {
  display: block;
  width: 242px;
  height: 268px;
  background-color: rgba(3, 5, 9, 0.65);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-top: 65px;
  padding-left: 48px;
  color: #fff;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #c40f30, #c40f30);
  background-image: linear-gradient(to right, #c40f30, #c40f30);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 100% 0%;
  background-position: left 0;
}
.about .aLink ul li a i {
  display: block;
  width: 38px;
  height: 40px;
  background: center center no-repeat;
}
.about .aLink ul li a i.ico1 {
  background-image: url(../images/alinkico1.png);
}
.about .aLink ul li a i.ico2 {
  background-image: url(../images/alinkico2.png);
}
.about .aLink ul li a i.ico3 {
  background-image: url(../images/alinkico3.png);
}
.about .aLink ul li a i.ico4 {
  background-image: url(../images/alinkico4.png);
}
.about .aLink ul li a span {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  margin-top: 54px;
}
.about .aLink ul li a::after {
  content: "";
  display: block;
  margin-top: 15px;
  width: 23px;
  height: 2px;
  background-color: #ffffff;
}
.about .aLink ul li:hover a,
.about .aLink ul li.on a {
  background-size: 100% 100%;
}
.about .aLink ul li:hover a i,
.about .aLink ul li.on a i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
@media screen and (max-width: 1320px) {
  .about .aboutText {
    width: 630px;
  }
}
.news {
  overflow: hidden;
  padding: 92px 0 116px;
  background: url(../images/newsbg.jpg) center 0 no-repeat;
}
.news .title {
  position: absolute;
  left: 0;
  top: 0;
}
.news .title span i {
  width: 26px;
  margin: 0 7px;
}
.news .newsTab {
  padding-top: 12px;
}
.news .newsTab::after,
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab ul {
  float: right;
}
.news .newsTab ul li {
  position: relative;
  float: left;
  margin-left: 58px;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  text-align: center;
  width: 148px;
  height: 45px;
  line-height: 43px;
  font-size: 17px;
  background-color: #ffffff;
  border: solid 1px #c7c7c7;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #c40f30, #c40f30);
  background-image: linear-gradient(to right, #c40f30, #c40f30);
  background-size: 0% 100%;
  background-position: left center;
  border-radius: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 43px;
  margin-right: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
}
.news .newsTab ul li a i:before,
.news .newsTab ul li a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTab ul li a i.ico1:before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico1:after {
  background: url(../images/newsico1h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:after {
  background: url(../images/newsico2h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:after {
  background: url(../images/newsico3h.png) center center no-repeat;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  background-color: #c40f30;
  background-size: 100% 100%;
  color: #fff;
}
.news .newsTab ul li:hover a i:before,
.news .newsTab ul li.on a i:before,
.news .newsTab ul li:hover a i:after,
.news .newsTab ul li.on a i:after {
  top: -100%;
}
.news .newsTabs {
  margin-top: 42px;
  position: relative;
}
.news .newsTabs .bd {
  height: 600px;
}
.news .newsList {
  width: 100%;
  height: 600px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
}
.news .newsList .one {
  float: left;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 550px;
  height: 535px;
  background-color: #ffffff;
  padding: 42px 40px 0;
  top: 65px;
}
.news .newsList .one .date {
  font-family: Arial;
  font-weight: bold;
  font-size: 36px;
  line-height: 26px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .pic {
  display: block;
  margin-top: 20px;
  width: 100%;
  height: 286px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont {
  height: 158px;
  position: relative;
  padding-top: 16px;
  padding-right: 58px;
}
.news .newsList .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  left: 0;
}
.news .newsList .one .cont .bt:hover {
  left: 5px;
}
.news .newsList .one .cont .line {
  height: 1px;
  background-color: #e7e7e7;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #c40f30, #c40f30);
  background-image: linear-gradient(to right, #c40f30, #c40f30);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .newsList .one .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  font-size: 15px;
  margin-top: 10px;
  height: 28px;
  line-height: 28px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont .more {
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  background-color: #c40f30;
  top: 57px;
  right: 0;
}
.news .newsList .one .cont .more::before {
  content: "";
  border-left: 8px solid #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
}
.news .newsList .one .cont .more:hover {
  border: solid 1px #ff133e;
}
.news .newsList .one:hover .date {
  color: #c40f30;
}
.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 .bt {
  color: #c40f30;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.news .newsList .one:hover .cont .bt::before {
  background-color: #c40f30;
}
.news .newsList .one:hover .cont .line {
  background-size: 100% 100%;
}
.news .newsList .one:hover .cont p {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.news .newsList .one:hover .cont .more::before {
  animation: zyfd 1.5s linear infinite;
}
.news .newsList .list {
  float: right;
  position: relative;
  overflow: hidden;
  height: 600px;
  width: 676px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li {
  margin-top: 20px;
  height: 140px;
  padding-left: 190px;
  position: relative;
}
.news .newsList .list ul li:first-child {
  margin-top: 0;
}
.news .newsList .list ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 56px;
  background-color: #c8c8c8;
  top: 34px;
  left: 268px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #c40f30, #c40f30);
  background-image: linear-gradient(to right, #c40f30, #c40f30);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 100% 0%;
  background-position: left center;
}
.news .newsList .list ul li .cont {
  position: relative;
  padding-left: 104px;
  padding-top: 24px;
  border-bottom: 1px dashed #ebebeb;
  height: 140px;
}
.news .newsList .list ul li .cont::after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 1px dashed #c40f30;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .pic {
  display: block;
  width: 165px;
  height: 120px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list 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 .list ul li .date {
  position: absolute;
  text-align: center;
  left: 3px;
  top: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .date i {
  display: block;
  font-family: Arial;
  font-size: 40px;
  font-weight: bold;
  line-height: 30px;
}
.news .newsList .list ul li .date span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  line-height: 10px;
  margin-top: 20px;
  color: #666666;
}
.news .newsList .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  position: relative;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  left: 0;
}
.news .newsList .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list ul li .bt:hover {
  left: 5px;
}
.news .newsList .list ul li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  margin-top: 6px;
  height: 24px;
  line-height: 24px;
  color: #666666;
  -webkit-transition: all 0.56s ease-out;
  transition: all 0.56s ease-out;
}
.news .newsList .list ul li:hover::before {
  background-size: 100% 100%;
}
.news .newsList .list 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 .list ul li:hover .cont::after {
  width: 100%;
}
.news .newsList .list ul li:hover .date {
  color: #c40f30;
}
.news .newsList .list ul li:hover .bt {
  color: #c40f30;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.news .newsList .list ul li:hover p {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
@media screen and (max-width: 1320px) {
  .news .newsList .one {
    width: 520px;
  }
  .news .newsList .list {
    width: 626px;
  }
}
.news .newsList:first-child {
  visibility: initial;
}
.news .newsList:first-child .one {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList:first-child .list {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList.hide {
  visibility: hidden;
}
.news .newsList.hide .one {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.news .newsList.hide .list {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.news .newsList.on {
  visibility: initial;
}
.news .newsList.on .one {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.news .newsList.on .list {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
