/*
* @Author: 袁学文
* @Date:   2016-05-11 21:00:27
* @Last Modified by:   Marte
* @Last Modified time: 2016-11-22 13:46:56
*/
@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img,input,button { border:none; padding:0;margin:0;outline-style:none; }
ul, ol { list-style:none; }
li{list-style-type:none;}
input { padding-top:0; padding-bottom:0; font-family: "SimSun","宋体";}
select, input { vertical-align:middle; font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;}
select, input, textarea { font-size:10px; margin:0; }
textarea { resize:none; } /*防止拖动*/
img {border:0;  vertical-align:middle; }  /*  去掉图片低测默认的3像素空白缝隙*/
/* table { border-collapse:collapse; } */
html,body {
    font-family: "Microsoft YaHei",simSun;
    color:#333;
    background:#fff;
}
.clearfix:before,.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{clear:both;}
a{color:#565656; text-decoration:none; transition: color .3s linear;-webkit-tap-highlight-color:rgba(255,255,255,0);}
a:hover{color:#565656;}
h1,h2,h3,h4,h5,h6{text-decoration:none;font-weight:normal;}
s,i,em{font-style:normal;text-decoration:none;}
/*公共类*/
.w {  /*版心 提取 */
    width: 1200px;
    margin:0 auto;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.al {
    text-align:left;
}
.ac {
    text-align:center;
}
.ar {
    text-align:right;
}
.hide {
    display:none;
}
.show{
    display: block;
}