#header{
	background: url("../images/header_bg.png") no-repeat left top;
    width: 100%;
    background-size: 104%;
    display: block;
    position: relative;
}


#logo{
    position: absolute;
    top:60px;
    left:30px;
}

#logo img{
   width:90%;
}


.language{
    position: absolute;
    top: 15px;
    right: 111px;
font-family:Times New Roman;
font-size:16px;
}

.language ul{
    list-style: none;
    display: inline-block;
}

.language ul li{
	float: left;
	margin-right:6px;
}

.language ul a {
    text-decoration: none;
    color: #fff;
    width: 16px;
}

.language a:hover{
    width: 16px;
    border-top-width: 14px;
    border-top-style: solid;
    border-top-color: #8ABA43;
    color: #8ABA43 !important;
}

.language li.active a{
	    width: 16px;
    border-top-width: 14px;
    border-top-style: solid;
    border-top-color: #8ABA43;
    color: #8ABA43 !important;
}
.pic {
    max-width: 400px !important;
    max-height: 150px !important;
}





