    body {
        padding: 0;
        margin: 0;
        min-width: 1900px;
    }
   a{
        text-decoration: none; /* 取消下划线 */
        color: inherit;
    }
  .navbar {
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    background: #ffffff;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 0px 0px;
    width: 100%;
    z-index: 999;

  }
  .navitemcard {
    margin-left: 40px;
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .navitem {
    margin-left: 40px;
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .navitem > a {
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
  }
  .navitemactive {
    /* border-bottom: 3px solid #011eff !important; */
    color: #011eff;
  }
  
  .navimg {
    margin-right: 100px;
  }
  .navright1 {
    position: absolute;
    right: 280px;
    width: 150px;
    height: 30px;
    background: linear-gradient(90deg, #336cfe 0%, #1da8f9 100%);
    border-radius: 4px 4px 4px 4px;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .navright1img {
    margin-right: 9px;
  }
  .navright2 {
    width: 76px;
    height: 30px;
    background: linear-gradient(135deg, #336dff 0%, #1ea8fa 100%);
    border-radius: 4px 4px 4px 4px;
    border: none;
    color: white;
    position: absolute;
    right: 170px;
  }
  .shufengexian {
    width: 0px;
    height: 30px;
    border: 1px solid #969aa0;
    position: absolute;
    right: 136px;
  }
  .logofoot {
    position: absolute;
    right: 66px;
    transition: transform 0.5s ease; /* 平滑过渡效果 */
  }
.logofoot:hover {
    transform: rotate(360deg); /* 顺时针旋转 360 度 */
}
.productcenter{
    width: 466px;
    /*height: 250px;*/
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px ;
    padding-left: 40px;
    position: absolute;
    top: -15px;
    left: 300px;
    z-index: 1000;
}
.productcenterleft{
    width: 200px;
}
.procenleftitem>a:hover{
    color: #011EFF;
}
.procenleftitem>a{
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.procenleftitemimg{
    width: 30px;
    height: 30px;
    margin-right: 11px;
}
.procenfengexian{
    height: 212px;
    width: 0px;
    border: 1px solid #000000;
    opacity: 0.1;
}
.productcenterright{
    padding-left: 38px;
}
.procenrightitem>a:hover{
    color: #011EFF;
}
.procenrightitem>a{
    padding-left: 20px;
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.procenrightitemimg{
    margin-right: 11px;
}

.solutioncard{
    width: 550px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: 10px 10px 10px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 20px;
    position: absolute;
    top: -15px;
    left: 475px;
    padding-bottom: 20px;
    z-index: 1000;

}
.solutioncardleft{
    width: 55%;

}
.solutioncarditem{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}
.solutioncarditem:hover .scitemrighttop,
.solutioncarditem:hover .scitemrightbottom {
    color: #011EFF; /* 悬浮时文本颜色变为蓝色 */
}
.solutioncarditem2:hover .scitem2righttop,
.solutioncarditem2:hover .scitem2rightbottom {
    color: #011EFF; /* 悬浮时文本颜色变为蓝色 */
}
.solutioncarditem>a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.scarditemleft{

}
.scarditemleftimg{
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.scarditemright{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.scitemrighttop{
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 2px;
}
.scitemrightbottom{
    font-weight: 400;
    font-size: 10px;
    color: #666666;
    line-height: 12px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.solutioncardfenge{
    height: 390px;
    width: 0px;
    border: 1px solid #000000;
    opacity: 0.1;
    margin-left: 20px;
}
.solutioncardright{
    
}
.solutioncarditem2{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
    margin-top: 20px;
}
.solutioncarditem2>a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.scarditem2right{
    
}
.scitem2righttop{
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 2px;
}
.scitem2rightbottom{
    font-weight: 400;
    font-size: 10px;
    color: #666666;
    line-height: 12px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.productmatrix{
    width: 284px;
    min-height: 130px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: 10px 10px 10px 10px;
    padding: 10px 14px;
    position: absolute;
    top: -15px;
    /*right: 20px;*/
    z-index: 1000;

}
.promatrixTitle{
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
}
.promatrixfenge{
    width: 284px;
    height: 0px;
    border: 1px solid #000000;
    opacity: 0.1;
}
.promatrixcontent{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.promatrixbody{
    width: 33.3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 19px;
}
.promatrixbody:hover a span{
    color: #011EFF;
}
.promatrixbody>a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.promatrixbody>a>img{
    width: 50px;
    height: 50px;
    margin-bottom: 3px;
}
.promatrixbody>a>span{
    font-weight: 400;
    font-size: 10px;
    color: #333333;
    line-height: 12px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.container4Item{
    position: absolute;
    width: 156px;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    top: -15px;
    left: 950px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    z-index: 1000;
}
.aTextBox{
    width: 100%;
    height: 33.3%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aTextBox > a{
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.aTextBox:hover a {
    color: #011EFF;
}