.solutions-items ul{
	display: block;
	overflow: hidden; 
	margin-bottom: 10%;

}
.solutions-items ul li{
	border: 1px solid #ccc;
	width: calc((100% - 60px)/6);
  height: 150px;
  margin-bottom: 10px;
  margin-right: 10px;
	float: left; 
  text-align: center; 
}
.solutions-items ul li:hover{
  background-color: #2196f3;
  border: 1px solid #2196f3;
}
.solutions-items ul li i{
  font-size: 45px;
  color: #fff;
  margin: 15px auto;

}
.solutions-items ul li p{
  font-size: 18px;
  color: #fff;
  margin: 0 auto;
  line-height: 150px;
}
.solutions-items ul li a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.indsto-items ul{
	display: block;
	overflow: hidden; 
	margin-top: 5%; 


}
.indsto-items ul li{
	border: 1px solid #ccc;
	display: inline-block;
	/*width: calc(1200px / 4);*/
	width: calc((100% - 50px)/4);
	height: 240px;
	margin-bottom: 10px;
	margin-right: 10px;
	background: rgba(247,247,247,1);
	overflow: hidden;
	min-height: 150px; 
}
.indsto-items li:nth-child(4n) {
    margin-right: 0;
}
.AD-bar-desc{
	display: block;
    margin: 0 auto;
    width: 100%;
}
.AD-bar-desc, .AD-bar-link{
    height: auto;
} 
.AD-bar-desc p{
	text-align: center;
	margin: 5% 0 0% 0;
}
.index-case{
    padding-top: 30px;
    padding-bottom: 30px!important;
    background: none!important;
}
.case-main{
	text-align: left;
	background: #F0F3F9;
	display: block;
	overflow: hidden;
	padding-bottom: 50px;
	clear: both;
}
.case-main .quare8{
  height: 100%;
  max-width:1220px;
  margin: 0 auto;
}
.case-main .contentClient{
  width: 100%;
  height: 100%;
}
.case-main .contentClient .kindOfClass{
  display: block;
    overflow: hidden; 
    clear: both;
}
.case-main .contentClient .kindOfClass .title{
  padding-top: 64px;
  font-size: 24px;
  color: #212121;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 24px;
}
.case-main .contentClient .kindOfClass .allContent{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  display: inline-block;
  background: white;
  /*width:280px;*/
  width:276px;
  height: 248px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
.case-main .contentClient .kindOfClass .allContent:hover .quare{
  z-index: -1;
}
.case-main .contentClient .kindOfClass .allContent:hover .background{
  box-shadow: 0 4px 20px 0 rgba(32,43,63,0.12);
}
.case-main .contentClient .kindOfClass .allContent .quare{
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.98);

  border-radius: 4px;
  padding:16px 20px 0 20px;
  box-sizing: border-box;
  position: absolute;
  left:0;
  top:0;
  z-index: 100;
}

.case-main .contentClient .kindOfClass .allContent .quare img{
  width: 240px;
  height: 128px !important;
}
.case-main .contentClient .kindOfClass .allContent .quare .bigTitle{
  font-size: 16px;
  color: #212121;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 8px;
}
.case-main .contentClient .kindOfClass .allContent .quare .smallTitle{
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 22px;
}
.case-main .contentClient .kindOfClass .allContent .quare .smallTitle a{
  color: #2A2A2A;
  margin-left: 20px;
}
.case-main .contentClient .kindOfClass .allContent .background{
  position: absolute;
  left:0;
  top:0;
  z-index: 0;
  padding: 24px;
  box-sizing: border-box;

}

.case-main .contentClient .kindOfClass .allContent .background .backgroundTitle{
  font-size: 16px;
  color: #212121;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 12px;
}
.case-main .contentClient .kindOfClass .allContent .background .backgroundDesc{
  width: 232px;
  height: 110px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 22px;
}
.case-main .contentClient .kindOfClass .allContent .background .seeDesc{
  background: #2386EE;
  border-radius: 2px;
  width: 96px;
  height: 32px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}
.case-main .contentClient .kindOfClass .allContent .background .freeDown{
  border: 1px solid #2386EE;
  border-radius: 2px;
  width: 96px;
  height: 32px;
  font-size: 14px;
  color: #2386EE;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  vertical-align: middle;
}

.contact_msg {
    max-width: 1200px;
    margin: 0 auto;
    width: 96%;
    display: block;
    overflow: hidden;
    margin-bottom: 6%;
}
.ft-top {
  padding: 80px 0 50px;
  background-color: #2587ee;
}

.ul-ft {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}

.ft-top-title {
  color: #ffffff;
  font-size: 32px;
  text-align: center;
}

.ul-ft > li {
  text-align: center;
  margin: 0 5%;
}
.ul-ft > li img{
  transition: .5s;
  -webkit-transition: .5s;
}
.ul-ft > li:hover img{
  transform: scale(1.2);
}
.ft-top-tx {
  color: #ffffff;
  font-size: 16px;
  margin-top: 10px;
}
.ft-inp {
  margin-top: 50px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.ft-inp-name,
.ft-inp-tel {
  width: 160px;
  height: 40px;
  padding-left: 10px;
  color: #a1a1a1;
  font-size: 14px;
  margin: 0 12px;
  outline: none;
}
.ft-inp-tj,
.ft-inp-zx {
  width: 80px;
  height: 40px;
  color: #ffffff;
  font-size: 16px;
  margin: 0 12px;
  background-color: transparent;
  border: 1px #40cbff solid;
  box-sizing: border-box;
  cursor: pointer;
}
.ft-inp-tj:hover,
.ft-inp-zx:hover {
  border: none;
  background-color: #043b75;
}
.ft-rx {
  font-size: 24px;
  color: #ffffff;
  margin-top: 45px;
  text-align: center;
}
.ft-bom {
  background-color: #f2f4f7;
}
select#txtContent {
    color: #fff;
    background: #fff;
    appearance: auto;
    -moz-appearance: auto;
    -webkit-appearance: auto;
}
.footer-menu{
     text-align: center;
     width: 100%;
}
.footer-menu a {
    display: inline-block;
    font-size: 18px;
    padding: 0 20px;
    color: #fff;
}
.footer-guild {
    width: 100%;
    padding: 40px 0 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-copyright {
    display: inline-block;
    width: 92%;
    text-align: left;
}
.logo1{
  display: block!important;
}
.logo2{
  display: none!important;
}
.features-box {
    display: none;
}
.m-more{
  display: none; 
  overflow: hidden;
  clear: both;
  text-align: center;
  margin: auto;
  margin-top: 5%;
  width: 132px;
  height: 36px; 
  line-height: 34px;
  border-radius: 5px;
  border: 2px solid #8589b2;
  font-size: 14px;
  text-align: center;
  color: #8589b2;
  transition: all .4s ease;
  margin-bottom: 5%;
}


.m-more span:after {
    content: "\f105";
    font-family: "FontAwesome";
    margin-left: 6px;
    font-size: 22px;
    display: inline-block;
    transform: translateY(2px);
}

.m-seeDesc {
    background: #2386EE;
    border-radius: 2px;
    width: 70px;
    height: 28px;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    margin-top: 15px;
}

.indsto-m-more,.m-seeDesc{
  display: none;
}

.menu-icon2{
  display: none!important;
}

.about {
    display: block;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    clear: both;
}
.about-title {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 32px;
    color: #061828;
}
.about-text {
    margin-bottom: 59px;
    font-size: 16px;
    color: #636A72;
    line-height: 28px;
    text-align: left;
    width: 100%;
    display: block;
}
}
.honor {
    background: #EAEFF3;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.honor-items {
    display: block;
    overflow: hidden;
    text-align: left;
}
.honor-items ul{
  display: block;
  overflow: hidden; 
  margin-bottom: 10%;

}
.honor-items ul li{
  /*border: 1px solid #ccc; */
  width: calc((100% - 50px)/4);
  margin-bottom: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  min-height: 150px; 
  text-align: center;
}
.honor-items ul li img{
  max-width: 100%;
  /*max-height: 300px; */
  /*margin:0 auto;*/
}
.honor-items p {
    display: block;
    overflow: hidden;
    font-size: 16px;
    padding: 10px 0;
}
.hon-box {
    /*height: 330px;*/
    display: block;
    overflow: hidden;
}
.position h2{
  text-align: center; 
  margin-top: 30px;
  color: #000;
}

.page{  width:100%; text-align:center; padding:10px 0px;padding-bottom: 5%;}
.page ul{padding:4px 0;margin:0;overflow:hidden;}
.page ul li{ display:inline-block;height:24px;font-size:16px; line-height:24px;font-family:'微软雅黑'; padding:0px 5px;margin: 10px 0px;}
.page ul a{padding: 10px 10px;color: #333;}
.thisclass{ background:#0CF;font-family:'微软雅黑'; width:50px;color:#fff;font-size: 18px!important;height: 24px!important;}
.thisclass a{ color:#fff!important;} 

.business-btn{
  display: block;
  text-align: center;
}

.story-box { 
    transition: all 0.3s;
}
.story-box-posit { 
    transition: all 0.3s; 
}
.story-box-btn {
    text-align: center;
    width: 100px;
    height: 0;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s;
    cursor: pointer;
    background-color: #0086f1;
    overflow: hidden;
    display: block;
}

.story-box:hover .story-box-btn {
    margin-top: 20px;
    height: 40px;
}

.story-box:hover .story-box-posit {
    padding-top: 17px;
    height: 200px;
    background: rgba(250,251,253,1);
}

.text-1.banner-content {
    text-align: initial;
    font-size: 14px;
    line-height: 24px;
    font-family: Arial, Verdana, sans-serif;
}


@media (max-width: 992px) {
  .case-main .contentClient .kindOfClass .allContent {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      display: inline-block;
      background: white;
      /* width: 280px; */
      width: 248px;
      height: 248px;
      position: relative;
      margin-right: 20px;
      margin-bottom: 20px;
  }

  .case-main .contentClient .kindOfClass .allContent .quare img {
      width: 100%;
      height: 128px !important;
  }


  .content-select-box{
      float: left;
      /*width: calc(100%/4);*/
      height: auto;
      width: calc((100% - 3%)/3); 
  }


  .about-text {
      padding: 0.1rem 0.3rem;
  }


  .blurprint p:nth-child(2) {
      margin: auto;
      margin-top: 30px;
      max-width: 1000px;
      height: auto;
      font-size: 14px;
      font-family: PingFang SC;
      font-weight: 300;
      color: rgba(13,10,38,1);
      line-height: 24px;
      text-align: center;
      padding: 0 15px;
  }


}
@media (max-width: 768px) {

  .programme-bg { 
      padding: 0 15px; 
  }

  .programme-box:hover .programme-bg-posit {
      top: 15px;
  }

  .story-box-title {
      font-size: 16px; 
  }

  .programme-box-title {
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 53px;
    position: relative;
}


  .honor-items ul li{ 
    width: calc((100% - 40px)/3); 
  }

  .features-box {
      display: block;
  } 
  .screnn_win .Occupy {
    height: 60px;
    background: #fff;
}

.position,.footer-title{
  padding: 0.1rem 0.3rem;
  line-height: 28px;
    padding-top: 20px;
}

.footer-title {
    padding: 0.1rem 0.3rem;
    margin: 30px 0;
}

.content.content-title {
    padding: 0.1rem 0.3rem;
    margin: 0;
  margin-top: 20px;
}

.text-1.banner-content {
    padding: 0.1rem 0.3rem;
}

.text-1.banner-content img{
   width: 100%!important;
   height: auto!important;
}



/*  .nav-head {
      width: 150px;
      position: absolute;
      right: 0.3rem;
      top: 0.6rem;
      background: #fff;
  }

  li.nav-item {
      width: 100%;
      line-height: 32px;
      color: #333;
  }

  .nav-dropdown {
      display: block!important;
      position: inherit!important;
      top:0!important;
      margin-top:0!important;
          width: auto!important;
  }

  .nav-dropdown a { 
      text-align: left;
      padding-left: 15px;
  }*/


  .indban-wd h2 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 14px;
      line-height: 1.3em;
  }


  .indban-wd { 
      width: 90%; 
  } 

  .indban-wd p{
    width: 100%;  
      height: auto;  
      word-wrap:break-word;  
      word-break:break-all;  
      overflow: hidden;    
  }


  .indban-wd-font {
      width: 100%!important; 
      color: #fff;
  }

  .indban-wd-link a {
      display: inline-block;
      width: 100px;
      height: 35px;
      line-height: 35px;
      border-radius: 5px;
      overflow: hidden;
      font-size: 14px;
      text-align: center;
      margin-right: 10px;
      position: relative;
  }

  .solutions-items ul li {
      border: 1px solid #ccc;
      width: calc((100% - 60px)/6);
      height: 100px;
      margin-bottom: 10px;
      margin-right: 10px;
      float: left;
      text-align: center;
  }

  .solutions-items ul li p {
      font-size: 16px;
      color: #fff;
      margin: 0 auto;
      line-height: 100px;
  }

  .indnews-list li {
      width: 48%;
      float: left;
      margin-left: 1.5%;
      background: #fff;
      transition: all .4s ease;
      overflow: hidden;
      margin-bottom: 1.5%;
  }


  .back-to-top { 
      position: fixed;
      z-index: 999;
      right: 1.5%;
      bottom: 10%;
      margin: 0;
      background-color: #fff;
      border-radius: 50%;
      overflow: hidden;
      box-shadow: 0 0 8px 3px rgb(0 0 0 / 10%);
      cursor: pointer;
  }

  .back-to-top img {
      width: 48px;
      height: 48px;
  }

.ft-inp-name, .ft-inp-tel {
    width: 125px;
    height: 40px;
    padding-left: 10px;
    color: #a1a1a1;
    font-size: 14px;
    margin: 0 12px;
    outline: none;
}


.product-plan-box-pc {
    width: 100%;
    height: auto;
    min-height: 500px;
    display: block;
    flex-direction: row;
    padding-bottom: 5%;
}

.product-plan-left-bar-pc {
    width: 100%;
    height: auto;
    padding: initial;
    box-shadow: -20px 0px 20px -10px rgb(0 0 0 / 4%) inset;
}

.product-plan-left-bar-pc li {
    list-style: none;
    width: auto;
    height: 46px;
    font-size: 16px;
    cursor: pointer;
    line-height: 46px;
    color: rgba(6,24,40,1);
    text-align: left;
    padding-left: 10px;
    display: inline-block;
    overflow: hidden;
    padding: 0 15px;
    margin-top: 20px;
}

.product-plan-right-pc {
    width: 100%;
    height: auto;
    position: relative!important;
    display: block;
    overflow: hidden;
}

.product-plan-item {
    padding-top: 40px;
    position: relative!important;
    display: block;
    overflow: hidden;
    width: 50%;
}

.industry-list-li {
    display: block;
    overflow: hidden;
    position: relative!important;
    height: inherit!important;
}

.product-plan-img img { 
    overflow: hidden;
}

.product-plan-left-active {
    font-size: 16px !important;
}

.product-plan-img {
    width: 45vw;
    height: 100%;
    right: -10px;
}
.about-swipe-container {
    max-width: 1200px;
    margin: 0 auto;
    height: inherit!important;
}
.introduce-swiper-wrapper-pc{
  display: inline-block!important;
  overflow: hidden!important;
  flex-direction: inherit!important;
  height: inherit!important;

}
.introduce-swiper-slide-pc {
    width:45% !important;
    float: left;
    margin: 1.5%;
}

.introduce-card-title-pc {
    margin: 10px 0;
    font-size: 18px;

}

.introduce-card-text-pc {
    padding: 0 10px;
    font-size: 12px;
        width: 100%;
}

.industry-list-pc li {
    display: inline-block;
    width: calc((100% - 40px)/2);
    height: 240px!important;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
    background: rgba(247,247,247,1);
    overflow: hidden;
}

.industry-list-pc li:nth-child(3n) {
    margin-right: 10px;
}
.industry-text-pc{
  width: 100%;
  margin: 0;
    padding: 0 15px;
}

.industry-list-li .product-buttons-pc { 
    padding-top: 8px;
}
.story-img-box {
    width: 100%;
    height: initial;
}
.story-box { 
    height: inherit; 
}
.story-box-posit {
    position: relative;
    display: block; 
    overflow: hidden;
}
.story-box:hover .story-box-posit { 
    height: initial; 
}

.product-list-li-pc li {
    width: 100%;
  height: inherit;
}

.banner-introduce-box {
    padding-left: 3vw;
    padding-right: 3vw;
}


.banner-content, .template-width {
    width: 100%;
}

.banner-content { 
    position: absolute;
    top: 27%;
    left: 0%;
     transform: none; 
    color: #061828;
    padding-left: 3vw;
    padding-right: 3vw;
}
.banner-subtitle {
    font-size: 16px; 
    width: 100%; 
}



}


@media (max-width: 640px) {

.template-titlte { 
    font-size: 22px;
    padding-top: 73px;
    padding-bottom: 50px;
}
.business-box-text { 
     height: initial; 
}
.business-box {
    width: 100%;
     height: initial;  
     padding-top: 15px;
}
.story-box-posit { 
    padding: 10px;
}

.business-box-title {
    font-size: 18px; 
}

.business-bg { 
    padding-right: 0;
}


.programme-bg-posit {
    position: relative;
    top: 20px; 
}

.no-swiper-container-pc .swiper-slide {
    width: 100%;
}

.programme { 
    background-size: cover!important;
}

.programme-box {
    width: 97%;
    padding: 0 1.5%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.position h2{
  text-align: center; 
  margin-top: 15px;
  color: #000;
  font-size: 22px; 
}

.content-area {
    display: block!important;
    padding: 0.1rem 0.3rem;
    padding-top: 70px;
}

  .title h1 { 
    font-size: 22px; 
    line-height: 32px;
}

.footer-title a ,.footer-title p{ 
    font-size: 14px; 
}
  .story-container {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    padding: 0.1rem 0.2rem;
}
.product-list-li-pc {
    padding: 0.1rem 0.3rem;
}

.product-text.product-text-sHR.product-text-pc {
    padding: 0 15px;
    margin: 0;
}


.story-box { 
    width: 100%; 
}
.introduce-icon-pc { 
  max-width:inherit;
  max-height:inherit;
    margin: 0 auto;
        padding-top: 15px;
    padding-bottom: 15px;
}
.introduce-icon-pc img {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.introduce-card-content-pc {
    display: block;
    overflow: hidden;
    padding: 0 15px;
    text-align: center;
}
.introduce-card-pc {
    width: 100%;
    height: 314px;
    background: rgba(251,252,253,1);
    position: relative;
    display: block;
    flex-direction: column;
    align-items: center;
}
.introduce-card-box-pc {
    width: 100%;
    height: 315px;
    display: inherit;
    flex-direction: row;
    justify-content: space-around;
}

.product-plan-left-bar-pc li { 
    height: 30px;
    font-size: 16px; 
    line-height: 30px;
  }
  .indpro-video {
      width: 100%;
      float: left;
      padding: 86px 0 0 36px;
      height: 320px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      margin: 3% 0;
  }

  .indpro-item .indpro-video:nth-child(2) {
      margin: 0 0;
  }
 
  .indcase-title .contain {
    padding-right: inherit;
    position: relative;
}

.indsto {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 88px 0 50px;
    overflow: hidden;
}

  .solutions-items ul {
      display: block;
      overflow: hidden;
      margin-bottom: 5%;
  }

  .solutions-items ul li {
      border: 1px solid #ccc;
      width: calc((100% - 50px)/5);
      height: 80px;
      margin-bottom: 10px;
      margin-right: 10px;
      float: left;
      text-align: center;
  }

  .solutions-items ul li p {
      font-size: 14px; 
      line-height: 80px;
  }


.case-main .contentClient .kindOfClass .allContent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    display: inline-block;
    background: white;
    /* width: 280px; */
    width: 45%;
    height: 248px;
    position: relative;
    margin-right: 4%;
    margin-bottom: 20px;
}

.case-main .contentClient .kindOfClass .allContent .quare img {
    width: 100%;
    height: auto!important;
}

  .case-main .contentClient .kindOfClass .allContent .background .backgroundDesc {
      width: 100%;
      height: 110px;
      text-overflow: ellipsis;
      overflow: hidden;
      font-size: 14px;
      color: #666666;
      letter-spacing: 0;
      line-height: 22px;
      margin-bottom: 22px;
  }

  .case-main .contentClient .kindOfClass .allContent:hover .quare {
       z-index: 100; 
  }

  .case-main .contentClient .kindOfClass .allContent .background {
      display: none;
  }


  .indnews-list li {
      width: 100%;
      float: left;
      margin-left: 1.5%;
      background: #fff;
      transition: all .4s ease;
      overflow: hidden;
      margin-bottom: 3%;
  }


   .back-to-top img {
      width: 32px;
      height: 32px;
  }


.ft-inp {
    margin-top: 25px; 
        padding: 0 15px;
}
.ft-inp-name, .ft-inp-tel {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    color: #a1a1a1;
    font-size: 14px;
    margin: 0 0;
    outline: none;
    margin-bottom: 15px;
}

.ul-ft {
    display: block;
    overflow: hidden;
    justify-content: center;
    margin-top: 55px;
    width: 100%;
}

.ul-ft > li {
    text-align: center;
    /* margin: 0 5%; */
    display: block;
    width: 40%;
    overflow: hidden;
    float: left;
    margin-bottom: 10%;
}


.product-plan-item { 
    width: 100%;
}

.industry-text-pc {
    width: 100%;
    margin: 0 auto;
    margin-left: 0;
    margin-right: 0;
}
.product-plan-img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: initial;
}
.product-plan-img img {
    position: relative;
}

.industry-title-pc {
    /*margin: 60px 0 19px 0px;*/
    padding-left: 15px;
    height: 20px;
    font-size: 20px;
    width: 100%;
    margin: 10px auto;
    margin-left: 0;
    margin-right: 0;
}

.product-plan-item li {
    left: 0;
    width: 100%!important;
    padding: 0 15px;
} 

.industry-title-bar-pc { 
    margin-left: 15px; 
}

  .indcase-more,.indsto-menu{
    display: none;
  } 
  .indsto-m-more {
      margin: 0 auto;
      display: block;
  }
   .m-more,.m-seeDesc{
    display: block;
    position: absolute;
    bottom: 18px;
  }

  .mainnav {
    display: none;
}


.banner-title1{
    font-size: 30px;
    margin-top: 120px;
}
.banner-title{
    font-size: 30px; 
}

.footer-copyright {
    display: inline-block;
    width: 100%;
    text-align: left;
}


.content-select-box{
    float: left;
    /*width: calc(100%/4);*/
    height: auto;
    width: calc((100% - 2%)/2); 
}


.banner-introduce-tittle {
  margin: 0;
    padding: 0;
    font-size: 30px;
    margin-top: 120px;
}



}

@media (max-width: 480px) {



.about-text {
    padding: 0 15px; 
}

.case-main .contentClient .kindOfClass .allContent { 
    margin-right: 2%;
    margin-left: 2%; 
}

.ft-inp-tj, .ft-inp-zx{
  margin: 0 0;
}
   .honor-items ul li{ 
    min-height: 60px;
  }

.product-button-pc.color-style2 {
    display: none;
}
.industry-list-pc li:hover .product-button-pc {
    width: 80px;
    height: 30px;
    font-size: 12px;
}

.industry-list-pc li:hover a {
    display: inline-block;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px !important;
}

  .content-select-tittle,.content-select-time{
    width: 90%;
  }
  .content-select-img {
      width: 100%;
      height: 150px;
  }

  .content-select-img img { 
      height: auto;
      min-height: 150px; 
  } 
.product-img-pc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60px;
    height: 100%;
    margin-left: 50px;
    margin-right: 10px;
    display: none;
}
.product-list-li-pc li:hover .product-info-pc {
    margin-left: 50px;
    margin: 0;
    width: 100%;
    display: block;
    overflow: hidden;
}
.product-title.product-title-pc {
  margin: 0 0 0 0;
  padding: 30px 15px;
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
} 
.industry-title-pc { 
    font-size: 18px; 
}
.banner-title1{
    font-size: 20px;
    margin-top: 120px;
}
.banner-title{
    font-size: 20px; 
}
.banner-text  { 
    margin-top: 20px;
}
.introduce-pc { 
    padding-top: 30px; 
}
  .introduce-card-title-pc {
    margin: 10px 0;
    font-size: 16px;
}
.product-plan-title-pc,.introduce-title-pc { 
    font-size: 28px;
    }
  .solutions-items ul li {
      border: 1px solid #ccc;
      width: calc((100% - 40px)/4);
      height: 60px;
      margin-bottom: 10px;
      margin-right: 10px;
      float: left;
      text-align: center;
  }

  .solutions-items ul li p {
      font-size: 12px; 
      line-height: 60px;
  }

  .indcase-title .contain {
      padding-right: inherit;
      position: relative;
  }

.AD-bar-desc p {
    color: #fff;
    font-size: 20px;
    padding-top: 30px;
}
.ft-rx {
    font-size: 18px;
    color: #ffffff;
    margin-top: 45px;
    margin-bottom: 30px;
    text-align: center;
}

  .footer-guild {
    width: 100%;
    padding: 20px 0 25px; 
}

.footer-menu a {
    display: inline-block;
    font-size: 14px;
    padding: 5px 20px;
    color: #fff;
}

  .solutions-items {
      padding-bottom: 10%;
  }
  .solutions-items ul {
      display: block;
      overflow: hidden;
      margin-bottom: 5%;
  }

/*.case-main .contentClient .kindOfClass .allContent { 
    height: 210px; 
}*/

.case-main .contentClient .kindOfClass .allContent .quare .bigTitle {
    font-size: 14px; 
    margin-top: 10px;
    margin-bottom: 8px;
}
.case-main .contentClient .kindOfClass .allContent .quare .smallTitle {
    font-size: 12px; 
}

.case-main .contentClient .kindOfClass .allContent .quare .smallTitle a {
    color: #2A2A2A;
    margin-left:0px;
}
 

 .footer-copyright, .footer-statement {
    width: 100%;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
}



.logo {
    width: 3rem; 
    padding-top: 5px;
}
.menu-icon {
    width: 0.5rem;
    height: 0.3rem;
}

.indtit h4 {
    font-size: 28px;
    color: #061828;
}

form.form-horizontal {
    padding: 0 15px;
}




}