@charset "utf-8";

body {
    max-width: 100%; overflow-x: hidden; background: #f8f8f8;
    font: 18px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif; }
body , h1 , h2 , h3 , h4 , h5 , h6 , hr , p , blockquote , dl , dt , dd , ul , ol , li ,
pre , form , fieldset , legend , button , input , select, textarea ,
th, td { margin: 0; padding: 0; }
img { border: none; max-width: 100%; }
a { color: #2b2a3c; text-decoration: none; }
a:hover { text-decoration: none; }
a , area { blr: expression(this.onFocus=this.blur()); }
ul , li { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; max-width: 100%; }
input , :focus { outline: 0; }
input[type="button"] , input[type="submit"] , input[type="reset"] , select { -webkit-appearance: none; appearance:none; -moz-appearance:none; -ms-appearance:none;}
input::focus-inner { padding: 0; border: 0; }
input::-webkit-input-placeholder{ color: #999; }
input::-moz-placeholder{ color: #999; }
input:-moz-placeholder{ color: #999; }
input:-ms-input-placeholder{ color: #999; }

.fl { float: left; } .fr { float: right; }
.clearfix:after { display: block; content: ''; clear: both; } .clearfix { zoom: 1;}
.clear { height: 0; width: 100%; overflow: hidden; font-size: 1px; line-height: 0; visibility: hidden; }
.Width { width: 1190px; margin: 0 auto; }
.hide , .onlymob { display: none; }
.container{ width: 90%;
    min-width: 1200px; max-width:1600px; margin:0 auto; position:relative; box-sizing: border-box }
.container::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }
ul::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }


.top_hidden_bg{
    display: none;
    z-index: 5;
    position: absolute;
    top: 51px;
    left: 0;
    box-sizing: border-box;
    background: rgba(255,255,255,1);
    border-radius: 0 0 10px 10px;
}
.ewmbox {
    width: 210px;
    height: 100px;
    padding: 30px 0 0 25px;
    margin-bottom: 13px;
}
.ewmbox {
    margin-bottom: 0;
    
    height: 84px;
    border: 1px solid #e7e7e7;
    border-top: 0;
}
.ewmbox img {
    display: block;
    float: left;
    width: 75px;
    height: 75px;
}
.ewmbox span {
    display: block;
    float: left;
    width: 100px;
    height: 40px;
    margin: 0 0 5px 15px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}
.ewmbox a {
    display: block;
    float: left;
    width: 74px;
    height: 28px;
    margin-left: 15px;
    background: #e92930;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}