@charset "UTF-8";

html, body .body_h {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.banner a {
    position: relative;
    display: block;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

.banner a img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.banner a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/b-bg.png") repeat-x bottom;
}

.banner .btn {
    font-size: 0;
    bottom: 0.36rem;
}

.banner>.swiper-container>.btn>span {
    width: 0.24rem;
    height: 0.28rem;
    margin: 0 0.08rem;
    background: url("../images/dots.png") no-repeat 50%;
    background-size: 0.24rem;
    opacity: 1;
    border-radius: unset;
}

.banner>.swiper-container>.btn>.swiper-pagination-bullet-active {
    background-image: url("../images/dots2.png");
}

.body_b {
    position: fixed;
    left: 0;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 99;
    overflow: auto;
    outline: none;
}

.body_b.showdiv {
    top: 0;
}

.scroll {
    padding-top: 1.5rem;
}

.gg-tit {
    position: relative;
    text-align: center;
}

.gg-tit h4 {
    display: inline-block;
    font-size: 0.38rem;
    line-height: 1.5em;
    text-align: center;
    background: url("../images/tit.png") no-repeat bottom;
    background-size: 1.97rem 0.38rem;
    padding: 0 0.25rem 0.25rem 0.2rem;
    font-family: "SCN-B";
}

.gg-tit a,
.tab-tit a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.14rem;
    line-height: 1.21em;
    color: #111111;
    padding-right: 0.22rem;
    background: url("../images/mores.png") no-repeat right;
    background-size: 1.21em;
}

.s1-item {
    width: calc(33.33% - 0.33rem);

}

.s1-item .pt-box a {
    position: relative;
    display: block;
    /* overflow: hidden;*/
    padding: 0.21rem 0.18rem;
    transition: all .4s;
}

.s1-item .pt-box a .pic {
    padding-top: 76.17%;
}

.s1-item .pt-box a .txt-box h4 {
    font-size: 0.16rem;
    line-height: 1.5em;
    color: #111111;
    margin-bottom: 0.15rem;
    margin-top: 0.16rem;
}

.s1-item .pt-box a .txt-box p {
    font-size: 0.14rem;
    color: #999999;
    line-height: 1.43em;
    height: 0.41rem;
}

.s1-item .pt-box a time {
    position: absolute;
    left: 0.41rem;
    top: -0.13rem;
    background: #0062a4;
    color: #fff;
    height: 0.72rem;
    width: 0.72rem;
    padding: 0.05rem;
}

.s1-item .pt-box a time span {
    display: block;
    font-size: 0.34rem;
    line-height: 1.2em;
    text-align: center;
    font-family: "思源黑体 CN";
    font-weight: 600;
    width: 100%;
}

.s1-item .pt-box a time em {
    width: 100%;
    display: block;
    font-size: 0.14rem;
    line-height: 1.5em;
    text-align: center;
    font-family: "思源黑体 CN";
}

.s1-item .s1-list a {
    display: block;
    overflow: hidden;
    padding-top: 0.18rem;
    padding-bottom: 0.21rem;
    border-top: 1px solid #eeeeee;
}

.s1-item .s1-list a p {
    font-size: 0.16rem;
    color: #111111;
    line-height: 1.75em;
    max-height: 0.56rem;
    margin-bottom: 0.14rem;
}

.s1-item .s1-list a span {
    display: block;
    font-size: 0.14rem;
    color: #0062a4;
    font-family: "思源黑体 CN";
    line-height: 1;
    font-weight: 600;
    background: url("../images/s1-img02.png") no-repeat right center;
    background-size: 0.15rem;
}

.s1-item .s1-list {
    padding: 0 0.18rem;
}

.s1-item .pt-box a:hover .txt {
    position: relative;
}

.s1-item .pt-box a:hover time {
    left: 0;
    top: 0;
    background: transparent;
}

.s1-item .pt-box a:hover .txt-box {
    padding-left: 0.82rem;
}

.s1-item .pt-box a:hover {
    background: linear-gradient(#02b7e5 25%, #0062a4 100%);
}

.s1-item .pt-box a:hover .txt-box h4 {
    color: #fff;
}

.s1-item .pt-box a:hover .txt-box p {
    color: rgba(255, 255, 255, 0.55);
}

.s1-item .s1-list a:hover p {
    color: #0062a4;
    font-weight: 600;
}

.s1-item.mt {
    margin-top: 0.69rem;
}

.s1 {
    padding-bottom: 0.38rem;
    background: url("../images/s1.png") no-repeat bottom center;
}

.tab-tit {
    position: relative;
    /* text-align: center; */
    /* margin-left: 0.85rem; */
}

.tab-tit h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.38rem;
    line-height: 1.5em;
    padding: 0 0.2rem 0 0.2rem;
    font-family: "SCN-B";
    margin: 0 0.1rem;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 1.97rem 0.38rem;
    cursor: pointer;
    /* margin-left: 0.1rem; */
}

.tab-tit h4.active {
    color: #0062a4;
    background-image: url("../images/tit.png");
}

.s2-item a {
    display: block;
    overflow: hidden;
    padding: 0.2rem 0.19rem 0.4rem;
}

.s2-item a .pic {
    padding-top: 67.86%;
}

.s2-item a .txt {
    padding-top: 0.2rem;
}

.s2-item a .txt h4 {
    font-size: 0.16rem;
    color: #111111;
    line-height: 1.625em;
    height: 0.52rem;
    margin-bottom: 0.19rem;
}

.s2-item a .txt p {
    font-size: 0.14rem;
    color: #999999;
    line-height: 1.43em;
    height: 0.41rem;
    margin-bottom: 0.25rem;
}

.s2-item a .txt span {
    display: block;
    font-size: 0.14rem;
    color: #0062a4;
    font-family: "思源黑体 CN";
    line-height: 1;
    font-weight: 600;
    background: url('../images/s1-img02.png') no-repeat right bottom 0.04rem;
    background-size: 0.15rem;
    padding-top: 0.28rem;
    border-top: 1px solid #eeeeee;
}

.s2-item a:hover {
    background: linear-gradient(#0064a6 25%, #0184be 100%);
}

.s2-item a:hover .txt h4 {
    color: #fff;
}

.s2-item a:hover .txt p,
.s2-item a:hover .txt span {
    color: rgba(255, 255, 255, 0.29);
}

.s2-item a:hover .txt span {
    border-top-color: rgba(255, 255, 255, 0.15);
    background-image: url("../images/s2-img02.png");
}

.tab-main {
    background: #fff;
    padding: 0.37rem 0.44rem 0.44rem;
    margin: 0.32rem -0.44rem 0;
}

.s2 {
    position: relative;
    padding-top: 0.42rem;
    padding-bottom: 0.7rem;
    background: url("../images/s2.jpg") no-repeat 50%;
    background-size: cover;
}



.s3-list a {
    display: block;
    width: calc(33.33% - 0.36rem);
    border-left: 0.07rem solid #0062a4;
    margin: 0.3rem 0;
    padding: 0.25rem 0.4rem 0.32rem 0.32rem;
    background: url("../images/s3-img01.jpg") no-repeat left 50%;
    background-size: 100% 100%;
    transition: all .3s;
}

.s3-list a p {
    font-size: 0.16rem;
    color: #000000;
    line-height: 1.75em;
    height: 0.56rem;
    margin-bottom: 0.18rem;
}

.s3-list a span {
    display: block;
    font-size: 0.14rem;
    color: #111;
    font-family: "思源黑体 CN";
    line-height: 1;
    font-weight: 600;
    background: url('../images/s1-img02.png') no-repeat right bottom 0.04rem;
    background-size: 0.15rem;
    padding-top: 0.24rem;
    border-top: 1px solid #eeeeee;
}

.s3-list a:hover {
    border-left-color: #2a7db5;
    background-image: url("../images/s3-img02.png");
}

.s3-list a:hover p {
    color: #fff;
}

.s3-list a:hover span {
    color: #fff;
    border-top-color: rgba(255, 255, 255, 0.25);
    background-image: url('../images/s2-img02.png');
}

.s3-list {
    margin-top: 0.15rem;
}

.s4-list a {
    display: block;
    width: calc(50% - 0.36rem);
    border-bottom: 1px solid #eeeeee;
    padding-left: 0.35rem;
    background: url("../images/s4-img01.png") no-repeat left 0.2rem center;
    background-size: 0.06rem;
}

.s4-list a em {
    display: block;
    font-size: 0.16rem;
    line-height: 0.62rem;
    color: #111111;
}

.s4-list a:hover em {
    font-weight: 600;
}

.s4-list {
    margin-top: 0.33rem;
}

.s4-list02 a {
    display: block;
    width: 14.43%;
    border: 1px solid #b7c8d4;
    padding: 0.3rem 0.24rem 0.3rem;
    height: 1.58rem;
}

.s4-list02 a:first-child {
    padding-bottom: 0.2rem;
    border: none;
    background: url("../images/s4-img02.jpg") no-repeat 50%;
    background-size: 100% 100%;
}

.s4-list02 a .icon {
    position: relative;
    width: 0.6rem;
    height: 0.55rem;
    margin: 0 auto 0.1rem;
}

.s4-list02 a p {
    font-size: 0.16rem;
    color: #111111;
    line-height: 1.75em;
    text-align: center;

}

.s4-list02 a:first-child .icon {
    margin: 0;
}

.s4-list02 a:first-child p {
    color: #fff;
    text-align: left;
}

.s4-list02 a:hover .icon img {
    transform: rotateY(180deg);
}

.s4-list02 {
    margin-top: 0.43rem;
}

.s4 {
    margin-top: 0.48rem;
}

.s5-tit {
    position: relative;
    text-align: center;
    z-index: 3;
}

.s5-tit h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.5rem;
    color: #be001b;
    line-height: 0.62rem;
    padding-bottom: 0.1rem;
    font-family: "xk";
    width: 2.71rem;
    background: url("../images/s5-img01.png") no-repeat bottom center;
    background-size: 100%;
}

.s5-tit a {
    position: absolute;
    right: 0;
    top: 35%;
    color: #be001b;
    transform: translateY(-50%);
    font-size: 0.14rem;
    line-height: 1.21em;
    padding-right: 0.22rem;
    background: url('../images/s5-img02.png') no-repeat right;
    background-size: 1.21em;
}

.s5-banner a {
    display: block;
    overflow: hidden;
    padding: 0.35rem 0.4rem 0.6rem;

}

.s5-banner a h4 {
    font-size: 0.16rem;
    color: #111111;
    line-height: 1.75em;
    height: 0.56rem;
    margin-bottom: 0.14rem;
}

.s5-banner a p {
    font-size: 0.14rem;
    color: rgba(17, 17, 17, 0.45);
    line-height: 2em;
    height: 0.56rem;
    margin-bottom: 0.2rem;
}

.s5-banner a span {
    display: block;
    font-size: 0.14rem;
    color: #111;
    font-family: "思源黑体 CN";
    line-height: 1;
    font-weight: 600;
    background: url('../images/s1-img02.png') no-repeat right bottom 0.04rem;
    background-size: 0.15rem;
}

.s5-banner a:hover {
    background: url("../images/s5-img03.png") no-repeat 50%;
    background-size: 100% 100%;
}

.s5-banner a:hover h4,
.s5-banner a:hover span {
    color: #fff;
}

.s5-banner a:hover span {
    background-image: url("../images/s2-img02.png");
}

.s5-banner a:hover p {
    color: rgba(255, 255, 255, 0.45);
}

.s5-banner .btn {
    font-size: 0;
    left: 0;
    width: 100%;
    bottom: 0.41rem;
}

.s5-banner .btn span {
    width: 1.5rem;
    height: 0.05rem;
    border-radius: unset;
    background: #f2f0f0;
    margin: 0;
    opacity: 1;
}

.s5-banner .btn .swiper-pagination-bullet-active {
    background: #bd001b;
}

.s5-banner {
    position: relative;
    margin: -0.33rem -0.44rem 0;
    padding: 0.6rem 0.44rem 0.95rem;
    background: url("../images/s5-img04.jpg") no-repeat 50%;
    background-size: cover;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
}

.s5 {
    margin-top: 1rem;
}

.section {
    padding-top: 0.52rem;
    padding-bottom: 0.3rem;
    background: url("../images/section.jpg") no-repeat bottom;
    background-size: 100% 100%;
}

.s6 .svg {
    width: 0.74rem;
    height: 0.66rem;
    margin: 0 auto 0.1rem;

}

.s6 .svg svg {
    width: 100%;
    height: 100%;
}

.s6 .svg #svg1 .cls-1,
.s6 .svg #svg4 .cls-1, .s6 .svg #svg4 .cls-3,
.s6 .svg #svg4 .cls-2,
.s6 .svg #svg6 path {
    stroke: #ffff;
}

.svg svg {
    fill: transparent;
    stroke: #222;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    width: 70px;
    height: 60px;
    transition: .3s;
}

svg:hover {
    animation: dasrzhh 3s ease;
}

@keyframes dasrzhh {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.s6-list .s6-item p {
    font-size: 0.22rem;
    line-height: 1;
    text-align: center;
    color: #111111;
}

.s6-list .s6-item {
    width: 2.5rem;
    height: 1.95rem;
    position: absolute;

}

.s6-list .s6-item>.s6-pt {
    display: flex;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.s6-list .s6-item.a1 {
    top: 0;
    right: 0;
    background: #6581d2;

}

.s6-list .s6-item.a2 {
    top: 1.95rem;
    right: 2.5rem;
    background: rgba(220, 220, 220, 0.92);
}

.s6-list .s6-item.a3 {
    top: 1.95rem;
    right: 0;
    background: #ffffff;
}

.s6-list .s6-item.a4 {
    top: 3.9rem;
    right: 5rem;
    background: rgba(203, 193, 133, 0.89);
}

.s6-list .s6-item.a5 {
    top: 3.9rem;
    right: 2.5rem;
    background: rgba(255, 255, 255, 0.92);
}

.s6-list .s6-item.a6 {
    top: 3.9rem;
    right: 0;
    background: #c4a086;
}

.s6-list .s6-item.a1 p,
.s6-list .s6-item.a4 p,
.s6-list .s6-item.a6 p {
    color: #fff;
}

.s6 .block {
    position: relative;
    height: 5.85rem;
    background: url("../images/s6.jpg") no-repeat 50%;
    background-size: cover;
    margin-top: 0.5rem;
}

.s7-banner a {
    display: block;
    overflow: hidden;
}

.s7-banner a .pic {
    padding-top: 61.03%;
}

.s7-banner a p {
    font-size: 0.16rem;
    line-height: 1.5em;
    text-align: center;
    padding: 0.19rem 0.1rem 0.2rem;
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
}

.s7-banner {
    margin-top: 0.4rem;

}

.s7-banner>div {
    padding-bottom: 0.01rem;
}

.s7 {
    margin-top: 0.63rem;
}

.section2 {
    padding-top: 0.65rem;
    padding-bottom: 0.56rem;
    background: url("../images/sec2.jpg") no-repeat bottom;
    background-size: 100% 100%;
}

.tips {
    position: fixed;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.tips ul>li {
    position: relative;
}

.tips ul>li a {
    display: block;
    padding: 0.1rem 0;
}

.tips ul>li a span {
    display: block;
    width: .57rem;
    height: .57rem;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #7aadcf;
    position: relative;
}

.tips ul>li .code {
    position: absolute;
    right: 100%;
    top: 50%;
    width: 1rem;
    height: 1rem;
    padding: 0.09rem;
    margin-top: -0.5rem;
    opacity: 0;
    transform: translateX(-0.15rem);
    transition: all .4s;
    visibility: hidden;
}

.tips ul>li:hover .code {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.body_b.showdiv .tips {
    opacity: 1;
    visibility: visible;
}


@media screen and (max-width: 1400px) {
    .tips ul>li a span img {
        max-width: 50%;
        max-height: 50%;
    }
}

@media screen and (max-width: 1090px) {
    html, body .body_h {
        height: auto;
        overflow: auto;
    }

    .banner a {
        /* padding-top: 49.43%;*/
        height: 9.49rem;
    }

    .body_b {
        width: auto;
        height: auto;
        position: static;
        opacity: 1;
        transform: none;
        overflow: auto;
    }

    .scroll {
        padding-top: 0;
    }

    .banner {
        margin-top: 1rem;
    }

    .s1-item {
        width: calc(33.33% - 0.1rem);
    }

    .s1-item .pt-box a .txt-box h4 {
        font-size: 0.2rem;
    }

    .s1-item .pt-box a .txt-box p {
        font-size: 0.18rem;
        height: 0.52rem;
    }

    .s1-item .s1-list a p {
        font-size: 0.2rem;
        max-height: 0.7rem;
    }

    .s1-item .s1-list a span,
    .s2-item a .txt span,
    .s3-list a span {
        font-size: 0.17rem;
    }

    .s1-item .pt-box a {
        padding: 0.2rem 0.125rem;
    }

    .s1 {
        padding-top: 0.45rem;
    }

    .tab-main {
        margin: 0.25rem 0 0;
        padding: 0.125rem 0;
    }

    .s2-item a .txt h4 {
        font-size: 0.2rem;
        height: 0.65rem;
    }

    .s2-item a .txt p {
        font-size: 0.18rem;
        height: 0.52rem;
    }

    .s2:after {
        display: none;
    }

    .s3-list a p {
        font-size: 0.2rem;
        height: 0.7rem;
    }

    .s3-list a {
        width: 32%;
        margin: 0.125rem 0;
    }

    .s4-list a em {
        font-size: 0.2rem;
    }

    .s5-banner a h4 {
        font-size: 0.2rem;
        height: 0.7rem;
    }

    .s5-banner a p {
        font-size: .18rem;
        height: .72rem;
    }

    .s5-banner a {
        padding: 0.25rem 0.2rem 0.45rem;
    }

    .s5-banner {
        margin: -0.33rem 0;
        padding: 0.45rem 0 0.75rem;
    }
}

@media screen and (max-width: 960px) {
    .banner a {
        padding-top: 49.43%;
        height: auto;
    }

    .banner .btn {
        bottom: 0.1rem;
    }

    .s1-item {
        width: 100%;

    }

    .s1-item .pt-box a .txt {
        position: relative;
    }

    .s1-item .pt-box a .txt-box {
        padding-left: 1rem;
    }

    .s1-item .pt-box a time {
        left: 0;
        top: 0;
    }

    .s1-item.mt {
        margin-top: 0;
    }

    .gg-tit h4,
    .tab-tit h4 {
        font-size: 0.34rem;
        padding-bottom: 0.05rem;
    }

    .s2 {
        padding-bottom: 0.35rem;
    }

    .s3-list a {
        width: 48%;
    }

    .s4-list02 a {
        width: calc(33.33% - 0.2rem);
        margin: 0.125rem 0;
    }

    .section2 {
        padding-top: 0.35rem;
        padding-bottom: 0.45rem;
    }

    .s7 {
        margin-top: 0.35rem;
    }

    .s5 {
        margin-top: 0.35rem;
    }

    .s5-banner .btn span {
        width: 0.75rem;
    }

    .s4 {
        margin-top: 0.25rem;
    }
}

@media screen and (max-width: 640px) {
    .banner {
        margin-top: 0.6rem;
    }

    .gg-tit h4, .tab-tit h4 {
        font-size: 0.3rem;
    }

    .tab-tit h4 {
        margin: 0 0.15rem;
    }

    .s6-list .s6-item {
       position: relative;
    width: 33.33%;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    }

    .s6-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .s6 .block {
        height: auto;
        margin-top: 0.25rem;
    }

    .s3-list a,
    .s4-list a {
        width: 100%;
    }

    .s4-list02 {
        margin-top: 0.2rem;
    }

    .s5-banner .btn span {
        width: 0.5rem;
    }

    .s5-banner {
        padding: 0.25rem 0;
    }

    .s5-banner .btn {
        bottom: 0.2rem;
    }

    .s6-list .s6-item {
        height: 1.55rem;
    }

    .s6 .svg {
        width: 0.5rem;
    }

    .s1-item .pt-box a time {
        width: 0.82rem;
        height: 0.82rem;
    }

    .tab-tit {
        text-align: left;
    }

    .s4-list02 a .icon img {
        max-width: 70%;
        max-height: 70%;
    }

    .s4-list02 a {
        padding-left: 0.05rem;
        padding-right: 0.05rem;
    }

    .s4-list02 a {
        width: 32%;
    }

}

.s6-list .s6-item .s6-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0, 101, 166, 0.2);
    display: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    opacity: 0;
}
.s6-list .s6-item .s6-pt a {
    pointer-events: none;
}
.s6-list .s6-item .s6-nav a {
    display: block;
    font-size: .16rem;
    line-height: 2em;
    text-align: center;
    padding: 0.1rem;
    color: #000;
    width: 90%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
}

.s6-list .s6-item .s6-nav a:hover {
    background: #0062a4;
    color: #fff;
}

.s6-list .s6-item:hover .s6-nav {
    opacity: 1;
}


@media screen and (max-width: 640px) {
.s6-list .s6-item .s6-nav {
    top: 100%;
    display: none;
}
.s6-list .s6-item .s6-nav a {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.s6-list .s6-item:hover .s6-nav {
    display: block;
}
}