/*关于我们背景图*/
.about-bg {
    background: url("../png/about-bg.png")top center no-repeat;
    background-size: 100% auto;
    /*margin-top: 70px;*/
}

/*线*/
.about-bg .fn-line {
    margin-top: 22%;
    border: 3px solid #fff;
}

.about-bg .fn {
    width: 90%;
    margin: 5% auto;
    background: #fff;
    box-shadow: 2px 2px 5px 2px #eee;
}

.fn-about {
    padding: 6% 0 10% 0;
    height: 30px;
}

.fn p {
    font-size: 22px;
    color: #24253a;
}

.fn .font-color,
.team-title .font-color,
.fn-about .font-color {
    color: #b4b4b4;
    font-size: 12px;
    padding: 5px 0 5px 0;
}

.introduce {
    margin-left: -12%;
    padding-right: 5%;
}

.introduce p {
    color: #24253a;
    font-size: 14px;
    margin-bottom: 30px;
}

/*线*/
.fn-downline {
    height: 2px;
    background: #4285f4;
    width: 41px;
    position: relative;
    margin: 0 auto
}

/*企业文化*/
.corprorate {
    background: #24253a;
}

.corprorate p {
    color: #fff;
    font-size: 20px;
}

.corprorate span {
    color: #fff;
    font-size: 12px;
}

.corprorate {
    color: #fff;
    font-size: 14px;
}

.item-down p {
    margin-top: 15%;
}

/*企业文化小组*/
.culture-item {
    padding: 22px 13px;
    border-radius: 10px;
    cursor: pointer;
}

/*鼠标移入效果*/
.culture-item:hover {
    padding: 22px 13px;
    box-shadow: 1px 1px 10px 1px #fff;
    border-radius: 10px;
}

.culture-item-margin {
    margin-bottom: 8%;
}

/*小组里的细线*/
.fn-downline-item {
    height: 2px;
    background: #4285f4;
    width: 41px;
    position: relative;
}

/*精英团队*/
.team-title p {
    color: #24253a;
    font-size: 22px;
}

/*精英团队背景*/
.elite-team-bg {
    background: url("../png/team-bg.png") top center no-repeat;
    background-size: 100%;
}

/*轮播图*/
.swiper-container {
    width: 100%;
    /*height: 456px;*/
    margin: 5% auto;
}

.swiper-slide {
    width: 200px;
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.swiper-slide {
    width: 20% !important;
    height: 92% !important;
    margin: 0px 7% !important;
}

/*左箭头*/
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("../png/left.png");
    background-size: 100% auto;
    left: 10px;
    right: auto;
}

/*右箭头*/
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("../png/right-2.png");
    background-size: 100% auto;
    right: 10px;

}

.elite-warp {
    margin: 2% auto;
}

/*加入我们*/
.join {
    margin-bottom: 8%;
}

.work-bg {
    background: #24253a;
    color: #fff;
    margin: 0 17%;
}

.fn-join {
    padding: 1% 0% 6% 0;
    height: 30px;
}

.join-us-title {
    border-bottom: 1px solid #7b7c91;
    padding: 14% 0;
    text-align: center;
    margin-top: 20px;
}

.work-en {
    color: #7b7c91;
    font-size: 12px;
}

/*马上加入*/
.immediately {
    border-left: 1px solid #7b7c91;
    text-align: center;
}

.fn-pd20 .city,
.fn-pd20 .immediately {
    padding: 20px 0;
    width: 50%;
    float: left;
}

/*按钮效果*/
.fn-join-btn {
    color: #fff;
    background-color: #4285f4;
    border-color: #4285f4;
    padding: 5px 16px;
    border-radius: 10px;
}

/*遮罩*/
.mask {
    position: absolute;
    /* top: 16%; */
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.mask span {
    color: #fff;
    display: inline-block;
    width: 100%;
    position: relative;
    top: 50%;
}

/*控制显示和隐藏*/
.swiper-wrapper .swiper-slide:hover .mask {
    display: block;
}
/*尾部*/
.footer-bg{
    background: #24253a;
}
/*关于我们页面手机端*/
@media (max-width: 768px){
    .col-md-offset-2{
        margin-top: 40px;
    }
    .introduce p{
        margin-left: 15%;
        margin-top: 5%;
    }

}
