.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.common_header {
  width: 1200px;
  height: 80px;
  margin: auto;

  z-index: 99;
  /* overflow: hidden; */
}
.common_header .common_header_logo {
  width: 20%;
  height: 50px;
  float: left;
  margin-left: 5%;
  margin-top: 15px;
}
.common_header .common_header_navbar {
  width: 50%;
  height: 80px;
  /* overflow: hidden; */
  float: left;
}
.common_header .common_header_navbar ul {
  width: 100%;
  height: 80px;
  /* overflow: hidden; */
  position: relative;
}
.common_header .common_header_navbar .menu_parent {
  position: relative;
}
.common_header .common_header_navbar .menu_child {
  width: 100%;
  position: absolute;
  top: 60px;
  background: white;
  z-index: 66;
}
.common_header .common_header_navbar .menu_child p {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.common_header .common_header_navbar .menu_child p a {
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  font-size: 14px;
  cursor: pointer;
  color: #333333;
  text-decoration: none;
}
.common_header .common_header_navbar .menu_child p:hover a {
  color: #b02418;
}

.common_header_navbar ul li {
  color: #333333;
  width: 25%;
  height: 80px;
  float: left;
  line-height: 80px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
}
.common_header_navbar ul li a {
  color: #333333;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.common_header_navbar ul li:hover a {
  color: #b02418;
}
.common_header_navbar ul li:hover {
  color: #b02418;
}
.common_header .common_header_navbar ul img {
  position: absolute;

  top: 0;
  transition: "1s";
  -moz-transition: "1s"; /* Firefox 4 */
  -webkit-transition: "1s"; /* Safari å’Œ Chrome */
  -o-transition: "1s";
}
.common_header .common_header_right {
  width: 15%;
  height: 80px;
  float: right;
  line-height: 80px;
}
.common_header .common_header_right_button {
  cursor: pointer;
  display: inline-block;
  width: 100px;
  height: 36px;
  background: #b02418;
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
}

.common_header .common_header_navbar ul .common_header_color {
  color: #b02418;
}
