@charset "UTF-8";
/* 通用清样式 */
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,input,textarea,select{margin: 0; padding: 0;}
input,textarea,select{outline: none; border: none; background-color: transparent;}
h1,h2,h3,h4,h5{
    font-weight: normal;
}
textarea{resize: none;}
ul,ol{list-style: none;}
img{vertical-align: top; border: none;}
a{text-decoration: none;}
em,i{font-style: normal;}
button{outline: none}
.fl{float: left;}
.fr{float: right;}
.cf:after,.clearfix:after{content: "";display: block; clear: both;}
.cf,.clearfix{zoom:1;}
.tl{text-align:left}
.tc{text-align:center}
.tr{text-align:right}


/*带清除高度的10PX高的空DIV*/
.blank{clear:both;height:10px;overflow:hidden;font-size:0px;}
.blank1{clear:both;height:5px;overflow:hidden;font-size:0px;}

/*单行隐藏*/
.str{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis;}

/*多行隐藏*/
.strmore{overflow:hidden;text-overflow:ellipsis;}
/*页面通用样式*/
.wp{width:1100px;margin:0 auto;}
body{
    font-family: "微软雅黑";
    color: #656565;
    background-color: #ffffff;
    width: 100%;
    min-width: 1200px;
    font-size: 14px;
}
a{
    font-family: "微软雅黑";
    color: #656565;
    cursor: pointer;
}