.container {
  max-width: 1440px !important;
}
.head_layer .logo-fixed{
  margin-left: -12px;
}
.index_web_head .container-fluid{
  position: absolute;
}
.headernav_box{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.headernav_box i{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #17ce95;
  display: inline-block;
  color:#Fff;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
}
.headernav_box{
  font-size:20px;
  font-weight: bold;
  color:#000
}
.fixed-nav .container-fluid{
  background-color: #fff;
  transition: all ease 0.3s;
}
.bannerSwiper .swiper-button-next{
  bottom: 0;
  top: auto;
  right: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #022c52;
  z-index: 9999;
}
.bannerSwiper .swiper-button-prev {
  bottom: 0;
  top: auto;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #022c52;
  z-index: 9999;
}

.bannerSwiper .swiper-button-next:after,
.bannerSwiper .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.bannerSwiper .swiper-button-next:hover,
.bannerSwiper .swiper-button-prev:hover {
  background-color: #ff5043;
}


.bannerSwiper .swiper-button-prev,
.bannerSwiper .swiper-rtl .swiper-button-next {
  left: auto;
  right: 85px;
  bottom:20px;
}

.bannerSwiper .swiper-button-next,
.bannerSwiper .swiper-rtl .swiper-button-prev {
  right: 15px;
  left: auto; 
  bottom:20px;
}
.bannerSwiper .swiper-pagination{
  text-align: left;
  bottom: 20px;
}
.bannerSwiper .swiper-pagination-bullet{
  background-color: #17ce95;
  border: none;
  width: 15px;
  height: 15px;
}
.bannerSwiper .swiper-pagination-bullet-active{
  background-color: #022c52;
}

/* indexproduct */
.indexproduct{
  padding: 80px 0;
}
.index_title{
  text-align: center;
}
.index_title h2 {
  font-size: 72px;
  font-family: Impact;
  margin-bottom: 10px;
  word-wrap: break-word;
  word-break: break-all;
}

.index_title p {
  font-size: 16px;
  word-wrap: break-word;
  word-break: break-all;
}
.productSwiper{
  padding: 20px 79px 80px 80px;
}
.indexproduct_box{
  border: 1px #ddd solid;
}
.indexproduct_box:hover{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.indexproduct_content {
  padding: 30px 30px 0 30px;
  text-align: center;
}

.indexproduct_content h3 {
  margin-bottom: 15px;
  font-size: 22px;
  color: #000;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: bold;
}

.indexproduct_content a {
  font-size: 22px;
  color: #000;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

.indexproduct_content p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.indexproductimg {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
}

.indexproductimg img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}


.indeproduct_more{
  text-align: center;
  margin-bottom: -25px;
}

.indeproduct_more a {
  position: relative;
  padding: 15px 60px;
  background-color: #17ce95;
  font-size: 20px;
  text-transform: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  margin-top: 40px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indeproduct_more span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #2ceaaf;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indeproduct_more a:hover span {
  width: 100%;
}

.indeproduct_more p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: none;
  z-index: 999;
  position: relative;
  word-wrap: break-word;
  word-break: break-all;
}
.productSwiper .swiper-button-prev{
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #fffe5c;
  z-index: 9999;
  transition: all ease 0.3s;

}
.productSwiper .swiper-button-next{
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #fffe5c;
  z-index: 9999;
  transition: all ease 0.3s;

}
.productSwiper .swiper-button-next:hover , .productSwiper .swiper-button-prev:hover{
  transform: scale(1.1);
  transition: all ease 0.3s;
}
.productSwiper .swiper-button-next::after, .productSwiper .swiper-button-prev::after {
  font-size:16px !important;
  color: #222;
}
.productSwiper .swiper-pagination-bullet-active{
  background-color: #17ce95;
}
/* about */
.indexabout{
  padding-bottom: 50px;
}
.indexabout_left{
  width: 90%;
  padding-top:50px;
}
.indexabout_title{
  margin-bottom:30px;
}
.indexabout_title span{
  font-size: 20px;
  font-weight: bold;
  color:#17ce95
}
.indexabout_title h1{
  font-size: 72px;
  text-transform: none;
  word-wrap: break-word;
  word-break: break-all;
  font-family: Impact;
  margin: 20px 0;
  
}
.indexabout_title p{
  font-size:16px;
  display: -webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}
.indexabout_adv h2{
  font-size:72px;
  font-family: Impact;
  word-wrap: break-word;
  word-break: break-all;
}
.indexabout_adv p{
  font-size:16px;
  font-weight: bold;
  color: #000;
  word-wrap: break-word;
  word-break: break-all;
}
.indexabout_img{
  position: relative;
}
.indexabout_tit{
  background-color: #17ce95;
  text-align: center;
  padding: 50px 30px;
  width: 80%;
  margin: auto;
  margin-top: -150px;
  position: relative;
}
.indexabout_tit h2{
  font-size:72px;
  color:#Fff;
  font-family: Impact;
  word-wrap: break-word;
  word-break: break-all;
}
.indexabout_tit p{
  font-size:18px;
  color: #fff;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
}
.indexabout_more{
  text-align: center;
}

.indexabout_more a {
  position: relative;
  padding: 15px 60px;
  background-color: #17ce95;
  font-size: 20px;
  text-transform: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  margin-top: 40px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexabout_more span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #2ceaaf;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexabout_more a:hover span {
  width: 100%;
}

.indexabout_more p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: none;
  z-index: 999;
  position: relative;
  word-wrap: break-word;
  word-break: break-all;
}
/* advantages */
.indexadvantages{
  background: url(../images/sd_4.webp) no-repeat fixed;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}
.indexadvantages::before{
  content: "";
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
}
.indexadvantages_left{
  width: 90%;
}
.indexadvantages_title{
  z-index: 99;
  position: relative;
  margin-bottom: 30px;
}
.indexadvantages_title h2{
  font-size:72px;
  font-family: Impact;
  margin-bottom: 20px;
  word-wrap: break-word;
  word-break: break-all;
}
.indexadvantages_title p{
  font-size:16px;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
}
.indexadvantages_img img{
  max-height: 60px;
  margin-bottom:20px;
}
.indexadvantages_tit{
  font-size:16px;
  font-weight: bold;
  line-height: 18px;
  word-wrap: break-word;
  word-break: break-all; 
  margin-bottom: 20px; 
}
.indexadvantages_bottom{
  position: relative;
  z-index: 999;
  margin-top:50px;
}
.indexadvantages_right{
  background-color: #fff;
  padding: 50px 50px;
  position: relative;
  z-index: 99;
}
.indexadvantages_right h2{
  font-size:48px;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  font-family: Impact;
  line-height: 48px;
  margin-bottom: 30px;
}

.indexadvantages_more a {
  position: relative;
  padding: 15px 60px;
  background-color: #17ce95;
  font-size: 20px;
  text-transform: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  margin-top: 40px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexadvantages_more span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #2ceaaf;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexadvantages_more a:hover span {
  width: 100%;
}

.indexadvantages_more p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: none;
  z-index: 999;
  position: relative;
  word-wrap: break-word;
  word-break: break-all;
}

/* indexlogo */
.indexlogo{
  padding: 60px 0 0 0;
}
.logoSwiper{
  padding: 50px 0;
}
.logoSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* news */
.indexnews {
  padding:0px 0 60px 0;
}

.indexnews_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.indexnews_title_left span {
  font-size: 16px;
  color: #3a3845;
  display: block;
  text-transform: none;
  margin-bottom: 10px;
  font-weight: bold;
}

.indexnews_title_left h2 {
  font-size: 70px;
  color: #000;
  letter-spacing: 1px;
  /* font-weight: bold; */
  font-family: "impact";
}

.indexnews_title_more {
  padding: 15px 30px;
  /* border-radius: 5px; */
  border: 1px solid #17ce95;
  display: inline-block;
  background-color: #17ce95;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexnews_title_more:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

.indexnews .blog_txt {
  padding: 20px;
}

.indexnews .blogbox {
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  margin-top: 20px;
}

.indexnews .blogmorebtn {
  display: block;
  margin: 20px 0 0 0;
}

.indexnews .blog_txt h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.indexnews .blogmore {
  background-color: #fff;
  text-transform: none;
  color: #17ce95;
  border: 1px solid #17ce95;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: bold;
}

.indexnews .blogline {
  background-color: #17ce95;
  left: 50%;
  transform: translateX(-50%);
}
.indexnews .blogli:hover .blogmore{
  background-color: #17ce95;
  border: 1px #17ce95 solid;
}
/* footer */
 .footer{
  padding: 0 0 50px 0;
} 
.fot_tags {
  color: #999;
  padding-bottom: 30px;
  border-bottom: 1px #ddd solid;
  margin-bottom:30px;
}

.fot_tags a {
  padding-right: 10px;
  color: #999;
  transition: all 0.3s ease;
}
.fot_tags a:hover{
  color: #17ce95;
  transition: all 0.3s ease;
}
.foot_logo img{
  max-height:80px;
}

.foot_sj {
  margin-top: 20px;
}
.foot_sj i {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
  transition: all 0.2s;
  position: relative !important;
  color: #17ce95;
  background-color: #eee;
  width:40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  line-height: 40px;
}
.foot_sj i:hover {
  transition: all 0.2s;
  color: #17ce95;
  transform: scale(0.9);
}
.foot_nav ul li {
  word-wrap: break-word;
word-break: break-all;
}
.foot_nav h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
  margin-bottom: 20px;
}
.foot_nav_li{
  font-size:30px;
  font-weight: bold;
  color:#17ce95;
  margin: 10px 0;
}
.foot_nav p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.foot_more a {
  position: relative;
  padding: 10px 40px;
  background-color: #17ce95;
  font-size: 20px;
  text-transform: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.35s ease;
}

.foot_more span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #2ceaaf;
  transition: all 0.35s ease;
}

.foot_more a:hover span {
  width: 100%;
}

.foot_more p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: none;
  z-index: 999;
  position: relative;
  word-wrap: break-word;
  word-break: break-all;
}
.footer_copyrights {
  border-top: 1px solid #333;
  margin-top:40px;
  padding: 40px 0 40px 0;
  width: 100%;
  font-size: 18px;
  color: #111;
}
.footer_copyrights_name {
  font-size: 18px;
  color: #111;
}
.footer_copyrights_p{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  color: #111;
}
.footer_Powered{display: flex;justify-content: flex-end;align-items: center;}
.footer_copyrights_p p {
  font-size: 16px;
  color: #111;
  display: inline;
}
.footer_copyrights_p a {
  font-size: 16px;
  color: #111;
  display: inline;
  text-transform: none;
}

@media (max-width:576px){
    
    .indexabout_adv h2 {
    font-size: 36px; 
}
    
    .indexadvantages_left {
    width: 100%;
}

.indexadvantages_img img { 
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.indexadvantages_tit { 
    text-align: center;
}

  .navbar-toggler {
    background-color: #17ce95;
  }
  .bg-dark {
    background-color: #fff !important;
    padding:0 0 !important
  }
  header{
    display: none;
  }
  .productSwiper{
    padding: 20px 0 80px 0;
  }
  .indeproduct_more a{
    padding:10px 10px;
    font-size:16px
  }
  .indeproduct_more p{
    font-size:16px
  }
  .index_title h2{
    font-size:48px
  }
  .indexproduct{
    padding: 50px 0;
  }
  .indexabout_left{
    width: 100%;
    padding-top: 0;
  }
  .indexabout_title h1{
    font-size:48px
  }
  .indexabout_right{
    margin-top: 20px;
  }
  .indexadvantages_title h2{
    font-size:48px
  }
  .indexadvantages_right{
    padding: 30px 20px;
  }
  .logoSwiper{
    padding: 20px 0;
  }
  .foot_nav h2{
    margin-top: 20px;
  }
  .footer{
    padding: 0 0 100px 0;
  }
  .productSwiper .swiper-button-next,.productSwiper .swiper-button-prev{
    top:auto;
    bottom: 0;
  }
  .productSwiper .swiper-pagination{
    display: none;
  }
}
@media (min-width:577px) and (max-width:768px) {
    
        .indexadvantages_left {
    width: 95%;
}

.indexadvantages_img img { 
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.indexadvantages_tit { 
    text-align: center;
}

    
            .indexabout_adv h2 {
    font-size: 54px; 
}

  .navbar-toggler {
    background-color: #17ce95;
  }
  .bg-dark {
    background-color: #fff !important;
    padding:0 0 !important
  }
  header{
    display: none;
  }
  .productSwiper{
    padding: 20px 0 80px 0;
  }
  .indeproduct_more a{
    padding: 10px 10px;
  }
  .index_title h2{
    font-size:48px
  }
  .indexproduct{
    padding: 50px 0;
  }
  .indexabout_left{
    width: 100%;
    padding-top: 0;
  }
  .indexabout_title h1{
    font-size:48px
  }
  .indexabout_right{
    margin-top: 20px;
  }
  .indexadvantages_title h2{
    font-size:48px
  }
  .indexadvantages_right{
    padding: 30px 20px;
  }
  .logoSwiper{
    padding: 20px 0;
  }
  .foot_nav h2{
    margin-top: 20px;
  }
  .footer{
    padding: 0 0 100px 0;
  }
  .productSwiper .swiper-button-next,.productSwiper .swiper-button-prev{
    top:auto;
    bottom: 0;
  }
   .productSwiper .swiper-pagination{
    display: none;
  }
  
}
@media (min-width:769px) and (max-width:992px) {
    
            .indexadvantages_left {
    width: 95%;
}

.indexadvantages_img img { 
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.indexadvantages_tit { 
    text-align: center;
}
    
        .indexabout_adv h2 {
    font-size: 54px; 
}

  .navbar-toggler {
    background-color: #17ce95;
  }
  .bg-dark {
    background-color: #fff !important;
    padding:0 0 !important
  }
  header{
    display: none;
  }
  .productSwiper{
    padding: 20px 0 80px 0;
  }
  .productSwiper .swiper-button-next,.productSwiper .swiper-button-prev{
    top:auto;
    bottom: 0;
  }
  .indexabout_right{
    margin-top: 20px;
  }
  .foot_nav h2{
    margin-top: 20px;
  }
  .indexproduct{
    padding: 50px 0;
  }
  .index_title h2{
    font-size:60px
  }
  .indexadvantages_title {
    font-size:60px
  }
  .indexadvantages_title h2{
    font-size:60px
  }
  .indexabout_title h1{
    font-size:60px
  }
  .footer{
    padding: 0 0 100px 0;
  }
 
  
}
@media (min-width:993px) and (max-width:1200px) {
        .indexadvantages_left {
    width: 95%;
}

.indexadvantages_img img { 
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.indexadvantages_tit { 
    text-align: center;
}    
    .indexabout_adv h2 {
    font-size: 54px; 
}

  .navbar-toggler {
    background-color: #17ce95;
  }
  .bg-dark {
    background-color: #fff !important;
    padding:0 0 !important
  }
  header{
    display: none;
  }
  .productSwiper{
    padding: 20px 0 80px 0;
  }
  .productSwiper .swiper-button-next,.productSwiper .swiper-button-prev{
    top:auto;
    bottom: 0;
  }
  .indexabout_right{
    margin-top: 20px;
  }
  .foot_nav h2{
    margin-top: 20px;
  }
  .indexproduct{
    padding: 50px 0;
  }
  .index_title h2{
    font-size:60px
  }
  .indexadvantages_title {
    font-size:60px
  }
  .indexadvantages_title h2{
    font-size: 60px;
  }
  .indexabout_title h1{
    font-size:60px
  }
  .footer{
    padding: 0 0 100px 0;
  }
  .indexadvantages_right{
    padding: 30px 10px;
  }
 
}
@media (min-width:1201px) and (max-width:1440px) {
  .productSwiper{
    padding: 20px 0 80px 0;
  }
}
@media (min-width:1401px) and (max-width:1680px) {
  
}

@media (min-width:1401px) {
  
.indexadvantages_img img { 
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.indexadvantages_tit { 
    text-align: center;
}
}
 
