
*{
    font-family: "微软雅黑","Microsoft YaHei" !important;
}
.nav-box{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
}
.nav-box .bg{
    position: absolute;
    top: 0;
    left: 0;
    background: url('../img/navbg.png?v=221213');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-width: 1380px;
    width: 100%;
    height: 100px;
}
.nav{
    position: relative;
    z-index: 10;
    height: 100px;
    width: 1380px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 60px;
}
.logo{
    display: flex;
    align-items: center;
}
.logo_txt{
    width: 95px;
    height: 24px;
}
.logo-icon{
    width: 53px;
    height: 29px;
}
.tab{
    display: flex;
    align-items: center;
}
.pc-icon{
    width: 21px;
    height: 21px;
    margin-right: 5px;
}
.nav-item{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 100px;
    height: 100px;
    margin-left: 60px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}
.pcw{
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-item:first-child{
    margin-left: 0px;
}
.nav .nav-item:hover{
    animation: bird-slow 0.3s forwards;
}

@keyframes bird-slow {
    0% {
    }
    100% {
        color: #5576FFff;
    }
  }
.nav .nav-item.active{
    color: #5576FF;
}
.bottom{
    background: #383838;
    color: #FFFFFF;
    padding: 30px 0;
    min-width: 1380px;
    width: 100%;
}
.bottom a{
    background: #383838;
    color: #FFFFFF;
    font-size: 18px;
}
.bottom .bottom-box{
    width: 1380px;
    padding: 0 60px;
    margin: auto;
    box-sizing: border-box;
}
.bottom .security{
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #666666;;
    display: flex;
    justify-content: center;
    font-weight: 300;
    color: #999999;
    font-size: 16px;
    margin-top: 20px;
}
.bottom .security img{
    width: 21px;
    height: 21px;
    margin-right: 10px;
}
.bottom .security a{
    font-weight: 300;
    color: #999999;
    font-size: 16px;
}
.bottom .flex{
    justify-content: space-between;
    align-items: center;
}
.bottom .bottom-icon{
    width: 30px;
    height: 30px;
}
.bottom .logo{
    height: 30px;
    width: 160px;
}
.bottom .btns{
    display: flex;
    height: 50px;
}
.bottom .end{
    align-items: flex-end;
    font-weight: 300;
}
.bottom .end .txt{
    font-size: 16px;
    color:RGBA(175, 175, 175, 1);
    display: flex;
    align-items: flex-end;
    margin-top: 10px;
}
.bottom .end .txt span{
    display: inline-block;
    height: 21px;
}
.bottom .end .txt img{
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.ml75{
    margin-left: 75px;
}
.colorddd{
   color:#DDDDDD !important;
}
.mb95{
    margin-bottom: 95px;
}
.flex{
    display: flex;
    box-sizing: border-box;
}
.details-box{
    width: 1380px;
    padding:0 60px;
    box-sizing: border-box;
    margin: auto;
}
.icon-btn{
    position: relative;
}
.icon-btn .ewm-icon{
    position: absolute;
    top: -160px;
    left:0;
    right: 0;
    margin: auto;
    transition: all 0.2s linear;
    display: none;
}
.bottom-wx-icon,.bottom-az-icon{
    width: 130px;
    height: 130px;
    top: -147px !important
}
.icon-btn:hover .ewm-icon{
    display: block;
    animation: opacity-slow 0.5s forwards;
}
.bottom-relative{
    position: relative;
}
.dyewm-icon,.wxewm-icon{
    width: 130px;
    height: 130px;
    position: absolute;
    top: 28px;
    left: -50px;
    padding-top: 15px;
    display:none
}
.dyewm:hover .dyewm-icon{
    display: block;
    animation: opacity-slow 0.5s forwards;
}
.wxewm:hover .wxewm-icon{
    display: block;
    animation: opacity-slow 0.5s forwards;
}
@keyframes opacity-slow {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1;
    }
  }
.enterprise-background{
    width: 111px;
    height: 50px;
    background: #5576FF;
    border-radius: 30px 30px 30px 30px;
    color: white;
    line-height: 50px;
    text-align: center;
    margin-left: 30px;
}
.vsiji{
    width: 111px;
    height: 50px;
    background: #FFD530;
    border-radius: 30px 30px 30px 30px;
    color: #333333;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    margin-left: 80px;
}