.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	height: 800px;
	background-image: url(../images/index2_bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	box-sizing: border-box;
	padding-top: 100px;
}

.main .goods_type ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.main .goods_type ul li {
	margin: 0 25px;
	position: relative;
}

.main .goods_type ul li .product_class {
	display: block;
	width: 100%;
	height: 50px;
	background-repeat: no-repeat;
	background-position: left 35px center;
	position: absolute;
	left: 0px;
	top: 40px;
	/*transform: translateY(-50%);*/
}

.main .goods_type ul li .more {
	width: 39px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	background-image: url(../images/product_more.png);
	position: absolute;
	right: 18px;
	bottom: 20px;
	background-color: transparent;
	border: 0px;
}