/* 内容分隔装饰 */
.serve div{
	height: 30px;
	text-align: center;
}

.serve h1{
	border-bottom: 2px solid #204596;
	margin-top: 34px;
}
.serve h3{
	color: #204596;
}

/* 关于我们和公司公告 */
.aboutus-wraper{
	margin-top: 34px;
	height: 328px;
}
.aboutus{
	height: 282px;
	width: 670px;
	padding-left: 0;
	border: 1px solid #ddd;
}
.aboutus h3{
	font-size: 24px;
	margin-top: 46px;
}
.aboutus p{
	margin-top: 2px;
	width: 292px;
	line-height: 24px;
	font-size: 15px;
	color: #999999;
}
.aboutus button{
	margin-top: 26px;
	width: 120px;
	height: 34px;
	
}
.aboutus button a{
	text-decoration: none;
	color:#999999;
}
.aboutus img{
	height: 282px;
}


.notice{
	height: 282px;
	width: 280px;
	margin-left: 20px;
	padding: 0;
}

.notice .panel-heading{
	margin-left: 1px;
	background-color: #f7f7f7;
	height: 56px;
	line-height: 56px;
}
.notice .panel-heading .panel-title{
	padding: 0 15px;
	font-size: 17px;
}
.notice a{
	text-decoration: none;
	color: #999999;
}
.notice .panel-title a{
	margin-left: 140px;
	font-size: 14px;
}

.notice .panel-body{
	padding-bottom: 30px;
}
.notice .panel-body ul{
	margin: 0;
	padding-left: 5px;	
}

.notice .panel-body li{
	list-style: none;
	line-height: 36px;
	padding-left: 3px;
	font-size: 12px;
}



/* 特色模块 */
.feature{
	background: url(../img/teshe1.png);
	width: 100%;
	height: 500px;
	border: 1px solid transparent;
}

.feature h1{
	text-align: center;
	color: #fff;
	margin-top: 92px;
}

.feature .row div{
	text-align: center;
}

.feature .row img{
	width: 150px;
	margin-top: 70px;
}

.feature .row p{
	color: #fff;
	font-size: 18px;
	   margin-top: 30px;
}


/* 合作伙伴 */
.partner{
	height: 352px;
	border: 1px solid transparent;
}

.partner p{
	margin-top: 68px;
}

.partner ul{
	padding: 0 0 0 16px;
	padding-left: 16px;
	margin: 0;
}

.partner li{
	list-style: none;
	float: left;
	width: 156px;
	height: 42px;
	margin-right: 82px;
	margin-top: 52px;
}



.partner li img{
	width: 100%;
	height: 100%;
}
