@charset "utf-8";
@font-face {
	font-family: LiSong;
	src: url("../webfonts/LiSong.eot"); /* IE9*/
	src: url("../webfonts/LiSong.eot") format("embedded-opentype"), url("../webfonts/LiSong.woff") format("woff"), url("../webfonts/LiSong.ttf") format("truetype");
}
@font-face {
	font-family: Anton-Regular;
	src: url("../webfonts/Anton-Regular.eot"); /* IE9*/
	src: url("../webfonts/Anton-Regular.eot") format("embedded-opentype"), url("../webfonts/Anton-Regular.woff") format("woff"), url("../webfonts/Anton-Regular.ttf") format("truetype");
}

/*通用*/
body {
	margin:0; 
	padding:0; 
	line-height:190%; 
	font-size:14px; 
	font-family:"微軟正黑體",open-sans, Arial, sans-serif !important;
	color:#333;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	color: #119eaf;
}
img{
	max-width:100%; 
	height:auto;
}
p{	
	color:#333;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    /*font-size:100%;*/
    vertical-align:baseline;
    background:transparent;
}
ol, ul {
	list-style:none;
}
.green{
	color:#b0cb2e;
}
.blue{
	color:#119eaf;
}
.brown{
	color:#664a2b;
}
.brown_2{
	color:#c15506;
}
.white{
	color:white;
}
.gray{
	color:#ccc;
}
.gray_2{
	color:#333;
}
.green_line{
	width: 40px;
    border-bottom: 3px solid #b0cb2e;
	margin-bottom:15px;
}
.btn_01{
	font-size:1em;
	padding:5px 15px !important;
	background:#b0cb2e;
	color:#fff /*#333*/;
	cursor:pointer;
	margin:5px 0;
	text-decoration:none;
	border:none;
}
.btn_01:hover{
	background:#119eaf;
	color:#fff;
	text-decoration:none;
}
.btn_02{
	font-size:1em;
	padding:5px 15px !important;
	background:#119eaf;
	color:#fff /*#333*/;
	cursor:pointer;
	margin:5px 0;
	text-decoration:none;
	border:none;
}
.btn_02:hover{
	background:#0a7380;
	color:#fff;
	text-decoration:none;
}
.btn_03{
	font-size:1em;
	padding:5px 15px !important;
	background:rgba(255, 255, 255,0.8);
	color:#b0cb2e /*#333*/;
	cursor:pointer;
	margin:5px 0;
	text-decoration:none;
	border:none;
}
.btn_03:hover{
	background:#119eaf;
	color:#fff;
	text-decoration:none;
}
.padding_1{
	padding:0 1%;
}
.padding_2{
	padding:2%;
}
.text-shadow{
	text-shadow:0px 0px 10px #fff;
}
.form_01 {
    background:#eee /*rgba(176,203,46,0.7)*/;
    border: none;
    width: 100%;
    padding: 5px 10px;
	color:#000;
}
.title_02{
	font-size:24px;
	padding:10px 0;
}
.title_03{
	font-family: LiSong;
	font-size:24px;
	/* font-weight:bold; */
	color:#000;
	padding-bottom:20px;
	line-height:150%;
}
.title_04{
	font-size:18px;
	color:#119eaf;
	line-height: 170%;
    padding-bottom: 15px;
}
.title_05{
	/* font-family: LiSong; */
	font-size: 1.4em;
	color:#000;
	margin: 10px 0;
	font-weight: bold;
}
.title_05 > span{
	font-size: 0.7em;
	color:#ccc;
	display: inline-block;
	padding: 0 0 0 5px;
	font-weight: 400;
}
/* .title_05 span:before{
	content: "/";
	display: inline-block;
	padding: 0 5px;
	color:#119eaf;
	font-size: 0.6em;
} */
.page_title_box{
	padding:20px 0 0 0;
	float:left;
	width:100%;
}
.page_menu_box{
	/* background:#f0f0f0; */
	padding:30px 0 20px 0;
	float:left;
	width:100%;
	text-align:center;
}
.list_style_01{
	list-style-type:decimal;
	margin-left: 18px;
}
.text_right{
	text-align:right;
}
.scroll-to-top i{
	color:#fff !important;
}
.scroll-to-top:hover{
	background: #119eaf;
}

/*table*/
.table {
  display: table;
}
.table-row {
  display: table-row;    
}
.table-cell {
  display: table-cell;   
}

/*左右齊高*/
#container {
    overflow: hidden;
    width: 100%;
    color: #000;
}
#left-col {
    float: left;
    background-color: #eee;
    padding-bottom: 500em;
    margin-bottom: -500em;
}
#right-col {
    float: left;
    margin-right: -1px; /* For IE */
    padding-bottom: 500em;
    margin-bottom: -500em;
}

/*動畫效果*/
/*旋轉*/
@keyframes rotateZ {
	from { transform: rotateZ(0); }
	to { transform: rotateZ(360deg); }
}
/*上下移動*/
@keyframes top_move {
	0%   {top:0px;}
	50%  {top:20px;}
	100% {top:0px;}
}

/*header*/
#header{
	/* min-height:100% !important; */
	/* height: 83px !important; */
	min-height: 83px;
}
.header-logo{
	/* height:100% !important; */
}
#header .header-btn-collapse-nav {
    padding: 8px 14px;
}
#header .header-body {
    box-shadow: 0px 4px 4px rgba(20%,20%,20%,0.1);
}


/*page menu*/
.m_classLink{
	display:none;
}
ul.classLink li{
	display:inline-block;
	padding-bottom:10px;
}
ul.classLink li a{
	display:block;
	margin:0 3px;
	font-size:16px;
	padding:5px 20px;
	color: #119eaf;
	border: 1px solid #119eaf;
	border-radius:5px;
	position:relative;
	text-decoration: none;
}
ul.classLink li a:hover{
	background:#999;
	color:#FFF;
	border-color: #999;
}
ul.classLink li a.current ,ul.classLink li.active a{
	background:#119eaf !important;
	color:#FFF;
	border-color:#119eaf !important;
}
ul.classLink li a.current:after{
	content:" ";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 9px 0 9px;
	border-color: #119eaf transparent transparent transparent;
	position:absolute;
	bottom:-5px;
	left:50%;
	margin-left:-7.5px;
}
ul.classLink li.active a:after{
	content:" ";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 9px 0 9px;
	border-color: #119eaf transparent transparent transparent;
	position:absolute;
	bottom:-5px;
	left:50%;
	margin-left:-7.5px;
}
.classLink.nav-pills>li {
    float: none;
}

/* istope */
.grid {
    position: relative;
}
.grid:after {
    content: '';
    display: block;
    clear: both;
}
.grid-splash-item {
    float: left;
    margin: 5px;
    color: white;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.0;
}
.grid-splash-item img{
	width:100% !important;
}
.grid .grid-splash-item:nth-child(2n){
	clear:both;
	display: block;
}

/*首頁-專業服務*/
.index_service{
	background:url(../img/bg_03.jpg);
	background-size:cover;
	background-position:center top;
	padding:3% 0;
}
.service_padding{
	padding:0 3% 5% 3%  !important;
}
.service_box{
	background:#fff;
	padding:10px;
}
.service_con{
	border:solid #ddd 1px;
	padding:20px;
}
.service_title{
	color:#000;
	padding:10px 0 5px 0;
	font-weight:bold;
}
.service_font{
	padding:5px 7%;
	text-align:left;
}

/*首頁-最新作品*/
.index_works{
	padding-top:2%;
	float:left;
	background:#fff;
	width:100%;
}
.tabContent img{
	border:solid #ccc 1px;
}
.index_works .owl-carousel {
    text-align: center;
}
.index_works .owl-carousel{
	position:relative;
}
.index_works .owl-carousel .font{
	position: absolute;
	top:40%;
	width:100%;
	height:100%;
}
.index_works .title{
    position: relative;
    display: block;
    font-size: 26px;
    letter-spacing: .1em;
    font-weight: normal;
    line-height: 130%;
    text-shadow: 0 2px 5px rgba(0,0,0,1);
	color:#fff;
}
.index_works .small{
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .11em;
    text-shadow: 0 2px 5px rgba(0,0,0,1);
    line-height: 130%;
	color:#fff;
}


/********首頁-最新產品 start*******/

.tab {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 125px;
    box-sizing: border-box;
    background: #edeff1;
}
.tab a {
    position: relative;
    display: block;
    float: left;
    width: calc(100%/3);
    padding: 12px 0;
    font-size: 15px;
    color: #222;
    text-align: center;
    background: #edeff1;
    border-right: 1px solid #d7d9db;
    box-sizing: border-box;
    transition: all .5s;
}
.tab a:last-child {
    border-right: none;
}
.tab a:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    opacity: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 8px 0 8px;
    border-color: #032e43 transparent transparent transparent;
    transition: all .5s;
}
.tab a b {
    font-weight: normal;
    font-family: Book Antiqua;
    font-size: 12px;
    color: #aaa;
    margin-left: 8px;
}
.tab .current,
.tab a:hover {
    background: #032e43;
    color: #fff;
}
.tab .current:after,
.tab a:hover:after {
    opacity: 1;
}
ul.tabContent {
    padding: 20px 0px;
}
ul.tabContent > li {
    display: none;
}
ul.tabContent li .textEditor {
    margin: 0;
}
ul.tabContent h3.sectionTitle {

    display: none;
}
.formBox label.radio {
    /*客製化radio*/
    
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    position: relative;
    font-weight: normal;
    color: #666;
}
.formBox label.radio input[type="radio"] {
    display: none;
}
.formBox label.radio span {
    display: inline-block;
    vertical-align: middle;
}
.formBox label.radio span:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #bbb;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    transition: all .5s;
}
.openTable{
	cursor:pointer;
}
/*被選取*/

.formBox label.radio input[type="radio"]:checked + span:before {
    background: #da224b;
    border: 1px solid #da224b;
}
.formBox label.radio input[type="radio"]:checked + span:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #FFF;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}
/*loadingArea*/

.loadingArea {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}
.loadingArea .loadingMask {
    background: #FFF;
    width: 100%;
    height: 140vh;
    position: fixed;
    left: 0;
    top: 0;
    transition: all 1.5s ease;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+79,ffffff+100&1+79,0+100 */
    
    /*background: -moz-linear-gradient(top, white 79%, rgba(255, 255, 255, 0) 100%);
     FF3.6-15 */
    
    /*background: -webkit-linear-gradient(top, white 79%, rgba(255, 255, 255, 0) 100%);
     Chrome10-25,Safari5.1-6 */
    
    /*background: linear-gradient(to bottom, white 79%, rgba(255, 255, 255, 0) 100%);
     W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
}
.loadingArea .loader .logo {
    width: 66px;
    height: 66px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -33px;
    margin-top: -33px;
    transition: all 0.4s ease;
}
.loadingArea .loadingMask.go {
    opacity: 0;
    top: -60%;
}
.loadingArea .loader .logo.zoom {
    opacity: 1;
    transform: scale(1.5);
}
.loadingArea .Txt {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: 54px;
    text-align: center;
    width: 100%;
    height: 30px;
    font-weight: 300;
    font-size: 20px;
    color: #212121;
    transition: all .5s;
}
@media (max-width: 768px) {
    .tab {
        padding: 0 25px;
    }
}
@media (max-width: 480px) {
    .tab {
        padding: 0;
        bottom: -31px;
        z-index: 99;
    }
    .tab a {
        padding: 8px 0;
        font-size: 12px;
    }
    .tab a b {
        display: none;
        margin-left: 0px;
    }
    .headerTitle em {
        font-size: 35px;
    }
}

/*--linkArea--*/
.linkArea {
	/*background: #070707;*/
}
.linkArea .top {
	width: 100%;
	height: 140px;
	overflow: hidden;
	text-align: center;
}
.linkArea .headerTitle {
	display: inline-block;
	margin-top: 45px;
}
.linkArea .headerTitle b, .linkArea .headerTitle em {
	color: #fff;
}
.linkArea .wrap {
	position: relative;
	height: 100%;
}
.linkArea .wrap:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: -27px;
	z-index: 99;
	width: 252px;
	height: 118px;
	background: url("../images/linkTopImg.png") no-repeat;
	background: contain;
}
.linkArea li {
	position: relative;
	padding: 0;
}
.linkArea li .item {
	position: relative;
}
.linkArea li .item:before, .linkArea li .item:after {
	content: '';
	position: absolute;
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	transition: all .5s;
}
.linkArea li .item:before {
	/*border-right: none;
	border-left: none;*/
	border-bottom: none;
	transform: scale(0, 1);
}
.linkArea li .item:after {
	border-top: none;
	border-bottom: none;
	transform: scale(1, 0);
}
.linkArea li .item:hover:before, .linkArea li .item:hover:after {
	transform: scale(1, 1);
}
.linkArea li .item:hover .btn:before, .linkArea li .item:hover .btn:after {
	width: calc((100% - 180px)/2);
}
.linkArea li .item:hover .btn span {
	opacity: 1;
}
.linkArea li .Img {
	width: 100%;
	height: auto;
}
.openTable:hover {
	background:rgba(0, 0, 0, 0.6);
}
.linkArea li .Img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.linkArea li .textBox {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	width: 100%;
	text-align: center;
	color: #fff;
}
.linkArea li .textBox b {
	position: relative;
	display: block;
	font-size: 23px;
	letter-spacing: .1em;
	font-weight: normal;
	line-height: 130%;
	text-shadow: 0 2px 5px rgba(0,0,0,1);
}
.linkArea li .textBox b:after {
	content: '';
	display: block;
	margin: 15px auto;
	/*width: 326px;
	height: 1px;*/
	background: rgba(255, 255, 255, 0.3);
}
.linkArea li .textBox em {
	display: block;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: .11em;
	/*text-transform: uppercase;*/
	text-shadow: 0 2px 5px rgba(0,0,0,1);
	line-height: 130%;
}
.linkArea li .btn {
	position: absolute;
	left: 0;
	bottom: 15px /*25px*/;
	z-index: 99;
	width: 100%;
	text-align: center;
}
.linkArea li .btn:before, .linkArea li .btn:after {
	content: '';
	position: absolute;
	bottom: 20px /*5px*/;
	width: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.5);
	transition: all .5s;
}
.linkArea li .btn:before {
	left: 30px;
}
.linkArea li .btn:after {
	right: 30px;
}
.linkArea li .btn span {
	display: block;
	color: rgba(255, 255, 255, 1);
	opacity: 0;
	transition: all .9s;
	/*text-shadow: 0 2px 5px rgba(0,0,0,1);*/
	background:#b0cb2e;
	padding:5px;
}
/*--浮動視窗--*/

.actLayer {
	display: none;
	width: 1000px;
	background: #fff;
	overflow: hidden;
	text-align: left;
}
.actLayer .wrap {
	width: 100%;
	padding: 30px /*30px 125px 50px*/;
	box-sizing: border-box;
}
.actLayer .topBanner {
	position: relative;
	width: 100%;
}
.actLayer .topBanner img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.actLayer .topBanner .Txt {
	position: absolute;
	left: 0;
	top: 25% /*50%*/;
	transform: translateY(-10%);
	width: 100%;
	text-align: center;
	color: #fff;
}
.actLayer .topBanner .Txt b {
	display: block;
	font-size: 30px;
	letter-spacing: .05em;
	font-weight: 300;
	line-height: 130%;
	text-shadow: 0 2px 5px rgba(0,0,0,1);
}
.actLayer .topBanner .Txt em {
	display: block;
	font-size: 18px;
	letter-spacing: .08em;
	margin: 10px 0;
	text-shadow: 0 2px 5px rgba(0,0,0,1);
}
.actLayer .topBanner .Txt span {
	display: block;
	font-size: 18px;
}
.actLayer .title {
	font-size: 22px;
	background: #e7e9ea;
	border-left: 4px solid #b0cb2e;
	/*margin: 20px 0;*/
	padding: 14px 18px;
	box-sizing: border-box;
}
.actLayer .title b {
	font-size: 16px;
	font-weight: normal;
	font-family: Book Antiqua;
}
.actLayer .box {
	padding: 25px;
	font-size: 14px;
	line-height: 1.8;
}
.actLayer .tableStyle {
	border-collapse: collapse;
	border: 1px solid #cfcece;
	border-right: 0;
	border-bottom: 0;
}
.actLayer .tableStyle td {
	border: 1px solid #cfcece;
	border-top: 0;
	border-left: 0;
	padding: 15px 10px;
	font-size: 14px;
	box-sizing: border-box;
	line-height: 1.8;
}
.actLayer .tableStyle td:first-child {
	text-align: center;
}
.actLayer .tableStyle02 {
	border: none;
}
.actLayer .tableStyle02 tr:first-child {
	background: #8c7d75;
	color: #fff;
}
.actLayer .tableStyle02 tr:nth-child(even) {
	background: #f8f8f8;
}
.actLayer .tableStyle02 td {
	text-align: center;
	border: none;
}
.actLayer .albumBox {
	margin: 40px -3px 0;
}
.actLayer .albumBox a {
	position: relative;
	display: inline-block;
	width: 50%;
	height: 185px;
	padding: 0 3px;
	margin: 0 -2px 0 0;
	box-sizing: border-box;
	overflow: hidden;
}
.actLayer .albumBox a img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.actLayer .albumBox + a {
	display: block;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #d9d9d9;
}
.actLayer #closeLayer {
	position: absolute;
	top: 0px;
	right: -50px;
	display: block;
	width: 36px;
	height: 36px;
	background: #b0cb2e /*rgba(138, 123, 115, 0.8)*/;
	color: #fff;
	transition: all .5s;
}
.actLayer #closeLayer:hover {
	transform: rotate(90deg);
}
.actLayer #closeLayer:before, .actLayer #closeLayer:after {
	content: "";
	display: block;
	width: 24px;
	height: 1px;
	background: #FFF;
	position: absolute;
	top: 50%;
	left: 6px;
}
.actLayer #closeLayer:before {
	transform: rotate(45deg);
}
.actLayer #closeLayer:after {
	transform: rotate(-45deg);
}
.actBox {
	padding: 15px;
	text-align: justify;
}
.actBox .top {
	font-size: 30px;
	color: #8a7b73;
	margin-bottom: 15px;
	margin-top: 20px;
}
.actBox p {
	line-height: 2;
	margin-bottom: 15px;
}
.actBox ol {
	line-height: 2;
	margin: 5px 0 15px;
}
.actBox ol li {
	margin-left: 20px;
	list-style-type: decimal;
}
.actBox .title02 {
	font-size: 18px;
}
.linkBox02 .tab a {
	width: calc(100% / 5);
}
.tableBox {
	white-space: nowrap;
	width: 100%;
	overflow-x: auto;
	margin-top: 12px;
}
.actLayer .text {
	margin-top: 15px;
	letter-spacing: .08em;
	font-family: "微軟正黑體", Arial, sans-serif;
}
@media (max-width: 768px){
.actLayer #closeLayer {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
}

/*case*/
.case_detail .left ,.case_detail .right{
	width: 100% !important;
	padding: 2% 0 !important;
}

}

@media (max-width: 480px){
.linkArea li .textBox b {
    font-size: 18px;
}
/*--浮動視窗--*/
    
.actLayer .wrap {
	padding: 18px;
}
.actLayer .topBanner .Txt b {
	font-size: 18px;
}
.actLayer .topBanner .Txt em {
	font-size: 12px;
	margin: 3px 0;
}
.actLayer .topBanner .Txt span {
	font-size: 12px;
}
.actLayer .title {
	font-size: 16px;
	margin-bottom: 0;
	padding: 10px 14px;
}
.actLayer .title b {
	font-size: 13px;
	font-weight: normal;
	font-family: Book Antiqua;
}
.actLayer .box {
	padding: 18px 0;
	font-size: 14px;
}
.actLayer .tableStyle td {
	padding: 5px;
	font-size: 13px;
	vertical-align: middle;
}
.actLayer .albumBox {
	margin: 30px -3px 0;
}
.actLayer .albumBox a {
	width: 100%;
}
}
/********首頁-最新產品 end*******/


/*首頁-服務保證*/
.index_quality{
	padding:3% 0;
	float:left;
	width:100%;
	background:url(../img/index_bg_01.jpg);
	background-position:center;
	background-position:top;
	background-repeat:repeat-y;
	background-size: cover;
}
.quality_padding{
	padding:0 3% 5% 3% ;
}
.quality_box{
	background:rgba(231,231,231,0.6);
	box-shadow:4px 4px 4px rgba(20%,20%,20%,0.1);
	padding:15px 30px 30px 30px;
	width:100%;
	float:left;
}
.quality_box img{
	border-radius:50%;
	width:45px;
}
.quality_title {
    color: #000;
    padding: 10px 0 15px 0;
	font-size:22px;
	font-weight:bold;
}
.quality_icon{
	width:55px;
	padding-right:10px;
	position:relative;
	top:15px;
}

/*首頁-我們的客戶*/
.index_customer{
	background:#b0cb2e;
	width:100%;
	float:left;
	padding:0 0 6% 0;
}
.customer_top:before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background: #b0cb2e;
    transform: skewY(-3deg);
    position: relative;
    left: 0;
    z-index: 10;
}
.customer_top:after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background: #b0cb2e;
    transform: skewY(3deg);
    position: relative;
    left: 0;
	top:-50px;
    z-index: 10;
}
.customer_con{
	padding:0% 10%;
}
.customer_con img{
	display: inline-block;
	width: 19%;
	opacity: 0.8;
	max-height: 80px;
	vertical-align: middle;
	padding: 1.5%;
}


/*首頁-聯絡我們*/
.index_contact{
	background:url(../img/index_contact_bg.jpg);
	background-position:center bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding:5% 0;
	float:left;
	width:100%;
}
.contact_box{
	margin:2% 5%;
	background:rgba(0,0,0,0.6);
	padding:5%;
	color:#fff;
	float:left;
	border-radius: 150px 20px 150px 20px;
}
.contact_icon{
	width:30px;
}

/*footer*/
footer{
	background:#666;
	margin-top:-10px;
	color:#ccc;
	padding:30px 20px 20px 20px;
	float:left;
	width:100%;
}
footer p{
	color:#fff !important;
} 
.footer_title{
	font-weight:bold;
	font-size:18px;
	padding-bottom:10px;
	color:#fff;
}
.footer_title a{
	color:#fff;
}
.footer_title a:hover{
	color:#b0cb2e;
}
.footer_line{
	border-bottom:solid #b0cb2e 1px;
	margin-bottom:10px;
}
.footer_menu ul li a{
	padding:1% 0;
	color:#ccc;
	text-decoration:none;
}
.footer_menu ul li a:hover{
	color:#b0cb2e;
}

/*about*/
.about_banner{
	background:url(../img/about_banner.jpg);
	height:430px;
	overflow:hidden;
	background-size:cover;
	background-position:center;
	background-position:top;
	width:100%;
	float:left;
}
.about_banner:after {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    background: #333;
    transform: skewY(4deg);
    position: relative;
    left: 0;
	top:300px;
    z-index: 1;
}
.about_box_01{
	background:#333;
	float:left;
	width:100%;
	overflow: hidden;
	margin-top: -60px;
	padding-top:60px;
}
.about_01{
    z-index: 2;
	padding:0 5% 12% 5%;
}
.about_title{
	font-weight:500;
	font-family: Arial, "微軟正黑體";
	letter-spacing:1px;
}
.about_title_02{
	font-size:30px;
	padding:10px 0;
	line-height:130%;
	color:#000;
	font-weight:bold;
}
.about_title_02:after{
	width:60px;
	content: ' ';
    display: block;
    clear: both;
    margin-top: 20px;
    border-bottom: 4px solid #b0cb2e;
}
.about_title_03{
	font-size:30px;
	padding:10px 0;
	line-height:130%;
	color:#fff;
	font-weight:bold;
}
.about_title_03:after{
	width:60px;
	content: ' ';
    display: block;
    clear: both;
    margin-top: 20px;
    border-bottom: 4px solid #119eaf;
}
.about_icon_01{
	background:url(../img/about_icon_01.png);
	position:absolute;
	margin-left:-550px;
	margin-top:-65px;
	width:410px;
	height:410px;
	animation-name: rotateZ;
    animation-duration: 10s;
    animation-iteration-count: infinite;
	animation-timing-function:linear;
	z-index: -1;
}
.about_icon_02{
	background:url(../img/about_icon_02.png);
	position:absolute;
	width:950px;
	height:950px;
	animation-name: rotateZ;
    animation-duration: 30s;
    animation-iteration-count: infinite;
	animation-timing-function:linear;
	z-index: -1;
	margin-top:-380px;
	margin-left: 600px;
}
.about_box_02{
	background:#fff;
}
.about_bg_left{
	background:url(../img/about_pic_01.jpg);
	background-size: 160% !important;
    transform: none !important;
    background-position-x: -250px !important;
	background-position-y: -120px;
	min-height:500px;
}
.about_box_right{
	max-width:640px;
	padding: 5%;
}
.about_box_03{
	background:#b0cb2e;
}
.about_box_03:before{
	content: "";
    display: block;
    width: 100%;
    height: 200px;
    background: #b0cb2e;
    transform: skewY(-4deg);
    position: relative;
    left: 0;
	top:-70px;
}
.about_03_left{
	margin-top:-100px;
	padding:0 5% 5% 5%;
}
.about_03_right{
	margin-top:-100px;
	text-align:center;
	margin-bottom:5%;
	animation-name: top_move;
    animation-duration: 3s;
    animation-iteration-count: infinite;
	animation-timing-function:linear;
}
.about_box_04{
	background:#f0f0f0;
	/*padding:40px 0 0 0;*/
	color:#119eaf;
}
.about_box_04 label{
	margin-top:10px;
	font-weight:bold;
}
.about_box_04 strong{
	font-weight: 900;
    font-family: sans-serif;
    transform: scale(1, 1.2);
	letter-spacing: 1px;
}
.counters .counter {
    padding: 40px 0;
}
.about_box_05{
	padding:2% 0;
}
.about_05_con{
	padding:3% 4%;
}

/*service*/
.service_banner{
	background:url(../img/page_banner_01.jpg);
	height:430px;
	overflow:hidden;
	background-size:cover;
	background-position:center;
	background-position:top;
	width:100%;
	float:left;
}
.page_content{
	float:left;
	width:100%;
	min-height: 700px;
}
.page_content .container{
	padding:60px 5% 60px 5%;	
}
.service_ul{
	list-style:disc;
	margin-left:20px;
}
.service_ol{
	margin-left:20px;
	list-style-type:cjk-ideographic;
}

/*quality*/
.quality_banner{
	background:url(../img/page_banner_02.jpg);
	height:430px;
	overflow:hidden;
	background-size:cover;
	background-position:center;
	background-position:top;
	width:100%;
	float:left;
}

/*news*/
.news_banner{
	background:url(../img/page_banner_03.jpg);
	height:430px;
	overflow:hidden;
	background-size:cover;
	background-position:center;
	background-position:top;
	width:100%;
	float:left;
}
.news_content{
	float:left;
	width:100%;
	padding:0% 5% 2% 5%;
}
.news_content .container {
    padding: 0  0 60px 0;
}
.portfolio-list li{
	padding:2%;
}
.news_font_box{
	padding: 0 5% 5% 5%;
	background:#f5f5f5;
	text-align:left;
}
.news_date{
	font-size:13px;
	color:#119eaf;
	padding-top: 20px;
}
.news_date_1{
	font-size:13px;
	color:#900;
	padding:20px 0 10px 0;
}
.news_title{
	font-size:24px;
	color:#000;
	line-height:150%;
	padding-bottom:10px; 
}
.news_title:after{
	content: ' ';
    display: block;
    clear: both;
    width: 25px;
    margin-top: 10px;
    border-bottom: 2px solid #b0cb2e; 
}
.portfolio-list li:nth-child(1){
	padding-top:0px;
}

/*work*/
.work_banner{
	background:url(../img/page_banner_04.jpg);
	height:430px;
	overflow:hidden;
	background-size:cover;
	background-position:center;
	background-position:top;
	width:100%;
	float:left;
}
.work_content{
	padding:2% 0;
	float:left;
	width:100%;
}
.work_box{
	padding:2%;
}
.work_box a:hover{
	background:#000;
}
.work_font_box{
	padding:6% 5% 5% 5%;
	background:#f5f5f5;
	margin-top: -10px;
	text-align:center;
	min-height: 60px;
}
.work_title{
	font-size:18px;
	color:#119eaf;
	text-decoration:none;
	line-height:150%;
}
.work_font_s{
	font-size:12px;
	text-decoration:none;
	line-height:150%;
	padding-top:5px;
}
.work_box .thumb-info-wrapper {
    box-shadow: 0 0 3px 3px rgba(20%,20%,20%,0.1);
    border: solid #fff 5px;
	border-radius: 10px;
}
.work_page_banner{
	margin-bottom:-10px;
}
.work_title_box{
	background: #f0f0f0;
    padding: 30px 0 20px 0;
    float: left;
    width: 100%;
}
.work_container img{
	max-width:940px;
	width:100%;
	border:solid #ccc 1px;
}

/*page_banner*/
.page_banner{
	height:430px;
	overflow:hidden;
	width:100%;
	float:left;
}

/*case*/
.case_banner{
	background:url(../img/page_banner_06.jpg);
	background-size:cover;
	background-position:center;
	background-position:top;
}
.case_list{
	float: left;
	width: 100%;
	padding: 0;
}
.case_list .item{
	padding: 2%;
	width: calc(100% / 3);
	text-align: left !important;
}
.case_list .item img{
	border: solid #eee 1px;
}
.case_list .item .font{
	width: 100%;
	padding: 10px 20px 15px 20px;
	margin-top: -8px;
	float:left;
	background: #f5f5f5;
}
.case_list .item .title{
	font-size: 1.5em;
	font-family: LiSong;
	padding: 10px 0;
	color:#000;
	line-height: 150%;
}
.case_list .item a:hover .title{
	color:#119eaf;
}
.case_list .item .con_font{
	color:#333;
}
.case_list .btn_box {
	float: left;
	padding: 10px 20px 0 20px;
	/* background: #f5f5f5; */
}
.case_list .btn_box a{
	padding: 0 20px 0 0;
}
.case_list .btn_box i{
	padding: 0 5px 0 0;
}
.case_detail{
	float: left;
	width: 100%;
	padding: 30px 0;
}
.case_detail .left{
	float: left;
	width: 70%;
	padding: 10px 2% 2% 0;
}
.case_detail .con_font i{
	padding-right: 5px;
}
.case_detail .right{
	float: left;
	width: 30%;
	padding: 10px 0 2% 2%;
}
.case_ul{
	list-style:none;
	padding-left: 20px;
}
.case_ul .item{
	display: inline-block;
	position: relative;
	width: 100%;
}
.case_ul .item:before{
	content:"●";
	display: inline-block;
	color:#119eaf;
	padding-right:10px;
	font-weight:bold;
	margin-left: -16px;
	position: absolute;
	font-size: 0.8em;
}
.case_ul .title{
	float: left;
	color:#119eaf;
	font-weight: bold;
	font-size: 1em;
}
.case_ul .title:after{
	content: "/";
	color:#ccc;
	font-size: 0.6em;
	padding: 0 5px;
}
.case_ul .font{
	float: left;
}


/*nav*/
.nav li a{
    margin-right: 3px;
}
.nav li a:hover{
    background-color: rgba(255,255,255,0.2);
}
.nav-pills > li.active > a {
    background-color: #119eaf !important;
}


/*contact*/
.contact_banner{
	background:url(../img/page_banner_05.jpg);
	height:430px;
	overflow:hidden;
	background-size:cover;
	background-position:center;
	background-position:top;
	width:100%;
	float:left;
}
.contact_banner:after {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    background: #333;
    transform: skewY(-4deg);
    position: relative;
    left: 0;
	top:300px;
    z-index: 1;
}
.contact_box_01{
	float:left;
	width:100%;
	overflow: hidden;
	margin-top: -60px;
	padding-top:60px;
	background: linear-gradient(-20deg, transparent 80px, #333 0), linear-gradient(20deg, transparent 80px, #b0cb2e 0);
}
.contact_01{
    z-index: 2;
	padding:0 5% 5% 5%;
}
.contact_02{
	padding-bottom:5%;
	margin-top:-70px;
}
.contact_bg_left{
	/*background:url(../img/contact_icon_02.png);
	background-size: 220% !important;
    transform: none !important;
    background-position-x: -300px !important;
	background-position-y: -120px;
	min-height:500px;
	background-color: #119eaf !important;*/
	background-size: 25%;
	background: linear-gradient(-130deg, transparent 200px, #119eaf 0), linear-gradient(130deg, transparent 200px, #b0cb2e 0);
}
.contact_box_right{
	max-width:800px;
	padding: 5%;
}
.contact_info{
	padding:2%;
	color:#fff;
	text-align:center;
	line-height:150%;
	height:180px;
	z-index:99;
}
.contact_info_box{
	background:rgba(255,255,255,0.1);
	margin:5%;
	padding:30px 5% 5% 5%;
	position:relative;
	top:-40px;
	border: dashed #999 1px;
	min-height:125px;
}
.contact_zindex{
	z-index:999;
}
.contact_info_title{
	font-size:18px;
	color:/*#119eaf*/ #b0cb2e;
	/*font-weight:bold;*/
	font-family: Arial, "微軟正黑體";
}
.contact_icon_01{
	background:url(../img/contact_icon_01.png);
	position:absolute;
	width:800px;
	height:800px;
	animation-name: rotateZ;
    animation-duration: 30s;
    animation-iteration-count: infinite;
	animation-timing-function:linear;
	z-index: -1;
	margin-top:-550px;
	margin-left: 600px;
}
.contact_form_bg{
	background:url(../img/contact_pic_02.jpg);
	position:absolute;
	width:800px;
	height:800px;
	margin-top:-700px;
	margin-left: 600px;	
	z-index: -1;
}

/*手機版選單*/
#mainNav .dropdown .fa{
	display:none;
}


/*customer_list*/
.customer_list{
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.customer_list img{
	width: 24%;
	display: inline-block;
	padding: 2%;
	vertical-align: middle;
}


/***Hover效果1: 放大淡出***/
.imh_opacity{
	background:#000;
	overflow:hidden;}

.imh_opacity img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;
	width:100%;}

.imh_opacity:hover img ,a:hover .imh_opacity img{
	opacity:0.8;
	transform:scale(1.05);}

/***Hover效果1: 放大淡出Detail***/
.imh_detail{
	background:#000;
	overflow:hidden;
    	position: relative;}

.imh_detail img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;
	width:100%;}

.imh_detail a:before{
	display:block;
	content:"Details+";
	padding:10px 20px;
	font-size:13px;
	color:#FFF;
	border:2px solid #FFF;
	opacity:0;
	
	position:absolute;
	left:50%;
	margin-left:-45px;
	top:50%;
	margin-top:-80px;
	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;}

.imh_detail:hover a:before{
	opacity:1;
	margin-top:-20px;}

.imh_detail:hover img{
	opacity:0.3;
	transform:scale(1.05);}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom{
	background:#000;
	overflow:hidden;
	position:relative;}

.imh_zoom img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;
	width:100%;}

.imh_zoom:before{
	display: block;
    font-family: "FontAwesome";
    content: "\f002";
    font-size: 30px;
    color: #fff;
    background: #008000;
    width: 60px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
    border: dashed #fff 2px;
    position: absolute;
    left: 50%;
    top: -30px;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99;
	
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}

a:hover .imh_zoom:before{
	top:50%;}

a:hover .imh_zoom img{
	opacity:0.6;
	transform:scale(1.05);}


/*swiper*/
.swiper {
	float: left;
	width: 100%;
	padding: 0 45px;
	position: relative;
  }
  .swiper.btn_left_right {
	padding: 0 50px;
  }
  .swiper.btn_left_right .swiper-slide.swiper-slide-prev {
	opacity: 0 !important;
  }
  .swiper.btn_left_right .swiper-slide.swiper-slide-active, .swiper.btn_left_right .swiper-slide.swiper-slide-next {
	opacity: 1;
  }
  .swiper.btn_left_right .swiper-slide.swiper-slide-duplicate-next, .swiper.btn_left_right .swiper-slide.swiper-slide-duplicate-prev {
	opacity: 0 !important;
  }
  .swiper a {
	float: left;
	width: 100%;
  }
  .swiper .swiper-slide{
	text-align: center;
  }
  .swiper [class^=swiper-button-]:after {
	font-size: 1.1em;
	color: rgba(0, 0, 0, 0.8);
  }
  .swiper .cricle_btn:after {
	background: #03508b;
	padding: 15px 16px;
	font-size: 1.2em;
	border-radius: 30px;
	color: #fff;
  }
  .swiper .cricle_btn:hover:after {
	background: #f8b62d !important;
  }
  .swiper .white_btn:after {
	color: #fff !important;
	font-size: 1.1em;
  }
  .swiper .cricle_btn.white_btn:after {
	background: rgb(255, 255, 255);
	padding: 15px 16px;
	font-size: 1.2em;
	border-radius: 30px;
	color: #333 !important;
  }
  .swiper .cricle_btn.white_btn:hover:after {
	background-color: #87741c;
	color: #fff !important;
  }
  .swiper .swiper-button-prev {
	margin-left: -5px;
  }
  .swiper .swiper-button-next {
	margin-right: 5px;
  }
  .swiper [class^=swiper-button-] {
	color: rgba(0, 0, 0, 0.5);
	opacity: 1 !important;
  }
  .swiper [class^=swiper-button-]:hover, .swiper [class^=swiper-button-]:focus {
	color: #87741c;
	opacity: 0.7;
  }
  .swiper.button_right {
	margin-right: 90px;
  }
  .swiper.button_right .swiper-button-prev {
	left: auto;
	right: 50px;
  }
  .swiper img {
	max-width: 100%;
	width: auto;
	max-height: 70vh;
	/* border:none; */
  }
  .swiper .title {
	font-size: 1.2em;
	padding-bottom: 10px;
  }
  .swiper .opacity_1 {
	opacity: 1 !important;
  }
  .swiper.btn_bottom_center {
	position: relative;
	width: 100%;
	padding-bottom: 150px !important;
  }
  .swiper.btn_bottom_center .button_box {
	position: relative;
	width: 100%;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: -80px;
  }
  .swiper.btn_bottom_center .button_box .swiper-button-prev {
	position: relative;
	margin-right: 30px;
	display: block;
  }
  .swiper.btn_bottom_center .button_box .swiper-button-next {
	position: relative;
	margin-left: 30px;
	display: block;
  }
  .swiper.btn_left_right {
	padding: 0 50px;
  }
  .swiper.btn_right_top {
	position: relative;
	width: 100%;
  }
  .swiper.btn_right_top .button_box {
	position: relative;
	width: 100%;
	height: 45px;
  }
  .swiper.btn_right_top .button_box .swiper-button-prev {
	position: absolute;
	right: 45px;
	left: auto;
  }
  .swiper.btn_right_top .button_box .swiper-button-next {
	position: absolute;
	right: 10px;
  }
  .swiper.btn_right_top .swiper-wrapper {
	margin-top: 0;
  }
  .swiper.btn_right_top .swiper-pagination-bullet-active {
	background: #87741c;
  }
  .swiper.dot_bottom .swiper-wrapper {
	padding-bottom: 40px;
  }
  .swiper.swiper_yt {
	width: 100% !important;
	padding: 50px 50px 250px 50px;
  }
  .swiper.swiper_yt .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	max-width: 700px;
	max-height: 450px;
  }
  .swiper.swiper_yt .swiper-slide iframe {
	width: 100%;
	height: 450px;
  }
  .swiper.swiper_yt .swiper-slide .embed-responsive {
	position: initial;
  }
  .swiper-slide video {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	justify-content: center;
	align-items: center;
  }
  .banner_01 .swiper-slide:not(.swiper-slide-active){
	opacity: 0!important;
  }
  .mySwiper{
	padding-top: 10px !important;
  }
  .swiper-slide-thumb-active img{
	border-color: #119eaf;
  }

/*-----------------------------------------------------------------------------------------------*/

/* 大螢幕 */
@media (min-width: 1280px) {
.header-logo{
	width:275px !important;
	margin-top:10px;
	min-height: 60px;
}
#header .header-body {
	background: rgba(255,255,255,0.9) !important;
}
#header .header-container {
    height: 83px;
}
h2{
	font-size:48px;
	font-family: Calibri light;
	line-height: 130%;
	margin:0;
}
.index_title_s{
	font-size:18px;
	padding-bottom:30px;
}
.service_title ,.quality_title{
	font-size:20px;
}
.service_font{
	min-height:85px;
}
.quality_box{
	min-height: 310px;
}
.index_quality li:nth-child(3n+1) {
    clear: both;
}
.col-md-13{
	float:left;
	width:20%;
}
.portfolio-list li:nth-child(2){
	padding-top:0px;
}
.work_content .work_box:nth-child(3n+1) {
    clear: both;
}
}

@media (min-width: 992px) and (max-width: 1279px) {
#header{
	min-height: 60px !important;
}
#header .header-body {
	box-shadow: 0px 4px 4px rgba(20%,20%,20%,0.1);
	background: rgba(255,255,255,0.9) !important;
}
#header .header-container {
    height: 83px;
}
.header-logo{
	width:230px !important;
	height:50px !important;
	margin: 5px !important;
}
h2{
	font-size:48px;
	font-family: Calibri light, "Arial Black", "微軟正黑體 Light", "Times New Roman", sans-serif;
	line-height: 130%;
	margin:0;
}
.index_title_s{
	font-size:16px;
	padding-bottom:40px;
}
.service_title{
	font-size:20px;
}
.service_font{
	min-height:85px;
}
.quality_box{
	min-height: 310px;
}
.index_quality li:nth-child(3n+1) {
    clear: both;
}
.index_quality {
    background-size: 150%;
}
.col-md-13{
	float:left;
	width:20%;
}
.about_icon_01{
	margin-left:-400px;
	margin-top:-120px;
}
.about_icon_02{
	margin-top:-350px;
	margin-left:400px;
}
.about_bg_left{
	background-size: 350% !important;
    background-position-x: -450px !important;
}
.portfolio-list li:nth-child(2){
	padding-top:0px;
}
.work_content .work_box:nth-child(3n+1) {
    clear: both;
}
}
 
/* 平板電腦、橫向手機和一般桌機解析度 */
@media (min-width: 768px) and (max-width: 991px) {
#header{
	min-height: 60px !important;
}
#header .header-body {
	box-shadow: 0px 4px 4px rgba(20%,20%,20%,0.1);
}
#header .header-body {
	background: rgba(255,255,255,0.9) !important;
}
.header-logo{
	width:230px !important;
	height:50px !important;
	margin: 5px !important;
}
.scroll-to-top i {
    position: relative;
    top: -5px;
}
h2{
	font-size:36px;
	font-family: Calibri light;
	line-height: 130%;
	margin:0;
}
.index_title_s{
	font-size:16px;
	padding-bottom:20px;
}
.service_title{
	font-size:18px;
}
.service_font{
	min-height:85px;
}
.service_item ul li:nth-child(3){
	clear: both;
}
.index_works {
    padding-top: 3%;
}
.quality_box{
	min-height: 310px;
}
.index_quality li:nth-child(2n+1) {
    clear: both;
}
.index_quality {
    background-size: 150%;
}
.mobile_padding_1{
	padding:0px 5%;
	margin-top:-50px;
}
.about_banner:after, .contact_banner:after {
	top:160px;
}
.about_icon_01{
	margin-left:-200px;
	margin-top:-50px;
	width:250px;
	height:250px;
	background-size:cover;
}
.about_icon_02{
	margin-top:-400px;
	margin-left:450px;
	width:650px;
	height:650px;
	background-size:cover;
}
.about_bg_left{
	background-size: 350% !important;
    background-position-x: -450px !important;
}
.about_banner, .service_banner, .quality_banner , .news_banner ,.work_banner, .contact_banner ,.page_banner{
    height: 250px;
}
.portfolio-list li {
    padding:2%;
}
.portfolio-list li:nth-child(2){
	padding-top:0px;
}
.work_content .work_box:nth-child(2n+1) {
    clear: both;
}
.contact_02 {
    margin-top: 0px;
}
.contact_info_box{
	top: -50px;
}
.contact_form_bg {
    margin-left: 200px;
}

/*首頁-我們的客戶*/
.customer_con .svg-img ,.customer_con img{
	width: 24%;
}


/*case*/
.case_list .item{
	padding: 2%;
	width: calc(100% / 2);
}

/*customer_list*/
.customer_list img{
	width: 32%;
	padding: 3%;
}

}
 
/* 橫向智慧手機到竪立平板電腦解析度 */
@media (max-width: 767px) {
body{
	font-size:14px;
}
#header{
	min-height: 55px !important;
	height: 55px !important;
}
#header .header-body {
	box-shadow: 0px 4px 4px rgba(20%,20%,20%,0.1);
	height:55px !important;
}
.header-logo{
	width:200px !important;
	height:39px !important;
	/* margin: 7px 0px 0px -5px !important; */
}
.header-logo img{
	margin: 10px 5px !important;
}
.mobile_padding{
	padding:5%;
}
.mobile_padding_1{
	padding:0px 5%;
	margin-top:-50px;
}
.scroll-to-top i {
    position: relative;
    top: -5px;
}
h2{
	font-size:30px;
	font-family: Arial, "微軟正黑體" /*Calibri light*/;
	line-height: 130%;
	margin:0;
}
.index_title_s{
	font-size:16px;
	padding-bottom:20px;
}
.title_02{
	font-size:18px;
	padding:5px 0;
}
.title_03{
	font-size:18px;
	padding-top: 2px;
}
.title_04{
	font-size:16px;
}
.service_title, .news_title{
	font-size:18px;
}
.service_item div:nth-child(2n) {
    clear: both;
}
.index_works{
	padding-top:5%;
}
.index_quality li:nth-child(2n+1) {
    clear: both;
}
.quality_title {
	font-size:18px;
}
.index_quality {
    background-size: 140%;
}
.index_customer h2{
	padding-top:-30px !important;
}
.customer_con{
	padding:0% 3%;
}
.contact_box{
	border-radius: 40px 0 40px 0 !important;
	margin: 0;
}
footer{
	padding:10px;
	text-align:center;
	font-size:13px;
	line-height:140%;
}
.about_banner:after, .contact_banner:after {
	top:100px;
}
.about_banner, .service_banner, .quality_banner , .news_banner ,.work_banner, .contact_banner ,.page_banner{
    height: 130px;
}
.about_title_02 , .about_title_03{
	font-size:20px;
}
.about_title_02:after , .about_title_03:after{
	width:40px;
}
.about_box_01 {
	margin-top:0;
	padding-top:0;
}
.about_icon_01{
	margin-left:-200px;
	margin-top:0px;
	width:250px;
	height:250px;
	background-size:cover;
}
.about_icon_02{
	margin-left:350px;
	margin-top:-150px;
	width:550px;
	height:550px;
	background-size:cover;
}
.about_box_right{
	max-width:100% !important;
}
.about_03_left{
    margin-top: -200px;
}
.about_03_right{
    margin-top: -50px;
}
.counters div:nth-child(2), .counters div:nth-child(3) {
	background:#ddd;
}
.about_box_05{
	padding:20px 0;
}
.about_05_con{
	padding:6% 5%;
}
.about_05_left{
	width:40px;
	float:left;
}
.about_05_right{
	float:left;
}
.page_content .container {
    padding: 30px 5% 60px 5%;
}
.portfolio-list li {
    padding: 5% 0;
}
.work_content {
    padding: 5% 0 8% 0;
}
.work_box {
    padding: 3% 5%;
}
.contact_box_01 {
	margin-top:0;
	padding-top:30px;
}
.contact_02 {
    margin-top: 0px;
	margin-bottom: 30px;
}
.contact_form_bg {
    margin-left: 0px;
}


/*首頁-我們的客戶*/
.customer_con .svg-img ,.customer_con img{
	width: 32%;
	padding: 2%;
}


/*case*/
.case_list .item{
	padding: 2%;
	width: calc(100% / 2);
	float: left;
}

/*customer_list*/
.customer_list img{
	width: 45%;
	padding: 4%;
}


}
 
/* 橫向智慧手機及其他更小解析度 */
@media (max-width: 480px) { 
#header{
	height:55px !important;
	min-height:55px !important;
}
.slider-container .bottom-label {
	line-height: 100% !important;
}
.service_con img{
	width:80px;
}
.mobile_qua_padding{
	padding-right:10px;
}
.about_icon_01{
	margin-left:-150px;
	margin-top:0px;
	width:200px;
	height:200px;
	background-size:cover;
}
.about_icon_02{
	margin-left:150px;
	margin-top:-100px;
	width:450px;
	height:450px;
	background-size:cover;
}
.about_box_right{
	padding:10% 5%;
}
.counters strong {
    font-size: 28px;
    line-height: 28px;
}
.about_box_04 label{
	font-size:18px;
}
.contact_box_01 {
    margin-top: 0;
    padding-top: 0px;
	background: linear-gradient(-20deg, transparent 50px, #333 0), linear-gradient(20deg, transparent 50px, #b0cb2e 0)
}


/*首頁-我們的客戶*/
.customer_con .svg-img ,.customer_con img{
	width: 49%;
	padding: 3%;
}


/*專業服務*/
.classBox .classLink li{
	width:47%;
}
.classBox .nav li{
	width:auto;
}

/*case*/
.case_list .item{
	width: 100%;
	padding: 2% 2% 10% 2%;
}

}


#google_translate_element{
	display: none;
}



@media print {
	/*清除網址*/
	a[href]:after {
		content: none !important;
	}
	
	/*顯示背景圖*/
	*,
	  *:before,
	  *:after {
		background-color: inherit !important;
	}
	.bg_print {
		-webkit-print-color-adjust: exact !important; /* Chrome, Safari */
		print-color-adjust: exact !important; /* Chrome, Safari */
		color-adjust: exact !important; /*Firefox*/
	}
	*{ color-adjust: exact;  -webkit-print-color-adjust: exact; print-color-adjust: exact; }
	
	
	/*解決Safari 在列印時使用異常小的字體*/
	.container {
		width: auto;
	}
	
	.con_box{
		margin: 0;
		border: initial;
		border-radius: initial;
		width: initial;
		min-height: initial;
		box-shadow: initial;
		background: initial;
		page-break-after: always;
	}
	
	/*thead不重覆*/
	thead {
			display: table-row-group;
		}
	
	/*table背景色*/
	body {-webkit-print-color-adjust: exact;}
	.print_con_table tr th{
	background: #666 !important;
	color: #fff !important;
	print-color-adjust: exact; 
	}
	}
	
	
	/*列印尺寸電腦版*/
	@page {
	 size: A3;
	 margin: 0;
	}
	

