.solutionModule{
    padding-top:100px;
}
.solutionModule .solutionMTitles {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 40px;
}
.solutionModule .solutionMTitles span{
    border-bottom: 2px solid #1ec9d4;
}
.solutionModule .solutionMCon{
    line-height: 1.7;
}
.workimgWrap{
    width: 100%;
    height: 468px;
    position:relative;
    margin-top:20px;
}
.workimgWrap .workimg{
    margin-left: -234px;
    position: absolute;
    top:0;
    left:50%;
}
.realizationFunction .functionRow{
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom:16px;
}
.realizationFunction .functionItem{
    border: 1px solid #e8e8e8;
    padding: 23px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    margin:0 8px;
    width: 196px;
    position:relative;
}
.realizationFunction .functionItem:hover .sjfxIntroduce{
    display: block;
}
.realizationFunction .functionItem .sjfxIntroduce{
    width: 810px;
    height: 242px;
    position:absolute;
    padding:14px;
    z-index:99;
    background: #ffff;
    border:1px solid #e8e8e8;
    display: none;
    top:140px;
}
.realizationFunction .functionItem .sjfxIntroduce.colom1{
    left:0;
}
.realizationFunction .functionItem .sjfxIntroduce.colom2{
    left:-304px;
}
.realizationFunction .functionItem .sjfxIntroduce.colom3{
    right:-304px;
}
.realizationFunction .functionItem .sjfxIntroduce.colom4{
    right:0;
}
.realizationFunction .functionItem .sjfxIntroduce .trangle{
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: 99;
    top: -10px;
}
.realizationFunction .functionItem .sjfxIntroduce.colom1 .trangle{
     left: 144px;
 }
.realizationFunction .functionItem .sjfxIntroduce.colom2 .trangle{
    left: 448px;
}
.realizationFunction .functionItem .sjfxIntroduce.colom3 .trangle{
    right: 448px;
}
.realizationFunction .functionItem .sjfxIntroduce.colom4 .trangle{
    right: 144px;
}
.realizationFunction .functionItem .sjfxIntroduce .introduceLeft{
   padding:16px 36px 52px 16px;
    width:380px;

}
.realizationFunction .functionItem .sjfxIntroduce .title{
    font-size: 18px;
    color:#333;
    margin-bottom: 24px;
}
.realizationFunction .functionItem .sjfxIntroduce .introduceCon{
    color:#666;
    font-size: 14px;
    height:90px;
    font-family: "Microsoft YaHei";
    line-height: 24px;
    overflow: hidden;
}
.realizationFunction .functionItem .sjfxIntroduce .introduceImg{
    width: 377px;
    height:212px;


}
.applayIndustry .row .industryItem{
    width:288px;
    height:358px;
    margin-right: 16px;
    position:relative;
}
.applayIndustry .row .industryItem:nth-child(4){
    margin-right:0;
}
.applayIndustry .row .industryItem:hover .shortNotice{
  display: none;
}
.applayIndustry .row .industryItem:hover .introduce{
    display: block;
}
.applayIndustry .row .industryImg{
    width:288px;
    height:358px;
}
.applayIndustry .row .shortNotice{
    position:absolute;
    bottom:0;
    width: 100%;
    color:#fff;
    font-size: 18px;
    text-align: center;
    padding-bottom: 10px;
}
.applayIndustry .row .introduce{
    background:rgba(0,0,0,0.3) ;
    max-height:358px;
    padding:30px 20px;
    color:#fff;
    box-sizing: border-box;
    position:absolute;
    bottom:0;
    left:0;
    width: 288px;
    display: none;
    cursor: pointer;
}
.applayIndustry .row .introduceTitle{
    font-size: 18px;
    text-align: center;
}
.applayIndustry .row .industryLine{
    width: 30px;
    height: 4px;
    margin: 20px auto;
    display: block;
}
.applayIndustry .row .introduceCon{
    font-size: 14px;
    display: -webkit-box;
    overflow : hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.applayCaseSection{
    background:url("https://www.antenant.com/cloud/images/solution/applicationdemo1.png") no-repeat 100% 100% ;
    background-size: 100% 100%;
    padding-top: 0!important;
}
.layui-carousel{
    background: transparent;
}
.layui-carousel>[carousel-item]>* {
    background-color: transparent;
}
.layui-carousel[lay-arrow=always] .layui-carousel-arrow{
    opacity: 1;
    left: -80px;
    background: transparent;
    font-size: 40px;
}
.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: -80px;
}
.sliderItem .applayItem{
    background: #1c2327;
    margin-right:14px;
    width: 370px;
    height:400px;
    text-align: center;
    box-sizing: border-box;
    padding:30px;
}
.sliderItem .applayItem:nth-child(3){
    margin-right: 0;
}
.sliderItem .applayItem .applaylogo{
    width: 90px;
    height: 90px;
    border-radius:50%;
    margin-bottom: 20px;
}
.sliderItem .applayItem  .companyName{
    color:#fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.sliderItem .applayItem .applayLine{
    width: 25px;
    height: 4px;
    margin: 20px auto;
    display: block;
}
.sliderItem .applayItem .scxname{
    font-size: 16px;
    color:#fff;
    margin-bottom: 20px;
}
.sliderItem .applayItem .applayIntroduce{
    font-size: 14px;
    color:#fff;
    text-align: left;
    display: -webkit-box;
    overflow : hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.purchaseNow{
    width: 100%;
    height:150px;
    background: url("https://www.antenant.com/cloud/images/solution/buyNow.png") no-repeat 0 0;
    background-size: 100% 100%;
    text-align: center;
}
.buyNow{
    background:#fff;
    width: 120px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 57px;
    border:1px solid #1fc9d4;
}
.buyNow a{
    height: 36px;
    color: #1fc9d4;
    line-height: 36px;
}
.buyNow:hover{
    background: rgba(255,255,255,0.7)
}
.buyNow:active {
    background: rgba(255, 255, 255, 1)
}