.main_case {
	width: 100%;
	padding: 30px 0 60px 0;
}
.main_case_img {
	position: relative;
}
.main_case_imgs {
	width: 100%;
	height: 100%;
	position: absolute; top: 0; left: 0;
	display: none;
}
.case_img1 {
	background: url(../images/index_grop1.jpg) center no-repeat;
	background-size: cover;
	display: block;
}
.case_img2 {
	background: url(../images/index_grop2.jpg) center no-repeat;
	background-size: cover;
}
.case_img3 {
	background: url(../images/index_grop5.jpg) center no-repeat;
	background-size: cover;
}
.case_img4 {
	background: url(../images/index_grop3.jpg) center no-repeat;
	background-size: cover;
}
.case_img5 {
	background: url(../images/index_grop4.jpg) center no-repeat;
	background-size: cover;
}
.case_img6 {
	background: url(../images/index_grop6.jpg) center no-repeat;
	background-size: cover;
}
.main_case_zi {
	width: 100%;
}
.main_case_zi > ul {
	padding: 0;
	margin: 0;
}
.main_case_zi > ul > li {
	height: 80px;
	position: relative; z-index: 2;
	cursor: pointer;
}
.main_case_zi > ul > li:before {
	background: #fff;
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: -1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.case_on {
	z-index: 3 !important;
}
.case_on:before {
	top: -16px !important;
	left: 0px !important;
	bottom: -16px !important;
	background: #fff !important;
}
.main_case_zi > ul > li:nth-child(1):before { background-color: #005cc3; }
.main_case_zi > ul > li:nth-child(2):before { background-color: #0058bc; }
.main_case_zi > ul > li:nth-child(3):before { background-color: #0055b6; }
.main_case_zi > ul > li:nth-child(4):before { background-color: #0152af; }
.main_case_zi > ul > li:nth-child(5):before { background-color: #0150aa; }
.main_case_zi > ul > li:nth-child(6):before { background-color: #014da3; }
.case_sp1 {
	display: inline-block;
	width: 20%;
	text-align: center;
	border-right: 1px solid #f5f5f5;
	position: relative;
}
.case_sp1 span {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	line-height: 80px;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.case_sp1 img {
	position: absolute; top: 10px; left: 50%;
	margin-left: -30px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.case_on .case_sp1 {
	border-right: 1px solid #003571;
}
.case_on .case_sp1 span {
	color: #333 !important;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}
.case_on .case_sp1 img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.case_sp2 {
	display: inline-block;
	width: 78%;
	padding-left: 30px;
	position: relative;
}
.case_sp2 h5 {
	font-size: 16px;
	margin: 0;
	color: #fff;
	position:absolute; top: -10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.case_sp2 p {
	font-size: 13px;
	margin: 0;
	letter-spacing: 1px; 
	height: 60px;
	overflow: hidden;
	color: #666;
	position: absolute; top: -20px; left: 30px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	width:90%;
	line-height:150%;
}
.case_on .case_sp2 h5 {
	color: #333;
	top: -40px;
}
.case_on .case_sp2 p {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.clm {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.clp {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.newsshowcon img{max-width:1300px;}  