﻿@charset "utf-8";

@media screen and (max-width:1199px) {
    html {
        font-size: 90px!important;
    }
}

@media screen and (max-width:1024px) {
    html {
        font-size: 90px!important;
    }
}

@media screen and (max-width:900px) {
    html {
        font-size: 85px!important;
    }
}

@media screen and (max-width:640px) {
    html {
        font-size: 85px!important;
    }
}

@media screen and (max-width:480px) {
    html {
        font-size: 80px!important;
    }
}

@media screen and (max-width:375px) {
    html {
        font-size: 70px!important;
    }
}

@media screen and (max-width:360px) {
    html {
        font-size: 80px!important;
    }
}

@media screen and (max-width:350px) {
    html {
        font-size: 70px!important;
    }
}

.wp {
    /*width: 15.6rem;*/
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
}

#m_nav .list_box1 {
}

    #m_nav .list_box1 li {
        text-align: center;
        padding: 0 .1rem;
    }

        #m_nav .list_box1 li a {
            padding: 0;
            justify-content: center;
            font-size: .2rem;
        }

.headder_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    height: 5vw;
    transition: .5s;
}

    .headder_box:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1.75rem;
        z-index: -1;
    }

    .headder_box .wp {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 100%;
        padding: 0 0 0 50px;
        width: auto;
        background: linear-gradient(rgba(0, 85, 150), rgba(0, 0, 0, 0));
    }

    .headder_box .logo img {
        max-width: 100%;
        height: 3.5vw;
    }

        .headder_box .logo img.img2 {
            display: none;
        }

    .headder_box .right {
        display: flex;
        align-items: center;
        padding: 0 0 0 .22rem;
        justify-content: space-between;
    }

        .headder_box .right .ll .top {
            display: flex;
            justify-content: flex-end;
            padding: .18rem 0 0;
            align-items: center;
            position: relative;
            z-index: 10;
            margin-bottom: -.08rem;
        }

/****搜索****/
.serbtn {
    position: relative;
    text-align: center;
    line-height: .3rem;
    font-size: .3rem;
    color: #fff;
    cursor: pointer;
}

    .serbtn:hover {
        color: #f38a09;
    }

.wave {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1000;
}

.layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1000;
}

.search {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: .1rem 0;
    border: 1px solid #4f616d;
    border-radius: 15px;
    background-color: rgba(19, 67, 155, 0.90);
    z-index: 1001;
    width: 35%;
}

    .search input {
        color: #fff;
        font-size: .25rem;
    }

        .search input[type="text"] {
            padding-left: 20px;
            width: 90%;
            height: 2vw;
            background-color: transparent;
            color: #fff;
            font-size: .25rem;
        }

    .search i {
        font-size: 25px;
        color: #fff;
        cursor: pointer;
    }

    .search input:placeholder {
        color: #fff;
    }

.wave.on {
    display: block;
}


.list_box1 {
    display: flex;
    margin: 0 -3px;
}

    .list_box1 li {
        padding: 0;
        position: relative;
    }

        .list_box1 li:before {
            content: "";
            position: absolute;
        }

        .list_box1 li a {
            display: flex;
            align-items: center;
            border-radius: 12px;
            height: 24px;
            padding: 0 .18rem;
            font-size: .16rem;
            color: #fff;
            transition: .5s;
        }

.headder_box .right .ll .bottom {
    display: flex;
    justify-content: flex-end;
    margin: .24rem 0 0;
}

.showdiv .headder_box {
}

.headder_box1 .right {
    width: 70%;
}

#m_nav .list_box1 {
    justify-content: space-between;
    margin: 0 auto .1rem;
}

#m_nav .list_box2 {
    flex-wrap: wrap;
    line-height: 1.75;
    justify-content: space-between;
    margin-bottom: .1rem;
    width: auto;
    margin: 0 auto .2rem;
}

    #m_nav .list_box2 li {
        padding: 0 .1rem;
        font-size: .15rem;
    }

    #m_nav .list_box2 .search {
        display: none;
    }

.topl2 {
    display: none;
}

.topl1 #nav {
    width: 100%;
    padding: 0;
}

    .topl1 #nav li {
        padding: 0 .2rem;
    }

        .topl1 #nav li h3 {
        }

.headder_box .right .topl1 .bottom {
    margin: 0;
}

.headder_box1 {
    position: fixed;
    height: 5vw;
    transform: translateY(-110%);
}

    .headder_box1 .logo img {
        height: 3.5vw;
        width: auto;
    }

    .headder_box1:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: -moz-linear-gradient( 0,#0571c2 0%,#015696 100%);
        background-image: -webkit-linear-gradient( 0,#0571c2 0%,#015696 100%);
        background-image: -ms-linear-gradient( 0,#0571c2 0%,#015696 100%);
        opacity: .9;
        height: 100%;
    }

    .headder_box1 #openBtn .lcbody {
        width: .32rem;
        height: .18rem;
    }

        .headder_box1 #openBtn .lcbody .lcitem {
            height: .02rem;
        }

        .headder_box1 #openBtn .lcbody .bottom {
            top: calc(100% - .02rem);
        }

        .headder_box1 #openBtn .lcbody .center {
            display: block;
            top: 50%;
            margin-top: -.01rem;
        }

    .headder_box1 .miso_btn1 {
        background: 0 0!important;
    }

.showdiv .headder_box1 {
    transform: translateY(0);
}

#nav {
    padding-right: .4rem;
    width: calc(100% - .9rem);
    height: 100%;
}

    #nav ul {
        display: flex;
        justify-content: space-between;
        height: 100%;
    }

        #nav ul li {
            z-index: 0;
            height: 100%;
            position: relative;
            white-space: nowrap;
        }

            #nav ul li a {
                display: flex;
                padding: 0;
                position: relative;
                z-index: 2;
                height: 100%;
                align-items: center;
            }

            #nav ul li h3 {
                font-size: 1.1vw;
                color: #fff;
                line-height: 1.5;
                position: relative;
                transition: .36s;
                display: inline-block;
                /*font-weight: 700;*/
            }

                #nav ul li h3:after {
                    content: "";
                    position: absolute;
                    left: 50%;
                    top: calc(100% + 2px);
                    transition: .6s;
                    border-left: transparent .75rem solid;
                    border-right: transparent .75rem solid;
                    border-bottom: #fff 1rem solid;
                    margin-left: -.75rem;
                    opacity: 0;
                    visibility: hidden;
                }

            #nav ul li.on1 h3:after {
                opacity: 1;
                visibility: visible;
            }

            #nav ul li a i {
                margin: -3px 0 0 .625rem;
                display: inline-block;
                width: 10px;
                height: 5px;
                /*background:;*/
                transition: .5s;
            }

            #nav ul li.on a i, #nav ul li:hover a i {
                /*background:;*/
            }

            #nav ul li a i {
                display: inline-block;
                width: 9px;
                height: 6px;
                background-size: contain;
                vertical-align: middle;
                margin-left: 8px;
            }

            #nav ul li .sub {
                position: absolute;
                top: 100%;
                background: rgba(255,255,255,.5);
                width: auto;
                left: 50%;
                z-index: 10000;
                transform: translateX(-50%)scaleY(0);
                visibility: hidden;
                filter: alpha(opacity=0);
                -moz-opacity: 0;
                -khtml-opacity: 0;
                opacity: 0;
                transition: .5s;
                transform-origin: top;
                box-shadow: 0 0 5px #999;
                border-radius: .08rem;
                overflow: hidden;
            }

                #nav ul li .sub:after {
                    content: '';
                    height: 3px;
                    width: 100%;
                    position: absolute;
                    left: 0;
                    top: 0;
                }

                #nav ul li .sub .box {
                    padding: 3px 0 0;
                    text-align: center;
                }

                #nav ul li .sub a {
                    padding: 8px 30px;
                    line-height: 2;
                    transition: .6s;
                    font-size: 1vw;
                    color: #333;
                    text-align: center;
                    white-space: nowrap;
                    font-family: SourceHanSerifCN-Bold;
                    min-width: 160px;
                    justify-content: center;
                }

                    #nav ul li .sub a:hover {
                        color: #fff;
                        background-color: #1c4e95;
                    }

            #nav ul li:hover .sub {
                filter: alpha(opacity=100);
                -moz-opacity: 1;
                -khtml-opacity: 1;
                opacity: 1;
                visibility: visible;
                transform: translateX(-50%)scaleY(1);
            }

            #nav > ul > li.on h3, #nav ul li:hover h3, #header.xg #nav ul li.on a h3, #header.xg #nav ul li:hover a h3 {
                opacity: .9;
            }

    #nav > ul > li h3:before {
        content: "";
        display: block;
        position: absolute;
        width: 12px;
        height: 12px;
        right: -1.375rem;
        top: 50%;
        margin-top: -6px;
        transition: .3s;
        display: none;
    }

    #nav > ul > li.xiala h3:before {
        display: block;
    }

    #nav > ul > li:hover h3:after, #nav ul li.on h3:after {
        transform: scale(1);
    }

    #nav > ul > li.noSubMenu h3:before {
        display: none;
    }

@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}

@keyframes spin2 {
    to {
        transform: rotate(-1turn);
    }
}

@keyframes spin-reverse {
    from {
        transform: rotate(1turn);
    }
}

@keyframes spin-reverse2 {
    from {
        transform: rotate(-1turn);
    }
}

.list_box1 .li {
    margin-left: .1rem;
}

    .list_box1 .li a {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        border-radius: 50%;
        font-size: 12px;
        color: #fff;
        transition: .5s;
        width: .24rem;
        position: relative;
        height: 24px;
    }

    .list_box1 .li input {
        position: absolute;
        width: 104%;
        height: 24px;
        border-radius: .15rem;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 0;
    }

    .list_box1 .li svg {
        width: .24rem;
        height: .24rem;
        fill: #fff;
        transition: .5s;
        position: relative;
        z-index: 1;
        transition: .5s;
    }

    .list_box1 .li.on a {
        width: 2rem;
    }

    .list_box1 .li.on input {
        padding: 0 .5rem 0 .1rem;
        background: #fff;
        right: -.1rem;
    }

    .list_box1 .li.on svg {
        width: .2rem;
        height: .2rem;
    }

    .list_box1 .li.on a input {
        color: #63065f;
        border: #63065f 1px solid;
    }

/***全屏菜单***/
/*.miso_btn1 {
    display: flex;
    width: .74rem;
    height: .42rem;
    border-radius: .1rem 0 0 .1rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .5s;
}

    .miso_btn1 .box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
        width: .45rem;
        height: .25rem;
    }

        .miso_btn1 .box span {
            display: block;
            width: 100%;
            height: .03rem;
            background: #fff;
        }

            .miso_btn1 .box span:nth-child(1), .miso_btn1 .box span:nth-child(3) {
                width: 84%;
            }

#openBtn {
    cursor: pointer;
    display: inline-block;
}

    #openBtn .lcbody {
        width: .38rem;
        height: .19rem;
        position: relative;
        display: flex;
        justify-content: flex-start;
    }

        #openBtn .lcbody .lcitem {
            width: 84%;
            height: 1.5px;
            position: absolute;
            transition: transform .36s ease;
            right: 0;
        }

            #openBtn .lcbody .lcitem:nth-child(1), #openBtn .lcbody .lcitem:nth-child(3) {
                width: 84%;
            }

            #openBtn .lcbody .lcitem div {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: auto;
                right: 0;
                background: #fff;
            }

        #openBtn .lcbody .top {
            top: 0;
        }

        #openBtn .lcbody .center {
            display: block;
            top: 50%;
            margin-top: -.015rem;
        }

        #openBtn .lcbody .bottom {
            top: calc(100% - .03rem);
        }

        #openBtn .lcbody:hover .lcitem.top .rect {
            animation: move .4s ease-in-out 1;
        }

        #openBtn .lcbody:hover .lcitem.center .rect {
            animation: move .4s ease-in-out .1s 1;
        }

        #openBtn .lcbody:hover .lcitem.bottom .rect {
            animation: move .4s ease-in-out .2s 1;
        }

.active#openBtn .lcitem.top {
    transform: rotateZ(45deg);
    top: 49%;
}

.active#openBtn .lcitem.center {
    opacity: 0;
}

.active#openBtn .lcitem.bottom {
    transform: rotateZ(-45deg);
    top: 49%;
}*/

@keyframes move {
    0% {
        right: 0;
    }

    40% {
        right: 0;
        width: 0;
    }

    60% {
        right: auto;
        width: 0%;
    }

    100% {
        right: auto;
        width: 100%;
    }
}

/*.n_header #openBtn .lcbody .lcitem div {
    background: #fff;
}*/

body.fixed {
    overflow: hidden;
}

/***全屏菜单***/
/*.slide_down_nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    visibility: hidden;
}

    .slide_down_nav .slide_down_nav_bg {
        position: fixed;
        right: 0;
        top: 0;
        height: 0;
        left: 0;
        background: #015696;
        transition: .9s cubic-bezier(.165,.84,.44,1).2s;
    }

        .slide_down_nav .slide_down_nav_bg.on {
            height: 100%;
        }

.slide_down_nav_line_shuxian {
    position: absolute;
    left: 0;
    margin-left: -.5px;
    bottom: 0;
    width: 1px;
    height: 0;
    background: rgba(0,0,0,.15);
    opacity: 1;
    transition: .6s;
}

    .slide_down_nav_line_shuxian.on {
        height: 100%;
        transition-delay: 1s;
    }

.slide_down_nav .slide_down_nav_content {
    position: relative;
    z-index: 10;
    transition: .6s;
    height: 100%;
    opacity: 0;
    padding: 1rem 0 0;
}

.slide_down_nav.on {
    visibility: visible;
}

.slide_down_nav .slide_down_nav_content.on {
    transition: .6s;
    opacity: 1;
}

.w1256 {
    max-width: 76%;
    padding: 0;
    margin: .9rem auto 0;
    height: 100%;
    display: flex;
}

.miso_wzmap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.2rem;
}

    .miso_wzmap li {
        padding: .25rem .2rem;
        transform: translateY(.5rem);
        transition: .5s;
        opacity: 0;
        flex: 1;
        width: 12.5%\0;
        text-align: center;
    }

        .miso_wzmap li:nth-child(1) {
            transition-delay: .1s;
        }

        .miso_wzmap li:nth-child(2) {
            transition-delay: .2s;
        }

        .miso_wzmap li:nth-child(3) {
            transition-delay: .3s;
        }

        .miso_wzmap li:nth-child(4) {
            transition-delay: .4s;
        }

        .miso_wzmap li:nth-child(5) {
            transition-delay: .5s;
        }

        .miso_wzmap li:nth-child(6) {
            transition-delay: .6s;
        }

        .miso_wzmap li:nth-child(7) {
            transition-delay: .7s;
        }

        .miso_wzmap li:nth-child(8) {
            transition-delay: .8s;
        }

        .miso_wzmap li:nth-child(9) {
            transition-delay: .9s;
        }

        .miso_wzmap li h3 a {
            font-size: .19rem;
            color: #fff;
            position: relative;
            display: block;
            padding: 0 0 .18rem;
            margin-bottom: .16rem;
            font-weight: 700;
        }

            .miso_wzmap li h3 a:before {
                content: "";
                position: absolute;
                left: 50%;
                bottom: 0;
                width: 0;
                height: 1px;
                background: #fff;
                transition: 1.2s 1.2s;
                transform: translateX(-50%);
            }

        .miso_wzmap li dl {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -.25rem;
        }

            .miso_wzmap li dl dd {
                width: 100%;
                padding: 0 .25rem;
            }

                .miso_wzmap li dl dd a {
                    font-size: .15rem;
                    color: #fff;
                    line-height: .36rem;
                    display: block;
                    transition: .5s;
                }

.slide_down_nav_content.on .miso_wzmap li {
    transform: translateY(0);
    opacity: 1;
}

    .slide_down_nav_content.on .miso_wzmap li h3 a:before {
        width: .3rem;
    }*/

.banner {
    height: 100vh;
    position: relative;
}

.main-visual-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.main-visual-slider {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    position: relative;
}

    .main-visual-slider .swiper-slide {
        overflow: hidden;
        color: #fff;
    }

    .main-visual-slider .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 1;
        background: -moz-linear-gradient(top,black 0,transparent 50%,transparent 63%,#000 100%);
        background: -webkit-linear-gradient(top,black 0,transparent 50%,transparent 63%,#000 100%);
        background: linear-gradient(to bottom,black 0,transparent 50%,transparent 63%,#000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#c9000000',GradientType=0);
        transition: all 2.5s ease;
    }

    .main-visual-slider .swiper-slide-duplicate-active .overlay, .main-visual-slider .swiper-slide-active .overlay {
        opacity: .7;
    }

    .main-visual-slider .swiper-slide .visual-img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 1649px;
        height: 100%;
        width: 100%;
    }

        .main-visual-slider .swiper-slide .visual-img a {
            display: block;
            width: 100%;
            height: 100%;
        }

        .main-visual-slider .swiper-slide .visual-img img, .main-visual-slider .swiper-slide .visual-img video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: .5s;
        }

            .main-visual-slider .swiper-slide .visual-img img:hover {
                transform: scale(1.2);
            }

    .main-visual-slider .swiper-container {
        width: 100%;
        height: 100%;
        position: relative;
        left: 0;
        top: 0;
    }

    .main-visual-slider .slide-inner {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        background-size: cover;
        background-position: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: left;
    }

.banner .slide-banner .swiper-slide .bat {
    position: absolute;
    height: .7rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.banner .slide-banner .swiper-slide .bat1 {
    right: 110%;
}

.banner .slide-banner .swiper-slide .bat2 {
    left: 110%;
}

@media screen and (max-width:1200px) {
    .banner .slide-banner .swiper-slide .bat {
        height: .3rem;
    }
}

.main-visual-slider .swiper-slide .visual-img .txt {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    padding: 0 0 .3rem 50px;
    z-index: 1;
}

    .main-visual-slider .swiper-slide .visual-img .txt::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        /*background: url(../images/hei_bg.png)50% 100% no-repeat;
        background-size: 100% 1.4rem;*/
        z-index: -1;
    }

    .main-visual-slider .swiper-slide .visual-img .txt h3 {
        font-size: .26rem;
        color: #fff;
        width: auto;
        line-height: 1.375;
        text-shadow: 0 0 .3rem rgba(0,0,0,.6);
    }

.main-visual-slider .swiper-pagination-bullet {
    width: .42rem;
    height: .42rem;
    background: 0 0;
    opacity: 1;
    margin: 0!important;
    transition: .5s;
    position: relative;
}

    .main-visual-slider .swiper-pagination-bullet:before {
        content: "";
        position: absolute;
        width: .13rem;
        height: .13rem;
        background: #f38a09;
        border-radius: 50%;
        transition: .5s;
        top: 50%;
        left: 50%;
        margin: -.065rem 0 0 -.065rem;
    }

    .main-visual-slider .swiper-pagination-bullet:after {
        content: "";
        position: absolute;
        width: .13rem;
        height: .13rem;
        background: #fff;
        border-radius: 50%;
        transition: .5s;
        left: 50%;
        top: 50%;
        margin: -.065rem 0 0 -.065rem;
        opacity: 0;
        background-size: 100%;
        transform: scale(0);
    }

.main-visual-slider .swiper-pagination {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.main-visual-slider .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    opacity: 0;
}

.main-visual-slider .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    opacity: 1;
    transform: scale(1);
}

.main-visual-slider .swiper-pagination_box {
    position: absolute;
    bottom: .25rem;
    padding-right: .86rem;
    right: 0;
    display: flex;
    align-items: center;
    z-index: 1;
}

.banner_box1 {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

banner_box1s {
    overflow: hidden;
}

.banner {
    overflow: hidden;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
}

    .banner .pubSvg {
        position: absolute;
        height: 70vh;
        left: 50%;
        transform: translateX(-50%)translateY(-50%);
        top: 56%;
        z-index: 5;
        pointer-events: none;
        max-height: 70vh;
    }

        .banner .pubSvg svg {
            height: 100%;
            max-width: 100%;
            display: flex;
            justify-content: center;
        }

            .banner .pubSvg svg:last-child {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
            }

    .banner .scSvg {
        position: absolute;
        right: 0;
        width: calc((100vw - 16rem)/2 + 16rem);
        bottom: -2.3rem;
        z-index: 6;
    }

        .banner .scSvg img {
            width: 100%;
        }

    .banner .scDown {
        position: absolute;
        bottom: .2rem;
        z-index: 10;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        font-size: .14rem;
    }

        .banner .scDown i {
            display: block;
            width: 23px;
            height: 33px;
            animation: up 1.5s linear infinite;
        }

    .banner .cls-0 {
        opacity: .2;
    }

    .banner .cls-1 {
        fill: none;
        stroke: #fff;
    }

    .banner .cls-1, .banner .cls-2 {
        fill-rule: evenodd;
    }

    .banner .cls-2, .banner .cls-3 {
        fill: #fff;
    }

    .banner .cls-3, .banner .cls-5, .banner .cls-6, .banner .cls-7 {
        stroke: #fff;
    }

    .banner .cls-6 {
        stroke-miterlimit: 10;
    }

    .banner .cls-7, .banner .cls-loop {
        stroke-width: 4px;
    }

    .banner .cls-loop {
        stroke: #fff;
        fill: none;
    }

    .banner .swiper-slide-active .cls-0 {
        opacity: .4;
        transition: all 1s linear 6s;
    }

.m_header_box {
    transition: .6s;
    display: none;
    height: .75rem;
    position: relative;
    z-index: 100000;
}

    .m_header_box header {
        padding: 0 0 0 15px;
        height: .75rem;
        background: #005596;
        box-shadow: 0 3px 5px rgba(0,0,0,5%);
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .m_header_box header #logo img {
            height: .4rem;
        }

        .m_header_box header #logo {
            padding: 0;
            width: 100%;
        }

    .m_header_box .list_box1 {
        margin-right: .4rem;
    }

        .m_header_box .list_box1 .li a {
            border-radius: 0;
            width: 28px;
            height: 20px;
            font-size: 10px;
        }

#nav_btn_box.on {
    background: 0 0;
}

#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before {
}

#nav_btn_box {
    position: relative;
    width: .85rem;
    height: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    min-width: .85rem;
}

    #nav_btn_box:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    #nav_btn_box:after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: -6px;
    }

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    outline: none;
    box-shadow: none;
}

    #nav_btn .point {
        display: inline-block;
        width: .34rem;
        height: 18px;
        position: relative;
        outline: none;
    }

        #nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before {
            width: 100%;
        }

    #nav_btn .navbtn {
        position: absolute;
        top: 50%;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 2px;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        background: #fff;
        margin-top: -1px;
    }

        #nav_btn .navbtn::after, #nav_btn .navbtn::before {
            position: absolute;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 2px;
            content: '';
            -webkit-transition: all .3s ease-out 0s;
            -moz-transition: all .3s ease-out 0s;
            -ms-transition: all .3s ease-out 0s;
            -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
            background: #fff;
        }

        #nav_btn .navbtn::after {
            top: -8px;
        }

        #nav_btn .navbtn::before {
            top: 8px;
        }

    #nav_btn .point.on .navbtn {
        background: 0 0;
    }

        #nav_btn .point.on .navbtn::after {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 0;
        }

        #nav_btn .point.on .navbtn::before {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 0;
        }

#m_nav {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0;
    display: none;
    padding: 70px 20px 20px;
    overflow: hidden;
    pointer-events: none;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    display: block;
    align-items: flex-start;
    background: #63065f;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-image: -moz-linear-gradient( 0,#0571c2 0%,#015696 100%);
    background-image: -webkit-linear-gradient( 0,#0571c2 0%,#015696 100%);
    background-image: -ms-linear-gradient( 0,#0571c2 0%,#015696 100%);
    overflow: hidden;
    overflow-y: scroll;
}

    #m_nav .close {
        position: absolute;
        top: 7px;
        right: 15px;
        left: 15px;
        font-size: 30px;
        color: #333;
        z-index: 10000;
        width: auto;
        height: 35px;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
    }

    #m_nav.act {
        pointer-events: auto;
        right: 0;
        opacity: 1;
        visibility: visible;
    }

.list_box_nav_mobile {
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin: 0;
    margin-bottom: .2rem;
}

    .list_box_nav_mobile > li {
        width: 100%;
        overflow: hidden;
        padding: 0;
        position: relative;
        margin: 0 auto;
    }

        .list_box_nav_mobile > li .con {
            position: relative;
        }

        .list_box_nav_mobile > li .a {
            width: 100%;
            border-bottom: 1px solid rgba(255,255,255,.15);
            line-height: .56rem;
            color: rgba(255,255,255,.8);
            padding: 0;
            font-size: .2rem;
            display: flex;
            position: relative;
            transition: .5s;
        }

        .list_box_nav_mobile > li i {
            opacity: 1;
            filter: alpha(opacity=100);
            display: inline-block;
            width: .64rem;
            height: .64rem;
            display: inline-block;
            background: url(../images/arrow_down.svg)50% no-repeat;
            background-size: 15px 15px!important;
            position: absolute;
            display: block;
            right: 0;
            top: 0;
        }

        .list_box_nav_mobile > li.on1 i {
            transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
        }

        .list_box_nav_mobile > li.on .a {
            color: #fff;
        }

        .list_box_nav_mobile > li .list {
            padding: 10px 0;
            border-bottom: 1px solid rgba(255,255,255,.1);
            display: none;
        }

            .list_box_nav_mobile > li .list a {
                display: block;
                font-size: 13px;
                color: rgba(255,255,255,.6);
                line-height: 2.5;
                border: none;
            }

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0,0,0,.4);
    display: none;
}

@media (max-width:1024px) {
    .banner .pubSvg {
        height: 50vw;
    }
}

@media (max-width:1200px) {
    .banner .pubSvg {
        height: 36vw;
        top: 44%;
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(.1rem);
        -moz-transform: translateY(.1rem);
        -o-transform: translateY(.1rem);
        transform: translateY(.1rem);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

/*.title001 {
    height: 1rem;
}*/

.title001 img {
    width: 3.15rem;
}

.more001 .a {
    /*font-size: .14rem;
    color: #63065f;*/
    display: flex;
    align-items: center;
    transition: .5s;
    cursor: pointer;
}

.title001s {
    display: flex;
    justify-content: space-between;
    /*background: #e7ebf6;*/
}

    .title001s .ll {
        background: #005596;
        width: 100%;
    }

    .title001s .rr {
        padding-top: .2rem;
        width: 100%;
    }

        .title001s .rr img {
            width: 3.15rem;
        }

/***** title and more start *****/
.title_area h2 {
    font-size: 2vw;
    letter-spacing: 2px;
    color: #0167b4;
    text-transform: uppercase;
    line-height: 2;
}


.witr_back_title {
    position: absolute;
    top: 15px;
    left: 45px;
    z-index: -1;
}

    .witr_back_title h4 {
        color: #c6d3e6;
        font-size: 3vw;
        font-weight: 700;
        opacity: 1;
    }

.more a {
    font-size: .7vw;
    color: #fff;
    background: #0167b4;
    border-radius: 10px;
    padding: 5px;
    transition: .5s;
}

    .more a:hover {
        color: #0167b4;
        background: #fff;
        border: 1px #0167b4 solid;
    }
/***** title and more end *****/

.container01 {
    overflow: hidden;
    position: relative;
}

.container01s {
    padding: .2rem 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #fff;
}

    .container01s .wp {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .container01s .title001 {
        padding: 0 .5rem;
    }

    .container01s .left {
        width: 50%;
        position: relative;
        padding-left: .5rem;
        overflow: hidden;
    }

    .container01s .right {
        width: calc(100% - 50%);
    }

    .container01s .left .fl01 {
        padding: 0 .5rem .5rem 0;
    }

.list_box4_box {
    position: relative;
    z-index: 1;
}

.list_box4 li {
}

    .list_box4 li * {
        transition: .5s;
    }

    .list_box4 li a {
        display: block;
        position: relative;
        width: 100%;
        max-width: 100%;
    }

    .list_box4 li .bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: .3rem;
        left: 0;
        background-size: cover!important;
    }

    .list_box4 li .img, .list_box4 li .top {
        opacity: 0;
        visibility: hidden;
    }

        .list_box4 li .img .img_hezi {
            padding-bottom: 56.39%!important;
        }

        .list_box4 li .img::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

        .list_box4 li .top * {
            width: 100%;
        }

    .list_box4 li .top {
        /*position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;*/
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: .25rem;
        background: rgba(8, 96, 175, 0.90);
    }

        .list_box4 li .top h5 {
            font-size: 1.15vw;
            color: #fff;
            line-height: 1.5;
            font-weight: 700;
            margin-bottom: .1rem;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            white-space: normal;
        }

        .list_box4 li .top p {
            font-size: .14rem;
            color: #fff;
            line-height: .24rem;
            height: .72rem\0;
            position: relative;
            margin: 0;
        }

        .list_box4 li .top hr {
            background: rgba(255,255,255,.4);
            margin: .15rem 0 .1rem;
        }

        .list_box4 li .top h6 {
            font-size: .8vw;
            color: #fff;
        }

    .list_box4 li:nth-child(2) a .bg {
        transform: translateY(.44rem);
    }

    .list_box4 li .bg:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #e6c390;
        opacity: .92;
    }

    .list_box4 li:nth-child(1) .bg:after {
        background: #2b7fd2;
    }

    .list_box4 li:nth-child(2) .bg:after {
        background: #e6c390;
    }

    .list_box4 li:nth-child(3) .bg:after {
        background: #e99a0e;
    }

    .list_box4 li.active {
    }

        .list_box4 li.active .img, .list_box4 li.active .top {
            opacity: 1;
            visibility: visible;
        }

        .list_box4 li.active .bg {
            opacity: 0;
            visibility: hidden;
        }

.list_box4_box .miso-arrow {
    width: .3rem;
    height: .3rem;
    fill: #fff;
    z-index: 10;
}

.list_box4_box .miso-prev {
    transform: rotate(90deg)translateX(-60%);
    left: .2rem;
}

.list_box4_box .miso-next {
    transform: rotate(-90deg)translateX(60%);
    right: .2rem;
}

.list_box6 {
    margin: 0 .3rem;
    overflow: hidden;
}

    .list_box6 .list_box6_content_1 {
        border-top: 5px solid #f67809;
        border-bottom: 1px solid #d4e1df;
        display: flex;
    }

        .list_box6 .list_box6_content_1 .list_box6_datetime {
            float: left;
            width: 20%;
            border-left: 1px solid #d4e1df;
            padding: 1.2vw 0;
            line-height: 1.5;
            text-align: right;
            font-size: 1.1vw;
        }

        .list_box6 .list_box6_content_1 .list_box6_text {
            float: left;
            width: 80%;
            padding: 1.2vw 1.2vw;
            line-height: 2;
        }

    .list_box6 .list_box6_content {
        border-bottom: 1px solid #d4e1df;
    }

        .list_box6 .list_box6_content .list_box6_datetime {
            padding: 1vw 1.2vw;
            line-height: 1;
            color: #13b1d1;
            font-size: 1.1vw;
        }

        .list_box6 .list_box6_content .list_box6_text {
            padding: 0 1.2vw 1vw 1.2vw;
            line-height: 2;
        }

    .list_box6 li {
        width: 100%;
        clear: both;
    }

        .list_box6 li a {
            display: block;
            position: relative;
        }

        .list_box6 li h6 {
            font-size: .14rem;
            /*color: #fff;*/
            text-indent: -.05rem;
            transition: .5s;
        }

        .list_box6 li h5 {
            font-size: 1.25vw;
            transition: .5s;
        }

        .list_box6 li:last-child a {
        }

.container02 {
    position: relative;
    z-index: 1;
    background: #fff;
}

    .container02 .wp {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
    }

    .container02 .left {
        width: 70%;
        padding: 0 .5rem;
        margin-top: .4rem;
        position: relative;
    }

        .container02 .left .title001 {
            padding: .1rem 0;
        }

    .container02 .right {
        width: 30%;
        padding: 0 .5rem;
        margin-top: .4rem;
        position: relative;
    }

        .container02 .right .title001 {
            padding: .1rem 0;
        }

    .container02 .content {
        display: flex;
        flex-wrap: wrap;
        margin-top: .1rem;
        justify-content: space-between;
        border-top: #f67809 5px solid;
    }

        .container02 .content .outc {
            float: left;
            width: calc(50% - .2rem);
            margin: .3rem 0;
            cursor: pointer;
            transition: .5s;
            border-bottom: 1px solid #d3dbda;
        }

            .container02 .content .outc:hover {
                transform: translateY(-.15rem);
            }

            .container02 .content .outc .index_datetime {
                margin: .8vw;
                background: #13acbd;
                border-radius: 15px;
                width: 7vw;
                text-align: center;
                line-height: 1.5;
                color: #fff;
                font-size: 1.1vw;
            }

            .container02 .content .outc .index_content {
                margin: 0 .8vw .8vw;
                font-size: 1.45vw;
                line-height: 2;
                color: #333333;
            }

                .container02 .content .outc .index_content :hover {
                    color: #3574b5;
                }

    .container02 .right .content {
        border-top: #13acbd 5px solid;
        background: #0e5fb2;
    }

        .container02 .right .content .outc {
            width: calc(100% - .2rem);
            border-bottom: none;
        }

            .container02 .right .content .outc .index_datetime_white {
                margin: .8vw;
                background: #13acbd;
                border-radius: 15px;
                width: 7vw;
                text-align: center;
                line-height: 1.5;
                color: #fff;
                font-size: 1.1vw;
            }

            .container02 .right .content .outc .index_content_white {
                margin: 0 .8vw .8vw;
                font-size: 1.45vw;
                line-height: 2;
                color: #fff;
            }

                .container02 .right .content .outc .index_content_white :hover {
                    color: #f38a09;
                }

.container04 {
    position: relative;
    z-index: 1;
    background: #fff;
}

    .container04 .wp {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
    }

    .container04 .right {
        width: 100%;
        padding: .1rem .5rem;
        position: relative;
        margin-top: .4rem;
    }

        .container04 .right .title001 {
            /*text-align: center;
            padding: .5rem 0 .5rem 0;*/
        }

    /*.container04 .right .title001 img {
            width: 2rem;
        }*/

    .container04 .content {
        display: flex;
        flex-wrap: wrap;
        margin: .1rem 0;
        justify-content: space-between;
    }

        .container04 .content .outc {
            float: left;
            width: 23%;
            background: #f5f5f5;
            margin: .3rem 0;
            cursor: pointer;
            transition: .5s;
            border-bottom: 3px solid #f38a09;
        }

            .container04 .content .outc:hover {
                transform: translateY(-.15rem);
                /*background: #fff;*/
            }

            .container04 .content .outc img {
                max-width: 100%;
                /*min-height: 260px;*/
            }

.xsgz_datetime {
    margin: .2rem 0 0 .2rem;
}

.xsgz_day {
    float: left;
    width: .5rem;
    height: 35px;
    color: #3475b0;
    font-size: 1.25vw;
    text-align: center;
    background: url(../images/xsgz_day_bg.png) center no-repeat;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.xsgz_yearly {
    float: left;
    width: calc(100% - 1rem);
    height: 35px;
    color: #3475b0;
    font-size: .9vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.xsgz_content {
    float: left;
    margin: .6vw;
    font-size: 1.45vw;
    line-height: 2;
    color: #444444;
    /*min-height: 63px;*/
}

    .xsgz_content :hover {
        color: #3574b5;
    }

@keyframes pagination-container--animation-prev {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(18px);
    }
}

@keyframes pagination-container--animation-next {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-18px);
    }
}

.transition-prev .pagination-container {
    animation: pagination-container--animation-prev .3s forwards;
}

.transition-next .pagination-container {
    animation: pagination-container--animation-next .3s forwards;
}

@keyframes slideLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-18px);
    }
}

.transition-prev .little-dot--first {
    animation: slideLeft .4s .3s forwards cubic-bezier(.165,.84,.44,1);
}

@keyframes little-dot--first--animation {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.transition-next .little-dot--first {
    animation: little-dot--last--animation .3s forwards;
}

@keyframes little-dot--last--animation {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.transition-prev .little-dot--last {
    animation: little-dot--last--animation .3s forwards;
}

@keyframes slideRight {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(18px);
        opacity: 1;
    }
}

.transition-next .little-dot--last {
    animation: slideRight .4s .3s forwards cubic-bezier(.165,.84,.44,1);
}

@keyframes big-dot-container--animation-prev {
    0% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(-50%)rotate(-179deg);
    }
}

@keyframes big-dot-container--animation-next {
    0% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(-50%)rotate(-181deg);
    }
}

.transition-prev .big-dot-container {
    animation: big-dot-container--animation-prev .3s forwards;
}

.transition-next .big-dot-container {
    animation: big-dot-container--animation-next .3s forwards;
}

.container03 {
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 1;
}

    .container03 .wp {
        position: relative;
        z-index: 1;
    }

    .container03 .content {
        display: flex;
        flex-wrap: wrap;
    }

    .container03 .box {
        width: 100%;
        padding: 0 .5rem;
    }

        .container03 .box .title {
            padding: .1rem 0;
        }

            .container03 .box .title img {
                width: 3.15rem;
            }

        .container03 .box .box_content {
            margin: 0;
        }

            .container03 .box .box_content .box_content_outc {
                float: left;
                width: 33%;
                padding: 0 .2rem;
            }

.inner_service_area {
    overflow: hidden;
    margin-bottom: 20px;
}

.inner_blog_thumb {
    position: relative;
    overflow: hidden;
}

.inner_blog_img {
    width: 100%;
    overflow: hidden;
}

    .inner_blog_img img {
        width: 100%;
        height: auto;
        transition: .5s;
    }

.inner_service_area:hover .inner_blog_img img {
    transform: scale(1.2);
}

.blog_main_all {
    padding: 1vw;
    background-color: rgba(17, 94, 159, 0.9);
}

.inner_blog_content {
    padding: 0;
}

.inner_blog_content {
    padding: 0;
}

    .inner_blog_content h2 {
        margin: 0;
    }

        .inner_blog_content h2 a {
            font-size: 1.25vw;
            color: #fff;
        }

            .inner_blog_content h2 a:hover {
                color: #f0a812;
            }

.yjsjy_datetime {
    float: left;
    width: .7rem;
    margin: .12rem .08rem;
    line-height: .35rem;
}

.yjsjy_day {
    color: #000;
    font-size: 14pt;
    text-align: center;
}

.yjsjy_yearly {
    color: #005596;
    font-size: 10pt;
    text-align: center;
}

.yjsjy_content {
    float: left;
    width: calc(100% - 1rem);
    margin: .1rem 0 0 0;
    font-size: .22rem;
    line-height: .35rem;
    color: #444444;
}

    .yjsjy_content :hover {
        color: #3574b5;
    }

.container03 .box .box_content .box_content_xsbg {
    float: left;
    width: 100%;
}

    .container03 .box .box_content .box_content_xsbg hr {
        margin: .2rem;
        background: #b84512;
    }

.container03 .box .box_content .xsbg_pd {
    padding: .15rem .2rem;
}

.container03 .box .box_content .box_content_xsbg .xsbg_ll {
    float: left;
    width: .4rem;
    line-height: .3rem;
}

    .container03 .box .box_content .box_content_xsbg .xsbg_ll img {
        width: .2rem;
    }

.container03 .box .box_content .box_content_xsbg .xsbg_rr {
    float: left;
    width: calc(100% - .5rem);
    line-height: .3rem;
    font-size: .18rem;
}

.container03 .box .box_content .swiper-wrapper .swiper-slide:hover {
    color: #3574b5;
}

.container03 .right_bg {
    background: #005596 url(../images/s-4-r.png) right bottom no-repeat;
    /*margin-top: .8rem;*/
    width: 40%;
    min-height: 530px;
}

.container03 .box .calendar {
    margin: .9rem 0;
    width: 44%;
    /*background: #fff;
    min-height: 300px;*/
}

    .container03 .box .calendar img {
        width: 100%;
    }

footer {
    position: relative;
    z-index: 1;
}

    footer .fl01 {
        background: #005596 url(../images/footer.png) center no-repeat;
        background-size: cover;
        padding: .35rem 0;
    }

        footer .fl01 .wp {
            display: flex;
            flex-wrap: wrap;
        }

        footer .fl01 .left {
            width: 70%;
            padding-left: 4vw;
        }

        footer .fl01 .right {
            width: 30%;
            padding-right: 4vw;
            display: flex;
            align-items: center;
            justify-content: space-around;
        }

        footer .fl01 p {
            font-size: 1vw;
            color: #fff;
            line-height: 2;
            /*text-transform: uppercase;*/ /*转换为大写字母*/
        }

@media (max-width:435px) {
    .banner .slide-banner .swiper-slide .bat {
        height: .24rem;
    }
}
