@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;
  text-align: center;
}

html, body{
  height: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=);
}

/*Nav导航*/
.home_nav_max{
  width: 100%;
  background-color: #fafafa;height:auto;overflow: hidden;
  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=);
}
.home_nav{
  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=);
  width:100%;height:auto;margin: auto;background-color: #222;

}
.home_nav .nav_logo{width:100%;margin: 13px auto 0px;text-align: center;}
.home_nav .nav_logo img{display: none;}
.home_nav .nav_logo span{
  color: #363636;
  font-size: 1.5em;
  font-family: Righteous;
}
.home_nav .nav_list{width:100%;margin:auto;text-align: center;}
.home_nav .nav_list ul li{display:inline-block;height: 60px;}
.home_nav .nav_list ul li a{font-size: 14px;color: #363636;line-height: 50px;display: inline-block;padding: 0px 5px;transition: all 0.3s ease 0s;}

/*banner*/
.home-banner{
  width: 100%;
  height:200px;
  background-color: #000;
   background-image: url(https://media.istockphoto.com/id/102713875/photo/trevi-fountain-by-night.jpg?s=612x612&w=0&k=20&c=QAinQfmLeBW1gsq1Qym_UHkvWOXyP5y9LOe4JfBsC2E=);
   background-position: center top;
   background-repeat: no-repeat;
   background-size: cover;
   overflow: hidden;
  }
.home-banner-h1{
  width: 100%;
  text-align: center;
  margin:20px auto 20px;
  color: #fafafa;
  font-size: 1.5em;
  font-weight: bold;
  font-family: Righteous;
}
.home-banner-text{
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}


/*社交icon*/
.socially-icon{width: 100%;text-align: center;margin: auto;}
.socially-icon span{display: inline-block;margin: 0px 2px;}
.socially-icon span svg{
  width: 35px;
  height: 35px;
  display: inline-block;
  transition: all 0.3s ease 0s;
  fill: #fafafa;
  stroke: #fafafa;
  stop-color: #fafafa;
}
.socially-icon span a svg:hover{
  transition: all 0.3s ease 0s;
  fill: #D7BB84;
  stroke: #D7BB84;
  stop-color: #D7BB84;
}
.socially-icon span.icon-tumblr,
.socially-icon span.icon-youtube,
.socially-icon span.icon-linkedin,
.socially-icon span.icon-sculpture,
.socially-icon span.icon-flickr,
.socially-icon span.icon-scoopit,
.socially-icon span.icon-hoozz,
.socially-icon span.icon-faq,
.socially-icon span.icon-blogger,
.socially-icon span.icon-group
{display: none;}


/*headNav*/
.pop-headNav{
  height:40px;
  width:100%; 
  display:block; 
  position:relative; 
  margin: 10px;
  padding-left: 50px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
  text-align: start;
}
.pop-headNav:before{content:''; height:8px; width:40px; background:#fff; border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px; display:block; position:absolute; top:4px; left:0; box-shadow:0 12px 0 #fff, 0 24px 0 #fff;-webkit-box-shadow:0 12px 0 #fff, 0 24px 0 #fff;-moz-box-shadow:0 12px 0 #fff, 0 24px 0 #fff; }

.headNav-max{
  width: 100%;
  height:auto;
  background-color: #1b1a1a;
  overflow: hidden;
}
.headNav{
  width: 100%;
  height:auto;
  margin: auto;
  background-color: #1b1a1a; 
  display: none;
  text-align: center;
}
.headNav-list{height:auto;padding: 10px;overflow: hidden;display: inline-block;min-width: 48%;}
.head-nav-hr{background-image: none;}
.headNav-list-h3{color: #fff;font-size: 20px;font-weight: bold;height: 37px;margin-bottom: 10px;}

.headNav-list ul{padding-left: 10px;}
.headNav-list ul li{line-height: 30px; margin:5px 0px;}
.headNav-list ul li a{font-size: 16px;color: #fff;}
.headNav-list ul li a:hover{color: #D7BB84;}


/*浮窗内容模块*/
.wrapper{width: 100%;margin:auto;height: auto;overflow: hidden;padding: 20px 0px;}
.wrapper-h2{
  width: 80%;
  text-align: center;
  height: auto;
  margin: auto;
}
.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{width: 100%;height: auto;margin:auto;}


.main-layout{
  width: 90%;
  height: auto;
  border: 1px solid #e1e1e1;
  background-color:#f8f8f8;
  -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:3% auto;
  padding-bottom: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto;
  border-radius: 20px;
  }
.main-layout-img{
  display: grid;
  grid-area: 1/1/2/-1;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  max-height: 700px;
}
.main-layout-img img{width: 100%;display: block;cursor: pointer;}
.main-layout-img-categories{width: 100%;height: auto;padding: 5px 5px 20px 5px;background-color: rgba(000,000,000,0.5);position: absolute;top:-46px;left: 0;}
.main-layout-img-categories a{color: #fff;display: inline-block;margin: 0px 5px;font-size: 12px;;}
.main-layout-img-mail{
  width:100%;
  height: 100%;
  margin-bottom: 2%;
}
.main-layout-img-mail a{
  width:100%;
  height: 100%;
  background-color:#f8f8f8;
  display: inline-block;
  background-image: url(../images/icon/mali.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 26px 20px;
   transition: all 0.3s ease 0s;
  color: #1a1b1b;
  text-transform: uppercase;
  align-items: end;
  justify-items: center;
  display: grid;
  text-decoration: underline;
  min-height: 70px;
}
.main-layout-text{
  width: 100%;
  min-height: 200px;
  padding: 20px 5px;
  display:grid;
  grid-area:2/1/3/-1;
  grid-template-rows: 15% 55% 30%;
  grid-template-rows: 1fr;
  row-gap: 10px;
  margin-bottom: 10px;
}
.main-layout-text h4{
  font-size: 1.5em;
  font-weight: normal;
   margin: 5px auto 10px;
  display: grid;
  grid-area:1/1/2/-1;  
  text-transform: uppercase;
}
.main-layout-text h4 a{line-height:24px;color: #1a1b1b;}
.main-layout-text p{
  font-size: 1em;
  display: -webkit-box;
  height: auto;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal!important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: grid;
  grid-area: 2/1/3/-1;
  align-content: center;
  padding: 20px 0px;
}
.main-layout-text p a{line-height:18px;color: #737373;}
.main-layout-text p a:hover{color: #D7BB84;}
.main-layout-categories{
  display: grid;
  grid-area: 3/1/4/-1;
  row-gap: 10px;
  min-height: 80px;
}
.main-layout-categories a{
  display: grid;
  font-size: 1.1em;
  line-height: 16px;
  padding: 0px 8px;
  background-color: #1a1b1b;
  border-radius: 15px;
  color: #fff;
  width: 60%;
   transition: all 0.3s ease 0s;
   justify-self: center;
   align-content: center;
   margin-top: 3%;
   min-height: 30px
  }
.main-layout-categories a:hover{background-color: #2b3f50;}

/* Blog section */
main{
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  grid-auto-flow: row;
  max-width: 90vw;
  box-sizing: border-box;
}
section.title{
  padding: 20px;
  border: 2px solid #1b1a1a;
  max-width: 90vw;
  margin: auto;
}

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

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

section.body div.board{
  border: 1px solid black;
  display: grid;
  padding: 10px 0px;
  margin: 50px 0px; 
  width: 90vw;
}
section.body div.board:nth-child(odd){
  border: 0px solid #1b1a1a;
}
section.body div.board:nth-child(even){
  border: 0px solid #1b1a1a;
}

section.body div.board a{
  width:max-content;
  height: max-content;
  text-align: center;
  color: #1b1a1a;
  font-weight: 200;
}

section.body div.board a img{
  width: 90vw;
  }

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

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 section end */

.blog-list li::before{
  content: "- ";
}
/*page banner*/
.page-banner{
  width: 100%;
  height:200px;
  background-color: #f8f8f8; 
  background-image: url(https://images.unsplash.com/photo-1582256990101-e3417f5168d9?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80);
  background-position: center ;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  display: grid;
  align-content: center; 
}
.page-banner-h1{
  width: 100%;
  text-align: center;
  margin:20px auto 20px;
}
.page-banner-h1 img{width:auto;display: block;margin: auto;width: 70%;}
.page-banner-text{width: 100%;text-align: center; margin-bottom: 20px;font-size: 14px;color: #fff;}
.page-banner .left-banner{
display: none;
}
.page-banner .right-banner{

}
.wrapper-h2-page{width: 100%;text-align: center;height: auto;padding: 0px 10px 30px 0px;}
.wrapper-h2-page h2{font-size: 26px;color: #909090;border-bottom: 2px solid #bababa;text-align: center;line-height: 24px;display: inline-block;padding: 10px 10px;}

/*page*/
.wrapper-bread-page{width: 100%;height: 36px;text-align: center;}
.wrapper-bread-page span{border-bottom: 2px solid #1a1b1b;line-height: 36px;height: 36px;display: inline-block;color: #1a1b1b;font-size: 20px;}
.wrapper-bread-page span a{display: inline-block;font-size: 20px;color: #1a1b1b; margin: 0px auto;transition: all 0.3s ease 0s;}

.page-main{
  width: 100%;
  overflow: hidden;
  background-color: #f8f8f8;
  -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: 10px;
  display: flex;
  flex-direction: column;
  }
.page-main:hover{background-color: #fffae8;}
.page-main-img{width: 100%;
  overflow: hidden;
  margin: auto;
  height: auto;
  text-align: center;
  
}
.page-main-img img{
  display: block;
  width: 100%;
  border-radius: 15px;
  -webkit-box-shadow: 3px 3px 10px #ccc;
  -moz-box-shadow: 3px 3px 10px #ccc;
  box-shadow: 3px 3px 10px #ccc;
}
.page-main-img a{
  width:60%;
  display: inline-block;
  border: 1px solid #fafafa;
  transition: all 0.3s ease 0s;
  border-radius: 15px;
   margin:20px 0px;}

.page-main-text{
  width: 100%;
  height: auto;
  overflow: hidden;
  padding:0px 20px;
}
.page-main-text h4{
  color:#222; 
  line-height: 30px;
  font-size: 1.5em;
  font-weight: normal; 
  margin-top: 2%;
  text-transform: uppercase;
}
.page-main-text p{color:#737373; line-height: 24px;font-size: 14px;font-weight: normal;}
.page-main-text h1 a{color: #e42531;text-decoration: underline;}
.page-main-text p a{color: #e42531;text-decoration: underline;}

.page-main-categories a{
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 8px;
  background-color: #1a1b1b;
  border-radius: 5px;
  color: #fff;
  margin: 5px 30vw;
  transition: all 0.3s ease 0s;
}
.page-main-categories{
  font-size: 1.5em;
  font-weight: normal;
  display: flex;
  flex-direction: column;
}

/* 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";
}

.faqHeader{
  display: grid;
  font-size: 1.8em;
  font-weight: 900;
  font-family: "Poppins";
  border-bottom: 2px solid #a3a1a1;
  align-content: center;
  padding: 20px 0px 20px 30px;
  color: #000;
}
.faqscontainer{
  margin: 10px;
  border-radius: 38px 38px 38px 38px;
  overflow: auto;
  display: flex;
  column-gap: 30px;
  padding: 10px 20px ;
}

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

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

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

.faqCard{
min-width: 80vw;
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;
  text-align: center;
  padding: 30px 5px;
  font-size: 1.8rem;
  border-bottom: 2px solid #a3a1a1;
  text-transform: uppercase;
}

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

.faqscontainer::-webkit-scrollbar:vertical{
  width: 4px;
  height: 7px;
}


/* Questions and answers section END*/


/*footNav*/
.footNav-max{
  width: 100%;
  height:auto;
  background-color: #1a1b1b;
  overflow: hidden;
}
.footNav{
  width:96%;
  height:auto;
  margin: auto;
  background-color: #1a1b1b;
  overflow: hidden;
}
.footNav-list{
  height:auto;
  padding: 10px;
  overflow: hidden;
  display: inline-block;
  min-width: 48%;
  align-self: start;
}
.foot-nav-hr{background-image: none;}
.footNav-list-h3{
  color: #fafafa;
  text-transform: uppercase;
  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: 5;
  -webkit-box-orient: vertical;
}


.footNav-list ul{padding-left: 10px;}
.footNav-list ul li{width: 100%;line-height: 24px; margin:5px 0px;}
.footNav-list ul li a{font-size: 16px;color: #fff;}
.footNav-list ul li a:hover{ text-decoration: underline; color: #D7BB84;}


.footer{width: 100%;min-height: 300px;background-color: #000;overflow: hidden;}
.footer-logo{width: 100%; height: auto;text-align: center;}
.footer-logo a{
  display: inline-block;
  margin: 24px auto 10px;
  color: #fafafa;
  font-size: 1.5em;
  font-family: Righteous;
}
.footer-logo a img{
  display: none;
}
.footer_nav_list{width: 100%;height: auto;margin: auto;text-align: center;}
.footer_nav_list ul{display: inline-block;}
.footer_nav_list ul li{display:inline-block;height: 60px;}
.footer_nav_list ul li a{font-size: 14px;color: #fff;line-height: 50px;display: inline-block;padding: 0px 5px;transition: all 0.3s ease 0s;}
.footer_nav_list ul li a:hover{background-color: #fff;color: #e42531;}

.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:100%;}
.page-team-box .page-team-list{height:auto;position: relative;padding-left:28%;margin: 10px 5px;}
.page-team-box .page-team-list .tx{width:auto;height:100%;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{width:100%;}
.page-team-box .page-team-list .page-team-email .pop-text{position: absolute;top:10px;left:5px;right:5px;height: 100%;}
.page-team-box .page-team-list .page-team-email .pop-text h3{text-align: center;line-height:20px;font-size: 14px;color: #D7BB84;}
.page-team-box .page-team-list .page-team-email .pop-text .text-email{position: absolute;bottom:25%;left: 3%;right:3%;}
.page-team-box .page-team-list .page-team-email .pop-text .text-email span.mailbox{height:35px;background-image: url(../images/img/mailbox.png);background-position: center;background-repeat: no-repeat;background-size: 100%;display: inline-block;line-height:35px;padding: 0px 5px;color: #d0d0d0;font-size: 12px;float: left;}
.page-team-box .page-team-list .page-team-email .pop-text .text-email span.email-btn{height: 35px;background-image: url(../images/img/email-btn.png);background-position: center;background-repeat: no-repeat;background-size: 100% 90%;display: inline-block;line-height: 35px;text-align:center;color: #fff;font-size: 14px;float: right;padding: 0px 5px;}
.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);}
.email-none{display: none;}

.sales{
  background-color: #1a1b1b;
  color:#fafafa;
}