.sjtz{
    pointer-events: none;
    display: none;
    z-index: 999;
    /* opacity: 0.5 !important; */
}
*{
    margin: 0 !important;
    padding: 0 !important;
}
html, body{
    overflow-x: hidden;
}
:focus-visible{
    outline: none !important;
}
img{
    max-width: 100%;
    object-fit: contain;
    vertical-align: middle;
}
.container-inner{
    width: 80%;
    margin: 0 auto !important;
}
#head{
    position: relative;
    z-index: 99;
    background: transparent;
}
#head.fixed{
    z-index: 99;
    position: fixed;
    top: 0;
    background: #fff;
}
.header .nav-link{
    white-space: normal;
    word-break: keep-all;
    /*padding: 0 1.6% !important;*/
    padding: 0 3% !important;
    line-height: 80px;
    color: #fff;
    font-size: 20px;
    display: block;
    flex-shrink: 0;
}

#head.fixed .header .nav-link{
    color: #343434;
}
.header .nav-link:hover{
    color: #999;
}
.header .nav-link.active{
    /*color: #0069b7;*/
    color: #efefef;
}
#head.fixed .header .nav-link.active{
    color: #0069b7;
}
.head_right .nav{
    background-color: transparent !important;
    width: 100%;
}
.head_right .nav ul{
    width: 100%;
}
#logo{
    line-height: 80px;
}
#logo img{
    height: 55px;
    display: none;
}
#head .log-2{
    display: inline-block;
}
#head.fixed .log-2{
    display: none;
}
#head.fixed .log-1{
    display: inline-block;;
}
.head-ul{
    /*justify-content: right;*/
    justify-content: center;
}
.head-r-right{
    padding-left: 2.1% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head-r-right .iconfont{
    color: #aaa;
    font-size: 26px;
}
.head-r-right .icon-weixin{
    padding-right: 30% !important;
}
.head-r-right a{
    color: #999;
    font-size: 14px;
    display: inline-block;
    flex-shrink: 0;
}
.head-r-right a+a{
    margin-left: 5px !important;
}
/* banner */
#banner{
    margin-top: -80px !important;
}
.mask{
    background-color: rgba(0, 0, 0, 0.4);
}
.banner-img{
    position: relative;
    z-index: -1;
}
.banner-sb{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 27px;
    opacity: 0.7;
    color: #fff; 
}
.banner-sb .iconfont{
    font-size: 30px;
}
.banner-p{
    margin-top: 3px !important;
}
.banner-info{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner-info h2{
    font-size: 80px;
    text-transform: uppercase;
    font-weight: bold;
    background: -webkit-linear-gradient(left, #2990cd, #03ecbb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
    text-align: center;
}
.banner-info  p{
    color: #fff;
    text-align: center;
    font-size: 28px;
    white-space: nowrap;
}
.banner-other{
    display: flex;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 570px;
    
}
.banner-other .banner-info{
    top: 50% !important;
    left: 10% !important;
    transform: translate(0%, -50%) !important;
    -webkit-transform: translate(0%, -50%) !important;
    -moz-transform: translate(0%, -50%) !important;
    -ms-transform: translate(0%, -50%) !important;
    -o-transform: translate(0%, -50%) !important;
    display: flex;
    flex-direction: column-reverse;
}
.banner-other .banner-info p{
    text-align: left;
}
.banner-other .banner-sb{
    display: none;
}
.up-nav.fixed{
    position: fixed !important;
    top: 140px;
    z-index: 99;
    width: 100%;
}
.up-nav.fixed .au-m-nav{
    /*width: 80%;*/
}
.up-nav.fixed .up-other{
    display: none !important;
}
/* all */
.col_fff {
    color: #fff;
}

.text-hide{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.text-hide-2{
    display: -webkit-box;
    overflow: hidden; 
    text-overflow: ellipsis; 
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* footer */
#footer{
    height: 524px;
    background-color: #333;
    color: #999;
}
.foot-bottom{
    height: 102px;
    position: relative;
    bottom: 0;
    border-top: 1px solid #474747;
}
.foot-t-left{
    width: 68%;
    margin-top: 54px !important;
    justify-content: space-between;
    margin-right: 20px !important;
}
.foot-t-right{
    width: 32%;
    margin-top: 54px !important;
    padding-left: 61px !important;
    border-left: 1px solid #474747;
    box-sizing: border-box;
}

#footer .list-group .list-group-item{
    background-color: transparent;
    border: none;
    color: #999;
    /*font-size: 12px;*/
    padding: 0 3% !important;
}
#footer .list-group .list-group-item a{
    color: #999;
    font-size: 16px;
    text-decoration: none;
    line-height: 34px;

}
#footer .list-group .foot-t-tit{
    font-size: 20px;
    color: #ccc;
    margin-bottom: 25px !important;
}
#footer .list-group{
    /*flex-shrink: 0;*/
    flex: 1;
}
/* #footer .list-group:nth-child(1){
    width: 206px;
}
#footer .list-group:nth-child(2){
    width: 265px;
}
#footer .list-group:nth-child(3){
    width: 201px;
}
#footer .list-group:nth-child(4){
    width: 197px;
}
#footer .list-group:nth-child(5){
    width: 170px;
} */
.foot-top{
    height: 422px;
}
.foot-info{
    font-size: 20px;
}
.foot-phone{
    margin-top: 25px !important;
    font-size: 32px;
    letter-spacing: 2px;
    white-space: nowrap;
}

.foot-phone span{
    font-size: 14px;
    letter-spacing: 0;
    margin-right: 10px !important;
}
.foot-address{
    font-size: 14px;
    letter-spacing: 1px;
}
.foot-gzh{
    margin-top: 40px !important;
}
.foot-gzh img{
    width: 133px;
    height: 126px;
}
.foot-yqlj{
    width: 310px;
    padding: 12px 25px 12px 15px !important;
    background-color: transparent;
    color: #999;
    border: 1px solid #5c5c5c;
    --bs-form-select-bg-img: none;
    appearance: none;
}
.foot-yqlj option{
    background-color: #333;
    color: #999;
}
.foot-s-sj{
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}
.foot-bottom a{
    color: #999;
    text-decoration: none;
}
.foot-bottom a:hover{
    color: #666;

}

.up-nav{
    position: relative;
    background-color: #0069b7;
}
.au-m-nav{
    flex-flow: nowrap;
    overflow-x: auto;
}
.au-m-nav .nav-item{
    margin-right: 6.9% !important;
    flex-shrink: 0;
    white-space: nowrap;
}
.au-m-nav .nav-item .nav-link{
    font-size: 18px;
    line-height: 60px;
    color: #fff;
}
.au-m-nav .nav-item .nav-link.active{
    border-top: 2px solid #fff;
}
.up-nav{
    position: absolute !important;
    width: 90%;
    left: 0;
    z-index: 10;
    transform: translateY(-100%);
}
.up-other{
    width: 16%;
    height: calc(2.3 * 100%);
    background-color: #fff;
    right: 0;
    transform: translateY(-100%);
    z-index: 99;

    justify-items: center;
    align-items: center;
    justify-content: space-around;
    display: flex;
    flex-direction: column;

    box-sizing: border-box;
    padding-top: 2% !important;
    padding-bottom: 1% !important;
    text-align: center;

}
.up-other .icon-jiantou_xiangxia{
    font-size: 26px;
    color: #929292;
}
.up-o-tit{
    font-size: 17px;
    font-weight: bold;
    color: #333;
}
.up-o-icon{
    width: 62px;
    height: 62px;
    background-color: #f6f6f6;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}
/**/
/* 修改滚动条的宽度 */
::-webkit-scrollbar {
    /*width: 60%; !* 纵向滚动条的宽度 *!*/
    width: 5px;
    height: 5px; /* 横向滚动条的高度 */
}

/* 滚动条轨道部分 */
::-webkit-scrollbar-track {
    /*background-color: #f0f0f0;*/
    background-color: rgba(0, 0, 0, 0.25) !important;
    border-radius: 10px;
    /*border: 1px solid #fff;*/
}

/* 滚动条滑块部分 */
::-webkit-scrollbar-thumb {
    background-color: #0069b7;
    /*background-color: rgba(0, 0, 0, 0.25) !important;*/
    border-radius: 10px;
}

/* 鼠标悬停在滑块上时 */
::-webkit-scrollbar-thumb:hover {
    background-color: #00b7ee;
}

@media (max-width: 1440px) {
    .container-inner{
        /* padding: 0 20px !important; */
    }
    .header .nav-link{
        font-size: 18px;
    }
    .au-m-nav .nav-item .nav-link{
        font-size: 16px;
    }
}
@media (max-width: 1150px) {
    .header .nav-link{
        font-size: 16px;
    }
    .au-m-nav .nav-item .nav-link{
        font-size: 14px;
    }
    #logo{
        width: 20%;
    }
    .banner-other{
        height: auto;
    }
}
@media (max-width: 992px) {
    .container-inner{
        width: 100%;
        padding: 0 20px !important;
    }
    .head_right .nav{
        justify-content: space-between !important;
        /* padding: 0 20px !important; */
    }
    .header .nav-link{
        line-height: 3;
        font-size: 18px;
    }
    .header .navbar-collapse{
        height: 100vh;
        background-color: #fff;
        overflow-y: auto;
    }
    .head-r-right{
        justify-content: flex-start;
        width: 100%;
        border-top: 1px solid #cacaca;
    }
    .head-r-right .icon-sousuo{
        padding-left: 5% !important;
    }
    .header .nav-link{
        color: #343434;
    }
    /*#head .log-2{*/
    /*    display: inline-block;*/
    /*}*/
    /*#head .log-1{*/
    /*    display: inline-block;*/
    /*}*/
    /* banner */
    .banner-sb{
        bottom: 18px;
    }
    .banner-p{
        margin-top: 3px !important;
        font-size: 12px;
    }

    .banner-info h2{
        font-size: 40px;
    }
    .banner-info  p{
        font-size: 14px;
    }

    #footer{
        height: 100%;
    }
    .foot-top{
        flex-flow: column;
        height: 100%;
    }
    .foot-phone{
        font-size: 24px;
        margin-top: 15px !important;
    }
    .foot-t-left{
        width: 100%;
        margin-top: 30px !important;
        flex-wrap: wrap;
        margin-right: 20px !important;
    }
    .foot-t-right{
        width: 100%;
        border-left: none;
        border-top: 1px solid #474747;
        margin-top: 20px !important;
        padding-bottom: 120px !important;
        padding-left: 0!important;
        padding-top: 10px !important;
    }
    .foot-gzh{
        margin-top: 20px !important;
    }

    .up-nav, .cont-js-list, .c-info, .c-info-outer{
        width: 100%;
    }
    .up-o-tit{
        font-size: 10px;
        /* white-space: nowrap; */
    }
    .up-o-icon {
        width: 32px;
        height: 32px;
    }
    .up-other .icon-jiantou_xiangxia {
        font-size: 20px;
    }
    .au-m-nav .nav-item .nav-link {
        font-size: 16px;
        line-height: 46px;
    }
    .au-m-nav .nav-item {
        margin-right: 3% !important;
    }
    .up-nav.fixed{
        top: 125px;
    }
}

@media (max-width: 754px) {
    .banner-info h2{
        font-size: 20px;
    }
    .banner-info p{
        font-size: 12px;
    }
    .banner-sb .iconfont {
        font-size: 16px;
    }
    .banner-p{
        font-size: 10px;
    }
    .foot-t-left{
        margin-top: 0 !important;
    }
    #footer .list-group{
        margin-top: 30px !important;
    }
}
@media (max-width: 576px) {
    .au-m-nav .nav-item{
        flex: 0 2 25%;
    }
    .up-other{
        height: 100%;
    }
    .foot-bottom{
        height: auto;
    }
    .foot-bottom>div{
        flex-flow: column;
    }
    .foot-bottom>div .position-relative{
        width: 100%;
    }
    .foot-yqlj{
        width: 100%;
    }
}

[v-cloak] {
    display: none;
}
