.banner {
	position: relative;
	text-align: center;
}
.banner_box {
	position:absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
}
.banner .banner_box .banner_title {
	height: 84px;
	font-size: 60px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 84px;
	letter-spacing: 20px;
	position: relative;
}
.banner .banner_box .banner_title::after {
	position: absolute;
	left:50%;
	bottom:-25px;
	transform: translate(-50%,0);
	vertical-align: middle;
	width: 690px;
	border: 2px solid #FFFFFF;
	content: '';
}
.banner .banner_box .banner_subtitle {
	margin-top: 50px;
	height: 45px;
	font-size: 32px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 45px;
	letter-spacing: 10px;
}
.banner .banner_service {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 88px;
	line-height: 88px;
	background: rgba(0,0,0,0.5);
	backdrop-filter: blur(10px);
}
.banner_service ul li {
	width: 110px;
	height: 28px;
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 28px;
}
.banner_service ul li:hover {
	color: #E80000 !important;
}
.about_us {
	background-color: #F5F9FE;
	padding-top: 100px;
	padding-bottom: 40px;
}
.about_us .box {
	position: relative;
}
.about_us_box {
	position: absolute;
	top:0;
	left: 0;
	width: 560px;
}
.about_us_box .title {
	margin-top: 50px;
	height: 33px;
	font-size: 24px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 33px;
}
.about_us_box .subtitle {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 26px;
}
.about_us_box .subtitle p {
	margin-top: 20px;
}
.about_title {
	width: 120px;
	height: 42px;
	font-size: 30px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #000000;
	line-height: 42px;
	position: relative;
}
.about_title_new {
	width: 150px;
}
.about_title::after {
	position: absolute;
	left:0;
	bottom:-20px;
	vertical-align: middle;
	width: 120px;
	border: 2px solid #E80000;
	content: '';
}
.about_title_new::after {
	width: 150px;
}
.team {
	position: relative;
}
.team .team_box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.team_box .box_item {
	padding: 30px;
	width: 390px;
	height: 145px;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
	backdrop-filter: blur(0px);
}
.team_box .box_item .title {
	height: 25px;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000000;
	line-height: 25px;
}
.team_box .box_item .title span {
	font-size: 36px;
	line-height: 42px;
}
.team_box .box_item .subtitle {
	margin-top: 25px;
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #555555;
	line-height: 22px;
}
.product {
	position: relative;
}
.product .product_box {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
}
.product_box ul {
	margin-top: 100px;
}
.product_box ul li {
	align-items: flex-start;
	border-bottom: 1px solid #DEE1E5;
	padding:25px 0;
}
.product_box ul li:last-child {
	border-bottom: 0;
}
.product_box ul li .flag {
	width: 40px;
	text-align: center;
	padding-top:10px;
}
.product_box ul li .flag .circle {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #E80000;
}
.product_box ul li .content {
	flex:1;
}
.product_box ul li .title {
	height: 28px;
	font-size: 20px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #000000;
	line-height: 28px;
}
.product_box ul li .subtitle {
	margin-top: 25px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 26px;
}
.service {
	position: relative;
}
.service .service_box {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
}
.service_box .left img {
	width: 50px;
	height: 50px;
}
.service_box .left {
	padding-right: 35px;
}
.service_box ul li {
	width: 390px;
	height: 144px;
	background: #F3F7FE;
	display: flex;
	margin-top: 20px;
	padding: 25px;
}

.service_box ul li .title {
	position: relative;
	height: 40px;
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000000;
	line-height: 40px;
}
.service_box ul li .title::after{
	position: absolute;
	left: 0;
	bottom: 0;
	vertical-align: middle;
	width: 25px;
	height: 2px;
	background: #000000;
	content: '';
}
.service_box ul li .subtitle {
	margin-top: 15px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #555555;
	line-height: 20px;
}
.location {
	padding: 100px 0;
}
.location .location_box {
	margin-top: 80px;
}
.location_box .location_left {
	position: relative;
	width: 560px;
	height: 350px;
	background: #F4F8FE;
}
.location_left .left_box {
	position: absolute;
	left: 0;
	top: 0;
}
.left_box .title {
	height: 33px;
	font-size: 24px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 33px;
	margin-bottom: 25px;
}
.left_box .subtitle {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
}
.left_box .left_box_btn {
	margin-top: 40px;
}

.location_box .location_left img {
	width: 560px;
	height: 350px;
}
.location_box .location_right {
	width: 660px;
	height: 350px;
}

.news {

}
.news_box {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news_box figure img {
	width: 500px;
	height: 281px;
	background: linear-gradient(181deg, #EEF8FE 0%, #EEF8FE 100%);
}
.news_box .news_list li {
	display: flex;
	justify-content: space-around;
	line-height: 56px;
}
.news_box .news_list li > .date {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 56px;
}
.news_box .news_list li a> .title {
	margin-left: 20px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000;
	width: 566px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_box .news_list li:not(:last-child) {
	border-bottom: 1px solid #D6DBE1;
}
#dituContent {
}

.mapContent {
	width: 240px;
	height: 100px;
	position: relative;
	top: -30px;
}

.BMap_bubble_content {
	overflow: visible !important;
}

.mapContent .title {
	margin-top: 20px;
	width: 100%;
	font-size: 18px;
	color: #333;
	font-weight: 600;
}

.mapContent .main {}

.mapContent .main p {
	margin: 10px 0;
	padding: 0;
}
