/*头部样式*/

.header_box {
	height: 168px;
	background: url(../image/home/headerbg.jpg) no-repeat center;
	background-size: 100% 100%;}

.menu_box {
	height: 52px;
	/*background: linear-gradient(180deg,rgba(240,50,0,1) 0%,rgba(225,10,13,1) 100%);*/
	opacity: 1;
	background: -webkit-linear-gradient(180deg, rgba(240, 50, 0, 1) 0%, rgba(225, 10, 13, 1) 100%);
	/* safari 5.1 - 6.0 */
	background: -o-linear-gradient(180deg, rgba(240, 50, 0, 1) 0%, rgba(225, 10, 13, 1) 100%);
	/* opera 11.1 - 12.0 */
	background: -moz-linear-gradient(180deg, rgba(240, 50, 0, 1) 0%, rgba(225, 10, 13, 1) 100%);
	/* firefox 3.6 - 15 */
	background: linear-gradient(180deg, rgba(240, 50, 0, 1) 0%, rgba(225, 10, 13, 1) 100%);
	/* 标准的语法 */
	/*兼容ie9*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f03200, endColorstr=#e10a0d);}




.menu_box ul li:hover {
	background-color: #D61E15;}

.menu_box ul {
	width: 1200px;
	height: 100%;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;}

.menu_box ul li {
	padding: 15px 38px;
	float: left;
	color: #fff;
	position: relative;
	cursor: pointer;
	font-size: 16px;}

.menu_box ul li.sel {
	background-color: #D61E15;}

.menu_box ul li:first-child::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 23px;
	background-color: #B21A02;}

.menu_box ul li::after {
	content: '';
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 23px;
	background-color: #B21A02;}

/*底部样式*/

.foot_address {
	line-height: 130px;
	height: 129px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	background: url(../image/home/botbg.jpg) no-repeat center;
	background-size: 100% 100%;}

.copyright {
	text-align: center;
	height: 46px;
	line-height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #B41900;
	font-size: 14px;}



html,
body {
	min-width: 1200px;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #F8F8F8;
	font-size: 16px;}
