 
:root {
--title_color:#000;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.video_bg {
 position: fixed;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100vh;
 z-index: -1;
    background-color: #0077c9;
    transform: rotate(180deg);
 }
@media screen and (max-width: 768px){
.video_bg {
 width: 100%;
 max-width: 100vw;
 }}
.video_bg video, .video_bg img {
 width: 100%;
 height: 100%;
 display: block;
 object-fit: cover;
 }
@media screen and (max-width: 768px){
.video_bg video {
 object-fit: cover;
 }}
.content {
 max-width: 1256px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 768px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
.flex {
 display: flex;
 }
.flex_middle {
 align-items: center;
 }
.home_banner .flex {
 max-width: 1287px;
 margin: 0px auto;
 min-height: 100vh;
 }
.home_banner .head {
 padding: 3rem 0px 5.5%;
 }
.home_banner .head h1 {
 font-size: 40px;
 line-height: 1.1em;
 font-weight: 700;
 color: rgb(255, 255, 255);
 max-width: 450px;
 }
.fadeInLeft {
 animation-name: fadeInLeft;
 }
@media screen and (max-width: 768px){
.head h1 {
 font-size: 25px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.home_banner .head h1 {
 font-size: 1.6rem;
 }}
.home_banner .head .desc {
 font-size: 1.4em;
 max-width: 500px;
 color: rgb(255, 255, 255);
 font-weight: 600;
 margin-top: 10px;
 line-height: 33px;
 }
@media screen and (max-width: 768px){
.head .desc {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }}
@media screen and (max-width: 768px){
.home_banner .head .desc {
 font-size: 1.04375rem;
 line-height: 1.2em;
 }}
p {
 display: block;
 margin-block: 1em;
 margin-inline: 0px;
 unicode-bidi: isolate;
 }
.home_banner .head .desc p {
 margin: 0px;
 }
.home_banner .btns {
 display: flex;
 flex-wrap: wrap;
 gap: 1.2rem 34px;
 margin-top: 29px;
 }
a {
 color: inherit;
 text-decoration: none;
 font-size: 1rem;
 }
.custom_btn {
 padding: 20px 80px 20px 15px;
 font-size: 1em;
 line-height: 1.3em;
 border-radius: 5px;
 display: inline-block;
 margin: 1em 2em 1em 0em;
 font-weight: normal;
 text-align: left;
 text-decoration: none;
 vertical-align: middle;
 cursor: pointer;
 border: none;
 transition: all 0.3s ease-in-out 0s;
 background-repeat: no-repeat;
 background-position: right -1px center;
 background-size: auto 105%;
 background-image: url("https://www.air-icu.com//wp-content/plugins/sytech-fronteditor/sytpl/home_0/assets/img/btn-primary.png");
 background-color: rgb(255, 255, 255);
 }
.custom_btn.btn-primary {
 color: rgb(0, 127, 213);
 background-color: rgb(255, 255, 255);
 }
.custom_btn:hover {
 color: rgb(255, 255, 255);
 background-color: rgb(75, 180, 251);
 }
.arrow_down {
 position: absolute;
 bottom: 50px;
 left: 50%;
 transform: translateY(-50%);
 width: 25px;
 height: 25px;
 display: block;
 margin: 0px auto;
 background: url("https://www.air-icu.com//wp-content/plugins/sytech-fronteditor/sytpl/home_0/assets/img/anim-arrow-down.gif") center center / contain no-repeat;
 }
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;
 } .home_banner input {
  display: none;
  pointer-events: all;
 }
.toplevel_page_sytech_fronteditor .home_banner input {
  display: block;
 }
 
@media screen and (max-width: 786px){


}
.text_title {
 padding-top: 88px;
 padding-bottom: 30px;
 background-color: rgb(255, 255, 255);
 }
.text_title .content {
 max-width: 1256px;
 }
@media screen and (min-width: 768px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
.text_title .head {
 max-width: 596px;
 }
.text_title .head .subtitle {
 font-size: 1.2rem;
 font-weight: 500;
 color: rgb(75, 180, 251);
 margin-bottom: 8px;
 display: block;
 }
@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 }}
.text_title .head h2 {
 font-size: 1.6rem;
 font-weight: 700;
 color: rgb(0, 119, 200);
 margin-bottom: 1.67rem;
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
.text_title .head .desc {
 font-weight: 400;
 color: rgb(82, 82, 82);
 line-height: 1.6;
 }
@media screen and (max-width: 768px){
.head .desc {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }}
 
@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;
  }
}
 
@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;
  }
}
.home_technology .clearfix::before, .home_technology .clearfix::after {
 content: " ";
 display: table;
 }
.home_technology .clearfix::after {
 clear: both;
 }
.home_technology .clearfix {
 }
.home_technology .colour {
 padding-top: 4.5em;
 padding-bottom: 4.5em;
 background-color: rgb(255, 255, 255);
 position: relative;
 z-index: 10;
 }
.home_technology .blue {
 background-color: rgb(0, 119, 200);
 color: rgb(255, 255, 255) !important;
 }
.home_technology .restrict-width {
 margin-left: auto;
 margin-right: auto;
 max-width: 1320px;
 }
.home_technology .column {
 padding-left: 1.25em;
 padding-right: 1.25em;
 box-sizing: border-box;
 }
.home_technology .column {
 position: relative;
 z-index: 100;
 }
@media (min-width: 720px){
.home_technology .column {
 float: left;
 padding-left: 2rem;
 padding-right: 2rem;
 box-sizing: border-box;
 }}
@media (min-width: 720px){
.home_technology .column.half {
 width: 50%;
 }}
.home_technology .blue p, .home_technology .blue h3, .home_technology .blue a {
 color: rgb(255, 255, 255) !important;
 }
.home_technology .column p:nth-of-type(1) b {
 color: rgb(75, 180, 251);
 margin-bottom: -1.3em;
 display: block;
 font-size: 1.2em;
 font-weight: 400;
 }
.home_technology h3 {
 font-family: proxima-nova, sans-serif;
 font-weight: 700;
 font-style: normal;
 color: rgb(0, 119, 200);
 margin: 1em 0em 1.67rem;
 line-height: normal;
 font-size: 1.4em;
 }
.home_technology sup {
 line-height: 0;
 font-size: 75%;
 display: inline;
 position: relative;
 top: 0rem;
 }
.home_technology a {
 text-decoration: none;
 font-family: proxima-nova, sans-serif;
 font-weight: 600;
 font-style: normal;
 color: rgb(0, 75, 157);
 transition: all 0.3s ease-in-out 0s;
 }
.home_technology a:hover {
 color: rgb(0, 167, 225);
 }
.home_technology .btn {
 padding: 20px 80px 20px 15px;
 font-size: 1em;
 line-height: 1.3em;
 border-radius: 5px;
 display: inline-block;
 margin: 1em 2em 1em 0em;
 text-align: left;
 text-decoration: none;
 vertical-align: middle;
 cursor: pointer;
 border: none;
 transition: all 0.3s ease-in-out 0s;
 font-weight: 400;
 font-style: normal;
 background-repeat: no-repeat;
 background-position: right -1px center;
 background-size: auto 105%;
 background-image: url("https://www.aerogen.com/images/btn-primary.png");
 }
.home_technology .btn.btn-primary {
 color: rgb(0, 127, 213);
 background-color: rgb(255, 255, 255);
 }
.home_technology .btn.btn-primary:hover {
 color: rgb(255, 255, 255);
 background-color: rgb(75, 180, 251);
 }
.home_technology .blue a.btn {
 color: rgb(0, 0, 0) !important;
 }
@media (max-width: 450px){
.home_technology .btn {
 padding: 20px 55px 20px 10px;
 font-size: 1em;
 display: inline-block;
 margin: 1em 2em 1em 0em;
 background-position: right -8px center;
 }}
.center {
 text-align: center;
 }
.home_technology .center {
 text-align: center;
 }
.home_technology .embed-responsive {
 position: relative;
 display: block;
 height: 0px;
 padding: 0px;
 overflow: hidden;
 }
.home_technology .embed-responsive.embed-responsive-16by9 {
 padding-bottom: 56.25%;
 }
.home_technology .column > .embed-responsive {
 margin-top: 1em;
 margin-bottom: 1em;
 }
@media screen and (max-width: 719px){
.home_technology .column > .embed-responsive {
 margin-top: 2.5em;
 margin-bottom: 3em;
 }}
.home_technology .embed-responsive iframe {
 position: absolute;
 top: 0px;
 bottom: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 border: 0px;
 }
.clear {
 clear: both;
 }
.home_technology .clear {
 clear: both;
 }
 .home_technology input {
  display: none;
 }
.toplevel_page_sytech_fronteditor .home_technology input {
  display: block;
 }
 
@media screen and (max-width: 786px){


}
 
@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;
  }
}
.home_aerosol {
 }
.home_aerosol .clearfix::before, .home_aerosol .clearfix::after {
 content: " ";
 display: table;
 }
.home_aerosol .clearfix::after {
 clear: both;
 }
.home_aerosol .clearfix {
 }
.home_aerosol .colour {
 padding-top: 4.5em;
 padding-bottom: 4.5em;
 background-color: rgb(255, 255, 255);
 position: relative;
 z-index: 10;
 }
.home_aerosol .grey1 {
 background-color: rgb(243, 245, 248);
 }
.home_aerosol .restrict-width {
 margin-left: auto;
 margin-right: auto;
 max-width: 1320px;
 }
.home_aerosol .column {
 padding-left: 1.25em;
 padding-right: 1.25em;
 box-sizing: border-box;
 }
.home_aerosol .column {
 position: relative;
 z-index: 100;
 }
@media (min-width: 720px){
.home_aerosol .column {
 float: left;
 padding-left: 2rem;
 padding-right: 2rem;
 box-sizing: border-box;
 }}
@media (min-width: 720px){
.home_aerosol .column.half {
 width: 50%;
 }}
.home_aerosol .column p:nth-of-type(1) b {
 color: rgb(75, 180, 251);
 margin-bottom: -1.3em;
 display: block;
 font-size: 1.2em;
 font-weight: 400;
 }
.home_aerosol h3 {
 font-family: proxima-nova, sans-serif;
 font-weight: 600;
 font-size: 1.4em;
 color: rgb(0, 119, 200);
 margin: 1em 0em 1.67rem;
 line-height: normal;
 }
.home_aerosol sup {
 line-height: 0;
 font-size: 75%;
 display: inline;
 position: relative;
 top: 0rem;
 }
.home_aerosol a {
 text-decoration: none;
 font-family: proxima-nova, sans-serif;
 font-weight: 600;
 color: rgb(0, 75, 157);
 transition: all 0.3s ease-in-out 0s;
 }
.home_aerosol a:hover {
 color: rgb(0, 167, 225);
 }
.home_aerosol .btn {
 padding: 20px 80px 20px 15px;
 font-size: 1em;
 line-height: 1.3em;
 border-radius: 5px;
 display: inline-block;
 margin: 1em 2em 1em 0em;
 text-align: left;
 text-decoration: none;
 vertical-align: middle;
 cursor: pointer;
 border: none;
 transition: all 0.3s ease-in-out 0s;
 font-weight: 400;
 font-style: normal;
 background-repeat: no-repeat;
 background-position: right -1px center;
 background-size: auto 105%;
 background-image: url("https://www.aerogen.com/images/btn-primary.png");
 }
.home_aerosol .btn.btn-primary {
 color: rgb(0, 127, 213);
 background-color: rgb(255, 255, 255);
 }
.home_aerosol .btn.btn-primary:hover {
 color: rgb(255, 255, 255);
 background-color: rgb(75, 180, 251);
 }
@media (max-width: 450px){
.home_aerosol .btn {
 padding: 20px 55px 20px 10px;
 font-size: 1em;
 display: inline-block;
 margin: 1em 2em 1em 0em;
 background-position: right -8px center;
 }}
.home_aerosol .btn.btn-secondary {
 color: rgb(255, 255, 255);
 background-color: rgb(0, 119, 200);
 background-image: url("https://www.aerogen.com/images/btn-secondary.png");
 }
.home_aerosol .btn.btn-secondary:hover {
 color: rgb(0, 127, 213);
 background-color: rgb(255, 209, 0);
 }
.home_aerosol .center {
 text-align: center;
 }
.home_aerosol img {
 max-width: 100%;
 }
.home_aerosol .clear {
 clear: both;
 }
 
@media screen and (max-width: 786px){


}
 
@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;
  }
}
.company_touch {
 }
.company_touch .clearfix::before, .company_touch .clearfix::after {
 content: " ";
 display: table;
 }
.company_touch .clearfix::after {
 clear: both;
 }
.company_touch .clearfix {
 }
.company_touch .colour {
 padding-top: 4.5em;
 padding-bottom: 4.5em;
 background-color: rgb(255, 255, 255);
 position: relative;
 z-index: 10;
 }
.company_touch .restrict-width {
 margin-left: auto;
 margin-right: auto;
 max-width: 1320px;
 }
.company_touch .column {
 padding-left: 1.25em;
 padding-right: 1.25em;
 box-sizing: border-box;
 }
.company_touch .column {
 position: relative;
 z-index: 100;
 }
@media (min-width: 720px){
.company_touch .column {
 float: left;
 padding-left: 2rem;
 padding-right: 2rem;
 box-sizing: border-box;
 }}
@media (min-width: 720px){
.company_touch .column.full {
 width: 100%;
 }}
.company_touch figure {
 margin: 0px;
 }
.company_touch .column > figure {
 margin-top: 1em;
 margin-bottom: 1em;
 }
.company_touch .header-in-page {
 position: relative;
 }
.company_touch .header-in-page {
 overflow: hidden;
 }
.company_touch a {
 text-decoration: none;
 font-family: proxima-nova, sans-serif;
 font-weight: 600;
 font-style: normal;
 color: rgb(0, 75, 157);
 transition: all 0.3s ease-in-out 0s;
 }
.company_touch a:hover {
 color: rgb(0, 167, 225);
 }
.company_touch img {
 max-width: 100%;
 }
.company_touch .header-in-page img {
 display: block;
 }
@media (max-width: 1150px){
.company_touch .header-in-page img {
 margin-left: -25%;
 width: 150% !important;
 max-width: none !important;
 }}
@media (max-width: 719px){
.company_touch .header-in-page img {
 margin-left: -75%;
 width: 300% !important;
 max-width: none !important;
 }}
.company_touch .header-in-page-inner {
 position: absolute;
 inset: 0px;
 text-align: left;
 display: flex;
 -webkit-box-align: center;
 align-items: center;
 background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 32.82%, rgba(0, 0, 0, 0) 100%);
 pointer-events: none;
 }
.company_touch .header-in-page figcaption {
 padding: 1em 33% 1em 5%;
 }
.company_touch h3 {
 font-family: proxima-nova, sans-serif;
 font-weight: 700;
 font-style: normal;
 color: rgb(0, 119, 200);
 margin: 1em 0em 1.67rem;
 line-height: normal;
 }
.company_touch h3 {
 font-family: proxima-nova, sans-serif;
 font-weight: 600;
 }
.company_touch h3 {
 font-size: 1.4em;
 }
.company_touch .header-in-page h3, .company_touch .header-in-page p {
 color: rgb(255, 255, 255);
 margin: 0.5em 0em;
 pointer-events: visiblepainted;
 }
.company_touch .header-in-page h3 {
 font-size: 2.3em;
 }
@media (max-width: 999px){
.company_touch .header-in-page h3 {
 font-size: 1.4em;
 line-height: 1.2em;
 }}
.company_touch .btn {
 padding: 20px 80px 20px 15px;
 font-size: 1em;
 line-height: 1.3em;
 border-radius: 5px;
 display: inline-block;
 margin: 1em 2em 1em 0em;
 text-align: left;
 text-decoration: none;
 vertical-align: middle;
 cursor: pointer;
 border: none;
 transition: all 0.3s ease-in-out 0s;
 font-weight: 400;
 font-style: normal;
 background-repeat: no-repeat;
 background-position: right -1px center;
 background-size: auto 105%;
 background-image: url("https://www.air-icu.com//wp-content/plugins/sytech-fronteditor/sytpl/about-company_4/assets/img/btn-primary.png");
 }
.company_touch .btn.btn-primary {
 color: rgb(0, 127, 213);
 background-color: rgb(255, 255, 255);
 }
.company_touch .btn.btn-primary:hover {
 color: rgb(255, 255, 255);
 background-color: rgb(75, 180, 251);
 }
@media (max-width: 450px){
.company_touch .btn {
 padding: 20px 55px 20px 10px;
 font-size: 1em;
 display: inline-block;
 margin: 1em 2em 1em 0em;
 background-position: right -8px center;
 }}
.company_touch .clear {
 clear: both;
 }
 
@media screen and (max-width: 786px){


}