.banner{
	position: relative;
	width: 980px;
	margin: 0 auto;
	display: block;
}
.container{
	position: relative;
	width: 980px;
	height: 1000px;
	margin: 0 auto;	
	background: #FFFFFF url(../images/bg.png) repeat-x;
}
.box{
	float: left;
	width: 820px;
	height: 230px;
	background-color: #FFFFFF;
	border-radius: 12px;
	padding: 40px 40px;
    margin: -35px 40px 0 40px;
    z-index: 99;
}
.box .title{
	font-size: 20px;
	text-align: center;
	color: #000000;
}
.box .nav{
	list-style: none;
	margin-top: 25px;
}
.box .nav li{
    float: left;
    margin-right: 25px; 
    text-align: center;    
}
.box .nav li a{
	width: 180px;
	padding: 40px 0;
    border: 3px solid #eeeeee;
    border-radius: 12px;   	
	display: block;
}
.box .nav li a:active{ 
	border-color:none;
	box-shadow: #e8e8e8 10px 10px 30px 5px;
} 
.box .nav li:last-child{
	margin-right: 0;
}

.content{
	clear: both;
	position: relative;
	width: 880px;
	margin: 0 auto;
}
.content-1{
	padding-top: 60px;
}
.content .name{
	float: left;
	margin-bottom: 15px;
}
.content .name .icon{
	float: left;
}
.content .name label{
	float: left;
	font-size: 16px;
	margin: 0 10px;
}
.content .name .border{
	border-top: 1px solid #3c79cb;
	width: 755px;
	display: inline-block;
}
.content .left{
	float: left;
	width: 350px;
	font-size: 14px;
	margin: 0 0 0 10px;
	line-height: 22px;
}
.content .right table{
	float: right;
	width: 480px;
}
.content .right table td{
	font-size: 14px;
	height: 45px;
	border: 2px solid #7c9bb0;
	text-align: center;
}
.content .right table .title{
	background-color: #eac954;
	font-weight: bold;
}
.content .img{
    float: left;
    margin: 50px 0 30px 0;	
}
.content .img img{
	float: left;
	margin-left: 100px;
}
.content-3 .left{
	float: left;
	width: 480px;
	font-size: 14px;
	margin: 0 0 0 10px;
	line-height: 22px;
}
.content-3 .left table{
	float: left;
	width: 480px;
	margin-top: 50px;
}
.content-3 .left table td{
	font-size: 14px;
	height: 45px;
	border: 2px solid #7c9bb0;
	text-align: center;
}
.content-3 .left table .title{
	background-color: #eac954;
	font-weight: bold;
}
.content-3 .right{
	float: left;
	margin-left: 50px;
}
.content-3 .img{
    float: left;
    margin: 20px 0 30px 0;	
}
.content-4 .left{
	float: left;
	width: 400px;
	font-size: 14px;
	margin: 0 0 0 10px;
	line-height: 22px;
}
.content-4 .left table{
	float: left;
	width: 400px;
	margin-top: 50px;
}
.content-4 .left table td{
	font-size: 14px;
	height: 45px;
	border: 2px solid #7c9bb0;
	text-align: center;
}
.content-4 .left table .title{
	background-color: #eac954;
	font-weight: bold;
}
.content-4 .right{
	float: left;
	margin-left: 50px;
}
.content-4 .right img{
	margin-bottom: 20px;
	display: block;
}
.footer{
	float: left;
	width: 100%;
	background-color: #e0e0e0;
	text-align: center;
	line-height: 25px;
	padding: 10px 0;
	margin-top: 100px;
}
