*{
	margin: 0;
	padding: 0;
}
.all{
	box-sizing: border-box;
}
.top{
	height: 40px;
	width: 100%;
	background-color: #ff7a04;
	margin-bottom: 30px;
}
.top_left{
	display: inline-block;
	height: 40px;
	width: 18%;
	font-size: 18px;
	color: white;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
}
.top_a{
	color: white;
	text-decoration: none;
}
.top_right{
	display: inline-block;
	box-sizing: border-box;
	width: 65%;
	font-size: 18px;
	line-height: 40px;
	color: white;
	text-align: center;
}
.top_icon{
	display: inline-block;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid #fff;
	margin-right: 2px;
}
.secend{
	width: 75%;
	margin: auto;
	text-align: center;
	box-sizing: border-box;
}
.secend_img{
	border: none;
	width: 105px;
	height: 100px;
}
.secend_font{
	border-bottom: 0.2px solid #d6d6d6;
	width: 75%;
	margin: auto;
	padding-bottom: 20px;
	font-size: 13px;
	line-height: 1.5;
	color: #7b7b7b;
}
.phone{
	border-bottom: 0.2px solid #d6d6d6;
	width: 75%;
	height: auto;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.R_top{
	width: 100%;
	color: #ff7a04;
	font-size: 15px;
	font-family: "微软雅黑";
	font-weight: bolder;
	text-align: center;
	margin-bottom: 10px;
}
.phone_num{
	width: 100%;
	text-align: center;
	font-size: 24px;
	margin-top: 10px;
}
.phone_num > a{
	text-decoration: none;
	color: black;
	line-height: 1.3;
}
.weChat{
	border-bottom: 0.2px solid #d0d0d0;
	width: 75%;
	height: 120px;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 25px;
	box-sizing: border-box;
}
.W_img{
	text-align: center;
}
.W_img  img {
	width: 65px;
}
.workTime{
	width: 75%;
	height: 120px;
	margin: auto;
	box-sizing: border-box;
	position: relative;
}
.workTime_left{
	position: absolute;
	display: inline-block;
	width: 30%;
	font-size: 13px;
	color: #7b7b7b;
	top: 30px;
	left: 20px;
}
.workTime_right{
	position: absolute;
	display: inline-block;
	width: 70%;
	height: 100%;
	box-sizing: border-box;
	font-size: 14px;
	color: #7b7b7b;
	padding-top: 20px;
	left: 70px;
	text-align: center;
}
.bottom{
	width: 100%;
	height: 40px;
	position: fixed;
	width: 100%;
	background-color: #08a04b;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999;
}
.bottom_menu{
	display: block;
}
.bottom_menu li {
	position: relative;
	float: left;
	width: 14%;
	text-align: center;
	vertical-align: middle;
	list-style-type: none;
}
.bottom_menu img {
	position: absolute;
	border: 0;
	width: 24px;
	height: 23px;
	left: 15px;
}
.bottom_menu li a {
	display: block;
	text-decoration: none;
	color: white;
}
.span_b{
	position: absolute;
	font-size: 14px;
	font-family: "微软雅黑";
	left: 12px;
}