.introduce{
    width: 1040px;
    margin: auto;
    display: flex;
    padding-top: 30px;
    align-items: center;
    justify-content: space-around;
}

.introduce_imgList{
    width: 310px;
}

.img{
    width: 310px;
    height: auto;
}

.introduce_imgList_p{
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    text-align: center;
}

.introduce_content{
    width: 520px;
    /*padding-right: 30px;*/
}

.introduce_content_p{
    font-size: 14px;
    color: #2E2E2E;
    line-height: 24px;
    text-indent:2em;
}

.introduce_content_p:first-child{
    margin-bottom: 30px;
}

.features{
    width: 802px;
    min-height: 150px;
    margin: 50px auto 0;
    padding-bottom: 50px;
    display: flex;
}

.features_item{
    width: 200px;
    text-align: center;
}

.features_line{
    width: 1px;
    /*height: 100px;*/
    margin: 10px 50px 0;
    background-color: #cccccc;
}

.features_item img{
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}

.features_title{
    font-weight: bolder;
    font-size: 18px;
    margin-bottom: 20px;
}

.features_p{
    color: #6b6b6b;
}

.title{
    padding: 35px 0 ;
    font-weight: bold;
}

.slideshow{
    height: 630px;
    overflow: hidden;
}

.reason{
    width: 225px;
}

.reason img{
    width: 20px;
    height: 20px;
}

.swiper-container{
    width: 100%;
    height: 600px;
}

.swiper-slide{
    width: 100%;
    height: 600px;
}

.swiper-slide img{
    width: 100%;
    height: 100%;
}

.join{
    padding: 30px 0 50px;
}

.job{
    width: 980px;
    padding: 20px 30px;
    -webkit-box-shadow: #ccc 0px 0px 10px;
    -moz-box-shadow: #ccc 0px 0px 10px;
    box-shadow: #ccc 0px 0px 10px;
    display: flex;
    justify-content: space-between;
}

.job_left{
    width: 700px;
}

.job_right{
    height: 20px;
    padding: 5px 15px;
    font-size: 14px;
    margin-top: 23px;
    border: 1px solid #4e4b4a;
}

.job_right img{
    width: 12px;
    height: 12px;
}

.job_emergency{
    color: #ffffff;
    background-color: #d12c22;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 5px;
}

.job_line{
    background-color: #eeeeee;
    width: 1px;
    height: 12px;
    display: inline-block;
    margin: 0 10px;
}

.job_p{
    line-height: 16px;
    color: #a2a4a8;
}

.job_mb{
    margin-bottom: 10px;
}

.technology{
    display: none;
}

@media screen and (max-width: 750px) {
    .hyg_banner, .w1200, .w1040, .w900, .introduce, .introduce_content, .features {
        width: 100%;
    }

    .introduce_imgList{
        display: none;
    }

    .introduce_content{
        padding: 15px;
        height: fit-content;
    }

    .introduce{
        padding: 0;
        height: fit-content;
    }

    .introduce_content_p{
        font-size: 12px;
        line-height: 18px;
    }

    .introduce_content_p:first-child{
        margin-bottom: 10px;
    }

    .features{
        padding: 20px;
        box-sizing: border-box;
        margin: 0;
        height: fit-content;
    }

    .features_item{
        width: 30%;
    }

    .features_line{
        margin: 0 10px;
    }

    .features_item img{
        width: 20px;
        height: 20px;
        margin-bottom: 10px;
    }

    .features_title{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .features_p{
        font-size: 10px;
    }

    .title{
        padding: 20px 0;
        font-size: 26px;
    }

    .slideshow, .swiper-container, .swiper-slide{
        height: fit-content;
    }

    .swiper-container, .swiper-slide{
        width: 90%;
    }

    .join{
        padding: 0 15px 20px;
        box-sizing: border-box;
    }

    .job{
        width: 100%;
        box-sizing: border-box;
        padding: 10px 15px;
    }

    .job_left{
        width: calc(100% - 125px);
    }

    .job_left p{
        font-size: 14px;
    }

    .job_p{
        font-size: 10px !important;
    }

    .job_right{
        font-size: 10px;
        height: 18px;
        padding: 5px 10px;
        margin-top: 20px;
    }

    .job_mb{
        margin-bottom: 5px;
    }

    .technology{
        display: block;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .technology img{
        width: 100%;
    }
}

