.c_crumb {
  padding-top: 95px;
  padding-bottom: 20px;
  color: #9f9f9d;
}
.c_crumb a{
  color: #9f9f9d;
  transition: 0.5s;

}
.c_crumb a:last-child{
  color: #308ef0;
}
.c_crumb a:hover{
  color: #308ef0;
  transition: 0.5s;
}
.c_crumb span {
  display: inline-block;
  padding: 0 10px;
}
.banner img {
  width: 100%;
}
.banner{
  position: relative;

}

body{
  background-color: #f6f7fc;
}

.nav_info{
  padding:0 0 50px;
}
.nav_info h2{
  height: 100px;
line-height: 100px;
font-size: 24px;
padding-left: 20px;
color: #333;
position: relative;
font-weight: bold;
}
.nav_info h2::before{
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #308ef0;
}
.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;
  background-color: white;
}
.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%;
}
.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{
  transition: 0.5s;
  color: #308ef0;
}
.nav_info .content a .svg {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 20px;
  height: 20px;
  transition: 0.5s;
  display: block;
}
.nav_info .content a:hover .svg {
  right: 30px;
  transition: 0.5s;
}
.nav_info .content a .svg .phone {
  display: none;
}
.pagea{
  text-align: center;
  margin-top: 30px;
}
.pagea a{
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  transition: 0.5s;
  color: #333;
}
.pagea a:hover{
  color: white !important;
  background-color: #308ef0;
  transition: 0.5s;
}
.pagea .p_other:hover{
  color: #308ef0 !important;
  transition: 0.5s;
  background-color: inherit;
}
.nav_sort div{
  display: inline-block;
  margin: 0 40px 25px 0;
  position: relative;
}
 .nav_sort div::after{
  position: absolute;
  margin-top: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  height: 2px;
  width: 0;
  background-color: #1f84ee;
  transition: 0.5s;
}
.nav_sort .act{
  color: #1f84ee;
  font-weight: bold;
}
.nav_sort .act::after{
  width: 100%;
  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 */
}
.tag{
  display: flex;
  margin: 20px 0;
  justify-content: space-between;
  align-items: flex-start;
  height: 37px;
  overflow: hidden;
}
.tag_act{
  height: auto;
}
.tag a{
  color: #333;
  transition: 0.5s;
}
.tag a:hover{
  color: #308ef0;
  transition: 0.5s;
}
.tag .nav_sort{
  width: calc(100% - 40px);
}

.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;
}
.banner_ph{
  display: none;
}
.pageb{
  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) {
  
  .nav_sort div::after{
    margin-top: inherit;
    bottom: 0;
  }
  .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;
  }
  .banner img{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .swiper-slide-active{
    z-index: 2;
  }

  .nav_sort div {
    padding-bottom: 0.3rem;
    margin: 0 20px 0 0;
  }

  .tag {
    height: auto;
    overflow: scroll;
    margin: 0.6rem 0 0;
    position: relative;
  }
  .tag::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    bottom: 0.4rem;
}
  .tag h1 {
    white-space: nowrap;
    overflow: scroll;
    white-space: nowrap;
    margin-bottom: 0.4rem;
    width: 100% !important;
  }
  .nav_info .content a .img {
    width: 0.58rem;
    height: 0.58rem;
  }
  .nav_info .content a .img img {
    max-width: 100%;
  }
  .nav_info .content a {
    padding: 0 20px 0 0.2rem;
    height: 1.2rem;
    width: calc((100% - 0.2rem)/2);
    margin-bottom: 0.36rem;
}
.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 .des {
  margin-top: 5px;
}
.nav_info .content a .svg .phone {
  display: block;
}
.nav_info .content a .svg .pc {
  display: none;
}
.nav_info .content a .svg {
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.banner {
  margin-top: 0;
}
.c_crumb {
  padding-top: 76px;
  font-size: 12px;
}
.nav_info {
  padding: 0 0 0.6rem;
}
.pagea {
  display: none;
}
.pageb{
  display: block;
  text-align: center;
  margin-top: 10px;
}
.pageb a{
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid rgba(0,0,0,0.1);
  text-align: center;
  line-height: 0.6rem;
  display: inline-block;
  background: white;
  border-radius: 2px;
  color: #787e86;
}
.pageb input{
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid rgba(0,0,0,0.1);
  text-align: center;
}
.pageb span{
  color: #949ba3;
}
.pageb .pageb_act{
  background: linear-gradient(90deg, #1882F0, #00AEEE);
  color: white;
  border:none;
}
.banner_pc{
  display: none;
}
.banner_ph{
  display: block;
}
.pageb .shang{
  position: relative;
  color: transparent;
}
.pageb .shang:after {
  content: '';
    position: absolute;
    left: 25px;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 6px;
    height: 6px;
    background-color: transparent;
    border-right: 1px solid #787e86;
    border-top: 1px solid #787e86;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
      transition: 0.5s;
}
.pageb .xia{
  position: relative;
  color: transparent;
}
.pageb .xia:after {
  content: '';
    position: absolute;
    left: 25px;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 6px;
    height: 6px;
    background-color: transparent;
    border-right: 1px solid #787e86;
    border-top: 1px solid #787e86;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
      transition: 0.5s;
}
.l5{
  margin-left: 10px;
}
}

/*# sourceMappingURL=active.css.map */