@charset "utf-8";
/* CSS Document */

/*reset*/
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,
caption, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	border:0;
	font-size:100%;
	font-family:Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
	vertical-align:baseline;
	color:#000;
	}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
	display:block;
	}
html{height:100%;}
body{line-height:1; height:100%;}
ol, ul{
list-style:none;
}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{
content:'';
content:none;
}
table{
border-collapse:collapse;
border-spacing:0;
}
sup{vertical-align:super;}

a{transition:all 0.5s ease 0s;}

/*start*/
#wrapper{min-height:100%; position:relative;}

.strHeader{
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	width:100%;
	padding:30px;
	-webkit-transition:0.3s;
	transition:0.3s;
	}

.strHeader__inner{
	-webkit-transition:0.3s;
	transition:0.3s;
	border-radius:1em;
	/*overflow:hidden;*/
	width:100%;
	max-width:1380px;
	margin:0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-shadow:1.721px 2.457px 15px rgba(0, 0, 0, 0.12);
	        box-shadow:1.721px 2.457px 15px rgba(0, 0, 0, 0.12);
	position:relative;
	transition:0.3s;
	background-color:#fede67;
}

.strHeader__inner.is-open{
	border-radius:1em 1em 0 0;
	overflow:inherit;
	}

.strHeader a{text-decoration:none;}

.strHeader.is-fixed{padding:0;}

.strHeader.is-fixed .strHeader__inner {
  border-radius: 0 !important;
  max-width: inherit;
  -webkit-box-shadow: 1.721px 2.457px 15px rgba(0, 0, 0, 0.07);
          box-shadow: 1.721px 2.457px 15px rgba(0, 0, 0, 0.07);
}

.strHeader.is-fixed .strHeader__inner .headerLogo {
  border-radius: 0;
}

.strHeader.is-fixed .strHeader__inner .headerProtector {
  border-radius: 0;
}

.strHeader.is-fixed .strHeader__inner .headerClose {
  border-radius: 0;
}

@media (max-width: 768px) {
  .strHeader{padding:0; position:inherit;}
  .strHeader__inner{border-radius:0; -ms-flex-wrap:wrap; flex-wrap:wrap;}
}

.headerLogo {
  width:21%;
  background:#fede67;
  border-radius:1em 0 0 1em;
}

.headerLogo__head {
  margin: 0;
  line-height: 1;
  font-size: 20px;
  height: 100%;
}

.headerLogo__head > a{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding:10px 30px 14px;
	height:100%;
	max-width:278px;
	font-size:14px;
	font-weight:bold;
	line-height:0.5em;
	letter-spacing:2px;
}

.headerLogo__head > a > img {
  width: 100%;
  max-width:170px;
}

@media (min-width: 769px) and (max-width: 1000px){
  .headerLogo__head > a{padding:20px; max-width:258px; font-size:12px; letter-spacing:inherit;}
}

@media (max-width: 768px) {
  .headerLogo {
    width: calc(100% - 80px);
    border-radius: 0.5em 0 0 0;
  }
  .headerLogo__head > a {
    padding:15px; font-size:16px;
  }
  .headerLogo__head > a img {
    max-width: 146px;
  }
}

.headerClose{display:none;}

@media (max-width: 768px) {
  .headerClose{
    display:block;
    width:80px;
    border-radius:0;
    overflow:hidden;
  }
  .headerClose > a {
    display: block;
    color: #fff;
    background:#9c4803;
    font-size: 13px;
    text-align: center;
    height: 100%;
    position: relative;
  }
  .headerClose > a:before, .headerClose > a:after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 27px;
    left: 50%;
    margin-left: -11px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .headerClose > a:before {
    -webkit-box-shadow: 0 6px 0 0 white;
            box-shadow: 0 6px 0 0 white;
  }
  .headerClose > a:after {
    top: 39px;
  }
  .headerClose > a.is-open:before {
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 33px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .headerClose > a.is-open:after {
    top: 33px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .headerClose > a > span {
    display:inline-block;
    margin-top:60px;
    font-size:15px;
    color:#fff;
    letter-spacing:0.1em;
  }
}

.headerClose2 {
  display: none;
}

@media (max-width: 768px) {
  .headerClose2 {
    text-align: center;
    display: block;
    margin-bottom:30px;
  }
  .headerClose2 > a {
    display: inline-block;
  }
  .headerClose2 > a > span {
    font-size: 15px;
    color: #444;
    position: relative;
  }
  .headerClose2 > a > span:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(./images/headerClose2-icon-close.png) no-repeat center center;
    background-size: cover;
    margin-right: 5px;
    position: relative;
    top: 5px;
  }
}

.headerProtector {
  width: 93px;
  border-radius: 0 1em 0 0;
  overflow: hidden;
}

.headerProtector > a {
  display: block;
  color: #fff;
  background: #444 url("../images/components/headerProtector-icon-1.svg") no-repeat center 20px;
  background-size: 25px 26px;
  font-size: 13px;
  text-align: center;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.headerProtector > a:hover {
  background-color: #941e57;
}

.headerProtector > a > span {
  display: inline-block;
  margin-top: 52px;
}

@media (max-width: 768px) {
  .headerProtector {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 15px;
  }
  .headerProtector > a {
    background: #444;
    border-radius: 10em;
    padding: 10px 10px 9px;
  }
  .headerProtector > a > span {
    font-size: 15px;
    margin-top: 0;
    position: relative;
  }
  .headerProtector > a > span:before {
    content: "";
    display: inline-block;
    position: relative;
  }
  .headerProtector > a > span:before {
    background: url("../images/components/headerProtector-icon-1.svg") no-repeat center center;
    background-size: contain;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    top: -2px;
    vertical-align: middle;
  }
}

.headerContents {
  width: 79%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .headerContents {
    display: none;
    width: 100%;
    background: #fff;
    max-height: calc(100vh - 60px);
    /*overflow-y: scroll;*/
    -webkit-overflow-scrolling: touch;
  }
}

/*語言選單_start*/
.lan-menu>ul>li{
	border:1px #333 solid;
	padding:0 5px;
}
.lan-menu a{
	font-size:12px;
    color:#333;
    line-height:1.5em; 
}
.lan-menu li{
    display:inline-block;
    position:relative;
}
.lan-menu>ul>li>ul>li{
	width:100%;
    background:#686868;
    padding:5px 10px;
    box-sizing:border-box;
}
.lan-menu>ul>li>ul>li:hover{background:#9b9b9b;}

.lan-menu>ul>li>ul>li a{color:#ffffff;}

.lan-menu>ul{
	position:absolute;
    z-index:99;
    right:8px;
    top:35px;
    padding-left:0;
}
.lan-menu>ul>li>ul{
	position:absolute;
    z-index:99;
    right:2px;
    top:19px;
    padding-left:0;
}
.lan-menu ul li ul{display:none;}

.lan-menu ul li:hover>ul{display:block;}
/*語言選單_end*/

/*側邊選單_start*/
#slider-menu{
    position:fixed;
    top:0;
    left:0;
    width:220px;
    height:100%;
    z-index:99999;
	}

#slider-menu #main-menu-area{
	width:100%;
	height:100%;
	/*background-color:#000;*/
	background-image:url(images/brushed_alu_dark.png)
	}

.logo-box{padding:30px 0 45px; text-align:center;}

.menu-logo{max-width:160px; margin:0 auto;}

.menu-logo img{width:100%;}

.menu-title{
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
	}

.menu-list .menu-list-item{position:relative; border-top:1px solid #686868;}

.menu-list .menu-list-item::before{
    position:absolute;
    content:"";
    left:0;
    width:10px;
    height:100%;
    background:#686868;
    -webkit-transition:0.4s cubic-bezier(0.7, 0.13, 0.1, 0.92);
    transition:0.4s cubic-bezier(0.7, 0.13, 0.1, 0.92);
}

.menu-list .menu-list-item:hover::before{width:100%;}

.menu-list-item:hover .mega_nav{display:block;}

.menu-list .menu-list-item a{display:block; position:relative;}

.menu-list .menu-list-item a h3{
    position:relative;
    color:#000;
    text-align:center;
    font-size:18px;
    padding:28px 0;
    font-weight:bold;
}

.menu-list .menu-list-item:hover a h3{color:#fff;}

.menu-list .menu-list-item a h3::before {
    display:block;
    content:attr(data-txt);
    font-size:16px;
    font-family:"Poppins", sans-serif;
    letter-spacing:3px;
    padding-bottom:5px;
}

.mega_nav{
    position:fixed;
    top:0;
    left:220px;
    width:280px;
    height:100%;
    z-index:999999999;
    display:none;
}

.mega_nav .mega_box{text-align:center; height:100%;}

.mega_list{
    background:rgba(0, 0, 0, 0.8);
    height:100%;
    padding:240px 25px 0;
}

.mega_list .mega_list_in{
	margin-bottom:8px;
	width:100%;
	}

.mega_list .mega_list_in .mega_link{
    display:block;
    position:relative;
    color:#fff;
    font-weight:bold;
    font-size:1rem;
    padding:20px 0;
    height:inherit;
    margin-top:30px;
}

.mega_list .mega_list_in .mega_link::before, .mega_list .mega_list_in .mega_link::after{
    position:absolute;
    content:"";
    width:0;
    height:0;
    opacity:0;
    -webkit-transition:width 0.5s cubic-bezier(0.7, 0.13, 0.1, 0.92), height 0.5s cubic-bezier(0.7, 0.13, 0.1, 0.92), opacity 0.5s ease-in;
    transition:width 0.5s cubic-bezier(0.7, 0.13, 0.1, 0.92), height 0.5s cubic-bezier(0.7, 0.13, 0.1, 0.92), opacity 0.5s ease-in;
}

.mega_list .mega_list_in .mega_link::before{
    top:0;
    left:0;
    border-top:1px solid #666;
    border-left:1px solid #666;
}

.mega_list .mega_list_in .mega_link::after {
    right:0;
    bottom:0;
    border-right:1px solid #666;
    border-bottom:1px solid #666;
}

.mega_list .mega_list_in .mega_link:hover::before, .mega_list .mega_list_in .mega_link:hover::after {
    height: 100%;
    width: 100%;
    opacity: 1;
    -webkit-transition: width 0.5s cubic-bezier(0.7, 0.13, 0.1, 0.92), height 0.5s cubic-bezier(0.7, 0.13, 0.1, 0.92), opacity 0.1s cubic-bezier(0.7, 0.13, 0.1, 0.92);
    transition: width 0.5s cubic-bezier(0.7, 0.13, 0.1, 0.92), height 0.5s cubic-bezier(0.7, 0.13, 0.1, 0.92), opacity 0.1s cubic-bezier(0.7, 0.13, 0.1, 0.92);
}

.mega_sublist{display:none; margin-top:15px;}

.mega_sublist.show{display:block;}

.mega_sublist-item{
	width:100%;
	height:70px;
	position:relative;
	}

.mega_sublist-item a{
	margin-top:25px;
	font-size:16px;
	color:#7ecef4;
	}

.mega_sublist-item a:before, .mega_sublist-item a:after{
	content:'';
	position:absolute;
	width:0%;
	height:2px;
	left:26%;
	bottom:36px;
	background:#fff;
	}

.mega_sublist-item a:hover:before{
	background:#7ecef4;
	width:47%;
	transition:width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
	}

.mega_sublist-item a:hover:after{
	background:transparent;
	width:100%;
	transition:0s;
	}

/*側邊選單_end*/

/*側邊互動選單_start*/
.main-logo-box{
	position:fixed;
	top:4%;
	left:0;
	max-width:140px;
	z-index:999999;
	}

.main-logo-box img{width:100%;}

.rail-box{
	display:none;
	position:fixed;
	top:-3px;
	right:0;
    z-index:120;
    width:100%;
	height:80px;
	overflow:hidden;
	background-image:url(../images/steel-horizontal.jpg);
	background-repeat:no-repeat;
    background-position:center;
    -webkit-box-shadow:1.5px 2px 15px rgba(0, 0, 0, 0.35);
	        box-shadow:1.5px 2px 15px rgba(0, 0, 0, 0.35);
	}

.rail-box img{
	height:100%;
	width:auto;
	max-width:inherit;
	display:none;
	}

.hook-box{display:none;}

.hook-pic{
	content:"";
    display:none;
    position:fixed;
    right:30px;
    /*top:-300px;*/
    /*-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);*/
	z-index:110;
	/*-webkit-animation:go 3.5s ease-in-out alternate infinite;
    -moz-animation:go 3.5s ease-in-out alternate infinite;
    animation:topmove_t10 3.5s ease-in-out alternate infinite;*/
	}

.menu-bg-straight{
	display:none;
	width:110px;
	height:100vh;
	position:fixed;
	left:0;
	/*background-color:#800000;*/
	/*background-image:url(../images/brushed_alu_red.jpg);*/
	background:linear-gradient(to right,#48181c,#9a0816,#48181c);
    background:-moz-linear-gradient(right,#48181c,#9a0816,#48181c);
    background:-o-linear-gradient(right,#48181c,#9a0816,#48181c);
    background:-webkit-linear-gradient(right,#48181c,#9a0816,#48181c);
	z-index:150;
	}

.menu-bg-oblique{
	display:none;
	width:2%;
	height:500px;
	position:fixed;
	top:-50px;
	left:170px;
	background-color:#48181c;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	z-index:100;
	}

.slider-menu-block{
	position:fixed;
	top:0;
	left:22%;
	}

.slider-menu-box li{
	position:relative;
	display:inline-block;
	}

.slider-menu-link{
	display:flex;
    flex-direction:column;
    justify-content:flex-end;
    align-items:center;
    width:105px;
    margin:0 20px;
    padding:25px 15px;
    font-size:1.3em;
    font-weight:600;
    text-align:center;
    text-decoration:none;
    border-radius:0 0 10px 10px;
    border:#dddddd 2px solid;
    background-image:url(images/brushed_alu_dark.png);
    transform:translateY(-65px);
    transition:0.5s;
    -webkit-box-shadow:1.721px 2.457px 15px rgba(0, 0, 0, 0.25);
	        box-shadow:1.721px 2.457px 15px rgba(0, 0, 0, 0.25);
	}

.slider-menu-link span{display:table; color:#fff;}

.menu-item-pic{width:35px; margin:50px auto 0;}

.positioning{
	position:absolute;
	right:10px;
	width:22px;
	bottom:55px;
	}

.positioning img{width:100%;}

.slider-menu-box li:hover .slider-menu-link{
	transform:translateY(-2px);
	transition:0.5s;
	}

@keyframes move{
0%{
    -webkit-transform:rotate(30deg);
    -webkit-transform-origin:top center;
    -moz-transform:rotate(30deg);
    -moz-transform-origin:top center;
    transform:rotate(30deg);
    transform-origin:top center;
	}
100%{
    -webkit-transform:rotate(-10deg);
    -webkit-transform-origin:top center;
    -moz-transform:rotate(-10deg);
    -moz-transform-origin:top center;
    transform:rotate(-10deg);
    transform-origin:top center;
	}
}

/*側邊互動選單_end*/

/*手機選單_start*/
.menu-area{/*width:100vw; height:100vh; position:relative;*/}

.mobile-menu{display:none;}

.hamburger-menu{
    z-index:9999;
    position:fixed;
    top:120px;
    left:0;
    width:65px;
    height:55px;
    cursor:pointer;
    padding:0 15px;
    background-color:#ff9c00;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
	}

.bar{
    position:relative;
    transform:translateY(25px);
    background:rgba(255, 255, 255, 1);
    transition:all 0ms 300ms;
	}

.bar, .bar:after, .bar:before{width:30px; height:3px;}

.bar:before {
    content:"";
    position:absolute;
    left:0;
    bottom:10px;
    background:rgba(255, 255, 255, 1);
    transition:bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
	}

.bar:after {
    content:"";
    position:absolute;
    left:0;
    top:10px;
    background:rgba(255, 255, 255, 1);
    transition:top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
	}

.bar.animate{background:rgba(255, 255, 255, 0);}

.bar.animate:before{
    bottom:0;
    transform:rotate(-45deg);
    transition:bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }

.bar.animate:after{
    top:0;
    transform:rotate(45deg);
    transition:top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
	}

.hide{opacity:0; left:100%;}

.show{left:0%; opacity:1;}

.mobile-nav{
    background:rgba(52,73,94,0.9);
    position:fixed;
    top:0;
    width:100vw;
    height:100vh;
    text-align:center;
    transition:0.2s ease;
    z-index:9000;
	}

.mobile-nav ul{
    position:relative;
    top:50%;
    transform:translateY(-50%);
    list-style:none;
	}

.mobile-nav a{
    text-align:center;
    font-size:26px;
    color:#ffffff;
    opacity:0;
    transition:opacity 0.9s ease-in-out;
    line-height:70px;
	}

.mobile-nav.show a{
    text-align:center;
    font-size:26px;
    color:#ffffff;
    opacity:1;
	}

/*手機選單_end*/

.navGlobal{
  width:calc(100% - 93px);
  height:87px;
  background:#fede67;
  font-size:15px;
}

.navGlobal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.navGlobal__list > li {
  width:20%;
  border-left:1px solid #ff9c00;
}

.navGlobal__list > li > a {
  font-size: 17px;
  font-weight: bold;
  color: #444;
  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;
  height: 100%;
  line-height: 1.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navGlobal__list > li > a > span > br {
  display: none;
}

@media (min-width: 769px) and (max-width: 1000px) {
  .navGlobal__list > li > a > span {
    text-align: center;
  }
  .navGlobal__list > li > a > span > br {
    display: inline-block;
  }
}

@media (min-width: 769px){
	.navGlobal__list > li > a:hover{
		background:#f1c23c;
		/*background-image:url(images/rough_diagonal.webp);*/
		color: #176eff;
	}
}

@media (min-width: 769px) {
  .navGlobal__list > li.has-drop:hover > a {
    background:#f1c23c;
    /*background-image:url(images/rough_diagonal.webp);*/
  }
  .navGlobal__list > li.has-drop:hover > a > span:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: 1px;
  }
}

@media (min-width: 769px) and (max-width: 1000px) {
  .navGlobal__list > li.has-drop:hover > a > span:after {
    top: auto !important;
    bottom: -14px !important;
  }
}

.navGlobal__list > li.has-drop > a > span {
  display: inline-block;
  position: relative;
}

.navGlobal__list > li.has-drop > a > span:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #9c4803;
  border-width: 0 1px 1px 0;
  margin-left: 10px;
  position: relative;
  top: -3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 769px) and (max-width: 1000px) {
  .navGlobal__list > li.has-drop > a > span:after {
    position: absolute;
    bottom: -10px;
    top: auto;
    left: 50%;
    margin-left: -5px;
  }
  .navGlobal__list > li.has-drop > a:hover > span:after {
    top: auto;
    bottom: -14px;
  }
}

@media (max-width: 768px) {
  .navGlobal {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 30px;
    background-color:#fede67;
  }
  .navGlobal__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .navGlobal__list > li {
    width: 100%;
    text-align: left;
    border-left: none;
    border-top: 1px solid #b2b2b2;
  }
  
	.navGlobal__list > li.lan-mobile{
		text-align:center;
	}
  
  .navGlobal__list > li > a {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    padding:16px 15px 16px 25px;
    font-size:18px;
  }

	.navGlobal__list > li.lan-mobile > a{
	display:inline-block;
	}

  .navGlobal__list > li > a > span {
    position: static;
  }
  .navGlobal__list > li > a > span > br {
    display: none;
  }
  .navGlobal__list > li.has-drop > a {
    position: relative;
    height: auto;
  }
  .navGlobal__list > li.has-drop > a.is-open {
    color: #941e57;
  }
  .navGlobal__list > li.has-drop > a.is-open > span:before {
    background: #f0f0f2;
  }
  .navGlobal__list > li.has-drop > a.is-open > span:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-top: -2px;
  }
  .navGlobal__list > li.has-drop > a > span {
    position: static;
  }
  .navGlobal__list > li.has-drop > a > span:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #941e57;
    border-width: 0 1px 1px 0;
    margin-left: 0;
    position: absolute;
    top: 50%;
    left: auto;
    right: 25px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
  }
  .navGlobal__list > li.has-drop > a > span:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 100%;
    background: #fede67;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #ededed;
    z-index: 1;
  }
}

#banner-M{display:none;}
#banner-S{display:none;}

.language-btn{
	position:absolute;
	top:15px;
	right:10px;
	}

.navDrop{
	display:none;
	position:absolute;
	top:90%;
	left:0;
	background:#f1c23c;
	/*background-image:url(images/rough_diagonal.webp);*/
	width:100%;
	border-radius:0 0 1em 1em;
}

.navDrop__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 10px;
}

.navDrop__inner a {
  color: #444;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5;
}

.navDrop__top {
  width: 180px;
  text-align: center;
  border-right: 1px solid #d7d7d7;
  margin-right: -1px;
}

.navDrop__top > a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px 10px;
}

.navDrop__top > a:hover {
  color:#176eff;
}

.navDrop__top > a > img {
  margin-bottom: 15px;
  width: 51px;
}

.navDrop__list{
  width:calc(100% - 180px);
  border-left:1px solid #ff9c00;
  padding-left:35px;
}

.navDrop__list > ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.navDrop__list > ul > li{width:20%; padding:5px;}

.navDrop__list > ul > li a{position:relative; overflow:hidden;}

.navDrop__list > ul > li a:hover .submenu-project{transform:translate(0);}

.navDrop__list > ul > li a .submenu-project{
    position:absolute;
    bottom:0;
    left:0;
    padding:10px 25px;
    width:100%;
    height:auto;
    background-color:rgba(0, 0, 0, 0.5);
    transform:translateY(100%);
    font-size:16px;
    font-weight:500;
    color:#fff;
    letter-spacing:1px;
    transition:all 0.3s ease;
}

.navDrop__list > ul > li a .submenu-project:before{
	content:"";
    position:absolute;
    top:calc(50% - 6px);
    right:20px;
    width:8px;
    height:12px;
    background-repeat:no-repeat;
    background-image:url(images/menu_arrow.webp);
    background-size:contain;
    }

/*.navDrop__list > ul > li:nth-child(1), .navDrop__list > ul > li:nth-child(4), .navDrop__list > ul > li:nth-child(5), .navDrop__list > ul > li:nth-child(8) {
  width: 22%;
}*/

@media (min-width: 769px) and (max-width: 1000px) {
  .navDrop__list > ul > li{width:50% !important;}
  .headerLogo__head > a > img{max-width:105px;}
}

.navDrop__list > ul > li > a{
	-webkit-transition:0.3s;
	transition:0.3s;
	display:block;
	position:relative;
}

.navDrop__list > ul > li > a:hover{color:#176eff;}

.navDrop__list > ul > li > a > img{width:100%;}

@media (max-width: 768px) {
  .navDrop {
    position: static;
    border-radius: 0;
    background-image:unset;
    background-color:#f0f0f2;
  }
  .navDrop__inner {
    padding: 0;
    display: block;
  }
  .navDrop__top {
    display:none;
    width: 100%;
    border: none;
    border-top: 1px solid #ededed;
  }
  .navDrop__top > a {
    padding: 0;
    text-align: left;
    position: relative;
    padding: 15px 20px 15px 55px;
  }
  .navDrop__top > a > img {
    width: 31px;
    position: absolute;
    top: 50%;
    left: 13px;
    margin-top: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .navDrop__top > a > br {
    display: none;
  }
  .navDrop__list {
    display:none;
    width: 100%;
    padding-left: 0;
    border: none;
  }
  .navDrop__list > ul {
    display: block;
  }
  .navDrop__list > ul > li {
    width: 100% !important;
    border-top: 1px solid #ededed;
  }
  .navDrop__list > ul > li > a {
    padding: 15px 20px 15px 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
	.navDrop__list>ul>li>a>img{
		width:32px;
		position:absolute;
		top:50%;
		left:12px;
		margin-top:0;
		-webkit-transform:translate(0, -50%);
		transform:translate(0, -50%);
		}
}

a{
	color:#000000; 
	font-size:16px;
	text-decoration:none;
}
p{
	font-size:17px;
	color:#000000;
	line-height:1.8em;
}

p a{
	color:#852a29;
	line-height:1.5em;
	text-decoration:none;
}
p a:hover{color:#e84c4a;}

.member{
	background-color:#5d3e28;
	height:30px;
	display:block;
	color:#ffffff;
	padding:0 5%;
	}
.member ul{padding:0px; margin:0px; padding-right:200px;}
.member li{
    float:right;
    /*line-height:30px;*/
    background-position:right;
    background-repeat:no-repeat;
    padding:7px 10px;
	}

.member a{color:#ffffff; font-size:14px;}

.member a:visited{color:#ffffff;}

.member ul li:hover {
    background-color: #333333;
    text-decoration: none;
    background-image: none;
    }



/*手機次選單_start*/
.mobile-submenu ul li{
	width:100%;
    border:none;
    border-top:1px solid #b2b2b2;
	}

.mobile-submenu ul li a{
	display:block;
    -webkit-transition:0.3s;
    transition:0.3s;
	padding:15px 20px 15px 35px;
	color:#444;
    text-decoration:none;
    font-size:16px;
    font-weight:bold;
    line-height:1.5;
	}

/*手機次選單_end*/

li{list-style:none;}

.header-menu-bottom{
	border-bottom:3px solid #c7aa86;
	background-image:url(/images/retina_wood.png);
	height:50px;
	}

.top-menu-bottom{text-align:center; padding-left:0; display:none;}

.top-menu-bottom li{margin:30px 40px; display:inline-block;}

.top-menu-bottom li a{font-size:18px; font-weight:bold;}

.aa_item{
	position:absolute;
	left:0px; 
	cursor:pointer;
}

#bannerBg{background:url(images/midBg.png) repeat;}


.group4{width:98%;}

.video{width:560px; height:315px;}

#contentBg{height:auto; width:100%;}

#content{margin:0 auto; overflow:hidden;}

#navlist{
	background-color:#ccc;
	line-height:3.5em;
	min-height:2em;
	position:inherit;
    width:100%;
    padding:0;
    border-bottom:3px solid #c7aa86;
    background-image:url(/images/retina_wood.png);
}

#navlist a{transition:all 0.2s ease;}

#navlist a:hover{ color:#7d7d7d;}

#navlist_mobile{
	display:none;
	background-color:#c7aa86;
}
#navlist_mobile >ul{
	box-sizing: border-box;
	padding-left:30px;
}
#navlist_mobile >ul li{
	background:url(images/icon_mobile.png) no-repeat left;
	border-bottom:1px #210000 dashed;
	height:55px;
	box-sizing:border-box;
	padding:20px 0 0 30px;
}
#navlist_mobile >ul li a{color:#5d3e28;}

#contentBox{
	position:relative;
	overflow:inherit;
	animation:fadeIn 0.5s ease-in-out 1;
}

#contentBox_index{
	position:relative;
	overflow:inherit;
	animation:fadeIn 0.5s ease-in-out 1;
	padding-top:30px;
}

@keyframes fadeIn{
	0%{opacity:0;}
	100%{opacity:1;}
}
#navlist ul{text-align:center;}

#navlist > ul > li{
  	background:url(images/icon.png) no-repeat left;
 	padding:0 0 0 20px;
 	display:inline-block;
 	position:relative;
}
#navlist>ul>li >ul{
    background:#cccccc;
    position:absolute;
    z-index:99;
    left:0;
    top:55px;
    min-width:100%;
    padding:0 5px;
    line-height:40px;
}
#navlist>ul>li > ul li{border-bottom:1px #fff solid;}

#navlist>ul>li > ul a:hover{color:#ffffff;}


/*首頁區塊標題_start*/
.index-main-area{
	position:relative;
    padding:70px 0;
	}

.index-main-title{
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}

.product-setting{
    background-repeat:no-repeat;
    background-image:url(images/bg_product.png);
    background-size:cover;
	}

.index-contact-setting{
    background-repeat:no-repeat;
    background-image:url(images/bg_contact.jpg);
	}

.block-title{
	width:100%;
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	color:#ffffff;
	text-align:right;
	position:relative;
	}
	
.block-title.show .title-line{
	transition: all .8s .2s;
    transform: translate(0);
    opacity: 1;
	}

.block-title .title-line{
	display:flex;
    align-items:flex-end;
    transform:translateX(-20px);
    opacity:0;
	}

.block-title .enTitle{
	display:inline-block;
    margin-bottom:12px;
    font-size:48px;
    line-height:1;
    font-family:'Anton', sans-serif;
	font-style:normal;
	color:#ec6941;
	}

.block-title .enTitle span{
	-webkit-text-stroke:1px #fff;
	color:transparent;
	font-family:'Anton', sans-serif;
	font-style:normal;
	}

.block-title .twTitle{
	font-size:22px;
    font-weight:500;
    letter-spacing:1px;
    line-height:1;
    margin-left:8px;
    margin-bottom:15px;
    margin-right:40px;
    color:#fff;
	}

/*首頁區塊標題_end*/

/*索引區_start*/
.bread-block{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	}

.bread{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:flex-end;
    height:80px;
    font-size:14px;
    color:#335495;
    transition:all 0.4s ease;
	}

.bread a{color:#555555; font-weight:700;}

.bread a:hover{color:#0e93e7;}

.bread span{padding:0 8px; color:#33b5f0;}

/*索引區_end*/

/*熱門產品_start*/
.index-product-title{
	text-align:center;
	margin:0 auto 20px;
	}

.index-product-title:after {
    content:"";
    width:120px;
    height:3px;
    background-color:#fff;
    display:inline-block;
    margin-top:20px;
}

.index-product-title .title-en{
	color:#ec6941;
	font-family:'Anton', sans-serif;
    font-style:normal;
    font-size:56px;
    letter-spacing:2px;
	}

.index-product-title .title-tw{
	color:#fff;
	font-size:32px;
	font-weight:bold;
	}

.index-hot-block{
	width:100%;
	max-width:1480px;
	margin:0 auto 80px;
	}

#demos .row{margin:0 auto; width:90%;}

.column,.columns{padding-left:.9375rem;padding-right:.9375rem;width:100%;float:left}

.column+.column:last-child,.columns+.column:last-child,.column+.columns:last-child,.columns+.columns:last-child{float:right}

.column+.column.end,.columns+.column.end,.column+.columns.end,.columns+.columns.end{float:left}

#demos .owl-carousel{margin:2rem 0;}

#demos .owl-carousel .item{
	background:#ff9c00;
	/*background-image:url(images/brushed_alu_dark.webp);*/
	padding:0;
	text-align:center;
	transition:all 0.5s ease;
	}

#demos .owl-carousel .item a{width:100%; height:100%;}

#demos .owl-carousel .item a img{
	width:100%;
	height:auto;
	}

#demos .owl-carousel .item a h4{
	padding-top:25px;
	padding-bottom:25px;
	font-size:22px;
	font-weight:500;
	height:120px;
	color:#000;
	display:flex;
	align-items:center;
	justify-content:center;
	}
	
#demos .owl-carousel .item a:hover h4{color:#fff;}

.item > a:before{
	color:#9c4803;
    top:0px;
    left:0px;
    right:100%;
    bottom:100%;
    border-top:4px solid;
    border-left:4px solid;
	}

.item > a:after{
	color:#9c4803;
    left:100%;
    top:100%;
    bottom:0px;
    right:0px;
    border-bottom:4px solid;
    border-right:4px solid;
	}

.item > a:before, .item > a:after{
	content:"";
    filter:alpha(opacity=0);
    Opacity:0;
    pointer-events:none;
    z-index:3;
    position:absolute;
    box-sizing:border-box;
    transition:all 0.5s ease;
    box-shadow:none;
	}

#demos .owl-carousel .item:hover{background-color:#9c4803;}

.item:hover > a:before{
	filter:alpha(opacity=100);
    Opacity:1.0;
    bottom:0px;
    right:0px;
	}

.item:hover > a:after{
	filter:alpha(opacity=100);
    Opacity:1.0;
    top:0px;
    left:0px;
	}

/*熱門產品_end*/

/*首頁沿革區_start*/
.history-setting{background-image:url(images/frenchstucco.png);}
	
.history-block{
	width:100%;
	max-width:1400px;
	margin:0 auto;
	display:flex;
    justify-content:space-between;
	}

.history-box-L{width:35%; padding-right:25px;}

.history-setting .block-title{text-align:right; color:#335495;}

.history-setting .block-title .enTitle span{-webkit-text-stroke:1px #335495;}

.history-setting .twTitle{margin-left:auto; margin-right:auto; color:#000;}

.history-box-R{width:65%;}

.icon-block{text-align:left; display:inline-block; width:100%;}

.icon-box{display:inline-block; width:25%; text-align:center; vertical-align:top;}
.icon-box img{width:100%; max-width:150px;}
.icon-box h3{font-size:16px; font-weight:bold;}
.icon-box h4{font-size:16px;}

.introduction-title, .introduction-L, .introduction-S{text-align:center; margin:0 auto;}
.introduction-title h4{
	font-size:30px;
	font-weight:700;
	padding-top:50px;
	color:#335495;
	}
.introduction-L p, .introduction-S p{font-size:20px;}

.introduction-S{display:none;}

/*沿革時間線區_start*/
.timeline-history{
	width:100%;
	max-width:1080px;
	margin:50px auto 0;
	padding:40px 0 0;
	position:relative;
	}

.timeline-history:before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:50%;
    width:4px;
    background-color:#000;
    margin-left:-2px;
	}

.process-timeline:before{
	top:105px;
	bottom:65px;
	}

.timeline-history-block{
	overflow:hidden;
    position:relative;
	}

.history-block-inner{padding:10px;}

.history-time-item{
    font-size:1rem;
    padding:10px 40px 10px 0;
    position:relative;
    width:50%;
    z-index:2;
}

.time-item-left{left:0;}
.time-item-right{left:50%; padding:10px 0 10px 40px;}

.history-time-item:after {
    background-color:#fff;
    border:4px solid #335495;
    border-radius:50%;
    content:"";
    height:20px;
    position:absolute;
    right:-10px;
    transform:translateY(-50%);
    top:50%;
    width:20px;
    z-index:1;
}

.time-item-right:after{left:-10px;}

.time-item_content{
    background-color:#fff;
    border:1px solid #335495;
    border-radius:10px;
    color:#585858;
    display:block;
    padding:20px;
    position:relative;
}

.time-item_content:before{
    border-bottom:10px solid transparent;
    border-left:12px solid #335495;
    border-top:10px solid transparent;
    right:-12px;
    z-index:1;
}

.time-item_content:after {
    border-bottom:9px solid transparent;
    border-left:11px solid #fff;
    border-top:9px solid transparent;
    right:-10px;
    z-index:2;
}

.time-item_content:after, .time-item_content:before {
    content:"";
    height:0;
    position:absolute;
    transform:translateY(-50%);
    top:50%;
    width:0;
	}

.time-item-right .time-item_content:before {
    border: 10px solid transparent;
    border-right: 12px solid #335495;
    border-left: none;
    left: -12px;
	}

.time-item-right .time-item_content:after {
    border:9px solid transparent;
    border-right:11px solid #fff;
    border-left:none;
    left:-10px;
	}

.time-item_content h3{
    font-size:24px;
    font-weight:800;
    margin:0 0 10px;
    font-style:italic;
	}

.time-item_content p, .time-item_content li{
    font-size:18px;
    line-height:25px;
    margin-bottom:10px;
    font-weight:400;
    padding:0 10px;
	}

.time-item_content ul{
	padding-left:15px;
	}
.time-item_content li{list-style:square; padding:0;}

.time-item_content li::marker{color:#335495;}

.time-item_content span{
	font-size:18px;
	font-style:normal;
	font-weight:600;
	color:#5f5f5f;
	padding-left:10px;
	}

/*沿革時間線區_end*/

/*時間線區_start*/
.timeline{
	width:100%;
	max-width:1080px;
	margin:0 auto;
	padding:40px 0 0;
	position:relative;
	}

.timeline:before{
    content:"";
    position:absolute;
    top:110px;
    left:68px;
    width:2px;
    height:calc(100% - 155px);
    background:#aaa;
	}

.timeline .time-item{
    margin:40px 40px 40px 120px;
    position:relative;
	}

.collapse_toggle{padding:20px;}

.timeline_item_bg{background-color:rgba(255,255,255,.7);}

.year_arrow:before{
    content:"";
    position:absolute;
    width:0;
    height:0;
    border-style:solid;
    border-width:20px 25px 20px 0;
    border-color:transparent #fff transparent transparent;
    left:-25px;
    top:16px;
    opacity:0.7;
}

.timeline .time-item .time-title h3{
	font-size:24px;
    font-weight:800;
    text-align:left;
    line-height:30px;
    text-transform:none;
    font-style:italic;
	}

.timeline .time-item .time-title h3 a{display:block;}

.timeline .time-item .time-title h3 span{
	font-size:18px;
	font-style:normal;
	font-weight:600;
	color:#5f5f5f;
	padding-left:10px;
	}

.timeline .time-item .time-title h3:before{
    content:"";
    position:absolute;
    left:-58px;
    top:26px;
    width:15px;
    height:15px;
    background:#335495;
    border-radius:50%;
	}

.cd-accordion .panel-body{
	padding:15px 15px 30px!important;
	border-top:1px solid #ddd!important;
	margin-top:15px;
	}

.cd-accordion .panel-body img{
	margin-right:3px;
	border:5px solid #fff;
    box-shadow:0px 0px 3px #999;
	}
/*時間線區_end*/

.index-process-block{
	width:100%;
	max-width:1200px;
	margin:50px auto;
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
	}

.index-process-box{width:20%; margin:0 auto 20px; position:relative; text-align:right;}

.index-process-box img{width:75%;}

.index-process-box:before{
	content:"";
    position:absolute;
    width:0;
    height:0;
    border-style:solid;
    border-width:20px 20px 20px 20px;
    border-color:transparent transparent transparent #ccc;
    left:25px;
    top:40%;
	}

.index-process-box:first-child:before{border-width:0;}

/*首頁沿革區_end*/

/*首頁按鈕_start*/
.index-btn-block{
	width:100%;
	max-width:400px;
	margin-right:auto;
	margin-left:auto;
	}

.index-btn-block button, .index-btn-block button::after{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	}

.index-process-btn-box:hover{
	background-color:#335495;
	}

.index-btn-block button{
	background:none;
	border:2px solid #335495;
	border-radius:5px;
	display:block;
	font-size:20px;
	font-weight:bold;
	margin:1em auto;
	padding:25px 45px;
	position:relative;
	text-transform:uppercase;
}

.index-btn-block button::after{
	background:#335495;
	content:'';
	position:absolute;
	z-index:-1;
	color:#fff;
}

.index-btn-box a{color:#335495;}
.index-btn-box:hover a{color:#fff;}

.index-btn-block a:hover{color:#fff;}

.index-btn-box::after{
	height:100%;
	left:0;
	top:0;
	width:0;
	}

.index-btn-box:hover:after{width:100%;}

.index-btn-block button.quality-btn{
	padding:15px 35px;
	margin:1em 0 1em auto;
	}

/*首頁按鈕_end*/

/*首頁關於我們_start*/
.index-main-area.about-setting::before{
	content:'';
    background:url(../images/bg_03.png) no-repeat center;
    background-size:cover;
    width:21%;
    height:0;
    padding-bottom:22.123%;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
	}

.index-main-area.about-setting::after{
	content:'';
    background:url(../images/bg_04.png) no-repeat center;
    background-size: cover;
    width:33%;
    height:0;
    padding-bottom:31.687%;
    position:absolute;
    bottom:0;
    right:0;
    z-index:-1;
	}

.about-block{
	width:100%;
	max-width:1400px;
	margin:0 auto;
	}

.about-title-box{
	position:absolute;
    top:70px;
    left:calc(55% + 0px);
    z-index:1;
	}

.about-title-box .block-title{text-align:left;}

.about-title-box .block-title .enTitle{font-size:62px;}

.about-title-box .block-title .enTitle span{-webkit-text-stroke:1px #a96320;}

.about-title-box .block-title .twTitle{color:#000; margin-left:0;}

.about-block .about-content-box{
	display:flex;
    align-items:flex-start;
    padding-left:100px;
    padding-right:120px;
    box-sizing:border-box;
	}

.about-content-box .slider-box{width:55%;}

.about-content-box .content-box-R{
	padding-top:200px;
    padding-left:50px;
    width:45%;
    box-sizing:border-box;
	}

.content-box-R h3{font-weight:bold;}

.content-box-R p{font-size:16px;}

/*首頁關於我們_end*/

/*首頁品質管理_start*/
.quality-setting{padding:90px 0; background-image:url(images/frenchstucco.png);}

.quality-block{
	width:100%;
	max-width:1400px;
	margin:0 auto;
	display:flex;
    justify-content:space-between;
	}

.quality-box-L{width:35%; padding-right:25px;}

.quality-box-L .block-title{margin-right:10px; margin-bottom:10px;}

.quality-box-L .enTitle{display:block;}

.quality-box-L .enTitle span{-webkit-text-stroke:1px #335495;}

.quality-box-L .twTitle{margin-left:auto; margin-right:auto; color:#000;}

.quality-box-L p{width:70%; margin-right:10px; margin-left:auto; font-size:16px;}

.quality-box-R{
	width:65%;
	padding:0 20px;
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
	}

.quality-item{width:25%; padding:0 2px 0; margin-bottom:4px; height:180px; overflow:hidden;}
.quality-item img{width:100%;}

.wider{width:50%;}

/*首頁品質管理_end*/

/*首頁聯絡我們_start*/
.index-contact-setting{min-height:500px;}

.index-contact-block{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
	}

.index-contact-box{
	max-width:600px;
	margin:0 auto;
	/*position:absolute;
	top:60px;
	left:100px;*/
	/*background-image:url(images/dust_scratches.webp);
	border-radius:10px;
	box-shadow:0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);*/
	}

.index-contact-box-inner{
	/*min-height:250px;
	padding:30px;
	position:relative;*/
	}

.index-product-title, .index-contact-title{
	text-align:center;
	margin:0 auto 20px;
	}

.index-contact-title:after {
    content:"";
    width:120px;
    height:3px;
    background-color:#fff;
    display:inline-block;
    margin-top:20px;
}

.index-contact-title .title-en{
	color:#ec6941;
	font-family:'Anton', sans-serif;
    font-style:normal;
    font-size:56px;
    letter-spacing:2px;
	}

.index-contact-title .title-tw{
	color:#fff;
	font-size:32px;
	font-weight:bold;
	}

.index-contact-box p{
	font-size:18px;
	font-weight:600;
	text-align:center;
	color:#fff;
	}

.index-contact-btn-block{
	text-align:center;
	margin:20px auto;
	}

.index-contact-btn-box{
	width:40%;
	border:2px solid #fff;
	display:inline-block;
	text-align:center;
	margin:0 15px;
	opacity:1;
	transition:opacity 0.2s;
	}

.bg-orange{
	background-color:#ff9c00;
	border:2px solid #ff9c00;
	}

.index-contact-btn-box.bg-orange:hover{opacity:0.5;}

.index-contact-btn-box a{
	font-size:20px;
	font-weight:bold;
	color:#fff;
	display:block;
	padding:20px 35px;
	}

.index-contact-btn-box:hover a{color:#fff;}

.index-contact-btn-box i{padding-right:10px; color:#fff;}

.contact-setting{background-image:url(../images/diamond_upholstery.png);}

/*首頁聯絡我們_end*/

.slider-block{position:relative; height:100vh;}

.main-spirit-block{
	width:100%;
	height:100vh;
	position:relative;
	}

.main-spirit-block-active .main-spirit-img{
	transition-property:all;
    transition-duration:0.6s;
    transition-timing-function:ease;
    transition-delay:2s;
    opacity:1;
    top:-2vw;
	}

.main-spirit-img{
	width:35%;
	max-width:660px;
	opacity:0;
	position:absolute;
    top:-2vw;
    bottom:0;
    right:14.87vw;
    margin:auto;
    z-index:20;
    animation-name:flatObject;
    animation-duration:6s;
    animation-timing-function:ease-in-out;
    animation-iteration-count:infinite;
	}

.main-spirit-text-box{
	width:40%;
	height:30%;
	position:absolute;
	left:17%;
	top:40%;
	}

.main-spirit-text-box h3{
	font-size:32px;
	font-weight:bold;
	font-style:italic;
	line-height:1.6em;
	text-shadow:#ffffff 0.1em 0.1em 0.2em
	}

.main-spirit-text-box h3 span{font-size:48px;}

.main-spirit-text-box h4{
	font-size:24px;
	color:#006400;
	font-weight:bold;
	font-style:italic;
	line-height:1.6em;
	padding-left:60px;
	}

.main-spirit-text-box p{
	width:80%;
	padding-left:50px;
	color:#696969;
	}

.main-spirit-text-box::after{
	content:"";
    display:block;
    width:80%;
    height:75%;
    position:absolute;
    top:45px;
    left:25px;
    border-radius:15px;
    box-shadow:0px 0px 16px rgba(0, 0, 0, 0.2);
    z-index:-1;
    background:#ffffff;
    background:-moz-linear-gradient(-45deg, #fff 0%, #e0f3ff 50%, #fff 80%);
    background:-webkit-linear-gradient(-45deg, #fff 0%, #e0f3ff 50%, #fff 80%);
    background:linear-gradient(135deg, #fff 0%, #e0f3ff 50%, #fff 80%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
	}

@keyframes flatObject{
	0%{transform:translateY(-1.25vw)}
	38%{transform:translateY(1vw)}
	100%{transform:translateY(-1.25vw)}
	}

@keyframes flatObjectIe{
	0%{transform:translateY(-30px)}
	40%{transform:translateY(20px)}
	100%{transform:translateY(-30px)}
	}

.bg-block{
	z-index:-20;
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	background:#fff url(./images/bg01.jpg) no-repeat center top/100% auto;
	/*background:-webkit-linear-gradient(left,#9adad2,#fff,#fff,#fff,#9adad2);
	background:-o-linear-gradient(right,#9adad2,#fff,#fff,#fff,#9adad2);
	background:-moz-linear-gradient(right,#9adad2,#fff,#fff,#fff,#9adad2);
	background:linear-gradient(to right,#9adad2,#fff,#fff,#fff,#9adad2);*/
}

.bg-corner{
    position:fixed;
    right:0;
    bottom:-2px;
    z-index:-19;
    }
.bg-corner img{width:100%;}

.index-block{
	width:100%;
	max-width:960px;
	margin:90px auto 120px;
	text-align:center;
}

.index-service-title{
	text-align:center;
	color:#000;
	padding-top:2%;
}

.index-block h2{
	margin:0 auto;
	font-weight:bold;
	font-size:22px;
	letter-spacing:1px;
	width:12%;
	display:inline-block;
	color:#231815;
}

.index-block hr{
	width:5%;
	display:inline-block;
	vertical-align: middle;
	border-top:1px solid #231815;
}

.index-service-box{
	display:inline-block;
	margin:7px;
	width:28%;
    height:270px;
    vertical-align:bottom;
    padding-top:40px;
    line-height:25px;
    font-weight:bold;
	font-size:20px;
	border-radius:10px;
	box-shadow:1px 1px 5px rgba(0,0,0,0.15);
}

.index-service-box:hover{box-shadow:2px 2px 10px rgba(0,0,0,0.3);}

.index-service-box.bgcolorA{background-color: #edf3fd;}
.index-service-box.bgcolorB{background-color: #eae9e9;}

.service-box-btn{
	width:100px;
    padding:5px 8px;
    margin:5px auto 0;
    border:1px solid #dcdcdc;
    border-radius:5px;
    text-align:center;
    transition:all 0.8s;
    background-color:#fff;
    font-weight:inherit;
    font-size:16px;
}

.service-box-link:hover{font-weight:bold; color:#fff;}
.service-box-link:hover .service-box-btn{background-color:#4868b2;}

/*相關資訊_start*/
.info-box{position:relative; width:100%; min-height:400px;}

.info-box h2{
	font-family:'Roboto', sans-serif;
    display:unset;
    font-size:42px;
    position:absolute;
    left:270px;
    top:10px;
	width:initial;
	color:#1d2088;
}

.info-box h3{
	text-align:left;
    padding-left:25px;
    padding-top:15px;
    font-weight:bold;
    font-size:26px;
}

.info-text-box{
	width:70%;
	min-height:220px;
	border:1px solid #dcdcdc;
	border-radius:7px;
	box-shadow:1px 1px 5px rgba(0,0,0,0.15);
	z-index:2;
	position:absolute;
	top:80px;
	background-color:#ffffff;
	}
.info-text-box:hover{box-shadow:2px 2px 10px rgba(0,0,0,0.3);}

.info-text-box.textboxL{left:0;}
.info-text-box.textboxR{right:0;}

.info-text-box h1{margin:0; padding:25px 25px 10px; text-align:left; font-weight:bold;}
.info-text-box hr{width:95%; margin:0 auto; border:1px solid #ededed;}
.info-text-box p{
	display:-webkit-box;
    width:100%;
    height:5em;
    margin:0;
    color:#696969;
    font-size:14px;
    line-height:1.5em;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
	padding:10px 25px 0;
	}

.info-pic-box{width:40%;}
.info-pic-box.picboxR{float:right;}
.info-pic-box.picboxL{float:left;}
.info-pic-box img{width:100%;}

.info-btn{
	position:absolute;
	right:30px;
	bottom:30px;
	width:100px;
	padding:8px 10px;
	border:1px solid #dcdcdc;
	border-radius:5px;
	text-align:center;
	transition:all 0.8s;
	background-color:#edf3fd;
	}

.info-btn-link:hover{font-weight:bold; color:#fff;}
.info-btn-link:hover .info-btn{background-color:#4868b2;}

/*相關資訊_end*/


.index-product-box{
	display:inline-block;
    margin:0 auto 5px;
    /*height:280px;*/
    vertical-align:bottom;
    line-height:25px;
    font-weight:bold;
	font-size:20px;
	overflow:hidden;
	cursor:pointer;
	box-sizing:border-box;
}

.index-product-box img, .index-product-sub-box img{width:100%;}

.index-product-box:hover img, .index-product-sub-box:hover img{
	webkit-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
	transition:all 0.6s;
}

.index-product-box.itemII{width:48%;}
.index-product-box.itemIII{width:31%;}
.index-product-box.itemIV{width:23%;}

.product-sub-block{width:48%; display:inline-block;}
.index-product-sub-box{display:inline-block;}
.index-product-sub-box.itemII{width:48%;}

.index-product-box.flim{height:100%; max-height:415px;}

.ccin{
	width:100%;
	display:table;
	text-align:left;
	color:#000;
    font-size:14px;
    box-sizing:border-box;
}
.ccin a{color:#ffff00; font-size:14px;}

.ccin li{font-size:12px;}

.ccin img{vertical-align: middle; padding:0;}

footer{
	/*background:linear-gradient(#3b8e8a,#3b8e8a,#3b524f);
    background:-moz-linear-gradient(#3b8e8a,#3b8e8a,#3b524f);
    background:-o-linear-gradient(#3b8e8a,#3b8e8a,#3b524f);
    background:-webkit-linear-gradient(#3b8e8a,#3b8e8a,#3b524f);*/
    background-attachment:fixed;
    background-image:url(../images/foot-bg.webp);
    background-repeat:no-repeat;
    background-position:center top;
	width:100%;
	float:left;
	color:#999999;
	line-height:1.4em;
	padding:20px 0;
	/*margin-top: 50px;*/
}

footer a{
	color:#253e97;
	transition:all 0.4s ease;
	line-height:1em;
	font-size:16px;
	font-weight:600;
	}

footer a:hover{color:#255aa7;}

.foot-block{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	position:relative;
	display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-column-gap:30px;
    grid-row-gap:30px;
	}

.foot-box{
	text-align:left;
	}

.foot-block div.wide-setting1{min-width:450px;}
.foot-block div.wide-setting2{min-width:450px;}

#footlogo{max-width:175px;}

#footlogo img{width:100%;}

#footlogo a{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	}

.foot-box h3{
    font-size:22px;
    margin-top:15px;
    padding-left:20px;
    padding-bottom:15px;
    color:#000;
    text-transform:inherit;
    font-weight:bold;
	}

.foot-box h4{font-size:20px; color:#fff; font-weight:bold;}

.foot-box p, .foot-box p i{color:#000; font-size:16px; font-weight:600;}

.wide-setting2 h3{padding-bottom:3px;}

#footFloat{padding-left:15px;}

.ccin{font-size:14px;
}
.ccin a{color:#253e97; font-size:14px;}

.ccin li{font-size:12px;}

.ccin img{vertical-align:middle; padding:0;}

.servicelist{padding-left:15px;}

.servicelist li{line-height:30px;}

.servicelist i{color:#000;}

.servicelist li a{font-size:17px!important; color:#000;}

.taglist, .linklist{display:table;}

.taglist li{
    float:left;
    padding:5px 10px;
    margin:7px 20px 7px 0;
    background-color:#f1f1f4;
}

.taglist li a{color:#000;}

.linklist{
	width:100%;
	border-top:#000 1px solid;
	margin-top:10px;
	padding-top:10px;
	}

.linklist li{
	float:right;
	width:40px;
	height:40px;
	background-color:#9b9b9b;
	border-radius:50%;
	padding:10px;
	margin:5px 10px 0;
	text-align:center;
	vertical-align:middle;
	transition:all 0.3s ease-in-out;
	}

.linklist li:hover{background-color:#fff;}

.linklist li i{
	font-size:18px;
	vertical-align:middle;
	}

.goTop{
	position:fixed;
	bottom:12%;
	right:-90px;
	width:54px;
	height:54px;
	z-index:9955;
}

.goTop a:link, .goTop a:visited {
	text-decoration:none;
	position: relative;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	line-height:0;
	font-size:0;
	font-weight: 500;
	font-family: 'Microsoft YaHei', sans-serif;
    color: #fff;
    width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 50%;
	background-color:#ff9c00;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
	transition: all 0s ease 0s;
}
.goTop a:active, .goTop a:hover {
	text-decoration:none;
	cursor:pointer;
    width: 54px;
    height: 54px;
	font-size:16px;
    color: #fff;
	transition: all 0.25s ease 0s;
}
.goTop a::after{
	content:'';
	width:18px;
	height:12px;
	background:url("../images/top.webp") no-repeat center;
	background-size:cover;
	position:absolute;
	top:50%;
	left:50%;
	margin:-6px 0 0 -9px;
	line-height:0;
	font-size:0;
	filter:alpha(opacity=100);
	Opacity:1.0;
	transition:all 0.5s ease 0s;
}
.goTop a:hover::after{
	filter:alpha(opacity=0);
	Opacity:0;
	transition:all 0.25s ease 0s;
}

/*分頁標題_start*/
.page-title-block{
	width:100%;
	background-repeat:no-repeat;
	background-position:center;
	height:500px;
	position:relative;
	}

.page-main-title{
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}

.about-page-title{
	background-image:url(images/page-title-background-about.jpg);
	}

.product-page-title{
	background-image:url(images/page-title-background-product.jpg);
	}

.process-page-title{
	background-image:url(images/page-title-background-process.jpg);
	}

.equip-page-title{
	background-image:url(images/page-title-background-equip.jpg);
	}

.news-page-title{
	background-image:url(images/page-title-background-news.jpg);
	}

.quality-page-title{
	background-image:url(images/page-title-background-quality.jpg);
	}

.contact-page-title{
	background-image:url(images/page-title-background-contact.jpg);
	}



.page-title-box{
	position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -25%);
    width:100%;
    text-align:center;
    font-size:18px;
    color:#fff;
    z-index:1;
    box-sizing: border-box;
	}

.page-entitle{
	font-size:48px;
	font-weight:bold;
	text-shadow:#686868 3px 3px 3px;
	}

.page-twtitle{
	font-size:40px;
	font-weight:400;
	text-shadow:#686868 3px 3px 3px;
	}

/*分頁標題_end*/

/*分頁編輯區_start*/
.main-area{
	position:relative;
    padding:0 0 70px;
	}

.main-area-inner{
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
	z-index:5;
	}

.main-area-inner:before{
	content:'';
	-webkit-transition:all 3.5s ease;
    -moz-transition:all 3.5s ease;
    -o-transition:all 3.5s ease;
    transition:all 3.5s ease;
	z-index:-1;
	}

.main-area-inner:after{
	content:'';
	-webkit-transition:all 3.5s ease;
    -moz-transition:all 3.5s ease;
    -o-transition:all 3.5s ease;
    transition:all 3.5s ease;
	z-index:-1;
	}

.page-edit-block{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	/*position:relative;
	z-index:5;*/
	}

.page-edit-block-wide{
	width:100%;
	max-width:1200px;
	margin:0 auto 150px;
	/*position:relative;
	z-index:5;*/
	}

/*.page-edit-block:before, .page-edit-block:after, 
.page-edit-block-wide:before, .page-edit-block-wide:after{
	content:'';
	-webkit-transition:all 3.5s ease;
    -moz-transition:all 3.5s ease;
    -o-transition:all 3.5s ease;
    transition:all 3.5s ease;
	z-index:-1;
	}*/

.box-inner{padding:10px; text-align:center;}

.about-edit-block h5{
    font-size:22px;
    font-weight:600;
    color:#000;
    padding-bottom:10px;
	}

.about-edit-block p{
	font-size:16px;
	text-align:left;
    font-weight:500;
	}

.about-edit-block ul{
    list-style:none;
    padding-left:0;
	}

.about-edit-block ul li{
    font-size:16px;
    line-height:1.8em;
    position:relative;
    padding-left:20px;
	}

.about-edit-block ul li::before{
    content:'';
    position:absolute;
    top:11px;
    left:5px;
    height:5px;
    width:5px;
    border-radius:50%;
    background:#000;
	}

/*分頁編輯區_end*/

/*關於我們_start*/
.about-bg-moving:before{
	position:absolute;
	top:10%;
	left:-1500px;
	width:800px;
	height:500px;
	background:url(../images/crane_line_A.png) no-repeat;
	}

.about-bg-moving.active:before{left:100px;}

.about-bg-moving:after{
	position:absolute;
	bottom:0;
	right:-1000px;
	width:800px;
	height:500px;
	background:url(../images/crane_line_B.png) no-repeat;
    transition-delay:1s;
	}

.about-bg-moving.active:after{right:-50px;}

.about-edit-flex{
	display:flex;
	flex-wrap:wrap;
	}

.about-edit-box, .about-pic-box{width:50%;}

.box-R{padding:0 0 20px 5px;}

.box-L{padding:0 5px 20px 0;}

.about-pic-box img{width:100%; padding-top:10px;}

.about-title h3{
	font-size:32px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	}

.about-edit-box p{font-size:18px; padding:10px;}
/*關於我們_end*/

/*產品介紹_start*/
.product-list-block{max-width:1100px;}

.block-project-box{
	position:absolute;
	top:5%;
	right:0;
	width:180px;
	border-radius:5px;
	background-color:#fff;
	margin:20px auto 0;
	}

.block-inner-item-box{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	}

.product-project-list li{
	font-size:14px;
	border-top:1px #ededed solid;
	margin-bottom:0;
	}

.product-project-list li a{
	padding:8px 2px 8px 12px;
	display:block;
	font-weight:700;
	color:#014e7f;
	}

.product-project-list li a i{margin-right:5px;}

.product-project-list li ul li a{
	padding:8px 2px 8px 24px!important;
	color:#668bc4;
	}

.project-submenu{display:none;}

.product-list-box{
    width:33.333%;
    padding:0 10px;
    margin:20px 0 30px;
	}

.list-box-link{
	width:100%;
	text-decoration:none;
	}

.product-list-info{
	background-color:#014e7f;
    position:relative;
    padding-left:20px;
    color:#ffffff;
    height:80px;
    align-content:center;
	overflow:hidden;
	}

.flexbox{
	display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
	}

.trans, .trans:after{
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
	}

.info-title{
	font-size:18px;
    line-height:22px;
    width:100%;
    z-index:10;
    color:#fff;
    -webkit-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
	}

.info-subtitle{
	font-size:16px;
    line-height:19px;
    width:100%;
    z-index:10;
    color:#fff;
    -webkit-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
	}

.info-logo{
	display:none;
	position:absolute;
    top:12px;
    right:10px;
    width:50px;
    z-index:10;
	}

.info-logo img{width:100%;}

.list-box-link:hover .product-list-info:after {
    height:100%;
    width:100%;
	}

.list-box-link:hover .info-title{color:#000;}
.list-box-link:hover .info-subtitle{color:#000;}

.product-list-info:after{
	content:"";
    box-sizing:content-box;
    border-top:80px solid #61a1cf;
    border-left:79px solid transparent;
    height:0;
    width:50px;
    position:absolute;
    top:0px;
    right:0px;
	}
figure.product-item{
    position:relative;
    overflow:hidden;
    margin:10px;
    min-width:230px;
    max-width:280px;
    width:100%;
    color:#000000;
    text-align:center;
    -webkit-perspective:50em;
    perspective:50em;
    -webkit-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
	}

figure.product-item *{
	-webkit-box-sizing:padding-box;
	box-sizing:padding-box;
	-webkit-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
	}

figure.product-item img{
	max-width:100%;
	vertical-align:top;
	}

figure.product-item figcaption{
	top:50%;
	left:20px;
	right:20px;
	position:absolute;
	opacity:0;
	z-index:1;
	}

figure.product-item h2, figure.product-item h4{margin:0;}

figure.product-item h4{
	font-weight:600;
	text-transform:uppercase;
	}

figure.product-item:after{
	background-color:#ffffff;
	position:absolute;
	content:"";
	display:block;
	top:20px;
	left:20px;
	right:20px;
	bottom:20px;
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
	-webkit-transform:rotateX(-90deg);
	transform:rotateX(-90deg);
	-webkit-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
	transform-origin:50% 50%;
	opacity:0;
	}

figure.product-item a{
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:absolute;
	z-index:1;
}

figure.product-item:hover figcaption, figure.product-item.hover figcaption{
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	}

figure.product-item:hover:after, figure.product-item.hover:after{
  -webkit-transform:rotateX(0);
	transform:rotateX(0);
	opacity:0.9;
	}

.application-bg{
    background-size:cover;
    background-attachment:inherit;
    height:30vh;
    border-top:6px solid #4da8d5;
    border-bottom:6px solid #4da8d5;
	}

.product-infobox{
	width:100%;
	max-width:1050px;
	margin:0 auto;
	padding:60px 0 120px;
	display:flex;
	flex-wrap:wrap;
	}

.product-infobox-L{width:30%;}

.product-infobox-L h3{
	font-size:36px;
	font-weight:bold;
	color:#58595b;
	border-bottom:1px solid #dcdcdc;
	}

.product-infobox-R{
	width:70%;
	padding:0 15px 15px;
	display:flex;
	flex-wrap:wrap;
	}

.product-infobox-pic{
	width:33.333%;
	padding:5px;
	position:relative;
	}

.product-infobox-pic img{
	width:100%;
	border:5px solid #fff;
    box-shadow:0px 0px 3px #999;
	}

.product-infobox-R a .over{
    display:block;
    width:calc(100% - 10px);
    height:calc(100% - 15px);
    position:absolute;
    top:5px;
    transition:0.3s;
    background-color:rgba(0,0,0,.7);
    opacity:0;
	}
.product-infobox-R a:hover .over{
    opacity:1;
    transition:0.3s;
	}

.product-infobox-R a .over i{
    display:block;
    width:36px;
    height:36px;
    font-size:36px;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    position:absolute;
    color:#5f9dd1;
}

.product_type-title{
	text-align:center;
	font-size:32px;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	}

.product-detial-block{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	}

.detail-title-box{
	text-align:center;
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
	}

.detail-title-box img{max-width:600px;}
.detail-title-box h3{
	font-size:24px;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:10px;
	}

.detail-btn-box{text-align:right;}

.product-detail-btn{
	display:inline-block;
	padding:12px 18px;
	border-radius:10px;
	border:1px solid #dcdcdc;
	background-color:#d2691e;
	margin:0 7px;
	width:120px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	}

.product-detail-btn:hover{
	background-color:#8b4513;
	}

.product-detail-btn a{
	display:block;
	color:#fff;
	letter-spacing:inherit;
	}

.product-detail-btn:hover a{color:#fff;}

.detail-content-box p{
	font-size:20px;
	line-height:1.8em;
	font-weight:bold;
	color:rgb(255, 102, 0);
	}

.detail-content-box img{
max-width:100%;

}

.detail-content-box {text-align:center}

/*產品介紹_end*/

/*電子型錄_start*/
.download-block{
	width:100%;
	max-width:1200px;
	margin:0 auto 150px;
	display:grid;
    grid-template-columns:repeat(4,1fr);
    grid-column-gap:30px;
    grid-row-gap:30px;
	}

.download-box{padding:10px;}

.download-cover{position:relative;}

.download-effect{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	opacity:0;
	-webkit-transition:opacity 0.35s ease;
	-moz-transition:opacity 0.35s ease;
	text-align:center;
	vertical-align:middle;
	background:rgba(0, 0, 0, 0.75);
	}

.download-cover:hover .download-effect{opacity:1;}

.download-effect span{
	font-weight:900;
	color:rgba(255, 255, 255, 0.85);
	font-size:18px;
	line-height:35px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	}

.download-effect span i{font-size:60px; color:#fff;}

.download-box h3{font-size:20px; padding-top:10px;}

.download-box h4{font-weight:inherit; padding-top:5px;}
/*電子型錄_end*/

/*最新消息_start*/
.news-bg-moving:before{
	position:absolute;
	top:10%;
	left:-1300px;
	width:275px;
	height:400px;
	background:url(../images/crane_line_news_A.png) no-repeat;
	}

.news-bg-moving.active:before{left:200px;}

.news-bg-moving:after{
	position:absolute;
	bottom:0;
	right:-500px;
	width:310px;
	height:400px;
	background:url(../images/crane_line_news_B.png) no-repeat;
    transition-delay:1.5s;
	}

.news-bg-moving.active:after{right:10%;}

/*.news-block{
	width:100%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    flex-wrap:wrap;
	}*/

.news-headline-box{
	width:100%;
	margin:0 auto;
	}

.edit-box-inner{
	margin:10px;
	text-align:center;
	background-color:#fff;
	box-shadow:0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border:0;
    display:flex;
    align-items:center;
	}

.news-headline-pic{
	width:30%;
	max-height:180px;
	overflow:hidden;
	margin:10px;
	}

.news-headline-pic img{width:100%;}

.elementor-widget{
    width:45%;
    margin:10px auto 15px;
	}

.elementor-widget h3{
    font-size:22px;
    font-weight:600;
    color:#335495;
    letter-spacing:inherit;
    text-align:left;
}

.seller-resume{text-align:left;}

.seller-resume p{
	display:-webkit-box;
    width:100%;
    height:4.8em;
    line-height:1.6em;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    color:#54595f;
    font-size:16px;
    font-weight:400;
    padding:5px 0 15px;
    margin:0;
	}

.news-infolist{
	width:90%;
	margin:0 auto;
    text-align:left;
	}

.news-infolist li{
	font-size:16px;
	padding-left:20px;
	position:relative;
	line-height:25px;
	color:#585858;
	}

.news-infolist li i{
	position:absolute;
	top:2px;
	left:0;
	color:#585858;
	}

.news-infolist li i.fa-map-market-alt{left:3px;}
.news-infolist li i.fa-map-pin{left:2px;}

.news-link-box{width:20%;}

.button-more{
    font-size:16px;
    font-weight:500;
    padding:20px 50px;
    background-color:#002060;
    max-width:180px;
    margin: 0 auto;
    -webkit-transition:background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition:background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
	}

.button-more:hover{background-color:#0066a1;}

.button-more span{color:#ffffff;}

.news-detail-box{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    flex-wrap:wrap;
	}

.news-detail-cover-pic{width:40%; padding:10px;}

.news-detail-cover-pic img{width:100%;}

.news-detail-infobox{width:60%; padding:10px 20px; position:relative;}

.news-detail-infobox h3{font-size:26px; font-weight:600; color:#335495; padding-bottom:5px;}

.news-detail-infobox .news-infolist{width:100%;}

.news-detail-infobox p{padding:10px 5px 30px; font-size:16px;}

.news-detail-infobox a{color:#852a29; font-weight:bold; font-size:18px;}

.news-detail-infobox a:active{color:#e84c4a;}

.back-btn{position:absolute; right:5px; bottom:5px;}

.back-btn a{font-size:16px; font-weight:bold; color:#335495;}

/*最新消息_end*/

/*生產設備_start*/
.form-title h3{
	text-align:center;
	font-size:24px;
	font-weight:700;
	margin-top:50px;
	}

.equipment-table{
	width:100%;
	max-width:800px;
	margin:10px auto 30px;
	border:1px solid #585858;
	text-align:center;
	}
	
.equipment-table tr:nth-child(1){background-color:#afdcde;}
.equipment-table td:nth-child(1){background-color:#afdcde;}

.equipment-table tr:nth-child(1) p{font-weight:700;}
.equipment-table td:nth-child(1) p{font-weight:700;}

.equipment-table td{border:1px solid #585858; font-size:16px;}

/*生產設備_end*/

/*工程實績_start*/
.performance-list-block:before{
	position:absolute;
	top:250px;
	left:-1300px;
	width:330px;
	height:600px;
	background:url(../images/crane_line_performance_A.png) no-repeat;
	}

.performance-list-block.active:before{left:-300px;}

.page-quality-setting{background-image:url(images/dust_scratches.webp);}

.quality-block{
    width:100%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    flex-wrap:wrap;
}

.quality-edit-box{
	width:100%;
	max-width:1200px;
	margin:50px auto 0;
	background-image:url(images/brushed_alu.webp);
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	border-radius:10px;
	box-shadow:0 0 0 0 rgb(0 0 0 / 0%), 0 0 0 0 rgb(0 0 0 / 0%);
	}

.quality-edit-box:hover{
	box-shadow:0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	}

.flex-row-reverse{flex-direction:row-reverse;}

.edit-box-flex-inner{padding:30px;}

.edit-box-flex h3{
	color:#58595b;
	font-size:32px;
	font-weight:700;
	border-bottom:2px solid #ff0000;
	}

.edit-box-flex p{
	font-size:16px;
	line-height:25px;
	padding-top:10px;
	}

.vertical-pic img{width:100%; max-width:350px; margin:0 auto;}

.vertical-pic .edit-box-flex-inner{text-align:center;}



/*工程實績_end*/

/*聯絡我們_start*/
.contact-bg-moving:before{
	position:absolute;
	top:10%;
	left:-1200px;
	width:330px;
	height:600px;
	background:url(../images/crane_line_contact_A.png) no-repeat;
	}

.contact-bg-moving.active:before{left:150px;}

.contact-bg-moving:after{
	position:absolute;
	top:35%;
	right:-500px;
	width:420px;
	height:600px;
	background:url(../images/crane_line_contact_B.png) no-repeat;
    transition-delay:1s;
	}

.contact-bg-moving.active:after{right:50px;}

.contact-block{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	}

.contact-form-block{
	width:90%;
	padding:10px;
	display:flex;
	flex-wrap:wrap;
	background-color:#fff;
	-webkit-box-shadow: 11px 13px 27px 6px rgb(0 0 0 / 2%);
    box-shadow: 11px 13px 27px 6px rgb(0 0 0 / 2%);
	}

.contact-info-block{
	width:30%;
	padding:10px;
	margin:20px auto;
	display:none;
	}

.contact-info-block h3{
	font-size:22px;
	font-weight:bold;
	text-transform:inherit;
	}

.contact-info-block h4{font-size:14px; color:#888888;}

.contact-info-block p{font-size:16px; line-height:30px;}

.contact-form-box{width:50%; margin:15px 0;}

.form-box-inner{padding:5px 10px;}

.contact-form-box label{
	font-size:16px;
	font-weight:bold;
	padding-left:15px;
	margin-bottom:7px;
	color:#686868;
	}

.contact-form-box span{
	margin-right:5px;
	color:#ea0000;
	font-size:20px;
	vertical-align:sub;
	}

.contact-column{
    display:block;
    width:100%;
    height:50px;
    padding:14px 15px;
    font-size:14px;
    line-height:1.57143;
    color:#212121;
    background-color:#fdf9fa;
    background-image:none;
    border:1px solid #b1b1b1;
    border-radius:10px;
    -webkit-box-shadow:inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow:inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	}

textarea.contact-column{
	height:220px;
	min-height:54px;
    max-height:370px;
    resize:vertical;
	}

.btn-block{width:100%; margin:10px auto 50px; text-align:center;}

.btn-block button{
	width:150px;
	margin:0 auto;
	padding:15px 15px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	background-color:#ff9c00;
	border:1px solid #ff9c00;
	border-radius:25px;
	}

.btn-block button:hover{
	background-color:#9c4803;
	border:1px solid #9c4803;
	}

.map-block{margin:80px auto 0;}

/*聯絡我們_end*/

.hot{height:auto; margin:0 auto; float:left; width:1185px;}

.abgne_tab{display:none;}

@font-face {
  font-family: Alcefun;
  src: url(Alcefun.otf);
}
.about{
	border-bottom: #7b7b7b 1px solid;
    margin-top:5%;
    font-size:1.8em;
    text-align:center;
    font-family:Alcefun,Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
    letter-spacing:0.1em;
    position:relative;
    padding-bottom:8px;
}
.about form{position:absolute; top:-50px; right:0; margin:5px 0;}

.titleIcon{vertical-align:text-bottom; width:45px;}

.pmargin{margin:6% 0; min-height:500px;}

.aboutImg img{margin:1% 1% 0 0; max-width:100%!important; height:auto!important;}

/*index*/
#index_margin{width:1185px; margin:0 auto;}

.index-about-block{
	width:100%;
	max-width:1200px;
	margin:0 auto 30px;
	overflow:auto;
	}

.index-about-picbox{float:left; width:65%; padding-top:30px;}
.index-about-picbox img{width:100%;}

.index-about-textbox{float:right; width:33%; padding-top:40px;}
.index-about-textbox p{line-height:1.8em;}

.about-sizeS{display:none;}

.hot1{
    width:330px;
    height:380px;
    float:left;
    margin:0 1.8em;
    background:#f2f2f2;
    transition:all .4s ease;
    text-align:center;
    border:1px #ccc solid;
}

.pic{width:100%; background:#ffffff; transition:all 0.4s ease-in-out;}

.pic:hover{opacity:0.2;}

.hotHidden{overflow:hidden;}

.hotHidden img{width:100%; transition:all .4s ease; display:block;}

.hotHidden:hover img{opacity:.3; transform:scale(1.05);}

.hotBg{background:#000000;}

.hotBg a{position:relative; display:block;}

.hotBg a::before{
    display:block;
    content:"Details+";
    padding:10px 20px;
    font-size:13px;
    color:#ffffff;
    border:2px solid #ffffff;
    opacity:0;
    position:absolute;
    margin-top:-150px;
    left:36%;
    top:75%;
    z-index:99;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.hotBg a:hover::before{
    opacity:1;
    margin-top:-80px;
}
.more{
	width:150px;
	margin:10px 25px 0 0;
	line-height:3em;
	color:#595757;
	font-size:1em;
	float:right;
}
.hot_text{
    text-align:left;
    background:#f2f2f2;
    box-sizing:border-box;
    width:100%;
    padding:5px;
}
.hot_text h1:hover{text-decoration:underline;}

.table{padding:0 0 30px 30px;}

.newtable1{height:100%; line-height:33px;}

.newtable2{background-color:#f5f5f5; height:100%; line-height:33px;}

.date{
	color:#313131;
	font-size:18px;
	padding:0 0 0 60px;
	float:left;
  	width:150px;
  	vertical-align:top;
}
.news{
	color:#323232;
	font-size:18px;
	display:inline-block;
 	width:700px;
}

.news a{color:#323232; font-size:18px;}

.news a:hover{color:#003b83;}

.news2{color:#323232; font-size:1em; padding-left:230px;}

.page{margin:80px auto 20px; text-align:center;}

.page a{
	color:#000000;
	font-size:16px;
	text-decoration:none;
	padding:8px 13px;
}
.page span{padding:8px 13px; color:#e84c4a;}

.page a:hover{
	background-color:#5a1d1c;
	color:#ffffff;
	font-size:16px;
	text-decoration:none;
}
.spanpage a{background-color:#3891e6; color:#ffffff;}


/*about*/
.blue{
	font-size:18px;
	color:#3180C7;
	line-height:1.5em;
	font-weight:bold;
}

/*news*/
.news_margin{margin:0 auto; width:1100px;}

.news_t{
    color: #003b83;
    font-size: 18px;
	font-weight:bold;
	float:left;
}
.news_img{float:left; margin-right:10px;}

hr{width:100%;}

.back{color:#852a29; float:right; margin:50px 0;}

/*product*/
.float_left{float:left;}

.product_margin{margin:0 auto; width:900px;}

.productdt_margin{margin:0 auto; width:850px;}

.product_box{
	width: 45%;
	height:285px;
	height: auto;
	float:left;
	box-sizing: border-box;
	margin: 15px 20px 25px 20px;
	text-align:center;
}
.photoimg{margin:0 auto; width:760px;}

h1{
    color: #000000;
    font-size: 17px;
	font-weight:bold;
	line-height:1.3em;
}
h2{
	color:#646464;
	font-size:14px;
	line-height:1.5em;
	
}
/*.product_img a{
  	box-sizing: border-box;
	float:left;
	transition:all 0.4s ease;
    width: 250px;
    height: 220px;
    overflow: hidden;
	background-color:#770303;
    text-align: center;
    transition:all .3s ease-in-out;
    position:relative;
}
.product_img a::after{
    content: "more";
    color: #ffffff;
    background: url(images/watermark.png) no-repeat top center;
    background-size: 100%;
    height: 80px;
    width: 70px;
    top: 30%;
    left: 35%;
    font-size: .8em;
    text-align: center;
    padding-top: 70px;
    display: block;
    position: absolute;
    opacity:0;
    transition:all .3s ease-in-out;
    margin-top: 70px;
}*/
.product_img img{
	height: 100%;
	transition:all .3s ease-in-out;
	width: 100%;
	max-width:300px;
	/*display:block;*/
}
.product_box:hover .product_img img{
    opacity: 0.5;
}
.product_box:hover .product_img a::after{
	opacity:1;
	margin-top:0px;
}
.product_box:hover .ptext h1{
	color:#003b83;
}
.p_page{
	text-align:center;
	margin:10px auto;
	width: 200px;
}
.p_page a{
	color:#595757;
	font-size:18px;
	text-decoration:none;
}
.pro_text{
	color:#852a29;
	font-size:21px;
	font-weight:bold;
	    display: inline-block;
}
.pro_text2{
	color:#852a29;
	font-size:16px;
	display:inline-block;
}
.pro_p{font-size:16px;}

.picture_big{margin:0 auto; display:block;}

.price{line-height:30px; padding-top:5px;}

.promotion{
	font-weight:bold;
	font-size:24px;
	color:#3a5da0;
	}

.mobile-show-block{display:none;}
.mobile-show-block ul{padding-left:0;}
.mobile-show-box{width:95%; margin:0 auto 10px;}
.mobile-show-box img{width:100%; margin:0;}

.button{
	width:130px;
	height:36px;
	background-color:#00bfff;
	border-radius:5px;
	border:#86b7d5 1px solid;
	box-shadow:1px 1px 5px rgba(0,0,0,.4);
	color:#ffffff;
	font-size:16px;
	text-align:right;
	padding:0 15px 3px 0px;
	box-sizing:border-box;
	float:left;
	margin:10px 5px;
	font-family:Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
	}

/*產品內頁縮圖*/
.showbox{
	width:605px;
	height:456px;
	float:left;
	margin:0 25px 0 0;
}
.abgne-block-20120106 img{
	width:128px;
	height:98px;
	margin-bottom:12px;
}

/*購物須知_start*/
.notice-block{width:100%; max-width:1024px; margin:0 auto 50px;; padding:0;}

.notice-head-box{
	width:100%;
	height:250px;
	background-image:url(/images/notice-head-background.jpg);
	background-repeat:no-repeat;
	position:relative;
	text-align:center;
	}
.notice-logo{width:210px; padding-top:95px;}
.notice-waterpick{
	position:absolute;
	right:0;
	bottom:30px;
	}
.notice-info-block-top{
	text-align:center;
	width:80%;
	max-width:600px;
	margin:30px auto 20px;
	}

.notice-info-block-top h1{font-size:28px; letter-spacing:20px;}

.notice-item-top{
	width:45%;
	display:inline-block;
	margin:5px;
	padding:5px;
	vertical-align:top;
	}

.notice-item-top h2{
	font-size:22px;
	color:#fff;
	background-color:#3389a7;
	}

.notice-item-top p{padding-top:15px; width:95%; margin:0 auto;}

.notice-info-block-bottom{
	width:80%;
	max-width:600px;
	margin:0 auto;
	}
	
.notice-info-block-bottom h2{
	font-size:22px;
	color:#fff;
	background-color:#3389a7;
	padding-left:20px;
	}
.notice-info-block-bottom p{padding-top:15px; line-height:30px; width:95%; margin:0 auto;}
.notice-item-bottom{margin-bottom:15px;}
/*購物須知_end*/

/*shoppingcart*/
.list-inline, .list-inline ul, .list-h, .list-h ul, .list-v, .list-v ul{
    margin:0;
    padding:0;
    list-style-type:none;
	}
.shopping-title{padding-top:90px;}
.shopping-pic{
	width:100%;
	max-width:250px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
	}
.shopping-pic img{width:100%;}
.shopping-process{width:100%; max-width:1170px; margin:0 auto;}
.shopping-step{
    font-size:16px;
    color:#231815;
    text-align:center;
    padding:10px 0;
    margin-bottom:30px;
	}
.shopping-step li{
    position:relative;
    padding:10px 20px;
    border:2px solid #ddd;
    margin:0 30px;
	}
.shopping-step li, .shopping-step li>*{
    display:inline-block;
    vertical-align:middle;
	}
.shopping-step li.current{
    color:#fff;
    background:rgba(35,24,21,.5);
    position:relative;
	}
.shopping-step li.current:after{
    content:"";
    border:2px solid #fff;
    left:0;
    right:0;
    top:0;
    bottom:0;
    display:block;
    position:absolute;
    z-index:3;
	}
.shopping-step li+li:before {
    content:"";
    background:url(/images/step_arrow.png) 0 50% no-repeat;
    display:inline-block;
    vertical-align:middle;
    width:30px;
    height:30px;
    position:absolute;
    left:-50px;
    bottom:4px;
	}

.table-title{
	font-size:24px;
	color:#696969;
	border-bottom:1px solid #d3d3d3;
	padding:0 0 10px 10px;
	}
.list-box{border:0; position:relative; margin-bottom:5px;}
.list-pic{width:20%;}
.list-name a{font-size:22px;}
.list-price{color:#6a6a6a; font-size:22px;}
.list-price span{font-size:12px; color:#808080;}
.list-box td img{width:200px;}
.total-box tr{border:1px solid #fff;}
.total-box td{text-align:right; background-color:#e0e0e0;}
.total-box td:last-child{width:15%;}
input.qtyminus{
    width:25px;
    height:30px;
    border:1px solid #aaa;
    background:#f8f8f8;
	}
.qty{
    width:40px;
    height:30px;
    text-align:center;
    border:0;
    border-top:1px solid #aaa;
    border-bottom:1px solid #aaa;
    margin-left:-4px;
    margin-right:-4px;
	}
input.qtyplus{
    width:25px;
    height:30px;
    border:1px solid #aaa;
    background:#f8f8f8;
	}
.btn-box{
	clear:both;
	padding-top:30px;
	padding-bottom:50px;
	position:relative;
	text-align:center;
	}

.btn, .ibtn{
    display:inline-block;
    zoom:1;
    line-height:normal;
    white-space:nowrap;
    vertical-align:middle;
    text-align:center;
    cursor:pointer;
    border:none;
    padding:0;
    background:none;
    -webkit-user-drag:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    box-sizing:border-box;
    }
.btn.simple{
    background:#808080;
    width:15%;
    height:40px;
    margin:0 1%;
    color:#fff;
    font-size:15px;
    font-family: Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
    letter-spacing:0.075em;
    line-height:38px;
    position:relative;
    border-radius:30px;
    min-width:120px;
	}
.btn.simple:hover{background:#910000;}
.delete-btn a{cursor: pointer;}

.infor-block{padding:40px 0 0; margin:0;}
.infor-block .infor{display:table; width:100%; table-layout:fixed; border-spacing:20px 0;}
.infor-block .infor-box{
    display:table-cell;
    vertical-align:top;
    width:50%;
    position:relative;
    border:1px solid #808080;
	}
.infor-block .infor-title{padding:5px; text-align:center;}
.infor-block .box1 .infor-title{
    margin-right:-20px;
    padding:15px 20px 0 12px;
    color:#505050;
    font-weight:bold;
    line-height:30px;
    letter-spacing:0.05em;
	}
.infor-block .box2 .infor-title {
    margin-left:-20px;
    padding:15px 0 0 20px;
    color:#505050;
    line-height:30px;
    letter-spacing:0.05em;
	}
.infor-block .box3 .infor-title{
    padding-top:15px;
    color:#505050;
    font-weight:bold;
    line-height:30px;
    letter-spacing:0.05em;
	}
.infor-title{
    color:#231815;
    font-size:20px;
    font-weight:bold;
    padding:5px 0 0 0;
    margin:0;
    }
.infor-block .infor-data{padding:0 40px 20px;}
.infor-data{margin:0 auto;}
.infor-data .infor-group{padding:4px 0; line-height:36px;}
.infor-block .control-label{color:#7f7f7f; font-size:16px;}
.infor-data .control-label{display:block; line-height:inherit;}
.infor-data .control-box{position:relative;}
.form-control{
    display:block;
    width:100%;
    height:36px;
    line-height:34px;
    padding:0 10px;
    font-size:17px;
    font-family: Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
    border:1px solid #cccccc;
    box-sizing:border-box;
    margin-bottom:6px;
    border-radius:5px;
	}
textarea.form-control{
    padding:8px 10px;
    line-height:1.4;
    resize:vertical;
	}
.payment-box{
	border-top:1px solid #dcdcdc;
    text-align:center;
    padding:0 0 15px;
	}
.payment-infor{padding:10px 0 15px;}

/*崁入youtube_start*/
.youtubecontent{
	position:relative;
	padding-top:30px;
	height:0;
	overflow:hidden;
	}
.youtubecontent{padding-bottom:56.25%;}
.youtubecontent iframe,
.youtubecontent object,
.youtubecontent embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}
/*崁入youtube_end*/

/*download*/
.download-box{margin:3% auto;}

.download-pro{
    width:100%;
    margin:25px auto;
    padding-bottom:5px;
    border-bottom:1px #e0e0e0 dashed;
}
.download-pro img{
	width:100%;
	border:1px solid #b7b7b7;
	border-radius:4px;
	margin-bottom:5px;
}
.download-pro h1{
	display:inline;
	font-weight:normal;
	color:#960200;
}

.download-pro h2{display:inline;}

.download-pro h3{display:inline;float:right;}

.download-pro h3 a{
    font-size:0.95em;
    margin:0 10px 0 0;
    color:#696969;
    background:#eaeaea;
    padding:5px 8px;
    border-radius:10px;
    transition:all 0.2s ease;
}
.download-pro h3 a:hover{
    color:#ffffff;
    background:#7b2424;
}
.download-pro h4{
	display:inline;
    color:#4c4c4c;
    font-weight:normal;
    font-size:0.9em;
    margin-left:15px;
    vertical-align:text-top;
}

/*tab選單*/
.abgne_tab ul, li{
	margin:0;
	padding:0;
	list-style:none;
}
.abgne_tab {
	clear:left;
	width:400px;
	margin:10px 0;
}
ul.tabs {
	width:100%;
	height:32px;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
}
ul.tabs li{
	float:left;
	height:31px;
	line-height:31px;
	overflow:hidden;
	position:relative;
	margin-bottom:-1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	border:1px solid #999;
	border-left:none;
	background-color:#852a29;
}
ul.tabs li a {
	display:block;
	padding:0 10px;
	color:#ffffff;
	border:1px solid #ffffff;
	text-decoration:none;
}
ul.tabs li a:hover{
	background:rgba(255,255,255,.5);
}
ul.tabs li.active{
	border-bottom:1px solid #fff;
}
ul.tabs li.active a:hover{
	background:rgba(255,255,255,.5);
}
div.tab_container{
	clear:left;
	width:100%;
	border-bottom:8px solid #595757;
	border-top:none;
	background:#fff;
}
div.tab_container .tab_content h1{
	margin:0 5px;
}
div.tab_container .tab_content h2{
	margin:0 5px 20px;
}
.tab_content{text-align:center;}

.tab_a{background-color:#595757;}

.tab_b{background-color:#385796;}

.tab_c{background-color:#D0A100;}

.ptext{width:100%; /*float:left;*/}

.product-title{display:table; width:100%; padding-top:10px;}

.popup-gallery{width:600px; margin:auto;}

.popup-gallery img{width:90%;}

.tableBox{margin-bottom:50px;}

.table1{
	width:100%;
	text-align:center;
	box-sizing:border-box;
	height:auto;
	border-bottom:1px #cccccc solid;
}
.table1 span{display:block;}

.tableLeft{
	width:20%;
	display:inline-block;
	vertical-align:top;
}
.tableCenter1{
	width:23%;display:inline-block;
	vertical-align:top;
}
.tableCenter2{
	width:40%;display:inline-block;
	vertical-align:top;
}
.tableRight{
	width:18%;display:inline-block;
	vertical-align:top;
}
.table1Box{
	border: 1px #eaeaea solid;
	display:flex;
}
.table1Box:nth-child(1n+2){
	margin-top:20px;
}
.tableTop{
	background: #eaeaea;
    line-height:40px;
    box-sizing:border-box;
    padding-left:15px;
    text-align:center;
}
.tableDown img{max-width:100%; width:100%;}

.inquryBtnBox{margin:15px auto; width:210px;}

.table2{
	width:100%;
	text-align:center;
	margin-top:10px;
}
.tableDown{height:210px;}

.tableDown::before{
   content:'';
   width:0;
   height:100%;
   display:inline-block;
   position:relative;
   vertical-align:middle;
   background:#f00;
}

.tableDown span{
    padding-left:15px;
    display:inline-block;
   vertical-align:middle;
 }
.tableDown span ul{margin-left:25px;}

.tableRemove{
	background:#eaeaea;
    padding:5px 8px;
    border-radius:5px;
    border:1px #cccccc solid;
    margin:4px;
    display:inline-block;
}
.tableDown form{
    font-size:0.95em;
    padding-top:10px;
    line-height:1.5em;
}
.table2 span a{
    background:#777777;
    color:#ffffff;
    width:100px;
    line-height:30px;
    display:block;
    margin:0 auto;
    border-radius:10px;
    font-size:0.95em;
    font-weight:bold;
    border:1px #525252 solid;
}
.table2 span a:hover{
	background:#771211;
	border:1px #5a1d1c solid;
}
.updateBtn{
    text-align:center;
    display:block;
    margin-top:15px;
}
.tableCenter2 ul li{
	width:120px;
    text-align:left;
    float:left;
    padding-left:15px;
}
.inquiryType{
	width:30%;
	height:auto;
	display:inline-block;
	vertical-align:top;
}
.formBox .form{
    position:relative;
    margin-bottom:25px;
}
.b-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}
.formBox .form label{
    display:block;
    background:#eaeaea;
    font-size:15px;
    height:auto;
    line-height:30px;
    width:171px;
    padding:0 10px;
    color:#545454;
    position:absolute;
    font-weight:bold;
    left:0;
    top:0;
}
.formBox .form input[type="text"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px;
    margin-left: 195px;
    width: 80%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d8d8d8;
    font-size: 1em;
}
input[type="text"] {
    -webkit-appearance:none;
}
.formBox .form textarea{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    width:80%;
    height:100px;
    padding:5px 5px;
    margin-left:195px;
    border:1px solid #ccc;
    font-size:1em;
    font-family:Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
}
.formBox {
    margin-bottom:25px;
    color:#222;
    font-size:1em;
    margin-top:30px;
}
.formBox form .btn a{
    display:inline-block;
    padding:7px 15px;
    font-size:16px;
    color:#ffffff;
    border-radius:3px;
    margin:0 10px;
}
a.btn_color1{
	background:#777777;
    color:#ffffff;
    width:100px;
    line-height:30px;
    display:block;
    margin:0 auto;
    border-radius:10px;
    font-size:0.95em;
    font-weight:bold;
    border:1px #525252 solid;
}
a.btn_color1:hover {
    background:#771211;
    border:1px #5a1d1c solid;

}
.send{text-align:center; margin-top:80px;}



/*螢幕大小*/
/*@media screen and (max-width:1840px){
	.main-logo-box{top:10%;}
	.slider-menu-block{top:27%;}
}*/

@media screen and (max-width:1600px){
	#contentBox{padding-left:0;}
	.member ul{padding-right:180px;}
	}
@media screen and (max-width:1480px){
	.product-list-block{padding-right:100px;}
	}

@media screen and (max-width:1400px){
	.member ul{padding-right:120px;}
	.logo{left:25px;}
	.news-block{width:90%;}
	.news-edit-box{width:33.333%;}
	.product-title-block{max-width:1080px;}
	}

@media screen and (max-width:1300px){
	nav{width:1160px;}
	nav>ul>li a{font-size:14px;}
	.product-list-block{max-width:900px;}
}

@media screen and (max-width: 1200px){
	#index_margin{width:1002px; margin:0 auto;}
	.hot1{width:300px; margin:0 0.9em;}
	.news_margin{width:90%;}
	.news{width:750px;}
	.date{padding:0 0 0 40px;  width:130px;}
	.hot{width:1000px;}
	nav{width:100%;}
	.news-headline-box{width:90%;}
	.bread-block{width:90%;}
	.scroll-block{display:none;}
	.block-title .enTitle span{-webkit-text-stroke:1px #335495;}
	.block-title .twTitle{color:#335495; font-weight:700;}
	.foot-block{width:90%; display:block; text-align:center; margin:20px auto 0;}
	.foot-box{display:inline-block; vertical-align:top; width:35%;}
	.foot-block div.wide-setting1{min-width:inherit; width:60%;}
	.foot-block div.wide-setting2{min-width:inherit; width:100%; margin-top:20px;}
	.linklist{text-align:center; margin-bottom:30px;}
	.linklist li{float:none; display:inline-block;}
	.product-detial-block{width:80%; max-width:700px;}
	.download-block{width:85%; grid-template-columns: repeat(3,1fr);}
	.page-edit-block{max-width:800px;}
	.product-title-block{max-width:900px;}
	.product-list-box{padding:0 10px;}
	.foot-block div.wide-setting1{width:50%;}
	.foot-block div.wide-setting3{width:80%;}
	.slider-menu-block{left:15%;}
}
@media screen and (min-width:1080px){
	#aa{display:none;visibility:hidden;}
	#mobile{display:none;visibility:hidden;}
}
@media screen and (max-width:1080px){
	.member ul{padding-right:0;}
	nav>ul{display:none;/*padding-right:60px;*/}
	#aa{background:url(images/aa.png) no-repeat; width:55px; height:35px; margin:13px 0 0 10px; float:left; cursor:pointer;}
	#logo{float:none; margin:5px auto 0; /*width:200px;*/ text-align:center;}
	.header-menu-bottom{display:none;}
	#banner-L{display:none;}
	#banner-M{display:block;}
	#banner-S{display:none;}
	#index_margin{width:936px;}
	.hot1{width:280px;}
	.date{padding:0 0 0 30px; width:100px;}
	.news{width:80%;}
	.hot{width:940px;}
	.about_margin{width:90%;}
	.contact_margin{width:700px;}
	.contact_margin p{float:none;}
	.contact_margin p{width:70%; margin:3% auto;}
	.contact_margin iframe{margin:0 auto; display:block;}
	.Lang{position:initial;}
	.footbox{width:90%;}
	#footline{right:130px;}
	/*#footFloat{width: 50%;}*/
	.tableDown span ul{margin-left:0px;}
	.news-block{max-width:800px;}
	.news-edit-box{width:50%;}
	.rail-box{margin-left:15%;}
	.product-title-block{max-width:800px;}
	.slider-menu-link{margin:0 10px;}
}

@media only screen and (min-width:992px){
	.application-bg{background-attachment:fixed; height:50vh;}
	}

@media only screen and (min-width:981px){
	/*.hideUp .top-menu-block{height:70px;}*/
	.hideUp .logo{width:50px; margin-top:-23px;}
	/*.top-menu-ul>li>a{padding:0px 0px 25px 0;}*/
	}

@media screen and (max-width: 980px){
	nav>ul{padding-right:0;}
	.top-menu-block{height:70px; padding:0;}
	.logo{width:50px; margin-top:-23px;}
	.top-menu-ul>li>a{padding:0px 0px 25px 0;}
	.about{font-size:1.5em;}
	.hotBg a::before{left:32%; top:80%;}
	.formBox .form input[type="text"]{ width:75%;}
	.formBox .form textarea{width:75%;}
	.titleIcon{width:35px;}
	.tableDown span{padding-left:0px;}
	.tableDown span ul{padding-left:0px;}
	#footline{right:80px;}
	.notice-waterpick{display:none;}
	.index-about-block{overflow:unset;}
	.index-about-picbox{float:none; width:90%; margin:0 auto; padding-top:0;}
	.index-about-textbox{float:none; width:90%; margin:15px auto 0; padding-top:0;}
	.map-box iframe{height:370px;}
	.navTrigger{display:block;}
	.top-menu{display:none;}
	.info-box h2{display:none;}
	.info-pic-box.picboxR{float:none; width:60%; margin:0 auto;}
	.info-text-box{position:relative; margin:0 auto; top:10px;}
	.index-process-box{width:30%;}
	.index-process-box:before{left:10px; top:35%;}
	.download-block{width:80%; grid-template-columns: repeat(2,1fr);}
	.page-edit-block{max-width:650px;}
	.product-title-block{max-width:600px;}
	.product-list-box{width:50%;}
	.slider-menu-block{left:20%;}
	.slider-menu-link{width:75px;}
}

@media screen and (min-width:840px){
	.edit-box-flex{flex:0 0 50%; max-width:50%;}
	}

@media screen and (max-width:840px){
	.main-logo-box{max-width:100px;}
	#navlist{display:none;}
	#contentBox{overflow:inherit;}
	.hot1{width:220px; margin:0 0.4em;}
	#index_margin{width:720px;}
	#keyBg{background-color:#3d3d3d;}
	#navlist_mobile{display:block;}
	.key{width:516px; line-height:35px;}
	.footbox{width:500px;}
	#footlogo{float:none; text-align: center;}
	#footFloat{margin-bottom:15px; width:100%;}
	.key a{color:#bfbfbf;}
	.key a:hover{color:#ffffff;}
	.date{padding:0 0 0 10px;}
	.news{width:75%;}
	.hot {width:100%}
	.product_box{width:250px; margin:15px; height:300px;}
	.product_img{margin:0; padding-bottom:5px;}
	.product_margin{width:560px;}
	.productdt_margin{width:95%;}
	.showbox{float:none; margin:0 auto; width:600px;}
	.abgne-block-20120106{width:600px; margin:0 auto;}
	.abgne-block-20120106 img{margin:10px 8px 0 8px;}
	.photoimg{width:100%;}
	.ptext{width:100%; float:none; margin-left:0;}
	footer{margin-top:0px;}
	#footlogo {padding-bottom:0px;}
	#footline{display:none;}
	#line_vertical{position:fixed; bottom:120px; right:0; z-index:99999;}
	.hotBg a::before {left:29%; top:88%;}
	.about form{position:initial; margin:0 0 45px;}
	.product_img a{margin-bottom:10px;}
	.tableCenter2 ul li{padding-left:10px;}
	.quality-edit-box{width:90%;}
	.news-detail-cover-pic{width:80%; margin:0 auto;}
	.news-detail-infobox{width:100%; margin:0 auto;}
	.back-btn{right:70px;}
	.history-box-L{width:45%;}
	.history-box-R{width:55%;}
	.icon-box{width:30%;}
	.block-title{width:90%;}
	.about-title-box{top:40px; left:calc(5% + 15px);}
	.about-title-box .block-title .enTitle{font-size:42px;}
	.block-title .enTitle{font-size:42px;}
	.about-block .about-content-box{flex-wrap:wrap; padding:120px 30px 0;}
	.about-content-box .slider-box{width:100%;}
	.about-content-box .content-box-R{padding-top:20px; padding-left:25px; width:100%;}
	.quality-item{width:50%;}
	.wider{width:100%;}
	.quality-box-L{width:90%; margin:0 auto; padding-right:0;}
	.quality-box-L .enTitle{display:inline-block;}
	.quality-box-R{width:100%; margin:0 auto;}
	.index-contact-box{width:90%; margin:0 auto; position:inherit; top:inherit; left:inherit;}
	.contact-form-block{width:95%; margin:0 auto;}
	.contact-info-block{width:95%; margin:30px auto 0;}
	.equipment-table{width:90%;}
	.product-detial-block{max-width:500px;}
	.detail-title-box img{max-width:100%;}
	.block-inner-project-box{width:60%; float:none; margin:0 auto;}
	.block-inner-item-box{width:90%; margin: 0 auto;}
	}

@media screen and (min-width:769px){
	.lan-mobile{display:none;}
	.mobile-submenu{display:none;}
	}

@media screen and (max-width:768px){
	.main-logo-box{top:1%;}
	.member li{padding:7px 3px;}
	.hot1{width:210px; height:330px;}
	.table1Box{display:block;}
	#index_margin {width:680px;}
	.contact_margin{width:600px;}
	.contact_margin p{font-size: 1em; width:80%;}
	.formBox .form input[type="text"]{width:70%;}
	.formBox .form textarea{width:70%;}
	.table1{display:block; text-align: center;}
	.tableLeft{width:100%;}
	.tableCenter1{width:100%;}
	.tableCenter2{width:100%;}
	.tableRight{width:100%;}
	.tableTop{padding-left:0;}
	.tableDown span{padding-left:0;}
	.inquiryType{text-align:left; margin-bottom:5px;}
	#banner-L{display:none;}
	#banner-M{display:none;}
	#banner-S{display:block;}
	.tableDown{height:auto; margin:15px 0;}
	.tableLeft .tableDown{margin:0px 0;}
	.tableCenter2 ul li{padding-left:15px;}
	.tableDown span ul{margin-left:45px;}
	.contact-form input{width:75%;}
	.contact-form textarea{width:75%;}
	.shopping-step li{display:block; padding:15px 0; margin:40px 0;}
	.shopping-step li:first-child{margin:10px 0 40px;}
	.shopping-step li:last-child{margin:40px 0 10px;}
	.shopping-step li+li:before{top:0; left:50%; margin:-35px 0 0 -15px; transform:rotate(90deg);}
	.list-box tr{display:block; border:0; padding-left:140px;}
	.list-box td{display:block; text-align:left;}
	.list-pic{position:absolute; left:0; width:120px;}
	.total-box{width:75%; margin:10px auto 0;}
	.total-box td:first-child{text-align:left;}
	.infor-block, .infor-block .infor, .infor-block .infor-box{display:block; width:auto; margin:20px 0 0; padding:0; border:0; background:none;}
	.infor-block .infor-box .infor-title{margin:0; padding:5px 8px;}
	.about-pic-box{float:none; width:60%; margin:0 auto;}
	.about-text-box{float:none; width:80%; margin:15px auto 30px;}
	.notice-item-top{width:100%; margin:0 auto 15px;}
	.notice-info-block-bottom{text-align:center;}
	.notice-info-block-bottom h2{padding-left:0;}
	.notice-info-block-bottom p{text-align:left;}
	.map-box{float:none; width:100%;}
	.spirit-box{float:none; width:100%; max-width:500px; margin:15px auto 0;}
	.index-block h2{width:20%;}
	.history-block{flex-wrap:wrap;}
	.history-box-L{width:80%; margin:0 auto; padding-right:0;}
	.history-box-R{width:80%; margin:0 auto;}
	.icon-block{text-align:center;}
	.about-content-box .content-box-R{padding-left:10px;}
	.lan-menu{display:none;}
	.product-list-box{width:80%; float:none; margin:30px auto 40px;}
	.hook-box{display:none;}
	.slider-menu-block{display:none;}
	.index-contact-btn-box{width:60%; margin:10px auto;}
	.rail-box img{left:100px;}
	.rail-box, .menu-bg-straight, .menu-bg-oblique{display:none;}
	.about-edit-box, .about-pic-box{width:80%; margin:0 auto;}
	.box-R, .box-L{padding:0;}
	#demos .owl-carousel .item a h3{font-size:18px;}
	.news-headline-box{max-width:400px;}
	.edit-box-inner{flex-wrap:wrap;}
	.news-headline-pic{width:90%; max-width:300px; margin:10px auto;}
	.elementor-widget{width:90%;}
	.news-link-box{width:60%; margin:0 auto 30px;}
	.main-area-inner.active:before{left:-100px;}
	.main-area-inner.active:after{right:-250px;}
	.about-edit-block{overflow:hidden;}
	.about-edit-block:before{top:-5%;}
	.about-edit-block.active:before{left:-200px;}
	.about-edit-block.active:after{right:-200px;}
	.news-bg-moving.active:before{position:inherit;}
	.news-bg-moving.active:after{position:inherit;}
	.contact-bg-moving.active:before{position:inherit;}
	.contact-bg-moving.active:after{position:inherit;}
	.block-project-box{position:inherit; width:100%; max-width:500px; margin:0 auto;}
	.page-edit-block{padding-right:inherit;}
	.product-list-block{margin:30px auto 0;}
	.product-project-list li{font-size:18px;}
	.product-project-list li a{padding:16px 2px 10px 12px; font-weight:500;}
	}

@media screen and (max-width:640px){
	.hot1{width:410px; margin:10px auto; float:none; text-align:center; height:auto;}
	#index_margin{width:95%;}
	#footFloat{font-size:0.9em;}
	.news{width:70%; padding:0 0 0 10px;}
	.pic{width:initial; float:none; height:80%;}
	.key{width:100%;}
	.hot_text{height:initial; float:none; padding:10px;}
	.hot_box{margin:0 auto; width:410px;}
	.news_t{float:none;}
	.contact_margin iframe{width:480px; height:300px;}
	.contact_margin{width:480px;}
	.contact_margin p{width:100%;}
	.product_box{float:none; width:80%; height:320px; margin:10px auto 20px;}
	.product_margin{width:100%;}
	.showbox{float:none; margin:0 auto; width:500px; height:385px;}
	.abgne-block-20120106{width:500px;margin:0 auto;}
	.abgne-block-20120106 img{margin:10px 2px 0 0px; width:118px; height:90px;}
	.footbox{width:80%;}
	.video{width:98%;}
	.popup-gallery{width:100%;}
	.hotBg a::before{left:38%; top:70%;}
	.formBox .form input[type="text"]{width:58%;}
	.formBox .form textarea{width:58%;}
	.download-pro h3{position:absolute; right:0; top:12px;}
	.download-pro h4{display:block; margin-left:0; margin-bottom:8px;}
	.download-pro {margin:25px auto 45px;  position:relative;}
	.ptext{float:left;}
	.product_img a{width:100%; height:100%;}
	.product_img a::after{width:60px; padding-top:60px;}
	.popup-gallery{display:none}
	.jcarousel-wrapper{display:none}
	.mobile-show-block{display:block;}
	#content{margin:0 auto 30px;}
	.index-service-box{width:50%;}
	.info-pic-box.picboxR{width:85%;}
	.info-text-box{width:90%;}
	.news-headline-box{width:100%; margin:0 auto;}
	.news-edit-box{width:80%; margin:0 auto 20px;}
	.foot-box{width:80%;}
	.foot-block div.wide-setting1{width:80%;}
	.foot-block div.wide-setting2{width:80%;}
	.contact-info-block{display:none;}
	.contact-form-box{width:100%;}
	.page-title-block{height:300px;}
	.page-title-box{top:40%;}
	.page-entitle{font-size:36px; line-height:1.2em;}
	.product-infobox{margin:0 0 50px;}
	.product-infobox-L{width:90%; margin:0 auto 30px;}
	.product-infobox-R{width:90%; margin:0 auto;}
	.product-infobox-pic{width:50%;}
	.detail-btn-box{padding-bottom:20px;}
	.download-effct span i{font-size:36px;}
	.index-contact-btn-box a{padding:20px 25px;}
	#demos .row{width:80%;}
	.block-project-box{max-width:280px;}
}
@media screen and (max-width:519px){
	.tableDown span ul{width:290px;}
}

@media screen and (max-width:500px){
	.index-process-box{width:45%;}
	.index-process-box:before{left:25px;}
	.introduction-L{display:none;}
	.introduction-S{display:block; width:85%; margin:0 auto; text-align:left;}
	.process-timeline:before{bottom:65px;}
	.time-item_content{padding:20px 10px;}
	.time-item_content h3{font-size:18px;}
	.time-item_content span{padding-left:0; display:block;}
	.time-item_content p, .time-item_content li{padding:0;}
	.page-edit-block{width:90%;}
	}

@media screen and (max-width:480px){
	#aa{margin:13px 0 0 10px;}
	#logo{margin-top:0.1em;}
	.abgne_tab{display:inline;}
	.hot_box{display:none;}
	.more {display:none;}
	.news{width:90%;}
	.contact_margin iframe{width:380px; height:300px;padding-bottom:5px;}
	.contact_margin{width:380px;}
	/*.product_box{width:180px; height:290px; margin: 15px 10px 25px 5px;}*/
	/*.product_margin{width:390px;}*/
	.showbox{float:none;  margin:0 auto; width:400px; height: 287px;}
	.abgne-block-20120106{width:400px; margin:0 auto;}
	.abgne-block-20120106 img{margin:25px 2px 0 0px;width: 93px;height: 70px;}
	#aa{background-size: 80%;margin:13px 0 0 10px;}
	.detailBtn1{float:initial; margin:20px 0 10px;}
	.detailBtn2{float:initial; margin:20px 0 10px;}
	.download-pro h1 {display: block;}
	.formBox .form label{position: initial;}
	.formBox .form input[type="text"]{padding-left: 10px; margin-left: 0px; width:100%;}
	.formBox .form textarea{padding-left: 10px; margin-left: 0px; width:100%;}
	.pro_text{display:block;}
	.page { margin: 25px auto 20px;}
	.contact-form input{width:90%;}
	.contact-form textarea{width:90%;}
	.shopping-title{padding-top:105px;}
	.shopping-pic{max-width:180px; padding-top:30px;}
	.about-text-box{width:90%;}
	.notice-info-block-top, .notice-info-block-bottom{width:90%;}
	.foot-info{width:100%;}
	.index-block h2{width:30%;}
	.index-service-box{width:70%;}
	#demos .row{width:80%;}
	.index-contact-btn-box{width:80%;}
	.download-block{width:70%; grid-template-columns: repeat(1,1fr);}
	.product-detail-btn{margin:0;}
}
@media screen and (max-width:400px){
	.contact_margin iframe{width:330px; height:230px; padding-bottom:5px;}
	.contact_margin{width: 330px;}
	.showbox{float:none; margin:0 auto; width:320px; height:245px;}
	.abgne-block-20120106{width:330px; margin:0 auto;}
	.abgne-block-20120106 img{margin:5px 0 0 0; width:75px; height:58px; margin-bottom:0px;}
	/*.product_box{width:100%; margin:15px 5px 25px 0px; height:initial;}*/
	.ptext{float:left;}
	/*.product_margin{width:80%;}*/
	.product_img{width:100%;}
	.contact_margin p{font-size:0.9em;}
	.download-pro{position:initial; padding-bottom:15px;}
	.download-pro h3{position:initial; right:auto; float:none;}
	.download-pro h4 {margin-bottom:18px;}
	.product_img a::after{width:80px; padding-top:80px;}
	.tableDown span ul{margin-left:15px;}
}

@media screen and (max-width:340px){
	ul.tabs li a {padding:0 7px;}
	.tableDown span ul{margin-left:0px;}

}












