/*banner图*/
.banner {
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 0px;
    overflow: hidden;
    background: #fff;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
    z-index: 100;
}

.homeBanner .headbg {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.homeBanner .headbg h2 {
    font-size: 48px;
    text-align: center;
    line-height: 70px;
}

.homeBanner .headbg p {
    font-size: 16px;
    margin: 15px 0px 60px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
}

.homeBanner .swiper-slide-active .fade-up {
    opacity: 1;
    -webkit-transform: translateY(0px);
}

.homeBanner .swiper-slide-active .saceIn {
    opacity: 1;
    -webkit-transform: scale(1);
}

/* .homeBanner .swiper-slide:nth-child(1) .headbg h2 {
    width: 925px;
}
.homeBanner .swiper-slide:nth-child(2) .headbg h2 {
    width: 925px;
}
.homeBanner .swiper-slide:nth-child(3) .headbg h2 {
    width: 925px;
} */
.homeBanner .swiper-pagination {
    display: flex;
    justify-content: flex-end;
    padding-right: 3%;
    bottom: 80px;
}

.homeBanner .swiper-pagination-bullet {
    width: 32px;
    height: 32px;
    color: #fff;
    background-color: #7E7E7E;
    opacity: .5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homeBanner .swiper-pagination-bullet-active {
    background: #EB2C00;
    opacity: 1;
}

.banner .scrollDown {
    z-index: 100;
    position: absolute;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: 50%;
    -webkit-transform: translateX(-50%);
}

.banner .scrollDown p {
    color: #fff;
    font-size: 12px;
    margin-top: 15px;
}

.banner .scrollDown img {
    position: absolute;
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: drop;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

@-webkit-keyframes drop {
    0% {
        top: -25px;
        opacity: 0;
    }

    30% {
        top: -20px;
        opacity: 1;
    }

    100% {
        top: -15px;
        opacity: 0;
    }
}

@keyframes drop {
    0% {
        top: -25px;
        opacity: 0;
    }

    30% {
        top: -20px;
        opacity: 1;
    }

    100% {
        top: -15px;
        opacity: 0;
    }
}

.product-show {
    background-image: url(../images/index-product-bg.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.business-show {
    background-image: url(../images/index-business-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.case-show {
    background-image: url(../images/index-case-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.news-show {
    background-image: url(../images/index-news-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.about-show {
    background-image: url(../images/index-about-bg.jpg?v-1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.container-fluid {
    width: 100vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 40px;
}

.product-show .title,
.case-show .title,
.news-show .title {
    height: 96px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #404448;
}

.product-show .title h2,
.case-show .title h2,
.news-show .title h2 {
    font-size: 32px;
    font-weight: bold;
    color: #2B2D30;
    margin: 0px;
}

.product-show .title p,
.case-show .title p,
.news-show .title p {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #A1A4A7;
}

.product-show .title p span,
.case-show .title p span,
.news-show .title p span {
    width: 15px;
    height: 4px;
    background-color: #203891;
    margin-right: 10px;
}

.product-show .product-list {
    background-image: url(../images/index-product-list-bg.jpg);
    height: 720px;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    overflow: hidden;
}

.product-show .product-list .menu {
    width: 310px;
    background-image: url(../images/index-product-menu-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.product-show .product-list .product-details {
    flex: 1;
    position: relative;
    color: #fff;
}

.product-show .product-list .product-details .product-img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    object-fit: fill;
}

.product-show .product-list .product-details h1 {
    font-size: 30px;
    font-weight: bold;
}

.product-show .product-list .product-details h1 small {
    font-size: 14px;
    font-weight: normal;
    display: block;
    color: #fff;
    margin-bottom: 15px;
}

.product-show .product-list .product-details .line {
    margin: 25px auto;
    height: 5px;
    background-image: url(../images/line-bg.png);
}

.product-show .product-list .product-details h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.product-show .product-list .product-details .product-info {
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50px;
    width: 380px;
    padding: 25px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    /* background: linear-gradient(135deg, rgba(4, 65, 178, 0.85), rgba(24, 165, 246, 0.85)) center center no-repeat; */
    background-color: rgb(0 0 0 / 40%);
}

.product-show .product-list .product-details .info-body p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    max-height: 210px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
}

.product-show .product-list .product-details .info-body p::-webkit-scrollbar {
    width: 5px;
}

.product-show .product-list .product-details .info-body p::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 3px;
}

.product-show .product-list .product-details .info-body p::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .0);
}

.product-show .product-list .product-details .product-info a.more {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin: 20px auto;
}

.product-show .product-list .product-details .product-info a.more img {
    margin-left: 5px;
}

/* 产品分类菜单 */
.metismenu {
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
}

.metismenu::-webkit-scrollbar {
    width: 6px;
}

.metismenu::-webkit-scrollbar-thumb {
    background-color: #1882C9;
    border-radius: 5px;
}

.metismenu::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .2);
}

.metismenu li>a {
    line-height: 74px;
    font-size: 18px;
    color: #000 !important;
    padding-left: 20px;
}

.metismenu li a.has-arrow {
    display: flex;
}

.metismenu .has-arrow::after {
    color: #2556bd;
}

.metismenu li.mm-active a.has-arrow,.metismenu li a:hover{
    background: linear-gradient(90deg, #1882C9, #2652BB) center center no-repeat;
    color: #fff !important;
    font-weight: bold;
}

.metismenu .mm-active>.has-arrow::after,.metismenu a:hover::after {
    color: #fff !important;
}

/* .metismenu .has-arrow[aria-expanded=true]::after {
    color: #fff !important;
} */
.metismenu li ul li {
    display: flex;
    /* margin-bottom: 10px; */
}

.metismenu li ul li a {
    font-size: 16px;
    line-height: 40px;
    /* padding: 20px; */
    margin-left: 20px;
    margin-top: 10px;
    margin-right: 20px;
    padding-left: 30px;
    flex: 1;
    position: relative;
}

.metismenu li ul li a:hover,
.metismenu li ul li.active a {
    background: #F3F3F3;
    color: #333 !important;
    font-weight: normal !important;
}

.metismenu li ul li a:hover::after,
.metismenu li ul li.active a::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 12px;
    top: 50%;
    left: 15px;
    border-radius: 3px;
    margin-top: -6px;
    background-color: #203891;
}

.product-show .product-list.pc-hide {
    display: none;
}
.business-show .container {
    margin-top: -100px;
}
.business-type-box {
    position: relative;
    z-index: 2;
    bottom: -100px;
    margin: 0px 20px;
}
.business-type {
    margin-bottom: 5px;
}

.business-type .item {
    font-size: 20px;
    background-color: rgb(0 0 0 / 20%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    border-radius: 10px;
}
.business-type .item a {
    color: #fff;
}
.business-type .item.swiper-slide-thumb-active {
    background: linear-gradient(-90deg, #1882C9, #2652BB) center center no-repeat;
    color: #fff;
}

.business-type .item.swiper-slide-thumb-active img,.business-type .item img {
    filter: brightness(100);
}

.business-type .item.swiper-slide-thumb-active a {
    color: #fff;
}

.business-type .item img {
    margin-right: 15px;
    width: 20px;
    height: 20px;
}
.business-list {
    z-index: 1;
}
.business-list .swiper-wrapper {
    /* max-height: 570px; */
    height: calc(100vh - 250px);
}

.business-list .item {
    overflow: hidden;
    border-radius: 15px;
}

.business-list .item img:first {
    height: 100%;
    object-fit: cover;
}

.business-list .business-list-info {
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    width: 480px;
    height: 350px;
    padding: 40px;
    left: 50px;
    background-color: rgb(0 0 0 / 30%);
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    color: #fff;
}

.business-list .business-list-info h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.business-list .business-list-info p {
    font-size: 16px;
    text-align: justify;
    line-height: 26px;
    margin-bottom: 20px;
}

.business-list .business-list-info a.more {
    font-size: 16px;
    color: #fff;
}

.business-list .business-list-info a.more img {
    margin-left: 5px;
}

.case-show .case-info a.more {
    font-size: 16px;
    color: #EB2C00;
}

.business-show .swiper-pagination {
    position: absolute;
    background: linear-gradient(-90deg, #1882C9, #2652BB) center center no-repeat;
    color: #fff;
    font-size: 16px;
    width: 220px;
    height: 70px;
    line-height: 70px;
    border-radius: 5px;
    bottom: -35px;
    left: 70vw;
}

.business-show .swiper-pagination .swiper-pagination-current {
    font-size: 18px;
    font-weight: bold;
}

.business-show .prev-next {
    width: 190px;
    position: absolute;
    left: 70.8vw;
    color: #fff;
}

.business-show .prev-next.pc-show .swiper-button-next,
.business-show .swiper-button-prev {
    background-image: none;
    display: flex;
    align-items: center;
    color: #fff;
}

.business-show .swiper-button-prev {
    transform: rotate(180deg);
}

.business-show .prev-next .iconfont {
    font-size: 24px;
}

.case-show .container {
    display: flex;
    /* margin: 0px;
    padding: 0px; */
}

.case-show .title {
    border-bottom: 0px;
    height: auto;
    margin-bottom: 0px;
}

.case-show .title>span {
    color: #747474;
    font-size: 18px;
    margin: 30px auto;
    display: block;
}

.case-show .container .case-info {
    width: 340px;
    margin-right: 45px;
    /* margin-left: 6%; */
}

.case-show .container .case-list {
    flex: 1;
}

.case-list .item {
    height: 412px;
    position: relative;
    margin-right: 25px;
}

.case-list .item:last-child {
    margin-right: 0px;
}

.case-list .item img.case-img {
    width: 100%;
    height: 100%;
    max-height: 412px;
    position: absolute;
    z-index: 1;
    object-fit: cover;
    border-radius: 5px;
}

.case-list .item .case-list-info {
    position: absolute;
    z-index: 2;
    height: 105px;
    bottom: 0px;
    color: #fff;
    padding: 20px;
    width: 100%;
    font-size: 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .0), rgba(0, 0, 0, .5)) bottom center no-repeat;
    border-radius: 5px;
}

.case-list .item .case-list-info a,
.case-list .item .case-list-info a.more {
    color: #fff;
}

.case-list .item .case-list-info a.more img {
    width: 8px;
    margin-left: 5px;
}

.case-list .swiper-wrapper {
    height: 500px;
}

.case-show .swiper-pagination {
    position: absolute;
    background: linear-gradient(-90deg, #1882C9, #2652BB) center center no-repeat;
    color: #fff;
    font-size: 16px;
    width: 220px;
    height: 70px;
    line-height: 70px;
    border-radius: 5px;
    bottom: 0px;
    left: 8%;
}

.case-show .swiper-pagination .swiper-pagination-current {
    font-size: 18px;
    font-weight: bold;
}

.case-show .prev-next {
    width: 190px;
    position: absolute;
    left: 8.6%;
    bottom: 35px;
    color: #fff;
}

.case-show .prev-next .swiper-button-next,
.case-show .swiper-button-prev {
    background-image: none;
    display: flex;
    align-items: center;
}

.case-show .swiper-button-prev {
    transform: rotate(180deg);
}

.case-show .prev-next .iconfont {
    font-size: 24px;
    color: #fff;
}

.news-show .title {
    border-bottom: 0px;
    position: relative;
}

.news-show .title>span {
    position: absolute;
    right: 0px;
    width: 270px;
    font-size: 18px;
    color: #747474;
    text-align: right;
    top: 20px;
}

.news-list {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}

.news-list .item {
    /* width: calc(100%/4 - 20px); */
    /* margin-right: 20px; */
    position: relative;
}

.news-list .item:last-child {
    margin-right: 0px;
}

.news-list .item img.news-img {
    width: 100%;
    height: 265px;
    object-fit: cover;
    border-radius: 5px;
}

.news-list .item h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
}

.news-list .item .summary {
    color: #747474;
    margin-top: 10px;
    margin-bottom: 25px;
}

.news-list .item .date {
    position: absolute;
    width: 55px;
    height: 55px;
    background: #ddd;
    color: #fff;
    border-radius: 5px;
    padding: 7px;
    top: 230px;
    left: 10px;
    background: linear-gradient(-90deg, #1882C9, #2652BB) center center no-repeat;
}

.news-list .item a {
    color: #2B2D30;
}

.news-list .item a.more img {
    width: 10px;
    margin-left: 5px;
}

.news-show .container>a.more,
.case-show .container>a.more.pc-hide,
.m-product-list a.more {
    width: 140px;
    height: 52px;
    margin: 50px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EB2C00;
    border: 1px solid #EB2C00;
    border-radius: 5px;
    font-size: 16px;
}

.news-show .container>a.more img,
.m-product-list a.more img {
    margin-left: 5px;
    width: 15px;
}

.about-show .num-data {
    display: flex;
}

.about-show .num-data .item {
    flex: 1;
    margin: 10px 50px;
    color: #fff;
}

.about-show .num-data .item h2 {
    font-size: 46px;
    font-weight: bold;
}

.about-show .num-data .item h2 small {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.about-show .num-data .item p {
    font-size: 16px;
    margin-top: 10px;
}

.about-show .about-info {
    background: #fff;
    margin-top: 30px;
    height: 620px;
    border-radius: 50px;
    padding: 40px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    display: flex;
    background-image: url(../images/about-bg.jpg);
}

.about-show .about-info .left {
    margin-right: 40px;
    width: 470px;
}

.about-show .about-info .left .introduction {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: justify;
}

.about-show .about-info .left .introduction a.more {
    font-size: 16px;
    color: #EB2C00;
    margin-top: 20px;
    display: block;
}

.about-show .about-info .right {
    flex: 1;
}

.about-show .about-info .about-video {
    position: relative;
    /* height: 480px; */
    border-radius: 5px;
    overflow: hidden;
}

.about-show .about-info .about-video img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.about-show .about-info .about-video .video-btn {
    color: #fff;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.about-show .about-info .about-video .video-btn .iconfont {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    font-size: 28px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-show .about-info .about-video #video {
    position: absolute;
    object-fit: cover;
    z-index: 1;
}
.about-show .about-info .about-video .video-btn p {
    margin-bottom: 0px;
}

.about-show .about-info .about-video .video-btn .title {
    font-size: 22px;
}

.about-show .about-info .about-video .video-btn .sub-title {
    font-size: 12px;
    color: #B7BABE;
}

.about-column-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}

.about-column-list .item {
    width: calc(100%/2 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    height: 96px;
    border-radius: 8px;
}

.about-column-list .item .info h4 {
    font-size: 22px;
    color: #2B2D30
}

.about-column-list .item .info p {
    font-size: 12px;
    color: #B7BABE
}

.about-column-list .item:nth-child(2n) {
    margin-right: 0px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.about-show .container-fluid {
    z-index: 10;
    height: 100%;
}

.about-show .container-fluid>.container {
    margin-top: 70px;
}

.about-show .circle-box {
    position: relative;
    width: 100%;
    height: 370px;
    z-index: 1;
    overflow: hidden;
}

.about-show .circle-box img {
    width: 100%;
    opacity: .4;
}

.about-show .circle-box .circle-ripple {
    position: absolute;
}

.about-show .circle-box .circle-ripple:nth-child(1) {
    top: 20%;
    left: 20%;
    opacity: .8;
}

.about-show .circle-box .circle-ripple:nth-child(2) {
    top: 52%;
    left: 75%;
    opacity: .8;
    -webkit-animation: ripple2 1.5s linear infinite;
    animation: ripple2 1.5s linear infinite
}

.about-show .circle-box .circle-ripple:nth-child(3) {
    top: 50%;
    left: 60%;
    opacity: .32;
}

.about-show .circle-box .circle-ripple:nth-child(4) {
    top: 40%;
    left: 55%;
    opacity: .5;
}

.about-show .circle-box .circle-ripple:nth-child(5) {
    top: 60%;
    left: 25%;
    opacity: .2;
}

.circle-ripple {
    background-color: #fff;
    width: .5em;
    height: .5em;
    border-radius: 50%;
    -webkit-animation: ripple 1.5s linear infinite;
    animation: ripple 1.5s linear infinite
}
.footer-box .container-fluid .container {
    margin-bottom: 30px;
}
@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 1.3em rgba(255, 255, 255, 0.3), 0 0 0 1.8em rgba(255, 255, 255, 0.3)
    }

    100% {
        box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 1.3em rgba(255, 255, 255, 0.3), 0 0 0 1.85em rgba(255, 255, 255, 0.3), 0 0 0 2.1em rgba(255, 255, 255, 0)
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 1.3em rgba(255, 255, 255, 0.3), 0 0 0 1.8em rgba(255, 255, 255, 0.3)
    }

    100% {
        box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 1.3em rgba(255, 255, 255, 0.3), 0 0 0 1.8em rgba(255, 255, 255, 0.3), 0 0 0 2.1em rgba(255, 255, 255, 0)
    }
}

@-webkit-keyframes ripple2 {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 2em rgba(255, 255, 255, 0.3), 0 0 0 4em rgba(255, 255, 255, 0.3)
    }

    100% {
        box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 2em rgba(255, 255, 255, 0.3), 0 0 0 4em rgba(255, 255, 255, 0.3), 0 0 0 6em rgba(255, 255, 255, 0)
    }
}

@keyframes ripple2 {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 2em rgba(255, 255, 255, 0.3), 0 0 0 4em rgba(255, 255, 255, 0.3)
    }

    100% {
        box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 2em rgba(255, 255, 255, 0.3), 0 0 0 4em rgba(255, 255, 255, 0.3), 0 0 0 6em rgba(255, 255, 255, 0)
    }
}
.fancybox-slide--iframe .fancybox-content {
    width: 1240px !important;
    height: 700px !important; 
    margin: 0;
}
@media screen and (max-width: 1200px) {
    .fancybox-slide--iframe .fancybox-content {
    width: 800px !important;
    height: 452px !important;
    }
}
@media screen and (max-width: 768px) {
    .homeBanner .headbg {
        /* top: -60px; */
    }

    .homeBanner .headbg h2 {
        font-size: 32px;
        line-height: 55px;
        margin: 20px;
    }

    .homeBanner .headbg p {
        width: 100%;
        text-align: center;
        font-size: 12px;
        margin: 20px;
        padding: 15px;
    }

    .homeBanner .swiper-pagination {
        /* display: none; */
        justify-content: center;
        padding: 0px;
    }

    .banner .scrollDown {
        bottom: 40px;
    }

    .banner .scrollDown p {
        display: none;
    }

    .homeBanner .headbg .more-btn {
        display: none;
    }

    .container-fluid {
        margin-top: 0px;
        padding: 0px;
    }

    .product-show .container-fluid {
        margin-top: 25px;
    }

    .product-show .product-list .menu {
        width: 100%;
    }

    .product-show .product-list {
        height: calc(100vh - 250px);
        /* max-height: 400px; */
        overflow: hidden;
        overflow-y: auto;
    }

    .product-show .product-list.pc-show {
        display: none;
    }

    .product-show .product-list.pc-hide {
        display: flex;
    }

    .business-list .swiper-wrapper {
        max-height: none;
    }

    .business-list .business-list-info {
        width: 100%;
        left: 50%;
        transform: translate(-50%, 0%);
        height: auto;
        padding: 15PX;
        background-color: rgba(0, 0, 0, .5);
        color: #fff;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        top: auto;
        bottom: 0px;
    }

    .business-list .business-list-info h2 {
        font-size: 24px;
        margin-top: 5px;
    }

    .business-list .business-list-info p {
        font-size: 14px;
        /* max-height: 135px;
        overflow-y: auto;
        padding-right: 20px; */
        text-align: justify;
    }

    .business-show .swiper-pagination,
    /* .business-show .prev-next, */
    .case-show .swiper-pagination {
        /* width: 150px;
        line-height: 50px;
        height: 50px;
        left: 50%;
        transform: translateX(-50%); */
        display: none;
    }
    .business-show .prev-next.pc-hide .swiper-button-prev .iconfont {
        transform: rotate(270deg);
    }
    .business-show .prev-next.pc-hide .iconfont {
        font-size: 18px;
        font-weight: normal;
    }
    .business-show .prev-next.pc-hide {
        width: 100% !important;
        left: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
    }
    .business-show .prev-next.pc-hide .swiper-button-prev,.business-show .prev-next.pc-hide .swiper-button-next {
        /* border-radius: 5px;
        width: 20px;
        box-shadow: none; */
    }
    .business-show .prev-next.pc-hide .swiper-button-prev {
        left: 5px;
    }
    .business-show .prev-next.pc-hide .swiper-button-next {
        right: 5px;
    }
    .business-list .business-list-info a.more {
        color: #FFF;
    }

    .business-type .item {
        height: 50px;
    }

    .case-show .container {
        flex-direction: column;
    }

    .case-list .item {
        height: 420px;
        margin-right: 0px;
    }

    .case-show .title>span {
        display: none;
    }

    .case-show .case-info a.more {
        position: absolute;
        bottom: -10vh;
        width: 120px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #EB2C00;
        border: 1px solid #EB2C00;
        border-radius: 5px;
        font-size: 16px;
        left: 50%;
        margin-left: -60px;
    }

    .case-show .case-info a.more img {
        margin-left: 5px;
    }

    .case-show .container .case-list {
        margin: 0px;
    }

    .case-list .swiper-wrapper,
    .case-list .swiper-scrollbar {
        height: auto;
    }

    .case-list .item img.case-img {
        max-height: 420px;
    }

    .news-list .item {
        /* width: calc(100%/2 - 10px); */
        margin-bottom: 20px;
    }

    .news-list .item:nth-child(2n) {
        margin-right: 0px;
    }

    .news-list .item img.news-img {
        /* height: 180px; */
        height: 100%;
    }

    .news-list .item .date {
        position: unset;
        background: rgba(0, 0, 0, .0);
        color: #333;
        display: flex;
        width: auto;
        align-items: center;
        height: 30px;
        padding: 0px;
    }

    .news-list .item a.more {
        display: none;
    }

    .news-list .item .summary {
        margin-bottom: 10px;
    }

    .news-list .item .date span,
    .news-list .item .date p {
        display: none;
    }

    .news-list .item h2 {
        margin-top: 30px;
    }

    .news-show .container>a.more,
    .m-product-list a.more {
        margin: 10px auto;
    }

    .about-show .num-data {
        /* flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: scroll; */
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .about-show .num-data .item {
        margin: 5px 10px;
        width: calc(100%/2 - 20px);
        flex: auto;
        text-align: center;
    }

    .about-show .num-data .item h2 {
        font-size: 30px;
        margin: 0px;
    }

    .about-show .about-info {
        border-radius: 10px;
        padding: 15px;
        flex-direction: column;
        margin-top: 0px;
        height: auto;
    }

    .about-show .about-info .left {
        width: 100%;
        margin-right: 0px;
    }

    .about-column-list {
        margin-top: 20px;
        
    }

    .about-column-list .item {
        padding: 5px 15px;
        height: 50px;
        width: calc(100%/2 - 10px);
        justify-content: center
    }

    .about-column-list .item .info h4 {
        font-size: 16px;
        margin: 0px
    }

    .about-column-list .item .info p {
        margin: 0px;
        display: none;
    }

    .about-column-list .item .img {
        width: 40px;
        height: 40px;
    }

    .about-column-list .item .img img {
        width: 100%;
        height: 100%;
    }

    .about-show .about-info .left .introduction a.more {
        text-align: center;
        margin-top: 10px;
    }
    .about-show .num-data .item p {
        margin-top: 5px;
    }
    .about-show .about-info .about-video img {
        /* position: unset; */
        /* height: 145px; */
        transition-duration: .5s;
        -webkit-transition-duration: .5s;
    }
    .about-show .about-info .about-video #video {
        position: unset;
        object-fit: cover;
        z-index: 1;
        /* height: 145px; */
    }
    .about-show .about-info .about-video .video-btn .iconfont {
        width: 35px;
        height: 35px;
        font-size: 22px;
    }

    .about-show .about-info .about-video .video-btn .title {
        font-size: 18px;
    }

    .about-show .circle-box {
        background-image: url(../images/map.png);
        background-position: center center;
        background-size: cover;
    }

    .about-show .circle-box img {
        display: none;
    }

    .about-show .circle-box .circle-ripple:nth-child(1) {
        display: none;
    }

    .about-show .circle-box .circle-ripple:nth-child(2) {
        top: 42%;
        left: 75%;
        opacity: .8;
        -webkit-animation: ripple2 1.5s linear infinite;
        animation: ripple2 1.5s linear infinite
    }

    .about-show .circle-box .circle-ripple:nth-child(3) {
        display: none;
    }

    .about-show .circle-box .circle-ripple:nth-child(4) {
        display: none;
    }

    .about-show .circle-box .circle-ripple:nth-child(5) {
        display: none;
    }
    .about-show .about-info .about-video .video-btn .sub-title {
        display: none;
    }
    .business-list .item>img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .business-show .container {
        margin-top: 0px;
    }
    .business-type-box {
        bottom: -80px;
    }
    .business-list .swiper-wrapper {
        height: calc(100vh - 100px);
    }
    /* .business-list .item {
        height: calc(100vh - 220px);
    } */
    
    .homeBanner .swiper-pagination-bullet {
        width: 24px;
        height: 24px;
    }

    .metismenu li>a {
        line-height: 55px;
    }

    .product-show .title p,
    .case-show .title p,
    .news-show .title p {
        font-size: 16px;
    }

    .product-show .title h2,
    .case-show .title h2,
    .news-show .title h2 {
        font-size: 26px;
    }

    .m-product-list.pc-hide {
        display: block;
    }

    /* .product-type a {
        padding: 5px 10px;
        margin-right: 10px;
        width: auto;
    } */

    .prolist .prolist-item {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .prolist .prolist-item:last-child {
        margin-bottom: 15px;
    }

    .prolist .prolist-item img {
        width: 100%;
        max-height: 420px;
        height: 260px;
        border-radius: 5px;
        object-fit:fill;
    }

    .prolist .prolist-item h2 {
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 50px;
        font-size: 18px;
        color: #333;
        margin: 0px;
        margin-bottom: 10px;
    }

    .prolist .prolist-item p {
        color: #A1A4A7;
        text-align: justify;
    }

    .prolist .swiper-pagination-bullets {
        bottom: 0px !important;
    }
    .product-type {
        margin-bottom: 20px;
    }
    .product-type .prev-next{
        right: -10px;
    }
    .prev-next{
        position: absolute;
        top: 10px;
        right: 0px;
        width: 140px !important;
        height: 50px !important;
    }
    .prev-next.pc-show {
        display: none !important;
    }
    .case-show .prev-next {
        top: 10px;
        right: 5px;
        left: auto;
    }
    .prev-next .swiper-button-next,
    .prev-next .swiper-button-prev,.case-show .prev-next .swiper-button-next,.case-show .prev-next .swiper-button-prev {
        width: 50px;
        height: 50px;
        background: linear-gradient(282deg, #1882C9, #2652BB) center center no-repeat;
        border-radius: 50%;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 0px 8px rgb(32 56 145 / 40%);
    }
    .prev-next .iconfont,.case-show .prev-next .iconfont {
        font-size: 20px;
    }
    .prev-next .swiper-button-prev .iconfont{
        transform: rotate(90deg);
    }
    .prev-next .swiper-button-next .iconfont{
        transform: rotate(-90deg);
    }
    .case-show .prev-next .swiper-button-next .iconfont{
        transform: rotate(270deg);
    }
    .case-show .prev-next .swiper-button-prev .iconfont{
        transform: rotate(-90deg);
    }
    .prev-next .swiper-button-next:after, .prev-next .swiper-container-rtl .swiper-button-prev:after,.prev-next .swiper-button-prev:after, .prev-next .swiper-container-rtl .swiper-button-next:after {
        content: '';
    }
    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
        background: #c8c9cc;
    }
    .case-show .swiper-button-next.swiper-button-disabled,.case-show .swiper-button-prev.swiper-button-disabled{
        background: #c8c9cc;
    }
    .footer-box .footer-body .left>div {
        margin-top: 10px;
    }
    .footer-box .footer-bottom .container a{
        margin-left: 0px;
    }
    .fancybox-slide--iframe .fancybox-content {
        width: 560px !important;
        height: 316px !important;
    }
    .footer-map {
       border-radius: 10px;
    }
}

@media screen and (max-width: 414px) {
    .news-show .title>span {
        display: none;
    }
    .product-show .title,
    .case-show .title,
    .news-show .title {
        margin-bottom: 0px;
        border-bottom: 0px;
    }
    .news-list .item img.news-img {
        height: 100%;
        width: 100%;
        max-height: 230px;
        object-fit: cover;
    }
    /* .news-list .item .date {
        top: 120px;
    } */

    .news-list .item h2 {
        font-size: 17px;
    }

    .news-show .container>a.more,
    .m-product-list a.more {
        width: 120px;
        height: 42px;
    }
    .fancybox-slide--iframe .fancybox-content {
        max-width: 100% !important;
        width: 400px !important;
        height: 230px !important;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1366px) {
    .container-fluid {
        width: 100%;
    }

    .banner {
        height: 100%;
    }
}
