@charset "utf-8";

header
{
	min-width: 320px;
	height: 55px;
	background-color: #1293DB;
	position:relative;
}
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;
}
header span{
	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;}
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:40px;height: 40px;}
section h3 span a{display:  block; width:40px; height: 40px;}
section dl li:nth-child(2) button 
{
	border: none;
	width:70px;
	height: 28px;
	border-radius: 8px;
	background-color: #B9B9B9;
	font: 10px/25px "微软雅黑";
	color: #fff;
	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%);
	
}
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-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-men51.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-image:url("../images/ar-1-men1.png");
}
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;
}