
 .app-wrapper .appBody .slider{
     width: 100%;
     height:600px;
 }
.app-wrapper .appBody .slider .slideritem1{
    background: #000 url("https://www.antenant.com/cloud/images/index/bg-banner-1.jpg") no-repeat center center;
  }
.app-wrapper .appBody .slider .slideritem2{
    background: #000 url("https://www.antenant.com/cloud/images/index/bg-banner-2.jpg") no-repeat center center;
    background-size:100% 100%;
}
.app-wrapper .appBody .slider .slideritem3{
    background:#000 url("https://www.antenant.com/cloud/images/index/bg-banner-3.jpg") no-repeat center center;
    background-size:100%;
}
.app-wrapper .appBody .slider .slideritem4{
    background:#000 url("https://www.antenant.com/cloud/images/index/bg-banner-4.jpg") no-repeat center center;
    background-size:100%;
}
 .app-wrapper .appBody .slider .wrapwidth{
     height: 100%;
 }
.app-wrapper .appBody .slider .leftText{
    width: 600px;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.app-wrapper .appBody .slider  .leftText  .bannerTI{
    color: #000;
    font-size: 36px;
    margin-bottom: 25px;
}
.app-wrapper .appBody .slider  .leftText .bannerTII{
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
}
.layui-carousel-ind li {
    display: inline-block;
    width: 36px;
    height: 2px;
    margin: 0 5px;
    font-size: 14px;
    background-color: #e2e2e2;
    background-color: rgba(255,255,255,.5);
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border-radius: 0 !important;
}
.layui-carousel-ind li.layui-this {
    background-color: #1fc9d4;
}
/*身体*/
.appBody .indexBodySection{
    padding-top:100px;
    padding-bottom:100px;
    width: 100%;
}
.appBody .indexBodySection .wrapwidth{
    width: 1200px;
    margin:auto;
}
.appBody .indexBodySection .sectionTitle{
    font-size: 32px;
    color:#333;
    margin-bottom: 24px;
    line-height: 1;
    text-align:center;
    width: 100%;
}
.appBody .indexBodySection .sectionTf{
    font-size: 16px;
    color:#666;
    margin-bottom: 60px;
    width: 100%;
    text-align: center;
}

/*行业解决方案tab */
.appBody .sectionFirst {
    background-image: radial-gradient(transparent 0,#e0e0e0 1px,transparent 0)!important;
    background-size: 12px 12px;
    position: relative;
}
.sectionFirstTab .tabTitle li {
    color:#333;
    font-size: 18px;
    font-weight: bold;
    width: 280px;
    height: 76px;
    line-height: 76px;
    cursor: pointer;
    border-right:1px dashed #ddd;
    padding-left:35px;
    padding-right:35px;
    text-align: right;
}
.sectionFirstTab .tabTitle li.active{
    color:#1fc9d4;
    border-color: #1ec9d4;
    background-image: linear-gradient(270deg,rgba(30,201,212,.09),rgba(30,201,212,.07) 70%,rgba(30,201,212,0));
    border-right: 2px solid #1ec9d4;
}
.sectionFirstTab .Tabcontent{
    padding-left:50px;
    width: 750px;
}
.sectionFirstTab .Tabcontent .tabConTitle{
    font-weight: bold;
    font-size: 18px;
    color:#333;
    margin-bottom:20px;
}
.sectionFirstTab .Tabcontent .tab-item.hide{
      display: none;
  }
.sectionFirstTab .Tabcontent .tab-item.show{
    display: block;
}
.sectionFirstTab .Tabcontent .tabconExplain{
    font-size: 14px;
    color:#666;
    margin-bottom:20px;
    display: -webkit-box;
    overflow : hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.sectionFirstTab .Tabcontent  .jyt{
    margin-bottom:20px;
 }
.sectionFirstTab .Tabcontent  .recordInfor{
    margin-bottom:30px;
}
 .recordInfor .noticeText{
     font-size: 12px;
     color:#666;
 }
 .recordInfor .number{
    font-size: 12px;
    color:#333;
}
/*DZRPlus工业云平台*/
.sectionSecond{
 background:url("https://www.antenant.com/cloud/images/index/bg-dzrcloud.jpg") no-repeat 0 0;
    background-size:100% 100%;
}
.sectionSecond .staticDzr{
   width:647px;
    height: 600px;
}
.sectionSecond .textExplain{
    color:#fff;
    margin-top:100px;
}
.sectionSecond .textExplain .explainDetail{
    width: 490px;
    font-size: 16px;
}
/*动画*/
@keyframes ani-rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes ani-float {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(0, 15px, 0);
    }
}
.sectionSecond .imgGrop{
    display: block;
    margin-top: -100px;
    margin-bottom: -100px;
    margin-left: -49px;
    position: relative;
}
.sectionSecond .imgGrop .floating-particle{
    display: block;
    position: absolute;
    z-index: 2;
    -webkit-animation: ani-float 1.3s ease-in-out infinite alternate;
    animation: ani-float 1.3s ease-in-out infinite alternate;
}
.animate1{
    left: 476px;
    top: 115px;
}
.animate2{
     left: 77px;
     top: 371px;
 }
.animate3{
    left: 148px;
    top: 369px;
}
.animate4{
    left: 235px;
    top: 390px;
}
.animate5{
    left: 312px;
    top: 410px;
}
/*应用展示*/
.sectionThird{
    background: #f6f6f6;
}
.sectionThird .applicationListGroup{
    margin-top:90px;
    margin-bottom:60px;
    width: 100%;
}
.sectionThird .applicationListGroup .listrow{
 border-bottom:1px dashed #e8e8e8;
}
.sectionThird .applicationListGroup .listrow:nth-child(2){
    border-bottom:none!important
}
.sectionThird .applicationListGroup .listrow .listItem{
    width:319px;
    height: 292px;
    padding: 48px 40px;
    border-right:1px dashed #e8e8e8;
    text-align: center;
}
.sectionThird .applicationListGroup .listrow .listItem:nth-child(3){
    border-right:none !important;
}
.sectionThird .applicationListGroup .listrow .listItem  .listItemTitle{
    color:#333;
    font-size:18px;
    margin-bottom:24px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.sectionThird .applicationListGroup .listrow .listItem .listItemCon{
   text-align: center;
    margin-bottom: 30px;
    color: #666;
    display: -webkit-box;
    overflow : hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.sectionThird .applicationListGroup .listrow .listItem .checkDetail{
    width: 60px;
    text-align:center;
    border-bottom: 1px solid #1fc9d4;
    margin: 40px auto 60px auto;
}
.sectionThird .applicationListGroup .listrow .listItem .checkDetail a{
    width: 60px;
    color:#1fc9d4;
}
 .sectionThird .applicationListGroup .listrow .listItem .checkDetail:hover a{
     color:rgba(31, 201, 212,0.7);
     width: 60px;
 }
 .sectionThird .applicationListGroup .listrow .listItem .checkDetail:hover{
     border-bottom: 1px solid rgba(31, 201, 212,0.7);
 }
 .sectionThird .applicationListGroup .listrow .listItem .checkDetail:active a{
     color: rgba(51,189,200,1);
     width: 60px;
 }
 .sectionThird .applicationListGroup .listrow .listItem .checkDetail:active{
     border-bottom: 1px solid rgba(51,189,200,1);
 }
     /*边缘产品*/
.sectionFourth .productGroup{
    margin-bottom: 60px;
}
.sectionFourth .productGroup .productRow{
 margin-bottom: 10px;
}
.sectionFourth .productGroup .productItem{
    display: block;
    width: 20%;
    height: 240px;
    overflow: hidden;
    background-size: 100% 100%;
    float: left;
    position: relative;
    outline: none;
    color: #fff;
}
.productItemImg{
    background: url("https://www.antenant.com/cloud/images/index/indexItembg.png");
}

.productItem:hover img{
    -webkit-transform:scale(1.05);
    transform:scale(1.05)
}
.sectionFourth .productGroup .productItem:hover .itemname{
    opacity: 1;
}
.sectionFourth .productGroup .productItem .itemname{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:2;
    text-align: center;
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.3)),to(hsla(0,0%,100%,0)));
    background-image: linear-gradient(0deg,rgba(0,0,0,.3),hsla(0,0%,100%,0));
    opacity: 0;
    -webkit-transition: opacity .28s ease-in-out;
    transition: opacity .28s ease-in-out;
}
.sectionFourth .productGroup .productItem .itemname span{
    color:#fff;
    display:block;
    position:absolute;
    bottom:20px;
    width: 100%;
    text-align: center;
}
.sectionFourth .productGroup .itemSmall{
    padding: 60px 40px;
    width: 160px;
    height: 120px;
}
.sectionFourth .productGroup .textitem .title{
    margin-bottom: 10px;
    padding-bottom: 15px;
    font-size: 32px;
    line-height: 1.2;
    position: relative
}
.sectionFourth .productGroup .textitem .title:after {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.sectionFourth .productGroup .textitem .subtitle{
    font-size: 18px;
}

.sectionFourth .productGroup .itemImg3{
    background: url("https://www.antenant.com/cloud/images/index/indexBy3.jpg") no-repeat;
    width: 40%!important;
}

.sectionFourth .productGroup .itemImg3 .title{
    font-size: 24px;
    color:#fff;
    margin: 70px 0 10px 50px;
}
.sectionFourth .productGroup .itemImg3 .subtitle {
    color:#fff;
    font-size: 14px;
    margin-left:50px;
}
.sectionFourth .productGroup .itemImg5{
    background: url("https://www.antenant.com/cloud/images/index/indexBy5.jpg") no-repeat;
    width: 40%;
}
.sectionFourth .productGroup .itemImg5 .title{
    font-size: 24px;
    color:#fff;
    margin: 70px 0 10px 50px;
}
.sectionFourth .productGroup .itemImg5  .subtitle{
    color:#fff;
    font-size: 14px;
    margin-left:50px;
}
/*仪器仪表*/
.sectionFifth{
    background: #f6f6f6;
}
 .productGroup{
    margin-bottom: 60px;
}
 .productGroup .productRow{
    margin-bottom: 10px;
}
.productGroup .productItem{
    display: block;
    width: 20%;
    height: 240px;
    overflow: hidden;
    background-size: 100% 100%;
    float: left;
    position: relative;
    outline: none;
    color: #fff;
}

 .productGroup .productItem:hover .itemname{
    opacity: 1;
}
.productGroup .productItem .itemname{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:2;
    text-align: center;
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.3)),to(hsla(0,0%,100%,0)));
    background-image: linear-gradient(0deg,rgba(0,0,0,.3),hsla(0,0%,100%,0));
    opacity: 0;
    -webkit-transition: opacity .28s ease-in-out;
    transition: opacity .28s ease-in-out;
}
 .productGroup .productItem .itemname span{
    color:#fff;
    display: block;
    position:absolute;
    bottom:20px;
    width: 100%;
    text-align: center;

}
 .productGroup .itemSmall{
    padding: 60px 40px;
    width: 160px;
    height: 120px;
}
 .productGroup .textitem .title{
    margin-bottom: 10px;
    padding-bottom: 15px;
    font-size: 32px;
    line-height: 1.2;
    position: relative
}
 .productGroup .textitem .title:after {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
 .productGroup .textitem .subtitle{
    font-size: 18px;
}

.sectionFifth .productGroup .itemImg3{
    background: url("https://www.antenant.com/cloud/images/index/indexYqyb3.jpg") no-repeat;
    width: 40%!important;
}

.sectionFifth .productGroup .itemImg3 .title{
    font-size: 24px;
    color:#fff;
    text-align: left;
    margin: 70px 0 10px 50px;
}
.sectionFifth .productGroup .itemImg3 .subtitle {
    color:#fff;
    font-size: 14px;
    margin-left:50px;
}
.sectionFifth .productGroup .itemImg5{
    background: url("https://www.antenant.com/cloud/images/index/bg-ia-2.jpg") no-repeat;
    width: 40%!important;
}
.sectionFifth .productGroup .itemImg5 .title{
    font-size: 24px;
    color:#fff;
    text-align: left;
    margin: 70px 50px 10px 50px;
}
.sectionFifth .productGroup .itemImg5  .subtitle{
    color:#fff;
    font-size: 14px;
    text-align: left;
    margin-left:50px;
}
.sectionFifth .productGroup .itemImg12{
    background: url("https://www.antenant.com/cloud/images/index/bg-ia-3.jpg") no-repeat;
    width: 40%;
}
.sectionFifth .productGroup .itemImg12 .title{
    font-size: 24px;
    color:#fff;
    margin: 70px 0 10px 50px;
}
.sectionFifth .productGroup .itemImg12  .subtitle{
    color:#fff;
    font-size: 14px;
    margin-left:50px;
}
/*工业阀门*/
.sectionsixth .productGroup .itemImg3{
    background: url("https://www.antenant.com/cloud/images/index/bg-gyfm-1.jpg") no-repeat;
    width: 40%!important;
}

.sectionsixth .productGroup .itemImg3 .title{
    font-size: 24px;
    color:#fff;
    text-align: left;
    margin: 70px 0 10px 50px;
}
.sectionsixth .productGroup .itemImg3 .subtitle {
    color:#fff;
    font-size: 14px;
    margin-left:50px;
}
.sectionsixth .productGroup .itemImg5{
    background: url("https://www.antenant.com/cloud/images/index/bg-valve-2.jpg") no-repeat;
    width: 40%;
}
.sectionsixth .productGroup .itemImg5 .title{
    font-size: 24px;
    color:#fff;
    margin: 70px 0 10px 50px;
}
.sectionsixth .productGroup .itemImg5  .subtitle{
    color:#fff;
    font-size: 14px;
    margin-left:50px;
}
.sectionsixth .productGroup .itemImg12{
    background: url("https://www.antenant.com/cloud/images/index/bg-valve-3.jpg") no-repeat;
    width: 40%;
}
.sectionsixth .productGroup .itemImg12 .title{
    font-size: 24px;
    color:#fff;
    margin: 70px 0 10px 50px;
}
.sectionsixth .productGroup .itemImg12  .subtitle{
    color:#fff;
    font-size: 14px;
    margin-left:50px;
}
.sectionsixth .productGroup .itemImg14{
    background: url("https://www.antenant.com/cloud/images/index/bg-valve-4.jpg") no-repeat;
    width: 40%;
}
.sectionsixth .productGroup .itemImg14 .title{
    font-size: 24px;
    color:#fff;
    margin: 70px 0 10px 50px;
}
.sectionsixth .productGroup .itemImg14  .subtitle{
    color:#fff;
    font-size: 14px;
    margin-left:50px;
}
/*电气设备*/

.sectionseventh .productGroup .itemImg3{
    background: url("https://www.antenant.com/cloud/images/index/bg-electrical-1.jpg") no-repeat;
    width: 40%!important;
}

.sectionseventh .productGroup .itemImg3 .title{
    font-size: 24px;
    color:#fff;
    text-align:right;
    margin: 70px 50px 10px 0;
}
.sectionseventh .productGroup .itemImg3 .subtitle {
    color:#fff;
    font-size: 14px;
    text-align:right;
    margin-right:50px;
}
.sectionseventh .productGroup .itemImg5{
    background: url("https://www.antenant.com/cloud/images/index/bg-electrical-2.jpg") no-repeat;
    width: 40%;
}
.sectionseventh .productGroup .itemImg5 .title{
    font-size: 24px;
    color:#fff;
    margin: 70px 0 10px 50px;
}
.sectionseventh .productGroup .itemImg5  .subtitle{
    color:#fff;
    font-size: 14px;
    margin-left:50px;
}

/*环保设备*/

.sectionEigth .productGroup .itemImg3{
    background: url("https://www.antenant.com/cloud/images/index/bg-envProtection-1.jpg") no-repeat;
    width: 40%!important;
}

.sectionEigth .productGroup .itemImg3 .title{
    font-size: 24px;
    color:#fff;
    margin: 70px 0 10px 50px;
}
.sectionEigth .productGroup .itemImg3 .subtitle {
    color:#fff;
    font-size: 14px;
    margin-left:50px;
}
.sectionEigth .productGroup .itemImg5{
    background: url("https://www.antenant.com/cloud/images/index/bg-envProtection-2.jpg") no-repeat;
    width: 40%;
}
.sectionEigth .productGroup .itemImg5 .title{
    font-size: 24px;
    color:#fff;
    margin: 70px 0 10px 50px;
}
.sectionEigth .productGroup .itemImg5  .subtitle{
    color:#fff;
    font-size: 14px;
    margin-left:50px;
}
.sectionEigth .productGroup .itemImg12{
    background: url("https://www.antenant.com/cloud/images/index/bg-envProtection-3.jpg") no-repeat;
    width: 40%;
}
.sectionEigth .productGroup .itemImg12 .title{
    font-size: 24px;
    color:#fff;
    margin: 70px 0 10px 50px;
}
.sectionEigth .productGroup .itemImg12  .subtitle{
    color:#fff;
    font-size: 14px;
    margin-left:50px;
}

.sectionNinth{
    background: #f6f6f6 url("https://www.antenant.com/cloud/images/index/img-logo-clients.png") center center;
    background-size:100% 100%;
}
.sectionNinth .iconList{
    padding:80px 29px 31px 29px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.05);
}
.sectionNinth .iconList .iconItem{
    width: 20%;
    padding: 0 29px;
    text-align: center;
    box-sizing: border-box;
}
.sectionNinth .iconList .iconItem .iconimg{
    display: inline-block;
    margin-bottom: 44px;
}
.sectionNinth .iconList .iconItem .iconTitle{
    font-size: 18px;
    font-weight:bold;
    margin-bottom: 20px;
    line-height: 1;
}
.sectionNinth .iconList .iconItem  .iconExplain{
   color:#999
  }
