body {   
    background-image: url(../images/bg.png);
    font-family: "微軟正黑體", "新細明體", 'Open Sans', sans-serif, Helvetica, Arial;
    font-size: 16px;
}

a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.container {
    max-width: 1320px;
}

@media (max-width: 1440px) {
    .container {
        max-width: 90% !important;
    }
}

@media (max-width: 1280px) {
    .container {
        max-width: 95% !important;
    }
}


/*header-----------------------------------------------s*/
header{
   
    display: block;
    width: 100%;
    padding-top:8px;
    padding-bottom: .75em;
    z-index: 9999;
}
 
.header{
    display: block;
    max-width: 1280px;
    overflow: hidden;  
    margin-left: auto;
    margin-right: auto;
    
   
}
.header_left{
   float: left;
   width: 30%;
   
}
.header_right{
    float: right;
    width: 70%;
    text-align: right;
    
 }
 .logo_img{
    display: block;
 }
.menu_list{
    margin: 16px 0 0 0;
    padding: 0;   
    overflow: hidden; 
 }
 .menu_list li{
    display: inline-block;
 }
 .menu_list li a{
    display:block;
    padding:12px 25px;
    text-decoration: none;
    color: #ddd;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    -webkit-transition: 500ms;
 }
 .menu_list li a:hover{   
    color: #fff;
 }


 @media(max-width:1440px){
 .header{
    max-width:initial;
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
}
 }
 @media(max-width:1280px){
    .header{
     
       width: 95%;
      
   }
    }

 @media(max-width:960px){
    .menu_list li a{      
        padding:12px 15px;      
     }
 }
 @media(max-width:768px){
    .header{
        width: 100%;
        padding-left: 0;
        padding-right:0;
    }
    .header_left{
        float:none;
        width:auto;
        text-align: center;       
     }
     .header_right{
        float:none;
        width:auto;
        text-align: center;
        margin-top:0;
        background: #161616;
         
      }
 }

 @media(max-width:440px){ 
    .logo_img img{
        width: 200px;
        height: auto;        
     }

     .menu_list li a{        
        padding:12px 10px;
        font-size: 15px;       
     }
 }

 @media(max-width:360px){   
    .menu_list li a{        
       padding:12px 3px;
       font-size: 14px;       
    }
}

/*banner-----------------------------------------------------*/
.banner {
    display: block;
    padding-top: 1em;
    padding-bottom: 2em; 
}

.banner-matter {
    float: left;
    padding: 8em 0 0;
    width: 30%;
}

.banner-matter h1 {
    color: #f1f1f1;
    font-family: sans-serif;
    font-size: 2.2em;
}

.banner-matter h2 {
    color: #fff;
    font-size: 2.2em;
    font-family: "微軟正黑體", "新細明體", 'Open Sans', sans-serif, Helvetica, Arial;
}

.banner-matter h3 {
    margin-top: 0.5em;
    color: #bad358;
    font-size: 1.5em;
    font-family: "微軟正黑體", "新細明體", 'Open Sans', sans-serif, Helvetica, Arial;
}

.banner-matter p {
    color: #e2e2e2;
    font-size: 1em;
    line-height: 1.8em;
    width: 100%;
    padding: 0.5em 0 0;
    font-family: "微軟正黑體", "新細明體", 'Open Sans', sans-serif, Helvetica, Arial;
}

.tv {
    float: right;
}

@media(max-width:1280px) {
    .banner-matter {
        padding: 5em 0 0;
        width: 34%;
    }

    .banner-matter h2 {
        font-size: 2em;
    }

    .banner-matter h3 {
        font-size: 1.4em;
    }

    .tv {
        width: 65%;
    }

    .tv img {
        max-width: 100%;
    }
}

@media(max-width:1024px) {
    .banner {
       
        padding-bottom: 1em; 
    }
    .banner-matter {
        padding: 1em 0 0 0;
        float: none;
        width: 90%;
        margin: 0 auto;
    }

    .banner-matter h2 {
        font-size: 1.8em;
    }

    .banner-matter h3 {
        font-size: 1.4em;
    }

    .banner-matter p {
        padding: 0;
    }


    .tv {
        float: none;
        width: 80%;
        margin: 0 auto;
    }
}

@media(max-width:840px) {
    .banner-matter {
        width: 100%;
    }

    .tv {
        width: 90%;
    }

}

@media(max-width:640px) {
    .banner {
       
        padding-bottom: 0em; 
    }

    .banner-matter h2 {
        font-size: 1.5em;
    }

    .banner-matter h3 {
        font-size: 1.25em;
    }

    .tv {
        width: 100%;
    }
}
@media(max-width:480px) { 

    .banner-matter h3 {
        font-size: 1.125em;
    }  
}

/*系統開發---------------------------------------------------*/
.bgcolor{
    display: block;
    padding: 3em 0;
	background-color:#161616;
	background-image:url(../images/bg2.png);
    overflow: hidden;
}
/*系統開發-------------------------*/
.main_title{
	display: block;
	text-align: center;
	font-size: 30px;
	color: #f1f1f1;
}
.main_title.t2{
	margin-top: 1.5em;
}

@media(max-width:1024px){
    .bgcolor{
        padding: 2em 0;        
    }

    .main_title{
        font-size: 24px;
    }
    .main_title.t2{
        margin-top: 1em;
    }
}
@media(max-width:768px){
    .main_title{
        font-size: 20px;
    }
    .main_title.t2{
        margin-top: .5em;
    }
}

.system_h2{
	display: block;
	margin-top: .5em;
	font-size: 18px;
	color:#c5d872;
	padding: 10px 0 0 0;
}

.system_box{
	
	display: block;
	width: auto;

	font-size: 18px;
	padding:16px 10px;
	border:1px #656565 solid;
	text-align: center;
	background: #333;
	color: #f1f1f1;
	border-radius:6px;
}
@media(max-width:800px){
    .system_box{	
		font-size: 16px;	
	}
}

/*作品集---------------------------------------------------*/
.img01 {
    width: 100%;
    display: block;
    border-radius: 8px;
    overflow: hidden;
}

.img01 img {
    width: 100%;
    height: auto;
}
/*放大--------------------------------------------------------------------------------------*/
.zoom_img {
    display: block;
    overflow: hidden;
    position: relative;
}

.zoom_img img {
    vertical-align: bottom;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

a:hover .zoom_img img,
li:hover .zoom_img img,
li:focus .zoom_img img,
li:active .zoom_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}    

/*服務項目----------------------------------------*/
.services_box{
    color: #ddd;
    text-align: center;
}
.services_img{
    display: block;
    text-align: center;
}
.service_txt h5{
    font-size: 1.25em;
    color: #fff;
}
.service_txt p{
    font-size: .975em;
    color: #fff;
}

/*關於我們---------------------------------------------*/
#contact{
   
}
.title01{
    display: block;
    font-size: 18px;
    color: #bad358;
}
#contact p{
    display: block;
   color: #ddd;
   line-height: 1.8em;
}
.contact_ul{
    display: block;
    margin: 0;
    padding: 0 0 0 .5em;
   
}
.contact_ul li{
    display: block;
    color: #ccc;
    padding: 5px;
    font-size: 15px;
}
.contact_ul li a{
    color: #ccc;
    text-decoration: none;
}
.contact_ul li a:hover{
    color: #fff;
}
.contact_ul li i{
    display: inline-block;
   padding-right: 1em;
}

footer{
    display: block;
    background: #0f0f0f;
    color: #ddd;
    text-align: center;
    padding-top: 1em;
}


/*toTop---------------------------------------------------*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 25px;
    right: 10px;
    overflow: hidden;
    width: 52px;
    height: 52px;
    border: none;
    text-indent: 100%;
    background: url('../images/up.png') no-repeat 0px 0px;
}