.banner img {
  width: 100%;
}
.banner .swiper-pagination {
  bottom: 30px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  margin: 0 6px;
}
.nav-tab {
  width: 100%;
  z-index: 90;
  position: relative;
  height: 74px;
}
.nav-tab .nav-wrap {
  width: 100%;
  background: #fff;
  z-index: 100;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.nav-tab .nav-wrap .con ul li {
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
}
.nav-tab .nav-wrap .con ul li:before {
  content: '';
  width: 2px;
  height: 16px;
  background: #d9d9d9;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.nav-tab .nav-wrap .con ul li a {
  display: inline-block;
  line-height: 74px;
  color: #222;
  position: relative;
}
.nav-tab .nav-wrap .con ul li a:before {
  content: '';
  width: 0;
  height: 3px;
  background: #0071df;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.nav-tab .nav-wrap .con ul li a:hover {
  color: #0071df;
}
.nav-tab .nav-wrap .con ul li a.active {
  color: #0071df;
}
.nav-tab .nav-wrap .con ul li a.active:before {
  width: 100%;
  left: 0;
}
.nav-tab .nav-wrap .con ul li:last-child:after {
  content: '';
  width: 2px;
  height: 16px;
  background: #d9d9d9;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.nav-tab .nav-wrap.active {
  position: fixed;
  left: 0;
  top: 0;
  box-shadow: 0px 10px 20px 0px rgba(0, 23, 91, 0.1);
}
.sales {
  padding: 80px 0;
  background: url(../img/active/bg1.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.sales .con .title h2 {
  color: #212121;
  text-align: center;
}
.sales .con .sales-list {
  margin-top: 26px;
}
.sales .con .sales-list ul li {
  float: left;
  width: 32.6%;
  margin-top: 14px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(0, 23, 91, 0.1);
}
.sales .con .sales-list ul li:not(:nth-child(3n)) {
  margin-right: 1.1%;
}
.sales .con .sales-list ul li .tu {
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  display: block;
}
.sales .con .sales-list ul li .tu img {
  width: 100%;
}
.sales .con .sales-list ul li .tu:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.sales .con .sales-list ul li .text {
  background: #fff;
  padding: 24px 28px;
}
.sales .con .sales-list ul li .text .h2 {
  color: #212121;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sales .con .sales-list ul li .text p {
  color: #666;
  margin: 8px 0 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sales .con .sales-list ul li .text .textz_more {
  display: inline-block;
  width: 116px;
  height: 40px;
  border-radius: 4px;
  line-height: 40px;
  color: #666;
  position: relative;
  padding-left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.sales .con .sales-list ul li .text .textz_more:after {
  content: '\e683';
  font-family: iconfont;
  font-size: 14px;
  color: #666;
  position: absolute;
  display: inline-block;
  width: 20px;
  text-align: center;
}
.sales .con .sales-list ul li .text .textz_more:hover {
  padding-left: 26px;
  background-image: linear-gradient(90deg, #0071df 0%, #00a6ec 100%);
  color: #fff;
}
.sales .con .sales-list ul li .text .textz_more:hover:after {
  color: #fff;
}
.sales .con .more {
  margin: 60px auto 0;
  width: 134px;
  height: 40px;
  border: 1px solid #dedede;
  border-radius: 5px;
  overflow: hidden;
}
.sales .con .more a {
  display: block;
  text-align: center;
  line-height: 40px;
  color: #28293c;
}
.sales .con .more a::after{
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  content: "+";
  font-size: 14px;
  margin-top: -4px;
}
.sales .con .more_act a::after {
  content: "-";
}
.sales .con .more:hover a {
  background-image: linear-gradient(90deg, #0071df 0%, #00a6ec 100%);
  color: #fff;
}
.brand {
  padding: 80px 0 90px;
  overflow: hidden;
}
.brand .con .title h2 {
  color: #212121;
  text-align: center;
}
.brand .con .brand-top {
  position: relative;
  margin-top: 40px;
  border-radius: 5px;
  overflow: hidden;
}
.brand .con .brand-top .left {
  width: 32.2%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /*background: url(../img/active/b_left.jpg) no-repeat;*/
  background: rgba(0,0,0,0.7);
  background-size: cover;
  z-index: 2;
}
.brand .con .brand-top .left .text {
  width: 72%;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.brand .con .brand-top .left .text h2 {
  color: #fff;
}
.brand .con .brand-top .left .text h3 {
  color: #fff;
  margin: 18px 0 12px;
}
.brand .con .brand-top .left .text p {
  color: #fff;
  line-height: 1.6;
  text-align: justify;
}
.brand .con .brand-top .left .text a {
  margin-top: 50px;
  display: inline-block;
  color: #fff;
  position: relative;
  line-height: 20px;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.brand .con .brand-top .left .text a:after {
  content: '\e683';
  font-family: iconfont;
  font-size: 14px;
  color: #fff;
  position: absolute;
  display: inline-block;
  width: 20px;
  text-align: center;
}
.brand .con .brand-top .left .text a:hover {
  left: 10px;
}
.brand .con .brand-top .right {
  position: relative;
}
.brand .con .brand-top .right .tu img {
  width: 100%;
}
.brand .con .brand-top .right .r-video {
  position: absolute;
  width: 15%;
  height: 100%;
  right: -15%;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.brand .con .brand-top .right .r-video .r-list {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 66, 130, 0.5);
}
.brand .con .brand-top .right .r-video .r-list ul {
  position: absolute;
  width: 82%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.brand .con .brand-top .right .r-video .r-list ul li {
  cursor: pointer;
}
.brand .con .brand-top .right .r-video .r-list ul li .img {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.brand .con .brand-top .right .r-video .r-list ul li .img:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.brand .con .brand-top .right .r-video .r-list ul li .img img {
  width: 100%;
}
.brand .con .brand-top .right .r-video .r-list ul li .img span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 26px;
  color: #fff;
}
.brand .con .brand-top .right .r-video .r-list ul li h2 {
  color: #fff;
  margin-top: 8px;
}
.brand .con .brand-top .right .r-video .r-list ul li:not(:first-child) {
  margin-top: 20px;
}
.brand .con .brand-top .right .r-video .r-list ul li:hover .img:before {
  opacity: 0;
}
.brand .con .brand-top .right .r-video .r-list ul li:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.brand .con .brand-top .right .r-video .r-btn {
  position: absolute;
  width: 47px;
  height: 94px;
  border-radius: 47px 0 0 47px;
  background: rgba(0, 113, 223, 0.8);
  top: 50%;
  left: -47px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.brand .con .brand-top .right .r-video .r-btn:before {
  content: '\e601';
  font-family: iconfont;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 18%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.brand .con .brand-top .right .r-video .r-btn:hover {
  background: #0071df;
}
.brand .con .brand-top .right .r-video.active {
  right: 0;
}
.brand .con .brand-top .right .r-video.active .r-btn:before {
  content: '\e683';
}
.brand .con .brand-bottom {
  margin-top: 50px;
}
.brand .con .brand-bottom .left {
  float: left;
  width: 46.7%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 26%;
}
.brand .con .brand-bottom .left img {
  width: 100%;
  position: absolute;
  top: 0;bottom: 0;left: 0;right: 0;
  margin: auto;
  transition: 0.5s;
}
.brand .con .brand-bottom .left:hover img{
  transition: 0.5s;
  transform: scale(1.05);
}
.brand .con .brand-bottom .right {
  float: right;
  width: 46%;
}
.brand .con .brand-bottom .right .top h2 {
  color: #212121;
}
.brand .con .brand-bottom .right .top p {
  color: #666;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  line-height: 1.6;
  height: 3.2em;
  margin: 14px 0 30px;
}
.brand .con .brand-bottom .right .top a {
  display: inline-block;
  color: #0071df;
  position: relative;
  line-height: 20px;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.brand .con .brand-bottom .right .top a:after {
  content: '\e683';
  font-family: iconfont;
  font-size: 14px;
  color: #0071df;
  position: absolute;
  display: inline-block;
  width: 20px;
  text-align: center;
}
.brand .con .brand-bottom .right .top a:hover {
  left: 10px;
}
.brand .con .brand-bottom .right .bottom {
  margin-top: 40px;
}
.brand .con .brand-bottom .right .bottom ul li {
  float: left;
  width: 31%;
  cursor: pointer;
}
.brand .con .brand-bottom .right .bottom ul li .img {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.brand .con .brand-bottom .right .bottom ul li .img:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.brand .con .brand-bottom .right .bottom ul li .img img {
  width: 100%;
}
.brand .con .brand-bottom .right .bottom ul li .img span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 26px;
  color: #fff;
}
.brand .con .brand-bottom .right .bottom ul li h2 {
  color: #212121;
  margin-top: 8px;
}
.brand .con .brand-bottom .right .bottom ul li:not(:nth-child(3n)) {
  margin-right: 3.5%;
}
.brand .con .brand-bottom .right .bottom ul li:hover .img:before {
  opacity: 0;
}
.brand .con .brand-bottom .right .bottom ul li:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.source {
  padding: 80px 0;
  background: #eff4fb;
  overflow: hidden;
}
.source .con .title h2 {
  color: #212121;
  text-align: center;
}
.source .con .source-list {
  margin-top: 40px;
}
.source .con .source-list .sw_hot{
  padding:0 0 35px;
}
.source .con .source-list .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(0, 23, 91, 0.1);
}

.source .con .source-list .swiper-slide a {
  display: block;
}
.source .con .source-list .swiper-slide a .tu {
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  position: relative;
}
.source .con .source-list .swiper-slide a .tu:before {
  content: '';
  width: 0;
  height: 4px;
  background: #0071df;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.source .con .source-list .swiper-slide a .tu img {
  width: 100%;
}
.source .con .source-list .swiper-slide a .tu .sign {
  position: absolute;
  left: 0;
  top: 0;
  padding: 4px 10px 4px 20px;
  background: rgba(0, 113, 223, 0.8);
  text-align: center;
  color: #fff;
}
.source .con .source-list .swiper-slide a .tu .sign.yu {
  background: rgba(246, 119, 16, 0.8);
}
.source .con .source-list .swiper-slide a .text {
  padding: 26px 30px;
}
.source .con .source-list .swiper-slide a .text h2 {
  color: #212121;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.source .con .source-list .swiper-slide a .text p {
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 6px 0 16px;
}
.source .con .source-list .swiper-slide a .text h3 {
  color: #999;
}
.source .con .source-list .swiper-slide:hover a .tu:before {
  width: 100%;
}
.source .con .source-list .swiper-slide:hover a .tu img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.source .con .more {
  margin: 60px auto 0;
  width: 134px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #dedede;
  overflow: hidden;
}
.source .con .more a {
  display: block;
  text-align: center;
  line-height: 40px;
  color: #28293c;
}
.source .con .more a::after{
  content: "+";
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -4px;
}
.source .con .more:hover a {
  background-image: linear-gradient(90deg, #0071df 0%, #00a6ec 100%);
  color: #fff;
}
.hot {
  padding: 80px 0 100px;
  overflow: hidden;
}
.hot .title h2 {
  color: #212121;
  text-align: center;
}
.hot .hot-wrapper {
  margin: 26px 0 60px;
}
.hot .hot-wrapper ul {
  display: flex;
  justify-content: center;
}
.hot .hot-wrapper ul li {
  cursor: pointer;
  color: #212121;
  padding: 0 40px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.hot .hot-wrapper ul li:after {
  content: '';
  width: 1px;
  height: 20px;
  background: #212121;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.hot .hot-wrapper ul li:last-child:after {
  display: none;
}
.hot .hot-wrapper ul li:hover {
  color: #0073f0;
}
@keyframes myfirst{
	0% {bottom:0px;}
	50% {bottom:10px;}
	100% {bottom:0px;}

}

.hot .hot-wrapper ul li.active {
  color: #0073f0;
}
.hot .hot-wrapper ul li.active span{
  color: #0073f0;
  position: relative;
  animation:myfirst 1s;
	-webkit-animation:myfirst 1s; /* Safari and Chrome */
}
.hot .hot-wrapper ul li.active:after {
  background: #ccc;
}
.hot .hot-list .list-box .swiper-container {
  padding-bottom: 80px;
}
.hot .hot-list .list-box .swiper-container .swiper-slide a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  height: 0;
  padding-bottom: 75%;
  position: relative;
}
.hot .hot-list .list-box .swiper-container .swiper-slide a img {
  width: 100%;
}
.hot .hot-list .list-box .swiper-container .swiper-slide a .text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 28px;
}
.hot .hot-list .list-box .swiper-container .swiper-slide a .text h2 {
  color: #fff;
  position: relative;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.hot .hot-list .list-box .swiper-container .swiper-slide:hover a img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.hot .hot-list .list-box .swiper-container .swiper-slide:hover a .text h2 {
  left: 6px;
}
.hot .hot-list .list-box .swiper-container .swiper-scrollbar {
  width: 1180px;
  bottom: 2px;
  left: 50%;
  margin-left: -590px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}
.hot .hot-list .list-box .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  height: 3px;
  background: #0073f0;
  top: -1px;
}
.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;
}
.sales .con .sales-list .ul_act li:nth-child(n+4){
  display: block;
}
.brand-phone{
  display: none;
}
.hot_phone{
  display: none;
}
.hot_more{
  display: none;
}
.swiper-container-horizontal>.swiper-scrollbar{
  height: 1px;
}
.swiper-scrollbar-drag{
  height: 3px;
  background: #0073f0;
  top: -1px; 
}
.banner .banner_ph{
  display: none;
}
.hot_phone .more{
  display: none;
}
.phone_tu{
  display: none;
}
@media screen and (max-width: 1440px) {
  .banner .swiper-pagination {
    bottom: 20px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .nav-tab {
    height: 64px;
  }
  .nav-tab .nav-wrap .con ul li a {
    line-height: 64px;
  }
  .sales {
    padding: 60px 0;
  }
  .sales .con .sales-list ul li .text {
    padding: 22px 24px;
  }
  .sales .con .sales-list ul li .text p {
    margin: 8px 0 24px;
  }
  .sales .con .more {
    margin: 50px auto 0;
  }
  .brand {
    padding: 60px 0 70px;
  }
  .brand .con .brand-top .right .r-video .r-list ul li .img span {
    font-size: 22px;
  }
  .brand .con .brand-top .right .r-video .r-btn {
    width: 80px;
    height: 80px;
    left: -40px;
  }
  .brand .con .brand-bottom .right .bottom ul li .img span {
    font-size: 22px;
  }
  .source {
    padding: 60px 0;
  }
  .source .con .source-list .swiper-slide a .text {
    padding: 24px 26px;
  }
  .source .con .more {
    margin: 50px auto 0;
  }
  .hot {
    padding: 60px 0 80px;
  }
  .hot .hot-wrapper {
    margin: 24px 0 40px;
  }
  .hot .hot-list .list-box .swiper-container {
    padding-bottom: 60px;
  }
  .hot .hot-list .list-box .swiper-container .swiper-slide a .text {
    padding: 14px 20px;
  }
  .hot .hot-list .list-box .swiper-container .swiper-slide a .text h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1220px) {
  .hot .hot-list .list-box .swiper-container .swiper-scrollbar {
    width: 96%;
    left: 2%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 56px;
  }
  .banner .swiper-pagination {
    bottom: 12px !important;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }
  .nav-tab {
    height: 54px;
  }
  .nav-tab .nav-wrap .con ul li a {
    line-height: 54px;
  }
  .nav-tab .nav-wrap.active {
    top: 56px;
  }
  .sales {
    padding: 60px 0 40px;
  }
  .brand {
    padding: 60px 0 50px;
  }
  .brand .con .brand-bottom .right .top p {
    margin: 10px 0 20px;
  }
  .brand .con .brand-bottom .right .bottom {
    margin-top: 26px;
  }
  .source {
    padding: 60px 0 40px;
  }
  .hot .hot-list .list-box .swiper-container {
    padding-bottom: 40px;
  }
  .hot .hot-list .list-box .swiper-container .swiper-slide a .text {
    padding: 10px 14px;
  }
  .hot .hot-list .list-box .swiper-container .swiper-slide a .text h2 {
    font-size: 14px;
  }
  .free .con a {
    width: 106px;
    height: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 600px) {
  .nav-tab{
    display: none;
  }
  .sales{
    padding: 0.8rem 0;
  }
  .sales .con .sales-list{
    margin-top: 0.4rem;
  }
  .sales .con .sales-list ul li{
    width: calc((100% - 20px)/2);
    margin: 0 0 20px;
  }
  .sales .con .sales-list ul li:nth-child(2n){
    float: right;
  }
  .sales .con .sales-list ul li:nth-child(n+4){
    display: block;
  }
  .sales .con .sales-list ul li:nth-child(n+5){
    display: none;
  }
  .sales .con .sales-list .ul_act li:nth-child(n+5){
    display: block;
  }
  .sales .con .sales-list ul li .text .textz_more{
    display: none;
  }
  .sales .con .sales-list ul li .text p{
    font-size: 0.18rem;
    margin: 0.2rem 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: inherit;
    height: 42px;
  }
  .sales .con .sales-list ul li .text{
    padding: 0.3rem;
  }
  .sales .con .more a{
    color: white;
    background-color: #2285ed; /* 不支持线性的时候显示 */
    background-image: linear-gradient(to right, #005dbf , #2285ed);
    font-size: 0.22rem;
  }
  .sales .con .more{
    margin: 0.4rem auto 0;
  }
  .brand{
    padding: 0.8rem 0;
  }
  .brand-bottom{
    display: none !important;
  }
  .brand-top{
    display: none !important;
  }
  .brand-phone{
    display: block;
  }
  .brand-phone li{
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
  }
  .brand-phone li .img{
	  display: block;
  }
  .brand-phone li:last-child{
    margin-bottom: 0;
  }
  .brand-phone img{
    width: 100%;
  }
  .brand-phone h3{
    font-size: 0.32rem;
  }
  .brand-phone h4{
    font-size: 0.24rem;
  }
  .brand_ptxt{
    background-color: white;
    padding: 0.3rem;
  }
  .brand .con .title h2{
    margin-bottom: 0.4rem;
  }

  .source{
    padding: 0.8rem 0;
    display: none;
  }
  .source .con .more a{
    color: white;
    background-color: #2285ed;
    background-image: linear-gradient(to right, #005dbf , #2285ed);
    font-size: 0.22rem;
  }

  .source .con .source-list .swiper-slide a .text{
    padding: 0.3rem;
  }
  .source .con .more{
    margin: 0.4rem auto 0;
  }
  .source .con .source-list{
    margin-top: 0.4rem;
  }

  .hot{
    padding: 0.8rem 0 1.6rem;
    background: #eff4fb;
  }
  .hot .hot-wrapper ul{
    display: block;
    white-space: nowrap;
    overflow: scroll;
    padding-bottom: 0.3rem;
  }
  .hot .hot-wrapper ul li{
    flex: 1;
    font-size: 0.24rem;
    text-align: center;
    padding: 0 10px;
    display: inline-block;
  }
  .hot .hot-list .list-box .swiper-container{
    padding-bottom: 0;
  }
  .hot-list{
    padding: 0 12px;
  }
  .hot_phone{
    display: none;
    width: 94%;
    margin: auto;
  }
  .hot_phone>div{
    display: none;
  }
  .hot_phone .hot_phone_act{
    display: block;
  }
  .hot_phone .clearfix>a{
    display: block;
    float: left;
    width: calc((100% - 20px)/2);
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  .hot_phone .clearfix>a:nth-child(2n){
    float: right;
  }
  .hot_phone .clearfix>a:nth-child(n+5){
    display: none;
  }
  .hot_phone .cl_act>a:nth-child(n+5){
    display: block;
  }
  .hot_pimg{
    height: 0;
    padding-bottom: 74%;
    overflow: hidden;
    position: relative;
  }
  .hot_pimg div{
    position: absolute;
    background-size: cover;
    background-position: center center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
  }
  .hot_ptxt{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0.2rem;
    color: white;
    font-size: 0.2rem;
  }
  .hot_more{
    display: block;
    text-align: center;
    line-height: 40px;
    margin: 0.6rem auto 0;
    width: 134px;
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
    color: white;
    background-color: #2285ed;
    background-image: linear-gradient(to right, #005dbf , #2285ed);
    font-size: 16px;
  }
  .hot .hot-wrapper{
    margin: 0.4rem auto 0.3rem;
  }

  .free {
    padding: 5% 0;
  }
  .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 .banner_pc{
    display: none;
  }
  .banner .banner_ph{
    display: block;
  }
  .swiper-slide-active{
    z-index: 2;
  }
  .hot_phone .more{
    width: 134px;
    height: 40px;
    border: 1px solid #dedede;
    border-radius: 5px;
    overflow: hidden;
    margin: 0.4rem auto 0;
    display: block;
  }
  .hot_phone .more a{
    color: white;
    background-color: #2285ed;
    background-image: linear-gradient(to right, #005dbf , #2285ed);
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 40px;
  }
  .hot_phone .more a::after {
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    content: "+";
    font-size: 14px;
    margin-top: -4px;
  }
  .hot_phone .more_act a::after{
    content: "-";
  }
  .source .con .source-list .swiper-slide a .tu .sign{
    font-size: 0.18rem;
  }
  .source .con .source-list .sw_hot{
    padding: 0 0 20px;
  }
  .phone_tu{
    display: block;
  }
  .pc_tu{
    display: none;
  }
}
/*# sourceMappingURL=active.css.map */