@charset "utf-8";

header
{
	min-width: 320px;
	height: 55px;
	background-color: #1293DB;
	position:relative;
}
header li{list-style: none;}
header li:nth-child(1)
{
	width:30px;
	height:30px;
	position: absolute; 
	top:18px;
	left: 26px;
	overflow: hidden;
	background: url("../images/left.png") 0 0 no-repeat;
}
header li:nth-child(1) a
{
	display: block;
	width:200px;
	height:70px;
	
}
header dl i{width:30px;
	height: 30px;
	position: absolute;
	top:22px;
	right:30px;
	cursor: pointer;
 background: url("../images/err.png") no-repeat;


}
header li:nth-child(2)
{
	position: relative;
}
header li:nth-child(2) input
{
	width:200px;
	height: 33px;
	position: absolute;
	top:12px;
	right: 40px;
	font-size: 12px;
	line-height: 33px;
	border-radius: 5px;
	padding-left: 20px;
	border:1px solid #3DBCFF;
	color: #CDCCCE;
}

header li:nth-child(2) button
{
	width:30px;
	height: 30px;
	position: absolute;
	top:16px;
	right:237px;
	cursor: pointer;
	background: url("../images/sousuo1.png") no-repeat 0 0;
}

section
{
	min-width: 320px;
	height: 114px;
	margin:30px 2% ;
	border: 1px solid #C7C3C3;
	margin-bottom: 20px;
	
}
section h3
{
	border-bottom:#C7C3C3;
	
	height: 40px;
	font:15px/40px "微软雅黑";
	border-bottom: 1px solid #C7C3C3;
	padding-left:1%;
	background-color: #f6f6f6;
	position: relative;

}

section h3 a{color: #484848;}
section h3 span{
	width:39px;
	height: 39px;
	position: absolute;
	top:14px;
	right: 1%;
	background: url("../images/right.png") no-repeat 0 0;
}
section h3 span a{display: block;width:100px;height: 100px;}
section dl{position: relative;}
section dl li:nth-child(1)
{
	width:55%;
	font-size: 12px;
	position: absolute;
	top:0;
	left: 1%;
	padding-top: 13px;
	color: #777;
}

section dl li:nth-child(2) 
{
	width:35%;
	position: absolute;
	top:0;
	right: 5%;
	padding-top: 15px;
	
}


section dl li:nth-child(1) span{
	width:2px;
	height: 145px;
	position: absolute;
	top:12px;
	right: -2px;
	background:url("../images/lr-1.png") no-repeat;
	
}
section dl li:nth-child(2) h4
{
	font:12px/21px "微软雅黑";
	color: #777;
}

section dl li:nth-child(2) span
{

	color: #FF4C14;
	font-weight :bold;
	font-size: 12px;
}


section dl li:nth-child(2) b
{
	font-size: 14px;
	color: #484848;
}

footer{
	width: 100%;
	min-width: 320px;
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: 1px solid #D8D9DB;
}
 footer ul li
 {
 	float: left;
 	width:20%;
 	height: 55px;
 	text-align: center;
 	line-height: 110px;
 	background: url("../images/ar-1-men2.png") no-repeat center 8px #F2F3F8;
 	color: #858FAC;
 }
 footer ul li:nth-child(1)
 {
	
 	background-image:url("../images/ar-1-men11.png");
 }
 footer ul li:nth-child(3)
 {
 	background-image:url("../images/ar-1-men31.png");
 }
 footer ul li:nth-child(4)
 {
 	background-image:url("../images/ar-1-men4.png");
 }
 footer ul li:nth-child(5)
 {
 	background-image:url("../images/ar-1-men5.png");
 }
 footer ul li a
 {
 	display: block;
 	font:11px/80px "微软雅黑";
 }
footer ul li .current
{
	color:#0097FD;
}
footer ul li a:hover
{
	color:#0097FD;
}
footer ul li:nth-child(1):hover
{
	background: url("../images/ar-1-men1.png") no-repeat center 8px #F2F3F8;

}
footer ul li:nth-child(2):hover
{
background: url("../images/ar-1-men21.png") no-repeat center 8px #F2F3F8;
}
 footer ul li:nth-child(3):hover
{
background: url("../images/ar-1-men31.png") no-repeat center 8px #F2F3F8;
}
 footer ul li:nth-child(4):hover
{
background: url("../images/ar-1-men41.png") no-repeat center 8px #F2F3F8;
}
footer ul li:nth-child(5):hover
{
background: url("../images/ar-1-men51.png") no-repeat center 8px #F2F3F8;
}