.aladinBt{
	position: relative;
	margin-top: 120px;
}
.aladinBt img{
	display: block;
	width: 76px;
	margin: 0 auto;
}
.aladinBt h3{
	font-size: 26px;
	font-family: myFont;
	font-weight: 100;
	text-align: center;
	position: relative;
	top: -50px;
	color: #333;
}


/*宗旨*/
.zongzhi p{
	font-size: 14px;
	line-height: 1.8em;
	text-indent: 2em;
}
/*功能*/
.gongnenglistbox{
	box-sizing: border-box;
	margin-top: 30px;
	margin-left: 4%;
}
.gongnenglist{
	width: 25%;
	float: left;
}
.pingtai{
	display: none;
}
.gongnengleft{
	float: left;
	width: 80%;
}
.gongnengBt{
	position: relative;
}
.gongnengBt img{
	display: block;
	margin: 0 auto;
	width: 100px;
	position: relative;
}
.gongnengBt h4{
	font-weight: bold;
	top: -59px;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.gongnengContent p{
	text-indent: 2em;
	margin-top: 10px;
	line-height: 1.8em;
}
.line{
	float: left;
	width: 20%;
}
.line img{
	display: block;
	margin: 0 auto;
	height: 320px;
	width: 1px;
}
@media screen and (max-width: 1200px){
	.line img{
		height: 360px;
	}
}
@media screen and (max-width: 900px){
	.gongnenglistbox{
		margin-left: 9%;
	}
	.pingtai{
		display:block;
	}
	.gongnenglist{
		width: 50%;
	}
	.gongnenglist:nth-of-type(2) .line{
		display: none;
	}
	.line img{
		height: 300px;
	}
}

/*平台介绍*/
.jieshao_left{
	float: left;
	width: 70%;
}
.jieshao_img{
	float: right;
	width: 30%;
}
.jieshao_img img{
	width: 60%;
	float: right;
}

.jieshao_list{
	margin-top: 20px;
}
.jieshao_list p{
	line-height: 51px;
	padding-left: 130px;
}
.jieshao_bt{
	color: #FFFFFF;
	background: #0A33A8;
	padding: 15px 20px;
	float: left;
	font-weight: bold;
}
@media screen and (max-width: 1100px){
	.jieshao_img img{
		width: 80%;
		transition: all ease 0.6s; 
	}
}
@media screen and (max-width: 1000px){
	.jieshao_img img{
		width: 90%;
	}
}
@media screen and (max-width: 920px){
	.jieshao_list p{
		line-height: 25px;
	}
}
@media screen and (max-width: 760px){
	.jieshao_left{
		float: none;
		width: 100%;
	}
	.jieshao_img{
		float: none;
		width: 100%;
		margin-top: 40px;
	}
	.jieshao_img img{
		width: 30%;
		display: block;
		margin: 0 auto;
		float: none;
	}
	.jieshao_img .clearfix{
		display: none;
	}
	.jieshao_list p{
		line-height: 51px;
	}
}
@media screen and (max-width: 650px){
	.jieshao_list p{
		line-height: 25px;
	}
	.jieshao_img img{
		width: 45%;
	}
}
/*服务内容*/
.fuwu_list{
	padding: 20px 30px;
	background-size:100% 100%;
	width: 50%;
	box-sizing: border-box;
	float: left;
	height: 220px;
}
.fuwu_list h4{
	line-height: 3em;
	text-align: center;
}
.fuwu_list p{
	text-indent: 2em;
	margin-bottom: 15px;
}
.fuwu_list:nth-of-type(4) img{
	width: 34%;
	display: block;
	margin: 0 auto;
}
/*知识产权*/
.zhishi_content{
	margin-top: 60px;
}

.zhishi_left{
	float: left;
	width: 60%;
}
.zhishi_left > div:nth-of-type(2){
	margin-top: 60px;
}
.zhishi_bt{
	position: relative;
}
.zhishi_bt img{
	width: 150px;
}
.zhishi_bt h4{
	position: relative;
	width: 140px;
	text-align: center;
	top: -38px;
}
.zhishi_list_zhuanli img{
	height: 18px;
	float: left;
	margin-top: 19px;
	margin-right: 20px;
}
.zhishi_list_zhuanli p{
	line-height: 56px;
	color: #555;
	font-size: 15px;
	letter-spacing: 1px;
}

.zhishi_right{
	float: right;
	width: 40%;
}
.zhishi_right img{
	width: 80%;
	float: right;
}
@media screen and (max-width: 1200px){
	.fuwu_list:nth-of-type(4) img{
		width: 40%;
		transition: all ease 0.6s;
	}
	.zhishi_list_zhuanli img{
		margin-top: 9px;
	}
	.zhishi_list_zhuanli p{
		line-height: 36px;
	}
}

@media screen and (max-width: 1100px){
	.fuwu_list:nth-of-type(4) img{
		width: 44%;
	}
	.fuwu_list{
		padding-top: 10px;
	}
	.zhishi_right img{
		width: 70%;
	}
}
@media screen and (max-width: 1030px){
	.zhishi_right img{
		width: 78%;
	}
}
@media screen and (max-width: 960px){
	.fuwu_list:nth-of-type(4) img{
		width: 54%;
		padding-top: 10px;
	}
	.fuwu_list{
		padding-top: 0;
	}
	.zhishi_list_zhuanli img{
		margin-top: 4px;
	}
	.zhishi_list_zhuanli p{
		line-height: 26px;
	}
}
@media screen and (max-width: 860px){
	.fuwu_list:nth-of-type(4) img{
		width: 64%;
		padding-top: 5px;
	}
	.zhishi_list_zhuanli p{
		padding-left: 34px;
	}
}
@media screen and (max-width: 760px){
	.fuwu_list{
		width: 100%;
		background-size:100% auto!important;
		padding-top: 20px;
	}
	.fuwu_list:nth-of-type(4) img{
		width: 32%;
	}
	.fuwu_list:nth-of-type(4){
		padding-top: 10px;
	}
	.zhishi_right img{
		width: 90%;
	}
}
@media screen and (max-width: 660px){
	.fuwu_list:nth-of-type(4) img{
		width: 36%;
	}
}
@media screen and (max-width: 560px){
	.fuwu_list:nth-of-type(4) img{
		width: 43%;
	}
	.zhishi_left,.zhishi_right{
		width: 100%;
	}
	.zhishi_right img{
		float: none;
		width: 50%;
		margin: 0 auto;
		margin-top: 30px;
		display: block;
	}
	.zhishi_list_zhuanli img{
		margin-top: 9px;
	}
	.zhishi_list_zhuanli p{
		line-height: 36px;
	}
	.gongnenglistbox{
		margin-left: 0;
	}
	.gongnenglist{
		width: 100%;
		margin-bottom: 60px;
	}
	.line{
		display: none;
	}
	.gongnengleft{
		float: none;
		width: 100%;
	}
	.jieshao_img img{
		width: 65%;
	}
}
@media screen and (max-width: 500px){
	.fuwu_list:nth-of-type(4) img{
		width: 50%;
	}
	.fuwu_list{
		padding-top: 10px;
	}
}
@media screen and (max-width: 420px){
	.zhishi_right img{
		width: 70%;
	}
	.jieshao_img img{
		width: 75%;
	}
}


