.container {
  width: 1230px;
}

.container1920 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

@keyframes topABdWrapMove {
  0% {
    transform: translateY(-600px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes topABdWrapOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes topABdWrapZoom {
  0% {
    height: 100vh;
  }
  80% {
    height: 100vh;
  }
  100% {
    height: 200px;
  }
}

@keyframes topABdImgOpacity {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes topABdMove {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0);
  }
}

.page-body {
  padding-top: 0;
  animation-name: none !important;
  animation-duration: 0s  !important;
  animation-delay: 0s  !important;
}

.topABdWrap {
  height: 200px;
  animation-name: topABdWrapZoom;
  animation-duration: 7s;
  animation-delay: 0s;
}

.topABd {
  width: 100%;
  height: 100%;
  background-image: url("../img/gxnh/top_abd.jpg");
  background-size: cover;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}

#topABdImg {
  opacity: 1;
  animation-name: topABdImgOpacity;
  animation-duration: 9s;
  animation-delay: 0s;
}

.top-bar {
  background-color: #000000;
  color: #f5f5f5;
}

.top-bar .bar {
  height: 75px;
  padding: 20px 0;
  align-items: center;
  justify-content: center;
}

.top-bar .bar .logo {
  margin-right: 30px;
}

.top-bar .bar .searchForm {
  float: left;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 100px;
  background-color: transparent;
  padding: 0 5px 0 15px;
  display: flex;
  align-items: center;
  margin-right: 30px;
  margin-left: 30px;
}

.top-bar .bar .searchForm input {
  min-width: 100px;
  max-width: 149px;
  background: none;
  border: none;
  color: #fff;
  outline: none;
}

.top-bar .bar .searchForm input::placeholder {
  color: #b8b8b8;
}

.top-bar .bar .searchForm .searchSubmit {
  width: 16px;
  height: 13px;
  background-color: transparent;
  background-image: url("../img/gxnh2/ic_search_top.png");
  border: none;
  background-repeat: no-repeat;
}

.top-bar .bar .nav a {
  padding: 0;
  margin-left: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  outline: none;
}

.top-bar .bar .nav a:hover, .top-bar .bar .nav a:focus {
  color: #fd4343;
  background-color: transparent;
}

.top-bar .bar .nav .active > a {
  color: #fd4343 !important;
}

.topBarWrap {
  height: 75px;
  z-index: 30;
  overflow: visible;
}

.topBarFlex {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
}

.bigbig {
  height: 790px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.bigbig .bigbigText {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  top: 226px;
}

.bigbig .bigbigText .bigbigTitle {
  font-size: 47px;
  font-weight: bold;
  letter-spacing: 19px;
  color: #000;
  text-align: center;
}

.bigbig .bigbigText .bigbigSubTitle {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #000;
  text-align: center;
  margin-top: 10px;
}

.bigbig .bigbigText .bigbigMore {
  text-align: center;
  margin-top: 20px;
}

.bigbig .bigbigText .bigbigMore .bigbigMoreLink {
  display: inline-block;
  padding: 10px 25px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  letter-spacing: 2px;
}

.bigbig .bigbigText .bigbigMore .bigbigMoreLink:hover, .bigbig .bigbigText .bigbigMore .bigbigMoreLink:focus {
  text-decoration: none;
}

.jmItem {
  display: block;
}

.jmItem:hover, .jmItem:focus {
  text-decoration: none;
}

.brandSmall {
  margin-top: 14px;
  display: flex;
}

.brandSmall .brandSmallLeft {
  flex: 1;
  text-align: center;
  padding: 40px 0;
  padding-right: 0%;
  background-color: #08413b;
  border-bottom: 13px solid #d8af40;
}

.brandSmall .brandSmallRight {
  margin-left: 14px;
  flex: 1;
  text-align: center;
  padding: 40px 0;
  padding-left: 0%;
  background-color: #08413b;
  border-bottom: 13px solid #d8af40;
}

.middle-abd {
  background-color: #fff;
  padding: 0px;
}

.middle-abd #swiperMiddleABd {
  border-radius: 0px;
  overflow: hidden;
  height: 789px;
}

.middle-abd .middleABdItem {
  display: block;
  width: 100%;
  height: 789px;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.middle-abd .middleABdItem .itemNote .title {
  font-size: 36px;
  color: #fff;
  letter-spacing: 8px;
}

.middle-abd .middleABdItem .itemNote .subTitle {
  font-size: 16px;
  color: #fff;
  letter-spacing: 5px;
  margin-top: 15px;
}

.middle-abd .middleABdItem .itemNote .subTitle::before {
  display: inline-block;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: #fff;
  margin-right: 10px;
  vertical-align: middle;
}

.middle-abd .middleABdItem .itemNote .more {
  display: flex;
  margin-top: 15px;
  align-items: center;
}

.middle-abd .middleABdItem .itemNote .more .moreLogo {
  margin-right: 30px;
}

.middle-abd .middleABdItem .itemNote .more .moreBut {
  background-color: #fff;
  border-radius: 8px;
  color: #1a1a1a;
  display: inline-block;
  padding: 10px 30px;
}

.middle-abd .middleABdItem .itemNote .more .moreBut:hover, .middle-abd .middleABdItem .itemNote .more .moreBut:focus {
  text-decoration: none;
}

.middle-abd .swiper-pagination-bullet {
  width: 50px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  opacity: 0.4;
}

.middle-abd .swiper-pagination-bullet-active {
  opacity: 1;
  width: 70px;
}

.brand .brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6% 0;
  background-position: center;
  background-size: cover;
}

.brand .brand-item img {
  width: 100%;
  height: auto;
}

.brand .brand-item .itemNote .title {
  font-size: 36px;
  color: #fff;
  letter-spacing: 8px;
}

.brand .brand-item .itemNote .subTitle {
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
  margin-top: 10px;
}

.brand .brand-item .itemNote .more {
  display: flex;
  margin-top: 10px;
  align-items: center;
}

.brand .brand-item .itemNote .more .moreBut {
  background-color: #fff;
  border-radius: 8px;
  color: #1a1a1a;
  display: inline-block;
  padding: 8px 20px;
}

.brand .brand-item .itemNote .more .moreBut:hover, .brand .brand-item .itemNote .more .moreBut:focus {
  text-decoration: none;
}

.brand .left {
  justify-content: left;
  padding-left: 230px;
  text-align: left;
}

.brand .right {
  justify-content: right;
  padding-right: 230px;
  text-align: right;
}

.brand .right .more {
  justify-content: right;
}

.brand-nh {
  background-image: url("../img/gxnh2/img_back_nhjt.jpg");
}

.brand-nh .brand-item {
  padding: 57px 0;
}

.brand-nh .title {
  color: #000000 !important;
}

.brand-nh .subTitle {
  color: #000000 !important;
}

.brand-nh .moreBut {
  background-color: #000000 !important;
  color: #fff !important;
}

.brand-story {
  background-image: url("../img/gxnh2/img_back_gxnh.jpg");
  padding-top: 76px;
  padding-bottom: 76px;
  color: #084132;
}

.brand-story .myPanel .title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 6px;
}

.brand-story .myPanel .subTitle {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  margin: 0px 0 25px 0;
}

.brand-story .myPanel .content .contentItem .itemLink {
  display: block;
  height: 691px;
  overflow: hidden;
}

.brand-story .myPanel .content .contentItem .itemLink:hover, .brand-story .myPanel .content .contentItem .itemLink:focus {
  text-decoration: none;
}

.brand-story .myPanel .content .contentItem .itemLink img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-story .more {
  margin-top: 15px;
  text-align: center;
}

.brand-story .more .moreLink {
  display: inline-block;
  padding: 5px 15px;
  color: #000;
  border: 1px solid #000;
  font-weight: bold;
}

.brand-story .more .moreLink:hover, .brand-story .more .moreLink:focus {
  text-decoration: none;
}

.product {
  padding: 134px 0;
  padding-bottom: 100px;
}

.product .productItemWrap {
  padding-bottom: 34px;
}

.product .productPadding {
  padding: 0 70px;
  position: relative;
}

.product #swiperProduct0,
.product #swiperProduct1 {
  overflow: hidden;
}

.product .swiper-slide {
  width: auto;
}

.product .item-with {
  width: calc((100% - 60px)/3);
  margin-right: 30px;
}

.product .item-with:last-child {
  margin-right: 0px;
}

.product .productItem {
  display: block;
  position: relative;
  overflow: hidden;
}

.product .productItem:hover, .product .productItem:focus {
  text-decoration: none;
}

.product .productItem img {
  width: 100%;
  height: 342px;
  object-fit: cover;
}

.product .productItem .itemNote {
  background-color: #08413b;
  color: #e8d794;
  padding: 30px 30px;
  height: 200px;
  overflow: hidden;
}

.product .productItem .itemNote .title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.product .productItem .itemNote .subTitle {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  text-align: center;
}

.product .productItem .itemNote .description {
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
}

.product .swiper-button-prev {
  color: #cccccc;
  background-image: url(../img/arrow-left.png);
}

.product .swiper-button-next {
  color: #cccccc;
  background-image: url(../img/arrow-right.png);
}

.product .productButBar {
  margin-bottom: 30px;
  text-align: center;
}

.product .productButBar a {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 5px;
}

.product .productButBar a:hover, .product .productButBar a:focus {
  text-decoration: none;
}

.product .productButBar .gxcp {
  background-color: #4ecd8d;
}

.product .productButBar .nhcp {
  margin-left: 15px;
  background-color: #fd4343;
}

.healthSchool {
  padding-bottom: 137px;
  padding-top: 134px;
  color: #084132;
}

.healthSchool .myPanel .title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 6px;
}

.healthSchool .myPanel .subTitle {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  margin: 0px 0 25px 0;
}

.healthSchool .myPanel .content .contentItem .itemLink {
  display: block;
  height: 691px;
  overflow: hidden;
}

.healthSchool .myPanel .content .contentItem .itemLink:hover, .healthSchool .myPanel .content .contentItem .itemLink:focus {
  text-decoration: none;
}

.healthSchool .myPanel .content .contentItem .itemLink img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.healthSchool .more {
  margin-top: 15px;
  text-align: center;
}

.healthSchool .more .moreLink {
  display: inline-block;
  padding: 5px 15px;
  color: #000;
  border: 1px solid #000;
  font-weight: bold;
}

.healthSchool .more .moreLink:hover, .healthSchool .more .moreLink:focus {
  text-decoration: none;
}

.newsCenter {
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #f5f5f5;
}

.newsCenter .myPanel .title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 6px;
}

.newsCenter .myPanel .subTitle {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  margin: 0px 0 25px 0;
}

.newsCenter .myPanel .content {
  display: flex;
  height: 500px;
}

.newsCenter .myPanel .content .leftContent {
  flex: 1;
  position: relative;
  min-width: 0px;
}

.newsCenter .myPanel .content .leftContent img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.newsCenter .myPanel .content .leftContent .leftmark {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.newsCenter .myPanel .content .leftContent .leftmark .itemTitle {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsCenter .myPanel .content .leftContent .leftmark .desc {
  margin-top: 0px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
}

.newsCenter .myPanel .content .rightContent {
  margin-left: 38px;
  flex: 1;
  min-width: 0px;
}

.newsCenter .myPanel .content .rightContent .contentItem {
  display: flex;
  margin-top: 20px;
  border: 1px solid #dddddd;
}

.newsCenter .myPanel .content .rightContent .contentItem:hover, .newsCenter .myPanel .content .rightContent .contentItem:focus {
  text-decoration: none;
}

.newsCenter .myPanel .content .rightContent .contentItem:first-child {
  margin-top: 0px;
}

.newsCenter .myPanel .content .rightContent .contentItem img {
  width: 230px;
  height: 151px;
  object-fit: cover;
}

.newsCenter .myPanel .content .rightContent .contentItem .rightmark {
  flex: 1;
  min-width: 0px;
  margin-left: 20px;
  color: #000;
  padding: 15px 0;
  padding-right: 5px;
}

.newsCenter .myPanel .content .rightContent .contentItem .rightmark .itemTitle {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsCenter .myPanel .content .rightContent .contentItem .rightmark .desc {
  margin-top: 10px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
}

.newsCenter .myPanel .content .rightContent .contentItem .rightmark .tiem {
  margin-top: 10px;
  font-size: 12px;
  color: #b7b7b7;
}

.newsCenter .more {
  margin-top: 15px;
  text-align: center;
}

.newsCenter .more .moreLink {
  display: inline-block;
  padding: 5px 15px;
  color: #000;
  border: 1px solid #000;
  font-weight: bold;
}

.newsCenter .more .moreLink:hover, .newsCenter .more .moreLink:focus {
  text-decoration: none;
}

.pageFoot {
  background-color: #000;
  padding: 100px 0;
  padding-bottom: 0px;
}

.pageFoot .footContent {
  background-color: #1f1f1f;
  text-align: center;
  padding: 57px 0;
}

.pageFoot .footContent .qrcodeWrap {
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  font-size: 12px;
  color: #fff;
}

.pageFoot .footContent .qrcodeWrap .qrcodeGX {
  text-align: center;
  margin-right: 40px;
}

.pageFoot .footContent .qrcodeWrap .qrcodeGX img {
  display: block;
  margin-bottom: 5px;
}

.pageFoot .footContent .qrcodeWrap .qrcodeJT {
  text-align: center;
}

.pageFoot .footContent .qrcodeWrap .qrcodeJT img {
  display: block;
  margin-bottom: 5px;
}

.pageFoot .footContent .logoWrap {
  display: block;
  margin-top: 30px;
  text-align: center;
}

.pageFoot .footContent .logoWrap img:last-child {
  margin-left: 46px;
}

.pageFoot .footContent .contactWrap {
  flex: 1;
  padding-left: 60px;
}

.pageFoot .footContent .contactWrap .contactItem {
  margin: 8px 0;
}

.pageFoot .footContent .contactWrap .contactItem img {
  margin-right: 8px;
}

.pageFoot .footContent2 {
  display: flex;
  padding: 35px 30px;
  margin: 0 30px;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #636363;
}

.pageFoot .footContent2 a {
  color: #fff;
}

.pageFoot .footContent2 a:hover, .pageFoot .footContent2 a:focus {
  text-decoration: none;
}

.pageFoot .footContent2 .footItem2 {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.pageFoot .footContent2 .footItem2 a {
  margin-top: 6px;
  color: #8f8e8e;
}

.pageFoot .footContent2 .footItem2 a img {
  vertical-align: middle;
  margin-right: 8px;
}

.pageFoot .footContent2 .footItem2 .title {
  font-size: 16px;
  margin-top: 0px;
  color: #bebebe;
}

.pageFoot .footContent2 .footItem2 .red {
  color: #bf1c07;
}

.pageFoot .footContent3 {
  text-align: center;
  color: #8f8e8e;
  padding: 30px 0;
  font-size: 14px;
}

.pageFoot .footContent3 span, .pageFoot .footContent3 a {
  margin: 0 10px;
}

.pageFoot .footContent3 a {
  color: #8f8e8e;
}

.pageFoot .footContent3 a:hover, .pageFoot .footContent3 a:focus {
  text-decoration: none;
}

.footDiv {
  padding-top: 76px;
}

/*shape*/
.shape-rectangle-arrow {
  position: relative;
  background: #bb3129;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  padding: 10px;
  width: 50px;
  border-radius: 5px;
}

.shape-rectangle-arrow:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #bb3129;
  border-width: 10px;
  margin-top: -10px;
}

/*animate*/
/*transition*/
.transition-1 {
  transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.transition-1:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*shade*/
.shade-1 {
  -webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  height: unset;
  padding: unset;
}

.navbar-brand img {
  width: 135px;
}

#topBar .dropdown-menu {
  background-color: #000;
  left: 0px !important;
  font-size: 12px !important;
  font-weight: normal !important;
}

#topBar .dropdown-menu li {
  padding: 3px 0 6px 0;
}

#topBar .dropdown-menu li:first-child {
  padding-top: 20px;
}

#topBar .dropdown-menu li a {
  font-weight: normal !important;
}

.nav .open > a {
  background-color: transparent;
}

.fullscreen-ad-main {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.fullscreen-ad-main .main {
  position: relative;
  width: 100%;
  height: 100%;
}

.fullscreen-ad-main .main .logo-nh {
  position: absolute;
  left: 65px;
  top: 50px;
}

.fullscreen-ad-main .main .logo-asia2022 {
  position: absolute;
  right: 65px;
  top: 30px;
}

.fullscreen-ad-main .main .ad-words {
  position: absolute;
  left: 50%;
  top: 230px;
  z-index: 100;
  margin: 0 0 0 -613px;
  width: 1226px;
  height: 336px;
}

.fullscreen-ad-main .main .ad-words .txt {
  position: relative;
}

.fullscreen-ad-main .main .ad-words .txt .t01 {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.fullscreen-ad-main .main .ad-words .txt .t02 {
  position: absolute;
  left: 167px;
  top: 17px;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.fullscreen-ad-main .main .ad-words .txt .t03 {
  position: absolute;
  left: 337px;
  top: 0;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.fullscreen-ad-main .main .ad-words .txt .t04 {
  position: absolute;
  left: 535px;
  top: 61px;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.fullscreen-ad-main .main .ad-words .txt .t05 {
  position: absolute;
  left: 671px;
  top: 23px;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.fullscreen-ad-main .main .ad-words .txt .t06 {
  position: absolute;
  left: 435px;
  top: 161px;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.fullscreen-ad-main .main .ad-words .txt .t07 {
  position: absolute;
  left: 572px;
  top: 202px;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.fullscreen-ad-main .main .ad-words .txt .t08 {
  position: absolute;
  left: 712px;
  top: 205px;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.fullscreen-ad-main .main .ad-words .txt .t09 {
  position: absolute;
  left: 817px;
  top: 140px;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

.fullscreen-ad-main .main .ad-words .txt .t10 {
  position: absolute;
  left: 946px;
  top: 188px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.fullscreen-ad-main .main .ad-words .txt .t11 {
  position: absolute;
  left: 1073px;
  top: 153px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.fullscreen-ad-main .main .ad-words .txt .t12 {
  position: absolute;
  left: 83px;
  top: 203px;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.fullscreen-ad-main .main .ad-words .txt .t13 {
  position: absolute;
  left: 856px;
  top: 52px;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.fullscreen-ad-main .main .foot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 512px;
  background: url("/assets/addons/cms/img/fullscreen-ad/bg-foot.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.fullscreen-ad-sub {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  /*height: 200px;*/
  background: #fff;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.fullscreen-ad-sub .sub {
  position: relative;
  width: 100%;
  /*height: 200px;*/
}

.fullscreen-ad-sub .closed {
  position: absolute;
  right: 20px;
  top: -15px;
  width: 30px;
  height: 30px;
}

.fullscreen-ad-sub .img {
  width: 100%;
  height: auto;
}

.navbar-collapse.collapse {
  margin-top: 6px;
}

.navbar-right-mt5 {
  margin-top: 5px;
}

@media screen and (min-width: 1500px) and (max-width: 1919px) {
  .fullscreen-ad-main .main .ad-words {
    transform: scale(0.7, 0.7) translate(0, -180px);
  }
}

@media screen and (max-width: 1499px) {
  .fullscreen-ad-main .main .ad-words {
    transform: scale(0.5, 0.5) translate(0, -300px);
  }
}

#swiperProductMain {
  height: 576px;
  overflow: hidden;
}

@media screen and (max-width: 1430px) {
  .brandSmallRight img,
  .brandSmallLeft img {
    width: 80%;
  }
}

@media screen and (max-width: 1230px) {
  .top-bar .bar .nav a {
    margin-left: 20px;
  }
  .container {
    width: 100%;
  }
  .navbar-right {
    margin-right: 0px;
  }
}

@media screen and (max-width: 1140px) {
  .top-bar .bar .searchForm input {
    max-width: 120px;
  }
  .health-show {
    height: auto !important;
  }
  .health-show video {
    height: auto !important;
  }
}

@media screen and (max-width: 1279px) {
  .union-page-web .ppzz .ppzz-content .page-title img {
    transform: scale(0.8);
  }
  .union-page-web .ppzz .ppzz-content .ppzz-but {
    padding: 20px 10px;
  }
  .union-page-web .ppzz .ppzz-content .ppzz-swiper {
    width: 1920px !important;
    transform: scale(0.8);
    transform-origin: center;
    translate: calc(100vw/2 - 1920px/2) 0px;
  }
  .union-page-web .jmys .jmys-content .page-title img {
    transform: scale(0.8);
    translate: 30% 28px;
    transform-origin: left top;
  }
  .union-page-web .jmys .jmys-content .jmys-img {
    transform: scale(0.8);
    transform-origin: center;
    translate: calc(100vw/2 - 1920px/2) 0px;
  }
  .union-page-web .jmlc .jmlc-content .page-title img {
    transform: scale(0.8);
    translate: 30% 28px;
    transform-origin: left top;
  }
  .union-page-web .jmlc .jmlc-content .jmlc-img {
    transform: scale(0.8);
    transform-origin: center;
    translate: calc(100vw/2 - 1920px/2) 0px;
  }
  .union-page-web .jmtj .jmtj-content .page-title img {
    transform: scale(0.8);
    translate: 30% 28px;
    transform-origin: left top;
  }
  .union-page-web .jmtj .jmtj-content .jmtj-img {
    margin-top: 10px;
    transform: scale(0.8);
    transform-origin: center;
    translate: calc(100vw/2 - 1200px/2) 0px;
  }
  .union-page-web .lsfa .lsfa-content .page-title img {
    transform: scale(0.8);
    translate: 30% 28px;
    transform-origin: left top;
  }
  .union-page-web .lsfa .lsfa-content .lsfa-img {
    margin-top: 50px;
    transform: scale(0.8);
    transform-origin: center;
    translate: calc(100vw/2 - 1200px/2) 0px;
  }
  .union-page-web .lxwm .lxwm-content .page-title img {
    transform: scale(0.8);
    translate: 30% 28px;
    transform-origin: left top;
  }
  .union-page-web .lxwm .lxwm-content .lxwm-img {
    margin-top: 35px;
    transform: scale(0.8);
    transform-origin: center;
    translate: calc(100vw/2 - 1200px/2) 0px;
  }
}

@media screen and (max-width: 1110px) {
  .searchForm {
    display: none !important;
  }
  .health-show {
    height: auto !important;
  }
  .health-show video {
    height: auto !important;
  }
  .product-list .product-gxnh-item {
    width: 25% !important;
  }
  .union-page-web .ppzz .ppzz-content .page-title img {
    transform: scale(0.7);
    translate: 30% 28px;
    transform-origin: left top;
  }
  .union-page-web .ppzz .ppzz-content .ppzz-but {
    padding: 0 10px;
  }
  .union-page-web .ppzz .ppzz-content .ppzz-swiper {
    width: 1920px !important;
    transform: scale(0.7);
    transform-origin: center;
    translate: calc(100vw/2 - 1920px/2) 0px;
  }
  .union-page-web .jmys .jmys-content .page-title img {
    transform: scale(0.7);
    translate: 30% 28px;
    transform-origin: left top;
  }
  .union-page-web .jmys .jmys-content .jmys-img {
    transform: scale(0.7);
    transform-origin: center;
    translate: calc(100vw/2 - 1920px/2) 0px;
  }
  .union-page-web .jmlc .jmlc-content .page-title img {
    transform: scale(0.7);
    translate: 30% 28px;
    transform-origin: left top;
  }
  .union-page-web .jmlc .jmlc-content .jmlc-img {
    transform: scale(0.7);
    transform-origin: center;
    translate: calc(100vw/2 - 1920px/2) 0px;
  }
  .union-page-web .jmtj .jmtj-content .page-title img {
    transform: scale(0.7);
    translate: 30% 28px;
    transform-origin: left top;
  }
  .union-page-web .jmtj .jmtj-content .jmtj-img {
    margin-top: 10px;
    transform: scale(0.7);
    transform-origin: center;
    translate: calc(100vw/2 - 1200px/2) 0px;
  }
  .union-page-web .lsfa .lsfa-content .page-title img {
    transform: scale(0.7);
    translate: 30% 28px;
    transform-origin: left top;
  }
  .union-page-web .lsfa .lsfa-content .lsfa-img {
    margin-top: 50px;
    transform: scale(0.7);
    transform-origin: center;
    translate: calc(100vw/2 - 1200px/2) 0px;
  }
  .union-page-web .lxwm .lxwm-content .page-title img {
    transform: scale(0.7);
    translate: 30% 28px;
    transform-origin: left top;
  }
  .union-page-web .lxwm .lxwm-content .lxwm-img {
    margin-top: 35px;
    transform: scale(0.7);
    transform-origin: center;
    translate: calc(100vw/2 - 1200px/2) 0px;
  }
}

@media screen and (max-width: 991px) {
  .fullscreen-ad-main .main .logo-asia2022 {
    display: none;
  }
  .top-bar .bar .nav a {
    font-size: 15px;
    margin-left: 12px;
  }
  .navbar-header {
    width: 100px;
    margin-top: 7px;
  }
  .navbar-brand img {
    width: 100px;
  }
  .navbar-right {
    margin-right: -10px;
  }
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
  .product .productItem img {
    height: 130px;
  }
  .product .productItem .itemNote .title {
    font-size: 16px;
  }
  .product .productItem .itemNote .subTitle {
    font-size: 14px;
  }
  .product .item-with {
    width: calc((100% - 20px)/3);
    margin-right: 10px;
  }
  #swiperProductMain {
    height: 340px;
  }
  .newsCenter .myPanel .content .rightContent .contentItem img {
    width: 130px;
    height: 90px;
  }
  .newsCenter .myPanel .content .leftContent img {
    height: 316px;
  }
  .newsCenter .myPanel .content {
    height: 316px;
  }
  .health-show {
    height: auto !important;
  }
  .health-show video {
    height: auto !important;
  }
  .product-list,
  .news-search-year,
  .top-page-bar {
    padding: 0 15px;
  }
  .product-sub-nav {
    margin: 0 15px;
  }
  .product-list .product-gxnh-item {
    width: 33.333% !important;
  }
  .union-page-web .ppzz .ppzz-content .page-title img {
    transform: scale(0.55);
    translate: 30% 28px;
    transform-origin: left top;
  }
  .union-page-web .ppzz .ppzz-content .ppzz-but {
    padding: 0 10px;
  }
  .union-page-web .ppzz .ppzz-content .ppzz-swiper {
    width: 1920px !important;
    transform: scale(0.55);
    transform-origin: center;
    translate: calc(100vw/2 - 1920px/2) 0px;
  }
  .union-page-web .jmys .jmys-content .page-title img {
    transform: scale(0.55);
    translate: 30% 28px;
    transform-origin: left top;
  }
  .union-page-web .jmys .jmys-content .jmys-img {
    transform: scale(0.55);
    transform-origin: center;
    translate: calc(100vw/2 - 1920px/2) 0px;
  }
  .union-page-web .jmlc .jmlc-content .page-title img {
    transform: scale(0.55);
    translate: 30% 28px;
    transform-origin: left top;
  }
  .union-page-web .jmlc .jmlc-content .jmlc-img {
    transform: scale(0.55);
    transform-origin: center;
    translate: calc(100vw/2 - 1920px/2) 0px;
  }
  .union-page-web .jmtj .jmtj-content .page-title img {
    transform: scale(0.55);
    translate: 30% 28px;
    transform-origin: left top;
  }
  .union-page-web .jmtj .jmtj-content .jmtj-img {
    margin-top: 10px;
    transform: scale(0.55);
    transform-origin: center;
    translate: calc(100vw/2 - 1200px/2) 0px;
  }
  .union-page-web .lsfa .lsfa-content .page-title img {
    transform: scale(0.55);
    translate: 30% 28px;
    transform-origin: left top;
  }
  .union-page-web .lsfa .lsfa-content .lsfa-img {
    margin-top: 50px;
    transform: scale(0.55);
    transform-origin: center;
    translate: calc(100vw/2 - 1200px/2) 0px;
  }
  .union-page-web .lxwm .lxwm-content .page-title img {
    transform: scale(0.55);
    translate: 30% 28px;
    transform-origin: left top;
  }
  .union-page-web .lxwm .lxwm-content .lxwm-img {
    margin-top: 35px;
    transform: scale(0.55);
    transform-origin: center;
    translate: calc(100vw/2 - 1200px/2) 0px;
  }
}

@media screen and (max-width: 767px) {
  .fullscreen-ad-main {
    display: none;
  }
  .fullscreen-ad-sub {
    display: none;
  }
  .top-bar .bar {
    height: auto;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .navbar-header {
    width: 100%;
    margin-top: 0;
  }
  .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
  }
  .navbar-collapse.collapse {
    margin-top: 0px;
  }
  .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }
  .navbar-right-mt5 {
    margin-top: 20px;
  }
  .top-bar .bar .nav a {
    margin-left: 0;
    line-height: 40px;
  }
  #topBar .dropdown-menu li:first-child {
    padding-top: 0px;
  }
  .dropdown-shop-menu {
    display: none !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    background-color: #fff !important;
    height: auto !important;
  }
  .navbar-nav .open .dropdown-shop-menu {
    display: block !important;
    visibility: visible !important;
  }
  .show-menu {
    position: static !important;
    background-color: #fff !important;
    padding: 0px 0 !important;
    opacity: 1 !important;
  }
  .shop-row {
    flex-wrap: wrap;
  }
  .shop-row .shop-img {
    width: 50%;
    flex: none;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
  }
  .shop-row .line-v {
    display: none;
  }
  .navbar-collapse.in {
    max-height: 450px;
  }
  .topBarWrap {
    height: 50px !important;
  }
  .bigbig {
    height: 40vw;
  }
  .middle-abd #swiperMiddleABd {
    height: 40vw;
  }
  .middle-abd .middleABdItem {
    height: 100%;
  }
  .brandSmall {
    flex-wrap: wrap;
  }
  .brandSmall .brandSmallLeft {
    flex: none;
    width: 100%;
    margin-bottom: 14px;
  }
  .brandSmall .brandSmallRight {
    flex: none;
    width: 100%;
    margin-left: 0;
  }
  .brand .brand-item {
    margin-left: -30px;
    margin-right: -30px;
    padding: 0px;
    margin-top: 14px;
  }
  .product {
    padding: 0;
    margin-top: 14px;
  }
  .product .productButBar a {
    padding: 10px;
    font-size: 18px;
  }
  .product .productButBar {
    margin-bottom: 14px;
  }
  #swiperProductMain {
    margin-left: -15px;
    margin-right: -15px;
    height: 357px;
  }
  .product .productPadding {
    padding: 0;
  }
  .product .item-with {
    width: calc((100% - 5px)/2);
    margin-right: 5px;
  }
  .product .productItem img {
    height: 200px;
  }
  .product .swiper-button-prev {
    display: none;
  }
  .product .swiper-button-next {
    display: none;
  }
  .product .productItem .itemNote {
    padding: 15px;
    height: 156px;
  }
  .newsCenter .container {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
    width: auto;
  }
  .newsCenter .content {
    flex-wrap: wrap;
    padding: 0 15px;
    height: auto !important;
  }
  .newsCenter .myPanel .content .leftContent {
    width: 100%;
    height: 90px;
    flex: none;
    display: flex;
    border: 1px solid #dddddd;
  }
  .newsCenter .myPanel .content .leftContent img {
    width: 130px;
    height: 90px;
  }
  .newsCenter .myPanel .content .leftContent .leftmark {
    flex: 1;
    min-width: 0;
    position: static;
    background-color: #c62c2c00;
    color: #b7b7b7;
    padding: 15px;
  }
  .newsCenter .myPanel .content .leftContent .leftmark .itemTitle {
    color: #000;
  }
  .newsCenter .myPanel .content .leftContent .leftmark .desc {
    -webkit-line-clamp: 2;
  }
  .newsCenter .myPanel .content .rightContent {
    margin-left: 0px;
    flex: none;
    margin-top: 20px;
    width: 100%;
  }
  .newsCenter .myPanel .content .rightContent .rightmark {
    padding: 10px 0 !important;
  }
  .newsCenter .myPanel .content .rightContent .rightmark .desc {
    -webkit-line-clamp: 1 !important;
    margin-top: 5px !important;
  }
  .newsCenter .myPanel .content .rightContent .rightmark .tiem {
    margin-top: 5px !important;
  }
  .healthSchool {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .healthSchool .container {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
  }
  .healthSchool .myPanel .content .contentItem .itemLink {
    height: auto;
  }
  .healthSchool .myPanel .content .contentItem .itemLink img {
    height: 50vw;
  }
  .brand-story {
    padding-bottom: 0px;
    padding-top: 40px;
  }
  .brand-story .container {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
  }
  .brand-story .myPanel .content .contentItem .itemLink {
    height: auto;
  }
  .brand-story .myPanel .content .contentItem .itemLink img {
    height: 50vw;
  }
  .pageFoot .footContent .logoWrap img {
    display: block;
    margin: 0 auto;
  }
  .pageFoot .footContent .logoWrap img:last-child {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .pageFoot .footContent2 {
    flex-wrap: wrap;
    margin: 0;
    padding: 15px;
  }
  .pageFoot .footContent2 .footItem2 {
    flex: auto;
    width: 50%;
    margin-bottom: 40px;
    align-items: center;
    word-break: break-all;
  }
  .pageFoot .footContent2 .footItem2:nth-child(3n) {
    width: 100%;
  }
  .pageFoot .footContent2 .footItem2:nth-child(4n) {
    width: 100%;
  }
  .pageFoot .footContent2 .footItem2:nth-child(5n) {
    width: 100%;
  }
  .aboutus-img {
    height: 25vw !important;
    padding-bottom: 0px !important;
    margin-bottom: 10px;
  }
  .about-page .left-nav-bar {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    align-items: center;
    margin-bottom: 10px;
  }
  .about-page .left-nav-bar a {
    width: calc(100%/3);
    padding-bottom: 10px !important;
  }
  .about-page .right-content {
    padding: 0 15px;
    padding-bottom: 0px !important;
  }
  .about-page .aboutus-img {
    height: 25vw !important;
    padding-bottom: 0px !important;
    margin-bottom: 10px;
  }
  .about-page .left-nav-bar {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0px;
    align-items: center;
    margin-bottom: 10px;
  }
  .about-page .left-nav-bar a {
    width: calc(100%/3);
    padding-bottom: 10px !important;
  }
  .about-page .right-content {
    padding: 0 0px;
    padding-bottom: 0px !important;
  }
  .health-page .left-nav-bar {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
  }
  .health-page .left-nav-bar a {
    width: calc((100% - 10px) /2);
    padding: 5px;
    font-size: 14px;
    border-radius: 0px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .health-page .left-nav-bar a:nth-child(2n) {
    margin-right: 0px;
  }
  .health-page .right-content {
    padding-bottom: 0px;
  }
  .health-page .health-show {
    padding: 0 15px;
    height: 150px;
  }
  .health-page .health-item-wrap {
    padding: 0 15px;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: 15px;
  }
  .health-page .health-item-wrap .health-item {
    width: 100%;
  }
  .health-page .health-item-wrap .health-item img {
    width: 100%;
    height: 56vw;
    object-fit: fill;
  }
  .health-page .health-item-video-wrap {
    width: 100%;
    height: 56vw;
    padding: 0 15px;
  }
  .health-page .health-item-video-wrap .health-item-video-fix {
    position: fixed;
    top: 50px;
    z-index: 99;
    left: 0;
    right: 0;
    width: 100%;
    height: 56vw;
  }
  .health-page .health-item-video-wrap .health-item-video {
    width: 100%;
    height: 56vw;
  }
  .health-page .health-item-video-wrap .health-item-video video {
    width: 100%;
    height: 56vw;
    object-fit: fill;
  }
  .page-news {
    margin-top: -50px;
  }
  .page-news .news-search-year {
    padding: 0 15px;
    margin-bottom: 0px;
  }
  .page-news .product-list {
    padding: 0 15px;
  }
  .page-news .product-list .news-gxnh-item .card {
    min-height: 150px;
    margin-bottom: 0;
  }
  .page-news .product-list .news-gxnh-item .card .description {
    display: none !important;
  }
  .page-news .product-list .news-gxnh-item .card .operate .pull-right {
    display: none;
  }
  .page-news .product-list .news-gxnh-item:nth-child(2n+1) {
    padding-right: 7px;
  }
  .page-news .product-list .news-gxnh-item:nth-child(2n) {
    padding-left: 7px;
  }
  .page-news .pager {
    text-align: center;
  }
  .product-page {
    margin-top: -70px;
  }
  .product-page .product-sub-nav span {
    display: none;
  }
  .product-page .product-sub-nav a {
    padding: 15px;
  }
  .product-page .product-sub-nav .active-nav::after {
    left: 15px;
    right: 15px;
    bottom: 6px;
  }
  .product-page .top-page-bar {
    margin-bottom: 0;
    padding-right: 15px;
  }
  .product-page .product-list {
    padding: 0 15px;
  }
  .product-page .product-list .product-gxnh-item {
    width: 50%;
  }
  .product-page .product-list .product-gxnh-item .card {
    min-height: 150px;
  }
  .product-page .product-list .product-gxnh-item .card .description {
    display: none !important;
  }
  .product-page .product-list .product-gxnh-item .card .operate .pull-right {
    display: none;
  }
  .product-page .product-list .product-gxnh-item:nth-child(2n+1) {
    padding-right: 7px;
  }
  .product-page .product-list .product-gxnh-item:nth-child(2n) {
    padding-left: 7px;
  }
  .product-page .pager {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .union-page .ppzz {
    height: auto;
  }
  .union-page .ppzz .ppzz-content .page-title {
    padding-top: 40px;
  }
  .union-page .ppzz .ppzz-content .page-title img {
    width: 45%;
  }
  .union-page .ppzz .ppzz-content .ppzz-but {
    padding: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .union-page .ppzz .ppzz-content .ppzz-but button {
    font-size: 20px;
  }
  .union-page .ppzz .ppzz-content .ppzz-swiper {
    padding: 0 15px;
    overflow: hidden;
  }
  .union-page .ppzz .ppzz-content .ppzz-swiper .ppzz-swiper-main {
    overflow: hidden;
  }
  .union-page .ppzz .ppzz-content .ppzz-swiper .certify {
    width: 100%;
    overflow: hidden;
  }
  .union-page .ppzz .ppzz-content .ppzz-swiper .certify .swiper-slide {
    width: 100%;
    height: 68vw;
  }
  .union-page .ppzz .ppzz-content .ppzz-swiper .certify .swiper-button-prev {
    display: none;
  }
  .union-page .ppzz .ppzz-content .ppzz-swiper .certify .swiper-button-next {
    display: none;
  }
  .union-page .jmys {
    height: auto;
  }
  .union-page .jmys .jmys-content .page-title {
    padding-top: 40px;
  }
  .union-page .jmys .jmys-content .page-title img {
    width: 45%;
  }
  .union-page .jmys .jmys-content .jmys-img {
    width: 100%;
    margin-top: 40px;
    padding: 0 15px;
    display: block;
  }
  .union-page .jmys .jmys-content .jmys-img .jmys-item {
    margin-bottom: 40px;
  }
  .union-page .jmlc {
    height: auto;
  }
  .union-page .jmlc .jmlc-content .page-title {
    padding-top: 40px;
  }
  .union-page .jmlc .jmlc-content .page-title img {
    width: 45%;
  }
  .union-page .jmlc .jmlc-content .jmlc-img {
    width: 100%;
    margin-top: 40px;
    padding: 0 15px;
    display: block;
    list-style-position: inside;
  }
  .union-page .jmlc .jmlc-content .jmlc-img .jmlc-item {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .union-page .jmtj {
    height: auto;
  }
  .union-page .jmtj .jmtj-content .page-title {
    padding-top: 40px;
  }
  .union-page .jmtj .jmtj-content .page-title img {
    width: 45%;
  }
  .union-page .jmtj .jmtj-content .jmtj-img {
    width: 100%;
    margin-top: 40px;
    padding: 0 15px;
    display: block;
    font-size: 14px;
  }
  .union-page .jmtj .jmtj-content .jmtj-img .jmtj-img-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .union-page .jmtj .jmtj-content .jmtj-img .jmtj-img-item .item-icon {
    padding: 0;
    margin-right: 10px;
  }
  .union-page .jmtj .jmtj-content .jmtj-img .jmtj-img-item .item-icon img {
    width: 50px;
    height: 50px;
  }
  .union-page .lsfa {
    height: auto;
  }
  .union-page .lsfa .lsfa-content .page-title {
    padding-top: 40px;
  }
  .union-page .lsfa .lsfa-content .page-title img {
    width: 45%;
  }
  .union-page .lsfa .lsfa-content .lsfa-img {
    width: 100%;
    margin-top: 40px;
    padding: 0 15px;
    display: block;
    font-size: 12px;
  }
  .union-page .lsfa .lsfa-content .lsfa-img .lsfa-item {
    padding: 0;
    margin-bottom: 20px;
  }
  .union-page .lsfa .lsfa-content .lsfa-img .lsfa-item .lsfa-item-second {
    padding: 0;
  }
  .union-page .lsfa .lsfa-content .lsfa-img .lsfa-item .lsfa-item-second .lsfa-item-third {
    padding: 10px;
  }
  .union-page .lxwm {
    height: auto;
  }
  .union-page .lxwm .lxwm-content .page-title {
    padding-top: 40px;
  }
  .union-page .lxwm .lxwm-content .page-title img {
    width: 45%;
  }
  .union-page .lxwm .lxwm-content .lxwm-img {
    width: 100%;
    margin-top: 40px;
    padding: 0 15px;
    font-size: 12px;
    display: block;
  }
  .union-page .lxwm .lxwm-content .lxwm-img .lxwm-item {
    padding: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .union-page .lxwm .lxwm-content .lxwm-img .lxwm-item .item-logo {
    width: 50px;
    height: auto;
    min-height: 0;
    margin-right: 20px;
  }
  .union-page .lxwm .lxwm-content .lxwm-img .lxwm-item .item-title {
    margin-top: 0;
    text-align: left;
  }
  .union-page .lxwm .lxwm-content .lxwm-img .lxwm-item .item-description {
    text-align: left;
  }
  .union-page > .swiper-wrapper > .swiper-slide:nth-child(2) {
    display: none;
  }
  .union-page > .swiper-wrapper > .swiper-slide:nth-child(3) {
    display: none;
  }
  .show-gxnh-news {
    margin-top: -70px;
  }
  .show-gxnh-news .article-content {
    margin-right: -30px;
    margin-left: -30px;
  }
}
