@keyframes bounce {
  0%,
  15%,
  47%,
  73%,
  89%,
  100% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  30%,
  32% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -14px, 0);
  }
  60% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -10px, 0);
  }
  82% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -6px, 0);
  }
  94% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -4px, 0);
  }
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner img {
  width: 100%;
}
.banner .text {
  position: absolute;
  width: 100%;
  top: 19%;
}
.banner .text h2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.banner .text p {
  text-align: center;
  color: #fff;
  margin-top: 8px;
}
.banner .text p span {
  font-weight: bold;
  margin: 0 10px;
}
.banner .text dl{
  text-align:center; margin-top:3%
}
.case {
  padding: 50px 0;
  background: #f9fafc;
  overflow: hidden;
}
.case .con .title h2 {
  text-align: center;
  color: #28293b;
}
.case .con .title p {
  text-align: center;
  color: #575d6c;
  margin-top: 14px;
}
.case .con .case-wrapper {
  padding: 0 50px;
  margin-top: 50px;
  border-bottom: 1px solid #ccc;
}
.case .con .case-wrapper ul {
  display: flex;
  justify-content: space-between;
}
.case .con .case-wrapper ul li {
  line-height: 60px;
  color: #28293c;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.case .con .case-wrapper ul li:before {
  content: '';
  width: 0;
  height: 2px;
  background: #2386ee;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.case .con .case-wrapper ul li a {
  line-height: 60px;
  color: #28293c;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.case .con .case-wrapper ul li:hover {
  color: #2386ee;
}
.case .con .case-wrapper ul li:hover a {
  color: #2386ee;
}
.case .con .case-wrapper ul li:hover:before {
  width: 120%;
  left: -10%;
}
.case .con .case-wrapper ul li.active {
  color: #2386ee;
}
.case .con .case-wrapper ul li.active a {
  color: #2386ee;
}
.case .con .case-wrapper ul li.active:before {
  width: 120%;
  left: -10%;
}
.case .con .case-wrapper ul li:last-child:before {
  display: none;
}
.case .con .case-box {
  margin-top: 14px;
}
.case .con .case-box .case-list {
  display: none;
}
.case .con .case-box .case-list > ul > li {
  float: left;
  width: 48.6%;
  margin-top: 30px;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.case .con .case-box .case-list > ul > li:not(:nth-child(even)) {
  margin-right: 2.8%;
}
.case .con .case-box .case-list > ul > li .top {
  padding: 28px 40px;
  position: relative;
}
.case .con .case-box .case-list > ul > li .top::before{
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.5);
}
.case .con .case-box .case-list > ul > li .top .icon {
  float: left;
  width: 110px;
  height: 110px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  position: relative;
  margin-right: 24px;
  overflow: hidden;
  display: block;
}
.case .con .case-box .case-list > ul > li .top .icon img {
  width: auto;
  max-width: 100%;
  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%);
}
.case .con .case-box .case-list > ul > li .top .text {
  float: left;
  position: relative;
  top: 16px;
}
.case .con .case-box .case-list > ul > li .top .text .t h2 {
  display: inline-block;
  color: #fff;
  position: relative;
  top: 2px;
}
.case .con .case-box .case-list > ul > li .top .text .t span a {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 5px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  margin-left: 9px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.case .con .case-box .case-list > ul > li .top .text .t span a:nth-child(n+3){
  display: none;
}
.case .con .case-box .case-list > ul > li .top .text .t span a:hover {
  background: #3a86ee;
}
.case .con .case-box .case-list > ul > li .top .text .b {
  margin-top: 12px;
}
.case .con .case-box .case-list > ul > li .top .text .b p {
  color: #fff;
}
.case .con .case-box .case-list > ul > li .top .text .b p span {
  padding: 0 8px;
  position: relative;
  display: inline-block;
}
.case .con .case-box .case-list > ul > li .top .text .b p span:after {
  content: '';
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: -3px;
  top: 5px;
}
.case .con .case-box .case-list > ul > li .top .text .b p span:first-child {
  padding: 0 8px 0 0;
}
.case .con .case-box .case-list > ul > li .top .text .b p span:last-child:after {
  display: none;
}
.case .con .case-box .case-list > ul > li .bottom {
  background: #fff;
  padding: 30px 40px;
  position: relative;
}
.case .con .case-box .case-list > ul > li .bottom h2 {
  color: #000;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
}
.case .con .case-box .case-list > ul > li .bottom ul {
  margin-top: 30px;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  display: flex;
  justify-content: space-between;
}

.case .con .case-box .case-list > ul > li .bottom ul li h3 {
  color: #3a86ee;
}
.case .con .case-box .case-list > ul > li .bottom ul li p {
  color: #575d6c;
  margin-top: 8px;
}
.case .con .case-box .case-list > ul > li .bottom .more {
  position: absolute;
  left: 40px;
  bottom: -30px;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.case .con .case-box .case-list > ul > li .bottom .more a {
  display: inline-block;
  width: 126px;
  height: 44px;
  border-radius: 4px;
  color: #7b7d7e;
  background: #fff;
  text-align: center;
  line-height: 44px;
  position: relative;
  border: 1px solid #7b7d7e;
}
.case .con .case-box .case-list > ul > li .bottom .more a:after {
  display: inline-block;
  content: '\e683';
  font-family: iconfont;
  font-size: 14px;
  color: #7b7d7e;
  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;
}
.case .con .case-box .case-list > ul > li .bottom .more a:hover:after {
  margin-left: 6px;
  opacity: 1;
}
.case .con .case-box .case-list > ul > li .bottom .more a.bg {
  top: -1px;
  border: none;
  background-image: linear-gradient(90deg, #3071d8 0%, #4ba5e6 100%);
  color: #fff;
  margin-left: 16px;
}
.case .con .case-box .case-list > ul > li .bottom .more a.bg:after {
  color: #fff;
}
.case .con .case-box .case-list > ul > li:hover {
  box-shadow: 5px 9px 40px 0px rgba(0, 0, 0, 0.1);
}
.case .con .case-box .case-list > ul > li:hover .bottom ul {
  opacity: 0;
}
.case .con .case-box .case-list > ul > li:hover .bottom .more {
  opacity: 1;
  bottom: 30px;
}
.case .con .case-box .case-list.active {
  display: block;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.company {
  padding: 50px 0 80px;
  overflow: hidden;
}
.company .con .title h2 {
  text-align: center;
  color: #28293b;
}
.company .con .title p {
  text-align: center;
  color: #575d6c;
  margin-top: 14px;
}
.company .con .company-list {
  margin-top: 10px;
}
.company .con .company-list ul li {
  float: left;
  width: 48.6%;
  margin-top: 40px;
}
.company .con .company-list ul li:not(:nth-child(even)) {
  margin-right: 2.8%;
}
.company .con .company-list ul li .tu {
  width: 100%;
  height: 0;
  padding-bottom: 62%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.company .con .company-list ul li .tu img {
  width: 100%;
}
.company .con .company-list ul li .tu span {
  font-size: 52px;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.company .con .company-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);
}
.company .con .company-list ul li .tu:hover span {
  color: #ffffff;
}
.company .con .company-list ul li .text {
  margin-top: 30px;
}
.company .con .company-list ul li .phone_txt{
  display: none;
}
.company .con .company-list ul li .text a {
  display: block;
}
.company .con .company-list ul li .text a h2 {
  color: #000;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.company .con .company-list ul li .text a h3 {
  text-align: center;
  color: #3a86ee;
  margin-top: 20px;
}
.company .con .company-list ul li .text a h3 span {
  font-size: 14px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.company .con .company-list ul li .text:hover a h2 {
  color: #3a86ee;
}
.company .con .company-list ul li .text:hover a h3 span {
  padding-left: 4px;
}
.company .con .company-list .more {
  margin: 60px auto 0;
  width: 126px;
}
.company .con .company-list .more a {
  border: 1px solid #dedede;
  display: block;
  text-align: center;
  line-height: 44px;
  color: #28293b;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.company .con .company-list .more .phone_more{
  display: none;
}
.company .con .company-list .more a:hover {
  border: 1px solid #3a86ee;
  background: #3a86ee;
  color: #fff;
}
.download {
  padding: 30px 0;
  overflow: hidden;
}
.download .con {
  position: relative;
}
.download .con .swiper-slide .tu {
  float: left;
  width: 26.8%;
  margin-left: 10%;
  margin-right: 7%;
}
.download .con .swiper-slide .tu img {
  width: 100%;
}
.download .con .swiper-slide .text {
  float: left;
  width: 45%;
  position: relative;
  top: 28px;
}
.download .con .swiper-slide .text h2 {
  color: #28293c;
  margin: 16px 0;
}
.download .con .swiper-slide .text p {
  color: #575d6c;
  line-height: 1.6;
}
.download .con .swiper-slide .text h4 {
  margin-top: 34px;
  color: #0087f9;
}
.download .con .swiper-slide .text h4 a {
  color: #0087f9;
}
.download .con .swiper-slide .text h4 a span {
  display: inline-block;
  margin: 0 18px 0 8px;
}
.download .con .swiper-slide .text h4 a:hover span {
  animation: bounce 1s forwards;
}
.download .con .swiper-slide .text h4 em {
  color: #575d6c;
}
.download .con .swiper-button-prev {
  background: none;
  left: -28px;
}
.download .con .swiper-button-prev:before {
  content: '\e601';
  font-family: iconfont;
  font-size: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #aaa;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.download .con .swiper-button-prev:hover:before {
  color: #3a86ee;
}
.download .con .swiper-button-next {
  background: none;
  right: -28px;
}
.download .con .swiper-button-next:before {
  content: '\e683';
  font-family: iconfont;
  font-size: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #aaa;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.download .con .swiper-button-next:hover:before {
  color: #3a86ee;
}
.custom {
  padding: 50px 0 80px;
  overflow: hidden;
}
.custom .con .title h2 {
  text-align: center;
  color: #28293b;
}
.custom .con .title p {
  text-align: center;
  color: #575d6c;
  margin-top: 14px;
}
.custom .con .custom-list {
  margin-top: 60px;
}
.custom .con .custom-list .swiper-container {
  padding: 0 20px 70px;
}
.custom .con .custom-list .swiper-container .swiper-slide {
  box-shadow: 0px 10px 10px 0px rgba(5, 25, 87, 0.1);
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
}
.custom .con .custom-list .swiper-container .swiper-slide .tu {
  height: 0;
  padding-bottom: 62%;
  overflow: hidden;
  position: relative;
}
.custom .con .custom-list .swiper-container .swiper-slide .tu img {
  width: 100%;
}
.custom .con .custom-list .swiper-container .swiper-slide .tu span {
  font-size: 52px;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.custom .con .custom-list .swiper-container .swiper-slide .text {
  padding: 24px 30px;
}
.custom .con .custom-list .swiper-container .swiper-slide .text h2 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  color: #000;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.custom .con .custom-list .swiper-container .swiper-slide .text h3 {
  color: #999;
  margin-top: 18px;
}
.custom .con .custom-list .swiper-container .swiper-slide:hover .tu img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.custom .con .custom-list .swiper-container .swiper-slide:hover .tu span {
  color: #ffffff;
}
.custom .con .custom-list .swiper-container .swiper-slide:hover .text h2 {
  color: #3a86ee;
}
.custom .con .custom-list .swiper-container .swiper-scrollbar {
  width: 1180px;
  bottom: 2px;
  left: 50%;
  margin-left: -590px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}
.custom .con .custom-list .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;
}
.phone_banner{
  display: none;
}
.company .con .company-list ul li .text a .text_phone {
  display: none;
}
.phone_des{
  display: none;
}
.case_more{
  text-align: center;
  margin-top: 1.2rem;
  display: none;
}
.case_more a{
  color: #3a86ee;
  font-size: 0.32rem;
}
.case .con .case-box .case-list > ul > li .phone_top{
  display: none;
}
@media screen and (max-width: 1440px) {
  .case .con .case-box .case-list > ul > li .top .icon {
    width: 100px;
    height: 100px;
  }
  .company {
    padding: 50px 0 60px;
  }
  .company .con .company-list .more {
    margin: 50px auto 0;
  }
  .download .con .swiper-slide .text {
    top: 38px;
  }
  .custom {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 1280px) {
  .download .con .swiper-button-prev {
    left: 0;
  }
  .download .con .swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 56px;
  }
  .case {
    padding: 30px 0;
  }
  .case .con .case-wrapper {
    margin-top: 30px;
  }
  .case .con .case-box .case-list > ul > li .top {
    padding: 20px;
  }
  .case .con .case-box .case-list > ul > li .top .icon {
    width: 90px;
    height: 90px;
  }
  .case .con .case-box .case-list > ul > li .top .text {
    top: 10px;
  }
  .case .con .case-box .case-list > ul > li .top .text .b {
    margin-top: 8px;
  }
  .case .con .case-box .case-list > ul > li .bottom {
    padding: 20px;
  }
  .case .con .case-box .case-list > ul > li .bottom .more {
    left: 20px;
  }
  .case .con .case-box .case-list > ul > li .bottom .more a {
    width: 106px;
    height: 36px;
    line-height: 36px;
  }
  .case .con .case-box .case-list > ul > li:hover .bottom .more {
    bottom: 20px;
  }
  .company {
    padding: 30px 0;
  }
  .company .con .company-list {
    margin-top: 0;
  }
  .company .con .company-list ul li .text {
    margin-top: 20px;
  }
  .company .con .company-list ul li .text a h3 {
    margin-top: 14px;
  }

  .company .con .company-list .more {
    margin: 30px auto 0;
    width: 106px;
  }
  .company .con .company-list .more a {
    line-height: 36px;
  }
  .download .con .swiper-slide .text {
    top: 30px;
  }
  .download .con .swiper-slide .text h4 {
    margin-top: 24px;
  }
  .custom {
    padding: 30px 0;
  }
  .custom .con .custom-list {
    margin-top: 30px;
  }
  .custom .con .custom-list .swiper-container {
    padding: 0 20px 40px;
  }
  .custom .con .custom-list .swiper-container .swiper-slide .text {
    padding: 18px 20px;
  }
  .custom .con .custom-list .swiper-container .swiper-scrollbar {
    width: 96%;
    left: 2%;
    margin-left: 0;
  }
  .free .con a {
    width: 106px;
    height: 36px;
    line-height: 36px;
  }
}
  @media screen and (max-width: 600px) {
    .case .con .case-box .case-list > ul > li .top::before{
      display: none;
    }
    .case_more{
      display: block;
    }
    .case .con .title h2{
      font-size: 0.4rem;
    }
    .case .con .title p{
      display: none;
    }
    .case .con .case-wrapper{
      padding: 0;
      overflow-x: scroll;
      margin-top: 0;
    }
    .case .con .case-wrapper ul{
      width: 800px;
    }
    .case .con .case-box .case-list > ul > li{
      width: 100%;
      margin-right: 0 !important;
      float: none;
    }
    .case .con .case-box .case-list > ul > li .bottom{
      display: none;
    }
    .case .con .case-box .case-list > ul > li .top{
      display: none;
      padding: 0;
      background-image: none !important;
      justify-content: space-between;
    }
    .case .con .case-box .case-list > ul > li .phone_top{
      display: flex;
    }
    .case .con .case-box .case-list > ul > li .top>div{
      width: 100%;
    }
    .company .con .title h2{
      font-size: 0.4rem;
    }
    .company .con .title p{
      display: none;
    }
    .case .con .case-box .case-list > ul > li .top .text{
      width: calc(100% - 2rem);
      top: 0;
    }
    .case .con .case-box .case-list > ul > li .top .text .t span div{
      display: inline-block;
      padding: 6px 10px;
      border-radius: 5px;
      text-align: center;
      margin-left: 9px;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      font-size: 0.2rem;
      color: #2386ee;
      border: 1px solid #2386ee;
    }
    .case .con .case-box .case-list > ul > li .top .text .t span div:nth-child(n+2){
      display: none;
    }
    .case .con .case-box .case-list > ul > li .top .text .t span a:nth-child(n+2){
      display: none;
    }
    .case .con .case-box .case-list > ul > li .top .text .t h2{
      font-size: 0.32rem;
      color: #333333;
    }
    .case .con .case-box .case-list > ul > li .top .text .t span a{
      font-size: 0.2rem;
      color: #2386ee;
      border: 1px solid #2386ee;
    }
    .case .con .case-box .case-list > ul > li .top .icon{
      width: 1.6rem;
      height: 1.6rem;
      border-radius:5px;
      margin-right: 0.4rem;

    }
    .case .con .case-box .case-list > ul > li .top .text .b p span:after{
      display: none;
    }
    .case .con .case-box .case-list > ul > li .top .text .b p{
      color: #888888;
    }
    .case .con .case-box .case-list > ul > li .top .text .b p span{
      background-color: #efefef;
      padding:5px 10px !important;

    }
    .case .con .case-box .case-list > ul > li .top .text .b p span:nth-child(n+4){
      display: none;
    }
    .case .con .case-box .case-list > ul > li:hover {
      box-shadow: none;
    }
    .case .con .case-box .case-list > ul > li .top .text .t span a:hover {
      background: none;
    }
    .company .con .company-list ul li .text a h2{
      display: none;
    }
    .company .con .company-list ul li .text a h3{
      display: none;
    }
    .company .con .company-list ul li .text a .text_phone{
      display: block;
      background-color: white;
      padding: 0.3rem;
    }
    .company .con .company-list ul li .text a .text_phone .phone_name{
      font-size: 0.32rem;
      margin-bottom: 0.16rem;
      color: #28293c;
    }
    .company .con .company-list ul li .text a .text_phone .phone_des{
      font-size: 0.24rem;
      color: #888888;
    }
    .company .con .company-list ul li{
      box-shadow: 5px 9px 40px 0px rgba(0, 0, 0, 0.1);
      margin-top: 0;
      margin-bottom: 2.8%;
    }
    .company .con .company-list ul li .text{
      margin-top: 0;
    }
    .company .con .company-list ul li .phone_txt{
      display: block;
    }
    .company .con .company-list .more{
      width: auto;
      text-align: center;
    }
    .company .con .company-list .more a{
      display: none;
    }
    .company .con .company-list .more .phone_more{
      display: inline-block;
      border:none;
      color: #3a86ee;
      font-size: 0.32rem;
    }
    .download .con .swiper-slide .text p{
      display: none;
    }
    .download .con .swiper-slide .text h2 span{
      display: block;
    }
    .download .swiper-button-prev{
      display: none;
    }
    .download .swiper-button-next{
      display: none;
    }
    .download .con .swiper-slide .text{
      width: 52%;
      top: 0;
      float: right;
    }
    .download .con .swiper-slide .text h2{
      font-size: 0.36rem;
    }
    .download .con .swiper-slide .tu{
      margin: 0;
      width: 44%;
    }
    .download .con .swiper-slide .text h4 em{
      display: none;
    }
    .download .swiper-pagination{
      text-align: center;
      left: 50%;
      transform: translateX(-50%);
    }
    .download .swiper-pagination-bullet{
      background-color: rgba(255, 255, 255, 0.8);
      margin: 0 5px;
    }
    .download .swiper-pagination-bullet-active{
      background-color: rgba(255, 255, 255, 1);
    }
    .custom .con .title p{
      display: none;
    }
    .custom .con .title h2{
      font-size: 0.4rem;
    }
    .custom .con .custom-list .swiper-container .swiper-slide .text h2{
      font-size: 0.24rem;
    }
    .custom .con .custom-list{
      margin-top: 0.6rem;
    }
    .company .con .company-list{
      margin-top: 0.6rem;
    }
    .phone_banner{
      display: block;
    }
    .pc_banner{
      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;
    }
    .free{
      padding: 5% 0;
    }
    .case .con .case-list > ul > li .top>div{
      width: 100%;
    }
    .case .con .case-list > ul > li .top .text {
      top: 0;
    }
    .phone_des{
      color: #888888;
      font-size: 0.24rem;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      margin-top: 0.1rem;
    }
  }

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