﻿
*, *:after, *:before {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    margin-top: 84px !important;
    color: #050505;
}

    body::-webkit-scrollbar {
        width: 8px;
    }

    body::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        opacity: 0.2;
        background: fade(@primary-color, 60%);
    }

    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 0;
        background: fade(@primary-color, 30%);
    }


body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 12px Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    color: #242424;
    font-family: 'PingFangSC-Regular','PingFang SC', '微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace;
}

small {
    font-size: 12px;
}

ul, ol, li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

    a:hover {
        text-decoration: none;
    }

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: top;
    display: inline-block;
    background-color: transparent;
}

a {
    color: #242424;
}

    a:hover {
        color: #4290F9;
    }

p {
    font-size: 13px;
    line-height: 1.6;
    color: #353535;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: ".";
        clear: both;
        height: 0;
        line-height: 0;
        overflow: hidden;
    }

/* 必要布局样式css */
.gradient-primary {
    background-color: #4290F9;
    background-image: -moz-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: -webkit-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: -ms-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
}

.ui-btn {
    display: inline-block;
    padding: 6px 12px;
    line-height: 18px;
    border: 1px solid #4290F9;
    border-radius: 3px;
    color: #4290F9;
    background-color: #fff;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.layout-wrap {
    width: 1300px;
    position: relative;
    margin: 0 auto;
}

.browser-tip p {
    text-align: center;
    color: #fff;
}

.mod-topbar {
    height: 28px;
    background: #666;
    padding: 6px 0;
    font-size: 12px;
    line-height: 16px;
    color: #a1a1a1;
    position: relative;
    z-index: 100;
}

    .mod-topbar a {
        color: #fff;
        padding: 0 10px;
    }

    .mod-topbar .login, .mod-topbar .user-info {
        float: right;
    }

        .mod-topbar .user-info a {
            border-left: 1px solid #999;
        }

            .mod-topbar .user-info a:first-child {
                border-left: none;
            }

            .mod-topbar .user-info a:hover {
                color: #fff;
            }

.mod-header, .mod-header .logo a, .mod-header .logo .logo-img, .mod-header .nav, .mod-header .nav-start-btn {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.mod-header {
    position: fixed !important;
    top: 0;
    width: 100%;
    height: 84px;
    background: #fff;
    z-index: 1000;
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #EDF4FE;
}

    .mod-header .logo {
        padding: 14px 0;
        width: 425px;
        overflow: hidden;
    }

        .mod-header .logo a {
            display: block;
            height: 56px;
            text-decoration: none;
            line-height: 56px;
        }

        .mod-header .logo .logo-img {
            height: 56px;
            width: 98px;
            vertical-align: middle;
        }

    .mod-header .nav {
        position: absolute;
        right: 220px;
        top: 0;
        padding: 24px 0;
        /*border-right: 1px solid #ececec;*/
    }

        .mod-header .nav > li {
            float: left;
            position: relative;
            margin: 0 5px;
            z-index: 1100;
        }

            .mod-header .nav > li > a {
                display: block;
                height: 36px;
                padding: 6px 10px;
                font-size: 16px;
                line-height: 24px;
                color: #242424;
                text-decoration: none;
                border-radius: 24px;
            }

            .mod-header .nav > li.active > a, .mod-header .nav > li.active > a:hover {
                color: #fff;
                background: #4290F9;
            }

            .mod-header .nav > li > a:hover {
                color: #4290F9;
            }

        .mod-header .nav .sub-nav {
            opacity: 0;
            display: none;
            filter: alpha(opacity=0);
            position: absolute;
            top: 104px;
            left: 50%;
            margin-left: -70px;
            width: 135px;
            /*border-top: 2px solid #4290F9;*/
            background: #fff;
            z-index: 1000;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            /*border: 1px solid #ddd;*/
            position: relative;
        }

        .mod-header .nav > li.con_after > a {
            color: #4290F9;
        }

        .mod-header .nav .sub-nav:before {
            content: "";
            width: 0px;
            height: 0px;
            border-bottom: 10px solid #F1F1F1;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            position: absolute;
            top: -10px;
            left: 57px;
        }

        .mod-header .nav .sub-nav:after {
            content: "";
            width: 0px;
            height: 0px;
            border-bottom: 8px solid #ffffff;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            position: absolute;
            top: -8px;
            left: 58px;
        }

        .mod-header .nav .sub-nav > li > a {
            display: block;
            padding: 10px 5px;
            font-size: 14px;
            text-align: left;
            /* border-top: 1px solid #f1f1f1; */
            color: #242424;
            text-decoration: none;
            margin-left: 10px;
        }

            .mod-header .nav .sub-nav > li > a:hover {
                color: #4290F9;
                /*background: #4290F9;
                    border-top-color: #4290F9;*/
            }

        .mod-header .nav > .new:after {
            content: "新";
            text-align: center;
            line-height: 18px;
            position: absolute;
            right: 0;
            top: 0;
            background: #f00;
            color: #fff;
            width: 18px;
            height: 18px;
            border-radius: 9px;
        }

    .mod-header .nav-start-btn {
        position: absolute;
        right: 0;
        top: 0;
        padding: 12px 20px;
        margin: 24px 0;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
    }

/*.is-fixed.mod-header {
    position: fixed;
    top: 0;
    height: 84px;
    width: 100%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}*/

/*.is-fixed.mod-header .logo {
        padding: 0 20px;
    }

    .is-fixed.mod-header .logo-img {
        height: 39.2px;
        width: 68.6px;
        margin-left: 30px;
    }

    .is-fixed.mod-header .nav {
        padding: 10px 0;
    }

    .is-fixed.mod-header .nav-start-btn {
        margin: 6px 0;
    }*/

.ui-art, .ui-arb {
    position: relative;
    display: inline-block;
    height: 0;
    width: 0;
    line-height: 0;
    overflow: hidden;
    border-width: 4px;
    border-style: dashed dashed solid;
    border-color: transparent;
}

*, *:after, *:before {
    box-sizing: border-box;
}

.mod-header .nav > li > a {
    display: block;
    height: 36px;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 24px;
    color: #242424;
    text-decoration: none;
    border-radius: 24px;
}

.ui-arb {
    border-color: #888 transparent transparent;
    top: 2px;
}

.ui-arb {
    -webkit-transition: -webkit-transform 0.2s 0.2s;
    -moz-transition: -moz-transform 0.2s 0.2s;
    transition: transform 0.2s 0.2s;
}

    .ui-arb.open {
        -webkit-transform: translateY(-4px) rotate(180deg);
        -moz-transform: translateY(-4px) rotate(180deg);
        transform: translateY(-4px) rotate(180deg);
    }

.mod-header .nav > li > a.nav_btn_group, .mod-header .nav > li > a.nav_btn_sign {
    color: #4290F9;
    font-size: 14px;
}

/*-----------tfiNNEPKyf----------------*/

.company_profile {
    margin-top: 100px;
}

.WBz4l5q4X3AuYxXrxvmZ {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}


.zCbhBN6Ilz9mFAdHOa9Y {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
    display: flex;
    transition: width .3s;
    height: 450px;
}

    .zCbhBN6Ilz9mFAdHOa9Y:hover {
        width: 1200px;
    }


.card-item-wrap {
    background-color: #ebebeb;
    border-radius: 12px;
    overflow: hidden;
    height: 450px;
    flex-grow: 1;
    transition: padding .3s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: auto;
}

    .card-item-wrap + .card-item-wrap {
        margin-left: 16px;
    }

    .card-item-wrap[active] {
        padding-left: 50px;
        padding-right: 50px;
    }

.card-cover[active] {
    opacity: .9;
}

.card-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .2s linear;
    opacity: 0;
    z-index: 0;
}

.text-content {
    position: absolute;
    top: 48px;
    right: 2px;
    padding-right: 30px;
    bottom: 32px;
    left: 32px;
    transition: transform .3s ease-out;
    transform: translateY(356px);
}

    .text-content[active] {
        transform: translateY(0px);
        overflow-y: auto;
    }

    .text-content::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .text-content::-webkit-scrollbar-track {
        border-radius: 100px;
        background-color: transparent;
    }

    .text-content::-webkit-scrollbar-thumb {
        border: 2px solid transparent;
        border-radius: 100px;
        background-color: rgba(0,0,0,.1);
        background-clip: content-box;
    }

        .text-content::-webkit-scrollbar-thumb:hover {
            background-color: rgba(14,17,20,.3);
        }

.card-title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-desc {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    margin-top: 20px;
    opacity: 0;
    white-space: pre-wrap;
    transform: translateY(20px);
    /*text-indent: 30px;*/
}

    .card-desc[active] {
        opacity: 1;
        transform: translateY(0);
    }
    .card-desc p {
        color: #fff;
    }
/*-------------图片轮播-----------------------*/

.img_carousel {
    /*height: 900px;*/
    background: #ccc;
}

.flexslider {
    margin: 40px auto;
    position: relative;
    width: 100%;
    /*height: 900px;*/
    overflow: hidden;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.flexslider .slides {
    zoom: 1;
}

/*.flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url(../static/img/dot.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}*/

.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
        opacity: 1;
        filter: alpha(opacity=50);
    }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 5px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    background: url(../img/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

    .flex-control-paging li a.flex-active {
        background-position: 0 0;
    }
/*-------------mod-list-----------------------*/
.mod-list {
    width: 100%;
    height: 250px;
}

    .mod-list ul {
        width: 1197px;
        margin: 0 auto;
    }

        .mod-list ul li {
            width: 384px;
            height: 163px;
            float: left;
            /*background: #fff;*/
            margin-left: 10px;
            margin-bottom: 15px;
            border-radius: 10px;
            box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
            cursor: pointer;
        }

.mod-list-term {
    background: url(../img/招聘框.png);
}

.mod-list-term-i {
    font-size: 26px;
    color: #050505;
    margin-top: 38px;
    width: 230px;
    padding-left: 30px;
}

.mod-list-term-img {
    float: right;
    margin-top: -80px;
    margin-right: 30px;
}

.mod-list-term-yw {
    font-size: 14px;
    margin-top: 5px;
}

.mod-list-term-zw {
    font-size: 14px;
    margin-top: 15px;
    color: #727070;
}
/*----------------------------------*/
.statement {
    font-size: 34px;
    color: #050505;
    text-align: center;
}

.middle-container {
    /*height: 2000px;*/
    background: #f7fafc;
    /*padding-bottom: 100px;*/
}

.introduction {
    padding: 0;
    margin: 16px 0 0 0;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #141414;
    line-height: 22px;
    font-weight: 400;
    white-space: pre-wrap;
    width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
}

.mod-bottom {
    height: 420px;
    background: #fff;
    width: 100%;
    padding-top: 110px;
}

.mod-bottom-more {
    font-size: 40px;
    margin-bottom: 20px;
    height: 48px;
    min-height: 48px;
    text-align: center;
    font-weight: 600;
    line-height: 48px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
}

.mod-bottom-yw {
    min-height: 26px;
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    color: #8C8C8C;
}



/*搜索框1*/
.mod-bottom-in {
    margin-top: 70px;
}

.search {
    height: 60px;
    width: 800px;
    border: 1px solid #1d86f0;
    /*background: url(../img/搜索框.png);*/
    border-radius: 60px;
    margin: 0 auto;
}

    .search img {
        width: 20px;
        height: 20px;
        margin-top: 21px;
        margin-left: 30px;
    }

.search-div {
    float: left;
}

.search-img {
    width: 80px;
}

.search input {
    height: 50px;
    margin-top: 5px;
    width: 538px;
    border: none;
    outline: none;
    font-size: 18px;
}

.search-submit {
    width: 180px;
    height: 59px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    border-radius: 30px;
    background-color: #1d86f0;
    cursor: pointer;
}


.container-bottom {
    padding-top: 12px;
    background-color: #bfbebd;
    height: 64px;
    text-align: center;
    color: #585858;
    line-height: 20px;
}
    .container-bottom a {
        /*color: #ffffff;*/
        font-size: 14px;
        margin-right: 16px;
    }


/*.list-branch {
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
    border-top: 1px dashed #acabaa;
}

    .list-branch ul {
        list-style: none;
        margin-left: -20px;
        margin-right: -20px;
        padding-top: 20px;
        font-size: 0;
        text-align: left;
    }

    .list-branch li {
        position: relative;
        display: inline-block;
        width: 12.5%;
        padding: 10px 0;
        margin-left: -1px;
        vertical-align: middle;
        font-size: 14px;
    }
        .list-branch li a {
            display: block;
            width: 180px;
            margin: 0 auto;
            padding: 0 20px;
            height: 34px;
            line-height: 34px;
            color: #ffffff;
            cursor: pointer;
        }
        .list-branch li:after {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            width: 1px;
            height: 16px;
            margin-top: -6px;
            background: #a5a4a4;
        }

        .list-branch li img {
        display:none;
    }*/

/*-----com-new-------*/
.comm-class {
    width: 1200px;
    /*background: #f7fafc;*/
    margin: 0 auto;
    margin-top: 100px;
    /*padding: 20px;*/
    /*padding: 20px 0px;*/
    margin-bottom: 20px;
    min-height: 777px;
}

.new_title {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #4290F9;
}

.new_list ul li {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #161616;
    border-bottom: 1px solid #EDF4FE;
    cursor: pointer;
}

.new_list_date {
    float: right;
}

.new_heat {
    background: #CE1417;
    color: #fff;
    padding: 5px;
    margin-left: 20px;
    font-size: 12px;
    border-radius: 3px;
}
/*-----------comm-about-------------*/
.about-left {
    width: 280px;
    float: left;
}

    .about-left ul li {
        height: 80px;
        line-height: 80px;
        color: #303031;
        font-size: 18px;
        cursor: pointer;
        margin-left: 20px;
    }

        .about-left ul li.selectd {
            color: #4290F9;
        }

.about-right {
    /*float: left;*/
    width: 880px;
    background: #F8FCFE;
    border-radius: 20px;
    min-height: 750px;
    padding: 30px;
    margin-left: 280px;
}

    .about-right img {
        width: 820px;
    }

.about-title {
    height: 50px;
    line-height: 50px;
    color: #4290F9;
    font-size: 20px;
    margin: 15px 0px;
}

.about-txt {
    color: #121212;
    font-size: 14px;
    text-indent: 30px;
    line-height: 30px;
}

/*-------comm-title-----------*/


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 250px;
}

/* IE浏览器下隐藏下拉按钮 */
select::-ms-expand {
    display: none;
}


.comm-title {
    height: 40px;
    line-height: 40px;
    color: #4290F9;
    font-size: 18px;
    margin: 10px 0px;
    text-align: left;
    border-bottom: 1px solid #EDF4FE;
    /*padding-left: 20px;*/
}


.com-btn {
    background: #4290F9;
    border: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    padding: 0px 20px;
    text-align: center;
}

.com-gray-btn {
    background: #eee;
    border: none;
    color: #000;
    border-radius: 5px;
    cursor: pointer;
    padding: 0px 20px;
    text-align: center;
}

.btn-32 {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}

.btn-36 {
    height: 36px;
    line-height: 36px;
    font-size: 15px;
}

.btn-40 {
    width: 100px;
    margin: 0 auto;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.page-link {
    margin-top: 15px;
}

    .page-link a, .page-link span, .page-link td {
        font-size: 16px;
    }

        .page-link a:hover {
            cursor: pointer;
        }

        .page-link a:hover, .page-link span:hover, .page-link td:hover {
            font-size: 16px;
        }
/*--------------gridtable--------------------*/
table.gridtable {
    margin-top: 15px;
    font-family: verdana,arial,sans-serif;
    font-size: 16px;
    color: #333333;
    border-collapse: collapse;
    border-bottom: 1px solid #F0F4F6;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
}

    table.gridtable th {
        padding: 12px;
        background-color: #F0F4F6;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid #F0F4F6;
        color: #242424;
        font-weight: 400;
    }

    table.gridtable td {
        font-size: 14px;
        padding: 12px 0;
        border-bottom: 1px solid #F0F4F6;
        text-align: center;
        border-right: 0;
        border-left: 0;
    }

.on-tip {
    font-size: 14px;
    color: #555;
}

.comm-sp-left {
    width: 220px;
    float: left;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
    margin-right: 20px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.comm-sp-right {
    width: 950px;
    float: left;
    margin-bottom: 60px;
}

.tdix-title_red {
    border-left: 5px solid #F24213;
    padding-left: 15px;
    text-align: left;
    border-bottom: none;
    height: 35px;
    line-height: 35px;
}

.tdix-title {
    border-left: 3px solid #4290F9;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    font-size: 16px;
    text-align: left;
}

.mod-header .nav .nav-gzh {
    left: 14% !important;
}

    .mod-header .nav .nav-gzh:before {
        left: 91px !important;
    }

    .mod-header .nav .nav-gzh:after {
        left: 92px !important;
    }
