.banner{
	position: relative;
	width: 100%;
	min-width:1200px;
}
.banner img{
	vertical-align: top;
	width: 100%;
	min-width:1200px;
}
.banner p{
	color:white;
	font-size: 3em;
	position: absolute;
	top: 50%;
	left:50%;
	white-space: nowrap;
	transform: translate3d(-50%,-50%,0);
}
.m-content{
	min-width: 1200px;
	width: 100%;
	padding:1px 0;
}
._line{
	font-weight: normal;
	font-size: 16px;
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}
._line a:hover{
	color: #44347a;
	text-decoration: underline;
}
._box{
	width: 1200px;
	margin:0 auto 40px;
	box-sizing: border-box;
	padding:12px;
}
.intro{
	display: inline-block;
	padding-left: 30px;
	width: 571px;
	vertical-align: top;
	box-sizing:border-box;
}
.intro h2,.intro h6{
	font-weight: normal;
}
.intro h2{
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 2px;
	/*margin-top: 30px;*/
	color: #10E282;
}
.border_bottom{
	border-bottom: 1px solid #e6e6e6;
}
.intro h6{
	margin-top: 40px;
	line-height: 20px;
	font-size: 20px;
	color: #191919;
}
.intro_p{
	margin-top: 10px;
	line-height: 28px;
	font-size: 16px;
	margin-bottom: 60px;
    height: 210px;
}
._bar i{
	border-radius: 40px;
	width: 40px;
	height: 40px;
	display: inline-block;
	border:1px solid #bfbfbf;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	margin-right: 13px;
	vertical-align: middle;
	color: #10E282;
}
._bar{
	font-size: 18px;
	width: 100%;
	vertical-align: middle;
	padding:10px 0;
}
.d_content{
	width: 1200px;
	margin: 0 auto;
}
.d_content ul{
	overflow: hidden;
}
.d_content ul li{
	float: left;
	width: 592px;
	margin-right: 16px;
	margin-bottom: 16px;
}
.d_content ul li:nth-child(2n){
	margin-right: 0;
}