﻿.needFile {
	background-color: #FCA234;
	padding: 10px 0 50px 0;
}
.question {
	/*background: #f4f4f4 url(../images/bg.jpg) center no-repeat;*/
}
.tabList {
	margin-top: 90px;
}
.tabItem > li {
	position: relative;
	padding-left: 50px;
	margin-bottom: 34px;
	width: 492px;
	height: 44px;
	line-height: 44px;
	font-size: 20px;
	color: #fff;
	background: url(../images/tabitembg_1.png) center no-repeat;
}
.tabItem > li > em {
	 position: absolute;
	 left: 0;
	 display: inline-block;
	 width: 44px;
	 height: 44px;
	 font-size: 24px;
	 text-align: center;
 }

.zone {
	width: 100%;
	min-width: 1180px;
}
.step {
	background-color: #fff;
}

.container {
	width: 1200px;
	padding:50px 20px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	 margin-top: 30px;
}
 .stepPic {
	 display: block;
	 width: 929px;
	 margin-top: 87px;
	 margin-left: auto;
	 margin-right: auto;
 }

 .needFile > .container > h1 {
	color: #fff;
}
 .container > h1 {
	font-size: 26px;
	text-align: center;
	color: #333;
}
.line:nth-of-type(1) {
	margin-right: 18px;
}
.line {
	position: relative;
	top: -8px;
	display: inline-block;
	width: 67px;
	height: 1px;
	background-color: #dbdbdb;
}
 .container > h1 img {
	position: relative;
	top: 2px;
	display: inline-block;
	margin-left: 9px;
	margin-right: 9px;
}
.needFilePic {
	display: block;
	width: 1137px;
	margin-top: 92px;
	margin-left: auto;
	margin-right: auto;
}

