.xxk,
.xxxk {
  display: none;
}

.xss,
.xxss {
  display: flex !important;
}

.head_head_r:hover img {
  transition: all 1.5s;
  transform: rotate(360deg);
}

.foot_head_r ul li a:hover,
.foot_b_l p:hover {
  color: #0095D2;
}

.imgbox img:hover {
  scale: 1.2;
  transition: all 0.6s;
}

.imgbox,
.main {
  overflow: hidden;
}

.head9-1 {
  display: flex;
  align-items: center;
}

.head9-1 .tel_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
}

.telt {
  margin-top: .63vw;
  width: 52.34vw;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.telt p {
  font-size: .94vw;
}

.head9-1 .tel_box .tel_r {
  margin-left: .89vw;
}

.head9-1 .tel_box .tel_r p {
  font-size: .73vw;
  line-height: .99vw;
  color: #333333;
  font-weight: bold;
}

.head9-1 .tel_box .tel_r h1 {
  font-size: 1.04vw;
  line-height: 1.35vw;
  font-weight: 600;
  margin-top: .21vw;
  color: #333333;
}

.navbiaoti li a {
  display: block;
  line-height: 5.21vw;
  text-align: center;
  margin-right: 2.71vw;
  font-size: .94vw;
  color: #fff;
  position: relative;
}

.navbiaoti li:last-child a {
  margin-right: 0;
}

.navbiaoti li a::after {
  position: absolute;
  display: none;
  bottom: .91vw;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 1.82vw;
  height: .31vw;
  background-color: #fff;
}

.xianchu .ycciadan a {
  height: 2.6vw;
  color: #fff;
  line-height: 2.6vw;
}

.line111 {
  display: inline-block;
  padding-left: .21vw;
  border-right: .05vw dashed #fff;
  height: 2.08vw;
  margin: auto;
}

.navbiaoti li:hover a::after {
  display: block;
}

.header2at a::after {
  display: block !important;
}

.head9-1 .logo_img {
  display: block;
}

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

.logos img:nth-child(1) {
  width: 14.64vw;
}

.logos div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.swiper-container1 .swiper-pagination-bullet {
  width: 3.75vw;
  height: .63vw;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: .31vw;
  opacity: 1;
  outline: none;
  margin: 0 .78vw !important;
}

.swiper-container1 .swiper-pagination-bullet-active {
  background-color: #0061A9;
  border: .1vw solid #fff;
}

.content {
  width: 72.92vw;
  margin: auto;
}

.tit h1 {
  font-size: 2.5vw;
  line-height: 2.5vw;
  font-weight: bold;
  text-transform: uppercase;
}

.tit h2 {
  line-height: 1.56vw;
  font-size: 1.56vw;
  margin-top: 1.15vw;
}

.box {
  margin: 7.55vw 0;
}

.more2 {
  width: 10.99vw;
  display: flex;
  align-items: center;
  height: 3.54vw;
  line-height: 3.54vw;
  font-size: .83vw;
  color: #fff;
  justify-content: center;
  border: .05vw solid #fff;
}

.more3 {
  color: #0061A9;
  border: .05vw solid #0061A9;
}

.more2 img {
  margin-left: .47vw;
  width: .78vw;
}

/* cp1 */
.cpzx {
  position: relative;
}

.cp_ma {
  display: flex;
  justify-content: space-between;
}

.bg2 {
  position: absolute;
  top: 16.09vw;
  width: 47.03vw;
  z-index: -1;
  left: -0.68vw;
}

.cp1 h1 {
  text-transform: uppercase;
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 2.5vw;
}

.cp1 h2 {
  font-size: 1.56vw;
  line-height: 1.56vw;
  margin: 1.15vw 0 1.35vw;
}

.cp1 h3 {
  width: 25.57vw;
  font-size: .83vw;
  color: #686868;
  height: 2.08vw;
  line-height: 1.25vw;
  margin-bottom: 2.19vw;
}

.btns {
  display: flex;
  margin-bottom: 16.35vw;
}

.btns img {
  cursor: pointer;
  width: 1.88vw;
  margin-right: 1.34vw;
}

.more1 {
  font-size: .83vw;
  position: relative;
}

.more1::after {
  content: '';
  position: absolute;
  bottom: -0.05vw;
  left: 0;
  z-index: -1;
  width: 3.33vw;
  background-color: #0061A9;
  height: .31vw;
}

.cp2_1 {
  width: 41.77vw;
  height: 24.32vw;
  padding-left: .83vw;
  box-sizing: border-box;
  background: url(../images/bg1.png) no-repeat;
  background-size: 100% 100%;
}

.cp2_1 a {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
}

.cp2_1 a .imgbox {
  width: 24.32vw;
}

.cp2_1 a .msgbox {
  width: 15.94vw;
}

.cp2_1 a .msgbox h1 {
  font-size: 1.25vw;
  font-weight: bold;
  line-height: 1.25vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.cp2_1 a .msgbox h2 {
  color: #818181;
  font-size: .73vw;
  margin: .68vw 0 2.4vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.cp2_1 a .msgbox h3 {
  font-size: .83vw;
  line-height: 1.56vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

.cp2_2 {
  margin-top: 4.17vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.cp2_2::after {
  content: '';
  width: 63.54vw;
  background-color: #EEEEEE;
  height: .05vw;
  position: absolute;
  left: -8.33vw;
  z-index: -1;
}

.cp2_2_1 {
  position: relative;
  display: flex;
  align-items: center;
}

.cp2_2_1 .imgbox {
  width: 1.3vw;
  margin-right: .52vw;
}

.cp2_2_1 h1 {
  font-size: 1.25vw;
  font-weight: bold;
  color: #333;
}

.cp2_2_1 h2 {
  font-family: 思源宋体 CN;
  font-size: 4.43vw;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(0, 97, 169, .1);
  position: absolute;
  display: none;
}

.cp2_2_1.bs h2 {
  display: block;
}

/* 解决方案 */
.jjfa {
  position: relative;
}

.bg4 {
  width: 49.69vw;
  position: absolute;
  right: 3.49vw;
  top: 1.04vw;
}

.jj1 {
  width: 42.76vw;
  height: 46.2vw;
  padding-left: 12.5vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background: url(../images/jj1_bg.png) no-repeat;
}

.jj1 h1 {
  color: #FFFFFF;
  font-size: 1.56vw;
  padding: 2.66vw 0 1.04vw;
  margin-bottom: 6.77vw;
  box-sizing: border-box;
  border-bottom: .05vw solid rgba(255, 255, 255, .4);
}

.jj1 h2 {
  width: 3.13vw;
  height: .21vw;
  background-color: #fff;
  margin-bottom: 1.35vw;
}

.jj1 h3 {
  color: #fff;
  font-weight: bold;
  font-size: 2.5vw;
  width: 12.92vw;
  line-height: 2.92vw;
  text-transform: uppercase;
  margin-bottom: 2.08vw;
}

.jj1 h4 {
  font-size: .83vw;
  line-height: 1.25vw;
  color: #FFFFFF;
  width: 17.71vw;
  letter-spacing: .05vw;
}

.jj1 a {
  margin-top: 4.69vw;
}

.jj_ma {
  position: relative;
}

.jj2 {
  width: 67.97vw;
  position: absolute;
  right: 0;
  bottom: 0;
}

.jj2_2 {
  width: 100%;
  border-top: .05vw solid #fff;
  position: absolute;
  right: 0;
  height: 5.73vw;
  align-items: center;
  display: flex;
  bottom: 0;
  z-index: 99;
}

.jj2_2_1 {
  cursor: pointer;
  width: 11.3vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  border-right: .05vw solid #fff;
  box-sizing: border-box;
}

.jj2_2_1.bs {
  background-color: #F3F3F3;
}

.jj2_2_1.bs h1 {
  color: #000;
}

.jj2_2_1.bs h2 {
  color: #686868;
}

.jj2_2_1 h1 {
  font-size: 1.25vw;
  margin-bottom: .99vw;
  line-height: 1.25vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.jj2_2_1 h2 {
  font-size: .73vw;
  line-height: .73vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-transform: uppercase;
}

/* ab_ma */
.ab_ma {
  display: flex;
  margin-top: 2.6vw;
  justify-content: space-between;
}

.ab_ma .imgbox{
    position: relative;
    width: 34.58vw;
}

.ab_ma .ab12{
    position: absolute;
    right: 0;
    z-index: 99;
    bottom: 0;
  width: 5.26vw;
}

.ab_ma .msgbox {
  width: 36.46vw;
}

.ab_ma .msgbox h1 {
  font-size: 1.56vw;
  line-height: 1.56vw;
  font-weight: bold;
}

.ab_ma .msgbox h2 {
  font-size: .83vw;
  line-height: .83vw;
  margin-top: .89vw;
  margin-bottom: 1.41vw;
  color: #818181;
  text-transform: uppercase;
}

.ab_ma .msgbox h3 {
  width: 2.6vw;
  height: .21vw;
  background-color: #0061A9;
  margin-bottom: 3.13vw;
}

.ab_ma .msgbox h4 {
  font-size: .94vw;
  line-height: .94vw;
  font-weight: bold;
  margin-bottom: .99vw;
}

.ab_ma .msgbox h5 {
  color: #333333;
  font-size: .83vw;
  line-height: 1.3vw;
  letter-spacing: .1vw;
}

.ab2 {
  display: flex;
  margin-top: 4.17vw;
  align-items: center;
  color: #333333;
  font-size: .94vw;
  line-height: .94vw;
  justify-content: space-between;
}

.ab2_1 {
  text-align: center;
}

.ab2 p {
  color: #0061A9;
  font-size: 2.5vw;
  line-height: 2.5vw;
  font-weight: bold;
}

.ab2 p span {
  color: #0061A9;
  font-size: 1.04vw;
  font-weight: normal;
  margin-left: .26vw;
}

/* why */
.why {
  background: url(../images/why.png) no-repeat;
  background-size: 100% 100%;
}

.why1 {
  padding-top: 7.55vw;
  box-sizing: border-box;
}

.why1 h1,
.why1 h2 {
  color: #fff;
}

.why1 a {
  margin-top: 20.94vw;
  background-color: #fff;
  color: #0061A9;
}

.why_ma {
  display: flex;
}

.why2 {
  display: flex;
  margin-left: 2.08vw;
}

.why2 div {
  cursor: pointer;
  width: 11.72vw;
  height: 45.05vw;
}

.why2_1_1 {
  display: none;
  position: relative;
  text-align: center;
  background-color: rgba(0, 97, 169, .4);
}

.why2_1_1 h1 {
  color: #fff;
  font-size: 1.25vw;
  line-height: 1.25vw;
  padding-top: 11.98vw;
  box-sizing: border-box;
  margin-bottom: 2.6vw;

}

.why2_1_1 h2 {
  width: 9.58vw;
  font-size: 1.04vw;
  line-height: 1.77vw;
  margin: auto;
  color: #fff;
}

.why2_1_1 h3 {
  position: absolute;
  font-size: 6.77vw;
  font-family: 思源黑体 CN;
  font-weight: bold;
  color: rgba(255, 255, 255, .3);
  bottom: -2.5vw;
  left: 50%;
  transform: translateX(-50%);
}

.why2_1_2 {
  text-align: center;
}

.why2_1_2 h1 {
  font-size: 1.25vw;
  line-height: 1.25vw;
  writing-mode: tb;
  color: #fff;
  height: 29.95vw;
  text-align: left;
  letter-spacing: .26vw;
  margin: auto;
  padding-top: 7.29vw;
  box-sizing: border-box;
}

.why2_1_2 h2 {
  width: 2.6vw;
  height: .1vw;
  background-color: #fff;
  margin: auto;
}

.why2_1_2 h3 {
  color: #fff;
  font-size: 3.13vw;
  line-height: 3.13vw;
  margin-top: 1.67vw;
}

/* hb1 */
.hb1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.6vw;
}

.hb_ma {
  display: flex;
  flex-wrap: wrap;
}

.hb_ma a {
  width: 12.45vw;
  margin-right: 2.66vw;
  border: .05vw solid #C9C9C9;
  box-sizing: border-box;
  margin-bottom: 2.6vw;
}

.hb_ma a:nth-child(n+11) {
  margin-bottom: 0;
}

.hb_ma a:nth-child(5n) {
  margin-right: 0;
}

/* xwzx */
.xwzx .hb1 {
  margin-bottom: 5.05vw;
}

.xw_ma {
  display: flex;
}

.xw_ma a {
  height: 26.35vw;
  width: 19.53vw;
  margin-right: 7.14vw;
}

.xw_ma a:last-child {
  margin-right: 0;
}

.xw_ma a h1 {
  font-size: .94vw;
  line-height: .94vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: .94vw 0 .31vw;
}

.xw_ma a h2 {
  color: #999999;
  font-size: .73vw;
}

.xw_ma a h3 {
  width: 100%;
  height: .05vw;
  background-color: #CCCCCC;
  margin: 1.04vw 0 1.93vw;
}

.xw_ma a h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: .83vw;
  line-height: 1.56vw;
  color: #666666;
  width: 17.6vw;
}

.xw_ma a:hover {
  box-shadow: 0 0 .31vw #0061A9;
}

.xw_ma a:hover h1{
  color:#0061A9;
}

.xw_ma a:hover .msgbox {
  padding: .99vw;
  box-sizing: border-box;
}


/* .foot_box */
.foot_box {
  border-bottom: .05vw solid #fff;
  width: 72.92vw;
  margin: auto;
  justify-content: space-between;
  padding: 3.13vw 0 2.08vw;
  display: flex;
  align-items: flex-start;
}

.foot_l {
  width: 14.64vw;
}

.foot_lc {
  width: .05vw;
  height: 13.59vw;
  background-color: #fff;
}

.foot_l h1 {
  text-transform: uppercase;
  font-size: .83vw;
  line-height: 1.09vw;
  color: white;
}

.foot_l .cirle {
  width: .94vw;
  height: .21vw;
  background-color: white;
  margin: .99vw 0 1.51vw;
}

.foot_l .message_box p {
  font-size: .73vw;
  line-height: .99vw;
  color: white;
  margin-bottom: .68vw;
}

.foot_l .message_box .has_indent {
  text-indent: 2.19vw;
  margin-bottom: 1.3vw;
}

.foot_l .bq_box {
  margin-top: 5.63vw;
}

.foot_l .bq_box p {
  font-size: .73vw;
  color: white;
  line-height: 1.35vw;
}

.foot_l .bq_box p a {
  color: white;
  font-size: .73vw;
}

.foot_center_t {
  box-sizing: border-box;
  justify-content: space-between;
  display: flex;
}

.nav_box .nav_title {
  display: flex;
  align-items: center;
}

.nav_box .nav_title .cirle {
  width: 1.56vw;
  height: .05vw;
  margin-right: .89vw;
  background-color: #FFFFFF;
}

.nav_box .nav_title p {
  font-size: 1.04vw;
  line-height: 1.35vw;
  color: white;
}

.nav_box .nav_li {
  font-size: .73vw;
  margin-bottom: .94vw;
}

.nav_box .nav_li:last-child {
  margin-bottom: 0;
}

.nav_box .nav_ul {
  margin-top: 1.35vw;
}

.nav_box .nav_li a {
  color: #CCCCCC;
}

.nav_box .nav_li:hover a {
  color: white;
}

.nav_box .contact_box {
  margin-top: 1.2vw;
  width: auto;
  display: flex;
}

.nav_box .contact_box .ewm_box {
  width: 7.73vw;
  height: 7.73vw;
  background: url(../images/bgc3.png) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav_box .contact_box .ewm_box img {
  width: 100%;
}

.foot_center {
  width: 52.86vw;
}

.foot_center_f {
  margin-top: .94vw;
}

.foot_r {
  width: 13.44vw;
}

.foot_r .dp_box {
  text-align: center;
  font-size: .83vw;
  color: white;
}

.foot_r .dp_box p {
  margin-top: 1.15vw;
  color: white;
}

.foot_r .dp_box img {
  width: auto;
}

.foot_r .dp_box:last-of-type {
  margin-top: .94vw;
}

.foot_center_f {
  display: flex;
  align-items: flex-end;
}

.bq_box {
  display: flex;
  justify-content: center;
  padding: 1.04vw 0;
  box-sizing: border-box;
}

.bq_box p {
  color: white;
  font-size: .73vw;
  margin: 0 1.56vw;
}

.bq_box p a {
  color: white;
}

.pcnone {
  display: none;
}


@media screen and (max-width: 1200px) {
  .monone {
    display: none;
  }

  .pcnone {
    display: flex;
  }

  .swiper-container1 .swiper-pagination-bullet {
    width: 30px;
    height: 10px;
    opacity: 1;
    outline: none;
    margin: 0 5px !important;
    border-radius: 10px;
  }

  .main {
    overflow: hidden;
  }

  .xxss,
  .mob,
  .fotmob {
    display: flex !important;
  }

  .mobs,
  .logo2,
  .ab2img,
  .cpbg1,
  .cp1_2,
  .cp1_1 img {
    display: none !important;
  }

  .swiper-pagination1 {
    bottom: 10px !important;
  }

  .content {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }

  .more {
    width: 90px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    background-color: #0095D2;
    text-align: center;
    color: #fff;
    margin: auto;
  }

  .box {
    margin: 10% 0;
    box-sizing: border-box;
    width: 100%;
  }

  .tit h1 {
    font-size: 20px;
    line-height: normal;
    text-align: center;
  }

  .tit h2 {
    font-size: 22px;
    line-height: normal;
    text-align: center;
    margin-top: 0;
  }

  /* .cp_ma */
  .cp_ma {
    flex-direction: column;
  }

  .bg2 {
    display: none;
  }

  .cp1 {
    font-size: 1px;
    margin-bottom: 4%;
  }

  .cp1 h1,
  .ab_ma .msgbox h1 {
    font-size: 22px;
    line-height: 22px;
    text-align: center;
  }

  .cp1 h2,
  .ab_ma .msgbox h2 {
    font-size: 20px;
    margin: 2% auto;
    line-height: normal;
    text-align: center;
  }



  .cp1 h3 {
    height: auto;
    width: 100%;
    font-size: 16px;
    line-height: 32px;
  }

  .cp1 .btns {
    display: none;
  }

  .btns {
    align-items: center;
    justify-content: space-evenly;
    margin: 2% 0;
    margin-bottom: 0;
  }

  .btns img {
    width: 10vw;
    margin: 0;
  }

  .more1 {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 16px;
    margin: auto;
  }

  .more1::after,
  .cp2_2,
  .bg4 {
    display: none;
  }

  .cp2_1 {
    width: 100%;
    padding-left: 0;
    height: auto;
  }

  .cp2_1 a {
    flex-direction: column;
    padding: 4%;
    box-sizing: border-box;
  }

  .cp2_1 a .msgbox,
  .cp2_1 a .imgbox {
    width: 100%;
  }

  .cp2_1 a .msgbox h1 {
    font-size: 20px;
    line-height: normal;
  }

  .cp2_1 a .msgbox h2 {
    font-size: 18px;
    margin: 0;
    line-height: normal;
  }

  .cp2_1 a .msgbox h3 {
    font-size: 16px;
    line-height: 32px;
  }

  /* .jj2 */
  .jj2 {
    position: static;
    width: 100%;
  }

  .jj2_2 {
    height: auto;
  }

  .jj2_2 .jj2_2_1:nth-child(n+5) {
    display: none;
  }

  .jj2_2_1 {
    width: 25%;
    padding: 2% 0;
    box-sizing: border-box;
  }

  .jj2_2_1 h2 {
    font-size: 14px;
    line-height: normal;
  }

  .jj2_2_1 h1 {
    font-size: 16px;
    line-height: normal;
  }

  .jj1 {
    padding: 0 2%;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    align-items: center;
  }

  .jj1 h1 {
    font-size: 22px;
    line-height: normal;
    margin: 1% 0;
    margin-bottom: 3%;
    padding-bottom: 2%;
    width: 100%;
  }

  .jj1 h2 {
    width: 60%;
    height: 1px;
    display: none;
  }

  .jj1 h3 {
    line-height: normal;
    width: 100%;
    font-size: 20px;
  }

  .jj1 h4 {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
  }

  .more2 {
    width: 35%;
    font-size: 16px;
    line-height: 32px;
    height: auto;
  }

  .more2 img {
    margin-left: 1.47vw;
    width: 3vw;
  }

  /* .ab_ma */
  .ab_ma {
    flex-direction: column-reverse;
  }

  .ab_ma .msgbox {
    width: 100%;
  }

  .ab_ma .msgbox h2 {
    font-size: 14px;
  }

  .ab_ma .msgbox h3 {
    width: 60%;
    height: 1px;
    margin: auto;
    margin-bottom: 2%;
  }

  .ab_ma .msgbox h4 {
    font-size: 18px;
    line-height: normal;
  }

  .ab_ma .msgbox h5 {
    font-size: 16px;
    line-height: 32px;
  }

.ab_ma .ab12{
    width: 15%;
}

  .ab2 {
    margin: 2% 0;
    font-size: 14px;
    line-height: normal;
  }

  .ab2 p {
    font-size: 18px;
    line-height: normal;
  }

.ab_ma .imgbox{
    width: 100%;
}

  .ab2 p span {
    font-size: 14px;
  }

  /* .why_ma */
  .why_ma {
    flex-direction: column;
  }

  .why1 {
    padding-top: 0;
  }

  .why1 a {
    margin: 2% auto;
  }

  .why2 {
    flex-wrap: wrap;
    margin: 2% 0;
    justify-content: space-around;
  }

  .why2_1_1 {
    width: 100% !important;
    display: block;
    padding-bottom: 5%;
    margin-bottom: 2%;
  }

  .why2_1_2 {
    display: none;
  }

  .why2 div {
    width: 49%;
    height: auto;
  }

  .why2_1_1 h1 {
    font-size: 16px;
    line-height: normal;
    padding-top: 10%;
  }

  .why2_1_1 h2 {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
  }

  .why {
    padding: 5% 0;
  }

  .why2_1_1 h3 {
    position: static;
    transform: none;
  }

  .why_ma .more2,
  .xwzx .more2,
  .hzhb .more2 {
    margin: auto;
  }

  /* .hb1 */
  .hb1 {
    justify-content: center;
  }

  .hb_ma {
    justify-content: space-between;
  }

  .hb_ma a {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }

  .hb_ma a:nth-child(n+7) {
    display: none;
  }

  /* .xw_ma a:last-child */
  .xw_ma a:last-child {
    display: none;
  }

  .xw_ma a {
    width: 49%;
    height: auto;
    margin-right: 0;
  }

  .xw_ma {
    justify-content: space-between;
    margin-bottom: 2%;
  }

  .xwzx .hb1 {
    margin-bottom: 2%;
  }

  .xw_ma a h1 {
    font-size: 18px;
    line-height: normal;
  }

  .xw_ma a h2 {
    font-size: 14px;
  }

  .xw_ma a h4 {
    font-size: 16px;
    line-height: 32px;
    width: 100%;
  }

  .xw_ma a h3 {
    margin: 2% 0 -1%;
  }

  /* .foot_center_t */
  .foot_center_t,
  .foot_lc,
  .foot_center,
  .foot_l .cirle {
    display: none;
  }

  .foot_box {
    width: 100%;
    padding: 0;
  }

  .foot_l {
    width: 100%;
  }

  .foot_l h1,
  .foot_l .message_box p {
    text-align: center;
    font-size: 15px;
    line-height: normal;
  }

  .message_box.pcnone {
    display: block;
  }

  .bq_box p {
    font-size: 14px;
  }

  .bq_box {
    display: flex;
    justify-content: center;
    padding: 1.04vw 0;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
  }










}