﻿@charset "utf-8";
/* CSS Document */
html, body {
    height: 100%;
    min-width: 1100px;
}

body {
}

.bg_white {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background: #fff;
}
/* 内容区域 */
.middle {
    margin-top: 140px;
}
/* 区域 */
.space {
    width: 100%;
    min-width: 1100px;
    overflow: hidden;
    background: #fff;
}
/* 背景色 */
.bg-gray {
    background: #f1f1f1;
}

.area {
    width: 980px;
    margin: 80px auto;
    overflow: hidden;
}

.area2 {
    width: 980px;
    margin: 30px auto;
    overflow: hidden;
}

.space .area2 {
    margin-top: 8px;
}
/* 使命陈述 */
.mission {
    padding: 20px 40px;
}

    .mission h1 {
        font-size: 64px;
        line-height: 80px;
        font-weight: 900;
        margin: 15px auto;
    }

    .mission p {
        font-size: 16px;
        line-height: 25px;
        color: #fff;
        font-weight: bold;
    }
/* 文字说明 */
.introduction {
    width: 480px;
    margin-right: 10px;
}

    .introduction a {
        font-size: 26px;
        font-weight: 300;
        color: #39c;
    }

        .introduction a:hover {
            color: #09f;
            text-decoration: underline;
        }

    .introduction .text {
        font-size: 16px;
        line-height: 30px;
        margin: 20px 0px;
    }

.img { /* 图片 */
    width: 450px;
    margin: 10px 20px;
}

    .img > img {
        width: 450px;
    }

.title {
    font-size: 30px;
    line-height: 96px;
}

.title_height {
    margin-bottom: -8px;
    font-weight: 500;
}
/* 首页解决方案列表 */
.solution-a {
    float: left;
    width: 210px;
    height: 200px;
    padding: 10px;
    margin: 0px 20px 20px 0px;
    color: #fff;
    line-height: 160px;
    text-align: center;
    -moz-opacity: 0.95; /* FF 3.5以下 */
    opacity: 0.95; /* FF 3.5及以上 */
    filter: alpha(opacity=95); /* IE6及以上 */
    rgba(17, 170, 88, 0.95) !important;
}

    .solution-a:hover {
        margin-top: -5px;
        -moz-opacity: 0.85; /* FF 3.5以下 */
        opacity: 0.85; /* FF 3.5及以上 */
        filter: alpha(opacity=85); /* IE6及以上 */
        rgba(17, 170, 88, 0.85) !important;
    }

    .solution-a .introduction {
        width: 210px;
        margin-right: 0px;
        text-align: left;
    }

        .solution-a .introduction h2 {
            width: 210px;
            font-size: 24px;
            font-weight: bold;
            text-align: center;
        }

        .solution-a .introduction .text {
            width: 210px;
            margin: 10px 0px;
            font-size: 14px;
            line-height: 22px;
        }
/* 首页案例列表 */
.case {
    width: 100%;
    table-layout: fixed;
    border-spacing: 10px 0px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    margin-top: 50px;
}

    .case td {
        overflow: hidden;
        padding-bottom: 20px;
        cursor: pointer;
        text-align: center;
    }

        .case td.select {
            background: url(/images/blue-border.gif) bottom repeat-x;
        }

        .case td a {
            display: block;
            width: 100%;
            outline: none;
        }

            .case td a:hover {
                margin-top: -5px;
            }

            .case td a img {
                max-width: 80%;
                max-height: 80px;
                height: auto;
                vertical-align: middle;
            }

.show-case { /* 展示案例 */
    margin: 25px auto;
    overflow: hidden;
}

.case-div {
    display: none;
    overflow: hidden;
}

    .case-div .introduction {
        width: 420px;
    }

        .case-div .introduction h2 {
            color: #39c;
        }

        .case-div .introduction .text {
            font-size: 16px;
            color: #333;
        }

.layout, .case_list { /* 案例页面列表 */
    width: 100%;
    table-layout: fixed;
    border-spacing: 20px;
}

    .layout td {
        min-height: 105px;
        text-align: center;
        border: 1px solid #ccc;
        overflow: hidden;
        background: #fff;
    }

    .case_list td {
        text-align: left;
        text-indent: 10px;
        vertical-align: top;
    }

        .case_list td a {
            font-size: 14px;
            color: #000;
            width: 100%;
            line-height: 35px;
        }

            .case_list td a:hover {
                color: #f60;
            }

    .layout td a {
        display: block;
        width: 100%;
        line-height: 105px;
        font-size: 18px;
        color: #333;
    }

        .layout td a:hover {
            color: #09f;
        }

        .layout td a img {
            width: 100%;
            max-height: 105px;
        }
/* 最新动态 */
.new {
    padding-bottom: 30px;
    overflow: hidden;
}

    .new li {
        float: left;
        width: 30%;
        margin-right: 3%;
    }

.new-title { /* 标题 */
    line-height: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #999;
    min-height: 60px;
}

    .new-title a {
        color: #39c;
    }

        .new-title a:hover {
            color: #09f;
        }

.new-info { /* 简要 */
    font-size: 16px;
    line-height: 30px;
    padding-top: 5px;
}
/* 文字内容 */
.content p {
    font-size: 16px;
    line-height: 24px;
    text-indent: 32px;
    margin: 5px auto;
}

    .content p img {
        max-width: 950px;
        max-height: 420px;
        border: none;
    }

.content .title {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 10px;
}

.content .download { /* 下载 */
    padding-left: 32px;
    margin: 50px 0;
}

    .content .download a {
        display: inline-block;
        line-height: 32px;
        font-size: 14px;
        color: #09f;
        padding-left: 36px;
        background: url(/images/download4.png) left center no-repeat;
    }

        .content .download a:hover {
            text-decoration: underline;
        }

.shelter {
    position: fixed;
    z-index: 50;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #eee;
    filter: alpha(opacity = 50); /*IE*/
    -moz-opacity: 0.5; /*MOZ , FF*/
    opacity: 0.5;
}

.download_tip { /* 下载弹出层 */
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 400px;
    margin-top: -222px;
    margin-left: -322px;
    padding: 20px;
    background: #fff;
    border: 2px solid #999;
}

    .download_tip .title {
        font-size: 16px;
        line-height: 30px;
        color: #333;
        padding: 0 0 10px;
        border-bottom: 1px dashed #ccc;
    }

        .download_tip .title span {
            color: #09f;
            font-size: 30px;
            line-height: 40px;
            font-weight: bold;
        }

table.form {
    width: 100%;
    margin-top: 10px;
}

    table.form tr td {
        font-size: 14px;
        line-height: 50px;
        color: #333;
    }

        table.form tr td.item {
            width: 120px;
            text-align: right;
            padding-right: 10px;
            color: #999;
        }

        table.form tr td input[type=text] {
            width: 360px;
            height: 30px;
            line-height: 30px;
            text-indent: 5px;
            border: 1px solid #999;
            border-radius: 2px;
        }

        table.form tr td input[type=button] {
            padding: 5px 20px 6px;
            margin: 10px 20px;
            font-size: 14px;
            color: #666;
            background: #eee;
            border: 1px solid #999;
            border-radius: 2px;
            cursor: pointer;
        }

            table.form tr td input[type=button].tijiao {
                color: #fff;
                background: #09f;
                border: 1px solid #0072c6;
            }
/* 动态列表 */
.news-item { /* 元素 */
    margin: 10px auto 20px;
}

    .news-item .time {
        font-style: italic;
        font-size: 16px;
        line-height: 24px;
        color: #333;
        border-bottom: 1px solid #e8e8e8;
    }

    .news-item .title a {
        font-size: 22px;
        line-height: 36px;
        color: #09f;
    }

        .news-item .title a:hover {
            text-decoration: underline;
        }

    .news-item .section {
        font-size: 14px;
        line-height: 20px;
        color: #666;
    }
/*加入我们-*/
.mission ul li {
    float: left;
    width: 31%;
    padding: 6px 12px 6px 0;
    text-align: left;
}

.mission .client-link {
    display: inline-block;
    color: #09f;
    font-size: 18px;
    line-height: 24px;
}

    .mission .client-link:hover {
        color: #69c2fd;
    }

.text p {
    font-size: 15px;
    color: #333;
    margin-bottom: 8px;
}
/* 关于我们 */
.larger-photos {
    width: 400px;
}

    .larger-photos img {
        width: 400px;
    }

.company-profile {
    overflow: hidden;
}

    .company-profile a {
        font-size: 16px;
        color: #09f;
    }

    .company-profile p {
        font-size: 16px;
        line-height: 28px;
        color: #333;
        margin-bottom: 8px;
    }

    .company-profile ul li {
        font-size: 16px;
        line-height: 28px;
        color: #f60;
    }
/* 职位列表 */
.Position-list {
    width: 100%;
}

    .Position-list .text {
        font-size: 18px;
        margin: 20px;
    }

.p-list {
    width: 100%;
    line-height: 40px;
}

    .p-list li {
        width: 33%;
        float: left;
        line-height: 40px;
    }

        .p-list li a {
            color: #09f;
            padding: 5px 20px;
            line-height: 40px;
        }

            .p-list li a:hover {
                color: #0072c6;
            }

.Basic-requirements {
    margin: 10px 20px;
}

    .Basic-requirements table {
        width: 100%;
        border-spacing: 0;
    }

        .Basic-requirements table td {
            line-height: 40px;
        }

.area2 label {
    color: #666;
    font-size: 20px;
    line-height: 40px;
}

.requirContent {
    margin: 10px;
}

    .requirContent p {
        line-height: 35px;
    }
/* 专题 */
.special {
    text-align: center;
    overflow: hidden;
    margin: 20px 0;
}

    .special .special-logo {
        text-align: center;
    }

    .special .special-text {
        width: 80%;
        margin: auto;
    }

    .special .special-title {
        font-size: 50px;
        color: #333;
    }

.special-content {
    color: #555;
    font-size: 16px;
    margin-top: 20px;
    line-height: 30px;
    text-align: left;
}
/* 底部 */
.bottom {
    width: 100%;
    color: #000;
    padding-bottom: 30px;
    background: #f1f1f1;
}

.bottom_info { /* 文字 */
    width: 980px;
    overflow: hidden;
    margin: 0 auto 30px;
}

    .bottom_info .bottom_content {
        width: 980px;
        margin-right: 80px;
    }

.bottom_content h1 {
    font-size: 22px;
    font-weight: 300;
    line-height: 80px;
}

.bottom_content p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
}
/* 发送联系方式 */
.bottom .send {
    width: auto;
    height: auto;
    font-size: 16px;
    color: #fff;
}

    .bottom .send .send-text {
        height: 30px;
        line-height: 30px;
        padding-left: 5px;
        width: 150px;
        border: none;
        font-size: 14px;
    }

    .bottom .send .send-button {
        height: 30px;
        width: 40px;
        background: #fff url(/images/send.png) no-repeat center;
        border-left: 1px solid #ddd;
        border-bottom: none;
        border-right: none;
        border-top: none;
        cursor: pointer;
    }

.fr .send {
    margin-top: -8px;
}

.bottom_a { /* 链接 */
    width: 980px;
    margin: 30px auto 0px;
    padding: 30px 0px;
    color: #000;
    border-top: 1px solid #999;
}

.bottom_a_a {
    overflow: hidden;
}

    .bottom_a_a a {
        color: #000;
        font-size: 13px;
        margin-right: 16px;
    }

        .bottom_a_a a:hover {
            color: #09f;
            text-decoration: underline;
        }

.bottom_a_text {
    font-size: 13px;
    margin: 0px 30px;
}

.bottom_p1 {
    font-size: 13px;
    margin-right: 25px;
}
/*联系我们*/
.contact p span {
    font-size: 16px;
    line-height: 25px;
}
/* 文档 */
.content {
    min-height: 300px;
}

    .content h2 { /*蓝色标题*/
        color: #09f;
        border-bottom: 1px dotted #ccc;
        margin: 15px 0;
        line-height: 28px;
    }

    .content h3 { /*灰色标题*/
        color: #888;
        font-weight: 600;
        margin: 10px 0px 5px 0;
    }

    .content h6 { /*文字内容*/
        font-size: 14px;
        line-height: 22px;
        color: #666;
        font-weight: 500;
        margin-bottom: 8px;
    }

.inscribe { /*落款信息*/
    float: right;
    text-align: right;
    margin-top: 40px;
}
/* 解决方案分类 */
.type_title {
    font-size: 30px;
    line-height: 50px;
    color: #454545;
}

.hrbase {
    background-color: #EDEDF0;
    border: 0px none;
    height: 3px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.solution_icon {
    float: left;
    margin-right: 10px;
}

    .solution_icon img {
        width: 36px;
        height: 36px;
    }

.solution_title a {
    font-size: 18px;
    line-height: 36px;
    color: #454545;
}

    .solution_title a:hover {
        text-decoration: underline;
        color: #09f;
    }

.news-item .news a {
    color: #db342a;
}
/* 主推方案 */
.point_solution {
    float: left;
    width: 28%;
    height: 240px;
    padding: 0 1%;
    margin-right: 3%;
}

    .point_solution:hover div {
        text-decoration: underline;
    }

    .point_solution .title {
        font-size: 20px;
        text-align: center;
        line-height: 40px;
        color: #fff;
    }

    .point_solution .text {
        font-size: 14px;
        line-height: 24px;
        color: #fff;
    }
/* 页面顶部大图 */
.top_bg {
    width: 100%;
    height: 420px;
    min-width: 1100px;
    position: relative;
    top: 0;
    background-size: cover;
}

.grid {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.index {
    background: url(/images/index.jpg) no-repeat scroll center #FFF;
    background-size: cover;
}

.solution {
    background: url(../images/case/bg1.jpg) no-repeat scroll center #FFF;
}

.customer {
    background: url(/images/customer3.jpg) no-repeat scroll center #FFF;
}
.ccc {
    background: url(/images/ccc.jpg) no-repeat scroll center #FFF;
}
.aboutus {
    background: url(/images/dongtai.jpg) no-repeat scroll center #FFF;
}
.yss {
    background: url(/images/yss.jpg) no-repeat scroll center #FFF;
}
.bqq {
    background: url(/images/bqq.jpg) no-repeat scroll center #FFF;
}
.devlop {
    background: url(/images/dz1.jpg) no-repeat scroll center #FFF;
}

.imdex {
    background: url(/images/index1.jpg) no-repeat scroll top #FFF;
    background-size: cover;
}

.grid .sevnce {
    text-align: center;
    margin-top: 60px;
    width: 55%;
    float: right;
}

    .grid .sevnce p {
        color: #080;
        font-size: 62px;
        line-height: 100px;
        font-weight: 700;
    }

.grid .English {
    min-height: 35px;
    width: 50%;
    background: #F93;
    float: right;
    margin-top: 30px;
    padding: 20px;
}

    .grid .English p {
        font-size: 20px;
        color: #fff;
        font-weight: 700;
        font-style: italic;
        text-align: center;
        line-height: 25px;
        padding: 20px 30px;
    }

.banner_title {
    font-size: 40px;
    margin: 70px 0 40px;
    font-weight: 800;
    color: #fff;
}

    .banner_title em {
        font-size: 36px;
        color: #fff;
    }

.banner_subtitle {
    margin: 0px auto 40px;
    padding: 30px 40px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    width: 60%;
}
/* 主推方案 */
.grid_solution {
    margin-bottom: 25px;
    padding: 0 7px;
}

.grid_cell {
    box-sizing: border-box;
    width: 30%;
    vertical-align: top;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-rendering: auto;
    display: inline-block;
    margin: 12px;
    padding: 20px 30px 0px;
}

.grid_solution .yuncheng {
    background: #B11C54;
    -moz-opacity: 0.9; /* FF 3.5以下 */
    opacity: 0.9; /* FF 3.5及以上 */
    filter: alpha(opacity=90); /* IE6及以上 */
    rgba(177, 28, 84, 0.9) !important;
}

.grid_solution .concrete {
    background: #68217A;
    -moz-opacity: 0.9; /* FF 3.5以下 */
    opacity: 0.9; /* FF 3.5及以上 */
    filter: alpha(opacity=90); /* IE6及以上 */
    rgba(104, 33, 122, 0.9) !important;
}

.grid_solution .integrated_platform {
    background: #11AA58;
    -moz-opacity: 0.9; /* FF 3.5以下 */
    opacity: 0.9; /* FF 3.5及以上 */
    filter: alpha(opacity=90); /* IE6及以上 */
    rgba(17, 170, 88, 0.9) !important;
}

.grid_solution .yuncheng:hover {
    -moz-opacity: 0.8; /* FF 3.5以下 */
    opacity: 0.8; /* FF 3.5及以上 */
    filter: alpha(opacity=80); /* IE6及以上 */
    rgba(177, 28, 84, 0.8) !important;
    margin-top: 10px;
}

.grid_solution .concrete:hover {
    -moz-opacity: 0.8; /* FF 3.5以下 */
    opacity: 0.8; /* FF 3.5及以上 */
    filter: alpha(opacity=80); /* IE6及以上 */
    rgba(177, 28, 84, 0.8) !important;
    margin-top: 10px;
}

.grid_solution .integrated_platform:hover {
    -moz-opacity: 0.8; /* FF 3.5以下 */
    opacity: 0.8; /* FF 3.5及以上 */
    filter: alpha(opacity=80); /* IE6及以上 */
    rgba(177, 28, 84, 0.8) !important;
    margin-top: 10px;
}

.grid_content {
    margin: auto;
    position: relative;
}

    .grid_content h2 {
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: -0.08em;
        line-height: 1em;
        font-size: 34px;
        color: #FFF;
        margin-bottom: 12.5px;
    }

    .grid_content p {
        font-weight: 300;
        padding: 0px 0px 25px;
        margin: 0px;
        line-height: 1.3em;
        color: #FFF;
        font-size: 20px;
    }
/* 职位详情 */
.job_div {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 600px;
    margin-top: -287px;
    margin-left: -322px;
    padding: 10px 20px;
    background: #fff;
    border: 2px solid #999;
}

    .job_div .operate { /* 操作 */
        height: 30px;
        line-height: 30px;
        text-align: right;
    }

        .job_div .operate a {
            display: inline-block;
            font-size: 12px;
            color: #09f;
            margin: 0 10px;
        }

    .job_div .job_info { /* 职位相关信息 */
        display: none;
        height: 570px;
        overflow: auto;
    }

.job_info .job_name { /* 职位名称 */
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
}

.job_info .info {
    margin-top: 10px;
}

.info .title {
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    color: #404040;
    margin-top: 10px;
}

.info .salary { /* 月薪 */
    font-size: 12px;
    color: #f90;
    font-weight: bold;
}

.info .remark { /* 备注 */
    color: #aaa;
    font-size: 12px;
}

.job_div p {
    font-size: 12px;
    line-height: 24px;
    color: #404040;
}

.job_show { /* 职业详细显示 */
    display: none;
}

.dynamic {
    background: url(/images/dongtai.jpg) no-repeat scroll center #fff;
}
/* 专题 */
.zhuanti {
    width: 1100px;
    min-width: 1100px;
    overflow: hidden;
    margin: auto;
}

    .zhuanti > div {
        float: left;
        width: 380px;
        padding: 50px 60px;
    }

    .zhuanti .zhuanti_img {
        width: 480px;
        float: left;
        padding: 30px 60px;
    }

        .zhuanti .zhuanti_img img {
            width: 480px;
        }

    .zhuanti > div h1 {
        font-size: 30px;
        font-weight: normal;
        line-height: 30px;
        padding-bottom: 10px;
    }

    .zhuanti p {
        font-size: 16px;
        line-height: 28px;
        padding: 20px 0;
    }

.s_list_switch {
    padding: 10px 0 0 10px;
    line-height: 40px;
}

    .s_list_switch a {
        color: #444;
        font-size: 14px;
    }

        .s_list_switch a.select {
            font-size: 20px;
        }

.s_list { /*行业解决方案列表*/
    padding: 10px 0;
    margin-left: 40px;
    overflow: auto;
}

    .s_list li {
        float: left;
        width: 150px;
        line-height: 28px;
        margin-right: 55px;
    }

        .s_list li a {
            color: #39c;
            font-size: 16px;
        }

            .s_list li a:hover {
                color: #09f;
            }

    .s_list p {
        line-height: 20px;
        padding: 20px 0 10px;
    }
/*------联系我们------*/
.contactus {
    position: fixed;
    height: 320px;
    right: 0;
    top: 50%;
    margin-top: -160px;
    z-index: 99;
}
/*联系我们按钮*/
.contact-module {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -35px;
    z-index: 100;
    width: 110px;
    height: 62px;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    background: #00a2e9;
    cursor: pointer;
    border-radius: 4px 0 0 4px;
}

    .contact-module img {
        margin-top: 7px;
    }

    .contact-module:hover {
        background: #006dd3;
    }
/*请致电*/
.contactus .popup {
    position: absolute;
    top: 0;
    right: 0;
    width: 700px;
    margin: 0 -700px 0 0;
    overflow: hidden;
    height: 320px;
    z-index: 999;
}

.contactus .popup-content {
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    padding: 28px 0 26px 16px;
    text-align: center;
    border-left: 10px solid #00a2e9;
    font-size: 14px;
    overflow: hidden;
    ;
    line-height: 17px;
    position: relative;
    background: #f8f8f8;
}

.popup-content h2 {
    height: 30px;
    font-size: 20px;
}

    .popup-content h2 a {
        color: #1ca4d7;
        font-size: 20px;
        margin-left: 10px;
    }

        .popup-content h2 a:hover {
            text-decoration: underline;
            color: #4549ec;
        }

    .popup-content h2 p {
        line-height: 50px;
    }

.popup-content p {
    margin: 0 25px;
    line-height: 20px;
}

.popup-content ul {
    margin: 40px 0 10px;
    width: 615px;
    overflow: hidden;
}

    .popup-content ul li {
        width: 153px;
        float: left;
        border-right: 1px solid #e5e5e5;
    }

        .popup-content ul li img {
            height: 32px;
            margin: 0 auto 8px;
        }

        .popup-content ul li:last-child {
            border-right: none;
        }

        .popup-content ul li a {
            display: inline-block;
            overflow: hidden;
            padding: 5px;
        }

            .popup-content ul li a h3 {
                color: #333;
                font-size: 16px;
            }

            .popup-content ul li a:hover {
                background: #eee;
            }

        .popup-content ul li p {
            margin: 8px 10px;
            text-align: left;
            line-height: 18px;
            width: 133px;
            font-size: 12px;
            color: black;
        }

.popup .menu-list {
    display: none;
}

.popup-content .qrcode {
    width: 120px;
    height: 133px;
    margin: -5px 0 0 30px;
}

.popup-content p.tl {
    margin-top: 20px;
}
/*留下联系方式*/
.contact-information {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 330px;
    height: 300px;
    padding: 20px;
    margin-left: -165px;
    margin-top: -150px;
    background: #f8f8f8;
    border-radius: 4px 0 0 4px;
    border-left: 10px solid #00a2e9;
}

    .contact-information .title {
        line-height: 30px;
        font-size: 20px;
    }

    .contact-information .contact-information-row {
        height: 36px;
        line-height: 36px;
        margin: 20px auto;
    }

        .contact-information .contact-information-row label {
            display: inline-block;
            width: 120px;
            font-size: 14px;
        }

        .contact-information .contact-information-row input[type=text] {
            width: 180px;
            height: 30px;
            padding-left: 8px;
            border: 1px solid #bbb;
        }

        .contact-information .contact-information-row input[type=button] {
            padding: 7px 16px 8px;
            margin: 0 30px;
            border: none;
            font-size: 14px;
            color: #fff;
            background: #999;
            cursor: pointer;
        }

        .contact-information .contact-information-row input[id=_submit] {
            background: #00a2e9;
        }

.btn1 {
    padding-top: 20px;
}

.tc {
    text-align: center;
}
/* 联系我们 */
.contact-module p {
    font-size: 14px;
    margin-top: 3px;
}

.tl {
    font-size: 14px;
    text-align: left;
}

.popup-content {
    margin-top: 5px;
}

    .popup-content h2 {
        font-size: 20px;
        height: 40px;
    }

    .popup-content p {
        color: #333;
    }
/* 二级页面的导航栏 */
/*-----header-----*/
.header {
    height: 60px;
    z-index: 10;
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 1200px;
      background: rgba(0, 162, 233, 1) !important;
   /* background: rgba(0, 0, 0, 0.7) !important;*/
    filter: Alpha(opacity=70);
    background: #000;
}
/*logo*/
.logo7 {
    height: 60px;
    width: 100px;
    border-right: 1px solid #1A99BE;
    text-align: center;
}

    .header a, li {
        font-family: "Microsoft YaHei", "Hiragino Sans GB", "Hiragino Sans GB W3", "微软雅黑", "Helvetica Neue", Arial, sans-serif;
        font-size: 14px;
    }
 

.logo {
    margin-left: 25px;
}

    .logo img {
        height: 31px;
        margin-top: 10px;
    }

.p-phone {
    display: none;
}
/*-----nav-----*/
.nav > li {
    float: left;
    font-weight: 600;
    display: inline;
    height: 60px;
    line-height: 60px;
    margin-left: 50px;
    color: #fff;
}

    .nav > li > a {
        color: #fff;
        display: inline-block;
        line-height: 60px;
    }
/*精彩人生*/
.jincai {
    margin-right: 50px;
}
/*nav dropdown*/
.nav > li.has-dropdown {
    position: relative;
    z-index: 5;
}

    .nav > li.has-dropdown > a {
        padding-right: 15px;
        height: 60px;
        line-height: 60px;
        background: url(/images/arrow-down.png) right 28px no-repeat;
    }

        .nav > li.has-dropdown > a.hover {
            height: 56px;
            border-bottom: 4px solid #f8f8f8;
        }

.nav-dropdown {
    display: none;
    position: absolute;
    top: 60px;
    left: -80px;
    width: 200px;
    height: 320px;
    padding: 30px 30px 40px;
    background-color: #f8f8f8;
}

    .nav-dropdown li {
        height: 40px;
        font-weight: 500;
        line-height: 40px;
    }

        .nav-dropdown li a {
            display: block;
            color: #333;
        }

            .nav-dropdown li a:hover {
                font-weight: bold;
            }
/*浮动*/
.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}
/*定位*/
.pr {
    position: relative;
}

.pa {
    position: absolute;
}
/* 加入我们 */
.slide-introduction {
    position: absolute;
    width: 480px;
    height: 200px;
    padding: 0 20px;
    margin-top: 150px;
    margin-left: 350px;
    background: url(/images/bg.png) repeat;
}

    .slide-introduction h1 {
        line-height: 72px;
        font-size: 28px;
    }

    .slide-introduction p {
        line-height: 30px;
        margin-bottom: 20px;
    }
/*line*/
.line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1200px;
    height: 10px;
    background-color: #F1AB1C;
}

.line-c {
    left: 50%;
    margin-left: -600px;
}

.tl {
    text-align: left;
}