body {
    
font-family: bootstrap-icons;

}

.bg-image {
    background-image: url('images/top1.jpg');
    background-size: cover;
    background-position: center center;
    height: 30vh; /* 或者你想要的任何高度 */
}

.bg-image2 {
    background-image: url('images/top2.jpg');
    background-size: cover;
    background-position: center center;
    height: 30vh; /* 或者你想要的任何高度 */
}

.bg-imagelianxi {
    background-image: url('images/lianxi1.jpg');
    background-size: cover;
    background-position: center center;
    height: 30vh; /* 或者你想要的任何高度 */
}
.bg-imagechanpin {
    background-image: url('images/chanpin1.jpg');
    background-size: cover;
    background-position: center center;
    height: 30vh; /* 或者你想要的任何高度 */
}



.dropdown:hover .dropdown-menu {
  display: block;
}



.wrapper {
  
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.company {
    position: relative;
    width: 100%;
  
    padding: 0;
   
    overflow: hidden;
}

.company-bg {
   
}

.left {
    position: absolute;
    top: 139px;
    left: 36px;
    width: 2px;
    height: 87.8%;
    background-color: #1b4698;
    opacity: 0.5;
}

.left::before {
    content: '';
    position: absolute;
    top: -33px;
    left: -5px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #376aca;
    border-right: 2px solid #376aca;
    transform: rotate(-45deg);
}

.left::after {
    content: '';
    position: absolute;
    top: -26px;
    left: -5px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #376aca;
    border-right: 2px solid #376aca;
    transform: rotate(-45deg);
}

.right {
    position: relative;
    margin: 100px 0;
    left: 81px;
   
}

.right h2 {
    font-size: 40px;
    color: #376aca;
    line-height: 2;
}

.right-con {
    position: relative;
    margin-bottom: 30px;
}

.right-con h2::before {
    content: '';
    position: absolute;
    left: -53px;
    top: 32px;
    width: 18px;
    height: 18px;
    background: url(images/company-history-icon.png) no-repeat;
}

.right-con video,.right-con img {
 
}

.right-con b {
    color: #376aca;
}

.right-con p {
  font-size: 0.8rem;
   
}
.lishikuan1
{
	width: 30rem;
}
.text-limit {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2; /* 限制行数为2 */
            overflow: hidden;
        }
		
.animated-element {
  display: inline-block; /* 确保元素可以正确应用动画 */
  transition: transform 0.5s ease; /* 平滑过渡效果 */
}
 
.animated-element:hover {
  animation: bounce 1s; /* 使用bounceIn动画 */
  transform: scale(1); /* 确保元素大小不变 */
}

.zituyanse1{
	color: #717171;
	font-size: 0.8rem;
	
}

.img-zoom {
            transition: transform 0.3s ease; /* 平滑过渡效果 */
        }
.img-zoom:hover {
            transform: scale(1.04); /* 放大10% */
        }		
.erjinavbar-nav {
		  flex-wrap: wrap; /* 允许换行 */
		}
.navbar-nav {
		  flex-wrap: wrap; /* 允许换行 */
		}	
.erjianniubj{
			background-color: #e7f0f7;			
		}		
.erjianniubj a{					
					color:#003175;
					}
.erjianniubj:hover {
    background-color:#59b7ff; 
}
.erjianniubj:hover a{   
	color: #ffffff;   
}

.water{
    position: absolute;
    width: 100%;
    height: 380px;
    bottom: -134px;
    animation-name: water;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    z-index: -2;
}
.water img {
    width: 100%;
}
 .water:nth-child(1){
    animation-delay: 300mss;
}
 .water:nth-child(2){
    animation-delay: 500ms;
}
.water:nth-child(3){
    animation-delay: 700ms;
}
.products-con{
  
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@keyframes water{
    0%{bottom:-134px;}
    50%{bottom:-124px;}
    100%{bottom:-134px;}
}

.xiahuadiv {
 border-bottom:1px solid #e4e4e4; /* 下划线的宽度和颜色 */
 padding-left: 1rem;
  width: 80%;
}
 .index1-height {
   height: 56.25rem;
 }
  .index2-height {
    height: 43.6875rem;
  }

.img-container {
    position: relative;
}
.hotspot {
    position: absolute;

}