.hideScroll {
  overflow: hidden;
  min-height: 100vh;
}
#head {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  height: 4.6875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 8000;
}
#head .left {
  height: 65%;
}
#head .left .min {
  display: none;
}
#head .left img {
  width: auto;
  height: 100%;
}
#head .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  margin-left: 1.0625vw;
}
#head .right > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#head .right > ul > li {
  position: relative;
  height: 100%;
  padding: 0 0.8333vw;
}
#head .right > ul > li:hover .c {
  display: block;
}
#head .right > ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #282828;
  font-size: 20px;
}
#head .right > ul > li a::before {
  content: '';
  width: 100%;
  display: block;
  height: 5px;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  background-color: #972C2A;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 300ms !important;
  transition: -webkit-transform 300ms !important;
  transition: transform 300ms !important;
  transition: transform 300ms, -webkit-transform 300ms !important;
}
#head .right > ul > li a:hover {
  color: #282828 !important;
}
#head .right > ul > li a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#head .right > ul > li a.active {
  color: #282828 !important;
}
#head .right > ul > li a.active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#head .right .c {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 4.6875vw;
  background-color: #fff;
}
#head .right .c li {
  display: block;
  text-align: center;
}
#head .right .c li a {
  display: inline-block;
  text-align: center;
  height: 2.9166vw;
  line-height: 2.9166vw;
}
#head .rm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #fff;
}
#head .rm img {
  width: 1.354vw;
  height: 1.354vw;
}
#head .rm div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1vw;
  cursor: pointer;
}
#head {
  background-color: #972C2A;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(159, 150, 150, 0.1);
          box-shadow: 0px 4px 12px 0px rgba(159, 150, 150, 0.1);
}
#head .right ul li:hover {
  background-color: #78191b;
}
#head .right ul li a {
  color: #fff;
}
#head .right ul li a::before {
  background-color: #fff;
  color: #fff !important;
}
#head .right ul li a:hover {
  color: #fff !important;
}
#head .right ul li a.active {
  color: #fff !important;
}
#head .right ul li a.active::before {
  background-color: #fff;
}
#head .c {
  background-color: #78191b !important;
}
#head .rm {
  color: #282828;
}
.minScreen {
  display: none;
  cursor: pointer;
}
.minScreen .open {
  width: 24px;
  height: 18px;
  padding: 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.minScreen .open div {
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin: 2px 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.minScreen .open.close {
  height: 16px;
  margin-top: 2px;
}
.minScreen .open.close div:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(4px);
          transform: rotate(45deg) translateY(4px);
}
.minScreen .open.close div:nth-child(2) {
  display: none;
}
.minScreen .open.close div:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-4px);
          transform: rotate(-45deg) translateY(-4px);
}
@media (max-width: 1750px) {
  .right ul li a {
    font-size: 18px !important;
  }
}
@media (max-width: 1600px) {
  .right ul li a {
    font-size: 16px !important;
  }
}
@media (max-width: 1450px) {
  .right ul li a {
    font-size: 14px !important;
  }
}
@media (max-width: 1350px) {
  .right ul li a {
    font-size: 13px !important;
  }
}
@media (max-width: 1100px) {
  #head {
    padding: 0 4%;
    height: 65px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #head.active {
    background-color: #972C2A !important;
  }
  #head.active .right {
    left: 0;
  }
  #head .right {
    position: fixed;
    top: 65px;
    bottom: 0;
    width: 100%;
    left: -100%;
    margin: 0;
    padding: 0 4%;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    overflow: auto;
    z-index: 8000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #head .right ul {
    display: block;
  }
  #head .right ul li {
    height: auto;
  }
  #head .right ul li:hover .c {
    display: none;
  }
  #head .right ul li:hover {
    background-color: #fff;
  }
  #head .right ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #333333;
    font-size: 16px !important;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  #head .right ul li a.active,
  #head .right ul li a:hover {
    color: #333333 !important;
  }
  #head .right .c {
    position: static;
    z-index: 0;
    top: 0;
    background-color: #fff !important;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  #head .right .c li {
    padding-left: 20px;
  }
  #head .right .c li a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: left;
  }
  .minScreen {
    display: block;
  }
}
