
a{
    text-decoration: none!important;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-user-select: none;
        -moz-user-focus: none;
        -moz-user-select: none;
        /* color: #fff; */
}
/* banner */
.bannerBox{
    width: 100%;
    margin-top:  5.733803rem;
}

.bannerBox .one{
    width:100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.bannerBox .one img{
    width: 100%;
    height:100%;
}
.bannerBox .one .oneContentBox{
    position: absolute;
    width: 84.507042rem;
    height:100%;
    left: 0;
    right: 0;
    bottom:0;
    top: 0;
    margin: 0 auto;
}
.bannerBox .one .oneContentBox .bigTitle{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 3.94rem;
    font-size: 2.25rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 2px;
    z-index: 100; 
}



/* 企微总机 */
.hot{
    width: 100%;
    height: 38.28rem;
    background: #FFFFFF;
    padding: 2rem 0 2rem 0;
}
.hot>div:first-of-type{
    width: 84.507042rem;
    margin: 0 auto;
}


.hot .mainCoent{
    width: 100%;
    margin-top: 2.89rem;
}

.hot .mainCoent .comPanyNameBox .companyName {
    font-size: 2.25rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
}
.hot .mainCoent .comPanyNameBox .subTitle {
    font-size: 1.27rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #999999;
    margin-top: 1.13rem;
}
.hot .mainCoent .aboutUsConteent{
    margin-top: 2.82rem;
}
.hot .mainCoent .aboutUsConteent .c1,.c2{
    width: 100%;
    font-size: 1.27rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 1.69rem;
}
.hot .mainCoent .aboutUsConteent .c2{
    margin-top:0.4rem;
}
.hot .mainCoent .aboutUsConteent .c3{
    margin-top:0.4rem;
}
.hot .mainCoent .aboutUsConteent .c4{
    margin-top:1.13rem;
}

/* 企业微信 */
.ourGood{
    width: 100%;
    /* height: 40.28rem; */
    background: #F7F8FA;
    height: 30em;
    padding: 2rem 0 2rem 0;
    
}
.ourGood>div:first-of-type{
    width: 84.507042rem;
    margin: 0 auto;
    margin-top: 2rem;
}
.ourGood .ourMain .mainCoent{
    width: 100%;
}

.ourGood .ourMain .mainCoent .comPanyNameBox .companyName{
    font-size: 2.25rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
}
.ourGood .ourMain .mainCoent .comPanyNameBox .subTitle{
    font-size: 1.27rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #999999;
    margin-top: 1.13rem;
}
.ourGood .ourMain .mainCoent .mapBox{
   display: flex;
   margin-left: 11.9rem;
   margin-top: 2.25rem;
}
.ourGood .ourMain .mainCoent .mapBox img{
   width: 32.39rem;
   height: 16.9rem;
}
.ourGood .ourMain .mainCoent .mapBox .right{
  width:26rem;
  height: 6.34rem;
  margin-top: 5.28rem;
  margin-left: 2.68rem;
}
.ourGood .ourMain .mainCoent .mapBox .right .d1{
    font-size: 0.99rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 1.27rem;
}
.ourGood .ourMain .mainCoent .mapBox .right .d2{
  margin-top:1.13rem;
}




.footCompnay{
    width: 100%;
    height: 18.03rem;
    background: #2761FF;
    text-align: center;

}


.footCompnay>div:first-of-type{
    width: 56.69rem;
    height: 18.03rem;
    margin: 0 auto;
    background-image: url(../assets/newpic/ft_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.footCompnay .mainContent{
    height: 18.03rem;
   display: flex;
   flex-direction: column;
   align-items: center;
   padding-top: 3rem;
}

.footCompnay .mainContent .companyTitle{
    font-size: 2.25rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}
.footCompnay .mainContent .btBox{
    display: flex;
    align-items: center;
}
.footCompnay .mainContent .btBox .bt1{
 width: 8.45rem;
height: 2.82rem;
border-radius: 0.14rem;
border: 0.07rem solid #FFFFFF;

font-size: 1.13rem;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #FFFFFF;
line-height: 2.82rem;
text-align: center;
}
.footCompnay .mainContent .btBox .bt2{
    width: 8.45rem;
    height: 2.85rem;
    background: #FFFFFF;
    border-radius: 0.14rem;
  
    font-size: 1.13rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #0081FF;
    line-height:2.85rem;
    margin-left: 0.85rem;
}

