@charset "utf-8";
/* banner-box */
.banner{width:100%;height:11.25rem;position:relative;overflow:hidden;margin-top:2.4rem;}
.banner .bd{ width:18.75rem !important;}
.banner .bd li{height:11.25rem;}
.banner .bd li .text{width:100%;position:absolute;top: 0;left: 1.5rem;display:flex;flex-direction: column;justify-content:center;/* align-items:flex-start; */height:inherit;}
.banner .bd li .text h2{font-size: 1rem;color:#fff;font-weight: bold;}
.banner .bd li .text p{width: 10rem;font-size: 0.5rem;color:#fff;display:block;margin-top:0.5rem;}
.banner .bd li .text .detail i{display:block;height:0.15rem;width:1.4rem;background:#fff;margin-top:0.625rem;}
.banner .bd li .text .consultBtn{width: 4rem;height: 1.25rem;line-height: 1.25rem;border:1px solid #fff;color:#fff;font-size: 0.45rem;margin-top: 1.3rem;border-radius:2px;text-align: center;}
.banner .bd li .text dl{margin-top: 25px;overflow:hidden;}
.banner .bd li .text dl dd{font-size:24px;display:block;background:url(/images/textIcon.png) no-repeat left center;background-size:29px;color:#fff;line-height: 45px;padding-left:50px;}

.navBar{
    width: 100%;
    font-size: 18px;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.navBar ul {
    display: flex;
    border-bottom: 1px solid #DDD;
    overflow-x: auto;
    overflow-y: hidden;
}
.navBar ul li {
    display: flex;
    justify-content: center;
    flex: none;
    font-size: .75rem;
    padding: .8rem 0;
    cursor: pointer;
    position: relative;
    margin: 0 1rem;
}
.navBar ul li.cur{
    border-bottom: 5px solid #FF6420;
}
.navBar ul li.cur a{
    font-weight: bold;
    color: #FF6420;
}

.Title{
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin: 0 .5rem;
}
.Abstract{
    font-size: .55rem;
    color: #888888;
    text-align: center;
    margin: 0.5rem .5rem 0;
}
.product,
.marketing,
.services{
    width: 100%;
    background: #fff;
    padding: 2rem 0;
    height: 100%;
}
.product .productCon,
.services .servicesCon{
    max-width: 18.75rem;
    margin: 0 0.5rem;
}


/*业务*/
.pageone{/* padding:2rem 0; */overflow:hidden;}
.pageone .con{margin: 0 0 1rem 0;}
.pageone .con .headline{display: flex;border-bottom: 1px solid #DDD;overflow-x: auto;overflow-y: hidden;box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);}
.pageone .con .headline li{display: flex;justify-content: center;flex: none;font-size: .75rem;padding: 0.8rem 0;cursor: pointer;position: relative;margin: 0 1rem;}
.pageone .con .headline li.active{color:#FF6420;border-bottom: 5px solid #FF6420;}

.pageone .con .detail{margin: 1rem .5rem;}
.pageone .con .detail .list{width:100%;overflow:hidden;display:none;}
.pageone .con .detail .list:first-child{display:block;}
.pageone .con .detail .list h3{font-size: .9rem;font-weight:bold;margin-bottom: .5rem;}
.pageone .con .detail .list h3 em{font-size: .6rem;display:block;margin-top: .5rem;font-weight:normal;}
.pageone .con .detail .list img{display: block;width: 100%;}
.pageone .con .detail .content{width:100%;overflow:hidden;margin-bottom: .5rem;}
.coreFunctions{font-size: .75rem;margin: .5rem 0;font-weight: bold;}
.pageone .con .detail .content .text{display: grid;grid-template-columns: repeat(1, 1fr);}
.pageone .con .detail .content .text:last-child{margin-right:0px;}
.pageone .con .detail .content .text span{font-size: .6rem;color:#333;margin-bottom: .5rem;}
.pageone .con .detail .content .text span i{width: .2rem;height: .2rem;border:1px solid #ff6420;border-radius:100%;margin-right: .5rem;display: inline-block;}
.pageone .con .detail .link{width: 6rem;height: 1.8rem;line-height: 1.8rem;font-size: .6rem;display:inline-block;border-radius: .2rem;margin-right: .8rem;border:1px solid #ff6420;color:#ff6420;text-align: center;}
.pageone .con .detail .getplan{background:#ff6420;color:#fff;} 


/* 产品形态 */
.product{
    background: #F2F3F8;
}
.product .productCon ul{
    display: flex;
    font-size: 0.4rem;
    margin-top: 1rem;
    width: 100%;
    overflow-x: auto;
}
.product .productCon ul li{   
    text-align: center;
    width: 7.5rem;
    height: 12.5rem;
    background: #FFFFFF;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
    flex: none;
    margin: 0 0.4rem;
}
.product .productCon ul li .imgs{
    width: 2.2rem;
    height: 2.2rem;
    margin: 0 auto;
    margin-top: 2rem;
}
.product .productCon ul li:nth-child(1) .imgs{
    background: url(/images/product/goods_off.png) no-repeat;
    background-size: cover;
}
.product .productCon ul li:nth-child(2) .imgs{
    background: url(/images/product/custom_off.png) no-repeat;
    background-size: cover;
}
.product .productCon ul li:nth-child(3) .imgs{
    background: url(/images/product/combination_off.png) no-repeat;
    background-size: cover;
}
.product .productCon ul li:nth-child(4) .imgs{
    background: url(/images/product/card_off.png) no-repeat;
    background-size: cover;
}

.product .productCon ul li:nth-child(1):hover .imgs{
    background: url(/images/product/goods_on.png) no-repeat;
    background-size: cover;
}
.product .productCon ul li:nth-child(2):hover .imgs{
    background: url(/images/product/custom_on.png) no-repeat;
    background-size: cover;
}
.product .productCon ul li:nth-child(3):hover .imgs{
    background: url(/images/product/combination_on.png) no-repeat;
    background-size: cover;
}
.product .productCon ul li:nth-child(4):hover .imgs{
    background: url(/images/product/card_on.png) no-repeat;
    background-size: cover;
}
.product .productCon ul li .name{
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1rem;
}
.product .productCon ul li .sub-name{
    font-size: .5rem;
    margin-top: .5rem;
}
.product .productCon ul li .detailBtn{
    text-align: center;
    width: 4rem;
    line-height: 1.3rem;
    border: 1px solid #FF6420;
    border-radius: 4px;
    color: #FF6420;
    margin: 1rem auto 0;
    cursor: pointer;
    font-size: .5rem;
}

.product .productCon ul li:hover{
    background: #FF6420;
    color: #fff;
    transform: translateY(-10px);
}
.product .productCon ul li:hover .detailBtn{
    border: 1px solid #fff;
    color: #fff;
    background: url(/images/right-white.png) no-repeat 100px center;
}


/* 产品赋码营销  */

.marketing-bottom{
    width: 18.75rem;
    margin: .5rem auto;
    display: flex;
    justify-content: center;
}
.m-l,.m-r{
    display: flex;
    align-items: center;
    height: 4.2rem;
    background: #FFFFFF;
    border: 1px solid #ddd;
    border-radius: .2rem;
    margin: 0 .5rem 0 0;
}
.m-l{
    margin-left: .5rem;
}
.mt{
    margin-top: .5rem;
}
.m-l .num,.m-r .num {
    font-size: 1.3rem;
    color: #FF6420;
    opacity: 0.3;
    font-family: DIN;
    margin: auto .5rem;
}
.right-content{
    padding-right: .3rem
}
.m-l .right-content .tit,
.m-r .right-content .tit{
    font-size: .75rem;
    font-weight: bold;
}

.m-l .right-content .titl,
.m-r .right-content .titl{
    margin-top: .2rem;
    font-size: .4rem;
    line-height: .6rem;
    color: #888;
}

.m-c .fn{
    font-size: 1rem;
    color: #FFFFFF;
    margin-top: .5rem;
    font-weight: bold;
}


.core {
    width: 100%;
    background: #F2F3F8; 
    padding: 2rem 0;
}
.core-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 1rem;
    width: 16.75rem;
}
.core .core-content .title{
    font-size: 36px;
    color: #333333;
}
.core .core-content .attr{
    color: #888888;
    margin-top: 20px;
}
.content-bot {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .4rem;
    margin-top: 1.2rem;
}
.content-bot .bot1{
    width: 5.5rem;
    height: 5.5rem;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    position: relative;
    border-radius: .25rem;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.content-bot .bot1 img{
    width: 1.5rem;
}
.content-bot .bot1:hover{
    background: #fff4f4;
}
.content-bot .bot1:hover img{
    transform: scale(1.1); 
}
.bot1::before, .bot1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #FF6420;
    transform: scale(0);
    transition: 0.5s;
    border-radius: .25rem;
}
.bot1::before {
    border-right: none;
    border-bottom: none;
    transform-origin: 0 0;
}
.bot1::after {
    border-left: none;
    border-top: none;
    transform-origin: 100% 100%;
}
.bot1:hover::before, .bot1:hover::after {
    transform: scaleX(1);
}

.bot1 .view{
    font-size: .75rem;
    color: #333333;
    margin-top: .5rem;
}
.bot1 .custom{
    width: 5rem;
    height: .5rem;
    font-size: .4rem;
    color: #888888;
    margin-top: .5rem;
    text-align: center;
}


.services .servicesCon {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 1rem .5rem;
}

.services .servicesCon dl{
    display: flex;
    width: 5.5rem;
    flex-direction: column;
    align-items: center;
    height: 5.5rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    justify-content: center;
    margin: .2rem 0;
    position: relative;
    border-radius: .2rem;
}
.services .servicesCon dl:hover img{
    transform: scale(1.1); 
}
.services .servicesCon dl:hover{
    background: #fff4f4;
}
.services .servicesCon dl:hover img{
    transform: scale(1.1); 
}
.services .servicesCon dl::before, .services .servicesCon dl::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #FF6420;
    transform: scale(0);
    transition: 0.5s;
    border-radius: 10px;
}
.services .servicesCon dl::before {
    border-right: none;
    border-bottom: none;
    transform-origin: 0 0;
}
.services .servicesCon dl::after {
    border-left: none;
    border-top: none;
    transform-origin: 100% 100%;
}
.services .servicesCon dl:hover::before, .services .servicesCon dl:hover::after {
    transform: scaleX(1);
}
.services .servicesCon dl dt img{
    height: 1.5rem;
}

.services .servicesCon dl dd{
    margin-top: .5rem;
}

.services .bot-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 30px;
} 

.services .bot-btn .learnmore{
    width: 140px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #FF6420;
    border-radius: 4px; 
    display: flex;
    justify-content: center;
    align-items: center;
} 
.services .bot-btn .learnmore .de{
    font-size: 16px;
    color: #FF6420;
    margin-right: 6px;
}
.mr6{
    margin-right: 6px;
}
.services  .bot-btn .getplan{
    width: 140px;
    height: 46px;
    background: #FF6420;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 26px;
} 


.hardware {
    width: 100%;
    /* height: 100vh; */
    background: #F2F3F8;
    padding: 2rem 0;
}
.hardware .hardware-content{
    max-width: 17.75rem;
    margin: 0 0.5rem;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    align-items: center;
}
.hardware .hardware-content .title{
    font-size: .9rem;
    color: #333333;
}
.hardware .hardware-content .attr{
    color: #888888;
    margin-top: .5rem;
}

/*.hardware-content .content-bot{
    display: flex;
    flex-wrap: wrap;
} */
.hardware-content .content-bot .bot1 {
    width: 5.5rem;
    height: 8rem;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
}

.hardware-content .content-bot .bot1 img {
    width: 3.5rem;
    height: auto;
}


.system {
    width: 100%;
    /* height: 100vh; */
    background: #fff;
    padding: 2rem 0;
}
.system .system-content{
    max-width: 18.75rem;
    margin: 0.5rem;
    display: flex;
    flex-direction: column;
    font-size: .5rem;
    align-items: center;
}
.system .system-content .title{
    font-size: .9rem;
    color: #333333;
}
.system .system-content .attr{
    color: #888888;
    margin-top: .5rem;
    margin-bottom: 2.75rem;
    text-align: center;
}
.system-content img{
    width: 100%;
}

.behavior {
    width: 100%;
    /* height: 100vh; */
    background: #F2F3F8;
    padding: 2rem 0;
}
.behavior .behavior-content{
    max-width: 18.75rem;
    margin: 0 0.5rem;
    display: flex;
    flex-direction: column;
    font-size: .5rem;
    align-items: center;
}
.behavior .behavior-content .title{
    font-size: .65rem;
    color: #333333;
}
.behavior .behavior-content .attr{
    color: #888888;
    margin-top: .5rem;
    text-align: center;
}
.behavior .behavior-content .content-bott{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem; 
    margin-top: .8rem;
}
.behavior .behavior-content .content-bott img{
    width: 100%;
}
.behavior .behavior-content .content-bott .bot1{
    position: relative;
}
.behavior .behavior-content .content-bott .bot1 .view{
    position: absolute;
    bottom: .5rem;
    left: .5rem;
    font-size: .65rem;
    color: #FFFFFF;
}

