a {
	color: #fff;
	text-decoration: none
}
a:hover {
	text-decoration: none;
}
body {
	min-width: 1200px;
	font: 14px/1.6 "Microsoft Yahei";
	color: #b4b4b4;
	background: #101010;
}
ul li {
	list-style: none
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
*+height:1%;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*+html .clearfix {
	zoom: 1;
} /* IE7 */
.fL {
	float: left !important;
}
.fR {
	float: right !important;
}
img { vertical-align: top;}
/*---------------index--------------*/
#container {
	margin: 0 auto;
	max-width: 1920px;
	text-align: left;
}
.header {
	padding-top: 15px;
	height: 120px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.9);
}
.header .hInner {
	margin: 0 auto;
	width: 1200px;
}
.header .logo {
	margin: 14px 40px 0 0;
	float: left;
}
.header .hImg {
	float: left;
}
.header ul {
	margin-top: 15px;
	float: right;
}
.header li {
	margin-left: 20px;
	width: 200px;
	float: left;
}
.header li a {
	height: 56px;
	display: block;
	color: #ffcc00;
	font-size: 24px;
	line-height: 54px;
	text-align: center;
	border-radius: 30px;
	border: 2px solid #FFCC00;
}
.header li a img {
	margin: -6px 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.header li a:hover {
	-webkit-filter: brightness(130%);
				filter: brightness(130%);
}
.banner {
	position: relative;
	height: 600px;
	background: url(../images/banner.jpg) no-repeat center top;
}
.banner .stepBox {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	border-bottom: 1px solid #323232;
	background: rgba(0,0,0,0.9);
}
.banner .stepBox ul {
	margin: 0 auto;
	padding-left: 38px;
	width: 1238px;
}
.banner .stepBox li {
	padding: 23px 0 0 62px;
	width: 20%;
	float: left;
	position: relative;
	color: #787878;
	font-size: 12px;
	box-sizing: border-box;
}
.banner .stepBox li:before {
	width: 15px;
	height: 16px;
	position: absolute;
	right: 35px;
	top: 42px;
	background: url(../images/arrow.png) no-repeat;
	content: "";
}
.banner .stepBox li:nth-child(2):before {
	right: 24px;
}
.banner .stepBox li:nth-child(3):before {
	right: 23px;
}
.banner .stepBox li:nth-child(4):before {
	right: 28px;
}
.banner .stepBox li:last-child:before {
	display: none;
}
.banner .stepBox li img {
	display: block;
	position: absolute;
	left: 0;
	top: 23px;
}
.banner .stepBox li span {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.main {
	margin: 0 auto;
	padding: 30px 0 2px;
	width: 1200px;
	position: relative;
	border-radius: 10px;
	box-sizing: border-box;
}
.main .searchBox {
	margin-bottom: 17px;
	position: relative;
}
.main .searchBox input {
	padding: 0 27px;
	width: 420px;
	height: 48px;
	position: absolute;
	left: 428px;
	top: 17px;
	color: #fff;
	font-size: 14px;
	line-height: 48px;
	border-radius: 24px;
	background: #101010;
	border: none;
	box-sizing: border-box;
}
.main .searchBox a {
	display: block;
	position: absolute;
	right: 207px;
	top: 17px;
}
.main .searchBox a:hover img {
	-webkit-filter: brightness(130%);
				filter: brightness(130%);
}
.main .title {
	margin-bottom: 10px;
	color: #ffcc00;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	background: url(../images/bg01.png) no-repeat center 23px;
}
.main .listUl {
	margin: 0 -28px 32px 0;
}
.main .listUl li {
	margin: 38px 27px 4px 0;
	width: 280px;
	height: 158px;
	float: left;
	display: flex;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	background: url(../images/bg02.png) no-repeat center top;
}
.main .listUl li .num {
	margin-left: -32px;
	width: 45px;
	display: block;
	position: absolute;
	left: 50%;
	top: -32px;
	color: #101010;
	font-size: 30px;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
	border: 10px solid #101010;
	border-radius: 50%;
	background: #FFCC00;
}
.main .listUl li p {
	margin: 0;
	padding-top: 22px;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 2.15;
	text-align: center;
}
.main p {
	margin-bottom: 30px;
	line-height: 2.15;
}
.main p a:hover {
	text-decoration: underline;
}
.main table {
	margin: -8px 0 20px;
	width: 100%;
	border-collapse: collapse;
}
.main th,
.main td {
	padding: 10px 0;
	color: #fff;
	line-height: 1.75;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #3C3C3C;
}
.main th {
	padding: 6px 0;
	color: #101010;
	font-weight: bold;
	background: #FFCC00;
}
.footer {
	overflow: hidden;
	border-top: 1px solid #202020;
	background: #000;
}
.footer p {
	color: #969696;
	line-height: 45px;
	text-align: center;
}
.footer p span {
	color: #fff;
}
.yellow {
	color: #ffcc00;
}
.green {
	color: #ffcc00;
}
.cover {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 100;
	background: rgba(0,0,0,0.5);
}
.popBox {
	margin: -290px 0 0 -380px;
	padding: 26px 20px;
	width: 760px;
	height: 580px;
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
	z-index: 200;
	box-sizing: border-box;
	background: #101010;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(9,2,4,0.3);
}
.popBox .close {
	position: absolute;
	right: -38px;
	top: -31px;
}
.popBox dl {
	font-size: 14px;
	line-height: 38px;
}
.popBox dt {
	width: 200px;
	float: left;
	text-align: right;
}
.popBox dd {
	padding: 0 0 10px 225px;
}
.popBox dd .blue {
	color: #ffcc00;
}
.popBox dd .red {
	color: #f00;
}
.popBox dd .bold {
	font-weight: bold;
}
.popBox dd .bind {
	margin-left: 7px;
	color: #f00;
}
.popBox dd .url {
	padding: 0 0 0 8px;
	width: 295px;
	height: 38px;
	display: inline-block;
	color: #999;
	font-size: 14px;
	letter-spacing: -0.7px;
	line-height: 38px;
	box-sizing: border-box;
	background: #F2F2F2;
	border-radius: 3px;
	border: none;
}
.popBox a:hover img {
	-webkit-filter: brightness(120%);
				filter: brightness(120%);
}
.popBox .box02 {
	display: none;
}
.popBox .box02 dl {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
}
.popBox .box02 dd {
	position: relative;
}
.popBox .box02 dd input {
	padding: 0 20px;
	width: 354px;
	height: 38px;
	color: #333;
	font-size: 14px;
	line-height: 38px;
	border: 1px solid #999;
	border-radius: 5px;
	box-sizing: border-box;
}
.popBox .box02 dd img {
	position: absolute;
	left: 500px;
	top: 3px;
}
.popBox .box02 .submit a {
	margin: 0 auto;
	width: 200px;
	display: block;
	color: #000;
	font-size: 18px;
	line-height: 50px;
	border-radius: 25px;
	text-align: center;
	background: #ffcc00;
}
.popBox .box02 .submit a:hover {
	background: #ff0;
}