@charset "utf-8";
header
{
	height: 55px;
	min-width: 320px;
	background-color: #1293DB;
	position: relative;
	
}
header span hr{
	width:100px;
	height:40px;
	position: absolute; 
	top:15px;
	left: 26px;
	background: url("../images/left.png") 0 0 no-repeat;
}
header span a{display: block; width:100px; height: 40px;}
header h2{
	font:17px/110px "微软雅黑";
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform:translate(-50% ,-50%);
    -o-transform:translate(-50% ,-50%);
    transform:translate(-50% ,-50%);
    -ms-transform:translate(-50% ,-50%);
    -moz-transform:translate(-50% ,-50%);
    color: #fff;
}
section{position: relative;}
section figure 
{
	position: absolute;
	top:110px;
	right: 40%;
	color: #1293db;
}
section figure i{font-size: 16px;}
section figure h3{font-size: 24px;}
section span
{
	width:317px; height: 1px;
   background: url("../images/r2_c2.gif") no-repeat;
position: absolute;
top:200px;
left:10%;

}
aside{
	position: absolute;
	top:250px;
	left: 40%;
	color:#CBCBCB;
}
aside h4{font-size: 24px;}
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-men21.png") no-repeat center 8px #F2F3F8;
 	color: #858FAC;
 }
 footer ul li:nth-child(1)
 {
	color: #0097FD;
 	background-image:url("../images/ar-1-men11.png");
 }
 footer ul li:nth-child(3)
 {
 	background-image:url("../images/ar-1-men3.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-men2.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;
}