/*Page Description*/
.PDInner p{
	float:left;
	width:500px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	}
.PDInner span{
	float:right;
	}
.PDInner span a{
	float:right;
	padding-right:5px;
	}
.PDInner span img{
	margin-top:3px;
	}
.PDInner dl{
	width:400px;
	float:right;
	overflow:hidden;
	}
.PDInner dl dd{
	float:left;
	overflow:hidden;
	padding-right:3px;
	padding-left:10px;
	border-right:1px #ADAB9F solid;
	height:24px;
	overflow:hidden;
	line-height:30px;
	float:right;
	}
.PDInner dl dd a:link,.PDInner dl dd a:visited{
	color:#DA7D79;
	font-size:11px;
	font-family:Arial;
	}
.PDInner dl dt{
	float:right;
	overflow:hidden;
	padding-top:5px;
	padding-left:10px;
	}
.PDInner dl dt a:link,.PDInner dl dt a:visited{
	color:#DA7D79;
	font-size:11px;
	font-family:Arial;
	}
/*Head*/
.Logo{
	float:left;
	height:77px;
	overflow:hidden;
	}
.Logo img{
	margin-top:5px;
	}
.HeadRight{
	float:right;
	height:77px;
	width:280px;
	overflow:hidden;
	}
.HeadRight dl{
	margin-top:10px;
	}
.HeadRight dd{
	width:122px;
	height:21px;
	line-height:21px;
	overflow:hidden;
	background:url(../images/ico.gif) 0px -250px no-repeat;
	text-indent:5px;
	float:right;
	}
.HeadRight dd a,.HeadRight dd a:link,.HeadRight dd a:visited{
	margin-left:5px;
	color:#FFF;
	}
.HeadRight dd a:hover{
	text-decoration:underline;
	}
.HeadRight ul{
	margin-top:15px;
	}
.HeadRight li{
	float:left;
	margin-left:10px!important;
	margin-left:5px;
	}
.HeadRight #t1{
	background:#FFF url(../images/ico.gif) 4px 2px no-repeat;
	}
.HeadRight #t2{
	background:#FFF url(../images/ico.gif) -135px 2px no-repeat;
	}
.HeadRight #t3{
	background:#FFF url(../images/ico.gif) 3px -97px no-repeat;
	}
.HeadRight a{
	margin-left:19px;
	}
.HeadRight a:link,.HeadRight a:visited{
	text-decoration:none;
	}
.HeadRight a:hover{
	text-decoration:underline;
	}
/*Nav*/
.Nav li{
	float:left;
	width:87px;
	height:30px;
	line-height:30px;
	text-align:center;
	overflow:hidden;
	background:url(../images/ico.gif) right -450px no-repeat;
	}
.Nav li span{
	font-weight:bold;
	}
.Nav li a:link,.Nav li a:visited{
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	}
.Nav li a:hover{
	color:#FFF9D1;
	}
.Nav .Current{
	background:url(../images/ico.gif) right -400px no-repeat;
	}
.Nav dt{
	float:left;
	line-height:30px;
	color:#FFF;
	background:url(../images/ico.gif) -240px -350px no-repeat;
	width:10px;
	text-indent:15px;
	overflow:hidden;
	height:30px;
	}
.Nav dd{
	float:left;
	line-height:30px;
	height:30px;
	color:#FFF;
	margin-left:10px;
	font-weight:bold;
	background:url(../images/ico.gif) -100px -300px no-repeat;
	text-indent:20px;
	margin-left:10px;
	}
/*Body*/
/*Left*/
.CategoriesIndex{
	height:92px;
	background:url(../images/catebg.jpg) no-repeat;
	padding-top:7px;
	}
.CategoriesIndex p{
	color:#F32200;
	font-weight:bold;
	font-size:14px;
	height:25px;
	line-height:25px;
	text-indent:10px;
	clear:both;
	}
.CategoriesIndex dl{
	clear:both;
	margin-left:10px;
	margin-top:36px;
	}
.CategoriesIndex dd{
	float:left;
	margin-left:5px;
	line-height:14px;
	height:14px;
	}
.CategoriesIndex dd img{
	margin-top:2px;
	}
.CategoriesIndex dd a:link,.CategoriesIndex dd a:visited{
	color:#F32200;
	font-size:11px;
	text-decoration:underline;
	}
.CategoriesIndex dd a:hover{
	color:#F32200;
	font-size:11px;
	text-decoration:none;
	}


ul.topnav {
	list-style: none;
	padding: 0 20px;	
	margin: 0;
	float: left;
	width: 920px;
	background: #222;
	font-size: 1.2em;
	
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 10px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
	}
ul.topnav li a{
	padding: 0px 5px;
	color: #F32200;
	display: block;
	text-decoration: none;
	float: left;
	position:absolute;
	z-index:10;
	width: 150px;
	height: 35px;
	line-height: 35px;
	}
ul.topnav li p { /*--Drop down trigger styles--*/
	width: 210px;
	height: 30px;
	float: left;
	position:absolute;
	background: url(../images/subnav_btn.gif) 195px top no-repeat;
	z-index:100;
	}
ul.topnav li p.subhover {background-position: 195px -35px; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 28px;
	background: #FFE6BD;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 210px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #FFC25E;
	}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #FFC25E; /*--Create bevel effect--*/
	border-bottom: 1px solid #FFE6BD; /*--Create bevel effect--*/
	clear: both;
	width: 210px;
	height:20px;
	overflow:hidden;
	background:#FFE6BD;
	line-height:20px;
	}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 190px;
	background: #FFE6BD url(../images/dropdown_linkbg.gif) no-repeat 10px 6px;
	padding:0px;
	padding-left: 20px;
	line-height:20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #FFFCEC; 
	line-height:20px;
}

.Categories{
	margin:0px;
	}
.Categories p{
	font-size:15px;
	font-weight:bold;
	line-height:30px;
	height:30px;
	color:#F32200;
	text-indent:10px;
	background:url(../images/catebg.jpg) no-repeat;
	overflow:hidden;
	}
.Categories ul{
	}
.Categories li{
	line-height:18px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin-top:1px;
	background:#FFE6BD;
	border-bottom:1px #FFC25E solid;
	}
.Categories li ul{ 
	margin-top:0px;
	}
.Categories li ul li{
	font-weight:normal;
	margin-top:0px;
	}
.Categories li ul li a:link,.Categories li ul li a:visited{
	background:none;
	width:200px;
	padding-left:20px;
	font-size:11px;
	color:#F32200;
	}
.Categories li ul li a:hover{
	background:#FFFCEC url(../images/ico.gif) 10px -150px no-repeat;
	background:none;
	color:#ED0000;
	width:200px;
	}
.Categories li a:link,.Categories li a:visited{
	display:block;
	background:url(../images/ico.gif) 10px -498px no-repeat;
	width:200px;
	padding-left:20px;
	font-size:11px;
	color:#F32200;
	}
.Categories li a:hover{
	background:#FFFCEC url(../images/ico.gif) 10px -148px no-repeat;
	padding-left:20px;
	color:#ED0000;
	}
.Categories .Sub{
	width:160px;
	height:14px;
	line-height:14px;
	margin-left:5px;
	text-indent:10px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-weight:normal;
	margin-top:2px;
	}
.SubCate{
	clear:both;
	}
.SubCate li{
	width:31%;
	line-height:20px;
	height:20px;
	background:#FEEFD3;
	margin-right:10px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	float:left;
	text-align:center;
	margin-top:3px;
	margin-bottom:3px;
	}
.Search{
	margin-top:25px;
	}
.Search form{
	margin-top:10px;
	margin-left:10px;
	}
.Search select{
	width:164px;
	overflow:hidden;
	}

.SearchInput{
	width:200px;
	height:22px;
	background:url(../images/ico.gif) 0px -250px no-repeat;
	border:0px;
	text-indent:10px;
	color:#666;
	font-family:"Arial";
	font-size:11px;
	overflow:hidden;
	margin:0px;
	float:left;
	vertical-align:middle;
	padding-top:4px;
	padding-left:10px;
	}
.SearhBt{
	width:52px;
	height:22px;
	line-height:22px;
	background:url(../images/ico.gif) 0px -350px no-repeat;
	border:0px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	font-family:"Arial";
	margin:0px;
	padding:0px;
	float:left;
		}
.Tag{
	margin-top:25px;
	clear:both;
	height:100%;
	}
.Tag ul{
	margin-top:10px;
	}
.Tag li{
	height:20px;
	line-height:20px;
	float:left;
	white-space:nowrap;
	margin-right:10px;
	}
.ContactIndex{
	margin-top:15px;
	}
.ContactIndex .Title,.Rss .Title{
	height:24px;
	line-height:24px;
	clear:both;
	background:url(../images/ico.gif) 0px -751px;
	}
.ContactIndex .Title p,.Rss .Title p{
	float:left;
	font-size:15px;
	color:#F32200;
	background:url(../images/ico.gif) 0px -700px;
	padding:0px 10px;
	line-height:22px;
	height:24px;
	width:80px;
	font-weight:bold;
	}
.ContactIndex .Title span{
	float:right;
	font-family:"Arial";
	padding-right:5px;
	}
.ContactIndex .Title span a:link,.ContactIndex .Title span a:visited{
	color:#F32200;
	}
.ContactIndex .Title span a:hover{
	text-decoration:underline;
	}
.ContactIndex ul{
	margin-top:5px;
	}
.ContactIndex li{
	clear:both;
	height:18px;
	line-height:18px;
	overflow:hidden;
	}
.ContactIndex img{
	margin-top:5px;
	margin-right:10px;
	}
.ContactIndex li p{
	float:left;
	margin-top:0px;
	font-weight:bold;
	font-size:11px;
	height:22px;
	line-height:22px;
	border:0px;
	margin-right:5px;
	background:none;
	color:#666;
	}
.ContactIndex li span{
	float:left;
	margin-top:0px;
	font-weight:normal;
	font-size:11px;
	height:22px;
	line-height:22px;
	border:0px;
	}
.ContactIndex li span a{
	font-size:11px;
	}
.Rss{
	margin-top:20px;
	}
.Rss ul{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	}
.Rss li{
	height:25px;
	overflow:hidden;
	}
/*Right*/
.Dir{
	height:30px;
	line-height:30px;
	}
.Dir a:link,.Dir a:visited{
	text-decoration:underline;
	}
.Banner{
	height:470px;
	width:410px;
	overflow:hidden;
	float:right;
	margin-right:10px;
	}
.Index {
	float:left;
	width:263px;
	overflow:hidden;
	}
.Index .Title{
	height:24px;
	line-height:24px;
	clear:both;
	background:url(../images/ico.gif) 0px -751px;
	}
.Index .Title p{
	float:left;
	font-size:15px;
	color:#F32200;
	background:url(../images/ico.gif) 0px -700px;
	padding:0px 10px;
	line-height:22px;
	height:24px;
	width:80px;
	font-weight:bold;
	}
.Index .Title span{
	float:right;
	font-family:"Arial";
	padding-right:5px;
	}
.Index .Title span a:link,.Index .Title span a:visited{
	color:#F32200;
	}
.Index .Title span a:hover{
	text-decoration:underline;
	}
.NewsIndex{
	margin-top:15px;
	}
.NewsIndex .NewsImage{
	float:left;
	width:85px;
	overflow:hidden;
	margin-top:15px;
	}
.NewsIndex dl{
	float:right;
	width:160px;
	overflow:hidden;
	}
.NewsIndex dt{
	width:160px;
	white-space:nowrap;
	overflow:hidden;
	height:25px;
	line-height:25px;
	margin-top:5px;
	text-overflow:ellipsis;
	}
.NewsIndex dt a:link,.NewsIndex dt a:visited{
	color:#F32200;
	text-decoration:underline;
	font-weight:bold;
	}
.NewsIndex dd{font-size:12px;}
.NewsIndex ul{
	clear:both;
	border-top:1px #DDD solid;
	margin-right:10px;
	margin-top:15px;
	padding-top:10px;
	}
.NewsIndex li{
	background:url(../images/ico.gif) 0px -550px no-repeat;
	text-indent:10px;
	height:20px;
	line-height:20px;
	width:240px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	}
.NewsIndex li a:link,.NewsIndex li a:visited{
	font-size:11px;
	}
.NewsIndex li a:hover{
	font-size:11px;
	}
.AboutIndex{
	line-height:20px;
	overflow:hidden;
	margin-top:15px;
	}
.About{
	margin:0px;
	margin-top:15px;
	font-size:11px;
	word-break:break-all;
	text-align:justify;
	color:#F32200;
	line-height:13px;
	}
.About .NewsImage{
	float:left;
	width:85px;
	overflow:hidden;
	margin-right:8px;
	}
.FeaturedProduct{
	margin-top:20px;
	height:210px;
	line-height:20px;
	border-left:1px #DFDFDF solid;
	border-right:1px #DFDFDF solid;
	border-bottom:1px #DFDFDF solid;
	overflow:hidden;
	}
.PPics li{
	width:125px;
	height:165px;
	float:left;
	text-align:center;
	margin-left:25px!important;
	margin-left:20px;
	margin-right:15px;
	margin-top:20px;
	overflow:hidden;
	}
.PPics li p {
	width:118px;
	height:118px;
	text-align:center;
	border:1px #DDD solid;
	vertical-align: middle;
	overflow:hidden;
	background:#FFF;
	}
.PPics li img{
	max-width:110px;   
	max-height:110px; 
	vertical-align:middle;
	margin:4px;
	}
.PPics li span{
	display:block;
	line-height:14px;
	margin-top:5px;
	font-size:11px;
	width:125px;
	text-align:left;
	}
.PPics li span a{
	font-size:11px;
	}
.PPics li span input{
	margin-bottom:20px;
	float:left;
	}
.PTxts{
	clear : both; 
	margin:10px;
	}
.PTxts li { 
	width : 47%; 
	height : 150px; 
	line-height :16px; 
	text-align : left; 
	float : left;
	overflow : hidden; 
	margin-top : 10px; 
	margin-right : 15px; 
	} 
.PTxts li p { 
	width:118px;
	height:118px;
	text-align:center;
	border:1px #DDD solid;
	vertical-align: middle;
	overflow:hidden;
	float:left;
	margin-right:15px;
	} 
.PTxts li p img{
	max-width:110px;   
	max-height:110px; 
	vertical-align:middle;
	margin:4px;
	}
.PTxts li a:link,.PTxts li a:visited{
	color:#000000;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	}
.PTxts li a:hover { 
	color : #F32200; 
	font-weight : bold; 
	font-size : 12px; 
	text-decoration : none; 
	} 
.PTxts li span { 
	display : block; 
	line-height:16px;
	margin-top:10px;
	} 
.PTxts li input{
	float:left;
	}
.PTxts dl{
	height:24px;
	margin-top:10px;
	overflow:hidden;
	}
.PTxts dl dd{
	line-height:22px;
	float:left;
	font-weight:normal;
	text-align:center;
	margin-right:5px;
	BACKGROUND: url(../images/ico.gif) 0px -200px no-repeat;
	width:70px;
	height:24px;
	}
.PTxts dl dd a,.PTxts dl dd a:link,.PTxts dl dd a:visited{
	width:70px;
	height:24px;	
	color:#A86C00;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	}
.PTxts dl dd a:hover{
	color:#CC8300;
	font-weight:normal;
	}
/*List*/
.NewsList{
	margin:15px;
	}
.NewsList li{
	line-height:20px;
	margin-bottom:20px;
	clear:both;
	height:90px;
	overflow:hidden;
	}
.NewsList p{
	line-height:25px;
	}
.NewsList a:link,.NewsList a:visited{
	font-weight:bold;
	color:#666;
	}
.NewsList a:hover{
	font-weight:bold;
	color : #F32200; 
	}
.NewsList p a:link,.NewsList p a:visited{
	font-size:14px;
	font-weight:bold;
	color:#666;
	}
.NewsList p a:hover{
	font-size:14px;
	font-weight:bold;
	color : #F32200; 
	}
.ListNum { 
clear : both; 
text-align:center;
margin:20px 0px;
color:#040404;
	} 
.ListNum a:link, .ListNum a:visited { 
padding : 2px 5px; 
background : #f6f6f6; 
border : 1px #dddddd solid; 
text-decoration:none;
color:#040404;
	} 
.ListNum a:hover { 
background : #ffdf7e; 
border : 1px #ffd000 solid; 
text-decoration:none;
color:#F32200;
	} 
/*Detail*/
.MainTitle{
	height:25px;
	line-height:25px;
	clear:both;
	background:url(../images/ico.gif) 0px -751px;
	}
.MainTitle p{
	float:left;
	font-size:15px;
	color:#F32200;
	background:url(../images/ico.gif) 0px -700px;
	padding:0px 10px;
	height:25px;
	line-height:20px;
	padding-right:35px;
	font-weight:bold;
	}
.MainTitle span{
	float:right;
	font-family:"Arial";
	padding-right:5px;
	}
.Detail{
	margin:10px;
	}
.Detail .DetailInfo{
	clear:both;
	height:100%;
	overflow:hidden;
	}
.Detail .DetailInfo .Left{
	float:left;
	width:350px;
	overflow:hidden;
	padding:0px;
	border:0px;
	}
.Detail .DetailInfo .Left p{
	width:335px;
	height:280px;
	text-align:center;
	border:1px #DDD solid;
	vertical-align: middle;
	overflow:hidden;
	margin:0px;
	}
.Detail .DetailInfo .Left span{
	display:block;
	text-align:center;
	line-height:25px;
	}
.Detail .DetailInfo .Left p img{
	max-width:250px;   
	max-height:250px; 
	vertical-align:middle;
	margin:5px;
	}
.Detail .DetailInfo .Left ul{
	margin-left:28px;
	margin-top:10px;
	clear:both;
	}
.Detail .DetailInfo .Left li{
	width:60px;
	float:left;
	margin-bottom:10px;
	}
.Detail .DetailInfo .Left li p{
	width:40px;
	height:40px;
	text-align:center;
	border:1px #DDD solid;
	vertical-align: middle;
	overflow:hidden;
	}
.Detail .DetailInfo .Left li p img{
	max-width:35px;   
	max-height:35px; 
	vertical-align:middle;
	margin:2px;
	}
.Detail .DetailInfo .Right{
	float:right;
	width:330px;
	overflow:hidden;
	}
.Detail .DetailInfo b{
	font-size:14px;
	line-height:30px;
	}
.Detail .DetailInfo .Right li{
	border-bottom:1px #DDD dotted;
	clear:both;
	line-height:26px;
	}
.Detail .DetailInfo .Right li p{
	float:left;
	width:90px;
	}
.Detail .DetailInfo .Right li a{
	font-weight:bold;
	}
.Detail .DetailInfo .Right .Abstract{
	line-height:16px;
	margin-top:10px;
	margin-bottom:10px;
	}
.Product{
	margin:15px;
	}
.Info{
	clear:both;
	margin-bottom:10px;
	line-height:16px;
	}
.Info dt, .NewsRelated p{
	font-size:15px;
	font-weight:bold;
	color:#F32200;
	height:30px;
	line-height:30px;
	border-bottom:1px #DDD solid;
	width:100%;
	overflow:hidden;
	}
.Info dt span{
	float:left;
	}
.Info dt img{
	float:right;
	margin-top:7px;
	margin-left:5px;
	}
.Info dd{
	margin-top:10px;
	margin-bottom:10px;
	}

.ContactNow{
	background:#FEEFD3;
	height:25px;
	line-height:25px;
	overflow:hidden;
	clear:both;
	}
.ContactNow li{
	float:left;
	margin-left:10px;
	font-weight:bold;
	height:25px;
	line-height:25px;
	}
.ContactNow li img{
	margin-top:2px;
	}

.NewsDetail{
	margin:15px;
	}
.NewsDetail .NewsTitle{
	height:60px;
	line-height:60px;
	font-weight:normal;
	font-size:20px;
	font-family:"黑体";
	color:#D50000;
	text-align:center;
	}
.NewsDetail dt{
	text-align:center;
	height:25px;
	line-height:25px;
	background:#FEEFD3;
	color:#999;
	margin-bottom:10px;
	}
.NewsDetail dt a{
	margin:0px 5px;
	}
.NewsDetail dd{
	text-align:left;
	font-size:14px;
	line-height:20px;
	padding:10px;
	}
.NewsDetail dd p{
	font-size:14px;
	margin-bottom:20px;
	}
.NewsRelated{
	height:100%;
	margin-bottom:10px;
	}
.NewsRelated ul{
	margin:10px 0px;
	}
.NewsRelated li{
	background:url(../images/ico.gif) 0px -550px no-repeat;
	text-indent:10px;
	height:20px;
	line-height:20px;
	width:48%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	float:left;
	}
.AboutDetail{
	margin:10px;
	}
.AboutDetail dt{
	text-align:center;
	height:25px;
	line-height:25px;
	background:#FEEFD3;
	color:#999;
	margin-bottom:10px;
	}
.AboutDetail dt a{
	margin:0px 5px;
	}
.AboutDetail dd{
	text-align:left;
	font-size:14px;
	line-height:20px;
	padding-top:10px;
	}
.AboutDetail dd p{
	font-size:14px;
	margin-bottom:20px;
	}
.AboutDetail li{
	height:25px;
	line-height:25px;
	color:#666;
	border-bottom:1px #DDD dotted;
	overflow:hidden;
	}
.AboutDetail li p{
	width:130px;
	float:left;
	font-weight:bold;
	}
.ContactDetail{
	margin:15px;
	height:100%;
	clear:both;
	float:right;width:300px;overflow:hidden;
	}
.PositionMap{margin-top:15px;float:left;width:400px;overflow:hidden;}
.ContactDetail li{
	width:300px;
	border-bottom:1px #DDD solid;
	clear:both;
	margin-top:10px;
	}
.ContactDetail li span{
	}
.ContactDetail li p{
	}
.ContactDetail li p dd{
	float:left;
	width:200px;
	padding-left:7px;
	}
.ContactDetail li p b{
	display:block;
	clear:both;
	color:#F32200;
	font-size:14px;
	line-height:25px;
	}
.ContactDetail .Department{
	float:left;
	overflow:hidden;
	}
.ContactDetail .Department .DepartmentName{
	font-weight:bold;
	font-size:14px;
	height:25px;
	line-height:25px;
	text-indent:10px;
}
/*Foot*/
.FootNav{
	width:920px;
	height:18px;
	line-height:16px;
	overflow:hidden;
	margin:0px auto;
	background:#FFF url(../images/foot.gif) repeat-x;
	}
.FootNav span{
	float:right;
	width:51px;
	height:18px;
	line-height:16px;
	background:url(../images/ico.gif) 0px -300px no-repeat;
	margin-top:3px;
	overflow:hidden;
	text-align:center;
	margin-right:10px;
}
.FootNav span a:link,.FootNav span a:visited{
	color:#FFF;
	font-size:11px;
	}
.FootNav span a:hover{
	color:#FFF9D1;
	}
.FootNav li{
	float:left;
	margin-left:10px;
	}
.FootNav li a:link,.FootNav li a:visited{
	color:#FFF;
	font-size:11px;
	}
.FootNav li a:hover{
	color:#FFF9D1;
	}
.FootNav dl{
	float:right;
	margin-right:10px;
	height:18px;
	line-height:16px;
	overflow:hidden;
	}
.FootNav dd{
	float:left;
	margin-left:10px;
	}
.FootNav dd a:link,.FootNav dd a:visited{
	color:#FFF;
	font-size:11px;
	}
.FootNav dd a:hover{
	color:#FFF9D1;
	}
.Copyright{
	width:920px;
	text-align:left;
	line-height:38px;
	height:38px;
	margin:0px auto;
	}
.Copyright span{
	float:left;
	line-height:38px;
	font-size:11px;
	}
.Copyright p{
	float:right;
	color:#666;
	}
.Links{
	width:975px;
	clear:both;
	overflow:hidden;
	margin:0px auto;
	margin-top:15px;
	}
.Links p{
	font-weight:bold;
	color:#666;
	float:left;
	margin-right:10px;
	line-height:20px;
	}
.Links li{
	line-height:20px;
	margin-right:10px;
	white-space:nowrap;
	float:left;
	}
.Links a:link,.Links a:visited{
	color:#666;
	}
.Links a:hover{
	color:#F32200;
	}
/*Inquiry*/
.Inquiry p{
	font-size:14px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	border-bottom:1px #DDD solid;
	color:#D50000;
	margin-top:20px;
	clear:both;
	}
.Inquiry ul{
	margin-top:20px;
	clear:both;
	}
.Inquiry li{
	clear:both;
	margin-top:5px;
	}
.Inquiry li p{
	font-size:12px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	border:0px;
	float:left;
	width:100px;
	text-align:right;
	margin:0px;
	margin-right:10px;
	}
.Inquiry li span{
	float:left;
	color:#FF0000;
	margin-right:20px;
	height:30px;
	line-height:30px;
	width:10px;
	}
.Inquiry li input,.Inquiry li img{
	float:left;
	margin-right:5px;
	}
.SendInquiry{
	margin:15px;
	}
	
.TxtList li{
	line-height:25px;
	background:#EDF5F7;
	border-bottom:1px #FFF solid;
	height:25px;
	overflow:hidden;
	}
.TxtList li p{
	float:left;
	width:25px;
	text-align:right;
	line-height:25px;
	padding-right:5px;
	background:#F8FBFC;
	height:25px;
	overflow:hidden;
	}
.TxtList li dl{
	float:left;
	line-height:25px;
	height:25px;
	overflow:hidden;
	}
.TxtList li dl dt{
	width:250px;
	float:left;
	border-left:1px #FFF solid;
	line-height:25px;
	}
.TxtList li dl dt p{
	float:left;
	background:none;
	padding:0px;
	margin-left:5px;
	}
.TxtList li dl dt span{
	float:left;
	}
.TxtList li dl dd{
	width:130px;
	float:left;
	border-left:1px #FFF solid;
	line-height:25px;
	padding-left:5px;
	text-align:center;
	}
.TxtList li dl dd input{
	float:left;
	width:60px;
	border:1px #C2E0E7 solid;
	margin-right:5px;
	margin-top:3px;
	background:#F8FBFC;
	}
	
	
/*Sitemap*/
.Sitemap{
	margin:15px;
	}
.Sitemap p{
	font-size:14px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	border-bottom:1px #DDD solid;
	color:#D50000;
	margin-top:20px;
	clear:both;
	}
.Sitemap p a:link,.Sitemap p a:visited{
	font-size:14px;
	color:#333;
	}
.Sitemap p a:hover{
	color:#F32200;
	}
.Sitemap ul{
	clear:both;
	}
.Sitemap li{
	font-weight:bold;
	background:url(../images/ico.gif) 0px -493px no-repeat;
	line-height:30px;
	clear:both;
	text-indent:10px;
	}
.Sitemap li ul li{
	font-weight:normal;
	line-height:20px;
	margin-right:20px;
	float:left;
	clear:none;
	margin-top:0px;
	background:none;
	}
	
.CategoriesPicShow{
	clear:both;
	height:105px;
	overflow:hidden;
	margin:20px;
}
.infiniteCarousel {
  width: 708px;
  position: relative;
}
.infiniteCarousel .wrapper {
  width: 628px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 105px;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 5px solid #FFFCEC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 4000px; /* single item * n */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 85px;
  width: 85px;
}

.infiniteCarousel ul li img {
    -webkit-transition: border-color 400ms;
}

.infiniteCarousel ul:hover li img {
}

.infiniteCarousel ul:hover li:hover img {
  border-color: #AAA;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(../images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
  outline: 0;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}

.Order{
	}
.Order dl{
	margin-top:10px;
	height:90px;
	overflow:hidden;
	}
.Order dl img{
	float:left;
	margin-right:8px;
	}
.Order dt{
	font-size:14px;
	color:#F32200;
	float:left;
	width:140px;
	clear:right;
	font-weight:bold;
	}
.Order dd{
	font-size:11px;
	}
.ProBanner{
	margin-top:15px;
	clear:both;
	}