@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	 background:url("../images/bg.jpg") top center repeat;
	 background-attachment: fixed;
	 background-size:100%;
}
.footer{
	max-width: 1920px;
	margin: 0 auto;
	background: url("../images/bg.jpg");
}



/* PC */
.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden;}
 	@media screen and ( max-width: 991px ){
		.WRAPPER{ min-width:100%;}
		
	}
.container {overflow: hidden;z-index: 2;position: inherit;}
.topbox { position: relative; width: 1200px; margin: auto;}
.kv_pc {width: 100%;position: relative; text-align:center;/* display: flex; */justify-content: center;/* max-width: 1920px; */margin: auto;flex-wrap: wrap-reverse;height: 825px;z-index: 99;}
.kv_pc img {display: block;text-align: center;}
.kv_m { display: none; }
.kv_m img { display: block; }
.kv_m a {font-size: 0; display: block; }
.for_pc{ display: block; }
.for_m { display: none; }

/* m */
@media screen and ( max-width: 991px ){
	.kv_m { display: block; width: 100%; }
	.kv_m img {  width: 100%; }
	.kv_pc { display: none; }
	.container {width: 100%; min-width: auto; }
	.for_pc{ display: none; }
	.for_m { display: block; }
	.for_m img {  width: 100%; }
}

/* ----------------------CUSTOMERIZATION---------------------- */

/*.font{font-family: 'Noto Serif TC', serif, "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif;}*/

/*bg*/
.bg_1{ background: url("../images/bg_1.png") top center no-repeat; padding-top: 0px; padding-bottom: 0px;}
.bg_2{ background: url("../images/bg_2.png") top center no-repeat; padding-top: 0px; padding-bottom: 0px;}
.bg_3{ background: url("../images/bg_3.png") top center no-repeat; padding-top: 0px; padding-bottom: 0px;}
.bg_4{ background: url("../images/bg_4.png") top center no-repeat; padding-top: 0px; padding-bottom: 0px;}
.bg_5{ background: url("../images/bg_5.png") top center no-repeat; padding-top: 0px; padding-bottom: 0px;}


@media screen and ( max-width: 991px ){
	.bg_1{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_2{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_3{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_4{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_5{ background: none; padding-top: 0px; padding-bottom: 0px; }
}







/*navigation bar for pc*/
/* Style the navbar */
#navbar {
	overflow: hidden;
	
	max-width:100%;
	height: 50px;
	z-index:999;
	margin:0 auto;
	background:
	url(../images/bar_bg.jpg) top center repeat;
	}
  	@media screen and (max-width: 991px) {
		#navbar{ display:none;} 
		.sticky + .content { padding-top:0px !important;}
	}

  .nav_content{ width:1200px; margin:0 auto;}
  /* Navbar links */
  #navbar a {
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	width:16%;
	margin:0 2.5px;
	font-size: 21px;
	color:#fff;
	border-right: 1px solid #ffffff;
	height: 50px;
	line-height: 50px;
	letter-spacing: 1px;
	/*font-family: 'Noto Serif TC', serif, "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif;*/
	} 

  #navbar span{ color:#000000;}
  
  /* Page content */
  .content {
	padding: 0px;
  }
  
  /* The sticky class is added to the navbar with JS when it reaches its scroll position */
  .sticky {
	position: fixed;
	top: 0;
	width: 100%;
	/* z-index: 999!important; */
	}
  
  /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
  .sticky + .content {
	padding-top: 60px;
	
  }
  .nav_content img{ transition:all 0.3s;}
  .nav_content img:hover{ transform:translateY(-5px);}






/*for mobile*/
menu{display:none;}
@media screen and ( max-width: 991px ){
		menu{ display:block;}
	}
menu ul{position:fixed;bottom:0;left:0;margin:0;width:100%;display:flex; flex-wrap: wrap; list-style: none;background:url(../images/bar_bg.jpg) top center repeat;z-index:1000;border-top:none;}
menu ul li{border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;padding: 8px; width:33.3333%;box-sizing:border-box;text-align:center;font-size:15px;}
menu ul li a{font-size:15px;}
menu ul li:nth-last-child(1){border-right:none;}
menu ul li:nth-child(3){border-right:none;}
menu a{color:#ffffff !important;text-decoration:none;}




/*--輪播AD--*/
      .swiper {
        width: 1300px;
        padding-top: 50px;
        padding-bottom: 50px;margin: 0 auto;
      }
.swiper-wrapper,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right{width: 300px;border-radius: 20px;}

      .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 300px;
        height: 300px;margin-bottom: 60px;
      }

      .swiper-slide img {
        display: block;
        width: 300px;
        height: 300px;border-radius: 20px;
      }

.swiper-slide p{width: 100%;text-align: center;padding: 5px 5px;font-size: 22px;color: #000;font-weight:500;margin-top: 10px;line-height: 26px;}

@media screen and ( max-width: 991px ){
	 .swiper {
        width: 100%;
        padding-top: 2vw;
        padding-bottom:2vw;margin: 0 auto;
      }
      .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 80vw;
        height:auto;
		margin-bottom: 70px;
      }	
	      .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 50vw;
        height: 50vw;
      }
	      .swiper-slide img {
        display: block;
        width:  50vw;
        height:  50vw;border-radius: 20px;
      }
	.swiper-wrapper,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right{width:50vw;border-radius: 20px;}
	.swiper-slide p{width: 100%;height: auto; text-align: center;padding: 5px 5px;font-size: 1rem;color: #000;font-weight:500;line-height: 1.2rem;margin-top: 6px;}
    .fix_people{display:none;}
	.page_wrap{width: 100%!important;/* padding: 10px!important; */}
	.title1,.title2,.title3,.title4,.title5,.title6{width: 100%!important;background-size: 100%!important;}
	h2{font-size:36px!important;}
html{
	 background-size:cover;
}
.nav_content{ display:none;}
}






/*--goto top--*/
#gotop {display: inline-block;background-color: #000;opacity:0.3;width: 40px;height: 40px;/* text-align: center; */border-radius: 100%;position: fixed;bottom: 0px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;opacity: 0;visibility: hidden;z-index: 1000;margin: 30px;}
#gotop::after {font-family: FontAwesome;content:'　';font-weight: normal;font-style: normal;font-size: 2em;line-height: 55px;color: #fff;opacity:0.5;background: url(../images/top.png) center no-repeat;background-size:50%;background-position: 75% 0;}
#gotop:hover {cursor: pointer;background-color: #666;}
#gotop:active {background-color: #666;}
#gotop.show {opacity: 0.4;visibility: visible;}
	@media screen and ( max-width: 991px ){
	#gotop {bottom: 2vw;right: 0;margin: 2vw;	}
	}

.kv_pc img{width:100%;}
.page_wrap{
  width: 1200px;
  padding: 15px 0;
  margin: auto;
}
.fix_people{
  width:100%;
  height: 367px;
  position:
  fixed;
  bottom: -25px;
  background:
  url(../images/people.png) center center no-repeat;
  background-size:100%;
  z-index: 3;
}
.head_banner{
  background:url(../images/kv.jpg) center center no-repeat;
  background-size: cover;
  width:100%;
  height:825px;
  float: left;
  position: absolute;
}
.head_title{
  width: 60%;
  float: left;
  position: absolute;
  margin: 35px 0 25px 20%;
}
.sale{
  width: 21%;
  float: left;
  position: absolute;
  margin: 350px 0 0 57%;
}
.sale2{
  width: 27%;
  float: left;
  position: absolute;
  margin: 340px 0 0 56%;
}
.titleC h2{position: relative;padding: 0;line-height: 150px;letter-spacing: 2px;color: #f18d54;font-size: 45px;}
.title1,.title2,.title3,.title4,.title5,.title6{
  width:532px;
  height:171px;
  background:url(../images/page_title1.png) center center no-repeat;
}
.title2{
  background:url(../images/page_title2.png) center center no-repeat;
}
.title3{
  background:url(../images/page_title3.png) center center no-repeat;
}
.title4{
  background:url(../images/page_title4.png) center center no-repeat;
}
.title5{
  background:url(../images/page_title5.png) center center no-repeat;
}
.title6{
  background:url(../images/page_title6.png) center center no-repeat;
}
#section1,#section3,#section5{
  width:100%;
  background:
  url(../images/bg1.jpg) top center repeat;
  background-size: 100%!important;
  background-position:
  top center;
}
#section3{background:url(../images/bg2.jpg) center center repeat;}
#section5{background:url(../images/bg3.jpg) center center repeat;}
.hightlight ul{
	border-radius:35px;
}
.tip_p_wrap{
	border-radius:100px 10px;
	background:url(../images/green_bg.jpg) center center repeat;
}
.half ul{
	background:url(../images/yellow_bg.jpg) center center repeat;
}
.photograph .font{
	background:url(../images/pink_bg.jpg) center center repeat;
}
.recommend .font h4{
	color:#fff;
	border-bottom:#fff solid 1px;;
}
.recommend .font p{color:#fff;font-weight:300;}
.recommend .font .price{color:#fff;font-weight:bold;letter-spacing:1px}
#section1 .font h4{background: #3d8aba;}
.hightlight .font h4 {background: #7db8d4;}
@media(min-width:481px) and (max-width: 1281px) {
.fix_people{display:none;}
.title1,.title2,.title3,.title4,.title5,.title6{
  width:532px!important;
  height:171px!important;
}
#section1,#section5{
  background-size: 200%!important;
  background-position: bottom left!important;
}
	#section3{
		background-position: top right!important;
		background-size: 250%!important;
	}
}
/*for mobile*/
menu{display:none;}
	@media screen and (max-width: 821px){
		menu{ display:block!important;}
		h2{font-size:45px!important;}
	}