div.service_container {
	padding-top: 54px;
}

.dt_content {
	width: 100%;
	min-width: 1200px;
}

.dt_container {
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	min-height: 500px;
}

.dt_box {
	height: 310px;
	overflow: hidden;
	float: left;
	margin-right: 18px;
	margin-bottom: 20px;
	cursor: pointer;
}

.dt_box:hover .dt_title a {
	background: rgba(229, 43, 49, 1);
	color: #fff;
}

.dt_title {
	/*background:rgba(229,43,49,1);*/
}

.dt_title a {
	width: 370px;
	height: 60px;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
	line-height: 60px;
	padding-left: 14px;
	display: inline-block;
	font-size: 16px;
	color: #333;
}

.dt_img {
	width: 370px;
	height: 250px;
}

.dt_img img {
	width: 100%;
	height: 100%;
}

.pagelocationBox {
	margin-top: 100px;
}