@charset "UTF-8";
/* WX:DereK_Ysx 于2021-02-19编写  */
header {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

header.fixed {
  background-color: #131325;
  z-index: 20;
  position: fixed;
}

header.r_fixed {
  background-color: #131325;
  z-index: 20;
  position: static;
}

.h-a {
  width: 100%;
  height: 1.2rem;
}

.h-container {
  width: 17.8rem;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.h-logo {
  width: auto;
  height: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.h-logo img {
  height: 100%;
}

.h-right {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-ul {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: .4rem;
}

.h-li {
  width: auto;
  height: 100%;
  margin: 0 .2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.h-li:hover .h-li-title {
  color: #f47920;
  position: relative;
}

.h-li:hover .h-li-title:after {
  content: '';
  display: block;
  width: 100%;
  height: .02rem;
  background-color: #f47920;
  position: absolute;
  bottom: -.3rem;
  left: 0;
}

@media (max-width: 1920px) {
  .h-li:hover .h-li-title:after {
    height: 1px;
  }
}

.h-li.active .h-li-title {
  color: #f47920;
  position: relative;
}

.h-li.active .h-li-title:after {
  content: '';
  display: block;
  width: 100%;
  height: .02rem;
  background-color: #f47920;
  position: absolute;
  bottom: -.3rem;
  left: 0;
}

@media (max-width: 1920px) {
  .h-li.active .h-li-title:after {
    height: 1px;
  }
}

.h-li-title {
  width: auto;
  cursor: pointer;
  display: inline-block;
  font-family: SourceHanSansCN-Light;
  color: #ffffff;
}

.h-box {
  width: 130px;
  position: absolute;
  top: 90%;
  left: 0;
  background-color: #fff;
  display: none;
}

.h-item {
  width: 100%;
  padding: 10px 3px;
  text-align: center;
  display: block;
  cursor: pointer;
  line-height: 1.3;
  color: #333;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.h-item:hover {
  background-color: #f47920;
  color: #fff;
}

.h-search {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: .4rem;
  cursor: pointer;
}

.h-search img {
  width: .2rem;
  height: .2rem;
}

.h-search .img-2 {
  display: none;
}

.h-search:hover .img-1 {
  display: none;
}

.h-search:hover .img-2 {
  display: inline-block;
}

@media (max-width: 1780px) {
  .h-search img {
    width: 15px;
    height: 15px;
  }
}

.h-language {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: .4rem;
}

.h-language .cn {
  font-family: OPPOSans-R;
  color: #ffffff;
  cursor: pointer;
}

.h-language .cn:hover {
  color: #f47920;
}

.h-language span {
  color: #fff;
  margin: 0 .05rem;
}

.h-language .en {
  font-family: Montserrat-Medium;
  color: #ffffff;
  cursor: pointer;
}

.h-language .en:hover {
  color: #f47920;
}

.h-contact-us {
  width: auto;
  padding: .16rem .48rem;
  border-radius: .1rem 0 .1rem 0;
  border: solid 0.02rem rgba(238, 238, 238, 0.2);
  margin-left: .4rem;
  font-family: SourceHanSansCN-Light;
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
}

.h-contact-us:hover {
  border-color: #f47920;
  color: #f47920;
}

.h-menu {
  display: none;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: .4rem;
}

.h-menu img {
  width: 100%;
  height: 100%;
}

.h-sch {
  display: none;
  width: 260px;
  height: 80px;
  padding: 25px;
  position: fixed;
  top: 46px;
  right: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  z-index: 150;
  background-color: #fff;
}

.h-sch .h-form {
  width: 100%;
  background-color: transparent;
  position: relative;
  padding-right: 2.64em;
  overflow: hidden;
}

.h-sch .h-text {
  width: 180px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
  border-right: none;
  vertical-align: top;
  background-color: transparent;
  font-size: 14px;
  color: #595757;
  padding: 0 10px;
}

.h-sch .h-smt {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/8.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: transparent;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  background-color: transparent;
}

.h-sch.show {
  display: block;
}

.h-opa {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
}

@media (max-width: 900px) {
  header {
    position: static;
    background-color: #131325;
  }
  .h-a.show .h-ul {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .h-a.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #131325;
  }
  .h-container {
    width: 100%;
    padding: 0 20px;
  }
  .h-ul {
    width: 260px;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #fff;
    overflow: auto;
    z-index: 100;
    padding-top: 10px;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }
  .h-li {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding-left: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .h-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .h-nav:after {
    content: '+';
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    color: #333;
  }
  .h-nav.show:after {
    content: '-';
  }
  .h-li-title {
    width: 3rem;
    color: #333;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
  }
  .h-li-title:after {
    display: none !important;
  }
  .h-box {
    width: 100%;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .h-item {
    text-align: left;
    padding: 0;
    padding-left: 30px;
    height: 40px;
    line-height: 40px;
  }
  .h-search {
    width: 15px;
    height: 15px;
  }
  .h-language {
    margin-left: 10px;
  }
  .h-contact-us {
    margin-left: 10px;
    padding: 10px 5px;
  }
  .h-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
  }
}
@media(max-width: 500px){
  .h-a{height: 46px;}
  .h-container{padding-left: 10px;padding-right: 10px;}
  .h-logo img{height: 28px;}
  .h-contact-us{font-size: 12px;}
}
@media(max-width: 350px){
  .h-logo img{height: 22px;}
}
