*{margin:0px}
html{
	overflow-y: scroll;
	overflow-x: auto
}

body {
	background-image: url(../Images/background.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top center;
	background-color: #f6f6f6;
}


*{
	font-family: trebuchet ms, "\5FAE\8F6F\96C5\9ED1", Simsun, verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	alignment-adjust: middle;
}


p{
	font-size: 12px;
	color: #565656;
}
	

a{
	text-decoration: none;
}


a:hover{
	color: #69c3d7;
}


h2, h2 a{
	color: #C36;
	font-size: 12px;
	letter-spacing: 1.5px;
	font-weight: 600;
	margin-bottom: 10px;
}


h3, h3 a{
	color: #C36;
	font-size: 12px;
	letter-spacing: 1.5px;
	font-weight: 500;
	margin-top: 10px;
}


h4, h4 a{
	color: #C36;
	font-size: 11px;
	letter-spacing: 0.7px;
	font-weight: 500;
	margin-top: 10px;
}


h5, h5 a{
	font-size: 12px;
	letter-spacing: 0.7px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 8px;
}

.redArrowDown{
	background-image: url(../Images/red_arrow_down.png);
	background-repeat: no-repeat;
	background-position: left;
	width: auto;
	padding-left: 15px;
}	

.redArrowRight{
	background-image: url(../Images/red_arrow_right.png);
	background-repeat: no-repeat;
	background-position: left;
	width: auto;
	padding-left: 15px;
}


.redDot{
	background-image: url(../Images/redDot.png);
	background-repeat: no-repeat;
	background-position: left;
	width: auto;
	padding-left: 15px;
}



/*general setting*/



	
#pagewrapper{
	margin: auto;
	width: 1007px;
	height: 400px;
}

#banner{
	width: 1007px;
	height: 60px;
	z-index: 1000;
	position: relative;
}

#mailinglist{
	float: right;
	height: 24px;
	/*
	margin-right:-149px;
	margin-top:-4px;
	*/
	text-align:right;
	position: absolute;
	top: 32px;
	right: 22px;
}

#navigation{
	background: url(../Images/navigation.png);
	width: 998px;
	height: 290px;
	position: relative;
	margin: auto;
}

#menu{
	background: #000;
	width: 840px;
	height: 60px;
	position: absolute;
	top: 230px;
    background-color:rgba(0, 0, 0, 0.5);
	filter:Alpha(opacity=50);
}

#menu p{
	color: #FFF;
	font-size: 14px;
	position: relative;
}
	
.menu_cell{
	width: 120px;
	height: 60px;
}

.menu_cell a{
	text-decoration: none;
	color: #FFF
}

.menu_cell a:hover{
	display: block;
 	width: 120px;
 	height: 60px;
	font-weight: 600;
	line-height: 60px;
	background-color: rgba(163,48,65,0.5);
	filter:Alpha(opacity=50);
}

#news{
	width: 1007px;
	height: 47px;
}

#news_content{
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: white;
	vertical-align: central;
	padding: 5px 15px;
}

.news-paging-links{
	display: none;
}


.show{
	width: 353px;
	height: 400px;
	float: left;
}


#information{
	width: 301px;
	float: left;
}

#ourCompany{
	width: 300px;
	height: 298px;
}

#message{
	width: 300px;
	height: 90px;
}

#footer{
	background: no-repeat;
	width: 1007px;
	height: 67px;
	float: left;
}

  
.clearfix li a {
    display: block;
    width: 100%;
}
  
 
	  
/*navigation settings*/
#navigationSub{
	display: inline;
	float: left;
}

#navigationSub ul{
	list-style-image: url(../Images/red_arrow_right.png);
	margin-left: 13px;
	margin-bottom: 12px;
	margin-top: 0px;
}

#navigationSub ul li{
	margin-bottom: 2px;
}


/*content background settings*/
.box_top_left{
	height: 3px;
	width: 4px;
	background-image: url(../Images/top_left.png);
}

.box_top{
	height: 3px;
	background-image: url(../Images/top.png);
	background-repeat: repeat-x;
}

.box_top_right{
	height: 3px;
	width: 5px;
	background-image: url(../Images/top_right.png);
}

.box_bottom_left{
	height: 3px;
	width: 4px;
	background-image: url(../Images/bottom_left.png);
}

.box_bottom{
	height: 3px;
	background-image: url(../Images/bottom.png);
    background-repeat: repeat-x;
}

.box_bottom_right{
	height: 3px;
	width: 5px;
	background-image: url(../Images/bottom_right.png);
}
	
.box_left{
	width: 4px;
	background-image: url(../Images/left.png);
}
	
.box_content{
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: white;
	vertical-align: top;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	position:relative;
}

	
.box_right{
	width: 5px;
	background-image: url(../Images/right.png);
}
	

/*content settings*/
#content{
	margin: 0;
	padding: 0;
}

#content_top_left{
	width: 250px;
	min-height: 300px;
	float: left;
}

#content_top_right{
	width: 485px;
	min-height: 300px;
	float: left;
}
	
#content_top_right a:hover{
	color: #999;
	text-decoration: none;
}

#content_top_text{
	width: 460px;
	margin-top: 20px;
	padding: 10px;
	float: left;
	text-align: justify;
}

#content_top_text p{
	font-size: 12px;
	letter-spacing: 0.8px;
	line-height: 22px; 
	margin-bottom: 18px;
}

.content_bottom_pro{
	width: 368px;
	float: left;
	text-align: center;
	border-top-style: solid;
	border-color: #CCC;
	border-top-width: thin;
	padding-top: 30px;
}

#content_text{
	width: 600px;
	padding: 10px 125px 30px 10px;
	float: left;
	text-align:justify;
    text-justify: auto;
}

#content_text p{
	font-size: 12px;
	letter-spacing: 0.8px;
	line-height: 22px; 
	margin-top: 18px;
	margin-bottom: 18px;
}

#content_text ul{
	list-style-image: url(../Images/red_arrow_right.png);
	color: #565656;
	margin-left: 13px;
	margin-bottom: 5px;
	margin-top: 5px;
}


#product_features{
	width: 735px;
	float: left;
	padding-top: 30px;
}

.feature_cell{
	width: 188px;
	height: 350px;
	float: left;
	padding: 30px 28px;
	vertical-align: top;
}

.feature_cell ul, .feature_cell2 ul{
	list-style-image: url(../Images/redDot.png);
	margin-left: 12px;
	margin-bottom: 5px;
	
}

.feature_cell h3, .feature_cell2 h3{
	color: #333;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 500;
	margin-top: 20px;
}

.feature_cell2{
	width: 226px;
	min-height: 300px;
	float: left;
	vertical-align: top;
}


#brochures{
	width: 735px;
	float: left;
	padding-top: 30px;
}
		
.brochures-table {
	border-collapse:collapse;
	border: 1px solid #92AF2B;
}

.brochures-table td {
	vertical-align: top;
	padding: 10px;
	color:#565656;
	font-size: 12px;
	margin: 0;
	border-width: 0;
}

.brochures-table tr td:first-child {
	border-right: 1px solid #c8465a;
}

.brochures-table tr td {
	border-bottom: 1px solid #c8465a;
}

.brochures-table tr:nth-child(odd) {
	background: #edeaeb;
	border: 1px solid #c8465a;
}

.brochures-table tr:nth-child(even) {
	background: #FFF;
}

.brochures-table tr:hover {
	background-color: #e8dddd;
}

.pro_summary_l{
	width: 250px;
	height: 200px;
	padding: 15px;
	float: left;
	text-align: center;
}

.pro_summary_l p{
	font-size: 12px;
	letter-spacing: 0.8px;
	line-height: 22px; 
}

.pro_summary_r{
	width: 240px;
	height: 180px;
	padding: 25px;
	float: left;
}

#focus{
	height: 330px;
	width: 300px;
	border: 0;
	margin: 0;
	text-align: center;
}

/*tryout*/
#pro_focus{
	position: relative;
	height: 330px;
	width: 300px;
	border: 0;
	margin: 0;
	text-align: center;
}

#pro_focus div{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	height: 330px;
	overflow: hidden;
}

#pro_focus div.current{
	z-index: 10
}

#pro_focus div.prev{
	z-index: 9
}

#pro_focus div img{
	display: block;
	border: 0;
	margin-bottom: 10px;
}

#pro_focus div span{
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	background: #000;
	color: #fff;
	width: 100%;	
}

#pro_focus div.current span{
	display: block;
}


/*----------------------*/
.content_text1{
	width: 250px;
	padding: 10px 30px 30px 10px;
	float: left;
	text-align:justify;
    text-justify: auto;
}

.content_text1 p{
	font-size: 12px;
	letter-spacing: 0.8px;
	line-height: 22px; 
	margin-top: 18px;
	margin-bottom: 18px;
}

.content_text1 ul{
	list-style-image: url(../Images/red_arrow_right.png);
	color: #565656;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
	
	
/* 焦点图 */
.focus{width:300px;height:300px;border:0;position:relative;float:left;margin-left: 7px}
.f300x300{width:300px;height:300px;overflow:hidden}
.f300x300 img{width:300px;height:300px; border:0}

.rslides{width:100%;position:relative;list-style:none;padding:0}
.rslides_nav{height:51px;width:31px;position:absolute;-webkit-tap-highlight-color:rgba(0,0,0,0);top:50%;left:0;opacity:0.2;text-indent:-9999px;overflow:hidden;text-decoration:none;background:no-repeat 0 -560px;margin-top:-28px}
.rslides_nav:active{opacity:0.7}
/*省略左右箭头,.slides_nav背景图i.png,.rslides_nav.next{left:auto;background-position:-31px -560px;right:0}*/
.rslides_tabs{margin:12px auto;clear:both;text-align:center}
.rslides_tabs li{display:inline;float:none;_float:left;*float:left;margin-right:10px}
.rslides_tabs a{text-indent:-9999px;overflow:hidden;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;background:rgba(0,0,0, .2);background:#DDD;display:inline-block;_display:block;*display:block;width:7px;height:7px}
.rslides_tabs .rslides_here a{background:rgba(0,0,0, .6);background:#C36}
