.lineWave {
  position: relative;
  transform: translateY(-100%);
  width: 100%;
  height: 6.25rem;
  overflow: hidden;
  z-index: 20;
}

.lineWave > svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lineWave .wave-g > use {
  animation: move-forever 12s linear infinite;
}

.lineWave .wave-g > use:nth-child(1) {
  animation-delay: -2s;
  opacity: 1;
}

.i-title {
  font-family: Calibri-Bold;
  font-size: 4.375rem;
  color: #000000;
  opacity: 0.91;
  line-height: 1;
  text-align: center;
}

.btnMore {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #073184;
  width: 11.875rem;
  height: 3.125rem;
  border-radius: 25px;
}

.btnMore span {
  font-size: 1rem;
  color: #fff;
  margin-right: .9375rem;
}

.btnMore img {
  display: block;
  position: relative;
  left: 0;
  transition: all 0.5s ease-in-out;
  -webkiet-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.btnMore:hover img {
  left: .9375rem;
}

@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes cirMove {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes cirMove2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

main {
  overflow: hidden;
}

.home .i-banner {
  height: 65.3125rem;
  position: relative;
}

.home .i-banner .swiper {
  height: 100%;
}

.home .i-banner .swiper-slide {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.home .i-banner .banner-text {
  position: absolute;
  left: 0;
  top: 17.5rem;
  width: 100%;
}

.home .i-banner .banner-text p {
  font-family: Calibri-Bold;
  font-size: 4.1875rem;
  color: #000;
  opacity: .93;
}

.home .i-banner .swiper-pagination {
  position: absolute;
  bottom: 9.0625rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}

.home .i-banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 8px;
  background: #fff;
  opacity: .5;
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
  border-radius: 0;
}

.home .i-banner .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: .75rem;
}

.home .i-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  height: 13px;
  background: #073184;
  opacity: 1;
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
}

.home .mod_desc {
  font-size: 1rem;
  color: #000;
  opacity: 0.83;
  line-height: 1.6;
  text-align: justify;
}

.home .i-product {
  position: relative;
  z-index: 1;
  margin-top: 5.625rem;
}

.home .i-product .swiper {
  height: 41.875rem;
  margin-top: 5.625rem;
}

.home .i-product .swiper .swiper-slide {
  background: #4caafa;
  border-radius: 1.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home .i-product .swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.home .i-product .swiper .swiper-slide a .title {
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 2.5rem;
  color: #fff;
  font-family: Calibri-Bold;
  text-align: center;
  top: 24.88%;
  line-height: 1;
}

.home .i-about {
  position: relative;
  margin-top: 9.0625rem;
  overflow: hidden;
}

.home .i-about .i-about-top .left {
  width: 42.8125rem;
}

.home .i-about .i-about-top .left .i-title {
  text-align: left;
  color: #073184;
}

.home .i-about .i-about-top .left .mod_desc {
  margin: 3.125rem 0 5.3125rem;
  font-weight: normal;
}

.home .i-about .i-about-top .right {
  position: relative;
  width: 56.25rem;
  border-radius: 6.25rem 1.25rem;
  overflow: hidden;
}

.home .i-about .i-about-top .right .playBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8.4375rem;
  height: 8.4375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.home .i-about .i-about-top .right .playBtn .cirBorder {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
}

.home .i-about .i-about-top .right .playBtn .cir {
  display: block;
  width: 6.5625rem;
  border-radius: 50%;
}

.home .i-about .i-about-top .right .playBtn:hover .cirBorder {
  animation: cirMove 10s linear infinite;
}

.home .i-about .aboutSwiper {
  height: 20.625rem;
  width: 100%;
  margin-top: 3.125rem;
}

.home .i-about .aboutSwiper .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1.25rem;
}

.home .i-about .aboutSwiper .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  background: #073184;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  margin-top: 0;
}

.home .i-about .aboutSwiper .swiper-btn .iconfont {
  font-size: 1.25rem;
  color: #fff;
}

.home .i-about .aboutSwiper .swiper-btn.swiper-button-prev {
  left: 0;
}

.home .i-about .aboutSwiper .swiper-btn.swiper-button-prev .iconfont {
  transform: rotate(180deg);
}

.home .i-about .aboutSwiper .swiper-btn.swiper-button-next {
  right: 0;
}

.home .i-about .aboutSwiper .swiper-btn::after {
  content: none;
}

.home .i-about .leftAside {
  top: 20%;
  left: 2.1875rem;
}

@media screen and (max-width: 768px) {
  .home .i-about .leftAside {
    left: 1.125rem;
  }
}

.home .i-plant {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 7rem;
}

.home .i-plant .bgImg {
  display: block;
  width: 100%;
}

.home .i-plant .i-plant-box {
  position: absolute;
  inset: 0;
}

.home .i-plant .i-plant-box .i-title {
  color: #fff;
  margin-top: 9.375rem;
}

.home .i-plant .i-plant-box .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.home .i-plant .i-plant-box ul {
  align-items: center;
  margin-bottom: 4.25%;
  width: 100%;
}

.home .i-plant .i-plant-box ul li {
  position: relative;
  height: 34.0625rem;
}

.home .i-plant .i-plant-box ul li .cirBox {
  position: relative;
  top: 0;
  z-index: 2;
  min-height: 9.6875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1.875rem;
  transition: all 0.5s ease-in-out;
  -webkiet-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.home .i-plant .i-plant-box ul li .cirBox .cirBorder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 9.6875rem;
  height: 9.6875rem;
  transition: all 0.5s ease-in-out;
  -webkiet-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.home .i-plant .i-plant-box ul li .cirBox .iconBox {
  width: 7.5rem;
  height: 7.5rem;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
  -webkiet-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.home .i-plant .i-plant-box ul li .cirBox .iconImg {
  display: block;
  width: 3.125rem;
  margin: 0 auto;
}

.home .i-plant .i-plant-box ul li p {
  text-align: center;
  font-size: 1.625rem;
  font-family: Calibri-Bold;
  color: #fff;
  position: relative;
  z-index: 2;
}

.home .i-plant .i-plant-box ul li .num {
  position: relative;
  z-index: 2;
  font-family: AVANTGARDEGOTHICC-DEMI;
  font-size: 7.5rem;
  line-height: .9;
  color: transparent;
  text-align: center;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.5s ease-in-out;
  -webkiet-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.home .i-plant .i-plant-box ul li .imgBox {
  position: relative;
  transform: translateY(-10%);
  opacity: 0;
  width: 13.25rem;
  height: 13.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  -webkiet-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.home .i-plant .i-plant-box ul li .imgBox .imgBorder {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  z-index: 2;
}

.home .i-plant .i-plant-box ul li .imgBox .centerImg {
  width: 68.87%;
  height: 68.87%;
  height: 1;
  position: relative;
  border-radius: 50%;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home .i-plant .i-plant-box ul li .activeBox {
  position: relative;
  transition: all 0.8s ease-in-out;
  -webkiet-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
}

.home .i-plant .i-plant-box ul li:not(:last-child) .cirBox::after {
  content: "";
  position: absolute;
  right: -25%;
  top: 50%;
  transform: translate(50%, -50%);
  width: 1.875rem;
  height: 1.75rem;
  background: url(../images/rightArrow.png) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 1920px) {
  .home .i-plant .i-plant-box ul li:not(:last-child) .cirBox::after {
    right: -25%;
  }
}

.home .i-plant .i-plant-box ul li::after {
  content: "";
  width: 20.3125rem;
  height: 44.0625rem;
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%, 100%);
  background: #073184;
  border-radius: 10.125rem 10.125rem 0 0;
  z-index: 1;
  transition: all 0.8s ease-in-out;
  -webkiet-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
}

.home .i-plant .i-plant-box ul li.hideArrow .cirBox::after {
  opacity: 0;
}

.home .i-plant .i-plant-box ul li:hover .imgBox {
  transform: translateY(0);
  opacity: 1;
  z-index: 10;
}

.home .i-plant .i-plant-box ul li:hover .num {
  transform: translateY(1.875rem);
  opacity: 1;
}

.home .i-plant .i-plant-box ul li:hover .activeBox {
  z-index: 10;
}

.home .i-plant .i-plant-box ul li:hover .cirBox {
  width: auto;
  height: auto;
  min-height: auto;
  margin: 0 auto;
}

.home .i-plant .i-plant-box ul li:hover .cirBox .iconImg {
  margin: 1.5625rem auto 1.0625rem;
}

.home .i-plant .i-plant-box ul li:hover .cirBox .cirBorder {
  animation: cirMove2 2.5s linear infinite;
  opacity: 0;
}

.home .i-plant .i-plant-box ul li:hover .cirBox .iconBox {
  animation: cirMove2 2.5s linear infinite reverse;
  opacity: 0;
}

.home .i-plant .i-plant-box ul li:hover::after {
  transform: translate(-50%, 0);
}

.home .i-honor {
  margin-top: -5.385%;
  position: relative;
  z-index: 2;
}

.home .i-honor .i-honorBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home .i-honor .left {
  width: 46.5625rem;
}

.home .i-honor .left .i-title {
  text-align: left;
  color: #073184;
  margin-top: 11.875rem;
}

.home .i-honor .left .desc {
  margin: 2.5rem 0 5.3125rem;
  font-family: Calibri;
  font-size: 20px;
  color: #020202;
  opacity: 0.88;
}

.home .i-honor .left ul li .title {
  font-size: 1rem;
  color: #505050;
}

.home .i-honor .left ul li .title .number {
  font-family: AvantGardeGothicC-Demi;
  font-size: 3.3125rem;
  color: #073184;
  line-height: 1;
}

.home .i-honor .left ul li p {
  font-size: 1rem;
  color: #010101;
  opacity: 0.8;
}

.home .i-honor .left ul li:not(:last-child) {
  margin-right: 5rem;
}

.home .i-honor .left .moreBtn {
  margin-top: 4.6875rem;
  display: block;
  width: 10.9375rem;
  height: 3.125rem;
  background: #073184;
  color: #fff;
  border-radius: 1.5625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Calibri-Bold;
  font-size: 1rem;
}

.home .i-honor .left .moreBtn span {
  display: block;
  margin-right: 1.125rem;
}

.home .i-honor .bgImg2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 61.75rem;
}

.home .i-map {
  background: #f0f1f3;
  padding: 5.625rem 0 5rem;
}

.home .i-map .imgBox {
  position: relative;
  width: 95.625rem;
  margin: 0 auto;
}

.home .i-map .imgBox .bgImg {
  display: block;
  width: 100%;
}

.home .i-map .imgBox .lineImg {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 3;
  width: 100%;
}

.home .i-map .dot {
  position: absolute;
}

.home .i-map .dot img {
  position: relative;
  z-index: 4;
}

.home .i-map .dot::after {
  content: "";
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: #afb9cd;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  animation: boderM 3s infinite;
}

.home .i-map .dot::before {
  content: "";
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 50%;
  background: #c4cad5;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  animation: boderM 3s infinite;
}

.home .i-map .dot1 {
  top: 30%;
  left: 16%;
}

.home .i-map .dot2 {
  top: 30%;
  left: 47%;
}

.home .i-map .dot3 {
  top: 24%;
  left: 74%;
}

.home .i-map .dot4 {
  top: 71%;
  left: 29%;
}

.home .i-map .dot5 {
  top: 61%;
  left: 52%;
}

.home .i-map .dot6 {
  top: 48%;
  left: 58%;
}

.home .i-map .dot7 {
  top: 52%;
  left: 74.5%;
}

.home .i-map .dot8 {
  top: 73%;
  left: 83%;
}

@keyframes boderM {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.home .i-why {
  background: url(../images/t-why.jpg) no-repeat center;
  background-size: cover;
  padding-top: 9.0625rem;
  overflow: hidden;
  position: relative;
}

.home .i-why .i-title {
  color: #fff;
  text-align: left;
}

.home .i-why .whySwiper {
  overflow: visible;
  margin: 3.75rem auto 0;
}

.home .i-why .whySwiper .swiper-slide {
  opacity: 0 !important;
  width: 36.5625rem !important;
  height: 40.9375rem !important;
  border-radius: 1.25rem;
  transition: all 0.5s linear;
  -webkiet-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  cursor: none;
}

.home .i-why .whySwiper .swiper-slide .box {
  margin: 0 auto;
  border-radius: 1.25rem;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 27.8125rem;
  height: 100%;
}

.home .i-why .whySwiper .swiper-slide .box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg.png) no-repeat center;
  background-size: cover;
  z-index: 2;
  opacity: 0;
  border-radius: 1.25rem;
  transition: all 0.5s linear;
  -webkiet-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.home .i-why .whySwiper .swiper-slide .text-box {
  position: absolute;
  width: 100%;
  bottom: 6.875rem;
  padding: 0 3.125rem;
  z-index: 5;
  opacity: 0;
  transition: all 0.5s linear;
  -webkiet-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.home .i-why .whySwiper .swiper-slide .text-box .title {
  font-family: Gilroy-Bold;
  font-size: 1.6875rem;
  line-height: 1;
}

.home .i-why .whySwiper .swiper-slide .text-box .desc {
  margin-top: .8125rem;
  font-size: .9375rem;
  line-height: 1.4;
}

.home .i-why .whySwiper .swiper-slide.swiper-slide-active, .home .i-why .whySwiper .swiper-slide.swiper-slide-next, .home .i-why .whySwiper .swiper-slide.swiper-slide-prev {
  opacity: 1 !important;
}

.home .i-why .whySwiper .swiper-slide.swiper-slide-active .box:after,
.home .i-why .whySwiper .swiper-slide.swiper-slide-active .text-box {
  opacity: 1;
}

.home .i-why .container {
  position: relative;
}

.home .i-why .moreBtn {
  position: absolute;
  right: 0;
  top: .9375rem;
  width: 10.9375rem;
  height: 10.9375rem;
  background: #f8c013;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  -webkiet-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.home .i-why .moreBtn .iconfont {
  font-size: 2.8125rem;
}

.home .i-why .moreBtn:hover {
  transform: scale(0.9);
}

.home .i-why .lineWave {
  position: absolute;
  bottom: 0;
  transform: none;
  height: 9.375rem;
}

.about .i-title {
  color: #073184;
}

.about .banner {
  background-position: center;
}

.about .banner .aboutNav {
  position: absolute;
  bottom: 7.8125rem;
  left: 0;
  width: 100%;
}

.about .banner .aboutNav img {
  display: block;
  width: 100%;
}

.about .banner .aboutNav .navItem {
  position: absolute;
}

.about .banner .aboutNav .navItem .cir {
  width: 1.875rem;
  height: 1.875rem;
  border: 1px dotted #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.about .banner .aboutNav .navItem .cir .dot {
  width: .9375rem;
  height: .9375rem;
  border-radius: 50%;
  background: #fff;
}

.about .banner .aboutNav .navItem p {
  line-height: 1;
  margin-top: 1.25rem;
  color: #fff;
  font-family: Calibri-Bold;
  font-size: 1.5625rem;
}

.about .banner .aboutNav .navItem.navItem1 {
  top: 79%;
  left: 13%;
}

.about .banner .aboutNav .navItem.navItem2 {
  top: 10%;
  left: 45%;
}

.about .banner .aboutNav .navItem.navItem3 {
  top: -13%;
  left: 77%;
}

.about .banner .lineWave {
  transform: translateY(-25%);
}

.about .about-item1 {
  position: relative;
}

.about .about-item1 .left {
  width: 48.72%;
}

.about .about-item1 .left .box {
  width: 79.65%;
  margin: 0 auto;
}

.about .about-item1 .left .desc {
  margin-top: 4.0625rem;
  color: #000;
  opacity: .83;
  text-align: justify;
}

.about .about-item1 .right {
  width: 51.28%;
  position: relative;
}

.about .about-item1 .right .bgImg {
  display: block;
  width: 100%;
  border-radius: 6.25rem 1.25rem 6.25rem 1.25rem;
}

.about .about-item1 .right .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8.4375rem;
  cursor: pointer;
}

.about .about-item1 .right .playBtn .cir {
  display: block;
  width: 100%;
  animation: cirMove 15s linear infinite;
}

.about .about-item1 .right .playBtn .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 61.81%;
}

.about .about-item1 .leftAside {
  top: 50%;
  transform: translateY(-50%);
  left: 4.375rem;
}

.about .about-item2 {
  margin-top: 10rem;
}

.about .about-item2 .desc {
  margin-top: 3.4375rem;
  text-align: justify;
  text-align-last: center;
}

.about .about-item2 .swiper {
  margin-top: 4.0625rem;
  height: 31.5625rem;
}

.about .about-item2 .swiper .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
}

.about .about-item2 .swiperTool {
  padding: 5rem 0 5.625rem;
}

.about .about-item2 .swiperTool .swiper-pagination {
  position: relative;
  transform: none;
  text-align: right;
}

.about .about-item2 .swiperTool .swiper-pagination .swiper-pagination-current {
  font-family: Calibri-Bold;
  font-size: 2.0625rem;
  color: #073184;
}

.about .about-item2 .swiperTool .swiper-pagination .swiper-pagination-total,
.about .about-item2 .swiperTool .swiper-pagination .center {
  font-family: Calibri-Bold;
  font-size: 1.625rem;
  color: #666666;
}

.about .about-item2 .swiperTool .scrolleBox {
  position: relative;
  margin-top: 1.5rem;
}

.about .about-item2 .swiperTool .scrolleBox .iconMove {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -80%);
  transition: all 1s ease-in-out;
}

.about .about-item2 .swiperTool .swiper-pagination-progressbar {
  position: relative;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.09);
}

.about .about-item2 .swiperTool .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 4px;
  background: #073184;
}

.about .about-item3 {
  padding: 9.0625rem 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about .about-item3 .honorBtn {
  justify-content: center;
  margin-top: 3.75rem;
}

.about .about-item3 .honorBtn li {
  position: relative;
  width: 11.25rem;
  height: 3.4375rem;
  background: #f8c013;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease 0s;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 1.75rem;
  cursor: pointer;
}

.about .about-item3 .honorBtn li span {
  position: relative;
  color: #fff;
  z-index: 10;
}

.about .about-item3 .honorBtn li::after, .about .about-item3 .honorBtn li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.about .about-item3 .honorBtn li::before {
  content: "";
  background: #073184;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.8, 1);
}

.about .about-item3 .honorBtn li:hover::before {
  transform: translate3d(100%, 0, 0);
}

.about .about-item3 .honorBtn li.active::before {
  transform: translate3d(100%, 0, 0);
}

.about .about-item3 .honorBtn li:not(:last-child) {
  margin-right: 3.75rem;
}

.about .about-item3 .i-title {
  color: #fff;
  cursor: pointer;
}

.about .about-item3 .swiperBox {
  margin-top: 13.75rem;
  overflow: hidden;
}

.about .about-item3 .swiperBox .realSwiper {
  padding: 10px 0;
  overflow: visible;
  perspective: 109.375rem;
  position: relative;
  z-index: 2;
}

.about .about-item3 .swiperBox .realSwiper .swiper-slide {
  width: 250px;
}

.about .about-item3 .swiperBox .realSwiper img {
  display: block;
  width: 100%;
  position: relative;
}

.about .about-item3 .swiperBox .unRealSwiper {
  top: -30px;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
  overflow: visible;
  perspective: 109.375rem;
}

.about .about-item3 .swiperBox .unRealSwiper .swiper-slide {
  width: 250px;
}

.about .about-item3 .swiperBox .unRealSwiper img {
  display: block;
  width: 100%;
  position: relative;
  -webkit-mask: linear-gradient(180deg, transparent, transparent 40%, #000);
  mask: linear-gradient(180deg, transparent, transparent 40%, #000);
  opacity: .2;
  transform: rotate(180deg) scaleX(-1);
}

.about .about-item3 .swiperItem {
  display: none;
}

.about .about-item3 .swiperItem.active {
  display: block;
}

.about .about-item4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 7.5rem;
  padding-bottom: 10rem;
}

.about .about-item4 .i-title {
  color: #fff;
}

.about .about-item4 p {
  margin-top: 3.125rem;
  text-align: center;
  color: #fff;
  font-family: Calibri-Bold;
  font-size: 3.5rem;
  line-height: 1.2;
}

.about .about-item4 img {
  display: block;
  margin: 3.125rem auto 0;
}

.mod_sortList {
  padding: 4.0625rem 5.9375rem 1.875rem;
  background: #f2f4f9;
  border-radius: 1.25rem;
  justify-content: space-between;
}

.mod_sortList li {
  width: 19.6875rem;
  height: 3.5625rem;
  background: #fff;
  border-radius: 1.8125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.1875rem;
  transition: all 0.5s ease-in-out;
  -webkiet-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.mod_sortList li a {
  font-size: 1.125rem;
  font-family: Calibri-Bold;
  color: #073184;
  text-align: center;
}

.mod_sortList li:hover {
  background: #073184;
}

.mod_sortList li:hover a {
  color: #fff;
}

.mod_sortList li.active {
  background: #073184;
}

.mod_sortList li.active a {
  color: #fff;
}

.mod_productTool {
  padding-bottom: 2.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.mod_productTool .breadCrumb {
  margin-top: 0;
}

.mod_productTool .inputBox {
  position: relative;
}

.mod_productTool .inputBox input {
  position: relative;
  display: block;
  width: 29.6875rem;
  height: 3.5625rem;
  line-height: 3.5625rem;
  background-color: #f2f4f9;
  border-radius: 1.8125rem;
  padding: 0 3rem 0 1.75rem;
  border: 0;
  font-family: Calibri-Bold;
  font-size: 1rem;
}

.mod_productTool .inputBox input::placeholder {
  color: rgba(0, 0, 0, 0.48);
}

.mod_productTool .inputBox .iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.75rem;
  color: #073184;
  font-size: 1.125rem;
}

.mod_productList li {
  width: 24.27%;
  margin-bottom: 3.75rem;
}

.mod_productList li a {
  display: block;
}

.mod_productList li .imgBox {
  width: 100%;
  padding-top: 67.6%;
  position: relative;
}

.mod_productList li .imgBox .posBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f4f9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mod_productList li .imgBox .posBox .shuiyin {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 10.3125rem;
}

.mod_productList li .imgBox .posBox .proImg {
  display: block;
  max-width: 90%;
  max-height: 80%;
  position: relative;
  z-index: 3;
}

.mod_productList li .imgBox .posBox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #073184;
  opacity: .25;
  width: 0;
  height: 0;
  transition: all 0.5s ease-in-out;
  -webkiet-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.mod_productList li .line {
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.06);
  position: relative;
  margin: 1.25rem 0;
}

.mod_productList li .line::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #073184;
  transition: all 0.5s ease-in-out;
  -webkiet-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.mod_productList li .textBox {
  color: rgba(0, 0, 0, 0.79);
}

.mod_productList li .textBox .title {
  font-family: Calibri-Bold;
  font-size: 1rem;
}

.mod_productList li .textBox .iconfont {
  margin-right: .8125rem;
  font-size: 1rem;
  position: relative;
  right: 0;
  transition: all 0.5s ease-in-out;
  -webkiet-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.mod_productList li:hover .imgBox .posBox::after {
  width: 100%;
  height: 100%;
}

.mod_productList li:hover .line::after {
  width: 100%;
}

.mod_productList li:hover .textBox {
  color: #073184;
}

.mod_productList li:hover .textBox .iconfont {
  right: -.8125rem;
}

.mod_productList li:not(:nth-child(4n)) {
  margin-right: 0.97%;
}

.trailers {
  padding-bottom: 6.25rem;
}

.trailers .breadCrumb {
  margin-top: -6.25rem;
}

.trailers .mod_sortList {
  margin-top: 6.25rem;
}

.trailers .productList {
  margin-top: 2.8125rem;
  padding-bottom: 8.125rem;
}

.trailers .productList li {
  width: 31.62%;
  height: 27.5rem;
  background: #f2f4f9;
  margin-bottom: 1.875rem;
}

.trailers .productList li:not(:nth-child(3n)) {
  margin-right: 2.57%;
}

.trailers .productList li .imgBox {
  position: relative;
  width: 100%;
  height: 85.27%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.trailers .productList li .imgBox .proImg {
  display: block;
  max-width: 95%;
  transition: all 0.5s ease-in-out;
  -webkiet-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.trailers .productList li .imgBox .shuiyin {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 47%;
}

.trailers .productList li .textBox {
  height: 14.73%;
  margin: 0 2.8125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.79);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-family: Calibri-Bold;
}

.trailers .productList li:not(:nth-child(3n)) {
  margin-right: 2.57%;
}

.trailers .productList li:hover .imgBox .proImg {
  transform: scale(1.2);
}

.trailers .productList li:hover .textBox {
  color: #073184;
}

.trailersSort {
  padding-bottom: 4.375rem;
}

.trailersSort .banner .swiperBox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.trailersSort .banner .swiperBox img {
  display: block;
  max-width: 50%;
  margin: 0 auto;
}

.trailersSort .banner .swiper-button-prev,
.trailersSort .banner .swiper-button-next {
  font-size: 3.75rem;
  color: #fff;
}

.trailersSort .banner .swiper-button-prev::after,
.trailersSort .banner .swiper-button-next::after {
  content: none;
}

.trailersSort .mod_sortList {
  margin-top: 1.5625rem;
}

.trailersSort .breadCrumb {
  margin-top: 0;
}

.trailersSort .breadCrumb .iconfont, .trailersSort .breadCrumb a {
  font-family: Calibri-Bold;
}

.trailersSort .breadCrumb .iconfont {
  margin-right: .9375rem;
}

.trailersSort .mod_productTool {
  margin-top: 7.1875rem;
}

.trailersSort .mod_productList {
  margin-top: 5.625rem;
}

.trailersSort .fenye {
  margin-bottom: 5.3125rem;
}

.trailersXq {
  padding-bottom: 4.375rem;
}

.trailersXq .mod_productTool {
  margin-top: 11.5625rem;
}

.trailersXq .box {
  background-color: #f2f4f9;
  border-radius: 1.25rem;
}

.trailersXq .title {
  font-family: Calibri-Bold;
  font-size: 2.8125rem;
  color: #073184;
  line-height: 1;
}

.trailersXq .xqItem1 {
  margin-top: 4.0625rem;
}

.trailersXq .xqItem1 .leftBox {
  width: 63.25%;
  position: relative;
}

.trailersXq .xqItem1 .leftBox .left {
  width: 100%;
  position: relative;
  padding: 20px 0;
  min-height: 47.1875rem;
  display: flex;
}

.trailersXq .xqItem1 .leftBox .left .swiper-wrapper {
  align-items: center;
}

.trailersXq .xqItem1 .leftBox .original {
  margin: auto;
}

.trailersXq .xqItem1 .leftBox .shuiyin {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 47%;
}

.trailersXq .xqItem1 .leftBox .proImg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 3;
}

.trailersXq .xqItem1 .leftBox .thumbBox {
  width: 100%;
  margin-top: 1.5rem;
  padding: 10px 0;
  height: 7.5rem;
  box-sizing: content-box;
}

.trailersXq .xqItem1 .leftBox .thumbBox .thumbSwiper {
  width: 90%;
  margin: 0 auto;
  height: 7.5rem;
}

.trailersXq .xqItem1 .leftBox .thumbBox .thumbSwiper .swiper-slide {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
}

.trailersXq .xqItem1 .leftBox .thumbBox .thumbSwiper .swiper-slide-thumb-active {
  border: 1px solid #073184;
}

.trailersXq .xqItem1 .leftBox .thumbBox img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}

.trailersXq .xqItem1 .right {
  width: 34.76%;
  padding: 3.3125rem 1.25rem 1.25rem;
}

.trailersXq .xqItem1 .right .title {
  padding: 0 2.5rem;
}

.trailersXq .xqItem1 .right table {
  width: 100%;
}

.trailersXq .xqItem1 .right table tr td {
  width: 50% !important;
  color: rgba(0, 0, 0, 0.71);
  padding: .625rem;
  font-size: 1.25rem;
}

@media screen and (max-width: 640px) {
  .trailersXq .xqItem1 .right table tr td {
    font-size: 14px;
    padding: 1.75rem;
  }
}

.trailersXq .xqItem1 .right table tr td:nth-child(1) {
  padding-right: 0;
}

.trailersXq .xqItem1 .right table tr td:nth-child(2) {
  padding-left: 0;
  text-align: right;
}

.trailersXq .xqItem1 .right table tr:not(:nth-child(even)) {
  background: #e0e5f0;
}

.trailersXq .xqItem1 .right .itemBox {
  width: calc(100% - 15px);
}

.trailersXq .xqItem1 .right .contentItem {
  position: relative;
  height: 44.25rem;
  margin-top: 2.5rem;
}

.trailersXq .xqItem1 .right .item {
  font-family: Calibri;
  font-size: 1.5rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.71);
  padding: 1.75rem 2.5rem;
  border-radius: .625rem;
}

.trailersXq .xqItem1 .right .item:not(:nth-child(even)) {
  background: #e0e5f0;
}

.trailersXq .contentBox {
  margin-top: 1.5rem;
  padding: 3.75rem 5.625rem 3.4375rem 3.75rem;
}

.trailersXq .contentBox .content {
  margin-top: 3.125rem;
  font-family: Calibri;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.8);
}

.trailersXq .xqItem2 {
  margin-top: 3.75rem;
}

.trailersXq .xqItem2 .line {
  height: 1px;
  width: 100%;
  background: #073184;
  opacity: .11;
  margin-top: 1.8125rem;
}

.trailersXq .mod_productList {
  margin-top: 3.75rem;
}

.trailersParts {
  padding-bottom: 5.9375rem;
}

.trailersParts .breadCrumb {
  margin-top: 0;
}

.trailersParts .breadCrumb .iconfont, .trailersParts .breadCrumb a {
  font-family: Calibri-Bold;
}

.trailersParts .breadCrumb .iconfont {
  margin-right: .9375rem;
}

.trailersParts .left {
  width: 25.9375rem;
}

.trailersParts .left .top {
  height: 13.75rem;
  background: #073184;
  border-radius: 1.25rem 1.25rem 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.trailersParts .left .top img {
  display: block;
  width: 2.625rem;
}

.trailersParts .left .top h1 {
  font-family: Calibri-Bold;
  font-size: 2.75rem;
  margin-bottom: 1.75rem;
  color: #fff;
}

.trailersParts .left .itemBox {
  background: #f2f4f9;
  border-radius: 0 0 1.25rem 1.25rem;
  overflow: hidden;
  padding-top: 1px;
}

.trailersParts .left .itemBox .item {
  display: block;
  padding: 0 1.25rem;
  height: 3.75rem;
  transition: all 0.5s ease-in-out;
  -webkiet-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.trailersParts .left .itemBox .item .content {
  height: 100%;
}

.trailersParts .left .itemBox .item .title {
  margin-left: 1.5rem;
  font-family: Calibri;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.82);
  transition: all 0.5s ease-in-out;
  -webkiet-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.trailersParts .left .itemBox .item .iconfont {
  margin-right: 1.5rem;
  font-size: 1.125rem;
  color: rgba(7, 49, 132, 0.94);
  position: relative;
  left: 0;
  transition: all 0.5s ease-in-out;
  -webkiet-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.trailersParts .left .itemBox .item:not(:first-child) .content {
  border-top: 1px solid rgba(7, 49, 132, 0.11);
}

.trailersParts .left .itemBox .item:hover {
  background: #073184;
}

.trailersParts .left .itemBox .item:hover .title {
  color: #fff;
}

.trailersParts .left .itemBox .item:hover .iconfont {
  color: #fff;
  left: 1.5rem;
}

.trailersParts .left .itemBox .item.active {
  background: #073184;
}

.trailersParts .left .itemBox .item.active .title {
  color: #fff;
}

.trailersParts .left .itemBox .item.active .iconfont {
  color: #fff;
  left: 1.5rem;
}

.trailersParts .right {
  width: 73.5%;
}

.trailersParts .right .mod_productTool {
  padding-bottom: 0;
  border: 0;
  margin-top: .625rem;
}

.trailersParts .right .mod_productList {
  margin-top: 1.875rem;
}

.trailersParts .right .mod_productList li {
  width: 32.17%;
  margin-bottom: 5rem;
}

.trailersParts .right .mod_productList li .imgBox {
  padding-top: 77.2%;
}

.trailersParts .right .mod_productList li .imgBox .posBox {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.trailersParts .right .mod_productList li .imgBox .posBox .shuiyin {
  width: 13.9375rem;
}

.trailersParts .right .mod_productList li .textBox {
  margin-top: 2.1875rem;
}

.trailersParts .right .mod_productList li:not(:nth-child(4n)) {
  margin-right: 0;
}

.trailersParts .right .mod_productList li:not(:nth-child(3n)) {
  margin-right: 1.745%;
}

.trailersParts .fenye {
  margin-bottom: 6.25rem;
}

.trailersPartsXq {
  padding-bottom: 6.875rem;
}

.trailersPartsXq .breadCrumb {
  margin-top: 0;
}

.trailersPartsXq .breadCrumb .iconfont, .trailersPartsXq .breadCrumb a {
  font-family: Calibri-Bold;
}

.trailersPartsXq .breadCrumb .iconfont {
  margin-right: .9375rem;
}

.trailersPartsXq .trailersPartsXqBox {
  margin-top: 11.875rem;
}

.trailersPartsXq .trailersPartsXqBox .mod_productTool {
  border-bottom: 0;
  padding-bottom: 0;
}

.trailersPartsXq .title {
  font-family: Calibri-Bold;
  font-size: 2.125rem;
  color: #073184;
}

.trailersPartsXq .xqItem1 {
  margin-top: 5.3125rem;
}

.trailersPartsXq .xqItem1 .left {
  width: 48.4375rem;
}

.trailersPartsXq .xqItem1 .leftBox {
  width: 48.4375rem;
  height: 37.8125rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.trailersPartsXq .xqItem1 .leftBox .shuiyin {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 47%;
}

.trailersPartsXq .xqItem1 .leftBox .proImg {
  display: block;
  max-width: 90%;
  max-height: 80%;
  position: relative;
  z-index: 3;
  margin: 0 auto;
}

.trailersPartsXq .xqItem1 .thumbSwiper {
  margin-top: 20px;
  height: 7.5rem;
  width: 100%;
}

.trailersPartsXq .xqItem1 .thumbSwiper .swiper-slide {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
}

.trailersPartsXq .xqItem1 .thumbSwiper .swiper-slide-thumb-active {
  border: 2px solid #073184;
}

.trailersPartsXq .xqItem1 .thumbSwiper img {
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.trailersPartsXq .xqItem1 .right {
  width: 50.6%;
}

.trailersPartsXq .xqItem1 .right .title {
  width: 81.08%;
}

.trailersPartsXq .xqItem1 .right .line {
  width: 100%;
  height: 2px;
  background: #073184;
  opacity: .17;
  margin: 2.5rem 0;
}

.trailersPartsXq .xqItem1 .right .content {
  font-family: Calibri;
  font-size: 1.125rem;
  color: #000000;
}

.trailersPartsXq .xqItem1 .right .content table {
  width: 100%;
}

.trailersPartsXq .xqItem1 .right .content table tr td {
  width: 50% !important;
  color: rgba(0, 0, 0, 0.71);
  padding: .625rem;
  font-size: 1.25rem;
}

@media screen and (max-width: 640px) {
  .trailersPartsXq .xqItem1 .right .content table tr td {
    font-size: 14px;
    padding: 1.75rem;
  }
}

.trailersPartsXq .xqItem1 .right .content table tr td:nth-child(1) {
  padding-right: 0;
}

.trailersPartsXq .xqItem1 .right .content table tr td:nth-child(2) {
  padding-left: 0;
  text-align: right;
}

.trailersPartsXq .xqItem1 .right .content table tr:not(:nth-child(even)) {
  background: #e0e5f0;
}

.trailersPartsXq .xqItem1 .right .itemBox {
  margin-top: 2.5rem;
}

.trailersPartsXq .xqItem1 .right .item {
  font-family: Calibri;
  font-size: 1.5rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.71);
  padding: 1.75rem 2.5rem;
  border-radius: 1.25rem;
}

.trailersPartsXq .xqItem1 .right .item:not(:nth-child(even)) {
  background: #e0e5f0;
}

.trailersPartsXq .xqItem2 {
  margin-top: 3.75rem;
}

.trailersPartsXq .xqItem2 .line {
  height: 1px;
  width: 100%;
  background: #073184;
  opacity: .11;
  margin-top: 1.8125rem;
}

.trailersPartsXq .mod_productList {
  margin-top: 2.5rem;
}

.trailersPartsXq .mod_productList li {
  margin-bottom: 5rem;
}

.trailersPartsXq .mod_productList li .imgBox {
  padding-top: 77.2%;
}

.trailersPartsXq .mod_productList li .imgBox .posBox {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.trailersPartsXq .mod_productList li .imgBox .posBox .shuiyin {
  width: 13.9375rem;
}

.trailersPartsXq .mod_productList li .textBox {
  margin-top: 2.1875rem;
}

.trailersPartsXq .contentBox {
  margin-top: 1.5rem;
  background-color: #f2f4f9;
  border-radius: 1.25rem;
  padding: 3.75rem 5.625rem 3.4375rem 3.75rem;
}

.trailersPartsXq .contentBox .content {
  margin-top: 1.5rem;
  font-family: Calibri;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.8);
}

.contact {
  padding: 14.375rem 0 6.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact .contactBox {
  padding-left: 6.25rem;
  color: #fff;
}

.contact .contactBox .title {
  font-family: Calibri-Bold;
  font-size: 6.0625rem;
  opacity: .93;
  line-height: 1;
}

.contact .contactBox .list {
  width: 43.75rem;
  margin-top: 3.125rem;
}

.contact .contactBox .list li {
  width: 17.8125rem;
  margin-bottom: 5rem;
}

.contact .contactBox .list li i {
  font-size: 1.625rem;
}

.contact .contactBox .list li .top {
  padding-left: .75rem;
}

.contact .contactBox .list li .top p {
  font-family: Bahnschrift;
  font-size: 1.125rem;
  margin-left: .5rem;
}

.contact .contactBox .list li .line {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.27);
  margin: .625rem 0;
}

.contact .contactBox .list li .line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #073184;
}

.contact .contactBox .list li .desc {
  padding-left: .75rem;
  font-family: Calibri;
  font-size: 1.6875rem;
}

.contact .contactBox .title2 {
  font-family: Calibri-Bold;
  font-size: 2.875rem;
  opacity: .93;
}

.contact .contactBox .formBox {
  margin-top: 3.125rem;
  width: 50rem;
}

.contact .contactBox .formBox input {
  display: block;
  width: 40%;
  background: transparent;
  border: 0;
  outline: 0;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.27);
  font-family: Gilroy-Bold;
  font-size: 1rem;
  padding-bottom: 1.25rem;
  padding-left: .3125rem;
}

.contact .contactBox .formBox input::placeholder {
  color: #fff;
  font-family: Gilroy-Bold;
  font-size: 1rem;
}

.contact .contactBox .formBox .item:not(:last-child) {
  margin-bottom: 2.5rem;
}

.contact .contactBox .formBox .item .codeBox {
  width: 40%;
}

.contact .contactBox .submitBtn {
  margin-top: 2.375rem;
  width: 10rem;
  height: 3.125rem;
  background: #073184;
  border-radius: 1.5625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Calibri-Bold;
  font-size: 1.125rem;
  cursor: pointer;
}

.cursor-group {
  position: fixed;
  z-index: 0;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: width .5s, height .5s;
  background: #f8c013;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.cursor-group .bi {
  font-size: 2.8125rem;
  display: none;
}

.cursor-group.active {
  width: 9.375rem;
  height: 9.375rem;
  z-index: 30;
  pointer-events: none;
  opacity: 1;
}

.cursor-group.active .bi {
  display: block;
}

.fenye {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fenye .page-item .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 2.1875rem;
  height: 2.1875rem;
  border: 1px solid #c1c1c1;
  color: #c1c1c1;
  line-height: 24px;
}

.fenye .page-item:not(:last-child) {
  margin-right: 1.25rem;
}

.fenye .page-item:first-child .page-link {
  border-radius: 0;
}

.fenye .page-item:last-child .page-link {
  border-radius: 0;
}

.fenye .page-item:hover .page-link {
  background: #073184;
  color: #fff;
}

.fenye .page-item.active .page-link {
  background: #073184;
  color: #fff;
}

.original {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.original .magnifier {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  cursor: none;
  display: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  pointer-events: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 30;
}

.zoom-window, .zoomed {
  position: absolute;
  left: calc(100% + 15px);
  top: 0;
  z-index: 9;
  width: 38.125rem;
  height: 38.125rem;
  border: 1px solid #ccc;
  overflow: hidden;
  display: none;
  background: #fff;
}

.zoom-window img, .zoomed img {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  object-fit: contain;
}
