@charset "utf-8";

.banner a{
    display: block;
    overflow: hidden;
}
.banner img{
    display: block;
    width: 100%;
}
.banner ul{
    bottom: 25px;
}
.banner ul button{
    display: none;
}
.banner ul li{
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    margin-left: 17px;
    transition: all .3s;
}
.banner ul li:first-child{
    margin-left: 0;
}
.banner ul li.slick-active{
    width: 20px;
    background: #a12e1c;
    border-radius: 50px;
}
.list1>ul>li{
    float: left;
    width: 300px;
    margin-left: 33px;
    padding: 46px 0;
    background-position: center center;
    background-repeat: no-repeat;
}
.list1>ul>li:first-child{
    margin-left: 0;
}
.list1>ul>li>a{
    display: block;
    overflow: auto;
}
.list1>ul>li .pic{
    font-size: 0;
    width: 175px;
    margin: auto;
}
.list1>ul>li .pic img{
    display: inline-block;
    max-width: 52px;
    max-height: 53px;
    vertical-align: middle;
    transition: all .3s;
}
.list1>ul>li .pic span{
    display: inline-block;
    font-size: 24px;
    line-height: 53px;
    color: #fff;
    margin-left: 18px;
    vertical-align: middle;
    transition: all .3s;
}
.list1>ul>li:first-child{
    background-image: url("../images/list-img.jpg");
}
.list1>ul>li:nth-child(2){
    background-image: url("../images/list-img2.jpg");
}
.list1>ul>li:nth-child(3){
    background-image: url("../images/list-img3.jpg");
}
.list1>ul>li:nth-child(4){
    background-image: url("../images/list-img4.jpg");
}
.list1>ul>li:hover img{
    transform: rotateY(180deg);
}
.list1>ul>li:hover span{
    font-weight: 600;
    color: #a12e1c;
}
.list1>ul{
    overflow: hidden;
}

.tit{
    position: relative;
    margin-bottom: 24px;
}
.tit h4{
    font-size: 30px;
    line-height: 1;
    color: #333;
}
.tit .mores{
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}
.s1-l{
    float: left;
    width: 830px;
}
.s1-l>ul>li{
    float: left;
    width: 400px;
    margin-left: 30px;
}
.s1-l>ul>li:first-child{
    margin-left: 0;
}
.s1-l>ul>li>a{
    display: block;
    overflow: hidden;
}
.s1-l>ul>li .pic{
    width: 400px;
    height: 260px;
    overflow: hidden;
}
.s1-l>ul>li .pic img{
    display: block;
    width: 100%;
    transition: all .3s;
}
.s1-info>span{
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #333333;
}
.s1-info h4{
    font-size: 18px;
    line-height: 1;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
    margin-bottom: 18px;
    transition: all .3s;
}
.s1-info p{
    font-size: 15px;
    line-height: 30px;
    color: #999999;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
}
.s1-info .ckxq{
    position: relative;
    height: 30px;
    margin-top: 21px;
}
.s1-info .ckxq span{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    line-height: 30px;
    color: #999;
}
.s1-info .ckxq:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    width: 295px;
    background: #999999;
    transform: translateY(-50%);
    z-index: 98;
}
.s1-info .ckxq:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 3px;
    width: 60px;
    background: #a12e1c;
    transform: translateY(-50%);
    z-index: 99;
    transition: all .3s;
}
.s1-info{
    padding-top: 24px ;
}
.s1-l>ul>li:hover img{
    transform: scale(1.1);
}
.s1-l>ul>li:hover .s1-info h4{
    color: #a12e1c;
}
.s1-l>ul>li:hover .s1-info .ckxq:before{
    width: 295px;
}
.s1-l>ul>li:hover .s1-info .ckxq span{
    color: #a12e1c;
}

.s1-r{
    overflow: hidden;
    padding-left: 30px;

}
.s1-r>ul>li{
    line-height: 40px;
    position: relative;
}
.s1-r>ul>li>a{
    display: block;
    font-size: 16px;
    padding-left: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s1-r>ul>li:before{
    content: '›';
    position: absolute;
    left: 0;
}
.s1-r>ul>li:hover>a{
    color: #a12e1c;
}
.s1-main{
    margin-top: 30px;
}
.section1{
    padding-top: 27px;
    padding-bottom: 30px;
    background: url("../images/section1.jpg") no-repeat center center;
    background-size: cover;
}