.fix-navbar {
    width: 100%;
    min-width: 1000px;
    top: 0px;
    left: 0;
    height: 64px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
    z-index: 99;
    font-size: 14px
}

.fix-navbar > .clearfix {
    height: 100%
}

.fix-navbar.fix {
    display: block;
    position: fixed;
}

.fix-navbar .logo {
    float: left;
    margin: 15px 40px 0 30px;
}

.fix-navbar .logo img {
    display: inline-block;
    width: 72px;
    height: 24px;
    vertical-align: middle
}

.fix-navbar .logo .community-logo {
    display: inline-block;
    position: relative;
    margin-left: 0px;
    padding-left: 10px;
    font-size: 20px;
    color: #ff7200;
    vertical-align: middle
}

.fix-navbar .logo .community-logo:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ff7200
}

.fix-navbar .navbar {
    float: left;
    height: 100%;
}

.fix-navbar .navbar > li {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    position: relative;
}

.fix-navbar .navbar > li:hover::after {
    position: absolute;
    top: 50px;
    left: 0;
    content: '';
    width: 40%;
    height: 3px;
    background: #ff7200;
    margin-left: 29%;
}

/* .nav>li.icon-hot {
    display: inline-block;
    width: auto;
    background: url(../images/icons/icon-hot2.png) no-repeat 3px center;
    background-size: 10px auto;
}

.fix-navbar .navbar li.all-nav > a {
    padding-left: 20px;
    background: url(../images/icons/icon-server.png) no-repeat 0 center;
    background-size: 14px;
} */

.fix-navbar .navbar li.all-nav .header-nav-box {
    top: 60px;
}

.all-nav:hover .header-nav-box {
    display: block;
}

.fix-navbar .navbar li.search-nav .search-nav-box {
    top: 60px;
}

.search-nav:hover .search-nav-box {
    display: block;
    padding-left: 318px;
}

.fix-navbar .navbar li.search-nav .tool-nav-box {
    top: 60px;
}

.tool-nav:hover .tool-nav-box {
    display: block;
    padding-left: 429px;
    top: 60px;
}

.fix-navbar .navbar li.hot {
    background: url(/images6/icon-hot.png) no-repeat right center;
    background-size: 14px auto;
}

.fix-navbar .navbar li > a {
    display: block;
    height: 100%;
    line-height: 64px;
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
}

.fix-navbar .navbar li > a:hover {
    color: #ff7200
}

.fix-navbar .navbar li.active > a {
    color: #ff7200;
}

.fix-navbar .item-right {
    float: right;
    margin: 13px 10px 0 0;
}

.fix-navbar .search-box {
    position: relative;
}

.fix-navbar .search {
    width: 420px;
    height: 40px;
    border: solid 1px #e4e4e4;
    border-radius: 2px;
    position: relative;
    z-index: 5;
    background-color: #fafafa;
}

.fix-navbar .search form {
    height: 100%;
}

.fix-navbar .search .search-key {
    float: left;
    padding-left: 5px;
    width: calc(100% - 100px);
    height: 100%;
    border: 0;
    padding-right: 20px;
    color: #333;
    font-size: 16px;
    background-color: transparent;
}

.fix-navbar .search .search-key::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

.fix-navbar .search .search-key::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

.fix-navbar .search .search-key:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}

.fix-navbar .search .search-btn {
    display: block;
    width: 180px;
    height: 100%;
    background-color: #ff6600;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    cursor: pointer;
}

.fix-navbar .search .icon-camera {
    display: block;
    width: 26px;
    height: 24px;
    position: absolute;
    right: 45px;
    top: 7px;
    background: url(/images6/icon-camera.png) no-repeat center;
    z-index: 2;
    cursor: pointer;
}

.fix-navbar .search .select-input {
    margin-top: -20px;
    width: 0;
    height: 0;
    opacity: 0;
}

.fix-navbar .search .select-input[type=file] {
    display: none
}

.fix-navbar .search .sub-key {
    float: left;
    position: relative;
    width: 80px;
    text-align: center;
    cursor: default;
    font-size: inherit;
}

.fix-navbar .search .sub-key dt {
    line-height: 40px;
    position: relative;
    text-indent: -18px;
}

.fix-navbar .search .sub-key dt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-top: solid 6px #222;
    position: absolute;
    top: 17px;
    right: 14px;
}

.fix-navbar .search .sub-key dt::before {
    content: "";
    display: block;
    width: 0px;
    position: absolute;
    top: 8px;
    bottom: 8px;
    background-color: #e4e4e4;
}

.fix-navbar .search .sub-key dd {
    display: none;
    width: 100%;
    position: absolute;
    top: 38px;
    background-color: #fff;
    padding: 10px 0;
    border: solid 1px #ddd;
}

.fix-navbar .search .sub-key dd span {
    display: block;
    line-height: 30px;
}

.fix-navbar .search .sub-key dd span:hover {
    color: #ff7200
}

.fix-navbar .search .sub-key.active dd {
    display: block;
}

.fix-navbar .login-btns {
    float: left;
    display: flex;
    align-items: center;
}

.fix-navbar .login-btns a {
    display: inline-block;
    text-align: center;
    margin-left: 10px;
}

.fix-navbar .login-btns .btn1 {
    width: 84px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    cursor: pointer;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #222222;
}

.fix-navbar .login-btns .btn1:hover {
    color: #ff7200;
    border-color: #ff7200;
}

.fix-navbar .login-btns .btn2 {
    width: 84px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background: #FF7200;
    border-radius: 4px;
    color: #fff;
}
.fix-navbar .login-btns .btn2:hover {
    opacity: 0.8;
}

.fix-navbar .login-btns .btn3 {
    line-height: 40px;
}

.fix-navbar .login-btns .btn3 img {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px;
}

.fix-navbar .item-right .backhome {
    float: right;
    margin: 11px 0 0 15px;
    padding: 0 0 0 15px;
    position: relative;
}

.fix-navbar .item-right .backhome::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 0;
    width: 1px;
    background-color: #aaa;
}

.fix-navbar .logo .logo-img {
    display: inline-block;
    width: 108px;
    height: 28px;
    background: url(../images/icons/logo.png) no-repeat center;
    background-size: 100% auto;
    vertical-align: middle;
}

.fix-navbar .logo .logo-right {
    display: inline-block;
    position: relative;
    padding-left: 12px;
    font-size: 20px;
}

.fix-navbar .logo .logo-right:before {
    content: '';
    display: inline-block;
    margin-right: 15px;
    width: 2px;
    height: 2px;
    background-color: #333;
    vertical-align: middle;
}

.fix-navbar .logo .logo-right sub {
    font-size: 12px;
    vertical-align: -1px;
}

.fix-navbar .top-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    background: url(../images/top-search.png) no-repeat center;
    background-size: 20px;
}

.fix-navbar .top-search-btn:hover {
    background-image: url(../images/top-search-active.png);
}

.header-user-name {
    display: inline-block;
    position: relative;
}

.header-user-name .username {
    display: inline-block;
    max-width: 100px;
    height: 2em;
    line-height: 2em;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-user-name .server-list {
    display: none;
    position: absolute;
    right: 10px;
    background: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.20);
    border-radius: 4px;
    width: 200px;
    z-index: 99;
}

.header-user-name:hover .server-list {
    display: block;
}

.header-user-name .server-list .server-list-top {
    border-bottom: 4px solid #f7f7f8;
}

.header-user-name .server-list div {
}

.header-user-name .server-list a {
    display: block;
    float: none;
    margin: 0px;
    padding-left: 60px;
    font-size: 12px;
    line-height: 40px;
    color: #666;
    text-align: left;
}

.header-user-name .server-list a:hover {
    color: #ff7200;
}

.header-user-name .server-list a {
    background-position: 28px center;
    background-repeat: no-repeat;
    background-size: 18px auto;
}

.header-user-name .server-list a.header1 {
    background-image: url(../images/icons/icon-nav1.png);
}

.header-user-name .server-list a.header2 {
    background-image: url(../images/icons/icon-nav2.png);
}

.header-user-name .server-list a.header3 {
    border-bottom: 4px solid #f7f7f8;
    background-image: url(../images/icons/icon-nav3.png);
}

.header-user-name .server-list a.header4 {
    background-image: url(../images/icons/icon-nav4.png);
}

.header-nav-box {
    display: none;
    position: fixed;
    top: 64px;
    left: 0;
    padding: 5px 40px 20px;
    width: 100%;
    min-width: 1200px;
    color: #222;
    line-height: 1em;
    background-color: #fff;
    border-top: 1px solid #f0f0f2;
    box-shadow: 0px 4px 6px 0px rgba(44, 48, 71, 0.2);
    z-index: 100;
}

.header-nav-box .nav-type-box {
    float: left;
    margin-right: 60px;
    width: 320px;
}

.header-nav-box .nav-type-box:last-of-type {
    margin-right: 0;
}

.header-nav-box h3 {
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 3em;
    border-bottom: 1px solid #e9ebef;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 16px;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}

.header-nav-box h3:hover {
    color: #ff7200;
}

/* .header-nav-box .nav-type-box.brand h3 {
    background-image: url(../images/icons/icon-r.png);
}

.header-nav-box .nav-type-box.patent h3 {
    background-image: url(../images/icons/icon-p.png);
}

.header-nav-box .nav-type-box.copyright h3 {
    background-image: url(../images/icons/icon-c.png);
} */

.header-nav-box h4 {
    margin-bottom: 16px;
    font-family: MicrosoftYaHei;
    font-size: 13px;
    color: #878787;
}

.header-nav-box li {
    margin-bottom: 8px;
}

.header-nav-box li a {
    float: left;
    display: block;
    margin-right: 10px;
    margin-bottom: 14px;
    padding-right: 10px;
    font-family: MicrosoftYaHei;
    font-size: 13px;
    color: #222222;
    border-right: 1px solid #E8EBEF;
}

.header-nav-box li a:hover {
    color: #ff7200;
}

.search-nav-box {
    display: none;
    position: fixed;
    top: 64px;
    left: 0;
    padding: 5px 40px 20px;
    width: 100%;
    min-width: 1200px;
    color: #222;
    line-height: 1em;
    background-color: #fff;
    border-top: 1px solid #f0f0f2;
    box-shadow: 0px 4px 6px 0px rgba(44, 48, 71, 0.2);
    z-index: 100;
}

.search-nav-box .nav-type-box {
    float: left;
    margin-right: 60px;
    width: 160px;
}

.search-nav-box .nav-type-box:last-of-type {
    margin-right: 0;
}

.search-nav-box h3 {
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 3em;
    border-bottom: 1px solid #e9ebef;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 16px;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}

/* .search-nav-box .nav-type-box.brand h3 {
    background-image: url(../images/icons/icon-brand-search.png);
}

.search-nav-box .nav-type-box.patent h3 {
    background-image: url(../images/icons/icon-other.png);
}

.search-nav-box .nav-type-box.copyright h3 {
    background-image: url(../images/icons/icon-c.png);
} */

.search-nav-box h4 {
    margin-bottom: 16px;
    color: #999;
    font-size: 13px;
}

.search-nav-box li {
    margin-bottom: 8px;
}

.search-nav-box li a {
    float: left;
    display: block;
    margin-right: 10px;
    margin-bottom: 14px;
    padding-right: 10px;
    font-family: MicrosoftYaHei;
    font-size: 13px;
    color: #222222;
    /*border-right: 1px solid #E8EBEF;*/
}

.search-nav-box li a:hover {
    color: #ff7200;
}

.search-nav-box .nav-type-box .products img{
    width: 30px;
    height: 16px;
    position: relative;
    left: 5px;
    top: 3px;
}


.tool-nav-box {
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    padding: 5px 40px 20px;
    width: 100%;
    min-width: 1200px;
    color: #222;
    line-height: 1em;
    background-color: #fff;
    border-top: 1px solid #f0f0f2;
    box-shadow: 0px 4px 6px 0px rgba(44, 48, 71, 0.2);
    z-index: 100;
}

.tool-nav-box .nav-type-box {
    float: left;
    margin-right: 60px;
    width: 160px;
}

.tool-nav-box .nav-type-box:last-of-type {
    margin-right: 0;
}

.nav-type-item-right {
    display: inline-block;
    padding-left: 20px;
    font-weight: bold;
}

.tool-nav-box h3 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 3em;
    border-bottom: 1px solid #e9ebef;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 16px;
}

.tool-nav-box .nav-type-box.fxqb h3 {
    /* background-image: url(../images/icons/icon-fxqb.png); */
}

.tool-nav-box .nav-type-box.sjfx h3 {
    /* background-image: url(../images/icons/icon-sjfx.png); */
}

.tool-nav-box .nav-type-box.qtgj h3 {
    /* background-image: url(../images/icons/icon-qtgj.png); */
}

.tool-nav-box h4 {
    margin-bottom: 16px;
    color: #999;
    font-size: 13px;
}

.tool-nav-box li {
    margin-bottom: 8px;
}

.tool-nav-box li a {
    float: left;
    display: block;
    margin-right: 10px;
    margin-bottom: 14px;
    padding-right: 10px;
    color: #000;
    font-size: 13px;
    /*border-right: 1px solid #E8EBEF;*/
}

.tool-nav-box li a:hover {
    color: #ff7200;
}

/* ---------- start 右侧悬浮栏 ---------- */
.public-fixrightbar {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 10;
}

.public-fixrightbar .item {
    position: relative;
}

.public-fixrightbar .list .i-title {
    display: inline-block;
    line-height: 1.2em;
}

.public-fixrightbar .list:not(.backtop) .i-title {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.public-fixrightbar .list:not(.backtop) .i-title span {
    width: 14px;
    font-size: 14px;
    line-height: 1.2em;
}

.public-fixrightbar .list.list-ad1 {
    height: 110px;
    color: #fff;
    background: url(../images/rightfixbg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.public-fixrightbar .list.list-ad1 .i-title {
    color: #fff;
}

.public-fixrightbar .list.list-ad1 .i-title span {
    display: none;
}

.public-fixrightbar .list.list-ad1 .i-title span.show {
    display: inline-block;
}

.public-fixrightbar .list.zixun .i-title {
    width: 16px;
    font-size: 16px;
}

/*.public-fixrightbar .list:hover{ background: url(../images/rightfixbg.png) no-repeat center; background-size: cover; color:#fff; border:1px solid #161249;}*/
.public-fixrightbar .list.backtop {
    padding: 0
}

.public-fixrightbar .list.backtop a {
    width: 100%;
    height: 45px;
    background-image: url(/images6/icon13.png);
    background-repeat: no-repeat;
    background-position: center;
}

.public-fixrightbar .list.backtop a:hover {
    background-image: url(/images6/icon13-1.png);
}

.public-fixrightbar .list .bdoyer {
    display: none;
    width: 230px;
    height: 300px;
    padding: 15px 0 0;
    position: absolute;
    right: 40px;
    bottom: 0;
    background: url(/images6/bg13.png) no-repeat left top;
    text-align: left
}

.public-fixrightbar .list .bdoyer dl {
    padding: 14px 0 0;
    overflow: hidden;
    cursor: pointer;
}

.public-fixrightbar .list .bdoyer dt {
    float: left;
    width: 55px;
    padding: 4px 0 0 25px;
}

.public-fixrightbar .list .bdoyer dd {
    float: left;
    width: 155px;
}

.public-fixrightbar .list .bdoyer dd h6 {
    font-size: 16px;
    color: #333;
}

.public-fixrightbar .list .bdoyer dd p {
    font-size: 10px;
    color: #999;
}

.public-fixrightbar .list .bdoyer dd .color {
    font-size: 10px;
    color: #ff7200;
}

.public-fixrightbar .list.active .bdoyer {
    display: block;
}

.tip-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 24px;
}
.tip-box img {
    width: 16px;
    height: 16px;
    margin-right: 12px;
}
.tip-content {
    padding-left: 52px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #666666;
    margin-top: -8px;
}

@media screen and (max-width: 1650px) {
    .fix-navbar .search-box {
        margin-top: 5px;
        margin-right: 20px;
        width: 32px;
        height: 32px;
        background: url(../images/icons/icon-search-000.png) no-repeat center;
        background-size: 70%;
    }
    .fix-navbar .search {
        display: none;
        position: absolute;
        top: 30px;
        right: 0;
        cursor: pointer;
    }
    .fix-navbar .search-box:hover .search {
        display: block;
    }
}

@media screen and (max-width: 1400px) {
    .header-nav-box {
        position: fixed !important;
        height: calc(100% - 45px);
    }
    .header-nav-box .header-nav-box-in {
        width: 1150px;
        height: 100%;
        overflow: auto;
    }
    .search-nav-box {
        position: fixed !important;
        height: 300px;
    }
    .search-nav-box .header-nav-box-in {
        width: 1150px;
        height: 100%;
        overflow: auto;
    }
    .tool-nav-box {
        position: fixed !important;
        height: 300px;
    }
    .tool-nav-box .header-nav-box-in {
        width: 1150px;
        height: 100%;
        overflow: auto;
    }
}
.my-btn .layui-layer-content {
    padding-top: 40px;
    padding-bottom: 40px;
}
.my-btn .layui-layer-btn0{
    color: #666666;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #CCCCCC;
    width: 80px;
    height: 32px;
    margin-right: 24px !important;
}

.my-btn .layui-layer-btn1{
    color: #fff;
    height: 32px;
    background: #FF7200;
    border-radius: 2px;
    width: 130px;
    height: 32px;
}

.my-btn .layui-layer-btn a {
    margin: 0;
    padding: 0;
}

.my-btn .layui-layer-btn {
    padding-left: 102px;
    font-size: 14px;
}

.icon-search-box-head {
    display: inline-block;
    border-right: 1px solid #E5E5E5;
    width: 36px;
    height: 20px;
    margin-right: 10px;
    background: url(../../../qdshome/images/home/icon-search-black.png) no-repeat;
    background-size: 20px;
    cursor: pointer;
}

.icon-search-box-head:hover {
    background: url(../../../qdshome/images/home/icon-search-warning.png) no-repeat;
    background-size: 20px;
}
.fixed-search-box {
    width: 0px;
    height: 64px;
    position: absolute;
    top: 0;
    transition: all 0.5s linear;
    overflow: hidden;
    background: #fff;
}
.fixed-search-box-width {
    width: 480px !important;
    transition: all 0.5s linear;
}
.fixed-search-box-form {
    width: 480px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1) inset;
}
.fsbf-search {
    width: 420px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
}
.fsbf-close {
    width: 19px;
    height: 19px;
    margin-left: 12px;
    cursor: pointer;
}
.fsbf-tab {
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #222222;
    padding-left: 14px;
    position: relative;
}
.fsbf-tab::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-top: solid 6px #222;
    position: absolute;
    top: 18px;
    right: 10px;
}
.fsbf-tab:hover .fsbf-tab-flex {
    display: block;
}

.fsbf-search > input {
    border: none;
    flex: 1;
    margin-right: 12px;
}
.fsbf-icon-camera {
    width: 20px;
    height: 18px;
    margin-right: 18px;
    cursor: pointer;
}
.fsbf-icon-search {
    width: 18px;
    height: 18px;
    margin-right: 14px;
    cursor: pointer;
}
.fsbf-tab-flex {
    display: none;
    position: fixed;
    top: 52px;
    width: 100px;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(11,17,60,0.1);
}
.fsbf-tab-item {
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-family: MicrosoftYaHei;
    font-size: 13px;
    color: #222222;
}

.fsbf-tab-item:hover {
    color: #ff7200;
}

.qdshead-nav-item-tip {
    display: none;
    width: 206px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #FFFFFF;
    box-shadow: 0px 1px 6px 0px rgba(35,46,90,0.1);
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    position: absolute;
    top: 64px;
    left: -20px;
    border-radius: 2px;
  }
  .qdshead-nav-item-tip::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 93px;
    width: 0;
    height: 0;
    pointer-events: none;
    border: solid transparent;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
  }
.fix-navbar .navbar > li:hover .qdshead-nav-item-tip{
    display: block;
}
.cursor-default {
    cursor: default !important;
}




