body{
	padding:0px;
	margin:0px;	
	overflow-x: hidden;
}

.body {
	display: inline-block;
	width: 100%;
}
* {
	-webkit-font-smoothing: antialiased;
	font-family: "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
}

	.h1 {
		line-height: 50px;
		font-size: 42px;
		letter-spacing: 0px;
		color: #728387;
		font-family: "PT Sans", sans-serif;
		font-weight: 400;
		font-style: normal;
		text-transform: none;
	}

	.h2 {
		font-size: 28px;
		line-height: 1.4;
		letter-spacing: 0px;
	}

	.p-content {
		color: #7b7b7b;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.45;
	}
	
	
	
	@media screen and (max-width: 420px) {
		.h1 {
			line-height: 50px;
			font-size: 22px;
			letter-spacing: 0px;
			color: #728387;
			font-family: "PT Sans", sans-serif;
			font-weight: 400;
			font-style: normal;
			text-transform: none;
			padding:0px 15px;
		}
		
		.h2 {
			font-size: 18px;
			line-height: 1.4;
			letter-spacing: 0px;
			font-weight: 200;
			padding:0px 15px;
		}
		
		.p-content {
			color: #7b7b7b;
			font-size: 14px;
			line-height: 1.45;
			padding:0px 15px;
		}
	}
	