/* body{
	width: 1920px;
	min-width: 1200px;
} */
/* html,body{
	width:100%;
	overflow: hidden;
	height:100%;
} */
a{
	text-decoration: none !important;
}
.logo_pic{
	position: absolute;
	left:0.32rem;
	top:0.2rem;
	width:4.83rem;
	height:0.86rem;
	background-image: url("../img/webimg/logo_guide_483.png");
	background-size: cover;
}
.header-nav{
	position: fixed;
	width: 100%;
	/* min-width: 1420px; */
	/* height: 120px; */
	height:1.2rem;
	top: 0;
	left: 0;
	background: rgb(255, 255, 255);    /*不支持rgba的浏览器*/
	background: rgba(255,255,255,0.9); 
	 /*支持rgba的浏览器*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff,endColorstr=#7fffffff);    /*IE8支持*/
	
	/* background-image: url("../img/webimg/logo_guide.png"); */
	background-repeat: no-repeat;
	/* background-position: 32px 20px; */
	background-position:0.32rem 0.2rem;
	z-index: 1000;
	box-shadow:  0px 0px 20px rgba(000,049,086,0.2); 
}
.header-right-top{
	float: right;
	/* width: 310px; */
	width:3.1rem;
	/* height: 24px; */
	height:0.24rem;
	/* position: relative; */
	/* top: 20px; */
	margin-top:0.2rem;
	margin-right:0.39rem;
}
.header-right-top li{
	float:left;
	/* width: 54px; */
	width:0.56rem;
	text-align: center;
	border-right: 1px solid #BCC2BC;
	/* height: 24px; */
	height:0.24rem;
}
.header-right-top li img{
	height:0.24rem;
	display:block;
	margin-left:0.16rem;
}
.popup,.popup1{
	border:10px solid #3272BB;
	font-size:0.2rem;
	/* height:0.6rem; */
	/* width:1.4rem; */
	position: absolute;
	right:1rem;
	top:0.6rem;
	background:#ffffff;
	opacity: 1;
	z-index: 9999;
	display: none;
	border-radius: 0.2rem;
	box-sizing: border-box;
}
.popup_title,.popup1_title{
	color:#333333;
	line-height:0.3rem;
	text-align: center;

}
.popup_number{
	color:#3272BB;
	line-height:0.3rem;
	text-align: center;
}
.popup1_code{
	text-align: center;
	margin:0.2rem auto;
}
.popup1_code img{
	width:1.4rem;
}
.text-li{
	/* width: 90px!important; */
	width:1.2rem !important;
	border:none!important;
	/* height: 24px; */
	height:0.24rem;
	vertical-align: top;
}
.text-li span{
	display: block;
	margin-left:0.12rem;
	font-size: 0.12rem;
	background: #C9D2D8;
	/* border-radius: 10px; */
	border-radius:0.12rem;
	/* padding: 5px 10px 6px 10px; */
	/* padding:0.05rem 0.1rem 0.06rem 0.1rem; */
	color: #7894B3;
	/* font-weight: bold; */
	height:0.24rem;
	line-height:0.24rem;
	
}
.header-right-top li img,.header-right-top li span{
	cursor: pointer;
}

.header-nav-list{
	/* width: 920px; */
	width:9.2rem;
	position: absolute;
	right: 0;
	/* top: 68px; */
	top:0.68rem;
}
.header-nav-list>ul> li{
	float:left;
	text-align: center;
	/* padding: 8px 0; */
	padding:0.08rem 0;
	font-size: 0.20rem;
	color: #3272BB;
	/* font-weight: bold; */
	cursor: pointer;
	position: relative;
}
.nav-text{
	position: relative;
	color:#3272BB
	/*z-index: 5;*/
}
.short{
	/* width: 120px; */
	width:1.2rem;
}
.long{
	/* width: 154px; */
	width:1.54rem;
}
.header-nav-list>ul> li:hover{
	color: #ffffff!important;
	background: #1371DB;
	/* border-radius: 6px; */
	border-radius: 0.06rem;
	
	
}
.nav-hover{
	color: #ffffff!important;
	background: #1371DB;
	/* border-radius: 6px; */
	border-radius: 0.06rem;
	
	
}
.nav_text_hover,.nav_xiala{
	color:#ffffff !important;
}
.nav-option{
	position: absolute;
	background: #1371DB;
	/* top: -10px; */
	top:-0.1rem;
	/* border-radius: 6px; */
	border-radius:0.06rem;
	overflow: hidden;
	display: none;
}
.show-nav-option{
	display: block;
}
.nav-option>li{
	/* height: 50px;
	width: 154px; */
	height:0.5rem;
	width:1.54rem;
	text-align: center;
	/* line-height: 50px; */
	line-height:0.5rem;
	color: #fff;
	font-size: 0.20rem;
	/* font-weight: bold; */
	border-top: 1px solid #428DE2;
}
@media screen and (max-width:1350px){
	.header-nav{
		width:1350px !important;
	}
}
@media screen and (max-width:1400px) and(min-width:1351){
	.header-nav{
		width:1400px !important;
	}
	
	/* .code-wrapper {
	    text-align: center;
	    padding: 0 118px;
	    border-right: 1px solid #E9E9E9;
	    margin-left: 0px;
	    margin-top: 50px;
	}
	

	.footer-nav-wrapper>ul{
		padding-left: 0;
		text-align: center;
	}*/
} 
