@charset "UTF-8";

.ndom {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-family: Arial;
}

.ndom .tbg {
  background: rgba(0, 30, 50, 0.75);
}
.ndom .crumbs{
    padding:5px 13%;
}
.ndom .wh1_1 {
  aspect-ratio: 1 / 1;
}

.ndom .wh2_1 {
  aspect-ratio: 2 / 1;
}

.ndom .wh3_1 {
  aspect-ratio: 3 / 1;
}

.ndom .wh4_1 {
  aspect-ratio: 4 / 1;
}

.ndom .wh5_1 {
  aspect-ratio: 5 / 1;
}

.ndom .wh6_1 {
  aspect-ratio: 6 / 1;
}

.ndom .wh7_1 {
  aspect-ratio: 7 / 1;
}

.ndom .wh8_1 {
  aspect-ratio: 8 / 1;
}

.ndom .wh1_2 {
  aspect-ratio: 1 / 2;
}

.ndom .wh1_3 {
  aspect-ratio: 1 / 3;
}

.ndom .wh1_4 {
  aspect-ratio: 1 / 4;
}

.ndom .df_n {
  display: flex;
}

.ndom .db_n {
  display: block;
}

.ndom .di_n {
  display: inline-block;
}

.ndom .dn_f, .ndom .dn_b, .ndom .dn_i {
  display: none;
}

.ndom .db {
  display: block;
}

.ndom .df {
  display: flex;
}
.ndom .dfw {
  flex-wrap: wrap;
}
.ndom .w50_100{
    width: 50%;
}
.ndom .dn {
  display: none;
}

.ndom .dhn {
  opacity: 0;
  visibility: hidden;
}

.ndom .dhs {
  opacity: 1;
  visibility: visible;
}

.ndom .allcolor {
  color: #f39a2e;
}

.ndom .allbg {
  background: #0b7670;
}

.ndom .allhbg {
  background: #f39a2e;
}

.ndom .bar_h_a:hover {
  color: #0b7670;
  background: #f39a2e;
}

.ndom .bar_h_a:hover i {
  color: #0b7670;
}

.ndom .bar_h_a:hover img {
  filter: brightness(0);
}

.ndom .bgf {
  background: #fff;
}

.ndom .new_header {
  width: 100%;
  height: 100px;
  background: #0b7670;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 5;
}

.ndom .new_header .inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 13%;
}

.ndom .new_header .logo {
  margin: 0 10px;
  height: 100px;
  display: flex;
  align-items: center;
}

.ndom .new_header .logo img {
  max-height: 50px;
  height: 100%;
  aspect-ratio: 9 / 2;
  object-fit: contain;
}

.ndom .nav > ul {
  display: flex;
}
.nbanner .swiper-slide img{
    aspect-ratio: 32 / 15;
    object-fit: cover;
}
.ndom .nav > ul > li > a {
  display: block;
  height: 99px;
  color: #fff;
  transition: .5s;
  padding: 0 10px;
  line-height: 99px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.ndom .nav > ul > li {
  position: relative;
}

.ndom .child_nav {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: .3s;
}

.ndom .nav > ul > li > .child_nav {
  width: 400px;
}

.ndom .nav > ul > li > .child_nav {
  left: 0;
  top: 99px;
  background: #fff;
  z-index: 2;
  padding: 32px 0;
}

.ndom .nav > ul > li > .child_nav .child_nav {
  left: 400px;
  top: 0;
  /*bottom: 0;*/
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background: #fff;
  padding: 32px 0;
}
.ndom .nav > ul > li > .child_nav> li > .child_nav{
    top: -32px;
}
.ndom .nav > ul > li > .child_nav .child_nav li a {
  text-decoration: underline;
}

.ndom .nav > ul > li > .child_nav i {
  position: absolute;
  right: 10px;
  top: 18px;
}

.ndom .nav > ul > li > .child_nav li a {
  font-size: 18px;
  line-height: 24px;
  padding: 18px 7px 7px 32px;
  display: block;
  text-transform: uppercase;
  position: relative;
  font-weight: 600; 
}

.ndom .nav > ul > li > .child_nav .child_nav li a {
  width: 400px;
}

.ndom .nav > ul > li > .child_nav > li:hover > a {
  background: #fff;
  color: #006b93;
}

.ndom .nav > ul > li > .child_nav .child_nav li:hover > a {
  color: #006b93;
}

.ndom .nav > ul > .active > a, .ndom .nav > ul > li:hover > a {
  color: #000;
  background: #fff;
}

.ndom .nav > ul > li:hover > ul, .ndom .nav > ul > li .child_nav li:hover > .child_nav {
  opacity: 1;
  visibility: visible;
}

.ndom .morenav {
  display: block;
  padding-right: 21px;
  height: 99px;
  line-height: 99px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  transition: .3s;
}

.ndom .morenav i {
  color: #f39a2e;
  padding: 0 4px;
}

.ndom .language_search, .ndom .n_search, .ndom .n_contact {
  height: 99px;
  padding: 0 10px;
  transition: .3s;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.ndom .language_search i, .ndom .n_search i, .ndom .n_contact i {
  color: #f39a2e;
  transition: .3s;
}

.ndom .language_search {
  display: block;
  line-height: 99px;
}

.ndom .language_search i {
  font-size: 12px;
  margin: 0 4px;
}

.ndom .n_search, .ndom .n_contact {
  border-left: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ndom .n_search i, .ndom .n_search img, .ndom .n_contact i, .ndom .n_contact img {
  font-size: 20px;
  margin: 10px 0;
}

.ndom .nbanner {
  width: 100%;
  /*aspect-ratio: 16 / 9;*/
  position: relative;
  text-align: center;
}

.ndom .nbanner video {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.ndom .nbanner .nbannertxt {
  width: 40%;
  display: flex;
  left: 30%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 150px;
  z-index: 1;
}

.ndom .nbanner .nbannertxt img {
  max-width: 100%;
}

.ndom .nbanner .nbannertxt h1 {
  font-size: 60px;
  line-height: 84px;
  color: #fff;
}

.ndom .nbanner .nbannertxt span {
  font-size: 24px;
  line-height: 34px;
  margin: 34px 0;
  color: #fff;
}

.ndom .nbanner .nbannertxt a {
  display: inline-block;
  padding: 16px 34px;
  border: solid 1px #FFF;
  color: #fff;
  background-color: #001e32;
  border-radius: 4px;
}

.ndom .nbanner .nbannertxt a:hover {
  color: #438af9;
  background: #001e32;
}

.ndom .nbanner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ndom .ncbox {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}

.ndom .nabout {
  width: 100%;
  position: relative;
  background: #fff;
}

.ndom .nabout img {
  width: 100%;
  /*aspect-ratio: 4 / 1;*/
  object-fit: cover;
}

.ndom .nabout .naboutcon {
  position: absolute;
  width: 25%;
  padding: 18px 60px 18px 40px;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 30, 50, 0.75);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.ndom .nabout .naboutcon h1 {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 18px;
  color: #fff;
}

.ndom .nabout .naboutcon span {
  margin: 18px 0;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

.ndom .nabout .naboutcon a {
  display: inline-block;
  margin: 27px 0 18px 0;
  font-size: 22px;
  line-height: 30px;
  padding: 12px 34px;
  border-radius: 4px;
  background: #f39a2e;
  border: 1px solid #fff;
}

.ndom .nabout .naboutcon .nasc {
  width: 0;
  top: 40px;
  border-left: 16px solid rgba(0, 30, 50, 0.75);
  border-bottom: 32px solid transparent;
  border-top: 32px solid transparent;
  position: absolute;
  right: -16px;
}

.ndom .nabout .naboutcon a:hover {
  background: #daeaf2;
}

.ndom .ncontent1 {
  width: 100%;
  margin: 4px;
}

.ndom .ncontent1 .nc1 {
  display: flex;
  flex-wrap: wrap;
}

.ndom .ncontent1 .nc1 .nc1box {
  width: 25%;
  padding: 4px;
  aspect-ratio: 1 / 1;
}

.ndom .ncontent1 .nc1 .nc1box .nnc1box {
  width: 100%;
  height: 100%;
  position: relative;
}

.ndom .ncontent1 .nc1 .nc1box img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.ndom .ncontent1 .nc1 .nc1box a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}

.ndom .ncontent1 .nc1 .nc1box .ncc1box {
  background: rgba(0, 30, 50, 0.75);
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 27px;
  transition: .5s;
}

.ndom .ncontent1 .nc1 .nc1box .ncc1box h3 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 5px;
  color: #fff;
}

.ndom .ncontent1 .nc1 .nc1box .ncc1box span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  color: #fff;
  max-height: 0;
}

.ndom .ncontent1 .nc1 .nc1box:hover .ncc1box span {
  opacity: 1;
  visibility: visible;
  max-height: 300px;
}

.ndom .ncontent1 .nc1 .nc1box:nth-child(3n-1) {
  width: 50%;
  aspect-ratio: 2 / 1;
}

.ndom .ncontent2 {
  width: 100%;
  margin: 4px;
}

.ndom .ncontent2 .nc2 {
  display: flex;
  flex-wrap: wrap;
}

.ndom .ncontent2 .nc2 .nc2box {
  width: 50%;
  padding: 4px;
  aspect-ratio: 2 / 1;
}

.ndom .ncontent2 .nc2 .nc2box .nnc2box {
  width: 100%;
  height: 100%;
  position: relative;
}

.ndom .ncontent2 .nc2 .nc2box img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  aspect-ratio: 1;
}

.ndom .ncontent2 .nc2 .nc2box a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}

.ndom .ncontent2 .nc2 .nc2box .ncc2box {
  background: rgba(0, 30, 50, 0.75);
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 27px;
  transition: .5s;
}

.ndom .ncontent2 .nc2 .nc2box .ncc2box h3 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 5px;
  color: #fff;
}

.ndom .ntitle {
  width: 100%; 
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 40px 0;
  text-align: center;
}

.ndom .ntitle h3 {
  font-size: 36px;
  line-height: 50px;
  color: #0b7670;
}

.ndom .ntitle h4 {
  font-size: 32px;
  line-height: 36px;
  color: #0b7670;
}

.ndom .ntitle span {
  font-size: 18px;
  line-height: 27px;
  margin-top: 20px;
}

.ndom .ntitle a {
  color: #48a9c5;
}

.ndom .ntitle a:hover {
  text-decoration: underline;
}

.ndom .ncontent3 {
  width: 100%;
  margin: 4px;
}

.ndom .ncontent3 .nc3 {
  display: flex;
  flex-wrap: wrap;
}

.ndom .ncontent3 .nc3 .nc3box {
  width: 25%;
  padding: 4px;
  aspect-ratio: 1 / 1;
}

.ndom .ncontent3 .nc3 .nc3box .nnc3box {
  width: 100%;
  height: 100%;
  position: relative;
}

.ndom .ncontent3 .nc3 .nc3box img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.ndom .ncontent3 .nc3 .nc3box a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}

.ndom .ncontent3 .nc3 .nc3box .ncc3box {
  background: #0b7670;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 21px 18px;
  transition: .5s;
  -webkit-clip-path: polygon(12% 25%, 13% 25%, 20% 0, 100% 0, 100% 100%, 0 100%, 0 0, 5% 0);
  clip-path: polygon(12% 25%, 13% 25%, 20% 0, 100% 0, 100% 100%, 0 100%, 0 0, 5% 0);
}

.ndom .ncontent3 .nc3 .nc3box .ncc3box h3 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 5px;
  color: #fff;
}

.ndom .ncontent3 .nc3 .nc3box .ncc3box span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  color: #fff;
  max-height: 0;
}

.ndom .ncontent3 .nc3 .nc3box .ncc3box p {
  color: #fff;
  margin-top: 8px;
}

.ndom .ncontent3 .nc3 .nc3box:hover .ncc3box {
  -webkit-clip-path: polygon(12% 0, 13% 0, 20% 0, 100% 0, 100% 100%, 0 100%, 0 0, 5% 0);
  clip-path: polygon(12% 0, 13% 0, 20% 0, 100% 0, 100% 100%, 0 100%, 0 0, 5% 0);
}

.ndom .ncontent3 .nc3 .nc3box:hover .ncc3box span {
  opacity: 1;
  visibility: visible;
  max-height: 300px;
}

.ndom .ncontent3 .nc3 .nc3box:hover .ncc3box p {
  text-decoration: underline;
}

.ndom .ncontact img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ndom .ncontact .nclc {
  position: relative;
  overflow: hidden;
}

.ndom .ncontact .nclc a {
  position: absolute;
  display: flex;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 30, 50, 0.75);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.ndom .ncontact .nclc a h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 2px;
  color: #f39a2e;
}

.ndom .ncontact .nclc a span {
  width: 50%;
  font-size: 21px;
  color: #fff;
  line-height: 31px;
}

.ndom .ncontact .nctext {
  background: #0b7670;
  color: #fff;
  padding: 0 36px 0 27px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}

.ndom .ncontact .nctext h3 {
  font-size: 32px;
  line-height: 48px;
}

.ndom .ncontact .nctext h4 {
  font-size: 28px;
  line-height: 42px;
}

.ndom .ncontact .nctext span {
  padding: 18px 0;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  line-height: 27px;
}

.ndom .ncontact .nctext .ph, .ndom .ncontact .nctext .el {
  display: block;
  color: #a8cfde;
  font-size: 18px;
  line-height: 3;
  height: 38px;
  padding: 0 15px 0 9px;
  font-weight: 600;
  position: relative;
  transition: .3s;
}

.ndom .ncontact .nctext .ph:after, .ndom .ncontact .nctext .el:after {
  content: '';
  display: block;
  height: 6px;
  width: 6px;
  position: absolute;
  left: -5px;
  top: 24px;
  border-right: 1px solid #a8cfde;
  border-bottom: 1px solid #a8cfde;
  transform-origin: center center;
  transform: rotate(-45deg);
}

.ndom .ncontact .nctext .ph:hover, .ndom .ncontact .nctext .el:hover {
  color: #48a9c5;
}

.ndom .ncontact .nctext .gocot {
  display: inline-block;
  margin-top: 30px;
  padding: 12px;
  background: #f39a2e;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  transition: .5s;
}

.ndom .ncontact .nctext .gocot:hover {
  background: #daeaf2;
}

.ndom .nfooter {
  width: 100%;
  padding: 36px 13% 54px 13%; 
  position: relative;
  z-index: 1;
  background: #0b7670;
  display: flex;
  flex-wrap: wrap;
}

.ndom .nfooter div {
  width: 25%;
  padding: 0 22px;
  border-left: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ndom .nfooter div:nth-child(1) {
  border: 0;
}

.ndom .nfooter .tonava, .ndom .nfooter .tonthat {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  transition: .3s;
  padding: 5px 2px;
}

.ndom .nfooter .tonava img, .ndom .nfooter .tonthat img {
  width: 20px;
  margin-bottom: 5px;
  aspect-ratio: 1;
  object-fit: cover;
}

.ndom .nfooter h3 {
  color: #f39a2e;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 10px;
}

.ndom .nfooter p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
  color: #fff;
  font-weight: 200;
}

.ndom .nfooter .tonava {
  padding-left: 22px;
  font-weight: 600;
}

.ndom .nfooter .tonava:after {
  content: '';
  display: block;
  height: 6px;
  width: 6px;
  position: absolute;
  left: 0px;
  top: 15px;
  border-right: 1px solid #a8cfde;
  border-bottom: 1px solid #a8cfde;
  transform-origin: center center;
  transform: rotate(-45deg);
}

.ndom .nfooter .tonava:hover, .ndom .nfooter .tonthat:hover {
  color: #f39a2e;
}

.ndom .ncopyright {
  background: #001e32;
  padding: 22px;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: right;
}

.ndom .ncopyright p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
}

.ndom .nsearchbox {
  height: 50px;
  padding: 12px 50px 12px 14px;
  background: #fff;
  width: calc(100% - 500px);
  position: absolute;
  top: 25px;
  left: 280px;
  line-height: 25px;
  border-radius: 4px;
  transition: .3s;
}

.ndom .nsearchbox .search-ipt {
  outline: none;
  border: 0;
  background: transparent;
  width: 100%;
  height: 25px;
  font-size: 18px;
}

.ndom .nsearchbox .search-btn {
  border: 0;
  background: transparent;
  position: absolute;
  font-family: 'FontAwesome';
  cursor: pointer;
  color: #48a9c5;
  font-size: 24px;
}

.ndom .nsearchbox .search-btn:hover {
  color: #348ca6;
}

.ndom .npop {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 30, 50, 0.75);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 200px 25px 40px 21px;
  z-index: 999;
  transition: .3s;
}

.ndom .npop .npoplgbox {
  max-width: 1350px;
  margin: 0 auto;
  background: #0b7670;
  padding: 72px 36px;
  width: 100%;
  position: relative;
}

.ndom .npop .npoporbox {
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  position: relative;
  padding: 18px 44px 36px 44px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.ndom .npop .npoporbox .npopg {
  border-top: 1px dotted #ebe8e5;
  margin-top: 9px;
  padding-top: 9px;
  height: 1px;
  width: 100%;
}

.ndom .npop .npoporbox .npoptitle {
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 9px;
}

.ndom .npop .npoporbox .tonava, .ndom .npop .npoporbox .tonthat {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  transition: .3s;
  padding: 5px 2px;
}

.ndom .npop .npoporbox .tonava img, .ndom .npop .npoporbox .tonthat img {
  width: 15px;
  margin-bottom: 5px;
  color: #a8cfde;
}

.ndom .npop .npoporbox .tonava {
  padding-left: 22px;
}

.ndom .npop .npoporbox .tonava:after {
  content: '';
  display: block;
  height: 6px;
  width: 6px;
  position: absolute;
  left: 0px;
  top: 15px;
  border-right: 1px solid #a8cfde;
  border-bottom: 1px solid #a8cfde;
  transform-origin: center center;
  transform: rotate(-45deg);
}

.ndom .npop .npoporbox .tonava:hover, .ndom .npop .npoporbox .tonthat:hover {
  color: #006b93;
}

.ndom .npop .npopctbox {
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
  background: #ebe8e5;
  position: relative;
}

.ndom .npop .npopclose {
  position: absolute;
  right: 0px;
  top: -32px;
  cursor: pointer;
}

.ndom .npop .npopclose:after {
  content: '';
  background: #ebe8e5;
  height: 2px;
  width: 18px;
  display: block;
  transform: rotate(-45deg) translateX(5px);
  transform-origin: left center;
}

.ndom .npop .npopclose:before {
  content: '';
  background: #ebe8e5;
  height: 18px;
  width: 2px;
  display: block;
  transform: rotate(-45deg) translateY(4px);
  transform-origin: center top;
}

.ndom .ophdm {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 44px 36px;
}

.ndom .ophdm .oph {
  width: calc(33% - 88px);
  margin: 0 44px;
  padding: 18px 0 18px 36px;
}

.ndom .ophdm .oph h3 {
  font-size: 32px;
  font-weight: 200;
  color: #0b7670;
  line-height: 36px;
  margin-bottom: 9px;
}

.ndom .ophdm .oph h3 i {
  font-size: 20px;
  border: 3px solid #0b7670;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 3.3px;
  margin-right: 5px;
  transform: translateY(-5px);
}

.ndom .ophdm .oph p {
  font-size: 18px;
  line-height: 27px;
  color: #0b7670;
  font-weight: 200;
}

.ndom .ntext {
  width: 74%;
  margin: 0 auto;
  padding: 20px 0;
}

.ndom .ntext h3 {
  margin: 20px 0;
  width: 100%;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  color: #0b7670;
}

.ndom .ntext p {
  line-height: 27px;
  min-height: 27px;
  font-size: 18px;
  font-weight: 200;
}

.ndom .ntext p b {
  font-weight: bold;
}

.ndom .ntext p a {
  color: #48a9c5;
  font-weight: 500;
}

.ndom .ntext p a:hover {
  text-decoration: underline;
}

.ndom .nkboxdom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.ndom .nkboxdom .nkcbox {
  padding: 4px;
}

.ndom .nkboxdom .nkcbox .nkcd {
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(0, 30, 50, 0.75);
}

.ndom .nkboxdom .nkcbox .nkcd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ndom .nkboxdom .nkcbox .nkcd .bga {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.ndom .nkboxdom .nkcbox .nkcd .nkcb_center, .ndom .nkboxdom .nkcbox .nkcd .nkcb_bcenter, .ndom .nkboxdom .nkcbox .nkcd .nkcb_footer, .ndom .nkboxdom .nkcbox .nkcd .nkcb_bfooter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: .5s;
}

.ndom .nkboxdom .nkcbox .nkcd .nkcb_center h3, .ndom .nkboxdom .nkcbox .nkcd .nkcb_bcenter h3, .ndom .nkboxdom .nkcbox .nkcd .nkcb_footer h3, .ndom .nkboxdom .nkcbox .nkcd .nkcb_bfooter h3 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 5px;
  font-weight: 700;
}

.ndom .nkboxdom .nkcbox .nkcd .nkcb_center p, .ndom .nkboxdom .nkcbox .nkcd .nkcb_bcenter p, .ndom .nkboxdom .nkcbox .nkcd .nkcb_footer p, .ndom .nkboxdom .nkcbox .nkcd .nkcb_bfooter p {
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  font-weight: 200;
}

.ndom .nkboxdom .nkcbox .nkcd .nkcb_center span, .ndom .nkboxdom .nkcbox .nkcd .nkcb_bcenter span, .ndom .nkboxdom .nkcbox .nkcd .nkcb_footer span, .ndom .nkboxdom .nkcbox .nkcd .nkcb_bfooter span {
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  font-weight: 200;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

.ndom .nkboxdom .nkcbox .nkcd .nkcb_center a, .ndom .nkboxdom .nkcbox .nkcd .nkcb_bcenter a, .ndom .nkboxdom .nkcbox .nkcd .nkcb_footer a, .ndom .nkboxdom .nkcbox .nkcd .nkcb_bfooter a {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 22px;
  transition: .5s;
}

.ndom .nkboxdom .nkcbox .nkcd .nkcb_center {
  background: rgba(0, 30, 50, 0.75);
  top: 0;
  height: 100%;
  padding: 0 56px;
  color: #fff;
}

.ndom .nkboxdom .nkcbox .nkcd .nkcb_center a {
  color: #fff;
}

.ndom .nkboxdom .nkcbox .nkcd .nkcb_bcenter {
  top: 0;
  height: 100%;
  padding: 0 56px;
  color: #fff;
}

.ndom .nkboxdom .nkcbox .nkcd .nkcb_bcenter a {
  color: #fff;
}

.ndom .nkboxdom .nkcbox .nkcd .nkcb_footer {
  background: rgba(0, 30, 50, 0.75);
  padding: 18px 27px;
  color: #fff;
}

.ndom .nkboxdom .nkcbox .nkcd .nkcb_footer a {
  color: #fff;
}

.ndom .nkboxdom .nkcbox .nkcd .nkcb_bfooter {
  background: #fff;
  padding: 12px 18px;
  color: #0b7670;
}

.ndom .nkboxdom .nkcbox .nkcd .nkcb_bfooter p, .ndom .nkboxdom .nkcbox .nkcd .nkcb_bfooter span {
  color: #796e65;
}

.ndom .nkboxdom .nkcbox .nkcd .nkcb_bfooter a {
  color: #0b7670;
}

.ndom .nkboxdom .nkcbox .nkcd:hover span {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}

.ndom .nkboxdom .nkcbox .nkcd:hover a {
  text-decoration: underline;
}

.ndom .product_box {
  padding: 36px 44px;
  background: #ebe8e5;
}

.ndom .product_box .product_item figure {
  position: relative;
  padding-bottom: 120px;
}

.ndom .product_box .product_item figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  width: 100%;
  padding: 12px 18px;
  transition: .5s;
}

.ndom .product_box .product_item figcaption .item_title {
  color: #0b7670;
  font-size: 21px;
  line-height: 26px;
  overflow: hidden;
}

.ndom .product_box .product_item figcaption .item_title a {
  color: #0b7670;
}

.ndom .product_box .product_item figcaption .item_title a:hover {
  color: #0b7670;
}

.ndom .product_box .product_item figcaption p {
  padding: 6px 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #796e65;
  font-weight: 200;
}

.ndom .product_box .product_item figcaption .product_a {
  display: block;
  margin-top: 8px;
  transition: .5s;
  font-size: 16px;
  line-height: 22px;
  color: #0b7670;
}

.ndom .product_box .product_item:hover figcaption {
  border-top: 1px solid #ccc;
}

.ndom .product_box .product_item:hover figcaption p {
  visibility: visible; 
  opacity: 1;
  max-height: 100px;
}

.ndom .product_box .product_item:hover figcaption .product_a {
  text-decoration: underline;
}

.ndom .nch2 {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.ndom .nch2 img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}

.ndom .nch2 .nch2box {
  margin: 10vh;
  width: 50vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 30, 50, 0.5);
  padding: 18px;
}

.ndom .nch2 .nch2box h3 {
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  color: #86c8bc;
  margin-bottom: 9px;
}

.ndom .nch2 .nch2box span {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 18px;
}

.ndom .cnnews {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.ndom .cnnews .cnnewbox {
  width: 33.33%;
  padding: 0 12px;
  margin-bottom: 30px;
}

.ndom .cnnews .cnnewbox .cnnewtext {
  padding: 18px 44px;
  background: #fff;
}

.ndom .cnnews .cnnewbox .cnnewtext .cnnewtitle {
  font-size: 24px;
  line-height: 1.25;
  color: #0b7670;
}

.ndom .cnnews .cnnewbox .cnnewtext .cnnewtime {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 9px;
  color: #796e65;
}

.ndom .cnnews .cnnewbox .cnnewtext .cnnewtime i {
  font-style: normal;
}

.ndom .cnnews .cnnewbox .cnnewtext .cnnewcontent {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 9px;
  color: #004170;
}

.ndom .cnnews .cnnewbox .cnnewtext .cnnewa {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  color: #0b7670;
}

.ndom .cnnews .cnnewbox .cnnewtext .cnnewa i {
  font-size: 14px;
}

.ndom .cnnews .cnnewbox .cnnewtext .cnnewa:hover {
  color: #006b93;
}

.ndom .ncon54 {
  padding: 50px 44px;
  background: #ebe8e5;
}

.ndom .ncon54 .nctitle {
  margin-bottom: 36px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ndom .ncon54 .nctitle h3 {
  font-weight: 300;
  font-size: 48px;
  line-height: 1.1;
}

.ndom .ncon54 .nctitle a {
  display: inline-block;
  background-color: #48a9c5;
  border-radius: 4px;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  padding: 18px 15px;
}

.ndom .ncon54 .nctitle a:hover {
  background: #0b7670;
}

.ndom .nphcontent {
  width: 100%;
  position: relative;
  /*aspect-ratio: 2 / 1;*/
  height: 930px;
  overflow: hidden;
}

.ndom .nphcontent .nphimg {
  width: 100%;
  height: 100%;
}

.ndom .nphcontent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ndom .nphcontent .nphcon {
  position: absolute;
  width: 25%;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 30, 50, 0.75);
  z-index: 1;
  padding: 36px 36px 0 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.ndom .nphcontent .nphcon .nasc {
  width: 0;
  top: 40px;
  border-left: 16px solid rgba(0, 30, 50, 0.75);
  border-bottom: 32px solid transparent;
  border-top: 32px solid transparent;
  position: absolute;
  right: -16px;
}

.ndom .nphcontent .nphcon h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  color: #fff;
}

.ndom .nphcontent .nphcon span {
  font-size: 21px;
  line-height: 1.3;
  margin: 18px 0 36px 0;
  color: #fff;
}

.ndom .nphcontent .nphcon ul li {
  padding: 18px 0 9px 0;
  display: flex;
}

.ndom .nphcontent .nphcon ul li img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.ndom .nphcontent .nphcon ul li p {
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  color: #fff;
  line-height: 35px;
}

.ndom .nphcontent .nphcon a {
  display: inline-block;
  font-weight: 600;
  background-color: transparent;
  color: #f39a2e;
  border: 2px solid white;
  font-size: 22px;
  line-height: 30px;
  padding: 16px 34px;
  margin: 54px 0 18px 0;
  transition: .5s;
}

.ndom .nphcontent .nphcon a i, .ndom .nphcontent .nphcon a img {
  margin-right: 10px;
  transition: .5s;
}

.ndom .nphcontent .nphcon a:hover {
  color: #0b7670;
  background: #fff;
}

.ndom .nphcontent .nphcon a:hover i {
  color: #0b7670;
}

.ndom .nphcontent .nphcon a:hover img {
  filter: brightness(0);
}

.ndom .nphcontent .tcright {
  left: auto;
  right: 0;
}

.ndom .nphcontent .tcright .nasc {
  left: -16px;
  right: auto;
  transform: rotate(180deg);
}

.ndom .nphcontent .nphimgpage {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 20px;
  display: flex;
  justify-content: center;
}

.ndom .nphcontent .nphimgpage .swiper-pagination-bullet {
  margin: 0 10px;
}

.ndom .npromain {
  display: flex;
  padding: 4px;
  flex-wrap: wrap;
}

.ndom .npromain .nprovideo {
  width: 50%;
  padding: 4px;
}

.ndom .npromain .nprovideo div {
  width: 100%;
  aspect-ratio: 2 / 1;
}

.ndom .npromain .nprovideo div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ndom .npromain .nprotext {
  width: 50%;
  padding: 4px;
}

.ndom .npromain .nprotext .nprotbg {
  width: 100%;
  aspect-ratio: 2 / 1;
  background: #f39a2e;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 54px 36px;
  flex-direction: column;
}

.ndom .npromain .nprotext .nprotbg h3 {
  font-size: 18px;
  color: #0b7670;
}

.ndom .nprodescription {
  width: 100%;
  padding: 54px 44px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}

.ndom .nprodescription .nprods {
  width: 50%;
  padding: 0 40px;
}

.ndom .nprodescription .nprods h2 ,.ndom .npcctitle{
  font-size: 36px;
  line-height: 1.1;
  color: #0b7670;
}

.ndom .nprodescription .nprods p {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  margin: 20px 0;
}

.ndom .nprodescription .nprods .nprodsck {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ndom .nprodescription .nprods .nprodsck div {
  display: flex;
  background: #ebe8e5;
  border-radius: 5px;
}

.ndom .nprodescription .nprods .nprodsl {
  margin-top: 18px;
}

.ndom .nprodescription .nprods .nprodsl ul {
  border-left: 1px solid #ebe8e5;
  border-right: 1px solid #ebe8e5;
}

.ndom .nprodescription .nprods .nprodsl ul li {
  display: none;
}

.ndom .nprodescription .nprods .nprodsl ul li p {
  width: 50%;
  line-height: 25px;
  padding: 6px 10px;
  color: #796e65;
  margin: 0;
  font-size: 16px;
}

.ndom .nprodescription .nprods .nprodsl ul li p:nth-child(2n) {
  color: #0d0d0d;
}

.ndom .nprodescription .nprods .nprodsl .nprosl li:nth-child(2n-1) {
  background: #f5f4f2;
}

.ndom .nprodescription .nprods .nprodsl .nprosl li:nth-child(2n) {
  background: #ebe8e5;
}

.ndom .nprodescription .nprods .nprodsl .npror li:nth-child(2n) {
  background: #f5f4f2;
}

.ndom .nprodescription .nprods .nprodsl .npror li:nth-child(2n-1) {
  background: #ebe8e5;
}

.ndom .nprodescription .nprocover {
  width: 50%;
  text-align: center;
  display: flex;
    align-items: center;
    justify-content: center;
}

.ndom .nprodescription .nprocover img {
  max-width: 100%;
}

.ndom .nprodown {
  margin-top: 50px;
}

.ndom .nprodown h2 {
  margin-bottom: 10px;
}

.ndom .nprodown a {
  display: block;
  font-size: 18px;
  line-height: 38px;
  color: #0b7670;
  border-bottom: 1px dotted #d5cfc8;
}

.ndom .nprodown a i {
  margin-right: 10px;
}

.ndom .nprodown a:hover {
  color: #006b93;
}

.ndom .ont1, .ndom .ont2 {
  height: 35px;
  line-height: 35px;
  padding: 0 13px;
  outline: none;
  border: 1px solid #d7d2cb;
  background: #fff;
  color: #796e65;
  font-size: 16px;
  cursor: pointer;
}

.ndom .ont1 {
  border-radius: 5px 0 0 5px;
}

.ndom .ont2 {
  border-radius: 0 5px 5px 0;
}

.ndom .ont1:disabled, .ndom .ont2:disabled {
  background: #d7d2cb;
}

.ndom .ont1:hover, .ndom .ont2:hover {
  background: transparent;
}

.ndom .ont1:disabled:hover, .ndom .ont2:disabled:hover {
  background: #d7d2cb;
}

.ndom .nnews_title {
  width: 100%;
  padding: 27px 54px;
  background: rgba(0, 30, 50, 0.75);
}

.ndom .nnews_title h1 {
  color: #fff;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 18px;
  font-weight: 400;
}

.ndom .nnews_title p {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 27px;
  color: #fff;
}

.ndom .nnews_content {
  padding: 54px 44px;
  background: #fff;
}

.ndom .nnews_content ul {
  width: 100%;
}

.ndom .nnews_content .nnews_search {
  background: #f2f0ee;
  border: 1px solid #ebe8e5;
  width: 100%;
}

.ndom .nnews_content .nnews_search form {
  padding: 18px;
  width: 25%;
  position: relative;
}

.ndom .nnews_content .nnews_search .news_search_input {
  padding: 6px 23px 7px 14px;
  outline: none;
  background: #fff;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d9d5d1;
  font-size: 18px;
  line-height: 25px;
}

.ndom .nnews_content .nnews_search #news_sbtn {
  outline: none;
  border: 0;
  font-family: 'FontAwesome';
  position: absolute;
  color: #48a9c5;
  font-size: 18px;
  top: calc(50% - 9px);
  right: 22px;
  cursor: pointer;
  background: transparent;
}

.ndom .nnews_content .nnews_list {
  padding: 18px;
  border: 1px solid #ebe8e5;
  width: 100%;
  cursor: pointer;
  min-height: 236px;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  position: relative;
}

.ndom .nnews_content .nnews_list a {
  width: 100%;
}

.ndom .nnews_content .nnews_list .n_title {
  line-height: 1.25;
  color: #0b7670;
  font-size: 18px;
  margin-bottom: 18px;
  max-width: calc(80% - 20px);
}

.ndom .nnews_content .nnews_list .n_title:hover {
  text-decoration: underline;
  color: #006b93;
}

.ndom .nnews_content .nnews_list .n_year {
  max-width: calc(80% - 20px);
  font-weight: 600;
  color: #796e65;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 9px;
}

.ndom .nnews_content .nnews_list .n_year i {
  font-style: normal;
}

.ndom .nnews_content .nnews_list .n_content {
  font-size: 18px;
  line-height: 1.5;
  max-width: calc(80% - 20px);
  font-weight: 200;
}

.ndom .nnews_content .nnews_list .n_img {
  width: 20%;
  height: 200px;
  object-fit: cover;
  position: absolute;
  right: 18px;
  top: 18px;
}

.ndom .nnews_content .nnews_list:hover {
  background: #f2f0ee;
}

.ndom .ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ndom .nabout_content {
  background: #fff;
}

.ndom .nabout_content .naw12 {
  max-width: 1200px;
  margin: 0 auto;
}

.ndom .nabout_content .bgeb {
  background: #ebe8e5;
}

.ndom .nabout_content .nactitle {
  margin-bottom: 20px;
  border-bottom: 1px solid #ced3d7;
  font-size: 24px;
  line-height: 1.3;
  color: #0b7670;
  font-style: italic;
}

.ndom .nabout_content h1 {
  padding: 10px 0;
  line-height: 48px;
  font-size: 48px;
  color: #0b7670;
}

.ndom .nabout_content h2 {
  font-size: 36px;
  line-height: 1.1;
  color: #0b7670;
  padding-bottom: 10px;
}

.ndom .nabout_content p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 200;
}

.ndom .nabout_content b {
  font-weight: bold;
}

.ndom .nabout_content .nacc {
  display: flex;
  flex-wrap: wrap;
}

.ndom .nabout_content .nacc div {
  width: calc(100% - 418px);
}

.ndom .nabout_content .nacc img {
  /*width: 400px;*/
  margin-left: 18px;
}

.ndom .nabout_content .aha {
  line-height: 24px;
  font-size: 18px;
  padding-left: 14px;
  position: relative;
  display: block;
  color: #48a9c5;
}

.ndom .nabout_content .aha:after {
  content: '·';
  position: absolute;
  left: 0;
  top: 0;
  color: #48a9c5;
  font-size: 30px;
}

.ndom .nabout_content .aha:hover {
  text-decoration: underline;
}

.ndom .mincontent {
  background: #ebe8e5;
  margin-bottom: 18px;
  padding: 36px 44px;
}

.ndom .mincontent h3 {
  margin: 20px 0;
  width: 100%;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  color: #0b7670;
}

.ndom .servicebox {
  background: #fff;
  width: 100%;
  padding: 54px 44px;
  border-top: 1px solid #ebe8e5;
  display: flex;
  flex-wrap: wrap;
}

.ndom .servicebox .svbleft {
  width: 50%;
  padding-right: 44px;
}

.ndom .servicebox .svbright {
  width: 50%;
  padding-left: 44px;
}

.ndom .nbtitle {
  width: 100%;
  padding: 20px 18%;
  font-size: 36px;
  line-height: 1.1;
  color: #0b7670;
  background: #ebe8e5;
}

.ndom .sertbox h3 {
  font-size: 32px;
  line-height: 1.1;
  color: #0b7670;
  margin-bottom: 27px;
}

.ndom .sersbox {
  padding: 54px 16%;
}

.ndom .sersbox h3 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 10px;
}
.ndom .dstitle{
    cursor: pointer;
    background: #f39a2e !important;
    margin-top: 10px;
}
.ndom .npcompare .dstitle{
    margin-top: 0;
}
.ndom .nbglc{
    width: 100%;
    padding: 60px 0;
    background: #fff;
}
.ndom .nbglc .nbglc_t{
    text-align: center;
    font-size: 3.8vw;
    font-weight: 700;
    color: #098b88;
    margin-bottom: 50px;
}
.ndom .nbglc .nbglc_l{
    display: flex;
    flex-wrap: wrap;
    padding: 0 5%;
}
.ndom .nbglc .nbglc_l img{
    width: 49%;
    margin-bottom: 30px;
    aspect-ratio: 40 / 13;
    object-fit: cover;
}
.ndom .nbglc .nbglc_l img:nth-child(2n+1){
    margin-right: 2%;
}
.fec{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
@media (max-width:1800px){
    .ndom .nav > ul > li > a{
        padding: 0 10px;
    }
    .ndom .new_header .logo img{
        max-height: 40px;
    }
    .ndom .new_header .inner{
        padding: 0 6%;
    }
}
@media (max-width:1620px){
    .ndom .nav > ul > li > a{
        font-size: 12px;
    }
}
@media (max-width: 1550px) {
  .ndom .nbanner {
    /*height: 900px;*/
  }
  .ndom .nbanner video {
    object-fit: cover;
    height: 1000px;
  }
  .ndom .nabout img {
    aspect-ratio: 3 / 1;
  }
  .ndom .nabout .naboutcon {
    width: 33.33%;
  }
  .ndom .ncontent1 .nc1 .nc1box .ncc1box h3 {
    font-size: 18px;
    line-height: 27px;
  }
  .ndom .ncontent2 .nc2 .nc2box .ncc2box h3 {
    font-size: 18px;
    line-height: 27px;
  }
  .ndom .ncontent3 .nc3 .nc3box .ncc3box h3 {
    font-size: 21px;
    line-height: 27px;
  }
  .ndom .ntitle {
    width: 66.66%;
  }
  .ndom .ntitle h3, .ndom .ntitle h4 {
    font-weight: 500;
  }
  .ndom .ntitle span {
    font-size: 16px;
  }
  .ndom .nch2 .nch2box {
    width: 70vw;
  }
  .ndom .nphcontent {
    /*aspect-ratio: 3 / 2;*/
  }
  .ndom .nphcontent .nphcon {
    width: 33.33%;
  }
  .ndom .nnews_content .nnews_search form {
    width: 33.33%;
  }
  .ndom .nnews_content .nnews_list .n_title {
    max-width: 66.66%;
  }
  .ndom .nnews_content .nnews_list .n_year {
    max-width: 66.66%;
  }
  .ndom .nnews_content .nnews_list .n_content {
    max-width: 66.66%;
  }
  .ndom .nnews_content .nnews_list .n_img {
    width: calc(33.33% - 20px);
  }
  .ndom .nav > ul > li > a {
    padding: 0 4px;
  }
}
@media (max-width: 1450px) {
  .ndom .language_search, .ndom .n_search, .ndom .n_contact{
      font-size: 12px;
  }
  .ndom .morenav{
      font-size: 12px;
  }
}
@media (max-width: 1400px){
    .ndom .new_header .logo img{
        max-height: 30px;
    }
}
@media (max-width: 1350px){
    .ndom .new_header .inner{
        padding: 0 6%;
    }
}
@media (max-width: 1200px) {
  /*.ndom .nav {*/
  /*  display: none;*/
  /*}*/
  .ndom .nav > ul > li > a{
      font-size: 10px;
  }
  .ndom .nabout img {
    aspect-ratio: 5 / 2;
  }
  .ndom .nabout .naboutcon {
    width: 50%;
  }
  .ndom .product_box {
    padding: 36px 22px;
  }
  .ndom .nch2 .nch2box {
    width: 80vw;
  }
  .ndom .nphcontent {
    /*aspect-ratio: 1 / 1;*/
  }
  .ndom .nphcontent .nphcon {
    width: 50%;
  }
  .ndom .nnews_content .nnews_search form {
    width: 50%;
  }
  .ndom .nnews_content .nnews_list .n_title {
    max-width: 50%;
  }
  .ndom .nnews_content .nnews_list .n_year {
    max-width: 50%;
  }
  .ndom .nnews_content .nnews_list .n_content {
    max-width: 50%;
  }
  .ndom .nnews_content .nnews_list .n_img {
    width: calc(50% - 20px);
  }
  .ndom .nfooter div{
      width: 50%;
      padding-top: 20px;
  }
    .ndom .new_header .inner {
        padding: 0 20px;
    }
}
@media (max-width: 1050px) {
    .ndom .nav {
        display: none;
    }
}
@media (max-width: 950px) {
    
    .ndom .new_header .logo img{
        max-height: 40px;
    }
    .ndom .crumbs{
        padding: 5px 1%;
    }
  .scrollsidebar {
    display: none;
  }
  .ndom .dn_f {
    display: flex;
  }
  .ndom .dn_b {
    display: block;
  }
  .ndom .dn_i {
    display: inline-block;
  }
  .ndom .df_n, .ndom .db_n, .ndom .di_n {
    display: none;
  }
  .ndom .w50_100{
    width: 100%;
  }
  .ndom .morenav {
    display: none;
  }
  .ndom .change-language {
    display: none;
  }
  .ndom .bar_h_a {
    display: none;
  }
  .ndom .cwh_1_1 {
    aspect-ratio: 1 / 1;
  }
  .ndom .cwh_2_1 {
    aspect-ratio: 2 / 1;
  }
  .ndom .new_header .inner {
    justify-content: center;
  }
  .ndom .nbanner {
    /*height: 700px;*/
  }
  .ndom .nbanner video {
    object-fit: cover;
    height: 800px;
  }
  .ndom .nbanner .nbannertxt {
    width: 80%;
    left: 10%;
    top: 80px;
    text-align: center;
  }
  .ndom .nbanner .nbannertxt img {
    max-width: 100%;
  }
  .ndom .nbanner .nbannertxt h1 {
    font-size: 38px;
    line-height: 38px;
  }
  .ndom .nbanner .nbannertxt span {
    font-size: 22px; 
    margin: 28px 0;
  }
  .ndom .nabout img {
    aspect-ratio: 2 / 1;
  }
  .ndom .nabout .naboutcon {
    position: relative;
    width: 100%;
    padding: 22px 18px;
  }
  .ndom .ncontent1 .nc1 .nc1box {
    width: 100%;
  }
  .ndom .ncontent1 .nc1 .nc1box .ncc1box h3 {
    font-size: 18px;
  }
  .ndom .ncontent1 .nc1 .nc1box:nth-child(3n-1) {
    width: 100%;
    aspect-ratio: 1 / 1;
  }
  .ndom .ncontent2{
      margin: 0;
  }
  .ndom .ncontent2 .nc2 .nc2box {
    width: 100%;
    aspect-ratio: 1 / 1;
  }
  .ndom .ncontent2 .nc2 .nc2box .ncc2box h3 {
    font-size: 18px;
  }
  .ndom .ncontent3 .nc3 .nc3box {
    width: 100%;
  }
  .ndom .ncontent3 .nc3 .nc3box .ncc3box h3 {
    font-size: 18px;
  }
  .ndom .ntitle {
    padding: 30px 0;
  }
  .ndom .ntitle h3 {
    font-size: 30px;
    line-height: 42px;
  }
  .ndom .nfooter {
    padding: 36px 0 54px 0;
  }
  .ndom .nfooter div {
    width: 100%;
    border: 0;
    margin-top: 20px;
  }
  .ndom .nfooter .tonava, .ndom .nfooter .tonthat {
    font-size: 16px;
  }
  .ndom .ncopyright p {
    text-align: center;
  }
  .ndom .ophdm {
    padding: 18px 22px;
  }
  .ndom .ophdm .oph {
    width: 100%;
    margin: 0;
  }
  .ndom .ophdm .oph h3 {
    font-size: 28px;
    line-height: 31px;
  }
  .ndom .ophdm .oph h3 i {
    transform: translateY(-2px);
  }
  .ndom .ophdm .oph p {
    font-size: 18px;
    line-height: 27px;
    color: #0b7670;
    font-weight: 200;
  }
  .ndom .nkboxdom .nkcbox .nkcd .nkcb_center h3, .ndom .nkboxdom .nkcbox .nkcd .nkcb_bcenter h3, .ndom .nkboxdom .nkcbox .nkcd .nkcb_footer h3, .ndom .nkboxdom .nkcbox .nkcd .nkcb_bfooter h3 {
    font-size: 18px;
    line-height: 27px;
  }
  .ndom .nkboxdom .nkcbox .nkcd .nkcb_center a, .ndom .nkboxdom .nkcbox .nkcd .nkcb_bcenter a, .ndom .nkboxdom .nkcbox .nkcd .nkcb_footer a, .ndom .nkboxdom .nkcbox .nkcd .nkcb_bfooter a {
    font-size: 12px;
    line-height: 19px;
  }
  .ndom .nch2 .nch2box {
    margin: 0;
  }
  .ndom .nch2 .nch2box h3 {
    font-size: 32px;
  }
  .ndom .cnnews .cnnewbox {
    width: 100%;
    padding: 0;
  }
  .ndom .ncon54 {
    padding: 30px 5px;
  }
  .ndom .ncon54 .nctitle {
    margin-bottom: 36px;
    justify-content: center;
  }
  .ndom .ncon54 .nctitle h3 {
    font-size: 32px;
    line-height: 1.1;
  }
  .ndom .ncon54 .nctitle a {
    display: none;
  }
  .ndom .nphcontent .nphcon {
    width: 100%;
  }
  .ndom .npromain .nprovideo {
    width: 100%;
  }
  .ndom .npromain .nprotext {
    width: 100%;
  }
  .ndom .nprodescription .nprods {
    width: 100%;
    padding: 0;
  }
  .ndom .nprodescription .nprocover {
    width: 100%;
    margin-top: 30px;
  }
  .ndom .nnews_content {
    padding: 18px 21px;
  }
  .ndom .nnews_content .nnews_search form {
    width: 100%;
  }
  .ndom .nnews_content .nnews_list .n_title {
    max-width: 100%;
  }
  .ndom .nnews_content .nnews_list .n_year {
    max-width: 100%;
  }
  .ndom .nnews_content .nnews_list .n_content {
    max-width: 100%;
  }
  .ndom .nnews_content .nnews_list .n_img {
    width: 100%;
    height: auto;
    position: revert;
  }
  .ndom .nabout_content .naw12 {
    margin: 0 18px;
  }
  .ndom .nabout_content .nactitle {
    font-size: 18px;
  }
  .ndom .nabout_content h1 {
    line-height: 36px;
    font-size: 36px;
  }
  .ndom .nabout_content h2 {
    font-size: 30px;
  }
  .ndom .nabout_content .nacc div {
    width: 100%;
  }
  .ndom .nabout_content .nacc img {
    width: 100%;
    margin-left: 0;
  }
  .ndom .ntext {
    width: calc(100% - 36px);
  }
  .ndom .ntext h3 {
    font-size: 26px;
    line-height: 1.2;
  }
  .ndom .ntext p{
      font-size: 14px; 
      line-height: 1.5; 
  }
  .ndom .mincontent {
    padding: 30px 18px;
  }
  .ndom .mincontent h3 {
    font-size: 30px;
    line-height: 32px;
  }
  .ndom .nbtitle {
    padding: 20px 18px;
    font-size: 30px;
  }
  .ndom .nch2{
      height: auto;
  }
  .ndom .nch2 img{
      height: 0;
  }
  .ndom .product_box{
      padding: 20px 5px;
  }
  .ndom .product_box .product_item figcaption .item_title{
      font-size: 14px;
  }
  .ndom .npromain .nprotext .nprotbg{
      padding: 20px 5px;
  }
  .ndom .npromain .nprotext .nprotbg h3{
      font-size: 16px !important;
  }
  .ndom .nprodescription .nprods h2,.ndom .npcctitle{
      font-size: 20px;
  }
  .ndom .nprodescription .nprods .nprodsl ul li p{
      font-size: 14px; 
  }
  .ndom .nphcontent{
      height: auto;
      aspect-ratio: 1; 
  }
  .ndom .nphcontent .nphcon a{
    padding: 10px 20px;
    margin: 20px 0 18px 0;
    font-size: 16px;
  }
  .ndom .nphcontent .nphcon a img{
      height: 18px !important;
  }
  .ndom .nphcontent .nphcon h1{
      font-size: 20px;
  }
  .ndom .nphcontent .nphcon span{
      font-size: 16px;
  }
  .ndom .nbglc{
        padding: 40px 0;
    }
    .ndom .nbglc .nbglc_t{
        margin-bottom: 30px;
    }
    .ndom .nbglc .nbglc_l{
        padding: 0 5px;
    }
    .ndom .nbglc .nbglc_l img{
        width: 100%;
        margin-bottom: 20px;
    }
    .ndom .nbglc .nbglc_l img:nth-child(2n+1){
        margin-right: 0;
    }
}
