.carousel-inner a:hover{
	color: #fff !important;
}
.home_five a:hover{
	color: #fff !important;
}
.jiacu{
	font-weight: bold !important;
}
.tabs{
	overflow: hidden;
}
.tab{
	border: 1px solid #e5e5e5;
	height: 60px;
	line-height: 60px;
	text-align: center;
	overflow: hidden;
	border-radius: 60px;
	color: #5f6570;
	font-weight: bold;
	margin-bottom: 10px;
}
.active1 {
	background: #02245c;
	color: #fff;
}
.content {
  display: none;
  margin-top: 40px;
}
/*首页*/
.home_top{
	background: linear-gradient(to right,#02245c 80%, #f8641b 20%);
}
.home_first_button{
	width: 200px;
	height: 70px;
	line-height: 70px;
	border-radius: 3px;
	background: #ff5e14;
	display: block;
	text-align: center;
	color: #fff;
	font-size:1rem;
	font-weight: bold;
}
.home_first_button:hover{
	background: #fe783a;
	color: #fff;
}
.home_four{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index:3;
}
.home_four_text{
	position: absolute;
	top:35%;
	left:30px;
	right:30px;
	z-index: 5;
	color: #fff;
}
.home_five{
	background: url(../images/img6.jpg) no-repeat center top;
	background-size: cover;
	padding-bottom:90px;
}
.home_six{
	border: 1px solid #eeeeee;
	overflow: hidden;
	height: 250px;
	border-radius: 10px;
}
.home_six img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.home_six_title{
	margin-top: 20px;
	color: #02245c;
	font-size:1.2rem;
	font-weight: 700 !important;
}
.home_six_button{
	width: 150px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	background: #02245c;
	text-align: center;
	font-size: 1rem;
	display: block;
	color: #fff;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 20px;
}
.home_six_button:hover{
	background: #f8641b;
	color: #fff;
}
/*关于我们*/
.about_us_top{
	height: 445px;
	width: 100% !important;
	overflow: hidden;
}
.about_us_top image{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_us_bg{
	background: #f8f9fe !important; 
	padding: 150px 0;
}
.about_us_jianju{
	padding: 100px 0;
}
.text-end a{
	color: #fff;
}
.text-end a:hover{
	color: #fff;
}
.baise a{
	color: #fff;
}
.baise a:hover{
	color: #fff;
}
.huise a{
	color: #5f656f;
}
.huise a:hover{
	color: #5f656f;
}
.about_bg{
	background: #fff;
}
/*手机端*/
@media screen and (max-width:991px){
	.mobile_d-flex{
		flex-wrap: wrap;
		overflow: hidden;
	}
	.mobile_flex-shrink-0{
		width: 100% !important;
		text-align: center;		
	}
	.yincang{
		display: none !important;
	}
	.mobile_mt30{
		margin-top: 1.875rem;
	}
	.navbar img{
		width: 200px;
		height: 44px;
	}
	.me-0{
		margin-right: -30px !important;
	}
	.mobile_mt0{
		margin-top: 0 !important;
	}
	.about_us_bg{
		background: #f8f9fe !important; 
		padding: 60px 0 !important;
	}
	.about_us_jianju{
		padding: 40px 0 !important;
	}
}