.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%;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
}
.logoBox{
  display: inline-block;
  float: left;
}
.logoBox img{
  float: left;
  display: block;
  height: 46px;
  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;
}
.menuImg,.menudelete,.loginImg{
    width:50px;
    cursor: pointer;
  }


.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;
  position: relative;
  background:#3ECD5B;
}
.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: 14px;
}
.navigationUlmobilebox>li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: .4vw;
    width: 100%;
    background: url(../images/navborder.png) no-repeat top/cover;
}
.navigationUlmobileTwo{
  width: 100%;
  overflow:hidden;
}
.xlImg{
  width: 15px;
  vertical-align: top;
  margin-top: 11px;
  margin-left: 2px;
  transform: rotate(180deg);
  transition: all .3s;
}
.xlImgact{
  transition: all .3s;
  transform: rotate(0deg);
}
.tabCommon{
  width: 92%;
  overflow:hidden;
  margin:15px auto;
}
.tabCommon ul{
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabCommon ul li{
  flex: 1;
  overflow:hidden;
  height: 40px;
  line-height: 40px;
  /*max-width: 120px;*/
}
.tabCommon ul li a{
  display: block;
  height: 100%;
  font-size: 13px;
  text-align:center;
  color: #3dcd58;
}
.tabCommon ul li.tabCommonAct{
   background:url(../images/tabact.png) 0 0 no-repeat;
   background-size: 100% 100%;
}
.tabCommon ul li.tabCommonAct a{
  color: #fff;
}







/*mobile*/
@media screen and (max-width: 750px){
  .navigationUlmobile{
      top:50px;
    }
   .navigationUl{
       display: none;
   }
   .navigationBox{
      height: 50px;
      box-sizing: border-box;
   }
   .navigationMain{
    width: 100%;
    height: 30px;
    padding:10px 10px;
    box-sizing:border-box;
   }
   .logoBox img{
    height: 8vw;
    margin:0;
   }
   .menuBox{
      margin-top: 0;
    }
   .menuImg,.menudelete,.loginImg{
      width:30px;
    }
}
