#allmap {
    width: 100%;
    height: 356px;
}

/****************** tab start ******************/

.layui-tab-brief{
    width: 100%;
}

.layui-tab-title {
    border: none;
    height: 90px;
}

.layui-tab-brief > .layui-tab-title .layui-this:after {
    border: none;
    /* border-radius: 0; */
    /* border-bottom: 2px solid #5FB878; */
}

.layui-tab-title li {
    font-weight: 400;
    color: #999999;
    padding: 0px !important;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #FFFFFF;
    background-color: #186AF2;
}

.tab-box-item {
    /*width: 230px;*/
    font-size: 22px;
    height: 89px;
    /*border: 1px #999999 solid;*/
}

@media screen and (min-device-width: 1200px) {
    .layui-tab{
        margin: auto;
        margin-top: -45px;
        z-index: 800;
    }
    .layui-tab-title{
        width: 1200px;
    }
    .layui-tab-title li{
        width: 27%;
        background-color: #FFFFFF;
    }
}

@media screen and (max-device-width: 1200px) {
    .layui-tab-title{
        width: 100%;
        background-color: #ffffff;
    }
    .layui-tab-title li{
        width: calc(33.33% - 20px);
    }
}

/****************** tab end ******************/

.zt-c-wrap {
    background-color: #ffffff;width: 81%;
}

/****************** 联系我们 start ******************/
.contract-box {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
}

.contract-box-item {
    margin-bottom: 30px;
    align-items: center;
    font-size: 22px;
}
.contract-box-item .iconfont {
    margin-left: 30px;
}

.contract-box-item-title {
    margin-left: 20px;
    height: 24px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}

/****************** 联系我们 end ******************/
/****************** 选择我们品质有保障 start ******************/

.quality-desc-box {
    margin: 30px 0px 80px 0px;
    width: 100%;
}

.quality-desc-box-item {
    margin-bottom: 20px;
    width: 33.33%;
    height: 120px;
    background-color: #2d6eff;
    padding-top: 6px;
    padding-bottom: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #184cff;
    justify-content: center;
    align-items: center;
}

.quality-desc-box-item-title {
    height: 24px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 7px;
}

/****************** 选择我们品质有保障 end ******************/
/****************** 加入我们 start ******************/

.add-box {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
}
.add-box-item{
    width: calc(100% - 60px);
    background-color: #ffffff;
    padding: 39px 20px;
    margin-bottom: 20px;
}

.add-box-item-title{
    height: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
}
.add-box-item-desc{
    color: #999999;
    line-height: 32px;
    margin-top: 20px;
}

/****************** 加入我们 end ******************/

@media screen and (max-device-width: 450px) {
    #allmap {
        height: 220px;
    }
    .layui-tab-brief {
        margin: 0;
    }
    .layui-tab-brief .layui-tab-title {
        width: 100%;
        height: 60px;
    }
    .layui-tab-brief .layui-tab-title li {
        flex: 1;
        height: 100%;
    }
    .layui-tab-brief .layui-tab-title li .tab-box-item {
        height: 100%;
        font-size: 18px;
    }
    .zt-c-wrap {
        width: 100%;
    }
    .contract-box {
        padding: 0 20px;
        width: auto;
    }
    .contract-box .contract-box-item {
        font-size: 18px;
        padding: 0 30px;
    }
    .contract-box .contract-box-item .iconfont {
        margin: 0;
    }
    .quality-desc-box {
        margin-bottom: 40px;
    }
    .add-box {
        width: auto;
    }
    .add-box .add-box-item {
        width: auto;
    }
    .add-box .add-box-item .add-box-item-desc {
        text-align: justify;
    }
}
