/* ====================公共样式======*/

/* 中间+共用部分 */
.Container-wrapper {
	width: 100%;
	margin-top: 100px;
}

.contain {
	width: 1360px;
	margin: 0 auto;
}

.pubtit {
	width: 100%;
	text-align: center;
}

.pubtit h6 {
	font-size: 36px;
	color: #333;
}

.pubtit p {
	font-size: 24px;
	color: #999;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	opacity: .5;
}

.pubtit.crwhite h6 {
	color: #fff;
}

