.Bodys{
 position: relative;
	display: inline-block;
	height: 785px;
	width: 100%;
}
body .Bodys:nth-of-type(1){
	background-color: #cc9966;
}
.BodyHeader{
	width: 100%;
	text-align: center;
	padding-top: 35px;
}
.BodyHeader span:nth-child(1){
	font-size: 35px;
	font-family: '思源黑体 CN';
	font-weight: bold;
	color: #ffffcc;
}
.BodyHeader span:nth-child(2){
	font-size: 14px;
	font-family: '思源黑体 CN';
	font-weight: 300;
	color: #ffffcc;
	line-height: 45px;
}
.BodyText ul{
	list-style-type: none;
	padding-left: 10%;
}
.BodyText ul li:nth-child(1){
	font-size: 32px;
	font-family: '思源黑体 CN';
	font-weight: bold;
	color: #ffffcc;
	padding-top: 25px;
}
.BodyText ul li:nth-child(2){
	font-size: 18px;
	font-family: '思源黑体 CN';
	font-weight: 200;
	color: #ffffcc;
	line-height: 50px;
}
.BodyText ul li:nth-child(3){
	font-size: 18px;
	font-family: '思源黑体 CN';
	font-weight: 200;
	color: #ffffcc;
	padding-top: 85px;
}
.BodyText p{
	font-size: 17px;
	color: #ffffcc;
	font-family: '思源黑体 CN';
	font-weight: 200;
	padding-top: 40px;
}
.BodyText ul div{
	display: inline-block;
	position: relative;
	border: 1px solid red;
	margin-top: 40px;
}
.BodyText ul div img{
	position: absolute;
}
.image-front{
	opacity: 1;
}
.image-back{
	opacity: 0;
}
.BodyText ul div:hover .image-front{
	opacity: 0;
}
.BodyText ul div:hover .image-back{
	opacity: 1;
}
.VideoWindow{
	display: inline-block;
	position: absolute;
	left: 61%;
	top: 17%;
	z-index: 10;
	overflow: hidden;
}

/* 第二内容版块 */
body .Bodys:nth-of-type(2){
	background-color: #ffffcc;
}
.Bodys:nth-of-type(2) ul{
	list-style-type: none;
	padding-left: 61%;
}
body .Bodys:nth-of-type(2) ul li:nth-child(1){
	font-size: 32px;
	font-family: '思源黑体 CN';
	font-weight: bold;
	color: #663333;
	padding-top: 22%;
}
body .Bodys:nth-of-type(2) ul li:nth-child(2){
	font-size: 20px;
	font-family: '思源黑体 CN';
	font-weight: 200;
	color: #663333;
	line-height: 50px;
}
body .Bodys:nth-of-type(2) ul li:nth-child(3){
	font-size: 18px;
	font-family: '思源黑体 CN';
	font-weight: 200;
	color: #663333;
	padding-top: 65px;
}
body .Bodys:nth-of-type(2) p{
	font-size: 17px;
	color: #663333;
	font-family: '思源黑体 CN';
	font-weight: 200;
	padding-top: 50px;
}
.Bodys:nth-of-type(2) ul div{
	display: inline-block;
	position: relative;
	border: 1px solid red;
	margin-top: 30px;
}
.Bodys:nth-of-type(2) ul div img{
	position: absolute;
}
.Bodys:nth-of-type(2) ul div img{
	position: absolute;
}
.Bodys:nth-of-type(2)  .image-front{
	opacity: 0;
}
.Bodys:nth-of-type(2)  .image-back{
	opacity: 1;
}
.Bodys:nth-of-type(2) ul div:hover .image-front{
	opacity: 1;
}
.Bodys:nth-of-type(2) ul div:hover .image-back{
	opacity: 0;
}
.Bodys:nth-of-type(2) .VideoWindow{
	width: 605px;
	height: 420px;
	border: 1px solid red;
	display: inline-block;
	position: absolute;
	left: 10%;
	top: 22%;
	z-index: 10;
}
/* 人气产品 */
body .Bodys:nth-of-type(3){
	background-color: #cc9966;
}
body .Bodys:nth-of-type(3) .BodyHeader span:nth-of-type(1){
	font-size: 35px;
	font-family: '思源黑体 CN';
	font-weight: bold;
	color: #ffffcc;
}
body .Bodys:nth-of-type(3) .BodyHeader span:nth-of-type(2){
	font-size: 15px;
	font-family: '思源黑体 CN';
	font-weight: 300;
	color: #ffffcc;
	line-height: 45px;
}
body .Bodys:nth-of-type(3) .BodyHeader span:nth-of-type(3){
	font-size: 18px;
	font-family: '思源黑体 CN';
	font-weight: 300;
	color: #ffffcc;
	line-height: 45px;
}
#CarouselChart{
	white-space: nowrap;
	overflow-x: hidden;
	width: 100%;
}