#header {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;

}

.header-top {
    background: rgb(245, 247, 248);
}

.header-top .topnav {
    display: flex;
    width: 1494px;
    margin: 0 auto;
    justify-content: flex-end;
}

.header-top .topnav .topnav-item {
    color: rgb(34, 34, 34);
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    flex: none;
    margin-left: 16px;
}

.header-btm {
    background-color: #fff;
    position: relative;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08), 0px 1px 2px -2px rgba(0, 0, 0, 0.12);
}

.header-inner {
    width: 1520px;
    margin: 0 auto;
    display: flex;
}

.header-inner .header-rg {
    display: flex;
    margin-right: 9px;
    margin-left: auto;
}

.header-inner .logo {
    display: flex;
    align-items: center;
}

.header-inner .logo img {
    width: 137px;
}

.header-inner .header-rg>div {
    margin: 0 10px;
    display: flex;
    align-items: center;
}

.header-inner .nav {
    display: block;
    padding: 0 8px;
    margin-left: 2.5%;
    
}
.header-inner .phonenav>.navthumb{
    display: none;
    
    
}
.header-inner .phonenav1{
    display: none;
}
.header-inner .phonenavbox{
    display: flex;
}

.header-inner .nav-item {
    margin: 0 26.5px;
}

.header-inner .nav-item .nav1 {
    line-height: 68px;
    color: rgb(34, 34, 34);
    font-size: 18px;
    
}

.header-inner .nav-item .nav1.active {
    color: var(--blue);
}

.header-btm .nav-box {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    height: 660px;
    display: none;
    background: rgb(245, 247, 248);
    box-shadow: 0px 18px 32px 16px rgba(0, 0, 0, 0.03), 0px 12px 24px 0px rgba(0, 0, 0, 0.05), 0px 8px 16px -8px rgba(0, 0, 0, 0.06);
}

.header-btm .nav-box::before {
    content: '';
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 0;
    height: 100%;
    width: 32.92%;
    width: calc(432px + 50% - 760px);
}

.header-btm .nav-box:after {
    content: '';
    position: absolute;
    right: 24px;
    bottom: 30px;
    background: url('../img/icon_logo.png') no-repeat center center/contain;
    width: 50.8%;
    padding-bottom: 22.375%;
    height: 0;
}


.header-btm .navbox-inner {
    width: 1520px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    overflow: hidden;
    height: 100%;
}

.header-btm .navthumb {
    display: flex;
    margin-top: 16px;
    margin-bottom: 20px;
}

.header-btm .navthumb li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    color: rgba(34, 34, 34, 0.55);
    transition: all .5s;
    cursor: pointer;
 
}


.header-btm .navthumb li:last-child {
    color: rgb(34, 34, 34);
    cursor: auto;
}

.header-btm .navthumb li:hover {
    color: rgb(34, 34, 34);
}

.header-btm .navthumb li:not(:first-child):before {
    content: '/';
    color: rgba(34, 34, 34, 0.55);
    font-size: 14px;
    display: inline-block;
    margin: 0 4px;
}

.header-btm .colsenav {
    position: absolute;
    right: 24px;
    top: 22px;
    cursor: pointer;
    transition: all .5s;
    z-index: 5;
}

/*.header-btm .colsenav:hover {
    transform: rotate(90deg);
}*/

.header-btm .nav-box .nav1-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-btm .nav-box .nav1-tit img {
    transform: rotate(-90deg);
}

.header-btm .allnav {
    display: flex;
    transition: all 1s;
    transform: translateX(0);
}

.header-btm .allnav .bnav {
    flex: 0 0 432px;
    margin-left: 16px;
    padding-right: 16px;
    max-height: 584px;
}

.header-btm .allnav .bnav2.act,
.header-btm .allnav .bnav3.act,
.header-btm .allnav .bnav4.act,
.header-btm .allnav .bnav5.act,
.header-btm .allnav .bnav6.act,
.header-btm .allnav .bnav7.act,
.header-btm .allnav .bnav8.act,
.header-btm .allnav .bnav9.act{
    -webkit-animation: myfirst0 .8s;
    animation: myfirst0 .8s;
}

@keyframes myfirst0 {
    0% {
        opacity: 0;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(-20%, 0%, 0);
        transform: translate3d(-20%, 0%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.header-btm .allnav .bnav.mCustomScrollbar {
    padding-right: 0;

}

.header-btm .allnav .bnav2,
.header-btm .allnav .bnav3,
.header-btm .allnav .bnav4 {
    display: none;
}

.header-btm .allnav .bnav {
    display: none;
}

.header-btm .allnav .bnav1 {
    display: block;
}

.header-btm .allnav .bnav1 {
    margin-left: 0;
}

.header-btm .bnav-tit {
    margin: 0 12px;
}

.header-btm .bnav-tit a {
    color: var(--blue);
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    border-bottom: 1px solid var(--blue);
}

.header-btm .bnav-tits {
    padding: 12px;
    position: relative;
    color: rgba(0, 0, 0, 0.92);
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .8s;
    background-color: transparent;
    cursor: pointer;
    font-weight: 400;
}

.header-btm .bnav-tits:hover {
    background-color: #e9eef2;
}
.header-btm .bnav-tits.lastbnav {
    padding: 0;
}
.header-btm .bnav-tits.lastbnav span{
    display: block;
    width: 100%;
}
.header-btm .bnav-tits.lastbnav a{
     padding: 12px;
     color: rgba(0, 0, 0, 0.92);
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .5s;
    background-color: transparent;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.header-btm .bnav-tits.lastbnav a:hover{
      background-color: #e9eef2;
}
.header-btm .bnav-tits.lastbnav:after {
    content: none;
}
.header-btm .bnav-tits:before{
    content: '';
    background-color: #cceffc;
    left: 0;
    width: 0;
    height: 100%;
    top: 0;
    position: absolute;
    transition: all 1s;
}
.header-btm .active .bnav-tits {
    color: var(--blue);
    /*background-color: #cceffc;*/
    font-weight: 700;
}
.header-btm  .bnav-tits span{
    position: relative;
    z-index: 2;
}
.header-btm .active .bnav-tits:before{
    width: 100%;
}

.header-btm .active .bnav-tits:after {
    background-image: url('../img/navjtb.png');
}

.header-btm .bnav-tits:after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url('../img/navjth.png') no-repeat center center/contain;
}

.header-btm .bnavlist {
    margin-top: 16px;

}

.header-btm .bnav-tits b {
    margin-right: 18px;
    color: rgb(77, 81, 90);
    font-size: 12px;
    line-height: 22px;
    padding: 0 8px;
    background: linear-gradient(90.00deg, rgb(233, 238, 242) 27.16%, rgba(233, 238, 242, 0.33) 98.521%);
}

.header-btm .bnav{
    position: relative;
}

/*.header-btm .bnavitem {
    position: relative;
}*/

.header-btm .bnavitem .lastcard {
    position: absolute;
    top: 44px;
    left: 38.89%;
    box-shadow: 0px 3px 16px 16px rgba(0, 0, 0, 0.03), 0px 1.5px 16px 0px rgba(0, 0, 0, 0.05), 0px -1px 16px -8px rgba(0, 0, 0, 0.06);
    background: rgb(255, 255, 255);
    width: 102.7%;
    z-index: 12;
    display: none;
}

.header-btm .bnavitem .lastcard .last-img {
    width: 100%;
    padding-bottom: 60%;
    position: relative;
    height: 0;
}

.header-btm .bnavitem .lastcard .last-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
}

.header-btm .bnavitem .lastcard .last-txt {
    padding: 16px;
}

.header-btm .bnavitem .lastcard .last-tit {
    color: rgb(34, 34, 34);
    font-size: 24px;
    line-height: calc(4 /3);
}

.header-btm .bnavitem .lastcard .last-des {
    color: rgb(77, 81, 90);
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 4.5em;
    margin-top: 12px;
}

.header-btm .bnav .bnavitem:hover .lastcard {
    display: block;
}

.header-btm .bnav:last-child .bnavitem .bnav-tits:after {
    content: none;
}

.header-btm .mCSB_inside>.mCSB_container {
    margin-right: 0;
    padding-right: 16px;
}

.header-btm .mCSB_scrollTools {
    width: 4px;
    height: 100%;
    top: 0;
    border-radius: 2px;
    background-color: rgb(222, 227, 232);
}

.header-btm .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--blue);
    width: 100%;
    border-radius: 2px;
}

.header-btm .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}


.header-btm .cnav {
    margin-top: 60px;
    flex: 0 0 392px;
}

.header-btm .cnav .bnavitem a {
    display: block;
    padding: 12px;
    color: rgb(34, 34, 34);
    font-size: 16px;
    line-height: 1.5;
    transition: all .8s;
    font-weight: 400;
}

.header-btm .cnav .bnavitem a:hover {
    background-color: #e9eef2;
}

.header-btm .cnav .bnavitem a:active {
    color: var(--blue);
    background-color: #cceffc;
    font-weight: 700;
}

.header-btm .language {
    position: relative;
    cursor: pointer;
}

.header-btm .language span {
    color: rgb(34, 34, 34);
    font-size: 18px;
    line-height: 1.4;
    margin-left: 4px;
}

.language .lang {
    position: absolute;
    top: calc(100% + 1px);
    border-radius: 4px;
    width: 282px;
    box-shadow: 0px 9px 24px 6px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
    background: rgb(255, 255, 255);
    padding: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
 .header-btm .land {
     position: relative;
 }
.landed .land_btm{
    position: absolute;
    top: calc(100% + 1px);
    border-radius: 4px;
    width: 256px;
    box-shadow: 0px 9px 24px 6px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
    background: rgb(255, 255, 255);
    display: none;
    left: 50%;
    transform: translateX(-70%);
}
.landed .land_btm div{
    line-height: 60px;
    color: rgb(34, 34, 34);
   font-size: 14px;
   transition: all .5s;
   cursor: pointer;
}
.landed .land_btm div:hover{
    color: rgb(67, 183, 246);
}
.landed .land_btm div:active{
    color: rgb(0, 125, 198);
}
.landed .land_btm .logout{
        padding: 0 28px;
        
    border-top: 1px solid  rgb(233, 238, 242);
}
.landed .land_btm div a{
    display: block;
    padding: 0 28px;
}

.language .lang .sear_inp {
    width: 100%;
}

.language .lang .lang_list {
    margin-top: 16px;
}

.language .noresult {
    text-align: center;
    padding-top: 99px;
    padding-bottom: 138px;
    display: none;
}

.language .noresult .img {
    width: 132px;
    margin: 0 auto;
}

.language .noresults .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.language .noresult p {
    color: rgb(120, 130, 149);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 16px;
}

.language .lang .lang_item a {
    padding: 9px 8px;
    color: rgb(34, 34, 34);
    font-size: 14px;
    line-height: 22px;
    display: block;
    transition: all .5s;
}

.language .lang .lang_item a:hover {
    color: rgb(67, 183, 246);
}

.language .lang .lang_item a:active {
    color: rgb(0, 125, 198);
}

.language .lang .lang_item.current a {
    color: var(--blue);
}
.phone_menu{
    display: none;
}


.lagoutwarn {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.lagoutwarn .warn-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.08), 0px 1.5px 2px 0px rgba(0, 0, 0, 0.12);
    background: rgb(255, 255, 255);
    width: 464px;
    overflow: hidden;
}

.lagoutwarn .warn-top {
    padding: 32px;
}

.lagoutwarn .warn-btm {
    padding: 24px 32px;
    background: rgb(245, 247, 248);
    display: flex;
    justify-content: end;
}

.lagoutwarn .colse {
    right: 32px;
    top: 32px;
    position: absolute;
    cursor: pointer;
}

.lagoutwarn .colse img {
    transition: all .5s;
}

.lagoutwarn .colse:hover img {
    transform: rotate(90deg);
}

.lagoutwarn .warn-tit {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(34, 34, 34);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 17px;
    border-bottom: 1px solid rgb(199, 207, 216);

}

.lagoutwarn .warn-tit img {
    margin-right: 8px;
}

.lagoutwarn .warn-des {
    color: rgb(34, 34, 34);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 43px;
    padding-top: 36px;
}

.lagoutwarn .cancel {
    width: 88px;
    height: 32px;
    border: 1px solid rgb(222, 227, 232);
    border-radius: 4px;
    background: rgb(255, 255, 255);
    color: rgb(34, 34, 34);
    font-size: 14px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
}

.lagoutwarn .confirm {
    width: 88px;
    height: 32px;
    border-radius: 4px;
    line-height: 32px;
    font-size: 14px;
    cursor: pointer;
}





.lagoutwarn-remove {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.lagoutwarn-remove .warn-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.08), 0px 1.5px 2px 0px rgba(0, 0, 0, 0.12);
    background: rgb(255, 255, 255);
    width: 464px;
    overflow: hidden;
}

.lagoutwarn-remove .warn-top {
    padding: 32px;
}

.lagoutwarn-remove .warn-btm {
    padding: 24px 32px;
    background: rgb(245, 247, 248);
    display: flex;
    justify-content: end;
}

.lagoutwarn-remove .colse {
    right: 32px;
    top: 32px;
    position: absolute;
    cursor: pointer;
}

.lagoutwarn-remove .colse img {
    transition: all .5s;
}

.lagoutwarn-remove .colse:hover img {
    transform: rotate(90deg);
}

.lagoutwarn-remove .warn-tit {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(34, 34, 34);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 17px;
    border-bottom: 1px solid rgb(199, 207, 216);

}

.lagoutwarn-remove .warn-tit img {
    margin-right: 8px;
}

.lagoutwarn-remove .warn-des {
    color: rgb(34, 34, 34);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 43px;
    padding-top: 36px;
}

.lagoutwarn-remove .cancel {
    width: 88px;
    height: 32px;
    border: 1px solid rgb(222, 227, 232);
    border-radius: 4px;
    background: rgb(255, 255, 255);
    color: rgb(34, 34, 34);
    font-size: 14px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
}

.lagoutwarn-remove .confirm {
    width: 88px;
    height: 32px;
    border-radius: 4px;
    line-height: 32px;
    font-size: 14px;
    cursor: pointer;
}



/*全局搜索*/


.globalsearch {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 660px;
    padding-top: 48px;
}

.globalsearch .yuansu {
    margin-left: 0;
}

.globalsearch .global-tit {
    color: rgb(12, 26, 52);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.375;
    margin-top: 8px;
}


.searchlight {
    color: var(--blue);
}
.cover {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.globalcover{
    display: none;
}
.globalsearch .globaltabchange {
    position: relative;
    display: flex;
    margin-top: 30px;
}

.globalsearch .globaltabchange:before {
    content: '';
    position: absolute;
    background: rgb(222, 227, 232);
    width: 100%;
    bottom: 0;
    left: 00%;
    height: 1px;

}
.globalsearch .globaltabchange .lines{
        content: '';
    position: absolute;
    width: 30px;
    bottom: 0;
    left: 0;
    height: 2px;
    background: var(--blue);
    z-index: 2;
    transition: all .5s;
}

.globalsearch .globaltabchange .tab-item {
    line-height: 44px;
    position: relative;
    font-size: 16px;
    color: rgb(34, 34, 34);
    margin-right: 32px;
    flex: none;
}

/*.globalsearch .globaltabchange .tab-item {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: var(--blue);
    transform: translateX(-50%);
}
*/


.globalsearch .search_inp {
    position: relative;
    margin-top: 32px;
}

.globalsearch .search_inp input {
    border: 1px solid rgb(255, 255, 255);
    border-radius: 4px;
    /* 活力灰/InoGray_01 */
    background: rgb(245, 247, 248);
    width: 100%;
    height: 56px;
    padding-left: 24px;
    padding-right: 68px;
    font-size: 14px;
    color: #333;
}

.globalsearch .search_inp input::placeholder {
    color: rgb(167, 177, 188);

}

.globalsearch .search_btn {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 32px;
}

.globalsearch .search_btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.globalsearch .historical {
    margin-top: 32px;
}

.globalsearch .histor-tit {
    display: flex;
    color: rgb(120, 130, 149);
    font-size: 14px;
    line-height: 20px;
    align-items: center;
}

.globalsearch .histor-tit img {
    margin-left: 8px;
    width: 16px;
    cursor: pointer;
}

.globalsearch .histor-list {
    display: flex;
    flex-wrap: wrap;
}

.globalsearch .histor-item {
    margin-right: 16px;
    margin-top: 12px;
}

.globalsearch .histor-item a {
    display: block;
    padding: 4px 16px;
    border: 1px solid rgb(222, 227, 232);
    border-radius: 2px;
    text-align: center;
    color: rgb(77, 81, 90);
    font-size: 14px;
    font-weight: 400;
    min-width: 80px;
    line-height: 24px;
}

.globalsearch .found {
    margin-top: 32px;
}

.globalsearch .found-tit {
    color: rgb(120, 130, 149);
    font-size: 14px;
    line-height: 20px;
}

.globalsearch .found-list {
    display: flex;
    flex-wrap: wrap;
}

.globalsearch .found-item {
    margin-right: 16px;
    margin-top: 12px;
}

.globalsearch .found-item a {
    display: block;
    padding: 4px 16px;
    border: 1px solid rgb(222, 227, 232);
    border-radius: 2px;
    text-align: center;
    color: rgb(77, 81, 90);
    font-size: 14px;
    font-weight: 400;
    min-width: 80px;
    line-height: 24px;
}


.globalsearch .serach_rel {
    position: absolute;
    width: 100%;
    background-color: #fff;
    bottom: -4px;
    max-height: 560px;
    transform: translateY(100%);
    border-radius: 4px;
    /* 中层_向下 */
    padding-top: 20px;
    padding-bottom: 24px;
    overflow: hidden;
    display: none;
    box-shadow: 0px 9px 24px 6px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
}

.globalsearch .colse {
    width: 20px;
    cursor: pointer;
    right: 64px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    display: none;
}

.globalsearch .colse img {
    width: 100%;
    object-fit: contain;
}

.globalsearch .proral {
    display: flex;
    flex-wrap: wrap;
    padding: 0 24px;
}

.globalsearch .rel-tit {
    color: rgb(120, 130, 149);
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    padding: 0 24px;
}

.globalsearch .proral .ral-item {
    margin-right: 16px;
    margin-top: 12px;
}


.globalsearch .proral .ral-item a {
    display: block;
    padding: 4px 16px;
    border: 1px solid rgb(222, 227, 232);
    border-radius: 2px;
    text-align: center;
    color: rgb(77, 81, 90);
    font-size: 14px;
    font-weight: 400;
    min-width: 80px;
    line-height: 24px;
}

.globalsearch .indral .ral-item {
    padding: 0 24px;
    margin-top: 8px;
}


.globalsearch .indral .ral-item:first-child {
    margin-top: 0;
}

.globalsearch .indral .ind-tit {
    color: rgb(34, 34, 34);
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
}

.globalsearch .indral .ind-des {
    color: rgb(120, 130, 149);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.globalsearch .rals {
    margin-top: 24px;
}

.globalsearch .rals:first-child {
    margin-top: 0;
}

.globalsearch .downral .ral-item {
    margin-top: 8px;
    padding: 0 24px;
}

.globalsearch .downral .down-tit {
    color: rgb(34, 34, 34);
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
}


.globalsearch .downral .down-data {
    display: flex;
}

.globalsearch .downral .down-data>div {

    color: rgb(120, 130, 149);
    position: relative;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-right: 10px;
    margin-right: 8px;
}

.globalsearch .downral .down-data>div:after {
    content: '';
    position: absolute;
    background: rgb(199, 207, 216);
    width: 2px;
    height: 100%;
    right: 0;
    top: 0;
}

.globalsearch .downral .down-data>div:last-child::after {
    content: none;
}

.globalsearch .search_inp input:focus {
    border: 1px solid rgb(0, 153, 242);
    background-color: #fff;
}

.globalsearch .ral-item:hover {
    background: rgb(245, 247, 248);
}

.globalsearch .ral-item:hover .ind-tit {
    color: var(--blue);
}

.globalsearch .ral-item:hover .down-tit {
    color: var(--blue);
}

.globalsearch .histor-item a:hover,
.globalsearch .found-item a:hover,
.globalsearch .proral .ral-item a:hover {
    border: 1px solid rgb(67, 183, 246);
    color: rgb(67, 183, 246);
    background: rgb(255, 255, 255);
}

.globalsearch .histor-item a:active,
.globalsearch .found-item a:active,
.globalsearch .proral .ral-item a:active {
    border-color: rgb(0, 125, 198);
    color: rgb(0, 125, 198);
    background: rgb(255, 255, 255);
}

/*全局搜索结束*/
.cloud{
    cursor: pointer;
}

@media screen and (max-width:1600px){
    .header-inner{
        width:90%;
    }
    .header-top .topnav{
       width:90%;
    }
    .header-btm .navbox-inner{
       width:90%;
    }
    .header-inner .nav{
        margin-left:auto;
    }
    .header-inner .nav-item{
        margin: 0 15px;
    }
    .header-btm .allnav .bnav{
        flex: 0 0 29%;
        margin-left: 1%;
    }
    .header-btm .nav-box::before{
       width:32%;
    }
    .header-btm .bnavitem .lastcard{
        width:100%;
        left: 20%;
    }
}
@media screen and (max-width:1500px){
    .header-inner .nav-item{
        margin: 0 7px;
    }
}
@media screen and (max-width:1280px){
     .header-inner .nav-item .nav1{
        font-size: 15px;
    }
        .header-inner .nav-item{
        margin: 0 6px;
    }
}

@media screen and (max-width:1200px){
     .header-inner{
        width:95%;
    }
    .header-top .topnav{
       width:95%;
    }
    .header-btm .navbox-inner{
       width:95%;
    }
    .header-inner .nav-item{
        margin: 0 12px;
    }
}


@media screen and (max-width:1165px){
    .header-top{
        display: none;
    }
    .header-inner{
        height: 60px;
    }
    .header-inner .nav{
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100vw;
        background: white;
        height: calc(100% - 60px);
        padding: 20px 20px 0;
    }
    .header-inner .header-rg{
        margin-right: 0;
    }
    
    .header-inner .header-rg>.phone_menu{
        display: block;
        width: 24px;
        height: 16px;
        position: relative;
        margin-top: auto;
        margin-bottom: auto;
        cursor: pointer;
    }
    .phone_menu span {
        background: var(--blue);
        height: 2px;
        display: block;
        transition: 0.5s;
        width: 100%;
    }
    .phone_menu span:first-child {
        transition: 0.5s;
        position: absolute;
        transform: translateY(8px);
    }
     .phone_menu span:last-child {
        transition: 0.5s;
        position: absolute;
        transform: translateY(16px);
        top: 0;
    }
    .menu_act span:first-child {
        transition: 0.5s;
        transform: translateY(8px) rotate(45deg);
    }
    .menu_act span:last-child {
        transition: 0.5s;
        transform: translateY(8px) rotate(135deg);
    }
     .menu_act span:nth-child(2) {
        opacity: 0;
        transition: 0.5s;
    }
    .header-btm .colsenav,
    .nav-box  .navthumb{
        display: none;
    }
    .header-inner .nav-item{
        margin: 0 ;
        overflow: hidden;
    }
    .header-btm .nav-box{
        width: 100%;
        position: static;
        height: calc(100vh - 148px);
        background: #fff;
         box-shadow: none;
         display: block;
    }
    .header-btm .navbox-inner{
        width: 100%;
    }
    .header-btm .allnav{
        
    }
    .header-btm .allnav .bnav{
        width: 100%;
        flex: 0 0 100%;
        margin-left: 0;
    }
    .header-inner .nav-item .nav1{

            display: none;
    }
    .header-inner .phonenav1>div{
            font-size: 16px;
            line-height: 1.5;
            position: relative;
            width: 100%;
            flex: 0 0 100%; 
    }
     .header-inner .phonenav1>div a{
         display: block;
         padding: 12px;
             color: rgb(34, 34, 34);
     }
    /*.header-inner .phonenav1>.xuan {
            padding: 12px;
            font-size: 16px;
            line-height: 1.5;
            position: relative;
            width: 100%;
            flex: 0 0 100%;
    }*/
    .header-inner .phonenav1 .xuan a:after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../img/navjth.png) no-repeat center center / contain;
 }
 .header-inner .phonenav1{
     flex: 0 0 100%;
     width: 100%;
     display: block;
 }
 .header-inner .nav-item{
     flex: 0 0 100%;
     width: 100%;
     display: none;
 }
 .header-inner .phonenav>.navthumb{
     display: flex;
     margin-top: 0;
     flex-wrap: wrap;
 }
 .header-btm .navthumb li{
     font-size: 12px;
     
 }
 .header-btm{
     width: 100%;
 }
 .header-btm .header-inner{
   width: 90%;
 }
 .header-inner .phonenavbox{
   transition: all 1s;
 }
 .phonenav{
     overflow: hidden;
 }
 .header-btm .cnav{
     margin-top: 0;
 }
 .header-btm .bnavitem .lastcard{
     display: none!important;
 }
 
 
 .globalsearch .globaltabchange .tab-item{
     margin-right: 16px;
     font-size: 14px;
 }
 .globalsearch .globaltabchange{
    flex-wrap:wrap;
   
    margin-top: 20px;

 }
 .globalsearch .globaltabchange .lines{
     display: none;
 }
 .globalsearch .globaltabchange .tab-item.active:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--blue);
    transform: translateX(-50%);
}
 .globalsearch ::-webkit-scrollbar {
    height:3px; /* 滚动条的宽度 */
}
 
/* 滚动条轨道 */
  .globalsearch ::-webkit-scrollbar-track {
    background: #ccc; /* 轨道颜色 */
}
 
/* 滚动条滑块 */
  .globalsearch ::-webkit-scrollbar-thumb {
    background:var(--blue); /* 滑块颜色 */
 /* 滑块圆角 */
}
 .globalsearch{
     padding-top: 30px;
 }
 .globalsearch .search_inp{
     margin-top: 16px;
 }
 .language .lang{
     right: -50px;
     left: auto;
     transform: translateX(0);
     width: 260px;
 }
 .landed .land_btm{
     width: 220px;
 }
 .landed .land_btm div{
     line-height: 48px;
 }
 .landed .land_btm div a{
     padding: 0 20px;
 }

}
@media screen and (max-width:768px){
     .lagoutwarn .warn-card{
         width:300px;
     }
     .lagoutwarn-remove .warn-card{
         width:300px;
     }
    .globalsearch .search_inp input{
        height: 40px;
        padding-left: 15px;
        
    }
    .globalsearch .search_btn{
        width: 26px;
        right: 18px;
    }
    .globalsearch .colse{
        right: 50px;
    }
    .globalsearch ..mCSB_inside>.mCSB_container{
        margin-right: 10px;
    }
    .globalsearch .downral .down-data{
        flex-wrap: wrap;
    }
    .globalsearch .downral .down-data>div{
        flex: 0 0 100%;
    }
    .globalsearch .downral .down-data>div:after{
      content: none;
    }
    .globalsearch .serach_rel{
        max-height: 400px;
    }
    .globalsearch .downral .down-tit{
        line-height: 24px;
    }
    .globalsearch .indral .ral-item{
        padding: 4px 24px;
    }
    .header-inner .logo img{
        width: 110px;
    }
    
}
