*{
	padding: 0;
	margin: 0;
}
.body{
	min-width: 1080px;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.header{
	height: 90px;
	padding: 0 20%;
	background: #fff;
	position: relative;
}
.header_conent{
	display: flex;
	align-items: center;
	height: 90px;
	justify-content: space-between;
}
.logo{
	width: 270px;
}
.header_right{
	display: flex;
}
.header_right_item_un{
	font-weight: 500;
	font-size: 18px;
	color: #666;
	margin-left: 12px;
	cursor: pointer;
}
.header_right_item{
	font-weight: 500;
	font-size: 18px;
	color: #FD772D;
}
.phone_content{
	display: flex;
	align-items: center;
	position: absolute;
	right: 9%;
}
.phone_icon{
	margin-right: 8px;
}
.phone_num{
	font-size: 20px;
	color: #333;
}
.banner_item{
	width: 100%;
}
.business_body{
	background: #FAFAFA;
	padding: 70px 20%;
}
.business_title{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.business_title_txt{
	font-weight: 500;
	font-size: 40px;
	color: #333333;
}
.business_title_border{
	width: 272px;
	height: 10px;
	background: rgba(245, 133, 45, 0.17);
	position: absolute;
	bottom: 0;
}
.business_body_show{
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
}
.business_item{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.business_item_icon{
	width: 140px;
}
.business_item_txt{
	font-weight: 500;
	font-size: 20px;
	color: #333333;
	margin-top: 28px;
}
.business_item_word{
	font-weight: 500;
	font-size: 16px;
	color: #999999;
}
.service{
	padding-top: 40px;
	padding-bottom: 40px;
}
.service_title_border{
	width: 156px;
}
.service_body{
	display: flex;
	justify-content: center;
	padding: 60px 22% 0;
}
.service_icon{
	width: 600px;
	height: 320px;
	margin-top: 5px;
}
.service_left_title{
	font-weight: 500;
	font-size: 18px;
	color: #000000;
	margin-bottom: 8px;
}
.left_title{
	text-align: right;
	margin-right: 8px;
	
}
.service_left_text{
	width: 260px;
	font-weight: 500;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}
.service_left_02{
	margin-top: 65px;
}
.service_left_03{
	margin-top: 65px;
}
.service_right{
	margin-left: 8px;
}
.idea{
	background: #FAFAFA;
	padding: 40px 0;
}
.idea_body{
	display: flex;
	padding: 60px 15% 0;
	justify-content: space-between;
}
.idea_item{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 240px;
}
.idea_item_icon{
	width: 144px;
}
.idea_item_title{
	font-weight: 500;
	font-size: 20px;
	color: #333333;
}
.idea_item_desc{
	font-weight: 400;
	font-size: 13px;
	color: #666666;
	margin-top: 10px;
	line-height: 22px;
}
.footer{
	background: #000;
	height: 90px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 联系我们 */
.about_us{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 0;
}
.us_info{
	display: flex;
	margin-bottom: 24px;
}
.us_address,.us_phone{
	font-size: 24px;
	color:#666;
	margin-right: 40px;
}
.us_address_map{
	width: 80%;
}
.qrcode{
	position: fixed;
	bottom: 24px;
	right: 0;
	padding: 24px;
	border-radius: 20px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.qrcode_show{
	width: 240px;
}
.qrcode_txt{
	font-size: 16px;
	color: #333;
	margin-top: 24px;
}
.wechat{
	position: relative;
	cursor: pointer;
}
.wechat_modal{
	position: absolute;
	left: -80px;
	top: -200px;
	background-color: #fff;
	border-radius: 16px;
	padding: 8px;
	display: none;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.show{
	display: flex;
}
.qrcode_wechat{
	width: 160px;
	height: 160px;
}
.wechat_word{
	font-size: 12px;
	color: #333;
}