@media only screen and (max-width:767px) {
	.common-tab .common-tab-left .common-tab-left-content .nav li{
		width: 25%;    
	}
	.common-tab .common-tab-left .common-tab-left-content .nav li a{
		text-align: center;
	}
}
@media only screen and (max-width:500px) {
	.common-tab .common-tab-left .common-tab-left-content .nav li{
		width: 50%;    
	}	
	
}
.Case.common-tab .common-tab-left .common-tab-left-content{
	padding-bottom: 13px;
}
.Case .tab-content .desc{
	font-size:16px;
	font-weight:400;
	color:rgba(66,67,69,1);
	line-height:28px;
	margin-bottom: 24px;
	margin-top: 40px;
}
.Case .tab-content .Case-img{
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	margin-bottom: 40px;
}
.Case .common-tab-left .CaseSecnone{
	display: none;
}
.Case .common-tab-left .clickShow{
	cursor: pointer;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 30px 0;
	font-size:16px;	
	font-weight:500;
	color:rgba(14,107,157,1);
	line-height:22px;	
}
.Case .common-tab-left .clickShow .span-icon{
	display: inline-block;
	margin-left: 3px;
	width: 14px;
	height: 8px;	
	background-size: cover;
	background: url(../images/Case-bot.png) no-repeat;
}
.Case .common-tab-left .clickShow  .icont-top{
	background: url(../images/Case-top.png) no-repeat;
}
@media only screen and (max-width:767px ) {
	.Case .common-tab-left .clickShow{
		width: 155px;
		float: right;
		
		padding: 10px 35px 20px 0