/*contact form*/
#contactForm {
	padding: 10px 0;
	text-align:left;
	width:80%;
	float:left;
}
#contactForm .red {
	color:#F00;
	margin:0;
}
#contactForm .indicates{
	text-align:right;
	padding-right:9px;
}
#contactForm label {
	display: block;
	color: #636363;
	text-align:left;
	
}
#contactForm label span.red {
	color:#F00;
	margin:0;
}


#contactForm .input {
width:96%;
margin-bottom:0;
display:inline;
min-width:50px;
padding:13px;
border-radius: 2px;
border:1px solid #999;

}

@media screen and (max-width: 767px) {
	#contactForm .input {
	width:90%;
	margin-bottom:0;
	display:inline;
	min-width:50px;
	padding:13px;
	border-radius: 2px;
	border:1px solid #999;
	
	}
}


#contactForm input.error {
	background: #f8dbdb;
	border-color: #e77776;
}

#contactForm textarea {
width:96%;
margin-bottom:0;
display:inline;
min-width:50px;
padding:13px;
border-radius: 2px;
border:1px solid #999;

}
@media screen and (max-width: 767px) {
	#contactForm textarea {
	width:90%;
	margin-bottom:0;
	display:inline;
	min-width:50px;
	padding:13px;
	border-radius: 2px;
	border:1px solid #999;
	
	}
}
#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.jpg) no-repeat;
	color: #fff;
	font-weight: 700;
	border: 0;
	cursor: pointer;
	text-transform:uppercase;
	width:99px;
	height:31px;
	font-size:14px;
	padding-top:0px;
	float:left;
	text-align:center;
	
}
#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;
}
/**/

.projectspage_list
{
	padding-left:30px;
}
.projectspage_list ul {
	padding: 0;
	margin: 0px;
	background: #CCC
}
.projectspage_list ul li {
	text-align: center;
	float: left;
	width: 254px;
	height: 233px;
	margin: 20px 65px 0 0;
	list-style:none;
}
.projectspage_list ul li.last {
	margin-right: 0;
}
.projectspage_list ul li .p2>img {
	width: 254px;
	height: 182px;
	border: 2px solid #828282;
	border-radius: 2px;
}
/**/
.solution_show{ width:100%;  margin:20px 0; line-height:1.5em;}
.solution_show p{ margin-bottom:20px;}
.solution_show ul{ padding:0; margin:0}
.solution_show ul li{ float:left; list-style:none; padding-right:5px;}
.solution_show ul li img{ border:1px solid #ccc}
.solution_show_right{ padding-left:30px;}
.mobile{ display:none;}
@media only screen and (max-width:767px) {
 .solution_show{ width:96%; margin:20px 2%; vertical-align: middle;
  display: table-cell;  /*只支持IE8+及现代浏览器，与position:absolute;或float:left;属性尽量不一起用*/
  text-align: center;}
.solution_show ul{ display:none}
.solution_show ul li{ float:left; list-style:none; padding-right:5px;}
.solution_show_right{display:none}
.mobile{ display:block;}

}
.inquiry_form{ padding-left:10px;}
.inquiry_form_title{ font-size:14px; font-weight:bold; margin-top:25px;}


.newsticker li{ border-bottom:1px dashed #999; height:30px; line-height:30px}

.productshow_right p{ font-weight:normal; max-width:640px;}

.news_details_content{ line-height:22px;}
/*index projects start*/
.index_projects_list{ float:left}
.bu-title{position:relative;}
.bu-title .caption{ position:absolute; text-align:center; margin-top:-27px; width:240px; background:#CCC;filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity:0.7;
opacity:0.7; height:25px; font-size:14px; line-height:25px; font-weight:bold }
/*index projects end*/
.main_content p{ line-height:22px;}