﻿@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";
    background: url('../images/bg.jpg') center top no-repeat #e6f3fb;
}

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;
}

.ewb-mt10{
    margin-top: 10px;
}

/* top */

.ewb-top{
    line-height: 22px;
    padding: 10px 0;
    font-size: 15px;
    color: #545454;
    background: url('../images/top_bg.png') repeat;
}

.ewb-top-bd{
    height: 1px;
    background: url('../images/top_bd.png') repeat;
}

.ewb-wel{
    float: left;
}

.ewb-time{
    float: right;
}

.ewb-banner{
    padding-top: 60px;
    height: 118px;
}

.ewb-title{
    vertical-align: top;
}

.ewb-nav{
    padding: 0 10px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    background: #279ee9;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top: 1px solid #fff;
}

.ewb-nav-items{
    padding-left: 10px;
}

/* .ewb-nav-item{
    float: left;
    margin-left: 10px;
} */

/* 20201216调整 */
.ewb-nav-item{
    float: left;
    margin-left: 57px;
}

.ewb-nav-item a{
    display: block;
    padding: 0 30px;
    color: #fff;
}

.ewb-nav-item a:hover{
    background: #238ed1;
}
.ewb-nav-item .cur{
    background: #238ed1;
}

@media(max-width: 979px) and (min-width: 768px){
    .ewb-nav{
        padding: 0;
    }

    .ewb-nav-item a{
        padding: 0 13px;
    }
}

@media(max-width: 767px){
    .ewb-wel,
    .ewb-time{
        float: none;
        font-size: 12px;
        padding-left: 5px;
    }

    .ewb-banner{
        padding: 20px 0;
        height: auto;
    }

    .ewb-nav{
        padding: 5px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        font-size: 14px;
        text-align: center;
        height: auto;
        line-height: 30px;
    }

    .ewb-nav-items{
        padding-left: 0;
    }

    .ewb-nav-item{
        width: 25%;
        margin-left: 0;
    }

    .ewb-nav-item a{
        padding: 0;
    }
}

/* footer */

.ewb-foot{
    padding:0 10px;
    background: #fff;
}

.ewb-sel{
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    color: #444;
    text-align: center;
}

.ewb-foot-info{
    height: 90px;
    border-top: 2px solid #279ee9;
    margin-top: 10px;
    position: relative;
    font-size: 15px;
    line-height: 26px;
    color: #444;
    padding-top: 18px;
    text-align: center;
}

.ewb-foot-img{
    position: absolute;
    left: 144px;
    top: 27px;
}

@media(max-width: 979px) and (min-width: 768px){
    .ewb-foot{
        padding: 0;
    }

    .ewb-foot-img{
        left: 36px;
    }
}

@media(max-width: 767px){
    .ewb-foot{
        padding: 0 5px;
    }

    .ewb-sel{
        margin-top: 5px;
    }

    .ewb-foot-img{
        top: 0;
        left: 50%;
        margin-left: -60px;
    }

    .ewb-foot-info{
        height: auto;
        padding-top: 60px;
        font-size: 12px;
        line-height: 16px;
        padding-bottom: 5px;
    }
}