.BencandyCont{
	width:1080px;
	padding-left:120px;
	margin:auto;
	position:relative;
}
.BencandyCont:after{
	content:'';
	display:block;
	clear:both;
}
/**/
.bshareBox{
	width:100px;
	position:absolute;
	left:0;
	top:0;
}
.bshareBox .comment{
	border-bottom:#DDD solid 1px;
	padding-bottom:15px;
	height:35px;
	line-height:35px;
	text-indent:40px;
	background:url(icon1.png) left 3px no-repeat;
	font-size:20px;
	color:#F60;
	margin-bottom:5px;
}
.bshareBox .bshare-custom a{
	display:block;
	height:50px;
	line-height:50px;
	text-indent:40px;
	font-size:18px;
	padding-left:0;
	overflow:hidden;
}
.bshareBox .bshare-custom a.bshare-sinaminiblog{
	background:url(icon2.png) left center no-repeat;
}
.bshareBox .bshare-custom a.bshare-qzone{
	background:url(icon3.png) left center no-repeat;
}
.bshareBox .bshare-custom a.bshare-weixin{
	background:url(icon4.png) left center no-repeat;
}
/**/
.MainContBox{
	width:760px;
	float:left;
	position:relative;
}
.Articletitle{
	line-height:30px;
	font-size:24px;
	font-weight:bold;
}
.top_about{
	padding:10px 0;
	line-height:20px;
	color:#888;
	font-size:14px;	
}
.ArticleContent{
	width:100%;
	overflow:hidden;
	font-size:14px;
	line-height:25px;
	word-break:break-all; /*支持IE，chrome，FF不支持*/
　　word-wrap:break-word;/*支持IE，chrome，FF*/
}
.ArticleContent img{
	max-width:100%;
}
.showpage{
	text-align:center;
	padding:5px 0;
	line-height:20px;
}
.showpage a{
	display:inline-block;
	border:#DDD solid 1px;
	padding:0 5px;
	border-radius:3px;
	color:#888;
}
.ListThisimgs{
	width:99%;
	border:#DDD solid 1px;
	position:relative;
	margin:10px auto;
}
.ListThisimgs .lists{
	width:700px;
	height:100px;
	overflow:hidden;
	margin:8px auto;
	position:relative;
}
.ListThisimgs .lists ul{
	position:absolute;
	width:10000%;
	height:100px;
	left:0;
	top:0;
}
.ListThisimgs .lists ul li{
	width:140px;
	height:100px;
	overflow:hidden;
	float:left;
}
.ListThisimgs .lists ul li span{
	display:block;
	width:120px;
	height:98px;
	overflow:hidden;
	margin:auto;
	border:#DDD solid 1px;
	position:relative;
	border-radius:5px;
	cursor:pointer;
}
.ListThisimgs .lists ul li span img{
	position: absolute;
	max-width:98%;
	max-height:98%;
	left: 50%;	
	top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
}
.ListThisimgs .prav,.ListThisimgs .next{
	width:20px;
	height:60px;
	position:absolute;
	top:30px;
	border-radius:5px;
	cursor:pointer;
}
.ListThisimgs .prav{
	left:10px;
	background:#AAA url(prav.png) center center no-repeat;
}
.ListThisimgs .next{
	right:10px;
	background:#AAA url(next.png) center center no-repeat;
}
.ListThisimgs .prav:hover{
	background:#F60 url(prav.png) center center no-repeat;
}
.ListThisimgs .next:hover{
	background:#F60 url(next.png) center center no-repeat;
}
.ShowBigImgBox{
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;	
	z-index:10000000;
	background:rgba(0,0,0,0.6);
	display:none;
}
.ShowBigImgBox img{
	position: absolute;
	max-width:98%;
	max-height:98%;
	left: 50%;	
	top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
}
/**/
.RightCont{
	width:300px;
	float:right;
	position:relative;
}
.NewMenmbers{
	width:100%;
	overflow:hidden;
	background:#F4F5F6;
}
.NewMenmbers .head{
	height:50px;
	line-height:50px;
	border-top:#FDD000 solid 2px;
	padding:0 15px;
}
.NewMenmbers .head span{
	float:left;
	font-size:18px;
	font-weight:bold;
	color:#000;
}
.NewMenmbers .head a{
	float:right;
	font-size:14px;
}
.NewMenmbers .cont{
	padding:0 10px 10px 10px;
	position:relative;
}
.NewMenmbers .cont ul{
	display:table;
	width:100%;
}
.NewMenmbers .cont ul:hover{
	background:#FFF;
}
.NewMenmbers .cont ul ol,.NewMenmbers .cont ul li{
	display:table-cell;
	vertical-align:middle;
}
.NewMenmbers .cont ul ol{
	width:50px;
	padding:10px;
}
.NewMenmbers .cont ul ol a{
	display:block;
	position:relative;
	width:100%;
	border-radius:50%;
	overflow:hidden;
	background:#FFF;
}
.NewMenmbers .cont ul ol a:before{
	content:'';
	display:block;
	padding-top:100%;
}
.NewMenmbers .cont ul ol a img{
	position: absolute;
	max-width:100%;
	max-height:100%;
	left: 50%;	
	top: 50%;
	border-radius:50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);		  
}
.NewMenmbers .cont ul li{
	line-height:25px;
	color:#888;
}
.NewMenmbers .cont ul li div{
	font-size:14px;
	color:#222;
}
.HotArticBox{
	width:100%;
	overflow:hidden;
	background:#F4F5F6;
	margin-top:15px;
}
.HotArticBox1{
	position:absolute;
	left:0;
	top:0;
	margin-top:0;
}
.HotArticBox .head{
	height:50px;
	line-height:50px;
	border-top:#FDD000 solid 2px;
	padding:0 15px 0 20px;
	font-size:16px;
}
.HotArticBox .cont{
	padding:0 10px 10px 10px;
}
.HotArticBox .cont .title{
	height:35px;
	line-height:35px;
	position:relative;
	overflow:hidden;
	font-size:14px;
	padding:0 5px 0 20px;
}
.HotArticBox .cont .title:before{
	content:'';
	width:4px;
	height:4px;
	background:#06C;
	position:absolute;
	left:8px;
	top:16px;
	border-radius:50%;
}
/***/
.topUpCont{
	width:60px;
	position:fixed;
	z-index:10000;
	bottom:10px;
	right:10px;
	background:#FFF;
	display:none;
}
.topUpCont ul li a{
	display:block;
	border:#DDD solid 1px;
	text-align:center;
	color:#666;
}
.topUpCont ul li.kefu a{
	padding:35px 0 10px 0;
	background:url(msg.png) center 10px no-repeat;
	border-bottom:0;
}
.topUpCont ul li.wap a{
	padding:45px 0 10px 0;
	background:url(code.png) center 10px no-repeat;
}
.topUpCont ul li.topBack{
	text-align:center;
	padding:40px 0 5px 0;
	background:url(top.png) center 10px no-repeat;
	cursor:pointer;
	color:#888;
}
.ListArticBox{
	width:100%;
	margin-top:15px;
	overflow:hidden;
	border-top:#DDD solid 1px;
}
.ListArticBox:after{
	content:'';
	display:block;
	clear:both;
}
.ListArticBox .ListArtic{
	border-bottom:#DDD solid 1px;
	padding:15px 10px;
}
.ListArticBox .ListArtic:hover{
	background:#EFEFEF;
}
.ListArticBox .ListArtic .title{
	line-height:25px;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	color:#000;
}
.ListArticBox .ListArtic .moreinfo{
	height:20px;
	line-height:20px;
	overflow:hidden;
	color:#888;
}
.ListArticBox .ListArtic .moreinfo dt{
	float:left;
	font-size:14px;
}
.ListArticBox .ListArtic .moreinfo dt span{
	color:#F60;
}
.ListArticBox .ListArtic .moreinfo dd{
	float:right;
}
.ListArticBox .ListArtic .morpic:after{
	content:'';
	display:block;
	width:100%;
	height:8px;
	clear:both;
}
.ListArticBox .ListArtic .morpic li{
	width:25%;
	float:left;
	overflow:hidden;
	position:relative;
}
.ListArticBox .ListArtic .morpic li span{
	display:block;
	width:92%;
	background:#EFEFEF;	
	position:relative;
	margin-top:5px;
	overflow:hidden;
}
.ListArticBox .ListArtic .morpic li span:before{
	content:'';
	display:block;
	padding-top:60%;
}
.ListArticBox .ListArtic .morpic li span img{
	position: absolute;
	max-width:100%;
	max-height:100%;
	left: 50%;	
	top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);		  
}
.ListArticBox .ListArtic .pic_word{
	display:table;
	width:100%;
}
.ListArticBox .ListArtic .pic_word ol,.ListArticBox .ListArtic .pic_word li{
	display:table-cell;
	vertical-align:top;
}
.ListArticBox .ListArtic .pic_word ol{
	width:160px;
	padding:5px 20px 5px 0;
}
.ListArticBox .ListArtic .pic_word ol span{
	display:block;
	width:100%;
	background:#EFEFEF;	
	position:relative;
	overflow:hidden;
}
.ListArticBox .ListArtic .pic_word ol span:before{
	content:'';
	display:block;
	padding-top:60%;
}
.ListArticBox .ListArtic .pic_word ol span img{
	position: absolute;
	max-width:100%;
	max-height:100%;
	left: 50%;	
	top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);		  
}
.ListArticBox .ListArtic .pic_word li p{
	line-height:20px;
	color:#666;
	padding-bottom:5px;
	font-size:14px;
}
.ShowMoreArtic{
	text-align:center;
	padding:15px 0;
}
.ShowMoreArtic span{
	display:inline-block;
	font-size:16px;
	border:#DDD solid 1px;
	padding:5px 10px;
	color:#999;
	cursor:pointer;
}
.CopyRightBox{
	margin-top:15px;
	background:#EEE;
	border-top:#DDD solid 1px;
	padding:15px;
	line-height:20px;
	color:#666;
}
.CopyRightBox div{
	padding:3px 0;
}
/***/
.wxcodeBox{
	border:#EFEFEF solid 1px;
	margin-top:15px;
}
.wxcodeBox dl{
	display:table;
	width:100%;
}
.wxcodeBox dl dt,.wxcodeBox dl dd{
	display:table-cell;
	vertical-align:middle;
}
.wxcodeBox dl dt{
	width:100px;
	padding:10px;
}
.wxcodeBox dl dt img{
	width:100px;
	height:100px;
}
.wxcodeBox dl dd{
	padding:10px 20px 10px 5px;
	text-align:center;
}
.wxcodeBox dl dd div{
	background:#5EBCC0;
	line-height:40px;
	font-size:18px;
	color:#FFF;
	border-radius:5px;
}
.wxcodeBox dl dd p{
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#888;
	padding-top:10px;
	overflow:hidden;
}
/***/
.ComeCompanyBox,.List1daoBox{
	width:100%;
	overflow:hidden;
	margin-top:15px;
	background:#FFF;
}
.List1daoBox{
	margin-top:0;
}
.HotArticBox1{
	position:absolute;
	left:0;
	top:0;
	margin-top:0;
}
.ComeCompanyBox .head,.List1daoBox .head{
	height:35px;
	border-bottom:#E5E5E5 solid 1px;
}
.ComeCompanyBox .head span,.List1daoBox .head span{
	display:block;
	float:left;
	height:35px;
	line-height:30px;
	padding-right:10px;
	font-size:18px;
	position:relative;
}
.ComeCompanyBox .head span:after,.List1daoBox .head span:after{
	content:'';
	display:block;
	width:100%;
	height:2px;
	background:#F19818;
	position:absolute;
	left:0;
	bottom:-1px;
}
.listcompany{
	display:table;
	width:100%;
	border-top:#E5E5E5 solid 1px;
}
.listcompany:hover{
	background:#EFEFEF;
}
.listcompany:nth-child(1){
	border-top:0px;
}
.listcompany ol,.listcompany li{
	display:table-cell;
	padding:15px 0;
	vertical-align:top;
}
.listcompany ol{
	width:80px;
	padding-right:15px;
	padding-left:5px;
}
.listcompany ol a{
	display:block;
	width:80px;
	height:80px;
	overflow:hidden;
	position:relative;
}
.listcompany ol a img{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.listcompany li{
	padding-right:5px;
}
.listcompany li div{
	height:20px;
	line-height:20px;
	overflow:hidden;
	margin-bottom:10px;
}
.listcompany li div a{
	font-size:18px;
	color:#F19818;
}
.listcompany li p{
	height:40px;
	overflow:hidden;
	line-height:20px;
	color:#666;
}
.list1dao{
	display:table;
	width:100%;
	border-top:#E5E5E5 solid 1px;
}
.list1dao:hover{
	background:#EFEFEF;
}
.list1dao:nth-child(1){
	border-top:0px;
}
.list1dao ol,.list1dao li{
	display:table-cell;
	padding:10px 5px;
	vertical-align:top;
}
.list1dao ol{
	width:170px;
}
.list1dao ol a{
	display:block;
	width:170px;
	height:130px;
	overflow:hidden;
	position:relative;
}
.list1dao ol a img{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.list1dao li div{
	line-height:20px;
	max-height:40px;
	overflow:hidden;
	margin-bottom:10px;
	font-size:14px;
}
.list1dao li div a{
	font-size:18px;
}
.list1dao li div s{
	color:#888;
}
.list1dao li div span{
	color:#F90;
}
.list1dao li div.join{
	margin-bottom:0px;
	color:#666;
	text-indent:25px;
	background:url(join.png) left 3px no-repeat;
}