@charset 'utf-8';
body {
  max-width: 1920px;
  margin: 0 auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.header {
  /*border-top: 8px solid #ed1d24;*/
  height: 140px;
  background: url("../images/header-bg.png") repeat-x left top;
}
.header-main {
  width: 1024px;
  margin: 0 auto;
}
.header-link p {
  color: #ec1b23;
}
.header-link p a {
  margin: 0 8px;
  color: #ec1b23;
}
.header-link p a:hover {
  text-decoration: underline;
}
.header-guide {
  float: right;
}
.search {
  float: right;
}
.search-text {
  background: #fff;
  float: left;
  font-family: "宋体";
  font-size: 12px;
  height: 25px;
  text-indent: 1rem;
  width: 120px;
  border: 1px solid #d0d0d0;
}
.search a {
  float: left;
  width: 50px;
  height: 29px;
  background: #9d3328;
  display: block;
  color: #fff;
  line-height: 27px;
  text-align: center;
}
.nav {
  border-bottom: 8px solid #ed1d24;
  height: 100px;
  background: url("nav-bg.png") repeat-x left top;
}
.nav-list {
  width: 1024px;
  margin: 0 auto;
}
.nav-list li {
  float: left;
}
.nav-list li a {
  background: url("nav-line.png") no-repeat right top;
  float: left;
  height: 70px;
  text-align: center;
  width: 113px;
  display: block;
  color: #fff;
  font-size: 20px;
  padding: 30px 0 0 0;
  font-weight: bold;
}
.nav-list li a span {
  color: #fff;
  display: block;
  line-height: 16px;
}
.nav-list-menu li a {
  background: none;
  height: auto;
  width: auto;
}
.nav-list li a:hover {
  color: #fff;
  height: 70px;
  background: url("nav.png") no-repeat left top;
}
.nav-list li a:hover span {
  color: #fff;
}
.nav-list .on,
.nav-list .on1,
.nav-list .cur {
  color: #fff;
  height: 70px;
  background: url("nav.png") no-repeat left top;
}
.nav-list .on span,
.nav-list .on1 span,
.nav-list .cur span {
  color: #fff;
}
.nav-list .nav-list-menu {
  width: 113px;
  background: #ed1d24;
  margin-left: 0;
  margin-top: 90px;
  position: absolute;
  z-index: 1000;
  padding: 10px 0;
  display: none;
}
.nav-list .nav-list-menu li {
  float: none;
}
.nav-list .nav-list-menu li a {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  width: auto;
  height: auto;
  display: block;
  padding: 0;
  float: none;
  line-height: 32px;
}
.nav-list .nav-list-menu li a:hover {
  background: #d90616;
  height: auto;
}
.friend-link {
  width: 1024px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
.friend-link-main {
  width: 905px;
  margin: 30px 0 0 0;
}
.friend-link-main dl {
  float: left;
  height: 70px;
  padding: 0 15px 0 15px;
  border-right: 1px solid #ccc;
}
.friend-link-main dl p {
  display: inline-block;
  vertical-align: middle;
}
.friend-link-main dt a {
  font-size: 16px;
  color: #000;
  margin: 0 0 10px 0;
  display: block;
}
.friend-link-main dd a {
  font-size: 14px;
  color: #828282;
  line-height: 24px;
}
.friend-link-main dd {
  font-size: 14px;
  color: #000;
  line-height: 24px;
}
.index-contact-top span {
  float: left;
  margin: 0 0 0 20px;
}
.index-contact-top span h2 {
  font-size: 18px;
  color: #686868;
}
.index-contact-top span p {
  color: #955317;
  font-size: 20px;
}
.index-contact-top img {
  float: left;
  padding: 0 20px 0 0;
  border-right: 1px solid #ccc;
}
.index-contact-add p {
  font-size: 16px;
  color: #686868;
}
.copyright {
  height: 90px;
  background: #ed1d24;
}

.copyright-main {
  height: 60px;
  width: 1024px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
.copyright-main p {
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  body,
  html {
    width: 100%;
    min-width: auto !important;
    overflow-x: hidden;
  }
  .header {
    height: auto;
  }
  .header-main {
    width: 100%;
  }
  .header-guide a {
    display: inline-block;
  }
  .header-guide img {
    width: 2.45rem;
    height: 0.2rem;
  }
  .header .logo img {
    width: 3.62rem;
    height: 0.89rem;
  }
  .tab-open {
    position: fixed;
    right: 0.12rem;
    top: 0.1rem;
    width: 0.4rem;
    height: 0.4rem;
    background: url(icon_tab_bar.png);
    background-size: 100%;
    margin: 0 0.1rem;
    z-index: 999;
  }
  .search,
  .search a,
  .search-text {
    float: none;
  }
  .search input {
    width: 70%;
  }
  .search form {
    margin: 0.2rem 0;
    text-align: center;
  }
  .search a {
    display: inline-block;
  }
  .nav {
    position: fixed;
    top: 0.6rem;
    right: 0;
    height: auto;
    z-index: 999;
    display: none;
    background-color: #ed1d24;
  }

  .nav .nav-list {
    display: flex;
    width: auto;
    flex-direction: column;
  }
  .nav-list > li {
    position: relative;
    float: none;
  }
  .nav-list > li .nav-list-menu {
    position: absolute;
    left: -100%;
    margin-top: 0;
    top: 0;
    width: 2rem;
    display: none;
  }

  .nav-list li a {
    font-size: 0.2rem;
    width: 2rem;
    height: auto !important;
    padding: 0.3rem 0;
    float: none;
  }
  .friend-link {
    width: 100%;
  }
  .friend-link-main {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .friend-link-main dl {
    display: flex;
    padding: 0 !important;
    height: auto !important;
  }
  .friend-link-main dl dt,
  .friend-link-main dl dd {
    flex: 1;
    text-align: center;
  }
  .friend-link-main div dl {
    flex-direction: column;
    width: 100%;
  }
  .footer-ewm {
    clear: both;
    float: none !important;
    margin: auto;
  }
  .copyright {
    height: auto !important;
    min-height: 100px;
    padding-bottom: 0.24rem;
  }
  .copyright > div:first-child {
    right: 0.3rem !important;
    bottom: 0 !important;
  }
  .copyright-main p {
    font-size: 0.2rem !important;
  }
  #imgConac {
    width: 0.8rem;
    height: 0.8rem;
  }
  .copyright-main {
    width: 100% !important;
  }
}
