/* 网络安全服务 */
.safe-container-bg{
  background: url(../images/business/data-control-bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.safe-rowStyle{

  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.safe-left{
  position: relative;
}

.safe-left-text{
  position: absolute;
  top: 55%;
  left: 10%;
  font-size: 30px;
  color: #fff;
  letter-spacing: 1px;
}

.safe-right-whole {
  margin-top: 240px;
  margin-left: 30px;
}

.safe-right-div {
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
}

.safe-right-content{
  margin-left: -10px;
  margin-top: 35px;
  display: flex;
  flex-direction: column;
}

.safe-right-content-title{
  font-size: 22px;
  color: #232449;
  margin-bottom: 10px;
}

.safe-right-content-subTitle{
  font-size: 16px;
  color: #6D6D6D;
  margin-bottom: 5px;
}

/* 证据服务 */
.evidence-plate{
  background: url(../images/business/timeline-bg.png) center no-repeat;
  height: 700px;
  /* background-size: cover; */
}

.evidence-title{
  font-size: 30px;
  color: #fff;
  position: relative;
  padding: 100px 0 70px 310px;
}

.evidence-title::before {
  content: "";
  width:300px;
  height:3px;
  background-color:#F0F0F0;
  position:absolute;
  bottom:100%;
  top: 121px;
  z-index:1;
  left:0;
}

.evidence-timeline-content{
  background: url(../images/business/timeLine.png) center no-repeat;
  background-size: 100% 100%;
  height: 400px;
}

.evidence-timeline-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 16%;
  padding-right: 0px;
}

.evidence-timeline-content span{
  font-size: 21px;
  color: #fff;
  font-weight: 300;
  display: block;
  padding-bottom: 115px;
  padding-top: 44px;
}

.evidence-plate-phone{
  background: url(../images/business/timeline-bg.png) center no-repeat;
  background-size: 100% 100%;
}

.evidence-title-phone{
  font-size: 30px;
  color: #fff;
  padding: 20px 0 10px 20px;
  border-bottom: 3px solid #fff;
  width: fit-content;
}

.evidence-timeline-phone{
  padding: 20px 80px 30px 80px;
}

.evidence-timeline-service-phone {
  font-size: 18px;
  color: #fff;
  border-top: 3px solid;
  -o-border-image: linear-gradient(to right, #743ad5 0%, #d53a9d 100%);
  border-image: linear-gradient(to right, #743ad5 0%, #d53a9d 100%);
  border-image-slice: 1;
  border-width: 3px;
  margin: 0;
  padding: 40px;
  counter-increment: section;
  position: relative;
}

.evidence-timeline-service-phone:before {
  content: counter(section);
  position: absolute;
  height: 1.25em;
  width: 1.25em;
  background-color: #fff;
  text-align: center;
  line-height: 1.25em;
  color: #222;
  font-size: 1em;
}

.evidence-timeline-service-phone:nth-child(odd) {
  border-right: 3px solid;
  padding-left: 64px;
}

.evidence-timeline-service-phone:nth-child(odd):before {
  left: 100%;
  margin-left: -10px;
}

.evidence-timeline-service-phone:nth-child(even) {
  border-left: 3px solid;
  padding-right: 0;
}

.evidence-timeline-service-phone:nth-child(even):before {
  right: 100%;
  margin-right: -10px;
}

.evidence-timeline-service-phone:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.evidence-timeline-service-phone:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.data-control{
  background: url(../images/business/data-control-bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  margin-top: 30px;
  padding-bottom: 120px;
}


.data-control-title {
  width: 200px;
  height: 50px;
  color: #333;
  background-color: #fff;
  font-size: 30px;
  font-weight: 500;
}

.data-control-title {
  text-align: center;
  margin: 100px auto;
}

.data-control-title,
.data-control-title::before,
.data-control-title::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.data-control-title::before,
.data-control-title::after {
  content: '';
  margin: -5%;
  box-shadow: inset 0 0 0 2px;
  animation: clipMe 8s linear infinite;
}

.data-control-title::before {
  animation-delay: -4s;
}


/* 核心：更改宽高后这下面的动画效果也需修改 */
@keyframes clipMe {

  0%,
  100% {
    /* 上 右 下  左*/
    /* 上-下=-2px，右-右=220px 显示盒子上边框 */
    clip: rect(0px, 220.0px, 2px, 0px);
  }

  25% {
    /* 上-下=-70px，右-右=2px 显示盒子左边框 */
    clip: rect(0px, 2px, 70.0px, 0px);
  }

  50% {
    /* 上-下=-2px，右-右=220px 显示盒子下边框 */
    clip: rect(68.0px, 220.0px, 70.0px, 0px);
  }

  75% {
    /* 上-下=-70px，右-右=2px 显示盒子右边框 */
    clip: rect(0px, 220.0px, 70.0px, 218.0px);
  }
}

.data-control-content{
  margin-top: 280px;
  padding-right: 0;
  padding-left: 0;
}

.data-control-img{
  transition: all 1s linear;
  /*兼容代码*/
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
}

.data-control-img:hover{
  transform: rotate(360deg) scale(1);
  /*兼容IE浏览器*/
  -ms-transform: rotate(360deg) scale(1);
  /*兼容Safari和Chrome浏览器*/
  -webkit-transform: rotate(360deg) scale(1);
  /*兼容火狐浏览器*/
  -moz-transform: rotate(360deg) scale(1);
}

.data-control-int{
  font-size: 18px;
  color: #333;
  margin-top: 30px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

/* 专项服务体系 */
.special-system-bg{
  background: url(../images/business/special-bg.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 70px;
}

.special-system-title{
  display: block;
  font-size: 30px;
  color: #fff;
  padding: 50px 50px;
}

.special-system-imgText{
  margin-top: 15px;
  font-size: 18px;
  color: #333;
}

/* .special-system-div{
  padding: 30px 0 20px 0;
  transition: all 0.3s;
}

.special-system-div:hover{
  box-shadow:0px 0px 10px #ccc;
} */

