@import "header.css";
@import "footer.css";

[v-cloak] {
	display: none;
}

.floatLeft {
	float: left !important;

}

.floatRight {
	float: right !important;
}

.marginNone {
	margin: 0 !important;
}

.marginLeft0 {
	margin-left: 0 !important;
}

.marginRight0 {
	margin-right: 0 !important;
}

.marginTop0 {
	margin-top: 0 !important;
}

.marginBottom0 {
	margin-bottom: 0 !important;
}

.padding0 {
	padding: 0 !important;
}

.paddingLeft0 {
	padding-left: 0 !important;
}

.paddingRight0 {
	padding-right: 0 !important;
}

.paddingTop0 {
	padding-top: 0 !important;
}

.paddingBottom0 {
	padding-bottom: 0 !important;
}

.displayBlock {
	display: block !important;
}

.displayNone {
	display: none !important;
}

.textAlignCenter {
	text-align: center !important;
}

.textAlignLeft {
	text-align: left !important;
}

.textAlignRight {
	text-align: right !important;
}

.overflowHidden {
	overflow: hidden !important;
	touch-action: none;
}

.clearFloat:after {
	clear: both;
	content: '.';
	width: 0px;
	height: 0px;
	display: block;
	overflow: hidden;
	visibility: hidden;
}

.border0 {
	border: 0 !important;
}

.borderTop0 {
	border-top: 0 !important;
}

.borderbottom0 {
	border-bottom: 0 !important;
}

.borderLeft0 {
	border-left: 0 !important;
}

.borderRight0 {
	border-right: 0 !important;
}

.positionR {
	position: relative;
}

.positionA {
	position: absolute;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.dot1row {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dot2row {
	width: 100%;
	overflow: hidden;
	/*必须结合的属性,当内容溢出元素框时发生的事情*/
	text-overflow: ellipsis;
	/*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
	display: -webkit-box;
	/*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
	-webkit-line-clamp: 2;
	/*用来限制在一个块元素显示的文本的行数。*/
	-webkit-box-orient: vertical;
	/*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
}

.dot3row {
	width: 100%;
	overflow: hidden;
	/*必须结合的属性,当内容溢出元素框时发生的事情*/
	text-overflow: ellipsis;
	/*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
	display: -webkit-box;
	/*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
	-webkit-line-clamp: 3;
	/*用来限制在一个块元素显示的文本的行数。*/
	-webkit-box-orient: vertical;
	/*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
}

.not-allowed {
	cursor: not-allowed !important;
	pointer-events: none;
}

html,body{
	/* height: 100%; */
	overflow: auto;
}

body {
	
	position: relative;
	-webkit-tap-highlight-color: transparent;
}


.fontSize12 {
	font-size: 0.625vw;
}

.fontSize14 {
	font-size: 0.72916vw;
}

.fontSize16 {
	font-size: 0.83333vw;
}

.fontSize18 {
	font-size: 0.9375vw;
}

.fontSize20 {
	font-size: 1.04166vw;
}

.fontSize24 {
	font-size: 1.25vw;
}

.fontSize32 {
	font-size: 1.66666vw;
}

.fontSize40 {
	font-size: 2.08333vw;
}

.color000 {
	color: #000;
}

.color6E7 {
	color: #6E7071;
}

/* 内页banner */
.innerBanner {
	width: 100%;
	height: 33.33333vw;
}

.innerBanner img {
	width: 100%;
	height: 33.33333vw;
	display: block;
	position: absolute;
	left: 0;
	/* top: 0; */
	z-index: -1;
	display: block;
}

.innerBanner img.mob-show {
	display: none;
}

.innerBanner .txtBox {
	padding-left: 8.33333vw;
	padding-top: 12.13541vw;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.innerBanner .txtBox h2 {
	font-size: 2.08333vw;
	color: #fff;
	margin-bottom: 1.04166vw;
}

.innerBanner .txtBox p {
	font-size: 0.83333vw;
	;
	color: #fff;
	line-height: 1.875vw;
}

/* 面包屑 */
.breadContainer {
	width: 100%;
	height: 4.6875vw;
	padding-left: 8.33333vw;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #fff;
	flex-wrap: nowrap;
	overflow-y: auto;
	&::-webkit-scrollbar{
	  width: 4px;
	  height: 3px;
	  background-color: #E2EDF3;
	}
	&::-webkit-scrollbar-thumb{
	  background-color: #0097E0;
	}
}

.breadContainer .linkBox {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 4.6875vw;
	font-size: 0.9375vw;
	flex-shrink: 0;
	&:hover .arr{
		left: 0.52083vw;
	}
}

.breadContainer .linkBox .arr {
	width: 0.625vw;
	height: 0.625vw;
	background: url(../img/breadArr-default.png) no-repeat;
	background-size: 100% 100% ;
	margin-left: 1.04166vw;
	position: relative;
	top: 0.10416vw;
	left: 0;
	transition: all .2s linear;
}

.breadContainer .active {
	color: #0097E0 !important;
}

.breadContainer .active .arr {
	background: url(../img/breadArr-active.png) no-repeat !important;
	background-size: 100% 100%!important;
}

@media screen and (min-width: 750px) {
	
	

	.breadContainer .linkBox:hover {
		color: #0097E0;
	}

	.breadContainer .linkBox:hover .arr {
		background: url(../img/breadArr-active.png) no-repeat;
		background-size: 100% 100%;
	}

}

.pageTitle {
	width: 100%;
	padding: 3.95833vw 8.33333vw;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.pageTitle h2 {
	font-size: 1.25vw;
	color: #000;
	margin-bottom: 1.35416vw;
}

.pageTitle h3 {
	font-size: 2.5vw;
	color: #000;
}

.innerBanner-high {
	width: 100%;
	height: 43.75vw;
	position: relative;
	padding-left: 8.33333vw;
	box-sizing: border-box;
	padding-top: 16.35416vw;
}

.innerBanner-high img {
	width: 100%;
	height: 43.75vw;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.innerBanner-high video {
	width: 100%;
	height: 43.75vw;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.innerBanner-high img.mob-show {
	display: none;
}

.innerBanner-high .txtBox h2 {
	font-size: 2.08333vw;
	color: #fff;
	margin-bottom: 1.04166vw;
}

.innerBanner-high .txtBox p {
	font-size: 0.83333vw;
	color: #fff;
	line-height: 1.875vw;
}

.pageTitle2 {
	width: 100%;
	padding: 3.95833vw 8.33333vw;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.pageTitle2 h2 {
	margin-bottom: 1.25vw;
}

	.dot2Js-m{
		height: auto!important;
		max-height: 5.625vw!important;
	}
	
	.dot3Js-m{
		height: auto!important;
		max-height: 10.41666vw!important;
	}
.section7-index-pc .newsListContainer .rightLsit .normalPart p{
	
}

.backTop{
	width: 5vw;
	height: 5vw;
	position: fixed;
	right: 2.70833vw;
	bottom: 15.94791vw;
	z-index: 99;
	cursor: pointer;
	display: none;
}

@media screen and (max-width: 750px) {
	.backTop{
		width: 12vw;
		height: 12vw;
		position: fixed;
		right: 2.70833vw;
		bottom: 15.94791vw;
		z-index: 99;
		cursor: pointer;
	}
	.breadContainer{
		&::-webkit-scrollbar{
		  width: unset;
		  height: unse;
		  background-color: unset;
		}
		&::-webkit-scrollbar-thumb{
		  background-color: unset;
		}
	}
	.dot2Js-m{
		height: auto!important;
		max-height: 10.66666vw!important;
	}
	
	.dot3Js-m{
		height: auto!important;
		max-height: 14.39999vw!important;
	}

	.innerBanner {
		height: 112vw;
		position: relative;
	}

	.innerBanner img.pc-show {
		display: none;
	}

	.innerBanner img.mob-show {
		position: relative;
		display: block;
		height: auto;
	}

	.innerBanner .txtBox {
		position: absolute;
		top: 10.66666vw;
		left: 0;
		width: 100%;
		padding: 0 5vw;
	}

	.innerBanner .txtBox h2 {
		font-size: 5.33333vw;
		margin-bottom: 1.6vw;
	}

	.innerBanner .txtBox p {
		font-size: 3.2vw;
		line-height: 4.8vw;
	}

	.pageTitle {
		padding: 8vw 5.33333vw 6.66666vw;
	}

	.pageTitle h2 {
		font-size: 3.2vw;
		margin-bottom: 2.13333vw;
	}

	.pageTitle h3 {
		font-size: 4.26666vw;
		line-height: 6.4vw;
		color: #6E7071;
	}

	.breadContainer {
		height: auto;
		box-sizing: border-box;
		padding: 1.33333vw 6.66666vw 0;
	}

	.breadContainer .linkBox {
		position: relative;
		display: block;
		font-size: 3.46666vw;
		line-height: 9.33333vw;
		margin-right: 6.66666vw;
	}

	.breadContainer .linkBox.active::after {
		position: absolute;
		content: "";
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		width: 6.4vw;
		height: 0.53333vw;
		background: #0097E0;
	}

	.breadContainer .linkBox:last-child {
		margin-right: 0;
	}

	.breadContainer .linkBox .arr {
		display: none;
	}

	.innerBanner-high {
		position: relative;
		height: 128vw;
		padding: 0;
	}

	.innerBanner-high img {
		height: 128vw;
	}
	
	.innerBanner-high video {
		height: 128vw;
	}

	.innerBanner-high img.pc-show {
		display: none;
	}

	.innerBanner-high img.mob-show {
		display: block;
	}

	.innerBanner-high .txtBox {
		position: absolute;
		top: 10.66666vw;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		padding: 0 8vw;
	}

	.innerBanner-high .txtBox h2 {
		font-size: 5.33333vw;
		margin-bottom: 2.13333vw;
	}

	.innerBanner-high .txtBox p {
		font-size: 3.2vw;
		line-height: 4.8vw;
	}

	.pageTitle2 {
		padding: 10.66666vw 5.33333vw 6.66666vw;
	}

	.fontSize16 {
		font-size: 2.93333vw;
	}

	.fontSize18 {
		font-size: 3.2vw;
	}

	.fontSize32 {
		font-size: 4.26666vw;
	}

	.fontSize20 {
		font-size: 3.2vw;
	}

	.fontSize24 {
		font-size: 3.85vw;
	}

	.pageTitle2 h2 {
		margin-bottom: 3.2vw;
	}

}

.learnMoreBtnStyle{
	width: 8.54166vw;
	height: 2.5vw;
	background: linear-gradient(90deg, #0045A1 0%, #0069C0 100%);
	color: #ffffff!important;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	max-width: 10vw;
	padding: 0 0.5vw;
	font-size: 0.83333vw;

}
.learnMoreBtnStyle img{
	width: 1vw;
	margin-left: 1vw;
}
@media screen and (max-width: 750px) {
	.learnMoreBtnStyle{
		height: 7.46666vw;
		max-width: 35vw;
		font-size: 3.2vw;
	}
	.learnMoreBtnStyle img{
		width: 2.13333vw;
		height: 2.13333vw;
		margin-left: 1.33333vw;
	}
}
.learnMoreBtnStyleMobile{
	width: 22.4vw;
	height: 7.46666vw;
	margin: 0 auto;
	background: linear-gradient(90deg, #0045A1 0%, #0069C0 100%);
	color: #ffffff!important;
	font-size: 3.2vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
.learnMoreBtnStyleMobile img{
	width: 2.13333vw;
	height: 2.13333vw;
	margin-left: 1.33333vw;
}
.content {
	/* overflow-x: scroll; */
	scrollbar-width: none;
    -ms-scrollbar-face-color: transparent; /* IE and Edge */
    -ms-scrollbar-3dlight-color: transparent; /* IE and Edge */
  }
  .content ::-webkit-scrollbar {
    display: none;
  }
  .content .scrollable ::-webkit-scrollbar {
    display: none;
  }
  .content .scrollable {
    scrollbar-width: none;
    -ms-scrollbar-face-color: transparent; /* IE and Edge */
    -ms-scrollbar-3dlight-color: transparent; /* IE and Edge */
  }
