.down-page{
    position: absolute;
    bottom: 40px;
    width: 36px;
    left: 50%;
    margin-left: -18px;
    z-index: 999;
    animation: move 1.5s infinite;
    cursor: pointer;

}
#fp-nav.right{
    right: 50px;
}
#fp-nav ul li, .fp-slidesNav ul li{
    margin: 10px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
    background: #dfdfdf;
    opacity: .4;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
    background: #fff;
    opacity: 1;
}
@keyframes move {
    50%{
        bottom: 30px;
    }
    0%,100%{
        bottom: 40px;
    }
}
.down-page img{
    display: block;
    width: 100%;
}
.section {
    text-align: center;
    font: 30px "Microsoft Yahei";
    color: #fff;
    position: relative;
}

.section p {
    font: 30px "Microsoft Yahei";
}

.section1 {
    background: url(../images/banner.jpg) no-repeat top center;
    background-size: cover;
}
.section1 img{
    width: 100%;
}

.section6 {
    background: url(../images/banner2.jpg) no-repeat center;
    background-size: cover;
}

.section4 {
    background: url(../images/banner3.jpg) no-repeat center;
    background-size: cover;
}

.section5 {
    background: url(../images/banner4.jpg) no-repeat center;
    background-size: cover;
}
.section3 {
    background: #a51719;
}
.section7 {
    background: url(../images/banner6.jpg) no-repeat center;
    background-size: cover;
}
.section2 {
    background: url(../images/banner7.jpg) no-repeat center;
    background-size: cover;
}
.section8 {
    background: url(../images/banner8.jpg) no-repeat center;
    background-size: cover;
}
.s2-left{
    position: absolute;
    top: 50%;
    width: 5%;
    transform: translateY(-50%);
    left: 3%;
}
.s2-left a{
    display: block;
    width: 100%;
}
.s2-left img{
    display: block;
    width: 100%;
}
.s2-left .s2-more{
    width: 60%;
    margin-left: 30%;
    margin-top: 20px;
}
.s2-main{
    width: 75%;
    margin-left: 20%;
} 
.s2-main .picScroll-left .picList li{
    width: 33%;
}
.s2-main .picList li{
    /* width: 460px; */
    margin: 0 15px;
    overflow-x: hidden;
}
.s2-main .picList li:hover .title{
    background: #bb1b1b;
}
.s2-main .picList li:hover .title a{
    color: #fff;
}
.s2-main .picList li:hover img{
    transform: scale(1.05);
}
.s2-main .picList li .pic{
    overflow: hidden;
}
.s2-main .picList li img{
    width: 100%;
    display: block;
    transition: all 0.5s;

}

.s2-main .picList li .title{
    background: #fff;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #333333;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.s2-main .picList li .title a{
    color: #333333;
}

.s2-main .swiper-container .pic img{
    width: 100%;
    display: block;
}
.s2-main .swiper-container .title{
    background: #fff;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #333333;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
}
.s2-main .swiper-container .title a{
    color: #333333;
}



.hd-list{
    overflow: hidden;
    /* width: 1215px; */
    /* width: 63%; */

}
.picScroll-top{
    overflow: hidden;
}
.picScroll-top .hd{
    float: left;
    margin-top: 60px;
}
.picScroll-top .hd img{
    width: 106px;
    height: auto;
    margin-right: 40px;
    opacity: .4;
    cursor: pointer;
}
.picScroll-top .hd img:hover{
    opacity: 1;
}

.picScroll-top .bd{
   /*   float: right;
   width: 750px; 
    width: 65%;*/
}
.picScroll-top .bd li{
    width: 46%;
float:left;
    background: #f7f7f7;
    height: 90px; 
    margin: 30px 2% 0 2%;
}
.picScroll-top .bd li:hover .hd-data{
    background: #bb1b1b;
}
.picScroll-top .bd li:hover .hd-data .line{
    background: #fff;
}
.picScroll-top .bd li:hover .hd-data h3{
    color: #fff;
}
.picScroll-top .bd li:hover .hd-data p{
    color: #fff;
    opacity: 0.48;
}
.picScroll-top .bd li>div{
    display: table-cell;
}
.picScroll-top .bd li>div.hd-data{
    width: 120px;
    
    border-right: 1px solid #e5e5e5;
    vertical-align: middle;
    position: relative;
}
.picScroll-top .bd li>div.hd-data .line{
    position: absolute;
    width: 10px;
    height: 1px;
    background: #bb1b1b;
    left: 17px;
    top: 14px;
}
.picScroll-top .bd li>div.hd-data h3{
    font-size: 32px;
    color: #333;
    text-align: center;
}
.picScroll-top .bd li>div.hd-data p{
    font-size: 16px;
    color: #666;    text-align: center;
}
.picScroll-top .bd li>div.hd-title{
    width: 629px;
    height: 90px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.picScroll-top .bd li>div.hd-title a{
    font-size: 18px;
    color: #333333;
}

 

.section4 .s2-left{
    width: 5%;
}
.section4 .s2-left .s2-tit{
    width: 80%;
}
.section4 .s2-left .s2-more{
    width: 60%;
    margin-left: 30%;
}
.s3-main{
    overflow: hidden;
}
.s3-left{
    position: absolute;
    margin-right: 105px;
    width: 540px;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}
.s3-left ul{
    overflow: hidden;
}
.s3-left ul li{
    float: left;
    width: 178px;
    height: 178px;
    border: 1px solid #d2d2d2;
    position: relative;
    cursor: pointer;
}
.s3-left ul li.blank-block{
    width: 180px;
    height: 180px;
    border: none;
}
 
.s3-left ul li.date-block.on{
    background: #e0a046;
    border: 1px solid #e0a046;
}
.s3-left ul li.date-block.on h3{
    color: #fff;
}
.s3-left ul li.date-block.on div{
    color: #fff;
}
.s3-left ul li.date-block.on p{
    color: #fff;
}
.s3-left ul li.date-block>div{
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.s3-left ul li.date-block>div h3{
    font-size: 40px;
    color: #333;
    text-align: right;
}
.s3-left ul li.date-block>div div{
    color: #e1e1e1;
    font-size: 28px;
    margin: 10px 0;
    text-align: center;
}
.s3-left ul li.date-block>div p{
    font-size: 16px;
    color: #dfdfdf;
    text-align: left;
}

.s3-right{
    width: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.s3-right .bd ul li{
    overflow: hidden;
}
.s3-right .bd ul li img{
    display: block;
    width: 100%;
}
.s3-prne{
    position: absolute;
    width: 8.4%;
    left: 18.5%;
    bottom: 0;
}
.s3-prne a{
    display: block;
    width: 100%;
}
.s3-prne a img{
    display: block;
    width: 100%;
    margin: 12px 0;
}
 
.s3-ctext{
    float: right;
    width: 60%;
    padding-left: 10px;
    text-align: left;
    margin-top: 40px;
    margin-right: 6%;
}
.s3-ctext h3{
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    position: relative;
    font-weight: normal;
}
.s3-ctext h3::before{
    content: "";
    position: absolute;
    left: -10px;
    top: 6px;
    width: 2px;
    height: 24px;
    background: #fff;
}
.s3-ctext p{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    opacity: .8;
    margin-top: 10px;
    overflow: hidden;
    max-height: 60px;
    text-overflow: ellipsis;
    /*设置成弹性盒子 */
    display: -webkit-box;
    /*显示的个数 */
    -webkit-line-clamp: 2;
    /* 属性规定框的子元素应该被水平或垂直排列。 */
    -webkit-box-orient: vertical;
}
.s3-ctext a{
    display: block;
    width: 158px;
    height: 38px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    margin-top: 35px;
    transition: all 0.3s;
}
.s3-ctext a:hover{
    background: #fff;
    color: #bb1b1b;
}

.slideTxtBox{
    max-width: 1360px;
    margin: 0 auto;
}
.s4-menu{
    overflow: hidden;
}
.s4-menu ul{
    overflow: hidden;

    background-size: auto 50px;
    border-bottom: 1px solid #bfbfbf;
    font-size: 0;
} 
.s4-menu ul li{
    display: inline-block;
    margin: 0 110px;
    padding-bottom: 30px;
    position: relative;
    font-size: 0;
}
.s4-menu ul li.on::after{
    content: "";
    position: absolute;
    width: 300px;
    height: 5px;
    background: #ac1617;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.s4-menu ul li img{

    cursor: pointer;
}

.s4-main{
    background: #fff;
    margin-top: 60px;
    padding: 60px 75px 50px 75px;
}
.s4-main ul li{
    line-height: 60px;
    border-top: 1px solid #e5e5e5;
    text-align: left;
margin: 0 2%;
width:46%; float:left;
    color: #999999;
    position: relative;
    top: 0;
    transition: all 0.3s;

}
/*.s4-main ul li:nth-child(1){
    border-top: none;
}*/
.s4-main ul li:hover{
    color: #bb1b1b;
    top: -5px;
}

.s4-main ul li a{
    padding-left: 20px;
    display: block;
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333;
}
.s4-main ul li a::before{
    content: "";
    position: absolute;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #bfbfbf;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.s4-main ul li span{
    position: absolute;
    width: 100px;
    right: 0;
    font-size: 16px;
    text-align: right;
    top: 0;
}
.s4-main ul li span::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 17px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #999999;
}
.s4-main ul li:hover a{
    color: #bb1b1b;
}
.s4-main ul li:hover a::before{
    border-color: transparent transparent transparent #bb1b1b;
}
.s4-main ul li:hover span::after{
    background: #bb1b1b;
}
.s4-main ul>div{
    text-align: center;
    font-size: 0;
}
.s4-main ul>div a{
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    color: #666;
}
 
.s5-child {
    height: 100%;
}
.s5-left{
    float: left;
    width: 33.8%;
    height: 100%;
 background: url(../images/lcddh.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
.s5-left .hd{
    position: absolute;
    bottom: 80px;
    right: 40px;
}

.s5-right{
    float: right;
    width: 66.2%;
    height: 100%;
}
.s5-right .tempWrap{
    height: 100%;
}
.s5-right ul{
    height: 100%;
}
.s5-right li{
    width: 33.3%;
    height: 100%;
    position: relative;
}
.s5-right li:hover .s5-cont1{
    /* display: none; */
    opacity: 0;
}
.s5-right li:hover .s5-cont2{
    /* display: block; */
    opacity: 1;
}
.s5-right li .s5-cont1{
    transition: all 0.5s;
    opacity: 1;
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
    padding: 10%;
    background: url(../images/ddh-mbj.png) no-repeat center center;
    background-size: cover;
    position: relative;
}
.s5-right li .s5-cont1 h3{
    float: right;
    writing-mode: vertical-lr;/*从左向右 从右向左是  */
    writing-mode: tb-lr;
    font-size: 35px;
    /*width: 40px;*/
    font-weight: normal;
    color: #ffad6a;
    text-align: center;
    max-height: 78%;
}
.s5-right li .s5-cont1>div{
    float: right;
    height: 70%;
    overflow: hidden;
    padding: 0 5%;
    border-left: 1px solid #b83e25;
}
.s5-right li .s5-cont1>div p{
    height: 100%;
    font-size: 16px;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    /* width: 20px; */
    text-align: center;
    float: right;
    line-height: 30px;
    text-align: left;
}
.s5-right li .s5-cont1>span{
    position: absolute;
    right: 5%;
    bottom: 2%; 
    font-size: 75px;
    color: #bc4445;
}
.s5-right li .s5-cont2{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    opacity: 0;
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
    padding: 10%;
   /* background: url(../images/ddh-mbj-hover.jpg) no-repeat center bottom;*/
    background-size: 100% auto;
    position: absolute;
}
.s5-right li .s5-cont2>span{
    float: right;
    margin-right: 5%;
    font-size: 80px;
    color: #bc4445;
}
.s5-right li .s5-cont2 h3{
    clear: both;
    white-space: normal;
    font-size: 30px;
    font-weight: normal;
    color: #ffad6a;
    border-bottom: 1px solid #b83e25;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 150px;
    text-align: left;
} 
.s5-right li .s5-cont2 h3 img{
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}
.s5-right li .s5-cont2>div p{
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}
.s5-right li .s5-cont2>div a{
    display: block;
    text-align: left;
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
}
.s5-right li .s5-cont2>div a img{
    max-height: 10px;
    vertical-align: bottom;
}
.s5-right li .s5-cont2>p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.s5-right li .s5-cont2>p img{
    display: block;
    width: 100%;
opacity:0.2
}
.s5-right li .s5-cont2>p span{
    display: block;
    line-height: 70px;
    background: #7d0607;
    color: #e89b9b;
    font-size: 20px;
}

.section3 .swiper-container .s5-cont2{
    padding: 40px 5%;
}
.section3 .swiper-container .s5-cont2 span{
    color: #bc4445;
}
.section3 .swiper-container .s5-cont2 h3{
    clear: both;
    white-space: normal;
    font-size: 20px;
    font-weight: normal;
    color: #ffad6a;
    border-bottom: 1px solid #b83e25;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: left;
}

.section3  .swiper-container .s5-cont2 h3 img{
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.section3 .swiper-container .s5-cont2>div{
    min-height: 240px;
}
.section3 .swiper-container .s5-cont2>div p{
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}
.section3 .swiper-container .s5-cont2>div a{
    display: block;
    text-align: left;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
}
.section3 .swiper-container .s5-cont2>div a img{
    height: 10px;
    vertical-align: bottom;
}
.section3 .swiper-container .s5-cont2>p img{
    display: block;
    width: 100%;
opacity:0.2;
}
.section3 .swiper-container .s5-cont2>p span{
    display: block;
    width: 100%;
    line-height: 40px;
    background: #7d0607;
    color: #e89b9b;
    font-size: 16px;
}
#timeLine{
    width: auto;
}
#cList{
    max-width: 1290px;
    margin: 0 auto;
    overflow: hidden;
}
#cUl{
    width: 100%;
    height: 400px;
}
#cUl li{
    overflow: hidden;
    width: 100%;
    padding: 0;
}
#cUl li .container-li{
    overflow: hidden;
    width: 100%;
    border: none;
}

#cUl li .container-li .c-li-left{
    float: left;
    width: 39.5%;
}
#cUl li .container-li .c-li-left img{
    display: block;
    width: 100%;
}
.c-li-right{
    float: right;
    width: 55.5%;
    padding-left: 5%;
    text-align: left;
}
.c-li-right>div{
    font-size: 0;
}
.c-li-right h3{
    color: #fff;
    font-size: 24px;
    text-align: left;
}
.c-li-right h3 span{
    float: right;
    font-size: 18px;
    width: 178px;
    height: 43px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 43px;
}
.c-li-right p{
    text-align: left;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    margin: 20px 0 25px 0;
}
.c-li-right>div img{
    height: 12px;
}
.c-li-right>div a{
    color: #fff;
    font-size: 16px;
}
#btnLeft,#btnRight{
    width: auto;
    height: auto;
    position: static;
    background: none;
    line-height: normal;
}
#btnLeft:hover, #btnRight:hover{
    background: none;
}
.dotted-line {
    display: none;
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
    height: 10px;
    border-bottom: dashed 2px #7b7d7b;
    position: relative;
    top: -70px;
    z-index: 0;
    /* background: url(../images/time.png) no-repeat center center; */
    background-size: auto 16px;
    overflow: hidden
}
#yearList .year-active{
    color: #fff;
    font-size: 28px;
}
.year-active i{
    background: none;
    width: 15px;
    height: 15px;
    background: url(../images/dot2.png) no-repeat center center;
    background-size: 100% 100%;
}
.year-dot{
    background: none;
}
#yearList{
    /* max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; */
    width: auto;
    white-space: nowrap;
    background: url(../images/time.png) repeat-x 70px 18px;
    background-size: auto 16px;
    font-size: 0;
    margin-left: auto;
    margin-right: auto;
}
#yearList li{
    width: 140px;
    padding: 10px 0;
    float: none;
    display: inline-block;
}
.yearList-box{
    max-width: 1290px;
    margin-left: auto;
    margin: 0 auto;
    overflow: hidden;
}




.swiper-pagination{
    font-size: 0;
}

.s6-wap .container-li{
    overflow: hidden;
    width: 100%;
    border: none;
}

.s6-wap .container-li .c-li-left{
    float: left;
    width: 39.5%;
}
.s6-wap .container-li .c-li-left img{
    display: block;
    width: 100%;
}
.s6-wap .c-li-right{
    float: right;
    width: 55.5%;
    padding-left: 5%;
    text-align: left;
}
.s6-wap .c-li-right>div{
    font-size: 0;
}
.s6-wap .c-li-right h3{
    color: #fff;
    font-size: 18px;
    text-align: left;
}
.s6-wap .c-li-right h3 span{
    float: right;
    font-size: 14px;
    width: 100px;
    height: 28px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 28px;
}
.s6-wap .c-li-right p{
    text-align: left;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    margin: 10px 0 15px 0;
}
.s6-wap .c-li-right>div img{
    height: 10px;
}
.s6-wap .c-li-right>div a{
    color: #fff;
    font-size: 14px;
}




.set-title{
    text-align: center;
}
.set-title img{
    display: block;
    margin: 0 auto;
    max-width: 40%;
}
.s7-main{
    max-width: 1440px;
    margin: 30px auto 0 auto;
    overflow: hidden;
}
.s7-main .bd .tempWrap{
    margin: 0 auto;
}

.s7-main ul li{
float:left;
    width: 20%;
    margin: 0;
    position: relative;
}
.s7-main ul li .dy-bj{
    width: 39%;
    position: relative;
}
.s7-main ul li .dy-bj img{
    width: 100%;
    display: block;
}
.s7-main ul li .dy-bj p{
    position: absolute;
    bottom: 20px;
    left: 25%;
    font-size: 24px;
    color: #e1b86d;
}



.s7-wap {
    padding-bottom: 30px;
}

.s7-wap .swiper-slide .dy-cont {
    width: auto;
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
}

.s7-wap .swiper-slide .dy-cont .pic {
width: 100%; min-width:100%; display: block;height: 0; padding-bottom:116%;overflow: hidden;
}

.s7-wap .swiper-slide .dy-cont .pic img {
 
    width: 100%;

}



.dy-cont{
   /* position: absolute;*/
    right: 0;
    bottom: 0;
    width: 84%;
margin:0 8%;
    overflow: hidden;

}
.dy-cont a{
    display: block;
}
.dy-cont .img{ width: 100%; min-width:100%; display: block;height: 0; padding-bottom:116%;overflow: hidden;}
.dy-cont a img{
    display: block;
    width: 100%;
}
.dy-cont a p{
    height: 48px;
    line-height: 24px;
    padding: 28px 10%;
    background: #fff;
    text-align: center;
    color: #333;
    font-size: 16px;
   /* white-space: nowrap;
    text-overflow: ellipsis;*/
    overflow: hidden;
}
.s7-main .hd{
    margin-top: 100px;
}

 
.s8-child{
    max-width: 1440px;
    margin: 30px auto;
}
.s8{
    position: relative;
    margin-left: 40px;height: 490px;
    overflow-y: auto;
}
 
.s8 .bd ul{

  /*overflow: hidden; */
    margin-left: 20px !important;
    border-left: 1px solid #d8d8d8;
}
.s8 .bd ul li{
    position: relative;
    margin-left: 10px;
    /* padding-left: 30px; */
}
.s8 .bd ul li::after{
    content: "";
    display: block;
    clear: both;
}
.s8 .bd ul li>img{
    position: absolute;
    left: -24px;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
}
.s8 .bd ul li div{
    float: left;
    box-sizing: border-box;
    width: 45%;
    margin: 30px 2.5%;
    background: #fff;
    border-right: 5px solid #ac1617;
    padding: 25px 20px;
    cursor: pointer;
}
.s8 .bd ul li div:hover{
    background: #ac1617;
}
.s8 .bd ul li div:hover h3{
    color: #fff;
}
.s8 .bd ul li div:hover p{
    color: #fff;
}
.s8 .bd ul li div a{
    display: block;
    width: 100%;
    text-align: left;
}
.s8 .bd ul li div a h3{
    font-size: 20px;
    color: #ac1617;
}
.s8 .bd ul li div a p{
    color: #666;
    font-size: 16px;
    margin-top: 10px;
}
.switch{
    text-align: center;
    font-size: 0;  margin-top: 20px;
}
.switch a img{
    margin: 0 20px;
    cursor: pointer;
    opacity: 0.4;
}
.switch a img:hover{
    opacity: 1;
}



#footer{
    margin-top: 0;
}




@media screen and (max-width: 1440px){
    .s2-main .picScroll-left .picList li{
        width: 30%;
    }
    .c-li-right h3{
        font-size: 20px;
    }
    .c-li-right h3 span{
        height: 35px;
        line-height: 35px;
        width: 150px;
    }
    .s3-prne{
        left: 20%;
    }
}
@media screen and (max-width: 1024px){
    .down-page,#fp-nav{
        display: none;
    }


.s3-prne{left:-12%;}
    .section1{
        background: none;
    }
    .section1 img{
        display: block;
        width: 100%;
    }
    .section,.fp-tableCell{
        height: auto !important;
    }
    
    .section{
        padding -bottom: 50px
    }

.section2 {padding-top:0;}
    .section1{
        padding: 0;
    }
 /*   .s2-left img{
        max-width: 80px;
    }*/
    .s2-more{
        width: 40px;
        margin-left: 20px;
    }

    .hd-list{
        width: auto;
        margin-top: 0;
    }
    .picScroll-top .hd{
        float: none;
        margin-top: 15px;
        font-size: 0;
    }
    .picScroll-top .hd img{
        width: 70px;
    }
    .picScroll-top .bd{
        float: none;
        width: auto;
    }
    .picList li .title a{
        font-size: 14px;
    }
    .s2-main .swiper-container .title a{
        font-size: 14px;
    }

.s3-ctext h3::before{
    content: "";
    position: absolute;
    left: -10px;
    top: 6px;
    width: 2px;
    height: 24px;
    background: #ac1617;
}

  .section4 {
    background: url(../images/banner3.jpg) no-repeat left center;
    background-size: cover;
}
    .s3-prne{
       /* display: none;*/
    }
    .s3-left{
        position: static;
        width: 80%;
        margin-left: 15%;
        
        transform: translateY(0);
    }
    .s3-left ul{
        overflow: hidden;
        white-space: nowrap;
        overflow-x: scroll;
    }
    .s3-left ul li.blank-block{
        display: none;
    }
    .s3-left ul li{
        display: inline-block;
        width: 80px;
        height: 80px;
        float: none;
    }
    .s3-left ul li.date-block>div h3{
        font-size: 20px;
    }
    .s3-left ul li.date-block>div div {
        font-size: 16px;
        margin: 0;
    }
    .s3-left ul li.date-block>div p {
        font-size: 12px;
    }
    .s3-ctext p{
        font-size: 14px;
color:#666;
    }
    .s3-ctext a{
        font-size: 14px; color:#666; border:1px solid #666;
    }

    .s3-right{
        position: static;
        width: 75%;
        margin-left: 20%;
        transform: translateY(0);
    }
    .s3-ctext{
        width: auto;
        float: none;
        margin-top: 20px;
        margin-right: 0;
    }
    .s3-ctext h3{
        font-size: 16px;
    color: #000;
    }
    .s4-menu ul{
        background-size: auto 30px;
    }
    .s4-menu ul li{
        margin: 0 50px;
    }
    .s4-menu ul li img{
        height: 30px;

    }
    .s8 .bd ul li div{
        width: 47%;
        padding: 15px;
        margin: 15px 1.5%;
    }
    .s8 .bd ul li div a h3{
        font-size: 16px;
    }
    .s8 .bd ul li div a p{
        font-size: 14px;
    }
    .switch a img{
        width: 70px;
    }
    .s8{
        margin-left: 0;
    }

    .s7-main .hd{
        margin-top: 50px;
    }
    .s7-main ul li .dy-bj p{
        font-size: 16px;
    }
 
    .dy-cont a p{
        padding: 15px 5%;
        font-size: 16px;
    }
    .section3 .swiper-container .s5-cont2{
        box-shadow: 0 0 10px #7d0607;
    }
   
}




@media screen and (max-width: 768px){
    .section{
        padding: 50px 0;
    }

    .s2-main .picScroll-left .picList li{
        width: 46%;
    }
    .section1{
        padding: 0;
    }
    .s2-left img{
        width: 50px;
    }
    .s2-left .s2-more{
        width: 30px;
        margin-left: 10px; margin-top:0;
    }
    .s2-main .swiper-container .title{
        height: 45px;
        line-height: 45px;
    }

.s4-main ul li{
width:100%;
margin: 0;}

    .picScroll-top .hd img{
        width: 50px;
    }
   /* .picScroll-top .bd li{
        height: 60px;
        margin-top: 15px;
    }*/
    .picScroll-top .bd li>div.hd-title{
        height: 60px;
        font-size: 12px;
    }
    .picScroll-top .bd li>div.hd-title a{
        font-size: 12px;
    }
    .picScroll-top .bd li>div.hd-data .line{
        width: 7px;
        top: 10px;
        left: 10px;
    }
    .picScroll-top .bd li>div.hd-data h3{
        font-size: 16px;
    }
    .picScroll-top .bd li>div.hd-data p{
        font-size: 12px;
    }
    .s4-main{
        margin:20px 20px 0 20px;
        padding: 35px 20px 30px 20px;
    }
    .s4-menu ul li{
        padding-bottom: 20px;
        margin: 0 30px;
    }
    .s4-menu ul li.on::after{
        width: 60px;
        height: 3px;
    }
    .s4-menu ul{
        background-size: auto 20px;
    }
    .s4-menu ul li img{
        height: 42px;
    }
    .s4-main ul li a{
        font-size: 14px;
    }
    .s4-main ul li span{
        font-size: 14px;
    }
    .switch a img{
        width: 50px;
    }
    .s8-child{
        margin: 15px auto;
    }
  
    .s7-main .hd{
        margin-top: 30px;
    }

    .dy-cont a p{
        padding: 12px 5%;
        font-size: 14px;
    }
    .s7-main ul li .dy-bj p{
        font-size: 12px;
        bottom: 10px;
    }
    .section3 .swiper-container .s5-cont2{
        padding: 10px 5%;
    }
    #cUl li{
        position: absolute;
    }
    #timeLine{
        margin: 20px auto;
    }
    #cUl li .container-li{
        padding: 20px;
    }
    .s6-wap .container-li .c-li-left{
        float: none;
        width: 100%;
    }
    .s6-wap .c-li-right{
        float: none;
        width: 100%;
        padding-left: 0;
        text-align: left;
        margin-top: 20px;
    }
    .container-li{
        padding: 20px;
    }
}
@media screen and (max-width: 480px){

.section4 .s2-left .s2-more{
    width: 78%;
    margin-left: 18%;
}
    .section{
        padding: 30px 0;
    }
    .section1{
        padding: 0;
    }

    .s2-left{
        width:11%;
        left: 1%;
    }
    .s2-left img{
        width: 100%;
    }
    .s2-left .s2-more{
        width: 70%;
        margin-left: 10%;
        margin-top:0;
    }
    .picScroll-top .hd img{
        width: 35px;
        margin-right: 20px;
    }

    .s3-left ul li{
        width: 60px;
        height: 60px;
    }
    .s3-left ul li.date-block>div h3{
        font-size: 16px;
    }
    .s3-left ul li.date-block>div div{
        font-size: 14px;
    }
    .s3-left ul li.date-block>div p{
        font-size: 12px;
    }
    .s3-ctext h3{
        font-size: 14px;
        line-height: 30px;
    }
    .s3-ctext a{
        font-size: 12px;
        width: 120px;
        height: 30px;
        line-height: 30px;
        margin-top: 20px;
    }
    .s4-main{
        margin: 20px 10px 0 10px;
        padding: 15px 20px 10px 20px;
    }
    .s4-main ul li{
        line-height: 45px;
        font-size: 12px;
    }
    .s4-main ul li a{
        font-size: 12px;
    }
    .s4-main ul li span{
        width: 80px;
        font-size: 12px;
    }
    .s4-main ul li span::after{
        height: 12px;
    }
    .s4-main ul>div a{
        font-size: 12px;
    }

    .footer p{
        font-size: 12px;
    }
    .s8 .bd ul li div a h3{
        font-size: 14px;
    }
    .s8 .bd ul li div a p{
        font-size: 12px;
    }

    .switch a img{
        width: 35px;
    }
    .s8-child{
        margin: 10px auto;
    }

 
    .s7-main .hd{
        margin-top: 15px;
    }
 
    .dy-cont a p{
        padding: 10px 3%;
        font-size: 12px;
    }
    .s7-main ul li .dy-bj p{
        font-size: 12px;
        bottom: 5px;
    }
    .s6-wap .c-li-right h3{
        font-size: 14px;
    }
    .s6-wap .c-li-right h3 span{
        float: none;
        display: block;
        font-size: 12px;
        margin: 10px 0;
        height: 24px;
        line-height: 24px;
    }
    .s6-wap .c-li-right p{
        font-size: 12px;
    }
    .section3 .swiper-container .s5-cont2 span{
        font-size: 30px;
    }
    .section3  .swiper-container .s5-cont2 h3{
        font-size: 18px;
    }
    .section3 .swiper-container .s5-cont2 h3 img{
        height: 14px;
    }
    .section3 .swiper-container .s5-cont2>div p{
        font-size: 12px;
        line-height: 22px;
    }
    .section3 .swiper-container .s5-cont2>p span{
        font-size: 12px;
    }
    
.section3 .swiper-container .s5-cont2>div{
    min-height: 150px;
}


}


.pb_sys_style1 .p_no_d {
    border: 1px solid #504c4c!important;
    color: #fff;
    background-color: #504c4c!important;
}


/*图片列表开始*/
.pic{ width:100%;}
.pic ul li { float:left; width:21%; margin:0 2%; display:block; height:auto; background:#fff; overflow:hidden;  margin-bottom:30px;}
.pic ul li .img3{width: 100%; min-width:100%; display: block; height: 0; padding-bottom:120%; overflow: hidden;}
.pic ul li .img3 img{ width:100%;}
.pic ul li span{ padding:0 4%; display:block;}
.pic ul li h2{ font-size:16px; line-height:50px; height:50px; color:#555; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.pic ul li p{line-height:25px; color:#777; height:50px; overflow:hidden; display: -webkit-box; font-size:16px;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;}



#qzrc{
padding: 60px 15px 50px 15px;
    background: #fff;
    margin-top: 60px;
}

#qzrc .s8 .bd ul li div{
border:none;
}

#qzrc li.n-1 .hd-data,
#qzrc li.n-5 .hd-data,
#qzrc li:hover .hd-data{
    background: #bb1b1b;
}
#qzrc li.n-1 .hd-data .line,
#qzrc li.n-5 .hd-data .line,
#qzrc li:hover .hd-data .line{
    background: #fff;
}
#qzrc li.n-1 .hd-data h3,
#qzrc li.n-5 .hd-data h3,
#qzrc li:hover .hd-data h3{
    color: #fff;
}
#qzrc li.n-1 .hd-data p,
#qzrc li.n-5 .hd-data p,
#qzrc li:hover .hd-data p{
    color: #fff;
    opacity: 0.48;
}


#qzrc li {
margin-bottom:5px;
}

#qzrc li div{
float:left;
}
#qzrc li div.hd-data{
    width: 20%; height:90px;

    vertical-align: middle;
    position: relative;
}
#qzrc li div.hd-data .line{
    position: absolute;
    width: 10px;
    height: 1px;
    background: #bb1b1b;
    left: 17px;
    top: 14px;
}
#qzrc li div.hd-data h3{
    font-size: 32px;
    color: #333;line-height: 60px;

    text-align: center;
}
#qzrc li div.hd-data p{
    font-size: 16px;
    color: #666;
}
#qzrc li div.hd-title{
    width: 79%;
float:right;
    height: 60px; line-height: 60px;
padding:15px 0;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#qzrc li div.hd-title a{
    font-size: 18px;
    color: #333333;
}

#qzrc div.more{
margin:20px 0 0 0;
    text-align: center;
    font-size: 0;
}
#qzrc div.more a{
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    color: #666;
}

.dy{  line-height:42px; background: #a20a0a; padding:20px 0; margin-bottom:70px;  text-align:center;}
.dy p{font-size:25px; width:1200px; margin:0 auto; font-family: "楷体"; background : url(../images/111.png) no-repeat left top ; }

@media screen and (max-width:1024px){
.dy{display:none;}
.dy p{font-size:25px; width:100%; background :none; }
}

@media screen and (max-width: 820px){
.dy img{ width:100%;}

#qzrc li{width:100%;}
}

@media screen and (max-width: 480px){
.pic ul li{width:46%;}
.section4 .s2-left{
    width: 11%; left:1.5%;
}
.dy p{font-size:14px;}

}