@charset "utf-8";

header
{
	height: 55px;
	min-width: 320px;
	background-color: #1293DB;
	position: relative;
	
}
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;}
header h2{
	font:17px/55px "微软雅黑";
	position: absolute;
	top:32%;
	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 i
{
	width:30px;
	height: 30px;
	position: absolute;
	top:13px;
	right: 20px;
	background: url("../images/btn.png") 0 0;
}
figure
{
	height: 40px;
	padding: 0 0 0 3%;
	min-width: 320px;
	font: 16px/40px "微软雅黑";
	color: #1F3346;
}

nav{
	height:142px;
	min-width: 320px;
	background-color: #48B0F7;
}
nav ul li:nth-child(1)
{
	font: 14px/20px "微软雅黑";
	color: #fff;
}
nav ul li:nth-child(2)
{
	font:bold 50px/60px "微软雅黑";
	color: #fff;

}

nav ul li:nth-child(3),nav ul li:nth-child(4)
{
	font: 13px/28px "微软雅黑";
}

hgroup{
	height: 108px;
	min-width: 320px;
	border-bottom: 1px solid #D8D8D8;
}
hgroup ul li{
	width:33%;
	height: 108px;
	float: left;
	font-size: 11px;
	text-align: center;
	color: #888;

}
hgroup ul li b{font-size: 25px;line-height: 60px;}
hgroup ul li b i{color: #FF3F3F;}
hgroup ul span
{
	float: left;
	width:1px;
	height: 108px;
	background: url("../images/r2_c2.png") no-repeat 0 0;
}
section
{
	min-width: 320px;
	height: 766px;
	background-color: #F6F6F6;
	padding: 30px 2% 0 2%;
}
section aside{
	width:96%;
	height: 115px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	margin-bottom: 28px;
	padding:15px 2% 0 2%;
	position: relative;
}
section aside b{
	font-size: 13px;
	color: #1589D2;
	font-weight: bold;
	position: absolute;
	top:15px;
	left: 50%;
	-webkit-transform:translate(-50% ,0);
    -o-transform:translate(-50% ,0);
    transform:translate(-50% ,-50%);
    -ms-transform:translate(-50% ,0);
    -moz-transform:translate(-50% ,0);

}
section aside ul li{
	font-size: 15px;color: #666666; line-height: 43px;
}
section aside ul li:nth-child(1){float: left; }
section aside ul li:nth-child(2){float: right; margin-right: 2%;}
menu
{
	min-width: 320px;
	height: 94px;
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #FF3F3F;
	position: relative;
}
menu a{
	display: block;
	height: 94px;
	width:100%;
	
}
menu a span
{
	width:162px;
	height: 50px;
	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%);
	background:url("../images/arr.png") no-repeat -206px -177px;
}
.content menu{padding: 0 2%;}
.content dl dt ul{
	width:100%;
	height: 30px;
	border: 1px solid #1589D2;
	border-radius: 10px;
	margin:0;}
.content dl dt ul li{
	float: left;
    height: 30px;
    width:33.3%;
    text-align: center;
    font:16px/30px "微软雅黑";
    color:#1589D2;
    cursor: pointer;
}
.content dl dt ul li.current
{
	background-color: #1589D2;
	color: #fff;
}
.content dd
{
	width:96%;
	overflow: hidden;
	border: 1px solid #ccc;
	margin:28px 0 0;
	padding: 2%;
	

}
.content dd dl{font: 20px/80px "微软雅黑";}
footer
  {
  	width:100%;
  	height: 42px;
  	margin:0 ;
  	background-color: #FF3F3F;
  	font:bold 18px/42px "微软雅黑";
  	color: #fff;
  	text-align: center;
  }
  footer a{
  	display: block;
  	width:100%;
  	color:#fff;
  }
  footer a:hover,footer a:visited{color:#fff; text-decoration: none;}