.showprobanner{
	width: 100%;
	background-color:#144e89;
	height: 230px;
	padding: 60px 0px;
}
.showprobannerdv{
	width:1300px;
	margin: 0 auto;
}
.showprobannerdv h1{
	font-size: 32px;
	color: #ffffff;
}
.showprobannerdv ul{
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap;
	width: 710px;
	margin-top: 20px;
}
.showprobannerdv ul li{
	width: 165px;
	height: 50px;
	margin: 6px;
}
.showprobannerdv ul li a{
	display: block;
	line-height: 50px;
	color: #fff;
	background-color: #0b5198;
	text-align: center;	
	transition: all .3s;
}
.showprobannerdv ul li a:hover{
	background-color: #b5d6f8;
	color: #144e89;
}
.showproduct{
	padding: 30px 0px;
	background-color: #f6f7f8;
}
.showproductdv{
	width: 1300px;
	margin: 0 auto;
}
.showproductdv .Mb_prolist ul li{
	background-color: #fff;
}
.showproductdv .Mb_prolist ul li img{
	display: block;
}



/*详情*/
.proaddress{
	width: 100%;
	height: 60px;
	background-color: #f6f7f8;
}
.proaddressdv{
	width: 1300px;
	margin: 0 auto;
	color: #a9a9a9;
	font-size: 14px;
}
.proaddressdv a{
	color: #a9a9a9;
}
.proaddressdv a:last-child{
	color: #144e89;
	line-height: 60px;
}
.showpro{
	width: 1300px;
	margin: 35px auto;
	border-top: 1px solid #e4e3e3;
	border-bottom: 1px solid #e4e3e3;
	padding: 25px 0px;
	display: flex;
	justify-content: space-between;
}
.showproleft{
	width: 750px;
	display: flex;
	justify-content: space-between;
}
.showproright{
	width: 510px;
}
.showproright h1{
	line-height: 65px;
	border-bottom: 1px solid #dedfe0;
	font-size: 32px;
	color: #333333;
	margin-bottom: 30px;
}
.showproright p{
	color: #333333;
	font-size: 16px;
	line-height: 35px;
}
.showproright div {
	display: flex;
	justify-content: flex-start;
	margin-top: 50px;
	padding-top: 35px;
	border-top: 1px solid #e4e3e3;
}
.showproright div a{
	display: flex;
	justify-content: center;
	width: 140px;
	height: 50px;
	color: #fff;
	font-size: 16px;
	background-color: #144e89;
	line-height: 50px;
	align-items: center;
	margin-right: 20px;
}
.showproright div p{
	display: flex;
	justify-content: flex-start;
	color: #144e89;
	font-size: 32px;
	font-family: "AvantGarde Bk BT";
	line-height: 45px;
}
.showproright div p i{
	display: block;
	height: 45px;
	width: 45px;
	border: 1px solid #e8e8e8;
	border-radius: 50%;
	text-align: center;
	line-height: 45px;
	margin-right: 15px;
	font-size: 24px;
}
.shoprotexttop{
	height: 60px;
	border-top: 5px solid #fcfcfc;
	box-shadow: 0px 5px 5px #eeedee;
}
.shoprotexttop h1{
	width: 1300px;
	margin: 0 auto;
	line-height: 60px;
	color: #144e89;
	font-size: 20px;
	position: relative;
}
.showprocon{
	width: 1300px;
	margin:50px auto;
}
.proxgcp{
	width: 100%;
	background-color: #f6f7f8;
	padding-top: 75px;
	padding-bottom: 60px;
}
.proxgcpdv{
	width: 1300px;
	margin: 0 auto;
}
.proxgcptop{
	color: #144e89;
	font-size: 32px;
}
.proxgcp .Mb_prolist ul li{
	margin-top:0px ;
}

		.gallery-top {
	      	height: 390px;
	      	width: 590px;
	    }
	    .gallery-thumbs {
	    	width: 140px;
	      	box-sizing: border-box;
	      	height: 390px;
	      	overflow: hidden;
	    }
	    .gallery-thumbs .swiper-slide {
	    	width: 136px;
	      	height:calc(100% - 4px);
	      	transition: all .3s;
	      	opacity: 0.4;
	    }
	    .gallery-thumbs .swiper-slide{
	    	background-size: cover;
	    }
	    .gallery-thumbs .swiper-slide-active {
	      	opacity: 1;
	    }

@media only screen and (min-width: 1000px) and (max-width: 1299px){
	.showprobannerdv{
		width: 100%;
	}
	.showproductdv{
		width: 95%;
		margin: 0 auto;
	}
	.showproductdv .Mb_prolist ul li{
		width: 31%;
		padding: 1%;
	}
	.showpro{
		width: 95%;
	}
	.showproleft{
		width: 60%;
	}
	.showproright{
		width: 38%;
	}
	.showprocon,.shoprotexttop h1,.proxgcpdv{
		width: 95%;
	}
	.proaddressdv{width: 95%;}
}
@media only screen and (min-width: 764px) and (max-width:999px){
	.showprobannerdv{
		width: 95%;
		margin: 0 auto;
	}
	.showprobannerdv h1{
		font-size: 24px;
		margin-top: 30px;
	}
	.showprobannerdv ul{
		width: 100%;
	}
	.showprobannerdv ul li{
		width: 23%;
	}
	.showproductdv{
		width: 95%;
		margin: 0 auto;
	}
	.Mb_prolist ul li h1{
		font-size: 16px;
	}
	.showproductdv .Mb_prolist ul li{
		width: 47%;
		padding: 1%;
	}
	.showpro{
		width: 95%;
		flex-flow: wrap;
	}
	.showproleft{
		width: 100%;
	}
	.showproright{
		width: 100%;
	}
	.showprocon,.shoprotexttop h1,.proxgcpdv{
		width: 95%;
	}
	.showproright h1,.proxgcptop{
		font-size: 24px;
	}
	.proaddressdv{width: 95%;}
}
@media screen and (max-width: 767px){
	.proaddressdv{width: 95%;}
	.showprobannerdv{
		width: 95%;
		margin: 0 auto;
	}
	.showprobannerdv h1{
		font-size: 24px;
		margin-top: 30px;
	}
	.showprobannerdv ul{
		width: 100%;
	}
	.showprobannerdv ul li{
		width: 29%;
		height: 40px;
	}
	.showprobannerdv ul li a{
		line-height: 40px;
	}
	.showproductdv{
		width: 95%;
		margin: 0 auto;
	}
	.Mb_prolist ul li h1{
		font-size: 16px;
	}
	.showproductdv .Mb_prolist ul li{
		width: 46%;
		padding: 1%;
	}
	.Mb_prolist ul li div p{
		height: 90px;
		overflow: hidden;
	}
	.Mb_prolist ul li div span{
		display: none;
	}
	.showpro{
		width: 95%;
		flex-flow: wrap;
	}
	.showproleft{
		width: 100%;
	}
	.showproright{
		width: 100%;
	}
	.showprocon,.shoprotexttop h1,.proxgcpdv{
		width: 95%;
	}
	.showproright h1,.proxgcptop{
		font-size: 18px;font-weight: bold;
	}
	.gallery-thumbs{
		display: none;
	}
	.gallery-top {
	    height: 260px;
	    width: 100%;
	}
	.swiper-slide{
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: contain;
	}
	.showproright div{
		display: flex;
		flex-flow: wrap;
	} 
	.showproright div p{
		margin-top: 20px;
	}   
}
