.in-banner {
	margin-top: 27px;
}
.in-banner-title {
	font-size: 40px;
	color: #006ab7;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 100%;
	height: 448px;
	padding: 100px 0;
	margin: 0;
	text-shadow: 10px 10px 25px #ffffff;
}
.ind-banner {
	background: url(../images/banner/in-banner01.jpg) center center no-repeat;
}
.pd-banner {
	background: url(../images/banner/in-banner02.jpg) center center no-repeat;
}
.case-banner {
	background: url(../images/banner/in-banner03.jpg) center center no-repeat;
}
.know-banner {
	background: url(../images/banner/in-banner04.jpg) center center no-repeat;
}
.know-banner .in-banner-title {
	max-width: 170px;
	margin: 0 auto;
	line-height: 1.3;
}
.news-banner {
	background: url(../images/banner/in-banner05.jpg) center center no-repeat;
}
.au-banner {
	background: url(../images/banner/in-banner06.jpg) center center no-repeat;
}
.in-content {
	position: relative;
}
.in-content-bg {
	background: #F7F7F7;
}
.in-content-nb {
	padding-top: 30px;
}
.inner-main-title {
	font-size: 30px;
	font-weight: bold;
	color: #063d72;
	position: relative;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 65px;
}
.inner-main-title::after {
	content: '';
	position: absolute;
	bottom: -40px;
	left: calc(50% - 5.5px);
	width: 11px;
	height: 15px;
	background: url(../images/title-icon.png);
}

/* industries */
.ind-block01 {
	padding-bottom: 50px;
}
.ind-block01 p {
	max-width: 980px;
	margin: 0 auto 25px auto;
	font-size: 15px;
	color: #666666;
}
.ind-block02 {
	padding-bottom: 155px;
}
.ind-block02 .wrap-1410 {
	display: flex;
	flex-wrap: wrap;
}
.ind-item {
	width: calc(100%/3 - 80px);
	margin: 60px 40px 10px 40px;
	border-bottom: 3px solid #F3F3F3;
	padding-bottom: 50px;
	position: relative;
}
.ind-item .fix-pic { 
	position: relative;
	padding-top: 82.11%;
}
.ind-item .fix-pic figure { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content:center;
	align-items: center;
	overflow: hidden;
}
.ind-item .fix-pic img { 
	/*width: auto !important;
	height: auto !important;
	max-width: inherit !important;
	max-height: inherit !important;*/
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
    max-height: 100%!important;
}
.ind-item:hover .fix-pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.ind-item-title {
	font-size: 24px;
	color: #003a70;
	margin-top: 25px;
	margin-bottom: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ind-item:hover .ind-item-title {
	color: #0079d1;
}
.ind-item-title span {
	position: relative;
}
.ind-item-title span::after {
	content: '';
	position: absolute;
	right: -14px;
	bottom: -8px;
	width: 12px;
	height: 12px;
	background: url(../images/industries/industries06.png);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ind-item:hover .ind-item-title span::after {
	opacity: 0;
}
.ind-item-des {
	font-size: 15px;
	color: #576776;
}
.ind-link {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.ind-pic01 {
	position: absolute;
	bottom: 0;
	right: 0;
}
.ind-block03 {
	padding-top: 60px;
	padding-bottom: 130px;
}
.ind-item-block {
	display: flex;
	margin: 0 auto;
	margin-bottom: 50px;
}
.ind-block03 .item {
	width: calc(100%/3);
}
.ind-block03 .fix-pic { 
	position: relative;
	padding-top: 70%;
}
.ind-block03 .fix-pic figure { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content:center;
	align-items: center;
	overflow: hidden;
}
.ind-block03 .fix-pic img { 
	width: auto !important;
	height: auto !important;
	max-width: inherit !important;
	max-height: inherit !important;
}
.border-btn {
	border: 1px solid #149CFF;
	max-width: 190px;
	margin: 0 auto;
}
.border-btn a {
	color: #149CFF;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 12px;
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
}
.border-btn a:hover {
	color: #FFF;
}

/* products */
.pd-pic01 {
	position: absolute;
	top: 0;
	right: 0;
}
.pd-cate-block-all {
	display: flex;
	flex-wrap: wrap;
	padding-top: 65px;
	padding-bottom: 95px;
}
.pd-cate-block {
	width: calc(50% - 37.5px);
	margin-right: 75px;
	margin-bottom: 60px;
	position: relative;
}
.pd-cate-block:nth-child(2n) {
	margin-right: 0;
}
.pd-cate-pic-block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pd-cate-block .pd-cate-pic { 
	position: relative;
	padding-top: 52%;
}
.pd-cate-block .pd-cate-pic figure { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content:center;
	align-items: center;
	overflow: hidden;
}
.pd-cate-block .pd-cate-pic img { 
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
}
.pd-cate-content {
	background: #F7F7F7;
	padding: 6px;
	margin-top: 240px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.pd-cate-border {
	border: 1px solid #F7F7F7;
	padding: 70px 15px 45px 15px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.pd-cate-title {
	font-size: 24px;
	color: #003a70;
	text-align: center;
	margin-bottom: 20px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.pd-cate-des {
	font-size: 15px;
	color: #576776;
	max-width: 490px;
	margin: 0 auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.pd-cate-btn {
	background: #247EC0;
	max-width: 200px;
	margin: 15px auto 0 auto;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.pd-cate-btn a {
	font-size: 15px;
	color: #FFF;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pd-cate-link {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.pd-cate-block:hover .pd-cate-border {
	border: 1px solid #fff;
}
.pd-cate-block:hover .pd-cate-content {
	background: #257EC0;
}
.pd-cate-block:hover .pd-cate-title, .pd-cate-block:hover .pd-cate-des {
	color: #FFF;
}
.pd-cate-block:hover .pd-cate-btn {
	background: #FFF;
}
.pd-cate-block:hover .pd-cate-btn a {
	color: #247EC0;
}
.pd-list-main-des {
	max-width: 980px;
	margin: 0 auto 25px auto;
}
.pd-list-intro-title {
	margin-bottom: 25px;
	font-size: 16px;
	color: #063e72;
}
.pd-list-intro {
	list-style-type: none;
	padding-left: 22px;
}
.pd-list-intro li {
	font-size: 15px;
	color: #666;
	margin-bottom: 25px;
}
.pd-list-intro span {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #063e72;
	position: relative;
}
.pd-list-intro span::before {
	content: '';
	position: absolute;
	top: 8px;
	left: -21px;
	width: 10px;
	height: 10px;
	background: url('../images/products/list-icon01.png');
}
.pd-list-block-all {
	display: flex;
	flex-wrap: wrap;
	padding-top: 65px;
	padding-bottom: 95px;
}
.pd-list-nopd {
	padding-bottom: 0;
	border-bottom: 1px solid #F4F4F4;
	margin-bottom: 50px;
}
.pd-list-block {
	width: calc(100%/3 - 34px);
	margin-right: 50px;
	margin-bottom: 60px;
	position: relative;
}
.pd-list-block:nth-child(3n) {
	margin-right: 0;
}
.pd-list-pic-block {
	padding: 10px 0;
}
.pd-list-block:hover .pd-list-pic-block {
	-webkit-box-shadow: 0 0 15px #f3f3f3;
	-moz-box-shadow: 0 0 15px #f3f3f3;
	box-shadow: 0 0 15px #f3f3f3;
}
.pd-list-block .pd-list-pic { 
	position: relative;
	padding-top: 74%;
}
.pd-list-block .pd-list-pic figure { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content:center;
	align-items: center;
	overflow: hidden;
}
.pd-list-block .pd-list-pic img { 
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
}
.pd-list-content {
	padding: 4px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.pd-list-border {
	border: 1px solid #FFF;
	padding: 15px 15px 35px 15px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.pd-list-title {
	font-size: 18px;
	color: #003a70;
	text-align: center;
	margin-bottom: 15px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.pd-list-des {
	font-size: 15px;
	color: #576776;
	max-width: 320px;
	margin: 0 auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 72px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.pd-list-btn {
	background: #247EC0;
	max-width: 200px;
	margin: 30px auto 0 auto;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.pd-list-btn a {
	font-size: 15px;
	color: #FFF;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pd-list-link {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.pd-list-block:hover .pd-list-border {
	border: 1px solid #fff;
}
.pd-list-block:hover .pd-list-content {
	background: #257EC0;
}
.pd-list-block:hover .pd-list-title, .pd-list-block:hover .pd-list-des {
	color: #FFF;
}
.pd-list-block:hover .pd-list-btn {
	background: #FFF;
}
.pd-list-block:hover .pd-list-btn a {
	color: #247EC0;
}
.page {
	text-align: center;
	margin-bottom: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page a {
	font-size: 15px;
	color: #666;
	width: 35px;
	height: 35px;
	padding: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	position: relative;
}
.page a:hover, .page a.current {
	background: #006AB6;
	color: #FFF;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	padding: 7px;
	text-align: center;
}
.page a:first-child::before {
	content: '';
	background: url(../images/products/back-arrow.png) no-repeat center;
	background-size: cover;
	position: absolute;
	width: 8px;
	height: 14px;
	top: 56%;
	left: 50%;
	margin: -7.5px 0 0 -4px;
}
.page a:last-child::before {
	content: '';
	background: url(../images/products/back-arrow.png) no-repeat center;
	background-size: cover;
	position: absolute;
	width: 8px;
	height: 14px;
	top: 56%;
	right: 50%;
	margin: -7.5px -4.5px 0 0;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.page a:first-child:hover, .page a:last-child:hover {
	background: none;
}
.pt-dt-block-all {
	display: flex;
	margin-top: 35px;
}
.pic-block-all {
	max-width: 630px;
	width: 100%;
	padding-left: 35px;
	padding-right: 35px;
}
.pro-detail-pic {
	max-width: 560px;
	width: 100%;
	border: 1px solid #ECECEC;
	padding: 60px 20px;
}
.pro-detail-pic .fix-pic { 
	position: relative;
	padding-top: 85%;
}
.pro-detail-pic .fix-pic figure { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content:center;
	align-items: center;
	overflow: hidden;
}
.pro-detail-pic .fix-pic img { 
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
}
.pro-detail-s {
	display: flex;
	flex-direction: column;
}
.pro-detail-s ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding-left: 0;
	margin-top: 10px;
}
.pro-detail-s .rslides_tabs li {
	display: inline-block;
	background: #FFF;
	width: calc(100%/5 - 8px);
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #ECECEC;
	padding: 5px;
}
.pro-detail-s .rslides_tabs li:last-child {
	margin-right: 0;
}
.pro-detail-s .rslides_tabs .rslides_here {
	border: 1px solid #006AB8;
}
.pro-detail-s .fix-pic { 
	position: relative;
	padding-top: 95%;
	max-width: 92px;
}
.pro-detail-s .fix-pic a { 
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content:center;
    align-items: center;
    overflow: hidden;
}
.pro-detail-s .fix-pic img { 
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
}
.pt-dt-main-content {
	width: calc(100% - 630px);
	padding-left: 55px;
}
.pt-dt-title {
	font-size: 30px;
	font-weight: bold;
	color: #063d72;
	margin-top: 35px;
	margin-bottom: 55px;
}
.pt-dt-subtitle {
	font-size: 18px;
	font-weight: bold;
	color: #006ab7;
	margin-bottom: 25px;
}
.pd-dt-list {
	list-style-type: none;
	padding-left: 16px;
	margin-bottom: 50px;
}
.pd-dt-list li {
	font-size: 15px;
	color: #666666;
	position: relative;
}
.pd-dt-list li::before {
	content: '';
	position: absolute;
	top: 11px;
	left: -15px;
	width: 5px;
	height: 5px;
	background: url('../images/products/products-list.png');
}
.pd-inquiry-btn {
	background: #007AD0;
	max-width: 200px;
	border: 1px solid #007AD0;
    margin: 30px 0 0 0;
}
.pd-inquiry-btn .hover-b {
	display: none;
}
.pd-inquiry-btn span {
	margin-right: 10px;
}
.pd-inquiry-btn a {
	color: #FFF;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 13px;
}
.pd-inquiry-btn:hover a {
	color: #007AD0;
}
.pd-inquiry-btn:hover .hover-b {
	display: block;
}
.pd-inquiry-btn:hover .hover-n {
	display: none;
}
.pt-dt-bottom {
	display: flex;
	align-items: center;
	margin-top: 65px;
}
.share-title {
	font-size: 13px;
	color: #ababab;
	margin-right: 8px;
}
.pt-dt-btn-all {
	display: flex;
	margin-left: 45px;
}
.pt-dt-btn {
	border-right: 1px solid #EAEAEA;
	line-height: 1.2;
}
.pt-dt-btn:last-child {
	border-right: none;
}
.pt-dt-btn a {
	font-size: 13px;
	color: #ababab;
	padding: 0 18px;
	position: relative;
}
.pt-dt-btn a:hover {
	color: #3f80bf;
}
.prev-btn a::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0px;
	width: 8px;
	height: 14px;
	background: url('../images/products/products-arrow.png');
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.next-btn a::before {
	content: '';
	position: absolute;
	top: 3px;
	right: 0px;
	width: 8px;
	height: 14px;
	background: url('../images/products/products-arrow.png');
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.prev-btn a:hover::before {
	background: url('../images/products/products-arrow-b.png');
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.next-btn a:hover::before {
	background: url('../images/products/products-arrow-b.png');
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.pt-dt-tab-block {
	margin: 70px 0;
}
.pd-related-block {
	background: #F7F7F7;
	padding-top: 40px;
	padding-bottom: 120px;
	position: relative;
}
.pd-related-block::before {
    content: '';
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: #f7f7f7;
}
.owl-pd-re {
	padding-top: 45px;
}
.owl-pd-re .item { 
	width: 100%;
	position: relative;
}
.pd-re-pic {
	position: relative;
	padding-top: 72%;
}
.pd-re-pic figure { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content:center;
	align-items: center;
	overflow: hidden;
}
.pd-re-pic img { 
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.owl-pd-re .item:hover .pd-re-pic img {
	opacity: 0.7;
}
.pd-re-title {
	font-size: 16px;
	font-weight: bold;
	color: #003a70;
/*	font-family: '微軟正黑體', sans-serif;*/
	margin-top: 10px;
	margin-bottom: 35px;
	text-align: center;
}
.owl-pd-re .item:hover .pd-re-title {
	color: #0079d1;
}
.pd-re-des {
	font-size: 15px;
	color: #576776;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 72px;
}
.owl-pd-re.owl-theme .owl-nav [class*=owl-] { 
	margin: 0px; 
	padding: 0px; 
	position: absolute; 
	width: 40px; 
	height: 40px; 
	background: transparent; 
	overflow: hidden;
	top: -75px;
	border-radius: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.owl-pd-re.owl-theme .owl-nav {
	margin-top: 0px;
}
.owl-pd-re.owl-theme .owl-nav .owl-prev { 
	left: 0px;
}
.owl-pd-re.owl-theme .owl-nav .owl-next { 
	left: 45px;
}
.owl-pd-re.owl-theme .owl-nav .owl-prev::before, .owl-pd-re.owl-theme .owl-nav .owl-next::before { 
	content: url(../images/index/owl-arrow.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.owl-pd-re.owl-theme .owl-nav .owl-next::before {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.owl-pd-re.owl-theme .owl-nav [class*=owl-], .owl-theme .owl-nav [class*=owl-]:hover {
	background: none !important;
}
.owl-pd-re.owl-theme .owl-dots {
	display: block !important;
	margin-top: 45px;
	z-index: 2;
}
.owl-pd-re.owl-theme .owl-dots .owl-dot span {
	width: 30px;
	height: 5px;
	margin: 5px 3px;
	background: #CBCBCB;
	border-radius: 0;
}
.owl-pd-re.owl-theme .owl-dots .owl-dot.active span, .owl-pd-re.owl-theme .owl-dots .owl-dot:hover span {
	background: #0079d1;
}
.pd-relink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/* case */
.case-btn-block {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 75px;
}
.case-btn {
	border: 1px solid #0079d1;
	max-width: 180px;
	width: 100%;
	margin: 0 12px 20px 12px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.case-btn a {
	font-size: 16px;
	color: #0079d1;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
}
.case-btn:hover a {
	color: #FFF;
}
.case-list-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 70px;
	margin-bottom: 80px;
}
.case-block-all {
	width: calc(100%/3 - 40px);
	padding-right: 35px;
	margin-right: 60px;
	margin-bottom: 70px;
}
.case-block-all:nth-child(3n) {
	margin-right: 0;
}
.case-block {
	position: relative;
	margin-right: 70px;
	margin-left: 25px;
	width: 100%;
}
.case-block::before {
	content: '';
	position: absolute;
	left: -25px;
	bottom: -22px;
	width: 100%;
	height: 90%;
	background: url('../images/case/case02.png') no-repeat;
}
.case-pic { 
	position: relative;
	padding-top: 69%;
}
.case-pic figure { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content:center;
	align-items: center;
	overflow: hidden;
}
.case-pic img { 
	width: auto !important;
	height: auto !important;
	max-width: inherit !important;
	max-height: inherit !important;
}
.case-border {
	opacity: 1;
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 51;
	overflow: hidden;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	border: 1px solid #FFF;
}
.case-content {
	margin-top: 52px;
}
.case-des-title {
	font-size: 18px;
	font-weight: bold;
	color: #000;
/*	font-family: '微軟正黑體', sans-serif;*/
	margin-bottom: 25px;
}
.case-des {
	font-size: 15px;
	color: #666;
}

/* knowledge */
.in-content-know {
	position: relative;
	padding-bottom: 90px;
	z-index: 10;
}
.in-content-know::before {
	content: '';
	position: absolute;
	bottom: -60px;
	left: 0;
	width: 100%;
	height: 60px;
	background: #f7f7f7;
}
.know-list-block {
	max-width: 980px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.know-list {
	width: calc(100%/2 - 37px);
	background: #FFF;
	border: 1px solid #2581C2;
	margin-bottom: 50px;
	margin-right: 74px;
	position: relative;
	padding: 17px 35px;
}
.know-list:nth-child(2n) {
	margin-right: 0;
}
.know-list::before {
	content: '';
	position: absolute;
	left: -18px;
	bottom: -28px;
	width: 100%;
	height: 100%;
	background: url('../images/knac/knac03.png') no-repeat;
	z-index: -1;
}
.know-list::after {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	width: 22px;
	height: 22px;
	background: url('../images/knac/knac02.png') no-repeat;
}

/* news */
.news-list-block-all {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #F4F4F4;
	margin-top: 65px;
	margin-bottom: 50px;
}
.news-list-block {
	display: flex;
	width: calc(100%/2 - 48px);
	margin-right: 96px;
	margin-bottom: 75px;
}
.news-list-block:nth-child(2n) {
	margin-right: 0;
}
.news-list-pic { 
	width: 100%;
	max-width: 265px;
}
.news-list-pic .fix-pic { 
	position: relative;
	padding-top: 75.06%;
}
.news-list-pic .fix-pic a { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content:center;
	align-items: center;
	overflow: hidden;
}
.news-list-pic .fix-pic img { 
	width: auto !important;
	/*height: auto !important;
	max-width: inherit !important;*/
	max-height: 100% !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.news-list-pic:hover .fix-pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.news-list-content {
/*	font-family: '微軟正黑體', sans-serif;*/
	padding-left: 26px;
	margin-top: 12px;
	width: calc(100% - 265px);
}
.news-list-title {
	margin-bottom: 24px;
	line-height: 1.3;
}
.news-list-title a {
/*	font-family: '微軟正黑體', sans-serif;*/
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.news-list-title a:hover {
	color: #0079d1;
}
.news-list-des {
	list-style-type: none;
	padding-left: 0;
}
.news-list-des li {
	font-size: 14px;
	font-weight: bold;
	color: #006ab7;
	margin-bottom: 8px;
	word-break: break-all;
}
.news-list-des span {
	font-size: 14px;
	color: #666;
	margin-right: 8px;
	font-weight: normal;
}

/* about us */
.au-bg {
	padding-bottom: 20px;
	z-index: -10;
}
.au-inner {
	position: relative;
	margin-top: 105px;
}
.au-pic01 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.au-map {
	position: absolute;
}
.au-pro-block {
	margin: 0 75px 0 auto;
	max-width: 540px;
}
.au-pro-title {
	font-size: 28px;
	color: #003a70;
	margin-bottom: 30px;
}
.au-pro-list {
	list-style-type: none;
	padding-left: 0;
}
.au-pro-list li {
	font-size: 16px;
	color: #576776;
	border-bottom: 1px solid #EAEAEA;
	padding: 12px 0;
}
.au-pro-list li:last-child {
	border-bottom: none;
}
.au-pro-list span {
	color: #006ab7;
	font-weight: bold;
	margin-right: 5px;
}
.au-map {
	position: absolute;
	top: -33px;
	right: 48px;
}
.au-content-block {
	padding-top: 190px;
	padding-bottom: 170px;
	display: flex;
	justify-content: space-between;
}
.au-two-block {
	width: 50%;
	max-width: 660px;
	padding-right: 20px;
}
.au-content {
	padding-left: 30px;
}
.au-content p,.au-content li {
	color: #576776;
	font-size: 15px;
	line-height: 1.8;
}
.au-content ul {
	list-style-type: none;
	padding-left: 10px;
}
.au-content li {
	position: relative;
}
.au-content li::before {
	content: '';
	position: absolute;
	top: 12px;
	left: -10px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #576776;
}
.au-title {
	position: relative;
	font-size: 28px;
	color: #003a70;
}
.au-title::before {
	content: '';
	position: absolute;
	top: 16px;
	left: -30px;
	width: 22px;
	height: 22px;
	background: url('../images/title-icon.png') no-repeat;
}
.au-mb {
	margin-bottom: 85px;
}

/* contact us */
.cu-intro-block {
	max-width: 1190px;
	margin: 0 auto;
/*	font-family: '微軟正黑體', sans-serif;*/
	display: flex;
	justify-content: space-between;
	margin-top: 105px;
	position: relative;
	padding-bottom: 25px;
}
.cu-intro {
	width: calc(100%/4);
	padding: 0 15px;
	text-align: center;
	font-size: 16px;
	color: #576776;
}
.cu-item {
	word-break: break-word;
}
.cu-item a {
	color: #576776;
/*	font-family: '微軟正黑體', sans-serif;*/
}
.cu-name {
	font-size: 16px;
	font-weight: bold;
	color: #006ab7;
	margin: 10px 0;
/*	font-family: '微軟正黑體', sans-serif;*/
}
.cu-map {
	position: absolute;
	bottom: 50px;
	left: calc(50% - 350px);
}
.contact-form-title {
	font-size: 28px;
	font-weight: 200;
	color: #063e72;
	text-align: center;
	margin: 50px 0;
}
.red-sign {
	color: #f41237;
}
.contact-form {
	background: #FFF;
	padding: 50px 55px;
	border: 1px solid #257EC0;
	max-width: 1170px;
	margin: 0 auto 110px auto;
}
.contact-form-all {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.contact-form-left {
	width: 50%;
	padding-right: 40px;
}
.contact-form-right {
	width: 50%;
	padding-left: 35px;
}
.contact-form .cu-row { 
	display: flex; 
	align-items: center; 
	width: 100%; 
	padding-bottom: 15px; 
}
.contact-form .formTh { 
	width: 140px; 
	padding-right: 20px;
	font-size: 15px;
	color: #006ab7;
	text-align: right;
}
.contact-form .formTd { 
	width: calc(100% - 140px); 
}
.contact-form .cu-row.tab-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 10px;
}
.contact-form .tab-content .formTh {
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}
.contact-form .tab-content .formTd {
	width: 100%;
}
.contact-form input, .contact-form input[type="text"], .contact-form input[type="password"] {
	background: #f7f7f7;
	padding: 8px 10px;
	width: 100%;
	outline: none;
	min-height: 45px;
	border: 1px solid #E6E6E6;
}
.contact-form textarea {
	background: #f7f7f7;
	border: 1px solid #E6E6E6;
	min-height: 40px;
	padding: 8px 10px;
	max-width: 490px;
	width: 100%;
}
.contact-form .form-Btn {
	text-align: center;
	margin: 20px 0 0 0;
}
.contact-form .form-Btn input {
	background: #006AB6;
	border: 1px solid #006AB6;
	color: #FFF;
	cursor: pointer;
	padding: 10px 50px;
	max-width: 200px;
	margin: 10px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.contact-form .form-Btn input:hover {
	background: #FFF;
	color: #006AB6;
}


@media all and (max-width: 1660px) { 
	.ind-block01-bg {
		max-width: 880px;
		margin: 0 auto 25px 100px;
	}
	.au-bg-in {
		max-width: 100%;
		margin: 0;
	}
	.au-pic01 img {
		width: 85%;
	}
	.au-pro-block {
		margin: 0 200px 0 auto;
	}
	.cu-pic-r {
		display: none;
	}
}


@media all and (max-width: 1366px) { 
	.ind-block01-bg {
		max-width: 830px;
		margin: 0 auto 25px 0;
	}
	.au-pic01 img {
		width: 70%;
	}
	.au-bg-in {
		max-width: 100%;
		margin: 0;
	}
	.au-pro-block {
		max-width: 450px;
	}
}


@media all and (max-width: 1200px) { 
	.ind-block01-bg {
		max-width: 600px;
		margin: 0 auto 25px 0;
	}
	.pic-block-all {
		max-width: 500px;
		padding-left: 0;
		padding-right: 0;
	}
	.pt-dt-main-content {
		width: calc(100% - 500px);
		padding-left: 40px;
	}
	.pt-dt-title {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.pt-dt-bottom {
		margin-top: 40px;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.pt-dt-btn-all {
		margin-top: 20px;
		display: flex;
		margin-left: 0;
	}
	.news-list-block {
		width: calc(100%/2 - 20px);
		margin-right: 40px;
	}
	.au-bg-in {
		max-width: 100%;
		margin: 0;
	}
	.au-bg .pd-pic01 {
		display: none;
	}
	.au-pro-block {
		margin: 0 30px 0 auto;
	}
}


@media all and (max-width: 1024px) { 
	.in-banner {
		margin-top: 0;
	}
	.in-banner-title {
		font-size: 28px;
		height: 240px;
	}
	.in-content-nb {
		padding-top: 0;
	}
	.inner-main-title {
		font-size: 26px;
		margin-top: 10px;
	}
	.ind-item {
		width: calc(100%/2 - 40px);
		margin: 60px 20px 10px 20px;
	}
	.ind-item .fix-pic {
		padding-top: 60%;
	}
	.ind-pic01, .pd-pic01 {
		display: none;
	}
	.ind-block01-bg {
		max-width: 100%;
	}
	.pd-cate-block, .pd-list-block {
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	.pd-cate-content {
		background: #F7F7F7;
		margin-top: 170px;
	}
	.pd-cate-title {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.pd-list-block:nth-child(3n) {
		margin-right: 20px;
	}
	.pd-list-block:nth-child(2n) {
		margin-right: 0;
	}
	.pt-dt-block-all {
		flex-direction: column;
		margin-top: 10px;
	}
	.pic-block-all {
		margin: 0 auto;
	}
	.pt-dt-main-content {
		width: 100%;
		padding-left: 0;
		margin-top: 40px;
	}
	.pd-inquiry-btn {
		background: #217BBD;
		max-width: 200px;
		margin: 30px auto 0 auto;
	}
	.pt-dt-title {
		margin-bottom: 15px;
		font-size: 26px;
	}
	.case-block-all {
		width: calc(100%/2 - 10px);
		padding-right: 0;
		margin-right: 20px;
	}
	.case-block-all:nth-child(3n) {
		margin-right: 20px;
	}
	.case-block-all:nth-child(2n) {
		margin-right: 0;
	}
	.case-block {
		margin-right: 0;
		margin-left: 0;
	}
	.case-block::before, .case-border {
		display: none;
	}
	.case-pic {
		padding-top: 56%;
	}
	.case-content {
		margin-top: 35px;
	}
	.know-list::before {
		display: none;
	}
	.know-list-block {
		padding: 0 5px;
	}
	.news-list-block-all {
		margin-top: 10px;
	}
	.news-list-block {
		width: 100%;
		margin-right: 0;
	}
	.au-pic01 {
		position: relative;
		top: auto;
		left: auto;
		text-align: center;
		margin-bottom: 50px;
	}
	.au-pic01 img {
		width: 100%;
	}
	.au-map {
		display: none;
	}
	.au-pro-title {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.au-pro-block {
		margin: 0 auto;
		max-width: 100%;
	}
	.au-content-block {
		padding-top: 60px;
		padding-bottom: 60px;
		flex-direction: column;
	}
	.au-content {
		padding-left: 20px;
	}
	.au-two-block {
		width: 100%;
		max-width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
	}
	.au-title {
		font-size: 23px;
		margin-bottom: 10px;
	}
	.au-title::before {
		top: 14px;
		left: -20px;
	}
	.au-mb {
		margin-bottom: 25px;
	}
	.cu-map {
		display: none;
	}
	.cu-intro-block {
		flex-wrap: wrap;
	}
	.cu-intro {
		width: calc(100%/2);
		margin-bottom: 50px;
	}
	.contact-form-title {
		font-size: 24px;
	}
	.contact-form-all {
		flex-direction: column;
		justify-content: center;
	}
	.contact-form-left {
		width: 100%;
		padding-right: 0;
	}
	.contact-form-right {
		width: 100%;
		padding-left: 0;
	}
	.contact-form .cu-row {
		align-items: flex-start;
		flex-direction: column;
	}
	.contact-form .formTh {
		width: 100%;
		padding-right: 0;
		text-align: left;
		padding-bottom: 5px;
	}
	.contact-form .formTd {
		width: 100%;
	}
	.contact-form .tab-content .formTh {
		margin-bottom: 5px;
	}
	.contact-form textarea {
		max-width: 100%;
	}
	.certification {
		text-align: center;
	}
}


@media all and (max-width: 768px) { 
	.ind-item-block {
		flex-wrap: wrap;
	}
	.ind-block03 .item {
		width: 100%;
		margin-bottom: 20px;
	}
	.ind-block03 .fix-pic {
		padding-top: 50%;
	}
	.pd-cate-content {
		margin-top: 100px;
	}
	.news-list-block {
		margin-bottom: 50px;
		flex-direction: column;
	}
	.news-list-content {
		padding-left: 0;
		margin-top: 20px;
		width: 100%;
	}
	.news-list-pic {
		margin: 0 auto;
	}
}


@media all and (max-width: 570px) { 
	.ind-item {
		width: 100%;
		margin: 40px 0 10px 0;
	}
	.ind-block03 .fix-pic {
		padding-top: 70%;
	}
	.pd-cate-block-all {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.pd-cate-content {
		margin-top: 160px;
	}
	.pd-cate-block {
		width: 100%;
		margin-right: 0;
	}
	.pd-list-block, .pd-list-block:nth-child(3n) {
		width: 100%;
		margin-right: 0;
	}
	.case-btn-block {
		margin-top: 30px;
		flex-direction: column;
	}
	.case-block-all {
		width: 100%;
		margin-right: 0;
		margin-bottom: 55px;
	}
	.case-block-all:nth-child(3n) {
		margin-right: 0;
	}
	.case-list-block {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.know-list {
		width: 100%;
		margin-right: 0;
		padding: 17px 20px;
	}
	.cu-intro {
		width: 100%;
		margin-bottom: 50px;
		padding: 0;
	}
	.cu-item {
		font-size: 15px;
	}
	.contact-form {
		padding: 30px 20px;
	}
}