body{color: #333;}
.container h3{font-size: 30px;padding-top: 3%;padding-bottom: 2%;color: #333;position: relative;}
.container h3 p{
	color: #E84523;
}
.advantage{
	padding-bottom: 5%;
	background-color: #f6f6f6;
}
.advantage li{
	display: inline-block;
	width: 25%;
	font-size: 18px;
	background-color: #fff;
	vertical-align: top;
	text-align: center;
	position: relative;
	margin-top: 1px;
}
.advantage li:hover{
	font-weight: bold;
	color: #e84523;
	box-shadow: 0 28px 30px rgba(214,214,214,.48);
}
.advantage li:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	height: 3px;
	width: 0;
	background-color: #E84523;
	-webkit-transition: width .3s ease;
	-moz-transition: width .3s ease;
	-ms-transition: width .3s ease;
	-o-transition: width .3s ease;
	transition: width .3s ease;
}
.advantage li:hover:after{
	width: 100%;
}
.advantage li p{
	padding-top: 50%;
	padding-bottom: 8%;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.advantage li:first-of-type p{
	background: url(images/icon1.png) no-repeat center 30%;
	background-size: 28%;
}
.advantage li:nth-of-type(2) p{
	background: url(images/icon2.png) no-repeat center 30%;
	background-size: 28%;
}
.advantage li:nth-of-type(3) p{
	background: url(images/icon3.png) no-repeat center 30%;
	background-size: 28%;
}
.advantage li:nth-of-type(4) p{
	background: url(images/icon4.png) no-repeat center 30%;
	background-size: 28%;
	border-right: none;
}
.advantage li:nth-of-type(5) p{
	background: url(images/icon5.png) no-repeat center 30%;
	background-size: 28%;
	border-bottom: none;
}
.advantage li:nth-of-type(6) p{
	background: url(images/icon6.png) no-repeat center 30%;
	background-size: 28%;
	border-bottom: none;
}
.advantage li:nth-of-type(7) p{
	background: url(images/icon7.png) no-repeat center 30%;
	background-size: 28%;
	border-bottom: none;
}
.advantage li:last-of-type p{
	background: url(images/icon8.png) no-repeat center 30%;
	background-size: 28%;
	border: none;
}
.mode{
	text-align: center;
}
.series{
	padding-bottom: 2%;
	background-color: #f6f6f6;
}
.series .container>p{
	font-size: 18px;
	text-align: center;
	margin-top: -1%;
	margin-bottom: 3%;
}
.series li{
	display: inline-block;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	vertical-align: top;
}
.series li h4{
	font-size: 16px;
	padding: 10%;
	text-align: center;
	background-color: #fff;
}
.wish{
	padding-bottom: 5%;
}
.wish li{
	display: inline-block;
	width: 18.4%;
	margin-right: 2%;
	vertical-align: top;
	position: relative;
}
.wish li section{
	position: absolute;
	top: 2%;
	left: 0;
	width: 100%;
	height: 96%;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	-webkit-transform: skewY(3.5deg);
	-moz-transform: skewY(3.5deg);
	-ms-transform: skewY(3.5deg);
	-o-transform: skewY(3.5deg);
	transform: skewY(3.5deg);
}
.wish li section:before{
	position: absolute;
	top: -3%;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #E84523;
	-webkit-transition: width .3s ease;
	-moz-transition: width .3s ease;
	-ms-transition: width .3s ease;
	-o-transition: width .3s ease;
	transition: width .3s ease;
}
.wish li:hover section{
	background-color: rgba(232,69,35,.95);
}
.wish li:hover section:before{
	width: 100%;
}
.wish li section h4,.wish li section p{
	-webkit-transform: skewY(-3.5deg);
	-moz-transform: skewY(-3.5deg);
	-ms-transform: skewY(-3.5deg);
	-o-transform: skewY(-3.5deg);
	transform: skewY(-3.5deg);
}
.wish li section h4{
	font-size: 36px;
	padding-top: 20%;
	padding-bottom: 10%;
	margin-bottom: 10%;
	position: relative;
}
.wish li section h4:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: calc(50% - 10px);
	width: 20px;
	height: 2px;
	background-color: #fff;
}
.wish li section p{
	padding-left: 12%;
	padding-right: 12%;
}
.contact{
	color: #fff;
	padding-top: 2%;
	padding-bottom: 2%;
	background: url(images/bg.jpg) no-repeat center top;
	background-size: 100%;
}
.contact .info{
	margin-left: 50%;
}
.contact h4{
	font-size: 24px;
	margin-bottom: 3%;
	position: relative;
}
.contact h4:before{
	position: absolute;
	content: '';
	left: -4%;
	top: 0;
	width: 15px;
	height: 100%;
	background: url(images/icon9.png) no-repeat center left;
	background-size: contain;
}
.contact img,.contact .text{
	display: inline-block;
	vertical-align: middle;
}
.contact img{
	width: 15%;
	margin-right: 5%;
}
.contact .text{
	font-size: 16px;
	line-height: 30px;
}
