
a,a:hover{ 
	text-decoration:none;
	color:#333;
}
.clearfix{
	clear: both;
}

ul li{
	list-style-type: none;
}

.news-nav{
	height:50px;
	line-height: 50px;
	border-bottom:1px solid #ccc;
}
.news-cate-info{
    float: left;
	margin-right: 594px;
}
.nav-title{
	float: left;
	height:46px;
	font-size: 14px;
	font-weight:bolder;
	color:#666666;
	border-bottom: 2px solid #666666;
}
.nav-category{
	margin-left:40px;
}
.nav-category span{
	color:#ccc;
}
.nav-nav{
	float:right;
	font-size:12.5px;
}

/*新闻列表内容*/
.list{
	margin-top:20px;
}

.left-list{
	margin-bottom: 20px;
}
.news-list{
    background:#fff;
	padding: 10px;
	margin-bottom:10px;
}
.news-img{
	float: left;
	width:210px;
}
.news-img img{
	width:180px;
	height: 120px;
}
.news-content{
	float: left;
}
.download_button{
   float: right;
   width:120px;
 
}
.news-content p{
	width:580px;
}
.news-content .c-title{
	font-size:13.5px;
}
.news-content .c-info{
	font-size:12.5px;
	color:#ccc;
}
.news-content .c-info span{
	margin-right: 50px;
}
.news-content .c-des{
	font-size:12px;
	color:#999;
	line-height: 180%;
	text-indent:2em;
}

.right-list{
	background: #fff;
	margin-bottom: 20px;
}
.right-list .first-icon{
	height: 85px;
	border-bottom: 1px solid #eee;
}
.right-list .icon-left{
	float:left;
	width:50%;
	height: 85px;
	border-right: 1px solid #eee;
}
.right-list .icon-right{
	float:left;
	width:50%;
	height: 85px;
}
.right-list .icon-1{
	cursor: pointer;
	text-align: center;
	background: url(../images/icon_01.png) no-repeat center 15px;
}
/*.right-list .icon-hover-1{
	cursor: pointer;
	text-align: center;
	background: url(../images/icon_hover_01.png) no-repeat center 15px;
}*/
.right-list .icon-2{
	cursor: pointer;
	text-align: center;
	background: url(../images/icon_02.png) no-repeat center 15px;
}
/*.right-list .icon-hover-2{
	cursor: pointer;
	text-align: center;
	background: url(../images/icon_hover_01.png) no-repeat center 15px;
}*/
.right-list .icon-3{
	cursor: pointer;
	text-align: center;
	background: url(../images/icon_03.png) no-repeat center 15px;
}
/*.right-list .icon-hover-3{
	cursor: pointer;
	text-align: center;
	background: url(../images/icon_hover_01.png) no-repeat center 15px;
}*/
.right-list .icon-4{
	cursor: pointer;
	text-align: center;
	background: url(../images/icon_04.png) no-repeat center 15px;
}
/*.right-list .icon-hover-4{
	cursor: pointer;
	text-align: center;
	background: url(../images/icon_hover_01.png) no-repeat center 15px;
}*/
.right-list .icon span{
	display: block;
	margin-top:55px;
	color:#ccc;
}
.right-list .icon-hover span{
	color:#FF2C4C;
}
.information{
	height: 40px;
	background: #F9F9F9;
	line-height: 40px;
}

.information .info-title{
	margin-left:10px;
	font-size: 16px;
	padding: 0 10px;
	font-weight:bold;
	border-left: 3px solid #e60012;
}
.information a{
	float: right;
	margin-right: 20px;
	color:#ccc;
	font-size:12px;
}

.right-list ul{
	padding: 14px;
	font-size: 14px;
	color:#999;
}
.right-list ul li{
	line-height: 200%;
}


/***分页样式**/

.pagination ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul li {
  display: inline;
}

.pagination ul li.rows {
    line-height: 30px;
    padding-left: 5px;
}
.pagination ul li.rows b{color: #f00}

.pagination ul li a, .pagination ul li span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #d3dbde;
    /*border-left-width: 0;*/
    margin-left: 2px;
    color: #08c;
}
.pagination ul li a:hover{
    color: #fff;
    background: #0088cc;
}
.pagination ul li.first-child a, .pagination ul li.first-child span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
}
.pagination ul .disabled span, .pagination ul .disabled a, .pagination ul .disabled a:hover {
color: #999;
cursor: default;
background-color: transparent;
}
.pagination ul .active a, .pagination ul .active span {
color: #999;
cursor: default;
}
.pagination ul li a:hover, .pagination ul .active a, .pagination ul .active span {
background-color: #e60012;
}
.pagination ul li.last-child a, .pagination ul li.last-child span {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
}

.pagination ul li.current a{color: #f00 ;font-weight: bold; background: #ddd}



/*右边栏 开始*/
.hyzx-bar-box{
	margin-top:-6px;
	height:50px;
	background-color:#f9f9f9;
}
.hbb-left{
	float:left;
	font-size:18px;
	height:25px;
	border-left:3px solid #e60012;
	margin-left:14px;
	margin-top:12px;
	padding-left:5px;
}
.hbb-right a{
	float:right;
	margin-right:14px;
	margin-top:15px;
	padding-right:0px;
	color:#CCC;
}
.hyzx-list-box{
	background-color:#FFF;
}
.hyzx-list-box ul,.hyzx-list-box li{
	list-style:none;
	padding:0;
	margin:0;
}
.hyzx-list-box ul{
	padding-top:10px;
	padding-bottom:10px;
}
.hyzx-list-box li{
	height:26px;
	line-height:26px;
	margin-left:14px;
}
.hot-product .nav-tabs a,.hyzx-list-box li a{
	color:#666666;
}
.hot-product{
	margin-top:14px;
}
.hot-product .nav-tabs{
	height:50px;
	background-color:#f9f9f9;
	font-size:18px;
	
}
.hot-product li{
	width:49%;
	text-align:center;
	float:left;
}
.hot-product ul a{
	border:none;
	color:#d5d5d5 !important;
}
.hot-product ul .active a{
	border:none;
	border-bottom:3px solid #e60012;
	background-color:#f9f9f9;
}
.hot-product .tab-content{
	background-color:#fff;
}
.hot-product ul .active a:hover,.hot-product ul .active a:visited,.hot-product ul .active a:link {
	border:none;
	border-bottom:3px solid #e60012;
	background-color:#f9f9f9;
	color:#3c3c3c !important;
}
.hot-product ul a:hover{
	border:none;
	border-bottom:3px solid #e60012;
	background-color:#f9f9f9;
	color:#3c3c3c !important;
}
.hot-product .tab-content #hot,.hot-product .tab-content #good{
	padding:10px;
}
.goods_model_hot {
    color: #666666;
	font-size: 12.5px;
	float: left;
	display: inline;
}
.hpp-box{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #e5e5e5;
}
.hpp-box-left{
	width:160px;
	float:left;
}
.hpp-box-right{
	width:87px;
	float:right;
}
.hppbl-title{
	width:100%;
	color:#666666;
}
.hppbl-title a{
	color:#333333;
}
.hppbl-hot{
	width:100%;
	margin-top:10px;
}
.hppbl-hot span{
    font-style:italic;
	font-size:12.5px;
	color:#999999;
}
.hpp-box-more{
	margin-top:10px;
	text-align:center;
}
.hpp-box-more a{
	color:#999999;
	height:35px;
	line-height:35px;
	font-size:16px;
}
.hyzx-show-box{
	margin-top:15px;
	background-color:#ffffff;
}



/*右边栏 展会开始*/
.in_ct1{width:275px;height:auto;overflow:hidden;}
.box li{ width:275px;height:380px;margin-left:-40px;float:left;overflow:hidden;position:relative;}
.toll_img{ width:275px;height:380px;}
.toll_info{ height:380px;vertical-align:middle;display:table-cell;}
.box li .box1{ color:#666;text-decoration:none;position:absolute;top:0;left:0;cursor:pointer;}

/*文章详情页面底部热门产品推荐*/
.product-hot {
    padding: 15px 0px;
    margin-top: 14px;
}

.product-item {
    border: #e5e5e5 1px solid;
    font-size: 12px;
    margin-top: 15px;
}
#line0 {
    float: left;
    width: 100%;
}
#line1 {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.goods_model {
    color: #ff2c4c;
    margin-left: 10px;
    float: left;
    display: inline;
}
.title {
    font-size: 14px;
    color: #666666;
    margin-right: 10px;
    float: right;
    overflow: hidden;
    display: inline;
}


.help-bar {
    width: 100%;
    float: left;
}
.help-bar-left {
    font-size: 18px;
    font-weight: bold;
    float: left;
    border-left: 3px solid #e60012;
    padding-left: 10px;
}