*{
	margin: 0;
	padding: 0;
}
.introduction .about-cont__tit {
	padding: 6% 0 3%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.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: 6% 0 0 0;
	background: url(./images/about-cont-bg.png);
}
.about-cont.introduction .inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

/* 工作列表 */
.about-cont.introduction .about-cont__cont__tit{
	color: #f39800;
	text-align: center;
	font-size: 27px;
	letter-spacing: 4px;
	margin-bottom: 2%;
}

/* 单击以查看每个职位 */
.about-cont__cont__dis {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 3%;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
}
.about-cont.introduction .introduction__tab-btns {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	max-width: 740px;
	width: 100%;
	margin: 0 auto 6% auto;
}
.about-cont.introduction .introduction__tab-btns li {
	width: 32%;
	margin-right: 2%;
	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;
	padding: 1% 0;
	margin-bottom: 4%;
	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;
	max-width: 940px;
	width: 100%;
	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%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	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: 30px;
	left: 0;
	color: #f39800;
}

.about-cont.introduction .introduction__box {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding-top: 96px;
	margin-top: -96px;
	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: 40px 0 30px;
}
.about-cont.introduction .int-cont{
	width: 100%;
	/* height: 40%; */
	padding: 2%;
	border: 1px dashed #ccc;
}
.about-cont.introduction .introduction__box__R {
	width: 40%;
}
.about-cont.introduction .introduction__box__R img{
	width: 100%;
}

@media (max-width: 767px) {
	.introduction .about-cont__tit img{display: none;}
	.about-cont__tit h2,.about-cont.introduction .introduction__box__tit{font-size: 22px;}
	.about-cont.introduction .introduction__tab a {font-size: 17px;border-radius: 5px 5px 0 0;}

	.about-cont.introduction .about-cont__cont__tit{font-size: 18px;}

	.about-cont.introduction .int-cont{overflow-y: scroll;}
}