#skip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
#skip a {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: 9;
  overflow: hidden;
}
#skip a:focus {
  display: block;
  height: auto;
  background-color: #000;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}

header .inner {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
}
#headerTop {
  background-color: #f8f9fb;
  padding: 10px;
  border-bottom: 1px solid #dfdfdf;
}
#headerTop .inner {
  line-height: 35px;
  overflow: hidden;
}
#headerTop .inner * {
  font-size: 14px;
}
#headerTop .inner > ul {
  overflow: hidden;
}
#headerTop .inner > ul li {
  float: left;
}
#headerTop .inner > ul li a {
  position: relative;
  display: block;
  padding: 0 25px;
  line-height: 35px;
}
#headerTop .inner > ul li:first-child a:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #87888a;
}
#headerTop .inner div {
  position: relative;
  border-radius: 20px;
  background-color: #cccfd4;
  overflow: hidden;
}
#headerTop .inner div input {
  display: block;
  width: 100%;
  padding: 0 40px 0 20px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background-color: transparent;
}
#headerTop .inner div input:-ms-input-placeholder {
  color: #fff;
  font-size: 12px;
}
#headerTop .inner div input::-webkit-input-placeholder {
  color: #fff;
  font-size: 12px;
}
#headerTop .inner div button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  border: none;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

#headerBtm {
  padding: 0 10px;
}
#headerBtm .inner {
  position: relative;
  padding: 0 0 0 440px;
}
#headerBtm h1 {
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 85px;
  transform: translate(0, -50%);
}
#headerBtm .inner h1 a {
  display: block;
  width: 100%;
}
#headerBtm .inner h1 a img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
#headerBtm ul li {
  float: left;
  width: 16.66%;
}
#headerBtm ul li a {
  display: block;
  line-height: 85px;
  font-size: 20px;
  text-align: center;
}

.header_btn_wrap {
  display: none;
  position: absolute;
  top: 19px;
  right: 28px;
  z-index: 20;
}
.header_btn_wrap button {
  display: block;
  border: none;
  width: 30px;
  height: 30px;
}
.header_btn_wrap button img {
  display: block;
  width: 100%;
  height: auto !important;
}

.container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
}

.ellipsis {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

footer {
  background-color: #f4f4f4;
  padding-bottom: 20px;
}
footer .footer_bar {
  background-color: #555555;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
}
footer .footer_bar a {
  color: #fff;
}
footer .footer_bar .container {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
footer .footer_bar .container div a {
  display: inline-block;
  margin: 0 2px;
}
footer .top {
  padding: 20px 0;
}
footer .top a {
  color: #d26329;
}
footer .top .select_wrap {
  position: absolute;
  top: 16px;
  right: 0;
}
footer .top .select_wrap > * {
  float: left;
  border: none;
  padding: 0 10px;
  font-size: 15px;
}
footer .top .select_wrap select {
  width: 200px;
  background-color: #fff;
}
footer .top .select_wrap button {
  background-color: #555555;
  color: #fff;
}
footer dt {
  width: 300px;
}
footer dt img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
footer dd {
  font-size: 15px;
  padding: 10px 20px;
}

.footer_logo {
  margin: 0 -10px;
}

.footer_logo a {
  display: block;
  float: left;
  width: 20%;
  padding: 20px 10px;
}

.footer_logo a span{
  display: block;
  height: 35px;
  font-size: 13px;
  line-height: 35px;
  text-align: center;
  color: #666;
  border: #ccc 1px solid;
  background: #fff;
  margin: 5px;
}

.footer_logo a img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #dfdfdf;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 100px;
  z-index: 15;
}

#topBtn.active {
  display: block;
}

@media (max-width: 1200px) {
  #headerBtm .inner h1 a {
    width: 70px;
  }
  #headerBtm ul li a {
    font-size: 16px;
  }
  footer dl,
  footer dt,
  footer dd {
    display: block !important;
    text-align: center !important;
    width: 100% !important;
  }
  footer dl img {
    display: inline-block;
    width: initial;
    max-width: initial;
  }
  footer dt img { width : 200px; margin : 10px auto }
}

@media (max-width: 1000px) {
  #headerWrap {
    height: 70px;
    background-color: #fff;
    z-index: 12;
  }
  .header_inner {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 14;
  }
  #headerTop {
    position: relative;
    z-index: 17;
    display: none;
  }
  #headerTop .inner > a {
    display: none;
  }
  #headerTop .inner > ul { width : 100% }
  #headerTop .inner > ul li {
    width: 50%;
  }
  #headerTop .inner > ul li:last-child {
    width: 100%;
  }
  #headerTop .inner > ul.right li { width : 50% !important }
  #headerTop .inner > ul li a {
    line-height: inherit;
    padding: 10px 0;
    text-align: center;
  }
  #headerTop .inner > ul li:first-child a:after {
    right: -12px;
  }
  #headerBtm {
    position: relative;
    height: calc(100% - 94px);
    padding: 0;
    z-index: 12;
  }
  #headerBtm h1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    line-height: inherit;
    transform: none;
    padding: 16px 0;
    z-index: 12;
    background-color: #fff;
  }
  #headerBtm h1 a {
    margin: 0 auto;
  }
  #headerBtm .inner {
    padding: 0;
    height: 100%;
  }
  #headerBtm ul {
    display: none;
  }
  #headerBtm ul li {
    float: none;
    width: 100%;
  }
  #headerBtm ul li a {
    line-height: inherit;
    padding: 10px 0;
    border-bottom: 1px solid #dfdfdf;
  }
  .header_btn_wrap {
    display: block;
  }
  #headerWrap.active #headerTop,
  #headerWrap.active #headerBtm ul {
    display: block;
  }
  #headerWrap.active #headerBtm ul {
    position: relative;
    height: 100%;
    background-color: #fff;
    z-index: 16;
  }
  #headerWrap.active .header_inner {
    width: 300px;
    background-color: #fff;
  }
  #headerWrap.active .header_btn_wrap {
    right: 315px;
  }
  #headerWrap.active #headerBtm h1:after {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 12;
  }
}

@media (max-width: 800px) {
  .footer_logo a {
    width: 33.33%;
    padding: 10px;
  }
}

@media (max-width: 500px) {
  .footer_logo a {
    width: 50%;
  }
}
