/* 工厂介绍 */

/* 工厂介绍 全部内容所在的div块 */
.gong_quan_div{
	width:1100px;height: 630px;margin: 0px auto;padding: 30px 0px 0px 0px;
}
/*左侧关于我们背景底色*/
.gong_zuo_guanYuWoMenDiSe{
	width: 230px;height: 90px; background: #4B1141;text-align: center; float: left;
}
/* 左侧关于我们文字位置 */
.gong_zuo_guanYuWoMenWeiZhi{
	width: 150px;height: 90px;margin: auto; padding: 10px 0px 0px 0px;
}
/*左侧关于我们文字样式*/
.gong_zuo_guanYuWoMen{
	color: #fff;font-size: 28px;font-family: '微软雅黑';
}
/*左侧about文字样式*/
.gong_zuo_about{
	color: #fff;font-size: 28px;font-family: arial;
}
/*右侧工厂介绍div块和位置*/
.gong_you_gongchang{
	color: #000; width: 380px;height: 89px;float: left; margin-left: 30px;line-height: 147px;font-size: 20px;border-bottom: 2px solid #000;
}
/*右侧您所在的位置  文字和div块样式*/
.gong_you_weiZhi{
	color: #000;width: 460px;height: 89px;float: left;line-height: 152px;font-size: 15px;border-bottom: 2px solid #000;
}
/*左侧超链接div块样式*/
.gong_zuo_chaoLianJie{
	width: 230px;height: 330px;background: #ddd;text-align: center;line-height: 40px;float: left;margin-top: -1px;
}
/*左侧虚线样式*/
.gong_zuo_xuXian{
	border: 1px dashed #666;width: 170px;
}
/*右侧详细内容div底块*/
.gong_you_neiRongDiKuang{
	width: 870px;height: 500px;float: right;
}
/*右侧详细内容 图片的 背景div*/
.gong_you_neiRongDivDiKuang{
	width: 258px;height: 190px;float: left;margin-left:30px ;margin-top: 30px;text-align: center;position:relative;
}
/*右侧详细内容的图片*/
.gong_you_tuPian{
	margin: auto;  position: absolute;  top: 0; left: 0; bottom: 0; right: 0;
}
/*右侧内码的div块*/
.gong_you_yeMa{
	width: 840px;height: 30px;float: left;margin-left:30px ;margin-top: 10px;text-align: center;
}








.yinChang{
	width: 253px;height: 190px;position:relative;overflow: hidden;
}

.yinChang img{
	cursor: pointer;
	transition: all 0.8s;
}
.yinChang img:hover{
  transform: scale(1.2);
}





























