
.ad {
    margin: 20px 0 30px;
}
.ad .content{
    position: relative;
}
.ad .content ul{
    position: absolute;
    top: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.ad .content ul li{
    width: calc(100%/3);
    display: flex;
    justify-content: center;;
    align-items: center;
    flex-direction: column;
    color: #fff;
}
.ad .content ul li .ad_title{

    font-size: 36px;
    margin-bottom: 15px;
    letter-spacing: 2px;

}
.ad .content ul li .ad_sub{

    font-size: 18px;
}


.picScroll-left{ 
    padding: 10px 0;
    width:1200px;  overflow:hidden; position:relative;   margin: 0 auto  }


.picScroll-left .swiper-slide{
    /* margin-right: 20px; */
    height: auto !important;
}
.picScroll-left .swiper-slide img:hover{
    /* border: 2px solid rgb(255, 32, 110); */
    border: 2px solid #fd7100;
}
.picScroll-left  a{
    display: block;
    width: 100%;
    height: 220px;
    /* height: 100%; */
}
.picScroll-left a .name{
    width: 100%;
    text-align: center;
    color: rgba(4, 12, 84, 1);
    font-size: 12px;
    line-height: 40px;
}
.picScroll-left a img{
    width: 250px;
    height: 180px;
}





/*   1F---7F */
.one{
    margin-top: 20px;
}

.floor .tem-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: #fd7100 2px solid;
}
.tem-top .tem_left{
    display: flex;
    align-items: center;
}

.tem-top .tem_left .num{
    color: rgb(4, 12, 84);
    font-weight: bold;
    font-size: 16px;
}

.tem-top .tem_left .name{
    margin-left: 15px;
    font-size: 16px;

    font-weight: bold;
}
.tem-top .tem_left .name a {
    color: #fd7100;
}
.tem-top .tem_left ul{
    margin-left: 30px;
    display: flex;
    align-items: center;
}
.tem-top .tem_left ul li{
    padding: 0 5px;
    color: rgb(4, 12, 84);
    border-right: 1px solid  rgb(4, 12, 84);
    line-height: 14px;
}
.tem-top .tem_left ul li p{
    margin: 0;
}
.tem-top .tem_left ul li:last-child{
    border-right: none;
}

.tem-top .more a{
    color: rgb(4, 12, 84);
}

.content-list{
    margin-top:10px
}
.content-list ul{
    display: flex;
    flex-wrap: wrap;
}
.content-list ul li{
   
    margin: 0px 3px 54px 2px;
    overflow: visible;
   position: relative;
    padding: 15px;
    border: 1px rgba(222, 222, 222, 0.6872037914691943) dashed;
}

.content-list ul li >a{
    border-image-slice: 2;
    width: 259px;
    height: 316px;
    display: block;
    overflow: hidden;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
   
    
}
.content-list ul li >a:hover{
    /* border-color: rgb(255, 32, 110); */
    border-color: #fd7100;
}
.content-list ul li a img{
    width: 320px;
    height: 390px;
    margin-left: -28.5px;
    visibility: visible;
}



.content-list ul li .bottom{
    text-align: center;
    position: absolute;

    background: hsla(0,0%,100%,.9);

    filter: alpha(opacity=90);
    width: 80%;
    border: 1px solid #dcdcdc;
    padding-bottom: 14px;
    padding-top: 6px;
    overflow: hidden;
    bottom: -30px;
    left: 10%;
    max-height: 60%;

    
}
.content-list ul li .bottom .tem-wrap{
    margin: 10px auto 5px;
    width: 80%;

    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-list ul li .bottom a{

    color: rgba(4, 12, 84, 1);
    font-size: 12px;
    text-align: center;
 
}
.two .tem-top{
    border-color: #fd7100;
}
.two .tem-top .tem_left .name{
    color:#fd7100;
}


.friendlink {
    margin-top: 20px;
   
}
.friendlink .content img{
    margin-bottom: 30px;
}
.friendlink .links ul{
    margin-left: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.friendlink .links ul li{
    width: 126px;
    height: 121px;
    margin-right: 30px;
}
.friendlink .links ul li a{
    width: 126px;
    height: 65px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.friendlink .links ul li a img{
    
    width: 105px; height: 65px; margin: 0px;
    
}

.friendlink .links ul li a img:hover{
    transform: scale(1.3);
    transition: all 0.6s;
}

.friendlink .links ul li:nth-child(7n+7){
    margin-right: 0;
}


/* 成功案例  开始 */

#syNoticeUlNew2  {
    display: flex;
    position: absolute;
 }
 #syNoticeUlNew2  li{
     margin-right: 66px;
 }
 
 #syNoticeUlNew2  li a {
 
 }
 
 #syNoticeUlNew2  li a img{
     width: 250px;
     height: 180px;
 
 }
 
 #syNoticeUlNew2  li a img:hover{
     /* border: 2px solid rgb(255, 32, 110); */
     border: 2px solid #fd7100;
 }
 
 #syNoticeUlNew2  li a .name{
 
     width: 100%;
     text-align: center;
     color: rgba(4, 12, 84, 1);
     font-size: 12px;
     line-height: 40px;
 }


/* 成功案例  结束 */

.liucheng{
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


.liucheng .more{
    font-size: 16px;
    font-family: "微软雅黑";
    width: 189px;
    height: 54px;
    line-height: 54px;
    display: block;
    margin:  50px auto;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-radius: 54px;
    background: #fd7100;
}

/*      工厂实景   开始  */

.marque {
    display: flex;
    position: absolute;
 }
 .marque  li{
     margin-right: 66px;
 }
 
 .marque  li a {
 
 }
 
 .marque  li a img{
     width: 250px;
     height: 180px;
 
 }
 
 .marque  li a img:hover{
     border: 2px solid #fd7100;
 }
 
 .marque  li a .name{
 
     width: 100%;
     text-align: center;
     color: rgba(4, 12, 84, 1);
     font-size: 12px;
     line-height: 40px;
 }

 
 /*      工厂实景  结束   */
.elevator{
    position: fixed;
    /* right:1586px; */
    /* left: 31px; */
    left: 245px;
    top: 313px;
    z-index: 999;
    border: 1px solid rgba(152, 152, 152, 0.4803021327014218);
   
}
/*@media (max-width: 1700px) {*/
/*    .elevator{*/
/*        left: 130px;*/
/*    }*/
/*}*/

/*@medie(max-width:1366px){*/
/*    .elevator{*/
/*        top: 140px;*/
/*    }*/
/*}*/
.elevator .elevator-nav-item{
    padding: 12px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    font-family: 微软雅黑;
    color: #222222;
    width: 62px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: #e6e6e6 1px solid;
    cursor: pointer;
    
}
.elevator div.active{
    background: #fd7100;
    color: #fff;
}
.elevator .elevator-nav-item:hover{
    background: #fd7100;
    color: #fff;
}
.elevator .elevator-nav-item a{
    color: #222;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.elevator .elevator-nav-item:hover a{
    background: #fd7100;
    color: #fff;
}
.elevator div.active a{
    background: #fd7100;
    color: #fff;
}
.elevator .elevator-nav-item:last-child{
    border: none;
}

.kefu {
    position: fixed;
    right: 5px;
    top: 154px;
    width: 223px;
    height: 307px;
    background: rgba(4, 12, 84, 0.07339449541284404);
    z-index: 99999;
}
.kefu .wrap{
    padding-top: 10px;
    margin: 5px 0;
}

.kefu .wrap .qq{
    margin: 5px 0 0 5px;
    padding-bottom: 15px;
    border-bottom: 1px dotted rgba(4, 12, 84, 1);;
}

.kefu .wrap .qq .qqName{
    font-size: 16px;
    color: rgba(4, 12, 84, 1);
    margin-top:5px;
    margin-left: 8px;
}

.kefu .wrap .tem_time{
    margin-top: 5px;
}

.kefu .wrap .hint{
    margin: 0 0 5px 0;
   
    line-height: 32px;
}
.kefu .wrap .hint span{
    font-weight: bold;
    font-size: 15px;
    color: rgba(4, 12, 84, 1);
}
.worktime{
    margin:  0 0 0px 5px;
    padding-bottom: 15px;
    font-size: 14px;
    color: rgba(4, 12, 84, 1);
    border-bottom: 1px dotted rgba(4, 12, 84, 1);
}
.wechat{
    margin-top: 5px;
}

.contact p{
    color: rgba(4, 12, 84, 1);
    margin: 0 0 7px 5px;
    font-size: 14px;
}

.kefu2{
    position: fixed;
    right: 0px;
    top: 481px;
    display: flex;
    flex-direction: column;
    z-index: 99;
}
.kefu2 .erweima{
    width: 120px;
    height: 120px;
}