
.bossgoo_about_1{
    width: 100%;
    background-color: #fff;
}


/* About Us 开始 */
.bossgoo_about_1 .bos-about{
    padding-top: 30px;
    /* display: flex; */
    display: block;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;

    /* padding-bottom: 20px; */
}
/* .bossgoo_about_1 .bos-about-left,.bossgoo_about_1 .bos-about-right{
    width: 50%;
} */
.bossgoo_about_1 .bos-about-left{
    display: flex;
    justify-content: center;
    align-items: center;

    /* width: 50%; */
    /* float: right; */
    /* margin-right: 50px; */
    padding-bottom: 30px;
    box-sizing: border-box;
    padding-bottom: 44.8%;
    width: 80%;
    position: relative;
    background-color: #000;
}
.bossgoo_about_1 .bos-about-left video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;  
    display: none;
}
.bossgoo_about_1 .bos-about-left img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;  
    object-fit: contain;
    display: block;
}
.bossgoo_about_1 .bos-about-right{
    width: 100%;
    font-size: 16px;
    padding: 40px 10% 0 0;
}

.bossgoo_about_1 .bos-about-ri-title{
    font-size: 32px;
    /* padding-bottom: 20px; */
    position: relative;
    font-weight: bold;

}
/* .bossgoo_about_1 .bos-about-ri-title::before{
    content: '';
    width: 65px;
    height: 2px;
    background: #000;
    display: inline-block;

    position: absolute;
    left: 0;
    bottom: 0;
} */
.bossgoo_about_1 .bos-about-ri-he span{
    display: inline-block;
    width: 65px;
    height: 2px;
    background: #222;
    margin-top: 20px;
}
.bossgoo_about_1 .bos-about-ri-text{
    margin-top: 30px;
    line-height: 1.5;
    color: #666;
    padding-bottom: 25px;
    max-height: 100%;
}

.bossgoo_about_1 .bos-info{
    display:none;
} 

.bossgoo_about_1 .bos-info-box .tabActive{
    display:block;
}

 .bossgoo_about_1 .bos-info-box .wire{
     border-top:1px solid #cdcdcd;
     margin-bottom:30px;
 }

 .bossgoo_about_1 .bos-info-box .tabBtn{
    display: flex;
    justify-content: center;
    margin-bottom:35px;
    flex-wrap: wrap;
 }

 .bossgoo_about_1 .bos-info-box .tabBtn li{
     height:50px;
     line-height: 50px;
     border-radius: 50px;
     margin:0 30px;
     padding: 0 25px;
     font-size: 22px;
     font-weight: bold;
     color:#333333;
     cursor: pointer;
 }

 

 .bossgoo_about_1 .bos-info-box .tabBtn li:hover{
     color:#fff;
     background-color: var(--themeColor);
 }

 .bossgoo_about_1 .bos-info-box .tabBtn .btnColor{
    color:#fff;
     background-color: var(--themeColor);
 }


/* About Us 结束 */


/* 页面适配 */
@media only screen and (max-width:1920px){
    .bossgoo_about_1 .bos-about{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .bossgoo_about_1 .bos-about-right{
        padding-right: 5%;
    }
}
@media only screen and (max-width:1440px){
    .bossgoo_about_1 .bos-about-left,.bossgoo_about_1 .bos-about-right{
        width: 100%;
    }
    .bossgoo_about_1 .bos-about{
        flex-direction: column;
    }
    .bossgoo_about_1 .bos-about-right{
        padding: 50px 0;
    }

    .bossgoo_about_1 .bos-about-left{
        width: 100%;
        max-width: 100%;
    }
    .bossgoo_about_1 .bos-about-left img{
        height: auto;
        max-height: 500px;
    }
    .bossgoo_about_1 .bos-about-ri-text{
        padding-bottom: 0;
    }
    
}
@media only screen and (max-width:1040px){
    .bossgoo_about_1 .bos-about{
        padding-top: .6rem;
    }
    .bossgoo_about_1 .bos-about-right {
        padding: .6rem 0;
    }
    .bossgoo_about_1 .bos-about{
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .bossgoo_about_1 .bos-about-ri-title{
        font-size: .6rem;
    }
    .bossgoo_about_1 .bos-about-ri-text{
        font-size: .36rem;
    }
    .bossgoo_about_1 .bos-about-left{
        padding-bottom: 60%;
    }
}
@media only screen and (max-width:767px){
    .bossgoo_about_1 .bos-about-right{
        padding: .3rem 0;
    }
    .bossgoo_about_1 .bos-about-ri-he span{
        margin-top: 0;
    }
    .bossgoo_about_1 .bos-about-ri-text{
        margin-top: .3rem;
        font-size: .28rem;
    }
    .bossgoo_about_1 .bos-about-ri-title{
        font-size: .4rem;
    }
}
@media only screen and (max-width:480px){
    
    /* .bossgoo_about_1 .bos-about-right{
        font-size: .28rem;
    } */
    .bossgoo_about_1 .bos-about-left img{
        max-height: 6rem;
    }
}




/* bos-list 开始 */
.bossgoo_about_1 .bos-list{
    padding: 35px 120px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    background-color: var(--themeColor);
}
.bossgoo_about_1 .bos-item{
    width: 25%;
    color: #fff;
    text-align: center;
    border-right: 1px solid #fff;
    padding: 15px;
    position: relative;
    box-sizing: border-box;
}
.bossgoo_about_1 .bos-item:last-child{
    border-right: none;
}
.bossgoo_about_1 .bos-item-title{
    font-size: 42px;
    line-height: 42px;
}
.bossgoo_about_1 .bos-item-text{
    font-size: 18px;
    line-height: 18px;
    margin-top: 24px;
}
/* bos-list 结束 */


/* 页面适配 */
@media only screen and (max-width:1920px){
    .bossgoo_about_1 .bos-list{
        width: 100%;
        box-sizing: border-box;
    }
}
@media only screen and (max-width:1440px){
    .bossgoo_about_1 .bos-list{
        padding: 35px 0;
    }
}
@media only screen and (max-width:1040px){
    .bossgoo_about_1 .bos-list {
        padding: 0;
    }
    .bossgoo_about_1 .bos-item{
        width: 50%;
        border-right: none;
        padding: 30px;
    }
    .bossgoo_about_1 .bos-item-title{
        font-size: .72rem;
    }
    .bossgoo_about_1 .bos-item:nth-child(1)::after,.bos-item:nth-child(3)::after{
        position: absolute;
        width: 1px;
        height: 50%;
        content: '';
        display: inline-block;
        right: 0;
        top: 50%;
        transform: translate(0,-50%);
        background-color: #fff;
    }
    .bossgoo_about_1 .bos-item:nth-child(1)::before,.bos-item:nth-child(2)::before{
        position: absolute;
        width: 20%;
        height: 1px;
        content: '';
        display: inline-block;
        left: 50%;
        bottom: 0;
        transform: translate(-50%,0);
        background-color: #fff;
    }
}
@media only screen and (max-width:768px){
    .bossgoo_about_1 .bos-item-title {
        font-size: .6rem;
    }

    .bossgoo_about_1 .bos-info-box .tabBtn li{
         height: 30px;
         line-height: 30px;
         margin: 0 10px;
         padding: 0 15px;
         font-size: 16px;
    }
}
@media only screen and (max-width:480px){
    .bossgoo_about_1 .bos-item:nth-child(1)::before,.bos-item:nth-child(2)::before{
        width: 50%;
    }
    .bossgoo_about_1 .bos-item-title{
        font-size: .44rem;
        line-height: .44rem;
    }
    .bossgoo_about_1 .bos-item-text{
        font-size: .24rem;
        line-height: .24rem;
    }
    .bossgoo_about_1 .bos-item {
        padding: .4rem;
    }
    .bossgoo_about_1 .bos-item-text{
        margin-top: .24rem;
    }
}




/* bos-info 开始 */
.bossgoo_about_1 .bos-info-box{
    padding-top: 60px;
    padding-bottom: 30px;
}
.bossgoo_about_1 .bos-info{
    padding-bottom: 60px;
}
.bossgoo_about_1 .bos-info:last-child{
    padding-bottom: 0;
}
.bossgoo_about_1 .bos-info table{
    width: 100%;
    font-size: 16px;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.bossgoo_about_1 .bos-info table caption{
    font-size: 32px;
    line-height: 32px;
    text-align: left;
    font-weight: bold;
    color: #000;
}
.bossgoo_about_1 .bos-info table tbody{
    color: #666;
    margin-top: 10px;
}
.bossgoo_about_1 .bos-info table tbody tr{
    /* margin-top: 30px; */
    margin-top: 20px;
    display: flex;
}
.bossgoo_about_1 .bos-info table tbody tr th{
    width: auto;
    flex-shrink: 0;
    color: #222;
    /* line-height: 24px; */
    line-height: 1.5;
    max-height: 100%;
    max-width: 35%;
}
.bossgoo_about_1 .bos-info table tbody tr td{
    line-height: 1.5;
    padding-left: 20px;
    box-sizing: border-box;
    max-height: 100%;
}
.bossgoo_about_1 .bos-info table tbody tr th.bos-info-title{
    font-size: 24px;
    line-height: 24px;
    color: #777;
}
/* bos-info 结束 */

/* 页面适配 */
@media only screen and (max-width:1440px){
    .bossgoo_about_1 .bos-info-box .wrap{
        padding: 0 20px;
    }
}
@media only screen and (max-width:1040px){
    .bossgoo_about_1 .bos-info-box .wrap{
        padding: 0 .2rem;
    }
    .bossgoo_about_1 .bos-info table caption{
        font-size: .6rem;
    }
    .bossgoo_about_1 .bos-info table tbody tr th.bos-info-title{
        font-size: .4rem;
    }
    .bossgoo_about_1 .bos-info table{
        font-size: .36rem;
    }
    .bossgoo_about_1 .bos-info{
        padding-bottom: .6rem;
    }
}
@media only screen and (max-width:767px){
    .bossgoo_about_1 .bos-info-box{
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .bossgoo_about_1 .bos-info table{
        font-size: .28rem;
        line-height: .28rem;
    }
    .bossgoo_about_1 .bos-info table caption{
        font-size: .4rem;
        line-height: .4rem;
    }
    .bossgoo_about_1 .bos-info table tbody tr{
        margin-top: .3rem;
    }
    .bossgoo_about_1 .bos-info table tbody tr th.bos-info-title{
        font-size: .32rem;
        line-height: .32rem;
    }
    .bossgoo_about_1 .bos-info table tbody{
        margin-top: 0;
    }
    .bossgoo_about_1 .bos-info {
        padding-bottom: 0.6rem;
    }
    .bossgoo_about_1 .bos-info table tbody tr th.bos-info-title{
        width: 100%;
        max-width: initial;
    }
}
@media only screen and (max-width:480px){
    .bossgoo_about_1 .bos-info table tbody tr th{
        width: 2.5rem;
    }
}




/* bos-email 开始 */
.bossgoo_about_1 .bos-email{
    padding: 60px 0;
    box-sizing: border-box;
    background-color: var(--themeColor);
}
.bossgoo_about_1 .bos-sea-title{
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.bossgoo_about_1 .bos-email-box{
    width: 50%;
    margin: 0 auto;
    line-height: 40px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    margin-top: 30px;
    background-color: #fff;
}
.bossgoo_about_1 .bos-email-input{
    width: 80%;
    padding-left: 40px;
    padding-right: 20px;
    box-sizing: border-box;
    color: #666;
    font-size: 14px;
}
.bossgoo_about_1 .bos-email-input::-webkit-input-placeholder,
.bossgoo_about_1 .bos-email-input::-moz-placeholder,
.bossgoo_about_1 .bos-email-input::-ms-input-placeholder{
    font-size: 14px;
    color: #666;
}
.bossgoo_about_1 .bos-email-btn{
    width: 20%;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    
}
/* bos-email 结束 */

/* 页面适配 */
@media only screen and (max-width:1920px){
    .bossgoo_about_1 .bos-email{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
}
@media only screen and (max-width:1440px){
    .bossgoo_about_1 .bos-sea-title{
        font-size: 32px;
        line-height: 32px;
    }
    .bossgoo_about_1 .bos-email-btn{
        width: 25%;
    }
    .bossgoo_about_1 .bos-email-input{
        width: 75%;
    }
}
@media only screen and (max-width:1040px){
    .bossgoo_about_1 .bos-sea-title{
        font-size: .6rem;
    }
}
@media only screen and (max-width:767px){
    .bossgoo_about_1 .bos-sea-title{
        font-size: .4rem;
        line-height: .4rem;
    }
    .bossgoo_about_1 .bos-email {
        padding: 1rem .4rem;
    }
    .bossgoo_about_1 .bos-email-box{
        width: 70%;
        margin-top: .6rem;
    }
    .bossgoo_about_1 .bos-email-btn{
        font-size: .3rem;
    }
}
@media only screen and (max-width:480px){
    .bossgoo_about_1 .bos-email {
        padding: .8rem .4rem;
    }
    .bossgoo_about_1 .bos-email-box {
        width: 100%;
    }
    .bossgoo_about_1 .bos-email-input{
        width: 75%;
    }
    .bossgoo_about_1 .bos-email-btn {
        width: 25%;
    }
}
