@charset "utf-8";
/* ====内样======= */
.CommonBanner .content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}
.CommonBanner .contain .text {
  width: 400px;
}
.CommonBanner .btn a {
  color: #fff;
  margin-right: 15px;
}
.CommonBanner .btn a:last-child {
  margin-right: 0px;
}
.CommonBanner-lun > video {
  height: 600px;
  width: 100%;
}
.CommonBanner-lun > img {
  height: 600px;
  width: 100%;
}
.abo_sertx-title{display: flex;align-items: center;flex-direction: column;}
.abo_sertx-text{width: 725px;text-align: center;}
.abo_sertx-list a{background-color: #fff;display: flex;justify-content: center;align-items: center;height: 70px;position: relative;transition: all .4s ease;}
.abo_sertx{background: url(../images/pages/abo_sertx_bg.jpg)center no-repeat;background-size: cover;}
.abo_sertx-list.lty1 a{width: calc(100%/1);}
.abo_sertx-list.lty2 a{width: calc(100%/2);}
.abo_sertx-list.lty3 a{width: calc(100%/3);}
.abo_sertx-list.lty4 a{width: calc(100%/4);}
.abo_sertx-list.lty5 a{width: calc(100%/5);}
.abo_sertx-list a::before{content: "";position: absolute;bottom: -10px;left: 50%;transform: translateX(-50%);border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid #3059DA;width: 0;height: 0;opacity: 0;transition: all .4s ease;}
.abo_sertx-list a.active::before{opacity: 1;}
.abo_sertx-list a.active{background-color: #3059DA;color: #fff;}
.abo_sertx-list a.active:hover{background-color: #3059DA;color: #fff;}
.abo_sertx-list a:hover{background-color: rgba(48, 89, 218, 8%);}
.abo_sertx-list2 .list{display: none;}
.abo_sertx-list2 .list.active{display: block;animation: aboSertx .4s ease;}
.abo_sertx-list2 .list ul{margin-right: -30px;}
.abo_sertx-list2 .list li{width: calc(100%/3 - 30px);margin-right: 30px;position: relative;}
.abo_sertx-list2 .list li .show{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;padding: 32px 60px 32px 32px;}
@keyframes aboSertx {0%{opacity: 0;}100%{opacity: 1;}}
/* 新闻中心 */
.news {
  background: #F1F3F8FF;
}
.news .contain {
  align-items: flex-start;
}
.news-con {
  width: 100%;
  margin-right: 0px;
}
.newsShow {
  transition: all .4s ease;
}
.newsShow-img {
  width: 50%;
  overflow: hidden;
}
.newsShow-img img {
  width: 100%;
  height: 100%;
  transition: all .4s ease;
}
.newsShow-con {
  width: 50%;
  background: #fff;
  padding: 50px 45px 40px 40px;
}
.newsShow-date {
  align-items: flex-end;
}
.newsShow-date .day {
  line-height: 0.8;
  margin-right: 5px;
}
.newsShow:hover .newsShow-img img {
  transform: scale(1.08);
}
.newsShow-title {
  transition: all .4s ease;
}
.newsShow:hover .newsShow-title {
  color: #3059D8;
}
.newsShow:hover {
  box-shadow: 0px 2px 30px 0px rgba(48, 89, 218, 0.1);
}
.newsList-img {
  width: 30%;
  overflow: hidden;
}
.newsList-img img {
  width: 100%;
  height: 100%;
  transition: all .4s ease;
}
.newsList-con {
  flex: 1;
  background: #fff;
}
.newsList-date {
  width: 114px;
  flex-direction: column;
}
.newsList-date .day {
  transition: all .4s ease;
}
.newsList-text {
  padding-right: 35px;
  flex: 1;
  padding-left: 30px;
  position: relative;
  border-left: 1px solid #e2e2e2;
}
.newsList-text .title {
  transition: all .4s ease;
}
.newsList-text::after {
  content: "";
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .6s ease;
  width: 1px;
  height: 0;
  background: #4880D4;
}
.newsList-slide:hover .newsList-text .title, .newsList-slide:hover .newsList-date .day {
  color: #4880D4;
}
.newsList-slide:hover .newsList-text::after {
  height: 100%;
}
.swpBtn {
  position: relative;
  z-index: 2;
}
.swpBtn-pages .swiper-pagination {
  position: inherit;
  color: #979797FF;
  font-size: 20px;
  text-align: left;
  display: flex;
  align-items: flex-start;
}
.swpBtn-pages .swiper-pagination span {
  color: #333;
  font-weight: 500;
  font-family: "M";
}
.swpBtn-pages .swiper-pagination span:nth-child(1) {
  font-size: 40px;
  color: #4880D4;
  line-height: 1;
}
.swpBtn-pages .swiper-pagination .line {
  margin: 0px 6px 0 4px;
}
.swpBtn-next {
  position: absolute;
  right: 0px;
  top: 0px;
}
.swpBtn-next > div {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  cursor: pointer;
  position: relative;
  clip-path: polygon(0 0, calc(100% - 7px) 0%, 100% 7px, 100% 100%, 7px 100%, 0% calc(100% - 7px));
  transition: all .4s ease;
}
.swpBtn-next > div:first-child {
  margin-left: 0;
}
.swpBtn-next > div i {
  width: 14px;
  height: 14px;
  position: relative;
  z-index: 4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  transition: all .4s ease;
}
.swpBtn-next > div.prev i {
  background-image: url('../fonts/smarrl.svg');
}
.swpBtn-next > div.next i {
  background-image: url('../fonts/smarrr.svg');
}
.swpBtn-next > div::before, .swpBtn-next > div::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.swpBtn-next > div::before {
  height: 100%;
  background: url('../fonts/smkk.svg');
  transition: all .4s ease;
}
.swpBtn-next > div::after {
  height: 0;
  opacity: 0;
  background: #4880D4;
  transition: height .4s ease, opacity .1s ease .4s;
}
.swpBtn-next > div.prev:hover i {
  background-image: url('../fonts/smarrlh.svg');
}
.swpBtn-next > div.next:hover i {
  background-image: url('../fonts/smarrrh.svg');
}
.swpBtn-next > div:hover::before {
  background-image: url('../fonts/smkkh.svg');
}
.swpBtn-next > div:hover::after {
  opacity: 1;
  height: 100%;
  transition: height .4s ease .1s, opacity .1s ease;
}
.newsSite {
  width: 27%;
}
.newsSite > div {
  background: #fff;
  padding: 25px 40px 30px;
}
.newsSite-order-link {
  align-items: center;
}
.newsSite-order-link .text {
  flex: 1;
  padding-left: 12px;
  transition: all .4s ease;
}
.newsSite-order-link .num {
  color: #8c94a3;
  font-style: italic;
}
.newsSite-order-link:nth-child(-n+3) .num {
  font-size: 24px;
  color: #4880D4;
}
.newsSite-order-link:hover .text {
  color: #4880D4;
}
.newsSite-label-list {
  margin-left: -8px;
}
.newsSite-label-link {
  margin-left: 8px;
  width: calc((100% - 8px * 3)/3);
}
.newsSite-label-link {
  margin-left: 8px;
  width: calc((100% - 8px * 3)/3);
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, calc(100% - 7px) 0%, 100% 7px, 100% 100%, 7px 100%, 0% calc(100% - 7px));
  transition: all .4s ease;
  overflow: hidden;
  position: relative;
}
.newsSite-label-link::before, .newsSite-label-link::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
.newsSite-label-link::before {
  height: 100%;
 
  transition: all .4s ease;
}
.newsSite-label-link::after {
  height: 0;
  opacity: 0;
  background: #4880D4;
  transition: height .4s ease, opacity .1s ease .4s;
}
.newsSite-label-link span {
  position: relative;
  z-index: 3;
}
.newsSite-label-link:hover {
  color: #fff;
}

.newsSite-label-link:hover::after {
  opacity: 1;
  height: 100%;
  transition: height .4s ease .1s, opacity .1s ease;
}
.newsSite-label-link.white {
  color: #fff;
}

.newsSite-label-link.white::after {
  background: #fff;
}
.newsSite-label-link.white:hover {
  color: #4880D4;
}
.newsSite-rec-link {
  border-top: 1px solid #eaeaea;
  transition: all .4s ease;
}
.newsSite-rec-link:first-child {
  border-top: unset;
}
.newsSite-rec-link:hover {
  color: #4880D4;
}
/* 新闻详情 */
.newsDet .news-con {
  background: #fff;
  padding: 50px;
}
.newsDet-text {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
.newsDet-date span:nth-child(2) {
  display: inline-block;
  margin-left: 20px;
}
.newsDet-share {
  position: relative;
  transition: all .4s ease;
}
.newsDet-share:hover {
  color: #3059D8;
}


.newsDet-file p {
  line-height: inherit;
}
.newsDet-file img {
  display: block;
  margin: 0px auto;
}
.newsDet-file h1, .newsDet-file h2, .newsDet-file h3, .newsDet-file h4, .newsDet-file h5, .newsDet-file h6 {
  font-weight: 700;
  color: #333;
  font-size: 20px;
}
.newsDet-label {
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
}
.newsDet-label .newsSite-label-link {
  width: 96px;
  height: 36px;
  margin: 0 10px 0 0;
}
.newsDet-page {
  justify-content: space-between;
  align-items: center;
}
.newsDet-page .page {
  align-items: center;
  transition: all .4s ease;
}

.newsDet-page .page:hover {
  color: #4880D4;
}
.newsDet-page .newsSite-label-link {
  width: 120px;
  height: 40px;
  margin: 0px;
}
@media all and (min-width:640px) {
  .bak_bla .proxqcp-svp .indcp-more-box:hover {
    background: #181C25;
  }
}
.bak_bla.proxqcp .indMask {
  display: none;
}
.proxqcp-svp .pages {
  height: 3px;
}
.proxqcp-svp .pages .swiper-pagination {
  position: static;
  margin-top: -12px;
}
.applyTable.lty {
  padding: 60px 60px 80px;
}
.abo_apjm-svp > .indrh-head-btn > div {
  display: none;
}
.indcp-more-box .btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  width: 100%;
  display: none;
}
/* ------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
  /* 1600 × (900) */
  .abo_apaq-list1 li .show {
    padding: 70px 35px;
  }
  .abo_apaq-list1 li:nth-child(2) .show {
    padding: 0px 10px;
  }
  .abo_apaq-list2 li .show {
    padding: 70px 35px;
  }
  .abo_apaq-list1 {
    margin-right: -65px;
  }
  /* .abo_apjm-svp .swiper-container {padding: 0px 1200px 0px 0px;} */
  .abo_apjm-lun.lt {
    padding: 15px 0px 0px 130px;
  }
}
@media all and (max-width:1599px) {}
@media all and (max-width:1590px) {
  /* 1440 × (700)  */
  .abo_joinfl-list li img {
    height: 300px;
  }
  .abo_joinzw-list1 {
    padding: 0px 330px;
  }
  .indMask {
    width: calc((100% - 1200px)/2);
  }
  .indMask i {
    width: 200px;
    height: 200px;
  }
  .alxqtz-lun {
    margin-right: -70px;
  }
  .alxqtz-lun li {
    width: calc(100%/2 - 70px);
    margin-right: 70px;
    margin-bottom: 55px;
  }
  /* .abo_apjm-svp .swiper-container {padding: 0px 1040px 0px 0px;} */
  .abo_apjm-svp > .indrh-head-btn > div {
    right: 4%;
  }
  .abo_apaq-list1 {
    padding: 0px 260px;
  }
  .abo_apaq-list2 {
    padding: 0px 90px;
  }
  .prolb-li_btn > div {
    margin: 8px 8px 0 0;
  }
  /* .prolb-li2 {padding-right: 220px;} */
  .newsShow-con {
    padding: 35px 30px 30px 30px;
  }
  .newsList-date {
    width: 100px;
  }
  .newsList-text {
    padding: 0 25px;
  }
  .newsSite > div {
    padding: 20px 30px 25px;
  }
  .newsDet .news-con {
    padding: 35px;
  }
  .caseSwp-img img {
    height: 200px;
  }
  .caseSwp-list {
    margin-left: -30px;
  }
  .caseSwp-list::after {
    width: calc((100% - 30px * 3)/3);
  }
  .caseSwp-item {
    margin: 30px 0 0 30px;
    width: calc((100% - 30px *3)/3);
  }
  .caseSwp-con {
    padding: 25px 30px 30px 25px;
  }
  .caseShow-con {
    padding: 45px;
  }
  .applyTable {
    padding: 45px 45px 40px;
  }
  .fileCon-backTop {
    right: 310px;
  }
  .down-con {
    padding: 30px;
    padding-bottom: 40px;
  }
  .downList-item {
    padding: 0 20px;
  }
  .abowm_Yuam-name .list-muen {
    width: 270px;
  }
  .abowm_Yuam-name .list-muen:nth-child(1) {
    top: -30px;
    right: 150px;
  }
  .abowm_Yuam-name .list-muen:nth-child(2) {
    bottom: -30px;
    right: 150px;
  }
  .abowm_Yuam-name .list-muen:nth-child(3) {
    bottom: -30px;
    left: 140px;
  }
  .abowm_Yuam-name .list-muen:nth-child(4) {
    top: -30px;
    left: 140px;
  }
  .abory-svp-cont {
    padding-left: 90px;
    padding-right: 96px;
  }
  .hzgx .abo_appt-list {
    margin-right: -25px;
  }
  .hzgx .abo_appt-list li {
    width: calc(100%/3 - 25px);
    margin-right: 25px;
  }
  .hzzc-bg_lt-nuam .list-muen:nth-child(1) {
    top: -115px;
    left: 545px;
  }
  .hzzc-bg_lt-nuam .list-muen:nth-child(2) {
    top: 60px;
    left: 850px;
  }
  .hzzc-bg_lt-nuam .list-muen:nth-child(3) {
    top: 304px;
    left: 850px;
  }
  .hzzc-bg_lt-nuam .list-muen:nth-child(4) {
    top: 500px;
    left: 545px;
  }
  .hzzc-bg_lt-nuam .list-muen:nth-child(6) {
    top: 60px;
    left: 100px;
  }
  .hzzc-bg_lt-nuam .list-muen:nth-child(5) {
    top: 304px;
    left: 100px;
  }
  .CommonFanTop_cont {
    padding: 0px 110px;
  }
  .CommonBanner .contain .text {
    width: 300px;
  }
  .proxqcp-svp .indcp-cont .text {
    width: 240px;
  }
  .prolb-list .list-muen {
    margin-bottom: 10px;
  }
  /* .jjfags-list ul.lty4{margin-right: -30px;}
    .jjfags-list ul.lty4 li {width: calc(100%/4 - 30px);margin-right: 30px;margin-bottom: 20px;}
    .jjfags-list ul.lty3{margin-right: -20px;}
    .jjfags-list ul.lty3 li {width: calc(100%/3 - 20px);margin-right: 20px;margin-bottom: 20px;}
    .jjfags-list ul.lty2{margin-right: -10px;}
    .jjfags-list ul.lty2 li {width: calc(100%/2 - 10px);margin-right: 10px;margin-bottom: 20px;} */
  .CommonFanTop_cont a {
    margin: 0px 90px;
  }
  .jjfatd {
    padding-bottom: 64px;
  }
  .abory-list {
    padding-right: 32px;
  }
  /*  */
  .abo_apaq-list1 li .show .text br {
    display: none;
  }
  .abo_apaq-list2 li .show .text br {
    display: none;
  }
  .abo_apaq-list1 li .show {
    padding: 85px 35px;
  }
  .abo_apaq-list2 li .show {
    padding: 85px 35px;
  }
  .devel-list_fangan .list-muen .title {
    width: 100%;
  }
  .devel-list_fangan .list-muen .text {
    width: 100%;
  }
  .apply-copyright {
    bottom: 20px;
  }
  .abo_apjm-lun .show {
    padding-top: 80px;
  }
  .abogg-svp {
    height: 600px;
  }
  .apply {
    height: calc(100vh + 90px);
  }
}
@media all and (max-width:1430px) {
  /* 1360 */
}
@media all and (max-width:1350px) {
  /* 1280 */
  .abo_apaq-list1 {
    padding: 0px 225px;
  }
  .abo_apaq-list2 {
    padding: 0px 63px;
  }
  /* .abo_apjm-svp .swiper-container {padding: 0px 950px 0px 0px;} */
  .abo_apjm-svp > .indrh-head-btn > div {
    right: 8%;
  }
  .abo_apxl-list .list-meun .show .img {
    height: 200px;
  }
  .abo_apjm-lun .show {
    height: 100%;
    display: flex;
    align-items: center;
    top: 0px;
    flex-direction: column;
  }
  .CommonFanTop_cont a {
    margin: 0px 70px;
  }
}
@media all and (max-width:1270px) {
  /* 1152 × (700) */
  .abo_sertx-list2 .list li img {
    height: 310px;
  }
  .abo_joinfl-list li img {
    height: 230px;
  }
  .abo_joinzw-list1 {
    padding: 0px 215px;
  }
  .abo_joinzw-lun .list-muen {
    padding: 25px;
  }
  .devel-list_fangan .list-muen {
    width: calc(100%/2 - 15px);
  }
  .indMask {
    width: calc((100% - 960px)/2);
  }
  .alxqbt-content {
    padding: 30px;
  }
  .hylb-list {
    margin-bottom: -15px;
    margin-right: -15px;
  }
  .hylb-list .list-muen {
    width: calc(100%/3 - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .proxqcp-svp .indrh-head-btn {
    display: none;
  }
  .proxqcp-svp .indcp-more-box {
    padding: 30px 15px;
  }
  .proxqgn-lun .list-muen {
    width: calc(100%/3 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    height: auto;
  }
  .proxqgn-svp .indrh-head-btn {
    display: none;
  }
  .proxqgs-cont .cont-l {
    width: 100%;
    padding-top: 0px;
  }
  .proxqgs-cont .cont-r {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .proxqgs-cont {
    flex-direction: column-reverse;
  }
  .abo_apaq-list1 {
    padding: 0px 170px;
  }
  .abo_apaq-list2 {
    padding: 0px 19px;
  }
  /* .abo_apjm-svp .swiper-container {padding: 0px 705px 0px 0px;} */
  .abo_apjm-svp > .indrh-head-btn > div {
    right: 12%;
  }
  .prolb-li li {
    width: calc(100%/2 - 20px);
  }
  .prolb-li_btn > div {
    margin: 10px 8px 0 0;
  }
  /* .prolb-li2 {padding-right: 130px;} */
  .newszx-list .list-muen {
    padding: 20px;
  }
  #map {
    height: 560px;
  }
  .caseSwp-con {
    padding: 20px;
  }
  .caseShow-con {
    padding: 35px;
  }
  .fileSite {
    width: 250px;
  }
  .fileSite-menu {
    padding-left: 25px;
  }
  .fileSite-drop-title {
    padding-left: 30px;
  }
  .fileSite-drop-link {
    padding-left: 60px;
  }
  .fileCon {
    margin-left: 20px;
    width: calc(100% - 270px);
  }
  .fileCon-catalogue {
    width: 180px;
  }
  /* .fileCon-details{width: calc(100% - 180px);padding: 20px;} */
  .fileCon-details {
    padding: 20px;
  }
  .fileCon-backTop {
    right: 276px;
  }
  .down-con {
    margin-left: 20px;
    width: calc(100% - 270px);
  }
  .abowm_Yuam_bg {
    display: none;
  }
  .abowm_Yuam-name .list-muen:nth-child(1) {
    top: -30px;
    right: 0px;
  }
  .abowm_Yuam-name .list-muen:nth-child(2) {
    bottom: -30px;
    right: 0px;
  }
  .abowm_Yuam-name .list-muen:nth-child(3) {
    bottom: -30px;
    left: 0px;
  }
  .abowm_Yuam-name .list-muen:nth-child(4) {
    top: -30px;
    left: 0px;
  }
  .hzgx .abo_appt-list {
    margin-bottom: -25px;
  }
  .hzgx .abo_appt-list li {
    width: calc(100%/2 - 25px);
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .hzzc-bg_lt-nuam .list-muen:nth-child(1) {
    top: -115px;
    left: 400px;
  }
  .hzzc-bg_lt-nuam .list-muen:nth-child(4) {
    top: 500px;
    left: 400px;
  }
  .hzzc-bg_lt-nuam .list-muen:nth-child(2) {
    top: 60px;
    left: 710px;
  }
  .hzzc-bg_lt-nuam .list-muen:nth-child(3) {
    top: 304px;
    left: 710px;
  }
  .hzzc-bg_lt-nuam .list-muen:nth-child(6) {
    top: 60px;
    left: 0px;
  }
  .hzzc-bg_lt-nuam .list-muen:nth-child(5) {
    top: 304px;
    left: 0px;
  }
  .CommonFanTop_cont a {
    margin: 0px 50px;
  }
  .abo_apjm-lun.lt {
    padding: 15px 0px 0px 80px;
  }
  .abo_apjm-lun .show {
    padding: 0px 25px;
    padding-top: 30px;
  }
}
@media all and (max-width:1140px) {
  /* 1024 */
  .indMask {
    display: none !important;
  }
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
  /* 平板设备 720 适配 */
  .CommonBanner-lun > img {
    height: 500px;
    width: 100%;
  }
  .CommonBanner-lun > video {
    height: 500px;
    width: 100%;
  }
  .CommonBanner .contain .text {
    width: 100%;
    text-align: center;
  }
  .CommonBanner .contain {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .abo_sertx-text {
    width: 100%;
  }
  .abo_sertx-list2 .list ul {
    margin-right: -15px;
  }
  .abo_sertx-list2 .list li {
    width: calc(100%/3 - 15px);
    margin-right: 15px;
  }
  .abo_joinzw-list1 {
    padding: 0px 135px;
  }
  .abo_joinzw-Title {
    padding: 25px 0px 25px 0px;
  }
  .abo_joinfl-list li {
    width: calc(100%/2) !important;
  }
  .devel-list .list-muen {
    width: calc(100%/1 - 20px);
  }
  /* .devel-list_fangan .list-muen .img {width: 100%;}
    .devel-list_fangan .list-muen .cont{width: 100%;padding: 15px;} */
  /* .devel-list_fangan .list-muen .img img {height: 420px;} */
  /* .ComXuan{display: none;} */
  .alxqtz-lun {
    margin-bottom: -25px;
    margin-right: -20px;
  }
  .alxqtz-lun li {
    width: calc(100%/2 - 20px);
    margin-right: 20px;
    margin-bottom: 25px;
  }
  .alxqtz-lun li .img {
    width: 100%;
  }
  .alxqtz-lun li .cont > div {
    text-align: center;
  }
  .alxqtz-lun li .cont {
    margin-top: 15px;
  }
  .alxqfa-cont .cont-l {
    width: 100%;
  }
  .alxqfa-cont .cont-r {
    width: 100%;
    padding-left: 0px;
    margin-top: 15px;
  }
  .alxqfa-cont .cont-r li {
    margin-bottom: 10px;
  }
  .alxqjz-list {
    margin-right: -20px;
    margin-bottom: -20px;
  }
  .alxqjz-list .list-muen {
    width: calc(100%/3 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .alxqjz-list .list-muen .img {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .alxqjz-list .list-muen > div {
    text-align: center;
  }
  .alxqal-list {
    margin-right: -20px;
    margin-bottom: -20px;
  }
  .alxqal-list .list-muen {
    width: calc(100%/2 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .alxqtz-lun li {
    display: flex;
    justify-content: center;
  }
  .hylb-list .list-muen {
    width: calc(100%/2 - 15px);
  }
  /* .proxqgs-cont .cont-r img{height: 200px;} */
  .proxqgn-lun {
    margin-right: -15px;
    margin-bottom: -15px;
  }
  .proxqgn-lun .list-muen {
    width: calc(100%/2 - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .proxqtd-list {
    margin-right: -20px;
    margin-bottom: -20px;
  }
  .proxqtd-list .list-muen {
    width: calc(100%/2 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .CommonFanTop {
    transform: translateY(0px);
  }
  .CommonFanTop_cont {
    padding: 0px 40px;
  }
  .proxqgn-svp .pages {
    opacity: 1;
  }
  .abo_appt-list li {
    width: calc(100%/1);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .abo_apaq-list1 {
    padding: 0px;
  }
  .abo_apxl-list .list-meun .show .img {
    height: 100px;
  }
  /* .abo_apjm-svp .swiper-container {padding: 0px 449px 0px 0px;} */
  .abo_apjm-svp > .indrh-head-btn > div {
    right: 7%;
  }
  .abo_apaq_list {
    display: none;
  }
  .abo_apaq .aboCommonTitle {
    display: block;
  }
  .abo_apaq-list1 li {
    width: 100%;
    margin-right: 0px;
  }
  .abo_apaq-list1 {
    margin-right: 0px;
  }
  .abo_apaq-list1 li .show {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
  }
  .abo_apaq-svp {
    display: block;
  }
  .abo_apaq-svp .pages {
    display: flex;
    justify-content: center;
  }
  .prolb-cont .cont-r {
    width: 100%;
  }
  .prolb-ul .list-muen {
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
  .prolb-cont .cont-l {
    width: 100%;
    padding-right: 0px;
    position: fixed;
    top: 0px;
    left: -70vw;
    width: 70vw;
    background-color: #fff;
    z-index: 999999999;
    height: 100%;
    padding: 75px 15px 15px 15px;
    transition: all .6s ease;
  }
  .prolb-cont_btn-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .4);
    top: 0px;
    left: 0px;
    z-index: -999999998;
    opacity: 0;
  }
  .prolb-cont .cont-l .close {
    position: absolute;
    right: 20px;
    top: 75px;
    display: block;
    z-index: 3;
  }
  .prolb-cont .cont-l .close i {
    color: #000;
    font-size: 20px;
  }
  .prolb-list .list-muen {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .prolb-cont {
    position: relative;
  }
  .prolb-cont_btn {
    display: flex;
    width: 100%;
    height: 45px;
    background-color: #fff;
    box-shadow: 0px 2px 20px 0px rgba(48, 89, 218, 0.1);
    margin-bottom: 20px;
    position: sticky;
    top: 60px;
    z-index: 999999997;
  }
  .prolb-cont_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .newszx-list {
    margin-right: -15px;
    margin-bottom: -15px;
  }
  .newszx-list .list-muen {
    width: calc(100%/2 - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .newsgs-svp .indrh-head-btn {
    display: none;
  }
  .newsgs-svp .pages {
    opacity: 1;
  }
  .abojs-cont {
    flex-direction: column-reverse;
  }
  .abojs-cont .cont-l {
    width: 100%;
  }
  .abojs-cont .cont-r {
    width: 100%;
  }
  .abowm_Yuam-name .list-muen {
    width: 240px;
  }
  .abogg-cont .cont-l {
    width: 100%;
    padding-right: 0px;
  }
  .abogg-cont .cont-r {
    width: 100%;
    display: none;
  }
  .abogg-svp {
    height: 400px;
  }
  .abory-svp-cont {
    padding-left: 55px;
    padding-right: 58px;
  }
  .abo_joinfl .aboCommonTitle > div {
    text-align: center;
  }
  .abo_joinfl-list {
    padding: 4%;
    margin-right: -12px;
    margin-bottom: -12px;
  }
  .abo_joinfl-list li {
    width: calc(100%/2 - 12px) !important;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .abo_joinfl-list li .show .text {
    display: none;
  }
  .abo_joinfl-list li .show {
    padding: 20px 30px;
    display: flex;
    justify-content: end;
  }
  .abo_joinfl-list li img {
    height: 200px;
  }
  .abo_apxl-list .list-meun .show .img {
    display: none;
  }
  .abo_apxl-list .list-meun .show {
    background-color: rgba(48, 89, 218, .8);
  }
  .abo_apxl-list .list-meun:hover .show {
    background-color: rgba(48, 89, 218, .5);
  }
  .abo_apxl-list {
    padding: 0 4%;
    display: flex;
    margin-right: -15px;
    margin-bottom: -15px;
  }
  .abo_apxl-list li {
    height: 230px;
    width: calc(100%/3 - 15px) !important;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .abo_apxl-list li > img {
    width: 100%;
    height: 100%;
  }
  .hzzc-bg_lt-nuam .list-muen {
    width: 200px;
  }
  .hzzc-bg_lt-nuam .list-muen:nth-child(1) {
    top: -140px;
    left: 270px;
  }
  .hzzc-bg_lt-nuam .list-muen:nth-child(4) {
    top: 500px;
    left: 270px;
  }
  .hzzc-bg_lt-nuam .list-muen:nth-child(2) {
    top: -18px;
    left: 534px;
  }
  .hzzc-bg_lt-nuam .list-muen:nth-child(3) {
    top: 377px;
    left: 534px;
  }
  .hzzc-bg_lt-nuam .list-muen:nth-child(6) {
    top: -30px;
    left: -23px;
  }
  .hzzc-bg_lt-nuam .list-muen:nth-child(5) {
    top: 390px;
    left: -23px;
  }
  .CommonFanTop_cont {
    padding: 0px 15px;
  }
  .jjfatd-list {
    margin-right: -15px;
    margin-bottom: -15px;
  }
  .jjfatd-list .list-muen {
    width: calc(100%/3 - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .jjfags-cont .cont-l {
    width: 100%;
  }
  .jjfags-cont .cont-r {
    width: 100%;
    padding: 15px;
  }
  .CommonFanTop.top {
    top: 60px;
  }
  .devel-list_fangan .list-muen .cont {
    padding: 0px;
    padding-left: 15px;
  }
  .prolb-cont .cont-l ul {
    top: 75px;
  }
}
@media all and (max-width:640px) {
  /* 移动终端以上 360 适配 */
  .CommonBanner-lun > img {
    height: 300px;
    width: 100%;
  }
  .CommonBanner-lun > video {
    display: none;
  }
  .abo_sertx-list {
    overflow-x: auto;
  }
  .abo_sertx-list > div {
    width: 800px;
  }
  .abo_sertx-list2 .list li {
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc(100% - 15px);
  }
  .abo_sertx-list2 .list ul {
    margin-bottom: -10px;
  }
  .abo_sertx-list2 .list li {
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc(100% - 15px);
  }
  .abo_sertx-list a {
    margin-bottom: 10px;
  }
  .abo_joinzw-list1 {
    padding: 0px;
  }
  .abo_joinzw-lun .list-muen {
    padding: 10px;
  }
  .abo_joinzw-lun .list-muen .show .show_dian {
    display: none;
  }
  .abo_joinzw-lun .list-muen .hide h3 {
    font-size: 16px;
  }
  .abo_joinzw-lun .list-muen .hide p {
    line-height: 20px;
  }
  .abo_joinfl-list li {
    width: calc(100%/1) !important;
  }
  .abo_joinfl-list li .show {
    padding: 0px 15px;
  }
  .devel-svp .swiper-pagination span:nth-child(1) {
    font-size: 30px;
  }
  .devel-svp .swiper-pagination span {
    font-size: 16px;
  }
  .devel-btn .indrh-head-btn {
    top: -10px;
  }
  /* .devel-list .list-muen .img {width: 100%;} */
  /* .devel-list .list-muen .cont {width: 100%;padding:15px;} */
  .devel-list_fangan .list-muen {
    width: calc(100%/1 - 15px);
  }
  /* .devel-list_fangan .list-muen .img img {height: 225px;object-fit: contain;} */
  /* .devel-list_fangan .list-muen{padding: 0px;padding-top: 15px;} */
  .alxq .CommonBanner .swiper-pagination {
    bottom: 30px;
  }
  .alxqbt-content {
    margin-top: 0px;
  }
  .alxqbt {
    padding-bottom: 0px;
  }
  .alxqbt-content .text {
    font-size: 14px;
    line-height: 22px;
  }
  .alxqbt-content .text span {
    font-size: 18px;
  }
  .alxqtz-lun {
    margin-right: -15px;
    margin-bottom: -15px;
  }
  .alxqtz-lun li {
    width: calc(100%/2 - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .alxqjz-list .list-muen {
    width: calc(100%/2 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .alxqal-list {
    margin-right: -15px;
    margin-bottom: -15px;
  }
  .alxqal-list .list-muen {
    width: calc(100%/1 - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .alxqal-list .list-muen .cont {
    padding: 15px;
  }
  .hylb-list .list-muen {
    width: calc(100%/1 - 15px);
  }
  .hylb-list .list-muen .show {
    padding: 0px 15px;
  }
  .hylb-list .list-muen .btn {
    padding: 0px 15px;
  }
  .proxqgn-lun .list-muen {
    width: calc(100%/1 - 15px);
  }
  .proxqtd-list .list-muen {
    width: calc(100%/1 - 20px);
  }
  .proxqtd-list .list-muen .img {
    display: flex;
    width: 100%;
  }
  .proxqtd-list .list-muen .cont {
    width: 100%;
    padding-left: 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0px 25px;
  }
  .proxqtd-list .list-muen .cont > div {
    text-align: center;
  }
  .CommonFanTop {
    overflow: auto;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }
  .CommonFanTop .contain {
    width: 1000px;
  }
  .abo_apxl-list {
    margin-bottom: -15px;
  }
  .abo_apxl-list .list-meun {
    width: calc(100%/1);
    margin-bottom: 15px;
  }
  .abo_apxl-list .list-meun .show .img {
    height: 160px;
  }
  /* .abo_apjm-svp .swiper-container {padding: 0px 4%;} */
  .abo_apjm-lun.lt {
    padding: 0px;
  }
  .abo_apjm-lun.lt .title {
    text-align: center;
  }
  .abo_appt-list {
    margin-right: 0px;
    margin-bottom: -15px;
  }
  .abo_apjm .aboCommonTitle {
    display: block;
  }
  .abo_apjm-svp {
    padding: 0px 4%;
  }
  .abo_apjm-svp .swiper-slide:nth-child(1) {
    display: none;
  }
  .abo_apjm-svp .pages {
    display: flex;
    justify-content: center;
    opacity: 1;
  }
  .abo_apjm-svp > .indrh-head-btn > div {
    display: none;
  }
  .prolb-ul .list-muen {
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .prolb-li li {
    width: calc(100%/1 - 20px);
  }
  .prolb-li_btn > div {
    margin: 7px 8px 0 0;
  }
  .prolb-li2 {
    padding-right: 0px;
  }
  .prolb-li2 li {
    width: calc(100%/3 - 10px);
  }
  .newszx-list .list-muen {
    width: calc(100%/1 - 15px);
  }
  #map {
    height: 460px;
  }
  .newsdz-content {
    padding: 30px;
  }
  /* .newsdz-content .close{display: none;} */
  .newsdz-cont .contain {
    margin-bottom: 0%;
  }
  .news-con {
    width: 100%;
    margin-right: 0;
  }
  .newsShow-img {
    width: 100%;
  }
  .newsShow-con {
    width: 100%;
    padding: 30px 15px;
  }
  .newsList-img {
    width: 100%;
  }
  .newsList-con {
    flex: unset;
    width: 100%;
  }
  .newsList-date {
    margin: 0 auto;
  }
  .newsList-text {
    flex: unset;
    padding: 0 15px;
    margin-top: 10px;
    width: 100%;
  }
  .newsList-date .day {
    font-size: 22px;
  }
  .newsList-date .year {
    font-size: 18px;
  }
  .newsSite {
    width: 100%;
    margin-top: 30px;
  }
  .swpBtn-pages .swiper-pagination span:nth-child(1) {
    font-size: 26px;
  }
  .swpBtn-pages .swiper-pagination .line {
    font-size: 13px;
  }
  .swpBtn-pages .swiper-pagination span {
    font-size: 13px;
  }
  .swpBtn-next > div {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
  .swpBtn-next > div::before {
    background-size: 30px 30px;
    background-repeat: no-repeat;
  }
  .swpBtn-next > div.prev i, .swpBtn-next > div.next i {
    width: 12px;
    height: 12px;
  }
  .newsSite > div {
    padding: 25px 15px;
  }
  .newsSite-order-link:nth-child(-n+3) .num {
    font-size: 20px;
  }
  .newsDet .news-con {
    padding: 30px 15px;
  }
  .newsDet-share::after {
    left: -20px;
    width: 14px;
    height: 17px;
  }
  .newsDet-label .newsSite-label-link {
    width: 80px;
    height: 34px;
  }
  .newsDet-page .newsDet-prev::before {
    margin: 1px 5px 0 0;
    font-size: 13px;
  }
  .newsDet-page .newsDet-next::after {
    margin: 1px 0 0 5px;
    font-size: 13px;
  }
  .newsDet-page .newsSite-label-link {
    width: 100px;
    height: 36px;
  }
  .caseShow-img {
    width: 100%;
  }
  .caseShow-con {
    width: 100%;
    padding: 30px 15px;
  }
  .case .caseShow-more.commonLink {
    width: 100px;
    height: 36px;
  }
  .caseSwp-list {
    margin-left: 0;
  }
  .caseSwp-item {
    margin: 20px 0 0;
    width: 100%;
  }
  .caseSwp-con {
    padding: 25px 15px;
  }
  .applyShow {
    width: 100%;
  }
  .applyTable {
    width: 100%;
    padding: 30px 15px;
  }
  .applyShow-title span::after {
    width: 30px;
  }
  .applyTable-con button .commonLink::before {
    background-size: 100% 90%;
  }
  .applyTable-con input, .applyTable-con textarea {
    margin-top: 10px;
  }
  .applyTable-con button {
    margin-top: 10px;
  }
  .applyTable-code input {
    width: 70%;
    margin-top: 0;
  }
  .applyTable-code .btn {
    width: 28%;
  }
  .applyTable-tips {
    margin-top: 20px;
    padding-left: 22px;
  }
  .applyTable-tips::after {
    width: 16px;
    height: 16px;
  }
  .apply-copyright {
    font-size: 12px;
  }
  .fileCon {
    width: 100%;
    margin-left: 0;
  }
  .fileCon-catalogue {
    display: none;
  }
  .fileCon-details {
    width: 100%;
    padding: 30px 15px 20px;
  }
  .fileCon-title {
    padding-left: 24px;
  }
  .fileCon-title::after {
    top: 5px;
    width: 14px;
    height: 16px;
  }
  .fileCon-text {
    padding-right: 0;
  }
  .fileCon-backTop {
    right: 4%;
    display: none;
  }
  .fileMb-btn {
    opacity: 0;
    transition: all .4s ease;
    display: flex;
    position: fixed;
    left: 5px;
    top: 40%;
    z-index: 20;
    width: 70px;
  }
  .fileSite {
    overflow-x: auto;
    display: none;
    width: 100vw;
    height: calc(100vh - 60px);
    padding: 0;
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 21;
    background: rgba(0, 0, 0, .5);
  }
  .fileSite-box {
    opacity: 0;
    transform: translateX(-100%);
    transition: all .4s ease;
    position: relative;
    top: auto;
    background: #fff;
    width: 70%;
    height: 100%;
    padding-top: 30px;
  }
  .fileSite-menu::before, .fileSite-drop-title::before {
    transform: translateY(0) scale(.8) rotate(-90deg);
    margin-right: 6px;
  }
  .fileSite-menu.active::before, .fileSite-drop-title.active::before {
    transform: translateY(0) scale(.8) rotate(0);
  }
  .fileSite-mb-close {
    display: flex;
    z-index: 20;
    position: absolute;
    right: 10px;
    ;
    top: 5px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    color: #333;
  }
  .fileSite-mb-close::after {
    content: "\e64e";
    font-family: "icon";
    font-size: 14px;
    font-weight: 700;
  }
  .fileSite.active .fileSite-box {
    animation: siteMb .8s ease forwards;
  }
  @keyframes siteMb {
    0% {
      opacity: 0;
      transform: translateX(-100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .down-con {
    width: 100%;
    margin-left: 0;
    padding: 30px 15px 20px;
  }
  .down-header {
    display: none;
  }
  .downList-item {
    padding: 0 10px;
  }
  .downMenu {
    font-size: 13px;
    align-items: flex-start;
    height: auto;
    padding: 12px 0;
    position: relative;
  }
  .downMenu li:first-child {
    width: 100%;
    flex: unset;
    font-size: 16px;
    margin-bottom: 6px;
    color: #000;
    font-weight: 700;
  }
  .downMenu li:nth-child(2) {
    width: auto;
  }
  .downMenu li:nth-child(3) {
    width: auto;
    margin-left: 15px;
  }
  .downMenu::after {
    position: absolute;
    right: 5px;
    top: 15px;
    font-size: 13px;
  }
  .downDrop .commonLink i {
    width: 12px;
  }
  .fileSite-drop-list {
    display: flex;
    flex-direction: column;
  }
  .fileSite-drop-list a {
    margin-bottom: 5px;
  }
  .abojs-list {
    margin-bottom: -30px;
  }
  .abojs-list .list-muen {
    margin-bottom: 30px;
  }
  .abosm-list {
    padding: 4%;
    margin-right: -6px;
    margin-bottom: -6px;
  }
  .abosm-list .list-muen {
    width: calc(100%/2 - 6px);
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .abosm-list .list-muen .show > div {
    text-align: center;
  }
  .abogg-svp {
    height: 500px;
    padding-left: 15px;
  }
  .abory-list .list-muen {
    padding: 0px 5px;
  }
  .abory-svp-cont {
    padding-left: 52px;
    padding-right: 46px;
  }
  .abo_joinfl-list li .show {
    padding: 20px 30px;
  }
  .abo_joinzw-lun .list-muen .show .show_dian {
    display: block;
  }
  .abo_joinzw-lun .list-muen .show .show_dian p:nth-child(2) {
    display: none;
  }
  .abo_joinzw-lun .list-muen .btn {
    top: -45px;
  }
  .abo_joinzw-lun .list-muen.active .btn {
    top: -10px;
  }
  .abo_joinzw-lun .list-muen {
    padding: 15px;
  }
  .abo_appt-list li {
    pointer-events: none;
  }
  .abo_apxl-list {
    margin-right: 0px;
  }
  .abo_apxl-list li {
    width: calc(100%/1) !important;
    margin-right: 0px;
    margin-bottom: 15px;
    height: 160px;
  }
  .CommonBanner .btn {
    display: none;
  }
  .CommonBanner .content {
    align-items: flex-end;
  }
  .CommonBanner .content .title {
    font-size: 20px;
  }
  .CommonBanner .contain .text {
    text-align: left;
    font-size: 12px;
    height: auto;
    margin-top: 10px;
  }
  .CommonBanner .contain {
    align-items: flex-start;
    padding-bottom:30%;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
  }
  .aboCommonTitle .title {
    font-size: 17px;
  }
  .aboCommonTitle .text {
    font-size: 13px;
  }
  .abo_appt-list li .abo_appt-cont {
    margin-right: 50px;
    padding: 15px;
    padding-right: 45px;
    height: auto;
  }
  .abo_appt-list li .abo_appt-img {
    position: absolute;
    width: 97px;
    height: 110px;
  }
  .abo_appt-list li .abo_appt-img img {
    width: 100%;
    height: 100%;
  }
  .abo_appt-list li {
    width: calc(100%);
    margin-right: 0px;
    padding-top: 15px;
    height: auto;
  }
  .abo_appt-list li .abo_appt-cont .title {
    font-size: 16px;
  }
  .abo_appt-list li .abo_appt-cont .text {
    font-size: 12px;
  }
  .swiper-pagination-bullet {
    width: 3px;
    height: 3px;
    margin: 0px 3px;
    transition: all .4s ease;
  }
  .swiper-pagination-bullet-active {
    width: 14px;
  }
  /* .abo_apjm-svp .swiper-container{padding: 0px;} */
  .abo_apjm-lun .show > div {
    margin-top: 12px;
  }
  .abo_apjm-lun img {
    height: 200px;
  }
  .abo_apxl-list .list-meun .show .title {
    font-size: 20px;
    margin-top: 0px;
  }
  .abo_apxl-list .list-meun .show .text {
    font-size: 14px;
    margin-top: 10px;
  }
  .abo_apaq {
    display: none;
  }
  .abo_apaq_mb {
    background-color: #F1F3F8;
    display: block;
  }
  .abo_joinfl .aboCommonTitle {
    padding: 40px 0px 24px 0px;
  }
  .abo_joinfl-list {
    padding: 0px 4%;
    margin-right: -6px;
    margin-bottom: 6px;
  }
  .abo_joinfl-list li {
    width: calc(100%/2 - 6px) !important;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .abo_joinfl-list li img {
    height: 100px;
  }
  .abo_joinfl-list li .show .title {
    font-size: 12px;
  }
  .abo_joinfl-list li .show {
    padding: 10px 15px;
  }
  .abo_joingz .aboCommonTitle .title {
    text-align: center;
  }
  .abo_joingz .aboCommonTitle .text {
    text-align: center;
  }
  .abo_joinzw-list1 a {
    font-size: 14px;
  }
  .abo_joinzw-lun .list-muen .show .title {
    font-size: 15px;
  }
  .abo_joinzw-lun .list-muen .show .title span {
    font-size: 12px;
    margin-left: 4px;
  }
  .abo_joinzw-lun .list-muen .show .text {
    font-size: 12px;
  }
  .abo_joinzw-lun .list-muen .show .show_dian p {
    font-size: 12px;
  }
  .abo_joinzw-lun .list-muen .btn {
    top: -35px;
  }
  .abo_joinzw-lun .list-muen .hide h3 {
    font-size: 13px;
  }
  .abo_joinzw-lun .list-muen .hide p {
    font-size: 12px;
  }
  .commonLink span {
    font-size: 12px;
  }
  .devel-svp .swiper-pagination span:nth-child(1) {
    font-size: 23px;
  }
  .devel-svp .swiper-pagination span {
    font-size: 15px;
  }
  .indrh-head-btn > div {
    width: 30px;
    height: 30px;
  }
  .indrh-head-btn > div::before {
    background-size: 30px auto;
  }
  .abowm_Yuam .bg1 {
    transform: scale(0.6);
  }
  .abowm_Yuam-lt {
    transform: scale(0.71);
  }
  .abowm_logo {
    transform: scale(0.8);
  }
  .abowm_Yuam .bg1 {
    height: auto;
  }
  .abowm_Yuam .bg1 {
    width: 330px;
  }
  .abowm_Yuam-lt.lt1 {
    top: -18px;
    left: -47px;
  }
  .abowm_Yuam-lt.lt2 {
    right: -4px;
    top: 34px;
  }
  .abowm_Yuam-lt.lt3 {
    bottom: -21px;
    right: -54px;
  }
  .abowm_Yuam-lt.lt4 {
    left: -3px;
    top: 47px;
  }
  .abowm_Yuam_list .list-muen:nth-child(1) {
    left: 274px;
    top: 47px;
  }
  .abowm_Yuam_list .list-muen:nth-child(2) {
    top: 259px;
    left: 294px;
  }
  .abowm_Yuam_list .list-muen:nth-child(3) {
    top: 233px;
    left: -25px;
  }
  .abowm_Yuam_list .list-muen:nth-child(4) {
    top: 56px;
    left: -12px;
  }
  .abowm_Yuam-name .list-muen {
    width: 130px;
  }
  .abowm_Yuam-name .list-muen .title {
    font-size: 15px;
  }
  .abowm_Yuam-name .list-muen .text {
    font-size: 12px;
    margin-top: 5px;
    line-height: 17px;
  }
  .abowm_Yuam {
    margin: 48px 0px;
  }
  .abowm .contain {
    border: 0px;
  }
  .abosm-list .list-muen .show .title {
    font-size: 15px;
  }
  .abosm-list .list-muen .show .text {
    font-size: 12px;
    margin-top: 8px;
  }
  .abojs {
    background-image: none;
  }
  .abojs-list {
    margin-top: 20px;
  }
  .abojs-cont .CommonTitle .title {
    font-size: 17px;
    color: #000;
    font-family: "PingFangSC-Medium", "AM";
    font-weight: 500;
  }
  .abojs-cont .cont-l {
    margin-top: 40px;
  }
  .recover p {
    font-size: 14px;
  }
  .recover p span {
    font-size: 14px;
    color: #000;
    line-height: 24px;
  }
  .abojs-list {
    justify-content: space-between;
    margin-right: -100px;
  }
  .abojs-list .list-muen {
    margin-right: 100px;
    width: calc(100%/2 - 100px);
  }
  .abojs-list .list-muen > div {
    text-align: center;
  }
  .abogg-svp .swiper-slide:nth-last-child(-n+2) {
    display: none;
  }
  .hzst-list {
    margin-right: 0px;
    margin-bottom: -15px;
  }
  .hzst-list .list-muen {
    width: calc(100%/1);
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .hzst-list .list-muen .show {
    padding: 20px 10px;
    font-size: 17px;
  }
  .hzst-list .list-muen .show .title {
    font-size: 17px;
  }
  .hzgx .abo_appt-list {
    margin-right: 0px;
    margin-bottom: -40px;
    margin-top: 40px;
  }
  .hzgx .abo_appt-list li {
    width: calc(100%/1);
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .hzgx .abo_appt-list li .abo_appt-cont {
    height: auto;
  }
  .hzfn-form {
    margin-right: 0px;
    margin-bottom: -11px;
  }
  .hzfn-form .hzfn-inout {
    width: calc(100%/1);
    margin-right: 0px;
    margin-bottom: 11px;
    height: 40px;
  }
  .hzfn form textarea {
    height: 130px;
    margin-top: 11px;
  }
  .abogg-svp .swiper-slide {
    opacity: 1;
  }
  .hzzc-bg {
    transform: scale(0.6);
    width: 300px;
  }
  .hzzc_logo {
    transform: scale(0.6);
  }
  .hzzc-bg_lt_line {
    transform: scale(0.7);
  }
  .hzzc-bg_lt_list .list-muen {
    transform: scale(1.2);
  }
  .hzzc-bg_lt_line:nth-child(1) {
    top: -5%;
    left: -9%;
  }
  .hzzc-bg_lt_line:nth-child(2) {
    top: -5.5%;
    left: 40.5%;
  }
  .hzzc-bg_lt_line:nth-child(3) {
    top: 15%;
    left: auto;
    right: -1%;
  }
  .hzzc-bg_lt_line:nth-child(4) {
    top: 71%;
    left: 41%;
  }
  .hzzc-bg_lt_line:nth-child(5) {
    top: auto;
    left: -7%;
    bottom: -7.5%;
  }
  .hzzc-bg_lt_line:nth-child(6) {
    top: 16%;
    left: 0%;
  }
  .hzzc-bg_lt_list .list-muen:nth-child(1) {
    top: -7%;
    left: 39%;
  }
  .hzzc-bg_lt_list .list-muen:nth-child(2) {
    top: 19%;
    left: 84%;
  }
  .hzzc-bg_lt_list .list-muen:nth-child(3) {
    top: 68%;
    left: 84%;
  }
  .hzzc-bg_lt_list .list-muen:nth-child(4) {
    top: 93%;
    left: 39%;
  }
  .hzzc-bg_lt_list .list-muen:nth-child(5) {
    top: 68.5%;
    left: -4%;
  }
  .hzzc-bg_lt_list .list-muen:nth-child(6) {
    top: 19%;
    left: -6%;
  }
  .hzzc-bg_lt-nuam .list-muen {
    width: 100px;
  }
  .hzzc-bg_lt-nuam .list-muen .title {
    font-size: 17px;
  }
  .hzzc-bg_lt-nuam .list-muen .text {
    font-size: 12px;
    margin-top: 5px;
  }
  .hzzc-Yuan {
    margin: 80px 0px;
  }
  .hzzc-bg_lt-nuam .list-muen:nth-child(1) {
    top: -15%;
    left: 36%;
  }
  .hzzc-bg_lt-nuam .list-muen:nth-child(2) {
    top: -3px;
    left: auto;
    right: 0%;
  }
  .hzzc-bg_lt-nuam .list-muen:nth-child(3) {
    top: 261px;
    left: auto;
    right: 0%;
  }
  .hzzc-bg_lt-nuam .list-muen:nth-child(4) {
    top: 90%;
    left: 36%;
  }
  .hzzc-bg_lt-nuam .list-muen:nth-child(5) {
    top: 265px;
    left: -7px;
  }
  .hzzc-bg_lt-nuam .list-muen:nth-child(6) {
    top: -5px;
    left: -8px;
  }
  .alxq .CommonBanner .swiper-pagination {
    bottom: 0px;
  }
  .prolb {
    padding-top: 0px;
  }
  .abo_sertx_yanwu {
    position: relative;
  }
  .abo_sertx_yanwu::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: calc(100% - 10px);
    background: linear-gradient(to left, rgba(255, 255, 255, .7), rgba(255, 255, 255, .0));
    z-index: 1;
  }
  .abo_sertx-list a {
    height: 60px;
  }
  .abo_sertx-list > div {
    width: 550px;
  }
  .abo_sertx-list2 .list li .show {
    padding: 15px;
  }
  .abo_sertx-list2 .list li img {
    height: 220px;
    width: 100%;
  }
  .alxqtz-lun li .cont {
    padding-left: 0px;
  }
  .alxqfa-cont .cont-r li::before {
    top: 7px;
  }
  .alxqfa-cont .cont-r li {
    padding-left: 20px;
  }
  .alxqal-list .list-muen .img {
    height: 185px;
  }
  .CommonFanTop .contain {
    width: 690px;
  }
  .jjfatd-list {
    margin-right: 0px;
  }
  .jjfatd-list .list-muen {
    width: calc(100%/1);
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .jjfags-cont .cont-r .jjfags-btn {
    margin-right: -10px;
  }
  .jjfags-cont .cont-r .jjfags-btn a {
    width: 80px;
    height: 27px;
    margin-right: 10px;
  }
  .prolb-list {
    overflow: auto;
    height: 570px
  }
  .CommonTing-list .cont .cont-l {
    width: 100%;
    margin-bottom: 10px;
  }
  .CommonTing-list .cont .cont-r {
    width: 100%;
    padding-left: 0px;
  }
  .CommonTing_icon li .text {
    text-align: center;
  }
  .CommonTing_muen {
    margin-right: -10px;
    margin-bottom: -10px;
    justify-content: center;
  }
  .CommonTing_muen li {
    width: calc(100%/3 - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .CommonTing_muen .text br {
    display: none;
  }
  .CommonTing-cont .contain > .text br {
    display: none;
  }
  .CommonTing_muen .img {
    height: 50px;
    width: 50px;
  }
  .jjfags-cont .cont-r .jjfags-btn a::before {
    transition: 0s;
  }
  .jjfags-cont .cont-r .jjfags-btn a::after {
    transition: 0s;
  }
  .commonLink {
    transition: 0s;
  }
  .commonLink::before, .commonLink::after {
    transition: 0s;
  }
  .swpBtn-next > div::before {
    transition: 0s;
  }
  .swpBtn-next > div::after {
    transition: 0s;
  }
  .swpBtn-next > div {
    transition: 0s;
  }
  .abo_apaq_mb-list1 {
    margin-right: 0px;
  }
  .abo_apaq_mb-list2 {
    margin-right: 0px;
  }
  .abo_apaq_mb-list1 .list-muen {
    margin-right: 0px;
  }
  .abo_apaq_mb-list1 .list-muen:nth-child(1) {
    width: 90px;
  }
  .abo_apaq_mb-list1 .list-muen:nth-child(3) {
    width: 90px;
  }
  .abo_apaq_mb-list1 .list-muen:nth-child(2) {
    width: 160px;
  }
  .abo_apaq_mb-list1 .list-muen img {
    height: 180px;
    object-fit: contain;
  }
  .abo_apaq_mb-list2 .list-muen {
    margin-right: 0px;
    width: 150px;
  }
  .jjfags-cont .cont-r .jjfags-btn a {
    width: 70px;
    height: 26px;
  }
  .jjfags-cont .cont-r .jjfags-btn a::before {
    background-size: 68px 26px;
  }
  .proxqcp-svp .indcp-cont .text {
    width: 210px;
  }
  .abojs-cont .CommonTitle .title {
    font-size: 18px;
  }
  .abojs-list .list-muen .name {
    font-size: 15px;
  }
  .abojs-list .list-muen .text {
    font-size: 12px;
  }
  .CommonTitle .title {
    font-size: 18px;
  }
  .abogg-lun .data {
    font-size: 9px;
  }
  .abogg-lun .title {
    font-size: 15px;
    line-height: 21px;
  }
  .abogg-lun .text {
    font-size: 12px;
    line-height: 23px;
  }
  .abory-list .list-muen > div {
    font-size: 15px;
  }
  .abory-list .list-muen .text {
    font-size: 10px;
  }
  .abory-list .list-muen .number {
    font-size: 21px;
  }
  .abory-list .list-muen:nth-child(2) .number {
    font-size: 15px;
  }
  .abory-list .list-muen {
    width: calc(100%/3);
  }
  .abory-list {
    justify-content: space-between;
  }
  .abory-list .list-muen:nth-child(1) {
    width: 30%;
  }
  .abory-list .list-muen:nth-child(2) {
    width: 40%;
  }
  .abory-list .list-muen:nth-child(3) {
    width: 30%;
  }
  .hzst-list .list-muen .show {
    padding: 20px;
  }
  .hzzc-bg_lt-nuam .list-muen .title {
    font-size: 16px;
  }
  .hzzc-bg_lt-nuam .list-muen .text {
    line-height: 18px;
  }
  .abo_appt-list li .abo_appt-cont .text {
    line-height: 18px;
  }
  .aboCommonTitle .text {
    font-size: 14px;
    line-height: 24px;
  }
  .indrh-head-btn > div::before {
    transition: 0s;
    background-size: 40px 40px;
  }
  .indrh-head-btn > div:hover::after {
    transition: 0s;
  }
  .indrh-head-btn > div {
    width: 40px;
    height: 40px;
    transition: 0s;
  }
  .devel-svp .pages {
    height: 30px;
  }
  .abo_apaq_mb-list1 {
    flex-wrap: nowrap;
    justify-content: center;
  }
  .abo_apaq_mb-list1 .list-muen:nth-child(2) {
    margin: 0px 10px;
  }
  .abo_apaq_mb-list2 {
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 360px;
    margin: -30px auto;
  }
  /* .abo_apaq_mb-list2 .list-muen:nth-child(2){margin: 0px 10px;} */
  .abo_apxl-list .list-meun .show .title {
    font-size: 18px;
  }
  .newszx-list {
    margin-bottom: -10px;
  }
  .newszx-list .list-muen {
    margin-bottom: 10px;
  }
  .newszx {
    padding-top: 15px;
    padding-bottom: 40px;
  }
  .newsgs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .newsgs-svp {
    margin-top: 15px;
  }
  .abo_sertx {
    padding-top: 40px;
  }
  .abo_sertx-text {
    margin-top: 15px;
  }
  .CommonFanTop_cont a {
    margin: 0px 50px;
  }
  .applyTable-tips .zhuce {
    position: static;
  }
  .applyTable-tips::after {
    top: 0px;
    transform: translateY(0%);
  }
  .newsDet-share {
    display: none;
  }
  /* .jjfags-list ul.lty4{margin-right: -20px;margin-bottom: -15px;}
    .jjfags-list ul.lty4 li{width: calc(100%/2 - 20px);margin-right: 20px;margin-bottom: 15px;}
    .jjfags-list ul.lty3{margin-right: -20px;margin-bottom: -15px;}
    .jjfags-list ul.lty3 li{width: calc(100%/2 - 20px);margin-right: 20px;margin-bottom: 15px;}
    .jjfags-list ul.lty2{margin-right: 0px;margin-bottom: -15px;}
    .jjfags-list ul.lty2 li{width: 100%;margin-right: 0px;margin-bottom: 15px;} */
  .jjfayy-svp .indcp-more-box {
    padding: 15px;
    height: 250px;
  }
  .jjfayy-svp .indcp-more-box .indcp-cont .link {
    left: 15px;
    bottom: 15px;
  }
  .devel-list_fangan .list-muen .img {
    height: auto;
  }
  .abojs .contain {
    width: calc(100% - 58px);
  }
  .abojs-list .list-muen .number span {
    font-size: 30px;
  }
  .abojs-list .list-muen .name {
    font-size: 16px !important;
  }
  .abojs {
    padding-bottom: 40px;
  }
  .abosm-list {
    padding: 4% 4% 40px;
  }
  .abowm .contain {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .abowm_Yuam-name .list-muen .text {
    line-height: 18px;
  }
  .pb80 {
    padding-bottom: 40px;
  }
  .pt80 {
    padding-top: 40px;
  }
  .abory-list .list-muen:nth-child(2) .number {
    line-height: 20px;
  }
  .abory-list .list-muen .text {
    margin-top: 0px;
    line-height: 1;
  }
  .abory-list .list-muen .number {
    line-height: 1;
  }
  /* .recover p{line-height: 24px;letter-spacing: 1px;} */
  /* .recover p{font-size: 18px;} */
  .abojs-cont .CommonTitle .title {
    font-size: 22px;
  }
  .abojs-content p {
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 14px;
  }
  .CommonFanTop .contain {
    width: 100%;
  }
  .CommonFanTop_cont {
    padding: 0px;
  }
  .CommonFanTop_cont a {
    margin: 0px 10px;
  }
  .abory-list {
    padding-right: 0px;
  }
  /* .CommonFanTop_cont a:hover::before{width: 0%;}
    .CommonFanTop_cont a:hover{color: #666;} */
  .prolb {
    padding-top: 0px;
  }
  .newsList-date {
    margin: 0px;
    display: flex;
    flex-direction: row;
    padding: 0px 15px;
    width: auto;
  }
  .newsList-date .year {
    font-size: 14px;
    margin-left: 10px;
  }
  .aboCommonTitle .title {
    font-size: 18px;
  }
  .aboCommonTitle .text {
    margin-top: 15px;
    font-size: 13px;
    line-height: 24px;
  }
  .hzst .contain {
    width: calc(100% - 30px);
    margin: 0px 15px;
  }
  .hzzc_logo {
    transform: scale(.75);
  }
  /* .abo_appt-list li .abo_appt-cont{padding: 18px;} */
  .commonLink span {
    font-size: 13px;
  }
  .abo_joinln {
    padding: 30px 0px;
  }
  .abo_joinfl .aboCommonTitle {
    padding: 40px 0px 14px 0px;
  }
  .aboCommonTitle .text {
    font-size: 14px;
  }
  .abo_joinfl-list {
    margin-bottom: 40px;
  }
  .abo_joinzw-Title {
    padding: 40px 0px 25px 0px;
  }
  .abo_joinzw-Title .Emile {
    font-size: 14px;
  }
  .abo_joinzw-lun .list-muen .hide a span {
    font-size: 12px;
  }
  .abo_joinzw-lun .list-muen.active {
    padding-bottom: 30px;
  }
  .devel-svp .pages {
    display: flex;
    align-items: flex-end;
  }
  .abo_appt .aboCommonTitle {
    padding: 0px 15px;
  }
  .abo_apaq_mb-list2 .list-muen {
    width: 160px;
  }
  .abo_apjm {
    background-color: #F1F3F8;
  }
  .abo_apxl-list {
    margin-bottom: 25px;
  }
  .abo_apjm {
    padding-top: 40px;
    padding-bottom: 54px;
  }
  .abo_apjm-lun .show > div:nth-child(1) {
    font-size: 16px;
  }
  .abo_apjm-lun .show > div:nth-child(2) {
    font-size: 13px;
  }
  .abo_sertx-text {
    padding: 0px 15px;
    font-size: 13px;
    line-height: 24px;
  }
  .abo_sertx_yanwu {
    margin-top: 20px;
  }
  .abo_sertx-list2 .list li .show .title {
    font-size: 16px;
  }
  .abo_sertx-list2 .list li .show .text {
    font-size: 12px;
    line-height: 23px;
  }
  .proxqgs-cont .cont-r {
    padding: 0px 15px;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
  .proxqgs-cont .cont-l .img {
    width: 20px;
    height: 20px;
  }
  .proxqgs-cont .cont-l .img img {
    width: 100%;
    height: 100%;
  }
  .proxqgs-cont .cont-l .title {
    margin-top: 10px;
  }
  .proxqgs-cont .cont-l .text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .proxqgs-cont .cont-l {
    padding: 0px 15px;
  }
  .proxqgs-cont .cont-l .commonLink {
    margin-top: 15px;
  }
  .proxqgn-lun .list-muen {
    width: calc(100%/2 - 15px);
  }
  .proxqgn .aboCommonTitle .title {
    font-size: 20px;
  }
  .proxqgn-svp {
    margin-top: 25px;
  }
  .proxqgn-lun .list-muen .img {
    width: 30px;
    height: 30px;
  }
  .proxqgn-lun .list-muen .title {
    margin-top: 15px;
    font-size: 15px;
  }
  .proxqgn-lun .list-muen {
    padding: 15px;
  }
  .proxqgn-lun .list-muen .text {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }
  .proxqgn-svp .pages {
    margin-top: 10px;
  }
  .proxqcp-svp {
    margin-top: 25px;
  }
  .proxqcp-svp .indcp-more-box {
    padding: 25px 20px;
  }
  .proxqcp-svp .indcp-cont .title {
    font-size: 15px;
  }
  .proxqcp-svp .indcp-cont .text {
    font-size: 12px;
    line-height: 22px;
  }
  .proxqcp-svp .pages {
    margin-top: 10px;
  }
  .CommonBanner .contain .text {
    line-height: 18px;
  }
  .jjfatd-list .list-muen .img {
    width: 15px;
    height: 15px;
  }
  .jjfatd-list .list-muen .img img {
    width: 100%;
  }
  .jjfatd {
    padding-top: 70px;
  }
  .jjfatd-list {
    margin-top: 30px;
    padding: 0px 10px;
  }
  .jjfatd-list .list-muen .cont .title {
    font-size: 12px;
  }
  .jjfatd-list {
    margin-bottom: -27px;
  }
  .jjfatd-list .list-muen {
    width: calc(100%/2);
    margin-bottom: 27px;
  }
  .jjfatd-list .list-muen .cont {
    width: calc(100% - 15px);
  }
  .jjfags-cont {
    margin-top: 25px;
  }
  .jjfags-cont .cont-l {
    height: 187px;
  }
  .jjfags-cont .indal-info-play {
    transform: scale(.7);
  }
  .jjfags-cont .cont-r .text {
    font-size: 12px;
    line-height: 22px;
  }
  .jjfags-list li::before {
    width: 14px;
    height: 14px;
    top: 3px;
    background-size: 14px 14px;
  }
  .jjfags-list ul li {
    margin-right: 30px;
    font-size: 14px;
  }
  .jjfayy-svp .indcp-cont .link a {
    font-size: 10px;
  }
  .jjfayy-svp .indcp-more-box .indcp-cont .link {
    bottom: 25px;
    left: 23px;
  }
  .jjfayy-svp .indcp-more-box {
    padding: 25px 23px;
  }
  .jjfayy-svp .indcp-cont .text {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
  }
  .jjfayy-svp .indcp-more-box {
    height: 234px;
  }
  .jjfayy-svp .indcp-cont .link a {
    width: 72px;
    height: 24px;
    margin: 6px 6px 0 0;
  }
  .jjfayy-svp .indcp-more-box .indcp-cont .link {
    max-width: 170px;
    height: 90px;
  }
  .alxqal-list .list-muen .cont {
    padding: 25px 20px;
    padding-bottom: 20px;
  }
  .alxqal-list .list-muen .cont .title {
    font-size: 15px;
  }
  .alxqal-list .list-muen .cont .text {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
  }
  .alxqal-list .list-muen .indcp-cont .link div {
    width: 72px;
    margin: 0px 5px 5px 0px;
  }
  .alxqal-list .list-muen .cont > .link {
    margin-top: 15px;
    margin-right: -5px;
  }
  .case .commonLink {
    margin-right: 5px;
    margin-bottom: 5px;
    width: 72px;
  }
  .case .commonLink span {
    font-size: 10px;
  }
  .case .commonLink::before {
    background: url(../fonts/indcpkk_mb.svg) no-repeat center/100% auto;
  }
  .case .commonLink {
    clip-path: none;
  }
  .caseShow-text {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
  }
  .caseShow-title {
    font-size: 15px;
  }
  .caseShow-con {
    padding: 25px 20px;
    padding-bottom: 20px;
  }
  .abo_sertx-list::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: calc(100% - 10px);
    background: linear-gradient(to left, rgba(255, 255, 255, .7), rgba(255, 255, 255, .0));
    z-index: 1;
  }
  .swpBtn-pages .swiper-pagination {
    align-items: flex-end;
  }
  .case {
    padding-bottom: 40px;
  }
  .indrh-head-btn > div {
    width: 30px;
    height: 30px;
  }
  .indrh-head-btn > div::before {
    background-size: 30px 30px;
  }
  .devel-btn .indrh-head-btn {
    top: 0px;
  }
  .devel-btn {
    margin-top: 4px;
  }
  .jjfayy-svp .indcp-cont .link a::before {
    background: url(../fonts/indcpkk_mb.svg) no-repeat center/100% auto;
  }
  .alxqal-list .list-muen .indcp-cont .link div::before {
    background: url(../images/indcpkk_mb.svg) no-repeat center/100% auto;
  }
  .alxqal-list .list-muen .indcp-cont .link div {
    clip-path: none;
  }
  .jjfayy-svp .indcp-cont .link a {
    clip-path: none;
  }
  /* .abogg-svp::before{display: none;} */
  .alxqal-list .list-muen .indcp-cont .link div span {
    font-size: 9px;
  }
  .proxqgs {
    padding-top: 70px;
  }
  .caseSwp .swiper-container {
    margin-top: -48px;
  }
  .prolb-li.lty2 li {
    width: calc(100%/2 - 10px);
  }
  .abojs-cont .CommonTitle .title {
    font-size: 18px;
  }
  .abojs-list .list-muen .number {
    font-size: 30px;
  }
  .abojs-list .list-muen {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .abogg-dian {
    margin-top: 40px;
  }
  .abory {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .abo_joinzw-lun .list-muen .hide h3 {
    font-size: 14px;
  }
  .indrh-head-btn > div {
    margin-left: 15px;
  }
  .proxqgn-lun {
    margin-right: -6px;
    margin-bottom: -6px;
  }
  .proxqgn-lun .list-muen {
    margin-right: 6px;
    margin-bottom: 6px;
    width: calc(100%/2 - 6px);
  }
  .jjfatd-list .list-muen .img {
    width: 18px;
    height: 18px;
  }
  .jjfatd-list .list-muen .cont {
    width: calc(100% - 18px);
    padding-left: 10px;
  }
  .jjfatd-list .list-muen {
    align-items: baseline;
  }
  .jjfags-list ul li {
    font-size: 13px;
    color: #666;
  }
  .jjfags-cont .cont-r {
    padding-bottom: 40px;
  }
  .jjfayy-svp .indcp-cont .text {
    font-size: 13px;
  }
  .jjfayy-svp .indcp-more-box .indcp-cont .link {
    max-width: 158px;
  }
  .abo_sertx-list a {
    height: 45px;
    font-size: 14px;
  }
  .abo_sertx-list2 .list li .show .text {
    font-size: 13px;
  }
  .abo_sertx-list2 .list li .show {
    padding: 20px;
  }
  .abo_sertx-list.lty3 > div {
    width: 100%;
  }
  .devel-svp .swiper-container {
    margin-bottom: 0px;
  }
  .devel-btn .indrh-head-btn {
    z-index: 2;
  }
  .caseSwp-label {
    flex-wrap: nowrap;
  }
  .news {
    overflow: hidden;
  }
  .apply {
    height: auto;
  }
  .devel-svp .pages {
    position: relative;
    z-index: 1;
  }
  .newsdz-cont {
    padding-bottom: 20px;
  }
  .applyTable {
    padding: 20px 15px;
  }
  .applyTable-con {
    margin-top: 5px;
  }
  .applyTable-tips a {
    font-size: 12px;
  }
  .apply-copyright {
    margin-top: 20px;
  }
  .applyTable-tips .zhuce {
    margin-top: 10px;
  }
  .applyTable-tips {
    display: flex;
    justify-content: center;
  }
  .applyTable-tips::after {
    left: 30px;
  }
  .prolb-cont {
    overflow: hidden;
  }
  .case {
    overflow: hidden;
  }
  .applyTable-con button .commonLink::before {
    background: url(../images/applytable-btn-bg.svg) no-repeat center/100% auto;
  }
  .prolb-cont .cont-l .close i {
    font-size: 14px;
    font-weight: 700;
  }
  .apply-copyright {
    position: static;
  }
  .jjfags-cont .cont-r > ul {
    padding-right: 0px;
    overflow: inherit;
    height: auto;
  }
  .alxqfa .jjfags-cont .cont-r {
    padding: 0px;
  }
  .CommonFanTop_cont a::before {
    height: 2px;
  }
  .prolb-cont_btn {
    margin-bottom: 25px;
  }
  .prolb-li {
    margin-bottom: -12px;
  }
  .prolb-li li {
    margin-bottom: 12px;
  }
  .prolb-ul .list-muen {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .prolb_title .title span {
    margin-left: 8px;
  }
  .prolb_title .title span i {
    font-size: 14px;
  }
  .CommonFanTop {
    box-shadow: 0px 2px 20px 0px rgba(48, 89, 218, 0.1);
    border-bottom: none;
  }
  .CommonFanTop_cont a {
    height: 45px;
    margin: 0px 22px;
    font-size: 13px;
  }
  .CommonFanTop_cont a:nth-child(1) {
    margin-left: 0px;
  }
  .CommonFanTop_cont a:last-child {
    margin-right: 0px;
  }
  .CommonFanTop_cont {
    padding: 0px 15px;
  }
  .proxqgs-cont .cont-l .title {
    font-size: 18px;
  }
  .proxqgs-cont .cont-r {
    width: 100vw;
    margin-left: -4%;
  }
  .proxqgs {
    padding-top: 64px;
  }
  .proxqgn .aboCommonTitle .title {
    font-size: 18px;
  }
  .proxqgn-svp .pages {
    height: 3px;
    margin-top: 20px;
  }
  .proxqgn-svp .pages .swiper-pagination {
    height: 3px;
    position: static;
    margin-top: -12px;
  }
  .proxqcp-svp .pages {
    height: 3px;
    margin-top: 20px;
  }
  .proxqcp-svp .pages .swiper-pagination {
    height: 3px;
    position: static;
    margin-top: -12px;
  }
  .jjfayy-svp .pages {
    height: 3px;
    margin-top: 20px;
  }
  .jjfayy-svp .pages .swiper-pagination {
    height: 3px;
    position: static;
    margin-top: -12px;
  }
  .jjfatd-list {
    margin-top: 25px;
  }
  .jjfatd {
    padding-top: 80px;
  }
  .jjfatd-list .list-muen .cont .title {
    font-size: 13px;
  }
  .jjfatd-list .list-muen .img {
    line-height: 0;
  }
  .jjfayy-svp .indcp-image img.s {
    width: 120px;
    height: 120px;
  }
  .jjfayy-svp .indcp-more-box .indcp-image img.h {
    width: 120px;
    height: 120px;
  }
  .jjfayy-svp .indcp-cont .title {
    font-size: 16px;
  }
  .alxqal-list .list-muen .cont .title {
    font-size: 16px;
  }
  .alxqal-list .list-muen .cont .text {
    font-size: 13px;
  }
  .caseSwp-title {
    font-size: 16px;
  }
  .caseSwp-text {
    font-size: 13px;
  }
  .case .commonLink span {
    font-size: 9px;
  }
  .swpBtn-next > div {
    clip-path: none;
  }
  .swpBtn-next > div::after {
    display: none;
  }
  .swpBtn-next > div.prev:hover i {
    background-image: url('../fonts/smarrl.svg');
  }
  .swpBtn-next > div.next:hover i {
    background-image: url('../fonts/smarrr.svg');
  }
  .devel-svp .swiper-container {
    margin-bottom: -5px;
  }
  .down-con {
    padding-bottom: 20px;
  }
  .hzzc-bg_lt_line:nth-child(4) {
    top: 70%;
    left: 40.5%;
  }
  .hzgx .abo_appt-list {
    margin-bottom: -50px;
  }
  .hzgx .abo_appt-list li {
    margin-bottom: 50px;
  }
  .abo_appt-list li .abo_appt-img img {
    object-fit: contain;
  }
  .hzfn-form .hzfn-inout .hzfn-text {
    font-size: 13px;
  }
  .hzfn form textarea::-webkit-input-placeholder {
    font-size: 13px;
  }
  .hzfn form textarea:-moz-placeholder {
    font-size: 13px;
  }
  .hzfn form textarea::-moz-placeholder {
    font-size: 13px;
  }
  .hzfn form textarea:-ms-input-placeholder {
    font-size: 13px;
  }
  .abojs-list .list-muen .name {
    font-weight: bold;
  }
  .abosm-list {
    padding: 0% 4% 40px;
  }
  .abogg-lun .data {
    font-size: 10px;
  }
  .abogg-lun .title {
    font-size: 16px;
  }
  .abogg-lun .text {
    font-size: 13px;
  }
  .abo_sertx-list.houT::before {
    right: auto;
    left: 0px;
    background: linear-gradient(to right, rgba(255, 255, 255, .7), rgba(255, 255, 255, .0));
  }
  .abo_sertx-list2 .list li .show .text {
    font-size: 14px;
  }
  .abo_sertx {
    padding-bottom: 40px;
  }
  /* .aboCommonTitle .text br{display: none;} */
  .abo_apaq_mb .aboCommonTitle .title br {
    display: none;
  }
  .abo_apjm-lun .show .text {
    margin-top: 16px;
  }
  .abo_apjm-lun .show {
    padding-top: 50px;
  }
  .aboCommonTitle .text {
    margin-top: 7px;
  }
  .abo_joinzw-svp {
    margin-top: 20px;
  }
  .abo_joinzw-lun .list-muen .btn a {
    width: 11px;
  }
  .abo_joinzw-lun .list-muen .show .show_dian p {
    line-height: 18px;
  }
  .abo_joinzw-lun .list-muen.active .show .show_dian p {
    line-height: 20px;
  }
  /* .devel-svp .swiper-container{margin-bottom: -25px;} */
  .devel-btn {
    margin-top: 20px;
  }
  .indrh-head-btn > div {
    clip-path: none;
  }
  .indrh-head-btn > div::after {
    display: none;
  }
  .indrh-head-btn > div.prev:hover i {
    background-image: url('../fonts/smarrl.svg');
  }
  .indrh-head-btn > div.next:hover i {
    background-image: url('../fonts/smarrr.svg');
  }
  .abo_joinzw {
    padding-bottom: 40px;
  }
  .newsList-text::after {
    display: none;
  }
  .newsList-text {
    border-left: 0px;
  }
  .newsList-con {
    padding-bottom: 20px;
  }
  .newsList-swp .swiper-container {
    margin: 0px;
    padding: 0px;
  }
  .newsSite-label-link {
    clip-path: none;
  }
  .newsSite-label-link::after {
    display: none;
  }
  .newsSite-label-link:hover {
    color: #3059D8;
  }
  .fileCon-title::after {
    top: 4px;
  }
  .abo_sertx .contain {
    position: relative;
  }
  .swpBtn-next {
    top: -4px;
  }
  .applyTable-tips {
    margin-top: 18px;
  }
  .applyTable-tips {
    font-size: 12px;
  }
  .applyTable-tips::after {
    left: 17px;
  }
  .abogg-svp {
    height: 330px;
  }
  .apply {
    height: auto;
  }
  .prolb-cont .cont-l ul {
    top: 0px;
    position: relative;
  }
  .alxqal-list .list-muen .cont > .link {
    flex-wrap: nowrap;
  }
  .abo_appt-list li .abo_appt-img {
    width: 80px;
    height: 90px;
  }
  .abo_appt-list li .abo_appt-cont {
    margin-right: 40px;
    padding-right: 55px;
  }
  .hzgx .abo_appt-list {
    margin-bottom: -24px;
    margin-top: 24px;
  }
  .hzgx .abo_appt-list li {
    margin-bottom: 24px;
  }
  .abogg-svp {
    height: 410px;
  }
  .abo_sertx-list2 .list li .show .text {
    line-height: 24px;
    font-size: 13px;
  }
  /* .aboCommonTitle .text br{display: none;height: 0px;overflow: hidden;} */
  .abo_apaq_mb .aboCommonTitle .title br {
    display: none;
    height: 0px;
    overflow: hidden;
  }
  .devel-svp .swiper-container {
    padding: 0px;
    margin: 0px;
  }
  .devel-svp.video .devel-list .list-muen .img {
    width: 100%;
  }
  .devel-svp.video .devel-list .list-muen .cont {
    width: 100%;
    padding: 15px;
  }
  .proxqcp-svp .indcp-image img.s {
    max-width: 120px;
    max-height: 120px;
    width: auto;
    height: auto;
  }
  .proxqcp-svp .indcp-more-box .indcp-image img.h {
    max-width: 120px;
    max-height: 120px;
  }
  .alxqjz-bg1 {
    display: none;
  }
  .alxqjz-bg2 {
    display: none;
  }
  .applyTable-tips::after {
    left: 0px;
  }
  .applyTable-tips {
    justify-content: flex-start;
    width: 260px;
    margin: 0px auto;
    margin-top: 18px;
  }
  .hzgx .abo_appt-list {
    margin-top: 31px;
  }
  .devel-list_fangan .list-muen .img {
    width: 120px;
  }
  .devel-list_fangan .list-muen .cont {
    width: calc(100% - 120px);
  }
  .abo_apjm-svp {
    margin-top: 20px;
  }
  .abo_appt-list.lty li .abo_appt-img {
    width: 97px;
    height: 110px;
  }
  .abo_appt-list.lty li .abo_appt-cont {
    padding-right: 45px;
    margin-right: 50px;
  }
  .abo_appt .aboCommonTitle .text br {
    display: none;
    height: 0px;
    overflow: hidden;
  }
  .applyTable.lty {
    padding: 20px 15px;
  }
  .abo_sertx {
    padding-bottom: 22px;
  }
  .swpBtn-next > div:hover::before {
    background-image: url('../fonts/smkk.svg');
  }
  .indrh-head-btn > div:hover::before {
    background-image: url('../fonts/smkk.svg');
  }
  .file {
    padding-bottom: 40px;
  }
  .abo_sertx.lty_mb {
    padding-bottom: 40px;
  }
  .swpBtn-next > div {
    margin-left: 15px;
  }
  .applyTable-tips .zhuce {
    margin: 0px auto;
    margin-top: 10px;
  }
  .newsSite-label-link {
    height: 40px;
  }
  .caseSwp .swiper-container {
    margin: 0px;
    padding: 0px;
  }
  .proxqcp-svp .indcp-more-box {
    height: 190px;
  }
  .caseSwp {
    margin-top: -20px;
  }
  .applyShow-title {
    display: none;
  }
  /* .apply .apply{height: 100vh;} */
  .apply {
    background: #F1F3F8;
  }
  .applyShow {
    display: none;
  }
  .hylb:last-child {
    padding-bottom: 40px;
  }
  .apply .apply {
    background: #F1F3F8 !important;
  }
  .indcp-more-box .btn {
    display: block;
  }
}
@media all and (max-width:370px) {
  .CommonFanTop_cont a {
    margin: 0px 20px;
  }
}


.biank{border: 1px solid;
    border-radius: 25px;
    padding: 10px 30px;}