.index-banner {
    position: relative;
}
.index-banner .jiantou {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    cursor: pointer;
    z-index: 2;
}

.mask-bg {
  background-color: #F2EEEB;
  padding-top: 85px;
  padding-bottom: 120px;
}
.mask {
}
.mask .mask-title {
  font-size: 20px;
  color: #000;
  margin-bottom: 40px;
}
.mask .con {
  display: flex;
}
.mask .left {
  width: 380px;
  margin-right: 124px;
}
.mask .right {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mask .right p {
  font-size: 14px;
  color: #000;
  line-height: 22px;
  margin-top: 14px;
}
.mask .right img {
  width: 161px;
}

@media (max-width: 960px) {
    .index-banner .jiantou {
            width: 50px; 
            bottom: 20px;
    }
  #myForm .l-3 {
    flex-wrap: wrap;
  }
  #myForm .l-3 input {
    width: 100%;
  }
  .contact-page {
    flex-wrap: wrap;
  }
  .contact-page .item {
    width: 100%;
  }
  .mask .mask-title {
    text-align: center;
    margin-bottom: 20px;
  }
  .mask .left {
    width: 100%;
    margin-right: 0;
  }
  .mask .con {
    flex-wrap: wrap;
  }
  .mask-bg {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .mask .right {
    width: 100%;
    flex: auto;
    margin-top: 30px;
  }
  .mask .right p {
    font-size: 14px;
  }
  .mask .right .btn-style {
    margin: 0 auto;
    margin-top: 23px;
  }
}

.i-product {
  margin-top: 110px;
  margin-bottom: 34px;
}
.i-product .i-title {
  margin-bottom: 107px;
}
.i-product .con .fl {
  display: flex;
}
.i-product .con .fl .fl-item {
  width: calc(100% / 3);
  cursor: pointer;
}
.i-product .con .fl .fl-item p {
  font-size: 20px;
  color: #03004C;
  margin-bottom: 20px;
  text-align: center;
}
.i-product .con .fl .fl-item span {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #F2EEEB;
}
.i-product .con .fl .fl-item.active span {
  background-color: #03004C;
}
.i-product .con .fl .fl-item .icon {
  width: 62px;
  height: 62px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  margin-top: 24px;
}
.i-product .con .fl .fl-item:nth-child(1) .icon {
  background-image: url(../img/fl01.png);
}
.i-product .con .fl .fl-item:nth-child(2) .icon {
  background-image: url(../img/fl02.png);
}
.i-product .con .fl .fl-item:nth-child(3) .icon {
  background-image: url(../img/fl03.png);
}
.i-product .con .fl .fl-item:nth-child(1).active .icon {
  background-image: url(../img/fl01-a.png);
}
.i-product .con .fl .fl-item:nth-child(2).active .icon {
  background-image: url(../img/fl02-a.png);
}
.i-product .con .fl .fl-item:nth-child(3).active .icon {
  background-image: url(../img/fl03-a.png);
}
.i-product .con .IProductSwiper {
  margin-top: 60px;
  height: 600px;
}
.i-product .con .IProductSwiper .swiper-slide {
  width: auto;
  opacity: 0.5;
  transition: all 0.3s;
  height: 100%;
}
.i-product .con .IProductSwiper .swiper-slide img {
    height: 506px;
}
.i-product .con .IProductSwiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.i-product .con .IProductSwiper .swiper-slide.swiper-slide-active h3 {
  opacity: 1;
}
.i-product .con .IProductSwiper .swiper-slide h3 {
  opacity: 0;
}
.i-product .con {
  position: relative;
}
.i-product .con .swiper-button-next {
  top: auto;
  bottom: 0;
  right: 0;
}
.i-product .con .bottom {
    position: absolute;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: -14px;
    z-index: 9;
}
.i-product .con .bottom .text {
    flex: 1;
    overflow: hidden;
}
.i-product .con h3 {
  font-size: 20px;
  width: 100%;
  text-align: center;
}
.i-product .con h3.active {
  display: block;
}
.i-product.product-page .con .bottom .text {
    display: none;
}
.i-product .con .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 100px;
  position: relative;
}
.i-product .con .swiper-button-prev {
  top: auto;
  bottom: 0;
  width: 100px;
  position: relative;
  left: 0;
  margin-right: 20px;
}
.i-product .con .swiper-button-next:after, .i-product .con .swiper-button-prev:after{
  background-image: url(../img/right.png);
  width: 100px;
  background-repeat: no-repeat;
  font-size: 0;
  display: block;
  height: 16px;
  background-size: contain;
}
.i-product .con .swiper-button-prev:after {
  background-image: url(../img/left.png);
}
.i-product .con .IProductSwiper h3 {
  font-size: 20px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 960px) {
    .i-product .con .bottom .text {
        top: -16px;
        position: relative;
    }
  .i-product .bottom .text {
    display: block;
  }
  .i-product .con h3 {
    font-size: 14px;
    margin-top: 0px;
  }
  .i-product .con .IProductSwiper .swiper-slide {
    width: 90%;
  }
  .i-product {
    margin-top: 51px;
    margin-bottom: 30px;
  }
  .i-product .con .swiper-button-next:after, .i-product .con .swiper-button-prev:after {
    width: 39px;
  }
  .i-product .con .bottom {
    margin-top: 50px;
  }
  .i-product .con .swiper-button-prev {
    width: 39px;
  }
  .i-product .con .swiper-button-next {
    width: 39px;
  }
  .i-product .i-title {
    margin-bottom: 33px;
  }
  .i-product .con .fl .fl-item p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .i-product .con .fl .fl-item span {
    height: 2px;
  }
  .i-product .con .fl .fl-item .icon {
    width: 30px;
    height: 30px;
    margin-top: 14px;
  }
  .i-product .con .IProductSwiper {
    margin-top: 13px;
  }
}

/* index-about */
.iabout {
  background-image: url(../img/iabout01.jpg);
  height: 610px;
  margin-bottom: 173px;
  position: relative;
  background-size: cover;
  margin-top: 100px;
}
.iabout .imgbox {
  width: 100%;
  height: 100%;
}
.iabout .con {
  position: absolute;
  display: flex;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  bottom: -76px;
  left: 50%;
  width: 80%;
  margin-left: -40%;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
  flex-direction: column;
  padding: 57px 75px;
  padding-bottom: 74px;
  box-sizing: border-box;
  align-items: center;
  z-index: 2;
}
.iabout .con img {
  width: 161px;
  margin-bottom: 35px;
}
.iabout .con p {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  text-align: center;
}

@media (max-width: 960px) {
  .iabout.con-width {
    width: 100%;
    height: 198px;
    margin-bottom: 140px;
  }
  .iabout.con-width .con {
    width: 90%;
    padding: 20px;
    bottom: auto;
    top: 140px;
    margin-left: -45%;
  }
  .iabout .con img {
    width: 137px;
    margin-bottom: 7px;
  }
  .iabout .con p {
    font-size: 10px;
    line-height: 16px;
  }

}

/* 首页案例 */
.icase {
  margin-bottom: 76px;
}
.icase .con {
  display: grid;
  grid-template-columns: repeat(3, 31.66%);
  grid-gap: 30px;
}
.icase .con .item .text {
  padding: 24px;
  color: #000;
}
.icase .con .item .imgbox {
  height: 300px;
}
.icase .con .item:hover .text {
  background-color: #03004C;
  color: #fff;
}
.icase .con .item:hover .text .title {
  color: #fff;
}
.icase .con .item:hover .text span {
  color: #fff;
}
.icase .con .item .title {
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  box-sizing: border-box;
}
.icase .con .item .info {
  display: flex;
  justify-content: center;
  margin-top: 9px;
}
.icase .con .item .info span {
  font-size: 14px;
  display: block;
}
.icase .con .item .info span:first-child {
  margin-right: 20px;
}
.icase .btn-style {
  margin: 0 auto;
  margin-top: 55px;
}

@media (max-width: 960px) {
  .icase {
    margin-bottom: 29px;
  }
  .icase .con {
    grid-template-columns: repeat(2, calc(50% - 5px));
    grid-gap: 10px;
  }
  .icase .con .item .imgbox {
    height: 136px;
  }
  .icase .con .item .title {
    font-size: 11px;
    line-height: 11px;
  }
  .icase .con .item .text {
    padding: 10px;
  }
  .icase .con .item .info {
    margin-top: 7px;
  }
  .icase .con .item .info span {
    font-size: 10px;
    line-height: 10px;
  }
  .icase .btn-style {
    margin-top: 39px;
  }
}

.jjfa {
  margin-top: 40px;
}
.jjfa .bg {
  width: 100%;
  height: 800px;
  background-image: url(../img/img06.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.jjfa .con {
  height: 100px;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 2; 
  left: 50%;
  transform: translate(-50%, 0);
}
.jjfa .con .left {
  background-color: #F2F2F2;
  width: 50%;
  position: relative;
}
.jjfa .con .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jjfa .con .right p:first-child {
  color: #000;
  font-size: 20px;
  text-align: right;
}
.jjfa .con .right p:last-child {
  color: #000;
  font-size: 12px;
  text-align: right;
}
.jjfa .con .type {
  display: flex;
  margin: 0 25px;
  position: relative;
  bottom: 60px;
  left: 50%;
  margin-left: -225px;
}
.jjfa .con-bg {
  height: 100px;
  display: flex;
  position: relative;
}
.jjfa .con-bg .left {
  width: 50%;
  background-color: #F2F2F2;
}
.jjfa .con .type .titem {
  margin: 0 12.5px;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 6px;
}
.jjfa .con .type .titem .icon {
  width: 40px;
  height: 40px;
}
.jjfa .con .type .titem:nth-child(1) .icon {
  background-image: url(../img/img02.png);
}
.jjfa .con .type .titem:nth-child(2) .icon {
  background-image: url(../img/img03.png);
}
.jjfa .con .type .titem:nth-child(3) .icon {
  background-image: url(../img/img04.png);
}
.jjfa .con .type .titem p {
  text-align: center;
  margin-top: 10ox;
  font-size: 16px;
}
@media (max-width: 960px) {
  .jjfa {
    margin-top: 8px;
  }
  .jjfa .bg {
    height: 210px;
    background-image: url(../img/img06-sj.png);
  }
  .jjfa .con {
    flex-wrap: wrap;
  }
  .jjfa .con-bg .left {
    width: 90%;
    height: 55px;
    margin: 0 auto;
  }
  .jjfa .con .right {
    width: 100%;
  }
  .jjfa .con .type .titem {
    width: 68px;
    height: 67px;
  }
  .jjfa .con .type .titem .icon {
    width: 24px;
    height: 24px;
    background-size: 100%;
  }
  .jjfa .con .type {
    left: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    bottom: 36px;
  }
  .jjfa .con .right p:first-child {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
  }
  .jjfa .con .right p:last-child {
    font-size: 8px;
  }
}

.ijoin {
  margin-top: 98px;
  margin-bottom: 110px;
}
.ijoin .con {
  display: flex;
  margin-top: 43px;
  height: 576px;
  align-items: center;
}
.ijoin .logo {
  width: 61px;
  margin-right: 46px;
  margin-top: 150px;
}
.ijoin .right {
  position: relative;
  flex: 1;
  background-color: #03004C;
  height: 100%;
  margin-left: 91px;
  height: 520px;
}
.ijoin .right .imgbox img {
  object-fit: cover;
}
.ijoin .left {
  position: relative;
}
.ijoin .left::before {
  content: '';
  display: block;
  width: 2px;
  height: 578px;
  background-color: #03004C;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translate(0, -50%);
}
.ijoin .left .name {
  color: #666666;
  font-size: 16px;
  line-height: 22px;
  padding-left: 29px;
  position: relative;
  margin: 20px 0;
}
.ijoin .left .name::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  border: 1px #03004C solid;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.ijoin .left .name.active::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  background-color: #03004C;
  left: 4px;
  top: 50%;
  transform: translate(0, -50%);
}
.ijoin .left .name.active {
  font-size: 20px;
  font-weight: bold;
  color: #03004C;
  font-family: 'AlibabaBold';
}
.ijoin .right .swiper {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 960px) {
  .ijoin .logo {
    display: none;
  }
  .ijoin .left .name.active {
    font-size: 14px;
  }
  .ijoin .left .name {
    font-size: 12px;
    padding-left: 20px;
    margin: 10px 0;
  }
  .ijoin .left .name::before {
    width: 12px;
    height: 12px;
  }
  .ijoin .left .name.active::after {
    width: 8px;
    height: 8px;
    left: 3px;
  }
  .ijoin .left::before {
    left: 6px;
    height: 420px;
  }
  .ijoin .con {
    height: 420px;
    margin-top: 20px;
  }
  .ijoin .swiper-slide {
    height: 100%;
  }
  .ijoin .swiper-slide .imgbox {
    height: 100%;
  }
  .ijoin .right {
    margin-left: 22px;
    height: 420px;
  }
  .ijoin {
    margin: 50px auto;
  }
}

/* 首页联系 */
.icontent {
  width: 100%;
  background-image: url(../img/icontent.jpg);
  height: 910px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icontent .con {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  padding: 52px 60px;
  width: 779px;
  float: right;
  box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
.icontent .con .top {
  display: flex;
  justify-content: space-between;
}
.icontent .con .top .left .title {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 9px;
  font-family: 'AlibabaMedium';
  color: #000;
}
.icontent .con .top .left p {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
.icontent .con .top .right {
  background-image: url(../img/icontent-icon.png);
  line-height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  color: #03004C;
  font-size: 36px;
  text-transform: uppercase;
  font-family: 'AlibabaBold';
}

@media (max-width: 960px) {
  .icontent {
    height: 240px;
    margin-bottom: 230px;
    align-items: flex-start;
  }
  .icontent .con {
    width: 100%;
    padding: 20px;
    margin-top: 100px;
  }
  .icontent .con .top .right {
    font-size: 20px;
    background-size: 60px;
    line-height: 40px;
  }
  .icontent .con .top .left .title {
    font-size: 16px;
    margin: 0;
  }
  .icontent .con .top .left p {
    font-size: 10px;
  }
}

/* 产品页 */
.product-page .xl {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  overflow: hidden;
}
.product-page .xl-box {
  margin-top: 123px;
  display: flex;
  align-items: flex-start;
}
.product-page .xl-box span {
  font-family: 'AlibabaBold';
  color: #D9D9D9;
  font-size: 36px;
}
.product-page .xl .xl-item {
  background-color: transparent;
  border-radius: 6px;
  font-size: 22px;
  line-height: 32px;
  padding: 0 36px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
}
.product-page .xl .xl-item.active {
  background-color: #03004C;
  color: #fff;
}

.product-page .xl-con {
  margin-top: 84px;
  /* display: flex; */
  justify-content: space-between;
  position: relative;
  height: 520px;
  margin-bottom: 200px;
}
.product-page .xl-con1 {
  height: 100%;
}
.product-page .xl-con .xl-l {
  width: 260px;
  margin-right: 30px;
  height: 100%;
  overflow-y: auto;
}
.product-page .xl-con .xl-l div {
  display: flex;
  cursor: pointer;
}
.product-page .xl-con .xl-l p {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-page .xl-con .xl-l div.active p {
  font-size: 20px;
  color: #03004C;
}
.product-page .xl-con .xl-l div.active span {
  flex: 1;
  position: relative;
  margin-left: 20px;
}
.product-page .xl-con .xl-l div.active span::after {
  width: 10px;
  height: 10px;
  background-color: #03004C;
  border-radius: 50%;
  content: '';
  display: block;
  flex: 1;
  margin-top: 6px;
}
.product-page .xl-con .xl-r {
  flex: 1;
  overflow: hidden;
}
.product-page .xl-con2 {
  position: absolute;
  width: calc(50vw + 200px);
  top: 0;
  right: 0;
}
.product-page .xl-con2 .bottom {
  width: 260px;
  transform: translate(-50%, 0);
  position: relative;
  left: auto;
}

.product-page .productSwiper .swiper-slide {
  width: auto;
}

@media (max-width: 960px) {
  .product-page.i-product {
    margin-top: 33px;
  }
  .product-page .xl-box {
    margin-top: 40px;
  }
  .product-page .xl-box span {
    font-size: 20px;
  }
  .product-page .xl .xl-item {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0 18px;
  }
  .product-page .xl-con {
    margin-top: 20px;
    height: auto;
    margin-bottom: 40px;
  }
  .i-product.product-page .con .bottom .text {
      display: block;
  }
  .product-page .xl-con1 {
    display: none;
  }
  .product-page .xl-con .xl-l {
    display: none;
  }
  .product-page .xl-con2 {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .product-page .swiper {
    height: 250px;
  }
  .product-page .xl-con2 .bottom {
    width: 100%;
    transform: translate(0);
  }
}


/* 新品 */
.newproduct-bg {
  background-color: #F5F5F5;
  padding-top: 80px;
}
.newproduct .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 88px;
}
.newproduct .top p {
  font-family: 'AlibabaBold';
  color: #03004C;
  font-size: 48px;
  line-height: 36px;
}
.newproduct .top span {
  font-family: 'AlibabaHeavy';
  color: #F2EEEB;
  font-size: 128px;
  line-height: 80px;
}
.newproduct .con {
  display: flex;
  align-items: center;
}
.newproduct .con .imgbox {
  width: 68%;
  margin-right: 68px;
}
.newproduct .con .con-r .text h2 {
  font-family: 'AlibabaBold';
  font-size: 24px;
  line-height: 22px;
  margin-bottom: 11px;
}
.newproduct .con .con-r .text p {
  font-family: 'AlibabaLight';
  font-size: 14px;
  margin-bottom: 144px;
}

@media (max-width: 960px) {
  .newproduct-bg {
    padding-top: 34px;
  }
  .newproduct .top p {
    font-size: 24px;
    line-height: 24px;
  }
  .newproduct .top span {
    font-size: 48px;
    line-height: 48px;
  }
  .newproduct .con {
    flex-wrap: wrap;
  }
  .newproduct .top {
    margin-bottom: 26px;
  }
  .newproduct .con .imgbox {
    width: 100%;
    margin: 0;
  }
  .newproduct .con .con-r {
    width: 100%;
    margin-top: 21px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
  } 
  .newproduct .con .con-r .text h2 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .newproduct .con .con-r .text p {
    font-size: 10px;
    line-height: 10px;
    margin: 0;
  }
}

.pbk1 {
  display: flex;
  margin-top: 130px;
  margin-bottom: 134px;
}
.pbk1 .item {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pbk1 .item img {
  width: 166px;
  height: 166px;
}
.pbk1 .item h2 {
  font-family: 'AlibabaBold';
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 9px;
}
.pbk1 .item p {
  font-family: 'AlibabaLight';
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

@media (max-width: 960px) {
  .pbk1 {
    margin: 28px auto;
  }
  .pbk1 .item img {
    width: 50px;
    height: 50px;
  }
  .pbk1 .item h2 {
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 0;
  }
  .pbk1 .item p {
    margin-top: 3px;
    line-height: 12px;
    font-size: 10px;
  }
  .pbk1 .item {
    border-right: 1px #D9D9D9 solid;
  }
  .pbk1 .item:last-child {
    border-right: none;
  }
  .pbk2 .imgbox {
    height: 174px;
  }
}


.product-page .desc {
  margin-top: 90px;
}
.product-page .desc .desc-title {
  font-size: 24px;
  margin-bottom: 31px;
  margin-top: 71px;
  text-align: center;
}
.product-page .desc .desc-con {
  width: 100%;
  background-color: #F5F5F5;
  border-top: 2px #03004C solid;
  padding: 60px 20px;
  text-align: center;
}
.product-page .desc .desc-con img {
  max-width: 100% !important;
}
.product-page .desc .currproduct {
  display: flex;
  height: 440px;
  position: relative;
}
.product-page .desc .currproduct .imgbox {
  width: 52.5%;
  height: 100%;
}
.product-page .desc .currproduct .text {
  width: 47.5%;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  padding-left: 72px;
  box-sizing: border-box;
  justify-content: center;
}
.product-page .desc .currproduct .text h1 {
  font-size: 32px;
  font-family: 'AlibabaBold';
  margin-top: 24px;
  margin-bottom: 23px;
  color: #03004C;
}
.product-page .desc .currproduct .text span {
  width: 62px;
  height: 4px;
  background-color: #03004C;
}
.product-page .desc .currproduct .text p {
  font-size: 16px;
  color: #666666;
}
.product-page .desc .btn-back {
  position: absolute;
  top: 42px;
  right: 51px;
}

.contactline {
    height: 2px;
    background-color: #D9D9D9;
    position: relative;
    top: 550px;
}

@media (max-width: 960px) {
  .product-page .desc {
    margin-top: 20px;
  }
  .product-page .desc .currproduct {
    flex-wrap: wrap;
    height: auto;
  }
  .product-page .desc .currproduct .imgbox {
    width: 100%;
    height: 250px;
  }
  .product-page .desc .currproduct .text {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .product-page .desc .currproduct .text span {
    margin: 0 auto;
    margin-top: 33px;
  }
  .product-page .desc .currproduct .text h1 {
    font-size: 24px;
    line-height: 24px;
    margin-top: 18px;
    margin-bottom: 8px;
  }
  .product-page .desc .currproduct .text {
    font-size: 14px;
  }
  .product-page .desc .btn-back {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 31px;
  }
  .product-page .desc .desc-title {
    font-size: 20px;
    margin-top: 48px;
    margin-bottom: 18px;
  }
  .product-page .desc .desc-con {
    box-sizing: border-box;
    padding: 20px;
  }
}

/* 关于页面 */
.about-banner {
  padding-bottom: 175px;
}
.about-banner .con-width {
  top: 175px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.about-banner .imgbox {
  height: 500px;
  position: relative;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  overflow: hidden;
}
.about-banner .bg {
  background-color: #F2EEEB;
  height: 600px;
}

@media (max-width: 960px) {
  .about-banner.sub-banner {
    height: auto;
    padding-bottom: 45px;
  }
  .about-banner .bg {
    height: 200px;
  }
  .about-banner .imgbox {
    height: 145px;
  }
  .about-banner .con-width {
    top: 78px;
  }
}

.numdata {
  display: flex;
  margin-top: 94px;
  margin-bottom: 92px;
}
.numdata .item {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px #D9D9D9 solid;
  align-items: center;
}
.numdata .item:last-child {
  border-right: none;
}
.numdata .item p {
  color: #666666;
  font-size: 20px;
}
.numdata .item .num {
  font-family: 'AlibabaBold';
  font-size: 64px;
  color: #03004C;
  margin-top: 22px;
  position: relative;
}
.numdata .item:nth-child(2) .num span:first-child {
  font-size: 64px;
  font-family: 'AlibabaBold';
  color: #03004C;
}
.numdata .item:nth-child(3) .num span:first-child {
  font-size: 64px;
  font-family: 'AlibabaBold';
  color: #03004C;
}
.numdata .item:nth-child(2) .num span:last-child {
  font-size: 16px;
  font-family: 'AlibabaBold';
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(100%, 100%);
}
.numdata .item:nth-child(3) .num span:last-child {
  font-size: 16px;
  font-family: 'AlibabaBold';
  line-height: 22px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(100%, 0%);
}

.fy {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 90px;
}
.fy .fy-item {
    display: flex;
    align-items: center;
}
.fy .fy-item .icon {
    width: 100px;
    height: 16px;
    background-image: url('../img/left.png');
}
.fy .fy-item.next {
    margin-left: 23px;
}
.fy .fy-item.next .icon {
    background-image: url('../img/right.png');
}
.fy .fy-item p {
    font-size: 16px;
}
.fy .fy-item.prev p {
    margin-right: 30px;
}
.fy .fy-item.next  p {
    margin-left: 30px;
}

@media (max-width: 960px) {
    .fy .fy-item {
        flex-direction: column;
        align-items: flex-end;
    }
    .fy .fy-item.next {
        flex-direction: column-reverse;
                align-items: flex-start;
    }
    .fy .fy-item .icon {
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: right;
    }
    .fy .fy-item.next .icon {
        background-position: left;
    }
    .fy .fy-item.prev p {
    margin-right: 0px;
}
.fy .fy-item.next  p {
    margin-left: 0px;
}
  .fy .fy-item p {
      font-size: 10px;
  }
  .numdata {
    margin: 28px auto;
  }
  .numdata .item p {
    font-size: 10px;
    line-height: 12px;
  }
  .numdata .item .num {
    font-size: 19px;
    margin-top: 6px;
    line-height: 22px;
  }
  .numdata .item:nth-child(2) .num span {
    font-size: 12px;
    transform: translate(0)
  }
  .numdata .item:nth-child(3) .num span {
    font-size: 12px;
  }
}

.jianjie {
  margin-top: 94px;
}
.jianjie img {
  width: 134px;
  display: block;
  margin: 0 auto;
  margin-bottom: 45px;
}
.jianjie > p {
  font-size: 16px;
  font-family: 'AlibabaLight';
  margin-bottom: 18px;
  text-align: center;
}
.jianjie-list {
  display: flex;
  justify-content: space-between;
  margin-top: 66px;
  margin-bottom: 49px;
}
.jianjie-list .item {
  display: flex;
  width: 25%;
  justify-content: center;
}
.jianjie-list .item div {
  width: 166px;
  height: 166px;
  background-color: #F5F5F5;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 9px rgba(0, 0, 0, 0.15);
}
.jianjie-list .item p:first-child {
  font-family: 'AlibabaBold';
  font-size: 20px;
  color: #03004C;
  margin-bottom: 8px;
}
.jianjie-list .item p:last-child {
  font-family: 'AlibabaBold';
  font-size: 16px;
  color: #03004C;
}

@media (max-width: 960px) {
  .jianjie {
    margin-top: 36px;
  }
  .jianjie img{
    width: 94px;
    margin-bottom: 23px;
  }
  .jianjie > p {
    font-size: 10px;
    line-height: 14px;
  }
  .jianjie-list {
    margin-top: 28px;
    margin-bottom: 36px;
  }
  .jianjie-list .item div {
    width: 76px;
    height: 76px;
  }
  .jianjie-list .item p:first-child {
    font-size: 10px;
    line-height: 14px;
    margin: 0;
  }
  .jianjie-list .item p:last-child {
    font-size: 12px;
    line-height: 16px;
  }
  .jianjie-list .item div {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  }
}


.fzlc {
  margin-top: 71px;
  margin-bottom: 139px;
}
.fzlc .top {
  height: 440px;
  background-image: url(../img/a-img03.png);
  position: relative;
  margin-bottom: 91px;
}
.fzlc .i-title {
  position: absolute;
  bottom: 56px;
  left: 50%;
  transform: translate(-50%, 0);
}

.fzlc .mySwiper {
  flex: 1;
  overflow: hidden;
  margin: 0 80px;
  margin-top: 20px;
}
.fzlc .mySwiper .swiper-slide {
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fzlc .mySwiper .swiper-slide .time {
  font-family: 'AlibabaBold';
  font-size: 16px;
  margin-top: 25px;
  position: relative;
}
.fzlc .mySwiper .swiper-slide .time::before {
  content: '';
  display: block;
  width: 1px;
  height: 22px;
  background-color: #03004C;
  position: absolute;
  top: -24px;
  left: 50%;
}

.fzlc .mySwiper .swiper-slide span {
  width: 18px;
  height: 18px;
  background-color: #A8A8A8;
  border-radius: 50%;
  display: block;
  border: 4px #fff solid;
}


.fzlc .mySwiper .swiper-slide.swiper-slide-thumb-active span {
  background-color: #03004C;
}

.fzlc .control {
  display: flex;
  position: relative;
  align-items: center;
}
.fzlc .control::before {
  content: '';
  display: block;
  width: calc(100% - 140px);
  height: 1px;
  background-color: #03004C;
  position: absolute;
  top: 33px;
  left: 70px;
}
.fzlc .control .swiper-button-next {
  width: 70px;
  height: 70px;
  margin-right: 0;
  background-image: url(../img/a-next.png);
  position: relative;
  right: 0;
  top: -3px;
}
.fzlc .control .swiper-button-next:after {
  font-size: 0;
}
.fzlc .control .swiper-button-prev {
  width: 70px;
  height: 70px;
  margin-left: 0;
  background-image: url(../img/a-prev.png);
  position: relative;
  left: 0;
  top: -3px;
}
.fzlc .control .swiper-button-prev:after {
  font-size: 0;
}

.fzlc .mySwiper2 {
margin:  0 auto;
overflow: hidden;
  margin-top: 85px;
  width: calc(100% - 300px);
}
.fzlc .mySwiper2 .swiper-slide {
  display: flex;
  position: relative;
}
.fzlc .mySwiper2 .swiper-slide .left {
  width: 50%;
}
.fzlc .mySwiper2 .swiper-slide .imgbox {
  width: 50%;
  height: 258px;
}
.fzlc .mySwiper2 .swiper-slide h3 {
  font-size: 20px;
  font-family: 'AlibabaBold';
  margin-bottom: 10px;
  margin-top: 31px;
}
.fzlc .mySwiper2 .swiper-slide p {
  font-size: 16px;
  width: calc(100% - 120px);
}
.fzlc .mySwiper2 .swiper-slide span {
  width: 18px;
  height: 18px;
  background-color: #03004C;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 57px;
}
.fzlc .mySwiper2 .swiper-slide::before {
  content: '';
  display: block;
  width: 50%;
  height: 1px;
  background-color: #03004C;
  position: absolute;
  left: 0px;
  bottom: 66px;
}
.fzlc .mySwiper2 .swiper-slide .time {
  font-size: 40px;
  color: #03004C;
  font-family: 'AlibabaBold';
  position: absolute;
  left: 0;
  bottom: 5px;
}
@media (max-width: 960px) {
  .fzlc {
    margin-top: 19px;
    margin-bottom: 30px;
  }
  .fzlc .top {
    height: 131px;
    background-position: bottom;
    background-size: cover;
    margin-bottom: 28px;
  }
  .fzlc .i-title {
    width: 100%;
    top: 50px;
    bottom: auto;
  }
  .fzlc .control .swiper-button-next {
    width: 26px;
    height: 26px;
    background-size: cover;
  }
  .fzlc .control .swiper-button-prev {
    width: 26px;
    height: 26px;
    background-size: cover;
  }
  .fzlc .mySwiper {
    margin: 0 10px;
  }
  .fzlc .mySwiper .swiper-slide span {
    width: 10px;
    height: 10px;
  }
  .fzlc .mySwiper .swiper-slide .time {
    font-size: 12px;
    margin-top: 8px;
  }
  .fzlc .mySwiper .swiper-slide .time::before {
    height: 10px;
    top: -8px;
  }
  .fzlc .mySwiper .swiper-slide {
    width: 40px;
    padding-top: 8px;
  }
  .fzlc .control::before {
    top: 16px;
    width: calc(100% - 52px);
    left: 26px;
  }
  .fzlc .mySwiper2 {
    width: 100%;
    margin-top: 30px;
  }
  .fzlc .mySwiper2 .swiper-slide {
    flex-wrap: wrap;
  }
  .fzlc .mySwiper2 .swiper-slide .left {
    width: 100%;
  }
  .fzlc .mySwiper2 .swiper-slide .imgbox {
    width: 100%;
    margin-left: 70px;
    width: calc(100% - 70px);
    height: 160px;
  }
  .fzlc .mySwiper2 .swiper-slide h3 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
    padding-left: 70px;
    width: calc(100% - 70px);
  }
  .fzlc .mySwiper2 .swiper-slide p {
    width: calc(100% - 70px);
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 35px;
    margin-left: 70px;
  }
  .fzlc .mySwiper2 .swiper-slide .time {
    font-size: 20px;
    bottom: 145px;
  }
  .fzlc .mySwiper2 .swiper-slide span {
    bottom: 175px;
    width: 10px;
    height: 10px;
  }
  .fzlc .mySwiper2 .swiper-slide::before {
    bottom: 180px;
    width: 100%;
  }
}


.honor-bg {
  background-color: #F5F5F5;
  padding-top: 149px;
  padding-bottom: 187px;
  position: relative;
}
.honor-bg::after {
  content: '';
  display: block;
  width: 100%;
  height: 227px;
  background-color: #D9D9D9;
  position: absolute;
  left: 0;
  bottom: 0;
}
.honor .mySwiper3 {
  margin-top: 106px;
  height: 300px;
  position: relative;
  z-index: 2;
}
.honor .swiper-slide {
  width: auto !important;
}

@media (max-width: 960px) {
    .numdata .item:nth-child(2) .num span:last-child {
        font-size: 12px;
        transform: translate(0);
    }
    .numdata .item:nth-child(2) .num span:first-child {
        font-size: 19px;
    }
    .numdata .item:nth-child(3) .num span:first-child {
        font-size: 19px;
    }
    .honor .swiper-slide {
        width: 100% !important;
    }
  .honor-bg {
    padding-top: 44px;
    padding-bottom: 42px;
  }
  .honor .mySwiper3 {
    margin-top: 39px;
  }
  .honor-bg::after {
    height: 61px;
  }
}



.iabout.case-banner {
  height: 732px;
}

.case-fl {
  margin-bottom: 87px;
}

.i-product.case-fl .con .fl .fl-item:nth-child(1) .icon {
  background-image: url(../img/case-icon-01.png);
}
.i-product.case-fl .con .fl .fl-item:nth-child(1).active .icon {
  background-image: url(../img/case-icon-01-a.png);
}
.i-product.case-fl .con .fl .fl-item:nth-child(2) .icon {
  background-image: url(../img/case-icon-02.png);
}
.i-product.case-fl .con .fl .fl-item:nth-child(2).active .icon {
  background-image: url(../img/case-icon-02-a.png);
}
.i-product.case-fl .con .fl .fl-item:nth-child(3) .icon {
  background-image: url(../img/case-icon-03.png);
}
.i-product.case-fl .con .fl .fl-item:nth-child(3).active .icon {
  background-image: url(../img/case-icon-03-a.png);
}

.case-con .top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.case-con .top .left {
  width: 25%;
}
.case-con .top .info {
  width: 25%;
  display: flex;
  justify-content: flex-end;
}
.case-con .top .info span {
  display: inline-block;
  margin-left: 42px;
  font-size: 16px;
}
.case-con .top h1 {
  width: 50%;
  text-align: center;
  font-family: 'AlibabaMedium';
  font-size: 24px;
  line-height: 36px;
}
.case-con .swiper-button-next {
  top: auto;
  bottom: 0;
}
.case-con .bottom {
  position: relative;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-con .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 100px;
  position: relative;
}
.case-con .swiper-button-prev {
  top: auto;
  bottom: 0;
  width: 100px;
  position: relative;
}
.case-con .swiper-button-next:after, .case-con .swiper-button-prev:after{
  background-image: url(../img/right.png);
  width: 100px;
  background-repeat: no-repeat;
  font-size: 0;
  display: block;
  height: 16px;
  background-size: contain;
}
.case-con .swiper-button-prev:after {
  background-image: url(../img/left.png);
}
.case-con .swiper-pagination {
  position: relative;
  width: auto !important;
  margin-left: 30px;
  margin-right: 30px;
}
/* swiper-pagination-bullet-active */
.case-con .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  border: 1px transparent solid;
  background-color: transparent;
  margin: 0 5px !important; 
  opacity: 1;
}
.case-con .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px #03004C solid;
}


.next-case {
  padding: 25px 67px;
  background-color: #F5F5F5;
  box-sizing: border-box;
  margin-top: 148px;
  margin-bottom: 96px;
  display: flex;
  align-items: center;
}
.next-case .imgbox {
  width: 380px;
  height: 300px;
}
.next-case .text {
  flex: 1;
  overflow: hidden;
  margin-left: 68px;
}
.next-case .text .title {
  font-size: 64px;
  font-family: 'AlibabaHeavy';
  line-height: 64px;
  color: #D9D9D9;
}
.next-case .text .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.next-case .text .left p {
  font-size: 20px;
  margin-top: 87px;
  margin-bottom: 9px;
}
.next-case .text .left span {
  font-size: 14px;
  display: inline-block;
  margin-right: 21px;
}

@media (max-width: 960px) {
  .iabout.case-banner {
    height: 262px;
  }
  .iabout .con img {
    margin-bottom: 26px;
  }
  .iabout .con {
    width: 90%;
    padding: 26px 20px;
    margin-left: -45%;
    bottom: -130px;
  }
  .case-fl {
    margin-bottom: 33px;
  }
}


.join01 {
  margin-top: 110px;
  margin-bottom: 109px;
}
.join01 .top .title {
  text-align: center;
  color: #03004C;
  font-size: 32px;
}
.join01 .top span {
  display: block;
  width: 114px;
  height: 2px;
  background-color: #03004C;
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 23px;
}
.join01 .top .info {
  font-family: 'AlibabaLight';
  text-align: center;
  font-size: 20px;
}
.join01 .top .en {
  font-family: 'AlibabaLight';
  text-align: center;
  font-size: 12px;
}
.join01 .list {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(6, 164px);
  grid-gap: 24px 43px;
  margin-bottom: 64px;
}
.join01 .list p {
  width: 164px;
  line-height: 38px;
  font-size: 16px;
  text-align: center;
  border: 1px #03004C solid;
  cursor: pointer;
}
.join01 .list p:hover {
  background-color: #03004C;
  color: #fff;
}
.join01 .list p.active {
  background-color: #03004C;
  color: #fff;
}


.join01 .list-show {
  width: 100%;
  height: 408px;
  overflow: hidden;
  position: relative;
}
.join01 .list-show .swiper-pagination-progressbar {
  left: 63%;
  width: 1px;
  background-color: #A8A8A8;
}

.join01 .list-show .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #03004C;
}
.join01 .list-show .swiper {
  width: 100%;
  height: 100%;
}
.join01 .list-show .swiper-slide {
  display: flex;
  align-items: flex-end;
}
.join01 .list-show .swiper-slide .imgbox {
  width: 60%;
  height: 100%;
}  
.join01 .list-show .swiper-slide .text {
  flex: 1;
  margin-left: 74px;
}  
.join01 .list-show .swiper-slide .text p {
  font-size: 96px;
  font-family: 'AlibabaLight';
  color: #D9D9D9;
  line-height: 96px;
}
.join01 .list-show .swiper-slide .text .title {
  color: #03004C;
  font-family: 'AlibabaBold';
  font-size: 20px;
  margin-top: 121px;
  margin-bottom: 10px;
}
.join01 .list-show .swiper-slide .text .ms {
  color: #666666;
  font-size: 16px;
  margin-bottom: 45px;
}


.covered {
  margin-top: 109px;
}

.covered .con {
  display: grid;
  grid-template-columns: repeat(3, calc(100% / 3));
  grid-gap: 15px;
  margin-top: 53px;
}
.covered .con .item {
  background-color: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 467px;
  box-sizing: border-box;
  border-radius: 6px;
}
.covered .con .item .icon {
  width: 84px;
  height: 80px;
  background-image: url('../img/join14.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.covered .con .item:nth-child(1) .icon {
  background-image: url('../img/join14.png')
}
.covered .con .item:nth-child(2) .icon {
  background-image: url('../img/join15.png')
}
.covered .con .item:nth-child(3) .icon {
  background-image: url('../img/join16.png')
}
.covered .con .item:nth-child(4) .icon {
  background-image: url('../img/join17.png')
}
.covered .con .item:nth-child(5) .icon {
  background-image: url('../img/join18.png')
}
.covered .con .item:nth-child(6) .icon {
  background-image: url('../img/join19.png')
}

.covered .con .item:nth-child(1):hover .icon {
  background-image: url('../img/join14-a.png')
}
.covered .con .item:nth-child(2):hover .icon {
  background-image: url('../img/join15-a.png')
}
.covered .con .item:nth-child(3):hover .icon {
  background-image: url('../img/join16-a.png')
}
.covered .con .item:nth-child(4):hover .icon {
  background-image: url('../img/join17-a.png')
}
.covered .con .item:nth-child(5):hover .icon {
  background-image: url('../img/join18-a.png')
}
.covered .con .item:nth-child(6):hover .icon {
  background-image: url('../img/join19-a.png')
}
.covered .con .item span {
  display: block;
  width: 46%;
  height: 1px;
  background-color: #000;
  margin: 39px 0;
}
.covered .con .item h3 {
  font-size: 20px;
  font-family: 'AlibabaBold';
  margin-bottom: 10px;
}
.covered .con .item p {
  font-size: 14px;
  text-align: center;
  color: #666;
}
.covered .con .item:hover {
  border: 2px #03004C solid;
}
.covered .con .item:hover h3 {
  font-size: 20px;
  font-family: 'AlibabaBold';
  margin-bottom: 10px;
  color: #03004C;
}
.covered .con .item:hover p {
  color: #03004C;
  font-size: 14px;
}


.sq {
  width: 100%;
  height: 920px;
  background-image: url(../img/join20.jpg);
  margin-top: 110px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sq .con {
  width: 100%;
  height: 500px;
  margin-top: 98px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 50px 83px;
  box-sizing: border-box;
}


@media (max-width: 960px) {
  .join01 .top .title {
    font-size: 16px;
  }
  .join01 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .join01 .top span {
    margin-top: 16px;
    width: 66px;
  }
  .join01 .top .info {
    font-size: 12px;
  }
  .join01 .top .en {
    font-size: 8px;
  }
  .join01 .list {
    grid-template-columns: repeat(3, calc(33.33% - 9.33px));
    grid-gap: 14px;
    margin-top: 35px;
    margin-bottom: 28px;
  }
  .join01 .list p {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
  }
  .join01 .list-show .swiper-slide {
    flex-wrap: wrap;
  }
  .join01 .list-show .swiper-slide .imgbox {
    width: 100%;
    height: 207px;
  }
  .join01 .list-show .swiper-slide .text p {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 64px;
    top: 24px;
  }
  .join01 .list-show .swiper-slide .text {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .join01 .list-show .swiper-slide .text .title {
    margin-top: 52px;
    width: calc(100% - 100px);
    margin-left: 100px;
    font-size: 20px;
    margin-bottom: 7px;
  }
  .join01 .list-show .swiper-slide .text .ms {
    width: calc(100% - 100px);
    margin-left: 100px;
    font-size: 16px;
  }
  .join01 .list-show {
    height: 360px
  }
  .join01 .list-show .swiper-pagination-progressbar {
    transform: rotate(-90deg);
    top: 60px;
    left: 0;
  }
  
}

.contact-banner {
  height: 762px;
  overflow: hidden;
}
.bg1 {
  width: 100%;
  height: 80px;
  background-color: #F2EEEB;
}


.contact1 {
  display: flex;
  align-items: flex-end;
  position: relative;
  top: -200px;
}
.contact1 .left {
  flex: 1;
}
.contact1 .left .item p {
  padding-left: 22px;
  background-image: url(../img/contact02.png);
  font-family: 'AlibabaLight';
  font-size: 16px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left center;
}
.contact1 .left .item h3 {
  font-family: 'AlibabaBold';
  margin-top: 6px;
  font-size: 36px;
  color: #03004C;
  margin-bottom: 40px;
}
.contact1 .left .item:last-child h3 {
  font-size: 20px;
}


.contact1 .left .item:last-child p {
  background-image: url(../img/contact03.png);
}
.contact1 .right {
  width: 54%;
  background-color: #fff;
  box-shadow: 0px 18px 15px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  height: 524px;
}
.contact1 .right .top {
  display: flex;
  box-sizing: border-box;
}
.contact1 .right .top  h3 {
  font-family: 'AlibabaMedium';
  font-size: 24px;
  margin-bottom: 9px;
  padding-top: 10px;
}
.contact1 .right .top  p {
  color: #666666;
  font-size: 14px;
}
.contact1 .right {
  padding: 57px 60px;
}
.contact1 .right .i-title {
  padding-top: 18px;
  padding-bottom: 18px;
}
.contact1 .con {
  box-sizing: border-box;
  margin-top: 24px;
}

.store .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.store .title-box p {
  font-family: 'AlibabaHeavy';
  font-size: 36px;
  color: #D9D9D9;
}
.store .title-box h3 {
  font-size: 22px;
  font-family: 'AlibabaBold';
  color: #03004C;
  margin-top: 17px;
}


.store .select-btn {
  display: block;
  position: relative;
}
/* 输入框样式 */
.custom-input {
  padding: 0px 50px;
  width: 200px;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
  height: 40px;
  background-color: #F2F2F2;
  border-radius: 40px;
  box-sizing: border-box;
  cursor: pointer;
}
.store .select-btn .icon {
  content: '';
  display: block;
  background-image: url(../img/contact04.png);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 10px;
  border-left: 1px #000 solid;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: center right;
  pointer-events: none;
}
.store .select-btn .icon
.custom-input:focus {
  border-color: #409eff; /* 聚焦时高亮边框 */
}

/* 下拉面板样式（默认隐藏） */
.dropdown-panel {
  display: none; /* 初始隐藏 */
  width: 200px; /* 与输入框宽度匹配（含padding） */
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  max-height: 200px;
  overflow-y: auto; /* 选项过多时滚动 */
  background: #fff;
  position: absolute;
  z-index: 100; /* 确保面板在最上层 */
}

/* 选项样式 */
.dropdown-option {
  padding: 8px 12px;
  list-style: none;
  cursor: pointer; /* 鼠标悬浮时显示指针 */
  font-size: 14px;
}
.dropdown-option:hover {
  background: #f5f7fa; /* 悬浮时背景变色 */
}
.dropdown-option.active {
  background: #e6f7ff; /* 选中时背景色 */
  color: #1890ff;
}

.store  {
  margin-bottom: 92px;
}
.store .con {
  display: grid;
  grid-template-columns: repeat(3, calc(33.33% - 7.5px));
  grid-gap: 56px 15px;
  margin-top: 47px;
}
.store .con .item .imgbox {
  height: 252px;
}
.store .con .item h3 {
  text-align: center;
  font-size: 20px;
  margin-top: 24px;
}
.store .btn-style {
  margin: 0 auto;
  margin-top: 63px;
}
.store .btn-style::after {
  display: none;
}


.service {
  margin-top: 86px;
}
.service .con {
  display: grid;
  grid-template-columns: repeat(6, calc(16.66% - 12.6px));
  grid-gap: 15px;
  margin-top: 48px;
}
.service .con .item {
  border-radius: 6px;
  border: 1px #D9D9D9 solid;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service .con .item .imgbox {
  width: 52px;
  height: 52px;
}
.service .con .item h3 {
  margin-top: 26px;
  font-family: 'AlibabaBold';
  font-size: 20px;
  margin-bottom: 3px;
}
.service .con .item p {
  font-family: 'AlibabaLight';
  font-size: 14px;
}
.service .con .item:hover {
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.16);
}


.process {
  margin-top: 107px;
  width: 1440px;
  margin-bottom: 115px;
}
.process img {
  margin: 0 auto;
  margin-top: 96px;
  width: 100%;
}
.contactbg2 {
  height: 480px;
}

.pagination {
    margin-top: 60px;
}
@media (max-width: 1450px) {
  .process {
    width: 90%;
  }
}
@media (max-width: 960px) {
  .covered {
    margin-top: 52px;
  }
  .covered .con {
    grid-template-columns: repeat(2, calc(50% - 7.5px));
    grid-gap: 15px;
  }
  .covered .con .item {
    padding: 12px;
    height: 210px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  }
  .covered .con .item:hover {
    border-width: 1px;
  }
  .covered .con .item .imgbox {
    width: 40px;
    height: 38px;
  }
  .covered .con .item span {
    margin: 24px 0;
    width: 88px;
  }
  .covered .con .item h3 {
    font-size: 14px;
  }
  .covered .con .item p {
    font-size: 10px;
    line-height: 14px;
    text-align: center;
  }
  .covered .con .item:hover h3 {
    font-size: 14px;
  }
  .covered .con .item:hover p {
    font-size: 10px;
    line-height: 14px;
    text-align: center;
  }
  .sq {
    margin-top: 50px;
    height: auto;
    padding-top: 52px;
    padding-bottom: 29px;
    background-position: center;
  }
  .sq .con {
    margin-top: 26px;
    padding: 26px 17px;
    height: auto;
  }
  .process {
    width: 90%;
  }
  .contact-banner {
    height: auto;
  }
  .contact-banner.sub-banner .imgbox {
    height: 262px;
  }
  .contact1 {
    flex-direction: column-reverse;
  }
  .contact1 .right {
    width: 90%;
  }

  .store .con {
    grid-template-columns: repeat(2, calc(50% - 5px));
    grid-gap: 32px 10px;
    margin-top: 25px;
  }
  .contact1 .right {
    padding: 33px 18px;
  }
  .contact1 .right .top h3 {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .contact1 .right .top p {
    font-size: 10px;
  }
  .contact1 .right .i-title {
    padding-top: 8px;
  }
  .contact1 .right {
    height: auto;
  }
  .contact1 > .left {
    margin-top: 48px;
    width: 100%;
  }
  .contact1 > .left .item h3 {
    font-size: 32px;
  }
  .contact1 .left .item:last-child h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .store {
    position: relative;
    top: -100px;
    margin-bottom: 0;
  }
  .store .title-box p {
    font-size: 24px;
  }
  .store .title-box h3 {
    font-size: 20px;
    margin-top: 0;
  }
  .select {
    padding: 0;
  }
  .custom-input {
    width: 150px;
    height: 30px;
    padding: 0 15px;
  }
  .store .select-btn .icon {
    width: 20px;
    height: 20px;
  }
  .dropdown-panel {
    width: 160px;
  }
  .store .con .item .imgbox {
    height: 114px;
  }
  .store .con .item h3 {
    font-size: 14px;
    margin-top: 10px;
  }
  .store .btn-style {
    margin-top: 39px;
  }
  .store22 {
    position: relative;
    top: -50px;
  }
  .service {
    margin-top: 0;
  }
  .service .con {
    grid-template-columns: repeat(3, calc(33.33% - 5.33px));
    grid-gap: 8px;
  }
  .service .con .item {
    height: 145px;
  }
  .service .con .item .imgbox {
    width: 32px;
    height: 32px;
  }
  .service .con .item h3 {
    font-size: 13px;
    margin-top: 15px;
  }
  .service .con .item p { 
    font-size: 10px;
  }
  .process {
    margin-top: 45px;
    margin-bottom: 35px;
  }
  .process img {
    margin-top: 44px;
  }
}
