/* =========================== 顶部导航 start =========================== */

#header {
    position: relative;
    top: 0;
    z-index: 1000;
    width: 100%;
    -webkit-box-shadow: 1px 1px 20px 0px #c7c7c7;
    -moz-box-shadow: 1px 1px 20px 0px #c7c7c7;
    box-shadow: 1px 1px 20px 0px #c7c7c7;
    background-color: #fff;
}
#kyy-header {
    position: relative;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.kyy-header .mobile-user-avtar {
    position: relative;
    display: none;
    float: right;
}
.common-header .mobile-user-avtar {
    margin-top: 10px;
    margin-right: 20px;
}
.common-header .mobile-user-avtar .dropdown-menu {
    left: -120px;
}
@media (max-width: 1200px) {
    .kyy-header.common-header .pc-nav-avtar .dropdown-menu {
        left: -25px;
    }
}
.kyy-header .navbar-header .logo-wrapper {
    display: inline-block;
    width: 178px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.kyy-header .navbar-header .navbar-brand {
    float: none;
    display: inline-block;
    width: 100%;
    padding: 0;
    color: #fff;
    text-align: center;
}
.kyy-header .navbar-header .navbar-brand > img {
    height: 60px;
    margin: 0 auto;
}
.kyy-header .navbar-header .logo-wrapper .logo-text {
    display: inline-block;
    width: 100%;
    padding-top: 6px;
    font: bold 25px/50px 'Microsoft Yahei';
    color: #1469ac;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}
@media (max-width: 1366px) {
    .kyy-header {
        padding: 0 10px;
    }
    .kyy-header .navbar-header .logo-wrapper {
        width: 158px;
    }
    .kyy-header .navbar-header .logo-wrapper .logo-text {
        font-size: 22px;
    }
    .kyy-header .navbar-header .navbar-brand > img {
        height: 60px;
        width: auto;
    }

}
.mobile-nav .dropdown-menu {
    background-color: #fff;
    margin-left: -120px;
}
.kyy-header .nav.navbar-nav > li > a {
    padding: 20px 23px;
    line-height: 20px;
    color: #616161;
    background: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (min-width: 1200px) {
    .kyy-header .nav.navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 1440px) {
    .kyy-header .nav.navbar-nav > li > a {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 1199px) {
    .kyy-header .nav.navbar-nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }
}
.kyy-header .nav.navbar-nav > li.open.active > a,
.kyy-header .nav.navbar-nav > li.open > a:hover,
.kyy-header .nav.navbar-nav > li.open > a:focus,
.kyy-header .nav.navbar-nav > li.open > a,
.kyy-header .nav.navbar-nav > li.active > a,
.kyy-header .nav.navbar-nav > li > a:hover,
.kyy-header .nav.navbar-nav > li > a:focus {
    background: none;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.kyy-header .nav.navbar-nav .navbar-toggle {
    padding: 5px 15px;
    background: #1abc9c;
}
.kyy-header .nav.navbar-nav .navbar-toggle .icon-bar {
    background: #fff;
}
.kyy-header .navbar-form {
    margin: 15px 10px;
}
@media (max-width: 1199px) {
    .kyy-header .navbar-form {
        margin: 15px 0;
    }
}
.nav.user-nav > li > a.dropdown-toggle {
    padding: 15px 15px;
}
.kyy-header .mobile-user-avtar .dropdown-toggle {
}
.kyy-header .pc-nav-avtar {
    float: left;
    padding: 15px 0;
    margin-left: 20px;
    cursor: pointer;
}
.kyy-header .pc-nav-avtar .dropdown-menu {
    position: absolute;
    top: 60px;
    left: 80px;
    padding-top: 12px;
    min-width: 120px;
    margin: 0 0 0 -30px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, .44);
}
.kyy-header .pc-nav-avtar .dropdown-menu li:hover {
    background-color: #f3f3f3;
}
.kyy-header .pc-nav-avtar .dropdown-menu a {
    display: table;
    margin: 0 auto;
    padding-top: 7px;
    padding-bottom: 7px;
}
.kyy-header .pc-nav-avtar .dropdown-menu a:hover {
    background-color: transparent;
    color: #4bbbfa;
}
@media (max-width: 1300px) {
    .kyy-header .pc-nav-avtar {
        margin-right: 0;
    }
}
@media (min-width: 1600px) {
    .kyy-header .pc-nav-avtar {
        margin-right: 200px;
    }
}
.kyy-header .navbar-header .navbar-brand {
    color: #313131;
}
.kyy-header .navbar-mobile .navbar-more {
    color: #313131;
}
.kyy-header .nav-mobile .nav.navbar-nav > li.open.active > a,
.kyy-header .nav-mobile .nav.navbar-nav > li.open > a:hover,
.kyy-header .nav-mobile .nav.navbar-nav > li.open > a:focus,
.kyy-header .nav-mobile .nav.navbar-nav > li.open > a,
.kyy-header .nav-mobile .nav.navbar-nav > li.active > a,
.kyy-header .nav-mobile .nav.navbar-nav > li > a:hover,
.kyy-header .nav-mobile .nav.navbar-nav > li > a:focus {
    color: #fff;
}
.kyy-header .navbar-mobile .nav-mobile .nav > li > a {
    color: #fff;
    width: 80%;
}
.kyy-header .nav.navbar-nav > li .fa-caret-down {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
    font-size: 20px;
    right: 20px;
    color: #fff;
}
.kyy-header .nav.navbar-nav > li .fa-caret-down:before {
    margin-left: 10px;
    line-height: 30px;

}
.kyy-header .nav.navbar-nav > li.open.active > a,
.kyy-header .nav.navbar-nav > li.open > a:hover,
.kyy-header .nav.navbar-nav > li.open > a:focus,
.kyy-header .nav.navbar-nav > li.open > a,
.kyy-header .nav.navbar-nav > li.active > a,
.kyy-header .nav.navbar-nav > li > a:hover,
.kyy-header .nav.navbar-nav > li > a:focus {
    color: #313131;
}
.kyy-header .nav.user-nav > li > a {
    color: #616161;
}
.kyy-header .nav.user-nav > li > a:hover,
.kyy-header .nav.user-nav > li > a:focus {
    color: #313131;
}
.navbar-form .form-control {
    border-color: #e1e1e1;
}
.hd__weixin-qrcode {
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
    padding-top: 8px;
    line-height: 1;
    color: #666;
    margin-right: 30px;
}
.hd__weixin-qrcode .hd-wx__icon {
    float: left;
    margin-right: 8px;
    font-size: 40px;
}
.hd-wx__text {
    float: left;
    margin-top: 8px;
    line-height: 1.3;
    font-size: 12px;
}
.hd__weixin-qrcode .qrcode-wrap {
    position: absolute;
    display: none;
    left: -30px;
    top: 60px;
    width: 150px;
    height: 150px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, .44);
}
.hd__weixin-qrcode .qrcode-wrap:after {
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -7px;
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 14px;
    width: 14px;
    box-shadow: -1px -1px 1px -1px rgba(0, 0, 0, .44);
    transform: rotate(45deg) translate(6px, 6px);
}
.hd__weixin-qrcode .qrcode-wrap .qrcode-img {
    width: 100%;
    height: 100%;
}
/* 首页头部导航 start */
.user-kyy-header {
    height: 60px;
    line-height: 60px;
    background-color: #fff;
}
.user-kyy-header .header-l {
    float: left;
}
.user-kyy-header .header-l .logo {
    height: 60px;
    display: flex;
    align-items: center;
}
.user-kyy-header .header-l .logo img {
    height: 40px;
}
.user-kyy-header .header-conent {
    float: left;
    margin-left: 30px;
}
.header-conent .nav-wrapper {
    margin-bottom: 0;
}
.header-conent .nav-wrapper .nav-item {
    float: left;
    padding: 20px 15px;
    line-height: 20px;
    font-size: 14px;
}
.header-conent .nav-wrapper .nav-item .nav-new {
    position: absolute;
    top: -16px;
    right: -25px;
    width: 25px;
    height: 25px;
    background-color: #fff;
}
.header-conent .nav-wrapper .nav-item a {
    position: relative;
    color: #616161;
    text-decoration: none;
}
.header-conent .nav-wrapper .nav-item a:hover {
    color: #313131;
}
.user-kyy-header .header-r {
    position: relative;
    float: right;
    height: 60px;
    line-height: 60px;
    margin-right: 5px;
    color: #313131;
    font-size: 14px;
}
.user-kyy-header .header-r img {
    vertical-align: middle;
}
.hd__userinfo {
    display: inline-block;
}
.user-kyy-header .header-r .nav-hover {
    position: relative;
    padding: 0 10px;
    cursor: pointer;
}
.user-kyy-header .header-r .nav-hover .dropdown-menu {
    padding-top: 12px;
    min-width: 120px;
    margin: 0 0 0 -35px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, .44);
}
.user-kyy-header .header-r .nav-hover .dropdown-menu:after {
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -7px;
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 14px;
    width: 14px;
    box-shadow: -1px -1px 1px -1px rgba(0, 0, 0, .44);
    transform: rotate(45deg) translate(6px, 6px);
}
.user-kyy-header .header-r .nav-hover .dropdown-menu a {
    display: table;
    margin: 0 auto;
    padding-top: 7px;
    padding-bottom: 7px;
}
.user-kyy-header .header-r .nav-hover .dropdown-menu li:hover {
    background-color: #f3f3f3;
}
.user-kyy-header .header-r .nav-hover .dropdown-menu a:hover {
    background-color: transparent;
    color: #4bbbfa;
}
.user-avatar-li-md {
    display: inline-block;
}
.user-avatar-li-md a {
    padding: 20px 15px;
}
/* 头部导航 end */

/* =========================== 顶部导航 end =========================== */


