@charset "utf-8";
/* CSS Document */
.bannerArea .Txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1260px;
  padding: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .bannerArea .Txt {
    padding-top: 50px !important;
  }
}
@media (max-width: 640px) {
  .bannerArea .Txt {
    padding: 30px;
	display:none;
  }
  
  .bannerArea .titleBox .titleMain {
  color: #000;
   font-size:25px;
}
}

@media (min-width: 1181px) {
  .bannerArea .titleBox .titleMain{
    margin: 20px 0;
  }

.bannerArea .titleBox .titleMain {
  color: #000;
  font-size:45px;
}
}
@media (max-width: 1180px) {
  .bannerArea .titleBox::after {
    margin-top: 15px;
  }
}

.notice{color:#666; font-size:16px; padding-top:20px;  max-width:1000px; margin:0 auto;}

@media(max-width:640px){
	
.notice{font-size:14px; padding-top:20px;  max-width:1000px; margin:0 auto;}	
	
	}
.mainArea {
  position: relative;
  z-index: 10;
  padding:0; 
  margin:0;
  background:#fff;
}

.mainArea > .wrap {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  margin-top: -60px;
  padding: 50px 0px 0 0;
  background-color: #F4F4F4;
/*   box-shadow: 2px 5px 5px rgba(222,222,222,0.8);
*/}

.loanArea{ padding:0px 30px 50px 30px; font-size:20px;}
.faqArea{ background:#fff; padding:50px 30px;  margin:0 auto;}
.faqArea .wrap{max-width:1160px;}
.aboutArea{ padding:0 30px 50px 30px;}
.privacrArea{ padding:0 50px 50px 50px;}

.loanArea h3{ font-size:22px; letter-spacing:1px; font-weight:600}
.loanArea ol{ margin-top:30px;}
.loanArea ol li{ font-size:20px;letter-spacing:1px;}

.toggleOpen:before, .toggleOpen:after, .faqList h3 {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.faqList h3 {
  color: #616161;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
}

.definition {
  color: #616161;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.8px;
}


.faqList {
  width: 100%;
}
.faqList > li {
  margin-bottom: 15px;
  padding: 5px;
  border-bottom: 1px dashed #ccc;
}
.faqList h3 {
  position: relative;
  font-size: 18px;
  color: #4c4c4c;
  cursor: pointer;
  line-height: 2;
  padding-right: 50px;
}
.faqList h3 b {
  display: inline-block;
  margin-right: 10px;
  font-style: italic;
  font-size: 24px;
  color: #26a9df;
  font-family: "Poppins";
}
.faqList h3:hover {
  color: #26a9df;
}

.toggleOpen {
  position: absolute;
  right: 5px;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  border-radius: 3px;
  color: #fff;
  background-color: #26a9df;
  cursor: pointer;
}
.toggleOpen:before, .toggleOpen:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: auto;
  background-color: #fff;
}
.toggleOpen:before {
  width: 14px;
  height: 2px;
  margin-top: -1px;
  margin-left: -7px;
}
.toggleOpen:after {
  width: 2px;
  height: 14px;
  margin-top: -7px;
  margin-left: -1px;
}
.toggleOpen.open:after {
  height: 0;
}

.definition {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
  color: #616161;
  background-color: #f7f7f7;
}


@media(max-width:1180px){
	
	.mainArea > .wrap {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  margin-top: 0px;
  margin-bottom:0px;
}

	
.privacrArea{ padding:0px 10px  30px 10px;}	
.loanArea{ padding:0px 10px 30px 10px; font-size:20px;}
.faqArea{ background:#fff; padding:30px 10px;}
.aboutArea{ padding:0 10px 30px 10px;}
.caseArea{ padding:30px 10px;}
	
	}
	
 .serviceList {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
}
 .serviceList li {
    padding: 10px;
}





 .serviceList li .item{ 
     width: 200px;
	height:200px;
	border-radius:50em;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#87e0fd+0,53cbf1+40,05abe0+100;Blue+3D+%23+16 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2cb6e5+0,0867c0+100 */
background: #2cb6e5; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #2cb6e5 0%, #0867c0 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #2cb6e5 0%,#0867c0 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #2cb6e5 0%,#0867c0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cb6e5', endColorstr='#0867c0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 text-align:center; 
   box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
 padding-top:30px;}
 
 
 
 

.serviceList .icon {
    display: block;
}
.serviceList .title {
    color: #fff;
	font-size:24px;
	letter-spacing:2px;
	font-weight:bold;
}


.caseArea{ background:#fff; padding:50px 30px;}
	
	
/*成功案例列表*/
.caseList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top:30px;
}
.caseList li {
  width: 25%;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.caseList .item {
  background-color: #ffffff;
  box-shadow: 0px 3px 5px 1.25px rgba(0, 0, 0, 0.05);
}
.caseList .Img a {
  display: block;
  line-height: 0;
}

.caseList .Img img{ max-width:100%; height:auto}
.caseList .Txt {
  padding: 25px;
}
.caseList .Txt h3 {
  font-size: 18px;
  font-weight: 600;
  color: #277DD4;
  margin-bottom: 5px;
}
.caseList .Txt p {
  color: #666;
  font-size:15px;
  height: 45px;
  line-height:1.5;
  display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow:hidden;
}

.caseList .Txt .btn { padding:2px 5px; margin-top:10px}

@media (max-width: 992px) {
  .caseList li {
    width: 50%;
  }
  .caseList .Txt {
    padding: 25px 10px;
  }
}
@media (max-width: 480px) {
  .caseList {
    margin: 0;
  }
  .caseList li {
    width: 50%;
    padding: 10px;
  }
  
  .faqList h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0px;
}

  
}


/*品質優勢列表*/
.aboutAreaBg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0 100%;
  z-index: -2;
}
.qualityArea{ 
  padding:50px 0; 
  position: relative;
  overflow: hidden;}

.qualityArea::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 51, 102, 0.8);
  z-index: -1;
}

.qualityArea .iconList {
    display: flex;
    flex-wrap: wrap;
}


.qualityArea .iconBox {
    width: 33.33%;
    padding: 50px 30px 20px 30px;
}

.qualityArea .iconBox:hover{
	-webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);}

 .qualityArea .infoBox {
        margin: 0 auto;
    }
.qualityArea .iconBox .iconContent {
    text-align: center;
}

.qualityArea .iconBox .iconNum {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #004a87;
	display:none;
}

.qualityArea .iconBox .iconImg {
    width:150px;
    height: 150px;
	background:#CFF;
	margin:0 auto;
	border-radius:100%;
}


.qualityArea .iconBox .iconTitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.35px;
    color: #F0A311;
	padding-top:20px;
}

.qualityArea .iconBox .info{ font-weight:normal; font-size:16px; color:#fff; line-height:1.5}
	
	@media (max-width: 640px) {
    .qualityArea .infoBox {
        width: 100%;
    }
  
    .qualityArea .iconList {
        margin: 0px 10px;
        justify-content: space-between;
    }
    .qualityArea .iconBox {
    width: 50%;
    padding: 30px 10px 20px 10px;
}

  .service{ padding:0 100px;}
}

@media(max-width:360px){
	  .service{ padding:0 70px;}
	  
	  .contactArea.formBox {
	background:none;
	padding:0px 0px 30px 0;
}
	}

.contactArea{ background:#F5F7FA;}

.contactArea.formBox {
	background:none;
	padding:50px 0px;
}


.advantagesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin-top:50px;
}
@media (max-width: 1280px) {
  .advantagesList {
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
.advantagesList li {
  width: 20%;
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .advantagesList li {
    padding-top: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }
  


}
.advantagesList li .item {
  position: relative;
  z-index: 1;
  padding: 10px;
  border: 1px solid #364D66;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.advantagesList li .item:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.advantagesList li:nth-child(even) {
    margin-top: 50px;
  }

.advantagesList .item::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  margin-left: -0.5px;
  top: -15px;
  width: 1px;
  height: calc(100% + 30px);
  background-color: #e2e2e2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.advantagesList .item::after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  margin-left: -9px;
  top: -1px;
  width: 18px;
  height: calc(100% + 2px);
  background-color:#F4F4F4;
}
.advantagesList .item:hover {
  border-color:#364D66;
}
.advantagesList .item:hover::before {
  background-color: #364D66;
}
.advantagesList .item:hover .Txt {
  background-color: #26A9DF;
}
.advantagesList .item:hover .icon img {
  -webkit-filter: brightness(0) invert(1) drop-shadow(0 0 3px rgba(0, 0, 0, 0.24));
          filter: brightness(0) invert(1) drop-shadow(0 0 3px rgba(0, 0, 0, 0.24));
}
.advantagesList .item:hover .title,
.advantagesList .item:hover .en {
  color: #fff;
}
.advantagesList .ins {
  position: relative;
}
.advantagesList .Img {
  display: block;
  width: 150px;
  height:150px;
}
.advantagesList .icon {
  width: 50px;
  height: 50px;
}
.advantagesList .icon img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.advantagesList .Txt,
.advantagesList .title,
.advantagesList .en {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.advantagesList .Txt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  pointer-events: none;
}
.advantagesList .title {
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0.12em;
}
@media (max-width: 480px) {
  .advantagesList .title {
    font-size: 14px;
  }
  
    .advantagesList li:nth-child(even) {
    margin-top: 0px;
  }
}
.advantagesList .en {
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-size: 14px;
  color: #26A9DF;
}


.dotsBox {
  width: 100%;
}
.dotsBox.center {
  text-align: center;
}
.dotsBox.column {
  width: 12px;
}
.dotsBox.column .dots li {
  margin-right: 0;
  margin-left: 0;
  margin-top: 3px;
  margin-bottom: 3px;
}
.dotsBox.white .dots li button::before {
  border-color: #fff;
}
.dotsBox.white .dots li.slick-active button::before {
  background-color: #fff;
}
.dotsBox .dots li {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
.dotsBox .dots li.slick-active button::before {
  background-color: #000;
}
.dotsBox .dots li button {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  border: none;
  background: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}
.dotsBox .dots li button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.dotsBox .dots li button:focus {
  outline: none;
}


.albumArea {
    position: relative;
    z-index: 99;
	padding-top:50px;
}
.albumArea a{
	position:relative;
	display: block;
	float: left;
	opacity: 0.5;
	color:#fff;
	background: #000;
	height: 100%;
}
.albumArea a:hover{
	opacity: 1;
}
.albumArea a img{
	display: block;
	height: 100%;
}

.albumArea a span{
	display:inline-block;
	bottom: -40px;
	position:absolute;
	left: 50%;
	transform:translateX(-50%);
	font-size: 20px;
	transition: all 0.9s;
}
.albumArea a:hover span{
	transition: all 0.9s;
	bottom: 20px;
}