.tops {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.3s;
}
.tops .centers {
  padding-bottom: 30px;
}
.tops .logo {
  margin-top: 31px;
  /* margin-left: 20px; */
}
.tops.on {
  top: 0;
}
.tops:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  bottom: 0;
  background: url(../image/hzzc.png) repeat-x center bottom;
  background-size: auto 100%;
  transition: all 0.5s;
  z-index: -2;
}
.tops.on:before {
  height: 100%;
}
/* .tops:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 5px;
        bottom: 0;
        background: #ea8b4c;
        z-index: -1;
      } */

.logo {
}
.logo a {
  font-size: 0;
}

.g-navk {
  position: fixed;
  right: 0;
  top: 5px;
  width: 98px;
  height: 80px;
  text-align: center;
  font-size: 0;
  z-index: 999;
}

.top-r {
  padding-top: 5px;
  position: relative;
  /* margin-left: 32%; */
  float: right;
}
.toplink {
  text-align: right;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 22px;
}
.toplink a {
  font-size: 14px;
  color: #fff;
}
.top-r-t {
  font-size: 0;
  text-align: right;
  background: #ea8b4c;
  width: 100%;
}

.top-r-lj {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  margin-right: 5px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.top-r-lj a {
  display: inline-block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 5px;
}

.top-r-lj a:nth-child(5) {
  padding-left: 20px;
}

.top-r-lj a:hover {
  color: #fff;
}

.tops button {
  position: absolute;
  top: 44px;
  right: 5px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  font-size: 0;
  text-align: center;
  background: none;
  cursor: pointer;
}

.tops button img {
  vertical-align: middle;
}

/* .search {
    width: 500px;
    height: 50px;
    background: #fff;
    margin-top: 20px;
    position: absolute;
    right: 0;
    top: 24px;
    z-index: 1;
    display: none;
  }
  
  input,
  button {
    border: none;
    outline: none;
  }
  
  .search .text {
    width: 500px;
    padding-left: 15px;
    padding-right: 100px;
    height: 50px;
    font-size: 14px;
    background: none;
    color: #333;
  }
  
  .search .button {
    width: 80px;
    height: 50px;
    background: #ea8b4c url(../images/search.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
  }
  
  .search input::-webkit-input-placeholder {
    color: #999;
  }
  
  .search input::-moz-input-placeholder {
    color: #999;
  }
  
  .search input::-ms-input-placeholder {
    color: #999;
  }
  
  .yc-search {
    line-height: 40px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
    transition: all 0.5s;
  }
  
  .yc-search-bg {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  
  .search {
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
  } */
.search {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #4f616d;
  background-color: #e70b1a;
  padding: 0 15px;
  font-size: 0;
  z-index: 1001;
}

.search input[type="text"] {
  padding-right: 20px;
  width: 750px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  background-color: transparent;
  color: #fff;
}

.search input[type="image"] {
  vertical-align: middle;
}

.search input::placeholder {
  color: #fff;
}

/* 导航 */
.nav {
  /* height: 40px; */
  /* line-height: 40px; */
  /* margin-top: 30px; */
  float: left;
}

.nav > ul {
  font-size: 0;
  height: 100%;
  /* margin-left: 20%; */
}

.nav > ul > li {
  display: inline-block;
  text-align: center;
  position: relative;
  /* width: 13%; */
  margin-left: 55px;
}

.nav > ul > li:first-child {
  margin-left: 0;
}

.nav > ul > li > a {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  position: relative;
  line-height: 36px;
}

.nav > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
}

.nav > ul > li.on > div {
}
.nav > ul > li.on > a::after {
  width: 100%;
}

.nav > ul > li.active > a {
  color: #ea8b4c;
}

.nav > ul > li:hover > a {
  /* color: #ea8b4c; */
  font-weight: bold;
}

.nav > ul > li:hover > a:after {
  width: 100%;
}

.nav > ul > li > div {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 120px;
  z-index: 9999;
  display: none;
  padding-top: 10px;
}

.nav > ul > li > div > ul {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  line-height: normal;
}

.nav > ul > li > div > ul > li a {
  font-size: 14px;
  line-height: 35px;
  transition: 0.3s;
  color: #333;
}

.nav > ul > li > div > ul > li:hover {
  background: #207578;
}
.nav > ul > li > div > ul > li:hover a {
  color: #fff;
}
.footer {
  position: relative;
  background: url(../image/footer.png) no-repeat center center;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .fool {
  font-size: 0;
  float: left;
  margin-right: 180px;
  margin-top: 45px;
}
.footer .fool img {
  display: block;
  max-width: 100%;
}
.footer .fool a {
  display: inline-block;
}
.foom {
  /* position: relative;
  left: 50%;
  transform: translateX(-50%); */
  /* text-align: center; */
  /* -left: 60px; */
  overflow: hidden;
}
.foom p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.foom p span {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .footer {
    text-align: center;
  }
  .footer .fool {
    float: none;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .foom p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .foom p {
    line-height: 15px;
    padding-bottom: 10px;
  }
  .foom p span:first-child {
    padding-bottom: 10px;
  }
}
