.api_content{
	padding : 30px 0;
	margin: 0;
	height: auto;
}

.api_left_nav{
	float: left; 
	width: 150px; 
	margin: -10px 40px 0 0;
	height: 100%;
}

.api_right_content{
	width: 760px;
	float: left;
	padding-left:20px;
	font-weight: normal;
	font-family: "微软雅黑","宋体","SimSun","Arial Narrow", Arial, Helvetica, sans-serif;
}

.api_top_nav_item{
	font-size: 16px;
	border: solid 1px #cbcbcb;
	border-right: none;
	display: inline;
	margin: 0;
	line-height: 38px;
	text-align: center;
    width:150px;
    height:38px;
	background: #efefef;
	margin-bottom:10px;
	display:inline-block;
}

.api_top_nav_item_tail{
	border-right:solid 1px #cbcbcb;
}

.api_top_nav{
	margin-bottom: 30px;
}
.api_top_nav2{
	margin-bottom: 10px;
	
}

.apiCenterHome h3{
	font-size: 17px;
	margin-top: 6px;
}

.apiCenterHome p{
	font-size: 14px;
	padding: 8px;
}

.apiCenterHome table{
	border: 1px solid #333; 
	width: 750px;
}

.apiCenterHome table td{
	border: 1px solid #e4e4e4; 
	font-size: 12px;
	text-align: left;
	height: 36px;
	padding: 10px 0 10px 10px;
}

.apiCenterHome table th{
	border: 1px solid #e4e4e4;
	text-align: center;
	background-color:#efefef;
	text-align:center; 
	height: 36px;
	font-size: 14px;
}
/*返回顶部*/
p#back-to-top{
      position:fixed;
      bottom:30px;
      right:20px;
}
.btn-lga{
	font-size: 28px;
	padding: 8px 13px;
}
.glyphicon {
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 2px;
    left: -1px;
}
/*右侧导航*/

.api_left_nav h3{
    border: 1px solid #e4e4e4;
    border-bottom: 0px;
    font-size: 16px;
    font-weight: normal;
    background-color: #f7f7f7;
    text-align:center;
    height:50px;
	line-height:50px;
	margin: 0;
	width:180px;
}
.api_left_nav ul{
	width:180px;
	height:100%;
	background-color: #f7f7f7;
	border: 1px solid #e4e4e4;
	padding-bottom:10px;
	padding-bottom:44px;
}

.api_left_nav ul li{
	width:180px;
	font-size:14px;
	font-family:"微软雅黑";
	text-align:left;
	
}

.api_left_nav ul li a{
	color: #333333;
    display: block;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:10px 20px;
    border-bottom: 1px solid #EFEFEF;
    
}

.api_left_nav ul li a:hover, .api_left_nav ul li.active a{
	background-color: #ddedf4;
	color: #0089cd;
	text-decoration: none;
	border-left: 3px solid #0071bd;
}
