:root {
	--liang: #8CF5FF;
	--red: #ff0000;
	--color: #1c93fe;
	--nav-lr: 4%;
	--qianlan: #2b68ee;
	--border35: 35px;
	--border30: 30px;
	--border25: 25px;
	--border20: 20px;
	--border15: 15px;
	--b400: 400px;
	--b500: 500px;
	--b600: 600px;
	--b700: 700px;
	--ptb: 100px;
	--fs28: 28px;
	--fs18: 18px;
	--power-3-ease-out: cubic-bezier(.165, .84, .44, 1);
	--power-3-ease-in-out: cubic-bezier(.77, 0, .175, 1);
	--w85: 1440px;
	--maxw: 1600px;
	--line-bg: linear-gradient(-180deg, rgba(215, 230, 255, 1) 0%, rgba(243, 248, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
}

.prez8 {
	position: relative;
	z-index: 8;
}

* {
	box-sizing: border-box;
}

.ptb100 {
	padding-top: var(--ptb);
	padding-bottom: var(--ptb);
}

.w85 {
	width: var(--w85);
	margin: 0 auto;
	max-width: var(--maxw);
}

.gbb7h2 {
	line-height: 1.2;
	overflow: hidden;
	position: relative;
	font-size: 48px;
	font-weight: var(--b600);
	color: #000;
}

.gbb7h2-fff {
	color: #fff;
}



.site-baner {
	position: relative;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}

.site-baner-bg {
	position: absolute;
	object-fit: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.site-baner-bg {
	width: 105%;
	height: 105%;
	left: -2.5%;
	top: -2.5%;
}

.site-baner-zw {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	top: 50%;
	height: 300px;
}

.site-baner-zw {
	text-align: left;
}

.site-baner-p1 {
	font-size: 60px;
	font-weight: var(--b600);
	line-height: 1.4;
	/* margin-bottom: 60px; */
	color: #fff;
}

.site-baner-p2 {
	display: flex;
	justify-content: flex-start;
}

.g7pbanp3 {
	display: flex;
	gap: 15px;
	margin-top: 35px;
}

.g7pbanp3_s1 {
	color: #fff;
	margin-left: 20px;
	position: relative;
}

.g7pbanp3_s1::before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
}

.site-baner .swiper-slide {
	opacity: 0 !important;
	transition: all 0.8s ease;
}

.site-baner .swiper-slide-active {
	opacity: 1 !important;
}


/* .swiper-slide-active .scales{animation: image-zoom-out 6s 0s forwards;} */
@keyframes image-zoom-out {
	from {
		transform: scale(1.08, 1.08)
	}

	to {
		transform: scale(1.0, 1.0)
	}
}



.site-baner-bg:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: '';
	z-index: 1;
}

/* .site-baner-bg:before {background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(0,0,0,0.2) 30%,rgba(0,0,0,0.5) 100%);}
*/
.site-baner-bgm {
	object-fit: cover;
}

.site-baner-bgm {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.ptScrollattention {
	--diameter: 270px;
}

.ptScrollattention {
	overflow: hidden;
	position: absolute;
	bottom: 50px;
	left: 50%;
	border-radius: 50%;
	z-index: -1;
	width: var(--diameter);
	height: var(--diameter);
	margin-bottom: calc(var(--diameter) / -2);
	margin-left: calc(var(--diameter) / -2);
	z-index: 5;
	pointer-events: auto;
	cursor: pointer;
}

.ptScrollattention:before {
	content: "";
	position: absolute;
	display: block;
	bottom: calc(var(--diameter) / -2);
	left: 50%;
	top: 0;
	width: var(--diameter);
	height: var(--diameter);
	border-radius: 50%;
	margin-left: calc(var(--diameter) / -2);
	background-color: rgba(255, 255, 255, 0.2);
	animation-name: scrollAttentionCircle;
	animation-iteration-count: infinite;
	animation-delay: 2.9s;
	animation-delay: 2.85s;
	animation-duration: 1.8s;
	animation-fill-mode: both;
	animation-timing-function: ease-in;
}

.ptScrollattention::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 224px;
	left: 50%;
	bottom: 50%;
	bottom: calc(50% + 35px);
	animation-name: scrollAttentionLine;
	animation-iteration-count: infinite;
	animation-delay: 2s;
	animation-duration: 3.6s;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, .4) 50%, transparent 50%, transparent 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, .4) 50%, transparent 50%, transparent 100%);
}

.ptScrollattentionIcon {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -5px;
	margin-left: -2px;
	display: block;
	animation-name: iconStartHidden;
	animation-iteration-count: forwards;
	animation-fill-mode: both;
	animation-delay: 3s;
	animation-duration: .1s;
	animation-timing-function: linear;
}

.ptScrollattentionIcon:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	height: calc(var(--diameter) / 2);
	height: 40px;
	width: 6px;
	background-size: 6px 7px;
	background-image: url(../img/fvarrow.svg);
	animation-name: scrollAttentionIcon;
	background-repeat: no-repeat;
	animation-iteration-count: forwards;
	animation-fill-mode: both;
	animation-delay: 2.1s;
	animation-delay: 2s;
	animation-duration: 1.8s;
	animation-delay: 3s;
	animation-duration: .1s;
	animation-timing-function: ease-in;
	animation-delay: 2s;
	animation-delay: 1.1s;
	animation-delay: 3.1s;
	animation-duration: 1.8s;
	animation-iteration-count: infinite;
}

@keyframes scrollAttentionCircle {
	0% {
		transform: scale(0);
		opacity: 1
	}

	38% {
		transform: scale(1);
		opacity: 0
	}

	40% {
		opacity: 0;
		transform: scale(1)
	}

	100% {
		transform: scale(0);
		opacity: 0
	}
}

@keyframes scrollAttentionCircle {
	0% {
		transform: scale(0.2);
		opacity: 1
	}

	38% {
		transform: scale(0.2);
		opacity: 1
	}

	40% {
		opacity: 1;
		transform: scale(0.2)
	}

	100% {
		transform: scale(0.2);
		opacity: 1
	}
}

@keyframes scrollAttentionLine {
	0% {
		background-position-y: 0
	}

	50% {
		background-position-y: 224px
	}

	100% {
		background-position-y: 448px
	}
}

@keyframes scrollAttentionIcon {
	0% {
		opacity: 1;
		transform: translateY(0)
	}

	8% {
		transform: translateY(2px)
	}

	16% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes iconStartHidden {
	0% {
		opacity: 1
	}

	2% {
		opacity: 1
	}

	100% {
		opacity: 1
	}
}

.site-baner-linebg {
	width: 100%;
	height: 120px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 12;
}

.site-baner-linebg {
	background: linear-gradient(180deg, rgba(16, 22, 60, 1) 0%, rgba(16, 22, 60, 0.5) 40%, rgba(16, 22, 60, 0) 100%);
}

.swiper-slide.swiper-slide-active .ani_style2 {
	animation: 1s aniStyle2 0.3s;
	animation-fill-mode: forwards;
}

.swiper-slide.swiper-slide-active .ani_5 {
	animation-delay: 0.5s !important;
}

/* .site-baner-page2,.site-baner-zw {padding-left:var(--plrs);padding-right:var(--plrs);}
*/
.site-baner {
	background: var(--blue);
}

.site-baner-zw {
	animation-name: scr9317;
	will-change: opacity, filter;
}

@keyframes scr9317 {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0.2;
	}
}

@keyframes scr9318 {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0.2;
	}
}

.site-baner-page2 {
	animation-name: scr9318;
	will-change: opacity, filter;
}

.site-baner-linebg {
	height: 100%;
	background: url(../img/site-baner-linebg1.png) center bottom no-repeat;
}

.site-baner-linebg {
	background-size: 100% auto;
}

.site-baner-page2 {
	z-index: 13;
}

.site-baner-page3 {
	z-index: 30;
	height: 5px;
}

.site-baner-page3 {
	width: var(--w13) !important;
}

.site-baner-page3 {
	position: absolute;
	left: 50% !important;
	bottom: 80px !important;
	transform: translateX(-50%);
}

.site-baner-page3 span {
	width: 5px;
	height: 5px;
	opacity: 1 !important;
	background: #fff;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.site-baner-page3 span.swiper-pagination-bullet-active {
	background: #FFF;
	width: 60PX;
}

.site-baner-page3 {}

.site-baner-zw {
	top: 30%;
	transform: translateX(-50%);
	z-index: 16;
}

.ywdbtns {
	margin-right: 15px;
}

.ywdbtns {
	transition: all 0.3s ease;
}

.ywdbtns {
	border-radius: 999px;
	color: #000;
	line-height: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.ywdbtns i {
	position: relative;
	margin-left: 10px;
}

.ywdbtns {
	font-size: 14px;
	padding: 15px 25px;
	background-color: #fff;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}

.ywdbtns:hover {
	background-color: #fff;
}

.ywdbtns:hover {
	color: #fff;
	background: var(--color);
}



.laybg {
	background: #000;
	opacity: 0.5;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 7766;
	width: 100%;
	height: 100vh;
}

.layvideo {
	position: fixed;
	z-index: 7799;
	max-width: 1100px;
	width: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.layvideo {
	max-height: 75vh;
	text-align: center;
}

.layvideo video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.laybg,
.layvideo {
	display: none;
}

.layclose {
	position: absolute;
	right: -40px;
	top: 0;
	color: #fff;
	font-size: 24px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.layclose {}

.layclose i {
	font-size: 20px;
}

.layclose i,
.js_video_play i {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


.gbb7head {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	padding-top: 40px;
	z-index: 666;
	display: none;
}
.gbb7head.bsub{
	display: block;
}

.gbb7headm {
	padding: 0 50px;
	align-items: center;
}

.gbb7headlogo {
	height: 50px;
	position: relative;
}

.gbb7headlogo img {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s ease;
}

.site-baner-p1 {
	line-height: 1.2;
}

.logo2 {
	opacity: 0;
}

.btn-nav {
	width: 50px;
	height: 50px;
}

.btn-navn {
	width: 100%;
	height: 100%;
	border-radius: 50px;
	background: hsla(0, 0%, 100%, .2);
	backdrop-filter: blur(15px)
}

.btn-navn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-nav {
	position: relative;
	z-index: 12;
	cursor: pointer;
}

.btn-subs {
	position: absolute;
	width: 310px;
	right: 0;
	top: 50px;
	padding-top: 20px;
	z-index: 12;
	display: none;
}

.btn-subsm {
	background: hsla(0, 0%, 100%, .2);
	backdrop-filter: blur(15px);
	border-radius: 10px;
	padding: 60px 60px;
}

.btn-subsm a {
	color: #fff;
	padding: 8px 0;
	display: block;
}

.btn-subsm span {
	display: inline-block;
	position: relative;
}

.btn-subsm span:before,
.btn-subsm span:after {
	width: 100%;
	height: 1px;
	content: '';
	left: 0;
	bottom: 0;
	transition: all 0.3s ease;
	position: absolute;
}

.btn-subsm span:before {
	background: #fff;
	right: 0;
	left: auto;
	width: 0;
}

.btn-subsm span:after {
	background: #fff;
	width: 0;
}

.btn-subsm a:hover span:after {
	width: 100%;
}

.btn-subsm a:hover span:before {
	width: 0;
}

.btn-subsm i {
	position: absolute;
	right: 10px;
	top: 6px;
	line-height: 1;
	opacity: 0;
	transition: all 0.4s;
}

.icon-bar {
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	display: block;
	margin-top: 4px;
	vertical-align: top;
	width: 18px;
	height: 2px;
	background-color: #fff;
	transition: all .5s ease;
}

.icon-bar:first-child {
	margin-top: 0;
}

.opend .icon-bar:first-child {
	transform: translateY(6px) rotateZ(45deg);
}

.opend .middle {
	width: 0;
	overflow: hidden;
	opacity: 0;
}

.opend .bottom {
	transform: translateY(-6px) rotateZ(-45deg);
}

.gbb7head.mosha {
	background-color: #ffffffa8;
	backdrop-filter: blur(20px);
	padding: 25px 0;
	transition: padding 0.3s ease;
}

.gbb7head.mosha .logo2 {
	opacity: 1;
}

.gbb7head.mosha .logo1 {
	opacity: 0;
}

.gbb7head.mosha .btn-nav {
	background-color: #ffffff;
}

.gbb7head.mosha .icon-bar {
	background: #666;
}

.gbb7head.bsub {
	background-color: #fff;
}

.gbb7head.bsub .btn-subsm {
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.gbb7head.bsub .btn-subsm a {
	color: #333;
}

.gbb7head.bsub .btn-subsm a:hover {
	color: var(--color)
}

.gbb7head.bsub .btn-subsm span:after {
	background: var(--color);
}

.gbb7head.bsub .logo1 {
	opacity: 0;
}

.gbb7head.bsub .logo2 {
	opacity: 1;
}

.gbb7head.bsub {
	padding-top: 15px;
	padding-bottom: 15px;
}

.gbb7head.bsub .btn-navn {
	background: #f9f9f9;
}

.gbb7head.bsub .icon-bar {
	background: #333;
}

.gbb7head.bsub {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}

.aa .gbb7head {
	opacity: 0;
}

.aa .ptScrollattention {
	display: none;
}

/* .ywdbtns i{display: none;} */
.pro2slide,
.inner {
	overflow: hidden;
}

body,
.swiperpro2 {
	height: 100vh;
}

body,
.swiperpro2 {
	overflow: hidden;
}

.site-baner-bg {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.inner {
	width: 100%;
	height: 100%;
	position: relative;
}

:root {
	--w15: 1500px;
}

.w15 {
	width: var(--w15);
	margin: 0 auto;
}

.mlr8a,
.mlr8b {
	padding-top: 12%;
}

/* 取消全屏 */
body {
	overflow-y: auto;
}

body,
.swiperpro2,
.swiperpro2warp,
.pro2slide {
	height: auto;
}

.swiperpro2warp {
	flex-wrap: wrap;
}

.pro2slideone {
	height: 100vh;
}

.pro2slidetwo .inner,
.pro2slidetwo .mlr8 {
	height: auto;
}

.mlr8a,
.mlr8b {
	padding-top: 80px;
	padding-bottom: 60px;
}

.pro2slidetwo .mlr8b {
	min-height: 50vh;
	max-height: 1000px;
}

.pro2slidetwo .mlr8a {
	position: sticky;
	top: 80px;
}

.mlr8bx {
	width: 100%;
	position: relative;
}

@media screen and (max-width:1600px) {
	:root {
		--w15: 1300px;
	}
}

@media screen and (max-width:1440px) {
	:root {
		--w15: 1200px;
	}

	.mlr8a,
	.mlr8b {
		padding-top: 90px;
		padding-bottom: 60px;
	}
}

@media screen and (max-width:1366px) {
	:root {
		--w15: 1100px;
	}

	.mlr8a,
	.mlr8b {
		padding-top: 70px;
		padding-bottom: 40px;
	}
}

@media screen and (max-width:1280px) {
	:root {
		--w15: 94%;
	}

	.mlr8a,
	.mlr8b {
		padding-top: 60px;
		padding-bottom: 30px;
	}
}

.mlr8m {
	display: flex;
	--color: #2b68ee;
	align-items: flex-start;
}

.mlr8 {
	height: 100%;
	width: 100%;
}


.mlr8a {
	width: 230px;
}

.mlr8b {
	width: calc(100% - 230px);
	border-left: 1px solid #e5e5e5;
	min-height: 100vh;
	padding-left: 50px;
	padding-right: 0;
}

.mlr8b {
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.mlr8am a {
	line-height: 1.2;
	padding: 25px 0;
	display: block;
	padding-left: 0;
}

.mlr8am a {
	font-size: 18px;
	font-weight: var(--b600);
	position: relative;
}

.mlr8am span {
	position: relative;
	z-index: 3;
}

.mlr8am a:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
}

.mlr8am a:before {
	width: 800px;
	height: 100%;
}

.mlr8am a:before {
	background: linear-gradient(90deg, rgba(243, 246, 255, 1) 0%, rgba(200, 218, 255, 1) 100%);
}

.mlr8am a:before {
	opacity: 0;
	transform: translateX(-800px);
}

.mlr8am a:before,
.mlr8am a span {
	color: #222;
}

.mlr8am a:before,
.mlr8am span {
	transition: all 0.3s ease;
}

.mlr8am a:hover span,
.mlr8am a.on {
	color: var(--color);
}

.mlr8am a:hover:before,
.mlr8am a.on:before {
	opacity: 1;
	transform: translateX(-570px);
}

.mlr8bsub img {
	width: 100%;
}

.mlr8bsub {
	display: none;
	width: 100%;
}

.mlr8bsub {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.mlr8bsub.on {
	visibility: visible;
}

.mlr8 {
	background-position: center bottom;
	background-size: 100% auto;
	background-color: #fff;
	background-repeat: no-repeat;
}

.mlr8 {
	background-image: url(../demo/mlr8bg.jpg);
}

.pro2slidetwo {
	position: relative;
}

.dw {
	position: absolute;
	top: -80px;
	left: 0;
}

.pro2slide,
.inner,
body,
.swiperpro2 {
	overflow: inherit;
}

.swiperpro2warp {
	display: block;
}

.pro2slidetwo .mlr8b {
	min-height: calc(100vh - 80px);
	max-height: inherit;
	height: auto;
}

.mlr8bsub {
	position: relative;
	padding-top: 18px;
}





.has-lay {
	overflow: hidden;
}

.pulinelaybg {
	background: rgba(255, 255, 255, 0.3);
	-webkit-backdrop-filter: blur(24px);
	backdrop-filter: blur(24px);
	z-index: 9990;
}

.pulinelaybg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
}

.pulinelay {
	overflow: auto;
	padding: 54px 0;
	-webkit-overflow-scrolling: touch;
}

.pulinelay {
	position: fixed;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pulinelay {
	display: none;
	z-index: 9999;
}

.pulinelay-table {
	display: table;
	width: 100%;
	height: 100%;
}

.pulinelay-cell {
	display: table-cell;
	vertical-align: middle;
}

.pulinelay-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	z-index: 9998;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}

.pulinelay-wrapper {
	background: #fff;
	border-radius: 20px;
}

.pulinelay-wrapper {
	width: 980px;
}

.pulinelay-h3 {
	line-height: 1.4;
	margin-right: 40px;
	font-size: 30px;
	color: var(--color);
}

.pulinelay-h3 {}

.pulinelay-h3 {
	padding: 20px 0;
}

.pulinelay-h3 span {
	display: inline-block;
	padding-right: 40px;
	font-weight: bold;
}

.pulinelay-wrapper iframe {
	width: 100%;
	height: 1070px;
}

.pulinelay-close {
	border: 1px solid #ddd;
}

.pulinelay-close {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #2b68ee;
}

.pulinelay-close {
	background-size: 20px auto;
}

.pulinelay-close {
	position: absolute;
	right: 80px;
	top: 50%;
	transform: translateY(-50%);
}

.pulinelay-close {
	right: 0;
	top: 50px;
	z-index: 12;
}

.pulinelay-wrapper {
	position: relative;
}

.pulinelay-wz {
	padding-top: 50px;
	font-size: 16px;
	color: #333;
}

.pulinelaywzm {
	padding-bottom: 50px;
}

.pulinelaywzm li {
	position: relative;
	padding-left: 10px;
}

.pulinelaywzm li:before {
	position: absolute;
	left: 0;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--color);
	top: 10px;
}

.pulinelaywzm p {
	margin-top: 5px;
	line-height: 1.6
}

.pulinelaywzm h3 {
	color: var(--color);
	font-size: 18px;
}

.pulinelaywzm h2 {
	color: var(--color);
	font-size: 22px;
}

.pulinelaywzm em {
	font-style: italic;
}

.pulinelaywzm p:nth-child(1) {
	margin-top: 0;
}

.pulinelay-h4 {
	font-size: 26px;
}

.pulinelaywzma {
	margin-top: 20px;
}

.pulinelaywzm img {
	max-width: 100%;
}

.pulinelaywzm p {
	margin-top: 7px;
}

.pulinelaywzm p:nth-child(1) {
	margin-top: 0;
}

.pulinelay-h3,
.pulinelay-h4 {
	color: var(--color);
}

.pulinelay-h3,
.pulinelay-wz {
	padding-left: 80px;
	padding-right: 80px;
	position: relative;
}

.pulinelay-h3 sup,
.pulinelay-wz sup {
	position: relative;
	top: -2px;
	font-size: 12px;
}

@media screen and (max-width:1024px) {
	.wap_js_wx_img img {
		max-width: 150px;
	}
}

@media screen and (max-width:768px) {
	.coopartner {
		padding-bottom: 35px;
	}

	.hqiicasliderm {
		width: 100%;
		margin-top: 25px;
	}

	.disc-a01 {
		padding-bottom: 40px;
	}

	.pulinelay-close i {
		font-size: 14px;
	}

	.pulinelay-close {
		width: 30px;
		height: 30px;
		line-height: 28px;
	}

	.pulinelay-close {
		right: 20px;
	}

	.pulinelay-wrapper {
		width: 86%;
	}

	.pulinelay-h3,
	.pulinelay-wz {
		padding: 20px;
	}

	.pulinelay-h3 {
		font-size: 20px;
		margin-right: 0;
		border-radius: 0;
	}

	.pulinelay-h3 span {
		padding-right: 45px;
	}

	.pulinelay-h3 {
		border: none;
	}

	.pulinelaywzm p,
	.pulinelaywzm div,
	.pulinelaywzm span,
	.pulinelaywzm b {
		white-space: inherit !important;
	}
}