@charset "UTF-8";

@font-face {
    font-family: 'songti';
    src: url("../font/SourceHanSerifCN-Bold.otf") format('opentype');
    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,span: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;
}
.phone {
    display: 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);
}

.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( #fff, #fff);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: #fff}
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;
    max-width: 94%;
}
/*==========================================公共 开始=============================================*/


.head .wp{
    max-width: none;
    width: 100%;
    padding-left: .6rem;
    padding-right: .8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head .d1{
    background: #004782;
    position: relative;
    z-index: 3;
}
.h-link{
    display: flex;
    align-items: center;
}
.h-link .li{
    font-size: 14px;
    color: #fff;
    line-height: .4rem;
    transition: .6s;
    margin-right: .2rem;
}
.h-link .li:hover{
    font-weight: 600;
}
.h-link .li.search a{
    display: flex;
    height: 100%;
    align-items: center;
}
.h-link .li.search img{
    display: block;
    width: .17rem;
}
.h-link .li.search{
    margin-right:0;
}
.logo img{
    display: block;
    height: .65rem;
}

.nav li{
    position: relative;
    margin-left: .6rem;
}
.nav li a{
    display: block;
}
.nav li h2{
    font-size: .2rem;
    line-height: .65rem;
    color: #fff;
    position: relative;
    transition: .5s;
}
.nav li h2:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0.04rem;
    width: 1px;
    height: .12rem;
    background: #fff;
    transform: scaleY(0);
    transform-origin: top center;
    transition: .5s;
}
.nav li h2:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: .5s;
    background: #fff;
    opacity: 0;
    visibility: hidden;
}
.nav li .sub{
    position: absolute;
    left: -1rem;
    width: 6.2rem;
    top: 100%;
    z-index: 999;
    padding-top: .07rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.nav li:nth-child(6) .sub{
    left: -1.2rem;
}
.nav li:nth-child(7) .sub,
.nav li:nth-child(8) .sub
{
    left: auto;
    right: -1rem;
}
.nav li:nth-child(9) .sub{
    left: auto;
    right: 0;
}
.nav li .sub .box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: .24rem .26rem .26rem;
    background: rgba(255, 255, 255, 0.8);

}
.nav li .sub .box .pic{
    width: 2.3rem;
    height: 1.6rem;
}
.nav li .sub .box .alink{
    width: calc(100% - 2.65rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nav li .sub .box .alink a{
    display: inline-block;
    width: 50%;
    font-size: .18rem;
    line-height: .28rem;
    color: #333333;
    padding: .1rem ;
    transition: .5s;
}
.nav li .sub .box .alink a:before{
    content: '›';
    display: inline-block;
    margin-right: 5px;
}
.nav li .sub .box .alink a:hover{
    color: #004782;
    font-weight: 600;
}
.nav li:hover h2:before{
    transform: scaleY(1);
}
.nav li:hover h2:after{
    opacity: 1;
    visibility: visible;
    width: .6rem;
    margin-left: -.3rem;
}
.nav li:hover h2{
    font-weight: 600;
}
.nav li:hover .sub{
    opacity: 1;
    visibility: visible;
}
.head .d2{
    padding-top: .14rem;
    padding-bottom: .14rem;
    position: relative;
   z-index:3
}
.head {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

.head:before{
    position:absolute;
    content:'';
    left:0;
    right:0;
    top:0;
    height:1.6rem;
    background: url('../images/b-mask.png') repeat-x top center;
    background-size:auto 99%;
}
.hd1{
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.7s ease-out 0s;
}
.hd2{
    position: fixed;
    padding: 0;
    transform: translateY(-160%);
    transition: all 0.7s ease-out 0s;
    z-index: 999;
}
.hd2 .d2{
    background: #fff;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
}
.hd2 .nav li h2{
    color: #333;
}
.hd2 .nav li h2:before,
.hd2 .nav li h2:after{
    background: #004782;
}
.hd2 .nav li .sub{
    padding-top: .14rem;
}
.hd2 .nav li .sub .box{
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
}
.hd2 .d1{
    height: .4rem;
    transition: all 0.2s ease-out 0s;
}
.hd2.lit .d1{
    height: 0;
}
.body_b.showdiv .hd2,
.body_h.showdiv .hd1{
    transition: all 0.7s ease-in-out 0.5s;
    transform: none;
    opacity: 1;
}

.body_b.showdiv .hd2:before{
    display:none;
}

.ft1 .aleft{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ft1 .ftlogo img{
    display: block;
    height: .91rem;
}


.ftlink li{
    display: inline-block;
    width: .6rem;
    margin-left: .35rem;
    position: relative;
    cursor: pointer;
}
.ftlink li img{
    display: block;
    width: 100%;
}
.ftlink li .code{
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -0.57rem;
    margin-bottom: 10px;
    margin-top: 0.16rem;
    padding: 0.1rem;
    width: 1.14rem;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    box-sizing: border-box;
    visibility: hidden;
    opacity: 1;
    transform: translateY(-0.1rem);
    transition: all 0.2s ease-out 0s;
    z-index: 99;
}
.ftlink li .code:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border: 0.08rem solid transparent;
    font-size: 0;
    border-top-color: #fff;
    transform:translateX(-50%);
}

.ftlink li:hover  .code {
    visibility: visible;
    opacity: 1;
    transform:translateY(0);
}
.ftlink{
    padding-right: .1rem;
}
.ft1{
    padding-top: .51rem;
    padding-bottom: .29rem;
    align-items: flex-end;
}
.bq p{
    font-size: 0;
}
.bq p a{
    display: inline-block;
    font-size: .16rem;
    line-height: .36rem;
    color: #d7edff;
    margin-right: .65rem;
}
.bq{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
}
.ftadd p{
    font-size: .16rem;
    line-height: .4rem;
    color: #d7edff;
    background: url("../images/fticon.png") no-repeat left top .12rem;
    background-size: .12rem;
    padding-left: .25rem;
}
.ftadd p img{
    display: none;
    width: .12rem;
    margin-right: .1rem;
}
.ftadd{
    /* margin-left: 1.4rem; */
}

.foot {
    padding-bottom: .29rem;
    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: #004782;
    transition: .6s;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: .98;
    -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,.9); */
    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,.3);
    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;
    background-image: url('../images/search.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 {
    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-color: #004782;
    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*/

/*wap*/

.wap-head{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-right: 15px;
    padding-left: 15px;
    background: #004782;
    background-size:auto 99%;
    height: .75rem;
}
.big-nav {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0;
    padding: 64px 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(0, 71, 130, 0.90);
    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 {
    justify-content: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.big-nav .list_box0 .li {
    margin: 0 .05rem;
    font-size: 14px;
    color: #e8e8e8;
    display: inline-block;
    transition: .6s;
    position: relative;
    line-height: .5rem;
}
.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 form {
    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.png") center no-repeat #153052;
    background-size: .24rem;
    border-radius: 0;
}

.wap_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;
}



/*=============================响应开始===========================*/

@media screen and (max-width: 1600px){
    .nav li{
        margin-left: .4rem;
    }
}
@media screen and (max-width: 1200px){
    .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;
    }
    .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;
    }
    .navShow .navbtnm i{
        background-image: url("../images/close-menu.png");
    }
    .ft1{
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
}
@media screen and (max-width: 1024px){
    .ft1 .aleft{
        width: 100%;
        margin-bottom: .3rem;
        justify-content: space-between;
    }
    .ft1 .aright{
        width: 100%;
    }
    .ft1 .ftadd{
        margin-left: auto;
    }
    .ft1{
        padding-bottom: .2rem;
    }
    .foot{
        padding-bottom: .3rem;
        background-size: cover;
    }
    .ftlink{
        text-align: center;
        padding-right: 0;
    }

    .bq{
        display: block;
    }
}
@media screen and (max-width: 768px){
    .big-nav .list_box0{
        justify-content: flex-start;
    }
    .ft1 .aleft{
        margin-bottom: .2rem;
    }
    .ftlogo{
        width: 100%;
        margin-bottom: 0;
    }
    .ft1 .ftlogo img{
        max-width: 60%;
        max-height: .6rem;
        width: auto;
        height: auto;
        margin: 0 auto;
    }
    .ft1 .ftadd,
    .ft1 .ftadd{
        width: 100%;
        text-align: center;
    }
    .ft1 .ftadd p{
        display: inline-block;
    }
    .ft1{
        padding-top: .3rem;
        padding-bottom: .2rem;
    }
    .bq p{
        text-align: center;
    }
    .bq p a{
        margin: 0 .15rem;
    }
    .ftlink li{
        margin: 0 .15rem;
    }
    .ft1 .ftadd p{
        padding-left: .2rem;
    }
    .ftlink li{
        width: .5rem;
    }
}


.n_dtl_txt p{
   font-size: 18px !important;
    line-height: 2em !important;
    color: #000000 !important;
    margin-top: 1em ;
    font-family: 'Microsoft YaHei';
    word-break: break-all !important;
    text-indent:2em ;
}

.n_dtl_txt table p { text-indent:0em !important ;  margin-top: 0em !important;}

.n_dtl_txt table tr span{
   text-indent:0em !important ;  margin-top: 0em !important;
   font-size: 18px !important;
    line-height: 2em !important;
    color: #000000 !important;
} 

.n_dtl_txt p span{
 
   font-size: 18px ;
    line-height: 2em ;
    color: #000000 !important;
    font-family: 'Microsoft YaHei' ;
  
}

.foot .aright{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.foot .aright h2{
    font-size: .24rem;
    color: #d7edff;
    font-weight: 600;
    line-height: .4rem;
}
.foot .aright h5{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .4rem;
    color: #d7edff;
}
.foot .aright h5 img{
    display: block;
    width: .12rem;
    margin-right: .1rem;
}
.foot .aright .li{
    margin-left: .63rem;
}
.ft1{
    align-items: center;
    padding-bottom: .56rem;
}
.foot{
    padding-bottom: 0;
}
.bq{
    background: #004170;
    padding: .14rem 0;
}
.bq p a{
    font-size: .16rem;
    line-height: .32rem;
    color: #d7edff;
}
.bq p{
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .ft1 .aleft {
        display: block;
    }
    .ft1 .ftlogo img{

        margin: 0 auto;
    }
    .foot .aright .li{
        margin-left: 0;
    }
    .foot .aright h2{
        font-size: .2rem;
        line-height: .32rem;
    }
    .ft1{
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
}
@media screen and (max-width: 640px) {
    .foot .aright{
        flex-wrap: wrap;
    }
    .foot .aright .li{
        width: 100%;
        margin-bottom: .2rem;
        text-align: center;
    }
    .foot .aright .li:last-child{
        margin-bottom: 0;
    }
    .foot .aright h5{
        justify-content: center;
    }
}