input:-webkit-autofill {
  -webkit-animation: autofill-fix 1s infinite !important;
  -webkit-text-fill-color: #666;
  -webkit-transition: background-color 50000s ease-in-out 0s !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  transition: background-color 50000s ease-in-out 0s !important;
  background-color: transparent !important;
  background-image: none !important;
}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

input[type=number],
input[type=password],
input[type=text],
textarea {
  -webkit-appearance: none;
}

#logoWhite {
  max-width: 100%;
}

.isboldfm {
  font-family: Poppins-Bold;
}

.isregfm {
  font-family: Poppins-Regular;
}

table,
th,
td {
  border: 1px solid #a3a3a3;
}

table {
  border-collapse: collapse;
}

#prodetail .detail-img {
  user-select: none;
}

/* #video-out{
	display: none;
}
.space-dom{
	display: none;
} */
/* commen */
.dz_tianxie {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
}

.dz_tjtx {
  background: #fff;
  border-radius: 5px;
  padding: 16px;
  width: 95%;
  max-width: 300px;
}

.dz_nameTx {
  margin: 10px auto;
  line-height: 40px;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
}

.dz_submit {
  width: 100%;
  line-height: 35px;
  background: #2979FF;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  color: white;
}

/* header */
.zindex {
  z-index: 9;
  position: relative;
}

.flex1 {
  flex: 1;
}

#video-out {
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  overflow: hidden;
  top: 0px;
  position: sticky;
  z-index: 1;
}

.is-fff-img {
  position: absolute;
  top: 0px;
  z-index: 8;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
}

.is-fff-img video {
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  /* object-fit: cover; */
}

.is-f-l {
  background: #fff;
  flex: 1;
  height: 100%;
}

.is-f-img {
  /* width: 800px; */
  width: 500px;
}

.is-f-m {
  display: flex;
  flex-direction: column;
}

.is-f-t {
  flex: 1;
  background: #fff;
}

.is-f-b {
  flex: 2;
  background: #fff;
}

.space-dom {
  height: 100vh;
  position: relative;
  z-index: -1;
}

.video-box {
  position: relative;
}

.video-box video {
  width: 100%;
  height: 100vh;
  display: block;
  object-fit: cover;
}

.agree-logo-box {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: #000 url("/static/images/index/tip.png") no-repeat center center/cover;
}

.agree-font-box {
  width: 94%;
  /*max-width: 470px;*/
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
  z-index: 10;
  color: #fff;
}

.agree-font-box p {
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  white-space: pre-wrap;
  font-family: Montserrat-Light;
}

.agree-font-box h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Montserrat-SemiBold';
}

.agree-button {
  text-align: center;
  display: flex;
  justify-content: center;
  font-family: Montserrat-Light;
}

.agree-button p {
  height: 40px;
  border-radius: 20px;
  margin: 0 5px;
  margin-top: 35px;
  line-height: 40px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
  color: #000;
}

.agree-button .agree-enter {
  background-color: #00ffff;
  color: #000;
  border: solid 1px #00ffff;
  /*transition: all 0.5s;*/
  width: 160px;
}

.agree-close {
  width: 160px;
  height: 40px;
  display: inline-block;
  border-radius: 20px;
  margin: 0 5px;
  margin-top: 35px;
  line-height: 40px;
  cursor: pointer;
  font-size: 14px;
  background-color: #fff;
  border: solid 1px #fff;
  /*transition: all 0.5s;*/
}

.agree-closs {
  width: 120px;
  height: 40px;
  border-radius: 20px;
  margin: 0 5px;
  margin-top: 35px;
  line-height: 40px;
  cursor: pointer;
  font-size: 14px;
  background-color: #fff;
  border: solid 1px #fff;
  /*transition: all 0.5s;*/
}

.ageback {
  display: none;
}

.agree-button p:hover {
  /*font-size: 14px;*/
}

.about-font-box {
  position: absolute;
  left: 50%;
  top: 100%;
  max-width: 1600px;
  width: 95%;
  transform: translate(-50%, -0%);
  z-index: -1;
  transition: all 1s;
  opacity: 0;
  pointer-events: none;
  color: #fff;
}

.about-font-box.active {
  opacity: 1;
  pointer-events: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 5;
}

.about-font-box h3 {
  font-size: 50px;
  text-align: center;
  width: 100%;
  font-family: Montserrat-SemiBold;
}

.about-font-box h4 {
  font-size: 36px;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.about-font-box p {
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  width: 100%;
  margin-top: 20px;
  font-family: Montserrat-Light;
}

.to-about-a {
  width: 170px;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  border-bottom: solid 2px #fff;
}

.to-about-a a {
  font-size: 24px;
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
  line-height: 40px;
}

#age-show {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 999999999;
}

/* com-header */
.com-warning {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  padding: 0 10px;
  height: 130px;
}

.logo-header-logo {
  /*height: 50px;*/
  height: 24px;
}

.com-h-warning {
  font-size: 36px;
  color: #fff;
  line-height: 1.5;
}

.com-h-warning div {
  text-align: center;
  font-family: Montserrat-Light;
}

.com-h-menu {
  min-height: 70px;
  padding: 0 90px;
  /*
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  */
  top: 0;
  z-index: 99;
  background: #fff;
}

.web-show {
  display: none;
}

.com-h-s-box {
  width: 92px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.com-h-s-box a {
  margin-left: 10px;
}

.com-h-s-box a:first-child {
  margin-left: 0;
}

.com-h-search {
  width: 24px;
  height: 24px;
}

.com-menu-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-expand-lg .navbar-nav .nav-link.com-menu-a,
.com-menu-a {
  display: block;
  height: 70px;
  line-height: 70px;
  padding: 0 30px;
  font-size: 20px;
  /*
  font-size: 14px;
  color: #212529;
  font-family:  Arial, Helvetica, sans-serif;
  */
  color: #fff;
  font-family: Montserrat-SemiBold;
  white-space: pre;
  /* 严格保留空格和换行符 */
  word-break: keep-all;
  /* 禁止单词内断行 */
}

.navbar-expand-lg .navbar-nav .nav-link.com-menu-a:hover,
.com-menu-a:hover {
  /*
  color: #212529;
  */
  color: #00cccc;
}

.navbar-expand-lg .navbar-nav .nav-item.active .nav-link.com-menu-a,
.active .com-menu-a {
  color: #00cccc;
}

.navbar-brand {
  margin-right: 4rem;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.com-menu-item {
  position: relative;
}

.com-sub-menu {
  position: absolute;
  top: 70px;
  left: 0;
  background: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  display: none;
  z-index: 9;
}

.com-sub-a {
  display: block;
  padding: 14px 20px;
  font-size: 16px;
  white-space: nowrap;
  font-family: Montserrat-SemiBold;
  color: #212529;
}

.com-sub-a:hover {
  background: #000;
  color: #fff;
}

.footer-right {
  width: 20%;
}

.footer-mid {
  width: 15.842857142857%;
}

.footer-left {
  width: 18.502142857143%;
}

/* index */
.mySwiper {
  width: 100%;
  height: 100%;
}

.mySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-pro-out {
  padding-top: 5%;
  padding-bottom: 5%;
  color: #333;
  background: #fff;
}

.top-pro-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
}

.top-pro-img img {
  width: 100%;
  object-fit: contain;
  animation: productAnimation 5s ease-in-out infinite;
}

.top-name {
  font-size: 50px;
  position: relative;
  text-align: center;
}

.top-name a {
  color: #666;
  font-family: Montserrat-SemiBold;
}

.top-halo {
  position: absolute;
  top: -54px;
  left: 32%;
  width: 112px;
  height: 54px;
  font-size: 18px;
  text-align: center;
  background: url(/wwwStatic/images/index/halo.png);
  background-repeat: no-repeat;
  color: #fff;
  line-height: 42px;
}

.top-tips {
  text-align: center;
  font-size: 30px;
  margin-top: 20px;
  color: #888;
  font-family: Montserrat-Regular;
}

.m-t-3 {
  margin-top: 3%;
  display: inline-block;
}

.m-t-1 {
  margin-top: 1%;
}

.m-t-2 {
  margin-top: 2%;
}

.isasb {
  position: absolute;
  z-index: 8888;
}

.m-b-1 {
  margin-bottom: 1%;
  display: inline-block;
}

.m-b-2 {
  margin-bottom: 2%;
  display: inline-block;
}

.m-t-5 {
  margin-top: 5%;
  display: inline-block;
}

.m-t-4 {
  margin-top: 4%;
}

.top-flavors-box {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.isflex {
  display: flex
}

.top-flavors-item {
  text-align: center;
  margin: 0 20px;
}

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

.top-more a {
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  font-family: Montserrat-Regular;
}

@keyframes productAnimation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

.logo_box {
  height: 32px;
  background: url(../images/index/hotproduct.png);
  background-size: contain;
  animation: logo_box 6s linear infinite;
  background-color: #fff;
  background-repeat: repeat-x;
}

@keyframes logo_box {
  0% {
    background-position: 0px 0px;
  }

  100% {
    background-position: -750px 0px;
  }
}

.zxindex {
  display: none;
  width: 100%;
  position: relative;
  z-index: 9;
}

.tx-r {
  display: flex;
  justify-content: flex-end;
}

.cenxterer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hot-out {
  padding-top: 0px;
  padding-bottom: 80px;
  background: #000;
}

.hot-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 95%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.hot-pro-left {
  flex: 0 0 50%;
  margin-top: 15%;
}

.hot-pro-right {
  flex: 0 0 50%;
  margin-top: 8%;
}

.hot-pro-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 95%;
  background-color: rgba(255, 255, 255, 1);
  padding: 8% 20px 20px 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px
}

.hot-pro-a {
  line-height: normal;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  transition: all 0.5s;
}

.hot-pro-b {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-family: Montserrat-SemiBold;
  text-align: center;
  font-size: 34px;
}

.hot-pro-c {
  font_radio: 2;
  display-radio: 1;
  margin-top: 10px;
  text-align: center;
  line-height: 2;
  font-size: 16px;
  max-width: 112px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: solid 2px #000;
  margin-bottom: 10px;
  font-family: Montserrat-Regular;
}

.hot-pro-k {
  color: #5c5c5c;
  margin-top: 5px;
  text-align: center;
  font-size: 16px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat-Regular;
}

.hot-pro-img-box {
  overflow: hidden;
  display-radio: 1;
  width: 65%;
  margin: 0 auto;
  display: block;
}

.hot-pro-img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: contain;
}

.hot-pro-box:hover img {
  transform: scale(1.1);
}

.hot-pro-box:hover .hot-pro-a {
  letter-spacing: 3px;
}

.hot-more {
  margin: 30px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hot-more a {
  text-align: center;
  line-height: 2;
  font-size: 24px;
  color: #fff;
  border-bottom: solid 2px #fff;
  font-family: Montserrat-Regular;
}

.news-out {
  padding: 60px 0;
  background: #fff;
}

.news-name {
  text-align: center;
  font-size: 40px;
  color: #666;
  animation: mineFadeInRight 0.8s both;
  font-family: Montserrat-SemiBold;
}

@keyframes mineFadeInRight {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

#case4 {
  margin-top: 40px;
  overflow: hidden;
}

#case4 img {
  object-fit: cover;
}

#case4 .swiper-slide {
  margin-right: 10px;
  max-height: 395px;
  position: relative;
  overflow: hidden;
}

.news-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 10px;
  transition: all 0.3s;
  opacity: 0;
  background: linear-gradient(to top, #000000, #ffffff00);
}

.swiper-slide:hover .news-info {
  opacity: 1;
}

.news-title {
  font-size: 18px;
  margin-bottom: 5px;
}

.news-desc {
  font-size: 14px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: linear;
}

.n-b-o-imgbox {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}

.n-b-o-imgbox img {
  object-fit: cover !important;
  position: absolute;
  width: 100%;
  min-height: 100%;
  transition: all 0.5s;
}

.n-b-o-imgbox:hover img {
  transform: scale(1.1);
}

.is-animate-doma {
  animation: mineFadeInUp 0.8s both;
}

.is-animate-domb {
  animation: mineFadeInUp 0.8s both;
  animation-delay: 0.2s;
}

.is-animate-domc {
  animation: mineFadeInUp 0.8s both;
  animation-delay: 0.4s;
}

.is-animate-domd {
  animation: mineFadeInUp 0.8s both;
  animation-delay: 0.6s;
}

@keyframes mineFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

/* com-page-top */
.page-com-top {
  padding: 60px 0;
  background: #000;
  color: #fff;
}

.page-com-main {
  margin: 0 auto;
}

.page-com-title {
  font-family: Montserrat-Medium;
  font-size: 3.75vw;
  text-align: center;
}

.page-com-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.page-com-item {
  margin: 0 20px;
  cursor: pointer;
  position: relative;
  font-size: 22px;
}

.page-com-item a {
  color: #fff;
  font-size: 22px;
  font-family: Montserrat-Light;
}

.page-com-item:before {
  content: " ";
  display: block;
  transition: all 0.5s;
  width: 0;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  bottom: -10px;
  left: 0%;
}

.page-com-item.active:before {
  width: 100%;
}

.page-com-item:hover:before {
  width: 100%;
}

.submenu {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.sub-menu-item {
  margin-right: 30px;
  color: #666;
  cursor: pointer;
}

.sub-menu-item.active {
  color: #000;
  font-weight: bold;
}

/* news */
.news-list-out {
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 40px;
}

.news-item {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #bcbcbc;
  padding: 20px 0;
  position: relative;
}

.news-item:hover::after {
  opacity: 1;
}

.pro-box-out {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}

.nodata {
  display: flex;
  align-items: center;
  width: 100%;
  color: #B4B4B4;
  font-size: 19px;
  padding: 30px 0;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 80px;
}

.n-data-title {
  font-size: 36px;
}

.n-data-subtitle {
  margin-top: 30px;
}

.news-item:hover::before {
  opacity: 1;
}

.news-date,
.news-line {
  display: block;
  font-family: Arial;
}

.news-item:hover .news-date {
  color: #fff;
}

.news-item::after {
  content: "";
  background-color: #000;
  display: block;
  width: 10%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  top: 0;
  z-index: -1;
  transition: all 0.5s ease;
}

.news-item::before {
  content: '';
  position: absolute;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #000;
  left: calc(10%);
  top: 50%;
  margin-top: -15px;
  z-index: 3;
  opacity: 0;
  transition: all 0.5s ease;
}

.news-date {
  color: #666666;
  font-size: 70px;
  text-align: center;
  flex: 0 0 10%;
  font-weight: bold;
  transition: all 1s ease;
}

.news-year {
  font-size: 20px;
  margin-top: 10px;
}

.news-line {
  flex: 0 0 3%;
  height: 1px;
  background: #bcbcbc;
}

.news-list-info {
  flex: 0 0 57%;
  margin: 0 3%;
  font-family: Montserrat-Light;
}

.news-list-info a {
  font-size: 22px;
  color: #000;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  font-weight: bold;
}

.news-list-info a::before {
  content: '';
  width: 0;
  height: 1px;
  background: #666;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
}

.news-item:hover a::before {
  width: 100%;
}

.news-list-desc {
  font-size: 14px;
  line-height: 30px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-img {
  flex: 0 0 24%;
}

.news-img a {
  border-radius: 10px;
  display: block;
  overflow: hidden;
}

.news-img img {
  width: 100%;
  max-height: 205px;
  object-fit: cover;
  transition: all 1s ease;
}

.news-item:hover img {
  transform: scale(1.1);
}

.news-del-out {
  width: 95%;
  margin: 0 auto;
  margin-top: 80px;
  max-width: 1340px;
  display: flex;
  align-items: flex-start;
}

.news-detail {
  flex: 1;
}

.articles {
  margin-left: 90px;
  width: 320px;
}

.art-title {
  font-size: 28px;
  color: #303133;
  font-weight: bold;
  margin-bottom: 30px;
}

.news-dtl-title {
  font-size: 28px;
  color: #303133;
  font-weight: bold;
}

.art-list {
  margin-bottom: 25px;
}

.art-l-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 5px;
  display: block;
  display-radio: -webkit-box;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

.art-l-desc {
  font-size: 14px;
  color: rgba(165, 165, 165, 1);
  line-height: 1.5;
  display-radio: -webkit-box;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: normal;
  text-align: justify;
}

.news-dtl-time {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #545454;
  margin-top: 10px;
  border-bottom: 1px solid #f2f2f2;
  padding: 16px 0;
}

.source {
  margin: 0 60px 0 20px;
}

.share-box {
  display: flex;
  align-items: center;
}

.share-box img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.news-str-detail {
  margin: 40px 0 80px 0;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  /*text-indent: 28px;*/
  text-align: justify;

}

.news-str-detail>img {
  max-width: 100% !important;
}

.news-str-detail>p {
  margin: 0 0 14px 0;
  /*text-indent: 28px;*/
}

.news-str-detail>p>img {
  margin: 0 0 14px 0;
}

/* contact */
#isheader {
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 30px;
}

.page-out-box {}

.contact-out {
  display: flex;
  justify-content: space-between;
}

.com-tip {
  color: #202020;
  width: 520px;
}

.about-title {
  color: #202020;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 35px;
  font-family: Montserrat-SemiBold;
}

.contact-content {
  flex: 1;
  margin-left: 30px;
  max-width: 720px;
}

.form-span {
  margin-bottom: 10px;
}

.fomr-item {
  margin-bottom: 15px;
}

.about-name {
  margin-bottom: 30px;
  font-size: 20px;
  font-family: Montserrat-Light;
}

.about-address {
  font-size: 16px;
  line-height: 1.5;
  display: flex;
}

.con-about-info {
  font-size: 16px;
  margin-top: 25px;
  display: flex;
  align-items: center;
}

/* .about-address, .con-about-info{
	font-family: Montserrat-Light;
} */
.about-address-icon {
  width: 20px;
  height: 25px;
  margin-right: 10px;
}

.ab-ad-font {
  flex: 1;
}

.about-img-icon {
  width: 20px;
  height: 16px;
  margin-right: 10px;
}

.about-phone {}

.about-img-phone {
  width: 20px;
  height: 21px;
  margin-right: 10px;
}

.fomr-btn {
  width: 150px;
  height: 44px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}

.fomr-btn:hover {
  background: #3f3e3e;
}

/* product */
.pro-out {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
}

.pro-box-out {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}

.is-f-box {
  flex: 1;
  text-align: left !important;
}

#nameinput,
#emailinput,
#contentsinput {
  width: 100%;
}

.n-b-o-item {
  width: 24.25%;
  margin-bottom: 80px;
  margin-right: 1%;
}

.n-b-o-item:nth-child(4n) {
  margin-right: 0;
}

.n-b-titel {
  width: 100%;
  /* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
  margin-top: 15px;
  text-align: center;
  font-size: 20px;
  font-family: Montserrat-Medium;
  color: #666;
}

.n-b-ks {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  font-family: Montserrat-Medium;
  color: #666;
}

.n-b-date {
  margin-top: 12px;
}

.n-b-o-imgbox {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100%;
}

.n-b-o-imgbox img {
  object-fit: cover !important;
  position: absolute;
  width: 100%;
  min-height: 100%;
}

.n-b-o-item:hover .n-b-titel {}

.n-b-o-item:hover .n-b-date {}

.n-b-o-item:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}

/* about */
.about-item {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  font-family: seguivar !important;
}

.about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.about-c-out {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 12;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.about-info {
  position: absolute;
  top: 35%;
  left: 50%;
  display: flex;
  color: #fff;
  flex-direction: column;
  transform: translate(-50%, -50%);
}

.about-info .about-font-box h3 {
  margin-bottom: 50px;
}

.is-vision .about-box-out {
  position: absolute;
  top: 28.241%;
  /* left: 32.448%;
	width: 95%;
	max-width: 1000px; */
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  max-width: 974px;
  display: flex;
  color: #fff;
  flex-direction: column;
}

.vision-out {
  max-width: 500px;
  border: 6px solid #4a529c;
  padding: 20px 0 20px 20px;
}

.vision-line {
  height: 5px;
  width: 50px;
  background: #4a529c;
  margin-left: 6px;
}

.is-vision .about-bo-title {
  font-size: 70px;
  color: #4a529c;
  font-weight: 900;
  position: relative;
  z-index: 0;
  letter-spacing: 5px;
  margin-top: 28px;
  font-family: seguivar;
}

.is-vision .about-sub-title {
  margin-top: 20px;
}

.is-vision .about-bo-info {
  color: #4a529c;
  font-size: 24px;
  margin-top: 16px;
  letter-spacing: 3px;
}

.is-vision .about-sub-info {
  margin-top: 15px;
}

.about-sub-info {
  margin-top: 15px;
  margin-bottom: 20px;
}

.news-out-info {
  display: flex;
  align-items: flex-start;
}

.is-mission .about-box-out {
  position: absolute;
  top: 32.778%;

  /* left: 30.104%;
	width: 95%;
	max-width: 1000px; */
  left: 50%;
  transform: translateX(-50%);

  display: flex;
  color: #fff;
  flex-direction: column;
}

.is-mission .about-bo-title {
  line-height: 1;
  font_radio: 2;
  display-radio: 1;
  text-align: center;
  font-family: seguivar;
  font-size: clamp(1.5rem, 0.227rem + 6.36vw, 4rem);
  font-weight: bold;
  color: white;
  letter-spacing: 15px;
  margin-bottom: 20px;
}

.our-box {
  display: flex;
}

.mission-line {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}

.mission-line:last-child {
  margin-left: -10px;
}

.mission-our {}

.mission-aline {
  height: 1px;
  background: #fff;
  margin-bottom: 15px;
}

.is-mission .about-bo-info {
  text-align: center;
  font-size: 27px;
  font-weight: normal;
  color: white;
  font-family: seguivar;
  letter-spacing: 5px;
  font-weight: 400;
}

.is-concept {
  color: #000;
}

.is-concept .about-box-out {
  position: absolute;
  top: 32.778%;

  /* left: 30.104%;
	width: 95%;
	max-width: 1000px; */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  flex-direction: column;
}

.is-concept .about-bo-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.5rem, 0.227rem + 6.36vw, 4rem);
  letter-spacing: 15px;
  font-weight: 900;
  text-align: center;
}

.concept-line {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
}

.concept-line:first-child {
  margin-right: 26px;
}

.concept-line:last-child {
  margin-left: 0;
}

.concept-our {
  margin: 0 46px 0 20px;
}

.concept-aline {
  width: 348px;
  height: 1px;
  background: #fff;
  margin-bottom: 14px;
}

.is-concept .about-bo-info {
  font-size: 27px;
  letter-spacing: 6.2px;
  text-align: center;
  font-weight: 400 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 44px;
}

.is-concept .about-sub-info {
  margin: 20px 0;
}


/* com-footer-out */
.com-footer-out {
  background: #000;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.com-footer-box {
  width: 95%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
}

.logo-footer-logo {
  height: 35px;
}

.footer-copyright {
  padding: 16px 0 0 0;
  border-top: 1px solid #363636;
  width: 95%;
  margin-top: 30px;
  text-align: center;
  color: #767879;
  max-width: 1400px;
  font-size: 12px;
  font-family: Montserrat-Light;
}

.f-sub-title {
  font-size: 18px;
  color: #767879;
  margin-top: 20px;
  font-family: Montserrat-SemiBold;
}

.f-sub-box {
  position: relative;
  width: 235px;
  margin-top: 10px;
}

.f-sub-box input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  border: none;
  outline: none;
  background: #1e1f20;
  padding: 0 44px 0 16px;
  color: #fff;
  font-size: 14px;
}

.f-sub-btn {
  position: absolute;
  height: 44px;
  width: 44px;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-sub-btn img {
  width: 24px;
  height: 24px;
}

.f-medium-box {
  margin-top: 20px;
  width: 235px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.f-medium-box img {
  height: 30px;
}

.f-tel {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}


.f-tel img {
  width: 22px;
  height: 22px;
}

.f-tel div {
  font-size: 14px;
  color: #767879;
  margin-left: 10px;
}

.footer-mid {
  font-family: Montserrat-Light;
}

.contacta {
  font-family: Montserrat-SemiBold;
  font-size: 18px !important;
}

.f-phone {
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
}

.f-phone img {
  width: 22px;
  margin-top: -4px;
}

.f-h-box {
  color: #c0c4c7;
  margin-left: 10px;
}

.f-h-box div {
  margin-bottom: 14px;
  color: #767879 !important;
}

.contactc {
  color: #767879 !important;
}

.f-email {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.f-email img {
  width: 22px;
  height: 22px;
}

.f-email div {
  color: #c0c4c7;
  margin-left: 10px;
}

.f-r-title {
  font-size: 20px;
  color: #767879;
  font-family: Montserrat-SemiBold;
}

.whatsapp-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  max-width: 480px;
  margin-left: -20px !important;
}

.iswsname {
  text-align: center;
  width: 100%;
}

.whatsapp-box a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 20px;
  margin-bottom: 10px;
  width: 40px;
  font-size: 14px;
  font-family: Montserrat-Light;
}

.whatsapp1 {
  display: none;
}

.to-top-out {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 999;
}

.to-top-item {
  width: 45px;
  height: 45px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.to-top-item img {
  width: 32px;
}

.whatsapp-box a:hover {
  color: #fff;
}

.whatsapp-box a:hover>div {
  color: #fff;
}

.whatsapp-box a>img.whatsapp {
  display: block;
}

.whatsapp-box a>img.whatsapp1 {
  display: none;
}

.whatsapp-box a:hover>img.whatsapp {
  display: none;
}

.whatsapp-box a:hover>img.whatsapp1 {
  display: block;
}

/* verificate-out */
.dz_left {
  flex: 0.5;
}

.dz_right {
  flex: 1;
  text-align: right;
}

.v-phone {
  color: #2979ff;
}

.v-tips {
  color: #ff2d2d;
}

.verificate-out {
  width: 95%;
  margin: 0 auto;
  max-width: 560px;
  margin-top: 70px;
}

.verificate-out img {
  width: 100%;
}

.v-search {
  position: relative;
}

.v-s-box {
  width: calc(100% - 30px);
  font-size: 14px;
  color: #303133;
  border-radius: 4px;
  border: 1px solid rgb(208, 208, 208);
  background: #fff;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-left: 15px;
}

.v-s-box input {
  flex: 1;
  height: 30px;
  padding: 0 15px;
}

.v-s-img {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.v-s-img img {
  width: 20px;
  height: 20px;
}

.s-info {
  margin-top: 20px;
  padding: 0 15px;
  position: relative;
  z-index: 2;
  /*background: #f5f5f5;*/
}

.feedback-box {
  /*background: #f5f5f5;*/
  padding: 15px;
}

.s-img-box {
  padding: 15px;
  /*background: #f5f5f5;*/
}

.s-i-box {
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .2);
}

.codepng {}

.res-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #636363;
  font-size: 13px;
  padding: 20px 0;
}

.anti-code {
  display: flex;
  align-items: center;
}

.anti-code img {
  width: 20px;
  height: 20px;
  margin-left: 20px;
}

.no-show {
  display: none;
}

.feedback-font {
  font-size: 13px;
  font-weight: 700;
}

.fee-info {
  display: flex;
  margin-top: 26px;
}

.verificate-img {
  width: 36px;
  height: 36px;
}

.ver-right {
  flex: 1;
  margin-left: 15px;
}

.verificate-textarea {
  background: #EAEAEA;
  padding: 10px;
  font-size: 14px;
  color: #303133;
  box-sizing: border-box;
  border-radius: 12px;
  border-color: #EAEAEA;
  min-height: 100px;
  height: auto;
  outline: none;
  width: 100%;
  white-space: normal;
}

.ver-imgup {
  display: flex;
  padding: 10px 0;
  font-size: 14px;
  color: #303133;
  box-sizing: border-box;
  line-height: 35px;
  flex-direction: column;
}

.dz_image {
  width: 80px;
  height: 80px;
  flex-direction: column;
  color: #606266;
  font-size: 13px;
  overflow: hidden;
  margin: 5px;
  position: relative;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
}

.dz_onUpload {
  text-align: center;
}

.dz_jia {
  color: #606266;
  font-weight: bold;
  width: 20px !important;
}

.dz_video {
  width: 35px !important;
}

.dz_upload {
  line-height: 20px;
}

.dz_uploadVideo {
  width: 80px;
  height: 80px;
}

.videoup {
  width: 80px;
  height: 80px;
  flex-direction: column;
  color: #606266;
  font-size: 13px;
  overflow: hidden;
  margin: 5px;
  position: relative;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #ccc;
}

.dz_postBox {
  text-align: right;
}

.dz_tishiyu {
  font-size: 12px;
  line-height: 12px;
  color: #fa3534;
  margin-top: 6px;
  display: none;
}

.dz_post {
  color: #fff;
  background: #2979ff;
  outline: none;
  cursor: pointer;
  padding: 0 40px;
  z-index: 1;
  height: 35px;
  border: none;
  border-radius: 35px;
  box-sizing: border-box;
  transition: all .15s;
  margin-top: 10px;
}

.v-box {
  position: relative;
  width: 80px;
  height: 80px;
}

.dz_mc {
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 4;
  top: 0;
  border-radius: 5px;
  overflow: hidden;
}

.dz_shanchu {
  color: white;
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 20px;
  cursor: pointer;
  z-index: 9;
}

.dz_cuo {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: red;
  color: white;
  position: absolute;
  z-index: 3;
  text-align: center;
  line-height: 20px;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.ver-imgups {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #dcdcdc;
}

.dz_imgList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.dz_imgBox {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  display: flex;
  margin: 5px;
  overflow: hidden;
  position: relative;
}

#inputValue {
  height: 30px;
  border: none;
  outline: none;
  background: #F5F5F5;
  flex: 1;
}

#c1 {
  vertical-align: middle;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid black;
  width: 100px;
  height: 30px;
}

.dz_img {
  width: 80px !important;
  height: 80px !important;
}

/* search */
.search-out {
  width: 95%;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 70px;
}

.search-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px;
  font-weight: bold;
}

.search-box {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 20px;
  overflow: hidden;
}

.search-box input {
  height: 40px;
  width: 100%;
  padding: 0 20px;
}

.search-box div {
  height: 40px;
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 40px;
  background: #000;
  color: #fff;
  cursor: pointer;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.search-box div:hover {
  background: #333;
}

.results-dom {
  font-size: 14px;
  color: #666;
  margin-top: 50px;
}

.search-item {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #bcbcbc;
  padding: 20px 0;
}

.search-list-info {
  flex: 0 0 73%;
  margin: 0 3% 0 0;
}

.search-list-info a {
  font-size: 22px;
  color: #000;
  padding-bottom: 17px;
  display: block;
}

.search-list-desc {
  font-size: 14px;
  line-height: 30px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.search-img {
  flex: 0 0 24%;
}

.search-img a {
  border-radius: 10px;
  display: block;
  overflow: hidden;
}

.search-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
  max-height: 205px;
}

.search-item:hover img {
  transform: scale(1.1);
}

/* menu-page */
.pgae-menu-box {
  margin-top: 20px;
  border-bottom: solid 1px #e9e9e9;
  padding-bottom: 16px;
}

.page-menu-info {
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
}

.page-menu-info img {
  width: 16px;
  margin-right: 10px;
}

.page-menu-info a {
  color: #333;
  margin-right: 4px;
}

.m-t-10 {
  margin-top: 10%;
}

.paramslr {
  /* d5e7ff */
  display: flex;
  padding: 3% 20% 0 20%;
  justify-content: center;
  background: #d5e7ff;
  align-items: center;
}

.l-params {
  margin-right: 5%;
  height: 504px;
  width: 525px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-params img {
  height: 390px;
}

.r-params {
  height: 504px;
  width: 610px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
}

.r-params .r-info {
  display: flex;
  margin-bottom: 5%;
}

.r-params .r-info:last-child {
  margin-bottom: 0%;
}

.r-namebbb {
  margin-left: 10px;
}

@media screen and (max-width: 1620px) {}

@media screen and (max-width: 1400px) {
  .footer-right {
    width: inherit;
  }

  .footer-mid {
    width: inherit;
  }

  .footer-left {
    width: inherit;
  }
}

.web-h-menu {
  justify-content: space-between;
  padding: 0 16px;
  position: relative;
  z-index: 9;
  background: #fff;
}

.web-logo-a {
  height: 50px;
}

.web-h-icon {
  height: 28px;
}

.web-menu-out {
  position: fixed;
  z-index: 99999;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.web-out-close {
  display: flex;
  justify-content: flex-end;
}

.web-close {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.web-close img {
  width: 30px;
}

.com-web-menu {
  display: none;
}

.news-list-time {
  display: none;
}

@media screen and (max-width: 1350px) {
  .com-menu-a {
    font-size: 18px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1250px) {
  .com-h-menu {
    padding: 0 30px;
  }

  .com-menu-a {
    font-size: 18px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1060px) {
  .com-h-menu {
    padding: 0 30px;
  }

  .com-menu-a {
    font-size: 16px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1000px) {
  .paramslr {
    flex-direction: column;
  }

  .col div {
    font-size: 14px !important;
  }

  .paramslr {
    padding: 3% 20px;
  }

  .l-params img {
    height: 250px;
  }

  .font-1000 {
    font-size: 24px !important;
  }

  .l-params {
    margin-right: 0;
    max-width: 525px;
    width: 100%;
    height: auto;
    padding: 10%;
  }

  .r-params {
    margin-top: 20px;
    max-width: 525px;
    width: 100%;
    padding: 10%;
    height: auto;
  }

  #case4 {
    margin-top: 20px;
  }

  .results-dom {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .search-item {
    padding: 10px 0;
  }

  .search-title {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .search-list-info a {
    font-size: 16px;
  }

  .search-list-desc {
    font-size: 12px;
    color: #999;
    margin: 0;
  }

  .news-list-time {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 18px;
  }

  .page-com-item:before {
    height: 1px;
    bottom: -5px;
  }

  .news-img img {
    max-height: 100px;
  }

  .share-box img {
    width: 22px;
    height: 22px;
  }

  .com-h-search {
    width: 20px;
    height: 20px;
  }

  .web-logo-a {
    display: flex;
    align-items: center;
  }

  .web-logo-a img {
    height: 24px;
  }

  .articles {
    display: none;
  }

  .contact-out {
    flex-direction: column;
  }

  .search-list-info a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 17px;
  }

  .about-title,
  .about-name {
    margin-bottom: 16px;
  }

  .contact-content {
    margin-top: 30px;
    margin-left: 0;
  }

  .search-out {
    margin-top: 30px;
  }

  #isheader {
    margin-top: 30px;
    width: 100%;
    padding: 0 16px;
  }

  .ab-ad-font {
    text-align: justify;
    font-size: 12px;
  }

  .search-list-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 22px;
  }

  .about-title {
    font-size: 18px;
  }

  .con-about-info {
    margin-top: 10px;
    font-size: 12px;
  }

  .contact-content,
  .com-tip {
    width: 100%;
  }

  .about-name {
    font-size: 14px;
  }

  .page-com-title {
    font-size: 18px;
  }

  .page-com-menu {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .news-list-desc {
    font-size: 12px;
    line-height: 18px;
    color: #999;
  }

  .news-item::before,
  .news-item::after {
    content: none;
  }

  .news-item {
    padding: 20px 0 10px 0;
  }

  .news-list-info a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 16px;
    font-size: 16px;
    word-break: break-all;
  }

  .n-b-o-item {
    width: 49.5%;
  }

  .news-list-info {
    flex: 0 0 50%;
    margin: 0 2%;
  }

  .news-img {
    flex: 0 0 45%;
  }

  .n-b-titel {
    font-size: 12px;
  }

  .news-date,
  .news-line {
    display: none;
  }

  .n-b-o-item:nth-child(2n) {
    margin-right: 0;
  }

  .agree-font-box p {
    font-size: 11px;
  }

  .agree-font-box h2 {
    font-size: 16px;
  }

  .page-com-top {
    padding: 30px 16px 10px 16px;
  }

  .page-com-item {
    margin: 0 10px;
    margin-bottom: 10px;
  }

  .page-com-item {
    font-size: 12px;
  }

  .page-com-item a {
    font-size: 12px;
  }

  .agree-font-box {
    bottom: 50%;
    transform: translate(-50%, 50%);
  }

  .agree-button p {
    width: 120px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }

  .age-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-left: 25px;
  }

  .com-menu-box {
    flex-direction: column;
    align-items: flex-start;
    height: calc(100% - 50px);
    overflow-y: scroll;
    padding-bottom: 50px;
    justify-content: flex-start;
  }

  .com-sub-a {
    font-size: 12px;
    padding-left: 40px;
  }

  .com-menu-item {
    width: 100%;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
  }

  .com-menu-a {
    font-size: 14px;
    padding: 0 0 0 20px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .com-right {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .com-down {
    transform: rotate(90deg);
  }

  .com-menu-right {
    width: 18px;
  }

  .com-h-s-box {
    width: inherit;
  }

  .com-h-s-box {
    height: 50px;
  }

  .pc-show {
    display: none
  }

  .web-show {
    display: flex;
  }

  .com-footer-box {
    display: inline;
  }

  .f-medium-box a {
    margin-right: 10px;
  }

  .verificate-out {
    margin-top: 20px;
  }

  .news-list-out {
    margin-top: 0;
  }

  .f-medium-box img {
    height: 35px;
  }

  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after,
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    font-size: 26px;
  }

  .n-b-o-item {
    margin-bottom: 30px;
  }

  div.zxf_pagediv {
    margin-top: 0;
  }

  .pro-box-out {
    margin-top: 20px;
  }

  .whatsapp-box a img {
    width: 35px;
  }

  .footer-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .f-medium-box {
    width: 100%;
    justify-content: inherit;
    margin-left: -16px;
    margin-top: 14px;
  }

  .f-sub-box {
    width: 70%;
    margin-top: 20px;
  }

  .footer-mid,
  .footer-right {
    margin-top: 20px;
  }

  .f-tel img {
    width: 20px;
    height: 20px;
  }

  .f-sub-title {
    font-size: 16px;
  }

  .f-sub-btn {
    height: 30px;
    width: 30px;
  }

  .f-h-box div,
  .f-tel div {
    font-size: 12px;
    font-weight: 500;
  }

  .footer-copyright {
    font-size: 12px;
  }

  .f-sub-box input {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
  }

  .f-h-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .f-r-title {
    text-align: center;
    font-size: 16px;
  }

  .whatsapp-box a {
    margin-left: 14px;
    font-size: 12px;
  }

  .hot-pro-b {
    font-size: 14px;
  }

  .top-pro-box {
    display: inline;
  }

  .top-pro-img {
    margin-bottom: 20px;
  }

  .zxindex {
    display: block;
  }

  .about-font-box p {
    font-size: 9px;
    line-height: 24px;
  }

  .about-font-box h3 {
    font-size: 18px;
  }

  .about-font-box {
    width: 100%;
    padding: 0 8px;
  }

  .to-about-a {
    width: 85px;
    margin-top: 20px;
    border-bottom: 1px solid #fff;
  }

  .to-about-a a {
    font-size: 12px;
    line-height: 20px;
  }

  #video-out {
    height: auto;
  }

  .video-box video {
    width: 100%;
    height: 300px;
  }

  .space-dom {
    display: none !important;
  }

  .com-warning {
    height: 60px;
  }

  .logo_box {
    height: 14px;
  }

  .com-h-warning {
    font-size: 12px;
    line-height: 18px;
  }

  .hot-pro-box {
    padding: 8% 10px 0 10px;
  }

  .hot-pro-img-box {
    width: 100%;
  }

  .hot-pro-c {
    border: none;
    font-size: 10px;
    margin-top: 5px;
  }

  .top-name {
    font-size: 20px;
  }

  .top-more {
    margin-top: 24px;
    font-size: 12px;
  }

  .hot-pro-box {
    margin-bottom: 10px;
  }

  .hot-more {
    margin-top: 10px;
  }

  .com-footer-out {
    padding-top: 20px;
  }

  .news-out {
    padding: 25px 0;
  }

  .news-name {
    font-size: 20px;
  }

  .hot-out {
    padding-bottom: 30px;
  }

  .top-more a {
    padding-bottom: 5px;
  }

  .hot-more a {
    font-size: 16px;
  }

  .top-tips {
    font-size: 16px;
    margin-top: 10px;
  }

  .com-h-menu {
    padding: 0 30px;
  }

  .about-box-out {
    padding: 0 30px;
    width: 100%;
  }

  .news-dtl-time {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding: 16px 0;
    font-size: 12px;
  }

  .share-box {
    margin-top: 16px;
  }

  .news-del-out {
    margin-top: 20px;
  }

  .news-dtl-title {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    word-break: break-all;
  }

  .news-str-detail {
    margin: 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 750px) {
  .is-vision .about-bo-title {
    font-weight: 600;
  }

  .is-mission .about-bo-info {
    font-size: 18px;
    letter-spacing: 0;
  }

  .is-mission .about-bo-title {
    font-size: 30px;
    letter-spacing: 5px;
  }

  .is-vision .about-bo-info {
    font-size: 12px;
    letter-spacing: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .is-vision .about-sub-info {
    margin-top: 5px;
  }

  .vision-out {
    margin: 0 10px;
  }

  .vision-out {
    border: 4px solid #4a529c;
  }

  .vision-line {
    height: 4px;
  }

  .our-box {
    margin: 0 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .is-vision .about-bo-title {
    font-size: clamp(2.5rem, 2.443rem + 3.41vw, 5rem);
  }

  .is-concept .about-bo-title {
    font-size: 30px;
    letter-spacing: 0;
  }

  .is-concept .about-bo-info {
    font-size: 18px;
    letter-spacing: 0;
  }
}


.page-menu-info {
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
}

.page-menu-info a {
  color: #333;
}


.page-menu-info img {
  width: 16px;
  margin: 0 10px 0 0;
  display: inline-block;
}