.section1 {
    background: url(../images/news-bg.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.sect1 {
    padding-top: 34px;
    overflow: hidden;
    padding-bottom: 10px;
}

.sect1-l {
    float: left;
    width: 700px;
}

.sect1-r {
    float: right;
    width: 600px;
    padding-left: 40px;
    box-sizing: border-box;
}

.title {
    overflow: hidden;
    padding-right: 20px;
}

.title h2 {
    float: left;
    font-size: 24px;
    color: #333;
}

.title a {
position:relative;
    float: right;
    padding-right: 34px;
    background: url(../images/more.png) no-repeat right center;
    font-size: 16px;
    color: #fff;
}
.sect2 .title .more a{
display:none;}
.sect2 .title .more a:first-child{
display:block;}
.title a:hover {
    color: #2db37c;
}

.sect1-pic {
    padding-top: 30px;
}

.sect1-pic a {
    position: relative;
    display: block;
}

.sect1-pic a img {
    display: block;
    width: 700px;
    height: 460px;
    object-fit: cover;
}

.date {
    position: absolute;
    width: 74px;
    height: 78px;
    top: 0;
    left: 15px;
    background: url(../images/date.png) no-repeat center center;
    background-size: cover;
    text-align: center;
}

.date p {
    padding-top: 10px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.date span {
    font-size: 14px;
    color: #fff;
}

.sect1-pic a>p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 45px;
    padding-right: 140px;
    line-height: 60px;
    background: rgba(0, 0, 0, .5);
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect1-pic .slick-dots {
    width: auto;
    right: 40px;
    bottom: 25px;
}

.sect1-pic .slick-dots li {
    width: 10px;
    height: 10px;
    padding: 0 5px;
    margin: 0 3px;
    background: url(../images/slic.png)no-repeat center center;
}

.sect1-pic .slick-dots li.slick-active {
    background: url(../images/slick.png) no-repeat center center;
}

.sect1-r>ul {
    margin-top: 40px;
    margin-right: 30px;
}

.sect1-r>ul>li {
    margin-bottom: 29px;
}

.sect1-r>ul>li>a {
    display: block;
    overflow: hidden;
}

.sect1-r>ul>li>a .date1 {
    float: left;
    width: 68px;
    height: 64px;
    border: 1px solid #2db37c;
    background-color: #f5fffb;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
}

.sect1-r>ul>li>a .date1 p {
    font-size: 24px;
    line-height: 24px;
    color: #00a360;
    font-weight: bold;
}

.sect1-r>ul>li>a .date1 span {
    font-size: 12px;
    color: #00a360;
    line-height: 12px;
}

.sect1-r>ul>li>a .text1 {
    overflow: hidden;
    height: 62px;
    line-height: 62px;
}

.sect1-r>ul>li>a .text1 h2 {
    display: inline-block;
    padding-left: 27px;
    font-size: 17px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sect1-r>ul>li>a:hover .date1 {
    background-color: #00a360;
}

.sect1-r>ul>li>a:hover h2 {
    color: #00a360;
}

.sect1-r>ul>li>a:hover .date1 p {
    color: #fff;
}

.sect1-r>ul>li>a:hover .date1 span {
    color: #fff;
}

.section2 {
    background: url(../images/sect2-bg.jpg) no-repeat top center;
}

.sect2 {
    padding-top: 40px;
    padding-bottom: 264px;
}

.sect2 .title h2 span {
    font-size: 24px;
    color: #999999;
cursor: pointer;

}

.sect2 .title h2 span.on {
    color: #00a360;
}

.sect2 .title h2 i {
    padding: 0 28px;
    color: #999;
}

.sect2-text {
    padding-top: 70px;
}

.sect2-text>ul {
    display: none;
}

.sect2-text>ul:first-child {
    display: block;
}

.sect2-text>ul>li {
    float: left;
    width: 303px;
    height: 380px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-left: 26px;
    padding-left: 20px;
    padding-right: 28px;
    box-sizing: border-box;
}

.sect2-text>ul>li:first-child {
    margin-left: 0;
}

.sect2-text>ul>li>a {
    position: relative;
    display: block;
}

.date2 {
    position: absolute;
    top: -20px;
    left: 25px;
    width: 78px;
    height: 66px;
    background-color: #00a360;
    text-align: center;
}

.sect2-text>ul>li .date2 p {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
}

.sect2-text>ul>li .date2 span {
    font-size: 14px;
    color: #fff;
}

.sect2-text>ul>li>a h2 {
    padding-top: 60px;
    font-size: 17px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sect2-text>ul>li>a:hover h2 {
    color: #2db37c;
}

.sect2-text>ul>li>a p {
    margin-top: 20px;
    font-size: 14px;
    color: #999;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.sect2-text>ul>li:hover {
    background-color: #fff;
    box-shadow: 0 0 3px #e1dfdf;
}

.section3 {
    margin-top: -215px;
    background: url(../images/sect3.jpg) no-repeat left bottom;
    padding-bottom: 70px;
}

.box>ul>li {
    float: left;
    width: 630px;
    height: 320px;
    margin-left: 40px;
    padding: 50px 0 0 40px;
    box-sizing: border-box;
}

.box>ul>li:first-child {
    margin-left: 0;
}

.child1 {
    background-color: #f4894d;
}

.child2 {
    background-color: #4da6c3;
}

.box>ul>li h2 {
    margin-bottom: 30px;
}

.box>ul>li h2 span {
    font-size: 24px;
    color: #fff;
}

.box>ul>li img {
    vertical-align: middle;
    padding-right: 15px;
}

.box>ul>li ul>li {
    display: inline-block;
    width: 230px;
    margin-bottom: 15px;
    line-height: 38px;
    margin-right: 60px;
    padding-left: 30px;
    box-sizing: border-box;
    background: url(../images/list.png) no-repeat 20px center;
}

.box>ul>li ul>li>a {
    font-size: 18px;
    color: #fff;
}

.box>ul>li.child1 ul>li:hover {
    background-color: #fb9f6b;
}

.box>ul>li.child2 ul>li:hover {
    background-color: #65b6d0;
}

.download {
    margin-top: 48px;
    overflow: hidden;
}

.download .title {
    float: left;
    width: 155px;
    padding-top: 50px;
    text-align: center;
    padding-right: 0;
}

.download .title .more a {
    position: relative;
    margin-top: 50px;
    margin-right: 30px;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-image: none;
    background-color: #f4894d;
    padding-right: 0;

}

.download .title a:hover {
    color: #2db37c;
}

.download .title a:after {
    content: '';
    position: absolute;
    width: 28px;
    height: 6px;
    top: 13px;
    right: -13px;
    background: url(../images/more1.png) no-repeat center center;
}

.download>ul {
    float: right;
    overflow: hidden;
}

.download>ul>li {
    position: relative;
    float: left;
    width: 320px;
    height: 230px;
    margin-left: 40px;
    background: url(../images/d1.png) no-repeat center center;
    box-sizing: border-box;
    padding: 80px 30px 0 20px;
}

.download>ul>li:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 18px;
    right: 40px;
    bottom: 44px;
    background: url(../images/xz.png) no-repeat center center;
}

.download>ul>li>a {
    display: block;
}

.download>ul>li>a h2 {
    font-size: 18px;
    color: #333;
    line-height: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.download>ul>li span {
    position: absolute;
    bottom: 44px;
    left: 23px;
    font-size: 16px;
    color: #999;
}

.download>ul>li:hover {
    background: url(../images/d2.png) no-repeat center center;
}

.download>ul>li:hover:after {
    background: url(../images/xz-other.png) no-repeat center center;
}

.link {
    padding-top: 25px;
}

.link h2 {
    font-size: 24px;
    color: #333;
}

.link h2 i {
    font-size: 16px;
    color: #999999;
    padding: 10px;
    font-weight: normal;
}

.link h2 span {
    font-size: 16px;
    color: #999999;
    font-weight: normal;
}

.link>ul {
    padding-left: 15px;
    padding-top: 35px;
    padding-bottom: 35px;
}

.link>ul>li {
    float: left;
    width: 160px;
    border: 1px solid #a2a5ab;
    margin-left: 45px;
}

.link>ul>li:first-child {
    margin-left: 0;
}

.link>ul>li img {
    display: block;
    width: 100%;
}

.ban::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-zzc.png) repeat-x;
    background-position: center top;
   
}