.head{
  background: url(../img/header_bg.png) no-repeat right bottom #226dc2;
  padding: 6px 0;
  padding-bottom: 35px;
}
.logo a{
  display: block;
}
.logo a img{
  display: block;
}
.top ul li{
  float: left;
}
.top ul li a{
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 0 8px;
  border-left: 1px solid #fff;
}
.link_top{
  border-right: 1px solid #fff;
  position: relative;
  padding-left: 23px;
}
.link_top::after{
  content: '';
  width: 24px;
  height: 26px;
  background: url(../img/home_icon.png)no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.top ul li:first-child a{
  border: none;
}
.top-cont {
  margin-top: 20px;
}
/* Ã¦ÂÅ“Ã§Â´Â¢Ã¦Â¡â€  */
.search{
  float: right;
  margin-top: 29px;
}
.search>.search-text{
  width: 210px;
  height: 42px;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 13px;
  background: #ffffff;
}
.search>.search-btn{
  vertical-align: top;
  width: 28px;
  height: 34px;
  background: url(../img/search.png) no-repeat center;
  box-sizing: content-box;
  cursor: pointer;
  background-color: #ecae50;
  padding: 4px 9px;
}

/* Ã¥Â¯Â¼Ã¨Ë†Âª */
.nav {
  box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.15);
  background: #fafafa;
  z-index: 3;
  position: relative;
}
.nav>div>ul{
  display: table;
  table-layout: fixed;
  width: 100%;
}
.nav>div>ul>li{
  display: table-cell;
  transition: all .3s;
  position: relative;
}
.nav>div>ul>li>a{
  display: block;
  font-family: "FZLTZCHK";
  font-size: 22px;
  line-height: 60px;
  text-align: center;
  color: #313131;
}
.nav>div>ul>li:hover{
  background-color: #c00000;
}
.nav>div>ul>li:hover>a{
  color: #fff;
}
/* Ã¤ÂºÅ’Ã§ÂºÂ§Ã¦Â ÂÃ§â€ºÂ® */
.nav>div>ul>li>ul{
  position: absolute;
  min-width: 100%;
  left: 50%;
  top: 100%;
  background: #c00000;
  /* padding: 10px 0; */
  -webkit-transform: translate(-50%,12px);
  -ms-transform: translate(-50%,12px);
  transform: translate(-50%,12px);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.nav>div>ul>li:hover>ul{
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
  visibility: visible;
  opacity: 1;
}
.nav>div>ul>li>ul>li{
  padding: 0 14px;
  border-bottom: 1px solid #fff;
}
.nav>div>ul>li>ul>li:last-child{
  border-bottom: none;
}
.nav>div>ul>li>ul>li:hover{
  background: #ff7474;
}
.nav>div>ul>li>ul>li>a{
  display: block;
  font-size: 15px;
  color: #fff;
  font-family: "arial";
  line-height: 35px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.footer .w{
  display: flex;
  justify-content: space-between;

}
.footer{
  padding: 50px 0;
  background: url(../img/footer_ng.jpg)no-repeat center bottom #c0000d;
}
.footer p{
  color: #fff;
  font-size: 18px;
  line-height: 35px;
}