@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: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
b { 
    font-weight: bold !important;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
a {
    text-decoration: none;
}
a img{
  outline: none;
}
a:focus, input:focus, button:focus{
  outline: none;
}
body{
	
/*	font-family: Arial, "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", PMingLiU;*/
	font-family: 'Noto Sans TC', sans-serif;
	background: #952923;
	}



#WRAPER{
	float:left;
	width:100%;
	position:relative;
	z-index:3;
	text-align:center;
}

#HEADER{
	position: fixed;
	width:100%;
	top: 0px;
	left: 0px;
  	z-index: 14;
	background: #952923;
}


#NAV{
	float: left;
	width: 100%;
	text-align: right;
}

nav{
	display: inline-block;
}

nav div{
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	margin: 18px 20px;
	cursor: pointer;
}


nav div:hover{
	opacity: .4;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}


#KV{
	position: relative;
	z-index: 3;
	float: left;
	text-align: center;
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 60px 0px;
}


.kv_slogan{
	display: inline-block;
	position: relative;
	z-index: 3;
	width: 808px;
}

.kv_txt{
	position: relative;
	z-index: 3;
	display: inline-block;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	line-height: 1.7;
}

.kv_feature_txt{
	position: relative;
	z-index: 3;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 85px;
	text-shadow: 0px 0px 5px #561A1A;
	font-weight: 500;
	color: #ffffff;
	margin-top: 50px;
}

.red_logo{
	display: inline-block;
	position: relative;
	z-index: 3;
	width: 400px;
	margin-top: 100px;
	margin-bottom: 30px;
}

.kv_bottom{
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0px;
	bottom: 0px;
}

.kv_img{
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}






.sec{
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 100px 20px 100px 20px;
	overflow: hidden;
}

.sec2{
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 100px 20px 0px 20px;
	overflow: hidden;
}


.sec2.feature{
 background-color: #F9DFD0;
}


.mid_content{
	display: inline-block;
	width: 1100px;
	text-align: center;
	position: relative;
	z-index: 3;
}



.sec_title1{
	float: right;
	width: 280px;
	font-size: 135px;
	line-height: 135px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 50px;
	position: relative;
	z-index: 3;
}

.function_img{
	display: inline-block;
	width: 996px;
}

.Frame_top{
	position: absolute;
	z-index: 0;
	top:0px;
	right: 0px;
	width: 700px;
}

.Frame_bottom{
	position: absolute;
	z-index: 0;
	bottom:0px;
	left: 0px;
	width: 700px;
}





.sec_title2{
	position: absolute;
	top:100px;
	left: 30px;
	width: 280px;
	font-size: 135px;
	line-height: 135px;
	color: #952923;
	font-weight: 400;
	margin-bottom: 50px;
	z-index: 3;
}


.use1_img{
	position: relative;
	z-index: 2;
	width: 1600px;
	float: left;
	margin-left: -600px;
	margin-top: -440px;
}

.use2_img{
	position: relative;
	z-index: 2;
	width: 100%;
	float: left;
	margin-top: -500px;
	margin-left: 200px;
}



.product_bg1{
 background: linear-gradient(180deg, #CE544E 0%, #F9DFD0 100%);
}

.product_bg2{
	background: linear-gradient(180deg, #F9DFD0 0%, #CE544E 100%);
   }


.product_box{
	background: #FFFFFF;
	width: 80%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 50px;
	display: flex;
	margin-bottom: 30px;
}  

.product_box .cover{
	width: 50%;
}  

.product_box .cover img{
	width: 100%;
}  

.product_box .intro {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 30px;
	text-align: left;
}  

  
.product_box .intro h3{
	font-size: 40px;
	color: #962924;
	font-weight: bold;
	margin-bottom: 30px;
}  

.product_box .intro ul li{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	font-size: 20px;
	color: #962924;
}  
.product_box .intro p{
	font-size: 20px;
	color: #962924;
}  

.product_box .intro .slogan{
	font-size: 20px;
	color: #962924;
	font-weight: bold;
}

.product_box .intro a{
	font-size: 20px;
	color: #ffffff;
	background-color: #962924;
	font-weight: bold;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 20px 30px;
	display: inline-block;
	border-radius: 80px;
	margin-top: 30px;
}


.product_box.right{
	float: right;
	border-radius: 140px 0px 0px 140px;
}

.product_box.left{
	float: left;
	border-radius: 0px 140px 140px 0px;
}








#FOOTER{
	float:left;
	position: relative;
	z-index: 2;
	width:100%;
	text-align: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 20px 50px 20px;
	background-color: #962924;
	}

.ft_link{
	display: inline-flex;
	flex-direction: row;
	margin-left: 30px;
}
.ft_link img{
	width: 50px;
	height: 50px;
}
.ft_link .link_group{
	display: flex;
	flex-direction: column;
	color: #ffffff;
	text-align: left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 10px;

}
.ft_link .link_group a{
	color: #ffffff;
}

.copyright{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	margin-top: 30px;
}





@media screen and (max-width: 1180px) {

	
	

	.mid_content{
		display: inline-block;
		width: 100%;
		text-align: center;
		position: relative;
		z-index: 2;
	}





	
	


}

@media screen and (max-width: 960px) {

	#NAV{
		float: left;
		width: 100%;
		text-align: center;
	}
	
	nav{
		width: 100%;
		display: inline-block;
	}
	
	.kv_slogan{
		display: inline-block;
		position: relative;
		z-index: 3;
		width: 100%;
	}

	#KV{
		position: relative;
		z-index: 3;
		float: left;
		text-align: center;
		width: 100%;
		overflow: hidden;
		margin-top: 60px;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0px 0px;
	}



.kv_txt{
	position: relative;
	z-index: 3;
	display: inline-block;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	line-height: 1.7;
	margin-top: 30px;
}

.kv_feature_txt{
	position: relative;
	z-index: 3;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 30px;
	text-shadow: 0px 0px 5px #561A1A;
	font-weight: 500;
	color: #ffffff;
	margin-top: 50px;
}

.red_logo{
	display: inline-block;
	position: relative;
	z-index: 3;
	width: 170px;
	margin-top: 50px;
	margin-bottom: 30px;
}

.kv_bottom{
	position: absolute;
	z-index: 1;
	width: 1400px;
	left: 50%;
	margin-left: -700px;
	bottom: 0px;
}



.sec_title1{
	float: right;
	width: 120px;
	font-size: 58px;
	line-height: 58px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 50px;
	position: relative;
	z-index: 3;
}

.function_img{
	display: inline-block;
	width: 100%;
}

.Frame_top{
	position: absolute;
	z-index: 0;
	top:0px;
	right: 0px;
	width: 400px;
}

.Frame_bottom{
	position: absolute;
	z-index: 0;
	bottom:0px;
	left: 0px;
	width: 400px;
}



.sec_title2{
	position: absolute;
	top:100px;
	left: 30px;
	width: 120px;
	font-size: 58px;
	line-height: 58px;
	color: #952923;
	font-weight: 400;
	margin-bottom: 50px;
	z-index: 3;
}


.use1_img{
	position: relative;
	z-index: 2;
	width: 1300px;
	float: left;
	margin-left: -600px;
	margin-top: -440px;
}


.product_box{
	background: #FFFFFF;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 50px 20px;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}  

.product_box .cover{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}  

.product_box .cover img{
	width: 80%;
}  

.product_box .intro {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 0px;
	text-align: left;
}  

.product_box.right{
	float: left;
	border-radius: 0px 0px 0px 0px;
}

.product_box.left{
	float: left;
	border-radius: 0px 0px 0px 0px;
}


}




@media screen and (max-width: 480px) {


	.sec_title2{
		position: absolute;
		top:30px;
		left: 0px;
		width: 120px;
		font-size: 58px;
		line-height: 58px;
		color: #952923;
		font-weight: 400;
		margin-bottom: 50px;
		z-index: 3;
	}
	
	
	.use1_img{
		position: relative;
		z-index: 2;
		width: 700px;
		float: left;
		margin-left: -360px;
		margin-top:-200px;
	}

	.use2_img{
		position: relative;
		z-index: 2;
		width:600px;
		float: left;
		margin-top: 0px;
		margin-left: -60px;
	}
	
	.ft_link{
		display: inline-flex;
		flex-direction: row;
		margin-left: 0px;
		width: 100%;
		margin-bottom: 10px;
	}
	

}






