.banner-wrap,
.wd-footer-wrap{
	position: relative;
	z-index: 9;
}
.banner-wrap{
	height: 260px;
	background-color: #fff;
	background-image: url('/frontend/web/image/terms/banner.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.nav-wrap{
	padding-top: 20px;
	padding-left: 24px;
	height: 54px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.09);
	background-color: #ffffff;
	position: relative;
	z-index: 9;
}

.nav-wrap > a{
	display: inline-block;
	margin-right: 10px;
	padding-right: 18px;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: rgba(0, 0, 0, 0.65);
	background: url('/frontend/web/image/terms/nav_arrow.png') no-repeat right 1px;
	float: left;
}

.nav-wrap > span{
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	float: left;
}

.tmpbg{
	width: 50%;
	height: 100%;
	background-color: #fafafa;
	position: fixed;
	top: 0;
	left: 0;
}

.conwrap{
	margin: 0 auto;
	width: 1390px;
	background-color: #fff;
	position: relative;
}

.conwrap .menu{
	padding-top: 31px;
	padding-left: 24px;
	width: 240px;
	height: 100%;
	background-color: #fafafa;
	float: left;
	position: absolute;
}

.conwrap .menu .st{
	margin-bottom: 7px;
	padding-left: 16px;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.65);
	background: url('/frontend/web/image/terms/menu_down_arrow.png') no-repeat 0 8px;
}

.conwrap .menu ul{
	margin-left: 27px;
}

.conwrap .menu ul li{
	margin-bottom: 7px;
}

.conwrap .menu ul li a{
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.65);
}

.conwrap .menu ul li.active a{color: #07a6f0;}

.conwrap .desc{
	padding-left: 240px;
	width:  1150px;
	float: left;
}

.conwrap .desc b{
	font-weight: bold;
}

.conwrap .desc .txt{
	padding: 32px;
	text-align: justify;
}

.conwrap .desc .txt > h1{
	margin-bottom: 35px;
	font-weight: 400;
	font-size: 38px;
	line-height: 46px;
	color: #000000;
}

.conwrap .desc .txt > h4{
	margin-bottom: 8px;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #000000;
}

.conwrap .desc .txt > p{
	margin-bottom: 40px;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.85);
}

.conwrap .right-nav-ttt{
	float: left;
	position: relative;
}

.conwrap .right-nav{
	margin-top: 32px;
	padding-left: 16px;
	width: 240px;
	border-left: 2px solid rgba(0, 0, 0, 0.09);
	background: #fff;
}

.conwrap .right-nav > h3{
	margin-bottom: 16px;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
}

.conwrap .right-nav  ul{

}

.conwrap .right-nav  ul li{
	margin-bottom: 16px;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: rgba(0, 0, 0, 0.45);
}

.conwrap .right-nav ul li a{
	color: rgba(0, 0, 0, 0.45);
}

.conwrap .right-nav ul li .am-active,
.conwrap .right-nav ul li a:hover{
	color: #07a6f0;
}

.conwrap .right-nav.fixed{
	position: fixed;
	top: 61px;
}

.conwrap .menu.fixed{
	position: fixed;
	top: 61px;
}