@charset "utf-8";
/*通栏一*/
.tonglan1 {
	padding: 0;
	overflow: hidden;
	width:100%;
	max-width: 1920px;
	margin:0 auto;
	margin-top:-15px;
	position: relative;
	z-index: 3;
}
/*通栏二*/
.tonglan2 {
	padding: 0;
	overflow: hidden;
	width:100%;
	max-width: 1920px;
	margin:0 auto;
}
.tonglan1 img,.tonglan2 img {
	max-width: 100%;
}
/*产品展示*/
.main1f {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	padding:0;
	overflow: hidden;
}
.m1right {
	width: 865px;
	padding: 55px 20px;
    overflow: hidden;
    background: #f9f9f9;
}
.m1right .bd ul{ 
	overflow:hidden;
	zoom:1; 
	width:300px;
	float:left;
	 _display:inline; 
}
.products li {
	width: 286px;
	height: 220px;
	float: left;
	margin:0 7px 65px;
}
.products li .proimg {
	width:280px;
	height: 185px;
	border:3px solid #e3e3e3;
	overflow: hidden;
}
.pimg {
	width:280px;
	height: 185px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*text-align:center;/* 针对IE的Hack */
	*display: block;
}
.products li .proimg img {
	vertical-align:middle;
	transition-duration:0.6s;
	max-width: 100%;
}
.products li p {
	width: 100%;
	height: 35px;
	text-align: center;
	color: #333;
	line-height: 35px;
	font-size: 16px;
	overflow: hidden;
}
.products li:hover img {
	transition: 1s;
	transform:scale(1.2,1.2); 
	-ms-transform:scale(1.2,1.2);  	/* IE 9 */
	-moz-transform:scale(1.2,1.2); 	/* Firefox */
	-webkit-transform:scale(1.2,1.2);  /* Safari å’Œ Chrome */
	-o-transform:scale(1.2,1.2); 
}

/*我们的优势*/
.main2f {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	padding:10px 0;
	overflow: hidden;
}
.main2f img {
	display: block;
	margin:0 auto;
	max-width: 100%;
}

/*关于我们*/
.main3f {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	padding: 15px 0 25px;
	overflow: hidden;
}
/*新闻中心*/
.xw {
	width: 380px;
	height: 420px;
	border:1px solid #c9c9c9;
	margin-right:10px;
	padding: 15px;
	overflow: hidden;
}
.title_2 {
	height: 30px;
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 13px;
}
.title_2 span{
	width: 88px;
	display: block;
	float: left;
	color: #1b1b1b;
	font-size: 18px;
	line-height: 30px;
	border-bottom: 3px solid #315dc4;
}
.title_2 a {
	display: block;
	float: right;
	width:120px;
	line-height: 30px;
	color: #1b1b1b;
	font-size: 14px;
	text-align: right;
}
.title_2 a:hover {
	color: #315dc4;
}
.xwlist ul {
	padding: 0;
	overflow: hidden;
}
.xwlist li {
	height: 40px;
	background: url(../images/jt.jpg) no-repeat left center;
	overflow: hidden;
	border-bottom: 1px dashed #c9c9c9;
	padding: 0;
}
.xwlist li h2 {
	width: 245px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #575757;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
	padding-left:18px;
}
.xwlist li span {
	display: inline-block;
	line-height: 40px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #b2b2b2;
}
.xwlist li:hover h2,.xwlist li:hover span {
	color: #305dc4;
}
/*关于我们*/
.about {
	width: 380px;
	height: 420px;
	border:1px solid #c9c9c9;
	margin-right:10px;
	padding: 15px;
	overflow: hidden;
}
.about_con {
	padding:0;
	overflow: hidden;
}
.aboutcon {
	overflow: hidden;
	font-family: "微软雅黑";
	color: #1b1b1b;
	font-size: 14px;
	line-height: 30px;
}
.contact {
	width: 310px;
	height: 420px;
	border:1px solid #c9c9c9;
	padding: 15px;
	overflow: hidden;
}
.lxcon span {
	display: block;
	padding:0;
	color: #272727;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 25px;
	margin:30px auto 15px;
}
.lxcon p {
	overflow: hidden;
	color: #272727;
	font-size: 14px;
	line-height: 30px;
}

