@charset "utf-8";
/* CSS Document */
/*head Start*/
.head {
    background-color: rgba(255, 255, 255, 1.0);
	border-bottom: 5px solid #ffcc00;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}
.head-inner {
	position: relative;
    margin: 0 auto;
    padding: 5px 20px;
}
.logo {
    float: left;
    max-width: 375px;
}
.logo img {
    width: 100%;
    border: none;
}
.logo-m {
	display: none;
}
.desktop-menu {
	position: absolute;
    display: inline-block;
    top: 32px;
    right: 20px;
}
.desktop-menu > ul {
	list-style-type: none;
    margin: 0;
}
.desktop-menu > ul > li{
	display: inline-block;
    position: relative;
    float: left;
}
.desktop-menu > ul > li a {
	display: inline-block;
    color: #1d2088;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 36px;
    text-align: center;
    letter-spacing: 2px;
	transition: all 0.3s ease 0s;
}
.desktop-menu > ul > li a:hover {
	color: #888888;
}
/*head End*/
/*mainbody Start*/
.mainbody {
}
.mainbody-inner {
	padding-top: 125px;
}
.mainbanner {
}
/*mainbody End*/
/*box1 Start*/
.box1 {
	background-image: url("../images/bg.png");
	background-position: center bottom;
	background-repeat: repeat;
	background-size: cover;
	padding-bottom: 200px;
}
.box1-inner {
	max-width: 1680px;
	margin: 0 auto;
	padding: 20px 40px;
	color: #363636;
	font-size: 36px;
	line-height: 66px;
	font-weight: bold;
}
.t1-box-a {
	float: left;
	width: 60%;
	display: inline-block;
}
.t1-box-a h1 {
	color: #1d2088;
	font-size: 52px;
}
.t1-box-a-line {
	width: 200px;
	border-bottom: 5px solid #1d2088;
	height: 5px;
}
.t1-box-a-content {
	padding: 30px 0;
}
.t1-box-b {
	float: left;
	width: 40%;
	display: inline-block;
	padding: 40px;
}
.t1-box-b ul {
}
.t1-box-b ul li {
	width: 50%;
	float: left;
	display: inline-block;
	padding: 10px;
}
.feature-box {
	border: 3px solid #1d2088;
	border-radius: 10px;
	background-color: #fff;
}
.feature-box-icon {
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 200px;
	padding-top: 30px;
}
.feature-box-icon img {
	width: 100%;
	border: none;
}
.feature-box-text {
	text-align: center;
	color: #1d2088;
	padding-bottom: 30px;
}
/*box1 End*/
/*box2 Start*/
.box2 {
	padding-bottom: 160px;
}
.box2-inner {
	max-width: 1680px;
	margin: 0 auto;
	padding: 20px 40px;
	color: #363636;
	font-size: 36px;
	line-height: 66px;
	font-weight: bold;
}
.t2-box {
	display: block;
}
.t2-box h1 {
	color: #1d2088;
	font-size: 52px;
	text-align: center;
}
.t2-box-line {
	width: 200px;
	border-bottom: 5px solid #1d2088;
	height: 5px;
	margin: 0 auto;
}
.t2-box-content {
	padding: 80px 0;
}
/*box2 End*/
/*box-f Start*/
.box-f {
	background-color: #141547;
	padding: 60px 0;
}
.box-f-inner {
	max-width: 1680px;
	margin: 0 auto;
	padding:  20px 40px;
	color: #ffffff;
	font-size: 28px;
	line-height: 48px;
	font-weight: bold;
}
.tf-box {
	display: block;
	position: relative;
}
.tf-box ul {
}
.tf-box ul li {
	float: left;
	display: inline-block;
	padding: 10px;
}
.tf-box ul li:nth-child(1) {
	width: 12%;
}
.tf-box ul li:nth-child(2) {
	width: 46%;
}
.tf-box ul li:nth-child(3) {
	width: 30%;
}
.tf-box ul li:nth-child(4) {
	width: 12%;
	position: absolute;
	bottom: 10px;
}
.tf-box-logo {
	display: block;
	max-width: 140px;
	margin-top: 80px;
}
.tf-box-logo a {
	display: block;
}
.tf-box-logo a img {
	width: 100%;
	border: none;
}
.tf-box-info {
}
.tf-box-title {
	padding-bottom: 20px;
}
.tf-box-title h1 {
	font-size: 36px;
    line-height: 56px;
    margin: 0;
    padding: 0;
}
.tf-box-title h2 {
	font-size: 28px;
    line-height: 48px;
    margin: 0;
    padding: 0;
}
.tf-box-info-item {
}
.tf-box-info-item a {
	color: #ffffff;
}
.tf-box-info-item a:hover {
	color: #ffcc00;
}
.tf-box-qrcode {
	display: block;
	max-width: 185px;
}
.tf-box-qrcode img {
	width: 100%;
	border: none;
}
/*box-f End*/
/*sub banner Starts*/
.subbanner {
	height: 100%;
	position: relative;
}
.subbanner-product {
	background-image: url("../images/subbanner01.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 31.25%;
}
/*sub banner End*/
/*products Starts*/
.products {
}
.products-inner {
	max-width: 1680px;
	margin: 0 auto;
	padding: 20px 40px;
	color: #363636;
	font-weight: bold;
}
.product-box {
	display: block;
}
.product-box h1 {
	color: #1d2088;
	font-size: 52px;
	line-height: 72px;
	text-align: center;
}
.product-box-line {
	width: 200px;
	border-bottom: 5px solid #1d2088;
	height: 5px;
	margin: 0 auto;
}
.product-box-content {
	padding: 80px 0;
}
.product-box-content ul {
}
.product-box-content ul li {
	width: 33.3333%;
	float: left;
	display: inline-block;
	padding: 10px;
}
.p-box-item {
	background-color: #eeeeee;
	display: block;
	letter-spacing: 2px;
}
.p-box-item-photo {
	display: block;
}
.p-box-item-photo img {
	width: 100%;
	border: none;
}
.p-box-item-content {
	padding: 20px 10px 30px 10px;
}
.p-box-item-text {
	text-align: center;
	padding: 0px;
	font-size: 36px;
	line-height: 48px;
	height: 96px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.p-box-item-link {
	padding: 10px 5px 20px 5px;
}
.p-box-item-link a {
	display: block;
    border-radius: 5px;
    border: 1px solid #363636;
    color: #363636;
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
	font-size: 24px;
	line-height: 48px;
}
.p-box-item-link a:hover {
	background-color: #363636;
	color: #ffffff;
}
/*products End*/
@media only screen and (max-width: 1920px){
}

@media only screen and (max-width: 1830px){
}

@media only screen and (max-width: 1740px){
}

@media only screen and (max-width: 1520px){
}

@media only screen and (max-width: 1440px){
	.t1-box-a h1, .t2-box h1 {
		font-size: 42px;
		line-height: 62px;
	}
	.t1-box-a-line, .t2-box-line {
		width: 100px;
	}
	.box1-inner {
		font-size: 28px;
		line-height: 48px;
	}
	.tf-box-title h1 {
		font-size: 28px;
		line-height: 48px;
	}
	.tf-box-title h2 {
		font-size: 21px;
		line-height: 41px;
	}
	.box-f-inner {
		font-size: 18px;
		line-height: 30px;
	}
	.tf-box-logo {
		max-width: 100px;
		margin-top: 60px;
	}
	.box-f {
		padding: 20px 0;
	}
	.product-box h1 {
		font-size: 42px;
		line-height: 62px;
	}
	.product-box-line {
		max-width: 100px;
	}
	.p-box-item-text {
		font-size: 28px;
		line-height: 36px;
		height: 72px;
	}
	.p-box-item-link a {
		font-size: 18px;
		line-height: 36px;
	}
}

@media only screen and (max-width: 1366px){
}

@media only screen and (max-width: 1280px){
	.t1-box-a {
		width: 50%;
	}
	.t1-box-b {
		width: 50%;
	}
}

@media only screen and (max-width: 1100px){
	.box1 {
		padding-bottom: 100px;
	}
	.box1-inner {
		font-size: 24px;
		line-height: 44px;
	}
	.t1-box-a h1, .t2-box h1 {
		font-size: 36px;
		line-height: 56px;
		margin: 10px 0;
	}
	.box2 {
		padding-bottom: 100px;
	}
	.box-f-inner {
		font-size: 16px;
		line-height: 26px;
	}
	.tf-box-title h1 {
		font-size: 20px;
		line-height: 30px;
	}
	.tf-box-title h2 {
		font-size: 15px;
		line-height: 25px;
	}
	.product-box h1 {
		font-size: 36px;
		line-height: 56px;
	}
	.p-box-item-text {
		font-size: 24px;
		line-height: 32px;
		height: 64px;
	}
	.p-box-item-link a {
		max-width: 150px;
	}
}

@media only screen and (max-width: 1024px){
	.logo {
		display: none;
	}
	.desktop-menu {
		display: none;
	}
	.logo-m {
		display: block;
		max-width: 300px;
	}
	.logo-m img {
		width: 100%;
		border: none;
	}
	.mainbody-inner {
		padding-top: 103px;
	}
	.t1-box-a h1, .t2-box h1 {
		font-size: 30px;
		line-height: 50px;
	}
	.t1-box-a-line, .t2-box-line {
		width: 80px;
		border-bottom: 3px solid #1d2088;
	}
	.box1-inner {
		font-size: 18px;
		line-height: 32px;
	}
	.feature-box-icon {
		padding-top: 20px;
	}
	.feature-box-text {
		padding-bottom: 20px;
	}
	.product-box-content {
		padding: 40px 0px 20px 0px;
	}
	.product-box-content ul li {
		width: 50%;
	}
}

@media only screen and (max-width: 980px){
}

@media only screen and (max-width: 780px){
	.box1 {
		padding-bottom: 70px;
	}
	.t1-box-a {
		width: 100%;
		float: none;
		display: block;
	}
	.t1-box-b {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
		padding: 10px;
		float: none;
		display: block;
	}
	.box2 {
		padding-bottom: 0px;
	}
	.box-f-inner {
		padding: 0 20px;
	}
	.tf-box ul li:nth-child(1) {
		width: 100%;
		display: block;
	}
	.tf-box-logo {
		margin: 0 auto;
	}
	.tf-box ul li:nth-child(2) {
		width: 60%;
	}
	.tf-box ul li:nth-child(3) {
		width: 40%;
	}
	.tf-box ul li:nth-child(4) {
		width: auto;
		right: 0px;
		display: block;
	}
	.tf-box-qrcode {
		max-width: 85px;
	}
	.t2-box-content {
		padding: 40px 0 20px 0;
	}
}

@media only screen and (max-width: 640px){
}

@media only screen and (max-width: 580px){
	.box1-inner {
		padding: 20px;
	}
	.box2-inner {
		padding: 20px;
	}
	.tf-box ul li:nth-child(2) {
		width: 100%;
		float: none;
		display: block;
	}
	.tf-box ul li:nth-child(3) {
		width: 100%;
		float: none;
		display: block;
	}
	.logo-m {
		max-width: 200px;
	}
	.mainbody-inner {
		padding-top: 73px;
	}
	.t1-box-a h1, .t2-box h1 {
		font-size: 24px;
		line-height: 44px;
	}
	.t1-box-a-content {
		padding: 15px 0;
	}
	.products-inner {
		padding: 20px;
	}
	.product-box h1 {
		font-size: 24px;
		line-height: 48px;
		margin: 0;
	}
	.product-box-content {
		padding: 15px 0;
	}
	.product-box-content ul li {
		padding: 5px;
	}
	.p-box-item-text {
		padding: 0;
		font-size: 18px;
		line-height: 24px;
		height: 48px;
	}
	.p-box-item-link {
		padding-bottom: 0px;
	}
	.p-box-item-link a {
		font-size: 16px;
		line-height: 32px;
		max-width: 150px;
	}
	
}

@media only screen and (max-width: 480px){
}

@media only screen and (max-width: 360px){
	.product-box-content ul li {
		width: 100%;
		float: none;
		display: block;
	}
}















/*xxx Start*/
.main-form {
	padding: 10px 0 20px 0;
}
.main-form-inner {
	max-width:800px;
	margin:0 auto 10px auto;
}
.main-form-inner ul {
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding: 0px!important;
}
.main-form-inner ul li {
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	padding: 0px!important;
}
.form-table {
	display:table;
	width:100%;
}
.form-name-left {
	color:#333333;
	font-size:1.0em;
	font-weight:normal;
	background-color:#F3F3F3;
	text-align:right;
	display:table-cell;
	white-space:nowrap;
	width:145px;
	padding:5px 0 5px 5px;
	vertical-align: top;
}
.form-field-right {
	display:table-cell;
	padding:5px;
	border-left:1px solid #CCCCCC;
}
.form-field-right2 {
	display:table-cell;
	padding:5px;
}
.main-form-inner ul li:nth-child(7) .form-name-left {
	vertical-align:top;
}
.form-field-right .xxx-input {
	width:100%;
	max-width:280px;
}
.form-field-right .xxx-textarea {
	width:100%;
	max-width:400px;
}
.main-form-button {
	text-align:center;
}
.main-form-inner ul li {
	float:left;
	width:100%;
}
.main-form-inner ul li:nth-child(1), 
.main-form-inner ul li:nth-child(2) {
}
.main-form-inner ul li:nth-child(2) .form-table {
	height:44px;
}
.main-form-inner ul li:nth-child(2) .form-table .form-name-left {
	vertical-align:middle;
}
.main-form-inner ul li:nth-child(2) .form-table .form-field-right {
	vertical-align:middle;
}
.form-field-rightxt {
	display: inline-block;
}
.main-form-inner ul li:nth-child(4) .form-field-right {
	display: inline-block;
}
.main-form-inner ul li:nth-child(4) .form-field-right2 {
	display: inline-block;
}
.main-form-inner ul li:nth-child(4) .form-field-right .xxx-input {
	max-width:60px;
	width:100%;
}
.main-form-inner ul li:nth-child(4) .form-field-right2 .xxx-input {
	max-width:200px;
	width:100%;
}

.main-form-inner ul li:nth-child(9) .form-field-right .xxx-input {
	max-width:150px;
	width:100%;
}

.thankyou {
	color: #336699;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    background-color: #e8e8e8;
    border: #cccccc 1px solid;
}

/*聯絡我們
------------------------------------------------*/
.sbanner-contact {
	background-image: url("../images/sbanner-contact.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 300px;
	height: 300px;
	position: relative;
}
