#joinUs {
    min-width: 1280px;
    height: auto;
}

body {
    color: #fff;
}


/* content */
.content-nav {
    width: 100%;
    height: 60px;
    background-color: #d1ab72;
}

.content-nav ul {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-nav ul li {
    text-align: center;
    font-size: 16px;
    line-height: 60px;
}

.content-nav ul li a {
    color: #fff;
}

.content-nav-tle {
    width: 230px;
    height: 60px;
}

.content-nav-tle:hover {
    background-color: #c3122c;
}

.cur-bg {
    background-color: #c3122c;
    color: #fff;
}

.content-nav-line {
    width: 1px;
    height: 20px;
    background-color: #FFF;
    margin: 0 20px;
}

/* 加盟优势 */
.ju-advantages {
    width: 1280px;
    height: 755px;
    margin: 0 auto;
    background-color: #FFF;
}

.ju-progress {
    margin: 30px 0 55px;
    font-size: 16px;
    color: #000;
}

.ju-advantages-tle {
    color: #000;
    font-size: 30px;
    text-align: center;
    margin-bottom: 42px;
}

.ju-advantages-tle fieldset {
    line-height: 30px;
    text-transform: uppercase;
}

.ju-advantages-tle p {
    line-height: 30px;
    margin-top: 17px;
}

.ju-advantages-txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    margin-bottom: 40px;
}

.ju-advantages-txt hr {
    width: 530px;
    height: 1px;
    background-color: #c3122c;
}

.ju-advantages-txt p {
    font-size: 24px;
    line-height: 24px;
    color: #c3122c;
}

.ju-advantages-box {
    display: flex;
    justify-content: space-between;
}

.ju-advantages-box-item {
    width: 300px;
    height: 400px;
    text-align: center;
    box-shadow: 0 0 10px #ccc;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.ju-advantages-box-item img {
    width: 120px;
    height: 120px;
}

.ju-advantages-box-item b {
    display: block;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    color: #c3122c;
    padding-bottom: 19px;
    margin: 22px 0;
}

.ju-advantages-box-item b::after {
    width: 40%;
    height: 2px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    background-color: #c3122c;
}

.ju-advantages-box-item p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

/* 加盟支持 */
.ju-support {
    height: 1050px;
    background: url('../static/ju-as-bg.jpg') no-repeat;
}

.ju-support-content {
    width: 1280px;
    margin: 0 auto;
}

.ju-support-tle {
    text-align: center;
    padding: 98px 0 43px;
}

.ju-support-tle fieldset {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 19px;
}

.ju-support-tle p {
    font-size: 30px;
    line-height: 30px;
}

.ju-support-txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    margin-bottom: 40px;
}

.ju-support-txt hr {
    width: 530px;
    height: 1px;
    background-color: #FFF;
}

.ju-support-txt p {
    font-size: 24px;
    line-height: 24px;
    color: #FFF;
}

.ju-support-txt p span {
    color: #c3122c;
}

.ju-support-box {
    width: 1280px;
    height: 680px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.ju-support-box-item {
    width: 260px;
    height: 320px;
    text-align: center;
    border: 1px solid #d0aa71;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.ju-support-box-item img {
    width: 120px;
    height: 120px;
}

.ju-support-box-item b {
    display: block;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    padding-bottom: 19px;
    margin: 22px 0;
}

.ju-support-box-item b::after {
    width: 40%;
    height: 2px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    background-color: #FFF;
}

.ju-support-box-item p {
    font-size: 14px;
    line-height: 24px;
}

/* 服务流程 */
.ju-service {
    height: 800px;
    background-color: #f5f5f5;
}

.ju-service-content {
    width: 1280px;
    height: 800px;
    margin: 0 auto;
    color: #000;
    background: url('../static/ju-sp-bg.jpg') no-repeat;
    background-position: center;
}

.ju-service-tle {
    text-align: center;
    padding: 80px 0 40px;
}

.ju-service-tle fieldset {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 19px;
}

.ju-service-tle p {
    font-size: 30px;
    line-height: 30px;
}


/* 加盟流程 */
.ju-process {
    height: 520px;
    background: url('../static/ju-jp-bg.jpg') no-repeat;
    background-position: center;
}

.ju-process-content {
    width: 1280px;
    margin: 0 auto;
}

.ju-process-tle {
    text-align: center;
    padding: 80px 0 40px;
}

.ju-process-tle fieldset {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 19px;
}

.ju-process-tle p {
    font-size: 30px;
    line-height: 30px;
}

.ju-process-box {
    height: 260px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.ju-process-box-content {
    height: 100px;
    display: flex;
    justify-content: space-between;
}

.ju-process-box-content-item {
    width: 300px;
    height: 100px;
    text-align: left;
    line-height: 100px;
    box-sizing: border-box;
    border: 1px solid #c8a46e;
    border-radius: 50px;
}

.ju-process-box-content-item img {
    width: 40px;
    height: 40px;
    margin-left: 20px;
}

.ju-process-box-content-item span {
    font-size: 14px;
    line-height: 14px;
    margin-left: 14px;
}

.ju-process-box-content-arrow {
    line-height: 100px;
}

.ju-process-box-content-arrow img {
    width: 17px;
    height: 12px;
}

.ju-process-arrow-bot {
    height: 60px;
    display: flex;
    flex-flow: row-reverse;
}

.ju-process-arrow-bot p {
    width: 300px;
    line-height: 60px;
    text-align: center;
}

.ju-process-arrow-bot img {
    width: 12px;
    height: 31px;
}

/* 我要加盟 */
.ju-want {
    height: 686px;
    background-color: #f5f5f5;
}

.ju-want-content {
    width: 1280px;
    margin: 0 auto;
    color: #000;
}

.ju-want-tle {
    text-align: center;
    padding: 80px 0 40px;
}

.ju-want-tle fieldset {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 19px;
}

.ju-want-tle p {
    font-size: 30px;
    line-height: 30px;
}

.ju-want-txt {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 40px;
}

.ju-want-form {
    width: 580px;
    height: 325px;
    margin: 0 auto;
}

.ju-want-form p {
    display: flex;
    justify-content: space-between;
    height: 60px;
    line-height: 60px;
    margin-bottom: 28px;
}

.ju-want-form p input {
    width: 500px;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #c8a46e;
    padding-left: 20px;
    font-size: 16px;
}

.ju-want-form-city-item {
    width: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ju-want-form-city-item .select-ele {
    width: 160px;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #c8a46e;
    cursor: pointer;
    padding-left: 20px;
}

.ju-want-form-btu {
    display: flex;
    flex-flow: row-reverse;
}

.ju-want-form button {
    display: block;
    width: 500px;
    height: 60px;
    background-color: #c8a46e;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}

.ju-want-form-tip {
    margin-left: 80px;
    margin-top: 20px;
}

.ju-want-form-tip i {
    font-size: 16px;
    line-height: 16px;
    color: #666;
}
