@charset "UTF-8";
.intro{
	margin-top: 15px;
	padding: 50px;
	text-indent: 2em;
	line-height: 25px;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px 0 #e0e0e0;
    -moz-box-shadow: 0 2px 5px 0 #e0e0e0;
    box-shadow: 0 2px 5px 0 #e0e0e0;
}
.intro .ctitle{
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.intro .slogn{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	color: #707070;
}

.intro .enlish{
	font-size: 12px;
	color: #707070;
}
.intro .chinse{
	letter-spacing: 1px
}

.intro p{
	margin-top: 10px;
}