.new-header {
  border-top: unset;
  background: rgba(255, 255, 255, .5);
  box-shadow: 0 0px 1px rgba(51,51,51,0.8);
  z-index: 999;
}

.new-header .nav{
  width: 60%;
}
.new-header .nav .nav-list1{
  display: flex;
  justify-content: end;
}

.new-header .nav .nav-list1 > li:hover,
.new-header .nav .nav-list1 > li.active,
.new-header .second-nav .second-nav-box .nav-sub li:hover {
  background: unset;
  color: #0389FF;
  font-weight: 700;
}
.new-header .nav .nav-list1 > li {
  width: 25%;
  height: 100px;
  font-size: 18px;
  transition: all 0.4s;
  /* padding-right: 24px; */
}
.new-header .nav:hover + .second-nav,
.new-header .second-nav:hover {
  display: block;
}
.new-header:has(.nav:hover), .new-header:has(.second-nav:hover) {
  background: #fff;
}
.new-header.hidden {
  top: -100px;
}
.new-header.hidden .second-nav {
  display: none;
}

.new-header .second-nav {
  display: none;
  width: 100%;
  margin-top: 100px;
  background: #fff;
  border-image-slice:0 20% 90% 20%;
  border-image-width:0 400px 310px 400px;
  border-image-outset:0;
  box-shadow:0 0 1px #555;
}
.new-header .second-nav .second-nav-box .nav-sub {
  display: inline-block;
  width: 15%;
  /* width: 10.4%; */
  padding: 40px 0;
}
.new-header .second-nav .second-nav-box .nav-sub:last-child {
  width: calc(8% + 0px);
}
.new-header .second-nav .second-nav-box .nav-sub li {
  font-size: 15px;
  line-height: 24px;
  height: 50px;
  color: #333;
  padding-right: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new-header .second-nav .second-nav-box .nav-sub li + li {
  margin-top: 8px;
}
.new-header .second-nav .second-nav-box .nav-sub a{
  font-weight: 300;
}
.new-header .second-nav .second-nav-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.new-header .header-right-ico {
  width: 8%;
  min-width: 80px;
  margin-left: 0;
  margin-right: 0px;
  float: right;
}

.new-header .header-right-ico .langage-box {
  width: 60%;
  min-width: 70px;
  height: 36px;
  line-height: 36px;
  position: relative;
  color: #333;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.new-header .header-right-ico .langage-box .language-btn {
  outline: none !important;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding-left: 0;
  font-size: 16px;
  color: #333;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
}

.new-header .header-right-ico .langage-box .lang_z {
  width: 100%;
  height: 36px;
  line-height: 36px;
  position: relative;
  color: #333;
  position: absolute;
  left: 0;
  top: 35px;
  width: 100%;
  margin-left: 0;
  background: #fff;
  border-radius: 3px;
  height: auto;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  z-index: 99;
}

/* .new-header .header-right-ico .langage-box:hover .lang_z {
  display: block;
} */

.new-header .header-right-ico .langage-box .lang_z dl {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
  margin-top: 0;
  margin-bottom: 20px;
}

.new-header .header-right-ico .langage-box .lang_z dd {
  display: block;
  margin-inline-start: 40px;
  unicode-bidi: isolate;
  margin-left: 0;
  line-height: 1.42857143;
}
.new-header .header-right-ico .langage-box .lang_z dd:last-child a {
  border-bottom: none;
}

.new-header .logo {
  margin-left: 9%;
  margin-top: 20px;
}

.new-header .min-w-nav {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  transition: all 0.4s;
  padding: 20px;
}
.new-header .min-w-nav ul li {
  color: #eee;
}
.new-header .min-w-nav li .arrow-icon {
  width: 20px;
  fill: none;
  stroke: #eee;
  stroke-width: 1.3;
  margin-left: 16px;
  margin-top: 1px;
}
.new-header .min-w-nav li ul {
  display: none;
  font-size: 20px;
  line-height: 28px;
  margin: 10px 0;
}
.new-header .min-w-nav .nav-list2 .nav-list2-item {
  font-size: 24px;
  line-height: 32px;
  width: fit-content;
}

.new-header .min-w-nav .nav-list2 .nav-list2-item + .nav-list2-item {
  margin-top:12px;
}
.new-header .min-w-nav li ul li {
  padding-left: 20px;
}
.new-header .min-w-nav li ul li + li {
  margin-top: 10px;
}

.new-header.hidden .min-w-nav {
  top: 0;
  display: none !important;
}

@media (min-width: 1200px) {
  .header .nav .nav-list1 > li:hover a,
  .header .nav .nav-list1 > li.active a {
    background: unset;
    border-bottom-color: #0389FF;
    border-bottom-width:4px;
    color: #0389FF;
    font-weight: 700;
  }
  .new-header .nav .nav-list1 > li > a {
    line-height: 22px;
    font-size: 18px;
    font-weight: 400;
    height: 100px;
    padding:0;
    color:#333;
    border-bottom:2px solid transparent;
    vertical-align: middle;
    display: flex;
    flex-wrap: wrap;
    align-content:center;
    width: fit-content;
  }
}

/* @media (max-width: 1700px) {
  .new-header .nav .nav-list1 > li {
    width: 200px;
  }
  .new-header .second-nav .second-nav-box .nav-sub {
    width: 200px;
  }
  .new-header .second-nav .second-nav-box {
    padding-right: 100px;
  }
  .new-header .header-right-ico {
    width: 80px;
  }
  .new-header .logo {
    margin-left: 100px;
  }
} */
/* @media (max-width: 1400px) {
  .new-header .nav .nav-list1 > li {
    width: 170px;
  }
  .new-header .second-nav .second-nav-box .nav-sub {
    width: 170px;
  }
  .new-header .second-nav .second-nav-box {
    padding-right: 100px;
  }
  .new-header .header-right-ico {
    width: 80px;
  }
  .new-header .logo {
    margin-left: 20px;
  }
} */

@media (max-width: 1200px) {
  .new-header .nav-collapse {
    position: absolute;
    top: 15px;
    left: 0;
    margin-top: 0;
    border: none;
  }
  .new-header .logo {
    position: absolute;
    top: 18px;
    left: 50%;
    margin: 0;
    transform: translate(-50%, 0);
  }
  .new-header .header-right-ico {
    display: block;
  }
  .new-header .header-right-ico .langage-box {
    margin-top: 20px;
  }

  .new-header .max-w-nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .section-pruduct {
    padding-bottom: 0;
    padding-top: 0;
  }
  .main .c-banner .banner {
    margin-top: 0;
  }
  .section-news {
    display: flex;
  }
  .new-header .min-w-nav .nav-list2 .nav-list2-item {
    font-size: 18px;
    line-height: 32px;
    width: fit-content;
  }
  .new-header .min-w-nav li .arrow-icon {
    width: 16px;
  }
  .new-header .min-w-nav li ul {
    font-size: 16px;
  }
}

/* 首页bannner */
.c-banner .banner ul li img {
  height: 794px;
  object-fit: cover;
}
.section-pruduct,
.section-pruduct .swiper-slide {
  height: 794px;
  margin-top: 0;
}
.banner.swiper-slide.mobile, .banner.swiper-slide.pc {
  display: none;
}


/*  首页 新闻动态*/
.index-list ul li {
  margin-bottom: 15px;
}

.minecard .section-index .se-word-box .btn-box .fatelicon svg {
  display: inline-block;
  height: 1em;
  width: 1em;
  line-height: 1;
  text-align: left;
}

/*.minecard .section-linkus .se-mrow .word1 {*/
/*  font-size: 18px;*/
/*}*/

.intro .section-baseinfo .se-word-box {
  font-size: 14px;
  font-family: vivoSans-Bold;
  color: #333333;
  line-height: 1.7;
  display: flex;
  align-items: center;
  direction: ltr;
  width: 43.5%;
  flex-shrink: 0;
}

.news-details-1-link a:hover {
  background: #085dc0;
  border: 1px solid #085dc0;
  color: #fff;
}

.section-map {
  overflow: hidden;
}




.c-banner .jumpBtn{
  width: 100%;
  position: absolute;
  top: 700px;
  /* text-align: center; */
  left: 200px;
}
.c-banner .jumpBtn ul{
  margin-bottom: 0px;
  padding: 0px;
}

.c-banner .jumpBtn ul li{
  width: 40px;
  height: 6px;
  display: inline-block;
  background-color: #C2D2E3;
  opacity: 0.9;
  margin-left: 10px;
  cursor: pointer;
}
.c-banner .jumpBtn ul li:first-child{
  margin-left: 0px;
}
@media screen and (max-width:768px) {
  .main .c-banner .banner{
    margin-top: 100px;
  }
  .nexImg, .preImg{ display:none}
  .c-banner{
      width: 100%;

      overflow: hidden;
  }
  .c-banner .banner ul li img{
    height: auto;
    width: 100%;
    object-fit:contain;
  }

  .c-banner .jumpBtn{
    top: 320px;
    left: 42%;
    z-index: 999;
  }

  .section-pruduct,
  .section-pruduct .swiper-slide {
    height: auto;
    margin-top: 0;
  }
  .c-banner .jumpBtn ul li{ width:10px; height:10px}
  .c-banner .jumpBtn{ bottom:10px}
}