*{
	padding: 0;
	margin: 0;
}

ul,li{
	list-style: none;
}


a{
	text-decoration: none;
}


body{

}



.toptext{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}


.toptext p{
	font-size: 20px;
	line-height: 40px;
	text-indent: 20px;
	margin-top: 30px;
}

.video{
	width: 1200px;
	margin: 0 auto;
}



.zixun{
	width: 1000px;
	height: 60px;
	margin: 0 auto;
	margin-top: 50px;
	display: flex;
	justify-content:space-between;
}


.zixun p{
	width: 280px;
	height: 50px;
}


.zixun p a{
	width: 100%;
	height: 50px;
	display: block;
	background: #FF5C26;
	color: #fff;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
}



.bm{
	width: 1200px;
	height: 500px;
	margin: 0 auto;
	background: #eee;
	overflow: hidden;
	margin-top: 80px;
	margin-bottom: 60px;
}

.bm h3{
	text-align: center;
	line-height: 80px;
	font-size: 36px;
	font-weight: bold;
}

.footbm{
	width: 600px;
	height: 240px;
	margin: 0 auto;
	background: #fff;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 60px;
	padding-top: 30px;
	border-radius: 10px;
}


.formbox{
	width: 300px;
	margin: 0 auto;
}


.formbox dl{
	width: 100%;
}


.formbox dl dd{
	width: 100%;
	height: 50px;
	margin-top: 10px;
	border-bottom: 1px solid #D9D9D9;
	position: relative;
}

.formbox dl dd #usernameInfo, .formbox dl dd #phoneInfo{
	position: absolute;
	right: -100px;
	top: 14px;
	color: #f00;
}


.formbox dl dd input.uname{
	width: 100%;
	height: 50px;
	border: none;
	background: url(../images/form1.jpg) no-repeat 10px center !important;
	text-indent: 50px;
	font-size: 18px;
}


.formbox dl dd input.ucall{
	width: 100%;
	height: 50px;
	border: none;
	background: url(../images/form2.jpg) no-repeat 10px center !important;
	text-indent: 50px;
	font-size: 18px;
}


select{
	width: 100%;
	height: 50px;
	border: none;
	font-size: 18px;
	color: #666;
	padding-left: 50px;
	background: url(../images/form3.png) no-repeat 13px center !important;
}

input:-internal-autofill-selected {
	background: none;
}


.formbox dl dt input.tijiao{
	width: 234px;
	height: 52px;
	display: block;
	background: #7382F7;
	border: none;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 24px;
	cursor: pointer;
	color: #fff;
	border-radius: 26px;
}
