@charset "utf-8";


.banner a{
    position: relative;
    display: block;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}
.banner a img{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.banner .page{
    font-size: 0;
    bottom: .35rem;
}
.banner  .swiper-container .page span{
    width: 0.14rem;
    height: 0.14rem;
    margin: 0 0.1rem;
    background: #fff;
    opacity: .6;
    vertical-align: middle;
}
.banner .swiper-container .page .swiper-pagination-bullet-active{
    width: .18rem;
    height: .18rem;
    opacity: 1;
}
.body_h .bb{
    position: absolute;
    width: 0.43rem;
    height: 0.63rem ;
    bottom: 0.2rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    cursor: pointer;
}
.body_h .bb img{
    display: block;
    width: 100%;
}
.body_b {
    position: fixed;
    left: 0;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
    z-index: 99;
    overflow: auto;
    outline: none;
}
.body_b.showdiv {
    top: 0;
}
.scroll {
    padding-top: 0.9rem;
}


.tit001 {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0.4rem;
}
.tit001 h2{
    display: flex;
    align-items: baseline;
    font-size: 0.3rem;
    line-height: 0.38rem;
    color: #333333;
    font-family: 'SHSCN-Bold';
}
.tit001 h2 i{
    font-size: 0.16rem;
    color: #666666;
    line-height: 1;
    margin-left: .08rem;
    font-family: 'SHSCN-reg';
}
.tit001 .mores{
    font-size: 0.14rem;
    /*  line-height: 0.38rem;*/
    color: #999999;
    font-family: 'SHSCN-reg';
}

.s1 .aleft{
    width: 44.08%;
}
.s1 .aleft .tit001{
    margin-bottom: 0.12rem;
}
.s1List .Txt1 a{
    display: block;
}
.s1List .Txt1 h2{
    position: relative;
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #333333;
    padding-right: 1.1rem;
    margin-bottom: 0.06rem;
}
.s1List .Txt1 h2 i{
    display: inline-block;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #fff;
    background: #0e478c;
    padding: 0 0.11rem;
    border-radius: 50px;
    vertical-align: text-bottom;
    margin-left: 0.1rem;
}
.s1List .Txt1 h2 i.zw{
    background: #ca4032;
}
.s1List .Txt1 h2 span{
    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
    font-size: 0.16rem;
}
.s1List .Txt1 p{
    font-size: 0.14rem;
    line-height: 0.28rem;
    color: #999999;
    height: 0.56rem;
}
.s1List .Txt1 {
    padding-top: 0.42rem;
    padding-bottom: 0.27rem;
    border-bottom: 1px dashed #c1c3c6;
}
.s1List .Txt2 a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem;
    background: linear-gradient(#165aac,#0e478c);
    border-radius: 10px;
}
.s1List .Txt2 .txt{
    width: calc(100% - 2.85rem);
}
.s1List .Txt2 .txt h2{
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #fff;
    height: 0.64rem;
    margin-bottom: 0.11rem;
}
.s1List .Txt2 .txt p{
    font-size: 0.14rem;
    line-height: 0.28rem;
    color: #bddbff;
    margin-bottom: 0.07rem;
}
.s1List .Txt2 .txt time{
    display: block;
    font-size: 0.16rem;
    color: #bddbff;
    line-height: 0.28rem;
}
.s1List .Txt2 .pic{
    width: 2.4rem;
    height: 1.7rem;
}
.s1List li .Txt2{
    display: none;
}
.s1List li.show .Txt2{
    display: block;
}
.s1List li.show .Txt1{
    display: none;
}

.s1 .aright{
    width: 52.63%;
}

.list1w a{
    display: block;
    position: relative;
}
.list1w a .pic{
    padding-top: 5.2rem;
}
.list1w a .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .24rem;
    z-index: 3;
    padding: 0 0.25rem;
}
.list1w a .txt p{
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #fff;
    padding-right: 1.1rem;
}
.list1w a .txt time{
    position: absolute;
    right: .25rem;
    top: 0;
    font-size: 0.16rem;
    line-height: 0.32rem;
    color: #fff;
}
.list1w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("../images/s1-img05.png") repeat-x bottom center;
    background-size: 100% 1rem;
}
.list1w .btn{
    width: .36rem;
    height: .52rem;
    margin-top: auto;
    transform: translateY(-50%);
    background-size: .36rem;
}
.list1w .prev{
    left: 0;
    background-image: url("../images/s1-img03.png");
}
.list1w .next{
    right: 0;
    background-image: url("../images/s1-img04.png");
}
.s1{
    margin-bottom: 0.69rem;
}
.s2-list li{
    width: 23.03%;
}
.s2-list li a{
    display: block;
    overflow: hidden;
    position: relative;
}
.s2-list li .pic{
    padding-top: 2.4rem;
}
.s2-list li .txt h2{
    font-size: 0.18rem;
    line-height: 0.32rem;
    height: 0.64rem;
    padding-left: 0.62rem;
    margin-bottom: 0.1rem;
}
.s2-list li .txt p{
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #999999;
    -webkit-line-clamp: 3;
    height: 0.78rem;
}
.s2-list li .txt time{
    position: absolute;
    top: -0.36rem;
    left: 0.1rem;
    width: 0.62rem;
    height: 0.9rem;
    display: flex;
    color: #fff;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;

    background: rgba(28, 28, 28, 0.7);
}
.s2-list li .txt time span{
    display: block;
    width: 100%;
    font-size: 0.3rem;
    line-height: 0.32rem;
}
.s2-list li .txt time em{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.12rem;
    line-height: 0.24rem;
}
.s2-list li .txt{
    position: relative;
    padding: 0.14rem 0.26rem 0.29rem;
    border: 1px solid #ececec;
    border-top: 0;
}
.s2-list li:hover .txt time{
    background: linear-gradient(#165aac,#0e478c);
}

.txtInfo{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    z-index: 3;
    padding: 0.32rem .25rem;
    background: url("../images/s2-img03.jpg") no-repeat bottom center;
    border-bottom: 0.04rem solid #0e478c;
    background-size: cover;
    opacity: 0;
    visibility: visible;
    transition: .5s;
}
.txtInfo h2{
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #333333;
    -webkit-line-clamp: 3;
    height: 0.96rem;
    margin-bottom: .22rem;
}
.txtInfo p{
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.26rem;
    -webkit-line-clamp: 5;
    height: 1.3rem;
    margin-bottom: .44rem;
}
.txtInfo span{
    display: block;
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #999999;
}
.s2-list li:hover .txtInfo{
    opacity: 1;
    visibility: visible;
    top: 0;
}

.container01{
    padding-top: 0.55rem;
    padding-bottom: 1.6rem;
    background: url("../images/container01.jpg") no-repeat 50%;
    background-size: cover;
}

.container02 .aleft{
    width: 44.74%;
}
.list2wPage{
    position: static;
    font-size: 0;
}
.list2wPage span{
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    background: #fff;
    opacity: .3;
    margin: 0 0.08rem;
    vertical-align: middle;
}
.list2wPage .swiper-pagination-bullet-active{
    width: 0.14rem;
    height: 0.14rem;
    opacity: 1;
}
.s3-list li a{
    display: flex;
    padding: 0.25rem 0.22rem;
    justify-content: space-between;
    align-items: center;
    background: #e9e9e9;
    border-radius: 10px;
}
.s3-list li a time{
    width: 0.8rem;
    height: 0.83rem;
    background: #f4f9ff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #0e488d;
    transition: .5s;
}
.s3-list li a time span{
    display: block;
    font-size: 0.3rem;
    line-height: 0.32rem;
}
.s3-list li a time em{
    display: block;
    font-size: 0.14rem;
    line-height: 0.26rem;
}
.s3-list li a .txt{
    width: calc(100% - 1.05rem);
}
.s3-list li a .txt h2{
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.32rem;
    margin-bottom: 0.06rem;
}
.s3-list li a .txt p{
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #999999;
    height: 0.52rem;
}
.s3-list li:hover a time{
    background: #0e478c;
    color: #fff;
}
.s3-list li{
    margin-top: .4rem;
}
.s3-list li:first-child{
    margin-top: 0;
}
.list2w{
    margin-bottom: 0.18rem;
}
.container02 .aleft .s2-mores{
    text-align: right;
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.24rem;
    font-family: 'SHSCN-reg';
}
.container02 .aright{
    width: 49%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: -1.16rem;
}
.tit002{
    width: 51px;
    margin-top: 1.16rem;
}
.tit002 h2{
    font-size: 0.36rem;
    color: #fff;
    writing-mode: vertical-lr;
    font-family: 'SHSCN-Bold';
    margin-bottom: 0.5rem;
    text-align: center;
}
.tit002 h2 i{
    font-size: 0.16rem;
    line-height: 1;
    margin-top: .08rem;
    font-family: 'SHSCN-reg';
    writing-mode: tb-lr;
    display: inline-block;
}
.tit002 a{
    width: 23px;
    display: block;
    margin: 0 auto;

    font-size: 0.16rem;
    color: #fff;
    writing-mode: vertical-lr;
    font-family: 'SHSCN-reg';
}
.list3w {
    width: calc(100% - 0.8rem);
}

.list3w a{
    display: block;
}
.list3w a .pic{
    padding-top: 4.3rem;
}
.list3w a .pic .a{
    background-size:contain;
}
.list3w a .txt{
    padding: 0 0.16rem;
    transform: translateY(-0.2rem);
}
.list3w a .txt time{
    display: block;
    font-size: 0.44rem;
    line-height: 0.48rem;
    color: #fff;
    font-family: Impact;
    margin-bottom: 0.1rem;
}

.list3w a .txt p{
    font-size: .18rem;
    color: #fff;
    line-height: 0.30rem;
    height: 0.6rem;
}
.list3w .btnBox{
    position: absolute;
    right: .45rem;
    text-align: right;
    font-size: 0;
    bottom: -0.44rem;
}
.list3w .btn{
    display: inline-block;
    vertical-align: middle;
    position: static;
    width: 0.62rem;
    height: 0.62rem;
    background-size: 0.3rem;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-top: 0;
}


.list3w .prev{
    margin-right: 0.38rem;
    background-image: url("../images/s3-img02.png");
}
.list3w .next{
    background-image: url("../images/s3-img03.png");
}
.list3w .btn:hover{
    background-color: #0e478c;
    border-color: #0e478c;
}
.list3w .swiper-slide:nth-child(2n){
    transform: translateY(-1.16rem);
}
.list3w .swiper-container{
    padding-top: 1.16rem;
}
.list3w{
    position: relative;
}


.container02:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 7.43rem;
    background: url("../images/container02.jpg") no-repeat 50%;
    background-size: cover;
}
.container02 .tit001 h2,
.container02 .tit001 h2 i{
    color: #fff;
}
.container02 .tit001{
    margin-bottom: .56rem;
}
.container02{
    position: relative;
    padding-top: 0.63rem;
    padding-bottom: 0.43rem;
}


.container03 .aright{
    width: 61.98%;
}

.container03 .aright .btnBox{
    display: none;
}

.list4w a {
    display: block;
}
.list4w a .pic{
    padding-top: 4.2rem;
}
.list4w .swiper-slide{
    width: 3.36rem;
}
.list4w .swiper-slide-active{
    width: 4.6rem;
}
.list4w .swiper-slide-active .pic{
    padding-top: 5.6rem;
}
.list4w .swiper-wrapper{
    align-items: flex-end;
}
.container03 .aleft{
    position: relative;
    margin-top: 1.4rem;
    padding-top: 0.84rem;
    padding-bottom: 1.24rem;
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 61.98%);
    background: url("../images/s4-img02.jpg") no-repeat 50%;
    background-size: cover;
    z-index: 9;
}
.container03 .aleft .list4wTxt{
    width: 5.29rem;
    padding-right: 0.6rem;
}
.list4wTxt a{
    display: block;
}
.list4wTxt a h2{
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.42rem;
    height: .84rem;
    margin-bottom: 0.26rem;
}
.list4wTxt a i{
    display: block;
    width: 0.68rem;
    height: 2px;
    background: #fff;
    margin-bottom: 0.32rem;
}
.list4wTxt a p{
    font-size: 0.14rem;
    line-height: 0.3rem;
    color: #c0d6f2;
    -webkit-line-clamp: 4;
    height: 1.2rem;
}
.container03 .content .btnBox{
    position: absolute;
    width: 1.6rem;
    height: 0.8rem;
    bottom: 0;
    right: -1.6rem;
    font-size: 0;
}
.container03 .content .btnBox .btn{
    display: inline-block;
    position: static;
    margin-top: auto;
    width: 0.8rem;
    height: 0.8rem;
    background-color: #fff;
    background-size: 0.34rem;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 9;
}
.container03 .content .btnBox .prev{
    background-image: url("../images/s4-img03.png");
}
.container03 .content .btnBox .next{
    background-image: url("../images/s4-img04.png");
}
.container03 .content .btnBox .prev:hover{
    background-image: url("../images/s4-img05.png");
}
.container03 .content .btnBox .next:hover{
    background-image: url("../images/s4-img06.png");
}
.container03 .content .btnBox .btn:hover{
    background-color: #0e478c;
}

.container03 .content .page{
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    width: 15.2rem;
    margin: 0 auto;
    text-align: right;
    padding-right: 2rem;
}
.container03 .content .page span{
    display: block;
    font-size: .3rem;
    line-height: .55rem;
    color: #999999;
}
.container03 .content .page i{
    position: absolute;
    top: 0;
    right: 2.45rem;
    bottom: 0;
    width: 2px;
    height: 0.85rem;
    transform: skew(-45deg);
    background: #a7a7a7;
    margin: auto;
}
.container03 .content .page .swiper-pagination-current{
    color: #b20406;
    font-weight: 600;
    padding-right: 0.6rem;
}

.container03 .content{
    position: relative;
    margin-top: -1.3rem;
    z-index: 3;
}
.container03 .wp{
    position: relative;
    z-index: 99;
}
.container03{
    padding-top: 1.14rem;
}
.container04 .aleft{
    width: 31.58%;
}
.s5Txt a{
    display: block;
}
.s5Txt a .pic{
    padding-top: 3.4rem;
}
.s5Txt a time{
    position: absolute;
    left: 0;
    top: .26rem;
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #fff;
    background: rgba(32, 32, 32, 0.3);
    padding: 0 0.18rem;
    border-radius: 0 50px 50px 0;
}
.s5Txt a .txt p{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333;
    height: 0.6rem;
}
.s5Txt a .txt{
    padding: 0.19rem 0.05rem;
}
.container04 .aright{
    width: 65.79%;
}
.s5-list li{
    width: 48%;
    position: relative;
    margin-bottom: 0.23rem;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
}
.s5-list li:after{
    position: absolute;
    content: '';
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 0.04rem;
    background: #0e478c;
    transition: .5s;
}
.s5-list li a{
    display: block;
    padding: 0.18rem 0.2rem ;
}
.s5-list li h2{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333333;
    margin-bottom: 0.12rem;
}
.s5-list li p{
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #999999;
    height: 0.52rem;
}
.s5-list li:hover:after{
    right: 0;
    left: 0;
}

.container04{
    padding-top: 0.8rem;
    padding-bottom: 0.61rem;
}

.container05 .aleft{
    width: 52.63%;
}
.container05 .content a{
    display: block;
    position: relative;
}
.container05  .pt .pic{
    padding-top: 5.4rem;
}
.container05  .pt p{
    font-size: 0.22rem;
    line-height: 0.32rem;
    color: #fff;
    padding-left: 0.2rem;
    padding-right: 1.2rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.24rem;
    z-index: 3;
}
.container05  .pt i{
    width: 0.51rem;
    height: 0.51rem;
    position: absolute;
    right: 0.28rem;
    bottom: 0.15rem;
    background: url("../images/s6-img02.png") no-repeat 50%;
    background-size: 100% 100%;
    z-index: 3;
}
.container05 .aright{
    width: 47.37%;
}
.container05 .aright .top a{
    width: 50%;
}
.container05 .aright .top .pic{
    padding-top: 2.6rem;
}
.container05 .aright .top p{
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.12rem;
    z-index: 3;
    padding: 0 0.2rem;
}
.container05 .aright .top a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s6-img05.png") repeat-x bottom center;
    background-size: 100% 0.75rem;
}
.container05 .aright .bottom .pic{
    padding-top: 2.8rem;
}
.container05 .aright .bottom  p{
    font-size: 0.22rem;
    line-height: 0.32rem;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.2rem;
    z-index: 3;
    padding: 0 0.2rem;
}
.container05 .tit001 h2,
.container05 .tit001 h2 i,
.container05 .tit001 .mores{
    color: #fff;
}
.container05{
    padding-top: 0.54rem;
    background: url("../images/container05.jpg") no-repeat top center;
    background-size: 100% 4.75rem;
}

.list5w a{
    display: block;
}
.list5w a .pic{
    padding-top: 1.43rem;
}
.list5w .btn{
    width: .26rem;
    height: .5rem;
    margin-top: auto;
    transform: translateY(-50%);
    background-size: .26rem;
}
.list5w .prev{
    left: 0;
    background-image: url("../images/s7-img04.png");
}
.list5w .next{
    right: 0;
    background-image: url("../images/s7-img05.png");
}
.list5w {
    position: relative;
    padding: 0 .48rem;
}
.container06{
    padding-top: .6rem;
    background: url("../images/container06.jpg") no-repeat bottom center;
    background-size: cover;
    display: none;
}

@media screen and (max-width: 1024px){
    .banner{
        margin-top: .75rem;
    }
    .banner a{
        height: auto;
        padding-top: 48.96%;
    }
    .banner .swiper-container .page span{
        width: 0.1rem;
        height: 0.1rem;
        margin: 0 5px;
    }
    .banner .swiper-container .page .swiper-pagination-bullet-active{
        width: 0.12rem;
        height: 0.12rem ;
    }
    .s1 .aleft{
        width: 100%;
        margin-bottom: .3rem;
    }
    .s1 .aleft .tit001{
        margin-bottom: .4rem;
    }
    .s1 .aright{
        width: 100%;
    }
    .list1w a .pic{
        height: auto;
        padding-top: 65%;
    }
    .s2-list li{
        width: 48%;
        margin-bottom: .3rem;
    }
    .s2-list li .pic{
        padding-top: 68.57%;
    }
    .s1{
        margin-bottom: .3rem;
    }
    .container01{
        padding-top: .3rem;
        padding-bottom: .2em;
    }
    .container02 .aleft{
        width: 100%;
        margin-bottom: .3rem;
    }
    .container02 .aright{
        width: 100%;
        flex-wrap: wrap;
        margin-top: 0;
    }
    .s3-list li {
        margin-top: 0.3rem;
    }
    .tit002{
        width: 100%;
        margin-top: 0;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        margin-bottom: .4rem;
    }
    .container02 .tit001{
        margin-bottom: .4rem;
    }
    .tit002 h2{
        writing-mode: unset;
        margin-bottom: 0;
    }
    .tit002 a{
        width: auto;
        margin: 0;
        writing-mode: unset;
    }
    .list3w{
        width: 100%;
    }
    .list3w .swiper-container {
        padding-top: 0.4rem;
    }
    .list3w .swiper-slide:nth-child(2n) {
        transform: translateY(-.4rem);
    }
    .list3w a .pic{
        padding-top: 143.33%;
    }
    .container02{
        padding-top: .3rem;
        padding-bottom: .7rem;

    }
    .container02:before{
        height: 100%;
    }
    .container03 .aright{
        float: none;
        width: 100%;
        position: relative;
    }
    .container03 .aleft{
        float: none;
        width: 100%;
        margin-top: .3rem;
        padding: .3rem;
    }
    .container03 .aleft .list4wTxt{
        width: 100%;
        padding-right: 0;
    }
    .container03 .content{
        margin-top: 0;
    }
    .list4w a .pic{
        padding-top: 125%;
    }
    .list4w .swiper-slide-active .pic{
        padding-top: 130%;
    }
    .container03 .content .page{
        display: none;
    }
    .container03 .aleft .btnBox{
        display: none;
    }
    .container03 .aright .btnBox{
        display: block;
        left: auto;
        right: 0;
        z-index: 9;
    }
    .container03{
        padding-top: .3rem;
        padding-left: 15px;
        padding-right: 15px;
    }
    .container04 .aleft{
        width: 100%;
        margin-bottom: .3rem;
    }
    .s5Txt a .pic{
        padding-top: 70.83%;
    }
    .container04 .aright{
        width: 100%;
    }
    .container04{
        padding-top: .3rem;
        padding-bottom: .2rem;
    }
    .container05 .aleft{
        width: 100%;
    }
    .container05 .pt .pic{
        padding-top: 67.5%;
    }
    .container05 .aright{
        width: 100%;
    }
    .container05 .aright .top .pic{
        padding-top: 72.22%;
    }
    .container05 .aright .bottom .pic{
        padding-top: 38.89%;
    }
    .list5w a .pic{
        padding-top: 31.71%;
    }
    .list5w{
        padding: 0;
    }
    .list5w .btn{
        background-size: .18rem;
    }
    .container06{
        padding-top: .3rem;
    }
    .container05{
        padding-top: .3rem;
    }
    .list3w .btnBox{
        right: 0;
    }
    .list2wPage span{
        width: 0.1rem;
        height: 0.1rem;
        margin:0 3px;
    }
    .list2wPage .swiper-pagination-bullet-active{
        width: 0.12rem;
        height: 0.12rem;
    }
}

@media screen and (max-width: 768px){
    .tit002 h2{
        font-size: 0.32rem;
    }
    .tit001 h2 i{
        font-size: 12px;
    }
    .s1List .Txt2 .txt p{
        font-size: 0.16rem;
    }
    .s1List .Txt1{
        padding: 0.3rem 0;
    }
    .list1w a .txt{
        padding: 0 0.15rem;
    }
    .s2-list li .txt h2,
    .s3-list li a .txt h2{
        font-size: 0.2rem;
    }
    .s2-list li .txt p,
    .s3-list li a .txt p{
        font-size: 0.16rem;
    }
    .list3w a .txt time{
        font-size: 0.34rem;
        line-height: 0.38rem;
    }
    .list3w a .txt p{
        font-size: 0.2rem;
    }
    .list4wTxt a h2{
        font-size: 0.22rem;
        line-height: 0.32rem;
        height: 0.64rem;
        margin-bottom: 0.15rem;
    }
    .list4wTxt a p{
        font-size: 0.16rem;
    }
    .s5Txt a .txt p{
        font-size: 0.2rem;
    }
    .s5-list li h2{
        font-size: 0.2rem;
    }
    .s5-list li p{
        font-size: 0.16rem;
    }
    .container03 .content .btnBox .btn{
        width: 0.6rem;
        height: 0.6rem;
        background-size: 0.24rem;
    }
    .container03 .content .btnBox{
        width: 1.2rem;
        height: 0.6rem;
    }
    .container05 .pt p,
    .container05 .aright .bottom p{
        font-size: .2rem;
    }
}
@media screen and (max-width: 640px){
    .s5-list li{
        width: 100%;
    }
    .container03 .aleft{
        padding: .2rem;
    }
    .list3w .swiper-container{
        padding-top: 0;
    }
    .list3w .swiper-slide:nth-child(2n){
        transform: none;
    }
}
@media screen and (max-width: 480px){
    .s1List li.show .Txt2{
        display: none;
    }
    .s1List li.show .Txt1{
        display: block;
    }
    .s1 .aleft .tit001{
        margin-bottom: .1rem;
    }
    .tit001{
        margin-bottom: .3rem;
    }
    .s2-list li{
        width: 100%;
    }
    .list2wPage span{
        margin:0 2px;
    }
    .container05 .aright .top a{
        width: 100%;
    }
    .container05 .pt i{
        width: 0.45rem;
        height: 0.45rem;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin:auto;
    }
    .container05 .pt p{
        padding-right: .2rem;
    }
}