﻿@charset "UTF-8";

/* 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;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
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 {
    /*min-width: 800px;*/
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

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 {
    text-decoration: none;
    color: inherit;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix,
.row {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after,
.row:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

/* 删格 */
.container {
    width: 1180px;
    margin: 0 auto;
}

.span1 {
    float: left;
    width: 30px;
}

.span2 {
    float: left;
    width: 80px;
}

.span3 {
    float: left;
    width: 130px;
}

.span4 {
    float: left;
    width: 180px;
}

.span5 {
    float: left;
    width: 230px;
}

.span6 {
    float: left;
    width: 280px;
}

.span7 {
    float: left;
    width: 330px;
}

.span8 {
    float: left;
    width: 380px;
}

.span9 {
    float: left;
    width: 430px;
}

.span10 {
    float: left;
    width: 480px;
}

.span11 {
    float: left;
    width: 530px;
}

.span12 {
    float: left;
    width: 580px;
}

.span13 {
    float: left;
    width: 630px;
}

.span14 {
    float: left;
    width: 680px;
}

.span15 {
    float: left;
    width: 730px;
}

.span16 {
    float: left;
    width: 780px;
}

.span17 {
    float: left;
    width: 830px;
}

.span18 {
    float: left;
    width: 880px;
}

.span19 {
    float: left;
    width: 930px;
}

.span20 {
    float: left;
    width: 980px;
}

.span21 {
    float: left;
    width: 1030px;
}

.span22 {
    float: left;
    width: 1080px;
}

.span23 {
    float: left;
    width: 1130px;
}

.span24 {
    float: left;
    width: 1180px;
}

/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.mt25 {
    margin-top: 25px;
}

.mt40 {
    margin-top: 40px;
}

.mt20 {
    margin-top: 20px;
}
.ml20{
    margin-left: 20px;
}
.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mt10 {
	margin-top:10px;
}
.ml10 {
	margin-left:10px;
}
/* header */

#header {
    height: 251px;
}

.head-upper {
    height: 44px;
    background-color: #355e92;
}

/* 当前时间 */
.current-date {
    margin-left: 29px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
}

.submitted-box {
    margin-top: 4px;
    margin-right: 16px;
}

.submitted {
    position: relative;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 14px;
}

.submitted::before {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -8.5px;
    left: -8px;
    width: 2px;
    height: 17px;
    background-color: #fff;
}

.submitted:first-child,
.submitted:first-child::before {
    margin-left: 0;
    content: none;
}

.submitted>a {
    font-size: 16px;
    color: #fff;
}

/* 导航栏 */
.nav {
    position: relative;
    background-color: #fff;
}

.nav-box {
    padding-top: 4px;
}

.nav-list {
    float: left;
    height: 44px;
    line-height: 44px;
}

.nav-name {
    font-size: 20px;
    color:#333;
}

.nav-list:first-child {
    margin-left: 54px;
    margin-right: 112px;
}

.nav-list:nth-child(3) {
    margin-left: 107px;
    margin-right: 266px;
}

.nav-list:last-child {
    margin-left: 79px;
}

.nav>img {
    position: absolute;
    left: 50%;
    margin-left: -90px;
    bottom: 0;
    margin-bottom: -10px;
}

.nav-name.active,
.nav-name:hover {
    color: #355e92;
}

.government {
    background: url("../images/head_bg.jpg") center center;
    border-bottom: 5px solid #355e92;
}

.head-title {
    position: relative;
    text-align: center;
    height: 157px;
    background: url("../images/head_title.png") no-repeat center 40px;
}

.top-search {
    position: relative;
    margin-right: 0;
    margin-top: 83px;
    width: 207px;
    height: 38px;
    padding: 0 49px 0 21px;
    border: 1px solid #869fbd;
    background-color: rgb(255, 255, 255,.57);
    border-radius: 20px;
    z-index: 1;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 21px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.input-box {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: 0;
    background: 0 0;
    font-size: 16px;
    color: #999;
}

.top-btn {
    position: absolute;
    top: 7px;
    right: 20px;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url("../images/top_search.png");
    cursor: pointer;
}


/* 底部 */
.foot {
    height: 208px;
    border-top: 6px solid #035699;
    background-color: #f6f6f6;
    margin-top: 30px;
}

/* 下拉框 */
.drop-down {
    padding-top: 16px;
    padding-bottom: 17px;
    border-bottom: 1px solid #ddd;
}

.drop-bar {
    position: relative;
    float: left;
    width: 236px;
    height: 27px;
}

.drop-bar::before {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -15px;
    right: 0;
    width: 1px;
    height: 30px;
    background-color: #ddd;
}

.drop-bar:last-child::before {
    content: none;
}

.ewb-sel {
    display: none;
    width: 236px;
    height: 27px;
    line-height: 27px;
}

.chosen-container {
    width: 236px;
    height: 27px;
    line-height: 46px;
    font-family: "Microsoft YaHei";
}

.chosen-container-single .chosen-single {
    display: block;
    height: 28px;
    border: 0;
    box-shadow: none;
    font-size: 14px;
    background-color: transparent;
    color: #666;
    text-align: center;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single.cur {
    color: #333;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    position: relative;
    z-index: 300;
    border: 0;
}

.chosen-container-single .chosen-single span {
    display: inline-block;
    max-width: 180px;
    margin-right: 6px;
    height: 28px;
    line-height: 28px;
}

.chosen-container-single .chosen-single div {
    position: static;
    border: 0;
    display: inline-block;
    padding: 0;
}

.chosen-container-single .chosen-single div b {
    width: 10px;
    height: 6px;
    margin-top: 10px;
    background: url("../images/sel_ico.png") left center no-repeat;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/sel_ico_cur.png") left center no-repeat;
}

.chosen-container-single .chosen-drop {
    right: -1px;
    left: -1px;
    top: auto;
    bottom: 42px;
    width: auto;
    border: 1px solid #e6e6e6;
    border-radius: 0;
}

.chosen-container .chosen-search {
    display: none;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 5px 5px;
    max-height: 300px;
    color: #333;
}

.chosen-container .chosen-results li {
    line-height: 28px;
    font-size: 14px;
    color: #666;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #355e92;
}

.chosen-container .chosen-drop {
    background-color: #f6f6f6;
}

.box-size {
    width: 78%;
}

.foot-left {
    position: relative;
    width: 248px;
    text-align: right;
}

.foot-right {
    position: relative;
}

.map {
    height: 35px;
    line-height: 35px;
}

.website {
    font-size: 14px;
    color: #333;
}

.foot-middle {
    height: 126px;
    padding-top: 12px;
    /* border-bottom: 1px solid #ddd;*/
}

.foot-address {
    height: 30px;
    line-height: 30px;
}

.foot-icon1 {
    display: block;
    position: absolute;
    left: 50px;
    top: 25px;
}

.foot-icon2 {
    display: block;
    position: absolute;
    left: 178px;
    top: 21px;
}

.foot-icon3 {
    display: block;
    position: absolute;
    right: 177px;
    top: 30px;
}

.foot-icon4 {
    display: block;
    position: absolute;
    right: 50px;
    top: 31px;
}

.safety {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.safety-name {
    padding-left: 31px;
    font-size: 14px;
    color: #333;
    background: url("../images/safety.png") no-repeat left center;
}
