@keyframes shadow-appear {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
  @keyframes swing {
    0% {
      transform: rotate(0deg);
    }
    20% {
      transform: rotate(15deg);
    }
    40% {
      transform: rotate(-10deg);
    }
    60% {
      transform: rotate(5deg);
    }
    80% {
      transform: rotate(-5deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
/* banner */
.swiper_banner {max-height: 350px;}
.swiper_banner .swiper-wrapper .swiper-slide img{width:100%;height:100%;object-fit: cover;}
.swiper_banner_slide {position: relative;}
.swiper_banner_slide img {}
.swiper_banner_text {width: 100%;position: absolute;top: 163px;}
.swiper_banner_text .swiper_banner_text_cont {width: 78.1%;height: 100%;margin: 0 auto;}
.swiper_banner_text_cont h6 {color: #fff;font-size: 54px;margin-bottom: 44px;display: inline-block;}
.swiper_banner_text_cont p {color: #fff;font-size: 37px;display: inline-block;}
.qlgr_ph {display: none;}
@media screen and (max-width:999px) {
.swiper_banner {max-height: auto;}
.qlgr_pc {display: none;}
.qlgr_ph {display: block;}
}

/* 分页器 */
#wiper_bannerID > .swiper-pagination {bottom: 182px;width: 78.1%;left: 10.95%;bottom:10%;text-align: center;}
.my-swiper_banner {background-color: #fff;width: 10px;height: 10px;display: inline-block;margin-right: 8px;border-radius: 5px;}
.my-swiper_banner:last-child {margin-right: 0px;}
.swiper_banner-active {width: 40px;}

/* 齐鲁银行简介 */
.jj_box {
    width: 82%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 10px;
    max-width:1330px
}

.jj_sp video {
    width: 50%;
    height: 450px;
    position: absolute;
    top: 0;
    left: 4%;
    transition:all 0.4s;
}
.jj_sp video:hover{transform:scale(1.04)}
.jj_wz {
    width: 75%;
    background-color: #ffffff;
    box-shadow: 1px 4px 15px 0px rgba(204, 204, 204, 1);
    float: right;
    margin-top: 30px;
    margin-right: 1.6%;
}
.xgplayer{position: absolute !important;top:15%;}

.jj_wz>.portlet>div:nth-child(2) {
    overflow: hidden;
}

.jj_wz .wz_con,
.jj_more {
    width: 58%;
    float: right;
    padding-left: 36px;
    padding-right: 36px;
    overflow: hidden;
}

.wz_con h2 {
    text-align: end;
    font-size: 24px;
    line-height: 40px;
    color: #0075c2;
    padding-top: 30px;
}

.wz_con i {
    display: block;
    background: url(/uiFramework/commonResource/image/2023071910405216550.png) no-repeat center;
    height: 2px;
    padding-top: 30px;
    padding-bottom: 40px;
    background-size: 100%;
}

.wz_con .wz_details {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.wz_con span {
    font-size: 14px;
    width: 65px;
    height: 30px;
    background-color: #0076c2;
    border-radius: 15px;
    float: right;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin-top: 16px;
}
.wz_con span a{color:#fff;}

  .wz_con span:hover{
    background-color: #f6ab00;
  }

.jj_more {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.jj_more li a {
    background: url(/uiFramework/commonResource/image/2023071911210224137.png) no-repeat center;
    background-position: right;
    background-size: 7px 10px;
    padding-right: 18px;
    color: #0076c2;
}
  .jj_more li a:hover{
    background: url(/uiFramework/commonResource/image/2023080415400015835.png) no-repeat center;
    background-position: right;
    background-size: 7px 10px;
    color: #f6ab00;
  }
/* 快捷功能轮播 */
.lb_2_box {
    width: 80%;
    margin: 40px auto;
    height: 100px;
    position: relative;
    max-width:1330px
}


.swiper2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.swiper2 .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border-right: 1px solid #ccc;
}
.swiper2 .swiper-slide:last-child{border:none}
.swiper2 .swiper-slide a img{transition:transform 0.4s;}
.swiper2 .swiper-slide:hover a img{transform: scale(1.15);}

.lb_2_box .swiper-button-next {
    background: url(/uiFramework/commonResource/image/2023071816101133248.png) no-repeat center;
    right: -21px;
    width: 42px;
    height: 42px;
    z-index: 99;
    transform: rotate(180deg);
    display:none;
}

.lb_2_box .swiper-button-next:hover {
    background: url(/uiFramework/commonResource/image/2023071816101960388.png) no-repeat center;
    transform: rotate(0);
}

.lb_2_box .swiper-button-prev {
    background: url(/uiFramework/commonResource/image/2023071816101133248.png) no-repeat center;
    left: -21px;
    width: 42px;
    height: 42px;
    z-index: 99;
    display:none;
}

.lb_2_box .swiper-button-prev:hover {
    background: url(/uiFramework/commonResource/image/2023071816101960388.png) no-repeat center;
    transform: rotate(180deg);
}
  .lb_2_box  .swiper-slide:hover  a:last-child {
    color: #0d7cc5;
    /*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
    animation-name: shadow-appear;
    animation-duration: 2s;
  }

.dtmt {
    background-color: #f2faff;
    padding: 30px 0;
}

.dtmt_box {
    width: 80%;
    margin: 0px auto;
    overflow: hidden;
    max-width:1330px
}

.dtmt_l,
.dtmt_r {
    width: 48%;
    background-color: #ffffff;
    box-shadow: 3px 8px 15px 0px rgba(197, 197, 197, 0.2);
}

.in_news_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333333;
    line-height: 30px;
}

.in_news_title h2 {
    font-size: 24px;
    line-height: 70px;
    color: #0075c2;
    margin-left: 9px;
    font-weight: bold;
}
  .in_news_title a {
    display: flex;
    align-items: center;
    color: #1d1d1d;
  }
  .in_news_title a:hover{
    color: #0075c2;
  }

  .in_news_title a i {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 5px;
    display: inline-block;
    background: url(/uiFramework/commonResource/image/2023080415061492925.png)
      no-repeat center;
    background-size: 100% 100%;
  }
  .in_news_title a:hover i{
    color: #0075c2;
    background: url(/uiFramework/commonResource/image/2023080414574512802.png)
      no-repeat center;
    background-size: 100% 100%;
  }
/*新闻公告列表样式*/
.in_news {
    padding: 0 30px;
}

.in_news ul li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px #ccc solid;
    display: flex;
    padding-right: 10px;
}

.in_news ul li:first-child {
    border-top: 1px #ccc solid;
}

.in_news ul li:hover {
    border-bottom: 1px #073692 solid;
    background: #0075c2;
}

.in_news ul li a {
    font-size: 14px;
    color: #282828;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.in_news ul li:hover a {
    color: #fff;
}

.in_news ul li span {
    float: right;
    color: #073692;
    white-space: nowrap;
    margin-left: auto;
    font-size: 14px;
}

.in_news ul li:hover span {
    color: #fff;
}

.gsgg_box {
    width: 80%;
    margin: 30px auto;
    max-width:1330px;
}

.gsgg_box h2 {
    font-size: 24px;
    color: #0075c2;
    margin-bottom: 20px;
    font-weight: bold;
}

.gsgg_list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
}

.gsgg_list li {
    width: 23%;
    position: relative;
}

.gsgg_list li img {
    width: 100%;
    transition:all 0.4s;
}

.gg_title {
    background-color: #fff;
    position: absolute;
    padding: 15px 24px;
    width: 90%;
    left: 5%;
    top: 67%;
    box-shadow: 3px 8px 15px 0px rgba(197, 197, 197, 0.2);
}

.gg_title h3 {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}

.gg_title h3 a {
    font-weight: bold;
}

.gg_title p {
    font-size: 14px;
    color: #191919;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 16px;
}

  .gg_title>a{
    display: inline-block;
    width: 100%;
    height: 100%;
  }
.gg_title:hover {
    background-color: #0075c2;
}

.gg_title:hover h3, .gg_title:hover p a,.gg_title:hover p {
    color: #fff;
}

.gsgg_list li:hover img{
  transform:scale(1.1);
  //animation: swing 0.5s linear;
}
@media screen and (min-width: 1401px) and (max-width: 1600px) {}

@media screen and (min-width: 1024px) and (max-width: 1460px) {
    body {
        font-size: 14px;
    }

    .swiper .banner_title h2 {
        font-size: 42px;
    }

    .swiper .banner_title p {
        font-size: 24px;
    }

    .jj_sp video {
        top: -14%;
    }

    .wz_con h2 {
        font-size: 24px;
        line-height: 30px;
        padding-top: 24px;
    }

    .wz_con i {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .wz_con .wz_details {
        font-size: 14px;
        line-height: 26px;
    }

    .jj_more {
        font-size: 14px;
        padding-top: 65px;
        padding-bottom: 30px;
    }

    .in_news ul li a {
        font-size: 14px;
    }
	.in_news ul li span{
        font-size: 14px;
	}
}
@media screen and (max-width: 1300px) {
.xgplayer {width: 500px!important;height: 281px!important;}
}
@media screen and (max-width: 1050px) {
.xgplayer {width: 460px!important;height: 260px!important;}
}
@media screen and (max-width: 1024px) {
    .swiper .banner_title {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .swiper .banner_title h2 {
        font-size: 18px;
        letter-spacing: 2px;
        white-space: nowrap;
    }

    .swiper .banner_title p {
        display: none;
    }

    .swiper .swiper-pagination .swiper-pagination-bullet-active {
        width: 24px;
        height: 6px;
    }

    .swiper-pagination {
        margin-top: 42px;
    }

    .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }
	.lb_2_box{font-size:14px;}
    .jj_box {
        width:90%;
        display: flex;
        flex-direction:  column-reverse;
        margin-top: 0px;
        padding-bottom: 10px;
    }
    .dtmt_box,.gsgg_box{width:90%;}
    .wz_con i {
        padding-top: 12px;
        padding-bottom: 22px;
    }

    .jj_sp {
        order: 2;
       position: relative;
      height: 220px;
    }
    .jj_sp .xgplayer{width:100% !important;height:200px !important;}
    .jj_sp  video {
        width: 100%;
        position: static;

    }

    .jj_wz {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        box-shadow: 0px 2px 5px 4px rgba(204, 204, 204, 0.5);
        float: none;
    }

    .jj_wz .wz_con, .jj_more {
        width: 100%;
        padding: 0 18px;
    }

    .wz_con h2 {
        text-align: center;
    }

    .jj_more {
        flex-wrap: wrap;
        width: 100%;
        padding-bottom: 24px;
    }

    .jj_more li {
        margin-top: 24px;
        text-align: left;
        width: 46%;
    }

    .dtmt_l, .dtmt_r {
        float: none;
        width: 100%;
    }

    .dtmt_r {
        margin-top: 24px;
    }

    .in_news {
        padding: 0 10px;
    }

    .in_news_title h2 {
        font-size: 24px;
        line-height: 72px;
    }

    .in_news ul li {
        line-height: 48px;
        height: 48px;
    }

    .gsgg_list {
        flex-wrap: wrap;
        padding-bottom: 0;
    }

    .gsgg_list li {
        width: 100%;
        margin-bottom: 40px;
    }

    .gg_title {
        top: 60%;
    }

    .wz_con h2 {
        padding-top: 24px;
        line-height: 30px;
    }
   .gsgg_box h2{font-size:20px;}
.in_news_title h2{font-size:20px;}
}