.header-hd {
  height: 22px;
  line-height: 22px;
  background: #f4f4f4;
  font-size: 12px;
  color: #666666;
}
.header-hd a {
  padding: 0 10px;
}
.header-hd a:last-of-type {
  padding-right: 0;
}
.header-bd {
  height: 100px;
}
.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: #333333;
  line-height: 1.3;
  padding: 10px 0 10px 60px;
  /* font-weight: bold; */
}
.header-bd .header-tel a {
  display: inline-block;
  width: 132px;
  height: 23px;
  background: #01c1cf;
  line-height: 23px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  margin-left: 6px;
  vertical-align: 2px;
}
.header-bd .header-tel p {
  font-size: 27px;
  color: #4388d6;
  font-family: fantasy;
}
.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 #fe6d01;
}

.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;
}



.footer {
  border-top: 31px solid #0065cc;
  background: #2e2e2e;
}
.footer .footer-hd {
  padding: 20px 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .footer-hd .footer-hd-item {
  width: 30%;
  border-right: 1px solid #818181;
  min-height: 217px;
}
.footer .footer-hd .footer-hd-item:last-of-type {
  border-right: 0;
}
.footer .footer-hd .footer-hd-code h2 {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  background: url(../image/ftline.png) no-repeat center;
}
.foot-link
{
    text-align: center;
    padding: 15px 0;
}
.foot-link a
{
	display:inline-block;
	padding: 0 10px;
}
.footer .footer-hd .footer-hd-code .link {
  text-align: center;
  margin: 15px 0;
}
.footer .footer-hd .footer-hd-code .link a {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
.footer .footer-hd .footer-hd-code ul {
  text-align: center;
}
.footer .footer-hd .footer-hd-code ul li {
  width: 124px;
  height: 120px;
  background: url(../image/codebg.png) no-repeat center;
  text-align: center;
  color: #fff;
  padding-top: 5px;
  margin-right: 14px;
  display: inline-block;
  vertical-align: top;
}
.footer .footer-hd .footer-hd-code ul li img {
  max-width: 73%;
}
.footer .footer-hd .footer-hd-code ul li p {
  font-sizE: 12px;
  color: #fff;
}
.footer .footer-hd dt {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}
.footer .footer-hd dt::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  border-left: 21px solid #f08200;
  border-right: 31px solid #fff;
  margin-top: 7px;
}
.footer .footer-hd .footer-hd-nav a {
  display: inline-block;
  width: 30%;
  font-sizE: 18px;
  line-height: 40px;
  color: #fff;
}
.footer .footer-hd .footer-hd-contact .tel {
  background: url(../image/fttel.png) no-repeat left center;
  font-size: 16px;
  color: #fff;
  padding-left: 58px;
  margin-bottom: 20px;
}

.footer .footer-hd .footer-hd-contact .tel:last-child {
    background: url(../image/foot-wz.png) no-repeat left center;
}
.footer .footer-hd .footer-hd-contact .tel p {
  font-size: 24px;
}
.footer .footer-hd .footer-hd-contact .tel:nth-of-type(2) p {
  font-size: 18px;
}
.footer .footer-bd {
  padding: 18px 0;
  border-top: 1px solid #606060;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  line-height: 31px;
  text-align: center;
  position: relative;
}

.footer .footer-bd p {
    display: inline-block;
}

footer-bd a {
    margin-right: 15px;
    display: inline-block;
}
.footer .footer-bd strong
{
  color:#fff;
}
.footer .footer-bd .totop {
  display: block;
  font-sizE: 14px;
  width: 100px;
  height: 25px;
  border: 1px solid #bfbfbf;
  text-align: center;
  line-height: 23px;
  position: absolute;
  top: 10px;
  right: 0;
}
.footer .footer-bd .totop::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #bfbfbf;
  margin-left: 10px;
  vertical-align: 1px;
}

