﻿@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 {
    background: url("../images/submit.svg") center center / 0.28rem no-repeat rgb(6, 86, 183);
}

#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 {
    background: url("../images/submit.svg") center center / 0.28rem no-repeat rgb(6, 86, 183);
}

#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 form {
    height: 100%;
    border-radius: 0.2rem;
    background: rgb(255, 255, 255);
    position: relative;
    width: 3.68rem;
    margin: 0rem auto;
}

.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;
    }
}
