
/*banner样式*/
.index-banner{position:relative;margin-top: 100px;}
.index-banner .arrow-left,.index-banner .arrow-right{position:absolute;top:50%;z-index:2;margin-top:-46px;width:45;height:45;opacity: .3;}
.index-banner .arrow-left:hover,.index-banner .arrow-right:hover{opacity:1}
.index-banner:hover .arrow-left,.index-banner:hover .arrow-right{display:block}
.index-banner .arrow-left{left:58px;}
.index-banner .arrow-left>img{transform: rotate(180deg);}
.index-banner .arrow-right{right:58px;}
.banner-sliders .swiper-slide,.banner-sliders .swiper-wrapper{height:420px!important;overflow:hidden;position:relative}
.banner-sliders .swiper-slide a{height:420px!important;position:relative;display:block}
.banner-sliders .swiper-slide img{position:absolute;left:50%;top:0;display:none;}
.index-banner .slider-btns{position:absolute;left:50%;bottom:-5px;margin-left:-180px;width:360px;text-align:center;z-index:1}
.slider-btns .swiper-pagination-switch{display:inline-block;width:8px;height:8px;cursor:pointer;border-radius: 50%;border:1px solid #bdbdbd;margin:0 0 30px;}
.slider-btns .swiper-active-switch{background-color: #bdbdbd;}
.slider-btns .swiper-pagination-switch+.swiper-pagination-switch{margin-left:14px}
.banner-sliders .swiper-slide img.ph{display: none !important;}
.banner-sliders .swiper-slide img.pc{display: block !important;}

/*产品*/
.product_box,.about_box,.news_box{width: 100%;padding:86px 0;}
.product,.about,.news{width: 1170px;margin:0 auto;}
.product_list,.news_list{width: 100%;}
.product_item_box{width: 265px;position: relative;padding-bottom:15px;cursor: pointer;transition: all .6s ease;margin-right: 36px;margin-bottom: 45px;}
.product_item_box>i{position: absolute;width:100%;bottom:0;height: 3px;background-color: #e8e8e8;}
.product_item_box:hover>i{background: -webkit-linear-gradient(left top, #25bff2 , #25f250);background: -o-linear-gradient(left top, #25bff2 , #25f250);background: -moz-linear-gradient(left top, #25bff2 , #25f250);background: linear-gradient(left top, #25bff2 , #25f250);}
.product_item{width:100%;border:1px solid #e4e4e4;box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);}
.product_item .imgBox{height: 220px;line-height: 220px;border-bottom: 1px solid #e4e4e4;text-align: center;overflow: hidden;}
.product_item .imgBox>img{vertical-align: middle;max-width: 100%;max-height: 100%;}
.product_item>p{font-size: 14px;color:#1a1a1a;text-align: center;padding:32px 0;width: 90%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.product_item_box{float: left;}
.product_item_box:nth-child(4n+4){margin-right: 0;}
.product>a{margin:0 auto;}

/*关于我们*/
.about_box{background-color: #f5f5f5;}
.aboutCont{width: 100%;overflow: hidden;}
.aboutCont>img{float: right;margin-top: 20px;}
.aboutInfo{width: 59%;float: left;}
.aboutInfo>h3{color:#000;font-size: 20px;font-weight: bold;margin-bottom: 36px;}
.aboutInfo>p{font-size: 14px;color:#86878b;line-height: 24px;margin-bottom: 30px;}
.moreBtn{display: block;width: 120px;height: 46px;line-height: 46px;border-radius: 5px;font-size: 15px;color;#fff;text-align: center;color:#fff;background: -webkit-linear-gradient(to right, #25bff2 , #25f250);background: -o-linear-gradient(to right, #25bff2 , #25f250);background: -moz-linear-gradient(to right, #25bff2 , #25f250);background: linear-gradient(to right, #25bff2 , #25f250);}

/*新闻资讯*/
.newsClass{width: 575px;float: right;}
.newsClass:first-child{float: left;}
.newsClass>p{width:100%;margin-bottom: 10px;font-size:18px;font-weight: bold; display:inline-block;border-left:2px solid #1fc5f4;padding-left: 4px;color:transparent;background:linear-gradient(to right,#25bff2 , #25f250);-webkit-background-clip:text; }
.newsClass>p>a{float: right;}
.newsClass>ul{border:1px solid #ccc;width: 100%;padding:20px;box-sizing: border-box;}
.newsClass>ul li{cursor: pointer;overflow: hidden;padding-left: 8px; position: relative;border-bottom:1px dashed #ccc;line-height: 26px;font-size: 14px;color:#333;margin-bottom: 10px;}
.newsClass>ul li:before{position:absolute;top:50%;margin-top: -2px;left:0;content:"";width: 3px;height: 3px;background-color: #333;display: inline-block;}
.newsClass>ul li>span{width: 80%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: inline-block;}
.newsClass>ul li>i{float: right;}
.newsClass>ul li:last-child{border:none;}

@media only screen and (max-width: 1260px){
	.product, .about, .news{width: 800px;}
	.product_item_box,.newsClass{width: 384px;}
	.product_item_box{margin-right: 16px;}
}
@media only screen and (max-width: 830px){
	.index-banner{margin-top: 80px;}
}
@media only screen and (max-width: 600px){
	.index-banner{margin-top: 44px;}
	.index-banner .arrow-left, .index-banner .arrow-right{display: none !important;}
	.product, .about, .news{width: 100%;padding:0 10px;box-sizing: border-box;}
	.product_box, .about_box, .news_box{padding:40px 0;}
	.product_item_box,.product_item_box:nth-child(1){display:block;float: none;width:100%;margin-bottom: 20px;}
	.aboutInfo{width: 100%;}
	.aboutInfo>h3{text-align: center;}
	.aboutCont>img{display: none;}
	.moreBtn{width: 100%;}

	.newsClass{width: 100%;margin-bottom: 20px;}
	
	.banner-sliders .swiper-slide img.ph{display: block !important;}
	.banner-sliders .swiper-slide img.pc{display: none !important;}

	.banner-sliders .swiper-slide, .banner-sliders .swiper-wrapper { height: 200px!important;}

}