@font-face{
	font-family: "SourceHanSansCN-Regular";
	src:url("../font/SourceHanSansCN-Regular.woff2") format("woff2"),
	url("../font/SourceHanSansCN-Regular.woff") format("woff"),
	url("http://www.poldereco.com/style_two/fonts/SourceHanSansCN-Regular.tff") format("truetype"),
	url("../font/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
	url("http://www.poldereco.com/style_two/fonts/SourceHanSansCN-Regular.svg") format("svg"),
	url("http://www.poldereco.com/style_two/fonts/SourceHanSansCN-Regular.otf") format("opentype");
	font-weight:normal;
	font-style: normal;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	touch-action: pan-y;
	/* 禁用滑动报错使用全局样式样式去掉*/
}

html,
body {
	position: relative;
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-family: "SourceHanSansCN-Regular";
	font-size: 12px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*清除移动端点击色块*/
}

img {
	display: inline-block;
	border: 0;
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
i,
p,
em {
	font-weight: normal;
	margin: 0;
	padding: 0;
}




/*链接重置*/

a {
	color: #333;
	text-decoration: none;
	outline: none;
}




/*链接重置a:hover,*/

a:focus {
	text-decoration: none;
}




/*列表重置*/

ul,
ol,
li {
	margin: 0;
	list-style: none;
	padding: 0;
}




/*浮动*/

.fl {
	float: left;
}

.fr {
	float: right;
}




/*文字位置*/

.txt-l {
	text-align: left;
}

.txt-c {
	text-align: center;
}

.txt-r {
	text-align: right;
}




/*清除浮动*/

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	/* 触发 hasLayout */
	zoom: 1;
}


.w1200 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.vs-hidden {
	display: block;
}

.vh-show {
	display: none;
}

@media screen and (max-width: 1200px) {
	.w1200 {
		padding: 0 15px;
	}
}

@media screen and (max-width: 768px) {
	.vs-hidden {
		display: none !important;
	}

	.vh-show {
		display: block !important;
	}
}
