@charset "UTF-8";
.cimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}

.s0 {
  font-size: 0;
}

/* @font-face {
  font-family: MS;
  src: url(../fonts/Alibaba-PuHuiTi-Regular.woff);
}
body {
  font-family: MS;
} */
/* body::-webkit-scrollbar {
  display: none;
} */

.w1440 {
  width: 14.4rem;
  max-width: 96%;
  margin: 0 auto;
}

.com-tt {
  font-weight: 600;
  color: #333;
  position: relative;
}
.com-tt.cent {
  text-align: center;
}
.com-tt.fff {
  color: #fff;
}

.bg5 {
  background-color: #f5f9ff;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
}

.sbtn {
  outline: none !important;
}

section {
  position: relative;
  line-height: 1.2;
}

.com-banner {
  position: relative;
  z-index: 30;
}
.com-banner .cb_ban {
  position: relative;
}
.com-banner .cb_bg {
  position: relative;
  padding-top: 41.6666666667%;
  overflow: hidden;
  background-color: #999;
}
.com-banner .cb_bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-banner .cb_text {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0%;
  top: 40%;
  top: 24.25%;
  z-index: 10;
  color: #fff;
}
.com-banner .cb_text .txt {
  text-align: center;
}
.com-banner .cb_text .cbp1 {
  position: relative;
  font-weight: bold;
}
.com-banner .cb_text .cbp2 {
  display: inline-block;
  margin-top: 0.25rem;
  line-height: 1.3;
  color: #fff;
  padding: 0.17rem 0.3rem;
  border-radius: 1rem;
  background-image: linear-gradient(-87deg, #0b7bd7 0%, #15a6e3 100%), linear-gradient(#e4edee, #e4edee);
}
.news-1 {
  background-color: #f8fafc;
  padding-top: 0.53rem;
}
.news-1 .aa {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.5rem;
  padding-bottom: 0.6rem;
  background-color: #fff;
  border-radius: 0.1rem;
  margin-top: 0.55rem;
}
.news-1 .aa:hover .img img {
  transform: scale(1.1);
}
.news-1 .aa:hover .h3 {
  color: #0b7bd7;
}
.news-1 .imgs {
  width: 45.8333333333%;
  margin-left: 4.1666666667%;
}
.news-1 .img {
  position: relative;
  padding-top: 56.0606060606%;
  border-radius: 0.1rem;
  overflow: hidden;
  height: 100%;
}
.news-1 .text {
  width: 37.5%;
  padding-top: 0.4rem;
  margin-left: 5.5555555556%;
}
.news-1 .time {
  display: inline-flex;
  align-items: center;
  color: #888;
  line-height: 1;
}
.news-1 .tic {
  width: 1em;
  height: 1em;
  background-image: url(../images/z1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.1rem;
}
.news-1 .h3 {
  font-weight: 600;
  line-height: 1.5833333333;
  color: #333;
  margin-top: 0.19rem;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-1 .d2 {
  line-height: 1.875;
  color: #888;
  margin-top: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-1 .d3 {
  margin-top: 0.4rem;
  display: inline-flex;
  padding: 0 0.5rem;
  line-height: 3.125;
  background-color: #0b7bd7;
  background-image: linear-gradient(-87deg, #0b7bd7 0%, #15a6e3 100%);
  color: #fff;
  border-radius: 1rem;
}
@media (max-width: 750px) {
  .news-1 .aa {
    padding: 0.3rem;
  }
  .news-1 .imgs {
    width: 100%;
    margin: 0;
  }
  .news-1 .text {
    width: 100%;
    margin: 0;
  }
}

.news-2 {
  background-color: #f8fafc;
  padding-top: 0.6rem;
  padding-bottom: 1.1rem;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.24rem;
}
.news-list .li {
  width: 30.9722222222%;
  margin-right: 3.5416666667%;
  margin-bottom: 0.6rem;
}
.news-list .li:nth-child(3n) {
  margin-right: 0;
}
.news-list .dd {
  height: 100%;
  display: block;
  border-radius: 0.1rem;
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
}
.news-list .dd:hover {
  background-image: linear-gradient(-87deg, #447ae4 0%, #12c4ff 100%), linear-gradient(#ffffff, #ffffff);
}
.news-list .dd:hover .img img {
  transform: scale(1.1);
}
.news-list .dd:hover .h3 {
  color: #fff;
}
.news-list .dd:hover .d2 {
  color: #fff;
}
.news-list .dd:hover .time {
  color: #fff;
}
.news-list .dd:hover .tic {
  filter: brightness(0) invert(1);
}
.news-list .img {
  position: relative;
  padding-top: 56.0538116592%;
  overflow: hidden;
}
.news-list .bot {
  padding: 0.33rem 0.4rem;
}
.news-list .h3 {
  font-weight: 600;
  line-height: 1.7;
  height: 3.4em;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list .d2 {
  line-height: 1.875;
  height: 3.75em;
  color: #888;
  margin-top: 0.13rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list .time {
  margin-top: 0.4rem;
  display: inline-flex;
  align-items: center;
  color: #888;
}
.news-list .tic {
  width: 1em;
  height: 1em;
  background-image: url(../images/z1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.1rem;
}
@media (max-width: 1280px) {
  .news-list {
    justify-content: space-between;
  }
  .news-list .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
@media (max-width: 750px) {
  .news-list .li {
    width: 100%;
  }
}

.news-page {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 900px) {
  .news-page .news-11 {
    width: 100%;
    order: 1;
  }
  .news-page .news-12 {
    width: 100%;
    padding-top: 0.5rem;
    order: 2;
    padding-right: 0;
  }
}

.news-11 {
  width: 70.8333333333%;
}
.news-12 {
  width: 22.2222222222%;
  padding-top: 0.8rem;
}
@media (min-width: 750px) {
  .news-12::before {
    content: "";
    width: 1px;
    height: 200%;
    position: absolute;
    top: 50%;
    right: calc(100% + 0.5rem);
    transform: translateY(-50%);
    background-color: #eee;
  }
}

.det_top {
  padding-top: 0.8rem;
  padding-bottom: 0.28rem;
}
.det_top .h1 {
  font-weight: bold;
}
.det_top .tops {
  display: flex;
  justify-content: space-between;
  margin-top: 0.53rem;
}
.det_top .dt_2 {
  margin-top: 0.18rem;
  text-align: center;
}
.det_top .dt_2 .di {
  display: inline-block;
  margin: 0 0.1rem;
}
.det_top .le {
  color: #999;
  display: flex;
  flex-wrap: wrap;
}
.det_top .ti {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-right: 0.3rem;
}
.det_top .ti img {
  height: 1em;
  margin-right: 0.1rem;
}
.det_top .times {
  display: flex;
  align-items: center;
  color: #000;
}
.det_top .times .tag {
  padding: 0 0.07rem;
  background-color: #0b7bd7;
  color: #fff;
  line-height: 1.625;
  margin-right: 0.13rem;
}
.det_top .time {
  color: #888;
}
.det_top .tic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.5em;
  line-height: 1;
}
.det_top .form {
  color: #888;
}
.det_top .shares {
  display: flex;
  align-items: center;
  color: #666;
  margin-left: 0.5rem;
}
.det_top .shares .sp {
  margin-right: 0.2rem;
}
.det_top .shares .si {
  margin-right: 0.3rem;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.det_top .shares .si:hover .i1 {
  display: none;
}
.det_top .shares .si:hover .i2 {
  display: block;
  filter: none;
}
.det_top .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.det_top .shares .hd {
  display: inline-flex;
  align-items: center;
}
.det_top .shares .hd img {
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
.det_top .shares .i2 {
  filter: brightness(0) invert(0.5);
}
.det_top .shares .bd {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
}
.det_top .shares .bd .code {
  width: 1rem;
  max-width: none;
}
.det_top .back {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 1;
  color: #666;
  transition: color 0.3s;
}
.det_top .back:hover {
  color: #0b7bd7;
  transition: color 0.3s;
}
.det_top .back .ic {
  width: 0.75em;
  height: 0.75em;
  background-image: url(../images/icon-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 1em;
}
.det_top .back img {
  margin-left: 0.1rem;
}
@media screen and (max-width: 750px) {
  .det_top .shares {
    width: 100%;
    justify-content: center;
    margin: 0;
    margin-top: 0.2rem;
  }
  .det_top .from {
    display: none;
  }
  .det_top .back {
    margin-top: 0.3rem;
  }
  .det_top .tops {
    justify-content: center;
    flex-wrap: wrap;
    line-height: 2;
    text-align: center;
  }
  .det_top .time {
    width: 100%;
  }
}

.det_cen {
  border-top: 1px solid #eeeeee;
  padding-top: 0.41rem;
  padding-bottom: 0.54rem;
  line-height: 1.875;
  color: #333;
}
.det_cen .tags {
  margin-top: 0.95rem;
}
.det_cen .tags span {
  margin-right: 1em;
}
.det_cen .tags .ti {
  color: #666;
}

.det_bot {
  padding-top: 0.5rem;
  padding-bottom: 0.38rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.det_bot .det_pag {
  border-top: 1px solid #e8e8e8;
}
.det_bot .det_pag ul {
  display: flex;
  flex-wrap: wrap;
}
.det_bot .det_pag li {
  width: 50%;
  border-right: 1px solid #e8e8e8;
  padding: 0.56rem 0;
  padding-left: 2rem;
}
.det_bot .det_pag li:last-child {
  padding-right: 2rem;
  border-right: none;
}
.det_bot .det_pag a {
  width: 100%;
  color: #111;
  font-weight: 500;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.det_bot .det_pag a:hover {
  color: #0b7bd7;
}
.det_bot .det_pag a:hover .i1 {
  display: none;
}
.det_bot .det_pag a:hover .i2 {
  display: block;
}
.det_bot .det_pag .prev {
  padding-right: 0.9rem;
}
.det_bot .det_pag .prev .icon {
  margin-right: 0.4rem;
}
.det_bot .det_pag .next {
  padding-left: 0.9rem;
}
.det_bot .det_pag .next .icon {
  margin-left: 0.4rem;
}
.det_bot .det_pag .icon {
  display: inline-flex;
  align-items: center;
}
.det_bot .det_pag span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.det_bot .det_pag .i2 {
  display: none;
}
.det_bot .db_btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.17rem 0.22rem;
  background-color: #0b7bd7;
  color: #fff;
  border-radius: 1rem;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.det_bot .db_btn .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.48rem;
}
.det_bot .db_btn:hover {
  box-shadow: 0 0 0.2rem 0.05rem rgba(11, 123, 215, 0.6);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.det_bot .det_ul {
  line-height: 2.25;
}
.det_bot .det_ul a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.det_bot .det_ul a:hover {
  color: #0b7bd7;
  transition: all 0.3s;
}
.det_bot .btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.17rem 0.4rem;
  color: #fff;
  background-color: #0b7bd7;
  transition: all 0.3s;
}
.det_bot .btn:hover {
  box-shadow: 0 0 0.1rem rgba(11, 123, 215, 0.5);
}
.det_bot .btn .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
}
.det_bot .db_ul2 {
  display: flex;
  justify-content: space-between;
}
.det_bot .db_ul2 .ua {
  display: inline-flex;
  align-items: flex-end;
  width: 50%;
}
.det_bot .db_ul2 .ua:hover .t2 {
  color: #0b7bd7;
}
.det_bot .db_ul2 .next {
  flex-direction: row-reverse;
  text-align: right;
}
.det_bot .db_ul2 .imgs {
  width: 2.1rem;
  flex-shrink: 0;
}
.det_bot .db_ul2 .img {
  position: relative;
  padding-top: 60%;
}
.det_bot .db_ul2 .text {
  padding: 0 0.3rem;
  flex-grow: 1;
}
.det_bot .db_ul2 .t1 {
  color: #333;
}
.det_bot .db_ul2 .t2 {
  color: #666;
  line-height: 1.5;
  height: 3em;
  margin-top: 0.13rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 900px) {
  .det_bot {
    flex-wrap: wrap;
  }
  .det_bot .det_pag li {
    width: 100%;
    padding: 20px 20px !important;
    text-align: left !important;
  }
  .det_bot .det_pag .icon {
    display: none;
  }
  .det_bot .db_btn {
    margin-top: 15px;
  }
  .det_bot .btn {
    margin-top: 20px;
  }
  .det_bot .db_ul2 {
    flex-wrap: wrap;
  }
  .det_bot .db_ul2 .ua {
    display: inline-flex;
    align-items: flex-end;
    width: 100%;
    margin: 0.1rem 0;
  }
  .det_bot .db_ul2 .next {
    flex-direction: row;
    text-align: left;
  }
  .det_bot .db_ul2 .imgs {
    width: 2.1rem;
    flex-shrink: 0;
  }
  .det_bot .db_ul2 .img {
    position: relative;
    padding-top: 60%;
  }
  .det_bot .db_ul2 .text {
    padding: 0 0.3rem;
    flex-grow: 1;
  }
  .det_bot .db_ul2 .t1 {
    color: #333;
  }
  .det_bot .db_ul2 .t2 {
    color: #666;
    line-height: 1.5;
    height: 3em;
    margin-top: 0.13rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.det-shares {
  display: flex;
  justify-content: center;
  align-items: center;
}
.det-shares .line {
  flex-grow: 1;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.det-shares .shares {
  flex-shrink: 0;
  display: flex;
  padding: 0 0.3rem;
}
.det-shares .si {
  margin: 0 0.1rem;
}
.det-shares .si:hover .hd {
  opacity: 0.6;
}
.det-shares .hd {
  display: inline-flex;
}
.det-shares .hi {
  height: 0.25rem;
}

.news-det {
  overflow: hidden;
  background-color: #f8fafc;
}

.new12-1 {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.2rem;
}
.new12-1 .back {
  display: inline-block;
  padding: 0 0.5rem;
  line-height: 3.125;
  background-image: linear-gradient(-87deg, #0b7bd7 0%, #15a6e3 100%);
  color: #fff;
  border-radius: 1rem;
  transition: all 0.3s;
}
.new12-1 .back:hover {
  transform: translateY(-5px);
}

.ct-list {
  margin-top: 0.48rem;
}
.ct-list .li {
  margin-bottom: 0.34rem;
}
.ct-list .aa {
  display: block;
}
.ct-list .aa:hover .t1,
.ct-list .aa:hover .t2 {
  color: #0b7bd7;
}
.ct-list .t1 {
  font-weight: 600;
}
.ct-list .t2 {
  line-height: 1.5;
  color: #666;
  margin-top: 0.13rem;
}

.cr_t {
  font-weight: 600;
  color: #0b7bd7;
}

.cr-list1 {
  padding-top: 0.48rem;
  margin-bottom: 0.8rem;
}
.cr-list1 .ul {
  margin-top: 0.26rem;
}
.cr-list1 .li {
  margin-bottom: 0.23rem;
}
.cr-list1 .li:last-child {
  margin-bottom: 0;
}
.cr-list1 .aa {
  display: block;
}
.cr-list1 .aa:hover .img img {
  transform: scale(1.1);
}
.cr-list1 .aa:hover .h3 {
  color: #0b7bd7;
}
.cr-list1 .img {
  position: relative;
  padding-top: 56.25%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.cr-list1 .text {
  margin-top: 0.14rem;
}
.cr-list1 .time {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 0.12rem;
  color: #999;
}
.cr-list1 .ic {
  width: 1em;
  margin-right: 0.5em;
}
.cr-list1 .h3 {
  line-height: 1.6666666667;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 900px) {
  .cr-list1 {
    padding-top: 0.2rem;
  }
  .cr-list1 .ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cr-list1 .li {
    width: 48%;
  }
}

.cr-list2 {
  margin-top: 0.28rem;
  margin-bottom: 0.8rem;
}
.cr-list2 .tit {
  font-weight: bold;
}
.cr-list2 .ul {
  margin-top: 0.4rem;
}
.cr-list2 .li {
  margin-bottom: 0.56rem;
}
.cr-list2 .li:last-child {
  margin-bottom: 0;
}
.cr-list2 .aa {
  display: block;
}
.cr-list2 .aa:hover .img img {
  transform: scale(1.1);
}
.cr-list2 .aa:hover .h3 {
  color: #0b7bd7;
}
.cr-list2 .aa:hover .btns {
  opacity: 1;
}
.cr-list2 .top {
  position: relative;
}
.cr-list2 .img {
  display: block;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 0.2rem;
  box-shadow: 0 0 0 1px #eee;
}
.cr-list2 .bot {
  display: block;
  padding-top: 0.26rem;
}
.cr-list2 .h3 {
  font-weight: 600;
  transition: all 0.3s;
}
.cr-list2 .d2 {
  margin-top: 0.16rem;
  color: #666;
}
.cr-list2 .d3 {
  margin-top: 0.25rem;
  color: #0b7bd7;
}
.cr-list2 .btns {
  position: absolute;
  bottom: 0.35rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.cr-list2 .btn1 {
  width: 1.8rem;
  height: 0.6rem;
  padding: 0 0.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(-90deg, #d8ab6d 0%, #f0d9bb 100%), linear-gradient(#ffffff, #ffffff);
  border-radius: 1rem;
  color: #fff;
  cursor: pointer;
}
.cr-list2 .btn2 {
  margin-left: 0.1rem;
  cursor: pointer;
}
.cr-list2 .btn2 img {
  height: 0.6rem;
}
@media screen and (max-width: 900px) {
  .cr-list2 .ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cr-list2 .li {
    width: 48%;
  }
}

.ctc-1 {
  padding-top: 0.53rem;
  padding-bottom: 1rem;
  background-color: #f5f9ff;
}
.ctc-1 .ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.53rem;
}
.ctc-1 .li {
  width: 22.9166666667%;
  margin-right: 2.7777777778%;
}
.ctc-1 .li:nth-child(4n) {
  margin-right: 0;
}
.ctc-1 .dd {
  min-height: 3.4rem;
  height: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
  background-color: #fff;
  font-weight: 600;
  padding: 0.35rem;
  text-align: center;
  position: relative;
}
.ctc-1 .dd:hover::before {
  opacity: 1;
}
.ctc-1 .dd:hover .ii1 {
  opacity: 0;
}
.ctc-1 .dd:hover .ii2 {
  opacity: 1;
}
.ctc-1 .dd:hover .d1,
.ctc-1 .dd:hover .d2 {
  color: #fff;
}
.ctc-1 .dd::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/ctc1_0.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.3s;
}
.ctc-1 .dd .top {
  width: 1.43rem;
  margin: 0 auto;
  position: relative;
}
.ctc-1 .dd .img {
  position: relative;
  padding-top: 90.2097902098%;
}
.ctc-1 .dd .ii {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
.ctc-1 .dd .ii2 {
  opacity: 0;
}
.ctc-1 .dd .bot {
  margin-top: 0.39rem;
  position: relative;
}
.ctc-1 .dd .d1 {
  color: #0b7bd7;
}
.ctc-1 .dd .d2 {
  line-height: 1.7647058824;
  margin-top: 0.08rem;
}
.ctc-1 .box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.6rem;
  background-color: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.ctc-1 .le {
  width: 38.1944444444%;
}
.ctc-1 .ri {
  width: 61.8055555556%;
}
.ctc-1 .nlist {
  padding: 0.6rem 0.5rem;
}
.ctc-1 .ni {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
.ctc-1 .ni:last-child {
  margin-bottom: 0;
}
.ctc-1 .ni .ic {
  width: 0.81rem;
  flex-shrink: 0;
  margin-right: 0.3rem;
}
.ctc-1 .ni .t1 {
  color: #666;
}
.ctc-1 .ni .t2 {
  line-height: 1.7647058824;
  line-height: 1.25;
  margin-top: 0.15rem;
}
.ctc-1 .map {
  display: block;
  padding-top: 51.6853932584%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .ctc-1 .ul {
    justify-content: space-between;
  }
  .ctc-1 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
@media (max-width: 750px) {
  .ctc-1 .li {
    width: 100%;
  }
  .ctc-1 .le {
    width: 100%;
  }
  .ctc-1 .ri {
    width: 100%;
  }
}

.ctc-3 {
  padding-top: 1.55rem;
  padding-bottom: 1.65rem;
}
.ctc-3 .d2 {
  margin-top: 0.21rem;
  color: #fff;
}
.ctc-3 .form {
  width: 6.2rem;
}
.ctc-3 .fbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.48rem;
}
.ctc-3 .fi {
  width: 48.3870967742%;
  margin-bottom: 0.2rem;
}
.ctc-3 .w100 {
  width: 100%;
}
.ctc-3 .inp {
  position: relative;
  font-size: 0;
}
.ctc-3 .hide .phd {
  display: none;
}
.ctc-3 .ip {
  width: 100%;
  height: 0.6rem;
  background-color: #f8fafc;
  color: #333;
  border-radius: 0.1rem;
  padding: 0 0.3rem;
  border: none;
}
.ctc-3 .phd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.3rem;
  pointer-events: none;
  color: #333;
}
.ctc-3 .phd span {
  color: #d40202;
}
.ctc-3 .ta {
  width: 100%;
  height: 1.2rem;
  background-color: #f8fafc;
  border-radius: 0.1rem;
  padding: 0 0.3rem;
  border: none;
  padding: 0.16rem 0.3rem;
  color: #333;
  font-family: unset;
}
.ctc-3 .ta::-moz-placeholder {
  color: #333;
}
.ctc-3 .ta::placeholder {
  color: #333;
}
.ctc-3 .fbot {
  display: flex;
  justify-content: space-between;
}
.ctc-3 .fi2 {
  width: 64.5161290323%;
}
.ctc-3 .code {
  height: 70%;
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
}
.ctc-3 .submit {
  width: 25.8064516129%;
  cursor: pointer;
  border: none;
  font-family: unset;
  background-color: #0b7bd7;
  background-image: linear-gradient(-87deg, #0b7bd7 0%, #15a6e3 100%);
  color: #fff;
  border-radius: 1rem;
}
@media (max-width: 750px) {
  .ctc-3 .form {
    width: 100%;
  }
  .ctc-3 .fi {
    width: 100%;
  }
}

.pro-1 {
  padding-top: 1rem;
  padding-bottom: 1.1rem;
}

.pro-list {
  padding-bottom: 0.2rem;
}
.pro-list .li {
  margin-bottom: 0.5rem;
}
.pro-list .dd {
  display: flex;
  flex-wrap: wrap;
  background-color: #f3f9ff;
  border-radius: 0.1rem;
  position: relative;
  transition: all 0.3s;
}
.pro-list .dd::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #0b7bd7;
  border-radius: 0.1rem;
  box-sizing: border-box;
  transform: scale(1.04);
  opacity: 0;
  transition: all 0.4s;
}
.pro-list .dd:hover {
  background-color: #fff;
  box-shadow: 3px -3px 0.4rem 0px rgba(85, 177, 255, 0.17);
}
.pro-list .dd:hover::before {
  opacity: 1;
  transform: scale(1);
}
.pro-list .dd:hover .h3 {
  color: #0b7bd7;
}
.pro-list .dd:hover .d12 {
  opacity: 1;
}
.pro-list .imgs {
  width: 36.4583333333%;
}
.pro-list .img {
  padding-top: 66.6666666667%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}
.pro-list .text {
  width: 55.5555555556%;
  margin-left: 4.1666666667%;
  padding-top: 0.46rem;
  padding-bottom: 0.2rem;
}
.pro-list .d1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro-list .name {
  flex-grow: 1;
  padding-right: 0.2rem;
}
.pro-list .h3 {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-list .d12 {
  display: inline-flex;
  align-items: center;
  color: #0b7bd7;
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.pro-list .d12 .ic {
  width: 0.5em;
  height: 1em;
  background-image: url(../images/z3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.25em;
}
.pro-list .d2 {
  color: #0b7bd7;
  font-weight: 600;
  margin-top: 0.22rem;
  margin-bottom: 0.12rem;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pro-list .txt {
  line-height: 1.875;
  margin-top: 0.21rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pro-list .top {
  padding-bottom: 0.34rem;
  border-bottom: 1px solid #dfeffd;
}
.pro-list .no-list {
  border-bottom: none;
}
.pro-list .no-list .txt {
  margin-top: 0.1rem;
}
.pro-list .dlist {
  width: calc(100% + 0.2rem);
  padding-top: 0.1rem;
}
.pro-list .di {
  display: inline-block;
  background-color: rgba(50, 148, 237, 0.2);
  border-radius: 1rem;
  text-align: center;
  line-height: 2.5;
  color: #0b7bd7;
  margin-top: 0.2rem;
  margin-right: 0.2rem;
  padding: 0 0.24rem;
}
.pro-list .di .sp {
  display: block;
  min-width: 6em;
}
@media (max-width: 750px) {
  .pro-list .imgs {
    width: 100%;
  }
  .pro-list .text {
    width: 100%;
    margin: 0;
    padding: 0.3rem;
  }
  .pro-list .di {
    padding: 0 0.2rem;
    line-height: 2;
  }
  .pro-list .d12 {
    display: none;
  }
}

.pro-11 {
  padding-top: 0.8rem;
  padding-bottom: 0.4rem;
}
.pro-11 .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pro-11 .text {
  width: 38.8888888889%;
  display: flex;
  align-items: center;
}
.pro-11 .tbox {
  width: 100%;
}
.pro-11 .imgs {
  width: 55.5555555556%;
}
.pro-11 .img {
  position: relative;
  padding-top: 62.5%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.pro-11 .txt {
  color: #666;
  line-height: 1.4444444444;
  margin-top: 0.47rem;
}
@media (max-width: 750px) {
  .pro-11 .text {
    width: 100%;
  }
  .pro-11 .imgs {
    width: 100%;
    margin-top: 0.3rem;
  }
}

.pro-12 {
  padding-top: 0.34rem;
  padding-bottom: 0.6rem;
}
.pro-12 .ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.52rem;
}
.pro-12 .li {
  width: 22.9166666667%;
  margin-right: 2.7777777778%;
  margin-bottom: 0.4rem;
}
.pro-12 .li:nth-child(4n) {
  margin-right: 0;
}
.pro-12 .dd {
  min-height: 3.07rem;
  height: 100%;
  background-color: #f3f9fe;
  border-radius: 0.1rem;
  padding: 0.44rem 0.6rem;
  text-align: center;
  position: relative;
}
.pro-12 .dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-87deg, #447ae4 0%, #12c4ff 100%), linear-gradient(#fff, #fff);
  border-radius: 0.1rem;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.pro-12 .dd:hover::before {
  opacity: 1;
}
.pro-12 .dd:hover .icon {
  background-color: #f9f9f9;
  background-image: none;
}
.pro-12 .dd:hover .ii1 {
  opacity: 0;
}
.pro-12 .dd:hover .ii2 {
  opacity: 1;
}
.pro-12 .dd:hover .t1,
.pro-12 .dd:hover .t2 {
  color: #fff;
}
.pro-12 .icon {
  width: 0.72rem;
  height: 0.72rem;
  margin: 0 auto;
  background-image: linear-gradient(-87deg, #447ae4 0%, #12c4ff 100%), linear-gradient(#75bd42, #75bd42);
  border-radius: 0.3rem;
  position: relative;
}
.pro-12 .ii {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pro-12 .ii2 {
  opacity: 0;
}
.pro-12 .te {
  margin-top: 0.32rem;
  position: relative;
}
.pro-12 .t1 {
  font-weight: 600;
}
.pro-12 .t2 {
  color: #666;
  line-height: 1.875;
  margin-top: 0.21rem;
}
@media (max-width: 750px) {
  .pro-12 .ul {
    justify-content: space-between;
  }
  .pro-12 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.pro-13 {
  background-color: #f3f9fe;
  padding-top: 0.73rem;
  padding-bottom: 0.5rem;
}
.pro-13 .ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.55rem;
}
.pro-13 .li {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 0.4rem;
}
.pro-13 .li:nth-child(3n) {
  margin-right: 0;
}
.pro-13 .dd {
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.34rem 0.4rem;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.pro-13 .dd:hover .icon {
  background-color: #fff;
}
.pro-13 .dd:hover .ii {
  filter: none;
}
.pro-13 .dd:hover .t1,
.pro-13 .dd:hover .t2 {
  color: #fff;
}
.pro-13 .icon {
  width: 0.85rem;
  height: 0.94rem;
  flex-shrink: 0;
  -webkit-mask-image: url(../images/pro13_0.png);
          mask-image: url(../images/pro13_0.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: relative;
}
.pro-13 .ii {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.pro-13 .te {
  margin-left: 0.4rem;
}
.pro-13 .t1 {
  line-height: 1.3636363636;
  font-weight: 600;
}
.pro-13 .t2 {
  line-height: 1.875;
  margin-top: 0.2rem;
}
.pro-13 .tp1:hover .dd {
  background-color: #ffac2a;
}
.pro-13 .tp1 .icon {
  background-color: #ffac2a;
}
.pro-13 .tp2:hover .dd {
  background-color: #75bd42;
}
.pro-13 .tp2 .icon {
  background-color: #75bd42;
}
.pro-13 .tp3:hover .dd {
  background-color: #b28cfe;
}
.pro-13 .tp3 .icon {
  background-color: #b28cfe;
}
@media (max-width: 750px) {
  .pro-13 .li {
    width: 100%;
    margin-right: 0;
  }
}

.pro-14 {
  padding-top: 0.73rem;
  padding-bottom: 1rem;
}
.pro-14 .box {
  border-radius: 0.2rem;
  overflow: hidden;
  margin-top: 0.54rem;
}
.pro-14 .box img {
  width: 100%;
}

.pro-15 {
  padding-top: 0.74rem;
  padding-bottom: 0.6rem;
  background-color: #f3f9fe;
}
.pro-15 .ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.52rem;
}
.pro-15 .li {
  width: 22.9166666667%;
  margin-right: 2.7777777778%;
  margin-bottom: 0.4rem;
}
.pro-15 .li:nth-child(4n) {
  margin-right: 0;
}
.pro-15 .dd {
  height: 100%;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.5rem 0.44rem;
  text-align: center;
  position: relative;
}
.pro-15 .dd::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(-87deg, #447ae4 0%, #12c4ff 100%), linear-gradient(#fff, #fff);
  opacity: 0;
  border-radius: 0.1rem;
  transition: opacity 0.3s;
}
.pro-15 .dd:hover::before {
  opacity: 1;
}
.pro-15 .dd:hover .ii {
  filter: brightness(0) invert(1);
}
.pro-15 .dd:hover .t1,
.pro-15 .dd:hover .t2 {
  color: #fff;
}
.pro-15 .icon {
  display: inline-flex;
  height: 2em;
}
.pro-15 .ii {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pro-15 .te {
  margin-top: 0.28rem;
  position: relative;
}
.pro-15 .t1 {
  font-weight: 600;
}
.pro-15 .t2 {
  color: #666;
  line-height: 1.875;
  margin-top: 0.21rem;
}
@media (max-width: 750px) {
  .pro-15 .ul {
    justify-content: space-between;
  }
  .pro-15 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.pro-16 {
  padding-top: 0.75rem;
  padding-bottom: 0.6rem;
}
.pro-16 .ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.53rem;
}
.pro-16 .li {
  width: 31.4583333333%;
  margin-right: 2.7777777778%;
  margin-bottom: 0.4rem;
}
.pro-16 .li:nth-child(3n) {
  margin-right: 0;
}
.pro-16 .dd {
  background-color: #f3f9fe;
  border-radius: 0.1rem;
  overflow: hidden;
  height: 100%;
}
.pro-16 .dd:hover .img img {
  transform: scale(1.1);
}
.pro-16 .img {
  position: relative;
  padding-top: 66.8874172185%;
  overflow: hidden;
}
.pro-16 .bot {
  padding: 0.24rem 0.4rem 0.34rem;
}
.pro-16 .d1 {
  font-weight: 600;
  line-height: 1.3636363636;
}
.pro-16 .d2 {
  line-height: 1.875;
  color: #666;
  margin-top: 0.17rem;
}
@media (max-width: 750px) {
  .pro-16 .ul {
    justify-content: space-between;
  }
  .pro-16 .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.pro-17 {
  padding-top: 0.74rem;
  padding-bottom: 1.03rem;
  background-color: #f3f9fe;
}
.pro-17 .swiper {
  margin-top: 0.54rem;
}
.pro-17 .sw {
  background-color: #fff;
  height: auto;
  padding-bottom: 0.56rem;
}
.pro-17 .sw:hover .img {
  transform: scale(1.1);
}
.pro-17 .sw:hover .h3 {
  color: #0b7bd7;
}
.pro-17 .top {
  padding: 0.7rem 0.7rem 0;
}
.pro-17 .img {
  position: relative;
  padding-top: 100%;
  transition: transform 0.3s;
}
.pro-17 .ii {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.pro-17 .bot {
  margin-top: 0.56rem;
}
.pro-17 .h3 {
  text-align: center;
  transition: color 0.3s;
}

.about-1 {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  background-color: #f8fafc;
  overflow: hidden;
}
.about-1 .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-1 .text {
  width: 47.9166666667%;
  padding-top: 0.2rem;
}
.about-1 .imgs {
  width: 46.5277777778%;
}
.about-1 .img {
  position: relative;
  padding-top: 74.6268656716%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.about-1 .d2 {
  color: #0b7bd7;
  margin-top: 0.23rem;
  font-weight: 600;
}
.about-1 .txt {
  line-height: 1.875;
  margin-top: 0.5rem;
}
@media (max-width: 750px) {
  .about-1 {
    padding-top: 0.6rem;
  }
  .about-1 .imgs {
    width: 100%;
    margin-top: 0.3rem;
  }
  .about-1 .text {
    width: 100%;
  }
}

.about-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.8rem;
  background-color: #f8fafc;
}
.about-2 .ul {
  display: flex;
  flex-wrap: wrap;
}
.about-2 .li {
  width: 22.9166666667%;
  margin-right: 2.7777777778%;
}
.about-2 .li:nth-child(4n) {
  margin-right: 0;
}
.about-2 .li:nth-child(2n-1) .tit {
  background-color: #22b5ec;
}
.about-2 .li:nth-child(2n-1) .bot {
  background-image: url(../images/ab2_01.png);
}
.about-2 .li:nth-child(2n) .tit {
  background-color: #0b7bd7;
}
.about-2 .li:nth-child(2n) .bot {
  background-image: url(../images/ab2_02.png);
}
.about-2 .dd {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-2 .top {
  text-align: center;
  background-color: #fff;
  border-radius: 0.1rem;
  flex-grow: 1;
}
.about-2 .tit {
  color: #fff;
  padding: 0.19rem 0.1rem;
  border-radius: 0.1rem 0.1rem 0 0;
}
.about-2 .text {
  padding: 0.38rem 0.3rem 0.5rem;
}
.about-2 .txt {
  line-height: 1.875;
}
.about-2 .bot {
  text-align: center;
  padding-top: 0.53rem;
  margin-top: 0.2rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 70.9459459459%;
}
.about-2 .bot .bi {
  width: 0.85rem;
  margin: 0 auto;
}
.about-2 .bot .ii {
  width: 0.85rem;
  height: 0.95rem;
}
@media (max-width: 750px) {
  .about-2 .ul {
    justify-content: space-between;
  }
  .about-2 .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.about-3 {
  padding-top: 0.25rem;
  padding-bottom: 0.8rem;
  color: #fff;
}
.about-3 .com-tt {
  color: #fff;
}
.about-3 .box {
  display: flex;
  justify-content: space-between;
}
.about-3 .le {
  width: 13.8888888889%;
  padding-top: 0.48rem;
}
.about-3 .ri {
  width: 79.1666666667%;
}
.about-3 .swiper-container {
  height: 8rem;
}
.about-3 .sw {
  height: auto;
  padding: 0.35rem 0;
  border: 1px solid transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.about-3 .active {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.about-3 .active .year {
  opacity: 1;
}
.about-3 .active .info {
  opacity: 1;
}
.about-3 .year {
  line-height: 1;
  font-weight: 600;
  flex-shrink: 0;
  padding-right: 0.8rem;
  opacity: 0.3;
  transition: opacity 0.3s;
}
.about-3 .sp {
  font-size: 2em;
  line-height: 1;
}
.about-3 .te {
  line-height: 1.875;
}
.about-3 .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.about-3 .text {
  flex-grow: 1;
  padding-right: 1rem;
}
.about-3 .imgs {
  width: 2.04rem;
  flex-shrink: 0;
}
.about-3 .img {
  position: relative;
  padding-top: 61.7647058824%;
}
.about-3 .ii {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.about-3 .btns {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 1.2rem;
}
.about-3 .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0.1rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34% auto;
  cursor: pointer;
}
.about-3 .sbtn:hover {
  background-color: #fff;
}
.about-3 .prev {
  background-image: url(../images/z11.png);
}
.about-3 .prev:hover {
  background-image: url(../images/z12.png);
}
.about-3 .next {
  background-image: url(../images/z13.png);
}
.about-3 .next:hover {
  background-image: url(../images/z14.png);
}
@media (max-width: 750px) {
  .about-3 .box {
    flex-wrap: wrap;
  }
  .about-3 .le {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .about-3 .ri {
    width: 100%;
    margin-top: 0.5rem;
  }
  .about-3 .btns {
    flex-direction: row;
    margin-top: 0;
  }
  .about-3 .sbtn {
    margin: 0 0.1rem;
  }
  .about-3 .sw {
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
  }
  .about-3 .year {
    opacity: 1;
  }
  .about-3 .info {
    opacity: 1;
    margin-top: 0.1rem;
  }
  .about-3 .text {
    padding-right: 0.5rem;
  }
}

.about-4 {
  padding-top: 0.8rem;
  padding-bottom: 1.18rem;
  overflow: hidden;
}
.about-4 .tops {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-4 .tags {
  display: flex;
  padding: 0.1rem;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0px 0px 0.46rem 0px rgba(14, 135, 218, 0.09);
}
.about-4 .ti {
  min-width: 1.5rem;
  text-align: center;
  line-height: 2.7777777778;
  margin-right: 0.1rem;
  border-radius: 1rem;
  cursor: pointer;
}
.about-4 .ti:last-child {
  margin-right: 0;
}
.about-4 .ti:hover {
  color: #0b7bd7;
}
.about-4 .ti.on {
  color: #fff;
  background-image: linear-gradient(-87deg, #447ae4 0%, #12c4ff 100%), linear-gradient(#22b5ec, #22b5ec);
}
.about-4 .swipers {
  margin-top: 0.6rem;
  position: relative;
}
.about-4 .sitem {
  width: 100%;
  position: absolute;
  left: -200vw;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.about-4 .sitem.show {
  position: relative;
  left: 0;
  opacity: 1;
}
.about-4 .swiper {
  position: relative;
}
.about-4 .swiper-container {
  padding: 0.3rem 0;
}
.about-4 .sw {
  width: 3.6rem;
  position: relative;
}
.about-4 .swiper-slide-active .imgs {
  transform: scale(1.125);
}
.about-4 .imgs {
  padding: 0.45rem 0.4rem;
  background-color: #fff;
  border-radius: 0.1rem;
  transform: scale(0.85);
}
.about-4 .img {
  position: relative;
  padding-top: 135.7142857143%;
}
.about-4 .ii {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.about-4 .sbtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  z-index: 30;
  display: inline-flex;
  cursor: pointer;
}
.about-4 .sbtn:hover::before {
  opacity: 1;
}
.about-4 .sbtn:hover .bic {
  filter: brightness(0) invert(1);
}
.about-4 .sbtn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-87deg, #447ae4 0%, #12c4ff 100%), linear-gradient(#fff, #fff);
  border-radius: 50%;
  opacity: 0;
}
.about-4 .sbtn .bic {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 20% auto;
  background-repeat: no-repeat;
}
.about-4 .prev .bic {
  background-image: url(../images/z4.png);
}
.about-4 .next .bic {
  background-image: url(../images/z5.png);
}
.about-4 .name {
  text-align: center;
  margin-top: 0.22rem;
}
@media (min-width: 751px) {
  .about-4 .prev {
    right: calc(100% + 0.5rem);
  }
  .about-4 .next {
    left: calc(100% + 0.5rem);
  }
}
@media (max-width: 750px) {
  .about-4 .imgs {
    padding: 0.2rem;
  }
  .about-4 .ti {
    line-height: 2;
  }
}

.digital-1 {
  padding-top: 0.75rem;
  padding-bottom: 0.9rem;
  overflow: hidden;
}
.digital-1 .intro {
  text-align: center;
  line-height: 1.875;
  color: #666;
  margin-top: 0.2rem;
}
.digital-1 .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.86rem;
}
.digital-1 .le {
  width: 22.2222222222%;
  background-color: #faf5ed;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  padding: 0.2rem 0.7rem;
}
.digital-1 .ri {
  width: 22.2222222222%;
  background-color: #f6f1ff;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
}
.digital-1 .cen {
  width: 29.1666666667%;
}
.digital-1 .yuan {
  position: relative;
  padding-top: 100%;
  border-radius: 50%;
  border: 1px dashed rgba(11, 123, 215, 0.3);
}
.digital-1 .list1 {
  width: 100%;
}
.digital-1 .list1 .li {
  margin: 0.35rem 0;
}
.digital-1 .list1 .dd1 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #ffac2a;
  padding: 0.14rem;
  border-radius: 0.1rem;
}
.digital-1 .list2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.3rem;
}
.digital-1 .list2 .li {
  width: 46.1538461538%;
  margin: 0.2rem 0;
}
.digital-1 .list2 .dd2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #b38dfe;
  padding: 0.14rem;
  border-radius: 0.1rem;
}
.digital-1 .ybox {
  width: 59.5238095238%;
  height: 59.5238095238%;
  padding: 0.38rem;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(-87deg, rgba(11, 123, 215, 0.1) 0%, rgba(21, 166, 227, 0.1) 100%);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.digital-1 .yte {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-87deg, #447ae4 0%, #12c4ff 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 0.1rem;
  text-align: center;
}
.digital-1 .yic {
  width: 0.51rem;
}
.digital-1 .yt1 {
  margin-top: 0.1rem;
}
.digital-1 .yitem {
  display: inline-flex;
  align-items: center;
  text-align: center;
  padding: 0.1rem 0.13rem;
  border-radius: 1rem;
  color: #fff;
  background-color: rgba(11, 123, 215, 0.1);
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
}
.digital-1 .yitem .iic {
  background-image: linear-gradient(-87deg, #447ae4 0%, #12c4ff 100%);
  width: 1em;
  height: 1em;
  display: inline-flex;
  border-radius: 50%;
  flex-shrink: 0;
}
.digital-1 .yitem .ii {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.digital-1 .yitem .ite {
  min-width: 5em;
  color: #0b7bd7;
  font-weight: 600;
}
.digital-1 .op1 {
  animation: ani0 1.2s ease-in-out;
}
.digital-1 .yitem {
  transition: all 0.3s;
}
.digital-1 .yitem:nth-child(1) {
  top: 0;
  left: 68.0952380952%;
}
.digital-1 .yitem:nth-child(2) {
  top: 37.1428571429%;
  left: 91.6666666667%;
  transform: translateY(-50%);
}
.digital-1 .yitem:nth-child(3) {
  top: 63.3333333333%;
  left: 93.8095238095%;
  transform: translateY(-50%);
}
.digital-1 .yitem:nth-child(4) {
  bottom: 0;
  left: 68.0952380952%;
}
.digital-1 .yitem:nth-child(5) {
  bottom: 0;
  right: 68.0952380952%;
  flex-direction: row-reverse;
}
.digital-1 .yitem:nth-child(6) {
  top: 63.3333333333%;
  right: 93.8095238095%;
  transform: translateY(-50%);
  flex-direction: row-reverse;
}
.digital-1 .yitem:nth-child(7) {
  top: 37.1428571429%;
  right: 91.6666666667%;
  transform: translateY(-50%);
  flex-direction: row-reverse;
}
.digital-1 .yitem:nth-child(8) {
  top: 0;
  right: 68.0952380952%;
  flex-direction: row-reverse;
}
.digital-1 .ylist2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.digital-1 .yli2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.1rem 0.13rem;
  border-radius: 1rem;
  color: #fff;
  background-color: rgba(11, 123, 215, 0.1);
  width: 48%;
}
.digital-1 .yli2 .iic {
  background-image: linear-gradient(-87deg, #447ae4 0%, #12c4ff 100%);
  width: 1em;
  height: 1em;
  display: inline-flex;
  border-radius: 50%;
}
.digital-1 .yli2 .ii {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.digital-1 .yli2 .ite {
  min-width: 5em;
  color: #0b7bd7;
  font-weight: 600;
}
@media (max-width: 750px) {
  .digital-1 .le {
    width: 100%;
    order: 2;
    margin-top: 0.3rem;
  }
  .digital-1 .cen {
    width: 50%;
    margin: 0 auto;
    order: 1;
  }
  .digital-1 .ri {
    width: 100%;
    order: 3;
    margin-top: 0.3rem;
  }
  .digital-1 .ybox {
    width: 80%;
    height: 80%;
  }
}

.digital-2 {
  padding-top: 0.8rem;
  padding-bottom: 0.3rem;
  background-color: #eef6fd;
}
.digital-2 .tit {
  text-align: center;
  color: #fff;
}
.digital-2 .tsp {
  display: inline-block;
  border-radius: 1rem;
  line-height: 2.5;
  background-image: linear-gradient(-87deg, #447ae4 0%, #12c4ff 100%), linear-gradient(#000000, #000000);
  padding: 0 0.45rem;
}
.digital-2 .pc .list {
  display: flex;
  position: relative;
  padding-top: 0.37rem;
}
.digital-2 .pc .list::before {
  content: "";
  width: 2px;
  height: 0.37rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  background-color: #ccddec;
}
.digital-2 .pc .li {
  width: 11.1111111111%;
  margin-right: 1.5277777778%;
}
.digital-2 .pc .li:first-child .dd::before {
  display: none;
}
.digital-2 .pc .li:last-child {
  margin-right: 0;
}
.digital-2 .pc .li:last-child .dd::after {
  display: none;
}
.digital-2 .pc .dd {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.digital-2 .pc .dd::before {
  content: "";
  width: 60%;
  height: 2px;
  position: absolute;
  right: 50%;
  top: 0;
  background-color: #ccddec;
}
.digital-2 .pc .dd::after {
  content: "";
  width: 60%;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #ccddec;
}
.digital-2 .pc .top {
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
  position: relative;
}
.digital-2 .pc .te::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  background-color: #ccddec;
}
.digital-2 .pc .tt {
  position: relative;
  background-color: #75bd42;
  color: #fff;
  border-radius: 0.1rem;
  padding: 0.12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.digital-2 .pc .bot {
  padding: 0.2rem 0.1rem;
  background-color: #e0edf8;
  border-radius: 0.1rem;
  text-align: center;
  line-height: 1.8666666667;
  flex-grow: 1;
}
.digital-2 .mob {
  width: 100%;
}
.digital-2 .mob .sw {
  height: auto;
  background-color: #e0edf8;
  border-radius: 0.1rem;
}
.digital-2 .mob .ste1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #75bd42;
  color: #fff;
  border-radius: 0.1rem;
  padding: 0.2rem;
  text-align: center;
}
.digital-2 .mob .ste2 {
  padding: 0.2rem 0.1rem;
  background-color: #e0edf8;
  border-radius: 0.1rem;
  text-align: center;
  line-height: 1.8666666667;
}
@media (min-width: 1281px) {
  .digital-2 .mob {
    position: absolute;
    left: -200vw;
    top: 0;
  }
}
@media (max-width: 1280px) {
  .digital-2 .pc {
    display: none;
  }
  .digital-2 .mob .swiper {
    margin-top: 0.3rem;
  }
}

.digital-3 {
  padding-top: 0.3rem;
  padding-bottom: 0.6rem;
  background-color: #eef6fd;
}
.digital-3 .ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.52rem;
}
.digital-3 .li {
  width: 22.9166666667%;
  margin-right: 2.7777777778%;
  margin-bottom: 0.4rem;
}
.digital-3 .li:nth-child(4n) {
  margin-right: 0;
}
.digital-3 .dd {
  height: 100%;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.4rem 0.6rem 0.54rem;
  text-align: center;
  position: relative;
}
.digital-3 .dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-87deg, #447ae4 0%, #12c4ff 100%), linear-gradient(#fff, #fff);
  border-radius: 0.1rem;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.digital-3 .dd:hover::before {
  opacity: 1;
}
.digital-3 .dd:hover .icon::before {
  filter: brightness(0) invert(1);
}
.digital-3 .dd:hover .ii {
  filter: none;
}
.digital-3 .dd:hover .t1,
.digital-3 .dd:hover .t2 {
  color: #fff;
}
.digital-3 .icon {
  width: 0.72rem;
  height: 0.8rem;
  margin: 0 auto;
  position: relative;
}
.digital-3 .icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/dig3_0.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.digital-3 .ii {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.digital-3 .te {
  margin-top: 0.28rem;
  position: relative;
}
.digital-3 .t1 {
  font-weight: 600;
}
.digital-3 .t2 {
  color: #666;
  line-height: 1.875;
  margin-top: 0.21rem;
}
@media (max-width: 1280px) {
  .digital-3 .ul {
    justify-content: space-between;
  }
  .digital-3 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .digital-3 .dd {
    padding: 0.4rem;
  }
}
@media (max-width: 750px) {
  .digital-3 .li {
    width: 100%;
  }
  .digital-3 .dd {
    padding: 0.2rem;
  }
}

.digital-4 {
  padding-top: 0.8rem;
  padding-bottom: 1.25rem;
}
.digital-4 .li {
  margin-bottom: 0.8rem;
}
.digital-4 .li:last-child {
  margin-bottom: 0;
}
.digital-4 .li:nth-child(2n-1) .dd {
  flex-direction: row-reverse;
}
.digital-4 .dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.6rem;
  padding-top: 0.5rem;
  background-color: #eef6fd;
  border-radius: 0.1rem;
}
.digital-4 .dd:hover .img img {
  transform: scale(1.05);
}
.digital-4 .imgs {
  width: 50%;
}
.digital-4 .img {
  position: relative;
  padding-top: 56.0606060606%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.digital-4 .text {
  width: 42.4242424242%;
  display: flex;
  align-items: center;
}
.digital-4 .tbox {
  width: 100%;
  text-align: center;
  font-size: 0;
}
.digital-4 .d1 {
  display: inline-flex;
}
.digital-4 .d1 img {
  height: 2em;
}
.digital-4 .d2 {
  margin-top: 0.45rem;
}
.digital-4 .d3 {
  line-height: 1.875;
  margin-top: 0.18rem;
  color: #666;
}
@media (max-width: 750px) {
  .digital-4 .dd {
    padding: 0.3rem;
  }
  .digital-4 .imgs {
    width: 100%;
  }
  .digital-4 .text {
    width: 100%;
    margin-top: 0.2rem;
  }
}