*,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  margin: 0px;
  padding: 0px;
}


.menu {
  display: table;
  width: 100%;
  height: 45px;
}
.menu > li {
  display: table-cell;
  text-align: center;
  line-height: 45px;
  border-color: #e14a27;
}
.menu_btn {
  color: #333;
  background-color: #FFF;
  border-right: solid 2px #e14a27;
  border-top:none;
  border-bottom:none;
  width: 100%;
  height: 100%;
  display: flex;
  display: block;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  width: 190px;
  height: 45px;
}
.menu_btn:hover {
  color: #fff;
  background-color: #e14a27;
}
.menu_btn_o {
  color: #fff;
  background-color: #e14a27;
}
.menu_home {
  border-top:none;
  border-bottom:none;
  width: 100%;
  height: 100%;
  display: flex;
  display: block;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  width: 40px;
  height: 45px;
}
.menu_home > img {
  vertical-align: top;
  height: 45px;
}







.page_width {
  width: 970px;
}
.page_title {
  margin-top: 5px;
  margin-bottom: 20px;
}




























