@charset "utf-8";
/* CSS Document */

/**
 * job168网制作规范
 * 制作部门：网站设计部
 * 制作人员：huanghaishen
 * 制作时间:2016-1-06
 * 更新时间:2016-1-06
 *
 * 样式目录:* 第一部分 基础样式部分
 *     ∟reset
 *     ∟pub Class
 * 第二部分 用例样式部分
 *     ∟common Class
 * 第三部分 页面模式部分
 */

/* ☆ reset =======================================================================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 14px;
	background: #f4f4f4;
	color: #222;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
a {
	text-decoration: none;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

.tr {text-align:right;}
.tl {text-align:left;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ☆ pub Class=======================================================================================================*/
.clearfix {zoom: 1;display: table;width: 100%;}
/* ☆ common Class=======================================================================================================*/
.w1000 {
	width: 1000px;
	margin: 0 auto;
}
/* ☆ 页面模式部分=======================================================================================================*/
.top {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	font-size: 12px;
}

.top a {
	color: #666;
}

.header {
	height: 100px;
	background: #fff;
	position:relative;
}

.logo {
	height: 100px;
	position:relative;
	background: url(../images/logo.gif) left center no-repeat;
}

.backBtn {
	position: absolute;
	display: block;
	width: 90px;
	height: 24px;
	right: 160px;
    top: 44px;
	background: url(../images/backBtn.gif) no-repeat;
}

.banner {
	height: 354px;
	background: #158cdb url(../images/banner.gif?ver=20220317001) center center no-repeat;
}

.bannerInner {
	height: 354px;
	position: relative;
}

.introTxt {
	position: absolute;
	width: 300px;
	height: 154px;
	left: 700px;
    top: 120px;
	color: #fff;
    line-height: 22px;
}

.contact {
	background: url(../images/header_back.png) repeat-x;
	border: 1px solid #ccc;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	width: 978px;
	padding: 0 10px;
	margin: 10px auto 0 auto;
	color: #fff;
}

.commBox {
	background: #fff;
	border: 1px solid #ccc;
	margin: 10px auto 0 auto;
	width: 998px;
}

.commBoxTitle {
	border-left: 3px solid #158cdb;
	margin: 5px 0;
	font-weight: bold;
	color: #000;
	height: 22px;
	line-height: 22px;
	padding: 0 0 0 5px;
	font-size: 16px;
}

.commBoxCont {
	padding: 10px;
	line-height: 22px;
	line-height: 200%;
}

.tips {
	border: 1px solid #f12222;
	margin: 10px auto 0 auto;
	width: 978px;
	padding: 0 10px;
	background: #ff4c4c;
	height: 30px;
	line-height: 30px;
	color: #fff;
}

.gallery li {
	display: block;
	width: 230px;
	height: 173px;
	padding: 3px;
	border: 1px solid #ddd;
	margin: 0 7px 7px 0;
	float: left;
	background: #eee;
}


.footer {
	margin: 10px 0 0 0;
	padding: 10px 0;
	color: #111;
	text-align: center;
	border-top: 1px solid #ccc;
}