@charset "utf-8";
/* css document */
body,h1,h2,h3,h4,h5,p,a,img,input,div,ul,li{
	padding:0;
	margin:0;
	font-family:'微软雅黑';
}
li{
	list-style-type:none;
}
a{
	text-decoration:none;
}
/*---------------------------------------------------------------------------------*/
.banner .container a{
	height:500px;
	display:block;
}
.view{
	width:100%;
	overflow:hidden;
	background: #f3f7f9;
}
.view .container{
	width:1200px;
	overflow:hidden;
	margin:0 auto;
}
.view .container .main{
	width:100%;
	float:right;
	padding-bottom: 30px;
}
.view .container .main .text {
	padding: 20px;
	background: #fff;
}
.view .container .main .text .main_b h3{
	line-height: 4;
	text-align: center;
}
.view .container .main .text .main_b p{
	font-size: 16px;
    line-height: 1.75;
	color:#888;
	text-indent:2em;
	text-align: justify;margin-top:10px;
}
.view .container .main .text .main_b strong,.view .container .main .text .main_b b{
	color: #126994;
}
.view .container .main h3{
	font-size:36px;
	line-height:36px;
	font-weight:normal;
	color:#2866af;
	margin-bottom:66px;
	margin-top:78px;
}
.view .container .main .location p{
	margin-right: 50px;
}
.view .container .main>p{
	font-size:17px;
	line-height:31px;
	color:#666666;
	width:100%;
	text-indent:2em;
}
.view .container .main ul{
	width:891px;
	overflow:hidden;
	margin-top:110px;
	margin-bottom:72px;
}
.view .container .main ul li{
	float:left;
	margin-bottom:15px;
	margin-right:17px;
}

.view .container .main .main_b em{
	font-size: 36px;
    font-weight: bold;
	color: #999;
	font-style: normal;
	line-height: 1;
}
.view .container .main .main_b h4{
    font-size: 24px;
	width: 90%;
	border-bottom: 2px solid #666;
	padding:15px 0 15px;
	line-height: 1;
}
.view .container .main .main_b p.p{
	font-size: 18px;
	line-height: 1.5;
	padding-top:15px;
	text-align: justify;
}
.view .container .main .main_b p.lc{
line-height: 2;padding-top: 5px;text-align: justify;
	}