﻿/****首页产品分类*******************/
.indexpro{
	 width:100%;
	 float:left;
	 padding:0 15px;
	 background:#96989A;
	 padding-bottom:50px;
	 padding-top:50px;
 }
 .indexpro h2{
	 text-align:center;
	 font-size:24px;
	 color:#000;
	 margin-bottom:20px;
 }
 .bigsort{
	 border:#9EA0A2 1px solid;
	 border-radius:4px;
	 margin-top:20px;
	 width:100%;
	 padding:0;
 }
 .bigsort .plan-name{
	 text-align:center;
	 line-height:60px;
	 color:#FFF;
	 font-size:20px;
	 background:#898989;
	 border-radius:4px 4px 0 0;
 }
 .bigsort .plan-name.cur{
	 background:#BE3432
 }
 .bigsort .plan-price img{
	 width:100%;
	 display:block;
 }
 .bigsort li{
	 background:#898989;
	 text-align:center;
	 border-bottom:#9EA0A2 1px solid;
	 line-height:40px;
	 color:#FFF;
	 font-size:14px;
 }
 .bigsort li:last-child{
	 border:0;
	 border-radius: 0 0 4px 4px;
	 line-height:60px;
 }
/*******首页PDF*********************/
.indexpdf{
	clear:both;
	float:left;
	width:100%;
	padding:80px 15px;
	background:#BEBEBE
}
.indexpdf h3{
	text-align:center;
	 font-size:24px;
	 color:#FFF;
	 margin-bottom:40px;
}
.acesearch_input_module_simple {
	width: 74.3% !important;
	height: 40px !important;
	background: url("../../../images/search-input.png") no-repeat scroll left #ffffff !important;
	border: 0px solid #fff !important;
	padding: 6px 0 6px 30px !important;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1em !important;
	color: #666666 !important;
	float:left;
}
.indexpdf .btn{
	width:-moz-calc(26% - 10px);
	width:-webkit-calc(26% - 10px);
	width: calc(26% - 10px);
	height:40px;
	margin-left:2px;
	float:left;
	margin-top:20px;
	border:0;
	background:#BE3432;
	color:#FFF;
	text-align:center;
	line-height:40px;
}
/**********工厂背景**************/
.mod_parallax{
	clear:both;
	float:left;
	width:100%;
	padding:0px 0;
}
/**********滚动产品**********/
.FeaturedProducts{margin:0px auto 0 auto; width:100%; clear:both; padding:0 15px;background:#BEBEBE; float:left;}
.FeaturedProducts h3{
	text-align:center;
	 font-size:24px;
	 color:#FFF;
	 display:block;
	 margin-bottom:40px;
	 clear:both;
}
.mr_frbox{clear:both; width:100%; position:relative}
.mr_frBtnL{cursor:pointer;display:inline; position:absolute; left:0; z-index:9999999999999; top:450px;}
.mr_frUl{float:left;width:100%;}
.mr_frBtnR{cursor:pointer; position:absolute; right:0; z-index:9999999999999; top:450px;}
.mr_frUl ul li{display:inline;float:left;width:100%;overflow:hidden; text-align:center}
.mr_frUl ul li a{ margin-bottom:40px; text-align:center; display:block; color:#FFF}
.mr_frUl ul li img{display:inline-block;margin-bottom:15px; height:200px}
.mr_frUl ul li a:hover img{}
/**********公司简介*********/
.example {width:100%;height:217px;margin: 0px auto;}
.indexabout{ width:100%; float:left; padding:50px 15px; background:#F2F2F2}
.indexabout h3{
	  text-align:left;
	   font-size:24px;
	   color:#000;
	   margin-bottom:20px;
}
/*********新闻列表****************/
.indexnews{
	float:left;
	width:100%;
	clear:both;
	background:#FFF;
	padding:50px 15px;
}
.indexnews h3{
   text-align:left;
   font-size:24px;
   color:#000;
   margin-bottom:20px;
}
a.news{
	font-weight:300;
	color:#000;
	line-height:130%;
	font-size:18px;
	margin-bottom:10px;
	display:block;
}
.newsmain{
	display: table;
	margin: 15px 0px 30px 0;
}
.ndesc{
	color: #626262;
	font-size:14px;
	font-weight:lighter;
	line-height:160%;
}