@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400&display=swap');
@font-face{
  font-family: 'Poppins';
}
@font-face{
  font-family: 'Righteous';
}
@font-face{
  font-family: 'Oxygen';
}

*{
  font-family: Poppins;
}
html, body{height:100%;}
body{
  background-image: url(https://media.istockphoto.com/id/1069378234/photo/marble-white-and-texture-tile-ceramic-gray-background-marble-natural-for-interior-decoration.jpg?b=1&s=170667a&w=0&k=20&c=Let2ZQ9yeMc-MnohuYr1uZIj0Dq53uFnUDBg-680EjM=);
  background-position: top left;background-repeat: repeat;
}

/*Nav导航*/
.home_nav_max{
  width: 100%;
  background-image: url(https://media.istockphoto.com/id/1069378234/photo/marble-white-and-texture-tile-ceramic-gray-background-marble-natural-for-interior-decoration.jpg?b=1&s=170667a&w=0&k=20&c=Let2ZQ9yeMc-MnohuYr1uZIj0Dq53uFnUDBg-680EjM=);
  height: 70px;
  margin-top: 0px;
}
.home_nav{
  width:100%;
  max-width: 1200px;
  height: 70px;
  margin: auto;
  background-image: url(https://media.istockphoto.com/id/1069378234/photo/marble-white-and-texture-tile-ceramic-gray-background-marble-natural-for-interior-decoration.jpg?b=1&s=170667a&w=0&k=20&c=Let2ZQ9yeMc-MnohuYr1uZIj0Dq53uFnUDBg-680EjM=);
  display: flex;
  justify-content: space-between;

}
.home_nav .nav_logo
{
  display: flex;
  height: 60px;
  align-items: center;
}
.home_nav .nav_logo a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #1d1d1d;
  font-size: 1.6rem;
}

.home_nav .nav_list{}
.home_nav .nav_list ul li{
  float: left;
  height: 60px;
}
.home_nav .nav_list ul li a{font-size: 16px;color: #1d1d1d;line-height: 60px;display: inline-block;padding: 0px 20px;transition: all 0.3s ease 0s;}
.home_nav .nav_list ul li a:hover{
  color: #D7BB84;
}

/*Sales*/
div.sales{
  background-color: #363636;
  color: #fafafa;
  height: 40px;
  display: grid;
  place-content: center;
}

/*banner*/
.home-banner{width: 100%;height: 399px;background-color: #000; background-image: url(https://images.unsplash.com/photo-1632781216186-398f817612b4?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=954&q=80);background-position: center top;background-repeat: no-repeat;background-size: cover;overflow: hidden;}
.home-banner-h1{
  width: 100%;
  max-width: 1200px;
  text-align: center;
  margin:50px auto 50px;
  font-size: 3em;
  color: #fafafa;
  font-family: Righteous;
  text-transform: uppercase;
}
.home-banner-text{width: 100%;max-width: 1200px; text-align: center; margin:auto;margin-bottom: 50px;font-size: 24px;color: #fff;line-height: 30px;}
.home-banner .socially-icon span a svg{
  transition: all 0.3s ease 0s;
  fill: #fafafa;
  stroke: #fafafa;
  stop-color: #fafafa;
}
.home-banner .socially-icon span a svg:hover{
  transition: all 0.3s ease 0s;
  fill: #D7BB84;
  stroke: #D7BB84;
  stop-color: #D7BB84;
}


/*社交icon*/
.socially-icon{width: 100%;max-width: 1200px; text-align: center;margin: auto;}
.socially-icon span{display: inline-block;margin: 0px 5px;}
.socially-icon span a{width: 45px;height: 45px;display: inline-block;}
.socially-icon span a svg{
   transition: all 0.3s ease 0s;
   fill: #363636;
   stroke: #363636;
   stop-color: #363636;
     }
.socially-icon span a svg:hover{
transform: translateY( -5px);
fill: #D7BB84;
stroke: #D7BB84;
stop-color: #D7BB84;
}

.footer .socially-icon span a svg{
  fill: #9e9e9e;
  stroke: #9e9e9e;
  stop-color: #9e9e9e;
}

.footer .socially-icon span a svg:hover{
  transform: translateY( -5px);
  fill: #D7BB84;
  stroke: #D7BB84;
  stop-color: #D7BB84;
}



/*headNav*/
.pop-headNav{display:none;}

.headNav-max{
  width: 100%;
  min-height: 220px;
  background-color: transparent;
  overflow: hidden;
}
.headNav{
  width: 100%;
   max-width: 1200px;
   background-color: #1B1A1A;
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   grid-template-rows: auto;
   margin: auto;
   border-radius: 0px 20px 20px 0px;
   border-radius:20px;
  }
.headNav-list{
  width: 100%;
  text-align: Center;
  min-height: 220px;
  overflow: hidden;
  border-right: 0.1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0px 20px 20px 0px;
}
.headNav-list-h3{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 37px;
  margin:10px 0px;
  line-height: 20px;
}

.headNav-list ul{padding-left: 10px;}
.headNav-list ul li{width: 100%;line-height: 20px; margin:5px 0px;}
.headNav-list ul li a{
  font-size: 16px;
  color: #fafafa;
  transition: all 0.2s linear;

}
.headNav-list ul li a:hover{
  color: #D7BB84;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  }
/* Blog section */
main{
  margin: 30px 0;
  display: grid;
  grid-auto-flow: row;
}
section.title{
  padding: 30px;
  border: 2px solid #1b1a1a;
  border-right:0px;
  margin-left: 5%;
}

section.introduction{
  margin-top: 40px;
  padding: 30px;
  border: 2px solid #1b1a1a;
  border-left:0px;
  margin-right: 5%;
}

section.introduction h2{
  font-size: 2em; 
}

section.introduction h3{
  line-height: normal;
  color: #282727;
}


section.title h2{
  font-size: 2em;
}

section.title h3{
  line-height: normal;
  color: #282727;
}
section.body{
  margin-top: 20px;
}

section.body div.board{
  border: 1px solid black;
  display: flex;
  padding: 10px 30px;
  column-gap: 60px;
  margin: 50px 0px;

}
section.body div.board:nth-child(odd){
  border: 0px solid #1b1a1a;
}
section.body div.board:nth-child(even){
  border: 0px solid #1b1a1a;
  flex-direction: row-reverse;
}

section.body div.board a{
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  color: #1b1a1a;
  font-weight: 200;
  transition: all 0.3s linear;
  max-width: 50vw;
  overflow: hidden;
}
section.body div.board a:hover{
  transform: translateY(-9px);
}
section.body div.board a img{
  object-fit: cover;
  width: 100%;
  }

section.body div.board div.text{
 display: grid;
 grid-auto-flow: row;
 width: 100%;
}

section.body div.board div.text h2{
  font-size: 1.9em;
  line-height: normal;
  text-transform: uppercase;
}

section.body div.board div.text span p, .tet{
  font-weight: 200;
  margin: 5px 0px;
  font-size: 1.1em;
}

.blog-list li::before{
  content: "- ";
}
    /* Blog section end */

/*浮窗内容模块*/
.wrapper{
  width: 85vw;
  height: auto;
  overflow: hidden;
  padding: 20px 0px;
  margin: auto;
}
.wrapper-h2{width: 100%;text-align: center;height: auto;padding: 0px 10px 30px 0px;
}
.wrapper-h2 h1{font-size: 26px;color: #909090;border-bottom: 2px solid #bababa;text-align: center;line-height: 24px;display: inline-block;padding: 10px 10px;}
.main{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  width: 80vw;
  height: auto;
  margin: auto;
  justify-items: center;
  font-family: Oxygen;
}
.main-layout{
  width: 80vw;
  min-height: 300px;
  height: 60vh;
  border-radius: 40px;
  background-color:#fbfbfb;
  -webkit-box-shadow: 10px 10px 10px #9A9B9C;
  -moz-box-shadow: 10px 10px 10px #9A9B9C;
  box-shadow: 10px 10px 10px #9A9B9C;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  margin: 2% auto;
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: 80% 10% 10%;
  }
.main-layout-meun{
  min-height: 600px;
}
.main-layout-img{
  width: 100%;
  height: auto;
  display: grid;
  grid-area: 1/1/-1/2;
}
.main-layout-img img{
  width: 100%;
  display: block;
  cursor: pointer;
  height: 100%;
}
.main-layout-img-categories{
  width: 100%;
  height: auto;
  background-color: rgba(000,000,000,0.5);
}
.main-layout-img-categories a{color: #fff;display: inline-block;margin: 0px 5px;font-size: 12px;}
.main-layout-text{
  height: auto;
  padding: 20px 5px;
  position: relative;
  display: grid;
  grid-area: 1/2/2/-1;
  grid-template-columns: 50% 50%;
  grid-template-rows: 20% 60% 15%;
}
.main-layout-text h4{
  font-size: 19px;
  font-weight: normal;
  font-family: Righteous;
  color: black;
   margin: 5px auto 10px;
   text-transform: uppercase;
   display: grid;
   grid-area: 1/1/2/-1;
  }
.main-layout-text h4 a{
  line-height:14px;
  color: black;
}
.main-layout-text p{
  max-height:200px;
  font-size: 1rem;
  display: -webkit-box;
  overflow: auto;
  word-wrap: break-word;
  white-space: normal!important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin: 0px 20px;
  display: grid;
  grid-area: 2/1/3/-1;
}
.main-layout-text p a{
  color: #737373;
  font-family: Oxygen;
}
.main-layout-categories{
  display: grid;
  grid-area: 2/2/3/3;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
}
.main-layout-img-mail{
  display: grid;
  grid-area: 3/1/4/-1;
  margin: 0px auto;
  width: 30%;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 10px;
}
.main-layout-img-mail a{
  background-color:#fbfbfb;
  display: grid;
  background-image: url(../images/icon/mali.png);
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  align-content: end;
  justify-content: center;
  transition: all 0.3s linear;
  Text-transform: uppercase;
}
.main-layout-img-mail a:hover{
  background-image: url(../images/icon/mali-h.png);
  background-color: #D7BB84;
}

.main-layout-categories a{
  text-align: center;
  font-size: 15px;
  background-color: #363636;
  border-radius: 5px;
  color: #fff;
  margin:0.5% 7%;
  transition: all 0.3s linear;
  text-transform: uppercase;
  place-content: center;
  display: grid;
}

.main-layout-categories a:hover{
  background-color: #D7BB84;
}
#small{
  text-align: center;
}

/*page*/
/*page banner*/
.page-banner{
  width: 100%;
  height: 100vh;
  background-color: #fbfbfb;
   display: grid;
   grid-auto-flow: column;
   grid-template-columns: 0.7fr 4fr;
   grid-template-rows: 1fr;
  }
  .page-banner .left-banner{
    font-family: Righteous;
    display: flex;
    flex-direction: column;
    place-content: center;
    background-color: #fbfbfb;
    height: 100vh;
    text-align: center;
    font-size: 3em;
    text-transform: uppercase;
    transition: all 0.3s linear;
    text-shadow: 3px 3px 2px #9A9B9C;

  }
  .page-banner .left-banner:hover{
  }
  .page-banner .right-banner{
    background-image: url(../images/banner/background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    display: grid;
    place-content: center;
    color: black;
    height:100%;
    width: 100%;

   }

.page-banner-h1 img{width:auto;display: block;margin: auto;}
.page-banner-text{
  width: 100%;
  max-width: 1200px;
  text-align: center;
  margin:auto;
  font-size: 1.3em;
}
.wrapper-h2-page{width: 100%;text-align: left;height: auto;padding: 0px 10px 30px 0px;}
.wrapper-h2-page h2{font-size: 26px;color: #363636;border-bottom: 2px solid #bababa;text-align: center;line-height: 24px;display: inline-block;padding: 10px 10px;}

/*page*/
.wrapper-bread-page{width: 100%;height: 46px;text-align: left;}
.wrapper-bread-page span{
  border-bottom: 2px solid #bababa;
  line-height: 46px;
  height: 46px;
  display: inline-block;
  color: #909090;
  font-size: 26px;
}
.wrapper-bread-page span a{
  display: inline-block;
  font-size: 26px;
  color: #363636;
   margin: 0px 10px;
   transition: all 0.3s ease;
  }
.wrapper-bread-page span a:hover{
  color: #D7BB84;
}

.page-main{
  width: 83vw;
  overflow: hidden;
  background-color: transparent;
  -webkit-box-shadow: 3px 3px 10px #ccc;
  -moz-box-shadow: 3px 3px 10px #ccc;
  box-shadow: 3px 3px 10px #ccc;
  transition: all 0.3s ease 0s;
   margin: 30px auto;
   padding-bottom: 60px;
   position: relative;
   backdrop-filter: blur(3px);
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   border-radius: 20px;

  }
.page-main:hover{
}
.page-main-img{
   width: 100%;
   overflow: hidden;
   margin: auto 4%;
   height: auto;
  }
.page-main-img img{
  display: block;
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 10px #9A9B9C;
  -moz-box-shadow: 0px 3px 10px #9A9B9C;
  box-shadow: 0px 3px 10px #9A9B9C;
}
.page-main-img a{
  display: inline-block;
  border-radius: 5px;
   margin:20px 0px;
  }

.page-main-text{width: 100%;height: auto;overflow: hidden;padding:0px 20px;}
.page-main-text h4{
  color:#363636;
  line-height: 50px;
  font-size: 3rem;
  font-family: Oxygen;
  text-transform: uppercase;
  display: grid;
  place-items: center;
  height:100%;
}
.page-main-text p{
  font-family: Oxygen;
  color:#363636;
  line-height: 30px;
  font-size: 20px;
  font-weight: normal;
  display: grid;
  place-items: center;
  height: 100%;
}
.page-main-text h4 a{color: #363636;text-decoration: underline;}
.page-main-text p a{color: #363636;text-decoration: underline;}
.page-main-categories{
  width: 100%;
  display: grid;
  grid-auto-flow: row;
  row-gap: 40px;
}
.page-main-categories a{
  font-size: 23px;
  line-height: 16px;
  padding: 10px 0px;
  background-color: #363636;
  border-radius: 5px;
  color: #fff;
  margin: 0px 15%;
  transition: all 0.3s ease 0s;
  display: grid;
  place-content: center;
}
.page-main-categories a:hover{background-color: #D7BB84;}


/* questions and answers section */
.question-section{
  margin: 40px auto;
  width: 90%;
  min-height: 70vh;
  border-radius: 38px 38px 38px 38px;
  -moz-border-radius: 38px 38px 38px 38px;
  -webkit-border-radius: 38px 38px 38px 38px;
  border: 0px solid #000000;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 15% 85%;
  backdrop-filter: blur(5px);
  font-family: "Poppins";
}
.blog{
  min-height: 100vh;
}
  .faqHeader{
  display: grid;
  font-size: 2.2em;
  font-weight: 900;
  font-family: "Poppins";
  border-bottom: 2px solid #a3a1a1;
  align-content: center;
  padding: 20px 0px 0px 30px;
  color: #000;
}
.faqscontainer{
  margin: 10px;
  border-radius: 38px 38px 38px 38px;
  overflow: auto;
  display: flex;
  column-gap: 30px;
  padding: 10px 50px ;
}

.faqscontainer::-webkit-scrollbar{
 height: 5px;
}
.faqscontainer::-webkit-scrollbar-thumb{
  background: grey;
  border-radius: 10px;
}

.faqscontainer::-webkit-scrollbar-track{
  margin: 0px 50px;
}

.faqscontainer::-webkit-scrollbar-thumb:hover{
  background-color: #363636;
}

.faqCard{
 min-width: 50vw;
 background-color: white;
 display: grid;
 grid-template-rows: min-content(55%);
 border-radius: 38px 38px 38px 38px;
 box-shadow: 0px 0px 1px 0px rgba(30, 30, 30, 0.75);
 -webkit-box-shadow: 0px 0px 1px 0px rgba(30, 30, 30, 0.75);
 -moz-box-shadow: 0px 0px 1px 0px rgba(30, 30, 30, 0.75);
}

.faqtop{
  display: grid;
  align-self: center;
  padding: 30px 50px;
  font-size: 2.2rem;
  border-bottom: 2px solid #a3a1a1;
  text-transform: uppercase;
}

.faqanswer{
  padding: 0px 30px;
  font-style: oblique;
}

.long-answer{
  padding: 30px 30px;
  overflow: auto;
  height: 90%;
}

.long-answer p{
  margin: 10px 0px;
}

/* Questions and answers section END*/

/*footNav*/
.footNav-max{width: 100%;min-height:320px;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #fafafa , #1B1A1A);

}
.footNav{
  width:96%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  margin: auto;
}
.footNav-list{
  width:100%;
  min-height: 320px;
  overflow: hidden;
  background-color: #1B1A1A;
  text-align: Center;
  border-right: 0.1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px 20px 0 0px;
}
.footNav-list-h3{
  color: #fafafa;
  font-size: 18px;
  height: 37px;
  margin-bottom: 10px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-family: Oxygen;
  text-transform: uppercase;

}

.footNav-list ul{
  padding-left: 0px;
}
.footNav-list ul li{width: 100%;line-height: 20px; margin:5px 0px;}
.footNav-list ul li a{
  font-size: 13px;
  color: #fafafa;
  transition: all 0.2s linear;
}
.footNav-list ul li a:hover{
  color: #D7BB84;
  letter-spacing: 1.3px;
  text-transform: uppercase;

}


.footer{width: 100%;min-height: 300px;background-color: #1B1A1A;overflow: hidden;}
.footer-logo{
  width: 100%;
  height: auto;
  text-align: center;
  font-family: Righteous;
  font-size: 3rem;
  }
.footer-logo a{
  display: grid;
  grid-auto-flow: column;
  margin: 24px auto 10px;
  color: #fafafa;
  text-transform: uppercase;
  column-gap: 5px;
}
.footer-logo a img{
  justify-self: end;
  height: 3.5rem;
  width: 3.5rem;
}
.footer-logo a span{
  justify-self: start;
  transition: all 0.3s ease ;

}
.footer-logo span:hover{
  color: #D7BB84;
  transform: translateY(-4px);

}
.footer_nav_list{width: 100%;height: auto;margin: auto;text-align: center;}
.footer_nav_list ul{display: inline-block;}
.footer_nav_list ul li{float: left;height: 60px;}
.footer_nav_list ul li a{font-size: 16px;color: #fafafa;line-height: 60px;display: inline-block;padding: 0px 20px;transition: all 0.3s ease 0s;}
.footer_nav_list ul li a:hover{
  color: #D7BB84;
  transform: translateY(-3px);
}

.footer_copyright{width: 100%;height: auto;text-align: center; margin-top: 30px;}
.footer_copyright p{margin: auto;display: inline-block;color: #c3c3c3;}



/*邮件页面*/
.page-team-box{width:70%;margin: auto;}
.page-team-box .page-team-list{width: 100%;height:200px;position: relative;padding-left:220px;margin: 20px auto;}
.page-team-box .page-team-list .tx{width:200px;height:200px;float: left;position: absolute;top: 0;left: 0;}
.page-team-box .page-team-list .page-team-email{position: relative;float: left;}
.page-team-box .page-team-list .page-team-email .bj{height: 200px;}
.page-team-box .page-team-list .page-team-email .pop-text{position: absolute;top:10px;left: 10px;right: 10px;height: 100%;}
.page-team-box .page-team-list .page-team-email .pop-text h3{padding: 10px;text-align: center;line-height:34px;font-size: 30px;color: #fd5f56;}
.page-team-box .page-team-list .page-team-email .pop-text .text-email{position: absolute;bottom:40px;left: 10px;right: 10px;}
.page-team-box .page-team-list .page-team-email .pop-text .text-email span.mailbox{width: 330px;height:62px;background-image: url(../images/img/mailbox.png);background-position: center;background-repeat: no-repeat;background-size: 100%;display: inline-block;line-height: 62px;padding: 0px 10px;color: #d0d0d0;font-size: 20px;float: left;}
.page-team-box .page-team-list .page-team-email .pop-text .text-email span.email-btn{width:157px;height: 62px;background-image: url(../images/img/email-btn.png);background-position: center;background-repeat: no-repeat;background-size: 100%;display: inline-block;line-height: 62px;text-align:center;color: #fff;font-size: 30px;float: right;}
.page-team-box .page-team-list .page-team-email .pop-text .text-email span.email-btn:hover{background-image: url(../images/img/email-btn-h.png);}








