header{
	display:flex;
	align-items:center;
	height:68px;
	justify-content:space-between;
	padding:0 16px;
}
.mcontainer{
	background:#fff;
	padding-bottom:100px;
}
.logo{
	width:90px;
	height:28px;
}
.phone{
	display:block;
	width:153px;
	height:23px;
	background:url(../imgs/phone_bg.png) no-repeat;
	background-size:100% 100%;
	font-size:12px;
	line-height:23px;
	text-align:center;
}
.banner{
	width:100%;
	height:195px;
}
.pannel{
	margin-left:7px;
	margin-right:7px;
	margin-top:25px;
	box-shadow:0 0 12px #ccc;
	padding-top:27px;
	border-radius:4px;
	padding-bottom:15px;
}
.pannel .title{
	margin:0 auto;
	width:146px;
	height:49px;
	background:url(../imgs/pannel_title_bg.png) no-repeat;
	background-size:100% 100%;
	font-size:18px;
	line-height:44px;
	color:#eb6100;
	text-align:center;
	font-weight:bold;
	margin-bottom:17px;
}
.about{
	padding:0 22px;
	line-height:36px;
	text-indent:2em;
	text-align:justify;
}
.service-wrap{
	display:flex;
	flex-wrap:wrap;
	padding:0 16px;
	justify-content:space-between;
	text-align:center;
	margin-bottom:19px;
}
.service-item  img{
	width:74px;
	height:74px;
}
.advantage-item{
	flex:1;
	height:75px;
	color:#fff;
	margin-bottom:13px;
	text-align:center;
}
.advantage-item:first-child{
	margin-right:10px;
}                        
.advantage-item p{
	color:#fff;
}
.advantage-wrap{
	padding:0 9px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;

}
.num{
	padding-top:15px;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}
.flow{
	display:block;
	margin:0 auto;
	width:343px;
	height:405px;
}
.plat-wrap{
	position: relative;
	width:343px;
	height:218px;
	margin:0 auto;
	margin-bottom:18px;
}
.head-jump{
	position:absolute;
	top:0;
	width:343px;
	height:80px;
	z-index:1100;
	display:block;

}
.li-bg{
	display:inline-block;
	width:16px;
	height:16px;
	margin-top:6px;
	margin-right:6px;
}
.plat-wrap ul{
	position:absolute;
	z-index:1000;
	left:196px;
	top:101px;
}
.plat-wrap ul li{
	margin-bottom:18px;
	display:flex;
	align-items:center;
}
.plat-wrap ul li a{
	display:flex;
	align-items:center;
}
.plat-wrap ul li a img{
	width:20px;
	margin-right:5px;
	animation:blink 2s infinite;
}
@keyframes blink{
    0%{opacity:0.5}
    50%{opacity:1}
    100%{opacity:0.5}
}
.plat{
	position:absolute;
	top:0;
	left:0;
	width:343px;
	height:218px;
	display:block;
}
.contact{
	width:359px;
	height:246px;
	margin:0 auto;
	background:#ea6305;
	border-radius:3px;
	text-align:center;
	margin-top:24px;
}
.contact p{
	color:#fff;
	font-size:15px;
	line-height:37px;
}
.phone-icon{
	width:66px;
	height:66px;
}
.tel a{
	color:#fffc01;
	font-size:30px;
	font-weight:bold;
}
.lite-wrap{
	margin-top:24px;
}
.lite-wrap p{text-align:center;}
.lite{
	display:block;
	width:186px;
	height:186px;
	margin:0 auto;
}
.way{
	display: block;
	width:343px;
	height:351px;
	margin:0 auto;
}
.link-client{
	position: absolute;
	display:block;
	width:100px;
	height:100px;
	left:10px;
	top:90px;
}
.mask{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0,0,0,0.5);
	z-index:5000;
}
.pop-menu{
	transition:0.2s ease all;
	position:fixed;
	top:50%;
	left:50%;
	background:#fff;
	width:200px;
	height:120px;
	border-radius:3px;
	margin-left:-100px;
	margin-top:-60px;
	transform:scale(0.5);
	z-index:-1;
}
.pop-menu.show{
	z-index:6000;
	transform:scale(1);
}
.pop-menu a{
	display:block;
	height:40px;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
}
.pop-menu a img{
	display:block;
	margin-right:10px;
}
.pop-menu a span{
	display:block;
}
.pop-menu a:first-child{
	margin-top:20px;
}
.footer{
	position:fixed;
	left:0;
	bottom:0;
	right:0;
	height:60px;
	display:flex;
	justify-content:space-between;
	background:#fff;
	z-index:6000;
}
.nav-item{
	flex:1;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	font-size:12px;
	position:relative;
}
.nav-item img{
	width:24px;
	height:24px;
}
.nav-item p{
	font-size:12px;
	color:#999;
	line-height:19px;
}
.nav-sub:hover .sub-ul{
	display: block;
}
.sub-ul{
	display:none;
	position: absolute;
	left:0;
	bottom:60px;
	width:75px;
	z-index:1000;
	background:#fff;
	font-size:12px;
	box-shadow:0 -1px 6px #bbb;
}
.sub-ul li{
	text-align:center;
	padding:9px 0;
	font-size:12px;
	color:#999;
	cursor:pointer;
	border-radius:3px;
}