a, b, body, dd, del, div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, input {
    margin: 0;
    padding: 0;
}
article, aside, footer, header, nav, section {
    display: block;
}
ol, ul,p {
    list-style: none;
}
img,button {
    border: 0;
	
}
em, i, u {
    font-style: normal;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    *zoom: 1;
}
label.error {
    color:red;
}
body {
    font: 12px/1.5 'Microsoft YaHei',Arial, Verdana, "\5b8b\4f53";
    color: #666;
    background: #fff;
}
a {
    color: rgb(85, 85, 85);
    text-decoration: none;
    font-family: 'Microsoft YaHei';
}
input{
    font-size: 14px;
}
a:hover {
    color: #666;
    cursor: pointer;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.iconfont{
    vertical-align: middle;
}
.point{
    cursor: pointer;
}
button:focus{
    border: 0 none!important;
    outline: 0!important;
}
input:focus{
    outline: 0;
}

a:hover{
    color: rgb(25, 99, 156);
}

.hzselecttab{
    border-bottom: 4px solid rgb(25, 99, 156);
}
.hzselecttab .selectcolor{
    color: rgb(25, 99, 156);
    
}
textarea,select,input{
    outline: none;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
