@import url(/skin/css/bootstrap.min.css);
@import url(/skin/css/swiper-bundle.min.css);
@import url(../iconfont/iconfont.css);

* {
  padding: 0;
  margin: 0;
}


body {
  background-color: #FFF;

}


ul {
  list-style-type: none;
}

p {
  font-size: 14px;
}

h6 {
  font-size: 14px;
}
.head_tel_right_h6{
  font-size: 16px;
}
/* 导航栏 */
.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;
}



/* 公司介绍 */
.gsjs {
  background-color: #FFF;
  margin-bottom: 40px;
  padding: 40px;
  border-radius: 5px;
}

.gsjs .gsjs_box_img {
  /* background-color: aquamarine; */
  text-align: center;

}

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

.gsjs_box_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gsjs_box_m {
  /* margin-bottom: 20px; */
}

/* 通用部分 */
.gsjs_box_txt h3,
.product_box_txt h3,
.section_title h3,
.hxys_title h3,
.hxys_text h4 {
  font-weight: bold;
  margin-bottom: 20px;
  /* color: #000; */
}

.gsjs_box_txt h3 span,
.product_box_txt h3 span,
.section_title h3 span,
.hxys_title h3 span,
.hxys_text h4 span {
  padding: 5px;
  color: #FFF;
  background-color: #007BFF;
  border-radius: 5px;
}

.gsjs_box_txt p {
  text-indent: 2em;
  font-size: 14px;
  color: #787878;
}

.btn-primary {
  width: 100px;
  font-size: 14px;
}

/* 服务流程 */
.fwlc {
  background-color: #88c3ef47;
  padding: 100px;
}

.fwlc_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.fwlc_lc {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  width: 100px;
  height: 100px;
  /* border-radius: 5px; */
  border-radius: 27%;
  background-color: rgba(136, 195, 239, 0.1);
  border: 2px solid #FFF;
  transition: all 0.3s linear 0s;
}

.fwlc_lc:hover {
  border: 0;
  transform: translateY(-5px);
  background-color: #0162ad;
  box-shadow: 0 0 13px 0px #d4d4d4;
}

.fwlc_lc:hover i {
  color: #FFF;
}

.fwlc_lc:hover p {
  color: #FFF;
}

.fwlc_lc i {
  color: #0162ad;
  font-size: 35px;
}

.fwlc_lc p {
  color: #0162ad;

}

.icon-a-youjiantouzhixiangyoujiantou {
  font-size: 20px;
}

/* 资讯 */
.zx_box {
  /* position: relative; */
  margin-top: 40px;
  padding: 35px 0;
  background-color: rgba(212, 212, 212, .2);
}

.zx_txt {
  padding: 20px;
}

.zx_txt a {
  text-decoration: none;
}

.zx_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}

.zx_inner .t1 {
  font-size: 36px;
  color: #007BFF;
  font-weight: bold;
}

.zx_inner .t2 {
  color: #aaa;
}

.zx_inner .t3 {
  position: absolute;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 10px;
  top: 0;
  color: #999;
  opacity: 0.05;
}

/* zx-轮播图 */
.zx_zx {
  background-color: #FFF;
  border: 1px solid #d4d4d4;
  border-radius: 6px 6px 0 0;
}

.zx_img {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  position: relative;
}

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

.card-body h4 {
  font-weight: bold;
  font-weight: 900;
  color: #484848;
}

.card-body a {
  text-decoration: none;
  color: #484848;
}

.clamp_one h5 {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.clamp_two {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp_three span {
  font-size: 14px;
  color: #797979;
}

@media (max-width:1200px) {
  .banner {
    margin-top: 70px;
  }

  .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:430px) {
  .gsjs_box_m h3{
    font-size: 24px;
  }
  .clamp_one h5{
    font-weight: bold;
  }
  .col-md-12,
  .col-lg-6 {
    padding: 0;
  }

  .fwlc {
    padding: 50px;
  }

  .zx_inner .t1 {
    font-size: 28px;
  }

  .fwlc {
    padding: 50px 16px;
  }
}