
.header{
	height: 240px;
}


.container>.text_tt {
	width: 500px;
}

.text {
	width: 652px;
}

.text>.title_a {
	/*background: -webkit-linear-gradient(#df2115, #931e0a);
	background: -moz-linear-gradient(#df2115, #931e0a);
	background: -ms-linear-gradient(#df2115, #931e0a);
	background: linear-gradient(#df2115, #931e0a);*/
	background: url(imagesjobbg.jpg) repeat-x;
	color: #fff;
}

.text>.title_a,
.text>.title_b {
	font-size: 16px;
	padding-left: 20px;
}
.text>.title_a {
	height: 40px;
	line-height: 40px;
}
.text>.title_b {
	height: 35px;
	line-height: 35px;
}
/*.text>.title_a>span {
	
}*/

.text>.title_a>span>a {
	color: #fff;
	margin-right: 20px;
	font-size: 14px;
	line-height: 41px;
}

.text>ul {
	margin-top: 10px;
}

.text_tt>ul>li {
	margin-left: 20px;
}

.text>ul>li {
	background: url(imagesindex_09.jpg) no-repeat left center;
	padding-left: 20px;
	line-height: 30px;
	font-size: 14px;
	white-space: nowrap;
}

.text>ul>li>span {
	float: right;
	color: grey;
}

.sm_banner {
	width: 1000px;
	margin-top: 20px;
}


/*tab选项卡样式*/

.tab {
	width: 652px;
}

.tab_t {
	width: 100%;
	background: url(imagestabbg.jpg) repeat-x;
	/*background: -webkit-linear-gradient(#fbfcfc, #eff1ef);
	background: -moz-linear-gradient(#fbfcfc, #eff1ef);
	background: -ms-linear-gradient(#fbfcfc, #eff1ef);
	background: linear-gradient(#fbfcfc, #eff1ef);*/
	border: 1px solid #e2e0e0;
	height: 35px;
	line-height: 35px;
}

.tab_t li {
	float: left;
	text-align: center;
	border-bottom: none;
	font-size: 14px;
	text-align: center;
}

.tab_t ul li span a{
	float: right;
}


/*.tab_t li:hover {
	color: #fff;
	background: -webkit-linear-gradient(#df2115, #931e0a);
	background: -moz-linear-gradient(#df2115, #931e0a);
	background: -ms-linear-gradient(#df2115, #931e0a);
	background: linear-gradient(#df2115, #931e0a);
}*/

.tab_t li a {
	height: 35px;
	line-height: 35px;
	display: block;
	padding: 0 10px;
}

.tab_t li a:hover {
	color: #fff;
	background: url(imagestabbg1.jpg) repeat-x;
	/*background: -webkit-linear-gradient(#df2115, #931e0a);
	background: -moz-linear-gradient(#df2115, #931e0a);
	background: -ms-linear-gradient(#df2115, #931e0a);
	background: linear-gradient(#df2115, #931e0a);*/
}

.tab_c {
	clear: both;
	height: 200px;
	width: 100%;
}

.hide {
	display: none;
}

.selected>a {
	color: #FFF;
	background: url(imagestabbg1.jpg) repeat-x;
	/*background: -webkit-linear-gradient(#df2115, #931e0a);
	background: -moz-linear-gradient(#df2115, #931e0a);
	background: -ms-linear-gradient(#df2115, #931e0a);
	background: linear-gradient(#df2115, #931e0a);*/
}


/*选项卡样式结束*/


/*红名单样式*/

.name {
	width: 320px;
}

.text>.title_b {
	/*background: -webkit-linear-gradient(#fbfcfc, #eff1ef);
	background: -moz-linear-gradient(#fbfcfc, #eff1ef);
	background: -ms-linear-gradient(#fbfcfc, #eff1ef);
	background: linear-gradient(#fbfcfc, #eff1ef);*/
	background: url(imagestabbg.jpg) repeat-x;
	border: 1px solid #e2e0e0;
}

.text>.title_b>span>a {
	font-size: 14px;
	color: #878787;
	padding-right: 20px;
	line-height: 35px;
}

.text>.red {
	color: #dc2014;
}


/*页尾样式*/


footer>.foo_top {
	background: #b8b8b8;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
}

footer>.foo_top>a {
	color: #fff;
}

