
/* home */
#home{
    background-color: #ffffff;
    background: url("../img/bg-part1.png") no-repeat;
    /*background-size: cover;*/
    box-sizing: border-box;
    background-size:100% 100%;
}
#home .container{
    height: 100%;
    /*display:flex;
    flex-direction:column;*/
}
.home-container{
    line-height: 1;
}
.home-top_box {
    /*height: 22%;*/
    height: 30%;
    color: #26272e;
    font-family: "proximanovaRegular";
    text-align: center;
}
.home-center_box {
    height: 18%;
}
.home-bottom_box{
    height: 67%;
    color: #ffffff;
}
.home-top_box>div:nth-child(1){
    font-size: 30px;
    letter-spacing: 2px;
    padding-top: 95px;
    padding-bottom: 20px;
}
.home-top_box>div:nth-child(2){
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 2px;
    padding-bottom: 20px;
}
.home-top_box>div:nth-child(3){
    font-size: 24px;
    line-height: 1.4;
}
.news {
    font-size: 24px;
    color: #105de1;
    overflow: hidden;
    text-align: center;
    position: relative;
    padding: 0 40px;
    height: 100px;
}
/**
    ³ÂÆôÔªadd 2020-3-11
*/
/*.activeBack {
    background-color: #f3f4f5!important;
}*/
.swiperBox {
    position: relative;
    height: 100%;
    width: 88%;
    margin: 0 auto;
  
}
.swiper-title{
    margin-bottom:10px;
}
.swiperButton {
    position: absolute;
    width: 38px;
    height: 46px;
    background-color: #131d39;
    background-repeat: no-repeat;
    background-position: 50%;
    overflow: hidden;
    background-color: #ecedef;
    display:none;
    border-radius:6px;
}
.swiper-button-prev {
    background-image: url(../img/left.png);
    left: 0px;
    top:20px;
}
.swiper-button-next {
    background-image: url(../img/right.png);
    right: 0px;
    top: 20px;
}

.swiper-title > a {
    /*font-family: FranklinGothic-Book;*/
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    /*letter-spacing: 2px;*/
    color: #105de1;
    text-decoration:underline;
}
        /*.swiper-title > a:hover {
            text-decoration: none;
            color: #105de1;
        }*/
    .swiper-p > a {
        /*font-family: FranklinGothic-Book;*/
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        /*letter-spacing: 1px;*/
        color: #105de1;
    }
/**end*/
.text-overflow {
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    word-break: break-all !important;
}
.home-bottom_card_box>div{
    height: 100%;
    padding: 0 15px;
}
.home-bottom_card{
    position: relative;
    background-color: rgba(24,34,50, 0.8);
    border-radius:6px 6px 0px 0px;
    height: 100%;
    padding: 35px 20px 10px;
    cursor: pointer;
}
.home-bottom_card_box{
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.home-icon{
    display: inline-block;
    width: 45px;
    height: 45px;
    transition: all 0.3s linear;
 }
.home-title{
    display: inline-block;
    /*font-family: MongolianBaiti;*/
    font-size: 28px;
    letter-spacing: 1px;
    color: #f6f9fa;
    padding-bottom: 7px;
    position: relative;
    margin: 30px 0;
}
.more:after, .home-title:after{
    content: '';
    width: 0;
    position: absolute;
    height: 2px;
    transition: all 0.2s linear;
    background-color: #ffcf32;
    bottom: 0;
    left: 0;
}
.more-box{
    position: absolute;
    bottom: 30px;
}
.more:after{
    width: 10px;
    background-color: #f6f9fa;
}
.more{
    position: relative;
    padding-bottom: 5px;
    letter-spacing: 2px;
    font-size: 16px;
}
.home-content{
    font-size: 16px;
    /*font-family: MongolianBaiti;*/
    line-height: 1.4;
}
.icon-1{
    background: url("../img/icons/icon-home-1.png") no-repeat;
}
.icon-2{
    background: url("../img/icons/icon-home-2.png") no-repeat;
}
.icon-3{
    background: url("../img/icons/icon-home-3.png") no-repeat;
}
.icon-4{
    background: url("../img/icons/icon-home-4.png") no-repeat;
}
.home-bottom_card:hover .icon-1{
    background: url("../img/icons/icon-home-1-copy.png") no-repeat;
    background-size: 100%;
}
.home-bottom_card:hover .icon-2{
    background: url("../img/icons/icon-home-2-copy.png") no-repeat;
    background-size: 100%;
}
.home-bottom_card:hover .icon-3{
    background: url("../img/icons/icon-home-3-copy.png") no-repeat;
    background-size: 100%;
}
.home-bottom_card:hover .icon-4{
    background: url("../img/icons/icon-home-4-copy.png") no-repeat;
    background-size: 100%;
}
.icon-1, .icon-2, .icon-3, .icon-4{
    background-size: 100%;
}
.home-bottom_card:hover .home-title:after{
    width: 100%;
}
.home-bottom_card:hover .more:after{
    background-color: #ffcf32;
    color: #ffd800;
    width: 100%;
}
.home-bottom_card:hover .more{
    color: #ffd800;
}
.link{
    color: #ffd800;
    text-decoration: underline;
}
.link:hover{
    color: #ffd800;
}
.special{
    background-color: rgba(255, 216, 0, 0.7);
    border-radius: 4px;
    padding: 4px 10px;
    position: absolute;
    right: 0;
    top: 0;
    /*font-family: MongolianBaiti;*/
    font-size: 18px;
}
.casesPhone{
    display: none;
}


/*  whatWeDo and whyus */
#whatWeDo a, #whyUs a{
    font-family: FranklinGothic-Book;
    text-decoration: underline;
    font-weight: bold;
    color: #105de1;
    text-transform: uppercase;
    cursor: pointer;
}
#whatWeDo {
    overflow: hidden;
    background-color: #f1f3f9;
    color: #26272e;
    width: 100%;
}
#whyUs{
    overflow: hidden;
    color: #26272e;
    background-color: #ffffff;
}
.whatWeDo-container, .whyus-container{
    height: 100%;
    position: relative;
}
.whyus-container>div, .whatWeDo-container>div{
    height: 100%;
}
.what-img, .whyus-img{
    width: 100%;
}
.wedo-left{
    height: auto;
}
.wedo-right, .whyus-left{
    max-height: 80%;
    display: flex;
    flex-direction: column;
}
.wedo-right .title, .whyus-left .title{
    /*font-family: MongolianBaiti;*/
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 80px;
}
.wedo-text-content>div, .whyus-text-content>div{
    margin-bottom: 80px;
}
.whyus-text-content>div:last-child{
    margin-bottom: 10px;
}
.wedo-text-content .text-title, .whyus-text-content .text-title{
    margin-bottom: 38px;
    /*font-family: MongolianBaiti;*/
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}
.wedo-text-content .text-content, .whyus-text-content .text-content{
    /*font-family: FranklinGothic-Book;*/
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
}
.wedo-text-content, .whyus-text-content{
    padding-right: 40px;
}


/* software */
#software {
    background-color: #ffffff;
    position: relative;
}
.software-container{
    max-height: 80%;
}
    .software-container .title-first {
        /*font-family: MongolianBaiti;*/
        font-size: 50px;
        margin-bottom: 80px;
        letter-spacing: 5px;
        color: #2f3036;
        font-weight:bold;
    }
.software-content{
    width: inherit;
}
.software-container .software-img{
    margin-bottom: 65px;
    width: 80px;
}
.software-text .title{
    /*font-family: MongolianBaiti;*/
    font-size: 24px;
    font-weight: bold;
    color: #105de1;
    margin-bottom: 28px;
}
.software-text .text{
    /*font-family: FranklinGothic-Book;*/
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
}

.software-text .col-md-3{
    padding-right: 40px;
}
.software-text .col-md-3:last-child{
    padding-right: 0px;
}
.software-text .col-sm-6{
    margin-bottom: 30px;
}
@media (max-width: 1660px){
    .home-top_box>div:nth-child(1){
        font-size: 24px;
    }
    .home-top_box>div:nth-child(2){
        font-size: 35px;
    }
    .home-top_box>div:nth-child(3), .news div{
        font-size: 20px;
    }
    .home-bottom_card {
        padding: 25px 15px 10px;
    }
    .home-title{
        margin: 20px 0;
        font-size: 20px;
    }
    .home-content{
        font-size: 17px;
    }
    .special{
        font-size: 15px;
    }
}
@media (max-width: 1600px){
    .home-bottom_card_box{
        width: 95%;
    }
    .home-content{
        font-size: 15px;
    }
    .home-top_box>div:nth-child(1){
        /*padding-top: 65px;*/
        font-size: 22px;
    }
    .home-bottom_card_box>div{
        padding: 0 15px;
    }
    /*.news{
        padding: 15px 0;
    }*/
    /*.news{
        height: 118px;
    }*/
    /* wedo */
    .wedo-right .title, .whyus-left .title{
        margin-bottom: 50px;
    }
    .home-top_box > div:nth-child(1) {
        padding-top: 65px;
        padding-bottom: 15px;
    }

    .home-top_box > div:nth-child(2) {
        padding-bottom: 20px;
    }

    .news {
        height: 100px;
    }

    .swiperButton {
        height: 100px;
    }
}
@media (max-width: 1440px) {
    /* home */
    .home-top_box>div:nth-child(2){
        font-size: 32px;
    }
    .home-top_box>div:nth-child(2){
        padding-bottom: 20px;
    }
    .home-top_box>div:nth-child(3), .news div{
        font-size: 18px;
    }
    .home-title{
        padding-bottom: 5px;
    }
    .home-bottom_card{
        padding: 20px 14px 10px;
    }
    .home-icon{
        width: 40px;
        height: 40px;
    }
    .more-box{
        bottom: 20px;
    }
    .home-content{
        line-height: 1.3;
    }
    /* software */
    .software-container .title-first{
        margin-bottom: 70px;
    }
    .software-container .software-img{
        margin-bottom: 50px;
        width: 70px;
    }
    .software-text .title{
        font-size: 21px;
    }
    .software-content{
        position: unset;
        transform: none;
    }
    #software{
        height: auto;
        padding: 65px 0;
    }
    .home-top_box > div:nth-child(1) {
        padding-top: 65px;
        padding-bottom: 10px;
    }

    .home-top_box > div:nth-child(2) {
        padding-bottom: 10px;
    }
    .news {
        height: 100px;
    }

    .swiperButton {
        height: 100px;
    }
}
@media (max-width: 1366px) {
    /*.home-top_box {
        height: 40%;
    }*/

    .home-center_box {
        height: 20%
    }

    /*.swiper-button-prev {
        left: 14px;
    }

    .swiper-button-next {
        right: 14px;
    }*/

    .news {
        height: 90px;
    }

    .swiperButton {
        height: 90px;
    }
}
@media (max-width: 1200px){
    .home-bottom_card_box>div{
        padding: 0 8px;
    }
    .home-title{
        margin: 10px 0;
    }
    .home-icon{
        width: 35px;
        height: 35px;
    }
    .home-top_box>div:nth-child(1){
        font-size: 20px;
    }
    .home-top_box>div:nth-child(2){
        font-size: 28px;
    }
    .home-top_box>div:nth-child(3), .news div{
        font-size: 16px;
    }
    .home-bottom_card{
        padding: 18px 15px 10px;
    }
    .more-box{
        bottom: 15px;
    }
    .special{
        font-size: 13px;
    }
    /* whyus */
    .wedo-text-content>div, .whyus-text-content>div{
        margin-bottom: 40px;
    }
    .wedo-text-content .text-title, .whyus-text-content .text-title{
        margin-bottom: 20px;
    }
    /* wedo */
    .wedo-right .title, .whyus-left .title{
        font-size: 40px;
    }
    #footer{
        font-size: 14px;
    }
}
@media (max-width: 992px) {
    #home, #whatWeDo, #whyUs, #software, #website, #tellUs{
        height: auto;
    }
    .home-bottom_card{
        padding: 18px 15px 50px;
        border-radius: 6px;
    }
    .home-bottom_card_box > div{
        margin-bottom:10px;
    }
    .home-bottom_card_box {
        width: 100%;
    }
    .more-box{
        bottom: 20px;
    }
    .home-top_box>div:nth-child(1){
        font-size: 14px;
    }
    .home-top_box>div:nth-child(2){
        font-size: 20px;
    }
    .home-top_box>div:nth-child(3), .news div{
        font-size: 13px;
    }
    .special{
        font-size: 12px;
    }
    #home{
        background-position-x: right;
    }

    /* wedo */
    .what-img, .wedo-right, .whyus-left, .whyus-img, .software-content{
        position: unset;
        transform: none;
    }
    .wedo-left, .whyus-right{
        padding: 65px 0;
        text-align: center;
    }
    .whyus-left{
        padding-top: 65px;
    }
    .what-img, .whyus-img{
        width: 80%;
    }
    .wedo-right .title, .whyus-left .title, .software-container .title-first{
        font-size: 25px;
        margin-bottom: 50px;
    }
    .wedo-text-content>div, .whyus-text-content>div{
        margin-bottom: 30px;
    }
    .wedo-text-content, .whyus-text-content{
        padding-right: 0;
    }
    .wedo-text-content .text-title, .whyus-text-content .text-title{
        margin-bottom: 10px;
    }

    /* software */
    .software-container .software-img{
        margin-bottom: 30px;
        width: 55px;
    }
    .software-text .title{
        margin-bottom: 15px;
    }
    #footer{
        font-size: 13px;
    }


}
@media (max-width: 576px) {
    .cases{
        display: none;
    }
    .casesPhone{
        display: inline-block;
    }
    .news {
        padding: 10px 0px;
        height: 75px;
    }
    .swiper-title > a {
        font-size: 20px;
    }


}
@media (max-height:1024px) {


}


@media (max-height:900px) {


}

@media (max-height:768px) {
   
}
.flex-box{
    display:flex;
    justify-content:space-between;
    align-items:center;
    line-height:30px;
}
.modelling-text {
    color: #fff;
    font-size:16px;
    padding-top:50px;
    text-align:start;
    line-height:30px;
}
.modelling-title{
    font-size:20px;
    margin-bottom:20px;
    margin-top:20px;
}
.bank>div{
    padding-bottom:10px;
    padding-left:10px;
}
