body{
	/* background-color: #fff; */
	margin: 0;
	padding: 0;
}
a{
	text-decoration:none
}
#b10{
	background-color: white;
}
#b11{
	width: 1200px;
	margin: 0 auto;
	font-weight: 500;
	padding-top: 20px;
	background-color: #fff;
}
#c1{
	font-size: 16px;
	color: #383838;	
}
#c2{
	font-size: 16px;
	color: #F18515;	
}
#b12{
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	font-size: 14px;
	position: relative;
	background-color: #fff;
}
#b12>a{
	color: #808080;
	line-height: 32px;
}
#b12>a:hover{
	color: #F18515;
}
#b13{
	position: absolute;
	right: -50px;
	bottom: 28px;
	color: #f00;
}
#b13>a>img{
	width: 34px;
	height: 34px;
}
#Bottom{
	background-color: #333333;
	padding-bottom: 20px;
}
#bottom1{
	background-color: #F18515;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	/* justify-content: space-around; */
	border-radius: 0px 0px 30px 30px;
	padding: 30px 0;
	width: 1200px;
	margin: 0 auto;
}
.bottom1-item{
	display: flex;
	justify-content: center;
}
.bottom1-item>img{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.bottom1-line{
	width: 1px;
	height: 80px;
	background-color: #fff;
}
.address{
	width: 25%;
}
.address2{
	width: 70%;
}
.item2{
	font-size: 15px;
	margin-bottom: 6px;
}
.mobile{
	width: 18%;
}
.askAbout{
	width: 21%;
}
.askAbout>a{
	display: flex;
	align-items: center;
	padding: 8px 14px;
	background-color: #fff;
	border-radius: 20px;
	color: #383838;
}
.askAbout>a>img{
	width: 25px;
	height: 25px;
	margin-left: 5px;
}
.b14{
	display: flex;
	justify-content: space-between;
	color: #fff;
	margin: 0 auto;
	margin-top: 30px;
	width: 1200px;
}
.b14-left{
	font-size: 15px;
}
.b14-left>img{
	width: 227px;
	height: 78px;
}
.text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.text>.title {
	font-size: 15px;
	cursor: pointer;
	line-height: 25px;
	color: rgba(255, 255, 255, 1);
}
.text>.one {
	font-size: 14px;
	cursor: pointer;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.5);
}
.b14-right{
	text-align: center;
	font-size: 15px;
}
.b14-right>img{
	width: 160px;
	height: 160px;
	margin-bottom: 10px;
}
.b15{
	background-color: #333333;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	line-height: 50px;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font-size: 14px;
}
