@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    min-height: 100vh;
}

body {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    font-size: 14px;
    overflow-x: hidden;
    font-family: "微软雅黑";
}

@font-face {
    font-family: "sisong";
    src: url(../style/sySong.woff);
    font-weight: normal;
    font-style: normal;
}

html::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #F5F5F5;
}

html::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #333;
}

input,
img,
a,
button {
    outline: none;
    border: 0;
}

input,
button,
textarea {
    background: none;
    outline: none;
    border: none;
    -webkit-appearance: none;
    border-radius: 0
}

input:focus {
    border: none;
}

input::-webkit-input-placeholder {
    color: #666;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666;
}

textarea::-webkit-input-placeholder {
    color: #666;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666;
}

.l1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.clear {
    clear: both;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.pic:hover img {
    transform: scale(1.2);
}

.wp {
    max-width: 14.4rem;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

html {
    font-size: 100px!important;
}

@media (min-width:3000px) and (max-width:4000px) {
    html {
        font-size: 130px!important;
    }
    .wp {
        max-width: 18rem!important;
    }
}

@media (min-width:1930px) and (max-width:3000px) {
    html {
        font-size: 120px!important;
    }
    .wp {
        max-width: 17rem !important;
    }
}

@media screen and (max-width:1930px) {
    html {
        font-size: 100px!important;
    }
}

@media screen and (max-width:1800px) {
    html {
        font-size: 95px!important;
    }
}

@media screen and (max-width:1600px) {
    html {
        font-size: 90px!important;
    }
}

@media screen and (max-width:1400px) {
    html {
        font-size: 85px!important;
    }
}

@media screen and (max-width:1024px) {
    html {
        font-size: 75px!important;
    }
}

@media screen and (max-width:900px) {
    html {
        font-size: 70px!important;
    }
}

@media screen and (max-width:640px) {
    html {
        font-size: 80px!important;
    }
}

@media screen and (max-width:480px) {
    html {
        font-size: 80px!important;
    }
}

@media screen and (max-width:375px) {
    html {
        font-size: 75px!important;
    }
}

@media screen and (max-width:360px) {
    html {
        font-size: 70px!important;
    }
}

@media screen and (max-width:350px) {
    html {
        font-size: 65px!important;
    }
}

@media(min-width: 1200px) {
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 120dpi) {}
    @media (-webkit-min-device-pixel-ratio: 1.05) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 100px!important;
            }
        }
        @media screen and (max-width:1920px) {
            html {
                font-size: 95.5px!important;
            }
        }
    }
    @media (-webkit-min-device-pixel-ratio: 1.1) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 100px!important;
            }
        }
        @media screen and (max-width:1920px) {
            html {
                font-size: 92.5px!important;
            }
        }
    }
    @media (-webkit-min-device-pixel-ratio: 1.15) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 80px!important;
            }
        }
        @media screen and (max-width:1920px) {
            html {
                font-size: 87px!important;
            }
        }
    }
    @media (-webkit-min-device-pixel-ratio: 1.20) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 80px!important;
            }
        }
        @media screen and (max-width:1920px) {
            html {
                font-size: 84px!important;
            }
        }
    }
    /* 屏幕分辨率放大为 125 */
    @media (-webkit-min-device-pixel-ratio: 1.25) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 80px!important;
            }
        }
        @media screen and (max-width:1920px) {
            html {
                font-size: 80px!important;
            }
        }
    }
    /* 屏幕分辨率放大为 150 */
    @media (-webkit-min-device-pixel-ratio: 1.5) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 80px!important;
            }
        }
        @media screen and (max-width:1920px) {
            html {
                font-size: 70px!important;
            }
        }
    }
}


/* pc搜索 */

.search_btn {
    cursor: pointer;
}

.search_btn svg {
    fill: rgb(255, 255, 255);
    width: 16px;
    height: 16px;
}

.search-dialog-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s;
}

.search-dialog-box::before {
    content: "";
    position: absolute;
    top: 0px;
    height: 0px;
    background: rgb(14, 93, 168);
    transition: all 0.6s ease 0s;
    left: 0px;
    right: 0px;
    z-index: 1;
    opacity: 0.9;
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on::before {
    height: 100%;
    display: none;
}

.search-dialog-box .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    margin: 0px;
    background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);
    transform-origin: center center;
    transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.search-dialog-box.on .search-bg {
    height: 100vh;
}

.search-dialog-box .wrap-inner {
    transform: translateY(100%);
    transition: all 0.6s ease 0s;
}

.search-dialog {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.search-dialog .search-tit {
    font-size: 0.44rem;
    line-height: 0.56rem;
    color: rgb(255, 255, 255);
    text-align: center;
    overflow: hidden;
    display: none;
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0px;
}

.search-dialog .search-input {
    width: 8rem;
    margin: 0px auto;
    background-color: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    max-width: 94%;
}

.search-dialog .search-input input[type="text"] {
    float: left;
    height: 0.7rem;
    width: calc(100% - 1rem);
    background-color: rgb(255, 255, 255);
    font-size: 0.2rem;
    line-height: 0.08rem;
    color: #666;
    transition: all 0.3s ease 0s;
    padding: 0px 0.2rem;
    box-sizing: border-box;
}

.search-dialog .search-input input[type="submit"],
.search-dialog .search-input .clear-btn {
    float: right;
    height: 0.7rem;
    width: 1rem;
}

.search-dialog .search-input input[type="submit"] {
    background-color: #325fae;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.4rem;
    background-image: url("../images/search-btn.svg");
    font-size: .2rem;
    color: #fff;
}

.search-dialog .search-input .clear-btn {
    background-color: rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/close-btn.svg");
    background-size: 0.56rem;
    border-radius: 100%;
    margin-right: 0.16rem;
    display: none;
}

.search-dialog .search-input.on {
    background-color: rgb(255, 255, 255);
}

.search-dialog .hot-search {
    font-size: 0px;
    width: 0.49rem;
    margin: 0.096rem auto 0px;
    box-sizing: border-box;
    padding: 0px 0.096rem;
    overflow: hidden;
}

.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

.search-dialog .hot-search .hot-tit {
    font-size: 0.06rem;
    line-height: 0.08rem;
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding-left: 0.096rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.08rem;
}

.search-dialog .hot-link {
    margin-left: 0.16rem;
}

.search-dialog .hot-link a {
    display: inline-block;
    zoom: 1;
    font-size: 0.06rem;
    line-height: 0.08rem;
    margin-right: 0.12rem;
    color: rgb(255, 255, 255);
    padding-bottom: 5px;
    position: relative;
}

.search-dialog .hot-link a::before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: rgb(255, 255, 255);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease 0s;
}

.search-dialog-box .bottom-box {
    position: absolute;
    left: 0px;
    bottom: 5.1%;
    width: 100%;
}

.search-dialog-box .bottom-box .share-box {
    overflow: hidden;
}

.search-dialog-box .bottom-box .copy {
    font-size: 0.35rem;
    line-height: 0.5rem;
    color: rgb(255, 255, 255);
    font-family: gilroy-regular;
    margin-top: 0.5rem;
    overflow: hidden;
}

.search-dialog-box.on .wrap-inner {
    transform: translateY(0px);
}

.pub-close {
    position: absolute;
    width: 0.48rem;
    height: 0.48rem;
    z-index: 10;
    right: 0.24rem;
    top: 0.216rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
}

.pub-close i {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 0.12rem;
    background-repeat: no-repeat;
    background-image: url(../images/close-btn.svg);
    transition: all 0.6s ease 0s;
}

.pub-close i:hover {
    transform: rotate(180deg);
}


/* 首页开始 */

#header {
    position: fixed;
    padding: .25rem 0;
    z-index: 999;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
}

#header::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #325fae;
    z-index: -1;
    transition: all 0.3s;
}

#header.on::before {
    height: 100%;
}

.w1680 {
    max-width: 16.8rem;
    margin: 0 auto;
    align-items: center;
}

#logo {
    position: relative;
    z-index: 99;
}

#logo img {
    max-width: 100%;
    transition: all 0.5s ease 0s;
    max-height: .8rem;
}

.right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    z-index: 9;
}

.right-b {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* margin-bottom: .05rem; */
}

.right-b .lj {
    display: flex;
    justify-content: space-between;
}

.right-b .lj a {
    font-size: .14rem;
    color: rgba(255, 255, 255, 0.7);
}

.right-b .lj a img {
    display: inline-block;
    vertical-align: middle;
    margin-top: .05rem;
}

.right-b .lj a:hover {
    text-decoration: underline;
}

.right-b .lj span {
    padding: 0 .1rem;
    font-size: .14rem;
    color: rgba(255, 255, 255, 0.7);
}

#nav ul {
    display: flex;
}

#nav ul li {
    z-index: 0;
    height: 100%;
    position: relative;
    margin-right: .35rem;
}

#nav ul li a {
    position: relative;
    display: block;
    position: relative;
    line-height: .36rem;
    z-index: 2;
}

#nav ul>li>a:before {
    content: "";
    left: 50%;
    right: 50%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -0.05rem;
}

#nav ul>li>a:after {
    content: "";
    width: 2px;
    height: 0;
    background: #fff;
    position: absolute;
    bottom: -0.05rem;
    left: 50%;
}

#nav ul>li.on>a::before {
    left: 0;
    right: 0;
}

#nav ul>li.on>a:after {
    height: 0.15rem;
    bottom: -0.2rem;
}

#nav ul li h3 {
    font-size: 0.17rem;
    color: rgb(255, 255, 255);
    font-weight: normal;
}

#nav ul li .sub {
    position: absolute;
    padding-top: .15rem;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 999;
}

#nav ul li .sub::after {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: .15rem;
    background: #1A6FD8;
}

#nav ul li .sub .box {
    padding: 0.14rem 0px;
    text-align: center;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
    border-radius: 0px 0px 0.08rem 0.08rem;
}

#nav ul li .sub a {
    padding: .08rem .15rem;
    line-height: 0.28rem;
    transition: all 0.6s ease 0s;
    font-size: 0.16rem;
    color: #333;
    text-align: center;
    white-space: nowrap;
    min-width: 1.6rem;
    font-family: 'bell';
}

#nav ul li .sub a:hover {
    background: #1A6FD8;
    color: #fff;
}

#m_nav * {
    transition: all 0s ease 0s;
}

.m_header_box {
    transition: all 0.6s ease 0s;
    display: none;
    position: relative;
    z-index: 100000;
}

.m_header_box header {
    padding: 0px 0px 0px 15px;
    height: 0.7rem;
    background: #1A6FD8;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m_header_box header #logo {
    padding: 0px;
    width: calc(100% - 80px);
    padding: 0 !important;
}

#nav_btn_box.on {
    background: none;
}

#nav_btn_box {
    position: relative;
    width: 0.7rem;
    height: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

#nav_btn_box::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgb(255, 255, 255);
}

#nav_btn_box::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: -.15rem;
    border-right: .15rem solid rgb(255, 255, 255);
    border-top: 0.7rem solid transparent;
    display: none;
}

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    transition: all 0.5s ease 0s;
    outline: none;
    box-shadow: none;
}

#nav_btn .point {
    display: inline-block;
    width: 0.4rem;
    height: 22px;
    position: relative;
    outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
    width: 0.28rem;
}

#nav_btn .navbtn {
    position: absolute;
    top: 12px;
    left: 0px;
    display: inline-block;
    width: 18px;
    height: 2px;
    transition: all 0.3s ease-out 0s;
    background: #1A6FD8;
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
    position: absolute;
    left: 0px;
    display: inline-block;
    width: 24px;
    height: 2px;
    content: "";
    transition: all 0.3s ease-out 0s;
    background: #1A6FD8
}

#nav_btn .navbtn::after {
    top: -8px;
}

#nav_btn .navbtn::before {
    top: 8px;
}

#nav_btn .point.on .navbtn {
    background: transparent;
}

#nav_btn .point.on .navbtn::after {
    transform: rotate(45deg);
    top: 0px;
}

#nav_btn .point.on .navbtn::before {
    transform: rotate(-45deg);
    top: 0px;
}

.m_nav_list {
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, 0.1);
}

.m_nav_list::-webkit-scrollbar {
    display: none;
}

#m_nav {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0px;
    padding: 70px 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out 0s;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: 0% 0% / cover rgb(247, 247, 247);
    opacity: 0;
    visibility: hidden;
}

#m_nav .close {
    position: absolute;
    top: 7px;
    right: 15px;
    left: 15px;
    font-size: 30px;
    color: rgb(51, 51, 51);
    z-index: 10000;
    width: auto;
    height: 35px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px;
}

#m_nav.act {
    pointer-events: auto;
    right: 0px;
    opacity: 1;
    visibility: visible;
}

#m_nav .search_box input.submit {
 
}

#m_nav .list_box0 {
    width: 90%;
    margin: 0.32rem auto 0px;
}

#m_nav .list_box0 .li {
    text-align: center;
    color: #660774;
    margin: 0px 0rem 0.15rem;
    font-size: 14px;
}

#m_nav .list_box0 .li a {
    background: none;
    padding: 0 0.2rem 0 0;
}

#m_nav .old_rukou {
    margin: 0.24rem 0px 0px;
    width: 100%;
}

.banner a {
    position: relative;
    display: block;
}

.banner a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/head-tc.png) no-repeat center top;
    background-size: 100% auto;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: .55rem;
}

.banner .slick-dots li {
    width: 0.51rem;
    height: 0.05rem;
    background: #fff;
    margin: 0 0.12rem;
}

.banner .slick-dots li.slick-active {
    background: #315fb0;
}


/* 底部 */

footer {
    padding: .25rem 0;
    background: url(../images/footer-bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.f-logo a {
    display: block;
}

.f-logo a img {
    display: block;
    height: .91rem;
}

#ft-link {
    position: relative;
    padding-bottom: .2rem;
    border-bottom: 1px solid #2351a1;
}

.ft-link {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 6;
}

.ft-link span {
    font-size: .17rem;
    color: #fff;
}

.ft-link a {
    font-size: .14rem;
    color: #fff;
    padding-left: .2rem;
}

.ft-link a:hover {
    text-decoration: underline;
}

.foot {
    position: relative;
    margin-top: .6rem;
    z-index: 999;
    align-items: center;
}

.foot-l a {
    display: block;
}

.foot-l a img {
    display: block;
}

.foot-m {
    text-align: center;
}

.foot-m .ewm {
    width: 85px;
    height: 85px;
}

.foot-m .ewm img {
    display: block;
    width: 100%;
}

.foot-m p {
    font-size: 0.14rem;
    margin-top: .1rem;
    color: #ffffff;
}

.foot-r {
    text-align: right;
}

.foot-r p {
    line-height: .28rem;
    font-size: .14rem;
    color: #fff;
}

.foot-r p span {
    display: inline-block;
    padding-left: .15rem;
}


/* 移动端 */

#m_nav * {
    transition: all 0s ease 0s;
}

.m_header_box {
    transition: all 0.6s ease 0s;
    display: none;
    position: relative;
    z-index: 100000;
}

.m_header_box header {
    padding: 0px 0px 0px 15px;
    height: 0.7rem;
    background: #1A6FD8;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m_header_box header #logo {
    padding: 0px;
    width: calc(100% - 80px);
}

#nav_btn_box.on {
    background: none;
}

#nav_btn_box {
    position: relative;
    width: 0.7rem;
    height: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

#nav_btn_box::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgb(255, 255, 255);
}

#nav_btn_box::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: -.15rem;
    border-right: .15rem solid rgb(255, 255, 255);
    border-top: 0.7rem solid transparent;
    display: none;
}

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    transition: all 0.5s ease 0s;
    outline: none;
    box-shadow: none;
}

#nav_btn .point {
    display: inline-block;
    width: 0.4rem;
    height: 22px;
    position: relative;
    outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
    width: 0.28rem;
}

#nav_btn .navbtn {
    position: absolute;
    top: 12px;
    left: 0px;
    display: inline-block;
    width: 18px;
    height: 2px;
    transition: all 0.3s ease-out 0s;
    background: #1A6FD8;
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
    position: absolute;
    left: 0px;
    display: inline-block;
    width: 24px;
    height: 2px;
    content: "";
    transition: all 0.3s ease-out 0s;
    background: #1A6FD8;
}

#nav_btn .navbtn::after {
    top: -8px;
}

#nav_btn .navbtn::before {
    top: 8px;
}

#nav_btn .point.on .navbtn {
    background: transparent;
}

#nav_btn .point.on .navbtn::after {
    transform: rotate(45deg);
    top: 0px;
}

#nav_btn .point.on .navbtn::before {
    transform: rotate(-45deg);
    top: 0px;
}

.m_nav_list {
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, 0.1);
}

.m_nav_list::-webkit-scrollbar {
    display: none;
}

#m_nav {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0px;
    padding: 70px 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out 0s;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: 0% 0% / cover rgb(247, 247, 247);
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
}

#m_nav .close {
    position: absolute;
    top: 7px;
    right: 15px;
    left: 15px;
    font-size: 30px;
    color: rgb(51, 51, 51);
    z-index: 10000;
    width: auto;
    height: 35px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px;
}

#m_nav.act {
    pointer-events: auto;
    right: 0px;
    opacity: 1;
    visibility: visible;
}

#m_nav .search_box input.submit {
    
}

#m_nav .list_box0 {
    width: 90%;
    margin: 0.32rem auto 0px;
}

#m_nav .list_box0 .li {
    text-align: center;
    color: #660774;
    margin: 0px 0rem 0.15rem;
    font-size: 14px;
}

#m_nav .list_box0 .li a {
    background: none;
    padding: 0 0.2rem 0 0;
}

#m_nav .old_rukou {
    margin: 0.24rem 0px 0px;
    width: 100%;
}

.list_box_nav_mobile {
    width: 100%;
    /* height: calc(100% - 3rem); */
    padding: 0px 0px 10px;
    overflow: auto;
    margin: 0px;
    /* flex: 1 1 0%; */
}

.list_box_nav_mobile>li {
    width: 90%;
    overflow: hidden;
    padding: 0px;
    position: relative;
    margin: 0px auto;
}

.list_box_nav_mobile>li .con {
    position: relative;
}

.list_box_nav_mobile>li .a {
    width: 100%;
    border-bottom: 1px solid rgb(226, 226, 226);
    line-height: 0.64rem;
    color: rgb(51, 51, 51);
    padding: 0px;
    font-size: 16px;
    display: flex;
    position: relative;
    transition: all 0.5s ease 0s;
}

.list_box_nav_mobile>li i {
    opacity: 1;
    width: 0.64rem;
    height: 0.64rem;
    background-image: url("../images/arrow_down.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    position: absolute;
    display: block;
    right: 0px;
    top: 2px;
    background-size: 15px 15px !important;
}

.list_box_nav_mobile>li.on1 i {
    transform: rotate(-90deg);
}

.list_box_nav_mobile>li.on .a {
    border-bottom: 1px solid rgb(226, 226, 226);
}

.list_box_nav_mobile>li .list {
    padding: 10px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
}

.list_box_nav_mobile>li .list a {
    display: block;
    font-size: 13px;
    color: rgb(102, 102, 102);
    line-height: 2.5;
}

.nav_mask {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}


/* 手机搜索 */

.wap_search {
    font-size: 0.16rem;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    width: 100%;
    height: 0.6rem;
    display: block;
    margin-bottom: .1rem;
}
.wap_search div{
    display:block;
    width: 100%;
    height: 100%;
}
.wap_search .form {
    height: 100%;
    border-radius: 0.2rem;
    background: rgb(255, 255, 255);
    position: relative;
    width: 3.68rem;
    margin: 0rem auto;
    display: block;
}

.wap_search .input {
    font-size: 0.14rem;
    color: #333;
    height: 0.6rem;
    line-height: 0.5rem;
    padding: 0px 0.24rem;
    box-shadow: none;
    appearance: none;
    float: left;
    border-right: 0px;
    background: none;
    width: calc(100% - 40px);
}

.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 0px;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border: 0px;
    background: url("../images/search.png") center center no-repeat #1A6FD8;
    border-radius: 50%;
}

.wap_search .btn_blue.fr {
    background: rgb(233, 237, 239);
    color: rgb(78, 79, 83);
}

.wap_search input::-webkit-input-placeholder {
    color: rgb(153, 153, 153);
}

.wap_search input:focus::-webkit-input-placeholder {
    color: transparent;
}

@media screen and (max-width:1680px) {
    .w1680 {
        padding-left: 15px;
        padding-right: 15px;
    }
    #logo img {
        max-height: 0.6rem;
    }
}

@media screen and (max-width:1300px) {
    #logo img {
        max-height: .55rem;
    }
    #nav ul li {
        margin-right: .1rem;
    }
}

@media screen and (max-width:1200px) {
    .wp {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width:1024px) {
    #header {
        display: none;
    }
    .m_header_box {
        display: block;
        height: .7rem;
    }
    .swiper-box1 a::before {
        display: none;
    }
    .banner a img {
        height: auto;
    }
    .banner a::before {
        display: none;
    }
}

@media screen and (max-width:1000px) {
    .foot {
        margin-top: .15rem;
    }
    .foot-l {
        width: 100%;
    }
    .foot-l a img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: .3rem;
        max-width: 5.08rem;
        height: auto;
        width: 100%;
    }
    .ft-link {
        flex-wrap: wrap;
        align-items: initial;
    }
    .ft-link a {
        margin-bottom: .15rem;
    }
}

@media screen and (max-width:700px) {
    .banner .slick-dots {
        bottom: .35rem;
    }
    .foot-m {
        width: 100%;
    }
    .foot-m .ewm {
        margin-left: auto;
        margin-right: auto;
    }
    .foot-r {
        margin-top: .2rem;
    }
    .foot-r p {
        text-align: center;
    }
}

/* news style */
.scbox::-webkit-scrollbar{width:4px;display:block;}
.scbox::-webkit-scrollbar-track{border-radius:5px;;background: #ddd}
.scbox::-webkit-scrollbar-thumb{border-radius:5px;background:#002fa7;}

a{color: #333333;}
.flex-left {
    display: flex;
    flex-wrap: wrap;
}
.flex-center{display:flex;flex-wrap:wrap;justify-content: center;}
.flex-right{display:flex;flex-wrap:wrap;justify-content: flex-end;}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.flex-v{display:-webkit-flex;display:flex;flex-direction:column;justify-content:space-between;}
.flex-v-bottom{display: -webkit-flex;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: left;}
.scbox{overflow-y:auto }
.scbox::-webkit-scrollbar{width:4px;display:block;}
.scbox::-webkit-scrollbar-track{border-radius:5px;;background: #ddd}
.scbox::-webkit-scrollbar-thumb{border-radius:5px;background:#002fa7;}
.pore {
    position: relative;
}


.header .navbtn{width:.36rem;transition: .3s;z-index: 5;text-align: center;position: relative;cursor: pointer;display: none; }
.menu-btn{overflow:hidden;width:.36rem;height:.36rem;background:0 0;opacity:1;position:absolute;z-index:999;top: 50%;transform: translateY(-50%);cursor: pointer;left: 0}
.menu-btn .line-1,.menu-btn .line-2,.menu-btn .line-3{position:absolute;top:50%;right:0;display:block;width:.36rem;height:2px;background:#fff;transition:all .4s cubic-bezier(.165,.84,.44,1) 0s;transition-property:transform,width,margin,background-color;margin-top: -1px}
.menu-btn .line-1{margin-top:-.1rem;width:.3rem}
.menu-btn .line-3{margin-top:.08rem;width:.3rem}
body.navShow .menu-btn .line-1{visibility:hidden}
body.navShow .menu-btn .line-2{margin-top:-1px!important;width:90%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
body.navShow .menu-btn .line-3{margin-top:-1px!important;width:90%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
/*body.navShow{position: fixed;height: 100%;overflow: hidden;}*/

.topser{width:4rem;}
.topser form{position:relative; }
.topser .sub{position:absolute;right:0;top:-7px;width:.46rem;height:.46rem;overflow:hidden;background:transparent;cursor: pointer;background: url(../images/ser.png) #f1b000 no-repeat center;background-size: .25rem .25rem;border-radius: 50%}
.topser .inp{height:.46rem;border:1px solid rgba(255,255,255,.1);padding-right:.55rem;width:100%;padding-left:.15rem;background:transparent;border-radius: .5rem;line-height: .44rem;background: rgba(255,255,255,.05)}

@media (min-width: 1025px){
.topser .inp{color: #fff;}
.topser .inp::-webkit-input-placeholder{color:rgba(255,255,255,.4);font-size:inherit}
.topser input:-ms-input-placeholder{color:rgba(255,255,255,.4);font-size:inherit}
}
@media (max-width: 1024px){
.topser{display: block!important;position: relative;right: 0;width: 100%;top:0;margin-top: .2rem}  
.serBtn .showSear{display:none}
 .topser .sub{width: .5rem}
 .topser .sub i{font-size: .26rem}
 .topser .inp{padding-right: .5rem;border-color: #ddd}
.topser .sub,.topser .inp{height:.5rem}
}


body{padding-top: 1.7rem}

.header{position: fixed;top: 0;left: 0;right: 0;z-index: 999;transition: .3s}
.header .top{padding: .15rem 0;transition: .3s;background: url(../images/topbg.jpg) no-repeat center;background-size: 100% 100%; }
.header .wp{align-items: center;transition: .3s;}

.header .logo img{height: .74rem;transition: .3s}
.header .logo .slog{margin-left: .35rem}
.header .logo .slog img{height: .33rem}
.header .topnav{}
.header .navs{transition: .3s}
.header .navs ul{align-items: center;}
.header .navs ul li{font-size: .2rem;position: relative;transition: .3s;text-align: center;line-height: .6rem;}

.header .navs ul li i.plus{position: absolute;right: 0;top: .15rem;color: #999;display: block;width: .3rem;height: .3rem;text-align: center;line-height: .3rem;display: none}
.header .navs ul li i.plus.show{transform: rotate(180deg);}
.header .navs ul li>a{    display: block;
    color: #333;}
.header .navs ul li.on>a{}
.header .navs ul li .sub-nav{position:absolute;top:100%;left:0;z-index:99;padding-top:0;min-width: 1.5rem;transform:scaleY(0);width: 100%;
opacity: 0;visibility: hidden;transition: .3s;transform-origin: top center;}
.header .navs ul li .sub-nav .sub-nav-h{position: relative;background: #fff;padding: .2rem;box-shadow: 0 0 10px rgba(0,0,0,.3);background: #fff;border-radius: 0 0 5px 5px}
.header .navs ul li .sub-nav .sub-nav-h:after{content: '';height: 3px;width: 100%;position: absolute;left: 0;top: 0;background:#f9bd00;}
.header .navs ul li .sub-nav .sub-nav-h a{display:block;font-size:.17rem;padding:.08rem .15rem ;line-height: 1.4em;text-align: center;}
.header .navs ul li .sub-nav .sub-nav-h a:hover{color: #002fa7}
.header .navs ul li .sub-nav .sub-nav-h:before{content: '';position: absolute;left: 50%;transform: translateX(-50%);width: 6px;height: 6px;background: #f9bd00; bottom: calc(100% + 4px);border-radius: 50%}
.header .navs ul li:hover .sub-nav{opacity: 1;visibility: inherit;transform:scaleY(1) }
.header .navs{}
.header .navs .wp{}
.header .topnavt .links{margin-bottom: .15rem}
.header .topnavt .links a{color: rgba(255,255,255,.7);display: block;}
.header .topnavt .links a:hover{color: #fff;}
.header .topnavt .links a+a{margin-left: .2rem}
/*.header .topnavt .links a+a:before{content: '|';margin: 0 .1rem;color: rgba(255,255,255,.7);}*/
/*.scrolling .header{background:rgba(25,85,200,.85);backdrop-filter: blur(5px);border-bottom: 0;}*/
/*.scrolling .header{background:rgba(0,0,0,.7);backdrop-filter: blur(5px);border-bottom: 0;}*/
.header .logo img:nth-child(2){position: absolute;top: 0;left: 0;z-index: 0;opacity: 0;visibility: hidden;}
.header .navs ul::-webkit-scrollbar{display: none}
.header.on{}
.header.on .logo img:nth-child(1){opacity: 0;visibility: hidden;}
.header.on .logo img:nth-child(2){opacity: 1;visibility: visible;}
.header.on .navs{background: #0a2980;border-bottom: 0}
.header.on .top{background: #fff}
.header.on .topser .inp{background: #e7ecf8;color: #0a2980}
.header.on .topser .sub{background: url(../images/seron.png) no-repeat center; */
    background-size: .25rem .24rem;}
.header.on .topnavt .links a{background: #e7ecf8;color: #0a2980}
@media (min-width: 1025px){
.header .navs{background: #fff}
.header .navs ul li{width: 10%}
/*.header .logo a{padding-right: .35rem;background: url(../images/slogline.png) no-repeat right center;background-size: 1px .67rem}*/
}

@media (max-width: 1024px){
body{padding-top: .8rem}
.header .logo .slog{display: none}
.header .topnav{position: fixed;top: 1rem;right: -100%;height:calc(100vh - 1.4rem);z-index: 50;display: block;width: 100vw;padding: 0 5%;overflow: auto;text-align: left;}
.header .topnav ul{display: block;margin-bottom: .3rem;margin-right: 0;padding: 0 .2rem}
.header .topnav ul li{margin-left: 0;padding: .15rem 0}
.header .topnav ul li:after{bottom: 0;height: 2px}
.header .topnav .btn{display: inline-block;}
.header .navbtn{display: block;}
.header .topnavt .links a{color: #666}
.header .topnavt .links{justify-content: center;}
.header .logo img{height: .5rem}
.header .logo a{font-size: .2rem}
.scrolling  .header .topnav ul li:after{bottom: 0}
.header .topnavt{justify-content: center;}
.navShow .header .topnav{right: 0;transition: .5s;}
.navShow .header{bottom: 0;background: rgba(255,255,255,1) }
/*.navShow #app{position: fixed;width: 100%;height: 100%}*/
.header .navs .wp{border: 0;padding: 0}
.header .navs{border-top: 0}
.header .navs ul li.on:after{display: none}
.header .navs ul{position: fixed;top: 2.3rem;right: -100%;height:calc(100vh - 3rem);z-index: 50;display: block;width: 100vw;padding: 0 8%;overflow: auto;text-align: left;}
.navShow .header .navs ul{right: 0;transition: .5s;}
.header .navs ul{display: block;}
.header .navs ul li{margin-right: 0;padding: .15rem 0;text-align: left;line-height: 1.4em}
.header .navs ul li:after{bottom: 0;height: 2px}
.header .navs ul li i.plus{
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 9;
    width: 11px;
    height: 2.7em;
    background: url(../images/select-ico.png) center no-repeat;
    background-size: 100%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }

    
.header .navs ul li .sub-nav{position: static;transform:none;padding-top: .1rem;
opacity: 1;visibility: visible;transition: none;display: none;min-width: inherit;}
.header .navs ul li .sub-nav .sub-nav-h:before,.header .navs ul li .sub-nav .sub-nav-h:after{display: none}
.header .navs ul li .sub-nav .sub-nav-h{text-align: left;background: transparent;box-shadow: none;padding-bottom: 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
.header .navs ul li .sub-nav .sub-nav-h a{background: transparent;font-size: .18rem;width: 48%;color: rgba(0,0,0,.6);text-align: left;padding: .1rem 0}
.header .navs ul li .sub-nav .sub-nav-h a:hover{background: transparent;color: #888}
.header .navs ul li>a{font-size: .2rem;font-weight: normal;}
.header .navs ul li .sub-nav .sub-nav-h{padding: .1rem 0 0}
.header .navs ul li:hover .sub-nav{transition: none;transform:none;}
.header .topnavt .links a{font-size: .18rem;display: inline-block;margin-bottom: .15rem}
}
@media (max-width:640px){
body{padding-top: .7rem}
.header .top{padding: .16rem 0}
.header .topnav .topser{margin-left: 0}
.header .logo img{height: .4rem;}
.header .logo a{font-size: .16rem}

.header .topnav ul li .sub-nav{padding-top: 0}
.header .topnav ul li .sub-nav .sub-nav-h a{font-size: .18rem}
.header .topnav ul li .sub-nav .sub-nav-h .img{display: none}
.header .topnav ul li .sub-nav .sub-nav-h .list{margin-right: 0;width: 100%}
.header .topnav ul li .sub-nav .sub-nav-h .list span{width: 33.33333%;text-align: center;margin-right: 0}

}
@media (max-width: 360px){
/*.header .logo img{height: .35rem}*/
.header .topnavt .links a+a{margin-left: .1rem}

}

:root{
 --color:#002fa7;
 --width:calc((100vw - 14.4rem) / 2);
}
.suTab .mores .more+.more{display: none}
.swiTabs{overflow: visible;}
.swiTab .mores .more+.more{display: none}
/*footer*/
.footer{background:url(../images/ftbg.jpg) no-repeat top center;background-size: cover; color: #fff;position: relative;position: relative;z-index: 5}
.footer a{color: #fff}
.footer .fta{padding: .6rem 0 .5rem}
.footer .ftb .wp{padding: .4rem 0 .45rem;border-top:1px solid rgba(255,255,255,.1) }
.footer .frlinks{}
.footer .frlinks dl{width: 2rem;margin-left: .2rem}
.footer .frlinks dt{cursor: pointer;width: 100%;height: .42rem;line-height: .4rem;padding-left:.15rem;position: relative;background: rgba(255,255,255,.05);border: 1px solid rgba(255,255,255,.1)}
.footer .frlinks dt:after{/* width: .15rem; *//* height: .45rem; */content: "";position: absolute;right: .15rem;top: .14rem;border-top: 0.1rem solid #fff;border-left: .07rem solid transparent;border-right: .07rem solid transparent;}
.footer .frlinks dt.noarr:after{display: none}
.footer .frlinks dt.noarr{cursor: inherit;}
.footer .frlinks dd{position: absolute;bottom: 100%;width: 100%;left: 0;background: #fff;display: none;z-index: 5 ;padding:.15rem .1rem .15rem .15rem ;box-shadow: 0 0 10px rgba(0,0,0,.2);font-size: .15rem;}
.footer .frlinks dd div{max-height:1.25rem;overflow: auto}
.footer .frlinks dd div::-webkit-scrollbar{width:2px}
.footer .frlinks dd a{display: block;padding: 5px 0;color: #666}
.footer .frlinks dd a:hover{color: #1756be}
.footer .frlinks dl:hover dd{display: block;}
.footer .fta .logoft img{height: .74rem;max-width: 100%;}
.footer .fta .urlft ul li a{display: flex;align-items: center;flex-wrap: wrap;}
.footer .fta .urlft ul li i{display: block;width: .6rem;height: .6rem;border-radius: 5px;background: rgba(255,255,255,.2);padding: .13rem}
.footer .fta .urlft ul li i img{width: .34rem}
.footer .fta .urlft ul li+li{margin-left: .75rem}
.footer .fta .urlft ul li .h4{font-size: .2rem;margin-left: .1rem}
.footer .ftb .address{font-size: .2rem;margin-bottom: .3rem;text-align: center;}
.footer .ftb .address span{display: inline-block;padding: .05rem 0}
.footer .ftb .address span+span:before{content: "|";display: inline-block;margin: 0 .18rem}
.footer .ftb .infoft span{display: inline-block;padding: .05rem 0;margin: 0 .1rem}
@media (max-width: 1024px){
.footer .fta .logoft{width: 100%;display: flex;justify-content: center;margin-bottom: .35rem} 
.footer .fta .urlft {width: 100%;} 
.footer .fta .urlft ul{justify-content: center;} 
.footer .ftb .infoft{width: 100%;margin-bottom: .15rem;text-align: center;}
.footer .ftb .address span+span:before{display: none}
.footer .ftb .address span{margin: 0 .15rem}
.footer .fta .urlft ul li+li{margin-left: .65rem}
.footer .frlinks dl{margin:0 .1rem;}

}
@media (max-width: 640px){
.footer .fta .logoft img{height: auto;}
.footer .fta .urlft ul li+li{margin-left: .25rem}
.footer .frlinks dl{width: 48%;margin: 0 1% .2rem}
.footer .frlinks{width: 100%;justify-content: center;order: 1}
.footer .ftb .infoft{order: 2}
}
@media (max-width: 480px){
.footer .fta .urlft ul li+li{margin-left: 0}
.footer .fta .urlft ul li{width:25%}
.footer .fta .urlft ul li i{margin: 0 auto .15rem}
.footer .fta .urlft ul li .h4{width: 100%;text-align: center;margin-left: 0}
.footer .ftb .wp{padding: .4rem 0 .25rem}
}

.homeg{padding: .4rem 0;background: url(../images/ztbg.jpg) no-repeat center;background-size: cover;color: #fff}
.homeg a{color: #fff}
.homeg .tit{font-size: .3rem;line-height: .3rem}
.homeg .tit span{padding: .05rem 0;display: inline-block;}
.homeg .links{font-size: .22rem;line-height: .3rem;width: calc(100% - 1.8rem)}
.homeg .links a{display: inline-block;padding: .05rem 0}
.homeg .links a+a:before{content: '/';display: inline-block;margin: 0 .2rem}
.homeg .links a:hover{text-decoration: underline;}
@media (max-width: 1024px){
.homeg .links a+a:before{display: none}
.homeg .links a{margin: 0 .1rem}	
}
@media (max-width: 640px){
.homeg .links{width: 100%;margin-top: .2rem;text-align: center;}
.homeg .tit{width: 100%;text-align: center;}
}