﻿.top-panel{
  height: 81px;
  line-height: 81px;
  background: #FAFAFA;
}
.top-panel .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-panel .container .data{
  display: flex;
}
.top-panel .container .data .row{
  font-size: 28px;
  font-weight: bold;
}
.top-panel .container .data p:last-child{
  margin-top: 4px;
}


/* 定制开发 */
.cc .same-title {
    -webkit-animation: c4 1s forwards;
    -o-animation: c4 1s forwards;
    animation: c4 1s forwards;
}

.cc .dj-items {
    -webkit-animation: c4 1s 0.4s forwards;
    -o-animation: c4 1s 0.4s forwards;
    animation: c4 1s 0.4s forwards;
}
.dj-panel{
  padding-top: 100px;
  padding-bottom: 102px;
}
.dj-panel .same-title{
  opacity: 0;
}
.dj-panel .dj-items{
  display: flex;
  justify-content: space-between;
  margin-top: 59px;
  opacity: 0;
}
.dj-panel .dj-items .item{
  width: 280px;
  height: 273px;
  background: #FFF;
  box-shadow: 0px 4px 46px 11px rgba(180, 179, 179, 0.23);
  border-radius: 4px;
  
}

.dj-panel .dj-items .item .icon-box{
  height: 223px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dj-panel .dj-items .item .name{
  height: 50px;
  background: linear-gradient(90deg, #0082FB, #3CAFFF);
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
}

/* 多行业场景解决方案 */
.cc2 .same-title {
    -webkit-animation: c4 1s forwards;
    -o-animation: c4 1s forwards;
    animation: c4 1s forwards;
}

.cc2 .solu-content {
    -webkit-animation: c4 1s 0.4s forwards;
    -o-animation: c4 1s 0.4s forwards;
    animation: c4 1s 0.4s forwards;
}
.solution-panel{
  width: 100%;
  height: 850px;
  padding-top: 82px;
  background-image: url(../image/solution-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.solution-panel .same-title{
  opacity: 0;
}
.solution-panel .same-title h3{
  color: #fff;
}
.solution-panel .same-title span{
  color: #B6B6B6;
}
.solution-panel .solu-content{
  margin-top: 80px;
  opacity: 0;
}
.solution-panel .solu-content .swiper-wrapper{
  padding-top: 120px;
  color: #fff;
}
.solution-panel .solu-content .swiper-pagination{
  top: 0;
  bottom: auto;
  display: flex;
  justify-content: space-between;
  padding: 0 100px 20px 100px;
  border-bottom: 1px solid #B6B6B6;
}
.solution-panel .solu-content .swiper-pagination .swiper-pagination-bullet{
  width: auto;
  height: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: none;
  opacity: 1;
  color: #fff;
  font-size: 18px;
}
.solution-panel .solu-content .swiper-pagination .swiper-pagination-bullet-active{
  position: relative;
  color: #91A8FF;
}
.solution-panel .solu-content .swiper-pagination .swiper-pagination-bullet-active::after{
  content: '';
  position: absolute;
  bottom:-20px;
  left: 0;
  width: 117px;
  height: 1px;
  background: #91A8FF;
}
.solution-panel .solu-content h3{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 48px;
}
.solution-panel .solu-content ul{
  margin-bottom: 50px;
}
.solution-panel .solu-content ul li{
  font-size: 18px;
  line-height: 39px;
  padding-left: 20px;
  position: relative;
}
.solution-panel .solu-content ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.solution-panel .solu-content .icon-box{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.solution-panel .solu-content .icon-box .item{
  text-align: center;
}
.solution-panel .solu-content .icon-box .item p{
  margin-top: 30px;
}

/* 井上齐茗抓客 */
.cc3 .same-title {
    -webkit-animation: c4 1s forwards;
    -o-animation: c4 1s forwards;
    animation: c4 1s forwards;
}

.cc3 .zk-items {
    -webkit-animation: c4 1s 0.4s forwards;
    -o-animation: c4 1s 0.4s forwards;
    animation: c4 1s 0.4s forwards;
}
.zk-panel{
  padding: 100px 0 110px;
}
.zk-panel .same-title{
  opacity: 0;
}
.zk-items{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  opacity: 0;
}
.zk-items .item{
  text-align: center;
  width: 200px;
}
.zk-items .item .name{
  margin: 16px 0;
  color: #595961;
  font-weight: bold;
}
.zk-items .item .desc{
  font-size: 13px;
  color: #7D7D88;
  line-height: 22px;
}
.zk-panel .watch-more{
  margin: 50px auto 0;
}

/* 井上齐茗软件定制理念 */
.cc4 .container {
    -webkit-animation: c4 1s forwards;
    -o-animation: c4 1s forwards;
    animation: c4 1s forwards;
    
}
.djln-panel{
  width: 100%;
  height: 531px;
  background: #0084FF;
  padding-top: 100px;
  position: relative;
}
.djln-panel .container{
  display: flex;
  justify-content: flex-end;
  opacity: 0;
}
.djln-panel .container .pic-box{
  position: absolute;
  top: -140px;
  left: 0;
}
.djln-panel .container .desc{
  width: 38%;
  text-align: right;
}
.djln-panel .container .desc p{
  margin: 18px 0 20px;
}
.djln-panel .container .desc .line{
  display: flex;
  justify-content: flex-end;
  
}
.djln-panel .container .desc .line .short-line{
  width: 49px;
  height: 3px;
  background: linear-gradient(90deg, #38BADD, #2AEAC8);
  margin-right: 10px;
}
.djln-panel .container .desc .line .long-line{
  width: 317px;
  height: 3px;
  background: #FFFFFF;
}
.djln-panel .container .desc .text{
  margin: 12px 0 32px;
}
.djln-panel .container .desc ul{
  text-align: left;
}
.djln-panel .container .desc ul li{
  padding-left: 20px;
  position: relative;
  margin-bottom: 24px;
  line-height: 24px;
}
.djln-panel .container .desc ul li::before{
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #F4F100;
  border-radius: 50%;
}
/* 服务流程 */
.cc5 .same-title {
    -webkit-animation: c4 1s forwards;
    -o-animation: c4 1s forwards;
    animation: c4 1s forwards;
}

.cc5 .fw-steps {
    -webkit-animation: c4 1s 0.4s forwards;
    -o-animation: c4 1s 0.4s forwards;
    animation: c4 1s 0.4s forwards;
}
.cc5 .bottom-box{
    -webkit-animation: c4 1s 0.8s forwards;
    -o-animation: c4 1s 0.8s forwards;
    animation: c4 1s 0.8s forwards;
}
.fw-panel{
  padding: 100px 0;
  background: #F7F7F7;
}
.fw-panel .same-title{
  opacity: 0;
}
.fw-steps {
  margin: 49px 0 100px;
  opacity: 0;
}
.fw-steps .row1{
  margin-bottom: 50px;
}
.fw-steps .row .step{
  text-align: center;
  position: relative;
  z-index: 99;
  pointer-events: none;
}
.fw-steps .row1 .step{
  float: left;
  margin-right: 60px;
  
}
.fw-steps .row .step .icon-box{
  width: 150px;
  height: 154px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #F7F7F7;
}
.fw-steps .row .step .icon-box img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fw-steps .row .step.on .icon-box{
  border-radius: 50%;
  box-shadow: 0 20px 10px 0 rgba(0,0,0,0.08);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  
}
.fw-steps .row1 .step.on:after{
  content: '';
  width: 27px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: -30%;
  background-image: url(../image/jiantou3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}


.fw-steps .row1 .step.on:last-child::after{
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  right: 40%;
  top:110%;
}

.fw-steps .row2 .step.on::after{
  content: '';
  width: 27px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: -30%;
  background-image: url(../image/jiantou3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
} 
.fw-steps .row2 .step.on:last-child::after{
  display: none;
}
.fw-steps .row .step::after{
  opacity: 0;
}
.fw-steps .row .step.on::after{
  opacity: 1;
}
.fw-steps .row1 .step:last-child{
  margin-right: 0;
}
.fw-steps .row2 .step{
  float: right;
  margin-left: 60px;
}
.fw-steps .row2 .step:last-child{
  margin-left: 0;
}
.fw-panel .bottom-box {
  display: flex;
  justify-content: space-between;
  opacity: 0;
}

.fw-panel .bottom-box .item{
  width: 380px;
  height: 257px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  padding: 39px 25px 33px;
}
.fw-panel .bottom-box .item .title{
  display: flex;
  justify-content: center;
  align-items: center;

}
.fw-panel .bottom-box .item .title span{
  font-size: 18px;
  font-weight: bold;
  color: #595961;
  margin-left: 17px;
}
.fw-panel .bottom-box .item .desc{
  font-size: 18px;
  color: #7D7D88;
  line-height: 28px;
  padding-top:30px;
  border-top:1px solid #eee;
  margin-top: 39px;
}
.fw-panel .bottom-box .item:hover{
  border: 1px solid #4E8CEE;
}
.fw-panel .bottom-box .item:hover .desc{
  border-top:1px solid #4E8CEE;
}
/* 项目案例 */

.bottom-panel{
  padding: 100px 0 66px;
  
}


/* 新闻 */
.cc7 .same-title{
    -webkit-animation: c4 1s forwards;
    -o-animation: c4 1s forwards;
    animation: c4 1s forwards;
}

.cc7 .content{
    -webkit-animation: c4 1s 0.4s forwards;
    -o-animation: c4 1s 0.4s forwards;
    animation: c4 1s 0.4s forwards;
}

.news{
  margin-top: 99px;
 
}
.news .same-title{
  opacity: 0;
}

.news .content{
  opacity: 0;
}
.news .content{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  
}
.big-box{
  width: 534px;
}
.big-box .pic-box{
  width: 534px;
  height: 322px;
  border-radius: 5px;
}
.small-box .pic-box{
  width: 155px;
  height: 101px;
  border-radius: 5px;
}
.news .content .title{
  color: #595961;
}
.news .content .info{
  color: #7D7D88;
  line-height: 26px;
  margin-top: 6px;
}
.big-box .title{
  padding: 20px 0 10px;
  border-bottom: 1px solid #eee;
}
.big-box:hover .title,.small-box .item:hover .title{
  color: #009FFF;
}
.small-box .desc{
  width: 437px;
  margin-left: 20px;
}
.small-box .item{
  display: flex;
  margin-bottom: 22px;

}
.small-box .item:last-child{
  margin-bottom: 0;
  
}



