body {
	margin: 0px;
}
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#master{
	width:100%;
	background-color:#f4fafc;
	text-align: left; margin:auto; height:100%; float:left; padding:0px 0px 20px 0px;
}
#index-master{
	width:950px;
	text-align: left; margin:0px 0px 0px 15px;   float:left; padding:5px; clear:both;
	box-shadow:0px 1px 12px rgba(102,102,102,0.9); z-index:999; position:relative;
}
#banner{ width:950px; height:226px; margin:auto;}
#banner img{width:940px; height:226px;}
.center{	width:1002px;	padding: 10px; margin:auto;}

