@charset "utf-8";
/* CSS Document */


.web .common_articleProduct .detail .para{
	width:500px;
}


.web .common_articleProduct table{
	/*width:100% !important;*/
	border-collapse:collapse !important;
}
.web .common_articleProduct table th{
	width:auto !important;
}
.web .common_articleProduct table td{
	width:auto !important;
	border:1px solid #ccc !important;
}







.mobile .columnContent{}
.mobile .columnContent img{
	position:relative;
	max-width:100%;
}

.web #columnContent7{
}
.web #columnContent7 .block1{
	position:absolute;
	left:0px;
	top:90px;
	width:500px;
}






.web #columnContent4{}
.web #columnContent4 ul{
	position:relative;
	width:100%;
	height:300px;
	padding-top:50px;
}
.web #columnContent4 li{
	position:relative;
	width:25%;
	height:150px;
	float:left;
	display:block;
	overflow:hidden;
}
.web #columnContent4 li img{
	width:250px;
	height:150px;
	position:absolute;
	left:0;
	top:0;
	
	transition: all 2s;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
}
.web #columnContent4 li:hover img{
	transform:scale(1.1,1.1);
}
.web #columnContent4 li strong{
	position:absolute;
	width:250px;
	height:50px;
	left:0;
	bottom:-10px;
	line-height:40px;
	text-indent:20px;
	background-image:url(../images/aItemBg.png);
	color:#FFF;
	
	transition: bottom 0.2s;
	-moz-transition: bottom 0.2s;
	-webkit-transition: bottom 0.2s;
	-o-transition: bottom 0.2s;
}
.web #columnContent4 li:hover strong{
	bottom:0px;
}




.mobile #columnContent4{}
.mobile #columnContent4 ul{
	position:relative;
	width:100%;
	height:480px;
	padding-top:20px;
	padding-bottom:20px;
}
.mobile #columnContent4 li{
	position:relative;
	width:50%;
	height:120px;
	float:left;
	display:block;
	overflow:hidden;
}
.mobile #columnContent4 li img{
	width:100%;
	height:120px;
	position:absolute;
	left:0;
	top:0;
	transition: all 2s;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	max-width:1000px;
}
.mobile #columnContent4 li:hover img{
	transform:scale(1.1,1.1);
}
.mobile #columnContent4 li strong{
	position:absolute;
	width:250px;
	height:50px;
	left:0;
	bottom:-10px;
	line-height:40px;
	text-indent:20px;
	background-image:url(../images/aItemBg.png);
	color:#FFF;
	
	transition: bottom 0.2s;
	-moz-transition: bottom 0.2s;
	-webkit-transition: bottom 0.2s;
	-o-transition: bottom 0.2s;
}
.mobile #columnContent4 li:hover strong{
	bottom:0px;
}








.web #columnContent26{
	background-repeat:no-repeat;
}

.web #columnContent26 .block1{
	padding-top:80px;
	padding-left:50px;
}
.web #columnContent26 .block2{
	position:relative;
	padding-top:20px;
	width:675px;
	margin:auto;
}



.mobile #columnContent26 .block1{
	padding-bottom:20px;
}
.mobile #columnContent26 .block1 p{
	text-indent:0;
}
.mobile #columnContent26 .block2 iframe{
	position:relative;
	width:100%;
	height:250px;
}









.columnContent .searchForm{
	display:none !important;
}

