/*----------------------------------------默认设置开始----------------------------------------*/

body, form, ul, li
{
	margin: 0;
	padding: 0;
	text-align:left; 
	background-color:#ffeff4;
}
p
{
	margin:0;
	color: #c62159;
}
img
{
	border: 0;
}
body	/*网站背景颜色*/
{
	background-color: #F3F5EE;
}

/*字体、行高默认设置*/
body, table
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #c62159;
	line-height: 140%;
}

/*表单项默认设置*/
input, select, textarea
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/*链接默认设置*/
a
{
	text-decoration: underline;
	color: #c62159;
}
a:hover
{
	text-decoration: none;
	color: #FF6600;
}

/*----------------------------------------默认设置结束----------------------------------------*/


/*----------------------------------------顶部设置开始----------------------------------------*/

/*头部样式*/
.header					/*头部整体样式*/
{
	background-Image: url(../images/header_bg.jpg);
}
.header .headerLeft		/*头部左侧样式*/

{
	width:500px;
	background: url(../images/header_left.jpg) no-repeat right;	
	
}

.header .headerRight	/*头部右侧样式*/
{
	width:460px;
	background: url(../images/header_right.jpg) no-repeat right;	
}

/*顶部主导航样式*/
table.nav
{
	border-collapse:collapse;
	background: url(../images/daohang_right.jpg);
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ffbcd2;
}
table.nav .navTd		/*栏目间分隔线颜色*/
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ffbcd2;
	border-left-color: #ffbcd2;
}
table.nav .navTd a.navA	/*顶部导航栏目链接样式*/
{
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #cd2860;
	text-decoration: none;
	height: 36px;
	line-height: 36px;
	background: url(../images/daohang_right.jpg);	
}
table.nav .navTd a.navCurrent	/*顶部导航当前栏目链接样式*/
{
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	height: 36px;
	line-height: 36px;
	color: #000000;	
	background: url(../images/a1.jpg) no-repeat center;
}
table.nav .navTd a.navA:hover	/*顶部导航鼠标经过样式*/
{
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	color: #cd2860;
	background: url(../images/a1.jpg)  no-repeat center;
}

/*顶部下拉菜单样式*/
.navFloat		/*下体菜单整体样式*/
{
	width: 106px!important;
	width: 100%;
	position: absolute;
	visibility: hidden;
	z-index: 2;
	background-color: #FFCCCC;
}
.navFloat .space	/*下体菜单分隔线样式*/
{
	height: 1px;
	background-color: #FFFFFF;
}
.navFloat a			/*下体菜单链接样式*/
{
	display: block;
	width: width: 100%;
	height: 25px;
	line-height: 25px;
	color: #cd2860;
	text-decoration: none;
}
.navFloat a:hover	/*下体菜单链接鼠标经过样式*/
{
	color: #ffffff;
	text-decoration: none;
	background-color: #FF0066;
}

/*Banner样式*/
.bannerHome		/*首页banner样式*/
{
	background: url(../images/banner_bg_home.jpg) repeat-x;	
}
.bannerInner	/*内页banner样式*/
{
	background: url(../images/banner_bg_inner.jpg) repeat-x;	
}

/*顶部Banner下区域样式*/
.noticeArea		/*整体样式*/
{
	background: url(../images/notice_bg.jpg) repeat-x center center;
}
.searchLogo		/*搜索LOGO样式*/
{
	background: url(../images/search_logo.jpg) no-repeat center center;
}
.searchInput	/*搜索输入框样式*/
{
	border: 1px solid #D2DFA5;
	background-color: #FFFFFF;
	color: #B9C09D;
	width:260px;
}
.searchImage	/*搜索小图标样式*/
{
	cursor: pointer;
	background: url(../images/search_btn.jpg) no-repeat center center;
}
.noticeMarqueeLogo	/*滚动公告LOGO样式*/
{
	background: url(../images/notice_logo.jpg) no-repeat center center;
}
.noticeMarquee
{
	color:#725A33;
}
.noticeMarquee a	/*滚动公告链接默认样式*/
{
	color:#725A33;
}
.noticeMarquee a:hover	/*滚动公告链接鼠标经过样式*/
{
	color:#725A33;
}
/*----------------------------------------顶部设置结束----------------------------------------*/

/*----------------------------------------首页设置开始----------------------------------------*/
.homeMain	/*首页主体背景*/
{	
	background-color: #FFFFFF;
	table-layout: fixed;
}
.homeBorder	/*首页边框颜色*/
{
	border-style:solid;
	border-width:0px;
	border-color:#D2DFA5;
}
/*----------------------------------------首页设置结束----------------------------------------*/


/*----------------------------------------内页设置开始----------------------------------------*/
.innerMain	/*内页主体背景*/
{
	background-color: #ffffff;	
	table-layout: fixed;
}

/*内页左侧*/
.left	/*左侧整体样式*/
{
	background: url(../images/left_bg.jpg) no-repeat right bottom;
	border: 1px solid #ffc0d5;
}
.left .leftBase	/*左侧一级分类*/
{
	
	font-size:14px;
	font-weight:bold;
	background: url(../images/left1_bg.jpg) no-repeat center center;
	color: #FFFFFF;
}
.left a.menu		/*左侧二级分类默认样式*/
{
	display: block;
	font-size: 13px;
	text-decoration: none;
	height: 28px;
	line-height: 28px;
	color: #c62159;	
	background: url(../images/left2_bg.jpg) no-repeat center center;	
}
.left a.menuCurrent	/*左侧当前二级分类样式*/
{
	display: block;
	font-size: 13px;
	text-decoration: none;
	height: 28px;
	line-height: 28px;
	color: #FFFFFF;	
	background: url(../images/left2_bg_cur.jpg) no-repeat center center;	
}
.left a.menu:hover, .left a.menuCurrent:hover	/*左侧二级分类鼠标经过样式*/
{
	color: #ffffff;	
	background: url(../images/left2_bg_cur.jpg) no-repeat center center;	
}
.left a.subMenu	/*左侧三级分类样式*/
{
	display: block;
	text-decoration: none;
	height: 26px;
	line-height: 26px;
	color: #73823C;	
	background: url(../images/left3_bg.jpg) no-repeat center center;	
}
.left a.subMenuCurrent	/*左侧当前三级分类样式*/
{
	display: block;
	text-decoration: none;
	height: 26px;
	line-height: 26px;
	color: #725A33;
	background: url(../images/left3_bg_cur.jpg) no-repeat center center;	
}
.left a.subMenu:hover, .left a.subMenuCurrent:hover	/*左侧三级分类鼠标经过样式*/
{
	color: #725A33;
	background: url(../images/left3_bg_cur.jpg) no-repeat center center;	
}

/*内页右侧*/
.right {
	BORDER-RIGHT: #ffc0d5 1px solid; BORDER-TOP: #ffc0d5 1px solid; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BACKGROUND-COLOR: #ffffff
}
.right .location {
	PADDING-LEFT: 18px; COLOR: #c62159; BORDER-BOTTOM: #ffc0d5 1px solid; BACKGROUND-COLOR: #fff2f6
}
.right .location A {
	COLOR: #c62159; TEXT-DECORATION: none
}
.right .location A:hover {
	COLOR: #ff4e00
}
.right .title {
	FONT-WEIGHT: bold; FONT-SIZE: 18px; BACKGROUND: url(../images/right_title_bg.jpg) no-repeat center bottom; PADDING-BOTTOM: 5px; COLOR: #c62159; PADDING-TOP: 20px
}
.right .content {
	FONT-SIZE: 14px; MARGIN: 20px 0px 40px; COLOR: #333333; LINE-HEIGHT: 180%
}
.right .list {
	MARGIN: 20px 0px; COLOR: #c62159
}
.right .pic {
	MARGIN-TOP: 20px
}
.right .content A {
	FONT-SIZE: 12px; COLOR: #333333
}
.right .list A {
	FONT-SIZE: 12px; COLOR: #c62159
}
.right .content A:hover {
	FONT-SIZE: 12px; COLOR: #ff4e00
}
.right .list A:hover {
	FONT-SIZE: 12px; COLOR: #ff4e00
}
.right .pic A {
	COLOR: #333333
}
.right .pic A:hover {
	COLOR: #ff4e00
}
.right IMG.p {
	BORDER-RIGHT: #d3e9ba 1px solid; BORDER-TOP: #d3e9ba 1px solid; BORDER-LEFT: #d3e9ba 1px solid; BORDER-BOTTOM: #d3e9ba 1px solid
}
.right_top {
	BACKGROUND-POSITION: 50% top; BACKGROUND-IMAGE: url(../images/line_02.gif); PADDING-BOTTOM: 10px; PADDING-TOP: 3px; BACKGROUND-REPEAT: repeat-x
}/*翻页*/
.page
{
	margin-bottom: 20px;
}
.page a
{
	text-decoration: none;
	color: #c62159;
}
.page a.current	/*当前页样式*/
{
	color: #FF4E00;
}
.page a:hover
{
	text-decoration: underline;
	color: #FF4E00;
}

/*日期*/
.date
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*----------------------------------------内页设置开始----------------------------------------*/

/*--------------------------------联系我们等表单性质的页面开始--------------------------------*/
.contactInfo	/*联系我们内容*/
{
	line-height: 180%;
	color: #333333;
}
.contactTitle	/*在线发送电子邮件*/
{
	font-weight: bold;
	color: #73823C;
	height:27px;
	line-height:27px;
	background-image:url(../images/contact_bg.jpg);
}
.contactMsg		/*提示信息*/
{
	font-weight: bold;
	color: #81C03B;
}
.input	/*输入框*/
{
	border: 1px solid #cccccc;
	color: #333;
	background-color: #FFFFFF;
}
.button	/*按钮*/
{
}

.order	/*订购*/
{
	margin-top: 20px;
	border-collapse:collapse;
}
.order td
{
	border: 1px solid #ffc0d5;
	background-color: #FFFFFF;
}
.order td.orderTitle	/*订购头部样式*/
{
	font-weight: bold;
	color: #c62159;
}
.order td.orderContent	/*订购内容样式*/
{
	color: #333333;
}
.order a /*订购表格中的链接*/
{
}
.orderLink a /*修改订购数量链接*/
{
}
.orderLink a:hover
{
}

/*在线留言*/
.message	/*留言边框和背景*/
{
	text-align:left;
	margin-top: 20px;
	margin-bottom: 15px;
	border: 1px solid #ffc0d5;
	background-color: #FFFFFF;
}
.message .messageTitle	/*留言标题*/
{
	padding: 0 6px 0 25px;
	color: #c62159;
	background: url(../images/message1.gif) no-repeat 6px center;	
}
.message .messageContent	/*留言内容*/
{
	padding: 0 6px 20px 25px;
	line-height: 180%;
	color: #c62159;
}
.message .replyTitle		/*回复标题*/
{
	padding: 0 6px 0 25px;
	color: #FF4E00;
	background: url(../images/message2.gif) no-repeat 6px center;	
}
.message .replyContent	/*回复内容*/
{
	padding: 0 6px 20px 25px;
	line-height: 180%;
	color: #c62159;
}

/*问卷调查（问卷）*/
.survey .question	/*问题*/
{
	padding-top:10px;
	font-size:13px; 
	font-weight:bold;
}
.survey .item	/*选项*/
{
}

/*问卷调查（结果）*/
.survey_view
{
	border-collapse:collapse;
}
.survey_view td
{
	border: 1px solid #333;
}

.survey_view .question	/*问题*/
{
	height:25px;
	font-size:13px; 
	font-weight:bold;
}
.survey_view .trHead	/*表头*/
{
	height:25px;
	text-align:center;
}
.survey_view .trContent	/*内容*/
{
	height:25px;
}
.survey_view .map	/*图示*/
{
	color:#FFCC00;
}

/*--------------------------------联系我们等表单性质的页面结束--------------------------------*/

/*---------------------------------------底部样式管理开始-------------------------------------*/
/*底部导航*/
.navBottom
{
	background-image: url(../images/footer_bg.jpg);
	color: #FFFFFF;
	padding-left: 15px;
}

.navBottom a
{
	color: #FFFFFF;
	text-decoration: none;
	padding-left:15px;
	padding-right:15px;
}
.navBottom a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	padding-left:15px;
	padding-right:15px;
}

/*底部版权*/
.footer
{
	background-color: #F3F5EE;
	color: #526219;
	line-height: 20px;
	padding-top: 8px;
	padding-bottom:10px;
}
.footer a
{
	color:#FF3300;
	text-decoration: underline;
}
.footer a:hover
{
	color: #FF4E00;
	text-decoration: none;
}

/*底部友情链接*/
.selectLink
{
	background-color: #FFFFFF;
	color: #526219;
}
/*---------------------------------------底部样式管理结束-------------------------------------*/
/*fang自定义*/
ul.leftmenu{}
ul.leftmenu li{ text-align:center; height:26px; line-height:26px;}


