@keyframes moveWave{
	0%   {
        background-position: 0%;
    }
	100% {
        background-position: 300%;
    }
}

@keyframes moveshipgo{
	0%   {
        top: 0%;
        transform: translateY(0%);
    }
	100% {
        top: 100%;
        transform: translateY(-100%);
    }
}
@keyframes moveshipback{
	0%   {
        top: 100%;
        transform: translateY(-100%);
    }
	100% {
        top: 0%;
        transform: translateY(0%);
    }
}

@keyframes Text_scrolling{
	0%   {
        left: 100%;
        transform: translateX(0%);
    }
	100% {
        left: 0%;
        transform: translateX(-100%);
    }
}

@keyframes scaleImg{
	0%   {
        transform: scale(1,1);
    }
	100% {
        transform: scale(1.3,1.3);
    }
}

/* banner */
.banner-container{
    position: relative;
    width: 100%;
    height: 50vw;
    font-size: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-container .banner-img{
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    transition: all 1s;
}
.banner-container .banner-img:hover{
    width: 102%;
}

.banner-container .banner-wave{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.125vw;
    background: url('../static/svg/wave.svg');
    background-size: 150% 100%;
    background-repeat: repeat-x;
    background-position: 0%;
    animation: moveWave 6s linear infinite;
    pointer-events: none;
    transform: translateY(1px);
}
.banner-container .banner-text{
    position: absolute;
    z-index: 1;
    font-size: 1.770833vw;
    top: 16.875vw;
    right: 9.375vw;
    color: #fff;
    text-shadow: 0px 3px 5px rgba(0,0,0,0.4);
    letter-spacing: 1px;
    pointer-events: none;
}
.banner-container .swiper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-container .swiper {
    width: 100%;
    height: 50vw;
} 
.banner-container .mobile{
    display: none;
}
/* .banner-container .swiper .swiper-slide img:hover{
    transform: scale(1.1,1.1);
} */
.banner-container .swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1,1.1);
    transition: all 5.3s linear;
}
.banner-container .swiper .swiper-slide-active img{
    transform: scale(1,1);
}
/* 关于 */
.about{
    position: relative;
    width: 100%;
    margin-top: 5.7vw;
    margin-bottom: 5vw;
    overflow: hidden;
}
.about .about-main{
    width: 90%;
    margin: 0 auto;
    display: flex;
}
.about .about-title{
    width: 30%;
    padding-top: 2vw;
}
.about .about-text{
    width: 70%;
}
.about .about-title p{
    font-size: 2.5vw;
    font-weight: bold;
}
.about .about-title p:nth-child(1){
    color: #0269a7;
}
.about .about-title p:nth-child(2){
    color: #333;
    font-size: 1.25vw;
    font-weight: 400;
}

.about .about-text .text-header{
    font-size: 8vw;
    color: #F2F2F2;
    font-weight: bold;
}
.about .about-text .text-main{
    font-size: 1vw;
    color: #878787;
    line-height: 1.4vw;
    /* font-weight: bold; */
    margin: 3.645833vw 0;
}
.about .about-text .view_more{
    color: #999999;
    font-size: 1.25vw;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .5s;
}
.about .about-text .view_more .icon-xiangyou{
    font-size: 1.25vw;
    color: #0269a7;
    margin-left: 10px;
}
.about .about-data{
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    margin-top: 9.375vw;
}
.about .data-container{
    position: relative;
    width: 85vw;
    margin-right: 0%;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.about .data-body{
    width: 87%;
    display: flex;
    justify-content: space-around;
}
.about .ship{
    width: 100%;
    display: flex;
}
.about .ship img{
    width: 7.65625vw;
}
.about .ship .ship-hr{
    position: relative;
    top: 70%;
    width: 100%;
    height: 2px;
    background-color: #F08200;
}
.about-data .data-number{
    font-weight: bold;
    color: #0269A7;
    font-size: 3.75vw;
}
.about-data .data-title{
    color: #333333;
    font-size: 1vw;
}
/* 产品轮播图 */
.product-swiper-mobile{
    display: none;
}
.product-swiper-mobile .swiper {
    position: relative;
    width: 100%;
    height: 67vw;
}
.product-swiper-mobile .swiper .title{
    margin: 5vw 4vw 0;
}
.product-swiper-mobile .swiper .title p{
    width: 60%;
    font-weight: bold;
    font-size: 5vw;
    color: #005BAB;
}
.product-swiper-mobile .swiper .body{
    width: 80%;
    margin: 0 auto;
    margin-top: 5vw;
}

.product-swiper-mobile .swiper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-swiper{
    position: relative;
    width: 100%;
    height: 46.875vw;
    background: url('../static/image/index_img/productswiper_bg.png');
    background-size: cover;
    padding-top: 2.604167vw;
}
.product-swiper .product-header{
    width: 88.5vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.product-swiper .product-title p{
    font-size: 2.5vw;
    font-weight: bold;
}
.product-swiper .product-title p:nth-child(1){
    color: #0269a7;
}
.product-swiper .product-title p:nth-child(2){
    color: #333;
    font-size: 1.25vw;
    font-weight: 400;
}
.product-swiper .product-directory{
    display: flex;
}
.product-swiper .product-directory .change-product{
    margin-left: 3.125vw;
}
.product-swiper .product-directory .change-product a{
    font-size: 1.25vw;
    color: #333333;
    transition: all .5s;
}
.product-swiper .product-directory .change-product a:hover{
    color: #006fd0;
}
.product-swiper .product-directory .change-product .active{
    font-weight: bold;
    color: #005BAB !important;
}

.product-swiper .swiper {
    width: 100%;
    height: 27.96875vw;
    margin-top: 2.1vw;
    margin-bottom: 5.1vw;
}
/* .product-swiper .swiper .swiper-slide{
    display: flex;
    align-items: start;
}
.product-swiper .swiper .swiper-slide-active{
    align-items: end;
} */

.product-swiper .swiper-slide .swiper-item-container{
    position: relative;
    width: 80%;
    margin: 0 auto;
    transition: all 1s;
    animation: moveshipback 0.3s;
    animation-fill-mode: forwards;
}
.product-swiper .swiper-slide-active .swiper-item-container{
    animation: moveshipgo 0.3s;
    animation-fill-mode: forwards;
}


.product-swiper .swiper .swiper-item-container img{
    width: 100%;
    transition: all .5s;
}
.product-swiper .swiper .swiper-item-container img:hover{
    scale: 1.1;
}
.product-swiper .swiper-slide .swiper-item-container p{
    position: relative;
    color: #999;
    font-size: 1.5625vw;
    margin: 1.2vw 0;
    transition: all .5s;
    text-align: center;
}
.product-swiper .swiper-slide-active .swiper-item-container p{
    position: relative;
    color: #005BAB;
    font-size: 1.5625vw;
    font-weight: bold;
    margin: 1.2vw 0;
}

.product-swiper .underline{
    display: flex;
    align-items: center;
}

.product-swiper .underline-round{
    width: 0.52vw;
    height: 0.52vw;
    border-radius: 50%;
    background: #005BAB;
    transition: all .5s;
    opacity: 0;
}
.product-swiper .swiper-slide-active .underline-round{
    opacity: 1;
}

.product-swiper .underline-hr{
    width: 0%;
    height: 1px;
    background-color: #000;
    transition: all .5s;
}
.product-swiper .swiper-slide-active .underline-hr{
    width: 80%;
}

.product-swiper .swiper-button-next-custom, .swiper-button-prev-custom{
    position: relative;
    width: 1.9vw;
    height: 1.9vw;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.9vw;
    transition: all .3s;
}

.product-swiper .swiper-button-next-custom:hover, .swiper-button-prev-custom:hover{
    border: 1px solid #005BAB;
    color: #005BAB !important;
}
.product-swiper .bottom-nav-btn{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-swiper .swiper-nav-btn{
    display: flex;
}

.product-swiper .center-btn{
    position: relative;
}

.product-swiper .left-top-hr{ /* 左上角 */
    position: absolute;
    width: 8%;
    height: 1px;
    /* background-color: #E4E4E4; */
    opacity: 0;
    transform: rotate(320deg) translate(-150%,5px);
    transition: all .5s;
}
.product-swiper .right-bottom-hr{ /* 右下角 */
    position: absolute;
    width: 8%;
    height: 1px;
    /* background-color: #E4E4E4; */
    opacity: 0;
    right: 0;
    transform: rotate(320deg) translate(150%,-5px);
    transition: all .5s;
}
.product-swiper .center-btn:hover .left-top-hr{
    opacity: 1;
    background-color: #005BAB;
    transform: rotate(320deg) translate(-30%,5px);
}
.product-swiper .center-btn:hover .right-bottom-hr{
    opacity: 1;
    background-color: #005BAB;
    transform: rotate(320deg) translate(30%,-5px);
}

.product-swiper .product-details{
    width: 13vw;
    height: 2.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    background-color: #dcdcdc;
    /* border: 1px solid #005BAB;
    box-sizing: border-box; */
    cursor: pointer;
    clip-path: polygon(10% 0%, 100% 0%, 100% 60%, 90% 100%, 0% 100%, 0% 40%);
    transition: all .5s;
}
.product-swiper .center-btn:hover .product-details{
    background-color: #005BAB;
    color: #fff;
}
.product-swiper .swiper-page{
    width: 5.6vw;
    text-align: right;
    font-size: 0.9375vw;
}
.product-swiper .swiper-page span:nth-child(1){
    color: #005BAB;
}

/* 救生设备 */
.equipment{
    width: 100%;
    padding: 4.5vw 0 7vw;
}
.equipment-mobile{
    display: none;
}
.equipment .equipment-header{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.equipment .equipment-header-title{
    font-size: 2.5vw;
    color: #005BAB;
    font-weight: bold;
}
.equipment .equipment-header .view_more{
    color: #999999;
    font-size: 1.25vw;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.equipment .equipment-header .view_more .icon-xiangyou{
    font-size: 1.25vw;
    color: #0269a7;
    margin-left: 10px;
}

.equipment .equipment-swiper{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5vw 0 6.25vw;
}
.equipment .equipment-swiper .equipment-introduce{
    width: 42%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: end;
}
.equipment .equipment-swiper .swiper{
    width: 50%;
    height: 100%;
    /* height: 27vw; */
}
.equipment .equipment-swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .5s;
}
.equipment .equipment-swiper .swiper-slide:hover img{
    scale: 0.95;
}
.equipment .equipment-swiper .introduce-position{
    width: 87%;
}
.equipment .equipment-swiper .introduce-position img{
    width: 6.1vw;
}
.equipment .equipment-swiper .introduce-position .introduce-title{
    color: #333333;
    font-weight: bold;
    font-size: 1.875vw;
    margin: 1vw 0 1.8vw;
}
.equipment .equipment-swiper .introduce-position .introduce-item{
    color: #666666;
    font-size: 0.83vw;
    display: flex;
    margin-top: 0.8vw;
}
.equipment .equipment-swiper .introduce-position .introduce-item span{
    width: 95%;
}
.equipment .equipment-swiper .introduce-position .introduce-item::before{
    position: relative;
    content: "";
    display: block;
    width: 0.37vw;
    height: 0.37vw;
    border-radius: 50%;
    background: #0269A7;
    margin-right: 0.37vw;
    margin-top: 0.3vw;
}
.equipment .introduce-position .consult_btn{
    display: flex;
    margin-top: 1.8vw;
}
.equipment .introduce-position .consult_btn>a{
    position: relative;
    /* width: 10vw;
    height: 2.1875vw; */
    /* display: flex;
    justify-content: center;
    align-items: center; */
    margin-right: 1.822917vw;
}
.equipment .introduce-position .consult_btn>a:hover .product-details{
    background-color: #005BAB;
    color: #fff;
}
.equipment .introduce-position .consult_btn .product-details{
    position: relative;
    width: 10vw;
    height: 2.1875vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E4E4E4;
    color: #333333;
    clip-path: polygon(10% 0%, 100% 0%, 100% 60%, 90% 100%, 0% 100%, 0% 40%);
    transition: all .5s;
    font-size: 0.9375vw;
}
.equipment .introduce-position .consult_btn .left-top-hr{ /* 左上角 */
    position: absolute;
    width: 8%;
    height: 1px;
    /* background-color: #E4E4E4; */
    opacity: 0;
    transform: rotate(320deg) translate(-150%,5px);
    transition: all .5s;
}
.equipment .introduce-position .consult_btn .right-bottom-hr{ /* 右下角 */
    position: absolute;
    width: 8%;
    height: 1px;
    /* background-color: #E4E4E4; */
    opacity: 0;
    right: 0;
    transform: rotate(320deg) translate(150%,-5px);
    transition: all .5s;
}
.equipment .introduce-position .consult_btn>a:hover .left-top-hr{
    opacity: 1;
    background-color: #005BAB;
    transform: rotate(320deg) translate(-30%,5px);
}
.equipment .introduce-position .consult_btn>a:hover .right-bottom-hr{
    opacity: 1;
    background-color: #005BAB;
    transform: rotate(320deg) translate(30%,-5px);
}

.equipment .equipment-thumbs .swiper{
    width: 100%;
}
.equipment .equipment-thumbs .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: normal;
    color: #999999;
    font-size: 0.9375vw;
    transition: all .3s;
    padding: 0.6vw 0;
}

.equipment .equipment-thumbs .swiper-slide-thumb-active{
    color: #035399;
}
.equipment .equipment-thumbs .swiper-slide:hover{
    color: #035399;
}
.equipment .selection_bar_track{
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #CFCFCF;
}
.equipment .selection_bar_track .selection_bar{
    position: absolute;
    background-color: #005BAB;
    width: 1%;
    height: 100%;
    left: 16.6%;
    transform: translateX(-50%);
    transition: all .5s;
}

/* 成功案例 */
.successful_case_container{
    position: relative;
    width: 100%;
}
.successful_case_container .case_header{
    width: 88%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.successful_case_container .case-title{
    display: flex;
    flex-direction: column;
}
.successful_case_container .case-title span{
    font-size: 2.5vw;
    font-weight: bold;
}
.successful_case_container .case-title span:nth-child(1){
    color: #333333;
}
.successful_case_container .case-title span:nth-child(2){
    color: #005BAB;
}
.successful_case_container .view_more{
    color: #999999;
    font-size: 1.25vw;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.successful_case_container .view_more .icon-xiangyou{
    font-size: 1.25vw;
    color: #0269a7;
    margin-left: 10px;
}
.successful_case_container .case_main{
    position: relative;
    width: 100%;
    height: 36.45vw;
    margin: 2.8125vw 0 6vw;
}
.successful_case_container .case_main .over_con{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}
.successful_case_container .case_main .case_item{
    position: relative;
    flex: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.case_main .case_item{
    cursor: pointer;
    transition: all 0.5s;
}
.case_main .case_item .img{
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
    filter: brightness(0.3) contrast(0.85);
    overflow: hidden;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px #000;
}
.case_main .case_item .img img{
    width: 100%;
    height: 100%;
    font-size: 0;
    object-fit: cover;
    transition: all 1s;
}
.case_main .case_item .img .box_inset{
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
    background: linear-gradient(to top ,#00000090 5%,#00000000 50%);
}

.case_main .case_item:hover{
    transform: translateY(-2%);
    box-shadow: 10px 10px 10px #555555;
}
.case_main .case_item:hover .img{
    filter: brightness(1) contrast(1);
}

.case_main .case_item:hover .img img{
    transform: scale(1.1,1.1);
    transition: all .3s linear;
}
.successful_case_container .case_text{
    position: absolute;
    width: 72%;
    bottom: 0%;
    margin-bottom: 2.7vw;
}
.successful_case_container .case_text .case-title{
    color: #fff;
    font-weight: bold;
    font-size: 1.6vw;
}
.successful_case_container .case_text .case-hr{
    width: 100%;
    height: 1px;
    background-color: #999;
    margin-top: 2.1875vw;
}
.successful_case_container .case_text .case-footer{
    display: flex;
    justify-content: space-between;
    margin-top: 1.46vw;
}

.successful_case_container .case_text .view_more{
    color: #999999;
    font-size: 1vw;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.successful_case_container .case_text .view_more .icon-xiangyou{
    font-size: 1vw;
    color: #0269a7;
    margin-left: 10px;
}
.successful_case_container .case_text .more_point{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.successful_case_container .case_text .more_point>div{
    width: 0.42vw;
    height: 0.42vw;
    border-radius: 50%;
    background-color: #ACACAC;
    margin-left: 0.42vw;
}
.successful_case_container .case_text .more_point div:nth-child(1){
    background-color: #005BAB;
}
.successful_case_container .case_text .more_point div:nth-child(2){
    transition: all .4s;
}
.successful_case_container .case_text .more_point div:nth-child(3){
    transition: all .8s;
}
.case_main .case_item:hover .more_point div:nth-child(2){
    background-color: #006fd0;
}
.case_main .case_item:hover .more_point div:nth-child(3){
    background-color: #007ae4;
}

/* 新闻 */
.news-container{
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 10vw;
}
.news-container .news-header{
    width: 88%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 7vw;
}
.news-container .news-header .news-title{
    display: flex;
    flex-direction: column;
}
.news-container .news-header .news-title span{
    font-size: 2.5vw;
    font-weight: bold;
}
.news-container .news-header .news-title span:nth-child(1){
    color: #0269a7;
}
.news-container .news-header .news-title span:nth-child(2){
    color: #333;
}
.news-container .news-header .news-title p{
    font-size: 2.5vw;
    font-weight: bold;
}
.news-container .news-header .news-title p:nth-child(1){
    color: #0269a7;
}
.news-container .news-header .news-title p:nth-child(2){
    color: #333;
    font-size: 1.25vw;
    font-weight: 400;
}

.news-container .news-header .news-change-type{
    display: flex;
}
.news-container .news-change-type .option-list{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.news-container .news-change-type .option-list a{
    font-size: 1.25vw;
    color: #999999;
    text-align: right;
    transition: all .5s;
}
.news-container .news-change-type .option-list a:hover{
    color: #006fd0;
}
.news-container .news-change-type .option-list .active{
    color: #0269A7 !important;
}

.news-container .news-change-type .bar_track{
    position: relative;
    width: 2px;
    background-color: #999;
    height: 100%;
    margin-left: 1vw;
    display: flex;
    justify-content: center;
}
.news-container .news-change-type .bar_track .bar{
    position: absolute;
    width: 4px;
    height: 10%;
    background-color: #0269A7;
    top: 25%;
    transform: translateY(-50%);
    transition: all .5s;
}

.news-container .news-body{
    width: 81%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.news-container .news-body .news-headlines{
    width: 48%;
}

.news-container .headlines-cover{
    width: 100%;
    height: 16vw;
    overflow: hidden;
}
.news-container .headlines-cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.news-container .headlines-cover img:hover{
    scale: 1.05;
}

.news-container .headlines-text .headlines-title{
    color: #333333;
    font-size: 1.5vw;
    margin-top: 1.6vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-container .headlines-text .headlines-hr-track{
    position: relative;
    width: 100%;
    height: 4px;
    background-color: #999999;
    border-radius: 2px;
    margin: 1vw 0 1vw;
}
.news-container .headlines-text .headlines-hr-track .bar{
    position: absolute;
    width: 0%;
    height: 4px;
    background-color: #005BAB;
    transition: all .5s;
    border-radius: 2px;
}
.news-container .headlines-text .time_and_type{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-container .headlines-text .time_and_type .time{
    display: flex;
    align-items: center;
}
.news-container .headlines-text .time_and_type .time span:nth-child(1){
    color: #999;
    font-size: 1.2vw;
    font-weight: bold;
    margin-right: 0.5vw;
    transition: all .5s;
}
.news-container .headlines-text .time_and_type .time span:nth-child(2){
    color: #666;
    font-size: 0.83vw;
}
.news-container .headlines-text .time_and_type .type{
    color: #666;
    font-size: 0.83vw;
}
.news-container .news-headlines{
    cursor: pointer;
}
.news-container .news-headlines:hover .time span:nth-child(1){
    color: #005BAB;
}
.news-container .news-headlines:hover .bar{
    width: 100%;
}

.news-container .news-body .news-list{
    width: 44%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-container .news-body .news-list .news-item{
    width: 100%;
    /* height: 30%; */
    /* flex: 1; */
}
.news-container .news-body .news-list .news-item .news-title{
    font-size: 1.5625vw;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-container .news-body .news-list .news-item .news-text{
    position: relative;
    overflow: hidden;
    /* height: 1.2vw; */
    display: flex;
    align-items: center;
    margin-top: 0.2vw;
}
.news-container .news-body .news-list .news-item .news-text span{
    /* position: absolute; */
    /* left: 0%; */
    /* transform: translateX(-100%); */
    color: #666666;
    font-size: 0.83vw;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis; /* 超出部分显示为省略号 */
    /* animation: Text_scrolling 16s linear infinite; */
}
.news-container .news-body .news-list .news-item .news-track{
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #999;
    margin: 0.6vw 0;
}
.news-container .news-body .news-list .news-item .bar{
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #005BAB;
    transition: all .5s;
}

.news-container .news-body .news-list .news-item .time_and_type{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-container .news-body .news-list .news-item .time_and_type .time{
    display: flex;
    align-items: center;
}
.news-container .news-body .news-list .news-item .time_and_type .time span:nth-child(1){
    color: #666;
    font-size: 1.2vw;
    font-weight: bold;
    margin-right: 0.5vw;
    transition: all .5s;
}
.news-container .news-body .news-list .news-item .time_and_type .time span:nth-child(2){
    color: #666;
    font-size: 0.83vw;
}
.news-container .news-body .news-list .news-item .time_and_type .type{
    color: #666;
    font-size: 0.7vw;
}
.news-container .news-body .news-item:hover .bar{
    width: 100%;
}
.news-container .news-body .news-item:hover .time span:nth-child(1){
    color: #005BAB !important;
}

.news-bg{
    position: absolute;
    width: 100%;
    height: 20vw;
    background: url('../static/image/index_img/news_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateY(-60%);
}

.view_more{
    transition: all .5s;
}
.view_more:hover{
    transform: translate(2%,0);
}

@media (max-width: 1440px) {
    .about .about-text .text-main{
        font-size: 16px;
    }
    .equipment .equipment-swiper .introduce-position .introduce-item{
        font-size: 14px;
    }
    .news-container .news-body .news-list .news-item .news-text span{
        font-size: 14px;
    }
    .equipment .equipment-thumbs .swiper-slide{
        font-size: 14px;
    }
}

@media (max-width: 1500px) {
    .about-data .data-title{
        font-size: 14px;
    }
}

@media (max-width: 996px) {
    .banner-container{
        height: 170vw;
    }
    .banner-container .swiper{
        height: 170vw;
        display: none;
    }
    .banner-container .mobile{
        height: 170vw;
        display: block;
    }
    .banner-container .banner-text{
        display: none;
    }
    .banner-container .banner-wave{
        height: 5vw;
        bottom: -1px;
    }
    .about .about-main{
        width: 85%;
        flex-direction: column;
    }
    .about .about-title{
        width: auto;
    }
    .about-data .data-title{
        font-size: 12px;
    }
    .about .about-title p{
        font-size: 6.4vw !important;
        line-height: 6.5vw;
    }
    .about .about-text .text-header{
        display: none;
    }
    .about .about-text{
        width: auto;
    }
    .about .about-text .text-main{
        line-height: 20px;
        margin: 6vw 0;
    }
    .about .about-data{
        margin-top: 15vw;
    }
    .about .about-text .view_more{
        font-size: 16px;
    }
    .about .about-text .view_more .icon-xiangyou{
        font-size: 16px;
    }
    .about .data-body{
        flex-direction: column;
        flex-wrap: wrap;
        width: 80%;
        height: 35vw;
    }
    .about .data-body .data-item{
        max-width: 60%;
        height: 49%;
    }
    .product-swiper-mobile .swiper .title p{
        width: 80%;
    }
    .about-data .data-number{
        font-size: 35px;
    }
    .about .ship img{
        width: 20vw;
    }
    .product-swiper{
        display: none;
    }
    .product-swiper-mobile{
        display: block;
    }
    .product-swiper-mobile .swiper-1{
        background: url('../static/image/index_img/swiper_mobile_2.jpg');
        background-size: 100% 100%;
    }
     .product-swiper-mobile .swiper-2{
        background: url('../static/image/index_img/swiper_mobile_1.jpg');
        background-size: 100% 100%;
    }
     .product-swiper-mobile .swiper-3{
        background: url('../static/image/index_img/swiper_mobile_2.jpg');
        background-size: 100% 100%;
    }
    .equipment{
        display: none;
    }
    .equipment-mobile{
        display: block;
        padding: 8vw;
    }
    .equipment-mobile .title{
        font-size: 6vw;
        color: #005BAB;
        font-weight: bold;
        margin-bottom: 10vw;
    }
    .equipment-mobile .ship_img{
        width: 20vw;
        margin-bottom: 5vw;
    }
    .equipment-mobile .p_1{
        font-size: 5vw;
        color: #333;
        font-weight: bold;
    }
    .equipment-mobile .swiper{
        width: 100%;
        height: 60vw;
    }
    .equipment-mobile .swiper .swiper-slide{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .equipment-mobile .swiper .body{
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .equipment-mobile .swiper img{
        width: 100%;
        object-fit: cover;
    }
    .equipment-mobile .list .item{
        display: flex;
        justify-content: space-between;
        margin-bottom: 4vw;
    }
    .equipment-mobile .list .item .text{
        width: 96%;
        color: #666;
        font-size: 16px;
    }
    .equipment-mobile .list .item::before{
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #005BAB;
        margin-top: 2vw;
    }
    .successful_case_container .case-title span{
        font-size: 6.4vw !important;
    }
    .successful_case_container .view_more_con{
        display: none;
    }
    .successful_case_container .case_main{
        overflow-x: scroll;
        height: 100vw;
    }
    .successful_case_container .case_text{
        margin-bottom: 5vw;
    }
    .successful_case_container .case_main .over_con{
        width: 300%;
    }
    .successful_case_container .case_main .case_item{
        margin-right: 10vw;
    }
    /* 滚动条宽度 */
    .successful_case_container .case_main::-webkit-scrollbar {
        width: 0px;
    }
    /* 滚动条轨道 */
    .successful_case_container .case_main::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0);
        width: 0px;
    }
    /* 小滑块 */
    .successful_case_container .case_main::-webkit-scrollbar-thumb {
        background: #aaaaaa00;
    }
    .successful_case_container .case_main::-webkit-scrollbar-thumb:hover {
        background: #69696900;
    }
    .successful_case_container .case_text .case-hr{
        margin-top: 3vw;
    }
    .successful_case_container .case_text .case-footer{
        margin-top: 3vw;
    }
    .successful_case_container .case_text .case-title{
        font-size: 16px;
    }
    .successful_case_container .case_text .view_more{
        font-size: 16px;
    }
    .successful_case_container .case_text .view_more .icon-xiangyou{
        font-size: 16px;
    }
    .successful_case_container .case_text .more_point>div{
        width: 6px;
        height: 6px;
        margin-left: 6px;
    }
    .news-container .news-header .news-title span{
        font-size: 6.4vw !important;
    }
    .news-container .news-change-type .option-list a{
        font-size: 4vw;
    }
    .news-container .news-change-type .bar_track{
        margin-left: 3vw;
    }
    .news-container .news-body{
        flex-direction: column;
    }
    .news-container .news-body .news-headlines{
        width: auto;
    }
    .news-container .news-body .news-list{
        width: auto;
    }
    .news-container .headlines-cover{
        height: 32vw;
    }
    .news-container .headlines-text .headlines-title{
        font-size: 4vw;
    }
    .news-container .headlines-text .headlines-hr-track{
        height: 2px;
    }
    .news-container .headlines-text .headlines-hr-track .bar{
        height: 2px;
    }
    .news-container .headlines-text .time_and_type .time span:nth-child(1){
        font-size: 14px;
    }
    .news-container .headlines-text .time_and_type .time span:nth-child(2){
        font-size: 14px;
    }
    .news-container .headlines-text .time_and_type .type{
        font-size: 14px;
    }
    .news-container .news-body .news-list .news-item .news-title{
        font-size: 4vw;
    }
    .news-container .news-body .news-list .news-item .news-text{
        /* display: none; */
    }
    .news-container .news-body .news-list .news-item .time_and_type .time span:nth-child(1){
        font-size: 14px;
    }
    .news-container .news-body .news-list .news-item .time_and_type .time span:nth-child(2){
        font-size: 14px;
    }
    .news-container .news-body .news-list .news-item .time_and_type .type{
        font-size: 14px;
    }
    .news-container .news-body .news-list .news-item{
        margin-top: 5vw;
    }
    .news-container .news-header .news-title p{
        font-size: 6.4vw !important;
    }
    .news-container .news-header .news-title p:nth-child(2){
        font-size: 6.4vw !important;
    }
}