@charset "utf-8";

/* tishi */
.tishi {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/tishi_b.png) center no-repeat #9b191a;
    background-size: cover;
    z-index: 100000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tishi img {
    height: .8rem;
    -webkit-animation: iphone 1.6s ease-in infinite;
    animation: iphone 1.6s ease-in infinite
}

.tishi h3 {
    font-size: .36rem;
    color: #d7c386;
    font-family: 'sy';
    line-height: 1.5;
    margin: .25rem 0 .15rem
}

.tishi h6 {
    font-size: .24rem;
    color: #d7c386;
    font-family: 'sy';
    line-height: 1.5
}

.tishi1 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    background-size: cover;
    z-index: 100000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tishi1 img {
    height: 1.74rem;
}

.tishi1 h6 {
    font-size: .18rem;
    color: #fff;
    font-family: 'sys';
    line-height: 1.5;
    margin: .25rem 0 0;
}

@-webkit-keyframes iphone {
    0% {
        -webkit-transform: rotate(-90deg)
    }

    25% {
        -webkit-transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(0deg)
    }

    75% {
        -webkit-transform: rotate(-90deg)
    }

    100% {
        -webkit-transform: rotate(-90deg)
    }
}

@keyframes iphone {
    0% {
        transform: rotate(-90deg)
    }

    25% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(0deg)
    }

    75% {
        transform: rotate(-90deg)
    }

    100% {
        transform: rotate(-90deg)
    }
}


@media screen and (max-width: 1024px) {
    html {
        font-size: 70px !important;
    }

    @media screen and (max-width: 900px),
    screen and (max-height: 900px) {
        html {
            font-size: 60px !important;
        }
    }

    @media screen and (max-width: 768px),
    screen and (max-height: 768px) {
        html {
            font-size: 50px !important;
        }
    }

    @media screen and (max-width: 480px),
    screen and (max-height: 480px) {
        html {
            font-size: 42px !important;
        }
    }

    @media screen and (max-width: 400px),
    screen and (max-height: 400px) {
        html {
            font-size: 38px !important;
        }
    }

}

/* tishi***end */


/* imaged */
.imged {
    position: relative;
    padding-bottom: 65%;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    background-size: cover !important;
    background-position: center top !important;
}

.imged img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    object-fit: cover;
    display: none;
}

.scale {
    overflow: hidden;
    position: relative;
}

.imged video {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    object-fit: cover;
}

video {
    max-width: 100%;
}

a:hover .imged {
    transform: scale(1.1);
}

/* imaged */





/* 小图标hover扭动效果 */


body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}



/* 文字进入式下划线 */
.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#A42227, #A42227);
    background-position: right bottom;
    background-size: 0 .01rem;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

a:hover .titline i {
    background-position: left bottom;
    background-size: 100% .01rem;
    font-weight: inherit;
    color: inherit;
}

a:hover .titline {
    color: #A42227 !important;
}

/* 文字进入式下划线 */
.titline2 i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#E5B98A, #E5B98A);
    background-position: right bottom;
    background-size: 0 .01rem;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

a:hover .titline2 i {
    background-position: left bottom;
    background-size: 100% .01rem;
    font-weight: inherit;
    color: inherit;
}

a:hover .titline2 {
    color: #E5B98A !important;
}



/* pic */
.pic {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.pic::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .25;
    pointer-events: none;
    /* background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .53) 100%); */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 3;
}
.pic video,
.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.8s;
    object-fit: cover;
}

a:hover .pic img {
    transform: scale(1.05);
}

/* a:hover .pic:before {
    -webkit-animation: shine 1s;
    animation: shine 1s
} */

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.pic div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    transition: all .8s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

a:hover .pic div {
    width: 110%;
    height: 110%;
}



/* 弹出搜索框 */
.mt-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    display: none;
}

.mt-bj {
    position: fixed;
    z-index: 998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.mt-info {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 6rem;
    height: .6rem;
}

.ipt_tx {
    width: 100%;
    height: .6rem;
    display: block;
    padding: .1rem;
    padding-right: 1rem;
    font-size: .22rem;
}

.ipt_btn {
    position: absolute;
    width: .8rem;
    height: .6rem;
    right: 0;
    top: 0;
    cursor: pointer;
   
    background-size: .25rem;
    background-position: center center;
}






/* 汉堡按钮 */
.open-meun {
    width: .47rem;
    height: .36rem;
    cursor: pointer;
    position: fixed;
    right: .73rem;
    top: .4rem;
    z-index: 999999999;
    transition: all 0.5s;
}

#openBtn {
    cursor: pointer;
    display: inline-block;
}

#openBtn .lcbody {
    width: .26rem;
    height: .2rem;
    position: relative;
    display: flex;
    justify-content: flex-start
}

#openBtn .lcbody .lcitem {
    width: 100%;
    height: .02rem;
    position: absolute;
    transition: transform .36s ease;
    left: 0;
}



#openBtn .lcbody .lcitem div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    background: #E5B98A;
    transition: all 0.6s;
}

#openBtn .lcbody .top {
    top: 0
}

#openBtn .lcbody .center {
    display: block;
    top: 50%;
    margin-top: -0.015rem;
    width: 90%;
}

#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%
    }
}

/* 汉堡按钮 */


/* 导航 */

.w16 {
    max-width: 16rem;
    margin: 0 auto;
}

.top-yc {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    background: #A42227;
    background-size: 100% 100%;
    transform: translateY(-110%);
    transition: all 0.6s;
    opacity: 0;
    overflow: hidden;
    z-index: 99;
}

.top-yc.show {
    transform: translateY(0);
    opacity: 1;
}

.top-yc.show2 .tnav>ul>li {
    transform: translateX(0);
    opacity: 1;
}

.top-yc.show2 .tnav>ul>li:nth-child(1) {
    transition-delay: .6s;
}

.top-yc.show2 .tnav>ul>li:nth-child(2) {
    transition-delay: .7s;
}

.top-yc.show2 .tnav>ul>li:nth-child(3) {
    transition-delay: .8s;
}

.top-yc.show2 .tnav>ul>li:nth-child(4) {
    transition-delay: .9s;
}

.top-yc.show2 .tnav>ul>li:nth-child(5) {
    transition-delay: 1s;
}

.top-yc.show2 .tnav>ul>li:nth-child(6) {
    transition-delay: 1.1s;
}

.top-yc.show2 .tnav>ul>li:nth-child(7) {
    transition-delay: 1.2s;
}

.top-yc.show2 .tnav>ul>li:nth-child(8) {
    transition-delay: 1.3s;
}

.top-yc.show2 .tnav>ul>li:nth-child(10) {
    transition-delay: 1.4s;
}

.top-yc.show2 .tnav>ul>li:nth-child(11) {
    transition-delay: 1.5s;
}

.top-yc::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, .7); */
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: all 1.5s;
    z-index: 1;
}

.top-yc.show1::before {
    opacity: 1;
}

.top-yc.show2::before {
    opacity: 1;
}

.top-yc-main {
    /* padding: 1rem 0 0 0; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    top: 25vh;
    bottom: 5vh;
}

.tnav {
    width: 100%;
    /* flex: 1; */
    min-width: 0;
    overflow: hidden;
}

.tnav>ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.tnav>ul>li {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transform: translateX(.5rem);
    opacity: 0;
    transition: all 1s;
}

.tnav>ul>li>a {
    color: #fff;
    font-size: 0.2rem;
    font-weight: 600;
    line-height: .4rem;
    letter-spacing: 0.01rem;
    position: relative;
    display: block;
}

.tnav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: .4rem;
    transition: all .6s;
    height: 1px;
    bottom: -0.05rem;
    background: #fff;
}

.tnav>ul>li:hover>a::after {
    content: "";
    width: 100%;
}

.tnav>ul>li>div {
    padding-top: 0.15rem;
    width: 100%;
}

.tnav>ul>li>div>ul>li {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tnav>ul>li>div>ul>li>a {
    display: block;
    line-height: 0.36rem;
    font-size: 0.18rem;
    color: #fff;
    position: relative;
    opacity: 0.8;
    transition: all 0.5s;
}

.tnav>ul>li>div>ul>li>a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    transition: all .6s;
    height: 1px;
    bottom: 0;
    background: #fff;
}

.tnav>ul>li>div>ul>li:hover>a::after {
    width: 100%;
}

.tnav>ul>li>div>ul>li:hover>a {
    opacity: 1;
}

.tnav>ul>li>div>ul>li dl {
    width: 100%;
}

.tnav>ul>li>div>ul>li dl dd {
    display: flex;
    justify-content: center;
}

.tnav>ul>li>div>ul>li dl dd a {
    display: block;
    text-align: center;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #fff;
    opacity: 0.6;
    transition: all 0.5s;
}

.tnav>ul>li>div>ul>li dl dd a:hover {
    color: #fff;
    opacity: 1;
}


.t-search {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 100%;
    display: flex;
    justify-content: center;
    transition: all 0.5s;
    align-items: center;
    z-index: 1;
    opacity: 0;
    transform: translateY(100%);
}

.t-search>div {
    width: 100%;
    max-width: 13.3rem;
    position: relative;
    padding-right: 0.5rem;

    padding-bottom: .3rem;
    padding-top: .25rem;
    transition: all 0.5s;
    position: relative;
}

.t-search>div::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 0.04rem solid rgba(216, 216, 216, 0.23);
    z-index: 1;
}

.t-search>div::after {
    content: "";
    position: absolute;
    right: 0;
    z-index: 9;
    transition: all 0.8s;
    height: 0.04rem;
    background: #fff;
    width: 0;
    bottom: 0;

}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    font-size: 0.24rem;
    height: .32rem;
    box-sizing: border-box;
    color: #fff;
    background: no-repeat;
    line-height: .32rem;
}

.t-search>div input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.49);
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: .5rem;
}

.search-btn:before {
    content: "";
}

.search-btn input {
    display: block;
    width: 100%;
  
    background-position: center center;
    background-size: .3rem auto;
    height: 100%;
    cursor: pointer;
}

.t-search>div:hover {
    border-color: #fff;
}

.t-search>div:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}


.close-search {
 
    background-position: center center;
    background-size: .3rem auto;
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
    top: 1.5rem;
}

.close-search:hover {
    transform: rotate(360deg);
    transition: all 0.6s;
}


.top-yc.show1 .t-search {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .5s;
    z-index: 9;
}

.top-yc.show2 .allnav {
    z-index: 9;
    opacity: 1;
}

/* 导航end */


/* 移动端nav */
.wi-menu {
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    width: .4rem;
    height: .15rem;
    z-index: 9;
}

.wi-menu.on span:first-child {
    transform: rotate(45deg);
    top: 50%;
}

.wi-menu.on span:last-child {
    transform: rotate(-45deg);
    top: 50%;
}

.wi-menu span {
    display: block;
    width: 100%;
    border-top: .03rem solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 0.5s;
}

.m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: .2rem;
    background-color: #9b191a;
}

.m-logo {
    font-size: 0;
}

.m-logo a {
    font-size: 0;
    line-height: .4rem;
    display: block;
}

.m-logo img {
    max-height: .4rem;
    max-width: 80%;
    vertical-align: middle;
}

.m-tlink {
    padding: .1rem .15rem 0 .15rem;
}

.m-tlink a {
    font-size: .12rem;
    margin-right: .05rem;
    color: #fff;
    display: inline-block;
    line-height: .24rem;
    background: #fff;
    color: #304174;
    line-height: .24rem;
    padding: 0 .15rem;
    border-radius: .05rem;
}

.m-search {
    margin: 0 .15rem;
    padding-right: .5rem;
    padding-left: .1rem;
    padding-top: .05rem;
    padding-bottom: .05rem;
    position: relative;
    line-height: .35rem;
    /* background: #fff; */
    margin-top: .15rem;
    border: .01rem solid #fff;
}

.m-search input[type="text"] {
    display: block;
    width: 100%;
    line-height: .25rem;
    background: none;
    color: #fff;
}

.m-search input[type="text"]::placeholder {
    color: #fff;
}

.m-search input[type="image"] {
    position: absolute;
    right: .1rem;
    top: .1rem;
    height: .15rem;
}

.m-nav.show {
    right: 0;
}

.m-nav {
    position: fixed;
    top: .6rem;
    right: -100%;
    bottom: 0;
    z-index: 999;
    background: #9b191a;
    overflow-y: scroll;
    width: 100%;
    max-width: 3.75rem;
    /* border-top: .01rem solid rgba(255, 255, 255, 0.2); */
    transition: right 0.5s;
    padding-top: .2rem;
}

.m-nav ul {
    padding: 0 .15rem;
    /* border-top: .01rem solid rgba(255, 255, 255, 0.2); */
}

.m-nav ul li {
    border-bottom: .01rem solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.m-nav ul li>span.on {
    transform: rotateZ(90deg);
}

.m-nav ul li ul {
    display: none;
}

.m-nav ul li ul li {
    border: none;
}

.m-nav>ul>li a {
    display: block;
    font-size: .16rem;
    line-height: .2rem;
    padding: .2rem 0;
    position: relative;
    color: #fff;
}

.m-nav>ul>li ul li a {
    padding: .1rem 0;
}

.m-nav>ul>li>span {
    position: absolute;
    width: .2rem;
    height: .2rem;
    background: url(../images/m-nav_down.png) no-repeat;
    background-size: .14rem .14rem;
    background-position: center center;
    right: 0;
    top: .2rem;
    cursor: pointer;
    display: block;
    color: #fff;
    transition: all 0.3s;
}

/* 移动端nav */



/*search*/
.search-dialog-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
    /* overflow: hidden; */
}

.search-dialog-box:before {
    content: "";
    position: absolute;
    top: 0;
    height: 0;
    background: rgba(0, 0, 0, .8);
    opacity: 0.6;
    transition: .6s;
    left: 0;
    right: 0;
    z-index: 1;

}

.search-dialog-box.on:before {
    height: 100%
}

.search-dialog-box .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    margin: 0;
    background: rgba(0, 0, 0, .6);
    backdrop-filter: blur(10px);
    background-size: cover;
    background-repeat: no-repeat;
    /* z-index: 1; */
    transform-origin: center center;
    transition: height .8s cubic-bezier(.77, 0, .175, 1);


    background-size: cover;
}

.search-dialog-box .wrap-inner {
    transform: translateY(100%);
    transition: .6s;
}

.search-dialog {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.search-dialog .search-tit {
    font-size: 2.75rem;
    line-height: 3.5rem;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: none;
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0;
}

.search-dialog .search-input {
    width: 8rem;
    margin: 0 auto;
    padding: 0 0.08rem 0 .24rem;
    background-color: rgba(255, 255, 255, .1);
    box-sizing: border-box;
    transition: all .3s;
    max-width: 94%;
    overflow: hidden;
}

.search-dialog .search-input input[type=text] {
    float: left;
    height: .72rem;
    width: calc(100% - .56rem);
    background-color: transparent;
    font-size: .2rem;
    line-height: .08rem;
    color: #fff;
    transition: all .3s;
}

.search-dialog .search-input input[type=text]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=text]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=text]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=text]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=submit],
.search-dialog .search-input .clear-btn {
    float: right;
    height: .72rem;
    width: .56rem;
}

.search-dialog .search-input input[type=submit] {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .24rem;
 
}

.search-dialog .search-input .clear-btn {
    background-color: rgba(0, 0, 0, .2);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/close.png');
    background-size: 3.5rem;
    border-radius: 100%;
    margin-right: 1rem;
    display: none;
}

.search-dialog .search-input.on {
    background-color: #fff;
}

.search-dialog .f-cb h3 {
    font-size: .3rem;
    color: #fff;
    text-align: center;
    margin-bottom: .3rem;
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .search-bg {
    height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .wrap-inner {
    transform: translateY(0)
}

.pub-close {
    position: absolute;
    width: .48rem;
    height: .48rem;
    z-index: 10;
    right: .24rem;
    top: .24rem;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 100%;
}

.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #C4220D;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}

.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: .22rem;
    background-repeat: no-repeat;
    background-image: url('../images/close.png');
    transition: .6s;
}

.pub-close i:hover {
    transform: rotate(180deg)
}

/*search--end*/


.m-index {
    display: none;
}

@media screen and (max-width: 1024px) {

    .m-index {
        display: block;
    }

    #m_nav * {
        transition: all 0s ease 0s;
    }

    .m_header_box {
        transition: all 0.6s ease 0s;
        position: relative;
        z-index: 100000;
    }

    .m_header_box header {
        padding: 0rem 0rem 0rem .15rem;
        height: 0.7rem;
        background: #A42227;
        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 img {
        height: auto;
        max-height: 0.5rem;
    }

    .m_header_box header #logo {
        padding: 0px;
        width: calc(100% - .8rem);
    }

    #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: .22rem;
        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: .12rem;
        left: 0rem;
        display: inline-block;
        width: .18rem;
        height: .02rem;
        transition: all 0.3s ease-out 0s;
        background: #A42227;
    }

    #nav_btn .navbtn::after,
    #nav_btn .navbtn::before {
        position: absolute;
        left: 0px;
        display: inline-block;
        width: .24rem;
        height: .02rem;
        content: "";
        transition: all 0.3s ease-out 0s;
        background: #A42227;
    }

    #nav_btn .navbtn::after {
        top: -0.08rem;
    }

    #nav_btn .navbtn::before {
        top: .08rem;
    }

    #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: 0rem;
        padding: 1rem .2rem .3rem;
        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: .07rem;
        right: .15rem;
        left: .15rem;
        font-size: .3rem;
        color: rgb(51, 51, 51);
        z-index: 10000;
        width: auto;
        height: .35rem;
        border-radius: 0rem;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0rem;
    }

    #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;
        flex-wrap: wrap;
        display: flex;
    }

    #m_nav .list_box0 .li {
        text-align: center;
        color: #A42227;
        margin: 0px 0rem 0.15rem;
        font-size: .14rem;
    }

    #m_nav .list_box0 .li a {
        background: none;
        padding: 0 0.2rem 0 0;
        color: #333333;
    }

    #m_nav .old_rukou {
        margin: 0.24rem 0px 0px;
        width: 100%;
    }

    .list_box_nav_mobile {
        width: 100%;
        /* height: calc(100% - 3rem); */
        padding: 0rem 0rem .1rem;
        overflow: auto;
        margin: 0rem;
        /* 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: .16rem;
        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: 0rem;
        top: .02rem;
        background-size: .15rem .15rem !important;
    }

    .list_box_nav_mobile>li.on1 i {
        transform: rotate(-90deg);
    }

    .list_box_nav_mobile>li.on .a {
        border-bottom: .01rem solid rgb(226, 226, 226);
    }

    .list_box_nav_mobile>li .list {
        padding: .1rem 0rem;
        border-bottom: .01rem solid rgba(255, 255, 255, 0.1);
        display: none;
    }

    .list_box_nav_mobile>li .list a {
        display: block;
        font-size: .13rem;
        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;
        display: block;
        height: .6rem;
    }

    .wap_search .input {
        font-size: 0.2rem;
        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/submit.svg") center center no-repeat #A42227;
        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;
    }

    /* 移动端导航end */
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {}