@charset "utf-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/**首页产品**/
.i_products_box{ width:100%; max-width:1352px; margin:0 auto; }
#i_products{ width:100%; max-width:1352px; margin:0 auto; padding:0 76px;}
#i_products .owl-controls {z-index:999; bottom:26px; width:100%; left:0; text-align: center; position:absolute; top:50%; margin-top:-25px; height:50px;}
#i_products .owl-controls .owl-buttons div{color: #F4A21A;display: inline-block;zoom: 1;*display: inline; color:#C5C5C5; font-weight:600; font-family:"宋体"; font-size: 30px;width:50px;height:50px;float:left; border:1px solid #ddd; -webkit-transition: all ease .5s; transition: all ease .5s; -moz-transition: all ease .5s; -o-transition: all ease .5s; padding-top:10px;border-radius: 0px; background:none; border:1px solid #B9B9B9;}
#i_products .owl-controls .owl-buttons div:hover{ border:1px solid #003e2d; -webkit-transition: all ease .5s; transition: all ease .5s; -moz-transition: all ease .5s; -o-transition: all ease .5s; color:#fff; background-color:#003e2d;}
#i_products .owl-wrapper-outer{ z-index:1029;}
#i_products .owl-controls .owl-buttons .owl-next{ float:right;}


#i_products .item a{ display:block; width:100%; height:100%; }
.i_products_pic{ width:100%; overflow:hidden; position:relative; z-index:9;}
.i_products_pic img{ width:100%; -webkit-transition: all ease 1s; transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s;}
.i_products_pic_bg{ z-index:99; width:100%; height:100%; position:absolute; top:-100%; left:0; background:url(../images/i_products_bg.png) repeat; -webkit-transition: all ease 1s; transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s;}
.i_products_con{ width:100%; padding:15px 32px 18px; position:relative; z-index:9;}
.i_products_con h1{ font-size:16px; font-weight:normal; line-height:46px; color:#1b1b1b; text-align:center; overflow:hidden; white-space:nowrap; text-overflow: ellipsis; font-weight:bold;}
.i_products_con p{ font-size:12px; line-height:22px; color:#414141; text-align:center; overflow : hidden; text-overflow: ellipsis; display: -webkit-box;  -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.i_products_con_bg{ z-index:99; width:100%; height:100%; position:absolute; bottom:-100%; left:0; background:url(../images/i_products_bg.png) repeat; -webkit-transition: all ease 1s; transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s;}




#i_products .item .i_products_pic_bg .i_products_bg_con{ z-index:999; height:168px; width:100%; text-align:center; position:absolute; left:0; bottom:12.66%; padding:0px 32px; background:url(../images/i_products_bg_con.png) center bottom no-repeat;}
#i_products .item .i_products_pic_bg .i_products_bg_con h1{font-size:16px; font-weight:normal; line-height:50px; color:#fff; text-align:center; overflow:hidden; white-space:nowrap; text-overflow: ellipsis; font-weight:bold;}
#i_products .item .i_products_pic_bg .i_products_bg_con p{ font-size:12px; line-height:22px; color:#fff; text-align:center; overflow : hidden; text-overflow: ellipsis; display: -webkit-box;  -webkit-line-clamp: 2; -webkit-box-orient: vertical;}



#i_products .item:hover .i_products_pic img{transform: scale(1.3); -webkit-transform: scale(1.3);  -o-transform: scale(1.3);  -moz-transform: scale(1.3); -webkit-transition: all ease 1s; transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s;}
#i_products .item:hover  .i_products_pic_bg{ top:0; -webkit-transition: all ease 1s; transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s;}
#i_products .item:hover  .i_products_con_bg{ bottom:0; -webkit-transition: all ease 1s; transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s;}


@media (max-width: 1320px){
	/**首页产品**/
    .i_products_box{ padding:0 10px;}
    #i_products{ padding:0 60px;}
	

}



@media (max-width: 768px) {
 
	/**首页产品**/
	.i_products_box{ margin-bottom:20px;}
	#i_products{padding:0;}
	#i_products .owl-controls{ margin-bottom:10px; position:relative; top:0; bottom:0; margin-top:10px; height:auto;}
	#i_products .owl-controls .owl-buttons div{ width:50%; height:auto; float:none; border:none; margin:0; color:#B9B9B9; font-size:36px; font-family:"宋体"; font-weight:600;	border-radius: 0px; background:none; border:1px solid #B9B9B9;
}
	#i_products .owl-controls .owl-buttons div:hover{ border:none;}
	#i_products .owl-controls .owl-buttons .owl-prev{ border-right:1px solid #ddd;}
	
	.i_products_con{padding:15px 20px 18px;}
	
    #i_products .item .i_products_pic_bg .i_products_bg_con{ z-index:999; height:168px; left:0; bottom:12.66%; padding:0px 20px; }
	
	.i_products_con p{ line-height:14px;}
#i_products .item .i_products_pic_bg .i_products_bg_con p{ line-height:14px;}


}
