/* 代码整理：懒人之家 www.lanrenzhijia.com */
.yp_web{ background:#fff; padding:30px 0px;width:100%; margin:0 auto; float:left;}
.honor_pic{width:100%; float:left;}
.honor_pic UL{
   list-style-type: none;
    margin: 0px auto;
}
.honor_pic LI{
    float: left;
	width:210px;
	margin-right:30px;
	line-height:40px;
	display:block;
	text-align:center;
	font-family: "Microsoft Yahei","微软雅黑", Arial; color:#ffffff; font-size:12px; font-weight: normal; line-height:30px; 
}
.honor_pic a{font-family: "Microsoft Yahei","微软雅黑", Arial; color:#333333; font-size:14px; font-weight: normal; text-decoration:none; line-height:40px;}
.honor_pic a:hover{font-family: "Microsoft Yahei","微软雅黑", Arial; color:#000000; font-size:14px; text-decoration:underline; font-weight: normal; line-height:40px;}
.honor_pic span{width:210px; margin-top:5px; float:left;}



#boxer, #boxer .boxer-container, #boxer .boxer-content, #boxer-overlay {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
#boxer-overlay {
	background: #000;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 105;
}
#boxer {
	background: #e1e1e1;
	border-radius: 3px;
	box-shadow: 0 0 25px #000;
	padding: 10px;
	position: absolute;
	z-index: 99999999;
}
#boxer.inline {
	padding: 30px;
}
#boxer .boxer-close {
	background: #fff url(../img/jquery.fs.boxer-icons.png) no-repeat -70px 10px;
	border-radius: 100%;
	cursor: pointer;
	display: block;
	height: 30px;
	position: absolute;
	padding: 0;
	right: -6px;
	top:-6px;
	width: 30px;
	text-indent: -99999px;
	z-index: 106;
}
#boxer .boxer-container {
	background: #e1e1e1;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 105;
	zoom: 1;
}
#boxer .boxer-content {
	background: #e1e1e1;
	overflow: hidden;
	padding: 0;
	width: 10000px;
}
#boxer .boxer-image {
	float: left;
}
#boxer .boxer-video {
	height: 100%;
	width: 100%;
}
#boxer .boxer-iframe {
	float: left;
	height: 100%;
	overflow: auto;
	width: 100%;
}
#boxer .boxer-meta {
	clear: both;
}
#boxer .boxer-arrow {
	background: url(../img/next1.png) no-repeat 0 0;
	border-radius: 100%;
	cursor: pointer;
	display: block;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	text-indent: -99999px;
	top: 0;
	width: 30px;

}
#boxer .boxer-arrow.previous {
	left: 20px;
}
#boxer .boxer-arrow.next {
	background: url(../img/next2.png) no-repeat 0 0;
	right: 20px;
}
#boxer .boxer-position {
	color: #999;
	font-size: 11px;
	margin: 0;
	padding: 15px 10px 5px;
}
#boxer .boxer-caption p {
	margin: 0;
	color:#000000;
	font-size:20px;
	text-align:center;
	padding: 15px 10px 10px 10px;
}
#boxer .boxer-caption.gallery p {
	padding-top: 0;
}
#boxer.loading .boxer-container {
	background: #fff url(../img/jquery.fs.boxer-loading.gif) no-repeat center;
}
/* 代码整理：懒人之家 www.lanrenzhijia.com */