.w-r{
	width: 1150px;
	margin: auto;
}
.w_100{width: 100%;}
.jieshao_con{
	margin: 10% auto;
}
.bps_title{margin: auto;}
.jieshao_con p{
	margin-top: 60px;
	font-size: 18px;
	color: #004280;
	text-indent: 2em;
	font-family: Source Han Sans CN;
}
.pro_list{margin-bottom: 10%;}
.pro_list p{
	position: relative;
	margin-bottom: 30px;
}
.pro_list img{
	position: absolute;
	display: inline;
}
.left_img{
	left: 0;
}
.right_img{
	right: 0;
}
.bps_btn{
	top:50px;
}
.foot_con{
	height: 80px;
	background-color: #004280;
}
@media screen and (max-width:1150px) {
	.w-r{width: 100%;padding: 0 10px;}
	.pro_list img{width: 55%;}

}
@media screen and (max-width:768px) {
	.bps_title{width: 60%;}
	.pro_list p{margin-bottom: 20px;}
	.jieshao_con p{margin-top: 5%;font-size: 16px;}
	.foot_con{height: 40px;}
	.bps_btn{top:5%;}
}