@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-prev {
    width: 60px;
    height: 60px;
    background: url(../images/banner-l.png) no-repeat rgba(10, 31, 86, 0.5);
    background-position: center center;
    border-radius: 50%;
    left: 2%;
}

.banner .slick-next {
    width: 60px;
    height: 60px;
    background-color: #0a1f56;
    background: url(../images/banner-r.png) no-repeat rgba(10, 31, 86, 0.5);
    background-position: center center;
    border-radius: 50%;
    right: 2%;
}







/* s1 */
.s1 {
    padding: 70px 0;
    background: url(../images/s1-left-bj.jpg) no-repeat;
    background-position: left bottom;
    background-size: 47.5% 526px;
}

.tit h2 {
    font-size: 30px;
    letter-spacing: 2px;
    color: #333333;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}

.tit {
    position: relative;
    margin-bottom: 45px;
}

.tit p {
    font-size: 15px;
    color: #333333;
    opacity: 0.6;
    text-align: center;
}

.tit p::before {
    content: '——';
    color: #ff8a00;
    margin-right: 4px;
}

.tit p::after {
    content: '——';
    color: #ff8a00;
    margin-left: 4px;
}


.tit a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 26px;
    background: url(../images/more.png) no-repeat;
    background-position: left center;
    color: #034b9e;
}

.tit a:hover {
    color: #ff8a00;
}


.s1-l {
    width: 50%;
    float: left;
}

.s1-banner .pic {
    padding-top: 64%;
    height: 449px;
}

.s1-banner .pic img {
    object-fit: cover;
}

.s1-banner ul li a {
    position: relative;
    padding-bottom: 30px;
}

.s1-banner ul li a:hover .s1-info>p {
    color: #034b9e;
}

.s1-info p {
    font-size: 18px;
    line-height: 60px;
    letter-spacing: 1px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-info {
    position: absolute;
    width: 82%;
    bottom: 0;
    background: url(../images/s1-banner-txbj.png) no-repeat;
    background-size: cover;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.s1-tx {
    margin-top: 20px;
    width: 90%;

}
.s1-tx a{
    font-size: 14px;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    color: #eff4fa;
    opacity: 0.7;
}
.s1-list {
    float: left;
    width: 50%;
}

.s1-list ul li a .pic {
    width: 152px;
    height: 94px;
    padding-top: 0;
    float: right;
}

.s1-list ul li a {
    padding: 11px;
    padding-left: 90px;
    margin-left: -45px;
    position: relative;
}

.s1-list ul li a::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 88%;
    height: 1px;
    background-color: #ddd;
}

.s1-list ul li a:hover {
    background: url(../images/s1-list-bj.png) no-repeat;
}

.s1-list ul li a:hover:after {
    background-color: transparent;
}

.s1-list-tx {
    overflow: hidden;
    padding-top: 20px;
}

.s1-list-tx p {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 1px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}

.s1-list-tx span {
    font-family: Arial;
    font-size: 14px;
    color: #ff8a00;
    font-weight: 600;
}

.s1-list ul li a:hover p {
    color: #fff;
    font-weight: 600;
}

.s1-list ul li a:hover span {
    color: #fff;
}


/* s2 */
.s2 {
    padding: 70px 0;
    background: url(../images/s2-bj.jpg) no-repeat;
    background-size: cover;
}

.s2-list ul li a b {
    display: inline-block;
    font-family: Arial;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    background-color: #034b9e;
    padding: 0 12px;
    border-radius: 15px;
}
.s2-list ul li.slick-slide {
    padding: 10px;
}
.s2-list ul li a {
    background-color: #fff;
    padding: 25px;
    transition: all 0.3s;
}

.s2-list ul li a p {
    font-size: 18px;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 30px;
}

.s2-list ul li a span {
    font-size: 14px;
    letter-spacing: 1px;
    color: #999999;
    text-align: right;
    display: block;
}

.s2-list ul li:hover a{
    box-shadow: 5px 12px 10px 0px rgba(0, 49, 105, 0.31);
    background: url(../images/s2-list-bj.jpg) no-repeat;
    background-size: cover;
    transform:translateY(-10px);
}

.s2-list ul li:hover b {
    background-color: #ff8a00;
}

.s2-list ul li:hover p,
.s2-list ul li:hover span {
    color: #fff;
}

.s2-list .slick-dots li {
    width: 8px;
    height: 8px;
    background-color: #034b9e;
    opacity: 0.3;
    border-radius: 50%;
    transition: all 0.3s;
    margin: 0 10px;
}

.s2-list .slick-dots li.slick-active {
    width: 47px;
    height: 8px;
    background-color: #034b9e;
    border-radius: 4px;
    opacity: 1;
}

.s2-list .slick-dots {
    bottom: -4px;
}

.s2-list .slick-list {
    padding-bottom: 60px;
}

.s2-list .slick-prev {
    width: 12px;
    height: 26px;
    background-color: #034b9e;
    background: url(../images/s2-l.png) no-repeat;
    background-size: cover;
    top: 100%;
    left: 44%;

}

.s2-list .slick-next {
    width: 12px;
    height: 26px;
    background-color: #034b9e;
    background: url(../images/s2-r.png) no-repeat;
    background-size: cover;
    top: 100%;
    right: 44%;
}

/* s3 */
.s3 {
    padding: 70px 0;
    background: url(../images/s3-bj.jpg) no-repeat #e7edf6;
    background-size: 100% 403px;
}


.s3 .tit h2,
.s3 .tit p {
    color: #fff;
}

.s3 .tit a {
    background: url(../images/more-white.png) no-repeat;
    background-position: left center;
    color: #fff;
}

.s3 .tit a:hover {
    color: #ff8a00;
}

.s3-list ul li a {
    height: 496px;
    position: relative;
}

.s3-list ul li a::after {
    content: '';
    position: absolute;
    width: 66%;
    height: 40%;

    background-size: cover;
    bottom: 0;
    right: 0;

}

.s3-list ul li:nth-child(odd) a {
    background-color: #f7f7f7;
    background: url(../images/s3-list-bj.png) no-repeat #f7f7f7;
    background-position: right bottom;
}

.s3-list ul li:nth-child(even) a {
    background-color: #fff;
    background: url(../images/s3-list-bj.png) no-repeat #fff;
    background-position: right bottom;
}

.s3-list ul li.slick-current a {
    background: url(../images/s3-sj-active.jpg) no-repeat;
    background-size: cover;
}

/* .s3-list ul li a:hover {
    background: url(../images/s3-sj-active.jpg) no-repeat;
    background-size: cover;
} */

/* .s3-list ul li a:hover h3,
.s3-list ul li a:hover p, */
.s3-list ul li.slick-current a h3,
.s3-list ul li.slick-current a p {
    color: #fff;
}

.s3-poster {
    position: relative;
    height: 496px;
}

.s3-poster img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.s3-l {
    float: left;
    width: 25%;

}

.s3-list {
    overflow: hidden;
    position: relative;
}

.s3-tx {
    /*float: left;*/
    padding: 50px 30px 30px 30px;
}

.s3-poster h3 {
    font-family: serif;
    font-weight: 600;
    font-size: 46px;
    letter-spacing: 2px;
    color: #ffffff;
    position: absolute;
    top: 20%;
    left: 30px;
}

.s3-poster p {
    font-family: Georgia;
    font-weight: 600;
    font-size: 46px;
    letter-spacing: 2px;
    color: #ffffff;
    opacity: 0.2;
    position: absolute;
    top: 32%;
    left: 10px;

}


.s3-poster span {
    padding: 10px 0;
    font-size: 22px;
    letter-spacing: 1px;
    color: #ffffff;
    background: url(../images/s3-poster-txbj.png) no-repeat;
    background-size: cover;
    display: block;
    padding-left: 20px;
    padding-right: 10px;
    position: absolute;
    bottom: 60px;
    left: 30px;
}

.s3-tx h3 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;

}

.s3-list-tit::after {
    content: '';
    position: absolute;
    width: 42px;
    height: 4px;
    background-color: #ff8a00;
    left: 0;
    bottom: 0;
}

.s3-info p {
    font-size: 15px;
    line-height: 30px;
    color: #333333;
    opacity: 0.9;
}
.s3-info p img{
    display: inline-block;
    margin-right: 6px;
}
.s3-info p img:nth-child(2){
    display: none;
}
.s3-list .slick-current .s3-info>p>img:nth-child(2){
    display: inline-block;
}
.s3-list .slick-current .s3-info>p>img:nth-child(1){
    display: none;
}
.s3-list-tit {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.s3-pic {
    margin-top: 50px;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.s3-pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.s3-list ul li a:hover .s3-poster {
    display: block;
}


.s3-list .slick-current .s3-poster {
    display: block;
}

.s3-arrow {
    width: 68px;
    height: 68px;
    background-color: #ff8a00;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    right: 30%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.s3-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 19px;
    background-color: rgba(255, 255, 255, 0.5);
}

.s3-prev {
    width: 50%;
    float: left;
    height: 100%;
    background: url(../images/s3-l.png) no-repeat;
    background-position: center center;
    cursor: pointer;
}

.s3-next {
    width: 50%;
    float: right;
    width: 50%;
    float: right;
    height: 100%;
    background: url(../images/s3-r.png) no-repeat;
    background-position: center center;
    cursor: pointer;
}





/* s4 */
.s4 {
    background-color: #e7edf6;
    padding: 70px 0;
}

.s4-list ul li a h3 {
    font-size: 18px;
    line-height: 29px;
    height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    color: #333333;
}

.s4-list ul li a p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    color: #808080;
    opacity: 0.7;
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 40px;
}

.s4-list ul li a .pic {
    padding-top: 57.8%;
}

.s4-list ul li a {
    padding: 35px;

    border-bottom: 3px solid transparent;
    border-right: 1px solid #d9d9d9;
}

.s4-arrow {
    margin-top: 35px;
    width: 49px;
    height: 49px;
    background: url(../images/s4-arrow.png) no-repeat;
    background-position: center center;
    border-radius: 50%;
}

.s4-list ul li a:hover {
    background-color: #fff;
    border-bottom: 3px solid #ff8a00;
}

.s4-list ul li a:hover .s4-arrow {
    background: url(../images/s4-arrow-white.png) no-repeat #ff8a00;
    background-position: center center;
}

.s4-list ul li a:hover h3 {
    font-weight: 600;
}


/* s5 */
.s5 {
    padding: 80px 0;
    background-color: #e7edf6;
}

.px1430 {
    max-width: 1430px;
    margin: 0 auto;
}

.s5-list ul li a {
    margin: 0 15px;
}


.s5-list ul li a .pic {
    padding-top: 55%;
}

.s5-list ul li a p {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #f0f4f8;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    letter-spacing: 1px;
    transform: translate(-50%, -50%);
    min-width: 75%;
}








@media screen and (max-width:1200px) {
    .s2-list .slick-prev{
        left: 40%;
    }
    .s2-list .slick-next{
        right: 40%;
    }
}



@media screen and (max-width:1024px) {
    .banner .slick-arrow {
        width: 40px;
        height: 40px;
        background-size: 30%;
    }

    .s1,.s2,.s3,.s5{
        padding: 50px 0;
    }

    .tit h2 {
        font-size: 26px;
    }
    .s1-l{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
        background-color: #034b9e;
        padding: 15px;
    }
    .s1{
        background-size: 0;
    }
    .s1-list{
        float: none;
        width: auto;
    }
    .s1-list ul li a{
        margin: 0;
        padding-left: 10px;
    }
    .s1-list ul li a::after{
        width: 100%;
    }
    .s1-list ul li a:hover{
        background-color: #034b9e;

    }
    .s1-banner .pic{
        height: auto;
    }
    .s2-list .slick-arrow{
        display: none;
    }
    .s3-l{
        width: 33.3%;
    }
    .s3-arrow{
        right: 45%;
    }
    .s3-poster h3,.s3-poster p{
        font-size: 36px;
    }
    .s3-tx h3,.s3-poster span{
        font-size: 20px;
    }
    .s4-list ul li a h3{
        font-size: 16px;
    }
    .s5-list ul li a p{
        font-size: 18px;
        line-height: 24px;
    }
    .s1-tx{
        width: 100%;
    }
}

@media screen and (max-width:768px) {

    .s1,.s2,.s3,.s5 {
        padding: 30px 0;
    }
    .s3-l{
        width: 50%;
    }
    .tit h2 {
        font-size: 22px;
    }
    .tit {
        margin-bottom: 20px;
    }
    .tit a{
        font-size: 12px;
    }
    .s1-info{
        width: 100%;
        background-color: #fff;
    }
    .s1-info p{
        font-size: 16px;
        line-height: 50px;
    }
    .s1-tx{
        width: 100%;
    }
    .s1-list-tx p{
        font-size: 16px;
    }
    .s1-l{
        margin-bottom: 10px;
    }
    .s2-list .slick-list{
        padding-bottom: 40px;
    }
    .s2-list ul li a p{
        font-size: 16px;
    }
    .s2-list ul li a b{
        font-size: 13px;
    }
    .s3-arrow{
        right: 10px;
        top: 90%;
    }
    .s4-list ul li a{
        padding: 10px 20px;
        border-bottom: 3px solid transparent;
        border-right: 1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9;
    }
    .s5-list ul li a p{
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width:540px){
    .s3-l{
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
    }
    .s3-poster{
        height: auto;
    }
    .s3-list ul li a{
        height: auto;
    }
    .s3-tx{
        width: auto;
        float: none;
        padding: 30px;
    }
    .s4-list ul li a p{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .s5-list ul li a{
        margin: 0 10px;
    }
}

@media screen and (max-width:480px) {
    .tit h2 {
        font-size: 18px;
text-align: left;
    }
.s4{padding:30px 0;}
.s4 .tit p{display:none;}
    .s1-list ul li a .pic{
        width: 118px;
        height: 70px;
    }
    .s1-list-tx{
        padding-top: 0;
    }
    .s1-list-tx p{
        margin-bottom: 15px;
    }
    .s2-list .slick-dots li.slick-active{
        width: 25px;
        height: 5px;
    }
    .s2-list .slick-dots li{
        margin: 5px;
        width: 5px;
        height: 5px;
    }
    .s3-poster h3, .s3-poster p{
        font-size: 26px;
        left: 20px;
    }
    .s3-poster span{
        font-size: 18px;

    }
    .s3-tx h3{
        font-size: 18px;
        
    }
    .s3-list-tit{
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .s4-arrow{
        margin-top: 20px;
    }
}