.section1 {
    padding-top: 55px;
    padding-bottom: 90px;
}

.sect1 {
    overflow: hidden;
}

.sect1-l {
    float: left;
    width: 53%;
    margin-left: -13px;
    margin-right: -13px;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.sect1-l .slick-dots {
    width: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.sect1-l .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 4px;
    background-color: #80a9d1;
}

.sect1-l .slick-dots li.slick-active {
    background-color: #f8b107;
}

.sect1-r {
    float: right;
    width: 45%;
}

.title {
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}

.title h2 {
    float: left;

    font-weight: normal;

}

.title h2 img {
    margin-right: 10px;
    vertical-align: middle;
}

.title h2 span {
    font-size: 28px;
    color: #105aa1;
    vertical-align: middle;
}

.title a {
    float: right;
    width: 60px;
    height: 25px;
    background: url(../images/more.png) no-repeat center center;
}

.sect1-l a {
    display: block;
    margin: 0 13px;
}

.sect1-l a .pic {
    position: relative;
    padding-top: 66.7%;
    overflow: hidden;
    max-width: 100%;
}

.sect1-l a .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    height: 100%;
    transition: all .3s;
}

.sect1-l a .pic:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

.sect1-l a .text {
    border: 1px solid #e7e7e7;
    padding: 20px 15px;
}

.sect1-l a .text .date {
    padding-left: 30px;
    background: url(../images/date.png) no-repeat left center;
    font-size: 14px;
    color: #0f599e;
    margin-bottom: 15px;
}

.sect1-l a .text h2 {
    line-height: 29px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    height: 58px;
    overflow: hidden;
    margin-bottom: 10px;
}

.sect1-l a .text p {
    line-height: 22px;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sect1-r>ul>li {
    position: relative;
    line-height: 18px;
    padding-left: 25px;
    padding-right: 90px;
    background: url(../images/news-icon.png) no-repeat left center;
    margin-top: 30px;
}

.sect1-r>ul>li:first-child {
    margin-top: 0;
}

.sect1-r>ul>li>a {
    display: block;
    font-size: 17px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.sect1-r>ul>li:hover>a {
    color: #0f599e;
}

.sect1-r>ul>li span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #666;
}

.sect2 {
    overflow: hidden;
}

.sect2-l {
    float: left;
    width: 50%;
    background-color: #f8b107;
    padding: 55px 80px 55px 35px;
    box-sizing: border-box;
}

.sect2-l .title h2 span {
    color: #333;
}

.sect2-l .title a {
    background: url(../images/more-other.png) no-repeat center center;
}

.sect2-r {
    float: right;
    width: 52%;
    
    margin-left: -2%;
    background: url(../images/sect2-r-bg.png) no-repeat center center;
    background-size: cover;
    padding: 45px 40px 80px 60px;
    box-sizing: border-box;
}

.sect2 ul li {
    margin-top: 35px;
    line-height: 24px;
}

.sect2 ul>li>a {
    display: block;
    color: #333;
}

.sect2 ul>li>a .date {
    float: left;
}

.sect2 ul>li>a .date span {
    font-size: 24px;

}

.sect2 ul>li>a .date i {
    font-size: 14px;

}

.sect2 ul>li>a p {
    overflow: hidden;
    padding-left: 20px;
    font-size: 18px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect2 ul>li:hover p {
    color: #0f599e;
}

.sect2-r .sect2-text .text-box {
    display: none;
}

.sect2-r .sect2-text .text-box:first-child {
    display: block;
}

.sect2 .sect2-r ul>li>a {
    color: #fff;
}

.sect2 .sect2-r ul>li:hover p {
    color: #70b9fd;
}

.sect2 .sect2-r .title h2 {
    margin-right: 50px;
    cursor: pointer;
}

.sect2 .sect2-r .title h2 span {
    color: #afceeb;

}

.sect2 .sect2-r .title h2.on span {
    color: #fff;
}

.sect2 .sect2-r .title {
    position: relative;
}

.sect2 .sect2-r .title .more {
    position: absolute;
    right: 0;
    width: 59px;
    height: 23px;
    background: url(../images/more-other.png) no-repeat center center;

}

.sect2 .sect2-r .title .more a {
    position: absolute;
    right: 0;
    width: 59px;
    height: 23px;
    background: url(../images/more-other.png) no-repeat center center;
}

.sect2 .sect2-r .title .more a.on {
    z-index: 2;
}

.section3 {
    margin-top: 85px;
    background: url(../images/sect3-bg.png) no-repeat center center;
    background-size: cover;
    padding-top: 65px;
    padding-bottom: 60px;
}

.sect3 {
    overflow: hidden;
}

.sect3-l {
    float: left;
    width: 55%;
}

.sect3-r {
    float: right;
    width: 40%;
}

.sect3-l .title h2 span {
    color: #fff;
}

.sect3 .active-s a {
    position: relative;
    display: block;
    padding-left: 85px;
}

.sect3 .active-s .pic {
    position: absolute;
    left: 0;
    top: 85px;
    z-index: 999;
    width: 60%;
    padding-top: 38%;
}

.sect3 .active-s .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}

.sect3 .active-s .text {
    position: relative;
    background-color: #fff;
    padding: 35px 35px 40px 30px;
    min-height: 350px;

}

.sect3 .active-s .text .time {
    padding-left: 35px;
    background: url(../images/time.png) no-repeat left center;
    overflow: hidden;
}

.sect3 .active-s .text .time i {
    font-size: 16px;
    color: #0e5da5;
    padding-right: 20px;
}

.sect3 .active-s .text .time p {
    display: inline-block;
    font-size: 18px;
    color: #0e5da5;
    font-weight: bold;
    padding-left: 20px;
    border-left: 3px solid #0e5da5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect3 .active-s .text .act-text {
    position: absolute;
    right: 35px;
    top: 130px;
    left: 60%;
    line-height: 24px;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.sect3-l .slick-prev {
    right: 90px;
    width: 44px;
    height: 44px;
    top: auto;
    left: auto;
    background: url(../images/act-left.png) no-repeat center center;
    bottom: 50px;
    z-index:9;
}

.sect3-l .slick-next {
    right: 35px;
    width: 44px;
    height: 44px;
    top: auto;
    background: url(../images/act-r-other.png) no-repeat center center;
    bottom: 50px;
    z-index: 9;
}

.sect3-r>ul>li:first-child {
    width: 51%;
    margin-left: 0;
}

.sect3-r>ul>li {
    float: left;
    width: 45%;
    margin-left: 4%;
}

.sect3-r ul li a {
    position: relative;
    display: block;
}

.sect3-r ul li a .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sect3-r ul li.child1 .pic {
    position: relative;
    padding-top: 148%;
}

.sect3-r ul li ul li {
    margin-top: 4%;
}

.sect3-r ul li ul li:first-child {
    margin-top: 0;
}

.sect3-r ul li ul li .pic {
    position: relative;
    padding-top: 82%;
}

.sect3-r ul li img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.sect3-r ul li .icon img {
    position: static;
    transform: none;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

.sect3-r ul li .icon p {
    font-size: 24px;
    color: #fff;
    margin-top: 15px;
}

.sect3-r ul li .pic {
    overflow: hidden;
}

.sect3-r ul li .pic>img {
    transition: all .3s;
}

.sect3-r ul li .pic:hover>img {
    transform: translate(-50%, -50%) scale(1.2);
}

.section4 {
    padding-top: 40px;
    padding-bottom: 70px;
}

.sect4 .title {
    margin-top: 45px;
}

.sect4 .title h2 {
    float: none;
    text-align: center;
}

.specical ul {
    margin-left: -20px;
    margin-right: -20px;
}

.special ul li {
    margin: 0 20px;
}

.special ul li>a {
    display: block;
}

.special ul li>a .pic {
    position: relative;
    padding-top: 39%;
}

.special ul li>a .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.special .slick-prev {
    left: -75px;
    width: 44px;
    height: 44px;
    background: url(../images/sect4-l.png) no-repeat center center;
    z-index: 9;

}

.special .slick-next {
    right: -75px;
    width: 44px;
    height: 44px;
    background: url(../images/sect4-r.png) no-repeat center center;
    z-index: 9;
}

@media screen and (max-width:1560px) {
    .special .slick-prev {
        left: 0;
    }

    .special .slick-next {
        right: 0;
    }

}


@media screen and (max-width:1400px) {
    .sect1-r>ul>li {
        margin-top: 18px;
    }

    .section1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sect2-l {
        padding: 20px 35px 30px 15px;
    }

    .sect2-r {
       
    }

    .sect2-r {
        padding: 20px 15px 35px 30px;
    }

    .section3 {
        margin-top: 20px;
        padding-top: 35px;
        padding-bottom: 30px;
    }

    .sect3 .active-s .text {
        min-height: 290px;
        padding: 15px 10px 15px 15px;
    }

    .sect3-l .slick-prev {
        bottom: 15px;
    }

    .sect3-l .slick-next {
        bottom: 15px;
    }

    .sect3-r ul li .icon p {
        font-size: 22px;
    }
}

@media screen and (max-width:1020px) {
    .sect1-l {
        float: none;
        width: auto;
    }

    .sect1-r {
        float: none;
        width: auto;
        margin-top: 20px;
    }

    .sect2-l {
        float: none;
        width: auto;
    }

    .sect2-r {
        float: none;
        width: auto;
        margin-left: 0;
    }

    .sect3-l {
        float: none;
        width: auto;
    }

    .sect3-r {
        float: none;
        width: auto;
        margin-top: 20px;
    }

    .section3 {
        background: url(../images/section-other.png) no-repeat center center;
        background-size: cover;
    }
}

@media screen and (max-width:600px) {

    .sect2 .sect2-r .title h2 {
        margin-right: 5px;
    }

    .sect2 .title h2 span {
        font-size: 18px;
    }

    .sect3 .active-s a {
        padding-left: 15px;
    }

    .sect3 .active-s .pic {
        padding-top: 50%;
    }

    .sect3 .active-s .text .act-text {
        top: 85px;
        right: 10px;
    }
    .sect2 ul li{
        margin-top: 15px;
    }
    .sect3-r>ul>li{
        float: none;
        width: auto;
        margin-left: 0;
    }
    .sect3-r>ul>li:first-child{
        width: auto;
        margin-bottom: 10px;
    }
    .section4 {
        padding-top: 0;
        padding-bottom: 20px;
    }
}
@media screen and (max-width:400px){
    .sect2-l{
        padding-right: 10px;
    }
    .sect2-r{
        padding-left: 10px;
    }
    .title h2 img{
        margin-right: 5px;
        height: 15px;
    }
    .title h2 span{
        font-size: 18px;
    }
    .sect1-r>ul>li{
        padding-right: 60px;
    }
}