/** 关于 */
.banner.about {
    background-size: cover;
}
.banner .title{
    padding-top: 170px;
}
.banner .title.active{
    padding-top: 10px;
    transition: 1.5s;
}
.banner .title p{
    width: 100%;
    max-height: 140px;
    /*color: #424750;*/
    color: #ffffff;
    font-size: 16px;
    text-align: right;
    /*line-height: 50px;*/
    letter-spacing: 30px;
}
.main-about {
    background-color: #fff;
    padding-bottom: 130px;
}

.main-about ul.aboutab {
    padding: 100px 0;
    text-align: center;
}

.main-about ul.aboutab li {
    display: inline-block;
    padding: 0 22px;
    margin-left: 15px;
    font-size: 20px;
    line-height: 46px;
    color: #b5b5b5;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    cursor: pointer;
}

.main-about ul.aboutab li:first-child {
    margin-left: 0;
}

.main-about ul.aboutab li.layui-this
,.main-about ul.aboutab li:hover {
    color: #2ab5a3;
    border-color: #afddd7;
    transition: 0.3s;
}

.main-about .tabJob, .main-about .tabCour {
    display: none;
}
/*公司简介*/
.main-about .tabIntro {
    padding-bottom: 15px;
}

.main-about .tabIntro .content {
    vertical-align: middle;
}

.main-about .tabIntro .content .img {
    width: 50%;
}

.main-about .tabIntro .content .img img {
    width: 100%;
}

.main-about .tabIntro .content .panel {
    width: 50%;
    word-wrap: break-word;
}

.main-about .tabIntro .content p {
    padding: 0 20px;
    line-height: 24px;
    text-align: justify;
}

.main-about .tabIntro .p_hidden {
    padding: 0 20px;
    display: none;
}

/* Xiwi 时间轴 */
.tabIntro-main{
    position: relative;
}
.tabIntro-main>div{
    width: 50%;
}
.tabIntro-main-lf{
    position: relative;
    margin-right: 50%;
    border-right: 2px solid #000;
}
.tabIntro-main-lf p{
    text-align: right;
    font-size: 18px;
    line-height: 30px;
}
.tabIntro-main-lf span, .tabIntro-main-rg span{
    font-size: 15px;
    color: #949494;
    line-height: 30px;
}
.tabIntro-main-rg{
    position: relative;
    margin-left: 50%;
    border-left: 2px solid #000;
}
.tabIntro-main-rg p{
    text-align: left;
    font-size: 18px;
    line-height: 30px;
}


.tabIntro-bottom-mian{
    width: 190px;
}
.tabIntro-bottom-mian>img{
    width: 100%;
}

@media screen and (max-width: 480px) {
    .main-about ul.aboutab {
        padding: 70px 0;
    }

    .main-about ul.aboutab li {
        padding: 0 15px;
        font-size: 16px;
        box-sizing: border-box;
    }
    /*.main-about ul.aboutab li{*/
        /*display: block;*/
        /*margin-top: 10px;*/
        /*margin-left: 0px;*/
    /*}*/
    .main-about .tabIntro .content .img {
        width: 100%;
    }

    .main-about .tabIntro .content .panel {
        width: 100%;
    }

    .main-about .tabIntro .content .panel.p_block {
        display: none;
    }

    .main-about .tabIntro .p_hidden {
        display: block;
    }

    .tabIntro-main>div{
        width: 100%;
    }
    .tabIntro-main-lf, .tabIntro-main-rg{
        margin: 0;
        border: none;
    }
    .tabIntro-main-lf span, .tabIntro-main-rg span{
        line-height: unset;
    }
    .tabIntro-bottom-mian{
        width: 100px;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .tabIntro-info>p{
        font-size: 15px!important;
        line-height: 22px!important;
    }
}

/*小屏幕*/
@media screen and (min-width: 768px) {
    .main-about ul.aboutab li {
        padding: 0 32px;
        font-size: 24px;
        margin-left: 30px;
        line-height: 50px;
    }

    .banner .title p {
        font-size: 25px;
    }
    .main-about .tabIntro .content p {
        padding: 0 30px;
        font-size: 18px;
        line-height: 30px;
    }

    .tabIntro-info>p{
        font-size: 15px!important;
        line-height: 22px!important;
    }
}
/*大屏幕*/
@media screen and (min-width: 992px) {
    .tabIntro-info>p{
        font-size: 18px!important;
        line-height: 31px!important;
    }
}
/*超大屏幕*/
@media screen and (min-width: 1200px) {

}

@media screen and (min-width: 1300px) {

}
