/*导航*/
.header-box{
    position: relative;
    height: calc(100vh);
}
.nav{
    height: 4rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    position: absolute;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.white{
    color: #ffffff;
}
.logo-box{
    width: 32%;
}
.logo-box>a>img{
    width: 16rem;
    height: 2rem;
    display: flex;
    align-items: center;
    margin-left: 2%;
}
.nav-list{
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.nav-list>li{
    height: 100%;
    display: flex;
    align-items: center;
}
.nav-list>li>a{
    padding: 0 1.25rem;
    font-size: 1rem;
}
.go{
    color: #ffffff;
}
.nav-active{
    color: #1888f5;
}
.nav-list>li>a:hover{
    color: #1888F5;
}
.register-btn{
    margin-right: 2%;
    display: inline-block;
    background-color: #006AC1;
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-left: 10px;
}
.nav-right{
    width: 32%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav-right>span{
    cursor: pointer;
}
.list-father{
    position: relative;
}
.list-father:hover .list-box{
    visibility: visible;
}
.list-box{
    width: 349px;
    height:168px;
    background-color: #202020;
    position: absolute;
    display: flex;
    z-index: 2;
    top: 63px;
    left: -40%;
    color: #ffffff;
    visibility: hidden;
}
.traingle{
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #202020;
    position: absolute;
    top: -20px;
    left: 98px;
}
.list-items>li>a{
    color: #ffffff;
    font-size: 0.9rem;
}
.list-items>li>a:hover{
    color: #1888F5;
}
.list-items>li>span{
    color: #F76B69;
    font-size: 0.9rem;
    margin-left: 8px;
}
.list-box>ul{
    width: 50%;
}
.list-box>ul>li{
    margin-top: 4px;
}
.list-box>ul:nth-child(2){
    padding-left: 30px;
    padding-top: 20px;
}
.list-box>ul:nth-child(3){
    padding-top: 20px;
}
/*移动端导航*/
.mobile-nav{
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
    z-index: 9999;
    position: absolute;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.mobile-nav>img:nth-child(1){
    width: 3rem;
    height: 3.2rem;
    margin-left: 1rem;
}
.mobile-nav>img:nth-child(2){
    width: 18rem;
    height: 3rem;
}
.mobile-nav>img:nth-child(3){
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
}
.menu-box{
    width: 100%;
    position: absolute;
    top: 6rem;
    /*background: rgba(0,0,0,0.6);*/
    background-color: #ffffff;
    padding: .5rem 0 .5rem 0rem;
    color: #000000;
    display: none;
}
.menu-box>ul>li{
    padding: .5rem;
}
.menu-box>ul>li>a{
    color: #000000;
}
.next-menu{
    margin: .8rem;
    display: none;
}
.next-menu>ul:nth-child(2){
    margin-top: 1rem;
}
.next-menu>ul>li{
    margin: .5rem;
}
.next-menu>ul>h2{
    border-bottom:1px solid #d8d8d8;
    padding-bottom: .5rem;
}
.next-menu>ul>li>a{
    color: #000000;
}
.select-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.select-box img{
    width: 1.4rem;
    height: 1.4rem;
}
.key{
    color: #F76B69;
    margin-left: .8rem;
}
/*轮播图*/
.swiper-box{
    width: 100%;
    height: 100%;
    z-index: 998;
    position: absolute;
}
.poster-box{
    width: 100%;
    height: 35rem;
    background-image: url("/uploads/20210925/about_top_pc.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-pagination-bullet{
    background-color: #ffffff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    width: 34px;
    border-radius: 4px 4px 4px 4px;
}
.swiper-slide>img{
    width: 100%;
    height: 100%;
}
/*功能区*/
.wrap_block1{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.function-area,.poster-area{
    width: 80%;
    height: 37.5rem;
}
.poster-area{
    margin-top: 16px;
}
.function-area{
    display: flex;
}
.function-left,.function-right{
    width: 50%;
}
.function-right{
    display: flex;
    flex-wrap: wrap;
}
.function-left{
    position: relative;
}
.function-right>div{
    width: 50%;
    height: 50%;
    position: relative;
}
.describe1{
    color: #ffffff;
    font-size: 1.2rem;
    z-index: 2;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    margin-left: -5rem;
}
.describe2{
    color: #ffffff;
    font-size: 1.2rem;
    z-index: 2;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    margin-left: -2.5rem;
}
.poster-area{
    position: relative;
}
.poster-area>div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.poster-area>div>span:nth-child(2){
    display: block;
    width: 10rem;
    height: 2.5rem;
    border-radius: 4px;
    opacity: 1;
    line-height: 40px;
    text-align: center;
    background: #0079F2;
    margin-top: 1.8rem;
}
.poster-area>div>span:nth-child(2)>a{
    color: #ffffff;
}
.poster-area>div>span:nth-child(1){
    font-size: 3rem;
    opacity: 1;
}
/*页尾*/
.wrap_block2{
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #1D1D1D;
}
.footer{
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.footer-top,.footer-bottom{
    width: 100%;
    color: #ffffff;
    display: flex;
}
.footer-top{
    padding: 1.5rem 2rem;
}
.footer-top>div>h2{
    font-size: 1rem;
    margin-bottom: 1rem;
}
.footer-top>div{
    display: flex;
    flex-direction: column;
}
.footer-top>div:nth-child(1){
    width: 17%;
}
.footer-top>div:nth-child(2){
    width: 17%;
}
.footer-top>div:nth-child(3){
    width: 36%;
}
.footer-top>div:nth-child(4){
    width: 30%;
}
.footer-top>div>a,.footer-top>div>span{
    color: #ffffff;
    opacity: 0.6;
    margin-top: 0.5rem;
    font-size: 0.8rem;
}

.footer-top img{
    width: 8.25rem;
    height: 8.25rem;
}
.footer-top-last{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-bottom{
    line-height: 3rem;
    align-items: center;
    justify-content: center;
    border-top:1px solid rgba(255, 255, 255, 0.2);
    padding: 1.3rem 0;
}
.footer-bottom>span:nth-child(1){
    opacity: 0.5;
    margin-right: 14px;
}
.footer-bottom>span>img{
    width: 1rem;
    height: 1rem;
    margin-left: .4rem;
    margin-top: .5rem;
}
/*关于我们*/
.about-box{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 3.5rem 0;
}
.about-box>div{
    width: 40%;
}
.about-box>div:nth-child(2){
    background-color: #F9FAFE;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-box>div:nth-child(2)>div>h2{
    border-left: 4px solid #FC9151;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}
.about-box>div:nth-child(2)>div{
    width: 80%;
}
.about-box>div:nth-child(2)>div>p:nth-child(3){
    text-indent: 2rem;
}
.hope-box{
    width: 100%;
    height: 31rem;
    background-image: url("/assets/addons/cms/img/ljzj/guanyu3.jfif");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}
.hope-box>div{
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
}
.hope-box>div>div{
    width: 50%;
    height: 85%;
    background-color: #ffffff;
}
.card>div>h2{
    color: #040404;
}
.card>div>div>h2{
    color: #040404;
    font-size: 1.25rem;
}
.card>div:nth-child(1){
    padding-top: 2.5rem;
    padding-left: 7.8rem;
}
.card>div:nth-child(1)>h2{
    font-size: 1.5rem;
    border-left: 4px solid #FC9151;
    padding-left: 1rem;
    line-height: 1.5rem;
}
.card>div:nth-child(1)>p{
    margin-top: 2rem;
    width: 53%;
}
.card>div:nth-child(2){
    margin-top: 4.75rem;
    padding-left: 7.8rem;
    display: flex;
    flex-direction: row;
}
.card>div:nth-child(2)>div:nth-child(1)>span{
    display: inline-block;
    width: 57%;
    margin-top: 2rem;
    color: #000000;
}
.special-span{
    display: inline-block;
    width: 61%;
    margin-top: 2rem;
    color: #000000;
}
.team-box{
    display: flex;
    justify-content: center;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.team-box>div{
    width: 80%;
}
.team-box>div>h2{
    color: #000000;
    font-size: 1.5rem;
    border-left: 4px solid #FC9151;
    padding-left: 1rem;
    line-height: 1.5rem;
    margin-left: 5.4rem;
}
.person-list{
    margin-top: 4.5rem;
    display: flex;
    justify-content: space-between;
}
.person-list>div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.person-list>div>img{
    height: 25rem;
    width: 64%;
}
.person-list>div>p:nth-child(2){
    margin-top: 1.5rem;
    margin-bottom: 0.87rem;
}
.person-list>div>p:nth-child(3){
    width: 57%;
}
.contact-box{
    display: flex;
    justify-content: center;
}
.contact-box>div{
    width: 70%;
}
.contact-box>div>h2{
    color: #000000;
    font-size: 1.5rem;
    border-left: 4px solid #FC9151;
    padding-left: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
}
.contact-box>div>p{
    margin-top: 1.56rem;
}
.map-box{
    width: 50%;
    margin-top: 1.8rem;
    height: 27rem;
    margin-bottom: 1.8rem;
}
#allmap{
    width: 100%;
    height: 100%;
}
/*加入我们*/
.join-poster-box{
    width: 100%;
    height: 35rem;
    background-image: url("/uploads/20210925/job_top_pc.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
.job-box{
    display: flex;
    justify-content: center;
    padding-top: 2.5rem;
}
.job-box>div{
    width: 70%;
}
.job-box>div>h2{
    text-align: center;
    font-size: 3rem;
    font-family: MicrosoftYaHei;
    color: rgba(0, 0, 0, 0.85);
    line-height: 31px;
    margin-bottom: 3rem;
}
.job-box>div>div:nth-child(2){
    height: 11rem;
    background: #F9FAFE;
    box-shadow: 0px 2px 8px 0px rgba(187, 196, 229, 0.4);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.job-box>div>div:nth-child(2)>div:nth-child(1){
    width: 95%;
    background-color: #ffffff;
    padding-left: 0.9rem;
}
.job-box>div>div:nth-child(2)>div>input{
    width: 90%;
    height: 3rem;
    background: #FFFFFF;
    border-radius: 4px;
    border: none;
    color: rgba(0, 0, 0, 0.45);
    font-size: 0.9rem;
}
.job-box>div>div:nth-child(2)>div>span{
    display: inline-block;
    width: 6rem;
    height: 2rem;
    background-color: #0079F2;
    line-height: 2rem;
    text-align: center;
    color: #ffffff;
    font-size: 0.9rem;
    border-radius: 4px;
}
.job-box>div>div:nth-child(2)>div:nth-child(2){
    margin-top: 2rem;
    width: 95%;
    color: #666666;
    font-size: .9rem;
    padding-left: .9rem;
}
.job-box>div>div:nth-child(2)>div:nth-child(2)>div{
    width: 50%;
}
.job-box>div>div:nth-child(2)>div:nth-child(2)>div>select{
    height: 1.8rem;
    background: #FFFFFF;
    border-radius: 4px;
    border: none;
    color: #666666;
    font-size: .9rem;
    width: 85%;
    padding-right: .9rem;
}
/*表格*/
.table-box{
    margin-top: 2.5rem;
}
.table-box ul li{
    height: 3.43rem;
    background-color: #F9FAFE;
    border-bottom: 1px solid #EBEDEF;
}
.table-box ul li div{
    width: 100%;
    height: 100%;
}
#table-header{
    height: 3.43rem;
    background-color: #333333;
    color: #ffffff;
}
.table-items{
    display: flex;
    height: 100%;
}
.table-items>p{
    width: 14%;
    display: flex;
    align-items: center;
}
.table-items>p:nth-child(1){
    width: 55%;
    padding-left: 3rem;
}
.table-img{
    width: 1rem;
    height: 0.9rem;
    margin-left: 2.5rem;
    cursor: pointer;
}
.table-content{
    display: none;
}
.content-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #EBEDEF;
}
.content-box>div{
    width: 50%;
}
.content-box>div{
    padding: 0.8rem 0rem;
}
.line>div{
    border-right: 1px solid #EBEDEF;
}
.content-box>div>div{
    padding: 2.3rem 3.6rem 2.5rem 3.2rem;
}
.table-content>div{
    background-color: #ffffff;
}
.content-box>div>div>h2{
    font-size: 1rem;
    margin-bottom: 0.875rem;
}
.content-box>div>div>p{
    font-size: 0.875rem;
}
/*表格*/
.more-box{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10rem;
    background-color: #F9FAFE;
    margin-bottom: 6rem;
}
.more-box>button{
    width: 10rem;
    height: 2.5rem;
    border: none;
    background-color: #0079F2;
    border-radius: 4px;
    color: #ffffff;
}
.small-show{
    display: none;
}
/*设备云传*/
.equip-poster-box{
    width: 100%;
    height: 35rem;
    background-image: url("/uploads/20210925/cloud_top_pc.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
.poster-area{
    background-image: url("/uploads/20210925/home_footer_pc.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
.equip-poster-box>p,.show-poster-box>p{
    width: 27%;
    text-align: center;
}
.equip-poster-box>p:nth-child(1),.show-poster-box>p:nth-child(1){
    font-size: 2.25rem;
}
.equip-poster-box>p:nth-child(2),.show-poster-box>p:nth-child(2){
    margin-top: 3rem;
    font-size: 0.8rem;
}
.talk-box{
    background-color: #F9FAFE;
    width: 100%;
    padding: 2.5rem 0;
    display: flex;justify-content: center;
}
.talk-box>div{
    width: 32.7%;
}
.talk-box>div>p {
    text-align: center;
    line-height: 2rem;
    font-size: 1rem;
}
.product>div{
    width: 100%;
}
.progress-box,.advantage-box{
    display: flex;
    justify-content: center;
}
.progress-box{
    padding-bottom: 8.5rem;
}
.progress-box>div,.advantage-box>div{
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.progress-box>div>h2,.advantage-box>div>h2{
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 4.5rem;
    margin-bottom: 3rem;
}
.progress-box>div>p,.advantage-box>div>p{
    font-size: 0.8rem;
    margin-bottom: 2.5rem;
}
.advantage-box{
    background-color: #F9FAFE;
}
.tab {
    display: flex;
    width: 24%;
    justify-content: space-between;
}
.shine {
    color: #006ac1;
    border-bottom: 1px solid #006AC1;
}
.tab>li {
    font-size: 0.87rem;
    text-align:center;
    line-height:2.18rem;
    cursor:pointer;
}
.tab>li:hover{
    color: #006ac1;
    border-bottom: 1px solid #006AC1;
}
.content {
    width:100%;
    height: 100%;
    margin-top: 1rem;
    margin-bottom: 6.5rem;
}
.content>li{
    height: 100%;
}
.tab-list{
    height: 100%;
}
.info{
    display: none;
}
.show{
    display: block;
}
.tab-list{
    display: flex;
}
.tab-list>img{
    width: 50%;
    height: 100%;
}
.tab-list>div{
    width: 50%;
    height: 100%;
    background-color: #ffffff;
}
.tab-list>div>p{
    padding: 2rem 4rem 4rem 3.5rem;
    font-size: 0.8rem;
    line-height: 1.5rem;
}
.chat-box{
    width: 100%;
    height: 39rem;
    background-image: url("/uploads/20210925/cloud_footer_pc.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
.chat-box>p{
    font-size: 2.25rem;
}
.chat-box>div{
    width: 10rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border: 1px solid #ffffff;
    text-align: center;
    border-radius: 4px;
    margin-top: 5rem;
    cursor: pointer;
}

.produce-box{
    display: flex;
    justify-content:center;
    padding-top: 2.75rem;
    padding-bottom: 3.5rem;
}
.produce-box>div{
    width: 30%;
    display: flex;
    flex-direction: column;
}
.produce-box>div>p{
    text-align: center;
}
.produce-box>div>div{
    display: flex;
    justify-content: space-between;
    margin-top: 1.8rem;
}
.produce-box>div>div>a{
    color: #000000;
}
.mask{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    position:absolute;
    left:0px;
    top:0px;
    display:none;
    z-index:1000;
}
.container{
    position: relative;
}
.code-box{
    width: 20rem;
    height: 20rem;
    position: absolute;
    display: none;
    position: fixed;
    top: 50%;
    margin-top: -10rem;
    left: 50%;
    margin-left:-10rem;
    z-index: 2000;
}
.code-box>p{
    text-align: center;
    color: #ffffff;
    font-size: 1.5rem;
    margin-top: 1rem;
}
.buy-poster-box{
    width: 100%;
    height: 27rem;
    background-image: url("/uploads/20210925/purchase_top_pc.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/*设备平台*/
.platform-poster-box{
    width: 100%;
    height: 28rem;
    background-image: url("/uploads/20210925/equipment_top_pc.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    position: relative;
}
.platform-poster-box>div{
    position: absolute;
    top: 12rem;
    left: 20rem;
    width: 22%;
    text-align: center;
}
.platform-poster-box>div>h2{
    font-size: 2.25rem;
    margin-bottom: 2.5rem;
}
.area-box1{
    width: 100%;
    height: 28rem;
    background-image: url("/uploads/20210925/equipment_middle_pc.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.area-box1>div{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 30%;
}
.area-box1{
    font-size: 1.87rem;
}
.area-box1>div>p:nth-child(2){
    font-size: 1.25rem;
    margin-top: 2.5rem;
}
.area-box1>div>p:nth-child(3){
    font-size: 0.85rem;
    margin-top: 2.5rem;
}
.area-box2{
    display: flex;
    align-items: center;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    flex-direction: column;
}
.area-box2>div:nth-child(1){
    width: 31%;
}
.area-box2>div:nth-child(2){
    width: 40%;
}
.area-box2>div:nth-child(1){
    text-align: center;
}
.area-box2>div:nth-child(1)>h2{
    font-size: 1.8rem;
}
.area-box2>div:nth-child(1)>p:nth-child(2){
    font-size: 1.25rem;
    margin-top: 2.5rem;
}
.area-box2>div:nth-child(1)>p:nth-child(3){
    font-size: 0.8rem;
    margin-top: 2.5rem;
}
.icon-list{
    display: flex;
    justify-content: space-between;
    padding-top: 3.68rem;
}
.icon-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    text-align: center;
}
.icon-box>h2{
    margin-top: 2rem;
}
.icon-box>p{
    font-size: 0.82rem;
    margin-top: 1.5rem;
}
.icon-box>img{
    width: 6rem;
    height: 5.7rem;
}
.area-box3{
    width: 100%;
    height: 28rem;
    background-image: url("/uploads/20210925/equipment_footer_pc.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.area-box3{
    display: flex;
    justify-content: center;
    align-items: center;
}
.area-box3>div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.area-box3>div>h2{
    font-size: 2.25rem;
}
.area-box3>div>p{
    font-size: 1rem;
    margin-top: 3.5rem;
}
.area-box3>div>div{
    width: 10rem;
    height: 2.5rem;
    background-color: #0079F2;
    line-height: 2.5rem;
    text-align: center;
    margin-top: 4.6rem;
    border-radius: 4px;
}
.online{
    cursor: pointer;
}
/*智慧人集*/
.person-poster-box{
    width: 100%;
    height: 35rem;
    background-image: url("/uploads/20210925/wisdom_top_pc.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
.person-poster-box>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 57%;
}
.person-poster-box a{
    color: #ffffff;
    font-size: 1rem;
}
.person-poster-box>div>h2{
    font-size: 2.25rem;
    margin-bottom: 3rem;
}
.person-poster-box>div>p{
    font-size: 0.875rem;
    margin-bottom: 3rem;
}
.foot-area{
    width: 100%;
    height: 35rem;
    background-image: url("/uploads/20210925/wisdom_footer_pc.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.foot-area{
    display: flex;
    justify-content: center;
}
.foot-area>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}
.foot-area>div>div{
    width: 10rem;
    height: 2.5rem;
    background-color: #0079F2;
    text-align: center;
    border-radius: 4px;
    margin-top: 26rem;
    line-height: 2.5rem;
}
.foot-area a{
    color: #ffffff;
    font-size: 1.1rem;
}
/*展厅*/
.show-poster-box{
    width: 100%;
    height: 28rem;
    background-image: url("/uploads/20210925/showroom-top-pc.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
.go-box{
    height: 4.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.go-box>a{
    color: #000000;
    font-size: 1rem;
    margin: 0 2rem;
}
/*视频*/
.video-area{
    width: 100%;
    height: 27rem;
    background-image: url("/uploads/20210925/saas_video_pc.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    color: #ffffff;
}
.video-area>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 31%;
    text-align: center;
}
.video-area>div>h2{
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
}
.video-area>div>p:nth-child(2){
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
}
.video-area>div>p:nth-child(3){
    font-size: 0.87rem;
    margin-bottom: 4rem;
}
.video-area>div>img{
    width: 2.8rem;
    height: 2.8rem;
    cursor: pointer;
}
#video-box{
    width: 50%;
    height: 35rem;
    position: fixed;
    display: none;
    top: 50%;
    margin-top: -17rem;
    left: 50%;
    margin-left:-25%;
    z-index: 2000;
}
#video-box>video{
    width: 100%;
    height: 100%;
}
.saas-poster-box{
    width: 100%;
    height: 35rem;
    background-image: url("/uploads/20210925/saas_top_pc.png");
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
.saas-poster-box>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 57%;
}
.saas-poster-box a{
    color: #ffffff;
    font-size: 1rem;
}
.saas-poster-box>div>h2{
    font-size: 2.25rem;
    margin-bottom: 3rem;
}
.saas-poster-box>div>p{
    font-size: 0.875rem;
    margin-bottom: 3rem;
}
.saas-poster-box>div>div{
    width: 8.75rem;
    border: 1px solid #ffffff;
    border-radius: 4px;
    height: 2.25rem;
    line-height: 2.25rem;
}
.sentence-box{
    display: flex;
    justify-content: center;
}
.sentence-box>div{
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.sentence-box>div>h2{
    font-size: 1.87rem;
    margin-bottom: 2.5rem;
}
.sentence-box>div>p:nth-child(2){
    font-size: 1.35rem;
    margin-bottom: 2.5rem;
}
.sentence-box>div>p:nth-child(3){
    font-size: 0.875rem;
}
.saas-area1,.saas-area2,.saas-area3,.saas-area4{
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    position: relative;
}
.saas-area1,.saas-area2{
    height: 71.6rem;
}
.saas-area1{
    background-image: url("/assets/addons/cms/img/ljzj/SaaS_02.png");
}
.saas-area2{
    background-image: url("/assets/addons/cms/img/ljzj/SaaS_03.jpg");
}
.saas-area3{
    height: 52.3rem;
    background-image: url("/assets/addons/cms/img/ljzj/SaaS_04.png");
}
.area-talk{
    position: absolute;
    bottom: 12.5rem;
    text-align: center;
    width: 30%;
}
.area-talk>h2{
    font-size: 1.87rem;
}
.special-area>p:nth-child(1),.area-talk>p:nth-child(2){
    font-size: 1.25rem;
    margin-top: 2.5rem;
}
.special-area>p:nth-child(2),.area-talk>p:nth-child(3){
    margin-top: 2.5rem;
    font-size: 0.875rem;
}
.special-area p{
    color: #000000;
}
.special-area{
    bottom: 5rem;
}
.saas-area4{
    padding-top: 9rem;
    padding-bottom: 9rem;
}
.saas-area4>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.saas-area4>div>h2{
    color: #006AC1;
    font-size: 2.25rem;
}
.saas-area4>div>p{
    color: #000000;
    font-size: 1rem;
    margin-top: 2.5rem;
}
.saas-area4>div>div{
    width: 10rem;
    height: 2.5rem;
    border-radius: 4px;
    line-height: 2.5rem;
    background-color: #0079F2;
    text-align: center;
    margin-top: 4.5rem;
}
.saas-area4 a{
    color: #ffffff;
    font-size: 1.1rem;
}
.zhgh{
    background-image: url("/uploads/20210925/showroom-footer-pc.png");
    background-size: 100% 100%;
    width: 100%;
    height: 40.625rem;
    display: flex;
    justify-content: center;

}
.zhgh-title{
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 18%;
    margin-top: 9.6rem;
}
.zhgh-title h2{
    font-size: 1.75rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
}
.zhgh-title p{
    font-size: 0.875rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    margin-top: 4rem;
}
.zhgh-title h2:nth-child(3){
    margin-top: 2.5rem;
    font-size: 1.5rem;
}
/*旋转*/
.rotate-icon{
  transform: rotate(180deg);
}
/*移动端轮播图*/
.show-big{
    display: block;
}
.show-small{
    display: none;
}
/*加载更多*/
.loadmore {
  width: 80%;
  margin: 1.5em auto;
  line-height: 1.6em;
  font-size: 14px;
  text-align: center;
  clear: both;
}
.loadmore-tips {
  display: inline-block;
  vertical-align: middle;
}
.loadmore-line {
  border-top: 1px solid #E5E5E5;
  margin-top: 2.4em;
}
.loadmore-line .loadmore-tips {
  position: relative;
  top: -0.9em;
  padding: 0 .55em;
  background-color: #FFFFFF;
  color: #808080;
}

