@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

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

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.wrap {
    width: 100%;
    position: relative;
    overflow: auto hidden;
    box-sizing: border-box;
    background: #fff;
}
@media (min-width: 0px) and (max-width:768px) {
   
  .serve  .banner{
        height: 200px !important;
    }
    .tab-img, .tab-hover{
        display: none !important;
    }
    .sup-q-list .item{
        width: 98% !important;
    }
}

.serve {
    margin-top: 86px;
    overflow: hidden;
}
.banner .txt {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    display: flex;
    align-items: center;
}

.banner {
    width: 100%;
    height: 374px;
    background-image: url('https://ebaina.oss-cn-hangzhou.aliyuncs.com/production/direct/resource/202302/22/jszc.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

/* .banner-title {
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 148px 0 0 360px; 
} */

.banner-title .cn {
    font-size: 32px;
    font-weight: 500;

}

.banner-title .en {
    font-size: 24px;

    font-family: DIN-pro;
}

.product-title {
    width: 100%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
}
.product-title .contain{
    display: flex;
}

.product-title li {
    text-align: center;
    line-height: 56px;
    width: 118px;
    height: 56px;
    font-size: 16px;
    color: #666666;
    background-color: #fff;
    cursor: pointer;
}

.product-title li.active {
    color: #FFFFFF;
    background-color: #3D6ECF;
}

.download {
    overflow: hidden;
}

.part-title {
    margin-top: 50px;
    margin-bottom: 29px;
    text-align: center;
}

.part-title .cn {
    color: #333333;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
}

.part-title .en {
    color: #959595;
    font-size: 12px;
    text-transform: uppercase;
}

.tab {
    width: 100%;
    margin: 0 auto 31px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.tab-list,.tab-list a{
    width: auto;

}
.tab-list a {
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    display: flex;
    align-items: center;

}

.tab-img,
.tab-hover {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.tab-hover {
    display: none;
}

.tab-list span {
    color: #333333;
    font-size: 16px;
}

.tab-list.active a::before {
    position: absolute;
    border-radius: 8px;
    width: 100%;
    height: 4px;
    content: '';
    background-color: #3D6ECF;
    top: 35px;
}

.tab-list:hover .tab-hover,
.tab-list.active .tab-hover {
    display: block;
}

.tab-list:hover .tab-img,
.tab-list.active .tab-img {
    display: none;
}

.tab-list:hover span,
.tab-list.active span {
    color: #3D6ECF;
}



.down-swiper {
    height: auto;
    /* margin-bottom: 74px; */
}

.download-cell .title {
    height: 50px;
    background: #1e6fff;
    color: #fff;
    display: flex;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 18px;
}

.download-cell .title .name {
    padding: 0 30px;
    justify-content: flex-start;
}

.download-cell .title div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-cell .desc {
    width: 30.5%;
    text-align: center;
    padding: 0 15px;
}

.download-cell .time {
    width: 12%;
    text-align: center;
    padding: 0 15px;
}

.download-cell .op {
    width: 11.5%;
    text-align: center;

}

.download-cell .sub-item {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 15px;
    padding: 20px 0;
    border-bottom: 1px dashed #dbdbdb;
    transition: box-shadow .4s ease;
}

.download-cell .name {
    width: 46%;
    padding-right: 15px;
}

.download-cell .desc {
    width: 30.5%;
    text-align: center;
    padding: 0 15px;
}

.download-cell .time {
    width: 12%;
    text-align: center;
    padding: 0 15px;
}


.download-cell .sub-item .op a i {
    display: inline-block;
    background: url(https://ebaina.oss-cn-hangzhou.aliyuncs.com/production/direct/resource/202302/16/v1/v1/dw.png) no-repeat center/100%;
    width: 23px;
    height: 23px;
}

.download-cell .sub-item:hover {
    box-shadow: 2px 2px 24px 0 rgba(0, 0, 0, .11);
    border-bottom-color: transparent
}

.download-cell .sub-item:hover .name a {
    transform: translateX(20px);
    color: #1e6fff;
    font-weight: 700
}

.download-cell .sub-item .name a {
    display: inline-flex;
    align-items: center;
    color: #333;
    font-size: 16px;
    transition: all .4s ease;
}

.download-cell .sub-item .name a i {
    display: inline-block;
    vertical-align: middle;
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 50%;
    margin-right: 18px;
    background: #e5edf9 url(https://ebaina.oss-cn-hangzhou.aliyuncs.com/production/direct/resource/202302/16/v1/v1/dw-name.png) no-repeat center/23px 25px;
    transition: all .4s ease;
}

.download-cell .sub-item:hover .name a i {
    background-image: url(https://ebaina.oss-cn-hangzhou.aliyuncs.com/production/direct/resource/202302/16/v1/v1/dw-name-hover.png);
    background-color: #1e6fff;
}

.down-item {
    display: none;
}

.down-item .swiper {
    padding-bottom: 50px;
}

.down-item.selectTab {
    display: block;
    height: auto;
}

.swiper-pagination-bullet {
    width: 10px!important;
    height: 10px!important;
    background: #FFFFFF!important;
    border: 2px solid #BABABA!important;
    opacity: 1!important;
}

.swiper-pagination-bullet-active {
    background-color: #3D6ECF!important;
    border: none!important;
}

.video-center {
    width: 100%;
    background-color: #1A3542;
    height: 800px;
    padding-top: 50px;
    overflow: hidden;
}



.video-center .cn,
.video-center .en {
    color: #fff;
}


.sup-video .nav {
    width: 300px;
    margin: 0 auto 40px;
}

.sup-video .nav a {
    color: #fff;
    line-height: 1;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid transparent;
    transition: border .4s ease;
}

.sup-video .nav a i {
    display: block;
    margin-right: 16px;
}

.sup-video .nav a.active,
.sup-video .nav a:hover {
    border-bottom-color: #1e6fff;
}

.video-list .d-between{
    align-items: flex-start;
}

.video-list .lft {
    width: 61.5%;
}

.video-list .lft img {
    min-height: 500px;
}


.full-cover {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
    
}
.video-box{
    width: 100%;
    height: 480px;
    background-color: #000;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.video-list .lft video {
    transition: none;
    z-index: 9;
    margin: 0 auto;

}
.video-list .nodata{
    background-color: transparent;
    padding: 170px 0;
}


.video-list .rgt {
    width: 38.5%;
    padding: 32px 40px 40px;
    background: #fff;
}

.video-list .rgt .tit {
    font-size: 18px;
    color: #333;
    line-height: 1;
    font-weight: 700;
}

.video-list .rgt span {
    color: #777;
    font-size: 14px;
    display: block;
    margin-top: 6px;
    font-weight: lighter;
}

.video-items {
    height: 355px;
    width: 100%;
    margin-top: 15px;
    overflow: hidden auto;
}
.video-items .swiper-container{
    overflow: auto;
}

/*里面的代码可以根据自己需求去进行更改*/
/* 设置滚动条的样式 */
.video-items .swiper-container::-webkit-scrollbar {
    width: 7px;
}

/* 滚动槽 */
.video-items .swiper-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F0EFEF;
}

/* 滚动条滑块 */
.video-items .swiper-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #3D6ECF;
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

.video-items .swiper-container::-webkit-scrollbar-thumb:window-inactive {
    background: #3D6ECF;
}

/* 设置滚动条的样式 */
.video-items::-webkit-scrollbar {
    width: 7px;
}

/* 滚动槽 */
.video-items::-webkit-scrollbar-track {
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F0EFEF;
}

/* 滚动条滑块 */
.video-items::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #3D6ECF;
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

.video-items::-webkit-scrollbar-thumb:window-inactive {
    background: #3D6ECF;
}

.noSwiping {
    width: 100%;
    height: 100%;
}

.video-list .rgt .btns {
    display: none !important;
}

.video-list .rgt .btns button {
    color: #7b7b7b;
    cursor: pointer;
}

.video-items .video-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    height:104px ;
    padding: 4px 0;
}
.video-items .video-item.active .title{
    color: #1e6fff;
}
.video-items .pic {
    height: 104px;
    width: 41%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-items .info {
    width: 59%;
    padding-left: 25px;
}

.video-items .info .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 48px;
    color: #333;
}
/* .video-item:first-child .title{
    color: #3D6ECF;
} */
.video-item.active .title{
    color: #3D6ECF;
}
.video-items .info .time {
    color: #d1d1d1;
    font-family: DIN-pro;
    font-size: 14px;
    line-height: 1;
    margin-top: 12px;
}
.sup-video section.active{
    display: block;
}
.sup-video section{
    display: none;
}



.question {
    margin-bottom: 105px;
}

.sup-q-list {
    flex-wrap: wrap;
}

.qsSwiper .swiper-wrapper {
    padding-bottom: 50px;
}

.sup-q-list .item {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    width: 49%;
    height: 56px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-top: 20px;
    position: relative;
}
.sup-q-list .item .title.nolm{
    width: 100%;
    max-height: 46px;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.sup-q-list .item .title {
    padding-left: 24px;
    position: relative;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .4s ease;
}

.sup-q-list .item .title:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #9a9a9a;
    left: 0;
    top: 8px;
    position: absolute;
    transition: all .4s ease;
}

.sup-q-list .item .item {
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: 100%;
    margin-top: 0;
    align-items: flex-start;
    display: none;
    padding: 20px;
    background: #fff;
    z-index: 9;
}

.sup-q-list .item .title {
    padding-left: 24px;
    position: relative;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .4s ease;
}

.sup-q-list .item .desc {
    color: #444;
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    padding-left: 24px;
}

.sup-q-list .item:hover .item {
    display: block;
    height: auto;
    box-shadow: 0 5px 10px rgba(17, 58, 93, .1)
}

.sup-q-list .item:hover .title {
    color: #1e6fff
}

.sup-q-list .item:hover .title:after {
    background: #1e6fff
}

.sup-q-list .item:nth-child(7) .item,
.sup-q-list .item:nth-child(8) .item,
.sup-q-list .item:nth-child(9) .item,
.sup-q-list .item:nth-child(10) .item {
    top: auto;
    bottom: -1px
}