@charset "utf-8";
/* CSS Document */

/*================= CONTENTS ==================

	1: universal reset
	2: common setting
	3: framework setting
	4: elements setting:4-1:headArea  4-2:mainLeftArea 4-3:mainRightArea 4-4:bottomArea 4-5:footerArea
	5: etc

============================================== */

/*============================================================
	1: -universal reset
============================================================*/
*{
	margin:0;
	padding:0;
	color:#666;
}
ul,li{
	list-style-type:none;
}
img{
	border:none;
}
table,td,th{
	border:none;
}
h1,h2,h3,h4,h5,h6,em,strong,address,th{
	
}
p{
	font-size:12px;
}
a:link b { color:#36c; }
a:visited b { color:#838; }
a:hover b,
a:active b { color:#36c; }
a:link em { color:#36c; }
a:visited em { color:#838; }
a:hover b,
a:active em { color:#36c; }
a:link strong { color:#36c; }
a:visited strong { color:#838; }
a:hover b,
a:active strong { color:#36c; }

* html div,
* html ul,
* html li,
* html dl,
* html dt,
* html dd {
	zoom:1;
	height:0;
}

*:first-child + html div,
*:first-child + html dl,
*:first-child + html dt,
*:first-child + html dd {
	zoom:1;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
/*============================================================
	2: common setting
============================================================*/

body{
	font-family: "宋体";
	text-align:center;
}
strong,em{
	font-style:normal;
	font-weight:bold;
}

/* a
----------------------------------------------------*/
a:link{
	color:#717171;
	text-decoration:none;
}
a:visited{
	color:#717171;
	text-decoration:none;
}
a:hover{
	color:#717171;
	text-decoration:underline;
}
a:active{
	color:#717171;
	text-decoration:underline;
}

/*============================================================
	3: framework setting
============================================================*/
/*----------top----------*/
#top{
	width:960px;
	background:#fff;
	height:65px;
	margin: auto;
	margin: auto;
}
#top img.logo{
	display:block;
	font-size:0;
	line-height:0;
	margin:0 auto;
	padding:0 0px 0 10px;
	float:left;
	border:0px;
	width:240;
	height:65px;
}

#top p.logo1{
	background:url(../img/top/logo1.gif) 0 0 no-repeat;
	width:120px;
	height:63px;
	float:left;
	margin:0px;
	padding:2px 0 0 360px;
	color:#f18d00;
}
#top p.logo1 a{
	color:#f18d00;
	font-size:12px;
}

#top .logo2{
	background:#fdebd7 0 0 no-repeat;
	width:190px;
	height:45px;
	border:1px solid #e0c4af;
	border-top:0px;
	float:right;	
}
#top .logo2 p.huilv1{
	background:url(../img/top/logo2_ico.gif) 0 0 no-repeat;
	float:left;
	padding:10px 0 0 30px;
	height:40px;
	color:#321807;
	font-size:12px;
}
#top .logo2 #jprmb{
	color:#FF0000;
	font-size:12px;
}
#top .logo2 span.huilv3{
	float:right;
	width:100px;
	height:20px;
	padding:5px 5px 0 0;
	font-size:10px;
}
#top .logo2 span.huilv3 a{
	color:#321807;
	font-size:10px;
}

/*----------navi----------*/
#navi{
	width:960px;
	height:30px;
	margin:0 auto;
}
#navi ul{
	float:left;
	width:960px;
}
#navi ul li{
	background:#fff;
	width:100px;
	height:30px;
	padding:0;
	float:left;
	font-size:14px;
}
#navi ul li.noImg{
	width:auto;
	background:url(../img/nav/nav/nav_bg.gif) 0 0 repeat-x;
}
#navi ul li a{
	display:block;
	width:90px;
	padding:2px 0 0 10px;
	font:bold 14px/30px "宋体";
	color:#fff;
	background-color:inherit;
	text-decoration:none;
}
#navi ul li a.nav01{
	background:url(../img/nav/nav/shouye1.gif) 0 0 no-repeat;
}
#navi ul li a.nav01:hover{
	background:url(../img/nav/nav/shouye2.gif) 0 0 no-repeat;
}
#navi ul li a.nav01:active{
	background:url(../img/nav/nav/shouye3.gif) 0 0 no-repeat;
}
#navi ul li a.nav02{
	background:url(../img/nav/nav/jiagesousuo1.gif) 0 0 no-repeat;
}
#navi ul li a.nav02:hover{
	background:url(../img/nav/nav/jiagesousuo2.gif) 0 0 no-repeat;
}
#navi ul li a.nav02:active{
	background:url(../img/nav/nav/jiagesousuo3.gif) 0 0 no-repeat;
}
#navi ul li a.nav03{
	background:url(../img/nav/nav/lvyou1.gif) 0 0 no-repeat;
}
#navi ul li a.nav03:hover{
	background:url(../img/nav/nav/lvyou2.gif) 0 0 no-repeat;
}
#navi ul li a.nav03:active{
	background:url(../img/nav/nav/lvyou3.gif) 0 0 no-repeat;
}
#navi ul li a.nav04{
	background:url(../img/nav/nav/liuxue1.gif) 0 0 no-repeat;
}
#navi ul li a.nav04:hover{
	background:url(../img/nav/nav/liuxue2.gif) 0 0 no-repeat;
}
#navi ul li a.nav04:active{
	background:url(../img/nav/nav/liuxue3.gif) 0 0 no-repeat;
}
#navi ul li a.nav05{
	background:url(../img/nav/nav/touzi1.gif) 0 0 no-repeat;
}
#navi ul li a.nav05:hover{
	background:url(../img/nav/nav/touzi2.gif) 0 0 no-repeat;
}
#navi ul li a.nav05:active{
	background:url(../img/nav/nav/touzi3.gif) 0 0 no-repeat;
}
#navi ul li a:hover{
	color:#fff;
}
#navi ul li a.hover{
	display:block;
	padding:0 16px;
	font:bold 14px/30px "宋体";
	color:#fff;
	text-decoration:none;
	cursor:text;
}

#navi .seachArea{
	float:right;
	height:30px;
	width:auto;
}
#navi .seachArea select{
	float:left;
	width:110px;
	margin:4px 10px 0 105px;
	padding:0px;
	font-size:12px;
	height:20px;
	color:#f18d00;
}
#navi .seachArea select option{
	color:#f18d00;
}
#navi .seachArea .inputbg{
	margin:6px 0 0 0;
	float:right;
	height:20px;
	width:200px;
	background:#fff;
}
#navi .seachArea .inputbg input{
	margin-left:15px;
	width:180px;
	border:0px;
	color:#f18d00;
	height:18px;
}
#navi .seachArea .btn{
	float:right;
	padding: 5px 13px 0 2px;
}

/*----------mainArea----------*/
#mainArea{
	width:960px;
	height:auto;
	margin:0 auto;
	padding:8px 0 0 0;
}
#mainLeftArea{
	width:710px;
	float:left;
	height:auto;
}
#mainRightArea{
	width:240px;
	float:right;
	height:auto;
}

/*----------mainArea-left----------*/
.topFlash{
	margin:0 auto;
	padding:0px 0 8px 0;
	width:710px;
	height:auto;
	overflow:hidden;
}

/*----------mainLeftMenu----------*/
.mainMenu{
	width:710px;
	height:auto;
	margin:0px;
	padding:0 0 8px 0;
}

/*----------mainLeftTxtMenu----------*/
.mainLeftTxtArea{
	float:left;
	width:160px;
	height:auto;
	overflow:hidden;
}
.mainLeftTxtMenu{
	width:100%;
	margin:0px auto;
	height:auto;
	padding:0 0 8px 0;
}
.mainLeftTxtMenu .title{
	background:url(../img/mainarea/mainarea/mainleft/LeftTxtMenu/LeftTxtMenu_head.gif) 0 0 no-repeat;
	width:100%;
	height:25px;
	text-align:left;
}
.mainLeftTxtMenu .title a{
	font-size:12px;
	color:f18d00;
	margin:2px 0 0 6px;
}

.mainLeftTxtMenu .footer{
	width:100%;
	height:10px;
	background:url(../img/mainarea/mainarea/mainleft/LeftTxtMenu/LeftTxtMenu_foot.gif) 0 0 no-repeat;
}
.mainLeftTxtMenu #txtArea a:hover{
	text-decoration:underline;
}
.mainLeftTxtMenu #txtArea{
	width:auto;
	background:url(../img/mainarea/mainarea/mainleft/LeftTxtMenu/LeftTxtMenu_mid.gif) 0 0 repeat-y;
	padding:0px 10px 0px 10px;
	margin:0px auto;
}

.mainLeftTxtMenu #txtArea p{
	display:block;
	line-height:19px;
	margin:0;
}
.mainLeftTxtMenu #txtArea img{
	padding:0 0 5px 0;
}
.mainLeftTxtMenu #txtArea a{
	white-space:nowrap;
}

/*----------mainLeftImgArea----------*/
.mainLeftImgArea{
	width:540px;
	float:right;
}
.mainLeftImgArea .mainLeftImgMenu{
	width:100%;
	height:auto;
}
.mainLeftImgArea .mainLeftImgMenu ul{
	float:left;
	width:540px;
}
.mainLeftImgArea .mainLeftImgMenu ul li{
	width:auto;
	height:auto;
	padding:0px;
	float:left;
}
.mainLeftImgArea .mainLeftImgMenu ul li.leftimg{
	padding:0 10px 7px 0;
}
.mainLeftImgMenu img{
	width:265px;
	height:110px;
}
.mainLeftImgArea .mainLeftFlash{
	clear:both;
	width:540px;
	height:149px;
	margin:0 0 10px 0;
	padding:0;
	border:0px;
}

/*----------newsArea----------*/
.mesArea{
	width:540px;
	height:auto;
	padding:0 0 8px 0;
}
.mesArea .zixun{
	width:540px;
	height:36px;
	background:url(../img/mainarea/mainarea/mainleft/LeftImgArea/zixun_head.gif) 0 0 no-repeat;
	text-align:left;
}
.mesArea .zixun p{
	text-align:left;
	padding:8px 0 0 45px;
}
.mesArea .zixun p a{
	color:#4a2e16;
	font-size:14px;
	font-weight: bold;
}
.mesArea .shishang{
	width:540px;
	height:36px;
	background:url(../img/mainarea/mainarea/mainleft/LeftImgArea/shishang_head.gif) 0 0 no-repeat;
}
.mesArea .shishang p{
	text-align:left;
	padding:10px 0 0 45px;
}
.mesArea .shishang p a{
	color:#4a2e16;
	font-size:14px;
	font-weight: bold;
}
.mesArea .yinghua{
	width:540px;
	height:36px;
	background:url(../img/mainarea/mainarea/mainleft/LeftImgArea/yinghua_head.gif) 0 0 no-repeat;
}
.mesArea .yinghua p{
	text-align:left;
	padding:10px 0 0 45px;
}
.mesArea .yinghua p a{
	color:#4a2e16;
	font-size:14px;
	font-weight: bold;
}
.mesArea .hezuo{
	width:540px;
	height:36px;
	background:url(../img/mainarea/mainarea/mainleft/LeftImgArea/hezuo_head.gif) 0 0 no-repeat;
}
.mesArea .hezuo p{
	text-align:left;
	padding:8px 0 0 45px;
}
.mesArea .hezuo p a{
	color:#4a2e16;
	font-size:14px;
	font-weight: bold;
}
.mesArea .mesbody{
	width:540px;
	height:auto;
	background:url(../img/mainarea/mainarea/mainleft/LeftImgArea/zixun_mid.gif) 0 0 repeat-y;
}
.mesArea .mesfooter{
	clear:both;
	width:540px;
	height:5px;
	background:url(../img/mainarea/mainarea/mainleft/LeftImgArea/zixun_foot.gif) 0 0 no-repeat;
}
.mesArea .txtArea{
	width:540px;
	height:auto;
}
.mesArea .txtArea .txtLeftArea{
	width:265px;
	float:left;
	padding-left:5px;
}
.mesArea .txtArea .txtRightArea{
	width:265px;
	float:right;
}
.mesArea ul{
	line-height:20px;
}
.mesArea li{
	background:url(../img/mainarea/mainarea/mainleft/LeftImgArea/li.gif) 5px 7px no-repeat;
}
.mesArea p{
	text-align:left;
	padding-left:10px;
	font-size:12px;
}

/*选项卡*/
#Tab{
	width:539px;
	padding:0;
	margin:0 0 8px 0;
	color:#2c1d05;
	border:1px solid #f18d00;
}
/*菜单class*/
.Menubox {
	width:100%;
	height:28px;
	line-height:28px;
	background:#e6e7e8;
}
.Menubox ul{
	margin:0px;
	padding:0px;
}
.Menubox li{
	float:left;
	display:block;
	cursor:pointer;
	width:134px;
	text-align:center;
	color:#684e41;
	font-size:13px;
	font-weight:bold;
	background: url(../img/mainarea/mainarea/mainleft/tab/tab_bg.gif) 0 0 no-repeat #e6e7e8;
}
.Menubox li.divline{
	width:1px;
	height:28px;
	background:#c2c1c0;
}
.Menubox li.hover{
	padding:0px;
	width:134px;
	background:url(../img/mainarea/mainarea/mainleft/tab/tab_bg1.gif) 0 0 no-repeat #fff;
	color:#f18d00;
	font-weight:bold;
	height:28px;
	line-height:28px;
}
.Contentbox{
	clear:both;
	margin-top:0px;
	border-top:none;
	height:auto;
	text-align:left;
	padding:8px 8px 8px 0;
}
.Contentbox .Content-left{
	float:left;
	width:255px;
	padding-left:5px;
}
.Contentbox .Content-left ul{
	line-height:normal;
}
.Contentbox .Content-left li{
	background:url(../img/mainarea/mainarea/mainleft/LeftImgArea/li.gif) 5px 3px no-repeat;
	height:20px;
}
.Contentbox .Content-left p{
	text-align:left;
	padding-left:10px;
	font-size:12px;
}
.Contentbox #con_1 .Content-right{
	float:right;
	width:265px;
	height:auto;
	background:url(../img/mainarea/mainarea/mainleft/tab/lvyou_bg.png) 0 0 no-repeat;
}
.Contentbox #con_2 .Content-right{
	float:right;
	width:265px;
	height:auto;
	background:url(../img/mainarea/mainarea/mainleft/tab/gouwu_bg.png) 0 0 no-repeat;
}
.Contentbox #con_3 .Content-right{
	float:right;
	width:265px;
	height:auto;
	background:url(../img/mainarea/mainarea/mainleft/tab/liuxue_bg.png) 0 0 no-repeat;
}
.Contentbox #con_4 .Content-right{
	float:right;
	width:265px;
	height:auto;
	background:url(../img/mainarea/mainarea/mainleft/tab/touzi_bg.png) 0 0 no-repeat;
}
.Contentbox .Content-right p{
	width:265px;
	height:101px;
	padding:10px 0 0px 10px;
	color:#c5894d;
	line-height:110%;
}
.Contentbox .Content-right span{
	color:#f7bf14;
	font-size:14px;
	line-height:150%;
}

/*----------imgLink----------*/
.mesArea .mesbody .imgArea{
	width:530px;
	padding:0 0 0 10px;
}
.mesArea .mesbody .imgArea .imgLink{
	width:80px;
	height:100px;
	text-align:right;
	float:left;
	border:1px solid #f18d00;
	margin:0 5px 0 0;
}

/*----------companyLink----------*/
.companyLinkArea{
	width:540px;
	height:auto;
}
.companyLinkArea .imgLink{
	text-align:left;
	float:left;
	width:178px;
	height:40px;
	margin:0px;
	padding:10px 0 0 0;	
}
.companyLinkArea .imgLink img{
	border:1px solid #dcb393;
}

#tooltip {
	border:0px;
	padding:4px;
	Z-INDEX: 100; 
	VISIBILITY: hidden;
	width:89px;
	height:50px;
	position: absolute;
	margin-top:40px;
	background:url(../img/mainarea/mainleft/brandshowarea/jprmb.gif) 0 0 no-repeat;
}
#tooltip .showImg{
	width:73px;
	height:24px;
	padding:25px 0 15px 8px;
}
#tooltip .showImg p{
	text-align:center;
	line-height:18px;
	font-size:12px;
	color:#f00;
	font-weight:600;
}

/*============================================================
	4-3:mainRightArea
============================================================*/

/*----------searchArea----------*/
.searchArea{
	width:240px;
	height:auto;
	padding:0 0 8px 0;
}
.searchArea .searchtitle{
	width:240px;
	height:35px;
	background:url(../img/mainarea/mainarea/mainright/searchArea/pricesearch_head.png) 0 0 no-repeat;
}
.searchArea .searchtitle img{
	margin:10px 0 0 150px;
}
.searchArea .searchbody{
	width:240px;
	height:auto;
	background:url(../img/mainarea/mainarea/mainright/searchArea/pricesearch_mid.gif) 0 0 repeat-y;
}
.searchArea .searchfooter{
	width:240px;
	height:59px;
	background:url(../img/mainarea/mainarea/mainright/searchArea/pricesearch_foot.gif) 0 0 no-repeat;
}
.searchArea input.keyword{
	width:220px;
	height:20px;
	font-size:12px;
	font-weight:500;
	color:#f18d00;
	margin:10px 0 0 0;
	padding-top:4px;
	padding-left:4px;
	vertical-align:middle;
}
.searchArea li select{
	width:130px;
	color:#f18d00;
}

.searchArea li option{
	color:#f18d00;
	width:130px;
}
.searchArea ul{ 
	width:240px;
	padding:10px 0 0 0;
}
.searchArea li{ 
	width:240px;
	height:30px;
}
.searchArea li h3{ 
	float:left;
	color:#54321d;
	width:70px; 
	font-size:12px;
	padding:3px 0 0 25px;
}

.searchArea .searchbtn{
	float:right;
	width:129px; 
	height:29px;
	margin:0 5px 0 0;
	padding:3px 0 0 0;
	border:0px;
	cursor:hand;
}

/*----------guides----------*/
.searchgd{ 
	width:240px; 
	height:auto; 
	padding: 0 0 8px 0;
}
.searchgd .head{ 
	background:url(../img/mainarea/mainarea/mainright/guides/guides_header.gif) 0 0 no-repeat; 
	width:240px; 
	height:35px;
}
.searchgd .searchbody{ 
	background:url(../img/mainarea/mainarea/mainright/guides/guides_mid.gif) 0 0 repeat-y; 
	width:240px; 
	height:auto;
}
.searchgd .foot{ 
	background:url(../img/mainarea/mainarea/mainright/guides/guides_footer.gif) 0 0 no-repeat; 
	width:240px; 
	height:5px;
}
.searchgd ul{ 
	width:225px; 
	padding-top:6px; 
	padding-left:15px;
}
.searchgd li{ 
	width:225px;
	height:24px; 
	padding:5px 0 0 0;
}
.searchgd li h3{ 
	font-weight:500; 
	float:left;
	width:70px; 
	font-size:12px; 
	padding:0 10px 0 0; 
}
.searchgd li .se{ 
	float:left; 
	width:130px;
	color:#f18d00;
}
.searchgd li .se option{
	color:#f18d00;
}
.gdbtn{ 
	width:131px; 
	height:31px;
	margin:3px 0 0px 100px;
	border:0px;
	cursor:hand;
}

/****spMes*******/
.spMes{
	width:240px;
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
}
.spMesTitle{
	width:240px;
	height:35px;
	background:url(../img/mainarea/mainarea/mainright/spMes/special_header.gif) 0 0 no-repeat;
}
.spMesBody{
	width:238px;
	height:auto;
	border-left:1px #f18d00 solid;
	border-right:1px #f18d00 solid;
	border-bottom:1px #f18d00 solid;
}
.spMes .spSinMes{
	display:block;
	width:232px;
	height:auto;
	background:url(../img/mainarea/mainarea/mainright/spMes/special_bodybg.gif) right bottom #fff no-repeat;
	border:1px solid #c6c2aa;
	overflow:hidden;
	margin: 0 2px 5px 2px;
	padding:0 0 2px 0;
}
.spMes img{
	float:left;
	width:70px;
	height:70px;
	padding:10px;
}
.spMes .heading a{
	text-align:left;
	float:right;
	width:140px;
	color:#f18d00;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
	padding:10px 0 0 0;
}
.spMes p{
	text-align:left;
	float:right;
	width:140px;
	line-height:14px;

}

/*============================================================
	4-4:footerArea
============================================================*/
#footer , #footerArea { height:auto;}
#footer { background:#fff; }
	body #footer-innerbox {
		width:960px;
		margin:0 auto;
		text-align:right;
	}
	body #footer-innerbox #txtArea{
		padding:5px 0px 5px 0;
	}
	body #footer-innerbox #txtArea p{
		font-size:12px;
		color:#553724;
	}
	body #footer-innerbox #txtArea a:link{
		color:#848484;
	}
	body #footer-innerbox #txtArea a:visited{
		color:#848484;
	}
	body #footer-innerbox #txtArea a:hover{
		color:#848484;sd
	}
	body #footer-innerbox #txtArea a:active{
		color:#848484;
	}

#footer address {
	margin-top:4px;
	display:block;
	width:350px;
	height:28px;
	float:right;
	font-size:12px;
	color:#553724;
}

/*============================================================
	5: -etc
============================================================*/
span.clear {
	display:none;
}
br.clear{
	clear:both;
}
strong.emphasis {
	color:#665a16;
}
.gif {}
* html .gif {
	/*behavior: expression(IEPNGFIX.fix(this));*/
}
h4.gray { color:#555 !important; }
/*=================================================*/

