@charset "UTF-8";
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/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
    background-color: #f1faff;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
    font-family: "Microsoft YaHei";
    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;
}

.ewb-mt16 {
    margin-top: 16px;
}

/* 属性值渐变 */

.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);
}

/* 单行文本溢出 */

.ewb-otw {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#header {
    height: 305px;
}

/* top */

.ewb-top {
    line-height: 30px;
    box-shadow:1px 1px 5px 0px rgba(4,0,0,0.06);
    font-size: 12px;
    color: #aaa;
}

.ewb-date {
    float: left;
}

.ewb-welcome {
    float: left;
    margin-left: 32px;
}

.ewb-top-link {
    float: right;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.ewb-top-link a {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #aaa;
}

.ewb-top-link i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px;
    width: 1px;
    height: 11px;
    background-color: #aaa;
}

/* header */

.ewb-header {
    height: 197px;
    background: url('../images_zwfw/header_bg.jpg') center bottom no-repeat #d1f2fe;
}

.ewb-logo {
    float: left;
    margin-top: 47px;
}

/* nav */

.ewb-nav {
    height: 78px;
    background: #007bd9;
}

.ewb-nav .container {
    position: relative;
}

.ewb-nav-list {
    padding-right: 380px;
}

.ewb-nav-node {
    float: left;
    /* width: 16.666666666666668%; sxx*/
    width:20%;
    vertical-align: top;
}

.ewb-nav-name {
    display: block;
    height: 78px;
    line-height: 35px;
    text-align: center;
    background-position: center 11px;
    background-repeat: no-repeat;
}

.ewb-nav-name span {
    display: block;
    padding-top: 42px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.ewb-nav-name.icon1 {
    background-image: url('../images_zwfw/nav_icon1.png');
}

.ewb-nav-name.icon2 {
    background-image: url('../images_zwfw/nav_icon2.png');
}

.ewb-nav-name.icon4 {
    background-image: url('../images_zwfw/nav_icon4.png');
}

.ewb-nav-name.icon5 {
    background-image: url('../images_zwfw/nav_icon5.png');
}

.ewb-nav-name.icon6 {
    background-image: url('../images_zwfw/nav_icon6.png');
}

.ewb-nav-name:hover,
.ewb-nav-name.current {
    background-color: #36a8ff;
}

/* search */

.ewb-search {
    position: absolute;
    top: 13px;
    right: 0;
    width: 324px;
    height: 52px;
    background-color: #fff;
}

.ewb-search-wrap {
    position: relative;
    padding-left: 94px;
}

.ewb-search-type {
    position: absolute;
    top: 0;
    left: 0;
    width: 94px;
    height: 52px;
}

.ewb-search-type li {
    vertical-align: top;
}

.ewb-sel {
    padding-left: 6px;
    width: 100%;
    height: 26px;
    line-height: 24px;
    color: #666;
    background-color: #f8f8f8;
}

.ewb-search-type li:first-child .ewb-sel {
    border-bottom: 1px solid #eee;
}

.ewb-search-type .chosen-container {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.ewb-search-type .chosen-container-single .chosen-single {
    padding: 0 0 0 9px;
    height: 26px;
    border: 0;
    box-shadow: none;
    color: #666;
    background-color: #f8f8f8;
}

.ewb-search-type li:first-child .chosen-container-single .chosen-single {
    border-bottom: 1px solid #eee;
}

.ewb-search-type .chosen-container-single .chosen-single.cur {
    color: #666;
}

.ewb-search-type .chosen-container-active.chosen-with-drop .chosen-single {
    border: 0;
}

.ewb-search-type .chosen-container-single .chosen-single span {
    margin-right: 20px;
    height: 26px;
    line-height: 26px;
}

.ewb-search-type .chosen-container-single .chosen-single div {
    width: 20px;
    padding: 0;
}

.ewb-search-type .chosen-container-single .chosen-single div b {
    width: 20px;
    height: 26px;
    background: url('../images_zwfw/sel_ico1.png') left center no-repeat;
}

.ewb-search-type .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url('../images_zwfw/sel_ico1_cur.png') left center no-repeat;
}

.ewb-search-type .chosen-container-single .chosen-drop {
    top: 26px;
    border: 0;
    border-top: 1px solid #ddd;
    border-radius: 0;
    background-color: #f8f8f8;
}

.ewb-search-type .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: #676767;
}

.ewb-search-type .chosen-container .chosen-results li {
    padding-left: 9px;
    padding-right: 9px;
    line-height: 16px;
}

.ewb-search-type .chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #0087ff;
}

.input-tips {
    position: relative;
    z-index: 1;
    padding: 0 48px 0 12px;
    height: 52px;
    font-size: 16px;
    overflow: hidden;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 12px;
    height: 52px;
    line-height: 51px;
    color: #c1c1c1;
    z-index: -1;
    cursor: text;
}

.input-box {
    width: 100%;
    height: 52px;
    line-height: 50px;
    border: 0;
    background: 0 0;
}

.ewb-search-btn {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 25px;
    height: 24px;
    background: url('../images_zwfw/search_ico.png') no-repeat;
    cursor: pointer;
}

/* 1380分辨率以下 */

@media (max-width: 1379px) {
    .ewb-logo {
        margin-top: 60px;
        width: 462px;
    }
    .ewb-nav-list {
        padding-right: 340px;
    }
    .ewb-search {
        width: 300px;
    }
}

/* 竖版pad及以下 */

@media (max-width: 997px) {
    #header {
        height: auto;
    }
    .ewb-logo {
        margin-top: 70px;
        width: 406px;
    }
    .ewb-nav {
        height: auto;
        padding: 10px 0;
    }
    .ewb-nav-list {
        padding-right: 0;
        background: #007bd9;
    }
    .ewb-search {
        position: static;
        margin-top: 10px;
        width: 100%;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-top {
        padding: 5px 0;
        line-height: 20px;
    }
    .ewb-header {
        background-position: left top;
        padding: 30px 0;
        height: auto;
    }
    .ewb-logo {
        margin-top: 0;
        margin-left: 10px;
        width: 85%;
        max-width: 500px;
    }
    .ewb-nav-name {
        height: 60px;
        line-height: 32px;
        background-position: center 6px;
        background-size: auto 20px;
    }
    .ewb-nav-name span {
        padding-top: 30px;
    }
}

@media (max-width: 540px) {
    .ewb-nav-node {
        width: 33.333333333333%;
    }
}

/* footer */

.ewb-footer {
    margin-top: 16px;
    /* background-color:  #343740; */
    background-color:  #f1faff;
}

.ewb-foot-hd {
    padding: 10px 8px;
    /*   border-bottom: 1px solid #3c3f4c; */
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust:none;
    border-top: 2px solid #0271c6;
}

.ewb-foot-hd a {
    display: inline-block;
    vertical-align: top;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    /*  color: #c9cad1; */
    color: #0271c6;;
}

.ewb-foot-hd i {
    display: inline-block;
    vertical-align: top;
    margin: 0 44px;
    width: 2px;
    height: 25px;
}

.ewb-foot-bd {
    position: relative;
    min-height: 106px;
}

.ewb-foot-content {
    padding: 14px 240px 14px 0;
    line-height: 26px;
    font-size: 0;
    -webkit-text-size-adjust:none;
    text-align: center;
}

.ewb-foot-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 28px;
    font-size: 14px;
    /*   color: #6b6e7d; */
    color: black;
}

/* 访问量  sxx */
.ewb-foot-item1 {

    vertical-align: top;
    margin-right: 28px;
    font-size: 14px;
    /*   color: #6b6e7d; */
    color: black;
}

.ewb-foot-icon {
    position: absolute;
    left: 50%;
    display: block;
}

.ewb-foot-icon.icon1 {
    /*   top: 29px; */
    top :18px;
    margin-left: 546px;
}

.ewb-foot-icon.icon2 {
    /*     top: 27px; */
    top  :8px;
    margin-left: 447px;
}

/* 1380分辨率以下 */

@media (max-width: 1379px) {
    .ewb-foot-icon.icon1 {
        margin-left: 405px;
    }
    .ewb-foot-icon.icon2 {
        margin-left: 306px;
    }
}

/* 竖版pad及以下 */

@media (max-width: 997px) {
    .ewb-foot-bd {
        text-align: center;
        padding-bottom: 20px;
    }
    .ewb-foot-content {
        padding-right: 0;
    }
    .ewb-foot-item {
        margin: 0 10px;
    }
    .ewb-foot-icon {
        position: static;
        margin: 0 10px !important;
        display: inline-block;
        vertical-align: middle;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-foot-hd i {
        margin: 0 10px;
    }
    .ewb-foot-content {
        line-height: 24px;
    }
}


/* sxx */
.ewb-list-name.ewb-otw p {
    display: inline;
}
.ewb-span21{
    float: left;
    width: 85%;
}
.ewb-span4{
    float: left;
    width: 15%;
}
.ewb-row{
    overflow: hidden;
}