@charset "utf-8";
/**案例界面图滚动**/
.banner{width:280px;position:relative;margin-bottom:15px;cursor:pointer;}
.banner,.banner ul{
	display: block;
	height: 420px;
	overflow: hidden;
}
.banner li,.banner li a,.banner li a img{display:block;width:280px;height:420px;float:left;overflow:hidden;}
.banner #prevbt,.banner #nextbt{
	display: block;
	width: 30px;
	height: 50px;
	background: url(../img_new/indexsprites.png) no-repeat #fff;
	position: absolute;
	top: 180px;
	opacity: .3;
	filter: alpha(opacity=30);
}
.banner #prevbt{background-position:0 -110px;left:0;border-top-right-radius:5px;border-bottom-right-radius:5px;}
.banner #nextbt{
	background-position: -40px -110px;
	right: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
/**案例界面图滚动结束**/




.casebox {
	float: left;
	height: auto;
	width: 1198px;
	border: 1px solid #dadada;
	padding-top: 20px;
	padding-bottom: 20px;
}
.casebox .picshow {
	float: left;
	height: 450px;
	width: 300px;
	padding: 50px;
}
.casedetail {
	float: right;
	height: auto;
	width: 710px;
	padding: 20px;
}
.casedetail .title {
	line-height: 30px;
	height: 30px;
	margin-bottom: 20px;
}
.casedetail .title h1 {
	font-size: 24px;
}
.casedetail .title span {
	float: right;
	font-size: 12px;
	white-space: pre;
}
.casedetail .daxiao,.casedetail .xitong,.casedetail .banben, .casedetail .info {
	line-height: 25px;
	height: 25px;
	margin-top: 5px;
}
.casedetail .applogo {
	float: left;
	height: 100px;
	width: 100px;
	margin-right: 20px;

}
.casedetail .applogo img {
        float:left;
        height:100px;
        width:100px;
}
.casedetail .daxiao {
}
.casedetail .xitong {
}
.casedetail .banben {
}
.casedetail .info {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 18px;
}
.casedetail .infodetail {
	line-height: 32px;
}
.casedetail .texttags {
    line-height: 26px;
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.casedetail .texttags a {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #FB6000;
}

.case_share {
	float: right;
	width: 710px;
	height: 60px;
	padding: 50px 20px 20px;

}
.case_share .share {
	float: left;
	width: 100%;
	height: 60px;
}
.case_share .share .textprenext {
	line-height: 30px;
	width: 480px;
	float: left;
	height: 30px;
}
.case_share .share .bdshare {
	float: right;
	width: 220px;
	height: 60px;
}
.case_share .share .bdshare .fx {
	line-height: 20px;
	height: 20px;
}
.case_share .share .bdshare .fx_bd {
	height: 40px;
}