* {
    box-sizing: border-box;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: "微软雅黑";
}

.inner {
    width: 100%;
    margin: 0 auto;
}

.slideBox {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    background: none;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    background: none;
}

.slideBox .bd .tempWrap {
    height: 100%;
}

.slideBox .bd ul {
    height: 100%;
}

.slideBox .bd li {
    vertical-align: middle;
    position: relative;
    height: 100%;
    text-align: center;
}

.slideBox .bd li img {
    margin: 0 auto;
}

.slideBox .bd li .fl {
    float: left;
    margin-top: 50px;
}

.slideBox .bd li .fr {
    float: right;
    margin-top: 50px;
    margin-right: 120px;
}

.slideBox .bd img {
    display: block;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    width: 30px;
    height: 51px;
    margin-top: -25px;
    display: block;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .prev {
    background: url(../img/arrow1-left.png) no-repeat center;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background: url(../img/arrow1-right.png) no-repeat center;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.section {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.section .hd {
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    overflow: hidden;
    background: url(../img/dotlint.jpg) repeat-x center;
}

.section .hd h3 {
    width: 130px;
    margin: 0 auto;
    color: #89898C;
    background: #fff;
    z-index: 999;
    font-size: 25px;
    margin-top: -7px;
    font-weight: normal;
}

.section .hd h3 label {
    display: block;
    font-weight: normal;
    padding-bottom: 3px;
    border-bottom: 3px solid #3450B5;
    font-size: 18px;
}

.intro {
    width: 100%;
    margin: 0 auto;
}

.intro .txt {
    color: #545353;
    padding: 10px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    text-align: justify;
}

.yzsfw {
    background: #F7F7F7;
}

.yzsfw .hd {
    background: none;
}

.yzsfw .hd h3 {
    background: none;
}

.yzsfw .bd .inner {
    padding-top: 20px;
}

.yzsfw .ds {
    width: 100%;
    padding: 20px 0;
    color: #6D6D6D;
}



.smartbank .ds .inner {
    background: url(../img/cobr.png) no-repeat bottom center;
    padding: 20px 0;
}

.retail .ds .inner {
    background: url(../img/cobr2.png) no-repeat bottom center;
    padding: 20px 0;
}

.travel .ds .inner {
    background: url(../img/cobr3.png) no-repeat bottom center;
    padding: 20px 0;
}

.traffic .ds .inner {
    background: url(../img/cobr4.png) no-repeat bottom center;
    padding: 20px 0;
}

.ds .img {
    float: left;
    height: 150px;
    width: 150px;
    text-align: center;
    line-height: 150px;
    vertical-align: middle;
}

.ds .img img {
    margin-top: 10px;
}

.ds .fr {
    float: none;
    margin-left: 180px;
}

.ds .fr h3 {
    display: inline-block;
    color: #072C99;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}

.ds .fr .desc {
    color: #6D6D6D;
    line-height: 25px;
    font-size: 16px;
    text-align: justify;
}

.dxcp img {
        max-width: 100px;
        max-height: 200px;
    }

@media (max-width: 768px) {
    .ds .img  {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .yzsfw .ds {
        padding: 0px;
    }
    .ds .fr {
        margin-left: 100px;
    }
    .ds .img img {
        max-width: 100%;
    }
    .ds .fr h3 {
        font-size: 16px;
    }
    .ds .fr .desc {
        font-size: 14px;
    }
    .yzsfw .bd .inner {
        padding-top:0px;
    }
    .intro .txt {
        font-size:14px; 
    }
    .dxcp img {
        max-width: 100px;
        max-height: 120px;
    }
}

.travel .ds .fr .desc {
    color: #636563;
}

.traffic .ds .fr .desc {
    color: #636563;
}

.section .col-a,
.section .col-b {
    float: left;
    width: 50%;
    overflow: hidden;
}

.section .col-a .bd {
    padding: 20px;
    height: 250px;
    background: #EDEDED url(../img/_r1_c16.jpg) no-repeat left top;
    background-size: cover;
}

.section.retail .col-a .bd {
    padding: 20px;
    height: 250px;
    background: #fff;
    background-size: cover;
}

.section .col-b .bd {
    padding: 20px;
    height: 250px;
    background: #EDEDED url(../img/_r1_c17.jpg) no-repeat right top;
    background-size: cover;
}

.profit {
    margin-top: 50px;
    background: #F7F7F7;
}

.profit .bd {
    padding: 20px;
}

.profit .bd .inner {
    background: url(../img/smartbankprofitbg.png) no-repeat 60px center;
}

.travel.profit .bd .inner {
    background: url(../img/profitbg2.png) no-repeat 60px center;
}

.hospital.profit .bd .inner {
    background: url(../img/hospitalprofitbg.png) no-repeat 0px center;
}

.hospital.profit .bd .inner.bank {
    margin-top: 50px;
    overflow: hidden;
    background: url(../img/smartbankprofitbg.png) no-repeat 500px center;
}

.travel.profit .bd .inner.bank {
    margin-top: 50px;
    background: url(../img/smartbankprofitbg.png) no-repeat right center;
}

.retail.profit .bd .inner {
    background: url(../img/retailprofitbg.png) no-repeat 60px center;
}

.traffic.profit .bd .inner {
    background: url(../img/trafficprofitbg.png) no-repeat 60px center;
}

.profit .bd .inner ul,
.profit .bd .inner h3 {
    padding:0px;
}

.profit .bd .inner ul li {
    padding-right: 20px;
}

.travel.profit .bd .inner.bank ul,
.travel.profit .bd .inner.bank h3 {
    float: left;
    margin: 0px;
    margin-right: 350px;
}



.profit .bd .inner h3 {
    font-size: 25px;
    color: #878585;
    font-weight: normal;
    margin-bottom: 20px;
}

.profit li::before {
    content: "● ";
    color: #1C1F87;
}

.profit li {
    line-height: 30px;
    color: #717784;
}

.customers {
    width: 100%;
    margin: 0 auto;
}

.customers li {
    display: inline-block;
    margin: 5px 10px;
    text-align: center;
    font-size: 12px;
    vertical-align: top;
    font-size: 14px;
}

.customers.colo2 {
    color: #865301;
}

.retail .customers li {
    margin: 0 20px;
}

.retail .customers .logo {
    height: 80px;
    text-align: center;
    margin: 0px;
}

.retail .customers .name {
    text-align: center;
}

.traffic .customers .name {
    text-align: center;
    background: #0332AA;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}

.section.smartbank .col-a .bd {
    padding: 20px;
    height: 280px;
    background: #E3F4EF;
}

.section.smartbank .col-b .bd {
    padding: 20px;
    height: 280px;
    background: #EDEDED url(../img/_r1_c17.jpg) no-repeat right top;
    background-size: cover;
}

.travel .itemlist {
    margin-top: 50px;
}

.travel .itemlist li {
    float: left;
    width: 33%;
    text-align: center;
}

.itemlist .img {
    height: 150px;
}

.itemlist .name {
    font-size: 16px;
    color: #01511F;
}

.itemlist .desc {
    margin-top: 30px;
    line-height: 22px;
    color: #7A7C7F;
    text-align: left;
    padding: 0 20px;
}

.products {
    margin: 0 auto;
    text-align: center;
}

.products li {
    display: inline-block;
    margin: 0 50px;
    text-align: center;
    font-size: 12px;
    vertical-align: top;
    font-size: 14px;
}