input:-internal-autofill-selected{
  background-color: rgba(0, 0, 0, 0);
}
.wrap{
  max-width: 1200px;
  margin: 0 auto;
}
.wrap>h2{
	font-size: 39px;
	font-weight: bold;
	letter-spacing: 0px;
  text-align: center;
}
.wrap>p{
  font-size: 24px;
  line-height: 200%;
	letter-spacing: 0px;
  text-align: center;
  margin: 50px 0 80px 0
}
#header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  font-size: 18px;
  background: url('../images/menu-bg.png') repeat-x;
}
#header>div{
  max-width: 100%;
  padding: 0 100px;
  display: flex;
  justify-content: space-between;
  height: 98px;
  line-height: 98px;
  color: #ffffff;
}
#header .logo img{
  margin-top: 19px;
}
header a{
  color: #ffffff;
}

/* banner */
#banner{
  background: url('../images/banner.jpg') center;
  height: 919px;
  padding-top: 100px;
  box-sizing: border-box;
  min-width: 1300px;
}
#banner>a{
  display: block;
  width: 100%;
  height: 100%;
}
#banner>.wrap{
  max-width: 1300px;
}
#banner .banner-text{
  width: 700px;
  display: none;
}
#banner h1{
  color: #05c3de;
  font-size: 100px;
  margin-bottom: 20px;
}
#banner h1>span{
  font-weight: 700;
}
#banner .ftit{
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 20px;

}
#banner .ftit span{
  color: #05c3de;
}
#banner .detail{
  color: #c1c0c0;
  font-size: 18px;
}

/* section */
#section-01{
  padding: 90px 0;
  background: #2c343f;
}
#section-01>.wrap{
  max-width: 1400px;
}
#section-01 .top{
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-grow: 0;
  width: 1000px;
  margin: 0 auto;
}
#section-01 .top>div{
  flex-grow: 1;
}
#section-01 .top>div img{
  width: 100%;
}
/* #section-01 .top>div{
  height: 350px;
} */
#section-01 .left{
  flex-shrink: 1;
  /* margin-right: 50px; */
  /* width: 600px; */
  /* background-color: #cccccc; */
	box-shadow: 0px 16px 70px 0px 
    rgba(0, 0, 0, 0.5);
    border-radius: 3px;
}
#section-01 .right{
  margin-left: 50px;
  width: 700px;
  /* background: #cccccc; */
  background-image: linear-gradient(45deg, 
		#f7f7f7 0%, 
		#dfdfdf 100%), 
	linear-gradient(
		#252f38, 
		#252f38);
	background-blend-mode: normal, 
		normal;
	box-shadow: 0px 16px 70px 0px 
		rgba(0, 0, 0, 0.5), 
		inset 0px 0px 0px 0px 
		#ffffff;
	border-radius: 3px;
}
#section-01 .right>img{
  width: 100%;
  height: 100%;
}
#section-01 .middle{
  color: #ffffff;
  font-size: 24px;
  margin: 100px 0 50px;
}

.form-us{
  /* display: flex;
  justify-content: space-between; */
}
.form-us .input{
  /* width: 254px; */
  /* height: 80px; */
  background-color: #0d1217;
  /* margin-right: 34px; */
	box-shadow: 0px 4px 40px 0px 
		rgba(0, 0, 0, 0.35), 
		inset 0px 10px 13px 0px 
    rgba(0, 0, 0, 0.27); 
  border-bottom:1px solid #05c3de;
  padding: 10px 27px;
}
.form-us .input:last-child{
  margin-right: 0;
}
.form-us .input p{
  /* padding-top: 10px; */
  color: #4d5e6c;
  font-size: 18px;
  margin-bottom: 10px;
}
.form-us .input input{
  /* line-height: 200%; */
  border: 0;
  background: none;
  color: #ffffff;
  font-size: 24px;
  width: 100%;
}
.form-us .input input:focus{
  border: none;
  outline: none;
}
.form-us .msg{
  color: red;
  margin-top: 5px;
}
.form-us-msg{
  margin-top: 50px;
}
.form-us-msg textarea{
  color: #ffffff;
  font-size: 16px;
  line-height: 120%;
  padding: 20px;
  width: 100%;
  height: 200px;
  background-color: #0d1217;
	box-shadow: 0px 4px 40px 0px 
		rgba(0, 0, 0, 0.35), 
		inset 0px 10px 13px 0px 
    rgba(0, 0, 0, 0.27); 
  border: 0;
  border-bottom:1px solid #05c3de;
  outline: none;
}
.form-us-submit{
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.form-us .button{
  width: 244px;
  height: 80px;
  line-height: 80px;
  font-size: 26px;
  cursor: pointer;
  background-color: #05c3de;
	box-shadow: 0px 4px 40px 0px 
		rgba(0, 0, 0, 0.35), 
		inset 0px 10px 13px 0px 
    rgba(0, 0, 0, 0.27);
    color: #ffffff;
    text-align: center;
}

#section-02{
  /* height: 1227px; */
  background: url('../images/Universally-Compatible/Universally-Compatible-bg.jpg') 100% 100%;
  color: #ffffff;
}
#section-02>.wrap{
  padding: 90px 0;
  position: relative;
  max-width: 1400px;
}
#section-02>.wrap>p{
  margin: 0;
  margin-top: 30px;
  margin-bottom: -8px;
}
#section-02 .middle{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#section-02 .middle .left{
  position: relative;
}
#section-02 .middle .sensor{
  position: absolute;
  bottom: 258px;
  left: -36px;
}
#section-02 .middle .sensor>div{
  display: flex;
  justify-content: space-between;
}
#section-02 .middle .sensor>div:first-child{
  margin-bottom: 25px;
}
#section-02 .middle .sensor>div img:first-child{
  margin-right: 73px;
}
#section-02 .middle .right{
  /* padding-top: 140px; */
}
#section-02 .middle p{
	font-size: 14px;
	line-height: 44px;
  color: #ffffff;
  text-align: center;
}
#section-02 .bottom{
  margin-top: -20px;
  /* position: absolute;
  bottom: 220px;
  height: 90px;
  left: 0;
  right: 0; */
}
#section-02 .bottom .lists{
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 50px;
}
#section-02 .bottom p{
	font-size: 10px;
	line-height: 57px;
	color: #d7d7d7;
}
#section-03{
  padding: 90px 0;
}
#section-03>div{
  /* max-width: 1296px; */
}
#section-03 h2{
  font-size: 39px;
  color: #2c2c2c;
  text-align: center;
}
#section-03 p{
  font-size: 24px;
  text-align: center;
  color: #404040;
  margin: 50px 0 80px 0;
}
#section-03 .imgs{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

#section-04{
  background-image: linear-gradient(
		#f6f6f6, 
		#f6f6f6), 
	linear-gradient(
		#2c343f, 
		#2c343f);
	background-blend-mode: normal, 
    normal;
    padding: 90px 0;
}
#section-04>div{
  /* max-width: 1400px; */
}
#section-04 h2{
	font-size: 39px;
	font-weight: bold;
	letter-spacing: 0px;
  color: #2c2c2c;
  text-align: center;
}
#section-04 p.text{
	font-size: 24px;
	letter-spacing: 0px;
  color: #404040;
  text-align: center;
  margin: 50px 0 80px 0
}
#section-04 .lists{
  text-align: center;
}
#section-04 .lists>div{
  margin-bottom: 20px;
}
#section-04 .lists h5{
  font-size: 19px;
  color: #2c2c2c;
  font-weight: bold;
  margin-top: 30px;
}
#section-04 .lists p{
  font-size: 19px;
  color: #5f5f5f;
  margin-top: 10px;
}

#section-05{
  position: relative;
}
#section-05>img{
  width: 100%;
}
#section-05>.wrap{
  /* max-width: 1363px; */
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 90px 0;
}
#section-05 h2{
  text-align: center;
	font-size: 39px;
	font-weight: bold;
  color: #ffffff;
  margin-bottom: 50px;
}
#section-05 p{
  text-align: center;
	font-size: 24px;
  color: #fefefe;
  line-height: 160%;
}

#section-06{
  padding: 90px 0;
}
#section-06 h2{
	color: #2c2c2c;
}
#section-06>.wrap{
  /* max-width: 1185px; */
}
#section-06>.wrap>p{
	color: #404040;
}
#section-06 .lists{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0 50px;
}
#section-06 .lists-01{
  margin-bottom: 60px;
}
#section-06 .item{
  width: 466px;
}
#section-06 .item img{
  margin-bottom: 39px;
}
#section-06 .item h5{
  font-size: 19px;
  color: #2c2c2c;
  font-weight: bold;
  margin-bottom: 10px;
}
#section-06 .item p{
  font-size: 19px;
	color: #5f5f5f;
}

#section-07{
  background-color: #171717;
  padding: 90px 0;
}
#section-07>.wrap{
  /* max-width: 1186px; */
  text-align: center;
}
#section-07>.wrap>h2{
  color: #ffffff;
}
#section-07>.wrap>p{
  color: #ffffff;  
}
#section-07 .lists{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  max-width: 663px;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 101px;
}
#section-07 .item>img{
  margin-bottom: 15px;
}

#section-08{
  padding: 90px 0;
  background: url('../images/Parameters/bg.jpg') repeat;
}
#section-08>.wrap>h2{
  color: #2c2c2c;
  margin-bottom: 80px;
}
#section-08 .lists{
  margin-bottom: 70px;
}

#section-08 .lists-02{
  display: flex;
  justify-content: space-between;
}
#section-08 .lists-02:last-child{
  margin-top: 60px;
}
#section-08 .lists-02 .item{
  width: 560px;
}
#section-08 .lists-02 h5{
  font-size: 24px;
  font-weight: bold;
  color: #05c3de;
  margin-bottom: 40px;
}
#section-08 .lists-02 .line{
  height: 2px;
  width: 100%;
  background-color: #05c3de;
  margin-bottom: 35px;
}
#section-08 .lists-02 li::before{
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background-color: #05c3de;
  margin-right: 10px;
  line-height: 20px;
}
#section-08 .lists-02 li{
  margin-bottom: 30px;
  line-height: 20px;
  font-size: 18px;
  color: #5e5e5e;
}

#section-09{
  background-color: #2c343f;
  padding: 90px 0;
}
#section-09>.wrap{
  max-width: 1400px;
}
#section-09>.wrap>p{
  color: #ffffff;
  font-size: 23px;
  margin: 0;
  margin-bottom: 84px;
}

#footer>.top{
  background-color: #13191f;
  padding: 50px 0;
}
#footer .top .wrap{
  max-width: 1480px;
  margin: 0 auto;
}
#footer .top .logo{
  /* width: 500px; */
  margin-bottom: 20px;

}
#footer .top .logo>img{
  margin-bottom: 62px;
}
#footer .top .logo .lists{
  display: flex;
  justify-content: space-between;
}
#footer .top .right{
  /* width: 880px; */
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#footer .top .right .lists{
  /* width: 220px; */
}
#footer .top .right .lists p{
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
  color: #05c3de;
  margin-bottom: 10px;
}
#footer .top .right a{
	font-size: 14px;
	line-height: 39px;
	letter-spacing: 0px;
  color: #c1c0c0;
  display: block;
}
#footer .bottom{
  padding: 39px 0;
  background-color: #05c3de;
  color: #ffffff;
  text-align: center;
}