/*办公环境的 css样式*/

/*办公环境全部内容的div底块*/
.huan_quan_div{
	width:1100px;height: 810px;margin: 0px auto;padding: 30px 0px 0px 0px;
}
/*左侧关于我们div底块样式*/
.huan_zuo_guanYuWoMenDiSe{
	width: 230px;height: 90px; background: #4B1141;text-align: center; float: left;
}
/*左侧关于我们 文字位置*/
.huan_zuo_guanYuWoMenWeiZhi{
	width: 150px;height: 90px;margin: auto; padding: 10px 0px 0px 0px;
}
/*关于我们的 文字样式*/
.huan_zuo_guanYuWoMenWenZi{
	color: #fff;font-size: 28px;font-family: '微软雅黑';
}
/*about 的文字样式*/
.huan_zuo_about{
	color: #fff;font-size: 28px;font-family: arial;
}
/*右侧办公环境 的div和文字样式*/
.huan_you_bangong{
	width: 380px;height: 89px;float: left; margin-left: 30px;line-height: 147px;font-size: 20px;border-bottom: 2px solid #000;color: #000;
}
/*右侧 您的位置  的div和文字样式*/
.huan_you_weizhi{
	width: 460px;height: 89px;float: left;line-height: 152px;font-size: 15px;border-bottom: 2px solid #000; color: #000;
}
/*左侧超链接div块样式*/
.huan_zuo_chaoLianJie{
	width: 230px;height: 330px;background: #ddd;text-align: center;line-height: 40px;float: left;margin-top: -1px;
}
/*左侧虚线*/
.huan_zuo_xuXian{
	border: 1px dashed #666;width: 170px;
}
/*右侧内容div块*/
.huan_you_neiRongDiv{
	width: 870px;height: 500px;float: right;
}
/*右侧每张图片的div*/
.huan_you_tuPianDiv{
	width: 260px;height: 190px;float: left;margin-left:30px ;margin-top: 30px;text-align: center;position:relative;
}
/*右侧图片的样式*/
.huan_you_tuPian{
	margin: auto;  position: absolute;  top: 0; left: 0; bottom: 0; right: 0;
}
.huan_you_yeMa{
	width: 840px;height: 30px;float: left;margin-left:30px ;margin-top: 10px;text-align: center;
}






.yinChang{
	width: 260px;height: 190px;position:relative;overflow: hidden;
}

.yinChang img{
	cursor: pointer;
	transition: all 0.8s;
}
.yinChang img:hover{
  transform: scale(1.2);
}