.con{
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
header{
	height: 70px;
	width: 100%;
	background: #ffffff;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	border-radius: 0px 0px 0px 0px;
	position: fixed;
	left: 0;
	top: 0; 
	z-index: 99;

}
.floats{
	display: none;
}
header .header-box{
	height: 70px;
	background: #FFFFFF;
	display: flex;
  justify-content: space-between;align-items: center;

}
header .header-box-left{
	font-size: initial;

}
header .header-box-left img{
	width:112px;
	height: 42px;

}
.header-box-center{
	width: 100%;
	display: flex;align-items: center;
}
.header-box ol{
	width: 70%;
	display: flex;
	align-items: center;
	color: #333333;
	justify-content: left;
	margin-left: 40px;
}
.header-box ol:last-child{
	width: 200px;
}
.header-box-center a{
    font-size: 14px;
    text-align: center;
    margin-left: 30px;
    position: relative;
    line-height: 70px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.header-box-center a img{
	width: 8px;
	height: 4px;
	margin-left: 5px;
}

/*
.header-box-center a span{
	display: block;
    width: 100%;
    height: 2px;
    background: #FF6900;
    position: absolute;
    left:0;
    bottom: -5px;
    overflow: hidden;
}*/
.header-box-center a:hover{
	color: #FF6900;
	font-weight: bold;
}
.header-box-center a:hover span{
	display: block;
	bottom: 0;
	left:0;
  
}
.header-box-center .opt{
    color: #FF6900;
	font-weight: bold;
	
}
.header-box-center .opt span{
    bottom: 0;
		left:0;
	
}
.header-box-right-box{
	width: 130px;
	height: 30px;
	background: #FFFFFF;
	border-radius: 50px 50px 50px 50px;
	border: 1px solid #FF6900;
	display: flex;align-items: center;

	font-size: 12px;
	font-weight: bold;
	color: #FF6900;

}
.header-box-right-box img{
	width: 24px;
	height: 24px;
	
	padding-left: 3px;
	padding-right: 3px;
}
.nav-sele:hover .nav-sele-box{
    display: block;
}
.nav-sele img{
	width: 8px;
	height: 4px;

	}
.nav-sele{
	font-size: 14px;
	font-weight: 400;
	margin-left: 30px;
	line-height: 80px;
	text-align: center;
	position: relative;
	cursor: pointer;
	
}
.nav-sele-box{
    width: 100px;
    height: 130px;
    /*background: url(https://cdn.10goo.com/adjnew2/img/nav-sele-back.png) no-repeat center center;*/
    position: absolute;
    top: 57px;
    left: 50%;
    margin-left: -50px;
    padding: 17px 5px 0;
    box-sizing: border-box;
    display: none;
    z-index: 9;
}
.nav-sele-box a{
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    margin: 0;
}
.nav-sele-box a:hover{
    /*background: rgba(255, 83, 83, 0.1);*/
    border-radius: 5px;
}

.mobile-nav{
	display: none;
}
.m-menu{
  display: none;
}
.mobile-nav .close{
  display: none;
}
@media (max-width: 630px){
	
	
.con{
	max-width: 100%;
	
}
.header-box{
	display:none;
}
header{
	display: flex;
	height: auto;
}
header .header-box{
    display: none;
}
header .mobile-nav{
    height: 50px;
    display: flex;
	width: 100%;
    align-items: center;
    position: relative;
    background: #FFFFFF ;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    border-radius: 0px 0px 0px 0px;
    padding: 12px;
}
.mobile-nav .logo{
    display: grid;
}
.mobile-nav .logo img{
    
    width: 25%;
}
.menu{
    width: 26px;
    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);
  display: none;
}

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



}
