body{
    min-width: 1200px;
    min-height: 600px;
}
.header .top{
    background-color: #aa0c21 ;
    padding-top: 30px;
    padding-bottom: 29px;
}
.header .top::after{
    clear: both;
    content: "";
    display: block;
}
.header .top .logo{
    width: 60.5%;
}

.top-lf{
    display: flex;
    width: 60%;
    float: left;
}
.top-lf p{
    color: #ffffff;
    font-weight: bold; 
    font-size: 25px;
    margin-left: 20px;
    font-family: '宋体';
}
/* 搜索 */
.hd_saearch{
    width:25.83%;
    float: right;
}
.hd_saearch::after{
    content: "";
    clear: both;
    display: block;
}
.saearch{
    width: 100%;
    float: right;
}
.saearch::after{
    content: "";
    display: block;
    overflow: hidden;
}
  form input {
      width: 84.28%;
      margin-top: 21px;
      height: 43px;
      text-align: left;
      font-size: 14px;
      padding-left: 20px;
      padding-top: 16px;
      padding-bottom: 15px;
      background-color: hsl(0, 0%, 100%,0.2);
      border-radius: 22px 0px 0px 22px;
      border-right: none;
      vertical-align: middle;
  }
  
  form input::-webkit-input-placeholder {
      color: hsl(0, 0%, 100%, .7);
  }
  
  #wd {
      color: hsl(0, 0%, 100%,.5);
      background-color: hsl(0, 0%, 100%,0.2);
  }
  
  form .sou {
      width: 15%;
      margin-left: 0px;
      border-style: none;
      outline: none;
      border-radius: 0px 22px 22px 0px;
      background-image: url(../image/search.png);
      background-size: 15px;
      background-repeat: no-repeat;
      background-position: center;
      vertical-align: middle;
      cursor: pointer;
      background-color: hsl(0, 0%, 100%,0.2);
  }

  /* 头部导航栏*/
  .header_list{
    background: #fff;
  }
  .header_list::after,
  .header_list .ul1::after,
  .header_list .ul1>li::after{
    content: "";
    clear: both;
    display: block;
  }
  .header_list .ul1>li>a{
    font-size: 16px;
    color: #333;
  }
  .nav ul {
    width: 100%;
}
.header_list ul>li:nth-of-type(2),
.header_list ul>li:nth-of-type(9){
    width: 8%;
}
.header_list ul li {
    width: 10.5%;
    float: left;
}

.header_list .ul1>li {
    position: relative;
}

.header_list ul li a {
    display: block;
    width: 100%;
   
    line-height: 40px;
    margin: 10px 0;
    text-align: center;
}

.header_list ul li a p {
    font-size: 16px;
    color: #333;
}

.header_list .ul1 li:hover{
    background-color: #aa0c21 ;
}
.header_list .ul1 li:hover p{
    color: #fff;
}
.header_list .ul2 li:hover{
  background-color: hsl(0, 0%, 0%,0.5);
}
.header_list .ul2 li a:hover{
  border-radius: 0px;
  font-weight: bold;
}
.header_list ul li .ul2 {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 60px;
}

.header_list ul li .ul2 li {
    width: 100%;
    background-color: hsl(0, 0%, 0%,0.5);
}

.header_list ul li .ul2>li {
    position: relative;
    border-bottom: 1px solid hsl(0, 0%, 80%,0.3);
}

.header_list ul li .ul2 li .ul3 {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 99%;
}

.header_list ul li .ul2 li .ul3 li{
  border-bottom: 1px solid hsl(0, 0%, 80%,0.3);
}
.header_list ul li .ul2 li .ul3 li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/* 手机导航栏 */
.nav-home{
    display: none;
    width: 30px;
    /* position: relative; */
    /* top: -100px; */
  
    /* margin-left: 10px; */
    float: right;
  }
  .nav1 {
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      display: block;
      position: fixed;
      top: 0;
      left: -100%;
      overflow-y: scroll;
      transition: all 0.7s;
      z-index: 9999999;
  }
  
  .nav1 .nav-auto {
      width: 100%;
      height: 100%;
      margin: 0;
      overflow-y: scroll;
      background-color: #3a3a3a;
  }
  
  .left {
      left: 0;
  }
  
  .nav1 .nav-auto .phone_ul1 {
      width: 100%;
      height: 100%;
      background-color: #3a3a3a;
  }
  
  .nav1 .nav-auto .phone_ul1 .dhang {
      width: auto;
      height: 70px;
      line-height: 70px;
      background: #2c2c2c;
  }
  
  .nav1 .nav-auto .phone_ul1 .dhang span {
      margin-left: 24px;
      font-size: 24px;
      color: #fff;
  }
  
  .nav1 .nav-auto .phone_ul1 .dhang .x1 {
      width: 22px;
      margin-right: 24px;
  }
  
  .nav1 .nav-auto .phone_ul1 li {
      width: 100%;
      text-align: left;
  }
  
  .nav1 .nav-auto .phone_ul1 li a {
      float: left;
      width: 80%;
      line-height: 60px;
      display: block;
      height: 100%;
      font-size: 20px;
      color: #fff;
      transition: none;
      padding-left: 20px;
      border-bottom: 1px solid #525252;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
  }
  
  .nav1 .nav-auto .phone_ul1 li .drop_01 {
      float: left;
      text-align: center;
      width: 20%;
      height: 61px;
      line-height: 61px;
      background: #3a3a3a;
      border-left: 2px solid #525252;
      border-bottom: 1px solid #525252;
  }
  
  .nav1 .nav-auto .phone_ul1 li .drop_01 img {
      width: 20px;
  }
  
  .nav1 .nav-auto .phone_ul1 li.active {
      background-color: #393939;
  }
  
  .nav1 .nav-auto .phone_ul1 li.active a {
      background: none;
      font-weight: bold;
      color: #ffffff;
  }
  
  .nav1 .nav-auto .phone_ul1 li:hover a {
      background: none;
      font-weight: bold;
  }
  
  .nav1 .nav-auto .phone_ul1 li .phone_ul2 {
      background-color: #282828;
      display: none;
  }
  
  .nav1 .nav-auto .phone_ul1 li .phone_ul2 li a {
      font-size: 20px;
      line-height: 60px;
      padding-left: 30px;
  }
  
  .nav1 .nav-auto .phone_ul1 li .phone_ul2 li .drop_02 {
      float: left;
      text-align: center;
      width: 20%;
      height: 61px;
      line-height: 61px;
      background: #282828;
      border-left: 2px solid #525252;
      border-bottom: 1px solid #525252;
  }
  
  .nav1 .nav-auto .phone_ul1 li .phone_ul2 li .drop_02 img {
      width: 20px;
  }
  
  .nav1 .nav-auto .phone_ul1 li .phone_ul2 li .phone_ul3 {
      background-color: #000000;
      display: none;
  }
  
  .nav1 .nav-auto .phone_ul1 li .phone_ul2 li .phone_ul3 li a {
      float: none;
      width: 100%;
      font-size: 18px;
      line-height: 50px;
      padding-left: 40px;
      border-bottom: 1px solid #525252;
  }