﻿body{
	background-color: #f7f7f7;
}
.banner {
	height: 710px;
	position: relative;
	width: 100%;
}

.banner img {
	width: 100%;
	height: 100%;
}

.contact-wrap {
	margin-top: 110px;
}
.tab-item{
	display: none;
}
.show{
	display: block;
}



/* C */

.tips-box {
	display: flex;
	align-items: end;
}

.tips-box .tips-box-wrap {
	width: 60px;
	height: 50px;
	position: relative;
	margin-right: 35px;
	margin-left: 10px;
}

.tips-box .tips-box-wrap .tips-box-number {
	width: 100%;
	height: 100%;
	background-color: #2c2f81;
	transform: skewX(-15deg);
	font-size: 43px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	font-family: "helveticaneue-BlackCond";
}
.tips-box .tips-box-wrap .tips-box-number-border {
	width: 90%;
	height: 90%;
	transform: skewX(-15deg);
	position: absolute;
	right: -10px;
	top: 15px;
	border: 2px solid #ccc;
}
.tips-box .tips-box-wrap .tips-box-number-border {
	width: 90%;
	height: 90%;
	transform: skewX(-15deg);
	position: absolute;
	right: -10px;
	top: 15px;
	border: 2px solid #ccc;
}
.tips-box .tips-box-p{
	font-size: 24px;
	color: #353535;
	font-family: "微软雅黑";
	position: relative;
}
.tips-box .tips-box-p::after{
	      content: "";
	      position: absolute;
	      left: -5%;
	      bottom: -16px;
	      width: 125%;
	      border-bottom: 2px solid #ccc;
	  }
.tips-box .tips-box-p::before{
	     content: "";
	     position: absolute;
	     right: -10%;
	     bottom: -27px;
	     height: 45px;
	     width: 3%;
	     border-right: 2px solid #ccc;
}
.logoAll{
	margin: 40px auto 75px;
	max-width: 100%;
}
.scenery{
	width: 100%;
	height: 360px;
	margin-top: 60px;
}
.scenery img{
	width: 100%;
	height: 100%;
}
.conntent{
	text-align: left;
	/*font-family: "微软雅黑";*/
	font-size: 14px;
	line-height: 25px;
	margin: 50px 0;
	color: #353535;
	font-weight: 600;
}

.history-column{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.history-column li{
	width: 265px;
	height: 220px;
	border:1px solid #c5c5c5;
	display: flex;
	align-items: center;
	justify-content: center;
	/*font-family: "微软雅黑";*/
	text-align: center;
	color: #353535;
	box-sizing: border-box;
	padding: 50px;
}
.history-column li .p1{
	font-size: 80px;
	position: relative;
}
.history-column li .p1 span{
	position: absolute;
	    right: 0;
	    top: -10px;
	    color: #2c2f81;
	    font-size: 38px;
	    font-weight: 600;
}
.history-column li .p2{
	font-size: 18px;
	margin-top: 15px;
	line-height: 30px;
	/*font-family: "微软雅黑";*/
}
.joining-conditions{
	background-color: #d8d8d8;
	padding: 60px 0;
	margin-top: 30px;
}
.joining-tab{
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	height: 420px;
	padding-left: 15px;
	padding-right: 10px;
}
.joining-tab .joining-tab-left{
	width: 490px;
	height: 100%;
}
.joining-tab .joining-tab-left .joining-tab-left-img{
	width: 100%;
	height: 100%;
}
.joining-tab .joining-tab-left img{
	width: 100%;
	height: 100%;
}
.joining-tab .joining-tab-right{
	width: 555px;
	height: 100%;
}
.joining-tab .joining-tab-right .tab-list{
	width: 100%;
	height: 100%;
}
.joining-tab .joining-tab-right .tab-list .tab-list-item{
	width: 100%;
	height: 80px;
	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:last-child{
	margin-bottom: 0;
}
.joining-tab .joining-tab-right .tab-list .tab-list-item .num-btn{
	width: 83px;
	height: 100%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-family: "microsoft yahei";
}
.joining-tab .joining-tab-right .tab-list .tab-list-item .num-btn.current{
	color: #fff;
	background-color: #e51727;
}
.joining-tab .joining-tab-right .tab-list .tab-list-item .inner-p{
	width: 460px;
	height: 100%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #353535;
	font-family: "宋体";
}
.franchise-module-bg{
	background-color: #fff;
}
.system-introduction{
	padding-top: 80px;
}
.system-introduction .system-introduction-img{
	margin-top: 100px;
	width: 100%;
	width: 1120px;
}
.system-introduction .system-introduction-img img{
	width: 100%;
	/*height: 100%;*/
}
.franchise-policy{
	margin-top: 150px;
}
.franchise-policy .policy-list{
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: space-between;
	margin: 90px auto;
	margin-bottom: 0;
}
.franchise-policy .policy-list .policy-item{
	height: 100%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    background-color: #2c2f81;
	    font-family: "宋体";
	    color: #fff;
	    font-size: 16px;
	    white-space: nowrap;
	    padding: 0 32px;
}
.joining-process{
	margin-top: 90px;
	padding-bottom: 150px;
}
.joining-process .joining-process-img{
	width: 100%;
	height: 560px;
	margin-top: 110px;
}
.joining-process .joining-process-img img{
	width: 100%;
	height: 100%;
}