@font-face {
    font-family: 'Roboto-BOLD';
    src: url('/wp-content/themes/gozeniths/assets/fonts/Roboto-Bold.eot');
    src: url('/wp-content/themes/gozeniths/assets/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/gozeniths/assets/fonts/oboto-Bold.woff2') format('woff2'),
        url('/wp-content/themes/gozeniths/assets/fonts/Roboto-Bold.woff') format('woff'),
        url('/wp-content/themes/gozeniths/assets/fonts/Roboto-Bold.ttf') format('truetype'),
        url('/wp-content/themes/gozeniths/assets/fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-REGULAR';
    src: url('/wp-content/themes/gozeniths/assets/fonts/Roboto-Regular.eot');
    src: url('/wp-content/themes/gozeniths/assets/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/gozeniths/assets/fonts/Roboto-Regular.woff2') format('woff2'),
        url('/wp-content/themes/gozeniths/assets/fonts/Roboto-Regular.woff') format('woff'),
        url('/wp-content/themes/gozeniths/assets/fonts/Roboto-Regular.ttf') format('truetype'),
        url('/wp-content/themes/gozeniths/assets/fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body p{
  font-family:'Roboto-REGULAR';
}
.redesign_btn{
  margin-top: 25px;
}
.btn_light{
  width: auto;
  padding: 0 20px;
  background: #ffffff;
  height: 57px;
  line-height: 57px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  border-radius: 5px;
  font-size: 20px;
  color: #333333 !important;
  cursor: pointer;
}
.newhomebanner .btn_light{
    color: #ffffff !important;
    background-color: #333333;
}
.newhomebanner .btn_light:hover{
    background-color: #fed03d;   
}
.btn_dark{
  width: auto;
  padding: 0 20px;
  background: #212529;
  height: 57px;
  line-height: 57px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  border-radius: 5px;
  font-size: 20px;
  color: #fed03d !important;
  cursor: pointer;
  font-weight: 600;
}
.redesign_btn .btn_light{
  background: #212529 !important;  
  color: #ffffff !important;
}
.redesign_btn .btn_dark{
  background: #ffffff !important;  
  color: #212529 !important;  
}
.redesign_single_banner .container{
  padding-top: 100px;
}
.redesign_banner_box{
  width: 45%;
}
.redesign_single_banner{
  height: 650px;
    background-position: right;
}
.btn_light.more:hover::after {
  opacity: 1;
  background-color: #333;
  -webkit-transform: rotate3d(0,0,1,
0deg);
  transform: rotate3d(0,0,1,
0deg);
  -webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
  transition-timing-function: cubic-bezier(.2,1,.3,1);
}
.btn_dark.more:hover::after {
  opacity: 1;
  background-color: #fed03d;
  -webkit-transform: rotate3d(0,0,1,
0deg);
  transform: rotate3d(0,0,1,
0deg);
  -webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
  transition-timing-function: cubic-bezier(.2,1,.3,1);
}
.btn_dark.more:hover{
  color: #ffffff !important;
}
.btn_light.more:hover{
  color: #ffffff !important;
}
.redesign_banner_box h1{
  font-family:'Roboto-BOLD';
  font-size: 48px;
  line-height: 55px;
  margin-bottom: 15px;
}
.redesign_banner_box p{
  font-size: 18px;
}
.redesign_banner_box ul{
  padding-left: 0;
  margin-left: 0;
}
.redesign_banner_box li{
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  list-style: none;
}
.redesign_banner_box li::before{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid black;
  position: absolute;
  transform: rotate(90deg);
  top: 8px;
  left: 0;
}
.redesign_single_two h2{
  text-align: center;
  font-family:'Roboto-BOLD';
  font-size: 44px;
  line-height: 48px;
  max-width: 850px;
  margin: auto;
}
.redesign_single_twoflex{
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.redesign_single_twoitem{
  width: 47.5%;
}
.custom-bottom a.more{
    width: fit-content;
    padding: 0 20px;
  background: #fdcf4d;
  height: 57px;
  line-height: 57px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  color: #333;
  display: block;
  margin-top: 24px;
}
.custom-bottom a.more:hover{
  color: #ffffff !important;
  cursor: pointer;
}
.redesign_single_two{
  padding: 80px 0;
}
.redesign_single_two ul{
  padding-left: 0;
  margin-left: 0;
}
.redesign_single_two li{
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  list-style: none;
  margin: 5px 0;
}
.redesign_single_two li::before{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #fdcf4d;
  position: absolute;
  transform: rotate(90deg);
  top: 8px;
  left: 0;
}
.redesign_single_two a em {
  color: #000;
  text-decoration: underline;
  font-family: 'Verdana Bold';
}
.single_h2{
  text-align: center;
  font-family:'Roboto-BOLD';
  font-size: 44px;
  line-height: 48px;
}
.redesign_single_benefits{
  padding: 80px 50px;
  background-color: #fed03d;
}
.redesign_single_benefits,
.redesign_single_twelve,
.redesign_single_thirteen{
  max-width: 1920px;
  margin: 0 auto;
}
.our_benefits{
  margin-top: 80px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 50px;
}
.benefit_item{
  width: 19%;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  position: relative;
}
.benefit_item img{
  position: absolute;
  top: -25px;
  left: 20px;
}
.benefit_item h3{
  margin-top: 35px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 28px;
  font-family: 'Verdana Bold';
}
.benefit_item p{
  font-size: 16px;
  line-height: 20px;
}
.redesign_single_four{
  padding: 100px 0;
}
.redesign_four_item{
  margin: 50px 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
.redesign_four_box{
  width: 28%;
}
.redesign_four_gallery{
  width: 70%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  gap: 20px;
}
.redesign_four_gallery img{
    max-width: 50%;
}
.redesign_four_box h3{
  font-size: 36px;
  line-height: 48px;
  font-family: 'Verdana Bold';
}
.redesign_four_box h3 a{
  color: #212529;
}
.redesign_four_box h3 a:hover{
  color: #fed03d;
}
.redesign_four_box h3::before{
  content: '';
  width: 60px;
  height: 5px;
  background-color: #fed03d;
  display: block;
  margin: 0 auto 15px 0;
}
.redesign_four_box p{
  font-size: 24px;
}
.redesign_four_box ul{
  padding-left: 0;
  margin-left: 0;
}
.redesign_four_box li{
  font-size: 18px;
  position: relative;
  padding-left: 20px;
  list-style: none;
  margin: 5px 0;
}
.redesign_four_box li::before{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #fdcf4d;
  position: absolute;
  transform: rotate(90deg);
  top: 8px;
  left: 0;
}
.redesign_four {
  height: 1300px;
  overflow-y: scroll;
  margin-top: 50px;
  padding-right: 15px;
}
.redesign_four_item:first-child{
  margin-top: 0;
}
.redesign_four_item:last-child{
  margin-bottom: 0;
}
/* 对于WebKit浏览器和Blink引擎（如Chrome, Opera） */
/*.redesign_four::-webkit-scrollbar {*/
/*    width: 8px;*/
/*    height: 8px;*/
/*}*/
/*.redesign_four::-webkit-scrollbar-track {*/
/*    background: #f1f1f1;*/
/*}*/
/*.redesign_four::-webkit-scrollbar-thumb {*/
/*    background: #fdcf4d;*/
/*    border-radius: 8px;*/
/*}*/
.redesign_four::-webkit-scrollbar-thumb:hover {
    background: #fdcf4d;
}
.redesign_single_five{
  background-image: url('/wp-content/uploads/2025/04/bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.redesign_five_content{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: flex-start;
}
.redesign_five_item:first-child{
  width: 25%;
}
.redesign_five_item:last-child{
  width: 70%;
}
.redesign_five_item h2{
  font-size: 44px;
  line-height: 48px;
  font-family: 'Verdana Bold';
  margin-bottom: 25px;
}
.redesign_five_item ul{
  padding-left: 0;
  margin-left: 0;
}
.redesign_five_item p{
  font-size: 16px;
}
.redesign_five_item li{
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  list-style: none;
  margin: 5px 0;
}
.redesign_five_item li::before{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #fdcf4d;
  position: absolute;
  transform: rotate(90deg);
  top: 8px;
  left: 0;
}
.option_swiper{
  overflow: hidden;
  margin-top: 80px;
}
.option_item p {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  margin: 15px 0 0 0;
}
.redesign_five_gallery{
  position: relative;
  padding: 0 100px;
}
.swiper-button-next-option,
.swiper-button-prev-option{
  background-color: #fdcf4d;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.swiper-button-next-option::after,
.swiper-button-prev-option::after{
  font-size: 20px;
  font-weight: 600;
}
.gusset_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 50px 0 0 0;
  row-gap: 25px;
}
.gusset_item{
  width: 49%;
  background-color: #f5f5f5;
  padding: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 35px;
}
.gusset_item img{
  width: 100%;
}
.gusset_content{
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
.gusset_content::before{
  content: '';
  width: 60px;
  height: 5px;
  background-color: #fed03d;
  display: block;
  margin: 0 auto 15px 0;
}
.gusset_content b{
    display: block;
}
.redesign_single_six a.more{
  margin: 0 auto;
}
.redesign_single_six {
  padding: 50px 0;
}
.redesign_zipper{
  position: relative;
  padding: 0 100px;
  margin-top: 50px;
}
.zipper_swiper{
  overflow: hidden;
}
.redesign_single_seven{
  padding: 80px 0;
  background-color: #fdd03c;
}
.zipper_item img {
  width: 80%;
  margin: 0 auto;
  display: block;
  border-radius: 6px;
}
.zipper_item h3{
  font-size: 24px;
  line-height: 32px;
  font-family: 'Verdana Bold';
  margin: 20px 0 10px 0;
  text-align: center;
}
.zipper_item p{
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.swiper-button-next-zipper,
.swiper-button-prev-zipper{
  background-color: #000000;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.swiper-button-next-zipper::after,
.swiper-button-prev-zipper::after{
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}
.redesign_single_eight{
  padding: 80px 0;
}
.hang_hole{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 80px;
  row-gap: 50px;
}
.hang_item{
  width: 48%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: flex-start;
  gap: 25px;
}
.hang_content h3{
  font-size: 24px;
  line-height: 28px;
  font-family: 'Verdana Bold';
  margin-bottom: 15px;
}
.hang_content h3::before{
  content: '';
  width: 60px;
  height: 5px;
  background-color: #fed03d;
  display: block;
  margin: 0 auto 15px 0;
}
.hang_content p{
  font-size: 16px;
  line-height: 26px;
}
.redesign_single_nine{
  padding: 80px 0;
}
.tear_notch{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  row-gap: 20px;
  margin-top: 50px;
}
.tear_item{
 transition: all ease 0.3s;
  width: 15%;
}
.tear_item:hover{
    box-shadow: 0px 1px 6px 1px #999;
    transform: translateY(-15px);
}
.postid-1020 .tear_item{
    width: 40%;
}
.redesign_single_ten{
  background-image: url('/wp-content/uploads/2025/04/bg-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.redesign_ten{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
  row-gap: 35px;
  align-items: center;
}
.redesign_ten_item{
  width: 48%;
}
.redesign_ten_item p{
  font-size: 18px;
  line-height: 26px;
}
.redesign_ten_item:nth-child(2) img{
  margin: 35px 0;
}
.redesign_ten_gallery{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 35px;
}
.redesign_gallery_item{
  width: 22%;
  text-align: center;
}
.redesign_gallery_item img{
  border-radius: 8px;
  margin-bottom: 15px;
}
.redesign_gallery_item p{
  font-size: 24px;
  line-height: 30px;
}
.redesign_single_eleven{
  padding: 100px 0;
}
.sustainability_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 35px;
}
.sustainability_item{
  width: 18%;
  text-align: center;
}
.sustainability_item h3{
  font-size: 22px;
  line-height: 28px;
  font-family: 'Verdana Bold';
  margin: 20px 0 10px 0;
}
.sustainability_item p{
  font-size: 16px;
  line-height: 24px;
}
.environmental_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  margin-top: 35px;
}
.environmental_item{
  width: 23%;
}
.redesign_single_twelve{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
}
.redesign_thirteen_item:nth-child(2),
.redesign_twelve_item:nth-child(1){
  width: 45%;
}
.redesign_thirteen_item:nth-child(1){
  padding: 90px 80px 90px 350px;
  width: 55%;
}
.redesign_twelve_item:nth-child(2){
  padding: 90px 350px 90px 80px;
  width: 55%;
}
.redesign_thirteen_item:nth-child(1) h2,
.redesign_twelve_item:nth-child(2) h2{
  font-size: 44px;
  line-height: 48px;
  font-family: 'Verdana Bold';
  margin-bottom: 15px;
}
.redesign_thirteen_item:nth-child(1) p,
.redesign_twelve_item:nth-child(2) p{
  font-size: 16px;
  line-height: 28px;
}
.redesign_thirteen_item:nth-child(1) ul,
.redesign_twelve_item:nth-child(2) ul{
  padding-left: 0;
  margin-left: 0;
}
.redesign_thirteen_item:nth-child(1) li,
.redesign_twelve_item:nth-child(2) li{
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  list-style: none;
  margin: 5px 0;
}
.redesign_thirteen_item:nth-child(1) li::before,
.redesign_twelve_item:nth-child(2) li::before{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #fdcf4d;
  position: absolute;
  transform: rotate(90deg);
  top: 8px;
  left: 0;
}
.redesign_single_thirteen{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
.redesign_single_fourteen{
  padding: 80px 0;
  background-color: #fed03d;
}
.redesign_certifications{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 50px;
}
.certification_item{
  width: 31%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: flex-start;
}
.certification_item img{
  width: 38%;
}
.certification_content{
  width: 58%;
}
.certification_content h3{
  font-size: 22px;
  line-height: 28px;
  font-family: 'Verdana Bold';
  margin-bottom: 8px;
}
.certification_content p{
  font-size: 16px;
  line-height: 24px;
}
.redesign_single_fifteen{
  padding: 100px 0;
  background-color: #f9f9f9;
}
.redesign_single_four h2 + p{
    text-align: center;
    font-size: 32px;
}
.redesign_single_sixteen h2 + p,
.redesign_single_fifteen h2 + p{
  font-size: 16px;
  line-height: 26px;
  margin-top: 25px;
  text-align: center;
}
.redesign_single_fifteen .custom-bottom .more{
  margin: 24px auto 0;
}
.custom_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  row-gap: 35px;
  margin-top: 50px;
}
.custom_item{
  width: 30%;
}
.custom_item h3{
  font-size: 22px;
  line-height: 28px;
  font-family: 'Verdana Bold';
  margin-bottom: 10px;
}
.custom_item h3::before{
  content: '';
  width: 60px;
  height: 5px;
  background-color: #fed03d;
  display: block;
  margin: 0 auto 10px 0;
}
.redesign_single_sixteen{
  padding: 100px 0;
}
.custom_step{
  list-style: none;
  padding: 0;
  margin: 25px 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}
.custom_step_item{
  width: 18%;
  list-style: none;
  background-color: #fed03d;
  padding: 10px 20px;
  font-size: 16px;
  display: inline-flex;
  align-items: flex-start;
  column-gap: 10px;
  border-radius: 8px;
  margin: 10px 0;
}
.custom_step_item::before{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid black;
  transform: rotate(90deg);
  margin-top: 9px;
}
.custom_addmore{
  text-align: center;
}
.custom_gallery{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.custom_gallery img{
  width: 25%;
}
.redesign_single_seventeen{
  background-image: url('/wp-content/uploads/2025/04/bg-2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.redesign_single_eighteen{
  padding: 100px 0;
}
.custom_records{
  position: relative;
}
.ship_swiper{
  overflow: hidden;
  margin-top: 50px;
}
.swiper-button-next-case,
.swiper-button-prev-case,
.swiper-button-next-ship,
.swiper-button-prev-ship{
  background-color: #fdcf4d;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.swiper-button-next-case,
.swiper-button-next-ship{
  right: 10%;
}
.swiper-button-prev-case,
.swiper-button-prev-ship{
  left: 10%;
}
.swiper-button-next-case::after,
.swiper-button-prev-case::after,
.swiper-button-next-ship::after,
.swiper-button-prev-ship::after{
  font-size: 20px;
  font-weight: 600;
}
.ship_swiper .case_pic h3{
  font-size: 20px;
  line-height: 28px;
  font-family: 'Verdana Bold';
  border-bottom: 0;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  padding: 0;
  white-space: break-spaces;
}
.ship_swiper .case_pic p {
  font-size: 16px;
  padding: 0;
  margin-bottom: 15px;
}
.case_pic {
  height: 588px;
  padding-bottom: 0;
}
.case_content_item a.more {
  width: 150px;
  background: #fdcf4d;
  height: 45px;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  margin: 0;
  left: 0;
  top: 0;
}
.case_content_item{
  padding: 25px;
}
.redesign_single_eighteen{
  padding: 100px 0;
}
.case_swiper{
  overflow: hidden;
}
.redesign_case{
  position: relative;
  margin-top: 50px;
}
.case-box {
  background-color: #f5f5f5;
}
.case-box h5 {
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Verdana Bold';
  color: #212529;
  font-weight: 600;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  white-space: break-spaces;
}
.case-content{
  padding: 20px;
  border-top: 3px solid #fdcf4d;
}
.case-box .p.is-collapsed{
  padding: 0;
}
.js-accordionTrigger {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
}
.case-box a.more{
  height: 46px !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
}
.redesign_single_nineteen{
  background-image: url('/wp-content/uploads/2025/04/bg-3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.redesign_faq{
  margin-top: 50px;
}
.redesign_faq .faq-lists{
  float: inherit !important;
  width: 48%;
}
.redesign_faq .sideMenu{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faq-lists:nth-child(n+5) {
    display: none;
}
.redesign_single_nineteen .more{
  margin: 0 auto !important;
}
.redesign_single_nineteen .custom-bottom{
  margin: 0 !important;
}
.redesign_faq .sideMenu h3 {
  margin-bottom: 0px;
  min-height: 48px;
  background-color: #fff;
  padding: 20px 50px 20px 30px;
}
.sideMenu h3 span {
    left: auto;
    right: 20px;
    top: 20px;
}
.sideMenu .faq-content{
  margin-left: 0;
}
.redesign_four_new{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  column-gap: 20px;
}
.redesign_four_item_new{
   width: 23%;
   display: block;
   box-shadow: 0px 1px 10px -4px #999;
   margin: 25px 0;
}
.redesign_four_item_new .redesign_four_gallery,
.redesign_four_item_new .redesign_four_box {
    width: 100% !important;
}
.redesign_four_item_new .redesign_four_box {
    padding: 15px;
}
.redesign_four_item_new:first-child {
     margin-top: 25px;
}
.redesign_four_item_new .redesign_four_gallery{
    background: #f8f8f8;
    padding: 15px;
    margin-bottom: 0;
}
.redesign_four_item_new .redesign_four_gallery img {
     max-width: 100%;
}
.redesign_four_item_new .redesign_four_box h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}
.redesign_four_item_new .redesign_four_box p {
    font-size: 14px;
    margin-bottom: 0;
}
.redesign_four_new{
    margin-top: 50px;
}
.redesign_image_text{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 30px;
}
.image_text_item{
  width: 30%;
}
.image_text_item2{
  width: 23%;
}
.image_text_item2 img{
width: 100%;
height: 245px;
object-fit: cover;
}
.image_text_item h3 {
    text-align: center;
    margin: 10px 0 15px 0;
}
.title_flex{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.container-header{
    padding: 0 50px;
    text-align: center;
}
.redesign_add_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  margin-top: 40px;
}
.redesign_add_item{
  width: 32%;
  text-align: center;
}
.redesign_add_item p{
  margin-top: 20px;
  font-size: 28px;
  font-weight: bold;
}
.redesign_add_list{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  gap: 10px;
  column-gap: 50px;
  padding-left: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.redesign_add_list li{
  font-size: 18px;
}
@media (max-width: 1680px){
  .redesign_twelve_item:nth-child(2) {
    padding: 80px 150px 80px 80px;
  }
  .redesign_thirteen_item:nth-child(1) {
    padding: 80px 80px 80px 150px;
  }
}
@media (max-width: 1440px){
  .redesign_single_banner {
        background-position: right;
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 50px;
        height: 550px;
  }
}
@media (max-width: 1280px){
  .redesign_twelve_item:nth-child(2) {
    padding: 80px;
  }
  .redesign_thirteen_item:nth-child(1) {
    padding: 80px;
  }
  .redesign_single_banner {
        background-size: cover;
        height: 470px;
    }
}
@media (max-width: 1024px){
  .benefit_item {
    width: 30%;
  }
  .certification_item,
  .redesign_single_thirteen,
  .redesign_single_twelve,
  .redesign_ten,
  .redesign_single_twoflex,
  .redesign_five_content,
  .redesign_four_item{
    flex-wrap: wrap;
    row-gap: 25px;
  }
  .redesign_ten_item,
  .redesign_single_twoitem,
  .redesign_four_box {
    width: 100%;
  }
  .redesign_four_gallery{
    width: 100%;
  }
  .redesign_four_gallery img{
    width: 49%;
  }
  .redesign_thirteen_item,
  .redesign_twelve_item,
  .redesign_five_item{
    width: 100% !important;
  }
  .hang_item {
    width: 100%;
    align-items: center;
  }
  .tear_item {
    width: 30%;
  }
  .tear_notch{
    flex-wrap: wrap;
  }
  .redesign_single_two h2,
  .single_h2 {
    font-size: 38px;
    line-height: 44px;
  }
  .redesign_five_item h2{
    font-size: 32px;
  }
  .redesign_twelve_item:nth-child(2) {
    padding: 20px;
  }
  .redesign_thirteen_item:nth-child(1) {
    padding: 20px;
  }
  .certification_item{
    row-gap: 15px;
  }
  .certification_content{
    width: 100%;
  }
  .certification_item img {
    width: auto;
  }
  .custom_step_item {
    width: 30%;
  }
  .swiper-button-next-case, .swiper-button-next-ship {
    right: 5%;
  }
  .swiper-button-prev-case, .swiper-button-prev-ship {
    left: 5%;
  }
    .image_text_item{
      width: 48%;
    }
    .image_text_item2{
      width: 48%;
    }
}
@media (max-width: 580px){
  .redesign_add_box{
    flex-wrap: wrap;
    gap: 30px;
  }
  .redesign_add_item{
    width: 48%;
  }
  .redesign_banner_box {
    width: 100%;
  }
  .redesign_banner_box h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .benefit_item {
    width: 100%;
  }
  .redesign_four_box h3 {
    font-size: 32px;
    line-height: 42px;
  }
  .gusset_item{
    width: 100%;
  }
  .redesign_zipper {
    padding: 0 50px;
  }
  .custom_gallery,
  .custom_box,
  .redesign_certifications,
  .environmental_box,
  .sustainability_box,
  .redesign_ten_gallery,
  .hang_item{
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .custom_gallery img,
  .environmental_item,
  .sustainability_item,
  .redesign_gallery_item {
    width: 49%;
  }
  .redesign_thirteen_item:nth-child(1) h2, .redesign_twelve_item:nth-child(2) h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .custom_item,
  .certification_item{
    width: 100%;
  }
  .custom_step_item {
    width: 46%;
  }
  .case-box a.more {
    width: 100px !important;
    font-size: 20px !important;
  }
  .redesign_faq .faq-lists{
    display: block;
    width: 100%;
  }
    .image_text_item{
      width: 48%;
    }
    .image_text_item2{
      width: 48%;
    }
}

.slide_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
.slide_content h2{
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.slide_content p{
  font-size: 24px;
  color: #ffffff;
  margin: 30px 0 45px 0;
}
.btn_dark{
  background-color: #fdcf4d;
  color: #212529 !important;
}
.btn_dark:hover {
  background-color: #212529;
  color: #ffffff !important;
}
.btn_light:hover {
  background-color: #212529;
  color: #ffffff !important;
}
.newhomebanner .slide_box h1,
.newhomebanner .slide_box h2{
  font-size: 48px;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  color: #ffffff;
  font-family:'Roboto-BOLD';
}
.newhomebanner .slide_box p.h3{
  font-size: 24px;
  margin: 0 0 15px 0;
  color: #ffffff;
  font-weight: bold;
}
.newhomebanner .slide_box{
  max-width: 530px;
}
.newhomebanner .slide_content p {
  font-size: 16px;
}
.newhomebanner .swiper-pagination-bullet{
  background-color: #ffffff;
}
.newhomebanner .swiper-pagination-bullet-active{
  transform: scale(1.3);
}
.home_style_one_all{
  background: linear-gradient(to bottom, #ffffff 0%, #fcfaf7 55%, #f6f3ee 100%);
  padding-bottom: 90px;
}
.home_style_one h2{
  margin-bottom: 25px;
}
.heading_h2{
  font-size: 40px;
  color: #3d3d3d;
  font-family:'Roboto-BOLD';
}
.heading_h3{
  font-size: 36px;
  color: #3d3d3d;
  font-family:'Roboto-BOLD';
}
.home_style_one_box{
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.home_style_one_item img{
  border-radius: 10px;
}
.home_style_one_item:nth-child(2),
.home_style_one_item:nth-child(3){
  background-color: #fdcf4d;
  padding: 30px;
  border-radius: 10px;
}
.home_style_one_item h4{
  font-size: 30px;
  margin-bottom: 15px;
  font-family:'Roboto-BOLD';
}
.home_style_one_item p{
  font-size: 18px;
  margin-bottom: 15px
}
.home_style_one_item ul{
  padding-left: 20px;
}
.home_style_one_item li{
  font-size: 18px;
  font-weight: 700;
}
.home_style_one{
  padding: 90px 0;
}
.home_style_idea_box{
  display: flex;
  justify-content: space-between;
}
.home_style_idea_item{
  width: 48%;
  text-align: center;
}
.home_style_idea_item .btn_group{
  margin-top: 35px;
}
.home_style_idea_item:nth-child(1){
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 6px;
}
.home_style_gallery{
  background-color: #ffffff;
  border-radius: 8px;
  height: 230px;
  padding: 30px 0;
  transition: all ease 0.3s;
}
.home_style_gallery:hover{
  box-shadow: 0 14px 36px rgba(0,0,0,.12);
}
.home_gallery_image{
  height: 110px;
  max-width: 130px;
  display: flex;
  align-items: center;
  margin: 0 auto 30px;
}
.home_gallery_image img{
  height: inherit;
  margin: 0 auto;
}
.home_style_idea_item:nth-child(1) p{
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
  padding: 0 15px;
  color: #3d3d3d;
}
.home_style_idea_item:nth-child(2){
  text-align: left;
}
.home_style_idea_item:nth-child(2) p{
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
  color: #3d3d3d;
}
.home_style_idea_item:nth-child(2) li{
  font-size: 18px;
  color: #3d3d3d;
}
.home_style_idea_item:nth-child(2) ul{
  margin: 25px 0;
  padding-left: 20px;
}
.home_style_idea_item:nth-child(2) h2{
  font-size: 32px;
  color: #3d3d3d;
  margin: 15px 0 30px 0;
  font-family:'Roboto-BOLD';
}
.home_title_group{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.home_title_item:nth-child(1){
  width: 70%;
}
.home_title_item:nth-child(2){
  width: 25%;
}
.home_style_two{
  padding: 90px 0;
}
.home_stop .title_flex p,
.home_style_two .title_flex p{
    margin: 10px 0;    
}
.home_stop .title_flex > div,
.home_style_two .title_flex > div{
    width: 65%;
}
.home_style_two h2.heading_h2{
  margin-bottom: 0;
}
.home_style_two h2+p{
  margin-bottom: 0;
}
.home_style_two_box{
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.home_style_two_item h3{
  font-size: 24px;
  color: #3d3d3d;
  margin: 30px 0 15px 0;
}
.home_style_two_item p{
  margin-bottom: 0;
}
.home_style_two_item img{
  border-radius: 8px;
}
.home_leading{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  height: 750px;
  display: flex;
  align-items: center;
}
.home_leading_box{
  background-color: #fdcf4d;
  border-radius: 8px;
  max-width: 650px;
  padding: 45px;
}
.home_leading .btn_light{
    background-color: #212529;
    color: #ffffff !important;
}
.home_leading .btn_light:hover{
    background-color: #ffffff;
    color: #212529 !important;
}
.home_leading_box h2{
  font-size: 40px;
  color: #3d3d3d;
  margin: 0 0 20px 0;
  font-family:'Roboto-BOLD';
}
.home_leading_box p{
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
  color: #3d3d3d;
}
.home_leading_box li{
  font-size: 18px;
  color: #3d3d3d;
}
.home_leading_box ul{
  margin: 25px 0;
  padding-left: 20px;
}
.home_find{
  padding: 90px 0;
}
.home_find_box{
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 15px;
}
.home_find h2{
  margin-bottom: 25px;
  font-family:'Roboto-BOLD';
}
.home_find_item{
  background-size: cover;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  position: relative;
  transition: all ease 0.3s;
}
.home_find_item::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 8px;
}
.home_find_item h3 {
  z-index: 2;
  width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;  
}
.home_find_item h3 a{
  font-size: 24px;
  color: #ffffff;
  display: flex;
  text-align: center;
    height: 100%;
    width: 100%;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
}
.home_find_item:hover{
  box-shadow: 0 14px 36px rgba(0,0,0,.12);
}
.btn_pad{
  width: auto;
  padding: 0 25px;
}
.aligncenter{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
.home_stop{
  padding-bottom: 90px;
}
.home_stop h2{
  margin-bottom: 0;
}
.home_stop .title_flex{
  margin-bottom: 25px;
}
.home_stop_box{
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.home_stop_item{
  padding: 25px;
  box-shadow: 0 14px 36px rgba(0,0,0,.12);
  border-radius: 8px;
}
.home_stop_item h3{
  text-align: center;
  font-size: 18px;
  font-family:'Roboto-BOLD';
  color: #3d3d3d;
}
.home_why{
  background-color: #f2eae1;
  padding: 100px 0;
}
.home_why h2{
  margin-bottom: 25px;
}
.home_why_box{
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
.home_why_item{
  background-color: #faf6f3;
  border-radius: 8px;
  text-align: center;
  position: relative;
  min-height: 180px;
  margin-bottom: 50px;
}
.home_why_content p{
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 20px;
  transition: max-height .25s ease, opacity .25s ease, padding .25s ease;
}
.home_why_content p.active{
  max-height: 200px; /* 根据你文案长度调大一些，比如 300/400 */
  opacity: 1;
  padding: 0 20px 10px;
}
.click_plus img{
  transition: transform .2s ease;
}
.home_why_item.open .click_plus img{
  transform: rotate(45deg); /* + 变成 × 的感觉 */
}
.home_why_img{
  position: absolute;
  top: -55px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
}
.home_why_content {
  margin-top: 70px;
}
.click_plus{
  margin-top: 20px;
  margin-bottom: 20px;
}
.home_why_content h3{
  font-size: 20px;
  margin: 0 0 15px 0;
}
.click_plus:hover{
  cursor: pointer;
}
.home_welcome{
  padding: 100px 0;
}
.home_welcome_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home_welcome_item{
  width: 47%;
}
.home_welcome_item h2{
  font-size: 40px;
  margin: 0 0 25px 0;
  font-family:'Roboto-BOLD';
}
.home_welcome_item .btn_dark{
  margin-top: 35px;
}
.home_welcome_item p{
  font-size: 18px;
}
.home_love{
  background-color: #f7f4f0;
  padding: 100px 0;
}
.home_love_box{
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
.home_love_item{
  background-color: #ffffff;
  border-radius: 8px;
  padding: 30px;
  transition: all ease 0.3;
  height: fit-content;
}
.home_love_item:hover{
  background-color: #fbfaf8;
}
.love_group{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.love_group h3{
  font-size: 18px;
  margin-bottom: 0;
}
.love_group p{
  background-color: #ffd13e;
  font-size: 16px;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.home_love_item img{
  margin-top: -25px;
}
.love_content p{
  margin-bottom: 0;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  border: none;
  background: #ffffff;
  outline: none!important;
  margin: 7.5px 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border-radius: 10px;
}
.accordion button:hover,.accordion button:focus {
  cursor: pointer;
  color: #ffffff;
  background-color: #ffffff;
}
.accordion button:hover::after,.accordion button:focus::after {
  cursor: pointer;
  color: #ffffff;
  outline: none!important
}
.accordion button .accordion-title {
  font-size: 22px !important;
  color: #3d3d3d !important;
  font-family: 'Roboto-BOLD' !important;
  padding: 0;
}
/* 图标容器 */
.accordion button .icon {
  position: relative;
  width: 12px;
  height: 12px;
  display: inline-block;
}
/* 默认：向下箭头 */
.accordion button .icon::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid #444444;
  border-bottom: 2px solid #444444;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
/* 展开状态：向上箭头 */
.accordion button[aria-expanded="true"] .icon::before {
  transform: rotate(-135deg);
}
.accordion button[aria-expanded=true] {
  color: #3d3d3d;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true]+.accordion-content {
  opacity: 1;
  max-height: inherit;
  min-height: inherit;
  will-change: opacity, max-height;
  padding: 20px 20px 0 20px;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear;
  will-change: opacity,max-height;
  font-size: 16px;
  line-height: 28px;
}
.accordion .accordion-content p {
  font-size: 16px;
  line-height: 28px;
  color: #444444;
  margin: 0 0 15px;
}
.accordion-item button:not(:hover):not(:active):not(.has-background) {
  background-color: #ffffff !important;
  color: #3d3d3d!important;
  padding: 17px 25px;
  transition: all ease 0.3s;
}
.accordion button .accordion-title:hover,
.accordion button[aria-expanded=true] .accordion-title {
  color: #3d3d3d !important;
}
.accordion button{
  background-color: #ffffff;
  padding: 17px 25px;
  margin: 0 !important;
}
.accordion button[aria-expanded=true]{
  background-color: #ffffff;
  padding: 17px 25px;
}
.accordion-item {
  margin-bottom: 20px;
}
.cat_faq_lists .accordion-item button:not(:hover):not(:active):not(.has-background) {
  background-color: #f9f6f3 !important;
  color: #3d3d3d !important;
}
.cat_faq_lists .accordion button:hover,
.cat_faq_lists .accordion button:focus {
  color: #3d3d3d;
  background-color: #f9f6f3;
}
.home_faq{
  padding: 100px 0;
}
.cat_faq_box{
  margin-top: 35px;
  padding-left: 150px;
}
.home_cta{
  padding-bottom: 100px;
}
.home_cta_box{
  border-radius: 15px;
  background-color: #f9f6f3;
  padding: 55px;
  display: flex;
  justify-content: space-between;
}
.home_cta_title{
  width: 40%;
}
.home_cta_title h2{
  margin-bottom: 25px;
}
.home_cta_title p{
  font-size: 18px;
  margin-bottom: 0;
}
.home_cta_form{
  width: 55%;
}
@media (min-width: 1480px) {
    .container {
        max-width:1330px
    }
}
.home_cta_form label{
  width: 100%;
  margin: 0;
}
.home_cta_form textarea,
.home_cta_form input{
  width: 100%;
  border: 0;
  padding: 10px;
}
.home_cta_form textarea{
  height: 100px;
}
.home_cta_form button{
  width: 100%;
}
.home_cta_form p{
  margin-bottom: 0;
}
/* =========================
   Footer (scoped to .newfooter)
   Design: bg #fdcf4d, title 18px, menu 14px, QR 70x70
   ========================= */

.newfooter{
  background: #fdcf4d;
  color: #3d3d3d;
}

/* container 可按你站点统一容器宽度调整 */
.newfooter .container{
  margin: 0 auto;
  padding: 0 24px;
}

/* 顶部区域 */
.newfooter .footer-top{
  padding: 60px 0 30px;
  background-color: transparent;
}
.newfooter .footer-bottom{
  background-color: transparent;
}
/* 五列一行，不换行 */
.newfooter .foot_up_box{
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 永远 5 列 */
  align-items: start;
}

/* 每一列 */
.newfooter .foot_item{
  min-width: 0;        /* 防止内容把列撑开 */
}

/* Contact 列不单独换行 */
.newfooter .foot_item_contactbox{
  min-width: 0;
}


/* 标题：18px #3d3d3d */
.newfooter .foot_item h3{
  font-size: 18px;
  color: #3d3d3d;
  font-weight: 700;
  margin: 0 0 14px;
  font-family: 'Roboto-BOLD';
}

/* 菜单：14px #3d3d3d */
.newfooter ul.menu_link{
  margin: 0;
  padding: 0;
  list-style: none;
}

.newfooter ul.menu_link li{
  line-height: 1.5;
}

.newfooter ul.menu_link li a{
  font-size: 14px;
  color: #3d3d3d;
  text-decoration: none;
  font-family: 'Roboto-REGULAR';
}

.newfooter ul.menu_link li a:hover{
  text-decoration: underline;
}

/* Contact 文本 */
.newfooter .foot_item_contactbox p{
  margin: 0 0 10px;
  font-size: 14px;                 /* 按菜单字号走 */
  color: #3d3d3d;
}

.newfooter .foot_item_contactbox p a{
  color: #3d3d3d;
  text-decoration: none;
}

.newfooter .foot_item_contactbox p a:hover{
  text-decoration: underline;
}

/* 社交 icon */
.newfooter .ico-a{
  display: flex;
  gap: 10px;
  margin: 12px 0 14px;
}

.newfooter .ico-a a{
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(61,61,61,.12);
  color: #3d3d3d;
  text-decoration: none;
  font-size: 16px;
}

.newfooter .ico-a a:hover{
  background: rgba(61,61,61,.18);
}

/* 二维码：70x70 */
.newfooter .footer-img img{
  width: 70px;
  height: 70px;
  object-fit: cover;
  display: block;
  background: #fff;
  border: 2px solid rgba(61,61,61,.15);
}

/* 支付方式：在顶部分区的最后一行居中 */
.newfooter .footer-payments{
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  padding: 18px 0 10px;
  margin-top: 6px;
  margin-bottom: 15px;
}

.newfooter .footer-payments img{
  height: 18px;
  width: auto;
  display: block;
}

/* 底部版权 */
.newfooter .footer-bottom{
  padding: 18px 0 28px;
}

.newfooter .footer-bottom .center{
  text-align: center;
}

.newfooter .footer-bottom p{
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #3d3d3d;
}

.newfooter .footer-bottom p a{
  color: #3d3d3d;
  text-decoration: underline;
}

/* 响应式 */
@media (max-width: 992px){
  .newfooter .foot_item{
    flex: 1 1 calc(50% - 30px);
    min-width: 0;
  }
  .newfooter .foot_item.foot_item_contactbox{
    flex: 1 1 100%;
  }
  .newfooter .footer-payments{
    flex-wrap: wrap;
    gap: 18px 26px;
  }
}

@media (max-width: 1680px){
  .home_leading{
    height: 640px;
  }
}
@media (max-width: 1440px){
  .home_leading{
    background-position: 35%;
  }
}
@media (max-width: 1024px){
  .cat_faq_box {
    padding-left: 0;
  }
  .newhomebanner .slide_box h2 {
    font-size: 32px;
  }
  .heading_h2 {
    font-size: 32px;
  }
  .heading_h3 {
    font-size: 28px;
  }
  .home_style_one_item h4 {
    font-size: 24px;
  }
  .home_find_box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px){
  .home_style_one_box {
    grid-template-columns: repeat(2, 1fr);
  }
  .home_style_idea_item{
    width: 100%;
  }
  .home_welcome_box,
  .home_style_idea_box{
    flex-wrap: wrap;
    gap: 35px;
  }
  .home_style_two_box {
    grid-template-columns: repeat(2, 1fr);
  }
  .home_leading {
    background-position: right;
  }
  .home_stop_box {
    grid-template-columns: repeat(2, 1fr);
  }
  .home_why_box {
    grid-template-columns: repeat(2, 1fr);
  }
  .home_welcome_item{
    width: 100%;
  }
  .home_love_box {
    grid-template-columns: repeat(2, 1fr);
  }
  .newfooter .foot_up_box {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 35px;
  }
  .home_stop .title_flex > div,
  .home_style_two .title_flex > div{
    width: 100%;
   }
}
@media (max-width: 600px){
  .home_style_one_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .home_style_two_box {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 50px;
  }
  .home_stop_box {
    grid-template-columns: repeat(2, 1fr);
  }
  .home_why_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .home_love_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .home_title_group,
  .home_cta_box{
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .home_title_group_item,
  .home_cta_title,
  .home_cta_form{
    width: 100%;
  }
  .swiper-wrapper picture img{
    height: 500px;
    object-fit: cover;
  }
  .home_style_idea_item:nth-child(1) {
    grid-template-columns: repeat(2, 1fr);
  }
  .home_find_box {
    grid-template-columns: repeat(2, 1fr);
  }
}