h2,h3{
  margin-bottom: 32px;
  margin-top: 32px;
}
/* .header.container{
    height: 100px;
} */


.logo img{
    width: 240px;
    height: 56px;
    margin-top: 20px;
}

.h-navbar {  
    background-color:white; /* 背景色 */  
    padding-top: 10px;
}  
  
.h-navbar ul {  
    list-style-type: none;  
    margin: 0;  
    padding: 0;  
    display: flex; /* 使用flex布局 */  
}  
  
.h-navbar li {  
    position: relative; /* 为二级菜单定位做准备 */  
}  
  
.h-navbar li a {  
    display: block;  
    color: black; /* 链接文字颜色 */  
    font-size: 18px;
    text-align: center;  
    padding: 14px 16px;  
    text-decoration: none;  
}  
  
.h-navbar li a:hover {  
    background-color:aliceblue; /* 鼠标悬停背景色 */  
}  
  
/* 二级菜单样式 */  
.h-navbar li ul {  
    display: none; /* 默认隐藏二级菜单 */  
    position: absolute;  
    z-index: 1000;
    top: 100%; /* 二级菜单位于一级菜单下方 */  
    background-color: white; /* 背景色与一级菜单一致 */  
    list-style-type: none;  
    padding: 0;  
    width: 100%; /* 宽度与一级菜单一致 */  
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); /* 阴影效果 */  
    background-color: rgba(255, 255, 255, 0.7);
}  
  
.h-navbar li ul li {  
    float: none;  
    display: block;  
}  
  
.h-navbar li ul li a {  
    padding: 10px 16px;  
}  
  
.h-navbar li:hover ul {  
    display: block; /* 鼠标悬停时显示二级菜单 */  
}  



.list-inline.navbar-nav{
    margin-top: 16px;
}

ul{
    list-style: none;
}

.banner{  
  position: relative;  
  /* height: 260px;   */
  overflow: hidden; /* 隐藏超出容器的内容 */  
}  

.v-banner video {  
  width:1200px;  
  height: auto;   
}  

video::-webkit-media-controls-enclosure {
    display: none;
}

h2{
    font-size: 28px;
    color: #12356d;
    border-bottom: solid #12356d;
}

h3{
    font-size: 34px;
    font-weight: bold;
    color: #12356d;
}

h4{
    font-size: 18px;
    font-weight: bold;
    color: rgb(86, 84, 84);
}

h5{
    font-size: 20px;
    font-weight: bold;
}

.about button{
    width: 130px;
    height: 50px;
    font-size:16px;
    color: #12356d;
}
.about_img{
    margin-top: 35px;
    padding-left: 100px;
}
.about_img img{
    width: 100%;
    height: 485px;
}

.title{
    display: flex;
    justify-content: center;
}

.navbar {  
    background-color: #fff; /* 导航栏背景色为白色 */  
    text-align: center; /* 导航栏内容居中显示 */  
  }  

.navbar a {  
    display: inline-block; /* 链接以行内块级元素显示 */  
    background-color: #12356d; /* 默认深蓝色背景 */  
    color: #fff; /* 白色字体 */  
    text-decoration: none; /* 去除下划线 */  
    padding: 10px 20px; /* 内边距 */  
    text-align: center; /* 文字水平居中 */  
    line-height: 42px; /* 垂直居中，与上下padding总和相等 */ 
    min-width: 150px;
    height: 65px;
    font-size: 23px;
    margin: 0 5px; /* 外边距 */  
  }  


.navbar a.actived,.navbar a:hover {  
    background-color: #D36036; /* 鼠标悬停时背景色变深 */  
  }  

.solution img{
    height: 174px;
    width: 100%;
  }

.solution.btn{
    padding-bottom: 20px;
  }

  /* 自定义样式 */  
.news-item {  
      margin-bottom: 20px; /* 每个新闻条目之间的间距 */  
  }  

.news-item a{
  color: black;
}

.news-item h4{
  margin-top: 15px;
}

.news-item img {  
      width: 100%; /* 图片宽度100% */  
      height: auto; /* 图片高度自适应 */  
      margin-top: 15px;
  }  
.news-content {  
      margin-top: 10px; /* 内容与标题之间的间距 */  
  }  

.news-details {  
      /* 新闻详细信息的样式 */  
  }  
.news-time {  
      font-size: 0.8em; /* 时间字体大小 */  
      color: #6c757d; /* 时间字体颜色 */  
      margin-top: 5px; /* 时间与内容之间的间距 */  
  }  

.i-navbar {  
    background-color: #fff; /* 导航栏背景色为白色 */  
    text-align: left; /* 导航栏内容居中显示 */  
  }  

.i-navbar a {  
    display: inline-block; 
    background-color: #F5F5F5; 
    color: black; 
    text-decoration: none;  
    padding: 10px 20px; 
    text-align: center; 
    line-height: 42px; 
    min-width: 150px;
    height: 65px;
    font-size: 18px;
    margin: 0 5px;  
  }  
  
.i-navbar a.actived,
.i-navbar a:hover {  
    background-color: #D36036; /* 鼠标悬停时背景色变深 */  
  }  

  .int_main,.pro_main{
    padding-top: 25px;
  }

  .footer{
    background-color: rgb(24, 19, 19);
    margin-top: 40px;
  }
 
  .footer .footer-nav h4{
    margin-top: 36px;
    color: white;
  }

  .footer .footer-nav ul{
    padding: 0;
    margin: 0;
  }

  .footer .footer-nav li{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    color: white;
  }

  .footer .footer-nav a{
    color: white;
  }

  .footer .footer-nav p1{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    color: white;
  }

  .footer .contact h4{
    margin-top: 36px;
    color: white;
  }
  .footer .contact p{
    margin-top :20px;
    font-size: 16px;
    color: white;
  }

  .publish p{
    margin-top :10px;
    font-size: 16px;
    color: white;
  }

  .publish{
    background-color: black;
  }

  .carousel-inner img{
    height: 300px;
  }

  .carousel-inner h4{
    text-align:left;
    color: black;
  }

  img{
    max-width: 100%;
    height: auto;
  }

  p{
    font: 16px/1 system-ui,Microsoft YaHei,微软雅黑,arial,tahoma,MicrosoftJhengHei, sans-serif; 
    line-height: 1.5;
  }

  p.indented{
    text-indent: 36px;
    margin: 0;
    line-height: 2;
    font-size: 18px;
  }

  li{
    font-size: 17px;
    margin-bottom: 10px;
  }

  .embed_example{ 
    align-items: center;  
    text-align: center;  
  }

  .news p{
    font-size: 16px;
  }

  .dis img{
    padding-left: 16%;
    padding-top: 10%;
  }

  .job-header {  
    background-color: #f5f5f5;  
    cursor: pointer;  
    transition: background-color 0.3s ease;  
}  

.job-header:hover {  
    background-color: #e6e6e6;  
    color: #007bff;  
}  

.job-header .toggle-icon {  
    color: #777;  
}  

.job-header:hover .toggle-icon {  
    color: #007bff;  
}  

.job-header.collapsed .toggle-icon::before {  
    content: '+';  
}  

.job-header:not(.collapsed) .toggle-icon::before {  
    content: '−';  
}  

.modal-header {  
    border-bottom: 1px solid #ccc;  
}  

.form-group {  
    margin-bottom: 15px;  
}  

.form-group .col-sm-6 {  
    padding-right: 15px;  
}  

.form-group .col-sm-6:last-child {  
    padding-left: 15px;  
}  

.medical_pro1 img,.solution_pro1 img,.app_pro1 img,.auto_pro1 img{
  height: 140px;
  margin-bottom: 16px;
}

.medical_pro2 img,.solution_pro2 img,.app_pro2 img,.auto_pro2 img{
  height: 160px;
  margin-bottom: 16px;
}

.brand img{
  width: 240px;
  height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.friends img{
  width: 160px;
  height: 55px;        
}
.friends .col-md-2{
  border: 1px solid #777;
  margin-left: 30px;
  margin-bottom: 20px;
  background: white;
}

.custom-bg {  
  /* 这里你可以添加自定义的背景图像或CSS渐变 */  
  background: #f0f0f0; /* 示例背景色 */  
  /* 可以添加其他背景图像或渐变 */  
}  

.td img{
  height: 210px;
}

.pannel-heading{
  padding-left: 15px;
  padding-top: 10px;
}

.service img{
  margin-top: 10px;
  margin-bottom: 10px;
}

.language li{
  display: inline-block;
}

.int_main .i-navbar{
  text-align: left;
}

.footer .solution li{
  text-indent: 18px;
}

p.en{
  font-size: 17px;
}