.case-choose{
	float: left;
	margin-left: 10px;
	margin-top: 13px;
	width: 160px;
	height: 32px;
	border: 1px solid #74899b;
	background: url(../img/successful_case/casebottombg.png) 95% center no-repeat;
}
.choose-box{
	width: 100%;
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	padding-left: 10px;
	color: #403f3f;
	background-color:transparent;
	display: inline-block;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border:none;
	outline: none;
}
.page-case-box{
	width: 1200px;
}

.case-show-wrap{
	width: 1200px;
	float: left;
	overflow:hidden;
}
.case-show-box{
	padding: 0 20px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #898989;
	overflow: hidden;
}
.case-show-box:last-child{
	border-bottom: none;
}
.case-column-title{
	font-size: 20px;
	color: #403f3f;
	padding: 25px 0 15px 10px;
	font-weight: 600;
}
.case-details-box{
	overflow: hidden;
}
.case-img-box{
	width: 580px;
	height: 400px;
	margin-right:10px;
	border: 1px solid #74899b;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
}
.case-img-box img{
	width: 580px;
	height: 400px;
}
.case-img-choose-1,.case-img-choose-2,.case-img-choose-3,.case-img-choose-4,.case-img-choose-5,.case-img-choose-6,.case-img-choose-7 img{
	display: none;
}
.case-img-choose-1,.case-img-choose-2,.case-img-choose-3,.case-img-choose-4,.case-img-choose-5,.case-img-choose-6,.case-img-choose-7 img{
	display: block;
}

.case-bottom-btn{
	overflow: hidden;
	position: absolute;
	width: 248px;
	bottom: 0;
	margin-bottom: 20px;
	left: 50%;
	margin-left: -124px;
}
.case-btn{
	width: 72px;
	height: 4px;
	background-color: #FFFFFF;
	margin-right: 16px;
	float: left;
	cursor: pointer;
}
.case-btn:last-child{
	margin-right: 0;
}
.current-case-btn{
	background-color: #fff100;
}
.case-details{
	padding-left: 20px;
	width: 547px;
	height:400px;
	line-height: 26px;
	position: relative;
}
.case-details h2{
	display:none;
}
.case-details-title{
	font-size: 20px;
	color: #403F3F;
	padding-bottom: 60px;
	overflow: hidden;
}
.case-details-date{
	font-size: 18px;
}
.case-details-main{
	font-size: 18px !important;
	color: #403F3F;
	line-height: 36px;
}
.case-details-btn{
	width: 168px;
	height: 50px;
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
	background-color: #74899b;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	border-radius: 10px;
}
/*交通管理*/
.traffic-main-box{
	width: 1200px;
	padding-bottom: 90px;
	overflow: hidden;
	margin: 0 auto;
}
.traffic-title{
	font-size: 24px;
	color: #403f3f;
	text-align: center;
	height: 24px;
	margin-top: 50px;
	margin-bottom: 25px;
	position: relative;
}
.traffic-date{
	font-size: 20px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.traffic-container{
	font-size: 20px;
	color: #403f3f;
	line-height: 26px;
	padding-bottom: 50px;
}
.traffic-container-img{
	width: 1200px;
	overflow: hidden;
}
.traffic-container-img img{
	width: 1200px;
	height: auto;
}