*{
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    color: #333;
    text-decoration:none;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    outline:none;  
}
img{
    width: 100%;height: 100%;border:none;
}
img[src=""],img:not([src]){
    opacity:0;  border:0;
}
body{
    min-width: 1200px;
}
.bogcontainer{
    width: 1200px;
    margin: 0 auto;
}
.container{
    width: 1010px;
    margin: 0 auto;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}
.mt40{margin-top: 40px;}
.mt0{margin-top:0!important;}
.fl{float: left;}
.fr{float: right;}
input{text-indent:12px;}
input[type='button']{text-indent:0;}