@charset "utf-8";


/* 公用自定义 */

.show { display: block; }
.hide { display:none; }

.potir { position:relative; }
.potia { position:absolute; }
.potif { position:fixed; }
.potis { position:static; }

.fl { float:left; }
.fr { float:right; }
.fnone { float:none; }
.clearboth { clear: both; }

.mauto { margin:auto; }
.mg0auto { margin:0 auto; }

.overhide { overflow:hidden; }
.textover { text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }

.opacity0 { filter:alpha(opacity=0); opacity: 0; }
.opacity1 { filter:alpha(opacity=100); opacity: 1; }

.minW320 { min-width:3.2rem; }
.myContainer { margin-right:auto; margin-left:auto; width:7.1rem; }

.myContainer {
	margin-right: auto;
	margin-left: auto;
	min-width: 3.2rem;
	max-width: 7.5rem;
	overflow: hidden;
}


/* s 04-产品与研发 */
.column-template {
	margin-bottom: 0.8rem;
	font-family: "pingfang";
}
.colTem-frame {
	
}
.colTem-wrap {
	padding: 0.5rem 0;
	min-height: 5rem;
}
.filter-wrap {
	padding: 0.3rem 0.2rem;
	background-color: #f5f5f5;
}
.filter-wrap > div {
	float: left;
	margin-right: 4%;
	margin-bottom: 0.25rem;
	width: 48%;
	height: 0.56rem;
	line-height: 0.56rem;
}
.filter-wrap > div:nth-child(2n) {
	margin-right: 0;
}
.filter-wrap select {
	padding: 0 0.1rem;
	width: 100%;
	height: 100%;
	color: #7e7e7e;
	border: #eaeaea solid 0.01rem;
	box-sizing: border-box;
	border-radius: 5px;
	-ms-transition: .3s;
		transition: .3s;
}
.filter-wrap select:focus {
	outline: none;
	box-shadow: 0 0 30px -1px rgba(100,100,100,.15);
}
.filter-wrap select option {
	
}
.filter-wrap .search-result {
	width: 30%;
	overflow: hidden;
	border-radius: 6px;
}
.filter-wrap .search-result a {
	display: block;
	padding: 0 0.1rem 0 0.4rem;
	width: 100%;
	height: 100%;
	font-size: 0.24rem;
	text-align: center;
	color: #fff;
	background: #005bac url(product/product-search-result-ic.png) 0.1rem center no-repeat;
	background-size: auto 100%;
	box-sizing: border-box;
	-ms-transition: .1s;
		transition: .1s;
}
.filter-wrap .search-result a:active {
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	-ms-transform: translateY(0.01rem);
		transform: translateY(0.01rem);
}
.result-warp {
	margin-top: 10px;
	width: 100%;
}
.result-list {
	width: 100%;
	text-align: center;
}
.result-list dt {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #434343;
	border-bottom: #005bac solid 2px;
	box-sizing: border-box;
}
.result-list dt li {
	float: left;
	width: 11.111%;
	font-weight: bold;
}
.result-list dd {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #666;
	background-color: #fff;
	-ms-transition: .3s;
		transition: .3s;
}
.result-list dd:nth-child(odd){
	background-color: #f0f5fa;
}
.result-list dd:hover {
	background-color: #e2ebf4;
}
.result-list dd a {
	display: inline-block;
	width: 100%;
}
.result-list dd li {
	float: left;
	width: 11.111%;
}
/* 04-产品与研发 e */