@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500&display=swap);
/* same for all edit part */
html {
	font-size: 20px;
}
body {
	color: #333;
	background-color: #fff;
}
.mw-100 {
	position: relative;
	max-width: 100%;
	display: block;
	margin: auto;
}
.w-100 {
	position: relative;
	width: 100%;
	display: block;
}
.bx-wrapper img {
    max-width: initial;
    width: 100%;
    margin: auto;
}
.edit_part {
	/*font-size: 1rem;*/
	line-height: 1.75rem;
	letter-spacing: 1px;
}
.edit_part .center {
	position: relative;
}
.edit-title {
	position: relative;
	max-width: 1200px;
    margin: 20px auto;
}
.edit-title h2 {
	position: relative;
	display: block;
	width: 170px;
	margin: 10px auto 10px 10px;
    padding: 10px 0px 0;
	letter-spacing: 2px;
	font-size: 1.3rem;
	line-height: 2rem;
	color: #333;
	border-bottom: 3px solid #92B4BC; 
}
.edit-title h2 small {
	position: relative;
	display: block;
	font-size: .75rem;
	font-weight: normal;
	line-height: .9rem;
	color: #aaa;
}
.flist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}
.row-reverse {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row reverse;
	-ms-flex-direction: row reverse;
	flex-direction: row-reverse;
}
ul.equalHpart {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
ul.equalHpart li {
	height: auto;
}
.shadow {
    -moz-box-shadow: 4px 4px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 4px 4px 3px rgba(0,0,0,.2);
    box-shadow: 4px 4px 3px rgba(0,0,0,.2);
}
.w-3, .w-4, .w-5, .w-6, .w-7, .w-8, .w-9 {
	width: 100%;
}
.pd-s {
	padding: 2%;
}
.mg-t-3 {
	margin-top: 30px;
}
.mg-b-3 {
	margin-bottom: 30px;
}
.bx-wrapper .bx-pager {
	bottom: 4vw;
}
#products_list .slick-dots {
	position: relative;
	bottom: initial;
}
#products_list .product_img {
	margin-bottom: 10px;
}
@media only screen and (min-width: 568px) {
	@media only screen and (min-width: 767px) {
		.w-3 {width: 25%;}
		.w-4 {width: 33.3333%;}
		.w-5 {width: 41.6666%;}
		.w-6 {width: 50%;}
		.w-7 {width: 58.3333%;}
		.w-8 {width: 66.6666%;}
		.w-9 {width: 75%;}

	}
}


/* menu */
#header {
	position: relative;
	background-color: #5A7E84;
	height: 120px;
}
#logo {
	position: relative;
	margin: 15px 0px;
    width: 300px;
    height: 90px;
}
#navigation {
	margin-top: 0;
	margin-left: 300px;
	padding: 5px 0;
}
#mainnav li {
	position: relative;
	margin: 20px 5px;
	vertical-align: top;
}
#mainnav li a {
    display: block;
    margin: 10px 0;
    padding: 10px 0;
    color: #fff;
}
#mainnav li a:hover {
    color: #fff;
    background-color: transparent;
}
#mainnav li:last-child {
	margin: 12px 0;
	padding: 12px;
}
#mainnav li:last-child a {
	width: 36px;
	height: 36px;
	margin: 0 5px;
	background-size: 36px 36px;
	position: relative;
}
#mainnav .line_topbtn {
	background-image: url(https://onepage.888dweb.com/0952491131/web_images/F166115424178.png);
}
#mainnav .facebook_topbtn {
	background-image: url(https://onepage.888dweb.com/0952491131/web_images/F166115423115.png);
}
#mainnav li:last-child a.mail_topbtn {
	display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	#logo {
		float: none;
	    margin: 10px auto;
	    width: 300px;
	    height: 90px;
	}
	#header {
		padding-top: 5px;
		height: auto;
	}
	#navigation {
		margin-left: 0;
		padding: 0;
		text-align: center;
	}
	#mainnav li {
		margin: 5px 10px;
	}
	#mainnav li a {
		margin: 0;
	}
	#mainnav li:last-child {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 99;
	}
	#mainnav li:last-child a {
		margin: 0 3px;
	}
	#mainnav li:last-child a:before {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	#header {
	    height: 80px;
	    padding-top: 5px;
	}
	#logo {
		width: 233px;
	    height: 70px;
	    float: none;
	    margin: 3px auto 5px 10px;
	}
	.menu-icon {
	    background-image: url(https://onepage.888dweb.com/0952491131/web_images/F166115421644.png);
	}
	#navigation {
		text-align: center;
		z-index: 100;
	    margin-top: 0;
	    margin-left: 0;
	    padding: 0;
	    top: 80px;
	    background-color: #fbfaf9;
	    border-top: 2px solid #919191;
	}
	#mainnav li {
		margin: 0;
	}
	#mainnav li a {
		color: #555;
		padding: 15px;
	}
	#mainnav li a span { 
		margin: auto;
		display: block;
		width: 90px;
		text-align: center;
		text-align: justify;
		text-justify: distribute-all-lines;
		text-align-last: justify
	}
	#mainnav li:last-child{
		margin: 0;
		border-bottom: 4px solid #aaa;
	}
	#mainnav li:last-child a {
    	margin: 8px 5px!important;
	}
	#mainnav li a:hover {
    	color: #444;
	}
}


/* about */
.about-all {
	position: relative;
	padding: 3vw 0;
}
.about-txt {
	position: relative;
	max-width: 1200px;
	margin: auto;
}
.about-txt p {
	position: relative;
	margin: auto;
	padding: 10px;
	max-width: 550px;
}
.about-txt p .ffamily {
	margin: 50px auto;
}
.about-txt .edit-title h2 {
	width: 270px;
	margin: 10px;
}
.aboutA-pic-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-width: 1600px;
	margin-top: 30px;
}
.aboutA-pic-list li {
	position: relative;
	width: 100%;
}
.aboutA-pic-list li img {
	position: relative;
	display: block;
	line-height: 0;
	width: 100%;
}
.aboutA-pic-list li p {
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 1.25rem;
}
.ffamily {
	position: relative;
	display: block;
	color: #004C66;
	font-size: 1.5rem;
	font-weight: normal;
    font-family: 'Noto Serif TC', serif;
}
.ffamily i {
	font-style: initial;
	background-image: url(https://onepage.888dweb.com/0952491131/web_images/F166115417794.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}
.about-txt-bottom {
	position: relative;
	width: 92%;
	max-width: 700px;
	margin: 20px auto;
	padding: 3vw;
	background-color: #CFDEE2;
}
.about-txt-bottom p {
	max-width: 475px;
	margin: auto;
}
.about-item-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.about-item-list li {
	position: relative;
	width: 50%;
	overflow: hidden;
}
.about-item-list li .imgbox {
	display: block;
	width: 100%;
	padding-bottom: 70.58%;
    height: 0;
	left: 0;
	top: 0;	
 	-webkit-transition: all .8s cubic-bezier(.215,.61,.355,1);
    transition: all .8s cubic-bezier(.215,.61,.355,1);
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.about-item-list li .imgbox img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.about-item-list li p {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.35rem;
	font-weight: normal;
    font-family: 'Noto Serif TC', serif;
    text-shadow: 0 0 20px rgb(0 0 0 / 30%);
}
@media only screen and (min-width: 559px){
	.about-txt p {
		margin: 0;
	}
	.aboutA-pic-list li {
		width: 50%;
	}
	.about-txt-bottom {
		margin-right: 5%;
		transform: translateY(-27%);
	}
	@media only screen and (min-width: 768px){
		.about-txt-bottom {
			transform: translateY(-30%);
		}
		.about-item-list li {
			width: 25%;
		}
		.about-item-list li:hover .imgbox {
		    -webkit-transform: scale(1.05);
		    transform: scale(1.05);
		}
		@media only screen and (min-width: 996px){
		}
	}
}


/* report */
.report-all {
	position: relative;
	padding: 3vw 0 3vw;
	background-image: url(https://onepage.888dweb.com/0952491131/web_images/F166115452286.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
.report-txt {
	position: relative;
	max-width: 500px;
	padding: 20px;
	margin: 30px auto;
	text-align: center;
	color: #004C66;
}
.report-txt b {
	font-size: 1.35rem;
	font-weight: normal;
    font-family: 'Noto Serif TC', serif;
}
.report-txt span {
	position: relative;
	display: inline-block;
	word-break: keep-all;
	color: #333;
	font-size: 1rem;
}
.report-txt span i {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 3px;
}
.report-txt span i:before {
	position: absolute;
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	left: 2px;
	top: 5px;
	background-image: url(https://onepage.888dweb.com/0952491131/web_images/F166115415897.png);
}
.report-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 40px auto;
}
.report-list li {
	position: relative;
	width: 33.3333%;
	margin-bottom: 40px;
	padding: 5px;
	text-align: center;
	font-size: .7rem;
	line-height: 1.25rem;
	letter-spacing: 0;
}
.report-list li img {
	box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}
.report-list li p {
	padding: 10px 0px;
}
#cboxCurrent {
	bottom: 18px;
}
@media only screen and (min-width: 559px){
	@media only screen and (min-width: 768px){
		.report-all {
			padding-bottom: 10vw;
		}
		.report-list li {
			width: 16.6666%;
			font-size: .8rem;
		}
	}
}



/* C-mode */
#products_list {
	padding: 4vw 0 0 0;
}
#products_list .edit-title h2 {
	position: relative;
}
#products_list .product_lists_bg {
	display: none;
}
#products_list .product_list_title {
	display: none;
	background-color: transparent;
	max-width: 1200px;
	margin: 20px auto;
	height: 45px;
	text-indent: -9999px;
}
#products_list .products_lists {
	max-width: 1200px;
	margin: 20px auto;	
}
#products_list .products_lists .product_txt .product_name {
	color: #004C66;
}
.add_to_cart {
	display: none;
}
.products_lists .product_txt {
	padding-right: 0;
}
#products_list .products_lists .product_txt a.call-btn {
	position: relative;
	display: block;
	width: 225px;
	padding: 5px;
	padding-left: 20px;
	text-align: center;
	font-size: 1rem;
    line-height: 1.75rem;
	color: #fff;
	margin-top: 10px;
	background-color: #6D9AA7;
	background-image: url(https://onepage.888dweb.com/0952491131/web_images/F166115405813.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 22px;
}
#products_list .products_lists .product_txt a.call-btn:before {
	position: absolute;
	content: '';
	display: block;
	width: 1px;
	height: calc(100% - 10px);
	left: 40px;
	top: 5px;
	background-color: #fff;
}
.products_lists li .slick-dots li {
	width: 15px;
	height: 15px;
	line-height: 1.1rem;
	margin: 0 4px;
}
.products_lists .slick-dots li button {
	width: 15px;
	height: 15px;
}
.products_lists .slick-dots li button:before {
    line-height: 18px;
    width: 15px;
    height: 15px;
}
/* contact */
#Contact {
	position: relative;
	padding: 2vw 0;
	background: url(https://onepage.888dweb.com/0952491131/web_images/F166115407210.jpg) left top no-repeat;
}
#Contact:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(https://onepage.888dweb.com/0952491131/web_images/F166115409019.png) left bottom no-repeat;
	right: 0;
	top: 0;
	background-size: contain;
	opacity: .8;
}
.contact_part .center {
	position: relative;
    padding: 0 0 50px 0;
    background-color: transparent;
    background-image: none;
}
.contact_title {
	display: none;
}
.contact_quick_social {
	/*margin: 10px 0;*/
	display: none;
}
.contact_quick_social:after {
	display: none;
}
#Contact .edit-title + p {
	width: 100%;
	text-align: center;
    margin: 20px 0 0 auto;
	padding: 15px;
	font-size: .9rem;
}
.table01 {
	border-radius: 0;
    background-color: rgba(255,255,255,0.75);
}
.formstyle {
	color: #444;
	font-size: 0.9rem;
}
.buttoneffect {
    color: #476B76;
    border: 1px solid #476B76;
}
.buttoneffect.emphasis {
	color: #fff;
	background: rgb(126,153,161);
background: linear-gradient(90deg, rgba(126,153,161,1) 0%, rgba(71,107,118,1) 100%);
}
.formstyle ul li {
	padding-left: 165px;
}
.form_title {
	width: 165px;
	margin-left: -173px;
}
@media screen and (max-width: 768px){
	#Contact:before {
	}
	@media only screen and (max-width:479px) {
		.formstyle ul li {
			padding-left: 5px;
		}
		.form_title {
			margin-left: 0;
		}
	}
}



/* footer */
.to_top {
    background-image: none;
    display: none;
    position: fixed;
    z-index: 9998;
    bottom: 2%;
    right: 5%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    text-indent: -9999px;
    background-color: #446169;
    border-radius: 50px;
}
.to_top:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.total_num {
	display: block;
	margin-bottom: 10px;
}
.main_color_bg {
	
}
.footer {
	position: relative;
	padding: 0;
	color: #fff;
	background: transparent;
	font-size: .95rem;
}
.footer a {
	color: #fff;
}
.footer .copyR {
	position: relative;
	margin: auto;
	text-align: center;
	font-size: 14px;
	padding: 15px;
	color: #fff;
	background: transparent;
}
.footer .copyR a {
	color: #fff;
}
.footer {
	position: relative;
	padding-top: 0;
	text-align: left;
	overflow: hidden;
	border-top: 12px solid #476B76;
}
/* */
.footer:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(https://onepage.888dweb.com/0952491131/web_images/F166115414650.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.footer-all {
	position: relative;
	padding: 6vw 0;
}
.footer-all .flist {
	max-width: 1200px;
	margin: auto;
}
.logo-footer-pic {
	position: relative;
	width: 70%;
	margin: auto;
	max-width: 285px;
}
.footer-info {
	position: relative;
	max-width: 300px;
	margin: auto;
	margin-top: 30px;
	padding-left: 40px;
}
.footer-info li {
	position: relative;
	margin: 5px 0;
	padding: 5px 0;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size: 32px;
}
.footer-info .line {
	background-image: url(https://onepage.888dweb.com/0952491131/web_images/F166115410609.png);
}
.footer-info .tel {
	background-image: url(https://onepage.888dweb.com/0952491131/web_images/F166115412881.png);
}
@media screen and (min-width: 768px){
	.footer-info {
		border-left: 1px solid #fff;
	}
}



.float-btn {
	position: fixed;
    z-index: 100;
    width: 72px;
    right: 50px;
    top: 180px;
}
.float-btn a {
	display: block;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    margin: 5px 0;
    opacity: .8;
    background-position: center center;
    background-repeat: no-repeat;
	background-size: 58px 58px;
}
.float_call {
	background-color: #FDD23C;
	background-image: url(https://onepage.888dweb.com/0952491131/web_images/F166115412881.png);
}
.float_line {
	background-color: #47D001;
	background-image: url(https://onepage.888dweb.com/0952491131/web_images/F166115410609.png);
}
.float-btn a:hover {
	opacity: 1;
}
@media screen and (max-width: 768px){ 
	.float-btn  {
		width: 50px;
		right: 15px;
    	top: 150px;
	}
	.float-btn a {
		width: 50px;
		height: 50px;
    	background-size: 40px 40px;
    	border-width: 3px;
	}
}