
.con{
  width: 1200px;
  margin: 0 auto;
}

header{
	height: 80px;
	width: 100%;
	
	/*position: fixed;*/
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99999;
	
}
.left-ul{
	font-size: 0;
}
header .header-box{
	height: 80px;
	
}

.header-box ul li{
	padding-left: 30px;
	float: left;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF ;

}
.header-box ul li a:hover{
	color: #E61E4F;
}
.header-box ul .active{
	color: #E61E4F;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}
.right-div{
	display: flex;
	font-size: 14px;
	justify-content: space-between;
}
.right-div .gou{
	position: relative;
}
.right-div .gou .header-ewm{
	position: absolute;
  top: -200px;
  left: -15px;
  /*transition: all 0.2s ease-in-out;*/
}
.right-div .gou:hover .header-ewm{
	top: 55px;
}
.right-div div{
	display: flex;
  align-items: center;
  padding-right: 20px;
  justify-content: center;
  color: #FFFFFF;
}
.right-div img{
	padding-right: 5px;
}
.right-div .btn{
	width: 150px;
	height: 40px;
	color: #FFFFFF;
	padding:0 5px;
	display: flex;align-items: center;justify-content: flex-start;
  background: rgba(255,255,255,0.1);
	border-radius: 50px 50px 50px 50px;
	opacity: 1;
	border: 1px solid rgba(255,255,255,0.1);
}
.right-div .btn i{
	background: url(https://cdn.chiefgr.com/hz06/img//nav-icon3.png) no-repeat;
	width: 30px;
	height: 30px;
	padding-right: 5px;
	
}

.floats{
	background: #FFFFFF;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.05);
	border-radius: 0px 0px 0px 0px;
	/*color: #000000;*/
  /*transition: .5s;*/
}
.mobile-nav {
	display: none;
}
.m-menu{
  display: none;
}
.mobile-nav .close{
  display: none;
}

@media (max-width: 630px){
.con{
	width: 100%;
}

header {
	display: flex;
	height: auto;
	width: 100%;
}
header .header-box{
    display: none;
}
header .mobile-nav{
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
    
    padding: 12px;
}
.mobile-nav .logo{
    display: grid;
    width: 76px;
    height: 26px;
}
.mobile-nav .menu{
	width: 26px;
  height: 26px;
}
.mobile-nav .logo img{
    
    width: 76px;
    height: 26px;
}
.mobile-nav .close{
		width: 26px;
		height: 26px;
}
.mobile-nav div{
    height: 100%;
}

.m-menu{
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  font-size: 14px;
  color: #333;
  z-index: 999999;
  background: #fff;
  box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(0,0,0,0.1);
}

.m-menu li{
  line-height: 40px;
  border-top: 1px solid #E5E5E5;
  text-align: center;
}

}