/*flex*/
.flex-wrap{
  flex-wrap: wrap;
}
.flex{
display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
display: -moz-box; /* Firefox 17- */  
display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
display: -moz-flex; /* Firefox 18+ */  
display: -ms-flexbox; /* IE 10 */  
display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */  
}
.flex-center{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-end{
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.space-between{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-start{
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.align-items_flex-end{
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.align-items_center{
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.align-items_baseline{
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.flex-direction_column{
	flex-direction:column;
}


#c_grid-header .p_gridbox::after {
	content: '';
	clear: left;
	display: block
}

#c_grid-header>div>.p_gridbox {
	width: 100%;
	overflow: hidden;
	position: static
}

#c_grid-header>div>.p_gridCell {
	float: left;
	position: static
}

#c_grid-header>.p_gridbox.signal {
	min-height: inherit
}

#c_grid-header>.p_gridbox.signal>.p_gridCell {
	min-height: inherit !important
}

#c_grid-header {
	margin-left: auto;
	margin-right: auto;
	width: 100%
}

@media screen and (max-width:768px) {
	#c_grid-header>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

@media screen and (min-width: 769px) {
	#c_grid-header>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#c_grid-header>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

#c_navigation {
	min-height: 0px;
	background-color: rgba(0, 0, 0, 0);
	padding-bottom: 0px;
	
	padding-top: 0px
}

#c_navigation .e_navigationA-31 .p_level1Box {
	display: flex;
	justify-content: flex-end
}

#c_navigation .e_navigationA-31 .p_iconBox {
	height: 45px;
	width: 45px;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top：7p: padding-top：7px
}

#c_navigation .e_navigationA-31 .p_openIcon {
	width: 100%;
	height: 36px;
	margin-top: 4px;
	color: #0030b8
}

#c_navigation .e_navigationA-31 .p_closeIcon {
	width: 100%;
	height: 30px
}

#c_navigation .e_navigationA-31 .p_navButton {
	display: none
}

#c_navigation .e_navigationA-31 .p_level2Box {
	background: #fff;
	width: 160px;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 99;
	transform: translateX(-50%);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}


#c_navigation .e_navigationA-31 .p_level1Item {
	position: relative;
	border: none
}

#c_navigation .e_navigationA-31 .p_level2Item {
	position: relative;
	width: 100%
}

#c_navigation .e_navigationA-31 .p_level3Item {
	width: 100%
}

#c_navigation .e_navigationA-31 .p_level1Item a {
	font-size: 16px;
	padding: 0 1.1vw;
	line-height: 80px;
	display: block;
	text-align: center
}

#c_navigation .e_navigationA-31 .p_level2Item a {
	font-size: 15px;
	padding: 0 20px;
	line-height: 35px;
	display: block;
	text-align: center;
	opacity: 1;
	transition: all ease .3s
}

#c_navigation .e_navigationA-31 .p_level2Item a:hover {
	opacity: 1
}

#c_navigation .e_container-44 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 98%;
	
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	height: 100px
}

#c_navigation .e_container-44>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_navigation .e_container-44 .cbox-44-2 {
	flex: 0 0 12%;
	align-self: center
}

#c_navigation .e_container-44 .cbox-44-0 {
	flex: 0 0 13%;
	align-self: center
}

#c_navigation .e_container-44 .cbox-44-1 {
	align-self: center
}

#c_navigation .e_navigationA-31 .p_menu1Item {
	
	color: rgba(255, 255, 255, 1)
}

#c_navigation .e_image-49 {
	overflow: hidden;
	
	width: auto;
	max-width: 100px
}

#c_navigation .e_image-49 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

#c_navigation .e_container-60 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}

#c_navigation .e_container-60>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_navigation .e_container-61 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	
}

#c_navigation .e_container-61>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_navigation .e_image-62 {
	overflow: hidden;
	
	max-width: 24px;
	margin-left: auto;
	margin-right: auto
}

#c_navigation .e_image-62 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

#c_navigation .e_container-61 .cbox-61-0 {
	align-self: center
}

#c_navigation .p_menu1Item {
	
}

#c_navigation .e_container-44 .p_item {
	
}

#c_navigation .e_image-66 {
	overflow: hidden;
	
	max-width: 24px;
	margin-left: auto;
	margin-right: auto
}

#c_navigation .e_image-66 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

#c_navigation .e_text-68 {
	
	
	color: rgba(255, 255, 255, 1);
	
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 32px;
	line-height: 26px
}

@media screen and (max-width:768px) {
	#c_navigation .e_navigationA-31 .p_level1Box {
		display: block;
		width: 100%;
		overflow-y: scroll;
		max-height: 88vh;
		overflow-x: hidden;
	}

	#c_navigation .e_navigationA-31 .p_iconBox {
		display: block
	}

	#c_navigation .e_navigationA-31 .p_navContent {
		display: none;
		padding: 20px;
		height: 100%;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: #fbfbfb;
		z-index: 99
	}
	#c_navigation .e_navigationA-31 .p_navContent.active{
		display: block;
	}

	#c_navigation .e_navigationA-31 .p_navButton {
		display: flex;
		justify-content: flex-end
	}

	#c_navigation .e_navigationA-31 .p_level2Box,
	#c_navigation .e_navigationA-31 .p_level3Box {
		padding: 0 0 0 30px;
		background: none
	}

	#c_navigation .e_navigationA-31 .p_jtIcon {
		float: right;
		transition: 0.5s;
		height: 30px;
		margin-top: 10px
	}

	#c_navigation .e_navigationA-31 .p_jtHover {
		transition: 0.5s;
		transform: rotate(90deg)
	}

	#c_navigation .e_navigationA-31 .p_level2Box,
	#c_navigation .e_navigationA-31 .p_level3Box {
		width: 100%;
		left: 0;
		transform: translateX(0);
		position: inherit;
		border-radius: 0
	}

	#c_navigation .e_navigationA-31 .p_level1Item {
		border-bottom: 1px solid rgb(0 0 0 / 5%);
		line-height: 50px;
		font-size: 14px
	}

	#c_navigation .e_navigationA-31 .p_level1Item a,
	#c_navigation .e_navigationA-31 .p_level2Item a {
		line-height: 50px;
		font-size: 14px;
		padding: 0;
		display: inline;
		text-align: left;
		opacity: 1
	}

	#c_navigation .e_container-44 .cbox-44-0 {
		flex: 0 0 40%
	}

	#c_navigation .e_container-44 .cbox-44-2 {
		display: none;
	}

	#c_navigation .e_container-44 {
		
		height: 60px;
		flex-direction: row
	}

	#c_navigation .e_image-49 {
		
		width: 100px
	}

	#c_navigation {
		
	}
}

@media screen and (min-width: 769px) {
	#c_navigation .e_navigationA-31 .p_jtIcon {
		transform: rotate(90deg);
		display: none
	}

	#c_navigation .e_navigationA-31 .p_level2Item .p_jtIcon {
		display: none
	}

	#c_navigation .e_navigationA-31 .p_iconBox {
		display: none
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {}

#footer .p_gridbox::after {
	content: '';
	clear: left;
	display: block
}

#footer>div>.p_gridbox {
	width: 100%;
	overflow: hidden;
	position: static
}

#footer>div>.p_gridCell {
	float: left;
	position: static
}

#footer>.p_gridbox.signal {
	min-height: inherit
}

#footer>.p_gridbox.signal>.p_gridCell {
	min-height: inherit !important
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 100%
}

@media screen and (max-width:768px) {
	#footer>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

@media screen and (min-width: 769px) {
	#footer>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#footer>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

#footer-top {
	min-height: 300px;
	
	padding-top: 90px;
	padding-bottom: 0px
}

#footer-top .e_top-17 {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 0;
	bottom: 50px;
	z-index: 9
}

#footer-top .e_top-17 .p_top {
	width: 100%;
	height: 100%;
	display: block;
	background: #dd871e;
	color: #fff
}

#footer-top .e_top-17 .p_top:hover {
	background: #0030b8
}

#footer-top .e_top-17 .p_top .icon {
	width: 100%;
	height: 100%
}

#footer-top .e_line-20 {
	
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(255, 255, 255, 0.1);
	width: 95%;
	height: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}

#footer-top .e_container-54 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 95%;
	
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px
}

#footer-top .e_container-54>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#footer-top .e_bottomNav-55 span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

#footer-top .e_bottomNav-55 .p_level1Item {
	width: auto;
	padding: 0 15px;
	flex-grow: 1
}

#footer-top .e_bottomNav-55 .p_level1Item:nth-of-type(1),
#footer-top .e_bottomNav-55 .p_level1Item:nth-of-type(6),
#footer-top .e_bottomNav-55 .p_level1Item:nth-of-type(7),
#footer-top .e_bottomNav-55 .p_level1Item:nth-of-type(8),
#footer-top .e_bottomNav-55 .p_level1Item:last-of-type {
	display: none
}

#footer-top .e_bottomNav-55 .p_level3Box {
	display: none
}

#footer-top .e_bottomNav-55 .p_menu1Item {
	
	color: rgba(255, 255, 255, 1);
	line-height: 1.5;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold
}

#footer-top .e_bottomNav-55 .p_menu2Item {
	
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	line-height: 30px
}

#footer-top .e_container-56 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	
	max-width: 180px;
	margin-right: 0px;
	margin-left: auto
}

#footer-top .e_container-56>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#footer-top .e_image-57 {
	overflow: hidden
}

#footer-top .e_image-57 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

#footer-top .e_credible-58 .img1 {
	width: 65px;
	height: 23px
}

#footer-top .e_credible-58 .img2 {
	width: 79px;
	height: 28px
}

#footer-top .e_credible-58 .img3 {
	width: 92px;
	height: 33px
}

#footer-top .e_credible-58 .img4 {
	width: 106px;
	height: 38px
}

#footer-top .e_credible-58 .img5 {
	width: 131px;
	height: 47px
}

#footer-top .e_credible-58 {
	
	
	margin-top: 20px;
	max-width: 130px;
	margin-left: auto;
	margin-right: 0px
}

#footer-top .e_container-54 .cbox-54-2 {
	flex: 0 0 16%
}

#footer-top .e_container-61 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 95%;
	
	max-width: 380px
}

#footer-top .e_container-61>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#footer-top .e_image-62 {
	overflow: hidden;
	
	width: auto;
	max-width: 99px
}

#footer-top .e_image-62 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

#footer-top .e_richText-63 {
	
	
	margin-top: 20px
}

#footer-top .e_bottomNav-55 {
	
	
}

#footer-top .e_container-54 .p_item {
	
}

#footer-top .e_container-54 .cbox-54-0 {
	flex: 0 0 28%
}

@media screen and (max-width:768px) {
	#footer-top {
		
		padding-top: 30px
	}

	#footer-top .e_top-17 {
		display: none
	}

	#footer-top .e_bottomNav-55 .p_menu1Item,
	#footer-top .e_bottomNav-55 .p_menu2Item {
		display: flex;
		justify-content: space-between
	}

	#footer-top .e_bottomNav-55 .p_level1Box ul {
		display: none
	}

	#footer-top .e_bottomNav-55 .p_jtIcon {
		width: auto;
		height: auto;
		max-width: 20px;
		font-size: inherit;
		transition: 0.5s;
		margin: 0
	}

	#footer-top .e_bottomNav-55 .p_jtIcon.active {
		transform: rotateZ(90deg)
	}

	#footer-top .e_bottomNav-55 a {
		display: flex;
		flex-direction: column;
		justify-content: center
	}

	#footer-top .e_bottomNav-55 .p_level1Item {
		padding: 0
	}

	#footer-top .e_bottomNav-55 .p_menu2Item svg {
		opacity: .5
	}

	#footer-top .e_container-54 {
		margin-bottom: 0;
		flex-direction: column;
	}

	#footer-top .e_container-54 .p_item {
		
	}

	#footer-top .e_bottomNav-55 {
		
		
		display: none
	}

	#footer-top .e_credible-58 {
		
		
		margin-left: auto;
		margin-right: auto;
		max-width: 130px
	}

	#footer-top .e_image-57 {
		
		height: auto;
		width: auto;
		max-width: 120px;
		margin-left: auto;
		margin-right: auto;
	}

	#footer-top .e_container-56 {
		display: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px
	}

	#footer-top .e_richText-63 p {
		text-align: left;
	}



	#footer-top .e_container-61 {
		
		width: auto;
		max-width: none
	}

	#footer-top .e_container-61 .p_item {
		
	}

	#footer-top .e_image-62 {
		
		display: none
	}
}

@media screen and (min-width: 769px) {
	#footer-top .e_bottomNav-55 .p_level1Box {
		display: flex
	}

	#footer-top .e_bottomNav-55 .p_jtIcon {
		display: none
	}

	#footer-top .e_top-17 {
		display: none
	}
}


#footer-bom {
	min-height: 0px;
	
}

#footer-bom .e_richText-1 {
	
	
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 4;
	text-align: center;
	margin-top: 0px;
	padding-top: 1%;
	padding-bottom: 0
}

#footer-bom .e_provider-2 {
	text-align: left;
	
	
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8)
}

#footer-bom .e_container-3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 95%;
	
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}

#footer-bom .e_container-3>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

@media screen and (max-width:768px) {
	#footer-bom .e_richText-1 {
		
		
		font-size: 14px;
		color: rgba(255, 255, 255, 0.6);
		line-height: 30px
	}

	#footer-bom .e_provider-2 {
		
		
		font-size: 14px;
		color: rgba(255, 255, 255, 0.8);
		line-height: 2
	}

	#footer-bom {
		
	}

	#footer-bom .e_container-3 {
		
	}
}


#c_navigation .e_navigationA-31 .p_level2Box {
	opacity: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease, opacity 0.3s ease;
}

#c_navigation .p_level1Item:hover .p_level2Box{
	max-height: 100vh;
    opacity: 1;
}

.image-container{
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 66.66%;
}
.image-container .image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

.listpage{
  margin-top: 50px;
  gap:8px;
}
.pagination{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap:8px;
}
.listpage .page_total,
.pagination>li>a,
.pagination>li>span {
  padding: 0 12px;
  border: 1px solid #eee;
  color: #000;
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  border-radius: 2px;
}

.pagination li.first,
.pagination li.last {
  display: none;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background: #0030b8;
  border-color: #0030b8;
  color: #fff;
}
.listpage .page_total:hover,
.pagination>li>a:hover {
  color: #fff;
  background: #0030b8;
  border-color: #0030b8;
}
.listpage select{
  border: 1px solid #eee;
  color: #000;
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  border-radius: 2px;
}


#solution_list_mbx {
	
		/* border-bottom: solid 1px #e6e6e6; */
}

#solution_list_mbx .e_breadcrumb-1 .p_breadcrumbItem {
	position: relative
}

#solution_list_mbx .e_breadcrumb-1 .icon {
	width: 12px;
	height: 12px
}

#solution_list_mbx .e_breadcrumb-1 .p_breadcrumbItem:not(:first-child) {
	padding: 0 3px 0 15px
}

#solution_list_mbx .e_breadcrumb-1 .p_breadcrumbItem:not(:first-child)::before {
	content: '>';
	position: absolute;
	left: 3px;
	color: #999
}

#solution_list_mbx .e_breadcrumb-1 .p_breadcrumb {
	display: flex
}

#solution_list_mbx .e_breadcrumb-1 .p_showTitle {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 5px;
	border: 1px solid transparent
}

#solution_list_mbx .e_breadcrumb-1 .siblings::after {
	content: '>';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	transform: rotateZ(90deg);
	cursor: pointer;
	color: #ccc
}

/* 鼠标覆盖 */
#solution_list_mbx .e_breadcrumb-1 .siblings.active {
	border: 1px solid #dee2e6
}

#solution_list_mbx .e_breadcrumb-1 .siblings.active::after {
	transform: rotateZ(-90deg)
}

#solution_list_mbx .e_breadcrumb-1 .p_slide {
	position: absolute;
	left: 18px;
	min-width: 100%;
	padding: 5px;
	display: none;
	z-index: 999
}

#solution_list_mbx .e_breadcrumb-1 .p_sibling {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

#solution_list_mbx .e_breadcrumb-1 {
	
	
	width: auto;
	max-width: none;
	margin-left: auto;
	margin-right: auto
}

#solution_list_mbx .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 95%;
	
	height: 60px;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}

#solution_list_mbx .e_container-2>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#solution_list_mbx .e_container-2 .cbox-2-0 {
	align-self: center
}


#page_nav {
	min-height: 0px;
	
}

#page_nav .e_categoryC-1 {
	user-select: none
}

#page_nav .e_categoryC-1 .p_c_tree {
	background: #f5f5f5
}

#page_nav .e_categoryC-1 .deep-1 {
	max-width: 1600px;
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start
}

#page_nav .e_categoryC-1 .p_c_item {
	position: relative
}

#page_nav .e_categoryC-1 .deep {
	font-size: 15px;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 55px;
	color: rgb(0 0 0 / 70%);
	display: block;
	background: rgb(255 255 255 / 0%);
	transition: all ease .3s;
	position: relative;
	height: 100%;
	overflow: hidden;
	min-width: 150px;
	text-align: center
}

#page_nav .e_categoryC-1 .deep-2 {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 9;
	background: #ededed;
	width: 100%;
	display: none
}

#page_nav .e_categoryC-1 .p_c_title2 {
	font-size: 14px;
	color: rgb(0 0 0 / 60%)
}

#page_nav .e_categoryC-1 .p_c_title3 {
	font-size: 14px;
	color: rgb(0 0 0 / 60%)
}

#page_nav .e_categoryC-1 .deep-3 {
	display: none;
	background: #e3e3e3;
	top: 0;
	left: 100%;
	position: absolute
}

#page_nav .e_categoryC-1 .deep:hover,
#page_nav .e_categoryC-1 .active>p>.deep {
	color: #fff;
	background: #0030b8
}

#page_nav .e_categoryC-1 .p_c_menu {
	display: none
}

#page_nav .e_categoryC-1 .p_c_title1 {
	
}

@media screen and (max-width:768px) {
	::-webkit-scrollbar {
		width: 6px; 
		height: 6px;
	}
	::-webkit-scrollbar-thumb{
		border-radius: 2em;
		background:#999;
	}
	::-webkit-scrollbar-track{
		border-radius: 2em;
		background:rgba(0,0,0,.1);
	}

	#page_nav .e_categoryC-1 .deep-1 {
		overflow-x: scroll;
		display: block;
		white-space: nowrap;
	}

	#page_nav .e_categoryC-1 .deep {
		text-align: center;
		padding: 0 15px;
		line-height: 40px;
		min-width: auto;
	}

	#page_nav .e_categoryC-1 .deep-2 {
		position: static;
		padding: 0 15px
	}

	#page_nav .e_categoryC-1 .deep-3 {
		position: static;
		background: none
	}

	#page_nav .e_categoryC-1 .p_c_t {
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid rgb(0 0 0 / 5%)
	}
	#page_nav .e_categoryC-1 .p_c_item{
		display: inline-block;
	}

	#page_nav .e_categoryC-1 .p_c_item:last-child>p {
		border-bottom: 0px solid rgb(0 0 0 / 10%)
	}

	#page_nav .e_categoryC-1 .p_c_menu {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 15px;
		cursor: pointer
	}

	#page_nav .e_categoryC-1 .p_c_menu svg:last-child {
		display: none
	}

	#page_nav .e_categoryC-1 svg {
		margin: 0;
		width: 16px
	}

	#page_nav .e_categoryC-1 .show>p>.p_c_menu svg:first-child {
		display: none
	}

	#page_nav .e_categoryC-1 .show>p>.p_c_menu svg:last-child {
		display: block
	}
	#c_navigation .p_level1Item:hover .p_level2Box{
		max-height: 0;
	}
	#c_navigation .p_level1Item .p_level2Box.active{
		max-height: 100vh;
	}

}

@media screen and (min-width: 769px) {
	#page_nav .e_categoryC-1 .deep::after {
		content: '';
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 12px;
		background: rgb(0 0 0 / 15%)
	}

	#page_nav .e_categoryC-1 .p_c_item:last-child .deep::after,
	#page_nav .e_categoryC-1 .p_c_item>.p_c_content .deep::after {
		display: none
	}
}

#solution_list_top .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	
	max-width: none;
	min-height: 500px
}

#solution_list_top .e_container-1>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#solution_list_top .e_container-1 .p_item {
	
}

#solution_list_top .p_item {
	
}

#solution_list_top .e_container-1 .cbox-1-0 {
	
	background-image: url(../image/334f95f9-06d8-4a1b-99e9-3605db811ae5.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

#solution_list_top .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	max-width: none;
	width: 100%;
	position: absolute;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%)
}

#solution_list_top .e_container-2>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#solution_list_top .e_container-2 .p_item {
	
}

#solution_list_top .e_text-6 {
	line-height: normal;
	
	
	font-size: 44px;
	font-family: "MontserratB" !important;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 10px;
	text-align: center
}

#solution_list_top .e_line-7 {
	
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: rgba(255, 255, 255, 1);
	max-width: 30px;
	max-height: 2px
}

#solution_list_top.response-animated .e_text-6 {
	animation-name: fadeIn2Down, none;
	animation-delay: 0.0s, 0.6s;
	animation-duration: 1.0s, 0.6s;
	animation-iteration-count: 1, 1
}

#solution_list_top.response-animated .e_line-7 {
	animation-name: fadeIn2Up, none;
	animation-delay: 0.0s, 0.6s;
	animation-duration: 1.0s, 0.6s;
	animation-iteration-count: 1, 1
}

@media screen and (max-width:768px) {
	#solution_list_top .e_container-1 {
		
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		width: 100%;
		max-width: none;
		min-height: 200px
	}

	#solution_list_top .e_container-1 .p_item {
		
	}

	#solution_list_top .e_container-2 {
		
		padding-top: 0px
	}

	#solution_list_top .e_text-6 {
		
		
		font-size: 24px;
		line-height: 1
	}
}



@media screen and (max-width:768px) {
	#footer-top{
		min-height: auto;
	}
	#footer-top .e_richText-63{
		margin-top: 0;
	}
	#solution_list_mbx .e_container-2{
		display: none !important;
	}
}

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

@media screen and (max-width: 1024px) and (min-width: 769px) {}


.magnifier {
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin-bottom: 30px;
}

.magnifier-container {
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
	border: 1px solid #eee;
}

.magnifier .images-cover {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	cursor: crosshair;
	transition: transform 0.3s ease;
}

.magnifier .image-bigger {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 36px;
	height: 36px;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	z-index: 10;
	transition: all 0.3s ease;
}

.magnifier .image-bigger:hover {
	transform: scale(1.08);
	background: white;
}

.magnifier .add-icon {
	font-size: 20px;
	font-weight: bold;
	color: #0030b8;
	user-select: none;
}

.move-view {
	position: absolute;
	width: 150px;
	height: 150px;
	border: 2px solid white;
	border-radius: 50%;
	background: rgba(52, 152, 219, 0.3);
	pointer-events: none;
	display: none;
	z-index: 5;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}

.magnifier-assembly {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.thumbnail-controls {
	display: flex;
	align-items: center;
	gap: 10px;
}

.magnifier-btn-left, 
.magnifier-btn-right {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	background: #0030b8;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 3px 8px rgba(52, 152, 219, 0.25);
}

.magnifier-btn-left:hover, 
.magnifier-btn-right:hover {
	background: #0030b8;
	transform: translateY(-2px);
}

.magnifier-line {
	flex-grow: 1;
	overflow: hidden;
	position: relative;
	height: 90px;
}

.js-magnifier-line {
	overflow-x: auto;
	scrollbar-width: thin;
	scrollbar-color: #0030b8 #f1f1f1;
	padding-bottom: 8px;
	height: 100%;
}

.js-magnifier-line::-webkit-scrollbar {
	height: 6px;
}

.js-magnifier-line::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 8px;
}

.js-magnifier-line::-webkit-scrollbar-thumb {
	background: #0030b8;
	border-radius: 8px;
}

.p_thumbnail_box {
	display: flex;
	gap: 12px;
	list-style: none;
	padding: 5px;
	height: 100%;
}

.static-img {
	flex: 0 0 auto;
	height: 100%;
}

.small-img {
	width: 110px;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid transparent;
	transition: all 0.3s ease;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}

.small-img:hover, .small-img.active {
	border-color: #ed0100;
}

.small-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.small-img:hover img {
	transform: scale(1.03);
}

.magnifier-view {
	position: absolute;
	top: 0;
	right: -380px;
	width: 350px;
	height: 350px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
	background: white;
	display: none;
	z-index: 100;
	border: 1px solid #eee;
}

.magnifier-view img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 768px) {
	.magnifier-container {
		height: 250px;
	}

	.magnifier-view {
		position: relative;
		width: 100%;
		height: 300px;
		right: auto;
		top: 15px;
	}

	.thumbnail-controls {
		gap: 6px;
	}

	.small-img {
		width: 95px;
	}
	#product_detail .e_container-1 .cbox-1-0,
	#product_detail .e_container-51>.p_item,
	#product_detail .e_container-51 .cbox-51-0{
		width: 100%;
	}
}

#footer-top .p_level2Box .p_level2Item:nth-child(n+7){
	display: none;
}


.solution-sy {
    padding-top: 100px;
    padding-bottom: 0px;
}
.solution-sy .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
	justify-content: center;
}
.solution-sy .e_container-1 .cbox-1-0 {
    margin-bottom: 50px;
}
.solution-sy .e_text-3 {
    line-height: 2;
    font-weight: bold;
    color: rgba(39, 39, 39, 1);
    text-align: center;
    font-size: 28px;
}
.solution-sy .e_line-4 {
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: rgba(81, 81, 81, 1);
    width: auto;
    max-width: 30px;
    height: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}



.case_swiper{
	position: relative;
}
.case_swiper .swiper-slide{
	width: 62%;
}

.case_swiper .item{
	position: relative;
	padding-bottom: 40px;
}
.case_swiper .item .bg{
	position: relative;
	width: 100%;
	padding-bottom: 42%;
	overflow: hidden;
}
.case_swiper .item .bg img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case_swiper .item .info_basic{
	position: absolute;
	width: 92%;
	max-width: 400px;
	box-sizing: border-box;
	background: #fff;
	padding: 30px 20px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	bottom: 10px;
	right: 40px;
	height: 70%;
	align-items: baseline;
	transform: translateY(100%);
	opacity: 0;
	transition: transform 0.7s , 
				opacity 0.7s ease;
}
/* 激活状态的文字动画效果 - 从下往上显示 */
.case_swiper .swiper-slide.swiper-slide-active .info_basic {
	transform: translateY(0);
	opacity: 1;
}

/* 离开状态的文字动画效果 - 从上往下隐藏 */
.case_swiper .swiper-slide.swiper-slide-next .info_basic,
.case_swiper .swiper-slide.swiper-slide-prev .info_basic {
	transform: translateY(100%);
	opacity: 0;
}
.case_swiper .item .info_basic .title{
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: bold;
}
.case_swiper .item .info_basic .desc{
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 20px;
	color:#888;
}
.case_swiper .item .info_basic .more{
	border-radius: 2em;
	background: #0030b8;
	color:#fff;
	font-size: 14px;
	padding: 10px 30px;
	transition: all 0.5s;
	display: inline-block;
}
.case_swiper .item .info_basic .more:hover{
	background: #ed0100;
}
.case_swiper .swiper-button-prev{
	left: calc(19% - 80px);
}
.case_swiper .swiper-button-next{
	right: calc(19% - 80px);
}
@media (max-width: 920px) {
    .case_swiper .item .bg {
        padding-bottom: 64%;
    }
	.case_swiper .item .info_basic {
        right: auto;
        margin: -40px auto 0;
        position: relative;
    }
	.case_swiper .item .info_basic .title {
        font-size: 16px;
    }
	.case_swiper .item .info_basic .desc {
        font-size: 14px;
    }
	.case_swiper .item .info_basic .more{
		padding: 8px 20px;
		font-size: 14px;
	}
	.case_swiper .swiper-button-next{
		right: 4%;
		top: 30%;
	}
	.case_swiper .swiper-button-prev{
		left: 4%;
		top: 30%;
	}
}



.ryzz{
	gap: 40px;
}
.ryzz-item{
	width: calc((100% - 120px) / 4);
	cursor: pointer;
	display: block;
}
.ryzz-thumb{
	position: relative;
	padding-bottom: 120%;
	background: #f8f8fa;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.ryzz-thumb .img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
}
.ryzz-hover{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(36,77,167,.8);
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s;
}
.ryzz-hover svg{
	width: 40px;
	height: 40px;
}
.ryzz-item:hover .ryzz-hover{
	opacity: 1;
	border-color: rgba(36,77,167,.8);
}
.ryzz-title{
	text-align: center;
	font-size: 16px;
	color:#333;
} 
.ryzz-item:hover .ryzz-title{
	color: #0030b8;
}

/* 荣誉资质预览模态框 */
.preview-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.92);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.preview-modal.active {
	opacity: 1;
	visibility: visible;
}

.preview-modal .modal-content {
	position: relative;
	width: 90%;
	max-width:1200px;
	height: 100vh;
	text-align: center;
	background: transparent;
}

.preview-modal .modal-img {
	max-width: 100%;
	max-height: 80%;
	box-shadow: 0 10px 50px rgba(0,0,0,0.3);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.preview-modal .modal-title {
	color: white;
	font-size: 1.8rem;
	margin-top: 20px;
	font-weight: 500;
	text-shadow: 0 2px 4px rgba(0,0,0,0.5);
	position: absolute;
	bottom: 20px;
	width: 100%;
}

.preview-modal .modal-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	background: rgba(255,255,255,0.15);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	backdrop-filter: blur(5px);
	border: 1px solid rgba(255,255,255,0.1);
}

.preview-modal .modal-nav:hover {
	background: rgba(255,255,255,0.25);
	transform: translateY(-50%) scale(1.05);
}

.preview-modal .modal-nav svg {
	width: 30px;
	height: 30px;
	fill: white;
}

.preview-modal .prev-btn {
	left: -80px;
}

.preview-modal .next-btn {
	right: -80px;
}

.preview-modal .close-btn {
	position: absolute;
	top: 50px;
	right: -80px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.preview-modal .close-btn::before, 
.preview-modal .close-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: white;
}

.preview-modal .close-btn::before {
	transform: rotate(45deg);
}

.preview-modal .close-btn::after {
	transform: rotate(-45deg);
}

.preview-modal .counter {
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(255,255,255,0.7);
	font-size: 1.1rem;
}

@media (max-width: 992px) {
	.preview-modal .prev-btn {
		left: 10px;
	}
	
	.preview-modal .next-btn {
		right: 10px;
	}
	
	.preview-modal .close-btn {
		right: 10px;
	}


	.preview-modal .modal-title {
		font-size: 1.4rem;
	}
}

@media (max-width: 768px) {
	
	.preview-modal .prev-btn {
		left: 5px;
	}
	
	.preview-modal .next-btn {
		right: 5px;
	}
	.preview-modal .close-btn {
		right: 5px;
	}
	.ryzz{
		gap: 20px;
	}
	.ryzz-item {
        width: calc(50% - 10px);
    }
	.preview-modal .modal-nav{
		background: rgba(0,0,0,0.15);
	}
	.preview-modal .modal-nav:hover {
		background: rgba(0,0,0,0.25);
		transform: translateY(-50%) scale(1.05);
	}
	#index-product .e_container-3{
		flex-direction: column;
		row-gap: 20px;
		justify-content: center;
	}
	#index-product .e_container-3 .p_item{
		margin-right: auto !important;
		margin-left: auto !important;
		width: 90%;
	}
	#index-product .e_container-9{
		opacity: 1;
		margin-top: 0;
	}

	.swiper-pagination-bullet{
		width: 12px !important;
		height: 12px !important;
	}

}

@media (max-width: 576px) {
	.preview-modal .modal-title {
		font-size: 1.2rem;
	}
	
	.preview-modal .counter {
		bottom: -40px;
		font-size: 1rem;
	}
}

.index-honor{
    padding-top: 100px;
}
.index-honor.e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
	justify-content: center;
}
.index-honor .e_container-1 .cbox-1-0 {
    margin-bottom: 50px;
}
.index-honor .e_text-3 {
    line-height: 2;
    font-weight: bold;
    color: #272727;
    text-align: center;
    font-size: 28px;
}
.index-honor .e_line-4 {
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #515151;
    width: auto;
    max-width: 30px;
    height: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.certificates-container {
	width: 95%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}
.certificates-container .swiper-slide {
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	transition: all 0.4s ease;
	border: 1px solid #eaeff5;
}


.certificate-img {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	overflow: hidden;
	padding-bottom: 66.66%;
	position: relative;
}

.certificate-img img {
	position: absolute;
	top:50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
	transform: translate(-50%,-50%);
}
.certificates-container .swiper-slide:hover .certificate-img img {
	width: 110%;
	height: 110%;
}
.certificate-info {
	padding: 20px;
	background: #fff;
}
.certificate-info h3 {
	font-size: 16px;
	color: rgba(39, 39, 39, 1);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.certificates-container .swiper-container{
	padding-bottom: 60px;
}
.certificates-container .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 0 !important;
}
.certificates-container .swiper-slide:hover .certificate-info h3{
	color: #0030b8;
}
.certificates-container .swiper-pagination-bullet{
	background: rgba(0, 0, 0, .2);
}
.certificates-container .swiper-pagination-bullet-active{
	background: #0030b8;
}

/* 顶部导航栏样式 */
.nv-navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0 5%;
	height: 100px;
	background: linear-gradient(to bottom,rgba(0,0,0,.6),rgba(0,0,0,0));
	color: white;
	z-index: 1000;
	transition: all 0.4s ease;
}

/* 滚动后的导航栏样式 */
.nv-navbar.nv-scrolled {
	background: white;
	color: #333;
	height: 100px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

/* Logo样式 */
.nv-logo {
	margin-right: 40px;
	transition: all 0.4s ease;
}

.nv-logo img {
	height: 60px;
	transition: all 0.4s ease;
}

.nv-logo .default,
.nv-scrolled .nv-logo .imgon {
	display: block;
}
.nv-logo .imgon,
.nv-scrolled .nv-logo .default {
	display: none;
}

/* 导航菜单 */
.nv-menu {
	display: flex;
	list-style: none;
	flex: 1;
	justify-content: flex-end;
}

.nv-item {
	position: relative;
	margin: 0 15px;
	font-size: 16px;
}

.nv-link {
	color: inherit;
	text-decoration: none;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	font-weight: 500;
}

.nv-link:hover {
	color: #0030b8;
}

/* 桌面端下拉箭头 */
.nv-link.nv-has-dropdown::after {
	content: '';
	display: inline-block;
	margin-left: 5px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid currentColor;
	opacity: 0.7;
	transition: transform 0.3s ease;
	display: none;
}

/* 下拉菜单样式 */
.nv-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	background: white;
	color: #333;
	min-width: 180px;
	padding: 10px 0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
	z-index: 1000;
}

.nv-dropdown-item {
	position: relative;
	font-size: 14px;
}

.nv-dropdown-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	color: #333;
	text-decoration: none;
	transition: all 0.2s ease;
}

.nv-dropdown-link:hover {
	background: #f5f7fa;
	color: #0030b8;
}

/* 二级下拉菜单 */
.nv-dropdown-second {
	position: absolute;
	top: 0;
	left: 100%;
	background: white;
	min-width: 200px;
	padding: 10px 0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(10px);
	transition: all 0.3s ease;
}

/* 三级下拉菜单 - 修复右侧溢出问题 */
.nv-dropdown-third {
	position: absolute;
	top: 0;
	left: 100%;
	background: white;
	min-width: 200px;
	padding: 10px 0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(10px);
	transition: all 0.3s ease;
}

/* 防止右侧菜单溢出 */
.nv-dropdown-item.nv-right-side > .nv-dropdown-second,
.nv-dropdown-second-item.nv-right-side > .nv-dropdown-third {
	left: auto;
	right: 100%;
}

/* 显示下拉菜单 */
.nv-item:hover > .nv-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.nv-dropdown-item:hover > .nv-dropdown-second {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.nv-dropdown-second-item:hover > .nv-dropdown-third {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

/* 右侧区域 */
.nv-right {
	display: flex;
	align-items: center;
	margin-left: auto;
}

/* 语言切换 */
.nv-language-switcher {
	display: flex;
	align-items: center;
	border-radius: 20px;
	padding: 5px;
	transition: all 0.3s ease;
}
.nv-language-option {
	padding: 5px 15px;
	border-radius: 15px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.nv-language-option.nv-active {
	background: #0030b8;
	color: white;
}

/* 汉堡菜单（移动端） */
.nv-hamburger {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	width: 30px;
	height: 21px;
	cursor: pointer;
	margin-left: 20px;
}

.nv-hamburger span {
	height: 3px;
	width: 100%;
	background-color: white;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.nv-scrolled .nv-hamburger span {
	background-color: #333;
}

/* 响应式设计 */
@media (max-width: 992px) {
	.nv-navbar{
		height: 70px;
	}
	.nv-navbar.nv-scrolled {
		height: 70px;
	}
	.nv-menu {
		position: fixed;
		top: 70px;
		left: -100%;
		width: 100%;
		height: calc(100vh - 70px);
		background: white;
		flex-direction: column;
		padding: 20px;
		transition: all 0.4s ease;
		overflow-y: auto;
		justify-content: flex-start;
	}
	.nv-logo img {
		height: 40px;
		transition: all 0.4s ease;
	}

	.nv-menu.nv-active {
		left: 0;
	}

	.nv-item {
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #eee;
	}

	.nv-link {
		color: #333;
		padding: 15px 0;
		width: 100%;
		justify-content: space-between;
	}

	/* 移动端箭头指示 */
	.nv-link.nv-has-dropdown::after {
		display: block;
		content: '';
		font-weight: 900;
		border: none;
		width: 8px;
		height: 8px;
		transition: transform 0.3s ease;
		border-right: 2px solid #999;
		border-bottom: 2px solid #999;
		transform: rotate(45deg);
	}

	.nv-link.nv-has-dropdown.nv-active::after {
		transform: rotate(225deg);
		border-color: #0030b8;
	}

	.nv-dropdown {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		padding: 0;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
		background: #f9f9f9;
	}

	.nv-dropdown.nv-show {
		max-height: 1000px;
	}

	.nv-dropdown-link.nv-has-dropdown::after {
		content: '';
		font-weight: 900;
		border: none;
		width: auto;
		height: auto;
		transition: transform 0.3s ease;
		display: block;
		width: 8px;
		height: 8px;
		transition: transform 0.3s ease;
		border-right: 2px solid #999;
		border-bottom: 2px solid #999;
		transform: rotate(45deg);
	}

	.nv-dropdown-link.nv-has-dropdown.nv-active::after {
		transform: rotate(225deg);
		border-color: #0030b8;
	}

	.nv-dropdown-second, .nv-dropdown-third {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		padding: 0;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
		background: #f0f0f0;
	}

	.nv-dropdown-second.nv-show, .nv-dropdown-third.nv-show {
		max-height: 1000px;
	}

	.nv-hamburger {
		display: flex;
	}

	.nv-scrolled .nv-menu {
		top: 69px;
		height: calc(100vh - 69px);
	}
}

.ewmtitle{
	color:#fff;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}