* {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

img {
	width: 100%;
	height: auto;
	float: left;
}
.fr{
	float: right
}
.fl{
	float: left;
}
.wrap {
	width: 100%;
	max-width: 750px;
	min-width: 300px;
	margin: 0px auto;
}

.infos {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: left;
	text-indent: 20px;
	background: #ff5600;
	float: left;
	margin: 10px 0;
	color: #fff;
}

.a1 {
	width: 100%;
	height: auto;
	float: left;
}

html {
	background: none !important;
}

.biaodan {
	width: 96%;
	float: left;
	margin: 0px 2%;
}

.biaodan input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	border-radius: 3px;
	margin-top: 20px;
	border: 1px solid #e6e6e6;
	float: left;
	padding-left: 10px;
	box-sizing: border-box;
}

.tijiao {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	border-radius: 5px;
	margin-top: 20px;
	float: left;
	text-align: center;
	background: #ff5600;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
}

.beian {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #333;
	text-align: center;
	width: 100%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}

.ga {
	width: 20px;
	height: 20px;
	display: inline-block;
}
.demos{
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
	width: 100%;
}
.demos li{
	width: 100%;
	float: left;
	font-size: 14px;
	border-bottom: 1px dashed #ff5600;
	padding: 10px 0;
}
.demos li .sp2{
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
}
.demos li .sp3{
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	background: #047ce7;
	padding: 0 10px;
	border-radius: 10px;
}
.demos h5{
	font-size: 20px;
	color: #ff5600;
	margin-bottom: 20px;
}