.header-hd {
  height: 34px;
  line-height: 34px;
  background: #f3f3f3;
  font-size: 12px;
  color: #666666;
}
.header-hd a {
  padding: 0 10px;
}
.header-hd a:last-of-type {
  padding-right: 0;
}
.header-bd {
  height: 120px;
}
.header-bd .w {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-bd .header-tel {
  background: url(../image/htel.png) no-repeat left center;
  font-size: 14px;
  color: #3d4043;
  line-height: 1.3;
  padding: 17px 0 10px 65px;
  font-weight: bold;
}
.header-bd .header-tel p {
  font-size: 28px;
  color: #ffa423;
  font-weight: bold;
}
.search-region {
  height: 44px;
  border-bottom: 1px solid #c3c5c7;
}
.search-region .search-hd {
  line-height: 44px;
  font-size: 13px;
  color: #000;
}
.search-region .search-bd {
  margin-top: 8px;
}
.search-region .search-bd .search-key {
  width: 215px;
  height: 29px;
  background: #eef1f1;
  border: none;
  padding: 0 10px;
  color: #999;
  outline: none;
}
.search-region .search-bd .search-button {
  width: 37px;
  height: 29px;
  border: none;
  outline: none;
  vertical-align: top;
  cursor: pointer;
  background: url(../image/sbtn.png) no-repeat center #4388d6;
}
.boxsizing * {
  box-sizing: border-box;
}
.boxsizing {
  line-height: 1.5;
}
.region-tit {
  text-align: center;
}
.region-tit h2 {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  font-size: 30px;
}
.region-tit p {
  font-size: 22px;
  color: #333;
}
.region-tit::before {
  content: "";
  display: block;
  width: 39px;
  height: 5px;
  background: #4388d6;
  margin: 0 auto;
  margin-bottom: 13px;
}

.area-region {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  padding: 60px 0 20px;
}
.area-region span {
  display: inline-block;
  background: url(../image/areaicon.png) no-repeat left center;
  padding-left: 30px;
  font-size: 16px;
}
.area-region a
{
  font-size:16px;
}
