/* --------------------------------------------------------- */
/* 标题底色
/* --------------------------------------------------------- */
.redheader{
	width:6em;
	background-color:#B73A21;
	color:#fff;
	padding-left:0.5em;
}
.aheader {
	margin-bottom: 5px;
}
.aheader a {
	color:#000;
}
.aheader a:hover {
	color:red;
}
/* --------------------------------------------------------- */
/* 产品文字样式
/* --------------------------------------------------------- */
.proname_css a {
	font-size:15px;
	line-height:1.5em;
}
.proname_css a:hover{
	color:#0029af;
}
.proname_css h3 {
	margin-bottom: 5px;
	padding-left:5px;
}

/* --------------------------------------------------------- */
/* flex滑动
/* --------------------------------------------------------- */
/*公司愿景*/
#about_us .slides {position:sticky;}
#about_us .flex-control-nav {width: 100%; position: absolute; bottom:-5px;right: -60px;}
#about_us .flex-control-paging li a {width: 8px; height: 8px; display: block; background: #fff; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
#about_us .flex-control-paging li a:hover { background: #fff; }
#about_us .flex-control-paging li a.flex-active { background: red; cursor: default; }

/*重要公告*/
#zhgg .flex-control-nav {width: 100%; position: relative; bottom: -10px;}

#announce .flex-control-nav {width: 100%; position: relative; bottom: -10px;}
#announce .flex-control-paging li a {width: 8px; height: 8px;}
#announce .flex-control-paging li a:hover { background: #fff; }
#announce .flex-control-paging li a.flex-active { background: red; cursor: default; }

/*大客户*/
#dakehu .flex-control-nav {width: 100%; position: relative; bottom: -10px;}

#dakehu .flex-control-paging li a {width: 8px; height: 8px;}
#dakehu .flex-control-paging li a:hover { background: #fff; }
#dakehu .flex-control-paging li a.flex-active { background: red; cursor: default; }


/*新品上市*/
#new_product .flex-control-nav {width: 100%; position: relative; bottom: -10px;}
#new_product .flex-control-paging li a {width: 8px; height: 8px;}

/*新品上市*/
#hot_product .flex-control-nav {width: 100%; position: relative; bottom: -10px;}
#hot_product .flex-control-paging li a {width: 8px; height: 8px;}

/*网络平台*/
#network .flex-control-nav {width: 100%; position: relative; bottom: 20px;right: -300px;}
#network .flex-control-paging li a {width: 8px; height: 8px; display: block; background: #fff; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
#network .flex-control-paging li a:hover { background: #fff; }
#network .flex-control-paging li a.flex-active { background: red; cursor: default; }

/* --------------------------------------------------------- */
/* news
/* --------------------------------------------------------- */
.weight-news a {
	font-size:16px !important;
}
.weight-news p{
	font-size:12px;
	margin:0;
	line-height:1.5em;
    color: #000;
}
.red-news a{
    color: #BE475E;
	}
.blue-news a{
    color: #0a49d9;
	}   
.black-news a{
	color: #000;
   } 
    
.red-news a,.black-news a, .blue-news a{
	font-size: 13px;
    line-height:1.5em;
    display:block;
   	width:100%;
    word-break:keep-all;/* 不换行 */ 
    white-space:nowrap;/* 不换行 */ 
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */ 
    text-overflow:ellipsis;/*当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/ 
}
.red-news a:hover,.black-news a:hover, .blue-news a:hover{
	color:#0029af;
} 

/* 更多 */
.news-most {
	float:right;
	margin-right: 16px;
	margin-top:4px;
	color:#000;
}
		


/* --------------------------------------------------------- */
/* other product
/* --------------------------------------------------------- */

/* 现货 */
.xianhuo {
	color:#000;
}

/* 待出 0029af*/
.daichu {
	color:#0a49d9;
}

.pro-sm-split {
	margin-top: 5px;
}
.pro-lg-split {
	background-color: #000;
	
}

.pro-item-top {
	margin-bottom: 0;
	font-size: 18px;
}

.pro-item-bottom {
	margin:20px 0 0 0;
	font-size: 18px;
}
.peo-icon {
	padding-top: 22px;
}