﻿@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;
}

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 {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    background-color: #eaf4fc;
}

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;
}

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 {
    *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;
}

.top-font {
    font-family: 'Microsoft YaHei';
    font-weight: bold;
}

/* 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);
}

.ewb-mt7{
    margin-top: 7px;
}

.ewb-mt10{
    margin-top: 10px;
}

.ewb-header{
    height: 114px;
    background: url('../images/header_bg.jpg') center top no-repeat #035eac;
}

.top-title{
    float: left;
    margin-top: 25px;
    padding-left: 70px;
    height: 58px;
    line-height: 58px;
    color: #fff;
    font-size: 32px;
    background: url(../images/top_title.png) left center no-repeat;
}

.ewb-nav{
    margin-right: 20px;
    float: right;
    margin-top: 34px;
}

.ewb-nav-item{
    float: left;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    margin-right: 24px;
}

.ewb-nav-item a{
    display: block;
    color: #fff;
    border-bottom: 2px solid transparent;
}

.ewb-nav-item.cur a,
.ewb-nav-item a:hover{
    border-color: #fff;
    font-weight: bold;
}

.ewb-search{
    float: left;
}

.ewb-search-btn{
    right: 0;
    top: 0;
    position: absolute;
    width: 38px;
    height: 38px;
    background: url('../images/search_icon.png') center no-repeat;
    border:0;
    padding: 0;
    outline: 0;
    cursor: pointer;
}

.ewb-noacs{
    float: right;
    margin-top: 47px;
    margin-left: 38px;
    width: 18px;
    height: 21px;
    cursor: pointer;
    background: url(../images/noza.png) left center no-repeat;
}

.top-state{
    position: absolute;
    right: 42px;
    top: 38px;
    width: 38px;
    height: 38px;
    overflow: hidden;
}

.ewb-porela{
    position: relative;
}

.ewb-top-sea.ewb-search{
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    padding-right: 50px;
    border: 0;
}

.top-state:hover,
.top-state.open {
    width: 198px;
}

.top-state:hover .ewb-search-btn,
.top-state.open .ewb-search-btn{
    background-image: url(../images/search_iconh.png);
}

.top-state:hover .ewb-top-sea,
.top-state.open .ewb-top-sea{
    background-color: #fff;
}

/* footer */
.ewb-footer{
    margin-top: 10px;
    height: 134px;
    color: #fff;
    background: url(../images/foot_bg.jpg) center top no-repeat;
}

/* guide */
.ewb-guide{
    padding: 16px 0;
    margin-right: -13px;
}

.ewb-guide-sel{
    margin-left: 13px;
    float: left;
    width: 265px;
    height: 33px;
    font-size: 16px;
    text-align: center;
    text-align-last: center;
    color: #323232;
    outline: 0;
    border: 0;
    background-color: #fff;
}


.ewb-guide-sel:first-child{
    margin-left: 0;
}

/* msg */
.ewb-foot-msg{
    position: relative;
    line-height: 28px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    border-top: 1px solid #4d8bbf;
}

.ewb-foot-msg a{
    color: #fff;
}

.foot-box01{
    margin-top: 20px;
    font-size: 0;
    color: #fff;
}

.foot-box01 a{
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.foot-box01 span{
    margin: 0 17px;
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #4d8bbf;
}

.foot-item p{
    margin: 0 8px;
    display: inline-block;
    vertical-align: top;
}

.foot-intro{
    position: absolute;
}

.foot-intro.ico01{
    left: 50px;
    top: 30px;
}

.foot-intro.ico02{
    right: 68px;
    top: 36px;
}

.foot-intro img{
    display: block;
}

/* list */
.wb-data-item{
    padding-top: 4px;
}

.wb-data-list {
    line-height: 32px;
    padding-left: 15px;
    background: url(../images/listimg.png) 0 50% no-repeat;
}

.wb-data-infor {
    margin-right: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}

.wb-data-date {
    float: right;
    margin-top: -32px;
    color: #999;
}

.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a {
    cursor: pointer;
    color: #0053ad;
}


.txthide{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

/* search */
.ewb-search {
  position: relative;
  z-index: 1;
  padding-left: 10px;
  width: 198px;
  height: 38px;
  border: 1px solid #d2d2d2;
}

.input-placeholder {
  position: absolute;
  top: 0;
  left: 10px;
  height: 38px;
  line-height: 37px;
  color: #999;
  z-index: -1;
  cursor: text;
}

.input-box {
  width: 100%;
  height: 38px;
  line-height: 37px;
  border: 0;
  background: 0 0;
}

/* chosen */
.chosen-container-single .chosen-single{
    height: 33px;
    line-height: 33px;
}

.chosen-container-active.chosen-with-drop .chosen-single{
    border: 0;
    outline: 0;
}

.chosen-container-single .chosen-single{
    border: 0;
    outline: 0;
    text-align: center;
}

.chosen-container .chosen-drop{
    border: 0;
    outline: 0;
    text-align: center;
}

.chosen-container{
    float: left;
    margin-right: 13px;
    font-size: 16px;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search{
    display: none;
}

.chosen-container .chosen-results li{
    padding-right: 26px;
    line-height: 20px;
}

.chosen-container .chosen-results{
    max-height: 124px;
}

.chosen-container-single .chosen-single div{
    width: 30px;
    background-color: #dddee0;
}

.chosen-container-single .chosen-single div b{
    background-image: url(../images/sel_down.png);
    background-color: #dddee0;
}

.chosen-container-active.chosen-with-drop .chosen-single div b{
    background-image: url(../images/sel_up.png);
    background-color: #dddee0;
}

.beian-num{
    padding-left: 20px;
    background: url(../images/foot_ico02.png) left center no-repeat;
}

/* 导航收缩 */
.ewb-nav-menu {
    display: none;
    float: right;
    margin-top: 24px;
    width: 28px;
    height: 28px;
    background: url(../images/menu.png) center center no-repeat;
    cursor: pointer;
}


/* 1100分辨率以下 */

@media (max-width: 1099px) {
    .ewb-nav-item{
        margin-right: 24px;
    }

    .ewb-nav{
        margin-right: 40px;
    }

    .ewb-work{
        padding-right: 5px;
    }

    .ewb-guide-sel{
        width: 23.9%;
        margin-right: 0;
    }
    .chosen-container{
        margin-right: 10px;
    }

    .foot-intro.ico02{
        right: 38px;
        top: 34px;
    }
}

/* 竖版pad及以下 */

@media (max-width: 979px) {
    .ewb-nav-items{
        position: absolute;
        z-index: 999;
        top: 114px;
        right: 0;
        display: none; 
        width: 200px;
        padding: 10px 0;
        border-radius: 3px;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .chosen-container{
        margin-right: 8px;
    }

    .ewb-nav-item{
        margin-right: 0;
        float: none;
        text-align: center;
    }

    .ewb-nav-item a{
        border-bottom: 0;
    }

    .ewb-nav-menu {
        margin-top: 9px;
        display: block;
    }

    .top-state{
        position: relative;
        float: right;
        width: 198px;
        right: 20px;
    }

    .ewb-top-sea{
        background-color: #fff;
    }

    .ewb-search-btn{
        background-image: url(../images/search_iconh.png);
    }

    .ewb-noacs{
        margin-left: 0;
    }

    .ewb-nav{
        margin-right: 20px;
    }

    /* footer */
    .foot-intro.ico01{
        left: 10px;
        top: 20px;
    }

    .foot-intro.ico02{
        right: 10px;
        top: 20px;
    }

    .ewb-guide-sel{
        font-size: 14px;
    }
}


/* 手机端 */

@media (max-width: 767px) {
    .ewb-header{
        padding-bottom: 10px;
        min-height: 114px;
        height: auto;
        background-position: center bottom;
    }

    .top-title{
        float: none !important;
    }

    .ewb-nav{
        margin-right: 30px;
        margin-top: -50px;
    }

    .ewb-noacs{
        margin-top: -35px;
    }

    .top-title{
        padding-left: 54px;
        font-size: 26px;
        height: 45px;
        line-height: 45px;
        background-size: 42px 45px;
    }

    .top-state{
        margin-top: 10px;
        width: 100%;
        right: auto;
        top: auto;
        float: none;
    }

    .ewb-top-sea.ewb-search{
        width: 100%;
    }

    .ewb-nav-items{
        top: 128px;
    }

    .ewb-nav-menu{
        margin-top: 12px;
    }

    .ewb-guide{
        margin-right: 0;
    }

    .ewb-guide-sel{
        margin: 0;
        margin-top: 2px;
        width: 100%;
        float: none;
        border: 1px solid #d2d2d2;
    }

    .ewb-footer{
        height: auto;
        background: none;
        background-position: center bottom;
        background-color: #035eac;
    }

    .foot-intro{
        margin: 0 10px;
        position: static;
        display: inline-block;
        vertical-align: middle;
    }

    .foot-box01{
        margin-top: 10px;
    }

    .foot-box03{
        margin-top: 10px;
    }

    .ewb-foot-msg{
        padding-bottom: 10px;
    }

    .top-state:hover, .top-state.open{
        width: 100%;
    }
}

/*竖版手机端*/

@media (max-width: 480px) {
    .top-title{
        margin-top: 12px;
        font-size: 20px;
    }


}