@font-face {
    font-family: 'din';
    src: url(../fonts/din-medium.eot);
    src: url(../fonts/din-medium.eot) format('embedded-opentype'), url(../fonts/din-medium.woff2) format('woff2'), url(../fonts/din-medium.woff) format('woff'), url(../fonts/din-medium.ttf) format('truetype'), url(../fonts/din-medium.svg) format('svg')
}

@font-face {
    font-family: 'zcool';
    src: url(../fonts/zcool-gdh.eot);
    src: url(../fonts/zcool-gdh.eot) format('embedded-opentype'), url(../fonts/zcool-gdh.woff2) format('woff2'), url(../fonts/zcool-gdh.woff) format('woff'), url(../fonts/zcool-gdh.ttf) format('truetype'), url(../fonts/zcool-gdh.svg) format('svg')
}

@font-face {
    font-family: 'dincondm';
    src: url(../fonts/dincond-medium.eot);
    src: url(../fonts/dincond-medium.eot) format('embedded-opentype'), url(../fonts/dincond-medium.woff2) format('woff2'), url(../fonts/dincond-medium.woff) format('woff'), url(../fonts/dincond-medium.ttf) format('truetype'), url(../fonts/dincond-medium.svg) format('svg')
}


/*<<<<<<<<<<<<<<<<<<<<<< 公共样式 >>>>>>>>>>>>>>>>>>>>>>>*/

html,
body {
    font-family: sans-serif, ui-sans-serif, PingFangSC-Regular, 'Msyh(Microsoft YaHei)', Verdana, Arial, Helvetica;
}

.wrem16 {
    width: 16rem;
}

.wrem15 {
    width: 1200px;
}

.wrap128 {
    width: 1200px;
}

.imgwauto {
    width: 100%;
    height: auto;
}

.imghauto {
    width: auto;
    height: 100%;
}

.imgcontain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.imgcover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gp-f20 {
    font-size: 0.2rem
}

@media only screen and (max-width:1080px) {
    html {
        max-width: 750px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    body,
    html {
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}

.nbanner {
    position: relative;
    overflow: hidden;
}

.nbanner>img {
    width: 100%;
    height: auto;
}

.nbanner .text {
    position: absolute;
    left: 16.66666666666667%;
    top: 30%;
    z-index: 1;
}

.nbanner .text h1 {
    font-size: 0.55rem;
    font-weight: bold;
    color: #FFF;
}

.nbanner .text h2 {
    font-size: 0.8rem;
    font-family: 'dincondm';
    text-transform: uppercase;
    color: rgba(235, 235, 235, 0.5);
}

.menu2-content {
    position: relative;
    background: #F5F5F5;
    z-index: 999;
}

.menu2-content::after {
    content: "";
    font-size: 0;
    display: block;
    width: 33.4375%;
    height: 100%;
    background: #9B0000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.menu2 .menu2-title {
    font-size: 0.28rem;
    color: #FFF;
    line-height: 0.64rem;
}

.menu2 .menu2-cont .li {
    display: inline-block;
    font-size: 0.18rem;
    line-height: 0.64rem;
    color: #4C4C4C;
    position: relative;
}

.menu2 .menu2-cont .li:nth-child(n+2) {
    margin-left: 0.3rem;
}

.menu2 .menu2-cont .li::after {
    content: "";
    font-size: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    transform: scaleX(0);
    height: 0.04rem;
    background: #9B0000;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
}

.menu2 .menu2-cont .li.li-ing::after,
.menu2 .menu2-cont .li:hover::after {
    transform: scaleX(1);
}

.menu2 .menu2-nav {
    min-width: 2.6rem;
    padding: 5px 30px 5px 10px;
    border-radius: 6px;
    background-color: #FFF;
    position: relative;
    z-index: 2;
}

.menu2 .menu2-nav::after {
    content: "";
    display: block;
    font-size: 0;
    width: 10px;
    height: 10px;
    background: url(../fonts/more.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: calc(50% - 5px);
    z-index: 1;
    cursor: pointer;
}

.menu2 .menu2-nav .nav-top {
    font-size: 16px;
    line-height: 1.5;
    color: #4C4C4C;
    cursor: pointer;
}

.menu2 .menu2-nav .list-box {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9;
    min-width: 130%;
    padding-top: 10px;
}

.menu2 .menu2-nav .list-box .lists {
    background: rgba(0, 0, 0, .8);
    border-radius: 10px;
    padding: 10px 20px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.menu2 .menu2-nav .list-box .lists .nav-li {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    color: #FFF;
}

.menu2 .menu2-nav .list-box .lists .nav-li:nth-child(n+2) {
    margin-top: 10px;
}

@-webkit-keyframes tsy2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes tsy2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.menu2 .menu2-nav.open-list-box .list-box .lists {
    -webkit-animation-name: tsy2;
    animation-name: tsy2;
}

.crumble {
    margin-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.crumble .taddress .pt {
    display: inline-block;
    font-size: 12px;
    color: #6D7278;
    line-height: 200%;
}

.crumble .taddress .pt.t1 {
    flex-shrink: 0;
    height: 100%;
    padding-left: 30px;
    position: relative;
    background: url(../images/bread.png) no-repeat left center;
}


/* .crumble .taddress .pt.t1::before {
    content: "";
    display: block;
    font-size: 0;
    width: 2px;
    height: 16px;
    background: #9B0000;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    z-index: 1;
} */

.crumble .taddress .pt a {
    display: inline-block;
    font-size: 12px;
    color: #676767;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.h-title .tit1 {
    font-size: 0.22rem;
    color: #B1B1B1;
    text-transform: uppercase;
}

.h-title .tit2 {
    font-size: 0.42rem;
    color: #9B0000;
    margin-top: 0.1rem;
    text-align: center;
}

.h-title.nh-title .tit1 {
    color: #D9D9D9;
    font-size: 0.16rem;
    margin-top: 0.1rem;
}

.h-title.nh-title .tit2 {
    font-size: 0.28rem;
    color: #5A5A5A;
    margin-top: 0;
}

.h-title.nh-title::after {
    content: "";
    display: block;
    font-size: 0;
    width: 30px;
    height: 2px;
    background: #9B0000;
    margin-top: 0.15rem;
}

.more {
    display: inline-block;
}

.more .morea {
    line-height: .5rem;
    font-size: .16rem;
    color: #FFF;
    background: #9B0000;
    border: transparent solid 1px;
    padding: 0 .4rem;
}

.more .morea span {
    display: inline-block;
}

.more .morea .more-icon {
    width: 0.7rem;
    height: 0.02rem;
    margin: auto auto auto 0.5rem;
    background: #FFF;
    position: relative;
}

.more .morea .more-icon::after {
    content: "";
    display: inline-block;
    font-size: 0;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    border: #FFF solid 1px;
    position: absolute;
    right: calc(-0.1rem - 1px);
    top: calc(50% - 0.1rem - 1px);
    z-index: 1;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
}

.more .morea .more-icon::before {
    content: "";
    display: inline-block;
    font-size: 0;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    right: -0.04rem;
    top: calc(50% - 0.04rem);
    z-index: 2;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
}


/* 分页 */

.nations {
    text-align: center;
}

.nations>b,
.nations>a {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    min-width: 40px;
    padding: 0 16px;
    border: #E4E4E4 solid 1px;
    line-height: 40px;
    margin: 10px;
    color: #666;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
}

.nations>b {
    background: #F7E6E5;
    text-align: center;
    color: #9B0000;
    border: transparent solid 1px;
}

@media (any-hover: hover) {
    .menu2 .menu2-nav .list-box .lists .nav-li:hover {
        color: #9B0000;
        background-color: rgba(255, 255, 255, .1);
    }
    .crumble .taddress .pt a:hover {
        color: #9B0000;
    }
    .more .morea:hover {
        color: #9B0000;
        border: #9B0000 solid 1px;
        background: transparent;
    }
    .more .morea:hover .more-icon {
        background: #9B0000;
    }
    .more .morea:hover .more-icon::after {
        border: #9B0000 solid 1px;
    }
    .more .morea:hover .more-icon::before {
        background: #9B0000;
    }
    .nations>a:hover {
        background: rgba(218, 37, 28, 0.1);
        color: #9B0000;
        border: transparent solid 1px;
    }
}

@media only screen and (min-width:1366px) and (max-width:1600px) {
    .more .morea {
        font-size: 0.2rem;
        line-height: 0.6rem;
    }
    .h-title.nh-title .tit2 {
        font-size: 0.32rem;
    }
    .menu2 .menu2-cont .li {
        font-size: 0.22rem;
        line-height: 0.68rem;
    }
    .menu2 .menu2-title {
        font-size: 0.3rem;
        line-height: 0.68rem;
    }
}

@media only screen and (min-width:1080px) and (max-width:1366px) {
    .more .morea {
        font-size: 0.24rem;
        line-height: 0.6rem;
    }
    .h-title.nh-title .tit2 {
        font-size: 0.34rem;
    }
    .menu2 .menu2-cont .li {
        font-size: 0.24rem;
        line-height: 0.72rem;
    }
    .menu2 .menu2-title {
        font-size: 0.32rem;
        line-height: 0.72rem;
    }
}

@media only screen and (max-width:1080px) {
    /* 移动端 */
    .wrem16 {
        width: 100%;
    }
    .wrem15 {
        width: 100%;
    }
    .wrap128 {
        width: 100%;
    }
    .div_pc {
        display: none !important;
    }
    html {
        max-width: 750px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    body,
    html {
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .more .morea {
        font-size: 0.28rem;
        line-height: 0.6rem;
    }
    .nbanner .text {
        left: 13.6666666667%;
        top: 33%;
    }
    .nbanner .text h1 {
        font-size: 0.45rem;
    }
    .nbanner .text h2 {
        font-size: 0.65rem;
    }
    .h-title.nh-title .tit2 {
        font-size: 0.36rem;
    }
    .h-title.nh-title .tit1 {
        font-size: 0.24rem;
    }
    .menu2-content {
        background: #9B0000;
        padding: 0.15rem 0.4rem;
    }
    .menu2-content::after {
        display: none;
    }
    .menu2-content .menu2 {
        display: block;
    }
    .menu2 .menu2-nav {
        width: 100%;
        min-width: auto;
        border-radius: 0.06rem;
    }
    .menu2 .menu2-nav .nav-top {
        font-size: 0.32rem;
    }
    .menu2 .menu2-nav .list-box {
        min-width: auto;
        width: 100%;
    }
    .menu2 .menu2-nav .list-box .lists {
        border-radius: 0.1rem;
        padding: 0.3rem;
    }
    .menu2 .menu2-nav .list-box .lists .nav-li {
        font-size: 0.28rem;
    }
    .menu2 .menu2-nav .list-box .lists .nav-li:nth-child(n+2) {
        margin-top: 0.2rem;
    }
}

@media only screen and (min-width:1280px) and (max-width:1366px) {
    .wrap128 {
        width: 1080px;
    }
}

@media only screen and (min-width:1080px) and (max-width:1280px) {
    .wrap128 {
        width: 960px;
    }
}

@media only screen and (min-width:1080px) {
    /* PC端 */
    .div_m {
        display: none !important;
    }
}


/*<<<<<<<<<<<<<<<<<<<<<< 头部+底部 >>>>>>>>>>>>>>>>>>>>>>>*/

.head {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    z-index: 99999999;
    background: #FFF;
}

.head .acc {
    max-width: 1200px;
}

.head .logo>a {
    display: flex;
    align-items: center;
}

.head .logo a img {
    height: 0.6rem;
    width: auto;
}

.head .logo a .logo-HDT {
    height: 0.3rem;
    margin-right: .1rem;
}

.head .logo .logo-bg {
    display: flex;
    align-items: center;
    height: 1.1rem;
}

.head .logo .logo-bg .login-link {
    display: inline-block;
    color: #9B0000;
    white-space: nowrap;
    font-size: .18rem;
    margin-right: .15rem;
    cursor: pointer;
}
.head .logo .logo-bg .login-link:last-child{
    margin-right: 0;
}

.head .logo .logo-bg img {
    height: 100%;
    width: auto;
}

.head .nav {
    background: #9B0000;
}

.head .nav>li {
    position: relative;
}

.head .nav>li .nav-top a {
    display: block;
    font-weight: bold;
    font-size: 0.18rem;
    line-height: 0.55rem;
    color: #FFFFFF;
    padding: 0 .6rem;
}

.head .nav>li.li-ing .nav-top a {
    background: #780000;
}

.head .nav>li .nav_two {
    padding-top: 0.15rem;
    min-width: 130%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 100%;
    z-index: 1;
    display: none;
}

@-webkit-keyframes tsy1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes tsy1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.head .nav>li .nav_two ul {
    display: block;
    text-align: center;
    padding: .05rem .2rem;
    background: rgba(0, 0, 0, .8);
    border-radius: 0.1rem;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.head .nav>li.menu2-ing .nav_two ul {
    -webkit-animation-name: tsy1;
    animation-name: tsy1;
}

.head .nav>li .nav_two ul li {
    margin: .1rem auto;
}

.head .nav>li .nav_two ul li a {
    display: block;
    font-size: .16rem;
    line-height: 200%;
    color: #FFF;
    white-space: nowrap;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
}

.head .nav>li .nav_two ul li a::after {
    content: "";
    display: block;
    font-size: 0;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    background: #C11515;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
}

.head .nav>li .nav_two ul li.li-ing a {
    color: #9B0000;
    transform: scale(1.1);
    font-weight: bold;
}

.head .nav>li .nav_two ul li.li-ing a::after {
    transform: scaleX(1);
}

@media only screen and (any-hover: hover) and (min-width:1080px) {
    .head .nav>li:hover .nav-top a {
        background: #780000;
        padding: 0 .6rem;
    }
    .head .nav>li .nav_two ul li a:hover {
        color: #9B0000;
    }
    .head .nav>li .nav_two ul li a:hover::after {
        transform: scaleX(1);
    }
}

.footer {
    background-color: #9B0000;
    padding: 0.6rem 0 .1rem;
}

.footer .foot {
    width: 86.45833333333333%;
    max-width: 1200px;
    margin: 0 auto;
}

.foot .foot1 .icon-hr {
    width: 1px;
    margin: 0 0.3rem;
    margin-left: 1rem;
    background: #AD3030;
}

.foot .foot1 .footl .foot-logo {
    display: flex;
    height: .5rem;
}

.foot .foot1 .footl .foot-logo .left-icon {
    margin-right: .1rem;
}

.foot .foot1 .footl .info {
    margin-top: .2rem;
    margin-right: 0.2rem;
}

.foot .foot1 .footl .info .qrcode {
    flex-shrink: 0;
    width: 1.06rem;
    height: 1.06rem;
    margin-right: .2rem;
    cursor: pointer;
}

.foot .foot1 .footl .info .qrcode>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.foot .foot1 .footl .info .qrcode .qrs.qroff {
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    left: 0;
    opacity: 0;
}

.foot .foot1 .footl .info .qrcode .qrs {
    position: absolute;
    left: 120%;
    opacity: 1;
    top: -10%;
    z-index: 2;
    background: #FFF;
    padding: 0.1rem;
    border-radius: 3px;
}

.foot .foot1 .footl .info .qrcode .qrs .li:nth-child(n+2) {
    margin-left: 0.1rem;
}

.foot .foot1 .footl .info .qrcode .qrs .li {
    text-align: center;
}

.foot .foot1 .footl .info .qrcode .qrs .li img {
    width: 1rem;
    height: 1rem;
    min-width: 60px;
    min-height: 60px;
    object-fit: contain;
}

.foot .foot1 .footl .info .qrcode .qrs .li span {
    display: block;
    font-size: .14rem;
    color: #6C6C6C;
    line-height: 200%;
}

.foot .foot1 .footl .info .txt .p:nth-child(n+2) {
    margin-top: 0.15rem;
}

.foot .foot1 .footl .info .txt .p .pt {
    display: inline-block;
    font-size: .16rem;
    color: #C8C8C8;
    line-height: 150%;
}
.foot .foot1{
    justify-content: space-between;
}

.foot .foot1 .foot-uls {
    display: flex;
    flex-shrink: 0;
}

.foot .foot1 .foot-uls ul:nth-child(n+2) {
    margin-left: .3rem;
}

.foot .foot1 .foot-uls ul li.ul-top {
    margin-bottom: 0.2rem;
}

.foot .foot1 .foot-uls ul li.ul-top a {
    font-size: 0.18rem;
    color: #FFFFFF;
}

.foot .foot1 .foot-uls ul li a {
    display: block;
    font-size: 0.14rem;
    line-height: 150%;
    margin-bottom: 0.15rem;
    color: #C8C8C8;
}

.foot .foot2 {
    margin-top: .5rem;
    border-top: #AD3030 solid 1px;
    padding: .1rem;
}

.foot .foot2 .sp {
    display: inline-block;
    font-size: .14rem;
    line-height: 200%;
    color: #C8C8C8;
}

.foot .foot2 .sp:nth-child(n+2) {
    margin-left: .3rem;
}

@media only screen and (min-width:1366px) and (max-width:1600px) {
    .head .nav>li .nav-top a {
        font-size: 0.2rem;
        line-height: 0.6rem;
    }
    .head .nav>li .nav_two ul li a {
        font-size: 0.18rem;
    }
    .foot .foot1 .foot-uls ul li.ul-top a {
        font-size: 0.22rem;
    }
    .foot .foot1 .foot-uls ul li a {
        font-size: 0.16rem;
    }
}

@media only screen and (min-width:1080px) and (max-width:1366px) {
    .head .nav>li .nav-top a {
        font-size: 0.24rem;
        line-height: 0.65rem;
    }
    .head .nav>li .nav_two ul li a {
        font-size: 0.2rem;
    }
    .foot .foot1 .foot-uls ul li.ul-top a {
        font-size: 0.24rem;
    }
    .foot .foot1 .foot-uls ul li a {
        font-size: 0.18rem;
    }
}

@media only screen and (any-hover: hover) and (min-width:1080px) {
    .foot .foot1 .foot-uls ul li a:hover,
    .foot .foot2 a.sp:hover,
    .foot .foot1 .footl .info .txt .p a.pt:hover {
        color: #FFF;
    }
}

@media only screen and (max-width:1080px) {
    .head .logo {
        padding: 0.2rem 0.25rem;
    }
    .navBox {
        cursor: pointer;
    }
    .navBox .menu {
        display: block;
        width: 0.6rem;
        height: 0.45rem;
        position: relative;
        z-index: 99;
        transition-duration: 0.3s;
    }
    .burger_lin .icon {
        height: 3px;
        width: 100%;
        top: calc(50% - 1.5px);
        background-color: #DA251C;
        border-radius: 20px;
        position: absolute;
        transition-duration: 0.3s;
        transition-delay: 0.5s;
    }
    .burger_lin .icon:before {
        content: "";
        width: 0.6rem;
        height: 100%;
        position: absolute;
        left: 0;
        top: calc(-0.21rem + 1.5px);
        background-color: #DA251C;
        border-radius: 50px;
        transition: transform 0.3s, top 0.3s 0.3s;
        transition-delay: 0.5s;
    }
    .burger_lin .icon:after {
        content: "";
        width: 0.6rem;
        height: 100%;
        position: absolute;
        left: 0;
        top: calc(0.21rem - 1.5px);
        background-color: #DA251C;
        border-radius: 50px;
        transition: transform 0.3s, top 0.3s 0.3s;
        transition-delay: 0.5s;
    }
    .burger_lin.open .icon {
        transition-duration: 0.1s;
        transition-delay: 0.3s;
        background: transparent;
        width: 0;
    }
    .burger_lin.open .icon:before {
        transition: top 0.3s, transform 0.3s 0.3s;
        top: 0;
        transform: rotateZ(-45deg);
    }
    .burger_lin.open .icon:after {
        transition: top 0.3s, transform 0.3s 0.3s;
        top: 0;
        transform: rotateZ(45deg);
    }
    .head .nav {
        display: none;
        width: 100%;
        height: calc(100vh - 1rem);
        padding: 0.5rem 0.4rem;
        overflow-y: auto;
        background-color: #FFF;
    }
    .head .nav::-webkit-scrollbar {
        display: none;
    }
    .head .nav::-moz-scrollbar {
        display: none;
    }
    /* .head .nav>li:nth-child(n+2){margin-top: 0.2rem;} */
    .head .nav>li .nav-top {
        padding: 0.2rem 0;
    }
    .head .nav>li .nav-top a {
        font-size: 0.32rem;
        color: #000;
        display: block;
        line-height: 2;
        padding: 0;
    }
    .head .nav>li.lis .nav-top {
        position: relative;
    }
    .head .nav>li.lis .nav-top a {
        display: inline-block;
    }
    .head .nav>li.lis .nav-top::after {
        content: "";
        display: block;
        width: .3rem;
        height: .3rem;
        position: absolute;
        right: 0;
        top: calc(50% - .15rem);
        background: url(../images/icon10.svg) no-repeat center;
        background-size: contain;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
    }
    .head .nav>li.lis.li-ing .nav-top::after {
        background: url(../fonts/icon10-on.svg) no-repeat center;
        background-size: contain;
    }
    .head .nav>li.li-ing .nav-top a {
        background-color: transparent;
        color: #9B0000;
    }
    .head .nav>li.lis.li-open .nav-top::after {
        transform: rotate(90deg);
        background: url(../fonts/icon10-on.svg) no-repeat center;
        background-size: contain;
    }
    .head .nav>li .nav_two {
        position: static;
        width: 100%;
        min-width: auto;
        padding-top: 0;
        transform: translate3d(0, 0, 0);
    }
    .head .nav>li .nav_two ul {
        text-align: left;
        padding: 0.1rem 0.3rem;
        background: transparent;
    }
    .head .nav>li .nav_two ul li {
        margin: 0.1rem auto;
    }
    .head .nav>li .nav_two ul li a {
        font-size: 0.28rem;
        color: #333;
        line-height: 2;
        padding: 0.1rem 0;
    }
    .head .nav>li .nav_two ul li a::after {
        display: none;
    }
    .head .nav>li .nav_two ul li.li-ing a {
        transform: scale(1);
    }
    .footer {
        padding: 0.4rem;
    }
    .footer .foot {
        width: 100%;
    }
    .foot .foot1 .icon-hr {
        display: none;
    }
    .foot .foot1 .foot-uls {
        display: none;
    }
    .foot .foot1 .footl {
        width: 100%;
        text-align: center;
    }
    .foot .foot1 .footl .foot-logo {
        margin: 0 auto;
    }
    .foot .foot1 .footl .info {
        display: block;
        margin-right: 0;
        margin-top: 0.4rem;
    }
    .foot .foot1 .footl .info .qrcode {
        display: none;
    }
    .foot .foot1 .footl .info .txt .p .pt {
        font-size: 0.24rem;
        color: #FFF;
    }
    .foot .foot2 {
        display: block;
        text-align: center;
    }
    .foot .foot2 .sp {
        font-size: 0.24rem;
        color: #FFF;
    }
}