 
/******banner*****/
.banner{position: relative;}
.banner img{width: 100%;}
#bannerCarousel .carousel-indicators li{width: 44px;height: 4px;border-radius: 2px;background-color: #fff;margin:0 10px;border:none;}
#bannerCarousel .carousel-indicators .active{background-color:#ff4b4c;}


.section-protype{padding:60px 0 40px;}
.section-protype .protype-head{display: flex;flex-direction: column;align-items: center;justify-content: center; width: 320px;color:#fff;
  background-color: #000;}
.section-protype .protype-head .icon{padding:25px;background-color: #ff2d2e;margin-bottom: 50px;}
.section-protype .protype-head .tit{font-family: "JostBold";font-size: 30px;margin-bottom: 20px;}
.section-protype .protype-head .more{}
.protype-body{display: flex;flex: 1;}
.protype-body .item{position: relative;margin-left: 1px;}
.protype-body .item.active{width: 56%;transition: all 0.3s;}
.protype-body .item:not(.active){width: 22%;transition: all 0.3s;}
.protype-body .item img{width: 100%;height: 500px;object-fit: cover;}
.protype-body .item .bg{position: absolute;width:100%;height: 100%; top:0;left:0;}
.protype-body .item .cont {position: absolute;bottom: 0;left:0;width: 100%;color:#fff;padding:20px; 
	background-image: linear-gradient(to bottom, rgb(0,0,0,0) 0%, rgb(0,0,0,0.5) 18%,rgb(0,0,0,1) 100%);}
.protype-body .item .cont h4{border-bottom: 1px solid #666;line-height: 30px;font-family: "JostBold";font-size: 20px;margin-bottom: 10px;padding-bottom: 5px;}
.protype-body .item .cont p{line-height: 24px;}
 
.section-index{padding:40px 0;} 
.section-head{ }  
.section-head h2{font-size: 36px;line-height: 40px; font-family: "JostBold"; text-transform:uppercase;text-align: center;padding-bottom: 25px; background:url(../images/index-product-head-bg.png) bottom center no-repeat; }
.section-head p{font-size: 20px;  text-align: center;margin-top: 20px;}
    
.product-list{margin-top:40px;}
.product-list ul{border-top:1px solid #ccc;margin:0;}
.product-list li{border-right:1px solid #ccc;border-bottom:1px solid #ccc; border-left:1px solid transparent;padding:15px;}
.product-list li .box{position: relative;cursor:default;}
.product-list li .box.link{cursor:pointer;}
.product-list li .img{position: relative;}
.product-list li .img img{width: 100%;}  
.product-list li .img .tags{position: absolute;top:25px;left:20px;}
.product-list li .box .cont{padding-top:15px;}
.product-list li .box .cont h3{font-size: 20px;font-family: "JostBold";line-height: 30px;}
.product-list li .box .cont p{ line-height: 24px;height: 48px;overflow: hidden;} 
.product-list .more{width: 360px;line-height: 60px;background-color:#ff2d2e;color:#fff;font-size: 18px;text-transform:uppercase; text-align: center; display: block;margin:50px auto;}

.section-blog{background: #f2f2f2 url(../images/index-blog-bg.jpg) bottom center / 100% auto no-repeat;padding:80px 0;overflow: hidden;}
.blog-list{margin-top: 60px;}
.blog-list .swiper{position: relative;padding-bottom: 80px;--swiper-theme-color:#ff2d2e;}
.blog-list .swiper-slide{opacity: 0.6;}
.blog-list .swiper-slide.swiper-slide-active {opacity: 1;}
.blog-list .swiper-slide .cont{padding:30px 40px;background-color: #fff;}
.blog-list .swiper-slide .cont h4{font-size: 20px;font-family: "JostBold";}
.blog-list .swiper-slide .cont .txt{margin-top: 20px;} 
.blog-list .swiper .swiper-pagination-bullet{opacity:0.8;width: 12px;height: 12px;margin:0 6px;}
.blog-list .swiper .swiper-pagination-bullet-active{opacity: 1;}

.index-zixun{position: relative;}
.index-zixun img{width: 100%;}
.index-zixun .zixun-box{position: absolute;width: 100%;height: 100%;left:0;top:0;padding:120px 12%;}
.zixun-body{}
.zixun-body .title{text-align: center;}
.zixun-body .title h2{text-transform: uppercase;font-size: 30px;font-family: "JostBold";}
.zixun-body .cont{ }
.zixun-body .cont .txt{font-size: 36px;line-height: 44px;}
.zixun-body .cont .txt strong{font-family: "JostBold"; }
.zixun-body .cont a{display: block;width: 250px;height: 50px;line-height: 50px;text-align: center; background-color: #ff2d2e;color:#fff;margin-top: 10px;}

@media (min-width:769px) {
  
}

@media (min-width:992px) { 
  .product-list li:nth-of-type(3n+1){border-left:1px solid #ccc;}
  .index-zixun .zixun-box{padding: 50px 12%;}
   
	 
}

@media (min-width:1200px) {
	.section-head h2{font-size: 36px;} 
	.zixun-body .title{width: 50%;text-align:left;}
	.index-zixun .zixun-box{padding: 80px 12%;}
	.zixun-body .cont{left: 44%;top:48%;padding-left: 50px; padding-top:30px;position: absolute;  }
}

@media (min-width:1500px) { 
	.index-zixun .zixun-box{padding: 120px 12%;}
	.zixun-body .cont{left: 50%; top:50%;padding-left: 80px;}
	  
}

@media(max-width: 1199px){   
	.zixun-body {height: 100%;display: flex;flex-direction: column;justify-content: space-between;}
	.zixun-body .cont{text-align: center;margin-top: 20px;}
	.zixun-body .cont a{margin:20px auto;}



}

@media(max-width:991px){ 
	.section-protype .protype-head{width:200px;}
	.product-list li:nth-of-type(2n+1){border-left:1px solid #ccc;}
   
}

@media(max-width:768px){   
   .index-zixun .zixun-box{padding:30px 15px;}
   .index-zixun img{height: 300px;object-fit: contain;}
   .zixun-body .title h2{font-size: 20px;}
   .zixun-body .cont .txt{font-size: 22px;line-height:30px;}
   .zixun-body .cont a{width: 180px;margin-bottom: 0;height: 40px;line-height: 40px;}
   .blog-list .swiper-slide {padding:0 15px;}
   .blog-list .swiper-slide .cont{padding:15px;}
   .section-protype{padding:30px 0;}
   .section-protype .flexbox{display: block;}
   .section-protype .protype-head{width: 100%;padding:20px 0;}
   .section-protype .protype-head .icon{margin-bottom: 10px;padding:15px;}
   .section-protype .protype-head .tit{margin-bottom: 0;font-size: 20px;}
   .protype-body .item.active{width: 70%;}
   .protype-body .item:not(.active){width: 15%;}
   .protype-body .item img{height: 240px;}
   .protype-body .item .cont{padding:10px;overflow:hidden;}
   .protype-body .item .cont h4{font-size:16px;white-space: nowrap;}
   .protype-body .item .cont a{font-size:14px;white-space: nowrap;}
   .section-head h2{font-size: 24px;padding-bottom:15px;}
   .section-head p{font-size: 16px;}
   .product-list ul{margin:0 -5px;}
   .product-list li{padding:5px;}
   .product-list li .box .cont h3{font-size: 16px;}
   .product-list li .box .cont p{font-size: 14px;line-height: 20px;height: 40px;}
   .product-list .more{margin:20px auto 0;width:200px;line-height:44px;font-size:16px;}
   .section-blog{padding:30px 0;}
   .blog-list{margin-top: 30px;}
   .blog-list .swiper{padding-bottom: 50px;}
   .blog-list .swiper-slide .cont h4{font-size: 18px;}


}