header {
	height: 270px;
}
.banner {
	background: url(../images/gfqh/common_banner_1.png);
}
.main-container {
	background: url(../images/gfqh/tradeQuestion/trade-question-main-bg.png) no-repeat;
	background-size: 100% 100%;
	background-position: center;
	margin: 40px 0;
	box-shadow:0px 2px 4px 0px rgba(0,86,153,0.1);
	border-radius:1px;
	min-height: 600px;
}
.main-content {
	padding: 0;
	min-height: 600px;
}
.title {
	text-align: center;
	margin: 40px 0;
}
.quesiton-title {
	height:34px;
	font-size:36px;
	font-weight: 400;
	color: #666666;
	text-align: center;
	maring-bottom: 15px;
}
.under-line {
	width: 150px;
	height: 6px;
	background: #999999;
	display: inline-block;
}

.tabs-list {
	border-bottom: none;
	text-align: center;
}
li.question-tab {
	width: 260px;
	height: 150px;
	padding: 20px 0;
	text-align: center;
	background: url(../images/gfqh/tradeQuestion/trade-question-icon-bg-white.png) no-repeat;
	margin: 15px 8px;
	float: none;	display: inline-block;
	overflow: hidden;
}

li.question-tab:hover {
	background: url(../images/gfqh/tradeQuestion/trade-question-icon-bg-blue.png) no-repeat;
	cursor: pointer;
}

.question-tab img {
	margin-bottom: 15px;
}
.tab-brief {
	color: #666666;
	font-weight: 400;
	font-size: 24px;
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

li.question-tab:hover .tab-brief {
	color: #FFFFFF;
}
