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; 
}

/* 新闻中心 */
.zixunCenter{
    width: 100%;
    /* height: 32rem; */
    background: #F7F8FA;
    padding: 5rem 0 5rem 0;
    
}
.zixunCenter>div:first-of-type{
    width: 84.507042rem;
    margin: 0 auto;
}
.zixunCenter .title{
    width: 84.507042rem;
    font-size: 2.25rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin: 0;
    text-align: center;
}
.zixunCenter .zxMain{
    width: 84.507042rem;
    margin: 4rem auto 0 auto;
  
}

.zixunCenter .zxMain>div{
   
    width: 27.3rem;
    float: left;
    padding: 1rem;
    box-sizing: border-box;
    background: #FFFFFF;
    margin-top: 0.8rem;
    margin-left: 11px;
}

.zixunCenter .zxMain>div .time{
    font-size: 0.99rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 1.27rem;
}
.zixunCenter .zxMain>div .newsTitle{
    width: 23.1rem;
    font-size: 1.41rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;

}
.zixunCenter .zxMain>div .content{
    font-size: 0.99rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 1.41rem;
}
.zixunCenter .zxMain>div a{

    font-size: 0.99rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2761FF;

    text-decoration: none;
    display: inline-block; 

}










.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{
   /* border: 1px solid pink; */
 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;
}
