/*初始化内外边距*/
* {
	padding: 0px;
	margin: 0px;
}

body {
	min-width: 800px;
	_width: 800px;
	padding-top: 50px;
}

/*.membership-display {
	overflow: hidden;
}*/

.membership-main {
	min-width: 800px;
	_width: 800px;
	position: relative;
	overflow: hidden;
	height: 100%;
}


.content-cover {
	width: 100%;
	max-height: 420px;
	position: relative;
	overflow: hidden;
	color: #fff;
}

.content-cover img {
	width: 100%;
}

.content-shadow {
	position: absolute;
	top: 7%;
	left: 8%;
	width: 84%;
	height: 86%;
	background-color: rgba(6, 52, 82,0.85);
}

.shadow-left {
	width: 53%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(6, 52, 82,0.75);
}

.shadow-right {
	width: 48.5%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(6, 52, 82,0.75);
}

.shadow-center {
	width: 48%;
	height: 90%;
	position: absolute;
	left: 26%;
	top: 5%;
	background-color: rgba(6, 52, 82,0.45);
}

.content-layer {
	width: 60%;
	height: 80%;
	position: absolute;
	left: 20%;
	top: 10%;
	overflow: hidden;
}

.text-body {
	font-size: 12px;
	line-height: 24px;
}

.text-title {
	font-size: 24px;
	font-weight: bolder;
	margin-bottom: 2px;
}

.text-line {
	width: 96px;
	border-bottom: 3px solid rgb(255,166,45);
	margin-bottom: 15px; 
}

.first-layer-left {
	height: 100%;
	width: 52%;
	float: left;
	padding: 8% 15% 0 20%;
}

.first-layer-right {
	height: 100%;
	width: 45%;
	float: left;
	margin-right: 3%;
	padding: 0;
	border-radius: 6px;
	overflow: hidden;
}

.second-layer-left {
	height: 100%;
	width: 63%;
	float: left;
}

.second-layer-left>img {
	margin-left: 3%;
}

.second-layer-right {
	height: 100%;
	width: 37%;
	float: left;
	padding: 6% 7% 0;
}

.third-layer-left {
	height: 100%;
	width: 39%;
	float: left;
	padding: 8% 6% 0 9%;
}

.third-layer-right {
	height: 100%;
	width: 61%;
	float: left;
	padding: 9% 26% 7% 0;
}

.fourth-layer {
	padding: 12% 25% 0;
	overflow: hidden;
}

#top_img {
	width: 16%;
	position: absolute;
	top: -8%;
	right: 23%;
}

#left_img {
	width: 19%;
	position: absolute;
	top: 48%;
	left: 3.5%;
}

#right_img {
	width: 20%;
	position: absolute;
	top: 46%;
	right: -3.5%;
}

.fifth-layer {
	padding: 19% 12% 0;
	overflow: hidden;
}

.text-head {
	text-align: center;
}

.text-head>.text-line {
	margin: 0 auto 15px;
}

.content-layer img{
	width: 100%;
	height: 100%;
}

.sitemap {
  margin-top: 0!important;
}

.nav-radio {
	position: fixed;
	top: 27.5%;
	right: 18%;
	z-index: 9;
}

.nav-radio ul {
	list-style: none;
}

.radio-list {
	margin: 500% 0;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: rgb(0,105,180);
	line-height: 16px;
}

.radio-list>a {
	padding: 0 8px;
}

.cur-radio {
	background: rgb(195,203,208);
}

.radio-list:hover {
	cursor: pointer;
	background: rgb(195,203,208);
}

@media (max-width: 1280px) {
	.text-title {
		font-size: 18px;
	}
	
	.text-line {
		width: 72px; 
		margin-bottom: 5px;
	}
	
	.text-head>.text-line {
		margin-bottom: 5px;
	}
	
	.text-body {
		line-height: 18px;
	}
	
	.first-layer-left {
		padding: 6% 12% 0 20%;
	}
	
	.second-layer-right {
		padding: 6% 3% 0 7%;
	}

	.third-layer-left {
		padding: 8% 6% 0;
	}
	
	.fourth-layer {
		padding: 12% 20% 0 25%;
	}
	
	.fifth-layer {
		padding: 19% 8% 0;
	}
}

@media (max-width: 997px) {
	.text-title {
		font-size: 14px;
	}
	
	.text-line {
		width: 56px; 
		margin-bottom: 3px;
	}
	
	.text-head>.text-line {
		margin-bottom: 3px;
	}
	
	.text-body {
		line-height: 16px;
	}
	
	.first-layer-left {
		padding: 6% 12% 0 10%;
	}
	
	.second-layer-right {
		padding: 5% 0 0 7%;
	}

	.third-layer-left {
		padding: 6% 6% 0 0;
	}
	
	.fourth-layer {
		padding: 6% 18% 0 25%;
	}
	
	.fifth-layer {
		padding: 15% 8% 0;
	}
}

