@charset "utf-8";
/* CSS Document */
.pageHeader{ width:100%; margin:0 auto; padding:0px 0; }
.pageHeader .logo{ float:left; padding:30px 0 0px 0px; height:auto; display: flex;}
.pageHeader .logo h1{ float:left; padding:0px 0 0px 0px;}
.pageHeader .logo h1 img{ height: 66px;}
.pageHeader .logo h2{ float:left; padding:0px 0 0px 0px; }
.pageHeader .logo h2 img{ height: 66px;}
.pageHeader .menubox{
	width: calc(100% - 450px); float:right;
	margin: 0px 0px 0px 0px;
}
.pageHeader .menubox .topbox{
  width: 100%;
  margin: 15px 0px 0px 0px;
  display: flex;
justify-content: flex-end;  
}
.pageHeader .menubox .menu{
	width: 100%;
	margin: 30px 0px 0px 0px; 
}
.pageHeader .menubox .menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
justify-content: flex-end; 
}

.pageHeader .menubox .menu ul li{
	height: 45px;
	position: relative;
	font-size: 18px;
	color: #fff;
	padding: 0 13px;
	transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); 
}
.pageHeader .menubox .menu ul li:hover{ transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); color: #ff7907;}
.pageHeader .menubox .menu ul li > a{
  color: #fff;
  text-align: center;
  padding: 0px 0px;
  text-decoration: none;
}
.pageHeader .menubox .menu ul li > a:hover{
  color: #ff7907;
}

.pageHeader .menubox .menu ul li.dropdown {
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin:10px 0px 0 0px;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}
.dropdown-content a:hover {background-color: #ff7907; color: #fff;}
.dropdown:hover .dropdown-content {
  display: block;
}

.pageHeader .menubox .topbox .search{ padding: 0px 13px 0 13px;
display: flex;
justify-content: flex-end; 
}
.pageHeader .menubox .topbox .language{ margin:0px 0px 0 0px;}
.pageHeader .menubox .topbox .language dd{
	display:inline-block; margin:0 0px 0 0px; padding: 0; list-style: none; position: relative;
}
.pageHeader .menubox .topbox .language dd a{
	margin:0 0px 0 0px; padding: 10px; color: #fff; font-size: 18px; 
}
.pageHeader .menubox .topbox .language dd:after {
  width:1px; margin: 0 0 0 5px;
  height: 16px; display:inline-block; 
  content: '';
  background-color:rgba(255,255,255,0.8);
  z-index:1;
}
.pageHeader .menubox .topbox .language dd:last-child:after {
  content: none;
}
@media only screen and (min-width: 0px) and (max-width: 1210px){
.pageHeader .menubox .topbox .language dd a{
  font-size: 17px; 
}
.pageHeader .menubox .menu ul li{
  font-size: 17px;
}
}
@media only screen and (min-width: 371px) and (max-width: 650px){
.pageHeader .logo h1 img, .pageHeader .logo h2 img{ height: 50px;}
}
@media only screen and (min-width: 0px) and (max-width: 370px){
.pageHeader .logo h1 img{ height: 40px;}
.pageHeader .logo h2 img{ height: 45px;}
}
@media only screen and (min-width: 0px) and (max-width: 650px){
.pageHeader .logo{ padding:20px 0 0px 0px;}
.pageHeader .menubox .topbox .language{ margin:0px 0px 0 0px; position:absolute; right: 100px; top: 80px;}
.pageHeader .menubox .topbox .search{ position:absolute; right: 60px; top: 82px;}
}
@media only screen and (min-width: 0px) and (max-width: 1090px){
.pageHeader .menubox .menu{ display: none;}
}

/* -mobile menu-*/
.mobile_menu{ display:none;}
@media only screen and (min-width: 0px) and (max-width: 1090px){
.mobile_menu{ display:inline-block; margin:20px 0px 0 5px; float:right;
width:43px; height: 43px; border-radius: 100%; background: #ec6e00;
}
}
#toggle {
  width: 43px;
  height: 43px;  border-radius: 100%;
  padding:8px 8px 5px 8px;
  position: relative;
  z-index: 99; 
}
#toggle div {
  width: 80%;
  height: 3px;
  background: #FFF;
  margin: 4px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}

#toggle.on {
  background: #ec6e00;
}
#toggle.on .one {
  transform: rotate(50deg) translate(6px, 6px);
}

#toggle.on .two {
  opacity: 0;
}

#toggle.on .three {
  transform: rotate(-50deg) translate(4px, -4px);
}

#menu {
background: #313131; 
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 90px 20px 0 20px;
    border-radius: 3px;
    text-align: center;
    margin: auto;
    z-index: 5;
    display: none;
}
#menu > a{
  width: 100%;
  float: left;
  text-align: center;
  color: #FFF;
  font-size: 22px; 
  line-height: 1.5;
  padding: 12px 0;
}
@media only screen and (min-width: 0px) and (max-width: 650px){
.mobile_menu{ margin:50px 0px 0 0px; width:50px; height: 50px; position: absolute; right: 10px;}
#toggle {
  width: 50px;
  height: 50px;
  padding:10px 8px 5px 8px; 
}
}
@media only screen and (min-width: 0px) and (max-width: 925px){
.mobile_link{ display: none;}
.mobile_link{ margin:50px 0 0px 0px; width: 100%; display:block;}
.mobile_link img{ margin: 0 3px; }
}
.page-title {
  width: 100%;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 22px;
  color: #ec6d00;
  font-weight: bold;
}
/* banner */
.index-banner {
  width: 100%;  position: relative;
  margin: auto; padding:0px 0 0 0; 
}
.index-banner img{
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
}
.index-banner .for_PC{ display:block; width: 100%;}
.index-banner .for_mobile{ display: none;}
.index-banner .for_PC img, .index-banner .for_mobile img{
  width: 100%;
}
.index-banner .index-banner-slick {
  width: 100%;
  margin: 0; padding:0; list-style:none;
}
.index-banner .index-banner-slick .slick-list,
.index-banner .index-banner-slick .slick-track {
  height: 100%;
}
.index-banner .index-banner-slick .slick-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.index-banner .index-banner-slick .slick-dots {
  bottom: 150px;
  display: flex;
  justify-content: center;
}
.index-banner .index-banner-slick .slick-dots li {
  display: block;
  margin: 0; padding:0; list-style:none;
  width: auto;
  height: auto;
}
.index-banner .index-banner-slick .slick-dots li + li {
  margin-left: 20px;
}
.index-banner .index-banner-slick .slick-dots li button {
  background-color: #000;
  opacity: 0.3;
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  padding: 0;
  border-radius: 50%;
}
.index-banner .index-banner-slick .slick-dots li.slick-active button {
  background-color: #eb6c00;
  border: 2px solid #fff;
  opacity: 1;
}

.index-banner .index-banner-slick .slick-dots li button:before{
  font-size: 0;
}
@media only screen and (min-width: 0px) and (max-width: 899px){
.index-banner .for_PC{ display: none;}
.index-banner .for_mobile{ display:block; width: 100%;}
}
@media only screen and (min-width: 0px) and (max-width: 768px){
.index-banner .index-banner-slick .slick-dots {
  bottom: 15px;
}
.index-banner .index-banner-slick .slick-dots li + li {
  margin-left: 10px;
}
.index-banner .index-banner-slick .slick-dots li button {
  width: 10px;
    height: 10px;
}
}

/* page-banner */
.page-banner {
	position: relative;	
	width: 100%;
	height: 130px;
	margin-top: 0;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
background: rgba(0%,0%,0%,0.8);
}

.page-banner02 {
  background-size: cover;  position: relative;
  width: 100%;
  height: 300px;
  margin-top: 0;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-banner02 h2 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height:2;
    font-weight: bold; font-style:italic;
  letter-spacing:2px;
  position: absolute;
  top:40%;
  text-shadow: black 0.1em 0.1em 0.2em; 
}
.page-banner02:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
background: rgba(0%,0%,0%,0.3);
}

/* search-bar */
.fancy-box {
    display: none;
}
.fancy-box h2 + section {
    margin-top: 25px;
}
.fancy-box select {
    width: 300px;
    height: 40px;
    padding: 0 10px;
    display: block;
    background-color: #f5f5f5;
    border-radius: 3px;
}
.fancy-box select + input {
    margin-top: 15px;
}
.fancy-box .search-bar {
    border-radius: 3px; padding:0; margin:0; list-style:none;
    overflow: hidden;
    width: 300px;
    display: flex;
}
.fancy-box .search-bar li{
    padding: 0; list-style: none; margin: 0;
}
.fancy-box .search-bar > li:first-child {
    width: calc(100% - 60px);
}
.fancy-box .search-bar input {
    display: block;
    font-size: 16px;
    color: #000000;
    height: 40px;
}
.fancy-box .search-bar input[type="search"] {
    width: calc(100% - 20px);
    padding: 0 10px;
    background-color: #eee;
    -webkit-appearance: none;
       -moz-appearance: none;
    border:none; font-family:Microsoft JhengHei, 微軟正黑體;
}
.fancy-box .search-bar input[type="submit"] {
    width: 60px; font-size: 16px;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #ed6d02;
    border:none; font-family:Microsoft JhengHei, 微軟正黑體;
} 
.fancy-box .search-bar ::-webkit-input-placeholder { color: #888; }
.fancy-box .search-bar ::-moz-placeholder { color: #888; }
.fancy-box .search-bar :-ms-input-placeholder { color: #888; }
.fancy-box .search-bar :-moz-placeholder { color: #888; }


/* 首頁-about */
.ind_aboutbg {
  width: 100%; margin:-200px 0 0 0; padding:0px 0px 200px 0px;
}
.ind_about{ width:100%; margin:0px auto 0px auto; padding:0px 0; position: relative;}
.ind_about .left_pic{ width:480px; padding:20px 0px 20px 20px; float: left; position: relative; }
.ind_about .left_pic .pic{ width:100%; }
.ind_about .left_pic .pic img{ width:100%; box-shadow:0 0 10px 5px rgba(0%,0%,0%,0.1);}
.ind_about .left_pic:before
{
  content:'';
  position:absolute; z-index: -1;
  width:50%;
  height:80%;
  top:10%;
  left:-20px;
  background:#df6701;
}
.ind_about .txt{ width:calc(100% - 480px); margin:150px 0 0px 0px; padding:0px 0; float: right; line-height: 2;}
.ind_about .txt .title{ width:100%; margin:0 0px 20px 0; padding:0px 0; display: flex;
  flex-direction: column;}
.ind_about .txt .title .line{
  display:block; position: relative;
  background:#ed6d00;
  width: 485px;
  height: 2px;
  display: flex;
  justify-content: flex-end;
}
.ind_about .txt .title .line:after {
  content: ''; position: absolute;
  width: 69px; bottom: 0; right:0px;
  height: 9px;
  background:url(../images/icon01.png) no-repeat; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.ind_about .txt .title .line:before {
  content: ''; position: absolute;
  display: block;
  bottom: -7px; right:69px;
  font-weight: bold; font-style:italic;
  font-size: 16px; color:#ed6d00;
}
.ind_about .txt .title h1{ font-size: 34px; color:#393939; font-weight: bold; padding:0px 0 0 80px; line-height: 1.5; font-family:Arial;}
.ind_about .txt .txtbox { width:90%; margin:0 0px 0px 0; font-size: 18px; color:#686868; font-weight: bold; padding:20px 0 0 80px;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
}
.ind_about .txt .more{ width:100%; display: flex;
  justify-content: flex-start; align-items: center; margin: 30px 0 0 0px; padding:0px 0 0 80px; transition:all .5s;}
.ind_about .txt .more h3{ font-size: 16px; color:#616161; font-weight: bold; 
  display: flex;
  justify-content: flex-end; align-items: center;
}
.ind_about .txt .more h4 {
  width:35px; 
  height: 1px; display: inline-block;
  content: '';
  background:#f4780f; margin: 0px 0 0 9px;
  display: flex;
  justify-content: flex-end; align-items: center;

}
.ind_about .txt .more h4:after {
  width:6px; 
  height: 6px; border-radius: 100%; display: inline-block;
  content: '';
  background:#f4780f; margin: 0px 0 0 0px;
  display: flex;
  justify-content: flex-end; align-items: center;
}
.ind_about .txt .more:hover h3{
  color: #f58220;
}
@media only screen and (min-width: 1350px) and (max-width: 1500px){
.ind_about .left_pic{ width:40%; padding:20px 0px 20px 20px;}
.ind_about .txt{ width:calc(100% - 40%); }
.ind_about .txt .txtbox { width:100%; }
}
@media only screen and (min-width: 901px) and (max-width: 1349px){
.ind_about .left_pic{ width:40%; padding:20px 0px 20px 20px;}
.ind_about .txt{ width:calc(100% - 40%); }
.ind_about .txt .txtbox { width:100%; padding:20px 0 0 30px;}
.ind_about .txt .title h1{ padding:0px 0 0 30px; }
.ind_about .txt .more{ padding:0px 0 0 30px;}
}
@media only screen and (min-width: 0px) and (max-width: 1280px){
.ind_aboutbg {
  margin:-100px 0 0 0; 
}
.ind_about .txt{ margin:80px 0 0px 0px; }
.ind_about .txt .title h1{ font-size: 30px; }
.ind_about .txt .txtbox { font-size: 17px; padding:0px 0 0 30px;}
}
@media only screen and (min-width: 0px) and (max-width: 900px){
.ind_about .left_pic{ width:80%; margin:0 10%;}
.ind_about .left_pic:before
{
  left:0px;
}
.ind_about .txt{ width:100%; margin:0 0 0px 0px;}
.ind_about .txt .title h1{ padding:0px 0 0 0px; }
.ind_about .txt .title .line{
  width: 100%;
}
.ind_about .txt .txtbox { width:100%; padding:0px 0 0 0px;}
.ind_about .txt .more{ padding:0px 0 0 0px;}
}

.indabout_icon{ position: absolute; right: 13%; z-index: 9; top: 10%;}
.indabout_icon img{ width:100%; }
@media only screen and (min-width: 0px) and (max-width: 1850px){
.indabout_icon{ top: 9%; right: 10%; }
}
@media only screen and (min-width: 1610px) and (max-width: 1680px){
.indabout_icon{ top: 8%; right: 5%; }
}
@media only screen and (min-width: 1500px) and (max-width: 1609px){
.indabout_icon{ top: 7%; right: 3%; }
}
@media only screen and (min-width: 0px) and (max-width: 1499px){
.indabout_icon{ display: none; }
}

/* 首頁-news */
.ind_newsbg {
  width: 100%; margin:0 0 0 0; 
  background:url(../images/news_bg.jpg) no-repeat center top; 
  background-size: 100% cover; 
}
.ind_newsbox { width:100%; margin:100px auto; height:auto; overflow: hidden; }
@media only screen and (min-width: 0px) and (max-width: 800px){
.ind_newsbg {
  background:url(../images/news_bg.jpg) no-repeat center bottom;
}
}

/* 首頁-products */
.ind_pbg {
  width: 100%; margin:0 0 0 0; 
  background:url(../images/ind_probg.jpg) no-repeat left top; 
  background-size: 100% cover; 
}
.ind_pro{ width:100%; }
.ind_pro .tt{ width:28%; padding:20px 20px 0px 0px; margin: 0px 2% 0 0; float: left; }
.ind_pro .tt h3{ width:100%; padding:20px 0px 0px 0px; font-size: 18px; color:#686868; font-weight: bold; }
.ind_pro .tt .more{ width:100%; padding:100px 0px 0px 0px; }

.shortcut{  width:70%; margin: 0px auto 50px auto; padding:0px 20px 0px 0; float: right;}
@media only screen and (min-width: 0px) and (max-width: 680px){
.ind_pro .tt{ width:100%; padding:0px 0px 0px 0px; margin: 0px 0 0 0; }
.ind_pro .tt .more{ padding:20px 0px 20px 0px; }
.shortcut{  width:100%; padding:0px 0px 0px 0;}
}  

.item_pd{ margin:20px 10px 20px 10px; padding:20px; width:calc(100% / 4 - 20px); list-style:none; display: block; float:left; transition: all 0.6s; 
    background-color: rgba(215, 215, 215, 0.83); position: relative;
}
.item_pd:hover {
-webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08); background: #cbced6;
 }
.item_pd .pic{ margin:0px auto; width:100%; position: relative; font-size: 0; text-align: center;}
.item_pd .pic img {
  width:100%;
}
.item_pd .ttbox { width:100%; text-align:center; display:block; margin:15px 0 0px 0px; }
.item_pd .ttbox h2 { width:100%; text-align:center; display:block; color: #222; font-weight: bold; font-size: 20px; margin:0px 0 15px 0px; position: relative;
padding: 0px 0 10px 0px;}
@media only screen and (min-width: 481px) and (max-width: 1200px){
.item_pd{ width:calc(100% / 2 - 20px); }
}
@media only screen and (min-width: 0px) and (max-width: 480px){
.item_pd{ width:100%; margin:20px 0px 20px 0px;}
}

/* service */
.ind_servicebg { width:100%; margin:0px auto; height:auto; overflow: hidden; background: #f9f3e8; padding: 10% 0;
clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 75%);
-webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 75%);
}
.ind_service{ width:100%; margin:80px auto 80px auto; padding:0px 0; 
display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ind_service li{ width: calc( 100% / 3 - 30px); float: left; margin:0px 0px 15px 0px; padding:0px 0px; list-style: none; position: relative; transition: all 0.6s;
}
.ind_service li img {
  width: 100%;
  height: auto;
}
.ind_service li .swiper-slide {
  width: 100%;
  height: 340px;
  float: left;
  position: relative;
  background-color: #e26801;
  background-position: center;
  background-size: cover;
}

.ind_service li .swiper-slide::after {
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
background: -moz-linear-gradient(top, rgba(226,104,1,0.7) 0%, rgba(226,104,1,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(226,104,1,0.7) 0%,rgba(226,104,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(226,104,1,0.7) 0%,rgba(226,104,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42e26801', endColorstr='#e26801',GradientType=0 ); /* IE6-9 */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.ind_service li .swiper-slide:hover::after {
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.ind_service li .swiper-slide > ul {
  width: 100%;
  float: left;
}

.ind_service li .swiper-slide > ul > img {
  width: 100%;
  height: auto;
}

.ind_service li .swiper-slide > .ind_pro_title {
  width: 100%; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
  float: left;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 20px;
  color: #ffffff;
  line-height: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 600;
  margin: 25px 0;
  padding: 0 25px;
  z-index: 99;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 17px;
}
.ind_service li .swiper-slide:hover .ind_pro_title {
  bottom: 180px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ind_service li .swiper-slide > .ind_pro_text {
  width: 90%;
  float: left;
  position: absolute;
  left: 0;
  top: 180px;
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 400;
  margin: 25px 0;
  padding: 0 25px;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.ind_service li .swiper-slide:hover .ind_pro_text {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.ind_service li .swiper-slide .ind_pro_text .more{ width:100%; display: flex;
  justify-content: flex-start; align-items: center; margin: 30px 0 0 0px; padding:0px 0 0 0px; transition:all .5s; }
.ind_service li .swiper-slide .ind_pro_text .more h3{ font-size: 16px; color:rgba(255,255,255,0.8); font-weight: bold; 
  display: flex;
  justify-content: flex-end; align-items: center;
}
.ind_service li .swiper-slide .ind_pro_text .more h4 {
  width:35px; 
  height: 1px; display: inline-block;
  content: '';
  background:rgba(255,255,255,0.8); margin: 0px 0 0 9px;
  display: flex;
  justify-content: flex-end; align-items: center;

}
.ind_service li .swiper-slide .ind_pro_text .more h4:after {
  width:6px; 
  height: 6px; border-radius: 100%; display: inline-block;
  content: '';
  background:rgba(255,255,255,0.8); margin: 0px 0 0 0px;
  display: flex;
  justify-content: flex-end; align-items: center;
}

@media only screen and (min-width: 1181px) and (max-width: 1600px){
.ind_servicebg { padding: 10% 0;
clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
-webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}
}
@media only screen and (min-width: 0px) and (max-width: 1180px){
.ind_servicebg { padding: 5% 0;
clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}
}
@media only screen and (min-width: 0px) and (max-width: 1024px){
.ind_service li{ width: calc( 100% - 10px); margin:0px 5px 15px 5px; }
}
@media only screen and (min-width: 1450px) and (max-width: 1660px){
.ind_service li .swiper-slide {
  height: 350px;
}
}

/* SCROLL TO TOP */
.scrollToTop {
  display: none;
  position: fixed;
  right: 5%;
  bottom: 10%;
  background: rgba(237,109,0,0.9);
  color: #fff;
  font-size: 20px;
  width: 48px;
  height: 48px;
  line-height: 40px;
  z-index: 99;
  border-radius: 100%;
  border:3px solid rgba(237,109,0,1);
}
@media only screen and (min-width: 0px) and (max-width: 660px){
.scrollToTop {
  right: 10px;
}
}

/* 定義區塊 */
.box-1{ width:90%; margin:0px auto; padding:0px 0; height:auto; }
.box-2{ width:70%; margin:0px auto; padding:0px 0 0px 0; height:auto; overflow: hidden; }
.box-3{ width:100%; margin:0px auto; padding:0px 0 0px 0; height:auto; overflow: hidden; background: #40516d;}
.box-4{ width:86%; margin:0px 0px 0px 14%; padding:0px 0 0px 0; height:auto; overflow: hidden; }
.box-5{ width:80%; margin:0px auto; padding:0px 0 0px 0; height:auto; overflow: hidden; }
.content{ width:100%; margin:80px auto; height:auto; overflow: hidden; }
.content02{ width:100%; margin:80px auto 40px auto; height:auto; overflow: hidden; }

.user_editor{ width:100%; height:auto; overflow: hidden; position: static !important;}
.user_editor img{ max-width:100% !important; height:auto !important;  }
.user_editor table{ width:100% !important;  }
.line-height{ line-height:2;}

.text_center{text-align:center;}
.text_right{text-align:right;}

.title01{ width:100%;}
.title01 h1{ font-size: 34px; font-family:Arial; color: #ec6d00; display: inline-block; font-weight: bold;}
.title01 h2{ font-size: 16px; color: #7b7b7b; display: inline-block; margin:0px 0px 0px 15px; position: relative; font-weight: bold; font-style:italic;}
.title01 h2:after {
  width:110px; position:absolute;
  height: 1px; bottom: 0; left: 0;
  content: '';
  background:#3d3d3d; margin: 0px 0 0 0px;
}
.title02{ width:100%; display: flex;
  justify-content: flex-star; align-items: center; margin: 0px 0 0px 0px;}
.title02 h1{ font-size: 24px; color:#ec6d00; font-weight: bold; 
  display: flex;
  justify-content: flex-start; align-items: center;
}
.title02 h2 {
  width:70px; 
  height: 1px; display: inline-block;
  content: '';
  background:#3d3d3d; margin: 0px 0 0 9px;
  display: flex;
  justify-content: flex-end; align-items: center; position: relative;

}
.title02 h2:after {
  width:13px; 
  height: 13px; border-radius: 100%; display: inline-block; position: absolute;
  content: '';
  background:none; margin: 0px 0 0 8px; border: 1px solid #3d3d3d;
  display: flex;
  justify-content: flex-end; align-items: center;
}
.title03{ width:100%;}
.title03 h1{ font-size: 34px; font-family:Arial; color: #ec6d00; display: inline-block; font-weight: bold;}
.title03 h2{ font-size: 16px; color: #7b7b7b; display: inline-block; margin:0px 0px 0px 15px; font-weight: bold; font-style:italic;}

.title04{ width:100%;
display: flex; justify-content: center;
}
.title04 .tbox{ 
display: flex;
  flex-direction: column; 
}
.title04 .tbox h1{ font-size: 16px; color: #7b7b7b; display: inline-block; margin:0px 0px 5px 0px; font-weight: bold; font-style:italic;
display: flex;
   justify-content: flex-end;
}
.title04 .tbox h2{ font-size: 34px; font-family:Arial; color: #393939; display: inline-block; font-weight: bold; }
.title04 .tbox h2 span{ color: #ec6d00; display: inline-block; }

@media only screen and (min-width: 0px) and (max-width: 1660px){
.box-2{ width:90%;}
.box-4{ width:90%; margin:0px 0px 0px 5%; }
.box-5{ width:90%;}
}
@media only screen and (min-width: 0px) and (max-width: 1250px){
.box-1{ width:95%; float:none; }
}

/* -最新消息--------------------------------------------------------------------------------------------------*/
.aboutbg {
  width: 100%; margin:0; 
}

.about{ width:82%; margin:50px auto 0px auto; padding:0px 0; }
.about .txt{ width:calc(100% - 480px - 20px); margin:0 0 0px 20px; padding:0px 0; float: right; }
.about .txt .title{ width:100%; margin:10px 0px 20px 0; padding:0px 0; display: flex;
  align-items: center;}
.about .txt .title h1{ font-size: 22px; color:#523775; font-weight: bold; padding:16px 0 0 0; line-height: 1.5;}
.about .txt .txtbox { width:100%; margin:0 0px 0px 0; font-size: 18px;/* color:#686868; font-weight: bold;*/}
.about .txtbox2 { width:calc(100% - 480px - 20px); float: right; margin:0 0px 0px 20px; font-size: 18px;/* color:#686868; font-weight: bold;*/}
.about .left_pic{ width:480px; padding:20px; float: left; position: relative; }
.about .left_pic .pic{ width:100%; }
.about .left_pic .pic img{ width:100%; box-shadow:0 0 10px 5px rgba(0%,0%,0%,0.1);}
.about .left_pic:before
{
  content:'';
  position:absolute; z-index: -1;
  width:50%;
  height:80%;
  top:10%;
  left:-20px;
  background:#df6701;
}
@media only screen and (min-width: 901px) and (max-width: 1680px){
.about .txt{ width:calc(100% - 40% - 30px); margin:0 0 0px 30px; padding:0px 0; float: right; }
.about .txtbox2 { width:100%; margin:0 0 0px 0px;}
.about .left_pic{ width:40%; }
}
@media only screen and (min-width: 0px) and (max-width: 900px){
.about .txt{ width:100%; margin:0 0 0px 0px; padding:0px 0;}
.about .txtbox2{ width:100%; margin:0 0 0px 0px;}
.about .left_pic{ width:80%; margin:0 10%;}
.about .left_pic:before
{
  left:0px;
}
}
@media only screen and (min-width: 0px) and (max-width: 1660px){
.about{ width:100%;}
}

.aboutbg02{ width:100%; margin:50px auto 0px auto; padding:80px 0px; height:auto; overflow: hidden; background: #f4f4f4;}
.about02{ width:100%; margin:0px auto 0px auto; padding:0px 0; }
.about02 .txt{ width:calc(100% - 50% - 50px); margin:0 50px 0px 0px; padding:0px 0; float: left; }
.about02 .txt img{ max-width: 100%; }
.about02 .txt2 { width:50%; float: right; margin:0 0px 0px 0px; font-size: 18px; color:#686868; font-weight: bold;}
@media only screen and (min-width: 0px) and (max-width: 900px){
.about02 .txt{ width:100%; margin:0 0px 30px 0px;}
.about02 .txt2 { width:100%; }
}

table.about03  {
  border-collapse:separate;
}
.about03 {
  font-size: 16px;
}
.about03 thead tr{
  background: #f6814c; 
}
.about03 thead td {
  color: #fff;
  font-weight: bold;
  padding: 13px 0px; 
  text-align:center; line-height:1.5;
}
.about03 tbody tr td:nth-child(odd) { background: #40516d; color: #fff;}
.about03 tbody tr td:nth-child(3), .about03 tbody tr td:nth-child(even) {
  background:#fff; color: #555;
}
.about03 td {
  color: #555;
  font-weight: bold;
  padding: 13px 5px;
  text-align:center; line-height:1.5;
}
.about03 tr > td {
  border-bottom: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4;
}

.aboutbg03{ width: 100%; margin:0; position: relative;  padding:10% 0px 10% 0px;
  background:url(../images/about_bg02.jpg) no-repeat center bottom; 
  background-size: 100% cover; }

.aboutbg04{ width:100%; margin:0px auto 0px auto; padding:80px 0px; height:auto; overflow: hidden; background: #f4f4f4; text-align: center;}
table.about04  {
  border-collapse:separate; width:80% !important; margin:0px 10%;
}
.about04 {
  font-size: 16px;
}
.about04 thead tr{
  background: #f6814c; 
}
.about04 thead th {
  color: #fff;
  font-weight: bold;
  padding: 10px 0px; 
  text-align:center; line-height:1;
}
.about04 tbody tr td:nth-child(odd) { background: #40516d; color: #fff;}
.about04 tbody tr td:nth-child(even) {
  background:#fff; color: #555;
}
.about04 td {
  color: #555;
  font-weight: bold;
  padding: 5px 5px;
  text-align:center; line-height:1.5;
}
.about04 td:nth-child(1) {
  color: #fff;
}
.about04 tr > td {
  border-bottom: 1px solid #e4e4e4;
}
@media only screen and (min-width: 0px) and (max-width: 900px){
table.about04  {
  width:100% !important; margin:0px 0;
}
}

.aboutbg05{ width: 100%; margin:0; position: relative;  padding:10% 0px 10% 0px;
  background:url(../images/demo/cooperation_p01.png) no-repeat right ; 
  background-size: 100% cover; }
.cooperationbg {
  width: 100%; position: relative; 
  background:url(../images/cooperation_bg.jpg) no-repeat center bottom ; 
  background-size: 100% cover; background-attachment: fixed;
}
.cooperation{ margin:40px auto 40px auto; width:80%; height:auto; overflow: hidden;
}
.cooperation li{ margin:0px 0 30px 0px; width:100%; padding: 0; list-style: none; height:auto; overflow: hidden;
display: flex;
  align-items: stretch;
}
.cooperation li .pic{ margin:0px 0 0px 0px; padding: 0; width:200px; float: right; 
}
.cooperation li .pic img{ width:100%; border-radius: 100%;}
.cooperation li .txtbox{ margin:0px 0 0px 0px; padding:10% 30px 20px 30px; width:calc(100% - 200px);; float: left; 
}
.cooperation li .txtbox dd{ margin:0px 0 0px 0px; padding:0px 0px; width:100%; color: #363636; font-size: 16px; line-height: 2;}
.cooperation li .txtbox dd span{ font-weight: bold; }
.cooperation li .txtbox dd a{ color: #363636;}
.cooperation li .txtbox dd a:hover{ color: #363636; text-decoration: underline;}
@media only screen and (min-width: 0px) and (max-width: 768px){
.cooperation{ margin:40px auto 40px auto; width:100%; height:auto; overflow: hidden;
}
}  

/* -最新消息--------------------------------------------------------------------------------------------------*/
.newsbg {
  width: 100%; margin:0; position: relative;
  background:url(../images/news_bg.jpg) no-repeat center bottom ; 
  background-size: 100% cover; background-attachment: fixed;
}
.news{ margin:0px 0 40px 0px; padding:0; width:100%; height:auto; overflow: hidden;
display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news ul{ width: calc(100% / 3 - 25px); padding:10px; margin:30px 0px 0 0px; list-style:none; float:left; min-height:300px;
border: 1px solid #d9d9d9; background: rgba(255,255,255,0.8);
transition: all 0.6s;
}
.news ul:hover {transform: translate(0px, -15px); box-shadow: 1px 1px 5px rgba(0%,0%,0%,0.1); border: 1px solid #5e4184;}
.news ul .pic{ width: 100%; position: relative;}
.news ul .pic img{ width: 100%; }
.news ul .pic .date{ width: auto; position: absolute; padding: 10px 15px; background: #5e4184; bottom: 2px; right: 0; font-family:Arial;}
.news ul .pic .date h2{ width: 100%; font-size: 18px; font-weight: bold; color: #fff; margin: 0 0 5px 0;}
.news ul .pic .date h3{ width: 100%; font-size: 16px; font-weight: bold; color: #fff;}
.news ul .sbox{ width: 100%; margin:0px 0px 0px 0px; padding:10px; height:auto; overflow: hidden; }
.news ul .sbox h2{ width: 100%; margin:0px 0px 10px 0px; padding:0px 0px 0px 0px; font-size: 20px; color:#464646; font-weight: bold; line-height: 1.5;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.news ul .sbox .more{     
    padding: 0px 0px; 
    margin: 10px 0px 10px 0px; width: 154px; 
    text-decoration: none;
    display: inline-block;
    font-size: 16px; font-weight: bold;
    color: #5e4184;
    line-height: 38px; height: 38px;
    border: none;
    background: #5e4184; position: relative;

    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}
.news ul .sbox .more .inside{     
  position: absolute;
  top: 1px;
  left: 2px;
  right: 2px;
  bottom: 1px;
  background: #fff;
 
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}
.news ul:hover .sbox .more{   
    color: #fff;
}
.news ul:hover .sbox .more .inside{   
  background: #5e4184; 
}
@media only screen and (min-width: 481px) and (max-width: 768px){
.news ul{ width: calc(100% / 2 - 25px); 
}
}
@media only screen and (min-width: 0px) and (max-width: 480px){
.news ul{ width: 100%; 
}
}

.news_view{ width:100%; height:auto; overflow: hidden; margin:0px 0 30px 0px; padding:30px 30px 30px 40px; background:rgba(255,255,255,.78); border: 1px solid #ce8548;
}
.news_view .title{
	border-bottom:1px dashed #bfbfbf; height:auto; overflow: hidden; 
	width:100%; padding:25px 0px 12px 0px; margin:0 0 20px 0;
	list-style:none; line-height:1.5; 
}
.news_view .title h1{ width: 100%; margin:0px 0px 10px 0px; padding:0px 0px 10px 0px; font-size: 22px; color:#313131;  font-weight: bold; font-family:Arial;
display: flex;
  align-items: center;
}
.news_view .title h1:before{ 
  width:35px;
  height: 4px; 
  content: '';
  background:#ec6d00; margin: 0px 10px 0 0px;
  display: flex;
  align-items: center;
}
.news_view .title h2{ width: 100%; margin:0px 0px 10px 0px; padding:0px 0px 0px 0px; font-size: 22px; color:#ec6d00; font-weight: bold;}

/* -產品介紹--------------------------------------------------------------------------------------------------*/
.pd{ margin:0px 0 0px 0px; width:100%; }
.pd ul{ margin:0px 0 0px 0px; padding:0px 0px 0px 0px; width:100%; list-style:none;}
.pd li{ margin:20px 10px 20px 10px; padding:20px; width:calc(100% / 4 - 20px); list-style:none; display: block; float:left; transition: all 0.6s; 
background:#eee; position: relative;
}
.pd li:hover {
-webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08); background: #cbced6;
 }
.pd li .pic{ margin:0px auto; width:100%; position: relative; font-size: 0; text-align: center;}
.pd li .pic img {
  width:100%;
}
.pd li .ttbox { width:100%; text-align:center; display:block; margin:15px 0 0px 0px; }
.pd li .ttbox h2 { width:100%; text-align:center; display:block; color: #222; font-weight: bold; font-size: 20px; margin:0px 0 15px 0px; position: relative;
padding: 0px 0 10px 0px;}
@media only screen and (min-width: 701px) and (max-width: 1200px){
.pd li{ width:calc(100% / 3 - 20px); }
}
@media only screen and (min-width: 481px) and (max-width: 700px){
.pd li{ width:calc(100% / 2 - 20px); }
}
@media only screen and (min-width: 0px) and (max-width: 480px){
.pd li{ width:100%; margin:20px 0px 20px 0px;}
}

#pros-list1 .list .pic img {
  text-align: center;
  max-height: 100%;
  /*.min-md-size & {
          -webkit-transform: scale(1);
                transform: scale(1);
          transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        }*/
}

.min-md-size #pros-list1 .list:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
  z-index: 9;
  /*.pic {
          img {
            transform: scale(.97) translateY(3%);
          }
        }*/
  /*.title {
          -webkit-transform: translateY(0);
          transform: translateY(0);
          -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
        }
        .info {
          opacity: 1;
          -webkit-transform: translateY(0);
          transform: translateY(0);
          -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
        }*/
}

/* -服務設備--------------------------------------------------------------------------------------------------*/
.searvicebg {
	width: 100%; margin:0; position: relative; 
  background:url(../images/news_bg.jpg) no-repeat center bottom ; 
  background-size: 100% cover; background-attachment: fixed;
}
.service-block_info img{    width: 100%; }
.service-block ul{
list-style: none;
margin: 0;
padding-left: 0;
}
.service-table .title {
  background: #f6814c !important;
  color: #fff;
    font-weight: bold;
    padding: 10px 0px;
    text-align: center;
    line-height: 1.5;
    height: 45px;
}
.service-table .sub-title {
background: #f9d6b8 !important;
    color: #695c56;
    font-weight: bold;
    padding: 10px 0px;
    text-align: center;
    line-height: 1.5;
    height: 45px;
}
.service-table{
  width: 80% !important;
  margin: 0 auto;
  text-align: center;
}
.service-table tr td{
 
  border: 1px solid #dcd2c8;
}
.service-table tr{
background-color: #fff;
}
.service-block ul li .txt{
line-height: 1.5;

}
.process{   
 margin: 0 auto;
display: block;
width: 100%;

}
.service-block ul li{     
  
  background: rgba(255,255,255,0.8);
   width: 31%;
  margin-right: 20px;
  padding: 10px;
  border: 1px solid #ce8548;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;}

.service-block ul li .txt{
  font-size: 16px;
}

.service-block ul li:nth-child(3n){margin-right: 0px;}
@media only screen and (max-width: 1023px) and (min-width: 0px){
  .service-block ul li {
    width: 31%;
    margin-right: 10px;
    padding: 5px;
   
}
}
@media only screen and (max-width: 768px) and (min-width: 0px){
  .service-block ul li {
    width: 48%;
    margin-right: 10px;
    padding: 5px;}
.service-block ul li:nth-child(2n){margin-right:0px;}
.service-block ul li:nth-child(odd){
margin-right:10px;}

}
@media only screen and (max-width: 480px) and (min-width: 0px){
.service-block ul li:nth-child(odd) {
  margin-right: 0;
}
.service-block ul li{
  width: 100%;
  margin-right: 0;
  padding: 8px;
}
.service-block ul li .txt {
  
  min-height: auto;
}
}
.category_list{ width:100%; margin:0px auto 0px auto; text-align:center }
.category_list li{ margin:10px 15px 10px 15px; padding:10px 0px; list-style:none; display:inline-block; font-size: 16px; color:#2f2f2f; background: none; }
.category_list li a{ color:#FFF; }
.category_list li.current a{ color: #ff7907; }
.category_list li a:hover{ color: #ff7907; }

.timeline{
  position:relative;
  margin:0px auto;
  padding:60px 60px 0px 60px;
  width:100%;
  box-sizing:border-box; background: rgba(255,255,255,0.4)
}
.timeline:before{
  content:'';
  position:absolute;
  left:80px;
  width:6px;
  height:100%;
  background: rgba(206, 206, 206, 0.7);
}
.timeline ul{
  padding:0;
  margin:0;
}
.timeline ul li{
  list-style:none;
  position:relative;
  width:100%; margin:0;
  padding:0px 40px;
  box-sizing:border-box;
  text-align:left;
  padding-left:50px;
}
.timeline ul li:nth-child(odd){
  float:right;
  text-align:left;
  clear:both;
}
.timeline ul li:nth-child(even){
  float:right;
  text-align:left;
  clear:both;
}
.tcontent{
  margin:20px 0px 50px 0px;
}
.timeline ul li:nth-child(1):before
{
  content:'';
  position:absolute;
  width:15px;
  height:15px;
  top:-18px;
  left:16px;
  background:rgba(104,22,132,1);
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(104,22,132,0.2);
}
.timeline ul li:nth-child(2):before
{
  content:'';
  position:absolute;
  width:15px;
  height:15px;
  top:-18px;
  left:16px;  
  background:rgba(16,101,183,1);
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(16,101,183,0.2);
}
.timeline ul li:nth-child(3):before
{
  content:'';
  position:absolute;
  width:15px;
  height:15px;
  top:-18px;
  left:16px;
  background:rgba(0,160,233,1);
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(0,160,233,0.2);
}
.timeline ul li:nth-child(4):before
{
  content:'';
  position:absolute;
  width:15px;
  height:15px;
  top:-18px;
  left:16px;
  background:rgba(66,179,129,1);
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(66,179,129,0.2);
}
.timeline ul li:nth-child(5):before
{
  content:'';
  position:absolute;
  width:15px;
  height:15px;
  top:-18px;
  left:16px;
  background:rgba(255,203,0,1);
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(255,203,0,0.2);
}
.timeline ul li:nth-child(6):before
{
  content:'';
  position:absolute;
  width:15px;
  height:15px;
  top:-18px;
  left:16px;
  background:rgba(249,151,32,1);
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(249,151,32,0.2);
}
.timeline ul li h3{
  padding:0;
  margin:0;
  color:#474747;
  font-weight:600; font-size:24px;
}
.timeline ul li .picbox{
  margin:10px 0 0; width: 100%; 
  padding:0;
  display: flex;
  flex-direction: row;
}
.timeline ul li .picbox dd{
  margin:0px 20px 0px 0px; list-style: none; width: 100%; display: inline-block;
  padding:0; 
}
.timeline ul li .picbox dd img{
  width: 100%;
}
.timeline ul li .time h4{
  margin:0;
  padding:0;
  font-size:16px; font-family:Arial;
}
.timeline ul li:nth-child(1) .time
{
  position:absolute;
  top:-30px;
  left:50px;
  margin:0;
  padding:8px 16px 8px 26px;
  background:rgba(104,22,132,1);
  color:#fff;
  box-shadow:0 0 0 3px rgba(104,22,132,0.3);

clip-path: polygon(100% 0%, 100% 46%, 100% 100%, 15% 100%, 0% 50%, 15% 0);
  -webkit-clip-path: polygon(100% 0%, 100% 46%, 100% 100%, 15% 100%, 0% 50%, 15% 0);
}
.timeline ul li:nth-child(2) .time
{
  position:absolute;
  top:-30px;
  left:50px;
  margin:0;
  padding:8px 26px 8px 16px;
  background:rgba(16,101,183,1);
  color:#fff;
  box-shadow:0 0 0 3px rgba(16,101,183,0.3);

clip-path: polygon(0% 0%, 85% 0, 100% 50%, 85% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 85% 0, 100% 50%, 85% 100%, 0% 100%);

}
.timeline ul li:nth-child(3) .time
{
  position:absolute;
  top:-30px;
  left:50px;
  margin:0;
  padding:8px 16px 8px 26px;
  background:rgba(0,160,223,1);
  color:#fff;
  box-shadow:0 0 0 3px rgba(0,160,223,0.3);

clip-path: polygon(100% 0%, 100% 46%, 100% 100%, 15% 100%, 0% 50%, 15% 0);
  -webkit-clip-path: polygon(100% 0%, 100% 46%, 100% 100%, 15% 100%, 0% 50%, 15% 0);
}
.timeline ul li:nth-child(4) .time
{
  position:absolute;
  top:-30px;
  left:50px;
  margin:0;
  padding:8px 26px 8px 16px;
  background:rgba(66,179,129,1);
  color:#fff;
  box-shadow:0 0 0 3px rgba(66,179,129,0.3);

clip-path: polygon(0% 0%, 85% 0, 100% 50%, 85% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 85% 0, 100% 50%, 85% 100%, 0% 100%);

}
.timeline ul li:nth-child(5) .time
{
  position:absolute;
  top:-30px;
  left:50px;
  margin:0;
  padding:8px 16px 8px 26px;
  background:rgba(255,203,0,1);
  color:#fff;
  box-shadow:0 0 0 3px rgba(255,203,0,0.3);

clip-path: polygon(100% 0%, 100% 46%, 100% 100%, 15% 100%, 0% 50%, 15% 0);
  -webkit-clip-path: polygon(100% 0%, 100% 46%, 100% 100%, 15% 100%, 0% 50%, 15% 0);
}
.timeline ul li:nth-child(6) .time
{
  position:absolute;
  top:-30px;
  left:50px;
  margin:0;
  padding:8px 26px 8px 16px;
  background:rgba(249,151,32,1);
  color:#fff;
  box-shadow:0 0 0 3px rgba(249,151,32,0.3);

clip-path: polygon(0% 0%, 85% 0, 100% 50%, 85% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 85% 0, 100% 50%, 85% 100%, 0% 100%);
}
@media(max-width:768px){
.timeline{
  padding:60px 0px 0px 0px;
}
.timeline:before{
  left:20px;
}
.timeline ul li .picbox dd{
  margin:0px 0px 0px 0px; 
}
}

.searvice02 {
  width:auto; margin:0 auto; text-align: center;}
.searvice02  img{ max-width:100% !important; height:auto !important;  }

/* -應用影片--------------------------------------------------------------------------------------------------*/
.video{ margin:30px auto 20px auto; width:100%; height:auto; overflow: hidden;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
          display: flex;
          flex-wrap: wrap;
}
.video li{ margin:0px 10px 30px 10px; padding:0px 0px 0px 0px; width:calc(100% / 3 - 24px); list-style:none; transition: all 0.6s; display: inline-block;}
.video li .pic{ margin:0px 0px 0px 0px; width:100%; position: relative;}
.video li .pic .zoom{  }
.video li .pic .zoom:before { 
  content: "\f144"; position: absolute;
  display: block;
  font-size: 50px; color:#fff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-appearance: none;
  left:calc(50% - 25px);
  top:calc(50% - 25px);
}
.video li .pic img{ width:100%;}
.video li:hover .pic:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
}
.video li .tt{ margin:10px 0px 0px 0px; width:100%; font-size: 18px; color:#686868; text-align: center; line-height: 1.5;}
@media only screen and (min-width: 481px) and (max-width: 768px){
.video li{ width:calc(100% / 2 - 24px); }
}
@media only screen and (min-width: 0px) and (max-width: 480px){
.video li{ width:100%; margin:20px 0px 30px 0px;}
}

/* -聯絡我們--------------------------------------------------------------------------------------------------*/
.contact {
	width: 80%; height:auto; overflow: hidden; margin:0 auto; position: relative; padding: 0px 0;
}
.contact h2{
  width: 100%; font-size: 18px; color:#686868; line-height:2; margin:0px 0px 20px 0px; font-weight: bold;
}
.contact .contact_map{
  width: 100%; margin:30px 0px 0px 0px; padding: 30px 0px 0px 0px; border-top: 1px solid #939598;
}
@media only screen and (min-width: 0px) and (max-width: 1660px){
.contact {
  width: 90%; 
}
}

/* -button--------------------------------------------------------------------------------------------------*/
.btn-style01 {
    padding: 0px 35px;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    border: none;
    background: #313131;

    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}
.btn-style01:hover {
    background: #523775;
}
.btn-style02 {
    width: 140px; text-align: center; position: relative;
    margin: 0px 0px 6px 8px;
    text-decoration: none;
    display: inline-block;
    
    border: none;
}
.btn-style02 h1{
    background: #e26801; padding: 0px 35px; 
    width: 140px;
    font-size: 16px;
    color: #fff;
    line-height: 38px;
}

.btn-style02:before {
  width:35px; position:absolute; z-index: -1;
  height: 35px; left: 0; 
  content: '';
  background:#313131; margin: 0px 0 0 0px;

  transition:all .5s;
}
.btn-style02:after {
  width:35px; position:absolute; z-index: -1;
  height: 35px; bottom: 0px; right: 0;
  content: '';
  background:#bfbfbf; margin: 0px 0 0 0px;

  transition:all .5s;
}
.btn-style02:hover:before{
  margin:-6px 0 0 -8px;
}
.btn-style02:hover:after {
  margin:0px -8px -6px -8px;
}
.btn-style03 {
    width: 140px; text-align: center; position: relative;
    margin: 0px 0px 6px 8px;
    text-decoration: none;
    display: inline-block;
    
    border: none;
}
.btn-style03 h1{
    background: #e26801; padding: 0px 35px; 
    width: 140px;
    font-size: 18px; font-family:Arial;
    color: #fff;
    line-height: 38px;
}

.btn-style03:before {
  width:35px; position:absolute; z-index: -1;
  height: 35px; left: 0; 
  content: '';
  background:#313131; margin: 0px 0 0 0px;

  transition:all .5s;
}
.btn-style03:after {
  width:35px; position:absolute; z-index: -1;
  height: 35px; bottom: 0px; right: 0;
  content: '';
  background:#bfbfbf; margin: 0px 0 0 0px;

  transition:all .5s;
}
.btn-style03:hover:before{
  margin:-6px 0 0 -8px;
}
.btn-style03:hover:after {
  margin:0px -8px -6px -8px;
}

/*page*/
div.page {
	font-size: 15px; font-family:Arial;  
	padding: 0px;
	margin:0px 0px 0px 0px; text-align:center;
	width:100%; height:auto; overflow: hidden;
}
div.page a {
	padding: 4px 8px; margin: 2px; color: #666; background:rgba(255,255,255,.5);; text-decoration: none; display:inline-block;
}
div.page a:hover {
	color: #fff; background-color: #ec6d00
}
div.page .current {
	padding: 4px 8px; color: #fff; background: #383838; 
}

/*404*/
.e404box {
  width: 90%;
    max-width: 700px;
  background: #FFF;
  padding: 50px 30px;
  margin: 10% auto 0 auto;
  display: block;
  border-radius: 5px;
  -moz-box-shadow: 3px 3px 2px rgba(0%,0%,0%,0.1);
  -webkit-box-shadow: 3px 3px 2px rgba(0%,0%,0%,0.1);
  box-shadow: 0 0 40px rgba(0%,0%,0%,0.1)
}
.e404 {
  width: 100%;
  display: block;
  padding: 0
  height:auto; overflow: hidden; text-align: center;
}
.e404 .pic{
  width: 100%; 
}
.e404 .pic img {
  width:180px;
}
.e404 .textbox{
  width: 100%; margin: 10px 0px 0px 0px; height:auto; overflow: hidden;
} 
.e404 .textbox dd {
  width: 100%; 
  display: block;
  margin: 5px 0px;
  padding: 0;
  list-style: none
}
.e404 .textbox dd.error {
  font-family: Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #333;
  margin: 25px 0 0;
  vertical-align: top
}
.e404 .textbox dd.text {
  font-size: 14px;
  color: #333;
  line-height:2
}
.e404 .textbox dd.text a {
  color: #ed6d00
}
.e404 .textbox dd.topbtn {
  vertical-align: top;
  margin: 18px 0;
}
.e404 .textbox dd a.btn {
  outline: none;
  border-radius: 3px;
  font-size: 13px;
  text-align: center;
  color: #ffF;
  padding: 5px 10px;
  border: 1px solid #523775;
  text-decoration: none;
  vertical-align: top;
  background: #523775;
}
.e404 .textbox dd .btn:hover {
  background: #ed6d00;
  border: 1px solid #ed6d00;
}
