@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
}
html {
	margin: 0;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	font-size: 13px;
	font-family: system, -apple-system, BlinkMacSystemFont, "PingFang SC", "Segoe UI", "Microsoft YaHei", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	margin: 0;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
html.fixed, html.fixed body, body.fixed {
	overflow: hidden;
}
img {
	border: none;
}
a {
	color: #003f7f;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-ms-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}
a:hover {
	color: #4286f3;
}
/* ----- Begin ----- */
.banner {
	width: 100%;
	height: 750px;
	background: url(../images/bn.jpg) no-repeat center top;
	position: relative;
	z-index: 9;
	box-shadow: 0px 3px 7px rgba(0,0,0,0.3);
}
.header {
	width: 100%;
	height: 90px;
	background: rgba(255,255,255,1);
	box-shadow: 0px 3px 7px rgba(0,0,0,0.3);
	z-index: 10;
	position: fixed;
}
.header .nav {
	width: 1366px;
	height: 100%;
	margin: 0 auto;
}
.header .nav .logo {
	width: 300px;
	height: 90px;
	float: left;
	cursor: pointer;
	background: url(../images/logo2.png) no-repeat center top;
}
.header .nav .menu {
	width: 1000px;
	height: 100%;
	float: right;
}
.item-brand, .item-function, .item-advantage, .item-contact, .item-social {
	width: auto;
	height: 100%;
	float: right;
	margin-left: 45px;
	font: bold 16px/90px Arial, "微軟正黑體";
	color: #003f7f;
}
.item-advantage {
	margin-left: 0;
}
.brand, .advantage, .social {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 70px 0;
	position: relative;
}
.social {
	padding-top: 30px;
}
.title {
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	font: bold 26px/36px Arial, "微軟正黑體";
	color: #003f7f;
	text-align: center;
}
.subtitle {
	width: 100%;
	margin: 0 auto 30px;
	font: bold 32px/40px Arial, "微軟正黑體";
	text-align: center;
}
.wrapper {
	width: 1366px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.detail {
	width: 100%;
	height: auto;
	margin: 0 auto;
	font: 16px/30px Arial, "微軟正黑體";
	text-align: center;
	letter-spacing: 2px;
}
.function {
	width: 100%;
	height: 100%;
	position: relative;
}
.bg1 {
	background: url(../images/im1.jpg) no-repeat center top/cover;
	background-attachment: fixed;
}
.bg2 {
	background: url(../images/im2.jpg) no-repeat center top/cover;
}
.bg3 {
	background: url(../images/im3.jpg) no-repeat center top/cover;
	background-attachment: fixed;
}
.bg4 {
	background: url(../images/im4.jpg) no-repeat center top/cover;
}
.overlay {
	width: 32%;
	height: auto;
	position: absolute;
	top: 100px;
	padding: 50px;
	background: rgba(255,255,255,0.8);
}
.overlay-right {
	right: 0;
}
.overlay-left {
	left: 0;
}
.function-title {
	width: 100%;
	height: auto;
	float: left;
	font: bold 26px/36px Arial, "微軟正黑體";
	color: #003f7f;
	text-align: left;
	margin-bottom: 20px;
}
.function-detail {
	width: 100%;
	height: auto;
	float: left;
	font: 16px/30px Arial, "微軟正黑體";
	text-align: left;
	letter-spacing: 2px;
}
.points {
	width: 1242px;
	height: 362px;
	margin: 0 auto;
	padding: 0 0 0 120px;
}
.advantage .content {
	width: 294px;
	height: auto;
	margin: 30px 120px 0 0;
	float: left;
}
.advantage .content img {
	width: 250px;
	height: 250px;
	margin: 0 auto 20px;
	padding: 0 0 0 22px;
}
.advantage .content .advantage-subtitle {
	font: bold 22px/32px Arial, "微軟正黑體";
	text-align: center;
}
.advantage .content .advantage-description {
	font: 16px/30px Arial, "微軟正黑體";
	text-align: center;
}
.contact {
	width: 100%;
	height: 470px;
	padding: 70px 0;
	background: url(../images/bg.jpg) no-repeat center top;
}
.contact .title {
	width: 100%;
	height: auto;
	margin: 0 auto;
	font: bold 26px/36px "微軟正黑體";
	color: #333;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.contact .description {
	width: 90%;
	height: auto;
	margin: 0 auto;
	font: bold 16px/30px Arial, "微軟正黑體";
	color: #333;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 25px;
}
.contact .form {
	width: 970px;
	height: 200px;
	margin: 0 auto;
	background: rgba(255,255,255,0.8);
	border-radius: 5px;
	padding: 35px;
}
.contact .form .partleft {
	width: 460px;
	height: 200px;
	float: left;
}
.contact .form .partleft .text {
	width: 460px;
	height: 12px;
	margin-bottom: 14px;
	font: 12px/12px Arial, "微軟正黑體";
	color: #ff0000;
	letter-spacing: 2px;
}
.contact .form .partleft .text span {
	color: #333;
}
.contact .form .partleft .column1 {
	width: 460px;
	height: 34px;
	margin-bottom: 14px;
}
.contact .form .partleft .column1 .name {
	width: 110px;
	height: 34px;
	float: left;
	font: 16px/34px Arial, "微軟正黑體";
	color: #ff0000;
	letter-spacing: 1px;
}
.contact .form .partleft .column1 .name span {
	color: #333;
}
.contact .form .partleft .column1 .box1 {
	width: 348px;
	height: 32px;
	float: left;
	padding-left: 5px;
	background: #eee;
	border: 1px solid #bbb;
	border-radius: 5px;
	font: 16px/34px Arial, "微軟正黑體";
	color: #333;
}
.contact .form .partleft .column1 .box2 input {
	width: 340px;
	height: 30px;
	float: left;
	padding-left: 5px;
	background: #eee;
	border: 1px solid #bbb;
	border-radius: 5px;
	font: 16px/34px Arial, "微軟正黑體";
	color: #333;
}
.contact .form .partright {
	width: 510px;
	height: 174px;
	float: left;
	padding-top: 26px;
}
.contact .form .partright .column2 {
	width: 460px;
	height: 130px;
	margin-bottom: 14px;
	margin-left: 50px;
}
.contact .form .partright .column2 .name2 {
	width: 98px;
	height: 34px;
	float: left;
	font: 16px/34px Arial, "微軟正黑體";
	color: #333;
	letter-spacing: 1px;
}
.contact .form .partright .column2 .box3 textarea {
	min-width: 340px;
	max-width: 340px;
	min-height: 108px;
	max-height: 108px;
	float: left;
	padding: 10px;
	background: #eee;
	border: 1px solid #bbb;
	border-radius: 5px;
	font: 16px/24px Arial, "微軟正黑體";
	color: #333;
	text-align: justify;
}
.contact .form .partright .btn1 {
	width: 170px;
	height: 32px;
	float: right;
	margin-left: 20px;
}
.contact .form .partright .btn1 a {
	width: 170px;
	height: 32px;
	background: #003f7f;
	border: 1px solid #ccc;
	border-radius: 5px;
	font: 16px/34px Arial, "微軟正黑體";
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	display: inline-block;
	text-decoration: none;
}
.contact .form .partright .btn1 a:hover {
	background: #555;
}
.contact .form .partright .btn2 {
	width: 170px;
	height: 32px;
	float: right;
}
.contact .form .partright .btn2 a {
	width: 170px;
	height: 32px;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 5px;
	font: 16px/34px Arial, "微軟正黑體";
	color: #333;
	text-align: center;
	letter-spacing: 2px;
	display: inline-block;
	text-decoration: none;
}
.contact .form .partright .btn2 a:hover {
	background: #f8f8f8;
}
.fb-page {
	width: 500px;
	height: 180px;
	margin: 0 auto;
}
.fb_iframe_widget {
	display: inherit !important;
}
.line {
	width: 230px;
	height: 35px;
	margin: 30px auto 0;
}
.line .line-logo {
	width: 100px;
	height: auto;
	float: left;
	margin: 5px 0 0;
}
.line .line-logo img {
	width: 100%;
	height: auto;
}
.line .line-btn {
	width: 110px;
	height: auto;
	float: right;
	cursor: pointer;
}
.line .line-btn:hover {
	opacity: 0.8;
}
.line .line-btn img {
	width: 100%;
	height: auto;
}
.map {
	width: 100%;
	height: 400px;
	margin: 0 auto;
}
.mobile-more {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 20px;
	right: 3%;
	z-index: 20;
	display: none;
}
.mobile-more a {
	width: 50px;
	height: 50px;
}
.mobile-more img {
	width: 100%;
	height: auto;
}
.mobile-menu {
	width: 22%;
	height: auto;
	background: rgba(0,63,127,1);
	position: absolute;
	top: 90px;
	right: 0;
	z-index: 20;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	border-radius: 5px;
	padding: 10px 30px;
	visibility: hidden;
	-webkit-transition: opacity .5s linear;
	-moz-transition: opacity .5s linear;
	-ms-transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
	transition: opacity .5s linear;
}
.mobile-menu.on {
	visibility: visible;
}
.mobile-menu span {
	width: 0;
	height: 0;
	border-bottom: 15px solid rgba(0,63,127,1);
	border-left: 18px solid rgba(0,63,127,0);
	border-right: 18px solid rgba(0,63,127,0);
	position: absolute;
	top: -15px;
	right: 30px;
	z-index: 20;
}
.item-brand-m, .item-function-m, .item-advantage-m, .item-contact-m, .item-social-m {
	width: 100%;
	height: 88px;
	float: left;
}
.item-brand-m a, .item-function-m a, .item-advantage-m a, .item-contact-m a, .item-social-m a {
	width: 100%;
	height: 100%;
	font: bold 20px/88px Arial, "微軟正黑體";
	color: #fff;
}


/* ------------ Mobile ------------ */
/*iPad Pro*/
@media only screen and (max-width : 1367px) and (orientation:landscape) {
.header .nav {
	width: 94%;
}
.header .nav .logo {
	width: 240px;
	background: url(../images/logo2.png) no-repeat left 50%/ auto 80%;
}
.header .nav .menu {
	width: 75%;
}
}

/*iPad Pro*/
@media only screen and (max-width : 1335px) {
.header .nav {
	width: 94%;
}
.header .nav .logo {
	width: 240px;
	background: url(../images/logo2.png) no-repeat left 50%/ auto 80%;
}
.header .nav .menu {
	width: 64%;
}
.wrapper {
	width: 94%;
}
.function {
	height: auto;
	background-attachment: inherit;
	padding: 50px 0;
}
.overlay {
	position: relative;
	width: 80%;
	overflow: hidden;
	top: auto;
	margin: 0 auto;
	background: rgba(255,255,255,0.9);
}
.function-title, .function-detail {
	text-align: center;
}
.points {
	width: 100%;
	height: auto;
	padding: 0;
}
.advantage .content {
	float: none;
	margin: 30px auto 40px;
}
}
/*iPad*/
@media only screen and (max-width : 1335px) and (orientation:landscape) {
.contact .form {
	width: 100%;
}
}
/*iXR*/
@media only screen and (max-width : 896px) {
.contact {
	height: auto;
	padding: 70px 0 0;
}
.contact .form {
	width: 80%;
	height: auto;
	overflow: hidden;
}
.contact .form .partleft, .contact .form .partright {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: none;
}
.contact .form .partright {
	padding-top: 0;
}
.contact .form .partleft .text {
	width: 100%;
}
.contact .form .partleft .column1 {
	width: 100%;
	height: auto;
	display: inline-block;
}
.contact .form .partleft .column1 .box1 {
	width: 98.5%;
}
.contact .form .partleft .column1 .box2 input {
	width: 97%;
	height: 30px;
	float: none;
	padding-left: 1%;
	margin: 0 auto;
	text-align: left;
}
.contact .form .partright .column2 {
	width: 100%;
	height: auto;
	margin-left: 0px;
}
.contact .form .partright .column2 .box3 textarea {
	min-width: 97%;
	max-width: 97%;
	min-height: 108px;
	max-height: 108px;
	float: none;
	padding: 1%;
}
.contact .form .partright .btn1 {
	width: 100%;
	height: 32px;
	margin-left: 0;
	margin-bottom: 14px;
	float: none;
}
.contact .form .partright .btn2 {
	width: 100%;
	height: 32px;
	float: none;
}
.contact .form .partright .btn1 a, .contact .form .partright .btn2 a {
	width: 100%;
	height: 32px;
}
}
/*iPad*/
@media only screen and (max-width : 875px) {
.header .nav .menu {
	display: none;
}
.mobile-more {
	display: block;
}
.banner {
	background: url(../images/bn.jpg) no-repeat -720px top;
}
.subtitle {
	width: 90%;
}
.wrapper {
	width: 90%;
}
.detail {
	width: 95%;
}
}
/*iX*/
@media only screen and (max-width: 813px) and (orientation: landscape) {
.banner {
	height: 500px;
	background: url(../images/bn.jpg) no-repeat center top/cover;
}
.mobile-menu {
	width: 65%;
}
.item-brand-m, .item-function-m, .item-advantage-m, .item-contact-m, .item-social-m {
	width: 50%;
}
.detail {
	width: 90%;
}
}
/*i6Plus*/
@media only screen and (max-width: 736px) and (orientation: landscape) {
.mobile-menu span {
	right: 28px;
}
}
/*Nexus 5*/
@media only screen and (max-width: 640px) and (orientation: landscape) {
.item-brand-m, .item-function-m, .item-advantage-m, .item-contact-m, .item-social-m {
	height: 75px;
}
.mobile-menu span {
	right: 25px;
}
}
/*i5*/
@media only screen and (max-width: 568px) and (orientation: landscape) {
.item-brand-m, .item-function-m, .item-advantage-m, .item-contact-m, .item-social-m {
	height: 70px;
}
.detail {
	width: 96%;
}
}
/*i6Plus*/
@media only screen and (max-width: 415px) {
.header .nav .logo {
	background: url(../images/logo2.png) no-repeat left center/auto 80%;
}
.banner {
	height: 450px;
	background: url(../images/bn.jpg) no-repeat -325px 90px/cover;
}
.mobile-menu {
	width: 35%;
}
.mobile-menu span {
	right: 19px;
}
.overlay {
	width: 65%;
}
.detail {
	width: 90%;
}
.contact .description {
	width: 92%;
}
.fb-page {
	width: 100%;
}
}
/*iX.i6*/
@media only screen and (max-width: 376px) {
.banner {
	background: url(../images/bn.jpg) no-repeat -365px 90px/cover;
}
}
/*Nexus 5*/
@media only screen and (max-width: 360px) {
.banner {
	background: url(../images/bn.jpg) no-repeat -390px 90px/cover;
}
}
/*i5*/
@media only screen and (max-width : 321px) {
.banner {
	height: 435px;
	background: url(../images/bn.jpg) no-repeat -400px 90px/cover;
}
}
