
/* 横幅 */
#banner{
	position: relative;
	overflow: hidden;
}
#banner .img{
	display:block;
	margin:0 auto;
    width: 100%;
}
.banner-pagination-center{
	text-align:center;
	position: absolute;
    bottom: 30px;
	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;
	border:1px solid #fff;
	opacity: 0.7;
	padding:8px;
	border-radius:15px;
	background:none;
	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:before{
	content:'';
	position:absolute;
	top:3px;
	left:3px;
	display:block;
	width:10px;
	height:10px;
	border-radius:50%;
	background:#fff;
}
#banner .banner-pagination .swiper-pagination-bullet-active{
	border-color:#c3181f;
	opacity: 1;
}
#banner .banner-pagination .swiper-pagination-bullet-active:before{
	background:#c3181f;
}

#banner .item{
	position: relative;
	color:#666;
}
#banner .item .text{
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#banner .item .text .body{
	display: flex;
	align-items: center;
}
#banner .item .text-content{
	width:100%;
	max-width: 45%;
	flex-shrink: 0;
	margin-right: 30px;
}
#banner .item .text-content .t{
	font-size:36px;
	line-height: 42px;
	margin-bottom: 15px;
	color:#d7171a;
	font-weight: 700;
}
#banner .item .text .d{
    line-height: 30px;
}
#banner .item .more{
	margin-top:30px;
}
#banner .item .more .bt{
	display: inline-block;
	background-color:#d7171a;
	color:#fff;
	padding:12px 20px;
	transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
#banner .item .more .bt:hover{
	transform:scale(1.1); 
	opacity: 0.9;
}

#banner .videoBox{
	width:100%;
}

.trait{
    position: relative;
    margin-top:-45px;
    z-index: 9;
    overflow: hidden;
    margin-bottom: -45px;
}
.trait .item{
    height: 60px;
    padding:10px;
    border:2px solid #fff;
    box-shadow: 0 0 16px #1e457314;
    border-radius: 10px;
    background:#fff url(img/bg.png) center center;
    background-size: cover;
    display: flex;
    align-items: center;
    font-size:22px;
    font-weight: 700;
    overflow: hidden;
}
.trait .item img{
    display: block;
    height: 56px;
    margin-right: 8px;
}


/* 通用标题 */
.public_title{
    text-align: center;
    margin-bottom: 20px;
}
.public_title .t1{
    text-align: center;
    font-size:28px;
    font-weight: 700;
    color:#333;
    margin-bottom: 5px;
}
.public_title .t2{
    font-size: 16px;
    color: #595959;
}


/* 产品中心 */
#product{
	position:relative;
	padding:80px 0 50px 0;
	overflow:hidden;
	background:#fbfbfb;
}
#product .item{
	position:relative;
	background:#fff;
	-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;
    overflow: hidden;
}
#product .item:hover{
	box-shadow:0 0 25px #eee;
}
#product .item .imgbox{
    display: flex;
    align-items: center;
    justify-content: center;
}
#product .item .imgbox img{
    display: block;
	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;
    height: 36px;
    line-height: 36px;
}
#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:#d7171a;
	border-radius:48px;
    -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#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: #d7171a;
	-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:#d7171a;
}
#product  .classify a.on{
	color:#d7171a;
}
#product  .classify a:hover{
	color:#333;

}
#product  .classify a:hover::after{
	width:100%;
}



/* 关于我们 */
.about{
	background-image: url(/template/default/style/img/about_bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center center;
	padding:100px 0 100px 0;
	position: relative;
}
.about .flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.about .flex .company{
	width:40%;
	position: relative;
}
.about .flex .company img{
	display: block;
	width:100%;
}
.about .flex .company .icon{
	position: absolute;
	top:50%;
	left:50%;
}
.about .flex .company .icon{
	width:75px;
	height:75px;
	border-radius: 50%;
	padding:14px;
	margin-top:-42px;
	margin-left:-42px;
	background-color: rgba(0, 0, 0, 0.4);
}
.about .flex .company .icon:hover{
	background-color: rgba(255, 0, 0, 0.5);
}

.about .flex .company .icon img{
	display: block;
	max-width: 90%;
	margin:0 auto;
	margin-bottom: 5px;
}
.about .flex .company .icon .icon-text{
	text-align: center;
	color:#fff;
	font-size:14px;
}

.about .text {
	width:60%;
	color:#fff;
	padding-left:5%;
    box-sizing: border-box;
}
.about .text h1{
	margin-bottom:30px;
	font-size:32px;
}
.about .text .desc{
	margin-bottom: 30px;
	line-height:30px;
	font-size:15px;
}
.about .text .more{
	display: inline-block;
	padding:8px 20px;
	color:#d7171a;
	background-color: #fff;
	transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
	opacity: 0.9;
}
.about .text .more:hover{
	transform:scale(1.1); 
	opacity: 1;
}


.imgs{
	border-radius: 5px;
	padding:80px 0;
	background-color: #fdfdfd;
}
.imgs .title{
	border-bottom: 1px solid #fafafa;
	padding:8px 10px;
}
.imgs .list{
	display: flex;
	flex-wrap: wrap;
	padding:5px;
}
.imgs .list .item{
    border:1px solid #eee;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
}
.imgs .list .imgbox{
	background-color: #fff;
}
.imgs .list .imgbox img{
	display: block;
	width:100%;
}
.imgs .list .name{
    text-align: center;
    line-height: 35px;
    height: 35px;
}



/* 新闻 */
#news{
	padding:80px 0;
	background:url(/template/default/style/img/news_bg.jpg)no-repeat center center;
	background-size:cover;
	overflow:hidden;
}
#news .classify{
	text-align:center;
	margin-bottom:30px;
	display: flex;
	justify-content: center;
}
#news .classify  a{
	display:inline-block;
	background:#e5e5e5;
	height:36px;
	line-height:36px;
	color:#000;
	padding:0 20px;
	border-radius:36px;
	margin:0 8px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
#news .classify  a.on{
	background:#d7171a;
	color:#fff;
}

#news .layui-row{
	display: none;
}

#news .item{
	background:#fff;
	padding:12px;
	margin-bottom:15px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	margin-top:0px;
	box-shadow:0 0 5px #eee;

}
#news .item:hover{
	background:#d7171a;
	margin-top:-5px;
	box-shadow:0 0 10px #eee;
}
#news .item:hover .title-box{
	border-bottom:1px solid #fff;
}
#news .item:hover .title-box:before{
	background:#d7171a;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
}
#news .item:hover .title-box h3{
	color:#fff;
}
#news .item:hover .desc{
	color:#fff;
}
#news .item:hover .bottom{
	color:#fff;
}
#news  .item:hover .title-box h3:before{
	background:#fff;
}

#news .item .imgbox{
	margin-bottom: 5px;
}
#news .item .imgbox img{
	width:100%;
	max-height: 220px;
	display: block;
}
#news .item .title-box{
	position:relative;
	border-bottom:1px solid #dcdcdc;
	padding:5px 0;
}
#news .item .title-box:before{
	content:'';
	display:block;
	position:absolute;
	left:60px;
	bottom:-5px;
	width:10px;
	height:10px;
	background:#fff;
	border-left:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	transform:rotate(-45deg);
} 
#news .item .title-box h3{
	font-size:18px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
	position:relative;
	text-indent:10px;
}
#news  .item .title-box h3:before{
	content:'';
	display:block;
	position:absolute;
	left:0px;
	top:2px;
	width:3px;
	height:14px;
	background:#d7171a;
}
#news .item .desc{
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
	margin:20px 0;
	color:#666;
}
#news .item .bottom{
	color:#666;
}
#news .item .bottom .view{
	float:right;
}

#news .more{
	padding-top:30px;
	text-align:center;
}
#news .more a{
	display:inline-block;
	height:46px;
	line-height:46px;
	padding:0 40px;
	color:#fff;
	background:#d7171a;
	border-radius:48px;
    -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#news .more a:hover{
	padding:0 45px;
}

#contact-bar{
	background:url(/template/default/style/img/contact-bar-bg.png)no-repeat center center;
	background-size:cover;
	overflow:hidden;
}
#contact-bar .flex{
	display: flex;
	align-items: center;
    justify-content: space-between;
}
#contact-bar .left{
	color:#fff;
	font-size:24px;
	height:144px;
	display:flex;
	align-items:center;
}
#contact-bar .right{
	flex-shrink: 0;
	display:flex;
	align-items:center;
	height:144px;
}
#contact-bar .right a{
	display:inline-block;
	border-radius:30px;
	height:45px;
	line-height:45px;
	padding:0 25px;
	color:#fff;
	font-size:18px;
	background:#d7171a;
	opacity: 0.9;
    -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#contact-bar .right a:hover{
	transform:scale(1.1); 
	opacity: 1;
}



@media screen and (min-width:0px) and (max-width:768px){
    #banner .banner-pagination-center{bottom:10px;}
	#banner .swiper-pagination-bullet{height:4px;}

	#banner .item .text-content .t{font-size:18px;line-height: 17px;}
	#banner .item .text-content{width:auto ;}
	#banner .item .text .d{display: none;}
	#banner .item .more{margin-top:15px;}
	#banner .item .more .bt{padding:4px 8px;border-radius: 3px;}
	#banner .body{padding:0 15px;}
	#banner .videoBox{padding:30px; padding-right: 0px;}

	.trait{margin:10px 0;}
	.trait .item{height: 45px;}
	.trait .item span{font-size:18px;}
	.trait .item img{height: 40px;}

	.public_title .t1{font-size: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;}


	.about{padding-top:15px;padding-bottom:30px;}
	.about .text h1{font-size:26px;}
	.about .text .desc{line-height: 24px;}
	.about .flex .company{width:100%;}
	.about .text{width:100%;padding-left:0px;}
	.about .text h1{margin:15px 0;font-size:22px;}
	
	.imgs{padding:30px 0;}
	.imgs .list{margin:-10px;}

	#news{padding:30px 0;}
	#news .item{margin-bottom: 0px;}

    #contact-bar{padding:20px 0;}
	#contact-bar .flex{flex-direction: column; align-items: flex-start; justify-content:center;}
	#contact-bar .flex .left{font-size:18px;height: auto; margin-bottom: 10px;}
	#contact-bar .right{height: auto;}
	#contact-bar .right a{font-size:18px;}
    
	
	
}