.product_show .title h2,.solution_show .title h2,.case_show .title h2,.service_show .title h2,.rotate_show .title h2,.map_show .title h2{
  font-size:20px;
  color: #474747;
  font-weight:900;
  text-align:center;
  line-height:1.5;
  letter-spacing: 0.6rem;
}
.product_show .title h3,.solution_show .title h3,.case_show .title h3,.service_show .title h3,.rotate_show .title h3,.map_show .title h3{
  font-size:14px;
  color: #575757;
  /*font-family: "stxihei";*/
  font-weight:300;
  text-align:center;
  line-height:1.5;
  letter-spacing: 0.2rem;
  margin-top: 6px;
}
.product_show .title p,.solution_show .title p,.case_show .title p,.service_show .title p,.rotate_show .title p,.map_show .title p{
  font-size:14px;
  text-align:center;
  color:#474747;
  line-height:2;
  letter-spacing: 0.3rem;
  margin-top: 6px;
}


.case_show .title h2{
	/*color: #4f4f4f;*/
}
.case_show .list{
	text-align:center;
	margin-top:40px;
}
.case_show .list li{
	width:250px;
	display:inline-block;
	position:relative;
	margin:0 13px;
	overflow: hidden;
}
.case_show img.bg{
	width:100%;
	display:block;
}
.case_show .be p{
	position:absolute;
	left:0;
	bottom:0;
	color:#fff;
	width:100%;
	height:52px;
	line-height:52px;
	font-size:22px;
	/*font-weight:bold;*/
	background:rgba(0,0,0,0.67);
}
.case_show .af{
	/*display:none;*/
	position:absolute;
	left:0;
	bottom:0;
	top:0;
	right:0;
	background:rgba(0,0,0,0.65);
	z-index:9;
	transition: all ease 0.5s;
	transform:translateY(100%);
}
.case_show .af h3{
	color:#fff;
	line-height:50px;
	font-size:24px;
	margin-top: 5px;
}
.case_show .af p{
	color:#fff;
	font-size:12px;
	line-height:26px;
	width:230px;
	margin:0 auto;
	text-align:left;
}
.case_show li:hover .af{
	transform:translateY(0%);
}
.case_show .more_case{
	width:124px;
	height:42px;
	line-height:42px;
	text-align:center;
	color:#767676;
	font-size:18px;
	border:1px solid #767676;
	border-radius:5px;
	display:block;
	margin:52px auto 10px auto;
}
.case_show .case_btn a{
	font-size: 28px;
	border: 1px solid #767676;
	border-radius: 8px;
	color: #767676;
	width: 240px;
	height: 70px;
	line-height: 70px;
	display: block;
	margin:50px auto 75px;
}
.case_show .img_box{
	width: 248px;
	height: 70px;
	line-height: 70px;
	padding-bottom: 40px;
	border-color: #ccc;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}
.case_show .img_box img{
	display: inline-block;
	vertical-align: middle;
}
.case_show .img_info{
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}
.case_show.style1 .list li{
	margin-bottom: 50px;
}
.case_show.style2 .af h3{
	line-height: 50px;
	margin-top: 20px;
	/*font-size: 27px;*/
	text-align: left;
	padding-left: 25px;
}
.case_show.style2 .af p{
	padding:0 25px;
	/*font-size: 14px;*/
	width: auto;
	line-height: 1.7;
}
.case_show.style2 .af div{
	color: #fff;
	line-height: 2;
	padding-left: 25px;
	text-align: left;
	position: absolute;
	bottom: 20px;
	left: 0;
}
.case_show.style3 .list li{
	width: 350px;
	margin-right: 11px;
	margin-left: 0;
	margin-bottom: 13px;
}
.case_show.style3 .list li.last{
	margin-right: 0;
}
.case_show.style3 .af p{
	width: 295px;
}
