/* 导航模块 */
.title-photo {
  height: 100px;
  width: 300px;
  background: url("../img/01_WPS_s.png") no-repeat center;
  background-size:cover;
  transform: scale(0.6,0.6);
  margin-left: -35px;
}

.title-photo img {
  height: 100%;
}

/* 主营业务模块 */
.show {
    cursor:pointer;
}

.show .row{
    position: relative;
}

.showPC .col-md-4:hover{
    position: relative;
    box-shadow: -3px 3px 14px #999;;
    /*background-color: #1da2aa;*/
    /*border: 2px solid #1da2aa;*/
    border-radius: 50px;
    transition: .5s;
}

.show .col-md-4:hover img {
    /*transform: scale(1.4,1.4);*/
    transition: transform .5s
}

.showPC .col-md-4:hover p {
    color: #000;
    font-weight: 700;
}

.show .col-md-4:hover h4 {
    color: #000;
    font-weight: 700;
}

.show .row .col-md-4 {
    /* height: 200px; */
    margin: 1% 0;
    text-align: center;
    color: black;
} 

.show .row .col-md-4 .show-photo {
    height: 41px;
    width: 42px;
    margin: 6% auto;
}

.show h5 {
    /* margin-top: 30px; */
    margin-bottom: 15px;
}

.show p {
    /* margin-top: 40px; */
    display: inline-block;
    width: 70%;
    margin: 5% auto;
}

.server-second div{
    height: 100%;
}

.server-methods .server-second .row {
    margin: 10px 20px 10px 20px;
    border: 1px solid blueviolet;
    border-radius: 20px;
}

#tabforService > div > div {
    background-color: #fff;
    border:1px solid #48B7FF;
    border-radius: 10px;
    color: #48B7FF;
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-family:"Times New Roman", Times, serif;
    font-weight: 700;
    margin-bottom: 15px;
}

#tabforService > div > div:hover {
    cursor: pointer;
    background-color: #48B7FF;
    color: #fff;
}

#tabforService  div > .tabActive{
    /*cursor: pointer;*/
    background-color: #48B7FF;
    color: #fff;
}

.activeHidde {
    display: none!important;
}

/* 中间内容二区域开始 */
.wrap-body .body-item2 {
    position: relative;
    height: 495px;
    background-image: url('../img/body_item2.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 60px;
    opacity: 0;
  }
  
  .body-item2 .item2-box {
    position: absolute;
    top: 40px;
    width: 500px;
  }
  
  .body-item2 .item2-left {
    position: absolute;
    top: 40px;
    left: 50px;
    margin-top: 20px;
    width: 469px;
    height: 391px;
    background-image: url('../img/1 (8).png');
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .item2-left-img {
    margin-top: 40px;
  }
  
  .item2-left-img li {
    display: inline-block;
    text-align: center;
    margin-right: 70px;
  }
  
  .item2-left-img li:hover img{margin-top:-20px;}
  .item2-left-img li p,
  .item2-left-img li p,
  .item2-left-img li p {
    margin-top: 10px;
    color: #666;
  }

  .offcanvas-menu .site-mobile-menu {
      background: linear-gradient(#17a2b8,#eee);
  }
  
  .item2-left-img img,
  .item3-left-img img {
    display: inline-block;
    width: 62px;
    height: 83px;
  }
  
  .item2-box .item2-h1 {
    font-size: 22px;
    color: #0a0c57;
  }
  
  .item2-box .item2-p {
    font-size: 14px;
    margin-top: 40px;
    line-height: 26px;
    color: #666;
  }
  
  .item2-box .item2-h2 {
    font-size: 18px;
    margin-top: 46px;
  }
  /* 中间内容二区域结束 */
  
  /* 中间内容三区域开始 */
  .wrap-body .body-item3 {
    position: relative;
    padding-right: 23px;
    box-sizing: border-box;
    height: 500px;
    background-image: url('../img/body_item3.png');
    background-repeat: no-repeat;
    background-size: 1200px 504px;
    opacity: 0;
  }
  
  .body-item3 .item3-box {
    position: absolute;
    top: 30px;
    width: 500px;
  }
  
  .body-item3 .item3-left {
    position: absolute;
    top: 20px;
    right: 75px;
    margin-top: 20px;
    width: 469px;
    height: 420px;
    background-image: url('../img/1.png');
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .item3-box .item3-h1 {
    font-size: 22px;
    color: #0a0c57;
  }
  
  .item3-box .item3-p {
    font-size: 14px;
    margin-top: 40px;
    line-height: 26px;
    color: #666;
  }
  
  .item3-box .item3-h2 {
    font-size: 18px;
    margin-top: 46px;
  }
  
  .item3-box .item3-left-img {
    margin-top: 30px;
  }
  
  .item3-left-img li {
    display: inline-block;
    text-align: center;
    margin-right: 70px;
  }
  
  .item3-left-img li p,
  .item3-left-img li p,
  .item3-left-img li p {
    margin-top: 10px;
    color: #666;
  }
  /* 中间内容三区域结束 */

/* 中间内容四区域开始 */
.wrap-body .body-item4 {
    position: relative;
    height: 495px;
    background-image: url('../img/body_item2.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 60px;
    /*opacity: 0;*/
}

.body-item4 .item4-box {
    position: absolute;
    top: 40px;
    width: 500px;
    left: 1700px;
}

.body-item4 .item4-left {
    position: absolute;
    top: 40px;
    left: 50px;
    margin-top: 20px;
    width: 469px;
    height: 391px;
    background-image: url('../img/body_item2_left.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
}

.item4-left-img {
    margin-top: 40px;
}

.item4-left-img li {
    display: inline-block;
    text-align: center;
    margin-right: 70px;
}

.item4-left-img li:hover img{margin-top:-20px;}
.item4-left-img li p,
.item4-left-img li p,
.item4-left-img li p {
    margin-top: 10px;
    color: #666;
}

.offcanvas-menu .site-mobile-menu {
    background: linear-gradient(#17a2b8,#eee);
}

.item4-left-img img,
.item3-left-img img {
    display: inline-block;
    width: 62px;
    height: 83px;
}

.item4-box .item4-h1 {
    font-size: 22px;
    color: #0a0c57;
}

.item4-box .item4-p {
    font-size: 14px;
    margin-top: 40px;
    line-height: 26px;
    color: #666;
}

.item4-box .item4-h2 {
    font-size: 18px;
    margin-top: 46px;
}
/* 中间内容四区域结束 */
/* 中间内容五区域开始 */
.wrap-body .body-item5 {
    position: relative;
    padding-right: 23px;
    box-sizing: border-box;
    height: 500px;
    background-image: url('../img/body_item3.png');
    background-repeat: no-repeat;
    background-size: 1200px 504px;
    opacity: 0;
}

.body-item5 .item5-box {
    position: absolute;
    top: 30px;
    width: 500px;
}

.body-item5 .item5-left {
    position: absolute;
    top: 20px;
    right: 75px;
    margin-top: 20px;
    width: 469px;
    height: 420px;
    background-image: url('../img/body_item3_right.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.item5-box .item5-h1 {
    font-size: 22px;
    color: #0a0c57;
}

.item5-box .item5-p {
    font-size: 14px;
    margin-top: 40px;
    line-height: 26px;
    color: #666;
}

.item5-box .item5-h2 {
    font-size: 18px;
    margin-top: 46px;
}

.item5-box .item5-left-img {
    margin-top: 30px;
}

.item5-left-img li {
    display: inline-block;
    text-align: center;
    margin-right: 70px;
}

.item5-left-img li p,
.item5-left-img li p,
.item5-left-img li p {
    margin-top: 10px;
    color: #666;
}
/* 中间内容五区域结束 */

  
/* 资质与客户模块 */
.customer-material {
    margin-top: 70px;
}

.customer-main {
    background:url("../img/b0c50b12335dee3176025791d4d7b37a.jpg") no-repeat ;
    background-size:cover;
    padding-bottom: 800px;
    position: relative;
    overflow: hidden;
}

.zizhi-main {
    position: absolute;
    /*background-color: red;*/
    width: 100%;
    /*height: 100px;*/
    top: 18%;
    text-align: center;
}

.zizhi-main > #marquee {
    overflow: hidden;
    width: 100%;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 20px;
}

.customer-material-bottom .container img {
    width: 100%;
}

/*.customer-main .customer-left {*/
/*    height: 475px;*/
/*}*/

/*.customer-main .customer-right {*/
/*    height: 475px;*/
/*}*/

/*.customer-main .customer-right div {*/
/*  margin-top: 35px;*/
/*  background-color: #eee;*/
/*  color: #666;*/
/*  width: 100%;*/
/*  height: 40px;*/
/*  line-height: 40px;*/
/*  padding-left: 20%;*/
/*}*/

.customer-material-bottom {
  margin-top: 30px;
  margin-bottom: 20px;
}

#mark {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .6;
    z-index: 1000;
}

#rightfloat {
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 1001;
    opacity: 0;
}

#rightfloat ul li {
    width: 50px;
    height: 50px;
    background-color: #000;
    padding: 10px;
}

#rightfloat ul li:hover {
    background-color: rgba(4, 238, 238,0.5);
}

#rightfloat ul li:first-of-type {
    border-bottom: 1px solid #fff;
}

#rightfloat ul li img {
    width: 100%;
    height: 100%;
}

.iphone-wrap {
    position: absolute!important;
    width: 400px;
    right: -10%;
    top: -90%;
    z-index: 2;
    animation: b 2s ease-in-out;
}

@keyframes b {
    from {
        right: -90%;
    }
    to {
        right: -10%;
    }
}

.iphone-wrap div {
    cursor:pointer;
    opacity: .8;
    position: relative;
}

.iphone-wrap div:last-of-type {
    opacity: 1;
}

.iphone-wrap div:hover {
    opacity: 1;
    z-index: 4;
    transform: scale(1.04,1.04);
    transition: all .5s ease-in-out;
}

.iphone-wrap img {
    width: 100%;
}

.show-photo {
    width: 42px;
    height: 42px;
}

.show-top > div >div:last-of-type {
    font-weight: 700;
    font-size: 18px;
}
.show-photo img{
    width: 42px;
    height: 42px;
}

.attention {
    position: absolute;
    width: 160px;
    height: 192px;
    background-color: #373737;
    left: -162px;
    top: -144px;
    border-radius: 10px;
    opacity:0;
    z-index: 1;
}

.attention div:first-of-type {
    width: 125px;
    height: 125px;
    /*margin: ;*/
    margin: 10px 15px;
}

.attention div:first-of-type img{
    width: 100%;
    height: 100%;
}

.attention div:last-of-type {
    margin: 10px 20px;
}

.attention div:last-of-type p{
    color: #fff;
    text-align: center;
    margin: 0;
}

.text-animation {
    animation: text .5s ease-in-out;
}

@-webkit-keyframes text {
    from {
        left: -1000px;
    }
    to {
        left: 0;
    }
}
