@charset "utf-8";
/* CSS Document */

.title1 {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 40px;
	overflow:hidden;
}
.title1 h2 {
	font-size: 30px;
	color: #005ab9;
	margin-top: 40px;
	position: relative;
	font-weight: bold;
	z-index: 99;
	font-family:"微软雅黑"
}
.title1 h2::before {
	content: 'PRODUCT CENTER';
	font-size: 40px;
	font-weight: bolder;
	/*            width: 28px;*/
	/*            border: 2px solid #fff;*/
	position: absolute;
	color: rgba(0, 0, 0, 0.102);
	width: 700px;
	z-index: 1;
	text-align: center;
	/*	margin-top: 10px;*/
	left: calc(50% - 350px);
	/* 通过改变边框颜色，可以改变三角形的方向 */
	/* bottom:10px; */
	font-family:"微软雅黑"
}
.title1 p {
	font-size: 10px;
	color: #333;
	letter-spacing: 10px;
}

.cp h2::before {
content: 'PRODUCT CENTER';	}

.ys h2::before {
content: 'ADVANTAGES';	}
	
.ab h2::before {
content: 'ABOUT US';	}

.ne h2::before {
content: 'INFORMATION';	}
		
		
	.lm{
		width: 100%;
		margin: 50px auto;
		

	}	
	.lm .lm_box{
		width: 100%;
		float: left;

		box-sizing: border-box;
	}
	.lm_item{
		width: 33.33%;
		padding: 5px;
		float: left;
		

		overflow: hidden;
		box-sizing: border-box;
	}

	.lm_item a{
		width: 100%;
		float: left;
position: relative;
	}

.lm_item img{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
	.lm_item .lm_hz{
		width: 100%;
		height: 100%;

		position: absolute;
		
		top: 0px;
		left: 0px;
		z-index: 999;

	}	
	.lm_x{
		width: calc(100% - 0px);
		height: calc(100% - 0px);

		background-color: rgba(0,0,0,0.3);
		position: absolute;
        left: 0px;
		top: 0px;

	}

	
	.lm_item .lm_hz h3{
		font-size: 16px;
		line-height: 200%;
		color: #fff;
		text-align: center;
		margin-top: 15%;
	}
	.lm_item p{
		text-align: left;
		width: 100%;
		font-size: 10px;
		color: #4B4A4A;
		font-weight: 200;line-height: 150%;
		
		
	}	

.l_box{
	width: 50%;
	float: left;
}
.r_box{
	width: 45%;
	float: right;
	height: 100%;
	
}
.r_box img{
	width: 100%;
	height: 100%;
	
	
}




.pro_box{
	width: 100%;
}
		/* css 重置 */
		*{margin:0; padding:0; list-style:none; }
		body{ background:#fff; font:normal 12px/22px 宋体;  }
		img{ border:0;  }
		a{ text-decoration:none; color:#333;  }
		.js{width:90%; margin:10px auto 0 auto; }
		.js p{ padding:5px 0; font-weight:bold; overflow:hidden;  }
		.js p span{ float:right; }
		.js p span a{ color:#f00; text-decoration:underline;   }
		.js textarea{ height:50px;  width:98%; padding:5px; border:1px solid #ccc; border-top:2px solid #aaa;  border-left:2px solid #aaa;  }


		/* 本例子css */
		.por_box .multipleColumn{ overflow:hidden; position:relative; width:100%;  }
		.por_box .multipleColumn .hd{ overflow:hidden;  height:30px;  padding:0 10px;  }
		.por_box .multipleColumn .hd .prev,.multipleColumn .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("images/icoLeft.gif") no-repeat;}
		.por_box .multipleColumn .hd .next{ background:url("images/icoRight.gif") no-repeat;  }
		.por_box .multipleColumn .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
		.por_box .multipleColumn .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
		.por_box .multipleColumn .hd ul li.on{ background-position:0 0; }

		.por_box .multipleColumn .bd{ padding:10px; overflow:hidden;  }
		.por_box .multipleColumn .bd ul{ overflow:hidden; zoom:1; width:50%;  float:left; _display:inline;  }
		.por_box .multipleColumn .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.por_box .multipleColumn .bd ul li .pic{ text-align:center; }
		.por_box .multipleColumn .bd ul li .pic img{ width:100%; display:block;  padding:2px; border:1px solid #ccc; }
		.por_box .multipleColumn .bd ul li .pic a:hover img{ border-color:#999;  }
		.por_box .multipleColumn .bd ul li .title{ line-height:24px;   }
