.aboutUS_banner{
    font-size: 14px;
    width: 100%;
    position: relative;
}
.aboutUS_banner img{
    width: 100%;
}
.aboutUS_banner .aboutUS_bannerSj{
    display: none;
}
.aboutUS_banner .mbx{
    position: absolute;
    bottom:0;
    height: 50px;
    width: 100%;
    background: rgba(0,0,0,.4);
    align-items: center;
    display: flex;
    font-size: 14px;
    font-family: Source Han Sans CN;
    color: #FFFFFF;
    font-weight: 300;
}
.aboutUS_banner .mbxBox{
    height: 30px;
    display: flex;
    align-items: center;
    overflow: hidden;

}
.aboutUS_banner .mbxBox span{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    padding-right: 15px;
    margin-right: 25px;
    border-right: 4px solid #fff;
}
.newsNav{
    font-size: 16px;
    height: 56px;
    background: #FFFFFF;
    box-shadow: 0px 6px 7px 0px rgba(0,0,0,0.0300);
    margin-bottom: 58px;
}
.newsNav .newsTitle{
    display: flex;
    height: 56px;
    line-height: 56px;
    margin-left: 50%;
    transform: translateX(-17%  );
    cursor: pointer;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 300;
}
.newsNav .newsTitle .active{
    border-bottom: 2px solid rgba(251, 136, 75, 1);
    color: rgba(251, 136, 75, 1);
}
.newsNav .newsTitle >div:nth-child(2){
    margin: 0px 106px;
}

.newsBox{
    padding-bottom: 78px;
}

.newsBox >div{
    /* display:none; */
    font-size: 16px;
}

.newsBox >.active1{
    display:block;
}
.newsContent .newDetails{
    display: flex;
    padding: 22px 47px 22px  24px;
}
.newsContent .newDetails img{
    width: 300px;
    height: 200px;
    margin-right: 32px;
}
.newsContent .newDetails .newDetailsRight h2{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin-top: 16px;
    margin-bottom: 23px;
}

.newsContent .newDetails .newDetailsRight h2 span{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.newsContent .newDetails .newDetailsRight h3{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin-bottom: 16px;
}

.newsContent .newDetails .newDetailsRight p{
    display: block;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #666666;
    margin-bottom: 32px;
}

.newsContent .newDetails .newDetailsRight div{
    display: block;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #666666;
    cursor: pointer;
}
.newDetails:hover .txt {
    color: rgba(251, 136, 75, 1) !important;
}
.newDetails:hover{
    box-shadow: 0px 3px 38px 0px rgba(0,0,0,0.1000);

}

@media (max-width: 750px) {
    .mbxBox a{
        font-size: 0.34rem;
    }
    .aboutUS_banner .aboutUS_bannerPc{
        display: none;
    }
    .aboutUS_banner .aboutUS_bannerSj{
        display: block;
    }
    .aboutUS_banner .mbxBox{
        width: 9.17rem;
    }
    .aboutUS_banner .mbxBox span{
        font-size: 0.52rem;
        padding-right: 0rem;
        width: 2.5rem;
        margin-right: 0.3rem;
    }
    .newsNav{
        height: 1.34rem;
        margin-bottom: 0px;
    }
    .newsNav .newsTitle{
        height: 1.34rem;
        font-size: 0.48rem;
        font-family: Source Han Sans CN;
        font-weight: 300;
        line-height: 1.34rem;
        margin-left: 0px;
        transform: translateX(0%);
        justify-content: space-around;
    }
    .newsNav .newsTitle >div:nth-child(2){
        margin: 0px;
    }
    .newsContent .newDetails{
        display: block;
        padding:0.43rem
    }
    .newsContent .newDetails img{
        width: 100%;
        margin-right: 0px;
        height: 6.08rem;
    }
    .newsContent .newDetails .newDetailsRight h2{
        margin: 0.43rem 0rem;
        font-size: 0.32rem;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #333333;
    }

    .newsContent .newDetails .newDetailsRight h2 span{
        font-size: 0.32rem;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #333333;
        margin-left: 0.13rem;

    }
    .newsContent .newDetails .newDetailsRight h3{
        font-size: 0.43rem;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #333333;
        margin-bottom: 0rem;
    }
    .newsContent .newDetails .newDetailsRight p{
        display: none;
    }

    .newsContent .newDetails .newDetailsRight div{
        display: none;
    }
    .newsBox{
        padding-bottom: 1.33rem;
    }
}

