@charset "utf-8";
/* Topbar */

.index_public_ad_header {
  background-color: #161f28;
}
.index_public_ad_header .public_ad_header_social_media a {
  border:none;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  background: none;
  transition: all 0.35s ease
}
.public_ad_header_con{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_public_ad_header .public_ad_header_name  i{
  font-size: 16px;
  color: #de032b;
  text-transform: none;
}
.index_public_ad_header .public_ad_header_email{
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.index_public_ad_header .public_ad_header_email i {
  font-size: 18px;
  color: #de032b;
  margin-right: 10px;
}

.index_public_ad_header .public_ad_header_email a:hover {
  color: #de032b;
  text-decoration: none;
  
}

.index_public_ad_header .public_ad_header_name strong {
  color: #de032b;
  font-weight: normal;
}
.index_public_ad_header .public_ad_header_social_media {
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.index_public_ad_header .public_ad_header_social_media a i {
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.index_public_ad_header .public_ad_header_social_media a i:hover{
  color: #de032b;
}
.index_web_head .headernav_tel{
  font-size:36px;
  color:#fff;
  margin-left: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  font-family: Impact;
}
.index_public_ad_header .public_ad_header{
  padding:20px 0px;
}
.index_web_head .head_layer{
  background-color: #212936;
  display: flex;
  justify-content: space-between;
}
.header{
  position: relative;
  z-index: 999;
  width: 100%;
}
.head_nav_tel{
  font-size:24px;
  color:#fff;

}
.head_nav_tel i{
  padding-right: 10px;
  font-size:24px
}
.banner{
  position: relative;
  z-index: 0;
  margin: 50px 0;
}
.banner img{
  height: 100%;
  width: 100%;
}

.banner .swiper-button-next::after, .banner .swiper-button-prev::after{
  font-size:36px
}
.indexadvantages{
  margin: 50px 0;
}
.indexadvantages_wrap {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
    padding: 30px 20px;
    transition: all ease 0.3s;
    cursor: pointer;
}
.indexadvantages_wrap .indexadvantages_icon {
  flex: 0 20%;
}
.indexadvantages_wrap .indexadvantages_icon i{
  font-size:36px;
  color:#d71c0d
}
.indexadvantages_wrap .indexadvantages_title {
  flex: 0 80%;
}
.indexadvantages_wrap .indexadvantages_title h3{
  font-size:20px;
  font-weight: bold;
  margin-bottom: 10px;
  word-wrap: break-word;
  word-break: break-all;
      display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
}
.indexadvantages_wrap .indexadvantages_title p{
  line-height: 18px;
  font-size:14px;
  color: #666;
      display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 72px;
}
.indexadvantages_wrap:hover{
  background-color: #d71c0d;
  color:#fff;
  transition: all ease 0.3s;
}
.indexadvantages_wrap:hover .indexadvantages_icon i,
.indexadvantages_wrap:hover .indexadvantages_title p{
  color:#fff
}
/* about */
.indexabout{
  padding: 50px 0;
  background: #f0f0f0;
}
.indexabout_title span{
  display: inline-block;
  color:#000
}
.indexabout_title h1{
  font-size:30px;
  font-weight: bold;
  color: #000;
  margin: 10px 0;
}
.indexabout_right{
  width: 90%;
  float: right;
  text-align: right;
}
.indexabout_title p{
  font-size:16px;
  color:#666;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexabout_advantages h2{
  font-size:30px;
  font-weight: bold;
  color: #000;
  margin: 20px 0;
}
.index_advantages{
  text-align: right;
}
.index_advantages i{
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size:36px;
  color: #fff;
  background-color: #d71c0d;
  display: inline-block;
  border-radius: 50%;
}
.index_advantages h3{
  font-size:20px;
  font-weight: bold;
  margin: 10px 0;
  word-wrap: break-word;
  word-break: break-all;
      display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
}


.index_advantages_more{
  padding: 15px 40px;
  display: inline-block;
  background: #d71c0d;
  transition: all ease 0.3s;
  border-radius:35px;
  margin-top: 20px;
  color:#fff;
  font-weight: bold;
}
.index_advantages_more:hover{
  background-color: #222;
  transition: all ease 0.3s;
  color:#fff
}

/* indexban */
.indexban{
  padding: 100px 0;
  background: url(../images/2_1.webp) no-repeat fixed;
  background-size: cover;
  position: relative;
}
.indexban::before{
  content: "";
  top:0;
  left:0 ;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 28 ,27 , 0.8);
  position: absolute;
}
.indexban_main{
  padding: 50px 0;
}
.indextitle{
  position: relative;
  z-index: 1;
  text-align: center;
  color:#fff;
  margin-bottom: 30px;
}
.indextitle h2{
  font-size:60px;
  color: #fff;
  font-family: Impact;
  margin-bottom: 10px;
}
.indexban_title{
  text-align: center;
  color:#fff;
  position: relative;
  z-index: 1;
}
.indexban_title p{
    word-wrap: break-word;
  word-break: break-all;
}
.indexban_title h2{
  font-size:36px;
  word-wrap: break-word;
  word-break: break-all;
}
.indexban_title i{
  width: 5px;
  height: 5px;
  background-color: #d71c0d;
  border-radius: 50%;
  display: inline-block;
}

/* products */
.indexproducts{
  padding: 80px 0;
}
.indexproduct_item{
  padding-bottom: 30px;
}
.indexproducts_item_img{
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 90%;  
}
.indexproducts_item_img img{
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  border-radius: 5px;
}
.indexproducts_item_tit h2{
  font-size:24px;
  font-family:Impact; 
  word-wrap: break-word;
  word-break: break-all;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexproducts_item_tit p{
  word-wrap: break-word;
  word-break: break-all;
  color:#999;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexproducts_item_more a{
  color:#000;
  display: inline-block;
  margin-top: 30px;
  transition: all ease 0.3s;
  text-transform: none;
  font-size:14px
}
.indexproducts_item_more a:hover{
  color: #d71c0d;
  transition: all ease 0.3s;
}
.indexproducts_advantages{
  background: #161f28;
  padding: 60px 40px;
  color:#fff
}
.indexproducts_advantages_tit{
  margin-bottom: 30px;
}
.indexproducts_advantages_tit h2{
  font-size:24px;
  font-weight: bold;
  margin-bottom: 10px;
  word-wrap: break-word;
  word-break: break-all;
}
.indexproducts_advantages_tit span{
  font-sizE:14px;
  color: #999;
  line-height: 18px;
}
.indexproducts_advmain{
  position: relative;
  display: flex;
  justify-content: flex-start;
   align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}
.indexproducts_icon{
  flex: 0 20%;
}
.indexproducts_icon i{
  color:#d71c0d;
  font-size:36px
}
.indexproducts_advtit{
  flex: 0 80%;
}
.indexproducts_advtit h2{
  font-size:22px;
  margin-bottom: 5px;
  font-weight: bold;
}
.indexproducts_advantages_tit{
  font-size:15px;
  color: #fff;
  margin-bottom: 20px;
}
.indexproducts_advantages_more{
 background: #d71c0d; 
 margin-top: 30px;
 border-radius: 35px;
 text-align: center;
 padding: 10px 30px;
 transition: all ease 0.3s;
}
.indexproducts_advantages_more a{
  color:#fff;
  font-size:18px;
  transition: all ease 0.3s;

}
.indexproducts_advantages_more:hover{
  box-shadow: 0 0 0 transparent, 0px 5px 20px rgba(254, 20, 88, 0.5);
  transition: all ease 0.3s;

}
/* indexban1 */
.indexban1{
  padding: 100px 0;
  background: url(../images/55106733.webp) no-repeat fixed;
  background-size: cover;
  position: relative;
}
.indexban1::before{
  content: "";
  top:0;
  left:0 ;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 28 ,27 , 0.8);
  position: absolute;
}
.indexban1_title{
  width: 90%;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 9;
}
.indexban1_title h2{
  font-size:60px;
  color:#fff;
  font-family: Impact;
  word-wrap: break-word;
  word-break: break-all;
}
.indexban1_title h3{
  color: #d71c0d;
  font-size:60px;
  margin: 10px 0;
}
.indexban1_title h4{
  font-size:16px;
  color:#fff
}
.indexban1_more a{
  display: inline-block;
  padding: 15px 50px;
  text-align: center;
  border-radius: 35px;
  background: #d71c0d;
  margin-top: 40px;
  color:#fff;
  font-weight: bold;
  transition: all ease 0.3s;
}
.indexban1_more a:hover{
  box-shadow: 0 0 0 transparent, 0px 5px 20px rgba(254, 20, 88, 0.5);
  transition: all ease 0.3s;
}


/* news */
.indexnews{
  background-color: #fff;
}
.indexnewstitle {
  text-align: center;
}
.indexnewstitle span{
  font-size:18px;
  color: #0b9fab;
}
.indexnewstitle h3{
  font-size:60px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom:50px;
  font-family: Impact;
  color:#000;
}
.indexnews{
  padding: 50px 0;
}
.indexnews_main{
  margin-top: 20px;
}
.indexnews .newblogflex {
  display: flex;
  flex-wrap: wrap;
}
.indexnews .blogbox {
  height: 100%;
  position: relative;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.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 50px 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: flex-start;
  align-items: center;
}
.indexnews .blogmore {
  display: block;
  padding: 10px 60px;
  font-size: 18px;
  color: #de032b;
  background-color: #fff;
  margin-top: 30px;
  border: 1px solid #de032b;
  transition: all 0.35s ease
}
.indexnews .blogline {
  width: 0%;
  height: 3px;
  background: #de032b;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 9;
  transition: all 0.35s ease;
  transform: translateX(-50%);
}
.indexnews .blogli:hover .blogline {
  width: 100%;
}
.indexnews .blogli:hover .blogmore {
  background-color: #de032b;
  border: 1px solid #de032b;
  color: #fff;
}
.indexnews .blogli:hover .blog_txt h3 {
  font-weight: bold;
  color: #de032b;
}
.indexnews .blogli:hover .blog_img img {
  transform: scale(1.2);
}
.indexnews .blogli {
  margin-bottom: 30px;
}
.indextitle_tit{
  font-size:60px;
  color:#000;
  font-family: Impact;
  text-align: center;
  text-transform: none;
}

/* footer */
footer {
  background:#18202b;
  color: #fff;
  padding-top: 20px;
  position: relative;
}
footer a {
  color: #fff
}

.foot {
  padding:30px 0 30px 0;
  position: relative;
  z-index: 9;
}
.fot_about{
  width: 80%;
}
.foot a:hover {
  color: #d71c0d
}
.fot_sj {
  margin-top: 20px;
}
.fot_sj i {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  margin-right: 10px;
  transition: all 0.2s;
  position: relative !important;
  color: #fff;
}
.fot_sj i:hover {
  transition: all 0.2s;
  color: #d71c0d;
  transform: scale(0.9);
}
.fot_nav {
  margin-bottom: 10px;
}
.fot_contact i {
  position: absolute;
  color:#d71c0d;
  font-weight: bold;
}
.fot_contact h3 {
  padding-left: 30px;
}
.fot_nav p{
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.fot_nav ul li {
  padding-top: 10px;
  word-wrap: break-word;
  word-break: break-all;
}
.fot_nav h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #d71c0d;
  margin-top: 10px;
}
.fot_contact h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #d71c0d;
  margin-top: 10px;

}
.fot_contact ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer_bottom {
  border-top: 1px #444 solid;
  padding:20px 0 60px 0;
  color: #fff;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;

}
.footer_Powered{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer_bottom a{
  color: #d71c0d;
}
.footer_Powered .Powered{
  margin-left: 10px;
}


@media (max-width:576px) {
.index_advantages p{
    font-size: 14px;
}
.indexadvantages .col-6{
    width: 100%!important;
}
  .navbar-toggler {
    background:#d71c0d;
  }
  .bg-dark {
    background:#18202b !important;
    padding:0 0 !important;
  
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }
  header .topbar{
    display: none;
  }
  .banner{
    margin: 30px 0;
  }
  .indexabout_right{
    width: 100%;
    text-align: left;
  }
  .index_advantages{
    text-align: left;
    margin-bottom: 10px;
  }
  .indextitle h2{
    font-size:48px
  }
  .indexban_title{
    margin-bottom: 20px;
  }
  .indexban1_title h2{
    font-size:48px
  }
  .indexban1_title h3{
    font-size:30px;
    line-height: 30px;
  }
  .indextitle_tit{
    font-size: 48px;
    line-height: 48px;
  }
  .indexabout_right{
    margin-top: 10px;
  }
}

@media (min-width:577px) and (max-width:767px) {
  .navbar-toggler {
    background:#d71c0d;
  }
  .bg-dark {
    background:#18202b !important;
    padding:0 0 !important;
  
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }
  header .topbar{
    display: none;
  }
  .banner{
    margin: 30px 0;
  }
  .indexabout_right{
    width: 100%;
    text-align: left;
  }
  .index_advantages{
    text-align: left;
    margin-bottom: 10px;
  }
  .indextitle h2{
    font-size:48px
  }
  .indexban_title{
    margin-bottom: 20px;
  }
  .indexban1_title h2{
    font-size:48px
  }
  .indexban1_title h3{
    font-size:30px;
    line-height: 30px;
  }
  .indextitle_tit{
    font-size: 48px;
    line-height: 48px;
  }
  .indexabout_right{
    margin-top: 10px;
  }

}

@media (min-width:768px) and (max-width:992px) {
  .navbar-toggler {
    background:#d71c0d;
  }
  .bg-dark {
    background:#18202b !important;
    padding:0 0 !important;
  
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }
  header .topbar{
    display: none;
  }
  .banner{
    margin: 30px 0;
  }
  .indexabout_img img{
    width: 100%;
  }  
  .indexabout_right{
    width: 100%;
    margin-top: 20px;
  }
  .indexproducts_icon{
    flex: 0 10%;
  }
  .indexproducts_advmain{
    justify-content: flex-start;
  }
}

@media (min-width:992px) and (max-width:1200px) {
.bottomDiv{
    display: block;
}
.footer_bottom {
    padding: 20px 0 100px 0;
}
  .navbar-toggler {
    background:#d71c0d;
  }
  .bg-dark {
    background:#18202b !important;
    padding:0 0 !important;
  
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }
  header .topbar{
    display: none;
  }
  .banner{
    margin: 30px 0;
  }
  .indexabout_img{
    margin-top: 50px;
  }
  .indexabout_right{
    width: 100%;
  }
  .indexproducts_advantages{
    padding: 50px 20px;
  }
  .indexproducts_icon{
    flex: 0 30%;
  }

}


@media (min-width:1200px) and (max-width:1400px) {
  .logo-fixed img{
   max-height: 60px;
  }
  .indexabout_right{
    width: 100%;
  }
  .indexabout_img{
    margin-top: 50px;
  }
  .indexproducts_advantages{
    padding: 50px 15px;
  }
  
}

@media (min-width:1400px) and (max-width:1680px) {
  .indexabout_right{
    width: 100%;
  }
  
}