.swiper-container .swiper-slide {
  position: relative;
}

.swiper-container .swiper-slide .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  color: #58A851;
  text-align: center;
}

.swiper-container .swiper-slide .content h1 {
  width: 460px;
  font-size: 50px;
  font-weight: bold;
  margin: 0 auto 65px;
}

.swiper-container .swiper-slide .content h1 p {
  margin-bottom: 10px;
}

.swiper-container .swiper-slide .content div {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 80px;
  color: #000;
}

.swiper-container .swiper-slide .content .more {
  display: block;
  width: 220px;
  height: 65px;
  background-color: #8CCD45;
  border-radius: 6px;
  color: white;
  margin: 0 auto;
  text-align: center;
  line-height: 65px;
  font-size: 24px;
  font-weight: bold;
  transition: all .2s;
}

.swiper-container .swiper-slide .content .more:hover {
  filter: brightness(1.1);
}

.about {
  padding: 75px 65px;
  background: url(../images/new/index-about-bg.png) no-repeat;
  background-size: cover;
}

.about .desc {
  margin: 50px 0 65px;
  color: #999999;
  font-size: 18px;
  text-align: justify;
}

.about .tag {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.about .tag img {
  margin-bottom: 15px;
}

.about .tag p {
  font-size: 16px;
  color: #3C3C3C;
  font-weight: 500;
}

.strength {
  background: url(../images/new/strength-bg.png) no-repeat;
  background-size: cover;
}

.strength .top {
  margin: 65px 0 50px;
}

.strength .main {
  margin-bottom: 65px;
}

.strength .arrow {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid #8CCD45;
  font-size: 19px;
  font-weight: 400;
  transition: all .2s;
}

.strength .arrow.left {
  color: #8CCD45;
}

.strength .arrow.right {
  position: relative;
  z-index: 1;
  color: white;
  background-color: #8CCD45;
  margin-left: -2px;
}

.strength .arrow:hover {
  opacity: .8;
}

.strength .thumb {
  width: 900px;
  height: 477px;
}

.strength .thumb img {
  width: 100%;
  height: 100%;
}

.strength .equipment {
  position: relative;
  width: 443px;
  height: 546px;
  background: url(../images/new/equipment.png) no-repeat;
  background-size: cover;
  margin-left: -30px;
  padding: 45px 58px 0 76px;
}

.strength .equipment h2 {
  display: inline-block;
  position: relative;
  color: #8CCD45;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 45px;
}

.strength .equipment h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #8CCD45;
}

.strength .equipment .desc {
  color: #737373;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Source Han Sans CN;';
  text-align: justify;
}

.strength .equipment .desc p {
  margin-bottom: 20px;
}

.strength .equipment .bottom {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 94%;
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.strength .equipment .check-more {
  display: block;
  width: 140px;
  height: 50px;
  border: 1px solid white;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: white;
  transition: all .2s;
}

.strength .equipment-desc {
  display: none;
}

.strength .equipment-desc .desc {
  flex: 10;
  min-height: 200px;
  padding: 30px 20px 20px;
  background: url(../images/new/equipment2.png) no-repeat;
  background-size: 100% 100%;
}

.strength .equipment-desc .desc p {
  margin-bottom: 10px;
  color: #737373;
}

.strength .equipment-desc .desc p:last-child {
  margin-bottom: 0;
}

.strength .equipment-desc .more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background-color: #8CCD45;
  margin-top: 7px;
}

.strength .equipment-desc .more a {
  display: block;
  width: 50px;
  border: 1px solid white;
  color: white;
  padding: 5px 15px;
  font-size: 14px;
  text-align: center;
}

.product {
  position: relative;
  background: url(../images/new/product-bg.png) center center no-repeat;
  background-size: auto 100%;
  padding-top: 60px;
  min-height: 840px;
}

.product .product-cate .item {
  display: none;
}

.product .main {
  margin-top: 85px;
}

.product .main .thumb {
  width: 100%;
}

.product .main .thumb img {
  width: 100%;
}

.product .main .introduce {
  margin-bottom: 45px;
}

.product .main .introduce:last-child {
  margin-bottom: 0;
}

.product .main .introduce h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.product .main .introduce p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}

.product .main .check-more {
  display: block;
  width: 140px;
  height: 50px;
  border: 1px solid black;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  margin-bottom: 45px;
  transition: all .2s;
}

.product .battery {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: -90px;
  height: 200px;
  background-color: white;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  padding: 0;
}

.product .battery .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  cursor: pointer;
}

.product .battery .item.active {
  background-color: #8CCD45 !important;
  color: white !important;
}

.product .battery .item:last-child {
  background-color: #FBFBFB;
}

.product .battery .item p {
  font-size: 24px;
  margin-top: 25px;
}

.check-more:hover {
  background-color: rgba(240, 240, 241, 0.5);
}

.service-1 {
  padding: 200px 0 0;
  background: url(../images/new/server-bg1.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.service-2 {
  padding: 100px 0 70px;
  background: url(../images/new/server-bg2.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.service-1 .container {
  position: relative;
  padding-bottom: 60px;
}

.service-1 .container::after, .service-1 .container::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 2px;
  background-image: linear-gradient(243deg, #E7E7E7, #BEBEBE, #F7F7F7);
}
.service-1 .container::after {
  left: 0;
}
.service-1 .container::before {
  right: 0;
  transform: rotateY(180deg);
}

.service-1 .info, .service-2 .info {
  margin-top: 60px;
}

.service-1 .info h2, .service-2 .info h2 {
  font-size: 24px;
  color: #3c3c3c;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #707070;
  font-weight: bold;
}

.service-1 .info h2 p, .service-2 .info h2 p {
  margin-bottom: 10px;
}

.service-1 .info h2 p:last-child, .service-2 .info h2 p:last-child {
  margin-bottom: 0;
}

.service-1 .info .content, .service-2 .info .content {
  font-size: 16px;
  color: #737373;
  line-height: 21px;
}

.service-1 .info .content strong, .service-2 .info .content strong {
  color: #4C4C4C;
}

.service-1 .info .tags, .service-2 .info .tags {
  width: 55px;
  height: 80px;
  padding: 10px 10px 0;
  background: url(../images/new/medal.png) no-repeat;
  background-size: 100% 100%;
  color: white;
  font-size: 16px;
  text-align: center;
  margin-right: 50px;
}

.solution {
  padding: 30px 0;
  background-color: #87B753;
}

.solution h6 {
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}

.solution h6:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #8CCD45;
}

.solution h1 {
  font-size: 40px;
  color: white;
  font-weight: bold;
  line-height: 50px;
}

.solution .btn-report, .solution .btn-product {
  display: flex;
  width: 225px;
  height: 55px;
  line-height: 55px;
  margin-right: 20px;
}

.solution .btn-report span, .solution .btn-product span {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  color: white;
}

.solution .btn-report span:first-child, .solution .btn-product span:first-child {
  width: 170px;
  height: 100%;
}

.solution .btn-report span:last-child, .solution .btn-product span:last-child {
  width: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.solution .btn-report {
  background-color: #8CCD45;
  transition: all .2s;
}

.solution .btn-report:hover {
  filter: brightness(1.1);
}

.solution .btn-product {
  background-color: #8F9C80;
  transition: all .2s;
}

.solution .btn-product:hover {
  filter: brightness(1.1);
}

.env {
  position: relative;
  background: url(../images/new/env-bg.png) no-repeat;
  background-size: 100% 100%;
  height: 475px;
  padding-top: 55px;
}

.partner .factory {
  transform: translateY(-50%);
  padding: 50px 80px;
  background-color: white;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.partner .factory .item {
  width: 24%;
  margin-right: 10px;
}

.partner .factory .item:last-child {
  margin-right: 0;
}

.partner .factory .item img {
  width: 100%;
  height: 100%;
}

.partner .factory .desc {
  font-family: 'Source Han Sans CN';
  font-size: 16px;
  color: #999999;
  margin-top: 40px;
}

.partner-wrapper {
  margin-top: -120px;
}

.partner {
  background: url(../images/new/partner.bg.png) no-repeat center;
  background-color: #000000;
  background-size: cover;
}

.partner-list {
 margin-bottom: 120px;
}

.partner .thumb {
  width: 180px;
  height: 70px;
  margin: 60px 50px 0 0;
}

.partner .thumb:nth-child(5n) {
  margin-right: 0;
}

.partner .thumb img {
  width: 100%;
  height: 100%;
}

.partner .bottom {
  padding-bottom: 20px;
}

.partner .bottom .text {
  font-size: 14px;
  color: white;
  margin-right: 25px;
}

.partner .bottom .text span {
  margin-right: 10px;
}

.partner .bottom .text span i {
  font-size: 25px;
  font-weight: 500;
  margin-right: 10px;
}

.partner .bottom .btn-prog {
  width: 140px;
  height: 40px;
  background-color: ;
  text-align: center;
  line-height: 40px;
  border-radius: 2px;
  color: white;
  font-size: 16px;
  display: block;
  transition: all .2s;
  background-image: linear-gradient(to left, #FEC73E, #FF9A28);
}

.partner .bottom .btn-prog:hover {
  filter: brightness(1.1);
}

.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.dialog {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9991;
  width: 400px;
  background: url(../images/new/report-dialog.png) no-repeat;
  background-size: cover;
  padding: 40px 30px;
}

.dialog h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}

.dialog p {
  font-size: 14px;
  color: #727272;
}

.dialog .form-group {
  margin-bottom: 30px;
}

.dialog label {
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
  font-weight: bold;
}

.dialog input {
  height: 50px;
  border: 0;
  background-color: #F7F7F7;
  font-size: 14px;
  padding: 0 20px;
}

.dialog input:focus {
  border: 0;
  box-shadow: unset;
  background-color: #F7F7F7;
}

.dialog input::placeholder {
  color: #DDDDDD;
}

.dialog button {
  width: 100%;
  height: 50px;
  color: white;
  background-color: #1B96FE;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
}

.column.column-center {
  text-align: center;
}

.column.column-center h6 {
  background: url(../images/new/flash2.png) 0 3px no-repeat;
}

.column h6 {
  display: inline-block;
  padding-left: 20px;
  font-size: 16px;
  background: url(../images/new/flash.png) 0 3px no-repeat;
  background-size: 11px 16px;
  margin-bottom: 15px;
  font-family: 'Source Han Sans CN';
}

.column h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.column p {
  font-size: 16px;
  color: #464242;
  font-family: 'Source Han Sans CN';
}

.column .more {
  color: #8CCD45;
}

.mb-show {
  display: none;
}

@media screen and (max-width: 1200px) {
  .swiper-container .swiper-slide .content h1 {
    width: 360px;
    font-size: 40px;
    margin: 0 auto 30px;
  }
  .swiper-container .swiper-slide .content div {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .swiper-container .swiper-slide .content .more {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .about {
    padding: 30px 25px;
  }
  .about .desc {
    margin: 20px 0 35px;
  }
  .column h2 {
    font-size: 28px;
  }
  .about .desc {
    font-size: 16px;
  }
  .strength .equipment {
    padding: 45px 30px 0 55px;
  }
  .product {
    min-height: 720px;
  }
  .product .battery {
    height: 170px;
    bottom: -85px;
  }
  .service-1 {
    padding: 150px 0 0;
  }
  .service-1 .info .tags, .service-2 .info .tags {
    margin-right: 20px;
  }
  .service-1 .info, .service-2 .info {
    margin-top: 30px;
  }
  .env {
    height: 360px;
  }
  .partner .factory {
    padding: 40px 50px;
  }
  .partner .factory .desc {
    margin-top: 30px;
  }
  .partner-list {
    margin-bottom: 60px;
  }
  .partner .thumb {
    width: 160px;
    height: 60px;
    margin: 40px 30px 0 0;
  }
}
@media screen and (max-width: 992px) {
  .swiper-container .swiper-slide .content h1 {
    width: 310px;
    font-size: 34px;
    margin: 0 auto 20px;
  }
  .swiper-container .swiper-slide .content div {
    font-size: 16px;
    margin-bottom: 40px;
    color: #6D6D6D;
  }
  .swiper-container .swiper-slide .content .more {
    width: 140px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
  }
  .column h6 {
    font-size: 16px;
  }
  .column h2 {
    font-size: 24px;
  }
  .strength .top {
    margin: 30px 0 25px;
  }
  .strength .main {
    display: block !important;
    margin-bottom: 0;
  }
  .strength .thumb {
    width: 100%;
  }
  .strength .equipment.pc-show {
    display: none;
  }
  .strength .equipment-desc.mb-show {
    display: flex;
  }
  .product {
    min-height: 570px;
    padding-top: 50px;
  }
  .product .main {
    margin-top: 65px;
  }
  .product .main .introduce {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .product .main .introduce h4 {
    font-size: 16px;
  }
  .product .main .check-more {
    width: 120px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .product .battery {
    height: 150px;
    bottom: -75px;
  }
  .product .main .introduce h4 {
    margin-bottom: 10px;
  }
  .service-1 .info, .service-2 .info {
    justify-content: flex-start !important;
  }
  .pc-show {
    display: none;
  }
  .mb-show {
    display: block;
  }
  .service-1 .info .tags, .service-2 .info .tags {
    padding: 10px 5px 0;
  }
  .solution-text {
    text-align: center;
    margin-bottom: 40px;
  }
  .env {
    height: 320px;
    padding-top: 35px;
  }
  .partner .factory {
    padding: 20px 30px;
  }
  .partner .factory .item {
    width: 23.5%;
  }
  .partner .factory .desc {
    margin-top: 20px;
  }
  .partner .thumb {
    width: 120px;
    height: 40px;
    margin: 30px 20px 0 0;
  }
  .partner .bottom .text span i {
    font-size: 20px;
  }
  .partner .bottom .btn-prog {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #swiper-container {
    margin-top: 50px;
  }
  .swiper-container .swiper-slide .content h1 {
    width: 310px;
    font-size: 30px;
    margin: 0 auto 20px;
  }
  .swiper-container .swiper-slide .content div {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .swiper-container .swiper-slide .content .more {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
  .about {
    padding: 30px 25px;
  }
  .about .desc {
    margin: 20px 0 35px;
  }
  .product .main {
    margin-top: 50px;
  }
  .product .battery .item p {
    font-size: 18px;
    margin-top: 15px;
  }
  .service-1 {
    padding: 120px 0 0;
  }
  .service-1 .container {
    padding-bottom: 40px;
  }
  .service-2 {
    padding: 40px 0 30px;
  }
  .service-1 .info .tags, .service-2 .info .tags {
    width: 45px;
    height: 65px;
    margin-right: 10px;
    font-size: 14px;
  }
  .service-1 .info h2, .service-2 .info h2 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .service-1 .info .content, .service-2 .info .content {
    font-size: 14px;
  }
  .env {
    height: 450px;
  }
  .partner .factory .item {
    width: 48%;
    margin-bottom: 10px;
  }
  .partner .factory .item:nth-child(2n) {
    margin-right: 0;
  }
  .partner .factory {
    padding: 20px;
  }
  .partner .factory .desc {
    margin-top: 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 550px) {
  #swiper-container {
    margin-top: 50px;
  }
  .swiper-container .swiper-slide .content h1 {
    width: 310px;
    font-size: 22px;
    margin: 0 auto 10px;
  }
  .swiper-container .swiper-slide .content div {
    font-size: 14px;
    margin-bottom: 10px;
    color: #6D6D6D;
  }
  .swiper-container .swiper-slide .content .more {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
  .strength .thumb {
    height: 350px;
  }
  .strength .equipment-desc .desc {
    padding: 15px 10px 10px;
    min-height: 180px;
  }
  .strength .equipment-desc .desc p {
    font-size: 12px;
  }
  .product {
    min-height: 450px;
    padding-top: 30px;
  }
  .product .main {
    margin-top: 30px;
  }
  .product .main .col-sm-4 {
    width: 40%;
  }
  .product .main .col-sm-7 {
    width: 60%;
  }
  .column.column-center h6 {
    background-size: 8px 13px;
    padding-left: 15px;
  }
  .product .battery {
    height: 80px;
    bottom: -80px;
    padding: 0 10px;
  }
  .product .battery .item:nth-child(1) img {
    width: 20px;
    height: 10px;
  }
  .product .battery .item:nth-child(2) img {
    width: 15px;
    height: 20px;
  }
  .product .battery .item:nth-child(3) img {
    width: 20px;
    height: 20px;
  }
  .product .battery .item p {
    font-size: 14px;
    margin-top: 10px;
  }
  .product .main .introduce {
    margin-bottom: 15px;
  }
  .product .main .check-more {
    width: 80px;
    height: 35px;
    line-height: 32px;
    font-size: 12px;
    margin-top: 15px;
  }
  .solution .btn-report, .solution .btn-product {
    width: 135px;
    height: 45px;
    line-height: 45px;
  }
  .solution .btn-report span, .solution .btn-product span {
    font-size: 14px;
  }
  .solution h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .solution h6 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .solution-text {
    margin-bottom: 20px;
  }
  .solution .btn-product {
    margin-right: 0;
  }
  .env {
    height: 400px;
  }
  .partner .factory .item {
    width: 48%;
  }
  .partner .factory .desc {
    margin-top: 0;
    font-size: 12px;
  }
  .partner .factory {
    width: 92%;
    bottom: -100px;
    padding: 10px;
  }
  .partner-wrapper {
    margin-top: -160px;
  }
  .partner-list {
    margin: 20px 0;
    justify-content: flex-start !important;
  }
  .partner .thumb {
    width: 46%;
    height: auto;
    margin-top: 4%;
    margin-right: 4%;
  }
  .partner .thumb:nth-child(2n) {
    margin-right: 0;
  }
  .partner .thumb:nth-child(5n) {
    margin-right: 4%;
  }
  .partner .bottom .text {
    margin: 0;
  }
  .partner .bottom .text {
    font-size: 12px;
  }
  .partner .bottom .text span i {
    font-size: 18px;
  }
  .partner {
    background-size: unset;
  }
  .dialog {
    width: 80%;
    padding: 20px;
  }
  .dialog > .text-center {
    margin-bottom: 15px !important;
  }
  .dialog h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .dialog p {
    font-size: 12px;
  }
  .dialog .form-group {
    margin-bottom: 20px;
  }
  .dialog label {
    font-size: 12px;
  }
  .dialog input {
    height: 40px;
    font-size: 12px;
    padding: 0 10px;
  }
  .dialog button {
    height: 40px;
    font-size: 14px;
  }
}

@media screen and (max-width: 375px) {
  #swiper-container {
    margin-top: 50px;
  }
  .swiper-container .swiper-slide .content h1 {
    width: 180px;
    font-size: 20px;
    margin: 0 auto 5px;
  }
  .swiper-container .swiper-slide .content div {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .swiper-container .swiper-slide .content .more {
    width: 80px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    border-radius: 3px;
  }
  .about {
    padding: 20px 15px;
  }
  .about .desc {
    margin: 20px 0 25px;
  }
  .column h6 {
    font-size: 14px;
    background-size: 8px 13px;
    padding-left: 10px;
  }
  .column h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .column p {
    font-size: 14px;
  }
  .about .desc {
    font-size: 14px;
  }
  .about .tag img {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
  .about .tag:last-child img {
    width: 35px;
    height: 30px;
  }
  .about .tag p {
    font-size: 14px;
  }
  .strength .top {
    margin: 20px 0 15px;
    align-items: flex-start !important;
  }
  .strength .thumb {
    height: 270px;
  }
  .strength .equipment-desc {
    margin-top: -25px;
  }
  .strength .equipment-desc .more {
    padding: 0 10px;
  }
  .strength .equipment-desc .more a {
    width: 40px;
    font-size: 12px;
    padding: 5px 10px;
  }
  .strength .arrow {
    width: 30px;
    height: 30px;
    align-items: flex-start;
  }
  .service-1 .info .tags, .service-2 .info .tags {
    margin-right: 0;
    font-size: 12px;
  }
  .service-1 .info h2, .service-2 .info h2 {
    font-size: 16px;
  }
  .service-1 .info .content, .service-2 .info .content {
    font-size: 12px;
  }
  .service-2 {
    padding: 30px 0 20px;
  }
  .service-1 .container {
    padding-bottom: 30px;
  }
  .solution .btn-report, .solution .btn-product {
    width: 135px;
    height: 45px;
    line-height: 45px;
  }
  .solution .btn-report span, .solution .btn-product span {
    font-size: 14px;
  }
  .solution h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .solution h6 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .solution-text {
    margin-bottom: 20px;
  }
  .solution .btn-product {
    margin-right: 0;
  }
  .env {
    height: 350px;
  }
  .partner .factory {
    width: 100%;
  }
}

