/* CSS Document */

/*首页 图片变大*/
.pro_style {
	overflow: hidden;
	display: block;
	width:300px; 
	height:320px;
	float:left;
}
.pro_style img{
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	transform: scale(1, 1);
	transition-timing-function: ease-out;
	transition-duration: 250ms;
}
.pro_style img:hover{
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
	transform: scale(1.15);
	transition-timing-function: ease-out;
	transition-duration: 750ms;
}



/*关于恒邦文字切换背景样式*/
	.indexgyhbfont{width:1200px; margin:0 auto; height: 696px;}
	.indexgyhbfont_bg{width:300px; height:320px; float:left; background:#fff;
	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;}
	.indexgyhbfont_bg:hover{background:#c8000b;}

	.indexgyhbfont_bg_font{width:70%; margin:0 auto;  margin-top:57px;}
	.indexgyhbfont_01{font-size:24px; color:#c7000c;}
	.indexgyhbfont_bg:hover .indexgyhbfont_01{color:#fefcfd;}
	.indexgyhbfont_02{width:18px; height:3px; background:#c7000c; margin-top:14px; }
	.indexgyhbfont_bg:hover	.indexgyhbfont_02{ background:#fefcfd;}
	.indexgyhbfont_03{font-size:17px; color:#555555; line-height:24px; margin-top:24px;}
	.indexgyhbfont_bg:hover .indexgyhbfont_03{ color:#fefcfd;}
	.indexgyhbfont_an{width:95px; height:32px; background:#e4393c; text-align:center; line-height:32px; color:#fff; margin-top:28px;}
	.indexgyhbfont_bg:hover .indexgyhbfont_an{border:solid 1px #fefcfd; }
	.indexgyhbfont_an a{ text-decoration: none; color: #fff;}