.advantage{
	padding-top: 60px;
	padding-bottom: 30px;
	overflow: hidden;
}
.advantage>.middle>h2{
	background: url(../img/advantage.png) no-repeat center center;
	margin-bottom: 50px;
}
.advantage ul li{
	width: 250px;
	height: 400px;
	border: 2px solid #ff5256;
	float: left;
	margin-right: 50px;
	padding-top: 200px;
	padding-left: 30px;
	padding-right: 30px;
	cursor: pointer;
}
.advantage ul li:last-child{
	margin-left: 0;
}
.advantage ul li:nth-child(1){
	background: url(../img/20190906001.png) no-repeat center 60px;
}
.advantage ul li:nth-child(1):hover{
	color: #fff;
	background: #ff5256 url(../img/20190906005.png) no-repeat center 60px;
}
.advantage ul li:nth-child(2){
	background: url(../img/20190906002.png) no-repeat center 60px;
}
.advantage ul li:nth-child(2):hover{
	color: #fff;
	background: #ff5256 url(../img/20190906006.png) no-repeat center 60px;
}
.advantage ul li:nth-child(3){
	background: url(../img/20190906003.png) no-repeat center 60px;
}
.advantage ul li:nth-child(3):hover{
	color: #fff;
	background: #ff5256 url(../img/20190906007.png) no-repeat center 60px;
}
.advantage ul li:nth-child(4){
	background: url(../img/20190906004.png) no-repeat center 60px;
}
.advantage ul li:nth-child(4):hover{
	color: #fff;
	background: #ff5256 url(../img/20190906008.png) no-repeat center 60px;
}
.advantage ul li h3{
	font-size: 24px;
	font-weight: 400;
	text-align: center;
}
.advantage ul li span{
	width: 80px;
	height: 2px;
	margin: 26px auto;
	background: #FF5256;
	display: block;
}
.advantage ul li:hover span{
	background: #fff;
}
.advantage ul li p{
	font-size: 14px;
	text-align: center;
}
.support{
	width: 100%;
	height: 600px;
	padding-top: 60px;
	padding-bottom: 30px;
	overflow: hidden;
	background: url(../img/20190906012.png) no-repeat center center;
}
.support>.middle>h2{
	color: #fff;
	background: url(../img/Support.png) no-repeat center center;
	margin-bottom: 40px;
}
.support>.middle>h2 span{
	color: #fff;
}
.support li{
	width: 300px;
	height: 380px;
	margin-right: 150px;
	background: #fff;
	float: left;
	border-radius: 20px;
	padding: 55px 70px;
}
.support li:last-child{
	margin-right: 0;
}
.support li img{
	display: block;
	margin: 0 auto;
}
.support li h3{
	font-size: 28px;
	margin-top: 30px;
	color: #333;
	text-align: center;
}
.support li span{
	display: block;
	width: 50px;
	height: 2px;
	background: #333333;
	margin: 20px auto;
}
.support li p{
	text-align: center;
	color: #333;
	line-height: 28px;
}
.condition{
	padding-top: 60px;
	overflow: hidden;
}
.condition>h2{
	background: url(../img/condition.png) no-repeat center center;
	margin-bottom: 40px;
}
.condition>div{
	height: 978px;
	background: url(../img/20190906013.png) no-repeat center center;
}
.condition>div h3{
	font-size: 24px;
	color: #FF5256;
	text-align: center;
	padding-top: 100px;
}
.condition>div li{
	width: 33.33%;
	height: 360px;
	float: left;
	margin-top: 40px;
}
.condition>div li img{
	display: block;
	margin: 0 auto;
}
.condition>div li p{
	text-align: center;
	color: #999;
}
.flow{
	padding-top: 60px;
	padding-bottom: 30px;
	overflow: hidden;
}
.flow>.middle>h2{
	background: url(../img/Process.png) no-repeat center center;
	margin-bottom: 50px;
}
.flow img{
	width: 1098px;
	height: 120px;
	display: block;
	margin: 0 auto;
}
.flow ul{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.flow li{
	width: 200px;
	height: auto;
	margin-right: 48px;
	float: left;
	text-align: center;
}
.flow li:last-child{
	margin-right: 0px;
}
.flow li h3{
	font-size: 24px;
	color: #ff5256;
	margin-top: 20px;
	margin-bottom: 20px;
}
.experience{
	padding-top: 60px;
	padding-bottom: 30px;
	overflow: hidden;
	background: url(../img/20190906021.png) no-repeat center center;
	background-size: cover;
}
/*.experience h2{
	background: url(../img/system.png) no-repeat center center;
	color:#fff;
}
.experience h2 .subtitle{
	color: #fff;
}*/
.experience .form{
	width: 760px;
	height: 360px;
	background: #fff;
	margin: 30px auto 30px;
	padding: 30px 80px;
	border-radius: 12px;
}
.experience .form h4{
	text-align: center;
	font-size: 24px;
	color: #ff0000;
	background: url(../img/bg20190802006.png) repeat-x center;
}
.experience .form h4 span{
	padding:0 16px;
	display: inline-block;
	background: #fff;
}
.experience input{
	display: block;
	width: 100%;
	margin-top: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	outline: none;
	border: 1px solid #fff;
	background: #eee;
	color: #333;
	cursor: pointer;
	font-size: 16px;
}
.experience input[name="name1"]{
	margin-top: 30px;
}
.experience input[type="submit"]{
	background: #ff5256;
	color: #fff;
}
