.content-item .content-title {
	position: relative;
	width: 320px;
	height: 0;
	margin: 0 auto 20px;
	border-top: 2px solid #ccc;
}

.content-item .content-title-name {
	position: absolute;
	left: 80px;
	bottom: -15px;
	width: 160px;
	background: #FFF;
	color: rgb(41, 107, 188);
	text-align: center;
	font-size: 28px;
	font-weight: 600;
}

.content-item .content-title-en {
	color: #b9b9b9;
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
}

.content-item .content-title-des {
	color: #666;
	text-align: center;
	font-size: 14px;
}

.content-box .content-child-4 {
	display: inline-block;
	margin-right: 15px;
	cursor: pointer;
	color: inherit;
}

.content-box .content-child-4:hover {
	box-shadow: 0 0 10px #ccc;
}

.content-box .content-child-4 div {
	text-align: center;
	font-weight: 500;
	margin-top: 15px;
}


.content-box .content-child-4 img {
	display: block;
	width: 287px;
}

.content-box .content-child-5 {
	display: inline-block;
	width: 200px;
	margin-right: 15px;
	padding: 20px 10px;
	border-radius: 5px;
	cursor: pointer;
	color: inherit;
}

.content-box .content-child-5:hover {
	box-shadow: 0 0 10px #ccc;
}

.content-box .content-child-5 img {
	display: block;
	width: 60px;
	height: 60px;
	margin: 30px auto 15px;
}

.content-box .content-child-5 div {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
}

.content-box .content-child-5 p {
	font-size: 14px;
	margin-top: 12px;
}

.area.content-box .content-child-4:hover {
	box-shadow: none;
}

.aboutUs .content-box {
	overflow: hidden;
}

.aboutUs .left-content {
	float: left;
	width: 650px;
}

.aboutUs .left-content video {
	width: 100%;
}

.aboutUs .right-content {
	float: left;
	width: 620px;
	margin-left: 14px;
}

.aboutUs .right-content div {
	font-size: 18px;
	font-weight: 600;
	height: 20px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #aaa;
}

.aboutUs .right-content p {
	color: #666;
	font-size: 16px;
	line-height: 2em;
}