@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,
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 */

html{
    background: url('../images/foot_bg.jpg') center bottom no-repeat #fff;
}

body {
    color: #333;
    font-size: 12px;
    font-family: "Microsoft Yahei";
    background: url('../images/top_bg.jpg') center top no-repeat;
}

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-banner{
    height: 280px;
    padding-top: 60px;
}


.ewb-title{
    display: block;
    vertical-align: top;
}

.ewb-search{
    float: right;
    margin-right: 5px;
    margin-top: 120px;
}

.ewb-search-input{
    float: left;
    height: 36px;
    padding: 5px;
    background: url('../images/mask-bg.png') repeat;
    /* border-radius: 5px; */
}

.ewb-search-input input{
    display: block;
    width: 242px;
    height: 36px;
    padding: 0;
    border: 0;
    outline: 0;
    background: url('../images/search_icon.png') 12px center no-repeat #fff;
    padding-left: 48px;
}

.ewb-search-input input::placeholder{
    color: #666;
    font-family: "SimSUn";
    font-size: 12px;
}

.ewb-search-btn{
    display: block;
    float: left;
    margin-top: 5px;
    width: 98px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    color: #fff;
    background: #0088ea;
    border: 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
    margin-left: -5px;
}

/* nav */

.ewb-nav{
    height: 70px;
    background: url('../images/nav_bg.jpg') left 9px repeat-x;
}

.ewb-nav-mod{
    position: relative;
}

.ewb-nav-mod i{
    display: block;
    width: 9px;
    height: 70px;
    position: absolute;
    top: 0;
}

.ewb-nav-l{
    background: url('../images/nav_l.png') no-repeat;
    left: -9px;
}

.ewb-nav-r{
    background: url('../images/nav_r.png') no-repeat;
    right: -9px;
}

.ewb-nav-item{
    width: 100px;
    height: 70px;
    float: left;
    line-height: 20px;
    position: relative;
    background: url('../images/nav_mod_bg.jpg') left top repeat-y;
}

.ewb-sercond-nav{
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    background: #0086ec;
    display: none;
    z-index: 999999;
}

.ewb-nav-item:hover{
    background: #0070d2;
}

.ewb-nav-item:hover .ewb-sercond-nav{
    display: block;
}

.ewb-sercond-nav li{
    height: 39px;
    line-height: 39px;
    border-bottom: 1px dashed #3695ee;
    text-align: center;
    font-size: 14px;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ewb-sercond-nav li a{
    color: #fff;
}

.ewb-nav-item>a{
    padding-top: 20px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
}

.ewb-nav-item a span{
    display: block;
}

.ewb-nav-item a .ewb-en{
    font-size: 13px;
    color: #a6cdfa;
}

.ewb-nav-item:first-child{
    width: 98px;
}

/* footer */

.ewb-footer{
    margin-top: 10px;
}

.ewb-foot-a{
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    background: #0086ec;
    text-align: center;
}

.ewb-foot-a span{
    padding: 0 15px;
    font-weight: bold;
}

.ewb-foot-a a{
    color: #fff;
}

.ewb-foot-a a:hover{
    color: #FFFF00;
}

.ewb-foot-copy{
    padding-top: 20px;
    height: 106px;
    background: #fff9f8;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

@media(max-width: 767px){
    .ewb-foot-copy{
        padding: 10px 0;
        height: auto;
    }
}