*{
	font-family: Arial, Helvetica,'微软雅黑', sans-serif;
}
.banner-bg{
	width:100%;
	height:700px;
}
.banner-bg img{
	width:100%;
	height:700px;
}

.product-contain{
	width:100%;
	margin: 0 auto;
	height:auto;
}
.product-con{
	width:1200px;
	margin: 0 auto;
	padding:70px 0;
}
.product-box{
	width:100%;
	margin-bottom: 30px;
}
.product-intr{
	width:50%;
	float: left;
}
.product-intr span{
	font-size: 32px;
	color:#000;
	line-height: 89px;
	
}
.product-intr p{
	display: block;
	width:90%;
	font-size: 17px;
	color:#5b677c;
	line-height: 29px;
	letter-spacing: 0.8px;
	margin-bottom: 33px;
}
.product-intr a{
	display:inline-block;
	width:128px;
	padding:9px 31px;
	font-size: 16px;
	color:#5b677c;
	border: 1px solid #d2d2d2;
	border-radius: 23px;
	/* background-color: #fff; */
}
.product-intr a:hover{
	border: 1px solid #2384d4;
	color:#2384d4;
}
.product-pic{
	float: left;
	width:600px;
	height:298px;
	
}
.product-pic img{
	width:600px;
	height:298px;
}

.product-link{
	display: flex;
	justify-content: space-between;
	
}
.product-link a{
	width:25%;
	margin:7px 7px;
	/* height: 194px; */
	padding:30px 0;
	border:1px solid #dddddd;
	background-color: #fff;
}
/* .product-link-cell{
	width:25%;
	margin:0 7px;
	height: 194px;
	padding:30px 0;
	border:1px solid #dddddd;
	
} */

.product-link a:hover{
	box-shadow:0 14px 27px rgba(0,0,0,0.2);
	transform:translate3d(0,-7px,0);
	-webkit-transition: transform .2s linear;
	  transition-property: transform;
	  transition-duration: 0.2s;
	  transition-timing-function: linear;
	  transition-delay: 0s;
}
.product-link-cell span{
	display: block;
	text-align: center;
	font-size: 17px;
	color:#535353 ;
	margin:15px 0;
}
.bg1{
	background-image:url(../img/product/bg1.png);
	background-repeat: no-repeat;
}
.bg2{
	background-image:url(../img/product/bg2.png);
	background-repeat: no-repeat;
}


a {
	color: #666;
}

a:hover {
	color: #005fc2;
}

/* 硬件产品中心 */

.bg3{
	background-image:url(../img/product/bg3.png);
	background-repeat: no-repeat;
}
.bg4{
	background-image:url(../img/product/bg4.png);
	background-repeat: no-repeat;
}

.bg5{
	background-image:url(../img/product/bg5.png);
	background-repeat: no-repeat;
	background-position: 70px 20px;
}










