
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family:'PingFang SC','Source Han Sans CN', 'Noto Sans CJK SC', sans-serif,'source-han-sans'
 Helvetica Neue, Helvetica, Arial, sans-serif;
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: var(--default-color);
  background-color: var(--background-color);
 
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 48px;float: left;
}

.header .logo img {
  /*max-height: 36px;
  margin-right: 8px;*/margin-top: -4px;width: 190px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

@media (max-width: 480px) {
  .header .logo img {
    max-height: 24px;
  }

  .header .logo h1 {
    font-size: 24px;
  }
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
 
  font-size: 14px;
  padding: 0 25px;
  margin: 0 0 0 30px;right: 0;
  
  transition: 0.3s;float: right;width: 300px;line-height: 38px;
}
button.search-btn {
    float: left;
   margin: 0;padding: 0;border: 0;
   
}
button.search-btn img{height: 48px;}
.input-search{float: left;width: 202px;}
.search-popup{background: #161617;border: 0;width: 243px;line-height: 48px;color: #fff;padding:0 10px;}


@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0;
    padding: 6px 15px;
  }

  .header .navmenu {
    order: 3;
  }
}

.scrolled .header {
  box-shadow: 0px 0 18px color-mix(in srgb, var(--default-color), transparent 85%);
}

/* Index Page Header
------------------------------*/
.index-page .header {
  background-color:#161617;
}

/* Index Page Header on Scroll
------------------------------*/
.index-page.scrolled .header {
  --background-color: #ffffff;
}
/*招聘*/
.job{padding: 5%;}
.job-titi{font-weight: bolder;margin-bottom:3%;}
.cations{margin-bottom: 3%;line-height: 36px;}
.position {text-align: center;}
.position tr th{background: #f4f5f7;font-size: 18px;line-height:72px ;}
.position tr td{line-height:72px ;}
.position tr td h2{font-size: 18px;line-height:72px ;text-align: left;font-weight: bolder;padding: 0 7%;}
.position tr td p{text-align: left;padding: 0 7%;line-height: 36px;}
.unfol{position: relative;}
.unfold{position: absolute;right:2%;top: 27%;}
.unfold {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.unfold.rotated {
    transform: rotate(180deg);
}
/*招聘*/
/*联系我们*/
.us{text-align: center;margin: 5% 0;}
.us img{max-width: 100%;width: auto;}
.us-form{width: 100%;padding: 5%;}
.ditu img{width: 100%;}
 .form-group {
         
            align-items: center;width: 100%;
        }
         .form-group ul{overflow: hidden;}
 .form-group li{float: left; list-style: none;width: 33%;padding: 0 2%;}      
        .form-group label {
            margin-right: 10px;
        }
        .form-group input {
           width: 98%;padding: 5px;border:none;border-bottom: 1px solid #000000;
        }
        .form-nr{padding: 0 2%;}
        .form-nr textarea  {
           width: 98%;padding: 5px;border:none;border-bottom: 1px solid #000000;
        }
        .sub{margin: 0 2%;background: #999ca0;color: #fff;border: none;padding:5px 20px;border-radius: 5px;}
/*联系我们*/


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;float: right;width: 82%;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
   /* display: flex;*/
    list-style: none;
    align-items: center;/*position: relative;*/
  }

  .navmenu li {
    float: left;z-index:999;position:static;
  }
.dropdown{display: block;}
  .navmenu a,
  .navmenu a:focus {
    color: #fff;
    padding: 0 25px;display: block;
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
    
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }



  .navmenu .dropdown ul {
    margin: 0 auto;
    padding: 10px 0;text-align: center;
    background: #161617;
    display: block;
    position: absolute;
    visibility: hidden;
    left:0;
    top: 48px;
    opacity: 0;
    transition: 0.3s;
   width: 100%;
    z-index: 0;
   
  }

  .navmenu .dropdown ul li {
    min-width: 200px;float: left;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: #fff;
  }
.navmenu .dropdown ul a img{display: block;text-align: center;margin: 0 auto;}
  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: #fff;
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 48px;display: flex;
    visibility: visible;width: 100%;text-align: center;margin: 0 auto;
  }



  .navmenu .megamenu ul {
    margin: 0;
    padding: 10px;
    background: var(--nav-dropdown-background-color);
    box-shadow: 0px 0px 20px color-mix(in srgb, var(--default-color), transparent 90%);
    position: absolute;
    top: 130%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    display: flex;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
  }

  .navmenu .megamenu ul li {
    flex: 1;
  }

  .navmenu .megamenu ul li a,
  .navmenu .megamenu ul li:hover>a {
    padding: 10px 20px;
    font-size: 15px;
    color: var(--nav-dropdown-color);
  }

  .navmenu .megamenu ul li a:hover,
  .navmenu .megamenu ul li .active,
  .navmenu .megamenu ul li .active:hover {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .megamenu:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;right: 10px;top:5px;position: absolute;font-size: 58px;
        line-height: 7px;font-weight: normal;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  
  }

  .navmenu a,
  .navmenu a:focus {
   
    padding: 10px 20px;
   
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
.navmenu a img{display: none;}
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    
    transform: rotate(90deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    transition: all 0.5s ease-in-out;
    box-shadow: none;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    
   
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
  .header .btn-getstarted{width: 100%;background: #1b1b1b;}
  .input-search{padding:0 20px;width: 83%;}
  button.search-btn{background: #1b1b1b;display: block;}
   button.search-btn img{height: 48px;}
  
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
 
  color:#a4a6a8;
  background-color: #151517;
  font-size: 14px;
  padding-bottom: 50px;
  position: relative;
}

/*.footer .footer-top {
  padding-top: 50px;
}
*/
.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.gy-4{border-bottom: 1px solid #fff;border-top: 1px solid #fff;}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links,.footer-newsletter {
  margin-bottom: 30px;margin-top: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  padding: 6px 8px;
  position: relative;
  border-radius: 50px;
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 70%);
  display: flex;
  background-color: var(--contrast-color);
  transition: 0.3s;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px 10px;
  width: 100%;
  background-color: var(--contrsast-color);
  color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -9px -7px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 50px;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .footer-newsletter .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-top: 10px;
  font-weight: 600;
  border-radius: 4px;
}

.footer .footer-newsletter .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-top: 10px;
  font-weight: 600;
  border-radius: 4px;
}

.footer .footer-newsletter .loading {
  display: none;
  background: var(--background-color);
  text-align: center;
  padding: 15px;
  margin-top: 10px;
}

.footer .footer-newsletter .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--background-color);
  animation: subscription-loading 1s linear infinite;
}

@keyframes subscription-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  --background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 25px 0;
  position: relative;
}

.page-title h1 {
  font-size: 24px;
  font-weight: 700;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
 
  scroll-margin-top: 100px;
  overflow: clip;
}



/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.main{overflow: hidden;max-width: 2650px;
    margin: 0 auto;}
.hero {
 width: 100%;
  height: 900px;
  
 
  position: relative;margin-top: 10px;
 
 
  align-items: center;
  overflow: hidden;color: #000;
}

@media screen and (min-width: 1921px) and (max-width: 4080px){
    .hero {
   
    height: 1250px;}
}
.fw-bg{margin-top: 48px;}
.fw-bg img{width: 100%;}
.cont-top{margin-top: 14vh;}
.hero .hero-bg img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero .hero-bg::before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 15%);
  position: absolute;
  inset: 0;
  z-index: 2;
}
.hero .water{padding: 4% 0 0 9%;}
.hero .water,.hero .container {
  position: relative;
  z-index: 3;
}
.hero .btn-get-started {
background: #1e1e1e;color: #fff;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0 8px 28px color-mix(in srgb, var(--accent-color), transparent 80%);
}
.hero h1 {
  margin: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}
.glightbox{border:  solid 2px #1e1e1e;border-radius: 50px;    padding: 10px 28px;margin-left: 20px;}

.cont-top h3{font-size: 42px;margin-bottom: 1%;}
.cont-top h1{font-size: 80px;}

.font-w .glightbox{border: solid 2px #fff;/*margin: 0;*/}
.hero p {
 
  margin: 5px 0 0px 0;
  font-size: 20px;
  font-weight: 400;line-height: 32px;
}
.shuang{color: #fff;}
.blc{color: #000;}
.shuang h1{font-size: 40px;}
.shuang p{font-size: 28px;}
.shuang .btn-get-started{background: #fff;color: #1e1e1e;}
.shuang .glightbox{border:  solid 2px #fff;}
.blc .btn-get-started{background: #000;color: #fff;}
.blc .glightbox{border:  solid 2px #000;}
.cont-t{margin-top: 14vh;}
.cont-t p{  font-size: 28px;}
.shuimu h3{font-size: 56px;}
.shuimu h1{font-size:50px;}
.shuimu p{font-size: 28px;}
.cont-p{margin-top:4%;}
.gushi2{margin: 0;height: 575px;}
.di{margin: 0;height: 812px;}
.cont-t{width: 100%;}
@media (min-width: 768px) {
  .hero .hero-img {
    max-width: 600px;
  }
     
}


/*品牌故事*/
.font-w{
	color: #fff;
}
.font-w span{font-size: 32px;}
.gushi{width: 100%;
    height: 1060px;
    position: relative;
    margin: 0;
    align-items: center;
    overflow: hidden;
    color: #000;}
 .shui{width: 100%;
    height: 1170px;margin: 0;} 
  
/*品牌故事*/



.hero .btn-watch-video:hover {
  color: var(--accent-color);
}

.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}


@media screen and (max-width: 1199px){
	
	.hero {
	height: 344px;
	}
	
	.position tr th{font-size: 12px;line-height:36px ;}
	.unfold {width:15px ;top:12px;}
	.cations td{font-size: 12px;line-height: 24px;}
	.position tr td{font-size: 12px;line-height: 24px;}
	.position tr td h2{font-size: 12px;line-height: 32px;margin: 0;}
	.position tr td p{line-height: 24px;}
	 .cont-top {
    margin-top: 15%;line-height: 12px;
}
.cont-top  a{margin-top: 20px;margin-left: 0;}
 .cont-top .sn{display: none;}
.hero .water {
    padding: 4% 0 0 3%;
}
.cont-top h3 {
    font-size: 20px;}

  section,
  .section {
    scroll-margin-top: 66px;
  } 
  .img-auto{width: 100%;}

}
@media screen and (min-width: 1200px) and (max-width: 1700px){
	.hero{height: 720px;}
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/

.pad-left-20{padding-left: 60px;padding-top:60px;}
.pad-top-80{margin-top:54vh;}
.services .service-item {
  background-color: var(--contrast-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  height: 100%;
  padding: 30px;
  transition: 0.3s;
  border-radius: 10px;
  display: flex;
}

.services .service-item .icon {
  font-size: 32px;
  border-radius: 10px;
  position: relative;
  margin-right: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}

.services .service-item h3 {
  color: color-mix(in srgb, var(--heading-color), transparent 25%);
  font-weight: 700;
  font-size: 22px;
  transition: 0.3s;
}

.services .service-item p {
  margin-bottom: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: 0.3s;
}

.services .service-item .read-more {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  transition: 0.3s;
  font-size: 14px;
}

.services .service-item .read-more i {
  margin-left: 10px;
}

.services .service-item.item-cyan .icon {
  color: #0dcaf0;
  border: 1px solid #0dcaf0;
  background: rgba(13, 202, 240, 0.1);
}

.services .service-item.item-orange .icon {
  color: #fd7e14;
  border: 1px solid #fd7e14;
  background: rgba(253, 126, 20, 0.1);
}

.services .service-item.item-teal .icon {
  color: #20c997;
  border: 1px solid #20c997;
  background: rgba(32, 201, 151, 0.1);
}

.services .service-item.item-red .icon {
  color: #df1529;
  border: 1px solid #df1529;
  background: rgba(223, 21, 4, 0.1);
}

.services .service-item.item-indigo .icon {
  color: #6610f2;
  border: 1px solid #6610f2;
  background: rgba(102, 16, 242, 0.1);
}

.services .service-item.item-pink .icon {
  color: #f3268c;
  border: 1px solid #f3268c;
  background: rgba(243, 38, 140, 0.1);
}

.services .service-item:hover {
  box-shadow: 0px 2px 25px color-mix(in srgb, var(--default-color), transparent 90%);
}

.services .service-item:hover h3 {
  color: var(--heading-color);
}

.services .service-item:hover p {
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}


/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .service-box {
  padding: 20px;
  box-shadow: 0px 2px 20px color-mix(in srgb, var(--default-color), transparent 88%);
}

.service-details .service-box+.service-box {
  margin-top: 30px;
}

.service-details .service-box h4 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid color-mix(in srgb, var(--default-color), transparent 92%);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.service-details .services-list a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  display: flex;
  align-items: center;
  padding: 12px 15px;
  margin-top: 15px;
  transition: 0.3s;
}

.service-details .services-list a:first-child {
  margin-top: 0;
}

.service-details .services-list a i {
  font-size: 16px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .services-list a.active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.service-details .services-list a.active i {
  color: var(--contrast-color);
}

.service-details .services-list a:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  color: var(--accent-color);
}

.service-details .download-catalog a {
  color: var(--default-color);
  display: flex;
  align-items: center;
  padding: 10px 0;
  transition: 0.3s;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.service-details .download-catalog a:first-child {
  border-top: 0;
  padding-top: 0;
}

.service-details .download-catalog a:last-child {
  padding-bottom: 0;
}

.service-details .download-catalog a i {
  font-size: 24px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .download-catalog a:hover {
  color: var(--accent-color);
}

.service-details .help-box {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  margin-top: 30px;
  padding: 30px 15px;
}

.service-details .help-box .help-icon {
  font-size: 48px;
}

.service-details .help-box h4,
.service-details .help-box a {
  color: var(--contrast-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
.starter-section {
  /* Add your styles here */
}
.footer .row {

	display: flex;
	flex-wrap: wrap;margin: 0;
	

	
}
.gs{height: auto;}
.gs img{width: 100%;height: auto;}
/*.footer-newsletter{width: 13%;}*/
.footer-newsletter{width: 18%;}
/*.footer-newsletter p{width:14%;float: left ;margin-right: 6%;position: relative;}*/
.footer-newsletter p{width:10%;float: left ;margin-right: 6%;position: relative;}
.footer-newsletter p .icon{width: 90%;}
.footer-newsletter p:last-child{width: 10%;}
.footer-newsletter p:last-child .icon{width: 100%;}
.fopen{display: none;}

.footer-newsletter p:hover .fopen{display: block;z-index: 999;position: absolute;width: 120px;left: -180%;font-weight: normal;top:25px}
.footer-newsletter p b{background: #fff;border-radius:5px ;border: solid 1px #A1A1A1;font-size: 12px;}
.footer-newsletter p b img{width: 9%;margin: 0 3px;}
.dropdown .justify-content-center img{/*width: 42px;*/height:60px}
.hero-bg{width: 100%;}
@media (max-width: 640px) {
	
  .hero h1 {
    font-size: 20px;
    line-height: 36px;
  }

  .hero p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 12px;padding: 5px 15px;margin-right: 15px;
  }
  .footer-newsletter{width: 66%;}
  .footer-newsletter p:hover .fopen{left: 0;}
  .glightbox,.btn-get-started{padding: 5px 15px;font-size: 12px;line-height: 16px;margin-top: 10px;}
  .pad-left-20{padding: 5% 0 0 5%;line-height: 16px;}
  .cont-t{margin-top: 10%;}
   .shuimu{line-height:2px;}
  .shuimu h3 {
    font-size: 16px;
}
.gushi{height: 630px;} 
  
  .gushi h3 img{width: 60%;margin: 15% auto;display: block;}
  .gushi p{margin-bottom: 0;padding: 0;line-height: 24px;}
  .gushi2{height:157px;margin-top: 0;} 
  .gushi2 .hero-bg img {
    position: absolute;
    /*inset: 0;*/
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;}
    .shui{height: 570px;}
.shui p{margin-bottom: 0;padding: 0;line-height: 24px;}
.di{height: 359px;margin: 0;} 
}

@media screen and (min-width: 640px)and  (max-width: 992px){
	.cont-top {
        margin-top: 5%;
        line-height: 12px;
    }
    .cont-top{
        max-width: 720px;margin: 5% auto;
    }
    .cont-top h1,.cont-t h1{font-size: 40px;}
    .hero p{font-size:16px;}
    .cont-t{margin: 5% auto;}
    .shuang h1{font-size: 25px;}
    .pad-left-20{padding-top:20px;padding-left: 20px;}
	
}

