.index .swiper {
    width: 100%;
    height: 100%;
}
.index-one{
    position: relative;
}
.index .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.index .swiper-slide a {
    width: 100%;
    height: 100%;
}

.index .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index .title {
    position: relative;
}

.index .title .top-box {
    font-size: 40px;
    font-weight: 900;
    color: rgba(21, 169, 110, 0);
    line-height: 30px;
    opacity: 0.08;
    background: linear-gradient(180deg, rgba(5, 89, 179, 0.8) 0%, rgba(5, 89, 179, 0.1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index .title .bottom-box {
    font-size: 39px;
    font-weight: bold;
    color: #0559B3;
    letter-spacing: 3px;
    line-height: 40px;
    margin-top: -10px;
}

.index .title .bottom-box span {
    color: #81ba2e;
}

.index .index-two {
    position: relative;
    width: 100%;
    /*height: 820px;*/
    /* background: url('../img/index/cpbg.png') */
    /* tpa=https://www.zhypbz.com/static/index/img/index/sy_bg.png */
    /* no-repeat; */
    background-image: url('../img/index/cpbg2.png'), url('../img/index/cpbg.png');
    background-position: bottom, top;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
    box-sizing: border-box;
    padding: 60px 100px;
}

.index .index-two .itwo-first {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.index .index-two .itwo-menu {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.index .index-two .itwo-menu img {
    width: 40%;
    margin-left: 10px;
}

/* 产品 */
.highlight {
    color: green;
}

.main-swiper {
    margin-top: 30px;
    height: 64% !important;
}

.main-swiper .swiper-slide {
    display: flex;
    /*flex-wrap: wrap;*/
    gap: 20px;
    align-items: flex-start;
    background: #f9f9f900;
    padding: 20px;
    border-radius: 12px;
    box-sizing: border-box;
}
.main-swiper .swiper-slide .cpimg{
    height: 400px;
    width: 300px;
}

.main-swiper img {
    width: 100%;
    max-width: 1100px;
    /* border-radius: 8px; */
    flex: 1 1 300px;
}

.main-content {
    flex: 1 1 300px;
}

.main-content h3 {
    font-size: 32px;
    padding: 10px 0;
    text-align: start;
    border-bottom: 1px solid #E3E3E3;
}

.main-content p {
    font-size: 22px;
    /* line-height: 1.6; */
    padding: 6px 0;
    text-align: start;
    border-bottom: 1px solid #E3E3E3;
}

.main-content .classBox {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.main-content .classBox img {
    width: auto;
    height: 250px;
    flex: none;
    margin-right: 30px;
}

.more-link {
    display: inline-block;
    margin-top: 15px;
    color: #4caf50;
    text-decoration: none;
    font-size: 16px;
}

.thumbs-swiper {
    margin-top: 20px;
    height: 100px !important;
}

.thumbs-swiper .swiper-slide {
    position: relative;
    background: #fff;
    /* border-radius: 20px; */
    padding: 10px 16px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    white-space: nowrap;
    box-sizing: border-box;
}

.thumbs-swiper .swiper-slide::after {
    content: '';
    width: 80%;
    height: 2px;
    background-color: #f3f3f3;
    position: absolute;
    left: 10%;
    bottom: 10%;
}

.thumbs-swiper .swiper-slide-thumb-active {
    background: #84bd00;
    color: #fff;
    font-weight: 600;
}

/* 响应式布局调整 */
@media (max-width: 768px) {
    h2 {
        font-size: 24px;
    }

    .main-content h3 {
        font-size: 20px;
    }

    .main-content p {
        font-size: 15px;
    }

    .thumbs-swiper .swiper-slide {
        font-size: 14px;
        padding: 8px 12px;
    }
}

@media (max-width: 480px) {
    .main-swiper .swiper-slide {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .main-content {
        padding-top: 10px;
                width: 100%;
    }
    .main-content .classBox img{
        height: 100px;
    }
    .index .index-two .itwo-menu img{
        width: 17%;
    }
    .index .index-six .itwo-menu img{
        width: 17%!important;
    }
}

/* 产品 */

.index .index-two .itwo-menu .itwo-menu-list {
    cursor: pointer;
}

.index .index-two .itwo-list {
    display: block;
    width: 169px;
    height: 50px;
    background: #0559B3;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 10px;
    margin-left: 20px;
}

.index .index-two .itwo-active .itwo-list {
    background: #81ba2e !important;
}

.index .index-two .itwo-active .mySwiper1 {
    display: block !important;
}

.index .index-two .mySwiper1 {
    margin-top: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: auto;
    display: none;
}

.index .index-two .mySwiper1 .swiper-slide {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
}

.index .index-two .mySwiper1 .its-photo {
    width: 100%;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

.index .index-two .mySwiper1 .its-photo img {
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.index .index-two .mySwiper1 .its-info {
    box-sizing: border-box;
    width: 100%;
    padding: 18px 20px 20px 20px;
}

.index .index-two .mySwiper1 .its-name {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.index .index-two .mySwiper1 .itsi-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.index .index-two .mySwiper1 .itsi-list span {
    display: block;
    width: 50%;
    text-align: left;
    margin-top: 19px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.itsi-one {
    padding-right: 15px;
    box-sizing: border-box;
}

.index .index-two .itwo-third {
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
}

.index .index-two .itwo-third .swiper-button-prev,
.index .index-two .itwo-third .swiper-button-next,
.index .index-two .itwo-third .swiper-pagination {
    position: static;
    width: max-content;
    height: max-content;
    margin-top: 0;
}

.index .index-two .itwo-third .swiper-button-prev:after,
.index .index-two .itwo-third .swiper-button-next:after {
    content: none;
}

.index .index-two .itwo-third .swiper-button-prev img,
.index .index-two .itwo-third .swiper-button-next img {
    width: 50px;
    height: auto;
}

.index .index-two .itwo-third .swiper-pagination {
    margin: 0 45px;
}

.index .index-two .itwo-third .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #DEDFE5;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 1;
}

.index .index-two .itwo-third .swiper-pagination-bullet-active {
    background: #0559B3 !important;
}

.index .index-there {
    width: 100%;
    height: 785px;
    background: url('../img/index/sy_bg1.png')
        /*tpa=https://www.zhypbz.com/static/index/img/index/sy_bg1.png*/
        no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 110px 101px;
}

.index .index-there .ithere-video {
    width: 58%;
    flex: none;
    display: none;
}

.index .index-there .ithere-video video {
    width: 100%;
    height: auto;
    display: block;
}

.index .index-there .ithere-right {
    margin-left: 58px;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    justify-content: center;
}

.index .index-there .ithere-name {
    letter-spacing: 13px;
    font-size: 38px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 64px;
    display: flex;
    flex-direction: column;
}

.index .index-there .ithere-yw {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 14px;
    margin-bottom: 15px;
}

.index .index-there .ithere-list {
    margin-top: 43px;
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 24px;
    height: 73px;
    background: rgba(255, 255, 255, 0.09);
}

.index .index-there .ithere-list img {
    width: 32px;
    margin-right: 25px;
}

.index .index-there .ithere-list .hongopen {
    display: none;
}

.index .index-there .ithere-list .list-name {
    letter-spacing: 3px;
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index .index-there .ithere-active {
    background: #FFFFFF !important;
}

.index .index-there .ithere-active .baiopen {
    display: none;
}

.index .index-there .ithere-active .hongopen {
    display: block !important;
}

.index .index-there .ithere-active .list-name {
    color: #81ba2e !important;
}

.index .index-fourth {
    display: flex;
    box-sizing: border-box;
    padding: 60px 100px 60px 0;
}

.index .index-fourth video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.index .index-fourth .mySwiper2 {
    width: 100%;
    margin: 0;
}

.index .index-fourth .four-left .swiper-button-next,
.index .index-fourth .four-left .swiper-button-prev {
    width: 77px;
    height: 50px;
    bottom: 18.7%;
    top: auto;
}

.index .index-fourth .four-left .swiper-button-next {
    background: #0559B3;
    left: 100%;
}

.index .index-fourth .four-left .swiper-button-prev {
    background: #81ba2e;
    color: #fff;
    left: auto;
    right: 0;
}

.index .index-fourth .four-left .swiper-button-next:after,
.index .index-fourth .four-left .swiper-button-prev:after {
    font-size: 22px;
    font-weight: 600;
}

.index .index-fourth .four-left .swiper-button-next:after {
    color: #FFFFFF;
}

.index .index-fourth .four-left .swiper-button-prev:after {
    color: #fff;
}

.index .index-fourth .four-left {
    position: relative;
    width: 52.8%;
    height: 500px;
}

.index .index-fourth .four-right {
    margin-left: 130px;
    position: relative;
}

.index .index-fourth .four-right .gs-logo {
    width: 463px;
}

.index .index-fourth .four-right .f-r-info {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.index .index-fourth .four-right .gs-jieshao {
    font-size: 20px;
    font-weight: bold;
    color: #0559B3;
    margin: 36px 0 31px 0;
    display: block;
}

.index .index-fourth .four-right p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.index .index-fourth .four-right .gs-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 29px 0 47px 0;
}

.index .index-fourth .four-right .gs-xq-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.index .index-fourth .four-right .gs-dtitle {
    font-size: 20px;
    color: #0559B3;
    margin-bottom: 5px;
}

.index .index-fourth .four-right .gs-dtitle span {
    font-size: 44px;
    font-family: DIN Condensed;
    font-weight: bold;
}

.index .index-fourth .four-right .gs-more {
    display: block;
    width: 220px;
    height: 50px;
    background: #81ba2e;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.index .index-fourth .four-right .gs-btn {
    transition: all 0.4s;
    width: 200px;
    height: inherit;
    background: #0559B3;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px 0 25px;
    font-size: 14px;
    color: #FFFFFF;
    justify-content: space-between;
}

.index .index-fourth .four-right .gs-btn img {
    width: 20px;
}

.index .index-five {
    padding-bottom: 60px;
    background: #EDEDED;
    background: url('../img/index/zzbg.png')
        /*tpa=https://www.zhypbz.com/static/index/img/index/sy_bg2.png*/
        no-repeat;
    background-size: cover;
}

.index .index-five .five-first {
    width: 100%;
    height: 385px;
    box-sizing: border-box;
    padding-top: 60px;
}

.index .index-five .five-first .title {
    text-align: center;
}

.index .index-five .five-second {
    box-sizing: border-box;
    padding: 0 133px;
    margin-top: -198px;
}

.index .index-five .five-second .mySwiper3-box {
    background: #FFFFFF;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
}

.index .index-five .five-second .mySwiper3 .swiper-slide {
    cursor: default;
    height: auto;
    justify-content: flex-start;
}

.index .index-five .five-second .swiper-slide {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.index .index-five .five-second .zizhi-photo {
    overflow: hidden;
    border: 4px solid #ededed;
    background: #ededed;
    display: flex;
    align-items: center;
    margin-bottom: 17px;
    height: auto;
}

.index .index-five .five-second .zizhi-photo img {
    width: 100%;
    height: auto;
}

.index .index-five .five-second .swiper-button-prev,
.index .index-five .five-second .swiper-button-next {
    width: 60px;
    height: 60px;
}

.index .index-five .five-second .swiper-button-next:after,
.index .index-five .five-second .swiper-button-prev:after {
    color: #FFFFFF;
    font-size: 23px;
    font-weight: 600;
}

.index .index-five .five-second .swiper-button-prev {
    background: #81ba2e;
    left: -30px;
}

.index .index-five .five-second .swiper-button-next {
    background: #0559B3;
    right: -30px;
}

.index .index-six {
    box-sizing: border-box;
    padding: 60px 100px;
}

.index .index-six .six-first {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index .index-six .itwo-menu {
    display: flex;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
}

.index .index-six .itwo-menu img {
    width: 40%;
    margin-left: 10px;
}

.index .index-six .six-first .sf-menu {
    display: flex;
    align-items: center;
}

.index .index-six .six-first .sf-list {
    width: 169px;
    height: 50px;
    background: #0559B3;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

.index .index-six .six-first .sf-active {
    background: #81ba2e !important;
}

.index .index-six .newBox {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}

.index .index-six .newBox .newleft {
    position: relative;
    height: auto;
    width: 48%;
}

.index .index-six .newBox .newleft img {
    width: 100%;
    /*height: 100%;*/
}

.index .index-six .newBox .newleft .title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    color: #fff;
    box-sizing: border-box;
}

.index .index-six .newBox .newleft .title .text {
    width: 70%;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.index .index-six .newBox .newright {
    width: 50%;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.index .index-six .newBox .newright .newitem {
    border-right: 3px solid #81ba2e;
    display: flex;
    height: 130px;
}
.index .index-six .newBox .newright .newitem a {
    height: 100%;
}

.index .index-six .newBox .newright .newitem img {
        height: 100%;
    width: 200px;
    object-fit: contain;
    margin-right: 10px;
}

.index .index-six .newBox .newright .fontBox .text {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index .index-six .newBox .newright .fontBox {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.index .index-six .newBox .newright .fontBox .date {
    color: #cdcdcd;
}

.index .index-six .newBox .newright .fontBox .dec {
    color: #888;
    width: 100%;
    line-height: 1.5;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index .index-six .mySwiper4 .news-list {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.index .index-six .mySwiper4 .news-time {
    box-sizing: border-box;
    text-align: left;
    font-size: 32px;
    font-weight: 500;
    color: #333333;
    height: 128px;
    border-bottom: 1px solid #999999;
    line-height: 128px;
}

.index .index-six .mySwiper4 .news-name {
    margin: 46px 0 34px 0;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index .index-six .mySwiper4 .news-info {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 38px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
    height: 114px;
}

.index .index-six .mySwiper4 .news-btn {
    margin-top: 42px;
    width: 180px;
    height: 50px;
    background: #81ba2e;
    display: block;
}

.index .index-six .mySwiper4 .xw-btn {
    transition: all 0.4s;
    width: 160px;
    height: 50px;
    background: #0559B3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 10px 0 25px;
    color: #FFFFFF;
    font-size: 14px;
}

.index .index-six .mySwiper4 .xw-btn img {
    width: 20px;
    height: auto;
}

.index .index-six .mySwiper4 .swiper-slide {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    width: max-content;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    padding: 0 20px 40px 20px;
}

.index .index-six .mySwiper4 {
    margin-top: 60px;
    display: none;
}

.index .index-six .six-third {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.index .index-six .six-third .swiper-button-prev,
.index .index-six .six-third .swiper-button-next,
.index .index-six .six-third .swiper-pagination {
    position: static;
    margin: 0;
    width: max-content;
}

.index .index-six .six-third .swiper-button-next:after,
.index .index-six .six-third .swiper-button-prev:after {
    content: none;
}

.index .index-six .six-third .swiper-pagination {
    margin: 0 45px;
}

.index .index-six .six-third .swiper-button-prev img,
.index .index-six .six-third .swiper-button-next img {
    width: 50px;
    height: auto;
}

.index .index-six .six-third .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #DEDFE5;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 1;
}

.index .index-six .six-third .swiper-pagination-bullet-active {
    background: #0559B3 !important;
}

.index .index-seven {
    box-sizing: border-box;
    padding: 0 100px 75px 100px;
}

.index .index-seven .title {
    text-align: center;
}

.index .index-seven .mySwiper5 {
    margin-top: 60px;
    cursor: default;
}

.index .index-seven .mySwiper5 .swiper-slide {
    cursor: default;
    box-sizing: border-box;
    padding: 55px 10px;
    border-bottom: 1px solid #e5e5e5;
    height: auto;
    border-right: 1px solid #e5e5e5;
}

.index .index-seven .mySwiper5 .its-photo {
    width: 100%;
    overflow: hidden;
}

.index .index-seven .mySwiper5 .its-photo img {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.index .index-seven .swiper-pagination {
    position: relative;
    padding-top: 20px;
    background: #FFFFFF;
    z-index: 9;
    top: -1px;
}

.index .index-seven .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #DEDFE5;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 1;
}

.index .index-seven .swiper-pagination-bullet-active {
    background: #0559B3 !important;
}

.index .index-seven .mySwiper5 .swiper-slide:nth-child(6n) {
    border-right: 0;
}

.swiper-pagination-bullet:only-child {
    display: block !important;
}

/*视频*/
.index .index-there .ithere-video {
    position: relative;
}

.index .index-there .ithere-video .outputcanvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    display: none;
    width: 100%;
    height: 100%;
}

.index .index-there .ithere-video .outputcanvas img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index .mySwiper2 .swiper-slide {
    position: relative;
}

.index .index-fourth .outputcanvas1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    display: none;
    width: 100%;
    height: 100%;
}

.index .index-fourth .outputcanvas1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



@media screen and (max-width: 750px) {

    /*.index .index-there .ithere-video .outputcanvas{display:block;}*/
    .index video::-webkit-media-controls {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 9;
    }
    .index .index-six .newBox .newleft .title{
        padding: 10px;
    }
    .index .index-six .newBox .newleft .title .text{
        font-size: 14px;
    }
    .index .index-six .newBox .newright .fontBox .text{
        font-size: 14px;
    }
    .zt_brand_header h1{
        font-size: 19px;
    }

}