/*ç§»åŠ¨ç«¯*/

@media only screen and (max-width: 767px){
    *{
        box-sizing: border-box;
    }
    body{
        min-width: 320px;
        overflow-x:hidden !important;
    }
    .banner {
        width: 100%;
        height: 6.17rem;
        background: url(../../img/banner5.png) center;
        background-size: cover;
    }
    .understand {
        padding-top: .4rem;
    }
    .img_title {
        width: 100%;
        text-align: center;
        margin-bottom:.32rem;
    }
    .img_title img {
        width: 1.56rem;
        height: .82rem;
        margin:0 auto;
    }
    .understand p {
        width: 90%;
        margin: 0 auto;
        font-size: .28rem;
        color: #666666;
        letter-spacing: 0.52px;
        line-height: 30px;
        text-align:justify!important;
    }
    .img_title_two {
        margin-top: .56rem;
    }
    .link_list {
        width: 90%;
        height: 100%;
        margin: 0 auto;
        padding-bottom: .12rem;
    }
    .link_list li{
        width: 49%;
        float: left;
        height: 6.3rem;
        border-radius: 2px;
        margin-bottom: .2rem;
    }
    .link_list li:nth-last-of-type(2n+1){
        margin-right: .12rem;
    }
    .link_list li img {
        width: 3.33rem;
        height: 1.63rem;
        float: left;
        margin-right: 0;
    }
    .news_link {
        width: 100%;
        margin: 0 auto;
        padding: .32rem 5%;
    }
    .link_list li a p {
        width: 100%;
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: rgba(0,0,0,0.45);
        line-height: .38rem;
        text-align:justify!important;
    }

    .swiper_bg_2 {
        width: 100%;
        text-align: center;
        padding-top: 1.13rem;
        background:  url(../img/h5_adv.png) no-repeat top;
        background-size: contain;
        padding-bottom: .3rem;
    }
    .swiper_bg_2 h3 {
        font-family: PingFangSC-Semibold;
        font-size: .32rem;
        color: #222B34;
        margin-bottom: .16rem;
    }
    .swiper_bg_2 p {
        font-size: .26rem;
        color: #666666;
        width: 90%;
        margin: 0 auto;
    }
    .swiper_bg_2_list {
        width: 100%;
        overflow: hidden;
        margin: .72rem auto 0;
    }
    .swiper_bg_2_list li div{
        width: 100%;
    }
    .swiper_bg_2_list li {
        display: inline-block;
        width: 49%;
        margin-bottom: 1.14rem;
    }
    .swiper_bg_2_list li img {
        width: .48rem;
        height: .48rem;
        margin-bottom: .24rem;
    }
    .swiper_bg_2_list li h4 {
        margin-bottom:.08rem;
        font-size: .32rem;
    }
    .swiper_bg_2_list li p {
        font-size: .24rem;
    }

    .headText{
        width: 100%;
        /* height: 580px; */
        color:white; 
        font-size: 30px;
        font-weight: 600; 
        text-align: center;
        /* padding: 390px; */
        padding-top: 200px;
    
    }

}