/*------------------------------------------------
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;
}
/*------------------------------------------------
common
------------------------------------------------*/
.maxWidth {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
}
.wrapper {
  width: 100%;
  height: 100%;
}
.layout {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  background-color: #fff;
}
.layout_fluid {
  width: 100%;
}
/*圖片路徑*/
/*------------------------------------------------
header
------------------------------------------------*/
.headerBg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(10, 32, 85, 0.17);
}
.headerBg .topBg {
  background: #f0f0f0;
}
.headerBg .topBg .top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  height: 30px;
  margin: 0 auto;
}
.headerBg .topBg .top .top_l {
  font-size: 14px;
  color: #222;
}
.headerBg .topBg .top .top_r:after {
  content: '';
  display: table;
  clear: both;
}
.headerBg .topBg .top .top_r li {
  float: left;
}
.headerBg .topBg .top .top_r li a {
  display: block;
  font-size: 14px;
  padding: 0 4px;
  cursor: pointer;
}
.headerBg .topBg .top .top_r li a:hover {
  color: #6283D6;
}
.headerBg .topBg .top .top_r li + li {
  margin-left: 8px;
}
.headerBg .topBg .top .top_r li.active a {
  color: #6283D6;
  text-decoration: underline;
}
.headerBg .header {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  background: #fff;
  padding: 15px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .headerBg .header {
    padding: 12px 15px;
  }
}
.headerBg .header .header_logo .header_logo_a {
  display: block;
  width: 320px;
  height: 90px;
}
@media (max-width: 1199px) {
  .headerBg .header .header_logo .header_logo_a {
    width: 256px;
    height: 72px;
  }
}
@media (max-width: 767px) {
  .headerBg .header .header_logo .header_logo_a {
    width: 142px;
    height: 40px;
    margin-left: 5px;
  }
}
.headerBg .header .header_logo .header_logo_a img {
  max-height: 100%;
  margin: 0 auto;
}
.headerBg .header .navbar-header .navbar-toggle {
  border: 0;
  padding: 0;
  margin: 0 5px 0 0;
}
.headerBg .header .navbar-header .navbar-toggle:hover,
.headerBg .header .navbar-header .navbar-toggle:focus {
  background: #fff;
}
.headerBg .header .navbar-header .navbar-toggle .icon-bar {
  width: 26px;
  height: 3px;
  background: #6283d6;
  border-radius: 5px;
}
.headerBg .header .navbar-header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
.headerBg .header .navbar-collapse {
  border: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .headerBg .header .navbar-collapse {
    position: fixed;
    top: 95px;
    left: 0;
    z-index: 99;
    bottom: 0;
    width: 100%;
    background: #fff;
  }
  .headerBg .header .navbar-collapse:before {
    content: "";
    position: absolute;
    top: -20px;
    z-index: 8;
    width: 100%;
    height: 20px;
    box-shadow: 0 0 20px 0 rgba(10, 32, 85, 0.17);
  }
}
.headerBg .header .header_r {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  flex: 1;
}
@media (max-width: 767px) {
  .headerBg .header .header_r {
    display: block;
  }
}
.headerBg .header .header_r .header_info .tel {
  line-height: 18px;
  font-size: 16px;
  color: #c00;
  text-align: right;
}
.headerBg .header .header_r .header_info .tel a {
  color: #c00;
}
.headerBg .header .header_r .header_info .Nav {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .headerBg .header .header_r .header_info .Nav {
    margin-top: 0;
  }
}
.headerBg .header .header_r .header_info .Nav:after {
  content: '';
  display: table;
  clear: both;
}
.headerBg .header .header_r .header_info .Nav .Nav_item {
  position: relative;
  float: left;
  /*貸款產品*/
}
@media (max-width: 767px) {
  .headerBg .header .header_r .header_info .Nav .Nav_item {
    float: none;
  }
}
.headerBg .header .header_r .header_info .Nav .Nav_item + .Nav_item {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .headerBg .header .header_r .header_info .Nav .Nav_item + .Nav_item {
    margin-left: 0;
  }
}
.headerBg .header .header_r .header_info .Nav .Nav_item .Nav_item_a {
  font-size: 16px;
  color: #222;
  cursor: pointer;
}
@media (max-width: 767px) {
  .headerBg .header .header_r .header_info .Nav .Nav_item .Nav_item_a {
    display: block;
    font-size: 18px;
    padding: 15px 20px;
  }
}
.headerBg .header .header_r .header_info .Nav .Nav_item .Nav_item_a:hover,
.headerBg .header .header_r .header_info .Nav .Nav_item .Nav_item_a.on {
  color: #6283d6;
  font-weight: bold;
}
.headerBg .header .header_r .header_info .Nav .Nav_item .loan_dropdown {
  display: none;
  position: absolute;
  left: 0;
  z-index: 8;
  width: 200px;
  background: #fff;
  padding: 17px 0 8px 0;
  box-shadow: 0 6px 10px rgba(10, 32, 85, 0.1);
}
@media (max-width: 767px) {
  .headerBg .header .header_r .header_info .Nav .Nav_item .loan_dropdown {
    position: static;
    width: 100%;
    background: #fafafa;
    padding: 8px 0;
    box-shadow: none;
  }
}
.headerBg .header .header_r .header_info .Nav .Nav_item .loan_dropdown:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 4px;
  background: #6283d6;
}
@media (max-width: 767px) {
  .headerBg .header .header_r .header_info .Nav .Nav_item .loan_dropdown:after {
    height: 0;
  }
}
.headerBg .header .header_r .header_info .Nav .Nav_item .loan_dropdown li a {
  display: block;
  line-height: 20px;
  font-size: 16px;
  color: #222;
  padding: 9px 16px;
  cursor: pointer;
}
.headerBg .header .header_r .header_info .Nav .Nav_item .loan_dropdown li a:hover,
.headerBg .header .header_r .header_info .Nav .Nav_item .loan_dropdown li a.on {
  color: #6283d6;
}
.headerBg .header .header_r .apply {
  margin-left: 40px;
}
.headerBg .header .header_r .btn_apply {
  display: table-cell;
  height: 58px;
  width: 150px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background: #6283D6;
  border: none;
  border-radius: 8px;
}
.headerBg .header .header_r .btn_apply i {
  display: inline-block;
  width: 21px;
  height: 24px;
  background: url("../images/img_common/icon_apply.png") no-repeat;
  vertical-align: sub;
  margin-right: 12px;
}
.headerBg .header .header_r .langXs {
  text-align: center;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin-top: 20px;
}
.headerBg .header .header_r .langXs:after {
  content: '';
  display: table;
  clear: both;
}
.headerBg .header .header_r .langXs li {
  display: inline-block;
}
.headerBg .header .header_r .langXs li a {
  display: block;
  font-size: 18px;
  line-height: 20px;
  padding: 14px 4px;
  cursor: pointer;
}
.headerBg .header .header_r .langXs li a:hover {
  color: #6283D6;
}
.headerBg .header .header_r .langXs li + li {
  margin-left: 50px;
}
.headerBg .header .header_r .langXs li.active a {
  color: #6283D6;
  text-decoration: underline;
}
.headerBg .header .header_r .telXs {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
.headerBg .header .header_r .emailXs {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
/*------------------------------------------------
footer
------------------------------------------------*/
.footerWrapper .contact {
  width: 100%;
}
.footerWrapper .contact:after {
  content: "";
  display: table;
  clear: both;
}
.footerWrapper .contact li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  float: left;
  width: 50%;
  height: 92px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .footerWrapper .contact li {
    justify-content: center;
    -webkit-justify-content: center;
    float: none;
    width: 100%;
    height: 56px;
  }
}
.footerWrapper .contact li a {
  display: block;
  line-height: 30px;
  font-size: 34px;
}
@media (max-width: 1199px) {
  .footerWrapper .contact li a {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .footerWrapper .contact li a {
    font-size: 23px;
  }
}
.footerWrapper .contact li a i {
  float: left;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../images/img_common/icon_contact.png") no-repeat;
  background-position: 0 1px;
  vertical-align: sub;
  margin-right: 17px;
  margin-top: -3px;
}
@media (max-width: 991px) {
  .footerWrapper .contact li a i {
    width: 32px;
    height: 32px;
    background-size: 64px;
    margin-right: 10px;
    margin-top: 0;
  }
}
.footerWrapper .contact li a span {
  display: block;
  margin-left: 57px;
}
@media (max-width: 991px) {
  .footerWrapper .contact li a span {
    margin-left: 42px;
  }
}
.footerWrapper .contact li.contact_tel {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  background: #EDF0F7;
  padding-right: 110px;
}
@media (max-width: 1199px) {
  .footerWrapper .contact li.contact_tel {
    padding-right: 80px;
  }
}
@media (max-width: 991px) {
  .footerWrapper .contact li.contact_tel {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .footerWrapper .contact li.contact_tel {
    justify-content: center;
    -webkit-justify-content: center;
    padding-right: 20px;
  }
}
.footerWrapper .contact li.contact_tel a {
  color: #6283D6;
}
.footerWrapper .contact li.contact_email {
  background: #6283D6;
  padding-left: 110px;
}
@media (max-width: 1199px) {
  .footerWrapper .contact li.contact_email {
    padding-left: 80px;
  }
}
@media (max-width: 991px) {
  .footerWrapper .contact li.contact_email {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .footerWrapper .contact li.contact_email {
    padding-left: 20px;
  }
}
.footerWrapper .contact li.contact_email a {
  color: #fff;
}
@media (max-width: 767px) {
  .footerWrapper .contact li.contact_email a {
    font-size: 19px;
  }
}
.footerWrapper .contact li.contact_email a i {
  background-position-x: -40px;
}
@media (max-width: 991px) {
  .footerWrapper .contact li.contact_email a i {
    background-position-x: -32px;
  }
}
.footerWrapper .guide {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 30px 15px 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footerWrapper .guide {
    padding: 22px 15px 0;
  }
}
.footerWrapper .guide:after {
  content: "";
  display: table;
  clear: both;
}
.footerWrapper .guide .guideList {
  position: relative;
  float: left;
  width: 21%;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .footerWrapper .guide .guideList {
    float: none;
    width: 100%;
    margin-bottom: 28px;
  }
}
.footerWrapper .guide .guideList:before {
  display: block;
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 8;
  width: 36px;
  height: 2px;
  background: #D6E2FF;
}
@media (max-width: 767px) {
  .footerWrapper .guide .guideList:before {
    display: none;
  }
}
.footerWrapper .guide .guideList .guideList_title {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #6283D6;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .footerWrapper .guide .guideList .guideList_title {
    font-size: 15px;
    padding-right: 0;
  }
}
.footerWrapper .guide .guideList .guideList_title:before,
.footerWrapper .guide .guideList .guideList_title:after {
  display: none;
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 8;
  width: 12px;
  height: 1px;
  background: #161616;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .footerWrapper .guide .guideList .guideList_title:before,
  .footerWrapper .guide .guideList .guideList_title:after {
    display: block;
  }
}
.footerWrapper .guide .guideList .guideList_title:after {
  transform: rotate(90deg);
}
.footerWrapper .guide .guideList.show .guideList_title:before {
  transform: rotate(90deg) scale(0);
}
.footerWrapper .guide .guideList.show .guideList_title:after {
  transform: rotate(180deg);
}
.footerWrapper .guide .guideList .guideSubList {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .footerWrapper .guide .guideList .guideSubList {
    margin-top: 12px;
  }
}
.footerWrapper .guide .guideList .guideSubList:after {
  content: "";
  display: table;
  clear: both;
}
.footerWrapper .guide .guideList .guideSubList li > a {
  display: block;
  line-height: 20px;
  font-size: 14px;
  color: #555;
  padding-right: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .footerWrapper .guide .guideList .guideSubList li > a {
    font-size: 13px;
    padding: 0 10px;
  }
}
.footerWrapper .guide .guideList .guideSubList li + li {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .footerWrapper .guide .guideList .guideSubList li + li {
    margin-top: 5px;
  }
}
.footerWrapper .guide .company {
  width: 37%;
}
@media (max-width: 767px) {
  .footerWrapper .guide .company {
    width: 100%;
  }
}
.footerWrapper .guide .company .company_text {
  font-size: 14px;
  color: #555;
  line-height: 24px;
}
.footerWrapper .copyRight {
  text-align: center;
  border-top: 1px solid #edf0f7;
  padding: 30px 0;
  margin: 0 40px;
}
@media (max-width: 767px) {
  .footerWrapper .copyRight {
    padding: 15px 0;
    margin: 0 15px;
  }
}
.footerWrapper .copyRight .copyRight_tips {
  line-height: 30px;
  font-size: 24px;
  color: #6283D6;
}
@media (max-width: 767px) {
  .footerWrapper .copyRight .copyRight_tips {
    line-height: 26px;
    font-size: 20px;
  }
}
.footerWrapper .copyRight .copyRight_tel {
  line-height: 20px;
  font-size: 16px;
  color: #6283D6;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .footerWrapper .copyRight .copyRight_tel {
    line-height: 18px;
    font-size: 14px;
    margin-top: 4px;
  }
}
.footerWrapper .copyRight .copyRight_text {
  line-height: 20px;
  font-size: 14px;
  color: #555;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .footerWrapper .copyRight .copyRight_text {
    line-height: 18px;
    font-size: 12px;
    margin-top: 12px;
  }
}
/* 底部定位 */
.pos_bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
}
/*------------------------------------------------
Card
------------------------------------------------*/
.cardBg {
  background: #F5F8FF;
  padding: 60px 0;
}
.cardBg .card {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  overflow: hidden;
}
.cardBg .card li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-evenly;
  float: left;
  width: calc(95%/2);
  background: #fff;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .cardBg .card li {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .cardBg .card li {
    width: 100%;
  }
}
.cardBg .card li:last-child {
  float: right;
}
@media (max-width: 767px) {
  .cardBg .card li:last-child {
    margin-top: 40px;
  }
}
.cardBg .card li img {
  width: 32%;
  max-width: 150px;
}
@media (max-width: 767px) {
  .cardBg .card li img {
    width: 28%;
  }
}
.cardBg .card li .btnApply {
  width: 32%;
  max-width: 164px;
  height: 44px;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  background: #6283D6;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .cardBg .card li .btnApply {
    width: 30%;
    height: 42px;
    line-height: 26px;
    font-size: 15px;
  }
}
