@charset "utf-8";

/*产品展示*/
.main1f {
	width: 100%;
	max-width: 1920px;
	background: #FFF;
	margin:0 auto;
	padding:25px 0;
	overflow: hidden;
}
.protit {
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
}
.protit h1{
	line-height: 50px;
	font-family: "微软雅黑";
	color: #333;
	font-size: 30px;
	position: relative;
	z-index: 3;
	padding-top:20px;
}
.protit h1:after {
	content: "PRODUCTS";
	display: block;
	font-size: 72px;
	color: #edecec;
	font-family: "Arial";
	font-weight: normal;
	position: absolute;
	z-index: -1;
	top:5px;
	left: 50%;
	margin-left: -195px;
}
.pnav {
	padding: 0;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
}
.pnav a {
	display: inline-block;
	color: #fefefe;
	font-size: 14px;
	text-align: center;
	width: 155px;
	height: 45px;
	background: #333;
	line-height: 45px;
}
.pnav a.on,.pnav a:hover{
	background: #006cc1;
	color: #fff;
}
.products {
	width: 1200px;
	height: 250px;
	overflow: hidden;
	margin-bottom:30px;
}
.products li {
	width: 287px;
	height: 250px;
	float: left;
	margin:0 7px;
}
.products li div {
	width:287px;
	height: 210px;
	border:1px solid #e5e6e8;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*text-align:center;/* 针对IE的Hack */
	*display: block;
}
.products li div img {
	vertical-align:middle;
	transition-duration:0.6s;
	max-width: 100%;
	max-height: 100%;
}
.products li span {
	display: block;
	width: 100%;
	height: 40px;
	background: #efefef;
	text-align: center;
	color: #333;
	line-height: 40px;
	font-size: 14px;
}
.products li:hover span {
	background: #ff8400;
	color: #fff;
}

/*关于我们*/
.main2f {
	width: 100%;
	max-width: 1920px;
	background:url(../images/m2bg.jpg) no-repeat top center;
	margin: 0 auto;
	padding: 15px 0;
	overflow: hidden;
}
.main2f .protit h1 {
	color: #fff;
}
.main2f .protit h1:after {
	content: "ABOUT US";
	color: #468ac7;
}
.about {
	padding: 0 35px;
	overflow: hidden;
}
.aboutcon {
	overflow: hidden;
	font-family: "微软雅黑";
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.aboutnav {
	text-align: center;
	height: 40px;
	margin:15px 0;
}
.aboutnav a {
	display: inline-block;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #ff8400;
	color: #fff;
	font-size: 14px;
	margin:0 10px;
	border-radius: 20px;
}
.aboutnav a:hover {
	background: #f39229;
	color: #fff;
}

/*新闻中心*/
.main3f {
	width: 100%;
	max-width: 1920px;
	padding: 25px 0;
	margin:0 auto;
	overflow: hidden;
}
.cmnews {
	width: 790px;
}
.newlm {
	height: 55px;
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 20px;
}
.newlm h1 {
	font-family: "微软雅黑";
	color: #fff;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	background: #01509f;
	width: 115px;
	text-align: center;
	font-weight: normal;
}
.newlm a {
	font-family: "微软雅黑";
	color: #999;
	font-size: 14px;
	line-height: 40px;
}
.newlm a:hover {
	color:#01509f;
}
.news {
	padding: 0;
	overflow: hidden;
}
.xwhot {
	width: 244px;
	height: 210px;
	padding: 10px;
	background: url(../images/xwbg.jpg) repeat-x top center;
}
.xwhot a {
	display: block;
}
.xwhot h1 {
	line-height: 30px;
	color: #01509f;
	font-size: 16px;
	font-family: "微软雅黑";
	font-size: normal;
}
.xwhot p {
	line-height: 30px;
	color: #999;
	font-size: 14px;
	font-family: "微软雅黑";
}
.xwhot:hover {
	background: #006cc1;
}
.xwhot:hover h1,.xwhot:hover p {
	color: #fff;
}
.xwlist {
	width: 490px;
}
.xwlist li {
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #dbdbdb;
	background: url(../images/newbg.png) no-repeat left center;
	padding-left: 30px;
}
.xwlist li h1 {
	width: 320px;
	height: 36px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.xwlist li span {
	display: block;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #999;
}
.xwlist li:hover {
	background: url(../images/hxa.jpg) no-repeat left center;
}
.xwlist li:hover h1 {
	color: #ea4b50;
}
.m3right {
	width: 385px;
}
.mer,.rec {
	width: 385px;
	height: 152px;
	overflow: hidden;
}