@charset "utf-8"; 

/* ===================首页样式========================== */
.indgy {
    background-size: cover !important;
}

.indgy .IndTitle .text {
    padding: 0px 285px;
}

.indgy-list {
    padding: 0px 110px;
    justify-content: center;
}

.indgy-list .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100%/4);
}

.indgy-list .list .img {
    height: 60px;
}

.indgy-list .list .num {
    display: flex;
    align-items: flex-start;
}

.indgy-list .list .num span {
    color: #070001;
    line-height: 1;
    margin-right: 12px;
}

.indgy-list .list .num span.not {
    margin-right: 0px;
}

.banner-lun {
    position: relative;
}

.banner-lun > video {
    height: 100vh;
    width: 100%;
}

.banner-lun > img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.banner-lun:after {
    content: "";
    display: block;
    height: 100vh;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.banner-svp {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner-content {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    opacity: 0;
}

.banner-content.active {
    animation: banner-cont .8s ease both;
}

.banner-cont {
    opacity: 0;
}

.banner-svp .swiper-slide.swiper-slide-active .banner-cont {
    animation: banner-cont .8s ease both;
}

@keyframes banner-cont {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.indSticky {
    width: 100vw;
    height: 100vh;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0
}

.indSticky-logo {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indSticky-logo::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.indSticky-logo .img {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}

.indSticky-logo .kong {
    height: calc(100vh + 10px);
}

.indSticky-logo img {
    width: 100%;
    height: 100%;
    transition: all 1.4s ease;
}

.banner-pointer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    pointer-events: none;
}

.banner-pointer.active {
    pointer-events: auto;
}

.indSticky-logo.no {
    opacity: 0;
    display: none;
}

.indSection {
    width: 100%;
    position: relative;
    z-index: 8;
    margin-top: 100vh;
    background: #fff;
}

.index_banner{
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
}

.index_banner,
.index_banner video{
    object-position: center;
    width: 100%;
    min-height: 480px;
    height: 100vh;
}

.index_banner video{
    position: relative;
    object-fit: cover;
}

.index_banner:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(0deg,rgba(0,0,0,.2) 0%,rgba(0,0,0,.1) 50%,rgba(0,0,0,.2) 100%);
}

.index_banner .text_box{
    position: absolute;
    top: auto;
    bottom: 10%;
    left: 0;
    width: 100%;
    z-index: 3;
    line-height: 1.6;
    opacity: 0.9;
}

.indfa-list .listBox ul {
    margin-left: -10px;
    flex-wrap: nowrap;
}

.indfa-list .listBox li {
    width: 150px;
    height: 610px;
    margin-left: 8px;
    position: relative;
    overflow: hidden;
}

.indfa-list .listBox li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

.indfa-list .listBox li.active {
    width: calc(100% - 150px*3 - 8px*4);
}

.indfa-list .listBox li img.Bg {
    height: 610px;
    position: absolute;
    max-width: none;
    object-fit: fill;
    top: 0;
    left: 0;
}

.indfa-list .listBox li img.Img {
    position: absolute;
    right: -80%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    width: 600px;
    max-width: max-content;
    transition: all .4s ease;
}

.indfa-list .listBox li.active img.Img {
    opacity: 1;
    right: 10%;
}

.indfa-list .listBox li.notIndFa img.Img {
    opacity: 0;
}

.indfa-list .listBox li.notIndFa.active img.Img {
    opacity: 1;
}

.indfa-list .listBox li .show {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 76px 50px;
    z-index: 2;
}

.indfa-list .listBox li.active .show {
    padding: 76px 35px;
}

.indfa-list .listBox li .hide {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 55px 30px;
    z-index: 2;
}

.indfa-list .listBox li .hide .title {
    opacity: 1;
    transition: all .4s ease;
}

.indfa-list .listBox li .hide .text {
    opacity: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .4s ease;
}

.indfa-list .listBox li.notIndFa .hide .title {
    opacity: 0;
}

.indfa-list .listBox li.notIndFa .hide .text {
    opacity: 0;
}

.indfa-list .listBox li.notIndFa.active .hide .title {
    opacity: 1;
}

.indfa-list .listBox li.notIndFa.active .hide .text {
    opacity: 1;
}

.indfa-list .listBox li::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .5);
    transition: all .4s ease;
}

.indfa-list .listBox li.active::before {
    opacity: 0;
}

.indfa-lun {
    position: relative;
    display: block;
}

.indfa-lun img.Bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.indfa-lun .show {
    width: 100%;
    height: 100%;
    z-index: 3;
    padding: 26px 15px;
    position: relative;
}

.indfa-lun .show .img {
    height: 150px;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
}

.indfa-lun .show .img img {
    max-height: 100%;
}

.CommonBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease;
}

.CommonBtn i {
    font-size: 12px;
    display: block;
    transform: rotate(180deg) translateY(1px);
    margin-left: 8px;
    line-height: 2px;
}

.CommonBtn.lty1 {
    background-color: var(--ty-primary);
    color: #fff;
}

.CommonBtn.lty1:hover {
    background-color: transparent;
    border: 1px solid var(--ty-primary);
    color: var(--ty-primary);
}

.CommonBtn.lty2 {
    border: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
}

.CommonBtn.lty2:hover {
    background-color: var(--ty-primary);
    color: #fff;
    border: 0px;
}

.indhy {
    background-color: #e6e7e8;
}

.indhy-muen {
    display: flex;
    justify-content: center;
}

.indhy-muen > div {
    border-radius: 27px;
    background-color: #fff;
    padding: 3px 5px;
}

.indhy-muen a {
    padding: 0px 30px;
    border-radius: 24px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.indhy-muen a.active {
    background-color: var(--ty-primary);
    color: #fff;
}

.indhy-muen a:last-child {
    margin-right: 0px;
}

.indhy-lun {
    overflow: hidden;
    background-color: #fff;
}

.indhy-lun .img {
    width: 50%;
    overflow: hidden;
}

.indhy-lun .img img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.indhy-lun .img:hover img {
    transform: scale(1.04);
}

.indhy-lun .cont {
    width: 50%;
    padding: 20px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.indhy-lun .cont .title {
    color: #161616;
}

.indhy-lun .cont .btn {
    width: 170px;
    height: 42px;
}

.indhy-lun .cont li {
    margin-right: 14px;
    margin-bottom: 15px;
    border: 1px #eaeaea solid;
    padding: 8px 20px;
}

.indzn-lun > img {
    width: 100%;
    height: 100vh;
    max-height: 820px;
}

.indzn-lun .content {
    position: absolute;
/*    top: 0px;*/
    bottom: 300px;
    left: 0px;
    width: 100%;
/*    height: 100%;*/
/*    padding-top: 210px;*/
}

.indzn-cont {
    width: 685px;
}

.indzn-cont .list {
    margin-right: -22px;
}

.indzn-cont .list a {
    padding: 0px 20px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 22px;
    transition: all .4s ease;
}

.indzn-cont .list a i {
    font-size: 16px;
    display: block;
    transform: rotate(180deg);
    margin-left: 12px;
}

.indzn-cont .list a:hover {
    background-color: var(--ty-primary);
    border: 1px solid var(--ty-primary);
}

.indzn-cont .btn {
    width: 170px;
    height: 42px;
}

.indzn-muen {
    position: absolute;
    bottom: 88px;
    left: 0px;
    width: 100%;
    z-index: 3;
}

.indzn-list {
    margin-right: -5px;
}

.indzn-list .list {
    width: calc(100% / 4 - 5px);
    margin-right: 5px;
    background-color: rgba(0, 0, 0, .3);
    padding: 10px 17px;
    height: 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .4s ease;
}

.indzn-list .list .img {
    height: 35px;
    display: flex;
    align-items: center;
    position: relative;
}

.indzn-list .list .img img {
    width: 40px;
    transition: all .4s ease;
    opacity: 1;
    position: absolute;
}

.indzn-list .list.active {
    height: 120px;
    margin-top: -18px;
    transform: translateY(9px);
    background-color: var(--ty-primary);
}

.indzn-svp > .contain{
    position: absolute;
    z-index: 11;
    left: 50%;
    transform: translateX(-50%);
}

.inddt {
    background-color: #e6e7e8;
}

.inddt-cont {
    width: 485px;
}

.inddt-svp {
    padding-left: calc((100% - 1600px)/2);
}

.inddt-svp .swiper-container {
/*    padding-right: 1280px;*/
}

.inddt-lun {
    display: block;
    position: relative;
    overflow: hidden;
}

.inddt-lun > img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.inddt-lun:hover > img {
    transform: scale(1.04);
}

.inddt-lun .show {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 40px;
    transition: all .4s ease;
    position: relative;
    z-index: 1;
}

.inddt-lun .show .btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.inddt-lun .show .btn i {
    transform: rotate(45deg);
    transition: all .4s ease;
}

.inddt-lun:hover .show .btn i {
    transform: rotate(90deg);
    color: var(--ty-primary);
}

.banner-control {
    width: 100%;
    z-index: 3;
    color: #fff;
}

.banner-control .contain {
    align-items: center;
}

.banner-control .prev, .banner-control .next {
    width: 7px;
    height: 10px;
    background: url('../image/banneric1.png') no-repeat center;
    cursor: pointer;
}

.banner-control .next {
    transform: rotate(180deg);
}

.banner-control .this, .banner-control .leng {
    font-size: 12px;
    font-family: "HB";
    line-height: 12px;
    width: 20px;
    text-align: center;
}

.banner-control .this {
    margin: 0 25px 0 13px;
}

.banner-control .leng {
    margin: 0 13px 0 25px;
}

.banner-control .line {
    width: 170px;
    height: 3px;
    background: rgba(255, 255, 255, .3);
    position: relative;
}

.banner-control .line::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background: var(--ty-primary);
}

.banner-control .line.on::after {
    animation: bannerLine 4.6s linear both;
}

.banner-control .line.one.on::after {
    animation: bannerLine 3.6s linear both;
}

@keyframes bannerLine {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.indlx > img {
    width: 100%;
    height: 330px;
}

.indlx .content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.indlx .content .contain {
    height: 100%;
}

.indlx-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.indlx-cont .btn {
    width: 170px;
    height: 42px;
    margin-left: auto;
    margin-right: auto;
}

.indfa-svp {
    display: none;
}

.indhz {
    max-width: 1920px;
    margin: 0px auto;
}

.indSticky-logo-bottom {
    position: absolute;
    z-index: 3;
    bottom: 30px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.indSticky-logo-bottom > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: indStickyLogoBottom .6s linear infinite alternate;
}

.indSticky-logo-bottom i {
    display: flex;
    transform: rotate(-90deg);
}

@keyframes indStickyLogoBottom {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(10px);
    }
}

/* .Header {display: none;} */
.SideBar-wrapper {
    display: none;
}

/* -------------------------4k端--------------------------- */
@media all and (min-width: 3000px) and (max-width:5000px) {
    /* 1920设计稿 3840分辨率【所有宽度 × (3840÷1920 = 2)】【电脑缩放1920÷3840 = 50%】 */ .indfa-list .listBox li img.Bg {
        width: 100%;
    }
}

/* -------------------------2k端--------------------------- */
@media all and (min-width: 2000px) and (max-width:3000px) {
    /* 1920设计稿 2560分辨率【所有宽度 × (2560÷1920 ≈ 1.5)】【电脑缩放1920÷2560 = 75%】 */ .indfa-list .listBox li img.Bg {
        width: 100%;
    }
}

/* -------------------------PC端--------------------------- */
@media all and (max-width: 1700px) {
    /* 1600 × (900) */ .indhz-list li {
        max-width: 95px;
        max-height: 95px;
    }

    .indhz-list li:nth-child(3) {
        left: 430px;
    }

    .indfa-list .listBox li .hide .title {
        font-size: 22px;
    }

}

@media all and (max-width: 1590px) {
    /* 1440 × (700)  */ .banner-control .line {
        width: 140px;
    }

    .indhy-lun .cont {
        padding: 20px 40px;
    }

    .indhz-list li {
        max-width: 95px;
        max-height: 95px;
    }

    .indhz-list li:nth-child(1) {
        top: 24px;
        left: 14px;
    }

    .indhz-list li:nth-child(2) {
        top: -45px;
        left: 179px;
    }

    .indhz-list li:nth-child(3) {
        top: 27px;
        left: 340px;
    }

    .indhz-list li:nth-child(4) {
        top: 167px;
        left: 57px;
    }

    .indhz-list li:nth-child(5) {
        top: 110px;
        left: 200px;
    }

    .indhz-list li:nth-child(6) {
        top: 148px;
        left: 347px;
    }

    .indhz-list li:nth-child(7) {
        top: 297px;
        left: 40px;
    }

    .indhz-list li:nth-child(8) {
        top: 258px;
        left: 204px;
    }

    .indhz-list li:nth-child(9) {
        top: 314px;
        left: 345px;
    }

    .indhz-list li:nth-child(10) {
        top: 406px;
        left: 149px;
    }

    .indhz-lun .img {
        height: 267px;
    }

    .indhz-lun .cont {
        padding: 30px 45px 45px 45px;
    }

    .inddt-svp {
        padding-left: calc((100% - 1200px)/2);
    }

    .indzn-lun .content {
        padding-top: 140px;
    }

    .indzn-muen {
        bottom: 90px;
    }

    .indfa-list .listBox li img.Img {
        width: 410px;
    }

    .indfa-list .listBox li {
        height: 510px;
    }

    .indlx > img {
        height: 300px;
    }

}

@media all and (max-width: 1430px) {
    /* 1360 */ .indzn-lun .content {
        padding-top: 120px;
        bottom: 200px;
    }

    .indzn-muen {
        bottom: 40px;
    }

    .indfa-list .listBox li .hide .title {
        font-size: 20px;
    }

    .indzn-lun > img {
        height: 90vh;
    }
}

@media all and (max-width: 1350px) {
    /* 1280 */ .indfa-list .listBox li .hide .title {
        font-size:18px;
    }

    .indfa-list .listBox li .hide > div {
        font-size: 16px !important;
    }
    .indgy .IndTitle .text{
        padding: 0 200px;
    }
}

@media all and (max-width: 1270px) {
    /* 1152 × (700) */ .indgy-list {
        padding: 0px;
    }

    .indzn-lun .content {
        padding-top: 75px;
    }

    .indgy .IndTitle .text {
        padding: 0px;
    }

    .indgy-list .list .img {
        height: 45px;
    }

    .indzn-cont {
        width: 100%;
    }

    .indhz-list li {
        display: none;
    }

    .inddt-svp .swiper-container {
/*        padding-right: 540px;*/
    }

    .inddt-svp {
/*        padding: 0px 4%;*/
    }

    .indfa-list .listBox li .hide .title {
        font-size: 16px;
    }

    .indfa-list .listBox li img.Img {
        width: 320px;
    }

    .indfa-list .listBox li .show{
        padding: 70px 30px;
    }

    .indfa-list .listBox li .hide {
        padding: 35px 30px;
    }
}

/* ------------------------平板端-------------------------- */
@media all and (max-width: 1100px) {
    /* 1024 横屏 */
    .index_banner,
    .index_banner video{
        height: calc(100vh - 60px);
/*        position: relative;*/
    }
}

@media all and (max-width: 1000px) {
    /* 720 竖屏 */ 
    .banner-lun > video {
        height: 50vh;
    }

    .indSticky-logo {
        display: none;
    }

    .banner-cont {
        opacity: 1;
    }

    .indSticky {
        height: auto;
        position: relative
    }

    .indSection {
/*        margin-top: 0;*/
    }

    .indgy-list {
        margin-right: -10px;
        margin-bottom: -10px;
    }

    .indgy-list .list {
        width: calc(100%/4 - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .indgy-list .list .img {
        height: 25px;
    }

    .indgy-list .list .num {
        margin-top: 6px;
    }

    .indgy-list .list .num {
        font-size: 12px;
    }

    .indgy-list .list .num span {
        font-size: 20px;
        margin-right: 5px;
    }

    .indgy-list .list .title {
        font-size: 12px;
        text-align: center;
        margin-top: 4px;
    }

    .indhy-lun .img {
        width: 100%;
    }

    .indhy-lun .cont {
        width: 100%;
        padding: 15px;
    }

    .indhy-lun .cont ul {
        padding-right: 0px;
    }

    .indhy-lun .cont li {
        margin-right: 25px;
        margin-bottom: 15px;
    }

    .indhy-muen {
        overflow-X: auto;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .indhy-muen > div {
        flex-wrap: nowrap;
        padding: 0px;
        border-radius: 0px;
        width: 100%;
    }

    .indhy-muen a {
        border-radius: 0px;
        height: 35px;
        margin-right: 0px;
        padding: 0px 15px;
/*        width: calc(33.33vw - 15px);*/
        width: 33.33%;
    }

    .indhy-lun {
/*        border-radius: 5px;*/
    }

    .indzn-muen {
/*        position: static;*/
        margin-top: 15px;
    }

    .indzn-list {
        margin-right: -5px;
        margin-bottom: -5px;
    }

    .indzn-list .list {
        width: calc(100%/4 - 5px);
        margin-right: 5px;
        margin-bottom: 5px;
        background-color: rgba(0, 0, 0, .3);
        padding: 10px;
        height: auto;
    }

    .indzn-list .list.active {
        height: auto;
        margin-top: 0px;
        transform: translateY(0px);
        background-color: var(--ty-primary);
    }

    .indzn-list .list .img {
        display: none;
    }

    .indzn-list .list .title {
        margin-top: 0px;
        font-size: 14px;
    }

    .indzn-lun{
        width: 100%;
        height: 0;
        padding-top: 63%;
        position: relative;
        overflow: hidden;
    }

    .indzn-lun a {
        position: absolute;
        top: 0px;
        right: 0px;
        left: auto;
        width: auto;
        height: 100%;
        max-width: unset;
        object-fit: unset;
/*        z-index: 2;*/
    }
    .indzn-lun a > img {
        width: 100%;
        height: 100%;
        /*position: absolute;
        top: 0px;
        right: 0px;
        left: auto;
        width: auto;
        height: 100%;
        max-width: unset;
        object-fit: unset;*/
/*        z-index: 2;*/
    }

    .indzn-lun .content {
/*        position: relative;*/
        z-index: 3;
        padding: 20px 0px;
/*        background-color: rgba(0, 0, 0, .3);*/
        bottom: 100px;
    }

    .indzn-cont .list {
        margin-right: -10px;
        margin-bottom: -10px;
    }

    .indzn-cont .list a {
        padding: 0px 10px;
        height: 35px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .indzn-cont .btn {
        width: 110px;
        height: 35px;
        font-size: 12px;
    }

    .indhy-lun .cont .btn {
        width: 110px;
        height: 35px;
        font-size: 12px;
        margin-top: 20px;
    }

    .CommonBtn i {
        transform: rotate(180deg) translateY(0px);
        margin-left: 5px;
    }

    .indhz-cont .muen {
        width: calc(100%/1);
        padding: 0px 4%;
    }

    .indhz-lun {
        border-radius: 5px;
    }

    .indhz-lun .img {
        height: 185px;
    }

    .indhz-lun .cont {
        padding: 15px;
    }

    .indhz-lun .cont .logo {
        height: 35px;
    }

    .indhz-pages .swiper-pagination-bullet {
        width: 20px;
    }

    .banner-control .this {
        margin: 0 15px 0 5px;
    }

    .banner-control .leng {
        margin: 0 5px 0 15px;
    }

    .banner-control .contain {
        margin-left: 0px;
    }

    .inddt-lun .show {
        padding: 15px;
    }

    .indlx > img {
        height: 100%;
        position: absolute;
        top: 0px;
        width: 100%;
    }

    .indlx .content {
        position: relative;
        z-index: 3;
        padding: 20px 0px;
    }

    .indlx-cont {
        justify-content: center;
        align-items: center;
    }

    .indlx-cont > div {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .indlx-cont .btn {
        width: 145px;
        height: 40px;
        font-size: 12px;
    }

    .indfa{
        padding-bottom: 40px;
    }

    .indfa-svp {
        display: block;
    }

    .indfa-list {
        display: none;
    }

    .indfa-pages {
        display: flex;
        justify-content: center;
    }

    .indfa-pages .swiper-pagination-bullet {
        margin: 0px 5px;
    }

    .inddt-svp .swiper-container {
/*        padding-right: 320px;*/
    }

    .Header {
        display: block;
    }
}

/* ------------------------手机端-------------------------- */
@media all and (max-width: 680px) {
    /* 移动终端 360 适配 */
    .indSection{
        margin-top: 0;
    } 
    .banner-control .line {
        width: 80px;
    }

    .banner-control .btn {
        margin-right: 20px;
    }

    .banner-control {
        top: auto;
        bottom: 32px;
    }

    .banner-cont .title {
        font-size: 28px;
    }

    .banner-cont .text {
        font-size: 18px;
    }

    .index_banner,
    .index_banner video{
        height: 56vh;
        position: relative;
    }

    .IndTitle .title {
        font-size: 18px;
    }

    .indgy .IndTitle .text {
        margin-top: 10px;
        font-size: 12px;
        line-height: 20px;
    }

    .indhy-muen a {
        font-size: 12px;
    }

    .indhy-lun .cont .title {
        font-size: 16px;
    }

    .indhy-lun .cont .text {
        font-size: 14px;
        margin-top: 4px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .indhy-lun .cont li {
        font-size: 12px;
        margin-right: 15px;
    }

    .indzn-cont .title {
        font-size: 18px;
    }

    .indzn-cont .text {
        font-size: 14px;
    }

    .indzn-cont .list a {
        font-size: 12px;
    }

    .indzn-cont .list a i {
        font-size: 12px;
        margin-left: 5px;
    }

    .indzn-list .list .title {
        font-size: 12px;
        text-align: center;
    }

    .indzn-lun > img{
        height: 100%;
    }

    .indhz-lun .cont .title {
        font-size: 14px;
        line-height: 22px;
    }

    .inddt-lun .show .data {
        font-size: 12px;
    }

    .inddt-lun .show .title {
        font-size: 14px;
        line-height: 22px;
        height: 44px;
    }

    .indlx-cont .title {
        font-size: 18px;
    }

    .indzn-cont .list a i {
        display: none;
    }

    .CommonBtn i {
        display: none;
    }

    .indlx-cont .btn {
        width: 120px;
        height: 35px;
    }

    .indfa-lun .show .title {
        font-size: 18px;
    }

    .indfa-lun .show .img {
        margin-top: 15px;
    }

    .indfa-lun .show .name {
        font-size: 15px;
        margin-top: 15px;
    }

    .indfa-lun .show .text {
        font-size: 15px;
        margin-top: 0px;
    }

    .indfa {
        padding-bottom: 40px;
    }

    .banner-content {
        height: auto;
    }

    .Footer-navbar>ul{
        margin-top: 10px;
    }

    .inddt-cont .text{
        font-size: 14px;
    }
}


@media screen and (max-height:470px){
    .indzn-lun .content{
        display: none;
    }
}