 
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.home_banner {
  margin-top: -120px;
}

body>section {
  position: relative;
}

body>section:hover {}

.home_banner .home_banner_swiper {
  position: relative;
  overflow: hidden;
}

.home_banner .home_banner_btns {
  width: 1846px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  justify-content: space-between;
}


.home_banner .home_banner_btns div {
  width: 12px;
  height: 22px;
  background: url("https://telecom.dingli.com/wp-content/plugins/sytech-fronteditor/sytpl/home_banner/assets/img/left-w.svg") center center / contain no-repeat;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.home_banner .home_banner_btns div.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}

.home_banner .home_banner_btns .home_banner_next {
  background-image: url("https://telecom.dingli.com/wp-content/plugins/sytech-fronteditor/sytpl/home_banner/assets/img/right-w.svg");
}

.home_banner .home_banner_swiper .swiper-pagination {
  bottom: 130px;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s ease 0s;
  transform: translate3d(0px, 0px, 0px);
  z-index: 10;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0px;
  width: 100%;
}



.home_banner .home_banner_swiper .swiper-pagination .swiper-pagination-bullet {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 500;
  padding: 0px 18px;
  opacity: 0.6;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 0;
  height: 0;
}

.home_banner .home_banner_swiper .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 0px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 0px;
  top: 10px;
  transition: all 0.3s ease 0s;
}

.home_banner .home_banner_swiper .swiper-pagination .swiper-pagination-bullet-active {
  padding-right: 68px;
  opacity: 1;
}

.home_banner .home_banner_swiper .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 38px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: rgb(0, 0, 0);
  opacity: 0.2;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-color);
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px 4px;
}


ul {
  list-style: none;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0px, 0px);
}

.home_banner .home_banner_swiper .swiper-slide {
  background: url("") center center / cover no-repeat;
  position: relative;
  width: 100%;
}

.home_banner .home_banner_swiper .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("https://telecom.dingli.com/wp-content/plugins/sytech-fronteditor/sytpl/home_banner/assets/img/home-banner-mask.png") center center / cover no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform, -webkit-transform;
}


.content {
  max-width: 1440px;
  margin: 0px auto;
  position: relative;
}




.home_banner .home_banner_swiper .head {
  width: 50%;
  padding: 305px 0px 385px;
  position: relative;
  z-index: 2;
}





.head h1 {
  color: rgb(255, 255, 255);
  font-size: 62px;
  font-weight: 700;
  line-height: 94px;
}

.home_banner .home_banner_swiper h1 {
  font-size: 85px;
  line-height: 109px;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}



.head p {
  color: var(--content_color);
  font-size: 18px;
  line-height: 2rem;
  font-family: Poppins, sans-serif;
}

.home_banner .home_banner_swiper p {
  width: 70%;
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 29px;
  font-weight: 300;
  font-family: unset;
  padding-top: 18px;
}


a {
  color: rgb(28, 35, 47);
  text-decoration: none;
  font-size: 1rem;
}

.button {
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  display: inline-block;
  background-image: linear-gradient(to right, rgb(3, 143, 215), rgb(23, 60, 133));
  transition: all 0.3s ease 0s;
  padding: 16px 36px;
  border-radius: 26px;
  line-height: 1;
}

.button:hover {
  filter: brightness(1.3);
}

.home_banner .home_banner_swiper .button {
  font-size: 20px;
  margin-top: 38px;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 15px;
  padding: 20px 52.5px;
  border-radius: 30px;
}



.head h2 {
  font-size: 52px;
  font-weight: 700;
  color: var(--title_color);
  line-height: 76px;
}

.home_banner .home_banner_swiper h2 {
  font-size: 85px;
  line-height: 109px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}


div.sytech_tools_bar {
  position: absolute;
  right: 0%;
  top: 0px;
  padding: 0.8rem;
  transition: all 0.3s ease 0s;
  z-index: 2147483647;
}

body>section:hover div.sytech_tools_bar {
  right: 0%;
}



button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
}

input[type="submit"],
button {
  cursor: pointer;
}

div.sytech_tools_bar button {
  outline: none;
  border: none;
  font-family: unset;
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
  background-color: rgb(51, 189, 233);
  color: rgb(255, 255, 255);
}

/* .home_banner .home_banner_swiper .button{
  animation: bg-move 0.8s linear infinite;
}
.home_banner .home_banner_swiper li.swiper-slide-active{
  animation: bg-big 15s linear forwards;
} */
@keyframes bg-big{
  0%{
    background-size: auto 100%;
  }
  100%{
    background-size: auto 120%;
  }
}

@keyframes bg-move{
  0%{
    filter: brightness(100%);
  }
  50%{
    filter: brightness(130%);
  }
  100%{
    filter: brightness(100%);
  }
}
 

@media screen and (max-width: 786px) {
  .home_banner .home_banner_swiper .home_banner_btns {
    display: none;
  }
}

@media screen and (max-width: 786px) {
  .home_banner .home_banner_swiper .swiper-pagination {
    bottom: 1.2rem;
  }
}

@media screen and (max-width: 786px) {
  .home_banner .home_banner_swiper .swiper-pagination .swiper-pagination-bullet {
    font-size: 13px;
    padding: 0px 10px;
  }
}

@media screen and (max-width: 786px) {
  .home_banner .home_banner_swiper .swiper-pagination .swiper-pagination-bullet::after {
    top: 6px;
  }
}

@media screen and (max-width: 786px) {
  .home_banner .home_banner_swiper .swiper-pagination .swiper-pagination-bullet-active {
    padding-right: 60px;
  }
}

@media screen and (max-width: 786px) {
  .home_banner .home_banner_swiper .swiper-pagination .swiper-pagination-bullet-active::after {
    top: 6px;
  }
}

@media screen and (max-width: 786px) {
  .home_banner .home_banner_swiper .swiper-slide {
    position: relative;
  }
}

@media screen and (max-width: 786px) {
  .home_banner .home_banner_swiper .swiper-slide::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

@media screen and (max-width: 786px) {
  .content {
    padding: 0px 1.2rem;
  }
}

@media screen and (max-width: 786px) {
  .home_banner .home_banner_swiper .head {
    width: 100%;
    padding: 12rem 0px 5rem;
  }
}

@media screen and (max-width: 786px) {
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 786px) {

  .home_banner .home_banner_swiper .head h1,
  .home_banner .home_banner_swiper .head h2 {
    font-size: 25px;
    line-height: 1.5;
  }
}


@media screen and (max-width: 786px) {
  .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}

@media screen and (max-width: 786px) {
  .home_banner .home_banner_swiper .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    width: 100%;
    padding-top: 0.5rem;
  }
}

@media screen and (max-width: 786px) {
  .button {
    font-size: 14px;
    border-radius: 20px !important;
    padding: 13px 25px !important;
  }
}

@media screen and (max-width: 786px) {
  .home_banner .home_banner_swiper .head .button {
    font-size: 14px;
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 786px) {
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 786px) {
  div.sytech_tools_bar {
    right: 0%;
  }
}

 

@media screen and (min-width: 786px) and (max-width: 1600px) {
  .content {
    padding: 0px 1.2rem;
  }
}

@media screen and (min-width: 786px) and (max-width: 1400px) {
  .content {
    max-width: 1200px;
  }
}

@media screen and (min-width: 786px) and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .home_banner .home_banner_swiper .head {
    width: 100%;
  }
}
 
/*

Theme Name: Sytech Web

Author: The Sytech Team

Author URI:  https://sytech-web.cn

Description: A Beautiful, Fast Loading and SEO Ready Website

Version: 2.0.0

*/



* {

	margin:0;

	padding: 0;

	box-sizing: border-box;

}

.content {

	max-width: 1440px;

	margin: 0 auto;

	position: relative;

}



html {

	scroll-behavior: smooth;

}

.flex {

	display: flex;

}

.wrap {

	flex-wrap: wrap;

}

.flex1 {

	flex:1;

}

.flex2 {

	flex:2;

}

.flex3 {

	flex:3;

}

.between {

	justify-content: space-between;

}

.center {

	text-align: center;

}

.boxshadow {

	box-shadow: 0 0 15px rgba(0,0,0,0.1);

	background: white;

}





.tools_part_vendor .tools_part_box{

  padding: 4rem 0px;

  text-align: center;

}



.tools_part_vendor .tools_part_box input{

  padding: .8rem 1rem;

  border-radius: 5px;

  min-width: 300px;

  border: 1px #ddd solid ;

}

.tools_part_vendor .tools_part_box button{

  background: white;

  border: 1px solid #f8f8f8;

  color: #4c4c4c;

  padding: 0.8rem 1.5rem;

  display: inline-block;

  font-weight: 500;

  border: none;

  font-size: 16px;

  cursor: pointer;

  border-radius: 10px;

  background-color: #33bde9;

  border: 1px solid #33bde9;

  color: white;

  padding: 0.8rem 1.5rem;

}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
  .swiper_content {
    max-width: 1020px;
  }
  .solution_strength .head p {
    width: 70%;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .swiper_content {
    max-width: 806px;
  }
  .solution_strength .head p {
    width: 90%;
  }
}
 
@media screen and (max-width: 786px) {

  .content {

    padding: 0 1.2rem;

  }

}


 
@media screen and (min-width: 786px)  and (max-width: 1600px) {

  

}

@media screen and (min-width: 786px)  and (max-width: 1400px) {

  .content {

    padding: 0 1.2rem;

  }

}

@media screen and (min-width: 786px)  and (max-width: 1200px) {

  .content {

    max-width: 1000px;

  }

  .swiper_content {

    max-width: 1020px;

  }

  .solution_strength .head p {

    width: 70%;

  }

}

@media screen and (min-width: 786px)  and (max-width: 1000px) {

  .content {

    max-width: 786px;

  }

  .swiper_content {

    max-width: 806px;

  }

  .solution_strength .head p {

    width: 90%;

  }

}

.home_different {
  padding: 205px 0px 255px;
  background: url("https://telecom.dingli.com/wp-content/plugins/sytech-fronteditor/sytpl/home_different/assets/img/home-diff-bg.svg") center center / cover no-repeat;
}


.home_different .head {
  text-align: center;
}

.fadeInUp {
  animation-name: fadeInUp;
}


.home_different .home_different_swiper_box {
  position: relative;
}

.home_different .home_different_swiper_box .swiper-pagination {
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  height: 19px;
}

.home_different .home_different_swiper_box .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: rgb(28, 28, 28);
  opacity: 1;
  margin: 0px;
  transition: all 0.3s ease 0s;
}

.home_different .home_different_swiper_box .swiper-pagination .swiper-pagination-bullet-active {
  width: 19px;
  height: 19px;
  border: 1px solid rgb(28, 28, 28);
  background-color: transparent;
}


.swiper_btns {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  width: 1612px;
}



.swiper_btns div {
  width: 18px;
  height: 35px;
  background: url("https://telecom.dingli.com/wp-content/plugins/sytech-fronteditor/sytpl/home_different/assets/img/left-b.svg") center center / contain no-repeat;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.swiper_btns div.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}

.swiper_btns .btn_next {
  background-image: url("https://telecom.dingli.com/wp-content/plugins/sytech-fronteditor/sytpl/home_different/assets/img/right-b.svg");
}

.swiper_content {
  max-width: 1460px;
  margin: 0px auto;
  position: relative;
  padding: 10px;
  overflow: hidden;
}



.home_different .home_different_swiper {
  padding: 45px 0px;
}

.home_different .home_different_swiper a {
  display: block;
  height: 562px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  text-align: center;
  padding-top: 75px;
}.home_different .home_different_swiper .swiper-slide{
  width: 456px;
  margin-right: 36px;
}


.home_different .home_different_swiper a:hover .img {
  transform: rotate(180deg);
}

.home_different .home_different_swiper .img {
  width: 26.316%;
  padding-bottom: 26.316%;
  position: relative;
  margin: 0px auto;
  background: url("https://telecom.dingli.com/wp-content/plugins/sytech-fronteditor/sytpl/home_different/assets/img/home-diff-imgbg.svg") center center / cover no-repeat;
  transition: all 0.3s ease 0s;
}

.home_different .home_different_swiper a:hover .img img {
  transform: translate(-50%, -50%) rotate(-180deg);
}

.home_different .home_different_swiper .img img {
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  object-fit: contain;
}

.home_different .home_different_swiper h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--title_color);
  line-height: 42px;
  width: 70%;
  margin: 50px auto 20px;
}


.home_different .home_different_swiper p {
  color: rgb(127, 127, 127);
  font-size: 19px;
  line-height: 29px;
  width: 80%;
  margin: 0px auto;
}


.home_different .home_different_swiper a:hover strong {
  background-image: var(--bg_color);
  background-size: 100%;
}

.home_different .home_different_swiper a:hover strong::after {
  background-color: rgba(0, 108, 130, 0.13);
}

.home_different .home_different_swiper strong {
  display: block;
  width: 65px;
  height: 65px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 50%);
  border-radius: 50%;
  background-color: rgb(28, 28, 28);
}

.home_different .home_different_swiper strong::after {
  content: "";
  display: block;
  width: 86px;
  height: 86px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
}


i {
  font-style: normal;
}

.home_different .home_different_swiper strong i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: 30%;
  background: url("https://telecom.dingli.com/wp-content/plugins/sytech-fronteditor/sytpl/home_different/assets/img/right-line-w.svg") center center / contain no-repeat;
}
:root {
  --theme_color: #0067b4;
  --subtheme_color: #56c1ea;
  --title_color: #242424;
  --content_color: #666;
  --bg_color: linear-gradient(to right, #038fd7, #173c85);
}
 
@media screen and (max-width: 786px) {
  div.sytech_tools_bar {
    right: 0%;
  }
}
@media screen and (max-width: 786px) {
  .home_different .home_different_swiper strong {
    width: 2rem;
    height: 2rem;
  }
}

@media screen and (max-width: 786px) {
  .home_different .home_different_swiper strong::after {
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media screen and (max-width: 786px) {
  .home_different .home_different_swiper p {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 786px) {
  .home_different .home_different_swiper h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin: 1rem 0px 0.5rem;
    width: 100%;
  }
}
@media screen and (max-width: 786px) {
  .home_different .home_different_swiper a {
    height: auto;
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 786px) {
  .home_different .home_different_swiper {
    padding: 30px 0px;
  }
}
@media screen and (max-width: 786px) {
  .swiper_content {
    padding: 10px 1.2rem;
  }
}

@media screen and (max-width: 786px) {
  .swiper_btns {
    display: none;
  }
}
@media screen and (max-width: 786px) {
  .home_different .home_different_swiper_box .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}

@media screen and (max-width: 786px) {
  .home_different .home_different_swiper_box .swiper-pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 786px) {
  .home_different .home_different_swiper_box .swiper-pagination {
    bottom: -1.2rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 786px) {
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 786px) {
  .content {
    padding: 0px 1.2rem;
  }
}

@media screen and (max-width: 786px) {
  .home_different {
    padding: 5rem 0px 50px;
  }
}

 
@media screen and (min-width: 786px) and (max-width: 1400px) {
  .home_different .home_different_swiper a {
    height: auto;
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 786px) and (max-width: 1600px) {
  .swiper_content {
    padding: 10px 1.2rem;
  }
}

@media screen and (min-width: 786px) and (max-width: 1400px) {
  .swiper_content {
    max-width: 1220px;
  }
}

@media screen and (min-width: 786px) and (max-width: 1200px) {
  .swiper_content {
    max-width: 1020px;
  }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .swiper_content {
    max-width: 806px;
  }
}
@media screen and (min-width: 786px) and (max-width: 1600px) {
  .swiper_btns {
    display: none;
  }
}
@media screen and (min-width: 786px) and (max-width: 1600px) {
  .content {
    padding: 0px 1.2rem;
  }
}

@media screen and (min-width: 786px) and (max-width: 1400px) {
  .content {
    max-width: 1200px;
  }
}

@media screen and (min-width: 786px) and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}

.home_say {
  padding: 115px 0px 60px;
  background: url('https://telecom.dingli.com/wp-content/plugins/sytech-fronteditor/sytpl/home_say/assets/img/home-say-bg.jpg') no-repeat center/cover;
  background-attachment: fixed;
  overflow: hidden;
}


.home_say .head {
  text-align: center;
}

.home_say .head h2 {
  color: rgb(255, 255, 255);
}


.home_say .home_say_swiper {
  overflow: hidden;
  max-width: 50%;
  padding: 100px 0px 55px;
  position: relative;
}


.home_say .home_say_swiper .swiper-pagination {
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  height: 19px;
}


.home_say .home_say_swiper span {
  color: rgb(151, 151, 151);
  display: block;
  font-size: 1rem;
}

.home_say .home_say_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: rgb(255, 255, 255);
  opacity: 1;
  margin: 0px;
  transition: all 0.3s ease 0s;
}

.home_say .home_say_swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 19px;
  height: 19px;
  border: 1px solid rgb(255, 255, 255);
  background-color: transparent;
}

.home_say .home_say_swiper .swiper-slide {
  background-color: rgb(226, 227, 231);
  height: 400px;
  padding: 60px 40px 58px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.home_say .home_say_swiper .swiper-slide::after {
  content: "‘‘";
  font-size: 94px;
  color: rgb(255, 255, 255);
  width: 69px;
  height: 69px;
  background-image: var(--bg_color);
  border-radius: 50%;
  position: absolute;
  left: 40px;
  top: 0px;
  transform: translateY(-50%);
  padding-left: 15px;
  box-sizing: border-box;
  letter-spacing: -10px;
  line-height: 115px;
}


.home_say .home_say_swiper p {
  color: rgb(56, 56, 56);
  font-size: 20px;
  font-weight: 500;
  line-height: 42px;
}

.flex {
  display: flex;
}

.flex_middle {
  align-items: center;
}

.home_say .home_say_swiper .img img {
  width: 162px;
  height: auto;
}


.home_say .home_say_swiper .text {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 25px;
  padding-left: 28px;
  gap: 14px;
}


.home_say .home_say_swiper strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: var(--title_color);
}


.home_say .home_say_partner_swiper {
  margin-top: 60px;
}


.home_say .home_say_partner_swiper .swiper-wrapper {
  transition: all 0s linear 0s;
}

.home_say .home_say_partner_swiper img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}
 
@media screen and (max-width: 786px) {
  div.sytech_tools_bar {
    right: 0%;
  }
}
@media screen and (max-width: 786px) {
  .home_say .home_say_partner_swiper {
    margin-top: 30px;
  }
  .home_say {
    background: url(https://telecom.dingli.com/wp-content/plugins/sytech-fronteditor/sytpl/home_say/assets/img/home-say-bg.jpg) no-repeat center / cover !important;
  }
}
@media screen and (max-width: 786px) {
  .home_say .home_say_swiper .swiper-slide .info .text strong {
    font-size: 1rem;
  }
}

@media screen and (max-width: 786px) {
  .home_say .home_say_swiper .swiper-slide .info .text span {
    font-size: 13px;
  }
}
@media screen and (max-width: 786px) {
  .home_say .home_say_swiper .swiper-slide .info .text {
    padding-left: 1rem;
    margin-left: 1rem;
    gap: 0.5rem;
  }
}
@media screen and (max-width: 786px) {
  .home_say .home_say_swiper .swiper-slide .info .img img {
    width: 100px;
    height: auto;
  }
}

@media screen and (max-width: 786px) {
  .home_say .home_say_swiper .swiper-slide p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 786px) {
  .home_say .home_say_swiper .swiper-slide {
    height: auto;
    padding: 2rem 1.2rem;
    gap: 2rem;
  }
}

@media screen and (max-width: 786px) {
  .home_say .home_say_swiper .swiper-slide::after {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 3rem;
    padding-top: 10px;
    letter-spacing: -4px;
    left: 1.2rem;
  }
}
@media screen and (max-width: 786px) {
  .home_say .home_say_swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 786px) {
  .home_say .home_say_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 786px) {
  .home_say .home_say_swiper .swiper-pagination {
    justify-content: center;
    gap: 1rem;
  }
}
@media screen and (max-width: 786px) {
  .home_say .home_say_swiper {
    padding: 50px 0px 30px;
  }
}
@media screen and (max-width: 786px) {
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 786px) {
  .content {
    padding: 0px 1.2rem;
  }
}
@media screen and (max-width: 786px) {
  .home_say {
    padding: 5rem 0px 50px;
  }
}

 
@media screen and (min-width: 786px) and (max-width: 1600px) {
  .content {
    padding: 0px 1.2rem;
  }
}

@media screen and (min-width: 786px) and (max-width: 1400px) {
  .content {
    max-width: 1200px;
  }
}

@media screen and (min-width: 786px) and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
 
@media screen and (max-width: 786px) {

  .content {

    padding: 0 1.2rem;

  }

}


 
@media screen and (min-width: 786px)  and (max-width: 1600px) {

  

}

@media screen and (min-width: 786px)  and (max-width: 1400px) {

  .content {

    padding: 0 1.2rem;

  }

}

@media screen and (min-width: 786px)  and (max-width: 1200px) {

  .content {

    max-width: 1000px;

  }

}

@media screen and (min-width: 786px)  and (max-width: 1000px) {

  .content {

    max-width: 786px;

  }

}