@media (max-width: 1200px) {
  .why-us {
    text-align: left;
  }
  .why-us .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 262px;
    margin: 10px;
    padding: 0 24px;
    background-color: #fff;
    color: #272a49;
  }
  .why-us .card .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
  .why-us .card .title img {
    width: 36px;
    height: 36px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .why-us .card .title .sol-article {
    min-height: 80px;
  }
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row .col-3 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .ani-img [class*='col'] {
    margin: 10px;
  }
  .ani-img [class*='col'] img {
    width: 100%;
  }
  .title-center {
    text-align: center;
  }
  .a-link {
    font-size: 16px;
    text-decoration: none;
    color: #68bd79;
  }
  .sol-title {
    height: 50px;
    line-height: 50px;
    color: #333333;
    font-size: 32px;
  }
  .sol-article {
    opacity: .8;
    font-size: 14px;
    color: #272a49;
    line-height: 26px;
  }
  .swiper-scrollbar1 {
    display: none;
  }
  .swiper-container2 {
    display: none;
  }
  .cardNone {
    display: block;
  }
  .header {
    width: 100%;
    height: 66px;
    background-color: #fdfdfd;
    border-bottom: 1px solid #f1f2f3;
    z-index: 11;
    box-shadow: 0 4px 12px 0 rgba(52, 63, 75, 0.06), 0 10px 20px 0 rgba(52, 63, 75, 0.06), 0 0 0 1px rgba(52, 63, 75, 0.02);
  }
  .header .header-move {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .header .header-move .logoBox .logo {
    width: 100px;
    text-align: center;
    margin-top: 5px;
  }
  .header .header-move .memus {
    line-height: 66px;
    font-size: 16px;
    margin-right: 70px;
  }
  .header .header-move .btnBox {
    line-height: 66px;
    text-align: center;
  }
  .header .header-move .btnBox .iconStyle {
    font-size: 18px;
    margin-right: 10px;
  }
  .header .header-move .btnBox #closeIcon {
    display: none;
  }
  .header .menuModal {
    position: absolute;
    left: 0;
    top: 66px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: flex;
    justify-content: center;
    z-index: 10;
    transform: scaleY(0);
    transition: transform .3s ease-in-out .3s;
    transform-origin: 50% 0;
  }
  .header .menuModal ul {
    width: 100%;
  }
  .header .menuModal ul li {
    width: 100%;
    height: 40px;
    text-align: center;
    border-bottom: 1px solid #c0c0c0;
  }
  .header .menuModal ul li a {
    line-height: 40px;
  }
  .container {
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .container .cooperationCard {
    height: 100%;
    padding: 60px;
  }
  .container .cooperationCard .cooperationImg {
    width: 251px;
    height: 95px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .container .sol-banner {
    padding-top: 10px;
    height: auto;
  }
  .container .sol-banner .sol-wrapper {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }
  .container .sol-banner .sol-wrapper .left {
    width: calc(100% - 40px);
    padding: 0 20px 20px 20px;
  }
  .container .sol-banner .sol-wrapper .left .sol-title {
    font-size: 28px;
  }
  .container .sol-banner .sol-wrapper .left .sol-article {
    margin: 0 auto 20px;
  }
  .container .sol-banner .sol-wrapper .right {
    display: none;
  }
  .container .sol-product {
    width: 100%;
    background-color: #373f5e;
    overflow: hidden;
  }
  .container .sol-product div:first-child {
    padding: none;
  }
  .container .sol-product .sol-title {
    margin: 60px auto 16px;
    font-size: 24px;
  }
  .container .sol-product .sol-product-container {
    width: 100%;
  }
  .container .sol-product .sol-product-container .sol-item {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container .sol-product .sol-product-container .sol-item .itemBox {
    width: 100%;
  }
  .container .sol-product .sol-product-container .sol-item .sol-article {
    margin-bottom: 30px;
  }
  .container .sol-product .sol-product-container .sol-item .sol-tabs {
    width: 100%;
  }
  .container .sol-product .sol-product-container .sol-item .sol-tabs .sol-tabs_bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 10px;
  }
  .container .sol-product .sol-product-container .sol-item .sol-tabs .sol-tabs_bar .bar-item {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 48px;
    background: #ebeff5;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #191c3d;
    letter-spacing: 0;
    text-align: center;
    line-height: 48px;
    background-color: #ebeff5;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
  }
  .container .sol-product .sol-product-container .sol-item .sol-tabs .sol-tabs_bar .active {
    color: #fff;
    background-color: #58CBD0;
  }
  .container .sol-product .sol-product-container .sol-item .sol-tabs .sol-tabs_panel {
    margin-top: 36px;
  }
  .container .sol-product .sol-product-container .sol-item .sol-tabs .sol-tabs_panel .panel-item {
    display: none;
  }
  .container .sol-product .sol-product-container .sol-item .sol-tabs .sol-tabs_panel .panel-item .active {
    display: block;
  }
  .container .sol-product .sol-product-container .sol-item .sol-tabs .sol-tabs_panel .panel-item .sol-func-list li {
    margin-bottom: 16px;
  }
  .container .sol-product .sol-product-container .sol-item .sol-tabs .sol-tabs_panel .panel-item .sol-func-list li .sol-func_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 12px;
    width: 122px;
    text-align: left;
    white-space: nowrap;
    font-size: 14px;
    color: #191c3d;
    letter-spacing: 0;
    line-height: 26px;
  }
  .container .sol-product .sol-product-container .sol-item .sol-tabs .sol-tabs_panel .panel-item .sol-func-list li .sol-func_desc {
    opacity: .6;
    font-size: 14px;
    color: #191c3d;
    letter-spacing: 0;
    line-height: 26px;
    margin-left: 36px;
  }
  .container .sol-product .sol-product-container .sol-item .sol-tabs .sol-tabs_panel .active {
    display: block;
  }
  .bg-gray {
    background-color: #f6f8fb;
    padding: 24px;
  }
  .bg-gray .sol-section-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .bg-gray .sol-section-container .sol-title {
    font-size: 28px;
  }
  .bg-gray .sol-section-container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bg-gray .sol-section-container .row [class*='col'] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.sol-section {
  padding: 36px 0;
  text-align: center;
}

.footer {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #001635;
}

.footer .footer-heart {
  width: 90%;
  margin: 0 auto;
}

.footer .footer-heart .footer-img {
  width: 140px;
  height: 50px;
  margin-top: 40px;
}

.footer .footer-heart .footer-text {
  margin-top: 30px;
  font-size: 14px;
  color: #9BBABC;
}

.footer .footer-heart .footer-text2 {
  margin-top: 20px;
  font-size: 14px;
  color: #9BBABC;
  display: grid;
}

.footer .footer-heart .footer-text3 {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  color: #9BBABC;
}
