@media (min-width: 767px) {
  .header_view {
    height: 36px;
    background-color: #333;
  }
  .header_view_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header_view_main_home {
    font-size: 14px;
    color: #ffffff;
    height: 36px;
    line-height: 36px;
  }
  .header_view_main_home:hover {
    color: #D40300;
  }
  .header_view_main_map {
    display: block;
    padding: 0 15px;
    font-size: 14px;
    color: #ffffff;
    height: 36px;
    line-height: 36px;
  }
  .header_view_main_map:hover {
    background-color: #D40300;
    color: #ffffff;
  }
  .header_view_nav {
    position: relative;
    background-color: #fff;
    padding-top: 10px;
    box-shadow: 0px 4px 9px 0px rgba(184, 182, 182, 0.5);
  }
  .header_view_nav_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    margin-bottom: 10px;
  }
  .header_view_nav_section_info {
    height: 70px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }
  .header_view_nav_section_info_logo {
    font-size: 29px;
    width: 230px;
    display: block;
    color:  #F8B62A;
    font-weight: bold;
  }
  .header_view_nav_section_info_logo img{
    display: inline-block;
    width: 100%;
    height: 60px;
    object-fit: contain;
  }
  .header_view_nav_section_info_logo:hover {
    color: #F8B62A;
  }
  .header_view_nav_section_info_desc {
    margin-left: 200px;
    /* flex: 1; */
    font-size: 22px;
    color: #000;
  }
  .header_view_nav_section_info_desc a {
    padding-left: 20px;
    font-size: 22px;
    color: #F8B62A;
  }
  .header_view_nav_section_info_desc a:hover{
    color:#F8B62A;
    font-weight: 700;
  }
  .header_view_nav_section_link {
    display: block;
    height: 70px;
  }
  .header_view_nav_section_img {
    height: 70px;
  }
  .dao {
    display: flex;
    align-items: center;
    min-height: 42px;
    flex-wrap: wrap;
  }
  .dao_item {
    font-size: 16px;
    color: #000;
    height: 42px;
    padding: 0 23px;
    position: relative;
    line-height: 42px;
  }
  .dao_item:hover {
    font-weight: bold;
    color: #F8B62A;
  }
  .dao_item::after {
    content: '';
    width: 1px;
    height: 16px;
    background: #A1A1A1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .dao_item:last-child:after {
    display: none;
  }
  .dao_item.more:hover .more-menu {
    display: block;
  }
  .dao_item.more {
    position: relative;
    width: 100px;
    cursor: pointer;
    font-weight: normal;
  }
  .dao_item.more .more-menu {
    position: absolute;
    width: 120px;
    left: 0;
    display: none;
    background: #fff;
    padding: 10px;
    box-shadow: 0 1px 10px #ccc;
    z-index: 15;
  }
  .dao_item.more .more-menu a:hover {
    font-weight: bold;
  }
  .dao_item.more .more-menu a {
    display: block;
    text-align: center;
    color: #000;
    font-weight: normal;
  }
  .dao_child_item {

  }
}
@media (max-width: 767px) {
  .tou {
    height: 1.2rem;
  }
  .tou_main {
    padding: 0 0.27rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1rem;
  }
  .tou_web {
    font-size: .4rem;
    line-height: 1rem;
    color: #F8B62A;
    font-weight: 600;
  }
  .tou_web img{
    width: auto;
    height: 1rem;
    object-fit: contain;
  }
  .tou_main_action {
    width: 0.46rem;
    height: 1rem;
    line-height: 1rem;
    display: flex;
    align-items: center;
  }
  .tou_main_action img {
    width: 0.46rem;
  }
  .tou_close{
    display: none;
  }
  .dao {
    position: fixed;
    left: 0;
    height: calc(100vh - 1rem);
    background: #fff;
    top: 1rem;
    width: 100%;
    padding: 0 0.6rem;
    overflow: auto;
    z-index: 100;
    display: none;
  }
  .dao h3 {
    padding: 0.2rem 0 0.3rem 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 0.4rem;
    font: bold 0.4rem/0.7rem "Microsoft YaHei";
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
  }
  .dao_item {
    display: block;
    height: 0.7rem;
    padding-left: 0.5rem;
    font: 0.28rem/0.7rem "Microsoft YaHei";
    color: #000;
    margin-bottom: .3rem;
  }
  .hide-scroll {
    overflow-y: hidden;
  }
}
