@charset "utf-8";
* {
    padding: 0;
    margin: 0;
	text-decoration: none;
	list-style-type: none;
}
body{
    background-color: #f3f5f9;
}

.bg_img{
	position: relative;
	overflow: hidden;
	height: 650px;
	background: url(/DFS/template/5210/img/banner.jpg) no-repeat center center/100%;
}
.img_title{
	text-align: center;
	margin-top: 55px;
}
.img_title img{
	width: 750px;
}
.text_p{
	display: block;
	width: 1140px;
	padding:20px;
	background:rgba(255, 255, 255, 0.7);
	border-radius: 10px;
	font-size: 21px;
	line-height: 38px;
	text-indent: 42px;
	margin: 20px auto 0;
	color: #005dae;
}

.content_text ul{
    padding: 1rem 0;
}
.content_text ul li{
    list-style: none;
    display: inline-block;
    width: 48%;
	height:70px;
    margin-top: 2rem;
    margin-left: 2rem;
	background: #fff;
	border-radius: 10px;
    box-shadow: 0px 0px 12px 1px rgba(2, 16, 32, 0.1);
}
.content_text img{
    display: inline-block;
    width: 45px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.content_text a{
    display: inline-block;
    width: 70%;
    margin-top: 2rem;
    text-decoration: none;
    font-size: 18px;
}
.content_text span{
    font-size: 18px;
	display: inline-block;
    color: #bababa;
}
.listimg{
	display: flex;
	justify-content:space-between;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 12px 1px rgba(2, 16, 32, 0.1);
}
.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;
}

@media(max-width: 768px){
	.imgbig{
		width:24rem;
	}
	.bg_img{
		height:500px;
		background:#e4f0fc url(/DFS/template/5210/img/banner.jpg) no-repeat top center;
	}
	.img_title{
		text-align: center;
		margin-top: 80px;
	}
	.img_title img{
		width: 80%;
	}
	.text_p{
		display: block;
		width: 96%;
		padding:10px;
		background:rgba(255, 255, 255, 0.5);
		border-radius: 5px;
		font-size:14px;
		line-height: 30px;
		text-indent: 42px;
		margin: 30px auto 0;
	}
	.content_text ul li{
	    width: 98%;
		height: 11rem;
		margin-left: 0.5rem;
	}
	.content_text span{
	    float: right;
		margin-right: 1rem;
		margin-bottom: 1rem;
	}
	.listimg{
		display: flex;
		padding: 5px;
	}
	.listimg li img{
		width: 98%;
	}
}
@media (min-width: 768px) and (max-width: 979px){
	.imgbig{
		width:30rem;
	}
	.bg_img{
		height:500px;
		background:#e4f0fc url(/DFS/template/5210/img/banner.jpg) no-repeat top center;
	}
	.img_title img{
		width: 60%;
	}
	.img_title{
		text-align: center;
		margin-top: 80px;
	}
	.text_p{
		display: block;
		width: 96%;
		padding:10px;
		background:rgba(255, 255, 255, 0.5);
		border-radius: 5px;
		font-size:14px;
		line-height: 30px;
		text-indent: 42px;
		margin: 20px auto 0;
	}
	.content_text ul li{
	    width: 45%;
		height: 11rem;
	}
	.content_text span{
	    float: right;
		margin-right: 1rem;
		margin-bottom: 1rem;
	}
	.listimg li{
		float: left;
		width: 25%;
		margin: 10px 0;
		text-align: center;
	}
	.listimg li img{
		width: 95%;
	}
}