.ban-er {
	left: 0;
	width: 100%;
	bottom: 0;
	line-height: 5rem;
	height: 5rem;
	background: #fff;
	border-bottom: 1px solid #ebebeb;
}
.fl {
	float: left;
}
.ban3 .two-ul {
	width: 100%;
}
.container2 {
	padding: 0 0.25rem;
	max-width: 100%;
	position: relative;
	z-index: 2;
}
.ban-er .two-ul li {
	display: inline-block;
	font-weight: 400;
	font-size: 1.2rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.ban-er .two-ul li:hover a, .ban .ban-er .two-ul li.active a {
	color: #FFFFFF;
	transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-webkit-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
}
.ban-er .two-ul li::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	background: #CED8DD;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	-moz-box-sizing:border-box;
}
.ban-er .two-ul li a {
	color: #2B2B2B;
	padding: 0 1.5rem;
	transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-webkit-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	display: inline-block;
}
.ban-er .two-ul li::after {
	background: #416BE8;
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.ban-er .two-ul li:hover::before,

.ban-er .two-ul li.active::before {

  -webkit-transform: translate3d(0, 100%, 0);

  transform: translate3d(0, 100%, 0);

}

.ban-er .two-ul li:hover::after,

.ban-er .two-ul li.active::after {

  -webkit-transition-delay: 0.175s;

  transition-delay: 0.175s;

  -webkit-transform: translate3d(0, 100%, 0);

  transform: translate3d(0, 100%, 0);

}
.imgZoom:hover img {
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
}
.prolist ul li dl img {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 15px;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	border: none;
	position:absolute;
}
.prolist ul li h3 {
	height: 44px;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	line-height: 22px;
	margin-top: 10px;
	color:black;
	font-weight: bold;
}


ul,li{
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}
.prolist ul li {
	width: 25%;
	padding: 0 14px;
	margin-bottom: 15px;
	float: left;
}
.prolist ul li dl {
	background: #fff;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}

.imgZoom a {
	text-decoration: none;
	color: #000;
	transition: color 0.56s ease;
}

.rightBox {
	padding-left: 310px;
}


.detail_big_pic_content {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding-bottom: 100%;
	border: 1px solid #eee;
}

.moduleStyle0 {
	position: relative;
	font-size: 14px;
}

.product_detail_right_content {
	width: 56.25%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




