.count-box{
    font-weight: 200;
    cursor: pointer;
    transform-style: preserve-3d;
    transition: transform 0.5s;
}
.w3lcounts .count-box p{
    color: #333;
}
 
/* 共同样式 */
.count-box .card-info { 
  height: 100px;
  position: relative;
}

.card-inner {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}

.card-info:hover .card-inner {
  transform: rotateY(180deg);
}

.side {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden; 
}

.front { 
  transform: rotateY(0deg);
}

.back { 
  transform: rotateY(180deg);
}



.mySwiper .swiper {
  width: 100%;
}

.mySwiper .swiper-slide { 
  background: #f1f1f1;  
  border-radius: 20px;
  text-align: center;
  transition: box-shadow .2s ease-out;
}
.mySwiper .swiper-slide:hover{
    box-shadow: 0 0 0 rgba(0,0,0,0.1),
    0 0 0 rgba(255,255,255,1),
     inset 18px 18px 30px rgba(0,0,0,0.1),
     inset -18px -18px 30px rgba(255,255,255,1); 
    transition: box-shadow .2s ease-out;
}
.mySwiper .swiper-slide:hover img{
    width: 80%;
    transition: all .5s;
}
.mySwiper .area-box p {
    font-size: 14px;
}
 
.tool-image {
    height: 120px; 
}
.tool-image img {
    width: 70%;
}
.video-bj-1{
    position: absolute;
    width:100%;
    left: 0;
    right: 0;
    padding: 20px 0;
}

.w3lteam .member:hover .member-info{
    bottom:0;
    opacity: 0;
    transition: all 1s;
}
.w3lteam .member .pic img{
    top: 10px;
    position: relative; 
}
.w3lteam .member:hover .pic img{
    top: 0px;
    position: relative;
    transform: scale(1.05);
    transition: all 1s;
}


.container-1{
    margin: 0 auto;
    max-width:1500px;
    padding:0 15px; 
}
.tp-info .grids-feature{ 
    text-align: center;
    margin-bottom: 20px;
    width: 20%;
}
@media (max-width:1380px) {
   .tp-info .grids-feature{ 
        text-align: center;
        margin-bottom: 20px;
        width: 25%;
    }
}
@media (max-width:1000px) {
   .tp-info .grids-feature{ 
        text-align: center;
        margin-bottom: 20px;
        width: 33%;
    }
}
@media (max-width:680px) {
   .tp-info .grids-feature{ 
        text-align: center;
        margin-bottom: 20px;
        width: 50%;
    }
}
@media (max-width:480px) {
   .tp-info .grids-feature{ 
        text-align: center;
        margin-bottom: 20px;
        width: 100%;
    }
}
.tp-info .grids-feature .area-box{
    background: #f1f1f1;
    border-radius: 30px;
    height: 350px;
    
}
.tp-info .grids-feature .area-box {  
  transition: box-shadow .2s ease-out;
}
.tp-info .grids-feature .area-box:hover{
    box-shadow: 0 0 0 rgba(0,0,0,0.1),
    0 0 0 rgba(255,255,255,1),
     inset 18px 18px 30px rgba(0,0,0,0.1),
     inset -18px -18px 30px rgba(255,255,255,1); 
    transition: box-shadow .2s ease-out;
}
.tp-info .grids-feature .area-box:hover img{
    width: 80%;
    transition: all .5s;
}
#movekf{
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    width: 50px;
    height: 50px; 
    padding: 0;
    opacity: 1;
    transition: 0.3s ease;
    border-radius: 4px;
    font-size: 22px;
}
.kf-img{
    width: 110px;
    height: 100px;
    position: fixed;
    right: 80px;
    bottom: 100px;
    z-index: 100;
    display: none;
}
#movekf:hover .kf-img{
    display: block;
}