.recruit-box{
    background-color: #fff;
  	  width: 90%;
    position: relative;
}
.recruit-head{
    display: flex;
    /*height: 270px;*/
}
.header-left{
    /*width: 32%;*/
     width: 42%;
    position: relative;
}
.header-left .video-cover{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.playButton{
    cursor: pointer;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    border: 1px solid #fff;
    border-radius: 60px;
    padding: 45px;
}
.triangle {
    width: 0;
    height: 0;
    border-left: 30px solid  #fff; /* 左边颜色为透明 */
    border-right: 15px solid transparent; /* 右边颜色为透明 */
    border-bottom: 15px solid transparent; /* 设置底部边长及颜色 */
    border-top: 15px solid transparent; /* 设置底部边长及颜色 */
}
.header-middle{
  flex-grow: 1;
    /* width: 50%; */
    background: url(../images/header-middle.png) right no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:24px 30px;
}
.middle-top{
    color: #FFFFFF;
    line-height: 26px;
}
.middle-bottom p{
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 25px;
}
.header-right{
    width: 18%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(360deg, #66AA94 0%, #36715B 100%);
}
.header-right img{
    width: 60%;
}
.header-right span{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 30px;
}
.recruit-content{
    padding: 30px 80px 60px;
}

.recruit-content .nav>li>a {
    padding: 10px 15px 20px;
  color: #969A9D;
    border: 0px;
    background-color: #fff;
}
.recruit-content .tab-content{
    margin-top: 10px;
}
.nav-tabs{
    display: flex;
    align-items: center;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  font-size: 18px;
    font-weight: bold;
    color: #009040;
    border: 0px;
    background-color: #fff;
    border-radius: 0px;
    border-bottom: 4px solid #009040;
}
.speak-title::after{
  content: "";
    width: 60px;
    height: 2px;
    background: #009040;
    position: absolute;
    right: 47%;
    bottom: 0px;
}