div.site{
    overflow: hidden;
}

div.wrapper {
    position: relative;
    width: 75rem;
}
div.wrapper.demo1 {
    margin: 60px auto 0 auto;
}
div.wrapper:not(.demo1) {
    margin: 80px auto 0 auto;
}

div.wrapper>h3{
    display: inline-block;
    padding: 0 1rem;
    margin-bottom: 2rem;
    border-radius: 1.4rem;
    background-color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    color: #222;
}

div.wrapper>ul.container {
    position: relative;
    height: 25rem;
    margin: 0 auto;
    transform: translate3d(0,0,0);
}
div.wrapper ul.container>li.cards_list {
    /*border-radius: 0.3125rem;
    background-color: #f4f4f4;*/
    overflow: hidden;
}

ul.container>li.cards_list>div.img>img {
    display: block;
    width: 15rem;
}

ul.container>li.cards_list>div.main_con{
    padding:0 1rem;
    box-sizing: border-box;
}

ul.container>li.cards_list>div.main_con h4.name {
    padding-top: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #424242;
}

ul.container>li.cards_list>div.main_con p.content {
    padding-top: 1rem;
    height: 4.5rem;
    font-size: 0.9rem;
    color: #777;
    text-align: justify;
    line-height: 1.5rem;
}

ul.container>li.cards_list>div.main_con p.label {
    font-size: 0.9rem;
    color: #555;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

div.wrapper.horizontal>ul.container {
    width: 75rem;
}
div.wrapper.vertical>ul.container {
    width: 40rem;
}

div.wrapper.horizontal ul.container>li.cards_list {
    width: 15rem;
}
div.wrapper.vertical ul.container>li.cards_list {
    display: flex;
}
i.btn-direct {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    cursor: pointer;
    z-index: 100;
    transition: opacity ease 300ms;
}

div.wrapper:hover i.btn-direct{
   opacity: .6;
}

i.btn-direct:hover{
   opacity: .9!important;
}

i.btn-direct.btn-left {
    left: 3rem;
}

i.btn-direct.btn-right {
    right: 3rem;
}

i.btn-direct>span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.2rem;
    height: 1.2rem;
    border-top: 0.125rem solid #fff;
    border-left:0.125rem solid #fff;
}

div.wrapper.horizontal i.btn-direct>span.shift-left {
    transform: translate(-30%, -50%) rotate(-45deg);
}

div.wrapper.horizontal i.btn-direct>span.shift-right {
    transform: translate(-70%, -50%) rotate(135deg);
}

div.wrapper.vertical i.btn-direct>span.shift-left {
    transform: translate(-50%, -30%) rotate(45deg);
}

div.wrapper.vertical i.btn-direct>span.shift-right {
    transform: translate(-50%, -70%) rotate(-135deg);
}
.txt-position{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    left: 50%;
}
.txt-position .txt-title{
    padding-bottom: 50px;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    color: #26b7ec;
}
.txt-position ul li {
    font-size: 24px;
    line-height: 3;
    color: #666666;
    text-align: left;
}
.sm-bg{
    background: linear-gradient(to right, #DADADA,  #F2F2F3, #FDFDFD);
    padding: 50px 0px 50px 30px;
}
.sm-bg div{
    font-size: 32px;
    font-weight: bold;
    color: #687190;
}
.box-content{
    width: 100%;
    padding-top: 10%;
}
.box-bg{
    background: linear-gradient(to right, #305777, #435277, #4C4777);
    width: 100%;
    height: 150px;
}
.box-content ul li {
    float: left;
    width: 33.3%;
    margin-top: -196px;
}
.box-content ul li img{
    box-sizing:border-box;
    background-image: linear-gradient(to bottom, #F2F7FC,  #C6DCF0),linear-gradient(to bottom, #F4F8FC, #CDE0F2);
    padding: 10px;
    border-radius: 50%;
    background-clip: content-box,padding-box;
    transition: filter .5s ease;
}
.box-content1{
    padding: 50px 0px;
}
.box-content1 .box-title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 30px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box-content1 .box-txt{
    text-align: center;
    font-size: 18px;
    color: #666;
    line-height: 2;
}
.box-position{
    position: relative;
    width: 100%;
    padding: 50px 0px;
}
.po-detail1{
    position: absolute;
    left: 12%;
    top: 26%;
    transform: translateY(-50%);
}
.po-detail2{
    position: absolute;
    left: 2%;
    top: 93%;
    transform: translateY(-50%);
}
.po-detail3{
    position: absolute;
    left: 79%;
    top: 60%;
    transform: translateY(-50%);
}
.po-detail4{
    position: absolute;
    left: 74%;
    top: 100%;
    transform: translateY(-50%);
}
.box-position ul li{
    font-size: 16px;
    color: #666666;
    line-height: 2;
}
.box-position .txt-title{
    font-size: 24px;
    font-weight: bold;
    color: #26b7ec;
    text-align: left;
    padding-bottom: 10px;
}
.ul-box{
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateY(-50%);
}
.ul-box li {
    color: #666666;
    font-size: 16px;
    line-height: 2;
}
.row{
    padding: 60px 0px;
}
.row .ul-title{
    padding-bottom: 50px;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    color: #26b7ec;
}
.row .ul-left ul li{
    font-size: 24px;
    color: #666666;
    line-height: 3;
    text-align: left;
}
.row .ul-right ul li{
    font-size: 24px;
    color: #666666;
    line-height: 3;
    text-align: right;
}
.row ul li{
    font-size: 24px;
    color: #666666;
    line-height: 3;
    text-align: center;
}
.po-detail5{
    position: absolute;
    left: 10%;
    top: 80%;
    transform: translateY(-50%);
}
.po-detail6{
    position: absolute;
    left: 80%;
    top: 83%;
    transform: translateY(-50%);
}
.po-detail7{
    position: absolute;
    left: 10%;
    top: 105%;
    transform: translateY(-50%);
}
.po-detail8{
    position: absolute;
    left: 80%;
    top: 105%;
    transform: translateY(-50%);
}
.right-txt-title{
    font-size: 24px;
    font-weight: bold;
    color: #26b7ec;
    text-align: left;
}
.right-txt-content p {
    font-size: 16px;
    color: #666666;
    line-height: 2;
}
.software-title{
    position: absolute;
    color: #fff;
    font-weight: bold;
    transform: translateY(-50%);
}
@media (min-width: 1280px) {
    .first-bar{
        padding: 50px 0px 10px 0px;
    }
}
@media (min-width: 1600px) {
    .first-bar{
        padding: 80px 0px 10px 0px;
    }
}
.software-box ul li {
    font-size: 12px;
    text-align: left;
    color: #666666;
    line-height: 2;
}
#index6{
    position: absolute; top: 20%; z-index: 99;
}
@media (max-width: 768px) {
    .txt-position .txt-title{
        font-size: 18px;
        padding-bottom: 10px;
    }
    .row{
        padding: 0px 0px;
    }
    .row ul li{
        font-size: 16px;
    }
    .row .ul-left ul li{
        font-size: 16px;
        line-height: 2;
        text-align: center;
    }
    .row .ul-right ul li{
        font-size: 16px;
        line-height: 2;
        text-align: center;
    }
    .row .ul-title{
        padding-bottom: 30px;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        color: #26b7ec;
    }
    .sm-bg{
        padding: 30px 0px 30px 15px;
    }
    .sm-bg div{
        font-size: 22px;
    }
    .box-bg{
        height: 75px;
    }
    .box-content ul li {
        margin-top: -100px;
    }
    .box-content1 .box-title{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .box-content1 .box-title1{
        font-size: 18px;
        margin-bottom: 30px;
        text-align: center;
        font-weight: bold;
        line-height: 1.3;
    }
    .box-content1 .box-txt{
        font-size: 12px;
    }
    .software{
        padding-top: 0px;
    }
    .software-title{
        font-size: 22px;
        top: 34%;
        left: 1%;
    }
    .software-box{
        padding: 30px 0px;
    }
    .software-box ul li {
        font-size: 12px;
    }
    .box-position{
        padding: 100px 0px;
    }
    .box-position ul li{
        font-size: 12px;
    }
    .box-position .txt-title{
        font-size: 18px;
    }
    .po-detail5{
        position: absolute;
        left: 0%;
        top: 90%;
    }
    .po-detail6{
        position: absolute;
        left: 60%;
        top: 97%;
    }
    .po-detail7 {
        left: 0%;
        top: 90%;
    }
    .po-detail8{
        left: 60%;
        top: 97%;
    }
    .liveimg{
        margin-top: 50px;
    }
    .right-txt-title{
        font-size: 18px;
        font-weight: bold;
        color: #26b7ec;
        text-align: left;
    }
    .right-txt-content p {
        font-size: 12px;
    }
    #card-app{
        display: block;
    }
    #card-pc{
        display: none;
    }
    #index6{
        position: static;
    }
    #service-app{
        display: block;
    }
    #service-pc{
        display: none;
    }
    #certificate-box{
        margin-top: 20px;
    }
}
@media (min-width: 768px) {
    .txt-position .txt-title{
        font-size: 22px;
        padding-bottom: 30px;
    }
    .row{
        padding: 0px 0px;
    }
    .row ul li{
        font-size: 18px;
    }
    .row .ul-left ul li{
        font-size: 18px;
        line-height: 3;
        text-align: center;
    }
    .row .ul-right ul li{
        font-size: 18px;
        line-height: 2;
        text-align: center;
    }
    .row .ul-title {
        padding-bottom: 20px;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        color: #26b7ec;
    }
    .sm-bg{
        padding: 30px 0px 30px 15px;
    }
    .sm-bg div{
        font-size: 24px;
    }
    .box-bg{
        height: 120px;
    }
    .box-content ul li {
        margin-top: -168px;
    }
    .box-content1 .box-title{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .box-content1 .box-txt{
        font-size: 16px;
    }
    .box-content1 .box-title1{
        font-size: 22px;
        margin-bottom: 30px;
        text-align: center;
        font-weight: bold;
        line-height: 1.3;
    }
    .software-title{
        font-size: 24px;
        top: 34%;
        left: 10%;
    }
    .software-box ul li {
        font-size: 16px;
    }
    .box-position{
        padding: 100px 0px;
    }
    .box-position ul li{
        font-size: 16px;
    }
    .box-position .txt-title{
        font-size: 22px;
    }
    .po-detail5{
        position: absolute;
        left: 0%;
        top: 90%;
    }
    .po-detail6{
        position: absolute;
        left: 65%;
        top: 93%;
    }
    .po-detail7{
        left: 0%;
        top: 90%;
    }
    .po-detail8{
        left: 65%;
        top: 90%;
    }
    .liveimg{
        margin-top: 50px;
    }
    .right-txt-title{
        font-size: 22px;
        font-weight: bold;
        color: #26b7ec;
        text-align: left;
    }
    .right-txt-content p {
        font-size: 16px;
    }
    #card-app{
        display: block;
    }
    #card-pc{
        display: none;
    }
    #index6{
        position: static;
    }
    #service-app{
        display: block;
    }
    #service-pc{
        display: none;
    }
    #certificate-box{
        margin-top: 20px;
    }
}
@media (min-width: 992px ) {
    .txt-position .txt-title{
        padding-bottom: 50px;
        font-size: 32px;
    }
    .txt-position ul li {
        font-size: 24px;
        line-height: 3;
    }
    .sm-bg{
        padding: 50px 0px 50px 30px;
    }
    .sm-bg div{
        font-size: 32px;
    }
    .row {
        padding: 60px 0px;
    }
    .row .ul-title {
        padding-bottom: 50px;
        font-size: 32px;
    }
    .row .ul-left ul li {
        font-size: 24px;
        line-height: 3;
        text-align: left;
    }
    .row .ul-right ul li {
        font-size: 24px;
        line-height: 3;
        text-align: right;
    }
    .row ul li {
        font-size: 24px;
        line-height: 3;
    }
    .row .ul-title{
        padding-bottom: 50px;
        font-size: 32px;
        font-weight: bold;
        text-align: left;
        color: #26b7ec;
    }
    .box-bg{
        height: 150px;
    }
    .box-content ul li {
        margin-top: -196px;
    }
    .box-content1 .box-title{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .box-content1 .box-txt{
        font-size: 18px;
    }
    .software{
        padding-top: 100px;
    }
    .software-title{
        font-size: 32px;
        top: 34%;
        left: 15%;
    }
    .po-detail5{
        left: 10%;
        top: 80%;
    }
    .po-detail6{
        left: 80%;
        top: 83%;
    }
    .po-detail7{
        left: 10%;
        top: 105%;
    }
    .po-detail8{
        left: 80%;
        top: 105%;
    }
    .box-position{
        padding: 50px 0px;
    }
    .box-position ul li{
        font-size: 16px;
    }
    .box-position .txt-title{
        font-size: 24px;
    }
    .liveimg{
        margin-top: 150px;
    }
    .right-txt-title{
        font-size: 24px;
        font-weight: bold;
        color: #26b7ec;
        text-align: left;
    }
    .right-txt-content p {
        font-size: 16px;
    }
    #card-app{
        display: none;
    }
    #card-pc{
        display: block;
    }
    #index6{
        position: absolute;
    }
    #service-app{
        display: none;
    }
    #service-pc{
        display: block;
    }
    #certificate-box{
        margin-top: 20px;
    }
}
@media (min-width: 1200px ) {
    .txt-position .txt-title {
        padding-bottom: 50px;
        font-size: 32px;
    }
    .txt-position ul li {
        font-size: 24px;
        line-height: 3;
    }
    .sm-bg {
        padding: 50px 0px 50px 30px;
    }
    .sm-bg div {
        font-size: 32px;
    }
    .row {
        padding: 60px 0px;
    }
    .row .ul-title {
        padding-bottom: 50px;
        font-size: 32px;
    }
    .row .ul-left ul li {
        font-size: 24px;
        line-height: 3;
        text-align: left;
    }
    .row .ul-right ul li {
        font-size: 24px;
        line-height: 3;
        text-align: right;
    }
    .row ul li {
        font-size: 24px;
        line-height: 3;
    }
    .row .ul-title{
        padding-bottom: 50px;
        font-size: 32px;
        font-weight: bold;
        text-align: left;
        color: #26b7ec;
    }
    .box-bg{
        height: 150px;
    }
    .box-content ul li {
        margin-top: -196px;
    }
    .box-content1 .box-title{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .box-content1 .box-txt{
        font-size: 18px;
    }
    .software{
        padding-top: 100px;
    }
    .software-title{
        font-size: 32px;
        top: 34%;
        left: 15%;
    }
    .po-detail5{
        left: 10%;
        top: 80%;
    }
    .po-detail6{
        left: 80%;
        top: 83%;
    }
    .po-detail7{
        left: 10%;
        top: 105%;
    }
    .po-detail8{
        left: 80%;
        top: 105%;
    }
    .box-position{
        padding: 50px 0px;
    }
    .box-position ul li{
        font-size: 16px;
    }
    .box-position .txt-title{
        font-size: 24px;
    }
    .liveimg{
        margin-top: 150px;
    }
    .right-txt-title{
        font-size: 24px;
        font-weight: bold;
        color: #26b7ec;
        text-align: left;
    }
    .right-txt-content p {
        font-size: 16px;
    }
    #card-app{
        display: none;
    }
    #card-pc{
        display: block;
    }
    #index6{
        position: absolute;
    }
    #service-app{
        display: none;
    }
    #service-pc{
        display: block;
    }
    #certificate-box{
        margin-top: 20px;
    }
}
.num-txt{
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
}
.img-hover:hover{
    box-shadow: 20px 20px 10px #888888;
}
.service{
    padding: 40px 10px 80px 10px;
}
.service .row .col-3{
    border: 1px solid #f2f2f2;
    padding: 20px 15px;
}


