/* 2019-10-21 */

@charset "utf-8";
* {
	text-decoration: none;
	color: inherit;
	resize: none;
	list-style-type: none;
	outline: none;
	outline: medium;
	font-style: normal;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Microsoft YaHei", "iconfont";
}

body {
	font-family: Arial, "微软雅黑";
	/*font-size: 12px;*/
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	/*min-width: 1200px;*/
}

img {
	vertical-align: middle;
	border: none;
	width: 100%;
	height: 100%;
}

ul,
li,
p {
	margin: 0;
	padding: 0;
	list-style: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

a {
	color: #000;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}

.img100 {
	width: 100%;
}

.content {
	margin: 0 auto;
	width: 1200px;
}

.col {
	padding: 0 10px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	/*伪元素是行内元素 正常浏览器清除浮动方法*/
	content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.ie6_warning {
	width: 100%;
	background: #303030;
	padding: 5px 0;
	font-size: 20px;
	color: #fff;
	font-family: "寰蒋闆呴粦";
	height: 210px;
	position: fixed;
	z-index: 999;
	bottom: 0
}

.ie6_content {
	width: 1060px;
	margin: 0 auto;
}

.ie6_content h1 {
	text-align: center;
	line-height: 90px;
	color: #ffc600
}

.ie6_content h2 {
	position: absolute;
	top: 30px;
	right: 200px;
	cursor: pointer
}

.ie6_content h2 img {
	width: 30px;
	height: 30px;
}

.ie6_warning ul li {
	height: 210px;
	float: left;
	padding: 0px 83px;
	text-align: center;
	line-height: 50px;
	border-right: 1px solid #3b3b3b;
}

.ie6_warning ul li p {
	font-size: 16px
}

.ie6_warning img {
	width: 65px;
	height: 65px;
}
