@charset "utf-8";

@font-face {
    font-family: '思源宋体_b';
    src: url("../font/gTCxkMF8MA6Q.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: '思源宋体_l';
    src: url("../font/FbZ1z0oscAIL.woff") format("woff");
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}

html,
body {
    color: #333;
    font-size: 0.16rem;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-family: "微软雅黑";
    overflow-x: hidden;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,
b {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

i,
em,
b {
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:focus,
div:focus {
    border: none;
    outline: none;
}

img,
input {
    border: 0;
}

input,
button {
    border: none;
    outline: none;
    color: inherit;
    background-color: transparent;
}

.f0 {
    font-size: 0;
}

input[type='text']:focus-visible {
    outline: none;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.pic {
    /*padding-top: 75%;*/
    position: relative;
    overflow: hidden;
}

.icon img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: all 0.3s ease-in;
}

.pic .a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;
}

.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pic img:hover,
.bg-mask:hover .cover_img .a {
    transform: scale(1.05);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.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;
    align-items: center;
    justify-content: space-between;
}

.flex-v-bottom {
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: left;
}

.eclip {
    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;*/
}

.pore {
    position: relative
}

.aline_r {
    position: relative;
    background-image: linear-gradient(#155598, #155598);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

.alin_r:hover .aline_r {
    background-size: 100% 1px;
    color: #155598
}

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;
}

.zi3 {
    position: relative;
    z-index: 3
}

@media screen and (max-width:1024px) {
    html {
        font-size: 90px !important;
    }
}

@media screen and (max-width:900px) {
    html {
        font-size: 85px !important;
    }
}

@media screen and (max-width:640px) {
    body {
        font-size: .18rem
    }
}

@media screen and (max-width:480px) {
    html {
        font-size: 80px !important;
    }
}

@media screen and (max-width:375px) {
    html {
        font-size: 80px !important;
    }
}

@media screen and (max-width:360px) {
    html {
        font-size: 70px !important;
    }
}

@media(min-width: 1200px) {
    @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: 70px !important;
            }
        }

        @media screen and (max-width:1920px) {
            html {
                font-size: 70px !important;
            }
        }
    }
}

.wp {
    width: 16rem;
    margin: 0 auto;
}


/*=============================公共 开始===================================*/

.head .wp {
    max-width: 100%;
    width: auto;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 90px;

}

.logo img {
    display: block;
    height: .63rem;
}

.head .right {
    display: flex;
    align-items: center;
    padding: 0 0 0 0.32rem;
    justify-content: space-between;
}

.list_box0 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.list_box0 .li {
    font-size: .14rem;
    color: #fff;
    line-height: .3rem;
    position: relative;
    margin-left: .12rem;
    transition: .6s;
}

.list_box0 .li>a {
    display: flex;
    align-items: center;
}

.list_box0 .li img {
    display: block;
    width: .15rem;
    margin-right: .1rem;
}
.list_box0 .li:first-child{
    margin-right:.2rem;
}
.list_box0 .li:first-child a img{
    width:.12rem;
    height:.12rem;
    margin-right:.08rem;
}
.list_box0 .li:last-child {
    margin-left: .52rem;
}

.list_box0 .li:hover {
    color: #b20407;
}

#nav li {
    position: relative;
    margin-left: .4rem;

}

#nav ul li a {
    display: block;
}

#nav ul li h2 {
    font-size: .2rem;
    color: #fff;
    line-height: .54rem;
    position: relative;
    transition: .5s;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#nav ul li h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -.08rem;
    width: .76rem;
    transition: .6s;
    height: .18rem;
    background: url('../images/h-img03.png') no-repeat 50%/100%;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
}

#nav ul li.on h2:after, #nav ul li:hover h2:after
{
    opacity: 1;
    visibility: visible;
    /* left: 0; */
    /* right: 0; */
}
#nav ul li.on h2:before, #nav ul li:hover h2:before{
    transform: scaleY(1);
}

#nav ul li.xiala:hover h2:after {
    opacity: 1;
    visibility: visible;
    width: 1.4rem;
    margin-left: -.7rem;
}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    padding-top: .18rem;
    width: 9.3rem;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
    /* box-shadow: 0 0 60px rgba(0,0,0,.1); */
}

#nav ul li:nth-child(5) .sub,
#nav ul li:nth-child(6) .sub,
#nav ul li:nth-child(7) .sub{
    left: auto;
    right: 0;
    transform: translateX(0) scaleY(0);
}
#nav ul li .sub .box {
    display: flex;
    padding: .28rem 0.2rem;
    align-items: flex-start;
    justify-content: space-between;
    background:url("../images/h-img02.png") no-repeat center bottom;
    background-size: cover;
    border-top: 2px solid #2b65c2;
}
#nav ul li .sub .box_l{
    width: 45%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#nav ul li .sub .pic{
    width: 1.8rem;
    height: 1.8rem;
    z-index: 3;
}
#nav ul li .sub .pic:after{
    position: absolute;
    content: '';
    right: .1rem;
    top: .1rem;
    left: 0;
    bottom: 0;
    background: #edf4ff;
    z-index: -1;
}
#nav ul li .sub .pic .a{
    right: 0;
    left: .1rem;
    bottom: .1rem;
    width: auto;
    height: auto;
}
#nav ul li .sub .txt{
    width: calc(100% - 2.1rem);
    font-size: .18rem;
    line-height: 2.22;
    color: #053b92;
}
#nav ul li .sub .box_r{
    width: 55%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#nav ul li .sub a {
    display: block;
    width: 33.33%;
    line-height: 0.32rem;
    transition: .6s;
    font-size: .18rem;
    color: #333333;
    /* white-space: nowrap; */
    padding: 0.08rem 0;
}
#nav ul li .sub a:before{
    display: inline-block;
    content: '›';
    margin-right: .05rem;
}
#nav ul li .sub a:hover {
    color: #1b56b7;
    font-weight: 600;
}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}
#nav ul li:nth-child(5):hover .sub,
#nav ul li:nth-child(6):hover .sub,
#nav ul li:nth-child(7):hover .sub{
    transform: translateX(0) scaleY(1);
}
#nav ul li:nth-child(4):hover .sub{
    
}


#nav ul li:nth-child(2) .sub a{width:50%}

/*导航2*/
.miso_navs #nav .logos {
    width: 4.2rem;
    padding: 0 .5rem 0 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.miso_navs #nav .logos img {
    max-width: 100%;
    max-height: 0.45rem;
}

.miso_navs {
    position: fixed;
    left: 0;
    width: 100%;
    background: #1863a4;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);
    top: 0;
    z-index: 9999;
    height: .9rem;
    transform: translateY(-101%);
    transition: .5s;
    visibility: hidden;
    opacity: 0;
}

.miso_navs #nav {
    height: 100%
}

.miso_navs #nav .wp {
    height: 100%;
    display: flex;
    align-items: center;
}

.miso_navs #nav ul {
    width: calc(100% - 4.2rem)
}

.miso_navs #nav ul li h2 {
    padding: 0;
    font-weight: 600;
}

.miso_navs.xg1 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}



.search_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .75rem;
    height: .5rem;
    background: url("../images/h_img01.png") no-repeat 50%;
    background-size: 100%;
    cursor: pointer;
}

.search_btn img {
    display: block;
    height: .22rem;
}

.head:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 2.06rem;
    background: url("../images/h_mask.png") repeat-x top center/auto 100%;
}

.head {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    padding: .14rem 0;
}




/*foot*/

.ft1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: .5rem;
}

.ftlogo img {
    display: block;
    height: .62rem;
}

.ftlink {
    width: 2.1rem;
    position: relative;
}

.ftlink dl {
    position: relative;
}

.ftlink dl dt {
    height: .42rem;
    line-height: .4rem;
    padding-left: .2rem;
    padding-right: .1rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color: #aaccea;
    font-size: .16rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.ftlink dl dt:after {
    /*position: absolute;*/
    content: '';
    width: 0.11rem;
    background: url("../images/ftlink.png") no-repeat 50%;
    background-size: 0.11rem 0.07rem;
    transition: .5s
}

.ftlink dl dt.on:after {
    display: inline-block;
    transform: rotate(180deg);
}

.ftlink dl dd ul li {
    font-size: .14rem;
    padding: 3px 0;
}

.ftlink dl dd ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

.foot .ftlink dl dd ul li a:hover {
    color: #104192;
}

.foot .ftlink dl dd {
    position: absolute;
    /*top:100%;*/
    bottom: 0px;
    left: 0;
    right: 0;
    background: #fff;
    padding: .15rem .2rem;
    border-top: 1px solid #eee;
    z-index: 5;
    display: none;
}

.ftlink dl dd ul {
    /* height: 120px;*/
    overflow-y: auto;
}

.ftlink dl dd ul::-webkit-scrollbar {
    width: 4px;
}

.ftlink dl dd ul::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 5px;
}

.ftlink dl dd ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: linear-gradient(45deg, #104192 0%, #104192 100%);
}

.ft2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ftleft h5 {
    font-size: .16rem;
    color: #aaccea;
    line-height: .36rem;
    display: flex;
    align-items: center;
}

.ftleft h5 img {
    display: block;
    max-width: .18rem;
    margin-right: .12rem;
}

.ft-list {
    display: flex;
    justify-content: flex-end;
    margin-bottom: .45rem;
}

.ft-list .li {
    position: relative;
    margin-left: .2rem;
}

.ft-list .li a {
    display: block;
}

.ft-list .li a img {
    display: block;
    max-height: .26rem;
}

.ft-list .li .code {
    position: absolute;
    left: 50%;
    width: 1.2rem;
    height: 1.2rem;
    padding: 0.05rem;
    background: #fff;
    bottom: 100%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 9;
}

.ft-list .li:last-child .code {
    left: auto;
    right: 0;
    transform: none;
}

.ft-list .li .code:after {
    position: absolute;
    content: '';
    border: .04rem solid transparent;
    border-top-color: #fff;
    bottom: -.08rem;
    left: 50%;
    margin-left: -.04rem;
}

.ft-list .li:last-child .code:after {
    left: auto;
    margin-left: 0;
    right: .05rem;
}

.ft-list .li .code img {
    display: block;
    width: 100%;
}

.ft-list .li:hover .code {
    margin-bottom: .1rem;
    opacity: 1;
    visibility: visible;
}

.bq p {
    font-size: .16rem;
    line-height: .34rem;
    color: #aaccea;
    text-align: right;
}

.foot {
    padding-top: .4rem;
    padding-bottom: .24rem;
    background: url("../images/foot.jpg") no-repeat bottom center;
    background-size: cover;
}


/*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: #1863a4;
    transition: .6s;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: .8;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.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, .7);
    background-size: cover;
    background-repeat: no-repeat;
    /* z-index: 1; */
    transform-origin: center center;
    transition: height .8s cubic-bezier(.77, 0, .175, 1);
}

.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=button],
.search-dialog .search-input .clear-btn {
    float: right;
    height: .72rem;
    width: .56rem;
}

.search-dialog .search-input input[type=button] {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .24rem;
    background-image: url('../images/search_white.png');
}

.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 .search-input.on input[type=submit] {}

.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,
.slide_down_close {
    position: absolute;
    width: .48rem;
    height: .48rem;
    z-index: 999;
    right: .24rem;
    top: .24rem;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 100%;
}

.slide_down_close {
    opacity: 0;
    visibility: hidden;
}

.pub-close .bg,
.slide_down_close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1e4781;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}

.pub-close i,
.slide_down_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,
.slide_down_close i:hover {
    transform: rotate(180deg)
}

/*search*/

.ar_wap {
    display: none
}

/*=================================响应开始========================================*/
/*wap*/

.wap-head {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-right: 15px;
    padding-left: 15px;
    background: rgb(24, 99, 164);
    background-size: cover;
    height: .75rem;
    box-shadow: 0 0 .1rem rgba(51, 51, 51, 0.2);
}

.big-nav {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0;
    padding: .9rem 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: rgba(24, 99, 164, 0.9);
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);

}

body.navShow .big-nav {
    pointer-events: auto;
    right: 0;
    opacity: 1;
    visibility: visible;
}

.big-nav .list_box0 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.big-nav .list_box0 .li {
    margin: 0 .05rem;
    font-size: 14px;
    color: #e8e8e8;
    display: inline-block;
    transition: .6s;
    position: relative;
    line-height: .4rem;
    min-width: 1rem;
    padding: 0 .1rem;
    text-align: center;
}

.big-nav .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.04rem;
    bottom: 0;
    overflow-y: auto;
}

.list_box_nav_mobile {
    width: 100%;
    height: 100%;
    padding: 0 0 10px;
    overflow: hidden;
    overflow-y: scroll;
    margin: 0;
    flex: 1;
}

.list_box_nav_mobile>li {
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0 auto;
}

.list_box_nav_mobile>li .con {
    position: relative
}

.list_box_nav_mobile>li .a {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    line-height: .64rem;
    color: rgba(255, 255, 255, .8);
    padding: 0;
    font-size: .2rem;
    display: flex;
    position: relative;
    transition: .5s;
}

.list_box_nav_mobile>li i {
    opacity: 1;
    filter: alpha(opacity=100);
    width: .64rem;
    height: .64rem;
    background: url('../images/nav-icon.png') center no-repeat;
    background-size: auto .12rem !important;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
}

.list_box_nav_mobile>li.on1 i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.list_box_nav_mobile>li.on .a {
    color: rgba(255, 255, 255, 1);
}

/*三级导航 开始*/
.list_box_nav_mobile>li .list {
    padding: 10px 0;
    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: rgba(255, 255, 255, .6);
    line-height: 2.5;
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}


.wap_search {
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    width: 100%;
    height: 60px;
    display: block;
}

.wap_search .header-search {
    height: 40px;
    border-radius: 0;
    background: rgb(255 255 255);
    position: relative;
    width: 100%;
    margin: 10px auto;
}

.wap_search .input {
    font-size: 14px;
    color: #646464;
    height: 40px;
    line-height: 40px;
    padding: 0 .24rem;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: none;
    width: calc(100% - 40px);
}

.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: url("../images/search_white.png") center no-repeat #b20407;
    background-size: .16rem;
    border-radius: 0;
}

.wap_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;
}

@media screen and (max-width: 1200px) {
    .ar_web {
        display: none
    }

    .wp {
        max-width: 100%;
        width: 100%;
        padding: 0 15px;
    }

    .miso_navs {
        display: none;
    }

    html,
    body {
        overflow-x: hidden !important;
    }

    .pc {
        display: none;
    }

    .phone {
        display: block;
    }

    .list_box0 .li>a {
        display: block;
    }

    .wap-head {
        display: flex;
        z-index: 11111;
    }

    .wap-head .logo img {
        height: 0.5rem;
    }

    .wap-head .navbtnm {
        width: .86rem;
        height: .75rem;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5;
        color: #fff;
        text-align: center;
        padding-left: .1rem;
    }

    .wap-head .navbtnm i {
        display: block;
        width: 100%;
        height: 0.75rem;
        background: url("../images/menu.png") no-repeat 50%;
        background-size: 0.32rem 0.32rem;
        transition: all .3s;
    }

    .wap-head .navbtnm:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #b20407;
    }

    .wap-head .navbtnm:after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: -6px;
        border-right: #b20407 6px solid;
        border-bottom: transparent 0.75rem solid;
    }

    .navShow .navbtnm i {
        background-image: url("../images/close-menu.png");
    }


}

@media screen and (max-width: 1024px) {
    .ftlogo img {
        height: .45rem;
    }

    .ft1 {
        margin-bottom: .3rem;
    }

    .ftleft {
        width: 100%;
        margin-bottom: .3rem;
    }

    .tright {
        width: 100%;
    }

    .ft-list {
        justify-content: flex-start;
        margin-bottom: .2rem;
    }

    .ft-list .li {
        margin-left: 0;
        margin-right: .2rem;
    }

    .ft-list .li:first-child .code {
        left: 0;
        transform: none;
    }

    .ft-list .li:first-child .code:after {
        left: .05rem;
        margin-left: 0;
    }

    .bq p {
        text-align: left;
    }

    .foot {
        padding: .3rem 0;
    }
}

@media screen and (max-width: 768px) {
    .wap-head .logo img {
        height: .42rem;
    }
}

@media screen and (max-width: 640px) {
    .ftlink {
        width: 100%;
        margin-top: .2rem;
    }
}