.range-boxs-title {
    padding: 1.2rem 0;
    display: flex;
    justify-content: space-between;
}

.range-boxs-title span {
    display: inline-block;
    /* line-height: 1.5rem; */
    height: 1.6rem;
    /* letter-spacing: 0.079rem; */
    color: #999999;
}

.range-boxs-title span.checked {
    position: relative;
    color: #333333;
    transition-duration: 0.5s;
}

.range-boxs-title span.checked::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-image: url(../images/range_nav_checked.png);
    width: 2.5rem;
    height: 0.25rem;
    border-radius: 0.179rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.range-box {
    padding: 1rem 0;
    display: none;
}

.range-box h3 {
    font-weight: normal;
    color: #367bf0;
}

.range-box p {
    font-size: 0.9rem;
    color: #666666;
    margin: 0.6rem 0;
}

.range-box-main {
    display: flex;
}

.range-box-title {
    width: 50%;
    justify-content: center;
}

.range-box-title div {
    display: flex;
    align-items: center;
    margin-bottom: 1.4rem;
}

.range-box-title div:last-child {
    margin-bottom: 0;
}

.range-box-title img {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
}

.range-box-title span {
    font-size: 0.9rem;
    color: #666666;
}

.range-box-img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.range-box-img img {
    width: 11rem;
}

.type img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.team {
    padding: 1rem 0;
}

.team-boxs {
    display: flex;
    justify-content: center;
}

.team-box {
    width: 12rem;
}

.team-box img {
    width: 100%;
    height: auto;
}

.team-box+.team-box {
    margin-left: 1rem;
}


.contact-title {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
}

.contact-title-box {
    width: 33.33%;
    text-align: center;
}

.contact-title-box img {
    width: 70px;
}

.map {
    padding: 1rem 0;
}

.my-map {
    margin: 0 auto;
    width: 100%;
    height: 20rem;
}

.my-map .icon {
    background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}

.my-map .icon-cir {
    height: 31px;
    width: 28px;
}

.my-map .icon-cir-red {
    background-position: -11px -5px;
}

.amap-container {
    height: 100%;
}

.serve {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem 0;
}

.serve-box {
    width: 50%;
    text-align: center;
    margin-bottom: 1rem;
}

.serve-box img {
    width: 4rem;
    height: auto;
}

.serve-box h4 {
    margin-top: 1rem;
}

.serve-box:nth-child(1) h4 {
    color: #018FDB;
}

.serve-box:nth-child(2) h4 {
    color: #72C78F;
}

.serve-box:nth-child(3) h4 {
    color: #B4A73E;
}

.serve-box:nth-child(4) h4 {
    color: #EA846E;
}

.serve-box:nth-child(5) h4 {
    color: #C69C6C;
}

.serve-box:nth-child(6) h4 {
    color: #AA89BD;
}