body,
a,
p,
h1,
ul,
li {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}


#banner img {
	width: 100%;
	height: auto;
	display: block;
}

#banner {
	position: relative;
	width: 100%;
	height: auto;
}

#nav {
	width: 100%;
	background: rgb(255, 255, 255, 1);
	box-shadow: 0px 0px 5px 0px #ccc;
	height: 80px;
	position: fixed;
	top: 0;
	z-index: 100000;
}

#nav_name {
	float: left;
	width: 280px;
	margin-right: 200px;
	height: 80px;
	line-height: 80px;
}

#nav_logo {
	display: block;
	padding: 0;
	margin: 5px 0px 10px 70px;
	float: left;
}

#box_nav {
	width: 1400px;
}

#nav_daoh {

	width: 1200px;
	margin: 0 auto;
}

#nav li {
	margin-top: 20px;
	width: 140px;
	float: left;
	list-style: none;
	margin-right: 80px;
	text-align: center;
	height: 60px;
	line-height: 40px;
}

#nav a,
p {
	color: #333;
	font-size: 24px;
	text-decoration: none;
	display: inline-block;
}



#nav li:nth-child(4) {
	margin-right: 0;

}

#nav .text1 {
	color: #FD9706;
}

#nav li:hover div {
	width: 50px;
	margin: 8px auto 0;
	border-bottom: #FD9706 solid 3px;
}

#nav li:hover #txt {
	color: #FD9706;
}

#nav ul ul a {

	height: 55px;
	line-height: 55px;
}

#nav ul ul li {
	height: 40px;
	float: none;
	margin: 15px auto;
	margin-bottom: 30px;
}

#nav ul ul {
	background: #fff;
	box-shadow: 0px 0px 10px 0px #ccc;
	width: 140px;
	height: auto;
	display: none;
	position: absolute;
	border-radius: 10px;
	top: 80px;
	z-index: 3;

}

#nav ul ul a:hover {
	width: 125px;
	height: 55px;
	background: #ccc;
	border-radius: 10px;
	color: #fff;
}

#nav li:hover ul {
	display: block;
}

#copyright {
	margin-top: 120px;
	background: #000;
	width: 100%;
	height: 120px;

}

#copyright .box_cop {

	width: 1400px;
	margin: 0 auto;
}

#copyright p {
	width: 1400px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

#copyright ul {
	width: 1400px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin: 20px auto;

}

#copyright li {
	display: inline-block;

}

#copyright a {
	float: left;
	display: inline-block;
	list-style: none;
	text-decoration: none;
	color: #fff;
}

#nav3 {
	width: 70px;
	height: 240px;
	background: #FC7E00;
	position: fixed;
	border-radius: 10px;
	bottom: 60px;
	right: 0px;
	display: none;
	z-index: 5;
}

#nav3 li {
	width: 70px;
	height: 80px;

}

#nav3 a span {
	width: 70px;
	height: 5px;
	display: inline-block;
	color: #fff;
	text-align: center;
	position: relative;
	bottom: 10px;

}

#nav3 a {
	width: 40px;
	height: 40px;
	display: inline-block;
}

.nav_tb1 {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.nav_tb3 {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#nav3 img {
	margin: 10px 15px 10px;
}

#nav3 li:hover {
	background: rgb(255, 255, 255, 0.4);
}