@charset "utf-8";

html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
    height: 100%;
}





body {
    overflow-x: hidden;
}

.banner {
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
}



.banner .slick-slide a p {
    position: absolute;
    z-index: 9;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 35px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 100px;
}

.banner .slick-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-zz1.png) repeat-x;
    background-position: center top;
    z-index: 9;
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-zzc2.png) repeat-x;
    background-position: center bottom;
    z-index: 9;
}

.banner .slick-dots {
    bottom: 5%;
}

.banner .slick-dots li {
    width: 32px;
    height: 37px;
    background: url(../images/banner-dots.png) no-repeat;
    background-position: center center;
    margin: 0 30px;
}

.banner .slick-dots li.slick-active {
    width: 32px;
    height: 37px;
    background: url(../images/banner-dots-active.png) no-repeat;
}




.banner .slick-prev {
    width: 30px;
    height: 41px;
    background: url(../images/banner-l.png) no-repeat;
    background-size: cover;
    left: 9%;
}

.banner .slick-next {
    width: 30px;
    height: 41px;
    background: url(../images/banner-r.png) no-repeat;
    background-size: cover;
    right: 9%;
}

.banner .slick-slide.slick-current a img {
    animation: img_scale linear 8s;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}




.index {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
    background: #fff;
    padding-top: 112px;
}

.s1 {
    padding: 60px 0;
}

.tit {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.tit h3 {
    font-size: 32px;
    color: #333333;
    font-weight: 600;
}

.tit a,
.s2-tit a {
    width: 121px;
    background: url(../images/more-bj.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 15px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 15px;
    transition: all 0.3s;
}

.s2-tit a {
    top: 0;
    transform: translateY(0);
}

.tit a:hover,
.s2-tit a:hover {
    letter-spacing: 2px;
}

.s1-banner {
    float: left;
    width: 686px;
    margin: 10px;
    margin-right: 2.5%;
    box-shadow: 0px 4px 10px 0px rgba(10, 11, 24, 0.1);
}

.s1-banner .pic {
    width: 100%;
    height: 400px;
    padding-top: 0;
}

.s1-info {
    background-color: #ffffff;

    padding: 25px;
}

.s1-info h3 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-info h3 i {
    font-weight: 600;
}

.s1-info p {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999999;
}


.s1-time {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/s1-date-bj.png) no-repeat;
    background-size: cover;
    width: 176px;
    height: 49px;
    text-align: center;

}

.s1-time b {
    font-size: 24px;
    line-height: 49px;
    color: #ffffff;
}

.s1-time span {
    font-size: 14px;
    line-height: 49px;
    color: #ffffff;
}

.s1-time i {
    color: #fff;
    margin: 0 5px;
    font-size: 24px;
    font-weight: 100;
}


.s1-banner ul li a:hover img {
    transform: scale(1.1);
}


.s1-list {
    overflow: hidden;
}

.s1-list ul li a {
    padding: 25px 0;
}

.s1-list ul li:first-child a {
    padding-top: 15px;
}

.s1-list ul li {
    border-bottom: 1px solid #dcdcdc;
}

.s1-date b {
    font-size: 30px;
    color: #00368c;
    display: block;
    font-weight: 600;
}

.s1-date span {
    display: block;
    font-size: 16px;
    color: #00368c;
    opacity: 0.6;
}

.s1-date {
    float: left;
    text-align: center;
    margin-right: 25px;
}

.s1-tx h3 {
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
    font-weight: 600;
}

.s1-tx h3 i {
    font-weight: 600;
}

.s1-list ul li a:hover h3 {
    color: #00368c;
}

.s1-tx p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
    opacity: 0.8;
}



/* s2 */
.s2 {
    padding: 50px 0;
    background: url(../images/s2-bj.jpg) no-repeat;
    background-size: cover;
    font-size: 0;
}

.s2-tit {
    text-align: center;
    position: relative;
    font-size: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 45px;
}

.s2-tit b {
    font-size: 32px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    padding-bottom: 45px;
    position: relative;
}

.s2 .s2-tit a {
    background: url(../images/s2-more-bj.png) no-repeat;
    background-size: cover;
}

.s2-tit b:first-child {
    margin-right: 14.2%;
}

.s2-tit b.on::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 68px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 3px;
}


.s2-date {
    text-align: center;
    padding: 10px;
    background-color: #e2ebf9;
    float: left;
    margin-right: 20px;
}


.s2-date b {
    font-size: 26px;
    display: block;
    color: #0043a1;
}

.s2-date span {
    font-size: 12px;
    display: block;
    color: #0043a1;
    opacity: 0.8;
}


.s2-c>div {
    text-align: center;
}

.s2-c>div ul li {
    display: inline-block;
    width: 33.3%;
    padding: 0 20px;
    margin: 25px 0;

}

.s2-c>div ul li a {
    padding: 35px 20px;
    background-color: #ffffff;
    box-shadow: 0px 2px 12px 0px rgba(10, 11, 24, 0.14);
    border-bottom: 5px solid #df871f;
    transition: all 0.3s;
}

.s2-tx p {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.s2-tx {
    overflow: hidden;
    text-align: left;
}

.s2-c>div ul li:hover a {
    transform: translateY(-10px);
}

.s2-list .slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    opacity: 0.3;
    border-radius: 50%;
    margin: 0 20px;
}

.s2-list .slick-dots li.slick-active {
    opacity: 1;
}

.s2-list .slick-slider {
    padding-bottom: 30px;
}


.s2-list {
    position: relative;
}

.s2-list .s2-c {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
}

.s2-list .s2-c.on {
    position: relative;
    z-index: 1;
    opacity: 1;
}

.s3 {
    padding: 50px 0;
}

.s3-l {
    float: left;
    width: 48.5%;
    margin-right: 3%;
}

.s3 .tit h3 {
    text-align: left;
}

.s3-l .pic {
    width: 48%;
    height: 261px;
    padding-top: 0;
    float: left;
}


.s3-pt a {
    background-color: #ebf0f8;
}


.s3-tx {
    overflow: hidden;
    padding: 20px 20px 20px 30px;
}

.s3-date {
    width: 70px;
    position: relative;
}

.s3-date::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 25px;
    background: url(../images/s3-xg.png) no-repeat;
    background-size: cover;
}

.s3-date b {
    font-size: 24px;
    line-height: 20px;
    color: #0046a8;
    display: block;
    text-align: left;
    font-weight: 600;
}

.s3-date span {
    display: block;
    text-align: right;
    font-size: 16px;
    line-height: 20px;
    color: #0046a8;
}

.s3-tx h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #333;

    box-sizing: content-box;
    font-weight: 600;
}

.s3-tx h3 i {
    font-weight: 600;
}

.s3-tx p {
    border-top: 1px solid rgba(0, 67, 161, 0.4);
    padding-top: 15px;

}

.s3-tx p span {
    display: block;
    font-size: 16px;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666666;
}

.s3-pt a:nth-child(2) {
    margin-top: 40px;
}

.s3-pt a:nth-child(2) .pic {
    float: right;
}

.s3-pt a:hover img {
    transform: scale(1.1);
}

.s3-r {
    float: left;
    width: 48.5%;
}


.s3-banner {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.s3-banner .pic {
    height: 334px;
    padding-top: 0;
}

.s3-banner .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s3-zzc.png) repeat-x;
    background-position: center bottom;
    z-index: 1;
}

.s3-banner p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    padding: 20px 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 2;
}

.s3-banner:hover img {
    transform: scale(1.1);
}

.s3-list ul li a {
    line-height: 45px;
}

.s3-list ul li p {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-list ul li span {
    font-size: 16px;
    float: right;
    color: #999999;
}


.s4 {
    padding: 60px 0;
    background: url(../images/s4-bj.jpg) no-repeat;
    background-size: 100% 70%;
}

.s4 .tit h3 {
    color: #fff;
}

.s4 .tit a {
    background: url(../images/s2-more-bj.png) no-repeat;
    background-size: cover;
}

.s4-l {
    float: left;
    width: 48.5%;
    margin-right: 3%;
    position: relative;
    /* box-shadow: 0px 6px 16px 0px rgba(5, 5, 5, 0.24); */
}

.s4-l .pic {
    height: 386px;
    width: 100%;
    padding-top: 0;
}

.s4-l .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s3-zzc.png) repeat-x;
    background-position: center bottom;
    z-index: 1;
}

.s4-l a p {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 20px 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4-l a:hover img {
    transform: scale(1.1);
}

.s4-r {
    width: 48.5%;
    float: right;
}

.s4-r a {
    background-color: #ffffff;
    box-shadow: 0px 6px 16px 0px rgba(5, 5, 5, 0.24);
}

.s4-r .pic {
    width: 50%;
    height: 386px;
    padding-top: 0;
    float: left;
}

.s4-r .s3-tx {
    padding: 30px;
}

.s4-r .s3-tx h3 {
    margin: 25px 0;
}

.s4-r .s3-tx p {
    border-color: #dcdcdc;
}

.s4-r a {
    position: relative;
}

.s4-sj {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    background: url(../images/s4-sj.png) no-repeat;
    background-size: cover;
}

.s4-sj::after {
    content: '';
    position: absolute;
    right: 5px;
    bottom: 8px;
    width: 21px;
    height: 21px;
    background: url(../images/s4-add.png) no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all 0.3s;
}

.s4-r a:hover img {
    transform: scale(1.1);
}

.s4-r a:hover .s4-sj::after {
    transform: rotate(180deg);
}

.s4-c ul li:first-child {
    margin-bottom: 30px;
}

.s4-c ul li:last-child .s4-l {
    float: right;
    margin-right: 0;
}

.s4-c ul li:last-child .s4-r {
    float: left;
    margin-right: 3%;
}

.s5 {
    padding-bottom: 60px;
}

.s5-banner .pic {
    padding-top: 43.3%;
}

.s5-banner ul li a {
    margin: 0 17px;
    margin-bottom: 50px;
}

.s5-banner .slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #0043a1;
    opacity: 0.12;
    border-radius: 50%;
    margin: 0 15px;
}

.s5-banner .slick-dots li button {
    display: none;
}

.s5-banner .slick-dots li.slick-active {
    opacity: 1;
}










@media screen and (max-width: 1024px) {
    #downPage {
        display: none;
    }

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto !important;
    }

    .index {
        position: static;
        padding-top: 0;
    }



    .banner .slick-prev {
        width: 20px;
        height: 30px;
        left: 20px;
    }

    .banner .slick-next {
        width: 20px;
        height: 30px;
        right: 20px;
    }

    .banner .slick-dots li {
        margin: 0;
        transform: scale(0.7);
    }

    .banner .slick-slide a::before {
        content: none;
    }

    .tit h3 {
        font-size: 26px;
    }

    .s1,
    .s2,
    .s3,
    .s4 {
        padding: 30px 0;
    }

    .tit {
        margin-bottom: 30px;
    }

    .tit a,
    .s2-tit a {
        width: 100px;
        line-height: 35px;
        font-size: 14px;
    }

    .s1-banner {
        float: none;
        width: auto;
        margin: 0;
        margin-bottom: 20px;
    }

    .s1-date span {
        font-size: 14px;
    }

    .s1-banner .pic {
        height: auto;
        padding-top: 58%;
    }

    .s2-tit b {
        font-size: 26px;
        padding-bottom: 35px;
    }

    .s2-tit b:first-child {
        margin-right: 10%;
    }

    .s2-c>div ul li {
        width: 50%;
        margin: 20px 0;
    }
    .s2-c>div ul li:last-child {
        width: 100%;
    }

    .s2-tit {
        margin-bottom: 35px;
    }

    .s2-c>div ul li a {
        padding: 20px 15px;
    }

    .s2-tx p {
        font-size: 18px;
    }

    .s2-date b {
        font-size: 20px;
    }

    .s3-l {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .s3-r {
        float: none;
        width: auto;
    }
    .s3-banner .pic{
        height: auto;
        padding-top: 50%;
    }
    .s4-l,.s4-c ul li:last-child .s4-r{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .s4-l .pic{
        height: auto;
        padding-top: 56%;
    }
    .s4-r{
        float: none;
        width: auto;
    }
    .s4-c ul li:last-child .s4-l{
        float: none;
        width: auto;
    }
}



@media screen and (max-width: 768px) {

    .s1,
    .s2,
    .s3,
    .s4 {
        padding: 25px 0;
    }

    .tit h3 {
        font-size: 22px;
    }

    .tit a,
    .s2-tit a {
        width: 80px;
        line-height: 30px;
        font-size: 13px;
    }

    .s1-time b,
    .s1-time i {
        font-size: 20px;
        line-height: 40px;
    }

    .s1-time span {
        font-size: 12px;
    }

    .s1-info h3,
    .s1-tx h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .s1-info {
        padding: 15px 20px;
    }

    .s1-info p,
    .s1-tx p {
        font-size: 14px;
    }

    .s1-date b {
        font-size: 24px;
    }

    .s1-banner {
        margin-bottom: 10px;
    }

    .s1-time {
        height: 40px;
        line-height: 40px;
        width: 150px;
    }

    .s2-tit b {
        font-size: 22px;
        padding-bottom: 30px;
    }

    .s2-tit {
        margin-bottom: 25px;
    }

    .s2-c>div ul li {
        width: 50%;
        margin: 10px 0;
        padding: 0 10px;
    }

    .s3-l .pic {
        width: 324px;
    }
    .s5-banner ul li a{
        margin: 0 10px;
        margin-bottom: 50px;
    }
    .s5-banner .slick-dots li{
        margin: 0 5px;
        width: 8px;
        height: 8px;
    }
}


@media screen and (max-width: 624px) {
    .s2-c>div ul li {
        float: none;
        width: 100%;

    }

    .s3-l .pic {
        float: none;
        width: 100%;
        padding-top: 80%;
    }

    .s3-date b {
        font-size: 20px;
    }

    .s3-date span {
        font-size: 14px;
    }

    .s3-tx h3,
    .s3-banner p {
        font-size: 16px;
    }

    .s3-tx {
        padding: 20px;
    }

    .s3-pt a:nth-child(2) {
        margin-top: 20px;
    }

}


@media screen and (max-width: 480px) {
    .s2-tx p {
        font-size: 16px;
    }

    .s3-list ul li p,
    .s3-banner p,
    .s3-list ul li span {
        font-size: 15px;
    }

    .s2-tit b {
        font-size: 20px;
        padding-bottom: 25px;
    }

    .tit {
        margin-bottom: 20px;
    }

    .tit h3 {
        font-size: 20px;
    }

    .tit a {
        transform: translateY(-50%) scale(0.9);
    }

    .s2-tit b:first-child {
        margin-right: 5%;
    }

    .s2-tit {
        margin-bottom: 10px;
        text-align: left;
    }
    .s4-r .pic{
        float: none;
        width: auto;
        margin: 0;
        height: auto;
        padding-top: 113%;
    }
    .s4-r .s3-tx h3{
        margin: 15px 0;
    }
    .s4-l a p{
        font-size: 16px;
    }
}

.s6-list .slick-slider {
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.s6-list ul li a {
    text-align: center;
}

.s6-list ul li a:hover p {
    color: #00368c;
}

.s6-list ul li a img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 20px;
    transition: all 0.3s;
    width: 110px;
    height: 110px;
}

.s6-list ul li a:hover img {
    box-shadow: 0 0 0 4px rgba(91, 193, 255, .9), 0 0 0 8px rgba(91, 193, 255, .5), 0 0 0 12px rgba(91, 193, 255, .1)
}

.s6-list ul li a p {
    font-size: 24px;
    color: #333;
    margin-top: 20px;
}

.s6-list .slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #0043a1;
    opacity: 0.12;
    border-radius: 50%;
    margin: 0 15px;
}

.s6-list .slick-dots li button {
    display: none;
}

.s6-list .slick-dots li.slick-active {
    opacity: 1;
}