/*几个轮播公用的css*/
.my-button-disabled1 {
	opacity: 0;
}

/*swiper大图轮播*/
.fp-overflow,
.banner1,
.banner1>div,
.banner1>div>div:last-child {
	height: 100%;
}

.banner-swiper-box {
	margin-top: -60px;
}

#swiper1 {
	height: 100%;
	width: 100%;
}

#swiper1 .swiper-wrapper .swiper-slide {
	width: 100% !important;
}

#swiper1 .swiper-wrapper .swiper-slide .swiper1-back {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}

.swiper-button-next1,
.swiper-button-prev1 {
	position: absolute;
	top: 50%;
	z-index: 2;
}

.swiper-button-next1 img,
.swiper-button-prev1 img {
	width: 24px;
	height: 24px;
}

.swiper-button-next1 {
	right: 20px;
}

.swiper-button-prev1 {
	left: 20px;
}

/*下面这个为中间内容-横着欢迎字*/
.zjnr-box {
	position: absolute;
	top: 150px;
	z-index: 2;
	width: 100%;
	text-align: center;
	font-family: pmzd;
	font-size: 44px;
	color: #ffffff;
}

/**/
/*轮播1信用卡数据*/
.date-box {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 92px;
	width: 100%;
	color: #ffffff;
	height: 77px;

}

.date-box .sx {
	width: 1px;
	height: 60px;
	background: rgb(255, 255, 255, 0.3);
	margin: 0 35px;
}

.date-box .ns-box p .num,
.date-box .jz-box p .num {
	font-family: hyry;
	font-size: 36px;
	color: #FFFFFF;
	letter-spacing: 2px;
	line-height: 48px;
	font-weight: 700;
	margin-right: 5px;
}

.date-box .ns-box p .ptwz,
.date-box .jz-box p .ptwz {
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 4px;
}

.date-box .ns-box p:first-child,
.date-box .jz-box p:first-child {
	margin-bottom: 5px;
	display: flex;
	align-items: flex-end;
}

.date-box .ns-box p:last-child,
.date-box .jz-box p:last-child {
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	line-height: 24px;
	font-weight: 400;
}

/*轮播1底部css*/
.zjnr-bottom-box {
	position: absolute;
	bottom: 200px;
	z-index: 99;
	width: 100%;
	padding: 0 30px;
}

.search-box {
	text-align: center;
	z-index: 2;
	position: relative;
}

.search-box form {
	height: 36px;
	line-height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.search-box form input {
	width: 100%;
	padding: 0 30px;
	height: 36px;
	background: rgba(255, 255, 255, 0.15);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	border-radius: 100px;
	border-style: inherit;
	backdrop-filter: blur(10px);
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	line-height: 28px;
	font-weight: 400;
	text-align: center;
}

.search-box form input::placeholder {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	line-height: 36px;
	font-weight: 400;
	position: relative;
}

.search-box form img {
	position: absolute;
	width: 20px;
	left: 50px;
}

/*轮播1底部css到此结束*/
.swiper-pagination1 {
	position: absolute;
	z-index: 2;
	bottom: 20px;
	height: 2px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.my-bullet1 {
	width: 20px;
	height: 1px;
	opacity: 0.5;
	background: #FFFFFF;
	display: inline-block;
}

.my-bullet-active1 {
	width: 54px;
	height: 2px;
	opacity: 1;
	background: #FFFFFF;
	display: inline-block;
	transition: linear width 10s;
	webkit-transition: linear width 10s;
}

.swiper-pagination1 span {
	margin-left: 8px;
}

/*个人与公司*/
.gr-gs-big-box {
	height: 100%;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
	background: #222222;
}

.gr-box,
.gs-box {
	width: 100%;
	height: 49.5%;
}

.gr-box>div,
.gr-box>div>div:nth-child(2) {
	height: 100%;
}

.gs-box>div,
.gs-box>div>div:nth-child(2) {
	height: 100%;
}

/*个人swiper*/
#swiper2 {
	height: 100%;
	width: 100%;
}

.lb-top-box {
	position: absolute;
	width: 100%;
	z-index: 2;
	text-align: center;
	padding-top: 28px;
}

.lb-top-box img {
	height: 23px;
}



.ty-wz-box {
	background: rgba(255, 255, 255, 0.80);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 4px;
	width: 100%;
	height: 111px;
	padding: 15px 10px;
}

.ty-wz-box a>p:first-child {
	font-size: 18px;
	color: #D62222;
	letter-spacing: 1px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

.ty-wz-box .ty-wz-two {
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

}

.ty-wz-box .ty-wz-two p {
	font-size: 14px;
	color: #222222;
	letter-spacing: 0.5px;
	text-align: center;
	line-height: 24px;
	font-weight: 400;
}


#swiper2 .swiper-wrapper .swiper-slide .swiper2-back {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	padding: 0 20px 20px 20px;
	align-items: flex-end;
}

#swiper2 .swiper-wrapper .swiper-slide img {
	width: 100%;
}

.swiper-button-next2,
.swiper-button-prev2 {
	position: absolute;
	top: 50%;
	z-index: 2;
}

.swiper-button-next2 img,
.swiper-button-prev2 img {
	width: 24px;
	height: 24px;
}

.swiper-button-next2 {
	right: 20px;
}

.swiper-button-prev2 {
	left: 20px;
}

.swiper-pagination2 {
	position: absolute;
	z-index: 2;
	bottom: 150px;
	height: 2px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.my-bullet2 {
	width: 20px;
	height: 1px;
	opacity: 0.5;
	background: #FFFFFF;
	display: inline-block;
}

.my-bullet-active2 {
	width: 54px;
	height: 2px;
	opacity: 1;
	background: #FFFFFF;
	display: inline-block;
	transition: linear width 10s;
	webkit-transition: linear width 10s;
}

.swiper-pagination2 span {
	margin-left: 8px;
}

/*公司swiper*/
#swiper3 {
	height: 100%;
	width: 100%;
}

#swiper3 .swiper-wrapper .swiper-slide .swiper3-back {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	padding: 0 20px 20px 20px;
	align-items: flex-end;
}

#swiper3 .swiper-wrapper .swiper-slide img {
	width: 100%;
}

.swiper-button-next3,
.swiper-button-prev3 {
	position: absolute;
	top: 50%;
	z-index: 2;
}

.swiper-button-next3 img,
.swiper-button-prev3 img {
	width: 24px;
	height: 24px;
}

.swiper-button-next3 {
	right: 20px;
}

.swiper-button-prev3 {
	left: 20px;
}

.swiper-pagination3 {
	position: absolute;
	z-index: 2;
	bottom: 150px;
	height: 2px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.my-bullet3 {
	width: 20px;
	height: 1px;
	opacity: 0.5;
	background: #FFFFFF;
	display: inline-block;
}

.my-bullet-active3 {
	width: 54px;
	height: 2px;
	opacity: 1;
	background: #FFFFFF;
	display: inline-block;
	transition: linear width 10s;
	webkit-transition: linear width 10s;
}

.swiper-pagination3 span {
	margin-left: 8px;
}

/*理财，金租以及社区金融*/
.lc-jr-big-box {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #222222;
	align-content: space-between;
}

.lcjr-box,
.sqjr-box {
	width: 100%;
	height: 49.5%;
}

.lcjr-box>div,
.lcjr-box>div>div:nth-child(2) {
	height: 100%;
}

.sqjr-box>div,
.sqjr-box>div>div:nth-child(2) {
	height: 100%;
}

/*理财与金租swiper*/
#swiper4 {
	height: 100%;
	width: 100%;
}

#swiper4 .swiper-wrapper .swiper-slide .swiper4-back {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
}

.tmwz-box {
	width: 100%;
	height: 68px;
	background: rgba(34, 34, 34, 0.5);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(10px);
}

.tmwz-box a {
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 28px;
	font-weight: 500;
	padding: 0 36px;
	text-align: center;

}

#swiper4 .swiper-wrapper .swiper-slide img {
	width: 100%;
}

.swiper-button-next4,
.swiper-button-prev4 {
	position: absolute;
	top: 50%;
	z-index: 2;
}

.swiper-button-next4 img,
.swiper-button-prev4 img {
	width: 24px;
	height: 24px;
}

.swiper-button-next4 {
	right: 20px;
}

.swiper-button-prev4 {
	left: 20px;
}

.swiper-pagination4 {
	position: absolute;
	z-index: 2;
	bottom: 88px;
	height: 2px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.my-bullet4 {
	width: 20px;
	height: 1px;
	opacity: 0.5;
	background: #FFFFFF;
	display: inline-block;
}

.my-bullet-active4 {
	width: 54px;
	height: 2px;
	opacity: 1;
	background: #FFFFFF;
	display: inline-block;
	transition: linear width 10s;
	webkit-transition: linear width 10s;
}

.swiper-pagination4 span {
	margin-left: 8px;
}

/*理财分支双向绑定的swiper*/
.thumbsslide-box {
	position: absolute;
	z-index: 2;
	width: 100%;
}

#swiper41 .swiper-wrapper {
	justify-content: center;
	padding-top: 28px;
	align-items: flex-end;
}

#swiper41 .swiper-wrapper .swiper-slide-thumb-active img {
	height: 23px !important;
	opacity: 1 !important;

}

#swiper41 .swiper-wrapper .swiper-slide img {
	height: 13px;
	opacity: 0.6;
}

#swiper41 .swiper-wrapper .swiper-slide {
	width: auto !important;
}

#swiper41 .swiper-wrapper .swiper-slide:first-child {
	justify-content: flex-end;
	padding-right: 13px;
}

#swiper41 .swiper-wrapper .swiper-slide:last-child {
	padding-left: 13px;
}

/*社区金融*/
#swiper5 {
	height: 100%;
	width: 100%;
}

#swiper5 .swiper-wrapper .swiper-slide .swiper5-back {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
}

#swiper5 .swiper-wrapper .swiper-slide img {
	width: 100%;
}

/*青银故事与公告*/
.gs-gg-big-box {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #222222;
	align-content: space-between;
}

.banner2,
.ggxw-box {
	width: 100%;
	height: 49.5%;
	background: #ffffff;
}

.banner2>div,
.banner2>div>div:nth-child(2) {
	height: 100%;
}

/*swiper6*/
#swiper6 {
	height: 100%;
	width: 100%;
}

#swiper6 .swiper-wrapper .swiper-slide .swiper6-back {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
}

.swiper-button-next6,
.swiper-button-prev6 {
	position: absolute;
	top: 50%;
	z-index: 2;
}

.swiper-button-next6 img,
.swiper-button-prev6 img {
	width: 24px;
	height: 24px;
}

.swiper-button-next6 {
	right: 20px;
}

.swiper-button-prev6 {
	left: 20px;
}

.swiper-pagination6 {
	position: absolute;
	z-index: 2;
	bottom: 88px;
	height: 2px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.my-bullet6 {
	width: 20px;
	height: 1px;
	opacity: 0.5;
	background: #FFFFFF;
	display: inline-block;
}

.my-bullet-active6 {
	width: 54px;
	height: 2px;
	opacity: 1;
	background: #FFFFFF;
	display: inline-block;
	transition: linear width 10s;
	webkit-transition: linear width 10s;
}

.swiper-pagination6 span {
	margin-left: 8px;
}

.lb-top-zuozhe-box {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 65px;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.3px;
	line-height: 20px;
	font-weight: 500;
	text-align: center;
}

/*新闻与公告*/
.ggxw-title-box {
	margin: 33px 0 18px 0;
}

.gsxw-ul-box {
	display: flex;
	justify-content: center;
}

.gsxw-ul-box ul {
	display: flex;
	height: 40px;
	align-items: flex-end;
}

.gsxw-ul-box ul li {
	margin-right: 29px;
	list-style: none;
}

.gsxw-ul-box ul li:last-child {
	margin-right: 0;
}

.xw-hover img {
	height: 23px;
	opacity: 1;
}

.xw-out img {
	height: 13px;
	opacity: 0.6;
}

.ggxw-lsit-box {
	padding: 0 20px;
}

.xwnr-list-li-box {
	padding: 15px 10px;
	border-bottom: 1px #e1e1e1 solid;
}

.xwnr-list-li-box p:first-child {
	font-size: 14px;
	color: #D62222;
	letter-spacing: 0.5px;
	line-height: 24px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
}

.xwnr-list-li-box p:last-child {
	text-align: center;
}

.xwnr-list-li-box p:last-child a {
	font-size: 14px;
	color: #222222;
	letter-spacing: 0.5px;
	line-height: 24px;
	font-weight: 500;
}

.more-box {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.more-link {
	font-size: 14px;
	color: #222222;
	letter-spacing: 0.5px;
	text-align: right;
	line-height: 24px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
}

.more-link .arrow {
	height: 16px;
	width: 16px;
	margin-left: 4px;
}

/*标识去掉*/
.fp-warning,
.fp-watermark {
	display: none;
}

/* 理财 基金 保险 */
.lc-big-box,
.lc-big-box .lc-box,
.lc-big-box .lc-box .portlet,
.lc-big-box .lc-box .portlet>div:last-child {
	height: 100%;
}

.qdyh-top-lc {
	background-image: url(/eportal/uiFramework/commonResource/image/2022111102040951569.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.qdyh-top-lc {
	width: 100%;
	height: 100%;
	padding: 33px 0 0;
}

.qdyh-top-lc-tab {
	display: flex;
	justify-content: center;
}

.qdyh-top-lc-tab a {

	padding-left: 30px;
	display: flex;
	align-self: flex-end;
}

.qdyh-top-lc-tab a:first-child {
	padding-left: 0;
	height: 23px;
}

.qdyh-top-lc-tab a img {
	height: 13px;
	align-self: flex-end;
}

.qdyh-top-lc-tab a:first-child img {
	height: 23px;
}

.qdyh-top-lc-box {
	margin-top: 50px;
	padding: 0 20px;
}

.qdyh-top-lc-box a {
	display: flex;
	height: 119px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	text-align: center;
	justify-self: center;
}

.qdyh-top-lc-box a:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.qdyh-top-lc-box a .qdyh-top-lc-box-a {
	align-self: center;
	width: 100%;
}

.qdyh-top-lc-box a .qdyh-top-lc-box-a .qdyh-top-lc-box-a-tit {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 3px;
}

.qdyh-top-lc-box a .qdyh-top-lc-box-a .qdyh-top-lc-box-a-tit p:first-child {
	padding-right: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.qdyh-top-lc-box a .qdyh-top-lc-box-a .qdyh-top-lc-box-a-tit p:first-child {
	font-size: 36px;
	color: #FFFFFF;
	letter-spacing: 2px;
	line-height: 48px;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
	font-weight: bold;
	font-family: hyry;

}

.qdyh-top-lc-box a .qdyh-top-lc-box-a .qdyh-top-lc-box-a-tit p:last-child {
	padding-left: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	align-self: center;
	position: relative;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	font-weight: 400;
}

.qdyh-top-lc-box a .qdyh-top-lc-box-a .qdyh-top-lc-box-a-tit p:last-child::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 1px;
	height: 14px;
	opacity: 0.3;
	background: #FFFFFF;
	box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.07);
}


.qdyh-top-lc-box a .qdyh-top-lc-box-a h6 {
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	line-height: 28px;
	font-weight: 400;
}

.qdyh-top-lc .qdyh-top-lc-bottom {
	display: flex;
	width: 100%;
	/*height: calc(100% - 549px);*/
        margin-top:20px;

}

.qdyh-top-lc .qdyh-top-lc-bottom .qdyh-top-lc-bottom-box {
	width: 100%;
	align-self: center;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-evenly;
}

.qdyh-top-lc .qdyh-top-lc-bottom .qdyh-top-lc-bottom-box>a {
	display: flex;
	justify-content: center;

	width: 100%;
}

.qdyh-top-lc .qdyh-top-lc-bottom .qdyh-top-lc-bottom-box>a p {
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	text-align: right;
	line-height: 24px;
	font-weight: 400;

}

.qdyh-top-lc .qdyh-top-lc-bottom .qdyh-top-lc-bottom-box>a img {
	width: 16px;
	height: 16px;
	margin-left: 4px;
	align-self: center;
}

.qdyh-top-lc .qdyh-top-lc-bottom .qdyh-top-lc-bottom-box>p {
	opacity: 0.6;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.3px;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	width: 100%;
}