@charset "utf-8";

/* CSS Document */
body { margin: 0; padding: 0; font-family: " 思源黑体 CN Bold", " 微软雅黑"; overflow-x: hidden; background: #fff; }
body, html { min-width: 1200px; }
ul, ol { list-style: none; }
ul, li, dl, dd, dt, p, ol, h1, h2, h3, h4, h5, h6 { font-size: 16px; font-weight: 100; padding: 0; margin: 0; }
.fl { float: left; }
.fr { float: right; }
a { text-decoration: none; outline: none; cursor: pointer; }
.clearfix:after { content: "."; display: block; height: 0; line-height: 0; visibility: hidden; clear: both; }
.clearfix { zoom: 1; }
.tb:before { content: ""; display: table; }
div, li, ul { box-sizing: border-box; }
img { border: 0px; }
.wrap { max-width: 1920px; margin: 0 auto; }

.banner{height:480px;background: url(../images/banner.jpg) center center no-repeat;}
.main{height: 808px;background: url(../images/main_bg.jpg) top center no-repeat;}
.star-line{
	height: 39px;
	background: url(../images/star_line.png) center center no-repeat;
}
.main h2{
	font-size: 50px;
	color: #940900;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.main h3{
	font-size: 24px;
	color: #e60012;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
.main .form-02 h2{
	color: #fff;
}
.main .form-02 h3{
	color: #003d68;
}
.main h4{
	font-size: 14px;
	color: #e60012;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 30px;
	font-weight: bold;
}
.main .form-02 h4{
	color: #fff;
}
.form-01{
	padding-top:30px;
}
.form-02{
	padding-top:50px;
}
.formId{
	width: 1200px;
	margin: 0 auto;
}
.formId>div>div{
	font-size: 24px;
	color: #10396f;
	width: 500px;
	margin: 30px auto;
	height: 38px;
	line-height: 38px;
	position: relative;
}
.formId>div>div input,.formId>div>div select{
	height: 34px;
	width: 340px;
	background: #fff;
	border:1px solid #0c376e;
	position: relative;
	top: -4px;
	box-sizing: border-box;
	padding: 2px;
	padding-left: 10px;
	font-size: 16px;
}
.formId>div>div select.cur{
	width: 164px;
	transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
}
.formId>div>div select#city{
	position: absolute;
	width:164px;
	top: 1px;
	left: 464px;
	opacity:0;
}
.formId>div>div select#city.cur{
	opacity: 1;
	left: 296px;
	transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
}
.formId>div>div input.first{
	width: 20px;
	height:20px;
	line-height: 34px;
	position: relative;
	top:3px;
}
.submit{
	width: 158px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	background: #e60012;
	text-align: center;
	line-height: 48px;
	border:none;
	font-size: 24px;
	display: block;
	margin: 10px auto;
	cursor: pointer;
}