@charset "utf-8";
/* Topbar */
header .topbar {
  background-color: #fff;
  padding:15px 0;
}

.header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

header .logo {
  flex: 0 20%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

header .top-left {
  flex: 0 80%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

header .single-top {
  display: inline-block;
  margin-right: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;

}

header .single-top i {
  color: #d71c0d !important;
  margin-right: 20px;
  font-size: 30px;
  float: left;
}

header .single-top h3 {
  font-size: 14px;
  padding-bottom: 3px;
}

header .single-top div {
  font-size: 18px;
  float: left;
  font-weight: bold;
}

header .single-top a:hover {
  color: #333;
}
header .single-top .top_tel{
  border: 1px #d71c0d solid;
  padding: 15px 30px;
  margin-left: 50px;
  transition: all ease 0.3s;
  color: #000;
  cursor: pointer;
}
header .single-top .top_tel:hover{
  background-color: #d71c0d;
  transition: all ease 0.3s;
  color:#fff
}
header .container{
  position: relative;
}
.headernav_box{
  flex: 0 40%;
  display: flex;
  justify-content:flex-end;
  align-items: center;
}
.header{
  position: relative;
  z-index: 999;
  width: 100%;
}
.banner{
  position: relative;
  z-index: 0;
}
.banner img{
  height: 100%;
  width: 100%;
}

.banner .swiper-button-next::after, .banner .swiper-button-prev::after{
  font-size:36px
}

/* indexproducts */
.indexproducts{
  background: url(../images/bgimg.webp) no-repeat fixed;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
.indexproducts::before{
  content: "";
  top:0;
  left:0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background:rgba(30, 28 ,27 , 0.8);
}
.index_margin{
  margin-bottom: 20px;
}
.indextitle{
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}
.indextitle::before{
  content: "";
  top:0;
  left:0;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 100%;
  position: absolute;
  background:#d71c0d;
}
.indextitle h2{
  font-size:60px;
  color:#fff;
  font-family: Impact;
  word-wrap: break-word;
  word-break: break-all;
}
.indextitle p{
  color:#d71c0d;
  font-size:16px
}
.indexproducts_main{
  position: relative;
}
.indexproducts_item{
  background: #fff;
  padding: 20px 20px 20px 20px;
  position: relative;
  z-index: 9;
  height: 100%;
  cursor: pointer;
  margin-bottom: 20px;
}
.indexproducts_item_img{
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 70%;  
}
.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{
  margin-top: 30px;
  transition: all ease 0.3s;
}
.indexproducts_item_more a{
  font-size:16px;
  color:#d71c0d;
  border-bottom: 1px #d71c0d solid;
  transition: all ease 0.3s;

}
.indexproducts_item:hover{
  background-color: #000;
  transition: all ease 0.3s;
}
.indexproducts_item:hover h2 a{
  color: #fff;
}
.indexproducts_item:hover .indexproducts_item_more{
  display: inline-block;
}
.indexproducts_item:hover .indexproducts_item_img img{
  transform: scale(1.2);
  transition: all ease 0.3s;
} 

/* about */
.indexabout{
  padding: 80px 0;
}
.indextitle_tit{
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}
.indextitle_tit::before{
  content: "";
  top:0;
  left:0;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 100%;
  position: absolute;
  background:#d71c0d;
}
.indextitle_tit h2{
  font-size:60px;
  color:#000;
  font-family: Impact;
  word-wrap: break-word;
  word-break: break-all;
}
.indextitle_tit p{
  color:#d71c0d;
  font-size:16px
}
.indexabout_title p{
  margin-bottom: 20px;
  color:#666;
word-wrap: break-word;
white-space: normal;
}
.indexabout_more{
  display: inline-block;
  background: #d71c0d;
  color:#fff;
  font-size:16px;
  font-weight: bold;
  padding: 10px 40px;
  border: 1px #d71c0d solid;
  transition: all ease 0.3s;
}
.indexabout_more:hover{
  border: 1px #d71c0d solid;
  transition: all ease 0.3s;
  background: none;
  color:#000
}
.indexabout_img{
  position: relative;
  z-index: 9;
}
.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%;
}
.indexabout_img_tit{
  position: absolute;
  top:20%;
  left: 10%;
}

.indexabout_img_title h2{
  font-size:30px;
  text-transform: uppercase;
  color:#fff;
  margin-bottom: 30px;
  font-family:Impact;
}
.indexabout_img_title h3{
  font-size:160px;
  color:#fff;
  font-family:Impact;
  line-height: 160px;
}
.indexabout_img_title h4{
  font-size:100px;
  color:#fff;
  font-family:Impact;
  line-height: 100px;
}
.indexabout_img_title h5{
  font-size:30px;
  text-transform: uppercase;
  color:#fff;
  margin-top: 30px;
  font-family:Impact;

}
.indexabout_adv{
  margin-top: 30px;
}
.indexabout_adv_title{
  position: relative;
  margin-bottom: 10px;
}
.indexabout_adv_title h3{
    display: flex;
  font-size: 30px;
  color: #000;
  font-family: Impact;
  padding-left:30px;
}
.indexabout_adv_title h3::before {
  content: "";
  position: absolute;
  top:17px;
  bottom: 0;
  left: 7px;
  right: 0;
  width: 6px;
  height:6px;
  background: #d71c0d;
  border-radius: 50%;
  z-index: 9;
}
.indexabout_adv_title h3::after {
  content: "";
  position: absolute;
  top:10px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 20px;
  height:20px;
  background: #f9dedc;
  border-radius: 50%;
  z-index: 0;
}
.indexabout_adv_title p{
  font-size:16px;
  margin-top: 10px;
  padding-left: 30px;
  color:#666   ; 
  word-wrap: break-word;
    white-space: normal;
}
.indexadvantages{
  position: relative;
  padding:30px 0;

}
.indexadvantages_wrap{
  padding: 30px 0;
  position: relative;
  color:#fff;
  padding-left: 30px;
  border-top: 1px #666 solid;
  border-bottom: 1px #666 solid;
  border-right: 1px #666 solid;
  height: 100%;

}
.indexadvantages_wrap::before{
  content: "";
  top:0;
  left:0;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 100%;
  position: absolute;
  background:#d71c0d;
}
.indexadvantages_wrap h2{
  font-size:20px;
  font-family: Impact;
  position: relative;
  /*padding-left: 30px;*/
  word-wrap: break-word;
    white-space: normal;
}
.indexadvantages_wrap h2::before {
    display: none;
  content: "";
  position: absolute;
  top:45px;
  bottom: 0;
  left: 5px;
  right: 0;
  width: 10px;
  height:10px;
  background: #d71c0d;
  border-radius: 50%;
  z-index: 9;
}
.indexadvantages_wrap h2::after {
     display: none;
  content: "";
  position: absolute;
  top:40px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 20px;
  height:20px;
  background:rgba(215, 28 ,13 , 0.5);
  border-radius: 50%;
  z-index: 0;
}
.indexadvantages_wrap h2 span{
  font-size:36px;
  color:#999;
  font-family: Impact;
  display: inline-block;
  margin-right: 5px;
}
.indexadvantages_wrap p{
 word-wrap: break-word;
    white-space: normal;
  color:#999;
  font-size:16px;
  margin-top: 10px;
}
.indexservice{
  padding:0 0 80px 0;
  background: #f0f0f0;
}
.indexservice_wrap{
  background: #fff;
  padding: 50px 30px;
  position: relative;
  margin-top: -50px;
}
.productSwiper_img{
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 80%;  
}
.productSwiper_img img{
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  border-radius: 5px;
}

.productSwiper_wrap{
  position: relative;
}
.productSwiper_img{
  position: relative;
}
.productSwiper_title{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0,0, 0.3);
  width: 100%;
  height: 100%;
  transition: all ease 0.3s;
}
.productSwiper_title h3{
  position: absolute;
  bottom: 15%;
  left: 5%;
  right: 5%;
  color:#fff
}
.productSwiper_title h3 a{
  color:#fff;
  font-size:18px;
  text-transform: uppercase;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;

}
.productSwiper_wrap:hover .productSwiper_title{
  background: rgba(0, 0,0, 0.1);
  transition: all ease 0.3s;
}

/* news */
/* news */
.indexnews{
  background-color: #fff;
}
.indexnewstitle {
  text-align: center;
}
.indexnewstitle span{
  font-size:18px;
  color: #0b9fab;
}
.indexnewstitle h3{
  font-size:60px;
  text-transform: uppercase;
  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: 70%;
}
.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;
}

/* footer */

/* footer */
footer {
  background:url(../images/bgimg.webp) no-repeat fixed;
  background-size: cover;
  color: #fff;
  padding-top: 20px;
  position: relative;
}
footer a {
  color: #fff
}
footer::before{
  content: "";
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  background:rgba(30, 28 ,27 , 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  transition: all 0.35s ease;
}
.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;
}
.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) {
    .indexproducts_item{padding:15px 10px;}
  .navbar-toggler {
    background:#d71c0d;
  }
  .bg-dark {
    background:#fff !important;
    padding:0 0 !important;
  
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }
  header .topbar{
    display: none;
  }
  .indexproducts{
    padding: 50px 0;
  }
  .indextitle h2{
    font-size:36px
  }
  .indextitle_tit h2{
    font-size: 40px;
  }
  .indexabout_img_tit{
    top:10%;
  }
  .indexabout_img_title h3{
    font-size:100px;
    line-height: 100px;
  }
  .indexabout_img_title h4{
    font-size:80px;
    line-height: 80px;
  }
}

@media (min-width:577px) and (max-width:767px) {
  .navbar-toggler {
    background:#d71c0d;
  }
  .bg-dark {
    background:#fff !important;
    padding:0 0 !important;
  
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }
  header .topbar{
    display: none;
  }
  .indexproducts{
    padding: 50px 0;
  }

}

@media (min-width:768px) and (max-width:992px) {
  .navbar-toggler {
    background:#d71c0d;
  }
  .bg-dark {
    background:#fff !important;
    padding:0 0 !important
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }
  header .topbar{
    display: none;
  }
  
}

@media (min-width:992px) and (max-width:1200px) {
  .navbar-toggler {
    background:#d71c0d;
  }
  .bg-dark {
    background:#fff !important;
    padding:0 0 !important
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }
  header .topbar{
    display: none;
  }
  .indexabout_img_tit{
    top:10%
  }
  .indexabout_img{
    margin-top: 100px;
  }

}

@media (min-width:1200px) and (max-width:1400px) {
  .indexabout_img_tit{
    top:10%
  }
  .indexabout_img{
    margin-top: 100px;
  }
  .fixed-nav .nav_wrap{
    flex: 0 80%;
  }
  
}

@media (min-width:1400px) and (max-width:1680px) {
  .indexabout_img_tit{
    top:10%
  }
  .indexabout_img{
    margin-top: 50px;
  }
  
}