@media screen and (max-width: 1023px) {
  .pc_img {
    display: none !important;
  }
  .sj_img {
    display: block !important;
  }
  .guide {
    position: relative;
    justify-content: flex-start;
  }
  .guide .a1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .guide .a2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 0;
    width: 100%;
    padding: 4.55rem 0.2rem 0;
  }
  .guide .a2 .item {
    width: 6.11rem;
    height: 2.1rem;
    margin-bottom: 0.5rem;
  }
  .guide .a2 .item:last-child {
    margin-bottom: 0;
  }
  .guide .a2 .item .img {
    left: 0.36rem;
  }
  .guide .a2 .item h6 {
    font-size: 0.32rem;
    margin-bottom: 0.14rem;
  }
  .guide .a2 .item p {
    font-size: 0.24rem;
    margin-bottom: 0;
  }
  .guide .a2 .item span {
    position: absolute;
    right: 0.37rem;
    width: 1.46rem;
    height: 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.24rem;
  }
  .h120 {
    height: 1.2rem;
    overflow: hidden;
  }
  .top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 1.2rem;
    padding: 0 0.3rem;
    z-index: 10;
    background-color: #ffffff;
  }
  .top .sj_btn {
    cursor: pointer;
    display: block;
    width: 0.58rem;
    height: 0.58rem;
    position: absolute;
    right: 0.35rem;
    top: calc(50% - 0.29rem);
    background: url(../images/icon/sj/sj_btn1.png) center center no-repeat;
    background-size: 0.58rem 0.42rem;
  }
  .top .a1 {
    display: flex;
    height: auto;
    overflow: hidden;
    align-items: center;
  }
  .top .a1 .b1 {
    margin-right: 0.18rem;
  }
  .top .a1 .b1 img {
    height: 0.62rem;
  }
  .top .a1 .b2 {
    flex-direction: column;
    transform: scale(0.8);
    transform-origin: 0 50%;
  }
  .top .a1 .b2 p {
    background: url(../images/icon/top_2.png) left center no-repeat;
    background-size: 0.15rem 0.15rem;
    padding-left: 0.28rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
  .top .a2 {
    display: none;
  }
  .nav_pc {
    display: none;
  }
  .nav_sj {
    display: none;
    position: fixed;
    z-index: 25;
    top: 0;
    height: 100%;
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
  }
  .nav_sj .t1 {
    position: relative;
    height: 1.2rem;
    padding: 0.32rem 1.2rem 0.28rem 0.4rem;
    border-bottom: 1px solid #eeeeee;
  }
  .nav_sj .t1 .close {
    width: 0.64rem;
    height: 0.64rem;
    position: absolute;
    right: 0.34rem;
    top: calc(50% - 0.32rem);
    display: block;
  }
  .nav_sj .t1 .close img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .nav_sj .t1 .b1 {
    width: 100%;
    height: 0.6rem;
    background: #03A488;
    border-radius: 0.1rem;
    padding: 0 1rem 0 0.7rem;
    position: relative;
    overflow: hidden;
  }
  .nav_sj .t1 .b1 span {
    width: 0.22rem;
    height: 0.22rem;
    position: absolute;
    left: 0.25rem;
    top: calc(50% - 0.11rem);
    display: block;
  }
  .nav_sj .t1 .b1 span img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .nav_sj .t1 .b1 em {
    width: 1rem;
    line-height: 0.6rem;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.24rem;
    background-color: #04846e;
    text-align: center;
    color: #FFFFFF;
    display: block;
    cursor: pointer;
  }
  .nav_sj .t1 .b1 div {
    width: 100%;
    height: 0.6rem;
  }
  .nav_sj .t1 .b1 div input {
    display: block;
    height: 0.6rem;
    width: 100%;
    background-color: #03A488;
    outline: none;
    border: none;
    font-size: 0.24rem;
    color: #FFFFFF;
  }
  .nav_sj .a2 {
    position: absolute;
    top: 1.2rem;
    bottom: 0;
    overflow: auto;
    left: 0;
    right: 0;
    padding: 0 0.3rem;
  }
  .nav_sj .a2 .item {
    margin-bottom: 0.2rem;
  }
  .nav_sj .a2 .item .a1,
  .nav_sj .a2 .item .b1 {
    line-height: 0.7rem;
    background: #F4FAF8;
    position: relative;
    font-size: 0.24rem;
    transition: 0.5s;
    color: #333333;
    cursor: pointer;
    display: block;
    padding-left: 0.84rem;
  }
  .nav_sj .a2 .item .a1.on {
    background: #03A488;
    color: #ffffff;
  }
  .nav_sj .a2 .item .a1.on i::before {
    opacity: 0;
  }
  .nav_sj .a2 .item .a1.on i::after {
    background-color: #fff;
  }
  .nav_sj .a2 .item .a1 i {
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    right: 0.3rem;
    top: calc(50% - 0.1rem);
  }
  .nav_sj .a2 .item .a1 i::before {
    height: 0.2rem;
    width: 0.04rem;
    background-color: #1aac93;
    content: "";
    position: absolute;
    left: calc(50% - 0.02rem);
    top: 0;
  }
  .nav_sj .a2 .item .a1 i::after {
    width: 0.2rem;
    height: 0.04rem;
    background-color: #1aac93;
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 0.02rem);
  }
  .nav_sj .a2 .item .list {
    display: none;
    background-color: #f4faf8;
    padding: 0.4rem 0.4rem 0.4rem 0.84rem;
  }
  .nav_sj .a2 .item .list a {
    float: left;
    width: 33.333%;
    line-height: 0.48rem;
    font-size: 0.24rem;
    color: #333333;
    position: relative;
    padding-left: 0.25rem;
  }
  .nav_sj .a2 .item .list a::after {
    position: absolute;
    width: 0.08rem;
    height: 0.08rem;
    background: #666666;
    border-radius: 50%;
    content: "";
    left: 0;
    top: calc(50% - 0.04rem);
  }
  .banner .swiper {
    height: 5.6rem;
  }
  .banner .swiper .pagination {
    position: absolute;
    left: 0.3rem;
    width: 1.5rem;
    bottom: 0.27rem;
  }
  .banner .swiper .pagination i {
    top: 50%;
  }
  .banner .swiper .pagination .box {
    font-size: 0.42rem;
  }
  .banner .swiper .pagination .box span {
    font-size: 0.24rem;
  }
  .banner .swiper .swiper-slide .a2 {
    left: 0.3rem;
    top: 0.74rem;
    width: calc(100% - 0.6rem);
  }
  .banner .swiper .swiper-slide .a2 h6 {
    font-size: 0.36rem;
    line-height: 0.62rem;
  }
  .banner .swiper .swiper-slide .a2 h5 {
    color: #03549c;
    font-size: 0.33rem;
    line-height: 0.46rem;
  }
  .banner .swiper .swiper-slide .a2 h4 {
    font-size: 0.52rem;
    line-height: 0.86rem;
  }
  .banner .swiper .swiper-slide .a2 p {
    font-size: 0.27rem;
    line-height: 0.42rem;
    margin-bottom: 0.46rem;
  }
  .ind_a .item {
    padding-left: 0.3rem;
    width: 50%;
    height: 2rem;
    padding-top: 0.4rem;
  }
  .ind_a .item img {
    width: 0.8rem;
    height: 0.8rem;
    left: auto;
    right: 0.5rem;
    top: 0.3rem;
  }
  .ind_a .item:last-child {
    width: 100%;
  }
  .ind_a .item h6 {
    font-size: 0.27rem;
    line-height: 1;
    margin-bottom: 0.17rem;
  }
  .ind_a .item p {
    font-size: 0.24rem;
    line-height: 1;
  }
  .right_box .item em {
    font-size: 0.24rem;
  }
  .tit_a p {
    font-size: 0.24rem;
  }
  .ind_b.kyjx_a {
    padding-top: 0.3rem;
    padding-bottom: 0.2rem;
  }
  .ind_b .a1 {
    margin-bottom: 0.24rem;
  }
  .ind_b .a2 {
    position: relative;
  }
  .ind_b .a2 .tab_item {
    flex-direction: column;
  }
  .ind_b .a2 .tab_item .b1 {
    width: 100%;
    height: 5.3rem;
    margin-right: 0;
  }
  .ind_b .a2 .tab_item .b1 .swiper {
    padding-bottom: 0.7rem;
  }
  .ind_b .a2 .tab_item .b1 .swiper .swiper-pagination {
    bottom: 0.35rem;
  }
  .ind_b .a2 .tab_item .b2 {
    max-height: 4.98rem;
  }
  .ind_b .a2 .tab_item .b2 .item {
    width: 100%;
    height: 1.36rem;
    margin-bottom: 0.3rem;
    padding-left: 1.5rem;
  }
  .ind_b .a2 .tab_item .b2 .item .time {
    width: 1.36rem;
    height: 1.36rem;
    border-radius: 0.1rem;
    font-size: 0.32rem;
    line-height: 0.54rem;
  }
  .ind_b .a2 .tab_item .b2 .item .time::after {
    width: 0.84rem;
    left: calc(50% - 0.42rem);
  }
  .ind_b .a2 .tab_item .b2 .item h6 {
    font-size: 0.28rem;
    line-height: 0.58rem;
  }
  .ind_b .a2 .tab_item .b2 .item p {
    font-size: 0.24rem;
    color: #999999;
    line-height: 0.36rem;
  }
  .ind_c .a1 {
    margin-bottom: 0.3rem;
  }
  .ind_c .a2 .tab_item {
    padding: 0 0.67rem;
  }
  .ind_c .a2 .tab_item .next {
    position: absolute;
    width: 0.3rem;
    height: 0.73rem;
    background: url(../images/icon/sj/left4.png) no-repeat center center;
    background-size: 100% 100%;
    left: 0;
    top: calc(50% - 0.365rem);
    outline: none;
  }
  .ind_c .a2 .tab_item .prev {
    position: absolute;
    width: 0.3rem;
    height: 0.73rem;
    background: url(../images/icon/sj/right.png) no-repeat center center;
    background-size: 100% 100%;
    right: 0;
    top: calc(50% - 0.365rem);
    outline: none;
  }
  .ind_c .a2 .tab_item.select {
    display: block;
  }
  .ind_c .a2 .tab_item .swiper-slide a {
    display: block;
  }
  .ind_c .a2 .tab_item .swiper-slide .img {
    height: 3.7rem;
  }
  .ind_c .a2 .tab_item .swiper-slide .img span {
    width: 1.8rem;
    height: 0.6rem;
    font-size: 0.24rem;
    line-height: 1;
  }
  .ind_c .a2 .tab_item .swiper-slide .text {
    height: 2rem;
  }
  .ind_c .a2 .tab_item .swiper-slide .text h6 {
    font-size: 0.28rem;
    line-height: 0.6rem;
    padding: 0.1rem 0 0;
  }
  .ind_c .a2 .tab_item .swiper-slide .text p {
    font-size: 0.24rem;
    line-height: 0.38rem;
    height: 0.76rem;
    margin-bottom: 0.1rem;
  }
  .ind_c .a2 .tab_item .swiper-slide .text i {
    float: left;
    font-size: 0.24rem;
    line-height: 0.3rem;
    height: 0.3rem;
    padding-right: 0.35rem;
  }
  .ind_d {
    padding-left: 0;
    padding-right: 0;
  }
  .ind_d .tit_a {
    margin-bottom: 0.5rem;
  }
  .ind_d .swiper {
    height: 6.6rem;
    padding-bottom: 0.8rem;
  }
  .ind_d .swiper .swiper-pagination {
    bottom: 0.26rem;
  }
  .ind_d .item .a2 {
    font-size: 0.28rem;
    font-weight: normal;
    margin-top: 0.3rem;
    margin-bottom: 0.16rem;
  }
  .ind_d .item .a2 span {
    font-size: 0.24rem;
    color: #666666;
  }
  .ind_d .item .a3 {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }
  .ind_d .item .a4 {
    font-size: 0.24rem;
    line-height: 1.4;
  }
  .ind_e {
    padding-top: 0.9rem;
    padding-bottom: 0.64rem;
  }
  .ind_e .tit_a {
    margin-bottom: 0.3rem;
  }
  .ind_e .box {
    display: block;
    min-height: 400px;
    align-items: center;
  }
  .ind_e .box .a1 {
    flex-direction: row;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .ind_e .box .a1 span {
    padding-left: 0.3rem;
    font-size: 0.24rem;
    line-height: 0.52rem;
    margin: 0 0.2rem;
  }
  .ind_e .box .a2 ul {
    margin: 0 -0.15rem;
  }
  .ind_e .box .a2 ul li {
    width: 33.33333%;
    padding: 0 0.15rem;
    margin-top: 0.22rem;
  }
  .ind_e .box .a2 ul li:nth-child(1),
  .ind_e .box .a2 ul li:nth-child(2),
  .ind_e .box .a2 ul li:nth-child(3) {
    margin-top: 0;
  }
  .ind_e .box .a2 ul li:nth-child(4),
  .ind_e .box .a2 ul li:nth-child(5) {
    margin-top: 0.22rem;
  }
  .ind_e .box .a2 ul li .item .b1 {
    font-size: 0.24rem;
  }
  .ind_e .box .a2 ul li .item .b2 a {
    font-size: 0.24rem;
    line-height: 0.42rem;
  }
  .ind_e .box .a2 ul li .item .b2 a span {
    padding-left: 0.3rem;
  }
  .ind_e .box .a2 ul li.on .item .b1 span {
    padding-left: 0.3rem;
  }
  .ind_f {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .ind_f .box {
    padding: 0 0.6rem;
    position: relative;
  }
  .ind_f .box .sj_next {
    display: block;
    outline: none;
    position: absolute;
    width: 0.32rem;
    height: 0.32rem;
    top: calc(50% - 0.16rem);
    right: 0;
  }
  .ind_f .box .sj_next img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .ind_f .box .sj_prev {
    display: block;
    outline: none;
    position: absolute;
    width: 0.32rem;
    height: 0.32rem;
    top: calc(50% - 0.16rem);
    left: 0;
  }
  .ind_f .box .sj_prev img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .ind_f .swiper {
    height: 3.4rem;
  }
  .ind_f .swiper .next,
  .ind_f .swiper .prev {
    display: none;
  }
  .ind_f .swiper .swiper-slide {
    background-color: #000000;
  }
  .ind_f .swiper .swiper-slide .a2 {
    padding-left: 0.2rem;
    padding-top: 0.2rem;
  }
  .ind_f .swiper .swiper-slide .a2 h6 {
    font-size: 0.28rem;
    line-height: 1;
  }
  .ind_f .swiper .swiper-slide .a2 p {
    font-size: 0.24rem;
    line-height: 1;
    margin-bottom: 0.17rem;
  }
  .footer_pc {
    background: #00A398;
  }
  .footer_pc .a1 {
    height: 1.07rem;
  }
  .footer_pc .a1 span {
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 1;
    margin-right: 0.26rem;
  }
  .footer_pc .a1 a {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.16rem;
  }
  .footer_pc .a1 a img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .footer_pc .a2 {
    flex-wrap: wrap;
    padding: 0.12rem 0 0.36rem;
    justify-content: flex-start;
  }
  .footer_pc .a2 a {
    font-size: 0.24rem;
    width: 25%;
  }
  .footer_pc .a2 a::after {
    display: none;
  }
  .footer_pc .a3 {
    padding: 0.6rem 0.3rem 0.2rem 0.6rem;
    min-height: 50px;
    color: #fff;
    position: relative;
    background: #087A72;
    margin-bottom: 0.5rem;
  }
  .footer_pc .a3 .b1 {
    position: absolute;
    height: 0.4rem;
    top: 0.2rem;
    left: 0.18rem;
    line-height: 0.4rem;
    padding-left: 0.4rem;
    font-size: 0.3rem;
  }
  .footer_pc .a3 a {
    margin-right: 0.4rem;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.46rem;
    float: left;
  }
  .footer_pc .a4 {
    display: flex;
    padding-bottom: 0.4rem;
  }
  .footer_pc .a4 .b1 {
    width: 4.2rem;
    position: relative;
  }
  .footer_pc .a4 .b1::after {
    position: absolute;
    width: 1px;
    height: 1.2rem;
    background: #FFFFFF;
    opacity: 0.2;
    right: 0;
    top: calc(50% - 0.6rem);
    content: "";
  }
  .footer_pc .a4 .b1 h6 {
    line-height: 0.66rem;
    font-size: 0.36rem;
    margin-bottom: 0;
  }
  .footer_pc .a4 .b1 h6 span {
    display: block;
    font-size: 0.3rem;
    line-height: 0.38rem;
  }
  .footer_pc .a4 .b1 div {
    min-height: 0.96rem;
    padding-left: 0.9rem;
    background: url(../images/icon/footer_a6.png) left center no-repeat;
    background-size: 0.57rem 0.49rem;
  }
  .footer_pc .a4 .b1 div p {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .footer_pc .a4 .b2 {
    display: none;
  }
  .footer_pc .a4 .b3 {
    padding-top: 0;
    width: auto;
    flex: 1;
  }
  .footer_pc .a4 .b3 em {
    display: block;
    line-height: 0.52rem;
    font-size: 0.24rem;
    color: #FFFFFF;
  }
  .footer_pc .a4 .b3 div {
    width: 1.26rem;
    height: 1.26rem;
  }
  .footer_pc .a4 .b3 span {
    font-size: 0.24rem;
    line-height: 0.6rem;
  }
  .footer_pc .a5 {
    flex-direction: column;
    font-size: 0.24rem;
  }
  .two_banner {
    margin-top: 0;
    margin-bottom: 0.3rem;
    position: relative;
    height: 3.5rem;
  }
  .two_banner .bj.sj {
    display: block;
  }
  .two_banner .bj.pc {
    display: none;
  }
  .two_banner .a1 {
    display: block;
    width: 6.2rem;
    height: 2.4rem;
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    left: calc(50% - 3.1rem);
    top: calc(50% - 1.2rem);
    z-index: 2;
  }
  .two_banner .a1 .tit {
    text-align: center;
    font-size: 0.36rem;
    font-weight: bold;
    color: #03A488;
    line-height: 1;
    margin: 0.45rem 0 0.2rem;
  }
  .two_banner .a2 {
    padding: 0 0.3rem;
    display: flex;
    flex-wrap: wrap;
  }
  .two_banner .a2 a {
    width: 33.333%;
    line-height: 0.58rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
  }
  .two_banner .a2 a span {
    color: #333333;
    padding-left: 0.3rem;
    position: relative;
  }
  .two_banner .a2 a span::after {
    position: absolute;
    left: 0;
    width: 0.08rem;
    height: 0.08rem;
    background: #999999;
    border-radius: 50%;
    top: calc(50% - 0.04rem);
    content: "";
  }
  .two_banner .a2 a.select span {
    color: #00CFAB;
  }
  .two_banner .a2 a.select span::after {
    background: #00CFAB;
  }
  .rczp_text {
    padding: 0 0.38rem;
    font-size: 0.24rem;
    font-family: STLiti;
    font-weight: 400;
    color: #333333;
    line-height: 0.3rem;
  }
  .rczp_text p {
    letter-spacing: -1px;
    color: #999999;
  }
  .bread_a {
    height: 0.8rem;
    padding-left: 0.5rem;
    font-size: 0.24rem;
    margin-bottom: 0.3rem;
  }
  .bread_a a,
  .bread_a span {
    margin: 0 0.1rem;
  }
  .bread_a::after {
    height: 0.3rem;
    top: calc(50% - 0.15rem);
  }
  .bread_a .a1 {
    display: none;
  }
  .box_a {
    flex-direction: column;
  }
  .box_a .left {
    width: 100%;
    margin-right: 0;
  }
  .box_a .right {
    width: 100%;
  }
  .two_nav {
    display: none;
  }
  .rczp_a.on .nav_b {
    display: none;
  }
  .rczp_a .nav_b {
    display: flex;
  }
  .rczp_a .nav_b a {
    max-width: 33.333%;
    font-size: 0.24rem;
  }
  .rczp_a li {
    margin-bottom: 0.2rem;
  }
  .rczp_a li .item {
    height: 2.28rem;
    justify-content: flex-start;
    padding-left: 3.1rem;
  }
  .rczp_a li .item .h6 {
    font-size: 0.28rem;
    line-height: 0.66rem;
  }
  .rczp_a li .item .p {
    height: 1.08rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-bottom: 0;
    -webkit-line-clamp: 3;
  }
  .rczp_a li .item .time {
    height: 0.24rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .rczp_a li .item .time span {
    width: 50%;
    font-size: 0.24rem;
    padding: 0;
    padding-left: 0.3rem;
  }
  .rczp_a li .item .time em {
    width: 50%;
    font-size: 0.24rem;
    padding: 0;
    padding-left: 0.34rem;
  }
  .page_pc {
    display: none;
  }
  .page_sj {
    display: block;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .page_sj a {
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #F8F8F8;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 0.6rem;
    background: #03A488;
    border-radius: 0.3rem;
    margin: 0 0.16rem;
  }
  .lxwm_text {
    padding: 0 0.3rem;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.36rem;
  }
  .lxwm_text .item {
    padding-left: 0.4rem;
    position: relative;
    min-height: 0.36rem;
  }
  .lxwm_text .item img {
    position: absolute;
    left: 0;
    width: 0.24rem;
    height: 0.24rem;
    top: calc(50% - 0.12rem);
    display: block;
  }
  .lxwm_a {
    margin-bottom: 0.6rem;
    padding: 0.3rem;
  }
  .lxwm_a .a1 {
    margin-bottom: 0.4rem;
  }
  .lxwm_a .a1 .b1 {
    margin-top: 0.4rem;
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
  .lxwm_a .a1 .b1 .item {
    width: 2.8rem;
    height: 3.4rem;
  }
  .lxwm_a .a1 .b1 .item span {
    line-height: 0.86rem;
    height: 0.86rem;
    font-size: 0.28rem;
  }
  .lxwm_a .a1 .b1 .item em {
    font-size: 0.28rem;
  }
  .lxwm_a .a1 .b1 .item .b2 {
    width: 2.1rem;
    height: 2.1rem;
  }
  .lxwm_a .a1 .b1 .item .b3 {
    margin: 0 auto 0.2rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .lxwm_a .a1 dl dd {
    font-size: 0.24rem;
  }
  .lxwm_a .a1 dl dd span {
    font-size: 0.24rem;
  }
  .lxwm_a .a2 {
    height: 6rem;
  }
  .lxwm_a .a3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .lxwm_a .a3 .item {
    width: 100%;
    margin-bottom: 0.26rem;
  }
  .lxwm_a .a3 .item input {
    font-size: 0.24rem;
  }
  .lxwm_a .a3 .item textarea {
    height: 2.4rem;
    font-size: 0.24rem;
  }
  .lxwm_a .a3 .btns {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .lxwm_a .a3 .btns button {
    width: 1.8rem;
    height: 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.24rem;
    margin: 0 0.11rem;
  }
  .yygk_a {
    padding: 0.4rem 0.4rem 1rem;
  }
  .yygk_a .a1 {
    font-size: 0.24rem;
    line-height: 0.36rem;
    text-align: justify;
  }
  .yygk_a .a1 img {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 0.2rem 0;
  }
  .yygk_b .item {
    background: #09806B;
    width: 50%;
  }
  .yygk_b .item h6 {
    font-size: 0.32rem;
  }
  .yygk_b .item p {
    font-size: 0.24rem;
    line-height: 0.36rem;
    min-height: 0.72rem;
  }
  .yygk_b .item:nth-child(1),
  .yygk_b .item:nth-child(4),
  .yygk_b .item:nth-child(7) {
    width: 100%;
    background: #03A488;
  }
  .yygk_c {
    padding: 0.45rem 0.4rem 1rem;
  }
  .yygk_c::after {
    top: 0.88rem;
    bottom: 3.6rem;
    left: 0.4rem;
  }
  .yygk_c .item {
    z-index: 2;
    width: 100%;
    height: auto;
    padding: 0 !important;
    margin-bottom: 0.7rem;
  }
  .yygk_c .item:last-child {
    margin-bottom: 0;
  }
  .yygk_c .item i {
    left: -0.14rem;
  }
  .yygk_c .item .text {
    float: none !important;
    width: 100%;
    height: auto;
    padding: 0 0 0 0.54rem !important;
    text-align: left !important;
    margin-bottom: 0.14rem;
  }
  .yygk_c .item .text h6 span {
    font-size: 0.24rem;
  }
  .yygk_c .item .text p {
    line-height: 0.42rem;
    font-size: 0.24rem;
  }
  .yygk_c .item .img {
    width: 3rem;
    float: none !important;
    height: 2rem;
    margin-left: 0.54rem;
  }
  .yygk_d {
    padding: 0.3rem 0.12rem 0.4rem;
    margin-bottom: 0.3rem;
  }
  .yygk_d ul li {
    width: 50%;
  }
  .yygk_d ul li .item p {
    font-size: 0.24rem;
  }
  .nav_a,
  .nav_b {
    display: none;
  }
  .ylfw_a {
    padding: 0;
    margin: 0 -0.15rem;
    background-color: transparent;
    margin-bottom: 0.5rem;
  }
  .ylfw_a a {
    width: calc(33.3333% - 0.3rem);
    margin: 0 0.15rem 0.22rem;
    background: #00A398;
    font-size: 0.24rem;
  }
  .ylfw_b .a1 {
    height: 0.9rem;
    padding: 0 0.25rem;
  }
  .ylfw_b .a1 span {
    font-size: 0.24rem;
    padding: 0.05rem 0 0.05rem 0.47rem;
    background-position: 0 center;
  }
  .ylfw_b ul {
    margin: 0;
    padding: 0.4rem 0.25rem 0;
    margin-bottom: 0.5rem;
  }
  .ylfw_b ul li {
    width: 100%;
    padding: 0;
    float: none;
  }
  .ylfw_b ul .item {
    height: 1.7rem;
    padding-left: 1.88rem;
  }
  .ylfw_b ul .item .img {
    width: 1.7rem;
    height: 1.7rem;
  }
  .ylfw_b ul .item .b1 {
    line-height: 0.52rem;
    padding-top: 0;
  }
  .ylfw_b ul .item .b2 {
    font-size: 0.24rem;
    color: #000000;
    line-height: 0.3rem;
  }
  .ylfw_b ul .item .b3 {
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
  .zjjs_a {
    overflow: hidden;
    padding-bottom: 0.7rem;
  }
  .zjjs_a ul {
    background-color: #fff;
    padding: 0.3rem 0.25rem 0.1rem;
    position: relative;
    margin: 0 0 0.6rem;
  }
  .zjjs_a ul li {
    width: 100%;
    padding: 0;
    float: none;
    margin-bottom: 0.2rem;
  }
  .zjjs_a ul .item {
    display: block;
    background: #F8F8F8;
    border-radius: 0.1rem;
    padding: 0.4rem 0.25rem 0.3rem 2.35rem;
    overflow: hidden;
    height: 2.8rem;
    position: relative;
  }
  .zjjs_a ul .item .img {
    position: absolute;
    left: 0.47rem;
    top: 0.4rem;
    margin: 0;
    border: 0;
  }
  .zjjs_a ul .item .a1 {
    margin-top: 0.14rem;
    text-align: left;
    height: 0.6rem;
    font-size: 0.28rem;
    color: #039F84;
    line-height: 0.6rem;
  }
  .zjjs_a ul .item .a1 span {
    font-size: 0.24rem;
  }
  .zjjs_a ul .item .a2 {
    text-align: left;
    height: 0.56rem;
    line-height: 0.56rem;
    margin-bottom: 0;
    font-size: 0.24rem;
  }
  .zjjs_a ul .item .a3 {
    font-size: 0.24rem;
    line-height: 0.36rem;
    height: 0.72rem;
    margin-bottom: 0;
  }
  .zjjs_a ul .item .a4 {
    position: absolute;
    left: 0.27rem;
    bottom: 0.32rem;
    width: 1.8rem;
    height: 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.24rem;
  }
  .kyjx_b {
    display: flex;
    margin-bottom: 0.4rem;
  }
  .kyjx_b .a1 {
    padding: 0.3rem;
    width: 100%;
    background-color: #fff;
    margin-bottom: 0.3rem;
  }
  .kyjx_b .a1:nth-child(odd) {
    margin-right: 0;
  }
  .kyjx_b .a2 {
    margin-bottom: 0.18rem;
  }
  .kyjx_b .a2 h6 {
    height: 0.64rem;
    line-height: 0.64rem;
    font-size: 0.26rem;
  }
  .kyjx_b .a2 p {
    font-size: 0.24rem;
    line-height: 0.36rem;
    height: auto;
    color: #807F7F;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
  }
  .kyjx_b ul li a span {
    font-size: 0.24rem;
    color: #454545;
  }
  .kyjx_b ul li a em {
    font-size: 0.24rem;
  }
  .ks_a {
    background-color: #f8f8f8;
    padding: 0;
  }
  .ks_a .tit {
    position: relative;
    height: 0.36rem;
    display: flex;
    align-items: center;
    font-size: 0.28rem;
    color: #000000;
    line-height: 1;
    margin-bottom: 0.36rem;
  }
  .ks_a .a1 {
    height: auto;
    border-radius: 0.1rem;
    flex-direction: column;
    margin-bottom: 0.3rem;
  }
  .ks_a .a1 .img {
    flex: none;
    width: 100%;
    height: 2.4rem;
    background-color: #007bff;
  }
  .ks_a .a1 .text {
    width: 100%;
    padding: 0.3rem 0.38rem;
  }
  .ks_a .a1 .text .b1 {
    font-size: 0.28rem;
    line-height: 0.7rem;
  }
  .ks_a .a1 .text .b2 {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .ks_a .a1 .text .b2 span {
    font-size: 0.24rem;
  }
  .ks_a .a1 .text .b3 {
    font-size: 0.24rem;
    line-height: 0.48rem;
    padding-left: 0.32rem;
    background-position: left 0.12rem;
  }
  .ks_a .a1 .text .b4 {
    font-size: 0.24rem;
    line-height: 0.48rem;
    padding-left: 0.32rem;
    background-position: left 0.12rem;
  }
  .ks_a .a2 {
    background-color: #fff;
    padding: 0.4rem 0.3rem 0;
  }
  .ks_a .a2 .content {
    font-size: 0.24rem;
  }
  .ks_a .a3 {
    padding: 0.4rem 0.3rem 0;
    background-color: #fff;
  }
  .ks_a .a3 ul {
    margin: 0;
  }
  .ks_a .a3 ul li {
    width: 100%;
    padding: 0;
    float: none;
  }
  .ks_a .a3 ul .item {
    height: 1.7rem;
    padding-left: 1.88rem;
  }
  .ks_a .a3 ul .item .img {
    width: 1.7rem;
    height: 1.7rem;
  }
  .ks_a .a3 ul .item .b1 {
    line-height: 0.52rem;
    padding-top: 0;
  }
  .ks_a .a3 ul .item .b2 {
    font-size: 0.24rem;
    color: #000000;
    line-height: 0.3rem;
  }
  .ks_a .a3 ul .item .b3 {
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
  .ks_b {
    padding: 0.3rem 0 0.6rem;
    background-color: rgba(255, 255, 255, 0);
    position: relative;
    margin: 0 -0.15rem;
  }
  .ks_b .item {
    width: calc(33.3333% - 0.3rem);
    margin: 0 0.15rem 0.22rem;
  }
  .ks_b .item .b1 {
    background: #00A398;
    font-size: 0.24rem;
  }
  .ks_b .item .b2 a {
    font-size: 0.24rem;
  }
  .yjzx_a {
    background-color: #fff;
    padding: 0;
  }
  .yjzx_a .a1 {
    height: auto;
    border-radius: 0.1rem;
    flex-direction: column;
    margin-bottom: 0.3rem;
  }
  .yjzx_a .a1 .img {
    flex: none;
    width: 100%;
    height: 2.4rem;
    background-color: #007bff;
  }
  .yjzx_a .a1 .text {
    width: 100%;
    padding: 0.3rem 0.38rem;
  }
  .yjzx_a .a1 .text .b1 {
    font-size: 0.28rem;
    line-height: 0.7rem;
  }
  .yjzx_a .a1 .text .b2 {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .yjzx_a .a1 .text .b2 span {
    font-size: 0.24rem;
  }
  .yjzx_a .a1 .text .b3 {
    font-size: 0.24rem;
    line-height: 0.48rem;
    padding-left: 0.32rem;
    background-position: left 0.12rem;
  }
  .yjzx_a .a1 .text .b4 {
    font-size: 0.24rem;
    line-height: 0.48rem;
    padding-left: 0.32rem;
    background-position: left 0.12rem;
  }
  .yjzx_b {
    overflow: hidden;
    padding-bottom: 0.4rem;
  }
  .yjzx_b ul {
    background-color: #fff;
    padding: 0;
    margin-bottom: 0.4rem;
    padding-top: 0.35rem;
  }
  .yjzx_b ul li {
    width: 100%;
    padding: 0 0.3rem;
    float: none;
    margin-bottom: 0.3rem;
  }
  .yjzx_b ul .item .b1 {
    font-size: 0.28rem;
  }
  .yjzx_b ul .item .b1 span i {
    font-size: 0.28rem;
  }
  .yjzx_b ul .item .b2 {
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .yjzx_b ul .item .b2 div {
    font-size: 0.24rem;
    line-height: 0.32rem;
    height: calc(0.32rem * 2);
    -webkit-line-clamp: 2;
  }
  .yjzx_b ul .item .b3 {
    font-size: 0.24rem;
  }
  .tjzx_c {
    padding: 0.3rem 0;
    background-color: #fff;
  }
  .tjzx_c .box {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 0.26rem;
  }
  .tjzx_c .a1 {
    display: none;
  }
  .tjzx_c .a2 {
    display: block;
  }
  .tjzx_c .tit {
    position: relative;
    height: 0.36rem;
    display: flex;
    align-items: center;
    font-size: 0.28rem;
    color: #000000;
    line-height: 1;
    margin-bottom: 0.36rem;
  }
  .tjzx_c .a3 {
    padding-top: 0.6rem;
  }
  .tjzx_c .a3 .content {
    font-size: 0.24rem;
  }
  .tjzx_c .a4 {
    padding-top: 0.5rem;
  }
  .tjzx_c .a4 .b1 {
    width: 2rem;
  }
  .tjzx_c .a4 .b1 div {
    width: 2rem;
    height: 2rem;
  }
  .tjzx_c .a4 .b1 span {
    line-height: 1.5;
    font-size: 0.24rem;
  }
  .tjzx_d {
    justify-content: flex-start;
    flex-direction: column;
  }
  .tjzx_d a {
    margin: 0;
    justify-content: flex-start;
    background: #00A398;
    font-size: 0.24rem;
    color: #fff;
  }
  .tjzx_d a span {
    color: #fff;
  }
  .tjzx_d .a1,
  .tjzx_d .a3 {
    width: 100%;
    padding: 0 0 0 1.07rem;
  }
  .tjzx_d .a1 {
    margin-bottom: 0.13rem;
  }
  .tjzx_d .a1 em {
    left: 0;
    background-image: url(../images/icon/tjzx_d4.png);
  }
  .tjzx_d .a2 {
    display: none;
  }
  .tjzx_d .a3 em {
    left: 0;
    background-image: url(../images/icon/tjzx_d4.png);
  }
  .tjzx_d .a3 em::after {
    right: 0;
    left: auto;
  }
  .tjzx_d .a3:hover em {
    background-image: url(../images/icon/tjzx_d4.png);
  }
  .czxx_a {
    display: block;
  }
  .czxx_a .item {
    width: 100%;
    display: flex;
    border-top: 1px solid #eeeeee;
  }
  .czxx_a .item:last-child {
    border-bottom: 1px solid #eeeeee;
  }
  .czxx_a .item:first-child .r2 {
    border-left: 1px solid #eeeeee;
  }
  .czxx_a .item .r1 {
    flex: 1;
    height: auto;
    min-height: 0.7rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .czxx_a .item .r2 {
    flex: 2;
    height: auto;
    font-size: 0.24rem;
    line-height: 0.36rem;
    flex-direction: row;
    border-bottom: none;
  }
  .czxx_a .item .r2 .r3:first-child {
    border-bottom: none;
    border-right: 1px solid #eeeeee;
  }
  .czxx_a .item .r3 {
    width: 50%;
    height: 100%;
    padding: 0.2rem 0;
  }
  .czxx_a .item .r3 a {
    width: 1rem;
    height: 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.24rem;
    line-height: 1;
  }
  .czxx_a .item .r3 span {
    font-size: 0.24rem;
  }
  .zxzx_a {
    padding: 0.3rem 0.3rem 0.4rem;
    margin-bottom: 0.3rem;
  }
  .zxzx_a .tit {
    height: 1.1rem;
    padding-left: 0.9rem;
  }
  .zxzx_a .tit p {
    line-height: 0.3rem;
    font-size: 0.24rem;
  }
  .zxzx_a .tit h6 {
    line-height: 0.54rem;
    font-size: 0.38rem;
    letter-spacing: 0.12rem;
  }
  .zxzx_a .tit .img {
    left: 0;
    width: 0.74rem;
    height: 0.74rem;
  }
  .zxzx_a .box1 {
    display: none;
  }
  .zxzx_a .box2 {
    display: block;
    position: relative;
    padding: 0 0.65rem;
    height: 3.7rem;
  }
  .zxzx_a .box2 .next,
  .zxzx_a .box2 .prev {
    width: 0.3rem;
    height: 0.74rem;
    background-color: #03a488;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.14rem 0.25rem;
    position: absolute;
    bottom: 0.8rem;
    outline: none;
  }
  .zxzx_a .box2 .prev {
    left: 0;
    background-image: url(../images/icon/zxzx_a2.png);
  }
  .zxzx_a .box2 .next {
    right: 0;
    background-image: url(../images/icon/zxzx_a3.png);
  }
  .zxzx_a .box2 .swiper {
    height: 100%;
  }
  .zxzx_a .box2 .item {
    display: block;
  }
  .zxzx_a .box2 .item h6 {
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.44rem;
  }
  .zxzx_a .box2 .item p {
    font-size: 0.24rem;
    font-family: DIN;
    color: #999999;
    line-height: 0.6rem;
    height: 0.72rem;
  }
  .zxzx_a .box2 .item .img {
    height: 2.5rem;
    position: relative;
    overflow: hidden;
  }
  .zxzx_a .box2 .item .img img {
    max-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    transition: 0.5s;
  }
  .jcsp_a ul {
    flex-direction: column;
  }
  .jcsp_a ul li {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .jcsp_a ul .item .img {
    height: 4.2rem;
  }
  .jcsp_a ul .item .img img {
    width: 0.86rem;
    height: 0.86rem;
    left: calc(50% - 0.43rem);
    top: calc(50% - 0.43rem);
  }
  .jcsp_a ul .item .text {
    height: 1.3rem;
    padding: 0.27rem 0.4rem;
  }
  .jcsp_a ul .item .text h6 {
    font-size: 0.28rem;
    margin-bottom: 0.19rem;
  }
  .jcsp_a ul .item .text div {
    font-size: 0.24rem;
  }
  .mzap_c {
    display: none;
  }
  .mzap_b {
    display: block;
  }
  .mzap_b .item {
    width: 100%;
    display: flex;
    border-top: 1px solid #eeeeee;
  }
  .mzap_b .item:last-child {
    border-bottom: 1px solid #eeeeee;
  }
  .mzap_b .item:first-child .r2 {
    border-left: 1px solid #eeeeee;
  }
  .mzap_b .item .r1 {
    flex: 1;
    height: auto;
    min-height: 0.7rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #03A488;
    color: #FFFFFF;
    text-align: center;
  }
  .mzap_b .item .r2 {
    flex: 2;
    height: auto;
    font-size: 0.24rem;
    line-height: 0.36rem;
    flex-direction: row;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid #eeeeee;
  }
  .mzap_b .item .r2 .r3:first-child {
    border-bottom: none;
    border-right: 1px solid #eeeeee;
  }
  .mzap_b .item .r3 {
    width: 50%;
    height: 100%;
    padding: 0.2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  .mzap_b .item .r3 a {
    line-height: 0.5rem;
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
  }
  .mzap_b .item .r3 a:last-child {
    margin-bottom: 0;
  }
  .ssjg_a ul {
    margin: 0;
  }
  .ssjg_a ul li {
    width: 100%;
    padding: 0;
    float: none;
  }
  .ssjg_a ul li .item h6 {
    line-height: 0.6rem;
    height: 0.6rem;
    font-size: 0.26rem;
  }
  .ssjg_a ul li .item .a1 {
    font-size: 0.24rem;
    min-height: calc(0.24rem * 3 * 1.7);
  }
  .ssjg_a ul li .item .a2 {
    width: 1.8rem;
    line-height: 0.5rem;
    font-size: 0.24rem;
  }
  .right_box a:hover .dh {
    left: -2.51rem;
  }
  .dh {
    width: 2.5rem;
    height: 0.9rem;
    font-size: 0.24rem;
    background: url(../images/icon/dainhua.png) 10px center no-repeat #a188be;
    background-size: 0.4rem;
    padding-left: 0.6rem;
  }
}
