@charset "utf-8";

 


.banner {
    position: relative;
    overflow: hidden;

}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}


.banner a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 31.25%;
}


.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-dots {
    bottom: 5%;
}


/*

.banner .slick-dots li {
    width: 18px;
    height: 18px;
    border: solid 1px #ffffff;
    border-radius: 50%;
    margin: 0 10px;
    padding-top: 3px;
    padding-left: 3px;
    opacity: 0.6;
}

.banner .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffffff;
}

.banner .slick-dots li button::before {
    content: '0';
}

.banner .slick-dots li.slick-active {
    opacity: 1;
}
*/


/* 轮播点 */
.banner .slick-dots li{
    width: 10px;
    height: 10px;
    background-color: #ddd;
    border-radius: 50%;
    transition: all 0.3s;
}
.banner .slick-dots li.slick-active{
    width: 25px;
    height: 10px;
    background-color: #386B32;
    border-radius: 999px;
}
/* 轮播点完 */




/* s1 */
.s1 {
    padding-top: 60px;
    padding-bottom: 80px;
}

.tit {
    font-size: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ddd;
    position: relative;
    line-height: 37px;
}



.tit h3 {
    display: inline-block;
    padding-right: 15px;
    position: relative;
    background: url(../images/tit1.png) no-repeat left center;
    padding-left: 40px;
    vertical-align: top;

}

.tit span {
    color: #999999;
    font-size: 24px;
    vertical-align: top;
}

.tit h3::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -16px;
    left: 0;
    background: #386B32;
}

.tit h3 b {
    font-size: 24px;
    color: #272727;
}



.tit span::before {
    content: '|';
    color: #999999;
    margin-right: 15px;
}

.more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 31px;
    height: 100%;
    background: url(../images/more.png) no-repeat center center;
    transition: all 0.3s;
}

.more:hover {
    background: url(../images/more1.png) no-repeat center center;
}

.s1-l {
    width: 75%;
    float: left;
    margin-right: 2%;
}

.s1-ll {
    width: 42%;
    float: left;
}

.s1-ll .pic {
    height: 502px;
}

.s1-lc a {
    position: relative;
    display: block;
}

.s1-tx {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px;
    z-index: 2;
    width: 100%;
}

.s1-tx p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}

.s1-tx h3 {
    font-size: 22px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-lc a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s1-zzcls.png) repeat-x;
    background-position: center bottom;
}

.s1-lr {
    width: 55%;
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s1-lr a {
    width: 48%;
    display: block;
}

.s1-lr .pic {
    padding-top: 0;
    height: 240px;
}

.s1-lr .s1-tx h3 {
    font-size: 18px;
}

.s1-lr a:nth-child(-n+2) {
    margin-bottom: 22px;
}

.s1-lr a:nth-child(1)::after {
    background: url(../images/s1-zzczs.png) repeat-x;
    background-position: center bottom;
}

.s1-lr a:nth-child(2)::after {
    background: url(../images/s1-zzchs.png) repeat-x;
    background-position: center bottom;
}

.s1-lr a:nth-child(3)::after {
    background: url(../images/s1-zzcdh.png) repeat-x;
    background-position: center bottom;
}

.s1-lr a:nth-child(4)::after {
    background: url(../images/s1-zzcjs.png) repeat-x;
    background-position: center bottom;
}

.s1-r {
    overflow: hidden;
}

.s1-link {
    background: #F5F5F5;
    padding: 17px;
}

.s1-link ul li a {
    font-size: 16px;
    color: #3D3D3D;
    line-height: 52px;
    padding-left: 15px;
    border-bottom: 1px dashed #ddd;
    position: relative;
    transition: all 0.3s;
    display: block;
}

.s1-link ul li a:hover {
    letter-spacing: 2px;
    color: #386B32;
}

.s1-link ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #386B32;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.s1-link ul li {
    position: relative;
}

.s1-link ul li:nth-last-child(1),
.s1-link ul li:nth-last-child(2) {
    height: 140px;
    margin-top: 17px;
    padding-top: 30px;
    padding-left: 30px;
}

.s1-link ul li:nth-last-child(1) a,
.s1-link ul li:nth-last-child(2) a {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 600;
    border-color: transparent;
    z-index: 2;
}

.s1-link ul li:nth-last-child(1) a::after,
.s1-link ul li:nth-last-child(2) a::after {
    content: none;
}

.s1-link ul li:nth-last-child(1)::after,
.s1-link ul li:nth-last-child(2)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* s2 */
.s2 {
    padding-bottom: 80px;
}

.s2>.px1600 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2-list {
    width: 47%;
}

.s2-list ul li a {
    color: #3D3D3D;
    font-size: 16px;
    line-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 10px;
    border-bottom: 1px dashed #ddd;
   display: block;
}

.s2-list ul li a span {
    font-size: 14px;
    color: #386B32;
    float: right;
    padding-left: 20px;
    background: url(../images/s2-date.png) no-repeat;
    background-position: left center;

}


.s2-list ul li a::after {
    content: '';
    position: absolute;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #386B32;
    border-radius: 50%;
}

.s2-list ul li a:hover {
    color: #386B32;
}


/* s3 */
.s3>.px1600 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s3-c {
    width: 32%;
}

.s3-c>a {
    box-shadow: 0 0 10px #999;
    display: block;
}

.s3 {
    padding-bottom: 113px;
}
.s3-c .pic{
    padding-top: 56%;
}





@media screen and (max-width:1400px){
    .tit span{
        font-size: 20px;
    }
    .tit h3{
        font-size: 20px;
    }
    .tit{
        padding-bottom: 8px;
    }

}




@media screen and (max-width:1200px) {
    .s1-l {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .s3-c .tit span{
        font-size: 16px;
    }
    .tit span::before{
        margin-right: 10px;
    }
    .tit h3{
        padding-right: 10px;
    }
}

@media screen and (max-width:1024px) {
    .s2{
        padding-bottom: 40px;
    }.s3{
        padding-bottom: 20px;
    }
    .s3>.px1600{
        display: block;
    }
    .s3-c{
        width: 100%;
        margin-bottom: 40px;
    }
    .s1 {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .s2>.px1600{
        display: block;
    }
    .s2-list{
        width: 100%;
    }
    .s2-l{
        margin-bottom: 30px;
    }
}

@media screen and (max-width:900px) {
    .s1-ll{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .s1-lr{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .s1-ll .pic{
        padding-top: 98%;
        height: auto;
    }
    .s1-lr .pic{
        height: auto;
        padding-top: 74%;
    }
}

@media screen and (max-width:768px) {
    .tit h3 b {
        font-size: 18px;
    }

    .tit span {
        font-size: 18px;
    }
    .s1-tx h3{
        font-size: 18px;
    }
    .s1-lr .s1-tx h3{
        font-size: 16px;
    }
    .s1{
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .s2{
        padding-bottom: 20px;
    }
    .s3-c{
        margin-bottom: 20px;
    }
    .tit span{
        font-size: 16px;
    }
}

@media screen and (max-width:480px) {
    .s1-tx{
        padding: 15px;
    }
    .s1-link{
        padding: 10px;
    }
    .s1-link ul li:nth-last-child(1) a, .s1-link ul li:nth-last-child(2) a{
        font-size: 20px;
    }
    .s2-list ul li a{
        line-height: 42px;
    }

.tit h3::after {
bottom: -8px;
}
.tit {
    padding-bottom: 0px;
}

}


@media screen and (max-width: 340px) {

.tit span {
    font-size: 14px;
}

}

