html {
    font-size: 14px;
    font-family: Microsoft YaHei;
}
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,b,i{
    font-style: normal;
    font-weight: normal;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

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%;
    outline:none;
    border:0;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}


legend {
    color: #000;
}

a{
    outline:none;
    text-decoration:none;
    color:inherit;
    height: 100%;
    display: block;
    width:100%;
}
a:hover{
    outline:none;
    text-decoration:none;
    color:inherit;
}
a:active{
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#yui3-css-stamp.cssreset {
    display: none;
}

.cf:before, body:before, .header:before, .footer:before { 
    content: '';
     display: table; 
 }
.cf:after, after, .header:after,  .footer:after { 
    content: ''; 
    clear: both; 
    display: table; 
}
.cf, .header, .footer { 
    *zoom: 1; 
}

.fl{ float:left; }

.fr{ float:right; }

.mar_r0{ margin-right:0; }

.mar_l0{ margin-left:0; }

.wzyc{ white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; }

input[type=button], input[type=submit], input[type=file], button { cursor:pointer; -webkit-appearance: none; }
/*轮播图*/
/*.swiper-container {
    width: 100%;
    height: 100%;
}*/
.swiper-slide {
    text-align: center;
    font-size: 18px;   
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
   
}

/*html,
body {
   
}
*/




/*  .opacity{
   filter:alpha(opacity=50);    IE
   -moz-opacity:0.5;              老版Mozilla
   -khtml-opacity:0.5;              老版Safari
   opacity: 0.5;           支持opacity的浏览器}


background:rgba(0,0,0,0.2);解决IE rgba透明度的问题。
filter:progid:DXImageTransform.Microsoft.gradient(startColorst33#7F000000,endColorstr=#7F000000); 
注：#33000000 这里#后面是有两部分组成的：第一个是透明度（值如下），第二个是六位数的颜色值。
0.1（19）  0.2（33）  0.3（4C）    0.4（66）   0.5（7F）    0.6（99）  0.7（B2）  0.8（C8）   0.9（E5）
*/


