/* 第三方工具 */
.tripartite-banner{
    margin-bottom: 20px;
}
.tripartite-banner .item img{
    width: 100%;
}
.tripartite-banner .swiper-pagination-bullet {
    width: 100px;
    height: 3px;
    background-color: #A2FFE2;
    border-color: #A2FFE2;
    border-radius: unset;
}
.tripartite-banner .swiper-pagination{
    bottom: 30px;
}
.tripartite-banner .item{
    position: relative;
}
.tripartite-banner .banner-text h3{
    font-size: 42px;
    margin-bottom: 20px;
}
.tripartite-banner .banner-text p{
    font-size: 18px;
}
.tripartite-banner .banner-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color:#fff;
}
.tripartite-banner .banner-text .container{
    padding-left: 65px;
}
.tripartite-banner .banner-text a{
    background-color: #FFFFFF;
    padding: 8px 40px;
    color: #6e6e6e;
    margin-top: 50px;
    border-radius: 20px;
    display: inline-block;
}
.tripartite-banner .banner-text a:hover{
    text-decoration: none;
}
.geehy-page{
    margin-bottom: 80px;
}

.tripartite-menu{
    margin-bottom: 50px;
    background-color: #fff;
    z-index: 100;
    width: 100%;
}
.tripartite-menu.isStuck{
    border-bottom:1px solid #eee;
}
.tripartite-menu ul{
    border-bottom:1px solid #eee;
    display: flex;
    margin: 0;
    padding: 0;
}
.tripartite-menu ul li a{
    padding: 20px 40px;
    font-size: 18px;
    display: inline-block;
}
.tripartite-menu ul li a:hover{
    text-decoration: none;
}
.tripartite-menu ul li.active{
    border-bottom: 3px solid #00004f;
    font-weight: 400; 
}
.tripartite-menu ul li.active a{
    color: #00004f;
}
.tripartite-list h4{
    font-size: 27px;
    font-weight: 400; 
    color: #333;
    margin-bottom: 30px;
    padding-left: 17px;
}
.tripartite-list-main{
    margin-bottom: 80px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}
.tripartite-list-main:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 40px;
}
.tripartite-list-content .item{
    background: #F5F6F8;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 10px;
}

.tripartite-list-content a{
    text-decoration: none;
}
.tripartite-list-content .item{
    padding: 70px 0;
    margin-bottom: 10px;
}
.tripartite-list-content .item img{
    width: 120px;
    height: 120px;
}
.tripartite-list-content p{
    text-align: center;
    font-size: 15px;
    color:#333;
}
.tripartite-list-content p:hover{
    color: #00004f;
    font-weight: 400; 
}
.tripartite-list-content .col-md-3{
    margin-bottom: 50px;
}
.tripartite-tip{
    margin-bottom: 50px;
}
.tripartite-tip h3{
    margin-bottom: 10px;
    font-size: 24px;
}
.tripartite-tip a{
    text-decoration: underline;
}
/* 软件工具 */
.software-content .software-select{
    margin-bottom: 20px;
}
.software-content .software-select h3{
    font-size: 27px;
    font-weight: 400; 
    color: #333;
    margin-bottom: 20px;
}
.software-content .software-select select{
    padding: 0 16px;
    height: 40px;
    width: 100%;
    border-color: #eee;
    border-radius: 10px;
    color: #777;
    font-size: 15px;
}
.search-total{
    margin-bottom: 20px;
    font-size: 15px;
    color: #333;
    padding-left: 20px;
    font-weight: 700px;
}
.software-list{
    margin-bottom: 50px;
}
.software-list table{
    width: 100%;
    text-align: center;
    border-collapse: separate;
}
.software-list thead{
    background: #F4F5F8;
}
.software-list thead th{
    padding: 15px 0;
    font-size: 15px;
    color: #333;
    font-weight: 400; 
    text-align: center;
}
.software-list thead th:first-child{
    border-top-left-radius: 12px;
}
.software-list thead th:last-child{
    border-top-right-radius: 12px;
}
.software-list tbody td{
    padding: 15px 0;
}
.software-list tbody tr img{
    width: 20px;
    height: 20px;
}
.software-list tbody td{
    border-bottom: 1px solid #eee;
    font-size: 15px;
    color: #333;
}
.software-list tbody tr td:first-child{
    border-left: 1px solid #eee;
}
.software-list tbody tr td:last-child{
    border-right: 1px solid #eee;
}
.software-list table tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}
.software-list table tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}
.software-list tbody td a:hover{
    color: #00004f;
    font-weight: 400;
}

/* 硬件开发工具 */
.hardware-banner{
    height: 154px;
    font-size: 38px;
    font-weight: 400; 
    line-height: 160px;
    display: flex;
    justify-content: left;
    position: relative;
    font-weight: 400; 
    color: #333;
}
.hardware-banner-image{
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    z-index: 0;
}
.hardware-show{
    height: 530px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.hardware-show .hardware-show-image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.hardware-show-content{
    position: relative;
    width: 100%;
}
.hardware-show-content .swiper-slide{
    width: 32%;
    transition: all .5s ease;
}
.hardware-show-content .swiper-slide.active{
    width: calc(50% - 40px);
}
.hardware-show-content .swiper-slide.no-active{
    width: 25%;
}
.hardware-show-content .item{
    background: #fff;
    padding:30px 30px;
    border-radius: 10px;
    min-height: 350px;
    position: relative;
    margin-right: 30px;
}
.hardware-show-content .item h4{
    margin-bottom: 40px;
    color: #333;    
    font-size: 27px;
    font-weight: 400; 
    text-align: center;
}
.swiper-slide.active .item h4{
    text-align: left;
}
.hardware-show-content .item p{
    font-size: 15px;
    color: #333;
}
.hardware-show-content .item .content{
    display: flex;
}
.hardware-show-content .item .desc{
    width: 0;
    overflow: hidden;
    height: 180px;
}
.hardware-show-content .item .image{
    text-align: center;
    width: 100%;
}
.hardware-show-content .item .image img{
    width: 200px;
}
.hardware-show-content .item .image.width-125 img{
    width: 125px;
}
.hardware-show-content .swiper-slide.active h4{
    margin-bottom: 20px;
}
.hardware-show-content .swiper-slide.active .desc{
    width: auto;
}
.hardware-show-content .more-box{
    position: absolute;
    bottom: 50px;
    left: 30px;
    opacity: 0;
}
.hardware-show-content .swiper-slide.active .more-box{
    opacity: 1;
}
.hardware-show-content .more{
    padding: 8px 50px 8px 20px;
    color: #777;
    font-size: 15px;
    border-radius: 30px;
    position: relative;
    display: inline-block;
    transition: all 500ms;
    border: 1px solid #777;
    bottom: 0;
}
.hardware-show-content .more:hover{
    text-decoration: none;
}
.hardware-show-content .more::after{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #777;
    position: absolute;
    top: 15px;
    right: 20px; 
    transition: all 500ms;
}
.hardware-show-content .more:hover::after{
    top: 3px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: url(/assets/web4/images/btn-jiantou-h.png) no-repeat;
    background-size: 100%;
}
   
.hardware-show-content .swiper-button-prev {
    background: url(/assets/web4/images/product/left-btn.png) no-repeat;
    background-size: cover;
    right: auto;
    left: -50px;
}
.hardware-show-content .swiper-button-next {
    background: url(/assets/web4/images/product/right-btn.png) no-repeat;
    background-size: cover;
    right: -50px;
    left: auto;
}
.hardware-list{
    /* margin-bottom: 50px; */
}
.hardware-list .hardware-select select{
    padding: 0 10px;
    height: 40px;
    width: 100%;
    border-color: #eee;
    border-radius: 10px;
    font-size: 15px;
    color: #777;
}
.hardware-list .hardware-select{
    margin-bottom: 30px;
}
.hardware-list .hardware-select h3{
    font-size: 27px;
    font-weight: 400; 
    color: #333;
    margin-bottom: 30px;
}
.hardware-table table{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.hardware-table table thead{
    background: #F4F5F8;
}
.hardware-table thead th{
    padding: 15px 0;
    font-size: 15px;
    font-weight: 400; 
    color: #333;
    text-align: center;
}
.hardware-table thead th:first-child{
    border-top-left-radius: 12px;
}
.hardware-table thead th:last-child{
    border-top-right-radius: 12px;
}
.hardware-table tbody td{
    padding:20px 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    color: #333;
}
.hardware-table tbody td img{
    width: 200px;
}
.hardware-table tbody td a{
    color: #333;
}
.hardware-table tbody td a:hover{
    color: #00004f;
    font-weight: 400; 

}
.hardware-table{
    min-height: 600px;
}

/* 硬件详情页 */
.hardware-detail-menu{
    margin-bottom: 50px;
    background-color: #fff;
    z-index: 100;
    width: 100%;
}
.hardware-detail-menu.isStuck{
    border-bottom:1px solid #eee;
}
.hardware-detail-menu ul{
    display: flex;
    margin: 0;
    padding: 0;
    border-bottom:1px solid #eee;
}
.hardware-detail-menu ul li a{
    display: inline-block;
    padding: 20px 40px;
}
.hardware-detail-menu ul li.active{
    border-bottom: 2px solid #00004f;
}
.hardware-detail-menu ul li.active a{
    font-weight: 400; 
    color: #00004f;
}
.hardware-detail-menu ul li a{
    font-size: 18px;
    color: #333;
}
.hardware-detail-menu ul li a:hover{
    text-decoration: none;
}
/* 概述 */
.hardware-detail-info {
    margin-bottom: 100px;
}
.hardware-detail-info .info-image-list{
    background-color: #F4F5F8;
    padding: 50px;
    position: relative;
}
.hardware-detail-info .swiper-slide{
    text-align: center;
}

.hardware-detail-info .swiper-button-prev {
    background: url(/assets/web4/images/product/left-btn.png) no-repeat;
    background-size: cover;
    right: auto;
    left: 30px;
}
.hardware-detail-info .swiper-button-next {
    background: url(/assets/web4/images/product/right-btn.png) no-repeat;
    background-size: cover;
    right: 30px;
    left: auto;
}
.hardware-detail-info .info-desc{
    padding-left: 50px;
    font-size: 15px;
    margin-top: 30px;
    color: #333;
}
.hardware-detail-xn{
    background-color: #F4F5F8;
    padding: 80px 0;
    margin-bottom: 80px;
}
.hardware-detail-xn h4{
    font-size: 27px;
    margin-bottom: 30px;
    font-weight: 400; 
    color: #333;
}
.hardware-detail-xn ul{
    padding-left: 25px;
}
.hardware-detail-xn p{
    font-size: 15px;
    position: relative;
    margin-bottom: 20px;
    color: #333;
}
.hardware-detail-xn p::before{
    content: '';
    position: absolute;
    width: 6px;
    height: 10px;
    background-color: #333;
    top: 7px;
    left: -20px;
}
.hardware-detail-xn p::after{
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 6px solid #333;
    border-top: 6px solid transparent;
    border-bottom: 4px solid transparent;
    /* background-color: #333; */
    top: 7px;
    left: -14px;
}
.table-box{
    margin-bottom: 20px;
}
.product-sixth-document .geehy-page{
    margin-bottom: 0px;
}
.hardware-detail-down{
    margin-bottom: 50px;
}
.hardware-detail-down h4{
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 400; 
    color: #333;
}
.menu-box{
    margin-top: 20px;
}
.video-js{
    width: 100%;
    height: 400px;
}
.online-detail{
    padding: 20px 0;
    margin-bottom: 50px;
    background: #00004f;
}
.video-content{
    height: 400px;
    margin-left: -30px;
    background-color: #F4F5F8;
    padding: 20px 0 0 0 ;
    margin-left: -40px;
    z-index: 2;
    position: initial;
}
.video-content h4{
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 400; 
    color: #777;
    margin-top: 0;
    display: flex;
    align-items: center;
    padding:10px 0 10px 40px;
}
.video-content h4 span{
    background: url(/assets/web4/images/design/video-title.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.video-list{
    overflow-y: scroll;
    height: 290px;
}
.video-list::-webkit-scrollbar {
    width: 8px;
}
/* 设置滚动条滑块的背景色和圆角 */
.video-list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}
 
/* 设置滚动条滑块在悬停状态下的背景色和圆角 */
.video-list::-webkit-scrollbar-thumb:hover {
  background-color: #999;
  border-radius: 5px;
}
 
/* 设置滚动条轨道的背景色和圆角 */
.video-list::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 5px;
}
 
/* 设置滚动条轨道在悬停状态下的背景色和圆角 */
.video-list::-webkit-scrollbar-track:hover {
  background-color: #ccc;
  border-radius: 5px;
}
.video-list .video-item{
    padding: 20px 30px 20px 50px;
    text-align: left;
    font-size: 15px;
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.video-list .video-item a{
    text-decoration: none;
    padding-right: 50px;
    color: #717071;
    position: relative;
    width: 100%;
}
.video-list .video-item img{
    width: 20px;
    display: none;
}
.video-list .video-item.active img{
    display: block;
}
.video-list .video-item.active{
    background-color: #fff;
}
.video-list .video-item.active a,.video-list .video-item.active span{
    color: #00004f;
    font-weight: 400; 
}

.video-list .video-item span{
    margin-right: 15px;
    font-size: 14px;
}
.video-js .vjs-big-play-button{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.detail-title{
    margin-top: 10px;
    color: #fff;
    display: flex;
}
.detail-title-l{
    flex-grow: 2;
}
.detail-title-l p{
    display: flex;
    align-items: center;
}
.detail-title-r{
    margin-right: 10px;
}
.detail-title h3{
    font-size: 20px !important;
    margin-bottom: 10px;
}
.detail-title p{
    color: #fff !important;
    font-size: 14px !important;
}
.detail-title-l .play-icon{
    background: url(/assets/web3/images/ecology/play.png) no-repeat;
    width: 30px;
    height: 17px;
}
.vieo-play-content{
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.hardware-detail-video{
    margin-bottom: 80px;
}
.hardware-detail-video h3{
    font-size: 27px;   
    color: #333;
    font-weight: 400; 
    margin-bottom: 30px;
}
#tbodyhtml .show-more{
    cursor: pointer;
}
.showB{
    display: none;
}
.layui-layer-tips .layui-layer-content{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2) !important;
    border-radius: 10px !important;
    font-size: 15px !important;
}
.layui-layer-tips i.layui-layer-TipsL, .layui-layer-tips i.layui-layer-TipsR{
    top: 40% !important;
    /* border-bottom-style: solid !important;
    border-right-color: #f8f8f8 !important;
    border-bottom-color: inherit !important; */
    border: none !important;
}
.layui-layer-tips i.layui-layer-TipsR{
    left: -17px !important;
}
@media(max-width:1280px) {
    .tripartite-banner .banner-text h3{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .tripartite-banner .banner-text p {
        font-size: 14px;
    }
    .tripartite-banner .banner-text a{
        margin-top: 20px;
        font-size: 14px;
        padding: 5px 30px;
    }

}
@media(max-width:992px) {
    .vieo-play-content{
        margin-bottom: 20px;
    }
    .video-content{
        margin: 0;
    }
    .software-list{
        overflow: auto;
    }
    .software-list table{
        width: 1000px;
    }
    .geehy.dropdown{
        margin-bottom: 10px;
    }
    .tripartite-banner .banner-text h3{
        font-size: 24px;
    }
    .tripartite-banner .banner-text p{
        font-size: 12px;
    }
    .hardware-show-content .swiper-slide{
        width: 50%;
    }
    .hardware-show-content .swiper-slide.no-active{
        width: 35%;
    }
    .hardware-show-content .swiper-slide.active{
        width: calc(65% - 40px);
    }
    .hardware-show-content .item .image img{
        width: 150px;
    }
    .hardware-show-content .item{
        margin-right: 10px;
        min-height: 320px;
    }
    .hardware-show-content .item h4{
        font-size: 20px;
    }
    .hardware-table tbody td img{
        width: 120px;
    }
    .tripartite-menu ul li a{
        padding: 10px 15px;
        font-size: 16px;
    }
    
}
@media(max-width:768px) {
    .video-js{
        height: 200px;
    }
    .video-list .video-item{
        padding: 10px 20px 10px 20px;
    }
    .tripartite-banner .swiper-pagination{
        display: none;
    }
    .tripartite-banner .banner-text{
        display: none;
    }
    .hardware-show-content .swiper-slide{
        width: 100%;
    }
    .hardware-show-content .item .desc{
        width: auto;
        height: 100px;
    }
    .hardware-show-content .swiper-slide.active{
        width: 100%;
    }
    .hardware-show .container{
        width: 100%;
    }
    .hardware-show-content .item .content{
        flex-direction: column;
    }
    .hardware-show{
        height: 390px;
    }
    .hardware-table{
        overflow: auto;
    }
    .hardware-table table{
        width: 800px;
    }
    .tripartite-menu{
        overflow: auto;
    }
    .tripartite-menu ul{
        width: 600px;
    }
    .hardware-banner{
        font-size: 20px;
    }
    .hardware-detail-menu ul li a{
        padding: 10px 15px;
        font-size: 14px;
    }
    .hardware-detail-menu ul li {
        font-size: 12px;
        padding: 20px 2px;
    }
    .hardware-detail-menu {
        overflow: auto;
    }
    .hardware-detail-menu ul{
        width: 600px;
    }
    .hardware-detail-info .info-desc{
        padding-left: 0;

    }
    .hardware-detail-info{
        margin-bottom: 30px;
    }
    .hardware-detail-xn{
        padding: 40px 0;
        margin-bottom: 30px;
    }
    .hardware-detail-xn h4{
        font-size: 24px;
    }
    .video-content{
        padding-top: 10px;
        height: auto;
    }
    .video-content h4{
        font-size: 18px;
    }
    .video-content h4 span{
        width: 20px;
        height: 20px;
    }
    .video-list{
        height: auto;
    }
    .geehy-page{
        margin-bottom: 30px;
    }
    .tripartite-list-content .item{
        padding: 50px 0;
    }
}