@charset "UTF-8";

.header .bzq {
  width: 85%;
  max-width: 1430px;
  margin: 0 auto;
  height: 95px;
}

.header .bzq_r {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 28px;
}

.header .logo_bz {
  padding-top: 16px;
}

.header .search {
  position: relative;
}

.header .search input {
  padding-left: 10px;
  height: 38px;
  border: 1px solid #999999;
  border-radius: 10px;
  width: 280px;
}

.header .search button {
  position: absolute;
  height: 20px;
  border: 0;
  background-color: #fff;
  padding-right: 4px;
  width: 24px;
  top: 8px;
  right: 12px;
}

.tel {
  padding-left: 20px;
}






.new_nav {
  background: #248dcf;
  height: 42px;
  width: 100%;
  position: relative;
  border-top: 1px solid #156699;
  border-bottom: 1px solid #156699;
  box-sizing: border-box;

}

.new_nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 85%;
  max-width: 1430px;
  margin: 0 auto;
  font-size: 16px;

}

.new_nav ul li {
  width: 12%;
}

.new_nav ul li a {
  color: #fff;
  line-height: 42px;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.new_nav ul>li:hover {
  background-color: #f3faff;
  color: #1d1d1d;
}

.new_nav ul>li:hover a {
  color: #1d1d1d;
}

.nav_top {
  position: absolute;
  top: 41px;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: rgba(243, 250, 255, 0.95);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.nav_top_con {
  width: 1000px;
  margin: 0 auto;
  column-count: 3;
  column-gap: 15px;
  padding-top: 10px;
  padding-bottom: 15px;
}

.nav_top .nav_top_item {
  border-right: 1px solid #eaeaea;
  box-sizing: border-box;
  padding: 7px 3%;
}

.nav_top .nav_top_item a {
  width: 100%;
  line-height: 24px;
}

.nav_top_item a>h3 {
  font-size: 16px;
  line-height: 20px;
  /* padding-left: 8px; */
  font-weight: bold;
  color: #333;
}

.nav_top .nav_top_item .cla a {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #333;
}

.nav_top .nav_top_item>a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.nav_top .nav_top_item .cla {
  margin-left: 18px;
}

.nav_top .nav_top_item .cla a:hover {
  text-decoration: underline;
  color: #073a7c;
}

.nav_top .nav_top_item .cla .more {
  color: #0a4e98;
}

.nav_top .nav_top_item .cla .more:hover {
  text-decoration: underline;

}

.nav_top .nav_top_item .staticblock {
  width: 5px;
  height: 20px;
  border-radius: 2px;
  color: #248dcf;
}

.nav_top .nav_top_item .icon-triangle-right {
  color: #248dcf;
}

.nav_top .nav_top_item .moveblock {
  color: #fe342c;
}

.nav_child_three {}

.nav_other .nav_top_con {
  display: flex;
  justify-content: flex-end;
}






.header2 .nav2,
.min-logo {
  display: none;
}


.header2 .mobileMenuBtn {
  position: fixed;
  right: 20px;
  top: 18px;
  width: 32px;
  text-align: center;
  cursor: pointer;
  z-index: 100;
  display: none;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;

}

.header2 .mobileMenuBtn.active {
  right: 220px;
}

.header2 .mobileMenuBtn span {
  display: block;
  width: 100%;
  height: 3px;
  background: #41a0f3;
  margin-bottom: 8px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;

}

.header2 .mobileMenuBtn span:last-child {
  margin: 0;
}

.header2 .mobileMenuBtn span:first-child,
.header2 .mobileMenuBtn span:last-child {
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  transform: rotate(0);
  -webkit-transform: rotate(0);
}

.header2 .mobileMenuBtn.active span:first-child {
  transform: rotate(-43deg);
  -webkit-transform: rotate(-43deg);
}

.header2 .mobileMenuBtn.active span:last-child {
  transform: rotate(43deg);
  -webkit-transform: rotate(43deg);
}

.header2 .mobileMenuBtn span:nth-child(2) {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.header2 .mobileMenuBtn.active span:nth-child(2) {
  transform: translateX(80px);
  -webkit-transform: translateX(80px);
  opacity: 0;
}

@media screen and (max-width: 960px) {
  .header2 .new_nav {
    display: none;
  }

  .min-logo {
    display: block;
    /*padding-top: 15px;*/
    padding-left: 15px;
    /*margin-top: 10px;*/
    /*margin-left: 20px;*/
    box-sizing: border-box;
  }

  .min-logo img {
    max-height: 35px;
  }

  .header2 {
    position: fixed;
    height: 60px;
    border-bottom: 2px solid #0a4e98;
    background: #fff;
    z-index: 8;
    padding-top: 10px;
    box-sizing: border-box;
    width: 100%;
  }

  .header2 .mobileMenuBtn {
    display: block;
  }

  .header2 .mobileMenuBtn_shad {
    z-index: 9;
    width: 100%;
    height: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
  }

  .header2 .mobileMenuBtn_shad.active {
    height: 100%;
  }

  .header2 .nav2 {
    display: block;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    width: 200px;
    background: rgb(10 78 152 / 60%);
    position: fixed;
    height: 100%;
    overflow: auto;
    top: 0;
    right: -200px;
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
  }

  .header2 .nav2.active {
    right: 0;
    z-index: 10;
  }

  .header2 .nav2 ul li {
    display: block;
    line-height: 36px;
    font-size: 14px;
    width: 100%;
    border-bottom: 1px solid #3a75b7;
    text-align: center;

  }

  .header2 .nav2 ul li:last-child {
    border-bottom: 0
  }

  .header2 .nav2 ul li:hover {
    background: #087cff;
  }

  .header2 .nav2 ul li a {
    border: none;
    border-bottom: solid 0px #378fdd;
    line-height: normal;
    color: #fff;
    font-weight: normal;
  }

  .subMenuul {
    width: 100%;
    margin: 0 auto;
    background: #17579e;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #087cff;
  }


  .nav2 .subMenuul .subMenuli {
    border-bottom: 1px dashed #2873c5;
  }

  .nav2 .subMenuul .subMenuli a {
    padding: 0;
    line-height: 30px;
    font-size: 12px;
  }

  .header2 .nav2 ul li a:hover,
  .header2 .nav2 ul li a.active {
    border: none;
    border-bottom: solid 0px #429ae9;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .header2 .md-show {
    display: block;
  }

  .bjbj {
    width: 100%;
    height: 50px;
  }

}