/* index-slide start */

.index-slide {
    position: relative;
}

.index-slide-inner {
    width: 100%;
    /* height: 477px; */
}

.index-slide-inner img {
    width: 100%;
    /* min-height: 477px; */
    display: block;
}

.index-slide-inner .index-slide-pagination {
    position: absolute;
    bottom: 64px !important;
    z-index: 1;
    text-align: center;
}

.index-slide-pagination .swiper-pagination-bullet {
    width: 57px;
    height: 8px;
    opacity: 1;
    border-radius: 0;
    background: #fff;
}

.index-slide-pagination .swiper-pagination-bullet-active {
    background: #2195e7;
}


/* 公告 */

.index-Notice {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
}

.index-Notice-inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.index-Notice-title {
    color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
}

.index-Notice-title span {
    margin-right: 10px;
    font-size: 18px;
}

.index-Notice-title p {
    margin-right: 10px;
    font-size: 16px;
}

.index-Notice-itme {
    padding-top: 10px;
}

.index-Notice-swiper {
    width: 500px;
    height: 30px;
}

.index-Notice-swiper a {
    color: #fff;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.index-Notice-swiper p {
    width: 320px;
    flex-shrink: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-Notice-swiper a span {
    width: 100%;
    text-align: right;
    padding-right: 40px;
}

.Notice-button-prev {
    position: absolute;
    z-index: 2;
    width: 30px;
    top: 0;
    right: 0;
    outline: none;
    cursor: pointer;
    text-align: center;
}

.Notice-button-next {
    position: absolute;
    z-index: 2;
    width: 30px;
    bottom: 0;
    right: 0;
    outline: none;
    cursor: pointer;
    text-align: center;
}

.Notice-button-prev span,
.Notice-button-next span {
    color: #fff;
}


/* index-slide end */


/* 新闻 start */

.index-center {
    background: url(/public/img/news-bg.jpg) no-repeat bottom center;
    background-size: 100% auto;
    /* padding-bottom: 80px; */
    padding-bottom: 20px;
}

.index-NEWS-inner {
    width: 1200px;
    margin: 0 auto;
}

.NEWS {
    position: relative;
    width: 715px;
    height: 470px;
    overflow: hidden;
}

.NEWS h1.title {
    color: #484848;
    font-weight: bold;
    font-size: 20px;
    padding: 40px 0 35px;
}

.NEWS h1.title p {
    color: #d9d9d9;
    display: inline-block;
    font-weight: normal;
    margin-left: 12px;
    text-transform: uppercase;
}

.NEWS .news-tab {
    position: relative;
    background: #f0f0f0;
    margin-bottom: 27px;
}

.NEWS ul.tab-ul {
    display: flex;
}

.NEWS ul.tab-ul li {
    color: #2195e7;
    width: 140px;
    height: 55px;
    cursor: pointer;
    text-align: center;
    line-height: 55px;
}

.NEWS ul.tab-ul li.active {
    color: #fff;
    background: #2195e7;
}

.NEWS .tager_link {
    position: absolute;
    top: 0;
    right: 30px;
    width: 140px;
    height: 55px;
    text-align: right;
    line-height: 55px;
    color: #999999;
    font-size: 12px;
    display: none;
}

.news-box {
    position: absolute;
    left: 0;
    width: 715px;
    opacity: 0;
}

.news-box.active {
    z-index: 1;
    opacity: 1;
}

.NEWS .news-Roof {
    height: 97px;
    margin-bottom: 10px;
}

.NEWS .Roof-title {
    color: #2195e7;
    font-size: 30px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.NEWS .Roof-key {
    height: 52px;
    color: rgba(187, 187, 187, 1);
    line-height: 26px;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/* 热门新闻 */

.news-popular-swiper {
    width: 278px;
    height: 185px;
    z-index: 10 !important;
}

.news-popular-swiper .swiper-slide {
    height: 185px;
}

.news-popular-swiper .swiper-slide img {
    width: 100%;
}

.news-popular-swiper .news-popular-pagination {
    bottom: 7px !important;
    width: auto !important;
    left: 70% !important;
    outline: none;
    background: rgba(0, 0, 0, 0);
}

.news-popular-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    opacity: 1;
    outline: none;
    border-radius: 50%;
    background: #fff;
    transition: all 0.5s;
}

.news-popular-pagination .swiper-pagination-bullet-active {
    width: 19px;
    border-radius: 10px;
    background: #e71f1a;
}

.news-popular-swiper a {
    position: relative;
    display: block;
    height: 185px;
}

.news-popular-text {
    position: absolute;
    width: 100%;
    padding: 10px 10px;
    bottom: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.7);
}

.news-popular-text p {
    width: 50%;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 新闻列表 */

.NEWS .news-list {
    width: 380px;
}

.content_7 {
    width: 380px;
    height: 180px;
    padding: 10px 0;
    overflow: hidden;
}

.content_8 {
    width: 360px;
    height: 180px;
    padding: 10px 0;
    overflow: hidden;
    margin-left: 57px;
}

.NEWS .news-list a {
    color: #2f373a;
    font-size: 14px;
    line-height: 30px;
    display: block;
    text-align: justify;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.NEWS .news-list li:hover a {
    color: #2195e7;
}

/* 新闻 end */


/* 业务方位 start */
.business {
    width: 399px;
}

.business h1.title {
    color: #484848;
    font-weight: bold;
    font-size: 20px;
    padding: 40px 0 35px;
}

.business h1.title p {
    color: #d9d9d9;
    display: inline-block;
    font-weight: normal;
    margin-left: 12px;
    text-transform: uppercase;
}

.business-itmes {
    position: relative;
    width: 399px;
    height: 416px;
    overflow: hidden;
}

.business-itmes .N li {
    position: relative;
    float: left;
    width: 180px;
    overflow: hidden;
    zoom: 1;
    cursor: pointer;
    background: #dcf0ff;
    margin-bottom: 30px;
    transition: all 0.5s;
}

.business-itmes .N li>img {
    display: none;
}

.business-itmes .N li .business-itmes-img {
    width: 38px;
    height: 38px;
    float: left;
    padding: 18px 0;
    margin-left: 8px;
    transition: all 0.8s;
}

.business-itmes .N li .business-itmes-img img {
    width: 100%;
}

.business-itmes li p {
    float: left;
    color: #676767;
    font-size: 16px;
    line-height: 74px;
    margin-left: 5px;
}

.business-itmes .N li:nth-child(even) {
    margin-left: 39px;
}

.business-itmes .N li:hover {
    background: #2195e7;
}

.business-itmes .N li:hover p {
    color: #fff;
}

.business-itmes .N li:nth-child(1) .business-itmes-img {
    background: url(/public/img/1-1.png) no-repeat center;
}

.business-itmes .N li:nth-child(2) .business-itmes-img {
    background: url(/public/img/2-1.png) no-repeat center;
}

.business-itmes .N li:nth-child(3) .business-itmes-img {
    background: url(/public/img/3-1.png) no-repeat center;
}

.business-itmes .N li:nth-child(4) .business-itmes-img {
    background: url(/public/img/4-1.png) no-repeat center;
}

.business-itmes .N li:nth-child(5) .business-itmes-img {
    background: url(/public/img/5-1.png) no-repeat center;
}

.business-itmes .N li:nth-child(6) .business-itmes-img {
    background: url(/public/img/6-1.png) no-repeat center;
}

.business-itmes .N li:nth-child(7) .business-itmes-img {
    background: url(/public/img/7-1.png) no-repeat center;
}

.business-itmes .N li:nth-child(8) .business-itmes-img {
    background: url(/public/img/8-1.png) no-repeat center;
}

.business-itmes .N li:nth-child(1):hover .business-itmes-img {
    background: url(/public/img/1.png) no-repeat center;
}

.business-itmes .N li:nth-child(2):hover .business-itmes-img {
    background: url(/public/img/2.png) no-repeat center;
}

.business-itmes .N li:nth-child(3):hover .business-itmes-img {
    background: url(/public/img/3.png) no-repeat center;
}

.business-itmes .N li:nth-child(4):hover .business-itmes-img {
    background: url(/public/img/4.png) no-repeat center;
}

.business-itmes .N li:nth-child(5):hover .business-itmes-img {
    background: url(/public/img/5.png) no-repeat center;
}

.business-itmes .N li:nth-child(6):hover .business-itmes-img {
    background: url(/public/img/6.png) no-repeat center;
}

.business-itmes .N li:nth-child(7):hover .business-itmes-img {
    background: url(/public/img/7.png) no-repeat center;
}

.business-itmes .N li:nth-child(8):hover .business-itmes-img {
    background: url(/public/img/8.png) no-repeat center;
}

.business-itmes .N li:nth-child(2) .business-itmes-img {
    background: url(/public/img/2-1.png) no-repeat center;
}

.business-itmes .N li:nth-child(3) .business-itmes-img {
    background: url(/public/img/3-1.png) no-repeat center;
}

.business-itmes .N li:nth-child(4) .business-itmes-img {
    background: url(/public/img/4-1.png) no-repeat center;
}

.business-itmes .N li:nth-child(5) .business-itmes-img {
    background: url(/public/img/5-1.png) no-repeat center;
}

.business-itmes .N li:nth-child(6) .business-itmes-img {
    background: url(/public/img/6-1.png) no-repeat center;
}

.business-itmes .N li:nth-child(7) .business-itmes-img {
    background: url(/public/img/7-1.png) no-repeat center;
}

.business-itmes .N li:nth-child(8) .business-itmes-img {
    background: url(/public/img/8-1.png) no-repeat center;
}

.business-itmes .N li.active {
    background: #2195e7;
}

.business-itmes .N li.active p {
    color: #fff;
}

.business-itmes .N li.active:nth-child(1) .business-itmes-img {
    background: url(/public/img/1.png) no-repeat center;
}

.business-itmes .N li.active:nth-child(2) .business-itmes-img {
    background: url(/public/img/2.png) no-repeat center;
}

.business-itmes .N li.active:nth-child(3) .business-itmes-img {
    background: url(/public/img/3.png) no-repeat center;
}

.business-itmes .N li.active:nth-child(4) .business-itmes-img {
    background: url(/public/img/4.png) no-repeat center;
}

.business-itmes .N li.active:nth-child(5) .business-itmes-img {
    background: url(/public/img/5.png) no-repeat center;
}

.business-itmes .N li.active:nth-child(6) .business-itmes-img {
    background: url(/public/img/6.png) no-repeat center;
}

.business-itmes .N li.active:nth-child(7) .business-itmes-img {
    background: url(/public/img/7.png) no-repeat center;
}

.business-itmes .N li.active:nth-child(8) .business-itmes-img {
    background: url(/public/img/8.png) no-repeat center;
}

.business-sect {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: scale3d(0, 0, 0);
    -webkit-transform: scale3d(0, 0, 0);
    transition: all 0.5s;
}

.business-sect.active {
    transition: all 0.5s;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
}

.business-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    border: 1px solid #fff;
}

.business-sect-title {
    background: #2195e7;
    padding: 8px 0;
}

.business-sect-img {
    margin-left: 10px;
    width: 35px;
    height: 35px;
}

.business-sect-img img {
    width: 100%;
}

.business-sect-title p {
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    margin-top: 10px;
}

.business-sect-main li {
    width: 50%;
    height: 61px;
    line-height: 61px;
    text-align: center;
    float: left;
    background: #f0f0f2;
    transition: all 0.5s;
}

.business-sect-main li a {
    color: #666;
    font-size: 14px;
    display: block;
    transition: all 0.3s;
}

.business-sect-main li:nth-child(1),
.business-sect-main li:nth-child(4),
.business-sect-main li:nth-child(5),
.business-sect-main li:nth-child(8),
.business-sect-main li:nth-child(9),
.business-sect-main li:nth-child(12) {
    background: #d4edff;
}

.business-sect-main li:hover {
    background: #ffbe1d;
}

.business-sect-main li:hover a {
    color: #fff;
}


/* 业务方位 end */


/* 项目动态 start */

.index-project-inner {
    width: 1200px;
    margin: 0 auto;
}

.project-dynamic-main {
    position: relative;
}

.project-dynamic h1.title {
    color: #484848;
    font-weight: bold;
    font-size: 20px;
    padding: 40px 0 35px;
}

.project-dynamic h1.title p {
    color: #d9d9d9;
    display: inline-block;
    font-weight: normal;
    margin-left: 12px;
    text-transform: uppercase;
}

.project-dynamic h1.title a {
    float: right;
    color: #999;
    font-size: 12px;
    width: 100px;
    text-align: right;
    margin-right: 20px;
    font-weight: normal;
    line-height: 20px;
}

.content_1 ul {
    padding-top: 50px;
}

.content_1 li {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
}

.content_1 li::after {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: block;
    clear: both;
    width: 6px;
    height: 5px;
    background: url(/public/img/proje.png);
}

.content_1 li:nth-child(odd) {
    background: #dcf0ff;
    /* background: #bee1fb; */
}

.content_1 li:nth-child(even) {
    background: #f5f5f5;
}

.content_1 li a {
    font-size: 14px;
    display: flex;
    color: #e71f1a;
    font-weight:bold;
    justify-content: space-between;
    align-items: center;
}

.content_1 li:hover .project-name-01 {
    color: #2195e7;
}
.content_1 li:hover .project-name-02 {
    color: #2195e7;
}
.content_1 li:hover .project-name-03 {
    color: #2195e7;
}


/* .content_1 li:nth-child(odd) a {
    color: #666666;
}

.content_1 li:nth-child(even) a {
    color: #666666;
} */

.content_1 li .project-name-01,
.content_1 li .project-name-02 {
    width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-shrink: 0;
    margin-right: 30px;
}

.content_1 li .project-name-03 {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content_01_flup {
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    color: #1e80ff;
}

.content {
    overflow: auto;
}

.content_1 {
    width: 715px;
    height: 380px;
    overflow: hidden;
    border-top: 1px dashed rgba(255, 255, 255, 0.15);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}

.content_1-title {
    position: absolute;
    z-index: 2;
    top: 0;
    color: #999;
    font-size: 14px;
    width: 95%;
    padding: 0 20px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    line-height: 50px;
    background: #fff;
}

.content-title-01,
.content-title-02 {
    width: 230px;
    flex-shrink: 0;
    margin-right: 30px;
}

.content-title-03 {
    width: 100%;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    width: 8px !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #ffbe1d !important;
    width: 100% !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 100% !important;
    background: #ebebeb !important;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #ffbe1d !important;
}


/* 项目成果 */

.project-success h1.title {
    color: #484848;
    font-weight: bold;
    font-size: 20px;
    padding: 40px 0 35px;
    margin-bottom: 47px;
}

.project-success h1.title p {
    color: #d9d9d9;
    display: inline-block;
    font-weight: normal;
    margin-left: 12px;
    text-transform: uppercase;
}

.project-success h1.title a {
    float: right;
    color: #999;
    font-size: 12px;
    width: 100px;
    text-align: right;
    margin-right: 20px;
    font-weight: normal;
    line-height: 20px;
}

.content_2 {
    width: 416px;
    height: 330px;
    overflow: hidden;
    border-top: 1px dashed rgba(255, 255, 255, 0.15);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}

.content_2 li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #e8e8e8;
}

.content_2 .project-success-img {
    width: 160px;
    height: 100px;
    overflow: hidden;
}

.content_2 .project-success-img img {
    width: 100%;
}

.content_2 .project-success-title {
    width: 210px;
}

.content_2 .project-success-name {
    color: #000;
    font-size: 15px;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content_2 .project-success-key {
    color: #333;
    line-height: 21px;
    font-size: 13px;
    text-indent: 26px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.project-download {
    width: 1200px;
    margin: 0 auto;
    padding: 12px 0;
}

.project-download li {
    float: left;
    margin-right: 12px;
}

.project-download li a {
    display: flex;
    align-items: center;
    color: #2195e7;
    font-size: 14px;
    font-weight: bold;
}

.project-download li a img {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    margin-right: 12px;
}


/* 项目动态 项目成果 start */


/* 我要发布 人才招聘 start */

.index-Release {
    background: url(/public/img/fb.jpg) no-repeat bottom center;
}

.index-Release-inner {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.index-Release-me {
    width: 715px;
}

.index-Release-me h1.title,
.index-Release-recruit h1.title {
    color: #484848;
    font-weight: bold;
    font-size: 20px;
    padding: 40px 0 35px;
}

.index-Release-me h1.title p,
.index-Release-recruit h1.title p {
    color: #d9d9d9;
    display: inline-block;
    font-weight: normal;
    margin-left: 12px;
    text-transform: uppercase;
}

.index-Release-me-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 34px;
}

.index-Release-me-tab ul {
    display: flex;
}

.index-Release-me-tab ul li {
    position: relative;
    color: #333333;
    font-size: 16px;
    width: 96px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    border-radius: 3px;
}

.index-Release-me-tab ul li.active {
    background: #2195e7;
    color: #fff;
}

.index-Release-me-tab ul li.active::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    display: block;
    clear: both;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #2195e7 transparent transparent transparent;
}

.index-Release-me-tab a {
    color: #999;
    font-size: 14px;
    display: none;
}

.index-Release-me-main {
    width: 100%;
}

.me-main-login {
    width: 190px;
}

.me-main-login .Release-btn {
    width: 100%;
    height: 120px;
    display: block;
    color: #fff;
    font-size: 20px;
    background: #ffbe1d;
    text-align: center;
    line-height: 120px;
    border-radius: 5px;
    margin-bottom: 27px;
}

.me-main-login ul {
    display: flex;
    justify-content: space-between;
}

.me-main-login li {
    width: 90px;
    height: 42px;
    line-height: 42px;
    background: #db552d;
    text-align: center;
    border-radius: 5px;
}

.me-main-login li a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.me-main-login li.rejest {
    background: #1e80ff;
}

.me-main-box {
    width: 470px;
    overflow: hidden;
}

.me-main-tran {
    position: relative;
    width: 940px;
    height: 275px;
    transition: all 0.8s;
}

.fbcove {
    position: absolute;
    left: 0;
    width: 470px;
    height: 275px;
    opacity: 0;
}

.equipment {
    z-index: 1;
    opacity: 1;
}

.content_3,
.content_6 {
    width: 470px;
    height: 275px;
    overflow: hidden;
}

.me-main-box li {
    position: relative;
    padding-left: 20px;
}

.me-main-box li::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: '';
    display: block;
    clear: both;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #969696;
}

.me-main-box li a {
    display: flex;
    justify-content: space-between;
    line-height: 36px;
}

.me-main-box li a .me-main-box-name {
    color: #666;
    font-size: 14px;
    width: 265px;
    flex-shrink: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.me-main-box li a .me-main-box-timer {
    color: #999999;
    font-size: 14px;
}

.me-main-box li:hover .me-main-box-name {
    color: #2195e7;
}
.me-main-box li:hover .me-main-box-timer {
    color: #2195e7;
}


/* 人才招聘 */

.index-Release-recruit {
    width: 425px;
    height: 447px;
    overflow: hidden;
}

.index-Release-recruit-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.index-Release-recruit-tab ul {
    display: flex;
}

.index-Release-recruit-tab ul li {
    color: #333333;
    font-size: 16px;
    width: 96px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    border-radius: 3px;
    margin-right: 10px;
}

.index-Release-recruit-tab ul li:nth-child(1){
    background: url(/public/img/shzp.gif) no-repeat center;
    background-size: 80% auto;
}
.index-Release-recruit-tab ul li:nth-child(2){
    background: url(/public/img/xyzp.gif) no-repeat center;
    background-size: 80% auto;
}
/* 
.index-Release-recruit-tab ul li.active {
    color: #fff;
    background: #2195e7;
} */

.index-Release-recruit-tab a {
    color: #999;
    font-size: 14px;
    display: none;
    margin-right: 48px;
}

.index-Release-recruit-items {
    display: flex;
    color: #999;
    font-size: 14px;
    padding: 20px 0;
}

.index-Release-recruit-items .tab-list-01,
.index-Release-recruit-items .tab-list-02 {
    width: 150px;
    flex-shrink: 0;
    text-indent: 20px;
}

.index-Release-recruit-items .tab-list-03 {
    width: 100%;
    text-align: center;
    /* flex-shrink: 0; */
}


/* .index-Release-recruit-items .tab-list-04 {
    width: 100%;
    margin-left: 40px;
    text-indent: 14px;
} */

.content_4,
.content_5 {
    width: 100%;
    height: 245px;
    overflow: hidden;
}

.index-Release-recruit-box {
    position: relative;
    height: 420px;
    transition: all 0.8s;
    transform: translateX(0);
}

.recruitTab {
    position: absolute;
    display: block;
    float: left;
    width: 420px;
    margin-right: 20px;
    opacity: 0;
}

.recruitTabonw {
    z-index: 1;
    opacity: 1;
}

.index-Release-recruit-box li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
}

.index-Release-recruit-box li::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: '';
    display: block;
    clear: both;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #969696;
}

.index-Release-recruit-box li a {
    display: flex;
    color: #666666;
    font-size: 14px;
    line-height: 25px;
}

.index-Release-recruit-box li .recruit-01,
.index-Release-recruit-box li .recruit-02 {
    width: 150px;
    flex-shrink: 0;
}

.index-Release-recruit-box li .recruit-03 {
    width: 100%;
    text-align: center;
    /* flex-shrink: 0; */
}

.index-Release-recruit-box li:hover .recruit-01{
    color: #2195e7;
}
.index-Release-recruit-box li:hover .recruit-02{
    color: #2195e7;
}
.index-Release-recruit-box li:hover .recruit-03{
    color: #2195e7;
}

/* .index-Release-recruit-box li .recruit-04 {
    width: 100%;
    margin-left: 40px;
} */


/* 我要发布 人才招聘 end */


/* 合作单位 start */

.index-cooperation-inner {
    width: 1200px;
    margin: 0 auto 70px;
}

.index-cooperation-inner h1.title {
    color: #484848;
    font-weight: bold;
    font-size: 20px;
    padding: 40px 0 35px;
}

.index-cooperation-inner h1.title p {
    color: #d9d9d9;
    display: inline-block;
    font-weight: normal;
    margin-left: 12px;
    text-transform: uppercase;
}

.cooperation-swiper-box {
    position: relative;
}

.index-cooperation-swiper {
    width: 1066px;
    height: 80px;
    margin: 0 auto;
}

.index-cooperation-swiper .swiper-slide {
    height: 80px;
    overflow: hidden;
}

.index-cooperation-swiper .swiper-slide a {
    display: block;
}

.index-cooperation-swiper .swiper-slide img {
    width: 100%;
}

.cooperation-button-prev,
.cooperation-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    outline: none;
    cursor: pointer;
    display: flex;
}

.cooperation-button-next {
    right: 0;
}

.cooperation-button-prev span,
.cooperation-button-next span {
    font-size: 50px;
    font-weight: bold;
    display: block;
    color: #ebebeb;
}

.cooperation-button-prev span {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -moz-transform: rotate(-90deg);
    /* Firefox */
    -webkit-transform: rotate(-90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-90deg);
}

.cooperation-button-next span {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -moz-transform: rotate(-90deg);
    /* Firefox */
    -webkit-transform: rotate(-90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-90deg);
}

.cooperation-button-prev:hover span,
.cooperation-button-next:hover span {
    color: #ffbe1d;
}


/* 合作单位 end */


/* 关于我们 start */

.index-about-inner {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 70px;
}

.index-about-Honor {
    width: 700px;
}

.index-about-Honor h1.title {
    color: #484848;
    font-weight: bold;
    font-size: 20px;
    padding: 40px 0 35px;
}

.index-about-Honor h1.title p {
    color: #d9d9d9;
    display: inline-block;
    font-weight: normal;
    margin-left: 12px;
    text-transform: uppercase;
}

.index-about-Hono-name {
    position: relative;
    float: left;
    width: 95px;
    height: 42px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    border-radius: 5px;
    background: #2195e7;
    margin-bottom: 30px;
}

.index-about-Hono-name::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    display: block;
    clear: both;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #2195e7 transparent transparent transparent;
}

.index-about-Honor-head a {
    float: right;
    color: #999999;
    font-size: 12px;
}

.index-about--box {
    position: relative;
}

.index-about-swiper {
    width: 610px;
    margin: 0 auto;
    min-height: 135px;
}

.index-about-swiper .swiper-slide .index-about-img {
    width: 100%;
    height: 135px;
    overflow: hidden;
}

.index-about-swiper img {
    display: block;
    border: 1px solid #e5e5e5;
    width: 99%;
    margin: 0 auto;
}

.index-about-swiper .swiper-slide p {
    text-align: center;
    color: #333333;
    font-size: 13px;
    height: 35px;
    padding-top: 5px;
}

.Honor-button-next,
.Honor-button-prev {
    position: absolute;
    outline: none;
    top: 34%;
    cursor: pointer;
    transform: translateY(-50%);
}

.Honor-button-next {
    right: 0;
}

.Honor-button-next span,
.Honor-button-prev span {
    color: #a4a4a4;
    font-size: 40px;
    display: block;
}

.Honor-button-prev span {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.Honor-button-next span {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}


/* 公司简介 */

.index-about-We {
    width: 425px;
    padding-top: 47px;
}

.index-about-We-name {
    position: relative;
    float: left;
    width: 95px;
    height: 42px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    border-radius: 5px;
    background: #2195e7;
    margin-bottom: 30px;
}

.index-about-We-name::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    display: block;
    clear: both;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #2195e7 transparent transparent transparent;
}

.index-about-We-head a {
    float: right;
    color: #999999;
    font-size: 12px;
}

.index-about-center {
    text-align: justify;
    height: 266px;
    overflow: hidden;
}

.index-about-center img {
    max-width: 100%;
}

.index-about-center p {
    color: #666666;
    font-size: 14px;
    line-height: 28px;
}


/* 公司简介 end */


/* header start */

.header-index-inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding-top: 28px;
    padding-bottom: 87px;
    background: url(/public/img/head-bg.jpg) no-repeat bottom center;
}

.header-index-logo {
    display: inline-block;
    vertical-align: middle;
    width: 630px;
    height: 92px;
}

.header-index-logo img {
    width: 100%;
}

.header-index-search {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-top: 27px;
    margin-left: 205px;
}

.header-index-search input {
    outline: none;
    padding: 0;
    margin: 0;
    color: #d7d7d7;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    text-indent: 15px;
    border-radius: 19px;
    width: 247px;
    border: 1px solid #ffc637;
}

.header-index-login {
    float: right;
}


/* 未登录 */

.md-header-link-login li {
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 0;
    margin-bottom: 12px;
}

.md-header-link-login span {
    color: #333333;
    margin-right: 6px;
    font-size: 14px;
}

.md-header-link-login li:last-child {
    margin: 0;
}

.md-header-link-login li:hover span {
    color: #e7201a;
}


/* logo */

.header-nav {
    width: 100%;
    position: absolute;
    bottom: -58px;
    background: rgba(110, 110, 110, 1);
    border-radius: 5px;
    overflow: hidden;
    z-index: 2;
}

.header-nav li {
    float: left;
    width: 155px;
    height: 40px;
    text-align: center;
    padding-top: 10px;
}

.header-nav li a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 40px;
    width: 80%;
    margin: 0 auto;
}

.header-nav li:first-child {
    width: 114px;
    height: 114px;
    line-height: 114px;
    padding: 0;
}

.header-nav li:first-child a {
    line-height: 114px;
    width: 100%;
}

.header-nav li.active a {
    font-size: 16px;
    font-weight: bold;
    background: #ffbe1d;
}

.header-nav li:hover a {
    font-size: 16px;
    background: #ffbe1d;
    font-weight: bold;
}


/* header end */


/* fiex-call start */

.fiex-call {
    position: fixed;
    right: 0;
    bottom: 100px;
    width: 45px;
    background: rgba(0, 0, 0, 0.8);
}

.flex-Top {
    width: 45px;
    height: 45px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.fiex-call li {
    position: relative;
    height: 45px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.fiex-call li span {
    color: #fff;
}

.fiex-call li .chidrn {
    position: absolute;
    top: 0;
    left: -45px;
    width: 45px;
    height: 45px;
    display: none;
    background: rgba(0, 0, 0, 0.4);
}


/* fiex-call end */


/* footer start */

.footer-nav {
    background: #2b3747;
}

.footer-nav-main {
    width: 1200px;
    margin: 0 auto;
    padding: 34px 0 34px;
}

.footer-nav-main ul {
    width: 880px;
}

.footer-nav-main li {
    float: left;
    min-width: 110px;
    line-height: 30px;
}

.footer-nav-main li:nth-child(1){
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.footer-nav-main li a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 8px 10px 8px 0;
}

.footer-inner {
    background: #273444;
}

.footer-inner-main {
    width: 1200px;
    margin: 0 auto;
    padding: 41px 0 33px;
}

.footer-inner-text {
    width: 410px;
    float: left;
}

.footer-inner-text p {
    line-height: 42px;
    color: rgba(250, 250, 250, 0.7);
    font-size: 14px;
    text-indent: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.footer-inner-text a {
    color: rgba(250, 250, 250, 0.7);
    font-size: 14px;
}

.footer-inner-item {
    position: relative;
    float: left;
    margin-left: 130px;
}

.footer-inner-item::before {
    position: absolute;
    content: '';
    display: block;
    clear: both;
    top: 50%;
    transform: translateY(-50%);
    left: -65px;
    width: 1px;
    height: 70px;
    background: rgba(250, 250, 250, 0.3);
}

.footer-inner-item::after {
    position: absolute;
    right: 0;
    content: '';
    display: block;
    clear: both;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70px;
    right: -65px;
    background: rgba(250, 250, 250, 0.3);
}

.footer-inner-item p {
    line-height: 24px;
    color: rgba(250, 250, 250, 0.7);
    margin-bottom: 18px;
}

.footer-inner-item p.emal span {
    font-size: 14px;
}

.footer-inner-item p span {
    margin-right: 10px;
}

.footer-inner-img {
    float: right;
    margin-top: -65px;
}

.footer-inner-img img {
    margin-bottom: 13px;
    width: 134px;
    height: 134px;
}

.footer-inner-img p {
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.footer-ic {
    background: #1f2d3d;
    border-top: 1px solid #3d4957;
}

.footer-ic-main {
    width: 1200px;
    margin: 0 auto;
    padding: 18px 0;
}

.footer-ic-main p {
    color: rgba(250, 250, 250, 0.7);
    font-size: 14px;
}

.footer-ic-main a {
    color: rgba(250, 250, 250, 0.7);
    font-size: 14px;
}


/* footer end */


/* login */

.cove-model {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.5s;
}

.Login-main {
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    width: 446px;
    height: 348px;
    margin-top: -174px;
    margin-left: -223px;
    background: #fff;
    display: none;
    z-index: 101;
    transition: all 0.5s;
}

.Login-clos {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 102;
    background: url(/public/img/Release-clos.png);
    background-size: 100% auto;
}

.Login-main h1 {
    position: relative;
    text-align: center;
    color: #1894eb;
    font-size: 22px;
    padding: 15px 0;
    margin-bottom: 28px;
    font-weight: normal;
    border-bottom: 1px solid #efefef;
}

.Login-main li {
    overflow: hidden;
    zoom: 1;
    width: 306px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto 23px;
    border: 1px solid #dadada;
}

.Login-main li input {
    height: 36px;
    padding: 0;
    float: left;
    width: 252px;
    border: none;
    outline: none;
    color: #999;
    font-size: 14px;
    padding: 0 0 0 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.Login-name {
    position: relative;
    float: left;
    width: 30px;
    text-align: center;
}

.Login-name::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: block;
    clear: both;
    width: 1px;
    height: 70%;
    background: #dadada;
}

.login-box {
    width: 308px;
    margin: 0 auto;
    padding-top: 30px;
}

.login-btn {
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    border-radius: 4px;
    background: #ffbe1d;
}

.login-items {
    width: 100%;
    padding: 10px 0;
}

.login-items a {
    color: #1894eb;
    font-size: 14px;
}

.login-items a.rz {
    float: right;
}


/* ------------------- */

.Release-main {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    width: 678px;
    height: 486px;
    z-index: 102;
    display: none;
    background: #fff;
}

.Release-main .reject-clos {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 102;
    background: url(/public/img/Release-clos.png);
    background-size: 100% auto;
}

.Release-main h1 {
    position: relative;
    text-align: center;
    color: #1894eb;
    font-size: 22px;
    padding: 15px 0;
    margin-bottom: 28px;
    font-weight: normal;
    border-bottom: 1px solid #efefef;
}

.Release-main .rejust {
    right: 20px;
    color: #999;
    font-size: 14px;
    position: absolute;
    bottom: 32px;
    left: 45%;
}

.Release-main .rejust a {
    color: #1894eb;
}

.Release-main li {
    overflow: hidden;
    zoom: 1;
    height: 36px;
    line-height: 36px;
    margin-bottom: 26px;
}

.Release-main li .register-name {
    width: 175px;
    float: left;
    color: #333333;
    font-size: 14px;
    text-align: right;
}

.Release-main li input {
    float: left;
    height: 34px;
    padding: 0 0 0 10px;
    outline: none;
    border-radius: 3px;
    margin-left: 10px;
    border: 1px solid #dadada;
}

.Release-main li input.call {
    width: 350px;
}

.Release-main li input.Verifi {
    width: 176px;
}

.register-img {
    cursor: pointer;
    float: left;
    width: 157px;
    height: 37px;
    margin-left: 16px;
    overflow: hidden;
}

.register-img img {
    width: 100%;
    height: 100%;
}

.register-img button {
    border: none;
    outline: none;
    width: 100%;
    height: 35px;
    cursor: pointer;
    color: #fffefe;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    border-radius: 3px;
    background: #1894eb;
}

.register-btn {
    color: #ffffff;
    font-size: 14px;
    width: 362px;
    border: none;
    outline: none;
    height: 36px;
    cursor: pointer;
    border-radius: 4px;
    background: #ffbe1d;
    margin-left: 185px;
}
@media screen and (min-width:1200px) and (max-width: 1360px) {
    .header-nav{
        bottom: -36px;
    }

    .header-nav li:first-child {
        width: 114px;
        height: 85px;
        line-height: 85px;
        padding: 0;
    }

    .header-nav li:first-child a {
        line-height: 85px;
    }

    .header-nav li {
        height: 40px;
        padding-top: 0;
    }
 
    .header-nav li a {
        color: #fff;
        display: block;
        font-size: 16px;
        line-height: 40px;
        width: 80%;
        margin: 0 auto;
    }
}
