/* 加盟流程 */

.ajmms {
    width: 100%;
    height: 516px;
    background-image: url(../img/juxing52.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ajmms .center-box {
    padding-left: 80px;
    padding-top: 132px;
}

.ajmms .center-box .t-bss {
    width: 100%;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ajmms .center-box .t-bss .ab1 {
    width: 260px;
    height: 100%;
}

.ajmms .center-box .t-bss .ab1 .onnsd {
    width: 100%;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    margin-bottom: 15px;
}

.ajmms .center-box .t-bss .ab1 .onnsd .ook {
    font-size: 24px;
    line-height: 30px;
}

.ajmms .center-box .t-bss .ab1 .oosd {
    font-size: 36px;
    line-height: 48px;
    color: #ffffff;
}

.ajmms .center-box .t-bss .ab1 .dfw {
    margin-top: 16px;
}

.ajmms .center-box .t-bss .bs2 {
    width: 706px;
    height: 100%;
}

.ajmms .center-box .t-bss .bs2 .search-bar {
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ajmms .center-box .t-bss .bs2 .search-bar select {
    width: 226px;
    height: 100%;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    text-indent: 8px;
    color: #666666;
}

.ajmms .center-box .t-bss .bs2 input {
    width: 100%;
    height: 65px;
    background-color: #ffffff;
    font-size: 16px;
    text-indent: 8px;
    border: none;
    margin-top: 23px;
}

.ajmms .center-box .t-bss .sb3 {
    height: 100%;
    width: 400px;
}

.ajmms .center-box .t-bss .sb3 p {
    font-size: 20px;
    color: #ffffff;
}

.ajmms .center-box .t-bss .sb3 p img {
    margin-left: 8px;
    margin-top: -4px;
}

.ajmms .center-box .t-bss .sb3 h1 {
    font-size: 40px;
    color: #ffffff;
}

.ajmms .center-box .t-bss .sb3 button {
    width: 250px;
    height: 65px;
    background-image: url(../img/rp_tuceng193.png);
    border: none;
    margin-top: 90px;
}

.ajmms .center-box .onsdf {
    font-size: 14px;
    color: #ffffff;
    margin-top: 80px;
}

.jmlc {
    width: 100%;
    height: 852px;
    background-image: url(../img/rp_9_zu1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.jmlc .center-box {
    position: relative;
}

.jmlc .linians {
    position: absolute;
    font-size: 18px;
    color: #333333;
}

.jmlc .linians:nth-child(1) {
    top: 230px;
    left: 665px;
}

.jmlc .linians:nth-child(2) {
    top: 420px;
    left: 307px;
}

.jmlc .linians:nth-child(3) {
    top: 623px;
    left: 277px;
}

.jmlc .linians:nth-child(4) {
    top: 420px;
    left: 1059px;
}

.jmlc .linians:nth-child(5) {
    top: 621px;
    left: 1005px;
}

.insfd{
	width: 100%;
	height: 1176px;
	background-image: url(../img/rp_1_tuceng202.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.insfd .center-box{
	padding-top: 210px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	align-content: flex-start;
	flex-wrap: wrap;
}
.insfd .center-box .illd{
	width: 258px;
	margin-top: 33px;
	height: 367px;
	background-color: #ffffff;
	margin-right: 38px;
	margin-bottom: 47px;
	position: relative;
}
.insfd .center-box .illd::after{
    content: "";
    width: 12px;
    height: 12px;
    /*background-color: pink;*/
    box-shadow: 1.5px -1.5px 0 0.5px #999999;
    position: absolute;
    top: 48%;
    left: 103%;
    transform: rotate(45deg);
}
.insfd .center-box .illd:nth-child(5n){
	margin-right: 0;
}
.insfd .center-box .illd:nth-child(5n):after{
    display: none;
}
.insfd .center-box .illd .icns{
	font-family: 思源黑体;
	line-height: 65px;
	text-align: center;
	display: block;
	width: 65px;
	height: 65px;
	color: #ffffff;
	font-size: 20px;
	background-color: #e11c49;
	border-radius: 50%;
	margin: -32px auto 43px;
}
.insfd .center-box .illd .icns2{
	width: 58px;
	height: 58px;
	/*background-color: red;*/
	margin: 0 auto 35px;
	background-repeat: no-repeat;
	background-position: center;
}
.insfd .center-box .illd h1{
	text-align: center;
	font-size: 20px;
	margin-bottom: 22px;
}
.insfd .center-box .illd p{
	font-size: 16px;
	line-height: 26px;
	padding: 0 30px;
	text-align: center;
	color: #666666;
}