.main-container{
	min-width:1200px;
	color:#333;
	margin-bottom:20px;
}
ul{
	list-style:none;
	padding:0;
}
.main{
	width:1200px;
	margin:0 auto;
}
.about-left{
	width:900px;
	display:inline-block;
	box-sizing:border-box;
}
.about-left>div{
	display:none;
}

.about-left h2{
	font-weight:normal;
	font-size:20px;
	margin:20px auto;
}
.about-left>div>div{
	background:#fff;
	padding:20px;
	/* min-height:500px; */
	width:900px;	
	box-sizing:border-box;
	border:10px solid #f5f5f5;
}
.company-profile-content p,.environment-content p{
	text-indent:2em;
	line-height:26px;
	text-align:justify;
	font-size:15px;
}
.company-profile-content p+p{
	margin-top:6px;
}
.corporate-culture-content dt,.title-p{
	font-size:18px;
	line-height:30px;
}
.corporate-culture-content dd,.address-text p{
	margin-left:0;
	line-height:30px;
	font-size:15px;
}
.environment-content li img{
	width:400px;
	height:300px;
}
.environment-content li{
	display:inline-block;
	margin-top:15px;
}
.environment-content li:nth-child(2n){
	margin-left:30px;
}
p+.title-p,.corporate-culture-content dl + dl {
    margin-top:20px;
}
.problem-content>ul>li h3{
	font-weight:normal;
	font-size:16px;
	border-bottom:1px solid #e0e0e0;
	padding:0 0 10px 30px;
	margin:10px auto 0;
	line-height:25px;
	cursor:pointer;
	position:relative;
}
.problem-content>ul>li h3:before{
	content:'';
	position:absolute;
	width:25px;
	height:25px;
	background:url(../../image/gz/about/q.png);
	left:0px;
	top:5px;
}
.problem-content>ul>li p{
	text-align:justify;
	background:#fafafa;
	padding:20px;
	margin:0;
	line-height:25px;
	padding-left:35px;
	position:relative;
	display:none;
}
.problem-content>ul>li p:before{
	content:'';
	position:absolute;
	width:25px;
	height:23px;
	background:url(../../image/gz/about/a.png);
	left:0px;
	top:25px;
}
.pages {
	width:500px;
	margin:30px auto 0;
	text-align:center;
}
.pages li{
	display:inline-block;
	cursor:pointer;
	padding:5px 10px;
	/* border:1px solid #999; */
	margin:0 10px;
}
.pages li:hover,.now{
	background:#fc7305;
	color:#fff;
	/* border:1px solid #fc7305 !important; */
}


/*  */
.about-right{
	width:280px;
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
	margin-top:66px;
}
.about-menu{
	width:200px;
	margin:0 auto;
	background:#fff;
	padding:20px 10px;
	box-sizing:border-box;
	border:10px solid #f5f5f5;
}
.about-menu h2{
	font-weight:normal;
	font-size:20px;
	color:#fc7305 ;
	margin-left:30px;
}
.about-menu ul{
	padding:0px;
	margin-top:10px;
}
.about-menu li a{
	display:block;
	padding-left:30px;
	line-height:35px;
	cursor:pointer;
}
.about-menu li a:hover,.current{
	color:#fff !important;
	background:#fc7305;
}
