header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  z-index: 999999;
}
header .menu_nav_m {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  background-color: #fff;
  border-top: 1px solid #d4d4d4;
  padding: 20px 40px;
}
header .menu_nav_m .search {
  width: 100%;
  display: flex;
  align-items: center;
}
header .menu_nav_m .search .icon {
  width: 25px;
}
header .menu_nav_m .search input {
  background-color: #eeeeee;
  outline-style: none;
  padding: 10px 17px;
  flex: 1;
  font-size: 16px;
  margin-left: 25px;
  border: 1px solid #c9c9c9;
}
header .menu_nav_m .nav_m_box {
  position: relative;
  margin-top: 30px;
}
header .menu_nav_m .nav_m {
  font-size: 14px;
}
header .menu_nav_m .nav_m li a {
  color: #3e3e3c;
  font-size: 16px;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #d4d4d4;
}
header .menu_nav_m .nav_m li .back,
header .menu_nav_m .nav_m li .nav_click {
  color: #3e3e3c;
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #d4d4d4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .menu_nav_m .nav_m li .back .icon,
header .menu_nav_m .nav_m li .nav_click .icon {
  width: 10px;
}
header .menu_nav_m .nav_m2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
header .menu_nav_m .nav_m2 .back {
  justify-content: start !important;
}
header .menu_nav_m .nav_m2 .back .icon {
  transform: rotate(180deg);
  margin-right: 14px;
  margin-top: 1px;
}
header .menu_nav_m .nav_m2 .back span {
  font-weight: bold;
}
header .header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 9999999;
  background-color: #fff;
}
header .sonNav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  border-top: 1px solid #d4d4d4;
  padding: 25px 0 35px;
  z-index: 99999;
  gap: 9px;
  transition: transform 0.5s;
  transform: translateY(-100%);
}
header .sonNav.sonNavShow {
  transform: translateY(0);
}
header .sonNav dl {
  min-width: 174px;
}
header .sonNav dl dt {
  border-bottom: 4px solid #efefef;
  padding-bottom: 8px;
  font-size: 14px;
  color: #3e3e3c;
  font-family: "MontserratSemiBold";
  margin-bottom: 12px;
}
header .sonNav dl dd a {
  color: #3e3e3c;
  font-size: 12px;
  display: block;
  padding-bottom: 14px;
}
header .sonNav dl dd a:hover {
  color: var(--hover-c);
}
header .logo {
  padding: 12px 0;
  padding-left: 40px;
  font-size: 0;
}
header .logo img {
  width: 260px;
}
header nav .nav {
  display: flex;
  align-items: center;
  height: 100%;
}
header nav .nav li {
  height: 100%;
}
header nav .nav li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 18px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
header nav .nav li a span {
  color: #272725;
  text-transform: uppercase;
  font-size: 14px;
}
header nav .nav li a:hover {
  border-bottom-color: #3e3e3c;
  background-color: #efefef;
}
header .right {
  display: flex;
  align-items: center;
}
header .right .search {
  display: flex;
  align-items: center;
}
header .right .search input {
  color: #272725;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  width: 118px;
  outline-style: none;
  padding: 12px;
  padding-right: 42px;
  position: relative;
  z-index: 9;
  background: transparent;
}
header .right .search .icon {
  width: 16px;
  margin-left: -30px;
}
header .right .search.focus_search {
  flex-direction: row-reverse;
}
header .right .search.focus_search input {
  background-color: #eeeeee;
  border: 1px solid #c9c9c9;
  width: auto;
  padding: 12px;
}
header .right .search.focus_search .icon {
  margin-left: 0;
  margin-right: 14px;
}
header .right .menu {
  height: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 43px;
  margin-left: 47px;
  cursor: pointer;
}
header .right .menu .icon {
  width: 35px;
}
header .right .menu_m {
  display: none;
}
header .right .menu_m.active {
  background: #f5f5f5;
  border-left: 1px solid #ebebeb;
}
header .right .menu_m.active .icon {
  display: none;
}
header .right .menu_m.active::after {
  content: "X";
  text-align: center;
  font-size: 30px;
  transform: scaleX(1.15);
  width: 35px;
}
.banner {
  position: relative;
  cursor: pointer;
  width: 100%;
}
.banner img {
  width: 100%;
}
.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
}
.banner .swiper-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-bullets.swiper-pagination-horizontal,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 30px;
}
.banner .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  color: #fff;
  pointer-events: none;
}
.banner .mask .main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner .mask .main h3 {
  text-align: center;
  letter-spacing: 4px;
  font-size: 48px;
  font-weight: normal;
  text-transform: uppercase;
}
.banner .mask .main p {
  max-width: 590px;
  text-align: center;
  font-size: 24px;
  font-family: "MontserratHairline";
  line-height: 36px;
  margin-top: 32px;
}
.banner .mask .main a {
  color: #fff;
  text-transform: uppercase;
  margin-top: 35px;
  font-size: 24px;
  pointer-events: painted;
  border-bottom: 1px solid #fff;
}
.banner .mask .main a:hover {
  color: var(--hover-c);
  border-color: var(--hover-c);
}
.selectWant {
  padding: 30px 0;
  position: relative;
  z-index: 9999;
  background-color: #f2f2f2;
}
.selectWant .title {
  display: flex;
  align-items: center;
}
.selectWant .title span {
  font-size: 24px;
  color: #edd336;
  padding-top: 10px;
  margin-right: 10px;
  font-family: "MontserratSemiBold";
}
.selectWant .title p {
  font-size: 24px;
  color: #272725;
  font-family: "MontserratSemiBold";
}
.selectWant .select_box {
  margin-top: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.selectWant .select_box .clearAll {
  display: none;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}
.selectWant .select_box .clearAll svg {
  margin-top: 2px;
}
.selectWant .select_box .select_item {
  border: 1px solid #a0a0a0;
  padding: 8px 14px;
  position: relative;
  font-size: 0;
  cursor: pointer;
}
.selectWant .select_box .select_item select {
  border: none;
  font-size: 14px;
  background: transparent;
}
.selectWant .select_box .select_item .select_text {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.selectWant .select_box .select_item .select_text span {
  font-size: 14px;
  color: #272725;
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.selectWant .select_box .select_item.active .select_text span::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #272725;
  border-radius: 100%;
  margin-left: 4px;
  margin-top: 1px;
}
.selectWant .select_box .select_item .select_pop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 320px;
  z-index: 9;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  transform: translateY(10px);
  display: none;
}
.selectWant .select_box .select_item .select_pop .head {
  padding: 16px 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c4c4c4;
}
.selectWant .select_box .select_item .select_pop .head .reset {
  cursor: pointer;
}
.selectWant .select_box .select_item .select_pop .content {
  padding: 12px 20px;
  font-size: 14px;
}
.selectWant .select_box .select_item .select_pop .content .data {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.selectWant .select_box .select_item .select_pop .content .data input {
  margin-right: 10px;
}
.home_img_list {
  margin-top: 60px;
}
.home_img_list .main {
  padding-bottom: 80px;
}
.home_img_list .main .list {
  display: flex;
  flex-wrap: wrap;
  --gap: 17px;
  gap: var(--gap);
}
.home_img_list .main .list .item {
  width: calc(25% - var(--gap) * 3 / 4);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.home_img_list .main .list .item img {
  width: 100%;
  aspect-ratio: 1/1;
  transition: transform 0.5s;
}
.home_img_list .main .list .item img:hover {
  transform: scale(1.1);
}
.home_img_list .main .list .item p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
  padding-bottom: 26px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
}
.home_img_list .main .list .item .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  padding: 0 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  transition: transform 0.5s;
  cursor: pointer;
}
.home_img_list .main .list .item .mask .tit {
  font-size: 14px;
  line-height: 24px;
  color: #272725;
}
.home_img_list .main .list .item .mask a {
  color: #272725;
  font-size: 14px;
  margin-top: 40px;
  width: fit-content;
  font-family: "Montserrat-Bold";
  border-bottom: 1px solid #272725;
}
.home_img_list .main .list .item .mask a:hover {
  border-color: var(--hover-c);
  color: var(--hover-c);
}
.home_img_list .main .list .item:hover .mask {
  transform: translateY(0%);
}
.whoWeAre {
  width: 100%;
  background: url("../images/whowearebg.png") no-repeat;
  background-size: cover;
  padding: 95px 0;
}
.whoWeAre .main {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
}
.whoWeAre .main .title {
  font-size: 36px;
  margin-bottom: 20px;
}
.whoWeAre .main p {
  font-size: 24px;
}
.whoWeAre .main .text2 {
  font-size: 18px;
}
.whoWeAre .main a {
  margin-top: 50px;
  color: #fff;
  padding: 14px 28px;
  border: 1px solid #fff;
}
.whoWeAre .main a:hover {
  border-color: var(--hover-c);
  background-color: var(--hover-c);
}
.title_public {
  text-align: center;
  font-family: "MontserratSemiBold";
  font-size: 36px;
  color: #272725;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.hot {
  margin-top: 78px;
}
.hot .main .hot_row {
  display: flex;
  width: 100%;
  gap: 20px;
  margin-bottom: 20px;
}
.hot .main .hot_row .item {
  flex: 1;
  height: 290px;
  overflow: hidden;
  position: relative;
}
.hot .main .hot_row .item .bg {
  background: var(--bg-i) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
}
.hot .main .hot_row .item:hover .bg {
  transform: scale(1.05);
}
.hot .main .hot_row .item .text {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  width: 70%;
  border-radius: 0%;
  font-size: 24px;
  padding: 25px 0;
  top: 50%;
  left: 0;
  text-align: center;
  border-radius: 20px;
  transform: translate(-30px, -50%);
  text-transform: uppercase;
  z-index: 99;
}
.hot .main .hot_row .min_item {
  flex: none;
  width: 35%;
}
.latestNews {
  margin-top: 60px;
}
.latestNews .contact {
  background-color: #f2f2f2;
  padding: 45px 0;
}
.latestNews .contact .main {
  display: flex;
  --gap: 38px;
  gap: var(--gap);
  flex-wrap: wrap;
}
.latestNews .contact .main .pages_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 100px 0 150px;
}
.latestNews .contact .main .pages_btns .numberBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
.latestNews .contact .main .pages_btns a {
  font-size: 24px;
  color: #272725;
  font-family: "MontserratSemiBold";
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin: 0 8px;
}
.latestNews .contact .main .pages_btns a.active,
.latestNews .contact .main .pages_btns a:hover {
  background-color: #272725;
  color: #fff;
}
.latestNews .contact .main .pages_btns .icon {
  cursor: pointer;
  width: 16px;
}
.latestNews .contact .main .pages_btns .next {
  transform: rotate(180deg);
}
.latestNews .contact .main .item {
  width: calc(33.33% - var(--gap) / 4 * 3);
}
.latestNews .contact .main .item .date {
  font-size: 14px;
  color: #272725;
  margin-bottom: 14px;
}
.latestNews .contact .main .item .pic {
  width: 100%;
  overflow: hidden;
}
.latestNews .contact .main .item .pic img {
  width: 100%;
  aspect-ratio: 2/1.45;
  transition: transform 0.5s;
}
.latestNews .contact .main .item .pic:hover img {
  transform: scale(1.05);
}
.latestNews .contact .main .item p {
  margin-top: 16px;
  width: 80%;
  font-size: 18px;
  line-height: 24px;
  color: #272725;
}
.latestNews .contact .main .item a {
  display: block;
  margin-top: 32px;
  color: #272725;
  border: 1px solid #272725;
  padding: 12px 32px;
  width: fit-content;
  text-transform: uppercase;
  font-size: 14px;
}
.latestNews .contact .main .item a:hover {
  border-color: var(--hover-c);
  color: #fff;
  background-color: var(--hover-c);
}
.contactUs .head {
  background: url("../images/300065412_3_0.png") no-repeat;
  background-size: cover;
  padding: 50px 0 130px;
}
.contactUs .head .title_public {
  color: #fff;
}
.contactUs .row {
  display: flex;
}
.contactUs .row .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 110px;
}
.contactUs .row .left .tit {
  color: #272725;
  font-size: 36px;
  margin-bottom: 12px;
  font-family: "MontserratSemiBold";
}
.contactUs .row .left p {
  font-size: 14px;
  color: #272725;
  margin-bottom: 45px;
}
.contactUs .row .left .text {
  font-size: 18px;
  color: #272725;
}
.contactUs .row .card {
  --head-h: 118px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(154, 154, 154, 0.75);
  margin-top: calc(var(--head-h) * -1);
  width: 618px;
}
.contactUs .row .card .heads {
  background-color: #f1f1ef;
  height: var(--head-h);
  font-family: "MontserratSemiBold";
  padding: 0 36px;
  color: #272725;
}
.contactUs .row .card .heads p {
  font-size: 12px;
  padding-top: 38px;
}
.contactUs .row .card .heads .tit {
  font-size: 24px;
  margin-top: 8px;
}
.contactUs .row .card .card_content {
  padding: 30px 40px;
}
.contactUs .row .card .card_content .ipt {
  width: 332px;
  margin-bottom: 20px;
  border: 1px solid #c9c9c9;
  background: #fff;
}
.contactUs .row .card .card_content .ipt input,
.contactUs .row .card .card_content .ipt textarea {
  border: none;
  background: transparent;
  padding: 12px;
  outline-style: none;
  width: 100%;
  font-size: 14px;
}
.contactUs .row .card .card_content .verify-code input{
  padding: 10px;
  width: 150px;
  float: left;
  margin-right: 15px;
  border: 1px solid #cfcfcf;
  margin-bottom: 20px;
}
.contactUs .row .card .card_content .verify-code img{
  width: 130px;
  float: left;
}
.contactUs .row .card .card_content .verify-code .clean{
  clear: both;
}
.contactUs .row .card .card_content .ipt input[disabled] {
  color: #cfcfcf;
  background-color: #eeeeee;
}
.contactUs .row .card .card_content p {
  color: #cfcfcf;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 30px;
}
.contactUs .row .card .card_content .send {
  margin-top: 25px;
  background-color: #000000;
  color: #fff;
  width: fit-content;
  font-size: 14px;
  font-family: "MontserratSemiBold";
  padding: 15px 48px;
  cursor: pointer;
}
.contactUs .row .card .card_content .send:hover {
  background-color: var(--hover-c);
}
footer {
  margin-top: 40px;
}
footer .footer_content {
  background-color: #272725;
  color: #fff;
  padding: 52px 0;
}
footer .footer_content p {
  margin: 19px 0;
  font-size: 12px;
}
footer .footer_content .email {
  display: flex;
}
footer .footer_content .email input {
  outline-style: none;
  background: transparent;
  border: 1px solid #686868;
  padding: 16px 12px;
  width: 190px;
}
footer .footer_content .email .btn {
  width: 100%;
  border: 1px solid #686868;
  width: 50px;
  background-color: #606060;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer_content .email .btn:hover {
  background-color: var(--hover-c);
}
footer .footer_content .iconList {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
footer .footer_content .iconList a {
  margin-right: 25px;
}
footer .footer_content .right .footerMenu {
  display: flex;
  gap: 20px 150px;
  margin-left: 30px;
  flex-wrap: wrap;
}
footer .footer_content .main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer_content .main .left {
  margin-bottom: 30px;
}
footer .footer_content .main dl dt {
  font-size: 14px;
  color: #fff;
  font-family: "Montserrat-Bold";
  margin-bottom: 28px;
}
footer .footer_content .main dl dd {
  display: flex;
  align-items: start;
  margin-bottom: 18px;
  font-size: 14px;
  color: #c4c4c4;
}
footer .footer_content .main dl dd .icon {
  margin-right: 10px;
}
footer .footer_content .main dl dd a {
  display: block;
  color: #c4c4c4;
}
footer .footer_content .main dl dd a:hover {
  color: var(--hover-c);
}
footer .footer_text .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 18px;
}
footer .footer_text .main p {
  color: #272725;
  font-family: "Montserrat-Bold";
  font-size: 12px;
}
footer .footer_text .main .link {
  color: #272725;
  font-size: 12px;
  display: flex;
  align-items: center;
}
footer .footer_text .main .link span {
  padding-right: 4px;
}
footer .footer_text .main .link a {
  display: flex;
  align-items: center;
  color: #272725;
}
footer .footer_text .main .link a::after {
  margin: 0 8px;
  content: "|";
}
footer .footer_text .main .link a:last-child::after {
  display: none;
}
footer .footer_text .main .link a:hover {
  color: var(--hover-c);
}
.breadcrumbs .main {
  display: flex;
  align-items: center;
  padding: 18px 0;
  flex-wrap: wrap;
}
.breadcrumbs .main a {
  color: #272725;
  font-size: 14px;
}
.breadcrumbs .main a.active {
  font-family: "MontserratSemiBold";
}
.breadcrumbs .main span {
  margin: 0 15px;
}
.nature {
  padding: 120px 0 158px;
  background-color: #fff;
  background: url("../images/naturebg.png") no-repeat;
  background-position: left center;
  background-size: cover;
}
.nature .main {
  display: flex;
}
.nature .main .left {
  margin-right: 140px;
  text-transform: uppercase;
}
.nature .main .left p {
  font-size: 14px;
  color: #272725;
  font-family: "MontserratSemiBold";
  margin-bottom: 28px;
}
.nature .main .left .title {
  color: #ffca12;
  font-size: 36px;
  font-family: "MontserratSemiBold";
}
.nature .main .right_text {
  flex: 1;
}
.nature .main .right_text p {
  font-size: 18px;
  color: #272725;
  line-height: 30px;
}
.watchVideo {
  position: relative;
  font-size: 0;
  width: 100%;
}
.watchVideo video {
  width: 100%;
  height: 518px;
  object-fit: cover;
}
.watchVideo .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9;
  color: #fff;
  background: rgba(0, 0, 0, 0.05);
}
.watchVideo .mask .title {
  font-size: 36px;
  font-family: "MontserratSemiBold";
}
.watchVideo .mask p {
  font-size: 18px;
  margin-top: 25px;
}
.watchVideo .mask .playBtn {
  width: 70px;
  margin-top: 50px;
  cursor: pointer;
}
.chooseUs .main {
  display: flex;
  justify-content: end;
  padding: 100px 0;
  position: relative;
  align-items: center;
}
.chooseUs .main .text_content {
  width: 645px;
  background-color: #f2f2f2;
  padding: 70px 75px 70px 45px;
  position: absolute;
  left: 0;
  z-index: 99;
}
.chooseUs .main .text_content .tit {
  font-size: 24px;
  color: #272725;
  font-family: "MontserratSemiBold";
}
.chooseUs .main .text_content p {
  font-size: 18px;
  margin-top: 25px;
  line-height: 30px;
  color: #272725;
}
.chooseUs .main .pic {
  width: 645px;
  font-size: 0;
}
.chooseUs .main .pic img {
  width: 100%;
}
.office .main {
  justify-content: start;
}
.office .main .text_content {
  left: auto;
  right: 0;
}
.office .main .text_content .text {
  font-size: 14px;
  margin-top: 12px;
  padding-bottom: 20px;
}
.contactUsMax {
  margin-bottom: 80px;
}
.contactUsMax .row .card {
  margin-top: 0;
  width: 100%;
}
.contactUsMax .row .card .heads {
  background: #fff;
  height: auto;
  display: flex;
  padding-top: 38px;
  align-items: center;
  padding-bottom: 20px;
}
.contactUsMax .row .card .heads p {
  padding-top: 0;
}
.contactUsMax .row .card .heads .tit {
  margin-top: 0;
}
.contactUsMax .row .card .heads .icon {
  width: 40px;
  margin-right: 16px;
}
.contactUsMax .row .card .row_wrap {
  display: flex;
  flex-wrap: wrap;
  --gap: 85px;
  gap: 0 var(--gap);
}
.contactUsMax .row .card .row_wrap .ipt {
  width: calc(50% - var(--gap));
  margin-bottom: 35px;
}
.faq_content {
  margin-top: 30px;
}
.faq_content .item {
  padding: 19px 0 35px;
  display: flex;
}
.faq_content .item .num {
  background-color: #cecece;
  color: #000000;
  font-size: 18px;
  font-family: "MontserratSemiBold";
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.faq_content .item .content {
  flex: 1;
}
.faq_content .item .content .tit {
  font-size: 24px;
  margin-top: 5px;
  color: #272725;
  font-family: "MontserratSemiBold";
  margin-bottom: 15px;
}
.faq_content .item .content img {
  margin-top: 10px;
}
.faq_content .item .content p {
  font-size: 14px;
  color: #272725;
  line-height: 18px;
}
.faq_content .item:nth-child(even) {
  background-color: #f2f2f2;
}
.stringList .main {
  display: flex;
  align-items: center;
  padding: 20px 40px 25px;
  flex-wrap: wrap;
  gap: 20px 0;
}
.stringList .main .item {
  margin-right: 28px;
}
.stringList .main .item .pic {
  width: 130px;
  background-color: #f2f2f2;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.stringList .main .item .pic img {
  cursor: pointer;
  transition: transform 0.3s;
}
.stringList .main .item .pic img:hover {
  transform: scale(1.06);
}
.stringList .main .item p {
  text-align: center;
  color: #272725;
  font-size: 12px;
  font-family: "MontserratSemiBold";
  margin-top: 12px;
}
.products_container {
  margin-top: 40px;
  padding-bottom: 30px;
}
.products_container .main .title_public_pro {
  padding-top: 35px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: "MontserratSemiBold";
  text-transform: uppercase;
}
.products_container .main .title_public_pro .title {
  font-size: 24px;
  color: #ffca12;
}
.products_container .main .title_public_pro .more {
  color: #272725;
  font-size: 14px;
  border-bottom: 1px solid #828282;
}
.products_container .main .title_public_pro .more:hover {
  color: var(--hover-c);
  border-color: var(--hover-c);
}
.products_container .main .productsList {
  display: flex;
  flex-wrap: wrap;
  --gap: 28px;
  gap: 50px calc(var(--gap) * 4 / 3);
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 88px;
  margin-bottom: 30px;
}
.products_container .main .productsList:last-child {
  border: none;
}
.products_container .main .productsList .item {
  width: calc(25% - var(--gap));
}
.products_container .main .productsList .item .pic {
  font-size: 0;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.products_container .main .productsList .item .pic img {
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s;
}
.products_container .main .productsList .item .pic img:hover {
  transform: scale(1.06);
}
.products_container .main .productsList .item .tit {
  margin-top: 14px;
  color: #272725;
  font-size: 16px;
}
.products_container .main .productsList .item p {
  font-size: 12px;
  color: #b2b2b2;
  margin-top: 8px;
}
.products_container .main .productsList .item .btn {
  margin-top: 16px;
  border: 1px solid #272725;
  color: #272725;
  display: block;
  font-size: 14px;
  padding: 14px 28px;
  font-family: "MontserratSemiBold";
  width: fit-content;
}
.products_container .main .productsList .item .btn:hover {
  background-color: var(--hover-c);
  border-color: var(--hover-c);
  color: #fff;
}
.products_single .main {
  display: flex;
}
.products_single .main .left_pic {
  width: 50%;
  display: flex;
}
.products_single .main .left_pic .pic_max {
  flex: 1;
  font-size: 0;
  overflow: hidden;
  aspect-ratio: 1/1;
  background-color: #f5f5f5;
  position: relative;
}
.products_single .main .left_pic .pic_max .click_box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  top: 0;
}
.products_single .main .left_pic .pic_max.hovers img {
  width: 130%;
  height: 130%;
}
.products_single .main .left_pic .pic_max img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.products_single .main .left_pic .pro_list {
  padding: 0 10px;
  font-size: 0;
  display: flex;
  flex-direction: column;
  gap: 11px 0;
}
.products_single .main .left_pic .pro_list .icon {
  width: 90px;
  height: 90px;
  background-color: #f5f5f5;
  border: 2px solid #f5f5f5;
  cursor: pointer;
}
.products_single .main .left_pic .pro_list .icon.active {
  border-color: var(--hover-c);
}
.products_single .main .left_pic .pro_list .icon img {
  height: 100%;
  object-fit: cover;
}
.products_single .main .right_text {
  padding-left: 67px;
  flex: 1;
}
.products_single .main .right_text .title {
  font-size: 24px;
  color: #272725;
  font-family: "MontserratSemiBold";
}
.products_single .main .right_text .tip {
  margin: 12px 0;
  font-size: 12px;
  color: #b2b2b2;
}
.products_single .main .right_text .card_text {
  background-color: #f2f2f2;
  padding: 20px;
  line-height: 28px;
  font-size: 14px;
  color: #272725;
}
.products_single .main .right_text .btns {
  display: flex;
  align-items: center;
  margin-top: 33px;
}
.products_single .main .right_text .btns .btn {
  background-color: #000000;
  padding: 15px 47px;
  font-family: "MontserratSemiBold";
  margin-right: 38px;
  font-size: 14px;
  color: #ffffff;
}
.products_single .main .right_text .btns .btn:hover {
  background-color: var(--hover-c);
}
.products_single .main .right_text .btns .iconList {
  display: flex;
  align-items: center;
}
.products_single .main .right_text .btns .iconList .icon {
  margin-right: 14px;
}
.products_single .main .right_text ul {
  margin-top: 25px;
}
.products_single .main .right_text ul li {
  font-size: 14px;
  color: #272725;
  margin-bottom: 8px;
}
.products_single .main .right_text ul li p {
  display: flex;
  align-items: center;
}
.products_single .main .right_text ul li p::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #272725;
  border-radius: 100%;
  margin-right: 8px;
}
.title_public_single {
  background-color: #f2f2f2;
  margin-bottom: 30px;
  padding: 14px 27px;
}
.title_public_single .title {
  font: 24px "MontserratSemiBold";
  color: #000000;
  text-transform: uppercase;
}
.single_text {
  margin-top: 75px;
}
.single_text p {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.single_text form textarea {
  width: 100%;
  padding: 10px;
  outline-style: none;
  border: 1px solid #c9c9c9;
}
.single_text form .row {
  display: flex;
  margin-top: 10px;
}
.single_text form .row img {
  margin-left: 10px;
  width: 100%;
}
.single_text form .row input {
  padding: 10px;
  outline-style: none;
  border: 1px solid #c9c9c9;
}

.single_text form .send {
  margin-top: 25px;
  background-color: #000000;
  color: #fff;
  width: fit-content;
  font-size: 14px;
  font-family: "MontserratSemiBold";
  padding: 15px 48px;
  cursor: pointer;
}
.single_text form .send:hover {
  background-color: var(--hover-c);
}

.single_text form p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.3;
  color: #cfcfcf;
}
.single_table {
  margin-top: 75px;
}
.single_table .table_scroll {
  width: 100%;
  overflow-x: scroll;
}
.single_table table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}
.single_table table tr th {
  text-align: left;
  color: #000000;
  font: 14px "MontserratSemiBold";
  font-weight: normal;
  padding: 10px 0;
}
.single_table table tr th:last-child,
.single_table table tr th:nth-child(1) {
  padding-left: 30px;
}
.single_table table tbody tr {
  background-color: #fff;
}
.single_table table tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.single_table table tbody tr td {
  padding: 10px 0;
  font-size: 14px;
  color: #000000;
}
.single_table table tbody tr td:last-child,
.single_table table tbody tr td:nth-child(1) {
  padding-left: 30px;
}
.moveTop {
  position: fixed;
  bottom: 12%;
  right: 12px;
  z-index: 9999999;
}
@media screen and (max-width: 1300px) {
  header .right .menu {
    display: none;
  }
  header .right .menu_m {
    display: flex;
  }
  header .logo {
    padding-left: 20px;
  }
  header nav .nav li a {
    padding: 0 14px;
  }
  header .sonNav,
  header .right .search,
  header nav {
    display: none;
  }
  .breadcrumbs .main {
    padding: 15px 40px;
  }
}
@media screen and (max-width: 1100px) {
  .products_single .main {
    flex-direction: column;
  }
  .products_single .main .left_pic {
    width: 100%;
  }
  .products_single .main .right_text {
    padding-left: 0;
    padding-top: 45px;
    width: 100%;
  }
  header .logo {
    padding-left: 20px;
  }
  header nav .nav li a {
    padding: 0 14px;
  }
  header .sonNav,
  header .right .search,
  header nav {
    display: none;
  }
  .home_img_list .main .list .item {
    width: calc(33.33% - var(--gap) * 3 / 2);
  }
  .contactUs .row .left {
    margin-right: 20px;
  }
  .contactUs .row .left .tit {
    font-size: 30px;
  }
  .contactUs .row .left .text {
    font-size: 16px;
  }
  .contactUs .row .card {
    width: 520px;
  }
  .products_container .main .productsList .item {
    width: calc(33.33% - var(--gap) + 2px);
  }
}
@media screen and (max-width: 900px) {
  .single_text {
    flex-direction: column;
  }
  .single_text > div {
    width: 100%!important;
    margin-left: 0!important;
  }
  .single_text .block-3 {
    margin-top: 30px;
  }
  .single_text .title_public_single {
    margin-bottom: 15px;
  }
  footer .footer_content .right .footerMenu {
    margin-left: 0;
  }
  .products_container .main .productsList .item {
    width: calc(50% - var(--gap) * 2 / 3);
  }
  footer .footer_text .main {
    padding: 20px;
  }
  .latestNews .contact .main .item,
  .home_img_list .main .list .item {
    width: calc(50% - var(--gap) * 2 / 3);
  }
  .hot .main .hot_row {
    flex-direction: column;
  }
  .hot .main .hot_row .item {
    flex: none;
    width: 100%;
  }
  .hot .main .hot_row .item .text {
    width: 50%;
  }
  .contactUs .row {
    flex-direction: column-reverse;
  }
  .contactUs .row .card {
    width: 100%;
  }
  .contactUs .row .left {
    margin-right: 0;
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  .stringList .main .item {
    width: calc(33.33% - 30px);
    aspect-ratio: 1/1;
  }
  .stringList .main .item .pic {
    width: 100%;
    height: 100%;
  }
  .stringList .main .item img {
    width: 100%;
  }
  .products_single .main .left_pic {
    flex-direction: column;
  }
  .products_single .main .left_pic .pro_list {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
    padding: 0;
  }
  .products_container .main .productsList .item {
    width: 100%;
  }
  .latestNews .contact .main .pages_btns {
    padding: 50px 0;
  }
  .latestNews .contact .main .pages_btns a {
    font-size: 18px;
    margin: 0;
  }
  .banner,
  .swiper {
    height: 720px;
  }
  .banner img,
  .swiper img {
    height: 100%;
    object-fit: cover;
  }
  .home_img_list .main .list .item {
    width: 100%;
    overflow: visibles;
  }
  .home_img_list .main .list .item .mask {
    position: static;
    transform: none;
    height: auto;
    height: 300px;
    margin-top: 20px;
  }
  .home_img_list .main .list .item .mask .tit {
    font-size: 24px;
    line-height: 1.5;
  }
  .whoWeAre {
    background-position: center center;
  }
  .latestNews .contact .main .item {
    width: 100%;
  }
  footer .footer_text .main {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  footer .footer_content .right .footerMenu {
    gap: 0;
  }
  footer .footer_content .right .footerMenu dl {
    width: 50%;
  }
  .moveTop {
    display: none;
  }
  header .right .menu {
    margin-left: 10px;
    padding: 0 20px;
  }
  header .logo {
    width: 220px;
    font-size: 0;
  }
  header .logo img {
    width: 100%;
  }
  .home_img_list .main .list .item .mask {
    display: none;
  }
  .home_img_list .main .list .item:last-child .mask {
    display: flex;
  }
  .home_img_list .main .list .item:last-child p {
    bottom: 330px;
  }
  .nature {
    padding: 80px 0;
  }
  .nature .main {
    flex-direction: column;
  }
  .nature .main .left {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .watchVideo .mask {
    padding: 0 30px;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  .chooseUs .main {
    padding: 80px 40px;
    flex-direction: column;
  }
  .chooseUs .main .text_content {
    width: 100%;
    position: static;
  }
  .chooseUs .main .pic {
    width: 100%;
  }
  .contactUsMax .row .card .row_wrap .ipt {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .contactUs .row .card .card_content .ipt {
    width: 100%;
  }
  .contactUs .row .card .card_content {
    padding: 20px;
  }
  .contactUs .row .card .card_content .yzm {
    width: 60%;
  }
  .contactUs .row .card .card_content .yzm img {
    width: 100%;
  }
  .banner,
  .swiper {
    height: 420px;
  }
  .banner .mask .main h3 {
    font-size: 40px;
  }
  .banner .mask .main p {
    font-size: 18px;
    line-height: 1.5;
  }
}
