/* 信用卡 */
#swiper_credit .swiper-slide {transform: scale(0.8);transition: 0.5s;}
#swiper_credit .swiper-slide-active , #swiper_credit .swiper-slide-duplicate-active {transform: scale(1);}
#swiper_credit .swiper-slide:hover  {transform: scale(1);}
#swiper_credit .swiper-slide:hover  img {box-shadow:0 10px 10px #ccc;}
#swiper_credit .swiper-slide:hover h6{color:#0054a8}

.Credit_Card {position: relative;}
.CreditCard {text-align: center;}
.CreditCard img {width: 100%;transition:all 0.4s;border-radius:15px;}
.CreditCard h6 {font-size: 24px;margin: 15px 0 10px;transition:all 0.4s;}
.CreditCard p {display: none;font-size: 16px;}
.swiper-slide-active .CreditCard p {display: block;}
@media screen and (max-width: 1024px) {
.Credit_Card{transform:scale(0.8)}
}
/* 左右按钮 */
.credit_btn {position: absolute;top: 0;width: 100%;height: 100%;}
.credit_btn_box {position: relative;width: 80%;height: 100%;margin: 0 auto;}
.public-swiper-Toggle {position: absolute;top: 40%;z-index: 10;cursor: pointer;background-position: center;background-repeat: no-repeat;transform: translate(0, -50%);background-color: #ffffff;border-radius: 40px;}
.credit-next ,.credit-prev {width: 80px;height: 80px;box-shadow: 0px 2px 15px #cfcbcb;}
.credit-next {right: -80px;}
.credit-prev {left: -80px;}
@media screen and (max-width: 1400px) {
.credit-next, .credit-prev {width: 60px;height: 60px;}
.credit-next {right: -60px;}
.credit-prev {left: -60px;}
}
@media screen and (max-width: 1024px) {
.credit_btn_box {width: 100%;}
.credit-next, .credit-prev {width: 45px;height: 45px;}
.credit-next {right: -10px;}
.credit-prev {left: -10px;}
}
/* 遮罩层 */
.credit_btn::before {position: absolute;left: 0;top: 0;content: '';width: 15%;height: 100%;background: linear-gradient(to right, #ffffff, transparent);z-index: 1;}
.credit_btn::after {position: absolute;right: 0;top: 0;content: '';width: 15%;height: 100%;background: linear-gradient(to left, #ffffff, transparent);z-index: 1;}
@media screen and (max-width: 1024px) {
.credit_btn::before ,.credit_btn::after {display: none;}
}
/* 信用卡 :end*/
/* 优惠活动 */
.favorable {}
.favorable li {width: 48%;margin-bottom: 15px;}
.favorable li a {display: block;}
.favorable li a img {width: 100%;}
@media screen and (max-width: 1024px) {
.favorable li {width: 100%;}
.credit-next{right:-50px;}
.credit-prev{left:-50px;}
}
/* 优惠活动 */
/* 其他服务 */
.other_service {}
.other_service li {margin-bottom: 25px;}
.other_service li a {transition:all 0.4s;}
.other_service li a:hover .other_text h6{color:#4378ba}
.other_text {margin-left: 25px;width: 125px;}
.other_text h6 {font-size: 18px;}
.other_text p {font-size: 12px;color: #E8E8E8;position: relative;top: -3px;}
@media screen and (max-width: 1070px) {
.other_service li {width: 50%;}
}
@media screen and (max-width: 470px) {
.other_service li {width: 50%;}
}
@media screen and (max-width:360px){
.other_service li {width: 100%;}
}
/* 其他服务 end*/