@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
}
img {
	max-width: 100%
}
button:focus, input:focus, select:focus, textarea:focus {
	outline: none
}
#tinymce {
	background: none !important
}
#gotop {
	display: none;
	position: fixed;
	right: 15px;
	bottom: 30%;
	cursor: pointer;
	z-index: 200
}
@media screen and (max-width: 768px) {
	#gotop {
		display: none !important
	}
}
#gotop img {
	width: 56px;
	height: auto
}
/*Banner*/
#banner {
	position: relative;
	overflow: hidden;
	z-index: 99;
}
#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: 1.2em;}
#banner #banner_control span {
	cursor: pointer;
	padding: 0 3px;
}
#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:hover img:nth-child(1),
#banner #banner_control span.now img:nth-child(1) {
	display: none;
}
#banner #banner_control span:hover img:nth-child(2),
#banner #banner_control span.now img:nth-child(2) {
	display: inline-block;
}
/*Banner End*/
header {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 9% 0 0;
	z-index: 101;
	background:#1f2a52;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.3)
}
@media screen and (max-width: 1150px) {
	header {
		padding: 0 2.5%
	}
}
@media screen and (max-width: 768px) {
	header {
		width: 100%;
		background: #fff;
		padding: 0;
		box-shadow: none
	}
}
header .logo-wrapper {
	width: 253px;
}
header .logo-wrapper .logo a{
	background: url('../images/website_image/logo.png')no-repeat;
	background-size: cover;
	width: 253px;
	height: 75px;
}
@media screen and (max-width: 768px) {
	header .logo-wrapper {
		width: 90%;
		padding: 11px 0 10px
	}
	header .logo-wrapper .logo a{
	background: url('../images/website_image/logo-2.png')no-repeat;
	background-size: cover;
	width: 131px;
	height: 50px;
}
}
header .logo-wrapper .logo {
	width: 100%
}
header .logo-wrapper .logo a {
	display: block
}
header .logo-wrapper .logo a img {
	display: block;
	width: 100%;
	transition: .5s
}
header .logo-wrapper .logo:hover a img {
	transform: rotateY(360deg)
}
header>nav {
	width: calc(100% - 253px)
}
@media screen and (max-width: 768px) {
	header>nav {
		width: 100%;
		display: none;
		background: #1f2a52;
		padding: 0px 0 0px
	}
}
header>nav>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: stretch;
	align-content: flex-start
}
header>nav>ul>li {
	width: 13%;
	position: relative;
	cursor: pointer;
}
@media screen and (max-width: 930px) {
	header>nav>ul>li {
	width: 18%;
	position: relative;
	cursor: pointer;
}
}
header>nav>ul>li::after{
	content: '';
    width: 0%;
    height: 3px;
    position: absolute;
    bottom:-1px;
    right: 0;
    display: inline-block;
    background-color: #d0222a;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
@media screen and (max-width: 768px) {
	header>nav>ul>li {
		width: 100%;
		border-bottom: 0.5px solid #ccc;
		padding: 8px 0 0 5;
	}
}
header>nav>ul>li>a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: flex-start;
	align-content: center;
	padding: 14px 0 21px;
	display: block;
	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>li>a>span {
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0px;
	color: #8ab1c8;
	font-weight: 400;
	display: inline-block;
	font-weight: 600;
}
@media screen and (max-width: 900px) {
	header>nav>ul>li>a>span {
		font-size: 14px
	}
}
@media screen and (max-width: 768px) {
	header>nav>ul>li>a>span {
		font-size: 16px;
		line-height: 21.66px;
		letter-spacing: 0px;
		color: #8db4cb;
		font-weight: 600
	}
}
header>nav>ul>li>a>span span {
	font-size: 13px;
	line-height: 16.8px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 400;
	display: block;
}
@media screen and (max-width: 900px) {
	header>nav>ul>li>a>span span {
		font-size: 12px
	}
}
@media screen and (max-width: 768px) {
	header>nav>ul>li>a>span span {
		font-size: 13px;
		line-height: 17.1px;
		letter-spacing: 0px;
		color: #fff;
		font-weight: 400;
		display: inline-block;
		margin-left: 5px
	}
}
@media screen and (min-width: 769px) {
	header>nav>ul>li:hover::after {
		width: 100%;
	}
	header>nav>ul>li:hover>ul {
		display: block !important
	}
}
@media screen and (max-width: 768px) {
	header>nav>ul>li.has_sub_btn::before {
		content: "";
		display: inline-block;
		border: 6px solid transparent;
		border-top-color: #fff;
		position: absolute;
		right: 18px;
		top: 24px
	}
}
header>nav>ul>li>ul {
	position: absolute;
	background: #8db4cb;
	padding: 11px 0 14px;
	width: 345px;
	display: none;
	left:-80%;
}
@media screen and (min-width: 1600px) and (max-width: 1920px){
	header>nav>ul>li>ul {
		left:-45%;
	}
}
@media screen and (max-width: 1640px) {
	header>nav>ul>li>ul {
		left:-58%;
	}
}
@media screen and (max-width: 1550px) {
	header>nav>ul>li>ul {
		left:-69%;
	}
}
@media screen and (max-width: 1262px) {
	header>nav>ul>li>ul {
		left:-98%;
	}
}
@media screen and (max-width: 1050px) {
	header>nav>ul>li>ul {
		left:-135%;
	}
}
@media screen and (max-width: 768px) {
	header>nav>ul>li>ul {
		background: #8db4cb;
		position: relative;
		padding: 0px 0;
		width: 100%;
		left:0;
	}
}
header>nav>ul>li>ul>li>a {
	font-size: 14px;
	line-height: 18.2px;
	letter-spacing: 1.56px;
	color: #fff;
	font-weight: 400;
	display: block;
	padding: 7.5px 5px;
	text-align: center;
	transition: .7s;
}
@media screen and (max-width: 768px){
	header>nav>ul>li>ul>li>a>span {
	color: #fff;
	font-size: 13px;
}
}
header>nav>ul>li>ul>li>a:hover{
	color:  #1f2a52;
}
@media screen and (max-width: 768px) {
	header>nav>ul>li>ul>li>a {
		font-size: 14.25px;
		line-height: 19.95px;
		letter-spacing: 2.4px;
		color:  #fff;
		font-weight: 400;
		padding: 10px 10px 10px 8.5%;
		border-bottom: 1px solid #ccc;
		text-align: left;
	}
}
/*index news*/
.index-news {
	background: url(../images/website_image/index-06.png) no-repeat left top;
	background-attachment: fixed;
	background-size: 750.24px;
	padding: 48px 18.4934114202% 0
}
@media screen and (max-width: 768px) {
	.index-news {
		padding: 36px 7.1875% 0 5.9375%
	}
}
.index-news .title {
	display: block;
	margin: 0 auto;
	position: relative;
	margin-bottom: 67px;
	width: 218px;
}
@media screen and (max-width: 768px) {
	.index-news .title {
		margin-bottom: 39px
	}
}
.index-news .title .t-text{
	font-size: 17px;
	letter-spacing: 2.5px;
	color: #595757;
	text-align: center;
}
.index-news .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
	padding: 0 20px 0 4px;
	margin-bottom: 56px
}
@media screen and (max-width: 768px) {
	.index-news .list {
		margin-bottom: 33px
	}
}
.index-news .list .date {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 18.2px;
	letter-spacing: 1.04px;
	color: #1f2a52;
	font-weight: 600;
	width: 93px;
	height: 93px;
	background: #fff;
	box-shadow:0 0 20px 1px rgba(0, 0, 0, 0.2);
	border-radius: 50px;
	transition: .5s;
	margin-right: 20px;
}
.index-news .list .date>b{
	text-align: center;
	line-height: 25px;
}
.index-news .list .date>b>span{
	display: block;
}
@media screen and (max-width: 768px) {
	.index-news .list .date {
		margin: 0 auto 21px
	}
}
.index-news .list .data {
	width: calc(100% - 120px);
	padding: 0 0 0 22px;
	border-left: 2.5px solid #1f2a52;
	position: relative;
}
.index-news .list .data::after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #1f2a52;
	top: 40px;
	left: 0px;
}
@media screen and (max-width: 768px) {
	.index-news .list .data::after{
		display: none;
	}
	.index-news .list .data {
		border-left:none;
	}
}
@media screen and (max-width: 768px) {
	.index-news .list .data {
		width: 100%;
		padding: 0
	}
}
.index-news .list .data .name {
	font-size: 18.2px;
	line-height: 22.4px;
	letter-spacing: 0px;
	color: #000;
	font-weight: 400;
	padding: 4px 0 0;
	margin-bottom: 6px;
	display: block;
	border-bottom: 1px solid #000;
	padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
	.index-news .list .data .name {
		font-size: 16px;
		line-height: 19.95px;
		letter-spacing: 0px;
		color: #000;
		font-weight: 400;
		margin: 0 0 6px;
		text-align: left;
	}
}
.index-news .list .data .text {
	font-size: 15.4px;
	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
	}
}
.index-news .list:hover .date {
	color: #8db4cb;
	background: #fff;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5)
}
.index-news .more-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: baseline;
	align-content: flex-start;
	margin-bottom: 80px
}
@media screen and (max-width: 768px) {
	.index-news .more-wrapper {
		margin: 64px auto 74px;
		justify-content: center
	}
}
.index-news .more-wrapper .more {
	width: 85px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.index-news .more-wrapper .more {
		font-size: 19px;
		line-height: 19px;
		letter-spacing: 0px;
		color: #ED9100;
		font-weight: 400
	}
}
.index-news .more-wrapper .more::after {
	content: "";
	display: inline-block;
	position: absolute;
	background: url('../images/website_image/index-more-arrow.png') no-repeat;
	background-size: cover;
	width: 40px;
	height: 20px;
	top: 3px;
	right: -19px;
	transition: .5s;
}
.index-news .more-wrapper .more:hover::after {
	right: -30px;
}
/*index-about*/
.index-about{
	width: 100%;
}
.index-about .title {
	display: block;
	margin: 0 auto;
	position: relative;
	margin-bottom: 67px;
	width: 215px;
}
@media screen and (max-width: 768px) {
	.index-about .title {
		margin-bottom: 39px
	}
}
.index-about .title .t-text{
	font-size: 17px;
	letter-spacing: 2.5px;
	color: #595757;
	text-align: center;
}
.index-about .i-about01{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	background: url(../images/website_image/index-about-bg.webp)no-repeat;
	background-size: cover;
}
.index-about .i-about01 .pic{
	width: 45%;
	margin-top: 106px;
	padding-left: 16%;
}
@media screen and (max-width: 846px) {
	.index-about .i-about01 .pic{
	width: 80%;
	padding-left:0;
	text-align: center;
	display: block;
	margin: 0 auto
}
}
.index-about .i-about01 .pic>img{
	width: 239px;
	display: block;
}
@media screen and (max-width: 846px) {
.index-about .i-about01 .pic>img{
	width: 239px;
	display: inline-block;
}
}
.index-about .i-about01 .text{
	width: 45%;
	margin-top: 106px;
}
@media screen and (max-width: 846px) {
	.index-about .i-about01 .text{
	width: 80%;
	margin: 50px auto;
}
}
@media screen and (max-width: 500px) {
	.index-about .i-about01 .text{
	width: 90%;
	margin: 50px auto;
}
}
.index-about .i-about01 .text{
	display: block;
	font-size: 15.5px;
	color:  #1f2a52;
	line-height: 30px;
	margin-bottom: 10px;
	font-family: 'Raleway','Arial','微軟正黑體';
	letter-spacing: 0.5px;
	text-align: justify;
	text-justify: auto;
}
@media screen and (max-width: 500px) {
	.index-about .i-about01 .text{
	display: block;
	font-size: 14px;
	color:  #1f2a52;
	line-height: 30px;
	margin-bottom: 10px;
	font-family: 'Raleway','Arial','微軟正黑體';
	letter-spacing: 0.5px;
	text-align: left;
}
}
.index-about .i-about01 .text>b{
	display: block;
	font-size: 30px;
	color: #8ab1c8;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
@media screen and (max-width: 500px) {
	.index-about .i-about01 .text>b{
	display: block;
	font-size: 20px;
	color: #8ab1c8;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
}
.index-about .i-about02{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: flex-start;
}
.index-about .i-about02 .text02{
	width: 50%;
	padding:0px 6% 0px 8.5%;
}
@media screen and (max-width: 768px) {
.index-about .i-about02 .text02{
	width: 100%;
	padding:50px 6% 0px 7%;
}
}
@media screen and (max-width: 500px) {
.index-about .i-about02 .text02{
	width: 100%;
	padding:50px 5% 20px 5%;
}
}
.index-about .i-about02 .text02>b{
	display: block;
	font-weight: 600;
	font-size: 20px;
	color:  #1f2a52;
	margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
.index-about .i-about02 .text02>b{
	display: block;
	font-weight: 600;
	font-size: 18px;
	color:  #1f2a52;
	margin-bottom: 10px;
}
}
.index-about .i-about02 .text02>span{
	font-size: 16px;
	color: #727171;
	line-height: 28px;
}
@media screen and (max-width: 500px) {
.index-about .i-about02 .text02>span{
	font-size: 15px;
	color: #727171;
	line-height: 28px;
}
}
.index-about .i-about02 .pic02{
	width: 49%
}
@media screen and (max-width: 768px) {
	.index-about .i-about02 .pic02{
	width: 100%
}
}
.index-about .i-about02 .pic02>img{
	width:100%;
	display: block;
}
/*index-product*/
.index-product {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	width: 88.9547813195%;
	padding: 180px 0 0;
	margin: 0 auto
}
@media screen and (max-width: 768px) {
	.index-product {
		width: 100%;
		padding-top: 70px
	}
}
.index-product .title {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 100%;
	margin-bottom: 80px
}
.index-product .title>div{
	display: block;
	margin: 0 auto;
	width: 259px;
}
.index-product .title .t-text{
	font-size: 17px;
	letter-spacing: 3px;
	color: #595757;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.index-product .title {
		margin-bottom: 21px;
		margin-left: 5.3125%
	}
}
.index-product .title .en {
	color: #ED9100
}
.index-product .title .en:first-letter {
	color: #652254
}
.index-product aside {
	width: 225px
}
@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;
	font-size: 15px;
	line-height: 19.6px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 600;
	height: 52px;
	background: #1f2a52;
	border-left: 5px solid  #d0222a;
}
@media screen and (max-width: 768px) {
	.index-product aside .name {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.index-product aside .name::before {
		content: "";
		display: inline-block;
		border: 12px solid transparent;
		border-left-width: 7px;
		border-right-width: 7px;
		border-bottom-width: 0;
		border-top-color: #fff;
		position: absolute;
		right: 16px;
		top: 22px
	}
}
@media screen and (max-width: 768px) {
	.index-product aside ul {
		background: #8db4cb;
		position: absolute;
		width: 100%;
		display: none;
		z-index: 50
	}
}
.index-product aside ul li .aside_text {
	font-size: 16px;
	line-height: 23.1px;
	letter-spacing: 0px;
	color:#1f2a52;
	font-weight: 400;
	display: block;
	padding: 13px 0px 13px 20px;
	position: relative;
	transition: .5s;
}
@media screen and (max-width: 768px) {
	.index-product aside ul li .aside_text {
	border-bottom: 1px  solid #8d8d8e;
	padding: 13px 0px 13px 37%;
	text-align: left;
}
}
@media screen and (max-width: 500px) {
	.index-product aside ul li .aside_text {
	border-bottom: 1px  solid #8d8d8e;
	padding: 13px 0px 13px 20%;
	text-align: left;
}
}
.index-product aside ul li .aside_text::before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #ff0000;
	top: 18px;
	left: 0px;
}
@media screen and (max-width:768px) {
	.index-product aside ul li .aside_text::before{
	top: 18px;
	left: 32%;
}
}
@media screen and (max-width:500px) {
	.index-product aside ul li .aside_text::before{
	top: 18px;
	left: 10%;
}
}
@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:  #8db4cb
}
@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;
	color: #000;
	border-bottom:none;
	font-size: 16px;
	line-height: 23.1px;
	letter-spacing: 0px;
	color: #000;
	font-weight: 400;
	display: block;
	padding: 7px 8px 7px 25px;
	position: relative;
}
@media screen and (max-width: 768px){
	.index-product aside ul li ul a {
	text-align: left;
	padding: 7px 8px 7px 39%;
}
}
@media screen and (max-width: 500px){
	.index-product aside ul li ul a {
	text-align: left;
	padding: 7px 8px 7px 22%;
}
}
.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 8.580913%
}
@media screen and (max-width: 768px) {
	.index-product .lists {
		width: 100%;
		padding-left: 0
	}
}
.index-product .lists .list {
	width: 25.7731958763%;
	margin-bottom: 63px
}
.index-product .lists .list:nth-of-type(3n+2) {
	margin: 0 11.3402061856%;
	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: 80%;
		margin-bottom: 0 !important;
		padding-top: 63px
	}
}
.index-product .lists .list .pic {
	width: 96.7777777778%;
	height: 16.1vw;
	overflow: hidden;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border: 1px solid #1f2a52;
}
@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: 44.0655260708vw
	}
}
@media screen and (max-width: 500px) {
	.index-product .lists .list .pic {
		height: 76.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: #000;
	font-weight: 400;
	display: block;
	width: 100%;
	padding: 7px 0;
	border-bottom: 3px solid #8db4cb;
	transition: .5s
}
.index-product .lists .list:hover .pic img {
	transform: scale(1.2)
}
.index-product .lists .list:hover .name {
	color:#d0222a
}
.index-product .more-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: baseline;
	align-content: flex-start;
	margin-bottom: 80px;
	margin-top: 69px;
}
@media screen and (max-width: 768px) {
	.index-product .more-wrapper {
		margin: 64px auto 74px;
		justify-content: center
	}
}
.index-product .more-wrapper .more {
	width: 85px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.index-product .more-wrapper .more {
		font-size: 19px;
		line-height: 19px;
		letter-spacing: 0px;
		color: #ED9100;
		font-weight: 400
	}
}
.index-product .more-wrapper .more::after {
	content: "";
	display: inline-block;
	position: absolute;
	background: url('../images/website_image/index-more-arrow.png') no-repeat;
	background-size: cover;
	width: 40px;
	height: 20px;
	top: 3px;
	right: -19px;
	transition: .5s;
}
.index-product .more-wrapper .more:hover::after {
	right: -30px;
}
/*footer*/
footer{
	width: 100%;
	background: #1f2a52;
	padding-top: 41px;
}
footer .ft_out{
	width: 77%;
	margin: 0 auto
}
@media screen and (max-width: 500px) {
	footer .ft_out{
	width: 100%;
	margin: 0 auto
}
}
footer .ft-wrapper{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	position: relative;
}
footer .ft-wrapper:before{
	content: '';
	display: inline-block;
	width: 85%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 37px;
}
@media screen and (max-width: 1159px) {
	footer .ft-wrapper:before{
	width: 80%;
}
}
@media screen and (max-width: 1012px) {
	footer .ft-wrapper:before{
	width: 75%;
}
}
@media screen and (max-width: 768px) {
	footer .ft-wrapper:before{
	width: 70%;
}
}
@media screen and (max-width: 671px) {
	footer .ft-wrapper:before{
	display: none;
}
}
footer .ft-wrapper .ft-logo{
	width: 141px;
	background: #1f2a52;
	z-index: 99;
	padding-right: 10px;
}
@media screen and (max-width:500px) {
	footer .ft-wrapper .ft-logo{
	width:100%;
}
}
footer .ft-wrapper .ft-logo>img{
	width: 100%;
	display: block;
}
@media screen and (max-width: 500px) {
	footer .ft-wrapper .ft-logo>img{
	width:200px;
	display: block;
	margin: 0 auto;
}
}
footer .ft-wrapper .media{
	width: 148px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: flex-start;
	background: #1f2a52;
}
@media screen and (max-width: 500px) {
	footer .ft-wrapper .media{
	width: 100%;
	border-bottom: 1px solid #fff;
	padding-bottom: 35px;
	padding: 0px 15% 35px 15%;
}
}
footer .ft-wrapper .media a:hover img{
	animation:tada 1s;
}
footer .ft-wrapper .media>a{
	width: 36px;
	display: block;
}
@media screen and (max-width: 500px) {
	footer .ft-wrapper .media>a{
	width: 50px;
	display: block;
	margin-top: 33px;
}
}
footer .ft-wrapper .media>a>img{
	width: 100%;
	display: block;
}
footer .footer-text{
	color: #fff;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 25px;
	letter-spacing: 1px;
}
@media screen and (max-width: 500px) {
footer .footer-text{
padding: 20px 8% 20px 8%;
font-size: 13px;
}
footer .footer-text>p>span{
	display: block;
}
}
footer .footer-text>div>span{
	padding-right: 23px;
}
@media screen and (max-width: 500px) {
	footer .footer-text>div>span{
	display: block;
}
}
footer address{
	width: 100%;
	text-align: center;
	background: #808080;
	font-size: 13px;
	font-style: normal;
	color: #1f2a52;
	line-height: 25px;
	letter-spacing: 1px;
}
@media screen and (max-width: 500px) {
	footer address{
	width: 100%;
	text-align:left;
	background: #808080;
	font-size: 12px;
	font-style: normal;
	color: #1f2a52;
	line-height: 15px;
	letter-spacing: 1px;
	padding: 5px 1% 5px 3%;
}
}
footer address>a{
	color: #1f2a52;
}
/*內頁news*/
.news-wrapper {
	background: url(../images/website_image/index-06.png) no-repeat top left, url(../images/website_image/about-02.png) no-repeat right bottom;
	background-attachment: fixed;
	background-size: 750.24px, 513.36px
}
.news-wrapper .news {
	width: 77.9836916234%;
	padding: 90px 0 50px;
	margin: 0 auto
}
@media screen and (max-width: 768px) {
	.news-wrapper .news {
		width: 100%;
		padding-top: 40px
	}
}
.news-wrapper .title {
	display: block;
	margin: 0 auto;
	position: relative;
	margin-bottom: 67px;
	width: 218px;
}
@media screen and (max-width: 768px) {
	.news-wrapper .title {
		margin-bottom: 39px
	}
}
.news-wrapper .title .t-text{
	font-size: 17px;
	letter-spacing: 2.5px;
	color: #595757;
	text-align: center;
}
.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:#1f2a52 ;
	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: #8db4cb;
	background: #fff;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2)
}
.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
}
.news-wrapper .news .page ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 12.6px;
	line-height: 12.6px;
	letter-spacing: 0px;
	color: #000;
	font-weight: 400;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid transparent;
	color: #000
}
.news-wrapper .news .page ul li a.select, .news-wrapper .news .page ul li .pg-number:hover {
	border-color: #1f2a52
}
.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: 20px;
	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: 20px;
	height: 25px;
	transition: .5s
}
.news-wrapper .news .page ul li a:hover i.fa-angle-left::before, .news-wrapper .news .page ul li a:hover i.fa-angle-right::before {
	/*background: #EC9100*/
}
.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 #1f2a52;
	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: #1f2a52;
	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 #8db4cb;
	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
}
.news-wrapper .news .detail .back {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: baseline;
	align-content: flex-start;
	margin-bottom: 80px;
	width: 100%;
	padding: 94px 0 144px;
	margin-bottom: 0
}
@media screen and (max-width: 768px) {
	.news-wrapper .news .detail .back {
		margin: 64px auto 74px;
		justify-content: center
	}
}
.news-wrapper .news .detail .back .more {
	font-size: 14px;
	line-height: 14px;
	letter-spacing: .78px;
	color: #ED9100;
	font-weight: 400;
	vertical-align: baseline
}
@media screen and (max-width: 768px) {
	.news-wrapper .news .detail .back .more {
		font-size: 19px;
		line-height: 19px;
		letter-spacing: 0px;
		color: #ED9100;
		font-weight: 400
	}
}
.news-wrapper .news .detail .back .more:hover::after {
	margin-left:-2px
}
@media screen and (max-width: 768px) {
	.news-wrapper .news .detail .back {
		margin: 0 auto;
		padding: 35px 0 75px
	}
}
.news-wrapper .news .back {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: baseline;
	align-content: flex-start;
	margin-bottom: 80px;
	width: 100%;
	padding: 94px 0 30px;
	margin-bottom: 0
}
@media screen and (max-width: 768px) {
	.news-wrapper .news .back {
		margin: 64px auto 74px;
		justify-content: center
	}
}
.news-wrapper .news .back .more {
	width: 85px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.news-wrapper .news .back .more {
		font-size: 19px;
		line-height: 19px;
		letter-spacing: 0px;
		color: #ED9100;
		font-weight: 400
	}
}
.news-wrapper .news .back .more::after {
	content: "";
    display: inline-block;
    position: absolute;
    background: url(../images/website_image/index-back-arrow.png) no-repeat;
    background-size: cover;
    width: 42px;
    height: 15px;
    top: 4px;
    left: -24px;
    transition: .5s;
}
.news-wrapper .news .back .more:hover::after {
	left: -35px;
}
@media screen and (max-width: 768px) {
	.news-wrapper .news .back {
		margin: 0 auto;
		padding: 35px 0 75px
	}
}
/*表單轉信*/
.trans {
	width: 100%;
	padding: 45px 0 0;
    background: url(../images/website_image/index-about-bg.webp)no-repeat;
    background-size:100%;
}
.trans .transbox {
	width: 65%;
	min-width: 768px;
	margin: 0 auto 30px
}
@media screen and (max-width: 768px) {
	.trans .transbox {
		min-width: initial;
		width: 95%
	}
}
.trans .transbox .title {
	display: block;
	margin: 0 auto;
	position: relative;
	margin-bottom: 99px;
	width: 213px;
}
@media screen and (max-width: 768px) {
	.trans .transbox .title {
		margin-bottom: 39px
	}
}
.trans .transbox .title .t-text{
	font-size: 17px;
	letter-spacing: 3px;
	color: #595757;
	text-align: center;
}
.trans .transbox .mafo {
	display: flex;
	flex-wrap: wrap;
	justify-content: 100%;
	align-items: center;
	align-content: center;
	padding: 14px 0px;
	border-bottom: 8px solid #8db4cb
}
@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;
		text-align: center;
		padding-top: 25px
	}
}
.trans .transbox .mafo .info span {
	font-size: 15.5px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #000;
	font-weight: 400;
	display: block
}
@media screen and (max-width: 768px) {
	.trans .transbox .mafo .info span {
		text-align: center
	}
}
.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: 65px;
	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% - 65px)
}
.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% - 65px);
	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% - 110px)
}
.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: #1F2A52;
	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: #ccc
}
.trans .transbox .trans_btn label {
	background: #8db4cb
}
/*內頁產品架*/
.product-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	width: 88.9547813195%;
	padding: 45px 0 0;
	margin: 0 auto
}
@media screen and (max-width: 768px) {
	.product-wrapper {
		width: 100%;
		padding-top: 70px
	}
}
.product-wrapper .title {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 100%;
	margin-bottom: 80px
}
.product-wrapper .title>div{
	display: block;
	margin: 0 auto;
	width: 259px;
}
.product-wrapper .title .t-text{
	font-size: 17px;
	letter-spacing: 3px;
	color: #595757;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.product-wrapper .title {
		margin-bottom: 21px;
		margin-left: 5.3125%
	}
}
.product-wrapper .title .en {
	color: #ED9100
}
.product-wrapper .title .en:first-letter {
	color: #652254
}
.product-wrapper aside {
	width: 225px
}
@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;
	font-size: 15px;
	line-height: 19.6px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 600;
	height: 52px;
	background: #1f2a52;
	border-left: 5px solid  #d0222a;
}
@media screen and (max-width: 768px) {
	.product-wrapper aside .name {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.product-wrapper aside .name::before {
		content: "";
		display: inline-block;
		border: 12px solid transparent;
		border-left-width: 7px;
		border-right-width: 7px;
		border-bottom-width: 0;
		border-top-color: #fff;
		position: absolute;
		right: 16px;
		top: 22px
	}
}
@media screen and (max-width: 768px) {
	.product-wrapper aside ul {
		background: #8db4cb;
		position: absolute;
		width: 100%;
		display: none;
		z-index: 50
	}
}
.product-wrapper aside ul li .aside_text {
	font-size: 16px;
	line-height: 23.1px;
	letter-spacing: 0px;
	color:#1f2a52;
	font-weight: 400;
	display: block;
	padding: 13px 0px 13px 20px;
	position: relative;
	transition: .5s;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	.product-wrapper aside ul li .aside_text {
	border-bottom: 1px  solid #8d8d8e;
	padding: 13px 0px 13px 7%;
	text-align: left;
}
}
@media screen and (max-width: 500px) {
	.product-wrapper aside ul li .aside_text {
	border-bottom: 1px  solid #8d8d8e;
	padding: 13px 0px 13px 9%;
	text-align: left;
}
}
.product-wrapper aside ul li .aside_text::before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #ff0000;
	top: 18px;
	left: 0px;
}
@media screen and (max-width:768px) {
	.product-wrapper aside ul li .aside_text::before{
	top: 18px;
	left: 4%;
}
}
@media screen and (max-width:500px) {
	.product-wrapper aside ul li .aside_text::before{
	top: 18px;
	left: 4%;
}
}
@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:  #8db4cb
}
@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;
}
@media screen and (max-width: 768px){
	.product-wrapper aside ul li ul {
	padding-left: 0px;
	padding-bottom: 0px;
}
}
.product-wrapper aside ul li ul a {
	background-color: #fff;
	color: #000;
	border-bottom:none;
	font-size: 16px;
	line-height: 23.1px;
	letter-spacing: 0px;
	color: #000;
	font-weight: 400;
	display: block;
	padding: 7px 8px 7px 25px;
	position: relative;
	text-align: left;
}
@media screen and (max-width: 768px){
.product-wrapper aside ul li ul li {
	text-align: center;
	width: 100%;
}
.product-wrapper aside ul li ul a {
	padding: 7px 8px 7px 8.5%;
	border-bottom: 1px  solid #8d8d8e;
}
}
@media screen and (max-width: 500px){
.product-wrapper aside ul li ul a {
	padding: 7px 8px 7px 12%;
}
}
.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 6.4%
}
@media screen and (max-width: 768px) {
	.product-wrapper .lists {
		width: 100%;
		padding-left: 0
	}
}
.product-wrapper .lists .list {
	width: 22%;
	margin-bottom: 63px;
	margin-right: 4%;
}
.product-wrapper .lists .list:nth-of-type(3n+2) {
	margin: 0 0%;
	margin-right: 4%;
	margin-bottom: 63px
}
.product-wrapper .lists .list:nth-of-type(4n+4) {
	margin-right: 0%;
}
@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: 80%;
		margin-bottom: 0 !important;
		padding-top: 63px
	}
}
.product-wrapper .lists .list .pic {
	width: 100%;
	height: 14.5vw;
	overflow: hidden;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 1px solid #1f2a52;
}
@media screen and (max-width: 1000px) {
	.product-wrapper .lists .list .pic {
		height: 27vw
	}
}
@media screen and (max-width: 768px) {
	.product-wrapper .lists .list .pic {
		height: 46.0655260708vw
	}
}
@media screen and (max-width: 500px) {
	.product-wrapper .lists .list .pic {
		height: 79.9884078212vw
	}
}
.product-wrapper .lists .list .pic img {
	display: block;
	width: 100%;
	transition: .5s
}
.product-wrapper .lists .list .name {
	font-size: 17.381px;
	line-height: 21.581px;
	letter-spacing: 1px;
	color: #000;
	font-weight: 400;
	display: block;
	width: 100%;
	padding: 7px 0;
	border-bottom: 3px solid #8db4cb;
	transition: .5s
}
.product-wrapper .lists .list:hover .pic img {
	transform: scale(1.2)
}
.product-wrapper .lists .list:hover .name {
	color:#d0222a
}
.product-wrapper .more-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: baseline;
	align-content: flex-start;
	margin-bottom: 80px;
	margin-top: 69px;
}
@media screen and (max-width: 768px) {
	.product-wrapper .more-wrapper {
		margin: 64px auto 74px;
		justify-content: center
	}
}
.product-wrapper .more-wrapper .more {
	width: 85px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.product-wrapper .more-wrapper .more {
		font-size: 19px;
		line-height: 19px;
		letter-spacing: 0px;
		color: #ED9100;
		font-weight: 400
	}
}
.product-wrapper .more-wrapper .more::after {
	content: "";
	display: inline-block;
	position: absolute;
	background: url('../images/website_image/index-more-arrow.png') no-repeat;
	background-size: cover;
	width: 40px;
	height: 20px;
	top: 3px;
	right: -19px;
	transition: .5s;
}
.product-wrapper .more-wrapper .more:hover::after {
	right: -30px;
}
.product-wrapper .lists .page {
	width: 100%;
	padding: 80px 0 152px;
	margin: 0 auto;
	padding: 40px 0 60px
}
.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
}
.product-wrapper .lists .page ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 12.6px;
	line-height: 12.6px;
	letter-spacing: 0px;
	color: #000;
	font-weight: 400;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid transparent;
	color: #000
}
.product-wrapper .lists .page ul li a.select, .product-wrapper .lists .page ul li:hover {
	border-color: #1f2a52
}
.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: 20px;
	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: 20px;
	height: 25px;
	transition: .5s
}
.product-wrapper .lists .page ul li a:hover i.fa-angle-left::before, .news-wrapper .news .page ul li a:hover i.fa-angle-right::before {
	/*background: #EC9100*/
}
/*product_detail*/
.product-wrapper .lists.detail {
	padding-top: 18px
}
@media screen and (min-width: 769px) {
	.product-wrapper .lists.detail {
		padding: 0 0 0 6.580913%
	}
}
@media screen and (max-width: 768px) {
	.product-wrapper .lists.detail {
		width: 95%;
		margin: 0 auto;
		padding-top: 40px
	}
}
.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%;
	margin-bottom: 115px
}
@media screen and (max-width: 768px) {
	.product-wrapper .lists.detail .top-wrapper {
		margin-bottom: 35px
	}
}
.product-wrapper .lists.detail .top-wrapper .main-pic {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
	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: 364px;
	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: 18.5px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #000;
	font-weight: 400;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	padding-left: 20px;
}
.product-wrapper .lists.detail .top-wrapper .name::before {
	content: '';
	display: inline-block;
	position: absolute;
	width:5px;
	height:23px;
	background-color: #8db4cb;
	left: 0px;
	top: 3px;
}
@media screen and (max-width: 500px) {
.product-wrapper .lists.detail .top-wrapper .name::before {
	display: none;
}
}
@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;
		text-align: left;
	}
}
.product-wrapper .lists.detail .top-wrapper .text-edit{
	width: calc(100% - 380px);
	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;
}
}
@media screen and (max-width: 500px) {
.product-wrapper .lists.detail .top-wrapper .text-edit{
	width: 100%;
	padding:0px 0%;
	margin-top: 50px;
}
}
.product-wrapper .lists.detail .desc .desc-title {
	font-size: 18.5px;
	line-height: 17.5px;
	letter-spacing: 1px;
	color: #1f2a52;
	font-weight: 600;
	padding: 5px 0 9px;
	background:  #fff;
	text-align: center;
	width:70%;
	border: 1px solid #1f2a52;
}
@media screen and (max-width: 1024px) {
	.product-wrapper .lists.detail .desc .desc-title {
	width:80%;
}
}
@media screen and (max-width: 768px) {
	.product-wrapper .lists.detail .desc .desc-title {
	width:100%;
}
}
.product-wrapper .lists.detail .desc{
	width: 100%;
}
.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
}
.product-wrapper .lists.detail .back {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: baseline;
	align-content: flex-start;
	margin-bottom: 80px;
	width: 100%;
	padding: 94px 0 30px;
	margin-bottom: 0
}
@media screen and (max-width: 768px) {
	.product-wrapper .lists.detail .back {
		margin: 64px auto 74px;
		justify-content: center
	}
}
.product-wrapper .lists.detail .back .more {
	width: 85px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.product-wrapper .lists.detail .back .more {
		font-size: 19px;
		line-height: 19px;
		letter-spacing: 0px;
		color: #ED9100;
		font-weight: 400
	}
}
.product-wrapper .lists.detail .back .more::after {
	content: "";
    display: inline-block;
    position: absolute;
    background: url(../images/website_image/index-back-arrow.png) no-repeat;
    background-size: cover;
    width: 42px;
    height: 15px;
    top: 4px;
    left: -24px;
    transition: .5s;
}
.product-wrapper .lists.detail .back .more:hover::after {
	left: -35px;
}
@media screen and (max-width: 768px) {
	.product-wrapper .lists.detail .back {
		margin: 0 auto;
		padding: 35px 0 75px
	}
}
/*小圖*/
.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;
}
.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;
}
.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;
}
/*內頁編輯器*/
/*about-wrapper*/
.about-wrapper{
	width: 100%;
}
.about-wrapper .title {
	display: block;
	margin: auto;
	padding-top: 45px;
	position: relative;
	margin-bottom: 67px;
	width: 215px;
}
@media screen and (max-width: 768px) {
	.about-wrapper .title {
		margin-bottom: 39px
	}
}
.about-wrapper .title .t-text{
	font-size: 17px;
	letter-spacing: 2.5px;
	color: #595757;
	text-align: center;
}
.about-wrapper{
	width: 100%;
	background: url(../images/website_image/index-about-bg.webp)no-repeat;
	background-size: 100%;
}
.about-wrapper .i-about01{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}
.about-wrapper .i-about01 .pic{
	width: 45%;
	margin-top: 106px;
	padding-left: 16%;
}
@media screen and (max-width: 846px) {
	.about-wrapper .i-about01 .pic{
	width: 80%;
	padding-left:0;
	text-align: center;
	display: block;
	margin: 0 auto
}
}
.about-wrapper .i-about01 .pic>img{
	width: 239px;
	display: block;
}
@media screen and (max-width: 846px) {
.about-wrapper .i-about01 .pic>img{
	width: 239px;
	display: inline-block;
}
}
.about-wrapper .i-about01 .text{
	width: 45%;
	margin-top: 106px;
}
@media screen and (max-width: 846px) {
	.about-wrapper .i-about01 .text{
	width: 80%;
	margin: 50px auto;
}
}
@media screen and (max-width: 500px) {
	.about-wrapper .i-about01 .text{
	width: 90%;
	margin: 50px auto;
}
}
.about-wrapper .i-about01 .text{
	display: block;
	font-size: 15.5px;
	color:  #1f2a52;
	line-height: 30px;
	margin-bottom: 10px;
	font-family: 'Raleway','Arial','微軟正黑體';
	letter-spacing: 0.5px;
	text-align: justify;
	text-justify: auto;
}
@media screen and (max-width: 500px) {
	.about-wrapper .i-about01 .text{
	display: block;
	font-size: 14px;
	color:  #1f2a52;
	line-height: 30px;
	margin-bottom: 10px;
	font-family: 'Raleway','Arial','微軟正黑體';
	letter-spacing: 0.5px;
	text-align: left;
}
}
.about-wrapper .i-about01 .text>b{
	display: block;
	font-size: 30px;
	color: #8ab1c8;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
@media screen and (max-width: 500px) {
	.about-wrapper .i-about01 .text>b{
	display: block;
	font-size: 20px;
	color: #8ab1c8;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
}
.about-wrapper .i-about02{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: flex-start;
	margin-bottom: 161px;
}
.about-wrapper .i-about02 .text02{
	width: 50%;
	padding:0px 6% 0px 8.5%;
}
@media screen and (max-width: 768px) {
.about-wrapper .i-about02 .text02{
	width: 100%;
	padding:50px 6% 0px 7%;
}
}
@media screen and (max-width: 500px) {
.about-wrapper .i-about02 .text02{
	width: 100%;
	padding:50px 5% 20px 5%;
}
}
.about-wrapper .i-about02 .text02>b{
	display: block;
	font-weight: 600;
	font-size: 20px;
	color:  #1f2a52;
	margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
.about-wrapper .i-about02 .text02>b{
	display: block;
	font-weight: 600;
	font-size: 18px;
	color:  #1f2a52;
	margin-bottom: 10px;
}
}
.about-wrapper .i-about02 .text02>span{
	font-size: 16px;
	color: #727171;
	line-height: 28px;
}
@media screen and (max-width: 500px) {
.about-wrapper .i-about02 .text02>span{
	font-size: 15px;
	color: #727171;
	line-height: 28px;
}
}
.about-wrapper .i-about02 .pic02{
	width: 49%
}
@media screen and (max-width: 768px) {
	.about-wrapper .i-about02 .pic02{
	width: 100%
}
}
.about-wrapper .i-about02 .pic02>img{
	width:100%;
	display: block;
}
/*01INJECTION*/
.injection-wrapper{
	width: 100%;
	background: url(../images/website_image/index-about-bg.webp)no-repeat;
	background-size: 100%;
}
.injection-wrapper .title{
	width: 100%;
	margin: 0px auto;
	text-align: center;
	padding-top: 48px;
}
.injection-wrapper .title .title-en{
	font-size: 32px;
	color: #1f2a52;
	position: relative;
	display: inline-block;
}
@media screen and (max-width: 450px) {
	.injection-wrapper .title .title-en{
	font-size: 23px;
}
}
.injection-wrapper .title .title-en::before{
	content: '[';
	display: inline-block;
	position: absolute;
	font-size: 30px;
	color: #1f2a52;
	top: 0px;
	left: -12%
}
.injection-wrapper .title .title-en::after{
	content: ']';
	display: inline-block;
	position: absolute;
	font-size: 30px;
	color: #1f2a52;
	top: 0px;
	right:-12%
}
@media screen and (max-width: 450px) {
.injection-wrapper .title .title-en::before{
	content: '[';
	display: inline-block;
	position: absolute;
	font-size: 23px;
	color: #1f2a52;
	top: 0px;
	left: -12%
}
.injection-wrapper .title .title-en::after{
	content: ']';
	display: inline-block;
	position: absolute;
	font-size: 23px;
	color: #1f2a52;
	top: 0px;
	right:-12%
}
}
.injection-wrapper .title .title-en>i{
	font-style: normal;
	color: #d0222a;
}
.injection-wrapper .title .title-cn{
	 font-size: 17px;
    letter-spacing: 2.5px;
    color: #595757;
    text-align: center;
    padding-top: 8px;
}
.injection-wrapper .inje-se01{
	width: 100%;
 	display: flex;
 	flex-wrap: wrap;
 	justify-content: space-between;
 	align-items: flex-start;
 	align-content: flex-start;
 	margin-top: 124px;
}
.injection-wrapper .inje-se01 .pic01{
	width: 44.4%;
}
@media screen and (max-width: 768px) {
.injection-wrapper .inje-se01 .pic01{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 50px;
}
}
@media screen and (max-width: 450px) {
.injection-wrapper .inje-se01 .pic01{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
}
}
.injection-wrapper .inje-se01 .pic01>img{
	width: 100%;
	display: block;
}
.injection-wrapper .inje-se01 .text01{
	width: 50%;
	padding-right: 8%;
}
@media screen and (max-width: 768px) {
	.injection-wrapper .inje-se01 .text01{
	width: 100%;
	padding:0px 5%;
}
}
.injection-wrapper .inje-se01 .text01 .text-title{
	background: #8ab1c8;
	color: #fff;
	font-size: 17px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 16px;
	margin-bottom: 24px;
	border-left: 8px solid #d0222a;
}
.injection-wrapper .inje-se01 .text01>p{
	color: #1f2a52;
	font-size: 17px;
	letter-spacing: 0px;
	line-height: 38px;
	font-family: 'Raleway','Arial','微軟正黑體';
}
.injection-wrapper .inje-se01 .text01>span{
	color: #1f2a52;
	font-size: 17px;
	letter-spacing: 0px;
	line-height: 38px;
	font-weight: 600;
}
/*inj-02*/
.injection-wrapper .inje-se02{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items: center;
	margin-top: 102px;
}
.injection-wrapper .inje-se02 .text02{
	width: 49%;
	padding-left: 10%;
}
@media screen and (max-width: 768px) {
	.injection-wrapper .inje-se02 .text02{
	width: 100%;
	padding:0px 5%;
}
}
.injection-wrapper .inje-se02 .text02 .text-title{
	background: #8ab1c8;
	color: #fff;
	font-size: 17px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 16px;
	margin-bottom: 24px;
	border-left: 8px solid #d0222a;
}
.injection-wrapper .inje-se02 .text02>p{
	color: #1f2a52;
	font-size: 17px;
	letter-spacing: 0px;
	line-height: 38px;
	font-family: 'Raleway','Arial','微軟正黑體';
}
.injection-wrapper .inje-se02 .text02>span{
	color: #1f2a52;
	font-size: 17px;
	letter-spacing: 0px;
	line-height: 38px;
	font-weight: 600;
}
.injection-wrapper .inje-se02 .pic02{
	width: 41.4%;
}
.injection-wrapper .inje-se02 .pic02>img{
	width: 100%;
	display: block;
}
@media screen and (max-width: 768px) {
.injection-wrapper .inje-se02 .pic02{
	width: 100%;
	margin: 30px auto;
}
}
/*inj03*/
.injection-wrapper .inje-se03{
	width: 100%;
 	display: flex;
 	flex-wrap: wrap;
 	justify-content: space-between;
 	align-items: flex-start;
 	align-content: flex-start;
 	margin-top: 124px;
}
.injection-wrapper .inje-se03 .pic03{
	width: 44.4%;
}
@media screen and (max-width: 768px) {
	.injection-wrapper .inje-se03 .pic03{
	width: 80%;
	margin-bottom: 30px;
}
}
@media screen and (max-width: 450px) {
	.injection-wrapper .inje-se03 .pic03{
	width:100%;
	margin-bottom: 30px;
}
}
.injection-wrapper .inje-se03 .pic03>img{
	width: 100%;
	display: block;
}
.injection-wrapper .inje-se03 .text03{
	width: 50%;
	padding-right: 10%;
}
@media screen and (max-width: 768px) {
.injection-wrapper .inje-se03 .text03{
	width: 100%;
	padding:0px 5%;
}
}
.injection-wrapper .inje-se03 .text03 .text-title{
	background: #8ab1c8;
	color: #fff;
	font-size: 17px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 16px;
	margin-bottom: 24px;
	border-left: 8px solid #d0222a;
}
.injection-wrapper .inje-se03 .text03>p{
	color: #1f2a52;
	font-size: 17px;
	letter-spacing: 0px;
	line-height: 38px;
	font-family: 'Raleway','Arial','微軟正黑體';
}
.injection-wrapper .inje-se03 .text03>span{
	color: #1f2a52;
	font-size: 17px;
	letter-spacing: 0px;
	line-height: 38px;
	font-weight: 600;
}
/*inj04*/
.injection-wrapper .inje-se04{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items: center;
	margin-top: 102px;
	margin-bottom: 178px;
}
.injection-wrapper .inje-se04 .text04{
	width: 49%;
	padding-left: 10%;
}
@media screen and (max-width: 768px) {
	.injection-wrapper .inje-se04 .text04{
	width: 100%;
	padding:0px 5%;
}
}
.injection-wrapper .inje-se04 .text04 .text-title{
	background: #8ab1c8;
	color: #fff;
	font-size: 17px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 16px;
	margin-bottom: 24px;
	border-left: 8px solid #d0222a;
}
.injection-wrapper .inje-se04 .text04>p{
	color: #1f2a52;
	font-size: 17px;
	letter-spacing: 0px;
	line-height: 38px;
	font-family: 'Raleway','Arial','微軟正黑體';
}
.injection-wrapper .inje-se04 .text04>span{
	color: #1f2a52;
	font-size: 17px;
	letter-spacing: 0px;
	line-height: 38px;
	font-weight: 600;
}
.injection-wrapper .inje-se04 .pic04{
	width: 40%;
}
@media screen and (max-width: 768px) {
	.injection-wrapper .inje-se04 .pic04{
	width: 80%;
	margin:30px auto;
}
}
@media screen and (max-width: 450px) {
	.injection-wrapper .inje-se04 .pic04{
	width: 100%;
	margin:30px auto;
}
}
.injection-wrapper .inje-se04 .pic04>img{
	width: 100%;
	display: block;
}
/*02operations*/
.operations-wrapper{
	width: 100%;
	background: url(../images/website_image/index-about-bg.webp)no-repeat;
	background-size: 100%;
	padding-bottom: 145px;
}
.operations-wrapper .title{
	width: 100%;
	margin: 0px auto;
	text-align: center;
	padding-top: 48px;
}
.operations-wrapper .title .title-en{
	font-size: 32px;
	color: #1f2a52;
	position: relative;
	display: inline-block;
}
@media screen and (max-width: 450px) {
	.operations-wrapper .title .title-en{
	font-size: 23px;
}
}
@media screen and (max-width: 320px) {
	.operations-wrapper .title .title-en{
	font-size: 20px;
}
}
.operations-wrapper .title .title-en::before{
	content: '[';
	display: inline-block;
	position: absolute;
	font-size: 30px;
	color: #1f2a52;
	top: 0px;
	left: -12%
}
.operations-wrapper .title .title-en::after{
	content: ']';
	display: inline-block;
	position: absolute;
	font-size: 30px;
	color: #1f2a52;
	top: 0px;
	right:-12%
}
@media screen and (max-width: 450px) {
.operations-wrapper .title .title-en::before{
	content: '[';
	display: inline-block;
	position: absolute;
	font-size: 23px;
	color: #1f2a52;
	top: 0px;
	left: -12%
}
.operations-wrapper .title .title-en::after{
	content: ']';
	display: inline-block;
	position: absolute;
	font-size: 23px;
	color: #1f2a52;
	top: 0px;
	right:-12%
}
}
@media screen and (max-width: 320px) {
.operations-wrapper .title .title-en::before{
	content: '[';
	display: inline-block;
	position: absolute;
	font-size: 20px;
	color: #1f2a52;
	top: 0px;
	left: -8%
}
.operations-wrapper .title .title-en::after{
	content: ']';
	display: inline-block;
	position: absolute;
	font-size: 20px;
	color: #1f2a52;
	top: 0px;
	right:-8%
}
}
.operations-wrapper .title .title-en>i{
	font-style: normal;
	color: #d0222a;
}
.operations-wrapper .title .title-cn{
	 font-size: 17px;
    letter-spacing: 2.5px;
    color: #595757;
    text-align: center;
    padding-top: 8px;
}
.operations-wrapper .op-description{
	background: #8db4cb;
	border-left: 8px solid #d0222a;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	width: 55%;
	margin: 0 auto;
	padding: 10px 12px;
	margin-top: 92px;
}
@media screen and (max-width: 768px) {
	.operations-wrapper .op-description{
	width: 80%;
}
}
@media screen and (max-width: 500px) {
	.operations-wrapper .op-description{
	font-size: 14px;
	width: 95%;
}
}
.operations-wrapper .op-items{
	width: 55%;
	margin: 18px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 155px;
}
@media screen and (max-width: 768px) {
	.operations-wrapper .op-items{
	width: 80%;
	margin: 18px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 155px;
}
}
@media screen and (max-width: 500px) {
	.operations-wrapper .op-items{
	width: 100%;
	margin: 18px auto;
	margin-bottom: 80px;
}
}
.operations-wrapper .op-items>div{
	width: 50%;
}
.operations-wrapper .op-items>div>b{
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 31px;
	padding-left: 14px;
	position: relative;
}
@media screen and (max-width: 500px) {
	.operations-wrapper .op-items>div{
	width: 100%;
	margin-left: 30px;
}
	.operations-wrapper .op-items>div>b{
	display: block;
	font-size: 14px;
	color: #000;
	line-height: 31px;
	padding-left: 14px;
	position: relative;
}
}
.operations-wrapper .op-items>div>b::before{
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #d0222a;
	position: absolute;
	top: 13px;
	left: 0px;
}
.operations-wrapper .op-content{
	width: 100%;
}
.operations-wrapper .op-content .op01{
	width: 100%;
	display: flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items: flex-start;
	align-content: flex-start;
}
.operations-wrapper .op-content .op01 .op-pic01{
	width: 47%;
}
@media screen and (max-width: 768px) {
	.operations-wrapper .op-content .op01 .op-pic01{
	width: 100%;
}
}
.operations-wrapper .op-content .op01 .op-pic01>img{
	width: 100%;
	display: block;
}
.operations-wrapper .op-content .op01 .optext{
	width: 34%;
	padding-left:47px;
	margin-top: 41px;
}
@media screen and (max-width: 768px) {
	.operations-wrapper .op-content .op01 .optext{
	width: 80%;
	margin: 41px auto;
	padding-left:0px;
}
}
.operations-wrapper .op-content .op01 .optext>b{
	font-size: 17px;
	color: #000;
	border-bottom: 2px solid #8db4cb;
	font-weight: 400;
	line-height: 23px;
	padding-bottom: 5px;
	display: block;
	margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
	.operations-wrapper .op-content .op01 .optext>b{
	font-size: 16px;
	color: #000;
	border-bottom: 2px solid #8db4cb;
	font-weight: 400;
	line-height: 23px;
	padding-bottom: 5px;
	display: block;
	margin-bottom: 10px;
}
}
.operations-wrapper .op-content .op01 .optext>p{
	font-size: 17px;
	color: #000;
	line-height: 32px;
}
@media screen and (max-width: 500px) {
	.operations-wrapper .op-content .op01 .optext>p{
	font-size: 14px;
	color: #000;
	line-height: 28px;
}
}
/*02*/
.operations-wrapper .op-content .op02{
	width: 100%;
	display: flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items: center;
	align-content: flex-start;
	margin-top: 145px;
}
@media screen and (max-width: 500px) {
.operations-wrapper .op-content .op02{
	margin-top: 50px;
}
}
.operations-wrapper .op-content .op02 .op-pic02{
	width: 42%;
}
@media screen and (max-width: 768px) {
	.operations-wrapper .op-content .op02 .op-pic02{
	width: 80%;
}
}
.operations-wrapper .op-content .op02 .op-pic02>img{
	width: 100%;
	display: block;
}
.operations-wrapper .op-content .op02 .optext{
	width: 40%;
	padding-left:120px;
}
@media screen and (max-width: 768px) {
	.operations-wrapper .op-content .op02 .optext{
	width: 80%;
	padding-left:0px;
	margin: 30px auto;
}
}
.operations-wrapper .op-content .op02 .optext>b{
	font-size: 17px;
	color: #000;
	border-bottom: 2px solid #8db4cb;
	font-weight: 400;
	line-height: 23px;
	padding-bottom: 5px;
	display: block;
	margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
	.operations-wrapper .op-content .op02 .optext>b{
	font-size: 15px;
}
}
.operations-wrapper .op-content .op02 .optext>p{
	font-size: 17px;
	color: #000;
	line-height: 32px;
}
@media screen and (max-width: 768px) {
	.operations-wrapper .op-content .op02 .optext>p{
	font-size: 14px;
	color: #000;
	line-height: 32px;
}
}
/*03*/
.operations-wrapper .op-content .op03{
	width: 100%;
	display: flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items: center;
	align-content: flex-start;
	margin-top: 145px;
}
@media screen and (max-width: 768px) {
	.operations-wrapper .op-content .op03{
	margin-top: 30px;
}
}
.operations-wrapper .op-content .op03 .op-pic03{
	width: 44%;
}
@media screen and (max-width: 768px) {
	.operations-wrapper .op-content .op03 .op-pic03{
	width: 80%;
}
}
.operations-wrapper .op-content .op03 .op-pic03>img{
	width: 100%;
	display: block;
}
.operations-wrapper .op-content .op03 .optext{
	width: 40%;
	padding-left:110px;
}
@media screen and (max-width: 768px) {
.operations-wrapper .op-content .op03 .optext{
	width: 80%;
	padding-left:0px;
	margin: 30px auto;
}
}
.operations-wrapper .op-content .op03 .optext>b{
	font-size: 17px;
	color: #000;
	border-bottom: 2px solid #8db4cb;
	font-weight: 400;
	line-height: 23px;
	padding-bottom: 5px;
	display: block;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.operations-wrapper .op-content .op03 .optext>b{
	font-size: 16px;
}
}
.operations-wrapper .op-content .op03 .optext>p{
	font-size: 17px;
	color: #000;
	line-height: 32px;
}
@media screen and (max-width: 768px) {
	.operations-wrapper .op-content .op03 .optext>p{
	font-size: 14px;
	color: #000;
	line-height: 32px;
}
}
/*03value*/
.value-wrapper{
	width: 100%;
	background: url(../images/website_image/index-about-bg.webp)no-repeat;
	background-size: 100%;
	padding-bottom: 145px;
}
.value-wrapper .title{
	width: 100%;
	margin: 0px auto;
	text-align: center;
	padding-top: 48px;
}
.value-wrapper .title .title-en{
	font-size: 32px;
	color: #1f2a52;
	position: relative;
	display: inline-block;
}
@media screen and (max-width: 450px) {
	.value-wrapper .title .title-en{
	font-size: 23px;
}
}
@media screen and (max-width: 320px) {
	.value-wrapper .title .title-en{
	font-size: 20px;
}
}
.value-wrapper .title .title-en::before{
	content: '[';
	display: inline-block;
	position: absolute;
	font-size: 30px;
	color: #1f2a52;
	top: 0px;
	left: -12%
}
.value-wrapper .title .title-en::after{
	content: ']';
	display: inline-block;
	position: absolute;
	font-size: 30px;
	color: #1f2a52;
	top: 0px;
	right:-12%
}
@media screen and (max-width: 450px) {
.value-wrapper .title .title-en::before{
	content: '[';
	display: inline-block;
	position: absolute;
	font-size: 23px;
	color: #1f2a52;
	top: 0px;
	left: -12%
}
.value-wrapper .title .title-en::after{
	content: ']';
	display: inline-block;
	position: absolute;
	font-size: 23px;
	color: #1f2a52;
	top: 0px;
	right:-12%
}
}
@media screen and (max-width: 320px) {
.value-wrapper .title .title-en::before{
	content: '[';
	display: inline-block;
	position: absolute;
	font-size: 20px;
	color: #1f2a52;
	top: 0px;
	left: -8%
}
.value-wrapper .title .title-en::after{
	content: ']';
	display: inline-block;
	position: absolute;
	font-size: 20px;
	color: #1f2a52;
	top: 0px;
	right:-8%
}
}
.value-wrapper .title .title-en>i{
	font-style: normal;
	color: #d0222a;
}
.value-wrapper .title .title-cn{
	 font-size: 17px;
    letter-spacing: 2.5px;
    color: #595757;
    text-align: center;
    padding-top: 8px;
}
.value-wrapper .va-content{
	width: 100%;
}
.value-wrapper .va-content .va01{
	width: 100%;
	display: flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items: center;
	align-content: flex-start;
	margin-top: 126px;
}
.value-wrapper .va-content .va01 .va-pic01{
	width: 42%;
}
@media screen and (max-width: 768px) {
	.value-wrapper .va-content .va01 .va-pic01{
	width: 80%;
}
}
@media screen and (max-width: 500px) {
	.value-wrapper .va-content .va01 .va-pic01{
	width: 90%;
}
}
.value-wrapper .va-content .va01 .va-pic01>img{
	width: 100%;
	display: block;
}
.value-wrapper .va-content .va01 .vatext{
	width: 40%;
	padding-left:115px;
	margin-top: 0px;
}
@media screen and (max-width: 768px) {
	.value-wrapper .va-content .va01 .vatext{
	width: 80%;
	margin: 41px auto;
	padding-left:0px;
}
}
.value-wrapper .va-content .va01 .vatext>b{
	font-size: 17px;
	color: #000;
	border-bottom: 2px solid #8db4cb;
	font-weight: 400;
	line-height: 23px;
	padding-bottom: 5px;
	display: block;
	margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
	.value-wrapper .va-content .va01 .vatext>b{
	font-size: 16px;
	color: #000;
	border-bottom: 2px solid #8db4cb;
	font-weight: 400;
	line-height: 23px;
	padding-bottom: 5px;
	display: block;
	margin-bottom: 10px;
}
}
.value-wrapper .va-content .va01 .vatext>p{
	font-size: 17px;
	color: #000;
	line-height: 32px;
}
@media screen and (max-width: 500px) {
	.value-wrapper .va-content .va01 .vatext>p{
	font-size: 14px;
	color: #000;
	line-height: 28px;
}
}
/* 影片RWD */
@media screen and (max-width: 1920px) {
 iframe{
  width: 42%;
  height: 314px
 }
}
@media screen and (max-width: 1024px) {
 iframe{
  width: 60%;
  height: 314px
 }
}
@media screen and (max-width:768px) {
 iframe{
  width: 100%;
  height: 314px;
 }
}
/**/
@-webkit-keyframes tada {
   0% {-webkit-transform: scale(1);transform: scale(1);}
   10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);transform: scale(0.9) rotate(-3deg);}
   30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);transform: scale(1.1) rotate(3deg);}
   40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);transform: scale(1.1) rotate(-3deg);}
   100% {-webkit-transform: scale(1) rotate(0);transform: scale(1) rotate(0);}
}
@keyframes tada {
   0% {-webkit-transform: scale(1);transform: scale(1);}
   10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);transform: scale(0.9) rotate(-3deg);}
   30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);transform: scale(1.1) rotate(3deg);}
   40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);transform: scale(1.1) rotate(-3deg);}
   100% {-webkit-transform: scale(1) rotate(0);transform: scale(1) rotate(0);}
}
@-webkit-keyframes eimg {
	from { -webkit-transform: translateY(-100px); transform: translateY(-100px); opacity: 0; }
	to { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}
@keyframes eimg {
	from { -webkit-transform: translateY(-100px); transform: translateY(-100px); opacity: 0; }
	to { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}
@-webkit-keyframes slowtop{
from {
-webkit-transform:translateY(50%);transform:translateY(50%);
opacity: 0; }
to{
-webkit-transform:translateY(0px);transform:translateY(0px);
opacity: 1;}
}
@keyframes slowtop{
from {
-webkit-transform:translateY(100px);transform:translateY(100px);
opacity: 0; }
to{
-webkit-transform:translateY(0px);transform:translateY(0px);
opacity: 1;}
}
