@font-face {
  font-family: "Alibaba";
  font-weight: 300;
  src: url("/skin/font/Alibaba-PuHuiTi-Regular.otf") format("otf");
  font-display: swap;
  
}
* {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

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


.header_box_logo_a {
  display: flex;
  justify-content: start;
  align-items: center;
}

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

.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;
  transition: all 0.3s linear 0s;
}

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

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

.head_tel_right h6 {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}

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

/* 调整按钮边距 */

.head_btn p {
  /* padding-top: 10px; */
  margin: 0;
  height: 100%;
  text-align: right;
}

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


/* 尾栏 */
.footer_box {
  background-color: #000;
  padding: 70px 0 0 0;
}

.footer_box_inner p {
  margin-top: 15px;
  color: #d4d4d4;
}

.footer_box p {
  margin: 0;
  padding-bottom: 10px;
}

.text_height {
  height: 128px;
  overflow: hidden;
  overflow-y: auto;
}

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

.text_height p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text_height a {
  text-decoration: none;
  color: #d4d4d4;
}

.footer_box_bottom p:not(:last-child) {
  border-bottom: 1px solid #044b96;
  padding: 5px 0;
  width: 50%;
}
.footer_box_bottom p:first-child{
  padding: 0 0 5px 0
}
.footer_box_bottom p:last-child{
  padding: 5px 0;
}
.foot_box {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #000;
}

.foot_up,
.foot_down {
  font-size: 14px;
  color: #d4d4d4;
}

.foot_up a {
  text-decoration: none;
  color: #d4d4d4;
}

/* 手机端底部样式 */
.phone_footer {
  position: fixed;
  display: flex;
  justify-content: space-around;
  align-items: center;
  bottom: 0;
  padding: 10px;
  background-color: transparent;
  text-align: center;
  z-index: 2;
}

.phone_footer>a {
  display: block;
  text-decoration: none;
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
  width: 48%;
  background-color: #007BFF;
  color: #FFF;
}

/* 弹出框背景 */
.tanchu_background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

/* 基本弹出框样式 */
.basic-tanchu {
  background-color: white;
  border-radius: 10px;
  padding-bottom: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.basic-tanchu .icon-dianhua1 {
  font-size: 20px;
}

.basic-tanchu h6 {
  padding: 10px 50px 10px;
  color: #FFF;
  background-color: #007BFF;
  border-radius: 5px 5px 0 0;
  /* font-weight: bold; */
}

.text-p {
  margin-bottom: 3px;
  color: #007BFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}



.phone_close {
  background-color: #007BFF;
  color: #FFF;
  width: 50px;
  font-size: 9px;
  float: right;
  margin-right: 10px;
}

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

@media(min-width:430px) {
  .phone_footer {
    display: none;
  }
}

@media (max-width:430px) {
  .header_box{
      padding: 0 15px;
  }


  .head_btn p {
    text-align: right;
  }

  footer {
    display: none;
  }

  .phone_footer {
    display: flex;
  }

  .zx_box {
    margin-bottom: 30px;
  }


  .gywm_box,
  .cpzs,
  .mccp_show,
  .mcal,
  .lxwm,
  .zxzx,
  .zx_show {
    margin-bottom: 64px;
  }

}