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

/* 导航栏 */
.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 {
  /* position: relative; */
  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_ul {
  display: none;
  position: absolute;
  width: 100%;
  text-align: center;
  background-color: #FFF;
  border-radius: 0 0 5px 5px;

}

.dropdown:hover .dropdown_ul {
  display: block;
}

.dropdown_ul a {
  width: 100%;
  height: 100%;
  /* margin-top: -10px; */
  font-size: 15px;
  font-weight: 400;
}

.dropdown_ul li {}

.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: 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;
}

/* 关于我们 */
.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 {
  padding-top: 80px;
  padding-bottom: 20px;
}

.cpzs_left_box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

.cpzs_left_box ul {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #f1f1f1;
}

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

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

.cpzs_left_box ul li ul {
  display: none;
}

.cpzs_left_box ul .active ul {
  display: block;
}

.cpzs_left_box ul .active ul li {
  padding-right: 0;
}

.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;
  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:last-child {
  margin-bottom: 10px;
}

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

/* 商品展示(图片) */
.cpzs_right_box {
  /* display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; */
}

.cpzx_right_news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
}

.icon-dicengjiagou {
  font-size: 30px;
  color: #007BFF;
  padding-right: 5px;
}

.cpzs_right_box p {
  display: inline-block;
  font-size: 22px;
  margin: 0;
  border-bottom: 2px solid #007BFF;
}

.more {
  /* float: right; */
  font-size: 15px;
}

.more a {
  color: #666666;
}

/* 第一套图片展示 */
.cpzs_cp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* margin: 1px; */
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 5px;
  transition: all 0.3s linear 0s;
}

/* .cpzs_cp:nth-child(-n + 3) {
  margin-top: 10px;
} */

.cpzs_cp_img {
  overflow: hidden;
}

.cpzs_cp img {
  border-radius: 5px 5px 0 0;
  object-fit: cover;
  transition: transform 0.3s linear 0s
}

.cpzs_txt {
  width: 100%;
}

.cpzs_txt a {
  display: block;
  width: 100%;
  padding: 15px;
  margin: 0;
  text-align: center;
  color: #000;
  background-color: rgba(0, 0, 0, .1);
  transition: all 0.3s linear 0s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}


.cpzs_cp:hover {
  border: 1px solid #007BFF;
}

.cpzs_cp:hover img {
  transform: scale(1.05);
}

.cpzs_cp:hover a {
  background-color: #007BFF;
  color: #FFF;
}

/* 第二套图片展示 */
/* .a_img {
  display: block;
  position: relative;
}

.a_img:hover .a_img_bgimg {
  transform: scale(1);
  opacity: 1;
}

.a_img .a_img_bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #FFF;
  padding: 30px 35px;
  transition: all 0.6s ease 0s;
  transform: scale(0);
  opacity: 0;
}

.a_img .a_img_bgimg::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background-color: rgba(34, 40, 73, 0.5);
  z-index: 0;
}

.a_img_bgimg_text {
  position: relative;
  z-index: 1;
}

.a_img_bgimg_text h6 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.a_img .a_img_bgimg .a_img_bgimg_text p {
  border-bottom: 0;
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
} */

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

.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:1200px) {
  .banner {
    margin-top: 49px;
  }

  .gsjs_box_img {
    padding: 10px 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .gsjs .gsjs_box_img .img-fluid {
    max-width: 50%;
    border-radius: 5px;
  }
}

@media(max-width:991px) {
  .footer_box {
    padding: 50px;
  }
}

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

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

  .footer_box_inner h3 {
    font-size: 24px;
  }

  .footer_box_inner p,
  .foot_box span,
  .foot_box p {
    font-size: 13px;
  }
}

@media(max-width:510px) {

  .icon-dicengjiagou,
  .cpzs_right_box .news_p {
    font-size: 20px;
  }

  .more {
    font-size: 13px;
  }
}

@media (max-width:430px) {
  .cpzs {
    padding-top: 40px;
  }

  .more {
    display: none;
  }
}