/* 横幅 */
#banner{
	position: relative;
	overflow: hidden;
}
#banner .img{
	display:block;
	margin:0 auto;
    width: 100%;
}



.banner-pagination-center{
	position: absolute;
    bottom: 40px;
	width:100%;
	z-index:11;
}
.banner-pagination-center .container-fluid{
	text-align:center;
}
#banner .banner-pagination {
	display:inline-block;
	width:auto !important;
}
#banner .banner-pagination .swiper-pagination-bullet {
    border-radius: 0;
    opacity: 1;
    margin-left:15px;
	background:#fff;
	width:12px;
	height:12px;
	border-radius:12px;
	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-color:#f68820;
	width:35px;
}



/* 关于我们 */
.about{
	padding:200px 0;
	background:url(/tpl/default/skin/img/about_bg.png)no-repeat center center;
	background-size:cover;
}
.about .topTitle{
	color:#fff;
	margin-bottom:30px;
}
.about .desc{
	text-align:justify;
	font-size:18px;
	color:#fff;
	line-height:42px;
	margin-bottom:30px;
}
.about .more a{
	display:inline-block;
	border:1px solid #fff;
	color:#fff;
	height:40px;
	line-height:40px;
	padding:0 15px;
	font-size:16px;
}
.about .more a:hover{
	background:#f68820;
}

/* 产品 */
#product{
	padding:50px 0;
}
#product .top{
	text-align:center;
	margin-bottom:30px;
}
#product .top .t1{
	font-size:32px;
	margin-bottom:10px;
}
#product .top .t2{
	color:#666;
	font-size:15px;
}
#product  .classify .topTitle{
	background:#363636;
	color:#fff;
	padding:15px;
	border-radius:5px 5px 0 0;
}
#product  .classify .topTitle .cn{
	font-size:22px;
	margin-bottom:5px;
}
#product  .classify .topTitle .en{
	font-size:14px;
}
#product .list {
	border:1px solid #eee;
	border-radius:0 0 5px 5px;
	overflow:hidden;
	margin-bottom:15px;
}
#product .list .item a{
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:50px;
	line-height:50px;
	padding:0 15px;
	color:#333;
}
#product .list .item a .iconfont{
	display:none;
	color:#fff;
}
#product .list .item a h3{
	font-size:16px;
	line-height:16px;
	margin-bottom:0px;
}
#product .list .item.on{
	background:#f68820;
}
#product .list .item.on a{
	color:#fff;
}
#product .list .item.on .iconfont{
	display:block;
}
#product .pdlist .topTitle{
	border:1px solid #eee;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:20px;
	border-radius:5px;
	margin-bottom:15px;
}
#product .pdlist .topTitle .more:hover{
	color:#f68820;
}
#product .pdlist .topTitle h3{
	font-size:18px;
	line-height:18px;
	margin-bottom:0px;
}
#product .pdlist .item{
	border:1px solid #eee;
	margin-bottom:30px;
	overflow:hidden;
	border-radius:5px;
	background:#fff;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#product .pdlist .item a{
	display:block;
	color:#333;
}
#product .pdlist .item .imgbox{
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
}
#product .pdlist .item .imgbox img{
	display:block;
	max-width:100%;
	max-height:100%;
	transform:scale(1);
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#product .pdlist .item .title{
	border-top:1px solid #eee;
	height:45px;
	line-height:45px;
	padding:0 10px;
	text-align:center;
	font-size:16px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
	transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;
}
#product .pdlist .item:hover .title{
	background:#f68820;
	color:#fff;
	border-top:1px solid #f68820;
}
#product .pdlist .item:hover .imgbox img{
	transform:scale(1.1);
}
#product .pdlist .cpd{
	display:none;
}
#product .pdlist .cpd.on{
	display:block;
}

@media screen and (min-width:0px) and (max-width:768px){
	#banner .banner-pagination-center{bottom:10px;}
	#banner .swiper-pagination-bullet{height:4px;}
	#product .top .t1{font-size:24px;}

	
}

