/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset,
img {
    border: 0
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}
ol,
ul {
    list-style: none
}
caption,
th {
    text-align: left
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}
q:before,
q:after {
    content: ''
}
abbr,
acronym {
    border: 0;
    font-variant: normal
}
sup {
    vertical-align: text-top
}
sub {
    vertical-align: text-bottom
}
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}
legend {
    color: #000
}
iframe {
    display: block;
}

/* yui3 fonts */
body {
    font: 14px "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
}
select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif
}
table {
    font-size: inherit;
    font: 100%
}
pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}
a {
    color: #333;
	text-decoration: none;
}

/* utilities */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
.l {
    float: left !important;
}
.r {
    float: right !important;
}
.hidden {
    display: none !important;
}
.invisible {
    visibility: hidden !important;
}
::-webkit-input-placeholder /* WebKit browsers */
{
    color: #999;
}

:-moz-placeholder /* Mozilla Firefox 4 to 18 */
{
    color: #999;
}

::-moz-placeholder /* Mozilla Firefox 19+ */
{
    color: #999;
}

:-ms-input-placeholder /* Internet Explorer 10+ */
{
    color: #999;
}

.placeholder /* Internet Explorer 9- */
{
    color: #999;
}

.container {
    margin: 0 auto;
    width: 1200px;
}
/** 
 * 以下可追加项目中的公共样式，
 * 比如body上进行全局的文字设置（字体，大小，行高），全局a链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */
.top, .top div, .top a, .top form, .top input, .top span, .foot, .foot div, .foot a, .foot span {
    box-sizing: border-box;
}

.top {
    width: 100%;
    height: 124px;
    background-color: #fff;
    border-bottom: 4px solid #4178be;
}

.top_main {
    width: 1200px;
    height: 124px;
    margin: 0 auto;
    position: relative;
}

.top_logo {
    width: 260px;
    height: 50px;
    position: absolute;
    top: 10px;
    left: 0px;
}


.top_site{ 
    width:auto; height:28px; 
    position:absolute; 
    top:25px; 
    left:50%; 
    margin-left:-310px; 
    z-index:10;
}

.top_links {
    position: absolute;
    right: 0;
    bottom: 16px;
}

.top_links a {
    margin-left: 70px;
    color: #333;
    font-size: 16px;
}

.foot {
    width: 100%;
    height: 110px;
    background-color: #d9d9d9;
}

.foot_main {
    width: 1200px;
    height: 110px;
    margin: 0 auto;
    position: relative;
}

.foot_dzjg {
    width: 50px;
    height: 62px;
    position: absolute;
    top: 24px;
    left: 100px;
}

.foot_word {
    position: absolute;
    top: 10px;
    left: 180px;
}

.foot_word_r1 {
    height: 32px;
}

.foot_word_r1 a {
    font-size: 15px;
    line-height: 32px;
    cursor: pointer;
}

.foot_word_r2 span, 
.foot_word_r3 span {
    margin-right: 10px;
    font-size: 13px;
    line-height: 32px;
    color: #666;
}

.foot_word_r2 span a {
    color: #666;
}

.foot_gov_link {
    width: 220px;
    height: 90px;
    position: absolute;
    top: 10px;
    left: 879px;
    border-left: 1px solid #b3b3b3;
}

.foot_gov_link .gov_link1 {
    display: block;
    width: 125px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 30px;
    background: url(http://www.jszwfw.gov.cn/picture/2/1612211538428871154.png) top no-repeat;
}

.foot_gov_link .gov_link2 {
    display: block;
    width: 162px;
    height: 30px;
    position: absolute;
    top: 50px;
    left: 30px;
    background: url(http://www.jszwfw.gov.cn/picture/2/1612211538428376663.png) top no-repeat;
}