@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

body {
	line-height: 1
}

ol, ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after {
	content: "";
	content: none
}

q:before, q:after {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

* {
	font-family: "微軟正黑體";
	box-sizing: border-box
}

a {
	text-decoration: none !important;
}

img {
	max-width: 100%
}

button:focus, input:focus, select:focus, textarea:focus {
	outline: none
}

/*top*/

#gotop {
	display: none;
	position: fixed;
	right: 19px;
	bottom: 138px;
	cursor: pointer;
	z-index: 9999;
}

#gotop img {
	width: 70px;
	height: auto;
}

/*Banner*/

#banner {
	position: relative;
	overflow: hidden;
	z-index: 98;
	margin-top: 92px;
}

@media screen and (max-width: 768px) {
	#banner {
		position: relative;
		overflow: hidden;
		z-index: 98;
		margin-top: 62px;
	}
}

#banner .img {
	white-space: nowrap;
	position: absolute;
}

#banner .img img {
	vertical-align: top;
}

#banner_control {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	z-index: 100;
}

#banner_control img {
	width: 23px;
}

#banner #banner_control span {
	cursor: pointer;
	padding: 0 12px;
}

#banner #banner_control span img:nth-child(2) {
	display: none;
}

#banner #banner_control span img:nth-child(1) {
	display: inline-block;
}

#banner #banner_control span:active img:nth-child(1), #banner #banner_control span.now img:nth-child(1) {
	display: none;
}

#banner #banner_control span:active img:nth-child(2), #banner #banner_control span.now img:nth-child(2) {
	display: inline-block;
}

/*Banner End*/

/*header start*/

header {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #000043;
	padding: 15px 8% 0px 10.7%;
	z-index: 99;
	background: url('../images/website_image/header-bg.png')no-repeat;
	background-size: 100% 100%;
}

@media screen and (max-width: 1278px) {
	header {
		padding: 20px 2% 20px 2%;
	}
}

@media screen and (max-width: 768px) {
	header {
		padding: 0;
		border-bottom: none;
	}
}

header>.logo-wrapper {
	width: 105px;
	padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
	header>.logo-wrapper {
		width: 105px;
		z-index: 99;
		padding: 5px 0px 5px 0px;
	}
}

header>.logo-wrapper a {
	width: 100%;
	display: block;
}

header>.logo-wrapper a:hover img {
	animation: bounceIn .6s;
}

header>.logo-wrapper>a>img {
	display: block;
	width: 100%;
}

@media screen and (max-width: 768px) {
	header>.logo-wrapper a {
		width: 105px;
		display: block;
	}
}

header>nav {
	width: calc(100% - 105px);
}

@media screen and (max-width: 768px) {
	header>nav {
		width: 100%;
		display: none;
		background: #efefef;
		padding: 0px 0 0px
	}
}

header>nav>ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-start;
	align-content: flex-start;
}

header>nav>ul>li {
	padding: 20px 32px;
	position: relative;
	cursor: pointer;
	text-align: center;
}

header>nav>ul>li::after {
	content: '';
	display: inline-block;
	position: absolute;
	background: url('../images/website_image/header-icon.png')no-repeat;
	background-size: 100% 100%;
	widows: 0px;
	height: 0px;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%);
	bottom: 0px;
}

header>nav>ul>li:hover::after {
	width: 80%;
	height: 14px;
	translate: .5s;
	border-bottom: 3px #fe1216 solid;
}

@media screen and (max-width:768px) {
	header>nav>ul>li::after {
		display: none;
	}
}

@media screen and (max-width:1024px) {
	header>nav>ul>li {
		padding: 20px 9px;
	}
}

@media screen and (max-width:844px) {
	header>nav>ul>li {
		padding: 20px 5px;
	}
}

@media screen and (max-width:768px) {
	header>nav>ul>li {
		position: relative;
		text-align: center;
		padding: 0px 0;
		width: 100%;
	}
}

header>nav>ul>li>a {
	width: 100%;
	overflow: hidden;
	z-index: 2;
	text-align: center;
}

@media screen and (max-width: 768px) {
	header>nav>ul>li>a {
		width: fit-content;
		padding: 14px 14px 14px 5%;
		margin: 0 auto;
		min-width: 136px;
		text-align: left
	}
	header>nav>ul>.has_sub_btn>span {
		width: 15px;
		height: 13px;
		background: url('../images/website_image/phone-arrow.png')no-repeat;
		background-size: 100%;
		position: absolute;
		top: 17px;
		right: 57px;
	}
}

/*手機板第二層下拉箭頭轉*/

header>nav>ul>.tran>span {
	transform: rotate(180deg);
}

header>nav>ul>li>a>b {
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0px;
	line-height: 15px;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-weight: 400;
}

@media screen and (max-width: 768px) {
	header>nav>ul>li>a>b {
		font-weight: 600;
		font-size: 1rem;
		letter-spacing: 0px;
		line-height: 15px;
		color: #595757;
		display: block;
		text-align: center;
	}
}

header>nav>ul>li>a>span {
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0px;
	line-height: 15px;
	color: #fff;
	display: block;
	text-align: center;
	font-weight: 400;
	padding-top: 5px;
}

@media screen and (max-width: 768px) {
	header>nav>ul>li>a>span {
		font-weight: 600;
		font-size: 15px;
		letter-spacing: 0px;
		line-height: 15px;
		color: #595757;
		display: block;
		text-align: center;
		font-weight: 400;
		padding-top: 5px;
	}
}

header>nav>ul>li>a:hover>b {
	color: #ff1216;
}

header>nav>ul>li>a:hover>span {
	color: #ff1216;
}

header>nav>ul>li>ul {
	width: 100%;
	background: #efefef;
	background-size: 100%;
	position: absolute;
	top: 76px;
	left: 0px;
	display: none;
}

@media screen and (max-width: 768px) {
	header>nav>ul>li>ul {
		width: 100%;
		background: #ff1216;
		border-top: none;
		position: relative;
		top: 0px;
		left: 0px;
		display: none;
	}
}

header>nav>ul>li>ul>li {
	padding: 15px 0px;
	text-align: center;
}

header>nav>ul>li>ul>li>a {
	font-size: 15px;
	color: #000043;
	font-weight: 400;
}

@media screen and (max-width: 768px) {
	header>nav>ul>li>ul>li>a {
		font-size: 15px;
		color: #fff;
		font-weight: 600;
	}
}

@media screen and (min-width: 769px) {
	header>nav>ul>li:hover>ul {
		display: block !important
	}
}

/*index news*/

.index-news {
	padding: 131px 12% 0
}

@media screen and (max-width: 768px) {
	.index-news {
		padding: 36px 7.1875% 0 5.9375%
	}
}

/* titel */

.index-news .title {
	text-align: center;
	width: 100%;
	padding-bottom: 50px;
}

.index-news .title>b {
	font-size: 35px;
	color: #003366;
	font-weight: 400;
}

.index-news .title>span {
	font-size: 22px;
	color: #ff1216;
	font-weight: 400;
	display: block;
	padding-top: 10px;
}

.index-news .title>span>b {
	font-weight: 200;
	padding: 0px 30px;
	font-size: 22px;
}

.index-news .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
	padding: 0 20px 20px 4px;
	margin-bottom: 56px;
}

@media screen and (max-width: 768px) {
	.index-news .list {
		margin-bottom: 33px;
		padding: 0 0px 0 0px;
	}
}

.index-news .list .date {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	line-height: 18.2px;
	letter-spacing: 1.04px;
	color: #000043;
	width: 90px;
	height: 90px;
	box-shadow: 0px 0px 10px #ccc;
	border-radius: 50px;
	transition: .5s;
}

.index-news .list .date>b {
	text-align: center;
	line-height: 1rem;
	font-weight: 600;
	font-size: 20px;
	margin-top: 7px;
}

.index-news .list .date>i {
	text-align: center;
	font-weight: 600;
	font-size: 17px;
	font-style: normal;
	margin-top: -28px;
}

@media screen and (max-width: 768px) {
	.index-news .list .date {
		margin: 0 auto 0px
	}
}

.index-news .list .data {
	width: calc(100% - 185px);
	padding: 0 0 0 22px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.index-news .list .data {
		width: 100%;
		padding: 0
	}
}

.index-news .list .data .name {
	font-size: 16px;
	line-height: 22.4px;
	letter-spacing: 0px;
	color: #003366;
	padding: 4px 0 0;
	margin-bottom: 6px;
	display: block;
	padding-bottom: 8px;
	font-weight: 600;
	border-bottom: 1px solid #ff1216;
}

.index-news .list:hover .data .name {
	color: #ff1216;
	transition: .5s;
}

@media screen and (max-width: 768px) {
	.index-news .list .data .name {
		font-size: 16px;
		line-height: 19.95px;
		letter-spacing: 0px;
		color: #595757;
		margin: 0 0 6px;
		text-align: center;
	}
}

.index-news .list .data .text {
	font-size: 14px;
	line-height: 23.24px;
	letter-spacing: 0px;
	color: #727171;
	font-weight: 400;
	display: block
}

@media screen and (max-width: 768px) {
	.index-news .list .data .text {
		font-size: 15px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #727171;
		font-weight: 400
	}
}

/* more */

/*more*/

.index-news .more {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 58px 2% 50px 0px;
}

@media screen and (max-width:768px) {
	.index-news .more {
		width: 100%;
		display: flex;
		justify-content: center;
	}
}

.index-news .more>a {
	padding: 5px 0 0px;
	font-size: 20px;
	font-family: "Times New Roman";
	font-weight: 600;
	display: block;
	text-align: center;
	color: #003366;
	position: relative;
	background: url('../images/website_image/more2.png')no-repeat;
	background-size: 100%;
	width: 110px;
	height: 34px;
}

.index-news .more>a>b {
	color: #ffc050;
	font-weight: 900;
	font-size: 25px;
}

/* index-about */

.index-about {
	width: 100%;
	background: url('../images/website_image/about-bg.png')no-repeat;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	padding: 90px 5% 0px 5%;
}

.index-about .about-box {
	width: 56%;
}

@media screen and (max-width:1024px) {
	.index-about .about-box {
		width: 90%;
		margin: 0 auto;
	}
}

.index-about .about-box .title {
	padding-bottom: 30px;
	display: block;
	margin-left: 6%;
}

.index-about .about-box .title {
	padding-bottom: 30px;
	display: block;
	margin-left: 5%;
}

.index-about .about-box .title>span {
	font-weight: 400;
	font-size: 35px;
	color: #fff;
}

@media screen and (max-width:768px) {
	.index-about .about-box .title>span {
		font-weight: 400;
		font-size: 28px;
		color: #fff;
	}
}

.index-about .about-box .title>b {
	font-weight: 400;
	font-size: 22px;
	color: #ff1216;
}

.index-about .about-box>p {
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: 29px;
	padding-bottom: 42px;
	text-indent: 2em;
}

.index-about .about-pic {
	width: 35%;
	margin-left: 95px;
}

@media screen and (max-width:1024px) {
	.index-about .about-pic {
		width: 80%;
		margin-left: 0px;
		margin: 0 auto;
	}
}

.index-about .more {
	width: 100%;
	margin: 35px auto 75px;
	text-align: center;
}

.index-about .more a {
	width: 115px;
	height: 34px;
	background: url('../images/website_image/more.png')no-repeat;
	background-size: cover;
	display: block;
	font-size: 20px;
	color: #ff1216;
	font-family: 'Times New Roman';
	padding-top: 6px;
	margin: 0 auto;
}

.index-about .more a:hover {
	color: #fff;
}

/*index-product*/

.index-product {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	width: 100%;
	padding: 80px 10% 0 10%;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 768px) {
	.index-product {
		width: 100%;
		padding-top: 20px
	}
}

/* title */

.index-product .title {
	text-align: center;
	padding-bottom: 87px;
	padding-top: 87px;
	width: 100%;
}

.index-product .title>b {
	font-size: 35px;
	color: #003366;
	font-weight: 400;
}

.index-product .title>span {
	font-size: 22px;
	color: #ff1216;
	font-weight: 400;
	display: block;
	padding-top: 10px;
}

.index-product .title>span>b {
	font-weight: 200;
	padding: 0px 15px;
}

.index-product aside {
	width: 225px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.index-product aside {
		width: 100%
	}
}

.index-product aside .name {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
	font-size: 15px;
	line-height: 19.6px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 600;
	height: 47px;
	margin: 0 auto;
	padding: 0px 0;
	background: #003366;
	padding-top: 12px;
	position: relative;
}

.index-product aside .name::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 18px 18px 0;
	border-color: transparent #ffffff transparent transparent;
	right: 0px;
	top: 0px;
}

@media screen and (max-width: 768px) {
	.index-product aside .name {
		margin: 5px auto;
	}
}

.index-product aside .name>span {
	font-size: 21px;
	color: #fff;
	font-weight: 600;
	padding-left: 10px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.index-product aside .mobile_arrow {
		position: absolute;
		background: url('../images/website_image/phone-arrow2.png');
		background-size: 100%;
		height: 19px;
		width: 19px;
		top: 20px;
		right: 28%;
	}
}

@media screen and (max-width: 500px) {
	.index-product aside .mobile_arrow {
		position: absolute;
		background: url('../images/website_image/phone-arrow2.png');
		background-size: 100%;
		height: 19px;
		width: 19px;
		top: 18px;
		right: 20%;
	}
}

@media screen and (max-width: 768px) {
	.index-product aside ul {
		background: #fff;
		position: absolute;
		width: 100%;
		display: none;
		z-index: 50;
	}
}

.index-product aside ul {
	width: 100%;
	padding: 0px;
	margin-top: 2px;
}

.index-product aside ul li .aside_text {
	font-size: 18px;
	line-height: 23.1px;
	letter-spacing: 0px;
	color: #595757;
	font-weight: 400;
	display: block;
	padding: 10px 0px 10px 0px;
	position: relative;
	transition: .5s;
	text-align: center;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.index-product aside ul {
		width: 100%;
		padding: 0px;
	}
	.index-product aside ul li .aside_text {
		padding: 13px 0px 13px 0px;
		text-align: center;
	}
}

@media screen and (max-width: 500px) {
	.index-product aside ul li .aside_text {
		padding: 13px 0px 13px 0%;
		text-align: center;
	}
}

.index-product aside ul li .aside_text>img {
	width: 8px;
	margin-right: 10px;
	margin-bottom: 2px;
}

@media screen and (max-width: 768px) {
	.index-product aside ul li a {
		font-size: 15.96px;
		line-height: 21.66px;
		letter-spacing: 0px;
		color: #000;
		font-weight: 400;
		border-bottom-color: #fff;
		text-align: center;
		padding: 24px 8px;
	}
}

.index-product aside ul li a:hover {
	color: #ff1216
}

@media screen and (max-width: 768px) {
	.index-product aside ul li a:hover {
		color: #000
	}
}

@media screen and (max-width: 768px) {
	.index-product aside ul li:last-of-type a {
		border-bottom: 0
	}
}

.index-product aside ul li ul {
	background-color: #fff;
	color: #000;
	position: relative;
	padding-left: 10px;
	padding-bottom: 10px;
	display: none;
}

.index-product aside ul li ul a {
	background-color: #fff;
	border-bottom: none;
	font-size: 16px;
	line-height: 23.1px;
	letter-spacing: 0px;
	color: #a5946d;
	font-weight: 400;
	display: block;
	padding: 7px 0px 7px 8px;
	position: relative;
	text-align: center;
}

.index-product .lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
	width: calc(100% - 225px);
	padding: 0 0 0 3.580913%
}

@media screen and (max-width: 768px) {
	.index-product .lists {
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
	}
}

.index-product .lists .list {
	width: 29.6731958763%;
	margin-bottom: 63px;
	padding: 30px 15px;
	border: 1px solid #003366;
}

.index-product .lists .list:nth-of-type(3n+2) {
	margin: 0 5%;
	margin-bottom: 63px
}

@media screen and (max-width: 1000px) {
	.index-product .lists .list {
		width: 46%;
		margin-right: auto !important;
		margin-left: auto !important;
		margin-bottom: 40px
	}
	.index-product .lists .list:nth-of-type(3n+2) {
		margin: 0;
		margin-bottom: 40px
	}
}

@media screen and (max-width: 500px) {
	.index-product .lists .list {
		width: 100%;
		margin-bottom: 30px !important;
		padding-top: 35px
	}
}

.index-product .lists .list .pic {
	width: 100%;
	height: 204px;
	overflow: hidden;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
@media screen and (max-width: 1920px) {
	.index-product .lists .list .pic {
		height: 16vw
	}
}
@media screen and (max-width: 1024px) {
	.index-product .lists .list .pic {
		height: 12.5497206704vw
	}
}

@media screen and (max-width: 1000px) {
	.index-product .lists .list .pic {
		height: 20.5497206704vw
	}
}

@media screen and (max-width: 768px) {
	.index-product .lists .list .pic {
		height: 33.0655260708vw
	}
}

@media screen and (max-width: 500px) {
	.index-product .lists .list .pic {
		height: 73.9884078212vw
	}
}

.index-product .lists .list .pic img {
	display: block;
	width: 100%;
	transition: .5s
}

.index-product .lists .list .name {
	font-size: 16px;
	line-height: 21.581px;
	letter-spacing: 1px;
	color: #595757;
	font-weight: 400;
	display: block;
	width: 100%;
	padding: 15px 0 0px 0;
	transition: .5s;
	text-align: center;
	position: relative;
}

.index-product .lists .list .name::after {
	content: '';
	display: block;
	width: 18px;
	height: 2px;
	background: #ff1216;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
}

.index-product .lists .list:hover .pic img {
	transform: scale(1.2)
}

.index-product .lists .list:hover .name {
	color: #a5946d
}

/*more*/

.index-product .more {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 58px 2% 50px 0px;
}

@media screen and (max-width:768px) {
	.index-product .more {
		width: 100%;
		display: flex;
		justify-content: center;
	}
}

.index-product .more>a {
	padding: 5px 0 0px;
	font-size: 20px;
	font-family: "Times New Roman";
	font-weight: 600;
	display: block;
	text-align: center;
	color: #003366;
	position: relative;
	background: url('../images/website_image/more2.png')no-repeat;
	background-size: 100%;
	width: 110px;
	height: 34px;
}

.index-product .more>a>b {
	color: #ffc050;
	font-weight: 900;
	font-size: 25px;
}

/*內頁news*/

.news-wrapper {
	background-size: 750.24px, 513.36px
}

.news-wrapper .news {
	width: 77.9836916234%;
	padding: 50px 0 50px;
	margin: 0 auto
}

@media screen and (max-width: 768px) {
	.news-wrapper .news {
		width: 100%;
		padding-top: 40px
	}
}

/* titel */

.news-wrapper .news .title {
	text-align: center;
	width: 100%;
	padding-bottom: 50px;
}

.news-wrapper .news .title>b {
	font-size: 35px;
	color: #003366;
	font-weight: 400;
}

.news-wrapper .news .title>span {
	font-size: 22px;
	color: #ff1216;
	font-weight: 400;
	display: block;
	padding-top: 10px;
}

.news-wrapper .news .title>span>b {
	font-weight: 200;
	padding: 0px 30px;
	font-size: 22px;
}

.news-wrapper .news .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	padding: 20px;
	border-bottom: 1px solid #1f2a52;
	margin: 0 auto 30px;
	transition: background .5s;
	max-width: 90%
}

.news-wrapper .news .list:hover {
	background: rgba(237, 145, 0, 0.05)
}

.news-wrapper .news .list .pic {
	width: 225px
}

@media screen and (max-width: 600px) {
	.news-wrapper .news .list .pic {
		width: 100%
	}
}

.news-wrapper .news .list .pic img {
	display: block;
	width: 100%
}

.news-wrapper .news .list .data {
	font-size: 15.4px;
	line-height: 20.3px;
	letter-spacing: 0px;
	color: #333;
	font-weight: 400;
	width: calc(100% - 225px);
	padding-left: 20px
}

@media screen and (max-width: 600px) {
	.news-wrapper .news .list .data {
		width: 100%;
		padding-left: 0
	}
}

.news-wrapper .news .list .data .name {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: flex-start;
	font-size: 17.1px;
	line-height: 25.65px;
	letter-spacing: 0px;
	color: #333;
	font-weight: 400;
	padding: 20px 0 7px;
	margin: 0 0 15px;
}

.news-wrapper .news .list .data .name .date {
	display: inline-block;
	padding: 2px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #003366;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	transition: .5s;
	font-size: 15px;
}

@media screen and (max-width: 600px) {
	.news-wrapper .news .list .data .name .date {
		margin: 0 auto
	}
}

.news-wrapper .news .list .data .name .news-name {
	width: calc(100% - 124px)
}

@media screen and (max-width: 1000px) {
	.news-wrapper .news .list .data .name .news-name {
		width: 100%;
		margin-top: 10px
	}
}

@media screen and (max-width: 600px) {
	.news-wrapper .news .list .data .name .news-name {
		text-align: center
	}
}

.news-wrapper .news .list:hover .data .name .date {
	color: #444444;
	background: #fff;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2)
}

/* 前三篇樣式 */

.news-wrapper .news .news-top {
	width: 45px;
	height: 20px;
	background: red;
	color: #fff;
	text-align: center;
	margin-left: 7%;
	margin-bottom: -15px;
	border-radius: 50px;
	font-size: 15px;
}

/* 頁碼 */

.news-wrapper .news .page {
	padding: 80px 0 152px;
	margin: 0 auto;
	padding: 40px 0 60px
}

.news-wrapper .news .page ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start
}

.news-wrapper .news .page ul li {
	margin: 0 13px;
	position: relative;
}

.news-wrapper .news .page ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 12.6px;
	letter-spacing: 0px;
	font-weight: 600;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid transparent;
	color: #627763;
	position: relative;
}

.news-wrapper .news .page ul li a.select, .news-wrapper .news .page ul li .pg-number:hover {
	color: #ff1216;
}

.news-wrapper .news .page ul li a i.fa-angle-left::before {
	content: "";
	display: inline-block;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
	background: url(../images/website_image/p-prev.png)no-repeat;
	background-size: cover;
	width: 25px;
	height: 25px;
	transition: .5s
}

.news-wrapper .news .page ul li a i.fa-angle-right::before {
	content: "";
	display: inline-block;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
	background: url(../images/website_image/p-next.png)no-repeat;
	background-size: cover;
	width: 25px;
	height: 25px;
	transition: .5s
}

.news-wrapper .news .detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	width: 90%;
	margin: 0 auto
}

.news-wrapper .news .detail .data {
	width: 64.6170442287%;
	padding: 0 0 0 15px
}

@media screen and (max-width: 540px) {
	.news-wrapper .news .detail .data {
		width: 100%;
		padding-left: 0
	}
}

.news-wrapper .news .detail .data .name {
	font-size: 21px;
	line-height: 25.9px;
	letter-spacing: .325px;
	color: #000;
	font-weight: 900;
	width: 100%;
	padding: 20px 0 10px;
	border-bottom: 1px solid #74625b;
	margin-bottom: 20px
}

@media screen and (max-width: 540px) {
	.news-wrapper .news .detail .data .name {
		text-align: center
	}
}

.news-wrapper .news .detail .data .date {
	display: block;
	width: 125px;
	padding: 8px;
	background: #ff1216;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	font-size: 16px;
}

@media screen and (max-width: 540px) {
	.news-wrapper .news .detail .data .date {
		margin: 0 auto
	}
}

.news-wrapper .news .detail .pic {
	width: 35.3829557713%;
	margin-bottom: 5px
}

@media screen and (max-width: 540px) {
	.news-wrapper .news .detail .pic {
		width: 100%
	}
}

.news-wrapper .news .detail .pic img {
	display: block;
	width: 100%
}

.news-wrapper .news .detail .desc {
	width: 100%;
	margin-top: 45px
}

.news-wrapper .news .detail .desc .desc-title {
	font-size: 17.5px;
	line-height: 17.5px;
	letter-spacing: 1.82px;
	color: #1f2a52;
	font-weight: 600;
	padding: 5px 0 9px;
	border-bottom: 1px solid #444444;
	text-align: center
}

.news-wrapper .news .detail .desc .text {
	font-size: 13.86px;
	line-height: 24.36px;
	letter-spacing: 1.04px;
	color: #000;
	font-weight: 400;
	padding: 0 30px 0 27px
}

@media screen and (max-width: 768px) {
	.news-wrapper .news .detail .desc .text {
		padding: 0 15px
	}
}

.news-wrapper .news .detail .desc .text p {
	margin: 33px 0
}

/*back*/

.news-wrapper .back {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding-top: 88px;
}

@media screen and (max-width:768px) {
	.news-wrapper .back {
		width: 100%;
		display: flex;
		justify-content: center;
	}
}

.news-wrapper .back a {
	width: 120px;
	height: 42px;
	border: 1px solid #ffc050;
	padding: 10px 0;
	font-size: 23px;
	font-weight: 600;
	display: block;
	text-align: center;
	color: #ffc050;
	position: relative;
}

.news-wrapper .back a::after {
	content: '';
	display: inline-block;
	background: #ffc050;
	width: 0%;
	height: 41px;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: .5s;
}

.news-wrapper .back a:hover {
	color: #fff;
}

.news-wrapper .back a:hover::after {
	content: '';
	display: inline-block;
	background: #ffc050;
	width: 100%;
	height: 41px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
}

/* footer */

footer {
	width: 100%;
	background: #63797f;
	padding: 44px 11% 0px;
	background: url('../images/website_image/ft-bg.png')no-repeat;
	background-size: 100% 100%;
}

@media screen and (max-width: 500px) 
{
	footer 
	{
		padding: 44px 5% 0px;
	}
}





footer .ft-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

footer .ft-box .ft-logo {
	width: 364px;
	display: block;
}

@media screen and (max-width:768px) {
	footer .ft-box .ft-logo {
		width: 305px;
		display: block;
		margin: 0 auto;
	}
}

footer .ft-box .ft-logo>img {
	width: 100%;
	display: block;
}

footer .ft-box .ft-media {
	width: 112px;
}

@media screen and (max-width:768px) {
	footer .ft-box .ft-media {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-top: 30px;
	}
}

footer .ft-box .ft-media .ft-fb {
	width: 42px;
	position: relative;
	top: -5px;
	margin-right: 10px;
}

footer .ft-box .ft-media .ft-line {
	width: 49px;
}

footer .ft-text {
	width: 100%;
	margin: 35px 0 15px 0;
}

footer .ft-text .txt 
{
	font-size: 15px;
	color: #fff;
	line-height: 33px;
}

footer .ft-text .txt>div>span
{
	margin-right: 20px;
    display: inline-block;
        line-height: 25px;
}






footer .ft-text .txt>i {
	border: 1px solid #7abfe5;
	border-radius: 50px;
	font-style: normal;
	padding: 0px 10px;
	text-align: center;
	margin-right: 15px;
	margin-left: 5px;
	color: #7abfe5;
}

footer .ft-text .txt>span {
	font-size: 15px;
	color: #fff;
	line-height: 25px;
}
footer .ft-text .txt>span:nth-child(2) {
	padding-left: 34px;
}

@media screen and (max-width:500px){
	footer .ft-text .txt>span:nth-child(2) {
		padding-left: 29px;
	}
}




footer .ft-text .txt>span>i {
	border: 1px solid #7abfe5;
	border-radius: 50px;
	font-style: normal;
	padding: 0px 10px;
	text-align: center;
	margin-right: 15px;
	color: #7abfe5;
	margin-left: 5px;
}

footer .ft-text .txt>span>b {
	margin-right: 20px;
	font-weight: 400;
}

address {
	width: 100%;
	padding: 10px;
	text-align: center;
	color: #7abfe5;
	font-size: 13px;
	font-style: normal;
	border-top: 1px solid #7abfe5;
}

address a {
	color: #7abfe5;
	font-size: 14px;
	font-style: normal;
}

@media screen and (max-width: 768px) {
	address {
		font-size: 13px;
		line-height: 25px;
	}
	address a {
		font-size: 13px;
	}
}



/*表單轉信*/

.trans {
	width: 100%;
	padding: 45px 0 0;
	background: url(../images/website_image/index-about-bg.png)no-repeat;
	background-size: 100%;
}

.trans .transbox {
	width: 77%;
	min-width: 768px;
	margin: 0 auto 30px
}

@media screen and (max-width: 768px) {
	.trans .transbox {
		min-width: initial;
		width: 95%
	}
}

/* title */

.trans .transbox .title {
	text-align: center;
	padding-bottom: 87px;
	padding-top: 87px;
	width: 100%;
}

.trans .transbox .title>b {
	font-size: 35px;
	color: #003366;
	font-weight: 400;
}

.trans .transbox .title>span {
	font-size: 22px;
	color: #ff1216;
	font-weight: 400;
	display: block;
	padding-top: 10px;
}

.trans .transbox .title>span>b {
	font-weight: 200;
	padding: 0px 15px;
}


.trans .transbox .mafo {
	display: flex;
	flex-wrap: wrap;
	justify-content: 100%;
	align-items: center;
	align-content: center;
	padding: 14px 0px;
	border-bottom: 8px solid #003366
}

@media screen and (max-width: 768px) {
	.trans .transbox .mafo {
		padding: 14px 0
	}
}

.trans .transbox .mafo .tmap {
	width: 42%
}

@media screen and (max-width: 666px) {
	.trans .transbox .mafo .tmap {
		width: 100%
	}
}

.trans .transbox .mafo .tmap iframe {
	width: 100%;
	height: 280px;
	display: block
}

.trans .transbox .mafo .info {
	width: 58%;
	padding-left: 5.8%
}

@media screen and (max-width: 666px) {
	.trans .transbox .mafo .info {
		width: 100%;
		margin-top: 10px;
		padding-top: 25px;
		padding-left: 0%
	}
}

.trans .transbox .mafo .info span {
	font-size: 15.5px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #000;
	font-weight: 400;
	display: block
}

.trans .transbox .mafo .info span a {
	color: #000
}

.trans .transbox .mafo .info span.company {
	font-size: 22.8px;
	line-height: 31.35px;
	letter-spacing: 1.5px;
	color: #000;
	font-weight: 900;
	margin-bottom: 10px
}

.trans .transbox .transform {
	width: 100%;
	margin-top: 30px
}

.trans .transbox .transtyle {
	display: flex;
	flex-wrap: wrap;
	justify-content: 100%;
	align-items: center;
	align-content: center;
	margin-bottom: 10px
}

.trans .transbox .transtyle span {
	width: 72px;
	font-size: 16px
}

.trans .transbox .transtyle span.tip {
	color: #000
}

.trans .transbox .transtyle input, .trans .transbox .transtyle textarea {
	-webkit-appearance: none;
	box-shadow: none;
	border-radius: 0;
	border: 0;
	outline: none;
	background: transparent;
	font-size: 14px;
	border-bottom: 1px solid #1F2A52;
	height: 30px;
	width: calc(100% - 72px)
}

.trans .transbox .transtyle input::-webkit-inner-spin-button, .trans .transbox .transtyle input::-webkit-outer-spin-button, .trans .transbox .transtyle textarea::-webkit-inner-spin-button, .trans .transbox .transtyle textarea::-webkit-outer-spin-button {
	-webkit-appearance: none
}

.trans .transbox .transtyle textarea {
	height: 100px
}

.trans .transbox .transtyle label {
	width: calc(100% - 72px);
	display: flex;
	align-items: flex-end;
	align-content: flex-end
}

.trans .transbox .transtyle label>img {
	display: block;
	width: 100px;
	margin-right: 10px
}

.trans .transbox .transtyle label>input {
	width: calc(100% - 72px)
}

.trans .transbox .trans_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
	font-size: 16px;
	line-height: 23.75px;
	letter-spacing: 1.5px;
	color: #fff;
	font-weight: 400;
	margin: 50px 0 100px
}

.trans .transbox .trans_btn label, .trans .transbox .trans_btn a {
	background: #ff1216;
	border-radius: 50px;
	text-align: center;
	width: 167px;
	padding: 6px 0;
	margin: 0 20px;
	cursor: pointer;
	transition: .5s;
	color: #fff
}

@media screen and (max-width: 500px) {
	.trans .transbox .trans_btn label, .trans .transbox .trans_btn a {
		margin: 0 5px;
		width: 136px;
	}
}

.trans .transbox .trans_btn label:hover, .trans .transbox .trans_btn a:hover {
	background: #63797f
}

.trans .transbox .trans_btn label {
	background: #ff1216
}










/*product-wrapper*/

.product-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	width: 100%;
	padding: 80px 10% 0 10%;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 768px) {
	.product-wrapper {
		width: 100%;
		padding-top: 20px
	}
}

/* title */

.product-wrapper .title {
	text-align: center;
	padding-bottom: 87px;
	padding-top: 0px;
	width: 100%;
}

.product-wrapper .title>b {
	font-size: 35px;
	color: #003366;
	font-weight: 400;
}

.product-wrapper .title>span {
	font-size: 22px;
	color: #ff1216;
	font-weight: 400;
	display: block;
	padding-top: 10px;
}

.product-wrapper .title>span>b {
	font-weight: 200;
	padding: 0px 15px;
}

.product-wrapper aside {
	width: 225px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.product-wrapper aside {
		width: 100%
	}
}

.product-wrapper aside .name {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
	font-size: 15px;
	line-height: 19.6px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 600;
	height: 47px;
	margin: 0 auto;
	padding: 0px 0;
	background: #003366;
	padding-top: 12px;
	position: relative;
}

.product-wrapper aside .name::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 18px 18px 0;
	border-color: transparent #ffffff transparent transparent;
	right: 0px;
	top: 0px;
}

@media screen and (max-width: 768px) {
	.product-wrapper aside .name {
		margin: 5px auto;
	}
}

.product-wrapper aside .name>span {
	font-size: 21px;
	color: #fff;
	font-weight: 600;
	padding-left: 10px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.product-wrapper aside .mobile_arrow {
		position: absolute;
		background: url('../images/website_image/phone-arrow2.png');
		background-size: 100%;
		height: 19px;
		width: 19px;
		top: 20px;
		right: 28%;
	}
}

@media screen and (max-width: 500px) {
	.product-wrapper aside .mobile_arrow {
		position: absolute;
		background: url('../images/website_image/phone-arrow2.png');
		background-size: 100%;
		height: 19px;
		width: 19px;
		top: 18px;
		right: 20%;
	}
}

@media screen and (max-width: 768px) {
	.product-wrapper aside ul {
		background: #fff;
		position: absolute;
		width: 100%;
		display: none;
		z-index: 50;
	}
}

.product-wrapper aside ul {
	width: 100%;
	padding: 0px;
	margin-top: 2px;
}

.product-wrapper aside ul li .aside_text {
	font-size: 18px;
	line-height: 23.1px;
	letter-spacing: 0px;
	color: #595757;
	font-weight: 400;
	display: block;
	padding: 10px 0px 10px 0px;
	position: relative;
	transition: .5s;
	text-align: center;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.product-wrapper aside ul {
		width: 100%;
		padding: 0px;
	}
	.product-wrapper aside ul li .aside_text {
		padding: 13px 0px 13px 0px;
		text-align: center;
	}
}

@media screen and (max-width: 500px) {
	.product-wrapper aside ul li .aside_text {
		padding: 13px 0px 13px 0%;
		text-align: center;
	}
}

.product-wrapper aside ul li .aside_text>img {
	width: 8px;
	margin-right: 10px;
	margin-bottom: 2px;
}

@media screen and (max-width: 768px) {
	.product-wrapper aside ul li a {
		font-size: 15.96px;
		line-height: 21.66px;
		letter-spacing: 0px;
		color: #000;
		font-weight: 400;
		border-bottom-color: #fff;
		text-align: center;
		padding: 24px 8px;
	}
}

.product-wrapper aside ul li a:hover {
	color: #ff1216
}

@media screen and (max-width: 768px) {
	.product-wrapper aside ul li a:hover {
		color: #000
	}
}

@media screen and (max-width: 768px) {
	.product-wrapper aside ul li:last-of-type a {
		border-bottom: 0
	}
}

.product-wrapper aside ul li ul {
	background-color: #fff;
	color: #000;
	position: relative;
	padding-left: 10px;
	padding-bottom: 10px;
	display: none;
}

.product-wrapper aside ul li ul a {
	background-color: #fff;
	border-bottom: none;
	font-size: 16px;
	line-height: 23.1px;
	letter-spacing: 0px;
	color: #a5946d;
	font-weight: 400;
	display: block;
	padding: 7px 0px 7px 8px;
	position: relative;
	text-align: center;
}

.product-wrapper .lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
	width: calc(100% - 225px);
	padding: 0 0 0 3.580913%
}

@media screen and (max-width: 768px) {
	.product-wrapper .lists {
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
	}
}

.product-wrapper .lists .list {
	width: 29.6731958763%;
	margin-bottom: 63px;
	padding: 30px 15px;
	border: 1px solid #003366;
}

.product-wrapper .lists .list:nth-of-type(3n+2) {
	margin: 0 5%;
	margin-bottom: 63px
}

@media screen and (max-width: 1000px) {
	.product-wrapper .lists .list {
		width: 46%;
		margin-right: auto !important;
		margin-left: auto !important;
		margin-bottom: 40px
	}
	.product-wrapper .lists .list:nth-of-type(3n+2) {
		margin: 0;
		margin-bottom: 40px
	}
}

@media screen and (max-width: 500px) {
	.product-wrapper .lists .list {
		width: 100%;
		margin-bottom: 30px !important;
		padding-top: 35px
	}
}

.product-wrapper .lists .list .pic {
	width: 100%;
	height: 204px;
	overflow: hidden;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
@media screen and (max-width: 1920px) {
	.product-wrapper .lists .list .pic {
		height: 16vw
	}
}

@media screen and (max-width: 1024px) {
	.product-wrapper .lists .list .pic {
		height: 12.5497206704vw
	}
}

@media screen and (max-width: 1000px) {
	.product-wrapper .lists .list .pic {
		height: 20.5497206704vw
	}
}

@media screen and (max-width: 768px) {
	.product-wrapper .lists .list .pic {
		height: 33.0655260708vw
	}
}

@media screen and (max-width: 500px) {
	.product-wrapper .lists .list .pic {
		height: 73.9884078212vw
	}
}

.product-wrapper .lists .list .pic img {
	display: block;
	width: 100%;
	transition: .5s
}

.product-wrapper .lists .list .name {
	font-size: 16px;
	line-height: 21.581px;
	letter-spacing: 1px;
	color: #595757;
	font-weight: 400;
	display: block;
	width: 100%;
	padding: 15px 0 0px 0;
	transition: .5s;
	text-align: center;
	position: relative;
}

.product-wrapper .lists .list .name::after {
	content: '';
	display: block;
	width: 18px;
	height: 2px;
	background: #ff1216;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
}

.product-wrapper .lists .list:hover .pic img {
	transform: scale(1.2)
}

.product-wrapper .lists .list:hover .name {
	color: #a5946d
}

/*more*/

.product-wrapper .more {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 58px 2% 50px 0px;
}

@media screen and (max-width:768px) {
	.product-wrapper .more {
		width: 100%;
		display: flex;
		justify-content: center;
	}
}

.product-wrapper .more>a {
	padding: 5px 0 0px;
	font-size: 20px;
	font-family: "Times New Roman";
	font-weight: 600;
	display: block;
	text-align: center;
	color: #003366;
	position: relative;
	background: url('../images/website_image/more2.png')no-repeat;
	background-size: 100%;
	width: 110px;
	height: 34px;
}

.product-wrapper .more>a>b {
	color: #ffc050;
	font-weight: 900;
	font-size: 25px;
}




/* detail */
.product-wrapper .lists.detail .top-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	width: 100%;
}



.product-wrapper .lists.detail .top-wrapper .main-pic {
	width: 380px
}




@media screen and (max-width: 1100px) {
	.product-wrapper .lists.detail .top-wrapper .main-pic {
		width: 230px
	}
}
@media screen and (max-width: 768px) {
	.product-wrapper .lists.detail .top-wrapper .main-pic {
		width: 60%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 500px) {
	.product-wrapper .lists.detail .top-wrapper .main-pic {
		width: 100%;
		margin: 0 auto;
	}
}
.product-wrapper .lists.detail .top-wrapper .main-pic img {
	max-width: 427px;
	width:100%;
	transition: .5s;
}
@media screen and (max-width: 1100px) {
	.product-wrapper .lists.detail .top-wrapper .main-pic img {
		max-width: 100%
	}
}
.product-wrapper .lists.detail .top-wrapper .name {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #003366;
	font-weight: 600;
	width: 100%;
	margin-bottom: 49px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #003366;

}
.product-wrapper .lists.detail .top-wrapper .name::after {
	content: '';
	display: block;
	position: absolute;
	background: url('../images/website_image/product02-line.png')no-repeat;
	background-size: 100%;
	width: 100%;
	height: 6px;
}


@media screen and (max-width: 1100px) {
	.product-wrapper .lists.detail .top-wrapper .name {
		width: 100%;
	}
}
@media screen and (max-width: 500px) {
	.product-wrapper .lists.detail .top-wrapper .name {
		width: 100%;
		padding: 30px 0 0;
		margin-bottom: 20px;
		text-align: left;
	}
}





.product-wrapper .lists.detail .top-wrapper .text-edit{
	width: calc(100% - 427px);
	padding-left: 0%;
	margin-top: 20px;
	position: relative;
	padding-left: 5%;

}



@media screen and (max-width: 1100px) { 
.product-wrapper .lists.detail .top-wrapper .text-edit{
	width: calc(100% - 230px);
	padding-left: 5%;
}

}
@media screen and (max-width: 800px) { 
.product-wrapper .lists.detail .top-wrapper .text-edit{
	width: 100%;
	padding:0px 5%;
	margin-top: 50px;
}

}



.product-wrapper .lists.detail .top-wrapper .text-edit .price_box{
	width:80%;
}
.product-wrapper .lists.detail .top-wrapper .text-edit .price_box .original{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 30px;
}
.product-wrapper .lists.detail .top-wrapper .text-edit .price_box .original>span{
	font-size: 18px;
	color: #9fa0a0;
}






.product-wrapper .lists.detail .desc .desc-title {
	font-size: 18px;
	line-height: 17.5px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 400;
	padding: 10px 0px 10px 0px;
	width:100%;
	margin-top: 47px;
	position: relative;
	width: 120px;
	text-align: center;
	background: #003366;
}





.product-wrapper .lists.detail .desc{
	width: 100%;
	padding: 0px 0%;
}
.product-wrapper .lists.detail .desc .text {
	font-size: 15px;
	line-height: 24.36px;
	letter-spacing: 1.04px;
	color: #000;
	font-weight: 400;
	padding: 0 0px 0 0px
}
@media screen and (max-width: 768px) {
	.product-wrapper .lists.detail .desc .text {
		padding: 0 15px
	}
}

@media screen and (max-width: 500px) {
	.product-wrapper .lists.detail .desc .text {
		padding: 0 5px
	}
}
.product-wrapper .lists.detail .desc .text p {
	margin: 20px 0
}







/*back*/

.product-wrapper .lists.detail .back-wrapper {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding-top: 88px;
	margin-bottom: 50px;
	cursor: pointer;
}
.product-wrapper .lists.detail .back {
	font-size: 18px;
	color: #003366;
	font-family: 'Times New Roman';
	font-weight: 600;
}
.product-wrapper .lists.detail .back>img {
	width: 17px;
	margin-right: 10px;
	vertical-align: middle;
	margin-bottom: 3px;
}





/*小圖*/


.ipbox_detail_spic ul li a{
	display: block;
	width: 100%;
	height: 1000%;
	overflow: hidden;


}


.ipbox_detail_spic{
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 18px;
    position: relative;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
.ipbox_detail_spic .showbox {
    width: 100%;
    position: relative;
    height: 100%;
    top: 0;
    left: 0;
}
.ipbox_detail_spic ul{
	width: 100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0px;
}
.ipbox_detail_spic ul li {
	width: 21.5%;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
}
.ipbox_detail_spic ul li:nth-child(n+5){
	margin-top: 17px;
}
.ipbox_detail_spic ul li:not(:nth-child(4n)){
	margin-right: 4.66%;
}
.ipbox_detail_spic ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.ipbox_detail_spic ul li a:hover .showbox img{
	-webkit-transform : scale(1.1);
	-ms-transform : scale(1.1);
	transform : scale(1.1);
	opacity: 0.7;
}
.ipbox_detail_spic ul li .ippic{
	width: 100%;
	position: relative;
}



/* 頁碼 */
.product-wrapper .lists .page {
	padding: 80px 0 152px;
	margin: 0 auto;
	padding: 40px 0 60px;
	width:100%;	
}
.product-wrapper .lists .page ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start
}
.product-wrapper .lists .page ul li {
	margin: 0 13px;
	position: relative;
}
.product-wrapper .lists .page ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size:16px;
	line-height: 12.6px;
	letter-spacing: 0px;
	font-weight: 600;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid transparent;
	color: #595757;
	position: relative;
}
.product-wrapper .lists .page ul li a.select, .product-wrapper .lists .page ul li .pg-number:hover {

	color: #ff1216;

}



.product-wrapper .lists .page ul li a i.fa-angle-left::before {
	content: "";
	display: inline-block;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
	background: url(../images/website_image/p-prev.png)no-repeat;
	background-size: cover;
	width: 25px;
	height: 25px;	
	transition: .5s
}
.product-wrapper .lists .page ul li a i.fa-angle-right::before {
	content: "";
	display: inline-block;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
	background: url(../images/website_image/p-next.png)no-repeat;
	background-size: cover;
	width: 25px;
	height: 25px;
	transition: .5s
}



/* location */

.location-wrapper{
	width: 100%;

}

/* titel */

.location-wrapper .title {
	text-align: center;
	width: 100%;
	padding-bottom: 50px;
	padding-top: 50px;
}

.location-wrapper .title>b {
	font-size: 35px;
	color: #003366;
	font-weight: 400;
}

.location-wrapper .title>span {
	font-size: 22px;
	color: #ff1216;
	font-weight: 400;
	display: block;
	padding-top: 10px;
}

.location-wrapper .title>span>b {
	font-weight: 200;
	padding: 0px 30px;
	font-size: 22px;
}


.location-wrapper .location-box{
	width: 80%;
	margin: 0 auto;

}
@media screen and (max-width:860px){
	.location-wrapper .location-box{
		width: 95%;
		margin: 0 auto;
	
	}
	
}

.location-wrapper .location-box .box01{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	border: 1px solid #efefef;
	margin-bottom: 46px;

}
.location-wrapper .location-box .box01 .map{
	width: 40%;
}
@media screen and (max-width:860px){
	.location-wrapper .location-box .box01 .map{
		width: 100%;
		margin-bottom: 20px;
	}
	
}

@media screen and (max-width:1024px){
	.location-wrapper .location-box .box01{
		padding: 10px;
	}
	
}

.location-wrapper .location-box .box01 .map>iframe{
	width: 100%;
	display: block;
}


.location-wrapper .location-box .box01 .text{
	width: 55%;
	padding-left: 48px;
}
@media screen and (max-width:860px){
	.location-wrapper .location-box .box01 .text{
		width: 100%;
		padding-left: 10px;
	}
	
}
.location-wrapper .location-box .box01 .text .main-title{
	font-weight: 400;
	color: #003366;
	border-bottom: 1px solid #ff1216;
	padding-bottom: 12px;
}
.location-wrapper .location-box .box01 .text .main-title>b{
	font-size: 25px;
	font-weight: 400;
	color: #003366;
}
@media screen and (max-width:860px){
	.location-wrapper .location-box .box01 .text .main-title>b{
		font-size: 20px;
		font-weight: 400;
		color: #003366;
	}
	
}

.location-wrapper .location-box .box01 .text .main-title>i{
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #51a1c4;
	padding: 0px 10px;
	border-radius: 50px;
	font-style: normal;
	color:#51a1c4;
	margin-left: 10px;
}

.location-wrapper .location-box .box01 .text .main-txt{
	width:100%;
	margin-top: 29px;
}
.location-wrapper .location-box .box01 .text .main-txt>span{
	width:100%;
	display: block;
	margin-bottom: 15px;
}
.location-wrapper .location-box .box01 .text .main-txt>span>b{
	width: 15px;
	display:inline-block;
	margin-right: 10px;
}
.location-wrapper .location-box .box01 .text .main-txt>span>i{
	font-size: 14px;
	color:#595757;
	font-style: normal;
	line-height: 25px;
}





/* about-wrapper */
.about-wrapepr{
	width: 100%;

}

/* titel */

.about-wrapepr .title {
	text-align: center;
	width: 100%;
	padding-bottom: 50px;
	padding-top: 50px;
}

.about-wrapepr .title>b {
	font-size: 35px;
	color: #003366;
	font-weight: 400;
}

.about-wrapepr .title>span {
	font-size: 22px;
	color: #ff1216;
	font-weight: 400;
	display: block;
	padding-top: 10px;
}

.about-wrapepr .title>span>b {
	font-weight: 200;
	padding: 0px 15px;
	font-size: 22px;
}





/* index-about */

.about-wrapepr .index-about {
	width: 100%;
	background: url('../images/website_image/about-bg.png')no-repeat;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	padding: 90px 7% 0px 11%;
}

.about-wrapepr .index-about .about-box {
	width: 57%;
}

@media screen and (max-width:1024px) {
	.about-wrapepr .index-about .about-box {
		width: 90%;
		margin: 0 auto;
	}
}

.about-wrapepr .index-about .about-box .title {
	padding-bottom: 30px;
	display: block;
	margin-left: 6%;
}

.about-wrapepr .index-about .about-box .title {
	padding-bottom: 30px;
	display: block;
	margin-left: 5%;
}

.about-wrapepr .index-about .about-box .title>span {
	font-weight: 400;
	font-size: 35px;
	color: #fff;
}

@media screen and (max-width:768px) {
	.about-wrapepr .index-about .about-box .title>span {
		font-weight: 400;
		font-size: 28px;
		color: #fff;
	}
}

.about-wrapepr .index-about .about-box .title>b {
	font-weight: 400;
	font-size: 22px;
	color: #ff1216;
}

.about-wrapepr .index-about .about-box>p {
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: 29px;
	padding-bottom: 30px;
	text-indent: 2em;
}

.about-wrapepr .index-about .about-pic {
	width: 32%;
	margin-left: 95px;
}

@media screen and (max-width:1024px) {
	.about-wrapepr .index-about .about-pic {
		width: 80%;
		margin-left: 0px;
		margin: 0 auto;
	}
}

.about-wrapepr .index-about .more {
	width: 100%;
	margin: 35px auto 75px;
	text-align: center;
}

.about-wrapepr .index-about .more a {
	width: 115px;
	height: 34px;
	background: url('../images/website_image/more.png')no-repeat;
	background-size: cover;
	display: block;
	font-size: 20px;
	color: #ff1216;
	font-family: 'Times New Roman';
	padding-top: 6px;
	margin: 0 auto;
}

.about-wrapepr .index-about .more a:hover {
	color: #fff;
}
.about-wrapepr  .sec02{
	width: 100%;
	margin-top: 89px;
	padding: 0px 11%;
	background: url('../images/website_image/about-bg2.png')no-repeat center center;
	background-size: 85%;
	position: relative;
	max-width: 1366px;
}
@media screen and (max-width:1024px){
	.about-wrapepr  .sec02{
		padding: 0px 5%;
	}
}

.about-wrapepr  .sec02::before{
	content: '';
	display: inline-block;
	position: absolute;
	background: url('../images/website_image/about-line.png')no-repeat;
    background-size:100% 100%;
	height: 95%;
	width: 1px;
	top: 78px;
	left:11.7%;
	
}
@media screen and (min-width:1370px) and (max-width:1920px){
	.about-wrapepr  .sec02::before{
		display: none;
		
	}
}
@media screen and (max-width:1024px){
	.about-wrapepr  .sec02::before{
		left:12%;
		
	}
}
@media screen and (max-width:768px){
	.about-wrapepr  .sec02::before{
		left:12.2%;
		
	}
}
@media screen and (max-width:500px){
	.about-wrapepr  .sec02::before{
		display: none;
		
	}
}

.about-wrapepr  .sec02 .sec02-title{
	width: 100%;
	padding-bottom: 60px;
	font-size: 28px;
	position: relative;
	color: #003366;
}
.about-wrapepr  .sec02 .sec02-title::after{
	content: '';
	display: block;
	position: absolute;
	background: #ff1216;
	width: 29px;
	height: 1px;
	top: 50px;
	left: 0px;
}

.about-wrapepr  .sec02 .sec02-box{
	width: 100%;
}

.about-wrapepr  .sec02 .sec02-box .item{
	width: 100%;
	margin-bottom: 65px;
	padding-left: 37px;
}
.about-wrapepr  .sec02 .sec02-box .item>span{
	font-size: 20px;
	color: #003366;
	font-weight: 600;
	padding-bottom: 21px;
	display: block;
	position: relative;
}
.about-wrapepr  .sec02 .sec02-box .item>span::before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #003366;
	border:3px solid #7F99B2;
	left:-34px;
	top: 2px;
}

.about-wrapepr  .sec02 .sec02-box .item .item-in{
	width:100%;
}
.about-wrapepr  .sec02 .sec02-box .item .item-in .txt{
	font-size: 15px;
	color:#595757;
	display: block;
	line-height: 29px;
}
.about-wrapepr  .sec02 .sec02-box .item .item-in .txt>b{
	color:#097896;
	font-weight: 400;
	margin-right: 22px;
}

@media screen and (max-width:500px){
	.about-wrapepr  .sec02 .sec02-box .item .item-in .txt>b{
		margin-right: 4px;
	}
}

.about-wrapepr  .sec03{
	width: 100%;
	background: #f7f8f8;
	padding: 80px 11% 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.about-wrapepr  .sec03 .box1{
	width: 50%;
}
.about-wrapepr  .sec03 .sec03-title{
	width: 100%;
	padding-bottom: 60px;
	font-size: 28px;
	position: relative;
	color: #003366;
}
@media screen and (max-width:768px){
	.about-wrapepr  .sec03 .box1{
		width: 90%;
	}
}
.about-wrapepr  .sec03 .sec03-title::after{
	content: '';
    display: block;
    position: absolute;
    background: #ff1216;
    width: 29px;
    height: 1px;
    top: 50px;
    left: 0px;
}
.about-wrapepr  .sec03 .box1>p{
	font-size: 15px;
    color: #595757;
    display: block;
    line-height: 29px;
}


.about-wrapepr  .sec03 .txt-box{
	width:82%;
	margin-top: 20px;
}

.about-wrapepr  .sec03 .txt-box>span{
	font-size: 15px;
    color: #097896;
	line-height: 29px;
	padding-left:20px; 
	position: relative;
	width: 197px;
	display:inline-block;
}
.about-wrapepr  .sec03 .txt-box>span::before{
	content: '';
	display: block;
	background: #003366;
	width: 4px;
	height: 4px;
	position: absolute;
	left: 8px; 
	top: 13px;
}

.about-wrapepr  .sec03 .box2{
	margin-left: 30px;
	width: 41%;
}

@media screen and (max-width:768px){
	.about-wrapepr  .sec03 .box2{
		margin-left: 30px;
		width: 80%;
	}