html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--title:#262628;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.cooperation_banner {
 position: relative;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.bg_pc, .bg_moble {
 width: 100%;
 height: auto;
 }
.bg_pc {
 display: block;
 }
@media screen and (max-width: 576px){
.bg_pc {
 display: none;
 }}
.bg_pc img, .bg_moble img, .bg_pc video, .bg_moble video {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 }
.bg_moble {
 display: none;
 }
@media screen and (max-width: 576px){
.bg_moble {
 display: block;
 }}
.wrap {
 flex-wrap: wrap;
 }
.cooperation_banner .wrap {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 }
.content {
 max-width: 115.2rem;
 margin: 0px auto;
 position: relative;
 }
.cooperation_banner .content {
 height: 100%;
 display: flex;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 2rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1rem;
 }}
.center {
 text-align: center;
 }
.cooperation_banner .head {
 flex: 1 1 0%;
 color: rgb(255, 255, 255);
 padding-top: 12.9rem;
 }
@media screen and (max-width: 768px){
.cooperation_banner .head {
 padding-top: 4rem;
 }}
@media screen and (max-width: 576px){
.cooperation_banner .head {
 padding-top: 24px;
 }}
.cooperation_banner h1 {
 font-size: 4.5rem;
 font-weight: 700;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }

[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }

@media screen and (max-width: 768px){
div.head h1 {
 font-size: 25px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 }}
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
/*
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;
}

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

html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--title:#262628;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.cooperation_company {
 overflow: hidden;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.cooperation_company .main {
 position: relative;
 max-width: 192rem;
 margin: 0px auto;
 }
.bg_pc, .bg_moble {
 width: 100%;
 height: auto;
 }
.bg_pc {
 display: block;
 }
@media screen and (max-width: 576px){
.bg_pc {
 display: none;
 }}
.bg_pc img, .bg_moble img, .bg_pc video, .bg_moble video {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 }
.bg_moble {
 display: none;
 }
@media screen and (max-width: 576px){
.bg_moble {
 display: block;
 }}
.cooperation_company .float {
 position: static;
 }
ul {
 list-style: none;
 }
.cooperation_company .float ul {
 position: static;
 }
.cooperation_company .float li {
 position: absolute;
 z-index: 3;
 left: 0px;
 top: 0px;
 background: url("https://totoeye.com//wp-content/plugins/sytech-fronteditor/sytpl/cooperation_2/assets/img/icon-locate.png") center center / contain no-repeat;
 width: 3.07317%;
 }
.cooperation_company .float li::after {
 display: block;
 padding-bottom: 79.661%;
 content: "";
 }
.cooperation_company .float li:nth-child(1) {
 top: 2.71967%;
 left: 52.8125%;
 }
@media screen and (max-width: 576px){
.cooperation_company .float li {
 width: 29.5px;
 }}
@media screen and (max-width: 576px){
.cooperation_company .float li:nth-child(1) {
 top: 21.4876%;
 left: 81.2%;
 }}
.cooperation_company .float li .info {
 position: absolute;
 min-width: 37.5rem;
 border-radius: 2.2rem;
 background-color: rgba(246, 247, 249, 0.8);
 text-align: center;
 padding: 1.2rem 1rem 1.3rem;
 top: 38%;
 left: calc(100% + 18px);
 box-shadow: rgba(100, 103, 109, 0.5) 0px 5px 8px;
 transform: translateY(-50%);
 }
.cooperation_company .float .bottom .info {
 transform: translateY(0px) translateX(-10%);
 left: 0px;
 top: calc(100% + 0.9rem);
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.cooperation_company .float .bottom .info {
 left: unset;
 right: calc(100% + 19px);
 top: 0px;
 transform: translate(0px);
 }}
@media screen and (max-width: 768px){
.cooperation_company .float li .info {
 padding: 5px 10px;
 border-radius: 11px;
 min-width: 188px;
 left: calc(100% + 9px);
 }}
@media screen and (max-width: 768px){
.cooperation_company .float .bottom .info {
 left: unset;
 right: calc(100% + 9px);
 top: 0px;
 transform: translate(0px);
 }}
@media screen and (max-width: 576px){
.cooperation_company .float li .info {
 left: unset;
 right: calc(100% + 9px);
 padding: 1px 4px 7px;
 }}
@media screen and (max-width: 576px){
.cooperation_company .float .bottom .info {
 top: 40%;
 transform: translateY(-50%);
 }}
.cooperation_company .float li .info strong {
 font-size: 2.5rem;
 font-weight: 700;
 }
@media screen and (max-width: 768px){
.cooperation_company .float li .info strong {
 font-size: 13px;
 }}
@media screen and (max-width: 576px){
.cooperation_company .float li .info strong {
 font-size: 12.5px;
 }}
.cooperation_company .float li .info p {
 font-size: 1.5rem;
 line-height: 1.8rem;
 margin-top: 0.5rem;
 font-weight: 300;
 letter-spacing: 0.11px;
 }
@media screen and (max-width: 768px){
.cooperation_company .float li .info p {
 font-size: 8px;
 line-height: 10px;
 margin-top: 0px;
 }}
@media screen and (max-width: 576px){
.cooperation_company .float li .info p {
 line-height: 9px;
 margin-top: 1px;
 }}
.cooperation_company .float li:nth-child(2) {
 top: 43.7238%;
 left: 51.0938%;
 }
@media screen and (max-width: 576px){
.cooperation_company .float li:nth-child(2) {
 top: 49.8623%;
 left: 78.2667%;
 }}
.cooperation_company .float li:nth-child(3) {
 top: 81.1715%;
 left: 44.8438%;
 }
@media screen and (max-width: 576px){
.cooperation_company .float li:nth-child(3) {
 top: 78.9256%;
 left: 59.4667%;
 }}
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}