@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
body{margin:0; padding:0; font-size:13px;font-family:"helvetica neue",arial,sans-serif;line-height:160%;  background:#ffffff;}

img{ border:0px;}
.hidden{ display:none;}
.clear{clear:both; height:0px;overflow:hidden;}
ul{ list-style:none; margin:0; padding:0;}
a{ text-decoration:none; color:#000;}
.main_bg{ background:url(../images/bg.jpg) repeat-x;}
#header,#flash,#content,#index_content,#footer{ width:1100px; margin:0 auto;}

/*头部*/
#header{height:126px;z-index:99;}
#header .left{ float:left; text-align:left;}
#header .left img{ border:none; margin-left:0px;margin-top:12px; margin-bottom:12px;}
#header .middle{float:left; text-align:left; padding-top:65px; font-size:40px; text-transform:capitalize; padding-left:80px; color:#16629F}

.search-box{ float:right; width:223px; padding-top:60px;}
.search-box #searchform #ls{ padding:5px 3%; width:180px; border:1px solid #DDD; border-right:none; color:#666;float:left}
.search-box #searchform #searchsubmit{ padding:6px 0; width:11%; text-indent:-9999px; border:none; background:#78B15E url(../images/search.png) no-repeat center -36px; cursor:pointer; float:left}
.search-box #searchform #searchsubmit:hover{ background-color:#EB310E;}
.topemail{float:right;  margin-top:10px; display:none}
.topemail .email{ margin-bottom:-4px; margin-right:5px;}
.topemail img{ width:22px;}
/*flash*/
#bodymain{ width:100%; }
.main_width{margin:0 auto; width:1100px;}

/*nav*/
#nav{ height:54px; background:url(../images/nav_bg.jpg) no-repeat center #144E65;z-index:99;}
.nav_area{ margin:0 auto;  z-index:1000; position:relative }/*position: absolute为了适应search*/
nav{ padding:0;  text-align:left;}
.nav ul {
    height:0;
    overflow:hidden;
    position:absolute;
	text-align:left;

}

.nav li {
    float:left;
    position:relative;
}
.nav li a {
    color:#7F7F7F;
    display:block;
    font-size:15px;
    padding:0px 20px;
	text-transform:uppercase;
	
}

.nav li.active > a{
	
	color:#78B15E;

	}

.nav li:hover > a {
    color:#78B15E;

}

.nav li:hover ul.subs {
    height:auto;
    width:230px;
	text-align:left;
	margin-top:0px;
	display:block;
	


}



.nav ul li {
    width:100%;
}

.nav li:hover ul li {
    opacity:1;

}

.nav ul li a {
    background:#F9F9F9;

    color:#999;
    line-height:1px;
	font-weight:normal;
	text-transform:capitalize;
	height:30px;
	line-height:30px;
	
	

}

.nav li:hover ul li a {
	padding:0px 14px;
    line-height:30px;
}

.nav ul li a:hover {
    background:#16629F
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	filter:alpha(opacity=100);  
    -moz-opacity:1.0;  
    -khtml-opacity: 1.0;  
    opacity: 1.0; 
	border-radius: 0px;
}
.nav_2{ height:20px;  width:1056px; margin:0 auto}

/*index*/
h2{ font-weight:bold; font-size:16px; padding-top:15px; text-transform:uppercase; font-family:Lucida Grande,Lucida Sans Unicode; color:#666666}
.index_product{
	border: 1px solid #d0cfcf;
	border-radius: 0px;
	-webkit-box-shadow: 0 0 10px 2px #dddddd;
    -moz-box-shadow: 0 0 10px 2px #dddddd;
	box-shadow: 0 0 10px 2px #dddddd;
	margin-bottom:10px;
	padding:0 10px;}
.index_contact{ border-top:1px solid #CCC; width:35%;line-height:1.5em; float:right}
.index_class ul li{ width:460px; float:left; padding:0 34px; margin-top:20px;} 

.index_class ul li .box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 460px;
	height:460px;
	border:#FFF solid;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
    -pie-box-shadow: silver 0 2px 3px;
}
.index_class ul li .index_class_bigclassname {
	padding-top: 5px;
	padding-bottom:10px;
	font-family:Lucida Grande,Lucida Sans Unicode;
}
.index_class ul li .index_class_bigclassname a{
	color:#78B15E;
	}
.index_class ul li .box img {
	vertical-align: middle;
	
}



#index_content{ margin-top:15px; 

}

hr {
	border: none;
	border-top: 1px solid #ddd;
	height: 0;
}
.index_class_bigclassname{ text-align:center}

.hot_products{
	width:621px;
	background: #fff;
	border: 1px solid #d0cfcf;
	border-radius: 0px;
	-webkit-box-shadow: 0 0 10px 2px #dddddd;
    -moz-box-shadow: 0 0 10px 2px #dddddd;
	box-shadow: 0 0 10px 2px #dddddd;
	float:left;
	padding:0 10px;}
.index_about{
	margin-top:10px; 
	border: 1px solid #d0cfcf;
	border-radius: 0px;
	-webkit-box-shadow: 0 0 10px 2px #dddddd;
    -moz-box-shadow: 0 0 10px 2px #dddddd;
	box-shadow: 0 0 10px 2px #dddddd;
	float:left;
	padding:0 10px;
	width:1078px;
}
.index_about span{
	line-height:2em;
}
.hot_right{
	width:425px;
	height:352px;
	float:left;
	margin-left:10px;}
	
.hot_right_led{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2px;
	float:left;
	width:425px;
	height:418px;
	border: 1px solid #d0cfcf;
	border-radius: 0px;
	-webkit-box-shadow: 0 0 10px 2px #dddddd;
    -moz-box-shadow: 0 0 10px 2px #dddddd;
	box-shadow: 0 0 10px 2px #dddddd;
	padding:0 10px;
	}
.hot_right_news{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2px;
	float:left;
	width:425px;
	height:284px;
	border: 1px solid #d0cfcf;
	border-radius: 0px;
	-webkit-box-shadow: 0 0 10px 2px #dddddd;
    -moz-box-shadow: 0 0 10px 2px #dddddd;
	box-shadow: 0 0 10px 2px #dddddd;
	padding:0 10px;
	}
.index_news_content{ padding:5px}
.hot_right_news_content1{ padding-top:10px;}
.hot_right_news_content1 a{
	color:#78B15E;
	font-size:12px;
	font-family:"helvetica neue",arial,sans-serif;
	
	}
.hot_right_news_content1 .description{
	float:left;
	font-size:12px;
	font-family:"helvetica neue",arial,sans-serif;
	height:16px;
	overflow:hidden;
	padding:0;
	margin:0;
	width:350px;
	}
.hot_right_news_content1 .description{
	float:left;
	font-size:12px;
	font-family:"helvetica neue",arial,sans-serif;
	height:16px;
	overflow:hidden;
	padding:0;
	margin:0;
	}
.hot_right_news_content1 span.date{
	color:#999999;
	font-size:12px;
	line-height:180%;
	font-family:"helvetica neue",arial,sans-serif;
	}
/*左边*/

.left_top{ background:#F2F2F2; height:35px; line-height:35px; text-align:left; color:#FFF; font-size:16px; border-top:2px solid #16629F; padding-left:10px; color:#000;border-bottom:1px solid #E0E0E0;}
.left_middle{ border:1px solid #E0E0E0; border-top:none;}
.left_middle ul li { margin:3px 0; height:22px; line-height:22px; background: url(../images/arrow.gif) no-repeat left center; padding-left:10px;}

.left_middle_product{border:1px solid #E0E0E0; margin-bottom:15px;}
.left_middle_product ul li { margin:9px 0;  background: url(../images/arrow.gif) no-repeat left center; padding-left:10px; margin-left:8px;}
.left_middle_product ul li.small{ background: url(../images/lanmu_nav_submenu_bg.gif) no-repeat left top;margin:3px 0 0 10px; padding-left:15px;}
.left_middle_product img{ padding:8px 14px;}
.left_middle_product p{ margin:0 15px 15px 15px;}
.related_product_name{ text-align:center;}
/*右边*/

.main_content{ padding:10px 0; line-height:2.2em;}
.main_content h1{  font: 600 18px Lucida Grande,Lucida Sans Unicode,Lucida Sans,Verdana,sans-serif;color:#17671A;}
.main_content .detail_head{float: left;
width: 100%;
height: 23px;
background-color: #78B15E;
overflow: hidden;
border: 1px solid #d0cfcf;
border-radius: 0px;
-webkit-box-shadow: 3px 3px 4px #dddddd;
-moz-box-shadow: 3px 3px 4px #dddddd;
box-shadow: 3px 3px 4px #dddddd;
overflow: hidden;
}
.main_content .detail_content{float:left; width:960px; font-size:14px; background: #fff; border: 1px solid #cfe3d5; -webkit-box-shadow: 0 0 10px 2px #dddddd; -moz-box-shadow: 0 0 10px 2px #dddddd; box-shadow: 3px 3px 4px #dddddd;
overflow:hidden;  padding:20px; text-align:justify}

.detail_content img{ padding: 10px 0px 10px 10px;}
.left_kongge{ height:10px;}
.inquiry{ float:left; width:60%; text-align:left;}
.contact{ float:left; width:40%}

/**/
.mbx{ color:#78B15E; font-size:14px; }
#content{
	width:1000px;
	border: 1px solid #d0cfcf;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px 2px #dddddd;
    -moz-box-shadow: 0 0 10px 2px #dddddd;
	box-shadow: 0 0 10px 2px #dddddd;
	padding:25px 50px;
	}
.margintop{ height:36px}
#footer{ text-align:center; height:80px; line-height:40px;}
.bottom{ background:#78B15E; color:#FFF; margin-top:15px; }
#footer span a{color:#fff; font: 13px Lucida Grande,Lucida Sans Unicode,Lucida Sans,Verdana,sans-serif; line-height:150%; font-size:14px; font-weight:bold; margin: 0 6px;}
#footer span.sep{margin: 0 10px;}
.foot_nav{ text-align:center; margin:10px auto; width:1100px; padding-top:10px}
.foot_nav ul li{ display:inline; padding:0 10px;}
.foot_nav ul li a{ color:#FFF}
/**/
dt{
	color:#000;
	font-size:12px;
	margin-top:2px;
	padding-left:20px;
	position:relative;
	cursor:pointer;
	font-weight:bold;
}

dt:hover{ color:#5f6a73;}

dt .icon{
	background:url(../images/bullets.png) no-repeat;
	height:10px;
	left:0;
	position:absolute;
	top:10px;
	width:12px;
}

dt.opened .icon{ background-position:left bottom;}

dd{
	font-size:12px;
	color:#717f89;
	padding:2px 0 0 20px;
	display:none;
}
/**/
.main_product{ margin:5px;}
.main_product ul li.small{ margin:0 10px}
.main_product ul li.small a{ text-decoration:none}
.main_product ul li.small a:hover{ text-decoration:underline}

.page{ float:right; padding-right:10px;}
.product_area{ background:#FFF;}
.tableborder1{ border:1px solid #E0E0E0}
.tableborder{ 
border-collapse:collapse; 
} 
.tableborder td{ 
border:solid 1px #B2B2B2; 
height:35px; padding-left:2px;

} 
.td_title{ background:#F4F4F4; font-weight:bold;}
.red{ color:#F00}
.input_area{ padding:3px;}
.selectcss{ width:170px;}
.inquiry_kongge{ height:50px;}
.inquiry_kongge2{ height:10px;}
.inquiry_smalltext{ font-size:10px;}
.tableborder select{ font-size:11px;}
.productshow_id{ padding:10px 0; }

/*contact form*/
#contactForm {
	padding: 10px 10px 10px 10px;
	text-align:left;
}
#contactForm .red {
	color:#F00;
	margin:0;
}
#contactForm .indicates{
	text-align:right;
	padding-right:9px;
}
#contactForm label {
	display: block;
	color: #636363;
	padding:0px 0;
	width:130px;
	display:inline-block;
	text-align:right;
}
#contactForm label span.red {
	color:#F00;
	margin:0;
}
#contactForm .newsletter {
	color: #949494;
	text-align:left;
	margin-bottom:5px;
	padding:0;
	background:#F4F4F4;
	width:250px;
}
#contactForm .newsletter input {
	width: 20px;
	margin-bottom:5px;
}
#contactForm .input {
	width: 200px;
	padding: 6px;
	color: #949494;
	font-size: 11px;
	border: 1px solid #C0C0C0;
	border: #c0c0c0 1px solid;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15),0 1px 0 rgba(255, 255, 255, 0.55);
    background: #f8f8f8;
}
#contactForm .input2 {
	width: 30px;
	padding: 6px;
	color: #949494;
	font-size: 11px;
	border: 1px solid #C0C0C0;
	border: #c0c0c0 1px solid;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15),0 1px 0 rgba(255, 255, 255, 0.55);
    background: #f8f8f8;
}
#contactForm div img{
	position:absolute;
	margin-top:-6px;
	margin-left:5px;
	
}
#contactForm select {
	width: 215px;
	padding: 6px;
	color: #949494;
	font-size: 11px;
	border: 1px solid #C0C0C0;
	border: #c0c0c0 1px solid;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15),0 1px 0 rgba(255, 255, 255, 0.55);
    background: #f8f8f8;
}
#contactForm input.error {
	background: #f8dbdb;
	border-color: #e77776;
}
#contactForm textarea {
	border: #c0c0c0 1px solid;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15),0 1px 0 rgba(255, 255, 255, 0.55);
    background: #f8f8f8;
    font-size: 11px;
    width: 293px;
}
#contactForm textarea.error {
	background: #f8dbdb;
	border-color: #e77776;
}
#contactForm div {
	margin-bottom: 15px;
}
#contactForm div span {
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#contactForm #checkbox {
	margin-left:130px;
	margin-top:-27px;
}
#contactForm div span.error {
	color: #e46c6e;
}
#contactForm #send {
	background:url(../images/submit.png) no-repeat;
	color: #fff;
	font-weight: 700;
	border: 0;
	cursor: pointer;
	text-transform:uppercase;
	width:141px;
	height:42px;
	font-size:14px;
	padding-top:4px;
	margin-left:135px;
	
}
#contactForm #send:hover {
	color:#000
}
#error {
	margin-bottom: 20px;
	border: 1px solid #898989;
	background:#CCC;
}
#error ul {
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li {
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong {
	color: #898989;
}
#error.valid ul li strong {
	color: #898989;
}
/*register*/
.register {
	text-align:left;
}
/******* FORM *******/
#customForm {
	padding: 0;
}
#customForm label {
	display:inline-block;
	color: #636363;
	width:150px;
}
#customForm label span.red {
	color:#F00;
	margin:0;
}
#customForm .newsletter {
	color: #949494;
	text-align:left;
	margin-bottom:5px;
	padding:0;
	background:#F4F4F4;
	width:250px;
}
#customForm .newsletter input {
	width: 20px;
	margin-bottom:5px;
}
#customForm input {
	width: 300px;
	padding: 6px;
	color: #949494;
	font-size: 11px;
	border: 1px solid #cecece;
	display:inline-block;
}
#customForm select {
	width: 313px;
	padding: 6px;
	color: #949494;
	font-size: 11px;
	border: 1px solid #cecece;
}
#customForm input.error {
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm textarea {
	width: 550px;
	height: 80px;
	padding: 6px;
	color: #adaeae;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #cecece;
}
#customForm textarea.error {
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm div {
	margin-bottom: 15px;
}
#customForm div span {
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#customForm div span.error {
	color: #e46c6e;
}
#customForm #send {
	background:url(../images/submit_aqua.jpg) no-repeat;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
	text-transform:uppercase;
	width:158px;
	height:40px;
	margin-left:150px;
}
#error {
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul {
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li {
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong {
	color: #e46c6d;
}
#error.valid ul li strong {
	color: #93d72e;
}
.contact_right{ float:left;padding-left:10px; padding-top:50px;}
/******* /FORM *******/
  .series_left_content{border: 1px solid #cfe3d5; -webkit-box-shadow: 0 0 10px 2px #dddddd; -moz-box-shadow: 0 0 10px 2px #dddddd; box-shadow: 3px 3px 4px #dddddd;
overflow:hidden;  padding:20px;}
  .series_left_content ul li span.article_t a,.series_left_content ul li span.article_t{font-size:16px; font-weight:400; line-height:200%; color:#78B15E; font-weight:bold}
    .series_left_content ul li span.article_t a,.series_left_content ul li span.article_t_details{font-size:16px; font-weight:400; line-height:200%; color:#78B15E; font-weight:bold}
 .series_left_content ul li span.article_des{padding-right:4px; font-size:13px; color:#545454; line-height:180%;}
 .series_left_content ul li span.article_more a{color:#78B15E;font-size:16px; float:right;font-weight:bold}
 .series_left_content ul li span.author{  padding-left:20px; background:url(../images/author.png) no-repeat;padding-right:4px; font-size:13px; color:#999999; line-height:180%;padding-right:4px; font-size:13px; color:#999999; line-height:180%;}
 .series_left_content ul li span.updatetime{ margin-left:0px;padding-left:20px; background:url(../images/date.png) no-repeat;padding-right:4px; font-size:13px; color:#999999; line-height:180%;}
  .series_left_content p.project_des{ text-align:justify; line-height:19px; float:left; padding-right:16px;}
  .series_left_content ul.project_li li{ list-style:disc; list-style-position:inside;}
.series_left_content span.description p{ text-align:justify; width:622px; line-height:150%; padding-left:3px;}
.series_left_content span.description p b span{ font-size:16px; color: #366700;}
.series_left_content span.description .MsoNormal strong{ font-size:16px; color: #366700;}
  .series_left_content p span.title_b{ font-weight:bold;font-size:16px; color:#629e25; font-family:"helvetica neue",arial,sans-serif; line-height:250%;}
  .series_left_content ul{ clear:both; float:left;}
  .series_left_content .article_t{ background:url(../images/projects_list.jpg) no-repeat left center ; padding-left:10px; width:850px; display:block;float:left}
   .series_left_content .article_t_details{  padding-left:0px; width:850px; display:block;float:left}
  .series_left_content .updatetime{display:block; float:left; color:#666}
  /*products*/
  .back-list{float:left;margin:0 6px 0 0px; width:333px; height:auto;overflow:hidden; }
.back-list-content{float:left; width:317px; height:490px; background-color: #fff; overflow:hidden; border: 1px solid #d0cfcf;
border-radius: 0px;
-webkit-box-shadow: 3px 3px 4px #dddddd;
-moz-box-shadow: 3px 3px 4px #dddddd;
box-shadow: 3px 3px 4px #dddddd;  }
.back-list-content p{ padding:10px;float:left; padding:10px;text-align:justify;font-size:12px; font-family: Helvetica;}
.back-list-content span{ text-align:center; padding-left:40px}

.back-list-content .more_Icon{ padding:0 10px;}
.back-list-content .listpic:hover,.back-list-content .more_Icon:hover{  opacity: 0.8;}
.back-list-content h3 a{ color:#FFF; font-weight:500; font: 15px Lucida Grande,Lucida Sans Unicode,Lucida Sans,Verdana,sans-serif;}
.back-list-content h3{color:#FFF; margin:8px 0 10px 6px; }
.back-list-content h6 { font-size:13px;}
.back-list-content .box{display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 317px;
	height:317px;
}
.back-list-content .box img{ vertical-align:middle}
/*end products*/
/*bigclass*/



.bigclass_content{float:left; width:100%; font-size:14px;  padding:0px; text-align:justify}
.bigclass_content h4{ font-size:16px;color:#78B15E;}
.bigclass_content p{margin:5px auto;} 

.product_list ul{ padding:0; margin:0;}
.product_list ul li{float:left; padding-right:20px; width:320px; display:block; padding-bottom:30px;}
.product_list ul li.last{padding-right:0px; }
.product_table_tr1{height:43px; line-height:43px;
background-color: #78B15E;border: 1px solid #d0cfcf;
border-radius: 0px;
-webkit-box-shadow: 3px 3px 4px #dddddd;
-moz-box-shadow: 3px 3px 4px #dddddd;
box-shadow: 3px 3px 4px #dddddd; padding-left:6px;
font-family:Lucida Grande,Lucida Sans Unicode;
font-size:12px;
text-transform:capitalize;
font-weight:normal}
.product_list ul li p{font-family: Helvetica;}
.product_list ul li .bigclass_info{  display:block; height:100px;}
.product_table_tr1 a{ color:#FFF;}
.product_list .search_product_name{ padding:0 10px; margin:10px 0; font-size:13px; height:110px;}

 .more_Icon:hover img{ opacity:0.8;}
 .inquiry_Icon:hover img{ opacity:0.8;}
 /**/
 

/*end bigclass*/

/*start productshow*/
.productshow_content{
	border: 1px solid #d0cfcf;
border-radius: 0px;
-webkit-box-shadow: 3px 3px 4px #dddddd;
-moz-box-shadow: 3px 3px 4px #dddddd;
box-shadow: 3px 3px 4px #dddddd;  
}
.productshow_content .left{ width:350px; padding:30px;float:left;}
.productshow_content .right{ float:left;padding:25px 0 0 0; width:570px}
.productshow_onepic{ text-align:center;border-color:#fff; cursor:default; opacity:1;background: #fff;
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
-pie-box-shadow: silver 0 2px 3px;
border: #FFF solid;}
.productshow_onepic_inquiry{ text-align:center; margin-top:30px;}
.productshow_info h3{ font-size:18px; color:#333; font-weight:normal}
.productshow_info .specifications {font-size:16px;color:#78B15E; font-weight:bold}
.productshow_info .Specifications_title{ font-size:13px; color:#000; line-height:150%; text-align:left; background-color:#f3f3f3; font-weight:bold;padding: 7px; width:26%;}
.productshow_info .Specifications_description{ font-size:13px; color:#000; line-height:150%; padding: 5px; text-align:left;}
.productshow_info table{ float:left; overflow:hidden; border-spacing:0px; border-top: 2px solid #78B15E;
border-bottom: 1px solid #bbbbbb;}
.productshow_info table td{ border-top: 1px solid #e2e2e2;}
.details{padding:0 30px 30px 30px;}
.details p.title{ font-size:16px;color:#78B15E; font-weight:bold; border-bottom: 2px solid #78B15E;}

.related{border-top: 2px solid #78B15E; border-bottom:1px solid #E4E3E0; background:#F2F1EF; height:46px;line-height:46px; text-align:center; margin:20px 18px; color:#78B15E;}

.related-content{float:left; width:320px; background-color: #fff; overflow:hidden; }
.related-content .box{display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 317px;
	height:317px;
}
.related-content .box img{ vertical-align:middle}
.applications{padding:0 30px 30px 30px;}
.applications.green{color:#78B15E;}
.applications h3{color:#78B15E;font-size:18px;}
.applications span{color:#000; font-size:14px;}
/*end productshow*/

.hot_right_led_content{
	margin-left:0px;
	margin-right:auto;
	margin-bottom:10px;
	width:346px;
    padding-left:8px;
	}
.hot_right_led_content table{ width:50%; float:left; margin-top:5px; font-family:Lucida Grande,Lucida Sans Unicode;}
.hot_right_led_content .led_span_title a{ color:#78B15E}
.hot_right_led_content .hot_right_led_content_pic{padding-right:4px;padding-bottom:4px;}
.hot_right_led_content .led_span_more{ float:right;color:#545454;font-size:12px;}
.projects_details table td{ vertical-align:top}
.projects_details img{padding-bottom:20px;}
.projects_list_content{margin-top:20px;}