.ind-main {
  width: 100%;
  margin: 115px auto 0;
  max-width: 1200px;
}

@media screen and (max-width: 750px) {
   .ind-main {
  max-width: none;
} 
    
}

.ind-main .ind-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ind-main .ind-1 figure {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.ind-main .ind-1 figure img {
  width: auto;
  height: 100%;
}
.ind-main .ind-1 strong h1 {
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0 5px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
}
.ind-main .ind-1 span h2 {
  color: #999;
  font-size: 16px;
}
.ind-main .ind-2 {
  position: relative;
  margin: 30px auto 0;
  width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.ind-main .ind-2:hover > div {
  border-bottom: 4px solid #179CDE;
}
.ind-main .ind-2 figure {
  width: 350px;
  height: 200px;
  margin: 0 0 20px;
}
.ind-main .ind-2 > div {
  display: flex;
  align-items: center;
  padding: 0 0 10px;
  transition: all 0.2s;
  border-bottom: 4px solid transparent;
}
.ind-main .ind-2 > div figure {
  width: 26px;
  height: 24px;
  margin: 0 10px 0 0;
}
.ind-main .ind-2 > div span {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.ind-main .ind-3 {
  display: flex;
  justify-content: space-evenly;
  margin: 20px 0 0;
  flex-wrap: wrap;
}
.ind-main .ind-3 .ind-3-1,
.ind-main .ind-3 .ind-3-2 {
  position: relative;
  width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.ind-main .ind-3 .ind-3-1:hover > div,
.ind-main .ind-3 .ind-3-2:hover > div {
  border-bottom: 4px solid #179CDE;
}
.ind-main .ind-3 .ind-3-1 figure,
.ind-main .ind-3 .ind-3-2 figure {
  width: 350px;
  height: 240px;
  margin: 0 0 20px;
  display: flex;
  justify-content: center;
}
.ind-main .ind-3 .ind-3-1 > div,
.ind-main .ind-3 .ind-3-2 > div {
  display: flex;
  align-items: center;
  border-bottom: 4px solid transparent;
  padding: 0 0 10px;
  transition: all 0.2s;
}
.ind-main .ind-3 .ind-3-1 > div figure,
.ind-main .ind-3 .ind-3-2 > div figure {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
}
.ind-main .ind-3 .ind-3-1 > div span,
.ind-main .ind-3 .ind-3-2 > div span {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.why-co {
  background-color: #F9F9FB;
  margin: 20px 0 0;
  padding: 40px 0 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.why-co .wh-top-1 {
  display: flex;
  justify-content: center;
}
.why-co .wh-top-1 figure {
  width: 467px;
  height: 62px;
}
.why-co .wh-main {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
  flex-wrap: wrap;
  transition: all 0.2s;
}
.why-co .wh-main > a {
  width: 372px;
  height: 192px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 0 24px;
  background: #FFFFFF;
  transition: all 0.2s;
}
.why-co .wh-main > a:hover {
  box-shadow: 0 0 10px rgba(38, 162, 224, 0.5);
}
.why-co .wh-main > a figure {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  margin: 0 10px 0 0;
}
.why-co .wh-main > a > div {
  display: flex;
  flex-direction: column;
}
.why-co .wh-main > a > div strong {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  line-height: 40px;
}
.why-co .wh-main > a > div p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.wz-main {
  margin: 20px 0 0;
  padding: 40px 0 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.wz-main .zx-wen {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wz-main .zx-wen figure {
  height: 62px;
  width: 262px;
}
.wz-main .wz-con {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  justify-content: flex-start;
}
.wz-main .wz-con a {
  width: 372px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 20px 24px 0;
  overflow: hidden;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all 0.2s;
}
.wz-main .wz-con a:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.wz-main .wz-con a figure {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.wz-main .wz-con a > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  box-sizing: border-box;
}
.wz-main .wz-con a > div .wz-con-tit {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  /*必须结合的属性，设置或检索伸缩盒对象的子元素的排列方式。*/
  -webkit-box-orient: vertical;
  /*要显示的行数*/
  -webkit-line-clamp: 2;
  /*溢出部分隐藏*/
  overflow: hidden;
}
.wz-main .wz-con a > div .wz-con-con {
  margin: 5px 0;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  height: 60px;
  display: -webkit-box;
  /*必须结合的属性，设置或检索伸缩盒对象的子元素的排列方式。*/
  -webkit-box-orient: vertical;
  /*要显示的行数*/
  -webkit-line-clamp: 3;
  /*溢出部分隐藏*/
  overflow: hidden;
}
.wz-main .wz-con a > div .wz-con-us {
  font-size: 14px;
  color: #999;
}

.article-msg .rectangle {
  display: inline-block;
  box-sizing: border-box;
  height: 32px;
  min-width: 113px;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 23px;
  line-height: 30px;
  color: #7f7f7f;
  padding: 0 20px;
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
    
    
    .ind-main .ind-2{
        display: none;
    }
    .ind-main .ind-3 .ind-3-1,
    .ind-main .ind-3 .ind-3-2{
        display: none;
    }
  .why-co .wh-top-1 figure {
    width: 90%;
  }
  .why-co .wh-main {
    /*justify-content: center;*/
        display: grid;
    grid-template-columns: 48% 48%;
    grid-template-rows: 230px;
    grid-auto-flow: 230px;
    gap: 10px 0;
  }
  .why-co .wh-main > a {
    /*width: 354px;*/
        /*width: 48%;*/
        width: 100%;
        height: 100%;
    flex-direction: column;
    /*height: 230px;*/

  }
  .wz-main .wz-con {
    justify-content: center;
  }
  .wz-main .wz-con > a {
    width: 354px;
    margin: 0 0 24px 0;
  }
  .why-co .wh-main > a > div strong{
      font-size: 20px;
  }
  .why-co .wh-main > a figure{
      margin: 0;
  }
}
#myModal .modal-content {
  margin-top: 50%;
  background-color: transparent;
  box-shadow: none;
  border: none;
}
#myModal .modal-content .modal-body {
  display: flex;
}
#myModal .modal-content .modal-body .sea_inp {
  position: relative;
}
#myModal .modal-content .modal-body .sea_inp input {
  display: block;
  height: 40px;
  width: 250px;
  border-radius: 20px;
  padding-left: 35px;
  border: none;
  font-size: 16px;
}
#myModal .modal-content .modal-body .sea_inp svg {
  position: absolute;
  top: 24%;
  left: 10px;
}
#myModal .modal-content .modal-body .sea_btn {
  margin-left: 20px;
}
#myModal .modal-content .modal-body .sea_btn button {
  width: 100px;
  height: 42px;
  background-color: #47b96d;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.error_jpg {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.error_jpg img {
  width: 567px;
  height: 463px;
}
.error_jpg div {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.error_jpg div a {
  color: #47ba6d;
}


.wh-top-1{
    position: relative;
    /*flex-direction: column;*/
}
.wh-top-1 h2{
    position: relative;
    z-index: 3;
}
.wh-top-1::after{
    position: absolute;
    bottom: 8px;
    left: 0;
    z-index: 2;
    content:'';
    display: block;
    width: 100px;
    height: 10px;
    background: #88caec;
}

.zx-wen{
    position: relative;
    /*flex-direction: column;*/
}
.zx-wen h2{
    position: relative;
    z-index: 3;
}
.zx-wen::after{
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 2;
    content:'';
    display: block;
    width: 40px;
    height: 10px;
    background: #88caec;
}

/*.wh-top-1::before{*/
/*    position: absolute;*/
/*    bottom: -8px;*/
/*    left: 50%;*/
/*    transform: translateX(50%);*/
/*    z-index: 1;*/
/*    content:'why';*/
/*    display: block;*/
/*    width: 100px;*/
/*    height: 10px;*/
/*    background: #88caec;*/
/*}*/












