/*导航 */

.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;
}


/*banner*/

.banner {
	height: 307px;
	width: 100%;
	margin: 0 auto;
}
.banner img {
	width: 100%;}

/*联系我们*/

.contact_us {
	width: 1000px;
	height: 223px;
	margin: 0 auto 50px;
}

.contact_us .title {
	font-size: 24px;
	margin-left: 50px;
	margin-top: 86px;
	margin-bottom: 20px;
}

.contact_us .title b {
	font-weight: bold;
}

.contact_us .title span {
	color: #dd4012;
	font-family: arial;
	font-weight: bold;
}

.contact_us .bar01 {
	width: 300px;
	float: left;
}

.contact_us .bar02 {
	width: 700px;
	float: left;
}

.contact_us .bar_phone {
	width: 200px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	padding-left: 50px;
	background-image: url(../img/phone_icon.png);
	background-position: left;
	background-repeat: no-repeat;
}

.contact_us .bar_phone span {
	font-weight: bold;
}

.contact_us .bar_print {
	width: 300px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	padding-left: 50px;
	font-weight: bold;
	background-image: url(../img/print_icon.png);
	background-position: left;
	background-repeat: no-repeat;
}


/*.contact_us .bar_email {
	width: 300px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	padding-left: 50px;
	font-weight: bold;
	background-image:url(../img/email_icon.png);
	background-position: left;
	background-repeat: no-repeat;
}*/

.contact_us .bar_address {
	width: 350px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	padding-left: 50px;
	font-weight: bold;
	background-image: url(../img/address_icon.png);
	background-position: left;
	background-repeat: no-repeat;
}

.contact_us .bus {
	margin-left: 80px;
	width: 700px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	padding-left: 50px;
	font-weight: bold;
}

.contact_us .bus span {
	background-color: #757575;
	color: #FFFFFF;
	margin-right: 14px;
}

.contact_us .bus b {
	color: #dd4012;
}

.copyright_bar {
	margin-top: 100px;
	width: 100%;
	height: 55px;
	background-color: #909090;
}

.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;
}

.map {
	width: 1000px;
	height: 300px;
	margin: 0 auto;
	text-align: center;
}

iframe {
	clear: both;
}