
/*中间tab部分*/

.centerMe {
	width: 100%;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #f4f4f4;
	/*margin-bottom: 20px;*/
}
.centerMe .actives{
	color: #333333;
	font-weight: bold;
}
.centerMe li {
	display: inline-block;
	width: 295px;
	text-align: center;
	color: #999;
	cursor: pointer;
}

.centerMe li:hover{
	color:#666;
}
.centerMe li .conTit {
	width: 280px;
	display: inline-block;
	color: #D3D3D3;
}

.centerMe li .lines {
	width: 1px;
	height: 40px;
	background: #d3d3d3;
	display: inline-block;
	position: relative;
    top: 15px;
    left: 105px;
}
.centerMe  .active{
	color: #333!important;
}
/*简介部分*/
.company{
	background: #FAFAFA;
	height: 410px;
}
.company .jianjie{
	width: 570px;
	padding-top: 40px;
}
.company .jianjie h4{
	font-size: 26px;
	color: #333;
	margin-bottom: 20px;
	
}
.company .jianjie  p{
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.company .about{
	width: 582px;
	height: 330px;
	padding-top: 40px;
}
.company .about img{
		width: 582px;
	height: 330px;

}
/*发展历程*/
.develop{
	background: #FAFAFA;
	text-align: center;
	padding-bottom: 70px;
}
.develop h4{
	font-size: 26px;
	color: #333;
	padding-top: 30px;
}
.develop p{
	margin-top: 20px;
}
.developDetails{
	position: relative;
	top: 50px;
}
.developDetails .left,
.developDetails .right{
	width: 550px;
	position: absolute;
	display: block
}
.developDetails .right{
	top: 0;
	right: 0px;
}
.developDetails .center{
	height: 1556px;;
}
.developDetails .left img:nth-child(1){
	width: 550px;
	height: 191px;
	margin-top: 72px;
}
.developDetails .left img:nth-child(2){
	width: 550px;
	height: 404px;
	margin-top: 440px;
}

.developDetails .right img:nth-child(1){
	width: 553px;
	height:400px;
	margin-top: 283px;
}
.developDetails .right img:nth-child(2){
	width: 553px;
	height: 377px;
	margin-top: 288px;
}
/*加入我们*/
.joinUs{
	
}
.joinUs .joinDetials{
	/*margin-top: 20px;*/
}

.joinUs .joinDetials li .joinDiv{
	padding: 10px 20px;
	height: 100px;
	/*border: 1px solid #D3D3D3;*/
	/*border-top: 1px solid #fff;
*/	
    line-height: 20px;
    box-shadow: 0px 0px 1px #e6e6e6;
    border-top: 0px;
}
.joinUs .joinDetials li .joinDiv .joLeft{
	width: 500px;
	margin-top: 30px;
}
.joinUs .joinDetials li .joinDiv .joLeft span,
.joinUs .joinDetials li .joinDiv .joCenter span{
	font-size: 14px;
	color: #333;
	margin-bottom: 14px;
}
.joinUs .joinDetials li .joinDiv .joLeft span:nth-child(2),
.joinUs .joinDetials li .joinDiv .joCenter span:nth-child(2){
	font-size: 12px;
	color: #999;
}
.joinUs .joinDetials li span{
	display: block;
	
}
.joinUs .joinDetials li .joinDiv .joCenter{
	width: 500px;
	margin-top: 30px;

}
.joinUs .joinDetials li .joinDiv .joRight{
	/*width: 500px;*/
	margin-top: 40px;
	cursor: pointer;

}
.joinUs .joinDetials li .downDetails{
	border: 1px solid #E6E6E6;
	border-top:0;
	padding: 10px 20px;
	border-bottom: 0p;
	display: none;
}
.joinUs .joinDetials li .downDetails h4{
	padding-top: 29px;
	margin-bottom: 15px;
}
.joinUs .joinDetials li .downDetails li{
	list-style: none;
	line-height: 30px;
	
}
.joinUs .joinDetials li .downDetails button{
	width: 120px;
	height: 36px;
	background: #3C7EEC;
	color:#fff;
	text-align: center;
	font-size: 14px;
	outline: none;
	border:0px;
	margin-top: 30px;
	cursor: pointer;
	margin-bottom: 30px;
}



/*分页样式*/
.page{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.page li{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #fff;
	color: #333;
	border:1px solid #dedede;
	text-align: center;
	line-height: 40px;
	margin-right: 10px;
	cursor: pointer;
	
}

.page .active{
	background: #3C7EEC;
	color:#fff;
}
/*意见反馈*/
.adviceDetails{
	background: #fff;
	box-shadow: 1px 1px 5px #E6E6E6;
	padding: 10px 20px;
	text-align: center;
	
}
.adviceDetails .adviceDiv{
	margin-top: 20px;
}

.adviceDetails .maisText{
	margin-top: 25px;
}
.adviceDetails .adviceDiv span{
	font-size: 14px;
	color: #333;
}

.adviceDetails .adviceDiv .fontTexte{
	position: relative;
	top: -4px;;
}
.adviceDetails .adviceDiv textarea{
	width: 92%;
	height: 350px;
	border:1px solid #ccc;
	background: #FAFAFA;
	padding-left: 10px;
	padding-top: 10px;
}

.adviceDetails button{
	width: 120px;
	height: 36px;
	background: #eee;
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 36px;
	outline: none;
	border:0px;
	margin-top: 30px;
	margin-bottom: 30px;
	cursor: pointer;
}


.adviceDetails button:hover{
background:#3C7EEC;
	color: #fff;
}