.api {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #fdfdfd;
}

.api .api-backimg {
	position: relative;
	left: 50%;
	width: 1920px;
	height: 500px;
	margin-left: -960px;
	background: url(../images/apiimg1.jpg) no-repeat
}

.api .appkey-btn {
	position: absolute;
	top: 315px;
	left: 50%;
	display: block;
	width: 482px;
	height: 122px;
	margin-left: -241px;
	background: url(../images/appkey-btn.png) no-repeat
}

.api .api-content {
	position: relative;
	left: 50%;
	width: 1920px;
	margin-left: -960px;
	/* background: url(../images/apiimg2.jpg) repeat-y; */
	background: #fdfdfd;
}
.api .api-content a{
	color: #337ab7;
}
.api .api-content a:hover{
	color: #337ab7;
}
.api .api-content .api-box {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px;
	overflow-x: hidden
}

.api .api-content .new-notice {
	width: 1150px;
	padding: 15px 25px;
	background-color: #fff
}

.api .api-content .new-notice .notice-hd {
	height: 32px;
	line-height: 28px;
	*zoom: 1;
	border-bottom: 2px solid #E2E2E2
}

.api .api-content .new-notice .notice-hd:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.api .api-content .new-notice .notice-hd p {
	float: left;
	font-size: 18px;
	color: #191919
}

.api .api-content .new-notice .notice-hd a {
	display: block;
	float: right;
	color: #008cee
}

.api .api-content .new-notice .usetip {
	color: #666;
	line-height: 26px;
	text-indent: 30px;
	margin: 15px 0
}

.api .api-content .new-notice .technical-support {
	text-align: center;
	font-weight: bold;
	color: #474747;
	margin-left: 18px;
	height: 30px;
	line-height: 30px
}

.api .api-content .new-notice .technical-support a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: -15%
}

.api .api-content .new-notice .technical-support a img {
	width: 77px;
	height: 22px
}

.api .api-content .api-list {
	width: 1200px;
	background-color: #fff;
	*zoom: 1;
	margin-top: 30px
}

.api .api-content .api-list:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.api .api-content .api-list .api-sidebar {
	float: left;
	width: 200px;
	text-align: center
}

.api .api-content .api-list .api-sidebar li {
	font-size: 16px;
	height: 54px;
	line-height: 54px;
	cursor: pointer
}

.api .api-content .api-list .api-sidebar li:hover,.api .api-content .api-list .api-sidebar li.api-sb-active {
	color: #0e8ee7;
	position: relative
}

.api .api-content .api-list .api-sidebar li:hover:after,.api .api-content .api-list .api-sidebar li.api-sb-active:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 196px;
	height: 54px;
	content: "";
	border-left: 4px solid #0e8ee7
}

.api .api-content .api-list .api-infro {
	float: left;
	width: 949px;
	padding: 0 25px;
	min-height: 680px;
	border-left: 1px solid #DDE4EA
}

.api .api-content .api-list .api-infro .api-ul {
	margin-top: 10px;
	position: relative;
	*zoom: 1
}

.api .api-content .api-list .api-infro .api-ul:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.api .api-content .api-list .api-infro .api-ul .api-ul-li {
	float: left
}

.api .api-content .api-list .api-infro .api-ul .api-ul-div {
	border-bottom: 1px solid #DDE4EA
}

.api .api-content .api-list .api-infro .api-ul .api-ul-div li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 170px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	margin: 0 71px;
	position: relative;
	text-align: center;
	cursor: pointer
}

.api .api-content .api-list .api-infro .api-ul .api-ul-div li:hover:after,.api .api-content .api-list .api-infro .api-ul .api-ul-div li.active-line:after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 173px;
	height: 4px;
	content: "";
	background: #0e8ee7
}

.api .api-content .api-list .api-infro .api-text {
	margin: 30px 0 70px 0
}

.api .api-content .api-list .api-infro .api-text .detail-dis {
	font-size: 12px;
	color: #555
}

.api .api-content .api-list .api-infro .api-text .detail-dis p {
	white-space: normal;
	line-height: 18px;
	margin-bottom: 20px
}

.api .api-content .api-list .api-infro .api-text .detail-dis p span.apiurl {
	margin: 0;
	padding: 0;
	border: none
}

.api .api-content .api-list .api-infro .api-text .detail-dis .api-table {
	width: 949px;
	margin: 20px 0;
	width: 100%;
	font-size: 12px;
	border: 1px solid #E6E6E6;
	height: 34px;
	line-height: 34px;
	text-align: left
}

.api .api-content .api-list .api-infro .api-text .detail-dis .api-table th {
	background: #f9f9f9;
	border-bottom: 1px solid #E6E6E6
}

.api .api-content .api-list .api-infro .api-text .detail-dis .api-table th:first-child {
	width: 150px;
	padding-left: 20px
}

.api .api-content .api-list .api-infro .api-text .detail-dis .api-table th:nth-child(2) {
	width: 80px
}

.api .api-content .api-list .api-infro .api-text .detail-dis .api-table td {
	line-height: 20px;
	padding: 7px 0;
	border-bottom: 1px solid #E6E6E6
}

.api .api-content .api-list .api-infro .api-text .detail-dis .api-table td:first-child {
	padding-left: 20px
}

.api .api-content .api-list .api-infro .api-text .detail-dis .api-instr th:nth-child(3) {
	width: 60px
}

.api .api-content .api-list .api-infro .api-text .detail-dis pre {
	margin: 10px 0;
	padding: 20px 0 20px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #eee;
	line-height: 20px;
	color: #666;
	overflow: hidden;
	background: #fbfbfb;
	white-space: pre-wrap;
	word-wrap: break-word
}

.api .api-content .api-list .api-infro .api-text .recordlist {
	font-size: 12px
}

.api .api-content .api-list .api-infro .api-text .recordlist li {
	border-bottom: 1px dashed #e2e2e2;
	margin-bottom: 10px
}

.api .api-content .api-list .api-infro .api-text .recordlist li p {
	color: #333;
	line-height: 20px
}

.api .api-content .api-list .api-infro .api-text .recordlist li p:last-child {
	padding: 5px 0 15px 0
}

.api .api-content .api-list .api-infro .api-text .recordlist li:last-child {
	border-bottom: none
}
