.banner_adv{
    position:absolute;top:20%;width:100%;justify-content:center;display:grid;text-align: center;


}

@media (min-width: 1200px) {

/* 下拉菜单初始状态（隐藏） */
.dropdown .dropdown-menu{

    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  
}


/* 当鼠标悬停在 .dropdown 上时，显示下拉菜单 */
.dropdown:hover .dropdown-menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.1s;
 
}
}

.banner_adv_largecontent{
 width:100%;
 color:#fff;
 font-weight: 600;
 font-size:40px;
}

.banner_adv_smallcontent{
    width:100%;
    color:#fff;
    font-weight: 300;
    font-size:24px;
   }

.body_container {

background-image: url('../images/shzherenbg.jpg');
background-position: center;
background-repeat: no-repeat;

position: relative;


}

.body_container_img{

width:100%;
position: absolute;
top:25%;

}


.background-container {
    position: relative;
    width: 100%;
 
}

.background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(70%);
}

.content-overlay {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top:11%;
	padding-left:0%;
    color: white;
}

.social-responsibility {
    max-width: 500px;
    margin-bottom: 26%;
}

.social-responsibility a:hover{

   color:#fff;
}

.more-button {
    display: inline-block;
    background-color: #f18b00;
    color: white;
    padding: 4px 50px;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s;
	font-size:1.3em;

}

.more-button:hover {
    background-color: #f18b00;

}

.more-button span {
    display: inline-block; /* 确保可以应用transform */
    transition: transform 0.3s ease-out; /* 平滑过渡效果 */
    margin-left:5px;
  }

  .more-button:hover span {
	transform: translateX(15px); /* 使用transform进行位移，保持按钮宽度不变 */
  }


.counter-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
	padding-left:30px;
	padding-bottom:150px;
	border-left:3px #f18b00 solid;
}

.counter-item {
    display: flex;
    align-items: center;
    margin-bottom: 23%;
    margin-left:15%;
    width:100%;
}

.counter-item h2 {
	
    color: #f18b00;
    font-size: 2.5em;
    margin: 0;
	display: inline-block;
    margin-bottom:5%;
}
.counter-item span {
    color: #f18b00;
    font-size: 2.5em;
    margin: 0;
}

.counter-item p {
    color: #818080;
    font-size: 1.25em;
    margin: 0;
}

.icon {
    width: 30px;
    height: auto;
    margin-right: 25px;
}

.social-responsibility h2 {
    color: #f18b00;
    font-size: 2.5em;
    margin: 0;
	font-weight: bold;
}

.social-responsibility p {
    color: white;
    font-size: 1.25em;
	margin-top:3%;
	margin-bottom: 10%;
}

.company-logo {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 200px;
}

/*解决方案*/

.fangan_container{

    width: 100%;
    background-image: url('../images/jiwabg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
   /* height:220vh;*/
   padding-bottom:100px;

}


.carousel-container {
    position: absolute;
    width: 85%;
    height: 90%;
    display: flex;
   /* justify-content: center;
    align-items: center;*/
    right:0px;

}

.carousel-container .background-image2 {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1001;
}

.carousel {
    position: relative;
    width: 33%;
    height: 80%;
    background-color: rgba(255, 255, 255, 0.4);
    overflow: hidden;
    z-index: 1002;
    margin-left:7%;
   
}

.carousel-item {
    position: absolute;
   
 
 
    font-size: 2em;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
   
    z-index: 1002;

    left:35%;
    top:25%;
    position: absolute;
    
}

.carousel-item img {
	width: 60%;
    height: auto;
    position: relative;
   margin-left: 40px;
 
}


.carousel-item p {
	color: #7a848a;
    font-size:0.7em;
    position: relative;
    margin-left: 20px;
    margin-top:40px;
}
.carousel-item p a {
	color: #7a848a;
  
}

.carousel-item.active {
    opacity: 1;
}

.arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background-color: orange;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    z-index: 1002;
}

.left-arrow {
    left: 5.5%;
    z-index: 1002;

}   

.right-arrow {
    right: 58%;
    z-index: 1002;
}

.indicators {
    position: absolute;
    bottom: 23%;
    left: 25%;
    transform: translateX(-50%);
    display: flex;
    z-index: 1002;
}

.indicator {
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.indicator.active {
    background-color: orange;
}


/* 公司简介 */

 


.jianjie_container {
    position: relative;
    width: 90%;
    margin-top:800px;
   /* justify-content: center;
    align-items: center;*/
    margin-left:5%;
 
}
.jianjie_container::before{


    content: "";
    position: absolute;
    width:180px;
    height: 2px;
    
    background: #f18b00;
    z-index:1;
    top:15px;
}



.jianjie_container h1{
    color: #f18b00;
    font-size: 2.2em;
	font-weight: 600;
    width:100%;
    margin-top:-55px;
    margin-left:17%;
}
.jiwaintruduce {
    width: 100%;
	margin-top:8%;
}

.jiwaintruduce .leftjw img{
    width: 81%;
    height: auto;
    position: relative;
	
    
   
}

.jiwaintruduce .leftjw{
    float:left;
    width:40%;

}
.jiwaintruduce .rightjw{
    position: relative;
    float:right;
    width: 60%;
    color:#595757;


}

.rightjw .jwdianqijianjie p{

    margin-bottom:3%;


}

.rightjw .btn2 {
  height: 30px;
  margin-top:7%;

}

.rightjw a:hover {
	color:#fff;
}


/* 新闻动态 */


@media (min-width: 1200px) {
    .container2 {
        width: 100%;
        margin:0 auto;
    }
}

.news-center {
    text-align: center;

    padding-top:3%;
}

.news-center h1 {
    color: #f18b00;
    font-size: 2.2em;
    margin-bottom: 5%;
    font-weight:600;
    position: relative;
}

.tabs {
    /* display: flex; */
    /* justify-content: center; */
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.tablinks {


    padding: 5px 0px;
    font-size: 16px;

    width: 6%;
    color:#000;
    font-weight: bold;
}

.tabs p {
margin:0 72px;
}

.tablinks.active, .tablinks:hover {
    border-bottom:#f18b00 3px solid;
    width:6%;
}

.tabcontent {
    display: flex;
    justify-content: space-between;
    margin-top:6%;
    margin-bottom:5%;

}

.news-item {
    display: inline-block;

    margin:0 29px 40px 0px ;
    width:30%;

}

.news-item img {
    width: 62%;
    height: auto;
}
.news-item p {
    margin-top:3%;
    font-size: 13px;
    color: #595757;
    margin-left: 18%;
    margin-right: 18%;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    height: 40px;
 }

.more {
    background-color: orange;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 20px;
}

/*网站底部*/

@media (min-width: 1200px) {
    .container3 {
        width: 100%;
        margin:0 auto;
        background-image: url('../images/footer.jpg');
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        padding-bottom: 50px;
 
    }
}





.footernav-item {

   
   
    margin-top:3%;
    color:#fff;
    font-size: 1.2em;
    font-weight: 600;
    flex: 1 1 calc(20% - 10px);

}

.footer_nav_container{

    display: flex;
    justify-content: center;
    margin:0 auto;
    width: 90%;
}




.footernav-item ul li a{
    color:#b8b8b8;
    font-size: 0.8em;
    font-weight: 100;
}

.footernav-item ul li{
margin:5px 0px;

}

.footernav-item ul li img{
    width: 11%;
    height: auto;
    margin-right:11%;
}
.footer_list_item{

    margin-top:10%;
}

.img_fooer_email{

    width: 70%;
   
}

.footer_email_content{
    margin:30px 0px 20px 0px;
	
}


/*解决方案栏目页*/
@media (min-width: 1200px) {
    .container4 {
        width: 100%;
        margin:0 auto;
        background-image: url('../images/solutionbg.jpg');
        height: 85vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
    
       
 
    }
}


.container4 {
    width: 100%;
    margin:0 auto;
    background-image: url('../images/solutionbg.jpg');
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
   

}

.container4 ul{

    float: left;
    width: 30%;
    position: relative;
    padding:8% 0%;
    margin-top:5%;
 
}

.container4 ul:nth-of-type(1), .container4 ul:nth-of-type(2) {
    border-right: 2px solid #fff; /* 或者你想要的任何边框样式 */
  }
.container4 ul li p{

    color:#fff;
    margin-top:25%;
    font-size: 1.2em;
    font-weight: 600;
}

.container4 ul li p a{

    color:#fff;
    margin-top:25%;
    font-weight: 600;
}

.container4 ul li img{

  width:50%;
 
}

.container4 ul li{

    display: block;
    padding:0 32%;
    text-align: center;
    align-items: center;

}


/*产品中心栏目*/

@media (min-width: 1200px) {
    .container5 {
        width: 100%;
        margin:0 auto;
        background-image: url('../images/solutionbg.jpg');
        height: 150vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding-top:8%;
 
 
    }



    .product-display {
 
        overflow-y:auto;
        max-height:90vh;
    }

    .product-display .product-item{

        flex-basis:196px;
        flex-grow:0;
    }

    .product-display_list .product-item_list{

        flex-basis:296px;
        flex-grow:0;
    }

}

.sidebar {
    width: 30%;
    background-color: rgba(255, 255, 255, 0);

    margin-right: 0px;
    float:left;
    color:#fff;
}

.sidebar h2 {
    font-size: 1.1em;
    margin-bottom: 20px;
    margin-top:30px;
    font-weight: 600;
}

.sidebar h2 a {
    font-size: 1.1em;
    margin-bottom: 20px;
    margin-top:30px;
    font-weight: 600;
    color:#fff;
}

.sidebar h2 a:hover {
   
    color:#f18b00;
}
.sidebar ul li {
    font-size: 0.8em;
    margin-bottom: 2px;
}

.sidebar ul li {
    font-size: 0.8em;
    margin-bottom: 2px;
}

.sidebar ul li a {
   color:#fff;

}

.sidebar ul li a:hover {
    color:#f18b00;
    
 }

.product-display {
    /*width: 100%;*/
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    float:left;
    margin-top:40px;
   
}

.product-item {
    flex: 1 1 calc(25% - 20px); /* 每个产品项占25%宽度，减去间隙 */
    background-color: white;
    padding: 80px 20px 20px 20px;
    text-align: center;

}

.procontent{display:none;}

.procontent.active {
    display: block;
}

.pro_fenye_nav{

    width:100%;
    float:left;
}


#clickableDiv {
    cursor: pointer; /* 鼠标悬停时显示手形图标，增加可点击的视觉反馈 */
}

.product-display .product-item .p_item img{
    width: 100%;
    height: auto;
}

.product-display_list .product-item_list .p_item img{
    width: 100%;
    height: auto;
}

.product-item h3 {
    font-size: 0.9em;
    margin-top: 60px;
}



.product-item a img {
    width: 30px;
    height: 30px;
}


.arrow-link {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50%;
 
    color: white;
    text-decoration: none;
    margin-top: 10px;
}



    /*成功案例栏目*/

@media (min-width: 1200px) {
    .container6 {
        width: 100%;
        margin:0 auto;
        background-image: url('../images/case.jpg');
        height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
 
 
    }
}

  /*产品中心列表栏目*/

  

@media (min-width: 1200px) {
    .container7{
        width: 100%;
        margin:0 auto;
        background-image: url('../images/productbanner.jpg');
        height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
 
    }
}



.container7title{
    color:#fff;
    font-size: 44px;
    font-weight: 600;
    position: relative;
    text-align:center;

}

.container_down_title{
    color:#fff;
    font-size: 44px;
    font-weight: 600;
    position: relative;
    text-align:center;
    margin-top:20%;
   
}


.container_joinus_title{
    color:#c87d1b;
    font-size: 44px;
    font-weight: 600;
    position: relative;
    text-align:center;
    margin-top:20%;
   
}
.container_input_down{
    width:610px;height:58px;background:#fff;bottom:5rem;
    display:flex;
    margin-top:-50%;
}
.container_input_joinus{
    width:610px;height:58px;background:#fff;bottom:5rem;
    display:flex;
    margin-top:-50%;
    border:1px solid #f18b00;
    justify-content: center;
    align-items: center;
}



.container7nav ul  {

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.container7nav ul li a  {

    color:#fff; 
    font-size: 1.1em;
    padding:5px  20px;

  
}

.container7nav{
    background-image: url('../images/protouming.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.producttitle{

    color:#000;
    font-size: 2.2em;
    font-weight: 600;
    position: relative;
    text-align:center;
    padding-top:4%;
}

.container7content .product-display {
    width: 1230px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top:40px;
    justify-content: center;
}

.container7content .product-display_list {
    width: 1230px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top:40px;
  
}



.productcontent{
    width: 100%;
    margin:0 auto;
    display: flex;
    justify-content:center;
}
.product-display .product-item {
    /*flex: 1 1 calc(25% - 20px); /* 每个产品项占25%宽度，减去间隙 */
    background-color: white;
    padding: 80px 20px 20px 20px;
    text-align: center;
}

.product-display_list .product-item_list {
    /*flex: 1 1 calc(25% - 20px); /* 每个产品项占25%宽度，减去间隙 */
    background-color: white;
    padding: 80px 20px 20px 20px;
    text-align: center;
}

.product-display .product-item .imgdouble  img {
    width: 90%;
    height: auto;
}

.product-display_list .product-item_list .imgdouble  img {
    width: 90%;
    height: auto;
}


.product-display .product-item .imgdouble:hover  img {
    transform:scale3d(1.1, 1.1, 1);
}
.product-display_list .product-item_list .imgdouble:hover  img {
    transform:scale3d(1.1, 1.1, 1);
}

.product-display .product-item h3 {
    font-size: 0.9em;
    margin-top: 60px;
}

.product-display_list .product-item_list h3 {
    font-size: 0.9em;
    margin-top: 60px;
}

.product-display .product-item h3 a:hover {
color:#000;
}

.product-display_list .product-item_list h3 a:hover {
    color:#000;
    }


/*成功案例列表页*/

.tabs2 {
    /* display: flex; */
    /* justify-content: center; */
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  
    text-align: center;
   

}



.tablinks2 {


    padding: 8px 10px;
    font-size: 18px;
    background-color: #dcdddd;
  
    
    font-weight: 500;
    color:#000;
    margin-right: 20px;
    border-radius:4%;
    width:135px;

}

.tabs2 p {
margin:0 72px;
}

.tablinks2.active, .tablinks2:hover {
  
 
    background-color: #f18b00;
    color:#fff;

}

.tablinks2.active a, .tablinks2:hover a {
  
 
    color:#fff;

}


.container7content{

 width: 100%;
 position: relative;
 padding-top:3%;
 padding-bottom:2%;


}

.container7content .case-display {
    width: 1230px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

    justify-content: center;
}

.case-display .case-item {
    flex: 1 1 calc(33% - 20px); /* 每个产品项占25%宽度，减去间隙 */
    background-color: white;
    padding: 60px 20px 20px 20px;

}

.case-display .case-item .caseshow_img:hover  img {
    transform:scale3d(1.1, 1.1, 1);

}
.case-display .case-item .caseshow_img .caseshow_img_size{

    overflow: hidden;
    width:100%;
    height: auto;
}


.case-display .case-item img {
    max-width: 90%;
    height: auto;
}

.case-display .case-item h3 {
    font-size: 0.9em;

}

.case-display .case-item h3 a {
  color:#000;

}

.case-display .case-item p {
    font-size: 0.9em;
    color:#000;

}



/*服务支持页面*/
@media (min-width: 1200px) {
    .container8{
        width: 100%;
        margin:0 auto;
        background-image: url('../images/service04.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height:100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }   
}

.service_introduce{

    background-image: url('../images/service_01.jpg');
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.service_content{

float:right;
width: 70%;
margin-top:5%;
}

.service_content_left{
    float: left;
    width:45%;
   margin-left:65px;
    
}
.service_content img{
    width: 45%;
    float:right;
}
 .service_content_left img{

   width:100%;

   margin-bottom: 15%;
}

.service_content_left p{


    font-size:0.9em;
    color:#858585;
}

.servce_aftersale{

    background-image: url('../images/service_04.jpg');
    height: 120vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.servce_aftersale p{
color:#000;
font-size: 2.2em;
font-weight: 600;
position: relative;
text-align:center;
padding-top:4%;
}


.service_aftercontent{
    width: 100%;
    margin:0 auto;
    display: flex;
    justify-content:center;
    margin-top:5%;
}
.service_aftercontent .service_aftercontent_item {
    flex: 1 1 calc(15% - 20px); /* 每个产品项占25%宽度，减去间隙 */
    background-color: white;
    padding: 60px 10px 10px 10px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    margin-right:20px;
}

.service_aftercontent .service_aftercontent_item:hover{

    background:#f18b00;
    transform:translate3d(0, -16px, 0);
}

.service_aftercontent .service_aftercontent_item img {
    width: 20%;
    height: auto;
}

.service_aftercontent .service_aftercontent_item  p {
    font-size: 0.9em;
    margin-bottom: 5px;
    color:#858585;
    font-weight: normal;
    padding-top:15px;
}


.service_aftercontent .service_aftercontent_item:hover  p {
 color:#fff;
 font-size:1.0em;
}

.service_area{

    width:50%;
    float:right;
    margin-top: 8%;

}
.service_area_title{

    font-size:2.2em;
    font-weight: 600;
    margin-bottom: 30px;
}

.service_area_content p{

    font-size: 1.2em;
    color:#000;
    float:left;

    border-bottom:2px solid #c9caca;
    padding-bottom: 10px;


}



.service_area_select h3{
    
   
    font-size: 1.0em;
    padding-bottom: 10px;
    padding-left: 15px;

}

.service_area_select{
  display:flex;
  justify-content: center;
  align-items: center;
  float:left;

}

.service_area_select ul li{

margin-bottom: 8px;

}


/*本地服务响应*/
.container_service{

    width:1230px;
    margin:0 auto;
}


.service_local_response{
  background-color:#efefef;

  height:100vh;

  width:100%;

}

.service_local_response p{
    color:#000;
    font-size: 2.2em;
    font-weight: 600;
    position: relative;
    text-align:center;
    padding-top:4%;
    
    }

.service_local_response_content{


    width: 100%;
    margin:0 auto;
    display: flex;
    align-items: center;
    margin-top:1%;
    position: relative;
}


.service_local_response .service_local_response_content:before{


    content: "";
    position: absolute;
    width: calc(100% - 16.66%);
    height: 1px;
    top: 65%;
    background: #dedfdf;
    z-index:1;
}


.service_response_item{

    z-index:3;
}
.service_local_response_content .service_response_item p{

    font-size:0.9em;
    font-weight: normal;
    color:#575757;
    margin-top:5px;
    text-align:left;
    height:80px;


}
.service_local_response_content .service_response_item p span{
    font-size:1.1em;
}
.service_local_response_content .service_response_item:hover p{

    font-size:0.9em;
    
    color:#f18b00;
    height:80px;



}
.service_local_response_content .service_response_item:hover p span{

    font-size:1.1em;
    
    color:#f18b00;



}


.service_response_item .circle {
   
        width: 40px;          /* 圆圈的直径 */
        height: 40px;         /* 圆圈的直径 */
        background-color: transparent; /* 背景透明 */
        border: 2px solid #dedfdf; /* 边框宽度和颜色 */
        border-radius: 50%;    /* 使得正方形变成圆形 */
        box-sizing: border-box; /* 确保边框不会影响圆圈的尺寸 */
        background-color:#efefef;
        display:flex;
        justify-content: center;
        align-items: center;
       

       
    }   

   
    .service_response_item:hover .circle {
        border: 2px solid #f18b00; /* 边框宽度和颜色 */
        background-color: #f18b00;
        color:#fff;
    }


    .service_response_item:hover .circle_bottom {
        border: 2px solid #f18b00; /* 边框宽度和颜色 */
        background-color: #f18b00;
        color:#fff;
    }


   
    
    .service_response_item .service_resp_img1{

    background-image:url(../images/service1_15.png);
    background-size: contain;

    background-repeat:no-repeat;
    height:45px;

    }

    .service_response_item:hover .service_resp_img1{

        background-image:url(../images/service1_152.png);

        background-repeat:no-repeat;
        background-size: contain;
        height:45px;
  }

 

  .service_response_item .service_resp_img2{

    background-image:url(../images/service2_15.png);
    background-size: contain;

    background-repeat:no-repeat;
    height:45px;

    }

    .service_response_item:hover .service_resp_img2{

        background-image:url(../images/service2_1522.png);

        background-repeat:no-repeat;
        background-size: contain;
        height:45px;
  }




  .service_response_item .service_resp_img3{

    background-image:url(../images/service2_07.png);
    background-size: contain;

    background-repeat:no-repeat;
    height:45px;

    }

    .service_response_item:hover .service_resp_img3{

        background-image:url(../images/service2_072.png);

        background-repeat:no-repeat;
        background-size: contain;
        height:45px;
  }




  .service_response_item .service_resp_img4{

    background-image:url(../images/service2_18.png);
    background-size: contain;

    background-repeat:no-repeat;
    height:45px;

    }

    .service_response_item:hover .service_resp_img4{

        background-image:url(../images/service2_182.png);

        background-repeat:no-repeat;
        background-size: contain;
        height:45px;
  }




  .service_response_item .service_resp_img5{

    background-image:url(../images/service2_07-09.png);
    background-size: contain;

    background-repeat:no-repeat;
    height:45px;

    }

    .service_response_item:hover .service_resp_img5{

        background-image:url(../images/service2_07-092.png);

        background-repeat:no-repeat;
        background-size: contain;
        height:45px;
  }


  .service_response_item .service_resp_img6{

    background-image:url(../images/service2_21.png);
    background-size: contain;

    background-repeat:no-repeat;
    height:45px;

    }

    .service_response_item:hover .service_resp_img6{

        background-image:url(../images/service2_212.png);

        background-repeat:no-repeat;
        background-size: contain;
        height:45px;
  }


  .service_aftercontent_item .service_time{
    background-image:url(../images/service_05.png);

    background-repeat:no-repeat;
    background-size: contain;
    background-position: center;
    height:45px;


}

.service_aftercontent_item:hover .service_time{
    background-image:url(../images/service_052.png);

    background-repeat:no-repeat;
    background-size: contain;
    height:45px;
    background-position: center;



}

.service_aftercontent_item .service_handle{
    background-image:url(../images/service_06.png);
    background-repeat:no-repeat;
    background-size: contain;
    background-position: center;
    height:45px;
}

.service_aftercontent_item:hover .service_handle{
    background-image:url(../images/service_062.png);
    background-repeat:no-repeat;
    background-size: contain;
    height:45px;
    background-position: center;
}

.service_aftercontent_item .service_repair{
    background-image:url(../images/service_07.png);
    background-repeat:no-repeat;
    background-size: contain;
    background-position: center;
    height:45px;
}

.service_aftercontent_item:hover .service_repair{
    background-image:url(../images/service_072.png);
    background-repeat:no-repeat;
    background-size: contain;
    height:45px;
    background-position: center;
}
.service_aftercontent_item .service_After{
    background-image:url(../images/service_08.png);
    background-repeat:no-repeat;
    background-size: contain;
    background-position: center;
    height:45px;
}

.service_aftercontent_item:hover .service_After{
    background-image:url(../images/service_082.png);
    background-repeat:no-repeat;
    background-size: contain;
    height:45px;
    background-position: center;
}
.service_aftercontent_item .service_responsibility{
    background-image:url(../images/service_09.png);
    background-repeat:no-repeat;
    background-size: contain;
    background-position: center;
    height:45px;
}

.service_aftercontent_item:hover .service_responsibility{
    background-image:url(../images/service_092.png);
    background-repeat:no-repeat;
    background-size: contain;
    height:45px;
    background-position: center;
}

.service_aftercontent_item .service_training{
    background-image:url(../images/service_10.png);
    background-repeat:no-repeat;
    background-size: contain;
    background-position: center;
    height:45px;
}

.service_aftercontent_item:hover .service_training{
    background-image:url(../images/service_102.png);
    background-repeat:no-repeat;
    background-size: contain;
    height:45px;
    background-position: center;
}
#countries-container {
    overflow: hidden;
    white-space: nowrap;
    width: 600px; /* 设置容器宽度 */
}
#countries {
    display: inline-flex;
    transition: transform 0.3s ease;
}

#countries span {
    margin: 0 5px;
    cursor: pointer;
}

#left-arrow, #right-arrow {
    cursor: pointer;
}

#selected-country {
    margin-top: 20px;
}

#selected-country-name {
    color: orange;
}
.country-selector{

display: flex;
justify-content: left;
align-items: center;
border-bottom: 2px solid #dedfdf;
margin-bottom: 35px;

}


.country-selector button{
font-size:25px;
background-color: transparent;
}


.country-selector .countries span{

    padding: 0 6px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color:#000;
   

}


.service_area_content{
white-space: nowrap; /* 防止换行 */;




}

.service_item_line{

border-left:1px solid #dedfdf;
height:20px;
margin-left:17px;

}




.service_item_line2{
    border-bottom:1px solid #dedfdf;
    height:20px;
    margin-left: 35px;
    width: 167px;
    margin-top: 0px;
    position: absolute;
}


.service_response_item{
    width:16.66%;
    border-radius: 10px;
}



.service_response_item_bottom{

    flex: 1 1 calc(15% - 20px); /* 每个产品项占25%宽度，减去间隙 */
    padding: 40px 40px 10px 40px;
    border-radius: 10px;

}

.service_response_item_conn{

 
    display:flex;
    justify-content: center;
    border-bottom: 1px solid #dedfdf;
}

.service_response_item img{
	width:25%;
}


.service_response_item .circle_bottom{

    
    width: 40px;          /* 圆圈的直径 */
    height: 40px;         /* 圆圈的直径 */
    background-color: transparent; /* 背景透明 */
    border: 2px solid #dedfdf; /* 边框宽度和颜色 */
    border-radius: 50%;    /* 使得正方形变成圆形 */
    box-sizing: border-box; /* 确保边框不会影响圆圈的尺寸 */
    background-color:#efefef;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:215px;

 }

 .service_response_item .service_item_line2_bottom{

    border-bottom:1px solid #dedfdf;
    height:20px;
    margin-left: 35px;
    width: 167px;
    margin-top: 0px;
    position: absolute;
    margin-top:-33px;

 }


 .service_response_item .service_item_line_bottom{
   
    border-left:1px solid #dedfdf;
    height:20px;
    margin-left:17px;
    
 }

 .service_response_item .service_resp_p{



 }

 .service_response_item .service_resp_img{

    width:22%;
 }


 /*保修服务*/

 .service_content_warranty{

    background-image: url('../images/service_26.jpg');
    height: 75vh;
    background-repeat: no-repeat;  
    background-size: cover;
    width:100%;

 }

 .service_content_warranty_content{

  width:40%;
  float:left;
  margin-top:5%;

 }


 .service_content_warranty_content h2{
    color:#f18b00;
    font-size: 2.2em;
    font-weight: 600;
    position: relative;
    text-align:left;
    padding-top:4%;
    
    }

    .service_content_warranty_content p{
    font-size:0.9em;
    font-weight: normal;
    color:#575757;
    padding-top:10px;
    padding-bottom:20px;


    }

    .service_warranty_btn{
    background-color:#dcdddd;
    color:#000;
    padding:10px 25px;
    font-size:0.9em;
    border-radius: 20px;
    float:left;
    

    }
    .service_warranty_btn:hover a{

    color:#fff;

    }
    .service_warranty_btn2:hover {

        background-color:#f18b00;
    
    }
    .service_warranty_btn2:hover a{

        color:#fff;
    
        }
        .service_warranty_btn:hover {
    
            background-color:#f18b00;
        
        }





    .service_warranty_btn a{
        color:#000;

    }


    .service_warranty_btn2{
        background-color:#dcdddd;
        color:#000;
        padding:10px 25px;
        font-size:0.9em;
        border-radius: 20px;
        float:left;
        margin-top:15px;
    
        }

        .service_warranty_btn2 a{
            color:#000;
        }

    .service_warranty_content_btn{
        float:left;
        width:50%;
    }


    /*关于吉瓦*/
    @media (min-width: 1200px) {
        .container9{
            width: 100%;
            margin:0 auto;
            background-image: url('../images/aboutjw.jpg');
            height: 100vh;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            display: flex;
            justify-content: center;
            align-items: center;    
     
     
        }
    }


    /*关于吉瓦*/



    @media (min-width: 1200px) {
        .container_down{
            width: 100%;
            margin:0 auto;
            background-image: url('../images/downbanner.jpg');
            height: 100vh;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            display: grid;
            justify-content: center;
            align-items: center;    
         
     
        }
    }


    @media (min-width: 1200px) {
        .container_joinus{
            width: 100%;
            margin:0 auto;
            background-image: url('../images/joinbanner.jpg');
            height: 100vh;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            display: grid;
            justify-content: center;
            align-items: center;    
         
     
        }
    }





    .container_input_down .input_down{

      width:calc(100% - 58px);
      padding-left:.5rem;


    }



    .container_input_joinus .input_joinus{

        width:calc(100% - 58px);
        padding-left:.5rem;
  
  
      }



    .container_input_down .search_btn{

        width:58px;height:58px;
        background:#f18b00 url(../images/search.png) no-repeat center center;
        background-size:3rem auto;

    }
    .container_input_joinus .search_btn_join{

        width:128px;height:58px;
        background:#f18b00;
        background-size:3rem auto;
        font-size:20px;
        color:#fff;

    }

    .container_input_joinus span {
        display: inline-block;
        width: 1px;
        height: 20px;
        background-color: #dfdfdf;
        margin:0 8px;

    }
     input::placeholder { color: #e0e0e0; }
    .bselect {
        appearance:none;
        float: left;
        width: 150px;
        height: 48px;
        font-size: 16px;
        padding: 0 20px;
        color: #ccc;
        background: url("../images/list.png") no-repeat 90% center;
        background-color: #fff;
    }



.n-newdowm{padding:6.25rem 0 12.25rem;width:1230px;margin-left:auto;margin-right:auto;}.n-newdowm .leftbox{width:20rem;background:#fff;}.n-newdowm .leftbox .title{width:100%;background:#f18b00;height:6rem;padding:.5rem;color:#fff;}.n-newdowm .leftbox .title .icon{filter:grayscale(100%) brightness(1000%);margin-right:.4rem;}.n-newdowm .leftbox .li{border-bottom:1px solid #f2f2f2;height:6rem;padding:.5rem;position:relative;}.n-newdowm .leftbox .li:before{content:"";position:absolute;width:5px;height:1.55rem;left:0;margin-top:-.275rem;background:#f18b00;opacity:0;transition:all .6s;}.n-newdowm .leftbox .li.cur{color:#f18b00;}.n-newdowm .leftbox .li.cur:before{opacity:1;}.n-newdowm .leftbox .li:hover{color:#f18b00;}.n-newdowm .leftbox .li:hover:before{opacity:1;}.n-newdowm .rightbox{width:calc(100% - 25rem);margin-left:5rem;}.n-newdowm .rightbox .li .img:before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;z-index:2;background:rgba(0,0,0,.36);opacity:0;transition:all .6s;}.n-newdowm .rightbox .li{width:22.5%;margin-right:3.33%;margin-bottom:1.7rem;display:block;}.n-newdowm .rightbox .li:nth-child(4n){margin-right:0;}.n-newdowm .rightbox .li .img{margin-bottom:.6rem;position:relative;}.n-newdowm .rightbox .li .img img{width:100%;height:100%;object-fit:cover;}.n-newdowm .rightbox .li .btn{width:4.85rem;height:1.25rem;border-radius:5px;background:#d6000f;z-index:4;opacity:0;transition:all .6s;}.n-newdowm .rightbox .li .btn .icon2{width:.4rem;height:.4rem;margin-left:.25rem;fill:#fff;}.n-newdowm .rightbox .li:hover .img:before{opacity:1;}.n-newdowm .rightbox .li:hover .btn{opacity:1;}.page a[rel="prev"]:hover{background:#d6000f;color:#fff;}.page a[rel="prev"]{background:#fff;transition:all .6s;}.page a[rel="next"]{background:#fff;transition:all .6s;}.page a[rel="next"]:hover{background:#d6000f;color:#fff;}.n-newdowm .rightbox .li .tit3{line-height:1.4;  background: url(../images/download.png)no-repeat right center ;background-size: 9% 90%; }@media (max-width:996px){.n-newdowm .leftbox{width:100%;margin-bottom:1rem;}.n-newdowm .rightbox{width:100%;margin-left:0;}}@media (max-width:767px){.n-newdowm .rightbox .li{width:100%;margin-right:4%;margin-bottom:1rem;}.n-newdowm .rightbox .li:nth-child(2n){margin-right:0;}.n-newdowm{padding:2rem 0 3rem;width:100%;}.n-banner .formbox{width:90%;margin-left:-45%;bottom:4rem;height:40px;}.n-banner .formbox .input2{height:40px;}.n-banner .warptab .swiper-button-prev{left:-10px;}.n-banner .warptab .swiper-button-next{right:-10px;}
    }






    .n-newdowm .w1620 {
        width: 100%;
        margin: 0 auto;
      }

      .n-newdowm .f-no {
        display: flex;
        flex-flow: row wrap;
      }
    
      .f-no-c-center {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
      }
    
    
      @media (max-width: 1681px){
       .tit-30{font-size:20px;}
       .tit-18{font-size:17px;}
      }
    .leftbox .title p{

        margin:0px;
    }
    
      .tit-30 .tit-18{
    
        line-height:1.8;
      }
    
      .col-fff{
    
        color:#fff;
      }
    
      .col-000{
    
        color:#000;
      }
      .por {
        position: relative;
      }
    
      .wpage {
        text-align: center;
      }
      .page {
        padding: 1rem 0 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 22px;
        text-align: center;
        clear: both;
        display: inline-block;
      }
        






    .aboutus_content{

       width: 100%;
       height: 110vh;
     /*  background-image: url('../images/aboutjwbg.jpg');*/
       background-repeat: no-repeat;
       background-size: cover;
       background-position: center; 
       background-color:#fff;

    }

    .aboutus_content_left {
    width: 45%;
    float:left; 
    margin-top: 7%;
    line-height: 25px;
    color:#000;
    

    }

    .aboutus_content_left_img {
        width: 100%;  

        border-bottom: 2px solid #c9caca;
        padding-bottom: 50px;
        margin-bottom:60px;
        width:100%;
        
    
        }

  .aboutus_content_left_img img {
            width: 100%;  
   }

    .aboutus_content_right{

    width: 45%;
    float:right;
    margin-top: 13%;
    text-align: center;
    }
    .aboutus_content_right img{
        width:80%;

    }


    .aboutus_content_img{

        width:100%;
        margin:0 auto;
        height:auto;
       
      
      
    }

    .aboutus_content_img img{

        width:100%;
        margin:0 auto;
    
      
      
    }

    .aboutus_content_img img:hover{

        width:100%;
        margin:0 auto;
        transform: scale3d(1.1, 1.1, 1);
      
      
    }
    

    .honor_content{



        width: 100%;            
        height: 90vh;
        background-image: url('../images/aboutry.jpg');
  
 
        background-repeat: no-repeat;   
        background-size: cover;
      

    }

    .honor_content h2{

        color:#000;
        font-size: 2.2em;
        font-weight: 600;
        position: relative;
        text-align:center;
        padding-top:4%;
    }


    /*解决方案及产品详情页*/


    .container10 p{
        position: absolute;
        top: 40%;
        width: 450px;
        word-wrap:break-word;
     
    }

    .container10_solution p{

        position: absolute;
        top: 40%;
       
        transform: translate(-50%, -50%);
       


    }



    .container10 {
        position: relative;
    
    }
  

    @media (min-width: 1200px) {
        .container10_solution{
        
            position: relative;
          
        }   
    }


    @media (min-width: 1200px) {
        .container10_p{
        
            width:1230px;
            margin:0 auto;
            display:flex;
            justify-content:center;
         
    
          
        }   
    }
    @media (min-width: 1200px) {
    .container_productshow{
         width:1230px;
         height:auto;
         display:flex;
         justify-content:right;
 
}
 }


 @media (min-width: 1200px) {
    .container_productshow_content{
        width:1230px;
        height:auto;
        display:flex;
        justify-content: center;
        margin: 0 auto;
 
}
 }
    .container10_img {
        width: 100%;
      /*  height: 100vh;*/
       
    }



    .bingliwang_content{

        position: relative;

    }

    .bingliwang_content_img{
     
        width:100%;
        height: 100vh;

    }
.bingliwang_content_left{
    width:30%;
    float:left;
    background-color: rgba(255, 255, 255, 0.7);
    height: 60vh;

   top:110px;   
   left:150px;
   position:absolute;
   padding: 10px 20px 10px 40px;

    }

    .bingliwang_adv_item .bingliwang_adv_item_b{

        width:100%;
    }

  .bingliwang_adv_item .bingliwang_adv_item_b p{
   font-size:0.9em;
   color:#000;
   margin:0px;
   font-weight: normal;
}

.bingliwang_adv_item_img
{
width: 100%;
text-align: center;
}
.bingliwang_content_left p{

    font-size:1.0em;
    float: left;
    color:#000;
    display: flex;
    margin-bottom: 20px;

}
.bingliwang_content_left p img{

 width:18px;
 height:18px;
 margin-right:10px;
 float: left;

}
.bingliwang_content_left h2{

    font-size:1.5em;
    color:#000;
    font-weight: 600;
    margin-bottom:30px;
    float: left;
    width:100%; 

}


.bingliwang_adv_tb{
    display: flex; 
    justify-content: center;
    margin-top:5%;
    margin-bottom: 10%;

}

.bingliwang_adv_item{
    
    flex: 1 1 calc(33% - 80px);padding: 0px 20px 0px 20px;display: grid;text-align: center;justify-content: center;

}
.bingliwang_advantage_content2 .container ul li:nth-child(1), .bingliwang_advantage_content2 .container ul li:nth-child(2) {
    border-right:1px solid #c9caca;

}

.bingliwang_advantage_content2{
background-color:#efefef;
padding: 10px 20px 10px 40px;
position: relative;

}

.bingliwang_advantage_content2 h2{
	
    font-size:2.2em;
    color:#f18b00;
    font-weight: 600;
    text-align: center;
    margin-top:5%;
    margin-bottom:3%;
}

.bingliwang_advantage_content2 p{
	
    font-size:2.0em;
    color:#f18b00;
    font-weight: 600;
    margin-bottom:30px;
    margin-top:50%;
}

.bingliwang_adv_tuoputu{
    background-color:#fff;


    padding: 10px 20px 150px 40px;
    position: relative;
    }

    .bingliwang_adv_tuoputu h2{
	
        font-size:2.2em;
        color:#f18b00;
        font-weight: 600;
        text-align: center;
        margin-top:5%;
    }


    .bingliwang_adv_tuoputu .container img{
     margin-top:5%;
    }

/*成功案例*/

.solution_anli_content{

width:100%;
background-color:#fff;

position: relative;

}

.solution_anli_content .container  h2{

    font-size:2.2em;    
    color:#000;      
    font-weight: 600;               
    text-align: center;     
    margin-top:5%;   
    margin-bottom:5%;               

	
}

.solution_anli_list{

    display: flex;
    justify-content: center;
    margin-top:2%;
    width:100%; 
    flex-wrap: wrap;
}

.solution_anli_item{

   /* flex: 1 1 calc(50% - 40px);*/
    padding: 0px 20px 0px 20px;
    width:50%;

}


.solution_anli_item .solution_img:hover img{

    transform:scale3d(1.1, 1.1, 1);

}

.solution_anli_item .solution_img .solution_img_size{

overflow: hidden;
width:100%;
height:auto;

}

.solution_anli_item .solution_img .solution_img_size img{
 width:100%;
}
.solution_anli_item p{

    font-size:1.0em;
    color:#000;
    text-align: center;
    margin-top:10px;
}

.solution_anli_item p a{

  
    color:#000;

}

.solution_anli_tb{

    width:100%;
}

/*产品详情页*/


.container_proshow_title{
    color:#000;
    font-size: 44px;
    font-weight: 600;

}

.product_tezheng_content h2{
	
    font-size:2.2em;
    color:#000;
    font-weight: 600;
    text-align: center;
    margin-top:3%;
}


.product_tezheng_content {

 text-align:center;
}

.product_tezheng_list{
    display: flex;
  
    justify-content: center;

    margin-top:5%;

}

.product_tezheng_item{
    
    flex: 1 1 calc(33% - 20px);padding: 0px 50px 0px 0px;display: flex;text-align: center;justify-content: center;

}

.pro_tezheng_content{

    display: grid;text-align: left;justify-content: center;
    
    }


.product_tezheng_list .product_tezheng_item img{

        width:18px;
        height:18px;
        margin-right:10px;
        float: left;
    }


    .pro_tezheng_content  p{

        font-size:1.0em;
      
        color:#000;
        font-weight: 600;

    }
   

    
    .pro_tezheng_content  span{

        font-size:0.9em;
      
        color:#595757;
       

    }


    .product_canshu_content{
        background-color:#fff;
        height: auto;
    
        padding: 10px 20px 80px 40px;
        }
    
        .product_canshu_content h2{
        
            font-size:2.2em;
            color:#000;
            font-weight: 600;
            text-align: center;
            margin-top:7%;
        }
    
    
        .product_canshu_content .container img{
         margin-top:3%;
         text-align: center;
         width:100%;        
        }



    /*联系我们*/
    .contract_content{
        width:100%;
        height:80vh;
        background-image: url('../images/contractusbg.jpg');
        background-repeat: no-repeat;
        background-size: cover; 
        background-position: center;
    }
    
.contract_content_item{

    width:40%;
    float:right;
    background-color:#fff;
    margin-top:10%;
    padding: 10px 80px 10px 40px;
    border-radius: 15px;
    height:40vh;
    box-shadow: 0px 0px 10px rgba(160, 158, 158, 0.5); /* 水平偏移5px，垂直偏移5px，模糊半径10px，颜色为半透明黑色 */

}

.contract_content_item h2{

  font-size:1.5em;
  color:#000;
  font-weight: 600;
  margin-bottom:30px;
}
.contract_content_item p{

  font-size:0.9em;
  color:#000;
  display: flex;
}
.contract_content_item img{

    width:18px;
    height:20px;
    margin-right:10px;
     
 }

/*成功案例详情页*/
.case_nav{

width:100%;
height:5vh;
background-color:#acabab;
display: flex;
justify-content: center;
align-items: center;
position: fixed;
z-index:1000;

}

.container_caseshow{
width:100%;margin:0 auto;padding-top:105px;position:relative;
}

.case_nav p{

color:#fff;
font-size:0.9em;
margin:0px;

}

.case_nav p a{

    color:#fff;
 
    }


.case_content_show{
    width:100%;
    height:auto;
    background-color:#fff;
}

.case_content_show_item{

    width:80%;
    display: grid;
    margin:0 auto;
    justify-content: center;
    margin-top:5%;
    margin-bottom:5%;
}

.case_content_show_item h2{
    font-size:2.2em;
    color:#000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5%;
}

.case_content_show_img{

    margin-top:3%;
}

.case_content_show_item .case_content_show_img p{

color:#5c5a5a;
}

.case_content_show_item .case_content_show_img img{

    margin-top:3%;
    margin-bottom:3%;
}
.case_content_show_item p{

color:#000;
}

.case_content_show_return{

    border-top: 1px solid #a4a2a2;
  
    padding-top:2%;
    width:100%;

  
}



.case_content_show_return p{
    float:left;
    font-size:0.9em;
    margin-right:100px;
    }

.case_content_show_return  .btn-return{
    float:right;
    background-color: #f18b00;
    border-radius: 10px;
    font-size:0.9em;
    color:#fff;
    padding:2px 20px 2px 20px;
}
.case_content_show_return  .btn-return a{

    color:#fff;

}


/*解决方案详情页 -相关产品*/
.container_solution{

    width:100%;
}
.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    margin-top:40px;
    width: 100%;
  
}
.product-card {
    background: white;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin: 10px;
    padding: 150px 40px 150px 40px;
    min-width: 41%;
    display: flex;
}
.product-card img {
    width: 25%;
    height: auto;

}

.product-card p {
    color: #f18b00;
    margin-bottom: 20px;
}
.product-card a {
    display: inline-block;
    background-color: #f18b00;
    color: white;
    padding: 5px 40px;
    text-decoration: none;
    border-radius:10px;
   
}
.dots {
    display: flex;
    justify-content: center;
    margin-top: 3%;
    margin-bottom: 5%;
    
}
.dot {
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 5px;
    background-color: #efefef;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    border:1px solid #f18b00;
}
.dots .active {
    background-color: #f18b00;
}

.solution_content_product_item{
    width:100%;
    background-color:#efefef;
    padding: 10px 0px 10px 0px;
    position: relative;
    overflow:hidden;
}

.solution_content_product_item h2{

    width:100%;
    font-size:2.2em;
    color:#000;
    font-weight: 600;
    text-align: center;
    margin-top:5%;
    margin-bottom: 3%;


}

.product_card_desription{

    padding-left:50px;
    padding-top:40px;

}


/*二维码（=*/
/*.float-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #4CAF50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    z-index: 1000;
    transition: transform 0.3s;
}*/

.float-icon:hover {
    transform: scale(1.1);
}

.float-icon img {
    width: 30px;
    height: 30px;
}

.qr-popup {
    position: fixed;
    bottom: 262px;
    right: 220px;
    width: 150px;
    height: 150px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    display: none;
    padding: 2px;
    z-index: 1000;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s, transform 0.3s;
}

.qr-popup.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.qr-popup img {
    width: 100%;
    height: 100%;
}

/* 添加三角形指示箭头 */
.qr-popup::before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 55px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: white transparent transparent;
}



/*shpin*/

.float-icon_shipin:hover {
    transform: scale(1.1);
}

.float-icon_shipin img {
    width: 30px;
    height: 30px;
}

.qr-popup_shipin {
    position: fixed;
    bottom: 262px;
    right: 165px;
    width: 150px;
    height: 150px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    display: none;
    padding: 2px;
    z-index: 1000;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s, transform 0.3s;
}

.qr-popup_shipin.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.qr-popup_shipin img {
    width: 100%;
    height: 100%;
}

/* 添加三角形指示箭头 */
.qr-popup_shipin::before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 55px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: white transparent transparent;
}

/*shipin*/

/*douyin*/

.float-icon_douyin:hover {
    transform: scale(1.1);
}

.float-icon_douyin img {
    width: 30px;
    height: 30px;
}

.qr-popup_douyin {
    position: fixed;
    bottom: 262px;
    right: 110px;
    width: 150px;
    height: 150px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    display: none;
    padding: 2px;
    z-index: 1000;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s, transform 0.3s;
}

.qr-popup_douyin.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.qr-popup_douyin img {
    width: 100%;
    height: 100%;
}

/* 添加三角形指示箭头 */
.qr-popup_douyin::before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 55px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: white transparent transparent;
}

/*douyin*/



.social-responsibility h2 {
    color: #f18b00;
    font-size: 1.8em;
    margin: 0;
	font-weight: bold;
}

.more-button {
 
    padding: 2px 25px;
  

}


@media (min-width:768px) {
.footer_list_item_img_m
{
display:none;

}


}

/*底部二维码*/



.float-icon_m:hover {
    transform: scale(1.1);
}



.qr-popup_m {
    position: fixed;
    bottom: 196px;
    right: 100px;
    width: 150px;
    height: 150px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    display: none;
    padding: 2px;
    z-index: 1000;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s, transform 0.3s;
}

.qr-popup_m.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.qr-popup_m img {
    width: 100%;
    height: 100%;
}

/* 添加三角形指示箭头 */
.qr-popup_m::before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 55px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: white transparent transparent;
}



/*shpin*/

.float-icon_shipin_m:hover {
    transform: scale(1.1);
}



.qr-popup_shipin_m {
    position: fixed;
    bottom: 196px;
    right: 60px;
    width: 150px;
    height: 150px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    display: none;
    padding: 2px;
    z-index: 1000;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s, transform 0.3s;
}

.qr-popup_shipin_m.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.qr-popup_shipin_m img {
    width: 100%;
    height: 100%;
}

/* 添加三角形指示箭头 */
.qr-popup_shipin_m::before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 55px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: white transparent transparent;
}

/*shipin*/

/*douyin*/

.float-icon_douyin_m:hover {
    transform: scale(1.1);
}


.qr-popup_douyin_m {
    position: fixed;
    bottom: 196px;
    right: 20px;
    width: 150px;
    height: 150px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    display: none;
    padding: 2px;
    z-index: 1000;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s, transform 0.3s;
}

.qr-popup_douyin_m.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.qr-popup_douyin_m img {
    width: 100%;
    height: 100%;
}

/* 添加三角形指示箭头 */
.qr-popup_douyin_m::before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 55px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: white transparent transparent;
}

/*douyin*/


.close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 24px;
    height: 24px;
    background: #f18b00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    cursor: pointer;
}
.close-btn_shipin {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 24px;
    height: 24px;
    background: #f18b00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    cursor: pointer;
}
.close-btn_douyin {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 24px;
    height: 24px;
    background: #f18b00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    cursor: pointer;
}

.animate-item {
    opacity: 0;
    transform: translateY(30px);
}

.animate-delay-1 {
    animation-delay: 0.2s !important;
}

.animate-delay-2 {
    animation-delay: 0.4s !important;
}

.animate-delay-3 {
    animation-delay: 0.6s !important;
}

.animate-delay-4 {
    animation-delay: 0.8s !important;
}


@media (max-width:768px) {
    .carousel {
        position: relative;
        width: 60%;
        height: 80%;
        background-color: rgba(255, 255, 255, 0.4);
        overflow: hidden;
        z-index: 1002;
        margin-left:7%;
       
    }

    .right-arrow {
        right: 25%;
        z-index: 1002;
    }

    .carousel-item {
        position: absolute;
       
     
     
        font-size: 1.5em;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
       
        z-index: 1002;
    
        left:10%;
        top:15%;
        position: absolute;
        
    }
    .carousel-item p {
        color: #7a848a;
        font-size:1.0em;
        position: relative;
        margin-left: 30px;
        margin-top:40px;
    }

    .carousel-item p a {
        color: #7a848a;
      
    }

    .indicators {
        position: absolute;
        bottom: 23%;
        left: 35%;
        transform: translateX(-50%);
        display: flex;
        z-index: 1002;
    }
    

    .carousel-container .background-image2 {
        position: absolute;
        top: -60px;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1001;
    }
    .carousel-container {
        position: absolute;
        width: 85%;
        height: 60%;
        display: flex;
       /* justify-content: center;
        align-items: center;*/
        right:0px;
    
    }

    
.body_container {
    width: 100%;
    background-image: url('../images/shzherenbg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 115vh;
    }

    .jiwaintruduce .leftjw{
        float:left;
        width: 100%;
    
    }
    .jiwaintruduce .rightjw{
        position: relative;
        width: 100%;
        color:#595757;
        margin-top:20px;
    
    
    }

    .jiwaintruduce .leftjw img{
        width: 100%;
        height: auto;
        position: relative;
        
        
       
    }

    .jianjie_container {
        position: relative;
        width: 100%;
        margin-top:450px;
       /* justify-content: center;
        align-items: center;*/
       margin-left: auto;
       margin-right: auto;
 
    }

    .jianjie_container::before{


        content: "";
        position: absolute;
        width:120px;
        height: 2px;
        
        background: #f18b00;
        z-index:1;
        top:15px;
    }

    .jianjie_container h1{
        color: #f18b00;
        font-size: 1.8em;
        font-weight: 600;
        width:50%;
        margin-top:-55px;
        margin-left:130px;
    }
    
.tabs p {
    margin:0px;
    }

    

.tablinks {


    padding: 5px 0px;
    font-size: 16px;

    width: 50%;
    color:#000;
    font-weight: bold;
}

.tablinks.active, .tablinks:hover {
    border-bottom:#f18b00 3px solid;
    width:50%;
}


.news-item {
    display: inline-block;

    margin:0 29px 40px 0px ;
    width:100%;

}

.news-item img {
    width: 100%;
    height: auto;
}

.tabcontent {
    display: flex;
    justify-content: space-between;
    margin-top:6%;
    margin-bottom:5%;
    padding:0 15px;

}

.news-item p {
    margin-top:3%;
    font-size: 13px;
    color: #595757;
    margin-left: 0%;
    margin-right: 0%;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    height: 40px;
 }


 .container3 {
    width: 100%;
    margin:0 auto;
    background-image: url('../images/footer.jpg');
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top:20px;
    padding-bottom: 20px;
    position: relative;

}

.footernav-item {

   
   
    margin-top:3%;
    color:#fff;
    font-size: 1.2em;
    font-weight: 600;
 
  /*  float: left;*/
   /* width:40%;*/
   flex: 1 1 calc(50% - 20px);
   
   
}

.footer_nav_container{

    display: flex;
    justify-content: center;
    margin:0 auto;
    width: 90%;
    flex-wrap:wrap;
    gap:20px;
}

.container4 ul li img{

    width:100%;
   
  }


  .bingliwang_content_left{
    width:80%; 
    background-color: #fff;
    height: 20vh;
  
    top:20%;   
    left: 10%; /* 左边缘移动到父元素宽度的50% */
    transform: translateX(-50%); /* 向左移动自身宽度的50%，实现水平居中 */
    position:absolute;
    padding: 10px 20px 10px 10px;


    }

.bingliwang_content_left p{

    font-size:0.5em;
    float: left;
    color:#000;
    display: flex;
    margin-bottom: 1px;

}
.bingliwang_content_left p img{

 width:18px;
 height:18px;
 margin-right:10px;
 float: left;

}
.bingliwang_content_left h2{

    font-size:0.4em;
    color:#000;
    font-weight: 600;
    margin-bottom:10px;
    float: left;
    width:100%; 

}
.bingliwang_advantage_content2{
    background-color:#efefef;
    height: auto;
    
    padding: 10px 20px 10px 40px;
    position: relative;
    
    }
    .bingliwang_advantage_content2 h2{
     font-size:1.8em;
        }

    .bingliwang_adv_tuoputu{
        background-color:#fff;
        height: auto;
        padding: 10px 0px 10px 0px;
        position: relative;
        }

        .bingliwang_adv_tuoputu h2{
            font-size:1.8em;
         
            }

 .solution_anli_content{

 width:100%;
 background-color:#fff;
 height:auto;
 position: relative;
            
}




.container7title{
    color:#fff;
    font-size: 1.4em;
    font-weight: 600;
    position: relative;
    text-align:center;
    padding-top:8%;
}

.container_down_title{
    color:#fff;
    font-size: 1.4em;
    font-weight: 600;
    position: relative;
    text-align:center;
    margin-top:20%;
}
.container_joinus_title{
    color:#c87d1b;
    font-size: 1.4em;
    font-weight: 600;
    position: relative;
    text-align:center;
    margin-top:10%;
}


.container5 {
    width: 100%;
    margin:0 auto;
    background-image: url('../images/solutionbg.jpg');
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top:10%;


}



.container10 p{
    position: absolute;
    top: 20%;
    width: 300px;
    text-align:right;
 
}


.container_proshow_title{
    color:#000;
    font-size: 1.1em;
    font-weight: 600;
    position: relative;
    
    padding-top:18%;
    padding-left:15%;
}


.product_tezheng_content h2{
	
    font-size:1.6em;
    color:#000;
    font-weight: 600;
    text-align: center;
    margin-top:3%;
}
.product_tezheng_content img{

  width:100%;
}


.product_canshu_content img{

    width:100%;
  }
.product_tezheng_list{
  
    display:block;
    margin-top:5%;

}

.product_tezheng_item{
    
  padding: 0px 10px 20px 0px;display: flex;text-align: center;justify-content: center;
 
}


.product_canshu_content{
    background-color:#fff;
   height:auto;

    padding: 10px 20px 10px 40px;
    }



    .container6 {
        width: 100%;
        margin:0 auto;
        background-image: url('../images/case.jpg');
        height: 85vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
 
 
    }


    .container8{
        width: 100%;
        margin:0 auto;
        background-image: url('../images/service04.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height:30vh;
        display: flex;
        justify-content: center;
        align-items: center;

    }   


 .service_introduce{

        background-image: url('../images/service_01.jpg');
        background-repeat: no-repeat;
        width:100%;
        height: 130vh;
        background-size:contain;
        background-position:0%;
    }


    .service_content{

        width: 100%;
        margin-top:5%;
        height:130vh;
        }

        .service_content_left{
            float: left;
            width: 100%;
           margin-left:0px;
            
        }
        .service_content img{
            width: 100%;
            float:left;
    
        }
         .service_content_left img{
        
           width:100%;
        
           margin-bottom: 8%;
        }
        
        .service_content_left p{
        
        
            font-size:0.9em;
            color:#858585;
        }




        .service_local_response_content{


            width: 100%;
            margin:0 auto;
            display:flex;
            justify-content:none;
            align-items: none;
            margin-top:-50px;
        }


        .service_response_item{
            flex: none;
            padding: 10px 0px 10px 0px;
            border-radius: 10px;
            width:17%;  
            float:left;
        }
      .service_item_line2{


        display: none;
      }  

      .service_response_item .service_item_line2_bottom{
        display: none;
      }


      .service_aftercontent .service_aftercontent_item img {
        width: 100%;
        height: auto;
    }


    .service_response_item  img{
        width: 50%;
    }



    .service_response_item .service_resp_img{

        width:50%;
     }
    

     .service_local_response{
        background-color:#efefef;
      
        height: 80vh;
      
        width:100%;
      
      }



      
 .service_content_warranty_content{

    width:100%;
    float:left;
    margin-top:2%;
  
   }


   .service_content_warranty{

    background-image: url('../images/service_26.jpg');
    background-repeat: no-repeat;  
    background-size: cover;
    width:100%;
    height: 35vh;

 }


 .service_content_warranty_content h2{
    color:#f18b00;
    font-size: 2.2em;
    font-weight: 600;
    position: relative;
    text-align:left;
    padding-top:1%;
    
    }


    .service_warranty_content_btn{
        float:left;
        width:100%;
       
    }


    .service_warranty_btn{
        background-color:#dcdddd;
        color:#000;
        padding:10px 35px;
        font-size:0.9em;
        border-radius: 20px;
        float:left;
        
    
        }

        .service_warranty_btn2{
            background-color:#dcdddd;
            color:#000;
            padding:10px 35px;
            font-size:0.9em;
            border-radius: 20px;
            float:left;
            margin-top:5px;
        
            }


            .service_content_warranty_content p{
                font-size:0.9em;
                font-weight: normal;
                color:#575757;
                padding-top:10px;
                padding-bottom:5px;
            
            
                }


 .container9{
width: 100%;
margin:0 auto;
background-image: url('../images/aboutjw.jpg');
height: 30vh;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
display: flex;
justify-content: center;
align-items: center;
             
  }

  .container_down{
    width: 100%;
    margin:0 auto;
    background-image: url('../images/downbanner.jpg');
    height: 30vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: grid;
    justify-content: center;
    align-items: center;
                 
      }


      .container_joinus{
        width: 100%;
        margin:0 auto;
        background-image: url('../images/joinbanner.jpg');
        height: 30vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: grid;
        justify-content: center;
        align-items: center;
                     
          }


  .aboutus_content_left {
    width: 100%;
    float:left; 
    margin-top: 10%;
    line-height: 25px;
    color:#000;
    

    }
    .aboutus_content_right{

    width: 100%;
    float:right;
    margin-top: 5%;
    text-align: center;
    margin-bottom: 30px;
    }
    .aboutus_content_right img{
        width:90%;

    }


    .honor_content{



        width: 100%;            
        height: 30vh;
        background-image: url('../images/aboutry.jpg');
  
 
        background-repeat: no-repeat;   
        background-size: cover;
      

    }


    .honor_content h2{

        color:#000;
        font-size: 1.5em;
        font-weight: 600;
        position: relative;
        text-align:center;
        padding-top:4%;
    }


    
    .contract_content_item{

        width:80%;
        float:right;
        background-color:#fff;
        margin-top:10%;
        padding: 10px 30px 10px 40px;
        border-radius: 15px;
        height:40vh;
        box-shadow: 0px 0px 10px rgba(160, 158, 158, 0.5); /* 水平偏移5px，垂直偏移5px，模糊半径10px，颜色为半透明黑色 */
    
    }
    .contract_content{
        width:100%;
        height:60vh;
        background-image: url('../images/contractusbg.jpg');
        background-repeat: no-repeat;
        background-size: cover; 
        background-position: center;
    }

    .container7{
        width: 100%;
        margin:0 auto;
        background-image: url('../images/productbanner.jpg');
        height: 30vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
   
 
    }


    .product-display .product-item {
        flex: 1 1 calc(50% - 20px); /* 每个产品项占25%宽度，减去间隙 */
        background-color: white;
        padding: 40px 20px 20px 20px;
        text-align: center;
   
    }

    .product-display_list .product-item_list {
       /* flex: 1 1 calc(50% - 20px); /* 每个产品项占25%宽度，减去间隙 */
        background-color: white;
        padding: 40px 20px 20px 20px;
        text-align: center;
        width:150px;
    }

 


    .container7content .product-display {
        width: 1230px;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    
        margin-top:5px;
        justify-content: center;
    }

    .container7content .product-display_list {
        width: 1230px;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    
        margin-top:5px;
       
    }


    .container7content{

        width: 100%;
        padding-top:40px;
       
       }


    .tablinks2 {


        padding: 8px 10px;
        font-size: 18px;
        background-color: #dcdddd;
        width: 120px;
        
        font-weight: 500;
        color:#000;
        border-radius:4%;
      
    }
    
    .tabs2 p {
    margin:0 72px;
    }
    
    .tablinks2.active, .tablinks2:hover {
        width: 120px;
     
        background-color: #f18b00;
        color:#fff;
    }



    .tabs2 {
      
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        width:100%;
        text-align: center;
        
   
    
    }



    .case-display .case-item {
        flex: 1 1 calc(50% - 20px); /* 每个产品项占25%宽度，减去间隙 */
        background-color: white;
        padding: 10px 5px 10px 5px;
    
    }

    .case_content_show{

        width:100%;
        height:auto;
        background-color:#fff;
    }


    .product-card {
        background: white;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        margin: 10px;
        padding: 60px 40px 60px 40px;
        min-width: 100%;
        display: flex;
    }


    .container_service{

        width:90%;
        margin:0 auto;
    }
    
    .service_response_item .circle {
   
        width: 35px;          /* 圆圈的直径 */
        height: 35px;         /* 圆圈的直径 */
        background-color: transparent; /* 背景透明 */
        border: 2px solid #dedfdf; /* 边框宽度和颜色 */
        border-radius: 50%;    /* 使得正方形变成圆形 */
        box-sizing: border-box; /* 确保边框不会影响圆圈的尺寸 */
        background-color:#efefef;
        display:flex;
        justify-content: center;
        align-items: center;
       

       
    }   


    
.service_response_item .circle_bottom{

    
    width: 35px;          /* 圆圈的直径 */
    height: 35px;         /* 圆圈的直径 */
    background-color: transparent; /* 背景透明 */
    border: 2px solid #dedfdf; /* 边框宽度和颜色 */
    border-radius: 50%;    /* 使得正方形变成圆形 */
    box-sizing: border-box; /* 确保边框不会影响圆圈的尺寸 */
    background-color:#efefef;
    display:flex;
    justify-content: center;
    align-items: center;
   
    /*margin-top:215px;*/

 }

 .service_local_response .service_local_response_content:before{


    content: "";
    position: absolute;
    width: calc(100% - 16.66%);
    height: 1px;
    top: 65%;
    background: #efefef;
    z-index:1;
}


.arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background-color: orange;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    z-index: 1002;
}

.left-arrow {
    left: 4%;
    z-index: 1002;

}   

.right-arrow {
    right:28%;
    z-index: 1002;
}




.rightjw .jwdianqijianjie p{

    margin-bottom:3%;
    font-size:1.1em;


}


.social-responsibility p {
    color: white;
    font-size: 1.1em;
	margin-top:3%;
	margin-bottom: 10%;
}


.counter-item h2 {
	
    color: #f18b00;
    font-size: 2.0em;
    margin: 0;
	display: inline-block;
}

.counter-item {
    display: flex;
    align-items: center;
    margin-bottom: 11%;
    margin-left:5%;
}

.fangan_container{

 
   padding-bottom:50px;

}






.footer_list_item_img{

display:none;

}



.solution_content_product_item h2,.solution_anli_content .container  h2{

    font-size:1.8em;

}


.bingliwang_advantage_content2 ul li img{

    width:36px;
    height:auto;

}

.bingliwang_advantage_content2 p{
	
    font-size:1.5em;
 
}


.bingliwang_adv_item{
    
    flex: 1 1 calc(33% - 80px);padding: 0px 20px 0px 20px;display: grid;text-align: center;justify-content: center;align-items: center;

}


.bingliwang_adv_tb{
    display: flex;
  
    justify-content: center;

    margin-top:40px;

}

.bingliwang_adv_tuoputu .container img{
    margin-top:5%;
  max-width: 100%;
  height: auto;
   }



   .solution_anli_item{

    flex: 1 1 calc(50% - 10px);
    padding: 0px 5px 0px 5px;

}



.service_aftercontent .service_aftercontent_item {
    flex: 1 1 calc(33% - 20px); /* 每个产品项占25%宽度，减去间隙 */
    background-color: white;
    padding: 30px 5px 10px 5px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    margin-right:10px;
    margin-bottom:10px;
  
}

.service_aftercontent{
    width: 100%;
    margin:0 auto;
    display: flex;
    justify-content:center;
    margin-top:5%;
    flex-wrap: wrap;
}


.service_aftercontent .service_aftercontent_item img {
    width: 40px;
    height: 40px;
}


.service_content_left p{


    font-size:1.1em;
    color:#858585;
}

.servce_aftersale p{
    color:#000;
    font-size: 1.8em;
    font-weight: 600;
    position: relative;
  
    padding-top:12%;
    text-align: center;
    
    }

.service_area .service_area_content p{
        color:#000;
        font-size: 1.2em;
        font-weight: 600;
        position: relative;
      
        padding-top:4%;
        text-align: left;
       
        
        }

    
.service_local_response p{
    color:#000;
    font-size: 1.8em;
    font-weight: 600;
    position: relative;
    text-align:center;
    padding-top:4%;
    
    }

    .service_area_title{

        font-size:1.8em;
        font-weight: 600;
    }


    .service_content_left{

   padding-bottom: 60px;
    }


    .service_area{

        width:60%;
        float:right;
        margin-top: 8%;
    
    }


    .service_local_response_content .service_response_item p{

        font-size:1.0em;
        font-weight: normal;
        height:70px;

    }


    .service_response_item img{
        height:30px;
        width:auto;
    }

    .service_content_warranty_content p{
    	font-size: 1.0em;;
    }

    .aboutus_content_left_img {
        width: 100%;  

        border-bottom: 2px solid #c9caca;
        padding-bottom: 15px;
        margin-bottom:20px;
        width:100%;
        
    
        }

 .aboutus_content_left p{

  font-size:1.1em;
  line-height: 30px;
        }


  .case-display .case-item img {
            max-width: 100%;
            height: auto;
        }

.container7content .case-display {
            width: 1230px;
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
        
            justify-content: center;
        }


        .sidebar ul li a {
            color:#fff;
         
         }
         
         .sidebar ul li a:hover {
             color:#fff;
             
          }


          .tablinks2 {

            font-size:14px;
          }

 .container7nav ul li a  {

            color:#fff; 
            font-size: 1.1em;
            padding:5px 5px;
        
          
        }

        .producttitle{

            color:#000;
            font-size: 2.2em;
            font-weight: 600;
            position: relative;
            text-align:center;
            padding-top:8%;
        }

        .container7nav ul  {

            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
     
        }

 .container10_solution{
        
    position: relative;
    width: 100%;
          
 }   
 .container10_p{
        
    width:90%;
    margin:0 auto;
    display:flex;
    justify-content:center;
 

  
}   




.bingliwang_content_img{
     
    width:100%;
    height:30vh;

}

.container_productshow{
    width:90%;
    height:auto;
    display:flex;
    justify-content:right;

}

.container10_img {
    width: 100%;
    height: 30vh;
   
}
.product_canshu_content h2{

    font-size:1.6em;
}

.container_caselist{
    width:100%;margin:0 auto;padding-top:65px;position:relative;
    }

.container_caseshow{

 width:100%;margin:0 auto;padding-top:50px;position:relative;

 }
 .case_content_show_item{

    width:90%;
    display: grid;
    margin:0 auto;
    justify-content: center;

    margin-top:10%;
}

.case_content_show_return p{
    float:left;
    font-size:0.9em;
    margin-right:50px;
    }



.swiper-container{

height:40vh;


}


.swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.banner_adv_largecontent{

  font-size:17px;

}

.banner_adv_smallcontent{

  font-size:14px;
}


.banner_adv{
   top:25%;


}


.header .navbar-default .dropdown-menu{


    display:none;
  
}



.container_input_down{
    width:100%;height:28px;background:#fff;bottom:5rem;
    display:flex;
    margin-top:-30%;
}

.container_input_joinus{
    width:300px;height:28px;background:#fff;bottom:5rem;
    display:flex;
    margin-top:-10%;
    border:1px solid #f18b00;
    justify-content:center;
    align-items:center;
}

.container_input_down .input_down{

    width:calc(100% - 28px);
    padding-left:.5rem;


  }

  .container_input_joinus .input_joinus{

    width:calc(100% - 28px);
    padding-left:.5rem;


  }

  .container_input_down .search_btn{

    width:28px;height:28px;
    background:#f18b00 url(../images/search.png) no-repeat center center;
    background-size:2rem auto;

}


.container_input_joinus .search_btn_join{

    width:68px;height:28px;
    background:#f18b00;
    background-size:2rem auto;
   font-size:18px;
   color:#fff;


}

.n-newdowm .rightbox .li .tit3,.n-newdowm .rightbox .li .time{

padding:0 5px;
}
.n-newdowm .rightbox .li .tit3{ background-size:5% 90%;}

}