@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;
}

/* 导航栏 */
.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_dh,
.head_btn {
  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;
}

.head_tel {
  display: flex;
  justify-content: space-around;
  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 {
  /* padding-top: 10px; */
  margin: 0;
  height: 100%;
  text-align: center;
}

.head_btn .iconfont {
  /* padding-top: 10px; */

  /* line-height: 100%; */
  color: #007BFF;
  font-size: 24px;
}

/* 点按钮出导航栏 */
.click_dh {
  /* display: none; */
  width: 100%;
  background-color: #044b96;
}

#a1 {}

/* 产品导航图 */
.banner {
  position: relative;
  margin-top: 60px;
  margin-bottom: 40px;
}


.banner_inner::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner_txt_box {
  position: absolute;
  z-index: 2;
  color: #FFF;
}


/* 产品展示 */
.cpzs_left_box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  max-height: 400px;
  /* 最高不超过 400px */
  overflow: hidden;
  overflow-y: auto;
  /* 超出时显示滚动条（可选，根据需求设置） */
}

.cpzs_left_box::-webkit-scrollbar {
  display: none;
}

.cpzs_left_box ul {
  width: 100%;
  height: 100%;
  /* padding-bottom: 30px; */
  /* border: 1px solid #007BFF; */
  border-radius: 5px;
  background: #f1f1f1;
}

.cpzs_left_box ul li:first-child {
  width: 100%;
  padding: 20px 10px;
  background-color: #007BFF;
  color: #FFF;
}

.cpzs_left_box ul li:last-child {
  margin-bottom: 10px;
}

.cpzs_left_box ul li {
  position: relative;
  padding: 0 20px;
}

.cpzs_left_box ul li h5 {
  margin: 0;
}

.cpzs_left_box ul li a {
  display: block;
  padding: 10px 0;
  width: 100%;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  transition: all 0.3s linear 0s;
}

.cpzs_left_box ul a:hover {
  /* background-color: #d4d4d4; */
  color: #007BFF;
  transition: all 0.3s linear 0s;
}

.cpzs_left_box_span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d4d4d4;
  transition: all 0.3s linear 0s;
}

.cpzs_left_box ul a:hover+.cpzs_left_box_span {
  animation: my_box_span 1s linear forwards;
}

.cpzs_left_box ul li a:nth-last-child() {
  margin-bottom: 40px;
}

@keyframes my_box_span {
  0% {}

  100% {
    background-color: #007BFF;
    /* transition: all 0.3s linear 0s; */
  }
}


/* 联系人 */
.cpzs_left_up_box {
  background: #f1f1f1;
  /* padding: 20px; */
}

.cpzs_left_up_box h5 {
  padding: 20px 10px;
  background: #007BFF;
  color: #FFF;
}

.lxr {
  padding: 10px 20px;
}

.lxr .icon-dianhua11 {
  display: inline-block;
  text-align: center;
  font-size: 40px;
  color: #007BFF;
}

.lxr h4 {
  color: #007BFF;
  font-weight: bold;
}

.lxr p {
  /* margin-bottom: 10px; */
  margin: 0;
  color: #666666;
}

/* 资讯 */
.information {
  border: 1px solid #d4d4d4;
  padding: 10px 0;
  transition: all 0.3s linear 0s;
  /* background-color: #484848; */
}

.information:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px 0 #d4d4d4;
}

.information:not(:first-child) {
  margin-top: 10px;
}


/* 资讯内容(图片) */
.zx_img {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

.zx_img img {
  border-radius: 5px;
  transition: all 0.3s linear 0s;
}

.information:hover .zx_img img {
  transform: scale(1.1);
}

.zx_date {
  display: block;
  padding: 5px;
  border-radius: 5px;
  background-color: #007BFF;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #FFF;
  font-size: 12px;
}

/* 资讯内容(图片右侧) */
.zx_inner {}

.zx_inner>a {
  text-decoration: none;
}

.zx_inner a:first-child {
  color: #484848;
}

.zx_inner h4 {
  font-weight: bold
}

.zx_inner p {
  /* width: 200px; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #787878;
}

.zx_inner a:last-child {
  /* color: #787878; */
  font-size: 13px;
}

/* 分页样式 */
.page_style {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.pagination li a {
  margin: 0 5px;
  padding: 5px 10px;
  border-radius: 10%;
  /* color: #FFF; */
  color: #000;
  /* background-color: #007BFF; */
  border: 1px solid #d4d4d4;
}

.pagination li.active a {
  border: 0;
  background-color: #000;
  color: #ffffff;
  /*当前页按钮的文字颜色*/
}

.pagination li.active:hover {
  color: #FFF;
}

@media (max-width:768px) {
  .banner_txt_up h1 {
    font-size: 24px;
  }

  .banner_txt_up p {
    font-size: 12px;
  }
}

@media (max-width:430px) {
  .zx_inner {
    margin-top: 10px;
  }
}