@charset "utf-8";
.main0f {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	padding:5px 0 15px;
	background: #fff;
	box-shadow: 0 2px 5px 0px #dbdada;
}
/*产品展示*/
.main1f {
	width: 100%;
	max-width: 1920px;
	padding:45px 0;
	overflow: hidden;
	margin:0 auto;
	background: #e7e7e7;
}
.title_1 {
	padding: 0;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
	background:url(../images/title1.png) no-repeat top center;
	padding-top: 30px;
}
.title_1 h2 {
	color: #333;
	font-size: 24px;
	font-family: "微软雅黑";
	line-height: 40px;
	text-transform:uppercase;
	font-weight: normal;
}
.cplist {
	width:1200px;
	padding: 0;
	overflow: hidden;
}
.cplist ul{ 
	overflow:hidden;
	zoom:1; 
}
.cplist li {
	padding:10px;
	overflow: hidden;
	width: 272px;
	background: #fff;
	float: left;
	border-bottom:12px solid #ebab4a;
	margin:0 13px;
}
.cplist li .pic {
	width: 272px;
	height: 206px;
	overflow: hidden;
}
.cplist li .pic p {
	width: 272px;
	height: 206px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*text-align:center;/* 针对IE的Hack */
	*display: block;
}
.cplist li .pic img {
	vertical-align:middle;
	transition-duration:0.6s;
	width: 100%;
	height: auto;
}
.cplist li span {
	display: block;
	font-family: "微软雅黑";
	color: #212121;
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	padding-top: 10px;
}
/*.cplist 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);  
}*/
.pshare {
	padding: 0;
	overflow: hidden;
}
.pshare a {
	display: inline-block;
	height: 27px;
	line-height: 27px;
	color: #6f6e6e;
	font-size: 14px;
}
.pshare a:hover {
	color: #ebab4a;
}
.cplist li:hover span {color: #ebab4a;}

/*关于我们*/
.main2f {
	width: 100%;
	max-width: 1920px;
	background: url(../images/m2bg.jpg) no-repeat top center;
	margin:0 auto;
	padding: 40px 0;
	overflow: hidden;
}
.main2f .title_1 {
	background: url(../images/title2.png) no-repeat top center;
}
.main2f .title_1 h2 {color: #fff;}
.about {
	overflow: hidden;
	padding:0;
}
.aboutcon{
	font-family: "微软雅黑";
	color: #dbecfd;
	font-size: 14px;
	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;
}
.alist {
	text-align: center;
	height: 62px;
	line-height: 62px;
}
.alist a {
	display: inline-block;
	width: 330px;
	line-height: 62px;
	width: ;
	border: 1px solid #659fdc;
	background: #0065ca;
	margin:0 10px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: url(../images/aicon.png) no-repeat 70px center;
}

/*客户案例*/
.main3f {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	padding: 35px 0;
	overflow: hidden;
}
.main3f li {
	border: 1px solid #e4e4e4;
	border-bottom:12px solid #ebab4a;
}

/*新闻中心*/
.main4f {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	padding: 35px 0;
	overflow: hidden;
}
.title_2 {
	height: 35px;
	line-height: 35px;
	position: relative;
	margin-bottom: 10px;
}
.title_2:after {
	content: "";
	display: block;
	width: 910px;
	height: 1px;
	position: absolute;
	top:50%;
	left: 206px;
	background: #c4c4c4;
}
.title_2 span {
	width: 207px;
	display: block;
	background: url(../images/title3.png) no-repeat left center;
	padding-left: 105px;
	color: #212121;
	font-size: 24px;
}
.title_2 a {
	display: block;
	width: 80px;
	font-size: 18px;
	color: #212121;
	text-align: center;
}
.news {
	overflow: hidden;
}
.news li {
	width: 525px;
	height: 125px;
	overflow: hidden;
	background: url(../images/newbg.jpg) no-repeat left bottom;
	padding: 0;
}
.news li:nth-child(odd) {
	float: left;
}
.news li:nth-child(even) {
	float: right;
}
.news li h2 {
	color: #393939;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 35px;
	transition: all 0.3s;
}
.news li p {
	color: #646464;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 20px;
}
.news li span {
	display: block;
	color: #9d9c9c;
	font-size: 14px;
	line-height: 30px;
	margin:10px 0;
}
.news li:hover h2{
	color: #0058c4;
	font-size: 16px;
	padding-left: 5px;
}
.news li:hover p,.news li:hover span{
	color: #0058c4;
}



