
.menu {
	background: #fff;
	height: auto;

}

.case_menu .menu {
	opacity: 1;
}

.customer-case .banner {
	padding-top: 20px;
}

.customer-case .banner .pingyin {
	height: 24px;
	font-size: 20px;
	font-family: Arial;
	font-weight: 400;
	line-height: 20px;
	color: #9F9F9F;
	opacity: 0.31;
	text-align: center;
}

.customer-case .banner .title {
	height: 20px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 28px;
	color: #0099cc;
	opacity: 1;
	text-align: center;
	margin: 0px auto 30px;
}

.customer-case .banner .case_menu {
	font-size: 0;	
	text-align: center;
}

.customer-case .case_menu li {
	width: 19%;
	display: inline-block;
	text-align: center;
	margin: 0 auto 30px;
}

.customer-case .case_menu li:nth-child(5n) {
	margin-right: 0;
}

.customer-case .case_menu li:nth-child(5n+6) {
	margin: 0 auto;
}

.customer-case .case_menu a {
	display: inline-block;
	width: 80px;
	font-size: 11px;	
	cursor: pointer;
	text-align: center;
}

.customer-case .case_menu .img {
	margin:auto;
	width: 55px;
	height:55px;
	opacity: 1;
	border-radius: 55px;
	margin-bottom: 6px;
}

.customer-case li:nth-child(1) .img {
	background: #FFF url(../images/customer/case1.png) no-repeat center;
}

.customer-case li:nth-child(2) .img {
	background: #FFF url(../images/customer/case2.png) no-repeat center;
}

.customer-case li:nth-child(3) .img {
	background: #FFF url(../images/customer/case3.png) no-repeat center;
}

.customer-case li:nth-child(4) .img {
	background: #FFF url(../images/customer/case4.png) no-repeat center;
}

.customer-case li:nth-child(5) .img {
	background: #FFF url(../images/customer/case5.png) no-repeat center;
}

.customer-case li:nth-child(6) .img {
	background: #FFF url(../images/customer/case6.png) no-repeat center;
}

.customer-case li:nth-child(7) .img {
	background: #FFF url(../images/customer/case7.png) no-repeat center;
}

.customer-case li:nth-child(8) .img {
	background: #FFF url(../images/customer/case8.png) no-repeat center;
}

.customer-case li:nth-child(9) .img {
	background: #FFF url(../images/customer/case9.png) no-repeat center;
}

.customer-case li:nth-child(10) .img {
	background: #FFF url(../images/customer/case10.png) no-repeat center;
}

.customer-case .case_menu .img-tit {
	height: 16px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 14px;
	color: #595959;
	opacity: 1;
	text-align: center;
}

#jiushui {
	background-color: #f6fdfd;
}

#jiancai,
#baihuo,
#canyin,
#shuma,
#shuichan {
	background-color: #fff;
}

#qixiu {

	background-color: #f6f8ff;
}

#xiemao {
	background-color: #fff8f9;
}

#wanju {
	background-color: #fffcf8;
}

#huazhuang {
	background-color: #fef9fe;
}

#qixiu span {
	color: #6583FB;
}

#jiancai span {
	color: #63CDFF;
}

#baihuo span {
	color: #B573F6;
}

#xiemao span {
	color: #F85671;
}

#canyin span {
	color: #FB805A;
}

#wanju span {
	color: #F5B24D;
}

#shu span {
	color: #9EE667
}

#huazhuang span {
	color: #E667DE;
}

#shuichan span {
	color: #4EB6FB;
}

.customer-case .case1,
.customer-case .case2 {
	height:auto; 
	overflow:hidden;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

.customer-case .case1 .left{
	float: left;
	width: 100%;
	margin-top:-20px;
}

.customer-case .case2 .right {
	float: right;
	width: 100%;
	margin-top:-20px;
}

.customer-case .left span,
.customer-case .right span {
	font-weight: 800;
}

.customer-case .case1 .title
{
	width:100%;
	height: auto;	
	border-bottom: 1px dashed #ccc;
	opacity: 1;
	text-align: left;	
	font-size: 18px;
	color: #336699;	
	font-family: Microsoft YaHei;
	font-weight: 800;
	line-height: 18px;
	padding:10px 0 15px 20px;	
}
.customer-case .case2 .title
{
	width:100%;
	height: auto;	
	border-bottom: 1px dashed #ccc;
	opacity: 1;
	text-align: right;	
	font-size: 18px;
	color: #336699;	
	font-family: Microsoft YaHei;
	font-weight: 800;
	line-height: 18px;
	padding:10px 40px 15px 0;	
}

.customer-case .left  p,
.customer-case .right  p {
	text-indent:2em;
	width:100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	line-height: 150%;
	color: #595959;
	opacity: 1;
	padding:5px;
}

.customer-case .case1 .left img{width:50%; height:auto;float:right; margin:10px 5px 5px 10px; top:10px;}
.customer-case .case2 .right img{width:50%; height:auto;float:left; margin:10px 5px 5px 10px; top:10px;}