.header {
  max-width: 1228px;
  height: 92px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.logo {
  width: 263px;
  height: 60px;
  background-image: url('../images/index/logo.png');
}
.head_right {
  height: 50px;
  display: flex;
  justify-content: flex-end;
}
.hot_phone_img {
  margin-right: 6px;
}
.hot_phone_txt {
  font-size: 16px;
  color: #4A4A4A;
}
.hot_phone_num {
  font-size: 24px;
  color: #3A5B8F;
}
.naver {
  background: #3B3B3B;
  height: 55px;
  margin-bottom: 1px;
}
.naver .content {
  height: 100%;
  max-width: 1130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 18px;
  overflow: hidden;
}
.naver .content a {
  display: inline-block;
  width: 133px;
  height: 55px;
  line-height: 55px;
  border-right: 1px solid #272727;
  text-align: center;
}
.naver .content a.active {
  background: #2571B1;
}
.naver .content li:last-child a {
  border-right: none;
}