header .con .logo a img.zidingyi {
  display: block;
}
header .con .logo a img.white {
  display: none;
}
header .con .logo a img.color {
  display: none;
}

.common-title {
  text-align: center;
  padding: 2rem 0;
  overflow: hidden;
}
.common-title h3 {
  font-size: 4.6rem;
  font-family: GOODTIME;
  color: #eff1f6;
  background: -webkit-linear-gradient(to bottom, #eff1f6, transparent);
  background: -o-linear-gradient(to bottom, #eff1f6, transparent);
  background: -moz-linear-gradient(to bottom, #eff1f6, transparent);
  background: linear-gradient(to bottom, #eff1f6, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.common-title h2 {
  font-size: 1.9rem;
  font-weight: bold;
  color: #c18c7a;
  margin-top: -4.2rem;
}
.common-title p {
  font-size: 0.85rem;
  color: #838282;
  margin-top: .5rem;
}
.common-title.ie h3 {
  background: none;
}
.news-title {
  padding: 6rem 0 4rem;
  background: url(../img/case_bg.jpg) no-repeat top left;
  background-size: contain;
  margin-top: -4rem;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 90;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
  height: 0;
  padding-bottom: 39%;
  position: relative;
}
.banner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide video {
  width: 100%;
  object-fit: fill;
  object-position: center;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text {
  position: absolute;
  width: 100%;
  top: 36%;
  left: 0;
  text-align: center;
}
.jkk{
	  font-size: 17px;
  color: #fff; font-weight:bold;
  letter-spacing: 9px;
  margin-bottom: 0.6rem;
  position: relative;
  top: 0rem;
  
  text-shadow: 0 0 6px #000;
  transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
	}
.banner .swiper-container .swiper-wrapper .swiper-slide .text h2 {
  font-size: 3rem;
  color: #fff; font-weight:bold;
  letter-spacing: 9px;
  margin-bottom: 0.6rem;
  position: relative;
  top: 1rem;
  opacity: 0;
  text-shadow: 0 0 12px #8b6e01;
  transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text h3 {
  font-size: 1.2rem;
  color: #fff;
  font-style: italic;
  letter-spacing: 9px;
  position: relative;
  top: 1rem;
  opacity: 0;
  text-shadow: 0 0 12px #000;
  transition: all 0.5s ease 0.8s;
  -webkit-transition: all 0.5s ease 0.8s;
  -moz-transition: all 0.5s ease 0.8s;
  -ms-transition: all 0.5s ease 0.8s;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text .more {
  width: 10rem;
  height: 3rem;
  margin: 2rem auto 0;
  position: relative;
  top: 1rem;
  opacity: 0;
  transition: all 0.5s ease 1.1s;
  -webkit-transition: all 0.5s ease 1.1s;
  -moz-transition: all 0.5s ease 1.1s;
  -ms-transition: all 0.5s ease 1.1s;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text .more a {
  display: block;
  border-radius: 25px;
  border: 1px solid #fff;
  font-size: 0.8rem; background:#ddbc31;
  color: #fff;
  text-align: center; box-shadow:2px 5px 5px 2px #927601;
  line-height: 2.5rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text .more:hover a {
  background: #d4a125;
  border: 1px solid #fff;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text .video-btn {
  width: 2.4rem;
  margin: 2rem auto 0;
  cursor: pointer;
  position: relative;
  top: 1rem;
  opacity: 0;
  transition: all 0.5s ease 1.1s;
  -webkit-transition: all 0.5s ease 1.1s;
  -moz-transition: all 0.5s ease 1.1s;
  -ms-transition: all 0.5s ease 1.1s;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text .video-btn img {
  width: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide.active .text h2 {
  top: 0;
  opacity: 1;
}
.banner .swiper-container .swiper-wrapper .swiper-slide.active .text h3 {
  top: 0;
  opacity: 1;
}
.banner .swiper-container .swiper-wrapper .swiper-slide.active .text .more {
  top: 0;
  opacity: 1;
}
.banner .swiper-container .swiper-wrapper .swiper-slide.active .text .video-btn {
  top: 0;
  opacity: 1;
}
.banner .swiper-container .swiper-pagination {
  bottom: 2rem;
}
.banner .swiper-container .swiper-pagination-bullet {
  width: 2rem;
  height: 4px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
}
.banner .swiper-container .swiper-pagination-bullet-active {
  width: 2rem;
  height: 4px;
  background: #c18c7a;
  border-radius: 0;
}
.banner .swiper-button-prev {
  width: 70px;
  height: 70px;
  margin-top: 0; border:0px;
  top: 46%;
  left: 8%;
  background: none;
  display: none;
  z-index: 3;
}
.banner .swiper-button-prev:before {
  font-family: iconfont;
  font-size: 60px;
  color: #fff;
  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%);
}
.banner .swiper-button-next {
  width: 70px;
  height: 70px;
  margin-top: 0;
  top: 46%;
  right: 8%;
  background: none;
  display: none;
  z-index: 3;
}
.banner .swiper-button-next:before {
  font-family: iconfont;
  font-size: 60px;
  color: #fff;
  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%);
}
.banner .mouse-hover-left {
  position: absolute;
  width: 15%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.banner .mouse-hover-right {
  position: absolute;
  width: 15%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 2;
}





.product{width:100%;height:auto; /*margin-top:2%;*/ padding:.6rem 0rem;clear:both;position:relative;overflow:hidden;/*background: #f5f5f5;*/ background: url(../img/probg.jpg) no-repeat center top;}
.product .owl-carousel .owl-wrapper:after{content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
/* display none until init*/
.product .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.product .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.product .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.product .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
.product .owl-carousel .owl-item{float: left;}
.product .owl-controls .owl-page,
.product .owl-controls .owl-buttons div{cursor: pointer;}

.grabbing{cursor:url(../img/grabbing.png) 8 8, move;}


.product .owl-carousel .owl-wrapper,
.product .owl-carousel .owl-item{-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);}
#owl-demo3 .item{margin:0.4rem;overflow: hidden; position:relative; object-fit: cover;box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);}
#owl-demo3 .item img{display: block; width: 100%;height: auto;}
#owl-demo3 .item .img{display:block;width:100%;height:auto;overflow:hidden;position: relative;}
#owl-demo3 .item .text{width:100%;height:auto;padding: 5%;position:relative;transition:all 1s}
#owl-demo3 .item .mc{width:100%;height:0%;transition:all 1s}
/*#owl-demo3 .item:hover .mc{background:url(../img/pbei.png) no-repeat center center;width:100%;height:100%;position:absolute;left:0px;top:0px;transition:all 1s}
*/#owl-demo3 .item .text h1{display:block;width:100%;height:auto;transition:all 1s}
#owl-demo3 .item .text h1 a{ display: block; width: 100%; height: auto; font-size: 1.1rem; color: #000000;  text-align: center; transition: all 1s; font-weight: normal;}

#owl-demo3 .item .text .more2{width:80px;display:block;height:30px;border-radius:20px;border:solid #333 1px;color:#333;text-align:center;line-height:30px;clear:both;margin-top:3rem;margin: 0 auto;transition:all 1s}
#owl-demo3 .item .text p{width:100%;clear:both;padding-top:1rem;transition:all 1s;text-align: center;color:#000;font-size:1.4rem;font-weight: bold;}
#owl-demo3 .item .text h2{position:absolute;right: 2rem;bottom: -10rem;color:#5a6eb1;font-size:10rem;transition:all 1s}

#owl-demo3 .item:hover .text .more2{border:solid #fff 1px;color:#fff;transition:all 1s}
#owl-demo3 .item:hover .text h1 a{color:#bc9c91;transition:all 1s}
#owl-demo3 .item:hover .text p{color:#bc9c91;transition:all 1s}
#owl-demo3 .item:hover .text h2{position:absolute;right: 2rem;bottom: -2rem;color:#5a6eb1;font-size:10rem;transition:all 1s}


#owl-demo3 .item .proimg{ display:block; width:100%; margin:0 auto; overflow:hidden; }
#owl-demo3 .item .proimg img{ display:block; border:0px; width:100%; transform:scale(1); transition:all 1s ease 0s; -webkit-transform:all 1s ease 0s; }
#owl-demo3 .item .proimg:hover img{ transform:scale(1.2); transition:all 1s ease 0s; -webkit-transform:all 1s ease 0s; cursor:pointer; }

#owl-demo3 .item p{ text-align:center; padding:4.6% 0; font-size:18px; color:#888; background:#fffefe; }
#owl-demo3 .item:hover p{ color:#ce9788 }
/*.owl-buttons{
  display:none;
}*/
/*
.mid_content{position:absolute;width:100%;top:50%;margin-top:-42px;-webkit-transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,transform .5s;-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}
#owl-demo3 .item:hover .mid_content{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
#owl-demo3 .item img{width:100%;display:block;height:100%;object-fit:cover}
.cate_border{position:absolute;border:3px solid #fff;width:100%;height:100%;top:0%;left:0%;box-sizing:border-box;text-align:-webkit-center;z-index:100}
.mask{position:absolute;width:100%;height:100%;top:0;background:#000;z-index:99;transition:all .5s;transform:scale(0)}
#owl-demo3 .item:hover .mask{opacity:.6;transform:scale(1);}
.cate_border .cate_title,.cate_border h3{white-space:nowrap;overflow:hidden;color:#fff}
.cate_pure{width:296px;height:296px;position:absolute;top:50%;margin-top:-148px;left:51%;margin-left:-148px;background-size:cover;z-index:100}
.cate_pbg{background:url(cate.png) no-repeat;position:absolute;width:100%;height:100%;top:0;left:0;background-size:cover;transition:all .3s}
.cate_span{position:absolute;top:50%;margin-top:-50px;left:50%;font-size:36px;color:#c9b176;line-height:50px;text-transform:uppercase;text-align:-webkit-center;margin-left:-84px}
.rotate{-webkit-transition-property:-webkit-transform;-webkit-transition-duration:1s;-moz-transition-property:-moz-transform;-moz-transition-duration:1s;-webkit-animation:rotate 10s linear infinite;-moz-animation:rotate 10s linear infinite;-o-animation:rotate 10s linear infinite;animation:rotate 10s linear infinite}
#owl-demo3 .item a{display:inline-block;color:#fff;padding:5px 12px;border:2px solid #fff;margin-top:20px;transition:all .6s}
#owl-demo3 .item a:hover{background:#fff;color:#c18c7a}
*/

#owl-demo3 .item .img img{display: block; width: 100%;height: auto;}
#owl-demo3 .item .img{display:block;width:100%;height:auto;overflow:hidden;position: relative;}
#owl-demo3 .item .text{width:100%;height:auto;padding: 5%;position:relative;transition:all 1s}
#owl-demo3 .item .mc{width:100%;height:0%;transition:all 1s}
#owl-demo3 .item .text h1{display:block;width:100%;height:auto;transition:all 1s}
#owl-demo3 .item .text h1 a{ display: block; width: 100%; height: auto; font-size: 1.1rem; color: #000000;  text-align: center; transition: all 1s; font-weight: normal;}

#owl-demo3 .item .text .more2{width:80px;display:block;height:30px;border-radius:20px;border:solid #333 1px;color:#333;text-align:center;line-height:30px;clear:both;margin-top:3rem;margin: 0 auto;transition:all 1s}
#owl-demo3 .item .text p{width:100%;clear:both;padding-top:1rem;transition:all 1s;text-align: center;color:#000;font-size:1.4rem;font-weight: bold;}
#owl-demo3 .item .text h2{position:absolute;right: 2rem;bottom: -10rem;color:#5a6eb1;font-size:10rem;transition:all 1s}

#owl-demo3 .item:hover .text .more2{border:solid #fff 1px;color:#fff;transition:all 1s}
#owl-demo3 .item:hover .text h1 a{color:#bc9c91;transition:all 1s}
#owl-demo3 .item:hover .text p{color:#bc9c91;transition:all 1s}
#owl-demo3 .item:hover .text h2{position:absolute;right: 2rem;bottom: -2rem;color:#5a6eb1;font-size:10rem;transition:all 1s}



.product .owl-theme .owl-controls{margin-top: .6rem;text-align: center;}
.product .owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/margin: 5px;padding: 3px 10px;font-size: 0px;width:75px;height:35px;}

.product .owl-theme .owl-controls .owl-buttons .owl-prev{background:url(../img/pl.png) no-repeat center top;}
.product .owl-theme .owl-controls .owl-buttons .owl-next{background:url(../img/pr.png) no-repeat center top;}
.product .owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}
.product .owl-theme .owl-controls .owl-page{display: none;}
.product .owl-theme .owl-controls .owl-page span{display: block;width: 12px;height: 12px;margin: 5px 7px;filter: Alpha(Opacity=50);/*IE7 fix*/opacity: 0.5;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;background: #869791;}
.product .owl-theme .owl-controls .owl-page.active span,
.product .owl-theme .owl-controls.clickable .owl-page:hover span{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;}
.product .owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
/*.owl-item.loading{min-height: 150px;background: url(../img/ajaxloader.gif) no-repeat center center}*/




@media(max-width:990px){
  .common-title h2 {
    font-size: 2.4rem;
}
.product .mm { padding: 0rem 0rem 0rem 0rem;}
#owl-demo3 .item .text {padding: 5% 5% 5% 5%;}
.product .owl-theme .owl-controls {margin-top: 0rem;}
#owl-demo3 .item{margin:1% 3%;}
.whatsapp{
  display:block;
}
}





/*


.product {
  padding: 0.3rem 1rem;
  overflow: hidden;
}
.product ul li {
  float: left;
  width: 24%;
  margin-top: 1rem;
}
.product ul li{
  margin-right: 1%;
}
.product ul li a {
  display: block;
  position: relative;
}
.product ul li a .tu {
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
}
.product ul li a .tu img {
  width: 100%;
}
.product ul li a .tu .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 2.5rem;
  text-align: center;
}
.product ul li a .tu .text h2 {
  font-size: 1.4rem; text-shadow:2px 2px #fff;
  color: #c18c7a;
  font-weight: bold;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.product ul li a .tu .text h3 {
  font-size: 1rem; box-shadow:2px #FFFFFF;
  color: #141414;
  margin: 0.2rem 0 1.2rem;
}
.product ul li a .tu .text h4 {
  font-size: 0.8rem;
  color: #fff; text-shadow:1px 1px #c18c7a;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.product ul li a .tu .text h4 span {
  margin-left: 0.6rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.product ul li:hover a .tu img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.product ul li:hover a .tu .text h2 {
  color: #c18c7a;
}
.product ul li:hover a .tu .text h4 {
  color: #c18c7a;
}
.product ul li:hover a .tu .text h4 span {
  margin-left: 1rem;
}*/


.botimg{
  width:100%;
  background: url(../img/botbg.jpg) no-repeat center;
  background-size:cover;
  padding:5% 0;
}
.wid{
  width:68rem;
  margin:0 auto;
}
.botm{
  background:#fff;
  display:flex;
  align-items: center;
  box-shadow: 0 0 8px 3px rgb(0 0 0 / 6%);
}
.botm .botml{
  width:25%;
  text-align:center;
  font-size:50px;
}
.botm .botml p{
  font-size:18px;
}
.botm .botmc{
  width:30%;
}
.botm .botmc img{
  width:100%;
}
.botm .botmr{
  width:45%;
  padding:5%;
}
.botm .botmr .defind_wrap:nth-child(1) {
    margin-bottom: 50px;
}
.defind_title {
    color: #2e1533;
    font-size: 32px;
    margin-bottom: 15px;
}
.defind_wrap p {
    color: #676767;
    font-size: 17px;
    line-height: 34px;
}
.img_more {
    color: #c18c7a !important;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    background: url(../img/jt.png) no-repeat center right;
    padding-right: 48px;
    margin-top: 25px;
}
.defind_wrap .img_more:hover {
  color:#b37564 !important;
    background: url(../img/jth.png) no-repeat center right;
  }

@media(max-width:1024px){

.botm .botml{
  font-size:28px;
}
.botm .botml p{
  font-size:18px;
}
.defind_title {
  font-size:25px;
}
.defind_wrap {
  margin-bottom:15px;
}
.defind_wrap p{
  font-size:16px;
  line-height:28px;
}
.img_more{
  font-size:16px;
  margin-top:15px;
}
}
@media(max-width:768px){
.botimg{
  padding:20% 0;
}
.wid{
  width:100%;
  margin:0 auto;
}
.botm{
  display:block;
  margin:0 4%;
  padding:5% 0;
}
.botm .botml{
  width:100%;
  font-size:28px;
  padding:5% 0 8%;
}
.botm .botml p{
  font-size:18px;
}
.botm .botmc{
  display:none;
}
.botm .botmr{
  width:100%;
}
.defind_title {
  font-size:25px;
}
.defind_wrap {
  margin-bottom:15px;
}
.defind_wrap p{
  font-size:16px;
  line-height:28px;
}
.img_more{
  font-size:16px;
  margin-top:15px;
}
}



.case-list {
  position: relative;
  overflow: hidden;
}
.case-list .case-top .swiper-slide {
  height: 0;
  padding-bottom: 50.5%;
  overflow: hidden;
}
.case-list .case-top .swiper-slide img {
  width: 100%;
  opacity: 0.8;
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
}
.case-list .case-top .swiper-slide .text {
  position: absolute;
  width: 100%;
  top: 32%;
  left: 0;
}
.case-list .case-top .swiper-slide .text .con h2 {
  font-size: 1.9rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  top: 1rem;
  opacity: 0;
  transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
}
.case-list .case-top .swiper-slide .text .con p {
  font-size: 1rem;
  color: #fff;
  margin: 0.8rem 0 7rem;
  position: relative;
  top: 1rem;
  opacity: 0;
  transition: all 0.5s ease 0.8s;
  -webkit-transition: all 0.5s ease 0.8s;
  -moz-transition: all 0.5s ease 0.8s;
  -ms-transition: all 0.5s ease 0.8s;
  width: 40%;
}
.case-list .case-top .swiper-slide .text .con .more {
  position: relative;
  top: 1rem;
  opacity: 0;
  transition: all 0.5s ease 1.1s;
  -webkit-transition: all 0.5s ease 1.1s;
  -moz-transition: all 0.5s ease 1.1s;
  -ms-transition: all 0.5s ease 1.1s;
}
.case-list .case-top .swiper-slide .text .con .more a {
  font-size: 0.8rem;
  color: #fff;
  	box-shadow:0px 5px 5px 0px #917303;
  padding: 0.6rem 0;  padding: 0.6rem 1rem;
  background: #debd32;
  border-radius: 4px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  
}
.case-list .case-top .swiper-slide .text .con .more a span {
  margin-left: 0.6rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.case-list .case-top .swiper-slide .text .con .more a:hover {
  padding: 0.6rem 1rem;
  background: #cd9321;
}
.case-list .case-top .swiper-slide .text .con .more a:hover span {
  margin-left: 1rem;
}
.case-list .case-top .swiper-slide.active img {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.case-list .case-top .swiper-slide.active .text .con h2 {
  opacity: 1;
  top: 0;
}
.case-list .case-top .swiper-slide.active .text .con p {
  opacity: 1;
  top: 0;
}
.case-list .case-top .swiper-slide.active .text .con .more {
  opacity: 1;
  top: 0;
}
.case-list .case-bottom {
  position: absolute;
  width: 100%;
  bottom: 1rem;
  left: 0;
}
.case-list .case-bottom .con .swiper-slide {
  padding-bottom: 1.4rem;
  cursor: pointer;
}
.case-list .case-bottom .con .swiper-slide:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/icon_bg.png) no-repeat bottom left;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.case-list .case-bottom .con .swiper-slide .icon {
  width: 2.7rem;
  height: 2.9rem;
  overflow: hidden;
  margin: 1rem auto;
}
.case-list .case-bottom .con .swiper-slide .icon img {
  width: 100%;
}
.case-list .case-bottom .con .swiper-slide h2 {
  text-align: center;
  font-size: 0.9rem;
  color: #fff;
}
.case-list .case-bottom .con .swiper-slide:hover:before {
  opacity: 1;
}
.case-list .case-bottom .con .swiper-slide.active:before {
  opacity: 1;
}
.custom {
  overflow: hidden;
}
.custom .con .swiper-container .swiper-button-next {
  background-image: url(' ');
  height: 100%;
  top: 0;
  right: 0;
  width: 70px;
}
.custom .con .swiper-container .swiper-button-prev {
  background-image: url(' ');
  height: 100%;
  top: 0;
  left: 0;
  width: 70px;
}
.custom .con .swiper-container .swiper-slide {
  width: 60rem;
  overflow: hidden;
}
.custom .con .swiper-container .swiper-slide a {
  display: block;
}
.custom .con .swiper-container .swiper-slide a img {
  width: 100%;
}
.custom .con .swiper-container .swiper-slide a .text {
  position: absolute;
  width: 60%;
  left: 2.5rem;
  bottom: 2.5rem;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.custom .con .swiper-container .swiper-slide a .text .tu {
  width: 8.8rem; font-size:22px !important; font-weight:bold;
  margin-bottom: 1.6rem;
}
.custom .con .swiper-container .swiper-slide a .text .tu img {
  width: 100%;
}
.custom .con .swiper-container .swiper-slide a .text p {
  font-size: 0.8rem;
  color: #fff;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  /*line-height: 1.5;*/
  /*height: 4.5em;*/
  line-height: 1.8;
  /*height: 5.4em;*/
  text-align: justify;
}
.custom .con .swiper-container .swiper-slide:hover a .text {
  left: 3.5rem;
}
.custom .con .swiper-container .swiper-slide-active a .text {
  opacity: 1;
}
.custom .con .swiper-container .swiper-pagination {
  bottom: 2rem;
  text-align: right;
  left: auto;
  right: 10rem;
  display: inline-block;
}
.custom .con .swiper-container .swiper-pagination-bullet {
  width: 2rem;
  height: 4px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
}
.custom .con .swiper-container .swiper-pagination-bullet-active {
  width: 2rem;
  height: 4px;
  background: #e5d061;
  border-radius: 0;
}
.news-list {
  padding-bottom: 4%;
  overflow: hidden;
}
.news-list .con .swiper-container {
  padding: 0 1rem 5rem;
}
.news-list .con .swiper-container .swiper-wrapper .swiper-slide {
  height: 23rem;
  box-shadow: 0px 6px 20px 0px rgba(8, 33, 69, 0.1);
}
.news-list .con .swiper-container .swiper-wrapper .swiper-slide a .tu {
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
}
.news-list .con .swiper-container .swiper-wrapper .swiper-slide a .tu img {
  width: 100%;
}
.news-list .con .swiper-container .swiper-wrapper .swiper-slide a .bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 10.2rem;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-list .con .swiper-container .swiper-wrapper .swiper-slide a .bottom .text {
  overflow: hidden;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 60%;
  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;
}
.news-list .con .swiper-container .swiper-wrapper .swiper-slide a .bottom .text h2 {
  font-size: 0.9rem;
  font-weight: bold;
  color: #141414;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-list .con .swiper-container .swiper-wrapper .swiper-slide a .bottom .text h3 {
  font-size: 0.8rem;
  color: #838282;
  margin-top: 0rem;
}
.news-list .con .swiper-container .swiper-wrapper .swiper-slide a .bottom .text h4 {
  font-size: 0.8rem;
  color: #c18c7a;
  margin-top: 1.5rem;
  position: relative;
  top: 1rem;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-list .con .swiper-container .swiper-wrapper .swiper-slide a .bottom .text h4 span {
  margin-left: 0.4rem;
}
.news-list .con .swiper-container .swiper-wrapper .swiper-slide:hover a .tu img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.news-list .con .swiper-container .swiper-wrapper .swiper-slide:hover a .bottom {
  height: 12.3rem;
}
.news-list .con .swiper-container .swiper-wrapper .swiper-slide:hover a .bottom .text {
  top: 50%;
}
.news-list .con .swiper-container .swiper-wrapper .swiper-slide:hover a .bottom .text h2 {
  color: #c18c7a;
}
.news-list .con .swiper-container .swiper-wrapper .swiper-slide:hover a .bottom .text h4 {
  top: 0;
  opacity: 1;
}
.news-list .con .swiper-container .swiper-pagination {
  bottom: 0;
}
.news-list .con .swiper-container .swiper-pagination-bullet {
  width: 2rem;
  height: 4px;
  background: #c18c7a;
  border-radius: 0;
  opacity: 1;
}
.news-list .con .swiper-container .swiper-pagination-bullet-active {
  width: 2rem;
  height: 4px;
  background: #c18c7a;
  border-radius: 0;
}
.server {
  text-align: center;
  background: url(../img/contact_bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.server .text {
  padding: 5rem 0 6rem;
  overflow: hidden;
  display: inline-block;
}
.server .text h2 {
  font-size: 1.9rem;
  font-weight: bold;
  color: #c18c7a;
}
.server .text p {
  font-size: 0.8rem;
  color: #141414;
  margin-top: 0.4rem;
}
.server .text .more {
  width: 10rem;
  height: 3rem;
  border: 1px solid #c18c7a;
  border-radius: 5px;
  margin: 2rem auto 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.server .text .more a {
  display: block;
  font-size: 0.8rem;
  text-align: center;
  line-height: 3rem;
  color: #c18c7a;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.server .text .more:hover {
  background: #755604;
}
.server .text .more:hover a {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .case-list .case-top .swiper-slide .text .con p {
    margin: 0.8rem 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .banner{
    margin-top: 50px;
  }
  .banner .swiper-container .swiper-pagination{
    bottom: 10px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .text h2 {
    font-size: 1.2rem;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .text h3{
    font-size:12px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide img {
    width: 130%;
    margin-left: 7%;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide {
    padding-bottom: 0;
    height:240px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide video{width:auto;height:100%;}
  .banner .swiper-container .swiper-wrapper .swiper-slide .text .more a {
    line-height: 2.5rem;
  }
  .product ul li {
    width: 100%;
  }
  .case-list .case-top .swiper-slide {
    padding-bottom: 65.5%;
  }
  .case-list .case-top .swiper-slide img {
    width: 130%;
    margin-left: -15%;
  }
  .case-list .case-top .swiper-slide .text {
    top: 10%;
  }
  .case-list .case-top .swiper-slide .text .con p {
    margin: 0.8rem 0 2rem;
    font-size: 0.9rem;
    width: 100%;
  }
  .case-list .case-top .swiper-slide.active .text .con h2 {
    font-size: 1.6rem;
  }
  .case-list .case-bottom .con .swiper-slide h2 {
    display: none;
  }
  .case-list .case-bottom {
    bottom: 0;
  }
  .case-list .case-bottom .con .swiper-slide .icon {
    margin: 6px auto;
    width: 1.8rem;
    height: auto;
  }
  .case-list .case-bottom .con .swiper-slide {
    padding-bottom: 0px;
  }
  .custom .con .swiper-container .swiper-slide {
    width: 100%;
  }
  .custom .con .swiper-container .swiper-slide a img {
    width: 130%;
    margin-left: -15%;
  }
  .custom .con .swiper-container .swiper-slide a .text p {
    line-height: 1.5;
  }
  .custom .con .swiper-container .swiper-pagination {
    bottom: 10px;
  }

  .news-list {
    padding-bottom: 3.5rem;
    overflow: hidden;
  }
  .news-list .con .swiper-container {
    padding: 0;
  }
}
/*# sourceMappingURL=index.css.map */