@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;
}
.products-ind2,
.about-ind2,
.news-ind2 {
    padding-bottom: 80px;
}
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 h1.title-ind2,
main h1.title2-ind2 {
    text-align: center;
    font-size: 5em;
    font-weight: normal;
    padding: 50px 0 50px 0;
    clear: both;
}
main h1.title-ind2 {
    color: #696969;
}
main h1.title2-ind2 {
    color: #fff;
}
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: #abc10b;
    padding: 0 10px;
}
main h1.title-ind2 span p,
main h1.title2-ind2 span p {
    display: none;
}
/*.page{
	height: 830px;
}*/
.btnWap {
    width: 30%;
    margin: 80px auto 0px auto;
}
.btn1-ind2 {
    width: 100%;
    padding: 15px 8% 15px 2%;
    background-color: #abc10b;
    color: #fff;
    font-size: 2.2em;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn1-ind2:hover {
    padding: 15px 0% 15px 10%;
    background-color: #4a4a4a;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn1-ind2 i {
    color: #fff;
    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: #abc10b;
    padding-left: 10%;
    width: 30px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.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 {
}

ul#productsShow {
    margin-top: 10px;
}
ul#productsShow li {
    float: left;
    display: block;
    /*margin-top: -70px;*/
    padding: 10px;
    width: 25% !important;
}

ul#productsShow 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#productsShow li h1 {
    float: left;
    width: 100%;
    /*height:258px; 0426*/
    height: 260px;
    text-align: center;
    font-size: 0;
    border-radius: 50%;
}
ul#productsShow li h1 * {
    vertical-align: middle;
}
ul#productsShow li h1 span {
    display: inline-block;
    height: 100%;
}
ul#productsShow li h1 a {
}
ul#productsShow li h1 img {
    max-width: 100%;
    max-height: 100%;
}

ul#productsShow li h1 img:hover {
    transition: ;
}
ul#productsShow 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#productsShow li h1 > a:hover {
    transition: 0.3s;
    cursor: pointer;
    background: url('../images/zoom.png') no-repeat center center;
    background-color: rgba(171, 193, 11, 1);
}

/*ul#productsShow li h1 span a img{
	opacity: 0.1;
}
ul#productsShow li h1 span a:hover img{
	opacity: 0.9;
	display: block;
}*/

ul#productsShow 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#productsShow li h2 {
    float: left;
    margin-top: 10px;
    color: #7f7f7f;
    height: 20px;
    width: 100%;
    overflow: hidden;
}
ul#productsShow 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;
}
ul#productsShow li h3 {
    color: red;
    display: block;
    width: 100%;
    text-align: center;
    float: left;
    margin: 10px 0 10px 0;
}
ul#productsShow li h3 .h3A {
    display: block;
    width: 80%;
    float: left;
    text-align: left;
}
ul#productsShow 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-color: cornflowerblue;
    background: #000 url(../images/about-ind2-bg.jpg) center center no-repeat;
    background-attachment: fixed /*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 {
    color: #fff;
    padding-right: 30px;
}
.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;
    top: 85%;
    bottom: 10px;
    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;
}
.slidedown-btn a i {
    line-height: 0.8em;
    display: block;
}

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

/**footer**/
footer {
    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-bottom: 50px;
}
footer .mid ul {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #666666;
    padding: 15px 0;
}
footer .mid ul li {
    display: inline-block;
    *display: inline; /*IE7*/
    *zoom: 1; /*IE7*/
    margin-right: 15px;
    color: #929292;
    font-size: 1.2em;
}
footer .mid ul li a,
footer .mid ul li i {
    color: #929292;
    transition: 0.5s;
}
footer .mid ul li a:hover {
    color: #fff;
}
footer iframe {
    padding: 50px 0;
    width: 100%;
}
ul.footer-cont,
ul.footer-icon,
.footer-search-pc {
    color: #fff;
    font-size: 1.3em;
    list-style: none;
    padding: 5px 0 10px 30px;
    display: block;
    float: left;
}
ul.footer-cont {
    text-align: left;
    line-height: 2em;
    padding-top: 50px;
}
ul.footer-cont li i {
    margin-right: 7px;
    color: #abc10b;
}
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 {
    text-align: left;
    width: 100%;
}
#google_translate_element {
    float: left;
    padding: 10px 30px;
    width: 100%;
    text-align: left;
}
.footer-search-pc input,
.footer-search-pc button {
    padding: 8px;
    height: 38px;
}
.footer-search-pc input {
    background-color: #515151;
    width: 55%;
}
.footer-search-pc button {
    background-color: #abc10b;
    width: 20%;
    color: #515151;
    transition: 0.5s;
}
.footer-search-pc button:hover {
    background-color: #94a800;
    transition: 0.5s;
}

/*fb粉絲團嵌入*/
.embedded-fb {
    padding: 50px 0px 10px 20px;
}
.embedded-fb iframe {
    padding: 0px 5px 5px 5px;
}

@media only screen and (max-width: 1200px) {
    main {
        /*height: 980px;*/
    }
    .news-ind2 ul li a {
        width: 73%;
    }
}

@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: 20px;
        padding-right: 20px;
    }
    ul.footer-cont,
    ul.footer-icon {
        padding: 15px 0 20px 30px;
    }
    footer iframe {
        padding: 20px 0;
        width: 100%;
    }

    ul#productsShow li h1 {
        height: 286px;
    }
}
@media only screen and (max-width: 991px) {
    .btnWap {
        width: 50%;
        margin: 70px auto;
    }
    .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%;
    }
    .footer-search-pc {
        display: none;
    }
    #google_translate_element {
        text-align: center;
    }
    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#productsShow li h1 {
        /*height: 213px;*/
    }
    .embedded-fb {
        padding: 50px 10px 10px 10px;
    }
}

@media only screen and (max-width: 767px) {
    main {
        height: auto;
        background: #fff;
    }
    main h1 {
        /*margin-top: 80px;*/
    }
    .btnWap {
        width: 50%;
        margin: 50px auto 0px auto;
    }
    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#productsShow 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;
    }
}

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

    main h1.title-ind2,
    main h1.title2-ind2 {
        font-size: 4.9em;
        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;
    }
    .news-ind2 ul li a {
        width: 57%;
    }
    ul#productsShow li h1 {
        height: 150px;
    }
    .products-ind2,
    .about-ind2,
    .news-ind2 {
        padding-bottom: 0px;
    }
}

/*小工具專區*/
.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;
    }
}
