@charset "utf-8";

header{
  background:rgba(0, 0, 0, 0.8);
}
header .container{
  position: relative;
}
.headernav_box{
  flex: 0 10%;
  display: flex;
  justify-content:flex-end;
  align-items: center;
}
.header{
  position: relative;
  z-index: 999;
  width: 100%;
}
.banner{
  position: relative;
  z-index: 0;
  margin-top: -100px;
}
.banner img{
  height: 100%;
  width: 100%;
}

.banner .swiper-button-next::after, .banner .swiper-button-prev::after{
  font-size:36px
}
/* service */
.indexpadding{
  padding: 50px 0 50px 0;
}
.indextitle{
  font-size:48px;
  text-align: center;
  margin-bottom: 30px;
}
.indexservice{
  margin-bottom: 20px;
}
.indexservice_img{
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 70%;
}
.indexservice_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;
}
.indexservice_title h2{
  font-size:20px;
  color: #000;
  margin-bottom: 10px;
  margin-top:20px;
  font-weight: bold;
  word-wrap: break-word;
  /*display: -webkit-box;*/
  /*  -webkit-line-clamp: 1;*/
  /*  -webkit-box-orient: vertical;*/
  /*  overflow: hidden;*/
}
.indexservice_title h3{
     word-wrap: break-word;
   /*display: -webkit-box;*/
   /* -webkit-line-clamp: 2;*/
   /* -webkit-box-orient: vertical;*/
   /* overflow: hidden;*/
}
.indexservice_title{
        min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.indexservice_more{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  padding: 10px 40px;
  margin-top: 20px;
  color:#fff;
  font-size: 16px;
  text-transform: none;
  transition: all ease 0.3s;
  max-width: 50%;
}
.indexservice_more i{
  margin-left: 10px;
}
.indexservice_more:hover{
  padding: 10px 50px;
  transition: all ease 0.3s;
}

/* about */
.indexabout{
  padding: 50px 0;
  background-color: #eee;
}
.indexabout_title h1{
  font-size:48px;
  color: #000;
  border-bottom: 2px #000 solid;
  padding-bottom: 20px;
  font-weight: bold;
  margin-bottom:20px;
}
.indexabout_title p{
  padding-bottom: 10px;
}
.indexabout_title h2{
  font-weight: bold;
  font-size:20px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.indexabout_title h3{
  font-size:18px;
  margin-top:30px;
  line-height: 24px;
}
.indexabout_img{
  padding-left: 80px;
  position: relative;
}
.indexabout_img_top {
  position: relative;
}
.indexabout_img_top img{
  height: 550px;
}
.indexabout_img_bottom{
  position: absolute;
  bottom: 0;
  margin-right: 50px;
  margin-left: -50px;
  margin-bottom: -100px;
}
.indexabout_img_bottom img{
  border: 5px #fff solid;
}

/* indexproduct */
.indexproduct{
  background: url(../images/4.png) no-repeat;
  background-size: cover;
  padding:50px 0
}
.indexproduct_title{
  font-size:48px;
  text-align: center;
  margin-bottom: 30px;
  color:#fff
}
.indexproduct .productSwiper {
  padding-bottom: 80px;
}
.productSwiper .swiper-button-next,
.productSwiper .swiper-button-prev {
  bottom: 0;
  top: auto;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius:2px;
  text-align: center;
  background-color: #000;
  z-index: 9999;
}

.productSwiper .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid #fff;
  width: 15px;
  height: 15px;
  background-color: transparent;
}

.productSwiper .swiper-pagination-bullet-active {
  background-color: #fff;
}

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

.productSwiper .swiper-button-next:hover,
.productSwiper .swiper-button-prev:hover {
  background-color: #0ba7f1;
}
.indexproduct_wrap{
  background-color: #fff;
  padding: 20px 20px 30px 20px;
}
.indexproducts_title h2 {
  font-size: 20px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0;
}
.indexproducts_title h3{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size:14px;
  color: #999;
}

/* logo */
.indexlogo{
  padding:0 0 50px 0;
}
/* 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 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: #000;
  text-align: center;
  background-color: #fff;
  margin-top: 10px;
  border: 1px solid #000;
  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 .blogline {
  width: 0%;
  height: 3px;
  background: #de032b;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  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;
  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{
  background-color: #252525;
  padding: 30px 0;
  color: #fff;
  position: relative;

}
footer a{
  color: #fff;
}

.foot{
  padding-top:80px;
  padding-bottom: 80px;
}
#indexmap{
  height: 600px;
  margin-bottom: 20px;
}
.fot_right{
  position: relative;
  height: 100%;
  padding-left: 20px;
}
.fot_right_about h3{
  font-size:36px;
  text-transform: none;
  font-weight: bold;
  margin-bottom: 20px;
  word-wrap: break-word;
  word-break: break-all;
  font-family: Impact;
}
.fot_right_about span{
  color: #de032b;
  font-family: Impact;
}
.fot_right_about p{
  color: #999;
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 3;*/
  /*-webkit-box-orient: vertical;*/
  /*overflow: hidden;*/
  word-wrap: break-word;
}
.fot_contact {
  margin-top: 20px;
}
.fot_contact h3{
  color:#de032b;
  font-size:16px;
  margin: 5px 0;
  font-weight: bold;
}
.fot_contact p{
  font-size:18px;
  color:#999;
  padding: 5px 0;
}
.foot_more{
  background-color: #de032b;
  color: #fff;
  padding: 10px 40px;
  display: inline-block;
  margin-top: 20px;
  font-family: Impact;
  text-transform: none;
  transition: all ease 0.3S;
}
.foot_more:hover{
  padding: 10px 60px;
  transition: all ease 0.3S;
}
.fot_sj{
  transition: all ease 0.3s;
  margin-top: 10px;
}
.fot_sj a{
  display: inline-block;
  background-color: #de032b;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  transition: all ease 0.3s;
  margin-right: 10px;
}
.fot_sj a:hover{
  transform: scale(0.9);
  transition: all ease 0.3s;
}
.bottom{
  margin-top:30px;
  color: #999;
}
.bottom a{
  color: #de032b;
}
.foot{
  padding: 50px 0;
}
@media (max-width:576px) {
   .indexproduct .indexservice_more{
         max-width: initial;
    }
  .navbar-toggler {
    background:none;
  }
  .bg-dark {
    background:#19232c !important;
    padding:0 0 !important
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }
  .banner{
    margin-top: 0;
  }
  .indextitle{
    font-size:36px;
    line-height: 36px;
  }
  .indexservice_more{
    padding: 8px 10px;
    font-size:14px
  }
  .indexservice_more:hover{
    padding: 8px 10px;
  }
  .indexabout_title h1{
    font-size:36px
  }
  .indexabout_img{
    padding-left: 0;
    margin-top: 20px;
  }
  .indexabout_img_bottom{
    margin-left: 0;
    margin-bottom: 0;
  }
  .indexproduct_title{
    font-size: 36px;
    line-height: 36px;
  }
  .fot_right{
    padding-left: 0;
  }
  .fot_right_about h3{
    font-size: 30px;
  }
  .fot_about h3{
    font-size: 30px;
  }
  .fot_left{
    border: none !important;
  }
  .productSwiper .swiper-pagination-bullet{
    display: none;
  }
}

@media (min-width:577px) and (max-width:767px) {
    .indexproduct .indexservice_more{
         max-width: initial;
    }
  .navbar-toggler {
    background:none;
  }
  .bg-dark {
    background:#19232c !important;
    padding:0 0 !important
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }
  .banner{
    margin-top: 0;
  }
  .indextitle{
    font-size:36px;
    line-height: 36px;
  }
  .indexservice_more{
    padding: 8px 10px;
    font-size:14px
  }
  .indexservice_more:hover{
    padding: 8px 20px;
  }
  .indexabout_title h1{
    font-size:36px
  }
  .indexabout_img{
    padding-left: 0;
    margin-top: 20px;
  }
  .indexabout_img_bottom{
    margin-left: 0;
    margin-bottom: 0;
  }
  .indexproduct_title{
    font-size: 36px;
    line-height: 36px;
  }
  .fot_right{
    padding-left: 0;
  }
  .fot_right_about h3{
    font-size: 30px;
  }
  .fot_about h3{
    font-size: 30px;
  }
  .fot_left{
    border: none !important;
  }
  .productSwiper .swiper-pagination-bullet{
    display: none;
  }
}

@media (min-width:768px) and (max-width:992px) {
    .indexproduct .indexservice_more{
         max-width: initial;
    }
    .indexservice_more{
        max-width: 25%;
    }
  .navbar-toggler {
    background:none;
  }
  .bg-dark {
    background:#19232c !important;
    padding:0 0 !important
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }
  .banner{
    margin-top: 0;
  }
  .indexservice_more{
    padding: 10px 10px;
    font-size:14px
  }
  .indexservice_more:hover{
    padding: 10px 20px;
  }
  .indexabout_img{
    margin-top: 20px;
  }
  .indexabout_img_bottom{
    margin-bottom: 0;
    position: relative;
    margin-top: -80px;
  }
  .fot_right{
    padding-left: 0;
  }
}

@media (min-width:992px) and (max-width:1200px) {
    .indexproduct .indexservice_more{
         max-width: initial;
    }
      .indexservice_more{
        max-width: 25%;
    }
  .navbar-toggler {
    background:none;
  }
  .bg-dark {
    background:#19232c !important;
    padding:0 0 !important
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }
  .indexabout_img{
    display: none;
  }
  .banner{
    margin-top: 0;
  }
  .fot_right{
    padding-left: 0;
  }
  .fot_tags{
    margin-top: 0;
  }
}

@media (min-width:1200px) and (max-width:1400px) {
  .fot_right{
    padding-left: 0;
  }
}

@media (min-width:1400px) and (max-width:1680px) {
  .fot_right{
    padding-left: 0;
  }
}