<script src="/js/layer/layer.js"></script>/* yui3 reset.css */

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,
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: 12px/1.231 "Microsoft Yahei", arial, helvetica, clean, sans-serif;
    color: #333;
    background: url(../images/bg.jpg) center 42px 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;
}


/** 
 * 以下可追加项目中的公共样式，
 * 比如body上进行全局的文字设置（字体，大小，行高），全局a链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */

.ewb-top {
    line-height: 39px;
    background: #e9e9e9;
    border-bottom: 3px solid #dcdcdc;
    font-size: 14px;
    color: #b71313;
}

.ewb-top-func a {
    color: #b71313;
    text-indent: 10px;
}

.ewb-wea {
    text-indent: 20px;
}

.ewb-log {
    text-align: right;
}

.ewb-log a {
    color: #b71313;
}


/* banner */

.ewb-banner {
    height: 116px;
    background: #f8f7f7;
}

.ewb-logo {
    margin-top: 25px;
}

.ewb-searchs {
    width: 90%;
    float: right;
    margin-right: 10px;
    height: 30px;
    border: 1px solid #d0cfcf;
    border-radius: 15px;
    background: #fff;
    margin-top: 30px;
}

.ewb-searchs input {
    display: block;
    float: left;
    width: 80%;
    height: 30px;
    border: 0;
    text-indent: 20px;
    background: none;
    font-size: 14px;
    line-height: 30px;
    outline: none;
}

.ewb-searchs button {
    display: block;
    height: 30px;
    float: right;
    width: 30px;
    border: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    background: url(../images/search_icon.png) 2px center no-repeat;
}

.ewb-hot {
    float: left;
    padding-left: 35px;
    margin-top: 10px;
    line-height: 12px;
}

@media(max-width: 979px) and (min-width: 768px) {
    .ewb-hot {
        padding-left: 10px;
    }
}

.ewb-hot a {
    color: #666;
    margin-left: 10px;
}


/* nav */

.ewb-navs {
    height: 42px;
    line-height: 42px;
    background: #a8161e;
}

.ewb-navs-item {
    width: 12.48%;
    *width: 12%;
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.ewb-navs-item a {
    display: block;
    height: 42px;
    color: #fff;
}

.ewb-navs-item a:hover {
    background: #ffe1e3;
    color: #a8161e;
}


/* 手机端头部样式 */

@media(max-width: 767px) {
    /* top */
    .ewb-top {
        height: 45px;
        padding-top: 30px;
        background: #f8f7f7;
        border-bottom: 0;
    }
    .ewb-title {
        display: block;
        width: 301px;
        height: 29px;
        margin: 0 auto;
    }
    /* search */
    .ewb-func {
        background: #fff;
        padding: 5px 10px;
        position: relative;
    }
    .ewb-search {
        width: 74%;
        float: right;
        height: 24px;
        border-radius: 12px;
        background: #fff;
        border: 1px solid #d0cfcf;
    }
    .ewb-search input {
        display: block;
        float: left;
        width: 80%;
        height: 24px;
        line-height: 24px;
        color: #999;
        font-family: "Microsoft Yahei";
        text-indent: 20px;
        border: 0;
        background: none;
        outline: 0;
    }
    .ewb-search-btn {
        display: block;
        width: 19%;
        float: right;
        height: 24px;
        border: 0;
        padding: 0;
        background-image: url(../images/search_icon.png);
        background-size: 15px 15px;
        background-repeat: no-repeat;
        background-color: transparent;
        background-position: right 15px center;
        outline: 0;
    }
    .ewb-log,
    .ewb-nav {
        display: block;
        height: 26px;
        width: 26px;
        float: right;
        margin-left: 12px;
        background-image: url(../images/log_icon.png);
        background-size: cover;
        background-color: transparent;
        border: 0;
        padding: 0;
        outline: 0;
    }
    .ewb-log-bgh {
        background-image: url(../images/log_iconh.png);
    }
    .ewb-log-bar,
    .ewb-nav-bar {
        display: none;
        position: absolute;
        z-index: 10;
        left: 0;
        top: 36px;
        width: 100%;
        background: #fff;
    }
    .ewb-log-items,
    .ewb-nav-items {
        padding: 0 10px;
    }
    .ewb-log-item,
    .ewb-nav-item {
        height: 36px;
        line-height: 36px;
        font-size: 12px;
        text-align: center;
    }
    .ewb-log-item.ewb-bd-bom {
        border-bottom: 1px solid #999;
    }
    .ewb-nav-item {
        border-top: 1px solid #999;
    }
    .ewb-nav-item.first {
        border-top: 0;
    }
    .ewb-log-item a,
    .ewb-nav-item a {
        display: block;
        height: 36px;
        color: #b71313;
    }
    .ewb-nav-item a:hover {
        color: #fff;
        background: #b71313;
    }
    .ewb-nav {
        background-image: url(../images/nav_icon.png);
    }
    .ewb-nav-bgh {
        background-image: url(../images/nav_iconh.png);
    }
}


/* FOOT */

.ewb-footer {
    padding: 6px 0 35px 0;
    background: #f8f7f7;
    border-top: 4px solid #8b8b8b;
}

.ewb-foot-name {
    font-size: 16px;
    line-height: 40px;
    display: block;
}

.ewb-foot-link a,
.ewb-tell p {
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

.ewb-tell {
    padding-left: 18px;
}

@media(max-width: 979px) and (min-width: 768px) {
    .ewb-tell {
        padding-left: 8px;
    }
}

.ewb-copy {
    margin-top: 3px;
    line-height: 24px;
    font-size: 14px;
}

.ewb-foot-num {
    margin-top: 30px;
    line-height: 27px;
    font-size: 14px;
    padding-left: 36px;
    background: url(../images/foot_icon1.png) left center no-repeat;
}

.ewb-foot-icon1 {
    display: block;
    width: 45px;
    height: 54px;
    margin-left: 18px;
    background: url(../images/foot_icon2.png) no-repeat;
    margin-top: 34px;
}

.ewb-foot-icon2 {
    display: block;
    width: 73px;
    height: 37px;
    background: url(../images/foot_icon3.png) no-repeat;
    margin-top: 14px;
    margin-left: 3px;
}


/* 右侧浮动连接 */

.ewb-fewer {
    position: fixed;
    right: 160px;
    top: 260px;
    width: 74px;
    background: #fff;
    z-index: 10;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.ewb-fewer-item {
    width: 74px;
    height: 69px;
    border-bottom: 1px solid #e2e2e2;
}

.ewb-fewer-item a {
    display: block;
    padding-top: 43px;
    height: 26px;
    width: 74px;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 24px;
    background-position: center 12px;
    background-repeat: no-repeat;
}

.ewb-fewer-item a:hover {
    background-color: #a8161e;
    color: #fff;
}

.ewb-fewer-a1 {
    background-image: url(../images/fewer1.png);
}

.ewb-fewer-a2 {
    background-image: url(../images/fewer2.png);
}

.ewb-fewer-a3 {
    background-image: url(../images/fewer3.png);
}

.ewb-fewer-a1:hover {
    background-image: url(../images/fewer1h.png);
}

.ewb-fewer-a2:hover {
    background-image: url(../images/fewer2h.png);
}

.ewb-fewer-a3:hover {
    background-image: url(../images/fewer3h.png);
}

.ewb-fewer-btn {
    display: block;
    width: 74px;
    height: 25px;
    border: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
    background: url(../images/fewer_icon.png) center center no-repeat;
}

.ewb-fewer-btn:hover {
    background: url(../images/fewer_iconh.png) center center no-repeat;
}

/* 右侧修改 */
.ewb-fewer-item{
    position: relative;
}

.ewb-fewer-item:hover .ewb-erweima{
    display: block;
}

.ewb-erweima{
    display: none;
    position: absolute;
    padding-top: 10px;
    right: 84px;
    top: -35px;
    width: 180px;
    height: 140px;
    background: #fff;
    z-index: 999;
}

.ewb-erweima img{
    display: block;
    width: 99px;
    height: 99px;
    margin: 0 auto;
}

.ewb-erweima p{
    font-size: 14px;
    line-height: 32px;
    text-align: center;
}


/* link */

.ewb-link {
    padding: 20px 0 14px 0;
}

.ewb-link-item {
    float: left;
    height: 32px;
    width: 19%;
    margin-left: 1.24%;
}

.ewb-link-item.first {
    margin-left: 0;
}

.ewb-link-item select {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding-left: 10px;
    border: 1px solid #d2d2d2;
    background: #fff;
}

@media(max-width: 767px) {
    .ewb-link-items {
        padding: 0 10px;
    }
    .ewb-link-item {
        width: 48.5%;
        height: 23px;
        margin-bottom: 5px;
        margin-left: 0;
    }
    .ewb-link-item.ewb-fr {
        float: right;
    }
    .ewb-link-item select {
        height: 23px;
        line-height: 23px;
        font-size: 12px;
    }
    .ewb-link {
        padding-top: 10px;
        padding-bottom: 0;
    }
    /* 手机端尾部 */
    /* foot */
    .ewb-foot {
        padding: 0 10px;
        margin-top: 10px;
        
    }
    .ewb-foot-bom {
        padding: 10px 0;
        border-top: 2px solid #8b8b8b;
    }
    .ewb-foot-copy {
        line-height: 20px;
    }
}


/* 三级左侧菜单 */

.ewb-menu-item {
    background: #e4e4e4;
    margin-bottom: 10px;
}

.ewb-menu-item.spc {
    padding-bottom: 40px;
}

.ewb-menu-item h3 {
    height: 64px;
    line-height: 64px;
    font-size: 20px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 48px center;
    padding-left: 110px;
}

.ewb-menu-item h3.ewb-menu-spc {
    height: 86px;
    font-size: 24px;
    line-height: 86px;
}

.ewb-menu-item h3 a {
    color: #a8161e;
}

.ewb-child-item {
    padding: 0 10px;
    margin-top: 10px;
}

.ewb-child-item a {
    display: block;
    height: 42px;
    line-height: 42px;
    background: #fff;
    color: #a8161e;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
}

.ewb-child-item>a:hover {
    color: #fff;
    background: #a8161e;
}

@media(max-width: 979px) and (min-width: 768px) {
    .ewb-menu-item h3 {
        font-size: 18px;
        background-position: 30px center;
        padding-left: 85px;
    }
    .ewb-menu-item h3.ewb-menu-spc {
        font-size: 20px;
    }
}

@media(max-width: 767px) {
    .ewb-menu-item h3.ewb-menu-spc {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    .ewb-menu-item.spc {
        padding-bottom: 10px;
    }
    .ewb-menu-item h3 {
        line-height: 50px;
        height: 50px;
        font-size: 18px;
        background-size: 30px 30px;
        padding-left: 80px;
        background-position: 30px center;
    }
}


.error-msg{
    color:red;
}