﻿@charset "utf-8";

.site-gray, .site-gray *{
    filter: gray !important;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%); 
}

/*base*/
html {
	padding:0;
	margin:0;
	font-family:\5FAE\8F6F\96C5\9ED1, sans-serif;
	height:100%;
}
body {
	position: relative;
	padding:0;
	margin:0;
	text-align:center;
	font-family: -apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,Arial,sans-serif;
	color:#404040;
	font-size:14px;
	height:100%;
min-width:1200px;
}
a {
	color:#404040;
	text-decoration:none;
}

.clear {
	CLEAR: both;
	FONT-SIZE: 0px;
}
div,form,img,ul,ol,li,dl,dt,dd,P {
	border: 0px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	border: 0px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-weight:normal;
}
.left {
	float:left;
}
.right {
	float:right;
}
.hide {
	DISPLAY: none
}
.block {
	display:block;
}
.w1200 {
	margin:0px auto;
	width:1200px;
}




