@charset "utf-8";


.s1-content{
    max-width: 1406px;
    margin: auto;
    position: relative;
    padding-top: 50px;
    padding-bottom: 49px;
    margin-top: -17px;
    background: #fff;
    box-shadow: 0px 8px 5px 0 #f0f0f0;  ;
}
.s1-left{
    float: left;
    width: 947px;
}
.gg-tit{
    margin-bottom: 35px;
}
.gg-tit>h4{
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    color: #000;
}
.gg-tit>a{
    display: inline-block;
    float: right;
    font-size: 14px;
    line-height: 30px;
    color: #a30a09;
}
.s1-l-l{
    float: left;
    width: 475px;
}
.s1-banner a{
    display: block;
    overflow: hidden;
    outline: none;
}
.s1-banner .pic{
    position: relative;
    overflow: hidden;
    padding-top: 73%;
}
.s1-banner .pic img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: block;
    transition: all .3s;
}
.s1-text{
    background: #fff;
    padding: 20px 7px 20px;
}
.s1-text>h4{
    font-size: 16px;
    line-height: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 15px;
}
.s1-text>p{
    display: -webkit-box;
    font-size: 14px;
    line-height: 23px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    height: 69px;
}
.s1-banner>ul{
    bottom: -5px;
}
.s1-banner>ul>li{
    width: 11px;
    height: 11px;
    background: #d4d4d4;
    border-radius: 50%;
    margin-left: 14px;
}
.s1-banner>ul>li:first-child{
    margin-left: 0;
}
.s1-banner>ul>li.slick-active{
    background: #a30a09;
}
.s1-banner a:hover img{
    transform: scale(1.1);
}
.s1-banner a:hover .s1-text>h4{
    color: #a30a09;
}


.s1-l-r{
    overflow: hidden;
    padding-left: 25px;
}
.s1-l-r>ul>li{
    padding:18px 0 18px 8px ;
    border-bottom: 1px dashed #dbdbdb;
}
.s1-l-r>ul>li>a{
    display: block;
    overflow: hidden;
}
.s1-l-r>ul>li h4{
    font-size: 16px;
    line-height: 18px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s1-l-r>ul>li p{
    font-size: 14px;
    line-height: 14px;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
    margin-bottom: 20px;
}
.s1-l-r>ul>li>a>div{
    font-size: 0;
}
.s1-l-r>ul>li>a img{
    display: inline-block;
    vertical-align: middle;
}
.s1-l-r>ul>li>a span{
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #888888;
    vertical-align: middle;
    margin-left: 8px;
}
.s1-l-r>ul>li:hover h4{
    color: #a30a09;
}

.s1-right{
    overflow: hidden;
    padding-left: 46px;

}
.s1-right>.gg-tit{
    padding-left: 35px;
}
.s1-right>ul{
    padding-left: 43px;
    border-left: 1px dashed #dbdbdb;
}
.s1-right>ul>li{
    padding-top: 18px;
    padding-bottom: 31px;
    border-bottom: 1px dashed #dbdbdb;
}
.s1-right>ul>li:first-child{
    padding-top: 7px;
}
.s1-right>ul>li>a{
    display: block;
    overflow: hidden;
}
.s1-right>ul .s1-tm{
    float: left;
    width: 40px;
    background: #ebe5d7;
    border-radius: 5px;
    padding: 7px 0;
    transition: all .3s;
}
.s1-right>ul .s1-tm span{
    display: block;
    font-size: 12px;
    color: #a30a09;
    line-height: 12px;
    text-align: center;
    transition: all .3s;
}
.s1-right>ul .s1-tm span:first-child{
    font-size: 24px;
    line-height: 24px;
}
.s1-info{
    overflow: hidden;
    padding-left: 10px;
}
.s1-info>p{
    display: -webkit-box;
    font-size: 16px;
    line-height: 25px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    height: 50px;
    transition: all .3s;
}
.s1-right>ul>li:hover .s1-tm{
    background: #a30a09;
}
.s1-right>ul>li:hover .s1-tm span{
    color: #fff;
}
.s1-right>ul>li:hover .s1-info>p{
    color: #a30a09;
}

.section1{
    padding-bottom: 40px;
    background: url("/images/section1.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.s2-list{
    float: left;
    width: 32%;
    margin-left: 2%;
}
.s2-list:first-child{
    margin-left: 0;
}
.s2-list>h4{
    font-size: 30px;
    line-height: 30px;
    color: #000;
    text-align: center;
    margin-bottom: 24px;
}
.s2-list>ul{
    background: #ffffff;
    padding-top: 28px;
    border-top: 5px solid #a30a09;
    box-shadow: 0 8px 5px 0 #dbdbdb;
}
.list1{
    padding-left: 20px;
    padding-right: 22px;
}
.img-li .s2-img{
    float: left;
    width: 170px;
    overflow: hidden;
}
.img-li .s2-img img{
    display: block;
    width: 100%;
    transition: all .3s;
}
.img-li .s2-info{
    overflow: hidden;
    padding-left: 16px;
    padding-right: 29px;
    padding-bottom: 34px;
}
.img-li .s2-info h4{
    font-size: 16px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 64px;
    white-space: normal;
}
.img-li .s2-info p{
    font-size: 16px;
    line-height: 32px;
    color: #888888;
}
.list1>li{
    position: relative;
}
.list1>li:hover>a{
    color: #a30a09;
}
.list1>li:hover img{
    transform: scale(1.1);
}
.list1>li:hover h4{
    color: #a30a09;
}
.img-li{
    margin-bottom: 20px;
}
.img-li>a{
    padding-left: 0!important;
    padding-right: 0!important;
}
.img-li:before{
    display: none;
}
.list1>li>a{
    display: block;
    overflow: hidden;
    font-size: 16px;
    line-height: 39px;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 9px;
    padding-right: 60px;
}
.list1>li>span{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    line-height: 39px;
    color: #888888;
}
.list1>li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #333333;
    border-radius: 50%;
}
.mores{
    margin-top: 18px;
    border-bottom: none!important;
}
.list1> .mores{

    padding-top: 8px;
    padding-bottom: 15px;
}
.list1> .mores>a{
    height: auto;
    line-height: 21px;
}
.mores:before{
    display: none;
}
.mores>a{
    text-align: center;
    color: #a30a09 !important;
    padding-left: 0!important;
    padding-right: 0!important;
}

.list2{
    padding-left: 14px;
    padding-right: 22px;
}
.list2>li{
    padding-top: 17px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #dbdbdb;
}
.list2>li:nth-child(1){
    padding-top: 4px;
}
.list2>li:hover p{
    color: #a30a09;
}
.list2>li>a{
    display: block;
    overflow: hidden;
}
.list2>li p{
    position: relative;
    font-size: 16px;
    line-height: 18px;
    color: #333;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list2>li p:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #333333;
    border-radius: 50%;
}
.list2>li>a>div{
    font-size: 0;
    margin-top: 10px;
}
.list2>li>a>div>span{
    display: inline-block;
    font-size: 15px;
    color: #888888;
    line-height: 20px;
    text-indent: 19px;
    background-image: url("/images/span-icon2.png");
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 23px;
}
.list2>li>a>div>span:first-child{
    margin-left: 0;
    background-image: url("/images/span-icon.png");
}

.list3>li{
    position: relative;
    padding-top: 13px;
    padding-bottom: 21px;
    border-bottom: 1px dashed #dbdbdb;
}

.list3>li>a{
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
    padding-right: 50px;
    padding-left: 15px;
}
.list3>li>span{
    position: absolute;
    font-size: 16px;
    line-height:56px;
    top: 0;
    right: 0;
    color: #888888;
}
.list3>li:first-child>span{top;-3px;}


.list3>li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 23px;
    width: 4px;
    height: 4px;
    background: #333333;
    border-radius: 50%;
}
.list3>li:first-child:before{
    top:14px;
}
.list3 {
    padding-left: 20px;
    padding-right: 18px;
}
.list3> .mores>a{
    height: auto;
}
.list3>li:hover a{
    color: #a30a09;
}

.section2{
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 63px;
    background: url("/images/section2.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}
.s3-l{
    width: 594px;
    float: left;
    overflow: hidden;
}
.section3 .gg-tit {
    margin-bottom: 50px;
}
.s3-banner{
    margin-top: 15px;
    margin-left: -12px;
    margin-right: -12px;
}
.s3-banner a{
    display: block;
    overflow: hidden;
    padding-left: 12px;
    padding-right: 12px;
}
.s3-banner img{
    display: block;
    width: 100%;
    transition: all .3s;
}
.s3-banner a:hover img{
    transform: scale(1.1);
}
.s3-banner>button{
    position: absolute;
    top: 50%;
    width: 22px;
    height: 40px;
   transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}
.s3-banner .slick-prev{
    left: 12px;
    background-image: url("/images/arrow-l2.png");
}
.s3-banner .slick-next{
    right: 12px;
    background-image: url("/images/arrow-r2.png");
}
.s3-r{
    overflow: hidden;
    padding-left: 86px;
}
.s3-list>ul>li{
    float: left;
    width: 31%;
    text-align: center;
    padding: 6px 9px;
    border: 1px solid #d47459;
    line-height: 42px;
    margin-bottom: 17px;
    transition: all .3s;
}
.s3-list>ul>li:nth-child(3n+2){
    margin-left: 3%;
    margin-right: 3%;
}
.s3-list>ul>li>a{
    display: block;
    background: #d47459;
    color: #fff;
    font-size: 18px;
    transition: all .3s;
}
.s3-list>ul>li:hover{
    border-color:#ac1b10 ;
}
.s3-list>ul>li:hover>a{
    background: #ac1b10;
}
.section3{
    padding-top:52px;
    padding-bottom: 50px;
}

@media screen and (max-width: 1260px){
    .s1-left{
        width: 750px;
    }
    .s1-l-l{
        width: 375px;
    }
    .gg-tit>h4{
        font-size: 26px;
    }
    .s2-list>h4{
        font-size: 26px;
    }
    .s3-list>ul>li>a{
        font-size: 15px;
    }
    .s3-r{
        padding-left: 30px;
    }
}
@media screen and (max-width: 1070px) {
    .s1-left {
        float: none;
        width: auto;
        overflow: hidden;
    }

    .s1-l-l {
        width: 475px;
    }

    .s1-banner > ul {
        bottom: 0;
    }

    .s1-right {
        padding-left: 0;
        margin-top: 25px;
    }

    .s1-right > .gg-tit {
        padding-left: 0;
    }

    .s1-right > ul {
        border: none;
        padding-left: 0;
    }
    .s1-info{
        padding-left: 20px;
    }
    .s1-content {
        padding-top: 20px;
    }

    .gg-tit {
        margin-bottom: 25px;
    }

    .s3-l {
        width: 474px;
    }

    .s3-r {
        padding-left: 20px;
    }

    .s3-list > ul > li > a {
        font-size: 14px;
    }

    .s3-list > ul > li {
        line-height: 28px;
    }

    .section3 .gg-tit {
        margin-bottom: 25px;
    }
    .section3 {
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .img-li .s2-img{
        width: 130px;
    }
    .img-li .s2-info p,.img-li .s2-info h4{
        font-size: 14px;
    }
    .img-li .s2-info{
        padding-right: 0;
    }
}
@media screen and (max-width: 930px){
    .s3-l{
        width: 350px;
    }
    .s3-r{
        padding-left: 10px;
    }
    .s3-list>ul>li>a{
        font-size: 13px;
    }
}
@media screen and (max-width: 780px){
    .gg-tit{
        margin-bottom: 10px;
    }
    .gg-tit>h4,.s2-list>h4{
        font-size: 18px;
    }
    .gg-tit>a{
        font-size: 12px;
    }
    .s1-content{
        padding-top: 10px;
    }
    .s1-l-l{
        float: none;
        width: auto;
    }
    .s1-l-r{
        padding-left: 0;
    }
    .s1-text{
        padding: 10px 7px;
    }
    .s1-text>h4,.s1-l-r>ul>li h4,.s1-info>p{
        font-size: 14px;
    }
    .s1-text>p,.s1-l-r>ul>li>a span{
        font-size: 12px;
    }
    .s1-l-r>ul>li p{
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .s2-list{
        float: none;
        width: auto;
        margin-left: 0;
        margin-top: 25px;
    }
    .section2{
        padding-top: 0;
        background: #dbdbdb;
    }
    .s3-l{
        float: none;
        width: auto;
    }
    .s3-r{
        margin-top: 25px;
        padding-left: 0;
    }
    .s1-right>ul>li{
        padding-bottom: 20px;
    }
    .list1>li>a,.list2>li p,.list3>li>a{
        font-size: 14px;
    }
    .list1>li>span,.list2>li>a>div>span,.list3>li>span{
        font-size: 12px;
    }
    .list2>li,.list3>li{
        padding-bottom: 10px;
    }
    .s2-list>h4{
        margin-bottom: 10px;
    }
    .img-li .s2-info p{
        font-size: 14px;
    }
    .mores{
        margin-top: 0;
        font-size: 14px;
    }
    .img-li .s2-info{
        padding-bottom: 0;
    }

}
@media screen and (max-width: 500px){
    .img-li .s2-img{
        width: 120px;
    }
    .img-li .s2-info h4{
        font-size: 14px;
    }
    .img-li .s2-info p{
        font-size: 12px;
    }
    .s3-banner>button{
        width: 12px;
        height: auto;
        background-size: 12px auto;
    }
    .s3-list>ul>li{
        width: 48%;
        margin-bottom: 10px;
    }
    .s3-list>ul>li:nth-child(3n+2){
        margin-left: 0;
        margin-right: 0;
    }
    .s3-list>ul>li:nth-child(even){
        margin-left: 2%;
    }
    .s3-list>ul>li>a{
        font-size: 12px;
    }
    .section3 .gg-tit{
        margin-bottom: 10px;
    }
    .s3-r{
        margin-top: 10px;
    }
    .section3{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mores>a{
        font-size: 12px!important;
    }
    .section2{
        padding-bottom: 25px;
    }
    .s1-banner>ul>li{
        width: 8px;
        height: 8px;
    }
}