﻿@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    font-family: "Arial","宋体";
    background-color: #edf2f6;
}

html {
    overflow-x: hidden;
}

a:focus {
    outline: 0;
}

a:active {
    outline: 0;
}

ul {
    list-style: none;
}

a {
    outline: 0;
}

img {
    border: 0;
}

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.ellipsis {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.timeS {
    font-size: 12px;
    margin-bottom: 5px;
}

.webBanner_comm {
    clear: both;
    width: 100%;
    height: 200px;
    background: url(/image/bannerbg2.png) no-repeat center;
}

.banner_comm {
    height: 100%;
    background: url(/image/banner2.jpg?v=201403181755) no-repeat;
}

.middle {
    width: 1002px;
    margin: 0 auto;
    font-size: 12px;
}

.lineWhite {
    clear: both;
    width: 100%;
    border-top: 1px solid #fff;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.whiteLayer {
    clear: both;
    display: block;
    width: 100%;
    height: 32px;
    background: url(/image/whitelayer.png) center 0 no-repeat;
}

.grayTitle {
    color: #484848;
    font-size: 12px;
}

.grayTitle3 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.grayTitle_title {
    color: #333;
    font-size: 14px;
    line-height: 40px;
}

.grayContent {
    color: #595959;
}

.grayBack {
    background-color: #f6f7f7;
}

.redText {
    color: #8b7c7f;
}

.blueText {
    color: #0178de;
}

.blueBack {
    background-color: #4173ae;
}

.blueBack2 {
    background-color: #389cda;
}

.blueText2 {
    color: #3f423b;
}

.grayTitle2 {
    color: #213e62;
    font-size: 16px;
    font-weight: bold;
}

.webHead {
    height: 76px;
    background: #fff;
    border-top: 3px solid #0058ae;
}

.head {
    height: 100%;
}

.headLogo {
    float: left;
    width: 140px;
    height: 100%;
}

.headRight {
    float: left;
    padding: 20px 0 0 38px;
    _padding-left: 20px;
}

    .headRight .reg {
        display: inline-block;
        width: 129px;
        height: 35px;
        background: url(/image/comm.png?v=201502031455) 0 -106px no-repeat;
        _background: url(/image/comm.gif?v=201502031455) 0 -106px no-repeat;
    }

    .headRight .login {
        display: inline-block;
        width: 92px;
        height: 35px;
        background: url(/image/comm.png?v=201502031455) 0 -186px no-repeat;
        _background: url(/image/comm.gif?v=201502031455) 0 -186px no-repeat;
        margin-left: 10px;
    }

    .headRight .reg:hover {
        background: url(/image/comm.png?v=201502031455) 0 -146px no-repeat;
        _background: url(/image/comm.gif?v=201502031455) 0 -146px no-repeat;
    }

    .headRight .login:hover {
        background: url(/image/comm.png?v=201502031455) 0 -226px no-repeat;
        _background: url(/image/comm.gif?v=201502031455) 0 -226px no-repeat;
    }

.webNav {
    height: 100%;
    position: relative;
    font-size: 14px;
    padding: 0 20px 0 50px;
    _padding-left: 30px;
}

.nav {
    _margin: 0 20px;
    position: relative;
    font-family: 微软雅黑;
    font-size: 15px;
}

    .nav a {
        display: inline-block;
        text-decoration: none;
        color: #0058ae;
    }

    .nav .checkLine {
        position: absolute;
        left: 0;
        bottom: 12px;
        display: inline-block;
        width: 100%;
        _width: expression(eval(this.parentNode.offsetWidth));
        height: 3px;
        line-height: 3px;
        font-size: 3px;
        background: #0058ae;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all .1s;
    }

.navHover .checkLine {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 23px;
}

.navCheck a {
    font-weight: bold;
}

.navCheck .checkLine {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 23px;
}

.headShadow {
    height: 7px;
    background: url(/image/headShadow.png?v=201502031455) repeat-x;
}

**/body {
    font-size: 12px;
    font-family: "微软雅黑";
    color: #eee;
}

.nav {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #dfdfdf;
    background-color: #fff;
}

    .nav .nav_1 {
        width: 1002px;
        height: 80px;
        margin: 0 auto;
    }

        .nav .nav_1 #nav_logo {
            width: 198px;
            height: 80px;
            float: left;
        }

            .nav .nav_1 #nav_logo a {
                display: block;
            }

            .nav .nav_1 #nav_logo img {
                border: 0;
                padding-top: 8px;
            }

        .nav .nav_1 .nav_nav2 {
            width: 798px;
            height: 80px;
            float: left;
        }

            .nav .nav_1 .nav_nav2 ul li {
                list-style: none;
                float: left;
                line-height: 80px;
            }

                .nav .nav_1 .nav_nav2 ul li a {
                    font-size: 16px;
                    font-family: "微软雅黑";
                    color: #333;
                    padding: 0 11px;
                }

                    .nav .nav_1 .nav_nav2 ul li a:hover {
                        font-size: 16px;
                        font-family: "微软雅黑";
                        color: #0058ae;
                    }

                .nav .nav_1 .nav_nav2 ul li .nav_select {
                    font-size: 16px;
                    font-family: "微软雅黑";
                    color: #0058ae;
                    font-weight: bold;
                }

            .nav .nav_1 .nav_nav2 .nav_nav3 {
                width: 280px;
                height: 80px;
                float: left;
            }

                .nav .nav_1 .nav_nav2 .nav_nav3 .nav3_register {
                    float: left;
                }

                .nav .nav_1 .nav_nav2 .nav_nav3 .nav3_login {
                    float: left;
                }

                .nav .nav_1 .nav_nav2 .nav_nav3 #nav_register {
                    display: block;
                    width: 130px;
                    height: 44px;
                    line-height: 44px;
                    text-align: center;
                    background-color: #2f82ff;
                    margin-top: 20px;
                    margin-left: 70px;
                    font-size: 15px;
                    font-family: "微软雅黑";
                    border-radius: 5px;
                    color: #fff;
                }

                    .nav .nav_1 .nav_nav2 .nav_nav3 #nav_register:hover {
                        display: block;
                        width: 130px;
                        height: 44px;
                        line-height: 44px;
                        text-align: center;
                        background-color: #0f69f0;
                        margin-top: 20px;
                        margin-left: 70px;
                        font-size: 15px;
                        font-family: "微软雅黑";
                        border-radius: 5px;
                        color: #fff;
                    }

                .nav .nav_1 .nav_nav2 .nav_nav3 #nav_login {
                    display: block;
                    background-color: #fff;
                    border: 1px solid #eee;
                    width: 58px;
                    height: 44px;
                    font-size: 15px;
                    font-family: "微软雅黑";
                    border-radius: 3px;
                    color: #333;
                    line-height: 44px;
                    text-align: center;
                    margin-top: 19px;
                    margin-left: 15px;
                }

                    .nav .nav_1 .nav_nav2 .nav_nav3 #nav_login:hover {
                        display: block;
                        background-color: #fafafa;
                        border: 1px solid #eee;
                        width: 58px;
                        height: 44px;
                        font-size: 15px;
                        font-family: "微软雅黑";
                        border-radius: 3px;
                        color: #333;
                        line-height: 44px;
                        text-align: center;
                        margin-top: 19px;
                        margin-left: 15px;
                    }

.footLineGray {
    clear: both;
    width: 100%;
    border-top: 1px solid #b8b8b8;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.footLineWhite {
    clear: both;
    width: 100%;
    border-top: 1px solid #fff;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.webFoot {
    clear: both;
    width: 100%;
    height: 44px;
    background-color: #ddd;
    color: #777;
}

.foot {
    height: 100%;
}

.footLeft {
    float: left;
    height: 100%;
}

    .footLeft span {
        float: left;
        margin-left: 13px;
        line-height: 44px;
    }

    .footLeft a {
        color: #777;
        text-decoration: none;
    }

.footMiddle {
    float: left;
    margin: 0 20px 0 20px;
    background: url(/image/headfoot.png?v=201304231009) -308px -57px no-repeat;
    width: 2px;
    height: 19px;
    position: relative;
    top: 12px;
}

.footRight {
    float: right;
    height: 100%;
    line-height: 44px;
}

    .footRight a {
        text-decoration: none;
        color: #777;
    }

.webBottom {
    clear: both;
    width: 100%;
    height: 10px;
}

.webContact {
    clear: both;
    display: block;
    width: 100%;
    height: 550px;
}

.contactPaper {
    display: block;
    width: 807px;
    height: 400px;
    background-color: #fff;
    position: relative;
    margin: auto;
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

    .contactPaper .imgContact {
        position: absolute;
        top: 65px;
        left: 90px;
    }

    .contactPaper .people {
        position: absolute;
        bottom: 30px;
        right: 55px;
    }

.contactDotted {
    width: 650px;
    height: 0;
    line-height: 0;
    font-size: 0;
    margin: auto;
    margin-top: 135px;
}

.contactText {
    position: absolute;
    display: block;
    width: 500px;
    height: auto;
    left: 55px;
    font-size: 14px;
}

    .contactText .conTextLine {
        width: auto;
        height: 35px;
        line-height: 35px;
        padding-left: 40px;
        font-family: "微软雅黑";
        color: #21709b;
    }

        .contactText .conTextLine a {
            font-family: "微软雅黑";
            color: #21709b;
        }

            .contactText .conTextLine a:hover {
                color: #f30;
            }

.contactBottom {
    clear: both;
    display: block;
    width: 809px;
    height: 7px;
    margin: auto;
}

.conBotLeft {
    float: left;
    width: 7px;
    height: 7px;
    background: url(/image/regSuccess/botleft.png) no-repeat;
}

.conBotMiddle {
    float: left;
    width: 795px;
    height: 7px;
    background: url(/image/regSuccess/botmiddle.png) repeat-x;
}

.conBotRight {
    float: left;
    width: 7px;
    height: 7px;
    background: url(/image/regSuccess/botright.png) no-repeat;
}

.webBanner_blog {
    clear: both;
    width: 100%;
    height: 200px;
    background: url(/image/blog/bannerbg_2.png) repeat-x;
}

.banner_blog {
    height: 100%;
    background: url(/image/blog/banner_2.jpg) no-repeat;
}

.webHelp {
    clear: both;
    width: 100%;
    height: auto;
}

.blogPaper {
    width: 867px;
    height: auto;
    margin: auto;
}

.blogTitle {
    width: 100%;
    height: 53px;
    line-height: 53px;
    background: url(/image/blog/top.png) no-repeat;
}

.blogSearch {
    float: right;
    margin-right: 35px;
    width: 340px;
    height: 100%;
}

.blogSearchText {
    float: left;
    width: 258px;
    height: 24px;
    line-height: 24px;
    border: 2px solid #70b5f6;
    padding: 0;
    margin-top: 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.blogSearchBtn {
    float: left;
    width: 77px;
    height: 24px;
    background: url(/image/blog/search.png) no-repeat;
    border: 0;
    padding: 0;
    margin-top: 15px;
}

.blogContent {
    clear: both;
    display: table;
    width: 100%;
    height: auto;
    background: url(/image/blog/middle.png) repeat-y;
    position: relative;
    z-index: 1;
}

.blogConLeft {
    float: left;
    width: 189px;
    height: auto;
    padding: 28px 0 80px 0;
}

.blogFirstNav {
    clear: both;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

    .blogFirstNav a {
        display: block;
        padding-left: 55px;
        height: 100%;
        background: url(/image/blog/ico1.png) 40px center no-repeat;
        color: #484848;
        text-decoration: none;
    }

        .blogFirstNav a:hover {
            color: #32659c;
            text-decoration: underline;
        }

        .blogFirstNav a.dthover {
            color: #32659c;
            text-decoration: underline;
        }

.blogSecondNav {
    clear: both;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.blogSecondNavShow {
    background: url(/image/blog/icodown.png) 40px center no-repeat !important;
}

.blogSecondNav a {
    display: block;
    padding-left: 55px;
    height: 100%;
    background: url(/image/blog/icoright.png) 40px center no-repeat;
    color: #484848;
    text-decoration: none;
}

    .blogSecondNav a:hover {
        color: #32659c;
        text-decoration: underline;
    }

.blogSecondNavDiv {
    display: none;
}

.blogThirdNav {
    clear: both;
    width: 187px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    margin-left: 2px;
}

    .blogThirdNav a {
        display: block;
        padding-left: 67px;
        height: 100%;
        background: url(/image/blog/ico3.png) 50px center no-repeat;
        color: #6e6e6c;
        text-decoration: none;
    }

        .blogThirdNav a:hover {
            color: #32659c;
            text-decoration: underline;
        }

.ddhover {
    background: url(/image/blog/thirdcheck.png) no-repeat;
}

    .ddhover a {
        background: url(/image/blog/ico3-check.png) 50px center no-repeat !important;
    }

    .ddhover a {
        color: #fff;
    }

        .ddhover a:hover {
            color: #fff;
        }

.blogConRight {
    float: left;
    width: 542px;
    height: auto;
    padding: 28px 95px 0 40px;
}

.blogList {
    clear: both;
    width: 537px;
    height: auto;
}

.blogListTitle {
    width: 100%;
    height: 38px;
    line-height: 38px;
}

    .blogListTitle .titleLeft {
        float: left;
        width: 5px;
        height: 100%;
        background: url(/image/blog/titleleft.png) no-repeat;
    }

    .blogListTitle .titleMiddle {
        float: left;
        width: 471px;
        height: 100%;
        background: url(/image/blog/titlemiddle.png) repeat-x;
        padding: 0 18px;
        font-family: "微软雅黑","宋体","新宋体","Arial Unicode MS";
        font-weight: bold;
    }

    .blogListTitle font {
        float: left;
        color: #e7161a;
        font-size: 14px;
        margin-right: 3px;
    }

    .blogListTitle .titleMiddle a {
        display: block;
        color: #1184cd;
        text-decoration: none;
        font-size: 15px;
    }

    .blogListTitle .titleRight {
        float: left;
        width: 5px;
        height: 100%;
        background: url(/image/blog/titleright.png) no-repeat;
    }

.blogListIntro {
    clear: both;
    width: 490px;
    height: auto;
    line-height: 22px;
    padding: 18px 7px 20px 20px;
}

.blogDotted {
    clear: both;
    float: right;
    width: 525px;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-top: 1px dotted #c8c8c8;
}

.blogBottom {
    clear: both;
    width: 100%;
    height: 1px;
    background: url(/image/blog/bottom.png) no-repeat;
    margin-bottom: 35px;
}

.blogProCase {
    position: absolute;
    width: 140px;
    height: 40px;
    line-height: 40px;
    left: 23px;
    bottom: 10px;
    text-align: center;
    border-top: 1px solid #b8b8b8;
}

    .blogProCase a {
        font-size: 14px;
        color: #484848;
        text-decoration: none;
    }

        .blogProCase a:hover {
            text-decoration: underline;
        }

.viewContentRigth {
    float: left;
    width: 647px;
    height: auto;
    padding: 20px 15px;
}

.viewDetail {
    width: 100%;
    height: auto;
}

    .viewDetail .title {
        width: 100%;
        height: 40px;
        line-height: 35px;
        font-size: 16px;
        font-family: "微软雅黑","宋体","新宋体","Arial Unicode MS";
        font-weight: bold;
        text-align: center;
    }

    .viewDetail .time {
        clear: both;
        width: 100%;
        height: 25px;
        line-height: 25px;
        text-align: center;
    }

    .viewDetail .viewContent {
        clear: both;
        width: 625px;
        height: auto;
        padding: 20px 11px;
        font-size: 14px;
        line-height: 1.8;
        overflow: hidden;
        white-space: normal;
        word-wrap: break-word;
        word-break: normal;
    }

        .viewDetail .viewContent p {
            margin: 0;
            margin-bottom: 6px;
        }

        .viewDetail .viewContent table td {
            padding: 0 10px;
        }

.viewRelated {
    clear: both;
    width: 570px;
    height: auto;
    padding-left: 11px;
}

    .viewRelated .title {
        width: 100%;
        height: 35px;
        line-height: 35px;
        background-color: #e2efff;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        font-size: 14px;
    }

    .viewRelated .content {
        clear: both;
        width: 540px;
        height: auto;
        padding: 18px 15px;
        line-height: 23px;
    }

        .viewRelated .content ul {
            margin: 0;
            padding: 0;
            width: 270px;
            float: left;
        }

            .viewRelated .content ul li {
                width: 200px;
            }

        .viewRelated .content a {
            text-decoration: none;
        }

            .viewRelated .content a:hover {
                color: #33649e;
            }

.viewContentRigth .adLink {
    width: 600px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.webAlliance {
    clear: both;
    display: block;
    width: 100%;
    height: auto;
}

.alliancePaper {
    width: 788px;
    height: auto;
    margin: auto;
    background-color: #fff;
    padding: 40px 62px 60px 48px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 50px;
    border: 1px solid #eaeaea;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
}

.alTitle {
    width: 100%;
    height: 47px;
    border-bottom: 1px dotted #d9d9d9;
    padding-top: 15px;
}

    .alTitle span {
        float: left;
        display: block;
        width: 90px;
        height: 35px;
        line-height: 35px;
        background-color: #33649e;
        color: #fff;
        text-align: center;
    }

    .alTitle a {
        float: right;
        display: inline-block;
        line-height: 60px;
        text-decoration: none;
        color: #33649e;
        margin-right: 30px;
    }

.alContent {
    clear: both;
    width: 100%;
    height: auto;
}

    .alContent .alText {
        width: 770px;
        height: auto;
        padding: 20px 20px 20px 0;
        text-indent: 2em;
        line-height: 23px;
    }

.alInvPic {
    clear: both;
    width: 100%;
    height: 265px;
    background: url(/image/alliance/inverstment.png) 28px 10px no-repeat;
    position: relative;
}

    .alInvPic a {
        display: block;
        position: absolute;
        width: 120px;
        height: 32px;
        top: 40px;
        left: 40px;
    }

.alCoopPic {
    clear: both;
    width: 100%;
    height: 620px;
    background: url(/image/alliance/cooperation.png) center no-repeat;
    margin: 20px 0;
    position: relative;
    font-size: 12px;
    letter-spacing: normal;
}

    .alCoopPic .title {
        position: absolute;
        width: 150px;
        height: auto;
        top: 50px;
        left: 28px;
        font-size: 14px;
    }

    .alCoopPic .circle1 {
        position: absolute;
        width: 95px;
        height: auto;
        line-height: 25px;
        top: 25px;
        left: 360px;
        color: #fff;
    }

    .alCoopPic .circle2 {
        position: absolute;
        width: 90px;
        height: auto;
        line-height: 25px;
        top: 275px;
        left: 99px;
        color: #fff;
    }

    .alCoopPic .circle3 {
        position: absolute;
        width: 90px;
        height: auto;
        line-height: 23px;
        top: 263px;
        right: 87px;
        color: #fff;
    }

    .alCoopPic .circle4 {
        position: absolute;
        width: 95px;
        height: auto;
        line-height: 21px;
        bottom: 14px;
        left: 360px;
        color: #fff;
    }

    .alCoopPic .square1 {
        position: absolute;
        width: 150px;
        height: auto;
        top: 145px;
        left: 180px;
        color: #00a006;
    }

    .alCoopPic .square2 {
        position: absolute;
        width: 107px;
        height: auto;
        line-height: 18px;
        top: 195px;
        right: 196px;
        color: #00a487;
    }

    .alCoopPic .square3 {
        position: absolute;
        width: 110px;
        height: auto;
        bottom: 150px;
        left: 195px;
        color: #b10092;
    }

    .alCoopPic .square4 {
        position: absolute;
        width: 190px;
        height: auto;
        line-height: 20px;
        bottom: 140px;
        right: 160px;
        _right: 140px;
        color: #cd9000;
    }

.squareText {
    clear: both;
    width: 100%;
    height: auto;
    text-indent: -1em;
    _text-indent: -9px;
    padding-left: 20px;
}

.alCoopPic a {
    display: block;
    position: absolute;
    width: auto;
    height: 16px;
    line-height: 16px;
    background: url(/image/alliance/view.png) no-repeat;
    bottom: 0;
    right: 110px;
    padding-left: 50px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #b3b3b3;
}

.alExtPic {
    clear: both;
    width: 100%;
    height: 347px;
    background: url(/image/alliance/extend.png) no-repeat;
}

.webProject {
    clear: both;
    display: block;
    width: 100%;
    height: auto;
    background: url(/image/shadow_comm.png) center 0 no-repeat;
}

.projectPaper {
    width: 820px;
    height: auto;
    margin: auto;
    background-color: #fff;
    padding: 40px;
    font-size: 14px;
    margin-bottom: 50px;
    border: 1px solid #eaeaea;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
}

.projectTitle {
    width: 740px;
    height: 51px;
    line-height: 65px;
    border-bottom: 1px dotted #dadada;
    background: url(/image/project/leaf.png) 10px 0 no-repeat;
    padding-left: 50px;
    font-weight: bold;
}

.projectText {
    clear: both;
    width: 790px;
    height: auto;
    line-height: 23px;
    padding: 30px 0 40px 30px;
    color: #595959;
    font-size: 12px;
    position: relative;
}

.projectPic {
    display: block;
    width: 347px;
    height: 176px;
    background: url(/image/project/peitu.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.projectBottom {
    clear: both;
    width: 750px;
    height: 80px;
    line-height: 80px;
    padding: 0 35px;
    text-align: right;
    font-size: 12px;
    letter-spacing: 1px;
    border-top: 1px dotted #dbdbdb;
}

    .projectBottom span {
        display: inline-block;
        width: 35px;
        height: 26px;
        background: url(/image/project/contact.png) no-repeat;
    }

.webRecruitment {
    clear: both;
    width: 100%;
    height: auto;
    padding-bottom: 45px;
}

.recruitmentPaper {
    width: 730px;
    height: auto;
    border: 1px solid #eaeaea;
    background-color: #fff;
    padding: 50px 25px 30px 25px;
    margin: auto;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
}

.recTop {
    width: 100%;
    height: 360px;
}

.recJoinus {
    position: absolute;
    top: 10px;
    left: 15px;
}

.recDotted {
    clear: both;
    width: 685px;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-top: 1px dotted #dbdbdb;
    margin: auto;
}

.recBottom {
    position: relative;
    width: 690px;
    height: auto;
    padding: 0 0 80px 45px;
}

.recFoot {
    float: right;
    width: 190px;
    height: 17px;
    background: url(/image/recruitment/contact.png) no-repeat;
    margin-right: 20px;
}

.recTop, .recBottom {
    *zoom: 1;
}

.recOl, .recUl {
    line-height: 25px;
}

.recTopImg, .recTopInfo {
    float: left;
}

.recTopImg {
    margin-left: 18px;
    width: 240px;
}

.recTopInfo {
    margin-left: 28px;
    width: 420px;
}

.recInfoTitle {
    font-family: "微软雅黑",sans-serif;
    font-size: 20px;
    color: #ff8a1d;
    padding: 30px 0 18px 0;
}

.recOl {
    padding-left: 25px;
    color: #888;
}

.recUl {
    list-style-type: square;
    padding-left: 18px;
}

.recBottomImg {
    position: absolute;
    top: 88px;
    right: -20px;
}

.webContract {
    clear: both;
    width: 100%;
    height: auto;
    padding-bottom: 45px;
}

.contractPaper {
    width: 825px;
    height: auto;
    border: 1px solid #eaeaea;
    background-color: #fff;
    padding: 35px 40px;
    margin: auto;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
}

.contrCheck {
    width: 100%;
    height: 65px;
    text-align: center;
    line-height: 43px;
    font-size: 14px;
}

.contrBtn1 {
    display: inline-block;
    width: 123px;
    height: 43px;
    background-color: #33649e;
    margin-right: 40px;
    color: #fff;
}

.contrBtn2 {
    display: inline-block;
    width: 123px;
    height: 43px;
    background-color: #d5d5d5;
    margin-right: 40px;
    color: #909090;
}

.contrDotted {
    clear: both;
    width: 795px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-top: 1px dotted #dbdbdb;
    margin: auto;
}

.contrContent {
    width: 100%;
    height: auto;
    line-height: 23px;
}

.contrTitle {
    height: 23px;
    color: #33649e;
}

.contrText {
    color: #595959;
    padding-bottom: 30px;
}

    .contrText font {
        color: red;
    }

.discContent {
    display: none;
    width: 100%;
    height: 2800px;
    line-height: 23px;
}

.discTitle {
    height: 23px;
    color: #33649e;
}

.discText {
    color: #595959;
    padding-bottom: 30px;
}

.webQualification {
    clear: both;
    width: 100%;
    height: auto;
}

.qualificationPaper {
    width: 825px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    padding: 35px 40px;
    margin: auto;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
}

.qualCheck {
    width: 100%;
    height: 65px;
    text-align: center;
    line-height: 43px;
    font-size: 14px;
}

.qualBtn1 {
    display: inline-block;
    width: 123px;
    height: 43px;
    background-color: #33649e;
    margin-right: 10px;
    color: #fff;
    cursor: pointer;
    float: left;
}

.qualBtn2 {
    display: inline-block;
    width: 123px;
    height: 43px;
    background-color: #f8f8f8;
    margin-right: 10px;
    color: #909090;
    cursor: pointer;
    float: left;
}

.qualDotted {
    clear: both;
    width: 795px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-top: 1px dotted #dbdbdb;
    margin: auto;
}

.qualContent {
    display: none;
    height: auto;
    position: relative;
    padding: 20px 0;
    text-align: center;
}

.qualTitle {
    height: 40px;
    line-height: 40px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 14px;
    color: #484848;
}

.qualGreater {
    display: none;
    width: 28px;
    height: 29px;
    position: absolute;
    right: 13px;
    bottom: 13px;
    background: url(/image/qualification/greater.png?v=201502031455) no-repeat;
    _background: url(/image/qualification/greater.gif?v=201502031455) no-repeat;
}

.qualImg-hover {
    opacity: .60;
    filter: alpha(opacity=60);
}

.licenseTopLeft {
    float: left;
    width: 400px;
    position: relative;
}

.licenseTopRight {
    float: left;
    width: 400px;
    position: relative;
}

.licenseBottomLeft {
    float: left;
    width: 400px;
    position: relative;
}

.licenseBottomRight {
    float: left;
    width: 400px;
    position: relative;
}

.licenseTopLeftPic {
    width: 367px;
    margin: auto;
    padding: 12px;
    border: 1px solid #d5d5d5;
    position: relative;
}

.licenseTopRightPic {
    width: 367px;
    margin: auto;
    padding: 12px;
    border: 1px solid #d5d5d5;
    position: relative;
}

.licenseBottLeftPic {
    width: 367px;
    margin: auto;
    padding: 12px;
    border: 1px solid #d5d5d5;
    position: relative;
}

.licenseBottRightPic {
    width: 367px;
    margin: auto;
    padding: 12px;
    border: 1px solid #d5d5d5;
    position: relative;
}

.licenseImg1 {
    width: 366px;
    height: 255px;
}

.licenseImg2 {
    width: 367px;
    height: 258px;
}

.copyright {
    width: 405px;
    margin: auto;
    padding: 12px;
    border: 1px solid #d5d5d5;
    position: relative;
}

.copyrightImg {
    width: 405px;
    height: 547px;
}

.enterprise {
    width: 566px;
    margin: auto;
    padding: 12px;
    border: 1px solid #d5d5d5;
    position: relative;
}

.enterpriseImg {
    width: 566px;
    height: 407px;
}

.webBanner_mail {
    width: 100%;
    height: 186px;
    background: url(/image/mail/bannerBgMail.jpg?v=201502031455) center 0 repeat-x;
}

.banner_mail {
    background: url(/image/mail/bannerMail.jpg?v=201502031455) 50% 50% no-repeat;
    height: 186px;
}

.webMailIntro {
    padding: 0 38px 10px 38px;
}

.webMailIntroIn {
    width: 210px;
    height: 240px;
    float: left;
    background: #fff;
    margin-right: 12px;
    border: 1px solid #eee;
}

.webMailIntroIn4 {
    margin-right: 0;
}

.webMailIntroIn_icon {
    width: 100%;
    height: 54px;
    margin-top: 30px;
}

.webMailIntroIn_title {
    font-size: 14px;
    margin-top: 5px;
    line-height: 32px;
    width: 100%;
    text-align: center;
}

.webMailIntroIn_text {
    margin: 10px 20px;
    line-height: 22px;
    color: #666;
    font-size: 12px;
}

.webMailIntroIn_icon1 {
    background: url(/image/mail/iconMail_1.png?v=201502031455) 50% 50% no-repeat;
}

.webMailIntroIn_icon2 {
    background: url(/image/mail/iconMail_2.png?v=201502031455) 50% 50% no-repeat;
}

.webMailIntroIn_icon3 {
    background: url(/image/mail/iconMail_3.png?v=201502031455) 50% 50% no-repeat;
}

.webMailIntroIn_icon4 {
    background: url(/image/mail/iconMail_4.png?v=201502031455) 50% 50% no-repeat;
}

.mailTableDiv {
    width: 884px;
    height: auto;
    padding: 21px 38px 21px 38px;
}

.mailTableBorderRight {
    border-right: 1px #c2c2c2 solid;
}

.mailTableDivHead4 span {
    margin-left: 5px;
}

.mailTableDivHead {
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: "微软雅黑";
}

    .mailTableDivHead .mailTableDivHead1 {
        float: left;
        width: 154px;
        height: 38px;
        background: #4173ae;
        border-left: 1px solid #6d93c1;
        border-right: 1px solid #6d93c1;
    }

    .mailTableDivHead .mailTableDivHead2 {
        float: left;
        width: 181px;
        height: 38px;
        line-height: 38px;
        background: #4173ae;
        border-right: 1px solid #6d93c1;
    }

    .mailTableDivHead .mailTableDivHead3 {
        float: left;
        width: 181px;
        height: 38px;
        line-height: 38px;
        background: #4173ae;
        border-right: 1px solid #6d93c1;
    }

    .mailTableDivHead .mailTableDivHead4 {
        float: left;
        width: 181px;
        height: 38px;
        line-height: 38px;
        background: #4173ae;
        border-right: 1px solid #6d93c1;
    }

    .mailTableDivHead .mailTableDivHead5 {
        float: left;
        width: 181px;
        height: 38px;
        line-height: 38px;
        background: #4173ae;
        border-right: 1px solid #6d93c1;
    }

.mailTableBorder {
    border-bottom: 1px #ededed solid;
}

.mailTableContent {
    width: 882px;
    height: auto;
    background: #fff;
    color: #2d2c2c;
    letter-spacing: 2px;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
}

.mailTableMiddle1 {
    height: 60px;
}

.mailTableDivMiddle1Td {
    width: 210px;
    height: 60px;
    float: left;
    line-height: 60px;
    text-indent: .8em;
}

.mailTableMiddle1 p {
    margin: 0;
    padding: 0;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #d70b28;
    font-weight: bold;
}

.mailTableMiddle1 a {
    display: block;
    width: 95px;
    height: 26px;
    margin: 0 auto;
    color: #fff;
    line-height: 26px;
    background: #4173ae;
    text-decoration: none;
}

.mailTableDivMiddle1Td p a:hover {
    background: url(/image/mail/buttonBlue.png?v=201502031455) 0 100% no-repeat;
}

.mailTableMiddle2 {
    height: 301px;
}

.mailTableMiddle3 {
    height: 251px;
}

.mailTableMiddle2Left {
    width: 90px;
    height: 200px;
    float: left;
    font-size: 14px;
    padding-left: 10px;
    background: #dfe4e8;
}

.mailTableMiddle2Right {
    float: left;
}

.mailTableMiddle2RightTd {
    float: left;
    width: 210px;
    text-align: center;
}

.mailTableBorderRightLast {
    width: 213px;
}

.mailTableMiddle2RightIn {
    width: 745px;
    height: 24px;
}

    .mailTableMiddle2RightIn div {
        padding: 5px 0;
    }

    .mailTableMiddle2RightIn .mailTableMiddle2RightTd1 {
        float: left;
        width: 106px;
        padding-left: 3px;
    }

.mailTableMiddle2RightTd span {
    display: block;
    background: url(/image/mail/rightMail.gif?v=201502031455) 50% 50% no-repeat;
    margin: 0 auto;
    text-indent: -9999em;
}

    .mailTableMiddle2RightTd span.nosupport {
        background: url(/image/mail/wrongMail.gif?v=201502031455) 50% 50% no-repeat;
    }

.mailHeight {
    height: 50px;
}

    .mailHeight div {
        line-height: 20px;
    }

    .mailHeight .mailTableMiddle2RightTd span {
        height: 40px;
    }

.mailtitle1 {
    height: 151px;
    *height: 150px;
    _height: 160px;
    padding-top: 150px;
}

.mailtitle2 {
    height: 150px;
    *height: 151px;
    _height: 160px;
    padding-top: 100px;
}

.mailTdEven {
    background: #f4f4f4;
}

.mailFoot {
    width: 886px;
    height: 15px;
    background: url(/image/mail/foot.png?v=201502031455) 50% 50% no-repeat;
    margin-bottom: 10px;
}

.mailClear {
    clear: both;
}

.mailHeightPrice {
    height: 59px;
    line-height: 59px;
}

.mailHeightFunc {
    height: 39px;
    line-height: 39px;
}

.mailHeightFunc2 {
    height: 49px;
    line-height: 25px;
}

.mailTr {
    color: #313131;
    font-family: "微软雅黑";
}

.mailTrType {
    background: #fcfcfc;
}

.mailTdType {
    float: left;
    width: 154px;
    height: 39px;
    line-height: 39px;
    color: #33649e;
    font-size: 14px;
    font-family: "微软雅黑";
}

.mailTdTypeRight {
    float: left;
    width: 728px;
    height: 39px;
}

.mailTd1 {
    float: left;
    width: 154px;
    border-right: 1px solid #d7d7d7;
}

.mailTd2 {
    float: left;
    width: 181px;
    border-right: 1px solid #d7d7d7;
}

.mailTd3 {
    float: left;
    width: 181px;
}

.serviceBox {
    width: 191px;
    height: 400px;
    position: absolute;
    top: 250px;
    z-index: 100;
    background: url(/image/serviceBox3.png?v=201512011046) -0 0 no-repeat;
}

    .serviceBox .serviceTitle {
        position: absolute;
        top: 118px;
        right: 20px;
        width: 90px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #013684;
        text-decoration: none;
    }

        .serviceBox .serviceTitle:hover {
            color: #f30;
        }

    .serviceBox .serviceText {
        position: absolute;
        top: 175px;
        right: 11px;
        width: 130px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #013684;
        cursor: pointer;
        font-size: 12px;
    }

    .serviceBox .serviceText2 {
        position: absolute;
        top: 212px;
        right: 11px;
        width: 130px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #013684;
        cursor: pointer;
        font-size: 12px;
    }

    .serviceBox .oemServiceTitle {
        position: absolute;
        top: 330px;
        right: 30px;
        width: 90px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        font-size: 16px;
        color: #013684;
        text-decoration: none;
    }

        .serviceBox .oemServiceTitle:hover {
            color: #f30;
        }

    .serviceBox .oemServiceText {
        position: absolute;
        top: 360px;
        right: 11px;
        width: 130px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #013684;
        cursor: pointer;
        font-size: 14px;
    }

    .serviceBox .servicePhone {
        position: absolute;
        top: 50px;
        right: 11px;
        width: 130px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        color: #557fb9;
        font-family: "微软雅黑";
        font-size: 14px;
    }

#cooperateContainer {
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.coBanner {
    padding-top: 140px;
    _padding-top: 50px;
    height: 500px;
    background: url(/image/cooperate/banner.jpg?v=201602171705) center bottom no-repeat;
    font-family: "微软雅黑";
}

.coBox {
    width: 1002px;
    height: 588px;
    margin: 0 auto;
    position: relative;
}

.coBoxTitle {
    font-size: 34px;
    display: block;
    padding-top: 182px;
}

.coBoxTxt {
    width: 422px;
    height: 122px;
    padding: 10px;
    color: #fff;
    background: #388ecc;
    margin-top: 20px;
    line-height: 30px;
    font-family: "微软雅黑";
}

.platformBanner {
    background: url(/image/cooperate/platform.jpg?v=201602171705) top center no-repeat #dcedff;
    width: 100%;
    height: 600px;
    font-family: "微软雅黑";
}

.platformBox {
    width: 1002px;
    height: 588px;
    margin: 0 auto;
    position: relative;
}

.platformBoxTxt {
    float: right;
}

.platformBoxTitle {
    display: block;
    font-size: 48px;
    width: 500px;
    padding-top: 96px;
}

.platformBoxCont {
    width: 500px;
    line-height: 30px;
    margin-top: 10px;
}

.plateHow {
    margin-top: 45px;
    position: relative;
}

.coCase {
    color: #f00;
}

#platformTips {
    width: 254px;
    height: 123px;
    background: url(/image/cooperate/circle.png?v=201602171705) no-repeat;
    display: none;
    padding-left: 25px;
    padding-right: 10px;
    padding-top: 10px;
}

.platformBoxTxt .tip01 {
    position: absolute;
    top: 0;
    right: 0;
}

.package {
    width: 100%;
    background-color: #fff;
    font-family: "微软雅黑";
}

.packageBanner {
    width: 100%;
    height: 595px;
    background: url(/image/cooperate/lipin.jpg?v=201602171705) top center no-repeat;
    background-color: #fff;
}

.packageBox {
    width: 1002px;
    height: 588px;
    margin: 0 auto;
    position: relative;
}

.packageTitle {
    display: block;
    font-size: 48px;
    width: 500px;
    padding-top: 56px;
}

.packageCont {
    width: 500px;
    float: left;
    line-height: 30px;
    padding-top: 10px;
}

.packageBoxTxt .tip02 {
    position: absolute;
    top: 0;
    left: 210px;
    width: 254px;
    height: 123px;
    background: url(/image/cooperate/circle.png?v=201602171705) no-repeat;
    display: none;
    padding-left: 25px;
    padding-right: 10px;
    padding-top: 10px;
}
