body {
  max-width: 1920px;
  margin: 0 auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.header {
  padding-top: 100px;
  background: url(../images/bg1-1.png) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  height: 532px;
  position: relative;
  z-index: 5;
}
.header .header-inner {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .logo {
  height: 99px;
  display: block;
  margin-left: 10px;
}
.header .logo img {
  height: 100%;
  width: auto;
  display: block;
}
.header .search-con {
  position: relative;
}
.header .search-con input {
  width: 473px;
  height: 50px;
  background: #311F03;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  outline: none;
  padding-left: 28px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 18px;
  color: #fff;
  padding-right: 90px;
}
.header .search-con input::-webkit-input-placeholder {
  color: #7F120F;
}
.header .search-con input:-moz-placeholder {
  color: #7F120F;
}
.header .search-con input::-moz-placeholder {
  color: #7F120F;
}
.header .search-con input:-ms-input-placeholder {
  color: #7F120F;
}
.header .search-con input::placeholder {
  color: #7F120F;
}
.header .search-con button {
  position: absolute;
  right: 8px;
  top: 6px;
  width: 79px;
  height: 38px;
  background: -webkit-linear-gradient(359deg, #C6000A, #FF7115);
  background: -moz-linear-gradient(359deg, #C6000A, #FF7115);
  background: -o-linear-gradient(359deg, #C6000A, #FF7115);
  background: linear-gradient(91deg, #C6000A, #FF7115);
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  border-radius: 19px;
  z-index: 5;
}
.header .search-con .search-url {
  display: none;
}

.nav {
  position: absolute;
  width: 100%;
  bottom: -25px;
  left: 0;
  z-index: 10;
  background: url(../images/navbg.png) no-repeat center;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  height: 110px;
}
.nav .nav-inner {
  width: 70%;
  height: 77px;
  line-height: 77px;
  position: relative;
  top: 16px;
  margin: 0 auto;
}
.nav .nav-item {
  font-size: 22px;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  width: 9.5%;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}
.nav .nav-item:nth-child(9){
width: 14%;
}
.nav .nav-item span {
  position: relative;
  top: -3px;
  white-space: nowrap;
}
.nav .nav-item:first-child {
  width: 7.5%;
  margin-left: 1.3%;
}
.nav .nav-item.active, .nav .nav-item:hover {
  font-weight: bold;
  font-size: 24px;
}
.nav .nav-item.active span::after, .nav .nav-item:hover span::after {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  background: #FFB523;
  border-radius: 3px;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -15px;
  top: 100%;
  margin-top: 10px;
}

.footer {
  background-color: #BEA783;
  background: url(../images/bg4.png) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}
.footer .footer-inner {
  padding: 30px 20px 50px;
}
.footer .fi-links {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .fi-links .fi-link-item {
  display: inline-block;
  width: 316px;
  background: rgba(255, 255, 255, 0.92);
  padding: 0 17px 0 21px;
}
.footer .fi-links .fili-title {
  line-height: 40px;
  font-size: 16px;
  color: #000000;
  position: relative;
  cursor: pointer;
}
.footer .fi-links .fili-title img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.footer .fi-links .fili-list {
  display: none;
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0;
  bottom: 43px;
  background: #fff;
  overflow: auto;
  box-shadow: 0px 0px 8px 0px rgba(174, 184, 197, 0.53);
  z-index: 2;
}
.footer .fi-links .fili-list a {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  min-width: 140px;
  font-size: 16px;
  padding: 0 10px;
  text-align: center;
  color: #333;
  vertical-align: top;
}
.footer .fi-links .fili-list a:hover {
  color: #C6820C;
}
.footer .fi-wrap {
  margin-top: 39px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .fi-info .fii-line {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
}
.footer .fi-info .fii-line a, .footer .fi-info .fii-line span, .footer .fi-info .fii-line em {
  color: #fff;
}
.footer .fi-info .fii-line em {
  font-style: normal;
  font-weight: bold;
}
.footer .fi-info .fii-line .vistotal {
  margin-left: 40px;
}
.footer .fi-info .fii-line .beian-icon {
  width: 18px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  margin-top: -4px;
}
.footer .fi-imgs {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer .fi-imgs .fi-img-item {
  text-align: center;
  margin-left: 53px;
}
.footer .fi-imgs .fi-img-item:first-child {
  margin-left: 0;
}
.footer .fi-imgs .fi-img-item:last-child {
  margin-left: 37px;
}
.footer .fi-imgs img {
  width: 112px;
  height: 112px;
  display: block;
  margin: 0 auto 6px;
  background-color: #fff;
  padding: 6px;
}
.footer .fi-imgs .fi-img-text {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}

@media screen and (min-width: 769px) {
  .cs-header:hover {
    color: rgb(221, 219, 219) !important;
  }
}
@media screen and (max-width: 1500px) {
  .nav .nav-item {
    font-size: 21px;
  }
  .nav .nav-item.active, .nav .nav-item:hover {
    font-size: 23px;
  }
  .nav .nav-item.active span::after, .nav .nav-item:hover span::after {
    margin-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 13.3333333333vw;
    font-size: -webkit-calc(13.33333333vw);
  }
  .header .header-inner {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header {
    padding-top: 2rem;
    -o-background-size: cover;
       background-size: cover;
    height: 8rem;
    position: relative;
  }
  .header .logo {
    height: auto;
  }
  .header .logo img {
    height: auto;
    width: 90%;
    margin: 0 auto;
  }
  .header .search-con {
    width: 90%;
    margin: 0.2rem auto 0;
  }
  .header .search-con input {
    width: 100%;
    height: 40px;
    font-size: 0.3rem;
  }
  .header .search-con button {
    height: 32px;
    font-size: 0.28rem;
    width: 60px;
  }
  .footer .fi-links {
    display: none;
  }
  .footer .footer-inner {
    padding: 0.5rem 0;
  }
  .footer .fi-wrap {
    margin-top: 0;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .fi-imgs {
    margin-top: 0.3rem;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .fi-imgs .fi-img-item {
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 5px;
  }
  .footer .fi-imgs .fi-img-item:first-child {
    margin-left: 5px;
  }
  .footer .fi-imgs .fi-img-item:last-child {
    margin-left: 5px;
  }
  .footer .fi-imgs img {
    width: 100%;
    height: auto;
  }
  .nav {
    background: -webkit-linear-gradient(bottom, #C6000A, #FF7115);
    background: -moz-linear-gradient(bottom, #C6000A, #FF7115);
    background: -o-linear-gradient(bottom, #C6000A, #FF7115);
    background: linear-gradient(to top, #C6000A, #FF7115);
    height: 1rem;
    bottom: 0;
  }
  .nav .nav-inner {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    overflow-y: auto;
    white-space: nowrap;
    top: 0;
  }
  .nav .nav-item {
    width: auto !important;
    padding: 0 0.2rem;
    margin-right: 0.1rem;
    font-size: 0.3rem;
  }
  .nav .nav-item span {
    top: 0;
  }
  .nav .nav-item.active, .nav .nav-item:hover {
    font-size: 0.32rem;
  }
  .footer .fi-info .fii-line .vistotal {
    display: block;
    margin-left: 0;
  }
}