img{
    -webkit-user-drag: none;
    width: 100%;

}

.navbar-default {
    background-color: #dbe2e994;
    border-color: #e7e7e7;
}

/* 导航栏悬浮下划线 */
/* #top li::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-bottom: 2px solid rgba(0, 0, 255, 0.473);

}

#top li:hover::before {
    width: 100%;
} */

.active{
    color: #0096FF;
    border-bottom: 2px solid rgba(0, 162, 255, 0.705);
}
.container{
    max-width: 1200px;
    min-width: 600px;
}

.container-fulid{
    min-width: 600px;
    
}

/* #top li:hover{
    border-bottom: 2px solid rgba(0, 162, 255, 0.705);
} */

#top li a{
    color: #333333;
    font-weight: 500;
    font-size: 17px;
    padding-top: 27px;
    padding-bottom: 27px;
    margin-left: 25px;
    margin-right: 25px;
}

#top li a:hover{
    color: #0096FF;
    border-bottom: 2px solid rgba(0, 162, 255, 0.705);
}

.navbar-brand img{
    height: 39px;
    width: 112px;
    margin-left: 50px;
}




#bbs{
    padding: 80px 0;/*上下80左右0在缩小时顶左右格*/
    text-align: center;
  }
  #bbs a{
    color:#212121;
    text-decoration:none;/*去掉链接下面的下划线*/
  }
  #bbs img{
    margin: 0,auto;/*图片居中*/
    border-radius: 10px;

  }

  
  #bbs h3{
    font-weight: bold;
  }
  #bbs .col-md-4{
    padding: 15px;
    /* margin: 5px; */
    }


 .product-box{
    width: 100%;
    height: 998px;
    background-image: url('../img/image 1.png');
    background-size: cover;
    text-align: center;
 }


 .product-title1{
    padding-top: 70px;

 }


 .product-title1 p{
     font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
 font-weight: 500;
 font-size: 38px;
 color: #000000;
 line-height: 45px;
 text-align: center;
 font-style: normal;
 text-transform: none;
 }

 .product-title2{
    padding-bottom: 48px;
 }


 .product-title2 p{
font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
font-weight: normal;
font-size: 24px;
color: #666666;
line-height: 28px;
text-align: center;
font-style: normal;
text-transform: none;
 }

 .product{
    float: left;
 }

 .product1{
    height: 687px;
 }

  /*浮动在上面*/
  /* #bbs .col-md-4:hover{
     background: #f1e1ed;
     box-shadow:1px 1px 4px #ccc;
    
     
  } */
  .title-box{
    margin-bottom: 50px;
  }


  .productcontent{
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row ;
    justify-content:center;
   
  }



  .pi-3{
    float: left;
    padding-right: 33px;
    transition: transform .2s; /* 动画 */
    /* padding-right: 50px;
    padding-left: 73px; */
    
    
  }


  .pi-3 img{
    border-radius: 10px;
   
  }


  .pi-3:hover{
    color: white;
    border-radius: 10px;
    transform: scale(1.01); /* （100% 缩放 - 注意：如果缩放太大，它会超出视口） */
    
    .p3-h{
        display: block;
    }

    .p3-c{
        display: none;
    }
  }


  .pi-2{
    transition: transform .2s; /* 动画 */
    padding-right: 34px;
    float: left;
   

  }

  .pi-2 img{
    border-radius: 10px;

  }

  .pi-2:hover{
    color: white;
    border-radius: 10px;
    transform: scale(1.01); /* （100% 缩放 - 注意：如果缩放太大，它会超出视口） */
    .p2-h{
        display: block;
    }

    .p2-c{
        display: none;
    }
  }


  .pi-1{
    transition: transform .2s; /* 动画 */
    float: left;
 

  }

  .pi-1 img{
    border-radius: 10px;
    
   
  }



  .pi-1:hover{
    color: white;
    border-radius: 10px;
    transform: scale(1.01); /* （100% 缩放 - 注意：如果缩放太大，它会超出视口） */
    
    .p1-h{
        display: block;
    }

    .p1-c{
        display: none;
    }
  }

  .p3-c{
    width: 100%;
    height: 100%;

  }

 .p2-c{
  width: 100%;
  height: 100%;
}

  .p1-c{
    width: 100%;
    height: 100%;
  }


    .p3-h{
    display:none;
    width: 100%;
    height: 100%;
    }
    
    .p2-h{
        display: none;
        width: 100%;
        height: 100%;
    }
    
    .p1-h{
        display:none;
        width: 100%;
        height: 100%;
    }
    



  /* .product_inner {
    box-shadow: 0 0 10px 0 rgba(101, 99, 228, 0.2);
    margin-bottom: 30px;
    border-radius: 10px;
    transition: transform .2s; /* 动画 */
/* } */

.product_inner:hover{
    /* background-color: black; */
    color: white;
    border-radius: 10px;
    transform: scale(1.1); /* （100% 缩放 - 注意：如果缩放太大，它会超出视口） */
    
    .p3-h{
        display: block;
    }

    .p3-c{
        display: none;
    }
} 



.title-1{
    text-align: right;
    border-bottom: 30px;
}

.pi-text{
    padding: 20px;
}

.pi-img{
    padding: 20px;
    text-align: right;
}

.pi-img img{
    height:400px ;
    width: 500px;
    border-radius: 10px;
   

}






  /* 回到顶部 */
  .backTop {
    /* 固定定位 */
    position: fixed;
    bottom: 250px;
    right: 0;
    margin-right: 20px;
    z-index: 999;
    /* 回到顶部样式 */
    width: 35px;
    height: 35px;
    background-color: deepskyblue;
    /* 字体在元素中水平垂直居中 */
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: white;
    /* 设置圆角 */
    border-radius: 50%;
    /* 设置过渡效果 */
    transition: all linear 0.5s;
    cursor: pointer;
    /* 隐藏 透明度为0 */
    opacity: 0;
  }


  .banner-img{
    width: 100%;
    height: 705px;
    background-image: url('../img/banner.jpg');
    background-size: cover;
  }

  .banner-title{
    color:#0096FF ;
    padding: 20px;

  }


 .detail img{
    width:auto;
    height:auto;
    width: 100%;
    max-height:100%;   

  }

  .data img{
    width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  }


  .news-section{
    width: 100%;
    height: 992px;
    background-color: white;
    /* background-image: url('../img/Group 20.png');
    background-size: cover; */
  }


  .news-sectione{
    width: 100%;
    height: 992px;
    background-color: white;
    /* background-image: url('../img/english/Group20-e.png');
    background-size: cover; */
  }

  .newslist-box{
    /* padding-top: 215px; */
    padding-bottom: 10%;
    width: 100%;
    height: 715px;
    margin: auto;
    display: flex;
    flex-direction: row ;
    justify-content:center;
   
  }

  /* .newslist-box img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;

  } */

  .news1{
    /* padding-left: 75px;
    padding-right: 30px; */
    float: left;
  }

  .news1 img{
    /* width: 572px; */
    width: 100%;
    height: 100%;
  }

  .news2 img{
    width: 100%;
    height:100%;
  }

  .news3 img{
    width: 100%;
    height: 100%;
  }

  .news2{
    float: left;
  }



  footer img{
 width:auto;
 height:auto;
 max-width:100%;
 max-height:100%;
  }


.footbox{
  height: 100%;
  width: 100%;
  background-color: #EAEAEA;
  display: flex;
  flex-direction: row
}

.brand-f{
  margin-left: 14%;
  margin-top: 78px;
  margin-right: 14%;
  margin-bottom: 80px;

}


.line-f{
  margin-top: 85px;
  margin-right: 10%;
}


  .mail{
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
font-weight: 700;
font-size: 1.5vw;
color: #3C3C3C;
line-height: 29px;
text-align: left;
font-style: normal;
text-transform: none;
margin-top: 65px;
margin-right: 5%; ;
/* margin-top: 133px;
margin-left: 840px; */
  }

  .sas{
    margin-top: 65px;
   
  
  }

  .sas ul li{
    list-style:none;
    
  }

  .sas a{
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 1.3vw;
    color: #3C3C3C;
    line-height: 65px;
    text-align: left;
    text-decoration: none;

  }


  .sas-p{
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    font-weight: 700;
    font-size: 1.5vw;
    color: #3C3C3C;
    line-height: 29px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }







