@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;		
	outline: 0;
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#333;
	vertical-align: top;
	background:#666;
	color: #000;
	width:100%;
	height:100%;
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.show {
	display:block;
}
.clear {
	clear: both;
	line-height:1px;
	height:1px;
	padding:0;
	margin:0;
	overflow:hidden;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a {
	text-decoration:none; 
	font-size:13px;
	color:#666;
}
a:link, a:visited {
	color: #666;
}
a:hover {
	color: #111;
}
a:active {
	color: #111;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font: bold 2em "Times New Roman", Times, serif;
}

h2 {
	font: bold 1.5em "Times New Roman", Times, serif;
}
h3 {
	font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}

h4 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}

/* =4 Layout
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*顶部横条*/
#nav{
    height:35px;
    border-bottom:1px solid #ddd;
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    background:#fff url(/images/index/nav.gif) repeat-x center left;
	z-index:999;
}
#nav ul{
    height:25px;
    list-style:none;
    margin:6px auto 0px auto;
    width:960px;   
}
#nav ul li{
    display:inline;
    float:right;
    margin:0px 2px;
	line-height:25px;
}
#nav a{
    font-size:12px;
}
#nav a:hover{
    color: #f00;
}
#nav a.top,#nav a.bottom {
    font-size:11px;
    font-weight:bold;
    float:left;
    padding: 2px 4px;
    color:#999;
    text-decoration: none;
    border:1px solid #ccc;
    cursor: pointer;
    background:transparent url(../images/overlay.gif) repeat-x center left;
    height:16px;
    line-height:16px;
}
#nav a.top:hover,#nav a.bottom:hover {
    background:#D9D9DA none;
    color: #fff;
}
#nav a.top span, #nav a.bottom span{
    float:left;
    width:16px;
    height:16px;
}
#nav a.top span{
    background:transparent url(/images/index/top.gif) no-repeat center center;
}
#nav a.bottom span{
    background:transparent url(/images/index/bottom.gif) no-repeat center center;
}

#nav li.login {
	margin-right:30px;
	width:550px;
	text-align:right;
}
#nav li.return{
	width:170px;
	text-align:left;
}
#nav input[type="text"]{
    border:1px solid #ccc;
    margin:0px 1px 0px 5px;
    padding:2px 2px 2px 2px;
}
#nav input[type="button"]{
	font-size:11px;
    padding:3px 4px;
    color:#999;
    text-decoration: none;
    border:1px solid #ccc;
    cursor: pointer;
    background:transparent url(/images/index/overlay.gif) repeat-x center left;
    line-height:16px;
	height:20px;
}
#wrap {
	width:950px;
	margin:0 auto;
	padding:40px 15px 0 !important;
	padding:0 15px 0;
	background:#fff;
}
#header {
	margin-bottom:10px;
}
/*顶部横条 结束*/
#logo {
	background:url(/images/index/logo.gif) no-repeat;
	height:81px;
	width:470px;
	float:left;
}
#logo a {
	width:350px;
	height:71px;
	display:block;
}
/*搜索*/
#search div {
	float:left;
}
#search {
	margin-top:15px;
	width:470px;
	float:left;
}
#search label {
	display:none;
}
#search #search_txt {
	background:url(/images/index/search_1.gif) no-repeat;
	height:41px;
	padding-left:43px;
	position:relative;
	width:200px;
}
#search #search_txt input {
	border:0;
	background:url(/images/index/search_3.gif) repeat-x;
	height:25px;
	line-height:25px;
	padding:8px 0;
	position:absolute;
	top:0px;
	width:200px;
}

/*############################## 选择下拉框 ##################################*/
#search #select {
	position:relative;
	z-index:999;
}
.CRselectBox {
	color:#666;
	width:83px;
	font-size:14px;
	line-height:41px;
	text-align:center;
	background:transparent url("/images/index/select.gif") no-repeat 0 0;
}
.CRselectBoxHover {
	background:transparent url("/images/index/select.gif") no-repeat 0 -41px;
}
.CRselectBox a.CRselectValue {
	display:block;
	width:83px;
	height:41px;
	overflow:hidden;
}
.CRselectBoxOptions {
	position:absolute;
	top:40px;
	left:0px;
	list-style:none;
	border:#ddd 3px double;
	width:79px;
	display:none;
	background:#fff;
	z-index:9999;
}
.CRselectBoxOptions li {
	height:22px;
	overflow:hidden;
	background:#fff;
	padding:0;
	margin:0;
}
.CRselectBoxOptions a{
	color:#000;
	display:block;
	height:22px;
	line-height:22px;	
	white-space:nowrap;
}
.CRselectBoxOptions a:hover{
	background:#eee
}
.CRselectBoxOptions a.selected{
	background:#eee
}
/* 解决 firefox 点击放大出现虚线框，从而导致滚动条的问题  */
.CRselectBox a { 
	outline: none; 
	text-decoration:none;
}
.CRselectBox a:focus { 
	outline: none; 
	text-decoration:none;
} 

#search #button input{
	background:url(/images/index/search_2.gif) no-repeat;
	width:59px;
	height:41px;
	border:0;
}

/*################################# 选择下拉框 ##############################3*/

/*导航*/
#menu {
	height:44px;
	margin-bottom:15px;
	width:950px;
	overflow:hidden;
}
#menu ul {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	width:950px;
	height:44px;
	background:url(/images/index/menu_2.gif) repeat-x;
	overflow:hidden;
	z-index:888;
}
.kwicks a {
	display:block;
	width:99%;
	padding-top:6px;
	height:30px;
	background:url(/images/index/menu_5.gif) no-repeat right center;
	border-right:1px #ddd solid;
}
.kwicks li{
	width: 114px;
	height: 44px;
	display: block;
	overflow: hidden;
	padding: 0;
	margin-right:5px;
}
.kwicks.horizontal li {
	float: left;
}

#kwick_1 {
	background:url(/images/index/menu_3.gif) left top no-repeat;
}

#kwick_1 a {
	background:url(/images/index/menu_6.gif) no-repeat 20px top;
}
#kwick_2 a{
	background:url(/images/index/menu_6.gif) no-repeat left -44px;
}
#kwick_3 a{
	background:url(/images/index/menu_6.gif) no-repeat left -88px;
}
#kwick_4 a{
	background:url(/images/index/menu_6.gif) no-repeat left -132px;
}
#kwick_5 a{
	background:url(/images/index/menu_6.gif) no-repeat left -176px;
}
#kwick_6 a{
	background:url(/images/index/menu_6.gif) no-repeat left -220px;
}
#kwick_7 a{
	background:url(/images/index/menu_6.gif) no-repeat left -264px;
}
.kwicks #kwick_8 a{
	background:url(/images/index/menu_6.gif) no-repeat left -308px;
	border:0;
}
#kwick_8 { 
	background:url(/images/index/menu_3.gif) right top no-repeat;
}
.kwicks.horizontal #kwick_8 {
	margin-right: none;
}
#menu .current_1 a {
	background:url(/images/index/menu_6.gif) -200px top no-repeat;
}
#menu .current_2 a {
	background:url(/images/index/menu_6.gif) -220px -44px no-repeat;
}
#menu .current_3 a {
	background:url(/images/index/menu_6.gif) -220px -88px no-repeat;
}
#menu .current_4 a {
	background:url(/images/index/menu_6.gif) -220px -132px no-repeat;
}
#menu .current_5 a {
	background:url(/images/index/menu_6.gif) -220px -176px no-repeat;
}
#menu .current_6 a {
	background:url(/images/index/menu_6.gif) -220px -220px no-repeat;
}
#menu .current_7 a {
	background:url(/images/index/menu_6.gif) -220px -264px no-repeat;
}
#menu .current_8 a {
	background:url(/images/index/menu_6.gif) -220px -308px no-repeat;
}

/*导航end*/

div.to_see {
	height:27px;
	font-size:13px;
	font-weight:normal;
	position:absolute;
	top:8px;
	right:0;
	z-index:99;
	line-height:27px;
}
#baigou_bags div.to_see {
	width:280px;
}
#raw_materials div.to_see {
	width:260px;
}
#latest_products div.to_see {
	width:260px;
}
#latest_supply_demand div.to_see {
	width:190px;
}
#baigou_business_circle div.to_see {
	width:215px;
}
#brand div.to_see {
	width:550px;
}
/* =4 Home
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*左侧边的框*/
.index #left {
	width:270px;
	overflow:hidden;
	float:left;
}
.index #right {
	width:665px;
	float:right;
	overflow:hidden;
}

/*左侧版块*/
.index #left .left_box h3 {
	background:url(/images/index/box_1.gif) no-repeat #fff;
	height:40px;
}
.index #left .left_box{
	background:url(/images/index/box_2.gif) repeat-y;
	margin-bottom:15px;
	height:1%;
}
.index #left .left_box .bottom {
	background:url(/images/index/box_3.gif) no-repeat #fff;
	overflow:hidden;
	height:10px;
}
.index #left .left_box h3 a {
	display:block;
	width:270px;
	height:40px;
}
.index #left #news_focus h3 a {
	background:url(/images/index/title.gif) no-repeat 10px -298px;
}
.index #left #imcc h3 a {
	background:url(/images/index/title.gif) no-repeat 10px -29px;
}
.index #left #new_members h3 a {
	background:url(/images/index/title.gif) no-repeat 10px -65px;
}
.index #left #image_display h3 a {
	background:url(/images/index/title.gif) no-repeat 10px -103px;
}
.index #left #monthly_magazine h3 a {
	background:url(/images/index/title.gif) no-repeat 10px -138px;
}
.index #left #exhibition_activities h3 a {
	background:url(/images/index/title.gif) no-repeat 10px 5px;
}
.index #left #business_news h3 a {
	background:url(/images/index/title.gif) no-repeat 10px -209px;
}
/*左侧版块*/

/*固定高度*/
.index #news_focus ul {
	height:160px;
}
/*固定高度*/

/*列表连接样式*/
.index #news_focus ul,.index #exhibition_activities ul,.index #business_news ul {
	padding:10px 10px 0;
}
.index #news_focus ul li a ,.index #exhibition_activities ul li a,.index #business_news ul li a{
	display:block;
	width:250px;
	background:url(/images/index/ul_1.gif) no-repeat top left;
	line-height:25px;
	height:25px;
	overflow:hidden;
	text-indent:1.5em;
}
.index #news_focus ul li a:hover ,.index #exhibition_activities ul li a:hover,.index #business_news ul li a:hover{
	background:url(/images/index/ul_1.gif) no-repeat left -23px #f6f6f6;
}
/*列表连接样式*/
.index #imcc ul.img {
	padding:10px 0 10px 10px;
	height:77px;
	overflow:hidden;
}
.index #imcc ul.img li {
	float:left;
	width:75px;
	height:75px;
	border:#ccc 1px solid;
	margin-right:8px;
}
.index #imcc p {
	margin:0 10px 10px;
	border:#ccdbed 1px solid;
	background:#f4f9fe;
	line-height:25px;
	padding:5px 10px;
	font-size:13px;
	color:#666;
	height:50px;
	overflow:hidden;
}
.index #imcc ul.text,.index #image_display ul.text {
	margin-left:10px;
}
.index #image_display ul.text {
	padding-top:0;
}
.index #imcc ul.text li,.index #image_display ul.text li {
	float:left;
	height:25px;
	line-height:25px;
	margin-right:10px;
}
.index #imcc ul.text a,.index #image_display ul.text a {
	display:block;
	width:115px;
	height:25px;
	background:url(/images/index/ul_1.gif) no-repeat top left;
	overflow:hidden;
	text-indent:1.5em;
}
.index #imcc ul.text a:hover ,.index #image_display ul.text a:hover{
	background:url(/images/index/ul_1.gif) no-repeat left -23px #f6f6f6;
}
.index #new_members h4{
	font-size:13px;
	color:#111;
	line-height:25px;
	height:25px;
	
}
.index #new_members h4 a {
	display:block;
	width:250px;
	height:25px;
	background:url(/images/index/ul_1.gif) no-repeat top left;
	text-indent:1.5em;
	overflow:hidden;
}
.index #new_members h4 a:hover {
	background:url(/images/index/ul_1.gif) no-repeat left -23px #f6f6f6;
}
.index #new_members p{
	font-size:12px;
	color:#666;
	line-height:25px;
	display:none;
	border:#ccc 1px dashed;
	margin:0 15px;
	padding:0 5px;
	height:25px;
	overflow:hidden;
}
.index #new_members ul {
	padding:10px;
}
.index #image_display .img {
	margin:10px 0 0 15px;
}
.index #image_display .img li{
	width:110px;
	height:85px;
	border:#ccc 1px solid;
	margin-right:15px;
	float:left;
	margin-bottom:10px;
}
.index #monthly_magazine dl {
	width:86px;
	float:left;
	padding-top:10px;
}
.index #monthly_magazine dt {
	width:74px;
	height:74px;
	border:#ccc 1px solid;
	overflow:hidden;
}
.index #monthly_magazine dd {
	width:80px;
	text-align:center;
	line-height:30px;
	height:30px;
}
.index #monthly_magazine dd a:hover {
	color:#f00;
}
.index #monthly_magazine .first {
	padding-left:10px;
}
.index #exhibition_activities h4 {
	font-size:14px;
	font-weight:normal;
	line-height:30px;
	margin:0 15px;
	border-bottom:3px #ddd double;
	margin-top:10px;
}
.index #exhibition_activities p {
	color:#666;
	line-height:25px;
	margin:0 15px;
	border-bottom:#ddd 1px dotted;
}
/**************************************************/
.index #right #banner_right {
	width:220px;
	overflow:hidden;
	margin-bottom:15px;
	float:right;
}
.index #banner {
	height:215px;
	width:430px;
	overflow:hidden;
	margin-bottom:15px;
	margin-right:15px;
	float:left;
	position:relative;
}
.index #banner ul,#baigou_business_circle #banner_nav {
	float:none;
	overflow:auto;
	position:absolute;
	bottom:20px;
	right:20px;
	z-index:999;
	width:auto;
	height:auto;
}
.index #banner ul a,#baigou_business_circle #banner_nav a{
	display:block;
	float:left;
	line-height:15px;
	text-align:center;
	width:15px;
	height:15px;
	font-size:12px;
	color:#fff;
	background:url(/images/index/bottom_2.gif) left top no-repeat;
	margin-right:5px;
}
.index #banner ul .activeSlide,#baigou_business_circle #banner_nav .activeSlide {
	display:block;
	float:left;
	line-height:15px;
	text-align:center;
	width:15px;
	height:15px;
	background:url(/images/index/bottom_2.gif) -22px top no-repeat;
	color:#fff;
}
.index #banner img ,#baigou_business_circle #banner_img img{
	border:0;
}
.index #right #join {
	background:url(/images/index/join.gif) no-repeat;
	height:63px;
	margin-bottom:15px;
}
.index #right #join dt{
	width:85px;
	float:left;
	height:63px;
}
.index #right #join dd{
	width:135px;
	float:left;
	height:50px;
	margin-top:8px;
	line-height:25px;
	text-align:center;
}
.index #right #join dd a {
	color:#fff;
}
.index #right #join dd a:hover {
	color:#eee;
}
.index #right #join dt a{
	display:block;
	height:63px;
	width:85px;
}
.index #right #latest_information h3 a {
	background:url(/images/index/title.gif) no-repeat 10px -332px;
	display:block;
	width:220px;
	height:40px;
}
.index #right .right_box1 {
	background:url(/images/index/box_2.gif) -270px top repeat-y;
	height:1%;
}
.index #right .right_box1 h3 {
	background:url(/images/index/box_1.gif) -270px top no-repeat #fff;
	height:40px;
}
.index #right .right_box1 .bottom {
	background:url(/images/index/box_3.gif) -270px top no-repeat #fff;
	height:10px;
	overflow:hidden;
}
.index #latest_information ul {
	margin:1px;
}
.index #latest_information ul li {
	padding:15px 20px 0;
	font-size:14px;
	font-weight:normal;
	line-height:25px;
	height:75px;
}

.index #right .right_box2 {
	width:665px;
	margin-bottom:10px;
}
.index #right .right_box2 .main {
	padding:0 10px;
}
.index #right .right_box2 h3{
	width:665px;
	height:40px;
	margin-bottom:15px;
	position:relative;
}
.index #right .right_box2 h3 a.r_title {
	display:block;
	width:300px;
	height:40px;
	left:50px;
	top:0;
}
	
.index #right #baigou_bags h3{
	background:url(/images/index/r_box_title.gif) no-repeat;
}
.index #right #raw_materials h3{
	background:url(/images/index/r_box_title.gif) left -42px no-repeat;
}
.index #right #latest_products h3{
	background:url(/images/index/r_box_title.gif) left -86px no-repeat;
}
.index #right #latest_supply_demand h3{
	background:url(/images/index/r_box_title.gif) left -131px no-repeat;
}
.index #right #baigou_business_circle h3{
	background:url(/images/index/r_box_title.gif) left -176px no-repeat;
}
#baigou_bags .category,#latest_products .category{
	height:27px;
	margin-bottom:15px;
}
#baigou_bags .category li,#latest_products .category li {
	height:27px;
	line-height:27px;
	float:left;
}
#baigou_bags .category .title,#latest_products .category .title {
	width:80px;
	background:url(/images/index/r_category.gif) no-repeat;
	text-align:right;
}
#baigou_bags .category .main,#latest_products .category .main {
	background:url(/images/index/r_category_2.gif) repeat-x;
	width:460px;
	height:27px;
	overflow:hidden;
	padding:0;
}
#baigou_bags .category .more,#latest_products .category .more {
	width:85px;
	background:url(/images/index/r_category.gif) no-repeat right top;
}
#baigou_bags .category .more a,#latest_products .category .more a{
	display:block;
	width:85px;
	height:27px;
}
#baigou_bags dl,#latest_products dl {
	width:129px;
	height:120px;
	float:left;
	overflow:hidden;
	margin-bottom:5px;
}
#baigou_bags dt,#latest_products dt {
	width:120px;
	padding:0 4px;
	height:90px;
	border-right:#ccc 1px dotted;
	text-align:center;
	overflow:hidden;
}
#baigou_bags dd,#latest_products dd {
	margin:0 auto;
	height:30px;
	width:133px;
	text-align:center;
	line-height:30px;
	overflow:hidden;
}
#baigou_bags dt img,#latest_products dt img {
	height:90px;
}
#baigou_bags table {
	background:url(/images/index/table_1.gif) repeat-x;
}
#baigou_bags tr {
	height:30px;
}
#baigou_bags td {
	width:129px;
	text-align:center;
	line-height:30px;
}
#baigou_bags td a,#raw_materials td a {
	font-size:12px;
}
#baigou_bags td a:hover,#raw_materials td a:hover {
	color:#f00;
}
#raw_materials table {
	float:left;
	width:480px;
	margin-right:15px;
	margin-bottom:12px;
}
#raw_materials table span {
	color:#F60;
}

#raw_materials .category{
	padding:0;
	width:60px;
	border-right:#eee 1px solid;
	text-align:center;
}
#raw_materials thead .category {
	border-right:0;
}
#raw_materials thead td {
	padding-bottom:5px;
	font-size:13px;
	background:url(/images/index/table_2.gif) repeat-x bottom;
	text-align:center;
}
#raw_materials td {
	padding:0 0 0 10px;
	line-height:30px;
	background:#fefefe;
	border-bottom:#eee 1px solid;
}
#latest_supply_demand ul {
	width:480px;
	overflow:hidden;
	float:left;
	margin-right:15px;
}
#latest_supply_demand li{
	float:left;
	width:235px;
	line-height:25px;
	height:25px;
	padding-right:5px;
	overflow:hidden;
}

#latest_supply_demand li a{

}
#latest_supply_demand li a:hover{

}
#right .banner_rside {
	width:148px;
	height:148px;
	border:#ccc 1px solid;
	float:right;
	margin-bottom:7px;
	overflow:hidden;
}
.index #raw_materials .banner_rside {
	height:200px;
	margin-top:10px;
}
#baigou_business_circle #banner_img{
	width:250px;
	height:185px;
	overflow:hidden;
	position:relative;
	border:#ccc 1px solid;
	float:left;
	margin-top:5px;
}
#baigou_business_circle ul {
	width:380px;
	height:200px;
	overflow:hidden;
	float:right;
	margin-bottom:8px;
}
#baigou_business_circle li a{
	display:block;
	width:380px;
	background:url(/images/index/ul_1.gif) no-repeat top left;
	line-height:25px;
	height:25px;
	overflow:hidden;
	text-indent:1.5em;
}
#baigou_business_circle li a:hover{
	background:url(/images/index/ul_1.gif) no-repeat left -23px #f6f6f6;
}

.index #right .right_box3{
	background:url(/images/index/box_2.gif) -490px top repeat-y;
	margin-bottom:15px;
	height:1%;
	width:325px;
}
.index #right .right_box3 .bottom {
	background:url(/images/index/box_3.gif) -490px top no-repeat #fff;
	height:10px;
	overflow:hidden;
}
.index #right .right_box3 h3 {
	background:url(/images/index/box_1.gif) -490px top no-repeat #fff;
	height:40px;
}
.index #right .right_box3 h3 a {
	display:block;
	width:325px;
	height:40px;
}
.index #right #job {
	float:left;
}
.index #right #brand_news {
	float:right;
}
.index #right #job h3 a {
	background:url(/images/index/title.gif) no-repeat 10px -255px;
}

.index #right #brand_news h3 a {
	background:url(/images/index/title.gif) no-repeat 10px -170px;
}
.index #right #brand_news ul,.index #right #job ul {
	padding:10px 10px 0;
}
.index #right #brand_news ul li a ,.index #right #job ul li a{
	display:block;
	width:305px;
	background:url(/images/index/ul_1.gif) no-repeat top left;
	line-height:25px;
	height:25px;
	overflow:hidden;
	text-indent:1.5em;
}
.index #right #brand_news ul li a:hover ,.index #right #job ul li a:hover{
	background:url(/images/index/ul_1.gif) no-repeat left -23px #f6f6f6;
}
#brand {
	background:url(/images/index/brand.gif) no-repeat;
	margin-bottom:15px;
	position:relative;
}
#brand h3 {
	height:40px;
	position:relative;
	margin-bottom:15px;
}
#brand h3 a.brand_title {
	display:block;
	width:300px;
	height:40px;
	top:0;
	left:40px;
}
#brand ul {
	padding-left:10px;
}
#brand li {
	float:left;
	margin-right:10px;
	width:105px;
	height:45px;
	border:#ccc 1px solid;
	margin-bottom:10px;
	text-align:center;
	overflow:hidden;
}
#brand li img {
	height:45px;
}


#links {
	position:relative;
	border:#ccc 1px solid;
	padding:30px 20px 20px;
	margin-bottom:15px;
	height:50px;
}
#links h3 {
	background:url(/images/index/links.gif) no-repeat;
	width:122px;
	height:23px;
	position:absolute;
	top:-5px;
	left:20px;
}
#links li {
	display: inline-block;
	margin-right:15px;
	float:left;
	white-space: nowrap;
}
#links li {
	 *display: inline
}
#links li a {
	line-height:25px;
	height:25px;
}

/*其他页面样式*/

/*月刊页面*/
.promotion h3 {background:url(/images/promotion.gif) repeat-x; color:#fff; line-height:30px; text-indent:2em; height:30px; position:relative;}
.promotion h3 span {padding:0 10px;}
.promotion h3 a {color:#fff; font-weight:normal;}
.promotion h3 a:hover {color:#FFC;}
.promotion h3 a#more {display:block; height:30px; width:150px; position:absolute; right:0px; top:0px; font-weight:bold;}
.promotion h3 ul {position:absolute; width:948px; border:#FFC98C 1px solid; background:#FFF7EE; height:90px; padding:20px 0; top:30px; left:0px; z-index:999; display:none;}
.promotion h3 ul li {float:left; width:180px; line-height:25px;}
.promotion h3 ul a {color:#333;}
.promotion h3 ul a:hover {color:#f00;}
.promotion #p_main {border:#c55 3px solid; font-size:12px; margin-bottom:1px; padding:20px;}
.promotion #p_main table {margin:0 auto; font-size:12px;}

/*月刊页面 end*/

/*产品*/
.title_products {font-size:14px; line-height:25px; height:25px; padding-left:40px; margin-bottom:10px; background:url(/images/title_products.gif) repeat-x; position:relative;}
.title1_products {font-size:14px; line-height:30px; height:30px; padding-left:20px; border-bottom:#c9dbe9 1px solid; margin-bottom:10px; background:url(/images/home/news_title.gif) repeat-x bottom;}
.title2_products {font-size:14px; line-height:25px; height:25px; padding-left:20px; border-bottom:#c9dbe9 1px solid; margin-bottom:10px; background:url(/images/home/news_title.gif) repeat-x;}
.title3_products {font-size:12px; line-height:25px; height:25px; color:#999;}
.title3_products a:link,.title3_products a:visited {font-size:14px; text-decoration:underline; color:#f00;} 
.title3_products a:hover {color:#F63;}
.title4_products {font-size:12px; line-height:25px; height:25px;}
.title4_products a:link,.title4_products a:visited {font-size:12px; color:#006;} 
.title4_products a:hover {color:#F63; text-decoration:underline;}
.title5_products {color:#006; border-bottom:#c9dbe9 1px dashed; margin-top:5px; line-height:25px; font-size:10pt; padding-left:20px; font-weight:normal;}
.hot_products {position:absolute; width:28px; height:28px; top:0; left:0; background:url(/images/title1_products.gif) no-repeat;}
#left_products {width:705px; float:left; overflow:hidden; margin-bottom:10px;}
#right_products {width:230px; float:right; overflow:hidden;}
#recommend_products {border:#f3c6c5 1px solid; margin-bottom:10px;}
#recommend_products ul {padding-left:20px; list-style:none;width:683px;overflow:hidden;}
#recommend_products li {width:122px; height:120px; float:left; margin-right:14px; overflow:hidden;}
#recommend_products p {line-height:25px; font-size:12px; text-align:center; width:120px; height:25px; overflow:hidden;}
.img_recommend {border:#f3c6c5 1px solid; width:120px; background:#FFF; height:90px; overflow:hidden; text-align:center;}
#products_company {border:#c9dbe9 1px solid;}
#products_company ul {list-style:none; clear:both;}
#products_company li {height:100px; border-bottom:#ccc 1px dashed; padding:10px 15px 0;}
.products_company_img {border:#ccc 1px solid; width:120px; height:90px; overflow:hidden; float:left; margin-right:20px; text-align:center;}
.products_company_main {width:420px; float:left; margin-right:10px;}
.products_company_main p {line-height:20px; height:40px; overflow:hidden; font-size:12px; color:#000;}
.products_company_right {width:100px; float:right;}
.products_company_right p {line-height:20px; height:20px; font-size:10px; text-align:right; margin-top:5px;}
.products_company_right a:link,.products_company_right a:visited {color:#006; font-size:12px;}
.products_company_right a:hover {color:#F63;}
.bg_products {background: #F4FAFF;}
.products_company_right img {border:0;}
#category_products {border:#c9dbe9 1px solid; margin-bottom:10px;}
#category_products p {line-height:25px; font-size:10pt; padding-left:20px; font-weight:normal; color:#ddd;}
#category_products a:link,#category_products a:visited {color:#666; color:#6D8FC9}
#category_products a:hover {color:#F60;}
.font_999 {color:#999;}
.title1_products dl {padding-top:3px; padding-right:5px;}
.title1_products dt {float:left;}
.title1_products dd {float:right;}
#hot_products {border:#c9dbe9 1px solid; margin-bottom:10px;}
#hot_products ul {padding:0 15px; background:url(/images/hot_ul.gif) no-repeat 15px 0; margin-bottom:10px; list-style:none;}
#hot_products li {font-size:10pt; border-bottom:#c9dbe9 1px dashed; line-height:24px; height:24px; overflow:hidden; padding-left:20px;}
#hot_companys {border:#c9dbe9 1px solid; margin-bottom:10px;}
#hot_companys ul {padding:0 15px; background:url(/images/hot_ul.gif) no-repeat 15px 0; margin-bottom:10px; list-style:none;}
#hot_companys li {font-size:10pt; border-bottom:#c9dbe9 1px dashed; line-height:24px; height:24px; overflow:hidden; padding-left:20px;}

/*供求*/
#market_company {border:#F5CFAF 1px solid;}
#market_company ul {list-style:none; clear:both;}
#market_company li {height:100px; border-bottom:#ccc 1px dashed; padding:10px 15px 0;}
.title1_market {font-size:14px; line-height:30px; height:30px; padding-left:20px; border-bottom:#F5CFAF 1px solid; margin-bottom:10px; background:url(/images/home/news_market.gif) repeat-x;}
.title2_market {font-size:14px; line-height:25px; height:25px; padding-left:20px; border-bottom:#F5CFAF 1px solid; margin-bottom:10px; background:url(/images/home/news_market.gif) repeat-x;}
.title5_market {color:#006; border-bottom:#F5CFAF 1px dashed; margin-top:5px; line-height:25px; font-size:10pt; padding-left:20px; font-weight:normal;}
.bg_market {background:#FFF8F0;}
#category_market {border:#F5CFAF 1px solid; margin-bottom:10px;}
#category_market p {line-height:25px; font-size:10pt; padding-left:20px; font-weight:normal; color:#ddd;}
#category_market a:link,#category_market a:visited {color:#000;}
#category_market a:hover {color:#F60;}
#hot_market {border:#F5CFAF 1px solid; margin-bottom:10px;}
#hot_market ul {padding:0 15px; background:url(/images/hot_ul.gif) no-repeat 15px 0; margin-bottom:10px; list-style:none;}
#hot_market li {font-size:10pt; border-bottom:#F5CFAF 1px dashed; line-height:24px; height:24px; overflow:hidden; padding-left:20px;}
#hot_c_market {border:#F5CFAF 1px solid; margin-bottom:10px;}
#hot_c_market ul {padding:0 15px; background:url(/images/hot_ul.gif) no-repeat 15px 0; margin-bottom:10px; list-style:none;}
#hot_c_market li {font-size:10pt; border-bottom:#F5CFAF 1px dashed; line-height:24px; height:24px; overflow:hidden; padding-left:20px;}

/*加工厂*/
#factory_company {border:#ccc 1px solid;}
#factory_company ul {list-style:none; clear:both;}
#factory_company li {height:100px; border-bottom:#ccc 1px dashed; padding:10px 15px 0;}
.title1_factory {font-size:14px; line-height:30px; height:30px; padding-left:20px; border-bottom:#ccc 1px solid; margin-bottom:10px; background:url(/images/home/title2_products.gif) repeat-x;}
.title2_factory {font-size:14px; line-height:25px; height:25px; padding-left:20px; border-bottom:#ccc 1px solid; margin-bottom:10px; background:url(/images/home/title2_products.gif) repeat-x;}
.title5_factory {color:#006; border-bottom:#ccc 1px dashed; margin-top:5px; line-height:25px; font-size:10pt; padding-left:20px; font-weight:normal;}
.title4_factory {font-size:12px; line-height:25px; height:25px;color:#006;}
.bg_factory {background:#f6f6f6;}
#category_market {border:#F5CFAF 1px solid; margin-bottom:10px;}
#category_market p {line-height:25px; font-size:10pt; padding-left:20px; font-weight:normal; color:#ddd;}
#category_market a:link,#category_market a:visited {color:#000;}
#category_market a:hover {color:#F60;}
#hot_market {border:#F5CFAF 1px solid; margin-bottom:10px;}
#hot_market ul {padding:0 15px; background:url(/images/hot_ul.gif) no-repeat 15px 0; margin-bottom:10px; list-style:none;}
#hot_market li {font-size:10pt; border-bottom:#F5CFAF 1px dashed; line-height:24px; height:24px; overflow:hidden; padding-left:20px;}
#hot_c_market {border:#F5CFAF 1px solid; margin-bottom:10px;}
#hot_c_market ul {padding:0 15px; background:url(/images/hot_ul.gif) no-repeat 15px 0; margin-bottom:10px; list-style:none;}
#hot_c_market li {font-size:10pt; border-bottom:#F5CFAF 1px dashed; line-height:24px; height:24px; overflow:hidden; padding-left:20px;}

/***** 页码样式*****/
.pagination {font-size:10px; float:right; color:#fff; text-align:center; margin:10px 10px 10px 0;}
.pagination a {display:block; font-size:10px; border:#ccc 1px solid; padding:0 3px; margin:0 3px 0 3px;}
.pagination a:link {display:block; float:left; background:#FFB5B5; color:#fff;}
.pagination a:visited {display:block; float:left; background:#FFB5B5; color:#fff;}
.pagination a:hover {color:#fff; background:#ca2221; display:block; float:left;}
.disabled {display:block; float:left; border:#ccc 1px solid; padding:0 3px; margin-right:5px; font-size:10px; color:#fff; background:#ca2221;}
.current {display:block; float:left; border:#ccc 1px solid; padding:0 3px; margin-right:5px; font-size:10px; color:#fff; background:#ca2221;}
.gap {display:block; float:left; width:10px; color:#000;}
.next_page  {display:block; float:left; border:#ccc 1px solid; padding:0 3px; margin-right:5px; font-size:10px; color:#fff; background:#ca2221;}

/*企业*/
.content_companydirectory {border:#ccc 1px solid; width:908px; padding:20px; margin:0 auto; margin-bottom:10px;overflow:hidden;}
.directory_title {text-align:center; font-size:16px; *font-size:14px; font-weight:bold; line-height:70px; color:#F00; height:70px; overflow:hidden;}
.content_companydirectory ul {list-style:none;}
.content_companydirectory li {float:left; width:215px; font-size:14px; line-height:25px; margin:0 5px 0; overflow:hidden; height:25px;}

/*资讯*/
/*articles*/
.articles {padding-bottom:20px;}
.ad_r {border:#ccc 1px solid; background:#eee; height:80px; clear:both; margin:10px 0;}
#art_left {float:left; width:270px;}
#art_right {float:right; width:660px;}
.art_banner {height:230px; border:1px solid #ccc; background:#eee; margin-bottom:10px; overflow:hidden;}
.art_banner p {line-height:30px; text-align:center;}
.art_banner ul li img {width:270px; height:200px;}
hr {height:1px; border:none; border-top:1px #ccc dashed; margin:0 !important; margin:0 0 -14px 0; float:none !important; float:left; display:block;}

.art_news {}
.art_news_l {width:375px; float:left; overflow:hidden;}
.art_news_r {width:270px; float:right; border:1px #b3c8db solid; background:#f8f8f8; overflow:hidden;}
.art_news p {font-size:12px; line-height:20px; height:40px; overflow:hidden; clear:both; margin:5px 10px;}

.art_news_l ul {clear:both; margin:10px 0 0; }
.art_news_l li { background:url(/images/home/dot.gif) no-repeat left 3px; list-style:none; line-height:20px; text-indent:20px; width:355px; height:20px; overflow:hidden;}
.art_news_r ul {clear:both; margin:10px 0 0;}
.art_news_r li { background:url(/images/home/dot.gif) no-repeat 5px 3px; list-style:none; line-height:20px; text-indent:20px; width:250px; height:20px; overflow:hidden;}

.art_img_news {margin-left:8px; margin-top:10px;}
.art_img_news dl {height:120px; width:120px; margin-right:10px; overflow:hidden; float:left;}
.art_img_news dt {line-height:25px; font-size:12px; text-align:center; height:25px;}
.art_img_news dd {width:120px; height:90px; border:#ccc 1px solid; text-align:center;}
.art_img_news dl img {height:90px;}
.font12_a a {font-size:12px;}
.tt_news_img {width:100px; height:75px; border:#ccc 1px solid; float:left; text-align:center; overflow:hidden;}
.tt_news {width:260px; height:75px; float:right; overflow:hidden; margin-bottom:10px;}
.tt_news_img img {height:75px;}
.art_side_news {border:1px #b3c8db solid; background:#f8f8f8; margin-bottom:10px; overflow:hidden;}
.art_side_news ul {clear:both; margin:10px 0; }
.art_side_news li {list-style:none; line-height:20px; text-indent:20px; width:250px; height:20px; overflow:hidden; background:url(/images/home/dot.gif) no-repeat 5px 3px;}

.yk {height:190px;}
.art_tab {}
.stabmenu5 {width:268px; height:29px; background:url(/images/home/art_title.gif) repeat-x; border:#b3c8db 1px solid; border-bottom:0;}
.stabmenu5 ul {margin:0px; padding:0px; list-style:none; text-align:center;}
.stabmenu5 li {width:75px; float:left; font-size:16px; line-height:29px;}
.stabmenu5 li a {display:block; color:#000000; text-decoration:none; width:75px; height:29px;}
.stabmenu5 li a.tabactive {color:#f00;  position:relative; background:url(/images/home/tab_b.gif) repeat-x bottom;}
#stab5 {width:248px; border:1px solid #b3c8db; border-top:0; height:140px; padding:10px; overflow:hidden;}
.art_tab_img {width:100px; height:100px; border:#ccc 1px solid; float:left; text-align:right; overflow:hidden; margin-top:15px;}
.art_tab_r {width:130px; float:right; height:125px;}
.art_tab_gd {width:130px; height:100px; overflow:hidden; margin-top:8px; font-size:12px;}
.art_tab_gd li {float:left; width:63px; line-height:25px; height:25px; overflow:hidden;}

.hr1 {height:1px; border:0px; border-top:1px #ccc dashed; margin:5px; clear:both; overflow:hidden;}
.newsLIST4 {list-style-type:none; border:#ccc 1px solid; height:1%;}
.newsLIST4 li {border-bottom:#ccc 1px dashed;}
.newsIMG5 {border:#ccc 1px solid; padding:5px; height:150px; overflow:hidden; width:214px;text-align:center;}
.newsIMG5 img {width:184px;}
.newsIMG6 {float:left; width:105px; height:80px; border:#ccc 1px solid; padding:5px; overflow:hidden; background:#fff; margin-right:20px;}
.newsIMG6 img {width:105px;}
.title1 {line-height:25px; font-size:14px; font-weight:bolder; text-align:justify; height:25px; overflow:hidden; padding:0px 5px 0px 8px; margin-bottom:5px;}
.title1 a:link {text-align:left; color:#000; text-decoration:none;}
.title1 a:visited {text-align:left; color:#000; text-decoration:none;}
.title1 a:hover {text-align:left; color:#f00; text-decoration:none;}
.title3 {line-height:25px; font-size:14px; font-weight:bolder; text-align:justify; height:25px; overflow:hidden; padding:0px 5px 0px 8px; margin-bottom:5px; float:right; width:480px;}
.title3 a:link {color:#000; text-decoration:none;}
.title3 a:visited {color:#000; text-decoration:none;}
.title3 a:hover {color:#f00; text-decoration:none;}
.msg3 {text-align:justify; text-justify:distribute; font-size:12px; line-height:20px; padding:0 5px 0px 8px; height:60px; overflow:hidden; float:right; width:480px;}
.msg4 {text-align:justify; text-justify:distribute; font-size:12px; line-height:20px; padding:0 5px 0px 8px; height:60px; overflow:hidden;}
.newsLIST5 {float:left; width:450px; padding:10px 0px 5px 20px; font-size:12px; line-height:25px;}
.newstime {float:right; width:188px; font-size:12px; padding:10px 20px 5px 0px; line-height:25px; text-align:center;}
.newsLIST6 {float:left; width:450px; padding:10px 0px 5px 20px; font-size:12px; line-height:25px; height:95px; overflow:hidden;}
.newstime2 {float:right; width:168px; font-size:12px; line-height:25px; text-align:center; height:95px; padding:10px 20px 5px 0px;}
.newsLIST7 {list-style-type:none; border:#ccc 1px solid; background:#efefef; padding:10px; margin:5px 0px;}
.newsLIST7 li { padding-bottom:5px; border-bottom:#ccc 1px dashed; margin-bottom:10px; height:100px;}
.news {border:#ccc 1px solid; padding:20px 0px 0px;}
.title5 {font-size:24px; font-weight:bolder; text-align:center; line-height:30px; margin-bottom:10px;} 
.msg5 {text-align:center; font-size:12px; line-height:25px; background:#eee;}
.newsmain {font-size:14px; text-align:justify; text-justify:distribute; text-indent:28px; padding:20px; line-height:25px;}
.liclear {clear:both;}
.news_title {text-align:center; line-height:50px; font-size:16px; font-weight:bold;}
.msg6 {border-top:#ccc 1px dotted; margin:0 20px; line-height:30px; padding:20px;}



.articles h1 {background:url(/images/home/art_title.gif) repeat-x; height:27px; border:1px #b3c8db solid; font-size:16px; color:#C00; text-indent:20px; line-height:27px; margin-bottom:10px;}
.articles h1 a {font-size:12px;}
.articles h2 {font-size:16px; color:#036; line-height:30px; height:30px; overflow:hidden; text-indent:8px;}
.articles h3 {width:75px; height:20px; background:#C00; color:#fff; font-size:14px; text-align:center; margin:5px 10px; line-height:20px;}
.articles h4 {line-height:25px; text-align:center; font-size:14px;}
.articles h5 {background:url(/images/home/art_title.gif) repeat-x; height:27px; border-bottom:1px #b3c8db solid; font-size:16px; color:#C00; text-indent:8px; line-height:27px;}
.articles h5 a {font-size:12px;}

.article h1 {font-size:36px; line-height:45px;}
.article h2 {font-size:26px; line-height:40px;}
.article h3 {font-size:26px; line-height:40px; color:#f00;}
.article h4 {font-size:18px; text-align:right; line-height:40px;}
.article h5 {font-size:16px; font-weight:lighter; color:#f00; text-align:right; line-height:30px;}
.article h6 {font-size:16px; font-weight:lighter; color:#03C; line-height:30px;}
.article .art_title {background:url(/images/home/art_title.gif) repeat-x; height:27px; border:1px #b3c8db solid; font-size:16px; color:#C00; text-indent:20px; line-height:27px; margin-bottom:10px;font-weight:bold;}
.article .art_title a {font-size:12px;}
.article .art_title2 {background:url(/images/home/art_title.gif) repeat-x; height:27px; border-bottom:1px #b3c8db solid; font-size:16px; color:#C00; text-indent:8px; line-height:27px;font-weight:bold;}
.article .art_title2 a {font-size:12px;}

/*咨询中心老样式*/


/*展会*/
#exh_body {background:#fff;}
#exh_header {width:950px;height:37px;}
.exh_banner {width:948px;background:url(/images/exhibition/bn_bg.jpg) repeat-x;height:33px;border-left:1px solid #ccc;border-right:1px solid #ccc;position:absolute;z-index:5;}
.exh_title {position:relative;z-index:9;top:4px;left:10px;width:948px;}
.exh_tleft {background:url(/images/exhibition/b_ex.jpg) no-repeat;width:85px;float:left;height:33px;font-size:14px;text-align:center;line-height:30px;color:#fff;}
.exh_tleft a:link,.exh_tleft a:visited {color:#fff;}
.exh_tright {float:left;width:860px;height:26px;overflow:hidden;}
.exh_tright li {float:left;line-height:26px;}
.exh_tright a {float:left;margin-left:15px;margin-right:15px;font-size:14px;line-height:28px;}
.exh_tright_home a:link,.exh_tright_home a:visited {color:#f00;}
.exh_tright_home a:hover {color:#f00;}
.exh_tright_current a:link,.exh_tright_current a:visited {color:#000;}
.exh_news {width:975px;margin-top:4px;background:#F0F0F0;height:164px;padding:11px 0 0 5px;}
.exh_newsPic {width:421px;border:1px solid #ccc;height:151px;float:left;}
.exh_newsPic div {width:421px;height:151px;overflow:hidden;}
.exh_newsPic img {height:151px;}
.exh_newsList {width:535px;float:left;margin-left:11px;}
.exh_listTitle {font-size:14px;border-bottom:1px dotted #ccc;}
.exh_listTitle a{float:right;}
.exh_newsList li {background:url(/images/exhibition/icon1.gif) no-repeat 0 8px;line-height:23px;padding-left:16px;}
.exh_newsList span {float:right;font-size:12px;}
.exh_topic {width:600px;height:302px;float:right;margin-top:8px;}
.exh_topic2 {width:330px;margin-top:0; margin-right:15px; float:left; height:402px;overflow:hidden;margin-bottom:10px;}
.exh_topicTitel {width:600px;height:29px;}
.exh_topicTitel2 {width:330px;}
.exh_topicL {background:url(/images/exhibition/ex01.jpg) no-repeat;width:24px;height:29px;float:left;}
.exh_topicC {background:url(/images/exhibition/ex02.jpg) repeat-x;width:562px;height:29px;float:left;line-height:29px;font-size:14px;}
.exh_topicC2 {width:292px;}
.exh_topicC a {float:right;padding-top:8px;}
.exh_topicR {background:url(/images/exhibition/ex03.jpg) no-repeat;width:14px;height:29px;float:left;}
.exh_topicList {width:598px;height:262px;border:1px solid #ccc;border-top:none;float:left;padding-top:10px;}
.exh_topicList2 {width:328px;height:362px;}
.exh_topicList li {background:url(/images/exhibition/icon2.gif) no-repeat 0 10px;padding-left:17px;margin-left:8px;line-height:25px;margin-right:8px;height:25px;
overflow:hidden;}
.exh_topicList span {float:right;}

.exh_instant {width:328px;float:left;background:#E9E7E8;height:302px;margin-top:6px;margin-right:8px;overflow:hidden;}
.exh_instantTitle {background:url(/images/exhibition/s_bg.jpg) repeat-y;height:29px;line-height:29px;font-size:14px;padding-left:10px;}
.exh_instantPic {width:328px;height:272px;overflow:hidden;text-align:center;}
.exh_instantPic p {height:30px; line-height:30px; text-align:center; width:328px;}
.exh_instantPic img {width:328px; height:242px;}
.exh_ad {width:948px;height:86px;border:1px solid #ccc;margin-top:8px;margin-bottom:8px;}
.exh_apply {width:674px;height:438px;background:#F2FAFD;float:left;}
.exh_applyTitel {height:30px;color:#fff;line-height:30px;padding-left:10px;background:#448098;font-size:14px;}
.exh_applyTable {margin-left:12px;margin-top:18px;}
.exh_applyTable {border-top:1px solid #ccc;border-left:1px solid #ccc;}
.exh_applyTable td {border-bottom:1px solid #ccc;border-right:1px solid #ccc;height:30px;line-height:30px;padding-left:10px;font-size:14px;}
.exh_down {line-height:20px;padding-left:20px;margin-top:5px;}
.exh_down a:link,.exh_down a:visited {color:#f00;text-decoration:underline;margin-top:10px;float:left;}
.exh_knowledge {width:260px;height:402px;float:left;overflow:hidden;margin-bottom:8px;}
.exh_knowledge2 {height:450px;margin-left:8px;}
.exh_kTitle {background:url(/images/exhibition/k_bg.jpg) repeat-y;height:30px;padding-left:10px;line-height:30px;font-size:14px;}
.exh_kTitle a {float:right;font-size:12px;}
.exh_kTitle span {background:url(/images/exhibition/icon3.jpg) no-repeat 60px center;float:left;width:200px;}
.exh_kContent {padding-top:10px;height:190px;background:#F6F6F6;}
.exh_kContent li {line-height:26px;padding-left:10px;height:26px;overflow:hidden;}
.exh_infor span {background:url(/images/exhibition/icon4.jpg) no-repeat 85px center;}
.exh_inforContent {padding:10px 8px;height:150px;}
.exh_inforContent p {line-height:25px;}


.exh_subNewsTitle {background:#F5F5F5;height:30px;font-size:14px;line-height:30px;padding-left:20px;}
.exh_subNewsContent {margin:0 20px;}
.exh_subNewsContent li {background:url(/images/exhibition/icon2.gif) no-repeat 15px 12px;line-height:25px;border-bottom:1px dotted #B4B4B4;padding-left:30px;}
.exh_subNewsContent span {float:right;}

#exh_left {width:674px;float:left;margin-top:4px;}
#exh_right {width:296px;float:left;margin-top:4px;}

.exh_subnews {width:674px;background:#F6F6F6;}
.exh_subTitle {text-align:center;font-weight:bold;font-size:14px;line-height:20px;padding:10px 0;}
.exh_subTitle p {font-size:12px;font-weight:normal;}
.exh_subContent {padding:10px 30px;line-height:20px;}

.exh_substyle .exh_styleList{width:664px;border:none;}
.exh_substyle .exh_styleList li {width:664px;}
.exh_substyle .exh_styleContent {width:450px;padding-left:10px;}

.exh_subPic {width:654px;margin-left:10px;overflow:hidden;text-align:center;margin-bottom:10px;}
.exh_substyleContent {line-height:23px;padding-left:10px;font-size:14px;}
.exh_substyleContent span{font-weight:bold;}
.exhstyle p {text-indent:2em;margin-top:10px;}

.exh_topPic {width:120px;height:90px;border:1px solid #ccc;float:left;margin-left:5px;}
.exh_topPic div {width:120px;height:90px;overflow:hidden;}
.exh_topPic img {height:90px;}
.exh_topPicword {width:190px;float:left;height:90px;overflow:hidden;padding-left:10px;}
.exh_topwTitle {font-size:14px;font-weight:bold;height:40px;line-height:20px;overflow:hidden;}
.exh_topwTitle2 {padding-top:10px;line-height:19px;}
.exh_knews {height:92px;}
.exh_knewslist {padding-top:10px;}

/*品牌*/
#brand_body {width:980px;margin:0 auto;}
#brand_left {width:671px;float:left;}
#brand_right {width:265px;float:right;}

.brand_list {width:667px;border:1px solid #ccc;padding:1px;margin-bottom:8px;padding-bottom:10px;}
.brand_listTitle {height:31px;background:#F4F4F4;line-height:31px;}
.brand_listTitle a {float:right;margin-top:6px;margin-right:10px;}
.brand_listTitle h1 {background:url(/images/brand/h_bg.jpg) no-repeat;width:81px;height:31px;font-size:14px;font-weight:normal;text-align:center;line-height:31px;}
.brand_Pic {padding:10px 0 0 15px;width:652px;overflow:hidden;}
.brand_Content {}
.brand_Content li {width:150px;height:50px;border:1px solid #ccc;margin-right:10px;margin-bottom:10px;float:left;}
.brand_Content div {width:150px;height:50px;overflow:hidden;text-align:center;}
.brand_Content img {height:50px;}
.brand_Content .market_r_img {border:none;}

.brand_story {width:263px;border:1px solid #ccc;margin-bottom:8px;}
.brand_storyTitle {background:url(/images/brand/story_bg.jpg) repeat-x;height:33px;line-height:33px;}
.brand_storyTitle h2 {font-size:14px;font-weight:normal;padding-left:10px;line-height:33px;}
.brand_storyTitle a:link,.brand_storyTitle a:visited {float:right;margin-right:5px;color:#817778;}
.brand_storyContent {padding:10px 0;}
.brand_storyList li {background:url(/images/brand/icon1.gif) no-repeat 0 9px;line-height:23px;padding-left:17px;margin-left:13px;height:23px;overflow:hidden;}

.brand_moreList {margin-top:8px;width:669px;}
.brand_moreTitle {background:#eee;height:28px;border-bottom:6px solid #ffc262;font-size:14px;line-height:28px;padding-left:10px;}
.brand_storyList span {float:right;}
.brand_storymoreList li {margin-right:10px;border-bottom:1px dotted #ccc;line-height:25px;}
.brand_storymoreList li {background:url(/images/brand/icon1.gif) no-repeat 0 10px;}
.brand_storymore {background:url(/images/brand/storymore_bg.jpg) repeat-x;height:36px;font-size:14px;line-height:36px;text-align:center;}
.brand_storymoreContent {background:#F5F5F4;min-height:543px;height:auto!important;height:543px;overflow:visible;}
.brand_storymoreTime {text-align:center;line-height:20px;}
.brand_storymoreword {padding:20px;line-height:20px;font-size:14px;}
.brand_storymoreword p {text-indent:2em;margin-bottom:10px;}


/*市场服务*/
#ser_body {width:980px;margin:0 auto;}
#ser_left {width:645px;float:left;overflow:hidden;}
#ser_right {width:285px;float:right;height:940px;background:#F7F7F7;}
.ser_market {width:645px;background:#eee;height:597px;margin-bottom:8px;}
.ser_market2 {height:335px;}
.ser_title {background:url(/images/services/m_bg.jpg) no-repeat 0 14px;height:57px;}
.ser_title a {float:right;margin-top:28px;margin-right:12px;}
.ser_content {width:591px;margin-left:15px;margin-bottom:10px;background:#fff;padding-top:11px;padding-left:25px;height:517px;overflow:hidden;}
.ser_content li {width:175px;height:244px;background:#E3EBF2;overflow:hidden;margin-right:20px;margin-bottom:14px;float:left;}
.ser_pic {width:173px;height:125px;border:1px solid #ccc;margin-bottom:5px;}
.ser_pic div {width:173px;height:125px;overflow:hidden;}
.ser_pic img {height:130px;}
.ser_content p {width:155px;height:100px;overflow:hidden;margin-left:10px;line-height:20px;text-align:justify;text-justify:inter-ideograph;font-size:12px;}
.ser_title2 {background:url(/images/services/m_bg2.jpg) no-repeat 0 14px;height:57px;}
.ser_content2 {height:255px;}
.ser_content2 li {background:#FFE9C2;}
.ser_content a:link, .ser_content a:visited  {font-size:12px;}
.ser_area {background:url(/images/services/area_bg.jpg) repeat-x;height:31px;font-size:14px;color:#fff;font-weight:bold;line-height:31px;padding-left:10px;}
.ser_area a:link,.ser_area a:visited {float:right;color:#fff;font-size:12px;font-weight:normal;margin-right:5px;}
.ser_areaList {line-height:22px;padding-left:14px;padding-top:8px;padding-bottom:10px;}
.ser_areaList li {background:url(/images/services/icon1.jpg) no-repeat 0 8px;padding-left:17px;}
.ser_areaMarket li{background:url(/images/services/icon2.jpg) no-repeat 0 8px;}
#ser_subRight {width:327px;margin-left:8px;float:left;background:#F7F7F7;height:652px;}
.ser_subtitle {background:url(/images/services/area_bg.jpg) repeat-x;height:31px;line-height:31px;font-size:14px;color:#fff;}
.ser_subtitle span {background:url(/images/services/icon3.jpg) no-repeat 0 2px;width:100px;margin-left:10px;padding-left:20px;}
.ser_submarket .ser_market{min-height:652px;height:auto!important;height:652px;overflow:visible;}
.ser_submarket .ser_content,.ser_serte {min-height:601px;height:auto!important;height:601px;overflow:visible;}
.ser_sertitle {background:url(/images/services/ser_bg.jpg) repeat-x;height:31px;}
.ser_sertitle span {background:url(/images/services/icon4.jpg) no-repeat 0 1px;}
.ser_sercontent li {background:#FFE9C2;}
.ser_serList {height:31px;line-height:31px;font-size:14px;padding-left:15px;}
.ser_serte {background:#fff;width:625px;margin-left:10px;}
.ser_serte li {border-bottom:1px dotted #ccc;margin-right:10px;}
.ser_serList2 {text-align:center;}
.ser_serteTime {text-align:center;line-height:20px;}
.ser_subser {padding:20px;line-height:20px;font-size:14px;}
.ser_subser p {text-indent:2em;margin-bottom:10px;}
.ser_smTitle {text-align:center;font-weight:bold;}
.ser_smPic {text-align:center;width:616px;overflow:hidden;padding:10px 0;}
.ser_smContent {padding:10px 20px;}
.ser_smContent p {text-indent:2em;line-height:20px;margin-bottom:10px;}

/*加工厂*/
#plantBody {font-size:14px; margin-bottom:10px;}
.plant_title {height:40px;line-height:40px;background:#F8F7F8;font-size:14px;font-weight:bold;text-align:center;}
.plant_img {width:800px;overflow:hidden;text-align:center;padding-left:90px;margin-top:5px;}
.plant_img img {border:1px solid #ccc;}
.plant_content{margin-top:15px;}
.plant_content table {border-top:1px solid #ccc;border-left:1px solid #ccc;margin:0 auto;}
.plant_content td {border-bottom:1px solid #ccc;border-right:1px solid #ccc;padding:5px;}
.plant_cTitle {width:108px;height:18px;color:#fff;background:#C72024;line-height:18px;}
.plant_intro {line-height:20px;}

/*imcc*/
#imcc_body {}
.imcc_banner {background:url(/images/imcc/banner.jpg) no-repeat;width:790px;float:left;height:324px;overflow:hidden;}

.imcc_question {width:150px;float:left;padding-top:95px;text-align:center;}
.imcc_question a:link,.imcc_question a:visited {color:#7e7c24;text-decoration:none;font-size:14px;}
.imcc_question li {background:url(/images/imcc/question_bg.jpg) no-repeat;width:142px;height:42px;line-height:42px;margin-left:12px;margin-bottom:15px;}
.imcc_worktime {margin-top:92px; color:#E4F4FC;width:574px;float:left;margin-left:50px; line-height:20px; height:145px;}
.imcc_news_title {line-height:40px;width:574px;float:left;margin-left:50px; font-size:16px; color:#fff; height:40px;}
.imcc_news_title a {color:#fff; font-size:16px;}
.imcc_news_title a:link,.imcc_news_title a:visited {color:#fff; font-size:16px;}
.imcc_news {width:574px;float:left;margin-left:60px; height:40px; overflow:hidden;}
.imcc_news li {background:url(/images/imcc/icon1.gif) no-repeat 0 10px;width:250px;height:20px;overflow:hidden;float:left;line-height:20px;margin-right:20px;padding-left:10px;}

.imcc_assort {background:url(/images/imcc/assort.jpg) no-repeat;width:149px;float:right;height:314px;padding-top:10px;}
.imcc_assortTitle {font-size:14px;font-weight:bold;color:#971046;text-align:center;}
.imcc_assortLI {width:145px;padding-top:13px;padding-left:2px;}
.imcc_assortLI li {background:#f8e7f9;height:26px;margin-bottom:1px;line-height:26px;padding-left:10px; color:#246db9; font-size:12px;}
.imcc_assortTitle2 {margin-top:30px;}
.imcc_assortLI2 a:link,.imcc_assortLI2 a:visited {color:#d73a3e;}

.imcc_sell {width:950px;height:220px;margin-top:8px;overflow:hidden;}
.imcc_sellPic {margin-top:20px;padding-left:8px;overflow:hidden;width:924px;}
.imcc_sellPic li{width:172px;height:190px;overflow:hidden;margin-right:8px;margin-left:4px;float:left;}
.imcc_sellPic .market_r_img {width:170px;height:127px;overflow:visible;margin-bottom:5px;}
.imcc_sellPic .market_r_img div {width:170px;height:127px;margin-bottom:5px;overflow:hidden;text-align:center;}
.imcc_sellPic img {height:127px;}
.imcc_sellPic span {margin-left:5px;color:#f00;}
.imcc_sellTitle {background:url(/images/imcc/sell01.jpg) no-repeat;width:38px;height:220px;float:left;}
.imcc_sellBody {background:url(/images/imcc/sell02.jpg) repeat-x;width:902px;float:left;height:220px;overflow:hidden;}
.imcc_sellRight {background:url(/images/imcc/sell03.jpg) no-repeat;width:10px;height:220px;overflow:hidden;float:left;}

.imcc_bag {width:950px;margin-top:8px;}
.imcc_bagBody {width:970px;margin-left:5px;background:#fff;padding-top:10px;}
.imcc_bagTitle {height:30px;line-height:32px;}
.imcc_bagTitle span {background:url(/images/imcc/icon2.gif) no-repeat 0 8px;height:30px;font-weight:bold;font-size:18px;color:#fff;float:left;padding-left:20px;margin-left:10px;}
.imcc_bagTitle2 span {color:#ffa2c7;}
.imcc_bagTitle3 span {color:#e4f7ff;}
.imcc_bagTitle4 span {color:#c8deff;}
.imcc_bagTitle5 span {color:#ffede3;}
.imcc_bagTitle a:link,.imcc_bagTitle a:visited{color:#fff;float:right;margin-right:10px;}
.imcc_bagBody .imcc_sellPic {width:956px;margin-top:0;padding-left:14px;overflow:hidden;}
.imcc_bagBody li {margin-left:0;margin-right:14px;}

.imcc_l {width:165px; float:left; height:500px;}
.imcc_l_t {background:url(/images/imcc/imcc_title.gif) no-repeat; line-height:30px; border-bottom:#ccc 1px dotted; text-align:center; font-size:14px;}
.imcc_l_m {background:url(/images/imcc/imcc_l_bg.gif) repeat-y; border-bottom:#bad6e1 1px solid; padding:10px;}
.imcc_l_m li {line-height:30px; text-indent:20px;border-bottom:#ccc 1px dotted; background:url(/images/imcc/red.gif) no-repeat left center; font-size:10px; color:#999;}
.imcc_r {width:770px; float:right;}
.imcc_r_t{border:#d9d9d9 1px solid; border-bottom:0; border-top:0; background:url(/images/imcc/imcc_r.gif) repeat-x; line-height:30px; text-indent:20px; font-size:14px; color:#069;}
.imcc_r ul {margin:20px 0 10px 10px;}
.imcc_r li {float:left; width:180px; margin-right:10px; height:220px;}
.imcc_img {width:165px; height:120px; border:#dcdcdc 1px solid; text-align:center; overflow:hidden;}
.imcc_img img {height:120px;}
.imcc_r p {width:165px; height:30px; line-height:30px; overflow:hidden;}
.imcc_pro_t {background:url(/images/imcc/gray.gif) no-repeat left center; text-indent:20px;}
.imcc_pro_t a {color:#069;}
.imcc_down {text-indent:20px;}
.imcc_down a {color:#f00;}
.imcc_cotact {padding:10px; text-align:center;}
hr {height:1px; border:none; border-top:1px #ccc dashed; margin:0 !important; margin:0 0 -14px 0; float:none !important; float:left; display:block;}
/*子页*/
#imcc_body2 {background:url(/images/imcc/sub_bg.jpg) repeat-y;width:950px;}
#subimcc_left {width:230px;float:left;}
#subimcc_left p {border:#E7F4FA 3px solid; background:#fff; line-height:20px; padding:10px; margin:10px; color:#069; font-size:12px;}
#subimcc_right {width:680px;float:right;overflow:hidden;padding-right:20px;}
.subimcc_lt {background:url(/images/imcc/sublt.jpg) no-repeat;height:44px;margin-left:9px;}
.subimccList {margin-top:28px;}
.subimccList li {width:230px;float:left;margin-bottom:9px;}
.subimccList a:link,.subimccList a:visited {width:230px;float:left;height:40px;text-align:center;line-height:40px;font-size:14px;color:#fff;}
.subimcc_alink {background:url(/images/imcc/sublist2.jpg) no-repeat center center;}
.subimcc_blink {background:url(/images/imcc/sublist.jpg) no-repeat center center;color:#fff;text-decoration:none;}
.subimccList a:hover {background:url(/images/imcc/sublist.jpg) no-repeat center center;color:#fff;text-decoration:none;}
.imcc_c_ul {margin:20px; text-align:center; color:#036; font-size:12px;}
.subimcc_r_content ul {margin:20px 30px 0;}
.subimcc_r_content li {line-height:30px; background:url(/images/imcc/gray.gif) no-repeat left center; text-indent:20px;}
.subimcc_r_content {width:600px;background:#fff;padding:18px 40px 18px 40px;height:auto!important;height:800px;min-height:800px;overflow:visible;}
.subimcc_rt {background:url(/images/imcc/subrt.gif) no-repeat;height:10px;overflow:hidden;margin-top:28px;}
.subimcc_r_content p {line-height:20px;margin-bottom:5px;text-indent:2em;}
.subimcc_rb {background:url(/images/imcc/subrb.gif) no-repeat;height:10px;margin-bottom:28px;}
.subliu {background:url(/images/imcc/subliu.gif) no-repeat;height:419px;}
.subliu2 {background:url(/images/imcc/subliu2.gif) no-repeat center center;height:430px;margin-bottom:10px;}
.subliu3 {background:url(/images/imcc/subliu3.gif) no-repeat center center;height:550px;}
.subliu4 {background:url(/images/imcc/subliu4.gif) no-repeat center center;height:326px;}
.subliu5 {background:url(/images/imcc/subliu5.gif) no-repeat center center;height:356px;}

/*其他页面样式*/

#footer {

}
#footer p {
	line-height:40px;
	text-align:center;
	font-size:12px;
	color:#333;
}
#footer h3{
	background:#A01D31;
	color:#fff;
	line-height:30px;
	text-align:center;
	font-size:13px;
	font-weight:normal;
}
#footer h3 a {
	color:#eee;
}
#footer h3 a:hover {
	color:#999;
}

/*人才网新闻采集样式*/
#fetch_page {
	width:560px;
	margin:30px auto 0;
}
#fetch_page table {
	border:1px solid #FFE1D2;
	border-collapse:collapse;
	width:100%;
}
#fetch_page td {
	border-bottom:1px solid #FFE1D2;
	padding:0 5px;
	line-height:25px;
	font-size:12px;
}
#fetch_page #col_1,#fetch_page #col_3  {
	background:#FFF5F0;
	width:70px;
}
#fetch_page #col_2 ,#fetch_page #col_4 {
	width:190px;
}
#fetch_page h2 {
	border-bottom:3px double #FFB895;
	line-height:40px;
	font-size:18px;
	font-weight:bold;
	text-indent:2em;
	margin-top:30px;
}
#fetch_page p {
	margin:20px 0;
	line-height:25px;
	font-size:14px;
	text-indent:2em;
}
/*形象展示样式*/
.ushers ul li{ list-style-type:none;}
.ushers #banner{ width:950px; height:353px; overflow:hidden; position:relative; background:url(/images/video/video_r1_c1.jpg) no-repeat; margin-bottom:10px;}
.ushers #pic h3 {height:31px; overflow:hidden; background:url(/images/video/video_r1_c1.jpg) no-repeat center bottom;}
.ushers #pic ul li{ width:204; float:left; padding-left:25px; padding-top:30px;}
.ushers #pic ul li p{line-height:30px; text-align:center;}
.ushers #banner .video {position:absolute; left:50px; top:30px;} 
.ushers #banner p {position:absolute; right:100px; top:134px; width:380px; height:150px; color:#ddd; font-size:14px; line-height:25px; text-indent:2em; overflow:hidden;} 
.ushers #pic a:link{ color:#000000; text-decoration:none;}
.ushers #pic a:visited{ color:#000000; text-decoration:none;}
.ushers #pic a:houver{ color:#0066CC; text-decoration:underline;}
.ushers #pic a:active{ color:#0066CC; text-decoration:underline;}
.ushers_show {background:url(/images/video/videotv_r1_c1.jpg) repeat-x #fff; height:650px; position:relative;}
.ushers_show #left{ width:342px; height:360px; position:absolute; top:120px; left:80px;}
.ushers_show #left h3 {line-height:40px; text-align:center;}
.ushers_show #left p {text-align:center; color:#999;}
.ushers_show #right{ width:354px; padding:74px 10px 74px 96px;  background:url(/images/video/videotv_r2_c5.gif) no-repeat; height:290px; position:absolute; right:0px; top:50px;}
.ushers_show #right p {line-height:25px; text-indent:2em; height:275px; overflow:hidden;}