@charset "UTF-8";
.banner,.banner a,
.banner a img{
    display: block;
    width: 100%;
    height: 100%;
}
.banner a{
    display: block;
    overflow: hidden;
}
.banner img{
    display: block;
    width: 100%;
}
.banner button{
    position: absolute;
    top: 50%;
    width: 30px;
    height: 41px;
    transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    z-index: 8;
}
.banner .slick-prev{
    left: 11.98%;
    background-image: url("../images/arrow-l.png");
}
.banner .slick-next{
    right: 11.98%;
    background-image: url("../images/arrow-r.png");
}


.s1>ul li>a{
    display: block;
    overflow: hidden;
    margin: 0 46px;
    padding: 37px 0;
    border: 1px solid #9e1c20;
    border-radius: 50%;
    transition: all .3s;
    max-width: 120px;
}
.s1>ul li p{
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1;
    transition: all .3s
}
.s1>ul li p:first-child{
    font-family: '思源宋体';
    font-size: 20px;
    margin-bottom: 10px;
}
.s1>ul{
    margin: 0 -44px;
}
.s1>ul li>a:hover{
    background: #94070a;
}
.s1>ul li>a:hover p{
    color: #fff;
}
.gg-tit{
    position: relative;
    padding-left: 17px;
    border-left: 5px solid #e19245;
}
.gg-tit h4{
    font-size: 32px;
    line-height: 40px;
    color: #333333;
    font-weight: normal;
}
.gg-tit h4 span{
    font-size: 18px;
    line-height: 1;
    color: #aaaaaa;
}
.gg-tit a.mores{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #666666;
    line-height: 40px;
}

.s2-left{
    float: left;
    width: 976px;
}
.s2-l{
    float: left;
    width: 544px;
}
.s2-l .pic{
    padding-top: 68.93%;
}
.pic-box .tm{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #94070a;
    z-index: 9;
    width: 75px;
    padding-top: 13px;
    padding-bottom: 10px;
}
.pic-box .tm span{
    font-size: 12px;
    line-height: 1;
    color: #fff;
    display: block;
    text-align: center;
}
.pic-box .tm span:first-child{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}
.pic-info h4{
    font-size: 18px;
    color: #94070a;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 56px;
    font-weight: normal;
}
.pic-info p{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 72px;
    margin-top: 9px;
}
.pic-box>a:hover .pic img{
    transform: scale(1.1);
}
.pic-info{
    padding: 24px 30px;
    box-shadow: 0 0 5px 3px rgb(0,0,0, 0.08);
}
.s2-r{
    overflow: hidden;
    padding: 11px 30px 44px;
    box-shadow: 5px 5px 10px -4px rgba(0, 0, 0, 0.08), 5px -5px 10px -4px rgba(0, 0, 0, 0.08);
}
.s2-r ul>li{
    padding: 18px 0 17px;
    border-top: 1px solid #ddd;
}
.s2-r ul>li.on{
    /* padding-bottom: 21px; */
}
.s2-r ul>li:first-child{
    border: none;
}
.s2-r ul>li>a{
    display: block;
    overflow: hidden;
    position: relative;
}
.s2-r ul>li p{
    font-size: 16px;
    line-height: 28px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 95px;
    transition: all .3s;
}
.s2-r ul>li.on p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 56px;
    white-space: normal;
    padding-right: 0;
}
.s2-r ul>li.on div{
    position: static;
    margin-top: 3px;
}
.s2-r ul>li div{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    color: rgba(148, 7, 10, 1);
    line-height: 28px;
    transition: all .3s;
}
.s2-r ul>li div span{
    font-size: 12px;
    color: rgba(148, 7, 10, 0.6);
}
.s2-r ul>li:hover p{
    color: #94070a;
}
.s2-main{
    margin-top: 28px;
}


.s2-right{
    overflow: hidden;
    padding-left: 43px;
}

.s2-right>ul>li{
    padding: 21px 0 20px;
    border-top: 1px solid #ddd;
}
.s2-right>ul>li:first-child{
    border: none;
}
.s2-right>ul>li>a{
    display: block;
    overflow: hidden;
}
.s2-right>ul>li .data{
    width: 56px;
    float: left;
}
.s2-right>ul>li .data span{
    display: block;
    font-size: 15px;
    color: #333333;
    text-align: center;
    line-height: 28px;
    border: 1px solid #ddd;
}
.s2-right>ul>li .data span:first-child{
    font-size: 20px;
    color: #fff;
    line-height: 29px;
    border: none;
    background: #94070a;
}
.s2-right>ul>li .data-info{
    overflow: hidden;
    padding-left: 13px;
}
.s2-right>ul>li .data-info p{
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.s2-right>ul>li:hover p{
    color: #94070a;
}
.s2{
    margin-top: 44px;
}

.section1 {
    padding-top: 46px;
    padding-bottom: 45px;
}

.s3-main ul>li a{
    display: block;
    overflow: hidden;
}
.s3-main ul>li:first-child .box-top{
    background:#fceee9 ;
}
.s3-main ul>li:nth-child(2) .box-top{
    background:#f4e1da ;
}
.s3-main ul>li:nth-child(3) .box-top{
    background:#f0d8d2 ;
}
.s3-main ul>li:nth-child(4) .box-top{
    background: #edcfca;
}
.s3-main ul>li .box-top{
    text-align: center;
    height: 48px;
}
.s3-main ul>li .box-top span{
    display:block;
    font-size: 16px;
    line-height: 48px;
    color: #333333;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.s3-main ul>li .box-bottom{
    background: #94070a;
    padding: 43px 110px 41px;
    display: none;
    transition: all .5s ease;
}
.s3-main ul>li .box-bottom .new-img{
  /*  display: none;*/
    float: left;
    width: 382px;
    height: 328px;
    padding: 35.5px 94px;
    background: rgba(255, 255, 255, 0.2);
}
.s3-main ul>li .box-bottom .new-img img{
    display: block;
    width: 194px;
    height: 257px;
}

.s3-main ul>li .box-bottom .new-wz{
    /*display: none;*/
    overflow: hidden;
    padding-left: 47px;
    padding-top: 69px;
    padding-bottom: 67px;
}
.s3-main ul>li .box-bottom .new-wz h4{
    font-size: 24px;
    line-height: 1;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    margin-bottom: 36px;
}
.s3-main ul>li .box-bottom .new-wz p{
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    padding-left: 54px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-top: 15px;
}
.s3-main ul>li .box-bottom .new-wz p:first-child{
    margin-top: 0;
    background-image: url("../images/s3-iocn.png");
}
.s3-main ul>li .box-bottom .new-wz p:nth-child(2){
    background-image: url("../images/s3-iocn2.png");
}
.s3-main ul>li .box-bottom .new-wz p:nth-child(3){
    background-image: url("../images/s3-iocn3.png");
}
.s3-main ul>li.selected .box-top{
    display: none;
}
.s3-main ul>li.selected .box-bottom{
    display: block;

}
/*.s3-main ul>li.selected .box-bottom .new-wz,
.s3-main ul>li.selected .box-bottom .new-img{
    display: block;
}*/

.s3-main .btn{
    position: absolute;
    right: 60px;
    top: 50%;
    width: 60px;
    height: 150px;
    transform: translateY(-50%);
    z-index: 99;
}
.s3-main .btn span{
    display: block;
    width: 60px;
    height: 60px;
    margin-top: 30px;
    background-repeat: no-repeat;
    background-position: center center;
}
.s3-main .btn span.prev{
    margin-top: 0;
    background-image: url("../images/prev.png");
}
.s3-main .btn span.next{

    background-image: url("../images/next.png");
}
.s3-main {
    position: relative;
    margin-top: 26px;
}

.section3 {
    padding-top: 45px;
    padding-bottom: 55px;
    background: url("../images/section3.jpg") no-repeat center center;
    background-size: cover;
}

.s4-l{
    float: left;
    width: 48.36%;
}
.s4-l ul>li,
.s4-r ul>li{
    position: relative;
    line-height: 42px;
}
.s4-l ul>li a,
.s4-r ul>li a{
    display: block;
    font-size: 16px;
    padding-left: 19px;
    padding-right: 125px;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.s4-l ul>li span,
.s4-r ul>li span{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #999;
}
.s4-l ul>li:before,
.s4-r ul>li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #dcdcdc;
    border-radius: 50%;
    transform: translateY(-50%);
}
.s4-l ul>li:hover a,.s4-l ul>li:hover span,
.s4-r ul>li:hover a,.s4-r ul>li:hover span{
    color: #9e1c20;
}
.s4-l ul>li:hover:before,.s4-r ul>li:hover:before{
    background: #9e1c20;
}
.s4-l ul,.s4-r ul{
    margin-top: 22px;
}
.s4-r{
    float: left;
    width: 48.36%;
    margin-left: 3.28%;
}
.section4{
    margin-top: 44px;
}
.section5 ul>li{
    float: left;
    width: 22.42%;
    margin-left: 3.42%;
}
.section5 ul>li:first-child{
    margin-left: 0;
}
.section5 ul>li>a{
    display: block;
    overflow: hidden;
}
.section5 ul>li>a .pic{
    padding-top: 40.13%;
}
.section5 ul>li:hover img{
    transform: scale(1.1);
}
.section5 {
    margin-top: 24px;
    margin-bottom: 54px;
}

@media screen and (max-width: 1400px){
    .s2-left{
        float: none;
        width: auto;
    }
    .s2-right{
        padding-left:0;
        margin-top: 25px;
    }
    .s1>ul{
        margin: auto;
    }
    .s1>ul li>a{
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px){
    .banner{
        margin-top: 60px;
    }
    .banner .slick-prev{
        left: 0;
    }
    .banner .slick-next{
        right: 0;
    }
    .banner button{
        background-size: 20px auto;
    }
    .s1>ul li>a{
        max-width: 100px;
        padding: 29px 0;
        margin: 0 auto;
    }
    .s1>ul li p:first-child {
        font-size: 18px;
    }
    .s1>ul li p{
        font-size: 12px;
    }
    .s2-l {
        width: 454px;
    }
    .s2-r {
        padding: 12px 20px 12px;
    }
    .s2-r ul>li{
        padding: 15px 0;
    }
    .gg-tit h4 {
        font-size: 26px;
        line-height: 26px;
    }
    .gg-tit h4 span{
        font-size: 14px;
    }
    .gg-tit a.mores,.pic-info p,
    .s4-l ul>li span, .s4-r ul>li span{
        font-size: 12px;
    }
    .pic-info h4,.s2-r ul>li p,
    .s2-right>ul>li .data-info p,
    .s4-l ul>li a, .s4-r ul>li a{
        font-size: 15px;
    }
    .s3-main ul>li .box-bottom{
        padding: 30px;
    }
    .s3-main ul>li .box-bottom .new-img {
        width: 312px;
        padding: 35.5px 59px;
    }
    .s3-main ul>li .box-bottom .new-wz h4{
        font-size: 20px;
    }
    .s3-main ul>li .box-bottom .new-wz p{
        font-size: 16px;
        background-size: 25px auto;
        padding-left: 35px;
    }
    .section1 {
        padding-top: 25px;
        padding-bottom: 0;
    }
    .s2,.section4 {
        margin-top: 25px;
    }
    .s2-main {
        margin-top: 15px;
    }
    .section3 {
        padding-top: 25px;
        padding-bottom: 35px;
    }
    .section5 {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px){
    .s2-l{
        float: none;
        width: auto;
    }
    .s2-r{
        padding: 0;
        margin-top: 25px;
       box-shadow: 0px 0px 0px -4px rgba(0, 0, 0, 0.08), 5px -5px 10px -4px rgba(0, 0, 0, 0.08);
    }
    .s3-main ul>li .box-bottom .new-img{
        display: none;
    }
    .s3-main ul>li .box-bottom .new-wz{
        padding: 0;
    }
    .s3-main ul>li .box-top span{
        font-size: 15px;
        display: block;
    }
    .s3-main .btn{
        right: 10px;
        width: 30px;
        height: 70px;
    }
    .s3-main .btn span{
        width: 30px;
        height: 30px;
        margin-top: 10px;
        background-size: 30px;
    }
    .s4-l,.s4-r{
        float: none;
        width: auto;
    }
    .s4-r{
        margin-left: 0;
        margin-top: 25px;
    }
    .section5 ul>li{
        width: 48%;
        margin-left: 0;
        margin-top: 15px;
    }
    .section5 ul>li:nth-child(2n){
        margin-left: 4%;
    }
    .section5 {
        margin-top: 5px;
    }
    .s4-l ul>li a, .s4-r ul>li a{
        padding-right: 75px;
    }
}
@media screen and (max-width: 640px){
    .s3-main ul>li .box-bottom .new-wz h4{
        font-size: 18px;
        margin-bottom: 16px;
    }
    .s3-main ul>li .box-bottom .new-wz p{
        font-size: 14px;
    }
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 1024px){

}