/* 覆盖样式 */
body {
    font-size: 14px;
    font-family: Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    color: #3c3c3c;
}

a,
a:hover {
    color: #3c3c3c;
}

#page {
    text-align: center;
    margin-top: 7px;
}

.layui-container {
    padding: 0;
}

.layui-carousel-arrow {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.layui-laypage a,
.layui-laypage span {
    margin: 0 12px 5px 0;
    height: 26px;
    line-height: 26px;
    padding: 0 11px;
    border-color: #fff;
}

.layui-laypage .layui-laypage-prev,
.layui-laypage .layui-laypage-next {
    border-color: #d1d1d1;
    padding: 0 6px;
}

.layui-laypage a:hover,
.layui-laypage-btn:hover {
    color: #df0110;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #df0110;
}

.layui-laypage input:focus,
.layui-laypage select:focus {
    border-color: #df0110 !important;
}

.layui-form-select dl dd.layui-this {
    background-color: #df0110;
}

.layui-btn-danger {
    background-color: #df0110;
}

.layui-btn-primary {
    color: #3c3c3c;
}

.layui-btn-primary:hover {
    border-color: #df0110;
    color: #3c3c3c;
    opacity: 1;
}

.layui-layer-btn .layui-layer-btn0 {
    background-color: #df0110 !important;
    border-color: #df0110 !important;
}

/* 自定义样式 */
.red {
    color: #df0110;
}

.none {
    display: none;
}

.load-ing {
    min-height: 200px;
    background: url(../images/loading-0.gif) no-repeat center;
}

.mt0 {
    margin-top: 0 !important;
}

/* header */
.header {
    background-color: #f7f7f7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header-logo-box {
    padding: 37px 0 14px;
}

.header .logo a {
    display: block;
}

.header-phone {
    float: right;
    margin-top: 32px;
    padding-left: 22px;
    font-weight: bold;
    background: url(../images/head_phone.png) no-repeat;
    background-position: 0 2px;
}

.header-phone span {
    margin-right: 8px;
}

.header-phone span.last {
    margin-right: 0;
}

.header-phone span.line {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #b3b3b3;
}

.header-nav {
    background-color: #fff;
    position: relative;
    bottom: -27px;
    z-index: 1;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, .1);
}

.header-nav ul {
    padding: 0 88px;
}

.header-nav li {
    float: left;
    margin-right: 68px;
    font-size: 16px;
    font-weight: bold;
}

.header-nav li a {
    display: block;
    height: 68px;
    line-height: 68px;
    position: relative;
}

.header-nav li.last {
    margin-right: 0;
}

.header-nav li a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transform-origin: right;
    bottom: 0;
    height: 4px;
    background-color: #df0110;
    transition: transform .5s cubic-bezier(0.93, 0.07, 0.17, 1);
    -webkit-transition: transform .5s cubic-bezier(0.93, 0.07, 0.17, 1);
    -moz-transition: transform .5s cubic-bezier(0.93, 0.07, 0.17, 1);
    -ms-transition: transform .5s cubic-bezier(0.93, 0.07, 0.17, 1);
    -o-transition: transform .5s cubic-bezier(0.93, 0.07, 0.17, 1);
}

.header-nav li a:hover {
    color: #df0110;
}

.header-nav li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.header-nav li.current a {
    color: #df0110;
}

.header-nav li.current a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background-color: #df0110;
    transform: scaleX(1);
}

.header .login-box {
    height: 34px;
    position: absolute;
    top: 15px;
    right: 0;
}

.header .login-box a {
    float: right;
    display: block;
    width: 74px;
    height: 32px;
    border: 1px solid #df0110;
    border-radius: 32px;
    color: #df0110;
    text-align: center;
    line-height: 32px;
}

.header .login-box a.a1 {
    color: #3f3f3f;
    border-color: transparent;
}

/* section-header */
.section-header {
    position: static;
    top: auto;
    left: auto;
}

/* banner 轮播图 */
.banner {
    padding-top: 118px;
    background-color: #f7f7f7;
}

#banner_01 {
    height: 650px !important;
}

.banner .img {
    width: 100%;
    height: 650px;
    background-image: url(../images/banner_01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -999em;
    background-size: 1920px 650px;
}

.banner .layui-carousel-arrow,
.section-banner.jobs-banner .layui-carousel-arrow {
    width: 64px;
    height: 64px;
    line-height: 64px;
}

.banner .layui-carousel[lay-arrow="always"] .layui-carousel-arrow[lay-type="add"],
.section-banner.jobs-banner .layui-carousel[lay-arrow="always"] .layui-carousel-arrow[lay-type="add"] {
    right: 0;
}

.banner .layui-carousel[lay-arrow="always"] .layui-carousel-arrow,
.section-banner.jobs-banner .layui-carousel[lay-arrow="always"] .layui-carousel-arrow {
    left: 0;
}

.banner .layui-carousel-ind {
    top: -125px;
}

.banner .layui-carousel-ind ul {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.banner .layui-carousel-ind li {
    width: 30px;
    height: 4px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.banner .layui-carousel-ind li.layui-this {
    background-color: #df0110;
}

/* section banner */
.section-banner {
    background-color: #f7f7f7;
}

.section-banner .img {
    width: 100%;
    height: 410px;
    background-image: url(../images/service_banner.jpg);
    text-indent: -999em;
    background-size: 1920px 410px;
    background-repeat: no-repeat;
    background-position: center;
}

.section-banner.rdd-banner .img {
    background-image: url(../images/rdd_banner.jpg);
}

.section-banner.research-banner .img {
    background-image: url(../images/research_banner.jpg);
}

.section-banner.news-banner .img {
    background-image: url(../images/news_banner.jpg);
}

.section-banner.aboutus-banner .img {
    background-image: url(../images/aboutus_banner.jpg);
}

.section-banner.ygzx-banner .img {
    background-image: url(../images/ygzx_banner.jpg);
}

.section-banner.zykt-banner .img {
    background-image: url(../images/zykt_banner.jpg);
}

.section-banner.joinus-banner .img {
    background-image: url(../images/joinus_banner.jpg);
}

.section-banner.hbdj-banner .img {
    background-image: url(../images/hbdj_banner.jpg);
}

.section-banner.jobs-banner .img {
    background-image: url(../images/jobs_banner.jpg);
}

.section-banner.jycyfw_project-banner .img {
    background-image: url(../images/jycyfw_project_banner.jpg);
}

#banner_jobs {
    height: 410px !important;
}

/* footer */
.footer {
    padding: 78px 0 0;
    background-color: #f2f2f2;
}

.footer dt {
    font-size: 16px;
    font-weight: bold;
    color: #3c3c3c;
}

.footer .footer-left dl {
    float: left;
    margin-right: 30px;
    color: #858585;
    line-height: 30px;
    min-height: 150px;
}

.footer .footer-left dl a:hover {
    color: #df0110;
}

.footer .footer-bottom {
    padding: 25px 0;
    border-top: 1px solid #ddd;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
}

.footer .footer-bottom span {
    margin-right: 10px;
}

.footer .footer-bottom p span:last-child {
    margin-right: 0;
}

.footer .footer-bottom a:hover {
    color: #df0110;
}

.footer .footer-bottom img {
    margin: -3px 3px 0 0;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.footer .footer-right dt {
    margin-bottom: 9px;
}

.footer .footer-right dd {
    font-weight: bold;
    color: #3c3c3c;
    line-height: 36px;
}

.footer .footer-right .ma-box {
    margin: 14px 0 35px;
}

.footer .footer-right .ma-box img {
    display: block;
    margin: 0 auto;
    border: 1px solid #e0dfdd;
}

.footer .footer-right .ma-box p {
    margin-top: 11px;
    text-align: center;
}

/* 返回顶部按钮 */
.back_top {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    width: 56px;
    height: 56px;
    cursor: pointer;
    z-index: 99;
    color: #fff;
    text-align: center;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
}

.back_top .layui-icon {
    font-size: 26px;
    line-height: 56px;
    font-weight: bolder;
}

.back_top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: -1;
    box-shadow: inset 0 0 0 30px #df0110;
    transform: scale3d(0.9, 0.9, 1);
    transition: box-shadow 0.3s, transform 0.3s;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    -moz-transform: scale3d(0.9, 0.9, 1);
    -ms-transform: scale3d(0.9, 0.9, 1);
    -o-transform: scale3d(0.9, 0.9, 1);
    -webkit-transition: box-shadow 0.3s, transform 0.3s;
    -moz-transition: box-shadow 0.3s, transform 0.3s;
    -ms-transition: box-shadow 0.3s, transform 0.3s;
    -o-transition: box-shadow 0.3s, transform 0.3s;
}

.back_top:hover {
    color: #df0110;
}

.back_top:hover::before {
    box-shadow: inset 0 0 0 2px #df0110;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
}

/* 工作机会 */
.index-gzjh {
    margin-top: -96px;
    padding: 17px 50px 74px;
    background-color: #fff;
    box-shadow: 0 10px 50px 9px rgba(239, 221, 222, .5);
}

.index-gzjh-title {
    position: relative;
    margin-bottom: 40px;
    padding: 15px 0;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}

.index-gzjh-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 4px;
    background-color: #df0110;
}

.index-gzjh-left {
    float: left;
    width: 54%;
}

.index-gzjh-left .layui-tab {
    margin: 0;
}

.index-gzjh-left .layui-tab-bar {
    display: none;
}

.index-gzjh-left .layui-tab-title {
    height: 42px;
}

.index-gzjh-left .layui-tab-title li {
    width: 50%;
    padding: 0;
    border: 1px solid #dfdfdf;
    border-width: 1px 0;
    font-size: 20px;
    border-bottom-color: #df0110;
    box-sizing: border-box;
}

.index-gzjh-left .layui-tab-title li.layui-tab-item-01 {
    border-left: 1px solid #dfdfdf;
}

.index-gzjh-left .layui-tab-title li.layui-tab-item-02 {
    border-right: 1px solid #dfdfdf;
}

.index-gzjh-left .layui-tab-title li.layui-this {
    background-color: #df0110;
    color: #fff;
    border-top-color: #df0110;
}

.index-gzjh-left .layui-tab-title {
    border-bottom: 0;
}

.index-gzjh-left .layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 0;
}

.index-gzjh-content {
    padding: 22px 0 0;
}

.index-gzjh-content li {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
}

.index-gzjh-content li:nth-child(even) {
    margin-right: 0%;
}

.index-gzjh-content li a {
    display: block;
    padding: 15px 24px 12px;
    border: 1px solid #e5e5e5;
}

.index-gzjh-content li .title {
    margin-bottom: 12px;
}

.index-gzjh-content li .title-01 {
    float: left;
    width: 65%;
    font-size: 16px;
    color: #353535;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-gzjh-content li .title-02 {
    float: right;
    padding-top: 4px;
    width: 33%;
    font-size: 12px;
    color: #df0110;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-gzjh-content li p {
    font-size: 12px;
    color: #979797;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-gzjh-content .more,
.index-hbdt-content .more {
    position: relative;
    padding-right: 23px;
    float: right;
    display: block;
}

.index-gzjh-content .more i,
.index-hbdt-content .more i {
    position: absolute;
    right: 0;
    top: 6px;
    display: block;
    width: 15px;
    height: 8px;
    background: url(../images/icon_more.png) no-repeat;
}

.index-gzjh-content .more:hover,
.index-hbdt-content .more:hover {
    color: #df0110;
}

.index-gzjh-right {
    float: right;
    width: 43%;
}

#gzjh_banner {
    height: 317px !important;
}

.index-gzjh-right .layui-carousel-arrow {
    margin-top: -32px;
    width: 44px;
    height: 64px;
    line-height: 64px;
}

.index-gzjh-right .layui-carousel[lay-arrow="always"] .layui-carousel-arrow {
    left: 0;
}

.index-gzjh-right .layui-carousel[lay-arrow="always"] .layui-carousel-arrow[lay-type="add"] {
    right: 0;
}

.index-gzjh-right .img {
    position: relative;
    width: 100%;
    height: 317px;
}

/* 服务产品 */
.index-fwcp {
    padding: 46px 0 66px;
}

.index-fwcp-content {
    position: relative;
    width: 400px;
    height: 400px;
    margin: 20px auto 22px;
}

.index-fwcp-q {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 400px;
    background-image: url(../images/fwcp_q1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index-fwcp-q.q2 {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/fwcp_q2.png);
    animation: changeleft 50s linear infinite;
    -webkit-animation: changeleft 50s linear infinite;
    z-index: 1;
}

.index-fwcp-q.q3 {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/fwcp_q3.png);
    animation: changeright 50s linear infinite;
    -webkit-animation: changeright 50s linear infinite;
    z-index: 1;
}

.index-fwcp-content p {
    position: absolute;
    top: 90px;
    left: -310px;
    width: 165px;
    font-size: 16px;
}

.index-fwcp-content p i {
    position: absolute;
    top: -7px;
    right: -43px;
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #df0110;
    color: #df0110;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.index-fwcp-content .p1 {
    text-align: right;
}

.index-fwcp-content .p2 {
    top: 280px;
    text-align: right;
}

.index-fwcp-content .p3,
.index-fwcp-content .p4 {
    left: auto;
    right: -310px;
}

.index-fwcp-content .p3 {
    top: 90px;
}

.index-fwcp-content .p4 {
    top: 280px;
}

.index-fwcp-content .p3 i,
.index-fwcp-content .p4 i {
    right: auto;
    left: -45px;
}

.index-fwcp-bottom {
    text-align: center;
    font-size: 20px;
}

/* 员工中心 */
.index-ygzx,
.index-hbyj {
    padding: 45px 0 120px;
    background-color: #f9f9f9;
}

.index-ygzx ul {
    overflow: hidden;
}

.index-ygzx li {
    position: relative;
    float: left;
    width: 378px;
    transition: width 1s;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -ms-transition: width 1s;
    -o-transition: width 1s;
}

.index-ygzx li:hover {
    width: 792px;
}

.index-ygzx li .content {
    display: block;
    width: 792px;
    height: 305px;
    background: url(../images/ygzx_index_01.jpg) no-repeat center;
    transition: background 1s;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -ms-transition: background 1s;
    -o-transition: background 1s;
}

.index-ygzx li.li-02 .content {
    border-left: 1px solid #f9f9f9;
    background: url(../images/ygzx_index_02.jpg) no-repeat center;
}

.index-ygzx li .content:hover {
    background: url(../images/ygzx_index_01_cur.jpg) no-repeat center;
}

.index-ygzx li.li-02 .content:hover {
    background: url(../images/ygzx_index_02_cur.jpg) no-repeat center;
}

.index-ygzx li .content,
.index-ygzx li .content:hover {
    background-size: contain !important;
}

/* 慧博动态 */
.index-hbdt {
    padding: 42px 0 65px;
}

.index-hbdt-left {
    float: left;
    width: 48.5%;
}

.index-hbdt-left a {
    display: block;
}

.index-hbdt-left .img {
    width: 100%;
    height: 305px;
}

.index-hbdt-left .title {
    margin: 13px 0 10px;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-hbdt-left .dec {
    color: #858585;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-hbdt-right {
    float: right;
    width: 48.5%;
}

.index-hbdt-right .layui-tab {
    margin: 0;
}

.index-hbdt-right .layui-tab-title {
    height: 56px;
    border-bottom-color: #ddd;
}

.index-hbdt-right .layui-tab-title li {
    margin-right: 60px;
    padding: 0;
    line-height: 56px;
    font-size: 20px;
    color: #3c3c3c;
}

.index-hbdt-right .layui-tab-title li:last-child {
    margin-right: 0;
}

.index-hbdt-right .layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 4px solid #df0110;
}

.index-hbdt-right .layui-tab-title .layui-this:after {
    height: 56px;
}

.index-hbdt-right .layui-tab-brief>.layui-tab-title .layui-this {
    color: #df0110;
}

.index-hbdt-content {
    padding: 0;
}

.index-hbdt-content li {
    padding: 23px 0 10px;
    border-bottom: 1px solid #ddd;
}

.index-hbdt-content .title {
    padding: 0 70px 0 24px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-hbdt-content .title i {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #df0110;
}

.index-hbdt-content .title p {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 12px;
    color: #858585;
}

.index-hbdt-content .dec {
    margin-top: 11px;
    padding-left: 24px;
    color: #858585;
    min-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-hbdt-content .more {
    margin-top: 38px;
}

/* 慧博研究 */
.index-hbyj a {
    display: block;
    position: relative;
    height: 132px;
    line-height: 132px;
    background: url(../images/hbyj_bg_01.jpg) no-repeat center;
    font-size: 24px;
    color: #fff;
}

.index-hbyj-01 a {
    margin-right: 10.5px;
}

.index-hbyj-03 a {
    margin-left: 10.5px;
}

.index-hbyj a i {
    position: absolute;
    top: 34px;
    left: 3px;
    display: block;
    width: 80px;
    height: 55px;
    background: url(../images/hbyj_icon_01.png) no-repeat;
}

.index-hbyj-01 a div {
    padding-left: 85px;
}

.index-hbyj-02 a {
    background: url(../images/hbyj_bg_02.jpg) no-repeat center;
}

.index-hbyj-02 a i {
    left: 16px;
    background: url(../images/hbyj_icon_02.png) no-repeat;
}

.index-hbyj-02 a div {
    padding-left: 105px;
}

.index-hbyj-03 a {
    background: url(../images/hbyj_bg_03.jpg) no-repeat center;
}

.index-hbyj-03 a i {
    left: 4px;
    background: url(../images/hbyj_icon_03.png) no-repeat;
}

.index-hbyj-03 a div {
    padding-left: 86px;
}

.index-hbyj a i {
    background-size: contain;
}

/* 人多多科技 */
.index-rddkj {
    padding-bottom: 96px;
    background: url(../images/rddkj_bg_01.jpg) no-repeat center;
    background-size: cover;
}

.index-rddkj .index-gzjh-title {
    margin-bottom: 20px;
    padding: 52px 0 15px;
}

.index-rddkj-head {
    margin-bottom: 25px;
    font-size: 40px;
    text-align: center;
}

.index-rddkj-head span {
    margin-left: 21px;
}

.index-rddkh-content {
    margin: 0 auto;
    width: 918px;
}

.index-rddkh-box {
    position: relative;
    float: left;
    margin-right: 62px;
    display: block;
    width: 134px;
    height: 134px;
    font-weight: bold;
}

.index-rddkh-box-last {
    margin-right: 0;
}

.index-rddkh-box1,
.index-rddkh-box2 {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 134px;
    height: 134px;
    background: url(../images/rddkj_icon_01.png) no-repeat center;
    background-size: contain;
    animation: changeright 10s linear infinite;
    -webkit-animation: changeright 10s linear infinite;
}

.index-rddkh-box2 {
    background: url(../images/rddkj_icon_02.png) no-repeat center;
    background-size: contain;
    animation: changeleft 10s linear infinite;
    -webkit-animation: changeleft 10s linear infinite;
}

.index-rddkh-box3 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -46px 0 0 -46px;
    width: 92px;
    height: 92px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 92px;
    font-size: 18px;
    color: #585858;
    transition: background 0.5s, color 0.5s;
    -webkit-transition: background 0.5s, color 0.5s;
    -moz-transition: background 0.5s, color 0.5s;
    -ms-transition: background 0.5s, color 0.5s;
    -o-transition: background 0.5s, color 0.5s;
}

.index-rddkh-box3:hover {
    background-color: #df0110;
    color: #fff;
}

/* 内部导航 */
.subNav {
    margin-top: -52px;
    padding: 12px 0;
    background-color: #fff;
}

.subNav ul {
    margin: 0 20px;
    padding: 0 20px;
    border-bottom: 1px solid #efefef;
}

.subNav li {
    float: left;
    margin-right: 51.5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 82px;
}

.subNav li.subNav-last {
    margin-right: 0 !important;
}

.subNav a {
    position: relative;
    display: block;
}

.subNav a:hover {
    color: #df0110;
}

.subNav a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 100%;
    opacity: 0;
    border-bottom: 1px solid #df0110;
    transform: translate(-50%) scaleX(0);
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

.subNav a:hover:after {
    opacity: 1;
    transform: translate(-50%) scaleX(1);
    -webkit-transform: translate(-50%) scaleX(1);
    -moz-transform: translate(-50%) scaleX(1);
    -ms-transform: translate(-50%) scaleX(1);
    -o-transform: translate(-50%) scaleX(1);
}

.subNav .current a {
    color: #df0110;
}

.subNav .current a:after {
    border-bottom: 1px solid #df0110;
    opacity: 1;
    transform: translate(-50%) scaleX(1);
    -webkit-transform: translate(-50%) scaleX(1);
    -moz-transform: translate(-50%) scaleX(1);
    -ms-transform: translate(-50%) scaleX(1);
    -o-transform: translate(-50%) scaleX(1);
}

.subNav.ygzx-subNav li {
    margin-right: 0;
    width: 50%;
    font-size: 20px;
}

.subNav.jobs-subNav li {
    width: 33.33%;
    margin-right: 0;
}

.subNav.ygzx-subNav a,
.subNav.jobs-subNav a,
.subNav.research-subNav a,
.subNav.news-subNav li a {
    margin: 0 auto;
    width: 84px;
    text-align: center;
}

.subNav.jobs-subNav {
    padding: 12px 0 0;
    margin-bottom: 42px;
}

.subNav.jobs-subNav ul {
    border-bottom: 0;
}

.subNav.jobs-subNav a:after {
    bottom: 0;
}

.subNav.jobs-subNav a {
    width: 122px;
}

.subNav.aboutus-subNav li {
    margin-right: 180px;
}

.subNav.news-subNav {
    padding: 12px 0;
}

.subNav.news-subNav li {
    width: 30%;
    margin-right: 5%;
}

.subNav.news-subNav li.subNav-last {
    margin-right: 0;
}

.subNav.news-subNav li a {
    width: 80px;
}

.subNav.research-subNav li {
    width: 33.33%;
    margin-right: 0;
}

.subNav.research-subNav a {
    width: 200px;
}

.subNav.zykt-subNav {
    padding-bottom: 0;
}

.subNav.zykt-subNav ul {
    border-bottom: 0;
}

.subNav.zykt-subNav .current a:after {
    border-bottom: 2px solid #df0110;
}

.subNav.zykt-subNav a:after {
    bottom: 0;
}

.research-subNav {
    margin-top: 0;
}

/* 服务产品内容区域 */
.service-container {
    padding: 27px 20px;
}

.service-container .img-box,
.service-container .content-r,
.service-container .content-b {
    float: left;
}

.service-container .img-box {
    width: 28%;
}

.service-container .img-box img {
    width: 100%;
}

.service-container .content-r {
    margin-left: 6%;
    width: 66%;
}

.service-container .content-b {
    padding: 72px 0 50px;
    width: 100%;
}

.service-container h2 {
    margin-bottom: 30px;
}

.h2-span span {
    border-bottom: 6px solid #df0110;
    font-size: 32px;
    color: #353535;
}

.service-container h3 {
    margin-bottom: 15px;
    font-size: 26px;
}

.service-container p,
.service-container li {
    position: relative;
    font-size: 17px;
    line-height: 30px;
}

.service-container li {
    padding-left: 18px;
}

.service-container li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #df0110;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.service-container .content-r li {
    line-height: 38px;
}

.service-section-01 {
    width: 430px;
}

.service-section-01 li {
    width: 47%;
    margin-right: 6%;
    float: left;
    box-sizing: border-box;
}

.service-section-01 li:nth-of-type(even) {
    margin-right: 0;
}

.service-section-01 li::before,
.service-container .content-r li::before {
    top: 14px;
}

.service-container h3.service-title-01 {
    margin: 55px 0 11px;
}

/* 就业创业服务 */
.jycyfw_project-container {
    padding: 52px 0 20px;
    margin-top: -52px;
    background-color: #fff;
}

.jycyfw_project-container .section-container {
    margin-bottom: 30px;
}

.jycyfw_project-container .fl {
    float: left;
    width: 48.7%;
}

.jycyfw_project-container .fr {
    float: right;
    width: 48.7%;
}

.jycyfw_project-container .head {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

.jycyfw_project-container .head p {
    float: left;
    padding-left: 20px;
}

.jycyfw_project-container .more {
    position: relative;
    width: auto;
    padding-right: 43px;
    padding-top: 7px;
    float: right;
    display: block;
    font-size: 14px;
}

.jycyfw_project-container .more i {
    position: absolute;
    right: 20px;
    top: 13px;
    display: block;
    width: 15px;
    height: 8px;
    background: url(../images/icon_more.png) no-repeat;
}

.jycyfw_project-container .more:hover {
    color: #df0110;
}

.jycyfw_project-container li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
    height: 146px;
}

.jycyfw_project-container li:nth-child(even) {
    margin-right: 0;
}

.jycyfw_project-container .img-box {
    float: left;
    width: 100%;
    height: 146px;
}

.jycyfw_project-container li.item-2 {
    width: 100%;
    margin-right: 0;
}

.jycyfw_project-container .item-2 .img-box {
    width: 49%;
    margin-right: 2%;
}

.jycyfw_project-container .item-2 .text-box {
    float: right;
    width: 49%;
}

.jycyfw_project-container .item-2 .title {
    padding: 8px 0 0;
    font-size: 18px;
    font-weight: bold;
    min-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.jycyfw_project-container .item-2 .dec {
    margin-top: 7px;
    color: #858585;
    line-height: 24px;
    min-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.jycyfw_project-container .item-2 .dec_3 {
    -webkit-line-clamp: 3;
}

.jycyfw_project-container .item-2 .time {
    padding: 10px 15px 0 0;
    font-size: 12px;
    color: #858585;
}

.jycyfw_project-container li.item-3 {
    height: 146px;
}

.jycyfw_project-container li.item-3 a {
    display: block;
    padding: 13px 15px 10px;
    height: 123px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, .3);
}

.jycyfw_project-container li.item-3 .title {
    font-size: 16px;
    color: #353535;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jycyfw_project-container li.item-3 .title-01 {
    margin-bottom: 12px;
}

.jycyfw_project-container li.item-3 .title-02 {
    margin-bottom: 5px;
    font-size: 14px;
    color: #df0110;
}

.jycyfw_project-container li.item-3 p {
    font-size: 12px;
    color: #979797;
    line-height: 22px;
}

.jycyfw_project-container li.item-3 p.p1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jycyfw_project-container li.item-3 p.p2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.jycyfw_project-container .link-content a {
    margin-right: 20px;
}

.jycyfw_project_zyzdzj-container {
    padding-top: 30px;
}

.jycyfw_project_zyzdzj-container .researchInfo-bottom {
    padding-bottom: 30px;
}

/* 人多多中间区域 */
.rdd-centerbox {
    margin-top: 30px;
    padding: 60px 62px 78px;
    background-color: #fff;
    box-shadow: 0 10px 50px 9px rgba(239, 221, 222, .5);
    font-size: 18px;
    line-height: 36px;
}

.rdd-centerbox h2 {
    margin-bottom: 38px;
    text-align: center;
}

.rdd-centerbox p {
    text-indent: 2em;
}

/* 人多多内容区域 */
.rdd-container {
    padding: 55px 0 80px;
}

.rdd-container .wenzi h3 {
    position: relative;
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 84px;
    font-weight: bold;
}

.rdd-container .wenzi h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 33px;
    height: 4px;
    background-color: #df0110;
}

.rdd-container .wenzi p {
    font-size: 32px;
    color: #353535;
}

.rdd-container .img-right,
.rdd-container .img-left {
    position: relative;
}

.rdd-container .img-right .wenzi,
.rdd-container .img-left .wenzi {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -75px;
}

.rdd-container .img-left .wenzi {
    left: auto;
    right: 0;
}

.rdd-container .img-right .img-box {
    float: right;
}

.rdd-container .img-left .img-box {
    float: left;
}

.rdd-container .layui-clear {
    margin-bottom: 120px;
}

/* 员工中心内容区域 */
.ygzx-container {
    padding: 33px 0 0;
}

.ygzx-container li {
    float: left;
    padding: 50px 0;
    width: 32%;
    min-height: 461px;
    margin-bottom: 18px;
    margin-right: 2%;
    box-shadow: 0 0 10px 3px rgba(239, 221, 222, .5);
}

.ygzx-container li.li-03,
.ygzx-container li.li-06 {
    margin-right: 0;
}

.ygzx-container img {
    display: block;
    margin: 0 auto;
}

.ygzx-container .dt-01 {
    margin: 8px 0 11px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.ygzx-container .dt-02 {
    margin-bottom: 27px;
    font-size: 20px;
    text-align: center;
}

.ygzx-container dd {
    padding-left: 24px;
    margin: 0 auto 25px;
    position: relative;
    width: 98px;
    font-size: 16px;
    color: #858585;
}

.ygzx-container dd::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #ddd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.ygzx-container li.li-03 dd {
    width: 115px;
}

.ygzx-container li.li-05 dd {
    width: 130px;
}

.ygzx-bottom {
    margin-top: 49px;
}

.ygzx-bottom .wenzi {
    float: left;
    padding: 64px 0 0 45px;
}

.ygzx-bottom .wenzi .dt-01 {
    margin-bottom: 6px;
    font-size: 30px;
    font-weight: bold;
}

.ygzx-bottom .wenzi .dt-02 {
    margin-bottom: 69px;
    font-size: 20px;
    text-align: center;
}

.ygzx-bottom .wenzi dd {
    line-height: 28px;
}

.ygzx-bottom .img-box {
    float: right;
}

/* 工作机会内容区域 */
.jobs-container li {
    float: left;
    width: 32%;
    margin: 0 2% 17px 0;
    background-color: #fff;
    transition: box-shadow 0.3s;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -ms-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
}

.jobs-container li:nth-of-type(3n) {
    margin-right: 0;
}

.jobs-container li:hover {
    box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, .3);
}

.jobs-container li a {
    display: block;
    padding: 18px 22px 17px;
}

.jobs-container li .title {
    margin-bottom: 25px;
}

.jobs-container li .title-01 {
    float: left;
    width: 65%;
    font-size: 16px;
    color: #353535;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jobs-container li .title-02 {
    float: right;
    padding-top: 2px;
    width: 33%;
    font-size: 14px;
    color: #df0110;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jobs-container li p {
    font-size: 12px;
    color: #979797;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jobs-details-layer {
    padding: 20px 25px 20px 35px;
    line-height: 24px;
}

.jobs-details-layer h2 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 34px;
    color: #353535;
    font-weight: bold;
}

.jobs-details-layer h3 {
    margin: 17px 0 8px;
    font-size: 20px;
    position: relative;
    color: #353535;
}

.jobs-details-layer h3 i {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: -12px;
    display: block;
    width: 6px;
    height: 12px;
    background-color: #df0110;
}

.jobs-details-layer .erCode {
    width: 150px;
    height: 150px;
    margin: 10px auto 25px;
}

.jobs-page {
    margin-bottom: 40px;
}

/* 招聘活动 */
.jobs_zp-container li {
    float: left;
    position: relative;
    width: 32%;
    margin-bottom: 30px;
    margin-right: 2%;
    box-shadow: 0 0 10px 3px rgba(239, 221, 222, .5);
}

.jobs_zp-container li u {
    position: absolute;
    top: 26px;
    right: 10px;
    display: block;
    width: 70px;
    text-align: center;
    line-height: 26px;
    background-color: rgba(0, 0, 0, .4);
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.jobs_zp-container li:nth-of-type(3n) {
    margin-right: 0;
}

.jobs_zp-container li img {
    width: 100%;
}

.jobs_zp-container li .link-box {
    padding: 28px 25px 0;
    min-height: 92px;
    max-height: 92px;
    overflow-y: auto;
}

.jobs_zp-container li a {
    padding-left: 20px;
    position: relative;
    display: block;
    margin-bottom: 25px;
    color: #858585;
    font-size: 16px;
}

.jobs_zp-container li a::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #ddd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.jobs_zp-container li a:hover {
    color: #df0110;
}

.jobs_zp-container li a:hover::after {
    background-color: #df0110;
}

/* 关于我们内容区域 */
.aboutus-container {
    padding: 29px 0 110px;
    font-size: 18px;
    line-height: 36px;
}

.aboutus-container .section-01 .img-box {
    float: left;
    width: 45%;
}

.aboutus-container img {
    width: 100%;
}

.aboutus-container .section-01 .wenzi-right {
    float: right;
    width: 52.5%;
}

.aboutus-container .section-01 .wenzi-right p {
    margin-top: 35px;
    text-indent: 2em;
}

.aboutus-container .section-02 {
    position: relative;
    margin-top: 54px;
}

.aboutus-container .section-02 .img-box {
    float: right;
    width: 50%;
}

.aboutus-container .section-02 .wenzi-left {
    position: absolute;
    top: 12%;
    left: 0;
    padding: 65px 50px;
    background-color: #fff;
    box-shadow: 0 0 25px 5px rgba(239, 221, 222, .5);
}

.aboutus-container .section-02 .wenzi-left h2 {
    float: left;
    margin: 40px 52px 0 0;
}

.aboutus-container .section-02 .wenzi-left .r-box {
    float: right;
}

.aboutus-container .section-02 .wenzi-left .ps {
    margin-bottom: 10px;
}

.aboutus-container .section-02 .wenzi-left .ps-03 {
    margin-bottom: 0;
}

.aboutus-container .section-02 .wenzi-left p {
    float: left;
    font-size: 21px;
}

.aboutus-container .section-02 .wenzi-left p.red {
    width: 102px;
    margin-right: 28px;
    font-size: 25px;
    color: #df0110;
}

.aboutus-container h3,
.aboutus-container dt {
    margin-bottom: 15px;
    font-size: 26px;
}

.aboutus-container .section-03 {
    margin: 108px 0 70px;
}

.aboutus-container .section-04 dl {
    float: left;
    width: 50%;
}

/* 慧博动态区域内容 */
.news-container li {
    float: left;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 25px;
    border-bottom: 1px solid #f2f2f2;
}

.news-container li:nth-of-type(even) {
    margin-right: 0;
}

/* .news-container li:hover {box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, .3);} */
.news-container li:hover {
    box-shadow: 8px 8px 20px #dbdde1;
}

.news-container li .title:hover,
.news-container li .dec:hover {
    color: #df0110;
}

.news-container .img-box {
    float: left;
    width: 48%;
    height: 146px;
}

.news-container .fr {
    float: left;
    width: 52%;
}

.news-container .title {
    padding: 8px 15px 0;
    font-size: 18px;
    font-weight: bold;
    min-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-container .dec {
    margin-top: 6px;
    padding: 0 15px;
    color: #858585;
    line-height: 24px;
    min-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-container .time {
    padding: 10px 15px 8px;
    font-size: 12px;
    color: #858585;
}

.news-container_02 li {
    position: relative;
    float: initial;
    width: auto;
    padding: 0 20px;
    border: 0;
    margin: 0;
}

.news-container_02 li:hover {
    box-shadow: none;
}

.news-container_02 a {
    display: block;
    padding: 0 95px 0 20px;
    position: relative;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-container_02 a i {
    display: block;
    width: 5px;
    height: 5px;
    background-color: #ddd;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}

.news-container_02 li span {
    position: absolute;
    top: 0;
    right: 0;
}

.news-container_02 a:hover {
    color: #df0110;
}

.news-container_02 a:hover i {
    background-color: #df0110;
}

#page.news-page,
#page.research-page {
    text-align: right;
    margin-top: 37px;
    border-top: 1px solid #eeefee;
}

#page.news-page .layui-laypage,
#page.research-page .layui-laypage {
    margin: 40px 0 110px;
}

/* 慧博研究院内容区域 */
.research-subHeader {
    padding: 22px 22px 10px;
}

.research-subHeader_1 {
    padding: 0 0 40px;
}

.research-subHeader .img-box {
    float: left;
    width: 30%;
}

.research-subHeader .img-box img {
    width: 100%;
}

.research-subHeader .wenzi-box {
    float: right;
    width: 65%;
}

.research-subHeader .wenzi-box h2 {
    margin-bottom: 30px;
}

.research-subHeader .wenzi-box p {
    font-size: 18px;
    line-height: 36px;
    text-indent: 2em;
}

.research-subHeader_1 .img-box {
    margin: 0 !important;
}

/* .research-container .btns {padding: 18px 15px 19px;}
.research-container .btns a {position: relative; display: block; float: left; margin-right: 15px; padding: 0 12px 0 39px; background-color: #df0110; line-height: 30px; color: #fff;}
.research-container .btns i {position: absolute; top: 7px; left: 12px; display: block; width: 20px; height: 15px; background: url(../images/research_icon_down.png) no-repeat center;}
.research-container .btns .online-read {background-color: #f0b64d; margin-right: 0;}
.research-container .btns .online-read i {background: url(../images/research_icon_read.png) no-repeat center;} */
.research-container .dec {
    -webkit-line-clamp: 3;
}

.research-container .title {
    padding: 12px 15px 0;
}

.research-container_1 li {
    width: 100%;
    margin-right: 0;
}

.research-container_1 .img-box {
    margin: 0 !important;
    width: 32%;
    height: 161px;
}

.research-container_1 .fr {
    width: 68%;
}

.research-container_1 .title {
    -webkit-line-clamp: 1;
    padding: 20px 15px 0;
    min-height: 30px;
}

.research-container_1 .dec {
    margin-top: 17px;
}

.pay_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
    z-index: 9999;
}

.pay_container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -267px;
    margin-left: -188px;
    padding: 42px 45px 36px;
    width: 286px;
    background-color: #fff;
    border-radius: 10px;
}

.pay_container .img {
    width: 286px;
    height: 342px;
    background: url(../images/pay_01.jpg) no-repeat;
}

.pay_container p {
    margin-bottom: 36px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
}

.pay_container p span {
    margin-left: 12px;
}

.pay_container .pay_close {
    position: absolute;
    bottom: -48px;
    left: 50%;
    margin-left: -16.5px;
    width: 33px;
    height: 33px;
    background: url(../images/pay_02.png) no-repeat;
    cursor: pointer;
}

/* 详情内容区域 */
.details-container {
    margin-top: -54px;
    padding: 30px 30px 50px;
    background-color: #fff;
}

.details-container .title {
    margin-bottom: 10px;
    font-size: 25px;
    color: #353535;
    font-weight: bold;
    text-align: center;
}

.details-container .time {
    margin-bottom: 40px;
    color: #858585;
    text-align: center;
}

.details-container .time span {
    margin-left: 25px;
}

.details-container .content p,
.details-container .content p span,
.researchInfo-container .container-box p,
.researchInfo-container .container-box p span {
    font-family: Helvetica, PingFang SC, Tahoma, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 2;
}

.details-container .content_items-1 {
    padding-top: 35px;
}

.details-container .content_items-1 .item {
    margin-bottom: 60px;
    position: relative;
}

.details-container .content_items-1 .item .head {
    position: absolute;
    top: -34px;
    left: 50%;
    margin-left: -283px;
    border: 1px solid #df0110;
    font-size: 24px;
    width: 560px;
    border-radius: 30px 0 0 0;
    text-align: center;
    line-height: 64px;
    -webkit-border-radius: 30px 0 0 0;
    -moz-border-radius: 30px 0 0 0;
    -ms-border-radius: 30px 0 0 0;
    -o-border-radius: 30px 0 0 0;
    box-shadow: 3px 4px 1px #df0110;
    background-color: #fff;
}

.details-container .content_items-1 .item .item-content {
    padding: 65px 0 30px 0;
    border: 1px solid #df0110;
    box-shadow: 4px 4px 1px #df0110;
}

.details-container .content_items-1 .item .section {
    padding-right: 44px;
    margin-bottom: 15px;
}

.details-container .content_items-1 .item p {
    font-size: 12px !important;
}

.details-container .content_items-1 .item .section-01 {
    padding-left: 17px;
    clear: both;
    overflow: hidden;
}

.details-container .content_items-1 .item .section-01 .p1 {
    float: left;
    padding-left: 27px;
    background: url(../images/icon_bgtiao_01.jpg) no-repeat;
    font-size: 18px !important;
    line-height: 24px;
}

.details-container .content_items-1 .item .section-01 .p2 {
    margin-left: 15px;
    float: left;
    font-size: 14px !important;
}

.details-container .content_items-1 .item .section-01 .p2 span {
    margin-right: 10px;
}

.details-container .content_items-1 .item .section-01 .p3 {
    float: right;
    color: #df0110;
    font-size: 14px !important;
    font-weight: bold;
}

.details-container .content_items-1 .item .section-02 {
    padding-left: 44px;
}

.details-container .content_items-1 .item .section-02 .pt {
    font-size: 14px !important;
    font-weight: bold;
}

/* 职业课堂内容区域 */
.zykt-container {
    padding-bottom: 50px;
}

.zykt-container h2 {
    margin: 50px 0 40px;
    text-align: center;
}

.zykt-container h2 span {
    font-size: 30px;
}

.zykt-container h3 {
    margin-top: 37px;
    margin-bottom: 46px;
    font-size: 24px;
    text-align: center;
}

.zykt-container .kc-section {
    position: relative;
}

.zykt-container .kc-section .layui-icon {
    position: absolute;
    display: none;
    top: 50%;
    margin-top: -20px;
    left: 0;
    font-size: 40px;
    color: #d7d7d7;
    cursor: pointer;
}

.zykt-container .kc-section .layui-icon:hover {
    color: #df0110;
}

.zykt-container .kc-section .layui-icon-right {
    left: auto;
    right: 0;
}

.zykt-container .ul-box {
    position: relative;
    overflow: hidden;
    width: 1088px;
    margin: 0 auto;
}

.zykt-container .kc-ul {
    position: relative;
    overflow: hidden;
    transition: left .3s ease-in;
    -moz-transition: left .3s ease-in;
    -ms-transition: left .3s ease-in;
    -webkit-transition: left .3s ease-in;
    -o-transition: left .3s ease-in;
}

.zykt-container .kc-ul li {
    float: left;
    margin-bottom: 20px;
    width: 272px;
}

.zykt-container .kc-ul a {
    display: block;
    margin: 0 10px;
}

.zykt-container .kc-ul .wenzi-box {
    padding: 20px 20px 25px;
    background-color: #fff;
}

.zykt-container .kc-ul .img-box {
    height: 150px;
    background-image: url(../images/hbyj_bg_01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.zykt-container .kc-ul .title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zykt-container .kc-ul .dec {
    font-size: 16px;
    color: #858585;
}

.zykt-container .kc-ul .dec span {
    margin-left: 15px;
}

/* 行业地位 */
.hydw-container {
    padding-bottom: 80px;
}

.hydw-container h2 {
    margin: 35px 0 80px;
    text-align: center;
}

.hydw-container .img-box {
    float: left;
    width: 46%;
}

.hydw-container .img-box img {
    width: 100%;
}

.hydw-container .wenzi-box {
    padding-top: 65px;
    float: right;
    width: 46%;
    font-size: 18px;
    line-height: 36px;
    color: #595757;
}

/* 荣誉资质 */
.honor-h2 {
    margin: 35px 0 42px;
    text-align: center;
}

.honor-wenzi {
    padding: 55px 50px 48px;
    background-color: #f9f9f9;
    font-size: 17px;
    line-height: 36px;
}

.honor-wenzi .fl {
    float: left;
    width: 48%;
}

.honor-wenzi .fr {
    float: right;
    width: 48%;
}

.honor-wenzi dt {
    position: relative;
    margin-bottom: 30px;
    font-size: 26px;
}

.honor-wenzi dt i {
    position: absolute;
    top: 50%;
    left: -16px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background-color: #df0110;
}

.honor-ul {
    position: relative;
    width: 90%;
    margin: 73px auto 10px;
}

.honor-ul::before {
    content: "";
    position: absolute;
    top: -42px;
    left: -30px;
    right: -30px;
    border-top: 1px solid #efefef;
}

.honor-ul li {
    float: left;
    margin-bottom: 24px;
    width: 33.33%;
}

.honor-ul li .box {
    margin: 0 12px;
    padding: 10px 5px 5px;
    border: 1px solid #efefef;
}

.honor-ul li img {
    width: 100%;
}

.honor-ul li p {
    text-align: center;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.honor-page {
    margin-bottom: 37px;
}

/* 社会责任 */
.shzr-container {
    padding: 35px 0 65px;
}

.shzr-container h2 {
    margin-bottom: 50px;
    text-align: center;
}

.shzr-container h3 {
    margin: 28px 0 13px;
    font-size: 24px;
}

.shzr-container p {
    text-indent: 2em;
    line-height: 28px;
}

.shzr-container .img-box div {
    float: left;
    margin-top: 25px;
    width: 32%;
    margin-right: 2%;
}

.shzr-container .img-box div.last {
    margin-right: 0;
}

.shzr-container .img-box img {
    width: 100%;
}

/* 加入我们 */
.joinus-container {
    padding: 47px 0 56px;
}

.joinus-container .h2-span {
    margin: 0 0 44px;
    text-align: center;
}

.joinus-container .email {
    margin-bottom: 55px;
    font-size: 16px;
    color: #969696;
    text-align: center;
}

.joinus-container .email span {
    margin: 0 17px;
}

.joinus-container .layui-collapse {
    border: 0;
}

.joinus-container .layui-colla-item {
    border-color: #ddd;
}

.joinus-container .layui-colla-item:first-child {
    border-top: 1px solid #ddd;
}

.joinus-container .layui-colla-item:last-child {
    border-bottom: 1px solid #ddd;
}

.joinus-container .layui-colla-title {
    padding: 0 50px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: #3c3c3c;
    background-color: #fff;
}

.joinus-container .layui-colla-icon {
    left: auto;
    right: 50px;
    color: #d1d1d1;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.joinus-container .layui-colla-content {
    padding: 0 50px;
    border: 0;
    background-color: #f7f7f7;
    color: #3c3c3c;
}

.joinus-container .layui-colla-content .content-title {
    padding: 20px 0;
    font-size: 29px;
    line-height: 29px;
}

.joinus-container .content-box {
    padding: 13px 0 43px;
    line-height: 28px;
}

.joinus-container .layui-colla-item.layui-show {
    border: 0;
}

.joinus-container .layui-colla-item.layui-show+.layui-colla-item {
    border-top: 0;
}

.joinus-container .layui-colla-item.layui-show .layui-colla-title {
    background-color: #f7f7f7;
}

.joinus-container .layui-colla-item.layui-show .layui-colla-icon {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* 慧博研究详情 */
.researchInfo-header .header-logo-box {
    padding: 30px 0;
}

.researchInfo-container .container-box {
    padding: 45px 0 80px;
}

.researchInfo-bottom {
    padding-bottom: 100px;
}

.researchInfo-bottom .fl {
    float: left;
    width: 48%;
}

.researchInfo-bottom .fl .title {
    margin-bottom: 5px;
    font-size: 26px;
}

.researchInfo-bottom .fl p {
    font-size: 16px;
    line-height: 38px;
}

.researchInfo-bottom .fl .img-box {
    width: 190px;
    margin: 100px auto 0;
    text-align: center;
}

.researchInfo-bottom .fl .img-box div {
    margin-bottom: 20px;
    border: 1px solid #eeefee;
}

.researchInfo-bottom .fl .img-box img {
    width: 100%;
}

.researchInfo-bottom .fl .img-box p {
    font-size: 18px;
    line-height: 30px;
}

.researchInfo-bottom .fr {
    float: right;
    width: 48%;
    background-color: #f7f7f7;
}

.researchInfo-bottom .fr .layui-form-item {
    margin: 0 60px 33px;
}

.researchInfo-bottom .fr .layui-input,
.researchInfo-bottom .fr .layui-select {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-family: Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    border-color: #b2b2b2 !important;
    background-color: #f7f7f7;
}

.researchInfo-bottom .fr .title {
    margin: 35px 60px 32px;
    font-size: 18px;
}

.researchInfo-bottom .fr .mb15 {
    margin-bottom: 15px;
}

.researchInfo-bottom .fr .layui-btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: #df0110;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    width: 120px;
}

.researchInfo-bottom .fr .btn-box {
    margin-bottom: 59px;
    position: relative;
}

.researchInfo-bottom .fr .btn-box p {
    position: absolute;
    bottom: 10px;
    right: 0;
}

.researchInfo-bottom .fr .btn-box p span {
    color: #df0110;
}

/* 慧博党建 */
.hbdj-container {
    padding: 20px 0 0;
}

.hbdj-container .left-nav {
    float: left;
    width: 200px;
    margin-bottom: 40px;
    line-height: 58px;
    text-align: center;
}

.hbdj-container .left-nav a {
    display: block;
    color: #3c3c3c;
    font-size: 16px;
}

.hbdj-container .left-nav dt {
    background-color: #f8f8f8;
    height: 58px;
    font-size: 18px;
    font-weight: bold;
}

.hbdj-container .left-nav dt,
.hbdj-container .left-nav dd {
    border: 1px solid #eee;
    margin-top: -1px;
    box-sizing: border-box;
}

.hbdj-container .left-nav dt.h2 {
    background-color: #df0110;
    color: #fff;
    border-color: #df0110;
}

.hbdj-container .left-nav dt.h3 {
    font-size: 16px;
}

.hbdj-container .left-nav a:hover,
.hbdj-container .left-nav a.cur {
    color: #df0110;
}

.hbdj-container .left-nav a.cur {
    font-weight: bold;
    background-color: #fff;
}

.hbdj-container .left-nav a.last.cur {
    border-bottom: 1px solid #eee;
}

.hbdj-container .right-container {
    float: right;
    width: calc(100% - 230px);
}

.hbdj-container .right-container .head {
    position: relative;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    line-height: 56px;
    color: #df0110;
    font-weight: bold;
}

.hbdj-container .main-content {
    padding: 25px 0 50px;
    line-height: 30px;
}

.hbdj-container .main-content h3 {
    margin: 30px 0 10px;
    font-size: 26px;
}

.hbdj-container .main-content p {
    text-indent: 2em;
}

.hbdj-container .main-content .img-box {
    margin: 60px 0 40px;
    text-align: center;
}

.hbdj-container .liebiao-container li {
    position: relative;
}

.hbdj-container .liebiao-container a {
    display: block;
    padding: 0 95px 0 20px;
    position: relative;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hbdj-container .liebiao-container a i {
    display: block;
    width: 5px;
    height: 5px;
    background-color: #ddd;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}

.hbdj-container .liebiao-container li span {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
}

.hbdj-container .liebiao-container a:hover {
    color: #df0110;
}

.hbdj-container .liebiao-container a:hover i {
    background-color: #df0110;
}

.hbdj-container .main-content #page {
    margin-top: 35px;
}

.hbdj-container .news-container .img-box {
    margin: 11px 0 0px;
}

.hbdj-zc-info .layui-layer-content {
    padding: 20px;
}

.hbdj-zc-info h2 {
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
}

.hbdj-zc-info p {
    line-height: 30px;
    text-indent: 2em;
}

/* 党费申报 */
.dfsb-login {
    margin: 0 auto 20px;
    padding: 40px 0;
    width: 400px;
    background-color: #f7f7f7;
    overflow: hidden;
}

.dfsb-login h3 {
    padding: 0;
    margin: 0 !important;
    font-size: 20px !important;
    text-align: center;
    font-weight: bold;
}

.dfsb-login .layui-form-item {
    margin: 25px 50px 0;
    position: relative;
}

.dfsb-login .layui-form-item .layui-icon {
    position: absolute;
    top: 3px;
    left: 5px;
    color: #b2b2b2;
    font-size: 20px;
}

.dfsb-login .layui-form-item button {
    width: 100%;
    background-color: #df0110;
    font-size: 18px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.dfsb-login .layui-form-item input {
    padding-left: 30px;
    border-color: #b2b2b2 !important;
    background-color: #f7f7f7;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.dfsb-xgmm-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.dfsb-cx-search {
    height: 45px;
    width: 350px;
    margin: 0 auto;
}

.dfsb-cx-search .fl {
    float: left;
    font-size: 20px;
    line-height: 38px;
}

.dfsb-cx-search .name-box {
    margin-right: 25px;
}

.dfsb-cx-search .name-box span {
    font-weight: bold;
}

.dfsb-cx-search .select-box {
    float: left;
    width: 120px;
}

.dfsb-cx-search .select-box input {
    font-size: 20px;
}

.dfsb-list-box {
    margin-top: 15px;
    overflow-x: auto;
}

.dfsb-list-box .layui-table {
    min-width: 740px;
}

.dfsb-list-box thead tr {
    background-color: #df0110;
    color: #fff;
}

.dfsb-list-box thead th {
    padding: 14px 15px;
    font-size: 18px;
    position: relative;
    width: 16.6666%;
    text-align: center;
}

.dfsb-list-box thead th::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -1px;
    margin-top: -11px;
    width: 1.5px;
    height: 22px;
    background-color: #fff;
}

.dfsb-list-box thead th:first-child::after {
    width: 0;
}

.dfsb-list-box tbody td {
    color: #3c3c3c;
    text-align: center;
}

.dfsb-list-box tbody tr {
    background-color: #f8f8f8 !important;
}

.dfsb-list-box tbody tr:nth-child(even) {
    background-color: #e3e3e3 !important;
}

.dfsb-list-box tbody input {
    height: 30px;
    line-height: 30px;
    border-color: #b2b2b2 !important;
}

.dfsb-list-box tbody input:hover {
    border-color: #b2b2b2 !important;
}

.dfsb-list-box tbody button {
    height: 30px;
    line-height: 30px;
}

.dfsb-xgmm-form {
    padding: 20px 40px 20px 0;
}

/* 人才招聘 */
.rczp-title-01 {
    margin-top: 40px !important;
}

.rczp-section-01 li {
    float: left;
    margin-right: 30px;
}

.rczp-section-01 li:last-child {
    margin-right: 0;
}

/* 登录注册 */
.signIn-container {
    min-width: 700px;
    min-height: 580px;
    background: url(../images/signin_bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.signIn-container .logo {
    padding: 140px 0 50px;
    text-align: center;
}

.signIn-container .layui-form {
    margin: 0 auto;
    padding: 46px 50px 30px 50px;
    background-color: #fff;
    width: 400px;
    line-height: 1;
}

.signIn-container .title {
    margin-bottom: 40px;
    font-size: 32px;
    color: #df0110;
    text-align: center;
    font-weight: bold;
}

.signIn-container .layui-form-label {
    padding: 9px 0;
    width: 85px;
    text-align: left;
    font-size: 16px;
}

.signIn-container .layui-input-block {
    margin-left: 85px;
}

.signIn-container .layui-input {
    background-color: #f1f3f5;
    border-color: #f1f3f5;
    font-size: 16px;
}

.signIn-container .layui-btn {
    width: 100%;
    background-color: #df0110;
    font-size: 18px;
}

.signIn-container .layui-form-item.mb8 {
    margin-bottom: 8px !important;
}

.signIn-container .layui-form-item.mb42 {
    margin-bottom: 42px !important;
}

.signUp-container .logo {
    padding: 50px 0 40px;
}

.signUp-container .layui-form {
    padding: 36px 50px 25px 50px;
}

.signUp-container .title {
    margin-bottom: 30px;
}

/* 顺时针旋转 */
@keyframes changeright {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

/* 逆时针旋转 */
@keyframes changeleft {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    50% {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
    }
}

/* 中型屏幕(桌面) ------ 1024 * 768 */
@media screen and (max-width: 1200px) {

    /* header */
    .header-nav ul {
        padding: 0 50px;
    }

    .header-nav li {
        margin-right: 52.5px;
    }

    .banner .layui-carousel-ind {
        top: -85px;
    }

    /* banner 轮播图 */
    #banner_01 {
        height: 406px !important;
    }

    .banner .img {
        height: 406px;
        background-size: 1200px 406px;
    }

    /* 工作机会 */
    .index-gzjh {
        margin-top: -56px;
    }

    /* 服务产品 */
    .index-fwcp-content,
    .index-fwcp-q {
        width: 356px;
        height: 356px;
    }

    .index-fwcp-content p {
        width: 249px;
        font-size: 13px;
    }

    .index-fwcp-content .p3,
    .index-fwcp-content .p4,
    .index-fwcp-content .p5 {
        width: 245px;
    }

    .index-fwcp-content p i {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }

    /* 员工中心 */
    .index-ygzx li {
        width: 310px;
    }

    .index-ygzx li:hover {
        width: 660px;
    }

    .index-ygzx li .content {
        width: 660px;
        height: 254px;
    }

    /* 慧博研究 */
    .index-hbyj a {
        font-size: 20px;
    }

    .index-hbyj a i {
        width: 60px;
        height: 41px;
        top: 43px;
        left: 10px;
    }

    .index-hbyj-02 a i {
        left: 14px;
    }

    .index-hbyj-01 a div {
        padding-left: 78px;
    }

    .index-hbyj-02 a div {
        padding-left: 90px;
    }

    .index-hbyj-03 a div {
        padding-left: 80px;
    }

    /* 内部导航 */
    .subNav li {
        margin-right: 23.5px;
    }

    .subNav.aboutus-subNav li {
        margin-right: 131px;
    }

    /* 关于我们内容区域 */
    .aboutus-container .section-02 .wenzi-left {
        top: 4%;
    }

    /* 详情内容区域 */
    /* .details-container .content p img {width: 100% !important; height: auto !important;} */
    /* 职业课堂内容区域 */
    .zykt-container .ul-box {
        width: 885px;
    }

    .zykt-container .kc-ul li {
        width: 295px;
    }

    /* 行业地位 */
    .hydw-container .img-box {
        width: 42%;
    }

    .hydw-container .wenzi-box {
        padding-top: 28px;
        width: 53%;
    }

    /* 招聘活动 */
    .jobs_zp-container li u {
        top: 22px;
    }

    /* 慧博党建 */
    .hbdj-container .main-content .img-box-2 img {
        width: 100%;
    }

    /* 登录注册 */
    .signIn-container .logo {
        padding: 50px 0 25px;
    }

    .signUp-container .logo {
        padding: 20px 0 20px;
    }

    .signUp-container .title {
        margin-bottom: 20px;
    }

    .signUp-container .layui-form-item.mb42 {
        margin-bottom: 20px !important;
    }

    .signUp-container .layui-form {
        padding: 25px 40px 10px 40px;
    }

}

/* 小型屏幕(平板) */
@media screen and (max-width: 992px) {
    .layui-container {
        width: 720px;
    }

    /* header */
    .header {
        position: static;
        top: auto;
        left: auto;
    }

    .header-nav ul {
        padding: 0 20px;
    }

    .header-nav li {
        margin-right: 25.5px;
    }

    .header-phone {
        margin-top: 18px;
        width: 186px;
        text-align: right;
    }

    .header-phone span.line {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }

    /* banner 轮播图 */
    .banner {
        padding-top: 0;
    }

    /* section banner */
    #banner_jobs {
        height: 235px !important;
    }

    .section-banner .img {
        height: 235px;
        background-size: 1100px 235px;
    }

    /* footer */
    .footer .footer-right {
        margin-top: 20px;
    }

    /* 工作机会 */
    .index-gzjh-left,
    .index-gzjh-right {
        width: 100%;
    }

    .index-gzjh-left {
        margin-bottom: 25px;
    }

    /* 招聘活动 */
    .jobs_zp-container li {
        width: 48%;
        margin-right: 4%;
    }

    .jobs_zp-container li:nth-of-type(3n) {
        margin-right: 4%;
    }

    .jobs_zp-container li:nth-of-type(even) {
        margin-right: 0;
    }

    /* 服务产品 */
    .index-fwcp-content,
    .index-fwcp-q {
        width: 356px;
        height: 356px;
    }

    .index-fwcp-content p {
        display: none;
    }

    .service-section-01 {
        width: 100%;
    }

    .service-section-01 li {
        width: 100%;
        margin-right: 0;
    }

    /* 就业创业服务 */
    .jycyfw_project-container .item,
    .jycyfw_project-container .item-2 .img-box,
    .jycyfw_project-container .item-3 {
        width: 100%;
        margin-right: 0;
    }

    .jycyfw_project-container .item-2 .text-box {
        display: none;
    }

    /* 员工中心 */
    .index-ygzx li,
    .index-ygzx li .content,
    .index-ygzx li:hover {
        width: 100%;
        height: 277px;
    }

    .index-ygzx li .content {
        background-image: url(../images/ygzx_index_01_cur.jpg);
        background-size: contain;
    }

    .index-ygzx li.li-02 {
        margin-top: 15px;
    }

    .index-ygzx li.li-02 .content {
        background-image: url(../images/ygzx_index_02_cur.jpg);
        background-size: contain;
    }

    /* 慧博动态 */
    .index-hbdt-left,
    .index-hbdt-right {
        width: 100%;
    }

    .index-hbdt-left {
        margin-bottom: 25px;
    }

    /* 慧博研究 */
    .index-hbyj {
        padding: 45px 0 80px;
    }

    .index-hbyj a {
        height: 110px;
        line-height: 110px;
        font-size: 16px;
        text-align: center;
    }

    .index-hbyj a i {
        display: none;
    }

    .index-hbyj a div {
        padding-left: 0;
    }

    /* 人多多科技 */
    .index-rddkh-content {
        width: 698px;
    }

    .index-rddkh-box {
        margin-right: 37px;
    }

    .index-rddkh-box-last {
        margin-right: 0;
    }

    .index-rddkh-box,
    .index-rddkh-box1,
    .index-rddkh-box2 {
        width: 110px;
        height: 110px;
    }

    .index-rddkh-box3 {
        margin: -38px 0 0 -38px;
        width: 76px;
        height: 76px;
        line-height: 76px;
        font-size: 15px;
    }

    /* 内部导航 */
    .subNav {
        padding: 2px 0 12px;
    }

    .subNav li {
        margin-right: 0;
        margin-top: 10px;
        width: 25%;
        font-size: 16px;
        line-height: 60px;
    }

    .subNav a {
        width: 88%;
        margin: 0 auto;
        text-align: center;
    }

    .subNav.aboutus-subNav li {
        width: 30%;
        margin-right: 5%;
    }

    .subNav.aboutus-subNav li:nth-of-type(3n) {
        margin-right: 0;
    }

    .subNav.aboutus-subNav a {
        width: 70px;
    }

    /* 中间区域 */
    .rdd-centerbox {
        padding: 45px 40px 60px
    }

    /* 人多多内容区域 */
    .rdd-container {
        padding: 55px 0 50px;
    }

    .rdd-container .img-right,
    .rdd-container .img-left {
        position: relative;
    }

    .rdd-container .img-right .wenzi,
    .rdd-container .img-left .wenzi {
        position: absolute;
        left: 25%;
        right: auto;
        top: auto;
        bottom: 0;
    }

    .rdd-container .img-right .img-box,
    .rdd-container .img-left .img-box {
        float: initial;
        width: 100%;
    }

    .rdd-container .img-right .img-box img,
    .rdd-container .img-left .img-box img {
        width: 100%;
    }

    .rdd-container .layui-clear {
        padding-bottom: 170px;
        margin-bottom: 120px;
    }

    .rdd-container .item-03 {
        width: 90%;
        margin: 0 auto 120px;
    }

    /* 员工中心内容区域 */
    .ygzx-container li {
        width: 49%;
    }

    .ygzx-container li.li-03 {
        margin-right: 2%;
    }

    .ygzx-container li.li-02,
    .ygzx-container li.li-04 {
        margin-right: 0;
    }

    .ygzx-bottom .wenzi {
        width: 100%;
        padding: 0 0 50px 0;
    }

    .ygzx-bottom .wenzi dl {
        margin: 0 auto;
        width: 366px;
    }

    .ygzx-bottom .img-box {
        width: 100%;
        text-align: center;
    }

    /* 关于我们内容区域 */
    .aboutus-container .section-01 .img-box,
    .aboutus-container .section-01 .wenzi-right,
    .aboutus-container .section-02 .img-box {
        width: 100%;
    }

    .aboutus-container .section-01 .wenzi-right {
        margin-top: 15px;
    }

    .aboutus-container .section-02 .wenzi-left {
        position: static;
        top: auto;
        left: auto;
        width: 100%;
        padding: 65px 0;
    }

    .aboutus-container .section-02 .img-box {
        margin-bottom: 20px;
    }

    .aboutus-container .section-02 .wenzi-left h2 {
        margin: 40px 55px 0;
    }

    .aboutus-container .section-02 .wenzi-left .r-box {
        float: left;
    }

    /* 工作机会内容区域 */
    .jobs-container li {
        width: 49%;
        margin: 0 2% 17px 0;
    }

    .jobs-container li:nth-of-type(3n) {
        margin-right: 2%;
    }

    .jobs-container li:nth-of-type(2n) {
        margin-right: 0;
    }

    /* 职业课堂内容区域 */
    .zykt-container .ul-box {
        width: 640px;
    }

    .zykt-container .kc-ul li {
        width: 320px;
    }

    /* 行业地位 */
    .hydw-container .img-box {
        width: 100%;
    }

    .hydw-container .wenzi-box {
        width: 100%;
    }

    /* 荣誉资质 */
    .honor-ul::before {
        left: -20px;
        right: -20px;
    }

    .honor-ul li {
        width: 50%;
    }

    /* 慧博研究详情 */
    .researchInfo-bottom .fl,
    .researchInfo-bottom .fr {
        width: 100%;
    }

    .researchInfo-bottom .fl .img-box {
        margin: 30px auto 50px;
    }

    .researchInfo-bottom .fr .layui-form-item {
        margin: 0 30px 30px;
    }

    .researchInfo-bottom .fr .title {
        margin: 35px 60px 32px;
    }

    .researchInfo-bottom .fr .mb15 {
        margin-bottom: 15px;
    }

    /* 慧博党建 */
    .hbdj-container .main-content .img-box img {
        width: 100%;
    }

    /* 慧博动态区域内容 */
    .news-container li {
        width: 100%;
        margin-right: 0;
    }

    .news-container_02 li {
        width: auto;
        padding: 0 10px;
    }

    .details-container .content p img,
    .details-container .content p span img {
        width: 100% !important;
    }
}

/* 超小屏幕(手机) */
@media screen and (max-width: 760px) {
    .layui-container {
        width: 95%;
    }

    /* header */
    .header .logo img {
        width: 100%;
    }

    .header-phone {
        margin-top: 3px;
        width: 169px;
        background: none;
        padding-left: 0;
        font-size: 12px;
    }

    .header-nav {
        bottom: -20px;
    }

    .header-logo-box {
        padding: 25px 0 0;
    }

    .header-logo-box-1 {
        padding: 52px 0 0;
    }

    .header .login-box {
        top: 10px;
        right: 50%;
        margin-right: -76px;
    }

    .header-nav ul {
        padding: 0 6px;
    }

    .header-nav li {
        margin-right: 0;
        width: 25%;
        font-size: 14px;
        text-align: center;
    }

    .header-nav li a {
        width: 94%;
        margin: 0 auto;
        height: 50px;
        line-height: 50px;
    }

    .banner .layui-carousel-ind {
        top: -42px;
    }

    /* banner 轮播图 */
    #banner_01 {
        height: 230px !important;
    }

    .banner .img {
        height: 230px;
        background-size: 680px 230px;
    }

    /* 工作机会 */
    .index-gzjh {
        margin-top: -20px;
        padding: 17px 10px 74px;
    }

    .index-gzjh-title {
        padding: 0 0 15px;
    }

    .index-gzjh-left .layui-tab-title li {
        font-size: 17px;
    }

    .index-gzjh-content li {
        width: 100%;
        margin-right: 0;
    }

    /* 招聘活动 */
    .jobs_zp-container li {
        width: 100%;
        margin-right: 0 !important;
    }

    /* 服务产品 */
    .index-fwcp-content,
    .index-fwcp-q {
        width: 250px;
        height: 250px;
    }

    /* 就业创业服务 */
    .jycyfw_project-container .fl,
    .jycyfw_project-container .fr {
        float: left;
        width: 100%;
        margin-right: 0;
    }

    /* 员工中心 */
    .index-ygzx {
        padding: 45px 0 70px;
    }

    .index-ygzx li,
    .index-ygzx li .content,
    .index-ygzx li:hover {
        height: 137px;
    }

    .index-ygzx li .content,
    .index-ygzx li .content:hover {
        background-size: cover !important;
    }

    /* 慧博动态 */
    .index-hbdt-right .layui-tab-title li {
        margin-right: 35px;
    }

    /* 慧博研究 */
    .index-hbyj a {
        margin: 0 0 10px 0;
        font-size: 18px;
    }

    /* 人多多科技 */
    .index-rddkj {
        padding-bottom: 55px;
    }

    .index-rddkh-content {
        width: 258px;
    }

    .index-rddkh-box {
        margin-bottom: 15px;
    }

    .index-rddkh-box:nth-child(even) {
        margin-right: 0;
    }

    .index-rddkj-head {
        font-size: 37px;
    }

    /* footer */
    .footer {
        padding: 78px 10px 0;
    }

    .footer .footer-left dl {
        margin-bottom: 15px;
    }

    /* 内部导航 */
    .subNav ul {
        margin: 0 10px;
        padding: 0 10px;
    }

    .subNav li {
        font-size: 14px;
        line-height: 1.2;
    }

    .subNav a {
        padding: 10px 0;
    }

    .subNav.research-subNav a {
        width: 84px;
    }

    .subNav.jobs-subNav a {
        width: 100%;
    }

    /* 服务产品内容区域 */
    .service-container {
        padding: 27px 10px;
    }

    .service-container .img-box {
        display: none;
    }

    .service-container .content-r {
        width: 100%;
        margin-left: 0;
    }

    /* 中间区域 */
    .rdd-centerbox {
        padding: 30px 25px 40px
    }

    /* 人多多内容区域 */
    .rdd-container {
        padding: 55px 0 0;
    }

    .rdd-container .img-right .wenzi,
    .rdd-container .img-left .wenzi {
        left: 5%;
    }

    /* 员工中心内容区域 */
    .ygzx-container li {
        width: 100%;
        margin-right: 0;
        min-height: auto;
    }

    .ygzx-bottom .wenzi {
        width: 100%;
        padding: 0 0 50px 0;
    }

    .ygzx-bottom .wenzi dl {
        width: auto;
    }

    .ygzx-bottom .wenzi .dt-01 {
        font-size: 28px;
    }

    .ygzx-bottom .wenzi dd {
        font-size: 13px;
    }

    .ygzx-bottom .img-box {
        width: 100%;
        text-align: center;
    }

    .ygzx-bottom .img-box img {
        width: 100%;
    }

    /* 关于我们内容区域 */
    .aboutus-container .section-02 .wenzi-left h2 {
        margin: 0 0 15px;
        width: 100%;
        text-align: center;
    }

    .aboutus-container .section-02 .wenzi-left .ps {
        margin: 10px;
    }

    .aboutus-container .section-02 .wenzi-left p.red {
        width: 70px;
        font-size: 17px;
    }

    .aboutus-container .section-02 .wenzi-left p {
        font-size: 15px;
    }

    .aboutus-container .section-04 dl {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }

    /* 工作机会内容区域 */
    .jobs-container li {
        width: 100%;
        margin: 0 0 17px !important;
    }

    /* 慧博动态区域内容 */
    /* .news-container li {width: 100%; margin-right: 0;} */
    .news-container .img-box {
        display: none;
    }

    .news-container .fr {
        width: 100%;
    }

    /* 慧博研究院区域内容 */
    .research-subHeader .img-box {
        display: none;
    }

    .research-subHeader .wenzi-box {
        width: 100%;
    }

    .research-left-nav dt,
    .research-left-nav dd {
        width: 100% !important;
    }

    .research-container_1 .dec {
        margin: 7px 0 10px;
    }

    .pay_container {
        padding: 20px;
        margin-left: -120px;
        margin-top: -185px;
        width: 200px;
    }

    .pay_container p {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .pay_container .img {
        width: 200px;
        height: 239px;
        background-size: 200px 239px;
    }

    /* 职业课堂内容区域 */
    .zykt-container .kc-section .layui-icon {
        display: none;
    }

    .zykt-container .ul-box {
        width: 100%;
    }

    .zykt-container .kc-ul {
        width: 100%;
    }

    .zykt-container .kc-ul li {
        width: 100%;
    }

    /* 荣誉资质 */
    .honor-wenzi .fl,
    .honor-wenzi .fr {
        width: 100%;
    }

    .honor-ul::before {
        left: 0;
        right: 0;
    }

    .honor-ul li {
        width: 100%;
    }

    /* 社会责任 */
    .shzr-container .img-box div {
        width: 100%;
        margin-right: 0;
    }

    /* 加入我们 */
    .joinus-container .layui-colla-title {
        padding: 0 15px;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }

    .joinus-container .layui-colla-content {
        padding: 0 15px;
    }

    .joinus-container .layui-colla-content .content-title {
        font-size: 22px;
        line-height: 22px;
    }

    .joinus-container .layui-colla-icon {
        right: 15px;
    }

    /* 慧博党建 */
    .hbdj-container .left-nav {
        width: 100%;
    }

    .hbdj-container .right-container {
        width: 100%;
    }

    .hbdj-container .left-nav dt.h2,
    .hbdj-container .left-nav dt.h3 {
        display: none;
    }

    .hbdj-container .left-nav dt,
    .hbdj-container .left-nav dd {
        float: left;
        width: 50%;
        height: 40px;
        margin-left: -1px;
        background-color: transparent;
        font-size: 14px;
        line-height: 40px;
        font-weight: initial;
    }

    /* 党费申报 */
    .dfsb-login {
        width: 100%;
    }

    .dfsb-login .layui-form-item {
        margin: 25px 30px 0;
    }

    .dfsb-cx-search {
        width: 250px;
        height: 90px;
    }

    .dfsb-cx-search .name-box {
        width: 100%;
        padding-left: 40px;
    }
}