

.w1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.case_box {
    background-color: #fff;
    padding-top:20px;
    margin-bottom: -20px;
	/*height: 700px;*/
}



.case_box .category ul {
	padding-left: 0px;
    padding-top:10px;
    padding-bottom: 10px;
	display: block;
	height: auto;
	overflow: hidden;
	border-bottom:1px solid #e7e7e8;
	border-top:1px solid #e7e7e8;
	margin-bottom: 20px;
}

.case_box .category ul li {
	float: left;
	font-size: 20px;
	text-align: center;
	width: 600px;
	height: 58px;
	line-height: 58px;
	color: #939aac;
	border-radius: 5px;
	cursor: pointer;
}

.case_box .category ul li.active {
	color: #fff;
	background: #4f77fc;
}

.case_box .content {
	padding-left: 0px;
}

.case_box .content .cont {
/*	height: 650px;*/
	display: none;
}

.case_box .content .cont.active {
	display: block;
}

.case_box .content .cont img.bg {
	position: absolute;
	right: 0;
	top: 0;
}

.case_box .content .cont .info {
	position: absolute;
	width: 520px;
	height: 340px;
	background: #fff;
	box-shadow: 0px 0px 70px rgba(157, 179, 208, 0.4);
	left: 0;
	top: 120px;
	padding: 50px 40px 0;
	border-radius: 10px;
}

.case_box .content .cont .info .title .logo {
	float: left;
	padding-right: 25px;
}

.case_box .content .cont .info .title:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
}

.case_box .content .cont .info .title h4 {
	float: left;
	padding-top: 30px;
	font-size: 24px;
	color: #081232;
}

.case_box .content .cont .info p {
	font-size: 16px;
	line-height: 32px;
	padding-top: 30px;
	color: #828b9f;
}