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

.product_feature {
  padding-bottom: 55px;
}

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: 1400px) {
  .content {
    padding: 0px 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: 0px 1.2rem;
  }
}

ul {
  list-style: none;
}

.product_feature ul {
  padding-top: 60px;
}

.product_feature ul li {
  margin-bottom: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product_feature ul li .info {
  width: 51.066%;
}

.product_feature ul li .info h2 {
  color: var(--title_color);
  font-size: 44px;
  font-weight: 600;
  line-height: 69px;
}

.product_feature ul li .info p {
  color: rgb(117, 117, 117);
  font-size: 19px;
  line-height: 30px;
  margin-top: 20px;
}

.product_feature ul li .img {
  width: 46.23%;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
}

.product_feature ul li .img img {
  width: 100%;
  height: auto;
  max-height: 438px;
  object-fit: cover;
  display: block;
}

.product_feature ul li:nth-child(2n) {
  flex-wrap: wrap;
}

.product_feature ul li:nth-child(2n) .info {
  order: 2;
  width: 46.23%;
}

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%;
}

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

  .product_feature {
    padding: 0;
  }
  .product_feature  ul li {
    padding-top: 50px;
    flex-wrap: wrap;
    padding-top: 0;
    margin-bottom: 50px;
  }
  .product_feature  ul li .img {
    width: 100%;
    border-radius: 10px;
  }
  .product_feature  ul li .info {
    order: 2;
    width: 100%;
    padding-top: 20px;
  }
  .product_feature  ul li .info h2 {
    font-size: 18px;
    line-height: 1.5;
  }
  .product_feature  ul li .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0;
    padding-top: 0.5rem;
  }
  .product_feature  ul li:nth-child(even) .info {
    width: 100%;
  }

}

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);
}
 
/*
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: 1220px;
	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%;
  }
}