.have-son {
  display: block;
  position: relative;
}
.have-son::before {
  content: "";
  display: block;
}

.icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.icon-box .icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.icon-box.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hover-under-after {
  display: block;
  position: relative;
}
.hover-under-after::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  display: block;
  width: 0;
  height: 3px;
  background-image: linear-gradient(-78deg, #2c5c9b 0%, #4a78b3 53%, #2c5c9b 100%), linear-gradient(#0672c9, #0672c9);
  background-blend-mode: normal, normal;
  opacity: 0.9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.hover-under-after:hover::after, .hover-under-after.active::after {
  width: 100%;
}

.banner {
  position: relative;
  height: 483px;
}
.banner > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .box {
  width: 100%;
  max-width: 900px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ban-b {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 3%;
}
.ban-b.m {
  display: none;
}
.ban-b .t {
  background-color: #6489bb;
  text-align: center;
  font-family: SourceHanSansCN-Normal;
  font-size: 27px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #ffffff;
}
.ban-b .t span {
  font-size: 20px;
}
.ban-b .b form{
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding: 15px;
}
.ban-b .b input,
.ban-b .b select {
  display: block;
  width: 100%;
  height: 42px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #dcdbdb;
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #4e4e4e;
  padding: 0 10px;
}
.ban-b .b input:first-child,
.ban-b .b select:first-child {
  margin-bottom: 10px;
}
.ban-b .b textarea {
  grid-row: span 2;
  font-family: SourceHanSansCN-Light;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #4e4e4e;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #dcdbdb;
}
.ban-b .b textarea::-webkit-input-placeholder {
  color: #bebebe;
}
.ban-b .b textarea::-moz-placeholder {
  color: #bebebe;
}
.ban-b .b textarea:-ms-input-placeholder {
  color: #bebebe;
}
.ban-b .b textarea::-ms-input-placeholder {
  color: #bebebe;
}
.ban-b .b textarea::placeholder {
  color: #bebebe;
}
.ban-b .b button {
  height: 42px;
  background-color: #6489bb;
  border-radius: 5px;
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  grid-column: span 2;
}
.ban-b .b button img {
  margin-left: 10px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.position {
  border-bottom: #dfdfdf 1px solid;
}
.position .floor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: SourceHanSansCN-Normal;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 56px;
  letter-spacing: 0px;
  color: #303030;
}
.position .floor img {
  display: block;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  margin-right: 10px;
}
.position .floor a {
  color: #303030;
}
.position .floor a:hover {
  color: #6489bb;
}

.main-wrap {
  background-color: #fff;
}
.main-wrap .floor {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5% 0 calc(6.3548387097% + 66px);
}
.main-wrap .pd{
  padding: 0% 0 calc(3% + 0px);
}
.main-wrap .main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 902px;
}
.main-wrap .case-details {
  padding: 6.6518847007%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.main-wrap .case-details .article-title {
  font-family: SourceHanSansCN-Normal;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #212121;
}
.main-wrap .case-details .lx {
  margin: 10px 0;
  width: 64px;
  height: 4px;
  background-color: #6489bb;
  border-radius: 2px;
}
.main-wrap .case-details .edit {
  font-family: SourceHanSansCN-Normal;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.8;
  letter-spacing: 0px;
  color: #303030;
}
.main-wrap .pre-next {
  margin: 6.6518847007% 0 0;
  font-family: SourceHanSansCN-Light;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 33px;
  letter-spacing: 0px;
  color: #303030;
  border-top: #d7d7d7 1px solid;
  border-bottom: #d7d7d7 1px solid;
}
.main-wrap .pre-next a {
  color: #303030;
}
.main-wrap .pre-next a:hover {
  color: #6489bb;
}
.main-wrap .aside-r {
  margin-left: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25.6451612903%;
          flex: 0 0 25.6451612903%;
}
.main-wrap .aside-r .zxyy .card-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6489bb), to(#6489bb)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(#6489bb, #6489bb), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  text-align: center;
  font-family: SourceHanSansCN-Medium;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.75em;
  letter-spacing: 0px;
  color: #ffffff;
}
.main-wrap .aside-r .zxyy .card-body {
  border: solid 1px #cacaca;
  padding: 0 0 12.5786163522%;
}
.main-wrap .aside-r .zxyy .card-body .yyy {
  padding: 22px 0;
  text-align: center;
  font-family: SourceHanSansCN-Light;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #212121;
}
.main-wrap .aside-r .zxyy .card-body .yyy span {
  color: #6489bb;
}
.main-wrap .aside-r .zxyy .card-body form {
  display: block;
  margin: 0 26px;
}
.main-wrap .aside-r .zxyy .card-body form input,
.main-wrap .aside-r .zxyy .card-body form select {
  width: 100%;
  display: block;
  height: 41px;
  padding: 0 14px;
  line-height: 39px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #dcdbdb;
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #676767;
}
.main-wrap .aside-r .zxyy .card-body form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 41px;
  background-color: #6489bb;
  border-radius: 5px;
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
}
.main-wrap .aside-r .zxyy .card-body form button img {
  margin-left: 17px;
}
.main-wrap .aside-r .tjfw {
  margin: 27px 0 0;
}
.main-wrap .aside-r .tjfw .card-header {
  border-bottom: #6489bb 1px solid;
  padding: 0 0 8px;
}
.main-wrap .aside-r .tjfw .card-body {
  margin: 20px 0 0;
  border: solid 1px #cacaca;
  padding: 30px 24px;
}
.main-wrap .aside-r .tjfw a {
  display: block;
}
.main-wrap .aside-r .tjfw a .wh {
  padding-top: 100%;
}
.main-wrap .aside-r .tjfw a .info {
  padding: 12px 0;
  text-align: center;
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #212121;
}
.main-wrap .aside-r .tjfw a:hover .info {
  color: #6489bb;
}

.zdal {
  width: 100%;
  max-width: 1408px;
  margin: 0 auto;
  position: relative;
}
.zdal .swiper-button-next,
.zdal .swiper-button-prev {
  color: #cbcbcb;
}
.zdal a {
  display: block;
}
.zdal a .wh {
  padding-top: 68.5279187817%;
}
.zdal a .info {
  margin-top: 2px;
  height: 48px;
  background-color: #6489bb;
  text-align: center;
  font-family: SourceHanSansCN-Light;
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #ffffff;
}

.f6 {
  padding: 0 0 calc(5% + 66px);
}
.f6 .floor {
  margin-top: 4.8387096774%;
  display: block;
  padding: 5% 0;
}
.f6 .f6Swiper {
  margin-bottom: 2.8225806452%;
}
.f6 .f6Swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.f6 .f6Swiper .swiper-slide {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f0f0f0;
  border-radius: 5px;
  border: #d9d9d9 1px solid;
}
.f6 .f6Swiper .swiper-slide:hover, .f6 .f6Swiper .swiper-slide.active {
  background-image: linear-gradient(-78deg, #5e8ac1 0%, #4678bb 100%), linear-gradient(#019fe0, #019fe0);
  background-blend-mode: normal, normal;
}
.f6 .f6Swiper .swiper-slide:hover .tab-btn .info, .f6 .f6Swiper .swiper-slide.active .tab-btn .info {
  color: #fff;
}
.f6 .f6Swiper .swiper-slide .icon {
  width: 48px;
  height: 45px;
}
.f6 .f6Swiper .swiper-slide:nth-child(1) .icon {
  background: url(../images/f6-icon1.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(1):hover .icon, .f6 .f6Swiper .swiper-slide:nth-child(1).active .icon {
  background: url(../images/f6-icon1h.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(1):hover .icon .info, .f6 .f6Swiper .swiper-slide:nth-child(1).active .icon .info {
  color: #fff;
}
.f6 .f6Swiper .swiper-slide:nth-child(2) .icon {
  background: url(../images/f6-icon2.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(2):hover .icon, .f6 .f6Swiper .swiper-slide:nth-child(2).active .icon {
  background: url(../images/f6-icon2h.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(2):hover .icon .info, .f6 .f6Swiper .swiper-slide:nth-child(2).active .icon .info {
  color: #fff;
}
.f6 .f6Swiper .swiper-slide:nth-child(3) .icon {
  background: url(../images/f6-icon3.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(3):hover .icon, .f6 .f6Swiper .swiper-slide:nth-child(3).active .icon {
  background: url(../images/f6-icon3h.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(3):hover .icon .info, .f6 .f6Swiper .swiper-slide:nth-child(3).active .icon .info {
  color: #fff;
}
.f6 .f6Swiper .swiper-slide:nth-child(4) .icon {
  background: url(../images/f6-icon4.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(4):hover .icon, .f6 .f6Swiper .swiper-slide:nth-child(4).active .icon {
  background: url(../images/f6-icon4h.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(4):hover .icon .info, .f6 .f6Swiper .swiper-slide:nth-child(4).active .icon .info {
  color: #fff;
}
.f6 .f6Swiper .swiper-slide:nth-child(5) .icon {
  background: url(../images/f6-icon5.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(5):hover .icon, .f6 .f6Swiper .swiper-slide:nth-child(5).active .icon {
  background: url(../images/f6-icon5h.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(5):hover .icon .info, .f6 .f6Swiper .swiper-slide:nth-child(5).active .icon .info {
  color: #fff;
}
.f6 .f6Swiper .swiper-slide:nth-child(6) .icon {
  background: url(../images/f6-icon6.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(6):hover .icon, .f6 .f6Swiper .swiper-slide:nth-child(6).active .icon {
  background: url(../images/f6-icon6h.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(6):hover .icon .info, .f6 .f6Swiper .swiper-slide:nth-child(6).active .icon .info {
  color: #fff;
}
.f6 .f6Swiper .swiper-slide:nth-child(7) .icon {
  background: url(../images/f6-icon7.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(7):hover .icon, .f6 .f6Swiper .swiper-slide:nth-child(7).active .icon {
  background: url(../images/f6-icon7h.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(7):hover .icon .info, .f6 .f6Swiper .swiper-slide:nth-child(7).active .icon .info {
  color: #fff;
}
.f6 .f6Swiper .tab-btn {
  width: 100%;
  padding: 15px 1em;
}
.f6 .f6Swiper .tab-btn .info {
  margin-top: 0.6666666667em;
  font-family: SourceHanSansCN-Normal;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.1111111111em;
  letter-spacing: 0px;
  color: #1c1c1c;
}
.f6 .f6Swiper2 ul {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 30px;
}
.f6 .f6Swiper2 ul li a {
  display: block;
  position: relative;
}
.f6 .f6Swiper2 ul li a .pic .wh {
  padding-top: 83.8308457711%;
}
.f6 .f6Swiper2 ul li a .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: #f6f6f6;
  padding: 20px 0 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.f6 .f6Swiper2 ul li a .info span {
  font-family: SourceHanSansCN-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.6666666667em;
  letter-spacing: 0px;
  color: #1a1a1a;
}
.f6 .f6Swiper2 ul li a .info .mr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.f6 .f6Swiper2 ul li a .info .mr p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.6666666667em;
  letter-spacing: 0px;
  color: #757575;
}
.f6 .f6Swiper2 ul li a .info .mr img {
  margin-left: 10px;
}
.f6 .f6Swiper2 ul li a .info .h {
  display: none;
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #ffffff;
}
.f6 .f6Swiper2 ul li a .info .info-more {
  width: 8.0666666667em;
  height: 2.4666666667em;
  border: solid 1px #6a9bd9;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.f6 .f6Swiper2 ul li a .info .info-more span {
  font-family: SourceHanSansCN-Light;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.4666666667em;
  letter-spacing: 0px;
  color: #ffffff;
}
.f6 .f6Swiper2 ul li a .info .info-more img {
  width: 19.0082644628%;
  height: auto;
}
.f6 .f6Swiper2 ul li a .hover-info {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  height: 100%;
  background: rgba(87, 133, 191, 0.9);
  z-index: 2;
  padding: 7.4626865672%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.f6 .f6Swiper2 ul li a .hover-info span {
  font-family: SourceHanSansCN-Bold;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #ffffff;
}
.f6 .f6Swiper2 ul li a .hover-info .h {
  margin: 3% 0;
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #ffffff;
}
.f6 .f6Swiper2 ul li a .hover-info .btn {
  width: 8.0666666667em;
  height: 2.4666666667em;
  border: solid 1px #6a9bd9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.f6 .f6Swiper2 ul li a .hover-info .btn span {
  font-family: SourceHanSansCN-Light;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.4666666667em;
  letter-spacing: 0px;
  color: #ffffff;
}
.f6 .f6Swiper2 ul li a .hover-info .btn img {
  margin-left: 0.6666666667em;
  width: 1.5333333333em;
  height: auto;
}
.f6 .f6Swiper2 ul li a:hover .hover-info {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.f6 .f6Swiper2 ul li a:hover .info {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.f6 .floor-more {
  margin-top: 4.0322580645%;
}

.page {
  margin: 6% 0 0;
}
.page ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.page ul li a {
  display: block;
  border: solid 1px #cccccc;
  padding: 0 16px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  min-width: 54px;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.page ul li.active a, .page ul li:hover a {
  border: solid 1px #6489bb;
  color: #fff;
  background-color: #6489bb;
}

.cpjj {
  padding: 5% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cpjj .pic {
  width: 33.8709677419%;
}
.cpjj .pic:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.cpjj .mySwiper2 {
  height: auto;
}
.cpjj .mySwiper2 .wh {
  padding-top: 100%;
}
.cpjj .mySwiper {
  margin-top: 12px;
  height: auto;
}
.cpjj .mySwiper .wh {
  padding-top: 100%;
}
.cpjj .info {
  width: 60.8064516129%;
  margin-left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cpjj .info h3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  padding: 10px 0;
  border-bottom: #d7d7d7 1px solid;
  font-family: SourceHanSansCN-Bold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #1b1b1b;
}
.cpjj .info .fwnr {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #1b1b1b;
}
.cpjj .info .fwnr span {
  display: inline-block;
  margin-right: 7%;
}
.cpjj .info .fwnr .snmj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.cpjj .info .fwnr .snmj ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cpjj .info .fwnr .snmj ul li {
  margin: 0 5px 5px 0;
  width: 139px;
  height: 43px;
  background-color: #f4f4f4;
  text-align: center;
  cursor: pointer;
}
.cpjj .info .fwnr .snmj ul li.active {
  background-color: #6489bb;
  color: #fff;
}
.cpjj .info .fwnr .jgyg a {
  display: none;
  font-family: SourceHanSansCN-Regular;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #6489bb;
}
.cpjj .info .fwnr .jgyg a.active {
  display: inline;
}
.cpjj .info .fwnr .bd {
  gap: 10px;
}
.cpjj .info .fwnr .bd input,
.cpjj .info .fwnr .bd select {
  display: block;
  width: 100%;
  border: #e9e9e9 1px solid;
  height: 43px;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 0 10px;
  color: #1b1b1b;
  font-size: 18px;
}
.cpjj .info .fwnr .bd input::-webkit-input-placeholder, .cpjj .info .fwnr .bd select::-webkit-input-placeholder {
  color: #1b1b1b;
}
.cpjj .info .fwnr .bd input::-moz-placeholder, .cpjj .info .fwnr .bd select::-moz-placeholder {
  color: #1b1b1b;
}
.cpjj .info .fwnr .bd input:-ms-input-placeholder, .cpjj .info .fwnr .bd select:-ms-input-placeholder {
  color: #1b1b1b;
}
.cpjj .info .fwnr .bd input::-ms-input-placeholder, .cpjj .info .fwnr .bd select::-ms-input-placeholder {
  color: #1b1b1b;
}
.cpjj .info .fwnr .bd input::placeholder,
.cpjj .info .fwnr .bd select::placeholder {
  color: #1b1b1b;
}
.cpjj .info .fwnr .hqbj {
  margin: 36px 0 0;
  display: block;
  width: 166px;
  height: 41px;
  background-color: #6489bb;
  border-radius: 10px;
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

.cpxq-details {
  padding: 3.7694013304%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.cpxqt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.cpxqt .tit {
  font-family: SourceHanSansCN-Bold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.8846153846em;
  letter-spacing: 0px;
  color: #ffffff;
  width: 8.8461538462em;
  background: url(../images/cpxqt.png) no-repeat;
  background-size: 100% auto;
  padding-left: 1.5em;
}
.cpxqt .xx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background-color: #6489bb;
}
.cpxqt.xhx {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5% 0 2%;
}
.cpxqt.xhx .xx {
  margin-top: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.son-nav ul {
  gap: 6px;
}
.son-nav ul li {
  height: 77px;
}
.son-nav ul li a {
  display: block;
  height: 2.3846153846em;
  line-height: 2.3846153846em;
  background-color: #f7f7f7;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #262626;
}
.son-nav ul li a:hover {
  color: #4b7cbc;
}
.son-nav ul li.active {
  background: url(../images/son-navbg.png) no-repeat center;
  -webkit-box-sizing: auto 100%;
          box-sizing: auto 100%;
}
.son-nav ul li.active a {
  background-color: transparent;
  color: #fff;
}
.gsjs .gsjj{
  padding-top: 3%;
}
.gsjs .gsjj .p2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gsjs .gsjj .p2 > div:nth-child(1), .gsjs .gsjj .p2 > li:nth-child(1), .gsjs .gsjj .p2 > a:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.2580645161%;
          flex: 0 0 47.2580645161%;
  min-width: 300px;
}
.gsjs .gsjj .p2 > div:nth-child(2), .gsjs .gsjj .p2 > li:nth-child(2), .gsjs .gsjj .p2 > a:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.3548387097%;
          flex: 0 0 49.3548387097%;
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .gsjs .gsjj .p2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gsjs .gsjj .p2 > div, .gsjs .gsjj .p2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.gsjs .gsjj .floor-title {
  position: absolute;
  left: 0;
  top: 10px;
  padding: 0;
}
.gsjs .gsjj .floor-title span {
  font-family: SourceHanSansCN-Heavy;
  font-size: 72px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #545454;
  opacity: 0.12;
}
.gsjs .gsjj .pic .wh {
  padding-top: 105.2064631957%;
}
.gsjs .gsjj .pic .video-btn {
  position: absolute;
  left: 6.3513513514%;
  bottom: 7.027027027%;
  width: 75px;
  height: 75px;
  cursor: pointer;
}
.gsjs .gsjj .info {
  position: relative;
  background-color: #ffffff;
}
.gsjs .gsjj .info .card-title {
  font-family: SourceHanSansCN-Medium;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #545454;
  margin: 38px auto 30px;
}
.gsjs .gsjj .info .card-title::after {
  content: "";
  display: block;
  width: 71px;
  height: 5px;
  background-color: #6489bb;
  border-radius: 2px;
  border-radius: 2px;
  margin: 3.1746031746% 0 0;
}
.gsjs .gsjj .info .card-con {
  margin: 0 auto;
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #1c1c1c;
}
.gsjs .gsjj .info .card-con p {
  text-indent: 2em;
  margin-bottom: 1em;
}
.gsjs .gsjj .info .card-con p span {
  display: block;
  text-indent: 2em;
}
.gsjs .gsjj .info .card-btn {
  display: block;
  width: 8.5555555556em;
  text-align: center;
  background-image: linear-gradient(-78deg, #2c5c9b 0%, #4a78b3 53%, #2c5c9b 100%), linear-gradient(#107dd5, #107dd5);
  background-blend-mode: normal, normal;
  border-radius: 6px;
  opacity: 0.9;
  font-family: SourceHanSansCN-Normal;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.3333333333em;
  letter-spacing: 0px;
  color: #ffffff;
}
.gsjs .gsjj .info .card-footer {
  width: 74.0740740741%;
  margin: 0 auto;
  padding: 5.9259259259% 0 9.8148148148%;
}
.gsjs .gsjj .info .card-footer li {
  text-align: center;
}
.gsjs .gsjj .info .card-footer li span {
  font-family: SourceHanSerifCN-Regular;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #545454;
}
.gsjs .gsjj .info .card-footer li p {
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #1c1c1c;
}

.lc {
  background: url(../images/lc-bg.png) no-repeat center;
  background-size: cover;
  padding-bottom: 329px;
}
.lc .lcjt {
  position: relative;
}
.lc .years {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lc .years li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 3.5555555556em;
  height: 3.5555555556em;
  background-color: #4b7cbc;
  border: #adc1da 8px solid;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  font-family: SourceHanSansCN-Bold;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #fdfdfd;
}
.lc .years li:nth-child(1) {
  left: 9%;
  top: 49%;
}
.lc .years li:nth-child(2) {
  left: 29%;
  top: 49%;
}
.lc .years li:nth-child(3) {
  left: 52%;
  top: 31%;
}
.lc .years li:nth-child(4) {
  left: 74%;
  top: -4%;
}
.lc .sj {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lc .sj li {
  position: absolute;
  width: 270px;
  text-align: left;
  font-family: SourceHanSansCN-Regular;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 0px;
  color: #212121;
  border-left: #82a4d0 6px dotted;
  padding-left: 20px;
}
.lc .sj li:nth-child(1) {
  left: 12.5%;
  top: 103%;
}
.lc .sj li:nth-child(2) {
  left: 33.8%;
  top: 106%;
}
.lc .sj li:nth-child(3) {
  left: 59.5%;
  top: 91%;
  height: 172px;
}
.lc .sj li:nth-child(4) {
  left: 81.8%;
  top: 60%;
  height: 292px;
}

.zzry .zzry-list {
  display: grid;
  gap: 30px;
}
.zzry .zzry-list li {
  grid-column-start: span 2;
}
.zzry .zzry-list li:nth-child(n+4) {
  grid-column-start: span 3;
}
.zzry .zzry-list li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.zzry .zzry-list li a .pic {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 30px 18%;
  background: url(../images/zzrydz.png) no-repeat center 107%;
  background-size: 100% auto;
}
.zzry .zzry-list li a .pic img {
  display: block;
  width: 100%;
}
.zzry .zzry-list li a .info {
  margin-top: -1em;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 20px;
  height: 3.6em;
  font-stretch: normal;
  line-height: 1.8em;
  letter-spacing: 3px;
  color: #535353;
}

.xwdt .ff1 {
  padding: 5% 0 0;
}
.xwdt .ff1 .p2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.xwdt .ff1 .p2 > div:nth-child(1), .xwdt .ff1 .p2 > li:nth-child(1), .xwdt .ff1 .p2 > a:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.435483871%;
          flex: 0 0 49.435483871%;
  min-width: 300px;
}
.xwdt .ff1 .p2 > div:nth-child(2), .xwdt .ff1 .p2 > li:nth-child(2), .xwdt .ff1 .p2 > a:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.0322580645%;
          flex: 0 0 49.0322580645%;
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .xwdt .ff1 .p2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xwdt .ff1 .p2 > div, .xwdt .ff1 .p2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.xwdt .ff1 .news-top:hover .info {
  background-color: #fff;
  border-color: #5e84b6;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.11);
}
.xwdt .ff1 .news-top:hover .info .info-title {
  color: #5885c0;
}
.xwdt .ff1 .news-top .wh {
  padding-top: 63.6215334421%;
}
.xwdt .ff1 .news-top .info {
  margin-top: 18px;
  padding: 3.3333333333%;
  height: 160px;
  background-color: #f6f6f6;
}
.xwdt .ff1 .news-top .info .info-title {
  text-align: center;
  font-family: SourceHanSansCN-Medium;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 0px;
  color: #1f1f1f;
}
.xwdt .ff1 .news-top .info .info-desc {
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #727578;
}
.xwdt .ff1 .news-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}
.xwdt .ff1 .news-list li a {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f6f6f6;
  padding: 3% 4%;
  border-bottom: transparent 3px solid;
}
.xwdt .ff1 .news-list li a .pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38.3870967742%;
          flex: 0 0 38.3870967742%;
}
.xwdt .ff1 .news-list li a .pic .wh {
  padding-top: 71.4285714286%;
}
.xwdt .ff1 .news-list li a .info {
  overflow: hidden;
}
.xwdt .ff1 .news-list li a .info .info-title {
  font-family: SourceHanSansCN-Medium;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 0px;
  color: #1f1f1f;
}
.xwdt .ff1 .news-list li a .info .info-desc {
  margin: 1.6129032258% 0;
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #727578;
}
.xwdt .ff1 .news-list li a .info .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xwdt .ff1 .news-list li a .info .date span {
  font-family: ArialMT;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 0px;
  color: #b3b5b7;
}
.xwdt .ff1 .news-list li a .info .date .more {
  padding-right: 18px;
  font-family: ArialMT;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 0px;
  color: #b3b5b7;
  background: url(../images/new-ico.png) no-repeat right center;
}
.xwdt .ff1 .news-list li a:hover {
  background-color: #fff;
  border-color: #5e84b6;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.11);
}
.xwdt .ff1 .news-list li a:hover .info .info-title {
  color: #5885c0;
}
.xwdt .ff2 {
  margin: 4.0322580645% 0 0;
}
.xwdt .ff2 .p2 > div:nth-child(1), .xwdt .ff2 .p2 > li:nth-child(1), .xwdt .ff2 .p2 > a:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.1612903226%;
          flex: 0 0 45.1612903226%;
  min-width: 300px;
}
.xwdt .ff2 .p2 > div:nth-child(2), .xwdt .ff2 .p2 > li:nth-child(2), .xwdt .ff2 .p2 > a:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54.8387096774%;
          flex: 0 0 54.8387096774%;
  min-width: 300px;
}
.ff2 .p2 .pic {
  position: relative;
}
.ff2 .p2 .pic .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8%;
}
.ff2 .p2 .pic .text span {
  font-family: SourceHanSansCN-Medium;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 0px 3px 7px rgba(39, 80, 136, 0.84);
  margin-bottom: 0.6em;
}
.ff2 .p2 .pic .text p {
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 0px 3px 7px rgba(39, 80, 136, 0.84);
}


@media screen and (max-width: 768px) {
  .xwdt .ff2 .p2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xwdt .ff2 .p2 > div, .xwdt .ff2 .p2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.xwdt .ff2 .p2 .info {
  border: solid 1px #dbdbdb;
  padding: 8px 32px;
}
.xwdt .ff2 .p2 .info .card-tit {
  font-family: SourceHanSansCN-Medium;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 257.1428571429%;
  letter-spacing: 0px;
  color: #323232;
}
.xwdt .ff2 .p2 .form ul {
  gap: 10px;
}
.xwdt .ff2 .p2 .form ul li input {
  display: block;
  width: 100%;
  height: 51px;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #d0d0d0;
  padding: 0 0 0 55px;
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 51px;
  letter-spacing: 0px;
  color: #797979;
}
.xwdt .ff2 .p2 .form ul li:nth-child(1) input {
  background: url(../images/f2-icon1.png) no-repeat 13px center;
}
.xwdt .ff2 .p2 .form ul li:nth-child(2) input {
  background: url(../images/f2-icon2.png) no-repeat 13px center;
}
.xwdt .ff2 .p2 .form ul li:nth-child(3) input {
  background: url(../images/f2-icon3.png) no-repeat 13px center;
}
.xwdt .ff2 .p2 .form ul li:nth-child(4) input {
  background: url(../images/f2-icon4.png) no-repeat 13px center;
}
.xwdt .ff2 .p2 .form .submit-btn {
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 51px;
  background-image: linear-gradient(-78deg, #4678bb 0%, #5e8ac1 53%, #4678bb 100%), linear-gradient(#4778b8, #4778b8);
  background-blend-mode: normal, normal;
  border-radius: 8px;
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 14px;
  letter-spacing: 0px;
  color: #ffffff;
}
.xwdt .ff3 .ytu ul {
  gap: 30px;
}
.xwdt .ff3 .ytu a {
  display: block;
}
.xwdt .ff3 .ytu a:hover .info {
  background-color: #fff;
  border-color: #5e84b6;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.11);
}
.xwdt .ff3 .ytu a:hover .info .info-title {
  color: #5885c0;
}
.xwdt .ff3 .ytu a .wh {
  padding-top: 58.6294416244%;
}
.xwdt .ff3 .ytu a .info {
  margin-top: 4px;
  padding: 3.3333333333%;
}
.xwdt .ff3 .ytu a .info .info-title {
  text-align: center;
  font-family: SourceHanSansCN-Medium;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 0px;
  color: #4e7ebd;
}
.xwdt .ff3 .ytu a .info .info-desc {
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #727578;
}
.xwdt .ff3 .wtu ul {
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.xwdt .ff3 .wtu li {
  border-bottom: dashed 1px #d2d2d2;
}
.xwdt .ff3 .wtu li a {
  font-family: SourceHanSansCN-Normal;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 1px;
  color: #545454;
}
.xwdt .ff3 .wtu li a:hover {
  color: #107dd5;
}
.xwdt .ff4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/news-ico.png) no-repeat center;
  background-size: cover;
  padding: 3% 5%;
}
.xwdt .ff4 .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xwdt .ff4 .info {
  white-space: nowrap;
  margin-left: 5%;
  font-family: SourceHanSansCN-Medium;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.9;
}
.xwdt .ff4 .wem{
  width: 100px;
}
.xwdt .ff4 .wem p {
  text-align: center;
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.9;
}

.lxfs {
  width: 100%;
}
.lxfs .lxxx li {
  cursor: pointer;
  padding: 10% 0;
  position: relative;
}
.lxfs .lxxx li:nth-child(n+2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 2px;
  height: 70%;
  background-color: rgba(0, 0, 0, 0.03);
}
.lxfs .lxxx li .icon {
  width: 94px;
  height: 94px;
}
.lxfs .lxxx li .info {
  text-align: center;
  width: 100%;
}
.lxfs .lxxx li .info span {
  width: 100%;
  display: block;
  margin: 6% 0 2%;
  font-family: SourceHanSansCN-Medium;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #282828;
}
.lxfs .lxxx li .info p {
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #1b1b1b;
}
.lxfs .lxxx li:nth-child(1) .icon {
  background: url(../images/lx-icon1.png) no-repeat center center;
  background-size: 100% auto;
}
.lxfs .lxxx li:nth-child(2) .icon {
  background: url(../images/lx-icon2.png) no-repeat center center;
  background-size: 100% auto;
}
.lxfs .lxxx li:nth-child(3) .icon {
  background: url(../images/lx-icon3.png) no-repeat center center;
  background-size: 100% auto;
}
.lxfs .lxxx li:hover {
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.11);
}
.lxfs .lxxx li:hover:nth-child(1) .icon {
  background: url(../images/lx-icon1h.png) no-repeat center center;
  background-size: 100% auto;
}
.lxfs .lxxx li:hover:nth-child(2) .icon {
  background: url(../images/lx-icon2h.png) no-repeat center center;
  background-size: 100% auto;
}
.lxfs .lxxx li:hover:nth-child(3) .icon {
  background: url(../images/lx-icon3h.png) no-repeat center center;
  background-size: 100% auto;
}
.lxfs .lxxx li:hover .info span {
  color: #6489bb;
}

.dt {
  padding: 0 0 4.8387096774%;
}

.zxly .tit {
  font-family: SourceHanSansCN-Medium;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #484848;
  margin: 0 0 3%;
}
.zxly .zxly-bd form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.zxly .zxly-bd input {
  width: 49%;
  height: 74px;
  background-color: #fafafa;
  border: solid 1px #e8e8e8;
  padding-left: 67px;
  font-family: SourceHanSansCN-Light;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
}
.zxly .zxly-bd input:nth-child(5) {
  background: url(../images/zxly-ico1.png) no-repeat 16px center;
}
.zxly .zxly-bd input:nth-child(6) {
  background: url(../images/zxly-ico2.png) no-repeat 16px center;
}
.zxly .zxly-bd input::-webkit-input-placeholder {
  color: #6b6b6b;
}
.zxly .zxly-bd input::-moz-placeholder {
  color: #6b6b6b;
}
.zxly .zxly-bd input:-ms-input-placeholder {
  color: #6b6b6b;
}
.zxly .zxly-bd input::-ms-input-placeholder {
  color: #6b6b6b;
}
.zxly .zxly-bd input::placeholder {
  color: #6b6b6b;
}
.zxly .zxly-bd textarea,
.zxly .zxly-bd .btn-box {
  width: 100%;
}
.zxly .zxly-bd textarea {
  min-height: 234px;
  background-color: #fafafa;
  border: solid 1px #e8e8e8;
  padding: 20px;
  background: url(../images/zxly-ico3.png) no-repeat 16px 22px;
  text-indent: 47px;
  font-family: SourceHanSansCN-Light;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #6b6b6b;
}
.zxly .zxly-bd .btn-box button {
  width: 241px;
  height: 57px;
  background-color: #6489bb;
  font-family: SourceHanSansCN-Normal;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-right: 10px;
}
.zxly .zxly-bd .btn-box button:nth-child(2) {
  background-color: #c1c1c1;
}

.cplb-tit {
  padding: 5% 0 0;
  text-align: center;
}
.cplb-tit span {
  font-family: SourceHanSansCN-Medium;
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #1b1b1b;
}
.cplb-tit .xx {
  margin: 16px auto;
  width: 74px;
  height: 5px;
  background-color: #5785c0;
}
.cplb-tit p {
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #5e5e5e;
}

.cp-list li {
  margin-bottom: 5%;
}
.cp-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: solid 1px #e0e0e0;
  padding: 3% 2%;
  gap: 30px;
}
.cp-list li a .pic {
  width: 30.013667426%;
}
.cp-list li a .pic .wh {
  padding-top: 100%;
  background-color: #f8f8f8;
}
.search-list li a .pic .wh{
  padding-top: 64%;
}
.cp-list li a .info {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cp-list li a .info .tit {
  font-family: SourceHanSansCN-Normal;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #212121;
}
.cp-list li a .info .xx {
  margin: 3% 0 0;
  width: 64px;
  height: 4px;
  background-color: #6489bb;
  border-radius: 2px;
}
.cp-list li a .info .cs {
  margin: 5% 0 7%;
  font-family: SourceHanSansCN-Light;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #212121;
}
.cp-list li a .info .more {
  display: inline-block;
  padding: 0.2em 2em 0.2em 0.6em;
  text-align: center;
  border-radius: 6px;
  font-family: SourceHanSansCN-Light;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #2c2c2c;
  background: url(../images/cplb-ico1.png) no-repeat right 0.6em center #f1f1f1;
  background-size: 1.1111111111em auto;
}
.cp-list li a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.cp-list li a:hover .info .more {
  color: #ffffff;
  background: url(../images/cplb-ico1h.png) no-repeat right 0.6em center #6489bb;
  background-size: 1.1111111111em auto;
}

.wmdcp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wmdcp .pic {
  width: 32.5806451613%;
}
.wmdcp .pic:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.wmdcp .mySwiper2 {
  height: auto;
}
.wmdcp .mySwiper2 .wh {
  padding-top: 100%;
}
.wmdcp .mySwiper {
  margin-top: 10px;
  height: auto;
}
.wmdcp .mySwiper .wh {
  padding-top: 76.5625%;
}
.wmdcp .info {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 5%;
}
.wmdcp .info .tit {
  font-family: SourceHanSansCN-Normal;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #212121;
}
.wmdcp .info .xx {
  margin: 3% 0 0;
  width: 64px;
  height: 4px;
  background-color: #6489bb;
  border-radius: 2px;
}
.wmdcp .info .cs {
  grid-template-columns: auto auto;
  margin: 5% 0 7%;
  font-family: SourceHanSansCN-Light;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #212121;
}
.wmdcp .info .more {
  display: inline-block;
  padding: 0.2em 2em 0.2em 0.6em;
  text-align: center;
  border-radius: 6px;
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #2c2c2c;
  background: url(../images/cplb-ico1.png) no-repeat right 0.6em center #f1f1f1;
  background-size: 1.1111111111em auto;
}

.news-article {
  width: 100%;
}
.news-article .art-title {
  margin-top: 4%;
  text-align: center;
  font-family: SourceHanSansCN-Medium;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #545454;
}
.news-article .sub-title {
  margin: 2% 0 3%;
  text-align: center;
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #1c1c1c;
}
.news-article .edit {
  font-family: SourceHanSansCN-Light;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #1c1c1c;
}
.news-article .edit h2{
    font-size: 17px;
}

.news-article .edit img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}

.f7 .floor {
  display: block;
  padding: 0% 0 5%;
}
.f7 .f6Swiper {
  margin-bottom: 4.5161290323%;
}
.f7 .f6Swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.f7 .f6Swiper .swiper-slide p {
  margin-top: 5%;
  text-align: center;
  font-family: SourceHanSansCN-Light;
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #131313;
}
.f7 .f6Swiper .swiper-slide .icon-box {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f0f0f0;
  border-radius: 30px 0px 30px 0px;
}
.f7 .f6Swiper .swiper-slide .icon-box:hover {
  background-image: linear-gradient(-78deg, #5e8ac1 0%, #4678bb 100%), linear-gradient(#019fe0, #019fe0);
  background-blend-mode: normal, normal;
}
.f7 .f6Swiper .swiper-slide .icon-box:hover .tab-btn .info {
  color: #fff;
}
.f7 .f6Swiper .swiper-slide:nth-child(1) .icon-box .icon {
  background: url(../images/kf-ico1.png) no-repeat center;
  background-size: contain;
}
.f7 .f6Swiper .swiper-slide:nth-child(1) .icon-box:hover .icon {
  background: url(../images/kf-ico1h.png) no-repeat center;
  background-size: contain;
}
.f7 .f6Swiper .swiper-slide:nth-child(1) .icon-box:hover .info {
  color: #fff;
}
.f7 .f6Swiper .swiper-slide:nth-child(2) .icon-box .icon {
  background: url(../images/kf-ico2.png) no-repeat center;
  background-size: contain;
}
.f7 .f6Swiper .swiper-slide:nth-child(2) .icon-box:hover .icon {
  background: url(../images/kf-ico2h.png) no-repeat center;
  background-size: contain;
}
.f7 .f6Swiper .swiper-slide:nth-child(2) .icon-box:hover .info {
  color: #fff;
}
.f7 .f6Swiper .swiper-slide:nth-child(3) .icon-box .icon {
  background: url(../images/kf-ico3.png) no-repeat center;
  background-size: contain;
}
.f7 .f6Swiper .swiper-slide:nth-child(3) .icon-box:hover .icon {
  background: url(../images/kf-ico3h.png) no-repeat center;
  background-size: contain;
}
.f7 .f6Swiper .swiper-slide:nth-child(3) .icon-box:hover .info {
  color: #fff;
}
.f7 .f6Swiper .swiper-slide:nth-child(4) .icon-box .icon {
  background: url(../images/kf-ico4.png) no-repeat center;
  background-size: contain;
}
.f7 .f6Swiper .swiper-slide:nth-child(4) .icon-box:hover .icon {
  background: url(../images/kf-ico4h.png) no-repeat center;
  background-size: contain;
}
.f7 .f6Swiper .swiper-slide:nth-child(4) .icon-box:hover .info {
  color: #fff;
}
.f7 .f6Swiper .swiper-slide:nth-child(5) .icon-box .icon {
  background: url(../images/kf-ico5.png) no-repeat center;
  background-size: contain;
}
.f7 .f6Swiper .swiper-slide:nth-child(5) .icon-box:hover .icon {
  background: url(../images/kf-ico5h.png) no-repeat center;
  background-size: contain;
}
.f7 .f6Swiper .swiper-slide:nth-child(5) .icon-box:hover .info {
  color: #fff;
}
.f7 .f6Swiper .swiper-slide .icon {
  width: 77px;
  height: 78px;
}
.f7 .f6Swiper .tab-btn {
  width: 100%;
  padding: 23px 8%;
}
.f7 .f6Swiper .tab-btn .info {
  margin-left: 8%;
  font-family: SourceHanSansCN-Light;
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #131313;
}
.f7 .f6Swiper2 ul {
  -webkit-column-gap: 53px;
     -moz-column-gap: 53px;
          column-gap: 53px;
}
.f7 .f6Swiper2 ul li a {
  display: block;
  position: relative;
}
.f7 .f6Swiper2 ul li a .pic .wh {
  padding-top: 53.5532994924%;
}
.f7 .f6Swiper2 ul li a .info {
  width: 100%;
  z-index: 1;
  background: #fff;
  padding: 8% 0 10%;
  text-align: center;
}
.f7 .f6Swiper2 ul li a .info span {
  font-family: SourceHanSansCN-Light;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #131313;
}
.f7 .floor-more {
  margin-top: 4.0322580645%;
}

.gd {
  padding-bottom: 8.064516129%;
}
.gd .gd-box .hang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-family: SourceHanSansCN-Light;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #393939;
}
.gd .gd-box .hang.t {
  height: 54px;
  background-color: #6489bb;
  font-family: SourceHanSansCN-Light;
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 54px;
  letter-spacing: 0px;
  color: #ffffff;
}
.gd .gd-box .hang li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}
.gd .gd-box .hang li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.gd .gd-box .hang li:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
}
.gd .gd-box .hang li:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}

.gd .gd-box .hang li:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
}
.gd .gd-box .hang li:nth-child(6) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
.gd .gd-box .swiper {
  height: 440px;
}
.gd .gd-box .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.gd .gd-box .swiper .hang {
  border: solid 1px #e5e5e5;
  border-top: none;
}
.gd .gd-box .swiper .swiper-slide:nth-child(2n+1) .hang {
  background-color: #fff;
}
.gd .gd-box .swiper .swiper-slide:nth-child(2n) .hang {
  background-color: transparent;
}

.zshz .cxln {
  background: url(../images/yds.png) no-repeat center;
  background-size: cover;
}
.zshz .cxln {
  width: 100%;
}
.zshz .cxln .floor {
  padding: 10.8870967742% 0 6.5322580645%;
}
.zshz .cxln .p2 {
  -webkit-box-align: align-center;
      -ms-flex-align: align-center;
          align-items: align-center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.zshz .cxln .p2 > div:nth-child(1), .zshz .cxln .p2 > li:nth-child(1), .zshz .cxln .p2 > a:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.5483870968%;
          flex: 0 0 48.5483870968%;
  min-width: 300px;
}
.zshz .cxln .p2 > div:nth-child(2), .zshz .cxln .p2 > li:nth-child(2), .zshz .cxln .p2 > a:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 51.4516129032%;
          flex: 0 0 51.4516129032%;
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .zshz .cxln .p2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .zshz .cxln .p2 > div, .zshz .cxln .p2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.zshz .cxln .floor-title {
  font-family: SourceHanSansCN-Bold;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 61px;
  letter-spacing: 1px;
  color: #242424;
}
.zshz .cxln .floor-title::after {
  content: "";
  display: block;
  width: 71px;
  height: 5px;
  background-color: #6489bb;
  border-radius: 2px;
  border-radius: 2px;
  margin: 3.1746031746% auto 0;
}
.zshz .cxln .pic .wh {
  padding-top: 67.0846394984%;
}
.zshz .cxln .pic .video-btn {
  position: absolute;
  left: 6.3513513514%;
  bottom: 7.027027027%;
  width: 75px;
  height: 75px;
  cursor: pointer;
}
.zshz .cxln .info {
  position: relative;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.zshz .cxln .info .bor {
  position: absolute;
  left: 0;
  bottom: 0;
  border: solid 1px #bdbdbd;
  opacity: 0.65;
  width: 134.3853820598%;
  height: 114.0186915888%;
}
.zshz .cxln .info .card-title {
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 79px;
  letter-spacing: 1px;
  color: #242424;
}
.zshz .cxln .info .card-con {
  margin: 0 auto;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 1px;
  color: #242424;
  opacity: 0.5;
}
.zshz .cxln .info .card-btn {
  display: block;
  width: 8.5555555556em;
  text-align: center;
  background-image: linear-gradient(-78deg, #2c5c9b 0%, #4a78b3 53%, #2c5c9b 100%), linear-gradient(#107dd5, #107dd5);
  background-blend-mode: normal, normal;
  border-radius: 6px;
  opacity: 0.9;
  font-family: SourceHanSansCN-Normal;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.3333333333em;
  letter-spacing: 0px;
  color: #ffffff;
}
.zshz .cxln .info .card-footer {
  width: 74.0740740741%;
  margin: 0 auto;
  padding: 5.9259259259% 0 9.8148148148%;
}
.zshz .cxln .info .card-footer li {
  text-align: center;
}
.zshz .cxln .info .card-footer li span {
  font-family: SourceHanSerifCN-Regular;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #545454;
}
.zshz .cxln .info .card-footer li p {
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #1c1c1c;
}
.zshz .shy ul {
  width: 100%;
  gap: 5px;
}
.zshz .shy ul a .wh {
  padding-top: 72.8155339806%;
}
.zshz .shy ul a .num {
  margin: 12.1359223301% auto 6.067961165%;
  text-align: center;
}
.zshz .shy ul a .info {
  text-align: center;
  font-family: SourceHanSansCN-Normal;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: -1px;
  color: #000000;
}
.zshz .shy ul a .info span {
  color: #f39008;
}
.zshz .jkhx {
  background: url(../images/zshzf4.png) no-repeat;
  background-size: 100% auto;
  padding-top: 26.1458333333%;
}
.zshz .jkhx .floor {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 3.5%;
  margin-bottom: 7.0967741935%;
}
.zshz .jkhx .tt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zshz .jkhx .tt span {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  white-space: nowrap;
  font-family: SourceHanSansCN-Medium;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #212121;
}
.zshz .jkhx .tt::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #6489bb;
}
.zshz .jkhx .cc {
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #1c1c1c;
}
.zshz .jkhx .cc p {
  text-indent: 2em;
}
.zshz .jkhx .cc .yt {
  float: right;
  margin: 0px 0 20px 20px;
}
.zshz .jkhx .cc .yt .lk {
  margin-top: 24px;
  height: 68px;
  background-color: #4d73a2;
}
.zshz .jkhx .cc .jcbg {
  display: inline-block;
}
.zshz .jkhx .cc .jcbg .bt {
  max-width: 408px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.zshz .jkhx .cc .jcbg .bt span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1em;
  font-family: SourceHanSansCN-Bold;
  font-size: 29px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 79px;
  letter-spacing: 1px;
  color: #242424;
  background-color: #fff;
}
.zshz .jkhx .cc .jcbg .bt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #5986c0;
}
.zshz .jkhx .cc .jcbg .bgt {
  width: auto;
  gap: 10px;
}
.zshz .cytz {
  background: url(../images/zshzf5bg.png) no-repeat center;
  background-size: cover;
}
.zshz .cytz ul {
  gap: 55px;
}
.zshz .cytz ul li {
  background-color: #ffffff;
  border-radius: 10px;
}
.zshz .cytz ul li a {
  padding: 15% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zshz .cytz ul li a .icon {
  margin-bottom: 10px;
  width: 58px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zshz .cytz ul li a .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zshz .cytz ul li a .info span {
  font-family: SourceHanSansCN-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #242424;
}
.zshz .cytz ul li a .info p {
  margin-top: 10px;
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1f1f1f;
  text-align: center;
}
.zshz .cytz ul li:nth-child(1) a .icon {
  background: url(../images/zshzf51.png) no-repeat center;
}
.zshz .cytz ul li:nth-child(1) a:hover .icon {
  background: url(../images/zshzf51h.png) no-repeat center;
}
.zshz .cytz ul li:nth-child(1) a:hover .info span {
  color: #5986c0;
}
.zshz .cytz ul li:nth-child(2) a .icon {
  background: url(../images/zshzf52.png) no-repeat center;
}
.zshz .cytz ul li:nth-child(2) a:hover .icon {
  background: url(../images/zshzf52h.png) no-repeat center;
}
.zshz .cytz ul li:nth-child(2) a:hover .info span {
  color: #5986c0;
}
.zshz .cytz ul li:nth-child(3) a .icon {
  background: url(../images/zshzf53.png) no-repeat center;
}
.zshz .cytz ul li:nth-child(3) a:hover .icon {
  background: url(../images/zshzf53h.png) no-repeat center;
}
.zshz .cytz ul li:nth-child(3) a:hover .info span {
  color: #5986c0;
}
.zshz .cytz ul li:nth-child(4) a .icon {
  background: url(../images/zshzf54.png) no-repeat center;
}
.zshz .cytz ul li:nth-child(4) a:hover .icon {
  background: url(../images/zshzf54h.png) no-repeat center;
}
.zshz .cytz ul li:nth-child(4) a:hover .info span {
  color: #5986c0;
}
.zshz .cytz ul li:nth-child(5) a .icon {
  background: url(../images/zshzf55.png) no-repeat center;
}
.zshz .cytz ul li:nth-child(5) a:hover .icon {
  background: url(../images/zshzf55h.png) no-repeat center;
}
.zshz .cytz ul li:nth-child(5) a:hover .info span {
  color: #5986c0;
}
.zshz .cytz ul li:nth-child(6) a .icon {
  background: url(../images/zshzf56.png) no-repeat center;
}
.zshz .cytz ul li:nth-child(6) a:hover .icon {
  background: url(../images/zshzf56h.png) no-repeat center;
}
.zshz .cytz ul li:nth-child(6) a:hover .info span {
  color: #5986c0;
}
.zshz .cytz ul li:nth-child(7) a .icon {
  background: url(../images/zshzf57.png) no-repeat center;
}
.zshz .cytz ul li:nth-child(7) a:hover .icon {
  background: url(../images/zshzf57h.png) no-repeat center;
}
.zshz .cytz ul li:nth-child(7) a:hover .info span {
  color: #5986c0;
}
.zshz .cytz ul li:nth-child(8) a .icon {
  background: url(../images/zshzf58.png) no-repeat center;
}
.zshz .cytz ul li:nth-child(8) a:hover .icon {
  background: url(../images/zshzf58h.png) no-repeat center;
}
.zshz .cytz ul li:nth-child(8) a:hover .info span {
  color: #5986c0;
}
.zshz .f3 .floor {
  padding: 0 0 0%;
}
.zshz .f3 ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.zshz .f3 ul > div:nth-child(1), .zshz .f3 ul > li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21.6935483871%;
          flex: 0 0 21.6935483871%;
}
.zshz .f3 ul > div:nth-child(2), .zshz .f3 ul > li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24.1129032258%;
          flex: 0 0 24.1129032258%;
}
.zshz .f3 ul > div:nth-child(3), .zshz .f3 ul > li:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.1612903226%;
          flex: 0 0 30.1612903226%;
}
.zshz .f3 ul > div:nth-child(4), .zshz .f3 ul > li:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.5%;
          flex: 0 0 22.5%;
}
.zshz .f3 ul li {
  min-width: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.zshz .f3 ul li a {
  display: block;
}
.zshz .f3 ul li a:first-child {
  margin-bottom: 5px;
}
.zshz .f3 ul li a .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-family: SourceHanSansCN-Medium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 0px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.35);
}
.zshz .f3 ul li:nth-child(1) a:first-child .wh {
  padding-top: 109.6654275093%;
}
.zshz .f3 ul li:nth-child(1) a:last-child .wh {
  padding-top: 69.1449814126%;
}
.zshz .f3 ul li:nth-child(2) a:first-child .wh {
  padding-top: 64.8829431438%;
}
.zshz .f3 ul li:nth-child(2) a:last-child .wh {
  padding-top: 95.652173913%;
}
.zshz .f3 ul li:nth-child(3) a:first-child .wh {
  padding-top: 70.320855615%;
}
.zshz .f3 ul li:nth-child(3) a:last-child .wh {
  padding-top: 58.2887700535%;
}
.zshz .f3 ul li:nth-child(4) a:first-child .wh {
  padding-top: 78.4946236559%;
}
.zshz .f3 ul li:nth-child(4) a:last-child .wh {
  padding-top: 93.9068100358%;
}
.zshz .bms .p2 {
  -webkit-box-align: align-center;
      -ms-flex-align: align-center;
          align-items: align-center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.zshz .bms .p2 > div:nth-child(1), .zshz .bms .p2 > li:nth-child(1), .zshz .bms .p2 > a:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52.9032258065%;
          flex: 0 0 52.9032258065%;
  min-width: 300px;
}
.zshz .bms .p2 > div:nth-child(2), .zshz .bms .p2 > li:nth-child(2), .zshz .bms .p2 > a:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36.2903225806%;
          flex: 0 0 36.2903225806%;
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .zshz .bms .p2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .zshz .bms .p2 > div, .zshz .bms .p2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.zshz .bms .p2 .pic .wh {
  padding-top: 118.2926829268%;
}
.zshz .bms .p2 .pic img {
  display: block;
  position: absolute;
}
.zshz .bms .p2 .pic img:nth-child(1) {
  left: 18.9024390244%;
  top: 3.6082474227%;
  width: 46.7987804878%;
  height: auto;
}
.zshz .bms .p2 .pic img:nth-child(2) {
  left: 0;
  top: 33.7628865979%;
  width: 44.512195122%;
  height: auto;
}
.zshz .bms .p2 .pic img:nth-child(3) {
  left: 55.487804878%;
  top: 18.9432989691%;
  width: 44.512195122%;
  height: auto;
}
.zshz .bms .p2 .pic img:nth-child(4) {
  left: 32.9268292683%;
  top: 50.3865979381%;
  width: 51.5243902439%;
  height: auto;
}
.zshz .bms .p2 .info span {
  font-family: SourceHanSansCN-Medium;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #242424;
}
.zshz .bms .p2 .info p {
  margin: 6px 0 5.1111111111%;
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1c1c1c;
}
.zshz .jmlc {
  --gap: 70px;
}
.zshz .jmlc .jmlc-list {
  width: 100%;
  gap: var(--gap);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.zshz .jmlc .jmlc-list:nth-child(2) {
  margin-bottom: var(--gap);
}
.zshz .jmlc .jmlc-list:nth-child(2) ul:last-child li:last-child::after {
  right: auto;
  left: 50%;
  top: auto;
  bottom: 0;
  -webkit-transform: translate(-50%, calc(100% + 23px));
          transform: translate(-50%, calc(100% + 23px));
  background: url(../images/zshzf815.png) no-repeat;
}
.zshz .jmlc .jmlc-list:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.zshz .jmlc .jmlc-list:last-child ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.zshz .jmlc .jmlc-list:last-child ul li::after {
  right: auto;
  left: 0;
  top: 50%;
  -webkit-transform: translate(calc(-100% - 23px), -50%);
          transform: translate(calc(-100% - 23px), -50%);
  background: url(../images/zshzf813.png) no-repeat;
}
.zshz .jmlc .jmlc-list:last-child ul:last-child li:last-child::after {
  display: none;
}
.zshz .jmlc .jmlc-list ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - var(--gap) / 2);
          flex: 0 0 calc(50% - var(--gap) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
}
.zshz .jmlc .jmlc-list ul li {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  overflow: unset;
}
.zshz .jmlc .jmlc-list ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(calc(100% + 23px), -50%);
          transform: translate(calc(100% + 23px), -50%);
  display: block;
  width: 23px;
  height: 22px;
  background: url(../images/zshzf814.png) no-repeat;
}
.zshz .jmlc .jmlc-list ul li .wh {
  padding-top: 100%;
}
.zshz .jmlc .jmlc-list ul li .wh .box-fill {
  border: solid 1px #cbcbcb;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.zshz .jmlc .jmlc-list ul li .wh .box-fill:hover {
  background-color: #5e84b7;
  border: solid 1px #5e84b7;
}
.zshz .jmlc .jmlc-list ul li .wh .box-fill:hover .info {
  color: #fff;
}
.zshz .jmlc .jmlc-list ul li .wh .box-fill .icon {
  width: 49px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.zshz .jmlc .jmlc-list ul li .wh .box-fill .info {
  font-family: SourceHanSansCN-Normal;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #242424;
}
.zshz .jmlc .jmlc-list ul li:nth-child(1) .icon {
  background: url(../images/zshzf81.png) no-repeat center;
}
.zshz .jmlc .jmlc-list ul li:hover:nth-child(1) .icon {
  background: url(../images/zshzf81h.png) no-repeat center;
}
.zshz .jmlc .jmlc-list ul li:nth-child(2) .icon {
  background: url(../images/zshzf82.png) no-repeat center;
}
.zshz .jmlc .jmlc-list ul li:hover:nth-child(2) .icon {
  background: url(../images/zshzf82h.png) no-repeat center;
}
.zshz .jmlc .jmlc-list ul li:nth-child(3) .icon {
  background: url(../images/zshzf83.png) no-repeat center;
}
.zshz .jmlc .jmlc-list ul li:hover:nth-child(3) .icon {
  background: url(../images/zshzf83h.png) no-repeat center;
}
.zshz .jmlc .jmlc-list ul li:nth-child(4) .icon {
  background: url(../images/zshzf84.png) no-repeat center;
}
.zshz .jmlc .jmlc-list ul li:hover:nth-child(4) .icon {
  background: url(../images/zshzf84h.png) no-repeat center;
}
.zshz .jmlc .jmlc-list ul li:nth-child(5) .icon {
  background: url(../images/zshzf85.png) no-repeat center;
}
.zshz .jmlc .jmlc-list ul li:hover:nth-child(5) .icon {
  background: url(../images/zshzf85h.png) no-repeat center;
}
.zshz .jmlc .jmlc-list ul li:nth-child(6) .icon {
  background: url(../images/zshzf86.png) no-repeat center;
}
.zshz .jmlc .jmlc-list ul li:hover:nth-child(6) .icon {
  background: url(../images/zshzf86h.png) no-repeat center;
}
.zshz .jmlc .jmlc-list ul li:nth-child(7) .icon {
  background: url(../images/zshzf87.png) no-repeat center;
}
.zshz .jmlc .jmlc-list ul li:hover:nth-child(7) .icon {
  background: url(../images/zshzf87h.png) no-repeat center;
}
.zshz .jmlc .jmlc-list ul li:nth-child(8) .icon {
  background: url(../images/zshzf88.png) no-repeat center;
}
.zshz .jmlc .jmlc-list ul li:hover:nth-child(8) .icon {
  background: url(../images/zshzf88h.png) no-repeat center;
}
.zshz .jmlc .jmlc-list ul li:nth-child(9) .icon {
  background: url(../images/zshzf89.png) no-repeat center;
}
.zshz .jmlc .jmlc-list ul li:hover:nth-child(9) .icon {
  background: url(../images/zshzf89h.png) no-repeat center;
}
.zshz .jmlc .jmlc-list ul li:nth-child(10) .icon {
  background: url(../images/zshzf810.png) no-repeat center;
}
.zshz .jmlc .jmlc-list ul li:hover:nth-child(10) .icon {
  background: url(../images/zshzf810h.png) no-repeat center;
}
.zshz .jmlc .jmlc-list ul li:nth-child(11) .icon {
  background: url(../images/zshzf811.png) no-repeat center;
}
.zshz .jmlc .jmlc-list ul li:hover:nth-child(11) .icon {
  background: url(../images/zshzf811h.png) no-repeat center;
}
.zshz .jmlc .jmlc-list ul li:nth-child(12) .icon {
  background: url(../images/zshzf812.png) no-repeat center;
}
.zshz .jmlc .jmlc-list ul li:hover:nth-child(12) .icon {
  background: url(../images/zshzf812h.png) no-repeat center;
}

@media screen and (max-width: 768px) {
  .banner.sub {
    height: 62vmin;
  }
  .banner.sub img {
    width: 100%;
    height: 100%;
  }
  .main-wrap .floor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-wrap .floor .aside-r {
    margin-left: 0;
    margin-top: 20px;
    width: 95%;
  }
  .position .floor {
    padding: 0 2.5%;
  }
  .main-wrap .pre-next {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .f6 .floor {
    padding: 0 2.5%;
  }
  .f6 .f6Swiper2 ul li a .info {
    padding: 10px 0 10px;
  }
  .f6 .f6Swiper2 ul {
    row-gap: 5px;
  }
  .f6 .f6Swiper2 ul li a .info span {
    font-size: 16px;
  }
  .f6 .f6Swiper2 ul li a .info .mr p {
    font-size: 16px;
  }
  .cpjj {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cpjj .pic {
    width: 95%;
    margin:0px auto;
  }
  .cpjj .info {
    width: 95%;
    margin: 20px auto;
  }
  .cpjj .info .fwnr .snmj,
  .cpjj .info .fwnr .jgyg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cpjj .info h3 {
    font-size: 22px;
    line-height: 1.5;
  }
  .cpjj .info .fwnr {
    font-size: 16px;
    line-height: 2.8;
  }
  .cpjj .info .fwnr .jgyg a {
    font-size: 20px;
  }
  .cpjj .info .fwnr .bd input,
  .cpjj .info .fwnr .bd select {
    font-size: 16px;
  }
  .cpxqt .tit {
    font-family: SourceHanSansCN-Bold;
    font-size: 20px;
  }
  .son-nav {
    margin-bottom: 20px;
  }
  .yycg {
    font-size: 16px;
  }
  .qgdt {
    padding: 2.5%;
  }
  .gsjs .gsjj .pic .video-btn {
    position: absolute;
    left: 6.3513513514%;
    bottom: 7.027027027%;
    width: 45px;
    height: 45px;
    cursor: pointer;
  }
  .son-nav ul li {
    height: auto;
  }
  .son-nav ul li a {
    font-size: 18px;
  }
  .gsjs .gsjj .p2 > div:nth-child(1),
  .gsjs .gsjj .p2 > li:nth-child(1),
  .gsjs .gsjj .p2 > a:nth-child(1) {
    min-width: 100%;
  }
  .gsjs .gsjj .p2 > div:nth-child(2),
  .gsjs .gsjj .p2 > li:nth-child(2),
  .gsjs .gsjj .p2 > a:nth-child(2) {
    width: 95%;
    margin: 0 auto;
  }
  .gsjs .gsjj .floor-title span {
    font-family: SourceHanSansCN-Heavy;
    font-size: 40px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #545454;
    opacity: 0.12;
  }
  .floor-title img {
    margin: 10px auto;
  }
  .lc .years {
    display: none;
  }
  .lc {
    padding: 5% 2.5% calc(5% + 100px);
  }
  .lc .sj {
    position: relative;
  }
  .lc .sj li {
    width: auto;
    margin-bottom: 20px;
    position: relative;
    border-left: none;
    left: auto !important;
    top: auto !important;
    font-size: 18px;
    line-height: 1.5;
    height: auto !important;
  }
  .lc .sj li br {
    display: none;
  }
  .lc .sj li p {
    font-size: 24px;
    color: #4678bb;
    line-height: 1.5;
  }
  .zzry .zzry-list {
    padding: 2.5%;
  }
  .zzry .zzry-list li {
    grid-column-start: span 1;
  }
  .zzry .zzry-list li:nth-child(n+4) {
    grid-column-start: span 1;
  }
  .zzry .zzry-list li a .info {
    font-size: 16px;
  }
  .ff2 .p2 .info .card-tit {
    font-family: SourceHanSansCN-Medium;
    font-size: 20px;
    line-height: 3;
  }
  .xwdt {
    width: 100%;
  }
  .xwdt .ff4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .xwdt .ff4 .info {
    font-size: 16px;
    line-height: 1.8;
  }
  .xwdt .ff4 .logo img {
    width: 30%;
  }
  .xwdt .ff3 .ytu a .info .info-title {
    text-align: center;
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #4e7ebd;
  }
  .xwdt .ff3 .ytu a .info .info-desc {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #727578;
  }
  .xwdt .ff3 .wtu li a {
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 46px;
    letter-spacing: 1px;
    color: #545454;
  }
  .xwdt .ff4 .wem {
    margin-top: 20px;
  }
  .xwdt .ff2 .p2 .info .card-tit {
    font-size: 22px;
    line-height: 257.1428571429%;
  }
  .xwdt .ff3 .wtu li {
    padding: 0 2.5%;
  }
  .xwdt .ff2 .p2 .info {
    border: solid 1px #dbdbdb;
    padding: 28px 20px;
  }
  .zxly {
    padding: 0 2.5%;
  }
  .zxly .tit {
    font-family: SourceHanSansCN-Medium;
    font-size: 24px;
  }
  .zxly .zxly-bd input {
    width: 100%;
    height: 44px;
    background-color: #fafafa;
    border: solid 1px #e8e8e8;
    padding-left: 67px;
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333;
  }
  .zxly .zxly-bd textarea {
    min-height: 234px;
    background-color: #fafafa;
    border: solid 1px #e8e8e8;
    padding: 24px 20px;
    background: url(../images/zxly-ico3.png) no-repeat 16px 22px;
    text-indent: 47px;
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #6b6b6b;
  }
  .zxly .zxly-bd .btn-box button {
    margin-bottom: 15px;
  }
  .cplb-tit span {
    font-family: SourceHanSansCN-Medium;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #1b1b1b;
  }
  .cp-list li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cp-list li a .pic,
  .cp-list li a .info {
    width: 100%;
  }
  .cp-list li a .info .tit {
    font-family: SourceHanSansCN-Normal;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #212121;
  }
  .main {
    width: 100%;
  }
  .cp-list li a .info .cs {
    font-size: 14px;
    line-height: 28px;
  }
  .page ul {
    gap: 5px !important;
  }
  .page ul li a {
    display: block;
    border: solid 1px #cccccc;
    padding: 0 8px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
  }
  .wmdcp .pic,
  .wmdcp .info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .wmdcp .info {
    margin-left: 0;
    margin: 10px 0;
  }
  .news-article .art-title {
    font-size: 18px;
    font-weight: 600;
  }
  .news-article .art-title,
  .news-article .sub-title,
  .news-article .edit {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .lxfs .lxxx li .icon {
    width: 74px;
    height: 74px;
  }
  .lxfs .lxxx li {
    cursor: pointer;
    padding: 4% 0;
    position: relative;
  }
  .zxly .zxly-bd .btn-box button {
    width: 200px;
    height: 46px;
    background-color: #6489bb;
    font-family: SourceHanSansCN-Normal;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-right: 10px;
  }
  .lxfs .lxxx li .info span {
    width: 100%;
    display: block;
    margin: 5% 0;
    font-family: SourceHanSansCN-Medium;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #282828;
  }
  .f7 .tab {
    padding: 0 2.5%;
  }
  .f7 .f6Swiper .swiper-slide .icon {
    width: 40px;
    height: 40px;
  }
  .f7 .f6Swiper .tab-btn {
    width: 100%;
    padding: 10px 8%;
  }
  .f7 .f6Swiper .tab-btn .info {
    margin-left: 8%;
    font-family: SourceHanSansCN-Light;
    font-size: 18px;
  }
  .f7 .f6Swiper2 ul li a .info span {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
  }
  .gd .gd-box .hang li:nth-child(4),
  .gd .gd-box .hang li:nth-child(5),
  .gd .gd-box .hang li:nth-child(6) {
    display: none;
  }
  .gd .gd-box .hang li:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .gd .gd-box .hang li:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
  }
  .gd .gd-box .hang li:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .gd .gd-box .hang.t {
    height: 44px;
    background-color: #6489bb;
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 44px;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .gd .gd-box .swiper {
    height: 328px;
  }
  .gd .gd-box .hang {
    font-size: 16px;
  }
  .ban-b {
    display: none;
  }
  .ban-b.m {
    display: block;
  }
  .ban-b.m .b form {
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    padding: 15px;
  }
  .ban-b .b button {
    height: 42px;
    background-color: #6489bb;
    border-radius: 5px;
    font-family: SourceHanSansCN-Light;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    grid-column: span 1;
  }
  .ban-b .t {
    background-color: #6489bb;
    text-align: center;
    font-family: SourceHanSansCN-Normal;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .ban-b .t span {
    display: block;
    font-size: 16px;
  }
  .zshz .w {
    padding: 0 2.5%;
  }
  .zshz .cxln .info .bor {
    width: 100%;
  }
  .zshz .cxln .floor-title {
    font-family: SourceHanSansCN-Bold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 1px;
    color: #242424;
  }
  .zshz .cxln .info .card-title {
    text-align: center;
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 1px;
    color: #242424;
  }
  .zshz .cytz ul {
    gap: 10px;
  }
  .zshz .cytz ul li a .info p {
    margin-top: 10px;
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #1f1f1f;
    text-align: center;
  }
  .zshz .f3 ul li:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46.5397923875%;
            flex: 0 0 46.5397923875%;
  }
  .zshz .f3 ul li:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 51.7301038062%;
            flex: 0 0 51.7301038062%;
  }
  .zshz .f3 ul li:nth-child(3) {
    margin-top: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56.4102564103%;
            flex: 0 0 56.4102564103%;
  }
  .zshz .f3 ul li:nth-child(4) {
    margin-top: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.0814479638%;
            flex: 0 0 42.0814479638%;
  }
  .zshz .f3 ul li a .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-family: SourceHanSansCN-Medium;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .zshz .bms .p2 .info span {
    font-family: SourceHanSansCN-Medium;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #242424;
    font-weight: 500;
  }
  .zshz .bms .p2 .info p {
    margin: 6px 0 5.1111111111%;
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.8;
    letter-spacing: 0px;
    color: #1c1c1c;
  }
  .zshz .jmlc {
    --gap: 22px;
  }
  .zshz .jmlc .jmlc-list ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .zshz .jmlc .jmlc-list ul li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(calc(100% + 6px), -50%);
    transform: translate(calc(100% + 6px), -50%);
    display: block;
    width: 11px;
    height: 10px;
    background: url(../images/zshzf814.png) no-repeat;
    background-size: 100% auto;
  }
  .zshz .jmlc .jmlc-list:nth-child(2) ul:first-child li:last-child::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, calc(100% + 6px));
    transform: translate(-50%, calc(100% + 6px));
    width: 10px;
    height: 11px;
    background: url(../images/zshzf815.png) no-repeat;
    background-size: 100% auto;
  }
  .zshz .jmlc .jmlc-list:nth-child(2) ul:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .zshz .jmlc .jmlc-list:nth-child(2) ul:last-child li::after {
    right: auto;
    left: 0;
    top: 50%;
    width: 11px;
    height: 10px;
    -webkit-transform: translate(calc(-100% - 6px), -50%);
    transform: translate(calc(-100% - 6px), -50%);
    background: url(../images/zshzf813.png) no-repeat;
    background-size: 100% auto;
  }
  .zshz .jmlc .jmlc-list:nth-child(2) ul:last-child li:last-child::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, calc(100% + 6px));
    transform: translate(-50%, calc(100% + 6px));
    width: 10px;
    height: 11px;
    background: url(../images/zshzf815.png) no-repeat;
    background-size: 100% auto;
  }
  .zshz .jmlc .jmlc-list:nth-child(3) ul:first-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .zshz .jmlc .jmlc-list:nth-child(3) ul:first-child li::after {
    left: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translate(calc(100% + 6px), -50%);
    transform: translate(calc(100% + 6px), -50%);
    display: block;
    width: 11px;
    height: 10px;
    background: url(../images/zshzf814.png) no-repeat;
    background-size: 100% auto;
  }
  .zshz .jmlc .jmlc-list:nth-child(3) ul:first-child li:last-child::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, calc(100% + 6px));
    transform: translate(-50%, calc(100% + 6px));
    width: 10px;
    height: 11px;
    background: url(../images/zshzf815.png) no-repeat;
    background-size: 100% auto;
  }
  .zshz .jmlc .jmlc-list:nth-child(3) ul:last-child li::after {
    right: auto;
    left: 0;
    top: 50%;
    width: 11px;
    height: 10px;
    -webkit-transform: translate(calc(-100% - 6px), -50%);
    transform: translate(calc(-100% - 6px), -50%);
    background: url(../images/zshzf813.png) no-repeat;
    background-size: 100% auto;
  }
  .zshz .jmlc .jmlc-list ul li .wh .box-fill .info {
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #242424;
  }
  .zshz .jkhx .tt span {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    white-space: nowrap;
    font-family: SourceHanSansCN-Medium;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #212121;
    line-height: 2;
  }
  .zshz .jkhx .cc .yt {
    margin: 16px 0;
  }
  .zshz .jkhx .cc .jcbg .bt span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 1em;
    font-family: SourceHanSansCN-Bold;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3;
    letter-spacing: 1px;
    color: #242424;
    background-color: #fff;
  }
  .zshz .jkhx .cc .yt .lk {
    margin-left: 0;
    height: 44px;
    background-color: #4d73a2;
  }
  .f6 {
    padding: 0 2.5% calc(5% + 100px);
  }
  .xwdt .ff3 {
    padding: 0 0 calc(1% + 66px);
  }
  .main-wrap .floor {
    padding: 5% 0 calc(9.3548387097% + 0px);
  }
  .main-wrap .gd{
    padding: 5% 0 calc(9.3548387097% + 80px);
  }
  .gd {
    padding: 5% 0 calc(9.3548387097% + 100px);
  }
  .xwdt .ff1 .news-top .info .info-title,
  .xwdt .ff1 .news-list li a .info .info-title{
    font-size: 18px;
  }
  .xwdt .ff1 .news-top .info .info-desc,
  .xwdt .ff1 .news-list li a .info .info-desc{
    font-size: 16px;
  }
  .xwdt .ff1 .news-top .info{
    height: 120px;
  }
  .ff2 .p2 .pic .text span{
    font-size: 30px;
  }
  .news-article .sub-title{
    font-size: 15px;
  }
  .news-article .edit{
    font-size: 16px;
  }
  .zshz .jkhx .cc{
    font-size: 16px;
  }
  .zshz .cytz ul li a .info span{
    font-size: 20px;
  }
  .wmdcp .info .tit{
    font-size: 20px;
  }
  .wmdcp .info .cs{
    font-size: 16px;
  }
  .f6 .f6Swiper .tab-btn .info,
  .gsjs .gsjj .info .card-con,
  .lxfs .lxxx li .info p{
    font-size: 16px;
  }
}