.container {
	width: 1600px;
	margin:0 auto;
    height: auto;
}
.TitleBox{
	background-color: #fff;
	width: 980px;
	height: 60px;
	padding-top: 20px;
	/* margin-top:30px; */
	margin:0 auto;
}
.TitleBox .mTitle{
	text-align: center;
	margin:0 auto;
}
.TitleBox .mTitle p{
	font-size: 36px;
    line-height: 50px;
	color: #444;
	padding-top:10px;
}
.TitleBox .mTitle b{
	color: #0f5fb6;
}
/* 产品详情 */
.product_xq_box{
    width: 1500px;
    height: 600px;
}
.product_xq_left{
    
    float: left;
    width: 750px;
    height: 600px;
}
.product_xq_left img{
    width: 700px;
}
.product_xq_right{
    
    float: right;
    width: 750px;
    height: 600px;
    
}
.product_xq_right p{
    padding-top: 100px;
    font-size: 24px;
    font-weight: bold;
    color: #444;
    line-height: 40px;
}
.product_xq_right img{
    width: 700px;
}
.product_xq{
	padding-top: 5px;
	width: 100%;
	height: auto;
    display: block;
}
.product_p_Box{
    width:1500px;
    height:auto;
    display: block;
    margin: 0 auto;
    position:relative;
}
.product_p_Box p{
    font-size: 24px;
    font-weight: bold;
    color: #444;
    line-height: 40px;
}
.product_p_Box b{
    color: #0f5fb6;
}
.product_xq img{
	width: 1500px;
    margin: 0 auto;
    display: block;
    position:relative;
}
.swiper{
	width: 1600px;
    height: 500px;
}
.swiper-slide{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 500px;
	height: 400px;
  }
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }