body {
	background-color: #FAFAFA;
}
.main {
	/* max-width: 1580px; */
	min-width: 1200px;
	background-color: #FAFAFA;
}
/* 头部样式 */
.header {
	/* width: 1580px; */
	width: 100%;
}
.header-top {
	/* width: 100%; */
	max-width: 1300px;
	min-width: 800px;
	height: 100.39px;
	margin: 0 auto;
	margin-bottom: 5px;
	/* background-color: #FAEBD7; */
}
.logo-main {
	margin: 0 auto;
	clear: all;
	height: 100%; 
	max-width: 1200px;
	min-width: 1000px;
	/* padding-left: 30px; */
}
.logo-left {
	margin-top: 5px;
	float: left;
	height: 90%;
}
.logo-right {
	float: right;
	height: 100%;
}
/* 头部导航栏 */
.header-nav {
	position: relative;
	top: 0;
	left: 0;
	/* width: 1580px; */
	min-width: 1200px;
	width: 100%;
	height: 64px;
	background: #E43520;
}
.h-nav-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1150px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.h-nav-content li{
	position: relative;
	top: 0;
	left: 0;
	opacity: 0.9;
	font-size: 21px;
	color: #fff;
	height: 64px;
	align-items: center;
	line-height: 64px;
	cursor: hand;
}
.nav-input {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 46px;
	background: #fff;
	border-radius: 30px;
}
.search-img {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 30px;
}
.nav-search-form {
	position: relative;
	top: -10px;
	left: 50px;
	height: 30px;
	width: 150px;
	margin-right: 50px;
	border: none;
}
.nav-search-button {
	position: relative;
	top: -9px;
	right: 5px;
	width: 80px;
	height: 40px;
	background: red;
	border: none;
	color: #fff;
	border-radius: 30px;
	cursor: pointer;
}
.nav-search-button:active {
	background: #E43520;
}
.nav-content-select {
	display: none;
	position: absolute;
	top: 63px;
	left: -30px;
	background-color: rgb(228, 53, 32, 0.75);
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.nav-content-select span {
	width: 140px;
	/* padding: 12px 16px; */
	text-decoration: none;
	display: block;
	text-align: center;
	color: #FFFFFF;
	cursor: hand;
}
.nav-content-news:hover .nav-content-select {
	display: block;
	z-index: 99;
}
.nav-content-select span:hover  {
	color: yellow;
}
.h-nav-img {
	width: 250px;
/* 	position: absolute;
	right: 150px;
	top: 50%;
	transform: translate(0, -50%); */
}
/* 中部样式 */
.content {
	margin: 0 auto;
	width: 1200px;
	min-height: 1300px;
}
.left-nav {
	display: inline-block;
	vertical-align: top;
	width: 245px;
	margin: 20px 20px 0 0;
}
.left-nav-top {
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 30px;
	color: #FFFFFF;
	background: #E43520;
}
.left-nav-top img {
	width: 30px;
}
.left-nav-button {
	width: 100%;
	margin-top: 10px;
	background: #FAFAFA;
	color: #6F6F6F;
	border: 1px solid rgba(231, 41, 15, 0.16);
}
.left-nav-button div:nth-child(odd) {
	height: 70px;
	width: 100%;
	line-height: 70px;
	text-align: center;
	font-size: 22px;
	background: #FFFFFF;
}
.left-nav-button div:nth-child(odd):hover {
	color: #fff;
	background: #E43520;
}
.left-nav-button img {
	margin: 0 15px -2px 0;
	width: 20px;
}
.button_line {
	width: 90%;
	height: 1px;
	background: #ECECEC;
	margin: 0 auto;
	margin-top: 1px;
}
.content-info {
	text-align: center;
	margin-top: 10px;
	width: 100%;
	background: #FFFFFF;
	font-size: 20px;
	padding-bottom: 15px;
}
.content-info p:nth-child(n+5){
	text-align: left;
	text-indent: 2em;
	color: #666;
	padding: 2px 50px;
}
.content-news {
	display: inline-block;
	margin-top: 20px;
	width: 925px;
}
.content-title {
	width: 925px;
	height: 70px;
	line-height: 70px;
	background: #EAEAEA;
}
.content-title span:nth-child(1) {
	margin-left: 30px;
	font-size: 30px;
	color: #FF0000;
	font-weight: bold;
}
.content-title span:nth-child(2) {
	margin-left: 10px;
	font-size: 16px;
	color: #666;
}
.content-title span:nth-child(3) {
	margin-left: 380px;
	font-size: 16px;
	color: #656565;
}
/* 底部样式 */
.bo_nav_bottom {
	width: 200px;
	height: 80px;
	margin: 0 auto;
	text-align: center;
	line-height: 80px;
	font-size: 18px;
	color: #9B9B9B;
}
/* .bottom {
	width: 1580px;
} */
.bottom_top {
	width: 100%;
	height: 200px;
	text-align: center;
	background: #a30500;
}
.bottom_bo {
	width: 100%;
	height: 60px;
	background: #1B1B1B;
	color: #FFF;
	text-align: center;
}
.bottom_text {
	line-height: 60px;
}