/*header*/

.outerWrap {
  padding-top: 20px;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-top: 60px;
    padding-bottom: calc(0px + env(safe-area-inset-bottom));
  }
}
.newstyle {
		-webkit-transition: 0.9s;
		transition: 0.9s;
		-webkit-transform: translate(0, 40px);
		        transform: translate(0, 40px);
		opacity: 0;
		padding: 50px 0;
		background: url(../images/stylebg.jpg) center center;
		position: relative;
		z-index: 11;
		padding-left: calc((100vw - 1480px) / 2);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background:#f4f4f4;
	
}
.newstyle.show {
		-webkit-transform: translate(0, 0px);
		        transform: translate(0, 0px);
		opacity: 1;
}
.newstyle .leftbox {
		width: 610px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
}

.newstyle .leftbox .titleBox{ position:relative; z-index:999;}

.newstyle .leftbox .titleBox strong {
		color: #111;
}
.newstyle .leftbox .titleBox h2 {
		color: #111;
}
.newstyle .leftbox .titleBox p {
		color: #111;
}
.newstyle .rightbox {
		padding-left: 135px;
		padding-right: 170px;
		width: calc(100% - 610px);
		position: relative;
}
.newstyle .rightbox .newdotList {
		display: none;
		padding-top: 20px;
}
.newstyle .rightbox .newthumbbox {
		overflow: hidden;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translate(0, -50%);
		        transform: translate(0, -50%);
		z-index: 10;
		padding-right: 310px;
}
.newstyle .rightbox .newthumbbox .newthumb li:hover .item .Img::before {
		opacity: 1;
}
.newstyle .rightbox .newthumbbox .newthumb li:hover .item .Img img {
		opacity: 0.6;
}
.newstyle .rightbox .newthumbbox .newthumb li .item {
		display: inline-block;
		text-align: center;
}
.newstyle .rightbox .newthumbbox .newthumb li .item .Img {
		position: relative;
		background: #555;
}
.newstyle .rightbox .newthumbbox .newthumb li .item .Img::before {
		content: "read more";
		font-family: "Outfit", sans-serif;
		color: #f6ae69;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		z-index: 11;
		font-size: 15px;
		letter-spacing: 2px;
		opacity: 0;
		-webkit-transition: 0.6s;
		transition: 0.6s;
		pointer-events: none;
}
.newstyle .rightbox .newthumbbox .newthumb li .item .Img img {
		display: block;
		max-width: 100%;
		position: relative;
		z-index: 10;
		-webkit-transition: 0.6s;
		transition: 0.6s;
}
.newstyle .rightbox .newthumbbox .newthumb li .item h3 {
		font-size: 16px;
		color: #fff;
		letter-spacing: 2px;
		font-weight: 400;
		padding-top: 15px;
}
.newstyle .rightbox .newthumbbox .newthumb li .item h3 a {
		color: #fff;
		display: inline-block;
		padding: 5px 10px;
		background: url(../images/linkline.png) no-repeat bottom center;
}
.newstyle .rightbox .newthumbbox .slick-list {
		overflow: inherit !important;
}
.newstyle .rightbox .newbg img {
		display: block;
		width: 100%;
		-webkit-backface-visibility: hidden;
		        backface-visibility: hidden;
}
.newstyle .newsyear {


	
}
.newstyle .newsyear li h1{
       	font-size: 15vw;
		color: #eee;
		opacity:.9;
		font-family: "Outfit", sans-serif;
	    position:relative;
		width:100%;
		text-align:center;
		text-transform:uppercase;
				

}
.newstyle .newsyear li h3{

       font-size: 1.6vw;
		color: #fff;
		opacity:1;
		line-height: 2;
		position:absolute;



}





.newstyle ul.newdotList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top:30px;
}
.newstyle ul.newdotList li {
		position: relative;
		cursor: pointer;
}
.newstyle ul.newdotList li.view .circleBg {
		stroke-dashoffset: 0 !important;
}
.newstyle ul.newdotList li.view svg {
		opacity: 1;
}
.newstyle ul.newdotList li.view span {
		opacity: 1;
}
.newstyle ul.newdotList li.view::after {
		opacity: 0;
}
.newstyle ul.newdotList li.view::before {
		opacity: 0;
}
.newstyle ul.newdotList li .circleBg {
		stroke-dasharray: 107, 107;
		stroke-dashoffset: 107;
		-webkit-transition: 5s;
		transition: 5s;
}
.newstyle ul.newdotList li svg {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		opacity: 0;
		z-index: 10;
}
.newstyle ul.newdotList li::after {
		content: "";
		width: block;
		width: 35px;
		height: 35px;
		position: absolute;
		top: 1px;
		left: 1px;
		opacity: 0;
		border-radius: 99em;
		border: 1px solid #111;
		-webkit-transition: 0.6s;
		transition: 0.6s;
		z-index: 5;
}
.newstyle ul.newdotList li::before {
		content: "";
		display: block;
		position: absolute;
		width: 7px;
		height: 7px;
		border: 1px solid #999;
		background: #999;
		border-radius: 99em;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
}
.newstyle ul.newdotList li span {
		position: relative;
		font-size: 12px;
		font-family: "Outfit", sans-serif;
		font-weight: 400;
		color: #111;
		line-height: 40px;
		width: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		opacity: 0;
}
@media (max-width: 1550px) {
		.newstyle {
				padding: 80px 20px;
		}
		.newstyle .rightbox {
				padding-left: 50px;
				padding-right: 50px;
		}
		.newstyle .rightbox .newthumbbox {
				padding-right: 200px;
		}
		.newstyle .rightbox .newthumbbox .newthumb li .item .Img img {
				width: 200px;
		}
		.newstyle .rightbox .newthumbbox .slick-list {
				overflow: inherit !important;
		}
}
@media (max-width: 1300px) {
		.newstyle .newsyear {
				font-size: 200px;
		}
		.newstyle .leftbox {
				width: 40%;
		}
		.newstyle .rightbox {
				width: 60%;
		}
}
@media (max-width: 1180px) {
		.newstyle .newsyear {
				font-size: 30px;
				-webkit-transform: translate(0, -40px);
				        transform: translate(0, -40px);
		}
}
@media (max-width: 900px) {
		.newstyle {
				display: block;
		}
		.newstyle .leftbox {
				width: 100%;
		}
		.newstyle .leftbox .newdotList {
				display: none;
		}
		.newstyle .rightbox {
				width: 100%;
		}
		.newstyle .rightbox .newdotList {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
		}
}
@media (max-width: 767px) {
		.newstyle .rightbox {
				padding: 0;
		}
		.newstyle .rightbox .newthumbbox {
				padding-right: 0;
		}
		.newstyle .rightbox .newthumbbox .newthumb li .item {
				display: block;
		}
		.newstyle .rightbox .newthumbbox .newthumb li .item .Img {
				width: 200px;
				margin: 0 auto;
		}
}
@media (max-width: 500px) {
		.newstyle .rightbox .newthumbbox .newthumb li .item .Img {
				width: 120px;
		}
}





.serviceArea {
		
		padding-top: 0;
		padding-bottom: 100px;
		position: relative;
		padding-left: calc((100vw - 1400px) / 2);
		position: relative;
		z-index: 10;
	
}
.serviceArea > .titleBox {
		display: none;
		position: relative;
		z-index: 2;
}

.serviceArea div.serviceright {
		position: absolute;
		width: 600px;
		right: calc((100vw - 1400px) / 2);
		top: 70px;
		z-index: 10;
		overflow: hidden;
		pointer-events: none;
}
.serviceArea div.serviceright .basic-sticky-example {
		top: 0;
		-webkit-transition: 0.6s;
		transition: 0.6s;
}
.serviceArea div.serviceright .stuck {
		position: fixed;
		top: 24%;
		-webkit-transform: translate(0, -50%);
		        transform: translate(0, -50%);
		width: 480px;
		-webkit-transition: 0.6s;
		transition: 0.6s;
}
.serviceArea ul.serviceListtxt li.view .item{ position:relative;}

.serviceArea ul.serviceListtxt li.view .item h1 {
		-webkit-transform: translate(0px, 0);
		        transform: translate(0px, 0);
		opacity: 1;
}

.serviceArea ul.serviceListtxt li.view .item h2 {
		-webkit-transform: translate(0px, 0);
		        transform: translate(0px, 0);
		opacity: 1;
}


.serviceArea ul.serviceListtxt li.view .item h3 {
		-webkit-transform: translate(0px, 0);
		        transform: translate(0px, 0);
		opacity: 1;
}
.serviceArea ul.serviceListtxt li.view .item p {
		-webkit-transform: translate(0px, 0);
		        transform: translate(0px, 0);
		opacity: 1;
}
.serviceArea ul.serviceListtxt li.view .item .img {
		-webkit-transform: translate(0px, 0);
		        transform: translate(0px, 0);
		opacity: 1;
}
.serviceArea ul.serviceListtxt li .item h1 {
		font-weight: 500;
		font-size:.65vw;
		color: #999;
		padding-bottom: 16%;
		-webkit-transform: translate(40px, 0);
		 transform: translate(40px, 0);
		opacity: 0;
		-webkit-transition: 0.9s;
		transition: 0.9s;
}
.serviceArea ul.serviceListtxt li .item h2 {
		font-weight: 500;
		font-size: 1.3vw;
		color: #000;
		padding-bottom: 1%;
		-webkit-transform: translate(40px, 0);
		        transform: translate(40px, 0);
		opacity: 0;
		-webkit-transition: 0.9s;
		transition: 0.9s;
		text-transform:uppercase;
			display: block;
			text-align: left;
}

	
.serviceArea ul.serviceListtxt li .item h3 {
		font-weight: 500;
		font-size: 1.3vw;
		color: #000;
		padding-bottom: 2%;
		margin-bottom:2%;
		-webkit-transform: translate(40px, 0);
		        transform: translate(40px, 0);
		opacity: 0;
		-webkit-transition: 0.9s;
		transition: 0.9s;
		border-bottom:1px solid #ccc;
		width:100%;
		display: block;
}
.serviceArea ul.serviceListtxt li .item p {
			font-size: .65vw;
		color: #000;
		line-height: 2;
		-webkit-transform: translate(40px, 0);
		        transform: translate(40px, 0);
		opacity: 0;
		-webkit-transition: 0.9s 0.3s;
		transition: 0.9s 0.3s;
		letter-spacing: 1.5px;
}
.serviceArea ul.serviceListtxt li .item .img {
		-webkit-transform: translate(40px, 0);
		        transform: translate(40px, 0);
		opacity: 0;
		-webkit-transition: 0.9s 0.5s;
		transition: 0.9s 0.5s;
		pointer-events: auto;
		position:absolute;
		right:0;
		 top:0;
		 
}

@media (max-width:1920px){

.serviceArea ul.serviceListtxt li .item h1 {
	
		font-size:16px;

	
}
.serviceArea ul.serviceListtxt li .item h2 {
		
		font-size: 26px;
	
}

	
.serviceArea ul.serviceListtxt li .item h3 {
	
		font-size: 26px;
		
}
.serviceArea ul.serviceListtxt li .item p {
		font-size:16px;
		
}
}


.serviceArea ul.serviceListtxt li .item .img img{ max-width:50%; float:right;}
.serviceArea ul.serviceList {
		position: relative;
}
.serviceArea ul.serviceList li {
		position: relative;
		z-index: 5;
		padding-top: 80px;
}
/*.serviceArea ul.serviceList li:nth-child(even) {
		padding-left: 50px;
}*/
.serviceArea ul.serviceList li .item {
		position: relative;
}

.serviceArea ul.serviceList li .item h4 {
		font-size: 40px;
		color: #493f36;
		font-family: "Outfit", sans-serif;
		font-weight: 400;
		opacity: 0.6;
		line-height: 1;
		position: absolute;
		bottom: 40px;
		left: -50px;
		z-index: 10;
		pointer-events: none;
}
.serviceArea ul.serviceList li .item h4 i {
		font-size: 30px;
		display: block;
		font-style: inherit;
		padding-bottom: 20px;
}
.serviceArea ul.serviceList li .item div.Img {
		display: inline-block;
		position: relative;
		z-index: 5;
		-webkit-box-shadow: 15px 8px 20px rgba(0, 0, 0, 0.1);
		        box-shadow: 15px 8px 20px rgba(0, 0, 0, 0.1);
}
.serviceArea ul.serviceList li .item div.Img a,
.serviceArea ul.serviceList li .item div.Img img {
		display: block;
		max-width: 100%;
		position: relative;
		z-index: 5;
		max-width:639px;
}
.serviceArea ul.serviceList li .item .Txt {
		position: relative;
		z-index: 5;
		display: none;
		padding-top: 20px;
}
.serviceArea ul.serviceList li .item .Txt h3 {
		font-weight: 500;
		font-size: 20px;
		font-family: "Noto Sans TC", sans-serif;
		color: #777;
		padding-bottom: 30px;
}
.serviceArea ul.serviceList li .item .Txt p {
		font-size: 15px;
		color: #6e6e6e;
		line-height: 25px;
		padding-bottom: 50px;
		letter-spacing: 1.5px;
}
.serviceArea ul.serviceList li .item .Txt .btn {
		pointer-events: auto;
}
@media (max-width: 1360px) {
		.serviceArea {
				padding-left: 60px;
				padding-right: 60px;
		}
		.serviceArea::after {
				left: 300px;
		}
		.serviceArea div.serviceright {
				width: 35%;
				right: 60px;
		}
		.serviceArea div.serviceright .stuck {
				width: 35%;
		}
		.serviceArea ul.serviceList li {
				padding-top: 120px;
		}
		.serviceArea ul.serviceList li .item div.Img {
				width: 50%;
		}
}
@media (max-width: 1180px) {
		.serviceArea {
				padding-top: 40px;
				padding-bottom: 40px;
				padding-right: 20px;
				padding-left: 20px;
				display: none;
		}
		.serviceArea > .titleBox {
				display: block;
		}
		.serviceArea::after {
				left: 0px;
		}
		.serviceArea .serviceright {
				display: none;
		}
		.serviceArea ul.serviceList {
				padding-left: 0px;
		}
		.serviceArea ul.serviceList li {
				padding: 20px 0;
		}
		.serviceArea ul.serviceList li:nth-child(even) {
				padding-left: 0px;
		}
		.serviceArea ul.serviceList li .item h4 {
				bottom: auto;
				top: 40px;
				font-size: 25px;
		}
		.serviceArea ul.serviceList li .item h4 i {
				font-size: 20px;
				padding-bottom: 10px;
		}
		.serviceArea ul.serviceList li .item div.Img {
				width: auto;
		}
		.serviceArea ul.serviceList li .item .Txt {
				display: block;
		}
		.serviceArea ul.serviceList li .item div.Img img {

				max-width:100%;
		}
		
		
		
}

.phone_box{ display: none;}

@media (max-width: 1179px) {
	 .titleBox .chs{ margin-top: 0; }
	.phone_box{ display: block; width: 100%;}
	.phone_box ul li{ clear: both; width: 100%; max-width: 96%; margin: 2% 2%;}
	.phone_box ul li img{ max-width: 100%; margin: 10px 0;}
	.phone_box ul li .wenzi{ clear: both; width: 100%;text-align: left; position: relative;margin-top: 10px;}
	.phone_box ul li .wenzi h1{ font-size: 2.8vw;line-height: 1.4;color:#ccc;}
	.phone_box ul li .wenzi h2{ font-size: 4vw;line-height: 1.8;color:#000;}
	.phone_box ul li .wenzi h3{ font-size: 4vw;line-height: 1.8;color:#000;}
	.phone_box ul li .wenzi p{  font-size: 3.5vw;line-height: 1.6;color:#000;}
	.phone_box ul li .wenzi .img{ position: absolute; right: 0;top: 0;}
	.phone_box ul li .wenzi .img{ max-width: 30%;}
	
	.newstyle {
			padding: 20px 20px;
	}
	
	.newstyle .newsyear li h1{ text-align: left;margin-top: 40px;}
	
	}




@media (max-width: 790px) {
	

	
		.serviceArea ul.serviceList {
				padding-left: 0px;
				
		}
		
		.serviceArea ul.serviceList li .item h4 {
				position: relative;
				top: auto;
				padding-bottom: 10px;
				left: auto;
		}
		.serviceArea ul.serviceList li .item div.Img {
				width: auto;
				
		}
		.serviceArea ul.serviceList li .item div.Img img{max-width:100%;}
		.serviceArea ul.serviceList li .item .Txt {
				display: block;
		}
		.serviceArea ul.serviceList li .item .Txt p {
				padding-bottom: 20px;
		}
}

@-webkit-keyframes bannerTxtAnimation {
		0% {
				opacity: 0;
				-webkit-transform: translateY(10px);
				        transform: translateY(10px);
		}
		100% {
				opacity: 1;
				-webkit-transform: translateY(0);
				        transform: translateY(0);
		}
}

@keyframes bannerTxtAnimation {
		0% {
				opacity: 0;
				-webkit-transform: translateY(10px);
				        transform: translateY(10px);
		}
		100% {
				opacity: 1;
				-webkit-transform: translateY(0);
				        transform: translateY(0);
		}
}
@-webkit-keyframes bannerScrollAnimation {
		0% {
				height: 0;
		}
		50% {
				height: 100%;
				-webkit-transform: translateY(0);
				        transform: translateY(0);
		}
		100% {
				-webkit-transform: translateY(100%);
				        transform: translateY(100%);
		}
}
@keyframes bannerScrollAnimation {
		0% {
				height: 0;
		}
		50% {
				height: 100%;
				-webkit-transform: translateY(0);
				        transform: translateY(0);
		}
		100% {
				-webkit-transform: translateY(100%);
				        transform: translateY(100%);
		}
}
@-webkit-keyframes rotate {
		to {
				-webkit-transform: rotate(360deg);
				        transform: rotate(360deg);
		}
}
@keyframes rotate {
		to {
				-webkit-transform: rotate(360deg);
				        transform: rotate(360deg);
		}
}
@-webkit-keyframes bannerscroll {
		0% {
				top: 0;
				-webkit-transform: translate(0, 0%);
				        transform: translate(0, 0%);
		}
		50% {
				top: 100%;
				-webkit-transform: translate(0, -100%);
				        transform: translate(0, -100%);
		}
		100% {
				top: 0%;
				-webkit-transform: translate(0, 0%);
				        transform: translate(0, 0%);
		}
}
@keyframes bannerscroll {
		0% {
				top: 0;
				-webkit-transform: translate(0, 0%);
				        transform: translate(0, 0%);
		}
		50% {
				top: 100%;
				-webkit-transform: translate(0, -100%);
				        transform: translate(0, -100%);
		}
		100% {
				top: 0%;
				-webkit-transform: translate(0, 0%);
				        transform: translate(0, 0%);
		}
}
@-webkit-keyframes videorun {
		0% {
				-webkit-transform: rotate(0);
				        transform: rotate(0);
		}
		100% {
				-webkit-transform: rotate(360deg);
				        transform: rotate(360deg);
		}
}
@keyframes videorun {
		0% {
				-webkit-transform: rotate(0);
				        transform: rotate(0);
		}
		100% {
				-webkit-transform: rotate(360deg);
				        transform: rotate(360deg);
		}
}


.mainArea {
		padding: 0;
}


.titleBox .chs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1vw;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top:0px;
  z-index:999;
  text-transform:uppercase;
}

.titleBox .enb {
  font-weight: 200;
  font-size: 2vw;
  color: #111;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  line-height: 1;
}

.titleBox p {
  font-weight: 500;
  font-size: 1vw;
  font-family: "Noto Sans TC", sans-serif;
  color: #333;
  letter-spacing: 1.5px;
}

@media (min-width:1920px) {
	
	
	.newstyle .newsyear li h1{
	       	font-size: 10vw;
			color: #eee;
			opacity:.9;
			font-family: "Outfit", sans-serif;
		    position:relative;
			width:100%;
			text-align:center;
			text-transform:uppercase;
					
	
	}
	.newstyle .newsyear li h3{
	
	       font-size: vw;
			color: #fff;
			opacity:1;
			line-height: 2;
			position:absolute;
	
	
	
	}
	
	
	.titleBox .enb {
	  font-weight: 200;
	  font-size: 1.3vw;
	  color: #111;
	  position: relative;
	  display: inline-block;
	  margin-bottom: 40px;
	  line-height: 1;
	}
	
	.titleBox p {
	  font-weight: 500;
	  font-size: .65vw;
	  font-family: "Noto Sans TC", sans-serif;
	  color: #333;
	  letter-spacing: 1.5px;
	}
	
	
	
	}
	
	
	
	@media (max-width:639px) {
		
		
		.titleBox .chs {
		  font-size:3vw;
		}
		
		.titleBox .enb {
		  font-weight: 200;
		  font-size: 4vw;
		
		  margin-bottom: 20px;
		  line-height: 2;
		}
		
		.titleBox p {
		  font-weight: 500;
		  font-size: 3.5vw;
	
		  letter-spacing: 1.5;
		}
		
		
		}
	
	
	