@charset "utf-8";

.indexbg {
  padding: 50px 0;
}

/*company  */
.indexcompany {
  background-color: #172f3b;

}
.company_left .company_row{
    text-align: center;
}
.company_left .company_row p{
    word-break: break-word;
    word-wrap: break-word;
}
.indexcompany_left{
  color:#fff;
  padding: 30px 0 30px 15% ;
  height: 100%;
}
.indexcompany_right{
  background-color: #fff;
  padding: 0 0;
  padding: 30px 15% 30px 30px;
}

.company_right h3{
  font-size:22px;
  font-weight: bold;
}
.mySwiper2 .swiper-slide {
  padding-top: 30px;
}
.company_row{
  padding: 0 0;
  margin: 0 0;
}


/* about */
.indexabout {
  padding: 100px 0;
  position: relative;
}
.indexabout_left{
  position: relative;
}
.about_title h1{
  font-size: 87px !important;
  color: transparent !important;
  -webkit-text-stroke: 1px #bfe35c;
  position: absolute;
  top: -11%;
  z-index: -1;
}
.about_title h2{
  font-size:55px;
  font-weight: bold;
  line-height: 55px;
  margin-bottom: 20px;
}
.about_title h3{
  font-size:16px;
  color: #999;
  line-height:24px ;
}

.indexabout_way{
  margin-top: 20px;
}
.indexabout_way li {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.indexabout_way li span {
  margin-right: 15px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  position: absolute;
}

.indexabout_way li i {
  font-size: 18px;
  color: #bfe35c;
  text-align: center;
}

.indexabout_way li h4 {
  font-size: 16px;
  color: #000;
  line-height: 25px;
  flex: 1;
  padding-left: 50px;
}

.indexabout_way li a {
  flex: 1;
}
.more {
  padding: 10px 30px;
  background-color: #bfe35c;
  display: inline-block;
  margin-top: 20px;
  transition: all ease 0.3s;
  cursor: pointer;
  border-radius: 35px;
}

.more a {
  color: #fff;
  font-weight: bold;
}

.more:hover {
  background-color: #172f3b;
  padding: 10px 45px;
  transition: all ease 0.3s;
}
.indexabout_right{
  position: relative;
}
.dr {
  position: absolute;
  top: 5%;
  left:5%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.drbtn {
  position: relative;
}

.cw {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid #bfe35c;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #bfe35c;
}

.cw:hover {
  border: 5px solid #bfe35c;
  background-color: transparent;
  transition: 0.5s;
}

.cw:hover i {
  color: #172f3b;
}

.cw i {
  font-size: 25px;
  color: #172f3b;
}

.bo {
  position: absolute;
  top: 0;
}

.bo::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #bfe35c;
  animation: scale 2s infinite;
}

.bo::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #bfe35c;
  animation: scale2 2s infinite;
}

@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.videomain {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999999999999999999;
}

.videoclose {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}

.videoclose img {
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
}

.videobox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  overflow: hidden;
  max-height: 800px;
  min-height: 600px;
}

.videobox video {
  width: 100%;
  height: 100%;
}

.videobox iframe {
  width: 100%;
  height: 100%;
  max-height: 800px;
  min-height: 600px;
}
.indexaboutimg{
  padding-top: 10%;
}

/* showbanner */
.showbanner {
  background-image: url(../images/img6.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.showbanner .showban {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.showbanner .showban .info {
  width: 60%;
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
}

.showbanner .showban .info span {
  color: #fff;
  font-size: 16px
}

.showbanner .showban .info h2 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  line-height: 48px;
}

.showbanner .showban .info h3 {
  display: block;
  padding-top: 15px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding-bottom: 15px;
}

.showban_more {
  margin-top: 10px;
  text-transform: capitalize;
}

.showban_more a {
  display: block;
  font-size: 18px;
  width: 200px;
  line-height: 50px;
  background-color: #bfe35c;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease;
  margin: auto;
  font-weight: bold;
}

.showban_more a:hover {
  text-decoration: none;
  background-color: #172f3b;
  transition: all 0.3s ease;
  width: 240px;
}

.advantages_tit1{
    word-break: break-all;
}

.center_m {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
/* product */
.indexproduct {
  padding: 100px 0 50px 0;
}
.indextitle{
  position: relative;
}

.indextitle_left h2{
  font-size: 60px;
  color: transparent;
  -webkit-text-stroke: 1px #bfe35c;
  position: absolute;
  top: -50px;
  z-index: -1;
}
.indextitle_left h3{
  font-size:55px;
  font-weight: bold;
  line-height: 55px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.indextitle_right {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 90%;
  padding-left: 10%;
}
.indexproduct_main{
  margin-top: 50px;
}
.products {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 9;
  cursor: pointer;
}

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

.products_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.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.products:before {
  background: #000;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
}

.products:hover:before {
  opacity: 0.5;
  visibility: visible;
}

.products img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

.products:hover img {
  transform: scale(1.2);
}

.products .products-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20% 10% 20% 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 9;
  text-align: left;
}

.products:hover .products-hover {
  opacity: 1;
  visibility: visible;
}

.products .products-hover a {
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.products .products-hover h4 {
  color: #bfe35c;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 30px;
  position: relative;
  /*text-transform: uppercase;*/
  transform: translateY(-20px);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  width: 100%;
}

.products .products-hover h4 a {
  color:#bfe35c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.products:hover .products-hover h4 {
  transform: translateY(0px);
}

.products .products-hover p {
  color: #fff;
  font-size: 16px;
  transform: translateY(-20px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.products:hover .products-hover p {
  transform: translateY(0px);
}

.products .products-hover .link {
  font-size: 16px;
  color: #bfe35c;
  background: transparent;
  text-align: center;
  position: absolute;
  display: block;
  z-index: 9999;
  border-radius: 100%;
  border: 1px solid #bfe35c;
  height: 40px;
  width: 40px;
  line-height: 40px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 10%;
  bottom: 20%;
}

.products .products-hover .link:hover {
  background: #172f3b;
  color: #bfe35c;
  border-color: transparent;
}

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

.advantages{
  background-color: #172f3b;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 25%;
  padding: 30px 50px;
  color:#fff
}
.advantages h3{
  font-size:24px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.advantages p{
  font-size:16px;
  line-height: 24px;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.advantages button{
  border: none;
  background: none;
  color:#bfe35c
}
.advantages_title{
  border-bottom: 1px #ddd solid;
  padding-bottom: 20px;
  padding-top: 20px;
}
.advantages_tit{
  display: flex;
	-webkit-box-align: center;
	align-items: center;
  margin-top:22px;
  margin-bottom: 22px;
}
.advantages_title i{
  position: absolute;
  font-size: 48px;
  color: #bfe35c;
}
.advantages_title h3{
  padding-left: 80px;
  font-size:24px;
  font-weight: bold;
}


/* fotban */

.fotban {
  background: url(../images/bannercon.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}

.fotbanecover {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.fotbanemain {
  z-index: 99;
  position: relative;
  width: 90%;
  background-color: #172f3b;
  padding: 20px 20px;
}

.fotbanemain h2 {
  font-size: 40px;
  color: #fff;
  z-index: 99;
  font-weight: bold;
  margin: 20px 0 30px 0;
  line-height: 40px;
}

.fotbanemain p {
  font-size: 16px;
  color: #fff;
  z-index: 99;
}

.fotbanemain .fotbanebtn {
  display: inline-block;
  width: 25%;
  height: 60px;
  line-height: 60px;
  background-color: #bfe35c;
  font-size: 20px;
  color: #fff;
  text-align: center;
  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;
}


.view {
  border-radius: 10px;
  padding: 50px 20px;
}

.view .dh {
  position: absolute;
  bottom:50px;
  padding: 0;
  right: 50px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.view .limg {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 30px;
}

.view .viewtit {
  margin-top: 15px;
  margin-left: 15px;
}

.viewtit h5 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  color:#fff
}

.viewtit p {
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.view i {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  position: relative;
  font-size:80px;
  color: transparent !important;
  -webkit-text-stroke: 1px #bfe35c;
}

.view .ltxt p {
  font-size: 16px;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: bold;
}
.fotbanebtn:hover {
  width: 30%;
  background-color: #EC255A;
}
.fotbantitle{
  position: relative;
  z-index: 99;
  margin-top:50px ;
}
.fotbantitle h2{
  font-size: 87px !important;
  color: transparent !important;
  -webkit-text-stroke: 1px #bfe35c;
  position: absolute;
  top: -50px;
  z-index: -1;
}
.fotbantitle h3{
  font-size:55px;
  font-weight: bold;
  line-height: 55px;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
  color:#fff
}
.fotbantitle span{
  color:#e5e1e1
}

/* news */
.left_news{
  margin-top: 30px;
  width: 90%;
}
.left_news h2{
  font-size:48px !important;
  top:-30px
}
.left_news{
  padding-bottom: 20px;
  border-bottom: 1px #000 solid;
  margin-bottom: 20px;
}
.newstitle{
  margin-bottom: 20px;
}
.newstitle h2{
  font-size:20px;
  font-weight: bold;
  color:#000
}
.newstitle span{
  color:#999;
  font-size: 14px;
  display: block;
  padding: 10px 0;
}
.newstitle p{
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexnews {
  padding-top: 80px;
}


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

.news_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}

.news {
  padding-bottom: 20px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  width: 80%;
  margin: auto;
}

.news span {
  margin-top: 10px;
  display: block;
  color: #bfe35c;
}

.news h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0 10px 0;
}

.news p {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0;
  line-height: 22px;
}
.news_title {
  padding: 10px 0px;
}


/* footer */

footer {
  background-color: #0e1c24;
  color: #fff;
  padding-top: 30px;
}

footer a {
  color: #fff
}

.fot_logo {
  margin-bottom: 10px;
}
.fot_logo img{
  max-height: 80px;
}
.foot {
  padding: 30px 0 50px 0;
}

.foot a:hover {
  color: #bfe35c
}

.fot_sj {
  margin-top: 20px;
}
.fot_sj i {
  display: inline-block;
  width: 30px !important;
  height: 30px;
  border-radius: 50%;
  background-color: #999;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  margin-right: 10px;
  transition: all 0.5s;
  position: relative !important;
}

.fot_sj i:hover {
  background-color: #bfe35c;
  transition: all 0.5s;
  color: #fff;
  transform: scale(0.9);
}

.fot_nav {
  margin-bottom: 10px;
  margin-top: 10px;
}

.fot_nav i {
  position: absolute;
  width: 30px;
}

.fot_nav h3 {
  padding-left: 30px;
}

.fot_nav h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}


.fot_nav ul li {
  padding-top: 10px;
}

.bottom {
  border-top: 1px #ddd solid;
  padding: 15px 0;
  color: #fff
}

.bottom a {
  color: #bfe35c;
}

@media (max-width:576px) {
    .view i{display:none;}
    .fotbantitle h2{display:none;}
  .bg-dark {
    background-color: #fff !important;
  }

  .navbar-toggler {
    background-color: #bfe35c;
  }

  .indexcompany_left {
    padding: 20px 0;
  }
  .about_title h2{
    font-size:36px;
    font-weight: bold;
    line-height: 36px;
  }

  .fotbanemain {
    width: 100%;
  }
  .dr{
    top:60%;
    left: 50%;
  }
  .indexabout{
    padding: 50px 0;
  }
  .about_title h1{
    top:-50px
  }
  .showbanner .showban .info{
    width: 100%;
  }
  .showbanner .showban .info h2{
    font-size:30px;
    line-height: 30px;
  }
  .indextitle_left h3{
    font-size:36px;
    line-height: 36px;
  }
  .indextitle_right{
    padding: 0;
    width: 100%;
  }
  .indexproduct_main{
    margin-top: 30px;
  }
  .indexproduct{
    padding:50px 0 30px 0;
  }
  .products .products-hover p{
    display: none;
  }
  .indexcompany_right{
    padding: 30px 0;
  }
  .products .products-hover .link{
    display: none;
  }
  .products .products-hover h4{
    font-size:20px
  }
  .indextitle_left h2{
    font-size:48px;
    line-height: 48px;
  }
  .index_advantages{
    padding: 0 0;
  }
  .advantages{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 10px;
  }
  .fotbanemain h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .fotban{
    margin-top: 30px;
  }

  .fotbanemain .fotbanebtn {
    width: 50%;
  }
  .fotbantitle h3{
    font-size:36px;
    line-height: 36px;
  }
  .indexnews{
    padding-top: 30px;
  }

  .news{
    width: 100%;
  }
  .foot {
    padding: 20px 0;
  }

  .fot_tags {
    margin-bottom: 0;
  }
  .fot_none{
    display: none;
  }
  .advantages_main{
    padding-top: 30px;
  }


}
@media (min-width:576px) and (max-width:768px) {
    .view i{display:none;}
    .fotbantitle h2{display:none;}
  .bg-dark {
    background-color: #fff !important;
  }

  .navbar-toggler {
    background-color: #bfe35c;
  }

  .indexcompany_left {
    padding: 20px 0;
  }
  .about_title h2{
    font-size:36px;
    font-weight: bold;
    line-height: 36px;
  }

  .fotbanemain {
    width: 100%;
  }
  .dr{
    top:60%;
    left: 50%;
  }
  .indexabout{
    padding: 50px 0;
  }
  .about_title h1{
    top:-50px
  }
  .showbanner .showban .info{
    width: 100%;
  }
  .showbanner .showban .info h2{
    font-size:30px;
    line-height: 30px;
  }
  .indextitle_left h3{
    font-size:36px;
    line-height: 36px;
  }
  .indextitle_right{
    padding: 0;
    width: 100%;
  }
  .indexproduct_main{
    margin-top: 30px;
  }
  .products .products-hover .link{
    display: none;
  }
  .indexproduct{
    padding:50px 0 30px 0;
  }
  .indexcompany_right{
    padding: 30px 15px;
  }
  .indextitle_left h2{
    font-size:48px;
    line-height: 48px;
  }
  .index_advantages{
    padding: 0 0;
  }
  .advantages{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 10px;
  }
  .fotbanemain h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .fotban{
    margin-top: 30px;
  }

  .fotbanemain .fotbanebtn {
    width: 50%;
  }
  .fotbantitle h3{
    font-size:36px;
    line-height: 36px;
  }
  .indexnews{
    padding-top: 30px;
  }

  .news{
    width: 100%;
  }
  .foot {
    padding: 20px 0;
  }

  .fot_tags {
    margin-bottom: 0;
  }
  
}

@media (min-width:768px) and (max-width:992px) {
    .view i{display:none;}
    .fotbantitle h2{display:none;}
    
  .bg-dark {
    background-color: #fff !important;
}

.navbar-toggler {
    background-color: #bfe35c;
}
  .indexcompany_main{
    margin-top: 0;
  }
  .indexabout{
    padding: 50px 0;
  }
  .indexcompany_right{
    padding: 30px 15px;
  }
  .dr{
    top:60%;
    left: 50%;
  }
  .showbanner .showban .info{
    width: 90%;
  }
  .showbanner .showban .info h2{
    font-size:30px;
    line-height: 30px;
  }
  .indextitle_right{
    width: 100%;
    padding-left: 0;
  }
  .index_advantages{
    padding: 0 0;
  }
  .advantages{
    position: relative;
    width: 100%;
  }
  .indextitle_left h2{
    top:-10px
  }
  .fotbanemain{
    width: 100%;
  }
  .indexnews{
    padding-top: 30px;
  }
}

@media (min-width:992px) and (max-width:1200px) {
.bottom{
    padding: 15px 0 100px;
}
    .view i{display:none;}
    .fotbantitle h2{display:none;}
  .bg-dark {
    background-color: #fff !important;
}

.navbar-toggler {
    background-color: #bfe35c;
}
  .indexcompany_main{
    margin-top: 0;
  }
  .indexcompany_right{
    padding: 30px 15px;
  }
  .indexabout{
    padding: 50px 0;
  }
  .dr{
    top:60%;
    left: 50%;
  }
  .indextitle_right{
    padding-left: 0;
    width: 100%;
  }
  .indextitle_left h3{
    font-size:45px
  }
  .products .products-hover .link{
    bottom: 10%;
  }
  .advantages{
    position: relative;
    width: 100%;
  }
  .fotbantitle h3{
    font-size:45px
  }

}

@media (min-width:1200px) and (max-width:1400px) {
  .indexabout_right{
    padding-top: 0;
  }
  .advantages{
    position: relative;
    width: 100%;
  }
}

@media (min-width:1400px) and (max-width:1680px) {}