@charset "utf-8";
* {
    padding: 0;
    margin: 0;
	text-decoration: none;
	list-style-type: none;
}
body{
    background-color: #fef1e6;
}

.bg_img{
	position: relative;
	overflow: hidden;
	height: 498px;
	background: url(/DFS/template/5458/img/banner.png) no-repeat top center/100% 100%;
}
.img_title{
	text-align: center;
	margin-top: 130px;
}
.img_title img{
	width: 920px;
}

.container{
	width: 1140px;
	margin: 0 auto;
}
.content_title{
	margin: 15px 0;
	text-align: center;
	height: 100px;
	background: url(/DFS/template/5458/img/part-one-title.png) no-repeat center bottom;
}
.content_title a{
	font-size: 56px;
	font-family: "Î¢ÈíÑÅºÚ";
	font-weight: bolder;
	color: #e72c1a;
}

.content_text ul li{
	padding: 15px 0;
    line-height: 45px;
    border-top: #ccc 1px dashed;
}
.content_text a{
    display: inline-block;
    width: 95%;
    font-size: 21px;
    color: #000;
}

@media(max-width: 768px){
	.bg_img{
		position: relative;
		overflow: hidden;
		height: 300px;
		background: url(/DFS/template/5458/img/banner.png) no-repeat top center;
	}
	.container{
		width: 100%;
	}
	.img_title img{
		width: 95%;
	}

}
@media (min-width: 768px) and (max-width: 979px){
	.bg_img{
		position: relative;
		overflow: hidden;
		height: 450px;
		background: url(/DFS/template/5458/img/banner.png) no-repeat top center;
	}
	.container{
		width: 100%;
	}
	.img_title img{
		width: 95%;
	}
}