body, html, .mui-content {
    background-color: #FFFFFF;
    font-family: '@黑体,Helvetica Neue,Tahoma,Arial,PingFangSC-Regular,Hiragino Sans GB,Microsoft Yahei,sans-serif';
    overflow-x: hidden;
}

ul {
    list-style: none;
    padding-left: 0;
}

.yq_search .mui-placeholder {
    top: 6px;
}

.mui-card-header.mui-card-media .mui-media-body {
    margin-left: 0;
}

.mui-media-object {
    width: 100%;
}

.mui-row.mui-fullscreen > [class*="mui-col-"] {
    height: 100%;
}

.mui-col-xs-3, .mui-col-xs-9 {
    overflow-y: auto;
    height: 100%;
}

.mui-segmented-control .mui-control-item {
    width: 100%;
}

.mui-table-view-cell.mui-active {
    background-color: transparent;
}

.mui-slider-indicator {
    width: auto;
    position: absolute;
    bottom: 8px;
    right: 10px;
    text-align: center;
    background: 0 0;
}

.mui-page .mui-table-view:first-child {
    margin-top: 15px;
}

.mui-page .mui-table-view:last-child {
    margin-bottom: 30px;
}

.mui-bar-nav ~ .mui-content {
    padding-top: 44px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}
/*Index首页*/
.home_index_head {
    background: #333;
    height: 44px;
    box-shadow: none;
}

    .home_index_head .mui-title {
        line-height: 44px;
        color: #fff;
        font-size: 16px;
    }

    .home_index_head a.mui-icon {
        color: #fff;
        margin: 0 !important;
        padding: 0 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .home_index_head a.mui-action-menu {
        margin-left: 10px !important;
    }


/*侧导航*/
.index_left_menu_m {
    height: 100%;
    background: #333;
}

    .index_left_menu_m:after {
        background: none;
    }

    .index_left_menu_m .title {
        text-align: center;
        padding: 10px 15px;
    }

    .index_left_menu_m .mui-table-view-cell {
        padding: 10px 15px;
    }

        .index_left_menu_m .mui-table-view-cell:visited {
            background: #343434;
        }

        .index_left_menu_m .mui-table-view-cell.mui-active {
            background: #343434 !important;
            margin-top: 0px;
        }

        .index_left_menu_m .mui-table-view-cell > a:not(.mui-btn) {
            position: relative;
            display: block;
            overflow: hidden;
            margin: -11px -15px;
            padding: 15px;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: inherit;
        }

            .index_left_menu_m .mui-table-view-cell > a:not(.mui-btn).mui-active {
                background: #343434 !important;
            }

    .index_left_menu_m .mui-collapse-content {
        background: #3c3c3c !important;
    }

        .index_left_menu_m .mui-collapse-content a {
            color: #999 !important;
            font-size: 14px;
            width: 100%;
            float: left;
            line-height: 45px;
            padding-left: 1em;
        }

.mui-popover .index_left_menu_m {
    background: #343434;
    max-height: 100%;
    width: 100%;
}

    .mui-popover .index_left_menu_m .mui-table-view-cell:after {
        background: #222;
        left: 0px;
    }

    .mui-popover .index_left_menu_m .mui-collapse-content a {
        color: #999;
        font-size: 14px;
        width: 100%;
        float: left;
        line-height: 45px;
        padding-left: 1em;
    }

.left_menu.mui-popover {
    min-height: 90%;
    border-radius: 0;
    background: #333;
}

.mui-popover.left_menu .mui-popover-arrow:after {
    background: #333;
}

.mui-popover.left_menu .mui-table-view .mui-table-view-cell:last-child, .mui-popover.left_menu .mui-table-view .mui-table-view-cell:last-child > a:not(.mui-btn) {
    border-radius: 0;
}

.phone_head a {
    color: #fff;
}

.phone_head .mui-action-menu {
    margin-left: 10px;
}

.phone_head .head_logo {
    background: url(/images_m/logo.png) left center no-repeat;
    background-size: contain;
    display: inline-block;
    height: 24px;
    width: 92px;
    margin-top: 10px;
}
.phone_head .head_logo1 {
    background: url(/images_m/logo_black.png) left center no-repeat;
    background-size: contain;
    display: inline-block;
    height: 24px;
    width: 92px;
    margin-top: 10px;
}

.phone_head.mui-active .head_logo {
    background-image: url(/images_m/logo_black.png);
}

.phone_head .mui-title {
    color: #fff;
}

.phone_head.mui-active a {
    color: #333;
}

.phone_head.mui-active .mui-title {
    color: #333;
}

.phone_head ul.mui-table-view {
    background: inherit;
    padding: 0;
    color: #fff;
    font-size: 14px;
}

    .phone_head ul.mui-table-view:after {
        background: none;
    }

    .phone_head ul.mui-table-view li.mui-table-view-cell > a {
        padding: 0;
        padding-top: 10px;
        text-align: right;
    }

    .phone_head ul.mui-table-view li.mui-table-view-cell .mui-collapse-content {
        margin-top: 20px;
    }

        .phone_head ul.mui-table-view li.mui-table-view-cell .mui-collapse-content a {
            font-size: 14px;
            color: #333;
            display: block;
            margin: 15px 0;
        }



/*首页轮番*/
.index_top_swiper img {
    width: 100%;
}

.index_top_swiper .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    border-radius: 0;
    background: #fff;
    opacity: 1;
}
/*首页title*/
.title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1929;
    padding: 35px 10px 10px;
}

.subtitle {
    font-size: 14px;
    color: #666666;
    padding: 0px 10px 30px;
}

.index_more_btn {
    margin: 30px 0;
    text-align: center;
}

    .index_more_btn a {
        background: #ff9000;
        box-shadow: 1px 0px 8px #ff9000;
        display: inline-block;
        color: #fff;
        padding: 8px 25px;
        border-radius: 20px;
        font-size: 14px;
        line-height: 18px;
    }
/*首页产品*/
.index_product li.mui-table-view-cell {
    padding: 0px 0;
}

    .index_product li.mui-table-view-cell:after {
        left: 0;
    }

    .index_product li.mui-table-view-cell > a:not(.mui-btn) {
        line-height: 30px;
        margin: 0;
        padding: 10px 15px;
        font-size: 16px;
    }

.index_product li a img {
    float: left;
    max-width: 30px;
    height: auto;
    margin-right: 10px;
}

.index_product li.mui-table-view-cell.mui-collapse .mui-collapse-content {
    margin: 0;
    background: #f6f7fc;
    padding-bottom: 25px;
}

    .index_product li.mui-table-view-cell.mui-collapse .mui-collapse-content > p {
        margin-top: 20px;
    }

.index_product .mui-icon-extra {
    margin-top: 0px;
    font-size: 18px;
}

.index_product li.mui-table-view-cell.mui-collapse .mui-collapse-content p > a:first-child {
    background: #ff9000;
    color: #fff;
    margin-right: 10px;
    padding: 4px 15px;
    display: inline-block;
    border: 1px solid #ff9000;
}

.index_product li.mui-table-view-cell.mui-collapse .mui-collapse-content p > a:last-child {
    border: 1px solid #ff9000;
    color: #ff9000;
    padding: 4px 15px;
    display: inline-block;
}

.index_product li.mui-table-view-cell.mui-collapse .mui-collapse-content .summary {
    margin-top: 20px;
}

    .index_product li.mui-table-view-cell.mui-collapse .mui-collapse-content .summary h4 {
        line-height: 26px;
        font-size: 16px;
    }

    .index_product li.mui-table-view-cell.mui-collapse .mui-collapse-content .summary p {
        line-height: 24px;
    }
/*首页解决方案*/
.index_solution {
    background: #f2f3f8;
    padding-bottom: 50px;
    position: relative;
}

    .index_solution .mui-slider {
        overflow: inherit;
    }

    .index_solution .swiper-pagination {
        bottom: 32px;
        right: 0;
        width: 100%;
    }

    .index_solution .swiper-container {
        position: initial;
        padding-bottom: 20px;
    }

    .index_solution .swiper-pagination .swiper-pagination-bullet {
        width: 22px;
        height: 8px;
        box-shadow: none;
        border-radius: 18px;
        background: #ffd7a3;
        opacity: 1;
    }

    .index_solution .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #ff9000;
    }

    .index_solution .index_solution_item {
        background: #fff;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        margin: 35px 15px 0;
        padding: 15px 30px;
    }

    .index_solution .index_solution_img {
        position: relative;
        margin-top: -50px;
        margin-bottom: 35px;
    }

        .index_solution .index_solution_img > img {
            width: 100%;
            height: 170px;
            border-radius: 10px;
            box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
        }

    .index_solution .index_solution_img_con {
        width: 100%;
        padding: 0 10px;
        text-align: center;
        position: absolute;
        top: 14%;
    }

        .index_solution .index_solution_img_con img {
            width: 90px !important;
            height: auto;
        }

        .index_solution .index_solution_img_con p {
            font-size: 20px;
            font-weight: 600;
            color: #fff;
            margin-top: 10px;
        }

    .index_solution .index_solution_item > p {
        line-height: 26px;
    }

        .index_solution .index_solution_item > p a {
            color: #ff9000;
            font-size: 14px;
        }

            .index_solution .index_solution_item > p a:after {
                content: "\2794";
                margin-left: 5px;
            }
/*首页服务*/
.index_service {
    background: url(/images_m/server_bg.jpg) no-repeat left center;
    padding-bottom: 20px;
    background-size: cover;
}

    .index_service .title, .index_service .subtitle {
        color: #FFFFFF;
    }

    .index_service > ul {
        margin: 0 20px;
        background: none;
    }

        .index_service > ul li.mui-table-view-cell {
            background: #fff;
            margin-bottom: 20px;
            padding: 15px;
            padding-right: 65px;
        }

        .index_service > ul .mui-navigate-right:after {
            background: #ff9000;
            color: #fff;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border-radius: 15px;
            box-shadow: 0px 0px 8px #ff9000;
        }

    .index_service .mui-table-view .mui-media-object.mui-pull-left {
        width: 48px;
        max-width: 48px;
        height: auto;
        margin-left: 15px;
    }

    .index_service > ul li.mui-table-view-cell .mui-media-body {
        font-size: 16px;
        color: #333;
        font-weight: 600;
        padding-left: 15px;
    }

    .index_service > ul li.mui-table-view-cell .mui-ellipsis {
        font-size: 14px;
        color: #999;
        font-weight: normal;
        line-height: 28px;
        margin-top: 3px;
    }
/*首页客户*/
.index_partner {
    padding-bottom: 40px;
}

    .index_partner .mui-col-sm-6 > a {
        display: inline-block;
        padding: 10px;
        text-align: center;
    }

        .index_partner .mui-col-sm-6 > a img {
            width: 80%;
        }
/*首页新闻*/
.index_news {
    background: #f6f7fc;
    padding-bottom: 20px;
}

.module-con-item {
    margin: 0 20px 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
}

    .module-con-item .header {
        position: relative;
        line-height: 60px;
        border-bottom: 1px solid #e5e5e5;
    }

        .module-con-item .header .img-box {
            float: left;
            margin-right: 0px;
            height: 43px;
        }

            .module-con-item .header .img-box img {
            }

        .module-con-item .header .tit-link {
            display: block;
        }

            .module-con-item .header .tit-link::after {
                content: url("/images/icon_right_arrow.png");
                position: absolute;
                right: 0;
                top: 4%;
            }

        .module-con-item .header h3 {
            font-size: 18px;
            display: inline;
            font-weight: 700;
            cursor: pointer;
            padding: 0;
            color: #333;
        }

    .module-con-item .list {
        margin: 0;
    }

        .module-con-item .list .item {
            padding: 15px 0 15px 4px;
            font-size: 14px;
            border-bottom: 1px solid #e5e5e5;
        }

            .module-con-item .list .item:last-child {
                border: none;
            }

            .module-con-item .list .item .item-title {
                line-height: 24px;
                margin: 0;
            }

            .module-con-item .list .item .cms-link {
                color: #000;
                font-weight: 400;
                display: block;
                font-size: 16px;
                line-height: 24px;
                overflow: hidden;
                white-space: nowrap;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                width: 100%;
            }

            .module-con-item .list .item .item-data {
                color: #888;
                line-height: 24px;
            }
/*底部*/
.register {
    background: url(/images_m/reg_bg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding-bottom: 30px;
}

    .register div {
        color: #000;
        font-size: 18px;
        padding: 40px 0 20px 0;
        color: #fff;
    }

    .register a.btn {
        display: inline-block;
        background-color: #ff9000;
        padding: 5px 15px;
        color: #fff;
        margin-top: 10px;
        font-size: 14px;
    }

.mui-footer {
    background: #191828;
    padding: 10px 10px 5px;
    margin-bottom:44px;
}

    .mui-footer .bottom_img {
        padding-top: 11px;
        padding-right: 10%;
        text-align: right;
    }

        .mui-footer .bottom_img img {
            width: 90%;
        }

    .mui-footer ul {
        background: inherit;
        color: #b6b6b4;
        margin-top: 15px;
    }

        .mui-footer ul.mui-table-view:after, .mui-footer ul.mui-table-view:before {
            background: none;
        }

        .mui-footer ul.mui-table-view li.mui-table-view-cell {
            padding: 0px;
            margin-bottom: 10px;
            font-size: 14px;
        }

    .mui-footer a {
        color: #b6b6b4;
    }

    .mui-footer ul.mui-table-view li.mui-table-view-cell:after {
        background: none;
    }

    .mui-footer .mui-col-xs-12 {
        margin-top: 15px;
        padding-top: 10px;
        border-top: 1px solid #b6b6b4;
        text-align: center;
    }

        .mui-footer .mui-col-xs-12 p {
            margin: 0;
        }
/*列表页banner*/
.list-slider.mui-slider .mui-slider-group .mui-slider-item img {
    width: 100%;
    display: inherit;
}

.list-slider .carousel-caption {
    position: absolute;
    width: 100%;
    padding: 0 30px;
    top: 26%;
    text-align: center;
    color: #fff;
}

    .list-slider .carousel-caption h3 {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .list-slider .carousel-caption p {
        font-size: 14px;
        color: #fefefe;
        line-height: 22px;
        max-height: 44px;
        margin-bottom: 0px;
    }

    .list-slider .carousel-caption a {
        display: inline-block;
        background: #f6f7fc;
        padding: 6px 25px;
        border-radius: 15px;
        color: #333;
        font-size: 14px;
        margin-top: 15px;
    }

.list-slider .mui-slider-indicator {
    bottom: 5px;
    right: 0;
    width: 100%;
}

    .list-slider .mui-slider-indicator .mui-indicator {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        box-shadow: none;
        background: #a6d1f1;
        margin: 1px 2px;
    }

        .list-slider .mui-slider-indicator .mui-indicator.mui-active {
            width: 14px;
            border-radius: 18px;
            background: #fff;
        }
/*面包屑导航*/
.leftmenu .page-header {
    display: none;
}

.leftmenu ul {
    margin: 0;
}

    .leftmenu ul li {
        float: left;
        width: 50%;
        text-align: center;
    }

        .leftmenu ul li a {
            display: inline-block;
            padding: 10px 0;
            width: 100%;
            color: #333;
            font-size: 14px;
        }

            .leftmenu ul li a.mui-active {
                background: linear-gradient(to right,#ff9000,#ffc300);
                color: #fff;
            }
/*新闻列表*/
.news_list {
    background: #f6f7fb;
    padding: 10px 0;
}

    .news_list ul.mui-table-view:before, .news_list ul.mui-table-view:after {
        background: none;
    }

    .news_list .mui-table-view-cell:after {
        left: 0;
        background: #d2d2d2;
    }

    .news_list .mui-table-view .mui-media-object {
        max-width: 97px;
        height: auto;
        /* height: 42px; */
    }

    .news_list .mui-table-view-cell h4 {
        margin-bottom: 7px;
        font-size: 16px;
        line-height: 22px;
        color: #000;
        font-weight: 700;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: inherit;
        margin-top: 0;
        letter-spacing: 1px;
    }

    .news_list .mui-table-view-cell {
        padding: 15px;
    }

        .news_list .mui-table-view-cell > a:not(.mui-btn) {
            white-space: inherit;
        }

    .news_list .mui-ellipsis {
        font-size: 14px;
        line-height: 22px;
        color: #666;
        overflow: hidden;
        height: 48px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: inherit;
    }

    .news_list .mui-table-view-cell span {
        font-size: 14px;
        display: inline-block;
        color: #666;
        font-weight: normal;
        margin-right: 15px;
        background: url(/images_m/news_time.png) no-repeat left center;
        background-size: contain;
        text-indent: 1.7em;
    }

    .news_list .mui-table-view-cell .mui-media-body span.totalnum {
        background-image: url(/images_m/news_see.png);
    }
/*新闻详情页*/
.detaile_news {
    padding: 0px 0px 10px;
}

    .detaile_news .detaile-news-title {
        padding: 0 15px;
    }

        .detaile_news .detaile-news-title h3 {
            font-size: 22px;
            font-weight: 700;
            color: #333;
            letter-spacing: 1px;
            line-height: 30px;
            margin-top: 25px;
            margin-bottom: 5px;
            word-wrap: break-word;
        }

    .detaile_news p img {
        margin-left: -2em;
    }

    .detaile_news .info > div {
        margin-bottom: 1.4em;
    }

    .detaile_news img {
        max-width: 100% !important;
        max-height: 100%;
        border: 0;
        box-shadow: 0 4px 8px rgba(3, 27, 78, 0.12);
        border-radius: 3px;
    }

    .detaile_news p.mui-pull-left span {
        font-size: 14px;
        display: inline-block;
        color: #666;
        font-weight: normal;
        margin-right: 15px;
        background: url(/images_m/news_time.png) no-repeat left center;
        background-size: 23px auto;
        text-indent: 1.7em;
        line-height: 46px;
    }

        .detaile_news p.mui-pull-left span:last-child {
            background-image: url(/images_m/news_see.png);
        }

    .detaile_news p.mui-pull-right a {
        font-size: 0;
        display: inline-block;
        width: 40px;
        height: 40px;
        background: url(/images_m/qq.png) center no-repeat;
        background-size: 40px;
    }

        .detaile_news p.mui-pull-right a:nth-child(2) {
            background-image: url(/images_m/wechat.png);
        }

    .detaile_news .info {
        padding: 10px 15px;
    }

        .detaile_news .info h3 {
            font-size: 20px;
            font-weight: 800 !important;
            line-height: 26px !important;
            color: #000 !important;
            letter-spacing: 1px;
            margin-top: 1.4em !important;
            margin-bottom: 1.4em !important;
        }

        .detaile_news .info h4 {
            font-size: 18px !important;
            font-weight: 600 !important;
            color: #414141 !important;
            margin-bottom: 1.4em !important;
        }


        .detaile_news .info p {
            font-size: 17px !important;
            color: #333 !important;
            line-height: 1.6 !important;
            margin: 0 !important;
            margin-bottom: 1.4em !important;
            min-height: 24px;
            text-indent: 2em;
        }

    .detaile_news .tag {
        font-size: 16px;
        padding: 0 15px;
    }

        .detaile_news .tag a {
            font-size: 14px;
            color: #666;
            margin-right: 5px;
        }

    .detaile_news .next_page {
        border-top: 1px solid #dcdcdc;
        margin-top: 10px;
        padding: 10px 15px 0;
    }

        .detaile_news .next_page a {
            font-size: 14px;
            color: #666;
            display: inline-block;
            margin-bottom: 5px;
        }
/*案例列表*/
.case_list .mui-table-view .mui-media-object {
    max-width: 135px;
    margin-top: 20px;
    padding: 10px;
}

.case_list .more {
    color: #ff9000;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: right;
    padding-right: 10px;
}

    .case_list .more:after {
        content: "\2794";
        margin-left: 5px;
    }
/*案例详情*/
.body_bghui {
    background: #f6f7fc;
}

    .body_bghui .mui-content {
        background: inherit;
    }

.detaile_caseinfo {
    background: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    padding: 50px 30px 30px;
}

    .detaile_caseinfo > img {
        width: 50%;
        height: auto;
    }

    .detaile_caseinfo h3 {
        font-size: 18px;
        letter-spacing: 1px;
        margin: 15px 0;
        line-height: 1.7;
    }

    .detaile_caseinfo > p a, .detaile_caseinfo > p span {
        color: #ff9000;
        font-size: 14px;
    }

    .detaile_caseinfo > p:nth-child(3) {
        text-align: left;
        background: url(/images_m/icon_case1.png) left top no-repeat;
        text-indent: 2.5em;
        background-size: auto 24px;
    }

    .detaile_caseinfo > p:nth-child(4) {
        text-align: left;
        background: url(/images_m/icon_case2.png) left center no-repeat;
        background-size: auto 24px;
        text-indent: 2.5em;
    }

    .detaile_caseinfo > p:nth-child(5) {
        text-align: left;
        background: url(/images_m/icon_case3.png) left center no-repeat;
        background-size: auto 24px;
        text-indent: 2.5em;
    }

    .detaile_caseinfo .kehuzx {
        margin-top: 30px;
    }

        .detaile_caseinfo .kehuzx a:first-child {
            background: #ff9000;
            color: #fff;
            padding: 8px 30px;
            display: inline-block;
            margin: 0 5px;
            font-size: 14px;
        }

        .detaile_caseinfo .kehuzx a:last-child {
            border: 1px solid #ff9000;
            padding: 7px 29px;
            color: #ff9000;
            display: inline-block;
            margin: 0 5px;
            font-size: 14px;
        }

.example_warp {
    margin-bottom: 10px;
}

    .example_warp img {
        width: 100%;
        display: inherit;
    }

    .example_warp .mui-segmented-control {
        border: inherit;
        border-radius: 0;
        box-shadow: 0 2px 9px 0 #ff9000;
    }

        .example_warp .mui-segmented-control a {
            background: #FFFFFF;
            color: #333;
            height: 44px;
            line-height: 44px;
            border: inherit;
            font-size: 14px;
        }

            .example_warp .mui-segmented-control a.mui-active {
                background: linear-gradient(to right,#ff9000,#ffc300);
                color: #fff;
            }

.detaile_casepage {
    margin-bottom: 10px;
    background: #fff;
    padding: 15px 20px;
}

    .detaile_casepage a {
        display: block;
        color: #ff9000;
        font-size: 12px;
        line-height: 30px;
    }

        .detaile_casepage a span {
            color: #666666;
        }
/*工作机会列表页*/
.news_list.joinus_list {
    padding: 10px 0;
}

    .news_list.joinus_list p {
        height: 31px;
        margin-bottom: 10px;
    }

        .news_list.joinus_list p button {
            background: #f5f5f5;
            border: none;
            margin-right: 10px;
            color: #676767;
        }

    .news_list.joinus_list .mui-table-view {
        background: inherit;
    }

        .news_list.joinus_list .mui-table-view li.mui-table-view-cell {
            background: #fff;
            margin-bottom: 10px;
            box-shadow: 0px 15px 10px -15px #ccc;
        }

            .news_list.joinus_list .mui-table-view li.mui-table-view-cell:after {
                background: none;
            }
/*客户列表*/
.customer_list .mui-card {
    margin: 15px;
    box-shadow: none;
    border: 1px solid #e2e2e2;
}

    .customer_list .mui-card h4 {
        padding: 0 15px 20px;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        position: relative;
    }

        .customer_list .mui-card h4:after {
            content: "";
            display: inline-block;
            width: 36px;
            height: 4px;
            background: #ff9000;
            position: absolute;
            bottom: 0px;
            left: 50%;
            margin-left: -18px;
        }

.customer_list .mui-card-header.mui-card-media {
    background-size: auto 55px;
    background-repeat: no-repeat;
    background-position: center;
}

.customer_list .mui-card-header:after, .customer_list .mui-card-footer:before {
    background: none;
}

.customer_list .mui-card-content-inner {
    text-align: center;
}

    .customer_list .mui-card-content-inner p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        color: #666666;
        line-height: 26px;
    }

.customer_list .mui-card-footer {
    display: inherit;
    position: initial;
    padding-top: 0;
    padding-bottom: 20px;
}

.customer_list a {
    background: #ff9000;
    color: #FFFFFF;
    padding: 6px 20px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
}
/*客户详情*/
.detaile_custom {
    background: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
}

    .detaile_custom .detaile {
        border-top: 1px solid #dcdcdc;
        margin-top: 25px;
        padding-top: 20px;
        text-align: left;
    }

        .detaile_custom .detaile p img {
            margin-left: -2em;
        }

        .detaile_custom .detaile > div {
            margin-bottom: 1.4em;
        }

        .detaile_custom .detaile img {
            max-width: 100% !important;
            max-height: 100%;
            border: 0;
            box-shadow: 0 4px 8px rgba(3, 27, 78, 0.12);
            border-radius: 3px;
        }

        .detaile_custom .detaile h4.mui-text-left {
            margin-bottom: 20px;
        }

        .detaile_custom .detaile h3 {
            font-size: 20px;
            font-weight: 800 !important;
            line-height: 26px !important;
            color: #000 !important;
            letter-spacing: 1px;
            margin-bottom: 15px !important;
        }

        .detaile_custom .detaile p {
            font-size: 17px !important;
            color: #333 !important;
            line-height: 1.6 !important;
            margin: 0 !important;
            margin-bottom: 1.4em !important;
            min-height: 24px;
            text-indent: 2em;
        }

    .detaile_custom .share {
        color: #676767;
        font-size: 14px;
        background: url(/images_m/news_see.png) no-repeat right 80px center;
        background-size: contain;
    }
/*相关案例*/
.yq_tjpro {
    background: #fff;
    margin-top: 10px;
    padding: 15px;
}

    .yq_tjpro h2 {
        font-size: 18px;
        color: #333;
        font-weight: 600;
        text-align: center;
        padding: 10px 0 15px;
    }

    .yq_tjpro.news_list .mui-table-view-cell:after {
        background: none;
    }

    .yq_tjpro.news_list .mui-table-view-cell {
        border: 1px solid #e2e2e2;
        margin-top: 15px;
    }
/*解决方案列表*/
.solution_list {
    padding-bottom: 30px;
}

    .solution_list .solution_list_item {
        background: #FFFFFF;
        margin: 15px 15px 0;
        padding: 15px;
        border: 1px solid #d4d4d4;
        display: block;
    }

        .solution_list .solution_list_item h4 {
            background: url(/images_m/icon_solution1.png) no-repeat left center;
            background-size: 36px auto;
            text-indent: 40px;
            padding: 10px 0;
            font-size: 16px;
            line-height: 22px;
            font-weight: 600;
            color: #000;
            margin: 0;
        }

        .solution_list .solution_list_item:nth-child(2) h4 {
            background-image: url(/images_m/icon_solution2.png);
        }

        .solution_list .solution_list_item:nth-child(3) h4 {
            background-image: url(/images_m/icon_solution3.png);
        }

        .solution_list .solution_list_item:nth-child(4) h4 {
            background-image: url(/images_m/icon_solution4.png);
        }

        .solution_list .solution_list_item:nth-child(5) h4 {
            background-image: url(/images_m/icon_solution5.png);
        }

        .solution_list .solution_list_item h4 span {
            font-size: 12px;
            color: #ff9000;
            font-weight: normal;
        }

        .solution_list .solution_list_item > div {
            font-size: 14px;
            color: #666666;
        }
/*解决方案详情页*/
.detaile_solution {
    padding-top: 30px;
}

    .detaile_solution .content {
        font-size: 17px;
        color: #666;
        line-height: 1.6;
        text-align: left;
    }

        .detaile_solution .content span {
            color: #ff9000;
        }

.detaile_solution_con {
    background: #FFFFFF;
}

    .detaile_solution_con > h2 {
        border-bottom: 1px solid #dcdcdc;
        font-size: 18px;
        color: #333;
        font-weight: 600;
        padding: 15px;
        background: url(/images/icon_tjcp.png) no-repeat 20px center;
        background-size: 44px;
        text-indent: 2.8em;
    }

    .detaile_solution_con .detail {
        padding: 20px;
    }

        .detaile_solution_con .detail img {
            width: auto;
            max-width: 100% !important;
        }

        .detaile_solution_con .detail p {
            font-size: 17px !important;
            color: #333 !important;
            line-height: 1.6 !important;
            margin: 0 !important;
            margin-bottom: 1.4em !important;
            min-height: 24px;
            text-indent: 2em;
        }

        .detaile_solution_con .detail h3 {
            font-size: 18px;
            font-weight: 800 !important;
            line-height: 26px !important;
            color: #000 !important;
            letter-spacing: 1px;
            margin-top: 1.4em !important;
            margin-bottom: 1.4em !important;
        }

        .detaile_solution_con .detail h4 {
            font-size: 18px !important;
            font-weight: 600 !important;
            color: #414141 !important;
            margin-bottom: 1.4em !important;
        }

    .detaile_solution_con > .clearfix {
        padding: 10px 20px 10px;
        font-size: 14px;
        color: #a0a0a0;
    }

        .detaile_solution_con > .clearfix p.keyword {
            line-height: 46px;
        }

            .detaile_solution_con > .clearfix p.keyword a {
                color: #8f8f94;
            }

        .detaile_solution_con > .clearfix p.mui-pull-right > a {
            font-size: 0;
            display: inline-block;
            width: 40px;
            height: 40px;
            background: url(/images_m/qq.png) center no-repeat;
            background-size: 40px;
        }

            .detaile_solution_con > .clearfix p.mui-pull-right > a:nth-child(2) {
                background-image: url(/images_m/wechat.png);
            }

.yq_pronext {
    background: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #656565;
}

    .yq_pronext a {
        display: block;
        color: #666;
        margin-bottom: 8px;
    }
/*在线服务列表页*/
.service_list {
    padding-top: 60px;
}

    .service_list .mui-table-view-chevron .mui-table-view-cell > a:not(.mui-btn) {
        margin-right: 0;
    }

.index_service.service_list > ul li.mui-table-view-cell {
    padding-right: 15px;
}

.index_service.service_list ul li.mui-table-view-cell .body {
    border-top: 1px solid #e1e1e1;
    padding: 10px 0;
    margin-top: 10px;
}

    .index_service.service_list ul li.mui-table-view-cell .body p {
        font-size: 14px;
        line-height: 24px;
    }
/*合作与生态专题页*/
.ecological_list {
    padding-bottom: 30px;
}

h2.ecological_title {
    font-size: 20px;
    color: #333;
    letter-spacing: 1px;
    margin: 20px 0;
    padding: 20px 0;
    background: url(/images_m/icon_title_hzst.png) no-repeat center center;
    background-size: contain;
}

.ecological_list ul.mui-table-view:after, .ecological_list ul.mui-table-view:before {
    background: none;
}

.ecological_list ul.mui-table-view .mui-table-view-cell:after {
    background: none;
}

.ecological_list ul.mui-table-view .mui-table-view-cell > a:not(.mui-btn) {
    white-space: inherit;
}

.ecological_list ul.mui-table-view .mui-table-view-cell .mui-media-object {
    max-width: 66px;
    height: auto;
    line-height: inherit;
}

.ecological_list ul li .mui-media-body h4 {
    font-size: 16px;
    color: #343434;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 26px;
}

.ecological_list ul li .mui-media-body p {
    font-size: 14px;
    color: #999;
    font-weight: normal;
    line-height: 22px;
    white-space: inherit;
}

.apply_liucheng {
    margin: 0 15px;
}

    .apply_liucheng li {
        margin-bottom: 10px;
        box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.1);
    }

.ecological_list ul.apply_liucheng .mui-table-view-cell .mui-media-object {
    max-width: 50px;
}

.ecological_list ul.apply_liucheng .mui-table-view-cell .mui-media-body h4 {
    line-height: 45px;
    font-weight: normal;
}
/*文档列表页*/
.support_list {
    padding-bottom: 30px;
}

    .support_list li.mui-table-view-cell.mui-collapse .mui-collapse-content {
        padding: 10px 15px 10px 60px;
    }

        .support_list li.mui-table-view-cell.mui-collapse .mui-collapse-content a {
            font-size: 15px;
            font-weight: 600;
            color: #333;
            display: block;
            line-height: 32px;
        }

.support-main {
    padding: 20px 15px;
}

    .support-main .help-content h1 {
        font-size: 22px;
        font-weight: 700;
        color: #333;
        letter-spacing: 1px;
        line-height: 30px;
        margin-bottom: 10px;
        word-wrap: break-word;
    }

    .support-main .help-content .showw {
        margin-bottom: 20px;
    }

        .support-main .help-content .showw span {
            display: inline-block;
            background: url(/images_m/news_time.png) no-repeat left center;
            background-size: contain;
            text-indent: 2em;
            font-size: 14px;
        }

            .support-main .help-content .showw span.totalnum {
                background-image: url(/images_m/news_see.png);
                margin-left: 10px;
            }

    .support-main .help-content h4, .support-main .help-content h3, .support-main .help-content h2, .support-main .help-content h6, .support-main .help-content h5 {
        font-size: 20px;
        font-weight: 800 !important;
        line-height: 26px !important;
        color: #000 !important;
        letter-spacing: 1px;
        margin-top: 1.4em !important;
        margin-bottom: 1.4em !important;
    }

    .support-main .body p > img {
        /*margin-left:-2em;*/
    }

    .support-main .body > div {
        font-size: 17px !important;
        color: #333 !important;
        line-height: 1.6 !important;
        margin: 0 !important;
        margin-bottom: 1.4em !important;
    }

    .support-main .body {
        overflow-y: auto;
    }

        .support-main .body p {
            font-size: 17px !important;
            color: #333 !important;
            line-height: 1.6 !important;
            margin: 0 !important;
            margin-bottom: 1.4em !important;
            min-height: 24px;
            /*text-indent: 2em;*/
        }

    .support-main img {
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
    }

    .support-main table {
        word-wrap: break-word;
        word-break: break-all;
        width: 600px;
        border: 1px solid #ddd;
    }

        .support-main table tr th {
            width: 100px;
            border: 1px solid #ddd;
            padding: 10px 5px;
        }

        .support-main table tr td {
            border: 1px solid #ddd;
            text-align: center;
            padding: 10px 5px;
        }

    .support-main pre {
        white-space: pre-wrap; /* css3.0 */
        white-space: -moz-pre-wrap; /* Firefox */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
        line-height: 1.6;
        margin: 10px 0;
        font-size: 17px;
        margin-bottom: 1.4em !important;
    }
/*联系我们*/
.contact_list {
    padding: 15px;
    color: #333;
}

    .contact_list h5 {
        word-wrap: break-word;
        line-height: 26px;
        margin: 0;
        color: #333;
        margin-bottom: 5px;
    }

        .contact_list h5 a {
            color: #333;
        }

        .contact_list h5 img {
            width: 24px;
            vertical-align: middle;
            margin-right: 10px;
        }

.map_container {
    padding: 15px 15px 30px;
}
/*公司简介*/
.yq_introd {
    padding: 0px 15px 30px;
    color: #676767;
}

    .yq_introd > div {
        margin-bottom: 20px;
    }

        .yq_introd > div p {
            text-indent: 2em;
            line-height: 24px;
            color: #333;
            font-size: 14px;
        }

h3.yq_abtitle {
    font-size: 20px;
    color: #333;
    padding: 25px 0 20px;
}

.yq_introd img {
    width: 100%;
}

.yq_advantage h3.yq_abtitle {
    padding-bottom: 25px;
}

.yq_advantage {
    background: #f6f7fc;
    padding: 5px 15px 35px;
}

    .yq_advantage .advantage {
        margin-bottom: 15px;
        background: #fff;
        border-radius: 10px;
        border: 1px solid #efefef;
    }

        .yq_advantage .advantage h3 {
            font-size: 14px;
            font-weight: 600;
            color: #333;
            border-bottom: 1px solid #f6f6f6;
            padding: 10px 15px;
            line-height: 30px;
        }

            .yq_advantage .advantage h3 img {
                width: 30px;
                height: auto;
                float: left;
                margin-right: 5px;
            }

        .yq_advantage .advantage p {
            padding: 10px 15px;
            color: #333;
            line-height: 26px;
            font-size: 14px;
        }

.wedo {
    padding: 5px 0px 35px;
}

    .wedo h3.yq_abtitle {
        margin-bottom: 20px;
    }

    .wedo ul.mui-table-view:before, .wedo ul.mui-table-view:after {
        background: #e7e7e7;
    }

    .wedo .mui-table-view-cell {
        padding: 11px 20px;
    }

        .wedo .mui-table-view-cell:after {
            background: #e7e7e7;
            left: 0;
        }

        .wedo .mui-table-view-cell > a:not(.mui-btn) {
            padding: 15px 15px;
            font-size: 16px;
            margin: -11px -20px;
        }

        .wedo .mui-table-view-cell .mui-collapse-content {
            background: #f6f7fc;
            margin: 11px -20px -11px;
        }

            .wedo .mui-table-view-cell .mui-collapse-content img {
                float: left;
            }

            .wedo .mui-table-view-cell .mui-collapse-content .text {
                float: left;
                width: 85%;
                padding-left: 15px;
            }

            .wedo .mui-table-view-cell .mui-collapse-content li {
                padding: 10px 0;
            }

            .wedo .mui-table-view-cell .mui-collapse-content .text p {
                font-size: 15px;
                color: #333;
                font-weight: 600;
                margin-bottom: 3px;
            }

            .wedo .mui-table-view-cell .mui-collapse-content .text span {
                font-size: 14px;
                color: #666;
            }

.getqua .swiper-slide {
    padding-top: 30px;
}

.getqua .thumbnail {
    background: #fff;
    text-align: center;
    border-radius: 7px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}

    .getqua .thumbnail img {
        margin-top: -30px;
        height: 180px;
        width: auto;
        max-width: 100%;
        border-radius: 7px;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    }

    .getqua .thumbnail h3 {
        font-size: 14px;
        text-align: center;
        font-weight: normal;
        padding: 10px 0 60px;
    }

.getqua .swiper-prev, .getqua .swiper-next {
    position: absolute;
    bottom: 15px;
    z-index: 2;
    color: #ff9000;
    font-size: 12px;
}

    .getqua .swiper-prev span, .getqua .swiper-next span {
        font-size: 17px;
    }

.getqua .swiper-prev {
    left: 15px;
}

.getqua .swiper-next {
    right: 15px;
}
/*在线提交*/
.feedback-sec {
    background: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    margin: 20px;
}

    .feedback-sec > h1 {
        font-size: 19px;
        color: #333;
        font-weight: 600;
        margin: 20px 0 10px;
    }

#divedit {
    padding: 15px;
}

.feedback-sec .mui-input-group:before {
    background: none;
}

.feedback-sec .mui-input-group .mui-input-row:after {
    background: none;
}

.feedback-sec .mui-input-group .mui-input-row label {
    padding: 0;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    font-weight: 600;
}

.feedback-sec .mui-input-group .mui-input-row input, .feedback-sec .mui-input-group .mui-input-row select {
    width: 100%;
    border: 1px solid #e1e1e1 !important;
    height: 38px;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 14px;
    color: #757575;
}

.feedback-sec .mui-input-group textarea {
    width: 100%;
    border: 1px solid #e1e1e1 !important;
    border-radius: 4px;
}

.feedback-sec .mui-input-group a {
    font-size: 12px;
    background: #ff9000;
    color: #FFFFFF;
    display: inline-block;
    padding: 6px 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.feedback-sec .mui-input-group lbl {
    font-size: 12px;
}
/*产品详情页*/
.detail_product {
    margin-bottom: 20px;
    position: relative;
}

    .detail_product .mui-pull-left {
        width: 40%;
    }

        .detail_product .mui-pull-left img {
            width: 100%;
        }

    .detail_product .mui-pull-right {
        width: 60%;
        text-align: left;
        padding-left: 6%;
    }

        .detail_product .mui-pull-right .yq_gobuy {
            text-align: left;
            position: absolute;
            bottom: 10px;
        }

            .detail_product .mui-pull-right .yq_gobuy a {
                background: #ff9000;
                color: #FFFFFF;
                padding: 6px 20px;
                font-size: 14px;
                display: inline-block;
            }
/*下单页面*/
.buy_detail img {
    width: 100%;
    height: auto;
}

.buy_detail .comm_detaile {
    background: #FFFFFF;
    padding: 15px 15px 10px;
}

.buy_detail .comm_emphas {
}

.buy_detail .left_price {
    float: left;
    margin: 0;
}

.buy_detail .left_price {
    font-size: 18px;
    color: #ee3c2e;
    font-weight: 600;
}

    .buy_detail .left_price span {
        font-size: 12px;
        color: #999;
        margin-left: 5px;
        font-weight: normal;
        text-decoration: line-through;
    }

.buy_detail .right_text {
    float: right;
    color: #989898;
    margin: 0;
}

.buy_detail .comm_title {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin-top: 10px;
}

.buy_detail .comm_descibe {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.pro_detaile {
    background: #fff;
    padding: 15px;
    margin-top: 10px;
}

.pro_guide {
    background: #fff;
    margin: 10px 0;
}

#segmentedControl {
    border-bottom: 1px solid #dcdcdc;
}

.pro_guide .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
    color: #ff9000;
    border-bottom-color: #ff9000;
}

.pro_guide .mui-segmented-control .mui-control-item {
    line-height: 44px;
}

.pro_guide .guide_bd {
    padding: 10px 20px;
    font-size: 14px;
    color: #333;
}

    .pro_guide .guide_bd h5 {
        font-size: 16px;
        color: #000;
        line-height: 24px;
    }

    .pro_guide .guide_bd p {
        font-size: 14px;
        color: #333;
    }

.pro_serv {
    background: #414141;
    margin-bottom: 60px;
    padding: 15px;
}

    .pro_serv li {
        width: 50%;
        float: left;
        color: #fff;
        text-align: left;
        font-size: 12px;
        line-height: 50px;
        padding: 0 4px;
    }

        .pro_serv li span {
            border: 1px solid #fff;
            border-radius: 30px;
            font-size: 16px;
            padding: 6px 9px;
            display: inline-block;
            line-height: 22px;
        }

nav.bottom_buy {
    box-shadow: inherit;
}

    nav.bottom_buy a.mui-tab-item:first-child {
        color: #fff;
        background: #ff9000;
        border-right: 1px solid #fff;
    }

    nav.bottom_buy a.mui-tab-item:last-child {
        color: #ff9000;
        background: #fff;
    }
/*产品分类页面*/
.pro_search {
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
}

    .pro_search input[type=search] {
        height: 40px;
    }

    .pro_search .mui-search .mui-placeholder {
        line-height: 40px;
        height: 40px;
        color: #898989;
    }

        .pro_search .mui-search .mui-placeholder .mui-icon {
            color: #898989;
            font-size: 22px;
        }

    .pro_search ul {
        margin: 0px;
    }

        .pro_search ul li {
            display: inline-block;
            position: relative;
            color: #333;
            font-size: 12px;
            padding-right: 30px;
        }

            .pro_search ul li a {
                color: #333;
                font-size: 12px;
                padding: 15px 0;
            }

            .pro_search ul li:nth-child(4) {
                padding: 0;
            }

                .pro_search ul li:nth-child(4) b {
                    margin: 0;
                    font-size: 13px;
                    margin-left: 5px;
                    font-weight: bold;
                }

            .pro_search ul li:nth-child(1) {
                padding-right: 20px;
            }

                .pro_search ul li:nth-child(1).active {
                    color: red;
                }

            .pro_search ul li:nth-child(2):after, .pro_search ul li:nth-child(3):after {
                content: "";
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-bottom: 4px solid #333;
                position: absolute;
                top: 5px;
                right: 20px;
            }

            .pro_search ul li:nth-child(2).active:after, .pro_search ul li.active:nth-child(3):after {
                border-bottom-color: red;
            }

            .pro_search ul li:nth-child(2):before, .pro_search ul li:nth-child(3):before {
                content: "";
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 4px solid #333;
                position: absolute;
                bottom: 5px;
                right: 20px;
            }

            .pro_search ul li.active1:nth-child(2):before, .pro_search ul li.active1:nth-child(3):before {
                border-top-color: red;
            }

.yq_pro_list {
    margin: 0 10px 10px;
}

.yq_product.yq_pro_list {
    margin: 10px;
}

.yq_pro_list .mui-table-view {
    background: inherit;
}

    .yq_pro_list .mui-table-view:before, .yq_pro_list .mui-table-view:after {
        background: none;
    }

.yq_pro_list .mui-table-view-cell {
    background: #fff;
    margin-bottom: 10px;
}

    .yq_pro_list .mui-table-view-cell:after {
        background: none;
    }

    .yq_pro_list .mui-table-view-cell img {
        max-width: 140px;
        height: auto;
    }

.yq_product.yq_pro_list .mui-table-view-cell img {
    max-width: 110px;
    height: auto;
}

.yq_pro_list .mui-table-view-cell h4 {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    color: #000;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: inherit;
    margin-top: 5px;
    letter-spacing: 1px;
}

.yq_product.yq_pro_list .mui-table-view-cell h4 {
    font-size: 16px;
}

.yq_pro_list .mui-table-view-cell {
}

    .yq_pro_list .mui-table-view-cell > a:not(.mui-btn) {
        white-space: inherit;
        padding: 0;
    }

    .yq_pro_list .mui-table-view-cell .mui-media-body {
        padding: 10px 10px 10px 0;
    }

.yq_product.yq_pro_list .mui-table-view-cell .mui-media-body {
    padding: 0px 0px 0px 0;
}

.yq_pro_list .mui-ellipsis {
    font-size: 12px;
    line-height: 16px;
    color: #666;
    overflow: hidden;
    height: 32px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: inherit;
}

.yq_product.yq_pro_list .mui-ellipsis {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.yq_pro_list .mui-table-view-cell .price {
    margin: 5px 0;
}

    .yq_pro_list .mui-table-view-cell .price .mui-pull-left {
        font-size: 16px;
        color: #ef3b2c;
        font-weight: 600;
    }

.yq_pro_list .mui-table-view-cell span {
    font-size: 12px;
    display: inline-block;
    color: #666;
    font-weight: normal;
}

.yq_pro_list .mui-table-view-cell button {
    background: #ff9000;
    color: #fff;
    margin-right: 10px;
    padding: 4px 15px;
    display: inline-block;
    border: 1px solid #ff9000;
    border-radius: 0;
    font-size: 12px;
}

.yq_pro_list .mui-table-view-cell p a {
    background: #ff9000;
    color: #fff;
    padding: 2px 10px;
    display: inline-block;
    border: 1px solid #ff9000;
    border-radius: 0;
    font-size: 12px;
}

    .yq_pro_list .mui-table-view-cell p a:nth-child(2) {
        border: 1px solid #ff9000;
        color: #ff9000;
        margin-left: 10px;
        background: #fff;
    }

.yq_pro_list .mui-table-view-cell button .mui-icon-extra {
    color: #fff;
    margin: 0;
}

.yq_pro_list .mui-table-view-cell p a .mui-icon-extra {
    color: #ff9000;
    margin: 0;
    font-size: 16px;
}

.popover_class {
    background: #fff;
    border-radius: 0;
    min-height: 100%;
    right: 0 !important;
}

#popover1 #segmentedControl {
    border: none;
    display: inherit;
    padding: 10px;
}

#popover1 h3 {
    font-size: 16px;
    font-weight: normal;
    color: #999999;
    padding: 20px 20px;
}

#popover1 .mui-segmented-control .mui-control-item {
    border: none;
    float: left;
    width: 33.33%;
    color: #333;
    padding: 8px 0px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

    #popover1 .mui-segmented-control .mui-control-item.mui-active {
        background: #ff9000;
        box-shadow: 1px 0px 8px #ff9000;
        display: inline-block;
        color: #fff;
    }

#popover1 .mui-control-content {
    padding: 10px;
}

    #popover1 .mui-control-content a {
        border: none;
        float: left;
        text-align: center;
        width: 33.33%;
        color: #333;
        padding: 8px 0px;
        border-radius: 20px;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }

        #popover1 .mui-control-content a.mui-active {
            background: #ff9000;
            box-shadow: 1px 0px 8px #ff9000;
            color: #fff;
        }

nav.bottom_proclass {
    position: fixed;
    bottom: 0;
    width: 280px;
}

    nav.bottom_proclass button {
        width: 140px;
        float: left;
        border-radius: 0;
        border: inherit;
        line-height: 1.82;
    }

        nav.bottom_proclass button:first-child {
            background: #ff9000;
            color: #fff;
        }

        nav.bottom_proclass button:last-child {
            border: 1px solid #dcdcdc;
            color: #333;
        }









/*搜索页面*/
.leftmenu1 {
    padding: 20px 15px;
    margin-bottom: 10px;
}

    .leftmenu1 ul {
        margin: 0;
    }

        .leftmenu1 ul li {
            display: inline;
            padding-right: 6px;
        }

        .leftmenu1 ul > li + li:before {
            content: "\003E";
            color: #333;
        }

        .leftmenu1 ul > li + li a {
            padding-left: 6px;
        }

        .leftmenu1 ul a {
            vertical-align: middle;
            font-size: 14px;
            color: #333;
        }

.dqkeyw {
    padding: 20px 15px 0;
    font-size: 22px;
    color: #666;
    font-weight: 700;
    background: #fff;
}

    .dqkeyw > h3 {
        font-size: 16px;
        color: #999;
        padding-bottom: 8px;
        margin: 0;
        padding-top: 26px;
        font-weight: normal;
        border-bottom: 1px solid #bfbfbf;
    }

.yq_tagym ul {
    font-size: 0;
    overflow: hidden;
    margin-right: -10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
}

    .yq_tagym ul li {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
        line-height: 20px;
        font-size: 14px;
        color: #333;
        background-color: #f6f6f6;
        border: 1px solid #ddd;
        box-sizing: border-box;
        text-align: center;
        -webkit-box-flex: auto;
        -moz-box-flex: auto;
        flex: auto;
        -webkit-flex: auto;
    }

        .yq_tagym ul li a {
            display: inline-block;
            width: 100%;
            height: 100%;
            padding: 6px 10px;
            color: #333;
        }




.search-list {
}

    .search-list .search-list-item {
        background: #fff;
        padding: 10px 15px;
    }

        .search-list .search-list-item a {
            color: #333;
        }

        .search-list .search-list-item h4 {
            font-size: 18px;
            font-weight: 400;
            margin-bottom: 5px;
            line-height: 1.84;
        }

        .search-list .search-list-item p {
            font-size: 14px;
            word-break: break-all;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .search-list .search-list-item .search-list-after {
            margin-top: 10px;
            color: #999;
        }

            .search-list .search-list-item .search-list-after span {
                margin-right: 15px;
                color: #999;
                font-size: 14px;
            }

                .search-list .search-list-item .search-list-after span a {
                    color: #999;
                    font-size: 14px;
                    margin-right: 5px;
                }

.yq_tagym {
    margin-bottom: 0;
    background-color: #fff;
    padding: 24px 15px;
}

    .yq_tagym h2 {
        color: #666;
        margin-bottom: 12px;
        padding-bottom: 8px;
        font-size: 16px;
        font-weight: 400;
        border-bottom: 1px solid #e4e9f0;
    }



/*翻页*/
ul.pagination {
    padding: 0 15px;
    display: inline-block;
}

    ul.pagination > li {
        display: inherit;
        float: left;
        line-height: 34px;
        font-size: 14px;
    }

.pagination > li > a, .pagination > li > span {
    margin-right: 4px;
    padding: 6px 12px;
    color: #696969;
    font-size: 14px;
    border: 1px solid #e5e5e5;
}

.pagination > li.disabled a {
    background: #ff9000;
    color: #fff;
    border: 1px solid #ff9000;
    margin-right: 6px;
}




/*字体*/
@font-face {
    font-family: "iconfont";
    src: url('iconfont.eot?t=1582535510745'); /* IE9 */
    src: url('iconfont.eot?t=1582535510745#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAANUAAsAAAAABxwAAAMGAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCcAqCKIIcATYCJAMICwYABCAFhG0HLhtABsgOJU3HwABYAUVAPPy39nrf7OwPgkKUkYQqKbMidsCqlbVVioUsH89G/B/tvt5gAWdJDJIPZ7I8GCVRqmiEqY797VVX8eBy+t8AD+cB5TLXwDEBA0sD2hvbIAEXSGDeMHYTgUM4TaBenxzcWlvPCHjKwKRAXDQZJPDMuWTZitYKlZqVWbyCUm16wT8HXvLvx39F4UlSFkDergutKjT88oRxwv3/9+EYRYA9nwHWOgrMAJnYV2vaJsjQDEF9EBINgX1lB79q/1cpa7d/PIKoAJmNoEdl3RMbc241M4EsO08DT0b1JG1FrX4sOh3+oE4PfBwLjzgD7c/0bV8Boc3702f/1i+1p8LUvLDQ9yMnQx8X6Px7nJ5desDnzJkIffydfuDL4IfRredsA/H+Ojr//LaYCF0f9/lSd8+wc1sjQ9+/H6mG5NrWn5bp73tf722sGIzdrl25+nsdp8v2dKmnZyFjwH0XebPungzJniGPrv++ekXbPhjbWLF377W309P/a1tjb28TxGtHvII3Ts2MHK+5fKC8WFKCljxvbRfEN3fvb+N7uTvToZ38waIJvrNnbaGHC5R/byGshz9UNM5X0hvW9XKWAKpvhQdCw7//jXJTb5oPmPtV65PBz3uPxrij+laEfhZQe4fm4E+zezbkkAvUKfvsWktyetTEhHr1qNJt7T6PlXW9VizU6no5S43eFAq1RtCMn4FSg1moqLUI9aa1r2/QgRJErsOUXQqEVnchafYWCq1eoBn/CUrdfkBFawhQ70B07NhgLEzeqxRLDKtIXkUmxWEnSMu8RfYQNixaJZrlcuIYpprJiwrzCorRdmzHdI452pKhiDGCCHXYUJtyHrZaHchJHWassDwjY86q/HxS96I8xWEDb6soTMJgKkS2CjFRONgR2p7xLn1+CGawyEpCW0oGtGMwSmPqHimUp6AH2i6y9yq5l0s0SwyKMAyBEJSDDdKmGDArDDkgzvphZpiCyWMcEXCqkq+1In1FeetLbB+QaVUA5ClgcSHf0jAFAAAA') format('woff2'), url('iconfont.woff?t=1582535510745') format('woff'), url('iconfont.ttf?t=1582535510745') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('iconfont.svg?t=1582535510745#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
    content: "\e608";
}

/*图片放大*/
.mui-preview-image.mui-fullscreen {
    position: fixed;
    z-index: 20;
    background-color: #000;
}

.mui-preview-header,
.mui-preview-footer {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
}

.mui-preview-header {
    height: 44px;
    top: 0;
}

.mui-preview-footer {
    height: 50px;
    bottom: 0px;
}

.mui-preview-header .mui-preview-indicator {
    display: block;
    line-height: 25px;
    color: #fff;
    text-align: center;
    margin: 15px auto 4;
    width: 70px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    font-size: 16px;
}

.mui-preview-image {
    display: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .mui-preview-image.mui-preview-in {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }

    .mui-preview-image.mui-preview-out {
        background: none;
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
    }

        .mui-preview-image.mui-preview-out .mui-preview-header,
        .mui-preview-image.mui-preview-out .mui-preview-footer {
            display: none;
        }

.mui-zoom-scroller {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-backface-visibility: hidden;
}

.mui-zoom {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.mui-slider .mui-slider-group .mui-slider-item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
    width: 100%;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
    display: inline-table;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
    display: table-cell;
    vertical-align: middle;
}

.mui-preview-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

    .mui-preview-loading.mui-active {
        display: block;
    }

    .mui-preview-loading .mui-spinner-white {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -25px;
        margin-top: -25px;
        height: 50px;
        width: 50px;
    }

.mui-preview-image img.mui-transitioning {
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

p img {
    max-width: 100%;
    height: auto;
}
/*底部*/
#Consulting {
    margin-top:44px;
    background:#ff9000;
}
    #Consulting img {
        height:24px;
    }
    #Consulting span {
        color:#fff;
    }