/* 基础重置 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5元素的显示类型 */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

/* 全局字体和布局 */
body {
    line-height: 1;
    font-family: "Aleta", sans-serif; /* 默认字体 */
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 链接样式 */
a {
    text-decoration: none;
    color: inherit;
}

/* 图片和媒体 */
img {
    vertical-align: middle;
    max-width: 100%; /* 使图片自适应容器 */
}

/* 表单元素 */
input, textarea, button, select {
    font-family: inherit; /* 继承字体样式 */
    font-size: inherit; /* 继承字体大小 */
    margin: 0;
    padding: 0;
    border: 1px solid #ccc; /* 默认边框样式 */
    border-radius: 0; /* 移除默认圆角 */
}

/* 清除浮动 */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
/*end*/
* {
    transition: all 0.2s ease 0s; /* 延时 0.2 秒后开始过渡 */
}
.page,.page-about{
  width: 100%;
  background-color: #fff;
}
#spotlight .page{
  background-color: #000;
}
#spotlight{
  background-color:rgb(0,0,0,50%);
}

.header-bg{
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-image: url('../img/slide2.webp');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  animation: zoomBackground 10s ease-in-out forwards; /* 应用动画 */
}

.background-overlay{
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #0000008f;
}
.nav-warp{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  background-color: transparent;
  z-index: 2;
}
.nav-warp-bg-white{
  background-color: #fff;
  border-bottom: solid 1px #f1f1f1;
  z-index: 1;
}
.nav-box{
  max-width: 1300px;
  width: 100%;
  box-sizing: border-box;
  min-height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.nav-box .logo_white{
  display: flex;
  margin-block-end:20px;
}
.nav-box .logo{
  display: none;
  margin-block-end:20px;
}

.nav{
  display: flex;
}
.nav-box .logo{
  max-width:300px;
}
.nav ul{  
  display: flex;
  align-items: stretch;
  color: #fff;
  width: 100%;
}
.nav ul li{
  display: flex;
  justify-content: center;
  align-items: stretch;

}
.nav ul li a.nav-color span{
  color: #2C3338;
}
.nav ul li a.nav-color:hover span{
  color: #FA8835;
}
.nav ul li a{
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  border-right: solid 2px transparent;
  padding: 0 15px;
  position: relative;
  box-sizing: border-box;
}
.nav ul li a span{
  display: block;
}
.nav ul li a:hover{
  color: #FA8835;
}
.nav ul li a:hover::after{
  opacity: 1;
}
.nav ul li.active a{
  color: #FA8835;
  box-sizing: border-box;
}
.nav ul li a:after{
  background: #FA8835;
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  content: "";
  height: 3px;
  top: 0;
  box-sizing: border-box;
  opacity: 0;
}
.nav ul li.active a:after{
  opacity: 1;
  transform: translateY(0);
}

.sub-nav{
  position: absolute;top: 70px; left: 0;background-color: #fff;width: 200px; z-index: 100;
  display: none;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.15);
}
#product-sub-show:hover .sub-nav{
 display: block;
}
.sub-nav ul{
  display: flex;
  flex-direction: column;
  padding: 10px 10px;
  box-sizing: border-box;
}
.sub-nav ul li{
  width: 100%;
}
.nav .sub-nav ul li a{
  color: #999;
  font-size: 14px;
  font-weight: normal;
  line-height: 50px;
  width: 100%;
  display: block;
}
.sub-nav a:after{
  display: none;

}

.swiper-slide-inner {
    padding: 60px 50px 30px 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    display: flex;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 50px;
    margin: auto;
}
.swiper-slide-contents {
    max-width: 700px;
}
.elementor-slide-heading {
    color: #FFF;
    font-family: "Aleta", sans-serif;
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 1px;
}
.swiper-slide-inner .elementor-slide-heading:not(:last-child) {
    margin-bottom: 30px;
}
.swiper-slide-inner .elementor-slide-description:not(:last-child) {
    margin-bottom: 45px;
}
.elementor-slide-description {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4em;
}
.paint-orange-color {
    color: #ff8112 !important;
}
.elementor-slide-button {
    border-width: 0;
    color: #fff;
    background-color: #222973;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.elementor-button.elementor-size-lg, body .elementor-form .elementor-button.elementor-size-lg, #reviews .comment-form #submit.elementor-size-lg{
    font: normal normal 500 15px / 1 "Inter", sans-serif;
    text-transform: none;
    word-spacing: 0;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-color: #999999;
    padding: 5px 20px 5px 20px;
    min-width: 1px;
    min-height: 52px;
}
.padding60{
  display: flex;
  flex-direction: column;
  background-transition: 0.3s;
  max-width: 100%;
  min-height: 60px;
}
.section-about{
  display: flex;
  justify-content: center;
  padding: 30px;
}
.about-wrap{
  max-width: 1300px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.about-content{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-content h4{
    color: #222973;
    padding: 6px 5px 6px 10px;
    background-color: #353FAF24;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 40px;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}
.about-content h3{
  font-family: "Aleta", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.35em;
  letter-spacing: -.25px;
}
.section-about-content{
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
}
.section-about-left{
  position: relative;
  min-height: 1px;
  display: flex;
  width: 50%;
}

.section-about-right{
  position: relative;
  min-height: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.section-about-right-content{
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.section-about-txt{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 20px;
  color: #999999;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}
.section-about-txt p{
  margin-bottom: 20px;
}
.section-about-btn{
  display: flex;

}
.section-about-btn a{
  box-sizing: border-box;
  min-width: 220px;
  min-height: 52px;
  padding: 5px 20px 5px 20px;
  border-style: solid;
  border: solid 1px;
  display: block;
  color: #ffffff;
  background-color: #222973;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
  border-radius: 6px;
}
.section-about-btn a:hover{
  background-color: #1D2795;
}
.section-about-btn svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}
.section-about-bg{
  display: flex;
  background-color: #F2F4F6;
}
.section-about-wrap{
  display: flex; 
  justify-content: center;
  width: 50%;
}
.section-about-left2{
  display: flex;
}
.section-about-left-content2{
  display: flex;
  flex-direction: column;
  max-width: 600px;
  justify-content: center;
}

.section-about-left-content2 h4{
  color: #222973;
  font-family: "Aleta", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: none;
  line-height: 1.4em;
  letter-spacing: -.25px;
  margin-bottom: 50px;
}
.section-about-left-content2 .content2-txt{
  color: #1B1D1F;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 40px;
}
.section-about-btn2{
  margin-bottom: 20px;
  width: 220px;
  height: 52px;
  border: solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: #353faf69;
  border-radius: 6px;
}
.section-about-btn2:hover{
  border-color: #222973;
}
.section-about-btn2 a{
  flex-grow: 1;
  text-align: center;
  line-height: 52px;
}
/*product*/
.product-title-wrap{
  background-attachment: fixed;
  background-image: url('../img/product1.webp');
  background-position: center center;
  background-size: cover;
  min-height: 400px;
  display: flex;
  width: 100%;
  flex-grow: 0;
  justify-content: center;
  background-transition: 0.3s;
}
.product-title{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;
}
.product-title h2{
  font-family: "Aleta", sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  text-transform: uppercase;
  color: #F7F7F7;
  text-decoration-style: solid;
  -webkit-text-stroke-width: 0;
  stroke-width: 0;
  -webkit-text-stroke-color: #000;
  stroke: #000;
}
.product-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-item{
  max-width: 1300px;
  display: flex;
}
.product-pic-wrap{
  width: 50%;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  border-color: #E2E5EA;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.product-desc-wrap{
  display: flex;
  flex-direction: column;
  background-color: #F2F4F6;
  width: 50%;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #E2E5EAB3;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0% 0% 0% 0%;
  padding: 30px 30px 10px 30px;
  box-sizing: border-box;
}
.product-desc{
  display: flex;
  flex-direction: column;
  max-width: 600px; 
  padding: 30px;
  box-sizing: border-box;
}
.product-btn-wrap svg{
  width: 27px;
  height: 27px;
}
.product-desc .title{
  color: #000;
  font-family: "Aleta", sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4em;
  letter-spacing: -.25px;
  margin-bottom: 20px;

}
.product-desc .decs{
  color: #2C3338;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.5em;
}
.product-btn-wrap{
  width: 220px;
  height: 39px;
  border-radius:4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.product-btn-wrap a{
  background-color: #FA8835;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  margin: 30px 0 20px 30px;
}

.product-btn-wrap svg{
  fill: #fff;
  width: 17px;
  height: 17px;
}
.product-btn-wrap a:hover{
  background-color: #7681FF;
}
/*product-view*/
.product-view-wrap .product-view-up-box{
    display: flex;
    max-width: 1300px;
    margin-bottom: 10px;
}
.product-view-wrap .product-img{
    width: 50%;
    border-style: solid;
    border-color: #E2E5EA;
    border-width: 1px 0 1px 1px;
}
.product-view-wrap .product-summary{
    box-sizing: border-box;
    width: 50%;
    background-color: #F2F4F6;
    border-style:solid;
    border-width:1px 1px 1px 1px;
    border-color: #E2E5EA;
    color: #6e6e6e;
    padding: 50px;
    font-size: 1.3em;
    line-height: 1.5em;
}
.product-view-wrap .product-content{
    margin-top: 30px;
    max-width: 1300px;
    width: 100%;
    display: flex;
    border: solid 1px #E2E5EA;
    margin-top: 70px;
    font-size: 1.2em;
    line-height: 1.5em;
}
.product-view-wrap .product-content table{
}
.product-view-wrap .product-content table td{
    font-size: 16px;
    border: solid 1px #E2E5EA;
    padding: 5px 10px;
}
/*分页*/
.pagination{
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}
.pagination li{
    color: #fff;
    padding: 0 5px;

}
.pagination li a, .pagination li span{
    display: block;
    padding: 15px 20px;
    background-color: #FF8112;
    border-radius: 5px;
}
.pagination li span{
    background-color: #b5b5b5b3;
}
.pagination li.active a, .pagination li a:hover{
    background-color: #7681FF;
}
.pagination li.prev.disabled{

}
/*index contacts*/
.index-contacts{
  background-color: #222973;
  display: flex;
  justify-content: center;
}
.index-contacts-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 810px;
  padding: 30px;
  box-sizing: border-box;
}
.index-contacts-title{
  margin-top: 50px;
  margin-bottom: 60px;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
  line-height: 1.35em;
  letter-spacing: -.25px;
  text-align: center;
}

.index-btn-two-wrap{
  display: flex;
  justify-content: center;
}
.index-btn-mail, .index-btn-tel{
  height: 52px;
  width: 220px;
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.index-btn-mail:hover{
  background-color: #7681FF;
}
.index-btn-mail{
  background-color: #FF8112;
  margin: 0 30px 20px 0;
}
.index-btn-tel{
  border:solid 1px #fff;
}
.index-btn-tel:hover{
  border-color: #7681FF;
  background-color: #7681FF;
}
/*footer*/
.footer{
  display: flex;
  justify-content: center;
  background-color: #1B1D1F;
  color: #fff;
  padding: 60px 0;
}
.footer-section1{
  max-width: 1300px;
  display: flex;

}
.footer-logo{
  margin-bottom: 50px;
}
.footer-logo-desc{
  padding: 30px;
  width: 37%;
  color: #787878;
  line-height: 1.5em;
}
.footer-menu{
  padding: 30px;
  width: 15%;
}
.footer-menu h4, .footer-products h4, .footer-contact h4{
  margin-bottom: 60px;
  font-size: 18px;
}
.footer-menu-ul li{
  padding-bottom: 12px;
}
.footer-menu-ul li a{
  color: #ffffff99;
  font-size: 15px;
}
.footer-menu-ul li a:hover{
  color: #fff;
}
.footer-products{
  padding: 30px;
  width: 15%;
}
.footer-contact{
  padding: 30px;
  width: 33%;
}
.footer-section2{
  padding: 30px;
  color: #ffffff99;
  font-size: 13px;
  line-height: 1.4em;
  background-color: #1B1D1F;
  display: flex;
  justify-content: center;
  border-top: solid 1px #ffffff1f;
}
/*index end*/
/*page-about*/
.page-about .header-bg{
  background-image: url('../img/page_about_bg.webp');
  animation:none;
  height: 422px;
}
.page-about .background-overlay{
  height: 422px;
}
.page-about-inner .about-content h2{
  background-color: #fff;
  color: #fff;
}
.page-about .about-swiper-slide-inner{
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  height: 422px;
}
.about-swiper-slide-inner .about-content .h2-wrap{
  padding: 6px 5px 6px 10px;
  background-color: #353FAF80;
  border-radius: 5px;
  margin-bottom: 30px;
}
.page-section-about{
  display: flex;
  justify-content: center;
}
.page-section-about-wrap{
  max-width: 1300px;
  display: flex;
}
.page-section-about .about-text-wrap{
  display: flex;
  width: 50%;
  padding: 30px;
  box-sizing: border-box;
}
.page-section-about .about-text-wrap .about-text{
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4em;
  color: #1B1D1F;
  margin-bottom: 50px;
}
.page-section-about .about-img{
  max-width: 50%;
  box-sizing: border-box;
  padding: 30px 80px 30px 30px;
  margin-right: 30px;
  margin-bottom: 40px;
}
.page-section-about .about-img img{
  max-width: 100%;
  height: auto;
}

/*contacts*/
  .page-contact-bg .header-bg{
    background:url('../img/page-contact-bg.webp') no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .page-contact-section{
    padding: 30px;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
  }
  .page-contact-wrap{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1300px;
    box-sizing: border-box;
  }
  .page-contact-type{
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .page-contact-type .t-tile{
    color: #2C3338;
    font-size: 18px;
    font-weight: 400;
  }
  .page-contact-type .s-title{
    color: #787878;
    font-size: 15px;
    margin-top: 10px;
  }

  .page-contact-form{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .form-wrap{
    max-width: 700px;
    width: 100%;
  }
  .form-wrap input, .form-wrap textarea{
    outline: none;
  } 
  .form-row{
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
  }
  .form-column{
    display: flex;
    flex-direction: column;
  }
  .form-title{
    font-size: 25px;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
  }
  .form-label{
    line-height: 1.4em;
    margin-bottom: 5px;
  }
  .input-wrap{
    padding: 5px;
    box-sizing: border-box;
  }
  .form-input input, .form-input textarea{
    box-sizing: border-box;
    padding: 10px;
    line-height: 1.4em;
    width: 100%;
    color: #666;
  }
  .form-input textarea{
    min-height: 52px;
  }
  .form-btn{
    width: 100%;
    background-color: #FA8835;
    color: #fff;
    border-radius: 5px;
    height: 52px;
    border:0;
  }
  .form-btn:hover{
    background-color: #7681FF;
  }
  .contact-tel,.contact-email,.contact-address{
    width: 33.333%;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.4em;
  }
  .page-contact-type .icon{
    width: 32px;
    height: 32px;
    margin-bottom: 20px;
    margin-top: 20px;  
  }
/*page-about end*/
/*product-view*/
.product-view-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-view-title-wrap{
  max-width: 1300px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 20px 0;
}
.product-view-title1{
  color: #1B1D1F;
  font-size: 1.3em;
  font-weight: 600;
  word-spacing: 5px;
  margin-bottom: 20px;
}
.product-view-product_name{
  color: #222973;
  font-size: 2.8em;
  margin-bottom: 20px;
}
.product-view-title2{
  color: #1B1D1F;
  font-size: 1.3em;
  font-weight: 600;
  word-spacing: 5px;
}

.product-view-desc{
  display: flex;
  flex-direction: column;
  max-width: 600px; 
  padding: 30px;
  box-sizing: border-box;
}
.product-view-desc .decs{
  color: #2C3338;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.5em;
}
.mySwiper{
  width: 100%;
  max-width: 1300px;
}
.mySwiper .swiper-wrapper .image{
  min-height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*手机端menu*/
.drawer {
  width: 300px;
  max-width: 500px;
  height: 100%;
  background-color: #fff;
  color: white;
  position: fixed;
  top: 0;
  left: -300px;
  transition: left 0.3s ease;
  z-index: 99;
}
.drawer.active {
  left: 0;
}
.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 10px;
}
.drawer-header h3 {
    margin: 0;
}
.drawer-list {
    list-style: none;
    padding: 30px;
    margin: 0;
}
.drawer-list li {
    border-bottom: 1px solid #f1f1f1;
}
.drawer-list li a{
    padding: 20px 0;
    display: block;
    color: #333;
}
.drawer-list li a:hover {}
.toggle-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: transparent;
    color: white;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: none;
}
.ico-opened{
  display: block;
}
.ico-closed{
  display: none;
}

ul.mobile-sub-nav{
  margin-bottom: 5px;
  opacity: 0;
  display: none;
}
ul.mobile-sub-nav.active{
  opacity: 1;
  display: block;
}
ul.mobile-sub-nav li{
  height: auto;
  padding: 5px 20px 5px 20px;
  border-bottom: 0;
}
ul.mobile-sub-nav li a{
  font-size: 14px;
  color: #666;
  background-color: #F2F4F6;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
}
#mask{
  z-index: 9; 
  background-color: #00000050; 
  position: fixed; 
  left: 0; 
  right: 0; 
  top: 0; 
  bottom: 0;
  display: none;
}
@media (max-width: 768px){
  .toggle-btn, .drawer{ display: block; }
  .nav{display: none;}
  .nav-box .logo_white,.nav-box .logo{
    margin-left: 10px;
    margin-top: 10px;
  }

  .section-about-content,.product-item{
    max-width: 500px;
    flex-wrap: wrap;
  }
  .section-about-bg{
    flex-wrap: wrap;
  }
  .section-about-left, .section-about-wrap, .section-about-right, .product-pic-wrap,.product-desc-wrap{
    width: 100%;
  }
  .product-pic-wrap{
    border-right-width: 1px;
  }
  .index-btn-two-wrap, .footer-section1{
    max-width: 768px;
    flex-wrap: wrap;
  }
  .section-about-left-content2{
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .index-btn-mail{
    margin-right: 0;
  }
  .footer-logo-desc, .footer-menu, .footer-products,.footer-contact{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .footer-section2{
    flex-wrap: wrap;
    line-height: 34px;
  }
  .page-section-about-wrap{
    flex-wrap: wrap;
  }
  .page-section-about .about-text-wrap{
    width: 100%;
  }
  .page-section-about .about-img{
    max-width: 100%;
  }
  .contact-tel,.contact-email,.contact-address{
    width: 100%;
  }

}
/*mobile end*/

/* 定义动画 */
.fadeInUp {
    animation-name: fadeInUp;
}
.animated {
    animation-duration: 1.25s;
}
@keyframes zoomBackground {
    0% {
        transform: scale(1); /* 初始大小 */
    }
    100% {
        transform: scale(1.3); /* 最终大小 */
    }
}
@keyframes fadeInUp
{
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
      opacity: 1;
      transform: none;
  }
}
