@charset "UTF-8";

.banner{
    display: block;
    overflow: hidden;
    position: relative;
}
.banner .img img{
   /* position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;*/
   display:block;
   width:100vw;
   height:100vh;
   object-fit: cover;
}




.banner .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    bottom: 1.2rem;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.banner .slick-dots li {
    position: relative;
    width: .1rem;
    height: .1rem;
    margin: 0 .1rem;
    opacity: 1;
    background: #fff;
    vertical-align: middle;
    border-radius: 10px;
    opacity: .5;
    transition: all .3s;
}


.banner .slick-dots li.slick-active {
    width: .35rem;
    opacity: 1;
}









.gg-tit{
    position: relative;
    padding-top: 0.1rem;
    padding-bottom: 0.5rem;
    text-align: center;
}
.gg-tit h3{
    display: inline-block;
    margin-left: auto;
    color: #fce3a0;
    font-family: "思源宋体 CN";
}
.gg-tit h3 span{
    font-size: 0.48rem;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0.1rem;
    font-weight: bold;
}
.gg-tit h3 span:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 0.38rem;
    background: #fce3a0;
    bottom: -0.12rem;
    right: 0;
    transform: skew(-20deg);
}
.gg-tit h3 em{
    font-size: 0.48rem;
    line-height: 1;
    margin-top: 0.4em;
    vertical-align: bottom;
    display: inline-block;
    padding: 0 0.1rem;
    font-weight: bold;
}
.more_btn a{
    position: absolute;
    top: auto;
    bottom:.15rem;
    right: 0;
    font-size: 0.18rem;
    font-family: "SourceHanSerifCN-Regular";
    transform: translateY(-50%);
    color: #fce3a0;
}
.s4  .gg-tit a{/* bottom:.4rem; */}
.tit-y{
    background: url("../images/tit-y.png") no-repeat bottom center;
    background-size: auto 1.19rem;
}
.tit-y a{
    color: #fce3a0;
}
.tit-h {
    background: url("../images/tit-h.png") no-repeat bottom center;
    background-size: auto 1.19rem;
}
.tit-h a{
    color: #94070a;
}
.tit-h h3 span,
.tit-h h3 em{
    color: #94070a;
}
.tit-h h3 span:after{
    background: #94070a;
}
.s1-left,
.s1-right{
    width: 50%;
}
.s1-left{
    background: url("../images/s1-3.jpg") no-repeat top right 0.37rem/100% 50%;
    padding: 0.2rem 0;
background-size: cover;
}
.s1-r{
    float: none;
    margin-left: 0.4rem;
    position: relative;
}
.s1-banner a{
    display: block;
    overflow-x: hidden;
}
.s1-banner a .pic{
    padding-top: 62.14%;
}
.s1-banner .prev,
.s1-banner .next{
    width: 0.4rem;
    height: 0.6rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -0.3rem;
}
.s1-banner .prev{
    left: 0;
    background-image: url("../images/s1-img02.png");
}
.s1-banner .next{
    right: 0;
    background-image: url("../images/s1-img03.png");
}

.s1-banner-thumbs a h3{
    position: relative;
    display:flex;
    align-items:center;
    /* background: #b51b1b; */
    /* margin-top: -0.45rem; */
    height: 0.75rem;
    /* margin-left: 0.2rem; */
    /* max-width: 80%; */
}
.s1-r:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-bottom: 0.75rem solid #b51b1b;
    border-right: .6rem solid transparent;
    z-index: 0;
    left: 0;
    height: 0;
    box-sizing: border-box;
    z-index: 2;
    width: 6.42rem;
}
.s1-banner-thumbs a h3 span{
    display: block;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #fff;
    /* padding-left: 0.36rem; */
    overflow: hidden;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: .6rem;
    max-width: 90%;
    box-sizing: border-box;
}
.s1-banner-thumbs a h3 em{
    position: absolute;
    bottom:.2rem;
    right: 0;
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.5);
z-index:3;
}

.s1-banner-thumbs a p{
    font-size: 0.16rem;
    color: #666666;
    line-height: .24rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 0.72rem;
}
.s1-banner-thumbs a{
    display: block;
    font-size: 0;
    /* background-color: #ffe9e9; */
    padding: 0 0.6rem 0 0.36rem;
}
.s1-banner-thumbs a .txt{
    padding: 0.2rem 0.5rem 0.4rem .4rem;
display:none;
}
.s1-banner-thumbs{
    margin-top: -0.4rem;
    transform: translateX(-0.16rem);
    z-index: 3;
    width: 5.82rem;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
}
.s1-banner-thumbs .swiper-wrapper{
    /* padding-top: 0.4rem; */
}
.s1-right .item{
    position: relative;
    overflow: hidden;
    padding-left: 0.53rem;
}
.s1-right .item .ll{
    position: relative;
    width: 6.66rem;
  
    padding-bottom: 0.24rem;
    border-bottom: 1px dashed #c9c9c9;
    z-index: 3;
}
.s1-right .item a{
    display: block;
    position: relative;
    font-size: 0;
    overflow: hidden;
    z-index: 3;
}

.s1-right .item a  time{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 0.8rem;
    background: url("../images/s1-img05.png") no-repeat bottom;
    background-size: 0.8rem;
    padding-bottom: 0.4rem;
}
.s1-right .item a  time span{
    display: block;
    font-size: 0.3rem;
    color: #fff;
    line-height: 1;
    font-weight: 600;
}
.s1-right .item a  time em{
    display: block;
    font-size: 0.16rem;
    color: #fff;
    line-height: 1;
    margin-top: 3px;
}
.s1-right .item a .txt{
    display: inline-block;
    width: calc(100% - 1rem);
    margin: 0 0 0 0.18rem;
    vertical-align: middle;
}
.s1-right .item a .txt h5{
    font-size: 0.2rem;
    color: #fff;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.s1-right .item a .txt p{
    font-size: 0.14rem;
    line-height: 1.7em;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 0.48rem;
    margin-top: 0.1rem;
    opacity: 0.8;
}
.s1-right .item:after{
    position: absolute;
    content: '';
    left: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s1-img07.png") no-repeat left;
    background-size: auto 1.34rem;
    transition: all .3s;
}
.s1-right .item:hover:after{
    left: 0;
}
.s1-right .item:hover a time span,
.s1-right .item:hover a time em,
.s1-right .item:hover a .txt h5,
.s1-right .item:hover a .txt p{
    color: #fff;
}
.s1-right .item:hover .ll{
    border-color: transparent;
}
.s1-right{
    /* padding-top: 0.6rem; */
    /* padding-bottom: 0.6rem; */
    /* background: #fff; */
    position: relative;
    /* margin-top: 0.53rem; */
}

.s1-right .xw_list{
    position: relative;
    overflow: hidden;
    padding-left: 0.53rem;
}
.s1-right .xw_list a{align-items: center;line-height: 1.7;justify-content: space-between;padding: .255rem 0;border-bottom: 1px dashed #d2d2d2;width: 6.66rem;position:relative;}
.s1-right .xw_list a::after{width: 0;height: 1px;background: #0955a0;}
.s1-right .xw_list h6{width: calc(100% - 1.1rem);font-size: 0.18rem;color: #fff;padding: 0 .2rem 0 0.2rem;transition: 0.5s;position:relative;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.s1-right .xw_list span{width: 1rem;text-align: right;white-space: nowrap;font-size: 0.14rem;color: #fff;background: url(../images/n-icon-time.png) no-repeat;background-position: left center;background-size: .13rem;}
.s1-right .xw_list h6::after{width: 0.06rem;height: 0.06rem;background: #fff;top: 50%;transform: translateY(-50%);content:"";position:absolute;left: 0;}


.s1-right .xw_list a::after{
    content:"";
    position:absolute;
    left:0;
    width:0;
    bottom:-1px;
    height:1px;
    transition: all .5s;
    transition-timing-function: linear;
    background:#fff;
}
.s1-right .xw_list:hover a::after{
    width:100%;
}
.s1-right .xw_list:hover a{/* border-bottom: 1px solid #d2d2d2; */}
.s1-right .xw_list:hover h6{font-weight:600;}
.s1-right .xw_list:hover span{font-weight:600;}


.s1-main{
    margin-top: 0.3rem;
padding-left: 0.5rem;
  
}
.s1 .mores{
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.46rem;
    font-family: "SourceHanSerifCN-Regular";
    text-align: right;
}
.s1 .mores a{
    display: inline-block;
    padding: 0 0.45rem;
    border: 2px solid #fff;
    border-radius: 0.35rem;
    margin-right: 2.8rem;
    transform: translateY(-0.15rem);
}
.s1-right:before{
    position: absolute;
    content: '';
    left: -0.36rem;
    top: 0;
    bottom: 0;
    width: 0.36rem;
    /* background: #fff; */
}
.s1{
    background: url("../images/s1-2.jpg") no-repeat 50%;
    background-size: cover;
}
.s2-list a{
    display: block;
    width: 22.22%;
    background: #fff;
    position: relative;
    padding: 0.48rem 0.3rem;
}
.s2-list a:hover:after{background: url("../images/s2-img03hover.png") no-repeat 50%;}
.s2-list a:hover:before{background: url("../images/s2-img04hover.png") no-repeat 50%;}
.s2-list a:before,
.s2-list a:after{
    content: '';
    position: absolute;
    width: 0.23rem;
    height: 2.25rem;
    background-size: 0.23rem;
}
.s2-list a:before{
    left: -0.22rem;
    bottom: 0.3rem;
    background: url("../images/s2-img04.png") no-repeat 50%;
}
.s2-list a:after{
    right: -0.23rem;
    top: 0.3rem;
    background: url("../images/s2-img03.png") no-repeat 50%;
}
.s2-list a time{
    display: inline-block;
    background: url("../images/s2-img01.png") no-repeat 50%;
    background-size: cover;
    font-family: "思源宋体 CN";
    padding: 0.22rem 0.3rem 0.1rem 0.5rem;
    margin-bottom: 0.21rem;
}
.s2-list a time span{
    display: block;
    font-size: 0.3rem;
    color: #fce3a0;
    line-height: 1.2;
    text-align: center;
}
.s2-list a time em{
    display: block;
    font-size: 0.14rem;
    color: #fce3a0;
    text-align: center;
    line-height: 1.2;
}
.s2-list a h4{
    font-size: 0.18rem;
    color: #333333;
    line-height: .3rem;
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 1; */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    height: 0.3rem;
    /* min-height: 0.6rem; */
    margin-bottom: 0.16rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.s2-list a p{
    font-size: 0.14rem;
    color: #999999;
    line-height: .24rem;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1.68rem;
    margin-bottom: 0.4rem;
}
.s2-list a span.f0{
    display: block;
    text-align: center;
}
.s2-list a span.f0 em{
    display: inline-block;
    font-size: 0.14rem;
    color: #c91f2a;
    padding-left: 0.2rem;
    padding-right: 0.45rem;
    line-height: 2.3em;
    /* background: url("../images/s2-img02.png") no-repeat right; */
    background-size: 1.43em 1.43em;
    transition: all .3s;
    border-radius: 0.1rem;
    border: #f4d2d4 1px solid;
    border-radius: 50px;
    position: relative;
}
.s2-list a:hover span.f0 em:before{ background: url("../images/s2-img02hover.png") center no-repeat #c91f2a;}
.s2-list a span.f0 em:before{
    content:"";
    position:absolute;
    right: -0.01rem;
    top:-0.01rem;;
    width: 0.34rem;
    height: 0.34rem;
    background: url("../images/s2-img02.png") center no-repeat;
    border: #f4d2d4 1px solid;
    border-radius: 50px;
    }
.s2-list a:hover h4{
    color: #b51b1b;
    font-weight: bold;
}
.s2-list a:hover p{ color: #b51b1b;}
.s2-list a:hover span em {
    color: #c91f2a;
    border: #c91f2a 1px solid;
}
.s2-list{
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
}
.s2-main .mores{
    font-size: 0.16rem;
    color: #fce3a0;
    line-height: 0.46rem;
    font-family: "SourceHanSerifCN-Regular";
    text-align: center;
}
.s2-main .mores a{
    display: inline-block;
    padding: 0 0.45rem;
    border: 2px solid #fce3a0;
    border-radius: 0.35rem;
}
.s2-main .mores:hover{}
.s2-main .mores:hover a{
    background: #fce3a0;
    color: #c91f2a;
}
.s2{
    background: url("../images/s2.jpg") no-repeat 50%;
    background-size: cover;
}
.s3-banner .item a{
    display: block;
    overflow: hidden;
}
.s3-banner .item a:hover .s3-txt h4 span{ color: #c91f2a; background: url(../images/s3-img02hover.png) no-repeat left center;}
.s3-banner .item a:hover .s3-txt p{color: #c91f2a; font-weight:bold}
.s3-banner .item a:hover  .s3-txt .spzy{color: #c91f2a;}
.s3-banner .item a:hover .s3-txt{background: url(../images/xlzysy.png) no-repeat right bottom #fff;background-size: 1rem;}
.s3-banner .item a .pic{
    padding-top: 57.57%;
}
.s3-banner .item a .s3-txt h4 em{
    font-size: 0.18rem;
    color: #c0343d;
    line-height: 0.36rem;
    display: block;
}
.s3-banner .item a .s3-txt h4 span{
    display: block;
    font-size: 0.16rem;
    color: #aeaeae;
    line-height: 0.36rem;
    padding-left: 0.25rem;
    background: url("../images/s3-img02.png") no-repeat left center;
    background-size: 0.15rem;
}
.s3-banner .item a .s3-txt p{
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.3rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.6rem;
    margin-top: 0.15rem;
}
.s3-banner .item a .s3-txt .spzy{
    font-size: 0.16rem;
    color: #666;
    line-height: 0.24rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1.2rem;
    margin-top: 0.15rem;
    }

.s3-banner .item a .s3-txt {
    padding: 0.2rem 0.3rem 0.5rem 0.3rem;
    background: #fff   no-repeat right 0.3rem bottom 0.3rem;
}

.s3 .wrap,.s4 .wrap{
    position: relative;
}
.s3 .btn,.s4 .btn{
    font-size: 0;
    bottom: -0.63rem;
    left: 0;
    width: 100%;
}
.s3 .btn span,.s4 .btn span{
    width: 0.12rem;
    height: 0.12rem;
    background: #fff;
    margin: 0 0.1rem;
    border-radius: 50%;
    opacity: 1;
    vertical-align: middle;
}
.s3 .btn .swiper-pagination-bullet-active,.s4 .btn .swiper-pagination-bullet-active{
    width: 0.22rem;
    height: 0.22rem;
    background: url("../images/s3-img04.png") no-repeat 50%;
    background-size: 0.22rem;
}
.s3-banner{
    margin-top: 0.53rem;
}
.s3{
    background: #b91915;
    background-size: cover;
}

.s4{
    background: url("../images/s3.jpg") no-repeat 50%;
    background-size: cover;
    position: relative;
}
.s4-list {
    margin-top: 0.25rem;
}
.s4-list .xw_list{
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.s4-list .xw_list a{align-items: center;line-height: 1.6;justify-content: space-between;padding: .25rem 0;border-bottom: 1px dashed #d2d2d2;width: 6.8rem;position:relative;}
.s4-list .xw_list a::after{width: 0;height: 1px;background: #0955a0;}
.s4-list .xw_list h6{width: calc(100% - 1.1rem);font-size: 0.18rem;color: #fff;padding: 0 .2rem 0 0.2rem;transition: 0.5s;position:relative;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;box-sizing: border-box;}
.s4-list .xw_list span{width: 1rem;text-align: right;white-space: nowrap;font-size: 0.14rem;color: #fff;background: url(../images/n-icon-time.png) no-repeat;background-position: left center;background-size: .13rem;}
.s4-list .xw_list h6::after{width: 0.06rem;height: 0.06rem;background: #fff;top: 50%;transform: translateY(-50%);content:"";position:absolute;left: 0;}


.s4-list .xw_list a::after{
    content:"";
    position:absolute;
    left:0;
    width:0;
    bottom:-1px;
    height:1px;
    transition: all .5s;
    transition-timing-function: linear;
    background:#fff;
}
.s4-list .xw_list:hover a::after{
    width:100%;
}
.s4-list .xw_list:hover a{/* border-bottom: 1px solid #d2d2d2; */}
.s4-list .xw_list:hover h6{font-weight:600;}
.s4-list .xw_list:hover span{font-weight:600;}
.s4-list .tt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.2rem;
}

.s4-list .more_btn a {
    position: static;
}

.s4-list .tt .title {
    font-size: 0.26rem;
    font-weight: bold;
    color: #fce3a0;
}

.s4 .con {
    margin-top: 0.4rem;
}
.rili2 .news_list li.news .news_date{
    margin: 0px 0.2rem 0 0.4rem;
    text-align: right;
}
.rili2 .news_list li.news .news_date .news_year{font-size: 0.16rem;color: #fce3a0;transition:all .4s ease-in-out;font-size: 16px;line-height: 1.7;}
.rili2 .news_list li.news .news_date .news_days{color: #fce3a0;font-size: 0.21rem;letter-spacing: 2px;margin-right: -2px;}
.rili2 .news_list li.news .news_wz{width:100%}
.rili2 .news_list li.news .news_wz .news_con{}
.rili2 .news_list li.news .news_title{font-size: 0.18rem;color: #fff;margin-right: 0.4rem;line-height: 1.5;}
.rili2 .news_list li.news:hover .news_date .news_year{transition:all .4s ease-in-out}

.rili2 .news_list {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.rili2 .news_list .news{
    width: 33.33%;
    margin-bottom: 0.85rem;
    border-left: 0.1rem solid #fce3a0;
    display: flex;
}

.con.rili2 {
    margin-top: 1rem;
}
.s5 .gg-tit a{top:auto;bottom:.15rem;}
.s5-l{
    width: 55.56%;
    position: relative;
}
.s5-banner a{
    display: block;
    overflow: hidden;
    position: relative;
}
.s5-banner a .cover_img{
    padding-top: 62.5%;
}
.s5-banner .mv{
    display:block;
    width:100%;
    height:100%;
    overflow:hidden;
    position:relative;
    max-height: 5rem;
}
.s5-banner .mv video{
    display:block;
    width: 100%;
    height: 100%;
    -o-object-fit:fill;
    object-fit:fill;
    position: relative;
    left: 0;
    z-index: 1;
    height: 5rem;
}
.s5-banner .swiper-slide i {
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    background: url("../images/s5-img02.png") no-repeat 50%;
    background-size: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
}
.s5-banner .swiper-slide i.stop{background: url("../images/stop.png") no-repeat 50%;background-size: 0.8rem;}
.s5-banner a:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
}
.s5-l .prev,
.s5-l .next{
    width: 0.45rem;
    height: 0.45rem;
    bottom: 0.25rem;
    left: auto;
    margin-top: 0;
    top: auto;
    background-color: #c0343d;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 0.11rem;
}
.s5-l .prev {
    right: 0.95rem;
    background-image: url("../images/s5-img04.png");
}
.s5-l .next {
    right: 0.3rem;
    background-image: url("../images/s5-img03.png");
}
.s5-l .prev:hover,
.s5-l .next:hover{
    background-color: #fce3a0;
}
.s5-l .prev:hover{
    background-image: url("../images/s5-img05.png");
}
.s5-l .next:hover{
    background-image: url("../images/s5-img06.png");
}

.s5-r{
    width: 43.75%;
}
.s5-r .tt a{
    display: block;
    width: 49.2%;
}
.s5-r .tt a .cover_img{
    padding-top: 62.9%;
}
.s5-r .bb{
    margin-top: 0.1rem;
}
.s5-r .bb a .cover_img{
    padding-top: 62.7%;
}
.s5-main a:hover>.cover_img>div{
    transform: scale(1.05);
}
.s5-main{
    margin-top: 0.3rem;

}

.s5{
    background: url("../images/s5.jpg") no-repeat 50%;
    background-size: cover;
}
.s6-main a{
    display: block;
    overflow: hidden;
}
.s6-main ul li {
    width: 33.33%;
    padding: 0.2rem;
}
.s6-main .pic {
    padding-top: 50%;
}
.s6-main ul {
    margin: 0 -0.2rem;
    justify-content: flex-start;
}
.s6-main a .cover_img{
    padding-top: 44.44%;
}
.s6-main{
    margin-top: 0.3rem;
}
.s6 .gg-tit h3{
    margin-left: 0.57rem;
}
.s6-main .s5-vedio .slick-slide>div a .pic {
    padding-top: 50%;
}
.s6{
    background: url("../images/s3.jpg") no-repeat 50%;
    background-size: cover;
}
.slideHd{margin-bottom: .4rem;padding-top: 0.4rem;}
.slideHd .swiper-slide{width: 7.8rem;height:4.5rem}
.slideHd .swiper-slide .pic a{display: block;position: relative;color: #fff;height: 100%;}
.slideHd .swiper-slide .pic a:before{ content: '';position: absolute;left: -2px;top: -2px;bottom: -2px;right: -2px;z-index: 2;background: rgba(0,0,0,.3);}
.slideHd .swiper-slide-active .pic a:before{display: none}
.ssbtn a{
    width: 0.3rem;
    height: 0.6rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -0.3rem;
    top: 2.35rem;
    position: absolute;
    margin-top: -0.3rem;
    z-index: 1;
    opacity: 0.6;
}
.ssbtn .prev{
    left: 3.3rem;
    background-image: url("../images/s1-img02.png");
}
.ssbtn .next{
    right: 3.3rem;
    background-image: url("../images/s1-img03.png");
}
.slideHd .swiper-slide .pic a {
    padding-top: 50%;
}

.slideHd .swiper-slide .pic {
    padding: 0;
}
.slideHd .swiper-slide .txt{
    text-align:center;
    opacity: 0;
    transform: translate(-60px);
    transition: 0.4s;
    margin-top: 0.3rem;
}
.slideHd .swiper-slide .txt a {
    color: #fff;
    font-size: 0.18rem;
    font-weight: bold;
    
}
.slideHd .swiper-slide-active .txt {
    opacity: 1;
    transform: none;
}
#menu{
    position: fixed;
    top: 50%;
    right: 0.3rem ;
    transform: translateY(-50%);
}
#menu li>a{
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    background: #fff;
    border-radius: 50%;
    margin: 0.22rem auto;
}
#menu li.on>a{
    width: 0.26rem;
    height: 0.26rem;
    background: url("../images/li-on.png") no-repeat 50%;
    background-size: 0.26rem;
}

@media screen and (max-width: 1024px){
    .s1-main{
    padding-left: revert-layer;
}
    .s1-left{background: url("../images/s1-3.jpg") no-repeat;background-size: 100% 100%;padding: 0;}
    .banner{
        margin-top: 1.05rem;
    }
    .banner .img{
        /* padding-top: 50%; */
    }
    .banner .slick-dots{bottom:.2rem;}
    .banner .img img{height:auto;}
    #menu{
        display: none;
    }
    .s1-banner-thumbs a h3:after{display:none}
    .s1,.s2,.s3,.s4,.s5,.s6{
        padding: 0.2rem 0 0.35rem;
    }
    .s1{
        padding-left: 0.2rem;
        padding-right: 0.2rem;
        background-image: url("../images/s1-2.jpg");
    }
    .s1 .fl,
    .s1 .fr{
        float: none;
        width: auto;
        margin-left: 0;
    }
    .s1-banner-thumbs{
        transform: none;
        margin: 0;
        width: 100%;
        padding: 0.2rem 0;
    }
    .s1-banner-thumbs a{
    padding: 0;
}
    .s1-banner-thumbs a h3{
        display: block;
        background: none;
        width: 100%;
        margin-left: 0;
        max-width: 100%;
        /* height: auto; */
        /* padding-top: .2rem; */
    }
    .s1-r:after{
    display: none;
}
    .s1-banner-thumbs a h3 span{
        font-size: 0.24rem;
        color:#000;
        padding-left: 0.2rem;
    }
    .s1-banner-thumbs a .txt{
    padding: 0.2rem;
}
    .s1-banner-thumbs a .txt p{line-height:0.3rem}
        .s1-banner-thumbs a h3 em{color:#333;right: 0.2rem;/* top: 0.2rem; */bottom: 0;}
    .s1-banner-thumbs a p{
        font-size: 0.18rem;
        max-height: 0.92rem;
    }
    .s1-right .xw_list{
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
    .s1-right .xw_list a{
    width: 100%;
}
    .s1-right{
        padding-top: 0.25rem;
        padding-bottom: 0.3rem;
    }
    .s1-right .item .ll{
        width: auto;
    }
    .s1-right .item a .txt h5{
        font-size: 0.2rem;
    }
    .s1-right .item a .txt p{
        font-size: 0.18rem;
        max-height: 0.62rem;
    }
    .s1-right .item{
        padding: 0 0.2rem;
    }
    .s1-right .item:after{
        background: #9d1b1d;
    }
    .s1-right:before{
        display: none;
    }
    .s1 .mores{
        text-align: center;
        margin-top: 0.25rem;
    }
    .s1 .mores a{
        transform: none;
        margin-right: auto;
    }
    .s2-list a{
        width: 48%;
        margin: 0.25rem 0;
        padding: 0.25rem 0.2rem;
    }
    .s2-list a h4{
        font-size: .2rem;
    }
    .s2-list a p{
        font-size: 0.18rem;
        max-height: 1.224rem;
    }
    .s2-list a span.f0 em{
        font-size: 0.18rem;
    }
    .s2-list{
        margin-top: 0.25rem;
        margin-bottom: 0.2rem;
    }
    .s3-banner .item a .s3-txt{
        padding: 0.2rem 0.2rem 0.3rem;
    }
    .s3 .btn,   .s4 .btn{
        bottom: -0.4rem;
    }
    .s3,.s4{
        padding-bottom: 0.6rem;
    }
    .s3-banner{
        margin-top: 0.35rem;
    }
    .s4-list a .s4-txt{
        padding: 0.2rem;
    }
    .s4-list a .s4-txt .txt p{
        font-size: 0.16rem;
        line-height: 1.8em;
        max-height: 0.87rem;
    }

    .s4-list .xw_list{
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    width: 100%;
}
    .s4-list .xw_list a{
    width: 100%;
}
    .s4-list{
        padding-top: 0.25rem;
        padding-bottom: 0.3rem;
        width: 100%;
    }
    .s4-list .item .ll{
        width: auto;
    }
    .s4-list .item a .txt h5{
        font-size: 0.2rem;
    }
    .s4-list .item a .txt p{
        font-size: 0.18rem;
        max-height: 0.62rem;
    }
    .s4-list .item{
        padding: 0 0.2rem;
    }
    .s4-list .item:after{
        background: #9d1b1d;
    }
    .s4-list:before{
        display: none;
    }
   .slideHd{padding-top: 0}
    .slideHd .swiper-slide {width: 55vw;height: auto;}
    .ssbtn .prev{
    left: 19.1vw;
}
    .ssbtn a{
    top: 14vw;
}
    .ssbtn .next{
    right: 19.1vw;
}
}

@media screen and (max-width: 800px){
  
    .s5-l,.s5-r{
        width: 100%;
    }
    .s5-r{
        margin-top: 0.1rem;
    }
   .s5-banner .mv video{
    height: auto;
  }

.s5-vedio .slick-slide>div{
    margin: 0.15rem 0;
 }


}

@media screen and (max-width: 640px){
    .banner {
        margin-top: 1.08rem;
    }
    .tit-y,
    .tit-h{
        background-size: 100% auto;
    }
    .gg-tit{
        padding-bottom: 0.4rem;
    }
    .s2-list a{
        float: none;
        width: 100%;
        margin: 0.12rem 0;
    }
    .s1-banner-thumbs a h3{
        max-width: 100%;
        line-height: 0.55rem;
        /* margin-top: 0; */
    }
    .s1-banner-thumbs a h3 span{
        padding-left: 0.2rem;
        padding-right: 0.65rem;

    }
    .s1-banner-thumbs a h3 em{
        right: 0.1rem;
        bottom: 0;
        top: auto;
    }
    .s1-banner-thumbs a .txt{
        padding: 0.2rem 0.12rem 0.2rem;
    }
    .s4-list a .s4-txt .cover_img{
        display: block;
        width: auto;
        height: auto;
        padding-top: 66.66%;
    }
    .s4-list a .s4-txt .txt{
        display: block;
        width: auto;
        margin: 0.25rem 0 0 0;
    }
    .s5-l .prev, .s5-l .next{
        bottom: 0.1rem;
    }
}

@media screen and (max-width: 550px){
    .gg-tit a{
        top: auto;
        bottom: 0;
        transform: none;
    }
}
@media screen and (max-width: 320px){
  .banner {
     margin-top: 1.06rem;
  }
}


.s5-banner .swiper-slide  .stop,
.s5-banner .swiper-slide .play{
    display:none;
}
.s5-banner .swiper-slide  .stop.on,
.s5-banner .swiper-slide .play.on{
    display: block;
   }
  .s5-vedio ul {
        margin: 0 -0.2rem;
    }
    
    .s5-vedio .slick-slide {
        margin: 0 0.2rem;
    }
    
    .s5-vedio .slick-slide>div {
           margin: 0.2rem 1.6%;
    width: 30%;
    float: left;
    }
    
    .s5-vedio .slick-slide>div a {
        position: relative;
        display: block;
    }
    
    .s5-vedio .slick-slide>div a .bf {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 0.66rem;
        height: 0.66rem;
     
        background-size: .66rem auto;
    }
    
    .s5-vedio .slick-slide>div a .pic {
        padding-top: 60%;
    }
    
    .s5-vedio .slick-prev {
        left: -0.4rem;
        width: 0.45rem;
        height: 0.45rem;
        background: #ffffff url(../images/s5-jt-l.png) no-repeat center center;
        background-size: .1rem auto; cursor: pointer;  transition: all .3s;
       z-index:9;
    }
     .s5-vedio .slick-prev:hover{  background: #fce3a0 url(../images/s5-jt-l.png) no-repeat center center; background-size: .1rem auto;}
    .s5-vedio .slick-next {
        right: -0.4rem;
        width: 0.45rem;
        height: 0.45rem;
        background: #fff url(../images/s5-jt-r.png) no-repeat center center;
        background-size: .1rem auto; cursor: pointer;  transition: all .3s;
 z-index:9;
    }
     .s5-vedio .slick-next:hover{ background: #fce3a0 url(../images/s5-jt-r.png) no-repeat center center; background-size: .1rem auto;}

    .l-s6 {
        position: relative;
        padding-bottom: 0.47rem;
        border-bottom: 0.03rem solid #fde5c0;
    }
    
    .l-s6 ul {
        margin: 0 -0.03rem;
    }
    
    .l-s6 ul li {
        margin: 0 0.03rem;
    }
    
    .l-s6 ul li a {
        display: block;
    }
    
    .l-s6 ul li a .pic {
        padding-top: 161%;
    }
    
    .l-s6 .jt {
        position: absolute;
        bottom: -0.27rem;
        left: 50%;
        transform: translateX(-50%);
        width: 0.6rem;
        height: 0.6rem;
        border-radius: 50%;
        background: #fde5c0;
    }
    
    .l-s6 .jt .jt-l {
        position: absolute;
        left: 0;
        width: 50%;
        top: 0;
        bottom: 0;
        background: url(../images/l-s6-l.png) no-repeat center center;
        background-size: .14rem auto; transition: all .3s;
        cursor: pointer;
    }
     .l-s6 .jt .jt-l:hover {
        background: url(../images/l-s6-r-other.png) no-repeat center center;
        background-size: .14rem auto;
    }
    .l-s6 .jt .jt-r {
        position: absolute;
        right: 0;
        width: 50%;
        top: 0;
        bottom: 0;
        background: url(../images/l-s6-l-other.png) no-repeat center center;
        background-size: .14rem auto; transition: all .3s;
        cursor: pointer;
    }
      .l-s6 .jt .jt-r:hover {
        background: url(../images/l-s6-r.png) no-repeat center center;
        background-size: .14rem auto;
    }



@media screen and (max-width: 768px){
    .s6-main ul li{ width: 50%;}
   .s5-vedio .slick-slide>div {
       margin: 0.2rem 2%;
       width: 46%;
       float: left;
    }
    .rili2 .news_list .news{
    width: 50%;
}
}

@media screen and (max-width: 479px){
    .rili2 .news_list .news{
    width: 100%;
        margin-bottom:30px
}
}
    @media(max-width: 1520px) {
        .s5-vedio ul {
            margin: 0;
        }
        .s5-vedio .slick-prev {
            left: 0;
        }
        .s5-vedio .slick-next {
            right: 0;
        }
    }
    
    @media(max-width: 1450px) {
        .l-s6 ul {
            margin: 0;
        }
    }
    
    @media(max-width: 1024px) {
        .s5-vedio .slick-slide {
            margin: 0 0.1rem;
        }
    }
    
    @media(max-width: 700px) {
        .s5-vedio .slick-prev {
            width: 0.35rem;
        }
        .s5-vedio .slick-next {
            width: 0.35rem;
        }
        .s5-vedio .slick-slide>div a .bf {
            width: 0.3rem;
            height: 0.3rem;
            background-size: 0.3rem auto;
        }
.s5-main{padding-bottom:0;}
.s6-main{padding-bottom:.25rem;}
    }







/*   2024年5月22日10:10:04  新增 */

 /* 文字进入式下划线 */
            .titline i {
                display: inline;
                font-style: normal;
                position: relative;
                background-image: linear-gradient(#B01F24, #B01F24);
                background-position: right bottom;
                background-size: 0 1px;
                background-repeat: no-repeat;
                transition: background-size .5s;}

            a:hover .titline i {
                background-position: left bottom;
                background-size: 100% 1px;
                font-weight: inherit;
                color: inherit;}

            a:hover .titline {
                color: #B01F24;}


            .s6-main {
                /* display: flex; */
                /* justify-content: space-between; */
                }

            .s6-main .light-box {
                width: 49%;
                margin-right: 0.4rem;
                }

            .s6-main .s6-m {
                flex: 1;}
.s6-m ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s6-m ul li {
    width: 49%;
    margin-bottom: 0.25rem;
}
            .s6-main .s6-m ul li:nth-child(1) {
                margin-top: 0;}

            .s6-main .s6-m ul li a {
                display: block;}

            .s6-main .s6-m ul li a .pic {
                padding-top: 50%;
                }

            .s6-main .s6-m ul li a .pic::after {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                background: url(../images/n-icon-play.png) no-repeat;
                background-position: center center;
                background-size: .48rem;
                display: none;
                }

            .s6-main .s6-m ul li a .info {
                padding: .18rem .25rem;
    background: url(../images/s6-mzzc.png) repeat-x;
    background-position: center bottom;
}

            .s6-main .s6-m ul li a .info p {
                font-size: 0.18rem;
                font-weight: normal;
                line-height: 0.24rem;
                color: #ffffff;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                height: 0.48rem;}

            .s6-main .s6-m ul li a .info p i {
                background-image: linear-gradient(#fff, #fff);}

            .s6-main .s6-r {
                width: 22%;}

            .s6-main .s6-r {}

            .s6-main .s6-r ul {
                height: 100%;}

            .s6-main .s6-r ul li {
                height: 33.33%;}

            .s6-main .s6-r ul li a {
                display: flex;
                flex-direction: column;
                justify-content: center;
                height: 100%;
                border-bottom: dashed 0.01rem #ffffff;}
            .s6-main .s6-r ul li:nth-child(1) a{
                border-top: dashed 0.01rem #ffffff;} 

            .s6-main .s6-r ul li a h3 {
                font-size: 0.18rem;
                font-weight: normal;
                line-height: 0.24rem;
                color: #ffffff;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                max-height: .48rem;}

            .s6-main .s6-r ul li a h3 i {
                background-image: linear-gradient(#fff, #fff);}

            .s6-main .s6-r ul li a p {
                font-size: 0.14rem;
                font-weight: normal;
                line-height: 0.24rem;
                color: #ffffff;
                opacity: 0.8;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                max-height: 0.48rem;
                margin-top: .2rem;}

            @media screen and (max-width:1024px){
                .s6-main{display: block;}
                .s6-main .light-box{width: auto;}
                .s6-main .s6-m{width: auto;margin: .5rem 0;}
                .s6-main .s6-r{width: auto;}
                .s6-main .s6-r ul li a{padding: .2rem 0;}
            }