@font-face {
  font-family: 'DINPro';
  src: url('./DINPro-Bold.ttf') format('truetype');
}
.font-DIN{
	font-family: "DINPro";
}
.z-max{
	z-index: 1099;
}
.fs-48{
	font-size:3rem;
	// font-size:48px;
}
.fs-18{
	font-size:1.125rem;
	// font-size:18px;
}
.fs-14{
	font-size:0.875rem;
	// font-size:14px;
}
.fs-28{
	font-size:1.75rem;
	// font-size:28px;
}
.fs-12{
	font-size:0.75rem;
	// font-size:12px;
}
.fs-24{
	font-size:1.5rem;
	// font-size:23px;
}
.fs-26{
	font-size:1.625rem;
	// font-size:26px;
}
.fs-40{
	font-size:2.5rem;
	// font-size:40px;
}
.fs-54{
	font-size:3.375rem;
	// font-size:54px;
}
.fs-56{
	font-size:3.5rem;
	// font-size:56px;
}

.p-30{
	padding:30px 0;
}
.pb-80{
	padding-bottom:80px;
}
.pb-53{
	padding-bottom:53px;
}
.pb-31{
	padding-bottom:31px;
}
.pt-100{
	padding-top:100px;
}
.pt-35{
	padding-top:35px;
}
.pt-40{
	padding-top:40px;
}
.ps-12{
	padding-left:12px !important;
}
.ps-53{
	padding-left:53px;
}
.pe-12{
	padding-right:12px !important;
}
.pe-88{
	padding-right:88px;
}
.pe-93{
	padding-right:93px;
}
.px-sm-50{
	padding-left: 50px;
	padding-right: 50px;
}
.me-70{
	margin-right:70px;
}

.lh-32{
	line-height: 32px;
}
.lh-38{
	line-height: 38px;
}
.lh-42{
	line-height: 42px;
}
.lh-75{
	line-height: 75px;
}
.h-35{
	height:35px;
}
.h-55{
	height:55px;
}
.h-64{
	height:64px;
}
.h-78{
	height: 78px;
}
.h-116{
	height: 116px;
}
.h-186{
	height: 186px;
}
.h-260{
	height: 260px;
}
.h-336{
	height:336px;
}
.h-377{
	height:372px;
}
.h-451{
	height:451px;
}
.h-550{
	height: 550px;
}
.h-588{
	height: 588px;
}
.h-635{
	height:635px;
}
.bottom-60{
	bottom: 60px!important;
}
.bottom-163{
	bottom:163px;
}
.textIndent{
	text-indent:2rem;
}
.w-1053{
	width:1053px;
	max-width: 1053px;
}
.w-794{
	width: 794px;
}
.w-49{
	width:49%;
}
.w-56{
	width:56px;
}
.w-51{
	width:51%;
}
.h-1{
	height:1px;
}
.h-378{
	height:378px;
}
.h-589{
	height:589px;
}
.offset-16{
	margin-left:16px;
}
.bg-E{
	background: #EEE;
}
.bg-D8{
	background: #D8D8D8;
}
.bg-2C{
	background: #2C2C2C;
}
.text-26{
	color:#262626;
}
.text-59{
	color:#595959;
}
.text-999{
	color:#999999;
}
.text-8c{
	color:#8c8c8c;
}
.text-blue{
	color: #1A1FA3;
}
.text-grey0c{
	color: #0C1A26;
}
.text-grey283{
	color: #283D52;
}
.pe-pointer{
	cursor: pointer;
}
.shadow-box{
	box-shadow:0 0 10px 0 rgba(0,0,0,.08);
}
.writingMode{
	writing-mode: vertical-lr;
}
.h115{
	height:115px;
}
.rounded-2p{
	border-radius: 2px;
}
a:hover{
	color: #000096;	
}
a{
	text-decoration: none;
}
.redButton{
	background: #000096;
	color:#fff;
	&:hover{
		background: #000096;
		color:#fff;
	}
}
.text-truncate-m{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-truncate-t{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.title_more{
	padding-right: 17px;
	background: url("../img/moreR.png") no-repeat right bottom 12px;
	background-size: 12px 10px;
	&:hover{
		a{
			color: #000096;	
		}
		
		background: url("../img/moreRRed.png") no-repeat right bottom 12px;
		background-size: 12px 10px;
	}
}
.newsList{
	a:hover{
		div{
			color: #000096;
		}
	}
}
.whiteSearch{
	display: inline-block;
	width:21px;
	height:100px;
	background: url("../img/searchW.png");
	background-repeat: no-repeat;
	background-size: 21px 21px;
	background-position: right center;
	cursor: pointer;
}
.DarkSearch{
	display: inline-block;
	width:21px;
	height:100px;
	background: url("../img/search.png");
	background-repeat: no-repeat;
	background-size: 21px 21px;
	background-position: right center;
	cursor: pointer;
}
.navbar-nav{
	padding-right:24px;
	.nav-item{
		margin:0 8px;
		&.active{
			.nav-link{
				background: #000096;
				color:#fff !important;
			}
		}
		.nav-link{
			width:88px;
			height:42px;
			border-radius: 4px;
			text-align: center;
			font-size:18px;
		}
		.dropdown-menu{
			border:0;
			box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
			border-radius: 6px;
			li{
				height:35px;
				line-height: 35px;
				.dropdown-item{
					padding:0 16px;
					text-align: left;
					font-size:14px;
					&:hover{
						background:rgba(0, 0, 150, 0.1);
					}
				}
				
			}
		}
	}
}

.dropdown:hover>.dropdown-menu {
    display: block;
}
.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
.navbar-dark{
	.darkLogo{
		display: none;
	}
	.DarkSearch{
		display: none;
	}
	&:hover{
		background: #fff !important;
		.darkLogo{
			display: block;
		}
		.whiteLogo{
			display: none;
		}
		.navbar-nav{
			.nav-item{
				.nav-link{
					color:#333;
				}
				&:hover{
					.nav-link{
						background:#000096 !important;
						color:#fff;
					}
				}
			}
		}
		.whiteSearch{
			display: none;
		}
		.DarkSearch{
			display: block;
		}
	}
}
.navbar-light{
	.navbar-nav{
		.nav-item{
			.nav-link{
				color:#333;
			}
			&:hover{
				.nav-link{
					background:#000096 !important;
					color:#fff;
				}
			}
		}
	}
	.whiteLogo{
		display: none;
	}
	.whiteSearch{
		display: none;
	}
}
.divider-vertical{
	position: absolute;
	right:0;
	top:32px;
	width:1px;
	height:56px;
	background: #D8D8D8;
}
// 跑马灯
#carouselExampleIndicators{
	.carousel-indicators [data-bs-target]{
		width: 16px;
		height: 16px;
		border-radius: 16px;
		border-top:0;
		border-bottom:0;
		margin:0 6px;
		&.active{
			background: #000096;
		}
	}
	.carousel-control-prev,.carousel-control-next{
		width:56px;
		height:56px;
		position:absolute;
		left:50%;
		top:auto;
		width:124px;
		height:56px;
		bottom:180px;
		&.carousel-control-prev{
			margin-left:-590px;
			.carousel-control-prev-icon{
				width:56px;
				height:56px;
				background: url("../img/prev.png") no-repeat;
				background-size:56px 56px;
				right:0;
				margin-right:0;
			}
			&:hover{
				.carousel-control-prev-icon{
					background: url("../img/prevH.png") no-repeat;
					background-size:56px 56px;
				}
				
			}
		}
		&.carousel-control-next{
			margin-left:-522px;
			.carousel-control-next-icon{
				width:56px;
				height:56px;
				background: url("../img/next.png") no-repeat;
				background-size:56px 56px;
				right:0;
				margin-right:0;
			}
			&:hover{
				.carousel-control-next-icon{
					background: url("../img/nextH.png") no-repeat;
					background-size:56px 56px;
				}
				
			}
		}
	}
}
#carouselSmallIndicators{
	.carousel-indicators [data-bs-target]{
		width: 11px;
		height: 11px;
		border-radius: 11px;
		border-top:0;
		border-bottom:0;
		margin:0 6px;
		&.active{
			background: #000096;
		}
	}
	.carousel-indicators{
		margin-bottom: 36px;
	}
}
.divider{
	width:73px;
	height:3px;
	background: #fff;
}
.redBox{
	transition:all 0.3s;
	.redTitle{
		display: none;
		height:0;
		overflow: hidden;
	}
	.redIcon{
		display: block;
	}
	&:hover{
		align-items: center !important;
		background: rgba(191, 11, 21, .8) !important;
		justify-content: flex-start !important;
		padding-top:73px;
		color:red;
		.redTitle{
			height:auto;
			display: block;
		}
		.redIcon{
			display: none;
		}
		.divider{
			background: #fff;
		}
	}
}
.redAd{
	&:hover{
		background: #000096;
		color:#fff !important;
		.text-8c,.text-danger,.text-dark{
			color:#fff !important;
		}
		.border-bottom{
			border-bottom:1px solid #fff !important;
		}
	}
}
.yellowBg{
	background: linear-gradient(to bottom,#fff,#FFF4E2);
}
.shzrBgBox{
	background: url(../img/shzrBgBox.png) center bottom no-repeat;
	background-size: 1920px 1321px;
}
// 右侧工具栏
.rightTool{
	.logoLight{
		display: none;
	}
	.popItem{
		display: none;
	}
	.rightItem{
		&:hover{
			background: #000096 !important;
			.logoLight{
				display: block;
			}
			.logoDark{
				display: none;
			}
			.itemText{
				color:#fff !important;
			}
			.popItem{
				display: block;
			}
		}
	}
}
// 集团概况
.nav-tabs{
	justify-content: space-between;
	.nav-link{
		font-size:18px;
		color:#595959;
		border:0 !important;
		padding:8px 26px;
		&.active,&:hover{
			border:0;
			background: transparent;
			position: relative;
			&::before{
				content:'';
				position:absolute;
				bottom:0;
				left:50%;
				width:88px;
				height:2px;
				background: #000096;
				border-radius: 4px;
				transform: translate(-50%,-50%);
			}
		}
	}
}
.rectIcon{
	width:12px;
	height:12px;
}
.bg-rect{
	background-image: linear-gradient(230deg,transparent 6px,#000096 0)
}
.redDot{
	display: inline-block;
	width:6px;
	height:6px;
	background: #C1161F;
	border-radius: 6px;
}
.timeDivider{
	position:absolute;
	width:2px;
	height:calc(100% - 43px);
	background: #000096;
	left:43px;
	top:43px;
}
.timeDot{
	width: 10px;
	height: 10px;
	background: rgba(0, 0, 150, 0.5);
	position: absolute;
	left:-4px;
	border-radius: 10px;
	top:50%;
	transform: translate(0,-50%);
	z-index:9;
	&::before{
		content: '';
		width:6px;
		height:6px;
		border-radius: 6px;
		background: #000096;
		position:absolute;
		left:50%;
		top:50%;
		transform: translate(-50%,-50%);
	}
}
.timeLine{
	width: 44px;
	height: 1px;
	border: 1px solid rgba(0, 0, 150, 0.5);
	position:absolute;
	left:90px;
	top:20px;
}
.searchBox{
	padding:12px 46px 11px 24px;
	position:relative;
	width:537px;
	box-sizing: border-box;
	input{
		border:0;
		height:24px;
		font-size:18px;
		outline: none;
		width:100%;
		&::placeholder{
			color:#BFBFBF;
		}
	}
	.searchButton{
		width:38px;
		height:38px;
		position:absolute;
		right:8px;
		top:5px;
	}
}

.searchBoxMore{
	margin-top: -100px;
	padding:33px 195px 33px 33px;
	position:relative;
	box-sizing: border-box;
	width: 1200px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
	input{
		border:0;
		height: 33px;
		font-size: 24px;
		outline: none;
		width:100%;
		&::placeholder{
			color:#BFBFBF;
		}
	}
	.searchButton{
		width: 130px;
		height: 48px;
		position:absolute;
		right:32px;
		top:26px;
	}
}


.hotNews{
	.normalBg{
		display: block;
	}
	.hoverBg{
		display: none;
	}
	&:hover{
		.normalBg{
			display: none;
		}
		.hoverBg{
			display: block;
		}
		.hotTitle{
			color: #000096!important;
		}
		.newsTit{
			color:#fff !important;
		}
	}
}
.luqiaoPage{
	display: flex;
	justify-content: center;
	align-items: center;
	padding:24px 0;
	.page-item{
		&.next,&.prev{
			.page-link{
				border:1px solid transparent;
			}
		}
		margin:0 4px;
		font-size:14px;
		color:#595959;
		&.active{
			.page-link{
				background: #000096;
				color:#fff;
				border:1px solid #000096;
			}
		}
		.page-link{
			min-width: 34px;
			height:34px;
			border-radius: 2px;
			font-size:14px;
			color:#595959;
			padding:0 10px;
			justify-content: center;
			display: flex;
			align-items: center;
			&:hover{
				background: #000096;
				color:#fff;
				border:1px solid #000096;
			}
		}
		input{
			height:34px;
			border:1px solid #D9D9D9;
			border-radius: 2px;
			width:48px;
			padding:0 8px;
			outline: none;
			text-align: center;
		}
		input::-webkit-outer-spin-button,
		input::-webkit-inner-spin-button {
		  -webkit-appearance: none !important;
		}
		input[type='number'] {
		  -moz-appearance: textfield;
		}
	}
}
.lqTable{
	border-top:1px solid #D9D9D9;
	border-left:1px solid #D9D9D9;
	tr{
		th{
			border-right:1px solid #D9D9D9;
			border-bottom:1px solid #D9D9D9;
			font-size:14px;
			color:#595959;
			text-align: center;
			white-space: nowrap;
			font-weight: normal;
		}
		td{
			border-right:1px solid #D9D9D9;
			border-bottom:1px solid #D9D9D9;
			font-size:14px;
			color:#595959;
			line-height: 25px;
			vertical-align: middle !important;
		}
	}
}
.lqInput{
	font-size:14px;
	height:34px;
	border-radius: 2px;
	width:300px;
	outline:none;
	&::before{
		color:#BFBFBF;
	}
	&::-webkit-input-placeholder{
		color:#BFBFBF;
	}
}

.lqInputLable{
	color: #FF4D4F;
	font-size: 12px;
	position: absolute;
	top: 34px;
	left: 44px;
	line-height: 20px;
	&.left{
		left: 91px;
	}
	&.textarea{
		top: 190px;
		left: 0;
	}
}


/*清除btn按钮点击出现的边框*/
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: none !important; box-shadow:none !important; 
}
.form-control,.form-select{
	outline: none;
	&:focus{
		border-color:#D9D9D9;
		webkit-box-shadow:none;
		box-shadow:none;
	}
}
#ywbkcarousel{
	.carousel-control-prev,.carousel-control-next{
		width:43px;
		height:43px;
		background: rgba(0,0,0,.7);
		border-radius:6px;
		top:50%;
		transform: translate(0,-50%);
		&.carousel-control-next{
			right:40px;
			.carousel-control-next-icon{
				background-position: 2px 0;
			}
		}
		&.carousel-control-prev{
			left:40px;
		}
		.carousel-control-prev-icon,.carousel-control-next-icon{
			width:18px;
		}
	}
}
.imgBox{
	.coverBox{
		visibility: hidden;
	}
	&:hover{
		.coverBox{
			visibility: visible;
		}
	}
}
.companylabel{
	width: 240px;
	height: 54px;
	background: #FFFFFF;
	box-shadow: 0px 0px 7px 0px rgba(255,255,255,0.16);
	border-radius: 6px;
	border: 1px solid #BDC4CD;
	backdrop-filter: blur(20px);
	font-size:18px;
	color:#151919;
	display: flex;
	align-items: center;
	justify-content: center;
	position:absolute;
	top:-70px;
	left:0;
	margin-left:-90px;
	&::before {
		position: absolute;
		bottom: -3px;
		left: 114px;
		content: '';
		width: 8px;
		height: 8px;
		background: #fff;
		transform: rotate(135deg);
		box-shadow: 1px -2px 5px rgba(0, 0, 0, .2);
	}
	&::after {
		position: absolute;
		bottom: 0px;
		left: 110px;
		content: '';
		width: 15px;
		height: 8px;
		background: #fff;
	}
}


.titleBg::before{
	content: '';
	position: absolute;
	width: 153px;
	height: 4px;
	left: 0;
	bottom: 0;
	background: url(../img/decoration.png) left center no-repeat;
	background-size: 153px 4px;
}

.titleBg02::before{
	content: '';
	position: absolute;
	width: 187px;
	height: 4px;
	left: 0;
	bottom: 0;
	background: url(../img/decoration02.png) left center no-repeat;
	background-size: 187px 4px;
}

.videoBox{
	width: 1200px;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative;
}

.videoBoxPlay{
	width: 160px;
	height: 160px;
	position: absolute;
	top: 50%;
	margin-top: -80px;
	left: 50%;
	margin-left: -80px;
	z-index: 2;
	cursor: pointer;
}

.videoBoxPlay img{
	width: 160px;
	height: 160px;
}

.videoBox video{
	width: 1200px;
	height: auto;
}

.hasToggle{
	.nav-link{
		&::before{
			display: none;
		}
	}
	&:hover{
		.toggleNav{
			display: block;
		}
		&::before{
			content:'';
			position:absolute;
			bottom:0;
			left:50%;
			width:88px;
			height:2px;
			background: #000096;
			border-radius: 4px;
			transform: translate(-50%,-50%);
		}
	}
	&.active{
		&::before{
			content:'';
			position:absolute;
			bottom:0;
			left:50%;
			width:88px;
			height:2px;
			background: #000096;
			border-radius: 4px;
			transform: translate(-50%,-50%);
		}
	}
	.toggleNav{
		background: #FFFFFF;
		box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.08);
		border-radius: 4px;
		position:absolute;
		display: none;
		width:100%;
		top:43px;
		left:0;
		padding-bottom:4px;
		.nav-link{
			width:100%;
			height:34px;
			white-space: nowrap;
			font-size:14px;
			color:#595959;
			margin-top:2px;
			padding:0 16px;
			text-align: left;
			&.active{
				background: rgba(0,0,150,0.08);
				color:#000096;
			}
			&:hover{
				color:#000096;
				&::before{
					display: none;
				}
			}
			
		}
	}
}

.borderRed{
	width:3px;
	height:16px;
	background: #000096;
}

.redDot{
	display: inline-block;
	width:6px;
	height:6px;
	background: #000096;
	border-radius: 6px;
}

.navbar-nav .nav-item .dropdown-menu::before{content: '';}

.modal {
	&.md-effect-9{
		display: block !important;
		visibility: hidden;
		.modal-dialog{
			// transform-style: preserve-3d;
			-webkit-perspective: 1300px;
			-moz-perspective: 1300px;
			perspective: 1300px;
			position: fixed;
			top: 50%;
			left: 50%;
			will-change: transform;
			transform: translate(-50%,-50%);
			.modal-content {
				// -webkit-transform-style: preserve-3d;
				// -moz-transform-style: preserve-3d;
				// transform-style: preserve-3d;
				will-change: transform;
				-webkit-transform: rotateX(-90deg);
				-moz-transform: rotateX(-90deg);
				-ms-transform: rotateX(-90deg);
				transform: rotateX(-90deg);
				-webkit-transition: all .5s;
				-moz-transition: all .5s;
				transition: all .5s;
				opacity: 0;
			}
		}
	}
	&.show{
		visibility: visible;
		.modal-dialog{
			.modal-content {
				-webkit-transform: rotateX(0deg);
				-moz-transform: rotateX(0deg);
				-ms-transform: rotateX(0deg);
				transform: rotateX(0deg);
				opacity: 1;
			}
		}
		
	}
}

.qiaoArea{
	cursor: pointer;
}

.structure{
	.nav{
		border-bottom:0;
		border-radius: 0.375rem;
		overflow: hidden;
		.nav-link{
			border-radius: 0;
			width: 100%;
			padding: 40px 32px 32px 32px;
			text-align: left;
			color: #333;
			&:hover{
				background: rgba(0, 0, 150, 0.1);
				&:before{
					display: none;
				}
			}
			&.active{
				background: #000096;
				color: #fff;
				&:before{
					display: none;
				}
			}
		}
	}
}
.structure-box{
	min-height: 459px;
}

.newTabs{
	height: 49px;
	border-bottom: solid 1px #D9D9D9;
	.newTabs_mian{
		line-height: 25px;
		color: #8C8C8C;
		font-size: 18px;
		font-weight: bold;
		cursor: pointer;
		&+.newTabs_mian{
			margin-left: 23px;
		}
		&.hover{
			color: #262626;
			position: relative;
			&::before{
				content: '';
				position: absolute;
				top: 44px;
				left: 50%;
				width: 69px;
				height: 4px;
				margin-left: -34.5px;
				background: url(../img/logoBottom.png) center center no-repeat;
				background-size: 69px 4px;
			}
		}
	}
}

.videoPlay{
	width: 56px;
	height: 56px;
	position: absolute;
	top: 50%;
	margin-top: -28px;
	left: 50%;
	margin-left: -28px;
	z-index: 2;
	background: url(../img/play.png) center center no-repeat;
	background-size: 56px 56px;
	cursor: pointer;
}

.index-company{
	margin-bottom: 42px;
	display: flex;
	justify-content: space-between;
	.index-company-list{
		position: relative;
		border: solid 1px #BCBCBC;
		padding-top: 8px;
		padding-bottom: 16px;
		width: 157px;
		border-radius: 6px;
		a{
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 2;
		}
		.index-company-img{
			width: 91px;
			height: 68px;
			margin: 0 auto 0 auto;
			img{
				width: 91px;
				height: 68px;
				display: block;
			}
		}
	}
	.index-company-word{
		margin-top: 8px;
		height: 18px;
		line-height: 18px;
		color: #262626;
		font-size: 14px;
		text-align: center;
	}
}

.w1287{
	width: 1287px;
	margin: 0 auto;
}

.bg-f5{
	background: #f5f5f5;
}

.bg-f{
	background: #fff;
}
.height1{
	height: 1px;
}

.jtbkBox{
	background: url(../img/jtgkBg01.jpg) center bottom no-repeat;
	background-size: 1920px 1080px;
	width: 1920px;
	height: 776px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: -16px;
	.jtbkBox_tabs{
		margin-top: 64px;
		margin-right: 164px;
		flex: none;
		.jtbkBox_tabs_mian{
			height: 25px;
			line-height: 25px;
			margin-bottom: 48px;
			cursor: pointer;
			color: #6F7D8E;
			font-size: 18px;
			cursor: pointer;
			&.hover{
				position: relative;
				color: #000096;
				font-weight: 500;
				&::before{
					content: '';
					position: absolute;
					left: 0;
					right: 0;
					bottom: -16px;
					height: 2px;
					background: #000096;
					border-radius: 4px;
				}
			}
		}
	}
	.jtbkBox_mian{
		width: 100%;
		margin-top: 64px;
	}
}

.business_swiper{
	margin-top: 45px;
	display: flex;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
	.business_swiper_left,.business_swiper_right{
		width: 189px;
		height: 453px;
		background: #E8ECF3;
		margin-top: 50px;
		position: relative;
		.business_swiper_cover{
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			right: 0;
			z-index: 3;
		}
	}
	.business_swiper_mian{
		width: 824px;
		height: 503px;
		position: relative;
		&:before{
			content: '';
			position: absolute;
			top: 50px;
			bottom: 0;
			width: 100%;
			background: linear-gradient( 180deg, rgba(18,124,196,0.93) 0%, rgba(34,34,166,0.85) 31%, rgba(34,34,166,0.45) 75%);
			backdrop-filter: blur(25px);-webkit-backdrop-filter: blur(25px);
		}
	}
}

.business_swiper_title{
	height: 102px;
	line-height: 102px;
	margin: 36px 24px 0 40px;
	font-size: 80px;
	color: rgba(111, 125, 142, 0.3);
	display: none;
}
.business_swiper_word{
	height: auto;
	line-height: 32px;
	margin: 41px 24px 0 40px;
	font-size: 32px;
	color: #425A77;
	word-break: break-word; 
	word-break: break-all; 
}
.business_swiper_lable{
	line-height: 26px;
	margin: 44px 30px 0 40px;
	height: auto;
	color: #6F7D8E;
	font-size: 14px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: initial;
}

.business_swiper_content{
	margin-top: 50px;
	height: 453px;
	background: linear-gradient( 180deg, rgba(18,124,196,0.93) 0%, rgba(34,34,166,0.85) 31%, rgba(34,34,166,0.45) 75%);
	position: relative;
	.business_swiper_box{
		margin-left: 552px;
		margin-top: 50px;
		margin-right: 32px;
		position: relative;
		.business_swiper_num{
			position: absolute;
			top: 37px;
			right: -60px;
			height: 102px;
			line-height: 102px;
			font-size: 80px;
			color: rgba(255, 255, 255, 0.3);
			display: none;
		}
		.business_swiper_box_title{
			height: auto;
			line-height: 32px;
			margin-top: 40px;
			color: #fff;
			font-size: 32px;
		}
		.business_swiper_line{
			display: flex;
			margin-top: 24px;
			.business_swiper_line_mian{
				width: 4px;
				height: 4px;
				border-radius: 2px;
				background: #FCD05E;
				margin-right: 4px;
			}
		}
		.business_swiper_box_word{
			margin-top: 16px;
			line-height: 26px;
			font-size: 16px;
			text-align: justify;
			color: #fff;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 5;
			-webkit-box-orient: vertical;
			white-space: initial;
		}
	}
	.business_swiper_photo{
		width: 450px;
		height: 453px;
		background: #fff;
		position: absolute;
		top: -50px;
		left: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		&:before{
			content: '';
			position: absolute;
			width: 279px;
			height: 82px;
			right: -32px;
			bottom: -32px;
			background: url(../img/business_swiper_logo.png) center center no-repeat;
			background-size: 279px 82px;
		}
		img{
			width: 434px;
			height: 437px;
			object-fit: cover;
			position: relative;
			z-index: 3;
		}
	}
}
.w1200{
	width: 1200px;
	margin:0 auto;
}
.business_swiper_next{
	width: 54px;
	height: 54px;
	position: absolute;
	top: 250px;
	right: -27px;
	background: url(../img/business_prev.png) center center no-repeat;
	background-size: 54px 54px;
	z-index: 4;
}
.business_swiper_prev{
	width: 54px;
	height: 54px;
	position: absolute;
	top: 250px;
	left: -27px;
	background: url(../img/business_next.png) center center no-repeat;
	background-size: 54px 54px;
	z-index: 4;
}
.height1{height: 1px;}

#offcanvasNavbar{
	display:none;
}


@media (max-width: 1200px) {
	.hyrwBg{
		overflow: hidden;
	}
	.advantageBox,.advantageMian{
		min-width: 1200px;
	}
	
	.mobile-search{
		visibility: visible;
	}
	// 首页
	.h-mobile-378{
		height:15rem !important;
	}
	.vh-mobile-530{
		height:33.125rem !important;
		padding-top:44.5px;
	}
	.vh-mobile-200{
		height:15.625rem !important;
	}
	.pb-80{
		padding-bottom:32px;
	}
	.rightTool{
		display: none!important;
	}
	.navbar{
		&.bg-opacity-0{
			--bs-bg-opacity:1;
		}
		.navbar-brand{
			padding:0.25rem 0;
			.darkLogo{
				display:block;
				width: auto !important;
				height: 46px!important;
			}
			.whiteLogo{
				display:none;
			}
		}
		.navbar-toggler{
			&:focus{
				box-shadow: none;
			}
		}
	}
	#offcanvasNavbar{
		display:block;
	}
	.offcanvas-body{
		.navbar-nav{
			.nav-item{
				&:hover{
					.nav-link{
						background: url("../img/mobileT.png") no-repeat right 1rem center !important;
						background-size: 1rem 1rem !important;
						color:#333;
					}
				}
				&>.nav-link{
					&.active{
						background: url("../img/mobileTH.png") #fff no-repeat right 1rem center !important;
						background-size: 1rem 1rem !important;
						color:#333;
					}
				}
				.nav-link{
					outline:none;
					font-size:0.875rem;
					color:#333;
					padding:0 1rem;
					text-align:left;
					height:48px;
					display:flex;
					align-items:center;
					width: auto;
				}
				&.dropdown{
					.nav-link{
						width:100%;
						background: url("../img/mobileT.png") no-repeat right 1rem center;
						background-size: 1rem 1rem;
						&.show{
							background: url("../img/mobileTH.png") #fff no-repeat right 1rem center !important;
							background-size: 1rem 1rem !important;
							color:#333;
						}
					}
					.dropdown-menu{
						box-shadow: none;
						border-top:1px solid #dee2e6;
						border-left:0;
						border-right:0;
						border-bottom:0;
						border-radius:0;
						.dropdown-item{
							padding-left:2.5rem;
							font-size:0.875rem;
							color:#595959;
							height:36px;
							display: flex;
							align-items: center;
							&.active,&:active{
								outline:none;
								background: #FFE8E6 !important;
								color:#BF0B15 !important;
							}
						}
					}
				}
			}
		}
	}
	.mobileTitle{
		border-bottom:0px !important;
		align-items: center;
		.mobileName{
			border-left:3px solid #BF0B15;
			border-bottom:0 !important;
			padding-left:8px;
			padding-bottom:0px !important;
			height:20px !important;
			font-size:0;
		}
		img{
			width:80px !important;
			height:19px !important;
		}
	}
	.mobile-Num-Block{
		background:#fff !important;
		.h-78{
			height:3.625rem;
		}
		.fs-48{
			font-size:1.75rem;
		}
		.fs-6{
			font-size:0.875rem !important;
		}
		.pb-5{
			padding-bottom:1.375rem !important;
		}
		.text-white{
			color:#262626 !important;
		}
		.divider-vertical{
			display:none;
		}
		.col-6{
			box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
			border-radius: 6px;
			margin-top:1rem;
			margin-left:0.5rem;
			margin-right:0.5rem;
			width:calc(50% - 1rem);
			text-align:left;
			padding-left:3.75rem;
			img{
				position:absolute;
				left:1rem;
				top:1.75rem;
				&.d-none{
					display:block !important;
				}
			}
		}
	}
	.bottom-163{
		bottom:236px !important;
	}
	#carouselExampleIndicators .carousel-indicators [data-bs-target]{
		width:8px;
		height:8px;
		margin:0 4px;
	}
	.newad-bg{
		padding-bottom: 40px;
	}
	.index_sector{
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
		border-radius: 6px;
		height:517px;
		background: none;
		.swiper{
			height:517px;
		}
		.swiper-pagination{
			&.swiper-pagination-horizontal{
				bottom:16px !important;
				top:auto !important;
				.swiper-pagination-bullet{
					width:8px;
					height:8px;
					background: #D8D8D8;
					border:1px solid #D8D8D8;
					&.swiper-pagination-bullet-active{
						background: #BF0B15;
						border:1px solid #BF0B15;
					}
				}
			}
		}
		.index_sector_mian{
			background:#fff;
			padding:16px;
			width:100%;
			height: auto;
			.index_sector_num{
				width: 33px;
				height: 38px;
				font-size: 30px;
				font-family: DINPro, DINPro;
				font-weight: bold;
				color: #262626;
				line-height: 38px;
				margin-top:0;
			}
			.index_sector_title{
				font-size:1.5rem;
				color:#262626;
				font-weight: bold;
				margin-top:4px;
			}
			.index_sector_lable{
				font-size:0.875rem;
				color:#595959;
				font-weight: bold;
				margin-top:20px;
			}
			.index_sector_line{
				background: #BF0B15;
				height:2px;
				margin-top:8px;
			}
			.index_sector_word{
				font-size:12px;
				color:#595959;
				width:auto;
				text-align:justify;
			}
			a.index_sector_more{
				// border:1px solid #979797;
				// color:#979797;
				position: static;
				margin-top:24px;
			}
			.index_sector_photo{
				position:static;
				width:100%;
				height:220px;
				padding-top:24px;
				padding-bottom:40px;
				margin-top:0;
				img{
					width:100%;
					height:156px;
					object-fit: cover;
				}
			}
		}
	}
	.mobileFooter{
		padding-bottom:1rem;
		.border-bottom{
			img{
				width:80px;
				height:20.5px;
			}
			&.p-30{
				padding:1rem 0;
			}
		}
		.d-xl-flex{
			&.p-30{
				padding:0;
			}
			.d-flex{
				padding-top:1rem;
			}
		}
		.col{
			&.justify-content-end{
				justify-content: flex-start !important;
				&.pt-35{
					padding-top:24px;
				}
			}
		}
	}
	.mobileBottom{
		.fs-14{
			font-size:10px !important;
		}

		.justify-content-center{
			justify-content: flex-start !important;
		}
		span{
			height:15px;
			line-height: 15px;
			display:inline-block
		}
		.d-xl-inline{
			margin-bottom:4px;
		}
		.d-inline-flex{
			vertical-align: bottom;
			img{
				width:12px !important;
				height:12px !important;
			}
		}
	}
	.min-vw-288{
		min-width:288px !important;
	}
	.mobileScroll{
		width:100%;
		overflow-x: auto;
		overflow-y: hidden;
		-ms-overflow-style: none;
		overflow: -moz-scrollbars-none;
		border-bottom:1px solid #eee;
		&::-webkit-scrollbar{
			overflow-x: scroll;
			-ms-overflow-style: none;
			overflow: -moz-scrollbars-none;
			display: none!important;  width: 0px;  height: 0px;
		}
		
		.row{
			width: 1200px;
		}
	}
	.accordion{
		width:1808px;
		white-space: nowrap;
		&.pb-80{
			padding-bottom:50px;
		}
		.acc-item{
			width:288px;
			margin-right:1rem;
			&:last-child{
				margin-right:0;
			}
			&.active{
				width:288px;
			}
			.acc-active{
				.acc-title{
					width:100%;
				}
				.acc-detail{
					width: 100%;
					text-align:justify;
					white-space: normal;
					ext-overflow: -o-ellipsis-lastline;
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-line-clamp: 6;
					line-clamp: 6;
					-webkit-box-orient: vertical;
				}
			}
		}
	}
	.mobile-font{
		font-size:18px !important;
	}
	// 集团概况
	.pt-100{
		padding-top: 54px;
	}
	.mobile-banner{
		height: 204px;
		img{
			height:150px;
		}
	}
	.mobileScroll{
		&.mobile-space{
			.nav-tabs{
				min-width:100%;
				justify-content: space-between;
				margin-bottom: 0!important;
				 // border-bottom:1px solid #eee !important;
				 &>.nav-link{
				 	border-bottom:0 !important;
				 }
			}
		}
		.nav-tabs{
			justify-content: flex-start;
			min-width:520px;
			flex-wrap: nowrap;
			border-bottom:0 !important;
			&>.nav-link{
				// border-bottom:1px solid #eee !important;
			}
			.nav-link{
				padding:8px;
				font-size:1rem;
				white-space: nowrap;
				&:last-child{
					margin-right:0;
				}
				&.active{
					&::before{
						width:80px;
					}
				}
			}
			.hasToggle{
				&>.nav-link{
					border-bottom:1px solid #eee !important;
				}
				.toggleNav{
					display: none !important;
				}
			}
		}
	}
	.mobile-map{
		width:100% !important;
		height:220px !important;
		#chinaMap{
			width:100% !important;
			height:220px !important;
		}
		.dotMap{
			margin-right:28%;
			margin-bottom:19%;
		}
	}
	.zhejiangArea{
		transform: scale(.75) translateX(-60%) !important;
	}
	.ps-53{
		padding-left:16px;
	}
	.pt-88{
		padding-top:55px;
	}
	.smallT{
		font-size:14px !important;
	}
	.timeLine{
		left:36px;
	}
	.timeDivider{
		left:34px;
		height:calc(100% - 35px);
		top:34px;
	}
	.ps-12{
		padding-left:0 !important;
	}
	// 信息公开
	.searchBox{
		width:100%;
		&.searchBox-long{
			width:90%;
			height:60px;
			padding:0 0 0 32px;
			border-radius: 60px !important;
			input{
				width:calc(100% - 132px);
			}
			.searchButton{
				right:1rem;
				top:10px;
				width:40px;
				height:40px;
			}
		}
	}
	.hotNews{
		.normalBg{
			width:60px !important;
			height:60px !important;
		}
		.hoverBg{
			width:60px !important;
			height:60px !important;
		}
		.fs-18{
			font-size:1rem;
		}
		.fs-32{
			font-size:1rem;
			width: 32px;
		}
		.newsTit{
			&.fs-2{
				font-size:18px !important;
			}
			&.fs-18{
				font-size:12px !important;
			}
		}
		.border-bottom{
			border-bottom:0 !important;
		}
	}
	.mobile-shadow-none{
		box-shadow:none !important;
	}
	.mobile-fs-12{
		font-size: 12px !important;
	}
	.mobile-font-14{
		font-size: 14px !important;
	}
	.mobile-font-16{
		font-size: 16px !important;
	}
	.lqTable{
		min-width:800px;
	}
	.mobile-toggle{
		position: absolute;
		left:0;
		top:0;
		z-index: 5;
		width:177px;
		display: none;
		.toggleNav{
			display: block;
			button{
				border:0;
				background: #fff;
			}
		}
	}
	.mobile-photo{
		overflow: hidden;
		.fs-4{
			font-size:12px !important;
			white-space: normal !important;
			
		}
		.fs-14{
			display: none;
		}
		.coverBox{
			.translate-middle{
				width: 100%;
				padding:0 8px;
			}
		}
		.divider{
			width:50%;
		}
		.mobile-h-285{
			height:17.8125*1.5vw !important;
		}
		.mobile-h-255{
			height:calc((32.375*1.5vw - 8px)/2)!important;
		}
		.mobile-h-518{
			height:32.375*1.5vw !important;
		}
		.mobile-h-260{
			height:16.25*1.5vw !important;
		}
		.mobile-h-505{
			height:31.5625*1.5vw !important;
		}
		.mobile-h-237{
			height:calc((31.5625 - 16.25)*1.5vw - 8px) !important;
		}
	}
	.h-635{
		height:300px;
	}
	.svgPop{
		&.ningbo{
			left:308px;
			.line{
				width:0px;
			}
		}
		&.wenzhou{
			left:305px;
			.line{
				width:73px;
			}
		}
		&.jinhua{
			left:310px;
			.line{
				width:130px;
			}
		}
		&.quzhou{
			left:-99px;
			.line{
				width:25px;
				&::before{
					left:20px;
				}
			}
		}
	}
	.w-1053{
		width:100%;
		margin:0;
	}
	.newsImg{
		width:100%;
		height:250px;
	}
	.maoLinkOut{
		left:auto;
		margin-left:0;
		right:16px;
	}
	.logoMap{
		flex-direction: column;
		padding-left:0px;
		.imgBox{
			width:25%;
			img{
				width:100%;
			}
		}
		.odd{
			flex-direction: row;
			width:100%;
			margin-left:0;
			margin-top:-48px;
			left:50%;
			transform: translate(-50%,0);
		}
		.even{
			flex-direction: row;
			width:75%;
			margin-top:-48px;
			.imgBox{
				width:33.3333%;
			}
			margin-left:0;
			// margin-top:-48px;
			left:50%;
			transform: translate(-50%,0);
		}
	}
	.yyqBg{
		padding-top:50px;
		height:500px;
		.yyBottom{
			padding-top:0px;
			background-size:100% auto;
			height:180px;
			img{
				width:28%;
				height:31%;
				margin-top:10px;
			}
			&.big{
				padding-top:0;
				img{
					width:28%;
					height:33%;
				}
			}
		}
	}
	.hzhbBg{
		&::before{
			display: none;
		}
	}
	.jiagouBox{
		.fs-18{
			font-size:12px;
		}
		.jiagouTit{
			white-space: nowrap;
		}
		.mt-32{
			margin-top:20px;
		}
		.px-100{
			padding:0 16px;
		}
		.jiagouLine{
			.col{
				padding:0 4px;
				.hoverGou{
					width:100%;
					height:100%;
					padding:8px 0 20px 0;
					background: url("../img/toggle.png") no-repeat bottom 8px center;
					background-size: 17px 9px;
					position:relative;
					.fs-6{
						font-size:12px !important;
					}
					&:hover,&.active{
						&::before{
							margin-bottom:-18px;
						}
					}
				}
			}
		}
		
	}
	.structure_phone{
		&>.px-5{
			padding-left: 0rem!important;
			padding-right: 0rem!important;
			&>.px-5{
				padding-left: 1rem!important;
				padding-right: 1rem!important;
				&>.row{
					&>.col-2{
						width: 100%;
						&>.nav{
							border-radius:2px;
							&>.nav-link{
								padding: 8px 12px;
								&>.fs-5{
									font-size: 12px!important ;
								}
								&>.fs-18{
									font-size: 12px!important ;
									&>.fs-40{
										font-size: 14px!important ;
									}
								}
							}
						}
					}
					&>.col-10{
						width: 100%;
						margin-top: 10px;
						&>.tab-content{
							&>.tab-pane{
								&>.row{
									padding: 6px 12px;
									&>.col-6{
										width: 100%;
										&>.fs-4{
											font-size: 14px !important;
										}
										.fs-6{
											font-size: 12px !important;
										}
										.pb-xl-4{
											margin-bottom: 12px;
										}
										.pb-3{
											padding-bottom: 0px!important;
										}
									}
									&>.col-12{
										width: 100%;
										&>.fs-4{
											font-size: 14px !important;
										}
										.fs-6{
											font-size: 12px !important;
										}
										.pb-xl-4{
											margin-bottom: 12px;
										}
										.pb-3{
											padding-bottom: 0px!important;
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	.mobileModify{
		padding-top: 54px;
		height: 264px!important;
		.carousel-inner{
			height: 210px!important;
			.carousel-item{
				height: 210px!important;
				img{
					height: 210px!important;
				}
			}
		}
		.carousel-indicators{
			bottom: 0!important;
		}
		#goNextPage{
			display: none;
		}
	}
	.navbar{
		.mobile-search{
			display: inline-flex !important;
		}
	}
	.mobileNewModify{
		width: 100%;
		padding: 16px;
		&>.bg-f{
			background: rgba(0, 0, 0, 0);
			box-shadow: none!important;
		}
		.row{
			margin: 0;
			.col-4{
				width: 100%;
				padding: 0!important;
				background: #fff;
				border-radius: 6px;
			}
			.col-4.pe-4.ps-4,.col-4.px-lg-0{
				padding: 16px!important;
			}
			.col-4+.col-4{
				margin-top: 16px;
			}
		}
		.newTabs{
			margin-bottom: 16px;
			height: 36px;
			.newTabs_mian{
				a{
					display: none;
				}
				&.hover::before{
					top: 32px;
				}
			}
		}
		.newsList{
			margin-top: 16px;
			line-height: 26px;
		}
		.index-company{
			flex-wrap: wrap;
			margin-top: 16px;
			background: #fff!important;
			margin-bottom: 0px;
			padding: 16px 6px 16px 6px;
			.index-company-list{
				width: calc(33.33% - 10px);
				margin: 10px 5px 0 5px;
			}
		}
	}
	.pageBottom_copyright{
		height: auto!important;
		margin-top: 16px!important;
		padding-bottom: 16px;
		.pageBottom_copyright_word{
			font-size: 12px;
			padding: 0px 10px;
			line-height: 20px;
		}
	}
	.pageBottom_title{
		font-size: 18px!important;
		height: 24px!important;
		line-height: 24px!important;
		margin-top: 16px!important;
		padding: 0 4px;
	}
	.pageBottom_list{
		margin-top: 10px!important;
		padding: 0 4px;
		.pageBottom_list_tel{
			font-size: 12px;
			height: 20px;
			line-height: 20px;
			background-size: 16px 16px;
			padding-left: 22px;
			float: none;
			margin-top: 16px;
		}
		.pageBottom_list_mian{
			float: none;
			margin-left: 0;
		}
		.pageBottom_list_word{
			margin-top: 10px!important;
			font-size: 12px;
		}
	}
	.pageBottom_ewmBox{
		top: 16px!important;
		right: 16px!important;
		.pageBottom_ewmBox_mian{
			width: 60px;
			margin-left: 0;
			.pageBottom_ewmBox_photo{
				width: 60px;
				height: 60px;
				float: none;
				img{
					width: 60px;
					height: 60px;
				}
			}
			.pageBottom_ewmBox_word{
				width: 100%;
				float: none;
				height: auto;
				writing-mode: horizontal-tb;
				line-height: 16px;
				font-size: 10px;
				padding: 5px 7px;
			}
		}
	}
	#offcanvasNavbar{
		top: 54px;
		padding-top: 20px;
		box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.06) inset;
	}
	.offcanvas-backdrop{
		top: 54px;
	}
	.videoPlay{
		width: 100%;
		height: 100%;
		top: 0!important;
		margin-top: 0!important;
		left: 0!important;
		margin-left: 0!important;
		background: url(../img/play.png) center center no-repeat rgba(0, 0, 0, .2)!important;
		background-size: 56px 56px!important;
		border-radius: 6px;
	}
	.jtgk_qyjs_moblie{
		flex-direction: column-reverse;
		&>div{
			width: calc(100% - 32px);
			margin: 0 16px;
			padding: 0!important;
			& + div{
				margin-bottom: 16px;
			}
		}
	}
	.jtgk_qyjs_num{
		padding-top: 10px;
		& > .col{
			padding-top: 16px;
			width: 50%;
			flex: 0 0 auto;
			text-align: center;
		}
	}
	.jtgk_zzjg_boxMoblie{
		display: block!important;
	}
	.jtgk_zzjg_box{
		display: none!important;
	}
	.jtgk_jtry,.jtgk_dslc{
		padding: 16px 0!important;
		&>.p-3{
			padding: 0!important;
		}
	}
	.jtgk_jtry_boxMoblie{
		.jtgk_jtry_imgMoblie{
			display: none;
		}
		.jtgk_jtry_listMoblie{
			height: auto;
			padding-left: 0!important;
			.pt-4.pb-4,.pt-5.pb-4{
				padding: 0!important;
			}
			.jtgk_jtry_listMoblie_row{
				margin-bottom: 16px;
				.col-6{
					width: 100%;
				}
			}
		}
	}
	.container-xl{
		padding-left: 16px!important;
		padding-right: 16px!important;
	}
	.jtgk_dslc_moblie{
		&>.flex-shrink-1{
			display: none;
		}
		&>.ps-5{
			padding: 0!important;
		}
	}
	.searchBox{
		display: none!important;
	}
	.mobile-d-none {
		display: none !important;
	}
	.row_list_one>div{
		width: 100%;
	}
	.mobile_newsTitle{
		font-size: 18px !important;
		padding: 16px 16px 0 16px!important;
	}
	.mobile_newsLable{
		margin-left: 10px;
	}
	.mobile_newsBox{
		padding: 16px!important;
		.w-100.text-center.py-4{
			padding: 10px 0!important;
		}
		img{
			width: 100%!important;
			height: auto!important;
		}
	}
	.ywbk_moble_box{
		width: 100%;
		&>div{
			padding: 16px!important;
			&>div{
				flex-direction: column-reverse;
				padding: 0!important;
				margin: 0!important;
				&>div{
					width: 100%;
					padding: 0!important;
					&+div{
						margin-bottom: 11px;
					}
				}
			}
		}
		video{
			height: 180px!important;
		}
	}
	.business_swiper{
		padding: 16px 0 0 0;
		margin-top: 16px;
		width: 100%;
		background: #000096;
		&+.h-78{
			height: 20px;
		}
		.business_swiper_left,.business_swiper_right{
			display: none;
			width: 44px;
			height: 360px;
			.swiper{
				height: 100%;
				.swiper-slide{
					display: flex;
					align-items: center;
				}
			}
		}
		.business_swiper_word{
			margin: 0 12px;
			font-size: 12px;
			overflow: hidden;
			line-height: 18px;
			text-align: center
		}
		.business_swiper_lable{
			display: none;
		}
		.business_swiper_prev,.business_swiper_next{
			width: 30px;
			height: 30px;
			background: url(../img/business_prev2.png) center center no-repeat;
			background-size: 30px 30px;
			left: 50%;
			top: auto;
			margin-left: -65px;
			bottom: 16px;
		}
		.business_swiper_next{
			margin-left: 35px;
			background: url(../img/business_next2.png) center center no-repeat;
			background-size: 30px 30px;
		}
		.business_swiper_mian{
			width: 100%;
			height: 618px;
			&::before{
				display: none;
			}
			.business_swiper_content{
				height: 618px;
				padding: 0 16px;
				margin-top: 0;
				background: none;
				.business_swiper_photo{
					width: 100%;
					padding: 6px;
					height: 329px;
					background: #fff;
					position: relative;
					left: 0;
					top: 0px;
					&::before{
						width: 210px;
						height: 62px;
						right: -16px;
						bottom: -16px;
					}
					img{
						width: 100%;
						height: 100%;
						object-fit: cover;
					}
				}
				.business_swiper_box{
					margin: 0;
					padding: 0;
					height: calc(100% - 329px);
					.business_swiper_box_title{
						margin-top: 33px;
						font-size: 32px;
						line-height: 45px;
						text-overflow: ellipsis;
						white-space: nowrap;
						overflow: hidden;
					}
					.business_swiper_line{
						margin-top: 16px;
					}
					.business_swiper_box_word{
						font-size: 14px;
						line-height: 22px;
						margin-top: 10px;
						-webkit-line-clamp: 4;
					}
					.business_swiper_box_more{
						bottom: 0;
						left: 0;
						position: relative;
						display: flex;
						align-items: center;
						line-height: 18px;
						font-size: 12px;
						background: none;
						margin-top: 16px;
						&::after{
							content: '';
							display: block;
							width: 13px;
							height: 8px;
							background: url(../img/ywbkMore.png) center center no-repeat;
							background-size: 13px 8px;
							margin-left: 4px;
						}
					}
				}
			}
		}
	}
	.accordion_eject{
		position: fixed!important;
		z-index: 5999!important;
		padding: 16px!important;
		overflow-y: auto!important;
		.w1200{
			width: 100%;
		}
		.accordion_eject_close{
			width: 20px;
			height: 20px;
			top: 16px;
			right: 16px;
			background-size: 20px 20px;
			position: fixed;
			background-color: rgba(0, 0, 0, .2);
		}
		.accordion_eject_box{
			display: block;
			.accordion_eject_photo{
				width: 100%;
				height: 340px;
				.accordionSwiper{
					height: 340px;
				}
			}
			.accordion_eject_mian{
				margin-left: 0px;
				.acc-title{
					padding: 0;
					margin-top: 16px;
				}
				.acc-detail{
					padding: 0;
				}
			}
		}
	}
	.mobile-videoBox{
		&>.pt-5{
			padding-top: 0px!important;
			.titleBg02{
				padding-bottom: 16px!important;
				&::before{
					background-size: 120px auto;
				}
				img{
					width: 120px;
					height: auto;
				}
			}
		}
		.videoBox{
			width: 100%;
			.videoBoxPlay{
				width: 40px;
				height: 40px;
				margin-top: -20px;
				margin-left: -20px;
				img{
					width: 40px;
					height: 40px;
				}
			}
			video{
				width: 100%;
			}
		}
	}
	.lxwm_moblie_box{
		padding: 0 0 16px 0!important;
		.lxwm_moblie_row{
			padding: 16px;
			flex-direction: column-reverse;
			&>.col{
				width: 100%;
				flex: 0 0 auto;
			}
			.lxwm_moblie_lable{
				margin-left: 0!important;
				padding: 0!important;
				&>.fs-4{
					margin-top: 16px!important;
					padding-bottom: 0!important;
					font-size: 18px!important;
				}
				&>.d-flex{
					padding-top: 16px!important;
					img{
						width: 16px;
						height: 16px;
					}
					.fs-18{
						font-size: 14px!important;
						margin-left: 6px!important;
					}
				}
			}
		}
	}
}

.jtgk_zzjg_box{
	display: block;
}

.jtgk_zzjg_boxMoblie{
	display: none;
}

.mobile-search{
	display: none!important;
}

.overview_tabs_mobile{
	padding-bottom: 38px;
	.overview_tabs_mobile_header{
		margin-top: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
		.overview_tabs_mobile_header_mian{
			height: 42px;
			line-height: 25px;
			font-size: 18px;
			color: #6F7D8E;
			&+.overview_tabs_mobile_header_mian{
				margin-left: 41px;
			}
			&.hover{
				position: relative;
				color: #460073;
				font-weight: 500;
				&::before{
					content: '';
					position: absolute;
					left: 0;
					right: 0;
					bottom: 0;
					height: 2px;
					background: linear-gradient( 45deg, #370E51 0%, #8441C7 100%);
					border-radius: 4px;
				}
			}
		}
	}
	.overview_tabs_content{
		margin-top: 14px;
		display: flex;
		flex-wrap: wrap;
		padding: 1px 16px 0 16px;
		&.overview_tabs_mianTwo{
			.overview_tabs_content_mian{
				height: 112px;
			}
		}
		.overview_tabs_content_mian{
			width: calc(33.33% - 11px);
			height: 78px;
			display: flex;
			align-items: center;
			justify-content: center;
			background: #460073;
			margin-top: 11px;
			line-height: 22px;
			text-align: center;
			font-size: 16px;
			flex-direction: column;
			color: #fff;
			span{
				font-size: 12px;
				color: rgba(255,255,255,0.5);
				line-height: 18px;
				margin-top: -3px;
			}
			&:nth-child(3n){
				margin-left: 16px;
			}
			&:nth-child(3n+2){
				margin-left: 16px;
			}
		}
	}
}