@import url("menu.css");
@import url("jssor.css");
@import url("layout.css");
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');


#loader.loadComplete,
#loader.loadComplete > span {
  visibility: hidden;
  opacity: 0;
}

.delighter {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
}

.delighter.started {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .solution-item.delighter.started {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
}

#demo-1 {
			position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
			overflow: hidden; /* to bound the empty top space created by inner element's top margin */
			width: 100%;
			min-height: 600px;
			background-color: #999;
		}

.main_box {
  position: relative; 
 }
.main_slide {
  position: relative;
  width: 100vw;
  height: 100vh;
  z-index: 1;
 }
.main_slide li {
    position: relative;
    z-index: 2;
    width: 100vw;
    height: 100vh; 
}
    .main_slide li .bg {
      position: fixed;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      background-image: url(../images/main01.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center top; }
  .main_slide li.l2 {
    z-index: 1; }
    .main_slide li.l2 .bg {
     background-image: url(../images/main01.jpg) !important; }
  .main_slide li.l3 {
    z-index: 1; }
    .main_slide li.l3 .bg {
     background-image: url(../images/main01.jpg) !important; }
  .main_slide .slide-animation {
    animation: fadezoom 20s 0s forwards; }
@keyframes fadezoom {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } 
}


.bg3{
	background: url(../images/bg5.png) no-repeat #e2ebf2;
}
.bg4{
	background: url(../images/bg4.png) no-repeat;
}
.bg5{
	background: url(../images/bg5.png) no-repeat left top;
}
.bg6{
	background: url(../images/bg6.png) no-repeat;
}

.title{
}
.title h6{
	font-size:4.5rem;
	font-family: 'Anton', sans-serif;
	padding:0 0 0 150px;
	box-sizing:border-box;
}
.title p{
	font-size:2.8rem;
	font-weight:bold;
	color:3e3e3e;
	padding:0 0 0 150px;
	box-sizing:border-box;
}
.t-line-1{
	display:block;
	width:50%;
	height:1px;
	background:#a2bec2;
	margin:10px 0;
}
.t-line-2{
	display:block;
	width:90%;
	height:1px;
	background:#ba8a7e;
	margin:10px 0 10px 10%;
}
.t-line-3{
	display:block;
	width:90%;
	height:1px;
	background:#a2bec2;
	margin:10px 0 10px 10%;
}
.t-l{
	width:45%;
	margin:80px 0;
}
.t-r{
	width:45%;
	margin:80px 0 80px 55%;
}
.t-c-1{
	color:#a2bec2;
}
.t-c-2{
	color:#ba8a7e;
}

.form-wrap{
	width:1024px;
	margin:0 auto;
}
.contact, .view{
	overflow:hidden;
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.contact li, .view li{
	float:left;
	margin:0 0 30px 0;
}
.contact li:nth-child(odd){
	width:48%;
	float:left;
}
.contact li:nth-child(even){
	width:48%;
	float:right;
}
.contact li:nth-child(5){
	width:100%;
}
.contact li:nth-child(6){
	width:80%;
}
.contact li:nth-child(7){
	width:20%;
	text-align:center;
}
.contact li:nth-child(8){
	width:100%;
	text-align:center;
}
.view li:nth-child(odd){
	width:48%;
	float:left;
}
.view li:nth-child(even){
	width:48%;
	float:right;
}
.view li:nth-child(7){
	width:100%;
}
.view li:nth-child(8){
	width:100%;
}
.view li:nth-child(9){
	width:80%;
}
.view li:nth-child(10){
	width:20%;
	text-align:center;
}
.view li:nth-child(11){
	width:100%;
	text-align:center;
}
input[type="text"]{
	width:100%;
	height:40px;
	padding:5px;
	box-sizing:border-box;
	border-bottom:1px solid #777;
	background:none;
}
input[type="submit"]{
	width:180px;
	height:48px;
	background:#a2bfc2;
	font-size:20px;
	font-weight:bold;
}
textarea{
	width:100%;
	min-height:120px;
	min-width:100%;
	max-width:100%; 
	max-height:120px;
	padding:5px;
	box-sizing:border-box;
	border-bottom:1px solid #777;
	background:none;
}
select{
	width:100%;
	height:40px;
	padding:5px;
	box-sizing:border-box;
	border:0px;
	border-bottom:1px solid #777;
	background:none;
}


/*NEWS*/
.abb{
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.newstitle{
	font-size:1.5rem;
	font-weight:bold;
	color:#444;
}
.newsdate{
	font-size:1rem;
	color:#666;
	margin:20px 0;
}
.newstxt{
	width:80%;
	float:left;
	font-size:1.1rem;
	line-height:28px;
	letter-spacing:2px;
	height:56px;
	overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.morebtn{
	width:16%;
	float:right;
}
.morebtn a{
	display:block;
	padding:13px;
	box-sizing:border-box;
	font-size:1rem;
	border:2px solid #222;
	text-align:center;
	color:#222;
}
.morebtn a:hover{
	background:#59748e;
	border:2px solid #59748e;
	color:#fff;
}
.slogan{
	font-size:3rem;
	font-weight:bold;
	text-align:center;
	color:#59748e;
	margin:70px 0 0 0;
}
.news{
	overflow:hidden;
}
.news li{
	margin:0 0 60px 0;
	position:relative;
	overflow:hidden;
}
.newsbox{
	width:80%;
	background:rgba(250,249,233,0.85);
	padding:50px 50px 50px 100px;
	box-sizing:border-box;
	position:relative;
	float:right;
	top:20px;
}
.newspic{
	width:20%;
	position:relative;
	float:left;
	left:5%;
	z-index:2;
}

/*熱銷新案*/
.salelist{
	width:100%;
	margin:50px 0;
}
.caselist{
	width:100%;
	margin:50px 0;
}
.label{
	width:110px;
	height:36px;
	background:#f4e4e4;
	position:absolute;
	right:0;
	top:20px;
	font-size:1.2rem;
	text-align:center;
	line-height:36px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-style:italic;
	color:#555;
}
.news_images{
  position: relative;
  cursor:pointer;
}
.news_images a{
	display:block;
}
.hot_body {
  background: rgba(162, 191, 194, 0.6);
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding:0;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.hot_body:hover {
  opacity: 1;
}
.hot_body:after, .hot_body:before {
  border: 1px solid rgba(255, 255, 255, 0.9);
  bottom: 1rem;
  content: '';
  left: 1em;
  opacity: 0;
  position: absolute;
  right: 1em;
  top: 1em;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.6s 0.2s;
  transition: 0.6s 0.2s;
}
.hot_body:before {
  border-bottom: none;
  border-top: none;
  left: 1em;
  right: 1em;
}
.hot_body:after {
  border-left: none;
  border-right: none;
  bottom: 1em;
  top: 1em;
}
.hot_body:hover:after, .hot_body:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.ach_title{
	width:100%;
	display:block;
	font-size:1.7rem;
	color:#222;
	font-weight:bold;
	text-align:center;
	margin: auto;
}
.saletitle{
	font-size:1.7rem;
	color:#222;
	font-weight:bold;
	text-align:center;
	margin:15px 0;
}
.salemore{
	font-size:1.1rem;
	color:#888;
	margin:15px 0;
}
.salemore span{
	display:inline-block;
	padding:10px 13px;
	box-sizing:border-box;
	background:#fff;
}

.aboutstyle{
	font-size:1.3rem;
    line-height:2;
	letter-spacing:2px;
	font-weight:bold;
	color:#454545;
	margin:0 0 30px 0;
}
.picshadow{
	-webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.26);
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.26);
}
.about-wrap{
	position:relative;
	margin:0 0 50px 0;
}
.about-box{
	width:80%;
	position:relative;
	float:right;
	left:-5%;	
	padding:70px 50px 70px 180px;
	box-sizing:border-box;
}
.info-box{
	width:80%;
	position:relative;
	float:right;
	left:-5%;	
	padding:70px 50px 70px 180px;
	box-sizing:border-box;
}
.info-pic{
	width:20%;
	position:relative;
	float:left;
	left:5%;
	top:50px;
	z-index:2;
}
.about-pic{
	width:20%;
	position:relative;
	float:left;
	left:5%;
	top:110px;
	z-index:2;
}
.pinkbg{
	background:#f0d8d8;
}
.lightbg{
	background:#f0f6f2;
}
.yellowbg{
	background:#faf9e9;
	padding:80px;
	box-sizing:border-box;
}
.detailpic{
	width:77%;
	margin:0 auto 70px auto;
}
.d-text{
	font-size:1.2rem;
	letter-spacing:2px;
	color:#555;
	line-height:2;
}
.d-left{
	width:50%;
	float:left;
	padding:10px 0;
	box-sizing:border-box;
}
.d-right{
	width:50%;
	float:right;
	padding:0 0 0 30px;
	box-sizing:border-box;
}
.d-title{
	font-size:2rem;
	color:#487a7f;
	font-weight:bold;
	margin:0 0 20px 0;
}
.d-date{
	font-size:1rem;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	margin:0 0 20px 0;
}
.d-list{
	overflow:hidden;
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.d-list li{
	float:left;
	font-size:1.1rem;
	line-height:1.8;
	padding: 12px 0;
	box-sizing:border-box;
	color:#444;
	border-bottom:1px solid #888;
}
.d-list li:nth-child(odd){
	width:25%;
	font-weight:bold;
	text-align:center;
}
.d-list li:nth-child(even){
	width:75%;
}
.viewbtn{
	width:200px;
	height:58px;
	float:right;
	font-size:1.2rem;
	line-height:58px;
	font-weight:bold;
	text-indent:45px;
	clear:both;
	margin:50px 0 0 0;
}
.viewbtn a{
	display:block;
	color:#000;
	background:url(../images/next.png) no-repeat 150px 15px;
	border:2px solid #000;
}
.viewbtn a:hover{
	background:url(../images/next.png) no-repeat 160px 15px;
}
ul.page {
  display: table;
  margin: 30px auto;
}
.page li{
	font-size:1.1rem;
	line-height:45px;
	float:left;
	width:130px;
	text-align:center;
}
.page li a{
	display:block;
	color:#000;
}
.page li a:hover{
}
.page li:nth-child(1) a{
	height:45px;
	border:1px solid #000;
	letter-spacing:2px;
}
.page li:nth-child(1) a:hover{
	background:#9abbbd;
	color:#fff;
	border:1px solid #9abbbd;
}
.page li:nth-child(2){
	text-align:center;
	margin:0 20px;
}
.page li:nth-child(2) select{
	width:80px;
	height:45px;
	background:none;
	color:#000;
	border:1px solid #000;
}
.page li:nth-child(3) a{
	height:45px;
	border:1px solid #000;
	letter-spacing:2px;
}
.page li:nth-child(3) a:hover{
	background:#9abbbd;
	color:#fff;
	border:1px solid #9abbbd;
}
.rec_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
	margin:0 0 50px 0;
}
.rec_box_l {
    width: 30%;
	float:left;
	position:relative;
	left:50px;
	z-index:2;
}
.rec_box_r {
    width:70%;
	float:right;
	position:relative;
    margin: 0;
    background:#d7ddf0;
	padding:130px 90px 130px 130px;
	box-sizing:border-box;
}
.rec_box_r h6{
	font-size:2rem;
	font-weight:bold;
	letter-spacing:4px;
	color:#214057;
	margin:0 0 40px 0;
}
.home-sale{
	overflow:hidden;
	margin:0;
}
.home-sale li{
	width:30%;
	float:left;
	margin:0 5% 0 0;
	position:relative;
}
.home-sale li img{
	display:block;
}
.home-sale li:nth-child(3){
	margin:0;
}
.homesalebox{
	width:95%;
	min-height:100%;
	background:rgba(220,223,238,0.7);
	padding:180px 0 40px 0;
	box-sizing:border-box;
	position:relative;
	top:-100px;
}
.saleimg{
	width:90%;
	position:relative;
	left:10%;
	top:50px;
	z-index:2;
	overflow:hidden;
}
.saleimg img{
	-webkit-transform: scale(1.1);
    -webkit-transition: 0.3s;
}
.saleimg a:hover img{
	-webkit-transform: scale(1.0);
    -webkit-transition: 0.3s;
}
.sign{
	width:20%;
	margin:0 0 0 80%;
}
.slogan2{
	width:70%;
	margin:0 auto;
}

@media (max-width: 1366px) {
}

@media (max-width: 1024px) {
.form-wrap{
	width:100%;
}
.t-l{
	width:90%;
	margin:40px 0;
}
.t-r{
	width:90%;
	margin:40px 0 40px 10%;
}
.title h6{
	font-size:4rem;
	padding:0 0 0 100px;
}
.title p{
	font-size:2.2rem;
	padding:0 0 0 100px;
}
.newsbox{
	width:60%;
	padding:50px;
	float:right;
	top:20px;
	overflow:hidden;
}
.newspic{
	width:40%;
	float:left;
	left:10px;
	z-index:2;
}
.newstxt{
	width:100%;
	float:none;
}
.morebtn{
	width:30%;
	float:none;
}
.yellowbg{
	padding:40px;
}
.about-box{
	width:100%;
	float:none;
	left:0;	
	padding:40px;
}
.about-pic{
	width:50%;
	float:none;
	left:0;
	top:0;
	margin:0 auto; 
}
.info-box{
	width:80%;
	position:relative;
	float:right;
	left:-5%;	
	padding:50px;
}
.info-pic{
	width:20%;
	position:relative;
	float:left;
	left:0;
	top:0;
}
.rec_box_r {
	padding:100px;
}
}

@media (max-width: 768px) {
.d-left{
	width:100%;
	float:none;
	padding:10px 0;
	box-sizing:border-box;
}
.d-right{
	width:100%;
	float:none;
	padding:0;
}
.detailpic{
	width:100%;
	margin:0 auto 40px auto;
}
.rec_box_l {
    width:100%;
	float:left;
	position:relative;
	left:0;
}
.rec_box_r {
    width:100%;
	float:none;
	position:relative;
    margin: 0;
	padding:40px;
}
.home-sale li{
	width:100%;
	float:none;
	margin:0 0 10px 0;
}
.homesalebox{
	width:100%;
	min-height:auto;
	padding:20px 0;
	top:0;
}
.saleimg{
	width:100%;
	left:0;
	top:0;
}
}

@media (max-width: 640px) {
.newsbox{
	width:100%;
	float:none;
	top:0;
	padding:30px;
}
.newspic{
	width:100%;
	float:none;
	left:0;
}
.contact li:nth-child(odd){
	width:100%;
}
.contact li:nth-child(even){
	width:100%;
}
.contact li:nth-child(6){
	width:60%;
}
.contact li:nth-child(7){
	width:40%;
}
.view li:nth-child(odd){
	width:100%;
}
.view li:nth-child(even){
	width:100%;
}
.view li:nth-child(9){
	width:60%;
}
.view li:nth-child(10){
	width:40%;
}


.slogan{
	font-size:2.2rem;
	margin:30px 0 0 0;
}
.about-pic{
	width:100%;
}
.info-box{
	width:100%;
	left:0;	
	padding:30px;
}
.info-pic{
	display:none;
}
}

@media (max-width: 480px) {
}
