body {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color:#ececec;
	background-image:url(images/shadowbg.png);
	background-repeat:repeat-x;
	background-attachment: fixed;
}
img{border:0}
.css_table{
	width:1200px; 
	margin-left: auto;
    margin-right: auto;
	background-color:#ffffff;
}
h1 {
	color:#ffffff;
	
}

.top {
	width:1200px; 
	position:fixed;
	background-color:#ffffff;
	z-index:9999;
}

.logo {
	float: right;
	height: 70px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	width: 200px;
	text-align:center;
	color:#077b05;
	font-size:14px;
}
@font-face {
	font-family: CenturySchoolbook;
  src: url(fonts/CenturySchoolbook.eot); /* IE9 Compat Modes */
  src: url(fonts/CenturySchoolbook.eot?#iefix) format("embedded-opentype"), /* IE6-IE8 */
       url(fonts/CenturySchoolbook.woff) format("woff"), /* Modern Browsers */
       url(fonts/CenturySchoolbook.ttf) format("truetype"), /* Safari, Android, iOS */
       url(fonts/CenturySchoolbook.svg#SealmemoryHeader) format("svg"); /* Legacy iOS */
	
}
.menu {
	border: none;
	display: inline;
	float: left;
	height: 35px;
	width: 820px;
	color: #a0a0a0;
	font-size:16px;
	margin-top:25px;
	padding-left:20px;
	font-family: CenturySchoolbook;
}

.menu a.current {
  border-bottom:2px solid #a0a0a0; 
 style of arrow underline 
padding-bottom:8px;
}
.menu ul.arrowunderline{
list-style-type:none;
margin:0;
padding:0;
text-align:center; /* enter "left", "right", or "center" to orient the menu accordingly */
font: bold 16px;
}

.menu ul.arrowunderline li{
display:inline;
margin-right:22px; /* spacing between each menu item */
}

.menu ul.arrowunderline li a{
position:relative;
color:black;
padding-bottom:8px; /*spacing between each menu item and arrow underline beneath it */
text-decoration:none;
color: #a0a0a0;
}

.menu ul.arrowunderline li.active {
border-bottom:2px solid #a0a0a0; 

/* style of arrow underline */
padding-bottom:8px;
left:50%;

}

.menu ul.arrowunderline li a:hover{
border-bottom:2px solid #a0a0a0; /* style of arrow underline */
}

.menu ul.arrowunderline li a:hover:after{ /* use CSS generated content to add arrow to the menu */
content:'';
width:0;
height:0;
position:absolute;
left:50%;
margin-left:-5px; /* value should match border-width below */
bottom: 0;
border-width:5px; /* value should match margin-left above */
border-style:solid;
border-color: transparent transparent #a0a0a0 transparent; /* create up arrow */
}
.main {
	width: 1200px;
	height: 700px;
}
.aboutus {
	width: 1200px;
	min-height: 700px;
	background-color:#828483;
	padding-top:100px;
	padding-bottom:30px;
}
.craftst {
	color:#ffffff;
	font-size:25px;
	line-height:30px;
}

.crafts1 {
	color:#ffffff;
	font-size:16px;
	line-height:30px;
}

.about1t {
	color:#ffffff;
	font-size:25px;
	font-weight:bold;
}
.about1 {
	color:#ffffff;
	font-size:16px;
	line-height:30px;
}
.about2t {
	color:#1e1818;
	font-size:25px;
	font-weight:bold;
}
.about2 {
	color:#1e1818;
	font-size:16px;
	line-height:30px;
}
.about3 {
	color:#1e1818;
	text-align:left;
	font-size:20px;
	line-height:30px;
	list-style:circle;
	
}


.lines {
	position: relative; 
	margin-top: -140px;
	margin-left: 8%;
    margin-right: 8%;
	width:1000px;
	border: none;
	display: inline;
	float: left;
	Z-INDEX: 9999;
	}
.linkbox1 {
	border-style:none;
	float: left;
	height: 1s20px;
	margin-left: 0px;
	margin-top: 0px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 20px;
	padding-top: 10px;
	width: 310px;
	
}
.linkbox2 {
	display: block;
	float: left;
	height: 120px;
	margin-left: 11px;
	margin-top: 0px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 20px;
	padding-top: 10px;
	width: 310px;
}
.linkbox3 {
	display: block;
	float: left;
	height: 120px;
	margin-left: 11px;
	margin-top: 0px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 10px;
	width: 310px;
}

@font-face {
	font-family: Century Gothic;
  src: url(fonts/CenturyGothic.eot); /* IE9 Compat Modes */
  src: url(fonts/CenturyGothic?#iefix) format("embedded-opentype"), /* IE6-IE8 */
       url(fonts/CenturyGothic.woff) format("woff"), /* Modern Browsers */
       url(fonts/CenturyGothic.ttf) format("truetype"), /* Safari, Android, iOS */
       url(fonts/CenturyGothic.svg#SealmemoryHeader) format("svg"); /* Legacy iOS */
	
}
.bottom {
	font-family: Century Gothic;
	height: 50px;
	background-color:#3a3230;
	width: 1200px;
	text-align:center;
	color:#b5b5b6;
	font-size:12px;
}
.bottom a:link{
	 color: #b5b5b6;
	 text-decoration:none;
	 }
.bottom a:active{
	 color: #b5b5b6;
	  
	 }
.bottom a:visited{
	 color: #b5b5b6;
	 }
.bottom a:hover{
	color:#cccccc;
}
.contact {
	padding-top:100px;
	width: 1200px;
	min-height: 700px;
	background-color:#898989;
}

.news {
	padding-top:100px;
	width: 1200px;
	min-height: 700px;
	background-color:#898989;
}
.products {
	padding-top:100px;
	width: 1200px;
	min-height: 700px;
	background-color:#898989;
}
.products2 {
	padding-top:100px;
	width: 1200px;
	min-height: 700px;
	background-color:#898989;
}

.subNav a:link{
	 color: #ffffff;
	 text-decoration:none;
	 }
.subNav a:active{
	 color: #ffffff;
	 }
.subNav a:visited{
	 color: #ffffff;
	 }
.subNav a:hover{
	color:#ffffff;
}
.subNavBox ul, ol, li,fieldset, input, blockquote { margin: 0; padding: 0; }
.subNavBox ol, ul { list-style: none; }
.subNavBox a{ text-decoration:none;}
.subNavBox {width:150px;}
.subNav{cursor:pointer;font-weight:bold;font-size:14px;color:#ffffff;line-height:28px;padding-left:0px;background:url(images/jiantou1.png) no-repeat;background-position:95% 50%}
.subNav:hover{color:#fff462;}
.currentDd{color:#fff462}
.currentDt{background-image:url(images/jiantou.png);}
.navContent{display: none;}
.navContent li a {display:block; 
width:145px; height:28px; text-align:left; font-size:14px; line-height:28px; color:#ffffff; padding-left:5px; }
.navContent li a:hover{color:#fff462;}
.left {
	width:200px;
    height:536px;
	float:left;
	padding:0;
	margin:0 0 5px 140px;
	background-color:#ffffff;
	
}

.newslist ul li{
	list-style-image:url(images/li.png);
	line-height:25px;
	margin-left:-5px;
	margin-top:10px;	
	}

.right{
	width:920px;
   min-height:520px;
	float:left;
	padding:0;
	margin:0px 0 5px 140px;	
	background-color:#ffffff;
}
.imgtxt {
	font-size:12px;
	color:#999999;
	
}
.fqa {
	width: 1200px;
	min-height: 700px;
	background-color:#828483;
	padding-top:100px;
	padding-bottom:30px;
}
.qa_showall{
	padding-top:10px;
	color: #ffffff;
	
}
.qa_showall a{
	text-decoration:none;	
}
.qa_showall a:link{
	 color: #fff462;
	 }
.qa_showall a:active{
	 color: #fff462;
	 }
.qa_showall a:visited{
	 color: #fff462;
	 }
.qa_showall a:hover{
	color:#f4e414;
	text-decoration:none;	
}
#qaContent ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#qaContent {
	width: 745px;
	
	margin-left:100px;
}
#qaContent h2 {
	color:#ffffff;
}
#qaContent ul.accordionPart {
	margin: 20px 10px 50px 5px;
	font-family: CenturySchoolbook;
}
#qaContent ul.accordionPart li {
	border-bottom: solid 1px #e3e3e3;
	padding-bottom: 12px;
	margin-top: 12px;
}

#qaContent ul.accordionPart li .qa_title {
	background: url(images/icon_q_a.png) no-repeat 0px 2px;
	color: #ffffff;
	cursor: pointer;
}
#qaContent ul.accordionPart li .qa_title_on {
	color: #fdeded;
}
#qaContent ul.accordionPart li .qa_content {
	margin: 6px 0 0;
	background: url(images/icon_q_a.png) no-repeat 0px -24px;
	padding-left: 28px;
	color: #dddddd;
}

#num {
	color: #fff462;
	padding-right: 18px;
	font-size:18px;
	text-decoration:none;
	font-family: CenturySchoolbook;
	
}

.nw_showall a{
	text-decoration:none;	
}
.nw_showall a:link{
	 color: #fff462;
	 }
.nw_showall a:active{
	 color: #fff462;
	 }
.nw_showall a:visited{
	 color: #fff462;
	 }
.nw_showall a:hover{
	color:#f4e414;
	text-decoration:none;	
}
#nwContent ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nwContent {
	width: 745px;
	
	margin-left:0px;
}
#nwContent h2 {
	color:#ffffff;
}
#nwContent ul.accordionPart {
	margin: 10px 10px 10px 0px;
	font-family: CenturySchoolbook;
}
#nwContent ul.accordionPart li {
	padding-bottom: 12px;
	margin-top: 0px;
}

#nwContent ul.accordionPart li .nw_title {
	color: #b89572;
	cursor: pointer;
}
#nwContent ul.accordionPart li .nw_title_on {
	color: #b89572;
}
#nwContent ul.accordionPart li .nw_content {
	margin: 1px 0 0;
	padding-left: 0px;
	color: #000000;
}

.news a:link {color: #b89572;
text-decoration:none;}
.news a:visited {color: #b89572;}
.news a:active {color: #b89572;}
.news a:hover {color: #845a30;}


.conleft {
	width:250px;
    height:520px;
	float:left;
	padding:0;
	margin:0 0 5px 140px;
	color:#ffffff;
}
.conleft a:link {color: #ffffff;
text-decoration:none;}
.conleft a:visited {color: #ffffff;}
.conleft a:active {color: #ffffff;}
.conleft a:hover {color: #dcdddd;}
.conright{
	width:570px;
   height:450px;
	float:left;
	padding-left:25px;
	margin:0px 0 5px 20px;	
	background: url(images/conbg.png);
	background-repeat:no-repeat;
	
}
.proleft {
	width:150px;
    height:520px;
	float:left;
	padding:0;
	margin:0 0 5px 140px;
	color:#ffffff;
	
}
.proright{
	width:720px;
   height:650px;
	float:left;
	padding-left:15px;
	margin:0px 0 5px 20px;	
	background: url(images/probg.png);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	
}
.proright2 {
	width:720px;
   min-height:650px;
	float:left;
	padding-left:15px;
	margin:0px 0 20px 20px;	
	background: url(images/probg.png);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	
}
.proright3 {
	width:720px;
   height:650px;
	float:left;
	padding-left:15px;
	margin:0px 0 5px 20px;	
	background: url(images/probg.png);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	overflow-y:auto;
	scrollbar-base-color: #993333;
	scrollbar-3dlight-color: #993333;
	scrollbar-highlight-color: #BF4649;
	scrollbar-track-color: #EBEBEB;
	scrollbar-arrow-color: black;
	scrollbar-shadow-color: #BF4649;
	scrollbar-dark-shadow-color: #BF4649;
}
.proright3::-webkit-scrollbar{
width:16px;
background-color:#cccccc;
} 
.proright3::-webkit-scrollbar-thumb{
background-color:#993333;
border-radius:10px;
}
.proright3::-webkit-scrollbar-thumb:hover{
background-color:#BF4649;
border:1px solid #333333;
}
.proright3::-webkit-scrollbar-thumb:active{
background-color:#BF4649;
border:1px solid #333333;
} 
.proright3::-webkit-scrollbar-track{
border:1px gray solid;
border-radius:10px;
-webkit-box-shadow:0 0 6px gray inset;
} 
.proright4 {
	width:720px;
   height:650px;
	float:left;
	padding-left:15px;
	margin:0px 0 5px 20px;	
	background: url(images/probg.png);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	overflow-y:auto;
}
.dot {
	width:680px;
	margin-left: 20px;
	margin-top: 20px;
	height:1px;
	background-color:#c4c4c4;
}
.showbox {
		width: auto;
		height: 350px;
		vertical-align: middle;
		text-align:center;
		margin-top:50px;
	}
	.abgne-block-20120106 {
		margin-top: 20px;
		width: 660px;
		overflow: hidden;
		margin-left:50px;
	}
	.abgne-block-20120106 a {
		margin-right: 10px;
	}
	.abgne-block-20120106 a img {
		width: auto;
		height: 30px;
		border: 1px solid #cccccc;
		vertical-align: middle;
	}