@charset "utf-8";
/* CSS Document */

/*产品服务*/
.pdt_head{
	position:relative;
}
.pdt_head_1{
	display:block;
	width:100%;
	position:relative;
	overflow:hidden;
	height:360px;
}
.pdt_head_1 img{
	position:absolute;
	display:block;
	width:1920px;
	min-height:360px;
	left:0;
	top:0;
}
.pdt_head_2{
	position:absolute;
	width:80%;
	transform:translate(-50%,-50%);
	top:50%;
	left:50%;
	display:block;
	font-size:20px;
	text-align:center;
	color:#000;
}

.pdts{
	position:relative;
	overflow:hidden;
	margin:40px 0;
}
.pdt_tl{
	display:block;
	font-size:16px;
	color:#000;
	line-height:35px;
	text-align:center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.pdt{
	margin-top:40px;
}
.pdt li{
	border:2px solid #2b2b2b;
	border-radius:10px;
	padding:20px;
	width:calc(50% - 44px);
}
.pdt_pic{
	display:block;
	width:100%;
}
.pdt_pic img{
	display:block;
	width:80%;
	max-width:370px;
	margin:0 auto;
}
.pdt_wen{
	display:block;
	font-size:16px;
	color:#010101;
	text-align:center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.pdt_wen em{
	display:block;
	font-size:14px;
	color:#666;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
#thumbs03{
	margin:0 30px;
}
.swiper-container03 .swiper-slide-thumb-active .pdt_tl{
	color:#fff;
	background-color:#134e86;
}
.swiper-container03 .swiper-button-prev{
	background:url(../images/product/pdt_prev.png) no-repeat;
	background-size:100%;
	width:30px;
	height:35px;
	left:0;
	top:0;
	margin-top:0;
}
.swiper-container03 .swiper-button-next{
	background:url(../images/product/pdt_next.png) no-repeat;
	background-size:100%;
	width:30px;
	height:35px;
	right:0;
	top:0;
	margin-top:0;
}





/*工业软件*/
.gyrj_box{
	padding-top:40px;
	padding-bottom:40px;
}
.gyrj_tl{
	display:block;
	text-align:center;
	font-size:24px;
	color:#000;
	text-shadow:2px 2px 4px rgba(8,55,109,.3);
}
.gyrj_tls{
	color:#fff;
	position:absolute;
	width:100%;
	left:0;
	top:10px;
}
.gyrj_tl img{
	display:inline-block;
	width:30px;
	margin-right:10px;
	vertical-align: sub;
}
.gyrj_ul{
	padding-top:10px;
	padding-bottom:40px;
	position:relative;
}
.gyrj_ul li{
	margin-top:30px;
}
.gyrj_li{
	width:100%;
	max-width:400px;
	margin:0 auto;
	position:relative;
	box-shadow:10px 0 20px rgba(75,105,139,.70);
	overflow:hidden;
}
.gyrj_li_1{
	display:block;
	width:100%;
}
.gyrj_li_1 img{
	display:block;
	width:100%;
	transition: 0.3s;
}
.gyrj_ul li:hover .gyrj_li_1 img{
	transform:scale(1.1);
}
.gyrj_li_2s{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-color:rgba(42,104,178,.60);
	padding-top:10px;
}
.gyrj_li_2{
	background-color:#2a68b2;
	padding:15px;
}
.gyrj_li_2 span{
	display:block;
	font-size:16px;
	color:#fff;
	text-align:center;
	margin-bottom:10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.gyrj_li_2 p{
	text-align:justify;
	font-size:13px;
	color:#fff;
	line-height:20px;
	height:60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.gyrj_li_more{
	position:absolute;
	display:block;
	width:100%;
	bottom:0;
	right:0;
	text-align:center;
}
.gyrj_li_more img{
	display:block;
	width:50%;
	max-width:80px;
	margin:0 auto;
}

/*工业软件-WMS软件*/
.xtjz_box{
	position:relative;
	overflow:hidden;
	width:100%;
}
.xtjz{
	display:block;
	width:100%;
	overflow:hidden;
}
.xtjz img{
	display:block;
	width:100%;
}
