*{
	margin: 0;
	padding: 0;
	list-style: none;
}
.clearfix{
	overflow: hidden;
	clear: both;
	width: 100%;
	height: 0;
}
body{
	font-family: 'pfjx';
	font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	background: #fff;
}
.Pistilli{
	font-family: 'Pistilli';
}
.pfc{
	font-family: 'pfc';
}
.pfjx{
	font-family: 'pfjx';	
}
a, a:link, a:hover, a:visited{
	text-decoration: none;
	color: #fff;
}
h2,h3{
	font-weight: normal;
}
.box{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.bgs{
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
}
.nav{
	width: 100%;
	/*max-width: 1420px;*/
	height: 50px;
	background: #0e0e0e;
	margin: auto;
	/*overflow: hidden;*/
	padding: 0 40px;
	position: relative;
	z-index: 100;
}
#logo{
	float: left;
	width: 134px;
	height: 50px;
	background: url('../images/logo.png') no-repeat center;
	font-size: 0;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-ms-background-size: 100% auto;
}
.series-wrap{
	float: right;
	/*overflow: hidden;*/
	margin-right: 25px;
}
.series-wrap .products_series_list_wrap{
	width: 92px;
	height: 50px;
	margin: 0;
	padding: 0 40px;
}
.products_series_list_wrap .products_series_name{
	float: none;
}
.series-wrap li{
	font-family: "微软雅黑";
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	margin-right: 40px;
	position: relative;
}
.products_series_name{
	width: 100%;
	font-family: "微软雅黑";
	float: left;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #0e0e0e;
	font-size: 18px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 101;
}
.products_series_list{
	width: 100%;
	position: absolute;
	left: 0;
	top: -350px;
	z-index: 100;
	background: rgba(14,14,14,.7);
	padding: 10px 0;
}
.products_series_list li{
	height: 40px;
	line-height: 40px;
}
/*.products_series_list.show{
	top: 50px;
}*/
.products_series_list li{
	float: none;
	margin: 0;
	white-space: nowrap;
	text-align: center;
}
.contact{
	float: right;
	width: 151px;
	height: 50px;
	background: url('../images/contact.png') no-repeat center;
}
/*footer*/
.footer{
	width: 100%;
	/*max-width: 1420px;*/
	height: 360px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	margin: auto;
	background: url('../images/footer.jpg') #131313 no-repeat center;
}
.footer-logo{
	width: 100%;
	height: 50px;
	background: url('../images/footer-logo.png') no-repeat center;
	margin: 88px auto 22px;
}
.footer-tit{
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.footer-link{
	font-size: 13px;
	text-align: center;
	margin: 30px auto 25px;
	color: #fff;
}
.footer-link a{
	font-size: 13px;
}
.copy{
	font-size: 12px;
	margin-bottom: 10px;
}
.record{
	font-size: 12px;
}
/*弹窗*/
.dialog{
	width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    background: rgba(0,0,0,.7);
    overflow: hidden;
    display: block;
    left: 0;
    top: 0;	
}
.dialog-msg{
	padding: 10px 20px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #333;
}
/*ipad*/
@media screen and (max-width: 1025px) and (min-width: 641px){
	.nav{
		padding: 0 10px;
	}
	.series-wrap{
		margin-right: 15px;
	}
	.series-wrap{
		width: calc( 100% - 80px - 134px - 151px );
		display: flex;
		display: -webkit-flex;
	}
	.series-wrap li{
		padding: 0 4px;
		margin-right: 0;
		font-size: 14px;
	}		
}


