body{
	padding: 0px;
	margin: 0px;
}
@font-face {
	font-family: 'iconfont';
	src:url('/style_pc/css/AvenirLTStd-Book.otf');
	font-weight: normal;
	font-style: normal;
}
.cpbody{
	width: 100%;
	background-color: #ececec;
	padding-top: 48px;
}
.cpbody .top{
	height: 433px;
	width: 1190px;
	margin: 0 auto;
	background-color: #fff;
	margin-bottom: 20px;
	transition:all .2s linear;
}
.cpbody .top .img{
	display: block;
	width: 821px;
	float: left;
}
.cpbody .top .img1{
	display: block;
	width: 1190px;
	height: 433px;
	float: left;
}
.cpbody .top .word{
	width: 369px;
	float: left;
}
.cpbody .top .word .t{
	font-size: 24px;
	color: #4c4c4c;
	text-decoration: none;
	padding-left: 80px;
	/*padding-right: 110px;*/
	display: block;
	padding-top: 80px;
	line-height: 30px;
}
.cpbody .top .word .d{
	font-size: 14px;
	color: #4c4c4c;
	padding-left: 80px;
}
.cpbody .top .word .m{
	font-size: 14px;
	color: #4c4c4c;
	padding-left: 80px;
	margin-top: 100px;
	margin-bottom: 10px;
	position: relative;
	top: 5px;
}
.cpbody .top .word .m span{
	font-size: 24px;
	color: #EE2737;
	font-family:iconfont;
	position: relative;
	top: -3px;
}
.cpbody .top .word .more{
	font-size: 14px;
	color: #4c4c4c;
	padding-left: 80px;
	text-decoration: none;
}
.cplist{
	width: 1210px;
	margin: 0px auto;
	padding-bottom: 28px;
}
.cplist .list{
	width: 282px;
	float: left;
	height: 366px;
	background-color: #fff;
	display: block;
	text-decoration: none;
	text-align: center;
	margin: 0px 10px;
	text-decoration: none;
	margin-bottom: 20px;
	transition:all .2s linear;
}
.cplist .list .t{
	font-size: 18px;
	color: #000;
	margin-top: 0px;
}
.cplist .list .d{
	font-size: 14px;
	color: #4c4c4c;
	margin-top: -16px;
}
.cplist .list .m{
	font-size: 14px;
	color: #4c4c4c;
	margin-top: -8px;
	position: relative;
	top: 5px;
}
.cplist .list .m span{
	font-size: 24px;
	color: #EE2737;
	font-family:iconfont;
	position: relative;
	top: -3px;
}
.cpbody .top:hover{
	box-shadow:0 15px 30px rgba(0,0,0,0.1);
	transform:translate3d(0, -5px, 0);
	z-index: 3;
}
.cplist .list:hover{
	box-shadow:0 15px 30px rgba(0,0,0,0.1);
	transform:translate3d(0, -5px, 0);
	z-index: 3;
}