@charset "utf-8";
/*公共+通用样式*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, th, td { margin:0; padding:0; }
html{height:100%;}
body {
	width: 100%;
	height: 100%;
	color: #666666;
	position: relative;
	left: 0;
	top: 0;
	background-color: #fff;
	font-family: "宋体", Verdana, Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
*{}
html { overflow:-moz-scrollbars-vertical; }
.clear{ clear:both} 
fieldset, img { border:none; }
img{ border:0;}
.clear{ clear:both; } 
a, a:hover {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color:#F60;
	text-decoration: none;
}
.f_r {
	color: #F00;
}
.f_w {
	color: #FFF;
}

.f_b {
	color: #999;
}
.td150{
	line-height: 150%;
}
/*公共样式_END*/


/*Art分类列表CSS*/
/*piclist*/
.sortlist_div {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	/*高度自适应*/
	height:auto !important;
	height:170px;
	min-height:170px;
	margin-top: 5px;
}
.sortlist_piclist ul{
	margin: 0px;
	padding: 0px;	
}
.sortlist_piclist ul li{
	float: left;
	list-style-type: none;
	text-align: center;
	margin-top: 5px;
	margin-left: 5px;
}

.sortlist_piclist .sort_img {
	border: 1px solid #CCC;
	padding: 2px;
}
.sortlist_piclist ul li span{
	display: block;
	height: 150%;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*toplist*/
.sortlist_toplist .title {
	line-height: 23px;
	height: 23px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.sortlist_toplist .title h3 {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-color: #C1C1C1;
	display: block;
	width: 180px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	float: left;
}
.sortlist_toplist .title h3 a {
	color: #FFF;
	text-decoration: none;
}
.sortlist_toplist .title h3 a:hover {
	color: #FF0;
	text-decoration: none;
}
.sortlist_toplist .left {
	float: left;
	width: 180px;
	text-align: center;
	margin-right: 10px;
}
.sortlist_toplist .left img {
	height: 120px;
	width: 120px;
	padding: 3px;
	border: 1px solid #DDDEE0;
}
.sortlist_toplist .left span {
	display: block;
	height: 150%;
}
.sortlist_toplist .right {
	float: left;	
}
.sortlist_toplist .right li {
	list-style-type: none;		
}
/*分类列表CSS_END*/

/*文章列表CSS*/
/*文章标准li列表*/
.artlist_div ul{}
.artlist_div ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#E0E0E0;
	background-image: url(arrow.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 15px;
	list-style-type: none;
	line-height: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}
a.art_sort{
	/*分类标题样式*/
	color: #F60;
	text-decoration: none;
}
a.art_sort:hover{
	color: #F90;
}
.artlist_time {
	color: #999;
}
.artlist_page {
	FONT-FAMILY: tahoma, arial, helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-align: center;
	padding: 2px;
}

.artlist_page ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}
.artlist_page ul li{
	float: left;
	margin-right: 10px;	
}
.artlist_page ul li a{
	border: 1px solid #F5F6F6;
	display: block;
	text-align: center;
	}
.artshow_title {
	font-size: 16px;
	color: #F30;
}
.artshow_cont{
	background-color: #FAFAFA;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #efefed;
	line-height: 200%;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
}
/*文章图片列表*/
.artlist_piclist {
	margin-right: auto;
	margin-left: auto;
	/*高度自适应*/
	height:auto !important;
	min-height:170px;
	margin-top: 5px;
}
.artlist_piclist ul{
	margin: 0px;
	padding: 0px;	
}
.artlist_piclist ul li{
	float: left;
	width: 150px;
	list-style-type: none;
	text-align: center;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
/*图片行*/
.artlist_piclist ul li div.art_pic{
	text-align: center;
}
/*标题行*/
.artlist_piclist ul li div.art_title{
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	color:#A47430;	
	white-space: nowrap;/*强制不换行*/
	text-overflow:ellipsis;/*自动显示省略号*/
	overflow:hidden;/*显示省略号*/
	text-overflow: ellipsis; /* IE, Safari (WebKit) */
}
.artlist_piclist ul li div.art_title a{color:#A47430;}
/*价格行*/
.artlist_piclist ul li div.art_price{
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Verdana, Geneva, sans-serif;
}
/*购物行*/
.artlist_piclist ul li div.art_cart{
	padding-top: 3px;
	padding-bottom: 3px;
}
.f_price{
	color: #F00;
}
.art_img{ border:1px solid #CCCCCC; padding:2px;}

/*文章图片列表_END*/

/*图文列表*/
.artlist_picex {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	/*高度自适应*/
	height:auto !important;
	height:170px;
	min-height:170px;
	margin-top: 5px;
}
.artlist_picex .picex_table{
	border-bottom:1px dotted #cccccc;
	padding:10px 0;
	margin-bottom:20px;
}
.artlist_picex .picex_table tr td {
	padding-bottom: 5px;
}
/*右则*/
.artlist_picex .art_title{
	font-size: 14px;
	color: #A58B57;
	text-decoration: none;
	position:relative;
}
.artlist_picex .art_title a{
	color: #996600;
}
.artlist_picex .art_title a:hover{ color:#F90;}
.artlist_picex .art_date{ display:block; width:80px; height:18px; line-height:18px; color:#BBA67E; float:right; padding-left:15px;
font-family:Tahoma, Geneva, sans-serif;
 font-size:10px;
 text-align:center;
 background:url(ico_date.png) no-repeat 5px center;
 background-color:#FAFAFA;
 
 }
.artlist_picex .art_ex{
	line-height: 150%;
	min-height:40px;
	padding: 3px;
	font-size: 12px;
	line-height:21px;
	color:#A1A1A1;
	margin-top:5px;
}
.artlist_picex  .art_detialbtn{ padding:3px 0;}
.artlist_picex  .art_detialbtn a{ 
	font-size: 12px;
	line-height: 12px;
	color: #808080;
	border: 1px solid #808080;
	padding: 5px 10px;
	cursor: pointer;
	margin-top: 5px;
	display: inline-block;
}

.artlist_picex  .art_detialbtn a:hover{ border: 1px solid #996600; background:#996600; color:#fff;}
/*图文列表_END*/

/*文章列表CSS_END*/

/*文章内容*/
.art_content{
	padding: 5px;	
}
.art_cont{ line-height:200%;}
.art_content h3{
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
	display: block;
	height: 35px;
}
.art_content .art_info{
	font-size: 12px;
	color: #999;
	height: 35px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	text-align: center;
	line-height: 35px;
}

.art_content .art_cont{
	/*高度自适应*/
	height:auto !important;
	height:150px;
	min-height:150px;
	word-break:break-all; /*支持IE，chrome，FF不支持*/
　 word-wrap:break-word;/*支持IE，chrome，FF*/
}
.art_cont_foot{
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	text-align: right;
	padding-right: 5px;
}
.art_content .art_tppic{
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}
.art_tpic_one {
	padding: 3px;
	border: 1px solid #dddddd;
}

.art_download{ border:1px solid #ccc; background:#f5f6f6; padding:10px 5px; text-align:center; margin:5px 0;}
.art_download a { display:inline-block; width:154px; height:36px; background:url(downbtn.gif) no-repeat left top; margin-right:10px;}
.art_download span{ padding-left:35px; font-size:14px; color:#FFF; height:36px; line-height:36px; font-weight:bold;}
.art_download a:hover span{color:#FC6;}
.art_cont_foot{
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	text-align: right;
	padding-right: 5px;
}



/*商品风格*/
.art_shop{
	padding: 5px;	
}
.art_shop .art_left{
	text-align: center;
	float: left;
}
.art_shop .art_right{
	float: left;
}
.art_shop .art_right h3{
	font-size: 14px;
	color: #F60;
	background-image: url(arr1.png);
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 15px;
}
.art_shop .ex_title{
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.art_shop .ex_title span {
	line-height: 22px;
	display: block;
	height: 22px;
	width: 120px;
	text-align: center;
	background-color: #C1C1C1;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
.art_shop .art_cont{
	/*高度自适应*/
	height:auto !important;
	height:150px;
	min-height:150px;
}
.art_shop .info_title{
	line-height: 25px;
	height: 25px;
	border: 1px solid #CCC;
	font-size: 12px;
	color: #999;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F5F6F6;
	text-align: right;
	padding-right: 10px;
}
.art_shop .art_price{
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.art_shop .art_cart{
	padding-top: 10px;
	padding-bottom: 10px;
}
.art_comment {
	margin-top: 10px;
	margin-bottom: 10px;	
}
.art_updown{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.art_updown li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 2px;
}
.art_down {
	line-height: 35px;
	text-align: center;
	height: 35px;
}
.art_down a {
}
/*文章内容_END*/

/*表单样式*/
.form_table  tr td{
	padding-top: 3px;
	padding-bottom: 3px;
}
.form_head{
	background-image: url(fb.png);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	padding-left: 120px;
	padding-bottom: 5px;
	/*高度自适应*/
	height:auto !important;
	height:100px;
	min-height:100px;
}
.form_input{
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	padding: 1px;
}
.form_textarea{
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	padding: 1px;
	}
.form_radio{}
.form_checkbox{}
.form_select{}
.form_input_vcode{
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	padding: 1px;
	}
.form_submit{}
.form_reset{}
/*表单样式_END*/
/*搜索页样式*/
#sh_tips{
	padding: 5px;
	font-size: 14px;
	color: #F90;
}
#sh_rs{
	padding: 5px;	
}
#sh_rs ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sh_rs ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D6D6D6;
	background-image: url(../images/arr1.png);
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 15px;
}
#sh_rs ul li a.sha_sort{
	color: #C60;
}
#sh_rs ul li a.sha_sort:hover {
	color: #F00;
}
#sh_rs ul li a.sha_art{}

#vote_div {
	padding: 5px;
}
#vote_div ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#vote_div ul li{
	padding-top: 5px;
	padding-bottom: 5px;	
}
.vote_rsa{
	font-size: 12px;
	color: #F90;
}
/*语言列表样式*/
#sitelang_cont{
	display: none;
	width:90px;
	border: 1px solid #CCC;
}
#sitelang_cont ul{
	margin: 2px;
	padding: 0px;
}
#sitelang_cont ul li{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 15px;
	background-image: url(arr1.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	list-style:none;
	text-align:left;
}
#sitelang_cont ul li:last-child{ border:0;}


/*------------模板样式------------*/
body{
	background: url(bg.png) repeat-x left top;
    background-color: #EBF0F4;
}
.font_yh{
	font-family: "微软雅黑";	
	
}
#header, #mainer, #naver, #banner, #in_banner{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	}

.index_hotpro ul {
	list-style-type: none;
}
.index_hotpro ul li {
	float: left;
	width: 120px;
	margin-right: 15px;
	margin-top: 5px;
	overflow: hidden;
}
.index_hotpro ul li div {
	padding-top: 2px;
	padding-bottom: 2px;
	}
.index_hotpro ul li div.art_pic {
	text-align: center;
}	
.index_hotpro ul li div.art_title {
	text-align: center;
}
.index_hotpro ul li div.art_title a { color:#666;}
.index_hotpro ul li div.art_title a:hover { color:#4DA1EB;;}
.index_hotpro ul li div.art_sort {
	text-align: center;
	color: #666;
}
.index_hotpro ul li div.art_sort a {
	color: #666;
}
.index_hotpro ul li div.art_price {
	text-align: center;
	color: #666;
}

.sort_div {
	padding:10px;
}
.sort_div ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.sort_div ul li {
	margin:1px 0;
	border-bottom:1px  solid #E0E0E0;
}
.sort_div ul li ul{
	border-top:1px dotted #E0E0E0;
}
.sort_div ul li ul li {
	padding-left: 8px;
	border:none;
}

.sort_div ul li ul li ul{ border:none;}
.sort_div ul li ul li ul li{padding-left: 20px;}
.sort_div ul li a {
	display: block;
	padding:5px 0;
	padding-left:35px;
	background:url(color_arrow.png) no-repeat 10px center; 
	overflow:hidden;
}
.sort_now{ color:#F90;}
.sort_div ul li a:hover {
}
.sort_div ul li ul li a, .sort_div ul li ul li a:hover {
	background:url(sort_d.png) no-repeat 8px center; 
	padding-left:20px;
}

.head_right a{ font-size:13px; color:#fff;}
.head_right a:hover{ color:#FF6;}
.head_left{ float:left; width:330px;}
.head_right{ float:right; color:#fff; width:670px;}
#logo {
  width: 293px;
  height: 110px;
  background-image: url(../images/hd-bg.png);
  margin-top: 10px;
  margin-left: 10px;
  float: left;
}
.nav{width:660px;  margin-top: 25px; float:right;}
#search_div {
  margin:20px 0 5px 0;
  text-align:right;
}
#mainer{ margin-top:10px;}
.bk_3s {
  width: 320px;
  height: 270px;
  float: left;
  margin-left: 20px;
  background: url(bg_xontent.png) repeat-x left top;

}
.sort_t{ 
  background:url(t_bg.jpg) no-repeat left top;
  height: 34px;
  line-height: 36px;
  color: #FF6600;
  font-weight: bold;
  position:relative;
}
.t_txt{ padding-left:25px;}
.t_more{ height:34px; line-height:34px; display:block; float:right; padding-right:15px; width:auto; background:url(t_bg.jpg) no-repeat right top; color:#666666; font-weight:normal;}
.t_place{ height:34px; line-height:34px; display:block; float:right; padding-right:15px; width:auto; background:url(t_bg.jpg) no-repeat right top; color:#666666; font-weight:normal;}
.bk_3s_cont{ padding:5px; line-height:150%;word-break:break-all;}
.index_news ul { margin:0; padding:0;}
.index_news ul li{ list-style:none; padding:5px 0;
white-space: nowrap;/*强制不换行*/
	text-overflow:ellipsis;/*自动显示省略号*/
	overflow:hidden;/*显示省略号*/
	text-overflow: ellipsis; /* IE, Safari (WebKit) */
}

.index_photo ul{ margin:0; padding:0;}
.index_photo ul li { list-style:none; width:50%; float:left; display:block; text-align:center;}
.index_photo ul li img { padding:2px; border:1px solid #D2D2D2;}
.index_photo ul li p{ 
    padding:2px 0;
	white-space: nowrap;/*强制不换行*/
	text-overflow:ellipsis;/*自动显示省略号*/
	overflow:hidden;/*显示省略号*/
	text-overflow: ellipsis; /* IE, Safari (WebKit) */
}
.index_ope{ padding:10px; line-height:160%;max-height: 200px;    overflow: hidden;}
.index_slidepro{ margin:8px 0; background:#fff; height:230px;}
 
#footer{	 
  background-color: #FD7100;
  color: #FFF;
}
.foot_cont{
  text-align:center;
  width:1000px;
  margin:0 auto;
  padding:10px 0;
  line-height:160%;
  min-height:60px;
}
.foot_cont a{ color:#fff;}
.m_left{ float:left; width:300px;min-height:300px;}
.m_right{ float:right; width:680px;}

.left_bk{ margin-bottom:5px;}
.left_bk_cont{ background:url(bk_cont_bg.jpg) repeat-x left top; background-color:#fbfcfd; min-height:80px;}

.left_news{ padding:10px;}
.left_news ul { padding:0; margin:0;}
.left_news ul li{
	 list-style:none; padding:5px 0; 	border-bottom:1px  solid #E0E0E0;
	 white-space: nowrap;/*强制不换行*/
	text-overflow:ellipsis;/*自动显示省略号*/
	overflow:hidden;/*显示省略号*/
	text-overflow: ellipsis; /* IE, Safari (WebKit) */

}
.left_ope{ padding:10px 20px;; line-height:160%;    word-break: break-all;}
 
.right_bk{ margin-bottom:5px;}
.right_bk_cont{ background:url(bk_cont_bg.jpg) repeat-x left top; background-color:#fbfcfd; padding:10px; line-height:160%; min-height:650px;}
