.section1 {
    padding: 65px 0;
    background: url(../images/section1-bg.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.title {
    position: relative;
}

.title:after {
    content: "";
    position: absolute;
    left: 170px;
    right: 90px;
    height: 1px;
    background: #a1c2e3;
    top: 50%;
    transform: translateY(-50%);
}

.title h2 {
    text-align: left;
}

.title h2 span {
    display: inline-block;
    font-size: 30px;
    color: #034692;
    vertical-align: middle;
}

.title h2 img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

.title .more {
    position: absolute;
    top: 5px;
    right: 0;
    width: 80px;
    height: 23px;
    border: 1px solid #adafb1;
    border-radius: 15px;
    text-align: center;
    line-height: 23px;
}

.title .more a {
    display: block;
    font-size: 14px;
    color: #666;
}

.dt {
    margin-top: 35px;
}

.dt-l {
    float: left;
    width: 600px;
}

.dt-l a {
    display: block;
}

.dt-l a .pic {
    padding-top: 68%;
    border-radius: 13px;
}

.dt-l a .text {
    position: relative;
    background: url(../images/dt-l-text-bg.png) no-repeat center center;
    background-size: 100% 100%;
    margin-right: 40px;
    margin-top: -40px;
    padding-left: 50px;
    padding-right: 60px;
    padding-top: 8px;
    padding-bottom: 25px;
    box-sizing: border-box;
}

.dt-l a .text .date {
    padding-left: 25px;
    background: url(../images/time.png) no-repeat left center;
    font-size: 12px;
    color: #fff;
}

.dt-l a .text p {
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dt-l .slick-dots {
    bottom: 55px;
    width: auto;
    right: 55px;
}

.dt-l .slick-dots li {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 15px;
}

.dt-l .slick-dots li.slick-active {
    background: #fff;
}

.dt-l .slick-prev {
    width: 28px;
    height: 90px;
    background: rgba(255, 255, 255, .6) url(../images/s1l-l.png) no-repeat center center;
}

.dt-l .slick-next {
    width: 28px;
    height: 90px;
    background: rgba(255, 255, 255, .6) url(../images/s1l-r.png) no-repeat center center;
}

.dt-r {
    float: right;
    width: calc(100% - 645px);
}

.dt-r ul li {
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: url(../images/list.png) no-repeat left center;
    border: 1px solid transparent;
    border-bottom: 1px dashed #c2d5e8;
    transition: all .3s;
}

.dt-r ul li a {
    position: relative;
    display: block;
    padding-right: 80px;
    transition: all .3s;
}

.dt-r ul li a>span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #858585;
    transition: all .3s;
}

.dt-r ul li a>h2 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}

.dt-r ul li.on {
    background: #fff;
    background-image: none;
    border: 1px solid #d9e0ea;
    box-shadow: 0 0 20px #c1c1c1;
}

.dt-r ul li.on a {
    padding-right: 20px;
}

.dt-r ul li.on a>h2 {
    display: none;
}

.dt-r ul li.on a>span {
    display: none;
}

.dt-r ul li.on a .text {
    display: block;
}

.dt-r ul li a .text {
    overflow: hidden;
    display: none;
}

.dt-r ul li a .text .date {
    float: left;
    width: 64px;
    height: 59px;
    background: #034692;
    padding-top: 10px;
    border-radius: 5px;
    padding-right: 10px;
    text-align: right;
    color: #fff;
    box-sizing: border-box;
}

.dt-r ul li a .text .date p {
    font-size: 16px;
}

.dt-r ul li a .text .date span {
    font-size: 12px;
}

.dt-r ul li a .text .nr {
    overflow: hidden;
    padding-left: 22px;
}

.dt-r ul li a .text .nr h2 {
    font-size: 16px;
    color: #034692;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dt-r ul li a .text .nr p {
    line-height: 22px;
    font-size: 13px;
    color: #999;
    height: 44px;
    overflow: hidden;
}

.section2 {
    padding-top: 65px;
    padding-bottom: 75px;
    background: url(../images/section2-bg.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
.sec2-l{
    float: left;
    width: 47.5%;
}
.sec2-r{
    float: right;
    width: 47.5%;
}

.sect2{
overflow:hidden;
}
.sect2 ul li {
    float: left;
    width: 48%;
    margin-top: 30px;
    border: 1px solid #abcdf3;
    box-sizing: border-box;
    background: #fff;
}

.sect2 ul li:nth-child(2n) {
    float:right;
}

.sect2 ul li a {
    display: block;
    padding: 15px 25px 15px 15px;
}

.sect2 ul li a p {
    line-height: 24px;
    font-size: 16px;
    color: #333;
    height: 48px;
    overflow: hidden;
}

.sect2 ul li a .date {
    position: relative;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #d9d9d9;
    padding-left: 25px;
    line-height: 20px;
    background: url(../images/date.png) no-repeat left 12px;
    font-size: 14px;
    color: #888888;
}

.sect2 ul li a .date::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 66px;
    height: 1px;
    background-color: #5981ae;
}

.sect2 ul li:hover a .date::before {
    display: none;
}

.sect2 ul li:hover {
    background: url(../images/s2-bg.jpg) no-repeat center center;
    background-size: cover;
    box-shadow: 0 0 15px #949494;
}

.sect2 ul li:hover a .date {
    background: url(../images/date-other.png) no-repeat left 12px;
}

.sect2 ul li:hover p {
    color: #fff;
}

.sect2 ul li:hover .date {
    color: #fff;
}

.section3 {
    padding-top: 60px;
    padding-bottom: 65px;
    background: url(../images/section3-bg.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.sect3-l {
    float: left;
    width: 47.5%;
}

.sect3-l ul ,.sect3-r ul{
    padding-top: 15px;
}

.sect3-l ul li,.sect3-r ul li{
    margin-top: 25px;
    background: #fff;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-position: right center;
    transition: all .3s;
}

.sect3-l ul li:hover,.sect3-r ul li:hover {
    background: url(../images/s3-l-logo.png) no-repeat right center;
}

.sect3-l ul li:hover a .date,.sect3-r ul li:hover a .date {
    background-color: #fff;
    border-top-left-radius: 10px;
    overflow: hidden;
    border-bottom-right-radius: 10px;
}

.sect3-l ul li:hover a .date p ,.sect3-r ul li:hover a .date p{
    background-color: #fff;
    color: #034692;
}

.sect3-l ul li:hover a .date span ,.sect3-r ul li:hover a .date span{
    color: #034692;
}

.sect3-l ul li a ,.sect3-r ul li a {
    display: block;
    padding: 15px 35px 15px 25px;
    overflow: hidden;
}

.sect3-l ul li a .date,.sect3-r ul li a .date {
    float: left;
    width: 58px;
    height: 58px;
    border: 1px solid #e8e8e8;
    text-align: center;
}

.sect3-l ul li a .date p,.sect3-r ul li a .date p {
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    background: #034692;
}

.sect3-l ul li a .date span,.sect3-r ul li a .date span {
    display: block;
    line-height: 22px;
    font-size: 12px;
    color: #888888;
}

.sect3-l ul li a .text,.sect3-r ul li a .text {
    padding-left: 20px;
    overflow: hidden;
    height: 48px;
    line-height: 48px;
}

.sect3-l ul li a .text h2 ,.sect3-r ul li a .text h2{
    display: inline-block;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    vertical-align: middle;
}

.sect3-l ul li:hover a .text h2 ,.sect3-r ul li:hover a .text h2{
    color: #fff;
}




.sect3-r {
    float: right;
    width: 47.5%;
}

.title.title-other {
    overflow: hidden;
}

.title.title-other h2 {
    float: left;
}

.title.title-other h2 span {
    color: #fff;
}

.title.title-other .more {
    position: static;
    float: right;
    border: 1px solid #fff;
    margin-top: 5px;
}

.title.title-other .more a {
    color: #fff;
}


/*
.sect3-r ul {
    margin-top: 40px;
}

.sect3-r ul li {
    border-bottom: 1px dashed rgba(255, 255, 255, .4);
}

.title.title-other::after {
    left: 170px;
}

.sect3-r ul li a {
    display: block;
    overflow: hidden;
    padding-right: 15px;
}

.sect3-r ul li a .tpp {
    float: left;
    width: 300px;
    margin-right: 15px;
}

.sect3-r ul li a .tpp .pic {
    padding-top: 69.7%;
}

.sect3-r ul li a .text {
    overflow: hidden;
}

.sect3-r ul li a .text .date {
    position: relative;
    margin-top: 30px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 14px;
    color: #fff;
    background: url(../images/date-other.png) no-repeat left top;
}

.sect3-r ul li.on a .text .date {
    background: url(../images/date.png) no-repeat left top;
    color: #888888;
}

.sect3-r ul li a .text h2 {
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    height: 48px;
    overflow: hidden;
    font-weight: normal;
}

.sect3-r ul li a .text p {
    margin-top: 15px;
    line-height: 22px;
    height: 44px;
    font-size: 13px;
    color: #999;
    display: none;
    overflow: hidden;
}

.sect3-r ul li a .tpp {
    display: none;
}

.sect3-r ul li.on {
    background: #fff;
    border-bottom: 1px solid #3c70aa;
}

.sect3-r ul li.on a .tpp {
    display: block;
}

.sect3-r ul li.on a .text h2 {
    color: #034692
}

.sect3-r ul li.on a .text p {
    display: block;
}

.sect3-r ul li.on a .text .date {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
}

.sect3-r ul li.on a .text .date::before {
    content: "";
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 66px;
    height: 1px;
    background-color: #5981ae;
}
*/
.section4 {
    padding-top: 60px;
    padding-bottom: 90px;
    background: url(../images/sect4-bg.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.s4 {
    margin-top: 40px;
}

.s4-l {
    float: left;
    width: 55.5%;
    border-radius: 20px;
    overflow: hidden;
}

.s4-l a {
    display: block;
    position: relative;
}

.s4-l a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    z-index: 99;
}

.s4-l a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/s4-l-tc.png) no-repeat center bottom;
    background-size: 100% auto;
}

.s4-l a .bf {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .6) url(../images/bf.png) no-repeat 60% center;
}

.s4-l a:hover img {
    transform: scale(1.1);
}

.s4-r {
    float: right;
    width: 42%;
}

.s4r-top {
    background: #dee7f1;
    padding: 20px;
}

.s4r-top ul li {
    float: left;
    width: 40%;
    margin: 0 5%;
}

.s4r-top ul li a {
    display: block;
    text-align: center;
}

.s4r-top ul li a .pic {
    padding-top: 114%;
}

.s4r-top ul li a p {
    font-size: 16px;
    color: #333;
    padding-top: 10px;
}

.s4r-down {
    margin-top: 20px;
}

.s4r-down a {
    position: relative;
    display: block;
}

.s4r-down a .pic {
    padding-top: 39%;
}

.s4r-down a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    //background: url(../images/vr-bg.png) no-repeat center center;
    background-size: cover;
}

.s4r-down a .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 99;
}

.s4r-down a .icon {
    //display: inline-block;
    vertical-align: middle;
display:none;
}

.s4r-down a p {
    display: inline-block;
    padding-left: 20px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
}

.s4r-down a:hover .pic img {
    transform: scale(1.1);
}

.section5 {
    position: relative;
    overflow: hidden;
}

.section5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 49%;
    background: url(../images/s5-l-bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.section5::after {
    content: "";
    position: absolute;
    right: 0;
    top: -20px;
    bottom: -25px;
    background: url(../images/s5-r-bg.png) no-repeat center center;
    background-size: 100% 100%;
    width: 57.8%;
    z-index: 2;
}

.sect5-l {
    position: relative;
    float: left;
    width: 34.5%;
    padding: 25px 0;
    z-index: 6;
}

.sect5 ul {
    margin-top: 30px;
}

.sect5 ul li {
    float: left;
    width: 48%;
}

.sect5 ul li:nth-child(2n-1) {
    text-align: left;
}

.sect5 ul li:nth-child(2n) {
    text-align: right;
    float: right;
}

.sect5-r ul li:nth-child(2n){
text-align: left;
    float: left;
}
.sect5-r ul li:nth-child(4n){
margin-right:0px;
}

.sect5 ul li a {
    display: block;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect5 ul li:hover a {
    text-decoration: underline;
}

.sect5-l .more {
    width: 80px;
    height: 23px;
    border: 1px solid #fff;
    border-radius: 15px;
    text-align: center;
    line-height: 23px;
    margin-top: 25px;
}

.sect5-l .more a {
    display: block;
    font-size: 14px;
    color: #fff;
}

.sect5-r {
    position: relative;
    width: 58.75%;
    padding-top: 20px;
    float: right;
    z-index: 6;
}

.sect5-r ul {
    padding-left: 30px;
}

.sect5-r ul li {
    width: 23%;
    text-align: left!important;
    margin-right: 2%;
}

.sect5-r ul li a {
    padding-left: 15px;
    background: url(../images/s5-list.png) no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section6 {
    padding-top: 85px;
    padding-bottom: 50px;
    background: url(../images/section6-bg.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
}

.s6 {
    margin-top: 40px;
}

.s6 ul li {
    display: block;
}

.s6 ul li a {
    display: block;
}

.s6 ul li a .pic {
    padding-top: 14%;
}

.section7 {
    padding: 40px 0;
    background: #ebf0f6;
}

.sect7-l {
    position: relative;
    float: left;
    width: 57%;
    z-index: 9;
}

.sect7-l ul {
    background: #fdffff;
}

.sect7-l ul li {
    float: left;
    width: 20%;
    text-align: center;
}

.sect7-l ul li a {
    position: relative;
    display: block;
    padding: 35px 0;
}

.sect7-l ul li a .text {
    padding-top: 15px;
}

.sect7-l ul li a .text p {
    font-size: 16px;
    color: #034692;
}

.sect7-l ul li .ewm {
    position: absolute;
    /* width: 115px; */
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    height: 150px;
    z-index: 9;
    display: none;
}

.sect7-l ul li:hover .ewm {
    display: block;
}

.sect7-r {
    float: right;
    width: 35%;
}

.sect7-r a {
    display: block;
}

.sect7-r a .pic {
    padding-top: 35.57%;
}

@media screen and (max-width:1500px) {
    .section5::after {
        width: 60%;
    }
}

@media screen and (max-width:1000px) {
    .title:after {
        left: 63%;
    }
    .dt-l {
        float: none;
        width: 100%;
    }
    .dt-r {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .sect2 ul li {
        width: 48%;
        margin-left: 0;
        margin-right: 4%;
    }
    .sect2 ul li:nth-child(2n) {
        margin-right: 0;
        
    }
    .sect3-l {
        float: none;
        width: 100%;
    }
    .sect3-r {
        float: none;
        width: 100%;
        margin-top: 15px;
    }

.sec2-l{width:100%;margin-bottom: 60px;}
.sec2-r{width:100%;}
.sec2-l .title:after{
    left: 170px;
}
.sec2-r .title:after{
 left: 200px;
}
}



@media screen and (max-width:700px) {
    .section1 {
        padding: 15px 0;
    }
    .title:after {
        display: none;
    }
    .title h2 {
        text-align: left;
    }
    .title h2 span {
        font-size: 20px;
    }
    .title h2 img {
        height: 20px;
        padding-right: 5px;
    }
    .dt {
        margin-top: 15px;
    }
    .dt-l .slick-prev {
        height: 50px;
        background-size: 10px auto;
    }
    .dt-l .slick-next {
        height: 50px;
        background-size: 10px auto;
    }
    .dt-l a .text {
        padding-left: 15px;
        margin-right: 0;
    }
    .section2 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sect2 ul li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-top: 15px;
        overflow: hidden;
    }
    .section3 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sect3-l ul {
        padding-top: 0;
    }
    .sect3-l ul li,.sect3-r ul li {
        margin-top: 10px;
    }
    .sect3-l ul li a,.sect3-r ul li a {
        padding: 15px;
    }
    .sect3-r ul {
        margin-top: 15px;
    }
    .sect3-r ul li a .tpp {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .sect3-r ul li a {
        padding-right: 0;
    }
    .sect3-r ul li a .text {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
    .sect3-r ul li a .text .date {
        margin-top: 15px;
    }
    .section4 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .s4 {
        margin-top: 15px;
    }
    .s4-l {
        float: none;
        width: 100%;
    }
    .s4-l a .bf {
        width: 60px;
        height: 60px;
        background-size: 20px auto;
    }
    .s4-r {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .sect5-l {
        float: none;
        width: 100%;
    }
    .sect5-r {
        float: none;
        width: 100%;
    }
    .section5::before {
        width: 100%;
        top: 0;
        bottom: 58%;
        background-size: cover;
    }
    .section5::after {
        bottom: 0;
        top: 45%;
        width: 100%;
        background-size: cover;
    }
    .sect5-r ul {
        padding-left: 0;
    }
    .sect5 ul {
        margin-top: 0;
    }
    .sect5-l .more {
        margin-top: 5px;
    }
    .sect5-r ul li {
        width: 48%;
        margin-right:4%;
    }
     .sect5-r ul li:nth-child(2n){
margin-right:0px;
         
     }
    .section6 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .s6 {
        margin-top: 15px;
    }
    .section7 {
        padding: 15px 0;
        overflow: hidden;
    }
    .sect7-l {
        float: none;
        width: 100%;
    }
    .sect7-r {
        float: none;
        width: 100%;
    }
    .sect7-l ul li a {
        padding: 15px 0;
    }


    .sect2 ul li:nth-child(2n) {
        float:none;
        
    }


.sect5.px1200{
paddinng:0px;
}

.section5::before,.section5::after{
display:none;
}

.sect5-l,.sect5-r{padding:25px 15px;width: 100%;height:auto;background-size: cover;box-sizing: border-box;}
.sect5-l{
background: url(../images/s5-l-bg.png) no-repeat center center;
}
.sect5-r{
background: url(../images/s5-r-bg.png) no-repeat center center;
}
}

@media screen and (max-width:1000px){
.sect7-l ul li .ewm{
height:110px;
}
.sect7-l ul li .ewm img{
max-height:100%;
}

}

@media screen and (max-width:400px){
.sect7-l ul li .ewm{
height:80px;
top: 85px;
}
.sect7-l ul li a .text p{
font-size:14px;
}

}
