@charset "utf-8";
/* ---------清空默认样式----------- */
html, body, div, a, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td, blockquote, fieldset { margin:0px; padding:0px; font-family:"微软雅黑";font-size:14px;}
img { border:0 none; vertical-align: top; }
ul, ol, li { list-style-type: none; }
body, input, select, button, textarea { font-size: 14px; }
h1, h2, h3, h4, p, span, label, del, a, strong, em, li, dt, dd { white-space:normal; word-wrap:break-word; word-break:break-all; }

table, tr, th, td { border: 0 none; border-collapse:collapse; border-spacing:0; }

fieldset { border:0 none; }
button { cursor: pointer; }
i, em, cite, address { font-style: normal; }
a, a:link { text-decoration:none; cursor: pointer; border:0; }
a:visited { }
a:hover, a:active { text-decoration: none; }
a:focus,input,textarea { outline: none; }

a{ blr:expression(this.onFocus=this.blur()); /* IE Opera */ outline:none; /* FF Opera */ }
a:focus{ -moz-outline-style: none; /* FF */ }

.clearfix { overflow: hidden; zoom: 1 }


.section6 {
	overflow: hidden;
}
.section6 h2 {
	text-align: center;
	margin: 0 auto;
	padding: 2% 0;
}
.section6 ul {
	position: relative;
}
.section6 ul i {
	background: url(../images/pcbg.png) center center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 0;
}
.section6 ul li {
	width: 20%;
	float: left;
	overflow: hidden;
	position: relative;
}
.section6 ul li a {
	width: 100%;
	height: 100%;
	display: block;
}
.section6 ul li img {
	width: 100%;
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.section6 ul li .overlay {
	background: url(../images/pcbg.png) center center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.section6 ul li:hover .overlay {
	opacity: 0;
	filter: alpha(opacity=0);
}
.section6 ul li:hover img {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.section6 ul:after, .number:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}