.mt-100 {
  margin-top: 2.6041666667vw;
}

.welcome-one__icon h2 {
  color: #333;
  font-size: 45px;
  margin: 20px 0;
}
.welcome-one__icon p {
  font-size: 22px;
  color: #333333;
}

.welcome-app {
  background: url(../images/new/hotprobg.png) no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 100px;
  overflow: hidden;
}
.welcome-app .section-title h2 {
  color: #fff;
}
.welcome-app .section-title span {
  opacity: 0.2;
}
.welcome-app .welcome-app__content {
  padding: 0;
}
.welcome-app .welcome-app__content .swiperApp {
  position: relative;
}
.welcome-app .welcome-app__content .swiperApp .welcome-app__content-box {
  background-color: #fff;
  padding: 40px;
}
.welcome-app .welcome-app__content .swiperApp .welcome-app__content-box h4 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.welcome-app .welcome-app__content .swiperApp .welcome-app__content-box p {
  max-width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.welcome-app .welcome-app__content .swiperApp .welcome-app__content-box span {
  color: #666;
  margin-bottom: 20px;
  display: block;
}
.welcome-app .welcome-app__content .swiperApp .swiper-slide.swiper-slide-prev,
.welcome-app .welcome-app__content .swiperApp .swiper-slide.swiper-slide-next {
  margin-top: 150px;
  transform: scale(0.6);
}
.welcome-app .welcome-app__content .swiperApp .swiper-slide.swiper-slide-prev .welcome-app__content-box,
.welcome-app .welcome-app__content .swiperApp .swiper-slide.swiper-slide-next .welcome-app__content-box {
  padding: 0;
}
.welcome-app .welcome-app__content .swiperApp .swiper-slide.swiper-slide-prev h4,
.welcome-app .welcome-app__content .swiperApp .swiper-slide.swiper-slide-next h4 {
  display: none;
}
.welcome-app .welcome-app__content .swiperApp .swiper-slide.swiper-slide-prev p,
.welcome-app .welcome-app__content .swiperApp .swiper-slide.swiper-slide-next p {
  display: none;
}
.welcome-app .welcome-app__content .swiperApp .swiper-slide.swiper-slide-prev span,
.welcome-app .welcome-app__content .swiperApp .swiper-slide.swiper-slide-next span {
  display: none;
}
.welcome-app .welcome-app__content .swiperApp .swiper-button-prev, .welcome-app .welcome-app__content .swiperApp .swiper-button-next {
  background: #e3e3e3;
  width: 50px;
  height: 50px;
  border: 1px #a6a6a6 solid;
  border-radius: 50%;
}
.welcome-app .welcome-app__content .swiperApp .swiper-button-prev::after, .welcome-app .welcome-app__content .swiperApp .swiper-button-next::after {
  font-size: 20px;
  color: #a6a6a6;
}
.welcome-app .welcome-app__content .swiperApp .swiper-button-prev {
  left: 24%;
}
.welcome-app .welcome-app__content .swiperApp .swiper-button-next {
  right: 24%;
}

.case-class, .apps-class {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.case-class a, .apps-class a {
  flex: 0 0 23%;
  font-size: 20px;
  color: #333;
  padding: 10px 20px;
  display: inline-block;
  border: 1px #b4b4b4 solid;
  overflow: hidden;
}
.case-class a.active, .case-class a:hover, .apps-class a.active, .apps-class a:hover {
  background: #0861cc;
  color: #fff;
  border: 1px #0861cc solid;
}

@media screen and (max-width: 768px) {
  .case-class a {
    width: 49%;
  }
}
.project-one {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.project-one .project-one__box {
  position: relative;
  width: 100%;
  height: 640px;
}
.project-one .project-one__box .testimonials-one__carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project-one .project-one__box .testimonials-one__carousel .slick-dots {
  width: 80%;
  margin: 40px auto 0;
  left: 10%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
.project-one .project-one__box .testimonials-one__carousel .slick-dots li {
  margin: 0;
  width: 100%;
}
.project-one .project-one__box .testimonials-one__carousel .slick-dots li button {
  height: 2px;
  width: 100%;
}
.project-one .project-one__box .testimonials-one__carousel .slick-dots li button::before {
  opacity: 1;
  content: "";
  width: 100%;
  height: 2px;
  background: #d3d3d3;
}
.project-one .project-one__box .testimonials-one__carousel .slick-dots li.slick-active button::before {
  background: #ff791e;
}
.project-one .project-one__box .testimonials-one__carousel .project-one__img-box {
  width: 96%;
  position: relative;
}
.project-one .project-one__box .testimonials-one__carousel .project-one__img-box .project-one__img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-one .project-one__box .testimonials-one__carousel .project-one__img-box .project-one__hover {
  background: none;
  position: absolute;
  top: calc(100% - 60px);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
  overflow: hidden;
}
.project-one .project-one__box .testimonials-one__carousel .project-one__img-box .project-one__hover a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
}
.project-one .project-one__box .testimonials-one__carousel .project-one__img-box .project-one__hover a .project-one__hover-title {
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
}
.project-one .project-one__box .testimonials-one__carousel .project-one__img-box .project-one__hover a .project-one__hover-title img {
  display: block;
  margin-right: 10px;
}

.testimonials-one__carousel {
  display: block;
}
.testimonials-one__carousel .owl-dots {
  margin: 40px 0 0 !important;
  text-align: center !important;
  border-top: 1px #e5e5e5 solid;
}
.testimonials-one__carousel .owl-dots button span {
  background: #e5e5e5;
  margin-top: -23px !important;
}
.testimonials-one__carousel .owl-dots button.active span {
  width: 120px !important;
  height: 4px !important;
  background: #0861cc !important;
}

.ourapp {
  background: url(../images/procase_bg.jpg) top center no-repeat;
  background-size: cover;
  padding: 40px;
}

.news-one {
  background: url(../images/new/newsbg.png) top center no-repeat;
  background-size: cover;
}
.news-one .news-one__three-box {
  box-shadow: none;
}
.news-one .news-one__three-box .news-one__three {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.news-one .news-one__three-box .news-one__three .news-one__three-time {
  flex: 0 0 100px;
  font-size: 47px;
  color: #676767;
}
.news-one .news-one__three-box .news-one__three .news-one-three-img {
  flex: 0 0 300px;
  height: 150px;
  margin-right: 20px;
}
.news-one .news-one__three-box .news-one__three .news-one-three-img img {
  display: block;
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.news-one .news-one__three-box .news-one__three .news-one__three-content {
  flex: 0 0 760px;
}
.news-one .news-one__three-box .news-one__three .news-one__three-content h5 {
  margin-top: 0;
}
.news-one .news-one__three-box .news-one__three .news-one__three-plus {
  display: none;
  flex: 0 0 100px;
  max-width: 100%;
  text-align: center;
}
.news-one .news-one__three-box .news-one__three .news-one__three-plus a {
  display: block;
  font-size: 40px;
  color: var(--thm-primary);
}
.news-one .news-one__three-box .news-one__three:hover {
  background: #f5f5f5;
}
.news-one .news-one__three-box .news-one__three:hover .news-one__three-plus {
  display: block;
}

.news-one__class {
  margin-top: 23px;
}
.news-one__class a {
  display: inline-block;
  font-size: 20px;
  color: #333333;
  margin-bottom: 47px;
  line-height: 1.8;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.news-one__class a::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: transparent;
  margin-right: 10px;
}
.news-one__class a:hover, .news-one__class a.active {
  color: var(--thm-primary);
}
.news-one__class a:hover::before, .news-one__class a.active::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: var(--thm-primary);
  margin-right: 10px;
}

.news-one-three-img img {
  display: block;
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

.join-one {
  background: url(../images/join_bg.png) top left no-repeat;
  background-size: cover;
  padding: 40px 0;
}
.join-one h2 {
  font-size: 35px;
  color: #fff;
}
.join-one p {
  margin: 0;
}
.join-one p span {
  font-size: 20px;
  color: #fff;
}
.join-one p span img {
  margin-right: 10px;
}
.join-one p span:nth-of-type(2) {
  margin-left: 20px;
}

.client-one {
  padding: 80px 0;
  width: 100%;
  overflow: hidden;
}
.client-one .client-one__slick {
  padding-top: 10px;
  padding-bottom: 30px;
}
.client-one .client-one__slick .client-one__single a {
  margin: 1%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96%;
  border: 1px #e5e5e5 solid;
  border-radius: 10px;
  text-align: center;
  height: 100px;
  margin-bottom: 4%;
}
.client-one .client-one__slick .client-one__single a img {
  display: block;
  max-width: 90%;
  max-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.client-one .client-one__slick .client-one__single a:hover {
  border: 1px solid var(--thm-primary);
  transform: scale(1.02);
}
.client-one .client-one__slick .slick-dots {
  margin-top: 40px;
}
.client-one .client-one__slick .slick-dots li {
  margin-top: 40px;
}
.client-one .client-one__slick .slick-dots li button::before {
  content: "";
  background: #959595;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
}
.client-one .client-one__slick .slick-dots li.slick-active button::before {
  width: 20px;
  border-radius: 6px;
  background: var(--thm-primary);
}

.footer__widget {
  color: #fff;
}
.footer__widget .footer__title {
  margin-bottom: 20px;
}
.footer__widget .footer__title h4 {
  color: #fff;
  font-size: 18px;
}
.footer__widget .footer__menu ul {
  list-style: none;
  padding-left: 0;
}
.footer__widget .footer__menu ul li {
  color: #999999;
}
.footer__widget .footer__menu ul li a {
  color: #999;
}

.about-company__right-title {
  margin-bottom: 20px;
}
.about-company__right-title span {
  display: inline-block;
  padding: 10px 40px;
  background: var(--thm-primary);
  color: #fff;
  border-radius: 6px;
  font-size: 18px;
}

.about-culture {
  background: var(--thm-primary) url(../images/new/cbg.png) left top no-repeat;
  width: 100%;
  min-height: 383px;
  overflow: hidden;
}
.about-culture .about-culture__img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 383px;
}
.about-culture .about-culture__right .about-culture__right-item {
  display: flex;
  align-items: center;
}
.about-culture .about-culture__right .about-culture__right-item p {
  color: #fff;
  font-size: 22px;
  margin-bottom: 5px;
}
.about-culture .about-culture__right .about-culture__right-item p:nth-of-type(2) {
  font-size: 18px;
}

.page-title h2 {
  font-size: 45px;
  color: #191919;
  text-align: center;
}
.page-title span {
  display: block;
  margin: 10px auto;
  width: 100px;
  height: 1px;
  background: var(--thm-primary);
}

.about-honor {
  background: url(../images/new/h-bg.png) center no-repeat;
  background-size: cover;
  padding: 60px 0 80px;
  width: 100%;
  overflow: hidden;
}
.about-honor .about-honor__slick .slick-dots {
  width: 150px;
  margin: 80px auto 0;
  left: 0;
  right: 0;
  bottom: -50px;
  display: flex;
  text-align: center;
}
.about-honor .about-honor__slick .slick-dots li {
  margin: 0;
  width: 100%;
}
.about-honor .about-honor__slick .slick-dots li button {
  height: 2px;
  width: 100%;
}
.about-honor .about-honor__slick .slick-dots li button::before {
  opacity: 1;
  content: "";
  width: 100%;
  height: 2px;
  background: #d3d3d3;
}
.about-honor .about-honor__slick .slick-dots li.slick-active button::before {
  background: #ff791e;
}
.about-honor .about-honor__slick .slick-arrow {
  border: 1px #707070 solid;
  border-radius: 50%;
  margin-top: 20px;
  color: #707070;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.about-honor .about-honor__slick .slick-arrow.slick-next {
  left: auto;
  right: calc(50% - 150px);
}
.about-honor .about-honor__slick .slick-arrow.slick-prev {
  right: auto;
  left: calc(50% - 150px);
}
.about-honor .about-honor__slick .about-honor__slick-item a {
  margin: 0 10px;
  display: flex;
  background: #fff;
  padding: 20px;
  height: 370px;
  align-items: center;
  justify-content: center;
}
.about-honor .about-honor__slick .about-honor__slick-item a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-tech {
  background: url(../images/new/jbg.png) left center no-repeat;
  width: 100%;
  padding: 80px 0;
  border-bottom: 1px solid var(--thm-primary);
  overflow: hidden;
}

.about-shebei {
  background: url(../images/new/gbg.png) bottom center no-repeat;
  width: 100%;
  padding: 80px 0 50px;
  overflow: hidden;
}
.about-shebei .about-shebei__right .title {
  border-bottom: 1px #e1e1e1 solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.about-shebei .about-shebei__right .text {
  line-height: 1.7;
}
.about-shebei .about-shebei__title {
  background: var(--thm-primary);
  color: #fff;
  padding: 20px;
}
.about-shebei .about-shebei__title h2 {
  color: #fff;
  font-size: 26px;
}
.about-shebei .about-shebei__title p {
  font-size: 14px;
  margin: 0;
}

.about-develop {
  width: 100%;
  padding: 80px 0;
  background: url(../images/new/dbg.png) bottom center no-repeat;
  overflow: hidden;
}
.about-develop .about-develop__slick .about-develop__right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.about-develop .about-develop__slick .slick-arrow {
  border: 1px #707070 solid;
  border-radius: 50%;
  margin-top: 40px;
  color: #707070;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.about-develop .about-develop__slick .slick-arrow.slick-next {
  left: auto;
  right: calc(50% - 50px);
}
.about-develop .about-develop__slick .slick-arrow.slick-prev {
  right: auto;
  left: calc(50% - 50px);
}

.portfolio-page {
  background: url(../images/new/pagepbg.png) left bottom no-repeat;
  background-size: auto 100%;
}

.product-app {
  padding: 80px 0;
}
.product-app .product-app__left {
  background: url(../images/new/hybg.png) right top no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.product-app .product-app__right {
  background: url(../images/new/jbg.png) right top no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-app .product-app__right ul {
  list-style: none;
  padding-left: 0;
}
.product-app .product-app__right ul li {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  cursor: pointer;
}
.product-app .product-app__right ul li.active {
  font-size: 30px;
}

.product-youshi {
  background: url(../images/new/ysbg.png) top center no-repeat;
  background-size: cover;
  padding: 80px 0;
  width: 100%;
  overflow: hidden;
}
.product-youshi .youshi-title {
  text-align: center;
}
.product-youshi .youshi-title h2 {
  font-size: 45px;
  color: #fff;
}
.product-youshi .youshi-title p {
  font-size: 20px;
  color: #fff;
}
.product-youshi .youshi-box a {
  border: 1px solid var(--thm-primary);
  border-radius: 20px;
  padding: 10px 20px;
  margin: 0 10px;
  color: var(--thm-primary);
}
.product-youshi .youshi-box a:hover {
  color: #fff;
  background: var(--thm-primary);
}

.about-develop__slick .slick-next.slick-arrow,
.about-develop__slick .slick-prev.slick-arrow {
  border: 1px #000 solid;
  color: #000;
}

.about-develops__slick .develop__box a {
  display: block;
  border: 2px #999 solid;
  width: 98%;
  height: 100px;
}
.about-develops__slick .develop__box a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-develops__slick .slick-current.slick-active a {
  border: 2px var(--thm-primary) solid;
}

.download-img {
  background: #f1f1f1;
  text-align: center;
  padding: 20px;
}
.download-img span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  border: 1px solid #f1f1f1;
  width: 80%;
  font-size: 4rem;
  padding: 40px;
  margin: 40px auto;
}
.download-img span em {
  display: block;
  font-size: 1.8rem;
  font-style: normal;
  margin-bottom: 20px;
}
.download-img span i {
  font-size: 10rem;
}

.download-info h2 {
  margin-bottom: 20px;
}
.download-info p {
  margin-bottom: 20px;
}
.download-info input {
  display: block;
  width: 100%;
  line-height: 50px;
  border: 1px #dad9d9 solid;
  border-radius: 4px;
  padding-left: 15px;
}/*# sourceMappingURL=index.css.map */