﻿/*初始化*/
html,body {
	/*position:relative;*/
	height:100%;
}
ul {
	list-style:none;
}
li {
	list-style:none;
}
img {
	border:none;
}
a {
	outline:none;
	text-decoration:none;
	color:#000;
	cursor:pointer;
}
body,input {
	box-sizing:content-box;
	-moz-box-sizing:content-box;/* Firefox */
	-webkit-box-sizing:content-box;/* Safari */ 
	margin:0;
	padding:0;
	font-size:12px;
	font-family:"Microsoft YaHei",Arial,"Helvetica Neue",Helvetica,sans-serif;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,img,dl,dt,dd,table,th,td,blockquote,fieldset,div,strong,label,em {
	margin:0;
	border:0;
	padding:0;
	border:0;
}
input,button {
	margin:0;
	font-size:12px;
	vertical-align:middle;
	border:0;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
/*初始化end*/
/*header*/
	.main {
		max-width:188px;
		margin:auto;
		overflow:hidden;
	}
	.header {
		width: 100%;
	    height: 53px;
	    background-color: #fff;
	    overflow: hidden;
	    padding: 16px 0;
	    box-shadow: 3px 3px 7px rgba(0,0,0,0.5);
	}
	.header .header-right {
		margin-right:300px;
	}
	.header-right a {
		display:block;
		width:auto;
		height:55px;
		border-bottom:1px solid #fff;
		color:#fff;
		font:15px/70px "microsoft yahei";
	}
/*header-end*/
