* {
	padding: 0;
	margin: 0; 
}
body {
    font-family: '微軟正黑體', Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
}
.row{
    margin: 0px; 
}
ul, ol {
    list-style: none;
}
a {
    color: #333333;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    letter-spacing: 1px;
}
p{
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 16px;
    padding: 0px 10px;
}
img{
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: '微軟正黑體',Arial,sans-serif;
    line-height: 100%;
    padding: 0px 10px;
    
}
.container{
    /* width: 1160px; */
    padding: 0px;
    /* margin:0px; */
}
section{
    padding: 100px 0px;
}
/* logo */

nav .navbar-brand{
    font-size: 26px;
    font-weight: 900;
}
nav .navbar-brand img{
    width: 180px;
}
/*mobile menu*/
.navbar-light .navbar-nav .nav-link{
    color: #000;
}
/* menu */
nav{
    /* position: fixed; */
    background-color:#fff;
}
.navbar{
    padding: 0rem 1rem;
    margin-top: 4px;
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.05);
}
nav .navbar-collapse{
    text-align:right;
}
.navbar-nav{
    display: none;
}
.navbar-light .navbar-toggler{
    border-color: rgba(255, 0, 0, .8);
}
.navbar-light .navbar-toggler-icon{

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,0,0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
nav .nav-link{
    color: #000;
    padding: 1.5rem 1rem;
    text-align: center;
}
nav .nav-link:hover .en{
    /* background-color: #f00; */
    color: #f00;
}
nav .nav-link.active .en{
    /* background-color: #f00; */
    color: #f00;
}
nav .nav-link span{
    display:block;
}
nav .nav-link .en{
    font-weight: 600;
    font-size: 14px;
    font-family: arial;
}
nav .nav-link .cn{
    font-size: 12px;
    font-weight: 500;
    color: #999;
}
/*輪播圖*/
.zs-enabled .zs-slideshow .zs-slides .zs-slide{
transform: scale(1.1);
transition: transform 10000ms ease-out, opacity 1600ms !important;}
.zoom-slider{
    height: calc(100vh - 92px);
    margin-top: 92px;
    position: relative;
}
.zoom-slider .slide-text{
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 35vh;
    margin: auto;
}
.zoom-slider .slide-text h1{
    font-size: 40px;
    line-height: 56px;    
    font-weight: 600;
    color: #f0f0f0;
    letter-spacing: 4px;
    text-shadow: 1px 1px 5px #555;
    margin-bottom: 40px;  
}
.zoom-slider .slide-text h1 span{
    color: #f00;
    font-family: arial;
    font-size:  60px;
    font-style: italic;
    padding-right: 15px;
    font-weight: 900;   
}
.zoom-slider .slide-text h3{
    font-size: 24px;
    font-weight: 600;
    color: #f0f0f0;
    letter-spacing: 4px;
    text-shadow: 1px 1px 5px #333;
    margin-bottom: 40px;      
}
.scroll{
    position: absolute;
    left: 50%;
    bottom: 10%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 20;
}
.scroll a{
    text-decoration: none;
}
#scroll{
    cursor:pointer;
}
.scroll .p-scroll {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.8px;
    color: #fff;
    cursor:pointer;

}
.scroll .p-scroll.scrolldown {
    font-size: 20px;
    line-height: 1;
    -webkit-animation: scroll 2s infinite;
    animation: scroll 2s infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0; } }

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0; } }
/*輪播圖*/

/*首頁標題*/

.index-title{
    
    letter-spacing: 4px;
}
/* index-contact */
.index-contact{
    background: url('../images/banner/back01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 160px 0;
}
.index-contact .index-title h1{
    font-size: 26px;
    line-height: 46px;
    color: #f5f5f5;
    font-weight: 600;
    padding-bottom: 20px;
}
.index-contact .index-title h1 span{
    color: #F00;
    font-style:italic ;
    text-shadow: 1px 1px 5px #333;
}
.index-contact .index-title h5{
    font-size: 18px;
    line-height:38px ;
    color: #f5f5f5;
    font-weight: 600;
    padding-bottom: 20px;
}
.index-contact .more a{
    font-family: "微軟正黑體";
}
/* index-contact */
/*index-about*/
.index-about-padding{
    padding: 160px 0;
}
.index-about .title-about h1{
    font-size: 42px;
    font-weight: 600;
    color: #f00;
    font-family: "Agency FB";
    font-style: italic;
    text-align:left;
}
.index-about .title-about h5{
    font-size: 18px;
    font-weight: 600;
    color: #555;
    text-align:left;
}
.index-about .title-about p{
    font-size: 14px;
    font-weight: 500;
    color: #555;
    text-align: right;
    line-height: 36px;

}
.index-about .about-box{
    position: relative;
}
.index-about .about-box .about-left{
    width: 40%;
    background: rgba(255, 255, 255, .85);
    box-sizing: border-box;
    padding:3.5%;
    position: absolute;
    top: -20px;
    left: 10%;
    z-index: 999;
}
.index-about .about-box .about-right{
    text-align: right;
    margin-right: 10vh;
} 


.index-about .index-title{
    margin-bottom: 40px;
}
.index-about .about-left .about-left-text h1{
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
}
.index-about .about-left .about-left-text p{
    color: #555;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
}
.index-about .about-right img{
    box-shadow: 3px 3px 10px #555;
}
.index-about .about-right:after{
    content: '';
    width:84%;
    background: #f9f9f9;
    background-size: cover;
    padding-top:24%;
    position: absolute;
    bottom: -40px;
    left: 0;
    z-index: -10;
}
/*index-products*/
section .title-products{
   padding-bottom:80px;
    /* padding-right: 40px; */
    z-index: 10;
}
section .title-products h1{
    font-size: 42px;
    font-weight: 600;
    color: #f00;
    font-family: "Agency FB";
    font-style: italic;
    text-align: right;
}
section .title-products h5{
    font-size: 18px;
    font-weight: 600;
    color: #555;
    text-align: right;
}
section .title-products p{
    font-size: 14px;
    font-weight: 500;
    color: #555;
    text-align: right;
    line-height: 36px;

}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: #fff;
    color: #f00;
}
.owl-carousel{
    padding:0 50px;
}
.owl-carousel:after{
    content: '';
    width:84%;
    background: #f9f9f9;
    background-size: cover;
    padding-top:24%;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: -10;
}
.index-products .owl-carousel button span{
    font-size: 34px;
    color: #F00;
    font-weight: 900;
}
.index-products .owl-carousel .item{
    padding: 40px;
}

/*index-equipment*/
.index-equipment{
    background: url('../images/bg01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.index-equipment .card-back{
    background: rgba(255, 255, 255, 1);
    border-radius: 5px 5px ;
}
.index-equipment .card-body{
    padding:1rem 1rem .5rem 1rem;
}
.index-equipment .card-title{
    font-weight: 900;

}
.index-equipment .card-title a{
    color: #005BAC;
}
.index-equipment a{
    text-decoration: none;
    /* background-color:rgba(255,255,255,1); */
}
.index-equipment a:hover{
    color: #005BAC;
}
/*comapny*/
.index-company {
    width: 100%;
    position: fixed;
    top:0px;
    height: 4px;
    z-index: 999;
    background-color: #f00;
}
.index-company .left ul{
    text-align: left;
    width: 100%;
    margin-top: 3px;
    padding-left: 10px;

}
.index-company .left ul li{
    display: inline-block;
    margin:0 5px;
    list-style: disc inside;
}
.index-company .left ul li a{
    color: #efefef;
    font-size: 14px;
    text-decoration: none;
}
.index-company .left ul li a:hover{
    color: #f90;
}
.index-company .left ul .active{
    color: #f90;
}
.index-company .right ul{
    text-align: right;
    width: 100%;
    margin-top: 3px;

}
.index-company .right ul li{
    display: inline-block;
    color: #efefef;
    font-size: 14px;
    margin:0 5px;
    list-style: disc inside;
}
.index-company .right ul .active{
    color: #f90;
}
/*more*/
 .more{
    margin-top: 40px;
}
.more p{
    text-align: center;
}
 .more a{
    color: #fff;
    padding: 15px 40px;
    text-decoration: none;
    border-radius: 3px 3px;
    background: #222;
    font-family: arial;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    letter-spacing: 2px;
}
 .more a:hover{
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: rgb(15,110,184); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(15,110,184,1) 0%, rgba(15,110,184,1) 22%, rgba(28,33,136,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(15,110,184,1) 0%,rgba(15,110,184,1) 22%,rgba(28,33,136,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(15,110,184,1) 0%,rgba(15,110,184,1) 22%,rgba(28,33,136,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
}
 .more a i{
    padding-left: 10px;
 }
/*footer*/
.footer{
    padding-top: 80px;
    background:url("../images/banner/footer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 14px;
}
.footer a{
    color: #fff;
    text-decoration: none;
}
.footer p{
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}
.footer h5{
    padding-top: 15px;
    margin-bottom: 30px;
    font-weight: 600;
    font-family: arial;
    letter-spacing:2px;
    font-style:italic ;   
}
.footer .information{
    padding-left: 40px;
}
.footer .sitemap{
    padding-left: 40px;
}
.footer .sitemap ul{
    display: inline-block;
    margin-right:20px
    /* text-align: center; */
}
.footer .sitemap ul li{
    padding: 0 10px;
    margin-bottom: 1.2rem;
    text-align: left;
    display: inline-block;
    /* display: inline-block; */
    /* border-left: 1px solid #999; */
}
.footer .sitemap ul li a{
    text-decoration: none;
    color: #ccc;
}
.footer .sitemap ul li a:hover{
    color: #005BAC;
}
.footer .sitemap span{
    color: #f00;
}
.footer .fllow-us{
    text-align: center;
}
.footer .fllow-us img{
    /* padding-top: 50px; */
    width: 200px;
}
.footer .fllow-us h1{
    font-size: 14px;
    margin-top: 20px;
}
.footer .more a{
    color: #fff;
    letter-spacing: 4px;
    padding:15px 40px; 
    font-family: "微軟正黑體";
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: rgb(15,110,184); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(15,110,184,1) 0%, rgba(15,110,184,1) 22%, rgba(28,33,136,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(15,110,184,1) 0%,rgba(15,110,184,1) 22%,rgba(28,33,136,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(15,110,184,1) 0%,rgba(15,110,184,1) 22%,rgba(28,33,136,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
}
/*copyright*/
.copyright{
    padding-top: 20px;        
    /* background-color: #2e363a; */

}
.copyright p{
    width: 100%;
    margin: 0px;
    color: #999;
    font-size: 12px;
    text-align: center;
}
.copyright a{
    color: #999;
    font-size: 12px;
    text-decoration: none;
}


/*inside-banner*/
.inside-banner{
    /* margin-top: 80px; */
    position: relative;

}
.inside-banner .inside-banner-text{
    /* width: 100%; */
    position: absolute;
    top: 45%;
    left: 10%;
    /* text-align: center; */
    color: #Fff;
}
.inside-banner .inside-banner-text h1{
    color: #f00;
    font-family: "Agency FB";
    font-weight: 900;   
    font-style: italic;
    letter-spacing: 4px;
    font-size: 48px;  
    line-height: 52px;    
}
.inside-banner .inside-banner-text h5{
    font-size: 18px;   
    font-weight: 600;    
}
/*麵包屑*/
.bre ul{
    margin-bottom: 0px;
    padding: 1rem  ;
    text-align: right;
    /* border-bottom: 1px solid #ebebeb; */
    color: #555;
}
.bre ul li{
    display: inline-block;
    font-size: 12px;
}
.bre ul li a{
    text-decoration: none;
    color: #f00;
}
.bre ul li i{
    margin-right:5px;
}


/*inside-about*/
.inside-about{
    margin-top: 100px;
    padding-bottom: 40px;
}
.inside-text{
    padding-bottom: 100px;
}
.inside-text .about-left-text p{
    text-align:justify
}
.inside-about .about-right{
    /* margin-bottom: 40px; */
    padding: 10px;
}
.inside-about .about-right p{
    color: #005BAC;
    font-size: 18px;    
    font-weight: 600;
    padding-top: 10px;   
}
.inside-about .about-left{
    margin-bottom: 40px;
    
}
.inside-about .about-left h1{
    color: #111;
    line-height: 34px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
    width: 100%;    
}
.inside-about .about-left p {
    color: #555;

}
.inside-text .index-about .about-box .about-left{
    left: 3%;
}
.inside-text .index-about .about-box .about-right{
    margin-right: 5vh;
}
.inside-about table thead th{
   color: #9d0d09;
   font-weight: 600;
   font-size: 18px;
}
.inside-about .img-box{
    text-align: center;
}
.inside-about img{
    box-shadow: 2px 2px 10px #555;
    text-align: center;
}
.inside-about .row{
    margin: 0px;
}
.inside-text .about-photo{
    margin-top: 160px;
}
.inside-text .about-photo .photo{
    padding: 10px;
}
.inside-text .about-photo .photo img{
    box-shadow: 3px 3px 10px #555;
}
/*inside-equipment*/
.inside-equipment{
    padding: 10vh; 
}
.inside-equipment .equipment-item{
    padding: 30px;  
}
.inside-equipment .equipment-item .card-title{
    font-weight: 900;
}
.inside-equipment .equipment-item .card-title{
    color: #005BAC;
    text-decoration: none;
}
/*.inside-process*/
.inside-process{
    /* background: url('../images/process-back.jpg'); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
}
.inside-process .process-img{
    width: 100%;
    text-align: center;
}
.inside-process .process-img img{

}
/*inside-products*/
.inside-products{
    padding: 10vh;
}
.inside-products .inside-about {
    margin:0px ; 
    padding: 0 ; 
}
.inside-products .products-item{
    padding: 40px;
}
.inside-products .products-item .products-img{
    background: #fafafa;
}
.inside-products .products-item .products-img{
    padding: 40px;
    border:.5px solid #Fff;
}

.inside-products .products-item .products-img img{
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inside-products .products-item .products-img:hover img{
    transform: scale(1.1);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;            
}
/*inside-contact*/
.inside-contact .information h5{
    font-size:26px;
    color: #555;
    margin-bottom: 20px;
    font-weight: 500;
}
.inside-contact .information ul li{
    padding: 5px 0;
    letter-spacing: 3px;
    font-size: 14px;
}
.inside-contact .information ul li a{
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 3px;
}
.inside-contact .information ul li i{
    width: 30px;
    text-align: center;
    color: #555;
    font-size: 12px;
}
.inside-contact .information ul .mob span{
    padding-left: 30px;
}
.inside-contact form input{
    width: 100%;
    padding: 12px;
    border: 0px;
    background: #f5f5f5;
    border-radius: 2px 2px;
    font-family: "arial";
    letter-spacing: 4px;
    color: #ccc;
    font-size: 12px;
}
.inside-contact form textarea{
    width: 100%;
    padding: 8px;
    border: 0px;
    background: #f5f5f5;
    border-radius: 2px 2px;
}
.inside-contact button{
    padding: 10px 50px;
    border-radius: 2px 2px;
    border: 1px solid #005BAC;
    background: #005BAC;
    color: #Fff;
    cursor: pointer;
    transition: .5s;

}
.inside-contact button:hover{
    opacity: .8;
    transition: .5s;
}
.inside-contact .form{
    font-size: 14px;
    padding: 10px;
}
.inside-contact .form p{
    font-size: 14px;
}
.inside-contact .form span{
    color: #F00;
}
/*inside-people*/
.inside-people .people-item{
    height: 200px;
}
.inside-people .people-item h5{
    color: #9d0d09;
    font-weight: 600;
}
.inside-people .people-item p{
    margin-bottom: 0px;
    padding-left: 0px;
}
.inside-people  ul li{
    margin-bottom:30px;
}

@media (max-width:1200px) {
nav .navbar-brand img{
    width: 180px;
}

/*輪播圖文字*/
.carousel-caption h1{
    font-size: 30px;
    font-weight: 900;
}
.carousel-caption h5{
    padding-top: 20px;
    /* padding-left: 60px; */
    font-size: 20px;
}
.carousel-caption p{
    font-family: 'arial';
    font-size: 16px;
    /* padding-left: 60px; */
    font-weight: 500;
}
/*首頁公司簡介位置*/
.index-about .about-box .about-left{
    width: 55%;
    padding:3.5%;
    position: absolute;
    top: -50px;
    left: 10%;
}
.index-about .about-right:after{
    width:84%;
    padding-top:35%;
    position: absolute;
    bottom: -40px;
}
.inside-products{
    padding: 5vh;
}
.inside-products .products-item{
        padding: 20px;
}
.inside-equipment{
    padding: 1vh; 
}
.footer .information{
    padding-left:0px;
}
.footer .sitemap{
    padding-left:0px;
}
}
@media (max-width: 991px) {
    section{
    padding:80px 0px;
    }
    .inside-banner{
    margin-top:40px; 
    }
    .navbar-nav{
    display: block;
    }
    nav .nav{
        display: none;
    }
    .carousel-item{
        width: 100%;
        overflow: hidden;

    }
    .carousel-caption{
    left: 14%;
    /* right: 40%; */
    top:30%;
    text-align: left;
    }
    .carousel .carousel-inner img{
        min-width: 767px;

        

    }
    /*輪播圖文字*/
    .carousel-caption h1{
        font-size: 24px;
        font-weight: 900;
    }
    .carousel-caption h5{
        padding-top: 18px;
        /* padding-left: 60px; */
        font-size: 20px;
    }
    .carousel-caption p{
        font-family: 'arial';
        font-size: 14px;
        /* padding-left: 60px; */
        font-weight: 500;
    }
    .index-company .right{
        display: none;
    }
    /*首頁公司簡介位置*/
    .index-about .about-box .about-left{
        width: 100%;
        padding:3.5%;
        position: relative;
        top: 0px;
        left: 0px;
    }
    .index-about .about-right:after{
        width:84%;
        padding-top:35%;
        position: absolute;
        bottom: -40px;
    }
    .index-about .about-box .about-right {
        margin-right:0%;
        }
    .index-about {
        padding: 80px 0;
    }
    .inside-text .index-about{
        padding: 0px;
    }
    .inside-text .index-about .about-box .about-right{
        margin-right: 0vh;
    }
    .inside-text .about-photo {
        margin-top: 100px;
    }
    .inside-products{
    padding: 3vh;
    }
    .footer .information{
        padding-left:0px;
        text-align: center;
    }
    .footer .sitemap{
        padding-left:0px;
        text-align: center;
    }
}
@media (max-width: 767px){
    section{
    padding:80px 0px;
    }
    .zoom-slider .slide-text{
        top: 25vh;
    }
    .zoom-slider .slide-text h1{
        font-size: 30px;
        line-height: 46px;    
        margin-bottom: 40px;  
    }
    .zoom-slider .slide-text h1 span{
        font-size:  50px;  
    }
    .zoom-slider .slide-text h3{
        font-size: 18px;     
    }
    .inside-banner{
        margin-top:70px; 
    }
    .inside-banner .inside-banner-text{
        top: 25%;
        left: 10%;
    }
    .inside-banner .inside-banner-text h1{
        font-size: 30px;
        line-height: 40px;
    }
     .inside-products{
    padding:1vh;
    }
    .inside-products .products-item{
        padding: 10px;
    }
    .footer .fllow-us{
    text-align:center;
    }
    .footer .fllow-us img{
    padding-top: 0px;
    width: 180px;
    }
    section .index-title h1{
        font-size: 34px;
    }
    .index-about .about-left p{
    color: #000;
    padding-top: 0px;
    }
    .inside-people .people-item{
    height: auto;
    margin-bottom: 30px;
}
    section .title-products p {
        text-align: center;
    }
    .footer h5{
        margin-top: 40px;   
    }
    .copyright{
        padding-top: 40px;   
    }
}