
@font-face {
  font-family: 'IRSina';
  src: url(../fonts/irsina.ttf);
}
@font-face {
  font-family: 'Helvetica-Neue';
  src: url(../fonts/helvetica-neue-2.ttf);
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica-Neue';
}


body {
  overflow-x: hidden;
}

.p_14 {
  padding: 0 14px;
}

.myContainer {
  width: 1180px;
  margin: auto;
}

.myHeader {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  background: #FFF;
}

.myHeader .contact {
  padding: 5px 0 28px;
  position: relative;
}

.myHeader .contact .logo {
  display: block;
  margin: auto;
  width: 90px;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.myHeader .contact .mobileNav {
  display: none;
}

.myHeader .contact .way {
  position: absolute;
  bottom: 28px;
  right: 0;
  display: flex;
  align-items: flex-end;
  transition: all 0.3s ease-in-out;
}

.myHeader .contact .way .text {
  font-size: 25px;
  font-weight: bold;
  line-height: 28px;
  margin-right: 12px;
}

.myHeader .contact .way .icon {
  width: 30px;
  display: block;
  height: auto;
}

.myHeader .myNav {
  background: #000;
}

.myHeader .myNav .myContainer {
  display: flex;
  justify-content: space-between;
}

.myHeader .myNav .myContainer .close {
  display: none;
}

.myHeader .myNav .myContainer .item {
  font-size: 22px;
  color: #FFF;
  line-height: 42px;
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.myHeader .myNav .myContainer .item::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.myHeader .myNav .myContainer .item:hover{
  opacity: 0.6;
}

.myHeader .myNav .myContainer .way {
  display: none;
}

.headerActive .contact {
  padding: 14px 0;
}

.headerActive .contact .logo {
  width: 65px;
  margin: 0;
}

.headerActive .contact .way {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.headerActive .contact .way .text {
  font-size: 20px;
}

@media (max-width: 1440px) {
  .myContainer {
    width: 980px;
  }
}

@media (max-width: 1180px) {
  .myContainer {
    width: 100%;
    box-sizing: border-box;
    padding: 0 3%;
  }
}

@media (max-width: 768px) {
  .myHeader .contact {
    display: flex;
    padding: 5px 0;
    justify-content: space-between;
    align-items: center;
  }
  .myHeader .contact .logo {
    width: 45px;
  }
  .myHeader .contact .mobileNav {
    display: block;
  }
  .myHeader .contact .way {
    display: none;
  }
  .myHeader .myNav {
    width: 0;
    height: 100vh;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    position: fixed;
    right: 0;
    top: 0;
  }
  .myHeader .myNav .myContainer {
    flex-direction: column;
    padding-top: 55px;
    position: relative;
    justify-content: flex-start;
    height: 100%;
  }
  .myHeader .myNav .myContainer .close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
  }
  .myHeader .myNav .myContainer .close path {
    fill: #FFF;
  }
  .myHeader .myNav .myContainer .item {
    font-size: 18px;
    line-height: 2.4;
  }
 
  .myHeader .myNav .myContainer .way {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    display: flex;
    white-space: nowrap;
    align-items: center;
  }
  .myHeader .myNav .myContainer .way .text {
    margin-right: 10px;
  }
  .myHeader .myNav .myContainer .way .icon {
    width: 30px;
    height: auto;
    display: block;
  }
  .myHeader .navActive {
    z-index: 12;
    width: 80vw;
  }
}
