@charset "utf-8";

/* =.Banner
-------------------------------------------- */
.banner {
	background: url(../img/bg-banner-cn.jpg) left top no-repeat;
	background-size: cover;
	min-height: 520px;
	min-width: 100%;
	padding-top: 100px;
	color: #FFF;
	text-align: center;
}

.banner h1 {
	font-size: 64px;
	margin-bottom: 62px;
}

.banner p {
	margin-bottom: 30px;
	font-size: 32px;
}

.product-feature {
	margin-top: 80px;
	background: url(../img/bg-desc-cn.jpg) left top no-repeat;
	background-size: cover;
	min-height: 560px;
	padding: 70px 110px 0px 110px;
	color: #FFF;
}

.product-feature .title,
.product-photoeraser .title {
	margin-bottom: 20px;
	font-size: 54px;
}

.product-feature p,
.product-photoeraser p {
	font-size: 24px;
}

.product-feature .img-list {
	margin: 50px 0px 90px 0px;
}

.product-feature .img-responsive {
	display: inline-block;
	margin: 0px 16px;
}

.product-feature .btn-more,
.product-photoeraser .btn-more {
	font-size: 24px;
	color: #FFF;
}

.product-photoeraser {
	margin-top: 80px;
	background: url(../img/bg-desc-photoeraser-cn.jpg) left top no-repeat;
	background-size: cover;
	min-height: 560px;
	padding: 70px 110px 0px 110px;
	color: #FFF;
}


.service {
	text-align: center;
}

.service .item {
	width: 33.33%;
	float: left;
	padding: 82px 6px;
}

.service .item .img-responsive {
	max-height: 70px;
	margin-left: auto;
	margin-right: auto;
}

.service .item h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 36px;
}

.service .item p {
	margin: 0 0 10px;
	font-size: 18px;
}