@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 span a{width:100px; height: 40px;display: block;}
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: 35px;
	border: 1px solid #1589D2;
	border-radius: 5px;
}
 menu dl dt ul li{
	float: left;
    height: 35px;
    width:50%;
    text-align: center;
    font:14px/35px "微软雅黑";
    color:#1589D2;
    cursor: pointer;
}

 menu dl dt ul li.current
{
	background-color: #1589D2;
	color: #fff;
}
section
{
	min-width: 320px;
	height: 110px;
	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  a{color: #484848; }
section h3 span{
	width:39px;
	height: 39px;
	position: absolute;
	top:13px;
	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 ul{position: relative;}


section ul li:nth-child(1)
{
	width:55%;
	font-size: 24px;
	position: absolute;
	top:-4px;
	left: 1%;
	padding-top: 13px;
	color: #777;
}


section ul li:nth-child(2) 
{
	width:35%;
	position: absolute;
	top:0;
	right: 5%;
	padding-top: 15px;
	
}

section ul li:nth-child(2) button 
{
	border: none;
	width:75px;
	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 ul li button.btn{background-color: #1589D2;}
section ul li button.btnt{background-color: #B9B9B9;}
section ul li button.btn1{background-color: #F4A812;}
section ul li button.btn2{background-color: #92C84C;}

section ul li:nth-child(1) i{
	width:2px;
	height: 145px;
	position: absolute;
	top:0;
	right: -20px;
	background:url("../images/lr-1.png") no-repeat;
	
}
section ul li:nth-child(2) h4
{
	font:11px/16px "微软雅黑";
	color: #777;
}

section dl hgroup
{
	font: 28px/50px "微软雅黑";	
}
section ul li:nth-child(1) span
{

	color: #FF4C14;
	font-weight :bold;
	font-size: 14px;
}


section ul li:nth-child(1) b
{
	font-size: 10px;
	color: #484848;
	margin-right: 2%;
}

section ul li:nth-child(1) h4
{
	font:11px/23px "微软雅黑";
	color: #777;
}

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;
}