@charset "utf-8";

.banner {
    position: relative;
    overflow: hidden;

}

.banner img {
    display: block;
    width: 100%;
}


.banner a {
    display: block;
}

.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: 42px;
    height: 55px;
    background: url(../images/banner-dots.png) no-repeat;
    background-position: left bottom;
}

.banner .slick-dots li.slick-active {
    background: url(../images/banner-dots-h.png) no-repeat;
    background-position: center bottom;
}

.banner .slick-dots li button {
    display: none;
}

/* s1 */
.s1 {
   padding-top:20px;
  /* padding: 50px 0;  */
    background: url(../images/s1-bj.jpg) no-repeat;
    background-size: cover;
}

.s1-banner {
    float: left;
    width: 50%;
    margin-right: 45px;
}

.s1-banner .pic {
    height: 412px;
    padding-top: 0;
}

.s1-date {
    border-radius: 50%;
    width: 69px;
    height: 69px;
    text-align: center;
    float: left;
    background-color: #035e21;
    padding-top: 12px;
    margin-right: 20px;
    transform: translateY(-15px);
    position: relative;
    z-index: 2;
}

.s1-info {
    padding-left: 15px;
}

.s1-date b {
    font-size: 25px;
    color: #ffffff;
    display: block;
    line-height: 25px;
}

.s1-date span {
    font-size: 15px;
    color: #ffffff;
    display: block;
    line-height: 20px;
}

.s1-tx {
    overflow: hidden;
    padding-top: 20px;
}

.s1-tx p {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
    font-weight: 600;
}

.s1-banner ul li a {
    position: relative;
}

.s1-banner ul li a:hover p {
    color: #035e21;
}

.s1-list {
    overflow: hidden;
}

.s1-tit {
    position: relative;
    font-size: 0;
    border-bottom: 1px solid #bac7be;
    padding: 15px 0;
}

.s1-tit b {
    font-size: 20px;
    color: #000000;
    line-height: 20px;
    padding: 0 20px;
    display: inline-block;
    border-left: 2px solid #ccc;
    position: relative;
    cursor: pointer;
}

.s1-tit b:first-child {
    border: none;
}

.s1-tit b.on {
    color: #035e21;
}

.s1-tit b.on::after {
    content: '';
    width: 80%;
    height: 3px;
    background-color: #035e21;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
}

.s1-more a {
    font-size: 16px;
    color: #339653;
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.s1-more a:hover{
    opacity: 0.7;
}
.s1-more a.on {
    display: block;
}

.s1-list ul {
    padding-top: 10px;
    display: none;
}

.s1-list ul.on {
    display: block;
}

.s1-list ul li a {
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 16px;
    background: url(../images/s1-dots.png) no-repeat;
    background-position: left center;
}

.s1-list ul li a span {
    float: right;
    font-size: 16px;
    color: #8d8d8d;
}

.s1-list ul li a:hover {
    color: #035e21;
}

.s1-banner ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s1-zzc.png) repeat-x;
    background-position: center bottom;
    z-index: 1;
}
.s1-banner .slick-dots {
    bottom: 80px;
}
.s1-banner .slick-dots li{
    width: 32px;
	height: 2px;
    background-color: rgba(255, 255, 255, 0.33);
}
.s1-banner .slick-dots li.slick-active{
    background-color: #fff;
}
/* s2 */
.s2 {
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(../images/s2-bj.jpg) no-repeat;
    background-size: cover;
}

.s2-l {
    float: left;
    width: 50%;
    margin-right: 45px;
}

.s2-banner{
    width: 307px;
    float: left;
    margin-right: 30px;
}
.s2-l-list{
    overflow: hidden;
}
.s2-banner .pic{
    height: 201px;
    padding-top: 0;
}
.s2-banner-tx{
    padding: 50px 25px 25px 25px;
    background-color: #035e21;
}
.s2-banner-tx p{
    font-size: 16px;
	line-height: 26px;
    height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #ffffff;
}
.s2-banner .slick-dots{
    bottom: 33%;
}
.s2-banner .slick-dots li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
}
.s2-banner .slick-dots li.slick-active{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}
.s2 .s1-tit{
    margin-bottom: 30px;
}

.s2-l-list ul li span{
    float: left;
    font-size: 18px;
	color: #035e21;
    margin-right: 10px;
}
.s2-l-list ul li p{
    font-size: 18px;
	line-height: 23px;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #000000;
}
.s2-l-list ul li a{
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.s2-l-list ul li a:hover p{
    color: #035e21;
}


.s2-r{
    overflow: hidden;
}


.s2-pt .pic{
    width: 227px;
	height: 146px;
    padding-top: 0;
    float: left;
    margin-right: 20px;
}

.s2-tx{
    overflow: hidden;
    padding-top: 10px;
}

.s2-tx p{
	font-size: 18px;
	line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #035e21;
    margin-bottom: 30px;
}
.s2-tx span{
    font-size: 18px;
	color: #035e21;
}
.s2-list{
    margin-top: 20px;
}
.s2-list a{
    line-height: 48px;
	color: #000000;

}
.s2-list a p{
	font-size: 18px;
	color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
}
.s2-list a span{
    float: right;
    font-size: 16px;
	color: #8d8d8d;
}
.s2-list a:hover p{
    color: #035e21;
}
.s2-r ul {
    display: none;
}
.s2-r ul.on{
    display: block;
}


.s3{
  /*   padding-top: 40px;  */
 /*   padding-bottom: 70px;  */
    background: url(../images/s3-bj.jpg) no-repeat;
    background-size: cover;
}
.s3 .s1-tit{
    margin-bottom: 36px;
}
.s3-l{
    width: 50%;
    margin-right: 45px;
    float: left;
}

.s3-pic a{
    width: 48%;
    float: left; 
    position: relative;
}
.s3-pic a:hover img{
    transform: scale(1.1);
}
.s3-pic a::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-zzc2.png) repeat-x;
    background-position: center bottom;
    z-index: 1;
}
.s3-pic a:first-child{
    margin-right: 4%;
}
.s3-pic .pic{
    width: 312px;
	height: 200px;
    padding-top: 0;
}

.s3-pic p{
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
	color: #f4f4f4;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.s3-list{
    margin-top: 40px;
}

.s3-list ul li a{
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 16px;
    background: url(../images/s1-dots.png) no-repeat;
    background-position: left center;
	font-size: 18px;
	color: #000000;

}
.s3-list ul li a span{
    float: right;
}

.s3-list ul li a:hover{
    color: #035e21;
}
.s3-video{
    overflow: hidden;
}

.s3-video .pic{
    height: 330px;
    padding-top: 0;
}

.s3-video .pic::after{
    content: '';
    width: 68px;
    height: 68px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/s3-play.png) no-repeat;
    background-size: cover;
}
.s3-video p{
    font-size: 20px;
	line-height: 50px;
	color: #000000;
    text-align: center;
    background-color: #fff;
}

.s3-video:hover p{
    color: #035e21;
}


.s4{
    padding-top: 40px;
    padding-bottom: 60px

}

.s4-l{
    width: 50%;
    margin-right: 45px;
    float: left;
}

.s4 .s1-tit{
    margin-bottom: 40px;
}
.s4-banner ul li a{
    margin: 0 7px;
}

.s4-banner .pic{
    padding-top: 46.5%;
}

.s4-r{
    overflow: hidden;
}


.s4-banner .slick-prev{
    width: 14px;
    height: 25px;
    left: 7px;
    background: url(../images/s4-l.png) no-repeat;
    background-size: cover;
}
.s4-banner .slick-next{
    width: 14px;
    height: 25px;
    right: 7px;
    background: url(../images/s4-r.png) no-repeat;
    background-size: cover;
    
}

.s4-link ul li{
    width: 20%;
    float: left;
    text-align: center;
}


.s4-link .icon{
    width: 66px;
	height: 65px;
    position: relative;
    margin: 0 auto;
    background-color: #eae5db;
	border-radius: 4px;
}
.s4-link .icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.s4-link p{
    font-size: 18px;
	color: #000000;
    text-align: center;
    margin-top: 20px;
}


.s4-link a:hover .icon{
    animation: icon-yh 0.6s;
}
.s4-link a:hover p{
    color: #035e21;
}

.link{
    background-color: #f4f4f4;
    padding: 15px 0;
    font-size: 0;
}

.link span{
    font-size: 18px;
	color: #000000;
}

.link a{
    display: inline-block;
    font-size: 16px;
	color: #000000;
    padding: 0 15px;
    border-right: 2px solid #111;
    line-height: 16px;
}

.link a:nth-child(2){
    padding-left: 0;
}

.link a:last-child{
    border: none;
    padding-right: 0;
}
.link a:hover{
    color: #035e21;
}