﻿.banner {
	height: auto;
}

.banner .banner-img {
	width: 100%;
	height: 100%;
}

.contact-wrap {
	margin-top: 30px;
}

.new-list-wrap {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	padding-top: 0;
	box-sizing: border-box;
	display: inline-block;
}



/* C */
.tips-box .tips-box-wrap {
	width: 30px;
	height: 25px;
	position: relative;
	margin-right: 15px;
	margin-left: 5px;
}

.tips-box .tips-box-wrap .tips-box-number {
	width: 100%;
	height: 100%;
	background-color: #2c2f81;
	transform: skewX(-15deg);
	font-size: 22px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
}

.tips-box .tips-box-wrap .tips-box-number-border {
	width: 90%;
	height: 90%;
	transform: skewX(-15deg);
	position: absolute;
	right: -5px;
	top: 6px;
	border: 2px solid #ccc;
}

.tips-box .tips-box-p {
	font-size: 15px;
	color: #353535;
	font-family: "microsoft yahei";
	position: relative;
}

.tips-box .tips-box-p::before {
	content: "";
	position: absolute;
	right: -10%;
	bottom: -20px;
	height: 40px;
	width: 3%;
	border-right: 2px solid #ccc;
}

.tips-box .tips-box-p::after {
	content: "";
	position: absolute;
	left: -5%;
	bottom: -10px;
	width: 125%;
	border-bottom: 2px solid #ccc;
}

.scenery {
	width: 100%;
	height: 200px;
	margin-top: 30px;
}

.conntent {
	text-align: center;
	font-family: "microsoft yahei";
	font-size: 14px;
	line-height: 25px;
	margin: 20px 0;
}

.history-column {
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}

.history-column li {
	width: 48%;
	height: 110px;
	border: 1px solid #c5c5c5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "microsoft yahei";
	text-align: center;
	color: #353535;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 10px;
	margin: 1%;
}

.history-column li .p1 {
	font-size: 30px;
	position: relative;
}

.history-column li .p1 span {
	position: absolute;
	right: 17px;
	top: -20px;
	color: #2c2f81;
	font-size: 29px;
	font-weight: 600;
}

.history-column li .p2 {
	font-size: 12px;
	margin-top: 0;
}

.joining-conditions {
	background-color: #d8d8d8;
	padding: 20px 10px;
}

.joining-tab {
	margin-top: 30px;
	display: inline-block;
	justify-content: space-between;
	width: 100%;
	height: 210px;
	padding-left: 0;
	padding-right: 0;
}

.joining-tab .joining-tab-left {
	width: 100%;
	height: 100%;
}

.joining-tab .joining-tab-right {
	width: 100%;
	height: 100%;
}

.joining-tab .joining-tab-right .tab-list {
	width: 100%;
	height: 100%;
	margin-top: 10px;
}

.joining-tab .joining-tab-right .tab-list .tab-list-item {
	width: 100%;
	height: 40px;
	margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
	font-family: "microsoft yahei";
	cursor: pointer;
	color: #353535;
}

.joining-tab .joining-tab-right .tab-list .tab-list-item .num-btn {
	width: 15%;
	height: 100%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
}

.joining-tab .joining-tab-right .tab-list .tab-list-item .inner-p {
	width: 82%;
	height: 100%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #353535;
}

.system-introduction {
	padding-top: 0;
	padding: 10px;
	box-sizing: border-box;
}

.system-introduction .system-introduction-img {
	margin-top: 50px;
	width: 100%;
	height: auto;
}

.franchise-module-bg {
	padding: 10px;
}

.franchise-policy {
	margin-top: 25px;
}

.franchise-policy .policy-list {
	width: 100%;
	height: 30px;
	display: inline-block;
	justify-content: space-between;
	margin: 30px auto;
	margin-bottom: 0;
	text-align: center;
}

.franchise-policy .policy-list .policy-item {
	height: 100%;
	width: 60%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #2c2f81;
	font-family: "microsoft yahei";
	color: #fff;
	font-size: 13px;
	white-space: nowrap;
	padding: 0 32px;
	margin: 10px auto;
}

.joining-process {
	margin-top: 30px;
	padding-bottom: 75px;
}

.joining-process .joining-process-img {
	width: 100%;
	height: auto;
	margin-top: 55px;
}
