@charset "UTF-8";
/**
 * grid布局
 * @param {number} $cols   列数
 * @param {number} $colGip 列间隔
 * @param {number} $rowGip 行间隔
 * @param {list}   $mobile 断点配置列表(默认空)
    * @param {number} $breakpoint 断点值
    * @param {number} $cols       列数
    * @param {number} $colGap     行列间隔
*/
@font-face {
  font-family: D-DINCondensed-Bold;
  src: url(../fonts/D-DINCONDENSED-BOLD.TTF);
}

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

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

@keyframes map_path {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

main {
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 6.25rem;
  z-index: 9999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

header .logo .logoImg {
  display: none;
}

header .navBox .oneItem {
  height: 6.25rem;
}

header .navBox .oneItem a > h2 {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.5);
  transition: color .5s ease-in-out;
  line-height: 6.25rem;
}

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

header .navBox .oneItem.active a > h2 {
  color: white;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  header .navBox .oneItem:hover a > h2 {
    color: white !important;
    font-weight: bold;
  }
}

header .navBox .subBox {
  opacity: 0;
  position: fixed;
  top: 6.25rem;
  left: 0;
  width: 100vw;
  height: 10rem;
  box-sizing: content-box;
  border-bottom: .625rem solid #fff;
  background: rgba(36, 67, 134, 0.9);
  pointer-events: none;
  transition: all 1s;
}

header .navBox .subBox ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

header .navBox .subBox li a h3 {
  color: #fff;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
}

header .navBox .subBox li a h3 .iconfont {
  font-size: 1.375rem;
  margin-right: .375rem;
}

header .navBox .subBox li:not(:last-child) {
  margin-right: 3.75rem;
}

header .toolBox .hoverBox {
  position: relative;
}

header .toolBox .hoverBox .iconfont {
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

header .toolBox .hoverBox:not(:first-child) {
  margin-left: 3.4375rem;
}

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

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

header .toolBox .hoverBox .lang {
  font-size: 1.125rem;
  text-align: center;
  border-radius: .625rem;
}

header .toolBox .hoverBox .lang a {
  display: block;
  width: 100%;
  color: #222222;
  line-height: 2.2;
}

header .toolBox .hoverBox .lang a.active {
  color: var(--main-color);
  font-weight: bold;
}

header.fixed {
  background: rgba(255, 255, 255, 0.8);
}

header.fixed .logo .logoImg {
  display: block;
}

header.fixed .logo .logoWhite {
  display: none;
}

header.fixed .navBox .oneItem a > h2 {
  color: #222222;
}

header.fixed .navBox .oneItem.active a > h2 {
  color: var(--main-color);
}

header.fixed .toolBox .hoverBox .iconfont {
  color: var(--main-color);
}

header.hoverActive {
  background: rgba(36, 67, 134, 0.9);
}

header.hoverActive .logo .logoImg {
  display: none;
}

header.hoverActive .logo .logoWhite {
  display: block;
}

header.hoverActive .navBox .oneItem a > h2 {
  color: rgba(255, 255, 255, 0.5);
}

header.hoverActive .navBox .oneItem.active a > h2 {
  color: #fff;
}

header.hoverActive .toolBox .hoverBox .iconfont {
  color: #fff;
}

.cirBox {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  position: relative;
  -webkit-background-clip: text;
  /* 关键属性 */
  background-clip: text;
}

footer {
  background: url(../images/footer-bg.jpg) center no-repeat;
  background-size: cover;
  padding-top: 5.3125rem;
}

footer .footerLogo {
  margin: 0 auto;
  display: block;
  width: 4.6875rem;
}

footer .footerNav {
  margin-top: 4.6875rem;
}

footer .footerNav h2 > a {
  font-size: 1.25rem;
  color: #fff;
}

footer .footerNav h3 > a {
  color: #fff;
  font-size: 1rem;
  opacity: .7;
  transition: opacity .5s ease-in-out;
}

footer .footerNav h3 > a:hover {
  opacity: 1;
}

footer .footerNav h2 {
  margin-bottom: 2.8125rem;
}

footer .footerNav h3:not(:last-child) {
  margin-bottom: 1.25rem;
}

footer .footerBot {
  margin-top: 5rem;
  padding: 1.875rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footerBot .left {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.5);
}

footer .footerBot .left a {
  color: rgba(255, 255, 255, 0.5);
}

footer .footerBot ul li {
  position: relative;
}

footer .footerBot ul li .cir {
  width: 2.375rem;
  height: 2.375rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
}

footer .footerBot ul li .cir .iconfont {
  margin: auto;
  font-size: 1.125rem;
  color: #fff;
}

footer .footerBot ul li .box {
  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.1);
  padding: .625rem .9375rem;
  border-radius: 1.5625rem;
  display: none;
  white-space: nowrap;
}

footer .footerBot ul li .box img {
  display: block;
  width: 80px;
}

footer .footerBot ul li .box a {
  color: #000;
}

footer .footerBot ul li:not(:last-child) {
  margin-right: 3.125rem;
}

footer .footerBot ul li:hover .box {
  display: block;
}

footer .footerBot ul #backTop {
  cursor: pointer;
}

.cleanSwiperBtn {
  position: relative;
  top: unset;
  right: unset;
  left: unset;
  bottom: unset;
  margin-top: 0;
}

.cleanSwiperBtn::after {
  content: none;
}

.swiperBtnStyleCir .swiper-button-next,
.swiperBtnStyleCir .swiper-button-prev {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: 1px solid #9f9f9f;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s ease-in-out;
}

.swiperBtnStyleCir .swiper-button-next .iconfont,
.swiperBtnStyleCir .swiper-button-prev .iconfont {
  color: #9f9f9f;
  font-size: 1.5rem;
}

.swiperBtnStyleCir .swiper-button-next:hover,
.swiperBtnStyleCir .swiper-button-prev:hover {
  background: var(--main-color);
}

.swiperBtnStyleCir .swiper-button-next:hover .iconfont,
.swiperBtnStyleCir .swiper-button-prev:hover .iconfont {
  color: #fff !important;
}

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

.swiperBtnStyleCir .swiper-button-prev {
  margin-right: 2.1875rem;
}

.swiperTool .toolTop .swiper-button-prev {
  margin-right: 3.125rem;
}

.swiperTool .toolBot .swiper-pagination-progressbar {
  position: relative;
  flex-grow: 1;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.swiperTool .toolBot .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 4px;
  border-radius: 2px;
  background: var(--main-color);
  top: -3px;
}

.swiperTool .toolBot .swiperPage {
  flex-shrink: 0;
  margin-right: 3.4375rem;
  line-height: .8;
}

.swiperTool .toolBot .swiperPage .swiper-pagination-current {
  font-size: 2.875rem;
  color: var(--main-color);
  font-family: Montserrat-Bold;
}

@media screen and (max-width: 992px) {
  .swiperTool .toolBot .swiperPage .swiper-pagination-current {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 640px) {
  .swiperTool .toolBot .swiperPage .swiper-pagination-current {
    font-size: 30px;
  }
}

.swiperTool .toolBot .swiperPage .center {
  margin: 0 .9375rem;
}

.swiperTool .toolBot .swiperPage .center,
.swiperTool .toolBot .swiperPage .swiper-pagination-total {
  font-family: Montserrat-Light;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.875rem;
}

@media screen and (max-width: 992px) {
  .swiperTool .toolBot .swiperPage .center,
  .swiperTool .toolBot .swiperPage .swiper-pagination-total {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 640px) {
  .swiperTool .toolBot .swiperPage .center,
  .swiperTool .toolBot .swiperPage .swiper-pagination-total {
    font-size: 20px;
  }
}

.swiperTool.white .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.3);
}

.swiperTool.white .swiperPage .swiper-pagination-current {
  color: #fff;
}

.swiperTool.white .swiperPage .center,
.swiperTool.white .swiperPage .swiper-pagination-total {
  color: rgba(255, 255, 255, 0.5);
}

.more {
  width: 8.75rem;
  height: 3.75rem;
  border-radius: 1.875rem;
  border: solid 1px #ffffff;
  font-family: Montserrat-Bold;
  font-size: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all .3s ease-in-out;
}

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

.more_blue {
  width: 8.125rem;
  height: 3.75rem;
  background-color: var(--main-color);
  border-radius: 1.875rem;
  font-family: Montserrat-Bold;
  font-size: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.more_blue span {
  font-family: Montserrat-Bold;
  position: relative;
  transition: 0.5s;
}

.more_blue span:after {
  content: '>';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -0.9375rem;
  transition: 0.5s;
}

.more_blue:hover {
  color: #fff;
}

.more_blue:hover span {
  padding-right: 15px;
}

.more_blue:hover span::after {
  opacity: 1;
  right: 0;
}

.back_btn {
  width: 8.75rem;
  height: 2.8125rem;
  border: 1px solid var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
  border-radius: 1.4375rem;
  transition: all .3s ease-in-out;
  font-size: 1.125rem;
}

.back_btn i.iconfont {
  font-size: 1.25rem;
  margin-left: .4375rem;
}

.back_btn:hover {
  background: var(--main-color);
  color: #fff;
}

.btnItem, .btnItem_s {
  width: 18.75rem;
  height: 3.75rem;
  background: rgba(36, 67, 134, 0.1);
  border-radius: 1.875rem;
  display: flex;
  color: var(--main-color);
  transition: background .5s ease-in-out;
  cursor: pointer;
}

.btnItem span, .btnItem_s span {
  margin: auto;
}

.btnItem:hover, .btnItem_s:hover {
  background: var(--main-color);
  color: #fff;
}

.btnItem.active, .active.btnItem_s {
  background: var(--main-color);
  color: #fff;
}

@media screen and (max-width: 640px) {
  .btnItem, .btnItem_s {
    width: 15.75rem;
  }
}

.btnItem_s {
  width: 8.125rem;
}

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

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

.banner .banner-text .en-title {
  font-family: D-DINCondensed-Bold;
  line-height: .9;
  font-size: 4.375rem;
  margin-top: 1.25rem;
}

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

@media screen and (max-width: 640px) {
  .banner .banner-text .en-title {
    font-size: 46px;
  }
}

.banner .banner-text .cn-title {
  font-weight: bold;
  line-height: 1;
  font-size: 3.75rem;
}

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

@media screen and (max-width: 640px) {
  .banner .banner-text .cn-title {
    font-size: 40px;
  }
}

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

.banner .breadCrumbs a {
  color: #fff;
}

.banner .bannerNav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.banner .bannerNav .box {
  width: 100%;
  height: 8.125rem;
  background: var(--main-color);
  position: relative;
}

.banner .bannerNav .box .item {
  flex: 1;
  color: #fff;
  text-align: center;
}

.banner .bannerNav .box .item .iconfont {
  font-size: 2.5rem;
}

@media screen and (max-width: 992px) {
  .banner .bannerNav .box .item .iconfont {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 640px) {
  .banner .bannerNav .box .item .iconfont {
    font-size: 26px;
  }
}

.banner .bannerNav .box .item p {
  margin-top: .625rem;
}

.banner .bannerNav .box .item.active p {
  font-weight: bold;
}

.banner .bannerNav .box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  transform: translateX(-100%);
  width: 1.9375rem;
  height: 100%;
  background: url(../images/breadCrumbs-icon.png) center no-repeat;
  background-size: contain;
}

.banner .bannerNav .box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 1px;
  transform: translateX(100%);
  width: 1.9375rem;
  height: 100%;
  background: url(../images/breadCrumbs-icon2.png) center no-repeat;
  background-size: contain;
}

.i-title .en-title {
  font-family: Montserrat-Bold;
  color: var(--main-color);
  line-height: .9;
  font-size: 4.375rem;
}

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

@media screen and (max-width: 640px) {
  .i-title .en-title {
    font-size: 46px;
  }
}

.i-title .cn-title {
  color: #000;
  font-size: 2.875rem;
  font-weight: 100;
  margin-top: 1.875rem;
}

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

@media screen and (max-width: 640px) {
  .i-title .cn-title {
    font-size: 30px;
  }
}

.custom-scrollbar .scrollbar-track {
  height: 6px;
  background: #eee;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}

.custom-scrollbar .scrollbar-track .scrollbar-thumb {
  height: 100%;
  background: var(--main-color);
  border-radius: 3px;
  width: 0;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: width;
  position: relative;
}

.custom-scrollbar .scrollbar-track .scrollbar-thumb::after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--main-color) url(../images/logo_icon_white.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: 0;
}

.productList li {
  background: #fff;
  width: 100%;
}

.productList li a {
  display: block;
  width: 100%;
}

.productList li .img-box {
  height: 14.375rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.productList li .img-box img {
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 80%;
}

.productList li .title-box {
  position: relative;
  color: #333333;
  text-align: center;
  height: 4.375rem;
  line-height: 4.375rem;
  padding: 0 2.0625rem;
}

.productList li .title-box span {
  position: relative;
  z-index: 2;
}

.productList li .title-box::after {
  content: "";
  width: 18.75rem;
  height: 1px;
  background: rgba(36, 67, 134, 0.1);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.productList li .title-box:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--main-color);
  transition: width 0.3s ease-in-out;
  z-index: 1;
}

.productList li:hover .title-box {
  color: #fff;
}

.productList li:hover .title-box:before {
  width: 100%;
}

.caseList .imgBox {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 64%;
  border-radius: 1.875rem;
  background: var(--imgBg-color);
  position: relative;
}

.caseList .imgBox img {
  aspect-ratio: 500/320;
  object-fit: cover;
  display: block;
  width: 100%;
}

.caseList .imgBox .imgPos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.875rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.caseList p {
  text-align: center;
  margin-top: 1.875rem;
  color: #000;
}

.caseList li a {
  display: block;
  transform: translateY(0);
  transition: transform .5s ease-in-out;
}

.caseList li:hover a {
  transform: translateY(-40px);
}

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

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

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

.solution-list li:hover .mask {
  width: 200%;
  height: 200%;
  opacity: 1;
}

.solution-list li:hover .mask-img {
  opacity: 1;
}

.solution-list li:hover .title {
  color: var(--main-color);
}

.solution-list .imgBox {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 64%;
  border-radius: 1.875rem;
}

.solution-list .imgBox .solution-img {
  display: block;
  width: 100%;
  aspect-ratio: 520/320;
  object-fit: cover;
}

.solution-list .imgBox .imgPos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.875rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.solution-list .imgBox .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: rgba(36, 67, 134, 0.85);
  border-radius: 50%;
  display: flex;
  transition: all .5s ease-in-out;
  opacity: 0;
}

.solution-list .imgBox .mask-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 5rem;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.solution-list .title {
  margin-top: 1.875rem;
  color: #000;
}

.solution-list .title .iconfont {
  flex-shrink: 0;
}

.solution-list .title p {
  flex: 1;
}

.newsList li {
  position: relative;
  height: 17.375rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 13px 3px rgba(36, 67, 134, 0.11);
  padding: 1.25rem 5rem 1.25rem 1.25rem;
}

.newsList li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.newsList li .img-box {
  width: 25.625rem;
}

.newsList li .img-box .imgBox {
  padding-top: 58%;
  position: relative;
}

.newsList li .img-box .imgBox .imgPos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.newsList li .img-box img {
  display: block;
  width: 100%;
  aspect-ratio: 410/238;
  object-fit: cover;
}

.newsList li .text-box {
  color: #000000;
  font-weight: 100;
  width: 50rem;
}

.newsList li .text-box .desc {
  opacity: .7;
  margin: 2.25rem 0 2.8125rem;
  line-height: 2;
}

.newsList li .text-box .year {
  color: #777777;
  font-family: Montserrat-Hairline;
}

.newsList li:not(:last-child) {
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 992px) {
  .newsList li::after {
    content: "";
    width: 107.9375rem;
    height: 19.125rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/news-item-bg.png") no-repeat center;
    background-size: contain;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  .newsList li:hover .text-box {
    color: #fff;
  }
  .newsList li:hover .text-box .desc {
    opacity: 1;
  }
  .newsList li:hover .text-box .year {
    color: #fff;
  }
  .newsList li:hover .more_blue {
    background: #fff;
    color: var(--main-color);
  }
  .newsList li:hover .more_blue span {
    padding-right: 15px;
  }
  .newsList li:hover .more_blue span::after {
    opacity: 1;
    right: 0;
  }
  .newsList li:hover::after {
    opacity: 1;
  }
}

@media screen and (max-width: 992px) {
  .newsList li {
    height: auto;
    padding: 1.25rem;
  }
  .newsList li .text-box {
    margin: 0 .9375rem;
  }
  .newsList li .text-box .desc {
    margin: .9375rem 0;
  }
}

@media screen and (max-width: 640px) {
  .newsList li a {
    flex-wrap: wrap;
  }
  .newsList li a .img-box {
    margin: 0 auto;
    max-width: 100%;
  }
  .newsList li a .text-box {
    margin: 1.25rem 0;
    width: 100%;
  }
  .newsList li a .more_blue {
    margin: 0 auto;
  }
}

.mode-xg-title {
  font-size: 2.875rem;
  font-size: 2.875rem;
  font-weight: 100;
}

@media screen and (max-width: 992px) {
  .mode-xg-title {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 640px) {
  .mode-xg-title {
    font-size: 30px;
  }
}

.lineStyle {
  width: 100%;
  height: 1px;
  background: rgba(36, 67, 134, 0.3);
  position: relative;
}

.lineStyle::after {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--main-color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.lineStyle::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--main-color);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* end页面公共 */
.home .i-banner {
  height: 100vh;
  position: relative;
}

.home .i-banner .swiper {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity .5s ease-in-out;
  z-index: 1;
}

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

.home .i-banner .swiper .banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
}

.home .i-banner .swiper .banner-text .cn-title {
  font-size: 3.75rem;
}

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

@media screen and (max-width: 640px) {
  .home .i-banner .swiper .banner-text .cn-title {
    font-size: 40px;
  }
}

.home .i-banner .swiper .banner-text .en-title {
  margin-top: 1.25rem;
  font-size: 4.375rem;
  font-family: D-DINCondensed-Bold;
  line-height: 1;
}

@media screen and (max-width: 992px) {
  .home .i-banner .swiper .banner-text .en-title {
    font-size: 2.875rem;
  }
}

@media screen and (max-width: 640px) {
  .home .i-banner .swiper .banner-text .en-title {
    font-size: 46px;
  }
}

.home .i-banner .swiper .banner-text .more {
  margin-top: 1.875rem;
}

.home .i-banner .swiper .swiper-button-prev .iconfont,
.home .i-banner .swiper .swiper-button-next .iconfont {
  font-size: 2.5rem;
  color: #fff;
}

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

.home .i-banner .swiper .swiper-button-next {
  right: 3.125rem;
}

.home .i-banner .swiper .swiper-button-prev {
  left: 3.125rem;
}

.home .i-banner .swiper.active {
  opacity: 1;
  z-index: 20;
}

.home .i-banner .iBannerSwiper1 {
  display: block;
}

.home .i-banner .swiperBtn {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 8.125rem;
  z-index: 20;
}

.home .i-banner .swiperBtn .bannerIcon {
  width: auto;
  height: 100%;
}

.home .i-banner .swiperBtn .box {
  background: var(--main-color);
  padding-left: 3.75rem;
  padding-right: 10rem;
}

.home .i-banner .swiperBtn .box .list {
  color: #fff;
  text-align: center;
}

.home .i-banner .swiperBtn .box .list .iconfont {
  font-size: 2.5rem;
}

@media screen and (max-width: 992px) {
  .home .i-banner .swiperBtn .box .list .iconfont {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 640px) {
  .home .i-banner .swiperBtn .box .list .iconfont {
    font-size: 26px;
  }
}

.home .i-banner .swiperBtn .box .list p {
  margin-top: .625rem;
}

.home .i-banner .swiperBtn .box .list li {
  cursor: pointer;
}

.home .i-banner .swiperBtn .box .list li.active p {
  font-weight: bold;
}

.home .i-banner .swiperBtn .box .list li:not(:last-child) {
  margin-right: 3.75rem;
}

@media screen and (min-width: 1921px) {
  .home .i-banner .swiperBtn .box {
    padding-right: var(--exWidth);
  }
}

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

.home .i-about .left {
  position: relative;
  z-index: 25;
}

.home .i-about .top {
  padding-left: 10rem;
}

.home .i-about .top .content {
  margin-top: 4.375rem;
  width: 32.5rem;
  text-align: justify;
  text-align-last: left;
  color: #111111;
  line-height: 2.2;
}

.home .i-about .top .i-title {
  padding-top: 5.625rem;
}

.home .i-about .top .more_blue {
  margin-top: 5.625rem;
}

@media screen and (min-width: 1921px) {
  .home .i-about .top {
    padding-left: var(--exWidth);
  }
}

.home .i-about .btnList {
  margin-top: 8.125rem;
  background: var(--main-color);
  padding-left: 10rem;
  padding-right: 6.25rem;
  text-align: center;
  height: 10rem;
  border-bottom-right-radius: 8.75rem;
}

.home .i-about .btnList a {
  color: #fff;
}

.home .i-about .btnList .iconfont {
  font-size: 2.25rem;
}

@media screen and (max-width: 992px) {
  .home .i-about .btnList .iconfont {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .home .i-about .btnList .iconfont {
    font-size: 24px;
  }
}

.home .i-about .btnList p {
  margin-top: .5625rem;
}

.home .i-about .btnList li {
  padding: 0 5.625rem;
}

.home .i-about .btnList li:first-child {
  padding-left: 0;
}

.home .i-about .btnList li:last-child {
  padding-right: 0;
}

@media screen and (min-width: 1921px) {
  .home .i-about .btnList {
    padding-left: var(--exWidth);
  }
}

.home .i-about .rightSwiper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 77.1875rem;
  height: 55rem;
  z-index: 20;
}

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

.home .i-case {
  padding: 9.375rem 0;
}

.home .i-case .imgPos {
  width: 100%;
  position: relative;
  padding-top: 64%;
  border-radius: 1.875rem;
  background: var(--imgBg-color);
  overflow: hidden;
}

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

.home .i-case p {
  text-align: center;
  margin-top: 1.875rem;
  color: #000;
}

.home .i-case .swiper {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}

.home .i-case .swiper .swiper-slide {
  position: relative;
  top: 0;
  transition: top .5s ease-in-out;
}

@media screen and (min-width: 992px) {
  .home .i-case .swiper .swiper-slide:hover {
    top: -2.5rem;
  }
  .home .i-case .swiper .swiper-slide:hover p {
    color: var(--main-color);
    font-weight: bold;
  }
}

.home .i-case .swiperTool {
  position: relative;
  width: 100%;
  height: 6px;
  background: #eeee;
  border-radius: 3px;
}

.home .i-case .swiperTool .swiper-scrollbar {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: #eeee;
}

.home .i-case .swiperTool .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--main-color);
}

.home .i-case .swiperTool .swiper-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--main-color);
  z-index: 50;
}

.home .i-case .custom-scrollbar {
  margin-top: 5.625rem;
}

.home .i-partner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 63.75rem;
  padding-top: 9.0625rem;
}

.home .i-partner .i-title {
  text-align: center;
  margin-bottom: 4.6875rem;
}

.home .i-partner .i-title .cn-title {
  color: #fff;
}

.home .i-partner .partnerSwiper2 {
  margin: 1.5625rem 0;
}

.home .i-partner .swiper-wrapper {
  transition-timing-function: linear;
}

.home .i-partner .swiper-slide {
  height: 10.625rem;
  background: #fff;
  display: flex;
}

.home .i-partner .swiper-slide img {
  display: block;
  max-width: 90%;
  max-height: 80%;
  margin: auto;
}

.home .i-business {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 9.0625rem 0 6.25rem;
}

.home .i-business .i-title {
  text-align: center;
}

.home .i-business .mapBox {
  position: relative;
  margin-top: 1.25rem;
}

.home .i-business .mapBox svg path {
  pointer-events: none;
  stroke-dasharray: 5;
  stroke-dashoffset: 5;
  animation: map_path 30s linear infinite;
}

.home .i-business .mapBox img {
  display: block;
}

.home .i-business .mapBox .dot {
  width: 1px;
  height: 1px;
  position: absolute;
}

.home .i-business .mapBox .dot .imgBox {
  display: none;
  width: 28.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-100% - 25px));
  border: solid 10px rgba(255, 255, 255, 0.5);
  border-radius: 1.25rem;
  overflow: hidden;
  z-index: 20;
}

.home .i-business .mapBox .dot .imgBox .img-box {
  position: relative;
  padding-top: 66.67%;
  overflow: hidden;
}

.home .i-business .mapBox .dot .imgBox .img-box .imgPos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.home .i-business .mapBox .dot .imgBox img {
  display: block;
  width: 100%;
  aspect-ratio: 450/300;
  object-fit: cover;
  transition: all .5s ease-in-out;
}

.home .i-business .mapBox .dot .imgBox .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.125rem;
  background: rgba(36, 67, 134, 0.85);
  color: #fff;
  font-weight: bold;
  padding: 0 1.875rem;
}

.home .i-business .mapBox .dot .imgBox:hover img {
  transform: scale(1.1);
}

.home .i-business .mapBox .dot .cir {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--main-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}

.home .i-business .mapBox .dot .title {
  white-space: nowrap;
  color: var(--main-color);
  position: absolute;
  font-size: 1.1875rem;
  z-index: 10;
}

.home .i-business .mapBox .dot .title.left {
  top: 50%;
  left: 0;
  transform: translate(calc(-100% - 10px), -50%);
}

.home .i-business .mapBox .dot .title.bottom {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% + 10px));
}

.home .i-business .mapBox .dot .title.right {
  top: 50%;
  right: 0;
  transform: translate(calc(100% + 10px), -50%);
}

.home .i-business .mapBox .dot:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #c1cadd;
  animation: cirScale 4s ease-in-out infinite;
  z-index: 2;
}

.home .i-business .mapBox .dot::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: rgba(36, 67, 134, 0.1);
  animation: cirScale 4s ease-in-out infinite;
  animation-delay: .5s;
  z-index: 1;
}

.home .i-business .mapBox .dot.mainDot .cir {
  width: 1.25rem;
  height: 1.25rem;
}

.home .i-business .mapBox .dot.mainDot:before {
  width: 2.5rem;
  height: 2.5rem;
}

.home .i-business .mapBox .dot.mainDot::after {
  width: 3.75rem;
  height: 3.75rem;
}

.home .i-business .mapBox .dot1 {
  top: 31%;
  left: 41.3%;
}

.home .i-business .mapBox .dot1 .title {
  font-size: 1.4375rem;
  font-weight: bold;
}

.home .i-business .mapBox .dot2 {
  top: 19%;
  left: 19.6%;
}

.home .i-business .mapBox .dot3 {
  top: 23.5%;
  left: 26.8%;
}

.home .i-business .mapBox .dot4 {
  top: 29.8%;
  left: 12%;
}

.home .i-business .mapBox .dot5 {
  top: 33.5%;
  left: 17.3%;
}

.home .i-business .mapBox .dot6 {
  top: 35.5%;
  left: 27.3%;
}

.home .i-business .mapBox .dot7 {
  top: 39.5%;
  left: 29.7%;
}

.home .i-business .mapBox .dot8 {
  top: 43.5%;
  left: 35.5%;
}

.home .i-business .mapBox .dot9 {
  top: 45.5%;
  left: 37.5%;
}

.home .i-business .mapBox .dot10 {
  top: 49%;
  left: 91.4%;
}

.home .i-business .mapBox .dot11 {
  top: 46%;
  left: 9.7%;
}

.home .i-business .mapBox .dot12 {
  top: 48%;
  left: 18.9%;
}

.home .i-business .mapBox .dot13 {
  top: 58%;
  left: 11%;
}

.home .i-business .mapBox .dot14 {
  top: 76.8%;
  left: 16.7%;
}

.about .about-1 {
  padding: 10rem 0 8.125rem;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.about .about-1 .left {
  width: 50%;
}

.about .about-1 .left .content {
  margin: 4.375rem 0 6.25rem;
  line-height: 2.6;
}

.about .about-1 .left .numList .item {
  width: 50%;
}

.about .about-1 .left .numList .year {
  margin-bottom: 1.125rem;
}

.about .about-1 .left .numList .year .num {
  font-size: 3.75rem;
  color: var(--main-color);
  font-family: Montserrat-Bold;
  line-height: 0.8;
  margin-right: .625rem;
}

@media screen and (max-width: 992px) {
  .about .about-1 .left .numList .year .num {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 640px) {
  .about .about-1 .left .numList .year .num {
    font-size: 40px;
  }
}

.about .about-1 .right {
  width: 50%;
}

.about .about-1 .right .rightImg {
  display: block;
  width: 36.25rem;
  margin: 0 auto;
}

.about .about-1 .imgBg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: url(../images/aboutAni2.png) no-repeat center;
  background-size: cover;
  transform-origin: 75% 50%;
}

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

@media screen and (min-width: 2800px) {
  .about .about-1 .imgBg {
    background-size: contain;
  }
}

.about .about-2 {
  background: var(--main-color);
}

.about .about-2 .box {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.about .about-2 .imgBox {
  width: 50%;
}

.about .about-2 .imgBox img {
  display: block;
  width: 100%;
  aspect-ratio: 960/700;
  object-fit: cover;
}

.about .about-2 .textBox {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2.6;
  color: #fff;
}

.about .about-2 .textBox .content {
  width: 45.3125rem;
}

.about .about-3 {
  padding: 4.375rem 0 2.8125rem;
}

.about .about-3 .imgBox {
  width: 50.75rem;
  position: relative;
}

.about .about-3 .imgBox .mapImg {
  display: block;
  width: 100%;
}

.about .about-3 .imgBox .dot {
  position: absolute;
  width: 1px;
  height: 1px;
}

.about .about-3 .imgBox .dot .posImg {
  display: block;
  width: 1.6875rem;
  transform: translate(-50%, -100%);
  position: relative;
  z-index: 5;
  cursor: pointer;
}

.about .about-3 .imgBox .dot::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 7.875rem;
  height: 7.875rem;
  transform: translate(-50%, -50%) scale(0);
  background: rgba(36, 67, 134, 0.1);
  z-index: 2;
  opacity: 0;
}

.about .about-3 .imgBox .dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  transform: translate(-50%, -50%) scale(0);
  background: rgba(36, 67, 134, 0.08);
  z-index: 1;
  opacity: 0;
}

.about .about-3 .imgBox .dot.active::after {
  opacity: 1;
  animation: cirScale 3s ease-in-out infinite;
}

.about .about-3 .imgBox .dot.active::before {
  opacity: 1;
  animation: cirScale 3s linear infinite;
  animation-delay: 1s;
}

.about .about-3 .imgBox .dot1 {
  top: 34.5%;
  left: 84%;
}

.about .about-3 .imgBox .dot2 {
  top: 43.5%;
  left: 79.5%;
}

.about .about-3 .imgBox .dot3 {
  top: 61.5%;
  left: 75%;
}

.about .about-3 .imgBox .dotLogo {
  top: 36.5%;
  left: 93%;
}

.about .about-3 .imgBox .dotLogo .logoIcon {
  display: block;
  width: 3.125rem;
  transform: translate(-50%, -100%);
  position: relative;
  z-index: 5;
  cursor: pointer;
}

@keyframes cirScale {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.about .about-3 .btnList {
  width: 33.75rem;
}

.about .about-3 .btnList .mapBtn {
  width: 100%;
  height: 8.125rem;
  background: rgba(36, 67, 134, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
  transition: all .3s;
}

.about .about-3 .btnList .mapBtn p {
  margin: auto;
}

.about .about-3 .btnList .mapBtn:not(:last-child) {
  margin-bottom: 2.5rem;
}

.about .about-3 .btnList .mapBtn:hover {
  background: var(--main-color);
  color: #fff;
  border-radius: 1.25rem;
}

.about .about-3 .btnList .mapBtn.active {
  background: var(--main-color);
  color: #fff;
  border-radius: 1.25rem;
}

.honor .honor-box {
  padding: 7.5rem 0;
  background-image: linear-gradient(45deg, #f5f7fc 0%, #eceff8 100%);
}

.honor .honor-box .i-title {
  text-align: center;
}

.honor .honor-class {
  margin-top: 3.4375rem;
  gap: 1.875rem;
}

.honor .honorList {
  margin-top: 7.8125rem;
}

.honor .honorList .row {
  gap: 1.875rem;
  position: relative;
}

.honor .honorList .row::after {
  content: "";
  width: 114.375rem;
  height: 10.125rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background: url(../images/honor-row-bg.png) no-repeat center;
  background-size: cover;
  z-index: 0;
}

.honor .honorList .row:not(:last-child) {
  margin-bottom: 10rem;
}

.honor .honorList li {
  flex: 1;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}

.honor .honorList li:hover .text {
  background: linear-gradient(#244386, rgba(255, 255, 255, 0));
  color: #fff;
}

.honor .honorList .text {
  width: 2.5rem;
  background: linear-gradient(#fff, rgba(255, 255, 255, 0));
  text-align: center;
  position: relative;
  flex-shrink: 0;
  writing-mode: tb-rl;
  text-align: left;
}

.honor .honorList .text p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 2.5rem;
  padding-top: 1.25rem;
}

.honor .honorList .imgBox {
  max-width: calc(100% - 2.5rem);
}

.honor .honorList .imgBox img {
  display: block;
  width: 100%;
}

.solution .solution-box {
  padding: 7.1875rem 0 8.125rem;
}

.solution .solution-box .btnBox {
  gap: 2.5rem;
}

.solution .solution-box .solution-list {
  margin-top: 5.3125rem;
}

.development .development-1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 7.5rem 0 3.125rem;
  --botHeight: 9.6875rem;
}

.development .development-1 .i-title {
  text-align: center;
}

.development .development-1 .i-title .cn-title,
.development .development-1 .i-title .en-title {
  color: #fff;
}

.development .development-1 .deve-box {
  width: 76.875rem;
  height: 44.375rem;
  margin-top: 4.375rem;
  margin-left: auto;
  position: relative;
}

.development .development-1 .list {
  position: relative;
  padding-top: 9.375rem;
  box-sizing: content-box;
}

.development .development-1 .item {
  position: relative;
  z-index: 2;
  align-items: center;
}

.development .development-1 .item:not(:last-child) {
  margin-bottom: var(--botHeight);
}

.development .development-1 .item:hover .textBox .text {
  background: var(--main-color);
}

.development .development-1 .item:hover .textBox .text::after {
  opacity: 1;
}

.development .development-1 .item:first-child .cir::before {
  content: "";
  width: 1.4375rem;
  height: 9.375rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  background: url(../images/develop-1-2.png) no-repeat top center;
  background-size: contain;
}

.development .development-1 .time {
  color: #fff;
  font-family: Montserrat-Bold;
  min-width: 14.375rem;
  font-size: 3.125rem;
}

@media screen and (max-width: 992px) {
  .development .development-1 .time {
    font-size: 2.0625rem;
  }
}

@media screen and (max-width: 640px) {
  .development .development-1 .time {
    font-size: 33px;
  }
}

.development .development-1 .time .line {
  width: 1px;
  height: 2.3125rem;
  background: #fff;
  margin: 0 1.25rem;
}

.development .development-1 .time .month {
  font-size: 1.875rem;
  font-weight: bold;
  flex-shrink: 0;
}

@media screen and (max-width: 992px) {
  .development .development-1 .time .month {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 640px) {
  .development .development-1 .time .month {
    font-size: 20px;
  }
}

.development .development-1 .cir {
  width: 4.0625rem;
  height: 4.0625rem;
  border: 1px dashed #fff;
  border-radius: 50%;
  margin: 0 1.25rem 0 8.125rem;
  position: relative;
}

.development .development-1 .cir span {
  margin: auto;
  width: .75rem;
  height: .75rem;
  background: #fff;
  border-radius: 50%;
}

.development .development-1 .cir::after {
  content: "";
  width: 1px;
  height: var(--botHeight);
  background: #fff;
  opacity: .5;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  z-index: 1;
}

.development .development-1 .textBox {
  width: 46.875rem;
  line-height: 1.6;
  color: #fff;
  position: relative;
}

.development .development-1 .textBox .text {
  position: absolute;
  padding: 2.5rem 1.5625rem;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.development .development-1 .textBox .text::after {
  content: "";
  width: 1rem;
  height: 1.25rem;
  background: var(--main-color);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  opacity: 0;
  transition: all 0.3s ease;
}

.development .development-1 .lineBox {
  width: 76.875rem;
  margin-left: auto;
}

.solutionXq .solutionXq-box {
  padding: 7.1875rem 0 8.125rem;
  background: #f6f9ff;
}

.solutionXq .solutionXq-box .btnBox {
  gap: 2.5rem;
}

.solutionXq .solutionXq-box .xqBox {
  background: #fff;
  margin-top: 5.3125rem;
  padding: 7.1875rem 0 6.25rem;
}

.solutionXq .solutionXq-box .xqBox .title {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  color: var(--main-color);
}

@media screen and (max-width: 992px) {
  .solutionXq .solutionXq-box .xqBox .title {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 640px) {
  .solutionXq .solutionXq-box .xqBox .title {
    font-size: 26px;
  }
}

.solutionXq .solutionXq-box .xqBox .lineStyle {
  margin: 3.125rem 0;
}

.solutionXq .solutionXq-box .xqBox .content {
  line-height: 2.5;
}

.solutionXq .solutionXq-box .xqBox .content img {
  max-width: 100%;
}

.solutionXq .solutionXq-box .xqBox .back_btn {
  margin: 3.4375rem auto 0;
}

.solutionXq .solutionXq-box .pageBox {
  margin-top: 4.375rem;
  gap: 2.5rem;
}

.solutionXq .solutionXq-box .pageBox .item {
  flex: 1;
  background: #fff;
  height: 13.75rem;
  display: flex;
  align-items: center;
  padding: 0 3.75rem;
}

.solutionXq .solutionXq-box .pageBox .item .cir {
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid #9f9f9f;
  border-radius: 50%;
  display: flex;
  transition: all .3s ease-in-out;
  flex-shrink: 0;
}

.solutionXq .solutionXq-box .pageBox .item .cir i {
  margin: auto;
  color: #9f9f9f;
  font-size: 1.125rem;
}

.solutionXq .solutionXq-box .pageBox .item p {
  color: #000;
  margin-left: 3.125rem;
}

.solutionXq .solutionXq-box .pageBox .item:nth-child(2) {
  justify-content: space-between;
  flex-direction: row-reverse;
}

.solutionXq .solutionXq-box .pageBox .item:hover .cir {
  background: var(--main-color);
}

.solutionXq .solutionXq-box .pageBox .item:hover .cir .iconfont {
  color: #fff;
}

.culture .culture-1 {
  padding: 6.25rem 0 12.1875rem;
}

.culture .box {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  margin-top: 5.9375rem;
}

.culture .topImg {
  margin-bottom: 3.125rem;
}

.culture .i-title {
  text-align: center;
}

.culture .culture-1 {
  background: #f6f9ff;
}

.culture .culture-1 .item {
  flex: 1;
}

.culture .culture-img {
  display: block;
  width: 100%;
}

.product .product-box {
  background: rgba(2, 15, 44, 0.08);
}

.product .product-box .container {
  padding: 7.8125rem 0 7.1875rem;
}

.product .product-box .left {
  width: 22.5rem;
  background: #fff;
  border-radius: 1.25rem 1.25rem 0px 0px;
}

.product .product-box .left .main-title {
  height: 6.875rem;
  background: var(--main-color);
  display: flex;
  color: #fff;
  letter-spacing: -0.125rem;
  border-radius: 1.25rem 1.25rem 0px 0px;
  font-size: 2.5rem;
}

@media screen and (max-width: 992px) {
  .product .product-box .left .main-title {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 640px) {
  .product .product-box .left .main-title {
    font-size: 26px;
  }
}

.product .product-box .left .main-title span {
  margin: auto;
}

.product .product-box .left .productNavList {
  padding: 0 3.125rem;
}

.product .product-box .left .productNavList .oneNav.active .subNav {
  display: block;
}

.product .product-box .left .productNavList .oneNav.active .oneNav-title p,
.product .product-box .left .productNavList .oneNav.active .subNav .item.active {
  color: var(--main-color);
  font-weight: bold;
}

.product .product-box .left .productNavList .oneNav .oneNav-title.active i {
  transform: rotate(180deg);
}

.product .product-box .left .productNavList .oneNav-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5625rem 0;
  border-bottom: 1px solid rgba(31, 47, 83, 0.15);
  cursor: pointer;
}

.product .product-box .left .productNavList .oneNav-title p {
  flex: 1;
}

.product .product-box .left .productNavList .oneNav-title i {
  flex-shrink: 0;
  font-size: 1.25rem;
  color: var(--main-color);
  transition: all .3s;
}

.product .product-box .left .productNavList .subNav {
  padding: 1.5625rem 0;
  display: none;
}

.product .product-box .left .productNavList .subNav .item {
  display: flex;
  align-items: center;
  color: #222222;
}

.product .product-box .left .productNavList .subNav .item .cir {
  display: block;
  width: 7px;
  height: 7px;
  background: var(--main-color);
  border-radius: 50%;
  margin-right: .9375rem;
  flex-shrink: 0;
}

.product .product-box .left .productNavList .subNav .item:not(:last-child) {
  margin-bottom: 1.875rem;
}

.product .product-box .left .productNavList .subNav .item:hover {
  color: var(--main-color);
  font-weight: bold;
}

.product .product-box .right {
  width: 73.4375rem;
}

.product .product-box .right .title-box .main-title {
  padding-left: 1.25rem;
  position: relative;
}

.product .product-box .right .title-box .main-title span {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  .product .product-box .right .title-box .main-title span {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 640px) {
  .product .product-box .right .title-box .main-title span {
    font-size: 26px;
  }
}

.product .product-box .right .title-box .main-title span:first-child {
  flex-shrink: 0;
}

.product .product-box .right .title-box .main-title .line {
  width: 2px;
  height: 2.375rem;
  margin: 0 1.25rem;
  background: #000;
}

.product .product-box .right .title-box .main-title::after {
  content: "";
  width: .375rem;
  height: 2.375rem;
  background: var(--main-color);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.product .product-box .right .title-box .productSearch {
  position: relative;
}

.product .product-box .right .title-box .productSearch input {
  width: 18.75rem;
  height: 3.5rem;
  border-radius: 1.75rem;
  border: 0;
  outline: 0;
  padding: 0 6.875rem 0 2.3125rem;
}

.product .product-box .right .title-box .productSearch input::placeholder {
  color: #777777;
}

.product .product-box .right .title-box .productSearch .iconfont {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: #fff;
  width: 6.25rem;
  height: 100%;
  border-radius: 1.75rem;
  background: var(--main-color);
  text-align: center;
  line-height: 3.5rem;
  z-index: 2;
  cursor: pointer;
}

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

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

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

.productXq .xqBox {
  background: url(../images/productXq-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 8.5rem 0 10.9375rem;
}

.productXq .xqBox .title2 {
  font-size: 1.875rem;
  color: var(--main-color);
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .productXq .xqBox .title2 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 640px) {
  .productXq .xqBox .title2 {
    font-size: 20px;
  }
}

.productXq .xqBox .custom-scrollbar {
  margin-top: 4.6875rem;
}

.productXq .xqBox .custom-scrollbar .scrollbar-track {
  background: #fff;
}

.productXq .xqBox .xq-1 .left {
  width: 41.875rem;
}

.productXq .xqBox .xq-1 .left-box {
  height: 26.375rem;
  background: #fff;
  border-radius: 1.25rem;
  position: relative;
}

.productXq .xqBox .xq-1 .left-box .xqSwiper1 {
  height: 100%;
}

.productXq .xqBox .xq-1 .left-box .swiper-slide {
  display: flex;
}

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

.productXq .xqBox .xq-1 .xqSwiper1-2 {
  margin-top: 1.25rem;
  height: 8.4375rem;
}

.productXq .xqBox .xq-1 .xqSwiper1-2 .swiper-slide {
  background: #fff;
  display: flex;
  cursor: pointer;
}

.productXq .xqBox .xq-1 .xqSwiper1-2 .swiper-slide img {
  display: block;
  margin: auto;
  max-width: 90%;
  max-height: 80%;
}

.productXq .xqBox .xq-1 .xqSwiper1-2 .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid var(--main-color);
}

.productXq .xqBox .xq-1 .right {
  width: 37.5rem;
}

.productXq .xqBox .xq-1 .right .title {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--main-color);
}

@media screen and (max-width: 992px) {
  .productXq .xqBox .xq-1 .right .title {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 640px) {
  .productXq .xqBox .xq-1 .right .title {
    font-size: 26px;
  }
}

.productXq .xqBox .xq-1 .right .title2 {
  margin: 2.375rem 0 1.5625rem;
  text-align: left;
}

.productXq .xqBox .xq-1 .right .content {
  text-align: justify;
  text-align-last: left;
  line-height: 1.8;
  color: #333333;
}

.productXq .xqBox .xq-1 .right .swiperBtnStyleCir {
  margin-top: 2.5rem;
}

.productXq .xqBox .xq-1 .right .swiperBtnStyleCir .swiper-button-prev,
.productXq .xqBox .xq-1 .right .swiperBtnStyleCir .swiper-button-next {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
}

.productXq .xqBox .xq-1 .right .swiperBtnStyleCir .swiper-button-prev {
  margin-right: 2.1875rem;
}

.productXq .xqBox .xq-1 .right .telBtn {
  border: 1px solid var(--main-color);
  width: 12.5rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
  border-radius: 1.875rem;
  font-size: 1.125rem;
  margin-top: 1.875rem;
  transition: all .5s ease-in-out;
}

.productXq .xqBox .xq-1 .right .telBtn i {
  font-size: 1.125rem;
  margin-right: .625rem;
}

.productXq .xqBox .xq-1 .right .telBtn:hover {
  background: var(--main-color);
  color: #fff;
}

.productXq .xqBox .xq-2 {
  margin-top: 5.625rem;
}

.productXq .xqBox .xq-2 .xqSwiper2 {
  margin-top: 1.5625rem;
  height: 24.375rem;
}

.productXq .xqBox .xq-2 .xqSwiper2 .swiper-slide {
  background: #fff;
  padding: 5.625rem 1.25rem 0;
  text-align: center;
}

.productXq .xqBox .xq-2 .xqSwiper2 .swiper-slide .imgBox {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/prodcutXq2-bg.png) center bottom no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.productXq .xqBox .xq-2 .xqSwiper2 .swiper-slide .item-title {
  font-weight: bold;
  color: var(--main-color);
  position: relative;
  z-index: 2;
}

.productXq .xqBox .xq-2 .xqSwiper2 .swiper-slide .desc {
  margin-top: 1.875rem;
  line-height: 1.8;
  position: relative;
  z-index: 2;
  text-align: justify;
  text-align-last: center;
}

.productXq .xqBox .xq-2 .xqSwiper2 .swiper-slide:hover {
  border-radius: 1.25rem;
}

.productXq .xqBox .xq-2 .xqSwiper2 .swiper-slide:hover .imgBox {
  opacity: 1;
}

.productXq .xqBox .xq-2 .xqSwiper2 .swiper-slide:hover .item-title,
.productXq .xqBox .xq-2 .xqSwiper2 .swiper-slide:hover .desc {
  color: #fff;
}

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

.productXq .xqBox .xq-3 .content {
  margin-top: 1.875rem;
  line-height: 1.8;
}

.productXq .xqBox .xq-3 .content img {
  max-width: 100%;
}

.productXq .xqBox .xq-3 .content table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  border: 1px solid var(--main-color);
}

.productXq .xqBox .xq-3 .content table tr {
  width: 100%;
}

.productXq .xqBox .xq-3 .content table tr td {
  width: 30%;
  height: 4.375rem;
  line-height: 4.375rem;
  font-size: 20px;
  text-align: center;
  color: #474747;
}

.productXq .xqBox .xq-3 .content table tr td:not(:last-child) {
  border-right: 1px solid #dfe7ee;
}

.productXq .xqBox .xq-3 .content table tr td.colStyle {
  width: 40%;
  background: var(--main-color);
  color: #fff;
}

.productXq .xqBox .xq-3 .content table tr:not(:last-child) td {
  border-bottom: 1px solid #dfe7ee;
}

.productXq .xqBox .xq-4 {
  margin-top: 4.0625rem;
}

.productXq .xqBox .xq-4 .xqSwiper4 {
  height: 28.125rem;
  margin-top: 2.5rem;
}

.productXq .xqBox .xq-4 .xqSwiper4 .swiper-slide {
  display: flex;
  background: #fff;
  border-radius: 1.25rem;
}

.productXq .xqBox .xq-4 .xqSwiper4 .swiper-slide img {
  display: block;
  max-width: 90%;
  max-height: 80%;
  margin: auto;
}

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

.productXq .xqBox .xq-5 .productList {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 7.5rem 7.5rem;
}

@media (max-width: 920px) {
  .productXq .xqBox .xq-5 .productList {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

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

.case .case-box {
  padding: 9.6875rem 0 5.625rem;
}

.case .case-box .caseList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 4.875rem 3.125rem;
}

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

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

.caseXq .caseXq-box {
  background: #f6f9ff;
  padding: 6.25rem 0 9.375rem;
}

.caseXq .xq-1 .container {
  background: #fff;
  padding: 5.625rem 3.125rem 6.25rem;
}

.caseXq .xq-1 .left {
  width: 46.875rem;
}

.caseXq .xq-1 .left .swiperBig {
  width: 100%;
}

.caseXq .xq-1 .left .swiperBig img {
  display: block;
  width: 100%;
  aspect-ratio: 750/480;
  object-fit: cover;
}

.caseXq .xq-1 .left .smallBox {
  height: 8rem;
  margin-top: 1.875rem;
}

.caseXq .xq-1 .left .smallBox .swiper-button-prev,
.caseXq .xq-1 .left .smallBox .swiper-button-next {
  width: 3.125rem;
  height: 100%;
  background: #eeeeee;
}

.caseXq .xq-1 .left .smallBox .swiper-button-prev .iconfont,
.caseXq .xq-1 .left .smallBox .swiper-button-next .iconfont {
  color: #9f9f9f;
}

.caseXq .xq-1 .left .smallBox .swiper-button-prev:hover,
.caseXq .xq-1 .left .smallBox .swiper-button-next:hover {
  background: var(--main-color);
}

.caseXq .xq-1 .left .smallBox .swiper-button-prev:hover .iconfont,
.caseXq .xq-1 .left .smallBox .swiper-button-next:hover .iconfont {
  color: #fff;
}

.caseXq .xq-1 .left .smallBox .swiperSmall {
  width: 38.75rem;
  margin: 0 .9375rem;
}

.caseXq .xq-1 .left .smallBox .swiperSmall .main-img {
  display: block;
  width: 100%;
  aspect-ratio: 200/128;
  object-fit: cover;
}

.caseXq .xq-1 .left .smallBox .swiperSmall .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: rgba(36, 67, 134, 0.85);
  border-radius: 50%;
  display: flex;
  transition: all .5s ease-in-out;
  opacity: 0;
}

.caseXq .xq-1 .left .smallBox .swiperSmall .mask-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 2.1875rem;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.caseXq .xq-1 .left .smallBox .swiperSmall .swiper-slide {
  overflow: hidden;
  cursor: pointer;
}

.caseXq .xq-1 .left .smallBox .swiperSmall .swiper-slide-thumb-active .mask {
  width: 200%;
  height: 200%;
  opacity: 1;
}

.caseXq .xq-1 .left .smallBox .swiperSmall .swiper-slide-thumb-active .mask-img {
  opacity: 1;
}

.caseXq .xq-1 .right {
  width: 40.625rem;
}

.caseXq .xq-1 .right .title {
  font-size: 2.5rem;
  color: var(--main-color);
  text-align: center;
}

@media screen and (max-width: 992px) {
  .caseXq .xq-1 .right .title {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 640px) {
  .caseXq .xq-1 .right .title {
    font-size: 26px;
  }
}

.caseXq .xq-1 .right .lineStyle {
  margin: 2.8125rem 0;
}

.caseXq .xq-1 .right .content {
  line-height: 2;
  letter-spacing: -1px;
  text-align: justify;
  text-align-last: left;
}

.caseXq .xq-1 .right .back_btn {
  margin: 2.8125rem auto 4.0625rem;
}

.caseXq .xq-1 .right .itemList {
  gap: 1.875rem;
}

.caseXq .xq-1 .right .itemList li {
  display: flex;
  align-items: center;
  flex: 1;
  height: 6rem;
  background: rgba(36, 67, 134, 0.08);
  border-radius: 1.25rem;
  padding: 0 1.875rem;
}

.caseXq .xq-1 .right .itemList li .cir {
  width: 3.125rem;
  height: 3.125rem;
  border: dashed 1px #244386;
  display: flex;
  border-radius: 50%;
  flex-shrink: 0;
}

.caseXq .xq-1 .right .itemList li .cir .iconfont {
  margin: auto;
  color: #244386;
}

.caseXq .xq-1 .right .itemList li .text {
  margin-left: 1.25rem;
}

.caseXq .xq-1 .right .itemList li .text p {
  color: #333333;
  opacity: .7;
}

.caseXq .xq-1 .right .itemList li .text div {
  color: #244386;
  font-weight: bold;
  line-height: 1;
  margin-top: .375rem;
}

.caseXq .xq-2 {
  margin-top: 6.25rem;
}

.caseXq .xq-2 .caseList {
  margin-top: 3.4375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 3.125rem 3.125rem;
}

@media (max-width: 920px) {
  .caseXq .xq-2 .caseList {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

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

.partner .partner-box {
  padding: 10rem 0 16.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.partner .i-title {
  text-align: center;
  margin-bottom: 4.375rem;
}

.partner .i-title .en-title,
.partner .i-title .cn-title {
  color: #fff;
}

.partner .partnerSwiper2 {
  margin: 1.5625rem 0;
}

.partner .swiper-slide {
  height: 10.625rem;
  background: #fff;
  display: flex;
}

.partner .swiper-slide img {
  display: block;
  max-width: 90%;
  max-height: 80%;
  margin: auto;
}

.patent .patent-1 {
  padding: 8.75rem 0 7.1875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.patent .patent-1 .swiperBox {
  overflow: hidden;
  padding: 2.5rem;
  box-sizing: border-box;
}

.patent .patent-1 .i-title {
  text-align: center;
}

.patent .patent-1 .swiper {
  overflow: visible;
  perspective: 100rem;
  margin-top: 4.0625rem;
}

.patent .patent-1 .swiper .swiper-wrapper {
  align-items: center;
}

.patent .patent-1 .swiper-slide {
  width: 255px;
}

.patent .patent-1 .swiper-slide img {
  display: block;
  width: 100%;
}

.patent .patent-1 .custom-scrollbar {
  margin-top: 6.875rem;
}

.patent .patent-1 .progressIcon {
  position: absolute;
}

.patent .patent-1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill::after {
  content: "";
  position: absolute;
  right: 0;
  width: 2.5rem;
  height: 2.5rem bac;
}

.service .service-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8.75rem 0 10.625rem;
}

.service .service-box .i-title {
  text-align: center;
}

.service .list {
  padding: 0 1.875rem;
  margin-top: 5rem;
}

.service .list .cir {
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  margin: 0 auto;
}

.service .list .cir i {
  margin: auto;
  color: var(--main-color);
  font-size: 3.75rem;
}

@media screen and (max-width: 992px) {
  .service .list .cir i {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 640px) {
  .service .list .cir i {
    font-size: 40px;
  }
}

.service .list .title {
  margin: 1.5625rem 0 2.8125rem;
  color: var(--main-color);
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .service .list .title {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 640px) {
  .service .list .title {
    font-size: 26px;
  }
}

.service .list .tip {
  width: 22.25rem;
  height: 3.125rem;
  background: #fff;
  border-radius: 1.5625rem;
  display: flex;
  transition: all 0.3s ease;
}

.service .list .tip span {
  margin: auto;
}

.service .list .tip:not(:last-child) {
  margin-bottom: 1.875rem;
}

.service .list .tip:hover {
  background: var(--main-color);
  color: #fff;
}

.service .list .item:hover .cir {
  background: var(--main-color);
}

.service .list .item:hover .cir i {
  color: #fff;
}

.news .news-box {
  padding: 6.25rem 0;
}

.newsXq .newsXq-box {
  background: #f6f9ff;
  padding: 7.5rem 0;
}

.newsXq .newsXq-box .left {
  width: 68.75rem;
  background: #fff;
  padding: 5.5rem 4.375rem 3.125rem;
}

.newsXq .newsXq-box .left .title {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--main-color);
  text-align: center;
}

@media screen and (max-width: 992px) {
  .newsXq .newsXq-box .left .title {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 640px) {
  .newsXq .newsXq-box .left .title {
    font-size: 26px;
  }
}

.newsXq .newsXq-box .left .year {
  color: #777777;
  margin: 2.1875rem 0;
}

.newsXq .newsXq-box .left .year p {
  margin-left: .625rem;
  font-family: Montserrat-Hairline;
}

.newsXq .newsXq-box .left .content {
  margin-top: 2.1875rem;
  line-height: 2.3;
}

.newsXq .newsXq-box .left .content img {
  max-width: 100%;
}

.newsXq .newsXq-box .left .back_btn {
  margin: 3.125rem auto 3.4375rem;
}

.newsXq .newsXq-box .left .pageBtn {
  margin: 3.75rem 0 3.125rem;
}

.newsXq .newsXq-box .left .pageBtn .item {
  width: 50%;
  display: flex;
  align-items: center;
  position: relative;
}

.newsXq .newsXq-box .left .pageBtn .item:last-child {
  flex-direction: row-reverse;
}

.newsXq .newsXq-box .left .pageBtn .item:last-child::after {
  content: "";
  width: 1px;
  height: 2.5rem;
  background: #244386;
  opacity: .1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.newsXq .newsXq-box .left .pageBtn .item:hover .cir {
  border: 1px solid var(--main-color);
  background: var(--main-color);
}

.newsXq .newsXq-box .left .pageBtn .item:hover .cir i {
  color: #fff;
}

.newsXq .newsXq-box .left .pageBtn .item:hover p {
  color: var(--main-color);
}

.newsXq .newsXq-box .left .pageBtn .cir {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #9f9f9f;
  display: flex;
  flex-shrink: 0;
  transition: all .3s;
}

.newsXq .newsXq-box .left .pageBtn .cir i {
  margin: auto;
  color: #9f9f9f;
}

.newsXq .newsXq-box .left .pageBtn p {
  color: #000000;
  margin: 0 .625rem;
}

.newsXq .newsXq-box .right {
  width: 28.125rem;
}

.newsXq .newsXq-box .right .xg-title2 {
  font-size: 2.25rem;
  padding-left: 1.25rem;
  position: relative;
}

@media screen and (max-width: 992px) {
  .newsXq .newsXq-box .right .xg-title2 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .newsXq .newsXq-box .right .xg-title2 {
    font-size: 24px;
  }
}

.newsXq .newsXq-box .right .xg-title2::after {
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 5px;
  height: 2.1875rem;
  background: var(--main-color);
}

.newsXq .newsXq-box .right .newsList2 {
  margin-top: 2.1875rem;
}

.newsXq .newsXq-box .right .newsList2 li {
  background: #fff;
  padding: 1.25rem;
  padding-bottom: 3.125rem;
}

.newsXq .newsXq-box .right .newsList2 li a {
  display: block;
  width: 100%;
}

.newsXq .newsXq-box .right .newsList2 li .img-box {
  width: 100%;
  margin-bottom: 2.1875rem;
  overflow: hidden;
}

.newsXq .newsXq-box .right .newsList2 li .img-box .imgBox {
  padding-top: 58%;
  position: relative;
}

.newsXq .newsXq-box .right .newsList2 li .img-box .imgBox .imgPos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease-in-out;
}

.newsXq .newsXq-box .right .newsList2 li .img-box img {
  display: block;
  width: 100%;
  aspect-ratio: 410/238;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.newsXq .newsXq-box .right .newsList2 li .text-box .title {
  color: #000;
}

.newsXq .newsXq-box .right .newsList2 li .text-box .desc {
  color: #000;
  opacity: .7;
  margin: 1.5rem 0 2.1875rem;
  line-height: 2;
}

.newsXq .newsXq-box .right .newsList2 li .text-box .year {
  color: #777777;
}

.newsXq .newsXq-box .right .newsList2 li:not(:last-child) {
  margin-bottom: 3.125rem;
}

.newsXq .newsXq-box .right .newsList2 li:hover .img-box img {
  transform: scale(1.1);
}

.newsXq .newsXq-box .right .newsList2 li:hover .text-box .title {
  color: var(--main-color);
}

.newsXq .newsXq-box .right .more_blue {
  margin: 3.125rem auto 2.1875rem;
}

.talent .talent-1 {
  padding: 9.375rem 0 6.875rem;
}

.talent .talent-1 .img-box {
  width: 50%;
}

.talent .talent-1 .img-box img {
  display: block;
  width: 100%;
  aspect-ratio: 800/540;
  object-fit: cover;
}

.talent .talent-1 .text-box {
  width: 46.875%;
}

.talent .talent-1 .text-box .content {
  margin-top: 4.375rem;
  color: #111111;
  line-height: 2;
}

.talent .talent-2 {
  height: 55rem;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.talent .talent-2 .container {
  height: 100%;
}

.talent .talent-2 .item {
  width: auto;
  height: 100%;
  flex: 1;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.talent .talent-2 .item .box {
  position: relative;
  z-index: 2;
}

.talent .talent-2 .item .iconfont {
  color: #fff;
  font-size: 2.875rem;
}

@media screen and (max-width: 992px) {
  .talent .talent-2 .item .iconfont {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 640px) {
  .talent .talent-2 .item .iconfont {
    font-size: 30px;
  }
}

.talent .talent-2 .item .title {
  text-align: center;
  font-size: 2.25rem;
  margin: 1.75rem 0 3.125rem;
}

@media screen and (max-width: 992px) {
  .talent .talent-2 .item .title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .talent .talent-2 .item .title {
    font-size: 24px;
  }
}

.talent .talent-2 .item .line {
  width: 5rem;
  height: 1px;
  background: #fff;
  margin: 0 auto;
}

.talent .talent-2 .item .desc {
  display: none;
  width: 23.125rem;
  margin: 3.75rem auto 0;
  line-height: 2;
}

.talent .talent-2 .item .bgImg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: all .5s ease-in-out;
  transform: translate(-50%, -50%) rotate(-15deg);
}

@media screen and (min-width: 992px) {
  .talent .talent-2 .item:hover .line {
    display: none;
  }
  .talent .talent-2 .item:hover .desc {
    display: block;
  }
  .talent .talent-2 .item:hover .bgImg {
    opacity: 1;
    z-index: 1;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .talent .talent-2 .item:hover .iconfont {
    color: var(--main-color);
  }
  .talent .talent-2 .item:hover .title {
    color: #000;
  }
  .talent .talent-2 .item:hover .desc {
    color: #474747;
  }
}

.talent .talent-3 {
  padding: 6.5625rem 0 9.375rem;
}

.talent .talent-3 .main-img {
  display: block;
  width: 100%;
}

.talent .talent-3 .container {
  position: relative;
}

.talent .talent-3 .textBox {
  position: absolute;
  top: 8.75rem;
  left: 6.5625rem;
}

.talent .talent-3 .textBox .i-title .cn-title {
  color: #fff;
  margin-top: 0;
}

.talent .talent-3 .textBox .content {
  width: 36.25rem;
  text-align: justify;
  text-align-last: left;
  line-height: 2;
  margin-top: 3.75rem;
  color: #fff;
}

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

.job .i-title {
  text-align: center;
}

.job .swiper {
  min-height: 37.5rem;
  margin-top: 8.75rem;
  padding-top: 3.75rem;
  box-sizing: content-box;
}

.job .swiper .swiper-slide {
  padding: 4.6875rem 3.125rem 6.25rem;
  background: #fff;
  color: #474747;
  overflow: hidden;
  transition: all .5s ease-in-out;
}

@media screen and (max-width: 640px) {
  .job .swiper .swiper-slide {
    padding-bottom: 50px !important;
  }
}

.job .swiper .swiper-slide .title {
  font-size: 2.25rem;
  color: #2a3b80;
}

@media screen and (max-width: 992px) {
  .job .swiper .swiper-slide .title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .job .swiper .swiper-slide .title {
    font-size: 24px;
  }
}

.job .swiper .swiper-slide .line {
  width: 100%;
  height: 1px;
  background: #2a3b80;
  opacity: .3;
  margin: 1.875rem 0 2.25rem;
}

.job .swiper .swiper-slide .item-title {
  margin-bottom: 1.25rem;
}

.job .swiper .swiper-slide .item-title span {
  color: #2a3b80;
}

.job .swiper .swiper-slide .item-title2 {
  margin-bottom: .9375rem;
}

.job .swiper .swiper-slide .content {
  line-height: 2.2;
  letter-spacing: 1px;
}

.job .swiper .swiper-slide .bg-icon {
  position: absolute;
  bottom: .5rem;
  right: 0;
  width: 19.6875rem;
}

.job .swiper .swiper-slide .more_blue {
  position: absolute;
  bottom: 1.875rem;
}

@media screen and (max-width: 640px) {
  .job .swiper .swiper-slide .more_blue {
    bottom: 30px;
    width: 100px;
    height: 40px;
    border-radius: 30px;
    font-size: 12px;
  }
}

.job .swiper .swiper-slide::after {
  content: "";
  width: 100%;
  height: .5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2a3b80;
}

.job .swiper .swiper-slide:hover {
  transform: translateY(-3.75rem);
  border-radius: 1.25rem;
  background: #2a3b80;
  color: #fff;
}

.job .swiper .swiper-slide:hover .bg-icon {
  filter: grayscale(1) brightness(300%);
}

.job .swiper .swiper-slide:hover .line {
  background: #fff;
}

.job .swiper .swiper-slide:hover .title,
.job .swiper .swiper-slide:hover .item-title span,
.job .swiper .swiper-slide:hover .content {
  color: #fff;
}

.job .swiper .swiper-slide:hover .more_blue {
  background: #fff;
  color: #2a3b80;
}

.job .swiperBtnStyleCir {
  display: flex;
  justify-content: center;
  margin-top: 4.375rem;
}

.jobXq .jobXq-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 7.5rem 0;
}

.jobXq .jobXq-box .container {
  background: #fff;
  border-radius: 3.125rem;
  overflow: hidden;
  padding: 7.5rem 0 8.75rem;
}

.jobXq .jobXq-box .box {
  width: 66.875rem;
  max-width: 1070px;
  margin: 0 auto;
}

.jobXq .jobXq-box .job-title {
  margin-bottom: 3.125rem;
}

.jobXq .jobXq-box .job-title p {
  font-size: 2.25rem;
  color: #2a3b80;
}

@media screen and (max-width: 992px) {
  .jobXq .jobXq-box .job-title p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .jobXq .jobXq-box .job-title p {
    font-size: 24px;
  }
}

.jobXq .jobXq-box .job-title .back_btn {
  flex-shrink: 0;
}

.jobXq .jobXq-box .content {
  margin-top: 3.75rem;
  color: #000000;
  padding-bottom: 4.0625rem;
}

.jobXq .jobXq-box .content .item-title {
  font-weight: bold;
  color: #2a3b80;
}

.jobXq .jobXq-box .content .row {
  margin-bottom: 3.75rem;
}

.jobXq .jobXq-box .content .row .item-title:first-child {
  margin-right: 31.25rem;
}

.jobXq .jobXq-box .content .text {
  line-height: 2;
}

.jobXq .jobXq-box .content .mb-10 {
  margin-bottom: .625rem;
}

.jobXq .jobXq-box .content .row2:not(:last-child) {
  margin-bottom: 3.125rem;
}

.jobXq .jobXq-box .contactList {
  margin-top: 3.75rem;
}

.jobXq .jobXq-box .contactList .item .iconfont {
  font-size: 2.875rem;
  color: #2a3b80;
  flex-shrink: 0;
}

@media screen and (max-width: 992px) {
  .jobXq .jobXq-box .contactList .item .iconfont {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 640px) {
  .jobXq .jobXq-box .contactList .item .iconfont {
    font-size: 30px;
  }
}

.jobXq .jobXq-box .contactList .item .textBox {
  color: #2a3b80;
  margin-left: 1.25rem;
}

.jobXq .jobXq-box .contactList .item .textBox .title {
  line-height: 1;
}

.jobXq .jobXq-box .contactList .item .textBox p {
  margin-top: .625rem;
  line-height: 1;
  font-weight: bold;
}

.contact .contact-1 {
  height: 56.25rem;
  position: relative;
}

.contact .contact-1 #container {
  width: 100%;
  height: 100%;
}

.contact .contact-1 .mapBox {
  position: absolute;
  top: 50%;
  right: 10rem;
  transform: translateY(-50%);
  width: 64.6875rem;
  height: 43.75rem;
  background: #fff;
  z-index: 50;
  border-radius: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 2000px) {
  .contact .contact-1 .mapBox {
    right: var(--exWidth);
  }
}

.contact .contact-1 .mapBox .content {
  width: 77.29%;
  margin: 0 auto;
}

.contact .contact-1 .mapBox .line {
  width: 100%;
  height: 1px;
  background: #244386;
  opacity: .2;
  margin: 1.875rem 0;
}

.contact .contact-1 .mapBox .box {
  font-family: Montserrat-Light;
  line-height: 2.2;
}

.contact .contact-1 .mapBox .list {
  margin-top: 2.5rem;
}

.contact .contact-1 .mapBox .list li {
  cursor: pointer;
  width: 10rem;
  height: 2.625rem;
  border: 1px solid #cccccc;
  border-radius: 1.25rem;
  display: flex;
  color: #474747;
}

.contact .contact-1 .mapBox .list li span {
  margin: auto;
}

.contact .contact-1 .mapBox .list li:hover {
  background: var(--main-color);
  color: #fff;
  border: 1px solid var(--main-color);
}

.contact .contact-1 .mapBox .list li.active {
  background: var(--main-color);
  color: #fff;
  border: 1px solid var(--main-color);
}

.contact .contact-1 .mapBox .tableBox {
  margin-top: 2.5rem;
}

.contact .contact-1 .mapBox .tableBox .table-item {
  display: none;
}

.contact .contact-1 .mapBox .tableBox .table-item span {
  display: inline-block;
}

.contact .contact-1 .mapBox .tableBox .table-item span:first-child {
  margin-right: 7.1875rem;
}

.contact .contact-2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10.3125rem 0 11.5625rem;
}

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

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

.contact .contact-2 .formBox .title {
  font-size: 2.25rem;
  color: #244386;
}

@media screen and (max-width: 992px) {
  .contact .contact-2 .formBox .title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .contact .contact-2 .formBox .title {
    font-size: 24px;
  }
}

.contact .contact-2 .formBox .row {
  margin-bottom: 4.375rem;
}

.contact .contact-2 .formBox .row .left {
  width: 21.25rem;
}

.contact .contact-2 .formBox .row .right {
  width: calc(100% - 21.25rem);
  gap: 1.25rem;
}

.contact .contact-2 .formBox .row .right .item {
  display: flex;
  flex: 1;
  height: 5.625rem;
  border-radius: .625rem;
  background: rgba(36, 67, 134, 0.1);
  color: #777777;
  cursor: pointer;
}

.contact .contact-2 .formBox .row .right .item span {
  margin: auto;
}

.contact .contact-2 .formBox .row .right .item.active {
  background: #244386;
  color: #fff;
}

.contact .contact-2 .formBox .row .right .inputStyle {
  display: block;
  flex: 1;
  background: rgba(36, 67, 134, 0.1);
  height: 5.625rem;
  border: 0;
  outline: 0;
  padding: 0 3.4375rem;
  border-radius: .625rem;
}

.contact .contact-2 .formBox .row .right .inputStyle2 {
  width: 100%;
  flex: unset;
}

.contact .contact-2 .formBox .row .right textarea {
  resize: none;
  display: block;
  width: 100%;
  height: 12.5rem;
  border-radius: .625rem;
  background: rgba(36, 67, 134, 0.1);
  padding: 2.0625rem 3.4375rem;
  border: 0;
  outline: 0;
}

.contact .contact-2 .formBox .submit {
  display: block;
  width: 10.625rem;
  height: 3.75rem;
  background: var(--main-color);
  color: #fff;
  border-radius: 1.875rem;
  display: flex;
  margin-left: 21.25rem;
  cursor: pointer;
}

.contact .contact-2 .formBox .submit span {
  margin: auto;
  font-weight: bold;
}

.searchRes .banner .banner-text {
  top: 40%;
  text-align: center;
}

.searchRes .searchResBox {
  padding: 7.5rem 0 8.125rem;
}

.searchRes .searchResBox .productList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 7.5rem 7.5rem;
}

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

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

.searchRes .serach-product {
  background: rgba(2, 15, 44, 0.08);
}

aside {
  position: fixed;
  top: 60%;
  right: 15px;
  z-index: 50;
}

aside .item {
  width: 4.0625rem;
  height: 4.0625rem;
  background: rgba(36, 67, 134, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: all .3s;
}

aside .item .iconfont {
  color: #fff;
  font-size: 1.5rem;
}

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

aside .item:first-child {
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
}

aside .item:last-child {
  border-bottom-left-radius: .625rem;
  border-bottom-right-radius: .625rem;
}

aside .item.active {
  background: var(--main-color);
}

aside .item.active .box {
  opacity: 1;
  pointer-events: all;
}

aside .item .box {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  height: 100%;
  transform: translate(calc(-100%), -50%);
  pointer-events: none;
  transition: all .3s;
}

aside .item .box .contentBox {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  background: #fff;
  margin-right: 10px;
  padding: .625rem;
}

aside .item .box img {
  display: block;
  width: 5rem;
}

aside .item .textBox {
  display: flex;
  align-items: center;
  white-space: nowrap;
  height: 100%;
  text-align: center;
}

.custom-content-marker {
  position: relative;
  width: 25px;
  height: 34px;
}

.custom-content-marker img {
  width: 100%;
  height: 100%;
}

.custom-content-marker .close-btn {
  position: absolute;
  top: -6px;
  right: -8px;
  width: 15px;
  height: 15px;
  font-size: 12px;
  background: #ccc;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 15px;
  box-shadow: -1px 1px 1px rgba(10, 10, 10, 0.2);
}

.custom-content-marker .close-btn:hover {
  background: #666;
}

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

.fanye li span,
.fanye li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  border-radius: 6px;
  background: #eeeeee;
  transition: all .35s ease-in-out;
  color: #474747;
}

.fanye li:hover span,
.fanye li:hover a {
  background: var(--main-color) !important;
  color: #fff;
}

.fanye li.active span,
.fanye li.active a {
  background: var(--main-color) !important;
  color: #fff;
}

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

.fanye li:not(:last-child) {
  margin-right: 2rem;
}

@media screen and (max-width: 992px) {
  .fanye {
    margin-top: 2.5rem;
  }
}

.product .fanye li span,
.product .fanye li a {
  background: #fff;
}
