.footer {
	height:auto;
	width:100%;
	overflow:hidden;
	background-color:#333333; 
	padding-top:2rem;
	padding-bottom:2rem;
}
.footer .main{
	margin: 0 auto;
    width: 1000px;
}
.footer .box{
	width:100%;
    /*盒模型*/
    display: -webkit-box;
    display: -moz-box;
    display: box;
    /*横向*/
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
}
.footer .l{
	float:left;/*左漂浮*/
	margin-top:5%;
	width: 1px;
	height: 80%;/*竖线高度*/
	background: #0e0d0d;/*填充颜色*/
	box-shadow: -1px 0px 1px 0px rgb(255 255 255 / 30%);
}
.footer .sitemap{
    /*盒模型*/
    display: -webkit-box;
    display: -moz-box;
    display: box;
    /*横向*/
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
}
.footer .sitemap div{
    /*占有比例*/
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
}
.footer .box div{
    /*占有比例*/
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
}
.footer .sitemap a {
	color:#ffffff; 
	font-size:0.85rem;
	line-height:2rem;
}
.footer .sitemap a:hover{
	color:#f77706; }
.footer .statement a {
    text-decoration: none;
}
.footer .contactbox{
    width: 95%;
    float: left;
}
.footer .followbox{
	width: 92%;
	float:left;
	padding-left: 1rem;
	padding-top:0.45rem;
}
.footer .followbox .boxmain{
	width:75%;
	margin: 0 auto;
}
.footer .telmain
{
	width: 78%;
	margin: 0 auto;
}
.footer .tel
{
	color:#ffffff; 
	background:#4ebbec;
	margin-bottom:0.5rem;
	font-size:1rem;
	line-height:3rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
.footertitle{
	color:#878b8f; 
	font-size:1rem;
	font-weight:bold;
	line-height:2rem;
}
.contacttitle{
	color:#878b8f; 
	font-size:1rem;
	margin-bottom:1rem;
}
.codebox{
    /*盒模型*/
    display: -webkit-box;
    display: -moz-box;
    display: box;
    /*横向*/
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
}
.codebox .codesp
{
	margin-left:2rem;
}
.codebox .code img{
	width:80px;
	height:80px;
	max-width:100px;
	max-height:100px;
}
.codebox .code .codename{
	margin-top:0.5rem;
	color:#ffffff;
}