
.about-body-content{
    background: transparent;
}

.about {
    padding: 80px 0 90px;
    background: #fff;
}

.about .is-title {
    margin-bottom: 50px;
}

.about-text {
    color: #646464;
    font-size: 18px;
    line-height: 40px;
    overflow-y: auto;
    height: 250px;
    box-sizing: border-box;
    padding-right:20px;
    margin-right:6px;
}


/*.about-text::-webkit-scrollbar {*/
    /*width: 6px;*/
    /*background-color: #a6a6a6;*/
/*}*/

/*.about-text::-webkit-scrollbar-track {*/
    /*background-color: #f0f0f0;*/
/*}*/

/*.about-text::-webkit-scrollbar-thumb {*/
    /*background: #a6a6a6;*/
    /*border-radius: 3px;*/
/*}*/

/*.about-text::-webkit-scrollbar-button {*/
    /*background: #a6a6a6;*/
    /*border-radius: 3px;*/
/*}*/


.about .arrow{
    position: absolute;
    right:-1px;
    /*display: none;*/
}

.about .arrow1{
    bottom:-15px;
}

.about .arrow2{
    top:88px;
}


.qiye {
    background: #fff;
    padding-bottom: 100px;
}

.team-block{
    background: #fff;
    padding-top:80px;
}

.qiye-title {
    color: #5684c5;
    font-size: 28px;
    margin-bottom: 20px;
}

.qiye p {
    color: #646464;
    font-size: 18px;
    margin-bottom: 20px;
    width:100%;
    float:left;
}

.qiye .fore1 {
    margin-top: 100px;
}

.qiye .fore2 {
    margin-top: 70px;
}

.qiye img {
    display: block;
    width: 100%;
}

.qiye .text {
    box-sizing: border-box;
}

.qiye .text1 {
    padding-right: 40px;
}

.qiye .text2 {
    padding-left: 40px;
}

.lixiang {
    height: 520px;
    color: #dcdddd;
    background: rgba(67,119,182,.9);
    box-sizing: border-box;
    padding-top: 160px;
    padding-bottom: 80px;
}

.fix-banner{
    display: none;
    position: fixed;
    width:100%;
    height:850px;
    bottom:0px;
    left:0;
    background: url(/assets/img/ytx/about/a100.jpg) no-repeat center / 100% 100%;
}


.lixiang h4 {
    font-size: 28px;
    margin-bottom: 40px;
    color:#fff;
}

.lixiang p {
    line-height: 50px;
    font-size: 18px;
}

.team-box {
    margin-top: 30px;
    margin-bottom: 100px;
}

img.team {
    display: block;
    width: 100%;
    margin-bottom: 50px;
}

.team-box p {
    font-size: 18px;
    color: #646464;
    margin-bottom: 40px;
    line-height: 20px;
}

.team-box p:before {
    content: '●';
    color: #fd9b27;
    margin-right: 8px;
    display: block;
    float: left;
    font-size: 14px;
}

.m-qiye{
    display: none;
}

.about-text{
    display: block;
}

.m-about-text{
    display: none;
}

@media screen and (max-width: 1600px) {

    .qiye .fore1 {
        margin-top: 70px
    }

    .qiye .fore2 {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1000px){
    .about-text{
        display: none;
    }
    .m-about-text{
        display: block;
    }
    .about .arrow{
        display: none;
    }
    .about-text {
        color: #646464;
        font-size: 14px;
        line-height: 30px;
        box-sizing: border-box;
        height:auto;
        padding-right:0;
        margin-right:0
        width:100%;
        float:left;
    }

    .about {
        padding: 40px 0;
        background: #fff;
    }

    .about .is-title {
        margin-bottom: 20px;
    }

    .qiye .w50{
        width:100%;
    }

    .fix-banner{
        /*display: none;*/
    }

    .fix-banner {
        display: none !important;
        position: fixed;
        width: 100%;
        height: 850px;
        bottom: 0px;
        left: 0;
        background: url(/assets/img/ytx/about/a100.jpg) no-repeat center / cover;
    }

    .lixiang {
        height: auto;
        color: #dcdddd;
        background: rgba(67,119,182,.9);
        box-sizing: border-box;
        padding-top: 40px;
        padding-bottom: 40px;
        background: rgba(67,119,182,.9) url(/assets/img/ytx/about/a3.png) no-repeat center / cover;
    }

    .lixiang h4 {
        font-size: 20px;
        margin-bottom: 20px;
        color: #fff;
    }

    .lixiang p {
        line-height: 35px;
        font-size: 14px;
    }
    .team-block {
        background: #fff;
        padding-top: 30px;
    }
    .team-box {
        margin-top: 15px;
        margin-bottom: 50px;
    }
    img.team {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .team-box p {
        font-size: 14px;
        color: #646464;
        margin-bottom: 10px;
        line-height: 25px;

    }

    .team-box p:before {
        content: '●';
        color: #fd9b27;
        margin-right: 6px;
        display: block;
        float: left;
        font-size: 11px;
        margin-top:-2px;
    }
    .qiye {
        display: none;
        padding-bottom:40px;
    }

    .m-qiye{
        display: block;
    }

    .qiye .fore1 {
        margin-top: 20px;
    }

    .qiye-title {
        color: #5684c5;
        font-size: 20px;
        margin-bottom: 0px;
    }

    .qiye p {
        color: #646464;
        font-size: 14px;
        margin-bottom: 10px;
        width: 100%;
        line-height: 25px;
        float: left;
    }

    .qiye .text2 {
        padding-left: 0px;
    }
    .qiye .fore2 {
        margin-top: 20px;
        margin-bottom: 8px;
    }
}