﻿#banner {
	width: 100%;
	max-width: 1920px;
	height: 460px;
	margin: 0 auto;
}
#banner .banner-box {
	width: 100%;
	max-width: 1920px;
	height: 460px;
	margin: 0 auto;
	background-color: #c4c4c4;
	background: url(../image/about-bg.png) center no-repeat;
}

#intro {
	padding-top: 60px;
	margin-bottom: 100px;
}
#intro h3.title {
	margin: 10px 0;
}
#intro h3.title-cn {
	font-size: 38px;
	color: #333333;
}
#intro h3.title-en {
	margin-top: 10px;
	margin-bottom: 60px;
	height: 22px;
	line-height: 22px;
	font-size: 22px;
	color: #666;
	font-weight: 400;
}
#intro .box {
	line-height: 32px;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 400;
}
#intro .box .preview {
	float: left;
	display: inline-block;
	width: 480px;
	height: 270px;
	background: #e5e5e5;
}
#intro .box .preview img {
	width: 100%;
	height: 100%;
}
#intro .box .content {
	float: left;
	width: 630px;
	padding: 0 30px 10px 30px;
	margin-left: 30px;
	text-indent: 32px;
}
#intro .box .vision {
	float: left;
	width: 570px;
	padding: 20px 60px;
	margin-left: 30px;
	color: #003ca0;
	background: #eaf4fd;
}