@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: 1300px;
}

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;
}

/* placeholder */

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;
}

.ewb-ml10 {
    margin-left: 10px;
}

.ewb-mt10 {
    margin-top: 10px;
}

/* 属性值渐变 */

.trans {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    -ms-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);

}

/* 单行文本溢出 */

.ewb-otw {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 1299px) {
    body {
        min-width: auto;
    }
}

/* nav */

.ewb-nav {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    height: 69px;
    background: url('../images/nav_bg.png') repeat-x;
}

.ewb-nav:hover {
    background-image: url('../images/nav_bg_cur.png');
}

.ewb-logo {
    float: left;
    margin: 20px 0 0 17px;
}

.ewb-search {
    position: relative;
    z-index: 999;
    float: right;
    width: 94px;
    height: 69px;
    background: url('../images/search_ico.png') center center no-repeat;
    cursor: pointer;
}

.ewb-search:hover {
    background-image: url('../images/search_ico_cur.png');
}

.ewb-search-box {
    display: none;
    position: absolute;
    z-index: 999;
    top: 69px;
    right: 0;
    padding: 14px 0 0 22px;
    width: 358px;
    height: 46px;
    background: url('../images/search_bg.png') repeat;
}

.ewb-search:hover .ewb-search-box {
    display: block;
}

.ewb-input-box {
    position: relative;
    float: left;
    padding-left: 18px;
    width: 253px;
    height: 32px;
    background: url('../images/input_bg.png') repeat;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 18px;
    display: block;
    height: 32px;
    line-height: 31px;
    color: #fff;
    z-index: 0;
    cursor: text;
}

.ewb-search-txt {
    width: 100%;
    height: 32px;
    line-height: 31px;
    border: 0;
    color: #fff;
    background: none;
}

.ewb-search-btn {
    float: left;
    width: 73px;
    height: 32px;
    border: 0;
    cursor: pointer;
    color: #fff;
    background-color: #3373cb;
}

.ewb-search-btn:hover {
    background-color: #175ab7;
}

.ewb-nav-list {
    float: right;
    margin-right: -10px;
}

.ewb-nav-node {
    float: left;
    height: 69px;
    vertical-align: top;
}

.ewb-nav-name {
    display: block;
    padding: 5px 19px 0 19px;
    height: 60px;
    line-height: 59px;
    font-size: 16px;
    color: #fff;
}

.ewb-nav-name:hover {
    border-bottom: 4px solid #236aeb;
}

.ewb-nav-drop {
    display: none;
    position: absolute;
    z-index: 999;
    top: 69px;
    right: 0;
    left: 0;
    height: 296px;
    /* background: url('../images/drop_bg.png') repeat; */
    background-color: #22252c;
}

.ewb-nav-node:hover .ewb-nav-drop {
    display: block;
}

.ewb-drop-list {
    padding: 15px 25px 0 25px;
}

.ewb-drop-node {
    float: left;
    width: 20%;
    vertical-align: top;
}

.ewb-plan-tt {
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #4a99ea;
}

.ewb-plan-list {
    margin-top: 10px;
}

.ewb-plan-list li {
    height: 32px;
    line-height: 32px;
    vertical-align: top;
}

.ewb-plan-list li a {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    color: #b9b9b9;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-plan-list li a:hover {
    color: #4a99ea;
}

@media (max-width: 1199px) {
    .ewb-nav {
        position: static;
        height: auto;
        min-height: 40px;
        background: #fff;
    }
    .ewb-nav:hover {
        background: #fff;
    }
    .ewb-logo {
        margin-top: 5px;
        height: 30px;
    }
    .ewb-search {
        margin-top: 6px;
        width: 50%;
        height: 26px;
        border-radius: 15px;
        border: 1px solid #eee;
        background: none;
    }
    .ewb-search:hover {
        background: none;
    }
    .ewb-search-box {
        position: relative;
        display: block;
        position: static;
        width: auto;
        padding: 0;
        padding-right: 30px;
        height: 26px;
        background: none;
    }
    .ewb-input-box {
        float: none;
        width: auto;
        height: 26px;
    }
    .input-placeholder {
        color: #999;
        height: 26px;
        line-height: 25px;
    }
    .ewb-search-txt {
        height: 26px;
        line-height: 25px;
        color: #333;
    }
    .ewb-search-btn {
        position: absolute;
        top: 3px;
        right: 10px;
        font-size: 0;
        width: 20px;
        height: 20px;
        background: url('../images/search_ico_cur.png');
        background-size: 20px 20px;
    }
    .ewb-nav-ico {
        float: right;
        margin: 10px 10px;
        width: 20px;
        height: 20px;
        background: url('../images/nav_ico.png');
        background-size: 20px 20px;
        cursor: pointer;
    }
    .ewb-nav-list {
        display: block;
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background-color: #2b3544;
        overflow: auto;
    }
    .ewb-nav-node {
        width: 100%;
        height: auto;
    }
    .ewb-nav-node.haschild,
    .ewb-drop-node {
        background: url('../images/menu_jt.png') right 18px no-repeat;
        background-size: auto 14px;
    }
    .ewb-nav-node.haschild.active,
    .ewb-drop-node.active {
        background-image: url('../images/menu_jt_cur.png');
    }
    .ewb-nav-name {
        padding: 0 20px;
        height: 50px;
        line-height: 50px;
    }
    .ewb-nav-name:hover {
        border-bottom: 0;
    }
    .ewb-nav-drop {
        position: static;
        height: auto;
    }
    .ewb-nav-node:hover .ewb-nav-drop {
        display: none;
    }
    .ewb-nav .container,
    .ewb-drop-node {
        width: 100%;
    }
    .ewb-plan-tt {
        margin: 0 -30px;
        padding: 0 30px;
        color: #fff;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .ewb-drop-list {
        padding: 0 30px;
    }
    .ewb-plan-list {
        display: none;
        margin: 0 -30px;
        background-color: #161d25;
    }
    .ewb-plan-list li {
        padding-left: 55px;
        height: 36px;
        line-height: 36px;
        border-top: 1px solid #3b4655;
    }
    .ewb-plan-list li:first-child {
        border-top: 0;
    }
    .ewb-plan-list li a {
        color: #fff;
    }
    .ewb-menu-hd {
        height: 50px;
        background-color: #1d242d;
        position: relative;
    }
    .ewb-menu-close {
        display: block;
        position: absolute;
        top: 18px;
        left: 20px;
        width: 14px;
        height: 14px;
        background: url('../images/menu_close.png');
        background-size: 14px 14px;
        cursor: pointer;
    }
    .ewb-menu-logo {
        display: block;
        margin: 0 auto;
        padding-top: 11px;
        width: 127px;
        height: 28px;
    }
    .ewb-menu-logo img {
        display: block;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .ewb-nav {
        padding: 0 5px;
    }
    .ewb-logo {
        margin-left: 5px;
    }
    .ewb-nav-ico {
        margin: 10px 5px;
    }
    .ewb-nav-node.haschild,
    .ewb-drop-node {
        background-size: auto 10px;
        background-position: right 20px;
    }
}

@media (max-width: 480px) {
    .ewb-nav {
        padding-bottom: 5px;
    }
    .ewb-search {
        width: 100%;
    }
}

/* footer */

.ewb-footer-hd {
    min-height: 170px;
    background-color: #2d3034;
}

.ewb-footer-list {
    float: left;
    margin-top: 32px;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.ewb-footer-node {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin-right: 72px;
}

.ewb-footer-info {
    line-height: 28px;
    font-size: 14px;
    color: #fff;
}

.ewb-footer-info  a{
 color: #fff;
}

.ewb-hotline {
    margin-left: 14px;
}

.ewb-work-time {
    display: inline-block;
    vertical-align: top;
    margin-right: 28px;
}

.ewb-code {
    float: right;
    margin-top: 25px;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.ewb-code-node {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin-left: 26px;
    width: 109px;
}

.ewb-code-node:first-child {
    margin-left: 0;
}

.ewb-code-img {
    width: 109px;
    height: 109px;
    background-color: #fff;
}

.ewb-code-img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.ewb-code-name {
    display: block;
    height: 36px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.ewb-footer-bd {
    padding: 9px 0;
    line-height: 24px;
    text-align: center;
    background-color: #191c23;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.ewb-footer-content {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
    font-size: 14px;
    color: #fff;
}

@media (max-width: 767px) {
    .ewb-footer-hd,
    .ewb-footer-bd {
        padding: 9px 5px;
    }
    .ewb-footer-list {
        margin-top: 0;
    }
    .ewb-code {
        width: 100%;
    }
    .ewb-code-node {
        margin-left: 10px;
    }
}

@media (max-width: 370px) {
    .ewb-code-node {
        width: 80px;
    }
}

/* 分页 */

.ewb-page {
    text-align: center;
    height: 26px;
}

.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 36px;
    *width: 36px;
    margin-right: 4px;
    font-size: 14px;
    text-align: center;
    float: left;
}

.ewb-page-li>a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
}

.ewb-page-li>a:hover {
    border: 1px solid #0030cc;
}

.ewb-page-li.current>a {
    border: 0;
    height: 26px;
    line-height: 26px;
    color: #0030cc;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    border: 0;
    color: #666;
}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 24px;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    line-height: 24px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 62px;
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-go:hover>a, .ewb-page-hover:hover>a {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
}

.ewb-page-li.ewb-page-goto>span {
    padding: 0 6px 0 0;
    text-align: right;
}

.ewb-page-inpt {
    margin-left: -2px;
}

.ewb-page-li.ewb-page-ellipsis>span {
    padding: 0 17px 0 16px;
    font-size: 14px;
    color: #555;
}

/*当前位置和打印*/

.ewb-crumbs {
    line-height: 47px;
    border-bottom: 1px solid #e3e3e3;
}

.ewb-location {
    float: left;
    margin-left: 5px;
    padding-left: 18px;
    color: #999;
    background: url(../images/location_ico.png) left center no-repeat;
}

.ewb-location a {
    color: #999;
}

.ewb-location a:hover {
    color: #3373cb;
}

.ewb-location span {
    color: #333;
}

.ewb-crumbs-links {
    float: right;
    margin: 15px 14px 0 0;
}

.ewb-crumbs-links a {
    float: left;
    margin-left: 25px;
    width: 20px;
    height: 18px;
}

.ewb-ci-ico1 {
    background: url(../images/ci_ico1.png);
}

.ewb-ci-ico2 {
    background: url(../images/ci_ico2.png);
}

.ewb-ci-ico3 {
    background: url(../images/ci_ico3.png);
}

.ewb-ci-ico4 {
    background: url(../images/ci_ico4.png);
}

.ewb-ci-ico1:hover {
    background: url(../images/ci_ico1_hover.png);
}

.ewb-ci-ico2:hover {
    background: url(../images/ci_ico2_hover.png);
}

.ewb-ci-ico3:hover {
    background: url(../images/ci_ico3_hover.png);
}

.ewb-ci-ico4:hover {
    background: url(../images/ci_ico4_hover.png);
}

/*返回顶部*/

.ewb-return-top {
    display: none;
    position: fixed;
    left: 50%;
    bottom: 275px;
    margin-left: 620px;
    width: 50px;
    height: 50px;
    background: url(../images/top_btn.jpg);
    cursor: pointer;
}

    .ewb-return-top:hover {
        background: url(../images/top_btn_hover.jpg);
    }


@media (max-width: 767px) {
    .ewb-location {
        float: none;
    }
    .ewb-crumbs {
        padding: 5px 0;
        line-height: 36px;
    }
    .ewb-crumbs-links {
        margin-top: 5px;
    }
}