.text_grey {
    color: #999!important;
}

.text_theme {
    color: #e6322e;
}
.text_white {
    color: #fff;
}
.mtop {
    margin-top: 10px;
}
.ml {
    margin-left: 10px;
}
.mr {
    margin-right: 10px;
}
.mbottom {
    margin-bottom: 10px;
}
.padding {padding: 10px;}

.bold {
    font-weight: bold;
}
.text_big {font-size: 18px;}
.text_center {
    text-align: center;
}
.text_left {
    text-align: left;
}
.text_right {
    text-align: right;
}
.title_span {
    font-size: 24px;
    font-weight: normal;
}

.text-indent2 {
    text-indent: 2em;
}

.bg_grey{
    background: #f7f7f7;
}
.bg_white {
    background: #fff;
}
.position {position: relative;}
.xzyh {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xz2h {
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.xz3h {
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.xz4h {
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.newest.gallary .item-galleryy .item-gallery-filter ul.item-gallery-menu li.filter {
    padding: 0px 15px 0px;
}
.why-choose.service_list {
    padding-top:30px
}
.why-choose.service_list .chose-box .thumb img {
    height: 50px;
}
.why-choose.service_list .chose-box .thumb img {
    max-width: 50px;
}

.why-choose.service_list p.text {
    font-size: 14px;
}

.why-choose.service_list .chose-box {
    padding: 40px 20px 30px;
}
.why-choose.service_list .chose-box .chose-head {
    font-size: 18px;
}

.why-choose.service_list .chose-box {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(110, 120, 135, 0.08);
    border-radius: 4px;
}
.why-choose.service_list .chose-box:hover {
    border: 1px solid white;
}

.box-shadow {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
}


.testomonial-three .testothree .single.single_left {
    text-align: left;
    padding: 0;
    margin: 20px;
}
.testomonial-three .testothree .single.single_left .content_list {
    padding: 20px;
}
.testomonial-three .testothree .single.single_left .content p.text {
    height: 48px;
    overflow: hidden;
}

.fixed_text {
    position: absolute;
    right: 0px;
    bottom: 15px;
}

.testomonial-three.lawyer .testothree .single .content .man .content span.position {
    color: #999;
}
/* logo */
.newest.gallary.client_logo .item-galleryy .item-gallery-item .gallery-item {
    height: 68px;
    line-height: 68px;
}

.newest.gallary.client_logo .item-galleryy .item-gallery-item .gallery-item img {
    border-radius: 4px;
}

/*流程*/
.price.three.flow_path {
    background: #f7f7f7;
}
.price.three.flow_path .price-box {
    padding: 50px 20px 50px;
}
.price.three.flow_path .plann {
    font-size: 16px;
}
.price.three.flow_path .iconfont {
    font-size: 20px;
}
.price.three.flow_path .price-box a.plann {
    color: #e6322e;

}
.price.three.flow_path .price-box:before {
    background: #e6322e;
}
.price.three.flow_path .price-box h2.dolar {
    color: #daa5a4;
} 


/* footer */
.footer-area_list {
    padding: 50px 0 50px;
}
.weixin_ewm {
    border: 1px dashed #ddd;
    background: #f5f5f5;
    width: 120px;
}
.weixin_ewm p {
    line-height: 24px;
    color: #666;
    font-size: 14px;
}

.copyright_list {
   background: #393938;
}


@media (max-width: 991px) {
   
}

@media (max-width: 560px) {
    
    /* 新增 */
    h1.head {
        font-size: 26px;
    }
    .bannner.three .heroarea .single {
        padding: 80px 0px 120px ;
    }
    .bannner.three .banner-content p.text {
        font-size: 1em;
    }
    .option .box { 
        margin-top: -100px;
    }
    .none_phone {
        display: none;
    }
    .mtop_phone {
        margin-top:2em;
    }
    .pm_phone_20,.price.three {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    h2.title {
        font-size: 1.5em;
    }
    .phone_sm_2 {
        width: 50%;
    }
}