.warp{background:#f5f5f5;}
.PicMsgCont{overflow:hidden;
	width:1200px;
	margin:0 auto;background:#f5f5f5;
}
.picContHead{width:1198px; float:left; background:#fff; margin:20px auto 10px auto; border:1px solid #efefef; border-radius:5px;}
.thetitle{
	line-height:30px;font-size:24px; padding:10px;
}
.hycompany{
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#369;
	overflow:hidden;
	padding:5px 0 0 60px;
	position:relative;	
}
.hycompany ol{
	width:60px;
	height:40px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:5px;
}
.hycompany ol img{
	position: absolute;
	max-width:80%;
	max-height:80%;
	border-radius:50%;
  	left: 50%;
	top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
}
.MsgInfo{
	font-size:14px;
	line-height:30px;
	color:#888; padding:5px 10px;
}
.MsgInfo span{
	display:inline-block;
	padding:0 10px 0 3px;
	color:#F90;
}
.MsgInfo em{
	display:inline-block;
	padding:0 10px 0 3px;
	color:#333;
}
.ShowPicBox{
	background:#fff;
	border-radius:5px;
	position:relative;float:left;
	margin-bottom:20px; border:1px solid #efefef;
}
.ChangeShow ol,.ChangeShow li{
	position: absolute;
	width:50px;
	height:50px;	
	border-radius:5px;
	top:300px;
	filter:alpha(opacity=30); 
	-moz-opacity:0.3; 
	opacity:0.3;
	cursor:pointer;
}
.ChangeShow ol{
	left:50px;
	background:#F60 url(prav.png) center center no-repeat;
}
.ChangeShow li{
	right:50px;
	background:#F60 url(next.png) center center no-repeat;
}
.ChangeShow ol:hover,.ChangeShow li:hover{
	filter:alpha(opacity=100); 
	-moz-opacity:1; 
	opacity:1;
}
.ShowPicBox .BigPic{
	width:1200px;
	height:700px;
	overflow:hidden;
	position:relative;
}
.ShowPicBox .BigPic img{
	position: absolute;
	max-width:95%;
	max-height:95%;
  	left: 50%;
	top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
}
.ChangeBox{
	width:1200px;
	height:130px;
	overflow:hidden;
	position:relative;
}
.ListPics{
	width:1100px;
	height:110px;
	overflow:hidden;
	position:absolute;
	top:10px;
	left:50px;
}
.ListPics ul{
	position:absolute;
	height:110px;
	width:1000%;
	left:0;
	top:0;
}
.ListPics ul li{
	width:110px;
	height:110px;
	overflow:hidden;
	float:left;
	position:relative;
	filter:alpha(opacity=60); 
	-moz-opacity:0.6; 
	opacity:0.6;
	cursor:pointer;
}
.ListPics ul li.ck{
	filter:alpha(opacity=100); 
	-moz-opacity:1; 
	opacity:1;
}
.ListPics ul li div{
	position:absolute;
	width:92%;
	height:92%;
	border:#DDD solid 1px;
	border-radius:5px;
	overflow:hidden;
	left:4%;
	top:4%;
	background:#FFF;
}
.ListPics ul li.ck div{
	border:#F60 solid 1px;
}
.ListPics ul li div img{
	position: absolute;
	max-width:95%;
	max-height:95%;
  	left: 50%;
	top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
}
.pravnext ol,.pravnext li{
	width:30px;
	height:100px;
	position:absolute;
	top:15px;
	border-radius:5px;
	cursor:pointer;
}
.pravnext ol{
	left:10px;
	background:#AAA url(prav.png) center center no-repeat;
}
.pravnext ol:hover{
	background:#F90 url(prav.png) center center no-repeat;
}
.pravnext li{
	right:10px;
	background:#AAA url(next.png) center center no-repeat;
}
.pravnext li:hover{
	background:#F90 url(next.png) center center no-repeat;
}
.InfoContent{
	width:95%;
	margin:auto;
	padding:10px 0 10px 0;
	line-height:20px;
	font-size:14px;
	color:#666;
	word-break:break-all; /*支持IE，chrome，FF不支持*/
　　word-wrap:break-word;/*支持IE，chrome，FF*/	
	overflow:hidden;
}
.InfoContent img{
	max-width:95%;
}