@charset "utf-8";
/* CSS Document */
.cleafix:after{clear:both;content:"\200B";display:block;height:0;}
.cleafix{*zoom:1;}
ul, ol{list-style: none;}
.show_con,
.develop_con{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 40px;
}
 .accepTitle {
    position: relative;
    width: 100%;
    height: 47px;
    border-bottom: 1px solid #d7d7d7;
}
	.accepTitle span {
    position: absolute;
    top: 0;
    left: 0;
    height: 46px;
    border-bottom: 2px solid #f24649;
    padding: 0 12px;
    line-height: 46px;
    font-size: 20px;
    color: #f24649;
    font-weight: bold;
}
/*产品展示*/
.show_con{
	padding-bottom: 0;
}
.show_top{
	display: block;
	width: 100%;
	margin: 50px auto;
}
.show_top a{
	display: inline-block;
	width: 114px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #f24649;
	border-radius: 50px;
	font-size: 14px;
	color: #f24649;
	margin-right: 32px;
}











.show_top a.cur{
	background: #f24649;
	color: #fff;
}
.show_bot{
	width: 98%;
	margin: 0px auto;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.show_bot1{
	margin-top: 50px;
}
.show_bot li{
	width:28%;
	float: left;
	background: #fff;
	margin-right:5%;
	margin-bottom: 30px;
}



.myul li{
	width:28%;
	float: left;
	background: #fff;
	margin-right:10%;
	margin-left:10%;
	margin-bottom: 30px;
}



.show_bot li a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.show_bot li a i{
	display: block;
	/*height:298px;*/
	overflow: hidden;
}

 
@media screen and (min-width: 768px) {
.show_bot li a i { height:298px;}
}

.show_bot li img{
	display: block;
	width: 88%;
	margin: 0 auto;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
}
.show_bot li:hover img,
.show_bot li.hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2)
}
.show_bot li p{
	float: left;
	display: block;
	width: 100%;
	height:63px;
	line-height:63px;
	font-size: 16px;
	color: #505050;
	font-weight: bold;
	background: #f9f9f9;
	text-align: center;
	text-indent: 10px;
	margin-top: 0;
	background-color: #FFF;
}
 
.show_bot li a:hover p{
	background: #f24649;
	color: #fff;
 
}

.show_bot li p em{
	display: inline-block;
	float: right;
	margin-right:15px;
	width: 24px;
	height: 34px;
	margin-top: 16px;
	transition: all 0.3s ease;
	background: url(../img/z_sb_icon.png) no-repeat 0 0;
	*position: relative;
	*top: -63px;
}
.show_bot li a:hover em{
	background: url(../img/z_sb_icon.png) no-repeat 0 -34px;
}
 
 