@media screen and (min-width: 1401px) {
    html {
        font-size: 1250% !important
    }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
    html {
        font-size: 950% !important
    }
}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
    html {
        font-size: 850% !important
    }
}

@media screen and (max-width: 1001px) {
    html {
        font-size: 750% !important
    }
}

@media screen and (min-width:769px) {
    html {
        padding: 0;
        margin: 0;
        font-size: 625%;
        -webkit-text-size-adjust: none;
        -webkit-overflow-scrolling: touch; /*10 ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â· 16 ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â 100% = 62.5%*/
    }

    body {
        padding: 0;
        font-size: .14rem;
        -webkit-overflow-scrolling: touch; /*1.4 ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â 10px = 14px */
    }

    .w {
        width: 95%;
        max-width: 1400px;
        margin: 0 auto;
    }

    .pc_fl {
        float: left;
    }

    .pc_fr {
        float: right;
    }

    .pc_dn {
        display: none;
    }
    
    .left_side{
        width: 68.57%;
    }
    .right_side{
        width: 28.57%;
    }
    .jiaoliu ul li:nth-child(4n+1){
    margin-left: 0;
}


   
}

.container{
    padding-top: 1.03rem;
}
.swiper_news .img{
    width: 48%;
}
.swiper_news .img a{
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: .04rem;
    height: 1.37rem;
}
.swiper_news .img a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper_news .txt{
    width: 48%;
    margin-top: .1rem;
}
.swiper_news .txt h3 a{
    width: 100%;
    font-size: .11rem;
    line-height: .18rem;
    color: #333333;
    height: .36rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.swiper_news .txt h3 a:hover{
    color: #1f4085;
}
.swiper_news .txt p{
    color: #999999;
    font-size: .08rem;
    line-height: .15rem;
    margin-top: .05rem;
    height: .45rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.swiper_news .txt .more a{
    display: block;
    color: #1f4085;
    border: 1px solid #1f4085;
    font-size: .08rem;
    width: .52rem;
    line-height: .16rem;
    border-radius: .09rem;
    text-align: center;
    margin-top: .1rem;
}
.swiper_news .txt .more a:hover{
    background: #1f4085;
    color: #FFFFFF;
}
.swiper_news .swiper-container .swiper-pagination{
    text-align: right;
    width: auto;
    right: 0;
    left: auto;
}
.swiper_news .swiper-pagination .swiper-pagination-bullet{
    width: .05rem;
    height: .05rem;
    background: #1f4085;
    border-radius: .025rem;
    opacity: 1;
    transition:all .3s;
}
.swiper_news .swiper-pagination .swiper-pagination-bullet-active{
    width: .14rem;
}
.swiper_news .btn{
    width: 99.5%;
    position: absolute;
    height: .22rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
}
.swiper_news .btn .swiper-button-prev,.swiper_news .btn .swiper-button-next{
    width: .22rem;
    height: .22rem;
    background-size: 100% 100%;
    top: 0;
    margin-top: 0;
}
.swiper_news .btn .swiper-button-prev{
    background-image: url("../img/index19.png");
    left: .08rem;
}
.swiper_news .btn .swiper-button-next{
    background-image: url("../img/index20.png");
    right: .08rem;
}

.news{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .2rem;
}
.news .items{
    width: 48%;
}
.indtit1{
    border-bottom: 1px solid #dddddd;
    padding-bottom: .05rem;
}
.indtit1 h3{
    float: left;
    font-size: .12rem;
    color: #1f4085;
    line-height: .12rem;
}
.indtit1 h3 img{
    display: block;
    float: left;
    width: .12rem;
    margin-right: .04rem;
}
.indtit1 a{
    display: block;
    float: right;
    line-height: .12rem;
    font-size: .08rem;
    color: #999999;
}
.indtit1 a:hover{
    color: #1f4085;
}
.news_top{
    margin-top: .09rem;
}
.news_top .img{
    width: .775rem;
}
.news_top .img a{
    display: block;
    width: .775rem;
    height: .52rem;
    overflow: hidden;
    border-radius: 5px;
}
.news_top .img a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:all .5s;
}
.news_top:hover .img a img{
    transform:scale(1.15,1.15);
}
.news_top .txt{
    width: calc(100% - .85rem);
    margin-top: .06rem;
}
.news_top .txt h3 a{
    display: block;
    width: 100%;
    color: #333333;
    font-size: .08rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_top:hover .txt h3 a{
    color: #1f4085;
}
.news_top .txt p{
    font-size: .07rem;
    line-height: .13rem;
    color: #999999;
    margin-top: .03rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.news .items ul{
    margin-top: .05rem;
}
.news .items ul li{
    position: relative;
}
.news .items ul li:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: .04rem;
    height: .04rem;
    background: #a7a7a7;
    border-radius: .02rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition:all .3s;
}
.news .items ul li a{
    display: block;
    padding-left: .08rem;
    font-size: .08rem;
    line-height: .2rem;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .items ul li:hover:before{
    background: #1f4085;
    width: .06rem;
}
.news .items ul li:hover a{
    color: #1f4085;
    padding-left: .1rem;
}

.gonggao1{
    width: 100%;
    border: 1px solid #dddddd;
    border-top: .02rem solid #1f4085;
    border-bottom-left-radius: .04rem;
    border-bottom-right-radius: .04rem;
    background: linear-gradient(#ffffff,#f4f4f4);
    padding: .1rem .1rem .05rem;
    height: 350px;
}
.gonggao1 ul li{
    position: relative;
}
.gonggao1 ul li:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: .04rem;
    height: .04rem;
    background: #a7a7a7;
    border-radius: .02rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition:all .3s;
}
.gonggao1 ul li a{
    display: block;
    padding-left: .08rem;
    font-size: .08rem;
    line-height: .2rem;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gonggao1 ul li:hover:before{
    background: #1f4085;
    width: .06rem;
}
.gonggao1 ul li:hover a{
    color: #1f4085;
    padding-left: .1rem;
}

.zx_c .items{
    display:none;
    list-style: none;
}
.zx_c .items.thisclass{
    display:list-item;
}
.right_side .tab{
    margin-top: .12rem;
    position: relative;
}
.right_side .tab .more{
    position: absolute;
    right: 0;
}
.right_side .tab .more a{
    display: block;
    line-height: .12rem;
    font-size: .08rem;
    color: #999999;
}
.right_side .tab .more a:hover{
    color: #1f4085;
}
.right_side .tab .zx_t{
    border-bottom: 1px solid #dddddd;
    padding-bottom: .06rem;
    overflow: hidden;
}
.right_side .tab .zx_t li{
    float: left;
    font-size: .09rem;
    color: #333333;
    line-height: .12rem;
    cursor: pointer;
    transition:all .3s;
    border-left: 1px solid #dddddd;
    padding: 0 .05rem;
}
.right_side .tab .zx_t li:nth-child(1){
    padding-left: 0;
    border-left: none;
}
.right_side .tab .zx_t li.active{
    font-size: .12rem;
  
  color: #1f4085;
    font-weight: bold;
}
.right_side .tab .zx_c{
    margin-top: .08rem;
}
.newss{
    background: linear-gradient(#f5f5f5, #dce7ff);
    width: 100%;
    padding-bottom: 0.3rem;
}
.qiye li{
    float: left;
    width: 31.75%;
    height: .29rem;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin: 0 0 .05rem 2.375%;
    position: relative;
}
.qiye li:nth-child(3n+1){
    margin-left: 0;
}
.qiye li img{
    display: block;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.jiaoliu{
    width: 100%;
    background-image: url("../img/index21.jpg");
    background-position: center;
    background-size: cover;
    /* margin-top: .3rem; */
    padding: .2rem 0 .25rem;
}
.jiaoliu ul{
    display:flex;
    flex-wrap: wrap;
}
.jiaoliu ul li{
    width: 23%;
    margin: .16rem 0 0 2.666%;
}
.jiaoliu ul li .img a{
    display: block;
    width: 100%;
    height: .95rem;
    border-radius: .04rem;
    overflow: hidden;
}
.jiaoliu ul li .img a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:all .5s;
}
.jiaoliu ul li h3 a{
    display: block;
    width: 100%;
    color: #333333;
    font-weight: normal;
    font-size: .08rem;
    margin-top: .07rem;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-wrap: break-word;
}
.jiaoliu ul li p{
    font-size: .08rem;
    line-height: .15rem;
    margin-top: .03rem;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: none;
}
.jiaoliu ul li:hover .img a img{
    transform:scale(1.15,1.15);
}
.jiaoliu ul li:hover h3 a{
    color: #1f4085;
}




@media screen and (max-width: 768px) {
    html {
        padding: 0;
        margin: 0;
        font-size: 625%;
        -webkit-text-size-adjust: none;
        -webkit-overflow-scrolling: touch;
        /*10 ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â· 16 ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â 100% = 62.5%*/
    }

    body {
        padding: 0;
        font-size: .14rem;
        max-width: 768px;
        margin: 0 auto;
        -webkit-overflow-scrolling: touch;
        /*1.4 ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â 10px = 14px */
    }

    body {
        margin: 0;
        padding: 0;
        color: #444;
        font-family: SourceHanSerifSC-Regular, Arial, Helvetica, sans-serif;
    }

    img {
        border: none;
        vertical-align: middle;
    }

    @media only screen and (min-width: 375px) {
        html {
            font-size: 700% !important
        }
    }

    @media only screen and (min-width: 410px) {
        html {
            font-size: 800% !important
        }
    }

    @media only screen and (min-width: 481px) {
        html {
            font-size: 940% !important
        }
    }

    @media only screen and (min-width: 561px) {
        html {
            font-size: 1090% !important
        }
    }

    @media only screen and (min-width: 641px) {
        html {
            font-size: 1250% !important
        }

        body {
            margin: 0 auto;
            max-width: 768px
        }
    }

    img {
        /* width: 100%; */
        height: auto;
        border: none;
    }

    .ww {
        width: 93.75%;
        margin: 0 auto;
    }

    .sj_fl {
        float: left;
    }

    .sj_fr {
        float: right;
    }

    .sj_clear {
        clear: both;
    }

    .sj_dn {
        display: none;
    }
    
    
    .container{
    padding-top: 1.3rem;
}
.swiper_news .img a{
    height: 1.37rem;
}
.swiper_news .txt{
    margin-top: .05rem;
}
.swiper_news .txt h3 a{
    font-size: .13rem;
    line-height: .2rem;
    height: .4rem;
}
.swiper_news .txt p{
    font-size: .11rem;
    line-height: .16rem;
    height: .48rem;
}
.swiper_news .txt .more a{
    font-size: .11rem;
    width: .6rem;
    line-height: .2rem;
    border-radius: .11rem;
}

.news{
    margin-top: 0;
}
.news .items{
    width: 100%;
    margin-top: .2rem;
}
.indtit1{
    padding-bottom: .08rem;
}
.indtit1 h3{
    font-size: .14rem;
    line-height: .14rem;
}
.indtit1 h3 img{
    width: .14rem;
}
.indtit1 a{
    line-height: .14rem;
    font-size: .11rem;
}
.news_top{
    margin-top: .12rem;
}
.news_top .img{
    width: .85rem;
}
.news_top .img a{
    width: .85rem;
    height: .6rem;
}
.news_top .txt{
    width: calc(100% - .95rem);
    margin-top: 0;
}
.news_top .txt h3 a{
    font-size: .14rem;
}
.news_top .txt p{
    font-size: .11rem;
    line-height: .18rem;
    margin-top: .05rem;
}
.news .items ul{
    margin-top: .1rem;
}
.news .items ul li:before{
    width: .06rem;
    height: .06rem;
    border-radius: .03rem;
}
.news .items ul li a{
    padding-left: .12rem;
    font-size: .12rem;
    line-height: .24rem;
}

.gonggao1{
    margin-top: .2rem;
}
.gonggao1 ul li:before{
    width: .06rem;
    height: .06rem;
    border-radius: .03rem;
}
.gonggao1 ul li a{
    padding-left: .12rem;
    font-size: .12rem;
    line-height: .24rem;
}
.right_side .tab{
    margin-top: .2rem;
}
.right_side .tab .more a{
    font-size: .11rem;
    line-height: .14rem;
}
.right_side .tab .zx_t{
    padding-bottom: .1rem;
}
.right_side .tab .zx_t li{
    font-size: .12rem;
    line-height: .14rem;
    padding: 0 .1rem;
}
.right_side .tab .zx_t li.active{
    font-size: .14rem;
}
.right_side .tab .zx_c{
    margin-top: .08rem;
}
.qiye li{
    height: .5rem;
}

.jiaoliu ul li{
    width: 48%;
    margin: .16rem 0 0 4%;
}
.jiaoliu ul li:nth-child(2n+1){
    margin-left: 0;
}
.jiaoliu ul li .img a{
    height: 1.1rem;
}
.jiaoliu ul li h3 a{
    font-size: .13rem;
    margin-top: .07rem;
}
.jiaoliu ul li p{
    font-size: .11rem;
    line-height: .18rem;
    margin-top: .04rem;
}

  
}
