.detail-title{
	overflow: hidden;
}
.return-outer{
	display: block;
	height: 30px;
}
.detail-title .radius-btn{
	top:0;
	padding: 0 20px;
	margin-bottom: 5px;
}
.return-list{
	left: 0;
	right: auto;
	top: 0;
}
/*-----------------------------------arti-oper------------------------------*/
.arti-oper{
	position: fixed;
	top: 350px;
	display: inline-block;
	cursor: pointer;
	width: 50px;
	height: 112px;
}
.oper-left,.oper-right{
	display: inline-block;
	position: absolute;
	top: 0;
	width: 48px;
	height: 110px;
	border: 1px solid #c0c1c1;
	background:#fff url(../../img/Home/detail_dir.png) no-repeat;
	z-index: 9;
}
.arti-oper-left{
	left: 0;
}
.arti-oper-right{
	right: 0;
}
.oper-left{
	left: 0;
}
.oper-right{
	background-position: -48px 0;
	right: 0;
}
.oper-left:hover{
	border-color: #66cc33;
	background: #66cc33 url(../../img/Home/detail_dir.png) no-repeat 0 -110px;
}
.oper-right:hover{
	border-color: #66cc33;
	background:#66cc33 url(../../img/Home/detail_dir.png) no-repeat -48px -110px;
}
.flip{
	display: inline-block;
	width: 126px;
	height: 110px;
	border: 1px solid #c0c1c1;
	text-align: center;
	line-height: 110px;
	position: absolute;
	z-index: 8;
	color: #797979;
}
.flip-left{
	left: -128px;
}
.flip-right{
	right: -128px;
}
/*---------------article-------------------------------*/
.article{
	margin-top: 70px;
}
.article .arti-title{
	font-size: 24px;
	color: #313131;
	margin: 40px 0 30px 0;
}
.arti-time{
	font-size: 12px;
	color: #ababab;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e6;
}
.arti-des{
	padding: 30px 0;
	border-bottom: 1px solid #e2e2e6;
	margin-bottom: 30px;
}
.arti-des img{
	max-width: 100%;
}
.other-case .other-list{
	display: block;
    width: 194px;
    margin-right: 10px;
    float: left;
    background: #f6f6f6;
}
.other-list .cross-link {
    display: block;
    width: 194px;
    border: none;
    border: 1px solid #d7d7d7;
}
.other-list .cross-link .case-img {
    width: 188px;
    height: 102px;
    border: 3px solid #f6f6f6;
}
.other-list .cross-link .case-img:hover{
	border-color: #66cc33;
}
.w640 .wrapper{
	width: 640px;
}
/*---------------------detail2.html---------------------*/
.article2{
	width: 1020px;
	margin: 0 auto;
	margin-top: 288px;
	position: relative;
	z-index: 3;
}
.ar-detail-left{
	width: 240px;
	border: 1px solid #e6e6e6;
	float: left;
}
.ar-detail-title{
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	background: #10db8c;
	font-size: 24px;
}
.ar-detail-left-con{
	padding: 0 20px;
}
.ar-detail-lists{
	padding-bottom: 15px;
}
.ar-detial-list{
	display: inline-block;
	width: 100%;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin-top: 8px;
	font-size: 16px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.ar-detial-list.active{
	color: #fff;
	background: #10db8c;
}
.det-commend-title{
	font-size: 20px;
	line-height: 22px;
	border-left: 6px solid #10db8c;
	padding-left: 5px;
	margin: 10px 0;
}
.det-commend-links{
	padding: 20px 0;
	border-top: 1px solid #e6e6e6;
}
.det-commend-link{
	display: inline-block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.ar-detail-right{
	margin-left: 280px;
	min-height: 500px;
}
.ar-detail-ti{
	font-size: 22px;
	margin: 40px 0 30px;
}
.ar-detail-time{
	font-size: 14px;
	color: #ababab;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
}
.ar-detail-detail{
	padding: 45px 0;
}
.ar-detail-detail img{
	max-width: 100%;
}
.article-switch-item{
	display: block;
	padding: 5px 0;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.article-switch-item .switch-green{
	color: #10db8c;
}
.article-switch{
	margin: 60px 0 80px 0;
}

