﻿body {
    background-color: #f6f6f6;
}

.swiper-pagination-bullet-active {
    background: #FF9000;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 2px;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
}

.join_ban img {
    width: 100%;
}

.join_top {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 0;
    display: flex;
    justify-content: space-between;
    /*border-bottom:1px solid #C8C8C8;*/
}

.join_left {
    color: #333333;
    font-size: 22px;
    width: 750px;
}

    .join_left img {
        width: 140px;
        padding-bottom: 30px;
    }

    .join_left p {
        color: #333333;
        font-size: 22px;
        line-height: 36px;
        padding-left: 40px;
        padding-right: 67px;
        margin-bottom: 36px;
    }

.join_right {
    width: 443px;
}

    .join_right img {
        width: 100%;
    }

.join_title {
    text-align: center;
    padding-bottom: 50px;
    padding-top: 46px;
}

    .join_title h2 {
        font-family: "Boulder";
        color: #EDEDED;
        font-size: 105px;
        padding: 0;
        margin: 0;
    }

    .join_title p {
        color: #222222;
        font-size: 36px;
        margin: -50px 0 0;
    }

.join_swiper {
    width: 1250px;
    margin: 0 auto;
    background-color: #f6f6f6;
}

.gallery-top {
    background-color: #fff;
    height:260px;
}

    .gallery-top .swiper-slide {
        padding: 16px 0 25px;
        position: relative;
    }

        .gallery-top .swiper-slide .top_name {
            height: 200px;
            background-color: #E8E8E8;
            display: flex;
            justify-content: center;
            align-items: center;
            border-right: 2px solid #fff;
        }

.top_name p {
    color: #333333;
    font-size: 24px;
    padding: 0 30px;
    margin: 0;
    text-align: center;
}

.top_name .top_name_txt {
    padding: 0 46px;
}

.gallery-top .swiper-slide:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 20px;
    border-style: solid;
    border-color: #FF9000 transparent transparent transparent;
    position: absolute;
    bottom: 4px;
    left: 50%;
    margin-left: -15px;
    opacity: 0;
}

.gallery-top .swiper-slide:before {
    content: '';
    background-color: #f6f6f6;
    position: absolute;
    right: 0px;
    left: 0;
    height: 16px;
    top: 0;
}

.gallery-top .swiper-slide.swiper-slide-thumb-active:after {
    opacity: 1;
}

.gallery-top .swiper-slide.swiper-slide-thumb-active .top_name, .gallery-top .swiper-slide.swiper-slide-thumb-active:before {
    background-color: #FF9000;
    right: 2px;
}

    .gallery-top .swiper-slide.swiper-slide-thumb-active .top_name p {
        color: #fff;
    }

.gallery-thumbs .swiper-slide {
    background-color: #fff;
    padding: 50px 65px;
    padding-top: 20px;
}

    .gallery-thumbs .swiper-slide h2 {
        color: #333333;
        font-size: 20px;
        margin-bottom: 17px;
        font-weight: bold;
    }

    .gallery-thumbs .swiper-slide p {
        color: #333333;
        font-size: 18px;
        margin-bottom: 10px;
        /*line-height:30px;*/
        /*text-indent:1.5rem;*/
    }

.body_bg {
    /*background-image:url(/Content/images/Join/join_bg.png);*/
    /*background-repeat:no-repeat;
    background-position:center bottom;
    background-size:cover;*/
    /*padding-bottom:109px;*/
}

.join_bottom {
    padding: 46px 0;
    text-align: center;
}

    .join_bottom .contantAct {
        padding-bottom: 22px;
    }

.bottom_contact {
    width: 696px;
    margin: 0 auto;
    overflow: hidden;
}

.bot_cat_left {
    /*width: 80%;*/
    float: left;
}

    .bot_cat_left > p {
        color: #333333;
        font-size: 20px;
        margin-bottom: 20px;
        text-align: left;
    }

.bot_cat_right {
    float: right;
}

    .bot_cat_right > img {
        width: 108px;
        height: 108px;
        display: block;
    }

.team {
    background: #FF9000;
}

    .team .teamImg {
        margin: 0 auto;
        width: 1250px;
        display: block;
    }

@media screen and (max-width:1280px) {
    .join_top, .join_swiper {
        width: 90%;
    }

    .join_left {
        width: 70%;
    }

    .join_right {
        width: 30%;
    }
}

@media screen and (max-width:1024px) {
    .join_top {
        flex-direction: column;
        padding: 50px 0 30px;
    }

    .join_left {
        width: 100%;
    }

    .join_right {
        width: 100%;
    }

    .join_left p {
        margin-bottom: 20px;
    }

    .join_bottom {
        padding: 0 0 46px;
    }

    .team .teamImg {
        width: 100%;
    }
    .top_name .top_name_txt {
        padding: 0 26px;    
    }
   .top_name p{
       padding:0;
   }
}

@media screen and (max-width:768px) {
    .join_top {
        flex-direction: column;
        padding: 30px 0;
    }

    .join_left img {
        width: 100px;
    }

    .join_title h1 {
        font-size: 50px;
    }

    .join_title p {
        font-size: 22px;
        margin: -20px 0;
    }

    .join_title {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .gallery-top{
        height:206px;
    }
    .gallery-top .swiper-slide{
            padding: 14px 0 25px;
    }
    .gallery-top .swiper-slide .top_name {
        height: 150px;
    }

    .top_name p {
        font-size: 22px;
        padding: 0 0;
    }
    
    .gallery-thumbs .swiper-slide {
        padding: 30px;
    }

    .join_left p {
        padding: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .gallery-thumbs .swiper-slide h1 {
        font-size: 22px;
    }

    .gallery-thumbs .swiper-slide p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .join_bottom h1 {
        padding-bottom: 30px;
        font-size: 28px;
    }

    .join_bottom p {
        font-size: 14px;
        margin-bottom: 21px;
    }
    .bottom_contact{
        width:560px;
    }

}



@media screen and (max-width: 414px) {
    .top_name .top_name_txt{
        padding:0 46px;
    }
    .top_name .top_name_zz{
        padding: 0 17px;
    }
    .bottom_contact, .bot_cat_left {
        width: 100%;
    }

    .bot_cat_left, .bot_cat_right {
        float: inherit;
    }
    .bot_cat_right > img{
        margin:0 auto;
    }
    .join_bottom p{
        margin-bottom:10px;
        text-align:center;
    }
}
@media screen and (max-width: 375px) {
    .top_name .top_name_txt {
        padding: 0 30px;
    }
}
@media screen and (max-width: 320px) {
    .top_name .top_name_txt {
        padding: 0 20px;
    }
    .top_name .top_name_zz{
        padding: 0 0;
    }
}   
