@charset "utf-8";
* {
    padding: 0;
    margin: 0;
	text-decoration: none;
	list-style-type: none;
}
body{
    background-color: #fff;
}

.bg_img{
	position: relative;
	overflow: hidden;
	height: 380px;
	background: url(/DFS/template/5456/img/banner.png) no-repeat top center/100%;
}
.img_title{
	text-align: center;
	margin-top: 150px;
}
.img_title img{
	width: 750px;
}
.banner2{
	background: url(/DFS/template/5456/img/banner.jpg) repeat-x top center;
}
.text_p{
	display: block;
	width: 1140px;
	padding:20px;
	font-size: 24px;
	line-height: 42px;
	text-indent: 42px;
	margin: 0 auto;
	color: #000;
	font-family: "؟،جم";
}

.content_text{
	width: 1140px;
	margin: 0 auto;
	font-family: "؟،جم";
}
.content_text ul li{
    list-style: none;
    display: inline-block;
    line-height: 45px;
    width: 48%;
}
.content_text a{
    display: inline-block;
    width: 95%;
    font-size: 21px;
    color: #000;
}
.content_text span{
    font-size: 18px;
	display: inline-block;
    color: #bababa;
}
.listimg{
	width: 1180px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	padding: 10px;
}
.listimg li{
	margin: 10px 0;
	text-align: center;
}
.listimg li img:hover{
	transform: scale(1.05);
	transform: translateY(-10px);
	transition: all?.3s?ease-out;
	box-shadow: 0?5px?12px?#a1a1a3;
}

.imgbig{
	margin-top: 3rem;
}

@media(max-width: 768px){
	.imgbig{
		width:24rem;
	}
	.bg_img{
		height:260px;
		background:#e4f0fc url(/DFS/template/5456/img/banner.png) no-repeat bottom center;
	}
	.img_title{
		text-align: center;
		margin-top: 120px;
	}
	.img_title img{
		width: 90%;
	}
	.text_p{
		display: block;
		width: 96%;
		padding:10px;
		border-radius: 5px;
		font-size:18px;
		line-height: 30px;
	}
	.content_text{
		width: 90%;
		margin: 0 auto;
	}
	.content_text ul li{
	    width: 100%;
	    line-height: 36px;
	}
	.content_text a{
		font-size: 18px;
		white-space: nowrap;
	  	overflow: hidden;
	  	text-overflow: ellipsis;
	}
	
	.listimg{
		width: 90%;
		margin: 0 auto;
		display: block;
		padding: 5px;
	}
	.listimg li img{
		width: 98%;
	}
}
@media (min-width: 768px) and (max-width: 979px){
	.imgbig{
		width:100%;
	}
	.bg_img{
		height:300px;
		background:#e4f0fc url(/DFS/template/5456/img/banner.png) no-repeat bottom center;
	}
	.img_title img{
		width: 60%;
	}
	.img_title{
		text-align: center;
		margin-top: 120px;
	}
	.text_p{
		display: block;
		width: 96%;
		padding:10px;
		border-radius: 5px;
		font-size:18px;
		line-height: 30px;
		text-indent: 42px;
	}
	.content_text{
		width: 98%;
		margin: 0 auto;
	}
	.content_text ul li{
	    width: 48%;
	}
	.content_text a{
		font-size: 18px;
	}
	
	.listimg{
		width: 90%;
		margin: 0 auto;
	}
	.listimg li{
		float: left;
		width: 25%;
		margin: 10px 0;
		text-align: center;
	}
	.listimg li img{
		width: 95%;
	}
}