/***************************************
*name:banner
*tips:顶部banner切换
****************************************/
.indexBannerSwiper .swiper-slide .itemContainer {
    background-color: #2277da;
}

.indexBannerSwiper .txtGroup {
    position: absolute;
    z-index: 10;
}

.icons {
    background-image: url(../img/icons.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.animationGroup {
    position: absolute;
    z-index: 5;
    right: 0px;
    bottom: -83px;
    width: 1117px;
    height: 285px;
}

.animationGroup .img {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.animationGroup .img1 {
    left: 0px;
    top: 0px;
    visibility: visible;
    opacity: 1;
}

.animationGroup .img2 {
    right: 84px;
    bottom: 0px;
    transition: all 4s;
    -moz-transition: all 4s;
    -webkit-transition: all 4s;
    -o-transition: all 4s;
    -ms-transition: all 4s;
}

.animationGroup .img3 {
    right: 157px;
    bottom: 20px;
    transition: all 3s;
    -moz-transition: all 3s;
    -webkit-transition: all 3s;
    -o-transition: all 3s;
    -ms-transition: all 3s;
}

.indexBannerSwiper .swiper-slide.swiper-slide-active .animationGroup .img {
    visibility: visible;
    opacity: 1;
}

.indexBannerSwiper .swiper-slide.swiper-slide-active .animationGroup .img2 {
    bottom: 97px;
}

.indexBannerSwiper .swiper-slide.swiper-slide-active .animationGroup .img3 {
    bottom: 119px;
}

/***************************************
* name: solution.html
* tips: 解决方案
****************************************/
/*solution*/
.solution,
.mode-btc {
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
    background-color: #fff;
}

.row-head .title,
.mode-btc .row-head .title {
    padding-top: 75px;
    font-size: 36px;
    color: #333333;
    text-align: center;
}

.row-head .desc,
.mode-btc .row-head .desc {
    padding: 17px 40px 3px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    color: #666666;
}

.row-head .desc .symbol {
    display: inline-block;
    position: relative;
    padding-right: 13px;
}

.row-head .desc .symbol .symbol-add {
    position: absolute;
    top: -25px;
}

.solution .items {
    margin-left: -45px;
}

.solution .item {
    width: 450px;
    float: left;
    margin: 54px 0 0 45px;
    height: 430px;
}

.solution .item:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.solution .item .top-img {
    width: 450px;
    height: 260px;
    overflow: hidden;
}

.solution .item .top-img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.solution .item:hover .top-img img {
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
}

.solution .item .bottom-desc {
    overflow: hidden;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.solution .item:hover .bottom-desc {
    padding: 0 34px;
}

.solution .item .top-title {
    position: relative;
    height: 85px;
    line-height: 85px;
}

.solution .item .top-title .title {
    position: absolute;
    margin-right: 90px;
    font-size: 24px;
    color: #333333;
    height: 85px;
    line-height: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.solution .item .top-title .right-arrow {
    float: right;
    margin-right: -70px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.solution .item:hover .top-title .right-arrow {
    margin-right: 0px;
}

.solution .item .info {
    line-height: 28px;
    height: 84px;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
}

.screen1210 .solution .items {
    margin-left: -35px;
}

.screen1210 .solution .item {
    width: 380px;
    margin: 30px 0 0 35px;
    height: 345px;
}

.screen1210 .solution .item .top-img {
    width: 380px;
    height: 222px;
}

.screen1210 .solution .item:hover .bottom-desc {
    padding: 0 18px;
}

.screen1210 .solution .item .top-title {
    height: 50px;
    line-height: 50px;
}

.screen1210 .solution .item .top-title .title {
    height: 60px;
    line-height: 60px;
    font-size: 22px;
}

.screen1210 .solution .item .info {
    line-height: 22px;
    font-size: 15px;
}

.screen1000 .solution .items {
    margin-left: -20px;
}

.screen1000 .solution .item {
    width: 320px;
    margin: 30px 0 0 20px;
    height: 315px;
}

.screen1000 .solution .item .top-img {
    width: 320px;
    height: 185px;
}

.screen1000 .solution .item:hover .bottom-desc {
    padding: 0 18px;
}

.screen1000 .solution .item .top-title {
    height: 50px;
    line-height: 50px;
}

.screen1000 .solution .item .top-title .title {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}

.screen1000 .solution .item .info {
    line-height: 22px;
    font-size: 14px;
}

/***************************************
* name: programPage
* tips: 解决方案页面
****************************************/
.programPage {
    padding: 60px 0 10px 0;
    background: #fff;
}

.programPage .wrapper {
    /*border:1px solid red;*/
}

.programPage .row-head {
    padding-bottom: 60px;
}

.programPage .row-head .title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.programPage .row-head .description {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 24px;
}

.programPage .row-main .list {
    margin-left: -60px;
    overflow: hidden;
}

.programPage .row-main .list .item {
    float: left;
    width: 440px;
    margin-left: 60px;
    margin-bottom: 60px;
}

.programPage .row-main .list .item .imgContainer {
    width: 440px;
    height: 320px;
    position: relative;
    z-index: 0;
}

.programPage .row-main .list .item .imgContainer .img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.programPage .row-main .list .item .imgContainer .mask {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../../../common/img/ico-mask-yellow.png) repeat;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}

.programPage .row-main .list .item .imgContainer .ico-search-white {
    position: absolute;
    z-index: 2;
    left: 0%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}

.programPage .row-main .list .item .imgContainer .ico-circle-white {
    position: absolute;
    z-index: 2;
    left: 100%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}

.programPage .row-main .list .item:hover .imgContainer .mask {
    visibility: visible;
    opacity: 1;
}

.programPage .row-main .list .item:hover .imgContainer .ico-search-white {
    left: 50%;
    visibility: visible;
    opacity: 1;
}

.programPage .row-main .list .item:hover .imgContainer .ico-circle-white {
    left: 50%;
    visibility: visible;
    opacity: 1;
}

.programPage .row-main .list .item:hover .txtContainer .titleBar .title .aItem {
    color: #0178d9;
}

.programPage .row-main .list .item:hover .txtContainer .titleBar .ico-angle-right-circle-gray {
    background-position: -438px -291px;
}

.programPage .row-main .list .item:hover .lineContainer .lineInner {
    width: 100%;
}

.programPage .row-main .list .item:hover .txtContainer {
    padding: 15px;
    background: #fff;
}

.programPage .row-main .list .item .txtContainer {
    padding: 15px;
    background: #f9f9f9;
}

.programPage .row-main .list .item .txtContainer .titleBar {
    position: relative;
    height: 40px;
    z-index: 0;
    padding-right: 40px;
    margin-bottom: 15px;
}

.programPage .row-main .list .item .txtContainer .titleBar .title .aItem {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    overflow: hidden;
}

.programPage .row-main .list .item .txtContainer .titleBar .ico-angle-right-circle-gray {
    position: absolute;
    right: 0;
    top: 5px;
}

.programPage .row-main .list .item .txtContainer .description {
    height: 72px;
    line-height: 24px;
    overflow: hidden;
    color: #777;
    margin-bottom: 15px;
}

.programPage .row-main .list .item .lineContainer {
    display: block;
    height: 4px;
    position: relative;
    z-index: 0;
    background: #e5e5e5;
}

.programPage .row-main .list .item .lineContainer .lineInner {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 4px;
    background: #0178d9;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.programPage .row-main .list .item .moreContainer {
    height: 492px;
    background: #f9f9f9;
    text-align: center;
    position: relative;
    z-index: 0;
}

.programPage .row-main .list .item .moreContainer .icoContainer {
    display: block;
    text-align: center;
    position: absolute;
    width: 140px;
    height: 210px;
    left: 50%;
    top: 50%;
    margin-left: -70px;
    margin-top: -125px;
}

.programPage .row-main .list .item .moreContainer .icoContainer .title {
    color: #333;
    font-size: 26px;
    padding-top: 40px;
}

/***************************************
* name: programPage
* tips: 解决方案页面-低分辨率兼容
****************************************/
.screen1210 .programPage .row-main .list {
    margin-left: -50px;
}

.screen1210 .programPage .row-main .list .item {
    width: 370px;
    margin-left: 50px;
    margin-bottom: 50px;
}

.screen1210 .programPage .row-main .list .item .imgContainer {
    width: 370px;
    height: 269px;
}

.screen1210 .programPage .row-main .list .item .moreContainer {
    height: 441px;
}

.screen1000 .programPage .row-main .list {
    margin-left: -20px;
}

.screen1000 .programPage .row-main .list .item {
    width: 320px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.screen1000 .programPage .row-main .list .item .imgContainer {
    width: 320px;
    height: 233px;
}

.screen1000 .programPage .row-main .list .item .moreContainer {
    height: 429px;
}

.screen1000 .programPage .row-main .list .item .txtContainer .description {
    height: 96px;
    line-height: 24px;
    font-size: 13px;
}

/***************************************
* name: programSuccessCase
* tips: 解决方案-成功案例
****************************************/
.programSuccessCase {
    padding: 60px 0;
    background: #f5f5f5;
}

.programSuccessCase .row-head {
    padding: 0;
}

.programSuccessCaseSwiper {
    margin: 0 auto;
    overflow: hidden;
    height: 470px;
}

.programSuccessCaseSwiper .swiper-slide {
    width: 350px;
    height: 470px;
}

.programSuccessCaseSwiper .swiper-slide .itemContainer {
    width: 350px;
    height: 470px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 0;
    cursor: default;
}

.programSuccessCaseSwiper .swiper-slide .itemContainer:hover .infoGroup {
    top: -330px;
}

.programSuccessCaseSwiper .btnLeft .ico,
.programSuccessCaseSwiper .btnRight .ico {
    display: inline-block;
    width: 35px;
    height: 80px;
}

.programSuccessCaseSwiper .btnLeft {
    cursor: pointer;
    width: 35px;
    height: 80px;
    position: absolute;
    z-index: 1;
    left: 65px;
    top: 120px;
}

.programSuccessCaseSwiper .btnLeft:hover .ico {
    background-position: -98px -159px;
}

.programSuccessCaseSwiper .btnLeft .ico {
    position: relative;
    z-index: 1;
    background-position: 0 -159px;
}

.programSuccessCaseSwiper .btnRight {
    cursor: pointer;
    width: 35px;
    height: 80px;
    position: absolute;
    z-index: 1;
    right: 63px;
    top: 120px;
}

.programSuccessCaseSwiper .btnRight .ico {
    position: relative;
    z-index: 1;
    background-position: -38px -159px;
}

.programSuccessCaseSwiper .btnRight .ico:hover {
    background-position: -136px -159px;
}

.programSuccessCaseSwiper .swiper-slide-active .txtGroup .txt-mainer {
    padding: 0 0 65px 0;
    visibility: visible;
    opacity: 1;
}

.programSuccessCaseSwiper .swiper-slide-active .txtGroup .txt-footer {
    padding: 0;
    visibility: visible;
    opacity: 1;
}

.programSuccessCaseSwiper .infoGroup {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.programSuccessCaseSwiper .infoGroup .info-thumb .img {
    width: 350px;
    height: 330px;
}

.programSuccessCaseSwiper .infoGroup .info-logo .img {
    width: 350px;
    height: 140px;
}

.programSuccessCaseSwiper .infoGroup .info-txt {
    background: #2667db;
    height: 330px;
    color: #fff;
    overflow: hidden;
}

.programSuccessCaseSwiper .infoGroup .info-txt .title {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    margin: 30px 20px;
    overflow: hidden;
}

.programSuccessCaseSwiper .infoGroup .info-txt .description {
    margin: 0 20px;
    height: 180px;
    line-height: 30px;
    overflow: hidden;
    color: #ffffff;
}

/***************************************
* name: programSuccessCase
* tips: 解决方案-成功案例-低分辨率兼容
****************************************/
.screen1210 .programSuccessCaseSwiper .btnLeft {
    left: 27px;
}

.screen1210 .programSuccessCaseSwiper .btnRight {
    right: 25px;
}

.screen1000 .programSuccessCaseSwiper .btnLeft {
    left: 17px;
    top: 108px;
}

.screen1000 .programSuccessCaseSwiper .btnRight {
    right: 15px;
    top: 108px;
}

.screen1000 .programSuccessCaseSwiper {
    height: 403px;
}

.screen1000 .programSuccessCaseSwiper .swiper-slide {
    width: 300px;
    height: 403px;
}

.screen1000 .programSuccessCaseSwiper .swiper-slide .itemContainer {
    width: 300px;
    height: 403px;
}

.screen1000 .programSuccessCaseSwiper .swiper-slide .itemContainer:hover .infoGroup {
    top: -283px;
}

.screen1000 .programSuccessCaseSwiper .infoGroup .info-thumb .img {
    width: 300px;
    height: 283px;
}

.screen1000 .programSuccessCaseSwiper .infoGroup .info-logo .img {
    width: 300px;
    height: 120px;
}

.screen1000 .programSuccessCaseSwiper .infoGroup .info-txt .description {
    height: 150px;
    line-height: 25px;
    font-size: 13px;
}

/***************************************
* name: programDetailPage
* tips: 解决方案详情页面
****************************************/
.program {
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
    background-color: #fff;
}

.programDetailPage {
    padding-top: 50px;
}

.programDetailPage .moduleGroup {
    /*padding-bottom:60px;*/
}

.programDetailPage .row-head .titleGroup {
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 50px;
}

.programDetailPage .row-head .titleGroup .title {
    display: inline-block;
    font-size: 24px;
    padding: 0 20px;
    color: #333333;
}

.programDetailPage .row-main .description {
    color: #666666;
    line-height: 28px;
    text-align: center;
    margin-bottom: 50px;
}

.programDetailPage .row-main .description .desTitle {
    font-size: 18px;
    color: #333;
    line-height: 40px;
}

.programDetailPage .row-main .overViewPhoto {
    margin-bottom: 60px;
}

.programDetailPage .row-main .overViewPhoto .list {
    overflow: hidden;
    text-align: center;
}

.programDetailPage .row-main .overViewPhoto .list .item {
    display: inline-block;
    margin: 0 10px;
}

.programDetailPage .row-main .overViewPhoto .list .item .aItem {
    display: block;
    width: 360px;
    height: 150px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.programDetailPage .row-main .overViewPhoto .list .item .aItem .img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.programDetailPage .row-main .overViewPhoto .list .item .aItem:hover .img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.programDetailPage .row-main .imgItemContainer {
    text-align: center;
    margin-bottom: 60px;
}

.programDetailPage .row-main .imgItemContainer img,
.programDetailPage .row-main .imgItemContainer .img {
    max-width: 100%;
}

.ico-banner-btn-left {
    background-position: 0px 0px;
}

/***************************************
* name: programDetailPage
* tips: 解决方案详情页面-低分辨率兼容
****************************************/
.screen1000 .programDetailPage .row-main .overViewPhoto .list .item .aItem {
    width: 300px;
    height: 125px;
}

.screen1000 #programDetailPage-12 .columnMainNavContainer .row-head .title {
    font-size: 20px;
}

.screen1000 #programDetailPage-12 .columnMainNavContainer .list .item .aItem {
    padding: 0 15px;
}


/***************************************
* name: newRetailIndustryOverview
* tips: 新零售详情
****************************************/
.newRetailIndustryOverview {
    margin-bottom: 60px;
}

.newRetailIndustryOverview .list {
    overflow: hidden;
    margin-left: -2%;
}

.newRetailIndustryOverview .item {
    float: left;
    width: 31.33333333%;
    margin-left: 2%;
}

.newRetailIndustryOverview .itemContainer {
    padding: 25px 20px 25px 110px;
    border: 2px solid #e2e8f3;
    position: relative;
    z-index: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.newRetailIndustryOverview .itemContainer:hover {
    border-color: #2667db;
}

.newRetailIndustryOverview .itemContainer .item-ico {
    position: absolute;
    left: 15px;
    top: 25px;
}

.newRetailIndustryOverview .itemContainer .title {
    font-size: 22px;
    color: #333;
    display: block;
    height: 30px;
    line-hegiht: 30px;
    overflow: hidden;
    background: url(../img/dot.png) left 7px no-repeat;
    padding-left: 20px;
}

.newRetailIndustryOverview .itemContainer .destion {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
}

.newRetailIndustryOverview .program-03-ico {
    width: 70px;
    height: 70px;
    display: inline-block;
    background-image: url(../img/program-03-ico.png);
    background-repeat: no-repeat;
}

.newRetailIndustryOverview .program-03-ico .ico-01 {
    background-position: -6px 0;
}

.newRetailIndustryOverview .program-03-ico .ico-02 {
    background-position: -10px -80px;
}

.newRetailIndustryOverview .program-03-ico .ico-03 {
    background-position: -9px -159px;
}

/***************************************
* name: newRetailIndustryOverview
* tips: 新零售详情-低分辨率兼容
****************************************/
.screen1210 .newRetailIndustryOverview .itemContainer .destion {
    height: 150px;
}

.screen1000 .newRetailIndustryOverview .itemContainer .destion {
    height: 210px;
}


/***************************************
* name: programBanner
* tips: 解决方案banner
****************************************/
.programBanner {
    height: 460px;
}

.programBannerSwiper {
    margin: 0 auto;
    position: fixed;
    z-index: 0;
    left: 0;
    top: 60px;
    overflow: hidden;
    width: 100%;
    height: 460px;
}

.programBannerSwiper .swiper-slide .itemContainer {
    float: left;
    width: 100%;
    height: 460px;
    background-position: center top;
    background-repeat: no-repeat;
    cursor: default;
    position: relative;
    z-index: 0;
}

.programBannerSwiper .pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    height: 12px;
    cursor: default;
    display: none;
}

.programBannerSwiper .pagination .swiper-pagination-switch {
    cursor: pointer;
    display: inline-block;
    margin: 0 2px;
    padding: 0;
    width: 20px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
}

.programBannerSwiper .pagination .swiper-pagination-switch.swiper-active-switch {
    background: rgba(255, 255, 255, 1);
}

.programBannerSwiper .btnLeft,
.programBannerSwiper .btnRight {
    background-image: url(../../../common/img/ico.png);
    background-repeat: no-repeat;
    display: none;
}

.programBannerSwiper .btnLeft {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    ransition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    width: 35px;
    height: 80px;
    background-position: -98px -157px;
    left: -35px;
    top: 50%;
    margin-top: -40px;
}

.programBannerSwiper .btnLeft .ico {
    position: relative;
    z-index: 1;
}

.programBannerSwiper .btnLeft .thumbContainer {
    position: absolute;
    z-index: 0;
    left: 15px;
    top: 0;
    height: 80px;
    width: 80px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
}

.programBannerSwiper .btnLeft .thumbContainer .img {
    width: 80px;
    height: 80px;
}

.programBannerSwiper .btnLeft .thumbContainer:before {
    display: block;
    content: '';
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: 1px solid #fff;
}

.programBannerSwiper .btnLeft:hover .thumbContainer {
    left: 35px;
    visibility: visible;
    opacity: 1;
}

.programBannerSwiper .btnRight {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    width: 35px;
    height: 80px;
    background-position: -134px -157px;
    right: -35px;
    top: 50%;
    margin-top: -40px;
}

.programBannerSwiper .btnRight .ico {
    position: relative;
    z-index: 1;
}

.programBannerSwiper .btnRight .thumbContainer {
    position: absolute;
    z-index: 0;
    right: 15px;
    top: 0;
    height: 80px;
    width: 80px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
}

.programBannerSwiper .btnRight .thumbContainer .img {
    width: 80px;
    height: 80px;
}

.programBannerSwiper .btnRight .thumbContainer:before {
    display: block;
    content: '';
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: 1px solid #fff;
}

.programBannerSwiper .btnRight:hover .thumbContainer {
    right: 35px;
    visibility: visible;
    opacity: 1;
}

.programBannerSwiper.on .btnLeft {
    visibility: visible;
    opacity: 0.8;
    left: 0;
}

.programBannerSwiper.on .btnRight {
    visibility: visible;
    opacity: 0.8;
    right: 0;
}

.programBannerSwiper .txtGroup {
    padding: 100px 0 0 0;
    position: relative;
    z-index: 10;
}

.programBannerSwiper .txtGroup .txt-mainer {
    padding: 0 0 65px 100px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    visibility: hidden;
    opacity: 0;
}

.programBannerSwiper .txtGroup .txt-footer {
    padding: 0 0 0 200px;
    transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    visibility: hidden;
    opacity: 0;
}

.programBannerSwiper .txtGroup .txt-footer .btn {
    width: 145px;
    height: 45px;
    border: 1px solid #fff;
    color: #fff;
    background: none;
    border-radius: 3px;
    line-height: 45px;
    font-size: 18px;
    padding: 0;
    margin-right: 15px;
}

.programBannerSwiper .txtGroup .txt-footer .btn:hover {
    background: #2667db;
    border-color: #2667db;
    color: #fff;
    opacity: 1;
}

.programBannerSwiper .swiper-slide-active .txtGroup .txt-mainer {
    padding: 0 0 65px 0;
    visibility: visible;
    opacity: 1;
}

.programBannerSwiper .swiper-slide-active .txtGroup .txt-footer {
    padding: 0;
    visibility: visible;
    opacity: 1;
}

/*swiper-slide-01*/
.programBannerSwiper .swiper-slide-01 .animationGroup {
    width: 753px;
    height: 455px;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
}

.programBannerSwiper .swiper-slide-01 .animationGroup .img {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.programBannerSwiper .swiper-slide-01.swiper-slide-active .animationGroup .img {
    visibility: visible;
    opacity: 1;
}

.programBannerSwiper .swiper-slide-01 .animationGroup .img-01 {
    z-index: 1;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    left: 0;
    top: 310px;
}

.programBannerSwiper .swiper-slide-01 .animationGroup .img-02 {
    z-index: 2;
    transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    left: 200px;
    top: 350px;
}

.programBannerSwiper .swiper-slide-01 .animationGroup .img-03 {
    z-index: 3;
    transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    left: 270px;
    top: 460px;
}

.programBannerSwiper .swiper-slide-01 .animationGroup .img-04 {
    z-index: 4;
    transition: all 2.5s;
    -moz-transition: all 2.5s;
    -webkit-transition: all 2.5s;
    -o-transition: all 2.5s;
    left: 100px;
    top: 570px;
}

.programBannerSwiper .swiper-slide-01.swiper-slide-active .animationGroup .img-01 {
    top: 10px;
}

.programBannerSwiper .swiper-slide-01.swiper-slide-active .animationGroup .img-02 {
    top: 50px;
}

.programBannerSwiper .swiper-slide-01.swiper-slide-active .animationGroup .img-03 {
    top: 60px;
}

.programBannerSwiper .swiper-slide-01.swiper-slide-active .animationGroup .img-04 {
    top: 70px;
}

/***************************************
* name: programBannerSwiper
* tips: 解决方案banner-低分辨率兼容
****************************************/
.programBannerSwiper .swiper-slide .wrapper {
    position: relative;
    z-index: 0;
}

.screen1210 .programBannerSwiper .swiper-slide .animationGroup {
    right: -150px;
}

.screen1000 .programBannerSwiper .swiper-slide .animationGroup {
    right: -200px;
}

/***************************************

解决方案正文样式

****************************************/

.container {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.sol-block {
    padding-top: 60px;
    padding-bottom: 60px;
}

.sol-block+.sol-block {
    border-top: 1px solid #eee;
}

.sol-block .sol-img {
    float: left;
    width: 798px;
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-position-y: 0px;
}

.sol-block .sol-txt {
    margin-top: -180px;
    padding: 20px 0 0 40px;
    float: right;
    width: 729px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    background-color: hsla(0, 0%, 100%, .8);
    position: relative;
    z-index: 10;
    min-height: 180px;
}

.sol-block p.title {
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 20px;
    font-weight: 400;
}

.sol-block p.sub {
    line-height: 200%;
    margin-bottom: 20px;
}

.sol-block ul.triple li {
    width: 30%;
    margin-right: 0;
    margin-bottom: 12px;
}

.sol-block ul li {
    display: inline-block;
    margin-right: 60px;
}

ul.dots li::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #1e9eff;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
}


/***************************************
* name: caseLighthouseDetailPage
* tips: 成功案例-灯塔案例
****************************************/
.caseLighthouseDetailPage {
    padding-top: 50px;
}

.caseLighthouseDetailPage .moduleGroup {
    /*padding-bottom:60px;*/
}

.caseLighthouseDetailPage .row-head {}

.caseLighthouseDetailPage .row-head .titleGroup {
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 50px;
}

.caseLighthouseDetailPage .row-head .titleGroup .line {
    display: inline-block;
    width: 22px;
    height: 4px;
    background: #0178d9;
    vertical-align: 5px;
}

.caseLighthouseDetailPage .row-head .titleGroup .title {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    padding: 0 20px;
}

.caseLighthouseDetailPage .row-main .description {
    color: #666;
    line-height: 28px;
    text-align: center;
    margin-bottom: 50px;
}

.caseLighthouseDetailPage .row-main .description .desTitle {
    font-size: 18px;
    color: #333;
    line-height: 40px;
}

.caseLighthouseDetailPage .row-main .imgItemContainer {
    text-align: center;
    margin-bottom: 50px;
}

.caseLighthouseDetailPage .row-main .imgItemContainer .img {
    max-width: 100%;
}

.purchaseMall .inner {
    position: relative;
    overflow: hidden;
    ;
    padding: 20px 20px 20px 40px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    margin-bottom: 50px;
}

.purchaseMall .inner:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.purchaseMall .mallDesc {
    position: absolute;
    padding-right: 550px;
}

.purchaseMall .title {
    margin-top: 7px;
    font-size: 36px;
    color: #333;
}

.purchaseMall .desc {
    margin-top: 20px;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

.purchaseMall .actionGroup {
    margin-top: 60px;
}

.purchaseMall .btn {
    height: 32px;
    line-height: 32px;
    padding: 0 22px;
    margin-right: 5px;
    background-color: #fff;
    border-color: #333;
    color: #333;
}

.purchaseMall .btn-try {
    border-color: #0178d9;
    color: #0178d9;
}

.purchaseMall .imgContainer {
    float: right;
}

.list-five {
    background: #fff;
    /*padding: 40px 0 20px;*/
    /*margin-bottom: 50px;*/
}

.list-five .item {
    width: 340px;
    margin: 0 0 40px 20px;
    border: 0;
    height: 228px;
}

.list-five .item .desc {
    padding: 0;
}

.list-five .item .desc .descTitle {
    width: 290px;
    height: 46px;
    line-height: 46px;
    background: #0178d9;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.list-five .item .desc .descItem .tit {
    font-size: 14px;
    color: #333;
}

/*.list-five .item .desc .descItem .tit:before {
    content: '';
    background: url(../images/san.png) no-repeat;
    display: inline-block;
    width: 6px;
    height: 10px;
    margin-right: 10px;
}*/

.list-five .item .desc .descItem .txt {
    /*padding-left: 16px;*/
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
    text-indent: 25px;
}

.screen1000 .row-main .list-five .item {
    width: 188px;
    margin: 0 0 40px 10px;
}

.screen1000 .row-main .list-five .item .desc .descTitle {
    width: 188px;
}

.screen1210 .row-main .list-five .item {
    width: 224px;
    margin: 0 0 40px 15px;
}

.screen1210 .row-main .list-five .item .desc .descTitle {
    width: 224px;
}

.list-main {
    overflow: hidden;
}

.list-main .item {
    float: left;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e5e5e5;
    cursor: default;
    transition: all 0.3s ease-in-out;
}

.list-main .item .imgContainer {
    position: relative;
    left: -1px;
    right: -1px;
    top: -1px;
    overflow: hidden;
}

.list-main .item .imgContainer .img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.list-main .item .desc {
    padding: 30px 24px 10px;
}

.list-main .item .descTitle {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}

.list-main .item .descItem {
    font-size: 14px;
    color: #888;
    line-height: 30px;
}

.list-main .item:hover {
    border-color: #0178d9;
}

.list-main .item:hover .img {
    transform: scale(1.1);
}

.module-03 .list {
    margin-left: -60px;
}

.module-03 .list:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.module-03 .item {
    float: left;
    width: 540px;
    margin-left: 60px;
    background-color: #fff;
    margin-bottom: 50px;
}

.module-03 .item .imgContainer {
    width: 540px;
    height: 280px;
    overflow: hidden;
}

.module-03 .item .img {
    vertical-align: top;
    transition: all 0.3s;
}

.module-03 .item:hover .img {
    transform: scale(1.2);
}

.module-03 .item .desc {
    position: relative;
    height: 188px;
    padding: 28px 30px 40px 30px;
    border: 1px solid #e5e5e5;
    border-top: none;
    overflow: hidden;
}

.module-03 .item .desc:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-top: none;
    transition: all 0.3s;
}

.module-03 .item:hover .desc:before {
    border-color: #0178d9;
}

.module-03 .item .descTitle {
    font-size: 20px;
    color: #333;
    text-align: center;
}

.module-03 .item .descList {
    margin-top: 20px;
}

.module-03 .item .descItem {
    line-height: 36px;
    font-size: 14px;
    color: #888;
}

/* module-02 模块二 */

.module-02 .row-head {
    padding-top: 50px;
}

.module-02 .list {
    margin-left: -60px;
}

.module-02 .list:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.module-02 .item {
    float: left;
    width: 690px;
    margin-left: 60px;
    background-color: #fff;
    overflow: hidden;
}

.module-02 .item .imgContainer {
    width: 690px;
    height: 250px;
    overflow: hidden;
}

.module-02 .item .img {
    vertical-align: top;
    transition: all 0.3s;
}

.module-02 .item:hover .img {
    transform: scale(1.2);
}

.module-02 .desc {
    height: 163px;
    padding: 28px 40px 57px;
    border: 1px solid #e5e5e5;
    border-top: none;
    transition: all 0.3s;
}

/*  .module-02 .item:hover .desc {
    padding-left: 52px;
} */

.module-02 .descTitle {
    font-size: 20px;
    color: #333;
}

.module-02 .descList {
    margin-top: 23px;
    line-height: 30px;
    font-size: 14px;
    color: #888;
}

.screen1000 .module-02 .list {
    margin-left: -40px;
}

.screen1000 .module-02 .item {
    width: 480px;
    margin-left: 40px;
}

.screen1000 .module-02 .item .imgContainer {
    width: 480px;
    height: 174px;
}

.screen1210 .module-02 .list {
    margin-left: -60px;
}

.screen1210 .module-02 .item {
    width: 575px;
    margin-left: 60px;
}

.screen1210 .module-02 .item .imgContainer {
    width: 575px;
    height: 208px;
}