@charset "utf-8";

.box_1{
	width: 158px;
	height: 138px;

	position: relative;/*相对定位*/
	cursor: pointer;/*手指形状*/
	float: left;
	margin: 0px 80px;
	background-repeat: no-repeat;
	background-position: center 198px;
}
.info{
	width: 158px;
	height: 138px;

	background: url(../images/13.png)center center;
	position: relative;/*相对定位*/
	background-repeat: no-repeat;
}
.info .sm_img{
	width: 158px;
	height: 138px;

	border: 0px solid #fff;
	position: absolute;
	transition: all .5s;/*延迟*/
	opacity: 1;/*透明度*/
	background-image: url(../images/13.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.ssssa{ width:295px; height:250px; float:left;}
.ssssa a{ font-size:16px; text-align:center!important}
.qisil{
	text-align: center;
	margin-top: 20px;
	float: left;
	width: 200px;
	background-image: url(../images/xx4_21.jpg);
	background-repeat: no-repeat;
	background-position: center 31px;
	font-size: 12px;
	margin-right: 34px;
	margin-bottom: 20px;
	margin-left: 60px;
}
.qisil a{
	font-size: 17px;
	text-align: center!important;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #41ab50;
}
.ssshah{ margin-top:20px; color:#999}

.info2{
	width: 158px;
	height: 138px;
	border-radius: 0%;/*圆形*/
	background: url(../images/14.png)center center;
	position: relative;/*相对定位*/
	background-repeat: no-repeat;
}
.info2 .sm_img{
	width: 158px;
	height: 138px;
	border-radius: 0%;/*圆形*/
	border: 0px solid #fff;
	position: absolute;/*移动元素 绝对定位*/
	
	background: url(../images/14.png)center center;
	transition: all .5s;/*延迟*/
	opacity: 1;/*透明度*/
	background-repeat: no-repeat;
}


.info3{
	width: 158px;
	height: 138px;
	border-radius: 0%;/*圆形*/
	background: url(../images/15.png)center center;
	position: relative;/*相对定位*/
	background-repeat: no-repeat;
}
.info3 .sm_img{
	width: 158px;
	height: 138px;
	border-radius: 0%;/*圆形*/
	border: 0px solid #fff;
	position: absolute;/*移动元素 绝对定位*/
	
	background: url(../images/15.png)center center;
	transition: all .5s;/*延迟*/
	opacity: 1;/*透明度*/
	background-repeat: no-repeat;
}


.info4{
	width: 158px;
	height: 138px;
	border-radius: 0%;/*圆形*/
	background: url(../images/16.png)center center;
	position: relative;/*相对定位*/
	background-repeat: no-repeat;
}
.info4 .sm_img{
	width: 158px;
	height: 138px;
	border-radius: 0%;/*圆形*/
	border: 0px solid #fff;
	position: absolute;/*移动元素 绝对定位*/

	background: url(../images/16.png)center center;
	transition: all .5s;/*延迟*/
	opacity: 1;/*透明度*/
	background-repeat: no-repeat;
}

.ingo_fm{
	width: 134px;
	height: 116px;
	border: 0px solid #ccccff;
	position: absolute;/*移动元素 绝对定位*/
	left: 12px;
	top: 12px;
	opacity: 0;/*透明度*/
	transition: all .5s;/*延迟*/
	transform: scale(1.5);/*放大1.5倍*/
	background-image: url(../images/gg.png);
	background-repeat: no-repeat;
	background-position: center center;
}




.ingo_fm h3{
	width:auto;
	height:auto;
	text-align:center;
	line-height:160px;
	font:16px/12px 'microsoft yahei';color: #fff;
	padding:10px;
	margin:62px 10px 0 10px; 
	display:block;/*块集元素*/
	background-color:; line-height:20px; 
}
.ingo_fm h3 a{ color:#FFF; }
.mar_bor{
	width: 158px;
	height: 134px;
	background-color: #fff;
	position: absolute;/*移动元素 绝对定位*/
	left: 30px;
	top: 30px;
	transform: scale(1.6);/*放大1.5倍*/
	opacity: 0;/*透明度*/
	border-radius: 0%;/*圆形*/
	transition: all .7s;/*延迟*/
}
/*鼠标经过*/
.box_1:hover .sm_img{
	transform: scale(0);/*放大0倍*/
	
	opacity: 1;/*透明度*/
	position: absolute;/*移动元素 绝对定位*/
	left: 0px;
	top: 0px; 
	 
}
.box_1:hover .ingo_fm{
	opacity:0.9;/*透明度*/
	transform:scale(1);/*放大1.5倍*/
}
.box_1:hover .mar_bor{
	opacity: 0;/*透明度*/
	width: 158px;
	height: 134px;
	position: absolute;/*移动元素 绝对定位*/
	left: 100px;
	top: 100px;
}
