@charset "UTF-8";
/* 公共 */
* {
  font-size: var(--font16);
  font-family: Montserrat-Regular;
}

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

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

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

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

@font-face {
  font-family: AvantGardeITCbyBT-Book;
  src: url(../fonts/AVANTGARDE-BOOKBOLD.TTF);
}

/**
 * grid布局
 * @param {number} $cols   列数
 * @param {number} $colGip 列间隔
 * @param {number} $rowGip 行间隔
 * @param {list}   $mobile 断点配置列表(默认空)
    * @param {number} $breakpoint 断点值
    * @param {number} $cols       列数
    * @param {number} $colGap     行列间隔
*/
@keyframes dotAni {
  0% {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
  }
  50% {
    width: 150%;
    height: 150%;
    background-color: rgba(255, 255, 255, 0.4);
  }
  100% {
    width: 300%;
    height: 300%;
    background-color: rgba(255, 255, 255, 0);
  }
}

@keyframes dotAni2 {
  0% {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
  }
  50% {
    width: 200%;
    height: 200%;
    background-color: rgba(255, 255, 255, 0.4);
  }
  100% {
    width: 400%;
    height: 400%;
    background-color: rgba(255, 255, 255, 0);
  }
}

@keyframes dotAni3 {
  0% {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
  }
  50% {
    width: 200%;
    height: 200%;
    background-color: rgba(255, 255, 255, 0.4);
  }
  100% {
    width: 400%;
    height: 400%;
    background-color: rgba(255, 255, 255, 0);
  }
}

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

.swiper-button-clear {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  transform: unset;
  margin-top: 0;
}

.swiper-button-clear::after {
  content: none;
}

.swiper-button-style, .swiper-button-style2, .swiper-button-style3, .swiper-button-style4, .swiper-button-style5 {
  width: 4.375rem;
  height: 4.375rem;
  background: #dee3e6;
  border-radius: 50%;
}

.swiper-button-style i, .swiper-button-style2 i, .swiper-button-style3 i, .swiper-button-style4 i, .swiper-button-style5 i {
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
}

.swiper-button-style:hover i, .swiper-button-style2:hover i, .swiper-button-style3:hover i, .swiper-button-style4:hover i, .swiper-button-style5:hover i {
  color: #fff;
}

.swiper-button-style::after, .swiper-button-style2::after, .swiper-button-style3::after, .swiper-button-style4::after, .swiper-button-style5::after {
  content: none;
}

.swiper-button-style2 {
  background: linear-gradient(0deg, #e1e6ec 0%, #ffffff 100%);
  opacity: .84;
}

.swiper-button-style2 i {
  font-size: var(--font30);
}

.swiper-button-style2:hover {
  opacity: 1;
}

.swiper-button-style2:hover i {
  color: #000;
}

.swiper-button-style3 {
  background: rgba(255, 255, 255, 0.51);
}

.swiper-button-style3 i {
  color: #fff;
  font-size: var(--font26);
}

.swiper-button-style3:hover {
  background: white;
}

.swiper-button-style3:hover i {
  color: var(--second-color);
}

.swiper-button-style4 {
  background: rgba(0, 0, 0, 0.13);
}

.swiper-button-style4 i {
  color: #fff;
  font-size: var(--font26);
}

.swiper-button-style5 {
  background: transparent;
  border: 1px solid #0857cf;
}

.swiper-button-style5 i {
  color: #000;
}

.swiper-button-style5:hover {
  background: #0857cf;
}

/* end 公共 */
main {
  margin-top: var(--header-height);
}

.moreBtn {
  display: inline-block;
  padding: 1rem 2.5rem;
  color: #000;
  border: 1px solid #000000;
  border-radius: 1.5rem;
  transition: all .5s ease-in-out;
}

.moreBtn:hover {
  background: var(--main-color);
  color: #fff;
  border: 1px solid var(--main-color);
}

.moreBtn2 {
  display: block;
  width: 9.6875rem;
  height: 3.125rem;
  background: #fff;
  border-radius: 24px;
  color: #000;
  text-align: center;
  line-height: 3.125rem;
  transition: background .3s ease-in-out;
}

.moreBtn2:hover {
  background: var(--second-color);
  color: #fff;
}

.mode-title {
  font-family: Montserrat-Bold;
  font-size: var(--font58);
  letter-spacing: -1px;
  color: #000000;
}

.mode-desc {
  font-size: var(--font16);
  line-height: 2;
  color: #000;
}

.news-listStyle a {
  display: block;
  height: 32.1875rem;
  border-radius: 1.25rem;
  overflow: hidden;
}

.news-listStyle .text-box {
  height: 50%;
  width: 100%;
  background: #fff;
  padding: 2.8125rem 1.875rem 0;
  box-sizing: border-box;
}

.news-listStyle .text-box .year {
  font-size: var(--font16);
  color: rgba(0, 0, 0, 0.54);
}

.news-listStyle .text-box .news-title {
  font-size: var(--font22);
  line-height: 1.5;
  margin-top: 1.875rem;
  color: #000000;
}

.news-listStyle .img-box {
  height: 50%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-listStyle .img-box img {
  display: block;
  width: 100%;
}

.product-listStyle a {
  display: block;
  height: 37.8125rem;
  padding: 2.0625rem;
  padding-top: 0;
  background: #ededed;
  border-radius: 1.25rem;
  box-sizing: border-box;
  transition: all .3s ease-in-out;
}

.product-listStyle a .img-box {
  height: 86.53%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-listStyle a .img-box img {
  max-width: 100%;
  max-height: 90%;
}

.product-listStyle a .text-box {
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.9);
  padding-top: 1.5625rem;
}

.product-listStyle a .text-box .title {
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.3;
}

.product-listStyle a .text-box i {
  flex-shrink: 0;
  font-size: var(--font24);
  color: var(--second-color);
}

.typeList {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 2.8125rem 6.25rem;
}

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

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

@media (max-width: 640px) {
  .typeList {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

.typeList li {
  position: relative;
}

.typeList li > a {
  background: #ededed;
  border-radius: 2.1875rem;
  display: block;
  min-height: 4.375rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.9);
  transition: all .3s ease-in-out;
  letter-spacing: -1px;
  cursor: pointer;
}

.typeList li:hover > a {
  background: var(--second-color) !important;
  color: rgba(255, 255, 255, 0.9);
}

.typeList li.active > a {
  background: var(--second-color) !important;
  color: rgba(255, 255, 255, 0.9);
}

.typeList .subItem i {
  margin-left: .625rem;
}

.typeList .subItem.subActive > a {
  box-shadow: 0px 10px 16px 1px rgba(10, 2, 4, 0.25);
  border-radius: 10px 10px 0px 0px;
}

.typeList .subList {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ededed;
  border-top: 1px solid rgba(0, 0, 0, 0.17);
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 10px 16px 1px rgba(10, 2, 4, 0.2);
  z-index: 20;
}

.typeList .subList a {
  padding-left: 1.6875rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
  display: block;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.9);
}

.typeList .subList a:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}

.typeList .subList a:hover {
  background: var(--second-color);
  color: rgba(255, 255, 255, 0.9);
}

.typeList .subList a.active {
  background: var(--second-color);
  color: rgba(255, 255, 255, 0.9);
}

.typeList.whiteStyle li > a {
  background: #fff;
}

.typeList.whiteStyle .subList {
  background: #fff;
}

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

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

.banner .titleBox .title {
  font-family: Montserrat-Bold;
  font-size: var(--font63);
  letter-spacing: -2px;
  color: #fff;
}

.breadCrumbs {
  display: flex;
  align-items: center;
}

.breadCrumbs a {
  display: flex;
  align-items: center;
}

.breadCrumbs a,
.breadCrumbs span {
  line-height: 1.2;
  font-size: var(--font18);
  color: rgba(0, 0, 0, 0.53);
}

.breadCrumbs i {
  font-size: var(--font18);
  margin-right: 10px;
}

.breadCrumbs.right {
  justify-content: flex-end;
}

.backBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.9375rem;
  height: 3.4375rem;
  border: solid 1px #a3a3a3;
  border-radius: 1.6875rem;
  transition: all .3s ease;
}

.backBtn span {
  font-size: var(--font20);
  color: #000;
  margin-left: .75rem;
  letter-spacing: -1px;
}

.backBtn i {
  font-size: var(--font20);
  color: var(--second-color);
}

.backBtn:hover {
  background: var(--main-color);
  border: 1px solid var(--main-color);
}

.backBtn:hover i,
.backBtn:hover span {
  color: #fff;
}

.more {
  display: inline-block;
  width: 10.3125rem;
  height: 3.4375rem;
  background: var(--second-color);
  border-radius: 28px;
  text-align: center;
  line-height: 3.4375rem;
  font-size: var(--font16);
  color: #fff;
}

.more:hover {
  background: #4a85e3;
  color: #fff;
}

.mode-content * {
  line-height: 1.75;
  font-size: var(--font20);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  z-index: 99999;
  overflow: hidden;
}

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

header .logo img {
  /* 将图片变为白色 */
}

header .header-right .header-search {
  margin-right: 1.875rem;
}

header .header-right .header-search .search-btn {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  background: #000;
  display: flex;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

header .header-right .header-search .search-btn::after {
  content: "";
  width: 100%;
  height: 0;
  background: var(--gradient-color);
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: all .3s ease;
  z-index: 1;
}

header .header-right .header-search .search-btn i {
  font-size: var(--font16);
  color: #fff;
  margin: auto;
  position: relative;
  z-index: 2;
}

header .header-right .header-search .search-btn:hover::after {
  height: 100%;
}

header .header-right .langBtn {
  color: #000;
  font-size: var(--font22);
}

header .header-right .langBtn:hover {
  color: var(--main-color);
}

header nav .nav-list .one-title {
  height: 100%;
  position: relative;
  padding: 0 2.5rem;
}

header nav .nav-list .one-title h2 {
  height: 100%;
  display: flex;
  align-items: center;
}

header nav .nav-list .one-title h2 a {
  font-weight: normal;
  font-size: var(--font18);
  color: #000;
}

header nav .nav-list .one-title:first-child {
  padding-left: 0;
}

header nav .nav-list .one-title.active h2 a {
  color: var(--main-color) !important;
}

header nav .nav-list .one-title:hover h2 a {
  color: var(--main-color) !important;
}

header nav .nav-list .one-title:hover .subList {
  top: var(--header-height);
  opacity: 1;
  pointer-events: auto;
}

header nav .nav-list .one-title:hover .productSubList {
  top: var(--header-height);
  opacity: 1;
  pointer-events: auto;
}

header nav .nav-list .subList {
  position: fixed;
  top: calc(var(--header-height)/2);
  left: 0;
  width: 100vw;
  height: var(--header-height);
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease-in-out;
  pointer-events: none;
  opacity: 0;
  box-shadow: 3px 0 3px 3px rgba(0, 0, 0, 0.02);
  z-index: 9999;
}

header nav .nav-list .subList li {
  position: relative;
}

header nav .nav-list .subList li a {
  color: #000;
  font-weight: normal;
}

header nav .nav-list .subList li:hover a {
  color: var(--main-color);
}

header nav .nav-list .subList li:not(:last-child) {
  margin-right: 5rem;
}

header nav .nav-list .subList li:not(:last-child)::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--main-color);
  position: absolute;
  top: 50%;
  right: -2.5rem;
  transform: translateY(-50%);
}

header nav .nav-list .productSubList {
  position: fixed;
  top: calc(var(--header-height)/2);
  top: var(--header-height);
  left: 0;
  width: 100vw;
  background: white;
  transition: all .5s ease-in-out;
  pointer-events: none;
  opacity: 0;
  box-shadow: 3px 0 3px 3px rgba(0, 0, 0, 0.02);
  z-index: 9999;
}

header nav .nav-list .productSubList .box {
  padding: 3.125rem 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 3.125rem 1.25rem;
}

@media (max-width: 992px) {
  header nav .nav-list .productSubList .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  header nav .nav-list .productSubList .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

header nav .nav-list .productSubList .box a {
  display: block;
  width: 100%;
  color: #000;
  text-align: center;
}

header nav .nav-list .productSubList .box a img {
  display: block;
  max-width: 70%;
  margin: 0 auto .9375rem;
  transition: all .5s ease-in-out;
  border-radius: 1.25rem;
}

header nav .nav-list .productSubList .box a:hover img {
  transform: scale(1.1);
}

header nav .nav-list .productSubList .box2 {
  padding: 3.125rem 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 1.875rem 1.875rem;
}

@media (max-width: 992px) {
  header nav .nav-list .productSubList .box2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  header nav .nav-list .productSubList .box2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

header nav .nav-list .productSubList .box2 a {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}

header nav .nav-list .productSubList .box2 a img {
  width: 100%;
  display: block;
  transition: all .5s ease-in-out;
}

header nav .nav-list .productSubList .box2 a p {
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  width: 100%;
  padding-left: 1.25rem;
  box-sizing: border-box;
  color: #fff;
}

header nav .nav-list .productSubList .box2 a:hover img {
  transform: scale(1.1);
}

header .search-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  background: #ffff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  transition: all .5s linear;
}

header .search-content.active {
  transform: translateY(0);
}

header .search-content form {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #000;
}

header .search-content input {
  height: calc(var(--header-height)*0.5);
  flex: 1;
  background: none;
  color: #000;
  font-size: var(--font18);
}

header .search-content input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: var(--font18);
}

header .search-content button {
  height: calc(var(--header-height)*0.5);
  width: calc(var(--header-height)*0.5);
  background: none;
  color: #000;
  font-size: var(--font18);
  padding: 0;
  cursor: pointer;
}

header.fixed {
  background: #fff;
  box-shadow: 1px 1px 24px 0px rgba(0, 0, 0, 0.07);
}

header.fixed .logo img {
  filter: none;
}

header.fixed nav .nav-list .one-title h2 a {
  color: #000;
}

footer {
  background: #002776;
  color: #fff;
  padding-top: 5.625rem;
}

footer .footer-top {
  padding-bottom: 3.4375rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}

footer .footer-top .left .text1 {
  font-size: var(--font46);
  font-family: Montserrat-Bold;
}

footer .footer-top .left .text2 {
  margin-top: 1.25rem;
  font-size: var(--font20);
}

footer .footer-top .right input {
  width: 25.75rem;
  height: 4.0625rem;
  border: 1px solid #fff;
  color: #fff;
  font-size: var(--font20);
  background: transparent;
  padding: 0 1rem;
  border-radius: 10px;
}

footer .footer-top .right input::placeholder {
  color: #fff;
  font-size: var(--font20);
}

footer .footer-top .right .submit {
  width: 10rem;
  height: 4.0625rem;
  background: #e70012;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  font-size: var(--font20);
}

footer .footer-nav {
  margin-top: 5rem;
  padding: 0 .9375rem;
}

footer .footer-nav li a {
  font-size: var(--font22);
  color: #fff;
}

footer .footer-contact {
  margin-top: 4.0625rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.07);
  min-height: 8.4375rem;
  display: flex;
  align-items: center;
}

footer .footer-contact .item {
  position: relative;
}

footer .footer-contact .item:nth-child(1) {
  width: 33.75%;
  padding-left: 2.5rem;
}

footer .footer-contact .item:nth-child(2) {
  width: 30%;
}

footer .footer-contact .item:nth-child(3) {
  width: 36.25%;
}

footer .footer-contact .item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 4.0625rem;
  background: rgba(255, 255, 255, 0.21);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

footer .footer-contact .item:not(:first-child) {
  padding-left: 5.625rem;
}

footer .footer-contact .text {
  margin-top: 1.25rem;
  font-size: var(--font16);
}

footer .footer-contact .tel {
  font-size: var(--font24);
}

footer .footer-bq {
  margin-top: 3.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  height: 3.75rem;
}

footer .footer-bq a,
footer .footer-bq span,
footer .footer-bq p {
  color: rgba(255, 255, 255, 0.36);
  font-size: 14px;
}

.index {
  margin-top: 0;
}

.index .i-banner .swiper {
  height: 100vh;
}

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

.index .i-banner .swiper-pagination {
  bottom: 2.5rem;
}

.index .i-banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  position: relative;
  opacity: 1;
}

.index .i-banner .swiper-pagination-bullet::after {
  content: "";
  width: 26px;
  height: 18px;
  background: url("../images/banner-icon.png") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: all .5s ease-in;
}

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

.index .i-banner .swiper-pagination-bullet-active {
  background: transparent;
}

.index .i-banner .swiper-pagination-bullet-active::after {
  opacity: 1;
}

.index .i-banner .banner-text {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.index .i-banner .banner-text p {
  font-size: var(--font40);
  color: #000000;
  letter-spacing: -1px;
}

.index .i-banner .banner-text .moreBtn {
  margin-top: 1.875rem;
}

.index .i-banner .swiper-slide2 .banner-text {
  text-align: left;
  top: 55%;
}

.index .i-banner .swiper-slide2 .banner-text p:nth-child(2) {
  margin-top: 2.1875rem;
  font-size: var(--font24);
  letter-spacing: -1px;
  color: #000;
}

.index .i-banner .swiper-slide2 .banner-text .moreBtn {
  margin-top: 2.5rem;
}

.index .i-product {
  padding: 7rem 0 7.8125rem;
}

.index .i-product .swiper-box {
  position: relative;
  margin-top: 5rem;
}

.index .i-product .swiper-box .productSwiper {
  height: 37.5rem;
  border-radius: 1.25rem;
  margin: 0 -15px;
}

.index .i-product .swiper-box .productSwiper .swiper-item {
  width: 21.25%;
  padding: 0 15px;
  box-sizing: border-box;
  transition: width .2s ease-in;
}

.index .i-product .swiper-box .productSwiper .swiper-item .box {
  display: block;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  padding-top: 3.125rem;
  box-sizing: border-box;
}

.index .i-product .swiper-box .productSwiper .swiper-item .box .title {
  font-size: var(--font24);
  font-family: Montserrat-Bold;
  color: #000;
  position: relative;
  z-index: 20;
}

.index .i-product .swiper-box .productSwiper .swiper-item .box p {
  margin-top: 1.25rem;
  color: rgba(0, 0, 0, 0.63);
}

.index .i-product .swiper-box .productSwiper .swiper-item .box .bgBox {
  position: relative;
  height: 100%;
}

.index .i-product .swiper-box .productSwiper .swiper-item .box .bgBox::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(0deg, #0053cf 0%, transparent 55%);
  opacity: 0;
}

.index .i-product .swiper-box .productSwiper .swiper-item.swiper-slide-active {
  width: 37.3125%;
}

.index .i-product .swiper-box .productSwiper .swiper-item.swiper-slide-active .innerSwiperBox {
  display: block;
}

.index .i-product .swiper-box .productSwiper .swiper-item.swiper-slide-active .bgBox::after {
  opacity: 1;
}

.index .i-product .swiper-box .innerSwiperBox {
  padding-left: 1.875rem;
  margin-top: 2.5rem;
  display: none;
  z-index: 20;
}

.index .i-product .swiper-box .innerSwiper {
  overflow: visible;
}

.index .i-product .swiper-box .innerSwiper .swiper-wrapper {
  display: flex;
}

.index .i-product .swiper-box .innerSwiper .swiper-slide {
  width: auto;
  height: 40px;
  min-width: 120px;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font16);
  color: #000;
  margin-right: 7px;
}

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

.index .i-product .swiper-box .swiper-button-prev {
  left: 0;
  transform: translateX(calc(-100% - 2.5rem));
}

.index .i-product .swiper-box .swiper-button-next {
  right: 0;
  transform: translateX(calc(100% + 2.5rem));
}

.index .i-choose {
  padding: 8.75rem 0;
  background: #f0f1f3;
}

.index .i-choose .i-choose-1 .left {
  width: 48.44%;
}

.index .i-choose .i-choose-1 .left .mode-desc {
  margin: 2.1875rem 0;
  font-weight: normal;
}

.index .i-choose .i-choose-1 .img-box {
  width: 44.2%;
  overflow: hidden;
  border-radius: 1.25rem;
  cursor: pointer;
  position: relative;
}

.index .i-choose .i-choose-1 .img-box i {
  color: #fff;
  font-size: var(--font100);
  z-index: 20;
}

.index .i-choose .i-choose-1 .img-box img {
  transition: all .5s ease-in;
}

.index .i-choose .i-choose-1 .img-box:hover img {
  transform: scale(1.1);
}

.index .i-choose .i-choose-2 {
  margin-top: 4.6875rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 0 2.1875rem;
}

@media (max-width: 992px) {
  .index .i-choose .i-choose-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

.index .i-choose .i-choose-2 .item {
  height: 12.5rem;
  border: 1px solid rgba(0, 0, 0, 0.55);
  border-radius: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all .3s ease-in-out;
}

.index .i-choose .i-choose-2 .item i.iconfont {
  font-size: var(--font30);
}

.index .i-choose .i-choose-2 .item .numberBox {
  font-size: var(--font63);
  font-family: Montserrat-Bold;
}

.index .i-choose .i-choose-2 .item .numberBox .number {
  font-size: var(--font63);
  font-family: Montserrat-Bold;
}

.index .i-choose .i-choose-2 .item .numberBox .danwei {
  font-size: var(--font20);
}

.index .i-choose .i-choose-2 .item p {
  font-family: Montserrat-Bold;
}

.index .i-choose .i-choose-2 .item:hover {
  border: 1px solid var(--second-color);
  background: var(--second-color);
}

.index .i-choose .i-choose-2 .item:hover i, .index .i-choose .i-choose-2 .item:hover .numberBox span, .index .i-choose .i-choose-2 .item:hover p, .index .i-choose .i-choose-2 .item:hover .numberBox {
  color: #fff !important;
}

.index .i-solution {
  padding: 6.875rem 0 4.6875rem;
}

.index .i-solution .container {
  position: relative;
}

.index .i-solution .container .swiper-button-prev i,
.index .i-solution .container .swiper-button-next i {
  font-size: var(--font30);
  color: #000;
}

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

.index .i-solution .iSolutionSwiper1 {
  margin-top: 6.25rem;
}

.index .i-solution .iSolutionSwiper1 .swiper-slide {
  text-align: center;
  cursor: pointer;
}

.index .i-solution .iSolutionSwiper1 .swiper-slide-thumb-active i,
.index .i-solution .iSolutionSwiper1 .swiper-slide-thumb-active p {
  color: var(--main-color);
}

.index .i-solution .iSolutionSwiper1 i {
  font-size: var(--font35);
  margin: 0 auto;
}

.index .i-solution .iSolutionSwiper1 p {
  line-height: 1.6;
}

.index .i-solution .swiper-box {
  overflow: hidden;
  margin-top: 3.125rem;
}

.index .i-solution .swiper-box .swiper-button-prev {
  left: 17%;
}

.index .i-solution .swiper-box .swiper-button-next {
  right: 17%;
}

.index .i-solution .iSolutionSwiper2 {
  overflow: visible;
}

.index .i-solution .iSolutionSwiper2 .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
}

.index .i-solution .iSolutionSwiper2 .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(255, 255, 255, 0.6);
  transition: all .5s ease-in-out;
}

.index .i-solution .iSolutionSwiper2 .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-image: linear-gradient(0deg, #000000 0%, transparent 100%);
  opacity: 0;
  transition: all .5s ease-in-out;
}

.index .i-solution .iSolutionSwiper2 .swiper-slide-active::after {
  opacity: 0;
}

.index .i-solution .iSolutionSwiper2 .swiper-slide-active::before {
  opacity: .66;
}

.index .i-solution .iSolutionSwiper2 .swiper-slide-active .text {
  opacity: 1;
}

.index .i-solution .iSolutionSwiper2 .text {
  position: absolute;
  left: 0;
  bottom: 2.5rem;
  width: 100%;
  padding: 0 2.5rem;
  box-sizing: border-box;
  z-index: 5;
  opacity: 0;
  transition: all .5s ease-in-out;
  transition-delay: 0.8s;
}

.index .i-solution .iSolutionSwiper2 .text .mode-title {
  letter-spacing: -1px;
  font-family: Montserrat-Regular;
  color: #fff;
}

.index .i-solution .iSolutionSwiper2 .text .mode-desc {
  margin-top: 1.25rem;
  color: #fff;
  line-height: 1.5;
}

.index .i-getSolution {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 32.1875rem;
}

.index .i-getSolution .title {
  width: 51.6875%;
  margin-bottom: 3.4375rem;
}

.index .i-getSolution .title p {
  font-size: var(--font50);
  font-family: Montserrat-Bold;
  line-height: 1.12;
  letter-spacing: -1px;
  color: #fff;
}

.index .news-style .img-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s ease-in-out;
}

.index .news-style .news-title {
  font-size: var(--font26);
  font-family: Montserrat-Bold;
  letter-spacing: -1px;
  color: #000;
}

.index .news-style .news-desc {
  font-size: var(--font18);
  color: rgba(0, 0, 0, 0.63);
  line-height: 1.2;
}

.index .news-style .year {
  font-size: var(--font18);
  color: rgba(0, 0, 0, 0.54);
}

.index .news-style .imgBox {
  overflow: hidden;
  border-radius: 1.25rem;
}

.index .i-news {
  padding: 5.625rem 0;
}

.index .i-news .news-box {
  margin-top: 4.375rem;
}

.index .i-news .news-box .left-news {
  width: 48.125%;
}

.index .i-news .news-box .left-news .img-box {
  width: 100%;
  height: 29.875rem;
}

.index .i-news .news-box .left-news .news-title {
  font-size: var(--font30);
  margin: 1.875rem 0;
}

.index .i-news .news-box .left-news .year {
  font-size: var(--font20);
}

.index .i-news .news-box .left-news:hover .img-box {
  transform: scale(1.1);
}

.index .i-news .news-box .right-list {
  width: 43.125%;
}

.index .i-news .news-box .right-list .left {
  width: 55%;
}

.index .i-news .news-box .right-list .news-desc {
  margin: 1.125rem 0;
}

.index .i-news .news-box .right-list .img-box {
  width: 15.3125rem;
  height: 9.375rem;
}

.index .i-news .news-box .right-list li a:hover .img-box {
  transform: scale(1.1);
}

.index .i-news .news-box .right-list li:not(:last-child) {
  margin-bottom: 4.375rem;
}

.product .productBox {
  margin: 3.75rem 0 5rem;
}

.product .breadCrumbs {
  justify-content: flex-end;
}

.product .typeList {
  margin-top: 3.75rem;
}

.product .productList {
  margin-top: 6.875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 3.3125rem 3.75rem;
}

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

@media (max-width: 768px) {
  .product .productList {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.product .productList a:hover {
  transform: translateY(-2.5rem);
  box-shadow: 0px 25px 39px 1px rgba(10, 2, 4, 0.15);
}

.product .productList a:hover .text-box .title {
  color: var(--second-color);
}

.productXq {
  padding-top: 2.1875rem;
  padding-bottom: 9.0625rem;
  position: relative;
}

.productXq::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 58.125rem;
  z-index: -1;
  background: url(../images/proXq-bg.png) no-repeat center center;
  background-size: cover;
}

.productXq .top {
  padding-left: .9375rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.productXq .xq-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  display: flex;
}

.productXq .xq-title h2 {
  padding-bottom: 1.25rem;
  position: relative;
  padding-left: 10px;
  font-size: var(--font24);
  font-weight: normal;
  font-family: Montserrat-Bold;
  letter-spacing: -1px;
  color: #070707;
}

.productXq .xq-title h2::after {
  content: "";
  width: calc(100% + 20px);
  height: 4px;
  background: var(--second-color);
  position: absolute;
  bottom: 0;
  left: -10px;
}

.productXq .xq-1 {
  margin-top: 5rem;
}

.productXq .xq-1 .img-box {
  margin-left: .9375rem;
  width: 38.75rem;
  height: 38.75rem;
  background-color: #ededed;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.productXq .xq-1 .img-box img {
  display: block;
  max-width: 90%;
  max-height: 80%;
}

.productXq .xq-1 .text-box {
  margin-left: 8.75rem;
  width: 48.125rem;
}

.productXq .xq-1 .text-box .title {
  font-size: var(--font40);
  letter-spacing: -1px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.325;
  font-weight: normal;
}

.productXq .xq-1 .text-box .line {
  margin: 2.1875rem 0 3.4375rem;
  width: 92.46%;
  height: 1px;
  background: rgba(0, 0, 0, 0.13);
}

.productXq .xq-1 .text-box .desc {
  font-size: var(--font20);
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.75);
}

.productXq .xq-1 .text-box .more {
  margin-top: 5.625rem;
}

.productXq .xq-2 {
  margin: 7.375rem 0 4.375rem;
}

.productXq .xq-2 .content1 {
  margin-top: 4.0625rem;
}

.productXq .xq-2 .content1 p {
  padding-left: 3.125rem;
  position: relative;
  line-height: 1.75;
}

.productXq .xq-2 .content1 p::after {
  content: "";
  position: absolute;
  top: .9375rem;
  left: 1.5625rem;
  width: 6px;
  height: 6px;
  background: var(--second-color);
  border-radius: 50%;
}

.productXq .xq-3 .content2 {
  margin: 3.125rem 0 5rem;
}

.productXq .xq-3 .content2 table {
  width: 100%;
  border-collapse: collapse;
}

.productXq .xq-3 .content2 table tr td {
  border: 1px solid #c4c4c4;
  height: 4.375rem;
  line-height: 1.4;
  box-sizing: border-box;
  font-size: var(--font20);
}

.productXq .xq-3 .content2 table tr td:first-child {
  width: 30%;
  padding-left: 3.75rem;
}

.productXq .xq-3 .content2 table tr td:nth-child(2) {
  width: 70%;
  padding-left: 6.25rem;
}

.productXq .xq-4 .swiper-box {
  margin-top: 4.375rem;
  position: relative;
}

.productXq .xq-4 .swiper-box .swiper-button-prev {
  left: -2.5rem;
  transform: translateX(-100%);
}

.productXq .xq-4 .swiper-box .swiper-button-next {
  right: -2.5rem;
  transform: translateX(100%);
}

.productXq .xq-4 .swiper a:hover {
  box-shadow: 0px 25px 39px 1px rgba(10, 2, 4, 0.15);
}

.productXq .xq-4 .swiper a:hover .text-box .title {
  color: var(--second-color);
}

.solution .solution-1 .breadCrumbs {
  margin: 3.75rem 0;
}

.solution .solution-2 {
  margin-top: 5.625rem;
  background: #efefef;
  border-radius: 20px;
  overflow: hidden;
  height: 34.0625rem;
}

.solution .solution-2 .img-box {
  width: 53.9%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.solution .solution-2 .text-box {
  width: 46.1%;
  height: 100%;
  padding-left: 4.6875rem;
  box-sizing: border-box;
}

.solution .solution-2 .text-box .title {
  font-family: Montserrat-Bold;
  font-size: var(--font40);
  letter-spacing: -1px;
  font-weight: normal;
}

.solution .solution-2 .text-box .desc {
  width: 40rem;
  margin-top: 2.8125rem;
  font-size: var(--font20);
  line-height: 1.32;
  color: rgba(0, 0, 0, 0.82);
}

.solution .solution-3 {
  padding: 6.875rem 0 8.75rem;
}

.solution .solution-3 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 2.5rem 2.5rem;
}

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

@media (max-width: 768px) {
  .solution .solution-3 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.solutionXq .solutionXq-1 {
  padding-top: 3.4375rem;
  padding-bottom: 11.25rem;
  background: #f2f2f2;
}

.solutionXq .solutionXq-1 .box {
  margin-top: 7.5rem;
}

.solutionXq .solutionXq-1 .box .title {
  font-family: Montserrat-SemiBold;
  font-size: var(--font40);
  letter-spacing: -1px;
  color: #000;
  font-weight: normal;
}

.solutionXq .solutionXq-1 .box .time {
  margin-top: 3.125rem;
}

.solutionXq .solutionXq-1 .box .time span {
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.62);
  flex-shrink: 0;
  margin-right: 10px;
}

.solutionXq .solutionXq-1 .box .time .line {
  flex: 1;
  border-top: 2px dashed rgba(0, 0, 0, 0.18);
}

.solutionXq .solutionXq-1 .box .list {
  margin-top: 2.8125rem;
}

.solutionXq .solutionXq-1 .box .list .item {
  background: #fff;
  min-height: 20.625rem;
  border-radius: 1.25rem;
  padding: 4.375rem 3.75rem 3.125rem;
  box-sizing: border-box;
  transition: all .5s ease-in-out;
}

.solutionXq .solutionXq-1 .box .list .item:not(:last-child) {
  margin-bottom: 3.75rem;
}

.solutionXq .solutionXq-1 .box .list .item .item-title {
  font-weight: normal;
  padding-left: 1.25rem;
  font-family: Montserrat-SemiBold;
  font-size: var(--font24);
  letter-spacing: -1px;
  color: #000;
  position: relative;
}

.solutionXq .solutionXq-1 .box .list .item .item-title::after {
  content: "";
  width: 5px;
  height: 20px;
  background: var(--second-color);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.solutionXq .solutionXq-1 .box .list .item .item-desc {
  line-height: 1.9;
  margin-top: 1.875rem;
}

.solutionXq .solutionXq-1 .box .list .item:hover {
  box-shadow: 0px 10px 77px 2px rgba(10, 2, 4, 0.17);
}

.solutionXq .solutionXq-2 {
  padding: 5.3125rem 0 6.25rem;
}

.solutionXq .solutionXq-2 .xq-title {
  font-family: Montserrat-SemiBold;
  font-size: var(--font40);
  letter-spacing: -1px;
  color: #000;
  font-weight: normal;
}

.solutionXq .solutionXq-2 .list {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 2.5rem 2.5rem;
}

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

@media (max-width: 768px) {
  .solutionXq .solutionXq-2 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.solutionListStyle li a {
  display: block;
  min-height: 21.875rem;
  background: #f0f0f0;
  border-radius: 1.25rem;
  padding: 2.5rem;
  box-sizing: border-box;
  position: relative;
  transition: all .4s ease-in-out;
}

.solutionListStyle li a .icon {
  font-size: var(--font35);
  color: #3a6ed4;
}

.solutionListStyle li a .type {
  margin-top: 2.5rem;
  font-family: Montserrat-Bold;
  font-size: var(--font18);
  color: rgba(0, 0, 0, 0.37);
}

.solutionListStyle li a .title {
  font-family: Montserrat-Bold;
  font-size: var(--font26);
  letter-spacing: -1px;
  color: #000000;
  margin-top: .625rem;
  min-height: 7.5rem;
}

.solutionListStyle li a .learn {
  color: rgba(0, 0, 0, 0.46);
  margin-top: 1.875rem;
}

.solutionListStyle li a .learn i {
  font-size: var(--font14);
  margin-left: 6px;
  color: rgba(0, 0, 0, 0.42);
}

.solutionListStyle li:hover a {
  background: #0857cf;
}

.solutionListStyle li:hover a .icon,
.solutionListStyle li:hover a .type,
.solutionListStyle li:hover a .title,
.solutionListStyle li:hover a .learn,
.solutionListStyle li:hover a i {
  color: #fff;
}

.newsList li {
  position: relative;
}

.newsList li .img-box {
  width: 30.9375rem;
  height: 19.0625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
}

.newsList li .text-box {
  width: 61.5625%;
  margin-left: 5rem;
}

.newsList li .text-box .title {
  font-family: Montserrat-SemiBold;
  font-size: var(--font26);
  letter-spacing: -1px;
  color: #000;
  line-height: 1.26;
}

.newsList li .text-box .desc {
  margin: 2.1875rem 0 2.8125rem;
  font-size: var(--font18);
  color: rgba(0, 0, 0, 0.54);
}

.newsList li .text-box .time {
  font-size: var(--font18);
  color: rgba(0, 0, 0, 0.63);
}

.newsList li a {
  position: relative;
  z-index: 20;
  padding: 4.0625rem 0;
}

.newsList li::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--second-color);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.newsList li:hover::after {
  opacity: 1;
}

.newsList li:hover .text-box .title,
.newsList li:hover .text-box .desc,
.newsList li:hover .text-box .time {
  color: #fff;
}

.newsList li:not(:last-child) a {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
}

.videoList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 4.6875rem 4.875rem;
}

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

@media (max-width: 768px) {
  .videoList {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.videoList li {
  border-radius: 1.25rem;
  overflow: hidden;
  cursor: pointer;
}

.videoList .img-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 28.3125rem;
  position: relative;
}

.videoList .img-box i {
  color: #fff;
  font-size: var(--font100);
}

.videoList .text-box {
  height: 6.25rem;
  text-align: center;
  font-size: var(--font20);
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  padding: 0 1.25rem;
}

.news {
  background: #f2f2f2;
  padding-bottom: 8.125rem;
}

.news .newsList {
  margin-top: 2.8125rem;
}

.news .box .typeList {
  margin-top: 4.0625rem;
}

.news .box .videoList {
  margin-top: 5.625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 4.6875rem 4.875rem;
}

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

@media (max-width: 768px) {
  .news .box .videoList {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.news .box .videoList li {
  border-radius: 1.25rem;
  overflow: hidden;
  cursor: pointer;
}

.news .box .videoList .img-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 28.3125rem;
  position: relative;
}

.news .box .videoList .img-box i {
  color: #fff;
  font-size: var(--font100);
}

.news .box .videoList .text-box {
  height: 6.25rem;
  text-align: center;
  font-size: var(--font20);
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  padding: 0 1.25rem;
}

.newsXq {
  background: #f2f2f2;
  padding-bottom: 3.125rem;
}

.newsXq .breadCrumbs {
  padding: 3.125rem 0 4.0625rem 2.1875rem;
}

.newsXq .newsXqBox {
  background: #fff;
  border-radius: 1.25rem;
  padding: 6.25rem 4.375rem;
}

.newsXq .newsXqBox .title {
  font-family: Montserrat-SemiBold;
  font-size: var(--font40);
  letter-spacing: -1px;
  line-height: 1.6;
}

.newsXq .newsXqBox .news-tool {
  margin-top: 3.125rem;
}

.newsXq .newsXqBox .news-tool .item:not(:last-child) {
  margin-right: 5rem;
}

.newsXq .newsXqBox .news-tool i {
  font-size: var(--font24);
  color: #0656cf;
}

.newsXq .newsXqBox .news-tool .text {
  color: rgba(0, 0, 0, 0.48);
  margin-left: 15px;
  margin-bottom: 3px;
}

.newsXq .newsXqBox .mode-content {
  margin-top: 5rem;
  line-height: 1.65;
}

.newsXq .newsXqBox .mode-content img {
  max-width: 100%;
}

.newsXq .newsXqBox .page-btn {
  margin-top: 8.4375rem;
}

.newsXq .newsXqBox .page-btn a {
  width: 35rem;
  height: 6.25rem;
  display: flex;
  align-items: center;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 0 1.25rem;
  color: #000000;
}

.newsXq .newsXqBox .page-btn a:first-child {
  margin-right: 10rem;
}

.newsXq .newsXqBox .page-btn a i {
  font-size: var(--font22);
  color: var(--second-color);
  flex-shrink: 0;
  margin-right: 1.5625rem;
}

.newsXq .newsXqBox .page-btn a .btn-title {
  font-size: var(--font18);
  margin-top: .9375rem;
}

.service {
  background: #f2f2f2;
}

.service .serviceBox {
  padding-top: 3.75rem;
  padding-bottom: 5.5rem;
}

.service .serviceBox .title {
  margin-top: 7.5rem;
  font-size: var(--font50);
  letter-spacing: -1px;
}

.service .serviceBox .desc {
  margin: 1.875rem 0 3.4375rem;
  width: 93.125%;
  font-size: var(--font20);
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.71);
}

.service .serviceBox .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 2.375rem 2.375rem;
}

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

@media (max-width: 768px) {
  .service .serviceBox .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.service .serviceBox .list li {
  background: #fff;
  border-radius: 1.25rem;
  padding: 3.4375rem 2.5rem;
  transition: all .5s ease-in-out;
}

.service .serviceBox .list li .top {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.service .serviceBox .list li .li-title {
  font-family: Montserrat-Bold;
  font-size: var(--font24);
  line-height: 1.6;
  letter-spacing: -1px;
}

.service .serviceBox .list li i {
  color: var(--second-color);
  font-size: var(--font50);
}

.service .serviceBox .list li .li-desc {
  margin-top: 2.5rem;
  line-height: 1.625;
  color: rgba(0, 0, 0, 0.74);
}

.service .serviceBox .list li:hover {
  background: var(--second-color);
}

.service .serviceBox .list li:hover .li-title,
.service .serviceBox .list li:hover i {
  color: #fff;
}

.service .serviceBox .list li:hover .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.service .serviceBox .list li:hover .li-desc {
  color: rgba(255, 255, 255, 0.74);
}

.contact .page-title {
  font-family: Montserrat-Regular;
}

.contact .contact-1 {
  background: #f2f2f2;
  padding: 3.75rem 0 7.5rem;
}

.contact .contact-1 .contact-title {
  margin-top: 4.375rem;
}

.contact .contact-1 .list {
  margin-top: 5.625rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 3.125rem 3.125rem;
}

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

@media (max-width: 768px) {
  .contact .contact-1 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.contact .contact-1 .list .item {
  min-height: 11.25rem;
  background: #fff;
  border-radius: 1.25rem;
  padding: 2.5rem;
  box-sizing: border-box;
  transition: all .5s ease-in-out;
}

.contact .contact-1 .list .item i {
  font-size: var(--font20);
  color: var(--second-color);
}

.contact .contact-1 .list .item .li-title {
  margin: 1rem 0;
}

.contact .contact-1 .list .item .desc {
  font-size: var(--font18);
}

.contact .contact-1 .list .item:hover {
  background: var(--second-color);
}

.contact .contact-1 .list .item:hover i,
.contact .contact-1 .list .item:hover .li-title,
.contact .contact-1 .list .item:hover .desc {
  color: #fff;
}

.contact .contact-2 {
  padding: 5.9375rem 0;
}

.contact .contact-2 .form {
  margin-top: 3.75rem;
}

.contact .contact-2 .form .left {
  width: 35.3125%;
}

.contact .contact-2 .form .left input {
  display: block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  height: 5rem;
  box-sizing: border-box;
  padding-left: 1.25rem;
  border-radius: .625rem;
}

.contact .contact-2 .form .left input::placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.contact .contact-2 .form .left input:not(:last-child) {
  margin-bottom: 2.25rem;
}

.contact .contact-2 .form .right {
  width: 58.75%;
}

.contact .contact-2 .form .right textarea {
  display: block;
  width: 100%;
  resize: none;
  height: 19.5rem;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 1.875rem;
  box-sizing: border-box;
  margin-bottom: 2.25rem;
}

.contact .contact-2 .form .right .codeBox input {
  display: block;
  width: 13.75rem;
  border: 1px solid rgba(0, 0, 0, 0.4);
  height: 5rem;
  box-sizing: border-box;
  padding-left: 1.25rem;
  border-radius: .625rem;
  margin-right: 1.375rem;
}

.contact .contact-2 .submit {
  width: 13.125rem;
  height: 4.0625rem;
  background-color: #0656cf;
  border-radius: 32px;
  text-align: center;
  line-height: 4.0625rem;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease-in-out;
  margin-top: 3.4375rem;
}

.contact .contact-2 .submit:hover {
  background: #3a7ff0;
}

.page-title {
  font-family: Montserrat-Bold;
  font-size: var(--font58);
  letter-spacing: -1px;
}

.about .about-1 {
  margin-top: 7.5rem;
}

.about .about-1 .top .text-box {
  width: 48.75%;
}

.about .about-1 .top .text-box .desc {
  margin-top: 2.5rem;
  line-height: 2;
}

.about .about-1 .top .img-box {
  width: 47.2%;
  position: relative;
  cursor: pointer;
}

.about .about-1 .top .img-box img {
  display: block;
  width: 100%;
  aspect-ratio: 755/440;
  object-fit: cover;
  border-radius: 1.25rem;
}

.about .about-1 .top .img-box i {
  color: #fff;
  font-size: var(--font100);
}

.about .about-1 .list {
  margin-top: 5.3125rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 2.1875rem 2.1875rem;
}

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

@media (max-width: 768px) {
  .about .about-1 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.about .about-1 .list .item {
  height: 12.8125rem;
  border: 1px solid rgba(0, 0, 0, 0.55);
  border-radius: 1.25rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s ease-in-out;
}

.about .about-1 .list .item i {
  font-size: var(--font30);
  color: #000;
}

.about .about-1 .list .item .numberBox {
  font-size: var(--font20);
}

.about .about-1 .list .item .numberBox span {
  font-family: Montserrat-Bold;
  font-size: var(--font63);
  letter-spacing: -2px;
  color: #000;
}

.about .about-1 .list .item p {
  font-family: Montserrat-Bold;
}

.about .about-1 .list .item:hover {
  border: 1px solid var(--second-color);
  background: var(--second-color);
}

.about .about-1 .list .item:hover i, .about .about-1 .list .item:hover .numberBox span, .about .about-1 .list .item:hover p {
  color: #fff;
}

.about .bgBox {
  position: relative;
  padding-bottom: 66.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about .bgBox .bg {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.about .about-2 {
  background: #efefef;
  padding: 10rem 0;
}

.about .about-2 .desc {
  margin: 2.5rem 0 5.625rem;
  line-height: 2;
}

.about .about-2 .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: auto;
  gap: 2.8125rem 2.8125rem;
}

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

.about .about-2 .list .item {
  height: 7.8125rem;
  background: #fff;
  border-radius: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s ease-in-out;
}

.about .about-2 .list .item img {
  display: block;
  max-height: 80%;
  max-width: 90%;
}

.about .about-2 .list .item:hover {
  box-shadow: 0px 25px 39px 1px rgba(10, 2, 4, 0.15);
}

.history .history-1 {
  padding-top: 10rem;
  height: 82.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.history .history-1 .swiper-box {
  position: relative;
  margin-top: 10rem;
}

.history .history-1 .page-title {
  text-align: center;
  color: #fff;
}

.history .history-1 .swiper {
  width: 50rem;
  margin: 0 auto;
}

.history .history-1 .swiper .year {
  font-family: AvantGardeITCbyBT-Book;
  font-size: 19.75rem;
  color: #fff;
  letter-spacing: -8px;
  line-height: .85;
}

.history .history-1 .swiper .desc {
  margin-top: 3.125rem;
  text-align: center;
  color: #fff;
}

.history .history-1 .swiper .desc * {
  font-size: var(--font20);
  line-height: 1.75;
}

.history .history-1 .swiperBtn {
  position: absolute;
  top: 20%;
  display: flex;
  align-items: center;
}

.history .history-1 .swiperBtn p {
  color: #fff;
  font-size: var(--font40);
  letter-spacing: -1px;
  font-family: AvantGardeITCbyBT-Book;
}

.history .history-1 .prevBtn {
  left: 0;
}

.history .history-1 .prevBtn p {
  margin-left: .9375rem;
}

.history .history-1 .nextBtn {
  right: 0;
  flex-direction: row-reverse;
}

.history .history-1 .nextBtn p {
  margin-right: .9375rem;
}

.honor .honor-1 {
  padding: 7.5rem 0 8.125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.honor .honor-1 .title {
  font-size: var(--font50);
  letter-spacing: -px;
  color: #000;
}

.honor .honor-1 .dataList {
  margin-top: 10.9375rem;
  text-align: center;
}

.honor .honor-1 .dataList .numberBox {
  font-family: Montserrat-Bold;
  font-size: var(--font63);
  color: #000;
  letter-spacing: -2px;
}

.honor .honor-1 .dataList .numberBox .number {
  font-family: Montserrat-Bold;
  font-size: var(--font63);
  color: #000;
  letter-spacing: -2px;
}

.honor .honor-1 .dataList p {
  font-family: Montserrat-Bold;
}

.honor .honor-1 .swiperRow {
  position: relative;
}

.honor .honor-1 .swiperRow .swiper-button-prev {
  left: 0;
  transform: translateX(calc(-100% - 15px));
}

.honor .honor-1 .swiperRow .swiper-button-next {
  right: 0;
  transform: translateX(calc(100% + 15px));
}

.honor .honor-1 .swiper1 {
  margin-top: 5.625rem;
}

.honor .honor-1 .swiper2 {
  margin-top: 13.125rem;
}

.group .group-1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.group .group-1 .group-box {
  padding: 7.5rem 0 10rem;
}

.group .group-1 .group-img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.team .team-1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.team .team-1 .team-box {
  padding: 9.0625rem 0 6.25rem;
}

.team .team-1 .team-box .swiper {
  margin-top: 5.3125rem;
}

.team .team-1 .team-box .swiper img {
  border-radius: 1.25rem;
}

.team .team-1 .team-box .swiperBtn {
  margin-top: 4.0625rem;
}

.team .team-1 .team-box .swiperBtn .swiper-button-prev {
  margin-right: 5.625rem;
}

.team .team-1 .title {
  font-size: var(--font50);
  letter-spacing: -1px;
  color: #000;
}

.layout .pageNav {
  background: #f2f2f2;
}

.layout .layout-1 {
  background: #f2f2f2;
  padding: 5.3125rem 0 9.375rem;
}

.layout .layout-1 .title {
  font-size: var(--font50);
  letter-spacing: -1px;
  color: #000;
}

.layout .layout-1 .desc {
  line-height: 2.1;
  margin-top: 2.5rem;
}

.layout .layout-1 .box {
  margin-top: 6.25rem;
}

.layout .layout-1 .box #map {
  width: 39.6875rem;
  height: 39.6875rem;
}

.layout .layout-1 .box .slide {
  flex: 1;
  text-align: center;
}

.layout .layout-1 .box .slide .numberBox {
  font-family: Montserrat-Bold;
  font-size: var(--font63);
  letter-spacing: -2px;
  color: #000;
}

.layout .layout-1 .box .slide .numberBox .number {
  font-family: Montserrat-Bold;
  font-size: var(--font63);
  letter-spacing: -2px;
  color: #000;
}

.layout .layout-1 .box .slide .numberBox .small {
  font-size: var(--font16);
  letter-spacing: 0;
}

.layout .layout-1 .box .slide .item:not(:last-child) {
  margin-bottom: 11.875rem;
}

.culture .cultureBox {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.culture .cultureBox .container {
  position: relative;
  height: 60rem;
  text-align: center;
  padding-top: 9.0625rem;
}

.culture .cultureBox .title {
  font-size: var(--font50);
  letter-spacing: -1px;
  color: #000;
  font-weight: normal;
}

.culture .cultureBox .descBox {
  margin-top: 9.375rem;
}

.culture .cultureBox .descBox .item {
  display: none;
  text-align: center;
}

.culture .cultureBox .descBox .item .mode-content * {
  font-family: Montserrat-Bold;
  line-height: 1.6;
}

.culture .cultureBox .descBox .item.active {
  display: block;
}

.culture .cultureBox .culterBtnList {
  position: absolute;
  bottom: 11.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 90.9375%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 9.375rem 9.375rem;
}

@media (max-width: 992px) {
  .culture .cultureBox .culterBtnList {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

@media (max-width: 768px) {
  .culture .cultureBox .culterBtnList {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.culture .cultureBox .culterBtnList .item {
  height: 8.25rem;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.culture .cultureBox .culterBtnList .item i {
  margin-right: 4.375rem;
  font-size: var(--font50);
}

.culture .cultureBox .culterBtnList .item p {
  font-size: var(--font24);
  font-family: Montserrat-Bold;
}

.culture .cultureBox .culterBtnList .item:hover {
  background: rgba(8, 87, 207, 0.85);
}

.culture .cultureBox .culterBtnList .item:hover i,
.culture .cultureBox .culterBtnList .item:hover p {
  color: #fff;
}

.culture .cultureBox .culterBtnList .item.active {
  background: rgba(8, 87, 207, 0.85);
}

.culture .cultureBox .culterBtnList .item.active i,
.culture .cultureBox .culterBtnList .item.active p {
  color: #fff;
}

.webMap-box {
  background: #f2f2f2;
  padding: 5rem 0;
}

.webMap-box .list {
  margin-top: 2.5rem;
}

.webMap-box .list a {
  color: #000;
}

.webMap-box .list .one-title {
  width: 50%;
  margin-bottom: 40px;
}

.webMap-box .list .one-title h2 {
  margin-bottom: 30px;
}

.webMap-box .list .one-title h2 a {
  font-size: 24px;
}

.webMap-box .list .two-title:not(:last-child) {
  margin-bottom: 20px;
}

.webMap-box .list .subList2 {
  margin-top: 10px;
}

.webMap-box .list .subList2 h4 a {
  font-weight: 100;
  opacity: .4;
  font-size: 16px;
  text-indent: 2em;
}

.webMap-box .list .subList2 h4:not(:last-child) {
  margin-bottom: 10px;
}

.webMap-box .list h3 a {
  font-size: 20px;
  opacity: .8;
  font-weight: normal;
}

.pageNav .box {
  height: 6.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.pageNav .box .list li {
  padding: 0 3.125rem;
  position: relative;
}

.pageNav .box .list li a {
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.9);
}

.pageNav .box .list li:first-child {
  padding-left: 0;
}

.pageNav .box .list li:last-child {
  padding-right: 0;
}

.pageNav .box .list li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 16px;
  background: rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.pageNav .box .list li:hover a {
  color: #0857cf;
}

.pageNav .box .list li.active a {
  color: #0857cf;
  font-family: Montserrat-Bold;
}

.pageNav .box .list.small li {
  padding: 0 1.875rem;
}

.pageNav .box .breadCrumbs {
  flex-shrink: 0;
}

aside {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 99;
}

aside .item:not(:last-child) {
  margin-bottom: 8px;
}

aside .item:hover:first-child .box {
  border-radius: 0 10px 10px 0;
}

aside .item:hover .box {
  background: var(--second-color);
}

aside .item:hover .box i {
  color: #fff;
}

aside .item:hover .itemBox {
  transform: translateX(-100%);
  opacity: 1;
}

aside .itemBox {
  width: 10.625rem;
  height: 4.0625rem;
  line-height: 4.0625rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--second-color);
  text-align: center;
  opacity: 0;
  transition: all .3s ease-in-out;
  border-radius: 10px 0 0 10px;
}

aside .itemBox a {
  color: #fff;
}

aside .box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.0625rem;
  height: 4.0625rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  transition: all .3s ease-in-out;
}

aside .box i {
  font-size: var(--font30);
  color: #9e9e9e;
}

.searchBox {
  padding: 5rem 0;
}

.searchBox .box {
  margin-top: 5rem;
}

.searchBox .productList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 3.3125rem 3.75rem;
}

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

@media (max-width: 768px) {
  .searchBox .productList {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.searchBox .productList a:hover {
  transform: translateY(-2.5rem);
  box-shadow: 0px 25px 39px 1px rgba(10, 2, 4, 0.15);
}

.searchBox .productList a:hover .text-box .title {
  color: var(--second-color);
}

.searchBox .solutionList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 2.5rem 2.5rem;
}

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

@media (max-width: 768px) {
  .searchBox .solutionList {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.page {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  --itemBorder: 35px;
}

.page .page-item .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--itemBorder);
  height: var(--itemBorder);
  font-size: 16px;
  color: #c1c1c1;
  border: 1px solid #c1c1c1;
  transition: all .5s ease-in-out;
  padding: 0;
}

.page .page-item.active .page-link {
  background: var(--second-color);
  border: 1px solid var(--second-color);
  color: #fff;
}

.page .page-item:hover .page-link {
  background: var(--second-color);
  border: 1px solid var(--second-color);
  color: #fff;
}

.page .page-item:not(:last-child) {
  margin-right: 20px;
}
