.bg_f9{
	background-color: #f9f9f9;
}
.p20{
	padding: 20px;
}

.intro_box{
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.intro_box p{
	margin-bottom: 10px;
}
.intro_box p span{
	font-size: 16px;
	font-weight: 600;
	color: #333;
}
.go_btn{
	background-color: #ecdb00;
	color: #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	width: 200px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	display: block;
	margin: 15px auto;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.go_btn:hover{
	background-color: #5b9ad1;
	box-shadow: 0 1px 7px #5b9ad1;
	color: #fff;
	text-decoration: none;
}

.flow_box table{
	width: 100%;	
}


.bg_f{
	background-color: #fff;
}

.regard_box p{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
}
.more_link{
	line-height: 30px;
	font-size: 16px;
	color: #333;
	text-align: center;
}
.pic_txt{
	text-align: left;
	color: #333;
	font-size: 14px;
}
.pic_txt img{
	width: 100%;
	margin-bottom: 10px;
}


.about_us{
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 15px;
}
.about_us p{
	margin-bottom: 15px;
}

@media(min-width:761px){
	.dh2{
		line-height: 90px;
		color: #333;
		font-weight: 600;
		margin-bottom: 20px;
	}
	.flow_box table td,.flow_box table th{
		/* text-align: center; */
		line-height: 28px;
	}
	.flow_box table th{
		background-color: #5b9ad1;
		color: #fff;
		border: 1px solid #333;
		font-size: 16px;
	}
	
	.flow_box table td{
		/* border: 1px solid #333; */
		font-size: 16px;
		vertical-align: text-top;
	}
	.more_P{
		font-size: 16px;
	}
}

@media(max-width:760px){
	.dh2{
		line-height: 35px;
		color: #333;
		font-weight: 600;
		margin-bottom: 20px;
		font-size: 24px;
	}
	.flow_box table td,.flow_box table th{
		/* text-align: center; */
		line-height:22px;
	}
	.flow_box table th{
		background-color: #5b9ad1;
		color: #fff;
		border: 1px solid #333;
		font-size: 14px;
	}
	
	.flow_box table td{
		/* border: 1px solid #333; */
		font-size: 14px;
		padding: 5px 0;
		vertical-align: text-top;
	}
	.pic_txt{
		padding: 0;
	}
	.more_P{
		margin-bottom: 15px;
		font-size: 16px;
	}
}