@charset "utf-8";

body{ font-family:'Noto Sans TC',"微軟正黑體", "新細明體", "Arial Unicode MS"}

.container-fluid{ max-width:1600px;}

.footer{
	color:#fff;
	background-color:#16336b;
	text-align:center;
	padding:24px 15px;
}
.footer a{ color:#d3b767;}

.share{margin:8px 0;}
.share img{margin:0 2px;}

.backtop{
	position:fixed;
	z-index:999;
	width:48px;
	height:48px;
	left:100%;
	top:100%;
	margin-top:-64px;
	margin-left:-64px;
	padding:5px;
	background-color:rgba(000,000,000,0.5);
	text-align:center;
	color:#fff;
	font-size:1.3rem;
	border-radius:4px;
	cursor:pointer;
	-webkit-transition: background 0.3s; /* Safari */ 
	transition: background 0.3s;
}
.backtop:hover{ background-color:#a07723;}


.title_line{
	width:60px;
	height:4px;
	background-color:#0475a8;
	margin:30px auto;
}


/*==========header css==========*/

.header_logo{position:fixed; z-index:950; top:15px; left:15px;}
.header_logo img{ -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s; width:240px; height:auto;}
@media (min-width:1200px){
	.header_logo { top:18px; left:15px;}
	.header_logo  img{ width:320px;}
}
@media (min-width:1400px){
	/*.header_logo { left:calc(50% - 685px);}*/
	.header_logo  img{ width:320px;}
}


/*==========nav css==========*/

.menu_header{ position:fixed; z-index:960; top:0; left:0; width:240px; height:100%; background-color:#16336b; -webkit-transition: margin 0.3s; /* Safari */ transition: margin 0.3s; overflow-y: auto;}

.menu_header img{ margin:12px 0;}

.menu_close{ left:100%; margin-left:0px;}
.menu_open{ left:100%; margin-left:-240px;}

.menu_header .container-fluid{ padding:0; position:relative; max-width:none;}


@media (min-width:1200px){
	.menu_header{ position:fixed; z-index:900; width:100%; height:88px; background-color:rgba(000,000,000,0.5); border-bottom:1px solid #fff; overflow-y:visible;}
	.menu_open, .menu_close{ left:0; margin-left:0;}
	.menu_header .container-fluid{ padding:0 15px;}
}


.menu_ul{list-style:none; padding:0;}
.menu_ul li{ border-bottom:1px dotted #0475a8;}

.menu_ul li a{ color:#fff; display:block; font-size:1.1rem; -webkit-transition: background 0.3s; /* Safari */ transition: background 0.3s;  padding:15px;}
.menu_ul li a:hover, .menu_ul li a:focus{ text-decoration:none; background-color:#0475a8;}

.menu_ul li a span{ display:block; font-size:0.8rem;}


@media (min-width:1200px){
	.menu_ul{ text-align:center; border-radius:4px; height:34px; float:right; margin-top:0px;}
	.menu_ul li{ float:left; border:none; position:relative;}
	.menu_ul li a{ color:#fff; font-size:1rem; width:auto; text-align:center; padding:32px 15px 31px 15px;}
	.menu_ul li a:hover, .menu_ul li a:focus{ color:#f2ce69; background-color:transparent;}
	.menu_ul .mobile_home{ display:none;}
	
	.nav_member{ margin-right:-15px;}
	.nav_member a{ background-color:#d3b767; border-bottom:1px solid #fff;}
	.menu_ul .nav_member a:hover, .menu_ul .nav_member a:focus{ background-color:#f2ce69; color:#fff;}
}
@media (min-width:1200px){
	.menu_ul li a{ font-size:0.8rem; width:auto; text-align:center; padding:32px 5px 31px 5px;}
}
@media (min-width:1400px){
	.menu_ul li a{ font-size:1rem; width:auto; text-align:center; padding:32px 15px 31px 15px;}
}
@media (min-width:1600px){
	.menu_ul li a{ padding:32px 15px 31px 15px;}
}


.mobile_hide{ background-color:#000; opacity:0; position:fixed; z-index:899; top:0; left:0; width:100%; height:100%;}

.mobile_header{ background-color:rgba(000,000,000,0.5); position:fixed; z-index:890; height:72px; width:100%; border-bottom:1px solid #fff;}

.iconbar{float:right; width:48px; height:36px; margin:15px 15px 0 15px; border:2px solid #fff; border-radius:4px; cursor:pointer; background-position:center; background-repeat:no-repeat;-webkit-transition: background 0.2s; /* For Safari 3.1 to 6.0 */ transition: background 0.2s;}

.iconbar_open{background-image:url(../img/iconbar.png);}
.iconbar_close{background-image:url(../img/iconbar2.png); border-color:#16336b;}

.menu_title{ margin:3px 15px; padding-top:15px; padding-bottom:16px; color:#fff; font-family:Verdana, Geneva, sans-serif;}

@media (min-width:1200px){
	.mobile_hide{ display:none;}
	.mobile_header{ display:none;}
	.iconbar_close{ display:none;}
	.menu_title{ display:none;}
}

.menu_ul .mobile_language{ color:#fff; margin:10px 15px; border:none;}
.menu_ul .mobile_language a{ display:inline-block; padding:10px 16px; font-size:0.9rem; border:1px solid #fff; border-radius:5px;}
.menu_ul .mobile_language a:hover,
.menu_ul .mobile_language a.active{ background-color:#fff; color:#2a2b83;}
@media (min-width:1200px){
	.menu_ul .mobile_language{ display:none;}
}

.search_nav{ display:none;}
@media (min-width:1200px){
	.search_nav{ position:absolute; padding:0; list-style:none; top:2px; left:100%; width:400px; margin-left:-430px; text-align:right; display:block;}
	.search_nav li{ display:inline-block; font-size:0.8rem; margin-left:15px;}
	.search_nav li a{ color:#2a2b83;}
	.search_nav li a:hover{ color:#946cad; text-decoration:none;}
}
@media (min-width:1200px){
	.search_nav{ margin-left:-445px;}
}

.menu_ul .sub_nav{ display:none;}
@media (min-width:1200px){
	.menu_ul .sub_nav{ position:absolute; top:88px; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
	.menu_ul .sub_nav a{ background-image:none; padding:15px 15px; margin:0; border-top:0px dotted #ccc; background-color:#333; color:#ccc; width:200px; margin-left:0; font-size:0.8rem; text-align:left; }
	.menu_ul .sub_nav a:hover{background-color:#555; color:#fff; border-bottom:none;}
}
@media (min-width:1600px){
	.menu_ul .sub_nav a{width:240px; margin-left:0; padding:15px 30px;}
}

/*@media (min-width:1200px){
	.nav_item:hover .sub_nav_item{ display:block;}
}
*/
.nav_item:hover .sub_nav_item{ display:block;}

@media (max-width: 1199px){
    .nav_item .sub_nav_item a{ font-size: 0.9rem; padding: 5px 15px 5px 35px;}
}


.fadeInRight{
  -webkit-animation: fadeInRight 0.4s; /* Safari 4+ */
  -moz-animation:    fadeInRight 0.4s; /* Fx 5+ */
  -o-animation:      fadeInRight 0.4s; /* Opera 12+ */
  animation:         fadeInRight 0.4s; /* IE 10+, Fx 29+ */
}



@media (min-width:1200px){
	.menu_header.menu_scroll{ background-color:#f4b100; background-image:none; border:0px solid #fff;}
}



/*==========main css==========*/


.nav_divide{ display:none;}
@media (min-width:992px){
	.nav_divide{width:1rem; color:#555; margin-top:30px; display:inline-block;}
}
@media (min-width:1200px){
	.nav_divide{margin-top:30px;}
}


.top_blank{ height:0;}
@media (min-width:992px){
	.top_blank{ height:0;}
}

.carousel-fade .carousel-inner .carousel-item {
	height: 360px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition-property: opacity;
	-webkit-transition-duration: 1.0s;
    -moz-transition-duration: 1.0s;
    -o-transition-duration: 1.0s;
    transition-duration: 1.0s;
	
	position:relative;
	
}
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
	opacity: 0;
}
@media (max-width:991.99px){
	.carousel-fade .carousel-inner .carousel-item,
	.carousel-fade .carousel-inner .active.carousel-item-left,
	.carousel-fade .carousel-inner .active.carousel-item-right {
	background-position: 60% center;
	}
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-caption{ top:140px; text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;}
.carousel-caption h2{ animation-duration:1s; font-weight:900;}
.carousel-caption p{ margin:15px 0; animation-delay:0.5s; animation-duration:1s; display:none;}

@media (min-width:992px){
	.carousel-fade .carousel-inner .carousel-item { height:640px;}
	.carousel-caption h2{ font-size:2.8rem; animation-duration:1s;}
	.carousel-caption p{ font-size:1.2rem; display:block; max-width:1040px; margin-left:auto; margin-right:auto;}
	.carousel-caption{ top:240px;}
}
@media (min-width:1600px){
	.carousel-fade .carousel-inner .carousel-item { height:800px;}
	.carousel-caption h2{ font-size:2.8rem; animation-duration:1s;}
	.carousel-caption p{ font-size:1.2rem;}
	.carousel-caption{ top:320px;}
}


@keyframes animatedBackground {
    0% {transform: scale(1.0);}
    100% {transform: scale(1.2);}
}
@-moz-keyframes animatedBackground {
    0% {transform: scale(1.0);}
    100% {transform: scale(1.2);}
}
@-webkit-keyframes animatedBackground {
    0% {transform: scale(1.0);}
    100% {transform: scale(1.2);}
}
@-ms-keyframes animatedBackground {
    0% {transform: scale(1.0);}
    100% {transform: scale(1.2);}
}
@-o-keyframes animatedBackground {
    0% {transform: scale(1.0);}
    100% {transform: scale(1.2);}
}


.carousel-item .top_banner_pic{
	display:none;
}
.carousel-item .top_banner_pic img{
}
@media (min-width:992px){
.carousel-item .top_banner_pic{ 
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	animation: animatedBackground 12s infinite alternate;
    -moz-animation: animatedBackground 12s infinite alternate;
    -webkit-animation: animatedBackground 12s infinite alternate;
    -ms-animation: animatedBackground 12s infinite alternate;
    -o-animation: animatedBackground 12s infinite alternate;
}
.carousel-item .top_banner_pic img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:auto;
	height:auto;
	min-width: 100%;
  	min-height: 100%;
}
}



.scroll_down{ display:none;}
@media (min-width:992px){
	.scroll_down{ height:64px; width:28px; border:3px solid #fff; border-radius:14px; position:absolute; z-index:99; top:100%; left:50%; margin-top:-120px; margin-left:-14px;-webkit-transition: all 0.3s; /* For Safari 3.1 to 6.0 */ transition: all 0.3s; display:block;}
	.scroll_down:hover{ border:3px solid #09f;}
	.scroll_item{ height:16px; width:4px; border-radius:2px; background-color:#fff; margin:15px auto;}
	.scroll_down:hover .scroll_item{ background-color:#09f;}
}




.view_lg{ display:none;}
@media (min-width:992px){
	.view_sm{ display:none;}
	.view_lg{ display:block;}
}






.prev-alt{ background-color:#0d3c84; color:#fff; position:absolute; z-index:555; cursor:pointer; top:50%; left:0%; padding:14px 15px 16px 15px; transform:translate(0,-50%); opacity:0.75;}
.prev-alt:hover{ opacity:1;}
.next-alt{ background-color:#0d3c84; color:#fff; position:absolute; z-index:555; cursor:pointer; top:50%; left:100%; padding:14px 15px 16px 15px; transform:translate(-100%,-50%); opacity:0.75;}
.next-alt:hover{ opacity:1;}


.top_title{ text-align:center; color:#555; margin-bottom:30px;}
.top_subtitle span{ color:#edca66;}
@media (min-width:992px){
	.top_title{ font-size:2.4rem;}
}

.top_news_block{ padding:30px 0; background-color:#16336b; color:#fff;}
.top_news_text{ text-align:center;}
.top_news_text .top_title{ color:#fff; margin-bottom:15px;}

.top_news_con{ border-bottom:1px solid #ccc; padding-bottom:10px; margin-bottom:10px; position:relative;}
.top_news_con a{ position:absolute; top:0; left:0; width:100%; height:100%; opacity:0;}
.top_news_con:hover .top_news_date,
.top_news_con:hover .top_news_title{ color:#f2ce69;}

.top_news_category{ padding:2px 10px; background-color:#edca66; color:#604612; font-size:0.9rem; margin:0 15px;}
.top_news_title{ display:block; }

@media (min-width:992px){
	.top_news_text{ width:260px; float:left; text-align:left;}
	.top_news_text .top_title{ text-align:left;}
	.top_news_wrapper{ margin-left:280px; padding-left:40px; border-left:1px solid #ccc;}
	.top_news_title{ display:inline-block; width:calc(100% - 240px); transform:translateY(4px); white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
}

.top_block1{ padding:80px 0; color:#777; text-align:center; background-image:url(../img/top_bg1.jpg); background-position:center; background-size:cover;}
.top_block1 .container-fluid{}


.top_service_pic{ height:220px; width:220px; border-radius:50%; margin-left:auto; margin-right:auto; background-position:center; background-size:cover;}
.top_service_text{ padding:15px;}

@media (min-width:1200px){
	.top_service_pic{ height:280px; width:280px; }
}




.top_block2{ padding:80px 0; background-color:#16336b; color:#fff; background-image:url(../img/top_bg2.jpg); background-position:center; background-size:cover;}
.top_block2 .container-fluid{ }

.top_case_text{ text-align:center;}
.top_case_text .top_title{ color:#fff;}
.top_case_text h5{ color:#d3b767; margin-bottom:30px;}

.top_case_more{ margin:45px 0 45px 0;}
.top_case_more a{ padding:15px 40px; background-color:#d3b767; color:#fff; -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s;  }
.top_case_more a:hover{ background-color:#f2ce69; text-decoration:none;}

.top_case_pic{ background-position:center; background-size:cover; position:relative; height:240px; margin-bottom:30px;}
.top_case_pic_text{ width:100%; height:128px; padding:15px; background-image:url(../img/top_case_text_bg.png); background-position:top center; background-repeat:repeat-x; position:absolute; top:100%; transform:translateY(-100%);}
.top_case_pic_text h4{ border-left:8px solid #d3b767; padding-left:15px;font-size: 22px;}

.top_case_pic_text p{ font-size:0.9rem; padding-left:23px;}

.top_case_pic a{ position:absolute; z-index:5; top:0; left:0; width:100%; height:100%; background-color:#16336b; color:#fff; text-align:center; opacity:0; -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s; }
.top_case_pic a i{ font-size:4rem; padding-top:64px;}
.top_case_pic a:hover{ opacity:0.6;}


@media (min-width:1200px){
    .top_block2{ padding:80px 0 120px;}
	.top_case_text{ width:600px; float:right; text-align:left;}
	.top_case_text .top_title{ text-align:left;}
	.top_case_pic_wrapper{ width:calc(100% - 680px); margin-left:0;}
	.top_case_pic{}
	.top_case_pic_text h4{ font-size:1.5rem; }
}


.top_contact_block{ padding:32px 0; background-color:#ededed; }

.top_contact_text{ text-align:center;}
@media (min-width:992px){ .top_contact_text{ text-align:left;}}
.top_contact_text ul{ list-style:none; padding:0; font-size:0.95rem; margin-top:10px; color:#555;}



.site_map{ display:none;}
@media (min-width:992px){.site_map{ display:block;}}

.site_map_con h5 a{color:#16336b; font-size:0.9rem;}
.site_map_con ul{ list-style:none; padding:0; font-size:0.8rem;}
.site_map_con ul li a{color:#555;}

.site_map_con h5 a:hover,
.site_map_con ul li a:hover{ color:#09f; text-decoration:none;}


.guide{ margin-top:32px; margin-bottom:32px;}
.guide a{ color:#fff; background-color:#16336b; padding:12px 16px; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.guide a:hover{ text-decoration:none; background-color:#0475a8; color:#fff;}
@media (min-width:768px){.guide{ display:none;}}



.alert_block{ position:fixed; left:0; top:0; z-index:9998; width:100%; height:100%; background-color:rgba(050,050,050,0.7);-webkit-transition: margin 5s, opacity 0.3s; /* For Safari 3.1 to 6.0 */ transition: margin 5s, opacity 0.3s;}
.alert_block .alert_con{ position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); min-width:300px; z-index:9999; font-size:1.1rem; color:#fff; background-color:#16336b; padding:30px 50px; border-radius:15px; max-width:880px;-webkit-transition: margin 5s, opacity 0.3s; /* For Safari 3.1 to 6.0 */ transition: margin 5s, opacity 0.3s;}

.alert_block .alert_con ul{ padding:0; list-style:none; text-align:right;}
.alert_block .alert_con ul li{ display:inline-block; margin:20px 0 0 10px;}
.alert_block .alert_con ul li a{ background-color:#fff; font-size:1.1rem; color:#333; border-radius:6px; padding:6px 40px; font-weight:bold; text-align:center;-webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.alert_block .alert_con ul li a:hover{ text-decoration:none; background-color:#ccc;}

.alert_block .alert_con ul li:last-child a{ background-color:#3e3a39; color:#fff; padding:6px 40px;}
.alert_block .alert_con ul li:last-child a:hover{ background-color:#777;}

.alert_block .alert_con_times{ height:0; position:relative;}
.alert_block .alert_con_times img{ position:absolute; left:100%; top:0; margin-top:-45px; margin-left:25px; width:40px; height:auto; cursor:pointer;}



.page_bread{ background-color:#16336b; margin:0; font-size:0.9rem; display:table; width:100%; position:relative;}
.page_bread .container-fluid{}
.page_bread .breadcrumb { background:none; float:left; text-align:left;   padding:15px 0 0 0;}
.page_bread .breadcrumb li{ border-radius:0; color:#fff;}
.page_bread .breadcrumb li::before{ color:#fff;}
.page_bread .breadcrumb a{ color:#fff;}
.page_bread .breadcrumb a:hover{color:#FC6; text-decoration:none;}

.page_banner{ background-position:center; background-size:cover; height:300px; position:relative;}
.page_banner h3{ text-align:center; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); color:#fff; text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;}
@media (min-width:992px){
	.page_banner{ height:500px; }
	.page_banner h3{ top:55%; left:50%; transform:translate(-50%,0);}
}


/*=============共用=============*/
.h2-title {
    color: #fff;
	margin: 0 0 20px 0;
	font-size: 32px;
	position: relative;
	font-weight: bold;
}
.h2-title:after {
    content: '';
	display: block;
	width: 40px;
	height: 4px;
	background-color: #7097e3;
	margin-top: 6px;
}
.f1 {
    color: #c50f0f;
}

/* 頁碼 */
.page-ex2 .page-link {
    padding: 0.1rem 0.5rem;    
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    color: #333;
}
.page-ex2 .prev, .page-ex2 .next {
    border: none;
}
.page-ex2 .page-item.active .page-link, .page-ex2 .page-item .page-link:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

img {
    vertical-align: middle;
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.font-500 {
    font-size: 36px;
    line-height: 500px;
    text-align: center;
}
/*=============企業融資=============*/


.financing {
	height: auto;
	padding: 80px 0;
	background-image: url(../img/financing_bg.jpg);
	background-position: center;
	background-size: cover;
}

.financing .container-fluid {
	position: relative;
	height: 100%;
}

.financing .financing_title {
	color: #555;
}

.financing .financing_title span {
	font-size: 4rem;
	color: #d3b767;
}

.financing .financing_text {
	color: #777;
}
.financing .financing_text p samp{
	color: #d3b767;
	font-weight: bold;
	display: block;
}
.financing .financing_pic {
	height: 240px;
	background-position: center;
	background-size: cover;
}

@media (min-width:992px) {
	.financing {
		height: 720px;
		padding: 0;
	}
	.financing .financing_title {
		position: absolute;
		z-index: 5;
		top: 60%;
		left: 55%;
		transform: translate(0, -140%);
	}
	.financing .financing_text {
		position: absolute;
		z-index: 5;
		top: 60%;
		left: 55%;
		transform: translate(0, 0);
		width: 45%;
		min-height: 240px;
		padding: 30px;
		font-size: 1.1rem;
		background-color: #fff;
	}
	.financing .financing_pic {
		position: absolute;
		z-index: 4;
		top: 80px;
		left: 0;
		width: 60%;
		height: 550px;
	}
}

@media (min-width:1280px) {
	.financing .financing_title {
		font-size: 3rem;
		transform: translate(0, -110%);
	}
	.financing .financing_title span {
		font-size: 5.6rem;
	}
}

/*=============關於我們=============*/

.about{
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/about_bg1.jpg);
    background-position: center;
    background-size: cover;
}

.about .aboutBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .about .aboutBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.about .aboutBox .articleBox {
  margin-bottom: 50px;
}
.articleBox .enTitle {
    font-size: 52px;
    color: #1585cd;
    line-height: 1;
	font-weight: bold;
}
.articleBox .title {
    font-size: 32px;
    font-weight: bold;
    color: #555;
}
@media (max-width: 1180px) {
  .about .aboutBox .articleBox {
    margin-bottom: 20px;
  }
}

@media (max-width: 420px) {
  .about .aboutBox .articleBox {
    margin-bottom: 10px;
  }
}

.about .aboutBox .Img {
  position: relative;
  width: 50%;
}

@media (max-width: 767px) {
  .about .aboutBox .Img {
    margin-bottom: 20px;
    width: 100%;
  }
}


.about .aboutBox .Img img {
  position: relative;
  display: block;
  width: 100%;
}
.about .aboutBox .Img:before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -17px;
    width: 96%;
    height: 89%;
    background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%);
}
.about .aboutBox .Txt {
  width: 50%;
  padding-left: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .about .aboutBox .Txt {
    padding-top: 20px;
    padding-left: 0;
    width: 100%;
  }
}

.about .aboutBox .Txt p {
  color: #525252;
}

.about .aboutBox .subTitle {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.core {
  margin-top: 90px;
  margin-left: calc((1220px - 100vw)/2);
  padding: 120px 0;
  width: 100vw;
  position: relative;
}

@media (max-width: 1540px) {
  .core {
    margin-left: -160px;
  }
}

@media (max-width: 1300px) {
  .core {
    margin-left: -140px;
  }
}

@media (max-width: 1260px) {
  .core {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 960px) {
  .core {
    margin-top: 40px;
    padding: 60px 0;
  }
}



.about_block2 {
    background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
	position: relative;
	 padding-top: 50px;
    padding-bottom: 50px;
	
}
.about_block2 .aboutBox .articleBox {
  margin-bottom: 50px;
}
.about_block2 .articleBox .enTitle {
    font-size: 44px;
    color: #fff;
    line-height: 1;
	font-weight: bold;
    margin-bottom: 20px;
}
.about_block2 .articleBox .title {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
	margin-bottom: 30px;
}
.about-box{
	color:#fff;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}



.about_block3{
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/web_bg.jpg);
    background-position: center;
    background-size: cover;
	text-align: center;
}


.about_block3 .img-about img{
	max-width: 100%;
	padding-top: 60px;
	
}
@media (min-width:992px) {
	.about_block3 .img-about img{
		max-width: 70%;

	}
}
/*------- 服務項目-------- */

.loan_block1 {
	height: auto;
	padding: 80px 0;
	background-image: url(../img/loan_bg1.jpg);
	background-position: center;
	background-size: cover;
}

.loan_block1 .container-fluid {
	position: relative;
	height: 100%;
}

.loan_title {
	color: #555;
}

.loan_title span {
	font-size: 3.5rem;
	color: #1585cd;
}

.loan_text {
	color: #777;
}


.loan_pic2 {
	height: 240px;
	background-position: center;
	background-size: cover;
}

.loan_box1{
	padding: 0px;
	}

@media (min-width:992px) {
	.loan_block1 {
		height: 720px;
		padding: 0;
	}
	.loan_title {
		position: absolute;
		z-index: 5;
		top: 50%;
		left: 0;
		transform: translate(0, -140%);
	}
	.loan_block1 .loan_text {
		position: absolute;
		z-index: 5;
		top: 50%;
		left: 0;
		transform: translate(0, 0);
		width: 45%;
		min-height: 200px;
		padding: 30px;
		font-size: 1.1rem;
		background-color: #fff;
		line-height: 32px;
		box-shadow: 5px 5px 5px 1px rgb(0 0 0 / 20%);
	}
	.loan_pic2 {
		position: absolute;
		z-index: 4;
		top: 80px;
		left: 40%;
		width: 60%;
		height: 480px;
	}
}





.loan_block2 {
	height: auto;
	padding: 80px 0;
	background-image: url(../img/loan_bg2.jpg);
	background-position: center;
	background-size: cover;
}

.loan_block2 .container-fluid {
	position: relative;
	height: 100%;
}

.loan_block2 .loan_title span {
	color: #1585cd;
}

@media (min-width:992px) {
	.loan_block2 {
		height: 720px;
		padding: 0;
	}
	.loan_block2 .loan_title {
		position: absolute;
		z-index: 5;
		top: 62%;
		left: 55%;
		transform: translate(0, -140%);
	}
	.loan_block2 .loan_text {
		position: absolute;
		z-index: 5;
		top: 60%;
		left: 55%;
		transform: translate(0, 0);
		width: 45%;
		min-height: 200px;
		padding: 30px;
		font-size: 1.1rem;
		background-color: #fff;
		box-shadow: -5px 5px 5px 1px rgb(0 0 0 / 20%);
	}
	.loan_block2 .loan_pic2 {
		position: absolute;
		z-index: 4;
		top: 80px;
		left: 0;
		width: 60%;
		height: 550px;
	}
	.loan_block2 .loan_title span {
	color: #fff;
	text-shadow: 0px 0px 5px #3d3d3d, 0px 0px 10px #565656, 0px 0px 15px #464646;

	}
}


.loan_block3 {
	height: auto;
	padding: 80px 0;
	background-image: url(../img/loan_bg3.jpg);
	background-position: center;
	background-size: cover;
}

.loan_block3 .container-fluid {
	position: relative;
	height: 100%;
}

@media (min-width:992px) {
	.loan_block3 {
		height: 720px;
		padding: 0;
	}
	.loan_title {
		position: absolute;
		z-index: 5;
		top: 50%;
		left: 0;
		transform: translate(0, -140%);
	}
	.loan_block3 .loan_text {
		position: absolute;
		z-index: 5;
		top: 50%;
		left: 0;
		transform: translate(0, 0);
		width: 45%;
		min-height: 200px;
		padding: 30px;
		font-size: 1.1rem;
		background-color: #fff;
		box-shadow: 5px 5px 5px 1px rgb(0 0 0 / 20%);
	}
	.loan_pic2 {
		position: absolute;
		z-index: 4;
		top: 80px;
		left: 40%;
		width: 60%;
		height: 480px;
	}
}

.loan_block4 {
	height: auto;
	padding: 80px 0;
	background-image: url(../img/loan_bg4.jpg);
	background-position: center;
	background-size: cover;
}

.loan_block4 .container-fluid {
	position: relative;
	height: 100%;
}

.loan_block4 .loan_title span {
	color: #1585cd;
}

@media (min-width:992px) {
	.loan_block4 {
		height: 720px;
		padding: 0;
	}
	.loan_block4 .loan_title {
		position: absolute;
		z-index: 5;
		top: 62%;
		left: 55%;
		transform: translate(0, -140%);
	}
	.loan_block4 .loan_text {
		position: absolute;
		z-index: 5;
		top: 60%;
		left: 55%;
		transform: translate(0, 0);
		width: 45%;
		min-height: 200px;
		padding: 30px;
		font-size: 1.1rem;
		background-color: #fff;
		box-shadow: -5px 5px 5px 1px rgb(0 0 0 / 20%);
	}
	.loan_block4 .loan_pic2 {
		position: absolute;
		z-index: 4;
		top: 80px;
		left: 0;
		width: 60%;
		height: 550px;
	}
	.loan_block4 .loan_title span {
	color: #fff;
	text-shadow: 0px 0px 5px #3d3d3d, 0px 0px 10px #565656, 0px 0px 15px #464646;

	}
}

@media (min-width:1280px) {
	.loan_title {
		font-size: 3.2rem;
		transform: translate(0, -110%);
	}
	.loan_title span {
		font-size: 4rem;
	}
}




/*========================================================
                         服務特色
=========================================================*/



.invest_block1{ 
	color:#777; 
	text-align:center; 
	background-image:url(../img/invest_bg.jpg);
	background-position:center; 
	background-size:cover;
	padding-top: 80px;
	padding-bottom: 120px;
}



.invest_block1 .articleBox{
	padding-bottom: 60px;
}



.invest_block1 .container-fluid{}

.top_invest_pic{ 
	height:120px; 
	width:120px; 
	margin-left:auto; 
	margin-right:auto; 
	background-position:center; 
	background-size:cover;
	padding: 10px 0;
}
.top_invest_text{ 
	padding:15px;
}

.invest_list{
	border: 1px solid #dcdcdc;
	margin: 10px 0;
}
.top_invest_con{
	padding:20px 0;
	margin: 10px;
	background-color:#ffffff59;
}

.top_invest_con h4{
	font-size: 20px;
}


@media (min-width:1200px){

	.invest_box{
		padding-top:60px;
		padding-bottom: 60px;
	}
}




.process{
    padding-top: 100px;
    padding-bottom: 120px;
    background-image: url(../img/web_bg.jpg);
    background-position: center;
    background-size: cover;
	text-align: center;
}


.process .articleBox {
 padding-bottom: 80px;
}
.process .processBox {
  padding: 80px;
  border: 1px solid #dcdcdc;
}
@media (max-width: 960px) {
  .process .processBox {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .process .processBox {
    padding: 20px 40px;
  }
}
@media (max-width: 480px) {
  .process .processBox {
    padding: 20px 10px;
  }
}
.process .processList {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.process .processList > li {
  padding: 5px;
  width: 16.666%;
  box-sizing: border-box;
}
@media (max-width: 1180px) {
  .process .processList > li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .process .processList > li {
    width: 33.33%;
  }
}
@media (max-width: 640px) {
  .process .processList > li {
    width: 50%;
  }
}
.process .processList > li:nth-of-type(1) .step {
  color: #47bbea;
}
.process .processList > li:nth-of-type(1) .processInfo:before, .process .processList > li:nth-of-type(1) .processInfo:after {
  background-color: #47bbea;
}
.process .processList > li:nth-of-type(2) .step {
  color: #21a8df;
}
.process .processList > li:nth-of-type(2) .processInfo:before, .process .processList > li:nth-of-type(2) .processInfo:after {
  background-color: #21a8df;
}
.process .processList > li:nth-of-type(3) .step {
  color: #019bd9;
}
.process .processList > li:nth-of-type(3) .processInfo:before, .process .processList > li:nth-of-type(3) .processInfo:after {
  background-color: #019bd9;
}
.process .processList > li:nth-of-type(4) .step {
  color: #0082ca;
}
.process .processList > li:nth-of-type(4) .processInfo:before, .process .processList > li:nth-of-type(4) .processInfo:after {
  background-color: #0082ca;
}
.process .processList > li:nth-of-type(5) .step {
  color: #0070ca;
}
.process .processList > li:nth-of-type(5) .processInfo:before, .process .processList > li:nth-of-type(5) .processInfo:after {
  background-color: #0070ca;
}
.process .processList > li:nth-of-type(6) .step {
  color: #005fca;
}
.process .processList > li:nth-of-type(6) .processInfo:before, .process .processList > li:nth-of-type(6) .processInfo:after {
  background-color: #005fca;
}
.process .processList .item {
  text-align: center;
}
.process .processList .step {
  position: relative;
  font-size: 19px;
}
.process .processList .processInfo {
  position: relative;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .process .processList .processInfo {
    height: 80px;
  }
}
.process .processList .processInfo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) skewX(25deg);
  width: 100%;
  height: 50%;
}
.process .processList .processInfo:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) skewX(-25deg);
  width: 100%;
  height: 50%;
}
.process .processList .enTitle {
  position: relative;
  font-size: 26px;
  color: #fff;
  line-height: 1;
  z-index: 99999;
  padding: 5px 0;
}
@media (max-width: 1180px) {
  .process .processList .enTitle {
    font-size: 20px;
  }
}
.process .processList .title {
  position: relative;
  font-size: 16px;
  color: #fff;
  z-index: 1;
}
@media (max-width: 1180px) {
  .process .processList .title {
    font-size: 14px;
  }
}
.process .note {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  color: #cd1c1c;
}


/*========================================================
                         最新消息
=========================================================*/
/* 框架 */
.news-item {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	transform: translateY(0);
	transition: .3s ease-out transform;
}
.news-item:hover {
	transform: translateY(-5px);
}
.news-item + .news-item {
	margin-top: 35px;
}


/* 內容 */
.news-item-info {
	padding: 0 20px 20px 20px;
	background-color: #fff;
    border: 1px solid #ddd;
	transition: .3s ease-out box-shadow;
}
.news-item-info > div {
	margin-top: 0;
	padding-top: 20px;
	border-top: 1px solid rgba(127, 127, 127, 0.2);
}
.news-item-info h4 {
    font-weight: bold;
}
.news-item-info p {
    margin: 0;
}


.news .news-item-info-row a {
    color: #63636b;
}
.news .news-item-info-row a:hover {
    text-decoration: underline;
}
.news .news-item-info-row {
}
.news .news-item-info-row .yearmonth {
    color: #afafaf;
    display: inline-block;
	font-size: 18px;
	}
.news .news-item-info-row .day {
	color: #afafaf;
	display: inline-block;
	font-size: 18px;
	}
.news .news-item-info-row .day::before {
    content: " / ";
}
.news .news-item-info-row i {
    margin-right: 5px;
}

/* 了解更多 */
.news .news-item-more {
    text-align: right;
}
.news .news-item-more a {
    font-weight: bold;
    color: #325490;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 0.9rem;
}
.news .news-item-more a:hover {
    color: #7b9ad2;
}


/* 尺寸設定 */
@media (min-width: 640px) {
	
}
@media (min-width: 768px) {
	.news-item {
		display: flex;
		max-width: 1170px;
	}
	.news-item-img {
		display: flex;
		width: 200px;
		flex-shrink: 0;
	}
	.news-item-img img {
		object-fit: cover;
		width: 100%;
		height: 100% !important;
	}
    .news-item-info {
        width: calc(100% - 200px);
        border-left: none;
    }
    .news-item-info > div {
        width: 100%;
    }
	.news .news-item-info-row {
		width: 25%;
		float: left;
		margin: 0 2% 0 0;
		margin-top: 10px;
		border-right: 1px solid #cccccc;
		height: 80%;
	}
	.news .news-item-info-row .yearmonth {
		color: #8e8e8e;
		font-size: 16px;
		letter-spacing: 2px;
		padding-bottom: 10px;
		}
	.news .news-item-info-row .day {
			color: #325490;
			font-size: 48px;
			display: block;
		}
	.news .news-item-info-row .day::before {
			display: none;
	}
}
@media (min-width: 992px) {
	.news-item-img {
		width: 270px;
	}
	.news-item-info {
		display: flex;
		padding: 20px 20px 20px 0;
        width: calc(100% - 270px);
	}
	.news-item-info > div {
        padding: 10px 30px 0 40px;
		margin: 0;
		border-top: 0;
		border-left: 1px solid rgba(127, 127, 127, 0.2);
	}
	.news-item + .news-item {
		margin-top: 50px;
	}
}
@media (min-width: 1200px) {
	.news .news-item-info-row {
		width: 15%;
	}
}



/*========================================================
                   	最新消息內頁
=========================================================*/


.news-detail {
	text-align: left;
    border-bottom: 2px dashed #adadad;  
}
.news-detail img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.news-detail-title {
	text-align: left;
	margin: 0 0 20px 0;
	color: #333;
	font-weight: bold;
    font-size: 1.8rem;
}
.news-detail-content {
    margin-bottom: 40px;
}
.news-detail-link {
    border-top: 2px dashed #adadad;
    padding: 1rem;
    font-size: 0.9rem;
    background-color: #ededed;
}
.news-detail-link h4 {
    font-size: 1.1rem;
    font-weight: bold;
}
.news-detail-link a {
    display: inline-block;
    color: #333;
    text-decoration: underline;
    margin-left: 10px;
}
.news-detail-link a:hover {
    text-decoration: none;
}


/* 分類+外連 */
.news .news-detail-row {
    display: flex;
    font-size: 1rem;
    color: #63636b;
    margin: 0 2px 6px 2px;
}
.news .news-detail-row a {
    color: #63636b;
}
.news .news-detail-row a:hover {
    text-decoration: underline;
}
.news .news-detail-row {
    line-height: 24px;
    margin-bottom: 14px;
}
.news .news-detail-row .news-detail-sort {
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 0.8rem;
}
.news .news-detail-row .news-detail-date {
    color: #a07723;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 1rem;
}
.news .news-detail-row .news-detail-date i {
    margin-right: 10px;
	color: #a07723;
}

.btn-back {
	text-align: right;
	padding-top: 20px;
}
.btn-back a {
	background-color: #325490;
	padding: 5px 20px 7px;
	border-radius: 3px;
	color: #fff;
}
.btn-back a:hover {
	background-color: #7b9ad2;
	color: #fff;
	text-decoration: none;
}


/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
}
a.figure:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    content: '';
    display: inline-block;
    background: rgba(255,255,255,0.15) url(../img/magnifier.png) no-repeat center center;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}


.picture-effect {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.picture-effect img {
	transform: scale(1);
	transition: .3s ease-out all;
}
.picture-effect a {
	display: inline-block;
	position: relative;
}
.picture-effect a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(211 211 211 / 40%);
	z-index: 1;
	opacity: 0;
	transition: .3s ease-out all;
}
.picture-effect a:hover:before {
	opacity: 1;
}
.picture-effect a:hover img {
	transform: scale(1.1);
}



/*-----------聯絡我們----------*/
.content-wrap {
    background: url("../img/web_bg.jpg") no-repeat right top;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 90px;
    background-color: #fff;
}
.contact-info {
    
}
.contact-info ul {
	margin: 0;
    background-color: #d4d4d494;
    padding: 20px 30px;
    list-style: none;
}
.contact-info ul li {
	list-style: none;
	position: relative;
}

.contact-info ul li i {
    display: inline-block;
    width: 20px;
    text-align: center;
	margin: 0 5px;
	padding: 5px 0;
	color: #028ad3;
}

.contact-info ul li [class^="flaticon-"]:before, 
.contact-info ul li [class*=" flaticon-"]:before, 
.contact-info ul li [class^="flaticon-"]:after, 
.contact-info ul li [class*=" flaticon-"]:after {
    margin-right: 0px;
}


.content-wrap .titleBox2{
	text-align: center;
	padding: 0 0 40px 0;
}
.content-wrap .titleBox2 .subTitle {
    display: block;
    font-weight: 600;
    letter-spacing: 0;
	color: #d3b767;
	padding-bottom: 0;
	font-size: 34px;
}
.content-wrap .titleBox2 .subTitle::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #d3b767;
	width: 100px;
	margin: 10px 0;
	margin-left: auto;
	margin-right: auto;
}
.content-wrap .titleBox2 .mainTitle {
    position: relative;
    font-weight: bold;
    font-size: 1.6rem;
    color: #999;
}
.md-30{
	padding-bottom: 60px;
}


/* -------------------------- 實績案例-------------------------- */

.mainArea .titleBox {
    position: relative;
    padding: 10px 0 0;
    margin-bottom: 15px;
    text-align: center;
    margin: 50px 0 0px 0;
}
.titleBox{
    text-align: center;
}
.titleBox h2 {
    font-size: 55px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
  /* font-family: 'Raleway', sans-serif;*/
}
.titleBox p {
    font-size: 20px;
    color: #999;
    letter-spacing: 4px;
    text-indent: 4px;
    font-weight: bold;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.contentBox .facList * + .post-meta i {
    color: #00aebb;
}
.newIcon_pink {
    background: #f48daf;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, #f48daf 0%, #ef4984 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f48daf), color-stop(100%,#ef4984));
    background: -webkit-linear-gradient(-45deg, #f48daf 0%,#ef4984 100%);
    background: -o-linear-gradient(-45deg, #f48daf 0%,#ef4984 100%);
    background: -ms-linear-gradient(-45deg, #f48daf 0%,#ef4984 100%);
    background: linear-gradient(135deg, #f48daf 0%,#ef4984 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f48daf', endColorstr='#ef4984',GradientType=1 );
}
.newIcon_green {
    background: #abd85d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, #abd85d 0%, #81b625 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#abd85d), color-stop(100%,#81b625));
    background: -webkit-linear-gradient(-45deg, #abd85d 0%,#81b625 100%);
    background: -o-linear-gradient(-45deg, #abd85d 0%,#81b625 100%);
    background: -ms-linear-gradient(-45deg, #abd85d 0%,#81b625 100%);
    background: linear-gradient(135deg, #abd85d 0%,#81b625 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abd85d', endColorstr='#81b625',GradientType=1 );
}
.newIcon {
    padding: 5px 8px;
    margin-right: 3px;
    margin-bottom: 3px;
    display: inline-block;
    /*font-family: 新細明體;*/
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    border-radius: 3px;
    letter-spacing: 1px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.mainArea .contentBox {
    clear: both;
    margin-bottom: 50px;
	padding:0 0 0;
}
.mainArea .contentBox P{
	/*padding:0 60px ;*/
}

.contentBox {
}
ul.facList{
	list-style: none;
	margin: 5px;
    padding: 5px;
    height: 100%;
}

ul.facList li {
	float: left;
}
ul.facList li .item{
	position: relative;
	z-index: 5;
	margin:30px 0px;
	text-align: left;
}
ul.facList li .Img{
	overflow: hidden;
	background: #a18768;}
ul.facList li .Img a{
	position: relative;
	display:block;}
ul.facList li .Img img{
	display:block;
	width:100%;
	transition: all 0.8s ease;}
ul.facList li .item:hover .Img img{
	transform:scale(1.1);
position:relative;
z-index:10;
	transition: .9s;
	opacity: 0.8;
}

ul.facList li .Txt{
	margin-top: 25px;}
ul.facList li .Txt h3{
	padding: 10px 0 8px 0;}
ul.facList li .Txt h3 a{
	font-size: 20px;
	font-weight: normal;
	color:#a07723;
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
	text-decoration: none;
	}

ul.facList li .Txt h3 strong{
	font-weight: 300;
    font-family: 'Lato', sans-serif;
    display: block;
    font-size: 16px;
    text-transform:uppercase;
	color:#ad967a;	
}

ul.facList li .Txt p{
	margin-top:7px;
	font-size:15px;
	color: #434343;
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 25px;
    height: 50px;
    overflow: hidden;}
ul.facList li .Txt a.readlink{
	margin: 20px 0 0 0;
	display: inline-block;
	position: relative;
	padding:5px 10px;
	font-size: 13px;
	color: #16336b;
	transition: 0.4s;
	text-decoration: none;
}
ul.facList li:hover .Txt a.readlink{
	color:#fff;
	transition: 0.2s 0.4s;
}

ul.facList li .Txt a.readlink:after{
	content: "";
	position: absolute;
	top: 0%;
	width:0;
	height: 100%;
	left: 0% ;
	z-index: 5;
	display: block;
	background:#16336b;
	transition: 0.4s 0.3s;
}
ul.facList li:hover .Txt a.readlink:after{
	width:100%;
	transition: 0.4s 0.3s;
}
ul.facList li .Txt a.readlink:before{
	content: "";
	position: absolute;
	top: 50%;
	width: 20px;
	height: 1px;
	color:#847260;
	right: calc(100% + 5px);
	display: block;
	background:#16336b;
	transition: 0.3s;
}
ul.facList li:hover .Txt a.readlink:before{
	width: 0px;
	transition: 0.3s;
}
ul.facList li .Txt a.readlink span{
	display: block;
	position: relative;
	z-index: 10;
}
/******內頁******/
.contentBox{}

.contentBox .mainImg{
	float: left;
}

.contentBox .mainImg img{
	width:100%;}

.contentBox .intro{
	padding-left: 50px;
}

.contentBox h1{
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 30px;
    font-size: 26px;
    color: #222;
}
.contentBox p {
    margin-top: 7px;
    font-size: 15px;
    color: #434343;
    line-height: 25px;
}

.news-box {
    margin-bottom: 30px;
    padding: 0px 15px 30px 15px;
}
.news-content {
    padding-bottom: 20px;
    margin-bottom: 20px;
    /*border-bottom: 1px solid #dedede;*/
}
.news-content p {
    color: #666;
    padding: 0 0 10px 0;
}
.back_news {
    text-align: right;
    margin: 50px 60px 10px;
}
.back_news a {
	position: relative;
	display: inline-block;
	padding: 43px 10px 0 10px;
	width: 400px;
	height: 94px;
	background: #222;
	/* background: linear-gradient(45deg, rgba(34,34,34,1), rgba(34,34,34,1), rgba(34,34,34,1)); */
	color: #FFF;
	font-size: 14px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-indent: 0.15em;
	letter-spacing: 0.15em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.back_news a:hover {
	background: linear-gradient(45deg, rgba(0,0,255,.9), rgba(255,255,0,.9), rgba(255,0,0,.9));
	background: -webkit-linear-gradient(45deg, rgba(0,0,255,.9), rgba(255,255,0,.9), rgba(255,0,0,.9));
	background-size: 600% 600%;
	animation: AnimeGrade 10s ease infinite;
	text-decoration: none;
	letter-spacing: 0.28em;
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
	
}
.back_news a::before {
    content: '';
    position: absolute;
    top: 47px;
    right: 0;
    width: 20px;
    height: 1px;
    background-color: #FFF;
    transition: .2s;
}
.back_news a:hover:before {
	width: 40px;
}
.content-main img {
    vertical-align: middle;
    max-width: 100%;
}
.news-content img {
    text-align: right;
    max-width: 100%;
    vertical-align: bottom;
    display: block;
    margin: 0 auto 30px;
}

