@charset "utf-8";

.public_ad_header .public_ad_header_name{
  padding: 25px 15px;
  font-size:14px
}
.public_ad_header .public_ad_header_social_media a i{
  color:#fff;
  font-size:15px
}
.public_ad_header .public_ad_header_social_media a:hover i {
  color: #D2EEEF;
}
.public_header_main .public_ad_header_email span{
  font-family:Impact;
  font-size:22px;
  color:#222;
  text-transform: none;
}
.public_header_main .public_ad_header_email h3 p a,
.public_header_main .public_ad_header_email h3 p{
  font-size:15px;
  color:#666;
  margin-top: 10px;
}

.banner .swiper-pagination-bullet{
  border: 2px #252436 solid;
  background-color: #252436;
}
.banner .swiper-pagination-bullet-active{
  border: 2px #D2EEEF solid;
  background-color: #D2EEEF;
}

.indexabout{
  position:relative;
  padding: 80px 0;
}
.indexabout::before{
  content: "";
  background:#D2EEEF;
  top:0;
  bottom: 0;
  left:50%;
  right: 0;
  position: absolute;
  width:20%;
  height: 100%;
  z-index: -1;
}
.indexabout_left{
  position: relative;
}
.indexabout_img{
  position: relative;
  margin-right: -100px;
  z-index: 9;
}
.indexabout_img img{
  min-height: 680px;
  z-index: 9;
  position: relative;
}
.indexabout_img::before{
  content: "";
  background:rgba(0, 0,0, 0.3);
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.indexabout_img_tit{
  position: absolute;
  bottom:50px;
  left: 50px;
  padding: 50px 0px 50px 20px;
  border-left: 8px #D2EEEF solid;
  border-bottom: 8px #D2EEEF solid;
  border-top: 8px #D2EEEF solid;
  z-index: 999;
}
.indexabout_img_title{
  position: relative;
  margin-right: -80px;
}

.indexabout_img_title h3{
  font-size:100px;
  color:#fff;
  font-family:Impact;
  line-height: 100px;
  text-transform: none;
}

.indexabout_img_title h5{
  font-size:18px;
  font-weight: bold;
  text-transform: none;
  color:#fff;
}
.indexabout_right{
  z-index: 9;
  position: relative;
  padding: 50px 0;
}

.indexabout_right_title{
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0,0, 0.2);
  padding: 50px 30px;
}
.indexabout_right_title h1{
  font-size:60px;
  font-weight: bold;
  font-family: "Roboto";
  margin-bottom: 10px;
  word-wrap: break-word;
  word-break: break-all;
}
.indexabout_right_title p{
  font-size:15px;
  margin-bottom: 10px;
  color:#999
}
.indexabout_more{
  padding:20px 50px;
  background-color: #D2EEEF;
  display:inline-block;
  transition: all ease 0.5s;
  margin-top: 20px;
}
.indexabout_more a{
  font-size: 20px;
  text-transform: none;
  font-weight: bold;
  color: #000;
}
.indexabout_more:hover{
  box-shadow: 10px 10px 0px 0px rgba(0, 0,0, 0.2);
  transition: all ease 0.5s;
}
/* product */
.indexproduct{
  background-color: #252436;
  padding: 50px 0;
}
.indexproducts{
  margin: 0 10px;
  margin-bottom: 30px;
  height: 100%;
  padding-top: 60px;
}
/*.row {*/
/*  justify-content: space-between;*/
/*}*/
.indextitle{
  font-size:60px;
  text-align: center;
  color:#fff;
  font-family: "Roboto";
  font-weight: bold;
  text-transform: none;
  margin-bottom: 30px;
  word-wrap: break-word;
  word-break: break-all;
}
.indexproduct_img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  /*padding-top: 100%;*/
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.indexproduct_img a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexproduct_img img {
  width: 100%;
  vertical-align: middle;
  /*position: absolute;*/
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}
.indexproduct_img:hover img{
  transform: scale(1.3);
  transition: all 0.35s ease;
}
.indexproduct_title{
  /*padding: 50px 20px 50px 20px;*/
}
.indexproduct_title h2{
  font-size: 18px;
  font-weight: bold;
  color:#fff;
  text-transform: none;
  margin-bottom: 10px;
  word-wrap: break-word;
  word-break: break-all;
}
.indexproduct_title h3 a{
  font-size: 16px;
  color: #D2EEEF;
  text-transform: none;
  margin-bottom: 10px;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}
.indexproduct_title p{
  color:#999;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexproduct_more{
  background-color: #D2EEEF;
  padding: 15px 30px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
  transition: all ease 0.5s;

}
.indexproduct_more:hover{
  box-shadow: 10px 10px 0px 0px rgba(0, 0 , 0, 0.2);
  transition: all ease 0.5s;
}



/* hotproduct */
.indexhotproduct{
  position:relative;
  padding:50px 0 80px 0;
}
.indexhotproduct::before{
  content: "";
  background:#D2EEEF;
  top:0;
  bottom: 0;
  left:50%;
  right: 0;
  position: absolute;
  width:20%;
  height: 100%;
  z-index: -1;
}
.indexhotproduct .swiper-slide{
  padding: 20px 0;
}
.productSwiper {
  padding:0px 10px;
}
.indextitle_hot{
  font-size:60px;
  text-align: center;
  color:#000;
  font-family: "Roboto";
  font-weight: bold;
  text-transform: none;
  margin-bottom: 30px;
  word-wrap: break-word;
  word-break: break-all;
}
.indexhotproducts{
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0 , 0, 0.2);
  padding: 20px 10px;
}

.indexhotproduct_img {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  padding-top: 50%;
  flex: 0 50%;
}

.indexhotproduct_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}
.indexhotproducts:hover .indexhotproduct_img img{
  transform: scale(1.1);
  transition: all 0.35s ease;
}

.indexhotproduct_title{
  flex: 0 50%;
}

.indexhotproduct_title h3{ 
  font-size:24px;
  color:#252436;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  word-wrap: break-word;
  word-break: break-all;
  font-family: Impact;
}
.indexhotproduct_title span{
  font-size:18px;
  color: #D2EEEF;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexhotproducts:hover .indexproduct_more{
  box-shadow: 10px 10px 0px 0px rgba(254, 215,0, 0.2);
  transition: all ease 0.5s;
}
.indexhotproducts_more{
  background-color: #D2EEEF;
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
  transition: all ease 0.5s;

}
.indexhotproducts_more:hover{
  box-shadow: 10px 10px 0px 0px rgba(0, 0 , 0, 0.2);
  transition: all ease 0.5s;
}

/* indexadvantages */
.indexadvantages{
  background-color: #252525;
  padding: 50px 0;
}
.indexadvantages_title{
  font-size: 80px;
  color: #fff;
  font-family: Impact;
  text-transform: none;
  margin-bottom: 30px;
  word-wrap: break-word;
  word-break: break-all;
  line-height:80px;
}

.viewSwiper{
  border: 1px #444 solid;
  padding: 50px 20px;
}
.viewSwiper_main .dh {
  position: absolute;
  bottom:50px;
  padding: 0;
  right: 20px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.viewSwiper_main .viewimg {
  display: flex;
  justify-content: start;
  align-items: center;
}
.viewSwiper_main .viewimg img{
  border: 8px #D2EEEF solid;
}
.viewSwiper_main .viewtit{
  padding-left: 30px;
  padding-right:80px;
}

.viewSwiper_main .viewtit p {
  font-size: 14px;
  color: #fff;

}

.viewSwiper_main .dh i {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  position: relative;
  font-size:45px;
  color: transparent !important;
  -webkit-text-stroke: 1px #D2EEEF;
  top:10px
}
.indexadvantage_main{
  padding-top: 50px;
  padding-bottom: 50px;
}
.indexadvantage{
  display: flex;
  justify-content:center;
  align-items: center;
}
.indexadvantage_icon{
align-items: center;
}
.indexadvantage_icon i{
  font-size: 48px;
  color: #fff;
}
.indexadvantage_number span{
  color:#D2EEEF;
  font-size:80px;
  font-family: Impact;
  text-align: center;
}
 .indexadvantage_number{
  color:#D2EEEF;
  font-size:80px;
  font-family: Impact;
  text-align: center;
  margin-left: 30px;
} 
.indexadvantage_tit{
  color:#fff;
  font-size:50px;
  position: relative;
  text-align: center;
}
.indexadvantage_tit i{
  color:#D2EEEF;
  font-size:48px
}
.indexadvantage_tit h2{
  font-size:36px;
  margin-bottom: 10px;
  font-family: Impact;
  text-transform: none;
}
.indexadvantage_tit p{
  font-size:16px
}

/* indexprocess */
.indexprocess{
  padding: 50px 0 50px 0;
  position: relative;
}

.indexprocess_main{
  position: relative;
  z-index: 99;
}
.indexprocess_main .indexprocess_bot{
  margin-bottom:20px;
}

.indexprocess_flow{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0 , 0, 0.2);
  padding:20px 10px;
  height: 100%;
  z-index:9;
}
.indexprocess_flow_title::before{
  content: "";
  top:0;
  left: 5px;
  right: 0;
  bottom:0;
  width: 5px;
  height: 100%;
  background: #D2EEEF;
  position: absolute;
}
.indexprocess_flow_icon{
  position: absolute;
  left:35px;
}
.indexprocess_flow_icon i{
  font-size:48px;
  color: #000;
}
.indexprocess_flow_icon img{
  max-height: 60px;
}
.indexprocess_flow_number{
  font-size:72px;
  text-align: center;
  font-family: Impact;
  position: absolute;
  right: -5px;
  color: #ddd;
  transition: all ease 0.3s;
}
.indexprocess_flow:hover .indexprocess_flow_number{
  right: 20px;
  transition: all ease 0.3s;
}
.indexprocess_flow_title{
  padding: 10px 60px 10px 120px;
  position: relative;
}

.indexprocess_flow_title h2{
  font-size:22px;
  margin-bottom: 10px;
  text-transform: none;
  font-family: Impact;
}
.indexprocess_flow_title p{
  color: #999;
  line-height: 24px;
}
.indexprocess_right{
  background-color: #252525;
  padding: 30px 80px;
  text-align: center;
  color:#999;
}
.indexprocess_right_title h2{
  font-size:24px;
  text-transform: none;
}
.indexprocess_right_title h3{
  font-size:48px;
  font-weight: bold;
  color:#fff;
  text-transform: none;
  margin: 20px 0;
}
.indexprocess_right_title p{
  font-size:16px;
  margin-bottom: 10px;
}
.indexprocess_advantages{
  color:#fff;
  margin-top: 30px;
}
.indexprocess_advantages i{
  color:#D2EEEF;
  position: relative;
  margin-bottom: 10px;
  display: block;
}
.indexprocess_advantages p{
  font-size:20px;
  text-transform: none;
}

/* news */
.indexnews{
  background-color: #f0f0f0;
  padding: 50px 0;
}
.indexnews .newblogflex {
  display: flex;
  flex-wrap: wrap;
}
.indexnews .blogbox {
  height: 100%;
  position: relative;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}
.indexnews .blog_img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 100%;
}
.indexnews .blog_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews .blog_txt {
  padding: 20px 15px 30px 15px;
}
.indexnews .blog_txt h3 {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-all;
  margin: 0 0 10px 0;
  line-height: 23px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews .blog_txt p {
  word-wrap: break-word;
  /* white-space: pre-wrap; */
  word-break: break-all;
  font-size: 16px;
  color: #666;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews .blogmorebtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexnews .blogmore {
  display: block;
  padding: 10px 60px;
  font-size: 18px;
  color: #D2EEEF;
  text-align: center;
  margin-top: 10px;
  border: 1px solid #D2EEEF;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  border-radius: 35px;
  background:none;
}
.indexnews .blogline {
  width: 0%;
  height: 3px;
  background: #D2EEEF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews .blogli:hover .blogline {
  width: 100%;
}
.indexnews .blogli:hover .blogmore {
  background-color: #D2EEEF;
  border: 1px solid #D2EEEF;
  color: #fff;
}
.indexnews .blogli:hover .blog_txt h3 {
  font-weight: bold;
  color: #D2EEEF;
}
.indexnews .blogli:hover .blog_img img {
  transform: scale(1.2);
}
.indexnews .blogli {
  margin-bottom: 30px;
}


/* logo */
.logoflex{
  padding: 0 0;
}
.logoSwiper{
  background-color: #D2EEEF;
  padding:50px 0;
}
.logoSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
/* footer */
footer{
  background-color: #252525;
  padding: 30px 0;
  color: #fff;
  position: relative;

}
footer a{
  color: #fff;
}
.foot{
  padding-top:80px;
  padding-bottom: 80px;
}
.fot_nav{
  padding-bottom: 50px;
}
.fot_nav h2{
  font-size:18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.fot_nav ul li{
  line-height: 36px;
  word-wrap: break-word;
  word-break: break-all;
}
.fot_nav ul li a:hover{
  color: #D2EEEF;
}
.fot_about{
  border-top: 1px #999 solid;
  padding-top: 50px;
  padding-right: 10px;
}
.fot_about h3{
  font-size:40px;
  text-transform: none;
  font-weight: bold;
  margin-bottom: 20px;
  word-wrap: break-word;
    word-break: break-all;
}
.fot_about span{
  color: #D2EEEF;
}
.fot_about p{
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 20px;
}
.fot_left{
  border-right:1px #999 solid; 
  height: 100%;
  position: relative;
}
.fot_right{
  position: relative;
  height: 100%;
}
.fot_right_about h3{
  font-size:40px;
  text-transform: none;
  font-weight: bold;
  margin-bottom: 20px;
  word-wrap: break-word;
  word-break: break-all;
}
.fot_right_about span{
  color: #D2EEEF;
}
.fot_right_about p{
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.fot_contact {
  margin-top: 20px;
}
.fot_contact h3{
  color:#D2EEEF;
  font-size:16px;
  margin: 5px 0;
  font-weight: bold;
}
.fot_contact p{
  font-size:18px;
  color:#fff;
  padding: 5px 0;
}
.bottom{
  margin-top:30px;
  color: #999;
}
.bottom a{
  color: #D2EEEF;
}
.foot{
  padding: 50px 0;
}
.footer_copyrights {
  padding: 10px 0 0px 0;
  width: 100%;
  font-size: 18px;
  color: #fff;
}
.footer_copyrights_name {
  font-size: 18px;
  color: #fff;
}
.footer_copyrights_p{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  color: #999;
}
.footer_Powered{display: flex;justify-content: flex-end;align-items: center;}
.footer_copyrights_p p {
  font-size: 16px;
  color: #999;
  display: inline;
  margin-bottom: 10px;
}
.footer_copyrights_p a {
  font-size: 16px;
  color: #999;
  display: inline;
  text-transform: none;
}

@media (max-width:576px) {
  .navbar-toggler {
    background-color: #D2EEEF;
  }
  .bg-dark {
    background-color: #fff !important;
    padding:0 0 !important
  }
  .public_header_main{
    display: none;
  }
  .indexabout{
    padding: 50px 0;
  }
  .indexabout_img{
    margin-right: 0;
  }
  .indexabout_img img{
    min-height: auto;
  }
  .indexabout_img_title{
    margin-right: 0;
  }
  .indexabout_img_title h2{
    font-size:24px;
    line-height: 24px;
  }
  .indexabout_img_title h3{
    font-size:48px;
    line-height: 48px;
  }
  .indexabout_img_title h4{
    font-size:48px;
    line-height: 48px;
  }
  .indexabout_img_title h5{
    font-size:24px;
    line-height: 24px;
  }
  .indexabout_img_tit{
    padding: 30px 10px;
    top:20px;
    right: 50px;
  }
  
  .indexabout::before {
    background:none;
  }
  .indexabout_right{
    padding: 15px 0;
  }
  .indextitle{
    font-size:30px
  }
  .indexabout_right_title h1{
    font-size:30px
  }
  .indexproducts{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .indexproduct_title{
    padding: 0 0;
  }
  .indexproduct_more{
    padding: 10px 10px;
    font-size:14px
  }
  .indexprocess_right_title h3 {
    font-size:30px
  }
  .indexproduct_title h2{
    font-size:14px
  }
  .indexproduct_title p{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .indexhotproduct::before {
    background: none;
  }
  .indexhotproduct_title{
    padding: 20px 10px;
  }
  .indexhotproduct_title h3{
    font-size:24px;
    margin-bottom: 10px;
  }
  .indexhotproduct_title h2{
    margin-bottom: 10px;
    font-size:18px
  }
 .indexhotproduct .indexproduct_more{
    display: none;
  }
  .indextitle_hot{
    font-size:30px;
    line-height: 30px;
  }
  .indexadvantages_title{
    font-size:30px
  }
  .indexadvantage_number span{
    font-size:60px
  }
  .indexadvantage_number{
    font-size:60px
  }
  .indexadvantage_tit h2{
    font-size:24px
  }
  .viewSwiper_main .dh{
    display: none;
  }
  .viewSwiper_main .viewimg{
    display: block;
  }
  .viewSwiper_main .viewtit{
    padding-left: 0;
    padding-right: 0px;
    margin-top: 20px;
  }
  .viewSwiper{
    padding: 20px 15px;
  }
  .indexprocess{
    padding: 50px 0;
  }
  .indexprocess_left{
    width: 100%;
  }
  .indexprocess_flow_title{
    flex: 0 100%;
  }
  .indexprocess_title{
    font-size:30px;
    line-height: 30px;
  }
  .indexprocess_right{
    padding: 20px 10px;
  }
  .fot_about{
    padding-right: 0;
  }
  .fot_about h3{
    font-size: 30px;
  }
  .fot_right{
    margin-top: 30px;
  }
  .fot_right_about h3{
    font-size:30px
  }
  .fot_left{
    border: none;
  }

}

@media (min-width:577px) and (max-width:767px) {
  .navbar-toggler {
    background-color: #D2EEEF;
  }
  .bg-dark {
    background-color: #fff !important;
    padding:0 0 !important
  }
  .public_header_main{
    display: none;
  }
  .indexabout{
    padding: 50px 0;
  }
  .indexabout_img{
    margin-right: 0;
  }
  .indexabout_img img{
    min-height: auto;
  }
  .indexabout_img_title{
    margin-right: 0;
  }
  .indexabout_img_title h2{
    font-size:24px;
    line-height: 24px;
  }
  .indexabout_img_title h3{
    font-size:48px;
    line-height: 48px;
  }
  .indexabout_img_title h4{
    font-size:48px;
    line-height: 48px;
  }
  .indexabout_img_title h5{
    font-size:24px;
    line-height: 24px;
  }
  .indexabout_img_tit{
    padding: 30px 10px;
    right: 50px;
  }
  
  .indexabout::before {
    background:none;
  }
  .indexabout_right{
    padding: 15px 0;
  }
  .indextitle{
    font-size:30px
  }
  .indexabout_right_title h1{
    font-size:30px
  }
  .indexproducts{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .indexproduct_title{
    padding: 0 0;
  }
  .indexproduct_more{
    padding: 10px 10px;
    font-size:14px
  }
  .indexprocess_right_title h3 {
    font-size:30px
  }
  .indexproduct_title h2{
    font-size:14px
  }
  .indexproduct_title p{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .indexhotproduct::before {
    background: none;
  }
  .indexhotproduct_title{
    padding: 20px 10px;
  }
  .indexhotproduct_title h3{
    font-size:24px;
    margin-bottom: 10px;
  }
  .indexhotproduct_title h2{
    margin-bottom: 10px;
    font-size:18px
  }
 .indexhotproduct .indexproduct_more{
    display: none;
  }
  .indextitle_hot{
    font-size:30px;
    line-height: 30px;
  }
  .indexadvantages_title{
    font-size:30px
  }
  .indexadvantage_number span{
    font-size:60px
  }
  .indexadvantage_number{
    font-size:60px
  }
  .indexadvantage_tit h2{
    font-size:24px
  }
  .viewSwiper_main .dh{
    display: none;
  }
  .viewSwiper_main .viewimg{
    display: block;
  }
  .viewSwiper_main .viewtit{
    padding-left: 0;
    padding-right: 0px;
    margin-top: 20px;
  }
  .viewSwiper{
    padding: 20px 15px;
  }
  .indexprocess{
    padding: 50px 0;
  }
  .indexprocess_left{
    width: 100%;
  }
  .indexprocess_flow_title{
    flex: 0 100%;
  }
  .indexprocess_title{
    font-size:30px;
    line-height: 30px;
  }
  .indexprocess_right{
    padding: 20px 10px;
  }
  .fot_about{
    padding-right: 0;
  }
  .fot_about h3{
    font-size: 30px;
  }
  .fot_right{
    margin-top: 30px;
  }
  .fot_right_about h3{
    font-size:30px
  }
  .fot_left{
    border: none;
  }
  .indexprocess_flow_number{
   opacity: 0.3;

  }
}

@media (min-width:768px) and (max-width:992px) {
  .navbar-toggler {
    background-color: #D2EEEF;
  }
  .bg-dark {
    background-color: #fff !important;
    padding:0 0 !important
  }
  .navbar-brand img{
    min-height: 70px;
  }
  .public_header_main{
    display: none;
  }
  .indexabout{
    padding: 50px 0;
  }
  .indexabout_img{
    margin-right: 0;
  }

  .indexabout::before {
    background:none;
  }
  .indexabout_right{
    padding: 15px 0;
  }
  .indexproduct_title{
    padding: 10px 0;
  }
  .indexproduct_more{
    padding: 10px 10px;
    font-size:14px
  }
  .indexproduct_title h2{
    font-size:14px
  }
  .indexproduct_title p{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .indexhotproduct::before {
    background: none;
  }
  .indexhotproduct_title{
    padding: 20px 10px;
  }
  .indexhotproduct_title h2{
    font-size:24px;
    margin-bottom: 0;
  }
  .indexhotproduct_title h3{
    margin-bottom: 0;
  }
  .indexadvantage_number span{
    font-size:60px
  }
  .indexadvantage_number{
    font-size:60px
  }
  .indexadvantage_tit h2{
    font-size:30px
  }
  .indexprocess_flow{
    margin-bottom: 0;
  }
  .indexprocess_right{
    padding: 20px 20px;
  }
  .indexprocess_title{
    font-size:45px;
    margin-bottom: 0;
  }
  .indexprocess_left{
    width: 100%;
  }
  .indexprocess_flow_title{
    flex: 0 100%;
  }
  .fot_about h3{
    font-size:36px
  }
  .fot_right_about h3{
    font-size:36px
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .navbar-toggler {
    background-color: #D2EEEF;
  }
  .bg-dark {
    background-color: #fff !important;
    padding:0 0 !important
  }
  .navbar-brand img{
    min-height: 70px;
  }
  .public_header_main{
    display: none;
  }
  .indexabout{
    padding: 50px 0;
  }
  .indexabout_right{
    padding: 30px 0;
  }
  .indexabout_right_title{
    padding: 30px 20px;
  }
  .indexabout_img_title h2{
    font-size:24px;
    line-height: 24px;
  }
  .indexabout_img_title h3{
    font-size:100px;
    line-height: 100px;
  }
  .indexabout_img_title h4{
    font-size:100px;
    line-height: 100px;
  }
  .indexabout_img_title h5{
    font-size:24px;
    line-height: 24px;
  }
  .indexproduct_title{
    padding:0  0;
  }
  .indexhotproduct_title{
    padding: 20px 20px;
  }
  .indexhotproduct_title h2{
    margin-bottom: 0;
  }
  .indexhotproduct_title h3{
    margin-bottom: 0;
  }
 .indexprocess_flow_title{
  flex: 0 100%;
 }
 .indexprocess_right{
  padding: 30px 50px;
 }
 .indexprocess_title{
  margin-bottom: 0;
 }
 .indexprocess_flow{
  margin-bottom: 0;
 }
 .indexhotproduct{
  padding: 50px 0;
 }
 .indexprocess{
  padding: 50px 0;
 }

}

@media (min-width:1200px) and (max-width:1400px) {
  .public_ad_header_contact{
    padding-right: 2%;
  }
  .indexabout_img_title h3{
    font-size:120px;
    line-height: 100px;
  }
  .indexabout_img_title h4{
    font-size:120px;
    line-height: 100px;
  }
  .indexproduct_title{
    padding: 10px 20px;
  }
  .headernav_right a{
    padding: 20px 0;
  }
}

@media (min-width:1400px) and (max-width:1680px) {
  .public_ad_header_contact{
    padding-right: 2%;
  }
  .indexabout_img_title h3{
    font-size:120px;
    line-height: 100px;
  }
  .indexabout_img_title h4{
    font-size:120px;
    line-height: 100px;
  }
  
  .indexprocess_left{
    width: 100%;
  }
}