.w1180 {
	width: 1180px;
	margin: 0 auto
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 136px;
	z-index: 999;
	border-bottom: 1px solid #212121;
}
header .w1180 {
	position: relative;
	z-index: 999
}
header .bg {
	position: absolute;
	width: 100%;
	height: 136px;
	top: 0;
	background: #000;
	opacity: 0.71;
	z-index: 998
}
header .logo {
	width: 150px;
	float: left
}
header .logo img {
	margin-top: 20px;
	height: 95px
}
header nav {
	width: calc 1030px;
	float: right
}
header nav ul li {
	float: left;
	margin-left: 42px;
	font-size: 16px
}
header nav ul li:first-child {
	margin-left: 0
}
header nav ul li a {
	display: block;
	height: 137px;
	width: 75px;
	padding: 0 5px;
	line-height: 137px;
	color: #fff;
	white-space:nowrap;
}
header nav ul li a:hover {
	color: #00afa0;
	text-decoration: none
}
@keyframes nav-current 
{
width:15px
}
to {
	width: 75px
}
}
header nav ul li.current a {
	color: #de3f2c
}
header nav ul li.current i {
	margin: 0 auto;
	display: block;
	width: 75px;
	height: 2px;
	background: #de3f2c;
	animation: nav-current ease-out 300ms
}
.single-page header, .product-page header {
	position: relative;
	background: #2D2D2D
}
.single-page header nav ul li.current, .product-page header nav ul li.current {
	background: #de3f2c
}
.single-page header nav ul li.current a, .product-page header nav ul li.current a {
	color: #fff
}
.single-page header nav ul li.current i, .product-page header nav ul li.current i {
	height: 0
}
footer {
	margin-top: 50px;
	background: #333333;
	color: #fff;
	padding: 68px 0 28px
}
footer .footer-box {
	width: 1180px;
	margin: 0 auto
}
footer .footer-box .info {
	width: 769px;
	float: left;
	font-size: 14px;
	line-height: 17px
}
footer .footer-box .info p {
	margin-bottom: 7px
}
footer .footer-box a {
	color: #fff
}
footer .footer-box .right-links {
	padding-top: 11px;
	text-align: right
}
footer .footer-box .right-links a {
	color: #fff
}
/*# sourceMappingURL=common.css.map */
