*{
	margin: 0;
	padding: 0;
}
/*公共样式*/
.wrap {
	min-width: 1200px;
	margin: 0 auto;
	}

.top {
	height: 180px;
	background-color: #fff;
}
.header_top{
	height: auto;
}
.banner{
	width: 100%;
	height: auto;
}
.item_1{
	width: 100%;
	background-color: #e7364a;
	overflow: hidden;
	position: relative;
}
.item_2{
	width: 100%;
	background-color: #e7364a;
	position: relative;
}
.item_3{
	width: 100%;
}
.content{
	width: 100%;
}
.con_2{
	width: 100%;
}
.list{
	width: 100%;
}
.list_1{
	width: 100%;
}
.list_2{
	width: 100%;
}
.footer{
	position: relative;
}
