.content {
    width: 100%;
    background-color: #fff6ea;
    position: relative;
}

.content .main_header {
    width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    background: #fff;
}

.content .main_header .banner {
    overflow: hidden;
    width: 100%;
}

.content .main_header .banner img {
    display: block;
    width: 100%;
}


.content .main_header .navbar {
    overflow: hidden;
    margin-top: 8px;
    background: #cc1919;
    border-top: 1px solid #ff3434;
  }
  
  .content .main_header .navbar ul {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  
  .content .main_header .navbar ul li {
    overflow: hidden;
    height: 45px;
    width: 10%;
    border-right: 1px solid #FF3434;
    background: #cc1919;
    transition: all .2s;
  }
  
  .content .main_header .navbar ul li:hover {
    background: #b00e0e;
  }
  
  .content .main_header .navbar ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    font-size: 16px;
    color: #fff;
  }
.content .main_header .weater {
    overflow: hidden;
    width: 100%;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
  }
  
  .content .main_header .weater .icon {
    display: flex;
    align-items: center;
  }
  
  .content .main_header .weater .icon p {
    font-size: 12px;
    color: #000000;
    margin-left: 10px;
  }
  
  .content .main_header .weater .go {
    height: 100%;
    display: flex;
  }
  
  .content .main_header .weater .go a {
    display: flex;
    align-items: center;
    height: 100%;
  }
  
  .content .main_header .weater .go a p {
    font-size: 12px;
    color: #df1b1b;
    margin-left: 10px;
  }


  
.footer {
    overflow: hidden;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fe4242;
  }
  
  .footer a {
    font-size: 14px;
    color: #fff;
  }
  
  .footer div {
    width: 1px;
    height: 16px;
    background: #fff;
    margin: 0 5px;
  }
  
  footer {
    overflow: hidden;
    padding: 25px 0;
    background: #fff;
  }
  
  footer div {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  footer div p {
    font-size: 14px;
    color: #330000;
    padding: 3px 0;
    margin: 0 10px;
  }