@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);
  }
}
@-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);
  }
}
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;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.topWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.banner {
  position: relative;
  overflow: hidden;
  margin: auto;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper,
.banner .wapBanner {
  position: relative;
  overflow: hidden;
  cursor: grab !important;
}
.banner .bannerSwiper ul li,
.banner .wapBanner ul li {
  width: 100%;
  overflow: hidden;
}
.banner .bannerSwiper ul li a,
.banner .wapBanner ul li a {
  display: block;
}
.banner .bannerSwiper img,
.banner .wapBanner img {
  display: block;
  width: 100%;
  object-fit: cover;
  cursor: grab !important;
  -webkit-transition: all 3s ease-out;
  transition: all 3s 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 img,
.banner .wapBanner .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 .bannerSwiper .banner-prev,
.banner .wapBanner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrow-prev.webp) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner .bannerSwiper:hover .banner-prev,
.banner .wapBanner:hover .banner-prev {
  left: 3%;
}
.banner .bannerSwiper .banner-next,
.banner .wapBanner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrow-next.webp) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner .bannerSwiper:hover .banner-next,
.banner .wapBanner:hover .banner-next {
  right: 3%;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 6%;
  z-index: 3;
  width: auto;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px transparent solid;
  opacity: 1;
  padding: 3px;
  border-radius: 100%;
  background: none;
  width: auto;
  height: auto;
  margin: 0 8px !important;
  cursor: pointer !important;
  outline: none;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #fff;
  width: 100%;
  height: 100%;
}
.banner .banner-pagination span.swiper-pagination-bullet-active {
  border-color: #fff;
}
@media screen and (max-width: 980px) {
  .banner .banner-pagination span {
    margin: 0 4px !important;
    width: 10px;
    height: 10px;
    padding: 2px;
  }
}
.banner .wapBanner {
  display: none;
}
@media screen and (max-width: 750px) {
  .banner .mbanner-pagination {
    font-size: 0;
    position: absolute;
    width: auto;
    width: 100%;
    left: 0;
    bottom: 20px;
    z-index: 3;
    text-align: center;
  }
  .banner .mbanner-pagination span {
    display: inline-block;
    border: 2px #fff solid;
    opacity: 1;
    border-radius: 100%;
    width: 9px;
    height: 9px;
    background-color: transparent;
    margin: 0 8px !important;
    cursor: pointer;
    outline: none;
    position: relative;
  }
  .banner .mbanner-pagination span.swiper-pagination-bullet-active {
    background-color: #ffffff;
  }
}
@keyframes bowen {
  0% {
    box-shadow: 0 0 0 0 rgba(2, 53, 145, 0.3), 0 0 0 10px rgba(2, 53, 145, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(2, 53, 145, 0.3), 0 0 0 20px rgba(2, 53, 145, 0);
  }
}
.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title h3 {
  font-size: 64px;
  line-height: 1;
  position: relative;
  font-weight: 600;
}
.title h3 span {
  color: #023591;
}
.title h3::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 24px;
  background: url(../images/title-icon.webp) center center no-repeat;
  margin-left: -20px;
  margin-right: 11px;
}
.title p {
  flex: 1;
  font-size: 18px;
  line-height: 1.7;
  color: #6d6d6d;
  max-width: 738px;
  text-align: right;
  font-weight: 100;
}
@media screen and (max-width: 1100px) {
  .title {
    display: block;
    text-align: center;
  }
  .title h3 {
    font-size: 54px;
  }
  .title p {
    max-width: 100% !important;
    text-align: center;
    line-height: 1.6;
    margin-top: 8px;
  }
}
@media screen and (max-width: 640px) {
  .title h3 {
    font-size: 32px;
  }
  .title h3::before {
    width: 6px;
    height: 18px;
    background-size: contain;
  }
  .title p {
    font-size: 13px;
  }
}
.moreLink {
  display: block;
  font-size: 18px;
  text-align: center;
  background-color: #023591;
  border-radius: 35px;
  padding: 16px 25px 16px 35px;
  line-height: 28px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -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 #023591;
  border-radius: 35px;
  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 em {
  width: 28px;
  height: 28px;
  background-color: #ba2b2a;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  margin-left: 40px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink em::before {
  content: "";
  background: url(../images/arrow.svg) center center no-repeat;
  background-size: 80%;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(10);
}
@media screen and (min-width: 1101px) {
  .moreLink:hover {
    background: none;
    color: #023591;
    box-shadow: 0 10px 10px -5px rgba(2, 53, 145, 0.5);
  }
  .moreLink:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  .moreLink:hover em {
    background-color: #023591;
  }
  .moreLink:hover em::before {
    animation: zyfd 1.5s linear infinite;
  }
}
@media screen and (max-width: 640px) {
  .moreLink {
    padding: 8px 12px 8px 22px;
    font-size: 15px;
  }
  .moreLink em {
    margin-left: 20px;
  }
}
.product {
  background: url(../images/product-bg.webp) 0 0 no-repeat;
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding: 95px 0 60px;
}
.product::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/product-mask.webp) center bottom no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  left: 0;
  bottom: 0;
}
.product * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proNav {
  margin-top: 70px;
}
.product .proNav ul {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 31px;
  border: solid 1px #dadada;
  overflow: hidden;
}
.product .proNav ul li {
  margin-top: -1px;
  flex: 1;
  position: relative;
  border-top: solid 1px #dadada;
}
.product .proNav ul li::before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 1px;
  left: -1px;
  background-color: #dadada;
}
.product .proNav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  width: 100%;
  min-height: 60px;
  padding: 5px 10px;
  column-gap: 12px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/pro-icon.webp) 0 center no-repeat;
  min-width: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a:hover {
  background-color: #023591;
  color: #fff;
}
.product .proNav ul li a:hover::before {
  filter: grayscale(100) brightness(5);
}
.product .productSwiper {
  margin: 50px auto 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  max-width: 2131px;
}
.product .productSwiper ul li {
  width: 426px;
  border-right: 1px solid #e6e6e6;
}
.product .productSwiper ul li .item {
  padding: 18px 40px 34px;
}
.product .productSwiper ul li .item .img {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.product .productSwiper ul li .item .img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product .productSwiper ul li .item .img img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .productSwiper ul li .item .box {
  border-top: 1px solid #e5e5e5;
  margin-top: 18px;
  padding-top: 34px;
}
.product .productSwiper ul li .item .box .tit {
  display: block;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.2em;
  height: 3.6em;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .productSwiper ul li .item .box .more {
  display: inline-block;
  vertical-align: top;
  margin-top: 26px;
  line-height: 22px;
  border: 1px solid #023591;
  font-size: 12px;
  padding: 6px 7px 6px 14px;
  border-radius: 20px;
  color: #023591;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .productSwiper ul li .item .box .more em {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  text-align: center;
  background-color: #023591;
  border-radius: 50%;
  margin-left: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .productSwiper ul li .item .box .more em::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/arrow.svg) center center no-repeat;
  background-size: 80%;
  filter: grayscale(100) brightness(8);
}
@media screen and (min-width: 1101px) {
  .product .productSwiper ul li .item:hover .img .img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
  }
  .product .productSwiper ul li .item:hover .box .tit {
    color: #023591;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .product .productSwiper ul li .item:hover .box .more {
    background-color: #023591;
    color: #fff;
  }
  .product .productSwiper ul li .item:hover .box .more em {
    background-color: #ba2b2a;
  }
}
.product .productPage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 55px;
  column-gap: 110px;
  margin-bottom: 40px;
}
.product .productPage::after {
  display: none;
}
.product .productPagination {
  height: 4px;
  background-color: #e5e5e5;
  border-radius: 2px;
  flex: 1;
  opacity: 1 !important;
  display: flex;
  align-items: center;
}
.product .productPagination span {
  opacity: 1;
  flex: 1;
  border-radius: 2px;
  height: 100%;
  background-color: transparent;
  position: relative;
}
.product .productPagination span::after {
  content: "";
  position: absolute;
  background: #ba2b2a;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: 0;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.product .productPagination .swiper-pagination-bullet-active::after {
  transform: scaleX(1);
  transform-origin: left;
}
.product .page {
  display: flex;
  gap: 20px;
}
.product .page .productPrev {
  border-radius: 10px;
  width: 76px;
  height: 76px;
  border: 2px solid #d8d8d8;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .page .productPrev::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/prev-icon.webp) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.3;
}
.product .page .productPrev.on::before {
  opacity: 1;
}
.product .page .productPrev:hover {
  border-color: #777;
}
.product .page .productNext {
  border-radius: 10px;
  width: 76px;
  height: 76px;
  border: 2px solid #d8d8d8;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .page .productNext::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/next-icon.webp) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.3;
}
.product .page .productNext.on::before {
  opacity: 1;
}
.product .page .productNext:hover {
  border-color: #777;
}
.product .btnLink {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .product {
    padding: 70px 0 60px;
  }
  .product .proNav {
    margin-top: 30px;
  }
  .product .proNav ul li a {
    font-size: 16px;
    column-gap: 8px;
  }
  .product .productSwiper {
    margin-top: 40px;
  }
  .product .productSwiper ul li {
    width: 350px;
  }
  .product .productSwiper ul li .item {
    padding: 18px 25px 34px;
  }
  .product .productSwiper ul li .item .box {
    margin-top: 18px;
    padding-top: 20px;
  }
  .product .productSwiper ul li .item .box .tit {
    font-size: 18px;
  }
  .product .productPage {
    column-gap: 50px;
  }
  .product .page {
    display: flex;
    gap: 20px;
  }
  .product .page .productPrev {
    width: 64px;
    height: 64px;
  }
  .product .page .productNext {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 640px) {
  .product {
    padding: 50px 0 40px;
  }
  .product .proNav {
    margin-top: 30px;
  }
  .product .proNav ul {
    border-radius: 15px;
  }
  .product .proNav ul li a {
    min-height: 50px;
  }
  .product .productSwiper ul li {
    width: 280px;
  }
  .product .productSwiper ul li .item {
    padding: 10px 15px 20px;
  }
  .product .productSwiper ul li .item .box {
    margin-top: 18px;
    padding-top: 20px;
  }
  .product .productSwiper ul li .item .box .tit {
    font-size: 15px;
  }
  .product .productSwiper ul li .item .box .more {
    margin-top: 20px;
    padding: 3px 4px 3px 12px;
  }
  .product .productPage {
    column-gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .product .page {
    gap: 10px;
  }
  .product .page .productPrev {
    width: 44px;
    height: 44px;
  }
  .product .page .productPrev::before {
    background-size: 20px;
  }
  .product .page .productNext {
    width: 44px;
    height: 44px;
  }
  .product .page .productNext::before {
    background-size: 20px;
  }
}
.about {
  background: url(../images/about-bg.webp) center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-top: -9.78vw;
  padding-top: 9.78vw;
  color: #ffffff;
}
.about .aboutBox {
  padding-top: 115px;
  padding-bottom: 196px;
}
.about .title {
  color: #fff;
}
.about .title h3::before {
  background-image: url(../images/about-title-icon.webp);
}
.about .title p {
  color: #fff;
  max-width: 520px;
  position: relative;
}
.about .title p::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 100%;
  margin-left: 13px;
  width: 147px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.2;
}
.about .aboutText {
  margin-top: 104px;
  max-width: 1060px;
}
.about .aboutText .tit {
  font-size: 24px;
  line-height: 1;
  position: relative;
  font-weight: 600;
}
.about .aboutText .tit::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 100%;
  margin-right: 13px;
  width: 147px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.2;
}
.about .aboutText .text {
  margin-top: 52px;
  font-size: 16px;
  font-weight: 100;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 1.875em;
  max-height: 11.25em;
  color: rgba(255, 255, 255, 0.8);
  text-indent: 2em;
}
.about .aboutText .btn {
  margin-top: 42px;
}
.about .aboutText .aboutMore {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 35px;
  padding: 15px 24px 15px 34px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #ba2b2a, #ba2b2a);
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aboutMore em {
  width: 28px;
  height: 28px;
  background-color: #ba2b2a;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  margin-left: 40px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aboutMore em::before {
  content: "";
  background: url(../images/arrow.svg) center center no-repeat;
  background-size: 80%;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(10);
}
@media screen and (min-width: 1101px) {
  .about .aboutText .aboutMore:hover {
    border-color: #ba2b2a;
    background-size: 100% 100%;
    color: #fff;
  }
  .about .aboutText .aboutMore:hover em {
    background-color: #fff;
  }
  .about .aboutText .aboutMore:hover em::before {
    animation: zyfd 1.5s linear infinite;
    filter: grayscale(0) brightness(1);
  }
}
@media screen and (max-width: 1100px) {
  .about .title p::before {
    display: none;
  }
  .about .aboutBox {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .about .aboutText {
    margin-top: 40px;
    max-width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 40px;
  }
  .about .aboutText .tit::before {
    display: none;
  }
  .about .aboutText .text {
    margin-top: 30px;
    text-indent: 0;
  }
}
@media screen and (max-width: 640px) {
  .about .aboutBox {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about .aboutText {
    margin-top: 30px;
    max-width: 100%;
    text-align: center;
    padding-top: 30px;
  }
  .about .aboutText .tit {
    line-height: 1.4;
    font-size: 18px;
  }
  .about .aboutText .text {
    margin-top: 20px;
    font-size: 14px;
    -webkit-line-clamp: 15;
    line-height: 1.6em;
    max-height: 24em;
  }
  .about .aboutText .aboutMore {
    padding: 8px 12px 8px 22px;
    font-size: 15px;
  }
  .about .aboutText .aboutMore em {
    margin-left: 20px;
  }
}
.strength {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.strength .strengthBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.strength .strengthImg {
  width: 48%;
  max-width: 711px;
  position: relative;
}
.strength .strengthImg .img1 img {
  display: block;
  max-width: 100%;
}
.strength .strengthImg .img2 {
  position: absolute;
  left: -5.626%;
  top: 100%;
  margin-top: -18.3%;
  max-width: 389px;
  width: 54.712%;
}
.strength .strengthImg .img2 img {
  display: block;
  max-width: 100%;
}
.strength .strengthText {
  width: 48.5%;
  max-width: 750px;
  min-width: 0;
}
.strength .strengthTit {
  display: block;
}
.strength .strengthTit h3 {
  line-height: 1.28;
  font-size: 50px;
  font-weight: 600;
  font-size: clamp(15px, 2.9vw, 50px);
}
.strength .strengthTit h3::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 24px;
  background: url(../images/title-icon.webp) center center no-repeat;
  margin-left: -35px;
  margin-right: 26px;
}
.strength .strengthTit h3 span {
  display: block;
  color: #023591;
}
.strength .strengthTit p {
  margin-top: 20px;
  font-size: 16px;
  color: #6d6d6d;
  line-height: 1.75;
}
.strength ul {
  margin-top: 32px;
  margin-bottom: 34px;
  display: flex;
  justify-content: space-between;
}
.strength ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.strength ul li .ico {
  width: 68px;
  height: 68px;
  position: relative;
  /* overflow: hidden; */
  border-radius: 50%;
  padding: 10px;
}
.strength ul li .ico i {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: relative;
}
.strength ul li .ico img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.strength ul li .ico svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.strength ul li .ico .circle {
  fill: none;
  stroke: rgba(235, 239, 240, 0.8);
  stroke-width: 6;
}
.strength ul li .ico .circleAdd {
  fill: none;
  stroke: #ba2b2a;
  stroke-width: 6;
  stroke-linecap: round;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.strength ul li .ico .circle1 {
  stroke-dasharray: 0, 200;
  stroke-dashoffset: 100;
}
.strength ul li .ico .circle1.animate {
  stroke-dasharray: 150, 200;
  stroke-dashoffset: -20;
}
.strength ul li .ico .circle2 {
  stroke-dasharray: 0, 200;
  stroke-dashoffset: 100;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.strength ul li .ico .circle2.animate {
  stroke-dasharray: 145, 150;
  stroke-dashoffset: -40;
}
.strength ul li .ico .circle3 {
  stroke-dasharray: 0, 200;
  stroke-dashoffset: 100;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.strength ul li .ico .circle3.animate {
  stroke-dasharray: 145, 150;
  stroke-dashoffset: 0;
}
.strength ul li h4 {
  font-weight: 600;
  line-height: 1.2;
  flex: 1;
  min-width: 0;
  font-size: clamp(14px, 1.2vw, 20px);
}
.strength ul li h4 span {
  display: block;
}
.strength .btnLink {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #ebeff0;
  padding-top: 35px;
  gap: 30px;
}
.strength .btnLink .more {
  display: block;
  font-size: 18px;
  text-align: center;
  background-color: #ba2b2a;
  border-radius: 35px;
  padding: 10px 10px 10px 20px;
  line-height: 28px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.strength .btnLink .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ba2b2a;
  border-radius: 35px;
  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;
}
.strength .btnLink .more em {
  width: 28px;
  height: 28px;
  background-color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  margin-left: 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.strength .btnLink .more em::before {
  content: "";
  background: url(../images/arrow.svg) center center no-repeat;
  background-size: 80%;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  left: 1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 1101px) {
  .strength .btnLink .more:hover {
    background: none;
    color: #ba2b2a;
    box-shadow: 0 10px 10px -5px rgba(186, 43, 42, 0.5);
  }
  .strength .btnLink .more:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  .strength .btnLink .more:hover em {
    background-color: #ba2b2a;
  }
  .strength .btnLink .more:hover em::before {
    animation: zyfd 1.5s linear infinite;
    filter: grayscale(100) brightness(7);
  }
}
@media screen and (max-width: 640px) {
  .strength .btnLink .more {
    padding: 8px 12px 8px 22px;
    font-size: 15px;
  }
  .strength .btnLink .more em {
    margin-left: 20px;
  }
}
.strength .btnLink .tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 12px;
  line-height: 1;
}
.strength .btnLink .tel .ico {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background: url(../images/strength-tel.webp) center center no-repeat;
  background-color: #023591;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
}
.strength .btnLink .tel .txt span {
  display: block;
  color: #828282;
}
.strength .btnLink .tel .txt i {
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-top: 8px;
  line-height: 0.9;
}
@media screen and (max-width: 1480px) and (min-width: 1101px) {
  .strength {
    padding: 100px 0;
  }
  .strength .strengthImg {
    width: 50%;
  }
  .strength .strengthText {
    width: 46%;
  }
  .strength .strengthTit h3 {
    font-size: clamp(15px, 2.7vw, 50px);
    line-height: 1.2;
  }
  .strength .strengthTit h3::before {
    margin-left: -30px;
    margin-right: 21px;
  }
  .strength .strengthTit p {
    font-size: 14px;
  }
  .strength ul {
    margin-top: 22px;
    margin-bottom: 22px;
  }
  .strength ul li h4 {
    font-size: clamp(14px, 1.1vw, 20px);
  }
  .strength .btnLink {
    margin-top: 25px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .strength {
    padding: 70px 0;
  }
  .strength .strengthBox {
    display: block;
  }
  .strength .strengthImg {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .strength .strengthText {
    width: 100%;
    max-width: 100%;
    margin-top: 10vw;
    text-align: center;
  }
  .strength .strengthTit h3 {
    font-size: 42px;
  }
  .strength .strengthTit p {
    margin-top: 8px;
  }
  .strength ul li h4 {
    font-size: clamp(14px, 2.4vw, 20px);
    text-align: left;
  }
  .strength .btnLink {
    justify-content: center;
  }
  .strength .btnLink .tel {
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .strength {
    padding: 50px 0;
  }
  .strength .strengthText {
    margin-top: 12vw;
  }
  .strength .strengthTit h3 {
    font-size: 6vw;
  }
  .strength .strengthTit h3::before {
    width: 5px;
    height: 16px;
    background-size: contain;
    margin-left: -20px;
    margin-right: 16px;
  }
  .strength .strengthTit p {
    font-size: 13px;
  }
  .strength ul li {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .strength ul li h4 {
    text-align: center;
  }
}
.strength .ico i{
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.strength .particles {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.strength .particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #e94560;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  opacity: 0;
  margin: -2px 0 0 -2px;
}
.strength .particle:nth-child(1) {
  animation-delay: 0s;
  --angle: 0deg;
  --distance: 70px;
}
.strength .particle:nth-child(2) {
  animation-delay: 0.1s;
  --angle: 45deg;
  --distance: 80px;
}
.strength .particle:nth-child(3) {
  animation-delay: 0.2s;
  --angle: 90deg;
  --distance: 70px;
}
.strength .particle:nth-child(4) {
  animation-delay: 0.3s;
  --angle: 135deg;
  --distance: 80px;
}
.strength .particle:nth-child(5) {
  animation-delay: 0.4s;
  --angle: 180deg;
  --distance: 70px;
}
.strength .particle:nth-child(6) {
  animation-delay: 0.5s;
  --angle: 225deg;
  --distance: 80px;
}
.strength .particle:nth-child(7) {
  animation-delay: 0.6s;
  --angle: 270deg;
  --distance: 70px;
}
.strength .particle:nth-child(8) {
  animation-delay: 0.7s;
  --angle: 315deg;
  --distance: 80px;
}
@keyframes particle-burst {
  0% {
    transform: translate(-50%, -50%) rotate(var(--angle)) translateX(0);
    opacity: 1;
    scale: 1;
  }
  100% {
    transform: translate(-50%, -50%) rotate(var(--angle)) translateX(var(--distance));
    opacity: 0;
    scale: 0;
  }
}
.strength .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(233, 69, 96, 0.5);
  opacity: 0;
  pointer-events: none;
}
@keyframes ripple-effect {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0.8;
  }
  100% {
    width: 160%;
    height: 160%;
    opacity: 0;
  }
}
.strength .active .particles,
.strength .active .ico i {
  opacity: 1;
}
.strength .active .particle {
  animation: particle-burst 1s ease-out forwards;
}
.strength .active .ripple {
  animation: ripple-effect 1s ease-out;
}
.case {
  padding: 125px 0 60px;
  background: url(../images/case-bg.webp) center 0 no-repeat;
  background-size: 100%;
  position: relative;
  overflow: hidden;
}
.case * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.case .titBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 20px;
}
.case .moreLink {
  margin-top: 85px;
}
.case .title {
  display: block;
  max-width: 950px;
  flex: 1;
  min-width: 0;
}
.case .title p {
  text-align: left;
  margin-top: 20px;
  max-width: 100%;
}
.case .casePage {
  margin-top: 60px;
  max-width: 660px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 600;
  color: rgba(2, 53, 145, 0.3);
}
.case .casePage::after {
  display: none;
}
.case .casePage .txt {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.case .casePage .caseCurNum,
.case .casePage .caseAllNum {
  width: 2em;
}
.case .casePagination {
  width: 116px;
  height: 4px;
  background-color: #e5e5e5;
  border-radius: 2px;
  flex: 1;
  opacity: 1 !important;
  display: flex;
  align-items: center;
}
.case .casePagination span {
  opacity: 1;
  flex: 1;
  border-radius: 2px;
  height: 100%;
  background-color: transparent;
  position: relative;
}
.case .casePagination span::after {
  content: "";
  position: absolute;
  background: #023591;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: 0;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.case .casePagination .swiper-pagination-bullet-active::after {
  transform: scaleX(1);
  transform-origin: left;
}
.case .page {
  display: flex;
  gap: 10px;
}
.case .page .casePrev {
  border-radius: 10px;
  width: 40px;
  height: 40px;
  border: 2px solid #d8d8d8;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .casePrev::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/prev-icon.webp) center center no-repeat;
  background-size: 44%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.3;
}
.case .page .casePrev.on::before {
  opacity: 1;
}
.case .page .casePrev:hover {
  border-color: #777;
}
.case .page .caseNext {
  border-radius: 10px;
  width: 40px;
  height: 40px;
  border: 2px solid #d8d8d8;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .caseNext::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/next-icon.webp) center center no-repeat;
  background-size: 44%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.3;
}
.case .page .caseNext.on::before {
  opacity: 1;
}
.case .page .caseNext:hover {
  border-color: #777;
}
.case .caseSwiper .swiper-container {
  overflow: inherit !important;
  max-width: 1914px;
  margin: 0 auto;
}
.case .caseSwiper ul li {
  width: 33.333%;
  padding: 0 4px;
}
.case .caseSwiper ul li .item {
  position: relative;
  overflow: hidden;
}
.case .caseSwiper ul li .item .img {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .img::before {
  content: "";
  display: block;
  padding-top: 69.84%;
}
.case .caseSwiper ul li .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.case .caseSwiper ul li .item .img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/case-shadow.webp) 0 100% repeat-x;
  background-size: 100%;
  z-index: 2;
  filter: grayscale(100) brightness(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .tit {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.2em;
  max-height: 2.4em;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 9%;
  font-size: 20px;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0 5%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 1101px) {
  .case .caseSwiper ul li .item:hover .img 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 .img::after {
    filter: grayscale(0) brightness(1);
  }
}
.case .caseSwiper ul li.swiper-slide-active .item .tit {
  font-weight: 500;
  font-size: 22px;
}
@media screen and (max-width: 1480px) {
  .case {
    padding: 100px 0 50px;
  }
  .case .caseSwiper ul li .item .tit {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1100px) {
  .case {
    padding: 70px 0 30px;
  }
  .case .titBox {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .case .title {
    max-width: 100%;
  }
  .case .title p {
    text-align: center;
    max-width: 100%;
    margin-top: 8px;
  }
  .case .moreLink {
    margin-top: 30px;
  }
  .case .caseSwiper ul li {
    width: 50%;
  }
  .case .casePage {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 640px) {
  .case {
    padding: 50px 0 20px;
  }
  .case .moreLink {
    margin-top: 20px;
  }
  .case .caseSwiper ul li {
    width: 50%;
  }
  .case .casePage {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .case .casePage .txt {
    font-size: 20px;
  }
  .case .page .casePrev {
    width: 32px;
    height: 32px;
    border-radius: 6px;
  }
  .case .page .caseNext {
    width: 32px;
    height: 32px;
    border-radius: 6px;
  }
  .case .caseSwiper ul li {
    width: 80%;
  }
  .case .caseSwiper ul li .item .tit {
    font-size: 16px !important;
  }
}
.news {
  padding: 50px 0 110px;
  position: relative;
  overflow: hidden;
}
.news .title {
  align-items: flex-start;
}
.news .title p {
  max-width: 600px;
  margin-top: 25px;
}
.news .newsSwiper {
  margin-top: 10px;
  position: relative;
}
.news .newsSwiper ul li {
  padding-top: 20px;
  margin-right: 2.5%;
  width: 23.125%;
  height: auto;
}
.news .newsSwiper ul li .item {
  background-color: #f5f6f8;
  position: relative;
  overflow: hidden;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper ul li .item .img {
  display: block;
  position: relative;
  overflow: hidden;
}
.news .newsSwiper ul li .item .img::before {
  content: "";
  display: block;
  padding-top: 70.27%;
}
.news .newsSwiper ul li .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news .newsSwiper ul li .item .date {
  position: absolute;
  top: 6.5%;
  left: 7%;
  color: #fff;
  text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.26);
  font-size: 20px;
  line-height: 1.4;
}
.news .newsSwiper ul li .item .date span {
  display: block;
}
.news .newsSwiper ul li .item .date i {
  display: block;
  font-size: 14px;
}
.news .newsSwiper ul li .item .box {
  padding: 30px 14px 26px;
}
.news .newsSwiper ul li .item .tit {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.44em;
  max-height: 2.88em;
  font-size: 18px;
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper ul li .item p {
  margin-top: 14px;
  font-size: 14px;
  color: #999999;
  font-size: clamp(12px, 1vw, 14px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.44em;
  height: 2.88em;
}
.news .newsSwiper ul li .item .btn {
  margin-top: 24px;
}
.news .newsSwiper ul li .item .more {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-size: clamp(12px, 1vw, 14px);
  color: #ba2b2a;
  line-height: 1.6;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper ul li .item .more::after {
  content: " →";
}
@media screen and (min-width: 1101px) {
  .news .newsSwiper ul li .item:hover {
    background-color: #fff;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06) inset;
  }
  .news .newsSwiper ul li .item:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .news .newsSwiper ul li .item:hover .tit {
    color: #023591;
  }
}
@media screen and (max-width: 1100px) {
  .news {
    padding: 40px 0 70px;
  }
  .news .title p {
    margin-top: 8px;
  }
  .news .newsSwiper {
    margin-top: 40px;
  }
  .news .newsSwiper ul li {
    width: 32%;
    margin-right: 3%;
    padding-top: 0;
  }
  .news .newsSwiper ul li .item .tit {
    font-size: clamp(14px, 1.6vw, 18px);
  }
  .news .newsSwiper ul li .item p {
    font-size: clamp(12px, 1.4vw, 14px);
  }
  .news .newsSwiper ul li .item .more {
    font-size: clamp(12px, 1.4vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .news .newsSwiper ul li {
    width: 48%;
    margin-right: 4%;
  }
  .news .newsSwiper ul li .item .tit {
    font-size: clamp(14px, 2.5vw, 18px);
  }
  .news .newsSwiper ul li .item p {
    font-size: clamp(12px, 2.2vw, 14px);
  }
  .news .newsSwiper ul li .item .more {
    font-size: clamp(12px, 2.2vw, 14px);
  }
}
@media screen and (max-width: 640px) {
  .news {
    background-size: 50vw;
    padding: 20px 0 50px;
  }
  .news .newsSwiper {
    margin-top: 30px;
    margin-right: -4vw;
    margin-left: -4vw;
  }
  .news .newsSwiper ul li {
    width: 70%;
    margin-right: 0;
  }
  .news .newsSwiper ul li .item .box {
    padding: 4vw 3vw 4vw;
  }
  .news .newsSwiper ul li .item .box p {
    margin-top: 2.4vw;
  }
  .news .newsSwiper ul li .item .box .btn {
    margin-top: 3.5vw;
  }
  .news .newsSwiper ul .swiper-slide-prev .item {
    -webkit-transform: scale(0.84);
    -moz-transform: scale(0.84);
    -o-transform: scale(0.84);
    transform: scale(0.84);
  }
  .news .newsSwiper ul .swiper-slide-next .item {
    -webkit-transform: scale(0.84);
    -moz-transform: scale(0.84);
    -o-transform: scale(0.84);
    transform: scale(0.84);
  }
}
