@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: #fff;
}

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;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal{
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* 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);
}

/* header */

.ewb-top{
    line-height: 28px;
    padding-top: 9px;
    height: 45px;
    background: url('../images/topline.png') left top repeat-x;
}

.ewb-wea{
    float: left;
    font-size: 12px;
}

.ewb-top-r{
    float: right;
}

.ewb-search{
    float: left;
    margin-right: 10px;
}

.ewb-search-name{
    float: left;
    color: #CC0003;
    font-size: 16px;
    margin-right: 5px;
}

.ewb-search-mod{
    width: 280px;
    float: left;
    height: 28px;
    border:1px solid #d6d6d2;
    background: #fff;
    position: relative;
}

.ewb-input-mod{
    margin-right: 82px;
}

.ewb-input-mod input{
    width: 100%;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    border: 0;
    vertical-align: top;
}

.ewb-search-mod button{
    display: block;
    width: 70px;
    height: 28px;
    line-height: 28px;
    border:0;
    padding: 0;
    outline: 0;
    cursor: pointer;
    background: #f30000;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    right: -1px;
    top: -1px;
}

.ewb-top-info{
    float: left;
    color: #CC0003;
    font-size: 16px;
}

.ewb-top-phone{
    padding-left: 32px;
    background: url('../images/icon1.png') left center no-repeat;
}

.ewb-top-mail{
    padding-left: 35px;
    background: url('../images/icon2.png') left center no-repeat;
}

.ewb-top-mail a{
    color: #CC0003;
}

.ewb-top-info span{
    margin-right: 20px;
    float: left;
}

/* nav */

.ewb-nav{
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
    background: url('../images/nav_bg.jpg') left center repeat-x;
}

.ewb-nav-item{
    float: left;
    width: 10%;
    position: relative;
}

.ewb-nav-item>a{
    background: url('../images/nav_line.png') left center no-repeat;
    color: #fff;
    display: block;
}

.ewb-nav-item>a:hover {
    color: #fff600;
}

.ewb-second-nav{
    display: none;
    position: absolute;
    z-index: 1000;
    background: #d00019;
    margin-top: 0px;
    left: 0;
    right: 0;
    top: 46px;
}

.ewb-second-item{
    border-bottom: solid 1px #e6001b;
    font-size: 16px;
    height: 40px;
    line-height: 39px;
}

.ewb-second-item a{
    display: block;
    color: #fff;
}

.ewb-second-item a:hover{
    color: #ffffff;
    background: #fc3313;
}

/* footer */

.ewb-footer{
    background: #c20000;
    height: 150px;
    padding-top: 18px;
}

.ewb-foot-info{
    padding: 0 120px;
}

.ewb-footer-img{
    float: left;
}

.ewb-foot-copy{
    margin-left: 115px;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

.ewb-foot-copy span{
    margin: 0 10px;
}

.ewb-ft14{
    font-size: 14px;
}

.ewb-ft14 a{
    color: #fff;
}

.ewb-ft14 a:hover{
    color: #000;
}

/* banner */

.ewb-rslides {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ewb-rslides li {
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    position: absolute;
    -webkit-backface-visibility: hidden;
}

.ewb-rslides li:first-child {
    float: left;
    display: block;
    position: relative;
}

.ewb-rslides img {
    border: 0;
    width: 100%;
    height: auto;
    float: left;
}

/* Slideshow  */

.ewb-rslides-wrap {
    position: relative;
}

#slider-pager {
    position: absolute;
    bottom: 30px;
    z-index: 10;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    height: 10px;
}

#slider-pager li {
    display: inline-block;
    margin: 0 8px;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background: #fff;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    vertical-align: top;
}

#slider-pager li a{
    display: block;
    width: 10px;
    height: 10px;
}

#slider-pager .ewb-rslides-cur {
    background: #c00;
}

.ewb-phone{
    display: none;
}

@media(max-width: 1199px){
    .ewb-foot-info {
        padding: 0 30px;
    }

    .ewb-second-item{
        font-size: 14px;
    }
}

@media(max-width: 979px){
    .ewb-nav{
        font-size: 16px;
    }

    .ewb-second-item{
        font-size: 12px;
    }

    .ewb-second-item a{
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #slider-pager{
        bottom: 10px;
    }

    .ewb-top-r{
        width: 100%;
    }

    .ewb-top{
        height: auto;
        padding: 5px 0;
        background: #dbdfe2;
    }

    .ewb-foot-info{
        padding: 0;
    }

    .ewb-foot-copy,
    .ewb-ft14{
        font-size: 12px;
    }
}

/*  */
@media(max-width: 767px){
    .ewb-search{
        margin: 0;
        width: 100%;
    }

    .ewb-search-mod{
        width: auto;
        float: none;
        margin-left: 70px;
    }

    .ewb-phone{
        display: block;
    }

    .ewb-compulte{
        display: none;
    }

    .ewb-top-info{
        font-size: 12px;
    }

    .ewb-top-info span{
        margin-right: 5px;
    }

    .ewb-nav{
        height: auto;
        background: #fc2216;
        font-size: 14px;
        line-height: 30px;
        padding: 5px 0;
    }

    .ewb-second-nav{
        top: 30px;
    }

    .ewb-nav-item{
        width: 20%;
    }

    .ewb-nav-item>a{
        background: none;
    }

    .ewb-second-item{
        height: 24px;
        line-height: 23px;
    }
    

    .ewb-footer{
        height: auto;
        padding: 10px 0;
        overflow: hidden;
    }

    .ewb-footer-img{
        width: 100%;
        text-align: center;
    }

    .ewb-foot-copy{
        margin-left: 0;
        float: left;
        width: 100%;
        line-height: 20px;
    }

    .ewb-foot-copy span{
        margin: 0;
        display: block;
    }
}

.ewb-attach,.ewb-video {
    display: none;
}