@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
#sub-banner{
	width: 100%;
    margin-top: 214px;
    text-align: center;
    padding: 130px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
	background-size: cover;
}
.content-wrap{
	background-color:#fff;
	background-image:url(/images/31/index-product-bg-fiexd.png);
	background-position:50% 100%;
	background-attachment:fixed;
	position:relative;
	padding:100px 0;
}
.content-wrap:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	background-image:url(/images/31/index-product-bg-before.png);
	background-repeat:no-repeat;
	background-position:50% 0%;
	background-size:100%;
}

.waylink{
	overflow:hidden;
	border-bottom:1px solid #e0e0e0;
	padding-bottom:15px;
	margin-bottom:15px;
	position: relative;
    z-index: 2;
}
.waylink ol{
	font-size:14px;
	margin:0;
	padding:0;
	color:#a2a2a2;
	float:right;
	margin-top: 23px;
	overflow:hidden;
}
.waylink ol a{
	color:#a2a2a2;
}
.waylink ol li{
	float:left;
	position:relative;
    padding-left: 10px;
    margin-left: 5px;
	list-style:none;
}
.waylink ol li:first-child{
    padding-left: 0;
    margin-left: 0;
}
.waylink ol li .h3{
	font-size:12px;
	font-weight:normal;
}
.waylink ol li:after{
	position:absolute;
	content:'>';
	left:0;
	top:0;
	color:#5d1114;
	font-size:12px;
}
.waylink ol li:first-child:after{
	display:none;
}

.waylink .h2{
	color:#6e3f3f;
	font-size:22px;
	font-weight:normal;
	float:left;
}
.waylink .h2 b{
	vertical-align: super;
}
.waylink .h2 span{
	font-family: 'Great Vibes', cursive;
	color:#d2b16b;
	font-size:40px;
	font-weight:normal;
	vertical-align: initial;
}
.content-main{
	position:relative;
	z-index:2;
	background: rgba(255, 255, 255, 0.24);
}
aside{
	position:relative;
	z-index:2;
	margin-top: -37px;
}
aside #side-nav ul{
	text-align:center;
}
aside #side-nav li{
	display: inline-block;
    background-repeat: no-repeat;
    text-align: center;
    margin-right: -4px;
	position:relative;
	margin-bottom: 10px;
}
aside #side-nav li:hover a{
	color:#fff;
    border: 1px solid #d2b16b;
}
aside #side-nav ul li a{
	display:block;
	color:#fff;
	font-size:14px;
    margin: 0;
    font-size: 13px;
    padding: 5px 14px;
    border: 1px solid #835b62;
    position: relative;
	background:#835b62;
}
aside #side-nav ul li.action a,
aside #side-nav ul li:hover a{
	background: #d2b16b;
    color: #fff;
	border: 1px solid #d2b16b;
}
aside #side-nav ul li.action a:after,
aside #side-nav ul li:hover a:after{
	content: " ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 7.5px 0 7.5px;
    border-color: #d2b16b transparent transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -7.5px;
}

@media screen and (max-width: 980px) {
	#sub-banner{
		margin-top: 90px;
		padding: 80px 0;	
	}
	
}
@media screen and (max-width: 768px) {
	.waylink .h2{
		font-size: 18px;
	}
	.waylink .h2 span{
		font-size: 30px;
	}
	.content-wrap{
		padding:50px 0;
	}
	#sub-banner{
		padding: 80px 0;	
	}
	#sub-banner img{
		max-width:50%;
	}
	.waylink ol{
		float:none;
		margin:0 0 20px 0;
	}
	.waylink .h2{
		float:none;
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	#sub-banner{
	    margin-top: 70px;	
	}
}