@charset "utf-8";

/*.section .fp-tableCell{
    padding: .9rem 0 0;
}*/

.banner {
    position: relative;
    overflow: hidden;
}

.index_main {

    min-height: 3.5rem;
}

.banner .img_zd .img_hezi {
    padding-bottom: 23.5%;
}

.banner a {
    position: relative;
    display: block;
    width: 100%;
}

.banner a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1rem;
    background: url(../images/ban-tc.png) no-repeat center bottom;
    background-size: 100% 100%;
}

.banner .page {
    font-size: 0;
    bottom: .35rem;
}

.banner .page span {
    font-size: 0;
    width: .15rem;
    height: .15rem;
    border: 0.01rem solid #fff;
    background: transparent;
    border-radius: 50%;
    margin: 0 .15rem;
    opacity: 1;
}

.banner .page span.active {
    color: transparent;
    background: #fff;
}

.title001 {
    position: relative;
}

.title001 .tit {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.title001 .tit h3 {
    position: relative;
    font-size: .36rem;
    line-height: 1;
    color: #333;
    padding-bottom: .15rem;
    font-family: 'songtiB', serif;
    margin-top: -.2rem;
}

.title001 .tit h3::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0.25rem;
    height: 0.03rem;
    background: #0869b7;
    bottom: 0;
}

.title001 .tit h6 {
    font-size: .48rem;
    line-height: 1;
    color: rgba(51, 51, 51, .1);
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'SourceSans', sans-serif;
    text-transform: uppercase;
}

.title001 .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: .2rem;
    font-size: .16rem;
    color: #666;
    background: url(../images/more.png) no-repeat right center;
    background-size: .15rem auto;
    z-index: 5;
    transition: all .6s;
}

.title001 .more1 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: .2rem;
    font-size: .16rem;
    color: #666;
    background: url(../images/more.png) no-repeat right center;
    background-size: .15rem auto;
    z-index: 5;
    transition: all .6s;
}

.title001 .more:hover {
    color: #0869b7;
    right: .15rem;
}

.bk1 {
    background: url(../images/home2.jpg) no-repeat center bottom;
    background-size: 100% auto;
}

.home2 {
    padding: .75rem 0 0.5rem;
}

.home2 .title001 {
    margin-bottom: .35rem;
}

.s2 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.2rem;
}

.s2 ul li {
    width: 33.333%;
    padding: 0 .2rem;
    margin-top: .2rem;
}

.s2 ul li a {
    position: relative;
    display: block;
    padding: 0 .3rem;
    padding-top: .3rem;
    background: #fff;
    transition: all .6s;
}

.s2 ul li a h2 {
    font-size: 0.18rem;
    color: #333;
}

.s2 ul li a p {
    margin-top: .15rem;
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
    font-size: .16rem;
    color: #666666;
}

.s2 ul li a .xx {
    position: relative;
    padding-top: .32rem;
}

.s2 ul li a .xx::after {
    content: "";
    position: absolute;
    left: -.3rem;
    right: -.3rem;
    bottom: 0;
    height: 1px;
    background: #e0e0e0;
}

.s2 ul li a .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: .7rem;
}

.s2 ul li a .info span {
    font-size: .24rem;
    color: #333;
}

.s2 ul li a .info .more {
    width: .3rem;
    height: .3rem;
    background: url(../images/s2-jt.png) no-repeat center center;
    background-size: .27rem auto;
}

@media (min-width: 1024px) {
    .s2 ul li:hover a {
        background: url(../images/s2-bg.jpg) no-repeat center center;
        background-size: cover;
    }

    .s2 ul li:hover a h2 {
        color: #fff;
        font-weight: bold;
    }

    .s2 ul li:hover a p {
        color: #fff;
    }

    .s2 ul li:hover a .xx::after {
        background: rgba(255, 255, 255, .2);
    }

    .s2 ul li:hover a .info span {
        color: #fff;
    }

    .s2 ul li:hover a .info .more {
        background: url(../images/s2-jt-other.png) no-repeat center center;
        background-size: .27rem auto;
    }
}

.sect2-down {
    padding: .5rem 0 .25rem;
}

.sect2-down .tit {
    justify-content: flex-start;
    text-align: left;
}

.sect2-down .title001 .tit h3::after {
    background: #fcab23;
    left: 0;
    transform: none;
}

.sect2-down .s2-jj {
    margin-top: .2rem;
    background: rgba(255, 255, 255, .8);
    padding: .5rem;
    padding-bottom: .7rem;
}

.sect2-down .s2-jj .box {
     /* height: 1.9rem;*/
    /* overflow-y: auto; */
}

.sect2-down .s2-jj .box p {
    line-height: 0.36rem;
    font-size: 0.18rem;
    color: #333;
    padding-right: .3rem;
}

.sect2-down .s2-jj .box::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #e1eef8;
    border-radius: 10px;
}

.sect2-down .s2-jj .box::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e1eef8;
}

.sect2-down .s2-jj .box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #136fba;
}

.sect2-down .s2-more {
    margin-top: 0.35rem;
}

.sect2-down .s2-more a {
    display: block;
    width: 1.1rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    border-radius: 0.3rem;
    border: 0.01rem solid #0869b7;
    font-size: 0.16rem;
    color: #0869b7;
    transition: all .6s;
}

.sect2-down .s2-more a:hover {
    width: 1.5rem;
    background: #0869b7;
    color: #fff;
}

.home3 {
    padding: .5rem 0 .3rem;
}

.home3 .title001 .tit {
    justify-content: flex-start;
    text-align: left;
}

.home3 .title001 .tit h3::after {
    left: 0;
    transform: none;
}

.home3 .title001 .tit h6 {
    color: rgba(255, 255, 255, .23);
}

.home3 .title001 .more {
    color: #000;
    background: url(../images/more.png) no-repeat right center;
    background-size: .15rem auto;
}

.home3 .title001 .more:hover {
    color: #0869b7;
}

.list1w {
    position: relative;
    margin-top: .55rem;
}

.list1w .swiper-slide {
    height: 1.35rem;
}

.list1w a {
    display: flex;
    align-items: center;
    padding: .15rem .4rem;
    border: 1px solid #cccccc;
    background: rgba(0, 0, 0, .18);
    border-radius: 0.05rem;
    height: 100%;
    justify-content: center;
    align-items: center;
    transition: all .6s;
}

.list1w a:hover {
    background: url(../images/s3-bg.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.list1w a p {
    font-size: .18rem;
    color: #fff;
    line-height: .24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.list1w a:hover p {
    font-weight: bold;
}

.list1w .prev {
    position: absolute;
    left: -.6rem;
    top: 50%;
    transform: translateY(-50%);
    width: .46rem;
    height: .46rem;
    background: url("../images/n_left.png") no-repeat center center;
    background-size: .17rem auto;
    transition: .5s;
    cursor: pointer;
}

.list1w .next {
    position: absolute;
    right: -.6rem;
    top: 50%;
    transform: translateY(-50%);
    width: .46rem;
    height: .46rem;
    margin: 0 .05rem;
    background: url(../images/nav-icon.png) no-repeat center center;
    background-size: .17rem auto;
    transition: .5s;
    cursor: pointer;
}

.home4 {
    position: relative;
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
    background: url(../images/sect4-bg.png) no-repeat right top;
    background-size: 100% auto;
    overflow: hidden;
}

.home4::after {
    content: "";
    position: absolute;
    top: 26%;
    right: 0;
    width: 8.48rem;
    height: 0.12rem;
    background: url(../images/home4-xx.png) no-repeat left top;
    background-size: 8.48rem auto;
}

.home4 .wp {
    position: relative;
    z-index: 9;
}

.home4 .title001 {
    position: absolute;
    left: 0;
    top: 0;
}

.home4 .title001 .tit {
    justify-content: flex-start;
    text-align: left;
}

.home4 .title001 .tit h3::after {
    left: 0;
    transform: none;
}

.s4-l {
    position: relative;
    width: 4.2rem;
    padding-top: .15rem;
}

.s4-l .pic {
    padding-top: 4.2rem;
    border-radius: 50%;
    z-index: 9;
}

.s4-l::before {
    /* content: ""; */
    position: absolute;
    width: 4.5rem;
    height: 4.5rem;
    top: -0.15rem;
    left: .2rem;
    background: rgba(8, 105, 183, .1);
    border-radius: 50%;
}

.s4-l::after {
    content: "";
    position: absolute;
    width: 2.95rem;
    height: 2.95rem;
    bottom: 0;
    left: -.9rem;
    /* background: rgba(8, 105, 183, .1); */
    border-radius: 50%;
}

.s4-r {
    position: relative;
    margin-top: 1.13rem;
    order: -1;
    width: calc(100% - 6.3rem);
}

.s4-r::after {
    content: "";
    position: absolute;
    top: 0.12rem;
    right: 103%;
    width: 2.23rem;
    height: 0.11rem;
    background: url(../images/s4-xx.png) no-repeat center center;
    background-size: 2.23rem auto;
}

.s4-r h2 {
    font-size: .24rem;
    color: #333;
    font-weight: bold;
}

.s4-r h2 span {
    color: #0869b7;
}

.s4-r .jj {
    margin-top: .25rem;
    margin-bottom: .4rem;
    -webkit-line-clamp: 6;
    height: 1.8rem;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
}

.s4-r .jj p {
    line-height: .3rem;
    font-size: .16rem;
    color: #666666;

}

.s4-more a {
    display: block;
    width: 1.25rem;
    height: 0.35rem;
    line-height: 0.35rem;
    text-align: center;
    border-radius: 0.3rem;
    font-size: .18rem;
    color: #fff;
    text-transform: uppercase;
    background: #0869b7;
    transition: all .6s;
}

.s4-more a:hover {
    width: 1.5rem;
}

.home5 {
    margin: 0.5rem 0;
}

.h5-t {
    display: flex;
    flex-wrap: wrap;
}

.h5-t .h5l {
    width: 4.8rem;
    margin-right: .3rem;
}

.h5-t .h5l .h5l-bt {
    margin-top: .4rem;
}

.h5-t .h5l .h5l-bt span {
    display: block;
    padding: .15rem;
    text-align: left;
    line-height: .3rem;
    background: #edf4fa;
    text-align: center;
    font-size: .17rem;
    color: #333;
    cursor: pointer;
}

.h5-t .h5l .h5l-bt span img {
    padding-left: .25rem;
    display: none;
}



.h5-t .h5l .h5l-bt span.on {
    color: #fff;
    background: #0869b7;
}

.h5-t .h5l .h5l-bt span.on img {
    display: inline-block;
}

.h5-t .h5r {
    flex: 1;
    min-width: 0;
    padding: 0 .8rem;
}

.home5 .title001 .tit {
    justify-content: flex-start;
    text-align: left;
}

.home5 .title001 .tit h3::after {
    left: 0;
    transform: none;
}

.home5 .content {
    position: relative;
}

.home5 .content .list2w {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
}

.home5 .content .list2w.on {
    position: relative;
    opacity: 1;
    z-index: 9;
}

.home5 .swiper-slide {
    margin-top: .35rem;
    margin-bottom: .35rem;
}

.home5 .swiper-slide a {
    position: relative;
    display: block;
}

.home5 .swiper-slide:hover {
    /* box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.13); */
}

.home5 .swiper-slide a .pic {
    padding-top: 2rem;
}

.home5 .swiper-slide a .txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    background: #fff url(../images/s5-bg.jpg) no-repeat center top;
    background-size: 100% 80%;
    padding-bottom: 0;
    transition: all .6s;
    display: none;
}

.home5 .swiper-slide a .txt>div {
    padding: .3rem;
}

.home5 .swiper-slide:hover a .txt {
    top: 0;
}

.home5 .swiper-slide a .txt p {
    line-height: 0.3rem;
    font-size: 0.16rem;
    color: #fff;
}

.home5 .swiper-slide a .txt .rwtp {
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 auto;
    margin-top: .15rem;
}

.home5 .swiper-slide a .txt .rwtp .pic {
    padding-top: 1.1rem;
    border-radius: 50%;
}

.home5 .swiper-slide a .name {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: .53rem;
    background: rgba(255, 255, 255, .8);
    text-align: center;
}

.home5 .swiper-slide:hover a .name {
    background: transparent;
}

.home5 .swiper-slide a .name::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0.4rem;
    height: 0.03rem;
    background: #fcab23;
}

.home5 .swiper-slide a .name span {
    font-size: .18rem;
    color: #333;
}

.home6 {
    padding-top: .5rem;
    padding-bottom: 1.1rem;
    background: url(../images/sect6-bg.jpg) no-repeat right bottom;
}

.home6-tit {
    position: relative;
    text-align: center;
}

.home6-tit::after {
    content: "";
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translatex(-50%);
    width: 100vw;
    height: 1px;
    background: #1873bc;
}

.h6-tit-bt {
    margin-top: .2rem;
    position: relative;
    display: inline-block;
    padding-left: .2rem;
    padding-right: .2rem;
    background: #fff;
    z-index: 99;
}

.h6-tit-bt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #0869b7;
    background: #fff;
    z-index: 6;
}

.h6-tit-bt::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #0869b7;
    background: #fff;
    z-index: 6;
}

.list_tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.list_tabs .li {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding: 0 .25rem;
    font-size: .24rem;
    line-height: .54rem;
    color: #666666;
    border-radius: 0.1rem;
    z-index: 2;
}

.list_tabs .li.active {
    background: #0869b7;
    color: #fff;
}

.home6 .list_bds_con {
    /*  display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;*/
    margin-top: .4rem;
}

.home6 .left {
    width: 49%;
    border-top: 1px solid #e5e5e5;
}

.home6 .right {
    width: 49%;
    border-top: 1px solid #e5e5e5;
}

.home6 .list_bds_con .kylist ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}





.list_bds_li {
    display: none;
}

.list_bds_li.active {
    display: block;
}

.list_bds_con ul li {
    position: relative;
    padding-left: .3rem;
    border-bottom: 1px solid #e5e5e5;
    width: 49%;
}

.list_bds_con ul li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #83b4db;
    transition: all .6s;
}

.list_bds_con ul li:hover::before {
    width: 100%;
}

.list_bds_con ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background: #0869b7;
}

.list_bds_con ul li a {
    display: block;
    padding: .35rem 0;
}

.list_bds_con ul li a p {
    display: inline-block;
    line-height: 0.3rem;
}

.list_bds_con ul li:hover a p {
    font-weight: bold;
    color: #1950b2;
    text-decoration: underline;
}

.home6 .title001 .more span {
    display: none;
}

.home6 .title001 .more span.active {
    display: block;
}

/*
.home6 .title001 .more a {
    display: none;
}

.home6 .title001 .more a.active {
    display: block;
}
*/
.list2w {
    position: relative;
}



.home5 .content .prev {
    position: absolute;
    left: -0.7rem;
    top: 50%;
    transform: translateY(-50%);
    width: .4rem;
    height: .4rem;
    background: #0869b7 url("../images/s5-l.png") no-repeat center center;
    background-size: .23rem auto;
    transition: .5s;
    cursor: pointer;
    z-index: 9;
}

.list2w.active .prev {
    display: none;
}

.home5 .content .prev:hover {
    background: #fcab23 url("../images/s5-l.png") no-repeat center center;
    background-size: .23rem auto;
}

.home5 .content .next {
    position: absolute;
    right: -.7rem;
    top: 50%;
    transform: translateY(-50%);
    width: .4rem;
    height: .4rem;
    margin: 0 .05rem;
    background: #0869b7 url("../images/s5-r.png") no-repeat center center;
    background-size: .23rem auto;
    transition: .5s;
    cursor: pointer;
    z-index: 9;
}

.list2w.active .next {
    display: none;
}

.home5 .content .next:hover {
    background: #fcab23 url("../images/s5-r.png") no-repeat center center;
    background-size: .23rem auto;
}

@media (max-width: 1199px) {
    /*    .list1w .prev {
        left: -.35rem;
    }


    .list1w .next {
        right: -.35rem;
    }
*/

    .home3 .content {
        margin: 0 30px;
    }

    .home4 .title001 {
        left: 15px;
    }

    .list2w .prev {
        left: -.15rem;
    }

    .list2w .next {
        right: -.15rem;
    }

    .home1 {
        /*    padding-top: .54rem;*/
    }


}

@media (max-width: 1024px) {
    .h5-t .h5l {
        width: 100%;
        margin-right: 0;
    }

    .h5-t .h5r {
        padding: 0 .2rem;
        flex: none;
        width: 100%;
    }
.home5 .content .prev{
    left: -.3rem;
}
    .home5 .content .next{
    right: -.3rem;
}
    .banner .img_zd .img_hezi {
        padding-bottom: 37%;
    }

    .banner .img_zd>img {
        height: 100%;
        object-fit: cover;
    }

    .h5-t .h5l .h5l-bt span.on img {
        display: none;
    }

}

@media (max-width: 1000px) {
    .home2 {
        padding: .35rem 0 .2rem;
    }

    .s2 ul li {
        width: 50%;
    }

    .s4-l {
        width: 100%;
        order: 0;
    }

    .s4 {
        display: block;
    }

    .s4-r {
        width: 100%;
    }

    .home4 {
        padding-bottom: .15rem;
    }

    .home4 .title001 {
        position: static;
    }

    .s4-l .pic {
        width: 4.2rem;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .index_main {
        min-height: 6rem;
    }
}

@media (max-width: 700px) {
    .banner .page {
        bottom: .15rem;
    }

    .list_bds_con ul li {
        width: 100%;

    }

    .banner .page span {
        margin: 0 .05rem;
    }

    .title001 .tit {
        justify-content: space-between;
        text-align: left;
    }

    .title001 .tit h3::after {
        left: 0;
        transform: none;
    }

    .title001 .tit h6 {
        font-size: .3rem;
    }

    .title001 .tit h3 {
        font-size: .24rem;
    }

    .title001 .tit h3 {
        margin-top: -.15rem;
    }

    .home2 .title001 {
        margin-bottom: .15rem;
    }

    .s2 ul li {
        width: 100%;
        border: 1px solid #eee;
    }

    .s2 ul li a {
        padding: 0 .15rem;
        padding-top: .15rem;
    }

    .s2 ul {
        margin: 0;
    }

    .sect2-down .s2-jj {
        padding: .15rem;
    }

    .home3 {
        padding: .2rem 0;
    }

    .list1w {
        margin-top: .15rem;
    }

    .s4-l .pic {
        width: 3rem;
        padding-top: 3rem;
    }

    .s4-l::before {
        width: 3rem;
        height: 3rem;
    }

    .s4-l::after {
        width: 2rem;
        height: 2rem;
    }

    .s4-r {
        margin-top: .3rem;
    }

    .home4::after {
        right: auto;
        left: 0;
    }

    .s4-r::after {
        right: 100%;
    }

    .home6 {
        padding-top: 0;
        padding-bottom: .15rem;
        margin-top: .3rem;
    }

    .home6-tit::after {
        top: 58%;
    }

    .list_tabs {
        flex-wrap: wrap;
        text-align: center;
    }

    .list_tabs .li {
        padding: 0 .15rem;
        font-size: .18rem;
        width: 50%;
        justify-content: center;
    }

    .home6 .left {
        width: 100%;
    }

    .home6 .right {
        width: 100%;
    }

    .list_bds_con ul li a {
        padding: .15rem 0;
    }

    .home6 .list_bds_con {
        margin-top: .15rem;
    }
}

@media (max-width: 481px) {}