@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";
}

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;
}


/* 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;
}

/* header */

.ewb-header{
    height: 306px;
    position: relative;
    background: url('../images/top_bg.jpg') center top no-repeat;
}

.ewb-top{
    height: 100px;
    background: url('../images/top_mask.png') repeat;
}

.ewb-title{
    vertical-align: top;
    margin-top: 24px;
}

.ewb-nav{
    float: right;
}

.ewb-nav-item {
    float: left;
    margin: 0 8px;
}

.ewb-nav-item>a{
    display: block;
    height: 97px;
    line-height: 97px;
    border-bottom: 3px solid transparent;
    color: #333;
    font-size: 16px;
    padding: 0 8px;
}

.ewb-nav-item>a:hover,
.ewb-nav-item>a.cur{
    color: #3932c6;
    border-color: #3932c6;
}

.navbar {
    padding: 4px 10px;
    border: 1px solid #ccc;
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 4px;
    background-color: transparent;
    cursor: pointer;
}

.navbar .icon-bar {
    width: 22px;
    height: 2px;
    display: block;
    border-radius: 1px;
    margin: 3px auto;
    background-color: #ffffff;
}

.ewb-search-mod{
    float: left;
    width: 35px;
    height: 44px;
    margin-top: 26px;
    position: relative;
    z-index: 999;
    background: url('../images/search_icon.png') left center no-repeat;
}

.ewb-search{
    display: none;
    width: 734px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #241db2;
    border-radius: 21px;
    background: #fff;
    position: absolute;
    top: 0;
    left: -701px;
    z-index: 999;
}

.ewb-search-mod:hover .ewb-search{
    display: block;
}

.ewb-search input{
    display: block;
    float: left;
    background: none;
    border: 0;
    padding: 0;
    outline: 0;
    width: 700px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    text-indent: 42px;
    border-radius: 21px;
}

.ewb-search button{
    display: block;
    float: left;
    width: 34px;
    height: 42px;
    border: 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
    background: url('../images/search_icon.png') left center no-repeat;
}

@media(max-width: 1200px){
    .ewb-top{
        height: auto;
        padding-bottom: 5px;
    }

    .ewb-title{
        width: 300px;
        margin-top: 10px;
    }

    .ewb-nav,
    .ewb-nav-items{
        width: 100%;
    }

    .ewb-nav-item{
        width: 12.5%;
        margin: 0;
    }

    .ewb-nav-item>a{
        text-align: center;
        padding: 0;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }

    .ewb-search-mod{
        width: 100%;
        margin-top: 10px;
    }

    .ewb-search{
        display: block;
        position: static;
        width: auto;
    }

    .ewb-search input{
        width: 80%;
    }

    .ewb-search button{
        float: right;
    }
}


@media(max-width: 767px){
    .ewb-nav-items{
        display: none;
    }

    .ewb-nav-item{
        width: 100%;
    }

    .ewb-title{
        width: 250px;
    }

    .ewb-header{
        height: auto;
        background: #7faad7;
    }
}


/* footer */

.ewb-footer{
    background: #373740;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 100px;
    margin-top: 10px;
}

.ewb-footer img{
    margin-right: 5px;
}

@media(max-width: 767px){
    .ewb-footer{
        line-height: 24px;
        font-size: 12px;
    }
}

/* 微信 */

.ewb-weixin{
    position: fixed;
    right: 30px;
    top: 336px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #999;
    z-index: 9999999;
    /* background: #fff; */
}

@media(max-width: 1200px) and (min-width: 768px){
    .ewb-week-hd{
        font-size: 12px;
    }

    .ewb-sel-item{
        width: 24.8%;
    }
}

/* 0628 */

@media(max-width: 1500px) and (min-width: 1200px){
    .ewb-weixin{
        right: 5px;
    }

    .ewb-weixin img{
        width: 68px;
        height: 66px;
    }
}

/* 0630修改 */

.ewb-nav-item{
    position: relative;
}

.ewb-second-mod{
    height: 0;
    overflow: hidden;
    position: absolute;
    left: -8px;
    right: -8px;
    top: 100px;
    z-index: 999999;
    background: url('../images/top_mask.png');
}

.ewb-second-item a:hover {
    color: #3932c6;
}

.ewb-second-nav{
    padding: 10px 0;
    border-top: 1px solid #3932c6;
}

.ewb-second-item {
    line-height: 32px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
}

.ewb-second-item a{
    color: #333;
}

@media(max-width: 1200px) and (min-width: 768px){
    .ewb-second-mod{
        top: 35px;
        left: 0;
        right: 0;
    }
}

@media(max-width: 767px){
    .ewb-second-mod{
        position: static;
    }
}

/* 0705修改 */

.ewb-title{
    margin-top: 14px;
    float: left;
}

.ewb-top{
    height: 119px;
}

.ewb-top-r{
    float: right;
}

.ewb-nav{
    float: none;
}

.ewb-search-mod{
    float: none;
}

.ewb-nav-item{
    margin: 0 6px;
}

.ewb-search-mod{
    background: none;
    width: auto;
    height: 38px;
}

.ewb-search{
    display: block;
    position: static;
    width: 356px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    float: right;
}

.ewb-search input{
    width: 320px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-indent: 30px;
    border-radius: 18px;
}

.ewb-search button {
    height: 36px;
}

.ewb-nav-item>a{
    height: 46px;
    line-height: 46px;
}

.ewb-nav{
    margin-top: 6px;
}

.ewb-second-mod{
    top: 49px;
}

.navbar{
    top: 20px;
}

@media(max-width: 1200px) and (min-width: 768px){
    .ewb-top-r.ewb-spc{
        width: 100%;
    }

    .ewb-search-mod{
        margin-top: 25px;
    }

    .ewb-nav-item{
        margin: 0;
    }
}

@media(max-width: 767px){
    .ewb-top-r{
        width: 100%;
    }

    .ewb-search-mod{
        width: 96%;
        margin: 0 auto;
        margin-top: 5px;
    }

    .ewb-search{
        width: auto;
        float: none;
    }

    .ewb-search input{
        width: 86%;
    }

    .ewb-top{
        height: auto;
    }

    .ewb-nav-item{
        margin: 0;
    }
}