@charset "UTF-8";

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("./fonts/SourceHanSansCN-Regular.woff") format("woff"),
        url("./fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
        url("./fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

html {
    color: #000;
    background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
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 "SourceHanSansCN-Regular", arial, helvetica, clean, sans-serif;
    color: #333;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
    font-family: "SourceHanSansCN-Regular";
    outline: 0;
    border: 0;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    cursor: pointer;
    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;
}

/* 1200*17*48*24 */

.container {
    width: 1200px;
    margin: 0 auto;
}

.span6 {
    float: left;
    width: 282px;
}

.span18 {
    float: left;
    width: 894px;
}

.span24 {
    float: left;
    width: 1200px;
}

.ml10 {
    margin-left: 10px;
}

.ml24 {
    margin-left: 24px;
}

.mt10 {
    margin-top: 10px;
}

.mt12 {
    margin-top: 12px;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

/* 属性值渐变 */

.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);
}

/* 单行文本溢出 */

.otw {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* header */

#header {
    height: 163px;
}

.header {
    height: 120px;
}

.header .container {
    position: relative;
}

.logo {
    float: left;
    margin: 21px 0 0 4px;
}

.region {
    z-index: 200;
    float: right;
    margin: 44px 0 0 220px;
}

.region-name {
    display: block;
    padding-left: 24px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    background: url("../images/region_ico.png") left 4px no-repeat;
}

/* 下拉省份 */

.drop-down {
    position: absolute;
    z-index: 200;
    left: 0;
    top: 40px;
    width: 1200px;
    padding-top: 45px;
    display: none;
    z-index: 999;
}

.drop-arr {
    display: block;
    width: 18px;
    height: 10px;
    background: url("../images/drop_arr.png") left top no-repeat;
    position: relative;
    z-index: 5;
    margin-left: 760px;
}

.sub-province {
    margin-top: -1px;
    padding-top: 10px;
    height: 123px;
    z-index: 999;
    border: 1px solid #c3d3e1;
    cursor: default;
    background: url("../images/province_bg.jpg") right bottom no-repeat #fff;
    padding-left: 80px;
}

.province-txt {
    height: 39px;
    line-height: 36px;
}

.pro-left {
    width: 116px;
    font-size: 16px;
    font-weight: bold;
    color: #3c8ad3;
}

.ptxt {
    font-size: 14px;
    color: #333;
    padding: 0 8px;
    line-height: 26px;
    display: block;
}

.pro-right {
    padding-top: 6px;
}

.city-con {
    overflow: hidden;
    padding-left: 10px;
}

.w940 {
    width: 940px;
}

.county {
    border-bottom: 0;
}

.province-items>li,
.city-items>li,
.county-items>li {
    float: left;
    height: 26px;
    margin-right: 12px;
}

.province-items>li>a,
.city-items>li>a,
.county-items>li>a {
    display: block;
    font-size: 14px;
    color: #333;
    padding: 0 8px;
    line-height: 26px;
}

.province-items>li>a:hover,
.city-items>li>a:hover,
.county-items>li>a:hover {
    background-color: #ffae00;
    color: #fff;
    font-weight: bold;
}

.space {
    padding: 0 40px;
}

.region:hover .drop-down {
    display: block;
}

/* nav */

.nav {
    height: 43px;
    background-color: #4782ce;
}

.category {
    position: relative;
    z-index: 100;
    float: left;
    width: 180px;
}

.category-tt {
    display: block;
    padding-left: 52px;
    height: 43px;
    line-height: 43px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background: url("../images/category_ico.png") 19px center no-repeat #4178be;
    cursor: pointer;
}

.category-list {
    position: absolute;
    z-index: 100;
    top: 43px;
    right: 0;
    left: 0;
    height: 468px;
    background-color: #548dd7;
}

.category-node {
    height: 117px;
    line-height: 117px;
    vertical-align: top;
}

.category-node:first-child {
    margin-top: 0;
}

.category-node:hover {
    background-color: #3d7ed1;
}

.category-name {
    display: block;
    padding-left: 68px;
    font-size: 20px;
    color: #fff;
    background-position: 31px center;
    background-repeat: no-repeat;
}

.category-name.icon1 {
    background-image: url("../images/category_icon1.png");
}

.category-name.icon2 {
    background-image: url("../images/category_icon2.png");
}

.category-name.icon3 {
    background-image: url("../images/category_icon3.png");
}

.category-name.icon4 {
    background-image: url("../images/category_icon4.png");
}

.nav-list {
    float: left;
    margin-left: 24px;
    width: 996px;
}

.nav-list ul {
    padding: 0 10px;
}

.nav-node {
    float: left;
    margin-top: 5px;
    margin-left: 165px;
    height: 34px;
}

.nav-node:first-child {
    margin-left: 0;
}

.nav-name {
    display: block;
    width: 128px;
    height: 34px;
    line-height: 33px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-bottom: 4px solid transparent;
}

.nav-node:first-child .nav-name {
    width: 96px;
}

.nav-name:hover,
.nav-name.current {
    font-weight: bold;
    color: #ffde58;
    border-color: #ffde58;
}

/* footer */

.footer {
    padding: 19px 0 13px 0;
    background-color: #4a4a4a;
}

/* 友情链接 */

.friendlink {
    height: 34px;
}

.fl-node {
    float: left;
    margin-left: 15px;
    width: 390px;
    vertical-align: top;
}

.fl-node:first-child {
    margin-left: 0;
}

.fl-sel {
    padding-left: 10px;
    width: 100%;
    height: 34px;
    line-height: 34px;
    border: 1px solid #dbdbdb;
    color: #666;
}

.fl-node .chosen-container-single .chosen-single {
    height: 34px;
    line-height: 32px;
    border: 1px solid #dbdbdb;
    color: #666;
}

.fl-node .chosen-container-single .chosen-single.cur {
    color: #666;
}

.fl-node .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #dbdbdb;
}

.fl-node .chosen-container-single .chosen-drop {
    top: auto;
    bottom: 100%;
    border: 1px solid #dbdbdb;
    border-bottom: 0;
}

.fl-node .chosen-container-single .chosen-search input[type="text"] {
    border: 1px solid #dbdbdb;
}

/* 底部信息 */

.foot {
    position: relative;
    padding-top: 15px;
}

.foot-content {
    width: 600px;
    margin: 0 auto;
    line-height: 26px;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.foot-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0 12px;
    font-size: 14px;
    color: #eaeaea;
}

.foot-item a {
    color: #eaeaea;
}

.foot-item img {
    display: inline-block;
    margin: -3px 5px 0 0;
    vertical-align: middle;
}

.foot-party {
    position: absolute;
    left: 225px;
    top: 22px;
}

.foot-zhaocuo {
    position: absolute;
    right: 170px;
    top: 28px;
}

p.police{ 
	padding-left:23px; 
	background:url(../images/police.png) no-repeat left center;
}
.foot-item>a{ 
	color:#fff;
}