@charset "utf-8";
html, body {
	font-family: "微軟正黑體", "新細明體", Arial;
	  margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #333333;
    font-size: 12px;
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", sans-serif !important;

}
.ulbox,
.layout-full.top ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.flexbox,
.layout-pn,
.layout-pn .pagination,
.layout-pn .pagination .button,
.layout-full.top,
.layout-full.top .callus,
.layout-full.top .nav>li>a,
.block-title,
.common-button,
.layout-full.banner,
.layout-center.footer {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.trans,
a:hover,
.button-hb hr,
.button-hb:before,
.button-hb:after,
.layout-full.top .nav,
.layout-full.top .nav>li>a:before,
.layout-full.top .nav>li>a:after,
.layout-full.top .nav .switch ul {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#banner .btn {
	position: absolute;
	bottom: 50px;
	right: 60px;
	font-size:20px;
	z-index: 99;
	background: rgba(225, 225, 225, 0.5);
	color: #005DAA;
	font-weight: bold;
	border: 2px solid #005DAA;
	border-radius: 10px;
	padding: 1rem 1.5rem;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

#banner .btn:hover {
	bottom: 60px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

@media (max-width:991.98px) {
	#banner .btn {
		bottom: 10px;
		right: 10px;
		font-size:15px;
	}
	#banner .btn:hover {
		bottom: 15px
	}
}
.scrollin,
.scrollin-top,
.scrollin-left {
	visibility: hidden;
}

.layout-full {
	min-width: 1440px;
	flex-shrink: 0;
	/*position: relative;*/
}

.layout-center {
	width: 1440px;
	display: block;
	padding: 0 20px;
	margin: auto;
}



@media only screen and (min-width: 601px) and (max-width: 1023px) {
    .topInfo-inner {
        width: 100%
    }
}
@media only screen and (max-width: 600px) {
    .topInfo-inner {
        width: 100%
    }
}
.leftInfo {
    float: right
}
@media only screen and (max-width: 600px) {
    .leftInfo {
        float: left;
        margin-left: 20px
    }
}
.leftInfo ul li {
    float: left;
    color: #fff;
    height: 50px;
    margin-right: 20px
}
@media only screen and (max-width: 600px) {
    .leftInfo ul li b {
        display: none
    }
}
.leftInfo ul li i.fa {
    font-size: 1.8em;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 50px
}
.leftInfo ul li a {
    color: #fff
}





.centerInfo {
    float: right
}
.centerInfo ul li {
    float: left;
	margin-left: 7px;
	margin-right: 7px;
    height: 50px
}
.centerInfo ul li i.fa {
    font-size: 1.3em;
    vertical-align: middle
}
.centerInfo ul li a {
    width: 100px;
    height: 50px;
    display: block;
    line-height: 0px;
    color: #fff;
    text-align: center
}
.centerInfo ul li a img {
    margin-top: 10px
}


.layout-full.top {
	
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 30%, #ffffff 30% ,#ffffff 100%);
	height: 80px;
	justify-content: space-between;
	z-index: 4;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.layout-full.top .logo {
	float: left;
	margin-left: 30px;
}

.layout-full.top .callus {
	float: right;
	height: 100%;
	width: 192px;
	background-color: #0067A6;
}

.layout-full.top .callus a {
	font-size: 19px;
	line-height: 20px;
	color: #FFF;
	text-decoration: none;
}

.layout-full.top .nav,
.layout-full.top .nav li,
.layout-full.top .nav li a {
	height: 100%;
}

.layout-full.top .nav {
	float: right;
	margin-right: 9px;
	margin-left: auto;
}

.layout-full.top .nav li,
.layout-full.top .nav li a {
	float: left;
}

.layout-full.top .nav>li {
	margin-left: 5px;
	width: 120px;
}

.layout-full.top .nav .switch {
	position: relative;
}

.layout-full.top .nav>li>a {
	text-decoration: none;
	font-size: 20px;
	color: #000;
	position: relative;
	width: 100%;
}

.layout-full.top .nav>li>a:before {
	position: absolute;
	left: 50%;
	right: 50%;
	height: 3px;
	bottom: 0px;
	content: "";
	background-color: #0094CE;
}

.layout-full.top .nav>li>a:hover:before {
	left: 0;
	right: 0;
}

.layout-full.top .nav .switch ul {
	max-width: none;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 120%;
	left: 50%;
	width: 190px;
	margin-top: -3px;
	margin-left: -95px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0094CE;
	background-color: #3998b2;
}

.layout-full.top .nav .switch.active ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.layout-full.top .nav .switch ul li,
.layout-full.top .nav .switch ul li a {
	float: left;
	width: 100%;
}

.layout-full.top .nav .switch ul li a {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding: 11px;
}

.layout-full.top .nav .switch ul li a:hover {
	background-color: #2e7a8f;
}

.layout-full.top .nav .switch ul li:not(:last-child) {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #017772;
}

.layout-full.bottom {
	background-color: #0067A5;
	padding: 12px 0;
	font-size: 15px;
	line-height: 36px;
	color: #000;
	text-align: center;
}

.layout-center.bottom a {
	color: #000;
	text-decoration: none;
	display: inline-block;
}

.layout-full.footer {
	color: #000;
	background-color: #d48f0c;
	padding: 25px 0;
}

.footer-list {
	float: left;
	width: 30.71%;
}

.footer-list.a {
	text-align: center;
}

.footer-list.a .logo {
	margin-bottom: 20px;
}

.footer-list.a .info {
	text-align: left;
	line-height: 27px;
	font-size: 14px;
}

.footer-list.b {
	margin-right: 3.93%;
	margin-left: 3.93%;
}

.footer-list.b .box {
	display: block;
	font-size: 18px;
	text-align: left;
}

.footer-list.b .box img {
	margin-right: 12px;
	position: relative;
    top: 5px;
}

.footer-list.b .box:not(:last-child) {
	margin-bottom: 10px;
}

.footer-list.c iframe {
	float: left;
	height: 260px;
	width: 100%;
}

.layout-full.banner {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
	height: 400px;
	align-content: center;
}

.layout-full.banner .slogan {
	display: inline-block;
	padding: 0 10px;
	font-size: 40px;
	line-height: 50px;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.layout-full.middle {
	flex: 1 0 auto;
	padding-bottom: 80px;
	padding-top: 40px;
}

.block-title {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.common-button {
	color: #FFF;
	text-decoration: none;
	float: left;
	height: 40px;
	border-radius: 20px;
	background-color: #c4c4c4;
}

.common-button:hover {
	background-color: #0072b8;
}

.fixed-box {
	position: fixed;
	z-index: 5;
	top: 50%;
	right: 12px;
	width: 60px;
}

.fixed-box a,
.fixed-box a img {
	float: left;
	width: 100%;
}

.fixed-box a {
	margin: 5px 0;
}

.nav-switch {
	float: left;
	width: 35px;
	text-decoration: none;
	display: none;
	position: relative;
	z-index: 5;
}

.button-hb {
	width: 100%;
	float: left;
}

.button-hb hr,
.button-hb:before,
.button-hb:after {
	background-color: #FFFFFF;
	border: none;
	display: block;
	height: 1px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.button-hb:before,
.button-hb:after {
	content: '';
}

.button-hb hr {
	margin: 7px auto;
}

.button-hb.active:before {
	transform: translateY(8px) rotateZ(45deg);
}

.button-hb.active:after {
	transform: translateY(-8px) rotateZ(-45deg);
}

.button-hb.active hr {
	width: 0;
}

.layout-pn {
	margin-top: 30px;
}

.layout-pn .pagination .button {
	float: left;
	color: #4b4b4b;
	text-decoration: none;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 8px;
	font-size: 16px;
	line-height: 25px;
}

.layout-pn .pagination .button:hover,
.layout-pn .pagination .button.selected {
	color: #0072B8;
}

.layout-pn .pagination .button.arrow {
	background-color: #C4C4C4;
	height: 25px;
	width: 25px;
	border-radius: 50%;
}

.rwd-table {
	border-spacing: 0;
	border-collapse: collapse;
	float: left;
	width: 100%;
}

.rwd-table>tbody>tr>td {
	padding: 0px;
}


@media screen and (max-width: 1440px) {
	.layout-full {
		min-width: inherit;
	}
	.layout-center {
	
		width: 100%;
	}
	.layout-full.footer {
   
    padding-bottom: 70px;
}
}



@media screen and (max-width: 1040px) {
	.layout-full.top .callus,
	.layout-full.top .nav>li>a:before {
		display: none;
	}
	.nav-switch {
		display: block;
	}
	.space-top {
		margin-top: 80px;
	}
	.layout-full.top {
		padding: 0 20px;
		position: fixed;
		left: 0px;
		top: 0px;
	}
	.layout-full.top .logo {
		margin-left: 0;
	}
	.layout-full.top .nav,
	.layout-full.top .nav li,
	.layout-full.top .nav li a {
		height: auto;
	}
	.layout-full.top .nav {
		margin: 0;
		background-color: #303030;
		position: fixed;
		top: 80px;
		right: -100%;
		width: 380px;
		bottom: 0px;
		overflow: auto;
		overflow-x: hidden;
	}
	.layout-full.top .nav.active {
		right: 0;
	}
	.layout-full.top .nav>li,
	.layout-full.top .nav>li>a {
		width: 100%;
	}
	.layout-full.top .nav>li {
		margin-left: 0px;
	}
	.layout-full.top .nav>li>a {
		display: block;
		padding: 10px 20px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #4C4C4C;
	}
	.layout-full.top .nav .switch>a:after {
		content: "";
		margin-left: 15px;
		background-image: url(/images/nav-arrow.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 100%;
		height: 6px;
		width: 9px;
		display: inline-block;
	}
	.layout-full.top .nav>li>a:hover,
	.layout-full.top .nav .switch.active>a {
		background-color: #262626;
	}
	.layout-full.top .nav .switch.active>a:after {
		transform: rotateX(180deg);
	}
	.layout-full.top .nav .switch ul {
		position: relative;
		opacity: 1;
		top: 0;
		left: 0;
		width: 100%;
		margin-top: 0px;
		margin-left: 0px;
		border: none;
		background-color: #3a3a3a;
		display: none;
		visibility: visible;
		float: left;
	}
	.layout-full.top .nav .switch.active ul {
		display: block;
		top: 0;
	}
	.layout-full.top .nav .switch ul li a {
		text-align: left;
		padding: 10px 20px;
	}
	.layout-full.top .nav .switch ul li a:hover {
		background-color: #004D7D;
	}
	.layout-full.top .nav .switch ul li:not(:last-child) {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #4C4C4C;
	}
	.footer-list {
		width: 100%;
	}
	.footer-list.b {
		margin: 30px 0;
	}
	.layout-full.banner {
		height: 300px;
	}
}



@media screen and (max-width: 760px) {
	.rwd-table>th {
		display: none;
	}
	.rwd-table>tbody>tr>td {
		float: left;
		width: 100%;
		display: block;
	}
	.layout-full.banner {
		height: 220px;
	}
}



@media screen and (max-width: 480px) {
	.space-top {
		margin-top: 60px;
	}
	.layout-full.top {
		height: 60px;
	}
	.layout-full.top .logo {
		width: 130px;
	}
	.layout-full.top .nav {
		top: 60px;
	}
	.nav-switch {
		width: 28px;
	}
	.layout-full.banner {
		height: 160px;
	}
	.layout-full.middle {
		padding-bottom: 40px;
	}
	.layout-pn {
		margin-top: 0;
	}
	.fixed-box {
		width: 40px;
	}
	.layout-full.banner {
		flex-direction: column;
	}
	.layout-full.banner .slogan {
		padding: 0 5px;
		font-size: 23px;
		line-height: 30px;
	}
}

.home-banner img {
	display: block;
	margin: auto;
}

.home-block {
	padding-top: 30px;
	padding-bottom: 75px;
}

.service-top {
	text-align: center;
}

.layout-full.service {
	background-image: url(images/bg-home-service.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.service-list {
	float: left;
	width: 25%;
	text-decoration: none;
	margin-top: -1px;
	margin-left: -1px;
	border: 1px solid #cacaca;
}

.service-list .image,
.service-list .image img,
.service-list .title {
	float: left;
	width: 100%;
}

.service-list .image {
	position: relative;
}

.service-list .image:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.35);
	transition: all 0.3s ease-in-out;
}

.service-list:hover .image:after {
	opacity: 0;
}

.service-list .title {
	color: #232323;
	text-align: center;
	background-color: #FFF;
	padding: 16px;
}

.service-list:hover .title {
	background-image: url(images/home-service-list.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-size: 100% 100%;
	color: #FFF;
}

.layout-center.articles {
	padding: 0px;
}

.articles-list {
	float: left;
	width: 33.33%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom:  10px;
}


.articles-list .box,
.articles-list .box i {
	float: left;
	width: 100%;
}

.articles-list .box {
	text-decoration: none;
	background-color: #FFF;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.articles-list .box .image {
	position: relative;
	padding-top: 63.63%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.articles-list .box .image:before {
	content: "";
	position: absolute;
	transition: all 0.3s ease-in-out;
}

.articles-list .box .image:before {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 114, 184, 0.3);
	opacity: 0;
	z-index: 2;
}

.articles-list .box:hover .image:before {
	opacity: 1;
}

.articles-list .box .image .hover {
	z-index: 3;
	right: 0px;
	bottom: -25px;
	position: absolute;
	transition: all 0.3s ease-in-out;
}

.articles-list .box:hover .image .hover {
	right: 50%;
	bottom: 50%;
	margin-right: -25px;
	margin-bottom: -25px;
}

.articles-list .box .info {
	padding: 25px;
}

.articles-list .box .info .date {
	font-size: 16px;
	color: #0086ca;
	line-height: 23px;
}

.articles-list .box .info .title {
	font-size: 21px;
	color: #087dbc;
	line-height: 2px;
	padding: 12px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.articles-list .box .info .detail {
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
}

.home-block.process:after {
	content: "";
	background-image: url(images/bg-contact-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

@media screen and (max-width: 760px) {
	.service-list {
		width: 50%;
	}
	.articles-list {
		width: 50%;
		margin-bottom: 30px;
	}
	.articles-list:last-child {
		display: block;
	}
}

@media screen and (max-width: 480px) {
	.home-banner img {
		display: none;
	}
	.home-banner {
		background-image: url(upload/banner_home_5741f.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 100%;
		height: 180px;
	}
	.articles-list {
		width: 100%;
	}
	.home-block {
		padding-bottom: 35px;
	}
}
    .topInfo {
    width: 100%;
    height: 50px;
    background: #980703;
    line-height: 50px;
    position: fixed;
    z-index: 1040;
	box-shadow: 0 0 1px rgb(0 0 0 / 80%);
}

.topInfo-inner {
    width: 100%;
    margin: 0 auto
}
@media only screen and (min-width: 601px) and (max-width: 1023px) {
    .topInfo-inner {
        width: 100%
    }
}
@media only screen and (max-width: 600px) {
    .topInfo-inner {
        width: 100%
    }
}
 .topInfo img{
 	width: 100%;
 }
  .topInfo ul {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}
.m_menu{
	display:none;}


	@media screen and (max-width: 1023px){
		.flexslider{
			margin-top: 103px;
		}
.m_menu{
	display:block;
	width:100%;
	box-shadow:0 2px 5px rgba(126, 126, 126, 0.68);
	position:fixed;
	top:50px;
	left:0;
	z-index:1039;}

.m_menu .mask{
	display:none;
	background:rgba(0,0,0,0.6);
	position:fixed;
	width:100%;
	height:100%;
	padding-bottom:60px;
	top:0;
	left:0;
	z-index:10;}

.m_menu .controlBox{
	background:  #f8f3f1;
	position:relative;
	z-index:99;
	/*box-shadow: inset 0 15px 35px #ffffff;*/
}

.m_menu .controlBox a.main{
	display: block;
    float: left;
    width: 50px;
    height: 50px;
    font-size: 20px;
    
	color: #088626;
    line-height: 50px;
    text-align: center;}
	
.m_menu .controlBox .m_logo{
	float:left;
	padding-top:4px;}
	
.m_menu .controlBox .m_logo img{
	display:block;
	width: 100px;}

.m_menu .controlBox .right{
	float:right;
	position:relative;
	padding:12px 12px 12px 0;}

.m_menu .controlBox .right > a{
	background-color: #ffffff;
	display: block;
	padding: 5px 7px;
	font-size: 12px;
	color: #067629;
	border:1px solid #067629;}
    
.m_menu .controlBox .right .submenu{
	display:none;
	width: 100px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;}

.m_menu .controlBox .right .submenu a{
	display:block;
	padding:10px 20px;
	background:rgba(255,255,255,0.7);
	font-size:13px;
	color:#292929;
	text-align:center;
	margin-top:1px;}

.m_menu .controlBox .language:hover .submenu{
	display:block;}

.m_menu .hideBox{/*手機menu內容*/
	display:none;
	background:rgba(56, 56, 56, 0.8);
	width:100%;
	padding:105px 0;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
	
	position:fixed;
	left:0;
	top:63;
	bottom:0;
	z-index:11;
	
	box-sizing:border-box;}

.m_menu .hideBox .m_trans{
	padding:25px 0;
	text-align:center;}

.m_menu .hideBox .m_trans > div{
	display:inline-block;}

.m_menu .hideBox hr{
	clear:both;
	border:none;
	margin:30px auto;
	width:30px;
	height:1px;
	background:#9E9E9E;}

.m_menu .hideBox b{
	margin-bottom:10px;
	display:block;
	color:#FFF;
	font-weight:normal;
	text-transform:uppercase;}

.m_menu .language{
	text-align:center;	
	position:relative;}

.m_menu .language a{
	display:inline-block;
	color:#919191;
	padding:3px 5px;}

.m_menu .bookLink{
	text-align:center;}

.m_menu .bookLink a{
	display:block;
	max-width:200px;
	margin:0 auto;
	margin-top:10px;
	padding:10px 20px;
	background:#866943;
	font-size:12px;
	color:#FFF;
	
	border-radius:3px;}

.m_menu .bookLink a:first-child{
	margin-top:0;}

.m_menu .hideBox p.sp{
	display:none;
	padding:10px;
	font-size:13px;
	color:#FFF;
	background: #C80303;}

.m_menu .mfun{
	padding:20px 0;
	text-align:center;}

.m_menu .mfun a{
	margin:0 1px;
	display: inline-block;
	font-size: 20px;
	background:#AD9153;
	color: #FFF;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;}

.m_menu ul.nav{}
	
.m_menu ul.nav li{
	border-top: 1px solid rgba(111, 111, 111, 0.64);}

.m_menu ul.nav li a{
	padding:20px 10px;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	display:block;
	font-size:15px;
	color:#FFF;
	text-align:center;
	
	position:relative;}
	
.m_menu ul.nav li a:hover{}
	
.m_menu ul.nav li a i{
	display:block;
	
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-7px;}

.m_menu ul.nav li .submenu{
	display:none;}

.m_menu ul.nav li .submenu a{
	padding:10px 20px;}

.m_menu ul.nav li .submenu a:hover{
	background:#403D3D;}
		.bookArea{
		position:static;}

		.wrap{
	width:100%;
	padding:0 20px;}




	}
	.l-slider__wrap--bg img {
		-webkit-filter: blur(36px) !important;
		filter: blur(36px) !important;
		filter: blur(36px) !important;
	}