@charset "utf-8";

.banner {
    position: relative;
    overflow: hidden;
    max-width: 1300px;
    margin: 0 auto;
}

.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: 30px;
    height: 41px;
    background: url(../images/banner-l.png) no-repeat;
    background-size: cover;
    left: 30px;
}

.banner .slick-next {
    width: 30px;
    height: 41px;
    background: url(../images/banner-r.png) no-repeat;
    background-size: cover;
    right: 30px;
}


/* index */
.s1 {
    padding: 40px 0;
}

.tit {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid #1044a0;
    position: relative;
}

.tit h3 {
    font-size: 28px;
    color: #333333;
    font-weight: 600;
}

.tit a {
    font-size: 16px;
    line-height: 24px;
    color: #1044a0;
    padding-left: 35px;
    background: url(../images/more.png) no-repeat;
    background-position: left center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tit a:hover {
    color: #eea322;
}

.s1-l {
    width: 620px;
    float: left;
    margin-right: 5%;
}

.s1-banner {
    width: 100%;
    margin-bottom: 20px;
}

.s1-banner .pic {
    height: 370px;
    padding-top: 0;
}

.s1-banner ul li a {
    position: relative;
}

.s1-banner .slick-prev {
    width: 44px;
    height: 68px;
    background: url(../images/s1-l.png) no-repeat;
    background-size: cover;
}

.s1-banner .slick-next {
    width: 44px;
    height: 68px;
    background: url(../images/s1-r.png) no-repeat;
    background-size: cover;
}

.s1-info {
    background-image: linear-gradient(#25437c,
            #25437c),
        linear-gradient(#22211f,
            #22211f);
    background-blend-mode: normal,
        normal;
    opacity: 0.9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 10px;
}

.s1-info p {
    line-height: 48px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-item ul li a {
    line-height: 42px;

}

.s1-item ul li a:hover p {
    color: #06368b;
    font-weight: bold;
}

.s1-item ul li a:hover span {
    color: #1044a0;
}

.s1-item ul li a p {
    font-size: 16px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-r {
    overflow: hidden;
}

.s1-item ul li a span {
    font-size: 14px;
    color: #000000;
    float: right;

}

.s1-list ul li a {
    line-height: 20px;
    padding: 12px 0;
}

.s1-list ul li:first-child a {
    padding-top: 0;
}

.s1-list ul li a p {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-list ul li a span {
    font-size: 14px;
    color: #333333;
    float: right;
}

.s1-list ul li a:hover p {
    color: #06368b;
    font-weight: bold;
}

.s1-list ul li a:hover span {
    color: #1044a0;
}


/* s2 */
.s2 {
    padding: 40px 0;
    background: url(../images/s2-bj.jpg) no-repeat;
    background-size: cover;
}

.s2-l {
    width: 347px;
    float: left;
    margin-right: 40px;
}

.s2-l h3 {
    line-height: 80px;
    background-color: #1044a0;
    color: #ffffff;
    font-size: 28px;
    text-align: center;
}

.s2-info {
    padding: 30px;
    background-color: #fff;
    font-size: 0;
}

.s2-info a {
    text-align: center;
}

.s2-info a:first-child {

    background-color: rgba(6, 54, 139, 0.08);
    margin-bottom: 30px;
    border-radius: 10px;
}

.s2-info a:first-child img {
    width: 69px;
    height: 82px;
}

.s2-info a:last-child img {
    width: 44px;
    height: 55px;
}

.s2-info a:last-child {

    background-color: rgba(227, 195, 126, 0.4);
    border-radius: 10px;
}


.s2-info a p {
    line-height: 100px;
    font-size: 22px;
    color: #1044a0;
    display: inline-block;
}

.s2-info a img {
    vertical-align: middle;
}


.s2-r {
    overflow: hidden;
}

.s2-list {
    width: 48%;
    float: left;
}

.s2-list ul li a {
    line-height: 42px;
}

.s2-list ul li a span {
    float: right;
    font-size: 14px;
    color: #666666;
}

.s2-list ul li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
}

.s2-rl {
    margin-right: 4%;
}

.s2-list ul li a:hover p {
    color: #06368b;
    font-weight: bold;
}

.s2-list ul li a:hover span {
    color: #1044a0;
}

/* s3 */
.s3 {
    padding: 40px 0;
}

.s3-info {
    background-color: #f8f8f8;
    padding: 20px 30px;

}

.s3-info a {
    float: left;
    width: 47%;
    padding: 10px;
    margin-bottom: 20px;
}

.s3-info a p {
    line-height: 48px;
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
    white-space: nowrap;
}

.s3-info a:first-child {

    background-color: #e5f0f4;
    margin-right: 6%;
}

.s3-info a:first-child p {
    border: solid 1px #a5bcdb;
    color: #1044a0;
}

.s3-info a:nth-child(2) {

    background-color: #f8f2e7;
}

.s3-info a:nth-child(2) p {
    border: solid 1px #e0bc7a;
    color: #cc9634;
}

.s3-info a:nth-child(3) {

    background-color: #e7f1ec;
}

.s3-info a:nth-child(3) p {
    border: solid 1px #b2d2c3;
    color: #087141;
}

.s3-info a:nth-child(3) {
    margin-right: 6%;
    background-color: #e7f1ec;
}

.s3-info a:nth-child(3) p {
    border: solid 1px #b2d2c3;
    color: #087141;
}

.s3-info a:nth-child(4) {

    background-color: #f1eae8;
}

.s3-info a:nth-child(4) p {
    border: solid 1px #e5bcba;
    color: #bf2929;
}

.s3-info a:nth-child(5) {

    background-color: #fff;
    margin-bottom: 0;
    width: 100%;
}

.s3-info a:nth-child(5) .zsic {
    border: solid 1px #e5e5e5;
    padding: 10px 40px;

}

.s3-info a:nth-child(5) span {
    line-height: 20px;
    height: 40px;
    white-space: normal;
    font-size: 15px;
    letter-spacing: 2px;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.s3-info a:nth-child(5) .zsic img {
    float: left;
    margin-right: 20px;
    vertical-align: middle;
}

/* s4 */
.s4 {
    padding: 40px 0;
    background-color: #f8f8f8;
}

.s4 .tit {
    text-align: center;
}

.s4-date {

    font-size: 0;
    box-shadow: 0px 4px 10px 0px rgba(10, 11, 24, 0.1);
    background-color: #fff;
    margin-bottom: 30px;
    font-size: 0;
    text-align: center;
}

.s4-date ul li {
    text-align: center;
    display: inline-block;
    width: 11.11%;
    padding: 0 10px;
}

.s4-date ul li a {

    font-size: 20px;
    line-height: 60px;
    color: #0255b8;
    position: relative;
}

.s4-date ul li.on a {
    background-color: #0255b8;
    color: #fff;
    line-height: 67px;
    margin-top: -7px;
}

.s4-date ul li.on a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: -8px;
    top: 0;
    border-right: 4px solid #1044a0;
    border-bottom: 3px solid #1044a0;
    border-left: 4px solid transparent;
    border-top: 3px solid transparent;
}

.s4-date ul li.on a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: -8px;
    top: 0;
    border-right: 4px solid transparent;
    border-bottom: 3px solid #0255b8;
    border-left: 4px solid #1044a0;
    border-top: 3px solid transparent;
}

.s4-banner .pic {
    padding-top: 140%;
}

.s4-banner ul li a {
    margin: 0 15px;
}

.s4-banner>ul {
    padding: 0 65px;
}

.s4-banner .slick-prev {
    width: 50px;
    height: 50px;
    background: url(../images/s4-l.png) no-repeat;
    background-size: cover;
    left: 0;
}

.s4-banner .slick-next {
    width: 50px;
    height: 50px;
    background: url(../images/s4-r.png) no-repeat;
    background-size: cover;
    right: 0;
}

.s4-tx p {
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin-top: 20px;
}


.s4 .px1460 {
    max-width: 1460px;
    margin: 0 auto;
    position: relative;
}

.s4-banner {
    position: absolute;
    z-index: -9;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    transition: all 0.3s;
}

.s4-banner.on {
    position: relative;
    z-index: 9;
    opacity: 1;

}




@media screen and (max-width:1300px) {}

@media screen and (max-width:1024px) {
    .s1-l {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .s1-banner .pic {
        height: auto;
        padding-top: 60%;
    }

    .tit h3 {
        font-size: 24px;
    }





    .s2-l {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .s2-l h3 {
        line-height: 50px;
        font-size: 24px;
    }

    .s2-info a:first-child img {
        width: 59px;
        height: 72px;
    }

    .s2-info a:last-child img {
        width: 34px;
        height: 45px;
    }

    .s2-info a p {
        line-height: 70px;
        font-size: 20px;
    }

    .s2-info>a {
        display: inline-block;
        width: 48%;

    }

    .s2-info a:first-child {
        margin-right: 4%;
    }

    .s2-info a:first-child {

        margin-bottom: 0;
    }

    .s1,
    .s2,
    .s3,
    .s4 {
        padding: 30px 0;
    }

    .tit h3 {
        font-size: 22px;
    }

    .s4-banner>ul {
        padding: 0;
    }

    .s4-tx p {
        font-size: 18px;
    }

    .s4-date ul li a {
        font-size: 18px;
    }
}

@media screen and (max-width:768px) {
    .s4-date ul li a {
        font-size: 16px;
    }

    .banner .slick-prev,
    .banner .slick-next {
        width: 20px;
        height: 30px;
    }

    .s1,
    .s2,
    .s3,
    .s4 {
        padding: 20px 0;
    }

    .tit h3 {
        font-size: 20px;
    }

    .tit {
        padding-bottom: 10px;
    }

    .tit a {
        font-size: 14px;
        background-size: 20px;
        padding-left: 25px;
    }

    .s2-list {
        float: none;
        width: auto;
        margin-right: 0;
        margin-top: 20px;
    }

    .s2-l {
        margin-bottom: 0;
    }

    .s4-tx p {
        font-size: 16px;
    }

    .s4-date ul li {
        width: 20%;
    }

    .s4-date ul li.on a::before {
        content: none;
    }

    .s4-date ul li.on a::after {
        content: none;
    }

    .s4-date ul li.on a {
        margin-top: 0;
        line-height: 50px;
    }

    .s4-date ul li a {
        line-height: 50px;
    }

    .s1-banner .slick-prev {
        width: 30px;
        height: 50px;

    }

    .s1-banner .slick-next {
        width: 30px;
        height: 50px;

    }
}

@media screen and (max-width:480px) {
    .s4-date ul li a {
        font-size: 15px;
    }

    .s4-date ul li {
        padding: 0;
    }

    .s4-tx p {
        font-size: 15px;
        margin-top: 15px;
    }

    .banner .slick-prev,
    .banner .slick-next {
        width: 15px;
        height: 20px;
    }

    .s2-info>a {
        width: auto;
        display: block;

    }

    .s2-info a:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .s2-info,
    .s3-info {
        padding: 20px;
    }

    .s2-info a:first-child img {
        width: 39px;
        height: 52px;
    }

    .s2-info a:last-child img {
        width: 24px;
        height: 35px;
    }

    .s2-info a p {
        line-height: 52px;
        font-size: 18px;
    }

    .s2-l h3 {
        line-height: 46px;
        font-size: 20px;
    }

    .s3-info a:nth-child(5) .zsic {
        padding: 10px 25px;
    }

    .s1-info p {
        line-height: 40px;
        font-size: 16px;
    }

    .s1-item ul li a p,
    .s1-list ul li a p,
    .s2-list ul li a p {
        font-size: 15px;
    }

    .s1-item ul li a,
    .s2-list ul li a {
        line-height: 38px;
    }

    .s1-list ul li a {
        padding: 8px 0;
    }

    .s1-list ul li a span,
    .s1-item ul li a span {
        font-size: 13px;
    }
}







































@media screen and (max-width:1200px) {}



@media screen and (max-width:1024px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {}