@charset "utf-8";
* {
    padding: 0;
    margin: 0;
	text-decoration: none;
	list-style-type: none;
}
.head_box{
	background: url(/DFS/template/5090/images/head_bg.png) no-repeat top center;
}
.head_img{
	width: 1140px;
	margin: 0 auto;
	padding-top: 150px;
}
.title_box{
	font-size: 30px;
	font-weight: bolder;
	color: #0a5baf;
	text-align: center;
	padding: 30px 0;
	background: url(/DFS/template/5090/images/title_bg.png) no-repeat center center;
}
.main_box{
	width: 1140px;
	margin: 0 auto;
}
.main_box a{
	color: #0a5baf;
}
.bg_write{
	border-radius: 3px;
	background: rgba(255, 255, 255, 80%); 
	box-shadow: 0px 0px 12px 1px rgba(2, 16, 32, 0.1);
	margin-top: 50px;
}
.flex_two ul{
	display: flex;
	text-align: center;
	padding: 20px 0;
}
.flex_two ul li{
	width: 50%;
	font-weight: bolder;
	font-size: 21px;
}
.flex_two ul li a{
	display: flex;
	justify-content: center;
	line-height: 80px;
}
.flex_two ul li img{
	width: 80px;
	margin-right: 15px;
}

.flex_box ul{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	padding: 20px 0;
	justify-content: center;
}
.flex_box ul li{
	font-weight: bolder;
	font-size: 21px;
	flex: 0 0 25%; 
}
.flex_box ul li img{
	margin-bottom: 10px;
}
.flex_three1 ul{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	padding: 20px 0;
	justify-content: center;
}
.flex_three1 ul li{
	font-weight: bolder;
	font-size: 21px;
	flex: 0 0 50%; 
}
.flex_three1 .jd_box1{
	display: block;
	padding-top: 30px;
	margin: 0 auto;
	width: 70%;
	height: 220px;
	background: url(/DFS/template/5090/images/ico_08.png) no-repeat center center;
}
.flex_three1 .jd_box2{
	display: block;
	padding-top: 30px;
	margin: 0 auto;
	width: 70%;
	height: 220px;
	background: url(/DFS/template/5090/images/ico_09.png) no-repeat center center;
}
.flex_three1 .jd_box3{
	display: block;
	padding-top: 10px;	
	margin: 0 auto;
	width: 70%;
	height: 240px;
	background: url(/DFS/template/5090/images/ico_10.png) no-repeat center center;
}
.margin_top{
	margin-top: 40px;
}
.flex_three ul{
	text-align: center;
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
}
.flex_three ul li{
	float: left;
	width: 33.3%;
	font-weight: bolder;
	font-size: 21px;
	padding: 20px 0;
}
.flex_three ul li img{
	margin-top: 15px;
}


@media(max-width: 768px){
	.head_box{
		background: url(/DFS/template/5090/images/head_bg.png) no-repeat top center;
	}
	.head_img{
		width:80%;
		margin: 0 auto;
		padding: 100px 0 20px 0;
	}
	.main_box{
		width: 96%;
		margin: 0 auto;
	}
	.title_box{
		font-size: 24px;
		font-weight: bolder;
		color: #0a5baf;
		text-align: center;
		padding: 20px 0;
		background: url(/DFS/template/5090/images/title_bg.png) no-repeat center center/100%;
	}
	.flex_two ul{
		padding: 10px 0;
	}
	.flex_two ul li{
		font-size:18px;
	}
	.flex_box ul li{
		font-size: 18px;
	}
	.flex_box ul li img{
		width: 100%;
	}
	.flex_three ul li{
		font-size: 14px;
		padding: 10px 0;
	}
	.flex_three1 a{
		font-size: 14px;
	}
}
@media (min-width: 768px) and (max-width: 1350px){
	.head_box{
		background: url(/DFS/template/5090/images/head_bg.png) no-repeat top center;
	}
	.head_img{
		width:80%;
		margin: 0 auto;
		padding: 50px 0 20px 0;
	}
	.main_box{
		width: 96%;
		margin: 0 auto;
	}
	.title_box{
		font-size: 24px;
		font-weight: bolder;
		color: #0a5baf;
		text-align: center;
		padding: 20px 0;
		background: url(/DFS/template/5090/images/title_bg.png) no-repeat center center/100%;
	}
	.flex_two ul{
		padding: 10px 0;
	}
	.flex_two ul li{
		font-size:18px;
	}
	.flex_box ul li{
		font-size: 18px;
	}
	.flex_box ul li img{
		width: 100%;
	}
	.flex_three ul li{
		font-size: 18px;
		padding: 10px 0;
	}
	.flex_three1 a{
		font-size: 18px;
	}
}