﻿@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;
    vertical-align: top;
}

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 {
    font-size: 16px;
    font-family: "Microsoft Yahei";
    color: #333;
    overflow-x: hidden;
}

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;
}

a:focus {
    outline: none;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: 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;
}

/* css3效果 */

.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-mt20 {
    margin-top: 20px;
}

.ewb-mt30 {
    margin-top: 30px;
}

/*ipad && phone */

@media (max-width: 979px) {
    .ewb-mt20,
    .ewb-mt30 {
        margin-top: 10px;
    }

}

/* phone */
@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .wb-data-item {
        padding-top: 10px;
    }

    .wb-data-list {
        font-size: 14px;
        line-height: 30px;
    }

    .wb-data-date {
        margin-top: -30px;
    }
}


/* header */
/* top */
.ewb-top {
    padding-top: 24px;
    padding-bottom: 24px;

}

.ewb-logo {
    float: left;
}

.ewb-top-link {
    float: right;
    padding: 22px 0;
}

.ewb-top-link>a {
    display: inline-block;
    color: #444;
    line-height: 28px;
    padding-left: 33px;
    margin-left: 16px;
    background: url('../images/top_link2.png') no-repeat left center;
}

.ewb-top-link>a:first-child {
    margin-left: 0;
    background-image: url('../images/top_link1.png');
}

.ewb-top-link>a:hover {
    color: #f30404;
    background-image: url('../images/top_link2h.png');
}

.ewb-top-link>a:first-child:hover {
    background-image: url('../images/top_link1h.png');
}

/* phone */
@media (max-width: 767px) {
    .ewb-top {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .ewb-logo {
        float: none;
        text-align: center;
    }

    .ewb-top-link {
        padding: 10px 0;
    }
}

/* ipad */
@media (min-width: 768px) and (max-width: 979px) {
    .ewb-logo {
        width: 50%;
        padding-top: 13px;
    }
}



/* nav */
.ewb-nav {
    background-color: #c30d23;
}

.ewb-nav-items {
    margin-right: -22px;
}

.ewb-nav-item {
    float: left;
    width: 14.2857%;
    line-height: 54px;
}

.ewb-nav-item>a {
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    -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-nav-item.cur>a,
.ewb-nav-item>a:hover {
    background-color: #9c0a1c;
}

.ewb-search {
    margin: 8px 0 8px 22px;
    border-radius: 25px;
    background-color: #fff;
}

.input-tips {
    position: relative;
    float: left;
    z-index: 1;
    font-size: 15px;
    padding-left: 20px;
    width: 74%;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 20px;
    line-height: 38px;
    color: #a5a5a5;
    z-index: -1;
    cursor: text;
}

.input-box {
    width: 100%;
    border: 0;
    height: 38px;
    line-height: 38px;
    background: 0 0;
}

.ewb-search-btn {
    float: right;
    width: 26%;
    height: 38px;
    cursor: pointer;
    background: url('../images/ser_btn.png') no-repeat center;
}

.ewb-search-btn:hover {
    background-image: url('../images/ser_btnh.png');
}


/* phone */
@media (max-width: 767px) {
    .ewb-nav-items {
        margin-right: 0;
        padding-top: 8px;
    }

    .ewb-nav-item {
        width: 25%;
        line-height: 28px;
    }

    .ewb-nav-item>a,
    .input-tips {
        font-size: 14px;
    }

    .ewb-search {
        margin-left: 0;
    }

    .input-placeholder,
    .input-box {
        height: 32px;
        line-height: 32px;
    }

    .input-tips {
        width: 80%;
    }

    .ewb-search-btn {
        height: 32px;
        width: 20%;
    }

}

/* ipad */
@media (min-width: 768px) and (max-width: 979px) {
    .ewb-nav-item>a {
        font-size: 16px;
    }
}



/* footer */
.ewb-footer {
    font-size: 15px;
    background-color: #787878;
}

.ewb-foot {
    position: relative;
    text-align: center;
}

/* select */
.ewb-select {
    padding: 15px 0;
    border-bottom: 1px solid #a7a7a7;
}

.ewb-select-items {
    margin: 0 -10px;
}

.ewb-select-items>li {
    float: left;
    width: 25%;
}

.ewb-select-items>li>div {
    margin: 0 10px;
}

.ewb-select-item {
    width: 100%;
    height: 36px;
    border: none;
    outline: 0;
    background-color: #fff;
}

/* phone */
@media(max-width: 767px) {
    .ewb-foot {
        font-size: 14px;
    }

    .ewb-select {
        padding: 10px 0;
    }

    .ewb-select-items {
        margin: 0;
    }

    .ewb-select-item {
        height: 32px;
    }

    .chosen-container-single .chosen-single {
        height: 32px;
        line-height: 32px;
    }

    .ewb-select-items>li {
        width: 100%;
        margin-top: 5px;
    }

    .ewb-select-items>li:first-child {
        margin-top: 0;
    }

    .ewb-select-items>li>div {
        margin: 0;
    }

}



/* 信息 */
.ewb-foot-info {
    text-align: center;
    color: #fff;
    padding: 15.5px 0 19.5px 0;
}

.ewb-foot-info>p {
    line-height: 24px;
}

.ewb-foot-know {
    color: #ffea00;
    font-weight: bold;
}

.ewb-foot-ga {
    display: inline-block;
    padding-left: 28px;
    color: #fff;
    margin-right: 20px;
    background: url('../images/foot_ga.png') no-repeat left center;
}

.ewb-foot-icon {
    position: absolute;
    display: inline-block;
}

.ewb-icon1 {
    top: 98px;
    left: 60px;
}

.ewb-icon2 {
    top: 112px;
    right: 102px;
}

.ewb-icon3 {
    top: 104px;
    right: 0;
}

/* phone */
@media(max-width: 767px) {
    .ewb-foot-info {
        padding: 8px 0;
    }

    .ewb-foot-info>p {
        line-height: 20px;
    }

    .ewb-foot-icon {
        position: static;
        padding-bottom: 10px;
    }

    .ewb-foot-icon>img {
        width: 75%;
    }

}

/* ipad */
@media (min-width: 768px) and (max-width: 1199px) {
    .ewb-foot-icon {
        position: static;
        padding-bottom: 10px;
        margin: 0 20px;
    }
}

#siteViewCount img {
    position: relative;
   
    line-height: 30px;
}

.beian{
	color: #fff;
}