header{
	height: 70px;
	width: 100%;
	background: #000000;
	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;

	
}

header .header-box{
	height: 70px;
	
}

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

.right-div{
	display: flex;
	font-size: 12px;
	color: #CCCCCC;
	justify-content: space-between;
}

.right-div div{
	display: flex;
  align-items: center;
  padding-right: 20px;
}
.right-div img{
	padding-right: 5px;
}
.right-div .btn{
	width: 100px;
	border-radius: 30px 30px 30px 30px;
	border: 1px solid #666666;
	padding: 5px 20px;
	display: flex;
  justify-content: space-between;
}

.floats{
	background: #000000;
  box-shadow: 0px 10px 20px 0px rgb(34 46 83 / 5%);
    /*transition: .5s;*/
}



@media (max-width: 630px){
/*.con1{display: none;}*/
.pc-banner{display: none;}

.con{
	width: 100%;
}
.wrap{
	max-width: 100%;
	padding: 0 12px 0 12px;
}
h2{
		font-size: 16px;
		font-weight: bold;
		color: #000000;
		padding-top: 30px;
}
header {
	display: flex;
	height: auto;
}
header .header-box{
    display: none;
}
header .mobile-nav{
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
    background: #000000;
    padding: 12px;
}
.mobile-nav .logo{
    display: grid;
}
.mobile-nav .logo img{
    height: 32px;
}
.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;
}
}