@charset "utf-8";
html,body{
	background: #f6f6f6;
}
.content{
    
}
h1,h2,h3,h4,h5,h6,b,strong{
     font-weight: bold!important;
   
}
.floorBar{
	width: 160px;
	float: left;
}
.memadebtn{
	width: 160px;
	background: #fff;
	border: 1px solid #ededed;
	border-radius: 3px;
	position: relative;
	box-sizing: border-box;
	padding: 0 15px 30px;
	margin-bottom: 20px;
}
.memadebtn .floorIcon{
  	display: block;
    width: 100px;
    height: 41px;
    background: #fd5400;
    border-radius: 0 0 12px 12px;
    text-align: center;
    font: 16px/41px "微软雅黑";
    color: #fff;
    margin: -1px 0 0 0;
}
.memadebtn a{
	display: block;
	font: 400 16px/60px "Microsoft YaHei";
	color: #666;
	position: relative;
	padding-left: 20px;
	border-bottom: 1px dashed #efefef;
}
.memadebtn a::before{
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	background: #fd5400;
	position: absolute;
	top: 25px;
	left: 0;
}
.memadebtn a:hover{
	color: #fd5400;
}
.memadebtn a:last-child{
	border-bottom: 0;
}
.memadebtn a.currentBtn{
	color: #fd5400;
}
.aboutUsInfo{
	width: 900px;
	float: right;
}
.section{
	background: #fff;
	border-radius: 3px;
	border: 1px solid #ededed;
	box-sizing: border-box;
	padding: 20px 37px 60px;
}
.aboutUsInfo h2{
	font: 400 24px "Microsoft YaHei";
    color: #222;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.aboutUsInfo h3{
	font:18px/40px "Microsoft YaHei";
    color: #444;
    font-weight: bold;
    margin-bottom: 10px;
}
.aboutUsInfo h4{
	font:16px/40px "Microsoft YaHei";
    color: #444;
    font-weight: bold;
}
.aboutUsInfo p{
	font:16px/32px "Microsoft YaHei";
    color: #666;
   /* margin-bottom: 20px;*/
}

.section{
	margin-bottom: 20px;
}
