header .common_header {
  display: flex;
  padding-top: 40px;
  justify-content: space-between;
}
header .common_header .company {
  display: flex;
  align-items: center;
}
header .common_header .company .logo {
  width: 95px;
  height: 95px;
  display: inline-block;
}
header .common_header .company .title {
  font-size: 60px;
  margin-left: 40px;
  color: #333333;
}
header .common_header .telephone {
  display: flex;
  align-items: center;
}
header .common_header .telephone i {
  display: inline-block;
  width: 23px;
  height: 25px;
  margin-right: 19px;
  background: url("../images/popup/dh.png") no-repeat;
}
header .common_header .telephone span {
  font-size: 24px;
  color: #af2b38;
}
header .navlist {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  padding-right: 134px;
  box-sizing: border-box;
}
header .navlist .list {
  margin-left: 58px;
  font-size: 24px;
  padding: 26px 0;
  position: relative;
}
header .navlist .active::after {
  content: "";
  width: 46px;
  height: 3px;
  background-color: #af2c38;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
header .navlist .active a {
  color: #af2b38;
}
