/************************************************** 头部开始 **************************************************/
.header_content {
	width: 1200px;
	margin: 0 auto;
	height: 80px;
}

.header {
	z-index: 8;
	position: fixed;
	width: 100%;
	height: 80px;
	top: 0;
	background-color: #FFFFFF;
}

.header_title {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_title ul {
	display: flex;
	padding-top: 20px;
}

.header_title ul li {
	margin-left: 50px;
	color: #333333;
}

.header_title ul li:hover {
	color: #ff8600 !important;
}

.activeLi {
	color: #ff8600 !important;
	text-align: center;
	font-weight: bold;
}

.activeLi span {
	width: 60%;
	height: 4px;
	background-color: #ff8600;
	border-radius: 6px;
	display: inline-block;
}

.mainWrap {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding-top: 80px;
}

/************************************************** 头部结尾 **************************************************/




/************************************************* 关于我们开始 **************************************/
.content_main_box {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.title{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.aboutUs {
	font-size: 48px;
	color: #FFFFFF;
}

.pingtai {
	margin-top: 28px;
	font-size: 22px;
	color: #FFFFFF;
}
.center_main {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
.center_main_right{
	margin: 50px;
	flex: 1;
}
.center_main_right_P{
	margin-top: 35px;
	line-height: 24px;
	color: #666666;
	font-size: 14px;
}
.center_main_left{
	background: #f5f5f5;
	width: 200px;
}
.center_Images{
	background: red;
	width: 100px;
	height: 140px;
	margin: 20px 0;
	margin-right: 20px;
	margin-top: 0;
}
.center_Images2{
	background: red;
	width: 800px;
	height: 140px;
	margin: 20px 0;
	margin-right: 20px;
	margin-top: 0;
}
.center_Images1{
	background: red;
	width: 400px;
	height: 140px;
	margin: 20px 0;
	margin-right: 20px;
	margin-top: 0;
}
.center_main_Box{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.center_main_left_introduce {
	width: 200px;
	background: #f5f5f5;
	/* display: flex; */
	padding-left: 30px;
	padding-top: 18px;
	padding-right: 22px;
	padding-bottom: 18px;
	line-height: 22px;
	font-size: 15px;
	position: relative;
}
.center_main_left_introduce:hover{
	color: #ff8600;
	cursor:pointer
}
.fontwhite span{
	display: block;
	width: 4px;
	height: 100%;
	background-color: #ff8600;
	position: absolute;
	left: 0;
	top: 0;
}

.fontwhite{
	color: #ff8600;
	background-color: #FFFFFF;
}

/************************************************** 关于我们结束 **************************************************/
/************************************************** 首页内容开始 **************************************************/
.content_main {
	width: 1200px;
	height: 645px;
	margin: 0 auto;
	/* display: flex;
	align-items: flex-end;
	justify-content: space-between; */
}

.content_title {
	font-weight: bold;
	font-size: 52px;
	margin-bottom: 26px;
}

.contnet_p {
	font-size: 28px;
	color: #666666;
	margin-bottom: 55px;
}

.erweimabox {
	display: flex;
}

.erweimabox1:nth-child(1) {
	margin-right: 28px;
}

.erweimabox1 {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-right: 60px;
}

.logoImage img:hover {
	transition: all .35s ease-in-out;
	transform: translateY(0);
	transform: translateY(-4px);
}

.erweimabox1 p {
	margin-top: 16px;
	color: #666666;
	font-size: 14px;
}

.content_main_right {
	margin-bottom: 20px;
}

.erweimabox1 div {
	width: 200px;
	height: 200px;
	box-sizing: border-box;
	background-color: #FFFFFF;
}

.logoImage {
	margin-bottom: 12px;
	margin-left: -18px;
}

.content_footer {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 185px;
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
}

.content_footer p {
	text-align: center;
	line-height: 16px;
	color: #999999;
	font-size: 12px;
}

/************************************************** 首页内容结束 **************************************************/


/************************************************** 加盟首页开始 **************************************************/
.contnet_Image {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	padding-top: 60px;
	display: flex;
	justify-content: space-between;
}

.contnet_Image_left {
	width: 580px;
	height: 390px;
	display: flex;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
	border: 1px solid #f0f0f0;
}

.content_image_hover_div {
	overflow: hidden;
}

.content_image_hover {
	transition: all 1s;
}

.content_image_hover:hover {
	transform: scale(1.05);
	transition: transform 1s;
}

.Businesssettlement1 {
	color: #999999;
	margin-top: 18px;
}

.hoverRight:hover {
	border: 1px solid #ff8600;
}

.Businesssettlement {
	margin-top: 30px;
	font-size: 28px;
	color: #333333;
}

.contnet {
	width: 100%;
	height: 527px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}

/************************************************** 加盟首页结束 **************************************************/

/************************************************** 入驻加盟开始 **************************************************/
.bannerImage {
	width: 100%;
	height: 280px;
}

.footerWrap {
	text-align: center;
	font-size: 12px;
	color: #aaa;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.form {
	width: 1000px;
	box-sizing: border-box;
	border-radius: 6px;
	padding-top: -40px;
	margin: 0 auto;
	position: relative;
	margin-top: -40px;
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
}

.form_title {
	height: 70px;
	width: 100%;
	display: flex;
	font-size: 22px;
	color: #959595;
}

.form_title_left {
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #f0f0f0;
}

.activeTitle {
	color: #ff8600;
	border-bottom: 1px solid #ff8600 !important;
}
.form_title_left:hover{
	cursor:pointer
}
.form_title_right:hover{
	cursor:pointer
}
.form_title_right {
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #f0f0f0;
}

.label div {
	margin-bottom: 15px;
}

.button {
	text-align: center;
}

.disable {
	opacity: 0.4;
}

.button button {
	margin-top: 20px;
	width: 150px;
	height: 50px;
	background-color: #ff8600;
	border-radius: 6px;
	color: #FFFFFF;
}

.label {
	margin-bottom: 30px;
}

.form_content {
	flex: 1;
	box-sizing: border-box;
	font-size: 14px;
	padding: 50px;
	min-height: 400px;
}

.form_content2 {
	flex: 1;
	box-sizing: border-box;
	font-size: 14px;
	padding: 50px;
	min-height: 400px;

}

.form_content1 input {
	border: 1px solid #d3dbe6;
	border-radius: 6px;
	width: 100%;
	height: 34px;
	padding: 0 15px;
}


.form_content input {
	border: 1px solid #d3dbe6;
	border-radius: 6px;
	width: 100%;
	height: 34px;
	padding: 0 15px;
}

.form_content1 {
	flex: 1;
	min-height: 400px;
	box-sizing: border-box;
	font-size: 14px;
	padding: 50px;
}

.text_content {
	line-height: 18px;
}

.zanwucontent {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 50px;
}

.sucsuus {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	margin: 50px;
}

.sucsuus_font1 {
	font-size: 30px;
	margin-top: 20px;
}

.sucsuus_font2 {
	font-size: 14px;
	color: #999999;
	margin-top: 20px;
}

.sucsuus button {
	width: 150px;
	margin-top: 50px;
	height: 50px;
	background-color: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #cccccc;
	color: #333333;
}

/************************************************** 入驻加盟结束 **************************************************/

/******************************************************* 商家入住开始*******************************************/
.shopHome{
	width: 1200px;
	margin: 0 auto;
	padding: 0 120px;
	padding-top: 50px;
	padding-bottom: 80px;
	display: flex;
	justify-content: space-between;
}
.shopHomeLeft{
	color: #FFFFFF;
	font-size: 36px;
	line-height: 54px;
}
.shopHomeLeftP{
	color: #FFFFFF;
	margin-top: 16px;
	font-size: 18px;
}
.shopHomeerweima{
	width: 150px;
	height: 150px;
	border: 1px solid ;
	background-color: #FFFFFF;
	margin-right: 40px;
}
/******************************************************* 商家入住结束*******************************************/

/************************************************** 底部内容 **************************************************/
.footer_bottom {
	padding: 40px 184px;
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	color: #999999;
	line-height: 18px;
}
