@charset "utf-8";
/*产品展示*/
.main1f {
	width: 100%;
	max-width: 1920px;
	padding:35px 0;
	overflow: hidden;
	margin:0 auto;
}
.title_1 {
	padding: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.title_1:before {
	content: "";
	width:162px;
	height: 51px;
	border:2px solid #333;
	position: absolute;
	left: 50%;
	top:0;
	margin-left: -82px;
	z-index: -1;
}
.title_1 h2 {
	margin-top: 12px;
	color: #333;
	font-size: 24px;
	font-family: "微软雅黑";
	line-height: 30px;
	background: #fff;
	text-transform:uppercase;
}
.title_1 span {
	display: inline-block;
	padding: 0 10px;
	color: #c40001;
	font-size: 18px;
	font-family: "微软雅黑";
	line-height: 25px;
	background: #fff;
	font-weight: bold;
}
.pnav {
	padding: 0;
	overflow: hidden;
	margin-bottom: 22px;
	text-align: center;
}
.pnav a {
	display: inline-block;
	color: #333;
	font-size: 16px;
	font-family:"微软雅黑";
	font-weight: bold;
	line-height: 50px;
	margin:0 30px;
	position: relative;
}
.pnav a:after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: #c40001;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: all 0.3s;
}
.pnav a:hover:after {
	width: 100%;
	margin-left: -50%;
}
.pnav a:hover {
	color: #c40001;
}
.products {
	width:1200px;
	padding: 0;
	overflow: hidden;
}
.products .bd ul{ 
	overflow:hidden;
	zoom:1; 
	width:305px;
	float:left;
	 _display:inline; 
}
.products li {
	width: 286px;
	height: 302px;
	float: left;
	border:1px solid #d8d8d8;
	margin:0 13px 35px;
}
.products li .pic {
	width: 286px;
	height: 216px;
	overflow: hidden;
	position: relative;
	/*display: table-cell;*/
	vertical-align: middle;
	text-align: center;
	*text-align:center;/* 针对IE的Hack */
	*display: block;
}
.products li .pic:before {
	content: "";
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	height: 100%;
	background: url(../images/promark.png) no-repeat top center;
	background-size: contain;
	z-index: 1;
}
.products li .pic img {
	vertical-align:middle;
	transition-duration:0.6s;
	width: 100%;
	height: auto;
}
.products li span {
	display: block;
	text-align: center;
	font-family: "微软雅黑";
	color: #646464;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	font-weight: normal;
}
/*.products li:hover img {
	transition: 1s;
	transform:scale(1.1,1.1); 
	-ms-transform:scale(1.1,1.1);   	
	-moz-transform:scale(1.1,1.1);  	
	-webkit-transform:scale(1.1,1.1);   
	-o-transform:scale(1.1,1.1);  
}*/
.products span {
	color: #333;
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 40px;
	display: block;
}
.pshare {
	padding: 0;
	overflow: hidden;
	text-align: center;
}
.pshare a {
	display: inline-block;
	width:90px;
	height: 27px;
	background: #333;
	line-height: 27px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin:0 10px;
	border-radius: 5px;
}
.pshare a.zx {
	background: #c40001;
}
.pshare a:hover {
	opacity: 0.8;
}

/*关于我们*/
.main2f {
	width: 100%;
	max-width: 1920px;
	background: url(../images/m2bg.jpg) no-repeat top center;
	margin:0 auto;
	padding: 165px 0 75px;
	overflow: hidden;
}
.about-pic {
	width: 598px;
	height: 375px;
	margin-left: 
}
.about {
	width:510px;
	overflow: hidden;
	padding:0;
}
.about h2 {
	font-size: 24px;
	color: #333;
	font-family: "微软雅黑";
	line-height: 45px;
	background: url(../images/icon_about.png) no-repeat left center;
	padding-left: 58px;
	margin-bottom: 105px;
}
.aboutcon{
	font-family: "微软雅黑";
	color: #242424;
	font-size: 16px;
	line-height:30px;
	margin-bottom: 30px;
}
.amore {
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border:2px solid #333;
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
	border-radius: 5px;
	transition: all 0.3s;
}
.amore:hover {
	background: #333;
	color: #fff;
}
.tonglan {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	background: url(../images/tonglan.jpg) no-repeat top center;
	height: 153px;
}

/*新闻中心*/
.main3f {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	padding: 35px 0 20px;
	overflow: hidden;
}
/*新闻中心*/
.news {
	overflow: hidden;
}
.news li {
	width: 565px;
	height: 80px;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin-bottom: 25px;
}
.news li:nth-child(odd) {
	float: left;
}
.news li:nth-child(even) {
	float: right;
}
.news li .date {
	height: 80px;
	width: 80px;
	background: #c40001;
	text-align: center;
}
.news li .date em {
	display: inline-block;
	line-height: 30px;
	list-style: none;
	color: #fff;
	font-size: 24px;
	padding-top:12px;
}
.news li .date span {
	display:block;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
}
.newcon {
	width: 455px;
	height: 80px;
	float: right;
}
.news li h2 {
	color: #333;
	font-size: 18px;
	font-family: "微软雅黑";
	line-height: 35px;
	transition: all 0.3s;
}
.news li p {
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 20px;
}
.news li:hover h2{
	color: #c40001;
	font-size: 18px;
	padding-left: 5px;
}
.main3f .amore {
	margin:0 auto;
}


/*联系我们*/
.contact {
	width:315px;
	height: 295px;
	overflow: hidden;
}
.contactcon {
	border:1px solid #dfdfdf;
	padding: 5px 10px;
	overflow: hidden;
}
.contact  p {
	color: #494949;
	font-size:14px;
	line-height: 30px;
}
.contact  .case {
	display: block;
	width: 309px;
	height: 63px;
}
