@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;
    min-width: 1020px;
    /*background: url('../img/bg.jpg') center top no-repeat #d7f0ff;
    background-size: 100%;*/
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
    outline: 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;
}

/* placeholder */

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    /* Internet Explorer 9- */
    color: #999;
}

/*! grid system 20栅格 980px */

.ewb-main {
    margin: 0 auto;
    width: 980px;
    padding: 16px 20px 20px 20px;
    background-color: #fff;
}

.ewb-container {
    width: 980px;
    margin: 0 auto;
}

.ewb-row {
    overflow: hidden;
}

.ewb-span1 {
    float: left;
    width: 30px;
}

.ewb-span2 {
    float: left;
    width: 80px;
}

.ewb-span3 {
    float: left;
    width: 130px;
}

.ewb-span4 {
    float: left;
    width: 180px;
}

.ewb-span5 {
    float: left;
    width: 230px;
}

.ewb-span6 {
    float: left;
    width: 280px;
}

.ewb-span7 {
    float: left;
    width: 330px;
}

.ewb-span8 {
    float: left;
    width: 380px;
}

.ewb-span9 {
    float: left;
    width: 430px;
}

.ewb-span10 {
    float: left;
    width: 480px;
}

.ewb-span11 {
    float: left;
    width: 530px;
}

.ewb-span12 {
    float: left;
    width: 580px;
}

.ewb-span13 {
    float: left;
    width: 630px;
}

.ewb-span14 {
    float: left;
    width: 680px;
}

.ewb-span15 {
    float: left;
    width: 730px;
}

.ewb-span16 {
    float: left;
    width: 780px;
}

.ewb-span17 {
    float: left;
    width: 830px;
}

.ewb-span18 {
    float: left;
    width: 880px;
}

.ewb-span19 {
    float: left;
    width: 930px;
}

.ewb-span20 {
    float: left;
    width: 980px;
}

.ewb-ml10 {
    margin-left: 10px;
}

.ewb-mt18 {
    margin-top: 18px;
}

.ewb-ml20 {
    margin-left: 20px;
}

.ewb-mt10 {
    margin-top: 10px;
}

.ewb-mt20 {
    margin-top: 20px;
}

/* 属性值渐变 */

.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 */

/* nav */

.ewb-nav {
    margin: 0 auto;
    width: 980px;
    padding: 10px 20px 0 20px;
    background-color: #fff;
}

.ewb-nav ul {
    width: 100%;
    height: 54px;
    text-align: center;
    background: #31a2e4;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.ewb-nav-node {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    height: 54px;
    line-height: 53px;
    text-align: center;
    width: 20%;
}

.ewb-nav-name {
    font-size: 24px;
    color: #fff;
}

.ewb-nav-name:hover,
.ewb-nav-name.current {
    color: #f1e251;
}


/*footer*/
.ewb-footer {
    /* margin-top: 20px; */
    height: 220px;
    background-color: #6b6a6a;
}
.ewb-footer .container {
    position: relative;
    width: 980px;
    margin: 0 auto;
}
.ewb-footer-left {
    float: left;
    padding-top: 18px;
    width: 70%;
    position: relative;
    height: 175px;
    background: url(../img/footer_sx.jpg) right center no-repeat;
}
.ewb-footer-hd {
    line-height: 34px;
    color: #fff;
}
.ewb-footer-hd a {
    margin: 0 10px;
    color: #fff;
}
.ewb-footer-hd a:first-child {
    margin-left: 0;
}
.ewb-footer-bd {
    line-height: 30px;
    color: #fff;
    float: left;
    padding-right: 10px;
}
.ewb-footer-right {
    float: left;
    padding-top: 18px;
    width: 30%;
    height: 141px;
    /* position: relative; */
}
.ewb-footer-links {
    padding-left: 26px;
}
.ewb-footer-links li {
    height: 30px;
    line-height: 30px;
    vertical-align: top;
}
.ewb-footer-links a {
    float: left;
    padding-left: 25px;
    color: #fff;
}
.ewb-footer-ico1 {
    background: url(../img/footer_ico1.png) left center no-repeat;
}
.ewb-footer-ico2 {
    background: url(../img/footer_ico2.png) left center no-repeat;
}
.ewb-fwl {
    float: left;
    margin-top: 5px;
    height: 20px;
    line-height: 20px;
    width: 400px;
}
.ewb-fwl-img {
    float: right;
    width: 108px;
    height: 20px;
}
.ewb-fwl label {
    float: left;
    color: #fff;
}
.ewb-footer-img1 {
    position: absolute;
    right: 950px;
    /* bottom: 86px; */
}
.ewb-footer-img2 {
    position: absolute;
    right: 800px;
    /* bottom: 86px; */
}
.ewb-footer-img3 {
    position: absolute;
    right: 650px;
    /* bottom: 86px; */
}
.ewb-footer-img4 {
    position: absolute;
    right: 500px;
    /* bottom: 86px; */
}
.ewb-footer-img5 {
    position: absolute;
    right: 370px;
    /* bottom: 93px; */
}
@media ( max-width: 1100px) {
    .ewb-footer {
        height: auto;
    }
    .ewb-footer-left {
        float: none;
        padding-bottom: 20px;
        width: 100%;
        height: 90px;
        /*      border-bottom: 1px solid #777; */
        background: none;
    }
    .ewb-footer-right {
        float: none;
        width: 100%;
        padding-top: 20px;
        height: 190px;
    }
    .ewb-footer-links {
        padding-left: 0;
    }
    .ewb-footer-img1 {
        position: absolute;
        right: 330px;
    }
    .ewb-footer-img2 {
        position: absolute;
        right: 250px;
        width: 70px;
    }
    .ewb-footer-img3 {
        position: absolute;
        right: 165px;
        width: 75px;
    }
    .ewb-footer-img4 {
        position: absolute;
        width: 80px;
        right: 75px;
    }
    .ewb-footer-img5 {
        position: absolute;
        right: 0px;
        width: 66px;
    }
}
@media ( max-width: 767px) {
    .ewb-footer {
        margin-top: 10px;
        font-size: 12px;
        padding: 0 5px;
        height: 410px;
    }
    .ewb-footer-hd,
    .ewb-footer-bd {
        line-height: 28px;
        width: 100%;
    }
}

.ewb-list .ewb-list-node{position: relative;}
.ewb-list .ewb-list-node i{width: 4px;height: 4px;
    border-radius: 20%;background-color: #ff981b;display: inline-block;position: absolute;left: 0;top:16px;}

.ewb-nav table{width: 100%;}
.ewb-nav table tr{height: 54px;line-height: 54px;text-align: center;}
.ewb-nav table tr td a{font-size: 20px;color: white;width:100%;display:block;}
