.header-container {
  max-width: 1920px;
  max-width: 19.20rem;
  margin: 0 auto;
}
.header-bg {
  background: url(../img/header-bg.png) no-repeat 100% 100%;
  width: 100%;
  height: 207px;
  height: 2.07rem;
  line-height: 207px;
  line-height: 2.07rem;
  overflow: hidden;
}
.header-logo {
  width: 573px;
  height: 112px;
  margin-top: 53px;
  width: 5.73rem;
  height: 1.12rem;
  margin-top: .53rem;
}
.header-logo img {
  width: 99px;
  margin-right: 15px;
  width: .99rem;
  margin-right: .15rem;
}
.header-logo div {
  height: 90px;
  height: .90rem;
  overflow: hidden;
}
.header-logo div p {
  line-height: 40px;
  line-height: .40rem;
}
.header-logo div .zh {
  font-size: 38px;
  color: #9c130a;
  font-weight: bold;
  letter-spacing: 4px;
  font-size: .38rem;
  letter-spacing: .04rem;
  margin-top: 15px;
  margin-top: .15rem;
  margin-left: 2px;
  margin-left: .02rem;
}
.header-logo div .en {
  font-size: 18px;
  color: #9c130a;
  font-size: .18rem;
}
.header-bg .img-list img {
  width: 75px;
  margin-right: 33px;
  width: .75rem;
  margin-right: .33rem;
}
.header-search {
  width: 210px;
	height: 42px;
	line-height: 42px;
	background-color: rgba(251, 203, 180, 0.6);
	box-shadow: inset 0px 3px 5px 0px 
		rgba(235, 127, 85, 0.52);
	border-radius: 21px;
  padding: 0 16px;
  margin: 80px 22px 0 11px;
  width: 2.10rem;
	height: .42rem;
	line-height: .42rem;
	border-radius: .21rem;
  padding: 0 .16rem;
  margin: .80rem .22rem 0 .11rem;
}
.header-search input {
  width: 143px;
  height: 100%;
  color: #9d1600;
  font-size: 16px;
  margin-right: 5px;
  width: 1.43rem;
  font-size: .16rem;
  margin-right: .05rem;
}
.header-search input::placeholder {
  color: #9d1600;
}
.header-search a img {
  width: 25px;
  width: .25rem;
}

.header-nav {
  background-color: #fff;
  /* height: 87px;
  height: .87rem; */
  font-size: 20px;
  font-size: .20rem;
}
.header-nav ul li {
  float: left;
  position: relative;
}
.header-nav ul li .tit {
  width: 110px;
  height: 75px;
  line-height: 78px;
  display: inline-block;
  text-align: center;
  margin-right: 9px;
  width: 1.10rem;
  height: .75rem;
  line-height: .78rem;
  margin-right: .09rem;
}
.header-nav ul li .tit span {
  font-size: 20px;
  font-size: .20rem;
}
.header-nav ul li.first .tit {
  margin-right: -8px;
  margin-right: -.08rem;
}
.header-nav ul li.active .tit {
  position: relative;
  z-index: 99;
}
.header-nav ul li.active .tit span {
  color: #fff;
  font-weight: bold;
}
.header-nav ul li.active .tit::after {
  content: "";
  background: url(../img/header-nav-bg.png) no-repeat;
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 87px;
  top: -.07rem;
  height: .87rem;
  background-size: 100% 100%;
  background-position: 0 0;
}
.header-nav ul li.active .tit span {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 99;
  left: -5px;
  left: -.05rem;
}
.header-nav ul li:hover .nav-column-list {
  display: block;
}
.header-nav .nav-column-list {
  position: absolute;
  top: 70px;
  box-shadow: 0 0px 8px 0 rgba(0,0,0, 0.1);
  width: 160px;
  left: -30px;
  padding: 10px 0;
  z-index: 99;
  background: #fff;
  display: none;
  top: .70rem;
  box-shadow: 0 0 .08rem 0 rgba(0,0,0, 0.1);
  width: 1.60rem;
  left: -.30rem;
  padding: .10rem 0;
}
.header-nav .nav-column-list::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: '';
  transform: translateX(-50%);
  width: 30px;
  height: 12px;
  background: #fff;
  z-index: 2;
  width: .30rem;
  height: .12rem;
}

.header-nav .nav-column-list::after {
  position: absolute;
  top: -6px;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 0 0 8px 0 rgba(0,0,0, 0.1);
  top: -.06rem;
  left: 50%;
  content: '';
  width: .16rem;
  height: .16rem;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 0 0 .08rem 0 rgba(0,0,0, 0.1);
}
.header-nav .nav-column-list a {
  display: block;
  text-align: center;
  position: relative;
  z-index: 99;
  padding: 10px 5px;
  font-size: 16px;
  color: #000;
  padding: .1rem .05rem;
  font-size: .16rem;
}

@media screen and (max-width: 768px) {
  .header-container {
    max-width: 100vw;
  }
  .header-bg {
    background: url(../img/header-bg.png) no-repeat 100%;
    width: 100vw;
    height: 3rem;
    line-height: unset;
  }
  .header-logo {
    width: 87%;
    height: auto;
    margin-left: 15%;
    float: none;
    display: block;
    margin: .4rem auto 0;
    overflow: hidden;
  }
  .header-logo img {
    width: 1.3rem;
  }
  .header-logo div {
    height: 1.3rem;
  }
  .header-logo div p {
    line-height: .55rem;
  }
  .header-logo div .zh {
    font-size: .5rem;
    letter-spacing: .04rem;
    margin-top: .15rem;
    margin-left: 0;
  }
  .header-logo div .en {
    font-size: .23rem;
  }
  .header-bg .slogan {
    float: none;
    height: 1rem;
    line-height: .6rem;
    padding: .4rem .2rem 0;
  }
  .header-bg .img-list {
    height: 100%;
  }
  .header-bg .img-list img {
    width: .78rem;
    margin-right: .25rem;
  }
  .header-search {
    width: 2.60rem;
    height: .6rem;
    line-height: .6rem;
    border-radius: .3rem;
    padding: 0 .2rem;
    margin: 0 0 0 .11rem;
  }
  .header-search input {
    width: 75%;
    height: 99%;
    font-size: .26rem;
    margin-right: .11rem;
  }
  .header-search input::placeholder {
    color: #9d1600;
  }
  .header-search a img {
    width: .38rem;
  }
  
  .header-nav {
    background-color: #fff;
    height: 1.2rem;
    font-size: .32rem;
    overflow-x: auto;
  }
  .header-nav ul {
    width: 18rem;
    overflow: hidden;
  }
  .header-nav ul li .tit {
    width: 1.70rem;
    height: 1.2rem;
    line-height: 1.25rem;
    margin-right: .1rem;
  }
  .header-nav ul li .tit span {
    font-size: .32rem;
  }
  .header-nav ul li.first .tit {
    margin-right: -.15rem;
  }
  .header-nav ul li.active .tit::after {
    content: "";
    background: url(../img/header-nav-bg.png) no-repeat 100% 100%;
    background-size: 100% 100%;
    width: 1.7rem;
    top: 0;
    height: 1.3rem;
  }
  .header-nav ul li.active .tit span {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 99;
    left: -.08rem;
  }
  .header-nav ul li {
    position: unset;
  }
  .header-nav .nav-column-list {
    display: none;
    position: unset;
  }
  .header-nav ul li:hover .nav-column-list {
    display: none;
  }
}