@charset "utf-8";
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body, pre, button, input, select, textarea {
	/*\5FAE\8F6F\96C5\9ED1=microsoft yahei,\5b8b\4f53=song ti*/
  font-family: Tahoma, Arial, \5b8b\4f53;
  font-size: 16px;
}
html, body, span, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, em, img, strong, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tr, th, td, textarea {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
a {
	text-decoration: none;
	color:#333;
}
a:hover {
	text-decoration: none;
	color:#F30;
}
a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
}
.clearfix {
*zoom:1;
}
.clearfix:after {
	content:"\0020";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix:before {
	content:" ";
	display:table;
	height:0;
	overflow:hidden;
}
.c, .cle {
	clear:both;
}
.tops {
	width: 90%;
	margin: 10px auto;
	text-align: right;
  }
header, main, footer {
	width:90%;
	margin:0 auto;
}
header p {
	padding:45px 0;
	text-align:center;
}
nav {
	background:#f2f2f2;
}
nav li {
	display:inline-block;
	float:left;
	width:20%;
	text-align:center;
}
.prolist li {
	display:inline-block;
	float:left;
	width:33%;
	text-align:center;
}
.prolist li img{
	width:100%;
}
.prolist li .box{
	margin:15px 15px 0;
	overflow:hidden;
}
.prolist li .box .zoom{
	overflow:hidden;
}
.prolist li .box .zoom img{
	width:100%;
	height:100%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.prolist li .box .zoom:hover img{
	transform: scale(1.2);
}
.prolist li .box p{
	line-height:1.8em;
	margin:0;
	padding:5px 0;
}
.piclist li {
	display:inline-block;
	float:left;
	width:33%;
	text-align:center;
}
.piclist li img{
	width:100%;
}
.piclist li .box{
	margin:15px 15px 0;
	overflow:hidden;
	position:relative;
}
.piclist li .box .zoom{
	width: 100%;
    height: 0%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.6);
    text-align: center;
    padding: 25% 0;
    opacity: 0;
    transition: 0.5s;
	color:#FFF;
}
.piclist li .box:hover .zoom{
	opacity: 1;
	width: 100%;
    height: 100%;
}
.piclist li .box .zoom a{
	display: block;
    width: 60%;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #8ec31f;
    border-radius: 10px;
    margin: 20px auto;
}
.icolist{
	background:#68B431;
	padding:20px 0;
	color:#FFF;
}
.icolist li img{
	max-width:100%;
}
.icolist li {
	display:inline-block;
	float:left;
	width:20%;
	text-align:center;
}
.icolist li .box{
	margin:15px 15px 0;
	overflow:hidden;
	position:relative;
}
.icolist li img{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.icolist li:hover img{
	transform: rotate(360deg);
}
footer{
	padding:30px 0;
	text-align:center;
}