@CHARSET "UTF-8";
.smart_foot_label{
	font-family: "microsoft yahei";
    font-size: 18px;
    font-weight: 700;
}

.list-unstyled li a{
	text-decoration: none;
	font-family: "microsoft yahei";
	font-weight: 600;
	font-size: 15px;
	color:#777;
	line-height: 2;
}

.list-unstyled li a:hover{
	color:#ff552e;
}

.media-body h4 a{
	text-decoration: none;
	font-size:20px;
	font-family: "microsoft yahei", "simsun", "Arial Narrow", HELVETICA;
	font-weight:normal;
	color:#333;
}

.media-body h4 a:hover{
	color:#ff552e;
}

.smart_main_label{
	color:#ff552e;
	font-weight:bolder;
	font-family: Hiragino Sans GB,Microsoft YaHei,微软雅黑;
}

.smart_main_label a{
	color:#ff552e;
	font-weight:bolder;
	font-family: Hiragino Sans GB,Microsoft YaHei,微软雅黑;
	text-decoration: none;
}

.smart_tool_col{
	margin-left:10px;
}

.smart_tool_col h6{
	font-size: 15px;
    font-weight: normal;
	color: #555;
	font-style: normal;
	font-family:"Hiragino Sans GB","Microsoft YaHei","微软雅黑","arial","Tahoma","SimSun","sans-serif";
	padding-left:15px;
	margin-bottom:20px;
}

.smart_tool_col_up a{
	padding-left:15px;
}

.smart_tool_col_up a img{
	border:1px solid white;
}

.smart_tool_col_up a img:hover{
	border:1px solid #ff552e;
}

.smart_tool_col_down{
	margin-top:15px;
}

.smart_tool_col_down a{
	padding-left:15px;
}

.smart_tool_col_down a img{
	border:1px solid white;
}

.smart_tool_col_down a img:hover{
	border:1px solid #ff552e;
}

.smart_jianzhi_label{
	font-size:17px;
	margin:10px 27px 10px 0px;
	font-family:"Hiragino Sans GB","Microsoft YaHei","微软雅黑","arial","Tahoma","SimSun","sans-serif";
}

.smart_jianzhi_label:hover{
	color:#ff552e;
}

.smart_news_label{
	font-size:20px;
	font-family: "microsoft yahei", "simsun", "Arial Narrow", HELVETICA;
	font-weight:normal;
	color:#333;
}

.list-group-item a{
	text-decoration: none;
}

.list-group-item a:hover{
	color:#ff552e;
	font-family:"Hiragino Sans GB","Microsoft YaHei","微软雅黑","arial","Tahoma","SimSun","sans-serif";
}

ol li {
    list-style: none;
}


.item_pic{
	width:350px;
	height:212px;
	-webkit-transition:transform 0.2s linear;
	-moz-transition:transform 0.2s linear;
	-o-transition:transform 0.2s linear;
	-ms-transition:transform 0.2s linear;
	overflow: hidden;
}

.item_pic:hover{
	-webkit-transform:scale(1.01,1.01);
	-moz-transform:scale(1.01,1.01);
	-o-transform:scale(1.01,1.01);
	-ms-transform:scale(1.01,1.01);
}

.new_foot_title{
	font-size:13px;
	zoom: 1;
	font-weight:normal;
	padding-left:10px;
	color:black;
}

.brand-name{
	cursor: pointer;
    font-size: 14px;
    color: #4d4d4d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 230px;
    display: inline-block;
}

