
@font-face {
  font-family:"en"; 
  src: url(../fonts/Roboto-Medium.ttf) format('truetype');
}
 

@font-face {
  font-family:"en"; 
  src: url(../fonts/HONORSansCN-Regular.ttf) format('truetype');
}

.douyin{
   font-family: "douyin"!important;
}

.honor{
   font-family: "honor"!important;
}
 

html,body{
	color:#333;
	max-width: 100%;
	overflow-x: hidden;
  font-family:'en','honor','Microsoft YaHei','微软雅黑','Arial'!important; 
  font-weight: normal;
  position: relative;
}

.fs-12{
   font-size: 12px;
}
.fs-13{
   font-size: 13px;
}
:root {
  --colorjin:#CDB071;
  --colorhuang: #86582E;
  --coloryellow:#A46A23;
  --colortuhuang:#683A1C;
  --colorcoffe:#A67B5B;
  --colorcoffe2:#6F4E37;
}

.gradient-text {      
 
  background: linear-gradient(
    to bottom,
    #D2A062 0%,
    #F5E1C8 50%, 
    #F5E1C8 55%,  
    #D2A062 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;  
}

/**********重置一些原样式**************/
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1340px;
}
.fixed-top{
    z-index: 999;
}
.pages,.content{
    min-height: 200px; 
}
input:focus,
textarea:focus,
button:focus{
	outline: none; 
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	margin-bottom: 0;
}

 table{
        width: 100%!important;
        background: #fff;
    }
td{
        border:1px solid #ddd;
        padding:10px 15px;
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
     }
tr:nth-child(2n){
        background: #f8f8f8;
     }
tr:hover{         
        cursor: pointer;
     }    
 
a:hover{
   color:var(--colorhuang);
}

.container {
    padding-right: 10px;
    padding-left: 10px;
}
.clear{
	clear:both;
}
.row{ 
    margin-right: 0px;
    margin-left: 0px;
}
.row0{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-right: -5px;
    margin-left: -5px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
	padding-right: 5px;
    padding-left: 5px;
}

.col-20{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.mr-0{
	margin: 0
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link,.nav-pills .nav-link{
	border:none;
}

.nav-link{
	padding:1rem 1rem;
}
.dropdown-menu{
	top:98%;
}
.nav-tabs .nav-link{
	margin-right: 2px;
}
.d-flex-center-x{
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}

/**********重置一些原结束**************/

/*********自定义一些基本设置**************/
pre{ position: relative; padding:40px 20px 20px; background:#222; color:#f8f8f8; padding-top:50px; border-radius:10px;}
pre::before {
    content: '';
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fc625d;
    width: 12px;
    height: 12px;
    top:10px;
    left: 20px;
    -webkit-box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    z-index: 2;
}

input:-webkit-autofill {
 box-shadow: 0 0 0 1000px #fff inset;
 -webkit-text-fill-color: #333;
}

table{
        width: 100%!important
    }
td{
        border:1px solid #ddd;
        padding-left: 15px;
        font-size: 18px;
     }
tr:nth-child(2n){
        background: #f8f8f8;
     }
tr:hover{
         
        cursor: pointer;
}



html ::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #233b67;
}
html ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}


.w-80{
   width:80%;
}

.pt-mt-0{
	padding:0!important;
	margin:0!important;
}  

.d-flex-center{
	justify-content:center;    
	align-items:center;
}
.text-center-dflex{
	justify-content:center;   
}
.fweight{ 
	font-weight:600;
}
.fw300{
	font-weight: 300;
}

.coloron{
	color:#dbbc87!important;
}
.color333{
	color:#333!important;
}
.color000{
	color:#000!important;
}


.colorfff{
	color:#fff!important;
}

.color666{
	color:#6f6f6f!important;
}
.color888{
	color:#888!important;
}

.colorjing{
   color:var(--colorjin)!important;
}

.coloryellow{
   color:var(--coloryellow)!important;
}


.colortuhuang{
   color:var(--colortuhuang)!important;
}

.bg000{
  background: #000
}
.bgf8{
  background: #f8f8f8!important; 
 }
.bgfff{
	background: #fff!important;
}
.bgf3{
	background: #f3f5f9!important;
}

.bgjin{
   background: var(--colorjin)!important;
}
 


.fa-square:before,
.fa-circle:before,
.fa-check-square:before{
	margin-right: 3px;
}

.title-bg{
	 background-image: url(../images/titilebg.jpg);
	 -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    background-size: center center;
    background-size: cover;
    color: #fff;
    display: inline-block; 
}

.leftmenus .onemenu .leftmenus-link{   
    display: block;
    }
.leftmenus .twomenu a{
      font-size: 13px;
      padding-left: 15px;
}


.navbar-light .navbar-toggler{
	border: none;
}


.navbar-toggler-icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle;
      content: "";
      background: no-repeat center center;
      background-size: 100% 100%;
}
.navbar-toggler-icon.open {
      background-image: url('../images/close.png'); 
}

.title-line{ 
     position: relative;
     padding-bottom: 10px;
     cursor: pointer; 
}
.title-line:after{
     position: absolute;
     left:0;
     bottom:0;
     background:var(--colorhuang);
     width:0px;
     height: 4px;
     z-index: 1;
     content:"";
     transition: all 0.6s;
}

.title-line:hover:after{
     width:80px;

}



/**********自定义一些基本设置结束**************/

.language{
   display: inline-block;
   margin-left: 15px;
}

.language img{
   width:25px;
}
.language-div{
    position: fixed;
    z-index: 99999999999;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.9);
    left:0;
    top:0;
    display: none;
    justify-content: center;
    align-items: center;
}

.language-box{
   display: flex;
}

.language-box a{
   margin: 0 30px;
   display: inline-block;
   color:#fff;
   font-size: 18px;
   font-weight: bold;
}

.language-box a img{
   margin-right: 10px;
}



.logo-sm-height{
   height: 50px;
}



.logoblack{
   display: none;
}



.navbar-expand-lg .navbar-nav .nav-link,
.navbar-text{
   font-size: 1.28rem;
   color:#fff!important;
    padding-right:3rem;
    padding-left: 3rem;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-text:hover{
   color:var(--coloryellow)!important;
   cursor: pointer;
}

.navbar-expand-lg .navbar-nav  .on .nav-link{
    color:var(--coloryellow)!important;
}

.bg-nav-white{
   background: #fff!important;
}

.bg-nav-white .navbar-nav .nav-link,
.bg-nav-white .navbar-text{
   color:#333!important;
}

.bg-nav-white .logoblack{
   display: block;
}

.bg-nav-white .logowhite{
   display: none;
}

.bg-nav-white .earth {
    filter: grayscale(1) brightness(0);
}


.index-logo{
   height: 66px;
}





.nav-item{
   position: relative;
}
.submenu{
    position: absolute;
    top:130%;
    left:20px;
    width:auto; 
    z-index: 999;
    background: rgba(255,255,255,0);
    transition: .2s;
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;

}

.nav-item:hover .submenu{   
     opacity: 1;
    top:100%;
    visibility:visible;
}


.submenu .submenu-2{   
    padding:10px 30px;
   background: rgba(255,255,255, 0.95);
    border-radius: 10px;
    box-shadow: 0 5px 16px 0 rgba(40, 40, 40, .24);
    width:250px;
    transition: opacity 0.3s ease;
}

.submenu .submenu-2 a{
  transition: opacity 0.3s ease;
   display: block;
   width: 100%;
   display: flex;
   white-space: nowrap; 
}
.submenu .submenu-2 a:hover{
    color: #E60012; 
}

.triangle-up {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid  rgba(255,255,255, 0.95); 
  margin-left: 20px;
}

 
.navbar-nav .nav-link {
    position: relative;
    z-index: 1;
}

.navbar-nav .nav-link::before {
    content: attr(data-en);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--coloryellow); /* 设置悬停颜色 */
    z-index: 2;
    opacity: 0;
    white-space: nowrap;
    text-align: center;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    font-family: "en"
}

 
.navbar-expand-lg .navbar-nav .nav-link:hover{
   color: transparent !important;
}

.navbar-nav .nav-link:hover::before {
    opacity: 1;
}
/* 子菜单链接包裹图标的 <a> 要支持中英文切换 */
.submenu-2 a {
    position: relative;
    z-index: 1;
}

/* 鼠标悬停时，让所有中文和图标透明 */
.submenu-2 a:hover,
.submenu-2 a:hover * {
    color: transparent !important;
}

/* 显示英文内容 */
.submenu-2 a::before {
    content: attr(data-en);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: flex-start;
    color: #E60012; /* 或用 var(--coloryellow) */
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.submenu-2 a:hover::before {
    opacity: 1;
}

.submenu-2 a:hover {
    color: transparent !important;
}
 

.enmenu{
   display: none;
}


.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background: url(../images/banner_arrow2.png) no-repeat left bottom;
    position: absolute;
    right: 20px;
    top: 45%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 999;
    outline: none; 

}



.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background: url(../images/banner_arrow2.png) no-repeat left top;
    position: absolute;
    left: 20px;
    top: 45%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 999; 
}

.swiper-pagination-bullet{
   width: 15px;
   height: 15px;
}
.swiper-pagination-bullet-active{
    background: rgba(255,255,255,0.8);
}


 
.productivity{ 
  position: relative;
}
.swiper-slide-productivity{
  width:1140px;

}
.swiper-slide-productivity a{
  transition: 0.2s;
  position: relative;
  display: block;  
  overflow:hidden;
  color:#333; 
 
} 
 
.swiper-slide-productivity a .desc{
   position: absolute;
   left:0;
   top:0px;
   z-index: 99;
   padding:0px 50px;
   
}

.swiper-pagination-productivity{
  text-align:center;
  width:100%;
  margin-top:10px;  
  margin-top: 50px;
  position: relative;
}

 
.swiper-button-prev-productivity{
  width:50%;
  height:70px;
  left:-580px;
  top:50%;
  background: url(../images/ichimatsu.png) repeat 0 0;
    border-radius: 5px;
  margin-top:0;
  z-index:99;
  transition: 0.2s;
 }  
.swiper-button-prev-productivity:before{  
    content: '';
    position: absolute;
    width: 70px;
    height: 100%;
    background: url(../images/slide_prev.png) no-repeat 0 center;
    left: 90%;
    top: 50%;
    margin-top: -80px;
}
.swiper-button-next-productivity{
  width:50%;
  height:70px;
  right:-580px;
  top:50%;
  background: url(../images/ichimatsu.png) repeat 0 0;
    border-radius: 5px;
  margin-top:0;
  z-index:99;
  transition: 0.2s;
  }
.swiper-button-next-productivity:after{ 
    content: '';
    position: absolute;
    width: 70px;
    height: 100%;
    background: url(../images/slide_prev.png) no-repeat 0 center;
    right: 90%;
    top: 50%;
    margin-top: -80px;
  transform: rotate(180deg);
}
.swiper-button-prev-productivity:hover,.swiper-button-next-productivity:hover{
  opacity:0.6;
}

.swiper-slide-productivity a   .desc{
  display: none;
}
.swiper-slide-active a .desc{
  width:100%;
  height: 100%;
  background:rgb(0,0,0,0.7);
  display: flex;
  align-items: center;  
  color:#fff; 
  transition: all 0.6s;
}
.swiper-slide-active a .desc .content-box{
     padding:20px;
    
}
.swiper-slide-productivity a .desc .txt{
   width:100%;
   display: block;
   line-height: 24px;
   font-size: 15px;
}

.swiper-slide-active:hover{
   opacity: 1;
}
.swiper-slide-active:hover  a .desc{
   color:#fff;
}
.swiper-slide-active:hover a .desc .content-box{   
  background:rgb(121,200,210,0.9);
  color:#fff;
   
}
.swiper-slide-active:hover a .desc{
      background:rgb(0,0,0,0.0);
}
.swiper-slide-active:hover a .desc .more-btn{
   border-color:#333;
   background: #333;
}



.index-brand{
    height: auto;
  
   
}
.home-brand{
   background: rgba(0,0,0,0.7); 
   width: 100%; 
   height: 100%;
   display: flex;
   align-items: center;
     padding:100px 0 60px 0;
}






 .nybanner{
     height:auto;
     background: #333;
     min-height: 80px;
     max-height: 500px;
     position: relative;
     overflow: hidden;
  }

  .nybanner-div{
      position: absolute;
      left:0;
      top:0;
      z-index: 2;
      background: rgba(0,0,0,0.5);
      width: 100%;
      height: 100%;
  }
.nybanner2{
    height:auto;
     background: #333;
     min-height: 80px;
     max-height: 500px;
     position: relative;
     overflow: hidden;
}


.product02-list{
   
}
.product02-list .title-txt{
   padding:20px;
}
.product02-list .ico{
   overflow: hidden;
}
.product02-list .ico img{
  transition: all 0.3s ease-in-out;
}

.product02-list:hover .ico img{
   transform: scale(1.1);
}
 


.ping-box {
    display: flex;
    width: 100%;
}

.pinglist {
    flex: 0 0 33%;
    max-width: 33%;
    padding: 0 15px;
    transition: all 0.6s;
}

.ping-box:hover .pinglist {
    flex: 0 0 30%;
    max-width: 30%;
}

.pinglist:hover {
    flex: 0 0 40% !important;
    max-width: 40% !important;
}



   .index-about{
     display: flex;
   }
   .index-about .left-box{
      width:50%;
   }
   .index-about .right-box{
      width:50%;
      display: flex;
      align-items: center;
      justify-content: center;
   }
   .index-about .right-box{
      padding:0 8%;
   }
  .index-about .right-box .desc{     
      font-size: 16px;
      line-height: 30px;
  }

   .index-about .right-box .index-contact strong{
      font-size: 24px;
      font-weight:bold;
      margin-top: 10px;
      display: inline-block;
   }




.footer{
   background: #151515;
   padding-top:70px;
   color:#888;
}
 

.foot-menu-box{
   border-top: 1px solid #333;
   border-bottom: 1px solid #333;
   display: flex;
   padding:50px 15px;
   margin-top: 70px;
  
}

.foot-menu-box .foot-logo{
   width:30%;
}
.foot-menu-box .foot-logo img{
   height: 80px;
}


.foot-menu-box .foot-menu{
   width:30%;
}
.foot-menu-box .foot-menu a{
   color:#888;

}
.foot-menu-box .foot-contact{
   width:40%;
}
.foot-menu-box .foot-ewm{
     padding:0px 15px 15px 0;
}
.foot-menu-box .foot-ewm img{
 
   width: 100%;
    border:5px solid #fff;
}

.online{
   width:40px;
   right:0;

}
.online dl{
   background: var(--colorjin);
   padding:5px;
}
 .online dl dd i{
   font-size: 18px;
 }
.online dl:hover{
   background: var(--colorhuang); 
}
.page-num, .page-link{
   color:#333;
}


.page-num-current {
    z-index: 1;
    color: #fff;
    background-color: #333;
    border-color: #333;
}




#playButton{   
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0); /* 透明背景 */
}

#playButton i{
   font-size: 80px;
   color:#fff;
}




.contact-box .desc{
   line-height: 30px;
   font-size: 16px;
}
.contact-box .desc strong{
      font-size: 24px;
      font-weight:bold;
}

.map{
   position: relative;
   width: 100%;
   height: 559px;
}


.map-btn{ 
   position: absolute;
   z-index: 9;
   left:48%;
   top:40%;
   width:80px; 
   height: 80px;  
   display: flex;
   justify-content: center;
   align-items: center;
}
.map-btn i{
    color: #EF0020;
}
 
.map-btn:hover i{
    color:#333;
}
 .up-down3{
    -webkit-animation: chuxian 3s linear infinite;
    animation: chuxian 3s linear infinite;
 }

 

@-webkit-keyframes chuxian {
    0% {
        transform: translateY(0);
    }   
    
    50% {
        transform: translateY(-20px); 
    }

    100% {
        transform: translateY(0);
    }
}



.card{
   border:none;
   margin:0;
}


.product-info{
   display: flex;
   position: relative;
   flex-wrap: wrap;
}
.product-right{
   width:30%;
   display: flex;
   align-items: center;
   
}

.product-right .content{
   width:80%;
}
.product-left{
   width: calc(100% - 40%);
   margin-right: 10%;
}

.product-swiper{
   width:100%;
   max-width: 100%;
}






.caselist{
   overflow: hidden;
}
.caselist img{
   transition: all 0.6s ease-in-out;
}

.caselist:hover img{
   transform: scale(1.1);
}










.hover-container {
            display: flex;
            width: 100%;
            height: 800px;
            transition: all 0.3s ease;
        }

        .hover-item {
            flex: 1;
            background-color: #ddd;
            margin: 5px;
            transition: all 0.4s ease;
            overflow: hidden;
            position: relative;
        }

        .hover-item .inner-content {
            padding: 20px;
            text-align: center;
            position: absolute;
            bottom:0;
            left:0;
            width: 100%;
        }
        .hover-item .inner-content h3{
           color:#fff;
        }
        .hover-container:hover .hover-item {
            flex: 0.2;
        }

        .hover-item:hover {
            flex: 0.7!important;
            background-color: #0d6efd;
            color: white;
        }

        .hover-item:hover .inner-content {
            transform: scale(1.05);
        }


.product02-box{
   width:70%;
   margin:0 auto;
   position: relative;
}

.product02-box .title{
    white-space: nowrap;        /* 不换行 */
  overflow: hidden;           /* 超出隐藏 */
  text-overflow: ellipsis;    /* 显示省略号 */
}

.customer-box{
   position: relative;
}

.customer-next{
        background: url(../images/yellow.png) no-repeat left bottom;
        right:-60px;
            width:50px;
    height: 50px;
}

.customer-prev{
  background: url(../images/yellow.png) no-repeat left top;
   left:-60px;
    width:50px;
    height: 50px;
}

.customer-page{
   width:100%;
   text-align: center;
   margin-top:20px;
}

.customer-page .swiper-pagination-bullet{
   margin-left:2px;
   margin-right: 2px;
   width:10px;
   height: 10px;
}

.customer-page  .swiper-pagination-bullet-active{
   background: var(--colorhuang)
}












.customer-box2{
   position: relative;
}

.customer-next2{
        background: url(../images/yellow.png) no-repeat left bottom;
        right:-60px;
            width:50px;
    height: 50px;
}

.customer-prev2{
  background: url(../images/yellow.png) no-repeat left top;
   left:-60px;
    width:50px;
    height: 50px;
}

.customer-page2{
   width:100%;
   text-align: center;
   margin-top:20px;
}

.customer-page2 .swiper-pagination-bullet{
   margin-left:2px;
   margin-right: 2px;
   width:10px;
   height: 10px;
}

.customer-page2  .swiper-pagination-bullet-active{
   background: var(--colorhuang)
}



.more{
   display: inline-block;
   padding:8px 30px;
   border-radius: 20px;
   border:1px solid #333;
   transition: all 0.6s;
}

.more:hover{
    background:var(--colorjin);
    color:#fff;
    border-color:var(--colorjin);
}




.index-subtitle{
     display: inline-block;
     padding-bottom:3px;
     border-bottom:1px solid #333;
}



.our-Machine{
   height: 450px;
   padding-bottom: 50px;
}
.our-Machine .swiper-wrapper .swiper-slide{
   width:auto;
}
.our-Machine .swiper-wrapper .swiper-slide img{
    height:calc(100% - 50px);
}
.our-Machine .swiper-wrapper .swiper-slide .title{      
     line-height: 24px;
}

.our-Machine .swiper-pagination-bullet-active{
     background: var(--colorhuang);
}
.our-Machine-page{
     bottom:0!important;
}
.our-Machine-page .swiper-pagination-bullet{
     width:8px;
     height: 8px;
}



.hide{
     width:0;
     height: 0;
     position: fixed;
     z-index: -1;
}

.title-big{
    display: flex; 
    align-items: center; 
    justify-content: center;
    text-align: center;
}

.title-ico{
     width:30px;
     margin-right: 20px;
}






.Success-box {
    display: flex;
    align-items: stretch; /* 确保子元素具有相同的高度 */
    flex-direction: row; /* 默认横向排列，文字左，图右 */
}

.Success-box .Success-ico,
.Success-box .Success-txt {
    width: 50%;
    display: flex;
    align-items: center; /* 使内容垂直居中 */
    justify-content: center; /* 可选：使内容水平居中 */
}

.Success-box .Success-ico img {
    width: 100%;
    height: 100%; /* 使图片的高度填满父容器 */
    object-fit: cover; /* 保持图片的纵横比，避免拉伸 */
}

.Success-box .Success-txt {
    padding: 30px 50px;
    display: flex;
    flex-direction: column;

}

/* 当是第2、4、6...个 .Success-main 时，交换图片和文字的位置 */
.Success-main:nth-of-type(1) .Success-box {
  flex-direction: row-reverse;
}


.index-contact strong{
      font-size: 24px;
      font-weight:bold;
      margin-top: 10px;
      margin-top:5px;
      display: inline-block;
}

.index-about-swiper,
.index-about-swiper .swiper-wrapper,
.index-about-swiper .swiper-slide {
    height: 100%;
}

.index-about-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 防止图片变形 */
}


