
@charset "utf-8";
*{margin:0;padding:0;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td a { margin: 0; padding: 0; }
body{font-family:"微软雅黑","宋体","Arial";color:#666;font-size:14px;background: #FFFFFF;}
ol, ul, li { list-style: none; }
img { border: 0;}
input,select,textarea,button{outline:none;}
select,input,img{vertical-align:middle;}
a { color: #000000; text-decoration: none; }
a:hover { color: #BA2636; text-decoration: underline; }
a:focus{outline:none; -moz-outline:none}
table{border-collapse:collapse;}
.clear { clear: both; height: 1px; width: 100%; overflow: hidden; margin-top: -1px; }
/*.container{position:absolute;top:60px;width:100%;}*/
.mt40{margin-top:40px;}
.bw16{width: 16.6%;}
.bw20{width: 20%;}
.bw25{width: 25%;}
.bw33{width: 33.33%;}
.bw16{width: 16.66%;}
.bw50{width: 50%;}
.w1200{ width: 1200px; }
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt60{margin-top: 60px;}
.pt40{padding-top: 40px;}
.pt60{padding-top: 60px;}
.pt80{padding-top: 80px;}
.pb50{padding-bottom: 50px;}

.wm1200{ width: 1200px; margin: 0 auto;text-align: center;}
.wml1200{ width: 1200px; margin: 0 auto;}
.wmr1200{ width: 1200px; margin: 0 auto;text-align: right;}
.mt30mb50{margin: 30px auto 50px auto !important;}

.hide { display: none; }
.content{
	background: yellow;
	height: 60px;
	line-height: 60px;
	position:absolute;
	margin: 0 auto;
	width: 100%;
}
.product-tab {
	z-index: 1;
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	height: 60px;
	background-color: #ffffff;
	box-shadow: 0px 3px 10px 0px rgba(153, 153, 153, 0.6);
	border-radius: 10px;
	line-height: 60px;
	vertical-align: middle;
}

.product-tab:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.product-tab .line {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0;
	font-size: 0;
	overflow: hidden;
	height: 4px;
	background-color: #e10305;
}

.product-tab li {
	float: left;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	box-sizing: content-box;
}

.product-list .product-item {
	margin: 0 auto;
}


.clearfix:before,.clearfix:after{content:""; display:table;}
.clearfix:after{clear:both;overflow:hidden;}
.clearfix{zoom:1;}
.clear{clear:both;display:block;font-size:0;height:0;line-height:0;overflow:hidden;}



.tabbox {
	margin: 0 auto;
	background: #ffffff;
}
.tabWaibian{
	display: flex;
	align-items: center;
	height: 60px;
	border-bottom: 1px #dddddd solid;
	background: #ffffff;
}
.tab {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

.tab a {
	display: block;
	height: 60px;
	float: left;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1.2px;
	color: #333333;
}


.tab a:hover {
	background: #E64E3F;
	color: #fff;
	text-decoration: none;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1.2px;
	color: #ffffff;
}

.tab a.on {
	background: #15b4ec;
	color: #fff;
	text-decoration: none;
}

.contents {
	overflow: hidden;
}

.liDisplay {
	display: none;
}