.wrap{
	width: 100%;
}
.top_box{
	background: #bf1d25;
	width: 100%;
	height: 315px;
	position: relative;
}
.top_con{
	width: 1200px;
	height: 100%;
	margin: 0 auto;

}
.top_con #logo{
	display: block;
	margin: 0 auto;
	position: relative;
	top:86px;
}
.top_box2{
	width: 100%;
	height: 25px;
	text-align: center;
}
.nav_box{
	background: #efefef;
	width: 100%;
	height: 60px;
}
.nav_box ul{
	display: block;
	width: 1200px;
	margin: 0 auto;
}
.nav_box ul li{
	display: block;
	width: 240px;
	float: left;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
}
.nav_box ul li:hover{
	font-weight: bold;
}
.fixed{
	position: fixed;
	top: 0;
	z-index: 99;
	background:#bf1d25!important;
}
.fixed li{
	color: #ffffff !important; 
}
.foot_box{
	width: 100%;
	background: #232323;
	padding: 45px 0 80px;
	margin-top: 70px;
}
.foot_box .foot_con{
	width: 1200px;
	margin:0 auto;
}
.foot_box .foot_con .title{
	font-size: 24px;
	color: #ffffff;
	width: 100%;
	padding-bottom: 50px;
	border-bottom:solid 1px #393939;
}
.foot_box .foot_con .title .txt_red{
	color: #c21b1f;
}
.foot_box .foot_con .con_l,.foot_box .foot_con .con_r{
	margin-top: 40px;
}
.foot_box .foot_con .con_l .title2,.foot_box .foot_con .con_r .title2{
	font-size: 18px;
	color: #ffffff;
}
.foot_box .foot_con .con_r .title2{
	width: 136px;
	text-align: center;
}
.foot_box .foot_con .con_l li{
	margin-top: 22px;
	font-size: 14px;
	color: #878787;
}
.foot_box .foot_con .con_r .img_ewm{
	width: 136px;
	height: 136px;
	margin-top: 22px;
}
.fenye{
	display: block;
	margin:60px auto 20px;
	width: -moz-fit-content;
    width: fit-content;
}
.fenye li{
	display: block;
	height: 40px;
	padding: 0 15px;
	background: #3d4450;
	color: #fff;
	font-size: 16px;
	text-align: center;
	float: left;
	line-height: 40px;
	border-radius: 8px;
	margin:0 8px;
}
.fenye .click{
	background: #d9534f;
}
.zhiding{
	width: 50px;
	height: 50px;
	background: #bc121b;
	color: #fff;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	position: fixed;
	bottom: 40px;
	right: 0;
	z-index: 1000;
	display: none;
}
.zhiding0{
	display: block!important;
}