@media screen and (max-width: 1023px) {
	body {
		background-color:#f5f6f7;
	}
	div {
		box-sizing: border-box;
		
	}
	.web-head-m{
		width:100%;
		height:18rem;
		background-color: #fff;
		padding: 0 1rem;
	}
	.web-head-card-name-m{
		padding-top: 4rem;
		font-size:2.4rem;
		color:#212329;
	}
	.web-head-card-content-m{
		margin-top:.8rem;
		font-size:1.4rem;
		color:#939499;
		line-height: 1.8rem;
	}
	.nav-bar{
		min-width:100%!important;
		padding: 0 1rem;
	}
	
	.nav-bar__item + .nav-bar__item{
		margin-left:1.5rem;
	}
	.gongneng-m{
		margin-top:4rem;
	}
	.gongneng-head-m{
		font-size:2.4rem;
		color:#212329;
		padding-left: 2rem;
	}
	.gongneng-container-m{
		margin:0 1rem;
		background-color: #fff;
		padding: 1rem;
		margin-top: 1.3rem;
	}
	.gongneng-container-m li {
		text-align: center;
		margin-bottom: .8rem;
	}
	.gongneng-container-m .gongneng-name-m{
		font-size: 1.8rem;
		margin: .6rem 0;
	}
	
	.gongneng-container-m .gongneng-content-m{
		font-size: 1.4rem;
		line-height: 1.8rem;
		color: #939499;
	}
	.service-m {
		margin-top:4rem;
	}
	.service-container-m{
		margin:0 1rem;
		margin-top: 1.3rem;
		
	}
	.service-container-m img {
		width:100%;
		height:auto;
	}
	.liucheng-m{
		margin-top:4rem;
		margin-bottom: 2rem;
	}
	.liucheng-container-m{
		margin:0 1rem;
		margin-top: 1.3rem;
		background-color: #fff;
		border-radius: .6rem;
		padding: 1rem;
	}
	.liucheng-container-m ul {
		margin-top:.8rem;
	}
	.liucheng-container-m li {
		text-align: center;
		margin-bottom: 1.3rem;
	}
	.num {
		width: 5rem;
    height: 5rem;
    background: #21abd7;
		color: #fff;
		border-radius: 50%;
		text-align: center;
		margin: 0 auto;
		line-height: 4.8rem;
		font-size: 1.6rem;
	}
	.liucheng-container-m li img {
		margin: 1rem;
	}
	.t1 {
		font-size: 1.6rem;
		color: #212329;
	}
	.t2 {
		font-size: 1.4rem;
		color: #222;
	}
}