/* 顶格栏 */
.container{
	width: 1000px;
}
.header-top{
	border-bottom: 1px solid #e5e5e5;
	height: 28px;
}

.header-top-cont{
	font-size: 12px;
	color: #a1a1a1;
	line-height: 28px;
}
.header-top-cont span{
	color: #204596;	
}

.header-top-cont .top-right{
	text-align: right;
}

.header-top-cont .top-right a{
	text-decoration: none;
	color: #a1a1a1;
}

/* logo 菜单导航 */
.logo img{
	margin-top: 22px;
}
.nav{
	margin-top: 33px;
	padding-left: 184px;
}
.nav a{
	text-decoration: none;	
	font-size: 14px;
	color: black;
	font-weight: bold;
	padding: 22px 18px;
	/* 默认产生间隙 */
	display: inline-block;
	margin-left: -6px;
}
.nav .active{
	border-bottom:5px solid #204596;
}


/*footer 底部区域 */
.footer{
	height: 372px;
	background: #f0f0f0;
}

.footer .footer-nav p{
	margin-top: 48px;
	font-size: 16px;
	color: #a6a6a6;
}
.footer .footer-nav ul{
	padding: 0;
	margin: 0;
}
.footer .footer-nav li{
	list-style: none;
	margin-top: 20px;
	font-size: 12px;
	color: #999999;
}
.footer .phone{
	padding-left: 100px;
}
.footer .phone p:nth-of-type(1){
	margin-top: 48px;
	font-size: 16px;
	color: #a6a6a6;
}
.footer .phone p:nth-of-type(2){
	color: #204596;
	margin-top: 14px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
}
.footer .phone p:nth-of-type(3){
	color: #999;
	margin-top: 14px;
	font-size: 12px;
}
.footer .phone a{
	text-decoration: none;
	display: inline-block;
	height: 68px;
	width: 46px;
	padding-top: 46px;
	text-align: center;
	color: #999;
	font-size: 12px;
}
.footer .phone a:nth-of-type(1){
	background: url(../img/wx1.png) no-repeat;
}
.footer .phone a:nth-of-type(2){
	background: url(../img/qqlogo.png) no-repeat;
	margin-left: 26px;
}

.footer .nav-wraper{
	height: 260px;
	border-bottom: 1px solid #ddd;
}
	
.footer .link{
	text-align: center;
	color: #999;
	font-size: 12px;
}
.footer .link p:nth-of-type(1){
	margin-top: 36px;
}
.footer .link p:nth-of-type(2){
	margin-top: 20px;
}
.footer .link a{
	color: #999;
	text-decoration: none;
}
