﻿*{
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei";
    font-size: 16px;
    color: #333;
    background: #fff;
}
body,p,ul,li,dl,dd,h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color: #333;
}
h1,h2,h3,h4,h5,h6,em,i,b{
    font-style: normal;
    font-size: 100%;
    font-weight: normal;
}
input{
    outline: none;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
img{
    border: none;
    max-width: 100%;
}
table{
    border-collapse: collapse;
}
.fl {
	float: left;
}
.fr{
	float: right;
}
.clearfix:before, .clearfix:after { 
	content:"";
    display:table;  
 }
.clearfix:after {
	clear:both;
 }
.clearfix {
	*zoom:1;
 }
 input,textarea,select
 {
     font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif;
     background-color: #FFFFFF;
     outline:none;
     padding:0;
     border-radius: 0;
     font-size: 16px;
 }
.wrap{
    width: 1200px;
    margin: 0 auto;
}

