*{
    text-decoration: none !important;
    list-style: none;
    font-family: Arial;
}
/* #advan-header{
    width: 100%;
    position: fixed;
    z-index: 999;
    background: #fff;
    top: 0;
    box-shadow: 5px 5px 5px #999;
} */
.Nwid{
    width: 1200px;
    margin: 0 auto;
}
.banner{
    height: 450px;
}
.mySwiper{
    height: 100%;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
} 
.banner-title{
    width: 1200px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
}




.banner-title h1{
    font-size: 61px;
    color: #fff;
    margin-top: 72px;
}
.banner-title h2{
    font-size: 49px;
    color: #fff;
    margin-top: 20px;
    color: #09d6c0;
}
.banner-title .banner-down{
    width: 200px;
    height:45px;  
    background: #00a0e9;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    margin-top: 45px;
	display:inline-block;
	margin-right:20px;
}
.banner-title .banner-down img{
    width: auto;
    height: auto;
    vertical-align: middle;
    margin-left: 5px;
}
.main-desc{
    padding: 55px 0;
}
.main-desc p{
    line-height: 2;
    font-size: 16px;
}
/* 制造业痛点 */
.Pain{
    width: 100%;
    background: #f3f7fa;
    padding: 46px 0px 25px 0px;
}
.Pain-title{
    text-align: center;
}
.Pain-title h1{
    font-size: 33px;
    color: #585f64;
}
.Pain-title p{
    font-size: 24px;
    margin-top: 20px;
    color: #585f64;
}
.Pain-list{
    margin-top: 30px;
}
.Pain-list ul{
    display: flex;
    justify-content: space-between;
}
.Pain-list ul li{
    width: 30%;
}
.Pain-list ul li .Pain-img{
    background: #00a0e9;
    display: flex;
    align-items: center;
    padding:10px 0 10px 25px;
}
.Pain-list ul li:nth-child(2) .Pain-img{
    background: #3ca388;
}
.Pain-list ul li:nth-child(3) .Pain-img{
    background: #f39800;
}
.Painimg-r{
    margin-left: 15px;
}
.Painimg-r h1{
    font-size: 24px;
    color: #fff;
}
.Painimg-r p{
    font-size: 18px;
    margin-top: 5px;
    color: #fff;
}
.Pain-text h1{
    font-size: 24px;
    color: #00a0e9;
    margin: 30px 0 20px 0;
}
.Pain-list ul li:nth-child(2) .Pain-text h1{
    color: #3ca388;
}
.Pain-list ul li:nth-child(3) .Pain-text h1{
    color: #f39800;
}
.Pain-text p{
    font-size: 16px;
    line-height: 2;
}
.Paintext-p1{
    margin-bottom: 10px;
}
.digitization img,
.framework img{
    width: 100%;
}
.digitization .Nwid h1{
    font-size: 33px;
    color: #585f64;
    text-align: center;
    margin: 45px 0 20px 0;
}
.framework{
    background: #f3f7fa;
    padding-top: 45px;
}
.framework .Nwid h1{
    font-size: 33px;
    color: #585f64;
    text-align: center;
    margin-bottom: 20px;
}
/* 重磅方案 */
.programme{
    padding-bottom: 80px;
}
.programme .programme-title h1{
    text-align: center;
    font-size: 33px;
    color: #585f64;
    margin-top: 55px;
    margin-bottom: 30px;
}
.programme-list ul{
    display: flex;
    justify-content: space-between;
}
.programme-list ul li{
    width: 30%;
}
.programme-list ul li h1{
    font-size: 21px;
    color: #0d5b9d;
    margin-bottom: 10px;
}
.programme-text{
    padding-top: 35px;
}
.programme-text p{
    margin-top: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;  
    overflow: hidden;
    word-wrap: break-word;
    height: 130px;
    font-size:16px ;
    color: #565656;
    line-height: 2;
    margin-bottom: 30px;
}
.programme-text a{
    display: inline-block;
    width: 130px;
    height: 30px;
    border: 1px solid #004280;
    font-size: 16px;
    color: #004280;
    text-align: center;
    line-height: 30px;
}
/* 精选案例 */
.cases{
    padding-bottom: 30px;
}
.cases-title h1{
    text-align: center;
    font-size: 33px;
    color: #585f64;
    margin-bottom: 30px;
}
.cases-list ul{
    overflow: hidden;
}
.cases-list ul li{
    height: 350px;
}
.cases-img{
    height: 100%;
}
.cases-img img{
    height: 100%;
}
.cases-list ul li .cases-l{
    float: left;
}
.cases-list ul li .cases-r{
    float: right;
    height: 100%;
}
.cases-list ul li:nth-child(2) .cases-r{
    float: left;
}

.cases-list ul li:nth-child(2) .cases-l{
    float: right;
}


.cases-list ul li .cases-l,
.cases-list ul li .cases-r{
    width: 50%;
}
.cases-list ul li .cases-l h1{
    line-height: 1.2;
}
.cases-list ul li .cases-l p{
    text-align: justify;
    font-size: 16px;
}
.cases-list ul li:nth-child(1) .cases-l{
    padding-right: 25px;
}
.cases-list ul li:nth-child(2) .cases-l{
    padding-top: 40px;
    padding-left: 25px;
}
.cases-list ul li:nth-child(3) .cases-l{
    padding-top: 40px;
    padding-right: 25px;
}
.cases-list ul li .cases-r .cases-img img{
    width: 100%;
}
.cases-list ul li a{
    display: inline-block;
    width: 130px;
    height: 30px;
    border: 1px solid #004280;
    font-size: 16px;
    color: #004280;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
}
.cases-list ul li h1{
    color: #004280;
    font-size: 21px;
    margin-bottom: 25px;
}
.cases-list ul li p{
    line-height: 2;
}
/* 成就客户 */
.customer{
    background: #f3f7fa;
    padding-bottom: 35px;
}
.customer-title{
    padding-top: 30px;
}
.customer-title h1{
    text-align: center;
    font-size: 33px;
    color: #585f64;
    margin-bottom: 30px;
}
.customer-list ul{
    display: flex;
    justify-content: space-between;
}
.customer-list ul li{
    width: 48%;
}
.customer-list ul li .customer-img img{
    width: 100%;
}
.customer-text h1{
    color: #004280;
    font-size: 21px;
    margin: 35px 0 25px 0;
}
.customer-text p{
    font-size: 16px;
    line-height: 2;
    height: 195px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;  
    overflow: hidden;
    word-wrap: break-word;
}
.customer-text a{
    display: inline-block;
    width: 130px;
    height: 30px;
    border: 1px solid #004280;
    font-size: 16px;
    color: #004280;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
}

/* 专刊 */
.issue{
    background: url(../images/ft1.jpg) no-repeat;
    height: 315px;
}
.issue-content{
    display: flex;
}
.issue-img{
    width: 50%;
    text-align: right;
    padding-right: 20px;
    padding-top: 30px;
}
.issue-text{
    padding-left: 25px;
}
.issue-text h1{
    color: #fff;
    font-size: 52px;
}
.issue-text h2{
    color: #6fba2c;
    font-size: 38px;
    margin-top: 80px;
    margin-bottom: 15px;
}
.issue-text a{
    width: 158px;
    height: 35px;
    
    background: #00a0e9;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-top: 25px;
	display:inline-block;
	margin-right:20px;
}
.issue-text a img{
    margin-left: 5px;
    vertical-align: middle;
}
/* 底部 */
.foot{
    background: #406180;
}
.foot-w{
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}
.foot-container{
    display: flex;
    height: 100%;
    align-items: center;
    padding: 30px 0;
}
.foot-container h3{
    width: 10%;
    color: #fff;
    font-size: 24px;
}

.foot-container ul{
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    border-left: 2px solid #fff;
    padding-left: 20px;
}

.foot-container ul li{
	flex:1;
    color: #fff;
}
.foot-container ul li a{
	color:#FFFFFF;
}
.foot-container ul li .del p{
    margin: 10px 0;
}
.foot-container ul li:nth-child(4){
    flex: 0.2;
}
.foot-b{
    height: 83px;
    background: #f5f5f5;
}
.footb-w{
    width:1200px;
    margin: 0 auto;
}
.footb-w p{
    line-height: 83px;
    font-size: 12px;
    color: #666;
}







/* 移动端 */
@media only screen and (max-width:980px){
    /* .banner{
        height: 300px;
    }
    .box1-w h1,
    .box2-w h1{
        font-size: 29px;
    }
    .nav ul{
        flex-wrap: wrap;
    }
    .nav ul li{
        width: 50%;
        margin: 5px 0;
        height: auto;
    }
    .nav ul li a{
        font-size: 14px;
        border: none;
    }
    .box1-w,
    .box2-w,
    .box3-w,
    .box4-w,
    .box5-w,
    .box6-w,
    .box7-w,
    .box8-w{
        width: 98%;
    }
    .box1-content{
        display: block;
    }
    .box1-l{
        width: 100%;
        margin-bottom: 40px;
    }
    .box1-l p,
    .box2-w p{
        font-size:13px;
    }
    .box1-r,.box1-img{
        width: 100%;
    }
    .box1-r .box1-img img{
        width: 100%;
    }
    .mySwiper2 .swiper-wrapper .swiper-slide img,
    .mySwiper3 .swiper-wrapper .swiper-slide img{
        width:100%;
    }
    .box3-w h3,
    .box4-w h3{
        font-size: 14px;
    }
    .box3-w p,
    .box4-w p{
        font-size: 13px;
    }
    .box3-w .box3-btns{
        flex-direction: column;
        padding: 0 10px;
    }
    .box3-w .box3-btns a{
        width: 100%;
        font-size: 14px;
    }
    .box4-w a{
        width: 95%;
        font-size: 14px;
    }
    .box5-w h1{
        font-size:29px;
    }
    .box5-content{
        flex-direction: column;
    }
    .box5-content .box5-text{
        width: 100%;
        padding: 0 10px;
    }
    .box5-content .box5-text h3{
        font-size: 14px;
    }
    .box5-content .box5-text p{
        font-size: 13px;
    }
    .box5-content .box5-img {
        width: 100%;
    }
    .box6-w h3{
        font-size: 29px;
    }
    .box6-w ul{
        flex-direction: column;
    }
    .box6-w ul li{
        width: 100%;
        margin: 20px 0;
        padding: 0 5px;
    }
    .box6-w ul li .item-text{
        font-size: 20px;
        padding: 0;
        margin: 10px 0;
    }
    .main-box7{
        padding: 0 5px;
    }
    .box7-content{
        flex-direction: column;
    }
    .box7-content .box7-video{
        width: 100%;

    }
    .box7-content .box7-items{
        width: 100%;
        padding: 20px 10px;
        margin-top: 20px;
    }
    .main-box7 .box7-items h3{
        width:98%;
        font-size: 20px;
        text-align: center;
        margin: 20px auto;
    }
    .main-box7 .box7-content{
        height: auto;
        padding: 100px 0;
    }
    .main-box7 ul{
        padding: 0;
    }
    .box8-w .box8-list ul{
        flex-direction: column;
    }
    .box8-list ul li{
        width: 98%;
    }
   
    #advan-header{
        padding-bottom: 0 !important;
    }
    .box2-img img{
        width: 100%;
        height: 100%;
    } */
    .Nwid{
        width: auto;
    }
    .programme-list ul{
        flex-direction: column;
    }
     .banner{
        height: 300px;
    } 
    .banner-title{
        width: 80%;
        text-align: center;
    }
    .banner-title h1{
        font-size: 25px;
    }
    .swiper-slide img{
        object-fit: none;
    }
    .banner-title h2{
        font-size: 20px;
    }
    .Pain-list ul{
        flex-direction: column;
    }
    .banner-title .banner-down{
        width: 150px;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        left: 50%;
        transform: translate(-50%);
    }
    .banner-title .banner-down img{
        right: 18px;
        top: 7px;
    }
    .main-desc p{
        font-size: 14px;
        padding: 10px;
        text-align: justify;
    }
    .Pain-title h1{
        font-size: 25px;
    }
    .Pain-title p{
        font-size: 20px;
    }
    .Pain-list ul li{
        width: 100%;
    }
    .Pain-text{
        padding: 10px;
    }
    .Pain-text h1{
        font-size: 18px;
    }
    .Pain-text p{
        font-size: 14px;
    }
    .programme .programme-title h1{
        font-size: 25px;
    }
    .programme-list ul li{
        width: 100%;
    }
    .programme-img img{
        width: 100%;
    }
    .programme-text{
        padding: 30px 10px;
    }
    .programme-list ul li h1{
        font-size: 18px;
    }
    .programme-text p{
        font-size: 14px;
        margin-bottom: 0;
    }
    .programme{
        padding-bottom: 10px;
    }
    .cases-title h1{
        font-size: 25px;
    }
    .cases-list ul li .cases-l, .cases-list ul li .cases-r{
        width: 100%;
    }
    .cases-list ul li{
        flex-direction: column;
    }
    .cases-list ul li:nth-child(1) .cases-l{
        padding: 0;
    }
    .cases-list ul li .cases-l h1{
        font-size: 18px;
        text-align: center;
    }
    .cases-list ul li .cases-l p{
        padding: 10px;
        font-size: 14px;
    }
    .cases-list ul li a{
        margin: 30px 15px;
    }
    .cases-list ul li:nth-child(2) .cases-l{
        padding: 0;
    }
    .cases-list ul li:nth-child(3) .cases-l{
        padding: 0;
    }
    .cases-list ul li h1{
        margin: 20px 0;
    }
    .customer-list ul{
        flex-direction: column;
    }
    .customer-list ul li{
        width: 100%;
    }
    .customer-title h1{
        font-size: 25px;
    }   
    .customer-text h1{
        font-size: 18px;
        text-align: center;
    }
    .customer-text p{
        padding: 10px;
        font-size: 14px;
        height: 250px;
    }
    .customer-text a{
        margin: 30px 10px;
    }
    .issue{
        height: auto;
        padding: 30px 0;
    }
    .issue-img{
        padding: 0;
        text-align: left;
    }
    .issue-img img{
        width: 80%;
        padding-left: 30px;
    }
    .issue-text{
        padding: 0;
    }
    .issue-text h2{
        font-size: 16px;
    }
    .issue-text h1{
        font-size: 18px;

    }
    .issue-text h2{
        margin: 30px 0;
    }
    .issue-text a{
        font-size: 14px;
    }
    .digitization .Nwid h1,
    .framework .Nwid h1{
        font-size: 25px;
    }






    .foot-w{
        width: 98%;
        height: auto;
    }

    .foot-container h3{
        font-size: 16px;
        text-align: center;
        margin:0 20px;
    
    }
    .foot-container ul li{
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .foot-container ul li:nth-child(4){
        display: none;
    }
    .foot-container ul li img{
        width: 40px;
        margin-right: 30px;
    }
    .foot-container ul{
        flex-direction: column;
        padding-left: 50px;
    }
    .foot-container ul li span{
        font-size: 14px;
    }
    .foot-b{
        height: auto;
    }
    .footb-w{
        width: 98%;
    }
    .footb-w p{
        line-height: 3;
    }
}
