header {
  width: 100%;
  background: black;
  height: 80px;
  position: fixed;
  max-width: 1920px;
  z-index: 99999;
}
#header_inner{  
  width: 1304px;
  margin-left: auto;
  margin-right: auto;
}




header p {
  font-size: 1.2em;

  font-weight: 600;
}
header p :hover {
  color: #00e894;
}
header p a {
  text-decoration: none;
  color: #fff;
}

.logo {
  text-align: left;
  float: left;
  width: 20%;
  padding-top: 8px;
}

.logo img{
    width: 100%;
    margin-top: 0px;
}


.phone {
  float: right;
  text-align: right;
  width: 20%;
  color: white;
  margin-top: 32px;

}

.menu {
  width: 60%;
  float: left;
  display: inline-block;
  text-align: center;
  margin-top: 34px;

  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;

}
.menu li {
  display: inline-block;
  padding: 0 1%;

}
.menu li:last-child {
  border: none;
}
.menu li :hover {
  color: #00e894;
}
.menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 0;
}



.clearfix:after {
  content: " ";
  visibility: hidden;
  display: none;
  height: 500px;
  clear: both;
  
}



@media only screen  and (max-width: 1360px){
header {
  width: 100%;
  height: 80px;
  position: fixed;
  max-width: 100%;
  z-index: 99999;
}
#header_inner{  
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.logo {

  padding-top: 14px;
}


    
@media only screen and (max-width: 480px){
header {
  width: 100%;
  height: 70px;
  position: fixed;
  z-index: 99999;
}
#header_inner{
    width: auto;
  max-width: 100%;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;

}
.logo img{
    width: 100%;
    margin-top: 9px;
}
    
    
  .logo {
    margin-left: 24%;
    width: 30%;
    padding: 15px 2px 0 0;

  }
  
    
  .phone {
    width: 42%;
    float: right;
  }
  .menu {
    text-align: left;
    width: 100%;
    margin-top: 29px;
    background: #484b50;
  }
  .menu li {
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .menu li :hover {
    background: #54585d;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .menu li a {
    display: table;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding: 20px;
    overflow: hidden;
    border-bottom: thin solid #555;
  }

  .burger {
    position: absolute;
    z-index: 9999;
    width: 20%;
    height: 70px;
    display: block;
    top: 0px;
    left: 10%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .burger i {
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .burger i:before, .burger i:after {
    content: '';
    position: absolute;
    height: 2px;
    background: #fff;
    width: 40px;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .burger i:before {
    margin-top: -12px;
  }
  .burger i:after {
    margin-top: 12px;
  }

  .burger:hover i:before {
    margin-top: -14px;
  }
  .burger:hover i:after {
    margin-top: 14px;
  }
 
  .burger.active i {
    background: transparent;
  }
  .burger.active i:before, .burger.active i:after {
    left: -5px;
    width: 50px;
  }
  .burger.active i:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
  }
  .burger.active i:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -12px;
  }
  .burger.active:hover {
    background: #00e894;
  }
  .burger.active:hover i:before, .burger.active:hover i:after {
    width: 60px;
    margin: 0;
    left: -10px;
    top: 0;
  }
}
