@charset "UTF-8";
html {
    color: #000;
    background: #FFF;
}
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    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:after,
q:before {
    content: '';
}
abbr,
acronym {
    border: 0;
    font-variant: normal;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
input,
select,
textarea {
    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;
    min-width: 1208px;
    background: #effaf6;
}
button,
input,
select,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}
table {
    font-size: inherit;
    font: 100%;
}
code,
kbd,
pre,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}
a {
    text-decoration: none;
}

/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clearfix {
    *zoom: 1;
}
.clearfix:after,
.clearfix:before {
    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;
}

/*! grid system 24栅格 998px */

.ewb-span1 {
    float: left;
    width: 32px;
}
.ewb-span2 {
    float: left;
    width: 74px;
}
.ewb-span3 {
    float: left;
    width: 116px;
}
.ewb-span4 {
    float: left;
    width: 158px;
}
.ewb-span5 {
    float: left;
    width: 200px;
}
.ewb-span6 {
    float: left;
    width: 242px;
}
.ewb-span7 {
    float: left;
    width: 284px;
}
.ewb-span8 {
    float: left;
    width: 326px;
}
.ewb-span9 {
    float: left;
    width: 368px;
}
.ewb-span10 {
    float: left;
    width: 410px;
}
.ewb-span11 {
    float: left;
    width: 452px;
}
.ewb-span12 {
    float: left;
    width: 494px;
}
.ewb-span13 {
    float: left;
    width: 536px;
}
.ewb-span14 {
    float: left;
    width: 578px;
}
.ewb-span15 {
    float: left;
    width: 620px;
}
.ewb-span16 {
    float: left;
    width: 662px;
}
.ewb-span17 {
    float: left;
    width: 704px;
}
.ewb-span18 {
    float: left;
    width: 746px;
}
.ewb-span19 {
    float: left;
    width: 788px;
}
.ewb-span20 {
    float: left;
    width: 830px;
}
.ewb-span21 {
    float: left;
    width: 872px;
}
.ewb-span22 {
    float: left;
    width: 914px;
}
.ewb-span23 {
    float: left;
    width: 956px;
}
.ewb-span24 {
    float: left;
    width: 998px;
}
.ewb-span25 {
    float: left;
    width: 1040px;
}
.ewb-span26 {
    float: left;
    width: 1082px;
}
.ewb-span27 {
    float: left;
    width: 1124px;
}
.ewb-span28 {
    float: left;
    width: 1166px;
}
.ewb-span29 {
    float: left;
    width: 1208px;
}
.ewb-container {
    width: 1208px;
    margin: 0 auto;
}
.ewb-row {
    overflow: hidden;
}
input,
button {
    font-family: "Microsoft YaHei";
    border: none;
    outline: 0;
}
.placeholder {
    color: #999;
}
input::-webkit-input-placeholder {
    color: #999;
}
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}
input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}
button,
input {
    border: none;
    outline: 0;
}
.placeholder {
    color: #666;
}
.ewb-mt10 {
    margin-top: 10px;
}
.ewb-ml10 {
    margin-left: 10px;
}

/* header */

.ewb-banner {
    position: relative;
}
.ewb-bar-logo img {
    position: absolute;
    z-index: 999;
}
.ewb-logo {
    top: 43px;
}
.ewb-tt {
    top: 210px;
    right: 43px;
}
.wb-slider {
    position: relative;
    overflow: hidden;
}
.wb-slider.slider2 {
    height: 344px;
}
.wb-slider-conbox {
    overflow: hidden;
    height: 100%;
}
.wb-slider-ctag {
    position: relative;
    display: none;
    height: 100%;
}
.wb-slider-ctag.active{display:block;}
.ewb-slider-img {
    display: block;
    width: 100%;
    height: 100%;
}

/* nav */

.ewb-nav {
    background: #15c477;
}
.ewb-nav-items {
    height: 56px;
    background: url(../images/nav_bg.jpg) no-repeat;
}
.ewb-nav-item {
    float: left;
    margin: 9px 0 0 15px;
}
.ewb-nav-item:first-child {
    margin-left: 8px;
}
.ewb-nav-item a {
    display: block;
    width: 120px;
    height: 37px;
    line-height: 37px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.ewb-nav-item a:hover,
.ewb-nav-item a.cur {
    background: url(../images/nav_img.png) no-repeat;
}

/* 信息 */

.ewb-info {
    height: 42px;
    line-height: 42px;
    color: #666;
    background: #fff;
}
.ewb-info-icon {
    display: inline-block;
    background-position: left center;
    background-repeat: no-repeat;
}
.ewb-info-icon.icon1 {
    padding-left: 24px;
    margin: 0 12px 0 20px;
    background-image: url(../images/info_icon.png);
}
.ewb-info-icon.icon2 {
    padding-left: 26px;
    margin-left: 10px;
    background-image: url(../images/info_w.png);
}
.ewb-search>input {
    float: left;
    width: 296px;
    height: 42px;
    line-height: 42px;
    text-indent: 14px;
}
.ewb-search button {
    float: left;
    width: 72px;
    height: 42px;
    background: url(../images/ser_btn.png) no-repeat center #15c477;
    cursor: pointer;
    transition: background-color .2s ease-in-out;
}
.ewb-search button:hover {
    background-color: #0F9158;
}

/* foot */

.ewb-footer {
    /*padding-top:25px;*/
    background: #414243;
}
.ewb-foot-hd {
    float: left;
    height: 32px;
    padding-left: 42px;
    background: url(../images/foot_icon1.png) no-repeat left center;
}
.ewb-foot-sel {
    padding: 25px 0;
    border-bottom: 1px solid #545556;
}
.ewb-foot-tt {
    float: left;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-right: 25px;
    background: url(../images/foot-icon2.png) no-repeat right center;
}
.ewb-foot-bd {
    float: left;
}
.ewb-foot-div {
    float: left;
    margin-left: 15px;
}
.ewb-foot-div:first-child {
    margin-left: 20px;
}
.ewb-div-item {
    width: 255px;
    height: 32px;
}

/*chosen*/

.ewb-foot-bd .chzn-container-single .chzn-single {
    height: 32px;
    line-height: 32px;
    border: none;
    text-indent: 15px;
    background: #fff;
}
.ewb-foot-bd .chzn-container-single .chzn-single div {
    width: 40px;
    border-left: none;
    background: none;
}
.ewb-foot-bd .chzn-container-single .chzn-single div b {
    background: url(../images/foot_sel.png) no-repeat center;
}
.ewb-foot-bd .chzn-container .chzn-results {
    text-indent: 8px;
}
.ewb-foot-font {
    padding: 24px 0 37px 0;
}
.ewb-foot-font p {
    line-height: 28px;
    color: #cecece;
    text-align: center;
}
.ewb-foot-num {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    color: #cecece;
}

/* 信息列表 */

.wb-data-item {
    padding-left: 15px;
    padding-top: 3px;
}
.wb-data-list {
    line-height: 30px;
    padding-left: 14px;
    background: url(../images/listimg.png) 0 50% no-repeat;
}
.wb-data-infor {
    margin-right: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wb-data-infor a {
    color: #333;
}
.wb-data-date {
    float: right;
    color: #999;
    padding-right: 16px;
    margin-top: -30px;
}
.wb-data-list:hover {
    color: #ff9c00;
    background-image: url(../images/listimg2.png);
}
.wb-data-list:hover .wb-data-date,
.wb-data-infor:hover a {
    cursor: pointer;
    color: #ff9c00;
}

/* 二级页面公用 */

.ewb-con-all {
    padding: 20px;
    background: #fff;
}
