	@charset "utf-8";
body {
	background: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Microsoft Yahei";
	background-image: url(../images/636091115674445092.jpg);
}

ol,
ul,
p {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

* {
	font-family: Microsoft Yahei;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img,
input {
	border: 0px;
}

ul li {
	list-style: none;
}

ul,
p {
	padding: 0px;
	margin: 0px;
}
i{
	font-style: normal;
}




/* 产品 */


#pro{
	width: 1200px;
	overflow: hidden;
	padding: 50px 0px 20px 0px;
	margin: 0 auto;
	background: #fff;
}
.pro-l{
	width: 290px;
	float: left;
}
.pro-r{
	width:870px;
	float: right;
}
.pro-r .pro-tt{
	background: #f4f5f6;
	width: 100%;
	height: 80px;
	margin-bottom: 15px;
}
.pro-r .pro-tt h2{
	font-size: 30px;
	color: #2442b2;
	line-height: 80px;
	float: left;
	padding-left: 20px;
}
.pro-r .pro-tt span{
	font-size: 18px;
	color: #666;
	float: left;
	line-height: 80px;
	padding-left: 5px;
}
.pro-r .pro-tt a{
	font-size: 14px;
	color: #666;
	float: right;
	width: 60px;
	height: 55px;
	display: block;
	background: url(../images/t4.jpg) center 8px no-repeat #fff;
	margin: 15PX;
	text-align: center;
	padding-top: 30px;
	box-sizing: border-box;
}
.pro-pic{
	width: 900px;
	height: 510px;
	overflow: hidden;
	margin-bottom: 15px;
	display: block;
	position: relative;
}
.pro-pic img{
	width: 900px;
	height: 510px;
}
.pro-pic p{
	position: absolute;
	bottom: 10px;
	right: 20px;
}
.pro-pic p span{
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background: #fff;
	border-radius: 50%;
	display: block;
	margin: 5px;
	float: left;
	text-align: center;
}
.pro-on{
	background: #ff0000 !important;
	color: #fff;
}

#pro-box1{
	width: 100%;
	overflow: hidden;
}
#pro-box1 li{
		width: 270px;
		height: 290px;
		background: #fff;
		margin: 10px;
		float: left;
		list-style: none;
		overflow: hidden;
		position: relative;
		z-index: 0;
		border: solid 1px #d5d2d2;
		box-sizing: border-box;
		
}
#pro-box1 li img{
		width: 100%;
		height: 210px;
		padding: 0;
		margin: 0;
}
#pro-box1 li p{
	position: absolute;
	width: 100%;
	height: 80px;
	background: #fff;
	z-index: 999;
	left: 0;
	bottom: 0;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	
	
}
#pro-box1 li:hover p{
	position: absolute;
	width: 100%;
	height: 80px;
	background: #fff;
	z-index: 999;
	left: 0;
	bottom: 0;
	
	
}
#pro-box1 li p>a{
		width: 100%;
		line-height:40px;
		height: 40px;
		text-align: center;
		font-size: 18px;
		color: #000;
		display: block;
		
}
#pro-box1 li p em{
	background: url(../images/pro-tel.png) 20px center no-repeat #0037a5;
	font-size: 18px;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
#pro-box1 li:hover p em{
	background: #eee;
	font-size: 18px;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #333;
	text-align: center;
}
