/* banner */
.bannerbox {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 360px;
}

.banner {
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}


/* 微信银行 */
.wechatBankImg {
    width: 1200px;
    height: 201px;
    background: url('../images/wechatBank/wechatBankImg.png') top left no-repeat;
    background-size: 100% 100%;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
    position: relative;
    top: -60px;
    /* 	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: -600px; */
}

.wechatBankShow_tab {
    border-bottom: 1px solid #ddd;
    margin-bottom: 45px;
}

    .wechatBankShow_tab span {
        width: 110px;
        line-height: 50px;
        margin: 0 90px;
    }

        .wechatBankShow_tab span.active {
            color: #26519f;
            border-bottom: 2px solid #26519f;
        }

.wechatBankShow_lb_item .swiper-slide {
    width: 260px !important;
    height: 460px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 20px;
    position: relative;
    cursor: url('../images/wechatBank/magnifier.png'),auto;
}

    .wechatBankShow_lb_item .swiper-slide > img {
        width: 260px;
        height: auto;
        min-height: 460px;
    }

.wechatBankShow_lb_item .shade {
    width: 260px;
    height: 460px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    pointer-events: none;
}

.wechatBankShow_lb_item .swiper-button-prev, .wechatBankShow_lb_item .swiper-button-next {
    background-image: none;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 10;
    cursor: auto;
    background-size: 214px 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.wechatBankShow_lb_item .swiper-button-prev {
    left: -25px;
}

.wechatBankShow_lb_item .swiper-button-next {
    right: -25px;
}

.wechatBankShow_lb_item .swiper-button-prev::before {
    content: " ";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-width: 0 0 2px 2px;
    border-color: #214b97;
    border-style: solid;
    -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
    transform: matrix(.71,.71,-.71,.71,0,0);
}

.wechatBankShow_lb_item .swiper-button-next::before {
    content: " ";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-width: 2px 2px 0 0;
    border-color: #214b97;
    border-style: solid;
    -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
    transform: matrix(.71,.71,-.71,.71,0,0);
}

.wechatBankCon_item {
    height: 105px;
    margin: 20px 0 70px;
}

    .wechatBankCon_item.bgl {
        background: -webkit-linear-gradient(left,#fafafa 50%,#fff 50%);
        background: -o-linear-gradient(right,#fafafa 50%,#fff 50%);
        background: -moz-linear-gradient(right,#fafafa 50%,#fff 50%);
        background: linear-gradient(to right,#fafafa 50%,#fff 50%);
    }

    .wechatBankCon_item.bgr {
        background: -webkit-linear-gradient(left,#fff 50%,#fafafa 50%);
        background: -o-linear-gradient(right,#fff 50%,#fafafa 50%);
        background: -moz-linear-gradient(right,#fff 50%,#fafafa 50%);
        background: linear-gradient(to right,#fff 50%,#fafafa 50%);
    }

.wechatBankCon_item_img {
    width: 600px;
    height: 145px;
}

.wechatBankCon_item_txt {
    width: 600px;
    height: 145px;
    line-height: 145px;
}

/* 场景应用 */
.sceneApplyCon_t {
    height: 373px;
}

.sceneApplyCon_t_l {
    width: 540px;
}

.sceneApplyCon_t_r {
    width: 960px;
    height: 433px;
    position: absolute;
    top: -70px;
    left: 600px;
}

.sceneApplyCon_m {
    margin: 60px auto 10px;
}

.sceneApplyCon_m_l {
    width: 600px;
    height: 275px;
}

.sceneApplyCon_m_r, .sceneApplyCon_b_r {
    width: 545px;
}

.sceneApplyCon_b {
    margin-top: 40px;
    background: -webkit-linear-gradient(left,#fff 50%,#fafafa 50%);
    background: -o-linear-gradient(right,#fff 50%,#fafafa 50%);
    background: -moz-linear-gradient(right,#fff 50%,#fafafa 50%);
    background: linear-gradient(to right,#fff 50%,#fafafa 50%);
}

.sceneApplyCon_b_l {
    width:600px;
    height:333px;
}

.sceneApplyCon_b_r a{
    width: 220px;
    height: 66px;
    line-height:66px;
    color:#2757ad;
    border:1px solid #2757ad;
    margin-top:15px;
}

/* 智能外呼 */
.outboundCon_t {
    height: 391px;
    margin-bottom: 30px;
}

.outboundCon_t_l {
    width: 620px;
    height: 391px;
}

.outboundCon_t_r {
    width: 540px;
}

.outboundCon_m {
    height: 360px;
    margin: 80px auto 40px;
}

.outboundCon_m_l {
    width: 540px;
}

.outboundCon_m_r {
    width: 600px;
    height: 360px;
    position: relative;
    top: -40px;
}

.outboundCon_b {
    height: 320px;
    margin: 40px auto 100px;
}

.outboundCon_b_l {
    width: 600px;
    height: 319px;
    position: relative;
    top: 40px;
}

.outboundCon_b_r {
    width: 580px;
}

/* 智慧商城 */
.shoppingMallCon_t {
    height: 360px;
    /* 	background: -webkit-linear-gradient(left,#fafafa 83%,#fafafa 17%); 
	background: -o-linear-gradient(right,#fafafa 83%,#fff 17%);
	background: -moz-linear-gradient(right,#fafafa 83%,#fff 17%); 
	background: linear-gradient(to right,#fafafa 83%,#fff 17%); */
}

.shoppingMallCon_t_l {
    width: 540px;
}

.shoppingMallCon_t_r {
    width: 600px;
    height: 420px;
    position: absolute;
    left: 600px;
    top: -45px;
}

.shoppingMallCon_m > div:first-child {
    margin: 30px 0 15px;
}

.shoppingMallCon_b {
    height: 235px;
    margin: 100px auto 80px;
}

.shoppingMallCon_b_l {
    width: 600px;
    height: 311px;
    position: relative;
    top: -38px;
}

.shoppingMallCon_b_r {
    width: 540px;
    padding-top: 35px;
}

.shoppingMallTab_head > span {
    width: 300px;
    height: 100px;
    line-height: 30px;
    background: #fafafa;
    border-right: 1px solid #ddd;
    padding: 20px 0;
    position: relative;
}
    /* .shoppingMallTab_head >span:after {
    content: '';
    position: absolute;
    left: auto;
    top: auto;
    bottom: 17.5px;
    right: 0;
    height: 65px;
    width: 1px;
    background-color: #ddd;
} */
    .shoppingMallTab_head > span:last-child {
        border-right: 1px solid transparent;
    }

    .shoppingMallTab_head > span.active {
        background: #2757ad;
        color: #fff;
    }

.shoppingMallTab_con {
    width: 1200px;
    height: 588px;
    border: 1px solid #ddd;
    border-top: none;
}

    .shoppingMallTab_con > div {
        width: 1200px;
        height: 588px;
        display: none;
    }


/* 软件开发 */
.developCon_t {
    height: 460px;
}

.developCon_t_l {
    width: 540px;
}

.developCon_t_r {
    width: 960px;
    height: 433px;
    position: absolute;
    top: -90px;
    left: 600px;
}

.caseCon_t div:first-child {
    margin: -45px auto 0px;
}

.caseCon_t div:last-child {
    width: 1148px;
    height: 593px;
}

.caseCon_m > div:first-child {
    margin: 0px auto 12.5px;
}

.caseCon_m_item {
    width: 226px;
    height: 219px;
    background: #fff;
    padding: 30px 42px 0;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
}

    .caseCon_m_item > img {
        width: 70px;
        height: 70px;
        margin-bottom: 5px;
    }

    .caseCon_m_item div {
        line-height: 35px;
    }

.caseCon_b {
    height: 415px;
    margin: 80px auto 30px;
}

.caseCon_b_l {
    width: 600px;
    height: 400px;
    position: relative;
    top: -35px;
}

.caseCon_b_r {
    width: 540px;
}

    .caseCon_b_r > img {
        width: 130px;
        height: 130px;
        margin: 10px 0 15px;
    }
