@charset "utf-8";

.section1 {
    /* padding: .7rem 0; */
    padding-top: 0.7rem;
}


.title {
    position: relative;
    justify-content: space-between;
    margin-bottom: 0.3rem;
    align-items: center;
}

.title::after {
    content: "";
    position: absolute;
    top: 48.5%;
    left: 0;
    right: .75rem;
    height: 1px;
    background: rgba(0, 63, 152, .3);
}

.title h2 {
    position: relative;
    text-align: left;
    z-index: 9;
}

.title h2 span {
    display: block;
    font-size: 0.24rem;
    color: #8BA2C2;
    font-family: "century";
    font-weight: normal;
    text-align: justify;
    padding-right: 0.75rem;
    display: none;
}

.title h2 p {
    display: inline-block;
    padding-right: .75rem;
    padding-bottom: .3rem;
    background: #fff url(../images/tit-fz.png) no-repeat right center;
    background-size: .68rem auto;
    padding-top: 0.3rem;
}

.title h2 p i {
    font-size: 0.46rem;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(left, #003F98, #5EC1C6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #005DA2;
    font-family: "sisong";
}

.title a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: .1rem;
}

.title a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/zq.png) no-repeat center center;
    background-size: 100% auto;
}

.title a:hover::after {
    animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }

    10% {
        transform: rotateZ(10deg);
    }

    20% {
        transform: rotateZ(0);
    }

    30% {
        transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(0);
    }

    50% {
        transform: rotateZ(10deg);
    }

    60% {
        transform: rotateZ(0);
    }

    70% {
        transform: rotateZ(-10deg);
    }

    80% {
        transform: rotateZ(0);
    }

    90% {
        transform: rotateZ(10deg);
    }

    100% {
        transform: rotateZ(0);
    }
}

.s1 {
    position: relative;
}

.news {
    position: relative;
    z-index: 9;
}

.s1 {
    display: flex;
    justify-content: space-between;
}

.s1 .s1-l {
    position: relative;
    width: 9.37rem;
    z-index: 9;
}

.s1 a .pic {
    padding-top: 64.354%;
}

.s1 a .pic:hover div {
    transform: scale(1.2);
}

.s1 .s1-r {
    position: relative;
    padding: .2em .4rem;
    width: calc(100% - 9.5rem);
    background: #fff url(../images/s1-r-bg.png) no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
    height: 6.05rem;
    z-index: 9;
}

.s1::after {
    content: "";
    position: absolute;
    right: -.2rem;
    bottom: -.2rem;
    top: 0.2rem;
    width: 4.38rem;
    border: 1px solid rgba(0, 0, 0, .1);
}

.s1 .s1-r .text .box {
    max-height: 5.5rem;
    /* overflow-y: auto; */
}

.s1 .s1-r .text .box::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #F5F5F5;
}

.s1 .text .box::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

.s1 .s1-r .text .box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #005DA2;
}

.s1 .s1-r .text .jj {
    margin: .3rem 0;
    line-height: 0.36rem;
    font-size: 0.16rem;
    color: #666666;
    text-align: justify;
      overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 15;
  line-clamp: 15;
  -webkit-box-orient: vertical;
max-height:5.4rem;
}

/*.s1 .s1-r .text .jj::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #F5F5F5;
}

.s1 .s1-r .text .jj::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

.s1 .s1-r .text .jj::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #005DA2;
}*/

.section2 {
    padding-top: .7rem;
}

.sect2 .title {
    margin-bottom: 0;
}

.s2 ul li {
    position: relative;
    margin: .5rem 0;
    background-position: center center;
    transition: all .6s;
}

.s2 ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s2-nr-bg.jpg) no-repeat center center;
    background-size: cover;
    opacity: 0;
    z-index: -1;
    transition: all .6s;
}

.s2 ul li.on {
    transform: scale(1.1);
    position: relative;
    background: url(../images/s2-nr-bg.jpg) no-repeat center center;
    background-size: cover;
    z-index: 9;
    box-shadow: 0px 0px 20px 0px rgba(5, 57, 108, 0.52);
}

.s2 ul {
    display: flex;
}

.s2 ul li {
    width: 33.333%;
}

.s2 ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 .6rem;
    height: 1.42rem;
    background: rgba(0, 0, 0, 0.04);
    transition: all .6s;
    z-index: 9;
}

.s2 ul li a p {
    position: relative;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: .3rem;
    /* height: .6rem; */
    background-image: -webkit-linear-gradient(left, #003F98, #5EC1C6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #005DA2;
    text-align: center;
    z-index: 10;
}

.s2 ul li.on a p {
    background-image: -webkit-linear-gradient(left, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
}

.section3 {
    padding-top: 1rem;
    padding-bottom: .85rem;
    background: url(../images/sect3-bg.jpg) no-repeat center top;
    background-size: cover;
    margin-top: 0.5rem;
}

.sect3 {}

.s3 {
    position: relative;
    /* padding-bottom: .95rem; */
}

.sect3 .title h2 {
    background: transparent;
}

.sect3 .title h2 span {
    color: #fff;
}

.sect3 .title h2 p i {
    background-image: -webkit-linear-gradient(left, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
}

.sect3 .title h2 p {
    background: url(../images/s3-tit.png) no-repeat right center;
    background-size: .68rem auto;
}

.sect3 .title::after {
    left: 3.05rem;
    background: rgba(255, 255, 255, 0.3);
}

.sect3 .title a::after {
    background: url(../images/zq-other.png) no-repeat center center;
    background-size: 100% auto;
}

.s3-big {
    position: relative;
    margin-top: .5rem;
}

.s3-big>div {
    position: relative;
    z-index: 2;
}

.s3-big a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s3-big a .tpp {
    position: relative;
    width: 3.5rem;
    /* margin-top: .75rem; */
    z-index: 9;
}

.s3-big a .tpp .pic {
    padding-top: 126%;
    border-radius: 0 0.3rem 0 0;
}

.s3-big a .txt {
    position: relative;
    width: calc(100% - 3.5rem);
    padding-left: .4rem;

}



.s3-big a .txt h2 {
    position: relative;
    padding-left: .8rem;
    font-size: .24rem;
    color: #333;
    margin-top: .4rem;
    margin-bottom: .6rem;
}

.s3-big a .txt h2::before {
    content: "";
    position: absolute;
    top: .12rem;
    left: .14rem;
    width: .5rem;
    height: 1px;
    background: #fff;
}

.s3-big a .txt h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .12rem;
    height: .12rem;
    border: 1px solid #fff;
    border-radius: 50%;
}

.s3-big a .txt h2 span {
    color: #fff;
}

.s3-big a .txt .jj p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.36rem;
    /*  text-transform: uppercase;*/
    color: #fff;
    /*   max-height: 1.8rem;*/
}


.s3-little ul li a {
    display: block;
    margin: 0 .25rem;
    text-align: center;
}

.s3-little ul li a .tpp {
    border: 5px solid rgba(0, 0, 0, .08);
    border-radius: 50%;
}

.s3-little ul li a .pic {
    padding-top: 100%;
    border-radius: 50%;
}

.s3-little ul li a .pic .pic_img {
    background-size: cover;
}

.s3-little ul li:hover a .tpp {
    border: 5px solid #11A1E7;
}

.s3-little ul li.slick-current a .tpp {
    border: 5px solid #11A1E7;
}

.s3-little ul li a p {
    margin-top: .15rem;
    font-size: .18rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.s3-little .slick-prev {
    left: -.6rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: url(../images/s3-l-prev.png) no-repeat center center;
    background-size: .5rem auto;
}

.s3-little .slick-next {
    right: -.6rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: url(../images/s3-r-next.png) no-repeat center center;
    background-size: .5rem auto;
}

.home5 {
    padding-top: .45rem;
}

.home5 .title::after {
    top: 34.5%;
}

.h5-bt {
    width: 95%;
    margin: 0 auto;
}

.h5-bt .slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -.2rem;
    width: .3rem;
    height: .3rem;
    background: url(../images/h5l-prev.png) no-repeat center center;
    cursor: pointer;
}

.h5-bt .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -.2rem;
    width: .3rem;
    height: .3rem;
    background: url(../images/h5l-next.png) no-repeat center center;
    cursor: pointer;
}

.h5-bt ul li {
    margin: 0 0.15rem;
    border-radius: 0.2rem;
    background: #F1F5FD;
}

.h5-bt ul li span {
    display: block;
    border-radius: 0.3rem;
    background: #F1F5FD;
    padding: .15rem;
    line-height: .25rem;
    text-align: center;
    font-size: .18rem;
    color: #333;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h5-bt ul li.on span {
    background: linear-gradient(270deg, #28AAD8 0%, #083690 100%);
    color: #FFFFFF;
    font-weight: bold;
}

.h5-cont {
    position: relative;
    margin-top: 0.6rem;
}

.h5-cont .list1w {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    transition: all .6s;
}

.h5-cont .list1w.on {
    position: relative;
    opacity: 1;
    z-index: 9;
}

.section4 {
    padding: .8rem 0;
    background: #fff;
}

.sect4 {
    position: relative;
}

.s4-bt {
    position: absolute;
    right: 0.9rem;
    width: 55%;
    top: 0.2rem;
}

.s4-bt ul {
    display: flex;
    justify-content: space-between;
}

.s4-bt ul li {
    width: 21%;
    background: url(../images/s4-bt-bg.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}

.s4-bt ul li.on {
    background: url(../images/s4-bt-other.png) no-repeat center center;
    background-size: 100% 100%;
}

.s4-bt span {
    display: block;
    height: .55rem;
    line-height: .55rem;
    text-align: center;
    /* background-image: -webkit-linear-gradient(left, #5EC1C6, #003F98); */
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    color: #003F98;
    font-size: 0.3rem;
    font-family: "sisong";
}

.s4-bt ul li.on span {
    color: #fff;
    /* background-image: -webkit-linear-gradient(left, #fff, #fff); */
}

.s4-list {
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s4-list.on {
    display: flex;
}

.s4-list>div {
    width: 100%;
}

.s4-list>div ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list li {
    position: relative;
    padding-left: .2rem;
    line-height: .8rem;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.16);
    width: 48%;
}

.list li a {
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list li:hover a {
    background-image: -webkit-linear-gradient(left, #5EC1C6, #003F98);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #003F98;
}

.list li .s4-list>div {
    width: 48%;
}

.list li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.06rem;
    height: 0.06rem;
    background: #003F98;
    border-radius: 50%;
}

.sect4 .more span {
    display: none;
}

.sect4 .more a.on {
    display: block;
}

@media screen and (max-width:1300px) {
    .s3-little {
        max-width: 95%;
        margin: 0 auto;
    }

    .s3-little .slick-prev {
        left: -.35rem;
    }

    .s3-little .slick-next {
        right: -.35rem;
    }
}

@media screen and (max-width:1200px) {
    .s1 .s1-l {
        width: 6rem;
    }

    .s1 .s1-r {
        width: calc(100% - 6.2rem);
        max-height: 4rem;
        height: auto;
    }

    .s1::after {
        right: -.1rem;
        width: 5.3rem;
    }

    .s4-bt {
        right: 1.3rem;
    }
}

@media screen and (max-width:1000px) {
    .s1 {
        flex-wrap: wrap;
    }

    .s1 .s1-l {
        width: 100%;
    }

    .s1 .s1-r {
        width: 100%;
    }

    .s1::after {
        left: .1rem;
        width: auto;
    }

    .s2 ul li {
        margin: 0 .15rem;
    }

    .s3-big a .txt {
        padding: .15rem .8rem;
        padding-right: .2rem;
    }

    .s3-big a .txt::after {
        width: .8rem;
        top: 0.66rem;
    }

    .s3-little {
        position: static;
        width: 80%;
        margin: 0 auto;
        margin-top: .15rem;
    }

    .s3 {
        padding-bottom: 0;
    }

    .s4-bt {
        position: static;
        width: 100%;
    }

    .section4 {
        background-size: cover;
    }
}

@media screen and (max-width:768px) {
    .index_main {
        min-height: 5rem;
    }
}

@media screen and (max-width:700px) {
    .section1 {
        /* padding: .15rem 0; */
        padding-top: 0.15rem;
    }

    .h5-cont {
        margin-top: .3rem;
    }

    .s3-little {
        width: 90%;
    }

    .title h2 p i {
        font-size: .3rem;
    }

    .title h2 p {
        padding-bottom: .15rem;
    }

    .title a img {
        height: .45rem;
    }

    .s1 a .text p {
        margin: .15rem 0;
    }

    .section2 {
        padding: .2rem 0;
    }

    .s2 {
        margin-top: .2rem;
    }

    .s2 ul {
        display: block;
    }

    .s2 ul li {
        width: 100%;
        margin: .1rem 0;
    }

    .s2 ul li.on {
        transform: scale(1);
    }

    .section3 {
        margin-top: 0.35rem;
        padding: .2rem 0;
    }

    .sect3 .title::after {
        left: 2.25rem;
    }

    .s3-big a .tpp {
        width: 100%;
        margin-top: 0;
    }

    .s3-big a .txt {
        width: 100%;
        margin-left: 0;

        border-radius: 0;
    }

    .s3-big a .txt h2 {
        margin-top: .15rem;
        margin-bottom: .15rem;
    }

    .s3-big a .txt {
        padding: .15rem;
    }

    .s3-big a .txt::after {
        display: none;
    }

    .s3-little ul li a {
        margin: 0 .05rem;
    }

    .s3-big::after {
        right: -.1rem;
        width: 100%;
        border-radius: 0 1.4rem 0 0;
    }

    .section4 {
        padding: .2rem 0;
    }

    .s4-bt span {
        font-size: .2rem;
    }

    .s4-bt span {
        height: .35rem;
        line-height: .35rem;
    }

    .s4-list>div {
        width: 100%;
    }

    .list li {
        line-height: .5rem;
        width: 100%;
    }

    .s4-list {
        margin-top: .2rem;
    }

    .s1 a .text .box {
        max-height: initial;
    }

    .s1 a .text {
        height: initial;
    }

    .s1 .s1-r {
        max-height: 6rem;
    }

}