/*header*/
.header{
	height: 89px;
	line-height: 89px;
	box-shadow:1px 0px 5px rgba(12,3,6,.3);
	position: relative;
	z-index: 2;
}
.logo{
	width: 235px;
	height: 21px;
}
.nav li{
	height: 89px;
	float: left;
	border-left:#dddddd 1px solid;
	padding: 0 15px;
}
.nav li:last-child{
	border-right: #ddd 1px solid;
}
.nav li a{
	color: #929191;
	display: inline-block;
	text-transform: uppercase;
}
.nav li.active a,.nav li:hover a{
	color: #db241c;
}
.en a{
	padding: 0 12px;
}
/*首页焦点图*/
.bottom{
	width: 100%;
	height: 5px;
	background: url(../img/banner-bottom.png) center no-repeat;
}
.fullSlide {
	width: 100%;
	position: relative;
	height:612px;
	background: #000;
	z-index: 1;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 612px;
	overflow: hidden;
}
.fullSlide .bd li img {
	width: 1920px;
	height:612px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

.fullSlide .bd li a {
	display: block;
	height:612px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom:50px;
	left: 0;
	height: 11px;
	line-height: 11px;
}

.fullSlide .hd ul {
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin:0 9px;
	background:rgba(49,49,49,.43);
	overflow: hidden;
	line-height: 9999px;
}

.fullSlide .hd ul .on {
	background: #313131;
}
/*产品分类*/
.cate-item{
	overflow: hidden;
}
.cate-item li{
	width: 542px;
	border-bottom:#e2e1e1 1px solid;
	float: left;
	padding: 38px 0 26px;
}
.cate-item li:nth-child(2n){
	float: right;
}
.cate-item .cate-btn{
	float: right;
}
.cate-item li:nth-child(2n) .cate-btn{
	float: left;
}
.cate-btn{
	display: block;
	width: 299px;
	height: 73px;
	line-height: 73px;
	color: #fff;
	text-align: center;
	background:#313131;
	font-size: 24px;
	border-radius: 5px;
}
.cate-btn:hover{
	background: #db241c;
}
/*products*/
.title{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 40px 0 55px;
	text-transform: uppercase;
}
.picList{
	overflow: hidden;
}
.picList li{
	width: 279px;
	float: left;
	margin-right: 28px;
}
.pro-img{
	width: 279px;
	height: 209px;
	position: relative;
}
.pro-img .mask{
	width: 279px;
	height: 209px;
	position: absolute;
	top: 0;
	left: 0;
	background:rgba(0,0,0,.75);
	padding: 6px;
	display: none;
}
.mask .m{
	width: 100%;
	height: 100%;
	border: #fff 1px solid;
}
.pro-more{
	width: 131px;
	height: 38px;
	display: block;
	border:#fff 1px solid;
	border-radius: 5px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	margin: 77px auto;
	text-transform: uppercase;
}
.picList li p{
	text-align: center;
	line-height: 60px;
	font-size: 16px;
}
/*产品中心轮播按钮*/
.picScroll{ 
	width:1200px; 
	overflow:hidden; 
	position:relative;
}
.picScroll .hd{
	overflow:hidden; 
}				
.picScroll .hd ul{
	overflow:hidden; 
	zoom:1; 
	padding: 9px 0 67px;
	margin-left:560px;
}
.picScroll .hd ul li{ 
	float:left;
	width:12px;
	height:12px; 
	overflow:hidden; 
	margin:0 10px; 
	text-indent:-999px; 
	cursor:pointer;
	background:rgba(49,49,49,0.43); 
	border-radius: 50%;
}
.picScroll .hd ul li.on{ 
	background:#313131;
}
/*about*/
.about-wrap{
	width: 100%;
	height: 415px;
	background: url(../img/aboutbg.jpg) center no-repeat;
}
.about-con{
	width: 505px;
	color: #fff;
	padding: 64px 0;
}
.about-con h3{
	font-size: 24px;
	font-weight: bold;
}
.about-info{
	margin: 44px 0;
	height: 120px;
	overflow: hidden;
}
.about-con .more{
	display: block;
	width: 158px;
	height: 46px;
	background: #8b8787;
	text-align: center;
	line-height: 46px;
	color: #fff;
	border-radius: 5px;
}
/*设备*/
.pro-list li{
	width: 400px;
	height: 434px;
	float: left;
	border-right: #b7b7b7 1px solid;
}
.pro-list li:last-child{
	border: none;
}
.eq-img{
	width: 398px;
	height: 297px;
}
.pro-list{
	overflow: hidden;
	margin-bottom: 62px;
}
.pro-list li p{
	text-align: center;
	margin-top: 26px;
	font-size: 16px;
}
.more{
	text-transform: uppercase;
}
.pro-list li .more{
	display: block;
	width: 131px;
	height: 38px;
	background: #DB241C;
	text-align: center;
	line-height: 38px;
	color: #fff;
	border-radius: 5px;
	margin: 28px auto 0;
}
.pro-list li:hover .more{
	background-color: #313131;
}
/*search*/
.search-wrap{
	width: 100%;
	height: 185px;
	background: url(../img/searchbg.jpg) center no-repeat;
}
.search-con{
	width: 738px;
	margin: 34px auto;	
	overflow: hidden;
	padding-top: 70px;
}
.search-con span.fl{
	margin-right: 20px;
	line-height:49px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.search{
	width:562px;
	height: 49px;
	line-height:49px;
	position: relative;
}
.search input[type="text"]{
	width: 467px;
	height:49px;
	padding-left: 21px;
	background: #e9e9e9;
	color: #afa9a9;
}
.search input[type="submit"]{
	width:95px;
	height: 49px;
	background:#db241c;
	cursor: pointer;
	color: #fff;
	border: none;
	float: right;
	position: absolute;
	top:1px;
	right: 0;
	font-weight: bold;
	text-transform: uppercase;
}
/*footer*/
.footer{
	padding: 50px 0;
}
.footer span a{
	color: #313131;
}
.footer span a:hover{
	color: #DB241C;
}
/*内页banner*/
.banner{
	width: 100%;
	height: 394px;
	position: relative;
	min-width: 1200px;
    overflow: hidden;
}
.banner img{
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
/*左侧*/
.main{
	margin-top: 48px;
}
.left-main{
	width: 277px;
}
.right-main{
	width: 894px;
}
.left-main h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 28px;
}
.left-title{
	width: 277px;
	height: 51px;
	background: #DB241C;
	line-height: 51px;
	color: #fff;
	padding-left: 18px;
	font-size: 18px;
}
.left_ul{
margin:1px 0 40px;	
}
.left_ul li{
	padding-left: 18px;
}
.left_ul li a{
	width: 100%;
	display: block;
}
.left_ul li.producttype1,li.producttype1sel{
	height:61px;
	line-height: 61px;
}
li.producttype1{
	border-top: #e2e1e1 1px solid;
	border-bottom: #e2e1e1 1px solid;
	margin-top: -1px;
}
li.producttype1 a,li.producttype1sel a{
	font-size: 16px;
}
li.producttype1sel,li.producttype1:hover{
	background: #DB241C;
	border: none;
}
li.producttype1sel a,li.producttype1:hover a{
	color:#fff;
}
li.producttype2 a,li.producttype2sel a{
	line-height: 36px;
}
li.producttype2:hover a,li.producttype2sel a{
	color: #DB241C;
}
li.producttype2{
	display: none;
}
/*右侧*/
.right-main .picList li:nth-child(3n){
	margin-right: 0;
}
.con{
	margin-top: 40px;
}
/*分页*/
.pager{
	text-align: center;
	margin: 30px 0 70px;
}
.pager span{
	margin: 0 8px;
}
.pager span{
	
}
.pager span:first-child a,
.pager span:last-child a{
	background: none;
}
.pager span a{
	display: inline-block;
	padding: 0 9px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #c9c9c9;
}
.pager span .active,.pager span:hover a,.pager span.active a{
	background: #DB241C;
	color: #fff;
}
/*news*/
.newsList{
	overflow: hidden;
}
.newsList li{
	border-bottom: #C9C9C9 1px solid;
	padding: 10px 20px;
	overflow: hidden;
}
.news-img{
	width: 185px;
	height: 83px;
}
.news-info{
	width: 620px;
}
.news-info p {
    height: 36px;
    overflow: hidden;
    line-height: 18px;
    margin: 10px 0;
}
.news-info h4 a{
	width:500px;
	height: 24px;
	display: inline-block;
	overflow: hidden;
}
/*新闻内页*/
h1.newstitle{
	line-height: 40px;
	text-align: center;
	font-size: 18px;
}
.news_message{
	text-align: center;
}