@charset "utf-8";
/* CSS Document */
/*banner开始*/
.banner{
	width:100%;
	height:515px;
	background:url(../images/about_we.jpg)   no-repeat  center;
	z-index:-9;
}
.container{
	width:1024px;
	height:auto;
	margin:0  auto 50px;
	background:#fff;
	text-align: left;
	box-sizing:border-box; 
	padding:38px  42px;
	position: absolute;
	left:50%;
	margin-left:-512px;
	border-radius: 8px;
	top:390px;
	box-shadow: 1px 1px 2px rgba(62,195,182,.9);
	border-left:1px solid rgba(62,195,182,.9);
}
.container img{width:16%;display: inline-block;padding-top:8px;}
.container p{
	text-indent: 2em;
	line-height:26px;
}
.container .sort_p{
	line-height: 18px;
}
.container  .title1_img{
	width:19%;display: inline-block;padding-top:0px;
}
.bottom{
	margin-top:700px;
}