* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #020202;
}

li {
	list-style: none;
}

.clear {
	clear: both;
}

/* 顶部导航 */
.header{
	padding-bottom: 118px;
	z-index: 990;
}
.nav {
	padding: 15px 0;
	width: 100%;
	height: 85px;
	position: fixed;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
	overflow: hidden;
	z-index: 999;
}

.nav figure {
	margin-top: 15px;
	width: 500px;
	height: 55px;
	float: left;
	margin-left: 80px;
}

.nav figure img {
	width: 50px;
	display: block;
	float: left;
	margin-right: 15px;
	margin-top: -5px;
}

.nav figure figcaption h1,
.nav figure figcaption h2 {
	font-size: 25px;
	line-height: 55px;
	letter-spacing: 2px;
	font-weight: normal;
}

.nnv {
	float: left;
	margin-top: 8px;
	width: 1000px;
	height: 70px;
}

.nnv ul li {
	float: left;
	width: 90px;
	margin-left: 30px;
}

.nnv ul li:hover {
	-webkit-animation: appear 0.1s ease-in-out 0.1s forwards;
	-o-animation: appear 0.1s ease-in-out 0.1s forwards;
	animation: appear 0.1s ease-in-out 0.1s forwards;
}

.nnv ul li a {
	display: block;
	line-height: 70px;
	font-size: 17px;
	text-align: center;
}

.nnv ul li a:hover {
	color: #d82019;
	font-size: 18px;
}

@keyframes appear {
	0% {
		border-bottom: 0px solid #d82019;
	}

	100% {
		border-bottom: 3px solid #d82019;
	}
}

.search {
	float: left;
	margin-top: 19px;
	width: 260px;
}

.search input,
.search button {
	border: none;
	outline: none;
}

.search input {
	float: left;
	padding-left: 10px;
	width: 180px;
	height: 42px;
	font-size: 15px;
	color: #333;
	border: 2px solid #c5464a;
}

.search button {
	float: left;
	height: 46px;
	width: 42px;
	cursor: pointer;
	background: #c5464a;
	width: 60px;
	border: 2px solid #c5464a;
}

.search button:hover {
	background-color: #c7585c;
}

/* 在<button>元素后面插入内容，并设置所插入内容的样式： */
.search button:before {
	content: "搜索";
	/*插入的内容*/
	font-size: 13px;
	color: #F9F0DA;
	/*插入内容的字体颜色*/
}

.hfg{
	padding-top: 118px;
}

/* 底部导航 */
.ffg{
	width: 100%;
	border: none;
	height: 1px;
	background-color: #d82019;
	margin-top: 120px;
}
.infoot {
	width: 1400px;
	height: 320px;
	margin: 0 auto;
	margin-top: 60px;
}

.foot-top ul {
	height: 60px;
}

.foot-top ul li {
	float: left;
	width: 175px;
	color: #000;
}

.foot-top ul li a {
	font-size: 16px;
	color: #000;
	text-align: center;
	display: block;
}

.foot-top hr {
	border-color: #d82019;
}

.foot-l{
	float: left;
	width: 450px;
	margin-top: 25px;
}

.foot-l figure {
	width: 130px;
	float: left;
	margin-right: 50px;
}

.foot-l figure img {
	width: 130px;
	display: block;
}

.foot-l figure figcaption {
	font-size: 16px;
	color: #000;
	text-align: center;
	letter-spacing: 2px;
}

.foot-c{
	float: left;
	width: 450px;
}

.foot-c p {
	margin-top: 35px;
	display: block;
	letter-spacing: 2px;
	text-align: center;
}

.foot-top ul li:hover a {
	color: #d82019;
}

.foot-r {
	float: right;
	width: 240px;
	margin-top: 30px;
}

.foot-r a {
	margin-left: 79px;
	width: 160px;
	height: 45px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	background-color: #d82019;
	display: block;
}

.foot-r a:hover{
	background-color: #fff;
	border: 1px solid #d82019;
	color: #d82019;
}

.foot-r span {
	letter-spacing: 1px;
	text-align: right;
	margin-top: 25px;
	font-size: 20px;
	display: block;
}

.foot-r strong {
	margin-top: 20px;
	letter-spacing: 2px;
	font-size: 25px;
	text-align: right;
	display: block;
	color: #d82019;
}



/* 备案号 */

.bah a{
	margin-bottom: 30px;
	color: #020202;
	font-size: 15px;
	display: block;
	text-align: center;
	letter-spacing: 2px;
}