

/* 横幅 */
#banner{
	position: relative;
	overflow: hidden;
}
#banner .img{
	display:block;
	margin:0 auto;
    width: 100%;
}
.banner-pagination-center{
	text-align:center;
	position: absolute;
    bottom: 20px;
	width:100%;
	z-index:10;
}
#banner .banner-pagination {
	display:inline-block;
	width:auto !important;
}
#banner .banner-pagination .swiper-pagination-bullet {
    border-radius: 0;
    opacity: 1;
    margin: 0 5px;
	border-radius:0;
	padding:5px;
	border-radius:15px;
	background:#999;
	position:relative;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}

#banner .banner-pagination .swiper-pagination-bullet-active{
	background:#3169c0;
}





/* 通用标题 */
.topTitle{
	text-align:center;
	margin-bottom:40px;
}
.topTitle h2{
	font-weight:700;
	font-size:36px;
	margin-bottom: 10px;
	color:#333;
}
.topTitle .text{
	opacity: 0.7;
}


.pdClassfiy{
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	padding:5px;
}
.pdClassfiy .item{
	width:25%;
}
.pdClassfiy .item a{
	display: block;
	margin:10px;
	position: relative;
	color: #333;
}
.pdClassfiy .item img{
	max-width:100%;
	display: block;
}
.pdClassfiy .item .text{
	position: absolute;
	top:0px;
	left:0px;
	padding:20px;
}
.pdClassfiy .item .text .name{
	font-size:24px;
	font-weight: 700;
	margin-bottom: 12px;
}
.pdClassfiy .item .text .more{
	background-color: #0274f9;
	color:#fff;
	display: inline-block;
	padding:5px 15px;
	border-radius: 30px;
}
.pdClassfiy .item .text .more:hover{
	opacity: 0.9;
}

/* 工厂图片 */
.imgs{
	padding:5vw 0;
	background-color: #fdfdfd;
	width:100%;
	overflow: hidden;
}
.imgs .imgbox img{
	display: block;
	width:100%;
}
.imgs-pagination{
	padding-top:20px;
}
.imgs-pagination .swiper-pagination-bullet{
	width:10px;
	height:10px;
	margin:0 5px;
	background:#eee;
	border-radius:10px;
	border:1px solid #999;
}
.imgs-pagination .swiper-pagination-bullet-active{
	background:#3169c0;
	border:1px solid #3169c0;
}
.imgs-swiper .item{
	display:flex;
	justify-content:center;
}
.imgs-swiper .item img{
	display:block;
	max-width:100%;
	max-height:100%;
}


/* 企业优势 */
.adv{
	background: url(img/adv-bg.jpg)no-repeat center center;
	padding:5vw 0;
	background-size:cover;
}
.adv .topTitle{
	color:#fff;
}
.adv .topTitle h2{
	color:#fff;
}
.adv .list{
	display: flex;
	flex-wrap: wrap;
	margin:0 -10px;
	align-items: center;
}
.adv .list .item{
	width:20%;
	padding:0 10px;
}
.adv .list .item .box{
	background-color: #fff;
	border-radius: 300px;
	text-align: center;
	padding:50px 25px;
}
.adv .list .item .box .icon{
	margin:15px 0;
}
.adv .list .item .box .name{
	font-weight: 700;
	margin:15px 0;
	font-size:18px;
	line-height: 24px;
}
.adv .list .item .box .desc{
	opacity: 0.7;
	line-height: 22px;
}
/* .adv .list .item.i2,.adv .list .item.i4{
	padding-top:40px;
}
.adv .list .item.i3{
	padding-top:60px;
} */


/* 产品中心 */
#product{
	position:relative;
	padding:50px 0 50px 0;
	overflow:hidden;
	background:#f2f3f5;
}
#product .item{
	position:relative;
	background:#fff;
	margin-bottom:30px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	box-shadow:0 0 0px #fff;
	padding-bottom:5px;
}
#product .item:hover{
	box-shadow:0 0 25px #eee;
}

#product .swiper-area{
	position:relative;
}
#product .item .imgbox{
	overflow:hidden;
}
#product .item .imgbox img{
	max-width:100%;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#product .item h3{
	font-weight:500;
	font-size:16px;
	text-align:center;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
	color:#333;
	margin:10px;
}
#product .item .param{
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#333;
}

#product .more{
	padding-top:40px;
	text-align:center;
}
#product .more a{
	display:inline-block;
	height:46px;
	line-height:46px;
	padding:0 40px;
	color:#fff;
	background:#3169c0;
	border-radius:48px;
}
#product .more a:hover{
	padding:0 45px;
}


#product .classify{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}
#product .classify a{
	margin:10px;
	color:#333333b3;
}
#product .classify a::after{
	content:'';
	display: block;
	width:0%;
	height: 2px;
	background-color: #3169c0;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#product  .classify a.on::after{
	width:100%;
	color:#3169c0;
}
#product  .classify a.on{
	color:#3169c0;
}
#product  .classify a:hover{
	color:#333;

}
#product  .classify a:hover::after{
	width:100%;
}






#contact-bar{
	background:url('/tpl/default/skin/img/contact.webp')no-repeat center center;
	background-attachment: fixed;
	padding-bottom: 12vw;
	padding-top: 12vw;
}
#contact-bar .flex{
	display: flex;
	align-items: center;
	flex-direction: column;
	color:#fff;
}
#contact-bar .t{
	font-size:40px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}
#contact-bar .d{
	max-width: 782px;
	padding-bottom:40px;
	text-align: center;
}
#contact-bar .more{
	text-align:center;
}
#contact-bar .more a{
	display:inline-block;
	padding:12px 25px;
	color:#fff;
	background:#3169c0;
	border-radius:3px;
}
#contact-bar .more a:hover{
	opacity: 0.9;
}


/* 关于我们 */
.about{
	padding:5vw 0;
	background-color: #f2f3f5;
}
.about .flex{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.about .flex .left{
	width:50%;
	padding-right:4vw;
}
.about .flex .right{
	width:50%;
	position: relative;
}
.about .flex .right img{
	display: block;
	width:100%;
	border-radius: 3px;
}

.about .flex .right .bt{
	position: absolute;
    top: 50%;
    left: 50%;
    height: 80px;
    width: 80px;
    margin-left: -40px;
    margin-top: -40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.about .flex .right .bt img {
    width: 26px;
    height: 26px;
}
.about .flex .right .bt:hover{
	transform:scale(1.1); 
}

.about .flex .left .title{
	font-size:26px;
	font-weight: 700;
}
.about .flex .left .desc{
	color:#666;
	line-height: 26px;
	margin:25px 0;
}
.about .flex .left .list{
	display: flex;
	justify-content: space-between;
	margin:0 0 20px 0;
}
.about .flex .left .list .item{
	padding:10px 0 30px 0;
}
.about .flex .left .list .item .name{
	color:#666;
}
.about .flex .left .list .item .val{
	color:#3169c0;
	margin-bottom: 15px;
	position: relative;
}
.about .flex .left .list .item .val .num{
	font-size:48px;
	line-height: 48px;
	height: 48px;
	font-weight: 700;
	margin-right: 10px;
}
.about .flex .left .list .item .val .add{
	position: absolute;
	font-size:20px;
	line-height: 20px;
	top:-5px;
	font-weight: 700;
}
.about .flex .left .list .item .val .unit{
	position: absolute;
	font-size:20px;
	line-height: 20px;
	bottom:0px;
	font-weight: 700;
}

.about .flex .left .more{
	display: inline-block;
	padding: 15px 32px 15px 32px;
	background-color: #3169c0;
	border-radius: 4px;
	color:#fff;
	font-size: 12px;
	text-transform: uppercase;
}
.about .flex .left .more:hover{
	opacity: 0.9;
}

/* 视频弹窗 */
#video_popup{
	position: fixed;
	top:0;
	left:0;
	z-index: 9999;
	width:100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
}
#video_popup .video_body{
	position: relative;
}
#video_popup .video_close{
	color:#fff;
	font-size:40px;
	position: absolute;
	right:-30px;
	top:-50px;
	cursor: pointer;
	width:55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#video_popup .video_close:hover{
	color:red;
}
#video_popup video{
	width:45vw;
}



/* 证书 */
.cer{
	padding:5vw 0;
}
.cer img{
	display: block;
	max-width: 100%;
	margin:0 auto;
}


/* 新闻 */
.article{
	background:#fff;
	padding:5vw 0;
}
.article-list{
	overflow:hidden;
	padding-top:10px;
}
.article-list .item{
	-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;
}

.article-list .item:hover{
	box-shadow: 0 0 10px #eee;
}

.article-list .item .info{
	position:relative;
}
.article-list .item .imgbox{
	overflow:hidden;;
}
.article-list .item .imgbox img{
	width:100%;
	display: block;
}

.article-list .item .info{
	padding:30px;
}
.article-list .item h3{
	font-size:18px;
	line-height:18px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
	font-weight:700;
	margin-bottom: 15px;
}
.article-list .item .desc{
	color:#666;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.article-pagination{
	padding-top:20px;
}
.article-pagination .swiper-pagination-bullet{
	width:10px;
	height:10px;
	margin:0 8px;
	background:#eee;
	border-radius:10px;
	border:1px solid #999;
}
.article-pagination .swiper-pagination-bullet-active{
	background:#3169c0;
	border:1px solid #3169c0;
}
.article-swiper .item{
	display:flex;
	justify-content:center;
}
.article-swiper .item img{
	display:block;
	max-width:100%;
	max-height:100%;
}





@media screen and (min-width:0px) and (max-width:768px){
	#banner .item .text-content{max-width:95%;}
	#banner .item .text{padding-top:50px;}
	#banner .item .text-content .t{font-size:22px;margin-bottom: 15px;font-weight: 500;line-height: 28px;}
	#banner .item .text .d{display: none !important;}
	#banner .item .more{margin-top:0px;}
	#banner .item .more .bt{padding:5px 10px;}
	#banner .banner-pagination-center{bottom:10px;}

	#contact-bar .t{font-size:24px;}

	.product{padding: 10vw 0;}


	.topTitle{margin-bottom: 25px;}
	.topTitle h2{font-size:25px;}


	#cateThumb{width:100%;}
	#cateThumb .next,#cateThumb .prev{display: block;}
	.cateDesc .item .left{width:100%;}
	.cateDesc .item .right{width:100%;}
	.cateDesc .item .right .title{font-size:25px;}
	.cateDesc .item .right .desc{line-height: 26px;}

	#product{padding:35px 0;}
	#product .row{margin-left:-5px; margin-right:-5px;}
	#product .col-6{padding:5px;}
	#product .item{margin-bottom: 5px;}
	#product .more{padding-top:15px;}
	#product .classify{margin-bottom: 10px;}


	.video{background-size: cover;padding:20vw 0;}
	.video .bt img{height: 24px;}
	.video .bt{width:60px;height: 60px;}

	#video_popup video{width:100vw;}
	#video_popup .video_close{left:50%;top:-100px; margin-left:-25px;}

	
	.about{padding:10vw 0;}
	.about .flex{flex-direction: column-reverse;}
	.about .flex .left{width:100%;padding-right: 0px; margin-top:15px;}
	.about .flex .right{width:100%;}
	.about .flex .left .title{font-size:22px;}
	.about .flex .left .desc{margin-top:15px;}
	.about .flex .left .list .item{padding:10px 0; width:33.33%;}
	.about .flex .left .list .item .val .num{font-size:36px;}
	.about .flex .left .list .item .name{font-size:11px;}
	.about .flex .left .list .item .val .unit{font-size:12px;}

	.article{padding:10vw 0;overflow: hidden;}
	
	.pdClassfiy .item{width:50%;}
	.pdClassfiy .item .text{padding: 10px;}
	.pdClassfiy .item a{margin:5px;}
	.pdClassfiy .item .text .name{font-size:13px;font-weight: 700;line-height: 18px;}
	.pdClassfiy .item .text .more{display: none;}

	.adv{padding:10vw 0;}
	.adv .list .item .box .icon{margin-top:0px;}
	.adv .list .item{width:100%; margin:5px 0;}
	.adv .list .item .box{border-radius: 10px;padding:25px;}
}

