.menus .menus-con {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 12;
  display: none;
}
.menus .menus-con .menus-item {
  float: left;
  width: 12.5%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.menus .menus-con .menus-item .menu-child {
  position: relative;
  height: 100%;
}
.menus .menus-con .menus-item .first-container {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 9 !important;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
  z-index: 9;
}
.menus .menus-con .menus-item .first-title {
  height: 110px;
  /* width: 76%; */
  width: 100%;
  /* padding-top: 30px; */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -100px;
  display: none;
  margin: auto;
  overflow: hidden;
}
.menus .menus-con .menus-item .first-title .first-con {
  position: relative;
  left: 0;
  top: 0;
  margin-left: 20%;
  padding-top: 12px;
  /* overflow: hidden; */
  -webkit-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -o-transition: 0.4s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}
.menus .menus-con .menus-item .first-title .first-con span {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  -o-transition: 0.6s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}
.menus .menus-con .menus-item .first-title .first-con .first-name {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  font-family: DFPKingGothicGB-Medium;
}
.menus .menus-con .menus-item .first-title .first-con .first-entxt {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.12;
  letter-spacing: 1.5px;
  text-align: left;
  color: #838383;
  padding-top: 10px;
}
.menus .menus-con .menus-item .first-title .firstHide {
  top: 110%;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.4s all cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.menus .menus-con .menus-item .first-title-en {
  height: 90px;
  width: 100%;
  padding-top: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 11;
  margin: auto;
  overflow: hidden;
}
.menus .menus-con .menus-item .first-title-en .first-con {
  position: relative;
  left: 0;
  top: 0;
  margin-left: 20%;
  padding-top: 12px;
  overflow: hidden;
  -webkit-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -o-transition: 0.4s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}
.menus .menus-con .menus-item .first-title-en .first-con span {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  -o-transition: 0.6s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}
.menus .menus-con .menus-item .first-title-en .first-con .leftWhite {
  left: -25px;
  -webkit-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.menus .menus-con .menus-item .first-title-en .first-con .first-name {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  font-family: DFPKingGothicGB-Medium;
}
.menus .menus-con .menus-item .first-title-en .first-con .first-entxt {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.12;
  letter-spacing: 1.5px;
  text-align: left;
  color: #838383;
  padding-top: 10px;
}
.menus .menus-con .menus-item .first-title-en .firstHide {
  top: 110%;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.4s all cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.menus .menus-con .menus-item .second-item {
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 10;
  top: -8%;
}
.menus .menus-con .menus-item .second-item .second-title {
  text-align: left;
  width: 60%;
  height: 100%;
  padding-left: 20%;
}
.menus .menus-con .menus-item .second-item .second-title .second-con {
  position: relative;
  left: 0;
  top: 0;
  padding-top: 12px;
  margin-bottom: 12px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: 0.2s all ease-in;
  transition: all 0.2s ease-in;
  height: 90px;
  overflow: hidden;
}
.menus .menus-con .menus-item .second-item .second-title .second-con .second-content {
  height: 110px;
  padding-top: 12px;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -o-transition: 0.4s 0.1s all cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menus .menus-con .menus-item .second-item .second-title .second-con .second-content span {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #fff;
}
.menus .menus-con .menus-item .second-item .second-title .second-con .second-content .second-name {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  font-family: DFPKingGothicGB-Medium;
}
.menus .menus-con .menus-item .second-item .second-title .second-con .second-content .second-entxt {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.12;
  letter-spacing: 1.5px;
  text-align: left;
  color: #838383;
  padding-top: 10px;
}
.menus .menus-con .menus-item .second-item .second-title .second-con .secondContentmid {
  top: -130%;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.4s all cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.menus .menus-con .menus-item .second-item .second-title .en-second {
  height: 50px;
  margin-top: 70px;
}
.menus .menus-con .menus-item .second-item .second-title .secondShow {
  opacity: 1 !important;
  -webkit-transition: all 0.5s ease-in 0.2s;
  -o-transition: 0.5s 0.2s all ease-in;
  transition: all 0.5s ease-in 0.2s;
  -webkit-transform: rotateX(0) !important;
  transform: rotateX(0) !important;
}
.menus .menus-con .menus-item .second-item .second-title .second-cont {
  opacity: 0;
  -webkit-transform: rotateX(20deg);
  transform: rotateX(20deg);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: 0.2s all ease-in;
  transition: all 0.2s ease-in;
  margin: 0;
}
.menus .menus-con .menus-item .second-item .second-title .second-cont h4 {
  font-size: 16px;
  color: #fff;
  line-height: 42px;
}
.menus .menus-con .menus-item .second-item .second-title .second-cont h4 span {
  cursor: pointer;
}
.menus .menus-con .menus-item .second-item .second-title .second-cont h4 .third-title {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.menus .menus-con .menus-item .second-item .second-title .second-cont h4 .third-title .third-con {
  padding: 16px 0;
  overflow: hidden;
}
.menus .menus-con .menus-item .second-item .second-title .second-cont h4 .third-title .third-con .br-engtxt {
  line-height: 20px;
  padding: 4px 0;
}
.menus .menus-con .menus-item .second-item .second-title .second-cont h4 .third-title .en-thirdtitle a {
  width: 100%;
}
.menus .menus-con .menus-item .second-item .second-title .second-cont h4 .third-title a {
  display: block;
  font-size: 12px;
  color: #9b9b9b;
  float: left;
  width: 50%;
  line-height: 28px;
}
.menus .menus-con .menus-item .second-item .second-title .second-cont h4 .third-title a:hover {
  color: #fc9153;
}
.menus .menus-con .menus-item .second-item .second-title .second-cont h4 .specaltxt a {
  width: 100% !important;
}
.menus .menus-con .menus-item .second-item .second-title .second-cont h4 a {
  color: #fff;
  font-size: 16px;
}
.menus .menus-con .menus-item:hover .first-con > span {
  left: -25px;
  -webkit-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.menus .menushide {
  display: block;
}
.menus-mb {
  height: 40px;
}
.menus-mb,
.menus-mb .menus-con {
  position: fixed;
  width: 100%;
  z-index: 11;
}
.menus-mb .menus-con {
  height: 100%;
  overflow: auto;
  background: #000;
  left: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.83, 0.11, 0.33, 0.49);
  -o-transition: 0.5s all cubic-bezier(0.83, 0.11, 0.33, 0.49);
  transition: all 0.5s cubic-bezier(0.83, 0.11, 0.33, 0.49);
}
.menus-mb .menus-con .menus-item {
  width: 100%;
  height: 20%;
  position: relative;
}
.menus-mb .menus-con .menus-item .menu-child {
  position: relative;
  height: 100%;
}
.menus-mb .menus-con .menus-item .first-title {
  height: 2.4rem;
  width: 60%;
  position: absolute;
  left: 20%;
  top: 50%;
  margin-top: -0.95rem;
  overflow: hidden;
}
.menus-mb .menus-con .menus-item .first-title .first-con {
  position: relative;
  left: 0;
  top: 0;
  padding-top: 0.3rem;
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -o-transition: 0.2s 0.1s all cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}
.menus-mb .menus-con .menus-item .first-title .first-con span {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 0.8rem;
  height: 0.06rem;
  background: #fff;
}
.menus-mb .menus-con .menus-item .first-title .first-con .first-name {
  font-size: 0.5rem;
  color: #fff;
  font-family: DFPKingGothicGB-Medium;
}
.menus-mb .menus-con .menus-item .first-title .first-con .first-entxt {
  font-size: 0.45rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.12;
  letter-spacing: 1.5px;
  text-align: left;
  color: #b2b2b2;
  padding-top: 10px;
}
.menus-mb .menus-con .menus-item .first-title .firstHide {
  top: 110%;
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.2s all cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.menus-mb .menus-con .menus-item .first-title .roll-down {
  top: 100%;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: 0.2s all ease-in;
  transition: all 0.2s ease-in;
}
.menus-mb .menus-con .menus-item .second-item {
  height: 100%;
  width: 100%;
  position: relative;
}
.menus-mb .menus-con .menus-item .second-item .second-title {
  text-align: left;
  width: 60%;
  height: 100%;
  padding-left: 20%;
}
.menus-mb .menus-con .menus-item .second-item .second-title .second-con {
  position: relative;
  left: 0;
  top: 0;
  padding-top: 12px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: 0.2s all ease-in;
  transition: all 0.2s ease-in;
  height: 90px;
  overflow: hidden;
}
.menus-mb .menus-con .menus-item .second-item .second-title .second-con .second-content {
  height: 120px;
  width: 70%;
  padding-top: 12px;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: 0.2s all ease-in;
  transition: all 0.2s ease-in;
  top: -100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menus-mb .menus-con .menus-item .second-item .second-title .second-con .second-content span {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #fff;
}
.menus-mb .menus-con .menus-item .second-item .second-title .second-con .second-content .second-name {
  font-weight: 600;
  font-size: 0.4rem;
  color: #fff;
  font-family: DFPKingGothicGB-Medium;
}
.menus-mb .menus-con .menus-item .second-item .second-title .second-con .second-content .second-entxt {
  font-size: 0.346rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.12;
  letter-spacing: 1.5px;
  text-align: left;
  color: #838383;
  padding-top: 10px;
}
.menus-mb .menus-con .menus-item .second-item .second-title .second-con .secondContentmid {
  top: 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: 0.2s all ease-in;
  transition: all 0.2s ease-in;
}
.menus-mb .menus-con .menus-item .second-item .second-title .secondShow {
  opacity: 1 !important;
  -webkit-transition: all 0.2s ease-in 0.2s;
  -o-transition: 0.2s 0.2s all ease-in;
  transition: all 0.2s ease-in 0.2s;
  -webkit-transform: rotateX(0) !important;
  transform: rotateX(0) !important;
}
.menus-mb .menus-con .menus-item .second-item .second-title .second-cont {
  -webkit-transform: rotateX(20deg);
  transform: rotateX(20deg);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: 0.2s all ease-in;
  transition: all 0.2s ease-in;
}
.menus-mb .menus-con .menus-item .second-item .second-title .second-cont h4 {
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  line-height: 42px;
}
.menus-mb .menus-con .menus-item .second-item .second-title .second-cont h4 .third-title {
  display: none;
}
.menus-mb .menus-con .menus-item .second-item .second-title .second-cont h4 .third-title .third-con {
  padding: 16px 0;
  overflow: hidden;
}
.menus-mb .menus-con .menus-item .second-item .second-title .second-cont h4 .third-title .en-thirdtitle a {
  width: 100%;
}
.menus-mb .menus-con .menus-item .second-item .second-title .second-cont h4 .third-title a {
  display: block;
  font-size: 14px;
  color: #838383;
  float: left;
  width: 50%;
  line-height: 30px;
}
.menus-mb .menus-con .menus-item .second-item .second-title .second-cont h4 .third-title a:hover {
  color: #fc9153;
}
.menus-mb .menus-con .menus-item .second-item .second-title .second-cont h4 a {
  color: #fff;
}
.menus-mb .menus-con .second-cont {
  display: none;
  margin-top: -0.9rem;
  padding-bottom: 0.9rem;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: 0.2s all ease-in;
  transition: all 0.2s ease-in;
  padding-left: 20%;
  position: relative;
  z-index: 13;
}
.menus-mb .menus-con .second-cont .second-ani {
  display: none;
}
.menus-mb .menus-con .second-cont .second-ani .third-content {
  margin-bottom: -0.3rem;
  -webkit-transform: translateY(-0.3rem);
  -ms-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
}
.menus-mb .menus-con .second-cont h4 {
  cursor: pointer;
  font-size: 0.4rem;
  color: #fff;
  line-height: 42px;
}
.menus-mb .menus-con .second-cont h4 .third-title {
  display: none;
}
.menus-mb .menus-con .second-cont h4 .third-title .third-con {
  padding: 16px 0;
  overflow: hidden;
}
.menus-mb .menus-con .second-cont h4 .third-title .en-thirdtitle a {
  width: 100%;
}
.menus-mb .menus-con .second-cont h4 .third-title a {
  display: block;
  font-size: 14px;
  color: #838383;
  float: left;
  width: 50%;
  line-height: 30px;
}
.menus-mb .menus-con .second-cont h4 .third-title a:hover {
  color: #fc9153;
}
.menus-mb .menus-con .second-cont h4 a {
  color: #fff;
}
.menus-mb .menus-con .second-cont h4 .specaltxt a {
  width: 100% !important;
}
.menus-mb .menus-con .bj-1 {
  background-color: #404042;
}
.menus-mb .menus-con .bj-2 {
  background-color: #323234;
}
.menus-mb .menus-con .bj-3 {
  background-color: #222224;
}
.menus-mb .menus-con .bj-4 {
  background-color: #171719;
}
.menus-mb .menus-con .bj-5 {
  background-color: #000;
}
.menus-mb .menus-conhide {
  left: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.83, 0.11, 0.33, 0.49);
  -o-transition: 0.5s all cubic-bezier(0.83, 0.11, 0.33, 0.49);
  transition: all 0.5s cubic-bezier(0.83, 0.11, 0.33, 0.49);
}
.no-point {
  cursor: auto !important;
}
@media screen and (min-width: 1919px) {
  .menus .menus-con .menus-item .first-title .first-con .first-name {
    font-size: 20px;
  }
  .menus .menus-con .menus-item .first-title .first-con .first-entxt {
    font-size: 18px;
  }
  .menus .menus-con .menus-item .second-item .second-title .second-cont h4 {
    line-height: 60px;
  }
  .menus .menus-con .menus-item .second-item .second-title .second-cont h4 a,
  .menus .menus-con .menus-item .second-item .second-title .second-cont h4 span {
    font-size: 16px;
  }
  .menus .menus-con .menus-item .second-item .second-title .second-cont h4 .third-title a {
    font-size: 18px;
    line-height: 40px;
  }
}
@media screen and (min-width: 997px) and (max-width: 1260px) {
  .menus .menus-con .menus-item .first-title-en .first-con .first-name,
  .menus .menus-con .menus-item .first-title .first-con .first-name {
    font-size: 16px;
  }
  .menus .menus-con .menus-item .first-title .first-con .first-entxt {
    font-size: 14px;
  }
  .menus .menus-con .menus-item .second-item .second-title .second-con .second-content .second-name {
    font-size: 16px;
  }
  .menus .menus-con .menus-item .second-item .second-title .second-con{
    height: 80px;
  }
  .menus .menus-con .menus-item .second-item .second-title .second-con .second-content .second-entxt,
  .menus .menus-con .menus-item .second-item .second-title .second-cont h4 a {
    font-size: 14px;
  }
  .menus .menus-con .menus-item .second-item .second-title .second-cont h4{
    font-size: 14px;
    line-height: 30px;
  }
  .menus .menus-con .menus-item .second-item .second-title .second-cont h4 .third-title a {
    font-size: 12px;
  }
}
@media screen and (max-width: 996px) {
  .headers .language-box {
    line-height: 1.25rem;
  }
  .headers .language-box span {
    font-size: 13px;
  }
  .close-menu {
    position: fixed;
    display: none;
    cursor: pointer;
    right: 3%;
    top: 0.3rem;
    z-index: 12;
  }
  .headers {
    padding-top: 0;
  }
  .headers h1 {
    position: relative;
    height: 1.15rem;
    width: 100%;
    line-height: 1.15rem;
  }
  .headers h1 .logo-wraper {
    height: 1.15rem;
    width: 94%;
    margin: 0 auto;
    -webkit-transition: all 0.3s cubic-bezier(0.51, 0.01, 0, 1) 0.3s;
    -o-transition: all 0.3s 0.3s cubic-bezier(0.51, 0.01, 0, 1);
    transition: all 0.3s cubic-bezier(0.51, 0.01, 0, 1) 0.3s;
  }
  .headers h1 .logo-wraper .logo img,
  .headers h1 .logo-wraper .openMenuFn img {
    width: 0.6rem;
    height: auto;
  }
  .headers h1 .logo-wraper .fl.logo img {
    vertical-align: middle;
    display: inline-block;
  }
  .headers h1 .logo-wraper .logo span {
    margin-left: 0.13rem;
    font-size: 0.4rem;
  }
  .headers h1 .logo-wraper .enter_message {
    margin-right: 40px;
  }
  .headers h1 .logo-wraper .enter_message span {
    line-height: 1.25rem;
    float: left;
    color: #fff;
    font-size: 13px;
  }
  .headers h1 .logo-wraper .enter_message .black {
    color: #333;
  }
  .headers h1 .logo-wraper .enter_message img {
    width: 0.4rem;
    margin-right: 5px;
  }
  .headers h1 .logo-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.15rem;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s cubic-bezier(0.51, 0.01, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.51, 0.01, 0, 1);
    transition: all 0.3s cubic-bezier(0.51, 0.01, 0, 1);
    padding-top: 0;
  }
  .headers h1 .logo-bg .logo-ori {
    width: 94%;
    margin: 0 auto;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 0.3s cubic-bezier(0.51, 0.01, 0, 1) 0.3s;
    -o-transition: all 0.3s 0.3s cubic-bezier(0.51, 0.01, 0, 1);
    transition: all 0.3s cubic-bezier(0.51, 0.01, 0, 1) 0.3s;
  }
  .headers h1 .logo-bg .logo-ori .logo {
    position: relative;
    z-index: 11;
  }
  .headers h1 .logo-bg .logo-ori .logo img {
    vertical-align: middle;
    display: inline-block;
    width: 1.6rem;
    height: auto;
  }
  .headers h1 .logo-bg .logo-ori .logo span {
    font-size: 22px;
    color: #646464;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }
  .headers h1 .logo-bg .logo-ori .logo .one-logo {
    color: #fff;
  }
  .headers h1 .logo-bg .logo-ori .openMenuFn {
    position: relative;
    z-index: 12;
    cursor: pointer;
  }
  .headers h1 .logo-bg .logo-ori .openMenuFn img {
    width: 0.6rem;
    height: auto;
  }
  .headers h1 .logo-bg .logo-orihide {
    -webkit-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    transform: translateY(-2rem);
    -webkit-transition: all 0.6s cubic-bezier(0.51, 0.01, 0, 1);
    -o-transition: all 0.6s cubic-bezier(0.51, 0.01, 0, 1);
    transition: all 0.6s cubic-bezier(0.51, 0.01, 0, 1);
  }
  .headers h1 .logo-bg-ok {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .headers h1 .logo-bg-ok,
  .headers h1 .logo-hide {
    -webkit-transition: all 0.3s cubic-bezier(0.51, 0.01, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.51, 0.01, 0, 1);
    transition: all 0.3s cubic-bezier(0.51, 0.01, 0, 1);
  }
  .headers h1 .logo-hide {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .menus-mb {
    height: 1.07rem;
  }
  .open-menu {
    overflow: auto;
  }
  .open-menu .menu-list li {
    width: 100%;
    height: 20%;
    font-size: 18px;
    display: block;
  }
  .open-menu .menu-list li .title-first {
    display: none !important;
  }
  .open-menu .menu-list li dl {
    height: 0;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: 0.5s all ease-in;
    transition: all 0.5s ease-in;
  }
  .open-menu .menu-list li dl dt {
    font-size: 18px;
    margin-top: 30px;
  }
  .open-menu .menu-list li dl dt .second-title {
    top: 0 !important;
    opacity: 1 !important;
  }
  .open-menu .menu-list li dl dd h4,
  .open-menu .menu-list li dl dt div {
    font-size: 14px;
  }
  .open-menu .menu-list li dl dd .menu-list-children a {
    font-size: 12px;
  }
  .open-menu .menu-list li dl dd .no-point {
    display: none;
  }
  .open-menu .menu-list li .title-first {
    top: 10%;
  }
  .open-menu .menu-list li .ph-dl {
    position: relative;
  }
  .open-menu .menu-list li .show1 {
    height: auto;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: 0.5s all ease-in;
    transition: all 0.5s ease-in;
    padding-right: 30%;
  }
  .open-menu .menu-list li .single-text {
    padding-bottom: 30px;
  }
  .open-menu .menu-list .li-child {
    position: inherit !important;
  }
}
.animated1s {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.show-table {
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
