.clearfix {
  zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.hidden-lg{
  display: none;
}
.left-line-con{
  width: 100%;
  padding-left: 10px;
  box-sizing: border-box;
  position: relative;
}
.left-line-con label.left-k {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  bottom: 0;
  background: #e13528;
  margin:0;
}
.right-line-con{
  width: 100%;
  padding-right: 10px;
  box-sizing: border-box;
  position: relative;
}
.right-line-con label.right-k {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  bottom: 0;
  background: #595758;
  margin:0;
}
.carousel .ban-intro {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.carousel .xs-tit{
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  padding-left: 100px;
  font-size: 14px;
  color: #000;
}
.carousel .ban-intro .block{
  width: 36%;
  background: rgba(255,255,255,1);
  padding: 30px 30px;
  box-sizing: border-box;
  color: #333;
  line-height: 1.8;
  float: right;
  color: #666;
  font-size: 18px;
  margin-right: 3%;
}
.carousel .ban-intro .block h2{
  color:#000;
  font-size: 30px;
}
.feature{
  height: 660px;
  margin-top: 20px;
}
.feature .swiper-container {
  width: 100%;
  height: 660px;
  overflow: visible;
}
.feature .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;

}
.feature .swiper-slide .cover{
  position: absolute;
  top:0;
  left:80px;
}
.feature .swiper-slide .doute{
  position: absolute;
  left:0;
  top:0;
  right: 0;
  height:60px;
  background: #fff;
}
.feature .swiper-slide .cover p{
  color: #333;
  font-size: 34px;
  line-height: 1.6;
  font-weight: 400;
  padding: 0 20px;
  letter-spacing: 3px;
  position: relative;
  z-index: 100;
  width: 670px;
}
.feature .swiper-slide .cover h2{
  position: absolute;
  z-index: 99;
  left:0;
  top:60px;
  width:460px;
  background: #fff;
  height: 60px;
}
.feature .swiper-slide .cover p.mobile{
  display: none;
}
.feature .swiper-slide label{
  display: none;
}
.feature .swiper-slide .cover p.white-bg{
  width:460px;
  padding: 10px 20px;
  background: #fff;
  position: relative;
}
.feature .swiper-slide .cover p.white-bg span{
  position: absolute;
  right: 20px;
  color:#999;
  font-size: 16px;
  top:26px;
}
.feature .swiper-slide .cover h2 span{
  position: absolute;
  right: 20px;
  color:#999;
  font-size: 16px;
  top:26px;
}
.about-qm{
  margin-top: 100px;
}
.about-qm .big-word{
  position: absolute;
  top:-58px;
  left:10%;
  z-index: 100;
}
.about-qm .big-word p{
  font-size: 64px;
  color: #000;
  font-weight: 300;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  margin-bottom: 10px;
  padding: 0 10px;
}
.about-qm .big-word p.diff{
  display: inline-block;
}
.about-qm-le{
  width:61%;
  float: left;
  overflow: hidden;
}
.about-qm-le img{
  width: 100%;
  /*animation: scale 20s infinite linear;*/
  /*-moz-animation: scale 20s infinite linear;*/
  /*-webkit-animation: scale 20s infinite linear;*/
  /*-o-animation: scale 20s infinite linear;*/
}
@keyframes scale
{
  0%{transform: scale(1)}
  50% {transform: scale(1.2)}
  100% {transform: scale(1)}
}

@-moz-keyframes scale /* Firefox */
{
  0%{transform: scale(1)}
  50% {transform: scale(1.2)}
  100% {transform: scale(1)}
}

@-webkit-keyframes scale /* Safari å’Œ Chrome */
{
  0%{transform: scale(1)}
  50% {transform: scale(1.2)}
  100% {transform: scale(1)}
}

@-o-keyframes scale /* Opera */
{
  0%{transform: scale(1)}
  50% {transform: scale(1.2)}
  100% {transform: scale(1)}
}
.about-qm-rg{
  width:38%;
  float:right;
  padding: 10% 2% 2% 2%;
}
.about-qm-rg h2{
  color:#e13528;
  font-size: 52px;
  font-weight: 300;
}
.about-qm-rg img{
  margin-left: 36px;
}
.about-qm-rg p{
  color:#747474;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 30px;
  font-weight: 400;
}
.demo{
  margin-top: 80px;
}
.demo-le{
  padding-left: 10%;
}
.demo-le h2{
  color:#e13528;
  font-size: 52px;
  font-weight: 300;
  margin-top: 100px;
}
.demo-le h2 img{
  margin-left: 36px;
}
.demo-le p{
  color:#747474;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  margin-top: 30px;
}
.demo-le a{
  display: block;
  text-align: right;
  color: #000;
  font-weight: 300;
  margin-top: 20px;
  cursor: pointer;
  padding-right:3px;
}
.demo-le a img{
  width:22px;
  vertical-align: middle;
  margin-left: 15px;
  animation: gogo 2s infinite linear;
  -moz-animation: gogo 2s infinite linear;
  -webkit-animation: gogo 2s infinite linear;
  -o-animation: gogo 2s infinite linear;
}
@keyframes gogo
{
  0%{margin-right: 5px;}
  50% {margin-right: 15px;}
  100% {margin-right: 5px;}
}

@-moz-keyframes gogo /* Firefox */
{
  0%{margin-right: 5px;}
  50% {margin-right: 15px;}
  100% {margin-right: 5px;}
}

@-webkit-keyframes gogo /* Safari å’Œ Chrome */
{
  0%{margin-right: 5px;}
  50% {margin-right: 15px;}
  100% {margin-right: 5px;}
}

@-o-keyframes gogo /* Opera */
{
  0%{margin-right: 5px;}
  50% {margin-right: 15px;}
  100% {margin-right: 5px;}
}
.demo-rg{
  font-size: 0;
  line-height: 0;
  margin-left: -15px;
}
.demo-img-top{
  overflow: hidden;
}
.demo-img-bot{
  font-size: 0;
  width: 100%;
  line-height: 0;
}
.demo-img-bot .bot-img{
  width:25%;
  display: inline-block;
  overflow: hidden;
  line-height: 0;
}
.demo-rg img{
  width:100%;
  /*animation: scale 20s infinite linear;*/
  /*-moz-animation: scale 20s infinite linear;*/
  /*-webkit-animation: scale 20s infinite linear;*/
  /*-o-animation: scale 20s infinite linear;*/
}
.direction-reveal__title{
  font-size: 20px;
}
.direction-reveal__overlay label{
  font-size: 16px;
}
.thinkings{
  margin-top: 80px;
}
.thinkings .think-con{
  width:100%;
  padding-right: 40px;
  box-sizing: border-box;
  position: relative;
}
.thinkings .think-con label.right-k{
  position: absolute;
  top:0;
  right:0;
  width:10px;
  bottom: 0;
  background: #595758;
}
.thinkings .think-con img{
  width: 100%;
}
.thinkings .think-con .think-img-lg img{
  height:251px;
}
.thinkings .think-con .word h2{
  padding: 80px 0 10px 0;
  color:#e13528;
  font-size: 52px;
  font-weight: 300;
  text-align: center;
}
.thinkings .think-con .word h2 img{
  width: auto;
  margin-left: 36px;
}
.thinkings .think-con .word p{
  color:#89705a;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
}
.thinkings .think-con .think-img h2{
  font-size: 18px;
  padding:10px 0 5px 0;
  color:#000;
  margin: 0;
  font-weight: 300;
}
.thinkings .think-con .think-img p{
  color:#333;
  font-size: 14px;
  margin-bottom: 30px;
  font-weight: 300;
}
.join{
  margin-top: 30px;
}
.join .think-con{
  padding: 0;
}
.join .join-word{
  margin-bottom: 20px;
}
.join .join-word h2{
  color: #e13528;
  font-size: 52px;
  font-weight: 300;
}
.join .join-word h2 img{
  width: auto;
  margin-left: 36px;
}
/*footerå¼€å§‹*/
.footer{
  background: #fff;
  padding: 0 0 10px 0;
}
.else-footer{
  position: absolute;
  left:0;
  right: 0;
  bottom: 0;
}
.footer .container{
  border-top:1px solid #000;
  padding-top: 30px;
}
.footer .footer-infor p{
  color:#333333;
  font-size: 14px;
  display: inline-block;
  margin-right: 8px;
  margin-top: 15px;
}
.footer .footer-infor p a{
  color: #333;
}
.else-footer .footer-infor p{
  margin-top: 0;
}
.footer .footer-infor p.copyright{
  margin-right: 153px;
}
.footer .copy-logo{
  color: #e13528;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  padding: 0;
}
.footer .copy-logo img{
  width: 371px;
}
.copy-link{
  margin-top: -15px;
}
.footer .copy-link ul{
  /*padding-left: 30px;*/
  text-align: left;
}
.footer .copy-link ul li{
  display: inline-block;
  margin-right: 10px;
  color:#aaaaaa;
  font-weight:300;
  font-size: 12px;
  line-height: 20px;
}
.footer .copy-link ul li a{
  font-size: 12px;
  color:#aaaaaa;
  font-weight: 300;
}
.footer-infor{
  text-align:right ;
}
/*footerç»“æŸ*/
.m-intro{
  display: none;
}
/*æ¡ˆä¾‹å¼€å§‹*/
.page{
  margin-bottom: 50px;
}
.product-le{
  padding:20px 12px 0 0;
  position: relative;
}
.product-le-diff{
  padding-top: 10px;
}
.product-le img{
  width: 86%;
}
.product-le img.img-view{
  width:100%;
}
.product-le p.word{
  padding-right: 20%;
  color:#666;
  font-size: 14px;
  line-height: 2;
  margin-top: 15px;
}
.product-le img.map{
  width: 100%;
}
.product-le .tit-block{
  position: absolute;
  top:50px;
  left:68%;
  background: #fff;
  padding: 10px 20px;
}
.product-le-tact .tit-block{
  left:inherit;
  right:0;
}
.product-le .tit-block p{
  color:#000;
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
}
.product-rg{
  position: relative;
  padding-right: 80px;
  padding-left: 40px;
}
.product-rg-view{
  padding-right: 0;
}
.product-rg label.right-k{
  position: absolute;
  top:0;
  right:0;
  width:10px;
  bottom: 0;
  background: #595758;
}
.product-rg-diff label.right-k{
  top:10px;
}
.product-rg-diff1 label.right-k{
  top:15px;
}
.navbar-child{
  position: relative;
  margin-top: 15px;
}
.navbar-expand-lg .navbar-nav{
  padding-left: 50px;
}
.case-content{
  margin-bottom: 50px;
}
.product-tab{
  padding: 20px 0;
  position: relative;
  overflow: auto;
  z-index: 10;
  background: #fff;
}
.product-tab ul {
  white-space: nowrap;
}
.product-tab ul li {
  display: inline-block;
  color: #999;
  padding: 5px 0;
  cursor: pointer;
  font-weight: 400;
  background: #aaaaaa;
  color: #fff;
  font-size: 16px;
  min-width: 136px;
  text-align: left;
  padding-left: 10px;
}
.product-tab ul li.active{
  background: #e13528;
}
.case-content .case-list .case-item{
  border-bottom: none;
  display: block;
  float: left;
  width: 32.666666%;
  background-size: cover;
  position: relative;
  margin-bottom: 1%;
}
.case-content .case-list .case-item:nth-child(2n) {
  margin-left: 1%;
}
.case-content .case-list .case-item:nth-child(3n) {
  margin-left: 1%;
}
.case-content .case-list .case-item:nth-child(4n) {
  margin-left: 0;
}
.case-content .case-list .case-item .case-img{
  width: 100%;
}
.case-content .case-list .case-item .case-img img{
  width: 100%;
}
.direction-reveal{
  display: none;
}
.direction-reveal.display{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.direction-reveal__card h2{
  color: #333;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: normal;
}
.direction-reveal__card p{
  color: #999;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.view-top{
  margin-top: 20px;
}
.view-card{
  margin-bottom: 20px;
}
.view-card img{
  cursor: pointer;
}
/*æœåŠ¡*/
.serve-list{
  padding-left: 20px;
}
.serve-list h2{
  font-size: 18px;
  color:#333;
  margin: 15px 0 20px 0;
}
.serve-list p{
  font-size: 14px;
  color: #333;
  line-height: 2;
  margin-bottom: 20px;
  position: relative;
}
.serve-list p em{
  opacity: 0;
}
.serve-list p label{
  position: absolute;
  right:0;
  bottom: 0;
  padding:2px 5px;
  color:#fff;
  font-size: 14px;
  background:#666;
  display: none;
}
/*ç†å¿µ*/
.idea-list{
  display: none;
}
.idea-list.display{
  display: block;
}
.idea-list h2{
  font-size: 22px;
  color:#000;
  font-weight: normal;
  margin:35px 0 30px 0;
}
.idea-list p{
  color:#333;
  margin: 0 0 15px 0;
  font-size: 16px;
}
.idea .product-rg label.right-k{
  top:30px;
  min-height: 460px;
}
.serve-word{
  padding-top: 40px;
}
.about-word{
  margin-top: 15px;
  padding-top: 40px;
}
.about-word h2{
  font-size: 26px;
  margin-bottom: 30px;
}
.about-word p{
  color: #333;
  margin: 0 0 15px 0;
  font-size: 16px;
}
.about-word img.we-chat{
  width:100px;
  float: right;
  margin-top: 50px;
}
.about .product-rg label.right-k{
  top:0;
}
.about .product-rg-diff label.right-k{
  top:5px;
}
.contact-part img.building{
  width: 56%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.contact-part h2{
  font-size: 22px;
  margin-top: 68px;
}
.contact-part h3{
  font-size: 14px;
  margin-bottom: 50px;
}
.contact-part p{
  color: #000;
  font-size: 18px;
  padding-right: 12%;
}
.contact-part p:last-child{
  margin-top: 8px;
}
.contact-part p.en{
  padding-left: 72px;
  line-height: 1.8;
}
.contact-part p label{
  font-weight: normal;
}
.contact-part img.code{
  padding-left: 45px;
}
.contact-part img.we-chat{
  width: 100px;
  float: right;
  margin-top: 30px;
}
.bigimg{width:60%!important;height:55%!important;position: fixed;left: 0;top: 0; right: 0;bottom: 0;margin:auto;display: none;z-index:9999;border: 10px solid #fff;}
.mask{position: fixed;left: 0;top: 0; right: 0;bottom: 0;background-color: #000;opacity:0.5;filter: Alpha(opacity=50);z-index: 98;transition:all 1s;display: none}
.imgbox:hover{cursor:zoom-in}
.mask:hover{cursor:zoom-out}
.mask>img{position: fixed;right:10px;top: 10px;width: 60px;}
.mask>img:hover{cursor:pointer}
/*äº§å“è¯¦æƒ…*/
#imgModule{display:none;}
#imgDefault{cursor:pointer;font-size: 0}
.imgItem{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  display: inline-block;
  box-sizing: border-box;
  width:50%;
}
.imgItem img{
  width: 100%;
}
#imgModule{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1032;
}
.view-mask{background:#000;opacity:.8;filter:alpha(opacity=80);position:absolute;left:0;top:0;bottom:0;right:0;z-index: 1031}
.lightBoxContent{
  width: 100vw;
  margin: 0 auto;
  height: 100vh;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 1032;
  text-align: center;
}
#imgLoader{width:32px;height:32px;position:absolute;left:50%;top:50%;margin:-16px 0 0 -16px;display:none;}
#imgLight{max-width:1200px;max-height:800px;-webkit-animation:change 1s;animation:change 1s;}
#imgModule .btn{width:50px;height:50px;position:absolute;top:50%;margin-top:-25px;cursor:pointer;z-index: 1032;background: rgba(0,0,0,0.8);border-radius:0;border:none;padding: 0;}
#lightBoxPrev{left:10px;background-position:2px center;}
#lightBoxNext{right:10px;background-position:-42px center;}
.closeBtn{width:26px;height:26px;background:url("../images/view-close.png");position:absolute;top:25px;right:25px;cursor:pointer;z-index: 1032;background-size: 100% 100%}
.lightBoxPagination{position:absolute;left:0;bottom:50px;width:100%;text-align:center;z-index: 1032}
.lightBoxPagination span{display:inline-block;width:10px;height:10px;border:1px solid #fff;-webkit-border-radius:50%;border-radius:50%;margin-right:8px;}
.lightBoxPagination span.current{background:#fff;}
@keyframes change{
  0%{opacity:0;}
  100%{opacity:1;}
}
@media (min-width: 1420px){
  .container{
    max-width: 94%;
  }
}
@media (min-width: 1800px){
  .contact-part img.we-chat{

  }
  .thinkings .think-con .word h2{
    padding: 120px 0 10px 0;
    font-size: 46px;
  }
  .contact-part img.building{
    margin-bottom: 30px;
    width: 46%;
  }
  .contact-part p.diff,.contact-part p.en{
    margin-bottom: 10px;
  }
  .contact-part img.code{
    margin-top: 20px;
  }
  .serve-list h2 {
    margin: 15px 0 25px 0;
  }
  .carousel .ban-intro .block{
    width:32%;
  }
  .feature{
    height:860px;
  }
  .feature .swiper-container {
    height: 860px;
  }
  .feature .swiper-slide .doute{
    height:82px;
  }
  .feature .swiper-slide .cover p {
    color: #333;
    font-size: 46px;
    line-height: 1.4;
    width: 80%;
  }
  .feature .swiper-slide .cover h2 span{
    font-size: 18px;
  }
  .feature .swiper-slide .cover h2{
    height:80px;
  }
  .thinkings .think-con {
    padding-left: 80px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 25px;
  }
  .product-rg {
    padding-right: 110px;
  }
  .serve-list p {
    line-height: 2.2;
    font-size: 16px;
  }
  .idea-list p{
    line-height: 2;
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  .about-word p{
    line-height: 2;
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  .about-qm-rg p{
    font-size: 18px;
    line-height: 2;
  }
  .demo-le p{
    font-size: 18px;
    line-height: 2;
  }
  .demo-le a{
    font-size: 18px;
  }
  .serve-list p label{
    font-size: 16px;
  }
  .navbar-expand-lg .navbar-nav {
    padding-left: 250px;
  }
  .carousel .ban-intro .block{
    padding:40px 40px;
  }
  .carousel .ban-intro .block h2 {
    font-size: 36px;
  }
  .carousel .ban-intro .block p {
    font-size: 16px;
  }
  #main-slide .control-btn span{
    font-size: 16px;
  }
  .product-tab ul li{
    min-width: 180px;
    text-align: left;
    padding-left: 15px;
  }
  .idea-list h2 {
    font-size: 24px;
    margin: 40px 0 30px 0;
  }
  .contact-part h2 {
    font-size: 26px;
    margin-top: 68px;
    font-weight: bolder;
  }
  .contact-part h3{
    font-size: 16px;
    margin-bottom: 80px;
  }
  .contact-part p{
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .container {
    max-width: 94%;
  }
  .about-qm .big-word p{
    font-size: 48px;
  }
  .navbar-expand-lg .navbar-nav{
    padding-left: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    font-size: 14px;
    padding: 0 10px;
  }
  .serve-list h2{
    font-size: 16px;
  }
  .serve-list p{
    font-size: 14px;
  }
  .direction-reveal__card h2{
    font-size: 16px;
  }
  .idea-list h2{
    font-size: 20px;
  }
  .idea-list p{
    font-size: 14px;
  }
  .contact-part h2{
    font-size: 20px;
  }
  .contact-part p{
    font-size: 14px;
  }
  .about-qm-rg p {
    color: #747474;
    font-size: 14px;
    margin-top: 25px;
  }
  .demo-le p{
    font-size: 14px;
  }
  .demo-le a{
    font-size: 14px;
  }
  .thinkings .think-con .think-img h2{
    font-size: 15px;
  }
  .contact-part p.en {
    padding-left: 43px;
  }
  .else-footer{
    position: relative;
  }

}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .navbar .phone{
    display: none;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1400px) {
  #imgLight{
    max-width:900px;
    max-height:600px;
  }
}
@media screen and (max-width: 1399px){


}
@media screen and (max-width: 1100px){
  .about-qm .big-word p{
    font-size: 46px;
  }
}
/*ipad pro*/
@media screen and (min-width: 1000px) and (max-width: 1025px) {
  .container {
    max-width: 98%;
  }
  #main-slide .carousel-item img{
    height:36vh;
  }
  #main-slide .carousel-indicators{
    display: none;
  }
  .carousel .ban-intro .block{
    width:48%;
  }
  .about-qm-rg{
    padding:4% 2% 2% 2%;
  }
  .about-qm-rg h2{
    font-size: 36px;
  }
  .about-qm-rg p{
    margin-top: 5px;
  }
  .about-qm-rg img{
    width:80px;
  }
  .demo {
    margin-top: 50px;
  }
  .demo-le h2,.thinkings .think-con .word h2,.join .join-word h2{
    margin-top: 20px;
    font-size: 36px;
  }
  .demo-le h2 img,.thinkings .think-con .word h2 img,.join .join-word h2 img{
    width:80px;
  }
  .demo-le p{
    margin-top: 0;
  }
  .thinkings {
    margin-top: 50px;
  }
  .join {
    margin-top: 20px;
  }
  .footer .footer-infor p.hidden{
    display: none;
  }
  .about-word h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .about-word p {
    margin: 0 0 7px 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .serve-rg {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
  }
  .serve-list p {
    font-size: 12px;
  }
  .product-tab ul li{
    font-size: 14px;
  }
  .idea-list h2 {
    font-size: 18px;
    margin: 10px 0 15px 0;
  }
  .idea-list p {
    margin: 0 0 3px 0;
  }
  .idea .product-rg label.right-k{
    min-height: inherit;
  }
  .contact-part h3{
    margin-bottom: 20px;
  }
  .contact-part p {
    line-height: 1.6;
  }
}
/*ipad pro 横向*/
@media screen and (min-width: 1360px) and (max-width: 1370px) {
  #main-slide .carousel-item img{
    height:80vh!important;
  }
}
@media screen and (max-width: 1024px){
  .about-qm .big-word p{
    font-size: 42px;
  }
}

@media screen and (max-width: 800px){
  .about-qm .big-word p{
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .visible-xs{
    display: block;
  }
  .navbar {
    padding: 0 0 10px 0;
  }
  .left-line-con,.right-line-con{
    padding: 0;
  }
  #main-slide .carousel-item img{
    height:40vh;
  }
  .carousel .ban-intro{
    display: none;
  }
  #main-slide .carousel-indicators{
    opacity: 1;
    bottom: 10px;
  }
  /*kuinkç®€ä»‹*/
  .m-intro{
    display: block;
    margin-top: 30px;
    position: relative;
    padding-bottom: 30px;
  }
  .m-intro h2{
    text-align: center;
    color:#987a61;
    font-size: 20px;
    margin-bottom: 30px;
  }
  .m-intro p{
    text-align: center;
    font-size: 16px;
    color:#000;
    padding:0 30px;
  }
  .m-intro label{
    width:120px;
    height:1px;
    background: #987a61;
    position: absolute;
  }
  .m-intro label.top{
    top:40px;
    left:0;
  }
  .m-intro label.bottom{
    bottom:0;
    right:0;
  }
  /*featureå¼€å§‹*/
  .hidden-xs{
    display: none;
  }
  .feature{
    height: 300px;
    margin-top: 30px;
  }
  .feature .swiper-container{
    height:300px;
  }
  .feature .swiper-slide .cover {
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    top:inherit;
    background: rgba(152,122,97,0.4);
    padding: 10px 2px;
  }
  .feature .swiper-slide .cover p{
    display: none;
  }
  .feature .swiper-slide .cover p.mobile{
    font-size: 20px;
    color: #fff;
    display: block;
    width:auto;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .feature .swiper-slide .cover h2{
    display: none;
  }
  .feature .swiper-slide label{
    position: absolute;
    display: block;
    text-align: center;
    bottom: -50px;
    left:0;
    right:0;
  }
  .swiper-button-next, .swiper-button-prev{
    width: 30px;
    height: 18px;
    background-size: 30px 18px;
    top:115%;
  }
  .swiper-button-next.swiper-button-white{
    background-image: url(../images/m-next.png);
  }
  .swiper-button-prev.swiper-button-white{
    background-image: url(../images/m-prev.png);
  }
  /*aboutå¼€å§‹*/
  .about-qm {
    margin-top: 40px;
  }
  .about-qm-le{
    display: none;
  }
  .about-qm-le,.about-qm-rg{
    width:100%;
  }
  .about-qm-rg{
    padding-top: 20px;
  }
  .about-qm .big-word{
    display: none;
  }
  .about-qm-rg h2 {
    font-size: 26px;
  }
  .about-qm-rg img {
    margin-left: 15px;
    width: 70px;
  }
  .about-qm-rg p {
    color: #747474;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 5px;
    font-weight: 400;
  }
  .demo {
    margin-top: 15px;
  }
  .demo-le{
    padding: 0;
  }
  .demo-le h2,.join .join-word h2{
    font-size: 22px;
    margin-top: 0;
  }
  .demo-le h2 img,.join .join-word h2 img{
    margin-left: 15px;
    width: 70px;
  }
  /*thinkingså¼€å§‹*/
  .thinkings {
    margin-top: 15px;
  }
  .thinkings .think-con{
    padding: 0;
  }
  .thinkings .think-con .word-tit{
    display: block;
  }
  .thinkings .think-con .word h2{
    font-weight: 300;
    font-size: 22px;
    color: #e13528;
    padding: 0 0 10px 0;
    text-align: left;
    position: relative;
  }
  .thinkings .think-con .word h2 img{
    width:70px;
    margin-left: 15px;
  }
  .thinkings .think-con .word p{
    display: none;
  }
  .thinkings .think-con .think-img{
    position: relative;
  }
  .thinkings .think-con .think-img label{
    position: absolute;
    display: block;
    right: -15px;
    width: 180px;
    height: 1px;
    background: #987a61;
    bottom: 6px;
  }
  .thinkings .think-con .think-img p{
    color:#fff;
  }
  .thinkings .think-img-slide{
    display: block;
    margin-bottom: 60px;
  }
  .thinkings .think-img-slide{
    height: 250px;
  }
  .thinkings .think-img-slide .swiper-thinkings{
    height: 250px;
    overflow: visible;
  }
  .swiper-thinkings .cover{
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    top: inherit;
    background: rgba(152,122,97,0.4);
    padding: 10px 5px;
  }
  .swiper-thinkings .cover h2{
    color:#fff!important;
  }
  .swiper-thinkings .cover p{
    margin-bottom: 0!important;
  }
  .m-footer{
    display: block;
    background: #e7e7e7;
    padding: 15px 0;
    margin-top: 30px;
  }
  .m-footer p{
    text-align: center;
    font-size: 13px;
    color:#666;
  }
  .product-rg{
    padding: 0;
  }
  .navbar-child{
    position: fixed;
    margin-top: 0;
  }
  .page {
    margin-top: 60px;
    margin-bottom: 10px;
  }
  .product-tab ul li {
    min-width: 90px;
    padding: 2px 6px;
    font-size: 14px;
  }
  .idea-list h2 {
    font-size: 16px;
    margin: 10px 0 10px 0;
  }
  .idea-list p {
    color: #333;
    margin: 0 0 10px 0;
    font-size: 14px;
  }
  .contact-part{
    margin-top: 30px;
  }
  .contact-part p{
    padding: 0;
    font-size: 14px;
  }
  .contact-part img.building{
    width:100%;
  }
  .bigimg{
    width:80%!important;
    height:36%!important;
  }
  .product-le{
    padding: 0;
  }
  .product-le img {
    height: 300px;
    width: 100%;
  }
  .product-le .tit-block{
    left: inherit;
    right: 0;
  }
  .product-le .tit-block p {
    font-size: 26px;
  }
  .product-le p.word{
    padding: 0;
  }
  .contact-part h2 {
    font-size: 18px;
    margin-top: 30px;
  }
  .contact-part h3 {
    font-size: 14px;
    margin-bottom: 26px;
  }
  .contact-part p.en {
    padding-left: 42px;
    line-height: 1.8;
  }
  .about-word p {
    margin: 0 0 10px 0;
    font-size: 14px;
  }
  .about-word img.we-chat {
    margin-top: 30px;
  }
  .demo-le p {
    color: #747474;
    font-size: 14px;
  }
  .imgItem{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border:none;
    margin-bottom: 10px;
  }
  .about-word{
    padding-top: 0;
  }
  #main-slide .carousel-control-next, #main-slide .carousel-control-prev{
    width: 42px;
    height: 42px;
  }
  #main-slide .carousel-control-prev{
    left:10px;
  }
  #main-slide .carousel-control-next{
    right: 10px;
  }
  .carousel-indicators li {
    width: 20px;
    height: 3px;
  }
}
/*ipad min*/
@media screen and (min-width: 765px) and (max-width: 770px) {
  .contact-part h3{
    margin-bottom: 10px;
  }
  .contact-part p{
    line-height: 1.5;
  }
  .idea-list p{
    margin: 0 0 4px 0;
  }
  .idea-list h2 {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
}