/* banner */

.banner {
  width: 100%;
  height: 400px;
}

.bannerSwiper {
  width: 100%;
  height: 400px;
}

.swiper-slide {
  width: 100%;
  height: 400px;
}

.swiper-pagination-bullet {
  width: 5px !important;
  height: 5px !important;
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
  width: 25px !important;
  border-radius: 10px !important;
}

.login-box {
  position: absolute;
  left: 50%;
  top: 170px;
  margin-left: 312px;
  height: 300px;
  width: 263px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.88);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 16px 32px 0;
  z-index: 99;
}

.login-entry {
  height: 52px;
  line-height: 52px;
  background-color: #1e64e7;
  background-image: linear-gradient(90deg, #1e64e7 0%, #226be9 12%, #409df5 100%);
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin-top: 20px;
  transition: all .5s;
  cursor: pointer;
}

.login-entry:hover {
  opacity: 0.8;
}

.login-fir-pic {
  margin-left: -1px;
  margin-top: -11px;
  margin-right: 10px;
  width: 25px;
  vertical-align: text-top;
}

.perbank-title {
  display: inline-block;
  width: 100px;
  line-height: 1;
  padding-top: 10px;
}

.perbank-title div {
  display: inline-block;
}

.perbank-small {
  font-size: 12px;
  opacity: 0.7;
  margin-top:3px;
}

.login-right-pic {
  margin-top: -8px;
  margin-right: 0;
  margin-left: 0px;
  width: 8px;
  vertical-align: text-top;
}

.login-two-pic {
  width: 25px;
  margin-right: 10px;
  vertical-align: text-top;
  margin-top: -3px;
}

.login-others {
  margin-top: 30px;
}

.login-others a {
  font-size: 14px;
  line-height: 25px;
  color: #333333;
  cursor: pointer;
}


/* 重要通告 */
.impNotice {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #333;
}

.impNotice {
  border-bottom: 1px solid #eeeeee;
}

.impNotice-title {
  display: inline-block;
  font-weight: bold;
}

.impNotice-title img {
  display: inline-block;
  margin-right: 4px;
  margin-top: 1px;
  vertical-align: text-top;
  width: 17px;
}

.impNotice-content {
  display: inline-block;
  margin-left: 26px;
  color: #333;
  font-size:16px;
}

.impNotice-content a{
  color: #333;
  font-size:16px;
  transition: all .5s;
  cursor: pointer;
}


.hoverAble {
  transition: all .5s;
  cursor: pointer;
}

.hoverAble:hover {
  opacity: 0.8;
  color: #508bed;
}

.hoverAble a{transition: all .5s;
  cursor: pointer;}

.hoverAble a:hover{
  opacity: 0.8;
  color: #508bed !important;
}

.more {
  font-size: 14px;
  float: right;
  vertical-align: middle;
  color:#333
}

.more img {
  height: 17px;
  /* display: inline-block; */
  margin-left: 3px;
  padding-bottom: 2px;
  vertical-align: text-top;
}

/* 四大菜单 */
.menuBox {
  margin: 20px auto;
}

.menuBox-firstBox {
  float: left;
  width: 20%;
  padding: 0 10px;
  display: block;
}
.menuBox-firstBox:first-child{
  padding-left:0
}

.menuBox-firstBox:last-child{
  padding-right:0
}

.menuBox-innerBox {
  background: #ffffff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 16px 8px 16px 16px;
  height: 106px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 60%;
  width: 100%;
}

.menuBox-innerBox-title {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.menuBox-innerBox-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.menuBox-innerBox-links a {
  display: block;
  min-width: 38%;
  max-width: 58%;
  font-size: 14px;
  color: #333333;
  margin-top: 8px;
  white-space: nowrap;
  word-break: break-all;
}

.menuBox-innerBox-links a::after {
  content: " ";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-left: 5px;
  background-image: url(/uiFramework/commonResource/image/2024061207115943414.png);
  background-repeat: no-repeat;
  background-position: center center;
}

/* 优惠活动 */
.activities-title {
  height: 60px;
  margin: 50px 0;
  margin-bottom: 20px;
}


.activities-title-text {
  float: left;
  position: relative;
  height: 45px;
  line-height: 45px;
  padding: 0 40px;
  background: #0066cc;
  font-size: 20px;
  color: #ffffff !important;
  font-weight: bold;
  text-shadow: 0 2px 4px #174498;
}

.activities-title-text::after {
  content: '';
  background-image: url(/uiFramework/commonResource/image/2024061113555565820.png);
  background-size: cover;
  background-position: top;
  position: absolute;
  height: 15px;
  width: 40px;
  bottom: -14px;
  left: 0;
}

.activities-title-divide {
  float: left;
  width: 5px;
  height: 45px;
  background: #009966;
  margin: 0 10px;
}

.activities-title-desc {
  color: #666666;
  line-height: 22px;
  float: left;
  font-size: 14px;
}

.activities-section {
  margin-top: 10px;
}

.activities-section-row1 {
  float: left;
  margin-right: 10px;
  width: 48%;
}

.activities-section-newsList {
  display: block;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #ececec;
}
.activities-section-newsList:last-child{
  border-bottom:none;
}

.news-item-title {
  float: left;
  font-size: 16px;
  color: #333;
}

.news-item-title a{
  font-size: 16px;
  color: #333;
  transition: all .5s;
  cursor: pointer;
}



.news-item-date {
  float: right;
  font-size: 14px;
  color: #999999;
}

.activities-section-row2 img {
  width: 100%;
}

.activities-section-row2 {
  float: right;
  margin-left: 10px;
  width: 48%;
}

/* 新闻资讯内容 */
.news-section {
  margin: 10px auto;
  margin-bottom: 40px;
}

.news-section-box {
  float: left;
  width: 48%;
  margin: 0 10px;
  background: #ffffff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  height: 350px;
  padding: 30px;
}

.news-section-title {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.news-section-title img {
  width: 35px;
  vertical-align: top;
}

.news-section-text {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  z-index: 5;
  padding: 0 5px;
}

.news-section-box:nth-child(2n+1) .news-section-text {
  background-image: linear-gradient(to bottom, transparent 0%, transparent 75%, #ffe6e7 75%, #ffe6e7 100%);
}

.news-section-box:nth-child(2n) .news-section-text {
  background-image: linear-gradient(to bottom, transparent 0%, transparent 75%, #daebff 75%, #daebff 100%);
}



.news-section-items {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px dashed #ececec;
  font-size: 15px;
  display: block;
  color: #333;
}

.news-section-items:last-child{
  border-bottom: none;
}

.news-section-items a{
  color: #333;
  font-size: 15px;
  transition: all .5s;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/*  首页移动端样式  */


/* 重要通告 */
.importantBox {
  width: 100%;
  height: .8rem;
  margin-top: .2667rem;
  display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  align-items: center;
}

.importantBox-pic {
  width: .8rem;
}

.importantBox-pic img,
.mobileMore img {
  width: 100%;
  display: block;
}

.important-title {
  margin-left: .0667rem;
}

.important-title a {
  display: block;
  color: #333;
  font-size: .2533rem;
}

.mobileMore {
  display: block;
  width: .8rem;
  margin-left: 1.3rem;
}

/* 优惠活动 */
.activitiesBox {
  display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  flex-wrap: wrap;
  -ms-flex: wrap;
}

.activitiesListBox {
  display: block;
  width: 50%;
  height: 2.1333rem;
  display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  justify-content: space-between;
}

.activitiesListBox p {
  padding-left: .3333rem;
  padding-top: .3333rem;
  font-size: .32rem;
  color: #333;
}

.activitiesListBox:nth-child(1) {
  background-color: #e0f0e5;
}

.activitiesListBox:nth-child(2) {
  background-color: #fef1dc;
}

.activitiesListBox:nth-child(3) {
  background-color: #e9f9fd;
}

.activitiesListBox:nth-child(4) {
  background-color: #fffeea;
}

/* 手机银行 */
.mobileBankBox {
  position: relative;
}

.mobileBank {
  display: block;
  width: 100%;
  margin-top: .2667rem;
  position: relative;
}

.mobileBank img {
  width: 100%;
  display: block;
}

.mobileBankMark {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  height: 2.2667rem;
  width: 96%;
  background-color: rgba(0, 0, 0, .2);
}

.mobileBankMark a {
  display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  width: 50%;
  align-items: center;
  padding-left: 1.3333rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobileBankMark a img {
  width: .3467rem;
  display: block;
}

.mobileBankMark a span {
  font-size: .3467rem;
  color: #fff;
  display: block;
  margin-left: .2667rem;
}

/* 手机银行底部链接 */
.mobileBankBottom {
  width: 100%;
  height: 2.8rem;
  display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  justify-content: space-evenly;
}

.mobileBankBottomList {
  display: block;
}

.mobileBankBottomList img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.mobileBankBottomList p {
  text-align: center;
  font-size: .32rem;
}

/* 四个栏目导航 */
.fourNav {
  margin-top: .2667rem;
  display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -ms-display: flex;
}

.fourNav-list {
  width: 25%;

  line-height: .48rem;
}

.fourNav-list:nth-child(1) {
  background: #0072bb;
}

.fourNav-list:nth-child(1) .fourNav-title {
  background: #0569a9;
}

.fourNav-list:nth-child(2) {
  background: #19a3c7;
}

.fourNav-list:nth-child(2) .fourNav-title {
  background: #1198bb;
}

.fourNav-list:nth-child(3) {
  background: #eabe22;
}

.fourNav-list:nth-child(3) .fourNav-title {
  background: #e2b11d;
}

.fourNav-list:nth-child(4) {
  background: #ed7425;
}

.fourNav-list:nth-child(4) .fourNav-title {
  background: #e6640e;
}

.fourNav-list .fourNav-title {
  padding-top: .1333rem;
  padding-bottom: .1333rem;
  color: #fff;
  font-size: .3467rem;
}

.fourNav-list a {
  display: block;
  line-height: 1.8;
  color: #fff;
  font-size: .3067rem;
  padding-left: .5333rem;
}

/* 新闻切换模块 */
.newsNav {
  width: 100%;
  height: .7333rem;
  display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  align-items: center;
  border-bottom: .0267rem solid #0177c1;
  margin-top: .2667rem;
}

.newsList {
  width: 2.6933rem;
  text-align: center;
}

.newsList span {
  font-size: .2933rem;
}

.newsNav a {
  display: block;
  width: .6rem;
  margin-left: .6667rem;
}

.newsNav a img {
  width: .6rem;
  display: block;
}

.newsContent {
  padding: .32rem;
}

.newsContentBox li {
  display: flex;
  align-items: center;
  line-height: 1.8;
}

.yuan {
  width: .1067rem;
  height: .1067rem;
  background: #00a65e;
  margin-right: .2667rem;
}

.newsContentBox li a {
  font-size: .3333rem;
  color: #333;
}

.active {
  border-bottom: .04rem solid #0177c1;
}



.goTop {
  margin-top: .4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .8rem;
  line-height: .8rem;
  font-size: .3467rem;
}

.goTop img {
  width: .8rem;
}

.download {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.6rem;
  background: url(./移动端图片/app_icon_bg.png);
  display: flex;
}

.app-logo {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.2667rem;
}

.download-text {
  margin-left: .4rem;
  padding-top: .24rem;
}

.download-text span {
  display: block;
  color: #fff;
  font-size: .2933rem;
}

.download-text span:first-child {
  font-size: .48rem;
  font-weight: bold;
}

.now-download {
  display: block;
  width: 2.2667rem;
  height: .8rem;
  font-size: .2933rem;
  background: #2a2a2a;
  line-height: .8rem;
  text-align: center;
  color: #fdd500;
  border-radius: 4px;
  border: 1px solid #fdd500;
  box-shadow: 0px 0px 8px #fdd500;
  margin-top: .4rem;
  margin-left: .8rem;
}

.line {
  width: 1px;
  height: .8rem;
  background-color: #ccc;
  margin-left: .4rem;
  margin-top: .4rem;
}

.close {
  width: .8rem;
  height: .8rem;
  margin-left: .4rem;
  padding-top: .4rem;
}

.close img {
  width: 100%;
}