
/*µÚÒ»ÆÁ*/
.slt-One {width:100%;background-color:#f9f9f9;}
.slt-One .poc{}
.slt-One .lbox,.slt-One .rbox { position: relative; height: 410px;   }
.slt-One .lbox .imgCon div{ position: absolute; background-repeat: no-repeat; background-size: auto auto; }
.slt-One .lbox .big {  height: 100%; width: 100%; background-position: center center; z-index: 199; background-image: url("/static/images/icon/y1.png"); } 
.slt-One .lbox .roll1 { height: 70px; width: 70px; bottom: 70px; right: 140px; background-image: url("/static/images/icon/y2.png"); animation: updown 5s linear infinite; } 
.slt-One .lbox .roll2 { width: 36px; height: 47px; bottom: 125px; left: 110px; background-image: url("/static/images/icon/y3.png"); animation: updown 7s linear infinite; } 
.slt-One .lbox .roll3 { width: 66px; height: 47px; top: 30px; left: 200px; background-image: url("/static/images/icon/y4.png"); animation: updown 7s linear infinite; } 
.slt-One .lbox .roll4 { width: 158px; height: 158px; top: 145px; left: 155px; background-image: url("/static/images/icon/y5.png"); animation: rolling 5s linear infinite; } 
.slt-One .lbox .roll5 { width: 104px; height: 104px; top: 105px; left: 300px; animation: rolling 5s linear infinite; background-image: url("/static/images/icon/y6.png"); }
 @keyframes move { 0% { transform: translateX(0px); } 25% { transform: translateX(-15px); } 50% { transform: translateX(0px); } 75% { transform: translateX(15px); } 100% { transform: translateX(0px); } } 
 @keyframes updown { 0% { transform: translateY(0px); } 25% { transform: translateY(-15px); } 50% { transform: translateY(0px); } 75% { transform: translateY(15px); } 100% { transform: translateY(0px); } } 
 @keyframes rolling { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @keyframes boling { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } }

.slt-One .rbox .abox{position: absolute; top: 0; right: 0; bottom: 0; left: 0;  text-align: left; font-size: 0; white-space: nowrap; overflow: auto;}
.slt-One .rbox .abox:after { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.slt-One .rbox .abox .aCell{display: inline-block; vertical-align: middle; text-align: left; font-size: 14px; white-space: normal;}
.slt-One .rbox .abox .aCell p{margin-bottom:14px;line-height:24px;}

.whyiot{width:100%;background-color:#fff}
.whyiot .news-a .news-a-txt{background-color:#f2f2f2}

@media (max-width: 767px) {

.normalBanner .BannerBox .LeftCell { text-align: center;  width: 100%; }
.normalBanner .BannerBox .Cell {  margin: 0 auto; }

.whyiot{padding-bottom:0;}
.whyiot .news-a .news-a-txt { background-color: #fff; }

.slt-One .lbox,.slt-One .rbox {  height: auto;   }
.slt-One .rbox .abox{position: relative; }


.serbox{padding:30px 0;}

}
@media (min-width: 768px) and (max-width: 991px) {
.serbox{padding:40px 0px;}

}

@media (min-width: 992px) and (max-width: 1199px) {
.serbox{padding:50px 0;}
.news-item:nth-child(n+4) { display:none; }

}

@media (min-width: 1200px) and (max-width: 1920px) {
.serbox{padding:60px 0;}

}