  /* 头部css */
  
  header {
      min-width: 1890px;
      height: 240px;
      background: url(../images/head-bj.png) no-repeat;
      background-size: cover;
      overflow: hidden;
  }
  
  .head-bj {
      width: 100%;
      height: 100%;
  }
  
  .head-warp {
      height: 132px;
      /* border: 1px solid pink; */
      margin: 34px 410px 0px 238px;
  }
  
  .head-logo,
  .head-logo img {
    /*   width: 378px; */
      height: 168px;
      vertical-align: top;
  }
  
  .search-box {
      margin-top: -24px;
      width: 414px;
      height: 130px;
      text-align: center;
  }
  
  .search-box img {
      width: 288px;
      height: 40px;
      margin: 27px 47px 10px 48px;
  }
  
  .search-box .form {
      width: 100%;
      height: 50px;
      border-radius: 28px;
      overflow: hidden;
  }
  
  .search-box input.text {
      width: 321px;
      height: 50px;
      padding-left: 30px;
      font-size: 16px;
      background: #fff;
  }
  
  .search-box .search-btn {
      width: 93px;
      height: 49px;
      border: 0px;
      background: url(../images/search-ico.png) no-repeat;
      background-position: 10px 15px;
      background-color: #DE1817;
      font-size: 18px;
      color: #fff;
      text-align: center;
  }
  
  .date-box {
    margin-top: 22px;
    background-color: rgba(22, 42, 105, 0.16);
    border-radius: 16px;
    width: 414px;
    height: 33px;
    /* margin-left: 10px; */
    text-align: center;
  }
  

  
  .date-box .date {
  			display:flex;
  			justify-content:space-between;
  			flex-wrap:nowrap;
            width:400px;
   			text-align: center;
      		margin-top: 6px;
      		line-height: 33px;
            margin: 0px 15px;
            font-size: 14px;
            color: #fff;
            overflow: hidden;
        }
        
        .date-box .tqyb {
           /*  display: inline-block; */
            width: 180px;
            height: 33px;
            text-align: center;
            overflow: hidden;
        }
        
        .date-box .tqyb .plugin {
            margin-top: 5px;
            width: 170px;
            height: 33px;
        }
        
        .date-box .time {
            width: 190px;
            height: 33px;
            line-height: 33px;
            font-size: 14px;
            color: #fff;
            text-align: center;
        }
  
 
  /* 头部样式结束 */
  /* 导航菜单 */
  
  nav.nav-box {
      min-width: 1890px;
      width: 100%;
      height: 62px;
      background-color: #4FA5FF;
  }
  
  .nav_list .menu .menu-item {
      float: left;
      height: 62px;
      line-height: 62px;
      text-align: center;
  }
  
  .nav_list .menu .menu-item a {
      display: inline-block;
      height: 62px;
      font-size: 24px;
      font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
      font-weight: bold;
      color: #FFFFFF;
      line-height: 62px;
      padding: 0 90px;
  }
  
  .nav_list .menu .menu-item a.current {
      /* color: black; */
  }
  
  .nav_list .menu .menu-item a:hover {
      background-color: #096eda;
      /* color: black; */
  }