/* 横幅 */
#banner{
	position: relative;
	overflow: hidden;
}
#banner .img{
	display:block;
	margin:0 auto;
    width: 100%;
}
.banner-pagination-center{
	text-align:center;
	position: absolute;
    bottom:160px;
	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 #999;
	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:#999;
}
#banner .banner-pagination .swiper-pagination-bullet-active{
	border-color:#17a157;
}
#banner .banner-pagination .swiper-pagination-bullet-active:before{
	background:#17a157;
}


/* 图标 */
.icons{
	position:relative;
	z-index:98;
	margin-top:-140px;
	background:rgba(23,161,87,0.7);
	
}
.icons .list{
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:140px;
	flex-wrap:wrap;
}
.icons .list .item{
	display:flex;
	align-items:center;
	color:#fff;
	width:25%;
}
.icons .list .item .icon{
	border:1px solid #fff;
	width:80px;
	height:80px;
	line-height:80px;
	text-align:center;
	font-size:36px;
	font-weight:700;
	border-radius:50%;
	margin-right:20px;
	flex-shrink:0;
}
.icons .list .item .text .cn{
	font-size:24px;
}
.icons .list .item .text .en{
	font-size:14px;
}

/* 公共标题 */
.topTitle{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:30px;
}
.topTitle .cn{
	font-size:32px;
	font-weight:700;
}
.topTitle .cn strong{
	color:#17a157;
}
.topTitle .cn{
	border-bottom:5px solid #17a157;
	margin-bottom:4px;
}
.topTitle .en{
	color:#999;
}
.bt{
	display:inline-block;
	background:#17a157;
	color:#fff !important;
	height:45px;
	padding:0 20px;
	line-height:45px;
	opacity:1;
}
.bt .iconfont{
	position:relative;
	right:0px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
.bt:hover{
	opacity:0.9;
}
.bt:hover .iconfont{
	position:relative;
	right:-5px;
}

/* 产品 */
.product{
	padding:60px 0;
}
.product .nav{
	margin:0 -12px 15px -12px;
	
}
.product .nav a{
	display:inline-block;
	border:1px solid #eee;
	height:50px;
	line-height:50px;
	padding:0 30px;
	border-radius:0 20px 0 0;
	margin:0 12px 12px 12px;
	color:#333;
	font-size:16px;
}
.product .nav a.active{
	background:#17a157;
	color:#fff;
	border-color:#17a157;
}
.product .list .box{
	margin:0 -10px;
	display:none;
	flex-wrap:wrap;
}
.product .list .box.active{
	display:flex;
}
.product .list .box .item{
	overflow:hidden;
	width:25%;
}
.product .list .box .item a{
	display:block;
	padding:10px;
}
.product .list .box .item .imgbox{
	overflow:hidden;
}
.product .list .box .item img{
	display:block;
	max-width:100%;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transform:scale(1); 
}
.product .list .box .item h3{
	text-align:center;
	font-size:15px;
	margin:0px;
	height:45px;
	background:#eee;
	text-align:center;
	line-height:45px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.product .list .box .item:hover h3{
	background:#17a157;
	color:#fff;
}
.product .list .box .item:hover img{
	transform:scale(1.1);
}

/* 关于我们 */
.about{
	background:#f5f5f5;
	padding:60px 0;
}
.about .left .desc{
	text-align:justify;
	line-height:24px;
	margin-bottom:30px;
}
.about .right{
	display:flex;
	justify-content:space-between;
}
.about .right .item{
	margin-left:20px;
}
.about .right .item .title{
	border-left:4px solid #17a157;
	margin:15px 0 30px 0;
	padding-left:15px;
}
.about .right .item .title .cn{
	font-size:24px;
	font-weight:700;
	line-height:24px;
	margin-bottom:5px;
}
.about .right .item .title .en{
	line-height:15px;
}
.about .right .item img{
	display:block;
	width:100%;
}

.about .right .item .bt{
	display:block;
	text-align:center;
}

/* 案例 */
.case{
	display:flex;
	flex-wrap:wrap;
}
.case .left{
	width:50%;
}

.case .left .item{
	height:280px;
}
.case .left .i1{
	background:#17a157;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
.case .left .i1 .text{
	width:98%;
	max-width:600px;
}
.case .left .i1 .cn{
	font-size:32px;
	font-weight:700;
	display:inline-block;
	border-bottom:5px solid #fff;
	margin-bottom:4px;
}
.case .left .i1 .en{
	color:#fff;
}
.case .left .i2{
	background:#f5f5f5;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
.case .left .i2 .text{
	width:98%;
	max-width:600px;
	display:flex;
}
.case .left .i2 .text .icon{
	margin-right:10px;
}
.case .left .i2 .cc{
	width:280px;
}
.case .left .i2 .cc .tt{
	font-size:32px;
	font-weight:700;
	color:#17a157;
}
.case .left .i2 .cc .desc{
	margin-top:5px;
}
.case .left .i2 .cc .bt{
	margin-top:25px;
	width:100%;
	text-align:center;
	height:50px;
	line-height:50px;
}
.case .left .i2 .numText{
	margin-left:20%;
}
.case .left .i2 .numText .num{
	color:#17a157;
	font-size:48px;
	font-weight:500;
	line-height:48px;
}
.case .left .i2 .numText span{
	color:#666;
}
.case .right{
	width:50%;
	background:url('/tpl/default/skin/img/case.jpg')no-repeat center center;
	background-size:cover;
	display:flex;
	align-items:flex-end;
}

.case .right .list{
	display:flex;
	padding:10px;
}
.case .right .item{
	margin:5px;
	width:240px;
	background:#fff;
}
.case .right .item:hover{
	background:#17a157;
}
.case .right .item:hover .title{
	color:#fff;
	border-color:#fff;
}
.case .right .item:hover .title .en{
	color:#fff;
}
.case .right .item a{
	color:#333;
}
.case .right .item .title{
	border-left:4px solid #17a157;
	margin:20px;
	padding-left:15px;
}
.case .right .item .title .cn{
	font-size:20px;
	font-weight:700;
	line-height:20px;
	margin-bottom:8px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.case .right .item .title .en{
	line-height:14px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
	color:#666;
}
.case .right .item img{
	display:block;
	width:100%;
}

/* 新闻 */
.news{
	padding:60px 0;
}
.news .nav{
	margin:0 -12px 30px -12px;
	
}
.news .nav a{
	display:inline-block;
	border:1px solid #eee;
	height:50px;
	line-height:50px;
	padding:0 30px;
	border-radius:0 20px 0 0;
	margin:0 12px;
	color:#333;
	font-size:16px;
}
.news .nav a.active{
	background:#17a157;
	color:#fff;
	border-color:#17a157;
}
.news .list .box{
	margin:0 -10px;
	display:none;
	flex-wrap:wrap;
}
.news .list .box.active{
	display:flex;
}
.news .list .box .item{
	padding:0 10px;
	width:25%;
}
.news .list .box .item:hover .text{
	background:#17a157;
	color:#fff;
}
.news .list .box .item:hover .text .desc{
	color:#fff;
}
.news .list .box .item:hover .text .iconfont{
	text-align:right;
}

.news .list .box .item .imgbox{
	overflow:hidden;
}
.news .list .box .item img{
	display:block;
	width:100%;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transform:scale(1); 
}
.news .list .box .item:hover img{
	transform:scale(1.1);
}
.news .list .box .item .text{
	padding:25px;
	color:#333;
	background:#f5f5f5;
}
.news .list .box .item .text h3{
	font-weight:700;
	font-size:20px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.news .list .box .item .text .desc{
	margin:15px 0;
	color:#999;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
	height:45px;
}
.news .list .box .item .date{
	display:flex;
	justify-content:space-between;
}
.news .list .box .item .date .md{
	font-weight:700;
	margin-right:10px;
	font-size:18px;
}
.news .list .box .item .date .y{
	margin-right:auto;
	position:relative;
	top:3px;
}
.news .list .box .item .text .iconfont{
	font-size:36px;
	display:block;
	margin-bottom:-18px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	text-align:left;
}


@media screen and (min-width:0px) and (max-width:768px){
	#banner .banner-pagination-center{bottom:10px;}
	#banner .swiper-pagination-bullet{height:4px;}
	.icons{margin:0px; padding:30px 0;background:#17a157;}
	.icons .list{height:auto;}
	.icons .list .item{width:48%;display:flex;border:1px solid rgba(255,255,255,0.1);padding:10px; margin:1%;}
	.icons .list .item .icon{font-size:22px;width:50px;height:50px;line-height:50px;margin-right:10px;}
	.icons .list .item .text .cn{font-size:16px;line-height:16px;}
	.icons .list .item .text .en{font-size:12px;line-height:12px; padding-top:5px;}
	
	.topTitle .cn{font-size:24px;}
	.topTitle .bt{height:40px;line-height:40px;padding:0 15px;}
	
	.product .nav{margin:0 -10px 15px -10px}
	.product .nav a{padding:0 20px;margin: 0 10px 10px 10px;}
	.product .list .box .item{width:50%;}
	
	.about .right{padding-top:30px;margin:0 -5px;}
	.about .right .item{margin:5px;}
	
	.case{flex-direction:column;}
	.case .left{width:100%;}
	.case .left .i1 .cn{font-size:24px;}
	.case .left .i2 .numText{margin-left:30px; flex-shrink:0;}
	.case .left .i2 .numText .num{font-size:22px;}
	.case .left .i2 .cc .tt{font-size:24px;}
	.case .left .item{padding:30px 10px; height:auto;}
	.case .right{width:100%;}
	.case .right .item{width:50%;}
	
	.news .nav{margin:0 -10px 15px -10px}
	.news .nav a{padding:0 20px;margin: 0 10px 10px 10px;}
	.news .list .box .item{width:50%;margin-bottom:15px;}
	.news .list .box .item .text{padding:15px;}
	.news .list .box .item .text .date .tt{display:none;}
	.news .list .box .item .text h3{font-size:18px;}
	
}

