@charset "utf-8";
/* CSS Document */
/*产品*/
.m1 {
	margin-top: 40px;
}
.m1 .l{
	width: 252px;
	overflow: hidden;
}
.m1 .ha{
	display: block;
}
.m1 ul{
	border: 1px solid #d9d9d9;
	border-top: none;
	border-bottom: none;
}
.m1 li{
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid #d9d9d9;
}
.m1 li a{
	display: block;
	font-size: 16px;
	padding-left: 38px;
	color: #323232;
}
.m1 li span{
	padding-left: 44px;
	background: url(../images/jian.jpg) 0 center no-repeat;
	transition:all 0.2s;
}
.m1 li:hover span{
	background: url(../images/jia.jpg) 0 center no-repeat;
	color: #0196e0;
}
.m1 .r{
	width1: 948px;
	overflow1: hidden;
	margin-top: 10px;
}
.m1 .r a{
	float: left;
	position: relative;
	margin-left: 24px;
	width: 290px;
	margin-bottom: 25px;
}
.m1 .r img{
	width: 290px;
	height: 204px;
}
.m1 .r h3{
	padding-top: 15px;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	text-align: center;
}
.m1 .r div,.m1 .r p{
	position1: absolute;
	width1: 290px;
	height1: 204px;
	top1: 0;
	left1: 0;
	overflow1: hidden;
}
.m1 .r div{
	opacity1: 0;
	transition1:all 0.5s;
}
.m1 .r p{
	background: #000;
	opacity: 0.5;
}
.m1 .r h6{
	font-weight: normal;
	margin: 90px auto 0;
	text-align: center;
	position: relative;
	z-index: 10;
}
.m1 .r span{
	padding-left: 37px;
	background: url(../images/ser.png) 0 center no-repeat;
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	display: inline-block;
}
.m1 .r a:hover div{
	opacity: 1;
}
.m1 .r a:hover h3{
	color: #f3906e;
}

/*关于我们*/
.m2{
	margin-top: 40px;
	background: #f3f3f3;
	overflow: hidden;
}
.m2 .wp{
	margin-top: 35px;
	margin-bottom: 35px;
}
.about{
	width: 775px;
	margin-top: 20px;
}
.tit{
	overflow: hidden;
	padding-bottom: 15px;
	background: url(../images/titbk.png) 0 bottom no-repeat;
	margin-bottom: 20px;
}
.tit h3{
	float: left;
	font-size: 22px;
	color: #333333;
}
.tit h3 span{
	font-weight: normal;
	color: #0196e0;
	font-style: italic;
}
.about .con{
	overflow: hidden;
}
.about .cona{
	float: left;
	position: relative;
	width: 333px;
	height: 254px;
	overflow: hidden;
}
.about img{
	position: relative;
	z-index: 10;
	width: 328px;
	height: 248px;
}
.about .cona p{
	width: 328px;
	height: 248px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #d8d8d8;
}
.about .con .r{
	width: 420px;
	overflow: hidden;
}
.about .con h3{
	font-size: 20px;
	color: #333;
	line-height: 67px;
}
.about .con .r p{
	font-size: 14px;
	color: #4c4c4c;
	line-height: 30px;
}
.about .con .r a{
	float: right;
	width: 106px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	background: #ee5907;
	color: #fff;
}
.news{
	width: 343px;
	padding: 20px;
	background: #fff;
	overflow: hidden;
}
.news .nt{
	overflow: hidden;
	line-height: 28px;
	margin-bottom: 10px;
}
.news .nt h3{
	float: left;
	font-size: 20px;
	color: #333;
	padding-left: 43px;
	background: url(../images/news.jpg) 0 center no-repeat;
}
.news .nt a{
	float: right;
	font-size: 16px;
	color: #333;
}
.news .list{
	line-height: 54px;
}
.news .list a{
	padding-left: 16px;
	background: url(../images/li1.jpg) 1px center no-repeat;
	font-size: 15px;
	color: #333333;
	transition:all 0.5s;
	display: block;
	border-bottom1: 1px dashed #cccccc;
}
.news .list a:hover{
	background: url(../images/li2.jpg) 1px center no-repeat;
	color: #3bb6f3;
}

/*成功案例*/
.slidem3 .bdcon{
	overflow: hidden;
}
.slidem3 .bdcon a{
	display: block;
	width: 289px;
	margin-right: 15px;
	position: relative;
	float: left;
}
.slidem3 img{
	width: 289px;
	height: 192px;
}
.slidem3 a div,.slidem3 a p{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.slidem3 a div{
	opacity: 0;
	transition: all 0.5s;
}
.slidem3 a p{
	background: #000;
	opacity: 0.5;
}
.slidem3 h3{
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin: 75px auto 0;
	padding-bottom: 20px;
	background: url(../images/span.jpg) center bottom no-repeat;
	position: relative;
	z-index: 10;
	font-weight: normal;
}
.slidem3 a:hover div{
	opacity: 1;
}