﻿body {
    font-size: 14px;
    position:relative;
}
.top{
    position:relative;
    z-index:9;
    background:#fff;
}
.top .tab {
    text-align: right;
    height: 30px;
    line-height: 30px;
    padding: 30px 0;
    margin-bottom:0;
}

.tab li {
    display: inline-block;
    cursor: pointer;
    width: 150px;
    text-align: center;
}

    .tab li:first-child {
        border-right: 1px solid #ccc;
    }

.cur {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.sliderk {
    display: none;
    width: 100%;
}

#container {
    width: 100%;
    height: 500px;
}

.swiper-container {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 1000px;
    height: 360px;
}

.swiper-wrapper {
    height: 300px;
}

.bg1 {
    height: 500px;
    width: 100%;
    background: url('../../Content/pc-imgs/joinus.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.swiper-slide {
    position: relative;
    background: #434a67;
}

.neibox {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
}

    .neibox .iconfont {
        font-size: 40px;
    }

    .neibox .cxleft {
        float: left;
    }

    .neibox .cxright {
        float: right;
    }

.bt {
    position: absolute;
    top: 280px;
    right: 20%;
}

.tit {
    font-size: 50px;
    font-weight: 700;
}

.eng {
    font-size: 20px;
    color: #333;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.shou {
    height: 40px;
}

    .shou div {
        float: left;
        width: 25%;
        background: #434a67;
        color: #fff;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

.zhaopin li {
    cursor: pointer;
}

    .zhaopin li .zong {
        width: 100%;
        overflow: hidden;
    }

        .zhaopin li .zong div {
            float: left;
            width: 25%;
            height: 40px;
            line-height: 40px;
            text-align: center;
        }

    .zhaopin li:hover {
        background: #f1f4fb;
    }

.dianji {
    display: inline-block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.xuanzhuan1 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -moz-transform: rotate(90deg); /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    -o-transform: rotate(90deg); /* Opera */
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.zhaopin li .detail {
    display: none;
    width: 100%;
    background: #fcfcfc;
    padding: 10px 0;
}

    .zhaopin li .detail .yikuai {
        padding: 10px 40px;
    }

.bgcolor {
    background: #f1f4fb;
}

.zhaopin li .detail p {
    margin-bottom: 0;
}

.zhaopin li .detail .tit2 {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.zhaopin li .detail .fangkuai {
    display: inline-block;
    width: 5px;
    height: 14px;
    background: #de465f;
    vertical-align: middle;
    margin-right: 5px;
}

.tab2 li {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    background: #bcbcbc;
    width: 150px;
    cursor: pointer;
}

.sliderk2 {
    display: none;
}

.zhaopinlan {
    width: 1200px;
    margin: 20px auto;
    text-align: right;
}

.on {
    display: block;
}

.tab2 .cur2 {
    background: #0857a6;
}
.bottom1{
    padding:10px 40px;
}
.btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #0857a6;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
.btn:hover{
    color:#fff;
}
#jrwm{
margin-top:-150px;
}