.us-crumbs {
    padding: 36px 0;
    background-color: #f7f7f7;
}

.ceumbs-inner {
    font-size: 14px;
    line-height: 28px;
    color: #999;
}

.ceumbs-inner a {
    color: #999;
}

.ceumbs-inner a .iconfont {
    color: #707070;
}

.ceumbs-inner a:hover {
    color: #009b4d;
}

.ceumbs-inner a:hover .iconfont {
    color: #009b4d;
}

.us-title {
    position: relative;
    padding: 27px 0 20px;
    border-bottom: 1px solid #f0f0f0;
}

.us-zh {
    float: left;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    color: #333;
}

.us-tab {
    float: right;
    margin: 0 26px 0 0;
}

.us-tab li {
    float: left;
}

.us-tab li a {
    display: block;
    width: 106px;
    height: 40px;
    margin-left: 20px;
    font-size: 16px;
    line-height: 38px;
    color: #010101;
}

.us-tab li a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 15px;
    background-color: #d9d9d9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.us-tab li a.active {
    color: #009b4d;
}

.us-tab li a.active::before {
    background-color: #009b4d;
}

.us-tab li a:hover {
    color: #009b4d;
}

.us-tab li a:hover::before {
    background-color: #009b4d;
}

.us-cont-text {
    padding: 40px 0 64px;
}

.us-cont-text dt {
    font-size: 20px;
    line-height: 62px;
    color: #009b4d;
}

.us-cont-text dd {
    font-size: 16px;
    line-height: 34px;
    color: #666;
}

.map-wrap {
    height: 615px;
}

.map {
    width: 100%;
    height: 100%;
}


/* 关于我们 */

.about .us-inner {
    padding: 16px 0 245px 0;
}

.about .us-item-l {
    padding: 14px 0 0 0;
}

.about .us-item-r {
    padding: 0 1.666666666666667% 0 5%;
    font-size: 14px;
    line-height: 34px;
    color: #666;
}


/* 企业文化 */

.culture .us-inner {
    padding: 20px 0 132px 0;
}

.culture .us-item-l {
    margin: 44px 0 0 0;
    padding: 0;
    -webkit-border-radius: 16px 0 16px 0;
    -moz-border-radius: 16px 0 16px 0;
    -ms-border-radius: 16px 0 16px 0;
    -o-border-radius: 16px 0 16px 0;
    border-radius: 16px 0 16px 0;
    overflow: hidden;
}

.culture .us-item-r {
    padding: 0 0 0 5%;
    font-size: 14px;
    line-height: 34px;
    color: #666;
}

.culture .us-item-rt {
    position: relative;
    height: 120px;
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 117px;
    color: #009b4d;
}

.culture .us-item-rt:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: #009b4d;
}

.culture .us-item-r p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.culture .cpg {
    width: 102.5%;
    padding: 72px 0 0 0;
}

.culture .cpg-item {
    padding: 47px 17.5609756097561% 30px;
    margin-right: 7.317073170731707%;
    background-color: #f8f8f8;
    -webkit-border-radius: 16px 0 16px 0;
    -moz-border-radius: 16px 0 16px 0;
    -ms-border-radius: 16px 0 16px 0;
    -o-border-radius: 16px 0 16px 0;
    border-radius: 16px 0 16px 0;
}

.culture .cpg-title {
    height: 42px;
    font-size: 24px;
    line-height: 42px;
    color: #000;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.culture .cpg-en {
    display: block;
    height: 36px;
    margin-bottom: 34px;
    font-size: 20px;
    line-height: 36px;
    color: #ccc;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.culture .cpg-dec {
    height: 90px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-align: center;
    overflow: hidden;
}

.culture .cpg-item:hover {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #009b4d;
}

.culture .cpg-item:hover .cpg-title {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff;
}

.culture .cpg-item:hover .cpg-en {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff;
}

.culture .cpg-item:hover .cpg-dec {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff;
}

@media (max-width: 1200px) {
    .us-title {
        padding: 27px 7px 20px;
    }
    .us-cont-text {
        padding: 40px 7px 64px;
    }
}

@media (max-width: 992px) {
    .about .us-item-l img {
        width: 100%;
        margin-bottom: 10px;
    }
    .about .us-item-r {
        padding: 0;
        font-size: 14px;
        line-height: 34px;
        color: #666;
    }
    .culture .cpg {
        width: 103.8%;
    }
    .culture .cpg-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {}

@media (max-width: 568px) {
    .us-crumbs {
        padding: 10px 0;
    }
    .us-title {
        padding: 15px 7px 10px;
    }
    .us-zh {
        float: none;
        height: 40px;
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 40px;
        text-align: center;
    }
    .us-tab {
        float: none;
        margin: 0;
        font-size: 0;
        text-align: center;
    }
    .us-tab li {
        float: none;
        display: inline-block;
        margin: 0 5px 10px 5px;
    }
    .us-tab li a {
        display: block;
        width: auto;
        padding: 0 10px;
        margin: 0;
    }
    .us-tab li a::before {
        margin-right: 8px;
    }
    .about .us-inner {
        padding: 16px 0 60px 0;
    }
    .us-cont-text {
        padding: 20px 7px 30px;
    }
    .map-wrap {
        height: 300px;
    }
    .culture .us-item-l {
        margin: 20px 0 0 0;
    }
    .culture .us-item-rt {
        height: 100px;
        margin-bottom: 20px;
        line-height: 97px;
    }
    .culture .cpg {
        width: 100%;
        padding: 0;
    }
    .culture .cpg-item {
        padding: 30px 17.5609756097561% 20px;
        margin: 0 0 10px 0;
    }
    .culture .cpg-en {
        margin-bottom: 20px;
    }
}