@charset "utf-8";

/*产品介绍页样式*/
.product_intro{
	width:960px;
	height:500px;
	border:1px solid #d9d9d9;	
	position:relative;
	overflow:hidden;
}
.shade,.shadebox{
	font-size: 12px;
	font-family: 'Arial','Microsoft Yahei';	
	color:#fff;
	width:286px;
	height:432px;
	line-height:20px;
	padding:34px 22px;
	position:absolute;
	top:0;
	left:0;	
	z-index:4;
	background:rgba(0,0,0,0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#B2000000', endColorstr='#B2000000');
	overflow:hidden;
}
:root .shade{
	/*filter:none;*/
	/*处理IE9浏览器中的滤镜效果*/
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#00000000', endColorstr='#00000000');
}
#demo{
	width:286px;
	height:432px;
	overflow:hidden;
	/*margin:34px 32px;*/
}
.shade h3{
	font-size:16px;	
}
.shade ul{
	margin-top:20px;
}
.shade ul li{
	list-style:disc;
	/*padding-left:0px;*/
/*	margin-left:16px;*/
}
.shade li{
	list-style:disc;
	/*padding-left:12px;*/
	margin-left:16px;
}
.innerfade{
	position: relative;
	height:500px;	
}


.quality_check_show{
	width:480px;
	height:148px;
	display:block;	
}
.quality_check_show li{
	width:155px;
	height:148px;
	float:left;
	display:block;
	text-align:center;
	border:1px solid #d9d9d9;	
	border-radius:8px;
}
.quality_check_show img{
	border-radius:8px;
	margin-top:2px;	
}
.quality_check_left_txt{
	font-size: 12px;
	font-family: 'Arial','Microsoft Yahei';	
	color:#373737;
	line-height:24px;
	padding:100px 56px 75px 20px;	
}


.quality_check_show_right{
	width:478px;
	height:333px;
	text-align:center;
	border:1px solid #d9d9d9;
	border-radius:8px;	
}
.quality_check_show_right img{
	border-radius:8px;
	margin-top:2px;	
}
.quality_check_show_bottom_txt{
	font-size: 12px;
	font-family: 'Arial','Microsoft Yahei';	
	color:#373737;
	line-height:24px;
	padding:53px 94px 75px 0;	
}



.contact{
	padding:32px 50px 30px 74px;	
}
.contact h3{
	font-size: 24px;
	font-family: 'Arial','Microsoft Yahei';	
	color:#4e4e4e;
	padding-bottom:5px;
}

.contact_txt{
	line-height:24px;	
}



.order{
	margin:12px 0 0 0px;
}
.order_title h3{ 
	font-size:18px;
}
.order_title img{
	padding:5px 5px 5px 0;
}
.sider_form {
    margin: 0;
}
.sider_form .label {
    display: block;
}
.sider_form .label em {
    display: inline-block;
    margin: 3px 0;
	color:#4e4e4e;
	font-size:12px;
	font-weight:bold;
}
.sider_form .file {
   background:rgba(0, 0, 0, 0);
    border: 1px solid #d1d1d1;
    border-radius: 3px; 
   /*color: #fff;
   height: 24px;*/
    line-height: 28px;
	height:28px;
    padding-left: 10px;
    width: 262px;
}
.sider_form .vcode_input{
	height:28px;
	white-space:nowrap;
	float:left;	
}
.sider_form .vcode_input input{
	width:182px;
	height:28px;	
}
.sider_form .vcode_img{
	height:28px;
	white-space:nowrap;
	float:left;
	padding-left:8px;
	cursor:pointer;	
}
.sider_form .txtarea {
	width:352px;
    height: 128px;
    padding: 0 0 0 10px;
}
form .action {
    padding: 10px 0 0 0;
    margin:20px 0 0 0px;
}
.action .subtn {
	font-size:16px;
    border: medium none;
	font-family:"Arial", Gadget, sans-serif;
    color: #fff;
	background:#7fa208;
    cursor: pointer;
    display: inline-block;
    height: 27px;
    width: 95px;
	border-radius:5px;
	margin-top:12px;
	border:1px solid #fff;
}
.action .subtn:hover{
	background:#fff;
	color:#7fa208;
	border:1px solid #ddd;
}
/**/
.form-text{
	margin:0;

	height:18px;
	width:200px;
}
.form-text, textarea, select{
	border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
	padding:4px;
	
}
.form-text, textarea,input {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.form-text:focus, textarea:focus,select{
	outline: 0 none;
}
.form-text:focus, textarea:focus,input:focus {
  border-color: rgba(116, 185, 239, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(44, 150, 234, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(44, 150, 234, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(44, 150, 234, 0.6);
}
.form-horizontal label{
    float: left;
    text-align: left;
	font-weight:500;
	width:100px;
	font-size:12px;
	line-height:19px;
	position:relative;
}
.form-horizontal .form-field{
	float:left;
}
.form-horizontal .form-action,
.form-horizontal .item-no-label{
	padding-left:100px;/*label width*/
}
.form-item:before, .form-item:after {
    content:"";
    display:table;
}
.form-item:after{
	clear:both;
	overflow:hidden;
}
.form-item{
    zoom:1;
	clear:both;
	margin-bottom:9px;
}
.form-horizontal .required-item{
	color:red;
	margin-right:5px;
	position:absolute;
	left:-10px;
}
.form-horizontal .form-field em{
	font-size:12px;
	color:red;
	display:block;
}



.about_left{
	width:480px;
	min-height:640px;	
}
.about_left_title{
	width:480px;
	height:150px;
	color:#828282;
	background:#e6ecd3;
	font-size:28px;
	font-family:"Arial", Gadget, sans-serif;
	text-align:center;
	line-height:1.3em;
/*	padding-top:44px;*/
	display:table-cell;
	vertical-align:middle;
		
}
.about_all_content{
	padding:100px 64px 0 24px;	
}
.about_left_content{
	margin-bottom:20px;	
}
.about_left_content .about_underline{
	display:block;
	text-decoration:underline;
	padding:0 0 10px 0;
}
.about_left_content h3{
	font-size:14px;
	padding-bottom:10px;	
}
.about_right{
	width:480px;	
}
.about_right_content{
	padding-top:38px;
	padding-right:40px;	
}
.about_underline,.about_right_content .about_underline{
	display:block;
	text-decoration:underline;
	padding:10px 0 10px 0;
}
.about_right_content h3{
	font-size:14px;
	padding-bottom:10px;	
}
.about_right_content ul{
	padding-left:14px;	
}
.about_right_content li{
	list-style:disc;
	padding-left:20px;
	line-height:20px;	
}
#product_series_menu li img{ width:186px!important; height:125px!important;}
.down-box{margin-top:30px;}
.down-box .served a{padding-right:30px; color:#4e4e4e; text-decoration:none;}
.down-box .served a:hover{color:#f76900; text-decoration:underline;}

/*产品展示页*/
.product_series{ width:960px; height:130px; margin-top:8px; position:relative; overflow:hidden;}
.product_series ul{ padding:0; margin:0; position:absolute;}
.product_series ul li{ display:block; float:left;width:186px; height:125px; border:1px solid #dbdbdb; cursor:pointer;}
.left_slide{ width:41px; height:96px; position:absolute; left:0; top:0; }
.left_slide img,.right_slide img{ position:absolute; top:42px; cursor:pointer;}
.right_slide{ width:41px; height:96px; position:absolute; right:0; top:0; }
.product_series ul li.lmhover{ border:1px solid #e6631f;}
.product_series_box{ display:none;}
