/*导航 */

.nav_bar {
	margin: 0 auto;
	width: 1000px;
	height: 126px;
}

.nav_bar img {
	margin-left: 20px;
	margin-top: 6px;
	float: left;
}

.nav {
	margin-right: 20px;
	float: right;
	width: 436px;
}

.nav ul {
	overflow: hidden;
}

.nav ul li {
	line-height: 126px;
	width: 108px;
	float: left;
	text-align: center;
}

.nav ul li a {
	color: #000;
	display: inline-block;
}

.nav ul li.current a {
	color: #ff8424;
}

.nav ul li:hover {
	background: #f9f9f9;
}


/*产品详情*/

.detail_1 {
	width:100%;margin: 0 auto;
	height: 566px;
	background-color: #edf8fe;
	background-image: url(../img/detail_1_bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain
}
.detail_1 .img{width: 1000px;height: 566px;margin: 0 auto;padding-top:86px;}

.detail_2{width:100%;margin: 0 auto;
	height: 624px;
	background-color: #fbfbfb;}
.detail_2 .img{width: 1000px;height: 624px;margin: 0 auto;padding-top:80px;}

.detail_3{width:100%;margin: 0 auto;
	height: 650px;
	background-color: #04abbf;}
.detail_3 .img{width: 1000px;height: 650px;margin: 0 auto;padding-top:82px;}

.detail_4{width:100%;margin: 0 auto;
	height: 700px;
	background-color: #fbfbfb;}
.detail_4 .img{width: 1000px;height: 700px;margin: 0 auto;padding-top:82px;}

.detail_5{width:100%;margin: 0 auto;
	height: 650px;
	background-color: #04abbf;}
.detail_5 .img{width: 1000px;height: 650px;margin: 0 auto;padding-top:82px;}

.detail_6{width:100%;margin: 0 auto;
	height: 700px;
	background-color: #fbfbfb;}
.detail_6 .img{width: 1000px;height: 700px;margin: 0 auto;padding-top:82px;}

.detail_7 {
	border-top: solid 18px #ffaa15;
	width:100%;margin: 0 auto;
	height: 600px;
	background-color: #FBFBFB;
	background-image: url(../img/detail_7_bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain
}
.detail_7 .img{width: 1000px;height: 566px;margin: 0 auto;padding-top:86px;}

.detail_8{width:100%;margin: 0 auto;
	height: 520px;
	background-color: #ffaa15;}
.detail_8 .img{width: 1000px;height: 520px;margin: 0 auto;padding-top:82px;}

.detail_9{width:100%;margin: 0 auto;
	height: 640px;
	background-color: #fbfbfb;}
.detail_9 .img{width: 1000px;height: 640px;margin: 0 auto;padding-top:82px;}

.detail_10{width:100%;margin: 0 auto;
	height: 700px;
	background-color: #ffaa15;overflow: hidden; zoom: 1;}
.detail_10 .img{width: 1300px;height:700px;margin: 0 auto;padding-top:82px;}

.copyright_bar {
	width: 100%;
	height: 55px;
	background-color: #909090;
	overflow: hidden;
	zoom: 1;
}

.copyright {
	width: 100%;
	line-height: 55px;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.copyright p {
	width: 1200px;
	margin: 0 auto;
	line-height: 55px;
}



























