@charset "UTF-8";

/* page-pro-tab-wrap */
.page-pro-tab-wrap .swiper-wrapper {
  width: auto;
}
.page-pro-tab-wrap .swiper-slide {
  width: auto;
  padding: 0px 0.3rem;
}

.page-pro-tab-wrap.active {
  position: fixed;
  width: 100%;
}


@media only screen and (max-width:767px){
  .page-pro-tab-wrap {
    padding: 0px;
  }
  .page-pro-tab-wrap .swiper-slide{
    padding: 0px;
    display: inline-block;
  }
  .page-pro-tab-wrap .swiper-slide a {
    padding: 0.2rem 0.05rem;
  }
}
@media only screen and (max-width:414px){
  .page-pro-tab-wrap .page-pro-tab {
    font-size: 13px;
  }
}
@media only screen and (max-width:375px){
  .page-pro-tab-wrap .page-pro-tab {
    font-size: 12px;
  }
}
@media only screen and (max-width:374px){
  .page-pro-tab-wrap .page-pro-tab {
    font-size: 11px;
  }
  .page-pro-tab-wrap .swiper-slide a {
    padding: 0.2rem 0rem;
  }
}

/* page-solution-list */
.page-solution-list {
  padding: 0.73rem 0px 1.58rem;
}
.page-solution-list .page-img {
  overflow: hidden;
}
.page-solution-list .bg_container{
  padding-bottom: 68.3794%;
}
.page-solution-list ul {
  margin: 0px -0.16rem;
}
.page-solution-list ul li {
  width: 33.33%;
}
.page-solution-list .page-con {
  margin: 0.4rem 0.16rem 0px;
  background: #f5f5f5;
}
.page-solution-list .page-text {
  padding: 0px 0.36rem 0.4rem;
}
.page-solution-list .page-tit {
  margin-top: -0.95em;
}
.page-solution-list .page-tit span{
  display: inline-block;
  background: #f5b13b;
  color: #fff;
  line-height: 1.9;
  min-width: 6.466em;
  position: relative;
}
.page-solution-list .page-txt {
  margin-top: 0.33rem;
  line-height: 2;
  max-height: 4em;
  color: #332c2b;
}
.page-solution-list .page-more {
  padding-top: 0.47rem;
}
.page-solution-list .page-more span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius:0.1rem;
}
.page-solution-list .page-more span i {
  position: relative;
  z-index: 2;
  display: inline-block;
  border:2px solid #332c2b;
  line-height: 2.7;
  padding: 0px 2.45em;
  border-radius:0.1rem;
}
.page-solution-list .page-more span::before {
  position: absolute;
  content: "";
  left:-100%;
  top:0px;
  width: 100%;
  background:#f7b228;
  border-radius:0.1rem;
  bottom: 0px;
  transition:0.5s all; 
  -webkit-transition:0.5s all; 
  -ms-transition:0.5s all; 
  -o-transition:0.5s all;
}
.page-solution-list a:hover .page-more span::before {
  left: 0px;
}
.page-solution-list a:hover .page-more span i {
  color: #fff;
  border-color: transparent;
}

@media only screen and (max-width:767px){
  .page-solution-list {
    padding:0.4rem 0px 0.8rem 0px;
  }
  .page-solution-list ul li {
    width: 100%;
  }
}  


.solution-title {
  position: relative;
  padding-top: 0.32rem;
}
.solution-title::before {
  position: absolute;
  content: "";
  left: 0px;
  top:0px;
  background: #f7b228;
  width: 2em;
  height:0.1136em;
}
.solution-title span{
  position: relative;
  padding: 0px 0px 0.06rem 0.1rem;
}
.solution-title span i {
  position: relative;
  z-index: 2;
}
.solution-title img {
  vertical-align: middle;
  height: 1em;
  margin: 0px 0.12rem 0px 0px;
}
.solution-title span::before{
  position: absolute;
  content: "";
  left: 0px;
  width: 100%;
  bottom:0px;
  background: #f3e6ce;
  height:0.3863em;
}

/* solution-sec01 */
.solution-sec01 {
  background: #f2f2f2;
  padding: 0.7rem 0px 1.16rem;
}
.solution-sec01 .page-con {
  padding-top: 0.78rem;
}
.solution-sec01 .page-text {
  width: 43.4%;
  line-height:1.8;
}
.solution-sec01 .page-text dl {
  padding: 0.16rem 0px 0.54rem;
}
.solution-sec01 .page-text dl dd {
  margin-top: 0.16rem;
}
.solution-sec01 .page-video {
  width: 45.05%;
}
.solution-sec01 .video-bg {
  background: #f5b13b;
  border-radius: 0.2rem;
  padding-bottom: 61.4285%;
  position: relative;
  box-shadow: 0px 0px 0.3rem rgba(246,177,58,0.8);
}
.solution-sec01 .video-con {
  border: 0.05rem solid #f5b13b;
  background: #f5b13b;
  border-radius: 0.15rem;
  position: absolute;
  right:0.36rem;
  top:0.36rem;
  width: 100%;
  height: 100%;
}
.solution-sec01 .bg_container {
  position: absolute;
  left: 0px;
  top:0px;
  right: 0px;
  bottom: 0px;
  border-radius: 0.15rem;
}
.solution-sec01 .page-play {
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  background: url(../images/page-play01.png) no-repeat center center/100% 100%;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
}
.solution-sec01 video {
  position: absolute;
  left: 0px;
  top:0px;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 0.15rem;
  opacity: 0;
  filter: alpha(opacity=0);
}
.solution-sec01 .video-con.on .bg_container{
  opacity: 0;
}
.solution-sec01 .video-con.on .page-play {
  display: none;
}
.solution-sec01 .video-con.on video {
  opacity: 1;
  filter: alpha(opacity=100);
}
.solution-sec01 .video-con.on:hover .page-play {
  display: block;
}

@media only screen and (max-width:767px){
  .solution-sec01 .page-con {
    padding-top: 0.5rem;
  }
  .solution-sec01 .page-text {
    width: 100%;
  }
  .solution-sec01 .page-video {
    width: 100%;
    padding: 0px 0px 0px 5%;
  }

}



/* .solution-sec02 */
.solution-sec02 {
  padding: 1.02rem 0px 0.98rem;
}
.solution-sec02 .page-title {
  position: relative;
}
.solution-sec02 .page-title img {
  top:50%;
  transform: translateY(-50%);
  position: absolute;
  right:100%;
  margin-right: 0.3rem;
  max-height: 1.25em;
}
.solution-sec02 .page-summary {
  width: 40.15%;
  padding-left: 1.1rem;
  line-height: 1.8;
}
.solution-sec02 .page-summary .page-con {
  padding-top: 0.4rem;
}
.solution-sec02 .page-aporia {
  width: 47.5471%;
}
.solution-sec02 .page-aporia .page-title img {
  position: relative;
  top:-0.1em;
  vertical-align: middle;
  right: 0px;
  left: 0px;
  transform: translateY(0);
}
.solution-sec02 .page-aporia .page-list {
  padding: 0.33rem 0px 0px 0.06rem;
}
.solution-sec02 .page-aporia .page-list .page-item {
  padding: 0.18rem 0px;
}
.solution-sec02 .page-aporia .page-num {
  position: relative;
}
.solution-sec02 .page-aporia .page-num::before {
  position: absolute;
  content: "";
  left: 50%;
  width: 1px;
  top:0px;
  background: #dcdcdc;
  bottom: 0px;
}
.solution-sec02 .page-aporia .page-num span{
  position: relative;
  background: #fff;
  display: inline-block;
  border: 1px solid #f5b13b;
  width:2.3571em;
  height: 2.3571em;
  border-radius: 50%;
  text-align: center;
  line-height: 2.3;
}
.solution-sec02 .page-aporia .page-num span:before {
  position: absolute;
  content: "";
  width: 1.7857em;
  height: 1.7857em;
  background: #f5b13b;
  border-radius: 50%;
  left:0px;
  right: 0px;
  top:0px;
  bottom: 0px;
  margin: auto; 
}
.solution-sec02 .page-aporia .page-num i {
  position: relative;
  z-index: 2;
  color: #fff;
}
.solution-sec02 .page-aporia .page-txt {
  padding-left: 0.3rem;
}

.solution-sec02 .page-aporia .page-item:first-of-type .page-num::before {
  top:50%;
}
.solution-sec02 .page-aporia .page-item:last-of-type .page-num::before {
  bottom: 50%;
}

@media only screen and (max-width:767px){
  .solution-sec02 {
    padding: 0.7rem 0px;
  }
  .solution-sec02 .page-summary {
    width: 100%;
  }
  .solution-sec02 .page-aporia {
    width: 100%;
    padding-top: 0.7rem;
  }

}


/* .solution-sec03 */
.solution-sec03 {
  padding: 0.63rem 0px 1.17rem;
}
.solution-sec03 .page-title {
  padding: 0px 0.25rem;
}
.solution-sec03 .page-title img {
  vertical-align: middle;
  max-height: 1.25em;
  margin-right: 0.3rem;
}
.solution-sec03 .page-list {
  margin: 0px -0.14rem;
  padding-top: 0.16rem;
}
.solution-sec03 .page-item {
  width: 50%;
  line-height: 1.8;
  padding: 0.28rem 0.14rem 0px;
  position: relative;
  top:0px;
}
.solution-sec03 .page-item:hover {
  top:-5px;
}
.solution-sec03 .page-con {
  background: #fff;
  padding: 0.54rem 0.6rem 0.64rem 0.48rem;
  height: 100%;
}
.solution-sec03 .page-ico {
  padding-top: 0.5em;
}
.solution-sec03 .page-ico span{
  margin-right: 0.5rem;
  position: relative;
  display: block;
}
.solution-sec03 .page-ico span:before{
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0.5em;
  left: 0.5em;
  top:-0.5em;
  border: 0.1667em solid #fbdfae;
}
.solution-sec03 .page-ico i {
  position: relative;
  width: 4.4em;
  height: 4.4em;
  background: #f6b13a;
  z-index: 2;
}
.solution-sec03 .page-ico img {
  max-width: 50%;
  max-height: 50%;
}
.solution-sec03 .page-tit {
  line-height: 1.1;
  padding-bottom: 0.12rem;
}

@media only screen and (max-width:767px){
  .solution-sec03 {
    padding: 0.5rem 0px 0.7rem;
  }
  .solution-sec03 .page-item {
    width: 100%;
  }

}


/* .solution-sec04 */
.solution-sec04 {
  padding: 0.66rem 0px;
}
.solution-sec04 .page-list {
  margin: 0px -0.28rem;
  padding-bottom: 0.4rem;
}
.solution-sec04 .page-item {
  width: 25%;
}
.solution-sec04 .page-img {
  margin: 0.56rem 0.28rem 0px;
  overflow: hidden;
}
.solution-sec04 .bg_container {
  padding-bottom: 78.6885%;
}

@media only screen and (max-width:767px){
  .solution-sec04 .page-list {
    margin: 0px -0.14rem;
  }
  .solution-sec04 .page-item {
    width:50%;
  }
  .solution-sec04 .page-img {
    margin: 0.28rem 0.14rem 0px;
  }

}

/* solution-sec05 */
.solution-sec05 .page-list {
  position: relative;
  padding: 0.8rem 0px 1.16rem;
  margin-top: 0.34rem;
}
.solution-sec05 .page-list:before {
  position: absolute;
  content: "";
  left: 0px;
  top:0px;
  bottom: 0px;
  background: #f2f2f2;
  width: 39.21875%;
}
.solution-sec05 .swiper-slide {
  padding-left: 0.47rem;
}
.solution-sec05 .page-img {
  width: 43.09%;
}
.solution-sec05 .page-text {
  width: 45.88%;
}
.solution-sec05 .page-txt {
  line-height: 2.1428;
  padding:0.28rem 0.06rem 0px;
}
.solution-sec05 .page-tips {
  color:#f6b13a;
  line-height: 1.1;
  padding-bottom: 0.04rem;
}
.solution-sec05 .img-con {
  border: 0.06rem solid #f6b13a;
  padding-bottom: 68.42%;
  background: #fff;
  position: relative;
}
.solution-sec05 .img-con .imgbg {
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 90%;
}
.solution-sec05 .img-con .page-more {
  position: absolute;
  left:-1px;
  top:-1px;
  right: -1px;
  bottom: -1px;
  background: rgba(246,177,58,0.5);
  color: #fff;
}
.solution-sec05 .img-con .page-more img {
  height: 3.44em;
  vertical-align: middle;
  margin-right: 0.16rem;
}
.solution-sec05 .swiper-product {
  overflow: hidden;
}

@media only screen and (max-width:767px){
  .solution-sec05 .page-list {
    padding-bottom: 0.8rem;
  }
  .solution-sec05 .page-list:before {
    width: 100%;
  }
  .solution-sec05 .swiper-slide {
    padding-left: 0px;
  }
  .solution-sec05 .page-img {
    width:100%;
  }
  .solution-sec05 .page-text {
    width: 100%;
    padding-top: 0.7rem;
  }

}

/* .solution-sec06 */
.solution-sec06 {
  padding-top: 0.94rem;
  padding-bottom: 1.25rem;
}
.solution-sec06 .page-con {
  box-shadow: 0px 0px 0.3rem rgba(0,0,0,0.1);
  padding-bottom: 0.4rem;
}
.solution-sec06 .bg_container {
  padding-bottom: 67.4897%;
}
.solution-sec06 .swiper-cases {
  overflow: hidden;
  margin: 0px -0.3rem;
  padding: 0.45rem 0.3rem 0.5rem;
  line-height: 1.5;
  position: relative;
}
.solution-sec06 .page-tit {
  margin: 0.28rem 0.36rem 0px;
  height: 3em;
}
.solution-sec06 .page-img {
  overflow: hidden;
}
.solution-sec06 .page-btn {
  width: 0.95rem;
  height: 0.95rem;
  background: #f6b13a;
  border-radius: 50%;
  box-shadow: 0px 0px 0.1rem rgba(246,177,58,0.8);
  background-position: center center;
  background-size: 0.26rem auto;
  background-repeat: no-repeat;
  display: none;
  top:35%;
}
.solution-sec06 .page-btn:after {
  display: none;
}
.solution-sec06 .swiper-button-prev {
  background-image: url(../images/jt09.png);
}
.solution-sec06 .swiper-button-next {
  background-image: url(../images/jt08.png);
}
.solution-sec06 .swiper-button-disabled {
  opacity: 1;
  background-color: #fff;
  background-image: url(../images/jt07.png);
  box-shadow: 0px 0px 0.1rem rgba(0,0,0,0.05);
  pointer-events:all;
}
.solution-sec06 .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/jt13.png);
}
.solution-sec06 .swiper-cases:hover .page-btn {
  display: block;
}

@media only screen and (max-width:767px){
  .solution-sec06 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .solution-sec06 .swiper-cases {
    margin: 0px -0.2rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

}  



/* cases-detail-con */
.cases-detail-con .solution-sec01 .video-con {
  left: 0.36rem;
  right: auto;
  border: none;
  border-radius: 0px;
  background: none;
  left: 0px;
  top:0px;
}
.cases-detail-con .solution-sec01 .page-text {
  width: 50%;
}
.cases-detail-con .solution-sec01 .page-text dl {
  padding-top: 0.64rem;
}
.cases-detail-con .solution-sec01 .video-bg {
  background: none;
  box-shadow: none;
}


.cases-detail-con .solution-sec02 .page-aporia {
  width: 100%;
}
.cases-detail-con .solution-sec02 .page-aporia .page-list {
  padding-top: 0.5rem;
}
.cases-detail-con .solution-sec02 .page-aporia .page-list .page-item {
  width: 50%;
  padding-right: 2.5%;
}
.cases-detail-con  .solution-sec02 .page-aporia .page-num::before {
  display: none;
}

.cases-detail-con .solution-sec02 .page-aporia .page-num {
  width: 1.5em;
  height: 1.5em;
  background: url(../images/ico01.png) no-repeat center center/100% 100%;
}

.cases-detail-con .solution-sec03 .page-title {
  padding: 0px;
}
.cases-detail-con .solution-sec03 .page-list {
  margin: 0px;
}
.cases-detail-con .solution-sec03 .page-item {
  width: 50%;
  padding-left: 2.5em;
  padding-top: 0px;
  margin-top: 0.4rem;
  padding-right: 2.5%;
}
.cases-detail-con .solution-sec03 .page-item:before {
  position: absolute;
  left: 0px;
  top:0.375em;
  content: "";
  width:1.5em;
  height:1.5em;
  background: url(../images/solu-ico04.png) no-repeat center center/100% 100%;


}

.cases-detail-con .solution-sec03 .page-item:hover {
  top:0px;
}

.cases-detail-con .solution-sec05 {
  background:#f2f2f2;
  padding-top: 0.66rem;
}
.cases-detail-con .solution-sec05 .page-list {
  margin-top: 0px;
}
.cases-detail-con .solution-sec05 .page-text {
  width: 50%;
}
.cases-detail-con .solution-sec05 .img-con .page-more {
  background: none;
}

@media only screen and (max-width:767px){
  .cases-detail-con .solution-sec01 {
    padding: 0.7rem 0px 0.5rem;
  }
  .cases-detail-con .solution-sec01 .page-video {
    padding-left: 0px;
    padding-right: 5%;
  }
  
  .cases-detail-con .solution-sec01 .page-text {
    margin-top: 0.4rem;
    width: 100%;
  }
  .cases-detail-con .solution-sec02 .page-aporia {
    padding-top: 0px;
  }
  .cases-detail-con .solution-sec02 .page-aporia .page-list .page-item {
    width: 100%;
    padding-right: 0px;
  }
  .cases-detail-con .solution-sec03 .page-item { 
    width: 100%;
    padding-right: 0px;
  }
  .cases-detail-con .solution-sec05 .page-text {
    width: 100%;
  }
}  





