@import url(base.css);


@media(min-width:1080px){
	.container{
	width: 1100px;
	margin: 0px auto;
	}
}

@media(max-width:1079px){
	.container{
	width: 100%;
	margin: 0px auto;
	}
}




ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}

a:hover{
	text-decoration: none;
}

*{
	font-size: 12px;
	font-family: arial,'Microsoft Yahei';
	line-height: 24px;
}

h1,h2,h3,h4,h5,h6{
	font-family: arial,'Microsoft Yahei';
}


#bigwechat{
	position: absolute;
	top:20px;
	left:500px;
	border:1px solid #ccc;
	background: #fff;
	width: 150px;
	height: 150px;
	display: none;
}

#bigwechat img{
	width: 100%;
}



/*顶部*/

#top{
	background: #fafafa;
	height: 30px;
	border-bottom:1px solid #d8d8d8;
}

/*外连接*/

#kdlink li{
	float: left;
	border-right:1px solid #ddd;
}



#kdlink li a{
	display: block;
	padding: 0 10px;
	line-height: 29px;
	color:#8c8c8c;
}

#kdlink li a:hover{
	background: #f4f4f4;
}

/*热线*/

#hotline{
	line-height: 29px;
	color:#8c8c8c;
}

/*------------------------------*/

#head{
	padding: 20px 0;
	background: #fff;	
}


/*logo*/

#logo img{
	vertical-align: bottom;
	margin-right: 10px;
}


@media(max-width:1079px){
	#wechat{
		display: none;

	}
}

@media(max-width:979px){
	#logo img{
		width: 100%;
	}
}



/*查询*/
#serach{
	position: relative;
}

#serach .form-inline{
	position: absolute;
	top:30px;
	right:0;
}

@media(max-width:1079px){

		#serach .form-inline{

		right:20px;
	}
}

@media(max-width:979px){

	#serach .form-control{
		width: 80%;
		margin-left: 20%;
	}

}


#serach .input-group{
	width: 400px;
}


#serach .input-group-addon{
	background-color: #f7f7f7;
}

#serach p{
	margin-top: 20px;
	font-size: 14px;
	text-align: right;
	margin-bottom: 0px;
}

#serach i,#serach b,#serach a{
	font-size: 14px;
	padding-right: 5px;
}

/*导航*/

#nav{
	background: #2e64c7;
	height: 40px;
	box-shadow: 0 4px 8px #333;
}

#nav li{
	float: left;
}

#nav li a{
	display: block;
	padding: 0px 23px;
	color:#fff;
	font-size: 1.33em;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	font-family: 'Microsoft Yahei';
}

@media(max-width:1079px){
	#nav li a{

		padding: 0px 15px;

	}
}


@media(max-width:979px){

	#nav li a{

		font-size: 1.1em;
		padding: 0px 10px;

	}

}


#nav li a:hover{
	background: #ff9e22;
}





#bottom{
	background: #333;
	padding: 20px 0;
    color:#989898;
}

#bottom .container{
	padding: 0;
}



#bottom dl{
	float: left;
	width: 15%;
	text-align: center;
	border-right:1px solid #989898;
	margin: 0;
    min-height:108px;
}

#bottom dt,#bottom dd a,#bottom p{
	color:#989898;
	font-family: 'Microsoft Yahei';	
	line-height: 24px;
}

#bottom dt{
	font-size: 1.3em;
	line-height: 40px;
}

#bottom dd a{
	font-size: 1em;
}

#bottom dd a:hover{
	color:#fffec0;
}

#qrcode,#bhotline{
	float: left;	
	text-align: center;
}

#qrcode{
	width: 15%;
	border-right:1px solid #ccc;
}

#qrcode img{
	width: 50%;
}

#bhotline{
	width: 25%;
}

#bhotline img{
	width: 80%;
	margin-bottom: 5px;
}

#link{
	background: #242424;
	padding: 10px 0;
}

@media(max-width:1079px){
	#link{
		display: none;
	}
}


#link li{
	float: left;
	margin: 5px;
	color:#9b9b9b;
}

#link li a{
	color:#9b9b9b;
}

#link li a:hover{
	color:#fffec0;
}

#footer{
	background: #0a0a0a;
	padding: 10px 0;

}

#footer .container{
	position: relative;
}

#footer .ficon{
	position: absolute;
	right:30px;
}

#footer .ficon a{
	color:#777;
	margin: 0 5px;
}

#footer .ficon a i{
	font-size: 1.5em;
}

#footer p{
	color:#ccc;
	line-height: 22px;
    font-size:13px;
}