ul,li{padding:0px;margin:0px;list-style-type:none;}
a,p,br{font-family:'Microsoft YaHei',Arial, Helvetica, sans-serif;
}
a:hover{text-decoration:none;
}
.warp1100 {
width: 1300px;
margin: 0 auto;
}
.mt50{margin-top:0px;}
.mb30{margin-bottom:30px;}
.ov {
	overflow:hidden;
}
.index_pro{ width:365px; height:185px; padding:15px 15px 0 15px;
background-color:#fff;
background-position:right bottom;
background-repeat:no-repeat;
-moz-background-size:contain;
-o-background-size:contain;
-webkit-background-size:contain;
background-size:contain;
-ms-behavior:url(../css/backgroundsize.min.htc);
height:185px;
border-right:1px solid #e5e5e5;
border-top:1px solid #e5e5e5;
cursor:pointer;
overflow:hidden;
float:left;
}
.index_pro_box{position:relative; margin-top:-1px; right:-1px;}
.index_pro strong{ font-size:18px; color:#333; font-family:"Î¢ÈíÑÅºÚ";}
.index_pro p{ margin-top:10px; font-size:13px; font-family:"Î¢ÈíÑÅºÚ"; line-height:20px; color:#606060;}
.index_pro p span{ color:#f47920;}
ul.business-grid {
	position:relative;
	margin-top:-1px;
	right:-1px;
}
ul.business-grid li.business {
	background-color:#fff;
	background-position:right bottom;
	background-repeat:no-repeat;
	-moz-background-size:contain;
	-o-background-size:contain;
	-webkit-background-size:contain;
	background-size:contain;
	-ms-behavior:url(backgroundsize.min.htc);
	height:185px;
	border-right:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
	padding-top:15px !important;
	cursor:pointer;
	overflow:hidden
}
ul.business-grid li.business strong {
	color:#333;
	font-size:18px
	font-weight:bold;
	font-family:'Microsoft YaHei',Arial, Helvetica, sans-serif;
}
ul.business-grid li.business p {
	margin:5px 0 0 0;
}
ul.business-grid li.business p span{
	color:#f47920;
}
ul.business-grid li.business a {
	cursor:pointer;
	display:block;
	height:100%;
	position:relative;
	z-index:10
}
ul.business-grid li.business a .bs-info {
	-moz-transform-origin:left bottom;
	-ms-transform-origin:left bottom;
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	position:absolute;
	left:-15px;
	right:-15px;
	padding:15px 0;
	bottom:0
}
ul.business-grid li.business a .bs-info ul li{ line-height:18px;}
ul.business-grid li.business a .bs-info ul {
	color:#fff;
	list-style:disc inside;
	display:none;
	padding:0 15px
}
ul.business-grid li.business a:hover .bs-info {
	-moz-animation:bussine-open 0.5s ease;
	-webkit-animation:bussine-open 0.5s ease;
	animation:bussine-open 0.5s ease;
	background-color:#f47d27;
	background-color:rgba(244,125,39,0.8)
}
ul.business-grid li.business a:hover .bs-info .iconfont,ul.business-grid li.business a:hover .bs-info .more:after,ul.business-grid li.business a:hover .bs-info .btn-trans:after,ul.business-grid li.business a:hover .bs-info .orange-btn:after {
	color:#fff;
	background:#f47d27;
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	-moz-transition:-moz-transform 0.5s ease;
	-o-transition:-o-transform 0.5s ease;
	-webkit-transition:-webkit-transform 0.5s ease;
	transition:transform 0.5s ease
}
ul.business-grid li.business a:hover .bs-info ul {
	display:block
}