@charset "utf-8";
/* =====================内页样式======================== */
/* 分页 */
.paging {
  width: 100%;
  font-size: 0;
  text-align: center;
  user-select: none;
}
.paging-menu, .paging-menu a, .paging-skip, .paging-hint, .paging-skip input, .paging-skip button {
  display: inline-block;
  vertical-align: middle;
}
.paging-menu a {
  width: 38px;
  height: 38px;
  line-height: 36px;
  border: 1px solid #e1e1e1;
  margin: 4px;
  font-size: 14px;
  color: #555;
  transition: all .4s ease;
  border-radius: 3px;
  background-color: #fff;
}
.paging-menu a:first-child, .paging-menu a:last-child {
  width: 68px;
}
.paging-menu a:hover, .paging-menu a.active, .paging a.on {
  border-color: #2d68c4;
  background-color: #2d68c4;
  color: #fff;
}
.paging-skip {
  margin-left: 8px;
}
.paging-hint {
  font-size: 14px;
  color: #999;
  font-weight: 300;
  margin: 0 8px;
}
.paging-hint:first-of-type {
  margin: 0;
}
.paging-skip input {
  width: 54px;
  text-align: center;
  height: 38px;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  color: #666;
  border-radius: 3px;
  transition: all .4s ease;
}
.paging-skip input:focus {
  border-color: #2d68c4;
}
.paging-skip button {
  color: #555;
  font-size: 14px;
  padding: 0 18px;
  border: 1px solid #e1e1e1;
  transition: all .4s ease;
  height: 38px;
  background: #fff;
  cursor: pointer;
  border-radius: 3px;
}
.paging-skip button:hover {
  background-color: #2d68c4;
  color: #fff;
  border-color: #2d68c4;
}
.paging-hint span {
  color: #2d68c4;
}
@media all and (max-width:1000px) {
  .paging-menu a {
    margin: 4px 2px;
  }
  .paging-skip {
    width: 100%;
    margin-left: 0;
  }
  .paging-menu a:first-child, .paging-menu a:last-child {
    width: 54px;
  }
}
/* 搜索页面 */
.search {
  width: 100%;
}
.search-info {
  width: 100%;
  line-height: 1.1;
  color: #333;
  font-weight: 700;
}
.search-info span {
  color: #2d68c4;
}
.search-list {
  width: 100%;
}
.search-link {
  display: block;
  width: 100%;
  border-bottom: 1px solid #f0f0f2;
}
.search-link h2 {
  color: #333;
  line-height: 1.1;
  transition: all .4s ease;
}
.search-link p {
  width: 100%;
  color: #666;
}
.search-link .highlightRow span {
  color: #2d68c4 !important;
}
.search-link:hover h2 {
  color: #2d68c4;
}
@media all and (max-width:1000px) {
  .search-link {
    padding: 22px 0;
  }
  .search-list {
    margin-top: 10px;
  }
}
/* 隐私协议 */
.privacy {
  width: 100%;
}
.privacy-title {
  width: 100%;
  color: #333;
  line-height: 1.1;
}
.privacy-content {
  width: 100%;
  color: #666;
}
/* 网站地图 */
.webmap {
  width: 100%;
}
.webmap-title {
  width: 100%;
  color: #333;
  line-height: 1;
  position: relative;
  padding-bottom: 24px;
}
.webmap-title::after {
  content: "";
  position: absolute;
  width: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  height: 4px;
  background: #2d68c4;
}
.webmap-list {
  width: 100%;
}
.webmap-list > ul {
  margin: -40px 0 0 -40px;
  display: flex;
  flex-wrap: wrap;
}
.webmap-list > ul > li {
  width: calc(20% - 40px);
  margin: 40px 0 0 40px;
  color: #333;
}
.webmap-list > ul > li ul, .webmap-list > ul > li li {
  width: 100%;
}
.webmap-list > ul > li a {
  display: block;
  transition: color .4s ease;
  position: relative;
}
.webmap-list > ul > li a:hover {
  color: #2d68c4;
}
.webmap-list > ul > li > .menu {
  font-weight: 700;
  border-bottom: 1px solid #e1e1e1;
  font-size: 20px;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 16px;
  line-height: 1;
}
.webmap-list > ul > li > .drop a {
  line-height: 1.28;
  padding: 6px 0;
  font-size: 18px;
}
.webmap-list > ul > li > .drop .drop a {
  padding-left: 18px;
  font-size: 16px;
}
.webmap-list > ul > li > .drop .drop a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #afafaf;
  left: 0;
  top: 14px;
}
@media all and (max-width:1270px) {
  .webmap-list > ul {
    margin: -24px 0 0 -24px;
  }
  .webmap-list > ul > li {
    width: calc(20% - 24px);
    margin: 24px 0 0 24px;
  }
}
@media all and (max-width: 640px) {
  .webmap-title {
    padding-bottom: 16px;
  }
  .webmap-title::after {
    width: 44px;
    height: 3px;
  }
  .webmap-list > ul {
    margin: -20px 0 0;
  }
  .webmap-list > ul > li {
    width: 100%;
    margin: 20px 0 0;
  }
  .webmap-list > ul > li > .menu {
    font-size: 18px;
    padding-bottom: 14px;
    margin-bottom: 10px;
  }
  .webmap-list > ul > li > .drop a {
    padding: 4px 0;
    font-size: 16px;
  }
  .webmap-list > ul > li > .drop .drop a {
    padding-left: 12px;
    font-size: 14px;
  }
  .webmap-list > ul > li > .drop .drop a::before {
    top: 11px;
  }
}
/*  */
.CommonBanner .content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}
.CommonBanner .btn a {
  color: #fff;
  margin-right: 15px;
}
.CommonBanner .btn a:last-child {
  margin-right: 0px;
}
.abojs {
  background: url(../images/index_mznews_bg.png)center no-repeat;
  background-size: cover;
}
.abojs-cont {
  width: 100%;
}
.abojs-cont .cont-l {
  width: 50%;
}
.abojs-cont .cont-r {
  width: 50%;
}
.abojs-list {
  margin-bottom: -56px;
}
.abojs-list .list-muen {
  width: calc(100%/2);
  margin-bottom:20px;
}
.abojs-list .list-muen .name {
  line-height: 1px;
}
.abojs-content p span {
  color: #000;
  font-weight: 500;
  font-size: 18px;
}
.abojs-list .list-muen .number {
  font-weight: 500;
}
.abosm-list .list-muen {
  width: calc(100%/4);
  position: relative;
}
.abosm-list .list-muen::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #1D306B;
  opacity: .55;
  transition: all .4s ease;
}
.abosm-list .list-muen::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #3059DA;
  opacity: 0;
  transition: all .4s ease;
}
.abosm-list .list-muen:hover::after {
  opacity: .9;
}
.abosm-list .list-muen:hover::before {
  opacity: .0;
}
.abosm-list .list-muen .show {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  flex-direction: column;
  z-index: 1;
}
.abohz {
  background-color: #f8f9fc;
}
.abohz-content img {
  margin: 0px auto;
}
.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: 55px;
  position: relative;
  transition: all .4s ease;
}
.abo_sertx {
  background: url(../images/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.lty6 a {
  width: calc(100%/6);
}
.abo_sertx-list.lty7 a {
  width: calc(100%/7);
}
.abo_sertx-list.lty8 a {
  width: calc(100%/8);
}
.abo_sertx-list.lty9 a {
  width: calc(100%/9);
}
.abo_sertx-list a::before {
  content: "";
  position: absolute;
  bottom: -9px;
  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;      border-radius: 4px;
}
.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;
  }
}
.abo_sertx-list2 .list li img {
  height: 400px;
}
.abo_joinln {}
.abo_joinln .yz-contain {
  position: relative;
  z-index: 2;
}
.abo_joinln .abo_joinln_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.abo_joinln .abo_joinln_bg img {
  width: 100%;
  height: 100%;
}
.abo_joinfl .aboCommonTitle {
  padding: 64px 0px 40px 0px;
}
.abo_joinfl-list li:nth-child(1) {
  width: 35%;
}
.abo_joinfl-list li:nth-child(2) {
  width: 30%;
}
.abo_joinfl-list li:nth-child(3) {
  width: 35%;
}
.abo_joinfl-list li:nth-child(4) {
  width: 44%;
}
.abo_joinfl-list li:nth-child(5) {
  width: 28%;
}
.abo_joinfl-list li:nth-child(6) {
  width: 28%;
}
.abo_joinfl-list li {
  position: relative;
}
.abo_joinfl-list li img {
  width: 100%;
  height: 330px;
}
.abo_joinfl-list li .show {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0px 35px;
}
.abo_joingz {
  background-color: #f8f9fcFF;
}
.abo_joinzw-Title {
  padding: 64px 0px 58px 0px;
  background: url(../images/abo_joinzw-bg.jpg)center no-repeat;
  background-size: cover;
}
.abo_joinzw-Title .Emile {
  color: #3059DA;
}
.abo_joinzw-list1 {
  padding: 0px 405px;
}
.abo_joinzw-list1 > div {
  display: flex;
  justify-content: space-between;
}
.abo_joinzw-list1 a {
  position: relative;
  padding-bottom: 4px;
  transition: all .4s ease;
}
.abo_joinzw-list1 a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 0%;
  transition: all .4s ease;
  background-color: #3059DA;
}
.abo_joinzw-list1 a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #3059DA;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all .4s ease;
  opacity: 0;
}
.abo_joinzw-list1 a.active::before {
  width: 100%;
}
.abo_joinzw-list1 a.active::after {
  opacity: 1;
}
.abo_joinzw-list1 a.active, .abo_joinzw-list1 a:hover {
  color: #3059DA;
}
.abo_appt-list {
  margin-right: -30px;
  margin-bottom: -30px;
}
.abo_appt-list li {
  width: calc(100%/2 - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  height: 175px;
  position: relative;
  padding-top: 25px;
}
.abo_appt-list li .abo_appt-cont {
  background-color: #f8f9fcFF;
  margin-right: 76px;
  height: 150px;
  padding: 40px 30px;
  transition: all .4s ease;
  padding-right: 80px;
}
.abo_appt-list li .abo_appt-img {
  width: 155px;
  height: 175px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.abo_appt-list li .abo_appt-img img {
  height: 100%;
}
.abo_appt-list li:hover .abo_appt-cont {
  background-color: #3059DA;
}
.abo_appt-list li .abo_appt-cont .title {
  transition: all .4s ease;
}
.abo_appt-list li .abo_appt-cont .text {
  transition: all .4s ease;
}
.abo_appt-list li:hover .abo_appt-cont .title {
  color: #fff;
}
.abo_appt-list li:hover .abo_appt-cont .text {
  color: #fff;
}
.devel-list {
  margin-right: -20px;
  margin-bottom: -20px;
}
.devel-list .list-muen {
  width: calc(100%/2 - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}
.devel-list .list-muen .img {
  width: 50%;
  position: relative;
  background-color: #3059DA;
  height: 220px;
  overflow: hidden;
}
.devel-list .list-muen .img img {
  width: 100%;
  height: 100%;
}
.devel-list .list-muen .img .bg {
  width: 100%;
  height: 100%;
}
.devel-list .list-muen .cont {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 56px 56px 0px 30px;
  transition: all .4s ease;
}
.devel-list .list-muen:hover .cont {
  box-shadow: 0px 2px 30px 0px rgba(48, 89, 218, 0.1);
}
.devel-list .list-muen .img .logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
.devel-list .list-muen .img .name {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 80px;
  height: 20px;
  background: #000000;
  opacity: 0.26;
  display: flex;
  justify-content: center;
  align-items: center;
}
.devel-list .list-muen .img .title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 55px;
  text-align: center;
}
.devel-list .list-muen .img .name {
  display: none;
}
.devel-list .list-muen .img .logo {
  display: none;
}
.indrh-head-btn > 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;
}
.indrh-head-btn > div:first-child {
  margin-left: 0;
}
.indrh-head-btn > 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;
}
.indrh-head-btn > div.prev i {
  background-image: url('../images/smarrl.svg');
}
.indrh-head-btn > div.next i {
  background-image: url('../fonts/smarrr.svg');
}
.indrh-head-btn > div::before, .indrh-head-btn > div::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.indrh-head-btn > div::before {
  height: 100%;
  background: url('../fonts/smkk.svg');
  transition: all .4s ease;
}
.indrh-head-btn > div::after {
  height: 0;
  opacity: 0;
  background: #3059DA;
  transition: height .4s ease, opacity .1s ease .4s;
}
.indrh-head-btn > div.prev:hover i {
  background-image: url('../fonts/smarrlh.svg');
}
.indrh-head-btn > div.next:hover i {
  background-image: url('../fonts/smarrrh.svg');
}
.indrh-head-btn > div:hover::before {
  background-image: url('../fonts/smkkh.svg');
}
.indrh-head-btn > div:hover::after {
  opacity: 1;
  height: 100%;
  transition: height .4s ease .1s, opacity .1s ease;
}
.indrh-head-btn > div.prev.active i {
  background-image: url('../fonts/smarrlh.svg');
}
.indrh-head-btn > div.next.active i {
  background-image: url('../fonts/smarrrh.svg');
}
.indrh-head-btn > div.active::before {
  background-image: url('../fonts/smkkh.svg');
}
.indrh-head-btn > div.active::after {
  opacity: 1;
  height: 100%;
  transition: height .4s ease .1s, opacity .1s ease;
}
.devel-svp .swiper-pagination {
  position: inherit;
  color: #333;
  font-size: 20px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  font-family: "M";
}
.devel-svp .swiper-pagination span:nth-child(1) {
  font-size: 40px;
  color: #3059DA;
  line-height: 1;
}
.devel-svp .swiper-pagination .line {
  margin: 0px 10px;
}
.devel-btn {
  position: relative;
}
.devel-btn .indrh-head-btn {
  position: absolute;
  right: 0px;
  top: 0px;
}
.devel-list .list-muen .cont .title {
  transition: all .4s ease;
}
.devel-list .list-muen .cont .title:hover {
  color: #3059DA;
}
.abo_apaq {
  background-color: #f8f9fcFF;
}
.abo_apaq-list1 {
  padding: 0px 398px;
  margin-right: -45px;
}
.abo_apaq-list1 li {
  width: calc(100%/3 - 50px);
  margin-right: 45px;
  position: relative;
}
.abo_apaq-list1 li img {
  width: 100%;
  height: 100%;
}
.abo_apaq-list2 {
  margin-right: -40px;
  margin-top: -65px;
  padding: 0px 213px;
}
.abo_apaq-list2 li {
  width: calc(100%/4 - 40px);
  margin-right: 40px;
  position: relative;
}
.abo_apaq-list1 li.lty img:nth-child(1) {
  opacity: 1;
  position: absolute;
  top: 0px;
  transition: all .4s ease;
}
.abo_apaq-list1 li.lty img:nth-child(2) {
  opacity: 0;
  transition: all .4s ease;
}
.abo_apaq-list1 li.lty:hover img:nth-child(1) {
  opacity: 0;
}
.abo_apaq-list1 li.lty:hover img:nth-child(2) {
  opacity: 1;
}
.abo_apaq-list2 li.lty img:nth-child(1) {
  opacity: 1;
  position: absolute;
  top: 0px;
  transition: all .4s ease;
}
.abo_apaq-list2 li.lty img:nth-child(2) {
  opacity: 0;
  transition: all .4s ease;
}
.abo_apaq-list2 li.lty:hover img:nth-child(1) {
  opacity: 0;
}
.abo_apaq-list2 li.lty:hover img:nth-child(2) {
  opacity: 1;
}
.abo_apaq-list1 li .show {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0px;
  left: 0px;
  padding: 130px 35px;
}
.abo_apaq-list2 li .show {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0px;
  left: 0px;
  padding: 130px 35px;
}
.abo_apaq-list1 li .show .title {
  transition: all .4s ease;
}
.abo_apaq-list1 li .show .text {
  transition: all .4s ease;
}
.abo_apaq-list2 li .show .title {
  transition: all .4s ease;
}
.abo_apaq-list2 li .show .text {
  transition: all .4s ease;
}

.abo_apaq-list1 li:hover .show .title {
  color: #fff;
}
.abo_apaq-list1 li:hover .show .text {
  color: #fff;
}
.abo_apaq-list2 li:hover .show .title {
  color: #fff;
}
.abo_apaq-list2 li:hover .show .text {
  color: #fff;
}
.abo_apaq-list1 li:nth-child(2) .show {
  padding: 0px;
  display: flex;
  justify-content: center;
}
.abo_apaq-list1 li:nth-child(2):hover .show .title {
  color: #000;
}
.abo_joinzw-lun {
  margin-bottom: -20px;
}
.abo_joinzw-lun .list-muen {
  border: 1px solid #E8E8E8;
  padding: 36px;
  position: relative;
  margin-bottom: 20px;
  transition: all .4s ease;
}
.abo_joinzw-lun .list-muen .show {
  position: relative;
}
.abo_joinzw-lun .list-muen .show .title span {
  color: #FF0000FF;
  margin-left: 16px;
}
.abo_joinzw-lun .list-muen .hide {
  display: none;
}
.abo_joinzw-lun .list-muen .hide h3 {
  color: #000;
  font-size: 22px;
  margin-bottom: 4px;
  font-weight: 500;
  font-family: "PingFangSC-Medium", "AM";
}
.abo_joinzw-lun .list-muen .hide a {
  text-decoration: none;
  color: #fff;
}
.abo_joinzw-lun .list-muen .hide a::after {
  height: 100%;
  opacity: 1;
}
.abo_joinzw-lun .list-muen .hide a:hover {
  opacity: .8;
}
.abo_joinzw-lun .list-muen .btn {
  position: absolute;
  right: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0px;
}
.abo_joinzw-lun .list-muen .btn a {
  color: #E8E8E8;
  font-size: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .4s ease;
}
.abo_joinzw-lun .list-muen.active .btn {
  transform: rotate(180deg);
}
.abo_joinzw-lun .list-muen.active .show .show_dian {
  display: none;
}
.abo_joinzw-lun .list-muen.active {
  background-color: #f8f9fc;
  border: 1px solid rgb(0 0 0 / 0%);
}
.abo_joinzw-svp .devel-svp {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}
.abo_joinzw-svp .devel-svp.active {
  visibility: visible;
  height: auto;
  pointer-events: auto;
}
.abo_apxl-list .list-meun {
  position: relative;
  width: calc(100%/3);
}
.abo_apxl-list .list-meun .show {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  justify-content: center;
  transition: all .4s ease;
}
.abo_apxl-list .list-meun .show .img {
  opacity: 0;
  transition: all .4s ease;
  height: 270px;
}
.abo_apxl-list .list-meun .show .img img {
  height: 100%;
}
.abo_apxl-list .list-meun:hover .show .img {
  opacity: 1;
}
.abo_apxl-list .list-meun:hover .show {
  background-color: #3059DA;
}
.abo_apxl-list .list-meun .show > div {
  display: flex;
  justify-content: center;
  text-align: center;
}
.abo_apjm-lun.lt {
  display: flex;
  height: 100%;
  padding: 85px 0px 0px 220px;
  flex-direction: column;
}
.abo_apjm-lun {
  position: relative;
}
.abo_apjm-lun img {
  width: 100%;
  height: 100%;
}
.abo_apjm-lun .show {
  position: absolute;
  width: 100%;
  left: 0px;
  padding: 0px 50px;
  z-index: 2;
  top: 0px;
  height: 100%;
  padding-top: 120px;
}
.abo_apjm-lun .show > div {
  text-align: center;
}
.abo_apjm-lun::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 89, 218, 80%);
  z-index: 1;
  opacity: 0;
  transition: all .4s ease;
}
.abo_apjm-lun:hover::before {
  opacity: 1;
}
.abo_apjm-svp .swiper-slide:nth-child(1) .abo_apjm-lun::before {
  display: none;
}
.abo_apjm-svp {
  position: relative;
}
.abo_apjm-svp > .indrh-head-btn > div {
  position: absolute;
  z-index: 1;
}
.abo_apjm-svp > .indrh-head-btn > div {
  right: 16%;
  top: 50%;
  transform: translateY(-50%);
}
.abo_apjm-svp > .indrh-head-btn .next {
  opacity: 1;
  z-index: 2;
  transition: all .4s ease;
}
.abo_apjm-svp > .indrh-head-btn .prev {
  opacity: 0;
  z-index: 1;
  transition: all .4s ease;
}
.abo_apjm-svp > .indrh-head-btn .next:hover {
  opacity: .8;
}
.abo_apjm-svp > .indrh-head-btn .prev:hover {
  opacity: .8;
}
/* .indrh-head-btn>div{display: none;} */
.abo_apjm-lun.lt .indrh-head-btn {
  display: none;
}
.CommonBanner-lun > img {
  height: 600px;
  width: 100%;
}
.CommonBanner-lun > video {
  height: 600px;
  width: 100%;
}
.devel-list_fangan {
  margin-right: -12px;
  margin-bottom: -12px;
}
.devel-list_fangan .list-muen {
  padding: 15px;
  width: calc(100%/3 - 12px);
  margin-right: 12px;
  margin-bottom: 12px;
  background-color: #fff;
  transition: all .4s ease;
  position: relative;
}
.devel-list_fangan .list-muen .img {
  width: 148px;
  overflow: hidden;
  height: 196px;
  position: relative;
  z-index: 2;
}
.devel-list_fangan .list-muen .cont {
  width: calc(100% - 148px);
  display: flex;
  flex-direction: column;
  padding: 21px 28px 0px 30px;
  position: relative;
  z-index: 2;
}
.devel-list_fangan .list-muen:hover {
  box-shadow: 0px 2px 30px 0px rgba(48, 89, 218, 0.1);
}
.devel-list_fangan .list-muen .cont .commonLink img {
  margin-right: 4px;
  position: relative;
  z-index: 2;
}
.devel-list_fangan .list-muen .cont .commonLink img:nth-child(1) {
  display: block;
}
.devel-list_fangan .list-muen .cont .commonLink img:nth-child(2) {
  display: none;
}
.devel-list_fangan .list-muen .cont .commonLink:hover img:nth-child(1) {
  display: none;
}
.devel-list_fangan .list-muen .cont .commonLink:hover img:nth-child(2) {
  display: block;
}
.devel-list_fangan .list-muen .img img {
  width: 100%;
  transition: all .4s ease;
  height: 100%;
}
.devel-list_fangan .list-muen .img:hover img {
  transform: scale(1.04);
}
.devel-list_fangan .list-muen .title {
  width: 240px;
}
.devel-list_fangan .list-muen .text {
  width: 240px;
}
.devel-list_fangan .list-muen .cont .commonLink {
  width: 96px;
  height: 36px;
  margin-top: 10px;
}
.devel-list_fangan .list-muen .cont .commonLink::before {
  background-size: 96px 32px;
}
.devel-list_fangan .list-muen::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/devel-svp1.png)center no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0;
  transition: all .4s ease;
}
.devel-list_fangan .list-muen:hover::before {
  opacity: 1;
}
.newsList-slide {
  transition: all .4s ease;
}
.newsList-slide:hover {
  box-shadow: 0px 2px 30px 0px rgba(48, 89, 218, 0.1);
}
.hzst {
  background: url(../images/hzst_bg.png)center no-repeat;
  background-size: cover;
}
.hzst-list {
  margin-right: -40px;
}
.hzst-list .list-muen {
  width: calc(100%/2 - 40px);
  margin-right: 40px;
  position: relative;
}
.hzst-list .list-muen .show {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 10px 60px;
  display: flex;
  align-items: center;
}
.hzgx {
  background: url(../images/hzgx_bg.jpg)center no-repeat;
  background-size: cover;
}
.hzgx .abo_appt-list {
  margin-right: -55px;
}
.hzgx .abo_appt-list li {
  width: calc(100%/3 - 55px);
  height: auto;
  margin-right: 55px;
}
.hzgx .abo_appt-list li .abo_appt-cont {
  background-color: #3059DA;
  height: 130px;
}
.hzgx .abo_appt-list li .abo_appt-img {
  top: auto;
  bottom: 0px;
}
.hzfn {}
.hzfn .hzfn-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
/* .hzfn .hzfn-bg img{width: 100%;height: 100%;} */
.hzfn .yz-contain {
  position: relative;
  z-index: 2;
}
.hzfn-form {
  margin-right: -18px;
  margin-bottom: -18px;
}
.hzfn-form .hzfn-inout {
  width: calc(100%/3 - 18px);
  margin-right: 18px;
  margin-bottom: 18px;
  height: 60px;
  position: relative;
}
.hzfn-form .hzfn-inout input {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #DCDDE1;
  padding: 10px;
  padding-left: 70px;
}
.hzfn form textarea {
  width: 100%;
  height: 150px;
  background: #FFFFFF;
  border: 1px solid #DCDDE1;
  padding: 10px;
  margin-top: 18px;
  padding-left: 20px;
}
.hzfn form .commonLink {
  float: right;
}
.hzfn-form .hzfn-inout .hzfn-text {
  position: absolute;
  color: #979797;
  font-size: 16px;
  left: 0px;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.hzfn-form .hzfn-inout .hzfn-text span {
  color: #FF0000;
  margin-right: 4px;
  display: block;
  width: 7px;
}
.alxqbt {
  position: relative;
  padding-bottom: 65px;
}
.alxqbt-content {
  padding: 65px;
  box-shadow: 0px 0px 20px 0px rgba(48, 89, 218, 0.1);
  background-color: #fff;
  z-index: 1;
  position: relative;
  margin-top: -65px;
}
.alxqbt-content .title {
  color: #3059DA;
}
.alxqbt-content .text {
  font-size: 16px;
  color: #666;
  font-family: "PingFangSC-Regular", "AR";
  line-height: 32px;
}
.alxqbt-content .text span {
  font-size: 20px;
  color: #000;
  font-family: "PingFangSC-Medium", "AM";
  line-height: 32px;
}
.alxq .CommonBanner .swiper-pagination {
  bottom: 50px;
}
.indMask {
  opacity: 0;
  transition: opacity .4s ease;
  position: absolute;
  height: 100%;
  width: calc((100% - 1440px)/2);
  top: 0;
  overflow: hidden;
  left: 0;
}
.indMask i {
  display: block;
  position: absolute;
  top: 50%;
  margin: 0 auto;
  width: 300px;
  height: 300px;
  background: url('../images/indmask.png') no-repeat center/100% auto;
  left: 0;
  right: 0;
}
.indMask.right {
  left: auto;
  right: 0;
}
.indMask.right i {
  animation: indMaskRunF 12s linear infinite;
}
.indMask.left i {
  animation: indMaskRun 12s linear infinite;
}
@keyframes indMaskRun {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes indMaskRunF {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.indMask.on {
  opacity: 1;
}
.alxqtz {
  background-color: #f8f9fc;
}
.alxqtz-lun {
  margin-right: -170px;
  margin-bottom: -55px;
}
.alxqtz-lun li {
  width: calc(100%/2 - 170px);
  margin-right: 170px;
  margin-bottom: 55px;
}
.alxqtz-lun li .img {
  width: 10%;
  height: 65px;
  display: flex;
  justify-content: center;
}
.alxqtz-lun li .cont {
  width: 90%;
  padding-left: 22px;
}
.alxqtz-lun li .img img {
  max-height: 65px;
}
.alxqtz-svp .pages {
  display: flex;
  justify-content: center;
}
.swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  border-radius: 0;
  background: #DEDFE4;
  opacity: 1;
  margin: 0px 8px;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #3059DA;
}
.alxqfa-cont {
  width: 100%;
}
.alxqfa-cont .cont-l {
  width: 50%;
}
.alxqfa-cont .cont-r {
  width: 50%;
  padding-left: 65px;
}
.alxqfa-cont .cont-l img {
  width: 100%;
  height: 100%;
}
.alxqfa-cont .cont-l video {
  width: 100%;
  height: 400px;
}
.alxqfa-cont .cont-r li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 24px;
}
.alxqfa-cont .cont-r li:last-child {
  margin-bottom: 0px;
}
.alxqfa-cont .cont-r li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  width: 12px;
  height: 12px;
  background: url(../images/alxqfa-li.svg)center no-repeat;
  background-size: cover;
}
.devel-list_fangan .list-muen .cont .commonLink {
  
}
.alxqjz {
  background-color: #f8f9fc;
}
.alxqjz .yz-contain {
  position: relative;
  z-index: 1;
}
.alxqjz-list {
  margin-right: -80px;
  margin-bottom: -50px;
}
.alxqjz-list .list-muen {
  width: calc(100%/4 - 80px);
  margin-right: 80px;
  margin-bottom: 50px;
}
.alxqjz-list .list-muen .img {
  height: 70px;
  width: 70px;
}
.alxqjz-list .list-muen .img img {
  max-height: 70px;
}
.alxqjz-bg1 {
  position: absolute;
  right: 0px;
  top: 0px;
}
.alxqjz-bg2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.alxqal-list {
  margin-right: -40px;
}
.alxqal-list .list-muen {
  width: calc(100%/3 - 40px);
  margin-right: 40px;
  background-color: #fff;
  transition: all .4s ease;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.04);
}
.alxqal-list .list-muen .img {
  height: 255px;
  overflow: hidden;
}
.alxqal-list .list-muen .img img {
  height: 100%;
  width: 100%;
  transition: all .4s ease;
}
.alxqal-list .list-muen:hover .img img {
  transform: scale(1.04);
}
.alxqal-list .list-muen .cont {
  padding: 30px;
}
.alxqal-list .list-muen:hover {
  box-shadow: 0px 2px 30px 0px rgba(48, 89, 218, 0.1);
}
.yzindex2-cont .link div {
  width: 88px;
  height: 24px;
  margin: 10px 8px 0 0;
  clip-path: polygon(0 0, calc(100% - 4px) 0%, 100% 4px, 100% 100%, 4px 100%, 0% calc(100% - 4px));
  display: flex;
  align-items: center;
  justify-content: center;
  
  color: #666;
  position: relative;
  transition: all .4s ease;
}
.yzindex2-cont .link div::before, .yzindex2-cont .link a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all .4s ease;
}
.yzindex2-cont .link div::before {
  background: url('../fonts/indcpkk.svg') no-repeat center/100% auto;
}
.yzindex2-cont .link div::after {
  opacity: 0;
  height: 0;
  background: #3059da;
  top: auto;
  bottom: 0;
  transition: height .4s ease, opacity .1s ease .4s;
}
.alxqal .yz-contain {
  position: relative;
  z-index: 1;
}
.alxqal-list .list-muen .cont .title {
  transition: all .4s ease;
}
.alxqal-list .list-muen:hover .cont .title {
  color: #3059DA;
}
.hylb:last-child {
  padding-bottom: 80px;
}
.hylb-list {
  margin-right: -30px;
  margin-bottom: -30px;
}
.hylb-list .list-muen {
  width: calc(100%/4 - 30px);
  margin-right: 30px;
  position: relative;
  overflow: hidden;
  transition: all .4s ease;
  margin-bottom: 30px;
}
@media (max-width: 1450px) {
  .hylb-list .list-muen {
    width: calc(100%/3 - 20px);
    margin-right: 20px;
  }
}
.hylb-list .list-muen .show {
  position: absolute;
  bottom: 20px;
  left: 0px;
  padding: 0px 30px;
  transition: all .4s ease;
}
.hylb-list .list-muen::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
}
.hylb-list .list-muen .show .text {
  transition: all .4s ease;
}
.hylb-list .list-muen .btn {
  height: 80px;
  width: 100%;
  background-color: #3059DA;
  position: absolute;
  bottom: -80px;
  left: 0px;
  transition: all .4s ease;
}
.hylb-list .list-muen:hover .show {
  bottom: 36px;
}
.hylb-list .list-muen:hover .show .text {
  opacity: 0;
}
.hylb-list .list-muen:hover .btn {
  bottom: 0px;
}
.hylb-list .list-muen .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 30px;
}
.hylb-list .list-muen .btn i {
  color: #fff;
  font-size: 14px;
}
.hylb-list .list-muen:hover .btn i {
  animation: yztop .6s linear infinite alternate;
}
@keyframes yztop {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(10px);
  }
}
.hylb-list .list-muen:hover {
  transform: translateY(-16px);
}
.hylb-list .list-muen a > img {
  width: 100%;
  height: 100%;
}
.hylb-list .list-muen a {
  display: flex;
  height: 100%;
  z-index: 1;
  position: relative;
}
.CommonFanTop {
  transform: translateY(-30px);
  position: absolute;
  z-index: 1;
  width: 100%;
}
.CommonFanTop_cont {
  box-shadow: 0px 0px 20px 0px rgba(48, 89, 218, 0.1);
  background-color: #fff;
  justify-content: center;
}
.CommonFanTop_cont a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  position: relative;
  margin: 0px 120px;
}
.CommonFanTop_cont a::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0%;
  left: 50%;
  height: 3px;
  background-color: #3059DA;
  transform: translateX(-50%);
  transition: all .4s ease;
  content: "";
}
/* .CommonFanTop_cont a.active::before{width: 100%;} */
.CommonFanTop_cont a:hover::before {
  width: 100%;
}
/* .CommonFanTop_cont a.active{color: #3059DA;} */
.CommonFanTop_cont a:hover {
  color: #3059DA;
}
.proxqgs-cont {
  width: 100%;
}
.proxqgs-cont .cont-l {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-right: 50px;
}
.proxqgs-cont .cont-r {
  width: 50%;
  padding-left: 50px;
}
.proxqjg {
  background-color: #f8f9fc;
}
.proxqjg .yz-contain {
  z-index: 1;
  position: relative;
}
.proxqgn-lun {
  margin-right: -20px;
  margin-bottom: -20px;
}
.proxqgn-lun .list-muen {
  width: calc(100%/4 - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #f8f9fc;
  padding: 30px;
  position: relative;
  transition: all .4s ease;
  overflow: hidden;
  height: 240px;
}
.proxqgn-lun .list-muen .img {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .4s ease;
  opacity: 1;
}
.proxqgn-lun .list-muen .img img {
  max-width: 100%;
  max-height: 100%;
}
.proxqgn-lun .list-muen .btn i {
  background-image: url('../fonts/smarrrh.svg');
  width: 12px;
  height: 12px;
  position: relative;
  z-index: 4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  transition: all .4s ease;
}
.proxqgn-lun .list-muen .btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  clip-path: polygon(0 0, calc(100% - 7px) 0%, 100% 7px, 100% 100%, 7px 100%, 0% calc(100% - 7px));
  transition: all .4s ease;
  opacity: 0;
}
.proxqgn-lun .list-muen .btn::before {
  height: 100%;
  background: url('../fonts/smkk.svg')center no-repeat;
  transition: all .4s ease;
  background-size: yz-contain;
}
.proxqgn-lun .list-muen .btn::after {
  height: 0;
  opacity: 0;
  background: #3059DA;
  transition: height .4s ease, opacity .1s ease .4s;
}
.proxqgn-lun .list-muen .btn::before, .proxqgn-lun .list-muen .btn::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.proxqgn-lun .list-muen:hover .img {
  opacity: 0;
  transform: translateY(-50px);
}
.proxqgn-lun .list-muen .title {
  transition: all .4s ease;
}
.proxqgn-lun .list-muen .text {
  transition: all .4s ease;
}
.proxqgn-lun .list-muen:hover .btn {
  opacity: 1;
  transform: translateY(-50px);
}
.proxqgn-lun .list-muen:hover {
  background-color: #3059DA;
}
.proxqgn-lun .list-muen:hover .title {
  color: #fff;
  transform: translateY(-50px);
}
.proxqgn-lun .list-muen:hover .text {
  color: #fff;
  transform: translateY(-50px);
}
.proxqgn-svp {
  position: relative;
}
.proxqgn-svp .indrh-head-btn > div {
  position: absolute;
  z-index: 1;
}
.proxqgn-svp .indrh-head-btn .prev {
  top: 50%;
  transform: translateY(-50%);
  left: -60px;
}
.proxqgn-svp .indrh-head-btn .next {
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
}
.proxqtd {
  background-color: #f8f9fc;
}
.proxqtd-list {
  margin-right: -80px;
  margin-bottom: -55px;
}
.proxqtd-list .list-muen {
  width: calc(100%/2 - 80px);
  margin-right: 80px;
  margin-bottom: 55px;
}
.proxqtd-list .list-muen .img {
  width: 14%;
}
.proxqtd-list .list-muen .cont {
  width: 86%;
  padding-left: 30px;
}
.proxqtd-list .list-muen .img {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proxqcp-svp .yzindex2-more-box {
  width: 100%;
  background: #f8f9fc;
  position: relative;
  padding: 40px 30px;
  transition: background .4s ease;
  overflow: visible !important;
}
.proxqcp-svp .yzindex2-image {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
}
.proxqcp-svp .yzindex2-image img {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all .4s ease;
  transform-origin: right bottom;
}
.proxqcp-svp .yzindex2-image img.s {
  max-width: 150px;
  max-height: 150px;
}
.proxqcp-svp .yzindex2-image img.h {
  max-width: 400px;
  max-height: 280px;
  opacity: 0;
  transform: scale(0);
}
.proxqcp-svp .yzindex2-cont {
  position: relative;
  z-index: 4;
  max-width: 400px;
}
.proxqcp-svp .yzindex2-cont .title {
  transition: all .4s ease;
}
.proxqcp-svp .yzindex2-cont .text {
  transition: color .4s ease;
  min-height: 40px;
  width: 300px;
  line-height: 24px;
}
.proxqcp-svp .yzindex2-cont .link {
  width: 100%;
  max-width: 320px;
}
.proxqcp-svp .yzindex2-items li:last-child .yzindex2-cont .link {
  max-width: 242px;
}
.proxqcp-svp .yzindex2-cont .link a {
  width: 96px;
  height: 32px;
  clip-path: polygon(0 0, calc(100% - 4px) 0%, 100% 4px, 100% 100%, 4px 100%, 0% calc(100% - 4px));
  display: flex;
  align-items: center;
  justify-content: center;
  
  color: #666;
  position: relative;
  transition: all .4s ease;
}
.proxqcp-svp .yzindex2-cont .link a::before, .yzindex2-cont .link a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all .4s ease;
}
.proxqcp-svp .yzindex2-cont .link a::before {
  background: url('../fonts/indcpkk2.svg') no-repeat center/100% auto;
}
.proxqcp-svp .yzindex2-cont .link a::after {
  opacity: 0;
  height: 0;
  background: #3059da;
  top: auto;
  bottom: 0;
  transition: height .4s ease, opacity .1s ease .4s;
}
.proxqcp-svp .yzindex2-cont .link a span {
  position: relative;
  z-index: 3;
}
.proxqcp-svp .yzindex2-cont .link a:hover {
  color: #fff !important;
}
.proxqcp-svp .yzindex2-cont .link a:hover::before {
  background-image: url('../fonts/indcpkkh.svg');
}
.proxqcp-svp .yzindex2-cont .link a:hover::after {
  opacity: 1;
  height: 100%;
  transition: height .4s ease .1s, opacity .1s ease;
}
.CommonBanner {
  position: relative;
}
/* -- */
.proxqcp-svp .yzindex2-more-box .yzindex2-cont .link {
  max-width: 162px;
}
.proxqcp-svp .yzindex2-more-box .yzindex2-image img.h {
  max-width: 160px;
  max-height: 160px;
}
@media all and (min-width:640px) {
  .proxqcp-svp .yzindex2-more-box:hover {
    background: #181C25;
  }
  .proxqcp-svp .yzindex2-more-box:hover .yzindex2-cont .link a {
    color: rgba(255, 255, 255, .5);
  }
  .proxqcp-svp .yzindex2-more-box:hover .yzindex2-cont .link a::before {
    opacity: 0.16;
  }
  .proxqcp-svp .yzindex2-more-box:hover .yzindex2-cont .title {
    color: #fff;
  }
  .proxqcp-svp .yzindex2-more-box:hover .yzindex2-cont .text {
    color: rgba(255, 255, 255, .7);
  }
  .proxqcp-svp .yzindex2-more-box:hover .yzindex2-image img.s {
    opacity: 0;
    transform: scale(0);
  }
  .proxqcp-svp .yzindex2-more-box:hover .yzindex2-image img.h {
    opacity: 1;
    transform: scale(1);
  }
}
.proxqcp-svp .yzindex2-more .swiper-pagination {
  bottom: 0;
  font-size: 0;
  position: relative;
}
.proxqcp-svp .yzindex2-more .swiper-pagination-bullet {
  background: #e5e9f3;
  opacity: 1;
  margin: 0 10px !important;
}
.proxqcp-svp .yzindex2-more .swiper-pagination-bullet-active {
  background: #3059da;
}
.proxqcp-svp {
  position: relative;
}
.proxqcp-svp .indrh-head-btn > div {
  position: absolute;
  z-index: 10;
}
.proxqcp-svp .indrh-head-btn .prev {
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  left: -60px;
}
.proxqcp-svp .indrh-head-btn .next {
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  right: -60px;
}
.proxqcp-svp .pages {
  display: flex;
  justify-content: center;
}
.proxqgn-svp .pages {
  display: flex;
  justify-content: center;
  opacity: 0;
}
.jjfatd-list {
  margin-right: -50px;
  margin-bottom: -56px;
  margin-top: 56px;
}
.jjfatd-list .list-muen {
  width: calc(100%/4 - 50px);
  margin-right: 50px;
  margin-bottom: 56px;
  align-items: center;
}
.jjfatd-list .list-muen .img {
  width: 11%;
}
.jjfatd-list .list-muen .cont {
  width: 89%;
  padding-left: 16px;
}
.jjfatd {
  padding-top: 94px;
  padding-bottom: 80px;
}
.proxqgs {
  padding-top: 94px;
}
.jjfags {
  background-color: #f8f9fc;
}
.jjfags .yz-contain {
  position: relative;
  z-index: 1;
}
.jjfags-cont {
  width: 100%;
  background-color: #fff;
}
.jjfags-cont .cont-l {
  width: 50%;
  position: relative;
  height: 404px;
}
.jjfags-cont .cont-r {
  width: 50%;
  padding: 50px 70px;
}
.alxqfa .jjfags-cont .cont-r {
  padding: 0px 0px 0px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jjfags-cont .cont-r > ul {
  overflow: auto;
  height: 404px;
  padding-right: 40px;
}
.jjfags-cont .cont-r > ul::-webkit-scrollbar {
  width: 1px;
}
.jjfags-cont .cont-r > ul::-webkit-scrollbar-thumb {
  background: #3059D8;
}
.jjfags-cont .cont-r > ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.jjfags-cont .indal-info {
  width: 100%;
  position: relative;
  height: 100%;
}
.jjfags-cont .indal-info img {
  width: 100%;
  height: 100%;
}
.jjfags-cont .indal-info.active img {
  display: none;
}
.jjfags-cont .indal-info.active .indal-info-play {
  display: none;
}
.jjfags-cont .indal-info video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
}
.jjfags-cont .indal-info.active video {
  opacity: 1;
  visibility: inherit;
}
.jjfags-cont .indal-info-cont {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px 30px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 0%, #000000 100%);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.jjfags-cont .indal-info-cont .title {
  font-family: "PingFangSC-Medium", "AM", "noto sans", sans-serif;
}
.jjfags-cont .indal-info-cont .title a {
  transition: all .4s ease;
}
.jjfags-cont .indal-info-cont .title a:hover {
  color: #3059da;
}
.jjfags-cont .indal-info-play {
  width: 60px;
  height: 60px;
  display: flex;
  user-select: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 6;
  cursor: pointer;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
}
.jjfags-cont .indal-info-play i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, calc(100% - 13px) 0%, 100% 13px, 100% 100%, 12px 100%, 0% calc(100% - 12px));
  background: rgba(0, 9, 38, 0.5) url('../images/indalkk.png') no-repeat center/100% auto;
}
.jjfags-cont .indal-info-play b {
  position: relative;
  z-index: 4;
  width: 18px;
  height: 20px;
  background: url('../images/indalplay.svg') no-repeat center/100% auto;
}
.jjfags-cont .indal-info-play svg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: -1px;
  left: -1px;
  stroke-dasharray: 284, 284;
  stroke-dashoffset: 284;
}
.jjfags-cont .indal-info-play svg {
  animation: indalSvgRun 3s linear infinite .8s;
}
@keyframes indalSvgRun {
  0% {
    stroke-dashoffset: 284;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.jjfags-cont .indal-info.on video {
  opacity: 1;
  visibility: visible;
}
.jjfags-cont .indal-info.on .indal-info-play {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.jjfags-cont .cont-r .jjfags-btn {
  margin-right: -16px;
}
.jjfags-cont .cont-r .jjfags-btn a {
  width: 120px;
  height: 40px;
  margin-right: 16px;
}
.jjfags-cont .cont-r .jjfags-btn a::before {
  object-fit: yz-contain;
}
.jjfags-list > div {
  display: none;
}
.jjfags-list > div.active {
  display: block;
}
.jjfags-list li {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.jjfags-list > div.active li:last-child {
  margin-bottom: 0px;
}
.jjfags-list li::before {
  position: absolute;
  left: 0px;
  top: 6px;
  background: url(../fonts/jjfags-list.svg)center no-repeat;
  width: 12px;
  height: 12px;
  content: "";
  background-size: 12px 12px;
}
.jjfags-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -50px;
  margin-bottom: -10px;
}
.jjfags-list ul li {
  margin-right: 50px;
}
/* .jjfags-list ul.lty4{margin-right: -50px;margin-bottom: -20px;}
.jjfags-list ul.lty3{margin-right: -50px;margin-bottom: -20px;}
.jjfags-list ul.lty2{margin-right: -50px;margin-bottom: -20px;}
.jjfags-list ul.lty4 li{width: calc(100%/4 - 50px);margin-right: 50px;margin-bottom: 20px;}
.jjfags-list ul.lty3 li{width: calc(100%/3 - 50px);margin-right: 50px;margin-bottom: 20px;}
.jjfags-list ul.lty2 li{width: calc(100%/2 - 50px);margin-right: 50px;margin-bottom: 20px;} */
/* .jjfayy{background-color: #f8f9fc;} */
.jjfayy-svp .yzindex2-more-box {
  width: 100%;
  background: #f8f9fc;
  position: relative;
  padding: 40px 30px;
  transition: background .4s ease;
  overflow: visible !important;
  height: 300px;
}
.jjfayy-svp .yzindex2-more-box .btn {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  transform: translate3d(0, 0, 10px);
}
.jjfayy-svp .yzindex2-image {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
}
.jjfayy-svp .yzindex2-image img {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all .4s ease;
  transform-origin: right bottom;
}
.jjfayy-svp .yzindex2-image img.s {
  max-width: 150px;
  max-height: 150px;
}
.jjfayy-svp .yzindex2-image img.h {
  max-width: 400px;
  max-height: 280px;
  opacity: 0;
  transform: scale(0);
}
.jjfayy-svp .yzindex2-cont {
  max-width: 400px;
}
.jjfayy-svp .yzindex2-cont .title {
  font-family: "PingFangSC-Medium", "AM", "noto sans", sans-serif;
  transition: all .4s ease;
}
.jjfayy-svp .yzindex2-cont .text {
  transition: color .4s ease;
  min-height: 40px;
}
.jjfayy-svp .yzindex2-cont .link {
  width: 100%;
  max-width: 320px;
}
.jjfayy-svp .yzindex2-items li:last-child .yzindex2-cont .link {
  max-width: 242px;
}
.jjfayy-svp .yzindex2-cont .link a {
  width: 96px;
  height: 32px;
  margin: 10px 8px 0 0;
  clip-path: polygon(0 0, calc(100% - 4px) 0%, 100% 4px, 100% 100%, 4px 100%, 0% calc(100% - 4px));
  display: flex;
  align-items: center;
  justify-content: center;
  
  color: #666;
  position: relative;
  transition: all .4s ease;
}
.jjfayy-svp .yzindex2-cont .link a::before, .yzindex2-cont .link a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all .4s ease;
}
.jjfayy-svp .yzindex2-cont .link a::before {
  background: url('../fonts/indcpkk.svg') no-repeat center/100% auto;
}
.jjfayy-svp .yzindex2-cont .link a::after {
  opacity: 0;
  height: 0;
  background: #3059da;
  top: auto;
  bottom: 0;
  transition: height .4s ease, opacity .1s ease .4s;
}
.jjfayy-svp .yzindex2-cont .link a span {
  position: relative;
  z-index: 3;
}
.jjfayy-svp .yzindex2-cont .link a:hover {
  color: #fff !important;
}
.jjfayy-svp .yzindex2-cont .link a:hover::before {
  background-image: url('../fonts/indcpkkh.svg');
}
.jjfayy-svp .yzindex2-cont .link a:hover::after {
  opacity: 1;
  height: 100%;
  transition: height .4s ease .1s, opacity .1s ease;
}
/* -- */
.jjfayy-svp .yzindex2-more-box .yzindex2-cont .link {
  max-width: 192px;
  position: absolute;
  left: 25px;
  bottom: 25px;
  flex-direction: column;
  height: 102px;
}
.jjfayy-svp .yzindex2-more-box .yzindex2-image img.h {
  max-width: 150px;
  max-height: 150px;
}
@media all and (min-width:640px) {
  .jjfayy-svp .yzindex2-more-box:hover {
    background: #181C25;
  }
  .jjfayy-svp .yzindex2-more-box:hover .yzindex2-cont .link a {
    color: rgba(255, 255, 255, .5);
  }
  .jjfayy-svp .yzindex2-more-box:hover .yzindex2-cont .link a::before {
    opacity: 0.16;
  }
  .jjfayy-svp .yzindex2-more-box:hover .yzindex2-cont .title {
    color: #fff;
  }
  .jjfayy-svp .yzindex2-more-box:hover .yzindex2-cont .text {
    color: rgba(255, 255, 255, .7);
  }
  .jjfayy-svp .yzindex2-more-box:hover .yzindex2-image img.s {
    opacity: 0;
    transform: scale(0);
  }
  .jjfayy-svp .yzindex2-more-box:hover .yzindex2-image img.h {
    opacity: 1;
    transform: scale(1);
  }
}
.jjfayy-svp .yzindex2-more .swiper-pagination {
  bottom: 0;
  font-size: 0;
  position: relative;
}
.jjfayy-svp .yzindex2-more .swiper-pagination-bullet {
  background: #e5e9f3;
  opacity: 1;
  margin: 0 10px !important;
}
.jjfayy-svp .yzindex2-more .swiper-pagination-bullet-active {
  background: #3059da;
}
.jjfayy-svp {
  position: relative;
}
.jjfayy-svp .indrh-head-btn {
  position: absolute;
  width: 100%;
  height: calc(100% - 30px);
  top: 0px;
  left: 0px;
}
.jjfayy-svp .indrh-head-btn > div {
  position: absolute;
  z-index: 10;
}
.jjfayy-svp .indrh-head-btn .prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -60px;
}
.jjfayy-svp .indrh-head-btn .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
}
.jjfayy-svp .pages {
  display: flex;
  justify-content: center;
}
/* .abo_apjm-svp .swiper-container{padding: 0px 1435px 0px 0px;} */
.abo_apjm .aboCommonTitle {
  display: none;
}
.abo_apjm-svp .pages {
  opacity: 0;
}
.abo_apaq .aboCommonTitle {
  display: none;
}
.abo_apaq-svp {
  display: none;
}
.prolb-cont {
  width: 100%;
}
.prolb-cont .cont-l {
  width: 20%;
  padding-right: 40px;
}
.prolb-cont .cont-r {
  width: 80%;
}
.prolb-list .list-muen {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.prolb-list .list-muen .title {
  margin-bottom: 16px;
}
.prolb-list .list-muen a {
  display: flex;
  margin-bottom: 10px;
  transition: all .4s ease;
}
.prolb-list .list-muen a:hover {
  color: #3059DA;
}
.prolb-list {
  overflow-x: auto; /* 仅显示横向滚动条（避免纵向多余滚动条） */
  height: 60vh;
  /* 可选：添加内边距，避免内容贴紧滚动条 */
  padding-bottom: 4px;
}
/* 1. 滚动条整体（宽高决定滚动条尺寸，横向滚动条需设置高度） */
.prolb-list::-webkit-scrollbar {
  height: 3px; /* 横向滚动条的高度（关键，默认过细） */ width: 10px;
}
/* 2. 滚动条轨道（背景部分） */
.prolb-list::-webkit-scrollbar-track {
  background: #f1f1f1; /* 轨道底色，与页面背景协调 */
  border-radius: 10px; /* 轨道圆角，增强圆润感 */
}
/* 3. 滚动条滑块（可拖动的部分） */
.prolb-list::-webkit-scrollbar-thumb {
  background: #c1c1c1; /* 滑块默认颜色 */
  border-radius: 10px; /* 滑块圆角，与轨道呼应 */
  transition: background 0.3s; /* 颜色过渡，提升交互质感 */
}
/* 4. 滑块悬停状态（增强交互反馈） */
.prolb-list::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8; /* 悬停时加深颜色，提示可交互 */
}
/* 5. 可选：滚动条边角（轨道与滑块的连接处） */
.prolb-list::-webkit-scrollbar-corner {
  background: transparent; /* 隐藏边角空白，保持整体简洁 */
}
.prolb-li {
  margin-right: -20px;
  margin-bottom: -20px;
}
.prolb-li li {
  width: calc(100%/4 - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #f6f7fb;
  transition: all .3s ease;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1590px) {
  .prolb-li li {
    width: calc(100%/3 - 20px);
  }
}
.prolb-li li a {
  display: flex;
  padding: 25px;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.prolb-li li:hover {
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
}
.prolb-li li::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/prolb-li_bg.jpg)center no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all .4s ease;
}
.prolb_title .title {
  position: relative;
  display: flex;
  align-items: center;
}
.prolb_title a.title {
  transition: all .4s ease;
  width: fit-content;
}
.prolb_title a.title:hover {
  color: #3059DA;
}
.prolb_title .title span {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.prolb_title .title i {
  color: #000;
}
.prolb_title a.title i {
  transition: all .4s ease;
}
.prolb_title a.title:hover i {
  color: #3059DA;
}
.prolb-li li:hover::before {
  opacity: .45;
}
.prolb-li_title {
  display: flex;
  align-items: center;
  position: relative;
}
.prolb-li a.btn_None .prolb-li_title .btn {
  display: none;
}
.prolb-li_title .img {
  margin-right: 20px;
}
/* 合并重复样式，统一图片基础设置 */
.prolb-li_title .img img {
  width: 120px;
  height: 120px;
      padding: 10px;
    background-color: #fff;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 10px rgba(42, 84, 213, 0.1); /* 轻微阴影呼应主色 */
    border-radius:15px;
}
/* 父容器定位：作为发光层的参考 */
.prolb-li_title .img {
  position: relative;
  display: inline-block;
  padding: 5px;
  flex: none;
}
/* 流动发光层：统一使用#2A54D5色系 */
.prolb-li_title .img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  /* 单色渐变流动效果：不同透明度的#2A54D5叠加 */
  background: linear-gradient(45deg, rgba(42, 84, 213, 0.2), /* 较浅透明 */ rgba(42, 84, 213, 0.5), /* 中等透明 */ rgba(42, 84, 213, 0.3), /* 过渡透明 */ rgba(42, 84, 213, 0.4) /* 平衡透明 */
    );
  filter: blur(12px); /* 发光模糊度 */
  animation: flowGlow 4s linear infinite;
  z-index: 1;
}
/* 流动动画保持不变，确保光效自然循环 */
@keyframes flowGlow {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg) scale(1.1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) scale(1);
    opacity: 0.3;
  }
}
.prolb-li_title .text {
  display: flex;
  align-items: center;
  transition: all .4s ease;
}
.prolb-li li:hover .prolb-li_title .text {
  color: #3059DA;
}
.prolb-li_title .text span {
  
  color: #ff0000;
  margin-left: 5px;
}
.prolb-li_title .btn {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.prolb-li li:hover .prolb-li_title .btn {
  animation: prolbLi .6s linear infinite alternate;
}
@keyframes prolbLi {
  0% {
    transform: translateX(0px) translateY(-50%);
  }
  100% {
    transform: translateX(10px) translateY(-50%);
  }
}
.prolb-li_title .btn i {
  color: #7e8089;
  font-size: 14px;
  font-weight: 900;
  transition: all .4s ease;
}
.prolb-li li:hover .prolb-li_title .btn i {
  color: #3059DA;
}
.prolb-li_text {
  color: #67686a;
  position: relative;
  z-index: 1;
}
.prolb-li_btn {
  margin-right: -8px;
  margin-bottom: -10px;
}
.prolb-li_btn > div {
  width: 88px;
  height: 24px;
  margin: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  
  color: #666;
  position: relative;
  transition: all .4s ease;
}
.prolb-li_btn > div::before {
  background: url('../images/indcpkk.svg') no-repeat center/100% auto;
}
.prolb-li_btn > div::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all .4s ease;
}
.prolb-li_btn span {
  position: relative;
  z-index: 3;
}
.prolb-ul .list-muen {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid #e5e5e5;
}
.prolb-ul .list-muen:last-child {
  margin-bottom: 0px;
  border-bottom: 0px solid #000;
  padding-bottom: 0px;
}
.prolb-li2 {
  margin-right: -10px;
  margin-bottom: -10px;
}
.prolb-li2 li {
  height: 50px;
  width: calc(100%/6 - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #f6f7fb;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prolb-cont_btn {
  display: none;
}
.prolb-cont .cont-l .close {
  display: none;
}
.prolb-li.lty2 {
  margin-right: -10px;
  margin-bottom: -10px;
}
.prolb-li.lty2 li {
  width: calc(100%/6 - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prolb-li.lty2 li a {
  padding: 15px;
}
.prolb-li.lty2 .prolb-li_title {
  justify-content: center;
}
.prolb-li.lty2 .prolb-li_title .img {
  display: none;
}
.newszx-list {
  margin-right: -30px;
}
.newszx-list .list-muen {
  width: calc(100%/3 - 30px);
  margin-right: 30px;
  background-color: #f2f3f8;
  padding: 34px 40px;
}
.newszx-list .list-muen .title {
  margin-bottom: 16px;
}
.newszx-list .list-muen .phone {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.newszx-list .list-muen .phone .img {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newszx-list .list-muen .phone:last-child {
  margin-bottom: 0px;
}
#map {
  width: 100%;
  height: 680px;
}
#map .amap-info-close {
  right: 6px !important;
  top: 6px;
}
#map .amap-info-content {
  padding: 25px;
}
.relmap-info {
  width: 100%;
  overflow: hidden;
}
.relmap-info h6 {
  font-size: 16px;
  color: #000;
  line-height: 24px;
}
.relmap-info p {
  font-size: 14px;
  color: #000;
  margin-top: 8px;
}
#map .amap-logo, #map .amap-copyright {
  display: none !important;
}
#map .amap-info-close {
  display: none !important;
}
.relmap-info a {
  display: flex;
}
.amap-zoom-touch-plus > div, .amap-zoom-touch-minus > div {
  line-height: 40px;
}
.amap-touch-toolbar .amap-zoomcontrol {
  box-shadow: 0px 7px 20px 0 rgba(0, 0, 0, .2);
}
.newsdz-cont {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
  padding-bottom: 40px;
  z-index: 999;
}
.newsdz-cont .yz-contain {
  margin-bottom: -100%;
  transition: all 1s ease;
}
.newsdz-content {
  background-color: #3059da;
  width: fit-content;
  padding: 60px;
  position: relative;
  pointer-events: auto;
}
.newsdz-content p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
.newsdz-content .title {
  margin-bottom: 10px;
}
.newsdz-content .close {
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
}
.newsdz-content .close i {
  font-size: 16px;
}
.newsgs-lun {
  padding: 20px;
  box-shadow: 0px 1px 13px 0px rgb(0 0 0 / 5%);
}
.newsgs-lun .img {
  width: 100%;
  height: 180px;
}
.newsgs-lun .img img {
  width: 100%;
  height: 100%;
}
.newsgs-lun .title {
  border-bottom: 2px solid #3059da;
  width: fit-content;
  padding-bottom: 4px;
}
.newsgs-svp .swiper-container {
  padding: 5px;
}
.newsgs-svp {
  position: relative;
}
.newsgs-svp .indrh-head-btn > div {
  position: absolute;
}
.newsgs-svp .indrh-head-btn .prev {
  top: 50%;
  transform: translateY(-50%);
  left: -60px;
}
.newsgs-svp .indrh-head-btn .next {
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
}
.newsgs-svp .pages {
  display: flex;
  justify-content: center;
  opacity: 0;
}
.M {
  font-family: "M";
}
/* .SJ{font-family: "M";font-weight: 700;} */
.abogg-cont {
  width: 100%;
}
.abogg-cont .cont-l {
  width: 50%;
  padding-right: 130px;
}
.abogg-dian {
  width: 12px;
  height: 12px;
  background-color: #1B59E2;
  border-radius: 100px;
  content: "";
  margin-bottom: -5px;
  margin-left: -5px;
  position: relative;
  z-index: 2;
}
.abogg-svp {
  padding-left: 40px;
  height: 710px;
  position: relative;
}
.abogg-svp .pages::before {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #1B59E2;
  border-radius: 100px;
  top: 0px;
  left: -5px;
  content: "";
  z-index: 2;
}
.abogg-cont .cont-r {
  width: 50%;
  position: relative;
}
.abogg-lun {
  margin-bottom: 50px;
  opacity: 1;
  transition: all .4s ease;
}
/* .abogg-lun:hover,.abogg-lun.active{opacity: 1;} */
.abogg-lun:last-child {
  margin-bottom: 0px;
}
.abogg-lun .title {
  color: #3059DA;
}
.abogg-svp .swiper-container {
  height: 100%;
}
.abogg-svp .swiper-container .swiper-slide:last-child {
  margin-bottom: 0px !important;
}
.abogg-svp .pages {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2px;
  height: 100%;
}
.abogg-svp .pages .swiper-pagination-progressbar {
  background: #E8E8E8;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.abogg-svp .pages .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #3059DA;
  width: 100%;
}
.abogg-svp .swiper-slide {
  opacity: 1;
  transition: all .4s ease;
}
/* .abogg-svp .swiper-slide:hover{opacity: 1;} */
.abogg-cont .cont-r > img {
  width: 100%;
  height: 100%;
  object-fit: yz-contain;
}
.abogg-list {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.abogg-list .list-muen {
  display: block;
  width: 500px;
  height: 500px;
}
.abogg-list .list-muen img {
  width: 100%;
  height: 100%;
}
.abory {
  background: url(../images/abory-bg.jpg)center no-repeat;
  background-size: cover;
}
.abory-list {
  display: flex;
  justify-content: center;
  padding-right: 26px;
}
.abory-list .list-muen {
  padding: 0px 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.abory-list .list-muen > div {
  text-align: center;
}
.abory-list .list-muen:nth-child(1) {
  padding-left: 0px;
}
.abory-list .list-muen:last-child {
  padding-right: 0px;
}
.abory-svp {
  position: relative;
}
.abory-svp-cont {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding-left: 110px;
  padding-right: 115px;
}
.hzzc {
  background-color: #f8f9fc;
}
.hzzc .yz-contain {
  position: relative;
  z-index: 1;
}
.hzzc-Yuan {
  display: flex;
  justify-content: center;
  margin: 150px 0px;
  position: relative;
}
.hzzc-bg {
  position: relative;
}
.hzzc_logo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hzzc-bg_lt {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.hzzc-bg_lt_line {
  position: absolute;
}
.hzzc-bg_lt_line:nth-child(1) {
  top: 0px;
  left: 3px;
}
.hzzc-bg_lt_line:nth-child(2) {
  top: 0px;
  left: 204px;
}
.hzzc-bg_lt_line:nth-child(3) {
  top: 118px;
  left: 405px;
}
.hzzc-bg_lt_line:nth-child(4) {
  top: 347px;
  left: 205px;
}
.hzzc-bg_lt_line:nth-child(5) {
  top: 348px;
  left: 5px;
}
.hzzc-bg_lt_line:nth-child(6) {
  top: 114px;
  left: 0px;
}
.hzzc-bg_lt_line svg {
  stroke-dasharray: 233, 233;
  stroke-dashoffset: 233;
  opacity: 0;
}
.hzzc-bg_lt_line.active svg {
  animation: svgRun5 4s linear infinite both;
  opacity: 1;
}
@keyframes svgRun5 {
  0% {
    stroke-dashoffset: 233;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -233;
  }
}
.hzzc-bg_lt_list {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 110%;
  height: 100%;
}
.hzzc-bg_lt_list .list-muen {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hzzc-bg_lt_list .list-muen img {
  opacity: 0;
  transition: all .4s ease;
}
.hzzc-bg_lt_list .list-muen::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/hzzc-bg_lt_list2.svg)center no-repeat;
  background-size: yz-contain;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
}
.hzzc-bg_lt_list .list-muen:nth-child(1) {
  top: -24px;
  left: 185px;
}
.hzzc-bg_lt_list .list-muen:nth-child(2) {
  top: 93px;
  left: 386px;
}
.hzzc-bg_lt_list .list-muen:nth-child(3) {
  top: 323px;
  left: 386px;
}
.hzzc-bg_lt_list .list-muen:nth-child(4) {
  top: 440px;
  left: 185px;
}
.hzzc-bg_lt_list .list-muen:nth-child(5) {
  top: 323px;
  left: -17px;
}
.hzzc-bg_lt_list .list-muen:nth-child(6) {
  top: 93px;
  left: -17px;
}
.hzzc-bg_lt_list .list-muen.active img {
  opacity: 1;
}
.hzzc-bg_lt-nuam {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.hzzc-bg_lt-nuam .list-muen {
  width: 255px;
  position: absolute;
}
.hzzc-bg_lt-nuam .list-muen.active .title {
  color: #3059DA;
}
.hzzc-bg_lt-nuam .list-muen.active .text {
  color: #3059DA;
}
.hzzc-bg_lt-nuam .list-muen:nth-child(1) {
  top: -115px;
  left: 665px;
}
.hzzc-bg_lt-nuam .list-muen:nth-child(2) {
  top: 60px;
  left: 978px;
}
.hzzc-bg_lt-nuam .list-muen:nth-child(3) {
  top: 304px;
  left: 978px;
}
.hzzc-bg_lt-nuam .list-muen:nth-child(4) {
  top: 500px;
  left: 665px;
}
.hzzc-bg_lt-nuam .list-muen:nth-child(5) {
  top: 304px;
  left: 220px;
  text-align: right;
}
.hzzc-bg_lt-nuam .list-muen:nth-child(6) {
  top: 60px;
  left: 220px;
  text-align: right;
}
.abowm {
  background-color: #f8f9fc;
}
.abowm .yz-contain {
  border-left: 2px solid rgba(202, 207, 238, .3);
  border-right: 2px solid rgba(202, 207, 238, .3);
  position: relative;
}
.abowm_Yuam {
  display: flex;
  justify-content: center;
  position: relative;
}
.abowm_Yuam .bg1 {
  position: relative;
  width: 460px;
  height: 525px;
}
.abowm_Yuam-lt {
  position: absolute;
}
.abowm_Yuam-lt svg {
  display: block;
}
.abowm_Yuam-lt.lt1 {
  top: 0px;
  left: 16px;
}
.abowm_Yuam-lt.lt2 {
  right: 1px;
  top: 106px;
}
.abowm_Yuam-lt.lt3 {
  bottom: 4px;
  right: 11px;
}
.abowm_Yuam-lt.lt4 {
  left: 0px;
  top: 118px;
}
.abowm_Yuam-lt.lt1 svg {
  stroke-dasharray: 468, 468;
  stroke-dashoffset: 468;
  opacity: 0;
}
.abowm_Yuam-lt.lt2 svg {
  stroke-dasharray: 317, 317;
  stroke-dashoffset: 317;
  opacity: 0;
}
.abowm_Yuam-lt.lt3 svg {
  stroke-dasharray: 536, 536;
  stroke-dashoffset: 536;
  opacity: 0;
}
.abowm_Yuam-lt.lt4 svg {
  stroke-dasharray: 260, 260;
  stroke-dashoffset: 260;
  opacity: 0;
}
.abowm_Yuam-lt.lt1.active svg {
  animation: svgRun1 4s linear infinite both;
  opacity: 1;
}
.abowm_Yuam-lt.lt2.active svg {
  animation: svgRun2 4s linear infinite both;
  opacity: 1;
}
.abowm_Yuam-lt.lt3.active svg {
  animation: svgRun3 4s linear infinite both;
  opacity: 1;
}
.abowm_Yuam-lt.lt4.active svg {
  animation: svgRun4 4s linear infinite both;
  opacity: 1;
}
@keyframes svgRun1 {
  0% {
    stroke-dashoffset: 468;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -468;
  }
}
@keyframes svgRun2 {
  0% {
    stroke-dashoffset: 317;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -317;
  }
}
@keyframes svgRun3 {
  0% {
    stroke-dashoffset: 536;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -536;
  }
}
@keyframes svgRun4 {
  0% {
    stroke-dashoffset: 260;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -260;
  }
}
.abowm_Yuam_list {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 110%;
  height: 110%;
}
.abowm_Yuam_list .list-muen {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.abowm_Yuam_list .list-muen img:nth-child(2) {
  opacity: 0;
}
.abowm_Yuam_list .list-muen img:nth-child(1) {
  position: absolute;
}
.abowm_Yuam_list .list-muen.active img:nth-child(2) {
  opacity: 1;
}
.abowm_Yuam_list .list-muen:nth-child(1) {
  top: 82px;
  left: 400px;
}
.abowm_Yuam_list .list-muen:nth-child(2) {
  top: 372px;
  left: 420px;
}
.abowm_Yuam_list .list-muen:nth-child(3) {
  top: 342px;
  left: -25px;
}
.abowm_Yuam_list .list-muen:nth-child(4) {
  top: 91px;
  left: -5px;
}
.abowm_Yuam_bg {
  position: absolute;
  width: 100%;
  top: -230px;
  left: 0px;
}
.abowm_Yuam_bg .svg.left {
  position: absolute;
  left: 0px;
  top: 0px;
}
.abowm_Yuam_bg .svg.right {
  position: absolute;
  right: 0px;
  top: 0px;
}
.abowm_Yuam_bg .svg {
  width: 665px;
  position: relative;
  transform: rotateY(180deg);
}
.abowm_Yuam_bg .svg svg {
  width: 80%;
}
.abowm_Yuam_bg .svg path {
  stroke-width: 2px;
}
.abowm_Yuam_bg .svg i {
  position: absolute;
  transform: translate3d(0, 0, 0);
  width: 26px;
  height: 28px;
  background: url('../fonts/abowm_bg_i.svg') no-repeat center/100% auto;
}
.abowm_Yuam_bg .svg.right {
  transform: rotateY(0) rotateX(180deg);
}
.abowm_Yuam_bg .svg i {
  position: absolute;
  left: -13px;
  top: -14px;
}
.abowm_logo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.abowm_Yuam-name {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.abowm_Yuam-name .list-muen {
  width: 300px;
  position: absolute;
}
.abowm_Yuam-name .list-muen:nth-child(1) {
  top: 0px;
  right: 150px;
}
.abowm_Yuam-name .list-muen:nth-child(2) {
  bottom: 0px;
  right: 150px;
}
.abowm_Yuam-name .list-muen:nth-child(3) {
  bottom: 0px;
  left: 165px;
  text-align: right;
}
.abowm_Yuam-name .list-muen:nth-child(4) {
  top: 0px;
  left: 165px;
  text-align: right;
}
.abowm_Yuam-name .list-muen .title {
  transition: all .4s ease;
}
.abowm_Yuam-name .list-muen .text {
  transition: all .4s ease;
}
.abowm_Yuam-name .list-muen.active .title {
  color: #3059D8;
}
.abowm_Yuam-name .list-muen.active .text {
  color: #3059D8;
}
/* 新闻中心 */
.news {
  background: #f8f9fcFF;
}
.news .yz-contain {
  align-items: flex-start;
}
.news-con {
  width: calc(73% - 30px);
  margin-right: 30px;
}
.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: 18rem;
  overflow: hidden;   background-color: #fff;
}
.newsList-img img {
  width: 100%;
  height: 100%;
  transition: all .4s ease;object-fit: scale-down;
}
.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: #3059da;
}
.newsList-slide:hover .newsList-text .title, .newsList-slide:hover .newsList-date .day {
  color: #3059da;
}
.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: #3059DA;
  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: #3059DA;
  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: #3059da;
}
.newsSite-order-link:hover .text {
  color: #3059da;
}
.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::after {
  height: 0;
  opacity: 0;
  background: #3059DA;
  transition: height .4s ease, opacity .1s ease .4s;
}
.newsSite-label-link span {
  position: relative;
  z-index: 3;
}
.newsSite-label-link:hover {
      color: #3059da;
}

.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: #3059DA;
}
.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: #3059da;
}
/* 新闻详情 */
.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-share::after {
  content: "";
  position: absolute;
  left: -33px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 24px;
  background: url('../fonts/newsdet-share.svg') no-repeat center/100% auto;
  transition: all .4s ease;
}
.newsDet-share:hover::after {
  background: url('../fonts/newsdet-share2.svg') no-repeat center/100% auto;
}
.newsDet-file p {
  line-height: inherit;    padding-bottom: 10px;
}
.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;    border-top: 1px solid #e5e5e5;
}
.newsDet-page .page {
  align-items: center;
  transition: all .4s ease;
}

.newsDet-page .page:hover {
  color: #3059da;
}
.newsDet-page .newsSite-label-link {
  width: 120px;
  height: 40px;
  margin: 0px;
}
/* 客户案例 */
.case {
  background: #f8f9fc;
}
.caseShow-img {
  width: 50%;
  overflow: hidden;
}
.caseShow-img img {
  width: 100%;
  height: 100%;
  transition: all .6s ease;
}
.caseShow-img:hover img {
  transform: scale(1.04);
}
.caseShow-con {
  background: #fff;
  padding: 55px 65px 60px 55px;
  width: 50%;
}
.caseShow-title {
  transition: all .4s ease;
}
.caseShow-title:hover {
  color: #3059DA;
}
.case .commonLink {
  padding: 2px 10px;
  font-size: 13px;
  margin-right: 8px;
  color: rgba(102, 102, 102, .7);
  margin-bottom: 8px;
  border: 1px solid #333; /* 边框宽度、样式、颜色可自定义 */
  /* 控制四个角的圆角半径：左上角和右下角为直角(0)，右上角和左下角为圆角(10px) */
  /* 顺序：左上角 右上角 右下角 左下角 */
  border-radius: 0 8px 0 8px;
}
.case .commonLink::before {
  background: url(../fonts/indcpkk.svg) no-repeat center/100% auto;
  background-size: 88px 24px;
}
.case .commonLink:hover {
  color: #fff;
}
.case .caseShow-more.commonLink {
  width: 120px;
  height: 40px;
  color: #666;
}
.case .caseShow-more.commonLink:hover {
  color: #fff;
}
.caseSwp-list {
  margin-left: -40px;
}
.caseSwp-list::after {
  content: "";
  width: calc((100% - 40px * 3)/3);
}
.caseSwp-item {
  margin: 40px 0 0 40px;
  width: calc((100% - 40px *4)/4);
  background-color: #fff;
  transition: all .4s ease;    border-radius: 5px;
    overflow: hidden;
}
@media (max-width: 1450px) {
  .caseSwp-item {
    margin: 30px 0 0 30px;
    width: calc((100% - 30px *3)/3);
  }
}
.caseSwp-img {
  overflow: hidden;
}
.caseSwp-img img {
  width: 100%;
  height: 280px;
  transition: all .4s ease;
}
.caseSwp-con {
  background: #fff;
  padding: 33px 38px 40px 30px;
}
.caseSwp-title {
  transition: all .4s ease;
}
.caseSwp-item:hover .caseSwp-title {
  color: #3059DA;
}
.caseSwp-item:hover .caseSwp-img img {
  transform: scale(1.1);
}
.caseSwp-item:hover {
  box-shadow: 0px 2px 30px 0px rgba(48, 89, 218, 0.1);
}
/* 申请演示 */
.apply {
  background: url('../images/apply-bg.jpg') no-repeat center/100% 100%;
  display: flex;
  align-items: center;
}
.apply-con {
  justify-content: space-between;
  align-items: center;
}
.applyShow {
  width: calc(100% - 680px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.applyShow-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.applyShow-title span {
  font-weight: 700;
  display: flex;
  align-items: center;
}
.applyShow-title span::after {
  content: "";
  width: 64px;
  height: 2px;
  background: #000;
  display: inline-block;
}
.applyTable {
  width: 550px;
  background: #fff;
  box-shadow: 0 0 40px #e6e9ef;
  padding: 60px 60px 50px;
  height: fit-content;
}
.applyTable-con input, .applyTable-con textarea {
  width: 100%;
  font-size: 14px;
  margin-top: 15px;
  background: #fff;
  color: #333;
  border: 1px solid #e0e0e0;
}
.applyTable-con input {
  height: 44px;
  padding-left: 17px;
}
.applyTable-con input::-webkit-input-placeholder {
  color: #888;
  font-size: 14px;
}
.applyTable-code {
  margin-top: 15px;
  justify-content: space-between
}
.applyTable-code input {
  width: 78%;
  margin-top: 0;
}
.applyTable-code .btn {
  width: 20%;
  height: 44px;
  background: #3059da;
  cursor: pointer;
  user-select: none;
  transition: all .4s ease;
}
.applyTable-code .btn:hover {
  background: #1339b2;
}
.applyTable-con textarea {
  padding: 12px 0 0 17px;
  height: 72px;
  line-height: 24px;
}
.applyTable-con textarea::-webkit-input-placeholder {
  color: #888;
  font-size: 14px;
}
.applyTable-con button {
  width: 100%;
}
.applyTable-con button .commonLink {
  width: 100%;
  height: 44px;
}
.applyTable-con button .commonLink::before {
  background-image: url('../fonts/applytable-btn-bg.svg');
}
.applyTable-tips {
  position: relative;
  user-select: none;
  cursor: pointer;
  align-items: center;
}
.applyTable-tips::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url('../fonts/apply-tips.svg') no-repeat center/100% auto;
  transition: all .4s ease;
}
.applyTable-tips a {
  display: inline-block;
  margin-left: 2px;
  font-size: 14px;
}
.applyTable-tips:hover::after {
  background-image: url('../fonts/apply-tipss.svg')
}
.applyTable-tips.active::after {
  background-image: url('../fonts/apply-tipsh.svg');
}
.pagesBg {
  background: #f8f9fc;
}
/* 文档中心 */
.file, .file .yz-contain {
  position: relative;
}
.fileSite {
  width: 300px;
  background: #fff;
  position: relative;
}
.fileSite-box {
  position: sticky;
  top: 100px;
  z-index: 10;
}
.fileSite-item {
  user-select: none;
  cursor: pointer;
}
.fileSite-menu {
  padding-left: 40px;
  transition: all .4s ease;
}
.fileSite-menu.active {
  color: #1B59E2;
}
.fileSite-menu::before, .fileSite-drop-title::before {
  content: "\e6b5";
  font-family: "icon";
  transform: translateY(-1px) rotate(-90deg);
  transition: all .4s ease;
  
  color: #d8d8d8;
  display: inline-block;
  margin-right: 9px;
}
.fileSite-menu.active::before, .fileSite-drop-title.active::before {
  transform: translateY(-1px) rotate(0);
}
.fileSite-drop li.active div {
  color: #1B59E2;
}
.fileSite-drop-title {
  padding-left: 55px;
}
.fileSite-drop-link {
  padding-left: 90px;
}
.fileSite-drop-link.active {
  color: #3059da;
  background: #eaeefb;
}
.fileSite-drop {
  display: none;
}
.fileSite-drop-list {
  display: none;
}
.fileCon {
  width: calc(100% - 330px);
  margin-left: 30px;
  background: #fff;
}
/* .fileCon-details{padding: 40px;width: calc(100% - 200px);} */
.fileCon-details {
  padding: 40px;
  width: 100%;
}
.fileCon-title {
  padding-left: 30px;
  border-bottom: 1px solid #d9dde8;
  position: relative;
}
.fileCon-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  ;
  width: 20px;
  height: 24px;
  background: url('../images/file-icon.gif') no-repeat center/100% auto;
}
.fileCon-text {
  padding-right: 4%;
}
.fileCon-text p {
  line-height: inherit;
}
.fileCon-text h1, .fileCon-file-text h2, .fileCon-file-text h3, .fileCon-file-text h4, .fileCon-file-text h5, .fileCon-file-text h6 {
  font-size: 18px;
}
.fileCon-date {
  border-bottom: 1px solid #d9dde8;
}
.fileCon-catalogue {
  border-left: 1px solid #d9dde8;
  position: relative;
  width: 200px;
  display: none;
}
.fileCon-cata-box {
  position: sticky;
  top: 100px;
}
.fileCon-cata-title {
  padding-left: 20px;
}
.fileCon-cata-list a {
  user-select: none;
  padding-left: 20px;
  margin-top: 15px;
  transition: all .4s ease;
  position: relative;
}
.fileCon-cata-list a::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background: #3059da;
  transition: all .4s ease;
}
.fileCon-cata-list a.active, .fileCon-cata-list a:hover {
  color: #3059da;
}
.fileCon-cata-list a.active::after {
  height: 100%;
}
.fileCon-yztop {
  opacity: 0;
  position: fixed;
  right: 440px;
  bottom: 5%;
  transform: translateX(50%);
  background: #fff;
  z-index: 10;
  user-select: none;
  cursor: pointer;
  color: #a7aec0;
  font-weight: 700;
  box-shadow: 0px 2px 30px 0px rgba(48, 89, 218, 0.1);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none !important;
}
.fileCon-yztop::after {
  content: "\e61e";
  font-family: "icon";
  font-size: 14px;
  display: inline-block;
}
.fileMb-btn {
  display: none;
}
.fileSite-mb-close {
  display: none;
}
/* 下载中心 */
.down-con {
  padding: 40px;
  width: calc(100% - 330px);
  margin-left: 30px;
  background: #fff;
  padding-bottom: 64px;
}
.down-header, .downMenu {
  width: 100%;
  height: 60px;
  align-items: center;
  padding: 0 30px;
}
.downMenu {
  padding: 0;
  cursor: pointer;
  user-select: none;
}
.down-header::after, .downMenu::after {
  transition: all .4s ease;
  content: "\e61f";
  display: inline-block;
  font-family: "icon";
  font-size: 14px;
}
.downMenu.active::after {
  transform: rotate(180deg);
}
.down-header::after {
  opacity: 0;
}
.down-header li:first-child, .downMenu li:first-child {
  flex: 1;
}
.down-header li:nth-child(2), .downMenu li:nth-child(2) {
  width: 20%;
}
.down-header li:nth-child(2) {
  padding-left: 12px;
}
.down-header li:nth-child(3), .downMenu li:nth-child(3) {
  width: 17%;
  text-align: center;
}
.downList-item {
  background: #f8f9fc;
  padding: 0 30px;
}
.downList-item:nth-child(2n) {
  background: #fff;
}
.downDrop {
  padding: 15px 0 25px;
  border-top: 1px solid #d9dde8;
  display: none;
}
.downList-item:first-child .downDrop {
  display: block;
}
.downDrop .commonLink i {
  margin: -2px 8px 0 0;
}
.down .fileCon-title {
  border-bottom: unset;
}
.downDrop .commonLink i img {
  position: relative;
  z-index: 2;
}
.downDrop .commonLink i img:nth-child(1) {
  display: block;
}
.downDrop .commonLink i img:nth-child(2) {
  display: none;
}
.downDrop .commonLink:hover i img:nth-child(1) {
  display: none;
}
.downDrop .commonLink:hover i img:nth-child(2) {
  display: block;
}
.abo_apaq_mb {
  display: none;
}
.abo_apaq_mb-list1 {
  justify-content: space-between;
  margin-right: -10px;
}
.abo_apaq_mb-list1 .list-muen {
  margin-right: 10px;
  height: 180px;
  position: relative;
}
.abo_apaq_mb-list1 .list-muen img {
  width: 100%;
  height: 100%;
}
.abo_apaq_mb-list1 .list-muen .title {
  font-size: 18px;
  color: #fff;
}
.abo_apaq_mb-list1 .list-muen .text {
  
  margin-top: 7px;
  color: #fff;
  text-align: center;
}
.abo_apaq_mb-list1 .list-muen .show {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;
}
.abo_apaq_mb-list2 {
  justify-content: space-between;
  padding: 0px 15px;
  margin: -30px 0px;
  margin-right: -13px;
}
.abo_apaq_mb-list2 .list-muen {
  height: 180px;
  position: relative;
  width: calc(100%/2 - 13px);
  margin-right: 13px;
}
.abo_apaq_mb-list2 .list-muen img {
  width: 100%;
  height: 100%;
}
.abo_apaq_mb-list2 .list-muen .title {
  font-size: 17px;
  color: #000;
}
.abo_apaq_mb-list2 .list-muen .text {
  
  margin-top: 8px;
  line-height: 17px;
  color: #666;
  text-align: center;
}
.abo_apaq_mb-list2 .list-muen .show {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;
}
.alxqtz-lun li .img img {
  object-fit: yz-contain;
}
.jjfags-cont .cont-r .jjfags-btn a {
  margin-bottom: 10px;
}
.Soluback.jjfayy {
  background-color: #fff;
}
.Soluback .jjfayy-svp .yzindex2-more-box {
  background-color: #f8f9fc;
}
.Soluback.alxqal {
  background-color: #f8f9fc;
}
.Soluback.alxqjz {
  background-color: #fff;
}
.CommonTing-list .cont {
  width: 100%;
}
.CommonTing-list .cont .cont-l {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.CommonTing-list .cont .cont-r {
  width: 55%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 80px;
}
.CommonTing-list:nth-child(2n) .cont {
  flex-direction: row-reverse;
}
.CommonTing-list:nth-child(2n) .cont .cont-r {
  padding-left: 0px;
}
.CommonTing_text li {
  padding-left: 32px;
  margin-bottom: 10px;
  position: relative;
}
.CommonTing_text li:last-child {
  margin-bottom: 0px;
}
.CommonTing_text li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  width: 12px;
  height: 12px;
  background: url(../images/file-icon.png)center no-repeat;
  background-size: yz-contain;
}
.CommonTing-list .cont .cont-r .btn {
  display: flex;
}
.CommonTing-list .cont .cont-r .btn a:nth-child(1) {
  margin-right: 15px;
}
.CommonTing_icon {
  display: flex;
}
.CommonTing_icon li {
  width: calc(100%/4);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.CommonTing_icon li .img {
  width: 50px;
  height: 50px;
}
.CommonTing_icon li .img img {
  width: 100%;
  height: 100%;
}
.CommonTing_muen {
  justify-content: space-between;
}
.CommonTing_muen .img {
  height: 70px;
  width: 70px;
}
.CommonTing_muen li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.CommonTing_muen .img img {
  width: 100%;
  height: 100%;
}
.apply .Header-navbar-dot {
  display: none;
}
.CommonBanner-svp .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 38px;
}
.hylb-list .list-muen a::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 330px;
  background-image: linear-gradient(rgba(0, 12, 48, 0), rgba(0, 12, 48, .8));
  width: 100%;
}
.abosm-list .list-muen img {
  width: 100%;
}
.proxqgn-lun .list-muen .btn {
  display: none;
}
.proxqgn {
  background-color: #f8f9fc;
}
.proxqgn .indMask {
  display: none;
}
.proxqgn-lun .list-muen {
  background-color: #fff;
}
/* .prolb-ul .list-muen:nth-child(3){display: none;} */
.prolb-ul .list-muen:nth-child(3) .prolb-li li .prolb-li_text {
  display: none;
}
.prolb-cont .cont-l {
  position: relative;
}
.prolb-cont .cont-l ul {
  position: sticky;
  top: 110px;
}
.abo_apxl-list .list-meun img {
  width: 100%;
}
.abo_apaq_list {
  max-width: 1920px;
  margin: 0px auto;
  display: block;
}
.abo_apjm-svp {
  max-width: 100vw;
  margin: 0px auto;
  display: block;
}
.abo_joinzw-lun .list-muen .show .show_dian {
  cursor: pointer;
}
.jjfags-cont .cont-l .swiper-container {
  height: 100%;
}
.jjfags-cont .cont-l .pages {
  position: absolute;
  bottom: 35px;
  left: 0px;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.popForm {
  display: none;
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .56);
}
.popForm-yz-contain {
  width: 430px;
  background: linear-gradient(to bottom, #f5f4f9, #fff);
  border-radius: 10px;
  padding: 54px 54px 56px;
  position: relative;
  overflow: hidden;
}
.popForm-close {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 4;
  right: 8px;
  top: 8px;
  background: url('../images/proclwtb1.svg') no-repeat center/24px auto;
  cursor: pointer;
  transition: all .4s ease;
}
.popForm-title {
  width: 100%;
  position: relative;
  z-index: 3;
}
.popForm-yz-contain::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 132px;
  background: url('../images/proform.png') no-repeat right top/100% auto;
  right: 20px;
  top: 0;
}
.popForm-title .name {
  color: #595662;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
.popForm-close:hover {
  transform: rotate(90deg);
}
.popForm-list li span {
  font-weight: 700;
  color: #3059D8;
}
.popForm-list li img {
  width: 100px;
  height: 100px;
}
.popForm-list li {
  display: flex;
  justify-content: center;
}
.popForm-list li:nth-child(2) {
  margin-top: 20px;
}
.applyTable-tips .zhuce {
  position: absolute;
  right: 0px;
  top: 0px;
}
.case .commonLink {
  pointer-events: none;
}
.pop-up {
  opacity: 0;
  z-index: -99999;
}
.pop-up {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop-up .back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, .5);
}
.pop-up .cont {
  width: 530px;
  background-image: -webkit-linear-gradient(-73deg, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 100%);
  position: relative;
  border-radius: 10px;
  padding: 45px 45px 80px 45px;
  position: relative;
}
.pop-up .cont .text {
  display: none;
}
.pop-up .cont .text.active {
  display: block;
}
.pop-up .cont .guanbi-btn {
  position: absolute;
  top: 16px;
  right: 16px;
}
.pop-up .cont .guanbi-btn i {
  font-size: 30px;
  color: #3059DA;
}
.pop-up .cont .pop-input {
  width: 100%;
  margin-bottom: 20px;
}
.pop-up .cont .pop-input:last-child {
  margin-bottom: 0px;
}
.pop-up .cont .pop-input input {
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 6px 4px 0px rgba(148, 148, 149, 0.08);
  border-radius: 5px;
  border: 1px solid #e6e6f1;
  padding-left: 16px;
}
.pop-up .cont .pop-input.row input {
  width: 66%;
}
.pop-up .cont .pop-input.row .btn {
  width: 34%;
  height: 100%;
  background-color: #3059DA;
  position: relative;
}
.pop-up .cont .pop-input.row .btn input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  opacity: 0;
}
.pop-up .cont .pop-input.row .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop-up .cont .cont-btn {
  width: 100%;
  height: 45px;
  background-color: #3059DA;
  border-radius: 5px;
}
.pop-up .cont .cont-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pop-up .cont .title {
  color: #142637;
}
.pop-up .cont .text {
  color: #778091;
}
#toShare a {
  display: flex;
  width: 100%;
  height: 30px;
  margin-top: 24px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  transition: all .4s ease;
}
#toShare a > img {
  max-width: 22px;
}
#toShare a:first-child {
  margin-top: 0;
}
#toShare .icon-wechat {
  position: absolute;
  top: 0px;
  left: 0px;
}
#toShare .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -84px;
  width: 200px;
  height: 192px;
  color: #666;
  
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
#toShare .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
#toShare .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
#toShare .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
#toShare .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
#toShare .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
#toShare .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
#toShare .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent
}
#toShare .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.pop-up .cont .pop-input.row input:nth-child(1) {
  width: 100%;
  margin-bottom: 10px;
}
.pop-up .cont .pop-input.row input {
  height: 45px;
}
.pop-up .cont .pop-input:last-child {
  height: auto;
}
.pop-up .cont .pop-input.row .btn {
  height: 45px;
}
.pop-up .cont {
  padding: 30px;
}
.CommonFanTop {
  transition: all .4s ease;
}
.CommonFanTop.top {
  bottom: auto;
  top: 110px;
  position: fixed;
  z-index: 999;
  width: 100%;
  box-shadow: 0px 0px 20px 0px rgb(48 89 218 / 10%);
  background-color: #fff;
}
.CommonFanTop.top .CommonFanTop_cont {
  box-shadow: none;
}
.apply .yz-foot {
  position: static;
  display: none;
}
.apply .yzindex5 {
  display: none;
}
.apply .yz-footBlock {
  display: none;
}
.apply .baibj .yz-head {
  box-shadow: none;
}
/* .apply {height: calc(100vh - 80px);} */

/* .apply .yz-contain{display: flex;align-items: center;height: 100%;} */
.alxqal-list .list-muen .yzindex2-cont .link div {
  width: 88px;
  height: 24px;
  margin: 0px 8px 10px 0px;
}
.caseShow {
  display: none;
}
.caseSwp {
  margin-top: -40px;
}
.case .commonLink {
  clip-path: none;
}
.jjfags-cont .cont-r .text {
  font-size: 14px;
  color: #666;
}
.jjfags-list ul li {
  font-size: 16px;
  color: #000;
}
.jjfayy-svp .yzindex2-more-box {
  height: 260px;
}
.jjfayy-svp .yzindex2-more-box {
  padding: 24px 30px;
}
.jjfayy-svp .yzindex2-cont .title {
  font-family: "";
  font-weight: 400;
}
.jjfayy-svp .yzindex2-cont .text {
  line-height: 24px;
}
.jjfayy-svp .yzindex2-image img.s {
  width: 140px;
  height: 140px;
}
.jjfayy-svp .yzindex2-more-box .yzindex2-image img.h {
  width: 140px;
  height: 140px;
}
.jjfayy-svp .yzindex2-cont .link a {
  width: 88px;
  height: 24px;
}
/* .caseSwp-title{color: #666;} */
.caseSwp-text {
  color: #666;
}
.caseSwp-con {
  padding: 33px 38px 32px 30px;
}
.caseSwp-label {
  margin-top: 24px;
}
.abojs-list .list-muen .number {
  display: flex;
  align-items: center;
}
.newsDet-page .page {
  height: 40px;
  margin-top: -4px;
}
.abogg-svp::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, .8));
  z-index: 999;
}
.abory-list {
  padding-right: 31px;
}
.abogg-svp::before {
  display: none;
}
.caseSwp .swiper-container {
  padding: 20px;
  margin: -20px;
  margin-top: -60px;
}
.newsList-swp .swiper-container {
  padding: 20px;
  margin: -20px;
}
.case .commonLink span {
  color: #666;
}
.abo_apaq-list1 li .show .text br {
  display: none;
}
.amap-info-contentContainer:hover .amap-info-outer {
  box-shadow: 0px 2px 30px 0px rgba(48, 89, 218, 0.1);
}
.devel-svp .swiper-container {
  padding: 25px;
  margin: -25px;
}
.abo_joinzw-lun .list-muen .show .show_dian p {
  line-height: 26px;
}
.apply-copyright {
  position: absolute;
  bottom: 64px;
  width: 100%;
  display: flex;
  justify-content: center;
  left: 0px;
}
.applyTable-tips {
  font-size: 14px;
}
.alxqtz-svp .pages {
  height: 3px;
  margin-top: 40px;
}
.alxqtz-svp .pages .swiper-pagination {
  position: static;
  margin-top: -12px;
}
.abo_apjm-lun .show .text {
  margin-top: 22px;
}
.applyTable-con button .commonLink {
  clip-path: none;
  border: 1px solid #e0e0e0;
}
.applyTable-con button .commonLink::before {
  display: none;
}
.bak_bla.proxqcp {
  background-color: #f8f9fc;
}
.bak_bla .proxqcp-svp .yzindex2-more-box {
  background: #fff;
}
@media all and (min-width:640px) {
  .bak_bla .proxqcp-svp .yzindex2-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: 40px;
}
.abo_apjm-svp > .indrh-head-btn > div {
  display: none;
}
.yzindex2-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;
        width: 450px;
  }
  

  
  .fileCon-yztop {
    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 .yz-contain .text {
    max-width: 800px;
  }
  .proxqcp-svp .yzindex2-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;
  }
 
}
@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 .yzindex2-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-yztop {
    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 .yz-contain .text {
    width: 100%;
    text-align: center;
  }
  .CommonBanner .yz-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;} */
  /* .zuogg{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: 250px;
    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: yz-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 .yz-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 .yz-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 {
    
  }
  .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-yztop {
    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:100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .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 .title {
    font-size: 20px;
  }
  .CommonBanner .yz-contain .text {
    text-align: left;
    font-size: 14px;
    height: auto;
    margin-top: 10px;
  }
  .CommonBanner .yz-contain {
    align-items: flex-start;
    padding-bottom: 24px;
  }
  .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 {
    
  }
  .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: #f8f9fc;
    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 {
    
  }
  .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 {
    
    margin-left: 4px;
  }
  .abo_joinzw-lun .list-muen .show .text {
    
  }
  .abo_joinzw-lun .list-muen .show .show_dian p {
    
  }
  .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 {
    
  }
  .commonLink span {
    
  }
  .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 {
    
    margin-top: 5px;
    line-height: 17px;
  }
  .abowm_Yuam {
    margin: 48px 0px;
  }
  .abowm .yz-contain {
    border: 0px;
  }
  .abosm-list .list-muen .show .title {
    font-size: 19px;
  }
  .abosm-list .list-muen .show .text {
    
    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 {
    
    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: 750px;
  }
  .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 .yz-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;
  }
  .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 .yz-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: 50px;
  }
  .abo_apaq_mb-list1 .list-muen:nth-child(3) {
    width: 50px;
  }
  .abo_apaq_mb-list1 .list-muen:nth-child(2) {
    width: 280px;
  }
  .abo_apaq_mb-list1 .list-muen img {
    height: 285px;
  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 .yzindex2-cont .text {
    width: 210px;
  }
  .abojs-cont .CommonTitle .title {
    font-size: 18px;
  }
  .abojs-list .list-muen .name {
    font-size: 15px;
  }
  .abojs-list .list-muen .text {
    
  }
  .CommonTitle .title {
    font-size: 18px;
  }
  .abogg-lun .data {
    font-size: 9px;
  }
  .abogg-lun .title {
    font-size: 15px;
    line-height: 21px;
  }
  .abogg-lun .text {
    
    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;
  }

  .jjfayy-svp .yzindex2-more-box {
    padding: 15px;
    height: 250px;
  }
  .jjfayy-svp .yzindex2-more-box .yzindex2-cont .link {
    left: 15px;
    bottom: 15px;
  }
  .devel-list_fangan .list-muen .img {
    height: auto;
  }
  .abojs .yz-contain {
    width: calc(100% - 30px);
  }
  .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 .yz-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 .yz-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 .yz-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 {
    
  }
  .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-list1 .list-muen {
 
    height: 290px;
}
  
  .abo_apaq_mb-list2 .list-muen {
    width: 190px;
  }
  .abo_apjm {
    background-color: #f8f9fc;
  }
  .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 {
    
    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 {
    
    line-height: 20px;
    margin-top: 10px;
  }
  .proxqgn-svp .pages {
    margin-top: 10px;
  }
  .proxqcp-svp {
    margin-top: 25px;
  }
  .proxqcp-svp .yzindex2-more-box {
    padding: 25px 20px;
  }
  .proxqcp-svp .yzindex2-cont .title {
    font-size: 15px;
  }
  .proxqcp-svp .yzindex2-cont .text {
    
    line-height: 22px;
  }
  .proxqcp-svp .pages {
    margin-top: 10px;
  }
  .CommonBanner .yz-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 {
    
  }
  .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 {
    
    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 .yzindex2-cont .link a {
    font-size: 10px;
  }
  .jjfayy-svp .yzindex2-more-box .yzindex2-cont .link {
    bottom: 25px;
    left: 23px;
  }
  .jjfayy-svp .yzindex2-more-box {
    padding: 25px 23px;
  }
  .jjfayy-svp .yzindex2-cont .text {
    
    line-height: 22px;
    margin-top: 10px;
  }
  .jjfayy-svp .yzindex2-more-box {
    height: 234px;
  }
  .jjfayy-svp .yzindex2-cont .link a {
    width: 72px;
    height: 24px;
    margin: 6px 6px 0 0;
  }
  .jjfayy-svp .yzindex2-more-box .yzindex2-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 {
    
    line-height: 22px;
    margin-top: 10px;
  }
  .alxqal-list .list-muen .yzindex2-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;
  }
  .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 {
    
    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 .yzindex2-cont .link a::before {
    background: url(../fonts/indcpkk_mb.svg) no-repeat center/100% auto;
  }
  .alxqal-list .list-muen .yzindex2-cont .link div::before {
    background: url(../images/indcpkk_mb.svg) no-repeat center/100% auto;
  }
  .alxqal-list .list-muen .yzindex2-cont .link div {
    clip-path: none;
  }
  .jjfayy-svp .yzindex2-cont .link a {
    clip-path: none;
  }
  /* .abogg-svp::before{display: none;} */
  .alxqal-list .list-muen .yzindex2-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 .yzindex2-cont .text {
    font-size: 13px;
  }
  .jjfayy-svp .yzindex2-more-box .yzindex2-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 {
    
  }
  .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 .yzindex2-image img.s {
    width: 120px;
    height: 120px;
  }
  .jjfayy-svp .yzindex2-more-box .yzindex2-image img.h {
    width: 120px;
    height: 120px;
  }
  .jjfayy-svp .yzindex2-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: yz-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 .yz-contain {
    position: relative;
  }
  .swpBtn-next {
    top: -4px;
  }
  .applyTable-tips {
    margin-top: 18px;
  }
  .applyTable-tips {
    
  }
  .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 .yzindex2-image img.s {
    max-width: 120px;
    max-height: 120px;
    width: auto;
    height: auto;
  }
  .proxqcp-svp .yzindex2-more-box .yzindex2-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 .yzindex2-more-box {
    height: 190px;
  }
  .caseSwp {
    margin-top: -20px;
  }

  /* .apply .apply{height: 100vh;} */
  .apply {
    background: #f8f9fc;
  }

  .hylb:last-child {
    padding-bottom: 40px;
  }
  .apply .apply {
    background: #f8f9fc !important;
  }
  .yzindex2-more-box .btn {
    display: block;
  }
}
/* 44分页*/	
.pagess {clear: both;margin: 40px 0px 0px 0px;overflow: hidden;margin-left: 0px;text-align: center;font-size:13px;    width: 100%;}
.pagination li { display:inline-block;border: 1px solid #ccc;margin: 2px 5px;line-height: 25px;background: #fff;color:#999 }
.pagination li:hover{ background:#1f479c; color:#fff;border: 1px solid #1f479c;    transition: all 0.5s ease 0s;}
.pagination li:hover a{color:#fff;}
.pagination li.active {display: inline-block;border: 1px solid #1f479c;margin: 0 3px;background: #1f479c;color: #fff;}
.pagination li.active a {color: #fff;padding: 1px 15px;}
.pagination li a{ display:block;color:#999;    transition: all 0.5s ease 0s;padding: 1px 15px;}
.pagination li a:hover {color: #fff;}

/*分页*/
/*.table th, .table td { padding:14px 18px; border-top:1px solid #ccc; }
.table th { background-color:#d9d9d9; font-size:16px; }
.table-row thead th { background-color:#d9d9d9; }
.table-row tbody th { background-color:#d9d9d9; }
.table-bordered th, .table-bordered td { border-left:1px solid #ccc; }*/
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
.qhd-content table {
  width: 100% !important;
  max-width: 100%;
  border-collapse: collapse;
  overflow: visible;
}
.qhd-content table th, .qhd-content table td {
  padding: 14px 18px;
  text-align: left;
  border: 1px solid #ddd;
}
.qhd-content table tbody tr.trhover td {
  background-color: #f0f0f0;
}

.qhd-content table table tbody tr:first-child td {
  background-color: transparent;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  border: none;
}
.qhd-content table table tbody tr td {
  padding: 0;
}
.qhd-content table tbody img[src*="file"] {
  
}
.qhd-content table tbody p {
  margin-bottom: 0;
}
.qhd-content table tbody tr.trhover table td {
  background-color: #f0f0f0;
}
.qhd-content table tbody tr:first-child table td {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}
.qhd-content .table {
  overflow: visible;
}
.qhd-content .table th, .qhd-content .table td {
  line-height: 1.8;
  padding: 14px 18px;
}
.qhd-content .table th {
  background-color: #0069cc;
  color: #fff;
}
.qhd-content .table td {}
.qhd-content .table tbody tr:first-child td {
  background-color: transparent;
  color: #333;
  font-size: 14px;
  font-weight: normal;
}
.qhd-content .table tbody tr.trhover td {
  background-color: #f0f0f0;
}
.qhd-content .table th {
  background-color: #0069cc;
  color: #fff;
  font-size: 16px;
}
.qhd-content .table-row thead th {
  background-color: #0069cc;
  color: #fff;
}
.qhd-content .table-row tbody th {
  background-color: #0069cc;
  color: #fff;
}
.qhd-content .table tbody .even-row td {
  background-color: #f0f0f0;
}

.module-full-screen-more { float:none; clear:both; margin-top:30px; }
.module-full-screen-more a { display:inline-block; *display:inline; *zoom:1; line-height:34px; padding:0 35px; border:1px solid #999; color:#666; transition:all 0.5s ease 0s; }
.module-full-screen-more a:hover, .module-full-screen-more a:active { background-color:#3059DA; border-color:#3059DA; color:#fff; text-decoration:none; }


.table th, .table td { padding:14px 18px; border-top:1px solid #ccc; }
.table th { background-color:#d9d9d9; font-size:16px; }
.table-row thead th { background-color:#d9d9d9; }
.table-row tbody th { background-color:#d9d9d9; }
.table-bordered th, .table-bordered td { border-left:1px solid #ccc; }
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

.qhd-content table {
  width: 100% !important;
  max-width: 100%;
  border-collapse: collapse;
  overflow: visible;
}
.qhd-content table th, .qhd-content table td {
  padding: 14px 18px;
  text-align: left;
  border: 1px solid #ddd;
}
.qhd-content table tbody tr.trhover td {
  background-color: #f0f0f0;
}

.qhd-content table table tbody tr:first-child td {
  background-color: transparent;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  border: none;
}
.qhd-content table table tbody tr td {
  padding: 0;
}
.qhd-content table tbody img[src*="file"] {
  
}
.qhd-content table tbody p {
  margin-bottom: 0;
}
.qhd-content table tbody tr.trhover table td {
  background-color: #f0f0f0;
}
.qhd-content table tbody tr:first-child table td {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}
.qhd-content .table {
  overflow: visible;
}
.qhd-content .table th, .qhd-content .table td {
  line-height: 1.8;
  padding: 14px 18px;
}
.qhd-content .table th {
  background-color: #0069cc;
  color: #fff;
}
.qhd-content .table td {}
.qhd-content .table tbody tr:first-child td {
  background-color: transparent;
  color: #333;
  font-size: 14px;
  font-weight: normal;
}
.qhd-content .table tbody tr.trhover td {
  background-color: #f0f0f0;
}
.qhd-content .table th {
  background-color: #0069cc;
  color: #fff;
  font-size: 16px;
}
.qhd-content .table-row thead th {
  background-color: #0069cc;
  color: #fff;
}
.qhd-content .table-row tbody th {
  background-color: #0069cc;
  color: #fff;
}
.qhd-content .table tbody .even-row td {
  background-color: #f0f0f0;
}
@media all and (max-width:370px) {
  .CommonFanTop_cont a {
    margin: 0px 20px;
  }
}