@charset "UTF-8";
@font-face {
    font-family: '思源宋体 Heavy';
    src: url("../font/SourceHanSerifCN-Heavy.otf");
}
.banner-wrap{
    position: relative;
    height: 7rem;
    background: url("../images/baner-wap.jpg") no-repeat center center;
}
.banner-wrap .wrap{
    position: relative;
}
.banner-wrap .banner{
    position: absolute;
    left: 0;
    right: 0;
    top: 1.62rem;
   
}
.banner a{
    display: block;
    overflow: hidden;
    position: relative;
}
.banner img{
    display: block;
    width: 100%;
}
.banner a p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
    line-height: 0.7rem;
    height: 0.7rem;
    padding: 0 1.65rem;
    background: rgba(42, 42, 40, 0.65);
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.banner .slick-arrow{
    position: absolute;
    top: 50%;
    width: 0.6rem;
    height: 0.6rem;

    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 9;
    cursor: pointer;
    border-radius: 50%;
    outline: none;
    border: none;
    background-color: transparent;
}
.banner .slick-prev{
    left: 0;
    background-image: url("../images/arrow-l.png");
}
.banner .slick-next{
    right: 0;
    background-image: url("../images/arrow-r.png");
}
.banner .slick-dots{
    width: auto;
    left: 0.12rem;
    bottom: 0.2rem;
}
.banner .slick-dots li{
    width: 0.15rem;
    height: 0.15rem;
    border: 0.01rem solid #595959;
    margin-left: 0.2rem;
    border-radius: 50%;
    transition: all .3s;
}
.banner .slick-dots li.slick-active{
    background: #595959;
}
.tit{
    position: relative;
}
.tit h4{
    font-family: '思源宋体 Heavy';
    font-size: 0.32rem;
    line-height: 0.68rem;
    color: #323232;
    position: relative;
    z-index: 2;
    display: inline-block;
}
.tit h4:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0.24rem;
    height: 3px;
    background: #9d0f12;
}
.tit .mores {
    position: absolute;
    right: 0;
    top: 50%;
    width: 0.65rem;
    height: 0.51rem;
    transform: translateY(-50%);
}
.tit .mores a{
    display: block;
    height: 0.51rem;
    background: url("../images/more.png") no-repeat center  center;
    background-size: 0.65rem 0.51rem;
}
.tit.w h4{
    padding-left: 0.56rem;
    background-image: url("../images/s1-tit.png");
    background-size: 0.42rem 0.34rem;
    background-repeat: no-repeat;
    background-position: left center;
}
.tit.w h4:after{
    display: none;
}


.sjbss{display:none;}
.s1-l{
    float: left;
    width: 10.1rem;
    overflow: hidden;
}
.s1-list li{
    float: left;
    width: 49.5%;
    margin-left: 1%;
    padding: 0.1rem;
    border: 1px solid #dcdedf;
    transition: all .3s;
}
.s1-list li:first-child{
    margin-left: 0;
}
.s1-list li a{
    display: block;
    overflow: hidden;
}
.s1-list li .pic{
    padding-top: 62.5%;
}
.s1-list li .s1-info h4{
    font-size: 0.18rem;
    color: #2b2b2b;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s1-list li .s1-info p{
    font-size: 0.14rem;
    color: #4a4a4a;
    line-height: 0.28rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.56rem;
    margin-top: 0.12rem;
}
.s1-list li .s1-info div{
    font-size: 0;
}
.s1-list li .s1-info div>span{
    display: inline-block;
    font-size: 0.20rem;
    color: #2f2f2f;
    line-height: 1;
    padding-left: 0.22rem;
    font-weight: 600;
    font-family: "Times New Roman";
    background-position: left center;
    background-repeat: no-repeat;
    margin-top: 0.12rem;
}
.s1-list li .s1-info div>span:first-child{
    background-size: 0.13rem auto;
    background-image: url("../images/s1-tm.png");
}
.s1-list li .s1-info div>span:nth-child(2){
    margin-left: 0.65rem;
    background-size: 0.22rem auto;
    background-image: url("../images/s1-icon.png");
}
.s1-list li .s1-info {
    padding: 0.2rem 0.15rem 0.08rem;
}
.s1-list li:hover{
    background: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
}
.s1-list{
    margin-top: 0.3rem;
}
.s1-r {
    overflow: hidden;
    padding-left: 0.4rem;
}
.s1-banner a{
    display: block;
    overflow: hidden;
}
.s1-banner a .pic {
    padding-top: 56.41%;
}
.s1-banner a .s1-b-txt h4{
    font-size: 0.18rem;
    line-height: 0.55rem;
    color: #2b2b2b;
    padding: 0 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 0 0 0.15rem 0.15rem;
}
.s1-banner a .s1-b-txt p{
    font-size: 0.14rem;
    color: #4a4a4a;
    line-height: 0.28rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.56rem;
    margin-top: 0.12rem;
}
.s1-banner a .s1-b-txt>div{
    padding: 0 0.2rem;
}
.s1-banner a:hover .s1-b-txt h4{
    color: #fff;
    background-image: url("../images/s1-b-h4.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #9d0f12;
}
.s1-banner a .s1-b-txt{
    padding-bottom: 0.42rem;
}
.s1-banner .slick-dots {
    bottom: 0;
}
.s1-banner .slick-dots li{
    width: 0.13rem;
    height: 0.13rem;
    border-radius: 50%;
    border: 1px solid #9d0f12;
    margin-left: 0.19rem;
}
.s1-banner .slick-dots li.slick-active{
    background: #9d0f12;
}
.s1 .s1-banner{
    /* margin-top: 0.3rem; */
    padding: 0.12rem 0.29rem;
}
.s1{
    padding-top: 1.65rem;
    padding-bottom: 0.7rem;
    background-image: url("../images/s1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
}

.s2-1-list li{
    width: 25%;
    float: left;
    padding: 0.2rem 0.18rem ;
    background-color: rgba(255, 255, 255, 0.5);
}
.s2-1-list li a{
    display: block;
    overflow: hidden;
}
.s2-1-list li a .pic {
    padding-top: 61.11%;
}
.s2-1-list li .s2-1-txt p{
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #323232;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.56rem;
}
.s2-1-list li .s2-1-txt {
    padding: 0.15rem 0.23rem ;
}
.s2-1-list>ul{
    overflow: hidden;
}
.s2-1-list{
    margin-top: 0.3rem;
}
.s2-1-list li:hover p{
    color: #9d0f12;
}
.s2-2-list li{
    float: left;
    width: 30.95%;
    padding: 0.16rem 0.13rem;
    transition: all .3s;
    margin-top: 0.21rem;
}
.s1-r .s2-2-list li{
    width:100%;
    margin-top:0.01rem;
}
.s2-2-list li:nth-child(3n+2){
    margin-left: 3.575%;
    margin-right: 3.575%;
}
.s1-r .s2-2-list li:nth-child(3n+2){
    margin-left: 0;
    margin-right:0;
}
.s2-2-list li a{
    display: block;
    overflow: hidden;
}
.s2-2-list li .date{
    width: 0.65rem;
    float: left;
    background: #9c9184;
    overflow: hidden;
    border-radius: 0.15rem 0 0.15rem 0;
    transition: all .3s;
}
.s2-2-list li .date span{
    display: block;
    font-size: 0.14rem;
    color: #fff;
    line-height: 1;
    padding-bottom: 0.06rem;
    text-align: center;
    font-family: "Times New Roman";
}
.s2-2-list li .date span:first-child{
    font-size: 0.3rem;
    color: #fff;
    font-weight: 600;
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
}
.s2-2-list li .s2-2-txt{
    overflow: hidden;
    padding-left: 0.22rem;
}
.s2-2-list li .s2-2-txt h4{
    font-size: 0.18rem;
    color: #323232;
    line-height: 0.28rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.56rem;
}
.s2-2-list li .s2-2-txt p{
    font-size: 0.14rem;
    color: #757575;
    line-height: 0.26rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.52rem;
    margin-top: 0.12rem;
}
.s2-2-list li:hover{
    background: #fff;
}
.s2-2-list li:hover .date{
    background: #9d0f12;
}
.s2-2-list li:hover .date span{
    color: #fff;
}
.s2-2-list li:hover .date span:first-child{
    color: #ded4c8;
}
.s2-2-list li:hover .s2-2-txt h4{
    color: #9d0f12;
    font-weight: 600;
}
.s2-2-list>ul{
    overflow: hidden;
}
.s2-2-list {
    margin-top: 0.3rem;
    padding: 0 0.29rem 0.24rem;
    background: rgba(255, 255, 255, 0.5);
}
.s2-2{
    margin-top: 0.3rem;
}
.s2{
    padding-top: 0.55rem;
    padding-bottom: 0.4rem;
    background-image: url("../images/s2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
}
.s3-tit {
    background: #f4f4f4;
    width: 1920px;
    margin: 0 auto;
}
.s3-tit>div{
    position: relative;
}
.tabs{
    font-size: 0;

}
.tabs>div{
    display: inline-block;
    position: relative;
    line-height: 0.9rem;
    height: 0.9rem;
    width: 2.94rem;
    transition: all .3s;
    cursor: pointer;
}
.tabs span{
    position: relative;
    display: inline-block;
    font-size: 0.32rem;
    color: #303030;
    padding-left: 1rem;
    transition: all .3s;
}
.tabs img{
    position: absolute;
    left: 0.34rem;
    top: 50%;
    max-width: 0.5rem;
    max-height: 0.42rem;
    transform: translateY(-50%);
}
.tabs img.on-img{
    display: none;
}
.tabs>div.active{
    background-image: url("../images/s3-tit.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 2.94rem 0.9rem;
}
.tabs>div.active>span{
    color: #fff;
}
.tabs>div.active>img.on-img{
    display: block;
}
.tabs>div.active>img.img{
    display: none;
}
/*.tabs span:nth-child(1){
    background-size: 0.46rem 0.42rem;
    background-image: url("../images/s3-tit-1.png");
}
.tabs span:nth-child(2){
    background-size: 0.50rem 0.42rem;
    background-image: url("../images/s3-tit-2.png");
}
.tabs span:nth-child(3){
    background-size: 0.40rem 0.40rem;
    background-image: url("../images/s3-tit-3.png");
}
.tabs span:nth-child(1).active{
    color: #fff;
    background-image: url("../images/s3-tit-1-on.png");
}
.tabs span:nth-child(2).active{
    color: #fff;
    background-image: url("../images/s3-tit-2-on.png");
}
.tabs span:nth-child(3).active{
    color: #fff;
    background-image: url("../images/s3-tit-3-on.png");
}
.tabs span.active:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s3-tit.png") no-repeat center center;
    background-size: 2.94rem 0.9rem;
    z-index: 1;
}*/
.mores {
    position: absolute;
    right: 0;
    top: 50%;
    width: 0.65rem;
    height: 0.51rem;
    transform: translateY(-50%);
}
.mores a{
    display: none;
    height: 0.51rem;
}
.mores a img{
    display: block;
    width: 0.65rem;
    height: 0.51rem;
}
.s3-banner-for{
    width: 15.57rem;
    overflow: hidden;
}
.s3-banner-for a {
    position: relative;
    display: block;
    overflow: hidden;
}
.s3-banner-for a img{
    display: none !important;
    width: 5rem;
    height: 4.40rem;
    /*margin-left: 7.43rem;*/
}
.s3-banner-for a .s3-txt{
    width: 99%;
    /* height: 2.45rem;*/
    padding: 0.48rem 0.49rem 0.42rem;
    border: 1px solid #f0f0f0;
    background-color: #ffffff;
    background-image: url("../images/s3-txt.png");
    background-position: right 0.5rem top 0.3rem;
    background-repeat: no-repeat;
    background-size: 0.77rem 0.56rem;
}
.s3-banner-for a .s3-txt h4{
    font-size: 0.2rem;
    color: #323232;
    line-height: 1;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s3-banner-for a .s3-txt em{
    display: block;
    width: 0.8rem;
    height: 2px;
    background: #9d0f12;
    margin-top: 0.29rem;
    margin-bottom: 0.25rem;
}
.s3-banner-for a .s3-txt p{
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.26rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.78rem;
}
.s3-banner-for a:hover .s3-txt h4{
    color: #9d0f12;
}
.s3-item{
    position: relative;
    overflow: hidden;
}
.s3-banner-nav a{
    position: relative;
    display: block;
    /*overflow: hidden;*/
}
.s3-banner-nav a .pic{
    padding-top: 78.08%;
}
.s3-banner-nav {
   
    width: 99%;
    z-index: 99;
}
.s3-banner-nav .slick-slide{
    padding-top: 0.06rem;
}
.s3-banner-nav .slick-slide a{
    position: relative;
    margin:0 0.04rem;
    border: 0.03rem solid transparent;
}
.s3-banner-nav .slick-slide a:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
.s3-banner-nav .slick-slide a:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 100%;
    transform: translateX(-0.03rem) translateX(-50%);
    border: 0.06rem solid transparent;
}
.s3-banner-nav .slick-current a{
    border-color:#9d0f12;
}
.s3-banner-nav .slick-current a:after {
    border-bottom-color:#9d0f12 ;
}
.s3-banner-nav .slick-current a:before{
    display: none;
}
.s3-body{
    margin-top: 0.49rem;
}

.s3{
    padding-bottom: 0.7rem;
    background-image: url("../images/s3.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
}

.s4-l {
    float: left;
    width: 7.75rem;
    padding-left: 0.78rem;
    padding-right: 0.58rem;
    margin-top: 0.86rem;
}

.s4-pic a{
    display: block;
    position: relative;
    padding-left: 2.2rem;
    z-index: 1;
}
.s4-pic img{
    display: block;
    width: 100%;
}
.s4-pic .pic-txt {
    position: absolute;
    left: 0;
    bottom: -0.3rem;
    width: 3.2rem;
    height: 1.6rem;
    padding: 0.25rem 0.3rem 0.29rem;
    background-color: rgba(157, 15, 18, 0.9);
}
.s4-pic .pic-txt p{
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.28rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.84rem;
}
.s4-pic .pic-txt span{
    font-size: 0.14rem;
    line-height: 1;
    color: #fff;
    font-family: "Times New Roman";
    display: block;
    padding-left: 0.2rem;
    background-image: url("../images/tm2.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 0.13rem auto;
    margin-top: 0.1rem;
}
.s4-pic {
    margin-top: -0.6rem;
}

.s4-l-list li a{
    display: block;
    overflow: hidden;
}
.s4-l-list li p{
    font-size: 0.18rem;
    color: #323232;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s4-l-list li span{
    display: block;
    font-size: 0.14rem;
    color: #9d0f12;
    line-height: 1;
    padding-left: 0.2rem;
    background-image: url("../images/s1-tm.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 0.13rem auto;
    margin-top: 0.13rem;
}
.s4-l-list li{
    padding: 0.21rem 0 0.22rem;
    transition: all .3s;
    border: 0.02rem solid transparent;
    border-left: 0.05rem solid transparent;
    margin-top: 0.03rem;
}
.s4-l-list li:hover{
    padding-left: 0.22rem;
    padding-right: 0.22rem;
    border: 0.02rem solid #9d0f12;
    border-left: 0.05rem solid #9d0f12;
}
.s4-l-list li:hover p{
    color: #9d0f12;
}
.s4-l-list {
    margin-top: 0.37rem;
}
.s4 .s4-mores{
    margin-top: 0.06rem;
    display: block;
    height: 0.51rem;
    text-align: right;
}
.s4 .mores img{
    display: inline-block;
    width: 0.65rem;
    height: 0.51rem;
}
.s4-r {
    overflow: hidden;
    padding: 0.76rem 0.18rem 0.7rem 0.62rem;
    background-image: url("../images/s4-r.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.tab-hd{
    font-size: 0;
}
.tab-hd span{
    display: inline-block;
    font-size: 0.32rem;
    color: #de8486;
    line-height: 0.48rem;
    padding-left: 0.68rem;
    margin-left: 0.76rem;
    background-repeat: no-repeat;
    background-position: left center;
    transition: all .3s;
    cursor: pointer;
}
.tab-hd span:first-child{
    margin-left: 0;
    background-image: url("../images/s4-gl.png");
    background-size: 0.49rem auto;
}
.tab-hd span:nth-child(2){
    background-image: url("../images/s4-dy.png");
    background-position: left 0.16rem center;
    background-size: 0.5rem auto;
}
.tab-hd span.on{
    color: #fff;
}
.tab-hd span.on:first-child{
    background-image: url("../images/s4-gl-on.png");
}
.tab-hd span.on:nth-child(2){
    background-image: url("../images/s4-dy-on.png");
}
.s4-item ul>li a{
    display: table;
    overflow: hidden;
    align-items: center;
}
.s4-item ul>li .date{
    width: 0.68rem;
    display: table-cell;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    vertical-align: middle;
}
.s4-item ul>li .date span{
    display: block;
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1;
    font-family: "Times New Roman";
    padding-bottom: 0.03rem;
}
.s4-item ul>li .date span:first-child{
    color: #fff;
    font-size: 0.3rem;
    font-weight: 600;
    padding-bottom: 0;
    padding-top: 0.03rem;
}
.s4-item ul>li .s4-tx {
    display: table-cell;
    vertical-align:middle ;
    padding-left: 0.2rem;
}
.s4-item ul>li .s4-tx p{
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.28rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 0.56rem;
}
.s4-item ul>li {
    padding-top: 0.22rem;
    padding-bottom: 0.21rem;
    padding-right:  0.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.s4-r .s4-mores{
    margin-top: 0.3rem;
}
.s4-mores img{
    width: 0.65rem ;
    height: 0.51rem;
}
.s4 .tab-bd {
    margin-top: 0.18rem;
}
.tab-bd>div{
    display: none;
}
.s4{
    background: url("../images/s4.jpg") no-repeat center center;
   background-size: 1920px;
}
.s5-l{
    float: left;
    width: 8.85rem;
}
.s5 .tab-hd {
    float: left;
    width: 2.2rem;
    height: 3.4rem;
    padding: 0.3rem 0;
    background-image: url("../images/s5-l.jpg");
    background-position: center center;
    background-repeat: no-repeat;
}
.s5 .tab-hd li a{
    position: relative;
    display: block;
    line-height: 0.50rem;
    border-bottom: 1px solid #e3e3e3;
    font-size: 0.18rem;
    color: #323232;
    transition: all .3s;
    z-index: 2;
    cursor: pointer;
}
.s5 .tab-hd li {
    position: relative;
    padding: 0 0.2rem;
    transition: all .3s;
}
.s5 .tab-hd li.on:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 2.4rem;
    background: url("../images/s5-li.png") no-repeat center center;
    background-size: 2.4rem 100%;
    transition: all .3s;
}
.s5 .tab-hd li.on>a{
    font-weight: 600;
    color: #fff;
}
.tab-bd{
    overflow: hidden;
}
.s5 .tab-bd img{
    display: block;
    width: 100%;
}
.s5-main {
    margin-top: 0.2rem;
}
.s5-r {
    overflow: hidden;
    padding-left: 0.43rem;
}
.s5-1 {
    overflow: hidden;
}
.s5-list li{
    float: left;
    width: 3rem;
    margin-top: 0.2rem;
}
.s5-list li:nth-child(2n){
    margin-left: 0.29rem;
}
.s5-list li a{
    display: block;
    overflow: hidden;
}
.s5-list li .pic{
    padding-top: 53.33%;
}
.s5-list ul{
    overflow: hidden;
}
.s5-2 li{
    float: left;
    width: 12.5%;
}
.s5-2 li a{
    display: block;
    overflow: hidden;
}
.s5-2 li .pho{
    width: 0.8rem;
    height: 0.8rem;
    position: relative;
    border-radius: 50%;
    background: #eccbcc;
    margin: 0 auto;
}
.s5-2 li .pho img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 0.4rem;
    max-width: 0.37rem;
    margin: auto;
}
.s5-2 li p{
    font-size: 0.18rem;
    color: #323232;
    line-height: 1;
    margin-top: 0.2rem;
    text-align: center;
}
.s5-2 li a:hover .pho img{
    animation: icon-yh 0.6s linear infinite;
}
.s5-2 li a:hover p{
    color: #9d0f12;
}
@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }
    10% {
        transform: rotateZ(10deg);
    }
    20% {
        transform: rotateZ(0);
    }
    30% {
        transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(0);
    }
    50% {
        transform: rotateZ(10deg);
    }
    60% {
        transform: rotateZ(0);
    }
    70% {
        transform: rotateZ(-10deg);
    }
    80% {
        transform: rotateZ(0);
    }
    90% {
        transform: rotateZ(10deg);
    }
    100% {
        transform: rotateZ(0);
    }
}
.s5-2>ul{
    overflow: hidden;
}

.s5-2{
    margin-top: 0.66rem;
}
.s5{
    padding-top: 0.54rem;
    padding-bottom: 0.76rem;
    background-image: url("../images/s5.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}

.back{
    position: fixed;
    width: 0.91rem;
    height: 0.71rem;
    right: 0.3rem;
    bottom: 2.54rem;
    cursor: pointer;
}
.back img{
    display: block;
    width: 100%;
}
@media screen and (max-width: 1460px){
    .banner-wrap .banner{
         margin: 0 0.5rem;
    }
    
}

  @media screen and (max-width: 1199px) {

 .pc_top_lj a.search_btn {
        cursor: pointer;
        width: 38px;
        margin: 0;
        position: absolute;
        right:2% !important;
        top: 5px;
        z-index: 9999;}

 .h-top {
    width: 100%;
}
.foot{ width: 100%;}
.s3-tit { width: 100%;}
}


@media screen and (max-width: 800px){
    .banner-wrap{
        height: auto;
    }
    .banner-wrap .banner{
        position: relative;
        top: 0;
        margin: 0;
    }
    .s1-l{
        float: none;
        width: auto;
    }
    .s1-r{
        margin-top: 0.35rem;
        padding-left:0
    }
    .s2-1-list li{
        width: 50%;
    }
    .s2-2-list li{
        width: 48%;
    }
    .s2-2-list li:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0;
    }
    .s2-2-list li:nth-child(2n) {
        margin-left: 4%;
    }
    .s1-r .s2-2-list li:nth-child(2n) {
        margin-left: 0;
    }
    .s3-banner-for a{
        padding-left: 0;
    }
    .s3-banner-for a .s3-txt,
    .s3-banner-nav{
        position: static;
        width: auto;
    }
    .s3-banner-for a img{
        display: block;
        width: 100%;
        height: auto;
    }
    .s4-l{
        float: none;
        width: auto;
        padding: 0;
        margin-top: 0;
    }
    .s4-r{
        padding: 0.35rem 0.13rem;
        background-color: rgba(157, 15, 18, 0.89);
    }
    .s5-l{
        float: none;
        width: auto;
        overflow: hidden;
    }
    .s5 .tab-hd{
        height: 5.16rem;
    }
    .s5-r{
        padding-left: 0;
        margin-top: 0.35rem;
    }
    .s5-list li{
        width: 48%;
        margin-top: 0.4rem;
    }
    .s5-list li:nth-child(2n){
        margin-left: 4%;
    }
    .s5-2 li{
        width: 25%;
        margin-top: 0.35rem;
    }

    .tit h4{
        font-size: 0.38rem;
    }
    .tit h4:after{
        width: 0.34rem;
    }
    .s1-list li .s1-info h4{
        font-size: 0.32rem;
        line-height: 0.48rem;
    }
    .s1-list li .s1-info p{
        font-size: 0.26rem;
        line-height: 0.42rem;
        height: auto;
        margin-top: 0.18rem;
    }
    .s1-list li .s1-info div>span{
        font-size: 0.26rem;
        padding-left: 0.3rem;
        margin-top: 0.2rem;
    }
    .s1-list li .s1-info div>span:first-child{
        background-size: 0.18rem auto;
    }
    .s1-banner a .s1-b-txt h4{
        font-size: 0.32rem;
        line-height: 0.68rem;
    }
    .s1-banner a .s1-b-txt p,
    .s2-1-list li .s2-1-txt p,
    .s2-2-list li .s2-2-txt p{
        font-size: 0.26rem;
        line-height: 0.42rem;
        height: auto;
        display: none;
    }
    .s2-2-list li .date{
        width: 1rem;
    }
    .s2-2-list li .date span:first-child{
        font-size: 0.38rem;
        padding-top: 0.1rem;
        padding-bottom: 0.1rem;
    }
    .s2-2-list li .date span{
        font-size: 0.26rem;
        padding-bottom: 0.12rem;
    }
    .s2-2-list li .s2-2-txt h4{
        font-size: 0.32rem;
        line-height: 0.48rem;
        height: auto;
    }
    .tabs span{
        font-size: 0.38rem;
        padding-left: 0.8rem;
    }
    .tabs img{
        left: 0.15rem;
    }
    .s3-banner-for a .s3-txt h4{
        font-size: 0.32rem;
    }
    .s3-banner-for a .s3-txt p{
        font-size: 0.28rem;
        line-height: 0.4rem;
        height: auto;
    }
    .s3-banner-for{
        width: auto;
    }
    .s4-pic .pic-txt{
        width: 5rem;
        height: auto;
    }
    .s4-pic .pic-txt p{
        font-size: 0.3rem;
        line-height: 0.48rem;
        height: auto;
    }
    .s4-pic .pic-txt span,.s4-l-list li span{
        font-size: 0.26rem;
        background-size: 0.18rem auto;
        padding-left: 0.3rem;
        margin-top: 0.2rem
    }
    .s4-l-list li p{
        font-size: 0.3rem;
    }
    .s4-item ul>li .date{
        width: 1.3rem;
    }
    .s4-item ul>li .date span{
        font-size: 0.26rem;
    }
    .s4-item ul>li .date span:first-child{
        font-size: 0.38rem;
    }
    .s4-item ul>li .s4-tx p{
        font-size: 0.3rem;
        line-height: 0.44rem;
        max-height: none;
    }
    .s5 .tab-hd li a{
        font-size: 0.3rem;
        line-height: 0.72rem;
    }
    .s5 .tab-hd li.on:after{
        width: 3.5rem;
        background-size: auto 100%;
    }
    .s5-2 li p{
        font-size: 0.3rem;
        margin-top: 0.35rem;
    }
    .s5-2 li .pho{
        width: 1.3rem;
        height: 1.3rem;
    }
    .s5-2 li .pho img{
        max-width: 0.6rem;
        max-height: 0.5rem;
    }
    .back{
        display: none !important;
    }
    .s1{
        padding-top: 0.35rem;
        padding-bottom: 0.3rem;
        background-size: cover;
    }
    .s2{
        padding-top: 0.35rem;
        background-size: cover;
    }
    .s3-body {
        margin-top: 0.35rem;
    }
    .s5 {
        padding-top: 0.34rem;
        padding-bottom: 0.56rem;
    }
    .s5-2{
        margin-top: 0.15rem;
    }
    .s1-banner{
        margin-top: 0.25rem;
    }
}
@media screen and (max-width: 550px){
    .s1-list li{
        float: none;
        width: auto;
        margin-left: 0;
        margin-top: 0.2rem;
    }
    .s2-1-list li{
        float: none;
        width: auto;
    }
    .s2-2-list li{
        float: none;
        width: auto;
        padding: 0.2rem 0;
    }
    .s2-2-list li:nth-child(2n){
        margin-left: 0;
    }
    .tabs img{
        max-width: 0.35rem;
        max-height: 0.32rem;
    }
    .tabs>div{
        width: 33.33%;
    }
    .tabs span{
        padding-left: 0.6rem;
    }
    .s3-tit .mores{
        display: none;
    }
    .s4-pic .pic-txt{
        position: static;
        width: auto;
    }
    .s4-pic{
        margin-top: 0.2rem;
    }
    .s4-pic a{
        padding-left: 0;
    }
    .s4-l-list {
        margin-top: 0.17rem;
    }
    .s5 .tab-hd{
        float: none;
        width: auto;
        height: auto;
        padding: 0;
        background: #fff;
        overflow: hidden;
    }
    .s5 .tab-hd li{
        float: left;
        width: 50%;
        border: none;
    }
    .s5 .tab-hd li a{
        border: none;
    }
    .s5-2 li p{
        font-size: 0.24rem;
    }
    .s5-2>ul{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
}