.hf_warp .warp_content{
    width: 100%;
}

.hf_warp .warp_content .os_banner{
    background: url(../../images/aboutsUs/aboutsUs.jpg) no-repeat center;
}

.hf_warp .warp_content .os_products_introduce{
    position: relative;
}

.hf_warp .warp_content .os_products_introduce::before{
    position: absolute;
    content: url(../../images/common/lefttop.png);
    top: 0px;
    left: 0px;
}

.hf_warp .warp_content .os_products_introduce::after{
    position: absolute;
    content: url(../../images/common/rightdown.png);
    bottom: 0px;
    right: 0px;
}

.hf_warp .warp_content .os_products_introduce,
.hf_warp .warp_content .management-team-bg,
.hf_warp .warp_content .market-layout-bg,
.hf_warp .warp_content .contact-us-bg{
    width: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hf_warp .warp_content .os_products_introduce >h1,
.hf_warp .warp_content .management-team-bg >h1,
.hf_warp .warp_content .market-layout-bg >h1,
.hf_warp .warp_content .contact-us-bg >h1{
    margin-top: 60px;
    font-family: SourceHanSansCN-Medium;
    font-size: 32px;
    color: rgba(0,0,0,0.60);
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}

.hf_warp .warp_content .os_products_introduce >p,
.hf_warp .warp_content .management-team-bg >p,
.hf_warp .warp_content .market-layout-bg >p,
.hf_warp .warp_content .contact-us-bg >p{
    margin-top: 24px;
    margin-bottom: 40px;
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    color: rgba(0,0,0,0.20);
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}

.hf_warp .warp_content .os_products_introduce .company-introduce{
    width: 1200px;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 206px;
}

.hf_warp .warp_content .os_products_introduce .company-introduce .content-img{
   /* display: flex;
    justify-content: space-between; */
}

.hf_warp .warp_content .os_products_introduce .company-introduce .content-img >img{
    width: 100%;
}

.hf_warp .warp_content .os_products_introduce .company-introduce .content-img .content{
    /* width: 680px; */
}

.hf_warp .warp_content .os_products_introduce .company-introduce .content-img .content >h2{
    font-family: SourceHanSansCN-Bold;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 700;
    position: relative;
}

.hf_warp .warp_content .os_products_introduce .company-introduce .content-img .content >h2::before{
    position: absolute;
    top: -16px;
    left: 0px;
    content: "";
    width: 60px;
    height: 4px;
    background: #3CB0BF;
}

.hf_warp .warp_content .os_products_introduce .company-introduce .content-img .content >p{
    text-indent: 36px;
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: rgba(0,0,0,0.60);
    letter-spacing: 2px;
    line-height: 35px;
    font-weight: 400;
    margin-top: 30px;
}

.hf_warp .warp_content .tips {
    width: 1200px;
    height: 160px;
    background: #FFFFFF;
    box-shadow: 8px 8px 27px 0px rgba(0,0,0,0.1);
    border-radius: 24px;
    position: absolute;
    top: 120%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform:translate(-50%,-50%);
    z-index: 6;
    display: flex;
    justify-content: center;
 }

.hf_warp .warp_content .tips .tips_list{
    border-radius: 24px;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    width: 96%;
}

.hf_warp .warp_content .tips .tips_list .tips_item{
    width: 135px;
    height: 100%;
    text-align: center;
    overflow: hidden;
}
.hf_warp .warp_content .tips .tips_list .tips_item >img{
    width: 60px;
    height: 60px;
    margin-top: 30px;
    margin-bottom: 20px;
    transition: all 0.2s linear;
    -webkit-transition: height 0.2s ease-out,margin-top 0.2s ease-out;
}

.hf_warp .warp_content .tips .tips_list .tips_item >h3{
    text-align: center;
    font-weight: 500;
    font-family: SourceHanSansCN-Medium;
    font-size: 20px;
    color: rgba(0,0,0,0.40);
}

.hf_warp .warp_content .tips .tips_list .tips_item >div{
    width: 100%;
    height: 0px;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: rgba(0,0,0,0.40);
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    margin-top: 15px;
    overflow: hidden;
    transition: all 0.2s linear;
    -webkit-transition: height 0.2s ease-out,;
}

.hf_warp .warp_content .tips .tips_list .tips_item:hover img{
    height: 0px;
    margin-top: 0px;
}

.hf_warp .warp_content .tips .tips_list .tips_item:hover div{
    height: 100px;
}

.hf_warp .warp_content .management-team-bg{
    background: rgba(0,0,0,0.01);
}

.hf_warp .warp_content .management-team-bg .management-team{
    width: 1200px;
    position: relative;
    margin-bottom: 100px;
}

.hf_warp .warp_content .management-team-bg .management-team .content-img{
    display: flex;
    justify-content: space-between;
}

.hf_warp .warp_content .management-team-bg .management-team .content-img >img{
    width: 460px;
    height: 695px;
}

.hf_warp .warp_content .management-team-bg .management-team .content-img .content{
    width: 680px;
}

.hf_warp .warp_content .management-team-bg .management-team .content-img .content .p-name{
    font-family: SourceHanSansCN-Bold;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 700;
    position: relative;
}

.hf_warp .warp_content .management-team-bg .management-team .content-img .content .p-tips{
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: rgba(0,0,0,0.60);
    letter-spacing: 0;
    font-weight: 400;
}

.hf_warp .warp_content .management-team-bg .management-team .content-img .content .p-name::before{
    position: absolute;
    top: 24px;
    left: 0px;
    content: "";
    width: 100%;
    height: 4px;
    background: #3CB0BF;
}

.hf_warp .warp_content .management-team-bg .management-team .content-img .content >p{
    text-indent: 36px;
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: rgba(0,0,0,0.60);
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
}

.hf_warp .warp_content .management-team-bg .management-team .content-img .content .con-color{
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: #3CB0BF;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
    margin-top: 30px;
}

.hf_warp .warp_content .market-layout-bg{
    background: #ffffff;
}

.hf_warp .warp_content .market-layout-bg .market-layout-list{
    width: 1200px;
    margin-bottom: 80px;
}

.hf_warp .warp_content .market-layout-bg .market-layout-list >h2{
    font-family: SourceHanSansCN-Bold;
    font-size: 24px;
    color: rgba(0,0,0,0.80);
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 26px;
}

.hf_warp .warp_content .market-layout-bg .market-layout-list .market-layout-item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 400;
}

.hf_warp .warp_content .contact-us-bg{
    background: rgba(0,0,0,0.04);
    position: relative;
    padding-bottom: 60px;
}

.hf_warp .warp_content .contact-us-bg .contact-info{
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    bottom: -45px;
    left: -50px;
    width: 520px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 8px 8px 27px 0 rgba(0,0,0,0.10);
}

.hf_warp .warp_content .contact-us-bg .contact-info >img{
    width: 120px;
    height: 120px;
}

.hf_warp .warp_content .contact-us-bg .contact-info >div{
    margin-left: 18px;
}

.hf_warp .warp_content .contact-us-bg .contact-info >div >h3{
    font-family: SourceHanSansCN-Bold;
    font-size: 24px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 8px;
}

.hf_warp .warp_content .contact-us-bg .contact-info >div >p{
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 2px;
}

.hf_warp .warp_content .contact-us-bg .contact-info::before{
    position: absolute;
    content: "";
    bottom: -28px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color:#FFFFFF transparent transparent transparent;
}

.contact-us-bg .map {
    width: 1200px;
    height: 500px;
}

.anchorBL{
    display:none;
} 

.BMap_bubble_pop {
    box-sizing: border-box;
    width: 535px !important;
}
.BMap_bubble_center,
.BMap_bubble_content {
    width: 100% !important;
}

.BMap_bubble_content v{
    overflow: auto !important;
}

.BMap_bubble_pop {
    background-color: transparent !important;
    border: 0 !important;
}
.BMap_bubble_content {
    overflow: initial !important;
}

.BMap_bubble_top,
.shadow,
.BMap_bubble_pop > img {
    display: none;
}