
h2.img {
	left: 50%;
	position: absolute;
	top: 17px;
	transform: translate(-50%, -50%);
}

div.mainimg {
	padding-bottom: 130px;
	position: relative;
}

div.mainimg div.mainimg-img {
	background: url(images/mainimg_line.png) repeat-y center left 4%,
	url(images/mainimg_line.png) repeat-y center right 4%;
	text-align: center;
}

div.mainimg div.mainimg-img img {
	height: auto;
	width: 80%;
}

div.about {
	background: #ebf5f2;
	margin: 0 auto;
	margin-bottom: 200px;
	max-width: 1000px;
	padding-bottom: 120px;
	position: relative;
	text-align: center;
}

div.about div.about-message {
	padding: 70px 0 20px;
}

div.about div.about-message p {
	text-align: center;
}

div.about ul.img {
	bottom: -100px;
	display: flex;
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

div.about ul.img li {
	padding: 0 15px;
}

div.news {
	margin-bottom: 130px;
}

div.recommend {
	background: #ebf5f2;
	background-size: 18px;
	margin-bottom: 130px;
	position: relative;
}

div.recommend p {
	margin: 0;
	padding: 70px 0 50px;
	text-align: center;
}

div.recommend ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1000px;
}

div.recommend ul li {
	background: white url(images/recommend_img_btn.svg) no-repeat right 20px bottom 20px;
	background-size: 15px;
	box-shadow: 0 0 16px -6px rgba(170,170,170,.6);
	margin-bottom: 50px;
}

div.recommend ul li a {
	border: 7px solid #ffffff;
	display: block;
	height: 285px;
	position: relative;
	text-decoration: none;
	width: 285px;
}

div.recommend ul li a span.img {
	display: block;
	padding: 60px 0 5px;
	text-align: center;
}

div.recommend ul li a span.text {
	color: #4d7569;
	display: block;
	font-weight: 600;
	line-height: 1.4em;
	text-align: center;
}

div.recommend ul li a:hover {
	border: 7px solid #cfe6de;
	opacity: 1;
}

div.shop {
	padding-bottom: 100px;
	position: relative;
	text-align: center;
}

div.shop div.img {
	padding: 70px 0 40px;
}
