.b_Bottom{
	min-width: 1280;
	background-image: url(../images/bg3.jpg);
	padding-top:30px;
	background-repeat:repeat-x;
	background-position:top left;
	white-space:nowrap;
}
.b_Bottom>span{
	margin-left:3%;
	font-size:38px;
	color: rgb(80, 5, 5);
}
.b_Bottom>p{
	margin-left:3%;
	color:#686868;
}
.b_Bottom>ul{
	margin-left:5%;
	height:88px;
	margin-top:20px;
	white-space:nowrap;
}
.b_Bottom>ul>li{
	display: inline-block;
	margin-right:12%;
	font-size:18px;
	color:#313131;
	white-space:nowrap;
}
.b_Bottom>ul>li>p{
	font-family:"黑体";
	font-size:20px;
	color:#464646;
	white-space:nowrap;
}

.b_Bottom_phone{
	width: 100%;
	background-image: url(../images/bg3.jpg);
	padding-top:3vh;
	background-repeat:repeat-x;
	background-position:top left;
	white-space:nowrap;
}
.b_Bottom_phone>span{
	margin-left:3%;
	font-size:38px;
	color: rgb(80, 5, 5);
}
.b_Bottom_phone>p{
	margin-left:3%;
	color:#686868;
}
.b_Bottom_phone>ul{
	margin-left:5%;
	height:88px;
	margin-top:20px;
	white-space:nowrap;
}
.b_Bottom_phone>ul>li{
	float:left;
	margin-right:6%;
	font-size:18px;
	color:#313131;
	white-space:nowrap;
}
.b_Bottom_phone>ul>li>p{
	font-family:"黑体";
	font-size:18px;
	color:#464646;
	white-space:nowrap;
}
.beian{
	background-color:#000000;
	text-align:center;
}
.beian>p,.beian>p>a{
	color:#ffffff;
}
.weixin{
	width:45px;
	min-width:45px;
	max-width:45px;
	height:45px;
	min-height:45px;
	max-height:45px;
	background-color:#F00;
	position:fixed;
	bottom:35px;
	right:55px;
	border-radius:5px;
}
.weixin_phone{
	display: none;
}
.erweima{
	min-width:200px;
	max-width:200px;
	width:200px;
	min-height:200px;
	max-height:200px;
	height:200px;
	display:none;
	position:fixed;
	bottom:35px;
	right:128px;
	border-radius:5px;
}
.erweima_phone{
	display: none;
}
.erweima>img{
	width:100%;
	height:100%;
}

.shebei_pc,.shebei_phone{
	display: none;
	width: 80vw;
	position:fixed;
	bottom: 10px;
	left:10vw;
	height:8vh;
	box-sizing: border-box;
	border-style:outset;
	border-radius:4vh;
	overflow:hidden;
	background-color:rgba(51, 12, 12, 0.6)
}
.shebei_phone{
	display: block;
	text-align:center;
}
.shebei_phone>span{
	display: block;
	margin-top: 2vh;
	color:rgb(255, 255, 255);
	font-size: 4vh;
}
