.banner{
  padding-top: 75px;
}
.swiper-button-prev{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next, .swiper-button-prev{
  width: 1rem;
  height: .625rem;
}
/* 数字资产服务样式 */
#content .data_item{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  min-height: 156px;
  background: #FFFFFF;
  border: .0125rem solid #FFFFFF;
  margin-bottom: .5rem;
  align-items: center;
}

#content .data_item .data_item_icon{
  width: 28px;
  height: 28px;
}
#content .data_item .data_item_icon:nth-child(2){
  display: none;
}
.data_item-l {
  width: 216px;
  height: 156px;
  background: #FFFFFF;
  border: .0125rem solid #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 .25rem;
}

.data_item-l .data_service_title {
  font-size: 18px;
  color: #374E72;
  font-weight: 700;
  margin-left:.125rem;
}

.data_item-r {
  /* padding: .25rem; */
  padding-left: .25rem;
  padding-top: 0;
  display: flex;
}

#content.scenario {
  background-color: #F8FBFE;
  padding-bottom: 1.5rem;
}

.piece2 {
  min-height: 156px;
  flex:1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* padding: .25rem; */
}

.piece2 div {
  flex:1;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
}

.piece2 div span {
  width:216px;
  height: .6rem;
  line-height: .6rem;
  margin-right: .25rem;
  background: #FBFBFB;
  border: .0125rem solid #EEEEEE;
  font-size: 16px;
  color: #374E72;
  text-align: center;
  display: inline-block;
}
.piece2 div span.medium{
  width: 180px;
}
.piece2 div span.small{
  width:126px;
  /* margin-bottom: 24px; */
}
.data_service .content_title_wrapper{
  margin-bottom: 1rem;
}
.tips_box {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.tips_box-item {
  width: 23%;
  min-height: 4.7rem;
  background: linear-gradient(180deg, #F6F8FA 0%, #FEFEFE 100%);
  box-shadow: 0rem 0rem .35rem 0rem #D5DDE8;
  border-radius: .15rem;
  border: .025rem solid #FFFFFF;
  background-position: right bottom;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 500ms linear;
}

.tips_box-item:hover {
  border-color: #4385F8;
  transform: scale(1.02);
  transition: all 500ms linear;
}

.tips_box-item:hover h5 {
  background-color: #3385FF;
  color: #fff;
  transition: all 0.3s linear;
}

:nth-child(1).tips_box-item {
  background-image: url('../imgs/imgs/apply1.png');
  background-size: 3.2875rem 2.35rem;
}

:nth-child(2).tips_box-item {
  background-image: url('../imgs/imgs/apply2.png');
  background-size: 3.15rem 2.35rem;
}

:nth-child(3).tips_box-item {
  background-image: url('../imgs/imgs/apply3.png');
  background-size: 3.225rem 2.55rem;
}

:nth-child(4).tips_box-item {
  background-image: url('../imgs/imgs/apply4.png');
  background-size: 3.4375rem 3.125rem;
}

.tips_box-item h5 {
  padding-left: .275rem;
  height: 1.1rem;
  line-height: 1.1rem;
  text-align: left;
  background: #E7F0FE;
  border-radius: .125rem .125rem 0rem 0rem;
  color: #374E72;
  font-weight: 700;
  font-size: 24px;
}

.tips_box-item p {
  width: 80%;
  margin: .275rem auto 0;
  font-size: 14px;
  color: #374E72;
  line-height: 1.75;
}

#content.advantage {
  background-image: url('../imgs/imgs/advantage.png');
  background-size: cover;
  height: 10rem;
  padding-top: 1.375rem;
  overflow-x: hidden;
}

#content.advantage .content_title {
  color: #fff;
}

.advantage_items {
  width: 100%;
  margin: 1rem auto 0;
  display: flex;
  justify-content: space-between;
}

.advantage_item {
  position: relative;
  width: 25%;
  height: 4.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  transition: all 500ms linear;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #content.advantage{
    height: 13rem;
  }
  .advantage_item{
    height: 7.5rem
  }
}
.advantage_item:hover {
  background: #0741DB;
  border-radius: .15rem;
}
.advantage_item.active{
  background: #0741DB;
  border-radius: .15rem;
}
.advantage_item:hover img,.advantage_item.active img{
  position: absolute;
  top: -0.45rem;
  left:8%;
  transition: all 500ms linear;
}

.advantage_item:hover h5,.advantage_item.active h5 {
  position: absolute;
  top: .625rem;
  left: 8%;
  transition: all 500ms linear;
}

.advantage_item:hover p,.advantage_item.active p{
  /* display: block; */
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 84%;
  opacity: 0.8;
  transition: all .6s linear;
}

.advantage_item img {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 30%;
  left: .5rem;
  transition: all 500ms linear;
}

.advantage_item h5 {
  font-size: 18px;
  color: #fff;
  margin-top: .25rem;
  position: absolute;
  top: 60%;
  left: .5rem;
  transition: all 500ms linear;
}

.advantage_item p {
  position: absolute;
  font-size: 14px;
  line-height: 1.75;
  color: #fff;
  opacity: 0;
  transition: all 0s linear;
  margin-bottom: .25rem;
}

.advantage_item::after {
  content: '';
  position: absolute;
  left: 0;
  width: .0125rem;
  height: 50%;
  background-color: rgba(255,255,255,.39);
  transition: all 500ms linear;
}
.advantage_item:hover:after {
  height: 0;  
  width:0;
  transition: all 500ms linear;
}
.advantage_item:hover+.advantage_item::after{
  width: 0;
  height: 0;
}
:nth-child(1).advantage_item::after {
  content: '';
  width: 0;
}

.client_cont {
  /* min-height: 10rem; */
  width: 70%;
  margin:0 auto;
  /* width: 100%; */
  max-width: 1300px;
  background-color: #fff;
  box-shadow: 0 .075rem .25rem .05rem rgba(0, 0, 0, 0.04);
  border-radius: .2rem;
  /* padding: .75rem 1rem;
  padding-top: calc(120px + .4rem);
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%); */
  /* padding: 0 1rem; */
  transform: translateY(-1rem);
  margin-bottom: .5rem;
}
.client_cont .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: .6349rem;
}
.client_box .content_title_wrapper{
  padding-top: 1rem;
}
.section-last{
  padding-top: 0px!important;
}
.img_items {
  /* height: 100%; */
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding:0 1rem;
  padding-bottom: 1.9048rem;
}

.img_items img {
  width: 22%;
  height: auto;
  margin-right: .35rem;
  margin-bottom: .6rem;
  /* cursor: pointer; */
}

.img_items img:nth-child(4n) {
  margin-right: 0;
}
.img_items img:nth-child(8)~img{
  margin-bottom:0;
}
#content.haien_service .context{
  text-align: center;
  padding: 1rem 0;
}
#content .context .haien_service{
  width: 7.75rem;
  height: 7.75rem;
  transition: all 500ms linear;
}
#content .context .haien_service:hover{
  transform: scale(1.1);
}
.client_box{
  /* height: 11rem;
  min-height: 11rem; */
}
.client_box .img_items img{
  width: 23.5%;
  margin-right:2%;
  transition: all 300ms linear;
}
.client_box .img_items img:nth-of-type(4n){
  margin-right:0;
}
.client_box .img_items img:hover{
  box-shadow: .0125rem .0125rem .25rem #e6e6e6;;
}
.data_service .data_item{
  transition: all 500ms linear;
}
.data_service .data_item:hover{
  box-shadow: 0 .075rem .2rem .025rem rgba(0, 0, 0, 0.08);
  transform: scale(1.02);
}
.data_service .data_item:hover .data_item_icon:nth-child(1){
  display: none;
}
#content.data_service .data_item:hover .data_item_icon:nth-child(2){
  display: block;
}
.data_service .data_item:hover .data_item-l{
  background-color: #2f7df8;
}
.data_service .data_item:hover .data_service_title{
  color:#fff;
}

.advantage .content_title::before{
  background-image:url(/imgs/imgs/blueleft.png)
}
.advantage .content_title::after{
  background-image:url(/imgs/imgs/blueright.png)
}

.client_box .swiper-pagination-bullet{
  background-color: #CDE1FF;
  opacity: 1;
}
.client_box .swiper-button-next,.client_box .swiper-button-prev{
  width: 1rem;
  height: 1rem;
  transform: translateY(-.75rem);
  background-size: 100% 100%;
}
.client_box .swiper-pagination-bullet-active{
  width: .55rem;
  height: .2rem;
  background: #307EF9;
  border-radius: .127rem;
  cursor: pointer;
  max-height: 8px;
  transition: width 500ms linear;
}
.client_box .swiper-button-prev{
  background-image: url(/imgs/imgs/arrowleft.png);
}
.client_box .swiper-button-next{
  background-image: url(/imgs/imgs/arrowRight.png);
}
#smallScreen{
  display: none;
}
/* #zy_footer{
  height: 12.5rem;
} */
@media screen and (max-width:768px) {
  .banner{
    padding-top: 2.7937rem;
  }
  /* 轮播 */
  .swiper-button-next, .swiper-button-prev{
    width: 1.5rem;
    height: .7937rem;
  }
  #content .context .haien_service{
    width: 100%!important;
    height: auto!important;
  }
  #largeScreen{
    display: none!important;
  }
  #smallScreen{
    display: block;
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px .075rem .2rem .025rem rgba(0, 0, 0, 0.08);
    border: 1px solid #FFFFFF;
  }
  #smallScreen .data-tab{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 2.7937rem;
  }
  #smallScreen .data-tab .tab-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    height: 100%;
    font-size: .7619rem;
  }
  #smallScreen .data-tab .tab-item.active{
    background: url(/imgs/smallScreen/active-bg.png) no-repeat;
    background-size: 100% 100%;
    color:#fff;
  }
  #smallScreen .data-tab .tab-item:last-of-type{
    border-right: none;
  }
  #smallScreen .data-tab .tab-item img{
    width: .7619rem;
    height: .7619rem;
    overflow-y: scroll;
    margin-right: .125rem;
  }
  #smallScreen .data-tab .tab-item img:nth-of-type(2){
    display: none;
  }
  #smallScreen .data-tab .tab-item.active img:last-of-type{
    display: inline-block;
  }
  #smallScreen .data-tab .tab-item.active img:first-of-type{
    display: none;
  }
  #smallScreen .data-tab .tab-item{
    flex:1;
    font-size:.175rem;
  }
  #smallScreen .data-box{
    padding: 1.2698rem 1.0159rem;
    display: none;
    height: 15.2381rem;
    overflow-y: auto;
    font-size: 0;
  }
  #smallScreen .box-wrapper .data-box:nth-of-type(1){
    display: block;
  }
  #smallScreen .data-box span{
    width: 32%;
    border: 1px solid #EEEEEE;
    font-size:.7619rem;
    padding: .5079rem 0;
    color: #374E72;
    margin-bottom: .7619rem;
    display: inline-block;
    background: #FBFBFB;
    text-align: center;
    margin-right: 2%;
  }
  #smallScreen .box-wrapper .data-box:nth-child(2) span:nth-of-type(3n),
  #smallScreen .box-wrapper .data-box:nth-child(3) span:nth-of-type(3n){
    margin-right:0;
  }
  #smallScreen .box-wrapper .data-box:nth-child(1) span:nth-of-type(2n),
  #smallScreen .box-wrapper .data-box:nth-child(4) span:nth-of-type(2n){
    margin-right:0;
  }
  #smallScreen .box-wrapper .data-box:nth-child(1) span:nth-of-type(2n+1),
  #smallScreen .box-wrapper .data-box:nth-child(4) span:nth-of-type(2n+1){
    margin-right:4%;
  }
  #smallScreen .data-box:first-of-type span,#smallScreen .data-box:last-of-type span{
    width: 48%;
  }
  .data_service_title{
    font-size: .7619rem;
  }
  .tips_box{
    overflow-x: auto;
  }
  .tips_box-item{
    width: 11.9048rem;
    height: 15.2381rem;
    flex-shrink: 0;
    margin-right: .7619rem;
    box-shadow: 0px 0px .8889rem 0px #D5DDE8;
    border: 2px solid #FFFFFF;
    background-size: 100%!important;
  }
  .tips_box-item h5{
    height: 2.7937rem;
    line-height: 2.7937rem;
    font-size: .8889rem;
    padding-left: 10%;
  }
  .tips_box-item p{
    font-size: .7619rem;
  }
  :nth-child(1).tips_box-item{
    background-image: url(/imgs/smallScreen/sceneBg1.png);
  }
  :nth-child(2).tips_box-item{
    background-image: url(/imgs/smallScreen/sceneBg2.png);
  }
  :nth-child(3).tips_box-item{
    background-image: url(/imgs/smallScreen/sceneBg3.png);
  }
  :nth-child(4).tips_box-item{
    background-image: url(/imgs/smallScreen/sceneBg4.png);
  }
  #content.advantage{
    height: 36rem;
    padding-top: 1.9048rem;
  }
  .advantage_items{
    flex-wrap: wrap;
    margin-top: 0;
  }
  .advantage_item{
    width: 50%;
    height: 14rem;
  }
  .advantage_item img{
    width: 2.5397rem;
    height: 2.5397rem;
  }
  .advantage_item h5{
    font-size:.8889rem;
  }
  .advantage_item p{
    font-size: .7619rem;
  }
  .advantage_item:hover img{
    top: -1.25rem;
  }
  .advantage_item:hover p{
    top: 3rem;
  }
  .advantage_item:hover h5{
    top:1.4rem;
  }
  :nth-child(3).advantage_item::after{
    content: '';
    width: 0;
  }
  .client_box .swiper-pagination-bullet-active{
    width: 1.2698rem;
    height: 5px;
  }
  .client_box .client_cont{
    width: 90%;
    box-shadow: 0px .1905rem .6349rem .127rem rgba(0,0,0,0.0400);
    border-radius: .5079rem;
    padding: 1.9048rem 0;
    padding-bottom:0;
    transform: translateY(-2rem);
  }
  .img_items{
    justify-content: space-between;
    padding: 0 .7619rem 3.1746rem;
    margin-top: 0;
  }
  .client_box .img_items img{
    width: 31%;
    height: auto;
    margin-right: 0;
    margin-bottom: .7619rem;
  }
  /* .client_box .img_items img:nth-of-type(3n){
    margin-right: 0;
  } */
  .img-pagination{
    padding: .6349rem 0 1.9048rem;
  }
  .pagination-dot.active{
    width: 1.6rem;
    height: .4rem;
  }
  .pagination-dot{
    width: .4rem;
    height: .4rem;
  }
  .pagination-dot:not(:last-of-type){
    margin-right:.4rem;
  }
  .data_service .content_title_wrapper,
  .haien_service .content_title_wrapper,
  .it_service .content_title_wrapper,
  .haien_scenes .content_title_wrapper,
  .client_box .content_title_wrapper{
    margin-bottom: 1.1111rem;
  }
}