﻿/*全局样式*/
.navbar-header {
    width: auto;
}

body.index {
    overflow: inherit !important;
    background: #f5f5f5;
    min-height: 100vh;
    overflow-x: hidden;
}

li {
    list-style: none;
}

a {
    color: inherit;
}

    a, a:hover, a:focus {
        cursor: pointer;
        text-decoration: none;
        color: inherit;
    }

p {
    margin: 0;
}

ul, li {
    padding: 0;
}
/*导航*/
.yq_nav {
    background-color: #333333;
    color: #fff;
    padding: 0;
}

    .yq_nav a:hover {
        color: #ff9000;
    }

    .yq_nav .nav_line {
        width: 100%;
        height: 1px;
        background: #5c5c5c;
    }

    .yq_nav .nav-top input {
        border-radius: 0;
        background-color: #424242;
        color: #fff;
        border: 0;
        height: 38px;
        position: absolute;
        width: 200px !important;
        right: 40px;
        top: -1px;
        padding-top: 0;
        padding-bottom: 0;
        transition: all;
        transition-duration: .5s;
        z-index: 1;
        box-shadow: none;
    }

        .yq_nav .nav-top input:focus {
            outline: none;
        }

        .yq_nav .nav-top input:hover {
            width: 300px !important;
            border: 1px solid #ff9000;
            transition: all;
            transition-duration: .5s;
        }

    .yq_nav .input-group-addon {
        background-color: #424242;
        color: #fff;
        border: 0;
        border-radius: 0;
        cursor: pointer;
        width: 40px !important;
        height: 38px !important;
        position: relative;
        top: -1px;
    }

    .yq_nav .nav-top > ul {
        height: 40px;
        line-height: 40px;
        margin-bottom: 0;
    }

    .yq_nav .nav-bottom > ul {
        height: 58px;
        line-height: 56px;
        margin: 0;
    }

    .yq_nav li {
        display: inline-block;
        margin: 0 10px;
        font-size: 14px;
    }

        .yq_nav li span.glyphicon {
            margin-right: 5px;
        }

    .yq_nav .nav-bottom ul > li:hover .dropdown-menu {
        display: block;
    }

    .yq_nav .nav-bottom ul > li .dropdown-menu {
        margin: 0;
        min-width: 100%;
        padding: 10px;
        text-align: center;
        line-height: 36px;
        left: -4px;
    }

        .yq_nav .nav-bottom ul > li .dropdown-menu > li {
            margin: 0;
            width: 100%;
        }

            .yq_nav .nav-bottom ul > li .dropdown-menu > li.active a {
                color: #ff9000;
                border: none;
                background: #fff;
            }

            .yq_nav .nav-bottom ul > li .dropdown-menu > li a:hover {
                color: #ff9000;
                border: none;
                background: #fff;
            }

    .yq_nav .nav-bottom > ul.pull-left > li > a {
        border-bottom: 2px solid #333;
        display: inline-block;
    }

    .yq_nav .nav-bottom > ul.pull-right > li > a {
        border-bottom: 2px solid #ff9000;
        display: inline-block;
    }

    .yq_nav .nav-bottom > ul > li a:hover {
        color: #ff9000;
        border-bottom: 2px solid #ff9000;
    }

    .yq_nav .nav-bottom > ul > li.active > a {
        color: #ff9000;
        border-bottom: 2px solid #ff9000;
    }

.top-register > li {
    background-color: #ff9000;
    padding: 0 15px;
}

.yq_nav .nav-bottom .top-register > li a:hover {
    color: #fff;
}
/*导航结束*/
/*首页样式*/
/*首页banner*/
.index .carousel-inner > .item {
    width: 100%;
    overflow: hidden;
    height: 502px;
}

    .index .carousel-inner > .item > a {
        width: 1920px; /*图片宽度*/
        position: absolute;
        left: 50%;
        margin-left: -960px; /*图片宽度的一半*/
    }

        .index .carousel-inner > .item > a > img, .index .carousel-inner > .item > img {
            width: 100%;
            max-height: 502px;
        }

.index .carousel .item .itemcon {
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.index .carousel-caption {
    text-align: left;
    top: 22%;
    left: 21%;
    right: 56%;
    padding-bottom: 0;
    padding-top: 0;
    text-shadow: none;
    color: #000;
}

    .index .carousel-caption > h3 {
        font-size: 34px;
        color: #000;
        font-weight: 600;
        margin-top: 4%;
        opacity: 0;
        animation: lefteaseinAnimate 1s ease-out 0s 1;
        -webkit-animation: lefteaseinAnimate 1s ease-out 0s 1;
        -ms-animation: lefteaseinAnimate 1s ease-out 0s 1;
        -o-animation: lefteaseinAnimate 1s ease-out 0s 1;
        -moz-animation: lefteaseinAnimate 1s ease-out 0s 1;
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        -ms-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
    }

    .index .carousel-caption > p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 48px;
        margin-bottom: 48px;
        color: #000;
        opacity: 0;
        animation: lefteaseinAnimate 1s ease-out 0.2s 1;
        -webkit-animation: lefteaseinAnimate 1s ease-out 0.2s 1;
        -ms-animation: lefteaseinAnimate 1s ease-out 0.2s 1;
        -o-animation: lefteaseinAnimate 1s ease-out 0.2s 1;
        -moz-animation: lefteaseinAnimate 1s ease-out 0.2s 1;
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        -ms-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
    }

    .index .carousel-caption > a {
        animation: lefteaseinAnimate 1s ease-out 0.2s 1;
        -webkit-animation: lefteaseinAnimate 1s ease-out 0.2s 1;
        -ms-animation: lefteaseinAnimate 1s ease-out 0.2s 1;
        -o-animation: lefteaseinAnimate 1s ease-out 0.2s 1;
        -moz-animation: lefteaseinAnimate 1s ease-out 0.2s 1;
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        -ms-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        display: inline-block;
        background: #ff9000;
        color: #fff;
        padding: .7em 1.5em;
        font-size: 14px;
        opacity: 0;
        -webkit-transition: transform .2s linear;
        transition: transform .2s linear;
    }

@keyframes lefteaseinAnimate {
    0% {
        transform: translateY(380px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@-webkit-keyframes lefteaseinAnimate {
    0% {
        -webkit-transform: translateY(380px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
}

@-ms-keyframes lefteaseinAnimate {
    0% {
        -ms-transform: translateY(380px);
        opacity: 0;
    }

    100% {
        -ms-transform: translateY(0px);
        opacity: 1;
    }
}

@-moz-keyframes lefteaseinAnimate {
    0% {
        -moz-transform: translateY(380px);
        opacity: 0;
    }

    100% {
        -moz-transform: translateY(0px);
        opacity: 1;
    }
}

.index .carousel-caption h3 p {
    font-size: 14px;
    margin-top: 13px;
    font-weight: normal;
}

.index .carousel-control {
    background: none;
    display: none;
    width: 6%;
}

    .index .carousel-control img {
        width: 55px;
        height: 55px;
    }


    .index .carousel-control .icon-prev {
        left: 30px;
    }

    .index .carousel-control .icon-next {
        right: 30px;
    }

@media (min-width: 1400px) {
    .index .carousel-control .icon-prev {
        left: 50%;
    }

    .index .carousel-control .icon-next {
        right: 50%;
    }
}
/*首页banner结束*/
/*首页一级/二级标题*/
.index .title {
    font-size: 22px;
    color: #333;
    padding: 60px 0 10px 0;
}

.index .subtitle {
    font-size: 14px;
    color: #666;
    padding: 0px 0 60px 0;
}
/*标题结束*/
.feature .col-xs-6 {
    padding: 0;
}

    .feature .col-xs-6:first-child .item {
        border-left: 1px solid #c4c4c4;
    }

.feature .item {
    padding: 20px;
    border-right: 1px solid #c4c4c4;
    display: block;
}

    .feature .item:hover {
        z-index: 1;
        box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    }

        .feature .item:hover .item_title {
            color: #ff9000;
        }

    .feature .item > div {
        display: table;
        height: 100%;
    }

    .feature .item .media {
        display: table-cell;
        vertical-align: middle;
        font-size: 14px;
        color: #323232;
    }

        .feature .item .media .remark {
            height: 40px;
            font-size: 12px;
            line-height: 20px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }

/*解决方案开始*/
.index .solution {
    background: #3a3a3a;
}

    .index .solution .item {
        width: 20%;
        float: left;
        position: relative;
    }

        .index .solution .item > img {
            width: 100%;
        }

    .index .solution .item-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #fff;
        overflow: hidden;
    }

        .index .solution .item-content img {
            -webkit-transition: all 1s cubic-bezier(.23,1,.32,1);
            -o-transition: all 1s cubic-bezier(.23,1,.32,1);
            transition: all 1s cubic-bezier(.23,1,.32,1);
            position: relative;
            left: 0%;
            top: 110px;
            width: 80px;
        }

        .index .solution .item-content .title {
            padding: 0;
            color: #fff;
            -webkit-transition: all 1s cubic-bezier(.23,1,.32,1);
            -o-transition: all 1s cubic-bezier(.23,1,.32,1);
            transition: all 1s cubic-bezier(.23,1,.32,1);
            font-size: 18px;
            text-align: center;
            position: relative;
            left: 0%;
            top: 130px;
        }

        .index .solution .item-content .item-word {
            position: relative;
            top: 160px;
            color: transparent;
            transition: all;
            transition-duration: 1s;
            padding: 20px;
            font-size: 12px;
            text-align: justify;
        }

    .index .solution .item:hover img {
        top: 15px;
        color: #fff;
    }

    .index .solution .item:hover .title {
        top: 15px;
        color: #fff;
    }

    .index .solution .item:hover .item-word {
        top: 15px;
        color: #fff;
    }

    .index .solution .item .item-word > div {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .index .solution .item-content .item-word a {
        display: inline-block;
        border: 1px solid #fff;
        padding: 10px 20px;
        margin-top: 20px;
    }

        .index .solution .item-content .item-word a:hover {
            background-color: #fff;
            color: #ff9000;
        }

    .index .solution .item:hover {
        transform: scale(1.1);
        transition: all;
        transition-duration: 2s;
        z-index: 1;
    }
/*解决方案结束*/
/*首页产品*/
.product {
    background: #fff;
}

    .product.bghui {
        background: #f5f5f5;
        padding: 30px 0 0px;
    }

    .product .nav li {
        width: 20%;
        text-align: center;
    }

    .product .case .nav {
        border-bottom: 0;
    }

        .product .case .nav a {
            border: none;
            border-radius: 0;
            background-color: transparent;
            padding-left: 0;
            padding-right: 0;
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
        }

            .product .case .nav a > div {
                margin-top: 15px;
            }

            .product .case .nav a:hover {
                border: none;
                background-color: transparent;
            }

        .product .case .nav .active a {
            color: #ff9000;
            border-bottom: 2px solid #ff9000 !important;
            -webkit-filter: grayscale(0); /* Chrome, Safari, Opera */
            filter: grayscale(0);
        }

            .product .case .nav .active a:focus {
                background-color: transparent;
            }

    .product .item {
        background-color: #fff;
        padding: 20px 25px;
        height: 164px;
        overflow: hidden;
        color: #323232;
        font-size: 14px;
        transition-duration: 0.5s;
        cursor: pointer;
    }

        .product .item .summary {
            font-size: 12px;
            line-height: 26px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }

        .product .item:hover {
            z-index: 1;
            box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
        }

    .product .tab-content .row > div {
        padding: 7.5px 15px;
    }

    .product .yq_seemore {
        text-align: center;
        padding: 50px 0;
    }

        .product .yq_seemore a {
            display: inline-block;
            border: 1px solid #666;
            padding: 6px 30px;
        }

            .product .yq_seemore a:hover {
                border: 1px solid #ff9000;
                color: #ff9000;
            }
/*首页产品结束*/
/*首页在线服务*/
.service .media {
    background-color: #fff;
    padding: 40px 35px;
    margin-bottom: 40px;
    -webkit-transition: all 1s cubic-bezier(.23,1,.32,1);
    -o-transition: all 1s cubic-bezier(.23,1,.32,1);
    transition: all 1s cubic-bezier(.23,1,.32,1);
    cursor: pointer;
}

    .service .media:hover {
        box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    }

.service .media-body h4 {
    font-size: 16px;
    color: #323232;
}

.service .media:hover .media-body h4 {
    color: #ff9000;
}

.service .media-body .text-left a {
    border: 1px solid #666;
    color: #666;
    display: inline-block;
    padding: 6px 20px;
    margin-right: 10px;
}

.service .media .text-left a:hover {
    background-color: #ff9000;
    color: #fff;
    border-color: transparent;
}

.service .media-body {
    padding-left: 20px;
}

    .service .media-body .content {
        margin: 25px 0;
    }
/*在线服务结束*/
/*立即注册按钮*/
.register {
    background-image: url(/images/bottombg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    height: 199px;
}

    .register div {
        color: #fff;
        font-size: 18px;
        padding: 60px 0 20px 0;
    }

    .register a.btn {
        background-color: #ff9000;
        color: #fff;
        border: 0;
        border-radius: 0;
        font-size: 15px;
        padding: 6px 22px;
    }
/*立即注册结束*/
/*footer*/
.footer {
    background-color: #333;
    padding-top: 60px;
}

    .footer .copyright {
        color: #fff;
        text-align: center;
        line-height: 4;
    }

    .footer ul {
        float: left;
        width: 20%;
        color: #737172;
    }

        .footer ul li:nth-child(1) {
            color: #fff;
            margin: 0 0 20px 0;
            font-size: 14px;
        }

        .footer ul li:nth-child(n+2) {
            margin: 10px 0;
        }

            .footer ul li:nth-child(n+2):hover a {
                color: #ff9000;
            }

    .footer .foot_row {
        border-bottom: 1px solid #666666;
    }

.qrcode h3 {
    margin-top: 0;
}

    .qrcode h3 span {
        font-size: 14px;
    }

.qrcode .code-switch > div {
    writing-mode: vertical-rl;
    line-height: 3;
    letter-spacing: 3px;
    background-color: #3d3d3d;
    padding: 16px 0;
}

    .qrcode .code-switch > div.active:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 11px solid #545253;
        position: absolute;
        right: -11px;
        top: 50%;
        margin-top: -10px;
    }

.qrcode .code-switch {
    float: left;
    width: 42px;
}

.qrcode .imgdiv {
    float: left;
    background-color: #222;
    width: -moz-calc(100% - 42px);
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
    height: 200px;
    text-align: center;
    position: relative;
}

    .qrcode .imgdiv img {
        padding: 20px;
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
    }

.qrcode {
    overflow: hidden;
}

    .qrcode .code-switch > div {
        cursor: pointer;
        position: relative;
        z-index: 1;
    }

        .qrcode .code-switch > div span {
            position: absolute;
            left: 36px;
            top: 50%;
            color: #545253;
            font-size: 20px;
            margin-top: -10px;
            display: none;
        }

        .qrcode .code-switch > div.active {
            background-color: #545253;
        }

            .qrcode .code-switch > div.active span {
                display: block;
            }
/*首页合作伙伴*/
.index .partner {
    background: #fff;
    padding-bottom: 10px;
}

    .index .partner .img-div {
        padding: 15px 25px;
        display: table-cell;
        width: 0.1%;
        vertical-align: middle;
        border: 1px solid #d7d7d7;
        height: 112px;
        text-align: center;
        overflow: hidden;
        position: relative;
        -webkit-transition: all 1s cubic-bezier(.23,1,.32,1);
        -o-transition: all 1s cubic-bezier(.23,1,.32,1);
        transition: all 1s cubic-bezier(.23,1,.32,1);
    }

        .index .partner .img-div img {
            width: 100%;
            -webkit-transition: all 1s cubic-bezier(.23,1,.32,1);
            -o-transition: all 1s cubic-bezier(.23,1,.32,1);
            transition: all 1s cubic-bezier(.23,1,.32,1);
        }

        .index .partner .img-div a {
            position: absolute;
            left: 50%;
            top: 110px;
            margin-left: -40px;
            background: #ff9000;
            color: #fff;
            font-size: 12px;
            padding: 6px 10px;
            -webkit-transition: all 1s cubic-bezier(.23,1,.32,1);
            -o-transition: all 1s cubic-bezier(.23,1,.32,1);
            transition: all 1s cubic-bezier(.23,1,.32,1);
        }

            .index .partner .img-div a:after {
                content: "\2794";
                color: #fff;
                margin-left: 5px;
            }

        .index .partner .img-div:hover {
            border: 1px solid #ff9000;
            vertical-align: top;
        }

            .index .partner .img-div:hover img {
                width: 60%;
            }

            .index .partner .img-div:hover a {
                top: 67px;
            }

    .index .partner .row > div {
        padding: 15px;
    }

.yellow-line {
    background-color: #ff9000;
    width: 40px;
    height: 2px;
    margin: 15px 0;
}
/*首页新闻资讯*/
.module-con-item {
    padding-bottom: 40px;
}

    .module-con-item .header {
        position: relative;
        line-height: 43px;
        border-bottom: 1px solid #e5e5e5;
    }

        .module-con-item .header .img-box {
            display: inline;
            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: 25%;
            }

        .module-con-item .header .title {
            font-size: 18px;
            display: inline;
            font-weight: 700;
            cursor: pointer;
            padding: 0;
        }

    .module-con-item .list .item {
        padding: 15px 0 15px 4px;
        font-size: 14px;
        border-bottom: 1px solid #e5e5e5;
    }

        .module-con-item .list .item .item-title {
            line-height: 24px;
            margin: 0;
        }

        .module-con-item .list .item .cms-link {
            color: #333;
            display: block;
            font-size: 16px;
            line-height: 24px;
            overflow: hidden;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            width: 100%;
            -webkit-transition: all .4s cubic-bezier(0,0,.2,1);
            -o-transition: all .4s cubic-bezier(0,0,.2,1);
            transition: all .4s cubic-bezier(0,0,.2,1);
        }

            .module-con-item .list .item .cms-link:hover {
                color: #ff9000;
            }

        .module-con-item .list .item .item-data {
            color: #888;
            line-height: 24px;
        }
/*首页结束*/

/*翻页*/
.pagination {
    margin-top: 36px;
    margin-bottom: 40px;
}

    .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 > a:hover {
                background: #ff9000;
                color: #fff;
                border: 1px solid #ff9000;
            }

        .pagination > li.disabled a {
            background: #ff9000;
            color: #fff;
            border: 1px solid #ff9000;
        }

        .pagination > li input {
            float: left;
            width: 40px;
            text-align: right;
            border-radius: 0;
            height: 34px;
            padding: 0 10px;
            border: 1px solid #e5e5e5;
        }

        .pagination > li button {
            border-radius: 0;
            height: 34px;
            font-size: 12px;
            border: 1px solid #e5e5e5;
        }

            .pagination > li button:hover {
                background: #ff9000;
                color: #fff;
                border: 1px solid #ff9000;
            }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
        }
/*翻页结束*/
/*banner*/
.banner .carousel .item {
    width: 100%;
    overflow: hidden;
    height: 300px;
}

    .banner .carousel .item .itemcon {
        width: 1920px;
        position: absolute;
        left: 50%;
        margin-left: -960px;
    }

.banner .carousel-caption {
    text-align: left;
    top: 3%;
    left: 25%;
    padding-bottom: 0;
}

    .banner .carousel-caption h3 {
        font-size: 2.5em;
        margin-top: 4%;
    }

    .banner .carousel-caption p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 2%;
    }

    .banner .carousel-caption a {
        display: inline-block;
        background: #ff9000;
        color: #fff;
        padding: .7em 1.5em;
        font-size: 14px;
    }
/*banner结束*/
/*客户*/
.bodybg {
    background: #fafafa;
}

.customer {
    padding-top: 30px;
}

    .customer .col-xs-3.col-md-3 {
        padding-left: 7px;
        padding-right: 8px;
    }

.custom_list {
    display: block;
    background: #fff;
    text-align: center;
    padding: 15px 10px 10px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    transition: all;
    transition-duration: .5s;
    margin-top: 30px;
}

    .custom_list:hover {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    }

    .custom_list img {
        height: 70px;
        width: auto;
        max-width: 100%;
    }

    .custom_list h3 {
        font-size: 16px;
        height: 18px;
        line-height: 18px;
        color: #323232;
        margin-top: 15px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .custom_list p {
        font-size: 14px;
        color: #a1a2a4;
        margin-bottom: 10px;
    }

        .custom_list p span {
            color: #ff9000;
        }

    .custom_list .caption {
        border-top: 1px dashed #dcdcdc;
        padding: 15px 6px;
        text-align: left;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 28px;
        height: 104px;
    }

    .custom_list:hover h3 {
        color: #ff9000;
    }
/*客户结束*/

/*产品及解决方案列表页样式*/
.pro-solu .product .container > .title, .pro-solu .solution > .title {
    font-size: 26px;
    color: #000;
    margin: 40px 0 0px;
}

.pro-solu .product .container > .subtitle, .pro-solu .solution > .subtitle {
    font-size: 14px;
    color: #666;
    margin: 10px 0 60px;
}

.pro-solu .solution {
    padding-bottom: 30px;
}

    .pro-solu .solution .item {
        width: 100%;
        padding: 30px;
        color: #fff;
        background-repeat: no-repeat;
        display: inline-block;
        -webkit-transition: box-shadow .2s linear;
        -webkit-transition: transform .2s linear;
        transition: box-shadow .2s linear;
        transition: transform .2s linear;
    }

    .pro-solu .solution .row > div, .pro-solu .product .row > div {
        padding: 15px;
    }

    .pro-solu .solution .item .title {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 30px;
        color: #fff;
        font-weight: 600;
        width: 100%;
    }

    .pro-solu .solution .item:hover {
        /*box-shadow: 0px 0px 15px 2px rgba(0,0,0,.3);*/
        -webkit-transform: translate3d(0,-3px,0);
        transform: translate3d(0,-3px,0);
    }

    .pro-solu .solution .item .item-subtitle {
        max-width: 250px;
    }

    .pro-solu .solution .item > div {
        font-size: 14px;
        color: #fff;
        line-height: 20px;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        width: 60%;
    }

    .pro-solu .solution .two.item {
        background-color: #ff9000;
    }

        .pro-solu .solution .two.item > div {
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            width: 100%;
        }

        .pro-solu .solution .two.item .title {
            margin-bottom: 30px;
        }
/*解决方案结束*/

/*产品二级首页*/
.pro-solu .product {
    padding-bottom: 30px;
}

    .pro-solu .product .item {
        border: 1px solid #d7d7d7;
        position: relative;
        top: 0;
        transition-duration: 0.5s;
        min-height: 340px;
    }

        .pro-solu .product .item:hover {
            top: -5px;
            transition: all;
            transition-duration: 0.5s;
        }

        .pro-solu .product .item .title {
            margin: 25px 0;
            font-size: 18px;
            color: #000;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .pro-solu .product .item .body {
            line-height: 1.6;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
            overflow: hidden;
            font-size: 14px;
        }

    .pro-solu .product .link a {
        background-color: #ff9000;
        color: #fff;
        padding: 10px 15px;
        margin-top: 20px;
        display: inline-block;
    }

    .pro-solu .product .pro_side_nav {
        position: relative;
    }

        .pro-solu .product .pro_side_nav ul {
            border-bottom: 2px solid #e8e8e8;
            margin-bottom: 20px;
            display: flex;
            display: -moz-flex;
            display: -webkit-flex;
            justify-content: center;
            align-items: center;
        }

            .pro-solu .product .pro_side_nav ul li {
                width: initial;
                margin: 10px 30px;
                position: relative;
            }

                .pro-solu .product .pro_side_nav ul li a {
                    padding: 0;
                    font-size: 18px;
                    font-weight: 500;
                }

                .pro-solu .product .pro_side_nav ul li.active::after, .pro-solu .product .pro_side_nav ul li:hover::after {
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: -12px;
                    width: 100%;
                    height: 2px;
                    background: #ff9000;
                }

                .pro-solu .product .pro_side_nav ul li.active a, .pro-solu .product .pro_side_nav ul li.active a:focus, .pro-solu .product .pro_side_nav ul li.active a:hover {
                    color: #ff9000;
                    background: initial;
                }

.product .yq_proc_button {
    position: absolute;
    right: 0;
    bottom: 0;
}

    .product .yq_proc_button a {
        display: inline-block;
        color: #ff9000;
        font-size: 14px;
        padding: 10px 0px 10px 15px;
       
    }


.pro_class ul {
    display: flex;
    display: -webkit-flex;
    border: inherit;
}

    .pro_class ul li {
        flex: 1;
    }

        .pro_class ul li a {
            border: inherit;
            margin-right: 0;
            border-radius: 0;
            background: #f7f7f7;
            border-top: 1px solid #dddddd;
            border-bottom: 1px solid #ddd;
            border-right: 1px solid #ddd;
        }

        .pro_class ul li:first-child a {
            border-left: 1px solid #ddd;
        }

        .pro_class ul li.active a {
            border-top-color: #ff9000;
            border-bottom-color: #ddd;
            background: inherit;
            background: #fff;
            color: #323232;
        }

            .pro_class ul li a:hover, .pro_class ul li.active a:hover {
                border-top-color: #ff9000;
                background: inherit;
                color: #323232;
            }
/*产品二级首页结束*/
/*产品详情页*/
.yq_protitle {
    background: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
}

    .yq_protitle .media-body {
        padding-left: 20px;
        position: relative;
    }

        .yq_protitle .media-body .title {
            font-size: 18px;
            color: #323232;
            font-weight: 600;
            margin-bottom: 23px;
        }

        .yq_protitle .media-body .content {
            line-height: 26px;
            font-size: 14px;
        }

            .yq_protitle .media-body .content span {
                color: #ff9000;
                font-weight: 600;
            }

        .yq_protitle .media-body .yq_gobuy {
            position: absolute;
            bottom: 0;
        }

            .yq_protitle .media-body .yq_gobuy a {
                display: inline-block;
                padding: 7px 15px;
                background: #ff9000;
                color: #fff;
                font-size: 14px;
            }

                .yq_protitle .media-body .yq_gobuy a span {
                    margin-right: 5px;
                }

.yq_procon {
    background: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    padding: 0 !important;
}

    .yq_procon > h2 {
        margin: 0;
        border-bottom: 1px solid #dcdcdc;
        padding: 30px;
        font-size: 18px;
        font-weight: 600;
        color: #323232;
        text-indent: 4em;
        background: url("/images/icon_tjcp.png") no-repeat 30px center;
    }

    .yq_procon > .clearfix {
        padding: 44px 50px 10px;
        font-size: 14px;
        color: #a0a0a0;
        line-height: 46px;
    }

        .yq_procon > .clearfix a {
            font-size: 14px;
            color: #a0a0a0;
        }

        .yq_procon > .clearfix > .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;
        }

            .yq_procon > .clearfix > .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: 20px;
    margin-bottom: 20px;
}

    .yq_pronext a {
        font-size: 14px;
    }

        .yq_pronext a:hover {
            color: #ff9000;
        }
/*项目案例列表页*/
#projectlist {
    padding-top: 60px;
}

    #projectlist .item {
        overflow: hidden;
        margin-bottom: 30px;
    }

    #projectlist .head-img {
        padding: 0 60px;
        text-align: center;
        border: 1px solid #dddddd;
        height: 105px;
        width: 0.1%;
        line-height: 105px;
        display: table-cell;
        vertical-align: middle;
    }

        #projectlist .head-img img {
            max-height: 46px;
            max-width: 100%;
        }

    #projectlist .body img {
        width: 100%;
    }

    #projectlist .body, #projectlist .item {
        position: relative;
    }

        #projectlist .body .body-word, #projectlist .body .body-detail {
            position: absolute;
        }

        #projectlist .body .body-word {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            color: #fff;
        }

            #projectlist .body .body-word .table-div {
                display: table;
                width: 100%;
                height: 100%;
                position: relative;
            }

                #projectlist .body .body-word .table-div::after {
                    content: "";
                    display: inline-block;
                    width: 100%;
                    height: 100%;
                    /*background: rgba(0,0,0,.4);*/
                    background: url(../img/caseBg.png) no-repeat;
                    background-size: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                }

            #projectlist .body .body-word .cell-div {
                display: table-cell;
                vertical-align: middle;
            }

                #projectlist .body .body-word .cell-div p {
                    position: relative;
                    z-index: 1;
                    font-size: 14px;
                }

        #projectlist .item .detail {
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: #fff;
            left: 0;
            top: 100%;
            z-index: 5;
            border: 1px solid #ddd;
        }

        #projectlist .item:hover .detail {
            border: 1px solid #ddd;
            top: 0;
            transition: all;
            transition-duration: 0.6s;
        }

    #projectlist .detail {
        padding: 40px 60px 40px;
        font-size: 0;
    }

        #projectlist .detail .title {
            font-size: 16px;
            color: #333;
            margin-top: 10px;
        }

        #projectlist .detail .describe {
            font-size: 14px;
            line-height: 24px;
            height: 98px;
            color: #666;
            margin: 20px 0;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        #projectlist .detail a img {
            max-width: 70px;
        }

        #projectlist .detail .link {
            margin: 10px 0;
            display: -webkit-flex;
            display: flex;
        }

            #projectlist .detail .link a {
                flex: 1;
                font-size: 12px;
                color: #ff9000;
            }

    #projectlist .detail-link a {
        background-color: #ff9000;
        color: #fff;
        padding: 7px 15px;
        width: auto;
        font-size: 12px;
        display: inline-block;
    }
/*项目案例详情页*/
.example_warp {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.example {
    margin: 0 auto;
    width: 1000px;
    height: auto;
    overflow: hidden;
}

    .example div img {
        max-width: 100% !important;
        width: 100% !important;
    }

    .example ul.nav-tabs {
        display: flex;
        display: -webkit-flex;
    }

    .example .nav-tabs li {
        flex: 1;
        cursor: pointer;
    }

        .example .nav-tabs li a {
            border-radius: 0;
            border: 1px solid #eee;
            text-align: center;
            padding: 25px 10px;
            cursor: pointer;
        }

        .example .nav-tabs li.active > a {
            color: #fff;
            background: #ff9000;
            border: 1px solid #ff9000;
        }

    .example .tab-content {
        min-height: 500px;
    }

.example_left {
    width: 290px;
    position: fixed;
    top: 450px;
    left: 70px;
    bottom: 550px;
    z-index: 9;
}

.example_1 {
    font-size: 24px;
    color: #000;
    border-left: 3px solid #ff9000;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .example_1 h3 {
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .example_1 p {
        margin-top: 5px;
        color: #333;
        font-size: 14px;
    }

        .example_1 p a {
            color: #ff9000;
        }

.example_2 {
    padding: 10px;
}

    .example_2 p {
        margin-top: 10px;
        margin-bottom: 5px;
        line-height: 26px;
    }

        .example_2 p:nth-child(1) {
            max-height: 240px;
            overflow-y: auto;
        }
        /*滚动条样式*/
        .example_2 p::-webkit-scrollbar { /*滚动条整体样式*/
            width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
            height: 4px;
        }

        .example_2 p::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
            border-radius: 5px;
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            background: rgba(0,0,0,0.2);
        }

        .example_2 p::-webkit-scrollbar-track { /*滚动条里面轨道*/
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            border-radius: 0;
            background: rgba(0,0,0,0.1);
        }

        .example_2 p a {
            float: left;
            width: 42.5%;
            border: 1px solid #cccccc;
            height: 38px;
            line-height: 38px;
            font-size: 14px;
            text-align: center;
            /*padding:5px 10px;*/
        }

            .example_2 p a span {
                float: right;
                height: 100%;
                width: 30%;
                border-left: 1px solid #ccc;
            }

            .example_2 p a:first-child {
                margin-right: 15%;
            }

                .example_2 p a:first-child span {
                    float: left;
                    border-left: none;
                    border-right: 1px solid #ccc;
                }

            .example_2 p a:hover {
                color: #ff9000;
                border: 1px solid #ff9000;
            }

                .example_2 p a:hover span {
                    border-color: #ff9000;
                }

        .example_2 p.kehuzx {
            margin-top: 20px;
        }

            .example_2 p.kehuzx a {
                border: 1px solid #ff9000;
            }

                .example_2 p.kehuzx a:last-child {
                    background: #ff9000;
                    color: #fff;
                }

.example_right .fixed {
    top: 450px;
    bottom: inherit;
    min-height: 200px;
    right: 10px;
    background: #f4f4f4;
    padding-left: 10px;
}

    .example_right .fixed .guide-head {
        background: inherit;
    }

    .example_right .fixed .guide-list {
        background: inherit;
    }

        .example_right .fixed .guide-list a:hover {
            color: #ff9000;
        }

        .example_right .fixed .guide-list a.active {
            color: #ff9000;
        }

@media screen and (max-width:1700px)and (min-width:1366px) {
    .example_warp {
        width: 100%;
        height: auto;
    }

    .example {
        float: left;
        margin-left: 29%;
        width: 60%;
        height: auto;
        overflow: hidden;
    }

    .example_left {
        width: 20%;
        position: fixed;
        top: 450px;
        bottom: 550px;
        z-index: 9;
    }
}

@media screen and (max-width:1365px)and (min-width:1200px) {
    .example_warp {
        width: 100%;
        height: auto;
    }

    .example {
        float: left;
        margin-left: 29%;
        width: 60%;
        height: auto;
        overflow: hidden;
    }

    .example_left {
        width: 20%;
        position: fixed;
        top: 231px;
        bottom: 550px;
        z-index: 9;
    }
}

@media screen and (max-width:1200px)and (min-width:1000px) {
    .example_warp {
        width: 100%;
        height: auto;
    }

    .example {
        float: left;
        margin-left: 29%;
        width: 60%;
        height: auto;
        overflow: hidden;
    }

    .example_left {
        width: 20%;
        position: fixed;
        top: 231px;
        bottom: 550px;
        z-index: 9;
    }
}

@media screen and (max-width:1000px)and (min-width:700px) {
    .example_warp {
        width: 100%;
        height: auto;
    }

    .example {
        margin-top: 80px;
        margin: 0 auto;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .example_right {
        display: none;
    }

    .example_left {
        margin-bottom: 20px;
        width: 95%;
        position: relative;
        top: 0;
        z-index: 9;
    }
}
/*左侧导航/面包屑导航*/
.leftmenu {
    border-bottom: 1px solid #ececec;
    background: #fbfbfb;
    margin-bottom: 20px;
}

    .leftmenu h2.page-header {
        display: none;
    }

    .leftmenu ul.nav {
        text-align: center;
    }

    .leftmenu ul li {
        display: inline-block;
    }


    .leftmenu ul.nav li a {
        padding: 18px 20px 18px 18px;
    }

        .leftmenu ul.nav li a span {
            color: #ff9000;
            font-size: 20px;
            margin-right: 10px;
            float: left;
        }

        .leftmenu ul.nav li a:after {
            content: "";
            display: inline-block;
            width: 80%;
            height: 2px;
            background: #fbfbfb;
            position: absolute;
            bottom: 0;
            left: 10px;
        }

    .leftmenu ul li a:hover {
        color: #ff9000;
    }

    .leftmenu ul.nav li a:hover:after {
        content: "";
        display: inline-block;
        width: 80%;
        height: 2px;
        background: #ff9000;
        position: absolute;
        bottom: 0;
        left: 10px;
    }

    .leftmenu ul.breadcrumb {
        padding: 15px 10px;
        margin: 0;
        font-size: 14px;
        background: inherit;
    }

        .leftmenu ul.breadcrumb a {
            color: #666;
        }

        .leftmenu ul.breadcrumb > li + li:before {
            content: "\003E";
            color: #666;
        }
/*左侧导航结束*/
/*新闻资讯专题页*/
h2.newslist_title {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 24px;
    font-style: italic;
    color: #323232;
}

    h2.newslist_title a {
        color: #666;
        font-size: 14px;
        font-style: normal;
        line-height: 26px;
    }

        h2.newslist_title a:hover {
            color: #ff9000;
        }

        h2.newslist_title a::after {
            content: "\00BB";
        }
/*远齐资讯*/
.yq_newslist {
    padding-bottom: 60px;
}

    .yq_newslist .thumbnail {
        border: none;
        border-radius: 0px;
        margin-bottom: 0;
        padding: 0;
        -webkit-transition: box-shadow .2s linear;
        -webkit-transition: transform .2s linear;
        transition: box-shadow .2s linear;
        transition: transform .2s linear;
    }

        .yq_newslist .thumbnail:hover {
            -webkit-transform: translate3d(0,-5px,0);
            transform: translate3d(0,-5px,0);
        }

            .yq_newslist .thumbnail:hover .caption h3 {
                color: #ff9000;
            }

        .yq_newslist .thumbnail img {
            width: 100%;
            max-height: 240px;
        }

        .yq_newslist .thumbnail .caption {
            padding: 15px;
            background: #f8f8f8;
            max-height: 148px;
        }

            .yq_newslist .thumbnail .caption h3 {
                line-height: 24px;
                margin: 0;
                margin-bottom: 10px;
                height: 22px;
                overflow: hidden;
                color: #333;
                font-weight: 600;
                font-size: 16px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
            }

            .yq_newslist .thumbnail .caption p {
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                font-size: 14px;
                line-height: 22px;
                color: #a0a0a0;
            }

            .yq_newslist .thumbnail .caption > .tabnews {
                color: #a0a0a0;
                font-size: 14px;
                margin-top: 10px;
            }
/*远齐百科*/
.yq_wikilist {
    background: #fbfbfb;
    padding-bottom: 60px;
}

    .yq_wikilist ul {
        background: #fff;
        border: 1px solid #efefef;
        padding: 10px 25px;
        border-radius: 3px;
    }

    .yq_wikilist .media {
        border-bottom: 1px dashed #e5e5e5;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .yq_wikilist li:last-child .media {
        border-bottom: inherit;
    }

    .yq_wikilist .media .media-body {
        float: left;
        width: 63%;
    }

        .yq_wikilist .media .media-body h3 {
            transition: all;
            transition-duration: .3s;
            line-height: 24px;
            margin: 0;
            margin-bottom: 10px;
            height: 22px;
            overflow: hidden;
            color: #333;
            font-weight: 600;
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        .yq_wikilist .media .media-body p {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            color: #989898;
            font-size: 14px;
        }

            .yq_wikilist .media .media-body p.time {
                margin-top: 5px;
            }

    .yq_wikilist .media .media-left {
        width: 35%;
        height: 108px;
        float: right;
    }

        .yq_wikilist .media .media-left img {
            width: 100%;
            height: auto;
            max-height: 108px;
            border: 1px solid #dcdcdc;
        }

    .yq_wikilist .media:hover h3 {
        color: #ff9000;
    }

    .yq_wikilist .media:hover .media-body h3::before {
        content: "";
        width: 4px;
        height: 22px;
        background: #ff9000;
        position: absolute;
        left: 16px;
    }
/*新闻资讯列表页*/
.yq_infolist {
    background: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    padding: 15px 25px;
    border-radius: 4px;
    margin-bottom: 20px;
}

    .yq_infolist a.media {
        margin: 0;
        display: block;
        padding: 20px 0;
        border-bottom: 1px dashed #dcdcdc;
    }

        .yq_infolist a.media .media-left {
            padding-right: 20px;
        }

        .yq_infolist a.media img {
            width: 170px;
            border: 1px solid #dcdcdc;
        }

        .yq_infolist a.media h4 {
            font-size: 16px;
            line-height: 28px;
            color: #323232;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        .yq_infolist a.media .media-body p {
            color: #a0a0a0;
            font-size: 14px;
            line-height: 22px;
            overflow: hidden;
            height: 44px;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .yq_infolist a.media .media-body .more {
            width: 100%;
            margin-top: 23px;
        }

            .yq_infolist a.media .media-body .more span.pull-left {
                padding: 7px 15px;
                background: #a0a0a0;
                color: #fff;
            }

            .yq_infolist a.media .media-body .more p {
                line-height: 31px;
                height: inherit;
            }

                .yq_infolist a.media .media-body .more p span {
                    margin-right: 10px;
                }

        .yq_infolist a.media:hover h4 {
            color: #ff9000;
        }

        .yq_infolist a.media:hover .media-body .more span.pull-left {
            background: #ff9000;
        }
/*新闻资讯详情页*/
.yq_newscon {
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    padding: 15px 25px 30px;
}

    .yq_newscon .page-header {
        margin: 0;
        padding-top: 25px;
        padding-bottom: 25px;
    }

        .yq_newscon .page-header h2 {
            font-size: 24px;
            line-height: 34px;
            font-weight: 600;
            color: #333;
            margin-top: 0;
            margin-bottom: 16px;
            letter-spacing: 1px;
        }

        .yq_newscon .page-header p {
            font-size: 14px;
            color: #888;
            line-height: 24px;
        }

            .yq_newscon .page-header p a.back {
                background: rgba(0,0,0,.75);
                color: #fff;
                padding: 5px 10px;
                border-radius: 6px;
            }

    .yq_newscon p.keyword {
        margin-bottom: 20px;
    }

    .yq_newscon a {
        font-size: 12px;
        color: #333333;
        margin-right: 5px;
    }

    .yq_newscon .share p {
        line-height: 46px;
    }

    .yq_newscon .share a {
        font-size: 0;
        display: inline-block;
        width: 40px;
        height: 40px;
        background: url(/images_m/qq.png) center no-repeat;
        background-size: 40px;
    }

        .yq_newscon .share a:nth-child(3) {
            background-image: url(/images_m/wechat.png);
        }

    .yq_newscon a:hover {
        color: #ff9000;
    }

    .yq_newscon .detail {
        padding: 44px 50px 30px;
    }

        .yq_newscon .detail h3 {
            font-size: 20px;
            font-weight: 600 !important;
            line-height: 30px !important;
            color: #262626 !important;
            letter-spacing: 1px;
            margin-top: 30px !important;
            margin-bottom: 30px !important;
        }

        .yq_newscon .detail h4 {
            font-size: 18px !important;
            font-weight: 600 !important;
            color: #414141 !important;
            margin-bottom: 20px !important;
        }

        .yq_newscon .detail img {
            width: auto;
            max-width: 100% !important;
            display: block;
        }

        .yq_newscon .detail > div {
            margin-bottom: 20px !important;
        }

        .yq_newscon .detail > img {
            margin-bottom: 20px !important;
        }

        .yq_newscon .detail > p {
            font-size: 16px !important;
            color: #525252 !important;
            line-height: 30px !important;
            margin: 0 !important;
            margin-bottom: 20px !important;
            text-indent: 2em;
        }

/*新闻资讯结束*/
/*右侧推荐*/
.yq_tjpro {
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}

    .yq_tjpro h2 {
        margin: 0;
        background-color: #ff9000;
        background-image: url("/images/icon_pro.png");
        background-repeat: no-repeat;
        background-position: 10px center;
        text-indent: 1.5em;
        color: #fff;
        font-size: 16px;
        padding: 20px;
    }

        .yq_tjpro h2 a {
            font-size: 14px;
            color: #fff;
        }

            .yq_tjpro h2 a::after {
                content: "\00BB";
            }

    .yq_tjpro .media {
        display: block;
        border-bottom: 1px solid #dcdcdc;
        padding: 15px 10px;
        margin: 0;
    }

        .yq_tjpro .media .media-left {
            vertical-align: middle;
        }

        .yq_tjpro .media img {
            max-height: 56px;
        }

        .yq_tjpro .media:hover h3, .yq_tjpro .media:hover p {
            color: #ff9000;
        }

        .yq_tjpro .media h3 {
            font-size: 16px;
            line-height: 22px;
            color: #323232;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .yq_tjpro .media p {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }


    .yq_tjpro .yq_body {
        padding: 15px 10px;
        color: #333333;
        font-size: 14px;
    }

        .yq_tjpro .yq_body h5 {
            word-wrap: break-word;
            line-height: 26px;
            margin-bottom: 10px;
            display: flex;
            justify-content: flex-start;
        }

            .yq_tjpro .yq_body h5 img {
                width: 24px;
                margin-right: 10px;
                align-self: center;
            }

.yq_tjlxwm {
    margin-bottom: 20px;
}

    .yq_tjlxwm h2 {
        background-image: url("/images/icon_cont.png");
    }

    .yq_tjlxwm .yq_body {
        padding: 15px 10px;
        color: #333333;
        font-size: 14px;
    }

        .yq_tjlxwm .yq_body h5 {
            word-wrap: break-word;
            line-height: 26px;
        }

        .yq_tjlxwm .yq_body a:hover {
            color: #ff9000;
        }
/*关于我们*/
/*专题页*/
h2.yq_abtitle {
    font-size: 26px;
    color: #323232;
    margin: 30px 0;
}

.yq_introd {
    margin-top: 40px;
    margin-bottom: 30px;
}

    .yq_introd .media .media-body {
        padding: 30px 30px 30px 0;
    }

    .yq_introd .media p {
        font-size: 14px;
        text-indent: 2em;
        color: #333333;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .yq_introd .media .media-right {
        padding: 50px;
        background: url("/Images_about/img1_05.png") center center;
    }

        .yq_introd .media .media-right img {
            width: auto;
        }

.yq_advantage {
    background: #f6f7fb;
    padding: 30px 0;
}

    .yq_advantage .advantage {
        text-align: center;
        margin: 50px 0px;
        padding: 20px 15px;
        cursor: pointer;
    }

        .yq_advantage .advantage img {
            background: #fff;
            padding: 30px;
            border-radius: 66px;
        }

        .yq_advantage .advantage span {
            display: inline-block;
            width: 127px;
            height: 127px;
            padding: 30px;
            border-radius: 66px;
            background: url(/Images_about/ys_1.png) center no-repeat #fff;
            background-size: 67px;
        }

        .yq_advantage .advantage:nth-child(2) span {
            background-image: url(/Images_about/ys_2.png);
        }

        .yq_advantage .advantage:nth-child(3) span {
            background-image: url(/Images_about/ys_3.png);
        }

        .yq_advantage .advantage:nth-child(4) span {
            background-image: url(/Images_about/ys_4.png);
        }

        .yq_advantage .advantage h3 {
            font-size: 16px;
            color: #323234;
            font-weight: 600;
            line-height: 30px;
        }

        .yq_advantage .advantage p {
            font-size: 14px;
            line-height: 26px;
        }

        .yq_advantage .advantage:hover h3 {
            color: #ff9000;
        }

        .yq_advantage .advantage:hover span {
            background: url(/Images_about/ys_blank1.png) center no-repeat #ff9000;
        }

        .yq_advantage .advantage:nth-child(2):hover span {
            background-image: url(/Images_about/ys_blank2.png);
        }

        .yq_advantage .advantage:nth-child(3):hover span {
            background-image: url(/Images_about/ys_blank3.png);
        }

        .yq_advantage .advantage:nth-child(4):hover span {
            background-image: url(/Images_about/ys_blank4.png);
        }







.wedo {
    padding: 30px 0;
}

    .wedo ul.nav-tabs {
        border-bottom: inherit;
        display: flex;
        display: -webkit-flex;
        width: 70%;
        margin: 60px auto 0;
        background-image: url(/images_about/yell_line.png);
        background-repeat: no-repeat;
        background-position: top 73px center;
        background-size: inherit;
    }

        .wedo ul.nav-tabs > li {
            flex: 1;
            text-align: center;
            cursor: pointer;
            padding-top: 200px;
            background: none;
            transition: all;
            transition-duration: 1.5s;
        }

            .wedo ul.nav-tabs > li p.img {
                position: relative;
                height: 194px;
                width: auto;
                top: -50px;
            }

            .wedo ul.nav-tabs > li:nth-child(2) p.img {
                top: -200px;
                left: -8px;
            }

            .wedo ul.nav-tabs > li p.img:after {
                content: " ";
                display: block;
                height: 40px;
                background: url(/images_about/dobg_3.png) no-repeat bottom 8px center;
                background-size: contain;
                transition: all;
                transition-duration: 1s;
            }

            .wedo ul.nav-tabs > li:nth-child(2) p.img:after {
                content: " ";
                display: block;
                height: 50px;
                background: url(/images_about/dobg_1.png) no-repeat bottom 8px center;
                background-size: contain;
            }

            .wedo ul.nav-tabs > li:nth-child(3) p.img:after {
                content: " ";
                display: block;
                height: 50px;
                background: url(/images_about/dobg_2.png) no-repeat bottom 8px center;
                background-size: contain;
            }

            .wedo ul.nav-tabs > li > a {
                padding: initial;
                font-size: 18px;
                background: none;
                color: #333;
                font-weight: 600;
            }

                .wedo ul.nav-tabs > li > a::after {
                    content: "";
                    display: inline-block;
                    width: 70%;
                    height: 3px;
                    background: #fff;
                    text-align: center;
                    vertical-align: bottom;
                    transition: all;
                    transition-duration: 1s;
                }

            .wedo ul.nav-tabs > li.active p.img:after {
                height: 65px;
            }


            .wedo ul.nav-tabs > li:nth-child(3).active p.img:after, .wedo ul.nav-tabs > li:nth-child(2).active p.img:after {
                height: 80px;
            }

            .wedo ul.nav-tabs > li.active > a {
                border: inherit;
                color: #0993ff;
                background: none;
            }

                .wedo ul.nav-tabs > li.active > a::after {
                    content: "";
                    display: inline-block;
                    width: 70%;
                    height: 3px;
                    background: #0993ff;
                    text-align: center;
                    vertical-align: bottom;
                }

            .wedo ul.nav-tabs > li:nth-child(2).active > a {
                color: #f39137;
            }

                .wedo ul.nav-tabs > li:nth-child(2).active > a::after {
                    background: #f39137;
                }

            .wedo ul.nav-tabs > li:nth-child(3).active > a {
                color: #50d68c;
            }

                .wedo ul.nav-tabs > li:nth-child(3).active > a::after {
                    background: #50d68c;
                }



    .wedo .tab-content h3 {
        color: #999;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 14px;
        border-bottom: dashed 1px #eee;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .wedo .tab-content {
        background: #F7F8FA;
    }

        .wedo .tab-content ul {
            display: flex;
            display: -webkit-flex;
        }

            .wedo .tab-content ul li {
                flex: 1;
            }

                .wedo .tab-content ul li:not(:last-child) {
                    border-right: 1px solid #eee;
                }

                .wedo .tab-content ul li img {
                    max-width: 20%;
                    padding: 0 10px;
                    width: auto;
                }

                .wedo .tab-content ul li p {
                    color: #333;
                    font-size: 16px;
                }

                .wedo .tab-content ul li span {
                    line-height: 24px;
                    display: block;
                    font-size: 14px;
                    color: #999;
                    padding: 5px 10px 20px 0;
                }

                .wedo .tab-content ul li .text {
                    width: 80%;
                    float: right;
                }

.getqua {
    padding: 30px 0;
    position: relative;
}

    .getqua div.thumbnail {
        margin: 0;
        border: 0;
        margin-bottom: 0;
    }

        .getqua div.thumbnail > a {
            padding: 30px;
            display: inline-block;
            border: 1px solid #ccc;
            width: 100%;
            height: 197px;
            position: relative;
        }

        .getqua div.thumbnail img {
            max-height: 135px;
            width: auto;
        }

        .getqua div.thumbnail .caption {
            padding: 15px 10px;
            text-align: center;
        }

            .getqua div.thumbnail .caption h3 {
                font-size: 14px;
                margin-top: 0;
            }

        .getqua div.thumbnail:hover > a::after {
            content: "";
            background-image: url("/images_about/see.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-color: rgba(0,0,0,.1);
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            border: 1px solid #ff9000;
            transition: 0.6s;
        }

    .getqua .swiper-container {
        position: static;
        margin-top: 60px;
    }

    .getqua .swiper-button-prev {
        left: -50px;
        top: 59%;
        width: calc(var(--swiper-navigation-size)/ 44 * 30);
        cursor: pointer;
    }

    .getqua .swiper-button-next {
        right: -50px;
        top: 59%;
        width: calc(var(--swiper-navigation-size)/ 44 * 30);
        cursor: pointer;
    }

    .getqua .swiper-button-prev::after {
        content: "";
        background: url(/images_about/left_h.png) no-repeat center center;
        width: 30px;
        height: 30px;
    }

    .getqua .swiper-button-next::after {
        content: "";
        background: url(/images_about/right_h.png) no-repeat center center;
        width: 30px;
        height: 30px;
    }

.yq_szpgw {
    padding: 30px 0;
    margin-bottom: 30px;
    position: relative;
}

    .yq_szpgw a {
        border: 1px solid #ff9000;
        padding: 10px 15px;
        border-radius: 20px;
        display: inline-block;
        background: #fff;
        position: absolute;
        top: 19%;
        left: 45%;
        color: #ff9000;
        font-size: 14px;
    }

    .yq_szpgw::before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 0;
        width: 100%;
        height: 5px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

.yq_joinuslist {
    background: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    padding: 20px 0px 40px;
}

    .yq_joinuslist a.media {
        display: block;
        padding: 0 25px;
        margin: 0;
    }

        .yq_joinuslist a.media .media-body {
            border-bottom: 1px solid #eeeeee;
            padding: 15px 0;
        }

        .yq_joinuslist a.media h4 {
            font-size: 16px;
            color: #323232;
        }

        .yq_joinuslist a.media .more {
            margin-top: 10px;
            line-height: 26px;
        }

            .yq_joinuslist a.media .more span {
                color: #999;
                font-size: 14px;
                letter-spacing: 1px;
            }

            .yq_joinuslist a.media .more .pull-right span {
                font-size: 12px;
            }

        .yq_joinuslist a.media:hover {
            background: #f9f9fb;
        }
/*关于我们结束*/
/*文档列表页*/
.documentlist {
    margin: 40px auto 10px;
}

    .documentlist ul {
        background: #fff;
        box-shadow: 2px 2px 49px 0 rgba(0, 0, 0, 0.1);
        padding: 20px 30px;
        text-align: left;
        min-height: 215px;
        height: 266px;
        margin-bottom: 30px;
    }

        .documentlist ul li {
            line-height: 40px;
            padding: 0 20px;
            -webkit-transition: box-shadow .2s linear;
            -webkit-transition: transform .2s linear;
            transition: box-shadow .2s linear;
            transition: transform .2s linear;
        }

            .documentlist ul li a {
                font-size: 16px;
            }

            .documentlist ul li.title {
                font-size: 20px;
                color: #333;
                font-weight: 600;
                border-bottom: 1px solid #f1f1f1;
                padding: 0;
                padding-bottom: 10px;
                margin-bottom: 20px;
                background: url(/Images/icon_support.png) left top 3px no-repeat;
                text-indent: 2em;
            }

            .documentlist ul li:not(:first-child):hover {
                -webkit-transform: translate3d(5px,0,0);
                transform: translate3d(5px,0,0);
            }

                .documentlist ul li:not(:first-child):hover a {
                    color: #ff9000;
                }

                    .documentlist ul li:not(:first-child):hover a::after {
                        content: "\2794";
                        color: #ff9000;
                        margin-left: 5px;
                    }
/*文档结束*/
/*合作与生态*/
.coop-one {
    background: #f7f7f7;
    padding: 40px 0;
}

.coop .title {
    font-size: 24px;
    color: #000;
    padding: 80px 0 10px;
}

.coop .subtitle {
    font-size: 12px;
    color: #666;
    margin: 10px 0 60px;
}

.coop-one .item {
    padding: 40px 25px;
    background: url(/images/icon_coop1.png) right top no-repeat #fff;
    background-size: 62px auto;
}

.coop-one .col-md-3:nth-child(2) .item {
    background-image: url(/images/icon_coop2.png);
}

.coop-one .col-md-3:nth-child(3) .item {
    background-image: url(/images/icon_coop3.png);
}

.coop-one .col-md-3:nth-child(4) .item {
    background-image: url(/images/icon_coop4.png);
}


.coop-one .item:hover {
    box-shadow: 4px 4px 10px 0 rgba(0,0,0,.1);
    cursor: pointer;
    transition: all;
    transition-duration: 1.5s;
}

.coop-one .item div {
    font-size: 14px;
    line-height: 24px;
    color: #575858;
}

.coop-one .yellow-line {
    margin: 15px auto;
}

.coop-one div.yellow {
    color: #ff9000;
    font-size: 16px;
}

.coop-three {
    width: 90%;
    margin: 0 auto;
}

.coop-two {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    position: relative;
}

    .coop-two .coop-two-text {
        position: absolute;
        top: 49px;
        display: table;
        width: 100%;
        height: 72px;
    }

        .coop-two .coop-two-text span {
            display: table-cell;
            vertical-align: middle;
            width: 20%;
            padding-left: 1%;
            padding-right: 9%;
            color: #fff;
            font-size: 14px;
            text-align: center;
        }

    .coop-two img {
        width: 100%;
        margin-top: 50px;
        margin-bottom: 70px;
    }

.coop-three .title {
    margin-bottom: 40px;
}

.coop-three .media .img-div {
    padding: 40px 15px;
    background: #fff;
}

.coop-three .media-body {
    padding-left: 10px;
}

    .coop-three .media-body > div {
        font-size: 14px;
        line-height: 26px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-break: break-all;
    }

.coop-three div.three-yell {
    font-size: 18px;
    margin-bottom: 10px;
    color: #ff9000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}

.coop-three .media {
    padding: 30px 30px;
    background: #f5f5f5;
    margin-bottom: 30px;
}

/*应用服务*/
.scene .scene_title {
    padding: 50px 40px 40px;
    font-size: 36px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: center;
    line-height: 46px;
}

.scene .solo {
    width: 100%;
    /* height: 700px; */
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 20px 19px;
    margin-bottom: 20px;
}

.solo .scene-sub-box {
    padding: 5px 0 8px;
    border-bottom: 1px solid #DDDDDD;
}

    .solo .scene-sub-box .title {
        font-size: 20px;
        color: #ff9000;
        text-align: left;
        line-height: 30px;
        padding-bottom: 20px;
    }

    .solo .scene-sub-box .content {
        font-size: 12px;
        color: #90939B;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .solo .scene-sub-box .btn-use {
        display: inline-block;
        width: 119px;
        height: 40px;
        font-size: 14px;
        color: #ff9000;
        letter-spacing: 0;
        line-height: 40px;
        border: 1px solid #ff9000;
        border-radius: 2px;
        text-align: center;
        margin-right: 10px;
    }

        .solo .scene-sub-box .btn-use:hover {
            color: #fff;
            background: #ff9000;
            border: 1px solid #ff9000;
        }

    .solo .scene-sub-box .btn-promary {
        display: inline-block;
        width: 119px;
        height: 40px;
        font-size: 14px;
        color: #262B3A;
        letter-spacing: 0;
        line-height: 40px;
        border: 1px solid #262B3A;
        border-radius: 2px;
        text-align: center;
        margin-right: 10px;
    }

        .solo .scene-sub-box .btn-promary:hover {
            border: 1px solid #ff9000;
            color: #ff9000;
        }

.solo .none-bor {
    padding-top: 22px;
}

    .solo .none-bor p {
        font-size: 14px;
        color: #252B3A;
        line-height: 22px;
    }
/*查询页面*/
.search-head {
    background: #f5f6f9;
    border-bottom: #e5e5e5 solid 1px;
    position: relative;
    padding: 40px 0 40px;
    margin-bottom: 20px;
}

    .search-head .form-group {
        position: relative;
    }

        .search-head .form-group .form-control {
            height: 45px;
            padding: 10px 12px;
            border-radius: 0;
        }

        .search-head .form-group button {
            position: absolute;
            left: 66.67%;
            top: 0;
            box-sizing: border-box;
            width: 80px;
            height: 45px;
            border: 1px solid #ff9000;
            background-color: #ff9000;
            background-image: url("/images/search.png");
            background-repeat: no-repeat;
            background-position: center;
            color: #ff9000;
            font-size: 0px;
            outline: 0;
            border-radius: 0;
        }

.search-list {
    padding: 0px 25px 15px;
    border-bottom: 1px solid #ddd;
}

    .search-list .search-list-item {
        margin: 0 0 35px;
        line-height: 1.84;
        color: #666;
    }

        .search-list .search-list-item h4 {
            font-size: 18px;
            font-weight: 400;
            margin-bottom: 5px;
            line-height: 1.84;
        }

            .search-list .search-list-item h4 a {
                color: #333;
            }

        .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: 35px;
                color: #999;
                font-size: 14px;
            }

                .search-list .search-list-item .search-list-after span a {
                    color: #999;
                    font-size: 14px;
                    margin-right: 5px;
                }

        .search-list .search-list-item:hover h4 a {
            color: #ff9000;
            text-decoration: underline;
        }
/*关键词页面*/
.dqkeyw {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 16px;
    letter-spacing: 1px;
    padding: 25px;
}

.search-list > h3 {
    margin-bottom: 24px;
    padding-bottom: 9px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #e4e9f0;
}

.yq_tjpro.yq_tagym h2 {
    color: #ff9000;
    background: #fff;
    border-bottom: 1px solid #e4e9f0;
    text-indent: 0;
}

.yq_tjpro.yq_tagym ul {
    padding: 15px;
    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_tjpro.yq_tagym ul li {
        float: left;
    }

    .yq_tjpro.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_tjpro.yq_tagym ul li a {
            display: inline-block;
            width: 100%;
            height: 100%;
            padding: 6px 10px;
        }

            .yq_tjpro.yq_tagym ul li a:hover {
                border-color: #ff9000;
                color: #ff9000;
            }
/*表单提交*/
.feedback-sec {
    background: #fff;
    padding: 40px 50px;
    margin-bottom: 20px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}

    .feedback-sec h1 {
        display: inline-block;
        padding-bottom: 20px;
        padding-right: 15px;
        border-bottom: 3px solid #e4e4e4;
        margin: 0;
        color: #333;
        line-height: 35px;
        font-size: 28px;
    }

    .feedback-sec small {
        font-size: 16px;
        color: #999;
    }

    .feedback-sec label {
        font-size: 14px;
        color: #333;
        font-weight: normal;
        margin-bottom: 10px !important;
    }

    .feedback-sec input {
        padding: 0px 15px;
        height: 48px;
        [;height:48px;48px;padding:0;margin:0; padding-left:10px;] border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border: 1px solid #d7d7d7;
        box-shadow: inherit;
    }

    .feedback-sec select {
        padding: 0px 15px;
        height: 48px;
        line-height: 48px;
        [;height:48px;line-height:48px;padding:0;margin:0;padding-left:10px;] border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border: 1px solid #d7d7d7;
        box-shadow: inherit;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

    .feedback-sec textarea {
    }

    .feedback-sec input, .feedback-sec select {
        border: none;
        background-color: #f4f7f9;
    }

    .feedback-sec .btn-feedback-form {
        padding: 10px 90px;
        line-height: 24px;
        background-color: #ff9000;
        border-color: #f90;
        color: #fff;
    }

        .feedback-sec .btn-feedback-form:hover {
            background-color: #FDB954;
            border-color: #FDB954;
            color: #fff;
        }

    .feedback-sec #divedit h3 {
        margin: 25px 0;
        font-size: 16px;
        color: #999;
    }

    .feedback-sec #divedit lbl {
        margin-left: 10px;
    }


/*在线咨询*/
.Consulting {
    width: 90px;
    position: fixed;
    right: 5px;
    top: 50%;
    margin-top: -249px;
    z-index: 1999; /* min-height: 604px; */
    display: none;
}

    .Consulting ul {
        position: relative;
        border: 1px solid #FFF;
        margin-top: 5px;
        border-radius: 4px;
        box-shadow: 0px 2px 27px 0px rgba(0, 0, 0, 0.14);
        background: #FFF;
    }

.Consulting_img {
    position: relative;
}

.Consulting ul li {
    position: relative;
    transition: all 0.6s;
    padding: 4px 10px;
}

    .Consulting ul li a {
        display: block;
        text-align: center;
        transition: all 0.6s; /* font-size: 0; */
        border-bottom: 1px solid #eeeeee;
        padding: 6px 0;
        color: #505050;
    }

    .Consulting ul li:last-child a {
        border-bottom: none;
    }

    .Consulting ul li a em {
        display: inline-block;
        width: 33px;
        height: 33px;
        background-repeat: no-repeat;
        text-indent: -9999999px;
    }

    .Consulting ul li a p {
        display: block; /* margin-top: 4px; */
        line-height: 1;
        font-size: 13px;
    }

.phone_consult {
    border-radius: 4px;
}

    .phone_consult em {
        background-image: url(/images_consult/phone_consult.png);
    }

.phone_box {
    width: 240px;
    height: 72px;
    line-height: 30px;
    padding: 6px 0;
    background: #ff9000;
    border-radius: 3px;
    position: absolute;
    right: 95px;
    top: 0;
    font-size: 0;
    letter-spacing: -3px;
    display: none;
}

    .phone_box span {
        display: inline-block;
        background: url(/images_consult/phone_consult2.png) no-repeat 20px center;
        font-size: 21px;
        font-weight: bold;
        color: #fff;
        letter-spacing: normal;
        padding-left: 3em;
    }

.phone_consult:hover a p {
    color: #FFF;
}

.phone_consult:hover {
    background: #ff9000;
    border-radius: 4px;
}

    .phone_consult:hover em {
        background: url(/images_consult/phone_consult2.png) no-repeat 0 center;
    }

    .phone_consult:hover .phone_box {
        display: block;
    }

    .phone_consult:hover a {
        border-bottom: 1px solid #ff9000;
    }

.qq_consult em {
    background-image: url(/images_consult/qq_consult.png);
}

.qq_consult:hover a p {
    color: #FFF;
}

.qq_consult:hover {
    background: #ff9000;
}

    .qq_consult:hover em {
        background: url(/images_consult/qq_consult2.png) no-repeat 0 center;
    }

    .qq_consult:hover a {
        border-bottom: 1px solid #ff9000;
    }

.Wechat_li em {
    background-image: url(/images_consult/wx_consult.png);
}

.weixin_box {
    position: absolute;
    left: -170px;
    top: -58px;
    background: #ff9000;
    width: 160px;
    height: 190px;
    display: none;
}

    .weixin_box img {
        height: 140px;
        margin: 10px auto;
        text-align: center;
        display: block;
    }

    .weixin_box p {
        color: #FFF;
        font-size: 16px;
        text-align: center;
    }



.Wechat_li:hover a p {
    color: #FFF;
}

.Wechat_li:hover {
    background: #ff9000;
}

    .Wechat_li:hover em {
        background: url(/images_consult/wx_consult2.png) no-repeat 0 center;
    }

    .Wechat_li:hover .weixin_box {
        display: block;
    }

    .Wechat_li:hover a {
        border-bottom: 1px solid #ff9000;
    }

.free_consult em {
    background-image: url(/images_consult/free_consult.png);
}

.free_consult:hover a p {
    color: #FFF;
}

.free_consult:hover {
    background: #ff9000;
}

    .free_consult:hover em {
        background: url(/images_consult/free_consult2.png) no-repeat 0 center;
    }

    .free_consult:hover a {
        border-bottom: 1px solid #ff9000;
    }

.taobao em {
    background-image: url(/images_consult/taobao.png);
}

.taobao:hover a p {
    color: #FFF;
}

.taobao:hover {
    background: #ff9000;
}

    .taobao:hover em {
        background: url(/images_consult/taobao2.png) no-repeat 0 center;
    }

    .taobao:hover a {
        border-bottom: 1px solid #ff9000;
    }

/*返回顶部*/
#goTop {
    height: 36px;
    line-height: 32px;
    border-radius: 2px;
    box-shadow: 0px 2px 27px 0px rgba(0, 0, 0, 0.14);
    position: relative;
    transition: all 0.6s;
    padding: 4px 10px;
    color: #000;
    font-size: 15px;
    padding-left: 20px;
    background: #fff url(/images_consult/goTop.png) no-repeat right 15px center;
    background-size: 20px 20px;
}

    #goTop:hover {
        cursor: pointer;
        color: #fff;
        background: #ff9000 url(/images_consult/goTop2.png) no-repeat right 15px center;
        background-size: 20px 20px;
    }
