body{
	background: #000d21;
	font-size: 20px;
	position: relative;
}
#content{
	width: 100%;
	background: url(../img/detail_bg.jpg) top center no-repeat;
	margin-top: 104px;
}
#content .content_title{
	width: 1200px;
	margin: 0 auto;
	padding: 35px 0;
	background: rgba(255,255,255,.6);
}
#content .content_title h5{
	font-size: 28px;
	color: #000;
	text-align: center;

}
#content .content_text{
	width: 1200px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 24px;
	padding: 10px  60px 60px;
    background: rgba(255,255,255,.6);
	
}
#content .content_text img{
	text-align: center;
	margin: 0 auto;
}
#content .content_text p{
	text-indent: 32px;
}
#content .content_text .center_text{
	width: 100%;
	text-align: center;
}
#content .content_text .center_text img{
	display: inline-block;
	margin: 20px auto;
}
#content .content_text .center_text p{
	margin-bottom: 20px;
}



.ul_text{
	width: 100%;
}
.ul_text .list{
	width: 100%;
	font-size: 0;
	cursor: pointer;
}
.ul_text .list span{
	font-size: 16px;
	line-height: 36px;
	display: inline-block;
}
.ul_text .list span:nth-of-type(1){
	width: 60%;
}
.ul_text .list span:nth-of-type(2){
	width: 20%
}
.ul_text .list span:nth-of-type(3){
	width: 20%;
}
.page{
	width: 15%;
	margin: 30px auto 0;
}
.page .page_li{
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	margin-right: 10px;
	float: left;
	background:#666;
	color: #fff;
	cursor: pointer;
}
.page .page_li:hover{
	background: #0093ff9e;
}
.page .active{
	background: #0093ff9e;
}
.ul_text1{
	display: none;
}
.ul_text2{
	display: none;
}
.none_code{
	position: fixed;
	left: 0;
	top:0;
	right: 0;
	bottom: 0;
	z-index: 111;
	background: rgba(0,0,0,.6);
	display: none;
}
.box_code{
	width: 400px;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -200px;
	z-index: 111;
	background: #fff;
	text-align: center;
	box-sizing: border-box;
	padding-top: 30px;
}
.code_img{
	width: 200px;
	height: 200px;
	display: inline-block;
	
}
.code_text{
	font-size: 18px;
	line-height: 36px;
	margin-top: 30px;
}
.close_code{
	width: 100px;
	height: 40px;
	border:1px solid #000;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	margin: 30px auto 0;
	cursor: pointer;
}