@charset "UTF-8";

@import "./base.css";
@import "./font.css";
@import "./inner_header.css";
@import "./footer.css";



/* contact */
.fast-menu {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fast-menu .local {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.fast-menu .local a {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
}

.fast-menu .menu a {
    color: rgba(0, 0, 0, 0.5);
    margin-right: 39px;
}

.fast-menu .flex {
    display: flex;
    justify-content: space-between;
}

.contactWarp .banner {
    width: 100%;
    height: 618px;
    background: url(../assets/coop/contact.jpg) no-repeat center center;
    background-size: 100% auto;
}

.contactWarp .content {
    padding: 77px 0;
}

.contactWarp .content h4 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    line-height: 36px;
    margin: 0 0 50px 0;
}

.contactWarp .content .cbox {
    display: flex;
    justify-content: center;
}

.contactWarp .content .cbox .left {
    width: 480px;
    padding-bottom: 27px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.contactWarp .content .cbox .left h5 {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 27px;
}

.contactWarp .content .cbox .left p {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    line-height: 26px;
}

.contactWarp .content .cbox .right {
    padding: 0 47px;
}

.contactWarp .content .cbox .right .item {
    width: 136px;
    float: left;
}

.contactWarp .content .cbox .right .item p {
    font-size: 14px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    line-height: 36px;
}




/* engineer */
.fast-menu {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fast-menu .local {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.fast-menu .local a {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
}

.fast-menu .menu a {
    color: rgba(0, 0, 0, 0.5);
    margin-right: 39px;
}

.fast-menu .flex {
    display: flex;
    justify-content: space-between;
}

.engineerWarp .fastList li {
    position: relative;
    margin-top: 69px;
}

.engineerWarp .fastList li .cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.engineerWarp .fastList li .cont h5 {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    margin-bottom: 50px;
}

.engineerWarp .fastList li .cont .view {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}

.serveList {
    padding: 100px 0;
}

.serveList h4 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
}

.serveList ul {
    margin: 0 -7px;
    overflow: hidden;
}

.serveList ul li {
    width: 390px;
    height: 194px;
    background: #f4f4f4;
    margin: 0 7px;
    float: left;
}

.serveList ul li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.serveList ul li .iconfont {
    font-size: 54px;
    color: rgba(0, 0, 0, 0.3);
}

.serveList ul li p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    line-height: 36px;
}





/* know */
.knowWarp .banner {
    background: url(../assets/coop/know01.png) no-repeat center center;
    height: 741px;
}

.knowWarp .cont {
    width: 864px;
    margin: 0 auto;
    padding: 80px 0 125px 0;
    padding: 0;
}

.knowWarp .cont h4 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    line-height: 44px;
    margin-bottom: 35px;
    padding: 60px 0;
}

.knowWarp .cont p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 26px;
    text-align: center;
}




/* case */
.caseWarp {
    padding: 70px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.caseWarp h4 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    margin-bottom: 48px;
}

.caseWarp .list {
    margin: 0 -7px;
    overflow: hidden;
}

.caseWarp .list li {
    float: left;
    width: 390px;
    margin: 0 7px;
    position: relative;
}

.caseWarp .list li .cont {
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    text-align: center;
}

.caseWarp .list li .cont h5 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 20px;
}

.caseWarp .list li .cont p {
    font-size: 20px;
    color: #ffffff;
    line-height: 28px;
}

.caseWarp .list li .location {
    text-align: center;
    position: absolute;
    bottom: 29px;
    width: 100%;
    left: 0;
    font-size: 18px;
    color: #ffffff;
}

.caseWarp .list li .location .iconfont {
    font-size: 24px;
    margin-right: 10px;
}





/* idea */
.coopWarp .ideaWarp .banner {
    background: url(../assets/coop/ideaBanner.png) no-repeat center center;
    height: 629px;
}

.coopWarp .ideaWarp .cont {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 60px 0;
}

.coopWarp .ideaWarp .cont h4 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    line-height: 44px;
    margin-bottom: 35px;
}

.coopWarp .ideaWarp .cont p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 26px;
}



/* process */
.theyWarp {
    padding: 50px 0 90px 0;
    overflow: hidden;
}

.theyWarp h4 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    line-height: 60px;
    margin-bottom: 40px;
}

.serviceList {
    overflow: hidden;
}

.serviceList li {
    width: 400px;
    float: left;
    overflow: hidden;
    position: relative;
}

.serviceList li img {
    width: 100%;
}

.serviceList li .cont {
    position: absolute;
    padding: 38px;
    bottom: 0;
    left: 0;
}

.serviceList li .cont h4 {
    font-size: 18px;
    text-align: left;
    color: #ffffff;
    margin: 0;
    line-height: 30px;
}

.serviceList li .cont p {
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
}





/* they */
.theyWarp {
    padding: 50px 0 90px 0;
    overflow: hidden;
}

.theyWarp h4 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    line-height: 60px;
    margin-bottom: 40px;
}

.theyWarp .item {
    overflow: hidden;
}

.theyWarp .item .pic {
    float: left;
    width: 50%;
}

.theyWarp .item .cont {
    float: left;
    width: 50%;
    padding: 30px;
}

.theyWarp .item .cont.cont2 .name,
.theyWarp .item .cont.cont2 .identity {
    text-align: left;
}

.theyWarp .item .cont .name {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-top: 60px;
    text-align: right;
}

.theyWarp .item .cont .identity {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 60px;
    text-align: right;
}

.theyWarp .item .cont .des {
    font-size: 14px;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    line-height: 26px;
}

.theyWarp .serviceList {
    overflow: hidden;
}

.theyWarp .serviceList li {
    width: 400px;
    float: left;
    overflow: hidden;
    position: relative;
}

.theyWarp .serviceList li img {
    width: 100%;
}

.theyWarp .serviceList li .cont {
    position: absolute;
    padding: 38px;
    bottom: 0;
    left: 0;
}

.theyWarp .serviceList li .cont h4 {
    font-size: 18px;
    text-align: left;
    color: #ffffff;
    margin: 0;
    line-height: 30px;
}

.theyWarp .serviceList li .cont p {
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
}


.installWarp {
    background: url(../assets/coop/engineer-bg.png) no-repeat center center;
    height: 784px;
    position: relative;
}





/* join */
.joinWarp .banner {
    width: 100%;
    background: url(../assets/coop/joinBg.png) no-repeat center center;
    height: 618px;
}

.joinWarp .aboutCont {
    padding: 70px 0;
    padding-bottom: 0;
}

.joinWarp .aboutCont h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
}

.joinWarp .aboutCont p {
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    line-height: 22px;
}

.joinWarp .storeCont {
    padding: 100px 0 0 0;
}

.joinWarp .storeCont h4 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #000000;
}

.joinWarp .storeCont .des {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    line-height: 26px;
    margin-bottom: 30px;
}

.joinWarp .storeCont .list {
    margin: 0 -33px;
    overflow: hidden;
}

.joinWarp .storeCont .list li {
    width: 567px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    margin: 0 33px;
    overflow: hidden;
    padding: 29px 0;
}

.joinWarp .storeCont .list li h5 {
    font-size: 18px;
    color: #000000;
}

.joinWarp .storeCont .list li .num {
    font-size: 36px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.1);
}

.joinWarp .storeCont .list li .cont {
    margin-top: 10px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 20px;
    height: 60px;
    display: flex;
    align-items: flex-end;
}

.joinWarp .trainCont {
    display: flex;
    padding: 100px 0 40px 0;
    min-width: 1200px;
}

.joinWarp .trainCont .left {
    width: 50%;
    overflow: hidden;
}

.joinWarp .trainCont .left img {
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.joinWarp .trainCont .right {
    width: 50%;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #f4f4f4;
}

.joinWarp .trainCont .right .cont h5 {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #000000;
    line-height: 60px;
}

.joinWarp .trainCont .right .cont p {
    font-size: 13px;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    line-height: 26px;
}

.joinWarp .processCont {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 0 0;
}

.joinWarp .processCont h4 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}

.joinWarp .processCont .list {
    margin: 0 -32px;
    overflow: hidden;
}

.joinWarp .processCont .list li {
    background: url(../assets/coop/t2.png) no-repeat center center;
    margin: 30px;
    width: 192px;
    height: 192px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    float: left;
}

.joinWarp .processCont .list li.left {
    background: url(../assets/coop/t1.png) no-repeat center right;
}

.joinWarp .processCont .list li.right {
    background: url(../assets/coop/t3.png) no-repeat center left;
}

.joinWarp .processCont .list li .iconfont {
    font-size: 35px;
    color: rgba(0, 0, 0, 0.3);
}

.joinWarp .processCont .list li p {
    font-size: 16px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    line-height: 24px;
}

.joinWarp .processCont .list li:nth-of-type(10)::after {
    display: none;
}

.joinWarp .processCont .list li:nth-of-type(5)::after {
    width: 1px;
    height: 59px;
    top: 186px;
    left: 50%;
}

.joinWarp .processCont .list li::after {
    content: '';
    width: 59px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 193px;
    top: 50%;
}

.joinWarp .joinCont {
    background: #eeeeee;
    margin-top: 80px;
    padding: 70px 0;
}

.joinWarp .joinCont h4 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    margin-bottom: 60px;
}

.joinWarp .joinCont .list {
    margin: 0 auto;
    overflow: hidden;
    width:50%;
    
}

.joinWarp .joinCont .list li {
    width: 100%;
    height: 70px;
    float: left;
    margin: 0 0;
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 13px;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.joinWarp .joinCont .list li label {
    color: rgba(0, 0, 0, 0.3);
}

.joinWarp .joinCont .list li .el-form-item {
    margin-bottom: 0;
}

.joinWarp .joinCont .list li .el-form-item__label {
    padding: 0;text-align: left;
}

.joinWarp .joinCont .list li .el-input__inner {
    border: 0;
    outline: 0;
    padding: 0;
}

.joinWarp .joinCont .list li .el-select {
    width: 100%;
    border: 0;
}

.joinWarp .joinCont .list li .getCode {
    width: 141px;
    height: 70px;
    background: #262626;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    line-height: 70px;
    border: 0;
    cursor: pointer;
}

.joinWarp .joinCont .list li .getCode:hover {
    color: #fff;
}

.joinWarp .joinCont .list li .getCode.gray {
    background: #ccc;
}

.joinWarp .joinCont .list li.submit {
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    line-height: 70px;
    display: block;
    background: #000;
    color: #fff;
}

.joinWarp .joinCont .list li.submit:hover {
    background: #000;
    color: #fff;
}

.joinWarp .joinCont .tips {
    margin-top: 2px;
    font-size: 14px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}

.el-form-item {
    width: 100%;
}

.el-form-item__error {
    padding: 0;
}




.fast-menu {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fast-menu.fixedtop {
    position: fixed;
    top: 0px;
    z-index: 9;
    width: 100% !important;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #f4f4f4;
}

.fast-menu .local {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
}

.fast-menu .local a {
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
}

.fast-menu .menu a {
    color: rgba(0, 0, 0, 0.5);
    margin-right: 39px;
}

.fast-menu .menu a.cut {
    color: #bc9882;
    text-decoration: underline;
}

.fast-menu .flex {
    display: flex;
    justify-content: space-between;
}


.el-form-item__error {
    display: none;
}

.el-form-item__error.cut {
    display: block;
}






