/*header导航样式*/
.header{position: relative !important;}
.wrapper-sj-nav{display:none;}

/* 公用 */
.internation-box {width: 80%;margin: 0 auto;}
.cont1_box {display: flex;justify-content: space-between;}
#cont1-a ,#cont1-b{width: 48.6%;}
/* 慧济生活 */
.Huiji {position: relative;}
.Huiji>img {width: 100%;}
.Huiji-box {position: absolute;top: 0;left: 0;width: 100%;}
.Huiji-cont {width: 75%;margin: 0 auto;position: relative;}
#cont3 {width: 49%;position: absolute;right: 0;}
/* 银行卡 */
.Bank_box {display: flex;margin-bottom: 67px;}
#cont4_left {width: 37.5%;}
#cont4_right {width: 62.5%;}
/* 济时雨e贷 */
.alms_help {position: relative;}
.alms_help>img {width: 100%;}
.alms_help_box {position: absolute;top: 0;left: 0;width: 100%;}
#cont5 {width: 75%;margin: 0 auto;}
/* 头部标签 */ 
.GJ-TIT {margin: 70px 0 35px;}
.GJ-TIT h6 {font-size: 35px;color: #282F9D; margin-bottom: 17px;font-weight: 700;letter-spacing: 2px;}
@media screen and (max-width: 1700px) {
.GJ-TIT {margin: 40px 0 35px;}
}
@media screen and (max-width: 1400px) {
.GJ-TIT {margin: 30px 0 20px;}
}
@media screen and (max-width: 1300px) {
.GJ-TIT {margin: 30px 0 25px;}
.GJ-TIT h6 {font-size: 28px;}
}
@media screen and (max-width: 1250px) {
.GJ-TIT h6 {font-size: 31px;margin-bottom: 10px;}
}
@media screen and (max-width: 1200px) {
.GJ-TIT {margin: 20px 0;}
}
@media screen and (max-width: 1100px) {
.GJ-TIT h6 {font-size: 24px;}
}
/* -----------手机样式---------------- */
@media screen and (max-width: 999px) {
.internation-box {width: 100%;padding: 0 20px;}
.cont1_box {display: block;}
#cont1-a, #cont1-b {width: 100%;}
.GJ-TIT {margin: 25px 0;}
/* 慧济生活 */
.Huiji>img {display: none;}
.Huiji-box {position: inherit;}
.Huiji-cont {width: 100%;padding: 60px 20px;background: url(/uiFramework/commonResource/image/2023072210560310957.jpg) no-repeat 23%;background-size: cover;}
#cont3 {position: inherit;width: 100%;}
/* 银行卡 */
.Bank_box {display: block;margin-bottom: 50px;}
#cont4_left ,#cont4_right{width: 100%;}
/* 济时雨e贷 */
.alms_help>img {display: none;}
.alms_help_box {position: inherit;width: 100%;background: url(/uiFramework/commonResource/image/2023072210561282191.jpg) no-repeat 75%;background-size: cover;padding: 50px 0;}
#cont5 {width: 100%;padding: 0 20px;}
}
/* 公用 end*/
/* banner */
.business_banner {position: relative;}
.business_banner img {width: 100%;}
.banner_tit {position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: center;}
.banner_box {width: 75%;margin: 0 auto;padding-left: 8%;}
.banner_box h6 {font-size: 43px;color: #ffffff;margin-bottom: 29px;text-shadow: 6px 2px 13px #000;}
.banner_box p {font-size: 20px;color: #ffffff;letter-spacing: 2px;text-transform: uppercase;text-shadow: 6px 2px 13px #000;}
@media screen and (max-width: 999px) {
.banner_box {padding-left: 0;}
.banner_box h6 {margin-bottom: 10px;}
}
/* banner end*/
/* 面包屑 */
.crumbs {margin-top: 18px;display:none;}
.crumbs span {font-size: 16px;}
.crumbs span a {font-size: 16px;}
.crumbs span:first-child {color: #282F9D;font-weight: 700;}
@media screen and (max-width: 999px) {
.crumbs {display: none;}
}
/* 面包屑 end*/

/* 个人 储蓄+贷款*/
.personage {position: relative;border-radius: 10px;overflow:hidden;}
.personage>img {width: 100%;transition: all 0.4s;}
.personage:hover>img {transform:scale(1.05)}
.personage_box {position: absolute;top: 63px;left: 12%;}
.personage_box h6 {font-size: 24px;color: #333333;margin-bottom: 39px;}
.personage_box a {display: flex;align-items: center;justify-content: center;width: 164px;height: 46px;background-color: #282F9D;border-radius: 5px;transition: 0.5s;}
.personage_box a span {font-size: 17px;color: #ffffff;margin-right: 17px;}
.personage_box a img {}
.personage_box a:hover {background-color: #FFA90B;}
@media screen and (max-width: 1700px) {
.personage_box h6 {margin-bottom: 30px;}
}
@media screen and (max-width: 1500px) {
.personage_box {top: 45px;}
}
@media screen and (max-width: 1400px) {
.personage_box h6 {margin-bottom: 25px;}
.personage_box a {width: 130px;height: 40px;}
.personage_box a span {font-size: 14px;}
.personage_box a img {height: 14px;}
}
@media screen and (max-width: 1250px) {
.personage_box {top: 35px;}
}
@media screen and (max-width: 1150px) {
.personage_box h6 {margin-bottom: 20px;}
}
@media screen and (max-width: 1100px) {
.personage_box {top: 30px;}
.personage_box h6 {font-size: 21px;}
.personage_box a {width: 110px;height: 35px;}
.personage_box a span {font-size: 12px;}
.personage_box a img {height: 12px;}
}
/* 个人 储蓄+贷款 end*/
/* 电子银行 */
.corpuscle_yh {margin-bottom: 70px;}
.corpuscle_yh ul {display: flex;justify-content: space-between;}
.corpuscle_yh ul li {width: 23.9%;padding: 45px 0 38px;background-color: #F6F7FA;border-radius: 10px;text-align: center;}
.corpuscle_yh ul li a {transition: 0.5s;}
.corpuscle_yh ul li a img {transition: transform 0.3s ease;}
.corpuscle_yh ul li:hover a img{transform: rotateY(180deg);} 
.corpuscle_yh ul li a p {font-size: 23px;color: #333333;transition: 0.5s;padding-top: 22px;}
.corpuscle_yh ul li a:hover {}
.corpuscle_yh ul li a:hover p {color: #282F9D;}
/* 电子银行 end*/

/* 慧济生活 */
.Huiji_live {}
.Huiji_live ul {display: flex;}
.Huiji_live ul li {margin-right: 17.25%;text-align: center;}
.Huiji_live ul li:last-child {margin-right: 0px;}
.Huiji_live ul li img {max-width: 166px;max-height: 167px;border-radius: 10px;}
.Huiji_live ul li p {font-size: 18px;margin-top: 22px;}
@media screen and (max-width: 1400px) {
.Huiji_live ul li p {font-size: 16px;margin-top: 16px;}
}

@media screen and (max-width: 1200px) {
.Huiji_live ul li p {font-size: 12px;margin-top: 12px;}
}

/* 慧济生活 end*/

/* 银行卡 */
/* 左内容 */
.Bank_card_left {}
.Bank_card_left ul {}
.Bank_card_left ul li {display: none;}
.Bank_card_left ul li:first-child {display: block;}
.Bank_card_left ul li p {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.Bank_card_left ul li p {font-size: 19px;line-height: 49px;}
/* 右图 */
.Bank_card_right {}
.Bank_card_right ul {display: flex;justify-content: space-around;}
.Bank_card_right ul li {width: 41%;border-radius: 10px;overflow: hidden;cursor: pointer;}
.Bank_card_right ul li>img {max-width: 369px;width: 100%;}
.Bank_card_right ul li a {display: flex;justify-content: center;align-items: center;height: 76px;}
.Bank_card_right ul li a img {}
.Bank_card_right ul li a p {font-size: 23px;padding: 0 18px;}
@media screen and (max-width: 1350px) {
.Bank_card_right ul li a {height: 60px;}
.Bank_card_right ul li a p {font-size: 18px;padding: 0 15px;}
}
@media screen and (max-width: 1200px) {
.Bank_card_right ul li a {height: 55px;}
.Bank_card_right ul li a p {font-size: 16px;padding: 0 10px;}
}
/* 银行卡 end*/

/* 济时雨e贷 */
.E_credit {}
.E_credit ul {display: flex;}
.E_credit ul li {margin-left: 6.59%;}
.E_credit ul li:first-child {margin-left: 0px;}
.E_credit ul li a {text-align: center:transition: 0.5s;}
.E_credit_img {width: 126px;height: 126px;margin: 0 auto;background-color: #ffffff;border-radius: 75px;display: flex;align-items: center;justify-content: center;transition: 0.5s;position: relative;max-width: 126px;max-height: 126px;}
.E_credit_img img {position: absolute;transition: 0.5s;max-width: 53px;left:50%;top:50%;transform:translate(-50%, -50%);}
.E_credit_img .E_credit_img1 {}
.E_credit_img .E_credit_img2 {opacity: 0;}
.E_credit ul li a p {font-size: 24px;color: #333333;margin-top: 37px;transition: 0.5s;}

.E_credit ul li a:hover .E_credit_img {background-color: #FFA90B;}
.E_credit ul li a:hover .E_credit_img1 {opacity: 0;}
.E_credit ul li a:hover .E_credit_img2 {opacity: 1;}
.E_credit ul li a:hover p {color: #FFA90B;}

@media screen and (max-width: 1700px) {
.E_credit ul li a p {margin-top: 30px;}
}
@media screen and (max-width: 1600px) {
.E_credit ul li a p {margin-top: 20px;}
}
@media screen and (max-width: 1400px) {
.E_credit ul li a p {font-size: 21px;}
}

/* 济时雨e贷 end*/

/* 生活服务 */
.Life_service {margin-bottom: 87px;}
.Life_service ul {display: flex;justify-content: space-between;}
.Life_service ul li {width: 23.4%;border-radius: 10px;overflow: hidden;}
.Life_service ul li a {transition: 0.5s;display: block;}
.Life_service ul li a:hover img{transform:scale(1.05)}
.Life_service ul li a img {width: 100%;transition: all 0.4s;}
.Life_service ul li a h6 {font-size: 23px;color: #333333;padding: 28px 0 30px;text-align: center;background-color: #F7F8FA;transition: 0.5s;}
.Life_service ul li a:hover h6 {color: #ffffff;background-color: #FFA90B;}
/* 生活服务 end*/

/* ---------------------分割线------------------------ */
/* 手机样式 */
@media screen and (max-width: 999px) {

/* 电子银行 */
.corpuscle_yh {margin-bottom: 20px;}
.corpuscle_yh ul {flex-wrap: wrap;}
.corpuscle_yh ul li {width: 49%;margin-bottom: 10px;}
/* 电子银行 end*/
/* 慧济生活 */
.Huiji_live ul {justify-content: space-around;}
.Huiji_live ul li {margin-right: 0;}
.Huiji_live ul li p {color: #ffffff;}
/* 慧济生活 end*/
/* 银行卡 */
.Bank_card_right {margin-top: 5px;}
.Bank_card_right ul li {width: 45%;}
.Bank_card_right ul li a {height: 40px;}
.Bank_card_right ul li a img {width: 10px;}
.Bank_card_right ul li a p {font-size: 14px;}
/* 银行卡 end*/
/* 济时雨e贷 */
.E_credit ul {outline: 0;overflow-x: auto;white-space: nowrap;list-style-type: disc;margin-block-start: 1em;margin-block-end: 1em;margin-inline-start: 0px;margin-inline-end: 0px;}
.E_credit ul::-webkit-scrollbar {height: 0;width: 0;color: transparent;}
.E_credit ul li {width: 50%;min-width: 50%;text-align: center;}
.E_credit ul li a p {color: #ffffff;}
/* 济时雨e贷 end*/
/* 生活服务 */
.Life_service {margin-bottom: 20px;}
.Life_service ul {flex-wrap: wrap;}
.Life_service ul li {width: 48%;margin-bottom: 20px;}
.Life_service ul li a h6 {padding: 15px 0 15px;}
/* 生活服务 */
}