/*------------------------------------------------
default
------------------------------------------------*/
/*------------------------------------------------
default
------------------------------------------------*/
.ellipsis {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Mulellipsis {
  position: relative;
  overflow: hidden;
}
.Mulellipsis:before,
.Mulellipsis:after {
  position: absolute;
  background: #fff;
}
.Mulellipsis:before {
  content: "...";
  bottom: 0;
  right: 0;
}
.Mulellipsis:after {
  content: "";
  width: 100%;
  height: 100%;
}
.lineClamp {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*圖片路徑*/
/*------------------------------------------------
main
------------------------------------------------*/
.maxWidth {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
}
.layout_fluid {
  padding-top: 150px;
}
@media (max-width: 1199px) {
  .layout_fluid {
    padding-top: 132px;
  }
}
@media (max-width: 767px) {
  .layout_fluid {
    padding-top: 94px;
  }
}
.layout_fluid .banner {
  position: relative;
}
.layout_fluid .banner > img {
  margin: 0 auto;
}
.layout_fluid .banner .btn_tel {
  position: absolute;
  bottom: 47px;
  left: 50%;
  z-index: 8;
  height: 65px;
  min-width: 345px;
  font-size: 44px;
  font-weight: 600;
  color: #3eab4c;
  background: #fff;
  border: 2px solid #58BA63;
  border-radius: 33px;
  padding: 0 0 0 52px;
  transform: translateX(-50%);
  box-shadow: 0 0 9px 2px #73c27c;
}
@media (max-width: 991px) {
  .layout_fluid .banner .btn_tel {
    bottom: 30px;
    height: 56px;
    min-width: 280px;
    font-size: 35px;
    border-radius: 30px;
    padding: 0 0 0 45px;
  }
}
@media (max-width: 767px) {
  .layout_fluid .banner .btn_tel {
    height: 48px;
    min-width: 245px;
    font-size: 30px;
    border-radius: 25px;
    padding: 0 0 0 36px;
  }
}
.layout_fluid .banner .btn_tel i {
  position: absolute;
  left: -2px;
  top: -2px;
  z-index: 8;
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url("../images/img_index/icon_whatsapp.png") no-repeat #57b962 center;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .layout_fluid .banner .btn_tel i {
    width: 56px;
    height: 56px;
    background-size: 40px;
  }
}
@media (max-width: 767px) {
  .layout_fluid .banner .btn_tel i {
    width: 48px;
    height: 48px;
    background-size: 34px;
  }
}
.layout_fluid .m_panel {
  padding: 70px 15px 50px;
}
@media (max-width: 767px) {
  .layout_fluid .m_panel {
    padding: 55px 15px 25px;
  }
}
.layout_fluid .m_panel .title {
  font-size: 36px;
  color: #6283D6;
  text-align: center;
}
@media (max-width: 767px) {
  .layout_fluid .m_panel .title {
    font-size: 31px;
  }
}
.layout_fluid .m_panel .title_sm {
  font-size: 26px;
  color: #555;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .layout_fluid .m_panel .title_sm {
    font-size: 21px;
    margin-top: 6px;
  }
}
.layout_fluid .LoanProducts {
  background: #F5F8FF;
}
.layout_fluid .LoanProducts .productsBg {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  display: table;
  margin: 80px auto 0 auto;
}
@media (max-width: 767px) {
  .layout_fluid .LoanProducts .productsBg {
    margin: 50px auto 0 auto;
  }
}
.layout_fluid .LoanProducts .productsBg .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .layout_fluid .LoanProducts .productsBg .products {
    margin: 0 -5px;
  }
}
.layout_fluid .LoanProducts .productsBg .products .products_item {
  width: 20%;
  padding: 0 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .layout_fluid .LoanProducts .productsBg .products .products_item {
    width: 25%;
    padding: 0 5px;
  }
}
@media (max-width: 500px) {
  .layout_fluid .LoanProducts .productsBg .products .products_item {
    width: 33.33%;
  }
}
.layout_fluid .LoanProducts .productsBg .products .products_item a {
  position: relative;
  display: block;
  border-radius: 50%;
  background: #eee;
  overflow: hidden;
  cursor: pointer;
}
.layout_fluid .LoanProducts .productsBg .products .products_item a img {
  filter: brightness(0.75) saturate(0.6);
}
.layout_fluid .LoanProducts .productsBg .products .products_item a cite {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  line-height: 30px;
  font-size: 24px;
  font-style: normal;
  color: #fff;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .layout_fluid .LoanProducts .productsBg .products .products_item a cite {
    font-size: 20px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .layout_fluid .LoanProducts .productsBg .products .products_item a cite {
    font-size: 18px;
    padding: 0 5px;
  }
}
@media (max-width: 500px) {
  .layout_fluid .LoanProducts .productsBg .products .products_item a cite {
    font-size: 16px;
  }
}
.layout_fluid .LoanProducts .productsBg .products .products_item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: all 0.25s;
}
.layout_fluid .LoanProducts .productsBg .products .products_item a:hover:after {
  background: #8c919d;
}
.layout_fluid .LoanProcess {
  background: #fff;
}
.layout_fluid .LoanProcess .process {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  margin: 80px auto 0 auto;
}
@media (max-width: 767px) {
  .layout_fluid .LoanProcess .process {
    margin: 50px auto 0 auto;
  }
}
.layout_fluid .LoanProcess .process:after {
  content: "";
  display: table;
  clear: both;
}
.layout_fluid .LoanProcess .process li {
  position: relative;
  width: 25%;
  text-align: center;
}
.layout_fluid .LoanProcess .process li .img {
  display: inline-block;
  position: relative;
  z-index: 2;
  border-radius: 50%;
}
.layout_fluid .LoanProcess .process li .txt {
  position: absolute;
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  color: #6283D6;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .layout_fluid .LoanProcess .process li .txt {
    font-size: 16px;
    margin-top: 10px;
  }
}
.layout_fluid .LoanProcess .process li.line {
  flex: 1;
  width: auto;
}
.layout_fluid .LoanProcess .process li.line span {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: calc(100% - 20px);
  height: 4px;
  background: #ECF2FF;
}
.layout_fluid .LoanProcess .contact {
  text-align: center;
  margin-top: 80px;
}
.layout_fluid .LoanProcess .contact .btnApply {
  min-width: 164px;
  height: 44px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  background: #6283D6;
  border-radius: 6px;
}
.layout_fluid .LoanProcess .contact .contact_txt {
  font-size: 16px;
  color: #555;
  margin-top: 20px;
}
.layout_fluid .LoanProcess .contact .contact_tel {
  font-size: 44px;
  color: #6283D6;
}
@media (max-width: 767px) {
  .layout_fluid .LoanProcess .contact .contact_tel {
    font-size: 30px;
  }
}
.layout_fluid .LoanCalculate {
  background: #F5F8FF;
}
@media (max-width: 767px) {
  .layout_fluid .LoanCalculate {
    padding-left: 0;
    padding-right: 0;
  }
}
.layout_fluid .LoanCalculate .title_sm {
  font-size: 16px;
  color: #999;
}
.layout_fluid .LoanCalculate .calculateBg {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 70px auto 0 auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .layout_fluid .LoanCalculate .calculateBg {
    margin: 50px auto 0 auto;
  }
}
.layout_fluid .LoanCalculate .calculateBg .repayment {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .layout_fluid .LoanCalculate .calculateBg .repayment {
    padding: 0 15px;
  }
}
.layout_fluid .LoanCalculate .calculateBg .repayment .form-group .control-label {
  float: left;
  width: 75px;
  font-size: 16px;
  font-weight: normal;
  color: #999;
  text-align: left;
}
@media (max-width: 767px) {
  .layout_fluid .LoanCalculate .calculateBg .repayment .form-group .control-label {
    font-size: 14px;
    padding-top: 4px;
  }
}
.layout_fluid .LoanCalculate .calculateBg .repayment .form-group .control-block {
  display: flex;
  align-items: center;
  width: calc(100% - 85px);
  margin-left: 85px;
}
.layout_fluid .LoanCalculate .calculateBg .repayment .form-group .control-block .form-control {
  flex: 1;
  height: 40px;
  font-size: 16px;
  border-color: #e5e5e5;
}
@media (max-width: 767px) {
  .layout_fluid .LoanCalculate .calculateBg .repayment .form-group .control-block .form-control {
    font-size: 14px;
    height: 34px;
  }
}
.layout_fluid .LoanCalculate .calculateBg .repayment .form-group .control-block .control-addon {
  width: 55px;
  font-size: 16px;
  color: #999;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .layout_fluid .LoanCalculate .calculateBg .repayment .form-group .control-block .control-addon {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .layout_fluid .LoanCalculate .calculateBg .subtotal {
    padding: 0;
    margin-top: 30px;
  }
}
.layout_fluid .LoanCalculate .calculateBg .subtotal .subtotal_month {
  min-height: 110px;
  background: #EDF2FE;
  text-align: center;
  padding: 15px;
}
@media (max-width: 767px) {
  .layout_fluid .LoanCalculate .calculateBg .subtotal .subtotal_month {
    min-height: 100px;
    padding: 10px;
  }
}
.layout_fluid .LoanCalculate .calculateBg .subtotal .subtotal_month .month_text {
  font-size: 16px;
  color: #6283D6;
}
@media (max-width: 767px) {
  .layout_fluid .LoanCalculate .calculateBg .subtotal .subtotal_month .month_text {
    font-size: 14px;
  }
}
.layout_fluid .LoanCalculate .calculateBg .subtotal .subtotal_month .month_amount {
  line-height: 38px;
  font-size: 40px;
  color: #6283D6;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .layout_fluid .LoanCalculate .calculateBg .subtotal .subtotal_month .month_amount {
    font-size: 34px;
  }
}
.layout_fluid .LoanCalculate .calculateBg .subtotal_amount {
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  background: #6283D6;
  text-align: center;
  padding: 15px;
}
@media (max-width: 767px) {
  .layout_fluid .LoanCalculate .calculateBg .subtotal_amount {
    font-size: 15px;
    padding: 10px;
  }
}
.layout_fluid .LoanCalculate .calculateBg .subtotal_bottom {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .layout_fluid .LoanCalculate .calculateBg .subtotal_bottom {
    font-size: 15px;
    margin-top: 6px;
  }
}
.layout_fluid .LoanCalculate .calculateBg .subtotal_bottom .capital {
  float: left;
}
.layout_fluid .LoanCalculate .calculateBg .subtotal_bottom .interest {
  float: right;
}
.layout_fluid .LoanMajor {
  background: #fff;
}
.layout_fluid .LoanMajor .majorBg {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 70px auto 0 auto;
}
@media (max-width: 767px) {
  .layout_fluid .LoanMajor .majorBg {
    padding: 0;
    margin: 50px auto 0 auto;
  }
}
.layout_fluid .LoanMajor .majorBg .major {
  margin: 0 -12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .layout_fluid .LoanMajor .majorBg .major {
    margin: 0 -6px;
  }
}
.layout_fluid .LoanMajor .majorBg .major li {
  padding: 0 12px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .layout_fluid .LoanMajor .majorBg .major li {
    padding: 0 6px;
    margin-bottom: 15px;
  }
}
.layout_fluid .LoanMajor .majorBg .major li a {
  display: block;
  height: 120px;
  background: #F9FBFF;
  border-radius: 6px;
  border-left: 6px solid #6283D6;
  padding: 20px 15px 20px 30px;
}
@media (max-width: 767px) {
  .layout_fluid .LoanMajor .majorBg .major li a {
    height: 90px;
    padding: 10px 5px 10px 18px;
  }
}
.layout_fluid .LoanMajor .majorBg .major li a .major_title {
  display: block;
  font-size: 18px;
  color: #A5B9ED;
}
@media (max-width: 767px) {
  .layout_fluid .LoanMajor .majorBg .major li a .major_title {
    font-size: 14px;
  }
}
.layout_fluid .LoanMajor .majorBg .major li a .major_info {
  display: block;
  font-size: 28px;
  color: #6283D6;
}
@media (max-width: 767px) {
  .layout_fluid .LoanMajor .majorBg .major li a .major_info {
    font-size: 21px;
  }
}
.layout_fluid .LoanSwiper {
  background: #F5F8FF;
  padding: 60px 20px 40px 20px;
  /*swiper*/
}
@media (max-width: 767px) {
  .layout_fluid .LoanSwiper {
    padding-left: 0;
    padding-right: 0;
  }
}
.layout_fluid .LoanSwiper .swiperWrapper {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin: 70px auto 0 auto;
}
@media (max-width: 767px) {
  .layout_fluid .LoanSwiper .swiperWrapper {
    margin: 50px auto 0 auto;
  }
}
.layout_fluid .LoanSwiper .swiperWrapper .swiper-container {
  background: #fff;
}
.layout_fluid .LoanSwiper .swiperWrapper .swiper-container .swiper-button-prev,
.layout_fluid .LoanSwiper .swiperWrapper .swiper-container .swiper-button-next {
  top: 45%;
  z-index: 99;
  width: 40px;
  height: 60px;
  background: rgba(0, 0, 0, 0.25);
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.layout_fluid .LoanSwiper .swiperWrapper .swiper-container .swiper-button-prev:before,
.layout_fluid .LoanSwiper .swiperWrapper .swiper-container .swiper-button-next:before {
  content: '';
  position: absolute;
  top: calc(50% - 9px);
  left: 14px;
  z-index: 99;
  width: 15px;
  height: 15px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 2px 2px;
  border-radius: 0 0 0 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.layout_fluid .LoanSwiper .swiperWrapper .swiper-container .swiper-button-prev {
  left: 0;
  border-radius: 0 4px 4px 0;
}
.layout_fluid .LoanSwiper .swiperWrapper .swiper-container .swiper-button-next {
  right: 0;
  border-radius: 4px 0 0 4px;
}
.layout_fluid .LoanSwiper .swiperWrapper .swiper-container .swiper-button-next:before {
  left: auto;
  right: 14px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.layout_fluid .LoanSwiper .swiperWrapper .swiper-container .swiper-wrapper .swiper-slide {
  background: #fff;
}
.layout_fluid .LoanSwiper .swiperWrapper .swiper-container .swiper-wrapper .swiper-slide img {
  max-height: 480px;
}
.layout_fluid .LoanSwiper .swiperWrapper .swiper-pagination {
  position: static;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .layout_fluid .LoanSwiper .swiperWrapper .swiper-pagination {
    margin-top: 30px;
  }
}
.layout_fluid .LoanSwiper .swiperWrapper .swiper-pagination span {
  width: 14px;
  height: 14px;
  margin: 0 8px;
  background-color: #d6e2ff;
  opacity: 1;
}
@media (max-width: 767px) {
  .layout_fluid .LoanSwiper .swiperWrapper .swiper-pagination span {
    width: 12px;
    height: 12px;
    margin: 0 4px;
  }
}
.layout_fluid .LoanSwiper .swiperWrapper .swiper-pagination span.swiper-pagination-bullet-active {
  background: #6283d6;
}
.layout_fluid .LoanSwiper .swiperBox {
  display: flex;
}
.layout_fluid .LoanSwiper .swiperBox .swiperBox_l {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: 35%;
}
@media (max-width: 991px) {
  .layout_fluid .LoanSwiper .swiperBox .swiperBox_l {
    display: none;
  }
}
.layout_fluid .LoanSwiper .swiperBox .swiperBox_r {
  flex: 1;
  height: 480px;
  padding: 50px 60px 20px;
  overflow: auto;
}
@media (max-width: 767px) {
  .layout_fluid .LoanSwiper .swiperBox .swiperBox_r {
    padding: 25px 30px;
  }
}
.layout_fluid .LoanSwiper .swiperBox .swiperBox_r .swiperBox_title {
  line-height: 42px;
  font-size: 36px;
  color: #6283D6;
}
@media (max-width: 767px) {
  .layout_fluid .LoanSwiper .swiperBox .swiperBox_r .swiperBox_title {
    font-size: 28px;
  }
}
.layout_fluid .LoanSwiper .swiperBox .swiperBox_r .swiperBox_title_sm {
  line-height: 28px;
  font-size: 24px;
  color: #222;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .layout_fluid .LoanSwiper .swiperBox .swiperBox_r .swiperBox_title_sm {
    font-size: 18px;
    margin-top: 15px;
  }
}
.layout_fluid .LoanSwiper .swiperBox .swiperBox_r .swiperBox_text {
  line-height: 26px;
  font-size: 16px;
  color: #555555;
  margin-top: 20px;
  white-space: pre-wrap;
}
@media (max-width: 767px) {
  .layout_fluid .LoanSwiper .swiperBox .swiperBox_r .swiperBox_text {
    line-height: 24px;
    font-size: 14px;
    margin-top: 15px;
  }
}
.layout_fluid .LoanSwiper .swiperBox .swiperBox_r .swiperBox_apply {
  min-width: 164px;
  height: 44px;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  background: #6283D6;
  border-radius: 6px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .layout_fluid .LoanSwiper .swiperBox .swiperBox_r .swiperBox_apply {
    min-width: 130px;
    height: 42px;
    line-height: 26px;
    font-size: 15px;
  }
}
