

.logo{
    background: url(./imgs/logo.png) no-repeat center;
    background-size: 100% 100%;
    width: 167px;
    height: 30px;
    position: relative;
    left: 30px;
}
#main .text3{
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
#header .box{
    background: #fff;
    height: 72px;
    z-index: 1000;
    position:fixed;
    width: 100%; 
}
#main  .box-qis2{
    position: absolute;
    top: 41%;
    left: 34.5%;
}
#main .hr3{
    width: 60px;
    height: 6px;
    background: linear-gradient(270deg, #7CCE25 0%, #0E7FE2 100%)
}
.r30{
    position: relative;
    right: 30px;
}
.upimg{
    width: 100px;
    height: 100px;
}
.head-txt{
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}
.flex{
    display: flex;
}
.f-ic{
    align-items: center;
}
.f-jc{
    justify-content: space-around;    
}
.ft-14{
    font-size: 14px
}
.ml-85{
    margin-left: 85px;    
}
.hand{
    cursor: pointer;  
}
.carousel-indicators li {
    width: 28px !important;
    height: 6px !important;
    border: none !important;
    border-radius: 0 !important;
}
.carousel-indicators .active {
    background: linear-gradient(270deg, #7CCE25 0%, #0E7FE2 100%) !important;
    height: 6px !important;
    margin: 1px !important;
}
.tx{
    background: linear-gradient(180deg, #E8F6FF 0%, rgba(254, 255, 255, 0) 100%);
    padding: 50px;
}
#main .box{
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 2px 40px 0px rgb(154 198 232 / 20%);
    width: 62%;
    position: absolute;
    top: -62%;
    left: 18.8%;
}
.tmb{
    text-align: center;
    margin-bottom: 50px;
}
#main .boxs{
   position:relative;
   min-height:200px
}
#main .title{
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    text-align: center;
    padding: 40px;
    color: #333333;
}
#main .txt{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}
#main .item{
    display: flex;
    flex-direction: column;
    align-items: center;    
}
#main .box-item{
    width: 100%;
    justify-content: space-around;
    padding-bottom: 40px;
}
#main .box2{
    background-color: #F9FBFD;
    display: flex;
    justify-content: center;
}

#main  .qtitle{
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    padding: 80px 50px 40px 50px;
}
#main .desc{
    padding: 0px 50px 0px 50px;
    line-height: 40px;
}
#main  .etxt{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;

}
#main  .ltitle{
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 400;
    color: #333333;
}
#main .ldesc{
}
#main .btn-more{
    padding: 0 20px;
    margin: 60px 50px;
    border: 1px solid #333333;
    width: 200px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#main .qis .txt{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;ƒ
    font-weight: 400;ƒ
    color: #333333;    
}
#main .dtext{
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
}
#main .d-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1290px;
    margin: 0 auto;
}
#main .dtexts{
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    margin-bottom: 0;
}
#main .qis{
    height: 100%;
    position: relative;
}
#main .box-qis{
    position: absolute;
    top: -4%;
    left: 61%;
}
#main .ld{
    height: 100%;
    position: relative;
}
#main .box-ld{
    position: absolute;
    top: 34%;
    left: 15%;
}
#main .box-qis p {
    margin-bottom:0;
}
#footer .f-box{
    background: #1A1B21;
    padding: 40px 0px;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
}
#footer .f-txt{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    opacity: 0.7;
    color: #FFFFFF;
}
.yjb{
    width: 1200px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}
.f-c-c{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.mt-50{
    margin-top: 50px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-50{
    margin-bottom: 50px;
}
.pt-5{
    padding-top:5px;
}
.pt-10{
    padding-top: 10px;
}
.pt-20{
    padding-top: 20px;
}
.pt-30{
    padding-top: 30px;
}
.pt-35{
    padding-top: 35px;
}
.pt-40{
    padding-top: 40px;
}
.p50{
    padding: 50px;
}
.mt-60{
    margin-top: 60px;
}
.f-left{
    width: 47%;
}
.ml-20{
    margin-left: 20px;
}
.pt-50{
    padding-top:50px;
}
.pl-30{
    padding-left: 30px;
}
.f-wr{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.map{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.f-e{
    justify-content: end;
}
.icon-left{
    width: 18px;
    height: 18px;
}
.w100{
    width:100%;
    height:440px !important;
}
.cff{
    color:#fff !important;
}
.csf{
    border: solid 1px #fff !important;
}
/* .p50{
    padding: 50px 0px;
} */
.pb-box{
    display: grid;
    justify-content: center;
}
.ta-c{
    text-align: center;
}
.ta-l{
    text-align: left;
}
.bgf9{
    background-color: #F9FBFD;
}
.w600{
    width:600px;
}
.name{
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    padding-left: 20px;
    color: #FFFFFF;
}
.npc{
    position: absolute;
    top: 26%;
    right: 3%;
    line-height: 30px;
}
.p-ba{
    text-align: right;
    position: relative;
}
.phone{
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.ubox{
    height: 70px;
    background: #000000;
    opacity: 0.48;
    position: fixed;
    top: 70px;
    justify-content: center;
    width: 100%;
    z-index: 100;
}
.zj{
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    padding-bottom: 20px;
}
.zjm{
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
}
.tac{
    text-align: center;
}
.ceo-box{
    display: flex;
    justify-content: end;
}
.yj{
    background: #0081E9;
}
.yjt{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.yjtx{
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.lgb{
    background: linear-gradient(270deg, #7CCE25 0%, #0E7FE2 100%);
    width: 600px;
}
.ceon{
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.ceod{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    padding: 40px;
    line-height: 36px;
    color: #FFFFFF;
}
.ceo{
    font-size: 40px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}
.gs{
    width: 1200px;
    height: 70px;
    background: #0E7FE2;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    top: -70px;
    text-align: center;
    margin: 0 auto;
    line-height: 73px;
}
.ulist{
    display: flex;
    font-size: 14px;
    color: #5D5F64;
    align-items: center;
    font-weight: bold;
    padding: 0 50px;
    justify-content: center;
}
.cff{
    color:#fff;
}
.p-box{
    background:#0E7FE2;
    width: 1090px;
    padding: 1.8px 0px;
}
.cod{
    display: flex;
    align-items: center;
    position: relative;
    top: 50px;
    left: 3%;
}
.cods{
    position: relative;
    top:85px;
    left:3%;
}
.ulist:hover{
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.4) 100%);  
    color: #fff;  
}
.listc{
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.4) 100%);    

}
.act{
    color:#0E7FE2 !important;
}
a{
    color:#333 !important;
    text-decoration:none !important;
}
a:hover{
    text-decoration:none !important;
    color:#0E7FE2 !important;
}

.ft-16{
    font-size: 16px;
}
.mdesc{
    position: absolute;
    background: #0E7FE2;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    left: 32.4%;
    top: 39%;
    box-shadow: 0px 8px 10px 0px rgb(36 74 138 / 50%);
}