@charset "utf-8";

body {
    background: #eff5fb;
}

html, body, .banner, .banner .slick, .banner .slick div, .banner .slick-slide a, .banner .slick-slide a img {
    width: 100%;
    height: 100%;
}

#downPage {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
    z-index: 9;
    cursor: pointer;
}

#downPage img {
    display: block;
    animation: bb 2s linear 0s infinite;
}

@keyframes bb {
    0% {
        transform: translate(-50%, 0);
        opacity: 0;
    }

    20% {
        transform: translate(-50%, 3px);
        opacity: 1;
    }

    80% {
        transform: translate(-50%, 10px);
        opacity: 1;
    }

    90% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}

.index {
    font-size: 0;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 99;
    background: #fff;
    padding-top: 120px;
}


.title {
    position: relative;
    line-height: 36px;
    margin-bottom: 50px;
    z-index: 9;
}

.title h2 {
    font-size: 30px;
    color: #2d2d2d;
    font-weight: 600;
    width: 215px;
    text-align: center;
    background: url(../images/title-bj.png) no-repeat;
    background-position: center top;
    padding-top: 30px;
    line-height: 30px;
}

.title a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 25px;
    background: url(../images/tit-more.png) no-repeat;
    background-position: right center;
    font-size: 16px;
    color: #333;
}

.title a:hover {
    color: #0970da;
}

.title-w h2 {
    color: #fff;
}

.title-w a {
    color: #fff;

    background-position: right center;
}


.big-block1 {
    background: url(../images/big-bj1.png) no-repeat;
    background-position: center bottom;
    padding-bottom: 70px;
}

.section1 {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    background: url(../images/s1-bj.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s1-c {
    display: flex;
    justify-content: space-between;
}

.s1-l {
    width: 1017px;
}

.s1-r {
    flex: 1;
    padding-left: 3.5%;
    min-width: 0;

}

.s1-lc {
    background: #f2f2f2;
    padding: 30px;
}


.s1-lc li a {
    display: block;
    position: relative;
}

.s1-lc li a:hover h3 {
    text-decoration: underline;
}

.s1-lc li a .pic {
    padding-top: 57%;
}

.s1-linfo {
    background-color: rgba(0, 0, 0, .5);
    padding: 0 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 64px;
}

.s1-lc h3 {
    color: #333;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-weight: normal;
    padding-right: 101px;
}

.s1-lc p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 32px;
    color: #0f579f;
}

.s1-lc p span {
    font-size: 24px;
    font-weight: bold;
    color: #0f579f;
}

.s1-lc .slick-dots {
    bottom: 25px;
    right: 15px;
    width: auto;
    font-size: 0;
}

.s1-lc .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 7px;
    transition: all 0.3s;
    background: #fff;
    border-radius: 50%;
}

.s1-lc .slick-dots li button {
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 11px auto;
    display: none;
}

.s1-lc .slick-dots li.slick-active {
    background: #0c41b9;
}

.s1-rc {
    background: #096fd0;
    background: linear-gradient(-48deg,
            #013e85 0%,
            #096fd0 100%);
    position: relative;
    padding: 0 10% 50px 10%;
}

.s1-rc::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 28px;
    background-color: #5db6f5;
    z-index: 7;
}

.s1-rc::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-width: 0 35px 28px 0;
    border-style: solid;
    border-color: transparent #fff transparent;
    z-index: 9;
}

.s1-rc ul li a {
    display: block;
    border-bottom: 1px dashed rgba(255, 255, 255, .3);
    padding-top: 50px;
}

.s1-rc ul li a span {
    display: block;
    font-size: 12px;
    line-height: 12px;
    padding-left: 20px;
    color: #ffffff;
}

.s1-rc ul li a h3 {
    padding-left: 20px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/list-bef.png) no-repeat;
    background-position: left center;
}

.s1-rc ul li a .titline i {
    background-image: linear-gradient(#fff, #fff);
}

.s1-rc ul li a:hover h3 {
    color: #fff;
}


.section2 {
    margin-top: 75px;
}

.section2 .title h2 {
    margin: 0 auto;
}

.s2-c {
    background: #fff;
    padding: 50px 45px 70px 45px;
}

.s2-c ul li a {
    display: block;
    margin: 0 20px;
}

.s2-c li a .pic {
    padding-top: 68%;
}

.s2-c li a .info {
    border-top: none;
    padding: 15px 0 0 0;
}

.s2-c li a .info h3 {
    height: 60px;
    overflow: hidden;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    color: #303030;
}

.s2-c li a .info p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    height: 48px;
    margin-bottom: 20px;
    overflow: hidden;
    margin-top: 3px;
}

.other-info {
    display: flex;
    align-items: center;
}

.other-info .data {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    margin-top: 15px;
}

.s2-c li a:hover .info h3 {
    color: #096fd0;
}

.section3 {
    margin-top: 50px;
    overflow: hidden;
}

.s3-c {
    display: flex;
    justify-content: space-between;
}

.s3-l {
    width: 58%;
    position: relative;
}

.s3-l::before {
    content: "";
    position: absolute;
    right: -50px;
    bottom: 0;
    left: -160px;
    top: 0;
    background: url(../images/s3-lbj.jpg) no-repeat;
    background-position: right bottom;
    z-index: 1;
}

.s3-r {
    width: 33.8%;
    border-bottom: 7px solid #0293cf;
}

.s3-lt {
    position: relative;
    z-index: 9;
}

.s3-lt a {
    display: flex;
    background: linear-gradient(-48deg, #013e85 0%, #096fd0 100%);
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.s3-lt a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 28px;
    background-color: #5db6f5;
    z-index: 7;
}

.s3-lt a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-width: 0 35px 28px 0;
    border-style: solid;
    border-color: transparent #fff transparent;
    z-index: 9;
}

.s3-lt a .pics {
    width: 57.5%;
    z-index: 9;
}

.s3-lt a .pics .pic {
    padding-top: 55%;
}

.s3-lt a .info {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 9;
    padding: 0 30px;
}

.s3-lt a .info h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    color: #f0f0f0;
}

.s3-lt a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s3-lt a .info div {
    width: 55px;
    height: 2px;
    margin: 20px 0 25px 0;
    background-color: #ffffff;
}

.s3-lt a .info p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    color: #f0f0f0;
}

.s3-lb {
    margin-top: 15px;
    padding-bottom: 20px;
    position: relative;
    z-index: 9;
}

.s3-lb ul {
    display: flex;
    justify-content: space-between;
}

.s3-lb ul li {
    width: 48%;
}

.s3-lb ul li a {
    display: block;
}

.s3-lb ul li a .pic {
    padding-top: 63.8%;
    margin-bottom: 10px;
}

.s3-info .info h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    color: #303030;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-info:hover .info h3 {
    color: #096fd0;
}

.s3-info .info p {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    color: #999999;
    margin-top: 10px;
}

.s3-r ul li a {
    display: block;
}

.s3-r ul li a .pic {
    padding-top: 66%;
    margin-bottom: 5%;
}

.s3-r ul li a.s3-info .info p {
    height: 66px;
}

.s3-rarrow {
    display: flex;
    justify-content: center;
    margin-top: 20%;
}

.s3-rarrow div img {
    display: block;
    cursor: pointer;
}

.s3-rarrow div {
    margin: 0 40px;
}

.section4 {
    background: url(../images/s4-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 50px;
    position: relative;
    z-index: 10;
}

.section4 .title h2 {
    margin: 0 auto;
}

.s4-c .slick-arrow {
    width: 29px;
    height: 36px;
    z-index: 9;
    transition: all 0.3s;
}

.s4-c>ul {
    margin: 0 -10px;
}

.s4-c ul li a {
    display: block;
    margin: 0 10px;
    padding: 35px 10px 25px 10px;
    background: rgba(255, 255, 255, .4);
}

.s4-c ul li a .pics {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.s4-c ul li a .pics img {
    max-height: 100%;
    max-width: 100%;
}

.s4-c ul li a p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
    margin-top: 15px;
}

.s4-c ul li a:hover {
    background: #fff;
}
.s4-c ul li a:hover p{
    color: #096fd0;
}
.s4-c .slick-prev {
    background: url(../images/s4-prev.png) no-repeat;
    background-size: 100% 100%;
    margin-left: -30px;
}

.s4-c .slick-next {
    background: url(../images/s4-next.png) no-repeat;
    background-size: 100% 100%;
    margin-right: -30px;
}

.s4-b {
    margin-top: 100px;
    height: 248px;
}

.s4-b ul {
    margin: 0 -10px;
    padding: 30px 80px;
    background: rgba(0, 74, 159, .9);
}

.s4-b ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 218px;
    background-color: rgba(1, 62, 133, .65);
    margin: 0 10px;
}

.s4-b ul li a div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.s4-b ul li a p {
    text-align: center;
    font-size: 1.375rem;
    line-height: 30px;
    margin-top: 20px;
    color: #ffffff;
}

@media screen and (max-width:1800px) {
    .s4-c .slick-prev{
        margin-left: 0;
    }
    .s4-c .slick-next{
        margin-right: 0;
    }
}

@media screen and (max-width:1620px) {
    .s1-l {
        width: 800px;
    }
.s1-lc h3{font-size:16px;}
.s1-rc ul li a h3{font-size:18px;}
.s2-c li a .info h3{font-size:16px;}
.s3-lt a .info h3, .foot-c h3{font-size:18px;}
.s3-info .info h3, .s4-b ul li a p{font-size:18px;}
.s3-info .info p, .foot-m div a, .foot-text p{font-size:13px;}

.bq p{font-size:13px;}
.s4-c ul li a p{font-size:20px;}
    .s1-rc {
        padding: 0 5% 25px 5%;
    }

    .s1-rc ul li a {
        padding-top: 30px;
    }

    .s4-b ul {
        padding: 20px;
    }

    .title h2 {
        font-size: 24px;
    }
    .s4-b{
        height: auto;
    }
.foot-l a img{max-width:85%;}
}

@media screen and (max-width:1520px) {}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1200px) {
    .s1-l {
        width: 700px;
    }

    .s1-rc {
        padding: 0 5% 25px 5%;
    }

    .s1-rc ul li a {
        padding-top: 18px;
    }

    .s1-r {
        padding-left: 20px;
    }

    .s3-lt a .info h3, .s3-info .info h3, .s4-c ul li a p, .s4-b ul li a p {
        font-size: 18px;
    }

    .s3-lt a .info div {
        margin: 10px 0;
    }
}

@media screen and (max-width:1024px) {

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick .slick div,
    .banner .slick .slick-slide a,
    .banner .slick .slick-slide a img {
        height: auto !important;
    }

    .index {
        position: static;padding-top:0;
    }

    .banner-link {
        position: static;
        transform: none;
        width: auto;
    }

    .banner-link ul li a span {
        font-size: 16px;
    }

    .banner-link ul li a {
        line-height: 50px;
    }

    .s1-c {
        display: block;
    }

    .s1-l, .s3-l {
        width: auto;
        padding-right: 0;
        padding-bottom: 0;
    }

    .s1-lc {
        padding: 0;
    }

    .s1-r, .s3-r {
        width: auto;
        padding: 0;
        margin-top: 25px;
    }

    .s1-rc {
        padding: 15px;
    }

    .s1-rc ul li a h3, .s1-lc h3, .s2-c li a .info h3, .s3-lt a .info h3, .s3-info .info h3, .s4-c ul li a p, .s4-b ul li a p {
        font-size: 16px;
    }

    .s1-lc .slick-dots li {
        width: 10px;
        height: 10px;
    }

    .s1-linfo {
        line-height: 36px;
    }

    .s1-lc .slick-dots {
        bottom: 13px;
    }

    .s2-c {
        padding: 20px;
    }

    .s2-c ul {
        margin: 0 -10px;
    }

    .s2-c ul li a {
        margin: 0 10px;
    }

    .s3-c {
        display: block;
    }

    .s3-rarrow {
        margin-top: 25px;
        padding-bottom: 20px;
    }

    .s3-r ul li a .pic {
        margin-bottom: 10px;
    }

    .s3-lt a .info {
        padding: 0 15px;
    }

    .title h2 {
        font-size: 20px;
        padding-top: 25px;
        width: 160px;
        line-height: 25px;
        background-size: 100% auto;
    }

    .title {
        margin-bottom: 25px;
    }

    .section4 .title h2, .section2 .title h2 {
        margin: 0;
    }

    .section1, .section4 {
        padding-top: 30px;
    }

    .section2, .section3, .s4-b {
        margin-top: 30px;
    }

    .big-block1 {
        padding-bottom: 30px;
    }
}

@media screen and (max-width:768px) {
    .s3-lt a {
        display: block;
    }

    .s3-lt a .pics {
        width: auto;
    }

    .s3-lt a .info {
        padding: 15px;
    }

    .s3-rarrow div img {
        width: 30px;
    }

    .s4-b ul {
        padding: 20px 0;
    }
}

@media screen and (max-width:480px) {
    .s3-lb ul {
        display: block;
    }

    .s3-lb ul li {
        width: auto;
        margin-top: 15px;
    }
}