/* 导航右边 */
.navRight .navBtn {
    display: flex;
    align-items: center;
}

.headerNavBtn {
    display: block;
    margin-left: 15px;
}

.navMyCenter {
    display: none;
    margin-left: 15px;
}

.headerNavBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerNavBox p {
    margin-left: 10px;
    color: #314B96;
}

.headerNavBox img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.navMyCenter .headerNavBox a {
    display: inline-block;
    width: 70px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    margin-left: 20px;
    background-color: #314B96;
    border-radius: 5px;
    text-align: center;
}

/* 合作加盟 */
.partner {
    width: 100%;
    height: 181px;
    border-top: 1px solid #fff;
    background-color: #314b96;
}

.partner h1 {
    font-size: 27px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 11px;
    text-align: center;
    line-height: 27px;
}

.partner .w {
    height: 100%;
}

.wordS {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.wordS div {
    margin-top: 20px;
}

.dots ul li {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #fff;
}

.partner p {
    font-size: 15px;
    line-height: 27px;
    color: #fff;
    text-align: center;
}

/* 平台入驻 */
.platform {
    padding: 40px 0;
}

.platform ul {
    display: flex;
    justify-content: space-between;
    padding: 0 100px;
}

.wordBox1 h1 {
    font-size: 27px;
    color: #151516;
    font-weight: 400;
}

.wordBox1 p {
    width: 367px;
    font-size: 15px;
    line-height: 24px;
    color: #3a3a3a;
    margin: 5px 0;
}

.wordBox1 div {
    width: 43px;
    height: 5px;
    background-color: #314b96;
    margin-top: 15px;
    margin-bottom: 20px;
}

/* 入驻条件 */
.condition {
    background-color: #F7F7F7;
    padding: 40px 0 50px;
}

.condition .cenTitle {
    font-size: 27px;
    color: #151516;
    letter-spacing: 11px;
}

.tjBox {
    padding: 0 100px;
    margin-top: 50px;
}

.tjBox ul {
    display: flex;
    justify-content: space-around;
}

.tjBox ul li img {
    width: 167px;
    height: 167px;
    border-radius: 50%;
}

.tjBox ul li {
    text-align: center;
}

.tjBox ul li p {
    width: 180px;
    font-size: 20px;
    color: #6d6d6d;
    line-height: 28px;
    margin-top: 15px;
}

.line {
    width: 43px;
    height: 5px;
    background-color: #314b96;
    margin-top: 15px;
}

.marAuto .cenBox {
    margin: 0 auto;
    width: 205px;
    padding-left: 30px;
}

/* 入驻流程 */
.flow {
    padding: 40px 0 100px;
}

.flow .cenTitle {
    font-size: 27px;
    color: #151516;
    letter-spacing: 11px;
}

.flowBox {
    padding: 0 100px;
    margin-top: 50px;
}

.flowBox ul {
    display: flex;
    justify-content: space-around;
}

.flowBox ul li .iconImg {
    width: 80px;
    height: 75px;
}

.flowBox ul li {
    text-align: center;
}

.flowBox ul li p {
    width: 180px;
    font-size: 20px;
    color: #6d6d6d;
    line-height: 28px;
    margin-top: 15px;
}

.arrowImg {
    display: flex;
    align-items: center;
}

.arrowImg img {
    width: 30px;
    height: 28px;
}

/* 入驻申请 */
.applyBox img {
    width: 100%;
    height: 489px;
    vertical-align: middle;
}

.bgcBox {
    position: relative;
}

.applyBox .marAuto {
    position: absolute;
    left: 293px;
    top: -434px;
}

.applyBox .cenTitle {
    font-size: 26px;
    color: #fff;
    letter-spacing: 2px;
}

.letterSpc {
    letter-spacing: 5px;
}

.inputBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.inputBox p {
    width: 100px;
    text-align: right;
    font-size: 18px;
    color: #fff;
}

.inputBox input {
    width: 480px;
    height: 40px;
    line-height: 40px;
    margin-left: 15px;
    padding-left: 20px;
    letter-spacing: 2px;
    font-size: 16px;
}

#selectBox select {
    width: 100px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.inputs {
    margin-top: 50px;
    letter-spacing: 3px;
    margin-right: 50px;
}

.applyBtn {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

.applyBtn button {
    width: 150px;
    background-color: #314b96;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    border: none;
    cursor: pointer;

}

/* 公司资质 */
.company {
    padding-top: 40px;
    background-color: #F4F4F4;
}

.company .cenTitle {
    font-size: 27px;
    color: #151516;
    letter-spacing: 11px;
}

/* .realBox {
    padding: 30px 50px;
} */
.schoolInput {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.schoolInput p {
    width: 100px;
    font-size: 20px;
    font-weight: 600;
}

.schoolInput input {
    width: 280px;
    height: 40px;
    line-height: 40px;
    margin-left: 15px;
    padding-left: 20px;
    letter-spacing: 2px;
    font-size: 18px;
    border-color: #888;
}

.wenxin {
    font-size: 17px;
    color: #464444;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.conditon {
    margin-left: 20px;
}

.redWord {
    font-size: 14px;
    color: #ff6969;
    letter-spacing: 1px;
    margin-top: 10px;
}

.conditon p {
    font-size: 14px;
    color: #707070;
    letter-spacing: 1px;
    line-height: 20px;
}

.shangchuan {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    color: #314b96;
}

.touxiang {
    border: 1px dashed #707070;
    padding: 20px 45px;
    width: 366px;
    height: 216px;
    margin-top: 10px;
}

.touxiang2 {
    border: 1px dashed #707070;
    padding: 20px 45px;
    width: 366px;
    height: 216px;
    margin-top: 10px;
}

.realTitle {
    font-size: 20px;
    color: #171717;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 20px;
}

.touLable {
    display: block;
    cursor: pointer;
    width: 274px;
    height: 174px;
    box-sizing: border-box;
    overflow: hidden;
}

.touLable2 {
    display: block;
    cursor: pointer;
    width: 274px;
    height: 174px;
    box-sizing: border-box;
    overflow: hidden;
}

.touLable img {
    vertical-align: top;
    width: 274px;
    height: 100%;
    font-size: 16px;
}

.touLable2 img {
    vertical-align: top;
    width: 274px;
    height: 100%;
    font-size: 16px;
}

.shenfenBox {
    /* display: flex; */
    margin-top: 15px;
}

.sfBox,
.headerBox {
    display: flex;
    flex-flow: column;
    justify-content: center;
    font-size: 16px;
    color: #191919;
    letter-spacing: 1px;
}

.schoolBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.modelBox {
    display: flex;
    margin-top: 23px;
    /* justify-content: space-between; */
    /* align-items: center; */
}

.modelImgBox {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 140px;
}

/* .sfBox {
    margin-left: 30px;
} */

.modelImg {
    width: 300px;
}

.margin_l {
    margin-left: 30px;
}

.modelImg img {
    width: 100%;
}

#bodyUpload3 {
    display: none;
    height: 25px;
    outline: none;
    border: none;
    margin-left: 6px;
}

.submitBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.submit {
    width: 330px;
    height: 40px;
    background: rgba(25, 68, 142, 1);
    color: #ffffff;
    font-size: 20px;
    border-radius: 2px;
    border: none;
}

/* 合作单位 */
.unit {
    padding-top: 40px;
    background-color: #F4F4F4;
}

.unit h1 {
    font-size: 20px;
    padding-left: 150px;
    font-weight: 400;
}

.unit img {
    width: 100%;
}

/* 底部 */
#foot {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ccc;
    background-color: #F4F4F4;
    padding-top: 30px;
}

#foot .foot_ul {
    margin-right: 43px;
    width: 187px;
}

#foot .foot_ul li {
    /* line-height: 30px; */
    margin-bottom: 10px;
}

#foot .foot_ul .foot_ul_p {
    font-size: 20px;
    color: #000;
    height: 27px;
}

#foot .foot_ul ul {
    font: normal 12px/25px 微软雅黑;
    color: #888;
    margin-top: 15px;
}

#foot a {
    color: #656060;
    font-size: 13px;
    text-decoration: none;
}

#foot .foot_ul1 {
    width: 180px;
}

#foot .foot_ul .footLine {
    width: 41px;
    height: 1px;
    border: 1px solid #707070;
    margin-top: 5px;
    background-color: #707070;
}

#foot .foot_ul1 .foot_ul_p1 {
    font: normal 12px/12px 微软雅黑;
    color: #888888;
    height: 27px;
}

#foot .foot_right1 {
    display: flex;
    justify-content: space-around;
    padding: 0 80px 25px;
}

.marRight {
    margin-right: 0px !important;
    width: 215px !important;
}

.ewmImg {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
}

.ewmImg p {
    text-align: center;
    line-height: 16px;
}

.ewmImg img {
    width: 64px;
    height: 64px;
}

.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 11px;
    color: #656060;
    background-color: #F4F4F4;
}

.footer span {
    margin: 0 15px;
}

.mt20 {
    margin-top: 20px;
}