#main_body{
    background: #c54040; 
}

/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    overflow:hidden;
}

/***********************************************************/
.header_top_image{
    height: auto;
    width: auto;
}
.header_top_image img
{ 
    max-width: 100%; 
    min-width: 1080px;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.head_top_banner{
    margin: 0 auto; 
    padding-top: 20px;
    width: 1080px;
}

.head_top_banner ul{
  width: 1050px;
  border:5px solid yellow;
  border-radius: 50px; 
  padding: 10px;
  height: 50px;
}

.head_top_banner ul li{
    float: left;
    width: 105px;
    text-align: center;
    color: white;
    display: block;
    font-size: 0.5em;
    height: 50px;
    border-radius: 25px;
  }

  .head_top_banner ul .select{
    background-color: turquoise;
  }


  .head_top_banner ul li a{
    text-decoration: unset;
    color: white;
    text-align: center;
    display: block;
    width: 100%;
    height: 50px; 
    font-size: 1em;
    font-weight: bold;
    line-height: 50px;
  }

  /****************************************************/
  .section_bg{
    margin: 0 auto; 
    margin-top: 40px; 
    padding: 10px;
    border-radius: 30px;
    width: 1080px;
    background-color: #db4849;
  }

  .section_title{
      font-size: 1em;
      color: white;
      text-align: center;
      padding-top: 10px;
  }

  .a_year_a_place_contain{
    padding-top: 10px;
  }

  .a_year_a_place_contain_title{
    display: inline;
    font-size: 0.5em;
    color: white;
    padding-left: 10px;
  }

  .a_year_a_place_contain_title_describle{
    font-size: 0.3em;
    display: inline;
    color: white;
  }

  .a_year_a_place_all_subject{

  }

  .a_year_a_place_all_subject li{
    width: 160px;
    float: left;
    background-color: white;
    border-radius: 10px;
    margin: 10px;
}

.a_year_a_place_a_subject_title{
    font-size: 0.5em;
    text-align: center;
    padding: 10px;
}

.a_year_a_place_a_subject_pager{
    font-size: 0.4em;
    text-align: center;
    padding: 10px;
    color: tomato;
}

.a_year_a_place_a_subject_pager_half{
    font-size: 0.3em;
    display: inline;
    text-align: center;  
    color: tomato;
    width: 50%;
}

.a_year_a_place_all_subject ul li div{
  cursor: pointer;
}


/***********************************/
.footer{
 
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer_message{
  width: 100%;
  font-size: 0.35rem;
  text-align: center;
  padding: 5px;
  color: #202020;
}
.footer .contact{
  padding-left: 30%;
  padding-right: 30%;
  color: #202020;
}
.footer_message_top{
  margin-bottom: 10px;
  width: 50%;
  font-size: 0.35rem;
  text-align: center; 
  color: #202020;
}



/******************************/