@charset "utf-8";
/**/
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	width:100%;
	margin:0;
	padding:0;
	font-size:12px;
	background:#000 url(../images/back.gif) repeat fixed;/*fixed冻结背景图片，不随滚动条滚动 haibin*/
	display:table;/* 指定对象作为块元素级的表格。类同于html标签<table>*/	
}
/*网页最顶部小导航条*/
.miniNav{
	position:fixed; 
	top:0;
	left:0;
}
/*主内容区*/
.main, #ind_m {
	width:1000px;
	background:#fff6eb;
	margin:0 auto;/*居中*/
	overflow:hidden/*超出部分隐藏*/
}
.content {
	width:710px;
	padding:20px;
	text-align:center;
	margin:0 auto;
	float:right
}
.showpage {
	width:664px;
	margin:0px auto;
	text-align:left;
	background:#fff6eb;
	color:#636563;
	line-height:150%;
	float:left;
}
.c-tit {
	float:left;
	padding-bottom:13px;
	margin-bottom:10px;
	border-bottom:1px #999 solid;
	width:710px;
	text-align:left
}
.page {
	width:705px;
	height:30px;
	line-height:30px;
	margin:0px auto;
	text-align:center;
	background:#ffecd1;
	border:1px #c3891d solid;
	float:left;
}
.page span {
	margin:5px;
}
.page span {
	margin:5px;
}
.page a {
	text-decoration:none;
	color:#000000
}
.page a:hover {
	text-decoration:underline;
	color:#FF0000
}
.page a:active {
	background:#d5ad6d;
	color:#FFFFFF;
}
p {
	padding:0px;
	margin:0px;
}
img {
	border:0px;
}
input {
	font-size:12px
}
ul {
	padding:0px;
	margin:0px;
}
a.subnavlink {
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
a.subnavlink:hover {
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}
a.subnavlink:active {
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}
a.closelink {
	font-size:12px;
	color:#636563;
	text-decoration:none;
}
a.closelink:hover {
	font-size:12px;
	color:#636563;
	text-decoration:underline;
}
a.closelink:active {
	font-size:12px;
	color:#636563;
	text-decoration:underline;
}
/*头部*/
.header {
	width:1000px;
	height:100px;
	margin:0px auto;
}
.logo {
	width:191px;
	float:left;
	margin:20px 0px 0px 20px;
}
.head_r {
	float:right;
	width:258px;
}
.c_e {
	width:201px;
	height:16px;
	margin-top:25px;
	float:right;
	text-align:right;
	color:#D0A960;
	font-weight:bold;
}
.ser {
	width:254px;
	height:15px;
	background:url(../images/ser_bg2.gif) no-repeat;
	text-align:left;
	padding:2px;
	margin-top:20px;
	float:right;
	border:0px solid #ff0000;
}
.ser .style1 {
	width:194px;
	height:15px;
	border:0px;
	line-height:15px;
	vertical-align:middle;
	background:none;
}
.searchimg {
	float:left;
}
.searchimgimg {
	float:right;
}
a.languagelink {
	font-size:14px;
	color:#D0A960;
	text-decoration:none;
	text-align:left;
}
a.languagelink:hover {
	font-size:14px;
	color:#D0A960;
	text-decoration:none;
	text-align:left;
}
a.languagelink:active {
	font-size:14px;
	color:#D0A960;
	text-decoration:none;
	text-align:left;
}
a.languageelink {
	font-size:14px;
	color:#D0A960;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
a.languageelink:hover {
	font-size:14px;
	color:#D0A960;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
a.languageelink:active {
	font-size:14px;
	color:#D0A960;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
/*mini导航*/
.miniNav {
	width:100%;
	height:25px;
	background:url(../images/mini_bg.png) top left repeat-x;
}
.miniNav a {
	text-decoration:none;
	color:#960;
}
.miniNav a:hover {
	color:#e20000;
}
.miniNav_qyy {
	width:1000px;
	height:25px;
	margin:0 auto;
	padding:0;
	font-size:12px;
	font-family:"宋体", "Arial Narrow";
	clear:both;
}
.miniNav_qyy div {
	color:#666;
	line-height:24px;
}
.miniNav_qyy .miniNav_qyy_fl {
	float:left;
}
.miniNav_qyy ul, .miniNav_qyy li {
	margin:0;
	padding:0;
	list-style:none;
}
.miniNav_qyy ul {
	padding:7px 3px 0 0;
}
.miniNav_qyy li {
	float:left;
	padding:0 8px;
*padding-top:1px;
	border-right:#ddd 1px solid;
	line-height:12px;
	color:#666;
}
.miniNav_qyy .first a {
	padding-right:20px;
	background:url(../images/icon_home.png) right no-repeat;
}
.miniNav_qyy .gstel a {
	padding-left:18px;
	background:url(../images/icon_tel.png) left -1px no-repeat;
}
.miniNav_qyy .miniNav_qyy_fr {
	float:right;
	height:25px;
	padding-right:8px;
	line-height:24px;
	color:#666;
}
.miniNav_qyy .miniNav_qyy_fr div {
	float:left;
}
.miniNav_qyy .jmhot a {
	padding-right:21px;
	background:url(../images/very_hot.gif) right -1px no-repeat;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Opera 9 rules here */
.miniNav_qyy {
	font-family:宋体, STSong;
}
}
/*底部*/
.foot {
	width:1000px;
	height:74px;
	margin:0px auto;
	margin-top:-15px;
}
/*.foot_l{ width:310px; height:74px; background:url(../images/foot_l.gif) no-repeat;float:left;}*/
.foot_l {
	width:310px;
	height:74px;
	float:left;
}
.foot_r {
	width:650px;
	height:40px;
	background:url(../images/foot_r.gif) no-repeat;
	float: right;
	text-align:right;
	padding:17px 20px;
}
.foot_r p {
	margin-top:10px;
	color:#edbe4e;
}
.foot_r .jy {
	float:right;
	margin-left:10px;
}
.foot_r .n_link {
	color:#FFF;
}
.foot_r .n_link span {
	margin:0px 8px;
}
.foot_r .n_link a:link, .foot_r .n_link a:visited {
	text-decoration:none;
	color:#FFF;
}
.foot_r .n_link a:hover, .foot_r .n_link a:active {
	text-decoration:none;
	color:#edbe4e;
}
/*--------------vv-------whb------------------------------*/
.yqlj_box a:link, .yqlj_box a:visited {
	color:#FFF;
}
#keywords_link span a:link, #keywords_link span a:visited {
	color:#FFF;
	text-decoration:none;/*去下划线*/
}
#keywords_link {
	width:1000px;
	text-align: center;
}
/*--------------^^^-------whb------------------------------*/
/*导航*/

/*导航文字底部合成*/
.nav2, .nav3, .nav4, .nav5, .nav6, .nav7, .nav8, .nav10 {
	background-color:transparent;
	background-image:url(../images/navD.gif);
	background-repeat:no-repeat
}
.nav2 {
	background-position: -10px -10px;
	float:left
}
.nav3 {
	background-position: -10px -79px;
	float:left
}
.nav4 {
	background-position: -10px -148px;
	float:left
}
.nav5 {
	background-position: -10px -217px;
	float:left
}
.nav6 {
	background-position: -10px -286px;
	float:left
}
.nav7 {
	background-position: -10px -355px;
	float:left
}
.nav8 {
	background-position: -10px -424px;
	float:left
}
.nav10 {
	background-position: -10px -493px;
	float:left
}
/*导航文字鼠标突出效果合成*/
.nav2 a:hover, .nav3 a:hover, .nav4 a:hover, .nav5 a:hover, .nav6 a:hover, .nav7 a:hover, .nav8 a:hover, .nav10 a:hover {
	background-color:transparent;
	background-image:url(../images/navU.gif);
	background-repeat:no-repeat
}
.nav2 a:hover {
	background-position: -10px -10px;
	float:left
}
.nav3 a:hover {
	background-position: -11px -78px;
	float:left
}
.nav4 a:hover {
	background-position: -8px -147px;
	float:left
}
.nav5 a:hover {
	background-position: -9px -217px;
	float:left
}
.nav6 a:hover {
	background-position: -10px -286px;
	float:left
}
.nav7 a:hover {
	background-position: -8px -351px;
	float:left
}
.nav8 a:hover {
	background-position: -10px -420px;
	float:left
}
.nav10 a:hover {
	background-position: -9px -489px;
	float:left
}
.nav {
	background:url(../images/nav_bg.gif) no-repeat;
	width:1000px;
	height:49px;
	margin:0px auto;
	text-align:center
}
.nav-left {
	width:50px;
	height:49px;
	display:block;
	border:0px solid #003300;
	float:left;
}
.navblock {
	width:100px;
	height:49px;
	display:block
}
.navblock2 {
	width:104px;
	height:49px;
	display:block
}
.navblock3 {
	width:233px;
	height:49px;
	display:block
}
.nav1 {
	background:url(../images/nav_sy.gif) no-repeat;
	float:left
}
.nav_1 {
	background:url(../images/nav_sy.gif) no-repeat;
	float:left
}
.nav_2 {
	background:url(../images/nav_zjqyy.gif) no-repeat;
	float:left
}
.nav_3 {
	background:url(../images/nav_ppwh.gif) no-repeat;
	float:left
}
.nav_4 {
	background:url(../images/nav_xwdt.gif) no-repeat;
	float:left
}
.nav_5 {
	background:url(../images/nav_cpzs.gif) no-repeat;
	float:left
}
.nav_6 {
	background:url(../images/nav_yxwl.gif) no-repeat;
	float:left
}
.nav_7 {
	background:url(../images/nav_zsjm.gif) no-repeat;
	float:left
}
.nav_8 {
	background:url(../images/nav_kfzx.gif) no-repeat;
	float:left
}
.nav_10 {
	background:url(../images/nav_lxc.gif) no-repeat;
	float:left
}
.nav9 {
	background:url(../images/nav_cylt1.gif) no-repeat;
	float:left
}
.nav9 a:hover {
	background:url(../images/nav_cylt.gif) no-repeat
}
.nav_9 {
	background:url(../images/nav_cylt.gif) no-repeat;
	float:left
}
.nav11 {
	background:url(../images/nav2_gssy1.gif) no-repeat;
	float:left
}
.nav11 a:hover {
	background:url(../images/nav2_gssy.gif) no-repeat
}
.nav_11 {
	background:url(../images/nav2_gssy.gif) no-repeat;
	float:left
}
.nav12 {
	background:url(../images/nav2_zssy1.gif) no-repeat;
	float:left
}
.nav12 a:hover {
	background:url(../images/nav2_zssy.gif) no-repeat
}
.nav_12 {
	background:url(../images/nav2_zssy.gif) no-repeat;
	float:left
}
.nav13 {
	background:url(../images/nav2_jmdt1.gif) no-repeat;
	float:left
}
.nav13 a:hover {
	background:url(../images/nav2_jmdt.gif) no-repeat
}
.nav_13 {
	background:url(../images/nav2_jmdt.gif) no-repeat;
	float:left
}
.nav14 {
	background:url(../images/nav2_jmcs1.gif) no-repeat;
	float:left
}
.nav14 a:hover {
	background:url(../images/nav2_jmcs.gif) no-repeat
}
.nav_14 {
	background:url(../images/nav2_jmcs.gif) no-repeat;
	float:left
}
.nav15 {
	background:url(../images/nav2_jmzx1.gif) no-repeat;
	float:left
}
.nav15 a:hover {
	background:url(../images/nav2_jmzx.gif) no-repeat
}
.nav_15 {
	background:url(../images/nav2_jmzx.gif) no-repeat;
	float:left
}
.nav16 {
	background:url(../images/nav2_yxwl1.gif) no-repeat;
	float:left
}
.nav16 a:hover {
	background:url(../images/nav2_yxwl.gif) no-repeat
}
.nav_16 {
	background:url(../images/nav2_yxwl.gif) no-repeat;
	float:left
}
.nav17 {
	background:url(../images/nav2_jmszq1.gif) no-repeat;
	float:left
}
.nav17 a:hover {
	background:url(../images/nav2_jmszq.gif) no-repeat
}
.nav_17 {
	background:url(../images/nav2_jmszq.gif) no-repeat;
	float:left
}
.nav18 {
	background:url(../images/nav2_kfzx1.gif) no-repeat;
	float:left
}
.nav18 a:hover {
	background:url(../images/nav2_kfzx.gif) no-repeat
}
.nav_18 {
	background:url(../images/nav2_kfzx.gif) no-repeat;
	float:left
}
/*banner*/
.ban {
	width:1000px;
	height:358px;
	margin:auto;
	text-align:center;
}
.ban img {
	vertical-align:bottom;
}
.ban2 {
	width:1000px;
	height:255px;
	margin:auto;
	text-align:center;
}
.ban2 img {
	width:1000px;
	height:255px;
	vertical-align:bottom;
}
/*横幅导航*/
.tagBox {
	float:right;
	margin:10px 350px;
	position:absolute;
	top:480px;
	width:90px;
}
.tagBox li {
	float:left;
	list-style:none;
	color: #86A2B8;
	text-align: center;
	line-height: 15px;
	width: 15px;
	height: 15px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	margin: 1px;
	background:url(../pictures/flashbutton.gif) no-repeat -15px 0px;
}
.tagBox li.on {
	line-height: 15px;
	width: 15px;
	height: 15px;
	color:#FFFFFF;
	background:url(../pictures/flashbutton.gif) no-repeat;
}
/*左边导航*/
.sidebar {
	width:244px;
	float:left
}
.sidebar_t {
	width:244px;
	height:48px;
}
.sidebar_m {
	width:224px;
	text-align:right;
	padding:10px;
	overflow:visible;
}
.leftmenuone {
	background:url(../images/left_nav_link.gif) no-repeat;
	height:38px;
	display:block;
	width:185px;
	text-decoration:none;
	font-weight:bold;
	color:#b80000;
	line-height:38px;
	text-indent:20px;
	text-align:right;
	padding-right:10px;
}
.leftmenu {
	line-height:38px;
	height:38px;
	text-align:right;
	text-indent:20px;
	display:block;
	width:185px;
	color:#2a1900;
	background:url(../images/left_nav_a.gif) no-repeat;
	padding-right:10px;
}
.sidebar_m a {
	text-decoration:none;
	color:#2a1900;
}
.leftmenuok {
	background:url(images/left_nav_link.gif);
	height:38px;
	width:195px;
	font-weight:bold;
}
#leftmenu {
	clear:both;
	line-height:38px;
	height:38px;
	display:block;
	width:195px;
	color:#b80000;
	background:url(../images/left_nav_a.gif) no-repeat;
	float:right;
}
#leftmenu a:hover {
	clear:both;
	background:url(../images/left_nav_link.gif) no-repeat;
	height:38px;
	display:block;
	width:195px;
	border:0px solid #003300;
	text-decoration:none;
	font-weight:bold;
	line-height:38px;
	color:#b80000;
}
/*首页*/

#ind_m {
	padding:20px;
	width:960px;
}
.ind_l {
	width:515px;
	margin-right:19px;
	text-align:left;
	float:left;
}
.ind_r {
	width:426px;
	text-align:left;
	float:right;
}
/*首页新闻*/
.ind_news {
	width:515px;
	height:200px;
	background:url(../images/ind_tit1.gif) no-repeat top left;
	padding-top:37px;
}
.ind_news .img1 {
	width:143px;
	float:left;
	margin:0px 15px 0px 10px
}
.ind_news .img1 p {
	padding:5px 2px 0px 2px;
	line-height:20px;
	text-align:justify;
	text-justify:inter-ideograph;
}
.ind_news .img1 a {
	text-decoration:none;
	color:#000;
}
.ind_news .img1 a:hover {
	color:#e20000;
}
.ind_news .img1 .sty1 {
	width:139px;
	height:129px;
	background:#FFF;
	border:1px #ca9f71 solid;
	padding:2px;
}
.ind_n_list {
	width:327px;
	float:left;
}
.ind_n_list ul {
	width:327px;
	padding:0px;
	margin:0px;
}
.ind_n_list li, .jmzs_list li {
	height:28px;
	color:#753600;
	line-height:28px;
	background:url(../images/news_img1.gif) no-repeat left center;
	border-bottom:1px #9f6629 dotted;
	vertical-align:middle;
	text-decoration:none;
	list-style-type:none;
}
.ind_n_list li a, .jmzs_list li a {
	float:left;
	padding-left:20px;
	color:#753600;
	text-decoration:none;
	text-align:left
}
.ind_n_list li a:hover, .jmzs_list li a:hover {
	color:#e20000;
	text-decoration:none
}
.ind_n_list li span, .jmzs_list li span {
	float:right;
	padding:0px 3px;
}
/*首页ad1*/
.ind_ad1 {
	width:515px;
	height:150px;
	margin:20px 0px;
}
/*首页产品展示*/
.ind_pro {
	width:495px;
	height:260px;
	padding:35px 0px 0px 20px;
	background:url(ind_tit3.gif) no-repeat left top;
}
.ind_pro .list {
	width:143px;
	height:130px;
	margin-right:15px;
	float:left
}
.ind_pro .list a {
	text-decoration:none;
	color:#753600;
}
.ind_pro .list a:hover {
	color:#e20000;
}
.ind_pro .list img {
	border:1px #FFF solid
}
.ind_pro .list span {
	margin-right:5px;
}
/*首页走进清雅源*/
.ind_qyy {
	width:495px;
	height:165px;
	padding:35px 10px 0px 10px;
	margin-top:20px;
	background:url(../images/ind_tit2.gif) no-repeat left top;
}
.ind_qyy .sty1 {
	margin-right:9px;
}
.ind_qyy p, .ind2_qyy p {
	line-height:24px;
	text-indent:2em;
	text-align:justify;
	text-justify:inter-ideograph;
	color:#000
}
/*首页在线客服*/
.ind_ser {
	width:120px;
	margin-left:8px;
	float:left
}
.indblock {
	width:120px;
	height:79px;
	display:block
}
.ind_qq {
	background:url(../images/index2_qq.gif) no-repeat;
	float:left
}
.ind_qq a:hover {
	background:url(../images/index2_qq1.gif);
}
.ind_ww {
	background:url(../images/index2_ww.gif) no-repeat;
	float:left
}
.ind_ww a:hover {
	background:url(../images/index2_ww1.gif);
}
.ind_msn {
	background:url(../images/index2_msn.gif) no-repeat;
	float:left
}
.ind_msn a:hover {
	background:url(../images/index2_msn1.gif);
}
/*首页行业动态*/
.ind_news2 {
	width:406px;
	height:143px;
	background:url(../images/ind_tit8.gif) no-repeat left top;
	padding:7px 10px 0px 10px;
	margin:20px 0px;
	float:left;
	display:inline
}
.ind_news2 .tit {
	width:406px;
	height:24px;
}
.ind_news2 .titblock {
	width:70px;
	height:24px;
	display:block
}
.ind_news2 .tit1 {
	background:url(../images/ind_btn1.gif) no-repeat;
	float:left
}
.ind_news2 .tit1 a:visited {
	background:url(../images/ind_btn01.gif) no-repeat
}
.ind_news2 .tit_1 {
	background:url(../images/ind_btn01.gif) no-repeat;
	float:left
}
.ind_news2 .tit2 {
	background:url(../images/ind_btn2.gif) no-repeat;
	float:left
}
.ind_news2 .tit2 a:visited {
	background:url(../images/ind_btn02.gif) no-repeat
}
.ind_news2 .tit_2 {
	background:url(../images/ind_btn02.gif) no-repeat;
	float:left
}
.c1titlea1_1 {
	background:url(../images/ind_btn1.gif) no-repeat;
	width:70px;
	height:24px;
	cursor:pointer;
	float:left;
}
.c1titlea1_2 {
	background:url(../images/ind_btn01.gif) no-repeat;
	width:70px;
	height:24px;
	cursor:pointer;
	float:left;
}
.c1titlea2_1 {
	background:url(../images/ind_btn2.gif) no-repeat;
	width:70px;
	height:24px;
	cursor:pointer;
	float:left;
}
.c1titlea2_2 {
	background:url(../images/ind_btn02.gif) no-repeat;
	width:70px;
	height:24px;
	cursor:pointer;
	float:left;
}
/*内容页动态获取新闻列表*/

/*企业动态*/
.ind_n_list2 {
	width:330px;
	float:left;
}
.ind_n_list2 ul {
	padding:10px;
	margin:20px;
}
.ind_n_list2 li {
	height:28px;
	color:#753600;
	line-height:28px;
	background:url(../images/news_img1.gif) no-repeat left center;
	text-decoration:none;
	list-style-type:none;
}
.ind_n_list2 li a {
	float:left;
	padding-left:20px;
	color:#753600;
	text-decoration:none;
	text-align:left
}
.ind_n_list2 li a:hover {
	color:#e20000;
	text-decoration:none
}
.ind_n_list2 li span {
	float:right;
	padding:0px 3px;
}
/*行业动态*/
.ind_n_list3 {
	width:330px;
	float:right;
}
.ind_n_list3 ul {
	padding:10px;
	margin:20px;
}
.ind_n_list3 li {
	height:28px;
	color:#753600;
	line-height:28px;
	background:url(../images/news_img1.gif) no-repeat left center;
	text-decoration:none;
	list-style-type:none;
}
.ind_n_list3 li a {
	float:left;
	padding-left:20px;
	color:#753600;
	text-decoration:none;
	text-align:left
}
.ind_n_list3 li a:hover {
	color:#e20000;
	text-decoration:none
}
.ind_n_list3 li span {
	float:right;
	padding:0px 3px;
}
/*加盟页动态信息*/
.ind_n_list4 {
	width:400px;
	float:left;
}
.ind_n_list4 ul {
	padding:0px;
	margin:10px;
}
.ind_n_list4 li {
	height:28px;
	color:#753600;
	line-height:28px;
	background:url(../images/news_img1.gif) no-repeat left center;
	text-decoration:none;
	list-style-type:none;
}
.ind_n_list4 li a {
	float:left;
	padding-left:20px;
	color:#753600;
	text-decoration:none;
	text-align:left
}
.ind_n_list4 li a:hover {
	color:#e20000;
	text-decoration:none
}
.ind_n_list4 li span {
	float:right;
	padding:0px 3px;
}
/*首页加盟优势*/
.ind_ys {
	width:406px;
	height:260px;
	background:url(../images/ind_tit4.gif) no-repeat left top;
	padding:35px 10px 0px 10px;
	line-height:24px;
	text-align:justify;
	text-justify:inter-ideograph;
	float:left;
	overflow:hidden;
}
/*首页底部新闻*/
.ind_news_img {
	width:426px;
	height:200px;
	float:left;
	margin-top:20px;
}
/*新闻列表*/
.news_list {
	width:710px;
	text-align:left;
	float:left;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px #c3891d dotted
}
.news_list .tit {
	width:582px;
	background:url(../images/news_img1.gif) no-repeat left center;
	height:24px;
	line-height:24px;
	padding-left:14px;
	font-weight:bold;
	font-size:13px;
	color:#694022;
	float:left
}
.news_list .tit a {
	text-decoration:none;
	color:#694022;
}
.news_list .date {
	width:100px;
	float:left;
	text-align:right
}
.news_list .shot {
	width:130px;
	height:80px;
	float:left;
	padding:3px;
	border:1px #c3891d solid;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.news_list .cont {
	width:500px;
	height:80px;
	padding-top:6px;
	line-height:24px;
	text-indent:2em;
	text-align:justify;
	text-justify:inter-ideograph;
	float:left
}
.news_list .tag {
	width:710px;
	float:left;
	text-align:right;
}
.news_list .tag span {
	margin-left:10px;
}
.news_list .tag a {
	text-decoration: none;
	color:#930;
}
.news_list .tag a:hover {
	color:#e20000;
	text-decoration: none;
}
a.newslisttitlelink {
	font-weight:bold;
	font-size:13px;
	color:#694022;
	text-decoration:none;
}
a.newslisttitlelink:hover {
	font-weight:bold;
	font-size:13px;
	color:#694022;
	text-decoration:underline;
}
a.newslisttitlelink:active {
	font-weight:bold;
	font-size:13px;
	color:#694022;
	text-decoration:underline;
}
/*新闻内容*/
.news_cont {
	width:664px;
	float:left;
	line-height:33px;
	text-align:center;
	text-indent:2em;
	color:#000000;
}
#newsshowtit {
	MARGIN-BOTTOM: 10px;
	TEXT-INDENT: 0em;
	BORDER-BOTTOM: #c3891d 1px dotted;
	TEXT-ALIGN: center;
	line-height:240%;
	padding:8px 0 5px 0;
}
.news_cont .tit {
	border-bottom:1px #c3891d dotted;
	text-align:center;
	margin-bottom:10px;
	text-indent:0em;
	color:#ff0000
}
.news_cont .tit p {
	padding:5px;
	margin:0px;
}
.news_cont .tit span {
	margin:10px;
	text-align:center;
}
.news_cont .style1 {
	font-weight:bold;
	font-size:16px;
	text-align:center;
	COLOR: #000000;
}
.news_cont .cont {
	width:664px;
	text-align:justify;
	text-justify:inter-ideograph;
	border-bottom: 1px dotted #C3891D;
}
.news_cont .cont p {/*---------------------------whb---------------------------*/
	margin-top:25px;
	margin-bottom:30px;
}
.news_cont .imgObj {
	text-align:center;
}
.news_cont .imgTitle {
	font-weight:bold;
	text-align:center;
}
#Zoom ul li {
	list-style-position: inside;
}
.news_cont .tag {
	width:664px;
	text-align:left;
	margin-top:10px;
	color:#000000;
}
.news_cont .tag a {
	text-decoration:none;
	color:#FF0000
}
.news_cont .tag a:hover {
	background:#FF0000;
	color:#FFFFFF;
	text-decoration:underline
}
.news_cont a {
	text-decoration:none;
	color:#930;
}
.news_cont a:hover {
	color:#e20000;
	text-decoration:underline;
}
/*产品导航*/
.pro_side {
	width:198px;
	margin:0px auto;
	text-align:center
}
.pro_side .list {
	margin-bottom:10px;
}
.pro_side .tit {
	height:33px;
	background:url(../images/pro_flbg.gif) no-repeat;
	color:#694022;
	text-align:center;
	line-height:33px;
	vertical-align:middle;
	font-size:16px;
	font-weight:bold
}
.pro_side .tit2 {
	width:198px;
	height:30px;
	color:#921622l;
	line-height:30px;
	background:url(pro_tit2_bg.gif) no-repeat;
	color:#921622;
	font-weight:bold;
	font-size:14px;
}
.pro_side ul {
	width:198px;
	padding:0px;
	margin:0px!important;
	display:block;
	list-style:none;
	color:#452017
}
.pro_side ul li {
	width:198px;
	height:28px;
	background:url(../images/pro_a.gif) no-repeat;
	line-height:28px;
	vertical-align:middle;
}
.pro_side .style1 {
	background:url(../images/pro_link.gif) no-repeat;
	color:#921622;
	font-weight:bold;
	border:0px solid #006600;
}
/*产品列表*/
#pro_list {
	width:193px;
	height:212px;
	margin:0px 20px 0px 5px;
	padding:10px 8px;
	text-align:left;
	line-height:24px;
	color:#9e7940;
	float:left;
}
#pro_list .img {
	width:190px;
	height:133px;
	border:1px #e2e2e2 solid;
	margin-bottom:5px;
}
#pro_list a {
	color:#9e7940;
	text-decoration:none;
}
#pro_list a:hover {
	color:#e20000;
	text-decoration:none;
}
.pro_list2 {
	background:url(../images/pro_bg.gif) no-repeat;
}
.pro_list22 {
	background:none;
}
#pro_list .jg {
	font-size:16px;
	color:#FF0000;
	font-weight:bold;
}

/*产品详细介绍*/
.pro_cont, .yxwl, .jmzs, {
width:710px;
margin:0px auto;
text-align:center;
float:left
}
.pro_cont .shot {
	width:415px;
	height:287px;
	padding:3px;
	border:1px #dbdbdb solid;
	background:#FFFFFF;
	float:left;
	margin-bottom:10px;
	margin-left:140px;
	display:inline
}
.pro_cont .name, .pro_list .name {
	background:#af833e;
	color:#FFFFFF;
	line-height:25px;
	padding:0px 5px;
	vertical-align:middle;
}
.pro_cont .jg, .pro_list .jg {
	font-size:16px;
	color:#FF0000;
	font-weight:bold;
}
.pro_cont .list {
	width:415px;
	text-align:left;
	line-height:30px;
	color:#682e00;
	float:left;
	margin:0px 0px 20px 140px;
	display:inline
}
.pro_cont .list ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.pro_cont .list ul li {
	list-style:none;
}
.pro_cont .list ul li span {
	font-weight:bold
}
.pro_cont .shot2 {
	width:500px;
	height:152px;
	background:url(../images/pro_bg2.gif) repeat-x;
	float:left;
	margin-left:100px;
	display:inline
}
.pro_cont .pre {
	height:152px;
	width:27px;
	background:url(../images/pro_pre.gif) no-repeat 50% 50%;
	float:left
}
.pro_cont .next {
	height:152px;
	width:27px;
	background:url(../images/pro_next.gif) no-repeat 50% 50%;
	float:right
}
.pro_cont .s_list {
	margin:20px 3px;
	float:left;
	text-align:left
}
.pro_cont .img {
	width:140px;
	height:97px;
	border:1px #FFFFFF solid;
}
/*营销网络*/
.yxwl_m {
	width:576px;
	height:457px;
	float:left;
	margin:0px 0px 0 70px;
*margin:0px 0px 0 60px;
	_margin:0px 0px 0 30px;
	text-align:center;
	background:url(../images/yxwl_bg1.gif) no-repeat;
	color:#7f5b21;
	border:0px solid #003300;
}
.yxwl_m .tit {
	width:576px;
	height:20px;
	padding:27px 0px 10px 0px;
	font-size:13px;
	font-weight:bold;
}
.yxwl_m .img {
	width:466px;
	height:350px;
	margin:0px auto;
	border:2px #FFF solid
}
.yxwl_m .lx {
	width:466px;
	text-align:left;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	border:0px solid #003300;
	margin:0 0 0 55px;
*margin:0 0 0 5px;
	_margin:0 0 0 5px;
}
.yxwl_m .address {
	float:left;
	margin-right:10px;
}
.yxwl_m .tel {
	float:right
}
.yxwl_m .sty1 {
	font-size:16px;
	font-weight:bold
}
.yxwl_m span {
	font-size:18px;
}
.yxwl_content {
	width:466px;
	margin:0px auto;
	text-align:left;
}
.yxwl_content p {
	color:#900;
}
.yxwl_cs {
	width:466px;
	margin:0px auto;
	text-align:center
}
.yxwl_cs .list {
	background:url(../images/yxwl_bg2.gif) no-repeat;
	margin:10px 3px 0px 3px;
	width:108px;
	height:32px;
	line-height:30px;
	vertical-align:middle;
	text-align:center;
	float:left
}
.yxwl_cs .listblock {
	width:108px;
	height:32px;
	display:block
}
.yxwl_cs .list a {
	color:#900;
	text-decoration:none;
}
.yxwl_cs .list a:hover {
	background:url(../images/yxwl_bg3.gif) no-repeat;
	font-weight:bold;
}
/*在线留言*/
.zxly, .zxkf, .sqjm {
	width:686px;
	margin:0px auto;
	text-align:center;
	float:left
}
.lyb {
	background:url(../images/zxly_bg1.gif) no-repeat;
	width:626px;
	height:278px;
	padding:20px 30px;
	text-align:center;
}
.lyb p {
	text-align:left;
	line-height:24px;
	margin:10px 0px;
}
.lyb table {
	text-align:left
}
.lyb td {
	height:28px;
	line-height:28px;
	vertical-align:middle
}
.lyb input {
	width:230px;
	border:1px #deaf6e solid
}
.lyb .sty1 {
	width:545px;
	height:100px;
	border:1px #deaf6e solid
}
.lyb .sty2 {
	height:50px;
	line-height:50px;
	vertical-align:middle
}
.lyb span, .sqjm span {
	color:#F00;
	margin:0px 3px;
}
.lyb_list {
	width:675px;
	margin:10px 0px 10px 5px;
	border:1px #C0A073 solid
}
.lyb_list td {
	text-align:left;
	padding:3px;
	line-height:24px;
}
#lyb_sty3 {
	width:675px;
	margin-left:4px;
}
/*申请加盟*/
.sqjm table {
	text-align:left;
	margin-bottom:10px;
}
.sqjm th {
	text-align:center;
	background:#fdd8a5;
	font-weight:bold;
	height:25px;
	padding:0px 5px;
	line-height:25px;
	vertical-align:middle;
	border:1px #FFF solid
}
.sqjm td {
	height:35px;
	padding:0px 5px;
	line-height:35px;
	vertical-align:middle
}
.sqjm input, .sqjm textarea {
	border:1px #cfb376 solid;
}
.sqjm .sty1 {
	width:340px;
}
.sqjm .sty2 {
	width:235px;
}
.sqjm textarea {
	height:50px;
}
/*加盟商专区*/
.jmszq {
	width:852px;
	text-align:center;
	margin:0px auto;
}
.logininput {
	border:0px solid #003300;
	width:144px;
	height:13px;
}
.error {
	border:0px solid #003300;
	width:100%;
	height:25px;
	text-align:left;
	text-indent:300px;
}
/*在线客服*/
.zxkf_m {
	width:436px;
	background:url(../images/zxkf_img2.gif) no-repeat right top;
	height:235px;
	text-align:left;
	float:left;
	margin-left:150px;
	display:inline
}
.zxkf_m .list {
	float:left;
	width:400px;
}
.zxkf_m .sty1 {
	width:30px;
	text-align:right
}
.zxkf ul {
	padding:0px;
	margin:20px 5px 0px 0px;
	list-style:none;
	float:left
}
.zxkf li {
	list-style:none;
	margin-bottom:5px;
	height:25px;
	line-height:25px;
	vertical-align:middle
}
/*网站地图*/
.wzdt, .yqlj {
	width:960px;
	margin:0px auto;
	text-align:center;
	background:#fff6eb
}
.wzdt_list {
	width:132px;
	height:391px;
	background:url(../images/navi_r4_c3.jpg) no-repeat bottom;
	margin:0px 5px;
	float:left;
}
.wzdt_list table {
	margin-top:10px;
}
.wzdt A:link {
	COLOR: #000000;
	TEXT-DECORATION: none
}
.wzdt A:visited {
	COLOR: #000000;
	TEXT-DECORATION: none
}
.wzdt A:hover {
	COLOR: #e70e0e;
	TEXT-DECORATION: none
}
.wzdt A:active {
	COLOR: #e70e0e;
	TEXT-DECORATION: none
}
/*加盟商专区*/
.jmszq {
	width:389px;
	height:234px;
	background:url(../images/jmszq_login_bg.jpg) no-repeat;
	text-align:left;
	margin:20px 0px 0px 150px;
	float:left;
}
.jmszq .style1 {
	background:none;
	border:0px;
	margin:72px 0px 0px 92px;
*margin:72px 0px 0px 42px;
	_margin-left:92px;
	width:140px;
	height:14px;
	float:left;
}
.jmszq .style2 {
	background:none;
	border:0px;
	margin:18px 0px 0px 92px;
*margin:20px 0px 0px 42px;
	width:140px;
	height:14px;
	float:left
}
/*加盟知识*/
.jmzs_list {
	width:710px;
	float:left;
	margin-bottom:10px;
	border:0px solid #003300;
}
.jmzs_list ul {
	width:710px;
	;
	padding:0px;
	margin:0px;
}
/*人才招聘*/
.job {
	width:500px;
	margin:20px 50px;
	border:0px solid #003300;
}
.job UL {
	list-style-type:none;
	width:500px;
	FLOAT: left
}
.job UL LI {
	text-align:left;
	line-height:24px;
	COLOR: #646464
}
.job2 {
	TEXT-ALIGN: left;
	width:500px;
	MARGIN-BOTTOM: 5px;
	BACKGROUND: url(image/list3.jpg) no-repeat;
	FLOAT: left;
	HEIGHT: 21px;
	FONT-SIZE: 13px;
	FONT-WEIGHT: bold;
	PADDING-TOP: 8px
}
/*招商首页-走进清雅源*/
.ind2_qyy {
	width:406px;
	padding-top:45px;
	background:url(../images/ind2_tit3.gif) no-repeat left top;
	padding:45px 10px 0px 10px;
	float:left;
}
/*招商首页-加盟动态*/
.ind2_jmdt, .ind2_jmys {
	width:495px;
	height:200px;
	padding:37px 10px 0px 10px;
	line-height:24px;
	background:url(../images/ind2_tit1.gif) no-repeat;
	float:left
}
.ind2_jmdt .cont {
	width:327px;
	height:70px;
	color:#bc1612;
	line-height:22px;
}
.ind2_jmdt .img1 {
	width:200px;
	height:100px;
}
.ind2_jmdt .img2 {
	width:271px;
	height:190px;
	margin:0pt 5pt 0pt 5pt
}
/*招商加盟页加盟中心*/
.ind_fd {
	width:425px;
	height:170px;
	float:left;
	display:inline;
	background:url(../images/ind_tit9.gif) no-repeat left top;
	padding:45px 10px 0px 10px;
}
.ind_fd ul {
	padding:0px;
	margin:0px;
}
.ind_fd li {
	height:28px;
	color:#753600;
	line-height:28px;
	background:url(../images/news_img1.gif) no-repeat left center;
	border-bottom:1px #9f6629 dotted;
	vertical-align:middle;
	text-decoration:none;
	list-style-type:none;
}
.ind_fd li a {
	float:left;
	padding-left:20px;
	color:#753600;
	text-decoration:none;
	text-align:left
}
.ind_fd li a:hover {
	color:#e20000;
	text-decoration:none
}
.ind_fd li span {
	float:right;
	padding:0px 3px;
}
/*招商首页-加盟优势*/
.ind2_jmys {
	background:url(../images/ind2_tit2.gif) no-repeat top;
	margin-top:20px;
}
#zsjmgd a {
	float:right;
	color:#900;
	text-decoration:none;
}
#zsjmgd a:hover {
	color:#e20000;
	text-decoration:none;
}
#zsjmgd span {
	float:right;
	padding:0px 3px;
}
/*联系我们*/
.contacts {
	padding:0px 40px 2em;
	width:600px;
}
.contacts p {
	color:#6A6A6A;
}
.contacts p.tips {
	text-indent:0px;
	text-align:left;
	font-weight:bold;
	padding-bottom:5px;
	margin:1.5em 0 0.5em;
	border-bottom:1px #CCCCCC solid
}
.contacts dl {
	color:#6A6A6A;
}
.contacts dt, .contacts dd {
	text-align:left;
	line-height:2em;
}
.contacts dt {
	float:left;
	margin-right:10px;
	width:100px;
	font-weight:bold
}
/*----------------------------------------友情链接------------------------*/
.yqlj {
	margin:20px 0px 20px 20px;
	width:960px;
}
.pic_linkbar {
	height:25px;
 width:100% background-color:#fcd495;
	text-align:left;
	float:left;
}
.pic_link {
	width:960px;
	float:left;
}
.txt_linkbar {
	height:25px;
	width:100%;
	float:left;
}
.txt_link {
	widows:960px;
	float:left;
}
.yqlj ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.yqlj ul li {
	border:1px #c7a84d dotted;
	width:100px;
	height:35px;
	padding:10px 0px;
	text-align:center;
	line-height:35px;
	vertical-align:middle;
	margin:5px;
	float:left;
	background-color:#fff;
}
.yqlj ul li a {
	text-decoration:none;
	color:#c7a84d
}
/*--------------------------------企业荣誉-------------------------*/
.qyry_img {
	width:660px;
	height:200px;
	background:url(../images/qyry_img_bg.gif) no-repeat bottom;
	margin:0px auto;
	text-align:center;
}
.qyry_btn1, .qyry_btn2 {
	width:25px;
	height:45px;
	margin-top:77px;
	float:left
}
.qyry_btn2 {
	float:right
}
.qyry_img_m {
	width:570px;
	margin:0px 20px 40px 20px;
	float:left;
}
.qyry_img_m td {
	width:190px;
	text-align:center
}
.qyry_list, .tdjy_list {
	background:none;
	width:660px;
	margin:0px auto;
	text-align:center;
	padding:10px 0px 0px 30px;
}
.tdjy_list {
	width:400px;
	padding-left:10px;
	float:left
}
.qyry_list ul, .tdjy_list ul {
	list-style:none;
}
.qyry_list ul li, .tdjy_list ul li {
	background:url(../images/news_img1.gif) no-repeat left center;
	padding-left:15px;
	width:300px;
	text-align:left;
	color:#694022;
	line-height:30px;
	vertical-align:middle;
	float:left
}
/*公司账号*/
.gszh {
	width:600px;
	margin:0px auto;
	text-align:center
}
.gszh p {
	margin:10px 0px;
}
.gszh .sty1 {
	color:#900;
	font-weight:bold;
	font-size:13px;
}
.gszh_dg, .gszh_ds {
	width:600px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px #d7cbc4 solid;
	text-align:left
}
.gszh_ds {
	border:0px;
}
/*搜索*/
.search {
	background:url(../images/search_bg.jpg) no-repeat;
	width:900px;
	height:217px;
	margin:0px auto;
	text-align:center
}
.search img {
	padding:0px;
	margin:0px;
	vertical-align:top
}
.search_m {
	width:593px;
	height:94px;
	float:left;
	margin:52px 0px 0px 240px;
	display:inline
}
.search_m .tit {
	width:593px;
	height:26px;
	background:url(../images/search_bg3.jpg) no-repeat bottom;
}
.search_m .tit ul {
	list-style:none
}
.search_m .tit ul li {
	width:73px;
	height:26px;
	line-height:26px;
	vertical-align:middle;
	text-align:center;
	float:left
}
.search_m .tit ul li span {
	float:right
}
.search_m .main {
	height:68px;
	width:593px;
	background:url(../images/search_bg2.gif) no-repeat;
	text-align:left;
}
.search_m .main input {
}
.search_m .main .btn {
	float:left;
	width:66px;
	height:26px;
	border:1px solid #003300;
}
.searchinputdiv {
	margin:14px 0px 0px 18px;
*margin:14px 0px 0px 10px;
	float:left;
	border:0px solid #003300;
}
.searchinput {
	background:none;
	height:18px;
	width:470px;
	font-size:12px;
	border:none;
}
.search_rm {
	width:593px;
	float:left;
	margin-left:240px;
	display:inline;
	text-align:left;
}
.search_rm a {
	color:#900;
	text-decoration:none
}
.search_rm a:hover {
	text-decoration:underline
}
.search_rm span {
	padding:0px 5px;
}
.search_cont {
	width:850px;
	padding:0px 75px 50px 75px;
	text-align:left;
	line-height:24px;
}
.c1titled1_1 {
	background:url(../images/search_cp.gif) no-repeat;
	width:73px;
	line-height:26px;
	height:26px;
	cursor:pointer;
	border:0px solid #003300;
}
.c1titled1_2 {
	width:73px;
	line-height:26px;
	height:26px;
	cursor:pointer;
}
/*内页模块*/
.nymk {
	width:710px;
	text-align:left;
	float:left;
	line-height:24px;
}
.nymk .sty1, .nymk .sty2 {
	text-indent:2em;
	text-align:justify;
	text-justify:inter-ideograph;
}
.nymk .sty2 {
	text-indent:0em;
}
.nymk .ppwh {
	width:600px;
	padding:0px 50px;
	color:#694022
}
.nymk .ppwh_tit {
	height:30px;
	padding:1px;
	background:#F8E0B4;
	font-weight:bold;
	font-size:14px;
	width:600px;
	text-align:center;
	vertical-align:middle;
	line-height:30px;
	border:1px #900 dashed;
	margin:25px 0px;
}
.nymk .jmys {
	width:600px;
	padding:10px 50px;
	color:#694022
}
.nymk .jmys_tit {
	width:600px;
	text-align:left;
	color:#900;
	height:20px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:13px;
}
.nymk a {
	text-decoration:none;
	color:#900;
	font-weight:bold;
}
.nymk a:hover {
	color:#e20000;
	text-decoration:underline;
}

