.header {
	width: 100%;
	background: #eae6e7;
	padding: 80px 0px 50px;
	width: 1440px;
	margin: 0 auto;
	background: linear-gradient(0deg, #f9f9f9, #ffffff, #b1b1b1);
}

.header .img {
	width: 580px;
	height: 346px;
	border-radius: 5px;
	overflow: hidden;
	margin-left: 50px;
}

.header .img img {
	border-radius: 5px;
	width: 100%;
}

.header .header-content {
	padding-left: 600px;
	height: 335px;
	margin-left: 65px;
}

.header-link {
	position: absolute;
	bottom: 0px;
	left: 600px;
	width: 220px;
	height: 50px;
	border-radius: 5px;
	background: #ff8416;
	text-align: center;
}

.header-icon {
	position: relative;
	top: -3px;
	width: 20px;
	height: 20px;
}

.header-icon img {
	width: 100%;
}

.header-link-text {
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 50px;
}

.nav-bar {
	width: 100%;
	background: #031b27;
	padding: 14px 0;
	width: 1440px;
	margin: 0 auto;
}

.nav-bar .bar-list {
	width: 100%;
}

.nav-bar .bar-list li {
	width: 25%;
	float: left;
	position: relative;
	text-align: center;
}

.nav-bar .bar-icon {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
}

.nav-bar .bar-icon img {
	width: 100%;
}

.nav-bar .bar-title {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	color: #fff;
}

.nav-bar .bar-line {
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #fff;
}

.goods-list {
	width: 100%;
}

.goods-list li {
	float: left;
	width: 25%;
	margin-bottom: 30px;
}

.goods-list li a {
	display: block;
	margin: 0 auto;
	width: 300px;
	border-radius: 8px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background: #fff;
	padding-bottom: 15px;
}

.goods-img {
	width: 100%;
	border-radius: 8px 8px 0 0;
	height: 120px;
	overflow: hidden;
}

.goods-img img {
	width: 100%;
}

.goods-btn {
	margin: 15px auto 0;
	width: 94%;
	height: 40px;
	border-radius: 5px;
	background: #ff8416;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	cursor: pointer;
	line-height: 40px;
}

.service-list {
	width: 100%;
}

.service-list li {
	float: left;
	width: 16.66%;
}

.service-icon {
	margin: 0 auto;
	width: 140px;
	height: 140px;
	border: 2px solid #666;
	border-radius: 24px;
	padding-top: 25px;
}

.service-icon img {
	display: block;
	margin: 0 auto;
	width: 86px;
	height: 86px;
}

.service-link {
	display: block;
	margin: 0 auto;
	width: 220px;
	height: 50px;
	border-radius: 5px;
	background: #ff8416;
	text-align: center;
	margin-top: 20px;
}

.video {
	margin: 0 auto;
	text-align: center;
}

.footer {
	width: 100%;
	background: #333;
	padding: 30px 0;
	text-align: center;
}