*{
	margin:0;
	padding:0;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix:before,.clearfix:after {
	    content: "";
	    display: block;
		clear: both;
}
.clearfix {
    	zoom: 1;
}
.nav-img{
	width: 100%
}
.nav-img img{
	width: 100%;
}
.platform{
	max-width: 1200px;
	width: 100%;
	margin:0 auto;
	margin-top: 4%;
	text-align: center;
}
.platform-title{
	margin-bottom: 3.5%;
	text-align: center;
	font-size: 22px;
}
.platform div{
	width:20%;
	/*float:left;*/
	display: inline-block;
	vertical-align:middle;
	margin-right: 5%;
	/*height: 312px;*/
	padding:2% 0;
	box-sizing: border-box;
	text-align: center;
	/*border:1px solid #e5e5e5;*/
	box-shadow:2px 0px 10px rgba(155, 149, 149, 0.5);
	border-radius:8px;
}
.platform div:hover{
	cursor: pointer;
	box-shadow:2px 0px 15px #6dbb7e;
	/*color:#6dbb7e;*/
}
.platform div:last-child{
	margin-right: 0;
}
.platform div a{
	display:block;
	height: 50px;
	margin-top: 5%;
	margin-bottom: 8%;
	position: relative;
}
.platform div img{
	display: inline-block;
	width: 22.5%;
	max-width: 50px;
	position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -11.25%;
}
.platform div p{
	font-size: 18px;
	text-align: center;
	margin-bottom: 10%;
}
.platform div span{
	display: block;
	text-align: center;
	font-size: 14px;
	margin-bottom: 8%;
}
.feature{
	width: 100%;
	margin:0 auto;
	max-width: 1200px;
	margin-top: 4%;
}
.feature-title{
	text-align: center;
	font-size: 22px;
	margin-bottom: 3.5%;
}
.feature-div{
	border-bottom: 2px solid rgba(206, 200, 200, 0.56);
	padding:5% 0;
	box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
	.feature-div{
		padding:5% 5%;
	}
}
.feature-div:last-child{
	border-bottom: none;
}
.feature-text{
	width: 40%;
}
.text-title{
	color:#06A8E7;
	font-size: 28px;
	margin-bottom: 6%;
	margin-top: 3%;
}
.text-title img{
	width:100%;
	max-width: 55px;
	height: 40px;
	margin-right: 2%;
}
.introduce{
	margin-bottom: 4%;
	font-size: 20px;
}
.feature-text span{
	display: block;
	color:#666;
	line-height: 25px;
	margin-bottom: 9%;
}
.feature-text a{
	text-decoration: none;
	color:#fff;
	display: block;
	width:35%;
	height: 40px;
	border-radius: 10px;
	line-height: 40px;
	text-align: center;
	background: #F39800;
	letter-spacing: 2px;
}
@media screen and (max-width: 1024px){
	.text-title {
	    margin-bottom: 3%;
	}
	.introduce {
	    margin-bottom: 4%;
	    font-size: 18px;
	}
	.feature-text span {
	    line-height: 22px;
	    margin-bottom: 4%;
	    font-size: 16px;
	}

}

.feature-img{
	width: 50%;
}
.feature-img img{
	width: 100%;
}
.footer-introduce{
	width: 100%;
	padding:4% 0;
	box-sizing: border-box;
	background:linear-gradient(0deg,rgba(45,111,193,1),rgba(49,161,207,1),rgba(45,111,193,1));
}
.maxWidth{
	width: 100%;
	max-width: 1200px;
	margin:0 auto;       
	text-align: center;
}
.maxWidth div{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-right: 7%;
	color:#FFF;
	font-size: 16px;
}
.maxWidth div:last-child{
	margin-right: 0;
}
.maxWidth div p{
	margin-bottom: 2%;
	font-size: 22px;
}
@media screen and (max-width: 850px){
	.platform div {
	    height: 165px;
	}
	.text-title img {
	    width: 12%;
	    max-width: 55px;
	    height: auto;
	    margin-right: 2%;
	}
	.text-title {
	    font-size: 22px;
	}
	.introduce {
	    margin-bottom: 4%;
	    font-size: 16px;
	}
	.feature-text span {
	    line-height: 22px;
	    margin-bottom: 4%;
	    font-size: 14px;
	}
	.maxWidth div {
	    font-size: 14px;
	}
	.maxWidth div p {
	    margin-bottom: 2%;
	    font-size: 20px;
	}
}
@media screen and (max-width: 650px){
	.platform-title {
	    font-size: 20px;
	}
	.platform div a {
	    margin-bottom: 6%;
	}
	.platform div p {
	    font-size: 16px;
	    margin-bottom: 5%;
	}
	.platform div span {
	    font-size: 14px;
	    margin-bottom: 2%;
	}
	.feature-title {
	    font-size: 20px;
	}
	.platform div {
	    width: 40%;
	    margin-right: 2%;
	    height: 150px;
	    margin-bottom: 5%;
	}
	.platform div:nth-child(3){
		margin-right: 0;
	}
	.fl{
		float: none;
	}
	.fr{
		float: none;
	}
	.text-title img {
	    width: 9%;
	}
	.text-title {
	    font-size: 20px;
	}
	.feature-text {
	    width: 100%;
	}
	.feature-img {
	    width: 100%;
	}
	.feature-text a {
		margin:0 auto;
		margin-bottom: 2%;
	}
	.maxWidth div p {
	    font-size: 18px;
	}
	.maxWidth div {
	    font-size: 12px;
	}
}