@charset "utf-8";
/* CSS Document */
*{
  	margin:0; 
  	padding:0; 
  	list-style:none;
  	box-sizing: border-box; 
}
img{ 
  	border:0;  
}
a{
	text-decoration: none;
    color: #000000;
}
    
 body {
        font-family:"Microsoft Yahei";
        /* font-size: 16px; */
        color:#000;
        margin: 0;
        padding: 0;
        background:#fff; 
}

/* 弹出层 开始*/
.nav_modal_box{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background:rgba(0,78,150,0.88);
    z-index: 100000000;
    padding: 0.36rem;
    overflow-y: scroll;
}
.nav_modal_box .scroll_box{
    width:100%;
    height:100%;
   overflow-y: scroll;
}

.nav_modal_box .n_m_h{
    clear: both;
    font-size: 0;
}
.nav_modal_box .n_m_h01{
    width: 5rem;
}
.nav_modal_box .n_m_h02{
    float: right;
    margin-top: 0.1rem;
    width: 0.4rem;
}
.nav_modal_box .n_m_nav{
    margin: 0.7rem 0 0;
}
.n_m_nav ul li{
    font-size: 0.36rem;
    color: #fff;
    line-height: 0.88rem;
    border-bottom: 1px solid #fff;
    text-align: center;
    padding: 0.1rem 0;
}

.n_m_nav ul li a{
    display: inline-block;
    color: #fff;
    width: 100%;
    padding: 0 0.04rem;
}
.n_m_nav ul li a:active{
    background: rgba(255,255,255,0.88);
    border-radius: 12px;
    color: #004e96;
}
.n_m_nav .n_m_nav_more{
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 0.07rem solid transparent;
    border-right: 0.07rem solid transparent;
    border-top: 0.12rem solid transparent;
    border-bottom: 0;
    vertical-align: middle;
    padding-top: 0.1rem;
    margin-left: 0.2rem;
}
.n_m_nav .n_m_nav_more.nav_more_bot{

    border-left: 0.07rem solid transparent;
    border-right: 0.07rem solid transparent;
    border-bottom: 0.12rem solid transparent;
    border-top: 0;
    vertical-align: top;
    padding-top: 0.38rem;
}
.n_m_nav .have_child_nav .n_m_nav_more{
    border-top: 0.12rem solid #fff;
    border-bottom: 0;
}

.n_m_nav .have_child_nav .n_m_nav_more.nav_more_bot{
    border-top: 0;
    border-bottom: 0.12rem solid #fff;
}

.n_m_nav .n_m_nav_item{

    width: 100%;
    overflow: hidden;
    display: none;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.n_m_nav .n_m_nav_item li{
    min-width: 33.33%;
    height: .64rem;
    line-height: .64rem;
    font-size: .28rem;
    text-align: center;
    padding: 0 .25rem 0 .45rem;
    color: #ffffff;
    border: none;
    float: left;
    position: relative;
}
.n_m_nav .n_m_nav_item li::after{
    content: "";
    width: .05rem;
    height: .05rem;
    position: absolute;
    top: .3rem;
    left: .15rem;
    border-radius: 50%;
    background-color: #fff;
}
/* 弹出层 结束*/
