@charset "utf-8";
/* CSS Document */


*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	}
input,textarea{
	outline:medium;/*在chrom浏览器下面，点击input
	输入时，会有边框*/
	}	
	
li{
	list-style:none;
	}
a{
	display:block;
	text-decoration:none;
	blr:expression(this.onFocus=this.blur());/*这句话的意思是链接 a 在获得焦点的同时失去焦点。如果你用的是图片链接什么的，他不会显示周边的虚线*/;
	}
img{border:none;}
.clear{
	clear:both;
	}
h2,h3,h4,h5,h6{
	font-weight:normal;
	}
@media (min-width: 641px){
	html{ font-size:625%; }
}
@media (min-width: 590px) and (max-width:640px) {
	html{ font-size:625%; }
}
@media (min-width: 520px) and (max-width:589px) {
	html{ font-size:563%; }
}

@media (min-width: 480px) and (max-width:519px) {
	html{ font-size:500%; }
}

@media (min-width: 320px) and (max-width:480px) {
	html{ font-size:390%; }
}



@media (min-width: 641px){
	.tipsInner dd ,.tipsInner dt{ font-size:24px; }
}
@media (min-width: 590px) and (max-width:640px) {
	.tipsInner dd ,.tipsInner dt{ font-size:24px; }
}
@media (min-width: 520px) and (max-width:589px) {
	.tipsInner dd ,.tipsInner dt{ font-size:22px; }
}

@media (min-width: 480px) and (max-width:519px) {
	.tipsInner dd ,.tipsInner dt{ font-size:20px; }
}

@media (min-width: 320px) and (max-width:480px) {
	.tipsInner dd ,.tipsInner dt{ font-size:20px; }
}

@media (min-width: 641px){
	.fix { font-size:24.25%; }
}
@media (min-width: 590px) and (max-width:640px) {
	.fix{ font-size:24.25%; }
}
@media (min-width: 520px) and (max-width:589px) {
	.fix { font-size:20.63%; }
}

@media (min-width: 480px) and (max-width:519px) {
	.fix { font-size:20%; }
}

@media (min-width: 320px) and (max-width:480px) {
	.fix { font-size:12.9%; }
}
.top{
	min-width:340px;
	max-width:640px;
	margin:0 auto;
	width:100%;
	padding:2.5% 0;
	}
.top-1{
	float:left;
	width:68%;
	padding:0 8% 0 4.5%;
	}
.top-1 img{
	width:100%;
	}		
.top-2{
	float:left;
	width:14.6%;
	}
.top-2 img{
	width:100%;
	}		
/*nav*/
.nav{
	min-width:340px;
	max-width:640px;
	margin:0 auto;
	width:100%;
	}
.nav ul{
	margin:0 auto;
	width:100%;
	border-bottom:1px solid #fff;
	}
.nav ul li{
	float:left;
	width:24.79%;
	text-align:center;
	border-right:1px solid #fff;
	}
.nav ul li a{
	line-height:288%;
	background-color:#283442;
	font-size:0.18rem;
	color:#fff;
	}
.nav .nav-4{
	border-right:inherit;
	}				
.fot-5{
	min-width:340px;
	max-width:640px;
	width:98%;
	padding:0 1%;
	margin:0 auto 0.1rem auto;
	}
.fot-5s{
	width:100%;
	}
.fot-5s img{
	width:100%;}	
.fot-5x{
	margin-top:0.1rem;
	width:100%;
	}
.fot-5x img{
	width:100%;}	
/*fot-6*/	
.fot-6{
	min-width:340px;
	max-width:640px;
	margin:0.1rem auto 0 auto;
	width:100%;
	}
.fot-61{
	float:left;
	width:35%;
	}
.fot-61 img{
	width:100%;
	}	
.fot-62{
	float:right;
	width:65%;
	margin-top:0.15rem;
	}
.fot-621{
	margin-bottom:0.1rem;
	}	
.fot-621i{
	float:left;
	width:13.5%;
	margin-right:2%;
	}
.fot-621i img{
	width:100%;
	}
.fot-621r{
	float:left;
	}
.fot-621r p{
	font-size:0.18rem;
	color:#283442;
	line-height:120%;
	}
.fot-621r h3{
	font-size:0.24rem;
	color:#283442;
	line-height:120%;
	}
.fot-6{
	padding-bottom:15%;}				
.fot-621r .dzh{
	font-size:0.14rem;
	line-height:200%;
	}
.fot-6221{
	float:left;
	width:45%;
	margin-right:2%;
	}
.fot-6221 img{
	width:100%;
	}		
.fix ul li a{
	font-size:18px !important}