﻿*{
    margin:0;
    padding:0;
    font-family:'microsoft yahei ui','microsoft yahei','helvetica neue',arial,'hiragino sans gb',sans-serif ;

}
h2{
    font-size: 42px;
    font-weight: 600;
    color: #031A4B;
    text-align:center;
    padding-top: 80px;
    
}
/*banner*/
.banner{
    width:auto;
    height:638px;
    min-width:1200px;
    background: url(../images/zsgc/banner.jpg) center no-repeat;
    overflow: hidden;
}
.banner .banner-textbox{
    width:1200px;
    margin:180px auto;
}
.banner .banner-textbox p{
    color:#fff;
    font-size: 24px;
    margin-bottom: 18px;
    letter-spacing: 2px;
}
.banner .banner-textbox h1{
    color:#fff;
    width:620px;
    font-size: 56px;
    font-weight: 800;
    text-shadow: 5px 5px 0 rgba(22, 40, 151, 0.5);
}
/*让智能制造落地*/
.luodi{
    height:602px;
    background:white;
}
.luodi p{
    width:820px;
    margin:0 auto;
    text-align: center;
    color:black;
    font-size: 16px;
    padding-top: 40px;
    line-height: 24px;
}
.luodi .luodi-content{
    width:1200px;
    height:260px;
    margin: 64px auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    overflow: hidden;
    position:relative;
}
.luodi .luodi-content li{
    width:270px;
    height:240px;
    border-radius: 10px;
    font-size: 20px;
    text-align: center;
}
.luodi .luodi-content li:hover{
    box-shadow: 0 0 12px rgba(19, 10, 113, 0.16);
    margin-top:-4px;
}
.luodi .luodi-content li span{
    display: block;
    margin-top:200px;
    color:#3B4EC6;
    font-weight: 600;
}
.luodi .luodi-content .box-one{
    background: url(../images/zsgc/mod1_card_1.png) center no-repeat;
}
.luodi .luodi-content .box-two{
    background: url(../images/zsgc/mod1_card_2.png) center no-repeat;
}
.luodi .luodi-content .box-three{
    background: url(../images/zsgc/mod1_card_3.png) center no-repeat;
}
.luodi .luodi-content .box-four{
    background: url(../images/zsgc/mod1_card_4.png) center no-repeat;
}
.luodi .luodi-content .luodi-icon{
    width:16px;
    height:16px;
    position:absolute;
    background: url(../images/zsgc/mod1_arrow.png) center no-repeat;
    top:120px;
}
.luodi .luodi-content .luodi-icon1{
    left: 290px;
}
.luodi .luodi-content .luodi-icon2{
    left: 592px;
}
.luodi .luodi-content .luodi-icon3{
    right: 290px;
}



/* 移动端应用 */
.mobile{
    height: 830px;
    background: #F3F8FF;
    overflow: hidden;
}
.mobile p{
    margin:0 auto;
    text-align: center;
    color:black;
    font-size: 16px;
    padding-top: 40px;
}
.mobile .mobile-content{
    width:1368px;
    height:410px;
    background: url(../images/zsgc/mod2_pad.png) bottom no-repeat;
    margin:56px auto;
    position: relative;
}
.mobile .mobile-box1{
    width:298px;
    height:120px;
    position: absolute;
    left:104px;
    top:2px;
    background: url(../images/zsgc/mod2_card_shengchan.png) center no-repeat;
}
.mobile .mobile-box2{
    width:381px;
    height:241px;
    position: absolute;
    left:-18px;
    bottom:36px;
    background: url(../images/zsgc/mod2_card_daichuli.png) center no-repeat;
}
.mobile .mobile-box3{
    width:411px;
    height:266px;
    position: absolute;
    right:-14px;
    top:0;
    background: url(../images/zsgc/mod2_card_wuliao.png) center no-repeat;
}
.mobile .mobile-box4{
    width:242px;
    height:110px;
    position: absolute;
    right:112px;
    bottom:30px;
    background: url(../images/zsgc/mod2_card_shebei.png) center no-repeat;
}
/* 覆盖车间主要流程 */
.process{
    height: 734px;
    background: url(../images/zsgc/mod3_bg.png) center no-repeat;
    overflow: hidden;
}
.process h2{
    color:white;
}
.process ul{
    width:150px;
    height:93px;
    margin:0 auto;
    padding-top:20px;
}
.process ul li {
    color: #fff;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    letter-spacing: 2px;
    list-style-type: none;
    position: relative;
    padding-left: 18px;
}
.process ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #55F0EB;
    position: absolute;
    left: 0;
    top: 13px;
}
.process .process-img{
    width:1204px;
    height:456px;
    background: url(../images/zsgc/mod3_process.png) top center no-repeat;
    margin:-40px auto;
    position:relative;
}
.process .process-img p{
    position: absolute;
    color: #DDEDFF;
}
.process .process-img p:nth-of-type(1){
    left:38px;
    bottom: 10px;
}
.process .process-img p:nth-of-type(2){
    left:219px;
    top: 168px;
}
.process .process-img p:nth-of-type(3){
    left:450px;
    bottom: 64px;
}
.process .process-img p:nth-of-type(4){
    left:696px;
    bottom: 130px;
}
.process .process-img p:nth-of-type(5){
    right:228px;
    top: 184px;
}
.process .process-img p:nth-of-type(6){
    right:26px;
    bottom: 80px;
    text-align: center;
}
/* 功能介绍 */
.function{
    height:690px;
    background: #F3F8FF;
}
.function .function-content{
    height:430px;
    width:1200px;
    margin:auto;
}
.function .function-content .tab-hd{
    width:300px;
    height:30px;
    margin:30px auto;
    list-style: none;
    /* background: burlywood; */
}

.function .function-content .tab-hd li{
    color:#1E1E1E;  
    text-align: center;
    line-height:24px;
    font-size: 20px;
    box-sizing: border-box;
    width:100px;
    height:30px;
    /* background: blueviolet; */
    float: left;
    cursor: pointer;
}
.function .function-content .tab-hd li:first-child {
    margin-right: 100px;
}
.function .function-content .tab-hd li.activeTab{
    color:#295FD2;  
    font-weight: 600;
    border-bottom: solid 2px #295FD2;
}
.function .function-content .tab-hd li .line{
    width:100px;
    height: 2px;
    background: #587EFB;
    margin: 8px auto;
    display: none;
}

.function .function-content .tab-bd{
    width:1200px;
    height:380px;
}
.function .function-content .tab-bd > li{
    width:1200px;
    height:360px;
    display: none;
    list-style-type: none;
}
.function .bd-left{
    width:206px;
    height:360px;
    float: left;
    
}
.function .bd-left li{
    width: 206px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    list-style: none;
    text-align: left;
    padding-left: 40px;
    margin-top: 32px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    position: relative;
}
.function .bd-left li.activeTab {
    background: linear-gradient(-45deg, #295FD2, #457BEE);
    color: #fff;
}
.function .bd-left li .arrow-icon {
    position: absolute;
    top: 11px;
    right: 25px;
}
.function .bd-left li.activeTab .arrow-icon{
    width:28px;
    height:28px;
    background: url(../images/zsgc/mod4_bt_arrow.png) center no-repeat;
}
.function .bd-right {
    float: left;
    width: 954px;
    height: 360px;
    border-radius: 10px;
    background:white;
    box-shadow: 0px 0px 20px rgba(19, 10, 113, 0.16);
    margin-left: 40px;
}
.function .bd-right > li {
    list-style-type: none;
    color: #000;
    margin-top: 60px;
    display: none;
}
.function .tab-bd1 .bd-right > li:nth-of-type(1){
    background:url(../images/zsgc/mod4_ic_chaxun_b.png) no-repeat;
    background-position: right bottom;
}
.function .tab-bd1 .bd-right > li:nth-of-type(2){
    background:url(../images/zsgc/mod4_ic_gongxu_b.png) no-repeat;
    background-position: right bottom;
}
.function .tab-bd1 .bd-right > li:nth-of-type(3){
    background:url(../images/zsgc/mod4_ic_jianyan_b.png) no-repeat;
    background-position: right bottom;
}
.function .tab-bd1 .bd-right > li:nth-of-type(4){
    background:url(../images/zsgc/mod4_ic_ruku_b.png) no-repeat;
    background-position: right bottom;
}
.function .tab-bd2 .bd-right > li:nth-of-type(1){
    background:url(../images/zsgc/mod4_ic_zhidao_b.png) no-repeat;
    background-position: right bottom;
}
.function .tab-bd2 .bd-right > li:nth-of-type(2){
    background:url(../images/zsgc/mod4_ic_guanli_b.png) no-repeat;
    background-position: right bottom;
}
.function .bd-right > li:first-child {
    display: block;
}
.function .bd-text{
    width:550px;
    height:300px;
    margin-left: 80px;
    color:black;
}
.function .bd-text .text-icon{
    width:30px;
    height:30px;
    display: inline-block;
    position: relative;
    top: 7px;
}
.function .bd-text .text-icon1{
    background: url(../images/zsgc/mod4_ic_chaxun_s.png) center no-repeat;
}
.function .bd-text .text-icon2{
    background: url(../images/zsgc/mod4_ic_gongxu_s.png) center no-repeat;
}
.function .bd-text .text-icon3{
    background: url(../images/zsgc/mod4_ic_jianyan_s.png) center no-repeat;
}
.function .bd-text .text-icon4{
    background: url(../images/zsgc/mod4_ic_ruku_s.png) center no-repeat;
}
.function .bd-text .text-icon5{
    background: url(../images/zsgc/mod4_ic_zhidao_s.png) center no-repeat;
}
.function .bd-text .text-icon6{
    background: url(../images/zsgc/mod4_ic_guanli_s.png) center no-repeat;
}
.function .bd-text h5{
    font-size: 20px;
    margin-top: -20px;
    color:black;
    display: inline-block;
    margin-left: 10px;
}
.function .bd-text ul{
    width:550px;
    height:auto;
}
.function .bd-right .info li {
    font-size: 16px;
    color: black;
    list-style: none;
    margin-top: 48px;
    padding-left: 22px;
    position: relative;
}
.function .bd-right .info li:before {
    content:""; 
    width: 10px;
    height: 10px;
    display: block;
    background-color: #3f75e8;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 5px;
}




/* 掌上工厂的价值 */
.value{
    height:682px;
}
.value .value-content{
    width:1261px;
    margin:54px auto;
}
.value .value-content .left-img{
    width:404px;
    height:420px;
    background: url(../images/zsgc/mod5_img.png) center no-repeat;
    float:left;
}
.value .value-content .right-text{
    width:734px;
    height:395px;
    margin-left:80px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    list-style: none;
}
.value .value-content .right-text li{
    width:340px;
    height:95px;
}
.value .value-content .right-text li .icon{
    width:50px;
    height:50px;
    float:left;
}
.value .value-content .right-text li .icon1{
    background: url(../images/zsgc/mod5_ic_didian.png) center no-repeat;
}
.value .value-content .right-text li .icon2{
    background: url(../images/zsgc/mod5_ic_xinxi.png) center no-repeat;
}

.value .value-content .right-text li .icon3{
    background: url(../images/zsgc/mod5_ic_caozuo.png) center no-repeat;
}

.value .value-content .right-text li .icon4{
    background: url(../images/zsgc/mod5_ic_chengben.png) center no-repeat;
}

.value .value-content .right-text li .icon5{
    background: url(../images/zsgc/mod5_ic_shuju.png) center no-repeat;
}
.value .value-content .right-text li .text{
    width:254px;
    height:95px;
    float:left;
    padding-left: 24px;
}
.value .value-content .right-text li .text h4{
    font-size:20px;
    font-weight: 600;
    color:black;
}
.value .value-content .right-text li .text p{
    font-size:14px;
    color:#1E1E1E;
    margin-top:18px;
}
.value .value-content .right-text li:nth-of-type(2),.value .value-content .right-text li:nth-of-type(4){
    padding-left: 32px;
}
/* footer */
.footer-up{
    height:287px;
    background: url(../images/zsgc/mod6_bg.png) center no-repeat;
    overflow: hidden;
}
.footer-up h2{
    margin-top: -40px;
    color:white;
}
.footer-up img{
    display: block;
    margin:20px auto;
}
.footer-up p{
    text-align: center;
    color:white;
    font-size: 14px;
    letter-spacing: 1px;
}





