body {
	background-color: #f6f6f6;
}
h1 {
	font-size: 40px;
	line-height: 50px;
	width: 100%;
	height: 75px;
	color: #000000;
	overflow: hidden;
	position: relative;
	text-align: center;
}
h1:after {
	content: '';
	display: block;
	width: 52px;
	height: 10px;
	overflow: hidden;
	background: url(../img/mb.png) no-repeat bottom center;
	background-size: 100%;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -26px;
}
@media only screen and (max-width: 700px) {
	h1 {
		font-size: 28px;
		line-height: 30px;
		height: 50px;
	}
}
.sale1 {
	width: 100%;
	overflow: hidden;
	margin: 50px 0 60px;
}
.sale1 .sale1-title {
	width: 100%;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}
.sale1 .sale1-title p {
	margin: 25px 0 0;
}
.sale1 ul {
	width: 100%;
	overflow: hidden;
	margin: 65px 0 0;
	text-align: center;
	color: #999999;
	font-size: 18px;
}
.sale1 ul li {
	width: 300px;
	overflow: hidden;
	float: left;
	line-height: 25px;
}
.sale1 ul li:nth-of-type(2) {
	margin: 0 150px;
}
.sale1 ul li .sale1-img {
	width: 100px;
	height: 100px;
	line-height: 96px;
	overflow: hidden;
	margin: 0 auto 20px;
}
@media only screen and (max-width: 991px) {
	.sale1 ul li {
		float: none;
		margin: 0 auto;
	}
	.sale1 ul li:nth-of-type(2) {
		margin: 40px auto;
	}
}
@media only screen and (max-width: 700px) {
	.sale1 {
	    margin: 40px 0;
	}
	.sale1 .sale1-title p {
	    margin: 15px 0 0;
	    font-size: 12px;
    	line-height: 20px;
	}
	.sale1 ul {
	    margin: 30px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.sale1 ul li:nth-of-type(2) {
		margin: 0 35px;
	}
}
@media only screen and (min-width: 1250px) {
	.sale1 ul li:nth-of-type(2) {
		margin: 0 150px;
	}
}
.sale2 {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 55px 0 65px;
}
.sale2 .sale2-txt {
	width: 340px;
	overflow: hidden;
	float: left;
	text-align: left;
	color: #949494;
	line-height: 20px;
}
.sale2 .sale2-txt h1 {
	line-height: 45px;
	text-align: left;
	margin: 30px 0 25px;
}
.sale2 .sale2-txt h1:after {
	left: 0;
	margin: 0;
}
.sale2 .sale2-img {
	width: 800px;
	overflow: hidden;
	float: right;
}
.sale2 .sale2-img img {
	width: 100%;
}
@media only screen and (max-width: 991px) {
	.sale2 .sale2-txt {
	    width: 100%;
	    float: none;
	    margin: 0 0 40px;
	}
	.sale2 .sale2-img {
		width: 100%;
		float: none;
	}
}
@media only screen and (max-width: 700px) {
	.sale2 {
	    padding: 40px 0 0;
	}
	.sale2 .container {
		width: 100%;
	}
	.sale2 .sale2-txt h1 {
		line-height: 30px;
	    margin: 0 0 15px;
	}
	.sale2 .sale2-txt {
	    width: 325px;
	    margin: 0 auto 20px;
	}
}
@media only screen and (min-width: 992px) {
	.sale2 .sale2-img {
		width: 590px;
	}
}
@media only screen and (min-width: 1250px) {
	.sale2 .sale2-img {
		width: 800px;
	}
}
.sale3 {
	width: 100%;
	overflow: hidden;
	background: #FFFFFF url(../img/sale3.jpg) no-repeat center;
	padding: 80px 0 120px;
}
.sale3 h1 {
	line-height: 45px;
}
.sale3 .sale3-list {
	width: 100%;
	overflow: hidden;
	margin: 65px 0 0;
}
.sale3-list a {
	display: block;
	width: calc(33.33% - 57px);
	width: -moz-calc(33.33% - 57px);
	width: -webkit-calc(33.33% - 57px);
	overflow: hidden;
	float: left;
	background-color: #FFFFFF;
	padding: 5px 5px 7px;
	position: relative;
}
.sale3-list a:nth-of-type(3n+1),.sale3-list a:nth-of-type(3n+2) {
	margin: 0 85px 0 0;
}
.sale3-list a:nth-of-type(3n) {
	margin: 0;
}
.sale3-list a:before {
	content: '';
	display: block;
	width: 100%;
	height: 0px;
	position: absolute;
	left: 0;
	top: 50%;
	transition: all 0.5s;
}
.sale3-list .sale3-img {
	width: 100%;
	overflow: hidden;
	border: 1px solid #eeeeee;
	position: relative;
	z-index: 2;
}
.sale3-img img {
	width: 100%;
}
.sale3-list .sale3-txt {
	width: 100%;
	height: 50px;
	overflow: hidden;
	padding: 5px 0;
	position: relative;
	line-height: 15px;
	color: #989898;
	position: relative;
	z-index: 2;
	transition: all 0.5s;
}
.sale3-txt h5 {
	line-height: 15px;
	height: 15px;
	font-size: 12px;
	overflow: hidden;
	font-weight: bold;
	margin: 5px 0 3px;
	color: #767676;
	transition: all 0.5s;
}
.sale3-txt img {
	display: block;
	width: 32px;
	float: left;
	margin: 4px 9px;
}
.sale3-txt button {
	display: block;
	width: 65px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	right: 13px;
	top: 10px;
	background-color: #858585;
	border: none;
	color: #FFFFFF;
}
.sale3-txt button span {
	position: relative;
	z-index: 2;
}
.sale3-txt button:before {
	content: '';
	display: block;
	width: 0px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0px;
	transition: all 0.3s;
}
.sale3-list a:hover .sale3-img {
	border-color: #FFFFFF;
}
.sale3-list a:hover:before {
	height: 100%;
	top: 0;
	background-color: #f08300;
}
.sale3-list a:hover .sale3-txt {
	color: #FFFFFF;
}
.sale3-list a:hover .sale3-txt h5 {
	color: #FFFFFF;
}
.sale3-list a:hover .sale3-txt button {
	color: #f08300;
}
.sale3-list a:hover .sale3-txt button:before {
	width: 100%;
	left: 0;
	background-color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
	.sale3 {
		padding: 80px 0 20px;
		background-size: auto 100%;
	}
	.sale3-list a {
		width: calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
	}
	.sale3-list a:nth-of-type(2n+1) {
		margin: 0 40px 40px 0;
	}
	.sale3-list a:nth-of-type(2n) {
		margin: 0 0 40px;
	}
}
@media only screen and (max-width: 700px) {
	.sale3 {
		padding: 40px 0 15px;
	}
	.sale3 h1 {
	    line-height: 30px;
	}
	.sale3 .sale3-list {
	    margin: 30px 0 0;
	}
	.sale3-list a {
		width: 100%;
	}
	.sale3-list a:nth-of-type(2n+1) {
		margin: 0 0 25px;
	}
	.sale3-list a:nth-of-type(2n) {
		margin: 0 0 25px;
	}
}
@media only screen and (min-width: 992px) {
	.sale3-list a {
		width: calc(33.33% - 30px);
		width: -moz-calc(33.33% - 30px);
		width: -webkit-calc(33.33% - 30px);
	}
	.sale3-list a:nth-of-type(3n+1),.sale3-list a:nth-of-type(3n+2) {
		margin: 0 45px 0 0;
	}
}
@media only screen and (min-width: 1250px) {
	.sale3-list a {
		width: calc(33.33% - 57px);
		width: -moz-calc(33.33% - 57px);
		width: -webkit-calc(33.33% - 57px);
	}
	.sale3-list a:nth-of-type(3n+1),.sale3-list a:nth-of-type(3n+2) {
		margin: 0 85px 0 0;
	}
}
@media only screen and (min-width: 1921px) {
	.sale3 {
		background-size: 100%;
	}
}
