.caseContainer {
	max-width: 1440px;
	margin: 0 auto;
}

.pcShow {
	display: block;
}

.mobShow {
	display: none;
}


.section1 {
	width: 100%;
	height: 100%;
}

.section1 img {
	width: 100%;
	height: 100%;
}

.section1 .pcDescWrap {
	display: block;
	margin-top:78px;
	height: 700px;
}


.section1 .pcDescWrap .titleWrap{
	display: flex;
	flex-direction: column;
	gap:16px;
	text-align: center;
	align-items: center;
	padding-top:100px;
	position: absolute;
	z-index: 100;
	width: 100%;
	justify-content: center;
}

.section1 .pcDescWrap .titleWrap h5{
	color: var(--Text-, #1D2129);
	text-align: center;
	font-size: 44px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.section1 .pcDescWrap .titleWrap h5 b{
	background: linear-gradient(200deg, #5C7BFF 0%, #8563FF 40%, #AA4DFF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 44px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.section1 .pcDescWrap .titleWrap .subtitle{
	color: var(--Text-, #1D2129);
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.section1 .pcDescWrap img {
    width: 100%;
    position: relative;
    z-index: 40;
    height: 100%;
    object-fit: cover;
}


/**/
.section1 .mobDescWrap {
	display: none;
}

.section1 .mobDescWrap .titleWrap{
	display: flex;
	flex-direction: column;
	gap:16px;
	text-align: center;
	align-items: center;
	margin-top:56px;
	position: absolute;
	z-index: 100;
	width: 100%;
	justify-content: center;
}

.section1 .mobDescWrap .titleWrap h5{
	color: var(--Text-, #1D2129);
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.section1 .mobDescWrap .titleWrap .subtitle{
	color: var(--Text-, #1D2129);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 140.007%; 
}

.section1 .mobDescWrap img{
	width:100%;
	position: relative;
	z-index: 40;
}


.section2 {
	width: 100%;
	height: 100%;
	padding: 0 120px;
}

.section2 .limit3 {
	width: 100%;
	height: 765px;
	background: #fff;
	padding: 120px 0;
}

.section2 .limit3 .title {
	color: var(--Text-, #1d2129);
	text-align: center;
	
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.section2 .limit3 .limit3-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
}

.section2 .limit3 .limit3-content .left {
	width: 600px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 80px;
}

.section2 .limit3 .limit3-content .swiper {
	width: 100%;
	height: 100%;
}

.section2 .limit3 .limit3-content .swiper .swiper-slide {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section2 .limit3 .limit3-content .swiper .swiper-slide .swiper-slide-content {
	width: 100%;
	height: 100%;
}

.section2 .limit3 .limit3-content .swiper .swiper-slide .swiper-slide-content .tag {
	padding: 1px 8px;
	border-radius: 4px;
	border: 1px solid #ff7d00;
	background: #fff7e8;
	display: inline-block;
	color: #ff7d00;
	
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	/* 146.667% */
}

.section2 .limit3 .limit3-content .swiper .swiper-slide .swiper-slide-content .title {
	color: var(--Text-, #1d2129);
	
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin-top: 12px;
	line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: left;
}

.section2 .limit3 .limit3-content .swiper-slide-footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.section2 .limit3 .limit3-content .swiper-slide-footer .dots {
	display: flex;
	gap: 16px;
	align-items: center;
}

.section2 .limit3 .limit3-content .swiper-slide-footer .dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #15284b;
	opacity: 0.34;
}

.section2 .limit3 .limit3-content .swiper-slide-footer .dot.active {
	width: 10px;
	height: 10px;
	background: #15284b;
	opacity: 1;
}

.section2 .limit3 .limit3-content .arrow {
	display: flex;
	gap: 16px;
	cursor: pointer;
	padding-right: 56px;
}

.section2 .limit3 .limit3-content .arrow .arrow-icon {
	width: 56px;
	height: 56px;
}

.section2 .limit3 .limit3-content .arrow .arrow-icon.right {
	transform: rotate(180deg);
}

.section2 .limit3 .limit3-content .right {
	display: flex;
	width: 600px;
	height: 400px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.section2 .limit3 .limit3-content .right .swiper {
	width: 100%;
	height: 100%;
}

.section2 .limit3 .limit3-content .right .swiper .swiper-slide .video {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.section2 .limit3 .limit3-content .right .swiper .swiper-slide .video:hover .playIcon {
	transform: translate(-50%, -50%) scale(1.3);
}

.section2 .limit3 .limit3-content .right .swiper .swiper-slide .video .playIcon {
	transition: transform 0.3s ease;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
}

.section2 .limit4 {
	width: 100%;
	background: #fff;
	padding: 120px 0;
	position: relative;
}

.section2 .limit4 .arrow-left {
	position: absolute;
	left: -10%;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.section2 .limit4 .arrow-right {
	position: absolute;
	right: -10%;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	cursor: pointer;
}

.section2 .limit4 .title {
	color: var(--Text-, #1d2129);
	text-align: center;
	
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 68px;
}

.section2 .limit4 .content .swiper {
	padding: 20px 20px;
	box-sizing: border-box;
}

.section2 .limit4 .content .swiper .swiper-slide {
	width: 100%;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
	border-radius: 12px;
	overflow: hidden;
}

.section2 .limit4 .content .swiper .swiper-slide .video {
	width: 100%;
	height: 200px;
	position: relative;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.section2 .limit4 .content .swiper .swiper-slide .video:hover {
	transform: scale(1.02);
}

.section2 .limit4 .content .swiper .swiper-slide .content {
	padding: 20px;
	background-color: #fff;
}

.section2 .limit4 .content .swiper .swiper-slide .content .title {
	color: var(--Text-, #1d2129);
	
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 0;
	text-align: left;
	margin-top: 12px;
	display: block;
}

.section2 .limit4 .content .swiper .swiper-slide .content .tag {
	padding: 1px 8px;
	border-radius: 4px;
	border: 1px solid #ff7d00;
	background: #fff7e8;
	display: inline-block;
	color: #ff7d00;
	
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	/* 146.667% */
}

.section2.mobShow {
	width: 100%;
	padding: 0;
	padding-top: 60px;
}

.section2.mobShow .title {
	color: var(--Text-, #1d2129);
	
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
	white-space: nowrap;
	margin-bottom: 32px;
}

.section2.mobShow .content .swiper .swiper-slide .video {
	width: 100%;
	height: 250px;
	position: relative;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.section2.mobShow .content .swiper .swiper-slide .video:hover {
	transform: scale(1.02);
}

.section2.mobShow .content .swiper {
	position: relative;
}

.section2.mobShow .content .swiper .swiper-slide .video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section2.mobShow .content .swiper .swiper-slide .video .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 38px;
	height: 38px;
}

.section2.mobShow .content .swiper .swiper-slide .swiper-slide-content {
	padding: 20px;
	background-color: #fff;
	padding: 32px 24px 24px 24px;
	background: #f7f7f7;
}

.section2.mobShow .content .swiper .swiper-slide .swiper-slide-content .title {
	color: var(--Text-, #1d2129);
	
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: block;
	text-align: left;
}

.section2.mobShow .content .swiper .dots {
	display: flex;
	gap: 8px;
	align-items: center;
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
}

.section2.mobShow .content .swiper .dots .dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #15284b;
	opacity: 0.34;
}

.section2.mobShow .content .swiper .dots .dot.active {
	width: 6px;
	height: 6px;
	background: #15284b;
	opacity: 1;
}

.section3 {
	width: 100%;
	height: 100%;
	background: #F7F7F7;
	padding-top: 100px;
	padding-bottom: 100px;
	overflow:hidden;
}

.section3 .container {
	padding: 0px 80px;
}

.section3 .caseSwitchWrap {
	overflow: inherit;
}

.section3 .title {
	color: var(--Text-, #1d2129);
	
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
	margin-bottom: 16px;
}


.section3 .wrapSubtitle{
    width: 100%;
    height: 20px;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #1D2129;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin-bottom:40px;
}

.section3 .swiper {
	padding-bottom: 120px;
	/* width: calc(100% - 240px); */
	box-sizing: border-box;
	margin: 0 0;
	padding: 40px;
}

.section3 .swiper .swiper-slide {
	/* max-width: 1200px !important; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 4px 20px 0 rgba(173, 173, 173, 0.25);
	/* width: 100%; */
	box-sizing: border-box;
	opacity: .6;
}

.section3 .swiper .swiper-slide.swiper-slide-active {
	opacity: 1;
}


.section3 .swiper .arrow-group {
	background: none;
	box-shadow: initial;
	position: absolute;
	z-index: 1000;
	height:80px;
	opacity: 1;
	/*bottom:0px;*/
	left: 0px;
	padding: 0px 40px 0px 40px;
}

.section3 .swiper .swiper-slide .img {
	width: 570px;
	height: 400px;
	flex-shrink: 0;
}


.section3 .swiper .swiper-slide .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section3 .swiper .swiper-slide .imgWrap{
	display: flex;
	position: relative;
	align-items: center;
	overflow: hidden;
	justify-content: center;
	background: #ffffff;
}

.section3 .swiper .swiper-slide .imgWrap .videoPopImg {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.section3 .swiper .swiper-slide .imgWrap .popVideoBtn {
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 100;
	top:0px;
}

.section3 .swiper .swiper-slide .imgWrap .playIcon {
  display: flex;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 80px;
  height: 80px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  background: url(../images/playerbtn.png) center center no-repeat;
  background-size: 100%; 
}
.section3 .swiper .swiper-slide .imgWrap:hover .playIcon {
    transform: scale(1.2); 
}




.section3 .swiper .swiper-slide .right {
	flex: 1;
	width: 610px;
	height: 400px;
	border-radius: 12px;
	background: #fff;
	padding-top: 90px;
	padding-left: 48px;
	padding-right: 40px;
	padding-bottom: 40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-width: 0;
}


.section3 .swiper .arrow-group .img {
	width: 46.7213%;
}

.section3 .swiper .arrow-group .right {
	width: 50%;
}

.section3 .swiper .arrow-group .right {
	background: none;
	height: 200px;
	bottom: 40px;
	position: absolute;
	right: 0px;
	padding-left: 20px;
}

.section3 .swiper .arrow-group .right .footer .arrow {
	margin-right: 40px;
}

.section3 .swiper .swiper-slide .right .title {
	color: var(--Text-, #1d2129);
	
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 12px;
	text-align: left;
}

.section3 .swiper .swiper-slide .tags {
	display: flex;
	gap: 12px;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
}

.section3 .swiper .swiper-slide .tags .tag {
	background: #15284b;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #FF7D00;
	background: #fffce8;
	display: flex;
	padding: 0px 8px;
	align-items: center;
	gap: 4px;
	color: #FF7D00;
	/* 146.667% */
}

.section3 .swiper .swiper-slide .tags .tag.default {
	border-radius: 4px;
	border: 1px solid #f2f3f5;
	background: #f7f8fa;
	color: #1d2129;
	
	/* 146.667% */
}


.section3 .swiper .swiper-slide .tags .tag.yellow {
	border-radius: 4px;
	border: 1px solid #F7BA1E;
	background: #FFFCE8;
	color: #F7BA1E;
}

.section3 .swiper .swiper-slide .tags .tag.purple {
	border-radius: 4px;
	border: 1px solid #722ed1;
	background: #f5e8ff;
	color: #722ed1;
	
}

.section3 .swiper .swiper-slide .dataBox {
	display: flex;
	gap: 78px;
	margin-top: 32px;
}

.section3 .swiper .swiper-slide .dataBox .dataBoxItem {
	display: flex;
	gap: 6px;
}

.section3 .swiper .swiper-slide .dataBox .dataBoxItem .dataBoxItemIcon {
	width: 24px;
	height: 24px;
	margin-top: 4px;
}

.section3 .swiper .swiper-slide .dataBox .dataBoxItem .dataBoxItemIcon.down {
	transform: rotate(180deg);
}

.section3 .swiper .swiper-slide .dataBox .dataBoxItem .dataBoxItemContent {
	display: flex;
	flex-direction: column;
}

.section3 .swiper .swiper-slide .dataBox .dataBoxItem .dataBoxItemContent .dataBoxItemContentTitle {
	color: var(--Button-Default, #15284b);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.section3 .swiper .swiper-slide .dataBox .dataBoxItem .dataBoxItemContent .dataBoxItemContentDesc {
	color: var(--Text-, #86909c);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

.section3 .swiper .footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex: 1;
	justify-content: center;
	align-items: center;
	width:100%;
}


.section3 .swiper .footer .dots {
	display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.section3 .swiper .footer .dots .dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #15284b;
	opacity: 0.34;
}

.section3 .swiper .footer .dots .dot.active {
	width: 10px;
	height: 10px;
	background: #15284b;
	opacity: 1;
}

.section3 .swiper .footer .arrow {
	display: flex;
	gap: 16px;
	cursor: pointer;
}

.section3 .swiper .footer .arrow .arrow-icon {
	width: 56px;
	height: 56px;
	border-radius: 60px;
	cursor: pointer;
	border: 1px solid #15284B;
	transition: all ease-in-out 0.3s;
}

.proFeatures .slideArrowGroup .arrow-icon:hover {
	border: 1px solid #15284B;
}

.section3 .swiper .footer .arrow .slide-arrow-prev {
	background: url(../images/slide_arrow_left.svg) center center no-repeat;
	background-size: 13px 13px;
}

.section3 .swiper .footer .arrow .slide-arrow-prev:hover {
	background: #15284B url(../images/slide_arrow_left_w.svg) center center no-repeat;
	background-size: 13px 13px;
}

.section3 .swiper .footer .arrow .slide-arrow-next {
	background: url(../images/slide_arrow_right.svg) 45% center no-repeat;
	background-size: 13px 13px;
}

.section3 .swiper .footer .arrow .slide-arrow-next:hover {
	background: #15284B url(../images/slide_arrow_right_w.svg) 45% center no-repeat;
	background-size: 13px 13px;
}

.section3.mobShow {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 0px;
	background: #fff;
}

.section3.mobShow .title {
	color: var(--Text-, #1d2129);
	
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
}

.section3.mobShow .swiper {
	margin-left: 0px;
	padding-bottom: 60px;
	margin-right: 16px;
	width: calc(100% - 0px);
	box-sizing: border-box;
}

.section3.mobShow .swiper .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
}

.section3.mobShow .swiper .swiper-slide .img {
	width: 100%;
	height: 196px;
}

.section3.mobShow .swiper .swiper-slide .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section3.mobShow .swiper .swiper-slide .swiper-slide-content {
	padding: 24px 16px;
	background-color: #fff;
	width:100%;
}

.section3.mobShow .swiper .swiper-slide .swiper-slide-content .title {
	color: var(--Text-, #1d2129);
	
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 8px;
	text-align: left;
	line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.section3.mobShow .swiper .swiper-slide .swiper-slide-content .tags {
	font-size: 13px;
	gap:8px;
}

.section3.mobShow .swiper .swiper-slide .swiper-slide-content .dataBox {
	display: flex;
	gap: 12px;
	flex-direction: column;
	margin-top:24px;
}

.section3.mobShow .swiper .swiper-slide .swiper-slide-content .dataBox .dataBoxItem .dataBoxItemIcon {
	width: 16px;
	height: 16px;
	margin-top: 2px;
}

.section3.mobShow .swiper .swiper-slide .swiper-slide-content .dataBox .dataBoxItem .dataBoxItemContentTitle {
	font-size: 16px;
}

.section3.mobShow .swiper .swiper-slide .swiper-slide-content .dataBox .dataBoxItem .dataBoxItemContentDesc {
	font-size: 13px;
}


.section4 {
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 0px;
	padding-top: 100px;
	padding-bottom: 100px;
}

.section4 .title {
	color: var(--Text-, #1d2129);
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
	margin-bottom:16px;
}


.section4 .wrapSubtitle{
    width: 100%;
    height: 20px;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #1D2129;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin-bottom:0px;
}

.section4 .content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 17px;
	row-gap: 32px;
	margin-top: 80px;
	padding: 0 130px;
}


/*案例详情页*/
body, html{
  overflow-x: visible;
}


/**/
.caseArticlelist .newslistWrap .siderArticle{
	 position: sticky;
	align-self: start;
    top: 102px;
}

.caseArticlelist .newsViewWrap .showViewCon .viewTitle h2{
	color: #000;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 16px;
}

.caseArticlelist .newsViewWrap .showViewCon .viewTitle .caseBradLogo{
	display: flex;
	gap:16px;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 16px;
}

.caseArticlelist .newsViewWrap .showViewCon .viewTitle .brandlogo{
	width:45px;
	height:45px;
}

.caseArticlelist .newsViewWrap .showViewCon .viewTitle h3{
	color: #000;
	
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.caseArticlelist .newsViewWrap .showViewCon .viewTitle .intro{
	display: flex;
	gap:12px;
}

.caseArticlelist .newsViewWrap .showViewCon .viewTitle .intro .catetroyName{
	display: inline-flex;
	padding: 0px 8px;
	align-items: center;
	gap: 4px;
	border-radius: 4px;
	border: 1px solid #FF7D00;
	background: #FFF7E8;
	color: #FF7D00;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
}


.caseArticlelist .newsViewWrap .showViewCon .viewTitle .intro .catetroyName.default {
	border-radius: 4px;
	border: 1px solid #f2f3f5;
	background: #f7f8fa;
	color: #1d2129;
}


.caseArticlelist .newsViewWrap .showViewCon .viewTitle .intro .catetroyName.yellow {
	border-radius: 4px;
	border: 1px solid #F7BA1E;
	background: #FFFCE8;
	color: #F7BA1E;
}

.caseArticlelist .newsViewWrap .showViewCon .viewTitle .intro .catetroyName.purple {
	border-radius: 4px;
	border: 1px solid #722ed1;
	background: #f5e8ff;
	color: #722ed1;
	
}

.caseArticlelist .newsViewWrap .showViewCon .viewTitle .tagsBox{
	display: flex;
	padding: 1px 8px;
	align-items: center;
	gap: 4px;
	color: var(--Text-, #1D2129);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px; 
	border-radius: 4px;
	border: 1px solid var(--Fill-, #F2F3F5);
	background: var(--Fill--hover, #F7F8FA);
}

.caseArticlelist .newsViewWrap .showViewCon .showContent img{
	width:100%;
	margin-bottom:24px;
	margin-top:4px;
}

.caseArticlelist .newsViewWrap .showViewCon .showContent .tips{
    font-size:12px;
    color: var(--Text-, #1D2129);
    padding-bottom:12px;
    font-weight: 400;
}

.caseArticlelist .newsViewWrap .showViewCon .speakWord{
	padding:40px 0px;
	border-top:1px solid #E5E6EB;
	border-bottom:1px solid #E5E6EB;
	margin-top:32px;
	margin-bottom:40px;
}

.caseArticlelist .newsViewWrap .showViewCon .speakWord .wordBox{
	color: var(--Button-Default, #15284B);
	text-align: justify;
	
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.caseArticlelist .newsViewWrap .showViewCon .speakWord .speaker{
	color: var(--Button-Default, #15284B);
	
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: end;
}

.caseArticlelist .newsViewWrap .showViewCon .showContent h4{
	color: var(--Text-, #1D2129);
	text-align: justify;
	
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top:32px;
	margin-bottom:12px;
}

.caseArticlelist .newsViewWrap .showViewCon .showContent p{
	color: var(--Text-, #1D2129);
	text-align: justify;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	padding-bottom:8px;
}

.caseArticlelist .newsViewWrap .showViewCon .showContent p b{
	font-weight: 700;
}

.caseArticlelist .newsViewWrap .showViewCon .showContent{
	border-radius: 12px 12px 0 0;
}

.caseArticlelist .newsViewWrap .showViewCon .showContent .tableCon{
	grid-template-rows: 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
	gap:0px 12px;
	position: relative;
	margin-bottom:40px;
}

.caseArticlelist .newsViewWrap .showViewCon .showContent .tableCon .tableCol{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.caseArticlelist .newsViewWrap .showViewCon .showContent .tableCon .tableCol .innerList{
	display: grid;
	width:100%;
	height: calc(100% - 70px);
}

.caseArticlelist .newsViewWrap .showViewCon .showContent .tableCon .tableCol .innerli{
	display: flex;
	padding: 24px 28px;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	justify-content: center;
	margin-bottom:2px;
	background: rgba(255, 195, 114, 0.15);
}


.caseArticlelist .newsViewWrap .showViewCon .showContent .tableCon .head{
	display: flex;
	padding: 24px 28px;
	align-items: center;
	gap: 10px;
	height:70px;
	align-self: stretch;
	border-radius: 12px 12px 0 0;
	background: rgba(255, 195, 114, 0.15);
	margin-bottom:2px;
}

.caseArticlelist .newsViewWrap .showViewCon .showContent .tableCon .head img{
	width:20px;
	height:20px;
	margin:0px;
	padding:0px;
}

.caseArticlelist .newsViewWrap .showViewCon .showContent .tableCon .head h6{
	color: var(--Text-, #1D2129);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.caseArticlelist .newsViewWrap .showViewCon .showContent .tableCon .tableCol .innerli:nth-last-of-type(1){
	border-radius: 0 0 12px 12px;
	margin-bottom:0px;
}

.caseArticlelist .newsViewWrap .showViewCon .showContent .tableCon .tableCol.colCenter .innerli,
.caseArticlelist .newsViewWrap .showViewCon .showContent .tableCon .tableCol.colCenter .head{
	background: rgba(0, 180, 42, 0.10);
}

.caseArticlelist .newsViewWrap .showViewCon .showContent .tableCon .tableCol.colRight .innerli,
.caseArticlelist .newsViewWrap .showViewCon .showContent .tableCon .tableCol.colRight .head{
	background: rgba(83, 145, 255, 0.15);
}

.caseArticlelist .newsViewWrap .showViewCon .showContent .tableCon .innerli h6{
	color: var(--Text-, #1D2129);
	
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding:0px;
	margin:0px;
}

.caseArticlelist .newsViewWrap .showViewCon .showContent .tableCon .innerli p{
	color: var(--Text-, #4E5969);
	
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:0px;
	margin:0px;
}



@media only screen and (max-width: 1480px) {

	.section3 .swiper .swiper-slide .img {
		width: 46.7213%;
	}

	.section3 .swiper .swiper-slide .right {
		width: 50%;
	}
	.section3 .swiper .arrow-group .right {
		padding-left: 12px;
	}
	
	.caseArticlelist .newslistWrap .siderArticle.fixed{
		 right: initial;
	}
	
	.caseArticlelist .newsViewWrap .showViewCon .showContent h4{
	    margin-top:32px;
	}


}


@media only screen and (max-width: 1440px){
    .caseArticlelist .newslistWrap .siderArticle.fixed{
		 right: 130px;
	}
}

@media only screen and (max-width: 1366px) {
	
	.section1 .pcDescWrap .titleWrap{
		margin-top:80px;
	}
	.section1 .pcDescWrap .titleWrap h5,
	.section1 .pcDescWrap .titleWrap h5 b{
	    font-size: 32px;
	    line-height: 42px;
	}
	.section1 .pcDescWrap .titleWrap .subtitle {
	    font-size: 16px;
	}
	.section3 .swiper .swiper-slide .right {
		padding-top: 60px;
		padding-left: 32px;
		padding-right: 24px;
		padding-bottom: 40px;
	}
	
	.section3 .swiper .arrow-group .right {
		padding-left: 0px;
	}
	
	.section3 .swiper .swiper-slide .dataBox {
		gap: 40px;
	}
	

	.caseArticlelist .newslistWrap .siderArticle {
		right: 130px;
	}
	.caseArticlelist .newslistWrap .siderArticle.fixed {
		margin-left: 780px;
		right:130px;
	}
}

@media only screen and (max-width: 1280px) {
	
	.section1 .pcDescWrap .titleWrap{
		margin-top:60px;
	}
	.newsViewPageKv .container{
		 padding: 0px 80px;
	}
	.section4 .content {
		grid-template-columns: repeat(3, 1fr);
		padding: 0 60px;
	}
	
	.section3 .swiper .footer .arrow .arrow-icon {
		width: 46px;
		height: 46px;
	}
	.caseArticlelist .newslistWrap .siderArticle{
		right: 80px;
	}
	.caseArticlelist .newslistWrap .siderArticle.fixed{
		right:80px;
	}
	
}


@media only screen and (max-width: 1100px){
	.section3 .swiper .footer .arrow .arrow-icon {
		width: 44px;
		height: 44px;
	}
}
@media only screen and (max-width: 1024px){
	.caseArticlelist .newslistWrap .siderArticle{
		display: none;
	}
}

@media only screen and (max-width: 800px) {
	.section4 .content {
		grid-template-columns: 1fr;
		padding: 0 16px;
		row-gap: 16px;
		margin-top: 40px;
	}

	.section4 .title {
		font-size: 24px;
		padding: 0 16px;
	}

	.section4 {
		padding-top: 32px;
		padding-bottom: 60px;
	}
	
	.section4 .content{
		margin-top:32px;
	}
	
	.section3.mobShow .title{
	    font-size: 24px;
	    margin-bottom:16px;
	}
	
	
	.section3.mobShow .swiper{
		padding-left:16px;
		padding-right:16px;
		padding-top:32px;
		padding-bottom:40px;
	}
	.section3.mobShow .swiper .swiper-slide{
		width:280px!important;
	}
	
	.section3.mobShow  .swiper .swiper-slide{
		opacity: 1;
	}
	
	.section3 .swiper .swiper-slide .imgWrap .playIcon {
	    width: 40px;
	    height: 40px;
	}
	
    	
    .section3 .wrapSubtitle, 
    .section4 .wrapSubtitle{
        height:auto;
        color: var(--Text-, #1D2129);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px; 
            padding: 0 16px;
    }
    
      .section3 .wrapSubtitle{
          margin-bottom:0px;
      }

}

.section4 .content .contentItem {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	overflow: hidden;
	max-width:382px;
	min-width:220px;
	max-height:382px;
	min-height:220px;
	/* cursor: pointer; */
	position: relative;
	transition: transform 0.3s ease;
}

.section4 .content .contentItem:hover {
	transform: translateY(-4px);
	background: #FFF;
	box-shadow: 0 4.053px 20.265px 0 rgba(141, 141, 141, 0.43);
}
.section4 .content .contentItem .contentItemImg{
	   width: 100%;
	height:100%;
}
.section4 .content .contentItem img{
	width:100%;
	height:100%;
	object-fit: cover;
}

.section4 .content .contentItem .hoverContent {
	width: 100%;
	height: 100%;
	/*background: rgba(255, 255, 255, 1);*/
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000);
	position: absolute;
	top: 0;
	left: 0;
	padding: 32px 24px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	transform: translateY(20px);
}

.section4 .content .contentItem:hover .hoverContent {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.section4 .content .contentItem .hoverContent .hoverContentTag {
	border-radius: 4px;
	border: 1px solid #ff7d00;
	background: #fff7e8;
	padding: 0px 8px;
	margin-top:6px;
	color: #ff7d00;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	display: inline-block;
	width: fit-content;
	flex-shrink: 0;
	transform: translateY(-10px);
	opacity: 0;
	transition: all 0.3s ease 0.1s;
}

.section4 .content .contentItem:hover .hoverContent .hoverContentTag {
	transform: translateY(0);
	opacity: 1;
}

.section4 .content .contentItem .hoverContent .hoverContentCenter {
	margin-top: 32px;
	/*flex: 1;*/
	transform: translateY(10px);
	opacity: 0;
	transition: all 0.3s ease 0.2s;
}

.section4 .content .contentItem:hover .hoverContent .hoverContentCenter {
	transform: translateY(0);
	opacity: 1;
}

.section4 .content .contentItem .hoverContent .hoverContentTitle {
	color: var(--Text-, #fff);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 6px;
}

.section4 .content .contentItem .hoverContent .hoverContentDesc {
	color: var(--Text-, #fff);
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: capitalize;
	margin-top: 12px;
  text-align: justify;
}

.section4 .content .contentItem .moreIcon {
	width: 49px;
	height: 49px;
	position: absolute;
	right: 24px;
	top: 24px;
	display: none;
}

.section4 .content .contentItem .hoverContent .moreContent {
	display: flex;
	align-items: center;
	gap: 6px;
	color:#1D2129;
	font-size: 16.212px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	transform: translateY(10px);
	opacity: 0;
	transition: all 0.3s ease 0.3s;
	display:none;
}

.section4 .content .contentItem:hover .hoverContent .moreContent {
	transform: translateY(0);
	opacity: 1;
}

.caseArticlelist .newsViewWrap .showViewCon .viewTitle .intro .catetroyName{
    font-size:13px;
}

.caseArticlelist .newsViewWrap .showViewCon .viewTitle .tagsBox{
    font-size:13px;
}
@media only screen and (max-width: 800px) {
	.main {
		max-width: 100%;
	}

	.section1 .mobDescWrap {
		display: block;
	}

	.section1 .pcDescWrap {
		display: none;
	}

	.pcShow {
		display: none;
	}

	.mobShow {
		display: block;
	}
	.caseArticlelist .newsViewWrap .showViewCon .showContent .tableCon {
	    grid-template-rows: 1fr;
	    grid-template-columns: 1fr;
	    grid-auto-columns: 1fr;
	}
	.caseArticlelist .newsViewWrap .showViewCon .showContent .tableCon .tableCol{
		margin-bottom:12px;
	}
	.caseArticlelist .newslistWrap .listCon{
		margin-bottom:0px;
	}
	.caseArticlelist .newslistWrap .siderArticle{
		display: none;
	}
	.caseArticlelist .newsViewWrap .showViewCon .viewTitle .caseBradLogo {
	    gap: 8px;
	    margin-bottom: 12px;
	}
	.caseArticlelist .newsViewWrap .showViewCon .viewTitle .brandlogo{
		width:32px;
		height:32px;
	}
	.caseArticlelist .newsViewWrap .showViewCon .viewTitle h3{
		font-size: 24px;
		font-weight: 500;
	}
	.caseArticlelist .newsViewWrap .showViewCon .viewTitle h2{
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 12px;
	}
	.caseArticlelist .newsViewWrap .showViewCon .viewTitle{
		margin-bottom:40px;
	}
	.caseArticlelist .newsViewWrap .showViewCon .speakWord {
	    padding: 32px 0px;
	    display: flex;
        flex-direction: column;
        gap: 4px;
	}
	.caseArticlelist .newsViewWrap .showViewCon .speakWord .wordBox{
		font-size: 16px;
		font-weight: 500;
	}
	.caseArticlelist .newsViewWrap .showViewCon .speakWord .speaker{
		font-size: 16px;
	}
	.caseArticlelist .newsViewWrap .showViewCon .showContent .tableCon .tableCol .innerli{
		display: flex;
		padding: 24px 28px;
		flex-direction: column;
		align-items: flex-start;
		align-self: stretch;
	}
	.caseArticlelist .newsViewWrap .showViewCon .showContent .tableCon .tableCol.colRight{
	    margin-bottom:0px;
	}
	
	
}

/* 视频弹窗样式 */
#videoModal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

#videoModal .video-modal-content {
	position: relative;
	background: white;
	border-radius: 12px;
	padding: 0px;
	max-width: 90%;
	max-height: 90%;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

#videoModal #modalVideo {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 80vh;
	border-radius: 8px;
}

#videoModal .close-btn {
	position: absolute;
	bottom: -50px;
	left: 50%;
	display: none;
	transform: translateX(-50%);
	background: white;
	border: none;
	color: #333;
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 25px;
	cursor: pointer;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}

#videoModal .close-btn:hover {
	background: #f5f5f5;
	transform: translateX(-50%) scale(1.05);
}

/* 移动端适配 */
@media only screen and (max-width: 800px) {
	#videoModal .video-modal-content {
		max-width: 95%;
		/* padding: 20px; */
	}

	#videoModal #modalVideo {
		max-height: 70vh;
		background: #000;
	}

	#videoModal .close-btn {
		bottom: -40px;
		font-size: 14px;
		padding: 8px 16px;
	}
}