﻿@charset "utf-8";
/* CSS Document */
/*模板页面样式*/
* {
	margin:0;
	padding:0;
}
body {
	color:#51504D;
	font:12px/18px Microsoft YaHei, Verdana, Geneva, sans-serif;
}
ol, ul {
	list-style: none outside none;
}
img {
	border:none;
}
/*前台a标签样式*/
a:link, a:visited {
	color: #444444;
	text-decoration: none;
	outline:none;
}
a:hover, a:active {
	color: #874128;
	text-decoration: none;
	outline:none;
}
/*后台a标签样式*/
.edit_page a:link, .edit_page a:visited {
	color: #444444;
	text-decoration: none;
	outline:none;
}
.edit_page a:hover, .edit_page a:active {
	color: #874128;
	text-decoration: none;
	outline:none;
}
.clear {
	clear:both;
}
.fwtop {
	margin:0 auto;
	
	height:680px;
}
.fwtop .fwtop_head {
    margin: 0 9%;
    position: relative;
    height: 680px;
    padding: 0 10px;
    background: url(../images/header_bg.jpg)NO-REPEAT;
}
.fwtop_logo {
	float: left;
	margin-top:100px;
	margin-left:54px;
}
.fwtop_banner {
background:url(../banner_bg.jpg) repeat-x top;
padding-top:15px;
}
.fwtop_banner img {
}
/*头部信息*/ 
.fwtop_info {
	float:right;
}
.topInfo {
	float:left;
	padding:20px 0;
}
.topLanguage {
	float:right;
	width:140px;
	margin-left:15px;
	padding:15px 0;
}
#languageContent {
	width:60px;
	float:left;
	color:#FFFFFF;
}
.languageSelect {
	width:75px;
	float:right;
}
.languageSelect {
	background: none repeat scroll 0 0 #FFFFFF;
	border:solid 1px #CCCCCC;
	cursor: pointer;
	float: left;
	line-height: 20px;
}
.select_languageInfo {
	background: url("../search_down.gif") no-repeat scroll 100% 50% transparent;
	padding: 0 20px 0 5px;
}
.select_language {
	background-color: #FFFFFF;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	font-size: 12px;
	padding: 5px 0;
	position: absolute;
	width: 75px;
	z-index: 503;
	display:none;
}
.select_language ul li a {
	padding:2px 5px;
	display:block;
	width:65px;
}
.select_language ul li a:hover {
	background:#e8e8e8;
}
.topSearch {
	float:right;
	margin-top:-6px;
}
.fwmain {
	width:1002px;
	margin:15px auto;
}
.fwmain_left {
	
	float: left;
	color: #4a4a4a;
}
.fwmain_center {
	width:320px;
	float: left;
	margin-left:20px;
}
.fwmain_right {
	width:380px;
	float: right;
	color: #4a4a4a;
}
.fwmain_total {
	width:100%;
	float:left;
}
.fwbottom {
	    margin: 10px auto 0;
    height: 80px;
    background: #2d7dc4;
    overflow: hidden;
    padding: 10px 0;
}
.fwbottom  a{ color:#fff;}
.fwbottom_bottomInfo {
	width:1002px;
	margin:0 auto;
	height:30px;
	padding-top:10px;
}
.fwtop_mainNav {
	background:#000;
}
/*内页区域*/
.fwmain_nleft {
	width:205px;
	float: left;
	color: #4a4a4a;
}
.fwmain_nright {
	width:780px;
	float: right;
	color: #4a4a4a;
	background:#FFF;
	padding:5px;
}
/*网站基本导航样式*/
.fwtop_nav {
	z-index:1;
	height:50px;
	width:1002px;
	margin:0 auto;
	font-family:Microsoft YaHei;
}
.fwnavlink li {
	float: left;
	height:50px;
	
}
.fwnavlink a:link, .fwnavlink a:visited, .fwnavlink a:active {
	display:inline-block;
	height:50px;
	text-decoration: none;
	text-align: center;
	width:80px;
	color: #fff;
	line-height:50px;
	font-size:14px;
	margin-right:20px;
}
.fwnavlink a:hover {
	background:#fff;
	color:#000;
}
.fwnavlink .open a {
	background:#fff;
	color:#000;
}
.fwnavlink a:selected {
 background: #9D0A05;
 color: #FFFFFF;
 display:inline-block;
 text-decoration: none;
}
/*下拉导航样式*/
.fwtop_nav2 {
}
.fwnavlink2 {
	position:relative;
	z-index:5;
	height:50px;
	width: 1002px;
	margin:0 auto;
}
.fwnavlink2 .m {
	float:left;
	position:relative;
	z-index:1;
}
.fwnavlink2 li{}
.fwnavlink2 h3 a {
	display:inline-block;
	height:50px;
	text-decoration: none;
	text-align: center;
	width:80px;
	color: #fff;
	line-height:50px;
	font-size:14px;
	font-weight:normal;
	margin-right:20px;
}
.fwnavlink2 h3 a:hover {
	background:#fff;
	color:#000000;
}
.fwnavlink2 .on h3 a {
	background:#fff;
	color:#000;
}
.fwnavlink2 .sub {
	display:none; /*默认隐藏*/
	position:absolute;
	left:-25px;
	top:50px;
	z-index:1;
	width:120px;
	background:#e7e7e7;
	padding:5px;
	border-bottom:3px solid #000;
}
.fwnavlink2 .sub li {
	text-align:center;
	background:none;
}
.fwnavlink2 .sub li a {
	display:block;
	border-bottom:1px solid #dadada;
	padding:0;
	height:25px;
	line-height:25px;
	color:#000;
}
.fwnavlink2 .sub li a:hover {
	background:#a91c36;
	color:#FFF;
}
/*横向下拉导航样式*/
.fwtop_nav3 {
	position:relative;
	z-index:5;
	height:50px;
	width: 1002px;
	margin:0 auto;
}
.fwtop_nav3 .m {
	float:left;
	position:relative;
	z-index:1;
}
.fwtop_nav3 li{}
.fwtop_nav3 h3 a {
	display:inline-block;
	height:50px;
	text-decoration: none;
	text-align: center;
	width:80px;
	color: #fff;
	line-height:50px;
	font-size:14px;
	font-weight:normal;
	margin-right:20px;
}
.fwtop_nav3 .on h3 a {
	background:#fff;
	color:#000;
}
.fwtop_nav3 .sub {
	display:none; /*默认隐藏*/
	width:500px;
	position:absolute;
	left:0;
	top:50px;
	height:26px;
	line-height:26px;
	padding:7px 0;
	background:#e7e7e7;
	float:left;
	z-index:5;
	border-bottom:3px solid #000;
}
.fwtop_nav3 .sub li {
	float:left;
	background:none;
	border-right:2px solid #dadada;
}
.fwtop_nav3 .sub li a {
	display:block;
	padding:0 15px;
	margin:0 10px;
	color:#000;
}
.fwtop_nav3 .sub li a:hover {
	background:#a91c36;
	color:#FFF;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.navBar {
	position:relative;
	z-index:1;
	background:#4E4E4E;
	color:#fff;
	height:40px;
	line-height:40px;
}
/*多级下拉导航样式*/
.fwnavlink4 {
	position:relative;
	z-index:5;
	height:50px;
	width: 1002px;
	margin:0 auto;
}
.fwnavlink4 .m {
	float:left;
	position:relative;
	z-index:1;
}
.fwnavlink4 li{}
.fwnavlink4 h3 a {
	display:inline-block;
	height:50px;
	text-decoration: none;
	text-align: center;
	width:80px;
	color: #fff;
	line-height:50px;
	font-size:14px;
	font-weight:normal;
	margin-right:20px;
}
.fwnavlink4 .on h3 a {
	background:#fff;
	color:#000;
}
.fwnavlink4 .sub {
	display:none; /*默认隐藏*/
	width:130px;
	position:absolute;
	left:-30px;;
	top:50px;
	background:#E7E7E7;
	float:left;
	line-height:30px;
	padding:5px;
	border-bottom:3px solid #000;
}
.fwnavlink4 .sub dl {
	zoom:1;
	vertical-align:top;
	line-height:26px;
}
.fwnavlink4 .sub dl dt a {
	color:#000;
	display:block;
	text-align:left;
	border-bottom:1px dotted #dadada;
	padding-left:5px;
}
.fwnavlink4 .sub dl dd a span {
	color:#000;
	padding-left:15px;
	display:block;
	border-bottom:1px dotted #dadada;
}
.fwnavlink4 .sub dl dt a:hover {
	background:#a91c36;
	color:#FFF;
}
.fwnavlink4 .sub dl dd span:hover {
	background:#a91c36;
	color:#FFF;
}
.clearfix:after {
	clear: both;
	content: ".";
	display:inline-block;
	height: 0;
	visibility: hidden;
}
/*竖型3级菜单*/
.fwtop_nav6 {
	width:100%;
	margin:auto;
}
.fwtop_nav6 h1 {
	padding:0 10px;
	border-bottom: #999 dotted 1px;
}
.fwtop_nav6 h1.selected {
	color:#FFF;
}
.fwtop_nav6 h1 a:link, .fwtop_nav6 h1 a:visited, .fwtop_nav6 h1 a:active {
	clear:both;
	line-height:30px;
	height:30px;
	background: url(../li_bg.png) no-repeat left;
	color: #505050;
	font-size:12px;
	display: block;
	padding-left:20px;
	font-weight:normal;
}
.fwtop_nav6 h1 a:hover {
	color:#830410;
}
.fwtop_nav6 h2 {
	cursor:pointer;
	color:#000;
	font-size:12px;
	font-weight:normal;
	padding:5px 0 5px 70px;
}
.fwtop_nav6 h2.selected {
	background:url(../fwtop_nav6up.gif) 5px 12px no-repeat #e9e4d8;
}
.fwtop_nav6 ul {
	padding-left:15px;
	border:#E7E7E7 1px solid;
	border-top:none;
	overflow:auto;
}
.fwtop_nav6 ul li {
	padding:5px 0 5px 10px;
}
.fwtop_nav6 .selectCheck a:link, .fwtop_nav6 .selectCheck a:visited, .fwtop_nav6 .selectCheck a:active {
	color:#830410;
	font-weight:bold;
}
.no {
	display:none;
}
/*可拖动模块最外层div*/
.label {
	clear:both;
}
.label_head {
	height:35px;
	line-height:35px;
	background:url(../titlebg01.jpg) repeat-x left bottom;
}
.label_title {
    color: #000;
    font-weight: bold;
    float: left;
    height: 59px;
    line-height: 49px;
    padding-left: 10px;
    font-size: 26px;
    text-align: center;
    width: 100%;
}
.link_more {
	float: right;
}
.more {
	background: url(../more.jpg) no-repeat scroll 50% 50% transparent;
	display:inline-block;
	text-indent: -9999px;
 	outline:none;
	text-align:center;
	color:#0061b9;
	width:82px;
	height:17px;
	margin-top:10px;
}
.label_content {
	padding:0px;
}
/*文章列表默认样式-start*/
.item_list li {
	clear:both;
	line-height: 30px;
	height:30px;
	border-bottom: #d8d0b9 dotted 1px;
}
.item_list li a {
	padding: 0 5px 0 15px;
	line-height:30px;
	position:relative;
	color:#4a4a4a;
	background: url(../li_bg.png) no-repeat left;
}
.item_list li span.datetime {
	position:absolute;
	right:10px;
}
.item_list li a:hover {
	color:#830410;
}
/*文章列表样式-end*/

/*文章样列表式二（鼠标滑过出现文章摘要）*/
.fl_l {
	float:left;
}
.item_list2 {
}
/*平常的状态*/
.item_list2 ul {
	width:100%;
	height:auto;
	clear:both;
}
.item_list2 ul li {
	width:100%;
	height:auto;
	clear:both;
	overflow:hidden;
	border-bottom:1px #dadada dashed;
	padding:5px 0;
	position:relative;
}
.item_list2 ul li strong {
	float:left;
	margin-right:5px;
}
.item_list2 ul li div {
	float:left;
	width:90%;
	list-style-type:none;
}
.item_list2 ul li div h4 {
	clear:both;
	font-weight:normal;
}
.item_list2 ul li div h4 a {
	float:left;
	color:#795601;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
.item_list2 ul li div h4 a:hover {
	color:#f00;
	text-decoration:underline;
}
.item_list2 ul li div h4 span {
	position:absolute;
	right:0px;
	top:0px;
	font-size:12px;
}
.item_list2 ul li div p {
	display:none;
}
/*鼠标划过的状态*/    
.item_list2 ul li.over {
	clear:both;
	height: auto;
	background-color: #FFFBF4;
	position:relative;/*padding:5px;*/
}
.item_list2 ul li.over {
/*float:left;*/
}
.item_list2 ul li.over strong {
	font-size:28px;
	color:red;
	vertical-align:top;
}
.item_list2 ul li.over div {
	float:left;
	width:80%;
}
.item_list2 ul li.over div h4 {
	font-weight:normal;
	line-height:20px;
}
.item_list2 ul li.over div h4 a {
	color:#b34408;
	font-weight:bold;
}
.item_list2 ul li.over div h4 a:hover {
	color:#f00;
	text-decoration:underline;
}
.item_list2 ul li.over div h4 span {
	/*float:right;*/
	position:absolute;
	right:0px;
	top:5px;
}
.item_list2 ul li.over div p {
	clear:both;
	display: block;
	color:#666;
	font-size:12px;
}
/*文章样列表式二结束 20130622*/


/*文章列表样式3-start（鼠标滑过出现摘要）*/
.item_list3 {
	width:100%;
	margin:0 auto;
}
/*.p03{
	background-color:#EEF3FD;
}*/
.p01 {
	border:#EBEBEB dashed 1px;
	width:100%;
	height:24px;
	text-align:right;
	text-indent:10px;
	padding:0 5px;
	background-image:url(../item_list3_inco1.gif);
	background-repeat:no-repeat;
	background-position:4px 7px;
}
.p02 {
	border:#2392D2 solid 1px;
	width:100%;
	height:24px;
	text-align:right;
	padding:0 5px;
	background:url(../item_list3_inco2.gif) no-repeat 4px 6px #DAF2FE;
	text-indent:10px;
}
.item_list3 li a, .item_list3 li a:visited {
	float:left;
	width:50%;
	height:22px;
	line-height:22px;
	overflow:hidden;
	text-align:left;
	text-decoration:none;
}
.item_list3 li a:hover {
	text-decoration:none;
}
body div#tooltip {
	position:absolute;
	z-index:1000;
	max-width:300px;
	width:auto!important;
	width:auto;
	background:#ffffff;
	border:#89611D solid 1px;
	text-align:left;
	padding:3px;
}
body div#tooltip li {
	margin:0;
	padding:0;
	color:#FFFFFE;
	font:12px verdana, arial, sans-serif;
}
body div#tooltip li em {
	display:block;
	margin-top:3px;
	color:#f60;
	font-style:normal;
	font-weight:bold;
}
/*文章列表样式3-end*/


/*文章列表样式4-start（滚动式文章列表）*/
.label_content {
	/*overflow:hidden;*/
	position:relative;
}
.label_content .hd {
	overflow:hidden;
	height:15px;
	padding:0 10px;
}
.label_content .hd .prev, .label_content .hd .next {
	display:block;
	width:9px;
	height:5px;
	float:right;
	margin-right:5px;
	margin-top:5px;
	overflow:hidden;
	cursor:pointer;
	background:url("../arrow.png") 0 -100px no-repeat;
}
.label_content .hd .next {
	background-position:0 -140px;
}
.label_content .hd .prevStop {
	background-position:-60px -100px;
}
.label_content .hd .nextStop {
	background-position:-60px -140px;
}
.label_content .item_list4 {
	padding:15px;
}
.label_content .item_list4 li {
	height:24px;
	line-height:24px;
}
.label_content .item_list4 li .datetime {
	float:right;
	color:#999;
}
/*文章列表样式4-end*/

/*文章列表样式5-start*/
.item_list5 ul {
	padding:0;
	margin:0;
}
.item_list5 li {
	clear: both;
	text-align: left;
	list-style:none;
	word-wrap: break-word;
	line-height:20px;
}
.item_list5 .title {
	clear:both;
	text-align: left;
}
.item_list5 .title a {
	float:left;
}
.item_list5 .title span {
	float:right;
}
.item_list5 .dis_pi {
	display: none;
}
.item_list5 .on .dis_pi {
	display: block;
	padding:10px;
}
.item_list5 .on .dis_pi img {
	float:left;
	margin-right:10px;
}
.item_list5 .on .dis_pi .summary {
}
/*文章列表样式5-end*/

/*图文列表样式-start*/
.pic_list1 li {
	float: left;
}
.pic_list1 li img {
	height: 100px;
	line-height: 20px;
	margin: 10px 10px 5px 5px;
	overflow: hidden;
	width: 150px;
	padding:3px;
	background:#fff;
	border:1px solid #dadada;
}
.pic_list1 br {
	clear:both;
}
/*含购买产品列表*/
.pro_List_left {
	float:left;
}
.pro_List_right {
	float:left;
}
.pic_list1 li .title {
	text-align:center;
	color:#4a4a4a;
}
.pic_list1 li .price {
	color: #DD0000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align:center;
}
.pic_list1 li .opre {
	height: 30px;
	overflow: hidden;
	padding: 8px;
	width: 150px;
}
.pic_list1 li .opre a {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	margin-right: 5px;
	overflow: hidden;
	text-align: center;
}
.pic_list1 li .opre a.compareBtn {
	background:url(../opre.gif) no-repeat;
	background-position:top 90px;
	width:45px;
}
/*图文列表样式-end*/


/*图文列表滚动部分-start*/
.label_content_roll {
	overflow: hidden;
	padding: 0;
	position: relative;
}
.leftbutton {
	background: url(../left.gif) no-repeat scroll 0 0 transparent;
	cursor: pointer;
	float: left;
	height: 28px;
	left: 0;
	position: absolute;
	top: 44px;
	width: 19px;
}
.rightbutton {
	background: url(../right.gif) no-repeat scroll 0 0 transparent;
	cursor: pointer;
	float: right;
	height: 28px;
	position: absolute;
	right: 0;
	top: 44px;
	width: 19px;
}
.pic_list_roll {
	width:98%;
	margin:0 auto;
}
/*图文列表滚动部分-end*/
/*边侧图文列表样式-start*/
.pic_list3 ul {
	padding:0;
	margin:0;
}
.pic_list3 li {
	clear: both;
	text-align: left;
	list-style:none;
	word-wrap: break-word;
	line-height:20px;
}
.pic_list3 .title {
	clear:both;
	text-align: left;
	float:left;
}
.pic_list3 .title a {
	float:left;
	display: inline-block;
}
.pic_list3 .title span {
	float:right;
}
.pic_list3 .dis_top {
}
.pic_list3 .dis_top a {
	float:left;
	display:inline-block;
}
.pic_list3 .dis_top span {
	float:right;
	display:inline-block;
}
.pic_list3 .dis_pi {
	display: none;
}
.pic_list3 .on .dis_pi {
	display: block;
	padding:10px;
}
.pic_list3 .on .dis_pi a {
	float:left;
}
.pic_list3 .on .dis_pi .summary {
	float:left;
	width:70%;
}
/*边侧图文列表样式-end*/


/*含摘要产品列表*/
.pic_list2 li {
	overflow: hidden;
	border-bottom:dotted 1px #ccc;
	position: relative;
}
.pic_list2 li a {
	float:left;
}
.pic_list2 li img {
	border: 0 none;
	height: 100px;
	line-height: 20px;
	margin: 10px 10px 5px 5px;
	overflow: hidden;
	width: 150px;
}
.pic_list2 li .content_box {
	line-height:24px;
	float:left;
	width:70%;
}
.pic_list2 li .content_box a {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding-bottom: 6px;
	display:block;
	float:left;
	width:100%;
}
.pic_list2 li em {
	float: right;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	font-style: normal;
	font-weight: normal;
}
.pic_list2 li .summary {
	color:#787878;
	display:block;
	float:left;
}
/*含摘要含购买产品列表*/
.pic_list2 li .pro_List_left {
	float:left;
}
.pic_list2 li .pro_List_right {
	float:left;
	width:70%;
}
.pic_list2 li .pro_List_left a {
	float:left;
	display:inline-block;
}
.pic_list2 li .pro_List_right .title {
	display: block;
	margin-top: 10px;
	overflow: hidden;
	line-height:24px;
	font-weight:bold;
}
.pic_list2 li .title span {
	font-weight:bold;
	font-size:14px;
}
.pic_list2 li .pro_List_right .price {
	color: #DD0000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
}
.pic_list2 li .pro_List_right .summary {
	color:#787878;
	display:block;
	float:left;
}
.pic_list2 li .opre {
	height: 30px;
	overflow: hidden;
	padding-top: 10px;
	position: absolute;
	right: 0;
	top: 40px;
	width: 190px;
}
.pic_list2 li .opre a {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	margin-right: 5px;
	overflow: hidden;
	text-align: center;
}
.pic_list2 li .opre a.buy {
	background:url(../opre.gif) no-repeat;
	width:80px;
}
.pic_list2 li .opre a.compareBtn {
	background:url(../opre.gif) no-repeat;
	background-position:top 90px;
	width:45px;
}
/*内容页公共部分-start*/
.detail_share a {
	color: #333333;
	cursor: pointer;
	height: 16px;
	margin-right: 3px;
	opacity: 1;
	padding-left: 19px;
	text-decoration: none;
	vertical-align: middle;
}
.sinamb {
	background: url(../top_logos_sprite.png) no-repeat scroll 0 -270px transparent;
	display: inline-block;
}
.qzone {
	background: url(../top_logos_sprite.png) no-repeat scroll 0 -234px transparent;
	display: inline-block;
}
.qqmb {
	background: url(../top_logos_sprite.png) no-repeat scroll 0 -198px transparent;
	display: inline-block;
}
.renren {
	background: url(../top_logos_sprite.png) no-repeat scroll 0 -252px transparent;
	display: inline-block;
}
.baidu {
	background: url(../top_logos_sprite.png) no-repeat scroll 0 0 transparent;
	display: inline-block;
}
.share_more {
	background: url(../more_style_addthis.png) no-repeat scroll 0 0 transparent;
	display: inline-block;
}
.price {
	color:#CC0000;
	font-size:16px;
	font-weight:bold;
}
.note {
	color:#CC0000;
}
/*详细内容tab菜单样式*/
.tab-hd li.on {
	border-top: 4px solid #000;
	height: 28px;
	line-height:28px;
	width:70px;
	text-align:center;
	background:#ffffff;
}
.tab-hd li.on a {
	color: #000;
}
/*内容页公共部分-end*/


/*游客评论样式*/
.discuss_detail {
	width:100%;
	margin:0 auto;
}
.discuss_detailtitle {
	height:24px;
	line-height:24px;
}
.discuss_detailtitle .hot {
	background:url(../discuss1.gif) no-repeat;
	float:left;
	width:70px;
	text-align:center;
}
.discuss_detailtitle .report {
	background:url(../discuss2.gif) no-repeat;
	float:right;
	width:80px;
	padding:0 0 0 25px;
}
.discuss_detailmore ul {
	margin:0;
	padding:0;
}
.discuss_detailmore li {
	list-style:none;
	margin:10px auto;
	padding:5px 0 0 5px;
	border-top:1px dotted #CCCCCC;
}
.discuss_detailmore li p {
	margin:0;
	padding:5px;
}
.discuss_detailmore li p.title {
	color:#CCCCCC;
}
.discuss_report {
	margin:15px auto;
	position:relative;
}
.discuss_report_img {
	width:50px;
	float:left;
}
.discuss_report_form {
	padding-left:70px;
}
.discuss_report_textarea {
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
}
.discuss_report_textarea textarea {
	border: medium none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	width:100%;
	height:60px;
	margin-right:20px;
}
.discuss_report_toolbar {
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	overflow: hidden;
	height:30px;
	line-height:30px;
	position:relative;
}
.discuss_report_toolbar1 {
	padding-right:100px;
	border-right:solid 1px #CCCCCC;
	position:relative;
}
.discuss_report_toolbar2 {
	background-color:#eeeded;
	border-left:solid 1px #CCCCCC;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	width: 100px;
}
.discuss_button {
	border:0;
	background-color:#eeeded;
	color: #555555;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height:30px;
}
.discuss_report_feeling {
	left:6px;
	position:absolute;
	top:6px;
}
.discuss_report_feelingimg {
	display: block;
	height: 18px;
	margin-right: 4px;
	opacity: 0.6;
	width: 19px !important;
	background:url(../discuss4.gif) no-repeat;
}
.discuss_report_feelingimg:hover {
	display: block;
	height: 18px;
	margin-right: 4px;
	opacity: 0.6;
	width: 19px !important;
	background:url(../discuss4.gif) 0 -18px no-repeat;
}
.discuss_report_code {
	right:120px;
	position:absolute;
	top:0;
}
.discuss_report_code input {
	width:60px;
	margin-top: 5px;
	border:solid 1px #CCCCCC;
}
.discuss_report_code span {
	float:left;
	margin-right:5px;
}
.qqFace {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DFE6F6;
	margin-left: 70px;
	padding: 5px;
	width: 455px;
	margin-top:-16px;
}
.qqFace table td {
	padding:2px;
}
.qqFace table td img {
	cursor:pointer;
	border:1px #fff solid;
}
.qqFace table td img:hover {
	border:1px #0066cc solid;
}
/*单页图文简介—start*/
.about_pic {
	margin:0px 21px 5px 0px;
	display:block;
	float:left;
	width:100px;
	height:60px;
}
.about_con {
	line-height: 44px;
    font-size: 17px;
    text-indent: 2em;
}
.about_con p span {
	padding-left:20px;
}
.about_con img {
	padding:10px 10px 0px 0;
}
/*新闻内容页*/
.news_detail {
	padding:10px;
	margin:0 auto;
}
.news_detail_title {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:35px;
}
.news_detail_info {
	border-bottom:dashed 1px #cccccc;
	height:30px;
	line-height:30px;
}
.news_detail_time {
	float:left;
}
.news_detail_from {
	padding-left:10px;
	float:left;
}
.news_detail_tool {
	float:right;
	line-height:30px;
}
.news_detail_cont {
	line-height:24px;
	text-align:left;
	text-indent:2em;
	padding:10px;
}
.news_detail_cont li p {
	margin-bottom:10px;
}
.news_detail_page {
	line-height:30px;
	text-align:center;
	border-bottom:dashed 1px #cccccc;
}
.news_detail_morenews {
	padding:0 0 10px 10px;
	border-bottom:dashed 1px #cccccc;
	border-top:dashed 1px #cccccc;
	margin-top:10px;
}
.news_detail_morenewssub1 {
	background: url(../newsmore.gif) no-repeat scroll left center transparent;
	font-size: 14px;
	font-weight:bold;
	margin: 5px auto 0;
	padding: 0 0 0 15px;
}
.news_detail_morenewssub2 ul {
	margin:0;
	padding:10px 10px 0 0;
	list-style:none;
}
.news_detail_morenewssub2 li {
	clear:both;
	position: relative;
}
.news_detail_morenewssub2 li a {
	display: inline-block;
	height:22px;
	line-height:22px;
	padding: 0 5px 0 15px;
}
.news_detail_morenewssub2 li span.datetime {
	position:absolute;
	right:10px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.siteBanner .prev, .siteBanner .next {
	position:absolute;
	left:3%;
	top:50%;
	margin-top:-25px;
	display:block;
	width:32px;
	height:40px;
	background:url(../slider-arrow.png) -110px 5px no-repeat;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.siteBanner .next {
	left:auto;
	right:3%;
	background-position:8px 5px;
}
.siteBanner .prev:hover, .siteBanner .next:hover {
	filter:alpha(opacity=100);
	opacity:1;
}
.siteBanner .prevStop {
	display:none;
}
.siteBanner .nextStop {
	display:none;
}
.fwmain_nright .item_list li {
	clear: both;
	line-height: 34px;
	height: 34px;
	padding-left: 10px;/*background: url(../line.jpg) no-repeat left bottom;*/
}
.fwmain_nright a {
	color: #710000;
}
.fwmain_nright a:hover {
	color: #6A1E27;
}
#hrieContent li {
	text-indent:2em;
}
.product_buy a:hover {
	color:#333;
}

/*Title + Pic2 Scroll*/
.item_list6 li {
	float: left;
	height: 150px;
	width: 150px;
}
.item_list6 li img {
	line-height: 20px;
	margin: 10px 10px 5px 5px;
	overflow: hidden;
	padding:3px;
	background:#fff;
	border:1px solid #bebdbd;
}
.item_list6 li .title {
	text-align:center;
	color:#4a4a4a;
}
.item_list6 li .articleTime {
	text-align:center;
	color:#4a4a4a;
}