/* 上海银象网络科技有限公司（www.seo120.com.cn）做最好的企业官方网站模版 */ 
/* 公共的样式重置 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, p, th, td, input, select, textarea, button {
	margin: 0;
	padding: 0;
}
html, body {
	background: #fff;
	font: 16px "微软雅黑";
}
button {
	border: 0 none;
	background-color: transparent;
	cursor: pointer
}
a {
	text-decoration: none;
	color: #666;
}
b, i, strong {
	font-style: normal;
	font-weight: normal;
}
/* 重置链接a标签的鼠标滑动效果 */ 
a:active, a:hover {
	text-decoration: none;
}
/* 取消a标签点击后的虚线框 */
a {
	outline: none;
}
input, img {
	outline: none;
}
ul, ol {
	list-style: none;
}
/*浮动*/
.fl {
	float: left;
}
.fr {
	float: right;
}
/*清除浮动*/
.clearfix::before, .clearfix::after {
	content: '';
	display: block;
	clear: both;
}
/*兼容IE*/
.clearfix {
	zoom: 1;
}
/*版心*/
.container {
	width: 1098px;
	margin: 0 auto;
}
/*banner部分*/
.about-banner {
	height: 300px;
}
.about-banner img {
	min-width: 1200px;
	width: 100%;
	height: 100%;
}
/**/
.clear{ clear:both;}
.picList{ width:640px; margin:0 auto;}
.picList ul li{ float:left; width:200px; text-align:center; margin:20px 20px 0 0;}
.picList ul li:nth-child(3n){ margin-right:0;}
.picList ul li .img{ height:220px; position:relative; overflow:hidden;}
.picList ul li .img img{ width:200px; height:220px;}
.picList ul li span{ display:block; font-size:16px; line-height:2em; height:2em; overflow:hidden;}

/**/
.picDetail{}
.picDetail .box1{ text-align:center; margin-top:20px;}
.picDetail .box1 .img{}
.picDetail .box1 .img img{ display:block; margin:0 auto; width:400px;}
.picDetail .box1 span{ display:block; font-size:16px; line-height:2em;}
.picDetail .box2{ margin-top:20px;}
