body { width: 100%; max-width: 1920px;margin: 0 auto }

/*标题*/
.title-box{text-align: center;padding-bottom: 40px}
.title-box .title-cn{}
.title-box .title-cn h3{font-size: 36px;font-weight: bold;color: #000000;}
.title-box .title-border{width: 40px;height: 4px;border-radius: 2px;background: #FFB216;margin: 12px auto 12px auto;}
.title-box .title-en{}
.title-box .title-en span{font-size: 22px;color: #999999;}
@media (max-width: 768px) {
    .title-box{padding-bottom: 20px}
    .title-box .title-cn h3{font-size: 18px;}
    .title-box .title-cn span{font-size: 12px;}
}

.floor-box {padding: 80px 0;}
@media (max-width: 768px) {
    .floor-box {padding: 30px 0;}
}

/*导航栏样式*/
.navbar-default {background: #000000;border-color: #000000;}
.navbar {min-height: 70px;border-radius: 0;margin-bottom: 0;}
.navbar-brand { padding: 10px 15px; }
.navbar-nav li {color: #ffffff;font-size: 12px;}
.navbar-header {height: 70px;}
.navbar-toggle {margin-top: 18px;}
.navbar-default .navbar-nav > li > a {font-size: 18px;color: #ffffff;height: 70px;line-height: 70px;padding-top: 0;}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.active > a:focus, .navbar-default .navbar-nav > li.active > a:hover
{color: #FFB216; border-bottom: 2px solid #FFB216;background: none;}
.navbar-default .navbar-nav > li.active > a {color: #FFB216; border-bottom: 2px solid #FFB216;background: none;}

/*轮播图去阴影*/
.carousel-control.left {background-image: none;background-repeat: no-repeat;}
.carousel-control.right {background-image: none;background-repeat: no-repeat;}

/*合作流程*/
.processDetail {
    width: 240px;
    height: 320px;
    background: #F4F5F7;
}

.processDetail:hover {
    box-shadow: 0px 11px 30px 0px rgba(219, 219, 219, 0.84);
}

.processArrow {
    margin-top: 8%;
    padding: 24px;
    text-align: center;
}

.process-step1 {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.process-step2 {
    margin-top: 93px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.process-step {text-align: center;}
.number {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    line-height: 84px;
    margin: -42px auto 0 auto;
    border: 1px solid #FFB216;
}
.number > span {font-weight: bold;color: #FFB216;font-size: 36px;}
.processDetail:hover .number {background: #FFB216}
.processDetail:hover .number > span {color: #FFFFFF}
.processIcon {margin-top: 34px;width: 92px;height: 79px;}
.processTitle {font-size: 24px;font-weight: 400;color: #333333;margin-top: 34px;}
.processDetail:hover .processTitle {color: #FFB216}
.processFont {
    padding: 16px 10px 30px 10px;
    width: 219px;
    height: 39px;
    font-size: 18px;
    font-weight: 300;
    color: #666666;
}


/*底部*/
.footContainer {
    width: 100%;
    background: #333333;
}

.footNav {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    color: #FFF;

}

.corporateName {
    margin: 0 auto;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    padding-top: 80px;
    text-align: center;
}

.address {
    font-size: 22px;
    color: #FFFFFF;
    margin-top: 20px;
    padding-bottom: 80px;
    text-align: center;
}

.footNav ul {
    /* display: flex;
    flex-direction: column; */
    text-align: left;
}

.footNav ul li {
    font-size: 22px;
    font-weight: 300;
    color: #FFFFFF;
    padding-bottom: 30px;
}

.footNav ul .title {
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 80px 0 50px 0;
    margin: 0;
}

.qrCode {
    padding-top: 80px;
}

.qrCode .img {
    width: 156px;
    height: 156px;
}

.qrCode .desc {
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
}
.bottom {
    padding-top: 27px;
    padding-bottom: 28px;
    text-align: center;
    width: 100%;
    background-color: #222222;
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
}

/*联系我们*/
.contactUs {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: baseline;
    /* flex-wrap: wrap; */
}

.contactUs .left {
    width: 50%;
}

.contactUs .left .title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 56px;
}

.contactUs .left span:first-child {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.contactUs .left span:last-child {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.contactUs .left .info {
    display: flex;
    align-items: center;
    margin-bottom: 37px;
}

.contactUs .left .addressInfo {
    align-items: flex-start;
}

.contactUs .left .info .phoneImg {
    width: 33px;
    height: 30px;
    margin-right: 16px;
}

.contactUs .left .info .address {
    text-align: left;
    padding-bottom: 0;
    margin-top: 0;
}

.contactUs .left .info .localImg {
    width: 25px;
    height: 32px;
    margin-right: 21px;
}

.contactUs .right {}

.contactUs .right .formInfo .item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: flex-end;
}

.contactUs .right .formInfo .item span {
    font-size: 24px;
    color: #666666;
}

.contactUs .right .formInfo .item input {
    width: 512px;
    height: 56px;
    background: #F4F5F7;
    outline: none;
    border: none;
    padding: 0 18px;
}

.contactUs .right .formInfo .item textarea {
    width: 512px;
    background: #F4F5F7;
    outline: none;
    border: none;
    padding: 10px 18px;
    min-height: 100px;
}

.contactUs .right .formInfo .consultNow {
    width: 512px;
    height: 56px;
    background: #FFB216;
    font-size: 30px;
    line-height: 56px;
    font-weight: bold;
    color: #FFFFFF;
}

@media screen and (max-width: 430px) {
    .contactUs {
        display: flex;
        flex-direction: column;
    }

    .contactUs .left {
        width: 100%;
    }

    .contactUs .right .formInfo .item input,
    .contactUs .right .formInfo .item textarea {
        width: 70vw;
    }

    .contactUs .right .formInfo .consultNow {
        width: 100vw;
    }

    .footNav {
        width: 90vw;
        margin: 0 auto;
        display: flex;
        /* flex-direction: column; */
        flex-wrap: wrap;
    }

    .footNav ul {
        width: 48%;
    }

    .footNav ul .title {
        padding: 10px 0 20px 0;
    }

    .qrCode {
        margin: 0 auto;
        padding-top: 20px;
    }

    .corporateName {
        margin-top: 20px;
        font-size: 20px;
        padding-bottom: 10px;
        padding-top: 30px;
    }

    .address {
        font-size: 18px;
        max-width: 90vw;
        margin: 0 auto;
        padding: 0 10px 30px 10px
    }
    .bottom .bottom-font {
        font-size: 14px;
    }
    .contactUs .left .title  {
        margin: 30px 0 20px 0;
    }
}

/*手机版签约流程*/
.p-step {background: #f4f5f7;padding: 10px 5px;height: 210px;margin-bottom: 30px;}
.p-step .p-number {width: 40px;height: 40px;background: #ffffff;border: 1px solid #ffb216;border-radius: 50%;text-align: center;line-height: 40px;margin: -25px auto 0 auto;font-weight: bold;}
.p-step .p-img {text-align: center;width: 100%;}
.p-step .p-icon {width: 50px;height: 50px;margin: 10px auto;}
.p-step .p-title {font-size: 16px;font-weight: bold;text-align: center;}
.p-step .p-desc {font-size: 14px;text-align: center;color: #666666;margin-top: 10px;}



.m-footer {
    font-size: 12px;
    padding: 15px 0;
}