.navigationBox{
  width: 100%;
  /*overflow:hidden;*/
  height: 90px;
  background:#3dcd58;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}
.navigationMain{
  width: 1280px;
  margin:0 auto;
  height: 100%;
  font-size: 16px;
  color: #fff;
  display: flex;
}
.logoBox{
  display: inline-block;
  float: left;
}
.logoBox img{
  float: left;
  display: block;
  height: 30px;
  max-width: 203px;
  margin: 22px 0;
}
.navigationUl{
  float: left;
  height: 100%;
  margin: 0 0 0 24px;
  line-height: 90px;
  overflow: visible;
}
.navigationUl>ul{
  height: 100%;
  overflow:hidden;
}
.navigationUl>ul>li{
  position: relative;
  float: left;
  height: 100%;
}
.navigationUl>ul>li>a{
  position: relative;
  display: inline-block;
  height: 100%;
  overflow:hidden;
  font-size: 16px;
  color: #fff;
  padding: 0 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.navigationUl>ul>li .xlImg{
    width: 20px;
    vertical-align: top;
    margin-top: 11px;
    margin-left: 5px;
    transform: rotate(180deg);
    transition: all .3s;
    margin-top: 34px;
}
.navigationUl>ul>li>a:hover{
  font-weight: 700;
}
.navigationUl>ul>li>a:hover .xlImg{
   transform: rotate(0deg);
    transition: all .3s;
}
.navigationUl>ul>li>a:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    top: 37px;
    right: 1.5px;
    background-color: #fff;
}
.navigationUlHover{
  width: 200px;
  overflow:hidden;
  position: fixed;
  margin-top: -40px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  display: none;
}
.navigationUlHover ul{
  width: 100%;
  overflow:hidden;
}
.navigationUlHover ul>li{
  width: 100%;
  overflow: hidden;
  background:#029433;
  border-bottom: 1px solid #fff;
  height: 40px;
}
.navigationUlHover ul>li a{
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding:0 10px;
  box-sizing:border-box;
  text-align: center;
  font-size: 14px;
}
.navigationUl>ul>li:hover .navigationUlHover{
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  display: block;
}
.menuBox{
  float: right;
  overflow:hidden;
  margin-top: 18px;
  flex: 1;
  text-align: right;
}
.menudelete{
    width: 23px;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 8px;
    margin-right: 10px;
	float: right;
  }
  .loginImg{
    width:30px;
    cursor: pointer;
  }
  .menuImg{
    width: 23px;
    vertical-align: top;
    margin-top: 6px;
    margin-left: 8px;
    margin-right: 10px;
	float: right;
  }

.navigationUlmobile{
  position: fixed;
  right: 0;
  top:90px;
  overflow:hidden;
  display: none;
  width: 170px;
}
.navigationUlmobilebox{
  width: 100%;
  overflow:hidden;
}
.navigationUlmobileTwo ul{
  width: 100%;
  overflow:hidden;
}
.navigationUlmobilebox>li{
  width: 100%;
  overflow: hidden;
  background:#3ECD5B;
  position: relative;
}
.navigationUlmobilebox>li:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: .4vw;
    width: 100%;
    background:url(https://staticdn.zhevent.com/se/innovation_summit/2021/mobile/images/navborder.png) no-repeat top/cover;;
}
.navigationUlmobileTwo ul>li{
  width: 100%;
  overflow: hidden;
  background:#029433;
  border-bottom: 1px solid #fff;
}
.navigationUlmobilebox>li a,.navigationUlmobileTwo ul>li a{
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding:0 10px;
  box-sizing:border-box;
  text-align: center;
  font-size: 15px;
}
.navigationUlmobileTwo{
  width: 100%;
  overflow:hidden;
}
.xlImg{
  width: 15px;
  vertical-align: top;
  margin-top: 14px;
  margin-left: 2px;
  transform: rotate(180deg);
  transition: all .3s;
}
.xlImgact{
  transition: all .3s;
  transform: rotate(0deg);
}
.tabCommon{
  width: 92%;
  overflow:hidden;
  /*padding:5px 0;*/
  box-sizing: border-box;
  background:url(https://staticdn.zhevent.com/se/innovation_summit/2021/mobile/images/tabbg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  margin:0 auto;
}
.tabCommon ul{
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabCommon ul li{
  flex: 1;
  overflow:hidden;
  height: 35px;
  /*max-width: 120px;*/
}
.tabCommon ul li a{
  display: block;
  height: 100%;
  line-height: 35px;
  font-size: 12px;
  text-align:center;
  color: #fff;
  position: relative;
}
.tabCommon ul li a.tabborder:after{
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 50%;
  top: 25%;
  background:url(https://staticdn.zhevent.com/se/innovation_summit/2021/mobile/images/tabborder.png) 0 0 no-repeat;
  background-size: 100% 100%;
  border-radius: 5px;
}
.tabCommon ul li a span{
  display: inline-block;
  /*width: 100%;*/
  text-align: center;
  overflow:hidden;
  font-size: 12px;
  position: relative;
}
/*.tabCommon ul li a span:after{
   content: "";
   position: absolute;
   width: 100%;
   height: 100%;
   top:0;
   left: 0;
   background:#3dcd58;
   filter: blur(13px);
}*/
.tabCommon ul li a img{
   width: 72%;
}
.tabCommon ul li.tabCommonAct{
}
.tabCommon ul li.tabCommonAct a{
  color: #3dcd58;
}







/*mobile*/
@media screen and (max-width: 750px){
  .navigationUlmobile{
      top:50px;
    }
   .navigationUl{
       display: none;
   }
   .navigationBox{
      height: 50px;
      box-sizing: border-box;
   }
   .navigationMain{
    width: 100%;
    height: 50px;
    padding:10px 10px;
    box-sizing:border-box;
   }
   .logoBox img{
    height: 30px;
    margin:0;
   }
   .menuBox{
      margin-top: 0;
    }


}
