/*页头*/
.product-service-menu{
  right: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  z-index: 1;
  background-color: #f1f6ff!important;
  box-shadow: inset 0 0 10px -1px rgba(0,0,0,0.07);
  backdrop-filter: blur(4px);
}
.product-menu-content{
  flex: 1;
  min-height: 397px;
  padding: 40px 0 28px 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  position: relative;
  z-index: 9;
}
.about-menu-content{
  justify-content: flex-end;
}
.solution-menu-content{
  margin-left: 59%;
}

.product-menu-tab{
  width: calc(100% / 7);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.product-menu-tab:first-child{
  width: 17%
}
.product-menu-tab:nth-child(2){
  width: 16%
}
.product-menu-tab:nth-child(3){
  width: 12%
}
.product-menu-tab:nth-child(4){
  width: 9%
}
.product-menu-tab:nth-child(5){
  width: 17%
}
.product-menu-tab:nth-child(6){
  width: 12%
}
.product-menu-tab:nth-child(7){
  width: 17%
}
.about-menu-tab{
  margin-top: 0;
  width: 7% !important;
  display: flex;
  flex-direction: column;
  align-items: self-start;
}
.solution-menu-tab{
  margin-top: 0;
  width: 50% !important;
}
.product-menu-tab-title{
  padding-bottom: 9px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #000000;
  line-height: 14px;
  border-bottom: 1px solid #D8D8D8;
}
.product-menu-text{
  margin-bottom: 12px;
  text-align: left;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}
.product-menu-text a{
  font-size: 14px !important;
}
.menu-text{
  display: inline;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  border-bottom: 1px solid transparent;
}
.menu-text:hover{
  border-bottom: 1px solid #003C88;
  color: #333333;
  text-decoration: none !important;
}
.product-menu{
  clear: both;
  position: absolute;
  left: 0;
  z-index: 9;
  width: 42%;
  height: 397px;
  display: block;
  background:url(../image/index/product-service.png?v=20240925) no-repeat center center;
  background-size: 100% 100% !important;
  overflow: hidden;
}
.about-menu{
  width: 69%;
  background:url(../image/index/about-ht.png) no-repeat center center;
}
.solve-menu{
  background:url(../image/index/solve-menu.png) no-repeat center center;
}
.service-menu-box{
  display: flex;
  width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1200px){
}
@media (max-width: 960px){

}
/**  ipad  **/
@media (max-width: 768px){

}
/**  phone  **/
@media (max-width: 576px){

}