#header {
    background: #fff;
}

#logo {
    width: 980px;
    margin: auto;
    padding: 15px;

}

#logo img {
    height: 40px;
}

#nav {
    background-color: #fd830d;
    height: 43px;
    /*background-image: -webkit-gradient(linear,left bottom,left top,from(#d67632),to(#f78c40));*/
    /*background-image: -moz-linear-gradient(top,#f78c40,#d67632);*/
    /*background-color: #d67632;*/

}

#menu {
    margin: 0;
    text-align: center;
    width: 980px;
    height: 100%;
    margin: auto;
    color: #fff;
    font-size: 14px;
    font-family: "微软雅黑";
    position: relative;
    *zoom:1;
}

#menu .loginNav{
    position: absolute;
    top:0;
    right:0;
}

#menu li {
    float: left;
    z-index: 20;
    font-size: 14px;;
    margin-right:5px;
}

#menu .link {
    color: #fff;
    display: inline-block;
    line-height: 43px;
    padding: 0 15px;
    font-size: 14px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


#logo .language-switch {
    color: #333 !important;
    font-size: 14px;
    font-weight: 300;
    padding: 0 24px;
    margin-right: 0;
    float: right;
    margin-top: 10px;
    cursor: pointer;
    line-height: 30px;
}

#logo .language-switch:hover {
    background-color: #ffffff !important;
}

#logo .language-switch .ico-language {
    background: url(/img/landing/new/ico-language.png) no-repeat;
    width: 16px;
    height: 16px;
    background-size: auto 16px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 4px;
}

#menu li:hover,#nav .nav a:hover {
    background-color: #d36804 !important;
}

#menu a,#menu a:hover{
    text-decoration: none;
}

#menu .active,#menu .active:hover {
    box-shadow: inset 1px 1px 0px #b1632b,inset -1px -1px 0px #b1632b;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#e17e37),to(#bf6a2e));
    background-image: -moz-linear-gradient(top,#bf6a2e,#e17e37);
    background-color: #d36804;
}

#menu .dropdown .link {
    line-height: 42px;
}


#menu .dropdown li{
    float: none;
    text-align: left;
    margin-right: 0;
}

#menu .caret {
    border-top: 4px solid #fff;
    margin: 0 0 0 5px;
}

#menu .link * {
    vertical-align: middle;
}

#container {
    width: 980px;
    margin: 20px auto;
}

#footer {
    clear: both;
    width: 980px;
    margin: auto;
    font-size: 12px;
    padding: 15px 0 20px 0;
    border-top:1px solid #e1e1e1;
    position: relative;
    *
    zoom:1;
}

#footer .contact-qq{
    position: absolute;
    right: 0px;
    top: 12px;
    display: inline-block;
    width: 200px;
    text-align: right;
}

#footer .second-row {
    clear: both;
    text-align: left;
    color: #999;
    margin: 30px 0 10px 0;
}

#footer .second-row * {
    vertical-align: middle;
}

#footer .second-row .icp {
    margin: 0 10px;
}

.lang-cn #footer #about, .lang-cn-tw #footer #about{
    margin:0 0 0 162px;
}

.phoneCall{
    background-color:#82BD1A;
    color:#fff;
    padding:3px 10px;
    border-radius:3px;
    font-size:14px;
}

#footer .phoneCall{
    position:absolute;
    top:12px;
    left:0px;
}


#about li {
    display: inline;
    float: left;
    padding-right: 10px;
}

#about li.fenge {
    color: #ddd;
}

.company{
    clear:both;
    margin:10px 0 0 0;
}

#giftTemplate a{
    font-size: 14px;
    color:#dd4b39;
}

.contact-social{
    position: absolute;
    top:5px;
    right:0px;
}
