@charset "utf-8";

.banner {
    position: relative;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
}

.banner a {
    display: block;
    position: relative;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.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 li button {
    display: none;
}

.banner .slick-dots {
    bottom: 5%;
}

.banner .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
    width: 50px;
    background-color: #E3BB5B;
}



/* index */


.s1 {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/s1-bj.png) no-repeat;
    background-size: cover;
}

.s1-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

.s1-top>div {
    width: 31%;
    text-align: center;
    position: relative;
    padding: 30px 0;
}

.s1-hq:hover >p {
    color: #024FA1;
}
.s1-hq{
    cursor: pointer;
}
.s1-top div p {
    font-size: 18px;
    font-weight: bold;
    color: #424242;
}

.s1-top div p img {
    margin: 0 12px;
    vertical-align: middle;
}

.s1-top div.s1-hq {
    background-color: #E2ECF7;
}

.s1-ewm {
    position: absolute;
    left: 22%;
    top: -100%;
    width: 90px;
    height: 90px;
    padding: 2px;
    background-color: #fff;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}

.s1-top div:hover .s1-ewm {
    visibility: visible;
    opacity: 1;
    top: -85%;
}

.s1-ewm img {
    display: block;
    width: 100%;
    height: 100%;
}

.s1-ewm::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

.s1-link{
    position: absolute;
    min-width: 400px;
    width: 100%;
    left: 0;
    top: 120%;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px rgba(2, 79, 161, 0.3);
    padding: 30px 0;

    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;

}
.s1-hq:hover .s1-link{
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.s1-link ul li{
    width: 25%;
    margin-bottom: 30px;
}
.s1-link ul li a p{
    margin-top: 10px;
    text-align: center;
}
.s1-link ul li a:hover p{
    color: #024FA1;
}
.s1-link ul li .ico img{
height: 60px;
    width: 60px;
}

.s1-link ul{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}

.s1-lx {
    background-color: #F9EFE2;
}

.s1-wx {
    background-color: #F7ECE9;
}

.tit {
    position: relative;
    margin-bottom: 35px;
}

.tit::after {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #024FA1;
    left: 0;
    bottom: 0;
    position: absolute;
}

.tit h3 {
    font-size: 36px;
    font-weight: bold;
    color: #024FA1;
    padding-bottom: 20px;
    background: url(../images/tit-bj.png) no-repeat left bottom;
    background-size: 100%;
}

.tit h3 img {
    margin-right: 20px;
    vertical-align: middle;
}

.tit a {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 18px;
    color: #565656;
    padding-left: 70px;
    background: url(../images/more.png) no-repeat left center;
}

.tit a:hover {
    color: #024FA1;
}

.s1-banner {
    width: 49%;
    float: left;
    margin-right: 32px;
}

.s1-banner .pic {
    width: 100%;
    height: 468px;
    padding-top: 0;
}

.s1-banner a {
    position: relative;
}

.s1-banner a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s1-zzc.png) repeat-x;
    background-position: center bottom;
    z-index: 1;
}

.s1-tx {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    z-index: 9;
    padding: 30px;
}

.s1-tx p {
    font-size: 20px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-banner .slick-dots {
    text-align: right;
    bottom: 40px;
    right: 40px;
}

.s1-banner .slick-dots li {
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 9px;
    transition: all 0.5s;
}

.s1-banner .slick-dots li.slick-active {
    width: 40px;
    background-color: #E6BA50;
}

.s1-list {
    overflow: hidden;
}

.s1-list ul li a {
    line-height: 20px;
    padding: 32px 0;
    border-bottom: 2px solid rgba(2, 79, 161, 0.3);
}

.s1-list ul li:first-child a {
    padding-top: 0;
}

.s1-list ul li a:hover p {
    color: #005BAC;
}

.s1-list ul li a:hover {
    border-color:#005BAC;
}

.s1-list ul li a span {
    float: right;

    font-size: 14px;
    color: #005BAC;
    padding-left: 16px;
    background: url(../images/s1-date.png) no-repeat left center;
}

.s1-list ul li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    font-size: 18px;
    color: #303030;
    padding-left: 24px;
    background: url(../images/s1-dots.png) no-repeat left center;
}
.s1-list ul li a:hover p{
    font-weight: 600;
}
/* s2 */
.s2 {
    padding-top: 50px;
    background-color: #E7EDF6;
}
.s2-list ul li div{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}

.s2-list ul li a {
    background: url(../images/s2-line.png) no-repeat left bottom #fff;
    box-shadow: -6px 0px 9px 0px rgba(0, 0, 0, 0.1);
    padding: 25px 0;
    width: 33.3%;
}
.s2-list ul li div>div{
    width: 33.3%;
    height: 0;
}
.s2-list {
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.s2-list ul li a p {
    background-color: #134EAA;
    padding-left: 40px;
    padding-right: 20px;
    line-height: 34px;
    font-size: 18px;
    line-height: 34px;
    color: #FFFFFF;
    width: fit-content;
    border-radius: 0 99px 99px 0;
    margin-bottom: 25px;
}

.s2-list ul li a h3 {
    font-size: 18px;
    line-height: 30px;
    color: #323232;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
    margin: 0 auto;
}

.s2-list ul li a:hover h3 {
    color: #295BA6;
    font-weight: 600;
}

.s2-list ul li a:hover p {
    background-color: #CCA552;
}

.s2-prev {
    width: 33.3%;
    height: 40px;
    background: url(../images/s2-lbj.png) no-repeat;
    background-size: cover;
}

.s2-prev i {
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    background: url(../images/s2-l.png) no-repeat #005BAC center center;
    cursor: pointer;
}

.s2-next {
    width: 33.3%;
    height: 40px;
    background: url(../images/s2-rbj.png) no-repeat;
    background-size: cover;

}

.s2-next i {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    background: url(../images/s2-r.png) no-repeat #E3BB5B center center;
    cursor: pointer;
}

.s2-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    top: -10px;
    right: 0;
    width: 100%;
}

.s2>.px1400 {
    position: relative;
}


/* s3 */
.s3 {
    padding-top: 70px;
    padding-bottom: 50px;
    background: url(../images/s3-bj.png) no-repeat;
    background-size: cover;
}

.s3-list {
    padding-top: 30px;
    padding-bottom: 60px;

}

.s3-list ul li a {
    text-align: center;
}

.s3-list ul li a .icon {
    width: 150px;
    height: 150px;
    padding: 10px;
    margin: 0 auto;
    position: relative;
}

.s3-list ul li a .icon::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px dashed #3AA8B9;
}

.s3-list ul li a .icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.s3-list ul li a p {
    margin-top: 15px;
    font-size: 18px;
    color: #272727;
}

.s3-list ul li a:hover .icon {
    animation: jello 1.2s;
}

.s3-list ul li a:hover p {
    color: #005BAC;
}

.s3-banner .pic {
    padding-top: 62.5%;
}

.s3-banner ul li a {
    margin: 0 15px;
}

.s3-banner .slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #024FA1;
    border-radius: 10px;
    transition: all 0.5s;
}

.s3-banner .slick-dots li.slick-active {
    width: 40px;
    background-color: #E3BB5B;
}

.s3-banner .slick-slider {
    padding-top: 30px;
    padding-bottom: 60px;
}






@media (max-width:1400px) {
    .tit a{
        padding-left: 60px;
        bottom: 20px;
    }
    .tit h3{
        background-size: 0;
        border-bottom: 1px solid rgba(7, 61, 151, 0.2);
    }

}


@media (max-width:1200px) {
    .s1 {
        padding: 50px 0;
    }
    .s2{
        padding-top: 50px;
    }
    .s3{
        padding: 50px 0;
    }
    .s1-top{
        margin-bottom: 30px;
    }
}



@media (max-width:1024px) {
    .s1-top>div p {
        font-size: 16px;
    }
    .tit h3{
        font-size: 26px;
    }
    .s1-banner{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .s1-banner .pic{
        padding-top: 70%;
        height: auto;
    }
    .s3-list ul li a .icon{
        width: 120px;
        height: 120px;
    }

    .s2-list ul li a{
        width: 50%;
    }
    .s2-list ul li div>div{
        width: 50%;
    }
}

@media (max-width:768px) {
    .s2-list ul li a{
        width: 100%;
    }
    .s2-list ul li div>div{
        width: 100%;
    }
    
    .s1 {
        padding: 30px 0;
    }
    .s2{
        padding-top: 30px;
    }
    .s1-top{
        margin-bottom: 0;
    }
    .s1-top>div {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px 0;
    }
    .tit h3{
        font-size: 24px;
    }
    .tit a{
        font-size: 14px;
    }
    .tit h3 img{
        width: 26px;
        margin-right: 10px;
    }
    .s1-tx p{
        font-size: 18px;
    }
    .s1-banner .slick-dots{
        right: 10px;
    }
    .s1-list ul li a{
        padding: 25px 0;
    }
    .s1-list ul li a p{
        font-size: 16px;
    }
    .s2-btn{
        display: none;
    }
    .s2-list ul li a p{
        font-size: 16px;
    }
    .s2-list ul li a h3{
        font-size: 16px;
    }
    .s3-list ul li a .icon{
        width: 100px;
        height: 100px;
    }
    .s3-list{
        padding-top: 0;
        padding-bottom: 40px;
    }
    .s3-list ul li a p{
        font-size: 16px;
    }
    .s3-banner .slick-slider{
        padding-top: 0;
        padding-bottom: 20px;
    }
    .s3-banner .slick-dots li{
        width: 5px;
        height: 5px;
    }
    .s1-ewm{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width:480px) {
    .tit h3{
        font-size: 22px;
    }
    .s1-link{
        min-width: 100%;
    }
}