/********************dropmenu***********/
.Wrap_Dropmenu{
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 0 50px;
  background-color: #fff;
  position: absolute;
  top: 154px;
  left: 0;
	box-sizing:border-box;
  z-index: 3;
  display: none;

}

.dropMenu00{
  width: 120.53px;
  display:inline-block;
  float:left;
  border-right:1px solid #e5e5e5;
   height: 202px;
	box-sizing:border-box;
}

.dropMenu00:first-child{
  border-left:1px solid #e5e5e5;
}

.dropMenu00 >li{

}

.dropMenu00 >li >a{
  display: block;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  transform: skew(-0.03deg);

}

.Wrap_Dropmenu .dropMenu01{
  margin-left: 198px;
}

.dropMenu00 >li:hover >a{
  background-color: #70917c;
  color: #fff;
}


/********************************/
#MainBanner{
  width: 100%;
  margin: 0 auto;
}

.wrap_mainbanner{
  width: 1920px;
  position: relative;
  left:50%;
  margin-left:-960px;
}

.mainbanner_Bg{
  width: 100%;
}

.mainbanner_Bg img{
  width: 100%;
}

.MainText{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  transform: translate(-50%,-50%);
  margin-left: -400px;
}

.MainText >p{
  font-family: 'Titillium Web', sans-serif;
  font-size: 29px;
  color: #fff;
  text-align: center;
}

.MainTextImg{
  display: block;
  width: 500px;
  margin: 20px auto 0;
}

.MainTextImg img{
  width: 100%;
}


.Line{
  display: block;
  width: 85%;
  height: 2px;
  background-color: #fff;
  margin: 100px auto 0;
}

.WhatTExt{
  display: block;
  width: 85%;
  margin: 20px auto;
  text-align: left;
  transform: skew(-0.03deg);
  font-size: 20px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: bold;
  color: #fff;
}



.News{
  width: 85%;
  margin: 0 auto;
}

.News >li{
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin-left: 9%;
}

.News >li:first-child{
  margin-left: 0;
}

.News >li >p{
  line-height: 26px;
  font-size: 16px;
  transform: skew(-0.03deg);
  color: #fff;
}


.News >li >p:first-child{
  font-weight: bold;
}

.News >li >p:last-child{
  margin-top: 20px;
}


.UnderText{
  background-color: #70917c;
  margin-top: -3px;
}

.UnderText >p{
  line-height: 108px;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  color: #fff;
}


.Vertical{
  position: absolute;
  top: 50%;
  left: -7%;
  transform: translateY(-50%)rotate(-90deg);

}




.Vertical >p{
  font-size: 20px;
  transform: skew(-0.03deg);
  position: relative;
}


.Vertical >p::after{
  display: block;
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: #e5e5e5;
  top: 50%;
  right: -60%;
  transform: translateY(-50%);
}





#BusinessTab{
  width: 100%;
  margin: 100px auto;
}


.BusinessTab{
  width: 1180px;
  margin: 0 auto;
}

.LeftTabmenu{
  width: 22%;
  display: inline-block;
  vertical-align: top;
}

.LeftTabmenu >h3{
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
  transform: skew(-0.03deg);
}


.BusinTab01{
  width: 150px;
  margin-top: 50px;
}

.BusinTab01 >li{
  display: inline-block;
  vertical-align: middle;
  margin-left: 15%;
}

.BusinTab01 >li:first-child{
  margin-left: 0;
  position: relative;
}

.BusinTab01 >li:first-child::after{
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #70917c;
  transform: translateY(-50%)rotate(-67.5deg);
  position: absolute;
  top: 50%;
  right: -70%;
}

.BusinTab01 >li >a{
  font-size: 18px;
  font-weight: bold;
  transform: skew(-0.03deg);
  color: #c1c1c1;
  text-decoration: none;
}

.BusinTab01 >li.BusinOn >a{
  color: #222;
}


.BuTab02{
  width: 100%;
  margin: 80px auto 0;
}

.BuTab02 >li{
  border-bottom: 1px solid #e5e5e5;
}

.BuTab02 >li >a{
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  font-size: 18px;
  transform: skew(-0.03deg);
  font-weight: bold;
  line-height: 78px;
  text-decoration: none;
}
.BuTab02 >li >span{
  display: none;
  vertical-align: middle;
  width: 20px;
}

.BuTab02 >li >span img{
  width: 100%;
}

.BuTab02 >li:hover{
  border-bottom: 1px solid #70917c;
}

.BuTab02 >li:hover >span{
  display: inline-block;
}

.BuTab02 >li:hover >a{
  color: #70917c;
}





.TabContent{
  display: inline-block;
  vertical-align: top;
  width: 74%;
  margin-left: 3%;
}


.TabImg00{
  width: 67%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.TabImg00 img{
  width: 100%;
}

.TabContent00{
  position: relative;
}


.TabContentTextcommon{
  width: 30%;
  display: inline-block;
  vertical-align: middle;

}


.TabContentTextcommon >p:first-child{
  font-size: 24px;
  margin-top: 10px;
}

.TabContentTextcommon >p:last-child{
  font-size: 16px;
  transform: skew(-0.03deg);
  line-height: 26px;
  margin-top: 20px;
}


.TabContent02{
  display: none;
}






#section01{
  width: 100%;
  margin: 0 auto;
}


.wrap_section01{
  width: 1920px;
  background-color: #f7f7f7;
  padding: 70px;
  box-sizing: border-box;
  position: relative;
  left:50%;
  margin-left:-960px;
}


.worldMap{
  width: 90%;
  margin: 0 auto;
}

.worldMap img{
  width: 100%;
}


.conTentworld{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1180px;
  transform: translate(-50%,-50%);
  z-index: 2;
}

.TextWorld{
  width: 100%;
  margin: 0 auto;
}


.TextWorld >li{
  text-align: center;
}

.TitleWorld01{
  font-size: 36px;
  font-weight: bold;
}

.TitleWorld02{
  font-size: 30px;
}

.TitleWorld03{
  font-size: 18px;
  line-height: 26px;
}

.TextWorld >li:nth-child(2){
  margin-top: 20px;
}

.TextWorld >li:nth-child(3){
  margin-top: 80px;
}


.TextWorld >li:nth-child(4){
  margin-top: 20px;
}


.Merittext{
  margin: 50px auto 0;
  width: 100px;
  line-height: 100px;
  background-color: #70917c;
}

.Merittext >p{
  font-size: 20px;
  text-align: center;
  color: #fff;
  transform: skew(-0.03deg);
}

.meritList{
  width: 100%;
  margin: 50px auto 0;
  padding: 50px 0 0;
  border-top: 1px solid #e5e5e5;
}

.meritList >li{
  display: inline-block;
  vertical-align: top;
  width: 23.3%;
  margin-left: 1%;
  text-align: center;

}

.meritList >li:first-child{
  margin-left: 0;
}

.meritList >li >p:nth-child(1){
  font-size: 18px;
  transform: skew(-0.03deg);
  position: relative;
}

.meritList >li >span{
  display: block;
  width: 50px;
  margin: 20px auto;
}

.meritList >li >span >img{
  width: 100%;
}

.meritList >li >p:nth-child(3){
  font-size: 16px;
  color: #777;
  transform: skew(-0.03deg);
  line-height: 26px;
}


.meritList >li >p:nth-child(1)::after{
  display: block;
  content: "";
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translatex(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #70917c;

}



#section02{
  width: 100%;
  margin: 0 auto;
}

.wrap_section02{
  width: 1180px;
  margin: 0 auto;
}

.wrap_section02 >h3{
  text-align: center;
}

.wrap_section02 >h3 >p:first-child{
  font-size: 36px;
  font-weight: bolder;
}

.wrap_section02 >h3 >p:last-child{
  font-size: 30px;
  margin-top: 25px;
  font-weight: bold;
  margin-bottom: 50px;
}

.Productcommon_wrap{
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.mo_wrap{
  display: inline-block;
  vertical-align: top;
  width: 48%;
}

.Top_HitSingk{
  display: none;
}

.Top_uvc{
  display: none;
}

.Top_light{
  display: none;
}
.Product00{
  position: relative;
  width: 100%;
  height: 593px;
  margin: 0 auto 30px;

  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
.Product01{
  background-image: url('../img/senser.jpg');
}
.Product02{

  background-image: url('../img/uv.jpg');
}
.Product03{

  background-image: url('../img/hitsingk.jpg');
}
.Product04{

  background-image: url('../img/light.jpg');
  }

.Product00 >p{
  font-size: 24px;
  margin-left: 30px;
  padding-top: 30px;
  color: #fff;
}

.Product00:hover .circleMore{
  opacity: 1;
}

.Cricleabbox{
  position: relative;
  width: 50%;
}
.circleMore{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 142px;
  height: 142px;
  background-color: rgba(29,29,36,0.14);
  border-radius: 50%;
  opacity: 0;
  transition: All 0.4s;
  cursor: pointer;
}


.darkCircle{
  width: 116px;
  line-height: 116px;
  background-color: rgba(29,29,36,0.36);
  margin: 13px auto 0;
  border-radius: 50%;
  cursor: pointer;
}

.darkCircle >p{
  text-align: center;
  font-size: 18px;
  transform: skew(-0.03deg);
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}



.Textex{
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-left: 3%;
}


.Textex >p:nth-child(1){
  font-size: 30px;
  line-height: 45px;
  font-weight: bold;
}


.Textex >p:nth-child(2){
  font-size: 18px;
  line-height: 26px;
  color: #777777;
  transform: skew(-0.03deg);
  margin-top: 0px;
}


.Underproduct{
  width: 48%;
  margin: 0 auto 0;
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
}

.orderproduct{
  width: 100%;
  margin: 0 auto;
}

.orderproduct >li{
  display: inline-block;
  width: 48%;
  margin-left: 2%;
  position: relative;
  margin-top: 2%;
}

.orderproduct >li:nth-child(odd){
  margin-left: 0;
}

.orderproduct >li:nth-child(1),.orderproduct >li:nth-child(2){
  margin-top: 0;
}



.orderproduct >li >a{
  display: block;
  width: 100%;

}

.orderproduct >li >a >img{
  width: 100%;
  box-shadow: 0 3px 5px 0px #e5e5e5;
}

.orderproduct >li >p{
  position: relative;
  top: 0;
  left: 0;
  padding: 0 10px 15px;
  font-size: 20px;
  font-weight: bold;
  z-index: 5;
  text-align: center;
}



#OrderMenu{
  width: 100%;
  margin: 80px auto 100px;
}

.orderIcon{
  width: 1180px;
  margin: 0 auto;
}

.orderIcon >li{
  display: inline-block;
  vertical-align: middle;
  width: 23%;
  margin-left: 2%;
  position: relative;
}

.orderIcon >li:first-child{
  margin-left: 0;
}


.orderIcon >li >a{
  display: block;
  width: 45px;
  margin: 0 auto;
}

.orderIcon >li >a >img{
  width: 100%;
}

.orderIcon >li >p{
  font-size: 18px;
  transform: skew(-0.03deg);
  margin-top: 20px;
  text-align: center;
}


.Lineafter::after{
  display: block;
  content: "";
  width: 1px;
  height: 100px;
  background-color: #e5e5e5;
  position: absolute;
  top: 0;
  left: -6%;
}

.mo_tab{
  display: none;
}
