.flex{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
/*头部*/
.head {
	height: 110px;
	width: 100%;
	line-height:110px;
	font-size:18px;
	color:#000;
	/* position:fixed; */
	background: #fff;
	z-index: 999;
	top:0;
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
}
.head-icon{
	cursor:pointer;
}
.head-search{
	cursor:pointer;
}
.head-left{
	max-width:350px;
}
.head-right{
	width:calc(100% - 350px);
	max-width:850px;
}
.head-top{
	justify-content: flex-end;
	padding-right:70px;
	height:40px;
	padding-top: 20px;
	box-sizing: border-box;
	line-height: 1;
}
.head-top a{
	margin-left:25px;
	font-weight:800;
	color:#999;
	font-size:14px;
}
.head-bottom{
	line-height:70px;
}
.head-nav{
	color:#53565a;
	font-weight:800;
	font-size:18px;
}
/*头部*/
/*wap头部*/
.fn_h {
	height: 110px;
	display: none;
}

.g_fnva {
	position: fixed;
	z-index: 100;
	bottom: 0;
	width: 100%;
	background: #2a2a2a;
	display: none;
}

.m-f01 li {
	float: left;
	width: 25%;
	text-transform: uppercase;
	border-right: 1px  solid rgba(255,255,255,0.5);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.m-f01 li em {
	display: block;
	width: 45%;
	padding-top: 6px;
	margin: 0 auto;
}

.m-f01 li img {
	width: 24px;
	display: block;
	margin: 0 auto;
}

.m-f01 a {
	color: #fff;
	line-height: 30px;
	display: block;
	text-align: center;
	font-size: 14px;
	position: relative;
}

.h_h {
	height: 100px;
}



.head-wap {
	display: none;
}

.m_img {
	display: block;
	height: 54px;
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
	overflow: hidden;
}

.m_img .headlf {
	padding-top: 7px;
	padding-left: 7px;
	float: left;
}

.m_img .headlf .m_logo {
	max-height: 40px;
	display: block;
}

.m_img .headrg {
	padding-right: 10px;
	padding-top: 15px;
	float: right;
}

.m_img .headrg a .m_menuimg {
	height: 22px;
	vertical-align: top;
	display: block
}

.m_nav {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	z-index: 10000
}

.m_nav .closecover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0b0d19;
	filter: alpha(opacity=0);
	opacity: 0;
	left: 0px;
	top: 0px;
	z-index: 1
}

.m_nav .closeicon {
	position: absolute;
	width: 20%;
	left: 0;
	top: 5%;
	z-index: 100;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0
}

.m_nav .m_navList {
	position: absolute;
	width: 80%;
	right: 0px;
	top: 0px;
	background: #ce0f07;
	height: 100%;
	z-index: 100;
	right: -80%;
	overflow-y: scroll;
}

.m_nav .m_navList ul {
	padding-left: 5%;
	padding-right: 5%
}

.m_nav .m_navList ul li {
	border-bottom: 1px solid #a70903
}

.m_nav .m_navList ul li a {
	display: block;
	height: 45px;
	color: #fff;
	line-height: 45px;
	padding-left: 5%;
	font-size: 16px
}

.m_nav .m_navList ul li .m_f_a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%
}

.m_nav .m_navList ul li .m_f_a a {
	flex: 1;
}

.m_nav .m_navList ul li .m_f_a i {
	width: 40px;
	height: 35px;
	box-sizing: border-box;
	padding: 0 5px;
	display: block;
}

.icon {
	background: url(../image/plus.png) 100% no-repeat;
	background-position: 50% 50%;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s
}

.icon_on {
	background: url(../image/reduce.jpg) 50% no-repeat!important;
	background-position: 50% 50%;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s
}

.m_nav .m_navList ul li .m_s_nav {
	display: none;
	width: 100%;
}

.m_nav .m_navList ul li .m_s_nav a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding-left: 10%;
	overflow: hidden;
	white-space: nowrap;
	width: 90%;
	text-overflow: ellipsis;
}


@media (max-width: 1200px) {
	.head .tel {
		display: none;
	}
}

@media (max-width: 1024px) {
	.head{
		display: none;
	}

	.g_fnva,.fn_h,.head-wap {
		display: block;
	}

	.h_h {
		height: 54px;
	}
}
/*wap头部*/
/*底部*/
.foot-bottom{
	background: #1e1f21;
	text-align:center;
	padding:35px 0;
	color:#999;
	font-size:14px;
	line-height:2;
}
.foot-bottom a{
	color:#999;
	font-size:14px;
}
.foot-bottom a:hover{
	color:#fff;
}
.foot-top{
	padding:100px 0;
	background-image: url(../image/footbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.ft-bot{
	color:#fff;
}
.ft-bot2 img{
	width:135px;
	height:135px;	
}
.ft-bot a{
	color:#fff;
}
.ft-left{
	width:70%;
}
.ft-p1{
	font-size:18px;
	color:#fff;
	padding-bottom:15px;
	border-bottom:2px solid #525252;
	width:300px;
	position:relative;
	margin-bottom:35px;
}
.ft-p1::after{
	content:'';
	display:block;
	position:absolute;
	bottom:-2px;
	width:75px;
	height:2px;
	background: #b10801;
	transition:1s;
}
.ft-p1 span{
	font-size:14px;
	color:#525252;
	padding:0 10px;
}
.ft-p1:hover::after{
	width:100%;
}
.ft-p1:hover span{
	color:#fff;
}
.caidan-block{
	width:15%;
}
.caidan-block:last-child{
	width:25%;
}
.caidan-block a:hover{
	color:#ff0000;
}
.caidan1{
	display:block;
	font-size:18px;
	text-align:left;
	margin-bottom:20px;
}
.caidan2{
	display:block;
	font-size:16px;
	text-align:left;
	margin-bottom:15px;
}
@media(max-width:1000px){
	.foot-top{
		padding:20px 0;
	}
	.foot-bottom{
		padding:10px;
	}
	.ft-left,.ft-right{
		width:100%;
		margin-top:20px;
	}
	.caidan2{
		display:none;
	}
	.flast{
		display:block;
	}
	.caidan-block{
		width:calc(100% / 3);
	}
	.ft-p1{
		width:100%;
	}
	.ft-bot{
		justify-content:start;
	}
	.caidan-block:last-child{
		width:100%;
	}
	.ft-bot2{
		justify-content:space-around;
	}
}
/*底部*/

/*头部下拉*/
.rn{
  width:100vw;
  height:100vh;
  position:fixed;
  z-index: 99;
  background: #fff;
  display: none;
}
.rightnav{
  width:100%;
  height: 100%;
  box-sizing: content-box;
  display:flex;
  flex-wrap:wrap;
}
.rnav{
  flex:1;
  text-align: center;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  position: relative;
  border-right: 1px solid #f0f0f0;
}
.rnav1{
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  transition:0.4s;
}
.rnav1:before{
    content: '';
    display: block;
    width: 1px;
    height: 62px;
    background-color: #ce0f07;
    margin: 0 auto 25px;
    opacity: 0;
    transition:0.4s;
}
.rnav:hover .rnav1:before{
    opacity: 1;
}
.rnav:hover .rnav1{
    top: 25%;
}
.hcaidan1{
  width: 100%;
  display: block;
  margin: 30px 0 29px;
  text-align: center;
  font-size: 22px;
  color: #545454;
  font-weight: 800;
}
.hcaidan1 p{
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  font-size: 56px;
  line-height: 56px;
  color: #ce0f07;
  font-family: DINEng;
  text-align: center;
  margin-bottom: 30px;
}
.hcaidan2{
  width: 100%;
  display: block;
  color: #9a9a9a;
  padding:10px 0;
}
.inner1{
	width:100%;
	max-width:1420px;
}
/*搜索下拉*/
.head-search{
	position: relative;
}
.head-search form {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    height: 60px;
    display: none;
	z-index: 999999;
}

.head-search form .con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}

.head-search form .con input {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    padding: 0 10px;
    border-top: 1px solid #ddd;
    border: none;
}

.head-search form .con button {
    width: 60px;
    height: 60px;
    background-color: #b10801;
    position: relative;
    border: none;
	color:#fff
}

.head-search form .con button i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}