@import "https://www.nda.gov.cn/sjj/res/css/alert.css";
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    /* -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none; */
    -webkit-text-size-adjust: none;
}

html,
body,
div,
p,
span,
font,
em,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
td,
input,
button,
a {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
}

ul,
ol {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    /*color: #e22323;*/
}

img {
    border: 0px;
    vertical-align: top;
}

em,
i {
    font-style: normal;
}

.clr {
    margin: 0px;
    padding: 0px;
    height: 0px;
    width: 0px;
    overflow: hidden;
    clear: both;
}

input,
button,
textarea {
    -webkit-appearance: none;
    outline: none;
    border: none;
    background: none;
    -webkit-tap-highlight-color: transparent;
}

input::-webkit-input-placeholder {
    color: #999999;
    opacity: 0.5;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
    opacity: 0.5;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
    opacity: 0.5;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
    opacity: 0.5;
}

.clearfix::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  
  .clearfix {
    *zoom: 1;
  }

.fixed {
    position: fixed;
    height: 100%;
    width: 100%;
}

.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header {
    height: 2.16rem;
    background: url('../images/waptopbg.png') center top no-repeat;
    background-size: 100%;
}

.header-top {
    height: 2.16rem;
    padding: 0 0.533rem;
    overflow: hidden;
}

.logo {
    float: left;
    
    margin-top: 0.346rem;
}

.logo img {
    width: 5.33rem;
    /* width: 100%; */
}

.logo span{
	display: inline-block;
	height: 1.2rem;
	line-height: 1.2rem;
	font-size: 22px;
	font-weight: bold;
	color: #005eb8;
	border-left: 1px solid #ccc;
	padding-left: 0.533rem;
	margin-left: 0.533rem;
	margin-top: 0.13rem;
}

.otherbtn {
    float: right;
    display: flex;
    height: 2.16rem;
}

.otherbtn li {
    cursor: pointer;
    width: 0.533rem;
    height: 2.16rem;
}
.otherbtn li.wza-switch {
    background: url('../images/wapwzaicon.png') center center no-repeat;
    background-size: 78%;
    width: 0.48rem;
    margin-right: 0.426rem;
}
.otherbtn li.wza-switch a{
    display: block;
    width: 100%;
    height: 2.16rem;
}
.otherbtn li.search-switch {
    background: url('../images/wapsearchbtn.png') center center no-repeat;
    background-size: 78%;
    margin-right: 0.426rem;
    width: 0.613rem;
}

.otherbtn li.menu {
    background: url('../images/wapmenu.png') center center no-repeat;
    background-size: 100%;
}

.otherbtn li.close-btn {
    background: url('../images/wapclose.png') center center no-repeat;
    background-size: 78%;
}


.searchpage {
    position: fixed;
    right: -100%;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #0A5CAA;
    background-size: 100%;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.searchpage .header-top,
.menupage .header-top,
.zwgknav .header-top {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.searchpage dl {
    width: 100%;
    
    padding: 0 0.533rem;
    margin-top: 1.06rem;
    /* overflow: hidden; */
}

.searchpage dt {
    position: relative;
    display: flex;
    height: 1.36rem;
    line-height: 1.36rem;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    
}
.searchpage dt span{
    display: none;
    position: absolute;
    left: 0;
    top: 1.36rem;
    background: #fff;
    border: 1px solid #dddddd;
    padding:0.26rem 0.45rem;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.searchpage dt span a{
    display: block;
	line-height: 1.8;
	font-size: 15px;
	cursor: pointer;
}
.searchpage dl input {
    border: 0;
    width: 7.38rem;
    height: 0.693rem;
    line-height: 0.693rem;
    font-size: 16px;
    padding: 0 0.45rem;
    border-right: 1px solid #E5E5E5;
    color: #999999;
    margin-top: 0.36rem;
}

.searchpage dl button {
    width: 1.54rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: url('../images/wap-searchpageicon.png') center center no-repeat;
    background-size: 30%;
    text-indent: -1000px;
    text-align: left;
    overflow: hidden;
    border: 0;
}

.searchpage dl dd{
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 0.26rem;
}
.searchpage dl dd a{
    color: #fff;
    margin-right: 0.26rem;
}

.menupage,.zwgknav{
    position: fixed;
    right: -100%;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #0A5CAA;
    background-size: 100%;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.menupage .nav {
    padding: 0.5333rem;
}

.menupage .nav li {
    height: 1.86rem;
    line-height: 1.86rem;
    font-size: 20px;
}

.menupage .nav li:nth-child(1){
    background: url('../images/wap-navicon-1.png') left center no-repeat; 
    background-size: 9%;
}

.menupage .nav li:nth-child(2){
    background: url('../images/wap-navicon-2.png') left center no-repeat; 
    background-size: 9%;
}

.menupage .nav li:nth-child(3){
    background: url('../images/wap-navicon-3.png') left center no-repeat; 
    background-size: 8%;
}

.menupage .nav li:nth-child(4){
    background: url('../images/wap-navicon-4.png') left center no-repeat; 
    background-size: 8%;
}

.menupage .nav li:nth-child(5){
    background: url('../images/wap-navicon-5.png') left center no-repeat; 
    background-size: 7%;
}

.menupage .nav li:nth-child(6){
    background: url('../images/wap-navicon-6.png') left center no-repeat; 
    background-size: 9%;
}

.menupage .nav li.wechat{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.6rem;
    line-height: 1.6rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    font-size: 15px;
    background: url('../images/wap-wechaticon.png') 3.46rem center no-repeat;
    background-size: 8%;
}

.menupage .nav li a {
    color: #fff;
    padding-left: 1.25rem;
}

.menupage.open,
.searchpage.open,
.zwgknav.open {
    visibility: visible;
    opacity: 1;
    right: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.container {
    padding: 0 0.533rem;
}

.mt{

    padding: 0.26rem 0;
    border-bottom: 1px solid#D9D9D9;
    font-size: 20px;
}

.mt > span{
    font-weight: bold;
    color: #0A5CAA;
}

.mt > span > a{
    color: #0A5CAA;
}

.tab-menu,.tabsub-menu{
    display: flex;
    justify-content: start;
    
}
.tab-menu li{
    height: 0.72rem;
    line-height: 0.72rem;
    margin-right: 0.8rem;
    font-weight: bold;
    width: auto;
}

.tab-menu li.cur{
    color: #0A5CAA;
}

.tab-menu li:last-child,.tabsub-menu li:last-child{
    margin-right: 0;
}

.tabsub-menu{
    margin-top: 0.26rem;
}
.tabsub-menu li{
    background: rgba(73, 117, 158, 0.1);
    /* padding: 0 0.48rem; */
    height: 0.96rem;
    line-height: 0.96rem;
    font-size: 16px;
    color: #0A5CAA;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-right: 0.26rem;
    width: auto;
}
.tabsub-menu li span{
    display: block;
    height: 0.96rem;
}
.tabsub-menu li a{
    display: block;
    padding: 0 0.40rem;
    height: 0.96rem;
}
.tabsub-menu li.cur{
    background: #0A5CAA;
    color: #fff;
}
.tabsub-menu li.cur a{
    color: #fff;
    display: block;
}

.tabcont .tab{
    display: none;
}
.tabcont .tab:nth-child(1){
    display: block;
}

.u-list li{
    font-size:16px;
    line-height: 1.625;
    width: 100%;
    margin-top: 0.4rem;
    background: url('../images/wap-dot.png') left 0.35rem no-repeat;
    background-size: 1%;
    padding-left:0.45rem;
}
.u-list li a{
    display: block;
    
}
.u-list li em{
    color: #999;
}
.u-list li em.red{
    color: #BD2F2A;
}

.u-list li span{
    display: block;
    font-size:14px;
    color: #666;
}

.more{
    font-size: 14px;
    text-align: center;
    margin-top: 0.533rem;
}
.path {
    padding: 0.26rem 0.533rem 0.26rem 1.2rem;
    line-height: 1.6;
    font-size: 14px;
    background: url("../images/waphome.png") #EEF1F4 left 0.533rem top 0.32rem no-repeat;
    background-size: 5%;
}

.path a {
    color: #666;
}

.path a:last-child {
    font-weight: bold;
    color: #0A5CAA;
}

.bluebg{
    background: #F5F7FA;
    margin-top: 0.8rem;
    padding-bottom: 0.8rem;
    overflow: hidden;
}


footer {
    text-align: center;
    font-size: 12px;
    color: #8FB6D9;
    line-height: 1.8;
    background: #0A5CAA;
    padding: 0.8rem 0;
    margin-top: 1.33rem;
}

footer a {
    color: #8FB6D9;
}
footer  p span{
    background: url('../images/beiannew.png') left center no-repeat;
    background-size: contain;
    padding-left: 0.533rem;
}

footer ul {
    display: flex;
    justify-content: space-around;
    text-align: center;
    padding: 0 3.28rem;
    margin-top: 0.4rem;
    align-items: center;
}

footer ul li:first-child img {
    width: 0.88rem;
}

footer ul li:nth-child(2) img {
    width: 1.89rem;
}

#toolbarConfig #toolbarConfig-title #titleClose{
    text-align: center;
}

.unloading{
    background: url('../images/searchnodata.png') center top no-repeat;
    background-size: 100%;
    padding-top: 2.88rem;
    color: #0A5CAA;
    width: 6rem;
    margin: 0.8rem auto;
    text-align: center;
    font-weight: bold;
}
.unloading strong{
    display: block;
    font-size: 16px;
    margin-bottom: 1.32rem;
    text-align: center;
}
.unloading p{
    font-size: 16px;
    line-height: 2;
    color: #333;
}
.unloading p span{
    font-weight: bold;
}

.toTop {
    position: fixed;
    right: 3%;
    bottom: 10%;
    z-index: 99999;
    display: none;
}

.toTop img {
    width: 1.33rem;
    height: 1.33rem;
}