@media (max-width: 992px) {
  .banner_img {
    height: 268px;
  }
}
.lxtx_title {
  font-size: 40px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
.lxtx_title::after {
  z-index: 1;
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 4px;
  background: #3dc4b4;
}
.p {
  letter-spacing: 0.1em;
  font-size: 20px;
}
.fz22 {
  font-size: 22px;
}
.p1_l {
  position: relative;
  z-index: 2;
  margin-right: -5%;
  margin-top: 30px;
}
.p1_l img {
  width: 100%;
  box-shadow: 0px 4px 10px 0px rgba(18, 172, 204, 0.3);
}
.p1_r {
  padding-top: 25px;
  padding-left: 110px;
  padding-right: 40px;
  height: 450px;
  background: url(../images/lxtx_p1_bg.png) no-repeat bottom center;
  background-size: cover;
}
@media (max-width: 992px) {
  .p1_r {
    padding: 50px;
    height: auto;
  }
}
.p1_r_p {
  margin-top: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.p1_r_p i {
  margin-right: 30px;
  flex-shrink: 0;
  transition: all 0.3s;
  display: inline-block;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p1_r_p i.s1 {
  background-image: url('../images/lxtx_p1_icon1.png');
}
.p1_r_p i.s2 {
  background-image: url('../images/lxtx_p1_icon2.png');
}
.p1_r_p i.s3 {
  background-image: url('../images/lxtx_p1_icon3.png');
}
.ppnh_ul {
  box-sizing: border-box;
  margin-left: -14px;
  margin-right: -14px;
}
.ppnh_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ppnh_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 14px;
  padding-right: 14px;
  float: left;
}
.ppnh_ul > li:nth-child(n) {
  margin-top: 0;
}
.ppnh_ul > li:nth-child(n)::after {
  display: block;
}
.ppnh_ul > li:nth-child(n + 4) {
  margin-top: 30px;
}
.ppnh_ul > li:nth-child(4) {
  margin-top: 0;
}
.ppnh_ul > li:nth-child(4n)::after,
.ppnh_ul > li:last-child::after {
  display: none;
}
.ppnh_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .ppnh_ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .ppnh_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .ppnh_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .ppnh_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .ppnh_ul > li:nth-child(n)::after {
    display: block;
  }
  .ppnh_ul > li:nth-child(n + 2) {
    margin-top: 30px;
  }
  .ppnh_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .ppnh_ul > li:nth-child(2n)::after,
  .ppnh_ul > li:last-child::after {
    display: none;
  }
  .ppnh_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.ppnh_ul li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 435px;
  padding: 28px;
  padding-top: 56px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media (max-width: 600px) {
  .ppnh_ul li a {
    height: 535px;
  }
}
.ppnh_ul li h6 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  color: #2692c8;
  background: url(../images/ppnh_title_bg2.png) no-repeat left bottom;
  background-size: auto;
}
.ppnh_ul li p:nth-of-type(1) {
  display: block;
}
.ppnh_ul li p:nth-of-type(2) {
  display: none;
}
.ppnh_ul li a:hover h6 {
  color: #fff;
  background-image: url(../images/ppnh_title_bg.png);
}
.ppnh_ul li a:hover p:nth-of-type(2) {
  display: block;
}
.ppnh_ul li a:hover p:nth-of-type(1) {
  display: none;
}
.ppnh_ul li:nth-child(odd) a {
  background-image: url(../images/lxtx_p2_bg1.png);
}
.ppnh_ul li:nth-child(odd) a:hover {
  background-image: url(../images/lxtx_p2_bg3.png);
}
.ppnh_ul li:nth-child(even) a {
  background-image: url(../images/lxtx_p2_bg2.png);
}
.ppnh_ul li:nth-child(even) a:hover {
  background-image: url(../images/lxtx_p2_bg4.png);
}
.lxtx_title2 {
  font-size: 28px;
  font-weight: bold;
  color: #2692c8;
  background: url(../images/ppnh_title_bg2.png) no-repeat 15px bottom;
  background-size: auto;
}
.lxtx_title2 b {
  font-size: 36px;
  color: #2692c8;
}
.pptl {
  background: url(../images/lxtx_p3_bg.png) no-repeat bottom center;
  background-size: cover;
  padding: 45px 12%;
}
.pptl .p {
  color: #055075;
}
.mbqd_title {
  padding-left: 15px;
  background: url(../images/ppnh_title_bg.png) no-repeat left center;
  background-size: 114px 32px;
  margin-bottom: 5px;
}
.gczc_ul {
  box-sizing: border-box;
  margin-left: 0px;
  margin-right: 0px;
}
.gczc_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.gczc_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}
.gczc_ul > li:nth-child(n) {
  margin-top: 0;
}
.gczc_ul > li:nth-child(n)::after {
  display: block;
}
.gczc_ul > li:nth-child(n + 1) {
  margin-top: 20px;
}
.gczc_ul > li:nth-child(1) {
  margin-top: 0;
}
.gczc_ul > li:nth-child(1n)::after,
.gczc_ul > li:last-child::after {
  display: none;
}
.gczc_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gczc_ul li div {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  min-height: 156px;
  border-radius: 12px;
  background: linear-gradient(180deg, #cdf1f3 0%, rgba(205, 241, 243, 0) 100%);
  padding: 28px;
  position: relative;
}
.gczc_ul li .num {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  font-size: 56px;
  font-weight: bold;
  background: linear-gradient(180deg, rgba(62, 196, 180, 0.5) 0%, rgba(62, 196, 180, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.gczc_ul li .p {
  position: relative;
  z-index: 2;
}
.jzbz_ul {
  box-sizing: border-box;
  margin-left: -15px;
  margin-right: -15px;
}
.jzbz_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.jzbz_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.jzbz_ul > li:nth-child(n) {
  margin-top: 0;
}
.jzbz_ul > li:nth-child(n)::after {
  display: block;
}
.jzbz_ul > li:nth-child(n + 5) {
  margin-top: 30px;
}
.jzbz_ul > li:nth-child(5) {
  margin-top: 0;
}
.jzbz_ul > li:nth-child(5n)::after,
.jzbz_ul > li:last-child::after {
  display: none;
}
.jzbz_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .jzbz_ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .jzbz_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .jzbz_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .jzbz_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .jzbz_ul > li:nth-child(n)::after {
    display: block;
  }
  .jzbz_ul > li:nth-child(n + 2) {
    margin-top: 20px;
  }
  .jzbz_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .jzbz_ul > li:nth-child(2n)::after,
  .jzbz_ul > li:last-child::after {
    display: none;
  }
  .jzbz_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.jzbz_ul li a {
  transition: all 0.3s;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 102px;
  line-height: 1.5;
  text-align: center;
  border-radius: 12px;
  background: #fff4f2;
  padding: 0 10px;
  font-size: 20px;
  font-weight: normal;
  color: #333333;
}
.jzbz_ul li a span {
  display: block;
  width: 100%;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.jzbz_ul li a:hover {
  color: #2692c8;
}
