h2{
	font-size: 40px;font-weight: bold;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 22px;
}
p{
	font-size: 16px;line-height: 25px;
}
.banner{
	text-align: center;padding: 60px 0;
}
.banner img{
	max-width: 100%;width: auto;margin-bottom: 40px;
}
.banner h2{
	margin-bottom: 20px;font-weight: bold;
}
.banner h3{
	margin-bottom: 20px;
}
.brief,.interests,.mode,.process{
	margin-top: 100px;text-align: center;color: #354b5e;
}
.brief h2,.interests h2,.mode h2,.process h2{
	margin-bottom: 18px;
}
.BriefCon{
	margin: 80px 0 100px 0;	
}
.BriefCon h5{
	font-size: 30px;margin-bottom: 26px;color: #d74b4b;
}
.BriefImg img{
	width: 100%;
}
.InterestsCon{
	margin-top: 70px;color: #d74b4b;padding: 0 6px;
}
.InterestsList{
	padding: 0 35px;
}
.InterestsDetail{
	background: #f6f6f6;padding: 60px 0;border-radius: 20px;box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}
.InterestsDetail h3{
	margin-top: 20px;margin-bottom: 10px;
}
.ModeCon,.ProcessCon{
	margin-top: 70px;
}
.ModeList{
	padding: 160px 0 110px 0;text-align: left;margin-bottom: 70px;
}
.ModeList h5{
	font-size: 30px;margin-bottom: 30px;color: #d74b4b;
}
.RedColor{
	color: #d74b4b;padding: 0 30px;font-size: 25px;
}
.ProcessList{
	margin-top: 40px;margin-bottom: 70px;
	/*padding: 0 100px;*/
}
.ProcessDetail{
	border: 1px solid #BEBEBE;padding: 30px 36px;text-align: left;
}
.ProcessDetail:nth-child(2n){
	border-left: none;
}
.ProcessMsg{
	margin-bottom: 100px;
}
.ProcessMsg img{
	margin: 0 70px;
}
.main  .contact{
	background: #f2f2f2 !important;
}
.main  .contact h5{
	border-left: 7px solid #d65a1e;color:#d65a1e!important ;font-size: 35px;padding-left: 17px;
}
.main  .contact h6,.main  .contact h4,.main  .contact p{
	color: #d65a1e !important;
}
/*平板：屏幕宽度在798-1024*/
@media only screen and (min-width:768px ) and (max-width:1024px ){
	.banner{
		padding: 30px 0;
	}
	.brief, .interests, .mode, .process{
		margin-top: 50px;
	}
	.BriefCon{
		margin: 40px 0 50px 0;
	}
	.InterestsCon{
		margin-top: 35px;
	}
	.InterestsList{
		padding: 0 17px;
	}
	.InterestsDetail{
		padding: 30px 0;
	}
	.ModeCon, .ProcessCon{
		margin-top: 35px;
	}
	.ModeList{
		padding: 80px 0 55px 0;margin-bottom: 35px;
	}
	.ProcessList{
		margin-top: 20px;margin-bottom: 35px;
	}
	.ProcessMsg{
		margin-bottom: 50px;
	}
	.ProcessMsg img{
		margin: 0 20px;
	}
}
/*手机：屏幕宽度最大767*/
@media only screen and (max-width:767px ){
	.banner{
		padding: 15px 0;
	}
	h2{
	font-size: 30px;font-weight: bold;
	}
	h3{
		font-size: 12px;
	}
	h4{
		font-size: 26px;
	}
	p{
		font-size: 14px;line-height: 20px;
	}
	.banner img{
		margin-bottom: 20px;
	}
	.banner h3,.banner h4{
		color: #fff !important;
	}
	.brief, .interests, .mode, .process{
		margin-top: 25px;
	}
	.BriefCon{
		margin: 20px 0 25px 0;
	}
	.BriefCon h5{
		font-size: 18px;margin-bottom: 10px;
	}
	.InterestsCon{
		margin-top: 17px;padding: 0;
	}
	.InterestsList{
		padding: 0 5px;
	}
	.InterestsDetail{
		padding: 10px;border-radius: 10px;
	}
	.ModeCon, .ProcessCon{
		margin-top: 17px;
	}
	.ProcessCon span{
		display: block;
	}
	.ModeList{
		padding: 15px;margin-bottom: 17px;
	}
	.ModeList h5{
		font-size: 18px;margin-bottom: 10px;
	}
	.RedColor{
		font-size: 14px;padding: 0;
	}
	.ProcessList{
		margin-top: 10px;margin-bottom: 10px;
	}
	.ProcessDetail{
		padding: 10px;margin-bottom: 10px;
	}
	.ProcessDetail:nth-child(2n){
		border-left: 1px solid #BEBEBE;
	}
	.ProcessMsg{
		margin-bottom: 17px;
	}
	.ProcessMsg span,.ProcessMsg img{
		display: block;text-align: left;
	}
	.ProcessMsg img{
		margin-left: 0;
	}
	.main  .contact h5{
		font-size: 25px;margin-bottom: 10px;
	}
}