/* 横幅 */
#banner{
	position: relative;
	overflow: hidden;
	z-index:9;
}
#banner .img{
	display:block;
	margin:0 auto;
    width: 100%;
    height: auto;
}
.banner-pagination-center{
	text-align:center;
	position: absolute;
    bottom: 30px;
	height:30px;
	width:100%;
	z-index:900;
}
#banner .banner-pagination {
	display:inline-block;
	width:auto !important;
	background:rgba(0,0,0,0.2);
	height:24px;
	line-height:22px;
	border-radius:50px;
	padding:0 12px;
}
#banner .banner-pagination .swiper-pagination-bullet {
    border-radius: 0;
    opacity: 1;
    margin: 0 5px;
	background:#fff;
	border-radius:10px;
	-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{
	width:20px;
}

@media screen and (min-width:1200px) and (max-width:1920px){
	#banner .banner-pagination-center{
		width:auto;
		left:12%;
		bottom:40%;
	}
	#banner .banner-pagination{
		background:none;
	}
	#banner .swiper-pagination-bullet{
		background:#c7ccc9 !important;
		border-radius:0px !important;
		width:30px !important;
	}
	#banner .swiper-pagination-bullet-active{
		background:#f4a534 !important;
		width:40px !important;
	}
}

@media screen and (min-width:0px) and (max-width:768px){
	#banner .banner-pagination-center {
		bottom: 5px;
	}
	#banner .banner-pagination{
		background:none;
	}
	#banner .swiper-pagination-bullet-active{
		background:#f4a534 !important;
	}
}

/* 通用标题 */
.topTitle{
	text-align:center;
	margin-bottom:40px;
}
.topTitle h2{
	font-weight:700;
	font-size:36px;
}
.topTitle p{
	font-size:16px;
	color:#999;
	letter-spacing:1px;
	font-weight:300;
}
@media screen and (min-width:0px) and (max-width:768px){
	.topTitle{text-align:center;margin-bottom:30px;}
	.topTitle h2{font-size:24px;}
	.topTitle p{font-size:12px;}
}



/* 产品中心 */
#product{
	position:relative;
	padding:0.3rem 0 0.4rem 0;
	overflow:hidden;
}
#product .item{
	position:relative;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#product .item:hover h3{
	color:#f4a534;
}
#product .item:hover{
	transform:scale(0.95); 
}
#product .pd-swiper{
	overflow:hidden;
	position:relative;
}
#product .swiper-area{
	position:relative;
}
#product .pd-swiper .item .imgbox{
	overflow:hidden;
}
#product .pd-swiper .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 .pd-swiper .item h3{
	font-weight:500;
	font-size:22px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#product .pd-swiper .item .desc{
	color:#999;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden
}
#product .arrow-left{
	position:absolute;
	top:40%;
	left:-45px;
	font-size:36px;
	color:#b6b6b6;
	cursor:pointer;
}
#product .arrow-left:hover{
	color:#666;
}
#product .arrow-right{
	position:absolute;
	top:40%;
	right:-45px;
	font-size:36px;
	color:#b6b6b6;
	cursor:pointer;
}
#product .arrow-right:hover{
	color:#666;
}
#product .more{
	padding-top:0.25rem;
	text-align:center;
}
#product .more a{
	display:inline-block;
	height:45px;
	line-height:45px;
	padding:0 35px;
	border:1px solid #333;
	color:#333;
}
#product .more a:hover{
	background:#f4a534;
	color:#fff;
	border:1px solid #f4a534;
}


/* 关于我们 */
#about{
	display:flex;
}
#about .left{
	box-sizing:border-box;
	width:100%;
	background:url('/tpl/default/skin/img/about_left.jpg')no-repeat center center;
	background-size:cover;
	display:flex;
	justify-content:flex-end;
	align-items:center;
	height:720px;
}
#about .left .main{
	width:95%;
	max-width:720px;
	box-sizing:border-box;
	padding:0px 0.3rem 0px 20px;
	display:flex;
	flex-direction:column;
}
#about .left h2{
	font-size:38px;
	color:#f4a534;
	font-weight:700;
}
#about .left h3{
	font-size:30px;
	margin-top:30px;
}
#about .left .desc{
	font-size:16px;
	color:#545454;
	line-height:32px;
	margin:25px 0 0.5rem 0;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:6;
    -webkit-box-orient:vertical;
    overflow:hidden
}
#about .left .more{
	border:1px solid #333;
	width:150px;
	text-align:center;
	height:45px;
	line-height:45px;
}
#about .left .more:hover{
	background:#f4a534;
	color:#fff;
	border:1px solid #f4a534;
}
#about .right{
	width:100%;
	position:relative;
}
#about .right .row1{
	position:absolute;
	width:100%;
	height:50%;
	box-sizing:border-box;
	display:flex;
}
#about .right .row1 .text{
	background:#f4a534;
	padding:0.3rem 0.15rem;
	width:100%;
}
#about .right .row1 .text .p1{
	color:#fff;
	font-size:42px;
}
#about .right .row1 .text .p2{
	color:#fff;
}
#about .right .row1 .text .link{
	border:1px solid #fff;
	width:150px;
	text-align:center;
	display:inline-block;
	height:45px;
	line-height:45px;
	color:#fff;
	margin-top:0.2rem;
}
#about .right .row1 .imgbox{
	overflow:hidden;
}
#about .right .row1 .imgbox img{
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#about .right .row1 .imgbox:hover img{
	transform:scale(1.1); 
}
#about .right .row1 .text .link:hover{
	border:1px solid #fff;
	color:#333;
	background:#fff;
}
#about .right .row1 .imgbox{
	width:100%;
}

#about .right .row2{
	position:absolute;
	top:50%;
	width:100%;
	height:50%;
	background:#ccc;
	background:url('/tpl/default/skin/img/hab_bs.jpg')no-repeat center center;
	background-size:cover;
	display:flex;
	align-items:center;
}

#about .right .row2 .text{
	padding:0.3rem 0.15rem;
	width:100%;
}
#about .right .row2 .text .p1{
	color:#fff;
	font-size:42px;
}
#about .right .row2 .text .p2{
	color:#fff;
}
#about .right .row2 .text .link{
	border:1px solid #fff;
	width:150px;
	text-align:center;
	display:inline-block;
	height:45px;
	line-height:45px;
	color:#fff;
	margin-top:0.2rem;
}
#about .right .row2 .text .link:hover{
	border:1px solid #f4a534;
	color:#fff;
	background:#f4a534;
}

/* 应用领域 */
#use{
	margin:0.45rem 0;
	background:url('/tpl/default/skin/img/use_bg.jpg')no-repeat center right;
}
#use .main{
	width:35%;
}
#use .topTitle{
	text-align:left;
}
#use .topTitle h2{
	margin-top:0px;
}
#use .use-swiper{
	overflow:hidden;
}
#use .item{
	background:#f4a534;
	box-sizing:border-box;
	padding:20px;
	color:#fff;
}
#use .item .desc{
	margin:15px 0 40px 0;
	opacity:0.8;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden
}
#use .item .bottom{
	display:flex;
	justify-content:space-between;
}
#use .item .bottom .link{
	border:1px solid #fff;
	width:140px;
	text-align:center;
	display:inline-block;
	height:40px;
	line-height:40px;
	color:#fff;
}
#use .item .bottom .link:hover{
	background:#fff;
	color:#333;
}
#use .item .bottom .iconfont{
	font-size:24px;
	cursor:pointer;
	z-index:900;
	position:relative;
	top:5px;
}
#use .swiper-button-disabled{
	opacity:0.5;
}

@media screen and (max-width:768px){
	#product .more{margin-top:15px;}
	#product .more a{height:40px;line-height:40px;width:120px;padding: 0 20px;}
	#product .pd-swiper .item h3{font-size:16px;}
	
	#about{flex-direction:column;}
	#about .left{height:auto; padding:20px 0;}
	#about .left .main{width:100%;padding:15px;}
	#about .left h2{font-size:24px;}
	#about .left h3{font-size:20px;margin-top:20px;}
	#about .left .desc{margin: 20px 0 20px 0;}
	#about .right{height:auto;}
	#about .right .row1{position:relative; }
	#about .right .row1 .text{padding: 15px;}
	#about .right .row1 .text .p1{font-size:24px;font-weight:500;}
	#about .right .row1 .text .link{height:40px;line-height:40px;width:120px;}
	#about .right .row2 .text{padding: 15px;}
	#about .right .row2 .text .p1{font-size:24px;font-weight:500;}
	#about .right .row2 .text .link{height:40px;line-height:40px;width:120px;}
	#about .left .more{height:40px;line-height:40px;width:120px;}
	
	#use{margin: 30px 0;background:#fff;}
	#use .main{width:100%;}
	#use .topTitle{text-align:center;}
}

