@charset "UTF-8";

/* 通用样式 */
p {
  margin: 0;
}


input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: 0;
}

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.wd1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}
/*.ab-index .at h3 {*/
/*    font-size: 45px;*/
/*}*/
.ab-index .at h4 {
    font-size: 18px;
    font-weight: normal;
}
.w1560 {
  max-width: 76.2rem;
  margin: 0 auto;

}

@media (max-width: 992px) {
  .w1560 {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
}

/* head */
.head-index {
  align-items: center;
}

.head-index .logo {
  width: 19.6rem;
}

.head-index .logo img {
  max-width: 100%;
}

.head-index .tnav {
  width: 75.64%;
}

@media(max-width: 1300px) {
  .head-index .tnav {
    width: 80.64%;
  }
}

.x-banner img {
  width: 100%;
}

.x-banner .slide-inner {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* background-size: cover;
	  background-position: center; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}

.x-banner .swiper-slide {
  overflow: hidden;
}

/* about */
.ab-bg {
  background: #F8F8F8;
  padding-top: 4.65rem;
  padding-bottom: 5.95rem;
}

.abl {
  width: 47.11%;
}

.at {
  position: relative;
}

.at::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: url(/default1/assets/images/ab_f.png) no-repeat top center;
  width: 86px;
  height: 86px;
  background-size: 100% 100%;
}

.at h3 {
  color: #333333;
  font-size: 40px;
}

.at h3 b {
  color: var(--primary-color);
}

.at h4 {
  color: #333333;
  font-size: 23px;
  padding: 1vw 0;
}

.at h5 {
  width: 90px;
  height: 5px;
  background: var(--primary-color);
}

.aw {
  margin-top: 2vw;
  padding-right: 1.3vw;
}

.aw p {
  color: #333333;
  font-size: 17px;
  line-height: 2;
  text-align: justify;
}

.amore {
  width: 178px;
  height: 54px;
  border-radius: 26px;
  background: var(--primary-color);
  margin-top: 2.6vw;
}

.amore a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 16px;
  line-height: 54px;
}

.amore a img {
  margin-left: 15px;
}

.abr {
  position: relative;
  width: 47.75%;
}

.abr::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  /* background: url(/default1/assets/images/23/09/3b0b9810daae48e9b325db3256b4275938747692.png) no-repeat top center;
  background-size: 100% 100%; */
  background: var(--primary-color);
  width: 19.4rem;
  height: 21rem;
  z-index: -1;
}

.abr img {
  max-width: 100%;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}

.num-index {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 4.0625vw;
}

.nlist li {
  /* background: url(/default1/assets/images/23/09/e571e21d31e3f38adf6dd34b6f9929d8de26c2f0.png) no-repeat left center; */
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 1.1vw;
  width: 25%;
  position: relative;
}

.nlist li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 42px;
  background: var(--primary-color);
  z-index: 1;
}

.nlist li .num1 {
  display: flex;
  align-items: flex-end;
  font-weight: normal;
  color: #333333;
  font-size: 58px;
  line-height: 1;
}

.nlist li .num1 span {
  font-size: 1.7rem;
}

.nlist li .num2 {
  color: #666666;
  font-size: 16px;
  padding: 0.78125vw 0;
}
@media(max-width: 1540px) {
  .at h3 {
    font-size: 32px;
  }
}
@media(max-width: 1300px) {
  .at h3 {
    font-size: 32px;
  }

  .at h4 {
    font-size: 20px;
  }

  .nlist li .num1 {
    font-size: 48px;
  }
}

@media(max-width: 1024px) {
  .aw p {
    font-size: 15px;
  }

  .ab-index {
    align-items: center;
  }

  .abr img {}

  .abr::before {
    width: 240px;
    height: 330px;
  }
}

@media(max-width: 991px) {
    .at h3 {
    font-size: 22px;
  }

}
@media(max-width: 767px) {
  .ab-bg {
    padding: 40px 0;
  }

  .ab-index {
    flex-wrap: wrap;
  }

  .abl {
    width: 100%;
  }

  .at::before {
    width: 40px;
    height: 40px;
  }

  .at h3 {
    font-size: 26px;
  }

  .at h4 {
    font-size: 14px;
    padding: 10px 0;
  }

  .amore {
    height: 45px;
  }

  .amore a {
    font-size: 14px;
    line-height: 45px;
  }

  .abr {
    width: 100%;
    margin-top: 20px;
  }

  .abr::before {
    width: 100%;
    height: 100%;
  }

  .abr img {
    padding: 15px;
  }

  .num-index {
    padding-top: 30px;
  }

  .num-index ul {
    flex-wrap: wrap;
  }

  .nlist li {
    width: 50%;
    padding-left: 15px;
    margin-bottom: 20px;
  }

  .nlist li .num1 {
    font-size: 24px;
  }

  .nlist li .num2 {
    font-size: 14px;
  }
}

/* 服务范围 */
.product {
  padding: 3.05rem 0 4.5rem;
}

.product .at::before {
  display: none;
}

.product .at {
  text-align: center;
}

.product .at h4 {
  font-size: 18px;
  font-weight: normal;
}

.pro ul {
  /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap; */
}

.pro ul li {
  /* width: 32.8%; */
  background: #fafafa;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}


.pro ul li .ppp {
  padding-top: 2.4rem;
  padding-bottom: 2rem;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}

.pro ul li .tu {
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

.pro ul li .img {
  display: block;
}

.pro ul li .img2 {
  display: none;
}

.pro ul li img {
  margin: 0 auto;
  display: block;
}


.pro ul li .ppp .p1 {
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  color: #333;
  margin-bottom: 20px;
  transition: all 0.3s;
}



.pro ul li .ppp .p2 {
  width: 84%;
  margin: 0 auto;
  display: flex;
  gap: 1.55rem;
  justify-content: center;
}

.pro ul li .ppp .p2 .s2 {
  font-size: 16px;
  color: #666666;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 80%;
  transition: all 0.3s;
}

.pro ul li .ppp .p2 .s1 {
  display: block;
  width: 16px;
  height: 16px;
  line-height: 13px;
  text-align: center;
  background: #B2B2B2;
  color: #fff;

  border-radius: 50%;
  transition: all 0.3s;
}

.pro ul li::after {
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  position: absolute;
  background: var(--primary-color);
  transition: all 0.3s;
  z-index: 1;
}

.pro ul li:hover::after {
  height: 100%;
}

.pro ul li:hover .ppp .p2 .s2 {
  color: #fff;
}


.pro ul li:hover .img {
  display: none;
}

.pro ul li:hover .img2 {
  display: block;
}

.pro ul li:hover .ppp .p1 {
  color: #fff;
}

.pro {
  margin-top: 1rem;
}

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

@media (max-width: 768px) {
  .pro ul {
    grid-template-columns: repeat(1, 1fr);
  }
}


/* 持续创新·与众不同 */
.different-bg {
  margin-top: 4.16666666666667vw;
}

.different-index .list2 {
  display: flex;
  justify-content: space-between;
  margin-top: 3.38541666666667vw;
}

.different-index .list2 li {
  width: 12.4%;
  overflow: hidden;
  position: relative;
  transition-duration: .5s;
}

.different-index .list2 li .img1 {
  position: relative;
  height: 550px;
}

.different-index .list2 li .img1>img {
  max-width: 100%;
  object-fit: cover;
  height: 550px;
}

.different-index .list2 li .wz {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.34);
}

.different-index .list2 li .wz .wz1 img {
  max-width: 88px;
  width: 100%;
  text-align: center;
}

.different-index .list2 li .wz .wz2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  margin-top: 2.6vw;
}

.different-index .list2 li .wzh {
  display: none;
  background: var(--primary-color);
}

.different-index .list2 li.on {
  width: 37.76%;
}

.different-index .list2 li.on .wz {
  display: none;
}

.different-index .list2 li.on a .img1 {
  display: flex;
  flex-direction: row-reverse;
}

.different-index .list2 li.on a .img1>img {
  width: calc(100% - 32.83%);
}

.different-index .list2 li.on .wzh {
  display: block;
  width: 32.83%;
}

.different-index .list2 li.on .wzh .wzh2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.different-index .list2 li.on .wzh .wzh2 .wz1 img {
  max-width: 88px;
  width: 100%;
}

.different-index .list2 li.on .wzh .wzh2 .wz2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  margin-top: 2.6vw;
}

.different-index .list2 li.on .wzh .wzh2 .wz3 {
  font-size: 18px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
  margin-top: 6.25vw;
}


@media(max-width: 1300px) {
  .different-index .list2 li .wz .wz2 {
    font-size: 20px;
  }

  .different-index .list2 li.on .wzh .wzh2 .wz2 {
    font-size: 20px;
  }

  .different-index .list2 li.on .wzh .wzh2 .wz3 {
    font-size: 16px;
  }
}

@media(max-width: 1024px) {
  .different-index .list2 li .wz .wz2 {
    font-size: 16px;
  }

  .different-index .list2 li .wz .wz1 img {
    max-width: 50px;
  }

  .different-index .list2 li.on .wzh .wzh2 .wz1 img {
    max-width: 50px;
  }

  .different-index .list2 li.on .wzh .wzh2 .wz2 {
    font-size: 16px;
  }

  .different-index .list2 li.on .wzh .wzh2 .wz3 {
    font-size: 14px;
    margin-top: 40px;
  }
}

@media(max-width: 767px) {
  .different-bg {
    margin-top: 40px;
  }

  .different-index .list2 {
    margin-top: 30px;
    flex-wrap: wrap;
  }

  .different-index .list2 li {
    width: 50%;
  }

  .different-index .list2 li.on {
    width: 50%;
  }

  .different-index .list2 li.on .wz {
    display: flex;
  }

  .different-index .list2 li.on .wzh {
    display: none !important;
  }

  .different-index .list2 li.on .wzh .wzh2 {
    display: none;
  }

  .different-index .list2 li.on a .img1>img {
    width: 100%;
  }

  .different-index .list2 li .img1 {
    height: 200px;
  }

  .different-index .list2 li .img1>img {
    height: 200px;
    width: 100%;
  }
}

/* 技术优势及特点 */
.gcal {
  padding: 4.5rem 0;
}

.gcal .at h4 {
  font-size: 18px;
  font-weight: normal;
}

.gcal .at::before {
  display: none;
}

.ys-index {
  margin-top: 2rem;
}


.ys-index {
  position: relative;
}

.tab-li {}

.tab-li ul {
  grid-column-gap: 4.8rem
}

.tab-li ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 0px 0px;
  padding: 3.5rem 0 5.45rem;
  transition: all 1s;
}

.tab-li ul li:hover {
  /*background: var(--primary-color);*/
  transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms--moz-transform: rotateY(180deg);
    background: var(--primary-color) !important;
}

.tab-li ul li h3 {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  margin: 1.9rem 0 2.6rem;
}

.tab-li ul li .img1,
.tab-li ul li .img2 {
  max-width: 72px;
}

.tab-li ul li img {
  width: 100%;
}

.li_img .img2 {
  display: none;
}

.tab-li ul li .line {
  width: 20px;
  height: 3px;
  background: #ffffff;
}

.tab-li ul li .img1 img {}

.tab-li ul li.active .img1 {}

.tab-li ul li:hover .li_img .img1 {
  display: none;
}

.tab-li ul li:hover .li_img .img2 {
  display: block;
}

.tab-li ul li:hover h3 {
  color: #ffffff;
  transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms--moz-transform: rotateY(180deg);
}

.tab-li ul li:hover .line {
  background: #ffffff;
}

@media(max-width: 992px) {
  .tab-li ul {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
}



/* news */
.xwzx {
  padding: 4.5rem 0;
  background-color: #f8f8f8;
}

.xwzx .at h4 {
  font-weight: normal;
  font-size: 18px;
}

.xwzx .at::before {
  display: none;
}

.xwzx .xwzx_ft {
  text-align: center;
  position: relative;
}

.xwzx .xwzx_ft h3 {
  font-family: Arial;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  color: rgba(0, 0, 0, 0.1);
}

.xwzx .xwzx_ft h4 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.xwzx .xwzx_ft h4 span {
  font-size: 0;
  vertical-align: middle;
  width: 30px;
  display: inline-block;
}

.xwzx .xwzx_ft h4 span::before {
  content: '';
  width: 20px;
  height: 5px;
  background-color: #0070c0;
  border-radius: 3px;
  display: inline-block;
}

.xwzx .xwzx_ft h4 span::after {
  content: '';
  width: 12px;
  height: 5px;
  background-color: #58b525;
  border-radius: 3px;
  display: inline-block;
  margin-top: 4px;
}

.xwzx .xwzx_fb {
  margin-top: 2rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

.xwzx .xwzx_fb .xwzx_fbl {
  width: 67.857%;
}

.xwzx .xwzx_fb .xwzx_fbl ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}

.xwzx .xwzx_fb .xwzx_fbl li {
  width: 48.2%;
  background-color: #ffffff;
  position: relative;
}

.xwzx .xwzx_fb .xwzx_fbl li .img {
  overflow: hidden;
}

.xwzx .xwzx_fb .xwzx_fbl li img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.xwzx .xwzx_fb .xwzx_fbl li .xwwz {
  padding: 1.65rem 5.68% 2.3rem;
}

.xwzx .xwzx_fb .xwzx_fbl li .xwwz h3 {
  font-size: .9rem;
  font-weight: normal;
  line-height: 1.3333;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xwzx .xwzx_fb .xwzx_fbr li:hover h3 {
  color: var(--primary-color);
}

.xwzx .xwzx_fb .xwzx_fbl li:hover .xwwz h3 {
  color: var(--primary-color);
}

.xwzx .xwzx_fb .xwzx_fbl li .xwwz h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.714285;
  color: #666666;
  margin-top: 3.945%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.xwzx .xwzx_fb .xwzx_fbl li .xwwz h5 {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #999999;
  margin-top: 1.5rem;
}

.xwzx .xwzx_fb .xwzx_fbl li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.xwzx .xwzx_fb .xwzx_fbl li .xwbtfl {
  background: var(--primary-color);
  background-blend-mode: normal, normal;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  padding: .7rem 1.1rem;
}

.xwzx .xwzx_fb .xwzx_fbr {
  width: 30.357%;
  padding-bottom: 2%;
  position: relative;
  background-color: #fff;
}

.xwzx .xwzx_fb .xwzx_fbr .xwbtfl {
  background: var(--primary-color);
  background-blend-mode: normal, normal;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  padding: .7rem 1.1rem;
}

.xwzx .xwzx_fb .xwzx_fbr ul {
  margin-top: 1.65rem;
  padding: 0 6.12%;
}

.xwzx .xwzx_fb .xwzx_fbr li {
  margin-bottom: 1.55rem;
}

.xwzx .xwzx_fb .xwzx_fbr li:last-child {
  margin-bottom: 0;
}

.xwzx .xwzx_fb .xwzx_fbr li h3 {
  font-size: .9rem;
  font-weight: normal;
  line-height: 1.3333;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xwzx .xwzx_fb .xwzx_fbr li h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.714285;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: .5rem 0;
}

.xwzx .xwzx_fb .xwzx_fbr li h5 {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

@media(max-width: 1200px) {
  .xwzx .xwzx_fb .xwzx_fbl li .xwwz h3 {
    font-size: 15px;
  }

  .xwzx .xwzx_fb .xwzx_fbl li .xwwz h4 {
    margin-top: 10px;
    font-size: 13px;
  }

  .xwzx .xwzx_fb .xwzx_fbr li h3 {
    font-size: 15px;
  }

  .xwzx .xwzx_fb .xwzx_fbr li h4 {
    font-size: 13px;
  }
}

@media(max-width: 991px) {
  .xwzx .xwzx_ft h3 {
    font-size: 38px;
  }

  .xwzx .xwzx_ft h4 {
    font-size: 22px;
  }

  .xwzx .xwzx_fb .xwzx_fbl {
    width: 100%;
  }

  .xwzx .xwzx_fb .xwzx_fbr {
    width: 100%;
    margin-top: 15px;
  }

  .xwzx .xwzx_fb .xwzx_fbl li .xwbtfl {
    padding: 10px 15px;
  }

  .xwzx .xwzx_fb .xwzx_fbr .xwbtfl {
    padding: 10px 15px;
  }

  .xwzx .xwzx_fb .xwzx_fbr li {
    margin-bottom: 15px;
  }

  .xwzx .xwzx_fb .xwzx_fbr li h4 {
    margin: 10px 0;
  }
}

@media(max-width: 768px) {
  .xwzx .xwzx_fb {
    margin-top: 15px;
  }

  .xwzx .xwzx_fb .xwzx_fbl li .xwwz {
    padding: 15px;
  }

  .xwzx .xwzx_fb .xwzx_fbl li .xwwz h5 {
    margin-top: 15px;
  }

  .xwzx .xwzx_fb .xwzx_fbr {
    padding-bottom: 15px;
  }

  .xwzx .xwzx_fb .xwzx_fbr ul {
    margin-top: 15px;
  }
}

@media(max-width: 468px) {
  .xwzx {
    padding: 25px 0;
  }

  .xwzx .xwzx_fb .xwzx_fbl li {
    width: 100%;
  }

  .xwzx .xwzx_fb .xwzx_fbr ul {
    padding: 0 15px;
  }
}



/* foot */
.foot-bg {
  background: #333333;
  padding-top: 3.64583333333333vw;
}

.foot-index {}

.foot-index .footl {
  width: 21.79%;
}

.foot-index .footl .flogo img {
  max-width: 100%;
}

.foot-index .footl .flx {
  margin-top: 2.34375vw;
}

.foot-index .footl .flx p {
  font-size: 15px;
  color: rgba(255, 255, 255, .6);
  line-height: 30px;
}

.foot-index .footr {
  width: 61.22%;
}

.foot-index .footr .fnav {
  width: 77.88%;
}

.foot-index .footr .fnav dl {
  width: 25%;
}

.foot-index .footr .fnav dl dt {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}

.foot-index .footr .fnav dl dd a {
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, .6);
  line-height: 34px;
}

.foot-index .footr .fnav dl dd a:hover {
  color: var(--primary-color);
}

.foot-index .footr .ferq img {
  max-width: 128px;
  width: 100%;
}

.foot-index .footr .ferq p {
  text-align: center;
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
  margin-top: 0.78125vw;
}

.cop-bg {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2.86458333333333vw;
  padding: 1.9vw 0;
}

.cop-index {
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
}

.cop-index a {
  color: rgba(255, 255, 255, .6);
}

.cop-index a:hover {
  color: var(--primary-color);
}

.cop-index .copl {
  width: 100%;
}

.cop-index .copr {
  width: 48%;
  text-align: right;
}

.c-link {
  background: var(--primary-color);
  padding: 15px 0;
  color: #fff;
}

.c-link .ccc a {
  color: #ffffff;
}

.c-link span {
  background: url(/default1/assets/images/23/09/c6e777afe62b5ea7c0e625974f01ffca5ad343bb.png) no-repeat left center;
  padding-left: 15px;
}

.region a {
  color: #ffffff !important;
}

.c-link a {
  /* color: rgba(255, 255, 255, .6); */
}

@media(max-width: 767px) {
  .foot-bg {
    padding-top: 40px;
  }

  .foot-index {
    flex-wrap: wrap;
  }

  .foot-index .footl {
    width: 100%;
  }

  .foot-index .footl .flogo img {
    max-width: 200px;
    width: 100%;
  }

  .foot-index .footr {
    width: 100%;
    flex-wrap: wrap;
  }

  .foot-index .footr .fnav {
    display: none;
  }

  .ferq {
    margin-top: 10px;
  }

  .cop-bg {
    margin-top: 20px;
    padding: 20px 0;
  }

  .cop-index {
    flex-wrap: wrap;
  }

  .cop-index .copl {
    width: 100%;
    text-align: center;
  }

  .cop-index .copr {
    width: 100%;
    text-align: center;
  }
}

/* 优惠申请大厅 */
.jishu_box {
  padding: 4.5rem 0;
}

.jishu_box_list {
  grid-column-gap: 1.8rem !important;
}

.jishu_v {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
}

.jishu_v .video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.jishu_v .bo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.jishu_v .bo img {
  width: 6.95rem;
  cursor: pointer;
}

.jishu_r_t {
  margin: 1.5rem 0 4.3rem;
}

.jishu_r .at h3 {
  color: #ffffff;
}

.jishu_r .at::before {
  display: none;
}

.jishu_r_t h4 {
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  opacity: 0.7;
}

.jishu_r_tt p {
  font-size: 18px;
  color: #FFFFFF;
  opacity: 0.7;
  cursor: pointer;
}

.jishu_r_tt p:first-child {
  margin: 1.5rem 0 1.25rem;
}

.jishu_box .active {
  color: #ec6b00;
  font-weight: bold;
  opacity: 1;
  position: relative;
}

.jishu_box .active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -4.8rem;
  transform: translateY(-50%);
  width: 4.35rem;
  height: 5px;
  background: #ec6b00;
}

.jishu_r_ff {
  display: flex;
  margin-top: 1.5rem;
}
.jishu_r_ff_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jishu_r_ff_item img {
  width: 4.1rem;
}
.jishu_r_ff_item p {

  font-size: 0.9rem;
  color: #FFFFFF;
  text-align: center;
  margin-top: 1.2rem;
}

.shou_line {
  width: 4.9rem;
  height: 1px;
  background: #FFFFFF;
  margin: 0 .85rem;
  margin-top: 2rem;
}

@media (max-width: 992px) {
  .jishu_box_list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}