@charset "utf-8";
/* CSS Document */

.tit {
	margin: 50px 0;
	text-align: center;
	clear: both;
}
.tit i {
	font-style: normal;
	font-size: 18px;
	color: #666;
	line-height: 20px;
	display: block;
	letter-spacing: 0;
	font-weight: normal;
	text-transform: uppercase;
}
.tit h2 {
	display: block;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 65px;
}
.cda {
	height: 300px;
	margin-bottom: 56px;
}
.cda dt {
	float: left;
	width: 440px
}
.cda dt img {
	width: 440px;
	height: 300px;
	display: block;
}
.cda dd {
	float: left;
	width: 719px;
	height: 300px;
	padding: 45px 40px 0;
	box-sizing: border-box;
	border: 1px solid #dedede;
}
.cda h3 {
	width: 150px;
	line-height: 45px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background: #e60012;
}
.cda p {
	font-size: 16px;
	line-height: 34px;
}
.list {
	margin-top: 20px;
	height: 260px;
}
.list li {
	float: left;
	border: 1px solid #eee;
	width: 364px;
	height: 170px;
	text-align: center;
	margin-right: 20px;
	color: #666;
	margin-bottom: 30px;
	line-height: 160%;
	padding: 10px;
	font-family: 微软雅黑;
	transition: all 0.6s;
}
.list li:hover {
	box-shadow: 2px 2px 20px #ccc;
	transform: scale(1.02);
}
.list li:last-child {
	margin-right: 0;
}
.list li img {
	margin-top: 10px;
	width: 52px;
}
.list li h3 {
	display: block;
	font-size: 18px;
	color: #333;
	padding: 10px 0;
	font-style: normal;
}
.list li span {
	display: block;
	font-size: 16px;
}
