* {
    margin: 0;
    padding: 0;
}

/**
应用领域
 */
.applicationArea {
    width: 100%;
    /*height: 729px;*/
    background-color: #f1f3f6;
}

.b1 {
    width: 1400px;
    margin: 0 auto;
    padding-top: 68px;
    padding-bottom: 30px;
}

.yy-title {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    display: inline-block;
}

.yy-title > .bgEnglish {
    top: -35px;
    position: absolute;
    z-index: -1;
    font-size: 56px;
    color: #333333;
    opacity: .1;
    width: 645px;
}

.yy-title > .nr {
    top: 35px;
    font-size: 36px;
    color: #333;
}

.yy-title .heng {
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, #327afe 0%, #ffffff 100%);
}

.application-swiper {
    /*margin-top: 75px;*/
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}
.goodsbox{
    width: 1400px;
    min-height: 360px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
   
}
.itemgoods{
    width: 620px;
    height: 284px;
    box-shadow: 4px 4px 4px #d1d1d1;
    display: flex;
    align-items: center;
    padding: 0 30px;
    background: #FFFFFF;
    margin-bottom: 5px;
    border-radius: 4px;
    justify-content: space-between;
}
.p-5{
    width: 300px;
    color: #222222;
}
.goodsimg{
    width: 280px;
    height: 198px;
    margin-left: 10px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.goodsimg:hover {
            transform: scale(1.2);
            color: #222222;
        }
.goodsbut{
    background: #02a5e5;
    color:#FFFFFF;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 10px 30px;
    border: none;
    margin-top: 22px;
    font-weight: 500;
}
.textbox{
    width: 1400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.righttext{
    width:688px;
     height:412px;
      overflow: hidden;
}
.slider-container {
      position: relative;
      width:688px;
     
      overflow: hidden;
      height:412px;
      
    }

    .slider-wrapper {
      display: flex;
      transition: transform 0.5s ease;
    }

    .slide {
      min-width: 100%;
      box-sizing: border-box;
      /*background：#FFFFFF;*/
    }

    .slide img {
      width:686px;
      height: 272px;
      border: solid 1px #ddd;
    position: relative;
    border-radius: 4px;
      /*height: auto;*/
    }

    .text-content {
      padding: 20px;
      background: #FFFFFF;
      border: solid 1px #ddd;
      height: 133px;
    /*position: relative;*/
    border-radius: 4px;
    }
    
     .content-auto {
        content-visibility: auto;
      }
      .scrollbar-hide {
        -ms-overflow-style: none;
        scrollbar-width: none;
      }
      .scrollbar-hide::-webkit-scrollbar {
        display: none;
      }
      .text-shadow {
        text-shadow: 0 1px 2px rgba(0,0,0,0.1);
      }
      .swiperinfo{
          display: flex;
          align-items: center;
           height: 133px;
      }
      .timebox{
          width: 120px;
          text-align: center;
      }
      .timenum{
          font-size: 48px;
            line-height: 50px;
      }
      .timeyear{
          font-size: 16px;
            line-height: 16px;
      }
      .card-hover {
        transition: all 0.3s ease;
        height: 133px;
        background: #fff;
        border: solid 1px #ddd;
        /*position: relative;*/
        border-radius: 4px;
        margin-bottom: 7px ;
      }
      .card-hover:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        background:#02a5e5;
        color: #FFF;
      }
        

.app-cen {
    display: flex;
    padding: 0 5px;
    width: 100%;
}

.app-item {
    width: 100%;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    background: #F6F7FE;
    /*width: 24%;*/
    height: 408px;
    box-shadow: 0px 3px 8px 0px rgba(42, 43, 41, 0.11);
    margin-right: 2%;
}

.app-item > img {
    width: 230px;
    height: 215px;
    display: block;
    margin: 30px auto 0;
}

.app-item:last-child {
    margin: 0;
}

.app-item:hover {
    background: #fff;
    box-shadow: 0px 3px 8px 0px #E3EDFA;
}

.app-item-text {
    position: absolute;
    bottom: 20px;
    width: 100%
}

.app-item-text1 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.app-item-text2 {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #666;
}

/**
应用领域
 */
.productCenter {
    width: 100%;
    /*height: 1065px;*/
    /*background-color: #F6F7FE;*/
    background: #fff;
}

.product-center {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}

.product-item {
    cursor: pointer;
    width: 32%;
    margin-right: 2%;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 3px 8px 0px rgba(42, 43, 41, 0.11);
}

.product-item:nth-child(3) {
    margin-right: 0;
}

.product-item:nth-child(6) {
    margin-right: 0;
}

.product-item > div:first-child {
    overflow: hidden;
}

.product-item img {
    width: 100%;
    height: 246px;
    display: block;
    transition: all .5s ease-out;
}

.product-item img:hover {
    transform: scale(1.5);
}

.product-text {
    padding: 20px 10px;
    border-radius: 0 0 10px 10px;
}

.product-but {
    width: 180px;
    height: 38px;
    border: 1px solid #327AFE;
    border-radius: 60px;
    margin: 30px auto;
    color: #327AFE;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}

/**
微信小程序电商
 */

.wChart {
    width: 100%;
    background-color: #fff;
}

.wchart-center {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}

@-webkit-keyframes zy {
    10% {
        transform: rotate(15deg);
    }
    20% {
        transform: rotate(-10deg);
    }
    30% {
        transform: rotate(5deg);
    }
    40% {
        transform: rotate(-5deg);
    }
    50%, 100% {
        transform: rotate(0deg);
    }
}


/*.wchart-item:before{*/
/*    transition: all .3s;*/
/*    content: '';*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    z-index: -1;*/
/*    width: 0;*/
/*    background: #4B89FC;*/
/*}*/
/*.wchart-item:hover:before {*/
/*    width: 100%;*/
/*}*/

.wchart-item:hover {
    animation: zy 2.5s .15s linear infinite;
}

.wchart-item {
    z-index: 10;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    width: 23.5%;
    margin-right: 2%;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    box-shadow: #4B89FC 0px 0px 3px inset;
}

.wchart-item > img {
    width: 66px;
    height: 66px;
    display: block;
    margin: 20px;
}

.wchart-item:nth-child(4) {
    margin-right: 0;
}

.wchart-item:nth-child(8) {
    margin-right: 0;
}

.wchart-item:nth-child(12) {
    margin-right: 0;
}

/**
为你提供
 */

.forYou {
    width: 100%;
    /*background-color: #327AFE;*/
    background: #fff;
}
/*.forYou  .font {*/
/*    color: #333;*/
/*}*/
.forYou-center {
    margin-top: 60px;
    display: flex;
    align-items: center;
}

.forYou-item {
    height: 560px;
    width: 24%;
    margin-right: 2%;
    border-radius: 10px;
    background: #4788FE;
    padding: 0 20px;
}

.forYou-item > img {
    width: 180px;
    height: 180px;
    display: block;
    margin: 30px auto;
}

.forYou-item:last-child {
    margin-right: 0;
}

.forYou-title {
    color: #fff;
}

.forYou-title-t1 {
    text-align: center;
    font-size: 26px;
    /*font-weight: bold;*/
}

.forYou-title-t2 {
    height: 45px;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}

.forYou-title-t3 {
    height: 85px;
    text-align: center;
    font-size: 16px;
    margin-top: 40px;
}

.forYou-item-but {
    cursor: pointer;
    width: 130px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    border: 1px solid #ddd;
    border-radius: 0 20px 0 20px;
    margin: 20px auto;
}

@-webkit-keyframes fz {
    10% {
        transform: rotateY(45deg);
    }
    20% {
        transform: rotateY(90deg);
    }
    30% {
        transform: rotateY(135deg);
    }
    40% {
        transform: rotateY(180deg);
    }
    50% {
        transform: rotateY(135deg);
    }
    60% {
        transform: rotateY(90deg);
    }
    80% {
        transform: rotateY(45deg);
    }
    100% {
        transform: rotateY(0deg);
    }

}

.forYou-item:hover > img {
    animation: fz 1s .15s linear;
}

/**
软件开发定制
 */
.softwareDevelopment-center {
    display: flex;
    margin-top: 60px;
    height: 450px;
    cursor: pointer;
}

.softwareDevelopment-item {
    transition: all .4s;
    width: 200px;
    height: 450px;
    position: relative;
    overflow: hidden;
}

.softwareDevelopment-item-left {
    width: 200px;
    height: 100%;
    position: relative;
    z-index: 1;
}

.softwareDevelopment-item-right {
    height: 100%;
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6F6F6;
}

.softwareDevelopment-item-right > div {
    margin: 0 16px;
    display: flex;
    flex-direction: column;
}

.softwareDevelopment-item-right > div > p {
    margin-bottom: 20px;
    font-size: 14px;
}

.softwareDevelopment-item-right:nth-child(2) {
    left: 200px !important;
}

.softwareDevelopment-item:nth-child(1) {
    width: 400px;
}

.softwareDevelopment-item:nth-child(1) .softwareDevelopment-item-left {
    width: 200px;
    background: #EFF0F6;
}

.softwareDevelopment-item:nth-child(2) .softwareDevelopment-item-left {
    background: #8179E9;
}

.softwareDevelopment-item:nth-child(3) .softwareDevelopment-item-left {
    background: #3699E6;
}

.softwareDevelopment-item:nth-child(4) .softwareDevelopment-item-left {
    background: #EBA33C;
}

.softwareDevelopment-item:nth-child(5) .softwareDevelopment-item-left {
    background: #33CB70;
}

.softwareDevelopment {
    width: 100%;
    background-color: #ffffff;
}

.softwareDevelopment-item-left-title {
    padding-top: 30px;
    font-size: 26px;
    text-align: center;
    color: #333;
}

.softwareDevelopment-item-left-title2 {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    color: #333;
    height: 45px;
}

.softwareDevelopment-item-left > img {
    width: 90px;
    height: 90px;
    display: block;
    margin: 40px auto;
}

.softwareDevelopment-item-left-but1 {
    margin: 0 auto;
    border: 1px solid #4B89FC;
    color: #4B89FC;
    width: 110px;
    height: 38px;
    border-radius: 40px;
    text-align: center;
    line-height: 38px;
}

.softwareDevelopment-item-left-but2 {
    margin: 30px auto;
    background: #4B89FC;
    color: #FFF;
    width: 110px;
    height: 38px;
    border-radius: 40px;
    text-align: center;
    line-height: 38px;
}

.color-fff {
    color: #fff;
}

.ba-fff {
    background: #fff !important;
}

.border-fff {
    border: 1px solid #fff !important;
}

.color_blue {
    color: #4B89FC;
}

/**
新媒体
 */
.mediaOperation{
    background: #fff !important;
}
.mediaOperation-center {
    display: flex;
    margin-top: 60px;
    align-items: center;
}

.mediaOperation-item {
    width: 33.3%;
    position: relative;
}

.mediaOperation-item-shu:before {
    content: '';
    position: absolute;
    transform: translate(-50%);
    right: 0;
    width: 1px;
    height: 200px;
    background: #E8E9F0;
}

.mediaOperation-item > img {
    display: block;
    margin: 0 auto 30px;
}

.mediaOperation-item-text {
    padding: 0 70px;
}

.mediaOperation-item-text1 {
    text-align: center;
    font-size: 26px;
    color: #333;
}

.mediaOperation-item-text2 {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.mediaOperation {
    width: 100%;
    background-color: #F6F7FE;
}

.mediaOperation-but {
    cursor: pointer;
    width: 180px;
    height: 38px;
    border-radius: 30px;
    border: 1px solid #4B89FC;
    color: #4B89FC;
    text-align: center;
    line-height: 38px;
    margin: 50px auto 20px;
    transition: all .3s;
}

.mediaOperation-but:hover {
    background: #4B89FC;
    border: 1px solid #4B89FC;
    color: #fff;
}

/**
我们的广告资源
 */
.resources {
    width: 100%;
    background-color: #ffffff;
}

.why {
    width: 100%;
    height: 507px;
    background-color: #327AFE;
    overflow: hidden;
    position: relative;
}
.footImg{
    width: 1920px;
    height: 507px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    display: block;
}

.swiper_img {
    width: 100%;
    height: 100%;
    display: block;
}

.swiper_box {
    width: 100%;
    height: 570px;
    overflow: hidden;
}

.swiper-container {
    width: 1920px;
    height: 100%;
    position: relative;
    left: 50%;
    margin-left: -960px !important;
}


@media screen and (max-width: 1366px) {
    /*.swiper_box{*/
    /*    height:300px ;*/
    /*}*/
}
