header{
	height: 70px;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px 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 .header-box img{
	width: 110px;
}

.header-box ul li{
	padding-left: 25px;
	float: left;
	font-size: 14px;
	text-align: center;
	color: #333333 ;
}
.header-box ul li a:hover{
	color: #e42726;
	font-weight: 900;
}

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

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

.floats{
	background: #FFFFFF;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.05);
	border-radius: 0px 0px 0px 0px;
    /*transition: .5s;*/
}
footer{
	width: 100%;
	/*height: 420px;*/
	background: #000000;
	border-radius: 0px 0px 0px 0px;
	overflow: hidden;
	margin-top: 40px;
}
footer a:hover{
	color: #E61E4F !important;
}
footer .footer-box{
	width: 1280px;
	margin: auto;

}
.footer-nav-box{
display: flex;
	padding:60px 0px 35px 0;
border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footer-nav-box-left{
	width: 200px;
	border-radius: 0px 0px 0px 0px;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.footer-nav-box-left p{
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
}
.footer-nav-box-left img{
	padding: 30px 0 10px 0;
}
.footer-nav-box-left div{
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
}
.footer-nav-box-right{
	width: 100%;
	display: flex;justify-content: space-between;
	padding-left: 100px;
}
.footer-nav-box-right ul{
	text-align: center;
	font-size: 12px;

}
.footer-nav-box-right ul li{
	font-size: 12px;
	font-weight: 400;
	color: rgba(255,255,255,0.7);
	line-height: 30px;

}
.footer-nav-box-right ul div{

	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
	padding-bottom: 20px;
}
.footer-top {
	
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 10px;

}
.footer-top .footer-txt{
	width: 100%;
	display: flex;
	padding-bottom: 15px;
	flex-flow: wrap;
}
.footer-top .footer-txt p{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
}
.footer-top .footer-txt a{
	font-size: 12px;
	color: rgba(255,255,255,0.7);
	line-height: 15px;
	padding-left: 20px;
}
.footer-bottom{

	font-size: 12px;
	font-weight: 500;
	color: rgba(255,255,255,0.7);
	line-height: 14px;
	
}
.footer-bottom .police {
    display: inline-block;
    width: 17px;
    height: 18px;
    background: url(https://img001.haizhuawang.com/new/pc/common-icon.png) -168px 0 no-repeat;
    margin-right: 5px;
    margin-left: 3px;
}
.mobile-nav {
	display: none;
}
.m-menu{
  display: none;
}
.m-t5-txt{
  display: none;
}

.mobile-nav .close{
  display: none;
}
.m-footer{
	display: none;
}
.m-banner{
	display: none;
}



@media (max-width: 630px){
header {
	display: flex;
	/*height: auto;*/
}
header .header-box{
    display: none;
}
header .mobile-nav{
    /*height: 60px;*/
    display: flex;
    align-items: center;
    position: relative;
    background: #FFFFFF;
    padding: 12px;
}
.mobile-nav .logo{
    display: grid;
}
header .mobile-nav a img{
	width: 110px;
}
.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;
}
footer{
	display: none;
}

.m-footer-row{
    position: relative;
    overflow: hidden;
}
.m-footer{
	display: block;
	height: 64px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	width: 100%;
	display: flex;
	justify-content: center; 
	align-items: center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.m-footer-box{
		display: flex;
		justify-content: space-between;
    /*width: 94%;*/
}

.m-footer-box .m-f-index{
	width: 171px;
	height: 40px;
	background: linear-gradient(94deg, #006CE7 0%, #00A3FF 100%);
	border-radius: 2px 2px 2px 2px;
	font-size: 14px;
	font-weight: 400;
	color: #0075FF;
	line-height: 16px;
	display: inline-grid;
	justify-content: center;
  align-items: center;
  color: #FFFFFF;
}

.m-footer-box .m-f-kefu{
	width: 170px;
	height: 40px;
	background: linear-gradient(90deg, #F11919 0%, #FF6262 100%);
	border-radius: 2px 2px 2px 2px;
	
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16px;
	display: inline-grid;
	justify-content: center;
  align-items: center;
}
}