.slick,
.slick>div,
.slick>div>div,
.slick>div>div>div,
.slick>div>div>div a,
.slick>div>div>div a img {
    height: 100%;
}

.banner .fp-tableCell {
    display: block;
}

.title {
    position: relative;
    line-height: 42px;
    overflow: hidden;
}

.title h2 {
    float: left;
}

.section1 .title h2 {
    float: none;
    text-align: center;
}

.title h2 span {
    display: inline-block;
    font-size: 30px;
    color: #333;
    vertical-align: middle;
}

.title h2 i {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    opacity: .4;
    text-transform: uppercase;
    font-family: "Georgia";
    vertical-align: middle;
}

.title .more {
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s;
}

.title .more a {
    display: block;
    padding-left: 85px;
    background: url(../images/more.png) no-repeat left center;
    font-size: 14px;
    color: #00398e;
}

.title .more:hover {
    right: 5px;
}

.news {
    margin-top: 50px;
}

.news>ul>li {
    float: left;
    width: 32%;
    margin-left: 2%;
    background-image: linear-gradient(to right, #014d9d, #014d9d);
    background-size: 0 3px;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: all .3s;
}

.news>ul>li:first-child {
    margin-left: 0;
}

.news>ul>li a {
    display: block;
}

.news>ul>li a .date {
    position: absolute;
    left: 24px;
    top: 14px;
    width: 62px;
    height: 62px;
    background: rgba(1, 77, 157, .8);
    text-align: center;
    color: #fff;
}

.news>ul>li a .date p {
    font-size: 26px;
    font-weight: bold;
}

.news>ul>li a .date span {
    font-size: 14px;
}

.news>ul>li a .pic {
    padding-top: 62.5%;
}

.news>ul>li a .text {
    border: 1px solid #f2f2f2;
    padding: 30px 20px;
    box-sizing: border-box;
}

.news>ul>li a .text h2 {
    line-height: 28px;
    height: 56px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
}

.news>ul>li a .text p {
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 24px;
    font-size: 14px;
    color: #808080;
    height: 48px;
    overflow: hidden;
}

.news>ul>li a .text .more {
    position: relative;
    font-size: 14px;
    color: #014d9d;
}

.news>ul>li a .text .more::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #eaeaea;
    left: -8px;
    top: -8px;
    z-index: -1;
}

.news>ul>li:hover a .text {
    border-bottom: 1px solid #014d9d;
}

.news>ul>li:hover {
    background-size: 100% 3px;
}

.section2 {
    padding-top: 50px;
    background: url(../images/section2-bg.jpg) no-repeat center center;
    background-size: cover;
}

.sect2-l {
    float: left;
    width: 48%;
}

.sect2-r {
    float: right;
    width: 48%;
}

.date-list {
    margin-top: 25px;
}

.date-list>li {
    position: relative;
    transition: all .3s;
}

.date-list>li a {
    display: block;
    padding: 25px 0;
    overflow: hidden;
}

.date-list>li a .date {
    float: left;
    width: 65px;
    height: 65px;
    background-color: #c4625f;
    text-align: center;
    color: #fff;
    font-family: "Arial";
}

.date-list>li a .date p {
    font-size: 27px;
    font-weight: bold;
    line-height: 36px;
    background-color: #014d9d;
}

.date-list>li a .date span {
    display: block;
    line-height: 28px;
    font-size: 14px;
}

.date-list>li a .text {
    overflow: hidden;
    padding: 5px 0;
    padding-left: 20px;
    height: 56px;
    line-height: 56px;
}

.date-list>li a .text h2 {
    display: inline-block;
    line-height: 28px;
    height: 56px;
    font-size: 20px;
    color: #333;
    overflow: hidden;
    vertical-align: middle;
}

.date-list>li:hover .text h2 {
    color: #c4625f;
    text-decoration: underline;
}

.date-list>li:hover a .date p {
    background-color: #c4625f;
}

.section3 {
    background: url(../images/sect3-bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.sect3-l {
    float: left;
    width: 48%;
}

.sect3-l ul li {
    background-color: #e0ebfb;
    margin-top: 15px;
    padding: 13px 0;
    background-image: linear-gradient(to right, #014d9d, #014d9d);
    background-size: 3px 100%;
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: all .3s;
}

.sect3-l ul li a {
    display: block;
    line-height: 60px;
    height: 60px;
    padding: 0 20px;
    overflow: hidden;
}

.sect3-l ul li a p {
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.sect3-l ul li:hover {
    background-size: 100% 100%;
}

.sect3-l ul li:hover a p {
    color: #fff;
}

.sect3-r {
    float: right;
    width: 48%;
}

.sect3-r ul li {
    margin-top: 15px;
}

.sect3-r ul li a {
    display: block;
    overflow: hidden;
}

.sect3-r ul li a .name {
    float: left;
    width: 110px;
    background-color: #e0ebfb;
    margin-right: 3px;
    padding: 21px 0;
}

.sect3-r ul li a .name p {
    height: 85px;
    box-sizing: border-box;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.sect3-r ul li a .name span {
    display: inline-block;
    line-height: 22px;
    font-size: 16px;
    color: #014d9d;
    vertical-align: middle;
}

.sect3-r ul li a .text {
    overflow: hidden;
    background-color: #e0ebfb;
    padding: 15px 20px;
}

.sect3-r ul li a .text h2 {
    height: 56px;
    line-height: 56px;
    overflow: hidden;
}

.sect3-r ul li a .text p {
    display: inline-block;
    line-height: 28px;
    vertical-align: middle;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    vertical-align: middle;
}

.sect3-r ul li:hover a .text p {
    color: #014d9d;
}

.sect3 ul {
    margin-top: 25px;
}

.section4 {
    background: url(../images/sect4-bg.jpg) no-repeat center center;
    background-size: cover;
}

.section4 .fp-tableCell {
    vertical-align: bottom;
}

.sect4 {
    position: relative;
}

.sect4 .title {
    position: absolute;
    top: 35px;
    left: 1000px;
    max-width: 740px;
    width: 100%;
    z-index: 99999;
}

.sect4 .title h2 span {
    color: #fff;
}

.sect4 .title h2 i {
    color: #fff;
}

.sect4 .title .more a {
    background: url(../images/more-other.png) no-repeat left center;
    color: #fff;
}

.sect4-big .s4-bg {
    overflow: hidden;
}

.sect4-big .tp {
    float: left;
    width: 960px;
}

.sect4-big .text {
    overflow: hidden;
    padding-left: 40px;
    padding-right: 260px;
    margin-top: 140px;
}

.sect4-big .text h2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect4-big .text p {
    line-height: 24px;
    font-size: 15px;
    color: #fff;
    height: 72px;
    overflow: hidden;
}

.sect4-big .text .btt>div {
    display: inline-block;
    margin-top: 60px;
    margin-right: 40px;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.sect4-big .text .btt .btt-l {
    background: url(../images/s4-l.png) no-repeat center center;
}

.sect4-big .text .btt .btt-r {
    background: url(../images/s4-r.png) no-repeat center center;
}

.sect4-down {
    position: absolute;
    left: 810px;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.sect4-down ul li a {
    position: relative;
    display: block;
}

.sect4-down ul li a .pic {
    padding-top: 73.5%;
}

.sect4-down ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background: #333; */
    background-size: 100% auto;
    opacity: 0.4;
}

.sect4-down ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translatey( -50%);
    text-align: center;
    padding: 0 5px;
    font-size: 22px;
    color: #fff;
}

 .section5 {
        background: url(../images/section5-bg.jpg) no-repeat center center;
        background-size: cover;
    }
    
    .s5 {
        margin-top: 100px;
    }
    
    .sect5 .title h2 {
        float: none;
        text-align: center;
    }
    
    .sect5 .title .more {
        right: 15px;
    }
    
    .s5 ul {
        padding-bottom: 45px;
    }
    
    .s5 ul li {
        position: relative;
    }
    
    .s5 a {
        position: relative;
        display: block;
    }
    
    .s5 a::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .3);
    }
    
    .s5 a .bf {
        position: absolute;
        width: 62px;
        height: 62px;
        background: url(../images/bf.png) no-repeat center center;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: none;
    }
    
    .s5 ul li {
        margin: 150px 0;
    }
    
    .s5 a .pic {
        padding-top: 66.85%;
    }
    
    .s5 p {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5px;
        font-size: 12px;
        color: #fff;
        transform: scale(.9);
        opacity: 0;
        z-index: 9;
    }
    
    .s5 .item2 a {
        position: relative;
        transform: scale(2.6);
        z-index: 9;
    }
    
    .s5 .item1 a,
    .s5 .item3 a {
        position: relative;
        transform: scale(2.1);
        z-index: 6;
    }
    
    .s5 .item0 a,
    .s5 .item4 a {
        position: relative;
        transform: scale(1.6);
        z-index: 3;
        transform-origin: left center;
    }
    
    .s5 .slick-center p {
        opacity: 1;
    }
    
    .s5 .slick-center a .bf {
        display: block;
        transform: translate(-50%, -50%) scale(.3);
    }
    
    .s5 .slick-center a::after {
        display: none;
    }
    
    .s5 .slick-dots {
        bottom: 0;
        padding-bottom: 0;
    }
    
    .s5 .slick-dots li {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 2px solid #487eb6;
        margin: 0 12px;
    }
    
    .s5 .slick-dots li.slick-active {
        background: #0f58b1;
        border: 2px solid #0f58b1;
    }
    

@media screen and (max-width:1700px) {
    .sect4-big .tp {
        width: 800px;
    }
    .sect4 .title {
        left: 840px;
        top: 0;
        right: 0;
        width: auto;
        max-width: auto;
    }
    .sect4-big .text {
        padding-right: 15px;
    }
    .sect4-big .text {
        margin-top: 60px;
    }
    .sect4-big .text .btt>div {
        margin-top: 15px;
    }
    .sect4-down {
        left: 560px;
    }
}

@media screen and (max-width:1400px) {
    .title .more {
        right: 15px;
    }
.section1{padding-top:40px;}
}

@media screen and (max-width:1200px) {
    .sect4-down ul li a p {
        font-size: 16px;
    }
    .title h2 span {
        font-size: 22px;
    }
.sect4-big .tp{ width: 650px;}
.sect4 .title{left:690px;}
}

@media screen and (max-width:1024px) {
    .banner {
        padding-top: 0;
    }
    html,
    body,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto;
    }
    .section1,
    .section2,
    .section3,
    .section4 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
 .section5 {
            padding-top: 15px;
            padding-bottom: 15px;
        }
        .s5 {
            margin-top: 10px;
            padding: 30px 0;
        }
        .s5 ul li {
            margin: 100px 0;
        }
        .s5 a p {
            transform: scale(.6);
            left: -45px;
            right: -45px;
        }
        .s5 ul {
            padding-bottom: 20px;
        }
}

@media screen and (max-width:1000px) {
    .news>ul>li a .text {
        padding: 15px;
    }
    .title h2 {
        font-size: 0;
        float: left !important;
    }
    .title h2 i {
        display: block;
    }
    .title {
        line-height: 26px;
    }
    .sect4-big .tp {
        width: 400px;
    }
    .sect4-down {
        left: 280px;
    }
    .sect4 .title {
        left: 410px;
    }
    .sect4-big .text {
        padding-left: 15px;
        padding-bottom: 130px;
    }
    .sect4-big .text h2 {
        margin-bottom: 10px;
    }
    .sect4 {
        padding-bottom: 55px;
    }
}

@media screen and (max-width:700px) {
    .section1 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .section1 .title h2 {
        text-align: left;
    }
    .news {
        margin-top: 15px;
    }
    .news>ul>li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .news>ul>li a .text p {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .section2 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sect2-l {
        float: none;
        width: 100%;
    }
    .date-list>li a {
        padding: 5px 0;
    }
    .date-list {
        margin-top: 10px;
    }
    .sect2-r {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .date-list>li a .text h2 {
        font-size: 17px;
    }
    .date-list>li a .date p {
        font-size: 20px;
    }
    .section3 {
        padding: 15px 0;
    }
    .sect3-l {
        float: none;
        width: 100%;
    }
    .sect3-r {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .sect3-r ul li a .text {
        padding: 15px 10px;
    }
    .sect3-r ul li a .text p {
        font-size: 16px;
    }
    .sect3 ul {
        margin-top: 5px;
    }
    .sect4-down {
        display: none;
    }
    .sect4 .title {
        position: static;
        left: 15px;
        margin-bottom: 15px;
    }
    .section4 {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .sect4-big .tp {
        float: none;
        width: 100%;
    }
    .sect4-big .text {
        margin-top: 15px;
        padding-bottom: 15px;
    }
    .sect4 {
        padding-bottom: 15px;
    }
 .s5 .slick-center a .bf {
            display: block;
            transform: translate(-50%, -50%) scale(.1);
        }
        .s5 ul li {
            margin: 60px 0;
        }
        .s5 a p {
            transform: scale(.3);
            left: -83px;
            right: -83px;
            bottom: 0px;
        }
        .s5 .slick-dots li {
            margin: 0 2px;
            width: 8px;
            height: 8px;
        }
}
@media screen and (max-width:500px) {

 .s5 ul li {
            margin: 40px 0;
        }
    
}

 