﻿.presentationData {
    width: 100vw;
    height: 230px;
    /* background-image: url(/mobile/images/homepage/cs.png);
    background-size: 100% 30vh;*/
    background-repeat: no-repeat;
    overflow: hidden;
}

.presentationDataQh {
    margin-top: 22vh;
    text-align: center;
    height: 1vh;
}

.presentationDataQhNoSelect {
    margin-right: 2vw;
    width: 5vw;
    height: inherit;
    display: inline-block;
    background-image: url(/mobile/images/homepage/qh2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.presentationDataQhSelected {
    margin-right: 2vw;
    width: 8vw;
    height: inherit;
    display: inline-block;
    background-image: url(/mobile/images/homepage/qh.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.statisticalData {
    margin: 0 auto;
    margin-top: 1vh;
    width: 90vw;
    height: 65px;
    background-color: #3c7afb;
    box-shadow: 1px 0px 5px #bfbbbb;
    border-radius: 5px;
    overflow: hidden;
    z-index: 99;
    position: relative;
}

.statisticalData-element {
    margin-top: 16px;
    width: 28vw;
    height: 30px;
    border-right: 1px solid #bfbbbb;
    float: left;
}
    .statisticalData-element:first-child {
        margin-left: 1vw;
    }

    .statisticalData-element:last-child {
        border: none;
    }

.statisticalData-element-icon {
    margin-left: 2vw;
    width: 6vw;
    height: inherit;
    background-image: url(/mobile/images/homepage/icon.png);
    background-size: 100% 80%;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
}

.statisticalData-element-content {
    margin-left: 2vw;
    width: 12.5vw;
    height: inherit;
    float: left;
}

    .statisticalData-element-content > p {
        width: inherit;
        overflow: hidden;
    }

        .statisticalData-element-content > p:nth-child(1) {
            font-size: 1em;
            font-weight: bold;
            height: 2.5vh;
            line-height: 2.5vh;
            color:white;
        }

        .statisticalData-element-content > p:nth-child(2) {
            color: white;
            font-size: 0.7em;
            height: 2vh;
            line-height: 2vh;
        }

.intelligentProducts {
    width: inherit;
    height: 650px;
    background-color: #f5f6fa;
}

.intelligentProducts-header {
    margin: 0 auto;
    margin-bottom: 2vh;
    width: inherit;
}

    .intelligentProducts-header > p:nth-child(1) {
        width: inherit;
        height: 6vh;
        line-height: 8vh;
        text-align: center;
        font-weight: bold;
    }

    .intelligentProducts-header > p:nth-child(2) {
        margin: 0 auto;
        width: 100vw;
        height: 15px;
        line-height: 2px;
    }

.intelligentProducts-content {
    width: inherit;
    background-color: #F5F5F5;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.intelligentProducts-content-element, .intelligentProducts-content-element2 {
    width: 30vw;
    margin: 1%;
    height: 22vh;
    background-color: white;
    box-shadow: 1px 0px 5px #bfbbbb;
    border-radius: 5px;
    float: left;
    margin-top: 15px;
}



.softtypediv {
  width:90%;
  margin:auto;
  display:flex;
  flex-wrap:wrap;
  margin-top:30px;
}

.softtypelist {
    width: 28vw ;
    margin: 1%;
    height: 150px;
    background-color: white;
    box-shadow: 1px 0px 5px #bfbbbb;
    border-radius: 5px;
    margin-top: 15px;
}

.softtypeimg {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    height: 40px;
}
.softtypeimg img {
     width:40px;
}
.softtypemore {
    line-height: 16vh;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 1.3em;
    text-align: center;
}

.softtypetitle1 {
    margin: 0 auto;
    margin-top: 5px;
    width: 100%;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
}

.softtypetitle2 {
    margin: 0 auto;
    margin-top: 8px;
    width: 85%;
    text-align: center;
    font-size: 0.8em;
    word-wrap: break-word;
    color: #8E91AB;
    height: 45px;
    overflow: hidden;
}


.title3 {
    color: rgb(223 223 223 / 20%);
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    z-index: -2;
    margin-top: -43px;
    /* position: relative;*/
}

.title4 {
  width:100%;
  text-align:center;
  font-size:0.8em;
  font-weight:600;
}


.jjfapage {
    width: 100%;
    background-color: white;
}

.tabtitle {
    width: 100%;
    /*    min-width: 1200px;*/
    height: auto;
    background: #F6F6F6;
    text-align: center;
    padding-top: 30px;
}

.title {
    /* height: 110px;
    padding: 100px 0 60px 0;*/
    font-size: 1.2em;
    font-weight: 700;
    position: relative;
    color: #2033b2;
    font-family: alibbphbold;
}

    .title p {
        font-size: 16px;
        font-weight: normal;
        color: #676B77;
        margin-top: 20px;
        font-family: 'Alibaba PuHuiTi 2.0'
    }


.solux {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    margin-top: 15px;
}


.solux-m2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0.2rem 0px;
    padding: 0px 0px;
}

.solumenu {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 66vw;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 7px;
    border-radius: 2em;
    background: #ebecf0;
}

.solumenu-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 35px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 20px;
    background: transparent;
    cursor: pointer;
}

.solumenu-item-on {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 0.4rem;
    min-height: 35px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 2em;
    background: #fff;
    cursor: pointer;
}

    .solumenu-item-on > .label1 {
        padding: 0px 0px;
        font-size: 1em;
        font-weight: normal;
        color: #000;
        cursor: pointer;
    }

.hytoptib {
    width: 95%;
    margin: auto;
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.hytopjt {
    width: 5%;
    font-weight: bolder;
    font-size: 25px;
    color: #bfbbbb;
    display:none;
}

.hytoptibitem {
    width: 23%;
    margin: 0.5%;
    padding: 13px 0.5%;
    text-align: center;
    line-height: 15px;
    font-size:0.9em;
}

.hytoptibitem6 {
    width: 23%;
    margin: 0.5%;
    padding: 13px 0.5%;
    text-align: center;
    line-height: 15px;
    font-size: 0.9em;
}


.hytoptibitem5 {
    width: 48%;
    margin: 0.5%;
    padding: 13px 0.5%;
    text-align: center;
    line-height: 15px;
    font-size:0.8em;
}

.hytoptibitemactive {
    background-color: #2033b3;
    color: white;
    border-radius: 20px;
}




.swiper-container {
    position: relative;
    /*height: 700px;*/
    width: 100%;
    /*  min-width: 1200px;*/
}

    .swiper-container .ts {
        letter-spacing: 12.5px;
        position: absolute;
        top: 10px;
        left: calc(50vw - 600px);
        color: #fff;
        height: 40px;
        line-height: 40px;
        background: rgba(0, 0, 0, 0.35);
        z-index: 3;
        width: 1200px;
        text-align: center;
        border-radius: 20px;
        font-size: 16px;
        font-family: 'Microsoft YaHei UI Light';
    }

        .swiper-container .ts img {
            float: right;
            margin: 10px 20px;
        }

    .swiper-container .slide1 {
        background: url(../images/index/banner.jpg) no-repeat 100%;
        background-size: 100% 100%;
    }

    .swiper-container .slide2 {
        background: url(../images/index/banner.jpg) no-repeat 100%;
        background-size: 100% 100%;
    }

    .swiper-container .slide3 {
        background: url(../images/index/banner.jpg) no-repeat 100%;
        background-size: 100% 100%;
    }

















.page5div {
    width: 100%;
    height: 800px;
    /*  background: url('/images/index/newspgbg.png') no-repeat;
    background-size: 100% 100%;*/
}

.page5-center {
    text-align: center;
    margin: auto;
}


.page5topdiv {
    width: 100%;
    height: 580px;
    position: relative;
}

.page5topcenter {
    width: 90%;
    height: 333px;
    margin-top: 10px;
    border-radius: 10px;
   
    position: absolute;
    left: 5%;
    top: 28px; 
}

.page5topleftdiv {  
}

.page5topleftimg img {
    width: 90%;
    height: 234px;
}

.page5toplinediv {
    width: 2px;
    height: 123px;
    background-color: rgb(110 110 110 / 18%);
    margin-top: 90px;
    float: left;
    display:none
}

.page5toprightdiv {
    width: 90%;
    margin:auto;
    margin-top:20px;
    text-align: left;
}

.page5toprighttitle1 {
    font-weight: 600;
    font-size: 1.1em;
    line-height: 25px;
}

.page5toprighttitle2 {
    font-size: 0.9em;
    color: #676B77;
    height: 150px;
    line-height: 25px;
}

.page5toprightbtn {
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: white;
    background-color: #0053ff;
    border-radius: 20px;
    margin-top: 30px;
    font-size: 13px;
    cursor: pointer;
}

    .page5toprightbtn a {
        color: white !important;
    }

.page5bbottomdiv {
    width: 100%;
    height: 130px;
    background-color: #0041d7;
}

.page5bbottomlist {
    width: 90%;
    margin: auto;
    display: flex;
}

.page5bbottomitem {
    height: 130px;
    width: 25%;
    text-align: center;
}

.page5bbottomitemhover {
    background-color: #0041aa;
}

.page5bbottomitemimg {
    margin-top: 20px;
}

    .page5bbottomitemimg img {
        width: 40px;
        height: 42px;
    }

.page5bbottomitemtitle1 {
    padding-top: 15px;
    line-height: 30px;
    color: #ffffff;
}

.page5bbottomitemtitle2 {
    line-height: 30px;
    color: #ffffff;
    font-size: 13px;
    display:none
}










.intelligentProducts-content-elementSelected {
    background-color: #1C6EFF;
    color: white;
}

.ICE-icon {
    width: inherit;
    height: 60px;
    background-image: none;
    background-size: 30% 60%;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

.ICE-content {
    width: inherit;
    height: 80px;
}

    .ICE-content > p:nth-child(1) {
        margin: 0 auto;
        margin-top: 10px;
        width: 100%;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
    }

    .ICE-content > p:nth-child(2) {
        margin: 0 auto;
        margin-top: 8px;
        width: 85%;
        text-align: center;
        font-size: 0.7em;
        word-wrap: break-word;
        color: #8E91AB;
        height: 100px;
        overflow: hidden;
    }

.intelligentProducts-content-element2 {
    background-image: url(/mobile/images/homepage/more.png);
    background-size: 40% 8%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 2vh;
}

.isHidden {
    display: none;
}

.solution {
    width: inherit;
    height: 80vh;
    background-image: url(/mobile/images/homepage/bg2.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.indexsolution-headers {
    width: inherit;
}

    .indexsolution-headers > p:nth-child(1) {
        width: inherit;
        height: 8vh;
        line-height: 8vh;
        text-align: center;
        font-weight: bold;
        color: white;
    }

    .indexsolution-headers > p:nth-child(2) {
        margin: 0 auto;
        width: 8vw;
        height: 2px;
        line-height: 2px;
        background-color: #3C7AFB;
    }

.solution-content {
    margin: 0 auto;
    margin-top: 3vh;
    width: 80vw;
    height: 60vh;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    overflow: hidden;
}

.solution-content-icon {
    margin: 0 auto;
    margin-top: 10vh;
    width: 120px;
    height: 120px;
    background-image: url(/mobile/images/homepage/icon10.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.solutionName {
    margin: 0 auto;
    margin-top: 2vh;
    width: 65vw;
    height: 5vh;
    text-align: center;
    line-height: 5vh;
    font-size: 14px;
    color: white;
}

.solutionIllustrate {
    margin: 0 auto;
    margin-top: 3vh;
    padding: 10px;
    width: 70vw;
    text-align: center;
    color: #FFFFFF;
    background-color: #000000;
    opacity: 0.5;
    font-size: 10px;
    letter-spacing: 1px;
}

.solution-button {
    margin-top: 5vh;
    text-align: center;
    height: 2vh;
}

.solution-buttonNoSelect {
    margin-right: 2vw;
    width: 4vw;
    height: inherit;
    display: inline-block;
    background-color: #C9CACE;
    border-radius: 50%;
    /*background-image: url(/mobile/images/homepage/qh2.png);
            background-size: 100% 100%;
            background-repeat: no-repeat;*/
}

.solution-buttonSelected {
    margin-right: 2vw;
    width: 4vw;
    height: inherit;
    display: inline-block;
    background-color: #3C7AFB;
    border-radius: 50%;
    /*            background-image: url(/mobile/images/homepage/qh.png);
            background-size: 100% 100%;
            background-repeat: no-repeat;*/
}

.classicCases {
    width: inherit;
}

.classicCases-header {
    width: inherit;
}

    .classicCases-header > p:nth-child(1) {
        width: inherit;
        height: 8vh;
        line-height: 8vh;
        text-align: center;
        font-weight: bold;
    }

    .classicCases-header > p:nth-child(2) {
        margin: 0 auto;
        width: 8vw;
        height: 2px;
        line-height: 2px;
        background-color: #3C7AFB;
    }

.classicCases-content {
    width: inherit;
    overflow: hidden;
}

.CC-element {
    margin: 0 auto;
    margin-top: 3vh;
    width: 90vw;
    height: 36vh;
    background-color: #3C7AFB;
    border-radius: 5px;
}

.CC-element-bg {
    width: inherit;
    height: 20vh;
    background-image: url(/mobile/images/homepage/cs3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.CC-element-name {
    margin: 0 auto;
    width: 80vw;
    height: 6vh;
    line-height: 6vh;
    font-size: 12px;
    color: white;
    border-bottom: 1px solid white;
}

.CC-element-title {
    margin: 0 auto;
    width: 80vw;
    height: 5vh;
    line-height: 5vh;
    font-size: 10px;
    color: white;
}

.CC-element-type {
    margin: 0 auto;
    width: 80vw;
    font-size: 8px;
}

    .CC-element-type > span {
        margin-right: 2vw;
        display: inline-block;
        background-color: white;
        border-radius: 5px;
        background: #E9F1FE;
        padding: 5px 8px;
    }

.CC-element2 {
    margin: 0 auto;
    margin-top: 3vh;
    margin-bottom: 2vh;
    width: 30vw;
    text-align: center;
    background-color: white;
    border: 1px solid black;
    padding: 5px;
}

.newsConsultation {
    width: inherit;
}

.newsConsultation-header {
    width: inherit;
}

    .newsConsultation-header > p:nth-child(1) {
        width: inherit;
        height: 8vh;
        line-height: 8vh;
        text-align: center;
        font-weight: bold;
    }

    .newsConsultation-header > p:nth-child(2) {
        margin: 0 auto;
        width: 8vw;
        height: 2px;
        line-height: 2px;
        background-color: #3C7AFB;
    }

.newsConsultation-content {
    width: inherit;
    background-color: #F5F5F5;
    overflow: hidden;
}

.NCC-element {
    margin: 0 auto;
    margin-top: 3vh;
    width: 80vw;
    overflow: hidden;
}

.NCC-element-content {
    width: 35vw;
    height: 15vh;
    float: left;
}

    .NCC-element-content > p:nth-child(1) {
        margin-bottom: 1vh;
        margin-top: 2vh;
        width: inherit;
        height: 5vh;
        overflow: hidden;
        font-size: 11px;
        font-weight: bold;
    }

    .NCC-element-content > p:nth-child(2) {
        padding-left: 6vw;
        width: inherit;
        height: 3vh;
        line-height: 3vh;
        color: #9A9A9A;
        font-size: 8px;
        background-image: url(/mobile/images/homepage/datetime.png);
        background-size: 4vw 2vh;
        background-repeat: no-repeat;
        background-position-y: center;
    }

.NCC-element-bg {
    width: 40vw;
    height: 12vh;
    background-image: url(/mobile/images/homepage/cs4.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    float: right;
}

.NCC-element2 {
    margin: 0 auto;
    margin-top: 3vh;
    width: 30vw;
    text-align: center;
    background-color: white;
    border: 1px solid black;
    padding: 5px;
}

.newsmaindiv {
    background-color: #F5F5F5;
}
