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

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

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

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

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

.indgy-list .list .img img {
    max-height: 100%;
}

.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;
}

.indgy-bar {
    height: 5px;
    width: 100%;
    background: url(../image/indgy-bar.png) center/100%;
}

.indgy-bar .contain {
    padding: 0px 110px;
}

.indgy-bar-line {
    position: relative;
    height: 100%;
    width: 100%;
}

.indgy-bar-line .line {
    position: absolute;
    top: -28px;
    width: calc(100%/4);
    left: 0%;
    display: flex;
    justify-content: center;
    transition: all .6s ease;
}

.banner-lun {
    position: relative;
}

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

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

.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 .banner{position: sticky;top: 0px;height: 100vh;width: 100%;} */
.indSticky-logo.no {
    opacity: 0;
    display: none;
}

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

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

.indfa-list .listBox li {
    width: 150px;
    height: 610px;
    margin-left: 10px;
    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*4 - 10px*5);
}

.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:nth-child(4) img.Img {
    right: -50%;
}

.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;
    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 {
    border-radius: 25px;
    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: 1px;
}

.CommonBtn.lty1 {
    background-color: #1776cf;
    color: #fff;
}

.CommonBtn.lty1:hover {
    background-color: transparent;
    border: 1px solid #1776cf;
    color: #1776cf;
}

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

.CommonBtn.lty2:hover {
    background-color: #1776cf;
    color: #fff;
    border: 0px;
}

.indhy {}

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

@media screen and (min-width: 1024px) {
    .indhy-muen>div {
        border-radius: 27px;
        background-color: #fff;
        padding: 3px 5px;
    }
}

@media screen and (max-width: 1024px) {
    .indhy-muen>div {
        border-radius: 27px;
        padding: 14px 5px;
    }
}

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

.indhy-muen a.active {
    background-color: #1776cf;
    color: #fff;
}

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

.indhy-lun {
    border-radius: 20px;
    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: 145px;
    height: 50px;
}

.indhy-lun .cont ul {
    margin-bottom: -15px;
    padding-right: 50px;
    /* padding-right: 110px; */
}

.indhy-lun .cont li {
    margin-right: 55px;
    margin-bottom: 15px;
    background: #f5f5f5;
    padding: 4px 7px;
    border-radius: 7px;
}

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

.indzn-lun .content {
    position: absolute;
    top: 0px;
    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: #1776cf;
    border: 1px solid #1776cf;
}

.indzn-cont .btn {
    width: 145px;
    height: 50px;
}

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

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

.indzn-list .list {
    width: calc(100%/8 - 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 {
    transition: all .4s ease;
}

.indzn-list .list .img img:nth-child(1) {
    opacity: 1;
    position: absolute;
}

.indzn-list .list .img img:nth-child(2) {
    opacity: 0;
}

.indzn-list .list.active .img img:nth-child(1) {
    opacity: 0;
}

.indzn-list .list.active .img img:nth-child(2) {
    opacity: 1;
}

.indzn-list .list.active {
    height: 120px;
    margin-top: -18px;
    transform: translateY(9px);
    background-color: #1776cf;
}

.indhz-cont .muen {
    width: calc(100%/3);
    position: relative;
}

.indhz-lun {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(12, 6, 6, 0.2);
}

.indhz-lun .img {
    height: 360px;
    overflow: hidden;
}

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

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

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

.indhz-lun .cont .logo {
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indhz-lun .cont .logo img {
    max-height: 100%;
}

.indhz-svp>div {
    margin: -15px;
}

.indhz-svp .swiper-container {
    padding: 15px;
}

.indhz-list li {
    position: absolute;
}

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

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

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

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

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

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

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

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

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

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

.indhz-cont .muen:nth-child(3) {
    transform: rotateY(180deg);
}

.indhz-cont .muen:nth-child(3) img {
    transform: rotateY(-180deg);
}

.indhz-pages {
    display: flex;
    justify-content: center;
    height: 3px;
    position: relative;
}

.indhz-pages .swiper-pagination {
    position: relative;
    margin-top: -13px;
}

.indhz-pages .swiper-pagination-bullet {
    width: 44px;
    height: 3px;
    background: #dadadd;
    opacity: 1;
    margin: 0 5px !important;
    position: relative;
    border-radius: 0;
}

.indhz-pages .swiper-pagination-bullet-active {
    background: #1776cf;
}

.inddt {
    background-size: cover !important;
}

.inddt-cont {
    width: 485px;
}

.inddt-svp:first-child {
    display: block;
}

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

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

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

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

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

.inddt-lun .show {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    padding: 40px;
    transition: all .4s ease;
}

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

.inddt-lun .show .btn i {
    font-size: 16px;
    color: #fff;
    transform: rotate(180deg);
}

.inddt-nav .item {
    user-select: none;
    cursor: pointer;
    margin-left: 40px;
}

.inddt-nav .item:first-child {
    margin-left: 0;
}

.inddt-nav .item.active {
    color: #1776cf;
}

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

.banner-control:first-child {
    display: block;
}

.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: #1776cf;
}

.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: 710px;
}

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

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

.indlx-cont {
    padding-bottom: 230px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
}

.indlx-cont .title {
    color: #010101;
}

.indlx-cont .btn {
    width: 170px;
    height: 50px;
}

.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;
    }

    .indlx-cont {
        padding-left: 65%;
    }

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

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

@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 .swiper-container {
        padding-right: 790px;
    }

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

    .indlx-cont {
        padding-left: 67%;
    }

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

    .indzn-muen {
        bottom: 90px;
    }

    .indfa-list .listBox li .hide {
        padding: 44px 26px;
    }

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

    .indfa-list .listBox li .hide>div {
        font-size: 18px !important;
    }

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

    .indlx>img {
        height: 540px;
    }

    .indlx-cont {
        padding-bottom: 150px;
    }
}

@media all and (max-width:1430px) {

    /* 1360 */
    .indzn-lun .content {
        padding-top: 120px;
    }

    .indzn-muen {
        bottom: 40px;
    }

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

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

@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;
    }
}

@media all and (max-width:1270px) {

    /* 1152 × (700) */
    .indgy-list {
        padding: 0px;
    }

    .indgy-bar .contain {
        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 .hide {
        padding: 35px 9px;
    }
}

/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px) {
    /* 1024 横屏 */
}

@media all and (max-width:1000px) {

    /* 720 竖屏 */
    .banner-svp {
        display: none;
    }

    .banner-lun>img {
        height: 200px;
    }

    .banner-lun>video {
        height: calc(100vh - 60px)
    }

    .indSticky-logo {
        display: none;
    }

    .banner-cont {
        opacity: 1;
    }

    .indSticky {
        height: auto;
        position: relative
    }

    .indSection {
        margin-top: 0;
    }

    .indgy-bar {
        display: none;
    }

    .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;
    }

    @media screen and (min-width: 1024px) {
        .indhy-muen {
            overflow-X: auto;
            width: 100%;
            display: flex;
            justify-content: flex-start;
        }

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

        .indhy-muen a {
            border-radius: 0px;
            height: 35px;
            margin-right: 0px;
            padding: 0px 15px;
            width: 150px;
        }
    }

    @media screen and (max-width: 1024px) {
        .indhy-muen {
            overflow-X: auto;
            width: 100%;
        }

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

        .indhy-muen a {
            border-radius: 10px;
            height: 35px;
            margin-right: 0px;
            padding: 4px 4px;
            width: 150px;
        }
    }


    .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: #1776cf;
    }

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

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

    .indzn-lun>img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

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

    .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;
    }

    .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 {
        height: 203px;
    }

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

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

    .indlx-cont {
        padding-bottom: 0px;
    }

    .indlx .content {
        position: relative;
        z-index: 3;
        padding: 20px 0px;
        background-color: rgba(0, 0, 0, .5);
    }

    .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;
    }

    .indlx-cont .title {
        color: #fff;
    }

    .indlx-cont .text {
        color: #fff;
    }

    .indlx-cont {
        padding: 0px;
    }

    .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 适配 */
    .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;
    }

    .indgy {
        padding-top: 20px;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .inddt-lun .show .btn {
        margin-top: 85px;
    }

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

    .indlx-cont .btn {
        margin-top: 15px;
    }

    .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;
    }

    .inddt-svp .swiper-container {
        padding-right: 0px;
    }

    .inddt-nav .item {
        margin-left: 25px;
    }

    .testdisplay {
        display: inline-table;
    }
}