@import url(/skin/css/bootstrap.min.css);
@import url(/skin/css/swiper-bundle.min.css);
@import url(../iconfont/iconfont.css);

* {
  padding: 0;
  margin: 0;
}

ul {
  list-style-type: none;
}

p {
  font-size: 14px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.nav-link {
  color: gray;
  transition: color 0.3s ease;
}

.nav-link.active {
  color: blue;
}

.header_box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  height: 60px;
  background-color: #fff;
}

.header_box_logo,
.header_box_logo_a,
.head_btn,
.head_dh {
  height: 60px;
  line-height: 60px;
}

.header_box_img {
  vertical-align: middle;
}

.head_dh>ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.head_dh a {
  padding: 0 16px;
  font-weight: bold;
  color: black;
}

.head_dh a:hover {
  color: #007BFF;
}

.dropdown:hover {}

.dropdown_ul {
  display: none;
  position: absolute;
  width: 100%;
  text-align: center;
  background-color: #FFF;
  border-radius: 0 0 5px 5px;
  transition: all 0.3s linear 0s;
}

.dropdown:hover .dropdown_ul {
  display: block;

}

.dropdown_ul li {}

.dropdown_ul a {
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.dropdown_ul li:hover {
  background-color: #d4d4d4;
  border-radius: 0 0 5px 5px;
}

.dropdown_ul li:hover a {
  color: #007BFF;
}


.head_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}

.head_tel_left .icon-dianhua1 {
  font-size: 40px;
  color: #007BFF;
}

.head_tel_right h6 {
  margin-bottom: 2px;
  font-weight: bold;
}

.head_tel_right p {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  color: #007BFF;
}


.head_btn p {
  margin: 0;
  height: 100%;
  text-align: center;
}

.head_btn .iconfont {
  color: #007BFF;
  font-size: 24px;
}