*{
	padding: 0;
	margin: 0;
}
.w1200{
	width:1200px;
	margin:0 auto;
}
.banner{
	width: 100%;
	height:507px;
	background: url('../images/banner.png') no-repeat center;
}
.advantage{
	padding:45px 0;
	overflow: hidden;
}
.advantage .advan-item{
	display:-webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:flex-start;
	justify-content:flex-start;
	align-items:center;
	-webkit-align-items:center;
	-moz-box-align:center;
	width:282px;
	height:102px;
	padding:25px 20px;
	box-sizing: border-box;
	border:1px solid #dedede;
	border-radius: 3px;
	float: left;
	margin-right: 24px;
	-webkit-border-radius: 3px;
}
.advantage .advan-item:last-child{
	margin-right:0;
}
.advantage .advan-item img{
	margin-right: 10px;
}
.advantage .advan-item .advan-text h4{
	font-size: 18px;
	color:#333;
	line-height: 24px;
	font-weight: bold;
	margin-bottom:5px;
}
.advantage .advan-item .advan-text p{
	font-size: 14px;
	color:#666;
}

.system{
	padding:50px 0;
	background-color: #f5f5f5;
	overflow: hidden;
}
.system .system-left,.system .system-right{
	width:50%;
	float: left;
}
.system .system-left h4{
	color:#333;
	font-size: 36px;
	margin:10px 0;
}
.system .system-right p{
	color:#666;
	line-height: 24px;
	font-size: 15px;
	margin-top: 40px;
}
.public-tit {
	text-align: center;
}
.public-tit h4{
	color:#0093dd;
	font-size: 36px;
	line-height: 72px
}
.public-tit h4.black{
	color: #333;
}
.public-tit h4.white{
	color: #fff;
}
.public-tit span{
	display: inline-block;
	width:120px;
	height:2px; 
	background-color: #333;
	margin-bottom:10px;
}
.public-tit .public-subtit{
	color:#999;
	font-size: 14px;
}
.public-tit .public-subtit.orange{
	color:#ff6600;
}

.product{
	padding:50px 0;
	overflow: hidden;
}
.product .product-list{
	width:100%;
	border-collapse: collapse;
	margin-top:20px;
}
.product .product-list td{
	border:1px solid #eee;
	text-align: center;
	padding:20px 30px;
}
.product .product-list td img{
	display: inline-block;
}
.product .product-list td h4{
	color:#0093dd;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	margin: 5px 0;
}
.product .product-list td p{
	color:#333;
	font-size: 14px;
	line-height: 24px;
}	


.function{
	height:699px;
	width:100%;
	background: url('../images/function_bg.png') no-repeat center;
	overflow:hidden;
	padding:50px 0;
	box-sizing: border-box;
}
.function .function-item{
	width:25%;
	float: left;
	text-align: center;
	margin-top:60px;
}
.function .function-item img{
	display: inline-block;

}
.function .function-item p{
	font-size: 14px;
	color:#333;
	line-height: 24px;
	margin:10px 0;
	font-weight: bold;
}

.expand {
	padding:50px 0;
	overflow: hidden;
}
.expand .expand-list{
	margin-top:40px;
}
.expand .expand-list li{
	text-align:center;
	width:150px;
	float: left;
	height:140px;
	list-style: none;
}
.expand .expand-list li img{
	display: inline-block;
	width:60px;
	height:60px;
	margin:10px 0;
 }
.expand .expand-list li p{
	color:#333;
	font-size: 14px;
}
.recruit{
	background-color: #f5f5f5;
	padding:50px 0;
	overflow: hidden;
}
.recruit .recruit-item{
	width:33.33%;
	padding:0 20px;
	box-sizing: border-box;
	float: left;
	text-align: center;
	margin: 20px 0;
}
.recruit .recruit-item img{
	display: inline-block;
	width:106px;
	height:106px;
	mix-blend-mode: multiply;
}
.recruit .recruit-item h4{
	font-weight: bold;
	margin:10px 0;
	line-height: 36px;
	font-size: 16px;
	color:#599bfc;
}
.recruit .recruit-item p{
	font-size: 14px;
	color:#333;
	line-height: 24px;
}

.solution{
	padding:50px 0;
	box-sizing: border-box;
	overflow: hidden;
}

.solution .solution-item{
	width:25%;
	float: left;
	margin-top:30px;
	position: relative;
	text-align: center;
}
.solution .solution-item img{
	width: 128px;
	height: 128px;
	display: inline-block;
}
.solution .solution-item p{
	width:100%;
	display: block;
	text-align: left;
	padding-left:88px;
	box-sizing: border-box;
	color:#666;
	line-height: 24px;
	font-size: 14px;
}
.solution .solution-item i{
	display: block;
	margin:10px auto;
	width:26px;
	height:14px;
	background: url('../images/down.png') no-repeat center;
}
.solution .solution-item span{
	position: absolute;
	top:35px;
	right:-20px;
	display: block;
	width:40px;
	height:67px;
	background: url('../images/arrow.png') no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.case{
	overflow: hidden;
	padding:50px 0;
	background-color: #fafafa;
	box-sizing: border-box;
}
.case .case-list{
	width:100%;
	border-collapse: collapse;
	margin-top:40px;
}
.case .case-list tr td{
	border:1px solid #eee;
	text-align: center;
	padding:20px 30px;
}
.case .case-list tr td img{
	display: inline-block;
	width:356px;
	height:220px;
}
.case .case-list tr td p{
	font-size: 14px;
	color:#666;
	line-height: 24px;
	margin:10px 0;
}
.experience{
	padding:50px 0;
	box-sizing: border-box;
	overflow: hidden;
	height:577px;
	background: url('../images/experience_bg.png') no-repeat center;
}
.experience .ewm-list{
	margin-top:50px;
	overflow: hidden;
}
.experience .ewm-list .ewm-item{
	width:20%;
	float: left;	
	text-align: center;
}
.experience .ewm-list .ewm-item >img{
	display: inline-block;
	width:131px;
	height:131px;
}
.experience .ewm-list .ewm-item .ewm-btn{
	display: inline-block;
	color:#fff;
	width:130px;
	height:40px;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	line-height:40px;
	margin-top: 30px;
	border-radius:50px;
	-webkit-border-radius:50px;
}
.ewm-item .ewm-btn img{
	display: inline-block;
	width:25px;
	height:25px;
	vertical-align: middle;
}
.ewm-item .ewm-btn.btn_bg1{ background-color: #15ad72; }
.ewm-item .ewm-btn.btn_bg2{ background-color: #1580c4; }
.ewm-item .ewm-btn.btn_bg3{ background-color: #eab122; }
.ewm-item .ewm-btn.btn_bg4{ background-color: #37c386; }
.ewm-item .ewm-btn.btn_bg5{ background-color: #ee7c0d; }

.experience-text{
	margin-top:50px;
	padding-left: 55px;
	box-sizing: border-box;
}
.experience-text h4{
	font-size: 14px;
	font-weight: bold;
	margin-bottom:15px;
	color:#fff;
}
.experience-text p{
	color:#fff;
	font-size: 12px;
	line-height: 30px;
}
















