figure.aligncenter img { display: block; margin: 10px auto; }
@media(max-width: 991px) {
	figure.aligncenter img { width: 90%; }
}

.new-products .product { margin-bottom: 30px; }

@media(max-width: 767px) {
	.new-products .section-title { 
		margin: 20px auto;
		width: 90%; 
	}
	.new-products .row {
		margin: 0 auto;
		width: 90%; 
		display: flex; 
		flex-wrap: wrap; 
	}
	.new-products .product { width: 50%; }
}

/* 产品详情 */
.container-fluid{
	margin:0;
	padding:0;
}		

/* 开始		 */
.headerNav {
	width: 100%;
	height: 60px;
	background: #F2FAFF;
}
.headerNavUl {
	display: flex;
	width: 80%;
	margin: 0 auto;
	align-items: center;
	height: 100%;
}

.ListMainer {
	width: 80%;
	margin: 0 auto;
	margin-top: 50px;
}
.listProduct {
	margin: 0;
}
.listProductLeft {
	padding: 0;
	align-content:center;
}
.listProductLeftImg {
	text-align: center;
	width: 80%;
	display:flex;
	align-items:center;
	overflow:hidden;
	/* 	    height: 100%; */
}
.listProductLeftImg img {
	width: 100%;
	height: auto;
}
.listProductRight {
	padding: 0;
}
.listProductRightUl {
	display: flex;
	flex-direction: column;
}
.listTitle p {
	line-height: 36px;
	font-size: 36px;
	color: #0480C5;
	padding-left: 18px;
	border-left: 7px solid #0480C5;
	margin-bottom:15px;
}

.listText {
	font-size: 16px;
	color: #3F3F3F;
	line-height:1.5;
}
.textIndex {
	text-indent: 32px;
}
.listIcon {
	margin: 0;
	margin-top:30px;
	display: flex;
	flex-wrap: nowrap;
}
.listIconBox {
	flex-shrink: 0;
	display: inline-block;
	width: 25%;
}
.listIconImg {
	width: 50%;
}
.listIconBoxTitle {
	font-size: 16px;
	margin-top: 15px;
	color: #0480C5;
}
.listIconBoxButton {
	color: #fff;
	width: 20%;
	font-size: 18px;
	outline: none;
	min-width: 100px;
	padding: 5px;
	margin-top: 20px;
	background-color: #00479d;
}
.productDetails {
	margin-top: 20px;
}
.listLine {
	width: 100%;
	height: 2px;
	background: #0480C5;
	opacity: 0.89;
}
.productTitle {
	font-size: 18px;
	color: #0480C5;
	margin-bottom:15px;
}
.correlationProductUlContent{
	margin:0 -10px;
}
.correlationProductUlContentLi{
	padding:0 10px;
}
.correlationProductUlContentLiImg {
	text-align: center;
	overflow: hidden;
}
.correlationProductUlContentLiImg > img {
	width: 100%;
	cursor:pointer;
	transform: scale(1.2);
}
.correlationProductTitle {
	font-size: 18px;
	margin-top: 16px;
	margin-bottom: 7px;
	color: #888888;
}
.correlationProductText {
	font-size: 14px;
	color: #3F3F3F;
	line-height:1.5;
}
@media (max-width: 992px) {
	.headerNavUl {
		width: 90%;
	}
	.ListMainer {
		width: 90%;
	}
	.listProductLeftImg img {
		/*     width: 90%; */
	}
}
@media (max-width: 768px) {
	.headerNavUl {
		width: 92%;
	}
	.ListMainer {
		width: 92%;
	}
	.listProductLeftImg img {
		transform: scale(1);
	}
	.listProductLeftImg {

		width:100%;
	}	
	/* 	.correlationProductUlContentLi:nth-child(2n){
	padding-left:5px;
	padding-right:0;
}
	.correlationProductUlContentLi:nth-child(2n-1){
	padding-left:0px;
	padding-right:5px;
} */
	.correlationProductUlContent{
		margin:0 -5px;
	}
	.correlationProductUlContentLi{
		padding:0 5px;
	}
	.listTitle p {
		line-height: 25px;
		font-size: 25px;
		margin-bottom: 10px;
		padding-left: 6px;


	}
	.listIcon{
		margin-top:15px;
	}
	.listIconBoxButton{
		margin-top:10px;
	}
	.ListMainer{
		margin-top: 20px;
	}
}
/* php样式 */
.breadcrumbs{
	display: flex;
	align-items: center;
	height: 100%;
	width: 80%;
	margin: 0 auto;
	font-size: 14px;

}
.breadcrumbs a{
	color: #888888;

}
.breadcrumbs li{
	cursor: pointer;
}

.breadcrumbs li:nth-child(2) {
	color:#00479D;
}
@media (max-width: 768px) {
	.breadcrumbs{
		width: 92%;
	}
}

ul { list-style: none; }

.breadcrumb-wrapper { 
	box-shadow: 0 0 5px rgb(0 0 0 / 35%);
	background: #fafafa;
	margin: 0;
}
.breadcrumb { 
	margin: 0;
	padding: 15px 0;
}
.breadcrumb>li+li:before { display: none; }
