﻿@charset "utf-8";
/* css reset start */
@charset "utf-8";
/* css reset start */

.navbar{
    margin:0;
}
.left {
    float: left;
}
.right {
    float: right;
}

.header-top {
    height: 40px;
}
.header-top .curr-time {
    line-height: 40px;
    font-size: 14px;
    color: #504f4f;
   
}

.header-top .curr-time .local-time-desc {
    margin-left: 20px;
}

.header-top .right ul {
    margin-top: 8px;
}


.header-top .right ul li a {
    font-size: 12px;
    color: #fff;
    padding: 2px 10px;
    display: block;
    background: #EA7C00;
    font-size: 16px;
}


.header-top .margin-right-15 {
    margin-right: 15px;
}

.header-top ul {
    list-style: none;
}

.header-top ul li {
    display: inline;
    line-height: 40px;
    float: left
}

.header-top ul li > a {
    padding: 12px 20px;
    color: #AEAEAE;
    font-weight: 600;
    border: 1px solid #e7e7e7;
    margin-left: -1px;
}

.header-top ul li > a:hover {
    background-color: #e7e7e7;
}

.header-top > .container > a > span {
    padding: 12px 0px;
    color: #AEAEAE;
    font-weight: 600;
    line-height: 20px;
}

 
.header-bot {
    height: 103px;
    background: #fff
}

.logo {
    display: block;
    float: left;
    margin-top: 25px;
    height: 70px;
}

.nav {
    float: right;
    margin-top: 43px;
    margin-left: 140px;
}

.nav li {
    float: left;
    margin: 0px 15px;
}

.nav li > a {
    font-size: 15px;
    color: #333333
}


.nav li.dl > a {
    background: #3569fd;
    padding: 5px 20px;
    border-radius: 3px;
    color: white;
    box-shadow: 0px 0px 15px #3569fd;
    text-align: center;
}


.menu-btn {
    display: none
}