ul {
    list-style-type: none;
}
/*banner*/
*{
	padding: 0;
}
.headTitle{
	width: 100%;
	height: 562px;
	margin-top: -62px;
	overflow: hidden;
}
.head-content{
	width: 100%;
	height: 100%;
}
.Content{
	position: relative;
	top: 100px;
	color: #FFFFFF;
	padding-top: 120px;
	text-align: center;
}
.Content h1{
	margin-bottom:20px;
	font-weight: 400;
	font-size: 90px;
}
.Content h4{
	color: #fff;
	font-size: 35px;
	margin: 0 0 30px 0;
	font-weight: 300;
}
.Content a {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 5px 32px;
	border-radius: 0px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	margin-top: 10px;
	color: #fff;
	background: #18d26e;
}
.menu-content{
	background: #f9f9f9;
	width: 100%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	text-align: center;
	padding-bottom: 0px;
	overflow: hidden;
	width: 100%;
	padding-top: 5px;

}
@media (max-width: 850px) {
	.Content h1{
		font-size: 60px;
	}
	.Content h4 {
	    font-size: 30px;
		line-height: 45px;
		margin: 0;
	}
}
@media (max-width: 600px) {
	.Content h1{
		font-size: 50px;
	}
	.Content h4 {
	    font-size: 25px;
	}
}
@media (max-width: 450px) {
	.Content h1{
		font-size: 30px;
		margin: 0 0 10px 0;
	}
	.Content h4{
		font-size: 20px;
		line-height: 30px;
	}	
	
}
/*第一部分-------------------------------*/
#first{
	margin-top: 100px;
	background-size:cover;
	background-color: #0A4D9B;
	/*border: 1px solid red;*/
	background: url("/assets/src/224/img/docs/bannerAPI.jpg");
	background-position: center center;
	background-size: cover;
}
#firstContent{
	height: 25vw;
}
#title{
	/*min-height: 200px;*/
	/*line-height: 200px;*/
	font-size: 4.5em;
	color: #FFFFFF;
	display: block;
	text-align: center;
	position: relative;
	top:40%;
	transform:translateY(-50%);
}
#titleContent{
	font-size: 1.7em;
	color: #FFFFFF;
	display: block;
	text-align: center;	
	position: relative;
	top:40%;
	transform:translateY(-50%);
}

@media (max-width: 1000px){
	#title{
		font-size: 2.8em;
	}
	#titleContent{
		font-size: 1.4em;
	}
}
@media (max-width: 430px){
	#title{
		font-size: 2em;
	}
	#titleContent{
		font-size: 0.8em;
	}
}
/*-------------------------------第一部分*/
/*导航栏-----------------------------*/
.APImenu{
	width: 100%;
	background-color: #F4F4F4;
	border-bottom:1px solid #C7C7C7;
	box-shadow:0px 1px 4px #C7C7C7;
}
.APImenuCenter{
	width: 65%;
	margin:0 auto;
	margin-top: 10px;
}
.menuul{margin: 0px;padding: 0px;letter-spacing: 3px;}
.active{border-bottom:2px solid #446cb3;}
.menuul li{
	text-align: center;
	width: 25%;
	min-height: 50px;
	font-size: 1.25em;
	float:left;
	display: flex;
}
.menuul a{
	margin: auto;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	padding-bottom: 10px;
}
.menuul a.active{
	color: #446cb3;
}
@media (max-width: 1000px){
	.APImenuCenter{width: 80%}
}
@media (max-width: 850px){
	#firstContent{
		height: 220px;
	}
	.APImenuCenter{width: 70%}
	.menuul li{font-size: 1em}
	.menuul li{width: 50%;}
}

@media (max-width: 630px){
	.APImenuCenter{width: 80%}
	.menuul li{width: 50%;}
	.menuul li{
		min-height: 70px;
	}
}
@media (max-width: 450px){
	.APImenuCenter{width: 90%}
	.menuul li{width: 50%;}
}
/*------------------------------导航栏*/
/*第二部分-------------------------------*/
#second{
	width: 100%;
}
#secondContent{
	width: 70%;
	/*height: 500px;*/
	/*border: 1px solid red;*/
}
#secondContentTop{
	color: #000000;
	padding-top: 50px;
}
#secondContentTop span{
	line-height: 100px;
}
#secondContentBottom{
	width: 100%;
}
.contentRrmark{
	width: 100%;
	height: 120px;
	margin: 10px 0px 25px 0px;
	/*border: 1px solid blue;*/
}
.remarkLeft{
	width: 18%;
	height: 100%;
	float: left;
	min-height: 120px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090, direction=120, strength=4);
	-moz-box-shadow: -2px 2px 10px #909090;
	-webkit-box-shadow: -2px 2px 10px #909090;
	box-shadow: -2px 2px 10px #909090;
	background: -webkit-linear-gradient(left, #9e40da, #7b92ff); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #9e40da, #7b92ff); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #9e40da, #7b92ff); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #9e40da, #7b92ff); /* 标准的语法 */
}
.remarkLeftContent{
	width: 100%;
	height: 100%;
	font-size:5em;
	color: #FFFFFF;
	text-align: center;
}
.remarkRight{
	width: 82%;
	height: 100%;
	min-height: 120px;
	overflow-y: auto;
	float: right;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090, direction=120, strength=4);
	-moz-box-shadow: 2px 2px 10px #909090;
	-webkit-box-shadow: 2px 2px 10px #909090;
	box-shadow: 2px 2px 10px #909090;
	text-align: center;
}
.remarkRightContent{
	margin: 20px 30px;
}
.remarkRight img{
	width: 80%;
	height: 90%;
}
.serviceCenImg{
	padding-left:80px;
}
.flowChart{
	width: 900px;
	margin: 0 auto;
	margin-bottom:30px ;
}
.flowChart img{
	width: 100%;
}
@media (max-width: 1050px){
	.remarkRightContent{
		margin: 10px 20px;
	}
}
@media (max-width: 900px){
	.flowChart{
		width: auto;
	}
}
@media (max-width: 750px){
	.remarkRightContent{
		margin: 5px;
	}
	#secondContent{
		width: 90%;
	}
}
@media (max-width: 450px){
	#secondContentTop{
		font-size: 1.5em;
	}
}
/*-------------------------------第二部分*/
/*第三部分-------------------------------*/
.APIpannel{
	/*width: 650px;*/
	/*margin: 10px auto;*/
}
#third{
	width: 100%;
	/*background-color: #F0F4FF;*/
}
#thirdContent{
	padding-top: 25px;
	width: 70%;
	/*height: 500px;*/
	/*border: 1px solid red;*/
}
.requestPath div{
	display:inline-block;
}
.methodType{
	padding: 0px 0px 0px 8px;
	width:100px;
	color: white;
	/*box-shadow:0px 1px 4px #4639B1;*/
	border:1px solid #4639B1;
	border-right: 0px;
}
.post{
	background-color: #31BF72;
}
.get{
	background-color: #00B0F0;
}
.thirdContentTitle{
	padding: 10px  0px 5px 0px;
	font-size: 1.3em;
	/*font-weight: 500;*/
	/*color: #369;*/
}
.thirdContentSyno{
	/*color: #369;*/
}
.method{
	padding-left:10px;
	background-color: white;
	width:400px;
	border:1px solid #4639B1;
	border-left: 0px;
}
#thirdContentTop{
	width: 100%;
	height: 100px;
	text-align: center;
	font-size: 2em;
}
#thirdContentTop span{
	line-height: 100px;
}
#thirdContentBottom{
	width: 100%;
}
#thirdContentBottom th{
	white-space: nowrap;
}
#thirdContentBottom td{
	padding: 5px;
}
.requestTable thead{
	color:white;
	background-color: #39B360;
}
.returnTable thead{
	color:white;
	background-color: #837AF9;
}
#thirdContentBottom tbody{
	background-color:white;
}
#thirdContentBottom span{
	font-weight: 600;
}
@media (max-width: 800px){
	#thirdContent{
		width:70%
	}
}
@media (max-width: 750px){
	#thirdContent{
		width:90%;
	}
}
@media (max-width: 570px){
	.methodType{
		width:20%;
	}
	.method{
		width:80%;
	}
}
/*-------------------------------第三部分*/
/*第四部分-------------------------------*/

/*-------------------------------第四部分*/
/*英语界面样式-------------------------------*/


/*-------------------------------英语界面样式*/