@charset "UTF-8";
body {
    overflow-x: hidden;
}

.banner {
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
    transition: all 0.3s;
    transform: scale(1);

}

.banner .slick-slide a p {
    position: absolute;
    z-index: 9;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 35px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 100px;
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-zzc.png) repeat-x;
    background-position: center top;
}

.banner .slick-dots {
    width: auto;
    left: 50%;
    transform: translatex(-50%);
    bottom: 10px;
}

.banner .slick-dots li {
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.banner .slick-dots li.slick-active {
    background-color: #fff;
}

.banner .slick-prev {
    width: 25px;
    height: 44px;
    left: 55px;
    background: url(../images/bannerleft.png) no-repeat center center;
    z-index: 2;
}

.banner .slick-next {
    width: 25px;
    height: 44px;
    right: 55px;
    background: url(../images/bannerright.png) no-repeat center center;
    z-index: 2;
}


.i_title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin: 0 auto 20px auto;
}
.sel2 .i_title{
   margin-bottom:30px; 
}
.sel3 .i_title{
    margin-bottom:0px;
}
.i_title h1 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    float: left;
}

.i_title h1 span {
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: sub;
}

.i_title h1 i {
    font-size: 24px;
    color: #a8a8a8;
    font-style: normal;
    margin: 0 0 0 5px;
    display: inline-block;
    vertical-align: text-bottom;
    text-transform: capitalize;
}

.i_more {
    font-size: 14px;
    color: #333333;
    float: right;
    /* margin-right: 5px; */
    transition: all 0.3s;
}



.sel1{
    padding: 50px 0;
}


.sel1-l {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.sel1_r{
    width: 48%;
    float: right;
}



.sel1-l ul li a {
    display: block;
    position: relative;
}

.sel1-l ul li a .pic {
    padding-top: 75%;
}
.s1-linfo {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 34px;
    padding-right: 95px;
    height: 139px;
    background: url(../images/titlebg.png) no-repeat center center;
    background-size: cover;
}
.s1-linfo>div{
    position:absolute;
    left:0;
    display: block;
    bottom: 5px;
    padding-left: 34px;
}
.s1-linfo p {
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
}
.s1-linfo .time{
    display: block;
    padding-left: 30px;
    font-size: 14px;
    color: #fff;
    background: url(../images/icon_time.png) no-repeat left center;

}
.sel1-l .slick-dots {
    position: absolute;
    right: 10px;
    max-width: 20%;
    text-align: right;
    bottom: 20px;
    z-index: 9;
}

.sel1-l .slick-dots li {
    width: auto;
    margin: 0 5px;
}

.sel1-l .slick-dots li button {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
    width: auto;
    padding: 0;
}

.sel1-l .slick-dots li::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s;
    margin-left: 2px;
}

.sel1-l .slick-dots li.slick-active button {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
}

.sel1-l .slick-dots li.slick-active::after {
    width: 6px;
}

.sel1-l .slick-prev,
.sel1-l .slick-next {
    width: 40px;
    height: 70px;
    z-index: 9;
}
.sel1-l .slick-prev {
    left: 0px;
    background: url(../images/icon_left.png) no-repeat center center;
    z-index: 2;
}

.sel1-l .slick-next {
    right: 0px;
    background: url(../images/icon_right.png) no-repeat center center;
    z-index: 2;
} 

.sel1_r .con .first .img{
    width: 200px;
    height: 150px;
    background: #970d13;
    position: relative;
    float: left;
}
.sel1_r .con .first {
    margin-bottom: 20px;
}
.sel1_r .con .first .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 10px;
    top: 10px;
}
.sel1_r .con .first .info{
    float: right; 
    width: calc( 100% - 230px);
}
.sel1_r .con .first .info a{
    display:block;
}
.sel1_r .con .first .info p{
    font-size: 18px;
    color: #333;
    line-height: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0;
}
.sel1_r .con .first .info span{
    font-size: 16px;
    color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
}
.sel1_r .con .first .info a:hover p{
    color:#9b0d14;
}
.sel1_r .con .text_list li{
    line-height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
    background: url(../images/icon_list.png) no-repeat left center;
}
.sel1_r .con .text_list li a{
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 75%;
    display: inline-block;
    vertical-align: middle;
}
.sel1_r .con .text_list li span{
    color: #999999;
    float: right;
    font-size: 16px;
}
.sel1_r .con .text_list li:hover a{
    color:#9b0d14;
}
/* sel2 */
.sel2{
    background: url(../images/sel2_bg.png) no-repeat center center;
    padding: 50px 0;
    background-size: cover;
}
.sel2_l{
    width: 32%;
    float: left;
}
.sel2_c{
    width: 32%;
    float: left;
    margin: 0 2%;
}
.sel2_r{
    width: 32%;
    float: left;
}
/* sel2_l */
.date_list {
    padding: 0 0 0 0 !important;
    position: relative;
    margin-top: -5px;
}

.date_list li {
    display: block;
    padding: 16px 0;
    overflow: hidden;
    border-bottom: #e5e5e5 1px dashed;
}

.date_list li:first-child {
    padding-top: 0;
}



.date_list li:last-child {
    margin: 0;
}

.date_list li a {
    font-size: 15px;
    color: #333333;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.date_list li a:hover {
    color: #862019;
}

.date_list li span {
    float: left;
    display: block;
    width: 60px;
    text-align: center;
    color: #919191;
    font-size: 16px;
    line-height: 20px;
    margin-right: 12px;
    margin-top: 1px;
    overflow: hidden;
    padding-right: 15px;
    border-right: 1px solid #e5e5e5;
}

.date_list li span i {
    width: 100%;
    display: block;
    text-align: center;
    color: #666666;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    line-height: 30px;
}

.date_list li:hover span {
    color: #862019
}

.date_list li:hover i {
    color: #862019
}

.sel2_c .con .first{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.sel2_c .con .first img{
    width: 100%;
    height: 100%;
}

.sel2_c .con .first a .pic {
    position: relative;
    padding-top: 35%;
}

.sel2_c .con .first .pic {
    overflow: hidden;
}

.sel2_c .con .first.pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.sel2_c .con .first .pic:hover img {
    transform:  scale(1.05);
}


.sel2_c .con .text_list li{
    /* line-height: 36px; */
    padding-left: 20px;
    box-sizing: border-box;
    background: url(../images/icon_sel2_list.png) no-repeat left center;
    margin-bottom: 18px;
}
.sel2_c .con .text_list li:last-child{
    margin-bottom:0px;
}
.sel2_c .con .text_list li a{
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
    display: inline-block;
    vertical-align: middle;
}
.sel2_c .con .text_list li span{
    color: #333333;
    float: right;
}
.sel2_c .con .text_list li:hover a{
    color:#9b0d14;
}
.sel2_r .con .text_list li{
    /* line-height: 36px; */
    padding-left: 20px;
    box-sizing: border-box;
    background: url(../images/icon_sel2_list.png) no-repeat left center;
    margin-bottom: 18px;
}
.sel2_r .con .text_list li:last-child{
    margin-bottom:0px;
}
.sel2_r .con .text_list li a{
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
    display: inline-block;
    vertical-align: middle;
}
.sel2_r .con .text_list li span{
    color: #333333;
    float: right;
}
.sel2_r .con .text_list li:hover a{
    color:#9b0d14;
}


.sel3{
    background: url(../images/sel3_bg.png) no-repeat center center;
    padding: 50px 0;
    background-size: cover;
}
.sel3-c{
    padding: 20px 0 15px 0;
}
.sel3-c li a{
    display: block;
    text-align: center;
}
.sel3-c li a div{
    line-height: 40px;
    font-size: 0;
    height: 110px;
    position: relative;
}
.sel3-c li a div img{
    display: inline-block;
    vertical-align: middle;
}
.sel3-c li a div img.hover{
    display: none;
}
.sel3-c li a p{
    color: #333;
    font-size: 16px;
    margin-top: 10px;
}
.sel3-c li a:hover div{
    background: url(../images/sec3_imgbg.png) no-repeat center center;
    height: 110px;
    vertical-align: middle;
    position: relative;
}
.sel3-c li a:hover img{
    display: none;
}
.sel3-c li a img{
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.sel3-c li a:hover .hover{
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.sel3-c .slick-prev,
.sel3-c .slick-next {
    width: 40px;
    height: 70px;
    z-index: 9;
}
.sel3-c .slick-prev {
    left: -30px;
    background: url(../images/sel3_left.png) no-repeat center center;
    z-index: 2;
}

.sel3-c .slick-next {
    right: -30px;
    background: url(../images/sel3_right.png) no-repeat center center;
    z-index: 2;
} 




@media screen and (max-width:1400px) {
    .s1-l{
        width:860px;
    }
    .i_title h1{
        font-size: 20px;
    }
    .noticebox .hd ul li{
        font-size: 20px;
    }
    .i_title h1 i{
        font-size: 16px;
        vertical-align: middle;
    }
    .i_title h1 span{
        font-size: 0;
        vertical-align: middle;
    }
    .i_title h1 span img{
        vertical-align: middle;
        max-height: 24px;
    }
    .i_more img{
        height: 18px;
    }
    .noticebox .hd ul li span{
        width: 30px;
    }
}

@media screen and (max-width:1480px) {}

@media screen and (max-width: 1320px) {
    .sel3-c .slick-prev{
        left: 0;
    }
    .sel3-c .slick-next{
        right: 0;
    }
}

@media screen and (max-width: 1220px) {
    .banner .slick-slide a p {
        padding-left: 10px;
        font-size: 24px;
    }

    .date_list li{
        padding: 10px 0;
    }
   



}

@media screen and (max-width: 1024px) {

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto !important;
    }

    .index {
        position: static;
        padding-top: 0;
    }

    .banner .slick-slide a p {
        font-size: 18px;
    }



    .more a {
        width: 140px;
        height: 36px;
        line-height: 34px;
    }

    .text-list3 li{
        margin-top: 10px;
    }
    .text-list3 li a p{
        height: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .text-list3 li a{
        padding: 15px;
    }
    .sel1_r .con .first{
        margin-bottom: 5px;
    }
    .sel1_r .con .first .img{
       height:100px;
       width: 147px;
    }
    .sel1_r .con .first .info{
        width:calc( 100% - 177px);
    }
    .sel1_r .con .first .info p{
        white-space:nowrap;
    }

    .sel1_r .con .text_list li{
        line-height: 28px;
    }
}
@media screen and (max-width: 860px) {
    .px1280{
        margin: 0 10px;
    }
    .sel1-l{
        width: 100%;
    }
    .sel1_r{
        width: 100%;
        margin-top: 30px;
    }
    .sel2_l{
        width: 100%;
    }
    .sel2_c{
        width: 100%;
        margin: 30px 0; 
        
    }
    .sel2_r{
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .banner .slick-dots {
        text-align: center;
        bottom: 20px;
    }

    .banner .slick-dots li {
        margin: 0 5px;
    }

    .banner .slick-dots li.slick-active::after {
        width: 30px;
    }

    .banner .slick-dots li button {
        font-size: 12px;
    }

    .banner .slick-dots li.slick-active button {
        font-size: 16px;
    }

    .banner .slick-slide a p {
        bottom: 5px;
        text-align: center;
        padding-right: 0;
        font-size: 16px;
    }

    .i_title{
        margin-bottom: 20px;
    }


}

@media screen and (max-width: 480px) {
    .sel3-c .slick-prev{
        left: -20px;
    }
    .sel3-c .slick-next{
        right: -20px;
    }
    .text-list2 li{
        float: none;
        width: auto;
        margin-right: 0 !important;
    }
    .sel1_r .con .text_list li a{
        width:70%;
    }
    .sel1_r .con .text_list li span{
        font-size:14px;
    }
    .sel2_c .con .text_list li span{
        font-size:14px;
    }
    .sel2_r .con .text_list li span{
        font-size:14px;
    }
    .s1-linfo>div{
        padding-left:10px;
    }
    .s1-linfo p{
        width: 250px;
    }
}

@media screen and (max-height: 900px) {}

@media screen and (max-height: 900px) {}