@charset "utf-8";
/* CSS Document */
body{
	 /* 明确指定字体族，优先使用系统无衬线字体 */
	 font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	
	/* 防止微信自动调整字体大小 */
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	margin:0;
	padding:0;
}
body > div{margin-right:auto;margin-left:auto; }
body,div,ul,ol,ul,li,ol,dl,dd,dt,form,span,p,textarea{margin:0;padding:0;list-style:none;font-family:"Poppins"; }
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
input{padding-top:0;padding-bottom:0;font-family:"Poppins"; }
input::-moz-focus-inner{border:none;padding:0;}
select,input{vertical-align:middle;}
select,input,textarea{font-size:12px;margin:0;font-family:"Poppins"; }
input[type="text"],input[type="password"],textarea{outline-style:none;-webkit-appearance:none;}
textarea{resize:none;}
table{border-collapse:collapse;border-spacing:0;}
th,td{font-size:12px;padding:0}
img,a img{border:0;margin:0;padding:0;}
img{border:none;}
a{outline-style:none;color:inherit;text-decoration:none; cursor:pointer;}
a:hover{text-decoration:none;}
.clearfix:after {content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix{zoom:1;}
.clear{clear:both; height:0; font-size:0;overflow:hidden;}
.auto{margin-left:auto;margin-right:auto;}
.fl{float:left;}
.fr{float:right;}
/*.show{display:block!important;}*/
.hide{display:none!important;}
@media only screen and (max-width:768px){
body{
overflow-x:hidden
}
	.ET_header{
		display: none;
	}
	.ET_main{
		margin-top: 0 !important;
	}
	.bottom{
		width: 100% !important;
	}
	.link_list{
		width: 100% !important;
	}
	.link_list li{
		width: 50%;
		margin-right: 0 !important;
		text-align: center;
    line-height: 25px !important;
    cursor: pointer;
	}
	.info_list{
		width: 100% !important;
		box-sizing: border-box;
		padding: 5%;
		
	}
.info_list p {
    font-size: 16px !important;
    line-height: 25px !important;
    color: #666666 !important;
}

}