html{min-width:1150px;}
*{ margin:0px; padding:0px;}
.box_top{
	width: 100%;
	height:1230px;
	background: url("./box-top.jpg") no-repeat  50% 0%;
	text-align: center;
}
.goods{
	width:1150px;height:550px;margin:0 auto;position: relative;
}
.goods1{
	position: absolute;
	left:350px;
	top:195px;
	cursor: pointer;
}
.goods2{
	position: absolute;
	right:100px;
	top:195px;
	cursor: pointer;
}
.goods3{
	position: absolute;
	left:350px;
	bottom:30px;
	cursor: pointer;
}
.goods4{
	position: absolute;
	right:100px;
	bottom:30px;
	cursor: pointer;
}
.box_bottom{
	width: 100%;
	height:1370px;
	background: url("./box_bottom.jpg") no-repeat  50% 0%;
    padding-top:1px;
}
@font-face {
 font-family: 'HY01Regular';
 src: url('HY01.eot');
 src: local('HY01 Regular'),
        local('HY01'),
        url('HY01.woff') format('woff'),
        url('HY01.ttf') format('truetype'),
        url('HY01.svg#HY01') format('svg');
}  
.word{
	width: 850px;
	height:200px;
	margin:0 auto;
	margin-top: 1050px;
	font-family: "HY01Regular";
	color:#fff;
	text-align: left;
	font-size:22px;
	line-height: 50px;
 
}

