@media only screen and (max-width: 1200px) {
  .firstpage-right .swiper-container,
  .firstpage-right .swiper-container .swiper-wrapper,
  .firstpage-right .myswiper1 .swiper-slide img,
  .firstpage-right .myswiper1 .swiper-slide {
    height: auto;
  }
  div#head-banner,
  div#f38701749de84347b613bcf5ea51ab09,
  div#f38701749de84347b613bcf5ea51ab09 div {
    height: auto;
  }
  .section .firstPage,
  .section .firstPage .firstpage-right {
    height: fit-content;
  }
  #tongzhi-ruant1 {
    bottom: 16rem;
  }
}
@media screen and (min-width: 760px) and (max-width: 1200px) {
  #tongzhi-ruant1 {
    bottom: 5rem;
  }
}

.navgationDiv {
  display: none;
}
.online-img img {
  object-fit: unset !important;
}
.tongzhi-ruant1 {
  display: none;
}
.yidong-li,
.yidong-article,
#news2,
#news3,
.yidong-tese {
  display: none;
}
.yidong-jinrong,
.yidong-zx,
.yidong-jinrong-ruant,
.yidong-fuwu1,
.yidong-fuwu2 {
  display: none;
}
::-webkit-scrollbar {
  width: 0 !important;
}

/*首页banner视频*/
.myswiper1 .swiper-slide video { width: 100%; height: 100%; object-fit: cover;}
.head-banner {
  height: 100%;
}
.portlet{
  height: 100%;
}
.portlet div {
  height: 100%;
}


.footer-right {
  width: 19% !important;
}

/*右侧悬浮*/
.wx_box {
  height: 100%;
}
.wx_left,
.wx_right {
  width: 48%;
}
.wx_box div img {
  width: 70px;
  height: 70px;
  margin-bottom: 5px;
}
.wx_box div p {
  font-size: 10px;
  color: #fff;
}

/*右侧控制*/
.control {
  position: fixed;
  right: 40px;
  top: 25%;
  z-index: 70;
  padding: 0;
  margin: 0;
}
.control-color {
  color: #65b07e;
  text-align: center;
}
.control-img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.control-img img {
  width: 100%;
  height: 100%;
}
.margtop {
  margin-top: 20px;
  margin-bottom: 20px;
}
.shuxian {
  height: 30px;
  width: 10px;
  border-right: 1px solid #65b07e;
}
.active-num {
  font-weight: bold;
  transform: scale(1.3);
  color: #009240;
}
.fp-watermark {
  display: none;
}
/*第一屏*/
.pageheight {
  width: 100%;
}
.firstPage {
  display: flex;
}
.firstpage-left {
  background-image: url("/eportal/imageDir/fjnx/2022/10/2022102811315164825.png");
  width: 20%;
  position: relative;
  margin-top: 100px;
}
.company-bank {
  background: #fff;
  width: 80%;
  height: 23%;
  position: absolute;
  top: 15%;
  left: 10%;
  border-radius: 15px;
  box-shadow: 0px 0px 10px #cc0812;
}
.bank-left {
  width: 40px;
  height: 36px;
  margin-top: 10%;
  margin-left: calc(50% - 20px);
}
.bank-left-title {
  color: #d7000f;
  font-size: 16px;
  font-weight: 700 !important;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  letter-spacing: 2px;
}
.back-left-login {
  width: 100%;
  margin: 10px auto;
}
.login-title {
  float: left;
  color: #e99699;
  font-size: 12px;
  margin-top: 2px;
  text-align: right;
  width: 55%;
}
.login-title a {
  float: left;
  color: #e99699;
  font-size: 12px;
  width: 100%;
  text-align: right;
}
.login-img {
  width: 8%;
  height: 10px;
  margin-right: 30%;
  margin-left: 10px;
  margin-top: 5px;
}

/*左侧按钮*/
.bank-gongneng:hover {
  background: #fffffff5;
}
.bank-gongneng:hover .gongneng-title a {
  color: #d6000e;
}
.bank-help:hover {
  background: #fffffff5;
}
.bank-help:hover .help-title {
  color: #d6000e;
}
.bank-help:hover .helpimg img {
  content: url(/uiFramework/commonResource/image/2022121418035957481.png);
  width: 23px;
  height: 20px;
  margin-top: 15.5px;
  margin-left: calc(50% + 12.5px);
}
.bank1:hover .gongnengimg img {
  content: url(/uiFramework/commonResource/image/2022121417594386000.png);
}
.bank2:hover .gongnengimg img {
  content: url(/uiFramework/commonResource/image/2022121418023863410.png);
}
.bank3:hover .gongnengimg img {
  content: url(/uiFramework/commonResource/image/2022121418035957481.png);
}
.bank1 {
  top: 16% !important;
}
.bank2 {
  top: 30% !important;
}

.bank-gongneng {
  position: absolute;
  top: 37%;
  left: 10%;
  width: 80%;
  border: 1px solid #e34d57;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #cc0812;
  color: #fff;
  height: 50px;
}
.gongnengimg {
  width: 45%;
  float: left;
}
.gongnengimg img {
  width: 23px;
  height: 20px;
  margin-top: 15.5px;
  margin-left: calc(50% + 12.5px);
}
.gongneng-title {
  width: 55%;
  line-height: 50px;
  font-size: 14px;
  text-align: left;
  float: left;
  color: #fff;
}
.gongneng-title a {
  font-size: 16px;
  text-align: left;
  float: left;
  color: #fff;
}
.bank-help {
  position: absolute;
  top: 44%;
  left: 10%;
  width: 80%;
  border: 1px solid #e34d57;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #cc0812;
  color: #fff;
  height: 50px;
}
.helpimg {
  width: 45%;
  float: left;
}
.helpimg img {
  width: 23px;
  height: 20px;
  margin-top: 15.5px;
  margin-left: calc(50% + 12.5px);
  object-fit: cover;
}
.help-title {
  width: 55%;
  line-height: 50px;
  font-size: 16px;
  text-align: left;
  float: left;
  color: #fff;
  cursor: pointer;
}
.bank-left-gonggao {
  height: 25%;
  width: 100%;
  position: absolute;
  top: 74%;
  left: 0;
  border-top: 1px solid #e34d57;
}
.back-tongzhi {
  width: 90%;
  height: 30px;
  margin: 20px auto;
}
.tongzhi-img {
  float: left;
}
.tongzhi-img img {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}
.tongzhi-title {
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  text-align: left;
  float: left;
  margin-left: 10px;
}
.gonggao-con {
  width: 90%;
  margin: 0px 5% 10px 5%;
  text-align: left;
  line-height: 20px;
}
.gonggao-con a {
  font-size: 14px;
  color: #fff;
}
.gonggao-date {
  display: inline-block;
  text-align: right;
  float: right;
  color: #ce8688;
  font-size: 12px;
}
.more {
  color: #fff;
  font-size: 12px;
  width: 90%;
  margin: 10px auto;
  text-align: left;
}
.more a {
  color: #fff;
  font-size: 12px;
}
.firstpage-right {
  height: calc(100% - 100px);
  width: 80%;
  position: relative;
  margin-top: 100px;
}
.myswiper1 {
  width: 100%;
  height: 100%;
}
.myswiper1 .swiper-slide {
  position: relative;
  width: 100% !important;
}
.img-info {
  position: absolute;
  z-index: 10;
  top: 130px;
  left: 18%;
}
.info1,
.info2 {
  font-size: 32px;
  letter-spacing: 2px;
  color: #333;
  text-align: left;
  font-family: "FZWeiBei-S03S" !important;
}
.info2 {
  margin-top: 5px;
}
.info2-bom {
  height: 2px;
  width: 28px;
  background: #c70026;
  border-radius: 10px;
  margin-top: 10px;
  margin-left: 2px;
}
.chuancheng {
  color: #a0a5a6;
  font-size: 12px;
  margin-top: 20px;
  letter-spacing: 2px;
}
.liaojie {
  color: #c70026;
  font-size: 10px;
  margin-top: 40px;
  display: flex;
  height: 20px;
}
.liaojie-title {
  letter-spacing: 2px;
  text-align: left;
  line-height: 20px;
  font-size: 10px;
  color: #c70026;
}
.liaojie-title a {
  letter-spacing: 2px;
  text-align: left;
  line-height: 20px;
  font-size: 10px;
  color: #c70026;
}
.jiantou-img {
  height: 5px !important;
  width: 10px !important;
  margin-top: 7.5px;
  margin-left: 5px;
  object-fit: fill !important;
}
.dream {
  color: #c92e4f;
  font-size: 32px;
}
.lantu {
  font-size: 32px;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bottom-zhezhao {
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  z-index: 80;
}
.first-bottom-list {
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 90;
}
.ul-bottom-list {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-around;
}
.li-bottom-list {
  width: 25%;
  border-right: 1px solid #eee;
  position: relative;
}
.li-bottom-bg {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 78;
  opacity: 0.3;
  width: 100%;
  height: 100%;
}
.li-bottom-info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
}
.li-bottom-list img {
  width: 30px;
  height: 30px;
  margin: 40px calc(50% - 15px) 0;
  opacity: 1;
}
.bottom-title {
  color: #fff;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.bottom-title a {
  color: #fff;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.first-bottom-list {
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 90;
}
.ul-bottom-list {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-around;
}
.bottom-title {
  color: #fff;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.bottom-title a {
  color: #fff;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}

/*左侧悬浮框*/
.dialog {
  position: fixed;
  left: 0;
  top: 30%;
  width: 40px;
  z-index: 70;
  display: none;
}
.dialog-login {
  width: 40px;
  background: #c30020;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: width 0.4s linear;
  height: 106px;
  overflow: hidden;
}
.dialog-login:hover {
  width: 175px;
}
.dialog-img {
  width: 14px;
  height: 14px;
  margin-top: 10px;
}
.sign {
  display: none;
}
.sign img {
  width: 100px;
  height: 100px;
  margin-top: 10px;
}
.dialog-title {
  writing-mode: lr-tb;
  width: 14px;
  margin-left: 13px;
  margin-top: 15px;
  padding-bottom: 10px;
  font-size: 10px;
  color: #fff;
}
.dialog-help {
  width: 14px;
  background: #c30020;
  padding: 5px 13px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.dialog-help img,
.dialog-top img {
  margin-top: 5px;
}
.dialog-top {
  width: 14px;
  background: #c30020;
  padding: 5px 13px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 5px;
  cursor: pointer;
}
.fade-out {
  width: 150px;
  background: #c30020;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 10px 0;
  height: 230px;
  padding: 10px 0;
  display: none;
}
.out-bank {
  background: #fff;
  width: 90%;
  margin: 0px auto;
  height: 100px;
}
.out-left-img {
  width: 30px;
  height: 30px;
  margin: 10px 52.5px 0;
}
.out-left-title {
  font-size: 16px;
  color: #c30020;
  width: 100%;
  text-align: center;
}
.out-left-login {
  display: flex;
  justify-content: space-around;
  width: 60%;
  margin: 10px auto;
  height: 30px;
}
.out-login-title {
  font-size: 12px;
  line-height: 30px;
  color: #c30020;
}
.out-login-img {
  width: 20px;
  height: 2px;
  margin-top: 14px;
}
.myswiper-tz {
  width: 100%;
  height: 40px;
}

/*第二屏*/
.secondpage {
  width: 100%;
}
.kongbai {
  width: 100%;
  height: 100px;
}
.second-title {
  width: 100%;
  text-align: center;
  height: 100px;
  line-height: 100px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  letter-spacing: 2px;
}
.second-news {
  color: #d7000f;
  font-size: 24px;
}
.second-cneter {
  font-size: 24px;
}
.second-main {
  width: 80%;
  margin: 40px auto;
  display: flex;
}
.second-lunbo {
}
.myswiper2 {
  width: 534px;
  height: 360px;
}
.myswiper2 img {
  border-radius: 10px;
  width: 534px;
  height: 300px;
}
.myswiper2 .swiper-pagination {
  text-align: right;
  width: 90% !important;
  bottom: 70px !important;
}
.swiper-pagination-bullet {
  width: 15px !important;
  background: #fff !important;
  border-radius: 10px !important;
  height: 4px !important;
  margin: 0 2px !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: #009442 !important;
  width: 30px !important;
  border-radius: 10px !important;
  height: 4px !important;
}
.slide-title {
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
}
.slide-title a {
  width: 100%;
  text-align: left;
  color: #333;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
}
.slide-deta {
  width: 100%;
  text-align: left;
  color: #999999;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
}
.second-article {
  width: calc(100% - 564px);
  margin-left: 30px;
}
.second-txt-title {
  display: flex;
}
.txt-title {
  width: 100px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px #eee;
  border: 1px solid #eee;
  margin-right: 40px;
}
.putong-title {
  width: 100%;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-align: center;
  position: relative;
  z-index: 10;
}
.txt-title-active {
  width: 100px;
  height: 30px;
  position: relative;
  margin-right: 40px;
}
.active-img {
  width: 100%;
  height: auto;
  display: none;
}
.active-title {
  position: absolute;
  color: #fff;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: none;
}
.active-title a {
  color: #fff;
  font-size: 14px;
}
.first-title {
  margin-top: 40px;
  width: 100%;
  text-align: left;
}
.first-title a {
  color: #009240;
  font-size: 18px;
  font-weight: 800 !important;
  width: 100%;
  text-align: left;
}
.first-txt {
  font-size: 14px;
  text-align: left;
  width: 100%;
  color: #686868;
  margin-top: 20px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.txt-list {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.txt-list-li {
  font-size: 10px;
  color: #686868;
  display: flex;
  height: 30px;
  line-height: 30px;
}
.txt-list-li-date {
  width: 100px;
  text-align: left;
  font-size: 14px;
  color: #686868;
}
.txt-list-li-title {
  width: calc(100% - 100px);
  text-align: left;
}
.txt-list-li-title a {
  text-align: left;
  font-size: 14px;
  color: #686868;
}
.tese-title {
  position: relative;
}
.tese-list {
  position: absolute;
  display: flex;
  top: 35px;
  right: 10%;
  font-size: 12px;
  font-weight: normal;
  border-bottom: 1px solid #ebebeb;
  height: 30px;
  line-height: 30px;
  width: 300px;
}
.tese-li {
  font-size: 14px;
}
.tese-li a {
  font-size: 14px;
}
.tese-li a:hover {
  color: #009240;
}
.daikuan-list {
  text-align: left;
}
.licai-list {
  margin: 0 60px;
  text-align: center;
}
.bankcard-list {
  text-align: right;
}
#article02,
#article03 {
  display: none;
}
.second-left-img {
  height: 100%;
  width: auto;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.second-left-img img {
  height: 100%;
  width: auto;
}
.second-right-img {
  height: 100%;
  width: auto;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}
.second-right-img img {
  height: 100%;
  width: auto;
}

/*第三屏产品轮播*/
.tese-li-active {
  transform: scale(1.1);
  color: #009240;
  border-bottom: 1px solid #009240;
}
#products01,
#products03 {
  display: none;
}
.myswiper3 {
  height: 380px;
  width: 100%;
  padding: 0px;
}
.products-list {
  width: 60%;
  margin-left: 30%;
  margin-top: 40px;
  height: 330px;
}
.myswiper3 .swiper-slide {
  height: 310px;
  border-radius: 15px;
  box-shadow: 0px 0px 10px #ddd;
  margin: 10px 0;
  background: url("/eportal/imageDir/fjnx/2022/10/2022102815515183818.png")
    no-repeat;
  background-size: 100% 100%;
}
.myswiper3 .swiper-slide:hover {
  transform: scale(1.04);
}
.slide-products {
  width: 100%;
  height: 100%;
}
.slide-products img {
  width: 100%;
  height: 60%;
  object-fit: cover;
  border-radius: 15px;
}
.myswiper3-swiper-title {
  width: 100%;
  margin-top: 8%;
}
.myswiper3-swiper-title a {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}
.item-title {
  margin: 30px auto 10px;
  font-size: 16px;
  font-weight: bold;
  width: 90%;
  text-align: left;
  color: #333;
  letter-spacing: 2px;
}
.item-code {
  font-size: 12px;
  width: 90%;
  color: #131313;
  text-align: left;
  margin: 0px auto;
}
.item-lilv {
  width: 90%;
  text-align: left;
  margin: 30px auto;
}
.lilv {
  font-size: 24px;
  color: #e60012;
  font-weight: bolder;
}
.lilv-title {
  font-size: 12px;
  display: inline-block;
  margin-left: 0;
}
.item-money {
  width: 90%;
  text-align: left;
  margin: 30px auto;
  font-size: 12px;
  color: #bbb7b7;
}
.item-money span {
  font-size: 10px;
  color: #bbb7b7;
}
.qixian {
  display: inline-block;
  margin-left: 20px;
}
.money,
.days {
  font-size: 16px !important;
  color: #554e4e !important;
}
.item-detail {
  width: 60%;
  margin: calc(15% - 15px) auto;
  display: flex;
  height: 30px;
  border-radius: 20px;
  border: 1px solid #009240;
}
.look {
  height: 30px;
  line-height: 30px;
  width: 60%;
  text-align: right;
}
.look a {
  color: #57aa73;
  font-size: 12px;
}
.look-img {
  width: 20px !important;
  height: 4px !important;
  margin-top: 12px;
  margin-left: 5px;
}
.products-active {
  background: url("/uiFramework/commonResource/image/2022112111245326194.png") !important;
  color: #fff !important;
}
.products-active .item {
  color: #fff;
}
.products-active .item a {
  color: #fff;
}
.products-active .item span {
  color: #fff;
}
.products-active .item .money,
.products-active .item .days {
  color: #fff !important;
}
.products-active .myswiper3-swiper-title a {
  color: #fff;
}
.products-active .item-detail {
  background: none;
  border: 1px solid #fff;
}
.products-active .look a {
  color: #fff;
}
.products-active .look-img {
  width: 20px !important;
  height: 4px !important;
  margin-top: 13px;
  margin-left: 5px;
  object-fit: contain !important;
}
.threepage {
  position: relative;
  background: #f3f3f3;
}
.myswiper3 .swiper-pagination-bullet {
  background: #d8d8d8;
}
.renwu {
  width: 450px;
  height: 500px;
  position: absolute;
  bottom: 4px;
  left: 60px;
}
.renwu img {
  width: 100%;
  height: 100%;
}
/*第四屏*/
.online-ruant {
  width: 100%;
  height: 100%;
}
.fourthpage {
  background: #fff;
  position: relative;
}
.fouth-help {
  width: 80%;
  margin: 0 auto;
  display: flex;
}
.online-help {
  width: 70%;
  border-radius: 10px;
  border: 1px solid #f7e8dd;
  height: 200px;
  background-image: url("/uiFramework/commonResource/image/2022112111190687087.png");
}
.jinrong-help {
  margin-left: 20px;
  width: calc(30% - 20px);
  border-radius: 10px;
  border: 1px solid #f7e8dd;
  height: 200px;
  background-image: url("/uiFramework/commonResource/image/2022112111194880151.png");
}
.online-title {
  color: #333;
  width: 95%;
  text-align: left;
  margin: 20px auto;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
}
.myswiper4 {
  width: 95%;
  margin: 10px auto;
  height: 120px;
  padding-left: 10px;
}
.myswiper4 .swiper-slide {
  display: flex;
  background: #fff;
  height: 80px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #eee;
}
.online-img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #009442;
  margin: 20px 10px;
}
.online-img img {
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-left: 10px;
}
.dianzi {
  height: 40px;
  margin: 20px 0;
}
.online-dianzi {
  font-size: 12px;
  color: #333;
  font-weight: 600 !important;
  height: 20px;
  line-height: 20px;
}
.online-dianzi a {
  font-size: 12px;
  color: #333;
  font-weight: 600 !important;
  height: 20px;
  line-height: 20px;
}
.online-look {
  width: 20px !important;
  height: 4px !important;
  margin-top: 4px;
}
.myswiper4 .swiper-pagination-bullet {
  background: #d8d8d8;
}
.myswiper4 .online-active {
  background: url(/uiFramework/commonResource/image/2022112111260341919.png)
    no-repeat !important;
  background-size: cover;
  color: #fff !important;
}
.online-active {
  transform: scale(1.04);
}
.online-active .online-dianzi {
  color: #fff;
}
.online-active .online-dianzi a {
  color: #fff;
}
.online-active .online-img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #fff;
  margin: 20px 10px;
  background: #fff;
}
.online-image-active {
  display: none;
}
.jinrong-title {
  width: 95%;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  color: #333;
  margin: 20px auto;
  padding-left: 10px;
}
.jinrong-ul {
  width: 95%;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  padding-left: 10px;
  margin: 0px auto;
}
.jinrong-li {
  display: flex;
  align-items: center;
}
.jinrong-li::before {
  content: "";
  display: inline-block;
  height: 11px;
  border-left: 2px solid #d40013;
}
.jinrong-li a {
  font-size: 12px;
  line-height: 30px;
  padding-left: 10px;
  box-sizing: border-box;
}
.xianxia-help {
  display: flex;
  width: 80%;
  margin: 20px auto;
  justify-content: space-between;
}
.fuwu1 {
  width: calc(50% - 10px);
}
.fuwu2 {
  width: calc(50% - 10px);
}
.fuwu1 img,
.fuwu2 img {
  width: 100%;
  height: auto;
}
/*底部导航*/
.foot-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  background: #000;
  border-top: 2px solid #d7000f;
}
.foot-bottom .footer-box-fj {
  padding: 10px 0;
}
.foot-bottom .footer-left p:last-child {
  margin-top: 20px;
}
.foot-bottom .footer-right p img {
  width: 50px;
}
.foot-bottom .footer-right p {
  /*display:inline-block;*/
  /*width: 33%;*/
}

/*移动端适配*/
@media only screen and (min-width: 760px) {
  .mobile-show {
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  .myswiper3 {
    height: fit-content !important;
  }
  .myswiper3 .swiper-pagination {
    position: initial;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 369px) {
  html {
    font-size: 62.5% !important;
  }

  .li-bottom-list a {
    display: block;
    width: 100%;
    text-align: center;
  }

  .dialog {
    display: none;
  }
  .control {
    display: none;
  }
  .firstPage {
    margin-top: 5rem;
  }
  .firstpage-left,
  .kongbai {
    display: none;
  }
  .firstpage-right {
    width: 100%;
    margin-top: 0;
  }
  .myswiper1 {
    width: 100%;
  }
  .tongzhi-ruant1 {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: #000;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#333));
    z-index: 80;
    opacity: 0.6;
    position: absolute;
    bottom: 0;
  }
  .easysite-article-li {
    display: flex;
    justify-content: space-around;
  }
  .article-title a {
    color: #fff;
    font-size: 14px;
  }
  .article-time {
    color: #fff;
    display: block;
    font-size: 12px;
  }
  .firstPage {
    width: 100%;
    height: 58rem;
  }
  .firstpage-right {
    height: 42rem;
  }
  .myswiper1 .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 42rem;
  }
  .bottom-zhezhao,
  .first-bottom-list {
    height: 5rem;
  }
  .first-bottom-list {
    position: static;
    background: #d60411;
    height: auto;
  }
  .li-bottom-list img {
    margin: 1rem calc(16.5vw - 1.5rem);
    width: 3rem;
    height: 3rem;
  }
  .bottom-title {
    font-size: 1rem;
    height: 2rem;
    line-height: 2rem;
  }
  .bottom-title a {
    font-size: 1.4rem;
    height: 2rem;
    line-height: 2rem;
  }
  .img-info {
    top: 8rem;
    left: 10%;
  }
  .info1 {
    font-size: 1.6rem;
  }
  .dream {
    color: #c92e4f;
    font-size: 1.6rem;
  }
  .lantu {
    font-size: 1.6rem;
  }
  .info2 {
    font-size: 1.6rem;
  }
  .chuancheng {
    font-size: 1rem;
  }
  .liaojie {
    margin-top: 2rem;
  }
  .ul-bottom-list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .li-bottom-list {
    width: calc(49.3% - 1px);
    height: 8rem;
    border-bottom: 1px solid #b90912;
    border-right: 1px solid #b90912;
  }
  .li-bottom-bg {
    background: #d60411;
    opacity: 1;
  }
  .yidong-li {
    display: block;
  }
  /*移动端第二屏*/
  .second-left-img,
  .second-right-img {
    display: none;
  }
  .secondpage {
    margin-top: 3rem;
  }
  .second-title {
    line-height: 50px;
    height: 50px;
  }
  .second-main {
    width: 95vw;
    display: block;
    margin: 1rem auto;
  }
  .yidong-article {
    display: block;
  }
  .second-txt-title {
    display: none;
  }
  .yidong-txt-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    height: 40px;
    line-height: 40px;
    margin-bottom: 2rem;
  }
  .yidong-title-active {
    border-bottom: 1px solid #009240;
  }
  .second-lunbo {
    width: 95vw;
    margin: 0 auto;
    height: 25rem;
  }
  .myswiper2 {
    width: 95vw;
    margin: 0 auto;
    height: 28rem;
  }
  .myswiper2 img {
    width: 95vw;
    height: 22rem;
  }
  .slide-title {
    max-width: 100%;
    overflow: hidden;
  }
  .second-article {
    width: 95vw;
    margin: 0 auto;
  }
  .txt-list-li-title {
    max-width: calc(100% - 100px);
    overflow: hidden;
  }
  .txt-title-active,
  .txt-title {
    margin-right: 0;
  }
  .first-title,
  .first-txt {
    display: none;
  }
  .txt-list {
    margin-top: 40px;
  }
  /*第三屏*/
  .tese-list {
    top: 8rem;
    width: 95vw;
    left: 2.5vw;
    right: 2.5vw;
    justify-content: space-around;
    border-bottom: 1px solid #eee;
  }
  .threepage {
    padding-top: 20px;
  }
  .yidong-tese {
    display: block;
  }
  .pc-tese {
    display: none;
  }
  .renwu {
    width: 22rem;
    height: 24rem;
    left: 0;
    display: none;
  }
  .products-list {
    margin-top: 6rem;
    width: 90%;
    margin-left: 5%;
  }
  .myswiper3 {
    height: 30rem;
    width: 100%;
    padding: 0px;
  }
  .myswiper3 .swiper-slide {
    height: 26rem;
    width: 100% !important;
  }
  .myswiper3-swiper-title {
    margin-top: 5%;
  }
  .qixian {
    margin-left: 60px;
  }
  .item-title {
    margin: 1rem auto;
    text-align: center;
  }
  .item-lilv,
  .item-code {
    width: 95%;
    text-align: center;
  }
  .item-lilv,
  .item-money {
    margin: 1rem auto;
  }
  .item-detail {
    margin: 2rem auto 0;
  }
  .banner-arrow {
    display: none;
  }
  .banner-box .swiper-slide img {
    width: 90% !important;
    margin: 0 auto;
  }
  /*第四屏*/
  .fouth-help {
    width: 95%;
    margin: 0 atuo;
    display: none;
  }
  .online-help {
    width: 50%;
    height: 12rem;
  }
  .online-active {
    transform: scale(1);
  }
  .online-title {
    margin: 1rem auto;
  }
  .myswiper4 {
    height: 10rem;
    padding: 0;
  }
  .myswiper4 .swiper-slide {
    height: 6rem;
  }
  .online-img {
    margin: 1rem 0.5rem;
  }
  .dianzi {
    margin: 1.5rem 1.5rem;
  }
  .online-dianzi {
    font-size: 1.2rem;
  }
  .online-dianzi a {
    font-size: 1.2rem;
  }
  .jinrong-help {
    margin-left: 2rem;
    width: calc(50% - 2rem);
    height: 12rem;
  }
  .jinrong-title {
    margin: 1rem auto;
  }
  .jinrong-li {
    margin: 1rem auto;
    font-size: 10px;
    padding-left: 0.5rem;
  }
  .jinrong-li a {
    font-size: 10px;
  }
  .xianxia-help {
    width: 95%;
  }
  .online-active .online-img {
    margin: 1rem 1rem;
  }
  .myswiper4 .swiper-pagination {
    bottom: 30px !important;
  }
  .xianxia-help {
    display: none;
  }
  .yidong-fuwu1,
  .yidong-fuwu2 {
    width: 95%;
    display: block;
    margin: 10px auto;
  }
  .yidong-fuwu1 img,
  .yidong-fuwu2 img {
    width: 100%;
    height: auto;
  }
  .jinrong-ul {
    display: none;
  }
  .yidong-jinrong {
    float: left;
    width: calc(80% - 20px);
    margin-left: 2.5%;
    display: block;
    margin-bottom: 20px;
  }
  .yidong-jinrong-ruant {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .yidong-jinrong-div {
    border: 1px solid #b90912;
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    width: 127px;
    margin-right: 5px;
    margin-top: 15px;
  }
  .jinrong-neirong {
    border-left: 2px solid #b90912;
    height: 10px;
    line-height: 10px;
    font-size: 12px;
    width: 110px;
    margin: 15px 10px;
    padding-left: 5px;
    display: block;
  }
  .yidong-jinrong-div:first-child a {
    margin-left: 30px;
    width: 60px;
    padding-left: 5px;
    display: block;
  }
  .yidong-jinrong-div:nth-child(2) a {
    padding-left: 3px;
    display: block;
  }
  .yidong-zx {
    float: right;
    width: calc(15% + 18px);
    margin-right: 2.5%;
    display: block;
    border: 1px solid #b90912;
    border-radius: 10px;
    margin-top: 15px;
  }
  .yidong-online-look {
    width: 40px;
    height: auto;
    margin: 20px auto 10px;
    display: block;
  }
  .yidong-look-title {
    font-size: 14px;
    margin: 2px 0 18px;
    text-align: center;
  }
  .foot-bottom {
    position: relative;
    height: 100px;
  }
}
@media only screen and (min-width: 370px) and (max-width: 760px) {
  .foot-bottom .footer-right p {
    width: 26% !important;
  }
  .li-bottom-list a {
    display: block;
    width: 100%;
    text-align: center;
  }
  html {
    font-size: 62.5% !important;
  }
  .dialog {
    display: none;
  }
  .control {
    display: none;
  }
  .firstPage {
    margin-top: 5rem;
  }
  .firstpage-left,
  .kongbai {
    display: none;
  }
  .firstpage-right {
    width: 100%;
    margin-top: 0;
  }
  .myswiper1 {
    width: 100%;
  }
  .tongzhi-ruant1 {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: #000;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#333));
    z-index: 80;
    opacity: 0.6;
    position: absolute;
    bottom: 0;
  }
  .easysite-article-li {
    display: flex;
    justify-content: space-around;
  }
  .article-title a {
    color: #fff;
    font-size: 14px;
  }
  .article-time {
    color: #fff;
    display: block;
    font-size: 12px;
  }
  .firstPage {
    width: 100%;
    height: 58rem;
  }
  .firstpage-right {
    height: 42rem;
  }
  .myswiper1 .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 42rem;
  }
  .bottom-zhezhao,
  .first-bottom-list {
    height: 5rem;
  }
  .first-bottom-list {
    position: static;
    background: #d60411;
    height: auto;
  }
  .li-bottom-list img {
    margin: 1rem calc(16.5vw - 1.5rem);
    width: 3rem;
    height: 3rem;
  }
  .bottom-title {
    font-size: 1rem;
    height: 2rem;
    line-height: 2rem;
  }
  .bottom-title a {
    font-size: 1.4rem;
    height: 2rem;
    line-height: 2rem;
  }
  .img-info {
    top: 8rem;
    left: 10%;
  }
  .info1 {
    font-size: 1.6rem;
  }
  .dream {
    color: #c92e4f;
    font-size: 1.6rem;
  }
  .lantu {
    font-size: 1.6rem;
  }
  .info2 {
    font-size: 1.6rem;
  }
  .chuancheng {
    font-size: 1rem;
  }
  .liaojie {
    margin-top: 2rem;
  }
  .ul-bottom-list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .li-bottom-list {
    width: calc(50% - 1px);
    height: 8rem;
    border-bottom: 1px solid #b90912;
    border-right: 1px solid #b90912;
  }
  .li-bottom-bg {
    background: #d60411;
    opacity: 1;
  }
  .yidong-li {
    display: block;
  }
  /*移动端第二屏*/
  .second-left-img,
  .second-right-img {
    display: none;
  }
  .secondpage {
    margin-top: 3rem;
  }
  .second-title {
    line-height: 50px;
    height: 50px;
  }
  .second-main {
    width: 95vw;
    display: block;
    margin: 1rem auto;
  }
  .yidong-article {
    display: block;
  }
  .second-txt-title {
    display: none;
  }
  .yidong-txt-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    height: 40px;
    line-height: 40px;
    margin-bottom: 2rem;
  }
  .yidong-title-active {
    border-bottom: 1px solid #009240;
  }
  .second-lunbo {
    width: 95vw;
    margin: 0 auto;
    height: 25rem;
  }
  .myswiper2 {
    width: 95vw;
    margin: 0 auto;
    height: 28rem;
  }
  .myswiper2 img {
    width: 95vw;
    height: 22rem;
  }
  .slide-title {
    max-width: 100%;
    overflow: hidden;
  }
  .second-article {
    width: 95vw;
    margin: 0 auto;
  }
  .txt-list-li-title {
    max-width: calc(100% - 100px);
    overflow: hidden;
  }
  .txt-title-active,
  .txt-title {
    margin-right: 0;
  }
  .first-title,
  .first-txt {
    display: none;
  }
  .txt-list {
    margin-top: 40px;
  }
  /*第三屏*/
  .tese-list {
    top: 8rem;
    width: 95vw;
    left: 2.5vw;
    right: 2.5vw;
    justify-content: space-around;
    border-bottom: 1px solid #eee;
  }
  .threepage {
    padding-top: 20px;
  }
  .yidong-tese {
    display: block;
  }
  .pc-tese {
    display: none;
  }
  .renwu {
    width: 22rem;
    height: 24rem;
    left: 0;
    display: none;
  }
  .products-list {
    margin-top: 6rem;
    width: 90%;
    margin-left: 5%;
  }
  .myswiper3 {
    height: 32rem;
    width: 100%;
  }
  .myswiper3 .swiper-slide {
    height: 28rem;
    width: 100% !important;
  }
  .myswiper3-swiper-title {
    margin-top: 5%;
  }
  .qixian {
    margin-left: 60px;
  }
  .item-title {
    margin: 1rem auto;
    text-align: center;
  }
  .item-lilv,
  .item-code {
    width: 95%;
    text-align: center;
  }
  .item-lilv,
  .item-money {
    margin: 1rem auto;
  }
  .item-detail {
    margin: 2rem auto 0;
  }
  .banner-arrow {
    display: none;
  }
  .banner-box .swiper-slide img {
    width: auto !important;
    margin: 0 auto;
    max-height: 175px;
  }
  /*第四屏*/
  .fouth-help {
    width: 95%;
    margin: 0 atuo;
    display: none;
  }
  .online-help {
    width: 50%;
    height: 12rem;
  }
  .online-active {
    transform: scale(1);
  }
  .online-title {
    margin: 1rem auto;
  }
  .myswiper4 {
    height: 10rem;
    padding: 0;
  }
  .myswiper4 .swiper-slide {
    height: 6rem;
  }
  .online-img {
    margin: 1rem 0.5rem;
  }
  .dianzi {
    margin: 1.5rem 1.5rem;
  }
  .online-dianzi {
    font-size: 1.2rem;
  }
  .online-dianzi a {
    font-size: 1.2rem;
  }
  .jinrong-help {
    margin-left: 2rem;
    width: calc(50% - 2rem);
    height: 12rem;
  }
  .jinrong-title {
    margin: 1rem auto;
  }
  .jinrong-li {
    margin: 1rem auto;
    font-size: 10px;
    padding-left: 0.5rem;
  }
  .jinrong-li a {
    font-size: 10px;
  }
  .xianxia-help {
    width: 95%;
  }
  .online-active .online-img {
    margin: 1rem 1rem;
  }
  .myswiper4 .swiper-pagination {
    bottom: 30px !important;
  }
  .xianxia-help {
    display: none;
  }
  .yidong-fuwu1,
  .yidong-fuwu2 {
    width: 95%;
    display: block;
    margin: 10px auto;
  }
  .yidong-fuwu1 img,
  .yidong-fuwu2 img {
    width: 100%;
    height: auto;
  }
  .jinrong-ul {
    display: none;
  }
  .yidong-jinrong {
    float: left;
    width: calc(80% - 20px);
    margin-left: 2.5%;
    display: block;
    margin-bottom: 20px;
  }
  .yidong-jinrong-ruant {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .yidong-jinrong-div {
    border: 1px solid #b90912;
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    width: 130px;
    margin-right: 5px;
    margin-top: 15px;
  }
  .jinrong-neirong {
    border-left: 2px solid #b90912;
    height: 10px;
    line-height: 10px;
    font-size: 12px;
    width: 110px;
    margin: 15px 10px;
    padding-left: 5px;
    display: block;
  }
  .yidong-jinrong-div:first-child a {
    padding-left: 5px;
    display: block;
  }
  .yidong-jinrong-div:nth-child(2) a {
    padding-left: 5px;
    display: block;
  }
  .yidong-zx {
    float: right;
    width: calc(15% + 18px);
    margin-right: 2.5%;
    display: block;
    border: 1px solid #b90912;
    border-radius: 10px;
    margin-top: 15px;
  }
  .yidong-online-look {
    width: 40px;
    height: auto;
    margin: 20px auto 10px;
    display: block;
  }
  .yidong-look-title {
    font-size: 14px;
    margin: 2px 0 18px;
    text-align: center;
  }
  .foot-bottom {
    position: relative;
  }
}
@media only screen and (max-width: 760px) {
  .myswiper3 .swiper-slide {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .li-bottom-list a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .first-title {
    margin-top: 15px;
  }
  .first-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .first-txt {
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .txt-list {
    margin-top: 10px;
    padding-top: 10px;
  }
  .footer-right p img {
    width: 80px !important;
  }
  html {
    font-size: 62.5% !important;
  }
  .dialog {
    display: none;
  }
  .control {
    display: none;
  }
  .firstPage {
    margin-top: 5rem;
  }
  .firstpage-left,
  .kongbai {
    display: none;
  }
  .firstpage-right {
    width: 100%;
    margin-top: 0;
  }
  .myswiper1 {
    width: 100%;
    height: 35rem;
  }
  .tongzhi-ruant1 {
    display: block;
    height: 2rem;
    line-height: 2rem;
    position: absolute;
    bottom: 5rem;
    width: 100%;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#333));
    z-index: 80;
    opacity: 0.6;
  }
  .easysite-article-li {
    display: flex;
    justify-content: space-around;
  }
  .article-title a {
    color: #fff;
    font-size: 1.2rem;
  }
  .article-time {
    color: #fff;
    display: block;
    font-size: 1.2rem;
  }
  .firstPage {
    width: 100%;
    height: 35rem;
  }
  .firstpage-right {
    height: 100%;
  }
  .myswiper1 .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .bottom-zhezhao,
  .first-bottom-list {
    height: 5rem;
  }
  .li-bottom-list img {
    margin: 0.5rem calc(10vw - 0.8rem);
    width: 1.6rem;
    height: 1.6rem;
  }
  .bottom-title {
    font-size: 1rem;
    height: 2rem;
    line-height: 2rem;
  }
  .bottom-title a {
    font-size: 1rem;
    height: 2rem;
    line-height: 2rem;
  }
  .img-info {
    top: 2rem;
    left: 10%;
  }
  .info1 {
    font-size: 1.6rem;
  }
  .dream {
    color: #c92e4f;
    font-size: 1.6rem;
  }
  .lantu {
    font-size: 1.6rem;
  }
  .info2 {
    font-size: 1.6rem;
  }
  .chuancheng {
    font-size: 1rem;
  }
  .liaojie {
    margin-top: 2rem;
  }
  /*移动端第二屏*/
  .second-left-img,
  .second-right-img {
    display: none;
  }
  .second-main {
    width: 95vw;
    display: flex;
    margin: 1rem auto;
  }
  .second-lunbo {
    width: 50vw;
    margin: 0 auto;
    height: 30rem;
  }
  .myswiper2 {
    width: 50vw;
    margin: 0 auto;
    height: 31rem;
  }
  .myswiper2 img {
    width: 100%;
    height: 25rem;
  }
  .slide-title {
    max-width: 100%;
    overflow: hidden;
  }
  .second-article {
    width: calc(50vw - 40px);
    margin: 0 20px;
  }
  .txt-list-li-title {
    max-width: calc(100% - 100px);
    overflow: hidden;
  }
  /*第三屏*/
  .tese-list {
    right: 2%;
  }
  .renwu {
    width: 30rem;
    height: 32rem;
    left: 2rem;
  }
  .products-list {
    margin-top: 0px;
  }
  .myswiper3 {
    height: 32rem;
    padding: 0 1rem;
    margin-right: 1rem;
  }
  .myswiper3 .swiper-slide {
    height: 27rem;
  }
  .item-title {
    margin: 1rem auto;
  }
  .item-lilv,
  .item-code {
    width: 95%;
  }
  .item-lilv,
  .item-money {
    margin: 1rem auto;
    width: 95%;
  }
  .myswiper3-swiper-title {
    margin-top: 3%;
  }
  .item-detail {
    margin: 1.5rem auto 0;
  }
  /*第四屏*/
  .fouth-help {
    width: 95%;
    margin: 0 atuo;
  }
  .online-help {
    width: 50%;
    height: 12rem;
  }
  .online-active {
    transform: scale(1);
  }
  .online-title {
    margin: 1rem auto;
  }
  .myswiper4 {
    height: 10rem;
    padding: 0;
  }
  .myswiper4 .swiper-slide {
    height: 6rem;
  }
  .online-img {
    margin: 1rem 0.5rem;
  }
  .dianzi {
    margin: 1.5rem 0.2rem;
  }
  .online-dianzi {
    font-size: 1.2rem;
  }
  .online-dianzi a {
    font-size: 1.2rem;
  }
  .jinrong-help {
    margin-left: 2rem;
    width: calc(50% - 2rem);
    height: 12rem;
  }
  .jinrong-title {
    margin: 1rem auto;
  }
  .jinrong-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .jinrong-li {
    width: 48%;
  }

  .xianxia-help {
    width: 95%;
  }
  .online-active .online-img {
    margin: 1rem 1rem;
  }
  .myswiper4 .swiper-pagination {
    bottom: 30px !important;
  }
  .foot-bottom {
    position: relative;
  }
}
@media only screen and (min-width: 1240px) and (max-height: 650px) {
  .bank-left {
    width: 34px;
    height: 30px;
    margin-top: 8%;
  }
  .back-left-login {
    margin: 0 auto;
  }
  .bank-left-gonggao {
    top: 70%;
  }

  .second-main {
    margin: 20px auto;
  }
  .renwu {
    width: 300px;
    height: 340px;
    left: 150px;
    bottom: 0;
  }
  .myswiper3 {
    height: 340px;
  }
  .myswiper3 .swiper-pagination {
    bottom: 0px !important;
  }
  .foot-bottom {
    position: relative;
  }
}
@media only screen and (width: 1440px) and (min-height: 900px) {
  html {
    font-size: 62.5% !important;
  }

  .bank-left {
    width: 50px;
    height: 46px;
    margin-left: calc(50% - 25px);
  }
  .bank-left-title {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
  .back-left-login {
    margin-top: 15px auto;
  }
  .login-title {
    font-size: 16px;
  }
  .login-title a {
    font-size: 16px;
  }
  .login-img {
    height: 12px;
    margin-top: 7px;
  }
  .bank-gongneng,
  .bank-help {
    height: 40px;
  }
  .gongnengimg img,
  .helpimg img {
    width: 2rem;
    height: 2rem;
    margin-top: 1rem;
  }
  .gongneng-title,
  .help-title {
    line-height: 40px;
    font-size: 16px;
  }
  .gongneng-title a {
    line-height: 40px;
    font-size: 16px;
  }
  .bank-help {
    margin-top: 10px;
  }
  .bank-left-gonggao {
    height: 20%;
    top: 78%;
  }
  .tongzhi-img img {
    width: 30px;
    height: 30px;
    margin-top: 10px;
  }
  .tongzhi-title {
    line-height: 50px;
    font-size: 18px;
  }
  .myswiper-tz {
    height: 60px;
  }
  .gonggao-con {
    line-height: 30px;
  }
  .gonggao-con a {
    font-size: 16px;
  }
  .gonggao-date {
    font-size: 16px;
  }
  .more {
    font-size: 16px;
  }
  .more a {
    font-size: 16px;
  }

  .slide-title a {
    font-size: 16px;
  }
  .slide-deta {
    font-size: 16px;
    margin-top: 10px;
  }
  .first-title a {
    font-size: 24px;
  }
  .first-txt {
    font-size: 18px;
  }
  .txt-list-li-date {
    font-size: 16px;
  }
  .txt-list-li-title a {
    font-size: 16px;
  }
  .txt-list-li {
    height: 40px;
    line-height: 40px;
  }
  .second-title {
    height: 200px;
    line-height: 200px;
  }
  .second-news,
  .second-cneter {
    font-size: 32px;
  }
  .tese-list {
    top: 90px;
    font-size: 16px;
  }
  .txt-title {
    width: 120px;
  }
  .putong-title,
  .active-title {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .active-title a {
    font-size: 18px;
  }
  .txt-title-active {
    width: 120px;
    height: 40px;
  }
  .active-img {
    height: 50px;
  }
}
@media only screen and (min-width: 1580px) and (max-width: 1601px) {
  html {
    font-size: 62.5% !important;
  }

  .second-main {
    margin: 0 auto;
  }

  /*左侧悬浮*/
  .dialog-login {
    width: 40px;
    height: 106px;
  }
  .dialog-img {
    width: 15px;
    height: 15px;
  }
  .dialog-title {
    font-size: 12px;
    width: 20px;
    margin-left: 10px;
  }
  .dialog-help,
  .dialog-top {
    width: 20px;
    padding: 5px 10px;
  }
  /*右侧控制*/
  .control-img {
    width: 30px;
    height: 30px;
  }
  .control-color {
    font-size: 16px;
  }
  .shuxian {
    width: 15px;
  }
  /*第一屏*/
  .firstpage-left,
  .firstpage-right {
    margin-top: 120px;
    height: calc(100% - 120px);
  }
  .bank-left {
    width: 50px;
    height: 46px;
    margin-left: calc(50% - 30px);
    margin-top: 3%;
  }
  .bank-left-title {
    height: 50px;
    line-height: 60px;
    font-size: 24px;
  }
  .back-left-login {
    margin: 5px auto;
  }
  .login-title {
    font-size: 18px;
  }
  .login-title a {
    font-size: 18px;
  }
  .login-img {
    height: 12px;
    margin-top: 8px;
  }
  .bank-gongneng,
  .bank-help {
    height: 60px;
  }
  .gongnengimg img,
  .helpimg img {
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
  }
  .gongneng-title,
  .help-title {
    line-height: 60px;
    font-size: 18px;
  }
  .gongneng-title a {
    line-height: 60px;
    font-size: 18px;
  }
  .bank-help {
    margin-top: 0px;
  }
  .bank-left-gonggao {
    height: 20%;
    top: 72%;
  }
  .tongzhi-img img {
    width: 35px;
    height: 35px;
    margin-top: 7.5px;
  }
  .tongzhi-title {
    line-height: 50px;
    font-size: 20px;
  }
  .myswiper-tz {
    height: 60px;
  }
  .gonggao-con {
    line-height: 30px;
  }
  .gonggao-con a {
    font-size: 18px;
  }
  .gonggao-date {
    font-size: 18px;
  }
  .more {
    font-size: 18px;
  }
  .more a {
    font-size: 18px;
  }
  .first-bottom-list {
    height: 180px;
  }
  .li-bottom-list img {
    width: 40px;
    height: 40px;
    margin: 60px calc(50% - 20px) 0;
    opacity: 1;
  }
  .bottom-title {
    font-size: 20px;
    margin-top: 10px;
  }
  .bottom-title a {
    font-size: 20px;
    margin-top: 10px;
  }
  .second-title {
    height: 150px;
    line-height: 150px;
  }
  .second-news,
  .second-cneter {
    font-size: 40px;
  }
  .liaojie-title,
  .chuancheng {
    font-size: 14px;
  }
  .liaojie-title a {
    font-size: 14px;
  }
  /*第二屏*/
  .second-lunbo {
    width: 50%;
  }
  .myswiper2 {
    width: 100%;
    height: 500px;
  }
  .myswiper2 img {
    height: 400px;
    width: 100%;
  }
  .slide-title a {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .slide-deta {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-top: 10px;
  }
  .myswiper2 .swiper-pagination {
    bottom: 120px !important;
    margin-top: 10px;
  }
  .swiper-pagination-bullet {
    width: 30px !important;
    height: 6px !important;
  }
  .swiper-pagination-bullet-active {
    width: 50px !important;
    height: 6px !important;
  }
  .second-article {
    width: calc(50% - 40px);
    margin-left: 40px;
  }
  .txt-title {
    width: 200px;
    border-radius: 40px;
  }
  .putong-title {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
  }
  .active-title {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
  }
  .active-title a {
    font-size: 20px;
  }
  .active-img {
    height: 80px;
  }
  .txt-title-active {
    width: 200px;
    height: 60px;
  }
  .first-title {
    margin-top: 38px;
  }
  .first-title a {
    font-size: 26px;
  }
  .first-txt {
    font-size: 20px;
    margin-top: 40px;
  }
  .txt-list-li {
    height: 40px;
    line-height: 40px;
  }
  .txt-list-li-date {
    width: 200px;
    font-size: 18px;
  }
  .txt-list-li-title a {
    font-size: 18px;
  }
  /*第三屏*/
  .tese-list {
    top: 45px;
    height: 60px;
    line-height: 60px;
    width: 500px;
    justify-content: space-between;
  }
  .tese-li {
    font-size: 20px;
  }
  .tese-li a {
    font-size: 20px;
  }
  .renwu {
    width: 620px;
    height: 660px;
  }
  .products-list {
    height: 500px;
    margin-top: 0px;
  }
  .products-active {
    background: url("/eportal/imageDir/fjnx/2022/10/2022102815522053476.png")
      no-repeat !important;
    color: #fff !important;
    background-size: 100% 100% !important;
  }
  .myswiper3 {
    height: 470px;
  }
  .myswiper3 .swiper-slide {
    height: 400px;
  }
  .products-active .item a {
    font-size: 24px;
  }
  .item-title a {
    font-size: 24px;
  }
  .item-code {
    font-size: 16px;
  }
  .lilv {
    font-size: 32px;
  }
  .lilv-title {
    font-size: 16px;
  }
  .item-money span {
    font-size: 16px;
  }
  .money,
  .days {
    font-size: 24px !important;
  }
  .item-detail {
    width: 70%;
    margin: 20px auto 0;
    display: flex;
    height: 50px;
    border-radius: 40px;
  }
  .look {
    color: #57aa73;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 60%;
    text-align: right;
  }
  .look a {
    color: #57aa73;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 60%;
    text-align: right;
  }
  .look-img {
    width: 30px !important;
    height: 15px !important;
    margin-top: 20px;
    margin-left: 10px;
    object-fit: contain !important;
  }
  .products-active .look-img {
    width: 30px !important;
    height: 15px !important;
    margin-top: 20px;
    margin-left: 10px;
  }

  /*第四屏*/
  .online-help,
  .jinrong-help {
    height: 200px;
    background-size: cover;
  }
  .online-title,
  .jinrong-title {
    margin: 10px auto;
    font-size: 24px;
  }
  .myswiper4 {
    height: 140px;
  }
  .myswiper4 .swiper-slide {
    height: 100px;
  }
  .online-img,
  .online-active .online-img {
    height: 60px;
    line-height: 60px;
    margin: 19px 10px;
    width: 60px;
  }
  .online-img img {
    width: 30px;
    height: 30px;
    margin-top: 15px;
    margin-left: 15px;
  }
  .dianzi {
    height: 60px;
  }
  .online-dianzi {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .online-dianzi a {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .online-look {
    width: 40px !important;
    height: 6px !important;
    margin-top: 0px;
    object-fit: fill !important;
  }
  .myswiper4 .swiper-pagination {
    bottom: 0 !important;
  }
  .xianxia-help {
    margin: 20px auto;
  }
  .jinrong-li {
  }
  .jinrong-li a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1680px) and (max-width: 1920px) {
  html {
    font-size: 62.5% !important;
  }
  .bank2 {
    top: 24% !important;
  }
  .bank1 {
    top: 11% !important;
  }
  /*左侧悬浮*/
  .dialog-login {
    width: 40px;
    height: 106px;
  }
  .dialog-img {
    width: 15px;
    height: 15px;
  }
  .dialog-title {
    font-size: 12px;
    width: 20px;
    margin-left: 10px;
  }
  .dialog-help,
  .dialog-top {
    width: 20px;
    padding: 5px 10px;
  }
  /*右侧控制*/
  .control-img {
    width: 30px;
    height: 30px;
  }
  .control-color {
    font-size: 16px;
  }
  .shuxian {
    width: 15px;
  }
  /*第一屏*/
  .firstpage-left,
  .firstpage-right {
    margin-top: 120px;
    height: calc(100% - 120px);
  }
  .bank-left {
    width: 50px;
    height: 45px;
    margin-left: calc(50% - 30px);
    margin-top: 6%;
  }
  .bank-left-title {
    height: 49px;
    line-height: 60px;
    font-size: 24px;
  }
  .back-tongzhi {
    margin: 0 auto;
  }
  .back-left-login {
    margin-top: 15px auto;
  }
  .login-title {
    font-size: 18px;
  }
  .login-title a {
    font-size: 18px;
  }
  .login-img {
    height: 12px;
    margin-top: 8px;
  }
  .bank-gongneng,
  .bank-help {
    height: 60px;
  }
  .gongnengimg img,
  .helpimg img {
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
  }
  .gongneng-title,
  .help-title {
    line-height: 60px;
    font-size: 18px;
  }
  .gongneng-title a {
    line-height: 60px;
    font-size: 18px;
  }
  .bank-help {
    margin-top: 0px;
    top: 38%;
  }
  .bank-left-gonggao {
    height: 20%;
    top: 78%;
  }
  .tongzhi-img img {
    width: 35px;
    height: 35px;
    margin-top: 7.5px;
  }
  .tongzhi-title {
    line-height: 50px;
    font-size: 20px;
  }
  .myswiper-tz {
    height: 60px;
  }
  .gonggao-con {
    line-height: 30px;
  }
  .gonggao-con a {
    font-size: 18px;
  }
  .gonggao-date {
    font-size: 18px;
  }
  .more {
    font-size: 18px;
  }
  .more a {
    font-size: 18px;
  }
  .first-bottom-list {
    height: 180px;
  }
  .li-bottom-list img {
    width: 40px;
    height: 40px;
    margin: 60px calc(50% - 20px) 0;
    opacity: 1;
  }
  .bottom-title {
    font-size: 20px;
    margin-top: 10px;
  }
  .bottom-title a {
    font-size: 20px;
    margin-top: 10px;
  }
  .second-title {
    height: 150px;
    line-height: 150px;
  }
  .second-news,
  .second-cneter {
    font-size: 40px;
  }
  .liaojie-title,
  .chuancheng {
    font-size: 14px;
  }
  .liaojie-title a {
    font-size: 14px;
  }
  /*第二屏*/
  .second-lunbo {
    width: 50%;
  }
  .myswiper2 {
    width: 100%;
    height: 500px;
  }
  .myswiper2 img {
    height: 400px;
    width: 100%;
  }
  .slide-title a {
    height: 40px;
    line-height: 30px;
    font-size: 20px;
  }
  .slide-deta {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-top: 20px;
  }
  .myswiper2 .swiper-pagination {
    bottom: 120px !important;
    margin-top: 10px;
  }
  .swiper-pagination-bullet {
    width: 30px !important;
    height: 6px !important;
  }
  .swiper-pagination-bullet-active {
    width: 50px !important;
    height: 6px !important;
  }
  .second-article {
    width: calc(50% - 40px);
    margin-left: 40px;
  }
  .txt-title {
    width: 200px;
    border-radius: 40px;
  }
  .putong-title {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
  }
  .active-title {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
  }
  .active-title a {
    font-size: 20px;
  }
  .active-img {
    height: 80px;
  }
  .txt-title-active {
    width: 200px;
    height: 60px;
  }
  .first-title {
    margin-top: 60px;
  }
  .first-title a {
    font-size: 26px;
  }
  .first-txt {
    font-size: 20px;
    margin-top: 40px;
  }
  .txt-list-li {
    height: 40px;
    line-height: 40px;
  }
  .txt-list-li-date {
    width: 200px;
    font-size: 18px;
  }
  .txt-list-li-title a {
    font-size: 18px;
  }
  /*第三屏*/
  .tese-list {
    top: 80px;
    height: 60px;
    line-height: 60px;
    width: 500px;
    justify-content: space-between;
  }
  .tese-li {
    font-size: 20px;
  }
  .tese-li a {
    font-size: 20px;
  }
  .renwu {
    width: 620px;
    height: 660px;
  }
  .products-list {
    height: 500px;
  }
  .products-active {
    background: url("/eportal/imageDir/fjnx/2022/10/2022102815522053476.png")
      no-repeat !important;
    color: #fff !important;
    background-size: 100% 100% !important;
  }
  .myswiper3 {
    height: 500px;
  }
  .myswiper3 .swiper-slide {
    height: 450px;
  }
  .products-active .item a {
    font-size: 30px;
  }
  .item-title a {
    font-size: 30px;
  }
  .item-code {
    font-size: 18px;
  }
  .lilv {
    font-size: 40px;
  }
  .lilv-title {
    font-size: 16px;
  }
  .item-money span {
    font-size: 18px;
  }
  .money,
  .days {
    font-size: 30px !important;
  }
  .myswiper3-swiper-title {
    margin-top: 8%;
  }
  .myswiper3-swiper-title a {
    font-size: 30px;
  }
  .item-detail {
    width: 70%;
    margin: 30px auto 0;
    display: flex;
    height: 60px;
    border-radius: 40px;
  }
  .look {
    color: #57aa73;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    width: 60%;
    text-align: right;
  }
  .look a {
    color: #57aa73;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    width: 60%;
    text-align: right;
  }
  .look-img {
    width: 30px !important;
    height: 15px !important;
    margin-top: 20px;
    margin-left: 10px;
    object-fit: contain !important;
  }
  .products-active .look-img {
    width: 30px !important;
    height: 15px !important;
    margin-top: 20px;
    margin-left: 10px;
    object-fit: contain !important;
  }

  /*第四屏*/
  .online-help,
  .jinrong-help {
    height: 230px;
    background-size: cover;
  }
  .online-title,
  .jinrong-title {
    margin: 20px auto;
    font-size: 24px;
  }
  .myswiper4 {
    height: 140px;
  }
  .myswiper4 .swiper-slide {
    height: 120px;
  }
  .online-img,
  .online-active .online-img {
    height: 80px;
    line-height: 80px;
    margin: 19px 10px;
    width: 80px;
  }
  .online-img img {
    width: 40px;
    height: 40px;
    margin-top: 20px;
    margin-left: 20px;
  }
  .dianzi {
    height: 80px;
  }
  .online-dianzi {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
  .online-dianzi a {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
  .online-look {
    width: 40px !important;
    height: 6px !important;
    margin-top: 0px;
    object-fit: fill !important;
  }
  .myswiper4 .swiper-pagination {
    bottom: 0 !important;
  }
  .xianxia-help {
    margin: 20px auto;
  }
  .jinrong-li {
    height: 35px;
    line-height: 35px;
  }
  .jinrong-li a {
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .kongbai {
    height: 90px;
  }
  .second-main {
    margin-top: 0px;
  }
  .first-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .first-title {
    margin-top: 20px;
  }
  .txt-list-li-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}