body{
	background:url('/tpl/default/skin/img/body_bg.png')no-repeat center top;
	background-size: 100% auto;
}

/* 关于我们 */
.about-blcok{
	margin:0.3rem 0 ;
}
.about-blcok-left img{
	display:block;
	width:100%;
	height:100%;
}
.about-blcok-right .title{
	font-size:0.15rem;
	line-height:0.26rem;
}
.about-blcok-right .desc{
	font-size:16px;
	line-height:32px;
	text-align:justify;
	margin-bottom:30px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:6;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.about-blcok-right .bottom .item{
	width:50%;
	float:left;
}
.about-blcok-right .bottom .item img{
	display:block;
	width:95%;
	
}
.about-blcok-right .bottom .i2 img{
	float:right;
}

/* 新产品 */
.product-blcok{
	background-size: 100% auto;
	padding:0.4rem 0 0 0;
}

.product-blcok-classify .imgbox{
	margin-bottom:15px;
}
.product-blcok-classify h2{
	text-align:center;
	line-height:36px;
}
.product-blcok-classify .imgbox img{
	max-width:100%;
	bottom:0px;
	display:block;
	margin:0 auto;
}

.prodcut-block-desc{
	margin-top:0.3rem;
}
.prodcut-block-desc .title{
	font-size:0.15rem;
	line-height:0.26rem;
	color:#343434;
	padding:0.7rem 0 0.1rem 0;
}
.prodcut-block-desc .desc{
	font-size:16px;
	line-height:32px;
	text-align:justify;
	margin-bottom:30px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:7;
    -webkit-box-orient:vertical;
    overflow:hidden;
	color:#343434;
}
.prodcut-block-desc .imgbox img{
	display:block;
	max-width:100%;
}

/* 视频 */
.video-block{
	background-size: 100% auto;
	padding:0.5rem 0 0 0;
	
}
.video-block .topTitle{
	font-size:0.15rem;
	line-height:0.26rem;
	color:#343434;
	text-align:center;
	margin-bottom:60px;
}
.video-block .list .title{
	text-align: center;
    line-height: 36px;
	margin-top:15px;
}
.video-block .list .imgbox{
	position:relative;
}
.video-block .list .imgbox .img{
	display:block;
	margin:0 auto;
	width:100%;
}
.video-block .list .icon{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5);
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
.video-block .list .icon img{
	display:block;
	margin:0 auto;
	position:relative;
	top:50%;
	margin-top:-32px;
}
.video-block .list .imgbox:hover .icon{
	background:rgba(132,108,205,0.65);
}

/* 产品 */
.product-block{
	background-size: 100% auto;
	padding:0.6rem 0 0.3rem 0;
	margin-top:-0.2rem;
}
.product-block .topTitle{
	font-size:0.15rem;
	line-height:0.26rem;
	color:#343434;
	text-align:center;
	margin-bottom:60px;
}
.product-block .list .title{
	text-align: center;
    line-height: 36px;
	margin-top:15px;
	margin-bottom:30px;
}
.product-block .list .imgbox{
	position:relative;
	border:1px solid #eee;
	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 0 #eee;
	overflow:hidden;
}
.product-block .list .imgbox .img{
	display:block;
	margin:0 auto;
	width:100%;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
.product-block .list .imgbox:hover{
	box-shadow:0 0 10px #eee;
}
.product-block .list .imgbox:hover .img{
	transform:scale(1.1); 
}

/* 新闻 */
.news-block{
	background-size: 100% auto;
	padding:0 0 0.3rem 0;
	overflow:hidden;
}
.news-block .row{
	margin-left:-30px;
	margin-right:-30px;
}
.news-block .topTitle{
	font-size:0.15rem;
	line-height:0.26rem;
	color:#343434;
	text-align:center;
	margin-bottom:45px;
}
.news-block .list .item{
	display:block;
	padding:15px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	box-shadow:0 0 0 #eee;
	color:#333;
}
.news-block .list .title{
	text-align: center;
	margin-top:20px;
	margin-bottom:15px;
	font-weight:700;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.news-block .list .imgbox{
	position:relative;
}
.news-block .list .imgbox .img{
	display:block;
	margin:0 auto;
	width:100%;
}
.news-block .list .item:hover{
	background:#f7f5fd;
	box-shadow:0 0 15px #ddd;
}
.news-block .list .item .desc{
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    overflow:hidden;
	line-height:24px;
}


@media screen and (min-width:0px) and (max-width:768px){
	.about-blcok-right .title,.prodcut-block-desc .title{
		font-size:18px;
		line-height:36px;
	}
	.video-block .topTitle{
		font-size:18px;
		line-height:36px;
		margin-bottom:30px;
	}
	.video-block .list .title{
		margin:10px 0;
	}
	.product-block .topTitle{
		font-size:18px;
		line-height:36px;
		margin-bottom:30px;
	}
	.product-block .list .title{
		margin:10px 0;
	}
	.product-block .row{
		margin-left:-10px;
		margin-right:-10px;
	}
	.product-block .col-xs-6{
		padding:0 10px;
	}
	
	.news-block .topTitle{
		font-size:18px;
		line-height:36px;
		margin-bottom:15px;
	}
}

