@media only screen and (min-width: 1201px) {

  .header-bg .section-title {
    top: 50%;
  }
  .index-about-link .index-about-link-content {
    padding-left: 13%;
    padding-right: 13%;
  }

}
@media only screen and (min-width: 1600px) {
  /*  首页-战略 */
  .index-strategic {
    height: 960px;
  }
  .index-strategic .img-c {
    width: 360px;
    height: 360px;
  }

}
@media only screen and (min-width: 1920px) {
  /*  首页-战略 */
  .index-strategic {
    height: 1100px;
  }
  .index-strategic .img-c {
    width: 400px;
    height: 400px;
  }

  .header-bg .fe-box .fe-1 {
    position: absolute;
    left: 33vw;
    top: 190px;
    height: 110px;

  }
  .header-bg .fe-box .fe-2 {
    position: absolute;
    left: 16vw;
    top: 370px;
    height: 110px;

  }

  .header-bg .fe-box .fe-3 {
    position: absolute;
    left: 36vw;
    top: 550px;
    height: 110px;
  }

}

@media only screen and (max-width: 1200px) {
  .merge-header .header-bg .bg {
    min-height: auto;
  }

  .merge-header .content-wrapper {
    position: relative;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 44px 64px;
    margin-top: 0;
    gap: 15px;
  }

  .merge-header .content-wrapper .content-item {
    margin-bottom: 10px;
    background: #ffffff;
    border: 1px solid #dce9f2;
    border-radius: 12px;
    padding: 16px 20px;
    margin-left: 0;
    margin-right: 0;
    min-height: 100px;
  }

  .merge-header .content-wrapper .c-l img {
    width: 50px;
    height: 50px;
  }
  .header-bg .section-title {
    top: 250px;
  }
  .header-bg .section-title .info-1 {
    font-size: 30px;
  }
  .about-link .about-link-location {
    position: relative;
    top: 0;
    right: 0;
    width: 40vw;
  }

  .index-strategic .img-c {
    width: 270px;
    height: 270px;
  }
}

@media only screen and (max-width: 980px) {
  /* 顶部文字定位 */
  .merge-header .header-bg .bg {
    min-height: auto;
  }

  .header-bg .section-title {
    top: 200px;
  }
  .header-bg .fe-box .fe-1 {
    position: absolute;
    left: 20vw;
    top: 150px;
    height: 90px;
  }
  .header-bg .fe-box .fe-2 {
    position: absolute;
    left: 6vw;
    top: 350px;
    height: 90px;
  }

  .header-bg .fe-box .fe-3 {
    position: absolute;
    left: 28vw;
    top: 550px;
    height: 90px;
  }

  .merge-header .content-wrapper {
    flex-direction: column;
  }

  .merge-header .content-wrapper .content-item {
    min-height: 140px;
    padding: 10px 16px;
  }

  .about-link .about-link-location {
    position: relative;
    top: 0;
    right: 0;
    width: 40vw;
  }
  /*** 新闻列表 article_news Start***/
  .newlist-container {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  video.edui-upload-video {
    width: 360px; /* 手机上宽度固定为400px */
    height: 280px;
  }
  .wrapper_1200 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-container {
    border-bottom: none;
    padding-left: 0;
  }
  .header-bg .nav-wrapper {
    padding-top: 0;
  }
  .navbar-light .navbar-brand img {
    max-height: 70px;
  }
  .header-container .logo {
    width: 120px;
  }

  .navbar .offcanvas-body{
    padding: 0;
  }
  .navbar .navbar-light .navbar-nav .nav-link {
    text-align: left;
    text-indent: 30px;
  }

  .navbar .dropdown .dropdown-item {
    text-align: left;
    text-indent: 30px;
  }

  .dropdown .dropdown-item {
    background: none;
  }
  /* 隐藏下拉箭头 */
  .dropdown-menu {
    background: none; /* 去掉背景 */
    border: none; /* 去掉边框 */
    padding-right: 0; /* 去掉右侧内边距 */
  }

  .navbar .dropdown-toggle::after {
    display: none; /* 隐藏箭头 */
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }

  .navbar .navbar-expand-lg.bg-light {
    background: rgba(255, 255, 255, 0) !important;
  }
  .navbar-light .navbar-nav .nav-item .nav-link {
    text-align: left;
    text-indent: 30px;
    width: 100%;
  }

  .navbar-light .navbar-nav .nav-link.active::before {
    height: 0;
    background-color: inherit;
  }

  /* 线颜色 */
  .navbar-light .navbar-nav .nav-item:hover::before{
    width: 2px;
    height: 50px;
  }
  .navbar-light .navbar-nav .nav-item:hover .nav-link{
    background-color: #b8e4fc; /* 线的颜色 */
  }
  .navbar .dropdown .dropdown-item{
    color: #2CA4DC !important;
  }
  /*** 首页 专家 Start***/

  .owl-carousel .owl-dots{
    width: 100vw;
  }
  .owl-carousel .iconfont.prev {
    top: 20%;
    left: 5vw;
  }
  .owl-carousel .iconfont.next {
    top: 20%;
    left: 85vw;
  }
  .title-cn {
    font-size: 20px;
  }
  .title-en {
    font-size: 12px;
  }
  .title-cn-mobile {
    font-size: 16px;
  }
  .title-en-mobile {
    font-size: 12px;
  }

  .footer .logo-col {
    display: none;
  }

  /*** 首页 index_product Start***/
  .index-news-part-container .feature-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 34px;
    height: 240px;
  }

  .index-news-part-container .index-news-right-item .news-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 34px;
  }

  .index-news-part-container .position-btn {
    right: 20px;
    background: rgba(255, 255, 255, 0.1);
  }

  /*** footer footer Start***/

  .footer .footer-wrap .foot_nav {
    margin: 0; /* 移除水平间距 */
  }
  .footer .footer-wrap .foot_nav .lv1::after {
    /* background-color: transparent; */
    width: 1px;
    height: 10px;
    top: 4px;
  }
  .footer .footer-wrap .foot_nav .lv1 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 6px;
    margin-bottom: 6px;

    width: 50%;
  }

  .footer .footer-wrap .foot_nav .lv1 .first-lv {
    font-size: 20px;
    width: 112px;
  }
  .footer .footer-wrap .foot_nav .lv1 .item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 10px;
  }
  .footer .footer-wrap .foot_nav .lv1 .item {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .footer .footer-wrap .foot_nav {
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .footer .footer-wrap .footer_t .foot_nav .nav_subtit .subtit a,
  .footer .footer-wrap .footer_t .foot_nav .tit a {
    font-size: 18px;
  }
  .footer .footer-wrap .footer_t .foot_nav {
    flex: 0 0 100%;
  }
  .footer .footer-wrap .footer_t .foot_nav .nav_subtit {
    margin: 10px 0;
  }
  .footer .footer-wrap > .hr2,
  .footer .footer-wrap > .hr1 {
    margin: 20px 0;
  }
  .footer .footer-wrap .footer_share > a {
    width: 120px;
  }
  .footer .footer-wrap .footer_share .footer_share_r > a img {
    height: 20px;
  }
  .footer .footer-wrap .footer_t .foot_nav {
    margin-bottom: 10px;
  }
  .footer .footer-wrap .footer_t .foot_nav:last-child {
    margin-bottom: 0;
  }
  .footer .footer-wrap .footer_t .foot_nav .nav_subtit .subtit {
    margin-bottom: 10px;
  }
  .footer .footer-wrap .footer_t {
    flex-wrap: wrap;
  }
  .footer .footer-wrap .footer_t .foot_nav .nav_subtit {
    display: none;
  }
  .footer .footer-wrap .footer_t .foot_nav .tit svg {
    display: inline-block;
    transform: rotate(0);
    transition: all 0.2s linear;
  }
  .footer .footer-wrap .footer_t .foot_nav .tit svg.act {
    transform: rotate(90deg);
  }
  .footer .footer-wrap .footer_t .foot_nav .tit {
    display: flex;
    justify-content: space-between;
  }
  .footer .footer-wrap .footer_b {
    flex-wrap: wrap;
  }
  .footer .footer-wrap .footer_b > div {
    flex: 0 0 100%;
  }

  /* 顶部文字定位 */
  .index-header-bg {
    width: 140%;
    height: 290px;
    background-size: cover;
  }

  .header-bg .section-title {
    top: 120px;
  }
  .merge-header .content-wrapper {
    flex-direction: row;
    padding: 5px;
    margin-top: 30px;
    gap: 10px;
  }

  .merge-header .header-bg .bg {
    /* height: 320px; */
  }

  .header-bg .fe-box .fe-1 {
    position: absolute;
    left: 20vw;
    top: 80px;
    height: 50px;
  }
  .header-bg .fe-box .fe-2 {
    position: absolute;
    left: 6vw;
    top: 150px;
    height: 50px;
  }

  .header-bg .fe-box .fe-3 {
    position: absolute;
    left: 28vw;
    top: 220px;
    height: 50px;
  }

  /*  药品样式 */
  .header-bg .section-title .info-1 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .header-bg .section-title .info-2 {
    font-size: 12px;
  }

  /*  首页-关于*/

  .about-link .about-link-location {
    position: relative;
    top: 0;
    right: 0;
    width: 40vw;
  }
  .index-about-link {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }

  /*  首页-新闻样式 */
  .index-news-part-container {
    padding-bottom: 20px;
  }
  .product-feature-box-2 {
    justify-content: center;
  }
  .index-news-part-container .index-news-part-item {
    width: 83.6%;
    margin-right: 0;
  }
  .index-news-part-container .index-news-box {
    display: flex;
    flex-direction: column;
  }
  .index-news-part-container .index-news-left-item {
    width: 100%;
  }
  .index-news-part-container .index-news-right-item {
    width: 100%;
  }
  .index-news-part-container .new-left-img-box {
    height: 500px;
  }
  .index-news-part-container .feature-img-bg {
    height: 280px;
  }

  .index-news-part-container .index-news-right-item .index-news-right-subitem{
    height: 400px;
  }

  /*  首页-专家团队 */
  .owl-carousel li a {
    height: 510px;
  }
  .index-export-container .export-img {
    left: 50%;
    transform: translate(-50%, 0);
    width: 180px !important;
    height: 247px;
  }
  .index-export-container .export-infos {
    left: 32px;
    top: 130px;
    text-align: center;
    width: 100vw !important;
  }
  .index-export-container .export-bg {
    height: 100%;
  }
  .index-export-container .export-infos {
    left: 0 !important;
    padding: 0 20px;
  }
  .index-export-container .export-name {
    margin-top: 60px;
    font-size: 24px;
  }
  .index-export-container .export-title {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 18px;
  }
  .index-export-container .export-experience {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 16px;
  }
  .owl-carousel .iconfont {
    left: 100%;
  }

  .merge-header .content-wrapper .c-l img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .merge-header .content-wrapper .content-item {
    min-height: 194px;
    width: 100%;
    padding: 8px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .merge-header .content-wrapper .c1 {
    margin-top: 10px;
    font-size: 12px;
  }

  .merge-header .content-wrapper .content-item .c-l {
    width: 80px;
  }

  .index-about-link-content {
    width: 92%;
  }
  .index-about-link .index-about-link-location{
    padding-left: 35px;
    padding-right: 35px;
  }

  .index-about-link .content-wrapper {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  /*  首页-战略 */
  .index-strategic {
    height: 749px;
    margin-top: 30px;
  }
  .index-strategic .img-c {
    width: 220px;
    height: 220px;
  }
  .index-strategic .img-c1 {
    position: absolute;
    left: 160px;
    top: 80px;
  }
  .index-strategic .img-c2 {
    position: absolute;
    left: 30px;
    top: 250px;
    
  }
  .index-strategic .img-c3 {
    position: absolute;
    left: 140px;
    top: 450px;
  }

  .foot_nav {
    display: flex;
    flex-direction: column;
  }

  .footer-nav-item {
    margin-bottom: 15px;
  }

  .footer-nav-title {
    font-weight: bold;
    margin-bottom: 5px;
  }

  .footer-nav-submenu {
    padding-left: 15px;
  }

  /*** 投资  Start***/

  .incruit-development-section {
    background-size: cover;
    background-position: 45% center; /* 将背景图片定位在右下角 */
  }
  /*** 投资  End***/


  /*** 新闻列表***/
  .newlist-container .box-row-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .newlist-container .feature-img-box {
    width: 100%;
  }

  .newlist-container .feature-img {
    width: 100%; /* 使图片宽度填满父元素 */
    height: 100%; /* 使图片高度填满父元素 */
    object-fit: cover; /* 控制图片的显示方式 */
  }
  .newlist-container .feature-content {
    margin-left: 0;
    margin-top: 20px;
  }

  .about .about-second {
    background-size: contain;
  }
  .about .about-company-address .code-content{
    top: 50px;
  }
  .about .about-company-address .about-company-qrcode{
    width: 65%;
    height: 340px;
    margin: 0 auto;
  }
  .about .about-company-address .codebg{
    height: 340px;
  }
  .about-company-address .title-content{
    font-size: 15px;
  }
  .about-address-padding{
    padding: 0 50px;
  }

/*** 移动端导航菜单 Start***/

  .offcanvas {
    width: 80% !important; /* 设置宽度为50% */
    max-width: 300px; /* 设置最大宽度,防止在大屏幕上过宽 */
    background-color: #cceff5; /* 浅灰色背景 */
  }


  /* 可选:调整关闭按钮颜色,使其在浅灰色背景上更明显 */
  .custom-offcanvas .btn-close {
    color: #333;
  }


}


@media only screen and (min-width: 580px) {
  .index-about-link-content {
    width: 60%;
  }
  .custom-offcanvas {
    width: 100% !important;
  }

}
