.subnav .mui-scroll-wrapper-horizontal .mui-segmented-control-inverted {
    height: 44px;
}
.subnav .mui-scroll-wrapper-horizontal .mui-segmented-control-inverted .mui-scroll {
    height: 44px;
}
.subnav_item {
    width: calc(100vw / 4.5);
    line-height: 44px;
    display: inline-block;
    text-align: center;
}
.subnav_item a {
    position: relative;
    font-size: 15px;
    color: #555;
}
.active a {
    color: #FA3C3C;
    font-weight: bold;
}
.subnav_item a .line {
    position: absolute;
    width: 20px;
    height: 3px;
    background: #FA3C3C;
    border-radius: 3px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}
.active a .line {
    display: block;
}
.introduce {
    padding: 0 15px;
}
.introduce .pic, .recruit .pic {
    margin: 10px 0 15px;
}
.introduce .pic img, .recruit .pic img {
    width: 100%;
    height: auto;
}
.introduce img{
    width: 100% !important;
    height: 100% !important;
    padding: 5px 5px !important;
}
.introduce .txt .subtitle {
    font-weight: bold;
}
.introduce .txt p, .vision-item p {
    font-size: 17px;
    color: #555;
    line-height: 27px;
    margin-bottom: 15px;
}
.introduce .txt p:last-child {
    margin-bottom: 0;
}
.tab {
    margin-top: 15px;
}
.tab span {
    display: inline-block;
    width: 76px;
    height: 26px;
    line-height: 26px;
    background: #F1F1F1;
    text-align: center;
    font-size: 14px;
    color: #666;
    border-radius: 12px;
    margin: 0 5px 15px 0;
}
.tab span.active {
    color: #FA3C3C;
    background: rgba(254, 110, 110, 0.12);
}
.vision {
    display: none;
}
.vision.active {
    display: block;
}
.vision-title {
    font-size: 17px;
    color: #555;
    font-weight: bold;
    margin: 30px 0;
    line-height: 27px;
}
.vision-item {
    margin-bottom: 25px;
}
.vision-item p b {
    color: #333;
    font-weight: bold;
}
.vision-item p:first-child {
    margin-bottom: 15px;
}
.introduce .enterItem {
    margin-bottom: 30px;
}
.introduce .enterItem a {
    display: block;
}
.introduce .enterItem .pic {
    width: 100%;
    height: 215px;
    background-position: center center;
    background-size: cover;
    margin-bottom: 15px;
}
.introduce .enterItem .theme {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.introduce .touch {
    margin-top: 15px;
}
.introduce .touch .name {
    font-weight: bold;
    font-size: 17px;
}
.introduce .touch p {
    font-size: 15px;
}
.introduce .data {
    margin-top: 5px;
}
.introduce .data .flex-box {
    border-bottom: 1px ;
}
.introduce .data .flex-box p {
    font-size: 15px;
    color: #555;
    text-align: center;
    line-height: 30px;
    flex: 1;
    -webkit-flex: 1;
    border: 1px solid #DDDDDD;
    border-top: none;
}
.introduce .data table {
    width: 100%;
}
.introduce .data table thead tr td {
    background: #FEE7E7;
    color: #FA3C3C;
}
.introduce .data table tr td {
    width: 39%;
    height: 30px;
    border: 1px solid #dddd;
    text-align: center;
    font-size: 15px;
    color: #555;
}
.introduce_g .data table tr td {
    width: 25%;
}
.introduce .data table tr td:first-child {
    text-align: left;
    padding-left: 15px;
    width: 18%;
}
.introduce_g .data table tr td:nth-child(2) {
    width: 15%;
}