.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;*/
/*}*/




.user-interact-inner h2 {
  color: #36324a;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 15px;
}

.user-interact-inner h2 {
  color: #36324a;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 15px;
}

.user-interact-inner p {
  margin-bottom: 40px;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-bottom: 20px;
  margin-right: 18px;
}

.user-interact-inner .btn {
  color: #08c;
}

.user-interact-inner .btn {
  cursor: pointer;
  z-index: 1;
  position: relative;
  padding: 12px 16px;
  color: #08c;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid #08c;
  overflow: hidden;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
  font-size: 14px;
}
.user-interact-inner .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*border: 1px solid transparent;*/
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bg-2 {
  background: #f7f6f9;
}

.pb-120 {
  padding-bottom: 50px;
}

.pt-120 {
  padding-top: 50px;
}

.banner-inner-area {
  padding: 160px 0 60px;
  position: relative;
  overflow: hidden
}

.banner-area1 .banner-text-wrap h1 {
  font-weight: 600;
  line-height: 80px;
  margin-bottom: 20px
}

.banner-inner-area.banner-area1:before {
  background-position: top right;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: 0%;
  right: -19%;
  position: absolute;
  content: ""
}

.banner-area1 .banner-text-wrap span {
  color: #ffa21d;
  font-size: 30px;
  margin-bottom: 7px;
  display: block
}

.banner-area1 .banner-text-wrap {
  padding: 0
}

.banner-text-inner h1 {
  color: #36324a;
  margin-bottom: 15px;
  font-weight: 700
}

.banner-text-inner p {
  margin-bottom: 36px
}

.banner-text-inner .btn {
  color: #08c
}

.banner-text-inner .btn:hover {
  background: #36324a;
  border-color: #36324a;
  color: #fff
}

.banner-text-inner .btn:before {
  background: #36324a
}

.banner-text-inner .btn+.btn {
  background: 0 0;
  border-color: #08c;
  color: #08c;
  margin-left: 0
}

.banner-text-inner .btn+.btn:hover {
  color: #fff;
  border-color: #5b39c9;
  background: #5b39c9
}

.banner-text-inner .btn+.btn:hover:before {
  background: #5b39c9
}

.banner-image {
  -webkit-animation: bounce 1s ease-in-out 0s infinite alternate;
  animation: bounce 1s ease-in-out 0s infinite alternate
}

.main-header.sticky .logo .main-logo2 {
  display: none
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }
}

.banner-shape-inner .shape {
  position: absolute;
  -webkit-animation-duration: 3s;
  animation-duration: 3s
}

.banner-shape-inner .shape1 {
  top: -34%;
  left: -12%
}

.banner-shape-inner .shape2 {
  top: -24%;
  left: 37%
}

.banner-shape-inner .shape3 {
  top: -34%;
  left: 114%
}

.banner-shape-inner .shape4 {
  top: -5%;
  right: 13%
}

.banner-shape-inner .shape5 {
  top: 43%;
  left: 100%
}

.banner-shape-inner .shape6 {
  top: 53%;
  left: -12%
}

.banner-shape-inner .shape7 {
  top: 103%;
  right: -6%
}

.banner-inner-area.banner-area1.banner2:before {
  background: url(../img/banner/base3.png);
  background-position: top right;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: 0%;
  right: 0%;
  position: absolute;
  content: "";
  background-position: 47% 0%;
  content: ""
}

.banner-inner-area.banner-area1.banner2:after {
  display: none
}

.banner2 .banner-shape-inner .shape1 {
  top: -20%;
  left: -25%
}

.banner2 .banner-shape-inner .shape2 {
  top: 1%;
  left: 0
}

.banner2 .banner-shape-inner .shape3 {
  top: -21%;
  left: 108%
}

.banner2 .banner-shape-inner .shape4 {
  top: -10%;
  right: 28%
}

.banner2 .banner-shape-inner .shape5 {
  top: 17%;
  right: -20%;
  left: auto
}

.banner2 .banner-shape-inner .shape6 {
  top: 53%;
  right: 0;
  left: auto
}

.banner2 .banner-shape-inner .shape7 {
  top: 80%;
  right: -12%
}
.banner-shape-inner img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.banner-text-inner .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-bottom: 20px;
  margin-right: unset;
}



.banner-text-inner .btn:before {
  content: " ";
  position: absolute;
  top: 48%;
  left: 48%;
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 11px;
  height: 11px;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
  opacity: 0;
  visibility: hidden;
  background: #36324a;
  border-radius: 50px;
}

.banner-text-inner .btn {
  background: 0 0;
  border-color: #08c;
  color: #08c;
  margin-left: 0;
}
