.tops {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.3s;
  background: #0067ac;
  padding: 10px 0;
  height: 130px;
}
.tops .centers {
  padding-bottom: 30px;
}
.tops .logo {
  margin-top: 30px;
  /* margin-left: 20px; */
}
.tops.on {
  /* top: 0; */
}
.tops:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  bottom: 0;
  /* background: url(../images/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: #0067ac;
        z-index: -1;
      } */
.tops.active{
  position:fixed;
  background:#0067ac;
  padding: 10px 0;
}
.tops.active:before{
  background:none;
}
.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 a {
  font-size: 14px;
  color: #fff;
}
.top-r-t {
  font-size: 0;
  text-align: right;
  background: #0067ac;
  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{
  /* text-align: right; */
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 301px;
  /* float: right; */
  border: 1px solid #fff;
  padding-left: 10px;
  border-radius: 25px;
  position: absolute;
  right: 0;
}

.search input[type="text"] {
  padding-right: 20px;
  width: 250px;
  height: 35px;
  line-height: 35px;
  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;
  margin-top: 55px;
}

.nav > ul {
  font-size: 0;
  height: 100%;
  /* margin-left: 20%; */
  font-family: "黑体";
}

.nav > ul > li {
  display: inline-block;
  text-align: center;
  position: relative;
  /* width: 13%; */
  margin-left: 30px;
}

.nav > ul > li:first-child {
  margin-left: 0;
}

.nav > ul > li > a {
  display: inline-block;
  font-size: 19px;
  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: #0067ac;
}

.nav > ul > li:hover > a {
  /* color: #0067ac; */
  font-weight: bold;
}

.nav > ul > li:hover > a:after {
  width: 100%;
}

.nav > ul > li > div {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  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{
  padding:0 10px;
  box-sizing:border-box;
}
.nav > ul > li > div > ul > li a {
  font-size: 14px;
  line-height: 35px;
  transition: 0.3s;
  color: #333;
  white-space: nowrap;
}

.nav > ul > li > div > ul > li:hover {
  background: #0067ac;
}
.nav > ul > li > div > ul > li:hover a {
  color: #fff;
}
.footer {
  position: relative;
  background: #0067ac;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .fool {
  font-size: 0;
  float: left;
  margin-right: 5%;
  margin-top: 45px;
  width:25%;
}
.footer .fool img {
  display: block;
  max-width: 100%;
}
.footer .fool a {
  display: inline-block;
}
.foom {
  overflow: hidden;
  width: 43%;
  float:left;
}
.foom p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.foom p span {
  display: inline-block;
}
.foom p span a{
  color:#fff;
}
.foor{
  width: 25%;
  float:left;
  margin-left: 2%;
}
.foor li{
  float:left;
  margin: 0px 10px;
  width: 120px;
}
.foor li img{
  display: block;
  margin: 0 auto;
  width: 100%;
}
.foor li p{
  color:#fff;
  font-size:14px;
  text-align:center;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  .footer {
    text-align: center;
  }
  .footer .fool {
    float: none;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
 .footer .foom{
   width:100%;
 }
  .footer .foor{
   width:100%;
   margin-top:10px;
   margin-left: 0px;
 }
 .footer .foor ul{
   display:flex;
 }
  .footer .foor ul li{
    flex:1;
  }
  .footer .foor ul li img{
    width:120px;
  }
}
@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;
  }
}