@charset "UTF-8";
/* 公共 */
p {
  margin-bottom: 0;
}

main {
  margin-top: 80px;
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 9999;
}

header .logo {
  display: block;
  width: 24.5rem;
}

header .pcNav .oneItem {
  position: relative;
  height: 80px;
}

header .pcNav .oneItem > a h2 {
  line-height: 80px;
  font-size: 1.125rem;
  color: #000;
}

header .pcNav .oneItem:not(:last-child) {
  margin-right: 2.5rem;
}

header .pcNav .oneItem.active > a h2 {
  color: var(--main-color);
  font-weight: bold;
}

header .pcNav .oneItem:hover > a h2 {
  color: var(--main-color);
}

header .pcNav .subItem {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0px 16px 30px 0px rgba(29, 18, 14, 0.3);
  width: 9.6875rem;
  padding: 1.25rem 0;
  text-align: center;
  border-top: 2px solid var(--main-color);
  display: none;
}

header .pcNav .subItem li a {
  font-size: 1.125rem;
  color: #000;
  line-height: 2.2;
}

header .pcNav .subItem li:hover a {
  color: var(--main-color);
}

header .toolBox {
  margin: 0 .9375rem 0 2.1875rem;
}

header .toolBox .line {
  width: 1px;
  height: 17px;
  background: #8f8f8f;
  margin: 0 .625rem;
}

header .toolBox i {
  cursor: pointer;
}

header .toolBox .box {
  position: relative;
}

header .toolBox .box .searchBox-content {
  position: absolute;
  left: 50%;
  top: 110%;
  transform: translate(-50%, 0);
  background: #fff;
  min-width: 6.25rem;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  padding: .625rem .9375rem;
  border-radius: 1.5625rem;
  display: none;
}

header .toolBox .box .searchBox-content input {
  display: block;
  border: 0;
  font-size: 14px;
  color: #000;
  outline: 0;
}

header .toolBox .box .searchBox-content input:focus {
  border: 0;
  outline: 0;
}

header .toolBox .box .langSub {
  position: absolute;
  left: 50%;
  top: 110%;
  transform: translate(-50%, 0);
  background: #fff;
  min-width: 6.25rem;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  padding: .625rem .9375rem;
  display: none;
}

header .toolBox .box .langSub li a {
  display: block;
  font-size: 16px;
  line-height: 2.2;
  white-space: nowrap;
  text-align: center;
  color: #000;
}

header .toolBox .box .langSub li.active a {
  color: var(--main-color);
  font-weight: bold;
}

header .telBox .iconfont {
  font-size: 1.125rem;
}

header .telBox p {
  margin-left: .3125rem;
  font-weight: bold;
  font-size: 1.125rem;
  color: rgba(34, 24, 21, 0.82);
}

footer {
  padding-top: 3.75rem;
}

footer .f-top .left .f-logo {
  display: block;
  width: 13.25rem;
}

footer .f-top .left .tel {
  margin-top: 4.375rem;
}

footer .f-top .left .tel p {
  font-family: Montserrat-Bold;
  margin-left: .5rem;
  letter-spacing: 0;
}

footer .f-top .left .iconList {
  display: flex;
  gap: 2.5rem;
  margin-top: 2.8125rem;
}

footer .f-top .left .iconList li {
  position: relative;
}

footer .f-top .left .iconList li .icoBox {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background: rgba(34, 24, 21, 0.24);
  display: flex;
  cursor: pointer;
  transition: all .3s;
}

footer .f-top .left .iconList li .icoBox .iconfont {
  margin: auto;
  color: #fff;
}

footer .f-top .left .iconList li .box {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 110%;
  transform: translate(-50%, 0);
  background: #fff;
  min-width: 6.25rem;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
  padding: 0.625rem;
  border-radius: 0.9375rem;
}

footer .f-top .left .iconList li .box input {
  border: 0;
  font-size: 14px;
  color: #000;
}

footer .f-top .left .iconList li .box input::placeholder {
  font-size: 14px;
  color: var(--main-color);
}

footer .f-top .left .iconList li .box p {
  font-size: 1.25rem;
  color: #000;
  white-space: nowrap;
  font-family: Calibri-Bold;
}

footer .f-top .left .iconList li .box img {
  display: block;
  width: 6.25rem;
}

footer .f-top .left .iconList li.active .icoBox {
  background: var(--btn-color);
}

footer .f-top .left .moreSqr2 {
  margin-top: 3.75rem;
}

footer .f-top .fnav {
  display: flex;
  gap: 5.3125rem;
}

footer .f-top .fnav li h2 {
  margin-bottom: 2.1875rem;
  position: relative;
}

footer .f-top .fnav li h2 a {
  font-size: 1.125rem;
  color: #221815;
  letter-spacing: 1px;
}

footer .f-top .fnav li h3 a {
  line-height: 2;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.76);
}

footer .f-top .fnav li.active h2::after {
  content: "";
  position: absolute;
  left: -18px;
  top: 60%;
  transform: translateY(-50%);
  width: 11px;
  height: 18px;
  background: var(--btn-color);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

footer .f-bot {
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  margin-top: 2.8125rem;
  padding: 1.5625rem 0;
}

footer .f-bot p,
footer .f-bot a {
  font-size: .875rem;
  color: rgba(34, 24, 21, 0.58);
}

footer.shadow {
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.05);
}

@font-face {
  font-family: Montserrat-Regular;
  src: url(../fonts/MONTSERRAT-REGULAR.TTF);
}

@font-face {
  font-family: Montserrat-Medium;
  src: url(../fonts/MONTSERRAT-MEDIUM.OTF);
}

@font-face {
  font-family: Montserrat-Bold;
  src: url(../fonts/MONTSERRAT-BOLD.OTF);
}

.i-title {
  text-align: center;
  color: #000;
  line-height: 1;
}

.i-title .e-title {
  font-family: Montserrat-Medium;
  letter-spacing: .125rem;
  opacity: .9;
  font-size: 3.3125rem;
}

@media screen and (max-width: 992px) {
  .i-title .e-title {
    font-size: 2.4375rem;
  }
}

.i-title .c-title {
  margin-top: 1.5625rem;
  font-size: 2.375rem;
  opacity: .87;
}

@media screen and (max-width: 992px) {
  .i-title .c-title {
    font-size: 1.75rem;
  }
}

.moreCir {
  width: 3.4375rem;
  height: 3.4375rem;
  background: var(--btn-color);
  border-radius: 50%;
  display: flex;
}

.moreCir i {
  margin: auto;
  color: #fff;
  font-size: 16px;
}

.moreSqr, .moreSqr2 {
  display: flex;
  width: 9.375rem;
  height: 2.9375rem;
  background: var(--btn-color);
  color: #fff;
  text-align: center;
  line-height: 2.9375rem;
  border-radius: 1.4375rem;
  font-size: 1rem;
}

.moreSqr span, .moreSqr2 span {
  margin: auto;
}

.moreSqr:hover, .moreSqr2:hover {
  color: #fff;
}

.moreSqr2 {
  justify-content: center;
}

.moreSqr2 span {
  margin: unset;
}

.moreSqr2 .iconfont {
  font-size: 1.25rem;
  margin-left: .625rem;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.moreSqr2:hover .iconfont {
  transform: rotate(45deg);
}

.innerBanner {
  height: 41.875rem;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.innerBanner .banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 1;
}

.innerBanner .banner-text .en-title {
  font-size: 3.5625rem;
  font-family: Montserrat-Regular;
}

@media screen and (max-width: 992px) {
  .innerBanner .banner-text .en-title {
    font-size: 2.625rem;
  }
}

.innerBanner .banner-text .cn-title {
  font-size: 2.375rem;
  margin-top: 1.875rem;
}

@media screen and (max-width: 992px) {
  .innerBanner .banner-text .cn-title {
    font-size: 1.75rem;
  }
}

.breadcrumbsBox {
  height: 5.3125rem;
  background: #f0f0f0;
}

.breadcrumbsBox .left a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
}

.breadcrumbsBox .breadCrumb {
  display: flex;
}

.breadcrumbsBox .breadCrumb a {
  width: 12.5rem;
  height: 5.3125rem;
  line-height: 5.3125rem;
  color: #000000;
  font-size: 1.125rem;
  text-align: center;
  transition: all .5s ease;
}

.breadcrumbsBox .breadCrumb a.active {
  background: var(--btn-color);
  color: #fff;
}

.breadcrumbsBox .breadCrumb a:hover {
  background: var(--btn-color);
  color: #fff;
}

.numList li .title {
  color: #030303;
}

.numList li p {
  color: #0b53b3;
  margin-top: 1.25rem;
  line-height: .8;
}

.numList li p .num {
  font-family: Montserrat-Bold;
  font-size: 4.1875rem;
}

/* end 公共 */
.index .banner {
  height: 55rem;
}

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

.index .banner .swiper-slide .banner-text {
  position: absolute;
  left: 0;
  width: 100%;
  top: 30%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}

.index .banner .swiper-slide .banner-text .cn-title {
  font-size: 3.5625rem;
}

@media screen and (max-width: 992px) {
  .index .banner .swiper-slide .banner-text .cn-title {
    font-size: 2.625rem;
  }
}

.index .banner .swiper-slide .banner-text .en-title {
  font-size: 1.75rem;
  margin-top: 1.875rem;
}

@media screen and (max-width: 992px) {
  .index .banner .swiper-slide .banner-text .en-title {
    font-size: 20px;
  }
}

.index .banner .swiper-pagination {
  bottom: 30px;
}

.index .banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 8px;
}

.index .banner .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--btn-color);
}

.index .i-product {
  position: relative;
  z-index: 20;
  background: #fff;
  padding: 9.375rem 0 2.8125rem;
}

.index .i-product .productSwiper {
  padding-left: 10rem;
  height: 28.4375rem;
  padding: 5.3125rem 0 2.5rem;
  box-sizing: content-box;
}

.index .i-product .productSwiper .swiper-slide {
  background: #f0f0f0;
  border-radius: 1.25rem;
  position: relative;
  top: 0;
  transition: all .3s ease;
}

@media screen and (min-width: 992px) {
  .index .i-product .productSwiper .swiper-slide:hover {
    top: -1.4375rem;
    background: #fff;
    box-shadow: 3px 24px 54px 0px rgba(0, 0, 0, 0.19);
  }
  .index .i-product .productSwiper .swiper-slide:hover .moreCir {
    opacity: 1;
    bottom: 0;
  }
}

.index .i-product .productSwiper .swiper-slide .contentBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4.375rem 0 3.125rem;
  height: 100%;
}

.index .i-product .productSwiper .text {
  text-align: center;
  color: #000;
}

.index .i-product .productSwiper .text .title {
  font-size: 1.75rem;
}

@media screen and (max-width: 992px) {
  .index .i-product .productSwiper .text .title {
    font-size: 20px;
  }
}

.index .i-product .productSwiper .text .desc {
  opacity: .83;
  margin-top: .9375rem;
}

.index .i-product .productSwiper .imgBox {
  display: flex;
  margin-top: 1.875rem;
  height: 80%;
}

.index .i-product .productSwiper .imgBox img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}

.index .i-product .productSwiper .moreCir {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translate(-50%, 50%);
  opacity: 0;
  transition: all 0.3s ease;
}

.index .i-product .productSwiper .swiper-button-next,
.index .i-product .productSwiper .swiper-button-prev {
  width: 3.75rem;
  height: 3.75rem;
  background: var(--btn-color);
  border-radius: 50%;
  color: #fff;
  margin-top: 0;
}

.index .i-product .productSwiper .swiper-button-next .iconfont,
.index .i-product .productSwiper .swiper-button-prev .iconfont {
  font-size: 1.25rem;
}

.index .i-product .productSwiper .swiper-button-next::after,
.index .i-product .productSwiper .swiper-button-prev::after {
  content: none;
}

.index .i-product .productSwiper .swiper-button-prev {
  left: 10rem;
  transform: translateX(-50%);
}

@media screen and (min-width: 2000px) {
  .index .i-product .productSwiper .swiper-button-prev {
    left: calc((100vw - 1600px)/2);
  }
}

@media screen and (min-width: 2000px) {
  .index .i-product .productSwiper {
    padding-left: calc((100vw - 1600px)/2);
  }
}

.index .i-product .swiper-tool .moreSqr, .index .i-product .swiper-tool .moreSqr2 {
  margin-left: auto;
}

.index .i-product .swiper-tool .productSwiper-scrollbar {
  margin-top: 60px;
}

.index .i-product .swiper-tool .productSwiper-scrollbar .scrollbar-track {
  height: 7px;
  background: rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

.index .i-product .swiper-tool .productSwiper-scrollbar .scrollbar-track .scrollbar-thumb {
  height: 100%;
  background: var(--btn-color);
  border-radius: 4px;
  width: 0;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: width;
  position: relative;
}

.index .i-product .swiper-tool .productSwiper-scrollbar .scrollbar-track .scrollbar-thumb::after {
  content: "";
  width: 28px;
  height: 60px;
  border-radius: 50%;
  background: url(../images/iproducSwiperIcon.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translate(50%, -90%);
  right: 0;
}

.index .i-about {
  position: relative;
}

.index .i-about .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.625rem;
  z-index: 20;
  background: #fff;
  border-radius: 0px 0px 7.5rem 0px;
}

.index .i-about .box {
  padding-left: 10rem;
}

@media screen and (min-width: 2000px) {
  .index .i-about .box {
    padding-left: calc((100vw - 1600px)/2);
  }
}

.index .i-about .box .textBox {
  width: 34.6875rem;
  margin-top: 5.625rem;
}

.index .i-about .box .textBox .logoImg {
  display: block;
  width: 20.25rem;
  margin-bottom: 2.1875rem;
}

.index .i-about .box .textBox .desc {
  margin-top: 1.875rem;
  text-align: justify;
  text-align-last: left;
  line-height: 1.75;
  letter-spacing: 1px;
}

.index .i-about .box .textBox .moreSqr2 {
  margin: 3.125rem 0 4.0625rem;
}

.index .i-about .box .textBox .numList {
  gap: 3.75rem;
}

.index .i-about .box .textBox .numList li {
  width: calc(50% - 1.875rem);
}

.index .i-about .box .rightImg {
  display: block;
  width: 74.375rem;
  position: relative;
}

.index .i-about .box .rightImg .playImg {
  display: block;
  width: 8.4375rem;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.index .i-news {
  background: url(../images/i-news-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 9.0625rem 0 5.625rem;
  border-radius: 6rem 0px 7.5rem 0px;
  z-index: 20;
  position: relative;
}

.index .i-news .newsList {
  gap: .9375rem;
  margin-top: 3.125rem;
}

.index .i-news .newsList a {
  background: #fff;
  height: 30.625rem;
  border-radius: 1.25rem;
}

.index .i-news .newsList a:not(:first-child) {
  flex: 1;
  box-shadow: 3px 24px 54px 0px rgba(0, 0, 0, 0.09);
}

.index .i-news .newsList a:not(:first-child) .box {
  width: 20rem;
  height: 100%;
  margin: 0 auto;
  padding: 2.8125rem 0 2.1875rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.index .i-news .newsList a:not(:first-child) .year {
  color: rgba(0, 0, 0, 0.64);
}

.index .i-news .newsList a:not(:first-child) .title {
  font-size: 1.1875rem;
  line-height: 1.68;
  color: rgba(0, 0, 0, 0.82);
  height: 4rem;
}

.index .i-news .newsList a:not(:first-child) .imgBox {
  overflow: hidden;
  border-radius: 1.25rem;
}

.index .i-news .newsList a:not(:first-child) .imgBox img {
  display: block;
  width: 100%;
  aspect-ratio: 320/195;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.index .i-news .newsList a:not(:first-child) .learmore {
  color: rgba(0, 0, 0, 0.72);
}

.index .i-news .newsList a:not(:first-child):hover img {
  transform: scale(1.1);
}

.index .i-news .newsList a:not(:first-child):hover .title {
  color: var(--main-color);
  font-weight: bold;
}

.index .i-news .newsList a:first-child {
  width: 49.6875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.index .i-news .newsList a:first-child .titleBox {
  padding: 2.5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}

.index .i-news .newsList a:first-child .title {
  font-size: 1.1875rem;
  font-weight: bold;
}

.index .i-news .newsList a:first-child .time {
  width: 4.0625rem;
  height: 4.875rem;
  border: 1px solid #fff;
  border-radius: .3125rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.index .i-news .newsList a:first-child .time .day {
  font-size: 1.8125rem;
  text-align: center;
}

.index .i-news .newsList a:first-child .time .year {
  margin-top: .5rem;
}

.index .i-news .moreSqr, .index .i-news .moreSqr2 {
  margin: 2.1875rem auto 0;
}

.index .i-social {
  position: relative;
  height: 60.625rem;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3.125rem;
}

.index .i-social .bgBox {
  position: absolute;
  top: -6.25rem;
  left: 0;
  width: 100%;
  height: 66.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index .i-social .i-title {
  color: #fff;
  text-align: left;
}

.index .i-social .list {
  position: relative;
  z-index: 2;
  gap: 1.25rem;
}

.index .i-social .list li .s-box {
  width: 6.5625rem;
  height: 6.5625rem;
  border-radius: 1.25rem;
  display: flex;
  background: rgba(255, 255, 255, 0.26);
  transition: all .5s ease;
  cursor: pointer;
}

.index .i-social .list li .s-box > i {
  font-size: 2.375rem;
  color: #fff;
  margin: auto;
  line-height: 1;
}

@media screen and (max-width: 992px) {
  .index .i-social .list li .s-box > i {
    font-size: 1.75rem;
  }
}

.index .i-social .list li .s-box .box {
  width: 3.125rem;
  height: 3.125rem;
  background: #fff;
  border-radius: .625rem;
  margin-left: auto;
  text-align: center;
  transition: all .3s ease;
  transition-delay: .6s;
}

.index .i-social .list li .s-box .box .iconfont {
  line-height: 3.125rem;
  color: #006cb6;
}

.index .i-social .list li .s-box .title {
  letter-spacing: 1px;
  color: #f5f6f6;
  font-weight: bold;
  margin: 1.25rem 0 1.875rem;
  line-height: 1.2;
  transition: all .3s ease;
  transition-delay: .6s;
}

.index .i-social .list li .s-box .desc {
  line-height: 1.6;
  color: #f5f6f6;
  letter-spacing: 1px;
  text-align: justify;
  text-align-last: left;
  transition: all .3s ease;
  transition-delay: .6s;
}

.index .i-social .list li .s-box .hideItem {
  display: none;
  opacity: 0;
}

.index .i-social .list li.active .s-box {
  width: 20.5rem;
  height: auto;
  padding: 1.25rem 2.5rem;
  background: rgba(0, 0, 0, 0.35);
  flex-direction: column;
}

.index .i-social .list li.active .s-box > i {
  margin: 1.875rem 0 0 0;
}

.about .about-1 .top {
  position: relative;
}

.about .about-1 .textBox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.about .about-1 .textBox .text {
  width: 38.75rem;
}

.about .about-1 .textBox .text .logoImg {
  display: block;
  width: 20.3125rem;
}

.about .about-1 .textBox .text .content {
  margin-top: 5rem;
  line-height: 1.75;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.83);
  text-align: justify;
  text-align-last: left;
}

.about .about-1 .imgBox {
  display: block;
  width: 71.875rem;
  margin-left: auto;
  position: relative;
}

.about .about-1 .imgBox .bg {
  display: block;
  width: 100%;
}

.about .about-1 .imgBox .play {
  position: absolute;
  top: 42%;
  left: 65%;
  transform: translate(-50%, -50%);
  display: block;
  width: 8.6875rem;
}

.about .about-1 .numBox {
  padding: 5rem 0;
}

.about .about-2 {
  height: 58.125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about .about-2 .w1600 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 10rem;
  position: relative;
}

.about .about-2 .w1600::after {
  content: "";
  width: 2px;
  background: rgba(255, 255, 255, 0.35);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10rem;
}

.about .about-2 .i-title {
  color: #fff;
  text-align: left;
}

.about .about-2 .about2-content {
  height: 25.625rem;
  margin-top: 3.75rem;
}

.about .about-2 .about2-content .item {
  display: flex;
  align-items: center;
  padding: 1.25rem 2.1875rem;
}

.about .about-2 .about2-content .item .year {
  font-family: Montserrat-Medium;
  color: #fff;
  font-size: 2.8125rem;
  margin-right: 2.8125rem;
  line-height: 1;
}

.about .about-2 .about2-content .item p {
  letter-spacing: 1px;
  color: #fff;
}

.about .about-3 {
  background: #f0f0f0;
  padding: 7.5rem 0;
}

.about .about-3 .top .i-title {
  text-align: left;
}

.about .about-3 .top .btnList {
  gap: 6.25rem;
}

.about .about-3 .top .btnList .btnItem {
  width: 10rem;
  height: 3.125rem;
  background: var(--main-color);
  display: flex;
  color: #fff;
  border-radius: 1.5625rem;
  cursor: pointer;
  transition: all .5s ease-in-out;
}

.about .about-3 .top .btnList .btnItem span {
  margin: auto;
}

.about .about-3 .top .btnList .btnItem:hover {
  background: var(--btn-color);
}

.about .about-3 .top .btnList .btnItem.active {
  background: var(--btn-color);
}

.about .about-3 .swiperBox {
  padding-left: 10rem;
  margin-top: 9.375rem;
}

.about .about-3 .swiperBox p {
  text-align: center;
  margin-top: 1.75rem;
}

.about .about-3 .swiperBox img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.about .about-3 .swiperBox .item {
  display: none;
}

.about .about-3 .swiperBox .item.active {
  display: block;
}

@media screen and (min-width: 2000px) {
  .about .about-3 .swiperBox {
    padding-left: calc((100vw - 1600px)/2);
  }
}

.about .about-3 .swieprTool {
  margin-top: 5.9375rem;
}

.about .about-3 .swieprTool .swiper-pagination {
  position: relative;
}

.about .about-3 .swieprTool .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #0b53b3;
  opacity: 1;
  position: relative;
}

.about .about-3 .swieprTool .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 2.8125rem;
}

.about .about-3 .swieprTool .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #0b53b3;
  border-radius: 50%;
  opacity: 0;
}

.about .about-3 .swieprTool .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}

.about .about-3 .swieprTool .item {
  display: none;
}

.about .about-3 .swieprTool .item.active {
  display: block;
}

.service .service-1 {
  padding: 5rem 0;
}

.service .service-1 .i-title {
  margin-bottom: 3.75rem;
  text-align: left;
}

.service .service-1 .item {
  min-height: 33.125rem;
}

.service .service-1 .item:not(:last-child) {
  margin-bottom: 4.375rem;
}

.service .service-1 .item:nth-child(odd) {
  flex-direction: row-reverse;
}

.service .service-1 .textBox {
  width: 50%;
  padding: 0 3.125rem;
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service .service-1 .textBox .title {
  color: var(--btn-color);
  font-weight: bold;
}

.service .service-1 .textBox .content {
  margin-top: 3.125rem;
  text-align: justify;
  text-align-last: left;
  line-height: 2.5;
}

.service .service-1 .imgBox {
  width: 50%;
  padding-top: 33%;
  position: relative;
}

.service .service-1 .imgBox .imgPos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service .service-2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8.125rem 0 6.25rem;
}

.service .service-2 .i-title {
  color: #fff;
}

.service .service-2 .btnList {
  gap: 6.25rem;
  margin-top: 5rem;
}

.service .service-2 .btnList .btnItem {
  width: 10rem;
  height: 3.125rem;
  background: #fff;
  display: flex;
  color: var(--main-color);
  border-radius: 1.5625rem;
  cursor: pointer;
  transition: all .5s ease-in-out;
}

.service .service-2 .btnList .btnItem span {
  margin: auto;
}

.service .service-2 .btnList .btnItem:hover {
  background: var(--btn-color);
  color: #fff;
}

.service .service-2 .btnList .btnItem.active {
  background: var(--btn-color);
  color: #fff;
}

.service .service-2 .tableBox .item {
  display: none;
}

.service .service-2 .tableBox .item.active {
  display: block;
}

.service .service-2 .numList {
  margin-top: 5rem;
  gap: 21.25rem;
}

.service .service-2 .numList li .title,
.service .service-2 .numList li p {
  color: #fff;
}

.service .service-2 .service2Swiper {
  margin-top: 7.8125rem;
}

.service .service-2 .service2Swiper img {
  display: block;
  width: 100%;
}

.service .service-2 .service2Swiper p {
  text-align: center;
  color: #fff;
  margin-top: 1.875rem;
}

.service .service-2 .swiperTool {
  margin-top: 5.625rem;
}

.service .service-2 .swiperTool .swiper-pagination {
  position: relative;
}

.service .service-2 .swiperTool .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #fff;
  opacity: 1;
  position: relative;
}

.service .service-2 .swiperTool .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 2.8125rem;
}

.service .service-2 .swiperTool .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ffff;
  border-radius: 50%;
  opacity: 0;
}

.service .service-2 .swiperTool .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}

.service .service-3 .top {
  padding: 16.5625rem 0 10rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service .service-3 .top .i-title {
  text-align: left;
  color: #fff;
}

.service .service-3 .top .content {
  margin-top: 5.3125rem;
  color: #fff;
  width: 50%;
  text-align: justify;
  text-align-last: left;
  line-height: 1.75;
}

.service .service-3 .bot {
  position: relative;
  top: -4.2188rem;
}

.service .service-3 .bot .btnList {
  display: flex;
  height: 8.4375rem;
  background: #fff;
}

.service .service-3 .bot .btnList .item {
  height: 100%;
  line-height: 8.4375rem;
  width: auto;
  flex: 1;
  text-align: center;
  letter-spacing: 1px;
  color: #000000;
  position: relative;
  cursor: pointer;
}

.service .service-3 .bot .btnList .item::after {
  content: "";
  width: 3.75rem;
  height: 1.0625rem;
  background: #f0f0f0;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  opacity: 0;
}

.service .service-3 .bot .btnList .item.active {
  color: var(--btn-color);
}

.service .service-3 .bot .btnList .item.active::after {
  opacity: 1;
}

.service .service-3 .bot .boxList .item {
  display: none;
  opacity: 0;
  min-height: 34.0625rem;
  background: #f0f0f0;
  transition: all .5s ease-in-out;
  transition-delay: .5s;
  cursor: pointer;
}

.service .service-3 .bot .boxList .item .imgBox {
  width: 39%;
}

.service .service-3 .bot .boxList .item .imgBox img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}

.service .service-3 .bot .boxList .item .textBox {
  width: 61%;
  padding-right: 7.1875rem;
}

.service .service-3 .bot .boxList .item .textBox .title {
  font-size: 1.875rem;
  line-height: 1;
  color: var(--btn-color);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.service .service-3 .bot .boxList .item .textBox .title span {
  height: 100%;
  display: inline-block;
  position: relative;
  padding-bottom: 1.5625rem;
}

.service .service-3 .bot .boxList .item .textBox .title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: var(--btn-color);
}

.service .service-3 .bot .boxList .item .textBox .content {
  margin-top: 2.1875rem;
  line-height: 2.3;
}

.service .service-3 .bot .boxList .item.active {
  display: flex;
  opacity: 1;
}

.contact .contact-1 {
  padding: 6.25rem 0;
}

.contact .contact-1 .left {
  width: 42.5%;
  background: #f0f0f0;
  padding: 5rem 0 4.0625rem 5rem;
}

.contact .contact-1 .left .i-title {
  text-align: left;
}

.contact .contact-1 .left .telBox {
  color: var(--btn-color);
  margin: 3.125rem 0;
}

.contact .contact-1 .left .telBox .iconfont {
  font-size: 1.8125rem;
}

.contact .contact-1 .left .telBox p {
  margin-left: .5rem;
  font-weight: bold;
}

.contact .contact-1 .left .content {
  line-height: 2;
}

.contact .contact-1 .right {
  width: 56.25%;
}

.contact .contact-2 {
  background: #f0f0f0;
  padding: 6.875rem 0 5.625rem;
}

.contact .contact-2 .i-title {
  text-align: left;
}

.contact .contact-2 .formBox {
  margin-top: 5rem;
}

.contact .contact-2 .item {
  gap: 1.875rem;
  margin-bottom: 1.875rem;
}

.contact .contact-2 .item input {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  flex: 1;
  font-size: 1rem;
  color: #000;
  background: transparent;
  outline: 0;
  height: 4.6875rem;
  padding: 0 2.1875rem;
}

.contact .contact-2 .item input::placeholder {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.43);
}

.contact .contact-2 .codeItem {
  margin-top: 1.875rem;
}

.contact .contact-2 .codeItem input {
  flex: none;
}

.contact .contact-2 textarea {
  display: block;
  width: 100%;
  height: 12.5rem;
  resize: none;
  color: #000;
  background: transparent;
  outline: 0;
  font-size: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.875rem;
}

.contact .contact-2 textarea::placeholder {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.43);
}

.contact .contact-2 .submitBtn {
  width: 13.125rem;
  height: 3.75rem;
  background: var(--btn-color);
  cursor: pointer;
  display: flex;
  color: #Fff;
  margin-top: 1.875rem;
}

.contact .contact-2 .submitBtn span {
  margin: auto;
}

.job .job-1 {
  padding: 7.1875rem 0;
}

.job .job-1 .i-title {
  text-align: left;
}

.job .job-1 .itemList {
  margin-top: 4.375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 2.1875rem 2.1875rem;
}

@media (max-width: 992px) {
  .job .job-1 .itemList {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 640px) {
  .job .job-1 .itemList {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

.job .job-1 .itemList li {
  min-height: 17.1875rem;
  background: #f0f0f0;
  text-align: center;
  padding: 3.125rem 1.875rem 0;
}

.job .job-1 .itemList li .iconfont {
  text-align: center;
  color: var(--btn-color);
  font-size: 2.8125rem;
}

.job .job-1 .itemList li .content {
  margin-top: 1.875rem;
  line-height: 1.75;
  letter-spacing: 1px;
}

.job .job-2 {
  padding-top: 19.6875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.job .job-2 .i-title {
  text-align: left;
}

.job .job-2 .swiperTool {
  margin: 9.375rem 0 3.75rem;
}

.job .job-2 .swiperTool .swiper-button-prev,
.job .job-2 .swiperTool .swiper-button-next {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 1px dotted var(--btn-color);
  opacity: 1;
  margin-top: 0;
}

.job .job-2 .swiperTool .swiper-button-prev::after,
.job .job-2 .swiperTool .swiper-button-next::after {
  content: none;
}

.job .job-2 .swiperTool .swiper-button-prev .iconfont,
.job .job-2 .swiperTool .swiper-button-next .iconfont {
  font-size: 1.5rem;
  color: var(--btn-color);
}

.job .job-2 .swiperTool .swiper-button-prev:hover,
.job .job-2 .swiperTool .swiper-button-next:hover {
  background: var(--btn-color);
}

.job .job-2 .swiperTool .swiper-button-prev:hover .iconfont,
.job .job-2 .swiperTool .swiper-button-next:hover .iconfont {
  color: #fff;
}

.job .job-2 .swiperTool .swiper-button-prev {
  margin-right: 1.25rem;
}

.job .job-2 .jobSwiper {
  padding-left: 10rem;
  height: 20.9375rem;
}

.job .job-2 .jobSwiper .swiper-slide {
  background: #f0f0f0;
  border-radius: 1.25rem;
  padding: 0 1.875rem;
  cursor: pointer;
}

.job .job-2 .jobSwiper .swiper-slide:hover {
  background: var(--btn-color);
}

.job .job-2 .jobSwiper .swiper-slide:hover .title,
.job .job-2 .jobSwiper .swiper-slide:hover .tip,
.job .job-2 .jobSwiper .swiper-slide:hover .content,
.job .job-2 .jobSwiper .swiper-slide:hover .itemMore span {
  color: #fff;
}

.job .job-2 .jobSwiper .swiper-slide:hover .content p::before,
.job .job-2 .jobSwiper .swiper-slide:hover .itemMore .cir {
  background: #fff;
}

.job .job-2 .jobSwiper .swiper-slide:hover .title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.33);
}

.job .job-2 .jobSwiper .swiper-slide:hover .itemMore .cir {
  transform: rotate(45deg);
}

.job .job-2 .jobSwiper .swiper-slide:hover .itemMore .cir .iconfont {
  color: var(--main-color);
}

.job .job-2 .jobSwiper .title {
  color: #000;
  padding-bottom: 1.4375rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.33);
}

.job .job-2 .jobSwiper .title p {
  font-weight: bold;
}

.job .job-2 .jobSwiper .itemMore .cir {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  background: var(--btn-color);
  transition: all .3s;
}

.job .job-2 .jobSwiper .itemMore .cir .iconfont {
  margin: auto;
  font-size: 12px;
  color: #fff;
}

.job .job-2 .jobSwiper .itemMore span {
  font-size: 14px;
  color: #000;
  margin-left: .375rem;
}

.job .job-2 .jobSwiper .box {
  display: flex;
  min-height: 20.9375rem;
  flex-direction: column;
  justify-content: center;
}

.job .job-2 .jobSwiper .tip {
  margin-top: 1.25rem;
}

.job .job-2 .jobSwiper .content {
  margin-top: 3.125rem;
  line-height: 1.9;
}

.job .job-2 .jobSwiper .content p {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
}

.job .job-2 .jobSwiper .content p::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--main-color);
  position: absolute;
  top: 50%;
  left: -0.625rem;
  transform: translateY(-50%);
}

@media screen and (min-width: 2000px) {
  .job .job-2 .jobSwiper {
    padding-left: calc((100vw - 1600px)/2);
  }
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}

.mask .box {
  width: 85.625rem;
  height: 45.9375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 1.875rem;
}

.mask .closeBtn {
  margin: 1.5625rem 1.5625rem 1.5625rem auto;
  display: block;
  width: 2.5rem;
  cursor: pointer;
}

.mask .jobXq {
  width: 86%;
  margin: 0 auto;
}

.mask .jobXq .titleBox {
  padding-bottom: 1.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.27);
}

.mask .jobXq .titleBox .title {
  color: var(--btn-color);
  font-weight: bold;
  position: relative;
}

.mask .jobXq .titleBox .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2rem;
  width: 100%;
  height: 2px;
  background: var(--btn-color);
}

.mask .jobXq .titleBox .email {
  color: #050505;
}

.mask .jobXq .titleBox .email span {
  color: var(--btn-color);
  font-weight: bold;
}

.mask .jobXq .titleBox .tel .iconfont {
  color: var(--btn-color);
}

.mask .jobXq .titleBox .tel p {
  margin-left: .5rem;
  color: var(--btn-color);
  font-weight: bold;
}

.mask .jobXq .jobXqBox {
  margin-top: 3.125rem;
  height: 31.25rem;
}

.mask .jobXq .jobXqBox .xq-title {
  color: var(--btn-color);
  margin-bottom: 1.5625rem;
}

.mask .jobXq .jobXqBox .xq-content {
  margin-bottom: 2.5rem;
  color: #646464;
  line-height: 2;
}

.mask .jobBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10.625rem;
  height: 3.125rem;
  background: var(--btn-color);
  border-radius: 1.625rem;
  position: absolute;
  right: 3.75rem;
  bottom: 0;
}

.mask .jobBtn .cir {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  background: #fff;
  transition: all .3s ease-in-out;
}

.mask .jobBtn .cir .iconfont {
  margin: auto;
  font-size: 12px;
  color: var(--btn-color);
}

.mask .jobBtn span {
  color: #fff;
  margin-left: .375rem;
}

.mask .jobBtn:hover .cir {
  transform: rotate(45deg);
}

.fanye {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.125rem;
}

.fanye li a,
.fanye li span {
  display: block;
  width: 35px;
  height: 35px;
  background: #eeeeee;
  color: #666;
  border-radius: 3px;
  text-align: center;
  line-height: 35px;
}

.fanye li:not(:last-child) {
  margin-right: 10px;
}

.fanye li:first-child a,
.fanye li:first-child span, .fanye li:last-child a,
.fanye li:last-child span {
  width: auto;
  padding: 0 7px;
}

.fanye li.active a,
.fanye li.active span {
  background: #09318d;
  color: #fff;
}

.fanye li:hover a,
.fanye li:hover span {
  background: #09318d;
  color: #fff;
}
