.ME-case{background: #fff;overflow: hidden;}
.wap_top .index{display:none;}
/*分页*/
.pageBox{text-align: center;margin:4% 0 0!important;}
.pageBox .page{text-align: center;}
.page p{height:28px;line-height: 28px;text-align: center;margin:0 0.4%;display:inline-block;color:#171717;}
.page p a{color: #171717;display:inline-block;height:28px;width:50px;}
.page p.prev{width:80px;color: #171717}
.page p:hover{background: #d8bd83;}
.page p:hover a{color: #fff}

/* ME案例页面 */
.ME-case .section1 {margin-top: 129px;}
.ME-case .section1 .banner {width: 100%;height: 0;padding-bottom: 31.25%;}
.ME-case .section1 .banner .mask {position: absolute;left: 0;right: 0;bottom: 0;top: 0;	background: #000;opacity: 0.3;}
.ME-case .section1 .container .description p {color: #fff;	margin-bottom: 2%;}

/* ME-case section2 */
.ME-case .section2 {padding: 1.5% 0;border-bottom: 1px solid lightgray;	box-shadow: 0px 1px 1px lightgray;}
.ME-case .section2 .dreadcrumbNavigation p {color: rgb(119, 119, 119);}

/* ME-case section3 */
.ME-case .section3 {background-image: url(../images/case-bg.png);	background-repeat: no-repeat;	background-size: cover;	padding: 3% 0;}

.ME-case .section3 .container .case-group {	margin-top: 2%;position: relative}
.ME-case .section3 .container .case-group .cimg{width:32%;height: 0;padding-bottom: 20.078%;margin:2% 5px;cursor: pointer;}

.ME-case .section3 .container .case-group .center {	margin-left: 2%;margin-right: 2%;}
.touch_body .ME-case .section3 .container .case-group .desc{display:block;top:auto;bottom:0;background:rgba(46,46,46,.6);padding:2%;}

.touch_body .ME-case .section3 .container .case-group .desc p{position:static;left:auto;top:auto;-webkit-transform: none;-moz-transform: none;-o-transform: none;-ms-transform: none;transform: none}

.ME-case .section3 .container .case-group .desc {top: 0;left: 0;right: 0;bottom: 0;	background: rgba(210, 183, 124, 0.8);z-index: 9;display:none;position: absolute;width: 100%}

.ME-case .section3 .container .case-group .desc p {color: #fff;top: 50%;left: 50%;width: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	text-align: center;
	position: absolute;
}

.section3 .GroupTil{text-align: left;margin-bottom: 2.4%}
.section3 .IntroduceDesc{color: #666666;line-height: 1.8;}
/* 响应式 */

@media screen and (max-width: 1030px) {}

@media screen and (max-width:769px) {
	.ME-case .section1 .banner .wrap-mid{display:none;}
	
	.ME-case .section3 .container .case-group .cimg {
		width: 49%;
		height: 0;
		padding-bottom: 30.615%;
	}
	.ME-case .section3 .container .case-group .center {
		margin-left: 0%;
		margin-right: 0%;
	}
	.ME-case .section3 .container .case-group .cimg:nth-child(even) {
		float: right !important;
	}
	.ME-case .section3 .container .case-group .cimg:nth-last-child(1) {
		width: 100%;
		height: 0;
		padding-bottom: 62.530%;
	}
	.ME-case .section2{display:none;}
}

/* 响应到手机的过渡 */

@media screen and (max-width:639px) {}

/* 大屏手机*/

@media screen and (max-width:479px) {
	.ME-case .section3 .container .case-group .cimg {
		width: 100%;
		height: 0;
		padding-bottom: 62.530%;
	}
}

@media screen and (max-width:580px) {
	.page p.prev {
		display: none
	}
	.page p.noHover {
		display: none
	}
	.page p.active {
		display: none
	}
}

/* 中屏手机*/

@media screen and (max-width:380px) {}

/* 小屏手机*/

@media screen and (max-width:350px) {}