/*首页*/
.home_title{
	background: #242f38;
	overflow: hidden;
	color: #fff;
}
.home_title a{
	color: #fff;
}
.home_title_tubiao{
	width: 28px;
	height: 28px;
	background: #e34138;
	border-radius: 28px;
	color: #fff;
	box-shadow: 0 0 15px #e34138;
	line-height: 28px;
	text-align: center;
}
.home_head{
	background: #c42f2f;
	padding: 30px 0;
	overflow: hidden;
	margin-bottom: 80px;
}
.home_head_button{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #fff;
	border-radius: 5px;
	color: #c42f2f;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	display: block;
}
.home_main_list{
	border: 1px solid #e5e5e5;
	padding: 50px 30px;
	min-height: 280px;
}
.home_note{
	font-size:45px;
	color: #c42f2f;
}
/*产品*/
.product_list{
	border: 1px solid #e29797;
	padding: 30px 20px;
	overflow: hidden;
	margin: 20px 0;
}
.product_content{
	border: 1px solid #e5e5e5;
	padding:40px;
	min-height: 610px;
	overflow: hidden;
}
.product_pic{
	width:100%;
	height: 230px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
}
.product_pic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/*下载*/
.download_list{
	padding: 15px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	line-height: 60px;
	width: 90%;
	margin: 0 auto;
}
.download_button{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #c42f2f;
	text-align: center;
	color: #fff;
	font-size: 20px;
	display: block;
}
.download_button:hover{
	color: #fff
}
/*地址*/
.adress_main{
	border: 1px solid #e5e5e5;
	padding: 50px 30px;
	min-height: 210px;
}
.adress_content{
	width: 100%;
	height: 700px;
	overflow: hidden;
}
.font13{
	font-size: 13px;
}
.footer a{
	color: #fff;
}
.footer a:hover{
	color: #fff;
}
/*手机端*/
@media screen and (max-width:991px){
	.p-7 {
	    padding:0rem !important;
	}
	.download_list{
		line-height: 30px;
	}
	.download_button{
		margin-top: 10px;
	}
}