﻿@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: 14px;
    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;
    color: inherit;
}

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-mt30 {
    margin-top: 30px;
}


/* 头部 */
#header {
    height: 480px;
}

.ewb-banner {
    position: relative;
    height: 420px;
    text-align: center;
    background: url('../images/head_bg.png') no-repeat center top;
}

.ewb-banner img {
    padding-top: 102px;
}


/* 导航 */
.ewb-nav {
    height: 60px;
    background-color: #cf001e;
}

.ewb-nav-items>li {
    float: left;
    width: 14%;
    text-align: center;
}

.ewb-nav-items>li>a {
    display: block;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.ewb-nav-items>li.current>a,
.ewb-nav-items>li:hover a {
    color: #ffde00;
}

/* 导航收缩 */
.ewb-phone-nav {
    display: none;
}

/* pad */
@media(max-width:979px) {
    .ewb-mt30 {
        margin-top: 15px;
    }

    #header {
        height: auto;
    }

    .ewb-banner {
        height: auto;
    }

    .ewb-banner img {
        padding: 20px 80px 20px 0;
    }

    .ewb-nav {
        display: none;
    }

    .ewb-phone-ico {
        display: block;
        height: 40px;
        background: url("../images/menu.png") center no-repeat;
    }

    .ewb-phone-nav {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        z-index: 99999;
    }

    .ewb-phone-items {
        display: none;
        position: absolute;
        top: 40px;
        right: 0;
        width: 200px;
        padding: 10px 0;
        border-radius: 3px;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .ewb-phone-items>li>a {
        display: block;
        font-size: 15px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        text-align: center;
    }
}

/* footer */
.ewb-footer {
    padding: 34px 0;
    text-align: center;
    margin-top: 20px;
    border-top: 6px solid #cf001e;
    background-color: #f3f3f3;
    position: relative;
    padding: 16px 0 22px 0;
}

.ewb-footer p {
    font-size: 16px;
    color: #2b2b2b;
    line-height: 30px;
}

@media(max-width:767px) {
    .ewb-footer {
        padding: 10px 0;
    }

    .ewb-footer span {
        display: inline-block;
    }
}

/* 列表 */
.ewb-list-items>li {
    position: relative;
    line-height: 50px;
}

.ewb-list-items>li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #989898;
}

.ewb-list-items>li>a {
    display: block;
    font-size: 21px;
    text-indent: 24px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-list-items>li:hover:before {
    background-color: #cb1516;
}

.ewb-list-items>li:hover>a {
    color: #cb1516;
}


/* pad */
@media(max-width:979px) {
    .ewb-list-items>li {
        line-height: 38px;
    }
}

/* 手机端更多样式 */
.ewb-phone-more {
    color: #666;
    display: block;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #EDEDED;
    border: 1px solid #ccc;
    border-radius: 2px;
    clear: both;
}

/* 当前位置 */
.ewb-loc {
    font-size: 16px;
    line-height: 30px;
    margin: 15px 0;
    color: #282828;
    padding-left: 27px;
    background: url('../images/loc.png') no-repeat left center;
}

.ewb-loc>a {
    color: #282828
}

.ewb-loc>span {
    color: #cf001e;
}

p.ewb-footer-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 22px;
    padding: 3px 0;
    line-height: 22px;
    font-size: 14px;
}

.ewb-footer-icon {
    position: absolute;
    left: 46%;
    display: block;
    top: 25px;
	height: 10px;
}

.ewb-footer-icon a.icon2 {
    top: 90px;
    margin-left: 484px;
    width: 45px;
    height: 51px;
}
