.banner img {
  width: 100%;
}
.banner{
  position: relative;
}
.banner .txt{
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%,-50%);
}
.banner .txt h1{
  line-height: 1;
  margin-bottom: 30px;
}


.online_tool{

  padding: 0 0 40px;
}
.online_tool a:hover{
  color: #308ef0 !important;
  transition: 0.5s;
}
.online_tool h2{


  height: 100px;

line-height: 100px;

text-align: center;

color: #333;

font-weight: bold;
}

.online_tool .summary{
  color:#868686;
  text-align: center;
  margin-bottom: 3.125%;
}
.online_tool li{
  display: flex;
  align-items: center;
  height: 160px;
  float: left;
  width: calc((100% - 40px)/3);
  margin: 0 0 20px;
  background-color: white;
  box-shadow: 0 0 5px #eaeef9;
  transition: 0.5s;
  border-radius: 5px;
  position: relative;
}
.online_des{
  text-align: center;
  margin-bottom: 2%;
  color: #868686;
}
.online_tool li:hover .big{
  color: #308ef0;
  transition: 0.5s;
}
.online_tool li:nth-child(3n-1){
  margin: 0 20px 20px;
}
.online_tool li:nth-child(n+10){
  margin-bottom: 0;
}
.online_tool .con{
  display: flex;
  width: 100%;
  padding:0 8%;
  align-items: center;
  position: relative;
}
.online_tool .svg{
  width: 20px;
  height: 20px;
  right: 20px;
  bottom: 20px;
  position: absolute;
  transition: 0.5s;
  display: block;
}
.online_tool li:hover .svg{
  transition: 0.5s;
  right: 30px;
}
.online_tool .con .img{
  margin-right: 6%;
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50%;
  background-color: #fafafc;
  overflow: hidden;
}
.online_tool .con>div:last-child{
  width: calc(94% - 100px);
}
.online_tool .con .img img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;

}
.big{
  color: #202020;
  transition: 0.5s;
  font-weight: 700;
}
.big span:last-child{
  display: none;
}
.smail{
  color: #868686;
}
.online_tool li:hover{
  box-shadow: 0 0 5px #adb0b9;
  transition: 0.5s;
}


.kuaiji{
  background-color: #f6f7fc;
  padding-bottom: 40px;
}
.kuaiji h2{

  height: 100px;

  line-height: 100px;

  text-align: center;

  color: #333;

  font-weight: bold;

}
.kuaiji_des{
  text-align: center;
  margin-bottom: 3%;
  color: #868686;
}
.more_tool{
  text-align: center;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more_tool::after{
  content: '';
  margin-left:5px;
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
    transition: 0.5s;
}
.nav_info{
  padding:0 0 3.125%;
}
.nav_info h2{
  text-align: center;
  height: 100px;

line-height: 100px;

text-align: center;

color: #333;

font-weight: bold;
}
.nav_info .nav_sort{
  text-align: center;
  margin-bottom: 3%;
}
.nav_info .nav_sort div{
  display: inline-block;
  margin: 0 45px;
  padding:0 0 10px;
  position: relative;
}
.nav_info .nav_sort div::after{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  height: 4px;
  width: 0;
  background-color: #1f84ee;
  transition: 0.5s;
}
.nav_info .nav_sort .act{
  color: #1f84ee;
  font-weight: bold;
}
.nav_info .nav_sort .act::after{
  width: 100%;
  transition: 0.5s;
}
.nav_info .des{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #868686;
  margin-top: 15px;
}
.nav_info .content a{
  display: flex;
  align-items: center;
  height: 160px;
  padding: 0 50px;
  border: 1px solid rgba(0,0,0,0.1);
  float: left;
  box-shadow: 0 0 5px #eaeef9;
  width: calc((100% - 20px)/2);
  margin-bottom: 20px;
  border-radius: 5px;
  justify-content: space-between;
  transition: 0.5s;
  position: relative;
  transition: 0.5s;
  top: 0;
}
.nav_info .content a .svg{
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 20px;
  height: 20px;
  transition: 0.5s;
}
.nav_info .content a:hover .svg{
  right: 30px;
  transition: 0.5s;
}
.nav_info .content a:nth-child(2n){
  float: right;
}
.nav_info .content a .img{
   width: 72px;
   height: 72px;
   position: relative;
}
.nav_info .content a .txt{
  width: 75%;
}
.nav_info .content a .txt>div:first-child{
  line-height: 1;
  color: #202020;
  font-weight: 700;
  transition: 0.5s;
}
.nav_info .content a .img img{
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
   max-width: 100%;
}
.three_des{
  color: #575d6c;
}
.nav_info .content a:hover{
  transition: 0.5s;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
  transition: 0.5s;
  top: -10px;
}
.nav_info .content a:hover .txt>div:first-child{
  color: #308ef0;
  transition: 0.5s;
}
.nav_info .more_tool a:hover{
  color: #308ef0 !important;
  transition: 0.5s;
}
.three a{
  display: block;
}
.three a:hover .tita{
  transition: 0.5s;
  color: #308ef0;
}
.three .tita{
  color: #28293b;
  margin: 30px 0 15px;
  transition: 0.5s;
}
.three .des{
  color: #575d6c;
}
.three .img{
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
}
.three .img img{
  width: 100%;
  position:absolute;
  top: 0;bottom: 0;left: 0;right: 0;
  margin: auto;
  transition: 0.5s;

}
.three a:hover .img img{
  transform: scale(1.05);
  transition: 0.5s;
}
@keyframes myfirst{
    from {top: 100px;}
    to {top: 0px;}
}
.content>div{
  display: none;
  position: relative;

}
.content .content_act{
  display: block;
  animation:myfirst 0.5s;
	-webkit-animation:myfirst 0.5s; /* Safari and Chrome */
}

.free {
  padding: 44px 0 46px;
  background: url(../img/active/d_bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.free .con .left {
  float: left;
}
.free .con .left h2 {
  color: #fff;
}
.free .con .left h3 {
  margin-top: 12px;
  color: #fff;
}
.free .con a {
  float: right;
  display: block;
  width: 126px;
  height: 44px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  position: relative;
  top: 20px;
  border: 1px solid #fff;
}
.free .con a:after {
  display: inline-block;
  content: '\e683';
  font-family: iconfont;
  font-size: 14px;
  color: #fff;
  width: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.free .con a:hover:after {
  margin-left: 6px;
  opacity: 1;
}
.sales .con .sales-list ul li:nth-child(n+4){
  display: none;
}
.brand-phone{
  display: none;
}
.hot_phone{
  display: none;
}
.hot_more{
  display: none;
}
.nav_info .content a .svg .phone{
  display: none;
}
.banner_ph{
  display: none;
}
@media screen and (max-width: 1440px) {
  
  
}
@media screen and (max-width: 1220px) {
  
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 56px;
  }
 
  .free .con a {
    width: 106px;
    height: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 600px) {
  

  .free {
    padding: 5% 0;
    display: none;
  }
  .free .con .left {
    float: none;
    text-align: center;
  }
  .free .con a {
      float: none;
      margin: 15px auto 0 auto;
      top: 0;
      width: 126px;
      height: 44px;
      line-height: 44px;
      font-size: 16px;
  }

  .swiper-slide-active{
    z-index: 2;
  }
  .online_tool h2{
    line-height: 1.24rem;
    font-size: 0.4rem;
    height: auto;
  }
  .online_des{
    display: none;
  }
  .online_tool li{
    float: none;
    width: 100%;
    margin: 0 0 0.3rem !important;
    height: 1.5rem;
  }
  .online_tool li:nth-child(n+6){
    display: none;
  }
  .online_tool .con .img{
    height: 1.1rem;
    width: 1.1rem;
    margin-right: 0.2rem;
  }
  .online_tool .con{
    padding:0 0.2rem;
  }
  .online_tool .con>div:last-child{
    width: calc(100% - 1.3rem);
  }
  .online_tool .svg{
    display: none;
  }
  .more_tool{
    margin-top: 0;
  }
  .more_tool a{
    font-size: 0.24rem;
  }

  .online_tool {
    padding: 0 0 20px;
    background-color: #f9f9f9;
  }
  .big{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .big span:first-child{
    font-size: 0.32rem;
  }
  .big span:last-child{
    display: block;
  }
  .big img{
    vertical-align: middle;
    width: 0.26rem;
  }
  .big em{
    font-size: 0.24rem;
    color: #565d6d;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: initial;
  }
  .kuaiji h2{
    line-height: 1.24rem;
    font-size: 0.4rem;
    height: auto;
  }
  .kuaiji_des{
    display: none;
  }
  .swiper-pagination{
    position: relative;
    bottom: inherit !important;
    margin-top: 0.2rem;
  }
  .three_des{
    display: none;
  }
  .three .tita{
    margin: 10px 0 0;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
font-size: 0.24rem;
  }
  .kuaiji{
    padding-top: 10px;
    padding-bottom: 0.5rem;
    background-color: white;
  }
  .nav_info h2{
    line-height: 1.24rem;
    font-size: 0.4rem;
    height: auto;
  }
  .nav_info .nav_sort{
    display: none;
  }

  .nav_info .content a{
    padding: 0 20px 0 0.2rem;
    height: 1.2rem;
    background-color: white;
    width: calc((100% - 0.2rem)/2);
    margin-bottom: 0.36rem;
  }
  .nav_info .content a .img{
    width: 0.58rem;
    height: 0.58rem;
  }
  .nav_info .content a .img img{
    max-width: 100%;
  }
  .nav_info .content a .txt>div:first-child{
    font-size: 0.24rem;
  }
  .nav_info .content a .txt>div{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .nav_info .content a .svg{
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
  }
  .nav_info .content a .svg .pc{
    display: none;
  }
  .nav_info .content a .svg .phone{
    display: block;
  }
  .nav_info .des{
    margin-top: 5px;
  }
  .nav_info .content a:hover .svg{
    right: 5px;
  }
  .banner{
    padding:0 3%;
    margin:76px auto 0;
    background-color: #f9f9f9;
  }
  .banner .txt{
    display: none;
  }
  .banner_pc{
    display: none;
  }
  .banner_ph{
    display: block;
    width: 100%;
  }
  .banner{
    border-radius: 5px ;
    overflow: hidden;
  }
  .banner img{
    width: 100% !important;
    height: auto !important;
    position: relative;
  }
  .three .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
  }
  .three .swiper-pagination-bullet-active{
    background:#0081f8 ;
    opacity: 1;
  }
  .smail p{
    display: inline-block;
  }
  .nav_info{
    background-color: #f9f9f9;
  }
  .nav_info {
    padding: 0 0 6.6%;
  }
}
/*# sourceMappingURL=active.css.map */