* {
    margin: 0;
    padding: 0;
}

.introduction .about-cont__tit {
    padding: 6% 0 3%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.introduction .h_banner {
    width: 100%;
}

.about-cont__tit h2 {
    font-size: 34px;
    margin: 0 20px;
}

.about-cont.introduction .introduction__tab {
    width: 100%;
    /*min-width: 1030px;*/
    text-align: center;
    background: #fff;
    border-bottom: 4px solid #f39800;
}

.about-cont.introduction .introduction__tab a {
    /* width: 490px; */
    padding: .4% 10%;
    /* height: 70px; */
    font-size: 20px;
    font-weight: bold;
    /* line-height: 70px; */
    display: inline-block;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}

.about-cont.introduction .introduction__tab a.meiji-tab {
    border: 4px solid #f39800;
    border-bottom: none;
    margin: 0 10px;
    background: #f39800;
    color: #fff;
    text-decoration: none;
}

.about-cont__cont {
    /* padding: 60px 0 0 0; */
    background: url(./images/about-cont-bg.png);
}

.about-cont.introduction .inner {
    width: 1000px;
    margin: 0 auto;
}

/* 工作列表 */
.about-cont.introduction .about-cont__cont__tit {
    color: #f39800;
    text-align: center;
    font-size: 27px;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

/* 单击以查看每个职位 */
.about-cont__cont__dis {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0;
}

.about-cont.introduction .introduction__tab-btns {
    display: block;
    width: 740px;
    margin: 0 auto 60px auto;
}

.about-cont.introduction .introduction__tab-btns li {
    float: left;
    width: 214px;
    margin-right: 49px;
    font-size: 18px;
    text-align: center;
    list-style: none;
}

.about-cont.introduction .introduction__tab-btns li:last-child {
    margin-right: 0;
}

.about-cont.introduction .introduction__tab-btns li a {
    font-size: 16px;
    color: #fff !important;
    display: block;
    -webkit-border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
    text-decoration: none;
}

.about-cont.introduction .introduction__tab-btns li p {
    font-weight: bold;
    margin-bottom: 10px;
}

.about-cont.introduction .introduction__tab-btns li.bgc1 a {
    background: #076fb8;
}

.about-cont.introduction .introduction__tab-btns li.bgc2 a {
    background: #f39800;

}

.about-cont.introduction .introduction__tab-btns li.bgc3 a {
    background: #07b884;

}

.about-cont.introduction .introduction__tab-btns li a span::after {
    content: "▼";
    /* position: absolute;
top: -8px;
right: -18px; */
    font-size: 10px;
    margin-left: 10px;
}

/* 职位描述 */
.about-cont.introduction .introduction__cont {
    background: #fff;
    width: 940px;
    padding: 30px;
}

.about-cont.introduction .introduction__cont__tit {
    text-align: center;
    font-size: 24px;
    color: #f39800;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-cont.introduction .introduction__s-tit {
    width: 100%;
    padding: 1.2% 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: relative;
    /* margin-bottom: 40px; */
    background: #f39800;
}

.about-cont.introduction .introduction__s-tit:after {
    content: "▼";
    width: 100%;
    text-align: center;
    position: absolute;
    top: 85%;
    left: 0;
    color: #f39800;
}

.about-cont.introduction .introduction__box {
    width: 900px;
    margin: 0 auto;
    /* margin-bottom: 60px; */
}

.about-cont.introduction .introduction__box__in {
    width: 100%;
    /* display: -webkit-flex; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.about-cont.introduction .introduction__box__L {
    width: 52%;
}

/* 职位名称 */
.about-cont.introduction .introduction__box__tit {
    font-size: 27px;
    font-weight: bold;
    margin: 3% 0;
}

.about-cont.introduction .int-cont {
    width: 100%;
    height: 32%;
    padding: 2%;
    border: 1px dashed #ccc;
}

.about-cont.introduction .h_728imgbox {
    width: 100%;
    padding: 2%;
    height: 36%;
    /* border: 1px dashed #ccc; */
}

.about-cont.introduction .h_728img {
    width: 100%;
    height: 100%;
}

.about-cont.introduction .introduction__box__R {
    width: 40%;
}

.about-cont.introduction .introduction__box__R img {
    width: 100%;
}

@media (max-width: 767px) {
    .about-cont.introduction .introduction__tab a {
        font-size: 17px;
        border-radius: 5px 5px 0 0;
    }

    .about-cont.introduction .inner {
        max-width: 1000px;
        width: 100%;
    }

    .about-cont.introduction .introduction__tab-btns {
        max-width: 740px;
        width: 100%;
    }

    .about-cont.introduction .introduction__tab-btns li {
        max-width: 214px;
        width: 100%;
    }

	.about-cont.introduction .introduction__box__tit{font-size: 16px;}
	.about-cont.introduction .int-cont{font-size: 15px;}

    /* 职位描述 */
    .about-cont.introduction .introduction__cont {
        max-width: 940px;
        width: 100%;
    }

    .about-cont.introduction .introduction__box {
        max-width: 900px;
        width: 100%;
    }

    .about-cont__tit .about-cont__tit__L img,
    .about-cont__tit .about-cont__tit__R img {
        display: none;
    }

    .about-cont__tit h2 {
        font-size: 20px;
    }

    .recurit_head {
        display: none;
    }
}