@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: 600px;
  -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: 40px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #284ebb 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: #284ebb;
  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;
  position: relative;
  z-index: 2;
  padding-top: 12px;
}
.title::before {
  content: "";
  display: block;
  position: absolute;
  width: 29px;
  height: 21px;
  left: -12px;
  top: 0;
  background: url(../images/titico.png) 0 0 no-repeat;
  z-index: -1;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title span {
  display: block;
  font-size: 24px;
}
.title i {
  display: block;
  font-family: "Arial Black";
  font-size: 61px;
  line-height: 46px;
  margin-top: 12px;
}
.title i::after {
  content: "";
  display: block;
  border-top: 1px solid #333;
  border-bottom: 2px solid #333;
  height: 7px;
  margin-top: 10px;
}
.moreLink {
  display: block;
  width: 130px;
  height: 42px;
  border-radius: 22px;
  background-color: #284ebb;
  text-align: center;
  line-height: 42px;
  font-size: 15px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #284ebb;
  border-radius: 25px;
  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;
}
.moreLink:hover {
  background: none;
  color: #284ebb;
  box-shadow: 0 10px 10px -5px rgba(40, 78, 187, 0.2);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.moreLink:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.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: 28px;
}
@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;
  padding: 80px 0;
}
.product .proNav {
  position: absolute;
  z-index: 2;
  width: 426px;
  height: 916px;
  background-color: rgba(255, 255, 255, 0.26);
  box-shadow: 0px 0px 44px 10px rgba(19, 19, 19, 0.08);
  border-radius: 31px 31px 0px 31px;
  margin-left: -74px;
  left: 0;
  top: -194px;
  padding-left: 74px;
}
.product .proNav .tit {
  height: 114px;
  color: #fff;
  background: url(../images/pronavtit.png) 0 56px no-repeat;
  font-weight: bold;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 28px;
  padding-top: 54px;
  line-height: 18px;
  padding-left: 30px;
}
.product .proNav ul {
  margin-top: 58px;
  overflow: auto;
  height: 682px;
}
.product .proNav ul li {
  margin-top: 18px;
}
.product .proNav ul li:first-child {
  margin-top: 0;
}
.product .proNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 82px;
  line-height: 82px;
  font-size: 18px;
  position: relative;
  padding-right: 15px;
  padding-left: 44px;
  border-radius: 42px 0px 0px 42px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ca070f, #ca070f);
  background-image: linear-gradient(to right, #ca070f, #ca070f);
  background-color: #f6f6f6;
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #d5d5d5;
  display: inline-block;
  vertical-align: middle;
  margin-right: 45px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a span::before {
  content: "";
  display: block;
  position: absolute;
  width: 27px;
  height: 24px;
  left: 0;
  top: 50%;
  margin-top: -12px;
  background: url(../images/pronavico.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.product .proNav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li:hover a,
.product .proNav ul li.on a {
  background-size: 100% 100%;
  color: #fff;
  padding-right: 65px;
  padding-left: 74px;
}
.product .proNav ul li:hover a::before,
.product .proNav ul li.on a::before {
  opacity: 0;
}
.product .proNav ul li:hover a span,
.product .proNav ul li.on a span {
  font-weight: bold;
}
.product .proNav ul li:hover a span::before,
.product .proNav ul li.on a span::before {
  opacity: 1;
  left: 38px;
}
.product .proNav ul li:hover a::after,
.product .proNav ul li.on a::after {
  width: 40px;
  right: 20px;
}
.product .proT {
  margin-left: 450px;
}
.product .titBox .title {
  float: right;
  text-align: right;
}
.product .titBox .title::before {
  left: auto;
  right: -14px;
}
.product .search {
  float: left;
  position: relative;
  width: 380px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding-right: 52px;
  overflow: hidden;
  padding-left: 80px;
  border-bottom: 1px solid #f0f0f0;
  height: 63px;
  margin-top: 52px;
}
.product .search:hover {
  border-bottom-color: #284ebb;
}
.product .search span {
  position: absolute;
  left: 0;
  top: 16px;
  width: 1px;
  height: 26px;
  width: 80px;
  line-height: 26px;
  border-right: 1px solid #e0e0e0;
  font-family: Arial;
  font-size: 18px;
}
.product .search .searchInp {
  width: 100%;
  height: 52px;
  line-height: 52px;
  border: none;
  background: none;
  padding-left: 30px;
  font-size: 16px;
}
.product .search .searchInp::-webkit-input-placeholder {
  color: #666666;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
}
.product .search .searchInp::-moz-placeholder {
  color: #666666;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
}
.product .search .searchInp:-ms-input-placeholder {
  color: #666666;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
}
.product .search .searchInp:focus::-webkit-input-placeholder,
.product .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.product .search .searchInp:focus::-moz-placeholder,
.product .search .searchInp:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.product .search .searchInp:focus:-ms-input-placeholder,
.product .search .searchInp:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.product .search .submitBtn {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  background: url(../images/searchico.png) center center no-repeat;
  width: 52px;
  height: 52px;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .hotSwiper {
  margin-top: 44px;
}
.product .hotSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 30 11, grab;
}
.product .hotSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 30 11, grab;
}
.product .hotSwiper ul li .pic {
  display: block;
  height: 468px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .hotSwiper ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .hotSwiper ul li .cont {
  height: 95px;
  position: relative;
  padding-left: 294px;
  padding-top: 25px;
}
.product .hotSwiper ul li .cont .tit {
  position: absolute;
  left: 20px;
  top: 30px;
  padding-left: 20px;
  width: 250px;
}
.product .hotSwiper ul li .cont .tit::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 118px;
  background-color: #000000;
  border-radius: 1px;
  top: -56px;
  left: 0;
  z-index: 3;
}
.product .hotSwiper ul li .cont .tit .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  position: relative;
  z-index: 2;
  font-weight: bold;
  left: 0;
  -webkit-transition: all 0.46s ease-out;
  transition: all 0.46s ease-out;
}
.product .hotSwiper ul li .cont .tit .bt:hover {
  left: -5px;
}
.product .hotSwiper ul li .cont .tit .en {
  font-size: 12px;
  line-height: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .hotSwiper ul li .cont p {
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 36px;
  height: 72px;
  color: #666666;
}
.product .hotSwiper ul li:hover .pic img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.product .hotSwiper ul li:hover .cont .bt {
  color: #284ebb;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product .hotSwiper ul li:hover .cont .en {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.product .proSwiper {
  margin-top: 44px;
}
.product .proSwiper .swiper-container {
  margin: 0 -30px;
}
.product .proSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 30 11, grab;
}
.product .proSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 30 11, grab;
}
.product .proSwiper ul::after,
.product .proSwiper ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proSwiper ul li {
  float: left;
  width: 33.333%;
  padding: 0 30px;
}
.product .proSwiper ul li .item {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border: solid 10px #f7f7f7;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .pic i {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 62.4%;
}
.product .proSwiper ul li .item .pic img {
  width: 100%;
  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 {
  margin-top: 20px;
  position: relative;
  padding-right: 118px;
  height: 35px;
  line-height: 35px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.product .proSwiper ul li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proSwiper ul li .item .tt .bt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 4px;
  height: 4px;
  background-color: #777475;
  border-radius: 50%;
  margin-right: 9px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .more {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 108px;
  height: 35px;
  background-color: #f8f8f8;
  border-radius: 18px;
  line-height: 35px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #284ebb, #284ebb);
  background-image: linear-gradient(to right, #284ebb, #284ebb);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.product .proSwiper ul li .item .more i {
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}
.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: #284ebb;
}
.product .proSwiper ul li .item:hover .tt .bt::before {
  background-color: #284ebb;
}
.product .proSwiper ul li .item:hover .tt .more {
  background-size: 100% 100%;
  color: #fff;
}
@media screen and (max-width: 1320px) {
  .product .proNav {
    width: 400px;
    margin-left: -66px;
    padding-left: 66px;
  }
  .product .proNav ul li a {
    padding-left: 34px;
  }
  .product .proNav ul li a::before {
    margin-right: 30px;
  }
  .product .proNav ul li:hover a,
  .product .proNav ul li.on a {
    background-size: 100% 100%;
    color: #fff;
    padding-right: 65px;
    padding-left: 54px;
  }
  .product .proNav ul li:hover a::before,
  .product .proNav ul li.on a::before {
    opacity: 0;
  }
  .product .proNav ul li:hover a span,
  .product .proNav ul li.on a span {
    font-weight: bold;
  }
  .product .proNav ul li:hover a span::before,
  .product .proNav ul li.on a span::before {
    opacity: 1;
    left: 30px;
  }
  .product .proNav ul li:hover a::after,
  .product .proNav ul li.on a::after {
    width: 40px;
    right: 20px;
  }
  .product .proT {
    margin-left: 380px;
  }
  .product .proSwiper .swiper-container {
    margin: 0 -15px;
  }
  .product .proSwiper ul li {
    padding: 0 15px;
  }
}
.youshi {
  position: relative;
  overflow: hidden;
  background-color: #284ebb;
}
.youshi .ysSwiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.youshi .ysSwiper ul li {
  width: 100%;
  height: 912px;
}
.youshi .ysSwiper ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.youshi::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 322px;
  background-color: rgba(4, 8, 21, 0.3);
  width: 100%;
  z-index: 2;
}
.youshi .tip {
  position: absolute;
  right: 42px;
  top: 94px;
  text-align: right;
  padding-top: 10px;
  font-family: Arial;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
}
.youshi .tip::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 27px;
  height: 2px;
  background-color: #ffffff;
}
.youshi .ysBox {
  height: 912px;
  padding-top: 186px;
  width: 1400px;
  z-index: 3;
}
@media screen and (max-width: 1420px) {
  .youshi .ysBox {
    width: 1300px;
  }
}
@media screen and (max-width: 1320px) {
  .youshi .ysBox {
    width: 1180px;
  }
}
.youshi .ysBox::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 25%;
  height: 725px;
  right: 0;
  bottom: 0;
  background-color: rgba(41, 81, 195, 0.94);
  border-radius: 30px 30px 0 0px;
}
.youshi .ysThumbs2 {
  position: absolute;
  z-index: 2;
}
.youshi .ysThumbs2 ul li {
  height: 725px;
  width: 100%;
  color: #fff;
  overflow: hidden;
  text-align: center;
  padding: 162px 40px 0 48px;
}
@media screen and (max-width: 1420px) {
  .youshi .ysThumbs2 ul li {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.youshi .ysThumbs2 ul li .num {
  font-family: Impact;
  font-size: 197px;
  line-height: 162px;
  color: transparent;
  opacity: 0;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  left: -55px;
  top: 40px;
  opacity: 0.05;
}
.youshi .ysThumbs2 ul li .tit {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .ysThumbs2 ul li .tit span {
  display: block;
  line-height: 1;
  font-weight: bold;
  font-size: 26px;
}
.youshi .ysThumbs2 ul li .tit i {
  display: block;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 12px;
  margin-top: 10px;
  line-height: 10px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .ysThumbs2 ul li .tit::after {
  content: "";
  display: block;
  width: 2px;
  background-color: #ffffff;
  height: 32px;
  margin: 18px auto 0;
}
.youshi .ysThumbs2 ul li .text {
  height: 0;
  overflow: hidden;
  font-size: 15px;
  line-height: 36px;
  color: #d9dfed;
  min-height: 288px;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 1420px) {
  .youshi .ysThumbs2 ul li .text {
    line-height: 30px;
    font-size: 14px;
  }
}
.youshi .ysThumbs2 ul li .ico {
  margin: auto;
  width: 54px;
  height: 54px;
  background-color: #fff;
  margin-top: 25px;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysThumbs2 ul li .ico::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ysico.png) center center no-repeat;
}
.youshi .ysThumbs2 ul li:hover .tit {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.youshi .ysThumbs2 ul li:hover .text {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysThumbs {
  position: relative;
  z-index: 3;
}
.youshi .ysThumbs ul li {
  width: 25%;
}
.youshi .ysThumbs ul li .item {
  padding-top: 498px;
  color: #fff;
  text-align: center;
  position: relative;
  height: 725px;
  left: -100%;
  cursor: pointer;
}
.youshi .ysThumbs ul li .item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 322px;
  background-color: #ffffff;
  opacity: 0.3;
}
.youshi .ysThumbs ul li .item .num {
  font-family: Impact;
  font-size: 197px;
  line-height: 162px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  left: -55px;
  top: 40px;
  opacity: 0.05;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysThumbs ul li .item .tit {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .ysThumbs ul li .item .tit span {
  display: block;
  line-height: 1;
  font-weight: bold;
  font-size: 26px;
}
.youshi .ysThumbs ul li .item .tit i {
  display: block;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 12px;
  margin-top: 10px;
  line-height: 10px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .ysThumbs ul li .item .tit::after {
  content: "";
  display: block;
  width: 2px;
  background-color: #ffffff;
  height: 0;
  margin: 0 auto 0;
}
.youshi .ysThumbs ul li .item .text {
  height: 0;
  overflow: hidden;
  font-size: 15px;
  line-height: 36px;
  color: #d9dfed;
  margin-top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 1420px) {
  .youshi .ysThumbs ul li .item .text {
    line-height: 30px;
    font-size: 14px;
  }
}
.youshi .ysThumbs ul li .item .ico {
  margin: auto;
  width: 54px;
  height: 54px;
  border: solid 1px #ffffff;
  margin-top: 48px;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysThumbs ul li .item .ico::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ysadd.png) center center no-repeat;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysThumbs ul li .item .ico::after {
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  background-color: #2951c3;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  right: 2px;
  top: 0;
}
.youshi .ysThumbs ul li.swiper-slide-next + li + li + li .item {
  cursor: inherit;
  padding: 162px 40px 0 48px;
}
@media screen and (max-width: 1420px) {
  .youshi .ysThumbs ul li.swiper-slide-next + li + li + li .item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.youshi .ysThumbs ul li.swiper-slide-next + li + li + li .item::before {
  display: none;
}
.youshi .ysThumbs ul li.swiper-slide-next + li + li + li .item .tit::after {
  height: 32px;
  margin: 18px auto 0;
}
.youshi .ysThumbs ul li.swiper-slide-next + li + li + li .item .num {
  opacity: 0.05;
}
.youshi .ysThumbs ul li.swiper-slide-next + li + li + li .item .text {
  margin-top: 20px;
  min-height: 288px;
}
.youshi .ysThumbs ul li.swiper-slide-next + li + li + li .item .ico {
  margin-top: 25px;
  background-color: #fff;
}
.youshi .ysThumbs ul li.swiper-slide-next + li + li + li .item .ico::before {
  background-image: url(../images/ysico.png);
}
.youshi .ysThumbs ul li.swiper-slide-next + li + li + li .item .ico::after {
  opacity: 0;
}
.case {
  padding: 62px 0 80px;
}
.case .caseList {
  margin-top: 25px;
}
.case .caseList ul::after,
.case .caseList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseList ul li {
  float: left;
  width: 33.33%;
  border: solid 1px #f6f6f6;
  margin-left: -1px;
  margin-top: -1px;
  padding: 15px 15px 0;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .pic {
  display: block;
  width: 100%;
  border: solid 1px #f2f2f2;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .pic i {
  display: block;
  padding-top: 84.48%;
  overflow: hidden;
  position: relative;
}
.case .caseList ul li .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .cont {
  height: 160px;
  position: relative;
  padding-top: 26px;
}
.case .caseList ul li .cont .num {
  position: absolute;
  right: 0;
  top: 20px;
  font-family: Arial;
  font-size: 20px;
  line-height: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .cont .line {
  position: absolute;
  left: 50%;
  top: 26px;
  margin-left: -20px;
  width: 40px;
  height: 3px;
  background-color: #e4e4e4;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #284ebb, #284ebb);
  background-image: linear-gradient(to right, #284ebb, #284ebb);
  background-size: 0% 100%;
  background-position: center center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .cont .line:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 100%;
  width: 180px;
  height: 1px;
  background-color: #f2f2f2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .cont .line:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 100%;
  width: 0;
  height: 1px;
  background-color: #f2f2f2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .cont .bt {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseList ul li .cont .bt:before {
  content: "pruduct";
  display: block;
  text-transform: uppercase;
  position: absolute;
  z-index: -1;
  width: 100%;
  line-height: 30px;
  font-family: "Arial Black";
  font-size: 40px;
  left: 0;
  top: 0;
  color: #333333;
  opacity: 0.04;
}
.case .caseList ul li .cont .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
}
.case .caseList ul li .cont .dot {
  position: absolute;
  width: 6px;
  height: 20px;
  left: 50%;
  margin-left: -3px;
  top: 115px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .cont .dot:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 6px;
  background-color: #626262;
  border-radius: 100%;
  animation: dot1 2s linear infinite;
}
.case .caseList ul li .cont .dot:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  background-color: #dddddd;
  border-radius: 100%;
  animation: dot2 2s linear infinite;
}
@keyframes dot1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes dot2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.case .caseList ul li:nth-child(3n-1) .cont .num {
  top: 125px;
  right: 50%;
  width: 60px;
  text-align: center;
  margin-right: -30px;
}
.case .caseList ul li:nth-child(3n-1) .cont .line {
  top: 78px;
}
.case .caseList ul li:nth-child(3n-1) .cont .line:after {
  width: 180px;
}
.case .caseList ul li:nth-child(3n-1) .cont .bt {
  top: 26px;
}
.case .caseList ul li:nth-child(3n-1) .cont .dot {
  top: 95px;
}
.case .caseList ul li:nth-child(3n) .cont .num {
  left: 0;
}
.case .caseList ul li:nth-child(3n) .cont .line:before {
  width: 0;
}
.case .caseList ul li:nth-child(3n) .cont .line:after {
  width: 180px;
}
.case .caseList ul li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.case .caseList ul li:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.case .caseList ul li:hover .cont .bt {
  color: #284ebb;
}
.case .caseList ul li:hover .cont .line {
  background-size: 100% 100%;
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  position: relative;
  overflow: hidden;
}
.about .aboutBox {
  height: 962px;
  padding-top: 154px;
}
.about .aboutText {
  width: 990px;
}
.about .aboutText .tit img {
  display: inline-block;
  vertical-align: top;
}
.about .aboutText .tit::after {
  content: "";
  display: block;
  width: 25px;
  height: 17px;
  margin-top: 50px;
  background: url(../images/abouttitico.png) 0 0 no-repeat;
}
.about .aboutText .text {
  margin-top: 38px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 42px;
  height: 210px;
  font-size: 15px;
  color: #666666;
  text-align: justify;
}
.about .aboutText .moreLink {
  margin-top: 40px;
}
.about .aboutLogo {
  position: absolute;
  pointer-events: none;
  width: 387px;
  height: 449px;
  background: url(../images/aboutlogo.png) 0 0 no-repeat;
  top: 85px;
  left: 690px;
  opacity: 0.1;
}
.about .number {
  margin-top: 80px;
}
.about .number ul li {
  float: left;
  height: 141px;
  padding-top: 18px;
}
.about .number ul li.line {
  width: 1px;
  opacity: 0.23;
  background-color: #aaaaaa;
  margin: 0 70px;
}
.about .number ul li h4 {
  font-family: Impact;
  font-size: 80px;
  line-height: 65px;
}
.about .number ul li h4 i {
  display: inline-block;
  vertical-align: bottom;
}
.about .number ul li p {
  font-size: 20px;
  margin-top: 18px;
  line-height: 1;
}
.about .aboutPic {
  position: absolute;
  z-index: 2;
  right: -310px;
  top: 0;
  width: 766px;
  height: 948px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.news {
  position: relative;
  overflow: hidden;
  padding: 58px 0 90px;
}
.news .moreLink {
  margin-top: 0;
}
.news .newsTab::after,
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab ul {
  float: right;
  margin-top: 55px;
}
.news .newsTab ul li {
  margin-left: 105px;
  float: left;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  font-size: 18px;
  height: 54px;
  line-height: 44px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.news .newsTab ul li a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  background-color: #0f67ff;
  width: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 44px;
  margin: auto;
  overflow: hidden;
  margin-right: 10px;
}
.news .newsTab ul li a i:before,
.news .newsTab ul li a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTab ul li a i.ico1:before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico1:after {
  background: url(../images/newsico1h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:after {
  background: url(../images/newsico2h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:after {
  background: url(../images/newsico3h.png) center center no-repeat;
}
.news .newsTab ul li.on a,
.news .newsTab ul li:hover a {
  background-size: 100% 100%;
  color: #0f67ff;
}
.news .newsTab ul li.on a::before,
.news .newsTab ul li:hover a::before {
  width: 100%;
  left: 0;
  opacity: 1;
}
.news .newsTab ul li.on a i:before,
.news .newsTab ul li:hover a i:before,
.news .newsTab ul li.on a i:after,
.news .newsTab ul li:hover a i:after {
  top: -100%;
}
.news .newsTabs {
  position: relative;
  margin-top: 36px;
}
.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 .list1 {
  background-color: #fff;
  border: solid 1px #f4f4f4;
  border-left: none;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.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 {
  float: left;
  width: 25%;
  border-left: solid 1px #f4f4f4;
}
.news .newsList .list1 ul li .item {
  position: relative;
  padding: 42px 45px 0;
  height: 398px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  height: 4px;
  background-color: #0f67ff;
  width: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .pic {
  display: block;
  height: 168px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  height: 155px;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 45px 0;
  opacity: 0;
  visibility: 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 .num {
  font-family: Impact;
  font-size: 120px;
  line-height: 100px;
  color: #f4f6f9;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.news .newsList .list1 ul li .item .bt {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 32px;
  height: 64px;
  font-size: 18px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  position: relative;
  left: 0;
  margin-top: -32px;
}
.news .newsList .list1 ul li .item .bt:hover {
  left: 5px;
}
.news .newsList .list1 ul li .item .line {
  width: 27px;
  height: 1px;
  background-color: #d2d2d2;
  margin-top: 16px;
  -webkit-transition: all 0.46s ease-out;
  transition: all 0.46s ease-out;
}
.news .newsList .list1 ul li .item p {
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  font-size: 15px;
  color: #666666;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsList .list1 ul li .item .date {
  position: absolute;
  line-height: 1;
  bottom: 44px;
  z-index: 3;
}
.news .newsList .list1 ul li .item:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.news .newsList .list1 ul li .item:hover .bt {
  color: #284ebb;
}
.news .newsList .list1 ul li.on .item {
  padding: 42px 35px 0;
}
.news .newsList .list1 ul li.on .item::before {
  width: 100%;
}
.news .newsList .list1 ul li.on .item .pic {
  visibility: inherit;
  opacity: 1;
  margin: 35px 35px 0;
}
.news .newsList .list1 ul li.on .item .num {
  opacity: 0;
}
.news .newsList .list1 ul li.on .item .bt {
  margin-top: 72px;
  font-weight: bold;
  color: #0f67ff;
}
.news .newsList .list1 ul li.on .item .line {
  opacity: 0;
  visibility: inherit;
}
.news .newsList .list1 ul li.on .item p {
  opacity: 0;
  visibility: inherit;
  margin-top: -20px;
}
@media screen and (max-width: 1320px) {
  .news .newsList .list1 ul li .item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .news .newsList .list1 ul li .item .pic {
    margin: 0 30px;
  }
  .news .newsList .list1 ul li.on .item {
    padding: 42px 25px 0;
  }
  .news .newsList .list1 ul li.on .item .pic {
    margin: 35px 25px 0;
  }
}
.news .newsList .list2 {
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul {
  margin: 0 -16px;
}
.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: 50%;
  float: left;
  padding: 0 16px;
  margin-top: 30px;
}
.news .newsList .list2 ul li .item {
  height: 170px;
  background-color: #ffffff;
  border: solid 1px #f4f4f4;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 30px 122px 0 224px;
  position: relative;
}
.news .newsList .list2 ul li .item .pic {
  display: block;
  position: absolute;
  z-index: 3;
  left: 9px;
  top: 9px;
  width: 190px;
  height: 150px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 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 .list2 ul li .item .date {
  line-height: 12px;
  font-size: 16px;
  color: #666666;
}
.news .newsList .list2 ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 12px;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  position: relative;
  left: 0;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.news .newsList .list2 ul li .item .bt:hover {
  left: 5px;
}
.news .newsList .list2 ul li .item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  font-size: 15px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item .more {
  position: absolute;
  width: 54px;
  height: 54px;
  border: solid 1px #ebebeb;
  border-radius: 50%;
  display: block;
  right: 20px;
  top: 62px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item .more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/newsadd.png) center center no-repeat;
}
.news .newsList .list2 ul li .item .more:hover {
  box-shadow: 0 0 10px rgba(40, 78, 187, 0.3);
}
.news .newsList .list2 ul li .item:hover {
  border-color: #284ebb;
}
.news .newsList .list2 ul li .item:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.news .newsList .list2 ul li .item:hover .bt {
  color: #284ebb;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.news .newsList .list2 ul li .item:hover p {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.news .newsList .list2 ul li .item:hover .more {
  background-color: #284ebb;
  border-color: #284ebb;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.news .newsList .list2 ul li .item:hover .more::before {
  filter: grayscale(100) brightness(6);
}
.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;
}
