.header ul.navlist li .xl1 {
	width:820px;
	background: #fff;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
	padding: 28px 48px;
	box-sizing: border-box;
	margin-left:-400px;

} 

.xl1 dl {
	float: left;
	margin-right: 24px;
	width: 100px;
}

.xl1 dl:last-child {
	margin-right: 0;
}

.header ul.navlist li .xl1 dt {
	font-size: 16px;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 14px;
}
.xl1 dt:after{
	content: '';
	width:100px;
	height:1px;
	background:#e1e1e1;
	position:absolute;
	left:0;
	bottom:0;
}

.header ul.navlist li .xl1 dt a {
	color: #333 !important;
	text-align:left;
	font-size:16px;
}
.header ul.navlist li .xl1 dd a{text-align:left;}
.xl1 dd {
	line-height: 30px;
}

.xl2 {
	/*width:820px;*/
	height: 0;
	background: #fff;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
	position: fixed;
	top: 85px;
	z-index: -1;
	left: 50%;
	margin-left: -300px;
	padding: 28px 48px;
	box-sizing: border-box;
	transition:all .3s linear;-moz-transition:all .3s linear;-webkit-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;
	opacity: 0;
}

.xl2 dl {
	float: left;
	margin-right: 24px;
}

.xl2 dl:last-child {
	margin-right: 0;
}

.xl2 dt {
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 14px;
	position: relative;
}
.xl2 dt:after{
	content: '';
	width:100px;
	height:1px;
	background:#e1e1e1;
	position:absolute;
	left:0;
	bottom:0;
}

.xl2 dt a {
	color: #e2100f;
}

.xl2 dd {
	line-height: 30px;
}

.ny-nav{
	background:#efefef;
	height:40px;
	line-height: 40px;
	
}
.ny-nav span{color:#d6001c;}
.Productcontenttitle dl span{margin-right:80px;border: none;cursor: pointer;}
.Productcontenttitle dl span.active{border-bottom: 2px solid #d6001c;}
.productcon{padding:65px 0;}
.productcon li{width:100%;display: none;}
.productcon li p{font-size:16px;line-height: 30px;}
.productcon li .fl{max-width: 49%;float: left;}
.productcon li .fr{max-width: 49%;float: right;}
.productcon li .wg{padding:5px;width:100%;box-sizing: border-box;border: 1px solid #e6e6e6;}
.productcon li a{font-size:16px;line-height: 30px;}
