::-webkit-selection {
	background: #2a333c;
	color: #ffffff;
	}
::-webkit-scrollbar{
	width: 5px;
	}
::-webkit-scrollbar-track {
	background: #e0e0e0;
	}
::-webkit-scrollbar-thumb{
	border-radius: 16px;
	background-color: #aaaaaa;
	}

#index-loading{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: 99999;
    overflow: hidden;
    }
.loading-hs{
    position: fixed;
    width: 50%;
    max-width: 400px;
    left: 0;
    right: 0;
    top: 43%;
    margin:0 auto;
    }
@media screen and (max-width: 640px) {
.loading-hs{
    width: 65%;
    }
.project-load{
    display: none;
    }
}

@media screen and (min-width: 640px) { 
.home-load{
    display: none;
    }
}

/*foot*/
.foot-bg{
    display: block;
    width: 100%;                
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;   
    overflow: hidden; 
    background-color: #1a1a1a;
    }
.foot-background{
    display: block;
    padding: 13% 0 18% 0;
    width: 100%;
    height: 550px;
    background-size: cover;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    }
.foot-left, .foot-right{ 
    float: left;       
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    }
.foot-left{        
    padding: 0 0 0 7vw;
    }  
.foot-right ul{
    display: block;
    margin: 0;
    padding: 0;
    }  
.foot-right ul li{
    display: inline-block;
    width: 48%;   
    margin:0 0 20px 0;
    padding: 0 10% 0 0;
    vertical-align: top;  
    letter-spacing: 1px;  
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    } 
.foot-right ul li p{
    margin: 10px 0 20px 0;
    color: #999999;
    font-size: 14px;   
    }  
.foot-right ul li a{
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration:none;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }  
.foot-right ul li a:hover{
    color: #9a8c73;
    } 
.foot-left a{
    font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", sans-serif;
    display: block;
    margin-top: 5px;
    color: #c9b89a;
    font-size: 13px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }  
.foot-left a:hover{
    color: #ffffff;
    }  
.foot-logo{
    display: block;
    width: 100%;
    max-width: 170px;
    opacity: .25;
    }   
.foot-left p{   
    margin: 20px 0 0 0;     
    padding: 0;
    color: #666666;
    font-size: 13px;
    }  
@media screen and (max-width: 1100px) {
    .foot-background{
        height: 430px;
        }
    .foot-left{      
        width: 40%;
        }
    .foot-right{      
        width: 60%;
        }
}  
@media screen and (max-width: 865px) {
    .foot-left{      
        width: 100%;
        padding: 0 0 10vw 14vw;
        }
    .foot-right{      
        width: 100%;
        padding: 0 0 0 14vw;
        }
    .foot-background{
        height: 480px;
        }
}  
@media screen and (max-width: 480px) {
    .foot-left p {
        font-size: 12px;
        margin: 10px 0 0 0;
        }
    .foot-right ul li a {
        font-size: 15px;
        }
    .foot-right ul li p {
        font-size: 12px;
        }
    .foot-background{
        height: 400px;
        }
    .foot-logo {
        max-width: 120px;
        opacity: .4;
        }
}  
@media screen and (max-width: 375px) {
    .foot-background{
        height: 390px;
        }
}       
/*foot end*/