﻿@charset "UTF-8";

/* Welcome to Compass. In this file you should write your main styles. (or centralize your imports) Import this file using the following HTML or equivalent: <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
.zhaopin_dl dd {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}


html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.table_div td{ border:1px solid #ddd;}
caption,
th,
td {

	font-weight: normal;
	vertical-align: middle;
	border:1px solid #ccc
}

q,
blockquote {
	quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

* {
	box-sizing: border-box;
}

* input {
	border: none;
}

a {
	text-decoration: none;
	color: #333;
}
.mainDiv {
	min-width: 1130px;
	width: 100%;
	overflow: hidden;
}

.main {
	position: relative;
	margin: 0 auto;
	width: 1200px;
}

.main:after {
	content: '';
	display: block;
	/*clear: both;*/
}

.main-c {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

.main-c:after {
	content: '';
	display: block;
	clear: both;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

header {
	position: fixed;
	left: 0%;
	top: 0;
	z-index: 7;
	width: 100%;
	background-color: #fff;
/*	border-bottom: 1px solid #000e21;
*/}

