/*<!--头部-->*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #000;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.common-head {
	width: 100%;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	background: #FFFFFF;
	z-index: 999;
	padding: 0;
	width: 100%;
	height: 60px;
	/*line-height: 4rem;*/
}
.hdeaer_head{
	display: flex;
	justify-content: space-between;
	line-height: 20px;
	/*color: #ffffff;*/
	padding: 0 10px;
	font-size: 14px;
	height: 60px;
	background: red;
}
.hdeaer_head img{
	height:20px;
	/*margin-top: 5px;*/
}
.hdeaer_head a{
	color: #FFFFFF;
}
.common-left img,
.menu {
	/*width:24px;
	margin-right: 20px;*/
}

.common-head {
	padding: 1rem 0;
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.common-left span {
	font-size: 18px;
	font-weight: 500;
	/*color: #fff;*/
	margin: 0;
	display: inline-block;
	width: 100%;
}
.common-left img{
	width: 20px;
    height: 12px;
    vertical-align: middle;
}
.headerbox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	 width: 110px; 
	/*padding: 5px 10px;*/
}

.common-left {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.left-menu {
	display: none;
}

.left-menu-mb {
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.8;
	z-index: 1000;
	/*display: none;*/
}

.left-menu-list {
	position: fixed;
	left: -70%;
	top: 0;
	width: 70%;
	height: 100%;
	text-align: center;
	background: #710304 url('/img/icon/headmenu.jpg')no-repeat;
	background-size: 100% 100%;
	z-index: 1000;
	padding-bottom: 40px;
	padding: 30px 0 40px 0;
}

.left-menu-list li {
	line-height: 50px;
	height: 50px;
}

.left-menu-list li a {
	display: block;
    width: 90%;
    margin-left: 10px;
    height: 50px;
    border-bottom: 2px solid #e9e9e9;
    color: #f2f2f2;
    font-weight: 600;
    text-align: left;
    font-size: 18px;
    letter-spacing: 2px;
    font-family: “微软雅黑”;
}

.left-menu-list p {
	line-height: 50px;
	height: 50px;
	background: #f33e24;
	font-size: 18px;
	color: #FFFFFF;
}

.left-menu-list>img {
	width: 30px;
    height: 30px;
    position: absolute;
    top: 45px;
    right: 7%;
}

.addr-menu {
	position: fixed;
	top: 40px;
	left: 0;
	background: #FFFFFF;
	z-index: 100;
	width: 100%;
	display: none;
	padding-bottom: 30px;
}

.addr-menu .dqdw {
	width: 100px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	margin: 10px;
	color: #be0d11;
	border: 1px solid #be0d11;
}

.dqdw {
	background: url(/static/m/img/right_bot.png)no-repeat;
	background-size: 20px 20px;
	background-position: 80px 20px;
}

.addr-menu p {
	border-left: 5px solid #be0d11;
	margin: 10px;
	color: #be0d11;;
	padding: 0 5px;
	font-size: 1.4rem;
}

.addr-menu ul {
	/*display: flex;
    flex-flow: wrap;*/
}

.addr-menu ul li {
	width: 30%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-left: 2.5%;
	border-bottom: 1px solid #f2f2f2;
}

.addr-menu ul li a {
	display: block;
	margin: 0;
	color: #000;
	font-size: 14px;
}

.addr-menu ul li a:hover {
	color: #be0d11;
}

.addr-menu ul li a:link {
	color: #be0d11;
}