
html{
	font-size: 62.5%;
}

h1{
	width: 100%;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: bold;
}

h2{
	display: block;
	font-family: "微软雅黑";
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	text-indent:1%;
	padding-top: 30px;
}

p{
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	text-indent:2%;
}

span{
	display: block;
	text-indent: 3%;
	font-family: "微软雅黑";
	font-size: 14px;
}

header{
	display: none;
}
@media only screen and (max-width: 600px) {
	.main{
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
	}
	.first{
		padding-top: 4.4rem;
	}
	h1{
		width: 100%;
		margin: 0 auto;
		height: 50px;
		line-height: 50px;
		text-align: center;
		font-family: "微软雅黑";
		font-size: 1.8rem;
		font-weight: bold;
		display: none;
	}
	
	header{
		display: block;
		height: 4.4rem;
	    background: #d03b2e;
	    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 2;
	    width: 100%;
	}
	.z-headl {
	    float: left;
	    width: 7.2rem;
	    height: 1.8rem;
	    margin: 1.3rem 0 1.3rem .8rem;
	    overflow: hidden;
	}
	
	.z-headc {
	    float: left;
	    text-align: center;
	    font-size: 2rem;
	    color: #fff;
	    line-height: 4.4rem;
	    width: calc(100% - 8rem - 8rem);
	    letter-spacing: 2px;
		font-family: "Microsoft Yahei", Verdana, Arial, Helvetica, sans-serif;
	}
	.z-headl img {
	    width: 10.5px;
	}
	
	h2{
		display: block;
		font-family: "微软雅黑";
		font-size:  2rem;
		height: 30px;
		line-height: 30px;
		text-indent:1%;
		padding-top: 30px;
	}
	
	p{
		font-family: "微软雅黑";
		font-size:  1.5rem;
		line-height: 30px;
		text-indent:2%;
	}
	
	span{
		display: block;
		text-indent: 3%;
		font-family: "微软雅黑";
		font-size: 1rem;
	}
	
}




