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

.cpzs_left_box ul {
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  /* border: 1px solid #007BFF; */
  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 h5 {
  margin: 0;
}

.cpzs_left_box ul li a {
  display: block;
  padding: 20px 0;
  width: 100%;
  font-size: 14px;
  color: #666666;
  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;
}

/* 侧边导航样式隐藏子级菜单 */
.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;
}

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

/* 产品图片区域上方 */
.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 .news_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_right_b {
  margin-bottom: 20px;
}

.cpzs_right_con p {
  color: #666666;
}

/* 按钮文字 */
.btn_font {
  width: 100px;
  font-size: 14px;
  /* color: #FFF; */
  background-color: #007BFF;
}

.cpzs_right a {
  text-decoration: none;
}

/* 内容 */
.text {
  width: 100%;
  border: 1px solid #666666;
}

/* 上一篇下一篇 */
.tag_a a {
  color: #666666;
}

@media(max-width:991px) {
  .cpzs_right_b {
    text-align: center;
  }
}

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

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

  .footer_box {
    padding: 50px;
  }
}

@media(max-width:510px) {

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

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

@media(max-width:430px) {
  .more {
    display: none;
  }
}