﻿/*
 * @Author: chengh@ebs.org.cn 
 * @Date: 2018-06-26 16:36:41 
 * @Last Modified by: chengh@ebs.org.cn
 * @Last Modified time: 2018-06-27 23:00:29
 */
@charset "utf-8";
/* 覆盖bootstrap 表单样式 */
.tab-content .form-horizontal .form-group {
    height: 40px;
    margin: 40px 0;
    position: relative;
}

    .tab-content .form-horizontal .form-group input {
        height: 40px;
        font-size: 14px;
        border-radius: 4px;
    }

/* 声明 */
.statement {
    width: 530px;
    height: 190px;
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 40%;
    margin: 0 auto;
    display: none;
    z-index: 1000;
    border-radius: 4px;
}

    .statement .title {
        padding: 10px 15px;
        background: #12CCD5;
        color: #fff;
    }

        .statement .title .closeState {
            cursor: pointer;
        }

    .statement .cont {
        line-height: 30px;
        padding: 20px;
        text-align: center;
    }

    .statement p {
        text-align: right;
    }

        .statement p .ensure {
            color: #fff;
            padding: 10px 30px;
            text-align: center;
            background: #12CCD5;
            border-radius: 4px;
            font-size: 14px;
            margin-right: 10px;
        }
/* --------------- */

/* ---------------- */

/* 头部 banner */
.banner {
    /* height: 701px; */
    /* background-image: url('/images/index/banner/banner.jpg') no-repeat; */
    /* background-size: 100% auto; */
    /* background-position: center top; */
}

    .banner img {
        width: 100%;
    }
/* ------------- */

/* tab-nav */
.tab-nav {
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
}
    /* tab栏头部 */
    .tab-nav .tab-header {
        margin-top: -84px;
        text-align: center;
        display:flex;
    }

        .tab-nav .tab-header li {
            float: left;
            line-height: 60px;
            width: 33%;
            font-size: 18px;
            position: relative;
            display: block;
        }

            .tab-nav .tab-header li a {
                padding: 10px 0;
            }

            .tab-nav .tab-header li > a > i {
                display: inline-block;
                vertical-align: middle;
            }

        .tab-nav .tab-header > span {
            float: left;
            width: 1px;
            height: 50px;
            background-color: #e6a50d;
            margin-top: 15px;
        }

        .tab-nav .tab-header li i.before {
            width: 32px;
            height: 32px;
            background: url('/images/index/banner/cpsycx_f_icon.png') no-repeat;
            margin-right: 10px;
        }

        .tab-nav .tab-header li:nth-of-type(1) i.before {
            width: 32px;
            height: 32px;
            background: url('/images/index/banner/zsyz_f_icon.png') no-repeat;
            margin-right: 10px;
        }

        .tab-nav .tab-header li:nth-of-type(2) i.before {
            width: 32px;
            height: 32px;
            background: url('/images/index/banner/zscx_f_icon.png') no-repeat;
            margin-right: 10px;
        }

        .tab-nav .tab-header li i.after {
            width: 16px;
            height: 16px;
            background: url('/images/index/banner/arrow_right.png') no-repeat;
            margin-left: 40px;
        }

        .tab-nav .tab-header li.active {
            background-color: rgba(255, 255, 255, 0.1);
        }

            .tab-nav .tab-header li.active a {
                color: #e6a50d;
            }

            .tab-nav .tab-header li.active i.before {
                background: url('/images/index/banner/cpsycx_icon.png') no-repeat;
            }

        .tab-nav .tab-header li:nth-of-type(1).active i.before {
            background: url('/images/index/banner/zsyz_icon.png') no-repeat;
        }

        .tab-nav .tab-header li:nth-of-type(2).active i.before {
            background: url('/images/index/banner/zscx_icon.png') no-repeat;
        }

        .tab-nav .tab-header li.active i.after {
            background: url('/images/index/banner/arrow_down.png') no-repeat;
        }

        .tab-nav .tab-header li a:hover i.before {
            background: url('/images/index/banner/cpsycx_icon.png') no-repeat;
        }

        .tab-nav .tab-header li:nth-of-type(1) a:hover i.before {
            background: url('/images/index/banner/zsyz_icon.png') no-repeat;
        }

        .tab-nav .tab-header li:nth-of-type(2) a:hover i.before {
            background: url('/images/index/banner/zscx_icon.png') no-repeat;
        }

        .tab-nav .tab-header li a:hover i.after {
            background: url('/images/index/banner/arrow_down.png') no-repeat;
        }

    .tab-nav .nav > li > a:hover,
    .tab-nav .nav > li > a:focus {
        background-color: rgba(255, 255, 255, 0.1);
    }

/* tab栏内容 */
.tab-main .tab-content {
    /*height: 380px;*/
    background-color: #fff;
}

    .tab-main .tab-content .close-icon {
        text-align: right;
        padding: 20px 0;
    }

        .tab-main .tab-content .close-icon img {
            cursor: pointer;
        }

.tab-content .wrap .form-horizontal {
    width: 560px;
    margin: 0 auto;
}

.tab-content .one .form-horizontal {
    float: left;
}

.tab-content .wrap .form-horizontal .upload input[type=file] {
    position: absolute;
    width: 22%;
    right: 44px;
    top: 1px;
    opacity: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.tab-content .form-horizontal .upload > input[type=text] {
    width: 66%;
    float: left;
    padding-left: 10px;
    opacity: 1;
    border: 1px solid #ccc;
}

.tab-content .form-horizontal .upload span {
    width: 22%;
    float: left;
    margin-left: 10px;
    border-radius: 4px;
    background: #2e76da;
    height: 100%;
    line-height: 40px;
    text-align: center;
    padding: 2px 0;
    color: #fff;
}

.tab-content .form-horizontal .code-box input {
    float: left;
    width: 260px;
    border: 1px solid #ccc;
    padding-left: 10px;
}

.tab-content .form-horizontal .code-box .code {
    display: flex;
    align-items: center;
    float: left;
}

    .tab-content .form-horizontal .code-box .code a {
        display: inline;
        color: #666;
    }

    .tab-content .form-horizontal .code-box .code img {
        height: 40px;
        margin: 0px 10px 0px 20px;
    }

    .tab-content .form-horizontal .code-box .code a:hover {
        color: #e6a50d;
    }

.tab-content .form-horizontal .submit {
    text-align: center;
    margin-top: 40px;
}

.tab-content .form-horizontal .btn-info {
    width: 120px;
    height: 40px;
    background-color: #2e76da;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.tab-main .tab-content .one, .tab-main .tab-content .two, .tab-main .tab-content .three {
    display: none;
}

.tab-main .tab-content .cur {
    display: block;
}

.tab-content .wrap {
    padding: 10px 0;
}

.tab-content .right-tips {
    float: right;
    width: 320px;
    height: 218px;
    box-shadow: 0px 0px 13px 0px rgba(19, 81, 168, 0.08);
    font-size: 12px;
    border-bottom: 2px solid #2e76da;
    padding: 10px 0;
}

    .tab-content .right-tips p {
        margin-left: 45px;
        line-height: 30px;
        font-size: 12px;
    }

    .tab-content .right-tips .title {
        font-size: 14px;
        color: #2e76da;
        margin-left: 30px;
    }

.tab-content .form-group .queryBtn {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
}

.tab-content .form-group .checkList {
    float: left;
}

.tab-content .form-group .check li {
    float: left;
    margin-right: 15px;
}

.tab-content .form-group .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    background: #2E76DA;
    color: #fff;
}
/* ---------------- */
/* main-nav */
.main-nav {
    width: 100%;
    height: 300px;
    background-color: #f7f8f9;
    padding: 100px 0px;
}

    .main-nav ul li {
        position: relative;
        float: left;
        width: 28%;
        height: 80px;
        background-color: #ffffff;
        border: 1px solid #ddd;
        padding: 28px 24px;
        margin-right: 20px;
        margin-bottom: 20px;
        font-size: 14px;
    }

        .main-nav ul li:nth-of-type(3n) {
            margin-right: 0;
        }

        .main-nav ul li:nth-of-type(4),
        .main-nav ul li:nth-of-type(5),
        .main-nav ul li:nth-of-type(6) {
            margin-bottom: 0;
        }

        .main-nav ul li i.icon {
            float: left;
            width: 72px;
            height: 72px;
            background: url('/images/index/nav/dyfw_g_icon.png') no-repeat;
            margin-right: 18px;
        }

        .main-nav ul li:nth-of-type(1) i.icon {
            background: url('/images/index/nav/gjzc_g_icon.png')
        }

        .main-nav ul li:nth-of-type(2) i.icon {
            background: url('/images/index/nav/zfsd_g_icon.png')
        }

        .main-nav ul li:nth-of-type(3) i.icon {
            background: url('/images/index/nav/zytd_g_icon.png')
        }

        .main-nav ul li:nth-of-type(4) i.icon {
            background: url('/images/index/nav/qwgz_g_icon.png')
        }

        .main-nav ul li:nth-of-type(6) i.icon {
            background: url('/images/index/nav/zydz_g_icon.png')
        }

        .main-nav ul li a {
            color: #666;
        }

        .main-nav ul li:after {
            content: "";
            position: absolute;
            width: 3px;
            height: 2.5px;
            left: 0;
            bottom: 0;
            z-index: 9;
            background: transparent;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
        }

        .main-nav ul li:hover:after {
            width: 100%;
            background: #2e76da;
        }

        .main-nav ul li:hover {
            box-shadow: 0px 0px 13px 0px rgba(19, 81, 168, 0.26);
        }

            .main-nav ul li:hover a,
            .main-nav ul li:hover .title {
                color: #2e76da;
            }

            .main-nav ul li:hover i.icon {
                background: url('/images/index/nav/dyfw_icon.png') no-repeat;
            }

        .main-nav ul li:nth-of-type(1):hover i.icon {
            background: url('/images/index/nav/gjzc_icon.png')
        }

        .main-nav ul li:nth-of-type(2):hover i.icon {
            background: url('/images/index/nav/zfsd_icon.png')
        }

        .main-nav ul li:nth-of-type(3):hover i.icon {
            background: url('/images/index/nav/zytd_icon.png')
        }

        .main-nav ul li:nth-of-type(4):hover i.icon {
            background: url('/images/index/nav/qwgz_icon.png')
        }

        .main-nav ul li:nth-of-type(6):hover i.icon {
            background: url('/images/index/nav/zydz_icon.png')
        }

        .main-nav ul li .title {
            font-size: 16px;
            font-weight: 600;
            color: #333;
            margin-top: 10px;
        }
/* ------------- */


/*检测大厅*/
.feature_box {
    height: 600px;
    background-color: #f5f5f5;
    background-image: url(../../images/home/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

    .feature_box .content {
        margin: 30px auto;
        width: 1209px;
    }

        .feature_box .content td {
            padding-right: 16px;
            position: relative;
        }

    .feature_box .food:hover .show_detail {
        display: block;
    }

    .feature_box .food div {
        width: 288px;
        height: 336px;
    }

    .feature_box .food .show_detail p:first-child {
        font-size: 18px;
        margin-top: 123px;
    }

    .feature_box .environment:hover .show_detail {
        display: block;
    }

    .feature_box .environment div {
        width: 288px;
        height: 160px;
    }

    .feature_box .zhubao:hover .show_detail {
        display: block;
    }

    .feature_box .zhubao div {
        width: 592px;
        height: 160px;
    }

    .feature_box a:hover {
        color: #fff;
    }

    .feature_box .zhubao .show_detail p:first-child {
        font-size: 18px;
        margin-top: 29px;
    }

    .feature_box .environment .show_detail p:first-child {
        font-size: 18px;
        margin-top: 29px;
    }

    .feature_box .show_detail {
        display: none;
        background-color: #2e76da;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.8;
        color: #fff;
        text-align: center;
    }

        .feature_box .show_detail .line_center {
            font-size: 30px;
            font-weight: 100;
        }

        .feature_box .show_detail a {
            width: 100px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            border: solid 1px #ffffff;
            display: inline-block;
        }

.p {
    text-align: center;
}

.feature_box .pb_10 {
    padding-bottom: 10px;
}

.p > h4 {
    padding-top: 40px;
    color: #fff;
    text-align: center;
}

    .p > h4 .title {
        font-size: 36px;
        color: #333333;
        font-weight: normal;
    }

.p .title::after {
    content: '';
    border-bottom: solid 4px #2e76da;
    width: 100px;
    display: block;
    margin: 16px auto;
}

.show_more {
    width: 288px;
    text-align: center;
    height: 160px;
    line-height: 160px;
    background-color: #2e76da;
    color: #fff;
}
/*---------------------------*/

/*需求大厅*/
.demand_box {
    height: 600px;
}

    .demand_box .content {
        width: 1225px;
        margin: 32px auto;
    }

        .demand_box .content ul {
            display: flex;
        }

        .demand_box .content li {
            width: 288px;
            height: 360px;
            background-color: #ffffff;
            border: solid 1px #dddddd;
            margin-left: 16px;
            text-align: center;
        }

            .demand_box .content li:hover {
                background-color: #2e76da;
                color: #fff !important;
            }

                .demand_box .content li:hover .icon-content {
                    color: #fff;
                }

                .demand_box .content li:hover .sub_title {
                    color: #fff;
                }

                .demand_box .content li:hover .line_bottom {
                    background-color: #fff;
                }

                .demand_box .content li:hover .sub_content {
                    color: #fff;
                }

            .demand_box .content li .icon-content {
                font-size: 80px;
                color: #2e76da;
                margin-top: 60px;
            }

            .demand_box .content li .sub_title {
                font-size: 18px;
                color: #333333;
                margin-top: 30px;
                margin-bottom: 16px;
            }

            .demand_box .content li .line_bottom {
                width: 80px;
                height: 3px;
                background-color: #2e76da;
                border-radius: 1px;
                margin: 0 auto;
            }

            .demand_box .content li .sub_content {
                width: 210px;
                height: 42px;
                font-size: 14px;
                line-height: 28px;
                color: #666666;
                margin: 14px auto;
            }
/*-----------------*/
.w-228 li {
    width: 288px !important;
    height: 370px !important;
}

.w-1225 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

    .w-1225 > .on-left {
        left: -60px;
    }

    .w-1225 > .on-right {
        right: -60px;
    }

    .w-1225 > .on-left, .w-1225 > .on-right {
        position: absolute;
        top: 56%;
    }
/* server-scope */
.server-scope {
    height: 600px;
    background: url('/images/index/server/bg_1.png') no-repeat;
    overflow: hidden;
}

.w > h4 {
    margin: 40px 0px 50px;
    color: #fff;
    text-align: center;
}

    .w > h4 .title {
        font-size: 28px;
        font-weight: 600;
    }

.server-scope .content {
    height: 345px;
    width: 1076px;
    margin: 0 auto;
}

    .server-scope .content li {
        float: left;
        width: 281px;
        height: 280px;
        background: url('/images/index/server/Jigsaw_2.png') no-repeat;
        margin-left: -73px;
        margin-top: 114px;
    }

        .server-scope .content li:nth-of-type(1) {
            width: 270px;
            background: url('/images/index/server/Jigsaw_1.png') no-repeat;
            margin-left: 0px;
            margin-top: 0px;
        }

        .server-scope .content li:nth-of-type(3) {
            width: 267px;
            background: url('/images/index/server/Jigsaw_3.png') no-repeat;
            margin-top: 0;
            margin-left: -72px;
        }

        .server-scope .content li:nth-of-type(4) {
            margin-top: 113px;
            margin-left: -79px;
        }

        .server-scope .content li:nth-of-type(5) {
            width: 273px;
            background: url('/images/index/server/Jigsaw_4.png') no-repeat;
            margin-left: -73px;
            margin-top: -2px;
        }

        .server-scope .content li a {
            color: #333;
            text-decoration: none;
            font-size: 14px;
            padding: 40px;
            line-height: 20px;
        }

            .server-scope .content li a p {
                margin-top: 10px;
            }

        .server-scope .content li .title {
            color: #d95380;
            text-align: center;
            font-size: 18px;
            font-weight: 600;
            display: flex;
            align-items: center;
            margin-left: 45px;
            margin-top: 0;
        }

        .server-scope .content li:nth-of-type(2) .title {
            color: #f3ab3f;
        }

        .server-scope .content li:nth-of-type(3) .title {
            color: #45a981;
        }

        .server-scope .content li:nth-of-type(4) .title {
            color: #417ead;
        }

        .server-scope .content li:nth-of-type(5) .title {
            color: #4e4e4e;
        }
/* ------------- */

/* 模块标题 */
.agency-show h4,
.product-show h4,
.news-info h4,
.application-case h4,
.technical-support h4 {
    color: #ddd;
}

    .agency-show h4 .title,
    .product-show h4 .title,
    .news-info h4 .title,
    .technical-support h4 .title {
        color: #333;
    }
/* --------- */

/* 左右焦点 */
.w > .on-left,
.w > .on-right {
    position: absolute;
    top: 50%;
}

.w > .on-left {
    left: -60px;
}

.w > .on-right {
    right: -60px;
}
/* ------ */
/*网络讲堂*/
.wangluojiangtang {
    height: 600px;
    background-image: url(../../images/home/index/bg-3.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

    .wangluojiangtang .content {
        margin-top: 30px;
    }

        .wangluojiangtang .content ul {
            display: flex;
            width: 1200px;
            margin: 0 auto;
        }

            .wangluojiangtang .content ul li:first-child {
                margin-right: 15px;
            }

            .wangluojiangtang .content ul li .subcontent {
                /*margin-right: 15px;*/
                width: 591px;
                height: 64px;
                line-height: 64px;
                text-align: center;
                background-color: #ffffff;
                border: solid 1px #dddddd;
                margin-top: -4px;
            }
/*-------------------*/
/* agency-show */
.agency-show {
    height: 600px;
    background-image: url(../../images/home/index/bg-2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #f5f5f5;
}

.yiqishebei {
    background-image: none !important;
    background-color: #fff !important;
}

.agency-show .sub_title {
    font-size: 18px;
    color: #333333;
    margin: 9px 0 9px 14px !important;
    text-align: left;
}

.agency-show .sub_content {
    color: #666666;
    line-height: 24px;
    font-size: 14px;
    text-align: left;
    margin-left: 14px;
}

.agency-show .sub_oprea {
    text-align: left;
    width: 260px !important;
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
}

    .agency-show .sub_oprea .price {
        font-size: 24px;
        color: #f23b3b;
    }

    .agency-show .sub_oprea .show_detail {
        width: 100px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border-radius: 5px;
        border: solid 1px #2e76da;
        color: #2e76da;
        display: inline-block;
    }

.agency-show .content {
    width: 100%;
    margin-top: 30px;
}

    .agency-show .content li {
        float: left;
        width: 227px;
        height: 310px;
        margin-right: 12px;
        border: 1px solid #ddd;
        background-color: #fff;
        text-align: center;
        position: relative;
    }

        .agency-show .content li:last-child {
            margin-right: 0 !important;
        }

        .agency-show .content li:after {
            content: "";
            position: absolute;
            width: 3px;
            height: 3px;
            left: 0;
            bottom: 0;
            z-index: 9;
            background: transparent;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
        }

        .agency-show .content li:hover:after {
            width: 100%;
            background: #2e76da;
        }

        .agency-show .content li:hover {
            box-shadow: 0px 0px 10px 0px rgba(19, 78, 160, 0.5);
        }

        .agency-show .content li:nth-of-type(5n) {
            margin-right: 0;
        }

        .agency-show .content li img {
            width: 100%;
            display: inline-block;
            vertical-align: middle;
        }
        .agency-show .content li .centerImage {
            width: 228px;
            height: 228px;
            line-height: 228px;
            border-bottom: solid 1px #dddddd;
        }

        .agency-show .content li a {
            color: #333
        }

        .agency-show .content li p {
            margin-left: 16px;
            overflow: hidden;
            width: 195px;
            white-space: nowrap;
            text-overflow: ellipsis;
            text-align: left;
        }

        .agency-show .content li .title {
            font-size: 18px;
            margin-top: 12px;
            margin-bottom: 12px;
            text-align: left;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: #2e76da;
        }

        .agency-show .content li .score {
            display: inline-block;
            width: 125px;
            height: 24px;
            background: url('/images/index/agency/star.png') repeat-x;
            vertical-align: bottom;
        }
/* -------- */

/* tips-banner */
.tips-banner {
    height: 120px;
    background: url('/images/index/s_bg.png') no-repeat;
    text-align: right;
}

    .tips-banner .apply {
        display: inline-block;
        width: 160px;
        height: 36px;
        border: 1px solid #fff;
        text-align: center;
        line-height: 36px;
        border-radius: 3px;
        margin-right: 210px;
        margin-top: 45px;
    }
/* ------------------ */


/* product-show */
.product-show {
    height: 550px;
}

    .product-show .content li {
        position: relative;
        float: left;
        width: 23.5%;
        height: 300px;
        margin-right: 18px;
        border: 1px solid #ddd;
    }

        .product-show .content li:nth-of-type(4n) {
            margin-right: 0;
        }

        .product-show .content li > a > img {
            width: 100%;
            border-bottom: 1px solid #ddd;
        }

        .product-show .content li p {
            margin-left: 20px;
            color: #333;
        }

            .product-show .content li p.title {
                margin-top: 26px;
            }

        .product-show .content li .code {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.5);
            text-align: center;
            display: none;
        }

            .product-show .content li .code img {
                width: 190px;
                margin-top: 55px;
            }

        .product-show .content li:hover .code {
            /* display: block; */
        }
/* ------------ */

/* news-info */
.news-info {
    height: 550px;
    background-color: #f7f8f9;
    overflow: hidden;
}

    .news-info .content li {
        float: left;
        width: 32%;
        height: 350px;
        border: 1px solid #ddd;
        margin-right: 21px;
        background: #fff;
    }

        .news-info .content li:nth-of-type(3n) {
            margin-right: 0;
        }

        .news-info .content li:hover {
            box-shadow: 0px 0px 10px 0px rgba(19, 78, 160, 0.5);
        }

        .news-info .content li img {
            width: 100%;
        }

        .news-info .content li .text {
            color: #333;
            padding: 16px;
        }

            .news-info .content li .text p {
                margin: 0;
                line-height: 26px;
            }
/* ---------- */

/* application-case */
.application-case {
    overflow: hidden;
    height: 600px;
    background: url('/images/index/application/bg_2.png') no-repeat;
}

    .application-case .content {
        width: 100%;
        margin-top: 120px;
    }

        .application-case .content li {
            position: relative;
            float: left;
            width: 19%;
            height: 195px;
            background-color: #fff;
            margin-right: 40px;
            padding: 90px 20px 10px;
        }

            .application-case .content li:nth-of-type(4n) {
                margin-right: 0;
            }

            .application-case .content li img {
                position: absolute;
                top: -75px;
                left: 60px;
            }

            .application-case .content li .title {
                text-align: center;
                font-size: 16px;
                color: #333;
                font-weight: 600;
                margin-bottom: 20px;
            }

                .application-case .content li .title span {
                    padding-bottom: 5px;
                    border-bottom: 2px solid #2e76da;
                }

            .application-case .content li .text {
                height: 90px;
                font-size: 14px;
                line-height: 20px;
            }

            .application-case .content li .more {
                padding: 6px 12px;
                width: 60px;
                font-size: 14px;
                font-weight: normal;
                background-color: #2e76da;
                color: #fff;
                display: inline-block;
                text-align: center;
                white-space: nowrap;
                vertical-align: middle;
                border-radius: 4px;
                margin-left: 73px;
            }
/* ----------- */

/* technical-support */
.technical-support {
    height: 500px;
    overflow: hidden;
}

    .technical-support .content li {
        float: left;
        width: 120px;
        height: 190px;
        margin-right: 80px;
    }

        .technical-support .content li:first-of-type {
            margin-left: 40px;
        }

        .technical-support .content li:last-of-type {
            margin-right: 0;
        }
        /* .technical-support .content li:hover {
  box-shadow: 0px 0px 13px 0px 
		rgba(19, 81, 168, 0.26);
} */
        .technical-support .content li img {
            width: 120px;
        }

        .technical-support .content li .text {
            color: #a63cd7;
            text-align: center;
            font-size: 18px;
            margin-top: 20px;
            border-bottom: 2px solid #a63cd7;
            margin-bottom: 0;
            padding-bottom: 10px;
        }

        .technical-support .content li:nth-of-type(1) .text {
            color: #f09247;
            border-bottom: 2px solid #f09247;
        }

        .technical-support .content li:nth-of-type(2) .text {
            color: #4ea637;
            border-bottom: 2px solid #4ea637;
        }

        .technical-support .content li:nth-of-type(3) .text {
            color: #666666;
            border-bottom: 2px solid #666666;
        }

        .technical-support .content li:nth-of-type(4) .text {
            color: #13c4c6;
            border-bottom: 2px solid #13c4c6;
        }

        .technical-support .content li:nth-of-type(5) .text {
            color: #486fd1;
            border-bottom: 2px solid #486fd1;
        }
/* ---------- */

#yiqi li img {
    width: 288px;
    height: 228px;
    border-bottom: solid 1px #dddddd;
}

.flex_column {
    display: flex;
    flex-direction: column;
}

.cert_subtitle {
    display: flex;
    align-content: center;
}

    .cert_subtitle .subtitle {
        width: 220px;
        height: 51px;
        background: #2E76DA;
        text-align: center;
        line-height: 51px;
        color: #fff;
    }

.flex_box {
    display: flex;
    align-items: center;
    margin-bottom: 20px !important;
}

.text_val {
    width: 120px;
    text-align: right;
}

.red_tips {
    width: 50%;
    margin: -10px auto 10px;
    padding-left: 120px;
    box-sizing: border-box;
    color: red;
    display: none;
}

.selectorg {
    padding-left: 10px;
    opacity: 1;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 40px;
    width: 68%;
}

    .selectorg:focus-visible {
        border: 1px solid #ccc;
    }
.queryHomeBtn {
    width: 68%;
    border: none;
    background: #2e76da;
    color: #fff;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
}
.currpoint{
    cursor:pointer;
}