@charset "utf-8";
header
{
	height: 55px;
	min-width: 320px;
	background-color: #1293DB;
	position: relative;
	margin-bottom: 30px;
}
header span{
	width:100px;
	height:40px;
	position: absolute; 
	top:15px;
	left: 26px;
	background: url("../images/left.png") 0 0 no-repeat;
}
header 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;
}

 menu{padding: 0 2%; overflow: hidden; margin-bottom: 100px;}

 
 menu dl dt ul
{
	width:100%;
	height: 30px;
	border: 1px solid #1589D2;
	border-radius: 5px;
}
 menu dl dt ul li{
	float: left;
    height: 30px;
    width:50%;
    text-align: center;
    font:13px/30px "微软雅黑";
    color:#1589D2;
    cursor: pointer;
}

 menu dl dt ul li.current
{
	background-color: #1589D2;
	color: #fff;
}
section
{
	min-width: 320px;
	height: 114px;
	margin:30px 2% ;
	border: 1px solid #C7C3C3;
	margin-bottom: 10px;
	
}
section h3
{
	border-bottom:#C7C3C3;
	font-size: 30px;
	height: 40px;
	font:13px/40px "微软雅黑";
	border-bottom: 1px solid #C7C3C3;
	padding-left:1%;
	background-color: #f1f0f0;
	position: relative;

}


section h3 a{color: #484848;}
section h3 span{
	width:30px;
	height: 30px;
	position: absolute;
	top:12px;
	right: 1%;
	background: url("../images/right.png") no-repeat 0 -0;
}
section h3 span a{display: block; width:30px; height: 30px;}
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 hgroup{font-size: 12px;}
section dl li:nth-child(2) 
{
	width:35%;
	position: absolute;
	top:0;
	right: 5%;
	padding-top: 15px;
	
}

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:28%;
	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 li button.btn{background-color: #1589D2;}
section dl li button.btnt{background-color: #92C84C}


section dl li:nth-child(1) span{
	width:2px;
	height: 145px;
	position: absolute;
	top:5px;
	right: -20px;
	background:url("../images/lr-1.png") no-repeat;	
}

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)
 {
	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-men41.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;
}