@charset "utf-8";

body {
    overflow-x: hidden;
}





/* 中心部分 */


.title {
    position: relative;
    margin-bottom: .3rem;
    align-items: flex-end;
    margin-bottom: .3rem;
}

.tit_c {
    display: flex;
    align-items: flex-end;
    padding-bottom: .1rem;
    background: url(../images/tit_bg.png) no-repeat left bottom/2.88rem auto;
}


.tit_c .p {
    position: relative;
    font-size: .32rem;
    color: #333333;
    font-weight: bold;
    z-index: 6;
}

.tit_c .p span {
    font-weight: bold;
    color: #2f79c4;
}

.tit_c .p1 {

    font-size: .14rem;

    color: #666;

    text-transform: capitalize;
}


.title .more {

    transition: all .6s;
}

.title .more a {
    display: block;
    line-height: .32rem;
    transition: all .6s;
}

.title .more a span {
    font-size: .14rem;
    color: #2f79c4;
    font-weight: bold;
    padding-right: .2rem;
    background: url(../images/more1.png) no-repeat right center/.13rem auto;
    transition: all .6s;
}

.section1 {
    padding: .9rem 0 2.7rem;
    background: url(../images/section1-bg.jpg) no-repeat center bottom/cover;
}

.s1 {
    align-items: flex-start;
}

.s1 .left {
    width: 41.6%;
}

.s1l_list ul li {
    margin-top: .2rem;
}

.s1l_list ul li a {
    display: block;
    background: url(../images/s1l_txtbg.jpg) no-repeat center top/cover;
    padding: .3rem .15rem;
    border-radius: .15rem;
    transition: all .6s;
}

.s1l_list ul li a span {
    display: block;
    font-size: .18rem;
    color: #6da1d6;
    font-family: "dinpro";
    padding-bottom: .16rem;
}

.s1l_list ul li a p {
    font-size: .16rem;
    color: #222;
}

.s1 .right {
    width: 54.16%;
}

.s1r-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -.2rem;
}

.s1r-list li {
    width: 48%;
    margin-top: .2rem;
}

.s1r-list li a {
    display: block;
    border: 10px solid #2f79c4;
    border-radius: .2rem;
    padding: .2rem .25rem;
    background: url(../images/s1r_txtbg.jpg) no-repeat center bottom/cover;
    transition: all .6s;
}

.s1r-list li a h2 {
    font-size: .18rem;
    color: #333;
    line-height: .32rem;
    height: .64rem;
    overflow: hidden;
}

.s1r-list li a span {
    display: block;
    margin-top: .05rem;
    margin-bottom: .1rem;
    font-size: .18rem;
    color: #6da1d6;
    font-family: "dinpro";
}

.s1r-list li a p {
    font-size: .14rem;
    color: #666;
    line-height: .32rem;
    height: .96rem;
}

@media screen and (min-width: 1025px) {
    .s1l_list ul li:hover a {
        background: url(../images/s1l_txtbg1.jpg) no-repeat center top/cover;
        box-shadow: 0px 8px 14.72px 1.28px rgba(2, 85, 177, 0.14);
    }

    .s1r-list li:hover a {
        background: url(../images/s1r_txtbg1.jpg) no-repeat center bottom/100% 100%;
    }

    .s1r-list li:hover a h2,
    .s1r-list li:hover a p,
    .s1r-list li:hover a span {
        color: #fff;
    }

    .title .more:hover a span {
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 1024px) {

    .left {
        width: 100% !important;
    }

    .right {
        width: 100% !important;
        margin-top: .2rem;
    }


}

@media screen and (max-width: 768px) {
    .tit_c .p1 {
        display: none;
    }

    .section1 {
        padding-top: .2rem;
        padding-bottom: 1.8rem;
    }

    .tit_c .p {
        font-size: .24rem;
    }

    .s1r-list li {
        width: 100%;
    }
}

.section2 {
    position: relative;
}

.section2 .wp {
    position: relative;
    z-index: 6;
}

.section2::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1.6rem;
    bottom: 0;
    width: 43.75%;
    background: url(../images/s2-lbg.png) no-repeat center top/cover;
    border-top-right-radius: 130px;
}

.section2::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 56.25%;
    background: url(../images/s2-rbg.jpg) no-repeat center top/cover;
}

.s2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 1.1rem;
}

.s2-l {
    width: 37.5%;
    margin-top: -1rem;
}

.s2-l .tit_c {
    background: url(../images/tit_bg1.png) no-repeat left bottom/2.88rem auto;
}

.s2-l .tit_c .p span {
    color: #fff;
}

.s2-l .tit_c .p {
    color: #fff;
}

.s2-l .tit_c .p1 {
    color: #fff;
}

.s2-l .title .more a span {
    color: #fff;
    background: url(../images/more.png) no-repeat right center/.13rem auto;
}

.s2l_list ul {
    background: #fff;
    border-radius: .2rem;
    overflow: hidden;
    margin-top: .45rem;
}

.s2l_list ul li {
    position: relative;
    padding: 0 .15rem;
    transition: all .6s;
}

.s2l_list ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: url(../images/s2l-txtbg.jpg) no-repeat center top/cover;
    transition: all .6s;
}

.s2l_list ul li a {
    position: relative;
    display: block;
    padding: .28rem 0;
    border-top: 1px dashed #999999;
    z-index: 6;
    transition: all .6s;
}

.s2l_list ul li:first-child a {
    border-top: none;
}

.s2l_list ul li a span {
    display: block;
    font-size: .14rem;
    color: #6da1d6;
    font-family: "dinpro";
    padding-bottom: .1rem;
}

.s2l_list ul li a p {
    font-size: .18rem;
    color: #333;

}

.s2-r {
    width: 54.16%;
    padding-top: .5rem;
}

.s2-r>div {
    margin-top: .4rem;
}

.s2r-top>ul>li.on {
    width: 44%;
}

.s2r-top>ul>li:first-child.on {
    width: 36%;
}

.s2-r>div>ul {
    display: flex;
    flex-wrap: wrap;
}


.s2-r>div>ul>li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 1.2rem;
    margin-right: 3%;
    background: linear-gradient(0, rgba(255, 254, 255, 1) 0%, rgba(215, 255, 254, 1) 100%);
    border-radius: .1rem;
    overflow: hidden;
    cursor: pointer;
}

.s2-r>div>ul>li .s2tl p {
    font-size: .14rem;
    color: #2f79c4;
    margin-top: .1rem;
}



.s2-r>div>ul>li .s2tl {
    width: 1.2rem;
    height: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.s2-r>div>ul>li .s2tr {
    display: none;
    flex: 1;
    min-width: 0;
}

.s2-r>div>ul>li:last-child {
    margin-right: 0;
}


.s2-r>div>ul>li .s2tl .s2_icon .s2-icoh {
    display: none;
}


.s2_lj1 ul {
    display: flex;
    flex-wrap: wrap;
}

.s2_lj1 ul li {
    width: 45%;
}

.s2_lj1 ul li:nth-child(2n-1) {
    width: 55%;
}

.s2_lj1 ul li a {
    line-height: .3rem;
    padding: 0 .02rem;
    display: block;
    font-size: .14rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2_lj2 ul li:nth-child(1) a {
    background: #14bbe5;
}

.s2_lj2 ul li:nth-child(2) a {
    background: #2c98f4;
}

.s2_lj2 ul li:nth-child(3) a {
    background: #f46f2c;
}

.s2_lj2 ul li:nth-child(4) a {
    background: #0fd756;
}
.s2_lj2 ul li:nth-child(5) a {
    background: #2c98f4;
}
.s2_lj2 ul li:nth-child(6) a {
    background:#14bbe5;
}

.s2_lj2 ul li {
    width: 48%;
    margin: .02rem 0;
}

.s2_lj2 ul li a {
    display: block;
    text-align: center;
    line-height: .27rem;
    font-size: .12rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .6s;
}

.s2_lj2 ul li:hover a {
    border-radius: .1rem;
}


.s2_lj2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .15rem .1rem;
}


.s2_lj ul li {
    line-height: .3rem;
    padding: 0 .1rem;
}

.s2_lj ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .14rem;
    color: #333;
}

.s2_lj ul li:hover a {
    color: #2f79c4;
    font-weight: bold;
    text-decoration: underline;
}

.s2_list ul li {
    line-height: .28rem;
    padding-right: .8rem;
    padding-left: .1rem;
    position: relative;
    width: 100%;
}

.s2_list ul li a {
    display: block;
    font-size: .14rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2_list ul li:hover a {
    color: #2f79c4;
    font-weight: bold;
    text-decoration: underline;
}

.s2_list ul li span {
    position: absolute;
    right: .1rem;
    top: 0;
    font-size: .12rem;
    color: #333;
}

.s2_dz p {
    line-height: .3rem;
    font-size: .14rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 .1rem;
}

@media screen and (min-width: 1025px) {
    .s2l_list ul li:hover::after {
        width: 100%
    }

    .s2l_list ul li:hover a,
    .s2l_list ul li:hover+li a {
        border-top: 1px dashed transparent;
    }

    .s2l_list ul li:hover a span,
    .s2l_list ul li:hover a p {
        font-weight: bold;
        color: #2f79c4;
    }

}

@media screen and (min-width: 769px) {
    .s2-r>div>ul>li.on .s2tl p {
        color: #fff;
    }

    .s2r-down>ul>li.on {
        width: 44%;
    }

    .s2r-down>ul>li.on .s2tr {

        display: block;
    }



    .s2-r>div>ul>li.on .s2tl .s2_icon .s2-icoh {
        display: block;
    }

    .s2-r>div>ul>li.on .s2tl .s2_icon .s2-ico {
        display: none;
    }





    .s2-r>div>ul>li.on .s2tl {
        width: 1.2rem;
        background: #2f79c4;
    }

    .s2r-top>ul>li.on .s2tr {
        width: 57%;
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .s2-l {
        width: 100%;
    }

    .s2-r {
        width: 100%;
    }

    .section2::before {
        width: 100%;
    }

    .section2::after {
        width: 100%;
        top: 30%;
    }


}

@media screen and (max-width: 768px) {
    .s2-l {
        margin-top: -1.4rem;
    }

    .section2::before {
        border-radius: 50px;
    }

    .title {
        margin-bottom: .15rem;
    }

    .s2l_list ul {
        margin-top: .15rem;
    }

    .s2l_list ul li a {
        padding: .15rem 0;
    }

    .s2-r {
        padding-top: .2rem;
    }

    .s2-r>div {
        margin-top: .15rem;
    }

    .s2-r>div>ul>li {
        width: 100%;
        margin-right: 0;
        margin-bottom: .15rem;
    }

    .s2-r>div {
        margin-top: 0;
    }

    .s2r-top {
        margin-right: 0;
    }

    .s2-r>div>ul>li .s2tl {
        width: 1.2rem;
        background: #2f79c4;
    }

    .s2-r>div>ul>li .s2tr {
        display: block;

    }

    .s2r-top>ul>li:first-child.on {
        width: 100%;
    }

    .s2-r>div>ul>li .s2tl .s2_icon .s2-icoh {
        display: block;
    }

    .s2-r>div>ul>li .s2tl .s2_icon .s2-ico {
        display: none;
    }

    .s2-r>div>ul>li .s2tl p {
        color: #fff;
    }



    .s2r-down>ul>li .s2tr ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: .15rem .1rem;
    }

    .s2r-down>ul>li .s2tr ul li:hover a {
        border-radius: .1rem;
    }

    /* .s2r-down>ul>li {

        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .s2r-down>ul>li .s2tr ul li {
        width: 48%;
        margin: .05rem 0;
    }

    .s2r-down>ul>li .s2tr ul li a {
        display: block;
        text-align: center;
        line-height: .3rem;
        font-size: .14rem;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: all .6s;
    }

    .s2r-top>ul>li .s2tr ul li a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .14rem;
        color: #333;
    }

    .s2r-top>ul>li .s2tr ul li {
        line-height: .3rem;
        padding: 0 .1rem;
    } */

    .s2 {
        padding-bottom: .2rem;
    }
}