html {
	/* 设置字体大小 */
	/*font-size: calc(100vw/1920*100);*/
	background-color: #F4F5F7;
}
@font-face {
	font-family: 'basicfont';
}
* {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
}
ul,
ol {
	list-style: none;
}
a{
	text-decoration: none;
	color: #333;
	font-size: 24px;
}
/* 头部 */
header{
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 0px 1px 3px #dedede;
	/* padding: 0 18.75%; */
	box-sizing: border-box;
	z-index: 99;
}
.headbox{
	width: 1200px;
	margin: 0 auto;
	/* margin: 0 auto; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	color: #333;
	}
.headbox .headbox-logo{
	/* width: 4rem; */
	display: flex;
	align-items: center;
	/* height: 0.76rem; */
}
.headbox .headbox-logo .chooselocal{
	margin-left: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* width:1.2rem;
	height: 0.26rem; 
	border-radius: 0.13rem;*/
	width:120px;
	height: 26px;
	border-radius: 13px;
	/* line-height: 26px; */
	background-color: #f4f5f7;
	
	color: #999999;
	font-size: 12px;
}
.headbox-navbox .headbox-navbox-ul .hnu-li{
	float: left;
	margin-right: 34px;
	position: relative;
	height:76px;
	line-height: 76px;
}
.headbox-navbox .headbox-navbox-ul .hnu-li:last-child{
	margin-right: 0;
}
.headbox-navbox .headbox-navbox-ul .hnu-li a{
	display: inline-block;
	font-size: 15px;
	/* font-size: 0.16rem; */
}
.headbox-navbox .headbox-navbox-ul .hnu-li .secondnav{
	display: none;
	position: absolute;
	width: 130%;
	top: 70px;
	right: -30px;
	padding:0 20px;
	text-align: center;
	background-color: #fff;
}
.headbox-navbox .headbox-navbox-ul .hnu-li .secondnav .secondnav-item{
	height: 40px;
	line-height: 40px;
}
.headbox-navbox .headbox-navbox-ul .hnu-li .secondnav .secondnav-item a{
	display: inline-block;
	font-size:16px;
	color: #333;
	height: 100%;
}
.headbox-navbox .headbox-navbox-ul .hnu-li .secondnav .secondnav-item a:hover{
	color: #FD7603;
}
.headbox-navbox .headbox-navbox-ul .hnu-li:hover a,
.headbox-navbox .headbox-navbox-ul .hnu-li .active{
	text-align: center;
	color: #FD7603;
	position: relative;
}
.headbox-navbox .headbox-navbox-ul .hnu-li:hover a .unline,
.headbox-navbox .headbox-navbox-ul .hnu-li .active .unline{
	/* width: 0.3rem; */
	height: 0;
	border-bottom: 3px solid #FD7603;
	position: absolute;
	/* bottom: -0.2rem; */
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
}
.headbox-navbox .headbox-navbox-ul .hnu-li:nth-child(2):hover .secondnav{
	display: block;
}
/* .headbox-navbox .headbox-navbox-ul .hnu-li:nth-child(2):hover .secondnav{
	display: block;
} */
.headbox-loginregister{
	font-size: 16px;
	display: flex;
	align-items: center;
	
}
.headbox-loginregister>div:hover{
	cursor: pointer;
}
.login{
	margin-right:10px;
	line-height:30px;
	font-size: 14px;
	display:inline-block;
}
.register{
	width: 50px;
	height: 24px;
	line-height: 24px;
	background-color: #ff7601;
	border-radius: 12px;
	font-size: 12px;
	color: #fff;
	text-align: center;
		display:inline-block;
	
}
.afterLogin{
	display: flex;
	
}
.afterLogin-phone{
		width: 95px;
		/* height: 12px; */
		font-size: 14px;
		color: #666666;
        text-align:center;
		 /*overflow: hidden;
		  white-space: nowrap;
		  text-overflow:ellipsis;
		  margin-right: 8px;*/
}
.afterLogin-a{
	font-size: 12px;
	color: #ff7601;
	text-decoration: underline;
    display:inline-block;
    text-align:center;
    /*width:100%;*/
}
@media screen and (max-width:1200px){
	.headbox{
		width: auto;
		}
}
@media screen  and (max-width:1024px){
	.headbox{
		min-width: 1024px;
	}
}
footer{
	width: 100%;
	background-color:#222222;
	color: #fff;
	/* font-size: 0.18rem; */
	font-size: 14px;
	padding: 40px 0 10px;
	box-sizing: border-box;
}
.footer-infobox{
	/* width: 100%; */
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}
.footer-infobox .footer-line{
	height: 100px;
	width: 0;
	border-left: 1px solid #3C3C3C;
}
.footer-infobox .footer-infobox-left{
	width: 33%;
	padding-left: 30px;
	box-sizing: border-box;
}
.footer-infobox .footer-infobox-left .fil-item{
	display: flex;
	align-items: flex-start;
}
.footer-infobox .footer-infobox-left .fil-item img{
	width:  26px;
	margin-right: 10px;
}
.footer-infobox .footer-infobox-left .fil-item .fil-item-p p:first-child{
	font-weight: bold;
}
.footer-infobox .footer-infobox-left .fil-item .fil-item-p p:last-child{
	color: #AF550B;
	line-height: 30px;
}
.footer-infobox .footer-infobox-center{
	/* width: 33%; */
	width: 60%;
	box-sizing: border-box;
	padding:0 0 0 40px ;
}
.footer-infobox .footer-infobox-center .fic-title{
	font-weight: bold;
}
.footer-infobox .footer-infobox-center .fic-infobox{
	margin-top: 20px;
}
.footer-infobox .footer-infobox-center .fic-infobox .fic-infobox-line a{
	color: #ddd;
	/* font-size: 0.18rem; */
	font-size: 14px;
	margin-right: 40px;
}
.footer-infobox .footer-infobox-right{
	width: 33%;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 12px;
}
.footer-infobox .footer-infobox-right img{
	width: 80px;
	height: 80px;
	background-color: #ddd;
}
.footer-p{
	width: 100%;
	text-align: center;
	/* font-size: 0.16rem; */
	font-size: 12px;
	color: #ccc;
}
.footer-p a{
	color: #fff;
	/* font-size: 0.16rem; */
	font-size: 12px;
}
@media screen and (max-width:1200px){
	.footer-infobox{
		width: 100%;
		}
}
@media screen  and (max-width:1024px){
	footer{
		min-width: 1024px;
	}
}