.picshade {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.91;
	filter: alpha(opacity=91);
	z-index: 199;
	display: none;
}
.pictures_eyes_close {
	position: fixed;
	top: 30px;
	right: 30px;
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../images/close.png) no-repeat;
	z-index: 200;
	display: none;
}
.pictures_eyes {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 299;
	display: none;
}
.pictures_eyes_in {
	position: relative;
	text-align: center;
}
.pictures_eyes_in img {
	max-height: 500px;
}
.prev, .next {
	position: fixed;
	top: 50%;
	width: 51px;
	height: 51px;
	cursor: pointer;
}
.prev {
	left: 35px;
	/*background: url(images/Tleft.png) no-repeat;*/
  background-size: 100%;
}
.next {
	right: 35px;
	/*background: url(images/Tright.png) no-repeat;*/
  background-size: 100%;
}
 @media (max-width: 500px) {
 .prev, .next {
 position: fixed;
 top: 50%;
 width: 30px;
 height: 30px;
 cursor: pointer;
}
 .prev {
 left: 10px;
 background: url(../images/Tleft.png) no-repeat;
 background-size: 100%;
}
 .next {
 right: 10px;
 background: url(../images/Tright.png) no-repeat;
 background-size: 100%;
}
}
.pictures_eyes_indicators {
	position: fixed;
	left: 0;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 299;
}
.pictures_eyes_indicators a {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 6px 3px 0 3px;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 0 2px #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	overflow: hidden;
}
.pictures_eyes_indicators img {
	height: 50px;
}
.pictures_eyes_indicators .current {
	filter: alpha(opacity=100);
	opacity: 1;
}
.bossdesc {
	font:14px/1.8 "sans serif", tahoma, verdana, helvetica;
	color:#333;
}
.bossdesc p, .bossdesc blockquote {
	display:block;
	margin:5px 0;
	zoom: 1;
}
.bossdesc blockquote {
	margin-left:40px;
	margin-right:40px;
}
.bossdesc hr {
	margin:0.5em auto;
	border-style:inset;
	border-width:1px;
}
.bossdesc h1, .bossdesc h2, .bossdesc h3, .bossdesc h4, .bossdesc h5, .bossdesc h6, .bossdesc h2 p, .bossdesc h2 span, .bossdesc h3 p, .bossdesc h3 span, .bossdesc h4 p, .bossdesc h4 span {
	font-weight:bold;
	line-height:unset;
}
.bossdesc h1 {
	font-size:2em;
	margin:0.67em 0;
}
.bossdesc h2 {
	font-size:1.5em;
	margin:0.83em 0;
}
.bossdesc h3 {
	font-size:1.17em;
	margin:1em 0;
}
.bossdesc h4 {
	margin:1.33em 0;
}
.bossdesc h5 {
	font-size:0.83em;
	margin:1.67em 0;
}
.bossdesc h6 {
	font-size:0.67em;
	margin:2.33em 0;
}
.bossdesc table {
	overflow-x: auto !important;
	border-collapse:collapse;
	border-spacing:2px;
	border-width: 0;
}
.bossdesc thead {
	display:table-header-group;
	vertical-align:middle;
	border-color:inherit;
}
.bossdesc tbody {
	display:table-row-group;
	vertical-align:middle;
	border-color:inherit;
	overflow-x: auto !important;
}
.bossdesc tfoot {
	display:table-footer-group;
	vertical-align:middle;
	border-color:inherit;
}
.bossdesc table > tr {
	vertical-align:middle;
}
.bossdesc col {
	display:table-column;
}
.bossdesc colgroup {
	display:table-column-group;
}
.bossdesc tr {
	display:table-row;
	vertical-align:inherit;
	border-color:inherit;
}
.bossdesc td, .bossdesc th {
	display:table-cell;
	vertical-align:inherit;
}
.bossdesc th {
	font-weight:bold;
}
.bossdesc caption {
	display:table-caption;
	text-align:-webkit-center;
}
.bossdesc u, .bossdesc ins {
	text-decoration:underline;
}
.bossdesc strong, .bossdesc strong span, .bossdesc b, .bossdesc b span {
	font-weight:bold;
}
.bossdesc i, .bossdesc cite, .bossdesc em, .bossdesc var, .bossdesc address, .bossdesc dfn {
	font-style:italic;
}
.bossdesc tt, .bossdesc code, .bossdesc kbd, .bossdesc samp {
	font-family:monospace;
}
.bossdesc pre, .bossdesc xmp, .bossdesc plaintext, .bossdesc listing {
	display:block;
	font-family:monospace;
	white-space:pre;
	margin:1em 0;
}
.bossdesc mark {
	background-color:yellow;
	color:black;
}
.bossdesc big {
	font-size:larger;
}
.bossdesc small {
	font-size:smaller;
}
.bossdesc s, .bossdesc strike, .bossdesc del {
	text-decoration:line-through;
}
.bossdesc sub {
	vertical-align:sub;
	font-size:smaller;
}
.bossdesc sup {
	vertical-align:super;
	font-size:smaller;
}
.bossdesc nobr {
	white-space:nowrap;
}
.bossdesc ul {
	display: block;
	list-style: disc inside;
	margin: 1em 0;
	padding-left: 25px;
}
.bossdesc ol {
	display: block;
	list-style: decimal inside;
	margin: 1em 0;
	padding-left: 25px;
}
.bossdesc a {
	color: #333;
}
.bossdesc h2 {
	font-size:1.5em;
	margin:0.83em 0;
	overflow:auto;
	color:#333;
	background:none;
	height:auto;
	line-height:1.5;
	padding:0;
}
.bossdesc p {
*zoom:1;
}
/* 描述里的图片不能float:left，除了 align="left" 的 */
.bossdesc p img, .bossdesc img {
	height:auto;
	max-width:100%;
	box-sizing: border-box;
	float:none;
}
.bossdesc img[align="left"] {
	margin-right: 3px;
	float:left;
}
.bossdesc {
	text-align:justify;
}
.bossdesc span, .bossdesc p {
	font-size:unset;
}
.bossdesc h1.industry-title {
	border-bottom:1px dashed #ccc;
	text-align:center;
	margin-bottom:0px
}
.bossdesc .industry-title + .time {
	text-align:center
}
.displaynone {
	display: none;
}
.bossdesc iframe {
	max-width: 100%;
}
@media only screen and (max-width: 1040px) {
 .bossdesc table {
width: unset !important;
display: block;
}
 .bossdesc tbody {
display: block;
}
}
