 
:root {
--title_color:#161616;
--theme_color:#119c60;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.nums_banner {
 color: rgb(255, 255, 255);
 padding-top: 124px;
 background: center center / cover no-repeat;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.content {
 max-width: 1220px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 786px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.flex {
 display: flex;
 }
.flex_middle {
 align-items: center;
 }
.nums_banner .flex {
 min-height: 508px;
 padding: 5rem 0px;
 }
.rd_banner .flex {
 min-height: 548px;
 }
.nums_banner .head {
 max-width: 1000px;
 padding-top: 10px;
 }
.rd_banner .head {
 max-width: 677px;
 padding: 0px 0px 10px;
 }
.nums_banner .head h1 {
 font-size: 4rem;
 line-height: 75px;
 font-weight: 700;
 }
.fadeInLeft {
 animation-name: fadeInLeft;
 }
a {
 color: var(--title_color);
 text-decoration: none;
 font-size: 1rem;
 }
.btn {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 text-align: center;
 gap: 8px;
 cursor: pointer;
 transition: all 0.3s ease 0s;
 vertical-align: top;
 color: rgb(255, 255, 255);
 font-size: 18px;
 font-weight: 500;
 line-height: 2;
 border-radius: 4px;
 background-color: var(--theme_color);
 padding: 10px 31px;
 min-width: 186px;
 }
.btn::after {
 content: "";
 display: block;
 width: 14px;
 height: 12px;
 background: url("https://villotech.com//wp-content/plugins/sytech-fronteditor/sytpl/RAD_0/assets/img/arrow-line-r-w.svg") center center / contain no-repeat;
 transition: all 0.3s ease 0s;
 }
.btn:hover {
 background-color: var(--title_color);
 }
.btn:hover::after {
 transform: translateX(5px);
 }
.nums_banner .head .btn {
 margin-top: 2rem;
 }
.rd_banner .head .btn {
 margin-top: 24px;
 }
.nums_banner .nums {
 position: relative;
 z-index: 2;
 }
.nums_banner .nums::before {
 content: "";
 display: block;
 position: absolute;
 z-index: -1;
 inset: 0px;
 background-image: linear-gradient(to top, rgb(0, 0, 0), transparent);
 opacity: 0.72;
 }
.nums_banner .nums .syeditorlist {
 display: flex;
 flex-wrap: wrap;
 }
.nums_banner .nums .item {
 flex: 1 1 0%;
 max-width: 402px;
 padding: 20px 3.7705% 3rem;
 border-left: 1px solid rgba(255, 255, 255, 0.05);
 }
.rd_banner .nums .item {
 padding-bottom: 62px;
 }
i {
 font-style: normal;
 }
.nums_banner .nums .item i {
 display: block;
 width: 4rem;
 height: 52px;
 background: left center / contain no-repeat;
 margin-bottom: 22px;
 }
.rd_banner .nums .item i {
 display: inline-block;
 margin: 0px 5px 0px 0px;
 }
.nums_banner .nums .item span {
 line-height: 1;
 font-size: 42px;
 font-weight: 600;
 }
.nums_banner .nums .item p {
 font-size: 20px;
 line-height: 28px;
 opacity: 0.75;
 font-weight: 300;
 margin-top: 10px;
 }
.rd_banner .nums .item p {
 margin-top: 12px;
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title_color);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
 
@media screen and (max-width: 786px){

.nums_banner {
 padding-top: 94px;
 position: relative;
 z-index: 2;
 }
.nums_banner::after {
 content: "";
 display: block;
 position: absolute;
 z-index: -1;
 inset: 0px;
 background-color: rgba(0, 0, 0, 0.3);
 }
.content {
 padding: 0px 1.2rem;
 }
.nums_banner .flex {
 min-height: unset;
 padding: 3rem 0px;
 }
.nums_banner .head {
 padding: 0px;
 text-align: center;
 }
.head h1 {
 font-size: 25px;
 line-height: 1.5;
 }
.nums_banner .head h1 {
 font-size: 25px;
 line-height: 1.5;
 }
.btn {
 font-size: 14px;
 padding: 7px 22px;
 min-width: 120px;
 }
.nums_banner .head .btn {
 margin-top: 20px;
 }
.nums_banner .nums .item {
 padding: 10px 5px 3rem;
 text-align: center;
 }
.nums_banner .nums .item:first-child {
 border-left: none;
 }
.nums_banner .nums .item i {
 width: 2rem;
 height: 2rem;
 margin: 0px auto 10px;
 }
.rd_banner .nums .item i {
 display: block;
 }
.nums_banner .nums .item span {
 font-size: 18px;
 }
.nums_banner .nums .item p {
 font-size: 12px;
 line-height: 1.5;
 margin-top: 8px;
 }
}
 
:root {
--title_color:#161616;
}
.rd_network {
 padding: 102px 0px 68px;
 text-align: center;
 }
@media screen and (min-width: 786px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.head h2 {
 font-size: 3rem;
 line-height: 62px;
 font-weight: 700;
 }
.fadeInUp {
 animation-name: fadeInUp;
 }
.head p {
 color: rgb(61, 61, 61);
 font-size: 20px;
 line-height: 2rem;
 max-width: 923px;
 margin: 40px auto 0px;
 }
.rd_network .head p {
 max-width: 680px;
 margin-top: 22px;
 }
.swiper_box {
 position: relative;
 }
.rd_network .swiper_box {
 margin: 2rem 0px 30px;
 }
.swiper_btns {
 display: flex;
 gap: 45px;
 }
.swiper_btns.middle {
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 width: 98%;
 max-width: 1496px;
 z-index: 2;
 }
.swiper_btns div {
 width: 44px;
 height: 35px;
 background: url("https://villotech.com//wp-content/plugins/sytech-fronteditor/sytpl/RAD_1/assets/img/arrow-line-b.svg") center center / contain no-repeat;
 cursor: pointer;
 transition: all 0.3s ease 0s;
 }
.swiper_btns.middle div {
 position: absolute;
 left: 0px;
 top: 50%;
 transform: translateY(-50%);
 }
.swiper_btns .btn_next {
 transform: rotate(180deg);
 }
.swiper_btns.middle .btn_next {
 left: unset;
 right: 0px;
 transform: translateY(-50%) rotate(180deg);
 }
.swiper_content {
 max-width: 1240px;
 margin: 0px auto;
 position: relative;
 padding: 10px;
 overflow: hidden;
 }
@media screen and (min-width: 786px) and (max-width: 1440px){
.swiper_content {
 padding: 10px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.swiper_content {
 max-width: 1020px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.swiper_content {
 max-width: 806px;
 }}
.rd_network .rd_network_swiper {
 max-width: 964px;
 margin: 0px auto;
 }
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);
 }
li.swiper-slide {
 height: auto;
 }
.rd_network .rd_network_swiper .swiper-slide {
 overflow: hidden;
 border-radius: 1rem;
 position: relative;
 padding-bottom: 56.2241%;
 transition: all 0.3s ease 0s;
 transform: scale(0.736515);
 opacity: 0;
 }
.rd_network .rd_network_swiper .swiper-slide-active, .rd_network .rd_network_swiper .swiper-slide-prev, .rd_network .rd_network_swiper .swiper-slide-next {
 opacity: 1;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform, -webkit-transform;
 }
.rd_network .rd_network_swiper .swiper-slide:hover img {
 transform: scale(1.02);
 }
.rd_network .rd_network_swiper .swiper-slide img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 transition: all 0.5s ease 0s;
 position: absolute;
 left: 0px;
 top: 0px;
 }
.rd_network .rd_network_swiper .swiper-slide-active {
 z-index: 2;
 transform: scale(1);
 box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
 }
.rd_network .nav {
 max-width: 914px;
 margin: 0px auto;
 position: relative;
 z-index: 2;
 }
.rd_network .nav::before {
 content: "";
 display: block;
 width: 100%;
 height: 1px;
 position: absolute;
 z-index: -1;
 left: 0px;
 bottom: 1px;
 background-color: rgb(212, 212, 212);
 }
.rd_network .nav ul {
 display: flex;
 gap: 1rem;
 justify-content: space-between;
 }
.rd_network .nav ul li {
 cursor: pointer;
 transition: all 0.3s ease 0s;
 color: rgb(117, 117, 117);
 font-size: 20px;
 padding-bottom: 14px;
 border-bottom: 3px solid transparent;
 }
.rd_network .nav ul li.active, .rd_network .nav ul li:hover {
 color: var(--title_color);
 border-color: var(--title_color);
 }
.rd_network .nav ul li.active {
 font-weight: 600;
 }
.rd_network .rd_network_text_swiper {
 max-width: 1012px;
 margin: 2rem auto 0px;
 overflow: hidden;
 }
.rd_network .rd_network_text_swiper .swiper-slide {
 color: rgb(61, 61, 61);
 font-size: 19px;
 font-weight: 300;
 line-height: 2rem;
 }
 
@media screen and (max-width: 786px){

.rd_network {
 padding: 4rem 0px 3rem;
 }
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }
.head p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-top: 10px;
 }
.rd_network .head p {
 margin-top: 10px;
 }
.rd_network .swiper_box {
 margin: 20px 0px;
 }
.rd_network .swiper_btns {
 display: none;
 }
.swiper_content {
 padding: 10px 1.2rem;
 }
.rd_network .nav ul {
 overflow: auto;
 scroll-snap-type: x;
 }
.rd_network .nav ul li {
 scroll-snap-align: start;
 font-size: 14px;
 line-height: 1.5;
 white-space: nowrap;
 padding-bottom: 12px;
 }
.rd_network .rd_network_text_swiper {
 margin-top: 20px;
 }
.rd_network .rd_network_text_swiper .swiper-slide {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }
}
 
/*
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
*/
:root {
	--main:#FF9A00;
	--dark:#353535;
	--light:#f8f8f8;
	--text:#999999;
	--excerpt:#8e8e8e;
}
* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.content {
	max-width: 1220px;
	margin: 0 auto;
	position: relative;
}
.largecontent {
	max-width: 100%;
	padding: 0 4rem;
}
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;
}
.vertical {
	display: flex;
	flex-direction:column;
	justify-content: center;
}
:root {
  --theme_color: #119c60;
  --title_color: #161616;
}
ul {
  list-style: none;
}
a {
  color: var(--title_color);
  text-decoration: none;
  font-size: 1rem;
}
i {
  font-style: normal;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  padding: 10px;
  overflow: hidden;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
  color: var(--title_color);
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title_color);
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  color: var(--title_color);
  font-family: 'Geologica', sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
.only_mobile {
  display: none;
}
.content .content {
  padding: 0;
}
.gap {
  gap: 1.25rem;
}
li.swiper-slide {
  height: auto;
}
.grecaptcha-badge {
  visibility: hidden;
}
.head h2 {
  font-size: 3rem;
  line-height: 62px;
  font-weight: 700;
}
.head p {
  color: #3d3d3d;
  font-size: 20px;
  line-height: 2rem;
  max-width: 923px;
  margin: 40px auto 0;
}
.rd_service {
  padding: 68px 0 62px;
}
.rd_service .head p {
  max-width: 842px;
  margin-top: 22px;
}
.rd_service .swiper_content {
  padding-bottom: 20px;
}
.rd_service .rd_service_swiper {
  margin-top: 34px;
}
.rd_service .rd_service_swiper .swiper-slide {
  max-width: 392px;
}
.rd_service .rd_service_swiper .swiper-slide a {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}
.rd_service .rd_service_swiper .swiper-slide a:hover {
  box-shadow: 8px 10px 15px rgba(155, 155, 155, 0.2);
}
.rd_service .rd_service_swiper .swiper-slide a:hover img {
  transform: scale(1.05);
}
.rd_service .rd_service_swiper .swiper-slide a:hover .info .btn_line {
  border-color: var(--theme_color);
}
.rd_service .rd_service_swiper .swiper-slide .img {
  overflow: hidden;
  padding-bottom: 69.23078%;
  position: relative;
}
.rd_service .rd_service_swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: top;
  transition: all 0.5s;
}
.rd_service .rd_service_swiper .swiper-slide .info {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 30px 8.20513% 2rem;
}
.rd_service .rd_service_swiper .swiper-slide .info h3 {
  font-size: 22px;
  font-weight: 600;
}
.rd_service .rd_service_swiper .swiper-slide .info p {
  margin-top: 1rem;
  flex: 1;
  color: #5e5e5e;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
}
.rd_service .rd_service_swiper .swiper-slide .info .btn_line {
  margin-top: 1rem;
  border-color: transparent;
}
 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1440px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1220px) {
  .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;
  }
  .rd_service {
    padding: 3rem 0;
  }
  .rd_service .head p {
    margin-top: 10px;
  }
  .rd_service .rd_service_swiper {
    margin-top: 22px;
  }
  .rd_service .rd_service_swiper .swiper-slide {
    max-width: 260px;
  }
  .rd_service .rd_service_swiper .swiper-slide .info {
    padding: 1rem 14px;
  }
  .rd_service .rd_service_swiper .swiper-slide .info h3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .rd_service .rd_service_swiper .swiper-slide .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
}
.certification_box {
 padding: 62px 0px 4rem;
 text-align: center;
 }
@media screen and (min-width: 786px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.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: 1440px){
.swiper_content {
 padding: 10px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.swiper_content {
 max-width: 1020px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.swiper_content {
 max-width: 806px;
 }}
.certification_box .certification_logo_swiper {
 margin-top: 22px;
 }
.certification_box .certification_logo_swiper .swiper-slide {
 width: 203px;
 aspect-ratio: 20250 / 14759;
 transition: all 0.3s ease 0s;
 border-radius: 4px;
 }
.certification_box .certification_logo_swiper .swiper-slide:hover {
 box-shadow: rgba(161, 161, 161, 0.25) 0px 0px 15px;
 }
.certification_box .certification_logo_swiper .swiper-slide img {
 width: 100%;
 height: 100%;
 object-fit: contain;
 vertical-align: top;
 transition: all 0.3s ease 0s;
 filter: contrast(0) brightness(0.8);
 }
.certification_box .certification_logo_swiper .swiper-slide:hover img {
 filter: none;
 }
.swiper_btns div {
 width: 44px;
 height: 35px;
 background: url("https://villotech.com/wp-content/plugins/sytech-fronteditor/sytpl/about_5/assets/img/arrow-line-b.svg") center center / contain no-repeat;
 cursor: pointer;
 transition: all 0.3s ease 0s;
 }
.certification_box .certification_swiper {
 max-width: 330px;
 margin: 12px auto 0px;
 }
.certification_box .certification_swiper .swiper-slide {
 border: 4px solid rgb(35, 35, 35);
 opacity: 0.6;
 transform: scale(0.612121);
 transition: all 0.3s ease 0s;
 overflow: hidden;
 position: relative;
 padding-bottom: 133.939%;
 transform-origin: right center;
 }
.certification_box .certification_swiper .swiper-slide img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 vertical-align: top;
 transition: all 0.5s ease 0s;
 position: absolute;
 left: 0px;
 top: 0px;
 }
.certification_box .certification_swiper .swiper-slide:hover img {
 transform: scale(1.03);
 }
.certification_box .certification_swiper .swiper-slide-prev {
 transform-origin: center center;
 }
.certification_box .certification_swiper .swiper-slide-active {
 transform: scale(1);
 opacity: 1;
 }
.certification_box .certification_swiper .swiper-slide-next {
 transform-origin: center center;
 }
.certification_box .certification_swiper .swiper-slide-next ~ .swiper-slide {
 transform-origin: left center;
 }
.certification_box .certification_intro_swiper {
 max-width: 466px;
 margin: 42px auto 0px;
 overflow: hidden;
 }
.certification_box .certification_intro_swiper h3 {
 font-size: 26px;
 font-weight: 600;
 }
.certification_box .certification_intro_swiper p {
 margin-top: 1rem;
 font-size: 20px;
 font-weight: 300;
 line-height: 2rem;
 }
 
@media screen and (max-width: 786px){

.certification_box {
 padding: 3rem 0px;
 }
.certification_box .swiper_btns {
 display: none;
 }
.certification_box .certification_swiper {
 max-width: 260px;
 }
.certification_box .certification_intro_swiper {
 margin-top: 20px;
 }
.certification_box .certification_intro_swiper .swiper-slide h3 {
 font-size: 18px;
 line-height: 1.5;
 }
.certification_box .certification_intro_swiper .swiper-slide p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-top: 10px;
 }
}
.rd_facilities {
 padding: 4rem 0px 75px;
 }
@media screen and (min-width: 786px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.center {
 text-align: center;
 }
.rd_facilities .swiper_box {
 margin-top: 74px;
 }
.swiper_btns div {
 width: 44px;
 height: 35px;
 background: url("https://villotech.com//wp-content/plugins/sytech-fronteditor/sytpl/RAD_4/assets/img/arrow-line-b.svg") center center / contain no-repeat;
 cursor: pointer;
 transition: all 0.3s ease 0s;
 }
.swiper_btns .swiper-button-disabled {
 opacity: 0.5;
 pointer-events: none;
 }
@media screen and (min-width: 786px) and (max-width: 1440px){
.swiper_content {
 padding: 10px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.swiper_content {
 max-width: 1020px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.swiper_content {
 max-width: 806px;
 }}
.rd_facilities .rd_facilities_swiper .item {
 height: 100%;
 display: block;
 border-radius: 8px;
 overflow: hidden;
 background-color: rgb(33, 37, 38);
 }
.rd_facilities .rd_facilities_swiper .item .img {
 padding-bottom: 100%;
 position: relative;
 }
.rd_facilities .rd_facilities_swiper .item:hover img {
 transform: scale(1.03);
 }
.rd_facilities .rd_facilities_swiper .item .img img {
 width: 100%;
 height: 100%;
 object-fit: contain;
 display: block;
 position: absolute;
 left: 0px;
 top: 0px;
 transition: all 0.5s ease 0s;
 }
.rd_facilities .rd_facilities_swiper .item h3 {
 font-size: 18px;
 line-height: 24px;
 font-weight: 200;
 color: rgb(255, 255, 255);
 padding: 0px 26px 34px;
 position: relative;
 z-index: 2;
 }
.rd_facilities .rd_facilities_swiper .item h3::before {
 content: "";
 display: block;
 width: 100%;
 height: 2rem;
 background-image: linear-gradient(to top, rgb(33, 37, 38), transparent);
 position: absolute;
 left: 0px;
 bottom: calc(100% - 1rem);
 z-index: -1;
 }
 
@media screen and (max-width: 786px){

.rd_facilities {
 padding: 3rem 0px 38px;
 }
.rd_facilities .swiper_box {
 margin-top: 22px;
 }
.rd_facilities .swiper_btns {
 display: none;
 }
.rd_facilities .rd_facilities_swiper .swiper-slide {
 max-width: 250px;
 }
.rd_facilities .rd_facilities_swiper .swiper-slide .item h3 {
 padding: 10px 20px 2rem;
 font-size: 1rem;
 line-height: 1.5;
 }
}
 
/*
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 { 
	margin: 0 auto;
	position: relative;
}


.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 (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;
  }
}
@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;
  }
}
