@charset "utf-8";
/*reset*/
/* CSS reset for c_b */

/*推荐产品中心*/
.tcontainer{margin-left:auto; margin-right:0; width:893px;}
.tproduct{padding-bottom: 0px;background: #fff;}
.tpro_con .tcon_right{
	width: 893px;
	top: 1px;
	position: relative;
}
.tpro_con .tcon_right h4{padding-left:12px;height:36px;line-height:36px;color:#009946;font-weight:normal;border-bottom:1px solid #009946;font-size:18px;}
.tpro_con .tcon_right .r_top{
	height: 236px;
	border: 0px solid #d8d8d8;	
	position: relative;
	border-top: 1px solid #029a47;	
}
/*wfq20220610设置主页产品中心右上位置的轮播图*/
.tpro_con .tcon_right .r_top ul{position: relative;width: 1144px;overflow:hidden;}/*wfq20220610设置主页产品中心右上位置的轮播图的个数为16，但一直显示仅仅4个，最后这里宽度调整增加，溢出隐藏，ok了。今后每次调整图片个数对应的这个宽度要匹配*/
.tpro_con .tcon_right .r_top ul li{float: left;position: relative;width: 286px;height: 236px;}/*wfq20220610设置主页产品中心右上位置的轮播图的单独个图显示表格，或者说显示屏的大小*/
.tpro_con .tcon_right .r_top ul li .top_Img{display: block;width:283px;height: 236px;position: relative;right:0px;top: 0;overflow:visible;}
.tpro_con .tcon_right .r_top ul li .top_Img img{display: block;width:273px;height: 200px;}/*wfq20220610设置主页产品中心右上位置的轮播图的单独个图的大小*/
.tpro_con .tcon_right .r_top ul li dl{
	width: 283px;
	background: #ffff;
	padding: 0px;
	position: absolute;
	left: 10px;
	top: 205px;
	box-shadow: 0px 0px 0px #d1e4e6;
}
.tpro_con .tcon_right .r_top ul li dl dt{
	font-size: 14px;
	color: #009946;
	font-weight: bold;	
	text-align: center;
}
.tpro_con .tcon_right .r_top ul li dl dd{font-size: 14px;line-height: 20px;text-align: center;}


#yj{
	position:relative
    
    padding:1px;
	border: 10px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 15px;
	margin: 1px;
	}

.tclearfix:after{content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.tclearfix{/*兼容 IE*/zoom: 1;}
.tclear{clear:both; height:0; line-height:0; font-size:0;}