/* CSS Document */
div, ul, li, dl, dd, dt, h1, form {
    padding: 0;
    margin: 0;
}

ul, ol, li {
    list-style: none;
    list-style-type: none;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #444;
    line-height: 24px;
    font-family: "微软雅黑";
    background-color: #fff;
}

img {
    border-style: none;
}

a {
    color: #444;
    text-decoration: none;
}

    a:hover {
        color: #f00;
        text-decoration: none;
    }

    a.red {
        color: #f00;
    }

        a.red:hover {
            color: #009900;
        }

#kinMaxShow {
    visibility: hidden;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

@font-face {
    font-family: 'DS-DIGI-n';
    src: url('../fonts/DS-DIGI-n.eot'); /* IE9+ */
    src: url('../fonts/DS-DIGI-n.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/DS-DIGI-n.woff') format('woff'), /* chrome、firefox */
    url('../fonts/DS-DIGI-n.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../fonts/DS-DIGI-n.svg#fontname') format('svg'); /* iOS 4.1- */
}

@font-face {
    font-family: 'DS-DIGI-i';
    src: url('../fonts/DS-DIGI-i.eot'); /* IE9+ */
    src: url('../fonts/DS-DIGI-i.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/DS-DIGI-i.woff') format('woff'), /* chrome、firefox */
    url('../fonts/DS-DIGI-i.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../fonts/DS-DIGI-i.svg#fontname') format('svg'); /* iOS 4.1- */
}

@font-face {
    font-family: 'Bebas';
    src: url('../fonts/Bebas.eot'); /* IE9+ */
    src: url('../fonts/Bebas.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Bebas.woff') format('woff'), /* chrome、firefox */
    url('../fonts/Bebas.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

.clear {
    clear: both;
}

.wrap {
    margin: auto;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.top {
    height: 134px;
    background: #F9F9F9 url(../Image/logo.jpg) no-repeat top center;
    position: relative;
}

.topleft {
    width: 340px;
    float: left;
    margin-top: 40px;
}

    .topleft .img {
        width: 54px;
        float: left;
        height: 54px;
    }

    .topleft .txtbox {
        margin-left: 8px;
        float: left;
    }

    .topleft .num {
        height: 24px;
        line-height: 24px;
        font-size: 30px;
        color: #000;
        font-weight: bold;
    }

    .topleft .txt {
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        color: #a1a1a1;
        margin-top: 6px;
    }

.topright {
    width: 260px;
    text-align: right;
    margin-top: 40px;
    float: right;
}

    .topright .title {
        height: 24px;
        line-height: 24px;
        font-size: 26px;
        color: #000;
        letter-spacing: 1px;
    }

        .topright .title span {
            color: #b40001;
        }

    .topright .txt {
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        color: #a1a1a1;
        margin-top: 6px;
    }

.topmenu {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}

.toplogo {
    width: 160px;
    float: left;
}

.navbox {
    background: rgba(0,86,137,0.8);
    height: 64px;
    position: absolute;
    top: 134px;
    left: 0;
    right: 0;
    z-index: 88;
}

    .navbox li {
        width: 120px;
        float: left;
        line-height: 64px;
        font-family: "微软雅黑";
        font-size: 15px;
        text-align: center;
        display: block;
    }

        .navbox li a {
            display: block;
            color: #fff;
            -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -moz-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        }

            .navbox li a:hover {
                color: #fff;
                background: #B40001;
                -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
                -moz-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
                -o-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
                transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            }

            .navbox li a.active {
                color: #fff;
                background: #B40001;
            }

.indexblacktitle {
    margin-top: 100px;
}

    .indexblacktitle .title {
        height: 70px;
        line-height: 70px;
        font-size: 48px;
        color: #000;
        font-family: "Bebas";
    }

        .indexblacktitle .title i {
            font-style: normal;
            float: right;
        }

    .indexblacktitle .txt {
        height: 48px;
        line-height: 48px;
        font-size: 30px;
        color: #000;
        background: url(../Image/line.png) no-repeat left 135px center;
    }

.indexwhitetitle {
    margin-top: 100px;
}

    .indexwhitetitle .title {
        height: 70px;
        line-height: 70px;
        font-size: 48px;
        color: #fff;
        font-family: "Bebas";
    }

        .indexwhitetitle .title i {
            font-style: normal;
            float: right;
        }

    .indexwhitetitle .txt {
        height: 48px;
        line-height: 48px;
        font-size: 30px;
        color: #fff;
        background: url(../Image/line.png) no-repeat left 135px center;
    }

.indexnewsbox {
    margin: 5px 5px;
    padding: 20px;
    border-radius: 8px;
    width: 340px;
    background-color: #eee;
    -webkit-transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

    .indexnewsbox .img {
        width: 340px;
        height: 220px;
        margin-top: 20px;
    }

        .indexnewsbox .img img {
            width: 340px;
            height: 220px;
            object-fit: cover;
        }

    .indexnewsbox .txtbox {
        padding: 10px 5px;
        text-align: left;
    }

    .indexnewsbox .time {
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        color: #555;
    }

    .indexnewsbox .title {
        margin-top: 6px;
        line-height: 26px;
        font-size: 18px;
        height: 52px;
        color: #000;
        font-weight: bold;
    }

    .indexnewsbox .more {
        background: url(../Image/mico1.png) no-repeat left center;
        font-size: 14px;
        height: 32px;
        line-height: 32px;
        color: #145b2d;
        text-align: left;
        margin-top: 20px;
        -webkit-transition: 5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -moz-transition: 5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: 5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: 5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    }

    .indexnewsbox:hover {
        background-color: #fff;
        box-shadow: 0px 0 5px 1px #ccc;
    }

.indextopnews {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 99;
}

    .indextopnews .time {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
    }

    .indextopnews .title {
        height: 40px;
        line-height: 40px;
        font-size: 28px;
        color: #fff;
        font-weight: bold;
        overflow: hidden;
    }

.probg {
    background: url(../Image/probg.jpg) no-repeat top center;
    height: 908px;
    overflow: hidden;
}

.probox {
    height: 908px;
    position: relative;
}

.proTitle {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 96px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    border-top: 1px solid #bbb;
}

    .proTitle ul {
        padding: 0;
        width: 1199px;
        margin: 0 auto;
        border-left: 1px solid #bbb;
    }

    .proTitle li {
        float: left;
        width: 218px;
        padding: 0px 40px;
        border-right: 1px solid #bbb;
    }

        .proTitle li span {
            float: right;
        }

    .proTitle .active {
        color: #fff;
        line-height: 96px;
        height: 96px;
        font-size: 16px;
        background-color: #0E5681;
    }

    .proTitle .normal {
        display: block;
        font-size: 16px;
        line-height: 96px;
        height: 96px;
        cursor: pointer;
        color: #fff;
        -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -moz-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    }

        .proTitle .normal:hover {
            color: #fff;
            font-size: 16px;
            background-color: #0E5681;
        }

.proContent {
    margin: 0px auto;
    height: 908px;
}

.aboutbox {
    background: url(../Image/aboutbg.jpg) no-repeat top center;
    height: 906px;
    overflow: hidden;
}

.aboutcon {
    width: 1050px;
    margin-top: 32px;
    line-height: 36px;
    font-size: 16px;
    overflow: hidden;
}

    .aboutcon .title {
        margin-top: 56px;
        height: 80px;
        line-height: 80px;
        color: #bd2221;
        font-size: 38px;
        font-weight: bold;
        text-align: center;
    }

    .aboutcon .txt {
        line-height: 35px;
        color: #545454;
        font-size: 16px;
    }

        .aboutcon .txt p {
            text-indent: 40px;
            margin: 0px;
        }

.aboutnum {
    margin-top: 90px;
}

    .aboutnum .left {
        width: 390px;
        float: left;
    }

    .aboutnum .mid {
        width: 430px;
        float: left;
    }

    .aboutnum .right {
        width: 230px;
        float: left;
    }

    .aboutnum .title {
        height: 64px;
        line-height: 64px;
        font-size: 16px;
        color: #000;
        font-family: "Bebas";
        font-weight: 300;
    }

        .aboutnum .title span {
            font-size: 60px;
            color: #B40001;
            font-weight: bold;
        }

        .aboutnum .title b {
            font-size: 16px;
            color: #B40001;
        }

    .aboutnum .txt {
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        color: #666;
    }

.bluemore {
    width: 160px;
    height: 36px;
    line-height: 36px;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    background-color: #0771AF;
    color: #fff;
    -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

    .bluemore span {
        text-align: center;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        display: block;
    }

        .bluemore span a {
            color: #fff;
            display: block;
        }

    .bluemore:hover {
        border-radius: 8px;
    }

.whitemore {
    width: 160px;
    height: 36px;
    line-height: 36px;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    color: #0771AF;
    -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

    .whitemore span {
        text-align: center;
        border-left: 1px solid #0771AF;
        border-right: 1px solid #0771AF;
        display: block;
    }

        .whitemore span a {
            color: #0771AF;
            display: block;
        }

    .whitemore:hover {
        border-radius: 8px;
    }

.indexnews {
    background: #F7F6F4 url(../Image/newsbg.jpg) no-repeat top center;
    overflow: hidden;
}

.laborbg {
    background: url(../Image/laborindex.jpg) no-repeat top center;
    height: 940px;
    overflow: hidden;
}

.laborTitle {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 230px;
    float: right;
}

    .laborTitle ul {
        padding: 0;
    }

    .laborTitle li {
        width: 230px;
        height: 170px;
        overflow: hidden;
        margin-bottom: 30px;
    }

        .laborTitle li .txtbox {
            margin-top: 52px;
            margin-left: 140px;
        }

        .laborTitle li .title {
            height: 42px;
            line-height: 42px;
            font-size: 30px;
        }

        .laborTitle li .txt {
            height: 38px;
            line-height: 38px;
            font-size: 20px;
        }

        .laborTitle li#ico1.active {
            background: url(../Image/laborico11.png) no-repeat bottom left;
            font-size: 16px;
            color: #fff;
        }

        .laborTitle li#ico1.normal {
            display: block;
            background: url(../Image/laborico12.png) no-repeat bottom left;
            font-size: 16px;
            cursor: pointer;
            color: #bbb;
            -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -moz-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        }

            .laborTitle li#ico1.normal:hover {
                color: #fff;
                background: url(../Image/laborico11.png) no-repeat bottom left;
                font-size: 16px;
            }

        .laborTitle li#ico2.active {
            background: url(../Image/laborico21.png) no-repeat bottom left;
            font-size: 16px;
            color: #fff;
        }

        .laborTitle li#ico2.normal {
            display: block;
            background: url(../Image/laborico22.png) no-repeat bottom left;
            font-size: 16px;
            cursor: pointer;
            color: #bbb;
            -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -moz-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        }

            .laborTitle li#ico2.normal:hover {
                color: #fff;
                background: url(../Image/laborico21.png) no-repeat bottom left;
                font-size: 16px;
            }

        .laborTitle li#ico3.active {
            background: url(../Image/laborico31.png) no-repeat bottom left;
            font-size: 16px;
            color: #fff;
        }

        .laborTitle li#ico3.normal {
            display: block;
            background: url(../Image/laborico32.png) no-repeat bottom left;
            font-size: 16px;
            cursor: pointer;
            color: #bbb;
            -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -moz-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        }

            .laborTitle li#ico3.normal:hover {
                color: #fff;
                background: url(../Image/laborico31.png) no-repeat bottom left;
                font-size: 16px;
            }

.laborContent {
    width: 800px;
    margin: 0px auto;
    float: left;
}

    .laborContent .num {
        margin-top: 220px;
        height: 90px;
        font-size: 72px;
        font-weight: bold;
        position: relative;
        text-indent: 60px;
        color: #fff;
    }

        .laborContent .num span {
            font-size: 24px;
            line-height: 20px;
            position: absolute;
            left: -60px;
            top: -20px;
            z-index: 89;
        }

    .laborContent .title {
        height: 90px;
        line-height: 90px;
        font-size: 48px;
        font-weight: bold;
        color: #fff;
    }

    .laborContent .txt {
        line-height: 32px;
        font-size: 18px;
        color: #fff;
        height: 64px;
    }

    .laborContent .btn {
        margin-top: 72px;
    }

.partnerbg {
    background: url(../Image/partnerbg.jpg) no-repeat top center;
    height: 940px;
    overflow: hidden;
}

.partnercon {
    margin-top: 680px;
    text-align: center;
}

    .partnercon .title {
        height: 76px;
        line-height: 76px;
        font-size: 50px;
        color: #000;
    }

    .partnercon .txt {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        color: #333;
    }

        .partnercon .txt span {
            color: #0771AF;
        }

.talentbg {
    background: url(../Image/talentbg.jpg) no-repeat top center;
    height: 352px;
    overflow: hidden;
}

.talentbgcon {
    width: 1200px;
    margin: 0 auto;
    margin-top: 86px;
}

    .talentbgcon .title {
        height: 64px;
        line-height: 64px;
        font-size: 40px;
        color: #fff;
    }

    .talentbgcon .txt {
        height: 48px;
        line-height: 48px;
        font-size: 24px;
        color: #fff;
    }

    .talentbgcon .btn {
        margin-top: 30px;
    }

.copyright {
    background-color: #00629B;
}

.copyrighttop {
    height: 145px;
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #2176A8;
    overflow: hidden;
}

    .copyrighttop .blogo {
        text-align: left;
        margin-top: 47px;
    }

        .copyrighttop .blogo span {
            float: right;
        }

        .copyrighttop .blogo a {
            margin: 0px 10px;
            opacity: 0.7;
            display: inline;
            -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -moz-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        }

            .copyrighttop .blogo a:hover {
                opacity: 1;
            }

.copyrightmid {
    padding: 30px 0px;
    text-align: left;
}

.copyrightnews {
    width: 240px;
    float: left;
    margin-left: 60px;
}

.copyrightmenu {
    width: 900px;
    float: left;
    background: url(../Image/bline.png) no-repeat right center;
}

.copyrightnews .ltitle {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
}

.copyrightnews .ltxt {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #ccc;
    margin-top: 5px;
}

.copyrightnews .lnum {
    height: 40px;
    line-height: 40px;
    font-size: 32px;
    font-weight: bold;
    font-family: Arial;
    color: #fff;
}

.copyrightnews .lnews {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #ddd;
}

    .copyrightnews .lnews p {
        display: inline;
    }

.copyrightnews .lewmbox {
    margin-top: 5px;
}

.copyrightnews .lewm {
    width: 110px;
    float: left;
}

.copyrightnews .txtbox {
    float: left;
    margin-left: 15px;
}

.copyrightnews .letitle {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
}

.copyrightnews .letxt {
    margin-top: 10px;
    line-height: 28px;
    font-size: 16px;
    color: #bbb;
}

.copyrightmenu li {
    width: 120px;
    float: left;
    margin-left: 10px;
}

    .copyrightmenu li .title {
        height: 36px;
        line-height: 36px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .copyrightmenu li .ttitle {
        height: 36px;
        line-height: 36px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 5px;
    }

        .copyrightmenu li .ttitle a {
            color: #fff;
        }

    .copyrightmenu li .txt {
        height: 28px;
        line-height: 28px;
        color: #eee;
        font-size: 12px;
    }

        .copyrightmenu li .txt a {
            color: #ccc;
            -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -moz-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        }

            .copyrightmenu li .txt a:hover {
                color: #fff;
            }

.copyrightbot {
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    background-color: #0266A0;
    text-align: left;
    color: #ddd;
}

    .copyrightbot i {
        font-style: normal;
        color: #bbb;
        font-size: 14px;
    }

    .copyrightbot span {
        float: right;
        font-size: 14px;
    }

        .copyrightbot span img {
            display: block;
        }

    .copyrightbot a {
        color: #bbb;
        -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -moz-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    }

        .copyrightbot a:hover {
            color: #fff;
        }

.neibgcolor {
    background-color: #f5f5f5;
}

.nowsite {
    height: 80px;
    line-height: 80px;
    color: #444;
    font-size: 14px;
}

    .nowsite a {
        color: #444;
        margin: 0px 5px;
    }

.neibanner1 {
    height: 572px;
    background: url(../Image/bannerabout.jpg) no-repeat top center;
}

.neibanner2 {
    height: 572px;
    background: url(../Image/bannerout.jpg) no-repeat top center;
}

.neibanner3 {
    height: 572px;
    background: url(../Image/bannercourse.jpg) no-repeat top center;
}

.neibanner4 {
    height: 572px;
    background: url(../Image/bannersummer.jpg) no-repeat top center;
}

.neibanner5 {
    height: 572px;
    background: url(../Image/bannertba.jpg) no-repeat top center;
}

.neibanner6 {
    height: 572px;
    background: url(../Image/bannertbo.jpg) no-repeat top center;
}

.neibanner7 {
    height: 572px;
    background: url(../Image/bannercoop2.jpg) no-repeat top center;
}

.neibanner8 {
    height: 572px;
    background: url(../Image/bannerinfo.jpg) no-repeat top center;
}

.neibanner9 {
    height: 572px;
    background: url(../Image/bannercontact.jpg) no-repeat top center;
}

.neibanner11 {
    height: 572px;
    background: url(../Image/bannercoop.jpg) no-repeat top center;
}

.neibanner12 {
    height: 572px;
    background: url(../Image/bannernews.jpg) no-repeat top center;
}

.bigtitle {
    height: 180px;
    line-height: 180px;
    font-size: 50px;
    color: #000;
    text-align: center;
}

.neimain {
    width: 1200px;
    margin: 0 auto;
}

/*关于我们*/

.neiaboutbg {
    background: url(../Image/aboutnei.jpg) no-repeat top center;
    height: 3040px;
}

.abouttop {
    height: 1420px;
    overflow: hidden;
}

.abouttitle {
    margin-top: 165px;
    line-height: 60px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.abouttxt {
    margin: 0 auto;
    margin-top: 90px;
    line-height: 38px;
    font-size: 16px;
    color: #444;
    width: 1100px;
}

.neiwhitetitle {
    margin-top: 48px;
}

    .neiwhitetitle .title {
        font-size: 50px;
        height: 75px;
        line-height: 75px;
        color: #fff;
    }

    .neiwhitetitle .txt {
        font-size: 24px;
        color: #fff;
        line-height: 36px;
    }

.neiblacktitle {
    margin-top: 48px;
}

    .neiblacktitle .title {
        font-size: 50px;
        height: 75px;
        line-height: 75px;
        color: #000;
    }

    .neiblacktitle .txt {
        font-size: 24px;
        color: #000;
        line-height: 36px;
    }

.aboutculture {
    height: 600px;
    width: 650px;
}

.aboutculcon {
    margin-top: 28px;
    border-top: 1px solid #398DBF;
}

    .aboutculcon li {
        padding: 25px 0px;
        border-bottom: 1px solid #398DBF;
        cursor: pointer;
    }

        .aboutculcon li .img {
            margin-left: 24px;
            float: left;
            width: 36px;
            height: 36px;
            margin-top: 7px;
        }

        .aboutculcon li .title {
            height: 50px;
            line-height: 50px;
            color: #fff;
            margin-left: 20px;
            width: 550px;
            float: left;
            font-size: 24px;
            font-weight: bold;
        }

            .aboutculcon li .title span {
                float: right;
                margin-top: 9px;
                width: 32px;
                height: 32px;
                background: url(../Image/ico2.png) no-repeat top center;
                -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
                -moz-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
                -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
                transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            }

        .aboutculcon li:hover .title span {
            background: url(../Image/ico3.png) no-repeat top center;
        }

        .aboutculcon li .txt {
            color: #fff;
            font-size: 16px;
            line-height: 32px;
            margin-left: 80px;
            display: none;
            -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -moz-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        }

        .aboutculcon li:hover .txt {
            display: block;
        }

.abouthonor {
    height: 650px;
    margin-top: 120px;
    position: relative;
}

.abouthoncon {
    position: absolute;
    left: 690px;
    top: 0px;
    width: 550px;
}

    .abouthoncon li {
        height: 48px;
        border-bottom: 1px dotted #bbb;
        padding: 26px 0px;
    }

        .abouthoncon li .num {
            width: 48px;
            height: 48px;
            line-height: 48px;
            float: left;
            background-color: #0771AF;
            border-radius: 24px;
            color: #fff;
            font-size: 24px;
            text-align: center;
            float: left;
        }

        .abouthoncon li .title {
            height: 48px;
            line-height: 48px;
            font-size: 24px;
            color: #000;
            margin-left: 30px;
            width: 420px;
            float: left;
        }

/*深度体验TBO*/

.tbolist {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 100px;
}

    .tbolist li {
        height: 375px;
        background-color: #fff;
        position: relative;
        margin-top: 110px;
    }

        .tbolist li .txtbox {
            margin-left: 660px;
            width: 480px;
            overflow: hidden;
        }

        .tbolist li .title {
            height: 50px;
            line-height: 50px;
            font-size: 28px;
            color: #000;
            margin-top: 36px;
        }

        .tbolist li .icoli {
            margin-top: 12px;
        }

            .tbolist li .icoli span {
                height: 28px;
                line-height: 28px;
                padding: 5px 10px;
                background-color: #F4F4F4;
                font-size: 14px;
                color: #797979;
                margin-right: 5px;
            }

        .tbolist li .txt {
            margin-top: 30px;
            height: 90px;
            line-height: 30px;
            font-size: 14px;
            color: #666;
        }

        .tbolist li .btn {
            width: 116px;
            height: 40px;
            line-height: 40px;
            color: #fff;
            font-size: 14px;
            margin-top: 34px;
            background-color: #CECECE;
            text-align: center;
            -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -moz-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        }

        .tbolist li .img {
            position: absolute;
            left: 25px;
            bottom: 25px;
            z-index: 99;
            width: 580px;
            height: 395px;
            overflow: hidden;
        }

            .tbolist li .img img {
                width: 580px;
                height: 395px;
                object-fit: cover;
                transform: scale(1.00, 1.00);
                transition: all 1s;
            }

        .tbolist li:hover .btn {
            background-color: #00629B;
        }

        .tbolist li:hover .img img {
            width: 580px;
            height: 395px;
            object-fit: cover;
            transform: scale(1.05, 1.05);
            transition: all 1s;
        }

/*合作伙伴*/

.partnerlist {
    width: 1215px;
}

    .partnerlist li {
        width: 370px;
        height: 355px;
        padding: 10px;
        background-color: #fff;
        margin-right: 15px;
        float: left;
        padding-bottom: 0px;
        margin-bottom: 50px;
    }

        .partnerlist li .img {
            width: 370px;
            height: 258px;
            overflow: hidden;
        }

            .partnerlist li .img img {
                width: 370px;
                height: 258px;
                object-fit: cover;
                transform: scale(1.00, 1.00);
                transition: all 1s;
            }

        .partnerlist li .title {
            height: 88px;
            line-height: 88px;
            font-size: 18px;
            color: #0f0f0f;
            text-align: center;
        }

        .partnerlist li:hover .img img {
            transform: scale(1.05, 1.05);
            transition: all 1s;
        }

/*联系我们*/

.contacttop {
    padding: 45px 0px;
    border-top: 2px solid #BFCDD5;
    border-bottom: 2px solid #BFCDD5;
}

    .contacttop .left {
        width: 450px;
        float: left;
        height: 60px;
    }

    .contacttop .right {
        width: 300px;
        float: left;
    }

    .contacttop .img {
        width: 50px;
        margin-top: 5px;
        float: left;
        height: 50px;
    }

    .contacttop .txtbox {
        width: 235px;
        float: left;
        margin-left: 15px;
    }

    .contacttop .title {
        height: 25px;
        line-height: 25px;
        font-size: 16px;
        color: #000;
    }

    .contacttop .txt {
        height: 25px;
        line-height: 25px;
        font-size: 30px;
        font-weight: bold;
        color: #000;
        margin-top: 5px;
    }

    .contacttop .txt2 {
        height: 25px;
        line-height: 25px;
        font-size: 16px;
        font-weight: bold;
        color: #000;
        margin-top: 5px;
    }

.contactimg {
    margin: 40px 0px 60px 0px;
}

/*新闻中心*/

.TabTitle {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100px;
    background-color: #fff;
}

    .TabTitle ul {
        padding: 0;
        width: 1200px;
        margin: 0 auto;
    }

    .TabTitle li {
        float: left;
        width: 600px;
        text-align: center;
    }

    .TabTitle .active {
        color: #0771AF;
        background: url(../Image/lefthover.jpg) no-repeat bottom center;
        line-height: 100px;
        height: 100px;
        font-size: 16px;
    }

    .TabTitle .normal {
        display: block;
        background: url(../Image/lefta.jpg) no-repeat bottom center;
        font-size: 16px;
        line-height: 100px;
        height: 100px;
        cursor: pointer;
        -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -moz-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    }

        .TabTitle .normal:hover {
            color: #0771AF;
            background: url(../Image/lefthover.jpg) no-repeat bottom center;
            font-size: 16px;
        }

.TabContent {
    width: 1200px;
    margin: 0px auto;
}

.none {
    display: none;
}

.newslist {
    width: 1215px;
    padding-bottom: 60px;
}

    .newslist li {
        margin-top: 60px;
        width: 350px;
        padding: 40px 20px;
        padding-bottom: 30px;
        border-top: 1px solid #DEDEDE;
        float: left;
        margin-right: 15px;
    }

        .newslist li:hover {
            border-top: 1px solid #fff;
            background: #fff;
        }

        .newslist li .img {
            width: 350px;
            height: 255px;
            overflow: hidden;
        }

            .newslist li .img img {
                width: 350px;
                height: 255px;
                object-fit: cover;
                border-radius: 8px;
                transform: scale(1.00, 1.00);
                transition: all 1s;
            }

        .newslist li .title {
            height: 64px;
            line-height: 32px;
            font-size: 18px;
            color: #000;
            padding: 0px 5px;
            margin-top: 20px;
        }

        .newslist li .time {
            height: 28px;
            line-height: 28px;
            margin-top: 40px;
            font-size: 14px;
            color: #666;
        }

            .newslist li .time a {
                color: #666;
            }

            .newslist li .time span {
                float: right;
                color: #000;
                font-weight: bold;
            }

        .newslist li:hover .img img {
            transform: scale(1.05, 1.05);
            transition: all 1s;
        }

.newsdetail {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
}

    .newsdetail .left {
        width: 740px;
        float: left;
        padding: 30px 50px;
        background-color: #fff;
    }

    .newsdetail .right {
        width: 295px;
        float: right;
        padding: 30px 25px;
        background-color: #fff;
    }

.newstitle {
    padding: 15px 0px;
    font-size: 26px;
    line-height: 44px;
    color: #000;
}

.newscome {
    height: 24px;
    line-height: 24px;
    color: #555;
    font-size: 14px;
}

    .newscome span {
        margin-right: 30px;
        height: 24px;
        display: inline-block;
    }

        .newscome span.ico1 {
            background: url(../Image/nico1.jpg) no-repeat left center;
            text-indent: 30px;
        }

        .newscome span.ico2 {
            background: url(../Image/nico2.jpg) no-repeat left center;
            text-indent: 30px;
        }

.newscon {
    line-height: 28px;
    color: #555;
    font-size: 14px;
    margin-top: 45px;
}

.newsprenext {
    padding: 25px 0px;
    border-bottom: 1px dotted #bbb;
    font-size: 16px;
    color: #555;
    line-height: 24px;
}

    .newsprenext i {
        font-style: normal;
        width: 65px;
        float: left;
        display: inline-block;
    }

    .newsprenext b {
        font-weight: normal;
        width: 205px;
        float: left;
        display: inline-block;
    }

.neweprenext span {
    float: right;
}

.newsprenext a {
    color: #555;
}

    .newsprenext a:hover {
        color: #00629B;
    }

.newsreturn {
    padding: 25px 0px;
    border-bottom: 1px dotted #bbb;
    font-size: 16px;
    color: #555;
    line-height: 24px;
    background: url(../Image/nico4.jpg) no-repeat left center;
    text-indent: 30px;
}

    .newsreturn a {
        color: #555;
    }

        .newsreturn a:hover {
            color: #00629B;
        }

.newsewm {
}

    .newsewm .title {
        margin-top: 28px;
        height: 48px;
        line-height: 48px;
        color: #000;
        font-size: 18px;
    }

    .newsewm .img {
        margin-top: 15px;
    }

/*拓展训练*/

.TabTitle2 {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100px;
    background-color: #fff;
}

    .TabTitle2 ul {
        padding: 0;
        width: 1200px;
        margin: 0 auto;
    }

    .TabTitle2 li {
        float: left;
        padding: 0px 35px;
        text-align: center;
    }

    .TabTitle2 .active {
        color: #0771AF;
        background: url(../Image/coursehover.jpg) no-repeat bottom center;
        line-height: 100px;
        height: 100px;
        font-size: 16px;
    }

    .TabTitle2 .normal {
        display: block;
        background: url(../Image/coursea.jpg) no-repeat bottom center;
        font-size: 16px;
        line-height: 100px;
        height: 100px;
        cursor: pointer;
        -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -moz-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    }

        .TabTitle2 .normal:hover {
            color: #0771AF;
            background: url(../Image/coursehover.jpg) no-repeat bottom center;
            font-size: 16px;
        }

/*人才信息*/

.talenttop {
    height: 70px;
}

    .talenttop .inputstyle {
        height: 70px;
        line-height: 70px;
       
        padding: 0px 15px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 14px;
    }

    .talenttop .selectstyle {
        height: 70px;
        line-height: 70px;
        width: 220px;
        padding: 0px 15px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 14px;
        margin-left: 5px;
    }

    .talenttop .btnstyle {
        height: 70px;
        line-height: 70px;
        width: 120px;
        color: #fff;
        padding: 0px 15px;
        background-color: #0771AF;
        border: none;
        border-radius: 5px;
        font-size: 20px;
        margin-left: 5px;
    }

.jobbox {
    margin-top: 40px;
    margin-bottom: 80px;
}

.jobtitle {
    height: 75px;
    line-height: 75px;
    padding: 0px 20px;
    background-color: #073854;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .jobtitle .title1 {
        width: 420px;
        text-align: left;
        float: left;
    }

    .jobtitle .title2 {
        width: 260px;
        text-align: left;
        float: left;
    }

    .jobtitle .title3 {
        width: 130px;
        text-align: center;
        float: left;
    }

    .jobtitle .title4 {
        width: 100px;
        text-align: center;
        float: left;
    }

    .jobtitle .title5 {
        width: 150px;
        text-align: center;
        float: left;
    }

    .jobtitle .title6 {
        width: 100px;
        text-align: center;
        float: left;
    }

.jobtxt {
    line-height: 75px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    padding: 0px 20px;
    color: #000;
    font-size: 18px;
    -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

    .jobtxt .txt1 {
        width: 420px;
        text-align: left;
        float: left;
    }

    .jobtxt .txt2 {
        width: 260px;
        text-align: left;
        float: left;
    }

    .jobtxt .txt3 {
        width: 130px;
        text-align: center;
        float: left;
    }

    .jobtxt .txt4 {
        width: 100px;
        text-align: center;
        float: left;
    }

    .jobtxt .txt5 {
        width: 150px;
        text-align: center;
        float: left;
    }

    .jobtxt .txt6 {
        width: 100px;
        text-align: center;
        float: left;
        vertical-align: middle;
    }

        .jobtxt .txt6 img {
            vertical-align: middle;
        }

    .jobtxt:hover {
        background-color: #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

        .jobtxt:hover a {
            color: #073854;
        }

.jobnews {
    display: none;
    border-top: 2px solid #073854;
    padding: 20px 0px 50px 0px;
}

.jobtxt:hover .jobnews {
    display: block;
}

.jobnews .left {
    width: 550px;
    float: left;
    margin-left: 30px;
}

.jobnews .title {
    padding: 10px 0px;
    font-size: 20px;
    color: #222;
    line-height: 40px;
}

.jobnews .txt {
    line-height: 32px;
    font-size: 16px;
    color: #666;
}

.jobcontact {
    margin-top: 50px;
}

    .jobcontact span {
        padding: 15px;
        border: 1px solid #0771AF;
        border-radius: 8px;
        margin-left: 20px;
        text-indent: 30px;
        padding-left: 40px;
        color: #0771AF;
        font-size: 16px;
    }

        .jobcontact span a {
            color: #0771AF;
        }

        .jobcontact span.ico1 {
            background: url(../Image/ico9.png) no-repeat left 10px center;
        }

        .jobcontact span.ico2 {
            background: url(../Image/ico10.png) no-repeat left 10px center;
        }

/*劳务合作*/
.lwcon {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 70px;
}

.lwblacktitle {
    margin-top: 100px;
}

    .lwblacktitle .title {
        height: 60px;
        line-height: 60px;
        font-size: 40px;
        font-weight: bold;
        color: #000;
    }

    .lwblacktitle .txt {
        margin-top: 20px;
        width: 640px;
        line-height: 36px;
        font-size: 20px;
        font-weight: bold;
        color: #000;
    }

.lwwhitetitle {
    margin-top: 100px;
}

    .lwwhitetitle .title {
        height: 60px;
        line-height: 60px;
        font-size: 40px;
        font-weight: bold;
        color: #fff;
    }

    .lwwhitetitle .txt {
        margin-top: 20px;
        width: 640px;
        line-height: 36px;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }

.lwimgcon {
    margin-top: 55px;
}

    .lwimgcon .img {
        width: 790px;
        float: left;
    }

        .lwimgcon .img img {
            border-radius: 10px;
        }

    .lwimgcon .txtbox {
        width: 330px;
        float: left;
        margin-left: 80px;
    }

    .lwimgcon .title {
        margin-top: 50px;
        margin-bottom: 36px;
        height: 64px;
        line-height: 64px;
        font-size: 34px;
        font-weight: bold;
        color: #000;
    }

    .lwimgcon .txt {
        height: 48px;
        line-height: 48px;
        background: url(../Image/lico1.png) no-repeat left center;
        text-indent: 26px;
        font-size: 16px;
        color: #666;
    }

.lwmidbg {
    background: url(../Image/laborbg.jpg) no-repeat top center;
    height: 722px;
    overflow: hidden;
}

.lwmidcon .title {
    margin-top: 50px;
    margin-bottom: 16px;
    height: 64px;
    line-height: 64px;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
}

.lwmidcon .txt {
    height: 48px;
    line-height: 48px;
    background: url(../Image/lico2.png) no-repeat left center;
    text-indent: 26px;
    font-size: 16px;
    color: #fff;
}

.masklay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 88;
    display: none;
}

.fightjfbox {
    background: url(../Image/regbg.jpg) no-repeat left center;
    border-radius: 8px;
    width: 1060px;
    height: 655px;
    position: fixed;
    bottom: 100px;
    left: 0;
    right: 0;
    z-index: 99;
    margin: 0 auto;
    display: none;
}

.regbox {
    width: 390px;
    float: right;
    padding: 40px 41px;
}

    .regbox .close {
        float: right;
        height: 24px;
    }

    .regbox .title {
        height: 44px;
        line-height: 44px;
        font-size: 30px;
        color: #000;
        font-weight: bold;
    }

    .regbox .txt {
        height: 36px;
        line-height: 36px;
        font-size: 18px;
        color: #666;
    }

    .regbox .tinput {
        margin-top: 20px;
        height: 60px;
        line-height: 60px;
    }

        .regbox .tinput input {
            height: 60px;
            line-height: 60px;
            border: 1px solid #eee;
            border-radius: 8px;
            background: none;
            text-indent: 20px;
            width: 100%;
        }

    .regbox .btn {
        text-align: center;
        margin-top: 40px;
        height: 60px;
    }

    .regbox .btnstyle {
        height: 60px;
        line-height: 60px;
        border: none;
        width: 100%;
        background-color: #0771AF;
        font-size: 16px;
        color: #fff;
        text-align: center;
        border-radius: 8px;
    }

    .regbox .txt2 {
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        color: #666;
        margin-top: 40px;
    }

    .regbox .btn2 {
        text-align: center;
        height: 60px;
    }

    .regbox .btnstyle2 {
        height: 60px;
        line-height: 60px;
        border: none;
        width: 100%;
        background-color: #B40001;
        font-size: 16px;
        color: #fff;
        text-align: center;
        border-radius: 8px;
    }

.newscon img {
    width: 100%;
}
.btnstyle1 {
    height: 40px;
    line-height: 40px;
    width: 105px;
    color: #fff;
    padding: 0px 15px;
    background-color: #0771AF;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    margin-left: 5px;
}

.btnstyle2 {
    height: 40px;
    line-height: 40px;
    width: 105px;
    color: #0771AF;
    padding: 0px 15px;
    background-color: #fff;
    border: 1px solid #0771AF;
    border-radius: 5px;
    font-size: 14px;
    margin-left: 10px;
}

.btnstyle3 {
    height: 50px;
    line-height: 50px;
    width: 165px;
    color: #fff;
    padding: 0px 15px;
    background-color: #0771AF;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    margin-left: 5px;
}
.bigtitle1 {
    height: 50px;
    line-height: 50px;
    color: #000;
    padding-bottom: 15px;
    margin-top: 5px;
    font-size: 16px;
    background: #fafafa;
    margin-bottom: 15px;
}
.kuan {
    width: 390px;
    height: 105px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-right: 11px;
    margin-bottom: 20px;
}

    .kuan:nth-child(3n+3) {
        margin-right: 0px;
    }

.le {
    float: left;
    margin: 5px;
    background: #eee;
    border-radius: 5px;
    padding: 0 5px;
}

.kuan .txt {
    margin: 0 15px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

    .kuan .txt .state {
        margin-left: 10px;
        font-size: 14px;
        background: #eee;
        padding: 3px 10px;
        border-radius: 5px;
        font-weight: 500;
    }
.rd {
    color: #b40001;
    float: right;
    font-weight: 400;
    font-size: 16px;
}

.kuanmain {
    display: flex;
    margin: 15px 0;
    flex-wrap: wrap;
}