@charset "UTF-8";
/*header——开始*/
.header .icon-dasuolvetuliebiao {
  display: none;
}
.header .lang{
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}
.header .lang a{
    color: #fff;
}
.header .lang  span{
    margin:0 10px ;
    display: inline-block;
}
.header .lang span:last-child {
    display: none;
}
.header {
  background-color: #151515;
  z-index: 99;
  width: 100%;
  padding: 30px 0;
}

.header > .box {
  color: #fff;
  max-width: var(--maxWidth);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.header > .box .left {
  width: calc(100% - 250px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header > .box .left li {
  padding: 0 20px;
  position: relative;
  cursor: pointer;
}

.header > .box .left li::after {
  content: "/";
  color: #fff;
  position: absolute;
  left: 150%;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.header > .box .left li:last-child::after, .header > .box .left li:nth-child(3)::after {
  display: none;
}

.header > .box .left li a {
  color: #fff;
  display: block;
  font-size: 16px;
}

.header > .box .left li .fieldChild {
  position: absolute;
  max-height: 0;
  z-index: 2;
  transition: 0.5s;
  background-color: #151515;
  margin-top: 48px;
  width: 250%;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
}

.header > .box .left li .fieldChild > a {
  padding: 20px 20px;
  color: #fff;
  font-size: 14px;
  transition: 0.5s;
  overflow: hidden;
}

.header > .box .left li .fieldChild > a .iconfont {
  margin-right: 20px;
  margin-left: -40px;
  transition: 0.5s;
}

.header > .box .left li .fieldChild > a:hover {
  color: var(--dataColor);
  transition: 0.5s;
}

.header > .box .left li .fieldChild > a:hover .iconfont {
  margin-left: 0;
  margin-right: 10px;
  transition: 0.5s;
}

.header > .box .left li:hover .fieldChild {
  display: block;
  max-height: 999px;
  transition: 0.5s;
}

.header > .box .left > .active {
  background-image: url(../images/header/header_active.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.header > .box .left > .active a {
  color: var(--dataColor);
}

.header > .box .right {
  width: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header > .box .right .qr {
  width: calc(50% - 5px);
}

.header > .box .right .qr img {
  width: 100%;
  display: block;
}

.header-top {
  background-color: #1b1b1b;
  color: #fff;
}

.header-top .box {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
}

.header-top .box span {
  font-size: 12px;
}

.header-top .box ul {
  display: flex;
  justify-content: space-between;
}

.header-top .box ul li {
  padding: 0 10px;
}

.header-top .box ul li a {
  color: var(--titleColor);
  font-size: 12px;
}
.nav-add{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.logo{
    display: inline-block;
    width:150px;
}
.header > .box .left img{
      width: 100%;
  }
@media screen and (max-width: 600px) {

  .header {
    padding: 10px 0;
  }
  .header .box .left li {
    display: none;
  }
  .header .box .right {
    display: none;
  }
  .header .box .iconfont {
    display: block;
    font-size: 20px;
  }
  .header > .box .left{
      justify-content: center;
  }
  .logo{
    width: 50%;
  }
  
  .nav-add{
      padding-right: 10px;
  }
  .header .lang{
      display: none;
  }
  .header-top {
    display: none;
  }
}

/*header——结束*/
/*侧滑 开始*/
.nav {
  display: none;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
}

.nav .icon-xiangyou1 {
  float: right;
  margin-right: 10px;
  color: #fff;
  font-family: "宋体";
  font-weight: bold;
  transition: 0.3s;
}

.nav .cur {
  transform: rotate(90deg);
  transition: 0.3s;
}

.nav #collapase-nav {
  background: #333;
  display: block;
  height: 100%;
  width: 60%;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: 0.3s;
}

.nav #collapase-nav a {
  color: #fff;
  margin-left: 10px;
}

.nav .am-panel {
  line-height: 3em;
  border-bottom: 1px solid #444;
}

.nav .am-icon-angle-right {
  float: right;
  margin-right: 10px;
  color: #fff;
  font-family: "宋体";
  font-weight: bold;
}

.nav .am-collapse {
  display: none;
  transition: 0.3s;
}

.nav .top {
  writing-mode: tb;
  margin-top: 17px;
  margin-right: -7px;
}
.nav .mob_language {
  margin: 10px;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  background-color: #222;
}

.nav .mob_language .list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.nav .mob_language .list a {
  color: #fff;
  width: 50%;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nav .mob_language .list a img {
  width: 30px;
  margin-right: 5px;
}
/*侧滑 结束*/
