body,div,dd,dl,ol,ul,li,h1,h2,h3,h4,h5,h6,form,fieleset,input,p,th,td{margin:0;padding:0;}
address,caption,cite,dfn,en,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul,li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
fieldset,img{border:0;}
p{text-align:left;}
a,p{color:#000000;text-decoration:none;}
a{ text-decoration:none;}
.clear{clear:both;}
.alignleft{ float:left}
.alignright{ float:right}
.fcr{color:red;}
.fcy{color:yellow;}
.w1200{ 
	width:1200px; 
	margin:0 auto;
	}
body{ 
	font-family:微软雅黑;	
	}
.products{
	width: 1200px;
	margin: 0 auto;	
	padding-top: 100px;

}
.about-tab {
	width: 1200px;
	position: relative;
}

.about-tab-hd {
	overflow:hidden; 
	zoom:1;
	display: table;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top:-165px;
	z-index: 9;
	width: 1200px;
}
.about-tab-hd li{ 
	float:left; 
	width:50%; 
	height: 60px;
	line-height: 60px;
	color:#fff; 
	text-align:center;
	cursor:pointer;		
	font-size: 20px;
	background: rgba(0,0,0,0.8);
}
.about-tab-hd li.active{ 
	background: rgba(4,106,178,0.8);
	color: #fff;
	
}
.about-tab-bd .about-tab-list{
	width: 1200px;	
	height: 60px;
	background: #046ab2;	
	position: absolute;
	left: 0;
	top:-105px;
	z-index: 99;
}
.about-tab-bd .about-tab-list ul li{
	width: auto;
	height: 60px;
	margin-left: 40px;
	float: left;
}
.about-tab-bd .about-tab-list ul li a{
	font-size: 15px;
	line-height: 60px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}

.pro-main{
	margin-bottom: 50px;

}
.pro-main h2{
	font-size: 32px;
	font-weight: bold;
	line-height: 50px;
	margin-bottom: 20px;	
}
.pro-con-left{
	width: 285px;
	height: 285px;
	float: left;
	overflow: hidden;
	position: relative;
	
}

.pro-con-left p{
	width: 285px;
	height: 185px;
	padding-top: 100px;	
	background: rgba(0,0,0,0.6);
	transition: all 0.5s ease 0s;
	position: absolute;
	top: -303px;
	left: 0;	
	}
.pro-con-left p img{
	display: table;
	margin: 0 auto;
}
.pro-con-left p a{
	font-size: 15px;
	line-height: 50px;
	display: block;
	text-align: center;
	color: #fff;
	text-indent:0;
}
.pro-con-left:hover  p{
		top:0;
}
.pro-con-right{
	width:915px;
	float: right;
}
.pro-con-right li{
	width: 283px;
	height:283px;
	border: 1px solid #d5d5d5;
	float: left;
	margin-left:20px;	
	position: relative;
}

.pro-con-right li #hot-pic{
	width: 56px;
	height: 32px;
	position: absolute;
	left: 0;
	top:0;
	z-index: 99;
}
.pro-con-right li img{
	width: 283px;
	height: 283px;
}
.pro-con-c{
	width:100%;
	height:30px;
	padding:10px 0;
	background:rgba(4,106,178,0.8);
	position:absolute;
	left:0;
	bottom:0;
	z-index:99;
	
}
.pro-con-right li h3{
	font-size: 16px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
}
.pro-con-right li p{
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #000;
	display:none;
	text-indent:0;
	padding:0px 20px;
}
.pro-con-right li:hover .pro-con-c{
	width:100%;
	height:78px;
	padding:10px 0;
	background:rgba(4,106,178,0.8);
	position:absolute;
	left:0;
	bottom:0;
	z-index:99;	
	cursor: pointer;
	transition: all 0.6s;	
}
.pro-con-right li:hover .pro-con-c p{
	font-size:14px;
	line-height:24px;
	color:#fff;
	display:block;
	
}
	
.product-list{
	width: 904px;
	float: right;
}
.product-list ul li{
	width: 294px;
	height:auto;
	float: left;
	margin: 0px 0 25px 11px;
	position: relative;
	overflow: hidden;
}
.product-list ul li:nth-child(3n+1){
	margin-left: 0;
}
.product-list ul li .pro-tit{
	position:absolute;
	bottom: 4px;
	left: 0;
	width: 254px;
	height: 55px;
	background: #919191;
	padding: 0px 20px 10px;
	cursor: pointer;
	transition: all 0.6s;

}
.product-list ul li .pro-tit p{
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	display: none;

}
.product-list ul li h3{
	font-size: 15px;
	line-height: 40px;
	border-bottom:2px solid #fff;	
	color: #fff;
	width: 100%;	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: -5px 0 5px;
	
}
.product-list ul li .pro-tit:hover {
	padding: 15px 20px;
	width: 254px;
	height: 100px;
	background: #046ab2;
	margin-top: -65px;
	position: absolute;
	z-index: 99;	
}
.product-list ul li .pro-tit:hover p{
	display: block;
	color: #fff;
}
.product-list ul li img{
	width: 294px;
}

/*产品详情页*/
.pro-single{
	width: 904px;
	float: right;
}
.pro-single-pic{
	width: 364px;
	height: 243px;
	float: left;
	overflow: hidden;
	text-align: center;
}
.pro-single-pic img{
	max-width: 364px;
	max-height: 243px;
}
.pro-summary{
	width: 500px;
	float: right;
	height: 243px;
	overflow: hidden;
}
.pro-summary h2{
	font-size: 24px;
	color: #000;
	margin-bottom: 10px;
}
.pro-summary p{
	font-size: 15px;
	line-height: 26px;
	color: #6f6f6f;
	
}
.pro-summary span{
	font-size: 15px;
	line-height: 26px;
	border-bottom:2px solid #e8e8e8;
	display: block;
	color: #6f6f6f;
	padding: 10px 0;

}
.pro-summary .kefu a{
	width: 180px;
	height: 50px;
	background: #036ab2;
	float: left;
	margin: 20px 20px 0 0px;	
	display: block;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.pro-con{
	width: 100%;
	margin-top: 50px;
}
.pro-con-tit{
	height: 50px;


}

.pre{
	width: 100%;
	margin: 40px 0;
}
.pre p{
	font-size: 16px;
	line-height: 35px;
}
.pro-con h2{
	font-size: 18px;
	line-height: 40px;
	border-bottom: 2px solid #999;
	margin-bottom: 10px;
}
.pro-con p{
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
}
.pro-con table{
	width:auto;
	border-collapse:collapse;
	border-left:1px solid #666;
	border-top:1px solid #666;
	margin:10px 0;
}
.pro-con table tr td{
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	font-size:16px;
	line-height:40px;
	
}
.pro-con table tr td p{
	font-size:16px;
	line-height:40px;
	padding:0px 15px;
	
}
.hot-list{
	width:100%;
	height:auto;
	margin: 0 auto 40px;
	box-shadow:0 0 5px #999;
	background: #fff;
}
.hot-list .hto-tit{
	width: 100%;
	height: 40px;	
	box-shadow:0 3px 5px #999;
}
.hot-list .hto-tit h2{
	font-size: 16px;
	line-height: 40px;
	color: #046cb4;
	float: left;
	font-weight: bold;
	padding-left: 20px;
}
.hot-list .hto-tit .close{
	display: block;
	float: right;
	line-height: 40px;
	width: 30px;
}
.hot-list .hot-body ul li{
	width: 168px;
	float: left;
	margin: 30px 0 30px 10px;	
	background: #eee;
	padding:0px 0 10px;
}

.hot-list .hot-body ul li img{
	width: 168px;
	height: 174px;
	
}
.hot-list .hot-body ul li h3{
	font-size:16px;
	line-height:25px;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	
}
