/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016年2月17日, 下午05:36:59
    Author     : bubalai
*/

.site_width{
    width: 965px;
}
/******** Start menu bar *********/
.menu_bar{
    margin:20px auto;
}
#MainHeaderDiv{
    margin-left: auto;
    margin-right: auto;
}
.logo{
/*        width:100%;*/
}
.menu_text{
    font-size: 16px;
    color: #898989;
}
.menu_text_email{
    padding-top: 10px;
	margin-left: 15%;
}
.phone_number{
    font-size: 24px;
    color: #669900;
}
a.linkword{
    color: #ff8200;
}
.menu_buttons{
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 15px;
}
.menu_buttons a{
    color: #000;
    text-decoration: none;
}
.menu-button{
    z-index: 10;
}
.menu-button{
    display: inline-block;
    float: left;
    padding: 4px;
    margin: 0 10px;
}
.greenBar_top{
    width:100%;
    height:5px;
}
.greenBar_bottom{
    width:100%;
    height:2px;
}
.menu-contact .linkword{
    font-size: 16px;
}
.menu-contact div{
    padding-left: 10px;
    padding-right: 10px;
}
.menu-lang{
    padding: 5px 10px;
    font-weight: bold;
    font-size: 15px;
}
.menu-dropdown-button{
    width: 100%;
    position: relative;
    display: inline-block;
    /*z-index: 10;*/
}
.menu-dropdown-content{
    padding: 5px;
    margin-top: 2px;
    width: 300%;
    position: absolute;
    left: -100%;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 20;
}
.menu-dropdown-content .row{
    margin-top: 10px;
    margin-bottom: 10px;
}

.menu-dropdown-content:not(:hover){
    display: none;
}
.menu-dropdown-content:hover,
.menu-dropdown-button:hover .menu-dropdown-content{
    display: block;
}

.menu-dropdown-button>a{
    padding-bottom: 5px;
    display: inline-block;
}



.menu-contact>div{
    padding: 0px;
    display: inline-block;
}
.menu_text_hotline{
    margin-left: 25px;
}
/******** End menu bar *********/

/******** Start footer *********/
#footer{

}
.footer-box{
    width:861px;
    margin: 20px auto;
    color: #fff;
    font-size: 12px;
}
.footer-box a{
    color: #fff;
    text-decoration: none;
}
.text-right{
    text-align: right;
}
.footer-menu{
    float: right;
}
.footer-menu .row div{
    padding-left: 10px;
    padding-right: 10px;
}
.footer-all-right-reserved{
    margin-top: 45px;
}
.footer-all-right-reserved div.text-right,
.footer-udhk div.text-right{
    padding-left: 0px; 
    padding-right: 0px;
}
.footer-udhk{
    margin-top: 15px;
}
.footer-link{
    display: inline-block;
    float: left;
    padding-left: 5px;
}

#livehelp_status_button{
    position: fixed;
    left: 10px;
    z-index: 10000000;
    bottom: 10px;
}
/******** End footer *********/
