@charset "utf-8";
/* CSS Document */
body {
	font-size:12px;
	margin:0px;
	padding: 0px;
	font-family: Arial,"微軟正黑體";
	font-weight: normal;
}

* {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.clear {
	clear:both;
}
a,a:hover,a:active,a:link,a:visited {
	text-decoration: none;
}
img{
	max-width: 100%;
	/*height: auto;*/
}
main#p2{
	background-size: cover;
	background-attachment: fixed /*scroll*/;
}
.products-ind2, .about-ind2, .news-ind2 {
    padding-bottom: 0px;
}
.about-ind2 iframe{
	width: 530px;
	height: 298.12px;
}
.about-ind2 .aboutWa{
	/*border: 1px solid #cacaca; */
    background-color: #fff;    
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
}
.about-ind2 .aboutWa .aboutWaImg{
	background-image: url(https://images.unsplash.com/photo-1482501157762-56897a411e05?dpr=1&auto=compress,format&fit=crop&w=1500&h=&q=80&cs=tinysrgb&crop=);
	background-size: cover;
	background-position: center;
	height: 400px;
}
.about-ind2 .animations-4{
	padding: 50px;
}
main{
	/*height: 980px;
	 Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+33,e5e5e5+94,d3d3d3+100 */
/*min-height: 900px;*/
background: #ffffff;  /*Old browsers */
/*background: -moz-linear-gradient(top,  #ffffff 33%, #e5e5e5 94%, #d3d3d3 100%);  FF3.6-15 */
/*background: -webkit-linear-gradient(top,  #ffffff 33%,#e5e5e5 94%,#d3d3d3 100%);  Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom,  #ffffff 33%,#e5e5e5 94%,#d3d3d3 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=0 ); IE6-9 */
background-size: cover;
}
main#p3{
	background: url('../images/newsBg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed /*scroll*/;
}
main h1.title-ind2,main h1.title2-ind2{
	text-align: center;
    font-size: 5em;
    font-weight: normal;
    padding: 0px;
    clear: both;
}
main h1.title-ind2{
	color: #343434;
}
main h1.title2-ind2{
	color: #fff;
}
main h1.title-ind2 p.mbd{
	font-size: 30px;
}
main h1.title-ind2 span,main h1.title2-ind2 span{
	text-align: center;
	font-size: 0.6em;
}
main h1.title-ind2 i,main h1.title2-ind2 i{
	font-style: normal;
    color: #c2c2c2;
    padding: 0px;
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 100;
    margin-top: -10px;
}
main h1.title-ind2 span p,main h1.title2-ind2 span p{
	display: none;
}
main h1.title-ind2 span.titleLine {
	border-bottom: 4px solid #e8e8e8;
    padding-bottom: 10px;
    margin: 1%;
    display: inline-block;
    width: 20%;
}



main#p3 h1.title-ind2 {
	color: #fff;
	text-align: center;
	margin: 0;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
}

/*首頁圖片+連結+大標小標 區塊*/
main#picAndLink{
	background: #fff;
	padding: 10px 0;
}
main#picAndLink .container_grid{
	margin: 20px auto;
}
main#picAndLink .picAndLinkBtnBg_1,main#picAndLink .picAndLinkBtnBg_2,main#picAndLink .picAndLinkBtnBg_3,main#picAndLink .picAndLinkBtnBg_4{
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	display: block;
	height: 340px;
	padding: 90px 30px 0 30px;
	margin: 10px;
	position: relative;
	z-index: 0;
	text-align: center;
}

main#picAndLink .picAndLinkBtnBg_1{
	background-image: url(../images/pic1.jpg);
	background-color: #a8ccdc;
	/* margin: 0px 10px 10px 0px; */
}
main#picAndLink .picAndLinkBtnBg_2{
    background-image: url(../images/pic2.jpg);
    background-color: #a8ccdc;
	/* margin: 0px 0px 10px 0px; */
	text-align: center;
}
main#picAndLink .picAndLinkBtnBg_3{
	background-image: url(../images/pic3.jpg);
	background-color: #a8ccdc;
	/* margin: 0px 10px 0px 0px; */
	text-align: center;
}
main#picAndLink .picAndLinkBtnBg_4{
    background-image: url(../images/pic4.jpg);
    background-color: #a8ccdc;
    /* margin: 0px 0px 0px 0px; */
}
main#picAndLink a {
	color: #fff;
	transition: 0.4s;
}
main#picAndLink a:hover,main#picAndLink a:focus {
	color: #fa9797;
	transition: 0.4s;
}
main#picAndLink a:hover>h3,main#picAndLink a:focus>h3{
	border: 3px solid #fa9797;
    /* background: rgba(255, 255, 255, 0.49); */
    color: #fa9797;
    transition: 0.4s;
}
#picAndLink a span {
    width: 100%;
	height: 100%;
	top: 0px;
    left: 0px;
    display: block;
    position: absolute;
	background-color: rgba(0, 0, 0, 0);
	z-index: -1;
	transition: 0.4s;
}
#picAndLink a:hover>span,picAndLink a:focus>span {
	top: 0px;
    left: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	transition: 0.4s;
}
main#picAndLink h1 {
    font-size: 3em;
	margin-bottom: 0px;
	line-height: 1em;
}
main#picAndLink h2 {
    font-size: 1.6em;
    margin: 5px;
}
main#picAndLink h3 {
    display: inline-block;
    width: 150px;
    height: 50px;
    border: 3px solid #fff;
	color: #fff;
	text-align: center;
    line-height: 3em;
}
main#picAndLink h3.picAndLinkBtn_1,main#picAndLink h3.picAndLinkBtn_2,main#picAndLink h3.picAndLinkBtn_3,main#picAndLink h3.picAndLinkBtn_4 {
    
}
main#picAndLink h3:hover {
    background-color: rgba(244, 67, 54, 0.47);
}


/*.page{
	height: 830px;
}*/
.botton100{
	margin-bottom: 100px;
}
.btnWap{
	/*width: 30%;
	margin:80px auto 0px auto; */
	width: 180px;
	height: 60px;
	margin: 50px auto 50px auto;
	

}
.btnWap:hover{
	
}
.btn1-ind2{
	width: 100%;
	/* height: 100%; */
	padding: 15px 8% 15px 2%;
	background-color: rgba(171, 193, 10, 0.00);
	color: #adadad;
	font-size: 1.4em;
	display: block;
	border: 1px solid #adadad;
	border-radius: 50px;
	/*background-image: url('../images/buyBtn.png');*/
	background-position: center center;
	-webkit-transition: 0.4s duration timing-function delay;
	-moz-transition: 0.4s duration timing-function delay;
	transition: 0.4s duration timing-function delay;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.btn1-ind2:hover{
	/*background-image: url('../images/buyBtn-h.png');*/
	-webkit-transition: 0.4s duration timing-function delay;
	-moz-transition: 0.4s duration timing-function delay;
	transition: 0.4s duration timing-function delay;
	padding: 15px 0% 15px 10%;
	border-radius: 0px;
	color: #fff;
    background-color: #adadad;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.btn1-ind2 i{
	color: #adadad;
	display: inline-block;
	width: 30px; 
	padding-left: 8%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.btn1-ind2:hover i{
	color: rgba(171, 193, 11, 0.00);
	padding-left: 10%;
	width: 30px; 
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
main#p3 .btnWap{
	margin: 110px 0;
	float: right;
}

main#p3 .btnWap .btn1-ind2 {
	color:#fff;
	border: 0px solid rgba(173, 173, 173, 0);
	border-radius: 0px;
	background-color: rgba(185, 32, 41, 0.64);
}
main#p3 .btnWap .btn1-ind2:hover {
	background-color: rgba(185, 32, 41, 1);
}


.animations-1,.animations-2,.animations-3,.animations-4,.animations-5,.animations-6{
	visibility: hidden;
}
.main-slide-photpshow .fa-angle-down{
	font-size: 5em;
	color: #fff;
	display: block;
}

/***產品**/
.slideWa{
	position: relative;
}
.products-ind2{

}
#example-1 {

}

.carousel.flexible .items {
	display: none;
}/*輪播*/

ul#owl-demo-product{
	margin-top: 10px;
} 
ul#owl-demo-product li {
	float: left;
    display: block;
    /* margin-top: -70px; */
    padding: 10px;
    margin: 3px;
    width: 98%;
}
ul#owl-demo-product li:hover {
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.18);
    transition: 0.4s;
}

ul#owl-demo-product li .wap:hover{
	box-shadow: 0px 0px 83px -35px rgba(0,0,0,1);
	-webkit-box-shadow: 0px 0px 83px -35px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 83px -35px rgba(0,0,0,1);
}

ul#owl-demo-product li h1{
	float:left;
	width:100%;
	/*height:258px; 0426*/
	height:260px;
	text-align:center;
	font-size:0;
	}
ul#owl-demo-product li h1 *{vertical-align:middle;}
ul#owl-demo-product li h1 span{display:inline-block; height:100%;}
ul#owl-demo-product li h1 a {
}
ul#owl-demo-product li h1 img {
	max-width:100%;
	max-height:100%;
	display: inline;
}

ul#owl-demo-product li h1 img:hover {
	transition: ;
}
ul#owl-demo-product li h1 > a{
	background-color: rgba(171,193,11,0);
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    transition: 0.5s;
    background: url('../images/zoom.png') no-repeat center -100px;
}
ul#owl-demo-product li h1 > a:hover {
    
    transition: 0.3s;
    cursor: pointer;
    background: url('../images/zoom.png') no-repeat center center;
    background-color: rgba(0, 0, 0, 0);
}
/*關閉下方輪播小圈*/
#owl-demo-product .owl-pagination {
    display: none;
}

/*ul#owl-demo-product li h1 span a img{
	opacity: 0.1;
}
ul#owl-demo-product li h1 span a:hover img{
	opacity: 0.9;
	display: block;
}*/




ul#owl-demo-product li h1 a:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
ul#owl-demo-product li h2 {
	float:left;
	margin-top:10px;
	color:#7F7F7F;
	height: 40px;
	width: 100%;
    overflow: hidden;
}
ul#owl-demo-product li h2 .h2B {
	float:left;
	font-size:1em;
	line-height:1.3em;
	margin-bottom:8px;
	font-weight:100;
	width: 100%;
	height: 100%;
	overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
ul#owl-demo-product li h3 {
	color: red;
    display: block;
    width: 100%;
    text-align: center;
    float: left;
    margin: 10px 0 10px 0;
    padding: 5px;
    /* position: absolute; */
    top: 0;
    left: 0;
    z-index: 1;
	}
ul#owl-demo-product li h3 .h3A {
	display:block;
	width:80%;
	float:left;
	text-align: left;

	}
ul#owl-demo-product li h3 .h3A i{
	font-size: 1.2em;
}
	
ul#owl-demo-product li h3 .h3B {
	display:block;
	width:20%;
	float:right;
	text-align: right;
	font-size: 1.2em;

}
a.h3B,.h3B.active {
	color: red;
}
.h3B {
	color: #C7C7C7;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}




/**關於我們、最新消息**/
.about-ind2 {
	/*background: url(../images/about-ind2-bg.jpg) center center no-repeat;*/
	background-attachment: scroll /*scroll*/;
	-moz-background-size: cover;
	background-size: cover;
	background-position: top 0;
    /* height: 100%; */
    
}

.about-ind2, .news-ind2{
	text-align: center;
}
.about-ind2 p.about-cont,.news-ind2 ul{
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: left;
}
.about-ind2 p.about-cont{
	padding: 40px; 
}
/*關於我們影片播放前的預設圖*/
.aboutImg{
	position: absolute;
	pointer-events: none;
	opacity: 1;
}
.aboutImg.active{
	opacity: 0;
}
.news-ind2 .newsWaImg,.news-ind2 .connectionWaImg{
	background-color: red;
}
.news-ind2 .newsWaImg a,.news-ind2 .connectionWaImg a{
	background-size: cover;
    background-position: center;
}
.news-ind2 .newsWaImg a{
	background-image: url(/*https://images.unsplash.com/photo-1434973539530-5538b4681aac?dpr=1&auto=compress,format&fit=crop&w=1500&h=&q=80&cs=tinysrgb&crop=*/);
	-webkit-filter:grayscale(1);
	-webkit-transition: 0.4 duration timing-function delay;
	-moz-transition: 0.4 duration timing-function delay;
	transition: 0.4 duration timing-function delay;
}
.news-ind2 .connectionWaImg a{
	background-image: url(/*https://images.unsplash.com/photo-1482684999522-31a70a7f0d97?dpr=1&auto=compress,format&fit=crop&w=1500&h=&q=80&cs=tinysrgb&crop=*/);
	-webkit-filter:grayscale(1);
	-webkit-transition: 0.4 duration timing-function delay;
	-moz-transition: 0.4 duration timing-function delay;
	transition: 0.4 duration timing-function delay;
	
}
.news-ind2 .newsWaImg a:hover,.news-ind2 .connectionWaImg a:hover{
	-webkit-filter:grayscale(0);
	-webkit-transition: 0.4 duration timing-function delay;
	-moz-transition: 0.4 duration timing-function delay;
	transition: 0.4 duration timing-function delay;
	
}

.news-ind2 .newsWaImg a,.news-ind2 .connectionWaImg a{
	display: block;
	padding: 60px 10px 80px 10px;
}


.news-ind2 ul{
	color: #616161;
	padding-left: 30px; 
}
.news-ind2 ul li{
	display: block;
	width: 100%;
	float: left; 
	text-align: left;
	margin-bottom: 8px;

}
.news-ind2 ul li a,.news-ind2 ul li a:hover{
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.news-ind2 ul li a{
	color: #616161;
	width: 75%;
	height: 20px;
	overflow: hidden;
	display: inline-block;
    
}
.news-ind2 ul li a:hover,.news-ind2 ul li i{
	color: #abc10b;
}
.news-ind2 ul li i{
	padding:0 10px; 
}
ul.slidedown-btn{
	display: block;
	position: absolute;
	left: 50%;
	z-index: 10;
	bottom: 40px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	list-style: none;
}
ul.slidedown-btn li a{
	/*font-size: 5em;*/
	color: #fff;
	display: block;	
	width: 50px;
    height: 50px;
	/*border: 1px solid #fff;*/
	cursor: pointer;
	/*border-radius: 50px;*/
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/20170320133526_8137.png);

}
.slidedown-btn a i{
	line-height: 0.8em;
    display: block;
}

/**一行的字數限自**/
.ellipsis {
overflow:hidden;
white-space: nowrap;
text-overflow: ellipsis;
}


/**跑馬燈、影片、輪播證書**/
/*跑馬燈*/
.marqueeText{

}
.marqueeText h1{
	text-align: center;
    font-size: 3.8em;
    font-weight: 400;
    margin-top: 60px;
}
.marqueeText h1 span {
    width: 20%;
    border-bottom: 2px solid #b92029;
    display: block;
    text-align: center;
    margin: 20px auto;
}
.marqueeText .abgne-news-scroll {
	width: 80%;
    margin: 50px auto;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.marqueeText .abgne-news-scroll ul {
	position: absolute;
	width: 100%;
}

.marqueeText .abgne-news-scroll li {
	
}
.marqueeText .abgne-news-scroll li a {
	color: #616161;
	width: 100%;
	height: 35px;
	overflow: hidden;
	display: inline-block;
	font-size: 0.9em;
    font-weight: 500;
}
.marqueeText .abgne-news-scroll li a:hover,.marqueeText .abgne-news-scroll li a:focus {
	color: #80161c;
	transition: 0.4s;
}
.marqueeText .abgne-news-scroll li a span {
	color: #fff;
	background-color: #80161c;
	display: inline-block;
    padding: 1px 10px;
    border-radius: 20px;
    margin: 0px 5px;
}
/*影片輪播*/
.media{
	background-color: #e4e4e4;
	/*padding: 50px;*/
}
#marquee2 {
	width: 15%;
	height: 100%;
	overflow: hidden;
}
ul.playlist {
	margin: 0;
    /*width: 15%;*/
    /* padding: 10px; */
    list-style: none;
    /* width: 100%; */
    background: rgb(47, 47, 47);
    /* bottom: -40px; */
    /* z-index: 13; */
    text-align: center;
    /* position: absolute; */
    text-align: center;
    overflow: hidden;
    float: left;
    height: 100%;
}

ul.playlist li {
	margin: 10px;
    /* float: left; */
    /* display: inline-block; */
    opacity: 0.5;
    /*border: 1px solid #fff;*/
}
ul.playlist li:hover{
	opacity: 1;
	transition: 0.4s;
}

ul.playlist li a img {
	border: 0;
    vertical-align: middle;
    margin-bottom: 5px;
    width: 100%;
    height: auto;
}

.tv {
    /* overflow: hidden; */
    margin: 7% auto 3% auto;
	height: 410px;
    width: 90%;
    /*background: antiquewhite;
     padding: 40px; */
}

.video {
	width: 85%;
    height: 100%;
    float: left;
    /* margin: 30px auto 0px auto; */
}
/* == infobox == */

.infobox {
	position: absolute;
    /* padding: 20px 5px 0px 5px; */
    width: 90%;
    /* height: 100%; */
    /* background-color: rgba(0, 0, 0, 0.76); */
    z-index: 100;
    /* top: 150px; */
    left: 50%;
    margin-left: -45%;
    top: 15px;
    color: #000000;
    font-size: 12px;
}
.infobox span {
	display: none;
}

.infobox h2 {
	margin: 5px 0;
	font-size: 21px;
}

.infobox a {
	color: #fff;
	text-decoration: none;
	line-height: 1.6em;
}

.infobox a:hover {
	color: #FFCC33;
}

a#goU,a#goD {
	position: absolute;
	display: block;
}
a#goU {
    top: 0;
}
a#goD {
    bottom: 0;
}

/**證照輪播**/
.rotation{
	background-color: #313131;
	padding: 50px 0;
}
.rotation h1 {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 3.5em;
}
.rotation h1 span {
    display: block;
    border-bottom: 2px solid #80161c;
    width: 10%;
    margin: 10px auto 40px auto;
}

/**logo輪播**/
main#demo{
	background-color: #ececec;
	padding: 30px 10px;
	
}


/**footer**/
footer{
	background-color: #d60077;
    background-image: url(/*../images/footer-ind2-bg.jpg*/);
    background-attachment: fixed /*scroll*/;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 0;
    /* height: 100%; */
	text-align: center;
	padding: 0px 30px 30px;
 }
 /*top*/
.footerTop {
    height: 50px;
    position: relative;
    top: -20px;
}
.footerTop #goTop2 {
	position: absolute;
    /* bottom: 0px; */
    /* right: 0px; */
    top: 5px;
    left: 50%;
    margin-left: -15px;
    z-index: 99;
    text-align: center;
    width: 30px;
    height: 30px;
    /* background: url(../images/gototop.png) no-repeat; */
    background-color: #d60077;
    padding-top: 3px;
    color: #fff;
    transition: 0.5s;
    border-radius: 50px;
    border: 2px solid #fff;
}
.footerTop #goTop2:hover {
    background-color: #c1006b;
}
footer .mid ul{
   width:100%;
   text-align:center;
   border-bottom: 1px solid rgba(102, 102, 102, 0);
   padding: 10px 0;
   margin-bottom: 5px;
}
footer .mid ul li{
    display:inline-block;
    *display:inline; /*IE7*/
    *zoom:1; /*IE7*/
    margin-right:15px;
    color: #fff;
    font-size: 1.2em;
}
footer .mid ul li a,footer .mid ul li i{
   color: #ffffff;
   transition: 0.5s;
}
footer .mid ul li a:hover{
   color: #fff;
}
footer iframe{
	padding:0; 
	width: 100%;
}
ul.footer-cont,ul.footer-icon,.footer-search-pc{
	color: #fff;
	font-size: 1.3em;
	list-style: none;
	padding: 0px 0 10px 0px; 
	display: inline-block;
}
footer p{
	font-size: 1.3em;
	line-height: 2em;
	color: #fff;
}
ul.footer-cont{
	text-align: center;
	line-height: 2em;
	background-image: url(/*../images/footer-ind2-bg.jpg*/);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 0;
}
ul.footer-cont li {
    display: inline-block;
}
ul.footer-cont li i{
	margin-right: 7px;
	color: rgba(255, 255, 255, 1);
}
ul.footer-cont li span{
	color: rgba(255, 255, 255, 0.5);
}
ul.footer-icon li{
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 5px;
	transition: 0.5s;
}
ul.footer-icon li a{
	transition: 0.5s;
	display: block;
	width: 50px;
	height: 50px;
	/*background: url(../images/icon-01.svg);*/
}
#google_translate_element {
	padding-bottom: 8px;
}
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active{
	display: none !important;
}
.goog-te-gadget .goog-te-combo {
	color: #404040 !important;
	border-radius: 5px !important;
	padding: 3px !important;
	background: #ffffffd6 !important;
}
.goog-te-gadget {
	color: rgba(102, 102, 102, 0) !important;
	line-height: 4px !important;
}
/*ul.footer-icon li a:hover{
	background: url(../images/icon-02.svg);
}
ul.footer-icon li.fi-2 a{
	background: url(../images/icon-01.svg) -50px 0px;
}
ul.footer-icon li.fi-2 a:hover{
	background: url(../images/icon-02.svg) -50px 0px;
}
ul.footer-icon li.fi-3 a{
	background: url(../images/icon-01.svg) -100px 0px;
}
ul.footer-icon li.fi-3 a:hover{
	background: url(../images/icon-02.svg) -100px 0px;
}
ul.footer-icon li.fi-4 a{
	background: url(../images/icon-01.svg) -150px 0px;
}
ul.footer-icon li.fi-4 a:hover{
	background: url(../images/icon-02.svg) -150px 0px;
}
ul.footer-icon li.fi-5 a{
	background: url(../images/icon-01.svg) -200px 0px;
}
ul.footer-icon li.fi-5 a:hover{
	background: url(../images/icon-02.svg) -200px 0px;
}
ul.footer-icon li.fi-6 a{
	background: url(../images/icon-01.svg) -250px 0px;
}
ul.footer-icon li.fi-6 a:hover{
	background: url(../images/icon-02.svg) -250px 0px;
}*/
.footer-search-pc{
	width: 40%;
    margin: 10px;

}
.footer-search-pc input,.footer-search-pc button{
	padding:8px; 
	height: 38px;
}
.footer-search-pc input{
	background-color: rgba(255, 255, 255, 0.46);
    width: 80%;
    border: 1px solid rgba(220, 220, 220, 0);
    border-right: 5px solid rgb(214, 0, 119);
    float: left;
}
.footer-search-pc ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: pink;
}
.footer-search-pc ::-moz-placeholder { /* Firefox 19+ */
	color: pink;
}
.footer-search-pc :-ms-input-placeholder { /* IE 10+ */
	color: pink;
}
.footer-search-pc :-moz-placeholder { /* Firefox 18- */
	color: pink;
}
.footer-search-pc button{
	background-color: #FF9800;
    border: 1px solid rgba(132, 132, 132, 0);
    width: 20%;
    color: #ffffff;
    transition: 0.5s;
    float: left;
}
.footer-search-pc button:hover{
	background-color: #ea4e1d;
    border: 1px solid #ea4e1d;
	transition: 0.5s;
}
footer .topNav-logo-pc{
	margin-top: 10px;
}
/*嵌入fb*/
.embedded-fb {
    padding: 10px;
}


@media only screen and (max-width: 1300px) {
.marqueeText h1,.rotation h1{
		font-size: 3em;
	}
}
@media only screen and (max-width: 1200px) {
main{
	/*height: 980px;*/
}
.news-ind2 ul li a{
	width: 73%;
    
}
.infobox {
	top:10px;
}
.about-ind2 iframe {
    width: 430px;
    height: 241.87px;
}
.marqueeText .abgne-news-scroll {
    margin: 40px auto;
    position: relative;
}
}



@media only screen and (max-width: 1050px) {
main{
	height: auto;
}
.btn1-ind2{
	/*margin-bottom: 100px;*/
}
main h1.title-ind2, main h1.title2-ind2 {
    padding: 30px 0;
}
.about-ind2,.news-ind2{
	padding-left: 0px; 
	padding-right: 0px; 

}
ul.footer-cont,ul.footer-icon{
	padding:15px 0 20px 30px; 
}
footer iframe{
	padding:0px; 
	width: 100%;
}

.footer-search-pc{
	display: none;
}
ul#owl-demo-product li h1{
	height: 286px;
}
.infobox {top:5px;}
.marqueeText h1 {
    font-size: 2.5em;
    margin-top: 40px;
}
ul#owl-demo-product li h1{
	height: 286px;
}
}
@media only screen and (max-width: 991px) {
.btnWap{
	 
}

.about-ind2,.news-ind2{
	/*padding: 20px; */

}
.news-ind2 ul{
	padding-top: 30px;
	padding-left: 0px; 
}
.about-ind2 p.about-cont{
	/* padding-bottom: 30px;
	padding-right: 0px;  */

}
.news-ind2 ul li a{
	width: 80%;
    
}
ul.footer-cont,ul.footer-icon{
	padding:10px 0 10px 0; 
	text-align: center;
	float: none;
}
ul.footer-cont{
	text-align: center;
	line-height: 2em;
	padding-top: 10px;
}
ul.footer-icon li{
	width: 50px;
	height: 50px;
	float: none;
	margin-right: 5px;
	display:inline-block;
    *display:inline; /*IE7*/
    *zoom:1; /*IE7*/
	transition: 0.5s;
}

ul.footer-icon li a{
	transition: 0.5s;
	display: block;
}
ul#owl-demo-product li h1{
	/*height: 213px;*/
}
.infobox {top:20px;}
.about-ind2 iframe {
    width: 100%;
	height: 400px;
	margin-bottom: 20px;
}
main#picAndLink .picAndLinkBtnBg_1,main#picAndLink .picAndLinkBtnBg_2,main#picAndLink .picAndLinkBtnBg_3,main#picAndLink .picAndLinkBtnBg_4{
	margin: 10px 0 0 0;
}
main#p2{
	background-attachment: scroll;

}

}


@media only screen and (max-width: 767px) {
main{
	height: auto;
	background: #fff;
}
main h1{
    /*margin-top: 80px;*/
}
main#p3{
	height: auto;
	background-size: cover;
	background-attachment: scroll;
	
}
main#p3 h1.title-ind2 {
    text-align: center;
	width: 100%;
	float: left;
}
main#p3 .btnWap {
	margin: 0px auto 30px auto;
    width: 100%;
}
.news-ind2 .newsWaImg a, .news-ind2 .connectionWaImg a{
	display: block;
    width: 100%;
    float: left;
    padding: 10px 10px 30px 10px;
}
.news-ind2 .newsWaImg a span, .news-ind2 .connectionWaImg a span{
	width: 100%;
}
main h1.title-ind2, main h1.title2-ind2 {
    padding: 0;
}
.about-ind2,.news-ind2{
	padding: 20px;

}
.news-ind2 ul{
	padding-top: 30px;
	padding-left: 0px; 
}
.about-ind2 {
    /*background: url(../images/about-ind2-bg.jpg) no-repeat;*/
    background-attachment: scroll;
	background-position: center center;
	/* -webkit-background-size: auto; */
	/* background-size: auto; */
}
.about-ind2 p.about-cont{
	/* padding-bottom: 30px;
	padding-right: 0px;  */

}
ul#owl-demo-product li {
	/*margin-top: -70px;*/

}
.news-ind2 ul li a{
	width: 70%;
    
}
ul.slidedown-btn{
	top: 60%;
	}
footer{
	/*background: url(../images/about-ind2-bg.jpg) no-repeat;*/
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: auto;
	background-size: auto;
}
ul.footer-cont li {
    display: block;
}
ul.footer-cont li span {
    display: none;
}
.infobox {top:10px;}
.news-ind2 .newsWaImg,.news-ind2 .connectionWaImg {
    margin-bottom: 15px;
}
}

@media only screen and (max-width: 480px) {
.page{
		height: auto;
}
main h1{
   /*margin-top: 80px;
    font-size: 2.8em;*/
}
.btnWap{
	width: 60%;
    height: auto;
    margin: 50px auto;
}

main h1.title-ind2, main h1.title2-ind2 {
    font-size: 3.62em;
    padding: 0;
}
main h1.title-ind2 {
    /*font-size: 4em;*/
    padding: 0;
}
main h1.title-ind2 span,main h1.title2-ind2 span{
	font-size: 0.4em;
	width: 100%;
	display: block;
}
main h1.title-ind2 span p,main h1.title2-ind2 span p{
	display: inline;
}
main h1.title-ind2 i,main h1.title2-ind2 i{
	/* display: none; */
}
main#p3 .btnWap {
    margin: 0px auto 20px auto;
}

.news-ind2 ul li a{
	width: 57%;
    
}
ul#owl-demo-product li h1 {
    height: 150px;
}
.products-ind2, .about-ind2, .news-ind2 {
    padding-bottom: 0px;
}
.infobox {top:0px;}
.about-ind2 iframe {
    width: 100%;
    height: 200px;
}
.marqueeText h1,.rotation h1 {
    font-size: 2.2em;
}
.media {
    padding: 0px;
}
ul#owl-demo-product li h1 {
    height: 150px;
}
main h1.title-ind2 span, main h1.title2-ind2 span {
    font-size: 0.6em;
    width: 40%;
    display: inline-block;
}
main h1.title-ind2 span.titleLine {
    margin: 2% 0;
    width: 20%;
}
.about-ind2 .aboutWa .aboutWaImg{
	height: 200px;
}
.about-ind2 p.about-cont {
    /* padding: 30px; */
}
}

/*小工具專區*/
.visits {
    color: #fff;
    font-size: 1.3em;
    padding: 10px 0px;
}
.visits span {
    background-color: #000;
    border-radius: 3px;
    padding: 0 5px 0 10px;
    margin: auto 5px;
    letter-spacing: 5px;
}
/*聯絡資訊icon 電話、line....等*/
ul.contaction {
    position: fixed;
    width: 50px;
    left: 15px;
    bottom: 15px;
    flex-direction: column;
}
ul.contaction li {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    margin-bottom: 10px;
}
ul.contaction li a#phone p{
    opacity: 0;
    width: 150px;
    position: absolute;
    background-color: rebeccapurple;
    top: -8px;
    z-index: 2;
    left: 40px;
    font-size: 1.5em;
    color: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    text-align: center;
    transition: 0.4;
}
ul.contaction li img {
    width: 100%;
    height: auto;
}
@media screen and (min-width: 1050px) {

    ul.contaction li a#phone:hover p{
    opacity: 1;
    transition: 0.4;
    left: 50px;
    }
    ul.contaction li a{
        position: relative;
    }
}
