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

.banner_txt_up p {
  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 li:first-child {
  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;
}

@keyframes my_box_span {
  0% {}

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

/* 咨询内容 */
.zx_txt h4 {
  font-weight: bold;
  color: #484848;
  /*text-overflow: ellipsis;*/
  /*overflow: hidden;*/
  /*white-space: nowrap;*/
}
.zx_txt p{
    margin-bottom: 0px;
}
.zx_txt img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 5px;
}
.zx.zx_txt_txt a,
p {
  text-decoration: none;
  color: #787878;
}

.ace-line {
  /* text-align: left; */
  text-indent: 2em;
  color: #787878 !important;
}

.tag_a a {
  color: #666666;
}

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

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