@charset "utf-8";
*{
	padding:0;
	margin:0;
}
body{
	padding-top:80px;
	margin:0 auto;
	font-family: "微软雅黑",Arial,Helvetica,sans-serif,Microsoft Yahei;
	color:#000;
	user-select: none;
}
ul,ol,li{
	list-style:none;
}
div,ul,ol,li,p,input,h1,h2,h3,h4,h5,h6{
	box-sizing:border-box;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
input{
	border:none;
	outline:none;
}
select{
	border:none;
	outline: none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background:transparent;
}
.main-wrap{
	margin:0 auto;
	width:1370px;
}
:root{
	--blue:#029fe9;
	--green:#85c129;
	--orange:#f9af3c;
	--color4:#dbdbf1;
}
header{
	border-bottom: 1px solid #eee;
}
header .head-nav .left-box .hjy{
	color:#333;
}
header .head-nav .left-box .hjy:active{
	color: #333;
}
