body
{
	background:white !important;
}
.basicdisplay_main_container
{
	width:70%;
	margin-left:15%;
	margin-top:90px;
	height:auto;
	min-height:800px;
}
.basicdisplay_main_container span
{
	font-size:16px;
}

.basicdisplay_main_container_bigimg
{
	width:100%;
	max-height:700px;
}
.basicdisplay_main_container_sections
{
	width:80%;
	margin-left:10%;
	height:auto;
	min-height:100px;
	display:block;
	margin-top:0px;
	overflow:auto !important;
}
.basicdisplay_main_container_sections_chl
{
	width:33%;
	float:left;
	height:100px;
}
.section_div
{
	width:245px;
	height:55px;
	line-height:55px;
	font-size:18px;
	cursor:pointer;
	margin-top:35px !important; 
	border-radius:25px;
	text-align:center;
	font-weight:bold;
	color:#999999;
	border:1px solid #999999;
	margin:0 auto;
	margin-top:12px;
}

.section_div img
{
	width:110%;
	height:110%;
	cursor:pointer;
	position:relative;
	margin-left:-4%;
	margin-top:-60px;
	display:none;
}

.section_div_active .section_div
{
	border:none;
	background:url(../../image/sections/sections.png) no-repeat;
	background-position:50% 50%;
	background-size:110%;
	color:white;
	font-weight:bold;
}
.section_div_active img
{
	display:block;
}

.basicdisplay_main_container_qy
{
	width:450px;
	height:300px;
	color:white;
	position:absolute;
	margin-top:-500px;
	margin-left:100px;
}
.basicdisplay_main_container_qy span
{
	line-height:35px;
}
.sections_content
{
	margin-top:25px;
}
.content_hide
{
	display:none;
}