/* 二级页面 */
.product-second-info{
    margin-top: 50px;
    margin-bottom: 50px;
}
.h-50{
    height: 50px;
}
.W-100{
    width: 100%;
}
.product-second-info .text{
    width: 90%;
}
.product-second-info .text h3{
    font-size: 27px;
    margin-bottom: 20px;
}
.product-second-info .text p{
    font-size: 15px;
    margin-bottom: 50px;
}
.look-all-btn{
    padding: 10px 50px 10px 20px;
    color: #fff;
    font-size: 15px;
    background-color: #00004F;
    border-radius: 30px;
    position: relative;
    display: inline-block;
}
.look-all-btn:hover{
    text-decoration: none;
    color: #fff;
    background-color: #213D95;
}
.look-all-btn::after{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 17px;
    right: 20px;
    transition: all 500ms;
}
.look-all-btn:hover::after{
    top: 3px;
    right: 5px;
    width: 35px;
    height: 35px;
    background: url(/assets/web4/images/home/banner-btn.png) no-repeat;
    background-size: 100%;
}
.product-second-info .image{
    text-align: right;
}
.product-second-info .image img{
   width: 80%; 
   border-radius: 10px;
}
.product-second-item{
    margin-bottom: 50px;
}
.product-second-item .item-content{
    padding: 30px;
    margin-bottom: 20px;
}
.product-second-item .item-content img{
    width: 100px;
    height: 100px;
}
.product-second-item .item-content h3{
    margin: 20px 0 10px 0;
    font-size: 24px;
    height: 60px;
    overflow: hidden;
}
.product-second-item .col-md-4{
    padding-right: 10px;
    padding-left: 10px;
}
.product-second-item .col-md-4:nth-of-type(odd) .item-content {
    background-color:#F4F5F7;
}

.product-second-item .item-content p{
    font-size: 15px;
    height: 72px;
}
.product-second-item .item-btn{
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}
.product-second-item .item-btn a{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #F4F5F7;
    transition: all 500ms;
}
.product-second-item .col-md-4:nth-of-type(odd) .item-btn a{
    background-color: #fff;
}
.product-second-item .item-btn a span{
    width: 25px;
    height: 25px;
    background: url(/assets/web4/images/product/right.png) no-repeat;
    background-size: cover;
    display: inline-block;
    transition: all 500ms;
}
.product-second-item .item-btn a:hover{
    box-shadow: 3px 6px 5px 2px rgba(0, 0, 0, .2);
}
.product-second-item .item-btn a:hover span{
    transform: rotate(-30deg);
    background-size: cover;
}
.product-second-selected{
    background-color: #F4F5F7;
    padding:50px 0px;
}
/* .product-second-selected .container{
    width: 1150px;
} */
.product-second-selected .selected-content{
    position: relative;
}
.product-second-selected .title{
    font-size: 27px;
    margin-bottom: 50px;
}

.product-second-selected .swiper-slide{
    width: 33.333%;
}
.product-second-selected .swiper-button-next,.product-second-selected .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
}
.product-second-selected .swiper-button-next {
    background: url(/assets/web4/images/product/right-btn.png) no-repeat;
    background-size: cover;
    right: -40px;
    left: auto;
}
.product-second-selected .swiper-button-prev {
    background: url(/assets/web4/images/product/left-btn.png) no-repeat;
    background-size: cover;
    right: auto;
    left: -90px;
}
.product-second-selected .selected-item{
    padding: 0px 50px 30px 0;
}
.product-second-selected .selected-item a:hover{
    text-decoration: none;
    color: #00004F;
}
.product-menu-box .second-menu-list{
    margin-bottom: 20px;
    margin-left: 85px;
    border-left: 1px solid #ddd;
}
.product-second-selected .selected-item h3{
    font-size: 22px;
    margin-bottom: 20px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 28px;
}
.product-second-selected .selected-item p{
    font-size: 15px;
    color: #777;
}
.product-second-why{
    align-items: center;
    margin-bottom: 50px;
    position: relative;
}
.product-second-why img{
    width: 100%;
}
.product-second-why .title{
    font-size: 27px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 0;
}
.product-second-why .why-content{
    background:rgba(0, 0, 79, .8);
    border-radius: 20px;
    padding: 0 30px;
}
.product-second-why .why-item{
    display: flex;
    align-items: center;
    padding: 35px 0;
    border-bottom: 1px solid #ddd;
}
.product-second-why .why-item:nth-last-child(1){
    border: none;
}
.product-second-why .why-main{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.product-second-why .why-content .item-left{
    margin-right: 30px;
    min-width: 250px;
}
.product-second-why .why-content h3{
    color: #ddd;
    font-size: 22px;
    padding-left: 30px;
    position: relative;
    margin: 0;
}
.product-second-why .why-content h3::before{
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(/assets/web4/images/product/true.png) no-repeat;
    background-size: cover;
}
.product-second-why .why-content p{
    color: #ddd;
    font-size:15px ;
    margin: 0;
}
.product-second-application {
    margin-bottom: 80px;
}
/* .product-second-application .container{
    width: 1150px;
} */
.product-second-application .title{
    font-size: 27px;
    margin-bottom: 50px;
}
.product-second-application .application-content a:hover{
    text-decoration: none;
    color: #00004F;
}
.product-second-application .application-content h3{
    font-size: 22px;
    margin-bottom: 10px;
    height: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 28px;
}
.application-content .item{
    padding-right: 30px;
}
.product-second-application .application-content p{
    color: #717071;
    font-size: 15px;
}
.product-second-application .application-content .images{
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
}
.product-second-application .application-content .images img{
    width: 100%;
    border-radius: 20px;
}
.product-menu h4{
    margin: 20px 0 10px;
}

/* 三级页面  菜单 */
.product-menu-box{
    height: inherit;
    position: relative;
}
.product-menu{
    padding: 20px 5px;
    position: sticky;
    min-height: 70vh;
    width: 380px;
    border: 1px solid #eee;
    background-color: #fff;
    height: 100%;
    padding-left: 30px;
    border-left: none;
    box-shadow: 2px 7px 5px 2px rgba(0, 0, 0, .1);
    z-index: 2;
    top: -155px;
}
.product-menu .first-menu .product-menu-icon{
    width: 18px;
    height: 18px;
    margin: 0 10px;
}
.product-menu .first-menu .product-menu-icon:nth-child(2){
    display: none;
}
.product-menu-box .active .first-menu .product-menu-icon:nth-child(2){
    display: block;
}
.product-menu-box .active .first-menu .product-menu-icon:nth-child(1){
    display: none;
}
.product-menu .first-menu{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}
.product-menu .first-menu a{
    flex-grow: 2;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 10px;
    padding: 5px 25px 5px 5px;
    
}
.product-menu .icon-box{
    position: absolute;
    top: 0px;
    right: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-menu .first-menu .icon,.product-menu .second-menu .icon{
    transition: all .5s ease;
    transform: rotate(0);
    width: 8px;
    height: 15px;
    cursor: pointer;
}
.product-menu .first-menu  span{
    min-width: 75px;
    display: flex;
    justify-content: flex-end;
}
.product-menu .second-menu .icon{
    /* top: 15px; */
}
.product-menu-box .second-menu-list{
    display: none;
}
.product-menu-box .first-li.active .second-menu-list{
    display: block;
}
.product-menu .active .first-menu .icon,.product-menu .second-menu-list .active .icon{
    transform: rotate(90deg);
}
.product-menu .active-icon{
    display: none;
}
.product-menu .active .active-icon{
    display: block;
}
.product-menu .active .unactive-icon{
    display: none;
}
.product-menu .active .first-menu a{
    color: #00004F;
}
.product-menu .first-menu a.current{
    background-color: #F5F5F5;
    border-radius: 5px;
}
.product-menu .second-li .third-list-menu{
    display: none;
}
.product-menu .second-li.active .third-list-menu{
    display: block;
}
.product-menu .second-menu{
    text-align: right;
    position: relative;
    margin-bottom: 10px;
}
.product-menu .second-menu a{
    text-align:left;
    flex-grow: 2;
    font-size: 14px;
    padding: 5px 40px 5px 5px;
    display: inline-block;
    border-radius: 5px;
    width: 95%;
    margin-left: 10px;
}
.product-menu .second-menu a.current{
    background-color: #F5F5F5;
}
.product-menu .second-menu.current{
    border-left: 2px solid #00004f;
}
.product-menu .second-menu.active{
    color: #00004F;
    background-color: #F5F5F5;
}
.product-menu .third-menu{
    text-align: right;
    padding-right: 10px;
    margin-bottom: 15px;
}
.product-menu .third-menu a{
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 30px 5px 30px;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-left: 10px;
}
.product-menu .third-menu a.current{
    background-color: #F5F5F5;
}
.product-menu .third-menu.current{
    border-left: 2px solid #00004f;
}
.product-menu a:hover{
    text-decoration: none;
}
.table-text{
    padding: 5px 10px;
    border-radius: 10px;
    width: 100%;
    border: 1px solid #eee;
}
/* 三级页面内容*/

.product-main {
    display: flex;
}
.product-main .product-content{
    /* margin-left: 35px; */
}
.product-content {
    width: 100%;
    overflow: hidden;
}
.product-content .product-second-info .text{
    width: 100%;
}
.product-third-icon{
    margin-bottom: 50px;
}
.product-third-icon h3{
    margin-bottom: 80px;
    font-size: 27px;
    line-height: 33px;
    color: #333;
}
.product-third-icon .item{
    text-align: center;
    /* padding: 10px; */
}
.product-third-icon .row{
    width: 95%;
    padding-left: 80px;
}
.product-third-icon .col-md-2{
    padding: 0;
}
.product-third-icon .item img{
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.product-third-icon .item p{
    font-size: 15px;
}
.product-third-lx h3{
    margin-bottom: 20px;
}
.product-third-lx .content{
    text-align: center;
}
.product-third-lx .content img{
    width: 100%;
}
.product-third-lx{
    margin-bottom: 50px;
}
.product-third-lx .highlight-overlay, .product-fourth-lx .highlight-overlay{
    pointer-events: none; /* 让叠加层不干扰鼠标事件 */
    background-color: rgba(0, 255, 217, 0.5);
    display: none;
    position: absolute;
}
.product-third-list{
    margin-bottom: 50px;
}
.product-third-list .title{
    text-align: center;
    margin-bottom: 50px;
    font-size: 27px;
    color: #00004F;
}
.product-third-list .content a{
    text-decoration: none;
}
.product-third-list .content{
    margin-bottom: 50px;
}
.product-third-list .item{
    height: 120px;
    margin-bottom: 30px;
}
.product-third-list .item h4{
    font-weight: 400; 
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
}
.product-third-list .item p{
    font-size: 15px;
    color: #333;
}
.product-third-list .col-md-6:nth-child(odd) .item{
    padding-right: 30px;
}
.product-third-list .col-md-6:nth-child(even) .item{
    padding-left: 30px;
}
.product-third-st{
    margin-bottom: 50px;
}
.product-third-st .ecology-top{
    position: relative;
    margin-bottom: 80px;
}
.product-third-st .ecology-top img{
    width: 100%;
}
.product-third-st .title{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}
.product-third-st .title h3{
    margin: 0;
    font-size: 27px;
    color: #fff;
}
.product-third-st .title{
    margin-bottom: 30px;
}
.product-third-st .item-list{
    flex-grow: 2;
}
.product-third-st .content .container{
    /* padding-left: 60px; */
}
.product-third-st .content .item{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.product-third-st .content .item h4{
    width: 220px;
    font-size: 22px;
}
.product-third-st .item .st-info{
    background: #F4F5F7;
    border-radius: 20px;
    position: relative;
    display: flex;
    padding: 20px 15px 40px 15px;
}
.product-third-st .item .col-md-4,.product-third-st .item .col-md-3{
    padding-left: 0;
}
.product-third-st .item .st-info img{
    width: 50px;
    height: 50px;
}
.product-third-st .item .st-info p{
    font-size: 15px;
    text-align: right;
    flex-grow: 2;
}
.product-third-st .item .st-info a{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    bottom: 10px;
    right: 20px;
    cursor: pointer;
    transition: all 500ms;
}
.product-third-st .item .st-info span{
    width: 15px;
    height: 15px;
    background: url(/assets/web4/images/product/right.png) no-repeat;
    background-size: cover;
    display: inline-block;
    transition: all 500ms;
}
.product-third-st .item .st-info a:hover{
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, .2);
}
.product-third-st .item .st-info a:hover span{
    transform: rotate(-30deg);
}
.third-content .product-second-selected{
    margin-bottom: 80px;
}
.third-content .product-second-application{

}
.product-third-area{
    margin-bottom: 50px;
}
.product-third-area .title{
    font-size: 27px;
    margin-bottom: 50px;
}
.product-third-area .item{
    text-align: center;
}
.product-third-area a:hover{
    color: #00004F;
    text-decoration: none;
}
.product-third-area img{
    margin-bottom: 10px;
    width: 150px;
}
.product-third-area p{
    text-align: center;
    font-size: 15px;

}
/* 第四级页面 */
.product-fourth-fz .title{
    margin-bottom: 30px;
}
.product-fourth-fz .content{
    margin-bottom: 20px;
}
.product-fourth-fz table {
    width: 100%;
    border: 1px solid #F4F5F8;
}
.product-fourth-fz table .header{
    background: #F4F5F8;
}
.product-fourth-fz table th,.product-fourth-fz table td{
    padding: 15px 0;
    text-align: center;
}
.product-fourth-lx .image img{
    width: 100%;
}
.product-fourth-lx .image{
    margin: 80px 0 100px 0;
    text-align: center;
    position: relative;
}
.product-fourth-resources {
    margin-bottom: 50px;
}
.product-fourth-resources .title{
    font-size: 27px;
    margin-bottom: 50px;
}
.product-fourth-resources .content .item{
    display: flex;
}
.product-fourth-resources .content .item{
    margin-bottom: 20px;
}
.product-fourth-resources .content .item img{
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.product-fourth-resources .content .item h4{
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 15px;
}
.product-fourth-resources .content .item p{
    font-size: 15px;
    color: #777;
    width: 80%;
    height: 90px;
}
.product-fourth-list .product-second-info{
    margin-bottom: 0px;
}
.product-fourth-list .product-second-info .text p{
    margin-bottom: 40px;
    font-size: 15px;
    color: #333;
}
.product-fourth-list{
    margin-bottom: 80px;
}
.product-fourth-lx .title{
    font-size: 27px;
    width: 100%;
    margin-top: 80px;
    line-height: 33px;
}
.fourth-content .product-second-selected{
    margin-bottom: 80px;
}

/* 五级产品页 */
.product-fifth-list{
    background: #F4F5F7;
    width: 100%;
    padding: 50px;
}
.product-fifth-list .title{
    margin-bottom: 30px;
}
.product-fifth-list .item h4{
    font-size: 22px;
    font-weight: 400; 
    color: #00004F;
    margin-bottom: 10px;
}
.product-fifth-list .item p{
    font-size: 15px;
    color: #777;
    height: 85px;
    overflow: hidden  ;
}
.product-fifth-list a:hover{
    text-decoration: none;
}
.product-fifth-list .item{
    margin-right: 20px;
}

/* 六级产品页 */
.product-sixth-banner{
    height: 154px;
    font-size: 38px;
    line-height: 160px;
    display: flex;
    justify-content: left;
    position: relative;
    font-weight: 400; 
}
.product-sixth-banner-image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.product-sixth-banner .container{
    padding-left: 30px;
}

.product-sixth-menu{
    margin-bottom: 80px;
    position: relative;
    background-color: #fff;
    width: 100%;
    z-index: 100;
    margin-left: 5px;
}
.product-sixth-menu.isStuck{
    border-bottom:1px solid #eee;
}
.product-sixth-menu .menu-list{
    position: sticky;
    top: 0;
    display: flex;
    border-bottom: 1px solid #eee;
}
.product-sixth-menu .menuItem a{
    padding: 20px 30px 20px 10px;
    font-size: 18px;
    display: inline-block;
}
.product-sixth-menu .menuItem.active{
    border-bottom: 3px solid #00004F;
}
.product-sixth-menu .menuItem.active a{
    color: #00004F;
    font-weight: 400; 
}
.product-sixth-menu .menuItem a:hover{
    text-decoration: none;
}
.product-sixth-info{
    margin-bottom: 80px;
}
.product-sixth-info .row{
    margin-bottom: 80px;
}
.product-sixth-info .product-info-image{
    background-color: #F6F6F6;
    height: 260px;
    border-radius: 20px;
    display: flex;
    align-items: center;
}
.product-sixth-info .product-info-image-big{
    position: relative;
}
.product-sixth-info .product-info-image-big .product-image{
    width: 120px;
    height: 120px;
    margin-left: 50px;
}
.product-sixth-info .product-info-image-big span{
    position: absolute;
    bottom: 5px;
    right: -15px;
    width: 40px;
    height: 24px;
    background-color: #00004F;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
}
.product-sixth-info .product-info-image-big span img{
    width: 13px;
    height: 13px;
}
.product-sixth-info .product-image-list{
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translate(0,-50%);
}
.product-sixth-info .product-image-list .image{
    border: 1px solid #eee;
    padding: 5px;
    cursor: pointer;
}
.product-sixth-info .product-image-list .image.active{
    border-color: #00004F;
}
.product-sixth-info .product-image-list .image img{
    width: 30px;
}
.product-sixth-info .product-info-content{
    padding-left: 50px;
}
.product-sixth-info .product-info-content p{
    font-size: 18px;
}
.product-sixth-info .info-luxian .title{
    font-size: 27px;
    margin-bottom: 30px;
    font-weight: 400; 
    text-align: left;
    display: block;
}
.product-sixth-info .info-luxian .image-box{
    text-align: center;
}
.product-sixth-info .info-luxian .image-box img{
    width: 100%;
}
.product-sixth-performance{
    margin-bottom: 80px;
    background-color: #F6F6F6;
    padding: 80px 50px;
}
.product-sixth-performance .title{
    font-size: 27px;
    margin-bottom: 50px;
    font-weight: 400; 
}
.product-sixth-performance .content{
    display: flex;
}
.product-sixth-performance .content .xn-left,.product-sixth-performance .content .xn-right{
    width: 50%;
}
.product-sixth-performance .content .item{
    margin-bottom: 30px;
}
.product-sixth-performance .content h4{
    padding-left: 15px;
    font-size: 15px;
    margin: 0;
    margin-bottom: 10px;
    position: relative;
    font-weight: 400; 
}
.product-sixth-performance .content h4::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #777;
    border-radius: 50%;
    top: 5px;
    left: 0px;
}
.product-sixth-performance .content ul{
    padding: 0;
    margin: 0;
}
.product-sixth-performance .content li{
    padding-left: 15px;
    font-size: 15px;
    margin-left: 10px;
    position: relative;
    margin-bottom: 0;
}
.product-sixth-performance .content li::before{
    content: '-';
    position: absolute;
    top: -2px;
    left: 5px;
}
.product-sixth-tool{
    margin-bottom: 80px;
}
.product-sixth-tool .title{
    font-size: 27px;
    margin-bottom: 30px;
    font-weight: 400; 
}
.product-sixth-tool  .product-select-table .table-right{
    width: 100%;
}

.product-sixth-principle{
    margin-bottom: 80px;
    background-color: #F6F6F6;
    padding: 80px 0;
}
.product-sixth-principle .title{
    font-size: 30px;
    margin-bottom: 50px;
    font-weight: 400; 
}
.product-sixth-principle .content{
    text-align: center;
    padding-left: 60px;
}
.product-sixth-principle .content img{
    width: 700px;
}
.product-sixth-document{
    margin-bottom: 80px;
}
.product-sixth-document .title{
    font-size: 27px;
    margin-bottom: 50px;
    font-weight: 400; 
    color: #333;
}
.product-sixth-document table,.product-sixth-design table{
    width: 100%;
    border: #eee 1px solid;
}
.product-sixth-document table tr,.product-sixth-design table tr{
}
.product-sixth-document table thead,.product-sixth-design table thead{
    background-color: #f4f5f8;
}
.product-sixth-document table thead th,.product-sixth-design table thead th{
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 700; 
    color: #333;
}
.product-sixth-document table tbody td,.product-sixth-design table tbody td{
    padding: 30px 20px;
    font-size: 15px;
    border-bottom: 1px solid #eee;
}
.product-sixth-document table tbody td a,.product-sixth-design table td a{
    color: #333;
    font-size: 15px;
    width: 250px;
    display: inline-block   ;
    word-wrap: break-word;
}
.product-sixth-document table tbody td a:hover,.product-sixth-design table td a:hover{
    color: #00004F;
    font-weight: 400; 
}
.product-sixth-design{
    /* margin-bottom: 100px; */
}
.product-sixth-design .title{
    font-size: 30px;
    margin-bottom: 50px;
    font-weight: 400; 
}
.product-sixth-design h4{
    font-size: 22px;
    margin-bottom: 20px;
}
.product-sixth-design .hardware,.product-sixth-design .software{
    margin-bottom: 80px;
}
.product-sixth-design .hardware img{
    width: 200px;
}
.product-sixth-design .hardware h4{
    margin-bottom: 15px;
}
.big-image-box{
    display:none;
    padding: 50px;
    width: 100%;
    text-align: center;
}
.sixth-fuild-content .container{
    padding-left: 45px;
}
.table-box .th-div{
    display: flex;
    align-items: center;
}
.table-box .th-div label{
    margin: 0;
    font-size: 15px;
    margin-right: 10px;
}
.new-sort-icon{
    width: 4px;
    height: 15px;
    display: inline-block;
    background-size: 100%;
    cursor: pointer;
}
.new-sort-icon.new-desc{
    background: url(/assets/web4/images/paixu1.png) no-repeat;
}
.new-sort-icon.new-asc{
    background: url(/assets/web4/images/paixu2.png) no-repeat;
}
.table-box .th-div .sort{
    margin: 0 15px;
    margin-top: 5px;
    display: none;
}
.new-sort-icon.new-desc:hover,.new-sort-icon.new-desc.active{
    background: url(/assets/web4/images/paixu3.png) no-repeat;
}
.new-sort-icon.new-asc:hover,.new-sort-icon.new-asc.active{
    background: url(/assets/web4/images/paixu4.png) no-repeat;
}
.table-box .th-div .th-div-input{
    position: relative;
}
.table-box .th-div .th-div-input input{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 14px;
    width: 180px;
    color: #ddd;
}
.table-box .th-div .th-div-input input::-webkit-input-placeholder{
    color: #ccc;
}
.table-box .th-div .th-div-input img{
    position: absolute;
    top: 7px;
    right:15px;
    width: 20px;
}
.th-div-select select{
    border-radius: 5px; 
    font-size: 14px;
    width: 100px;
    color: #ccc;
    padding: 5px 10px;
    border: 1px solid #ddd;
}
/* 选型工具 */
.product-select-box{
    padding-top: 50px;
    display: flex;
}
.product-select-box .item{
    width: 20%;
    display: flex;
    align-items: center;
}
.product-select-box .item select{
    width: 60%;
    border-radius: 5px;
    border: 1px solid #eee;
    margin-left: 10px;
    padding:3px 10px
}
.product-select-box .item option{
    border-radius: 5px;
    padding: 3px 10px;
}
.table-left .item #sreach{
    border: 1px solid #162141;
    background-color: #162141;
    color: #fff;
    margin-right: 20px;
    position: relative;
    border-radius: 20px;
    padding: 5px 40px 5px 20px;
    display: inline-block;
    cursor: pointer;
    transition: all .5s;
    font-size: 12px;
}
.table-left .item #sreach:hover{   
    border: 1px solid #213D95;
    background-color: #213D95;
}
.table-search-box{
    text-align: center;
    margin-top: 20px;
}
.table-left .item #sreach::after{
    position: absolute;
    content: '';
    top: 12px;
    right: 12px;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    transition: all 500ms;
}
.table-left .item #sreach:hover::after{
    position: absolute;
    content: '';
    top: 4px;
    right: 3px;
    width: 20px;
    height: 20px;
    background: url(/assets/web4/images/home/banner-btn.png) no-repeat;
    background-size: 100%;
}

.product-select-box .item span#rest{
    border: 1px solid #777;
    color: #777;
    margin-right: 20px;
    position: relative;
    border-radius: 20px;
    padding: 5px 50px 5px 30px;
    display: inline-block;
    cursor: pointer;
    transition: all .5s;
}
.product-select-box .item span#rest:hover{   
    /* border: 1px solid #213D95;
    background-color: #213D95; */
}
.product-select-box .item span#rest::after{
    position: absolute;
    content: '';
    top: 12px;
    right: 12px;
    width: 7px;
    height: 7px;
    background: #777;
    border-radius: 50%;
    transition: all 500ms;
}
.product-select-box .item span#rest:hover::after{
    position: absolute;
    content: '';
    top: 2px;
    right: 3px;
    width: 26px;
    height: 26px;
    background: url(/assets/web4/images/btn-jiantou-h.png) no-repeat;
    background-size: 100%;
}
.product-select-box .item .dropdown{
    width: 60%;
    margin-left: 20px;
}
.product-select-table{
    display: flex;
}
.product-select-table .table-left{
    flex-grow: 2;
    margin-right: 20px;
}
.product-select-table .table-right{
    overflow: hidden;
    width: 85%;
    height: 800px;
    transition: all .5s;
    border-left: 1px solid #eee;
}
.product-select-table .table-right.full{
    width: 100%;
}
.product-select-table .table-select{
    display: flex;
    background-color: #F4F5F7;
    border: 1px solid #ccc;
    padding: 10px 5px;
}
.product-select-table .table-select .item{
    margin-bottom: 0;
    font-size: 12px;
    width: auto;
    display: flex;
    align-items: center;
}
.product-select-table .table-select .item:first-child{
    flex-grow: 2;
}
.product-select-table .teable-select-list .item .item-content{
    display: flex;
    align-items: center;
    /* padding-right: 10px; */
}
.product-select-table .teable-select-list .item .item-content input{
    margin: 0;
}
.product-select-table .table-select .item::after{
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    cursor: pointer;
    transition: border-color .5s ease;
    position: absolute;
    top: 0;
    right: 0;
}
.product-select-table .table-select .item a{
    color: #00004F;
    display: flex;
    align-items: center;
    font-weight: 700;
}
.product-select-table .teable-select-list{
    border: 1px solid #ccc;
    padding: 10px;
    height: 745px;
    overflow-x: auto;
}
.product-select-table .teable-select-list .item{
    position: relative;
}
.product-select-table .teable-select-list .item{
    margin-bottom: 10px;
    padding: 5px 0;
}
.product-select-table .teable-select-list .item.open::after{
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    cursor: pointer;
    transition: border-color .5s ease;
    position: absolute;
    top: 5px;
    right: 0;
    border-bottom-color: #666
}
.product-select-table .teable-select-list .item h4::after{
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    cursor: pointer;
    transition: all .5s;
    position: absolute;
    top: 2px;
    right: 0;
    border-left-color: #666;
}
.product-select-table .teable-select-list .item.active h4::after{
    transform: rotate(90deg);
}
.product-select-table .teable-select-list h4{
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-left: 10px;
    flex-grow: 2;
    position: relative;
}
.product-select-table .teable-select-list .item-children{
    margin-top: 10px;
    padding-left: 20px;
}
.product-select-table .teable-select-list .item-children .children-info{
    font-size: 12px;
    display: flex;
    justify-items: center;
    margin-bottom: 5px;
}
.product-select-table .teable-select-list .item-children .children-info input{
    margin-top: 0;
    margin-right: 5px;
}
.product-select-table .table-header{
    background-color: #F4F5F7;
    border:1px solid #ccc;
    display: flex;
    font-size: 12px;
    padding: 10px;
    border-bottom: none;
}
.product-select-table .table-header p{
    font-size: 12px;
    margin-right: 10px;
}
.product-select-table .table-header a{
    margin: 0 10px;
    color: #00004F;
    display: flex;
    align-items: center;
}
.product-select-table .table-header a img{
    width: 10px;
}
.teable-select-list .item-children{
    display: none;
}
.table-right .sort-box{
    display: inline-block;
    margin-left: 10px;
}
.table-right .sort-box .sort-icon{
    display: block;
}
.table-right .sort-box .desc{
    margin-bottom: 3px;
}
.tit-tr .header-name{
    display: flex;
    justify-content: center;
    align-items: center;
}
.tit-tr .duibi{
    display: inline-block;
    padding: 10px 20px 10px 40px;
    background: url(/assets/web4/images/product/duibi.png) no-repeat;
    background-size: 100%;
    background-position: center;
    font-size: 12px;
    cursor: pointer;
    color: #fff;
}
.product-select-content{
    margin-bottom: 50px;
}
.product-select-table .table-select .item a img{
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.product-sixth-content .title{
    display: block;
}
.product-sixth-tool .look-all-btn{
    margin-bottom: 30px;
}
.product-sixth-tool .content{
    width: 100%;
}
.product-sixth-tool .product-select-table .table-left{
    display: none;
}
.table-big .table-bor>div{
    /* max-height: 700px; */
}
.product-sixth-tool .table-big{
    height: auto;
}
.product-sixth-tool .product-select-table .table-right{
    height: auto;
}
.dataTables_filter{
    display: none;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before{
    content: '';
}
table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after{
    content:'';
}
.contrast-content{
    margin: 50px 0;
}
.contrast-content h3{
    font-size: 27px;
    text-align: center;
    margin-bottom: 50px;
}
.contrast-main{
   border: 1px solid #eee; 
   display: flex;
}
.contrast-main .contrast-title{
    display: flex;
    flex-direction: column;
    background-color: #FCFCFC;
    width: 250px;
    box-shadow: 4px 0px 8px 0px rgba(0, 0, 0, .1);
    z-index: 1;
}
.contrast-main .contrast-title p{
    text-align: left;
    padding-left: 20px;
}
.contrast-main .citem{
    height: 55px;
    width: 250px;
    padding: 10px 0;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}
.contrast-main .citem.active{
    background-color: rgba(86, 199, 170, .15);
}
.contrast-main .contrast-title .citem:first-child{
    background-color: #f7f7f7;
}
.data .citem{
    width: 200px;
}
.data .citem p{
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #333;
}
.contrast-main .data{
    width: 100%;
    overflow-x: auto;
    display: flex;
}
.contrast-main .data .citem:first-child{
    background-color: #f7f7f7;
}
#LXT area:-webkit-any-link{

    background-color: #00004F;
}
.show-more{
    text-align: center;
    margin-top: 20px;
}
.show-more a{
    font-size: #00004F;
    font-weight: 700;
    text-align: center;
}
.contrast-main .first-item.stick{
    position: fixed;
    top: 0;
}
.contrast-main .higth-item{
    height: 150px;
}
#close-select-key,#showSelect{
    display: none;
}
#close-select-key img{
    transform: rotate(90deg);
}
#open-select-key img{
    transform: rotate(270deg);
}
#showSelect img{
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
#closeSelect img{
    width: 15px;
    height: 15px;
    margin-right: 5px;
    transform: rotate(180deg);
}
/* 交叉检索 */
.cross-search-container {
    padding: 40px 0;
    min-height: 60vh;
}
.search-box {
    max-width: 800px;
    margin: 0 auto 40px;
    padding: 0 15px;
}
.search-input-group {
    position: relative;
    display: flex;
    margin-bottom: 20px;
}
.search-input {
    flex: 1;
    height: 50px;
    padding: 12px 20px;
    border: 2px solid #e1e5e9;
    border-radius: 25px 0 0 25px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s;
}
.search-input:focus {
    border-color: #00004f;
}
.search-input::placeholder {
    color: #999;
}
.search-btn {
    width: 120px;
    height: 50px;
    background: #00004f;
    color: white;
    border: none;
    border-radius: 0 25px 25px 0;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
}
.search-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}
/* 大的初始搜索框样式 */
.initial-search-box {
    display: block;
}
.initial-search-box.hidden {
    display: none;
}
.large-search-textarea {
    width: 100%;
    height: 200px;
    padding: 20px;
    border: 2px solid #e1e5e9;
    border-radius: 12px;
    font-size: 16px;
    outline: none;
    resize: none;
    font-family: inherit;
    line-height: 1.5;
    transition: border-color 0.3s;
}
.large-search-textarea:focus {
    border-color: #00004f;
}
.large-search-textarea::placeholder {
    color: #999;
}
.large-search-btn {
    margin-top: 15px;
    padding: 12px 30px;
    background: #00004f;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.large-search-btn:hover {
    background: #000066;
}
.large-search-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}
/* 长条搜索框初始隐藏 */
.compact-search-box {
    display: none;
}
.compact-search-box.search-visible {
    display: block;
}
.initial-search-box.search-hidden {
    display: none;
}
.results-section {
    display: none;
    margin-top: 40px;
}
.results-section.search-show-data {
    display: block;
}
.results-header {
    margin-bottom: 20px;
    padding: 0 15px;
}
.results-count {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}
.table-container {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    margin: 0 15px;
}
.table-wrapper {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: auto;
}
.cross-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}
.cross-table th,
.cross-table td {
    padding: 15px 12px;
    text-align: left;
    border-bottom: 1px solid #eee;
    word-break: break-word;
}
.table-wrapper thead th {
    position: sticky;
    top: 0;
    z-index: 2;
}
.cross-table th {
    background: #00004f;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}
.cross-table tr:hover {
    background: #f5f5f5;
}
.compatibility-tag {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
}
.compatibility-full {
    background: #d4edda;
    color: #155724;
}
.compatibility-hardware {
    background: #fff3cd;
    color: #856404;
}
.no-data {
    text-align: center;
    padding: 20px;
    color: #666;
    font-size: 18px;
}
.disclaimer {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin: 30px 15px 0;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
.disclaimer h5 {
    color: #495057;
    margin-bottom: 10px;
    font-size: 16px;
}
.loading {
    text-align: center;
    padding: 40px;
    color: #666;
}
.loading i {
    font-size: 24px;
    margin-bottom: 10px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 响应式设计 */
@media (max-width: 768px) {
    .cross-search-container {
        padding: 20px 0;
    }
    .large-search-textarea {
        height: 200px;
        font-size: 14px;
        padding: 15px;
    }
    .large-search-btn {
        font-size: 14px;
        padding: 10px 24px;
    }
    .search-input {
        font-size: 14px;
        height: 44px;
        padding: 10px 15px;
    }
    .search-btn {
        width: 80px;
        height: 44px;
        font-size: 14px;
    }
    .cross-table {
        min-width: 600px;
    }
    .cross-table th,
    .cross-table td {
        padding: 12px 8px;
        font-size: 14px;
    }
    .table-container,
    .disclaimer {
        margin: 0 10px;
    }
    .results-header {
        padding: 0 10px;
    }
}
@media(max-width:1620px) {
    
    .product-content .container{
        width: 1000px;
    }
}

@media(max-width:1520px) {
    .product-content .container{
        width: 900px;
    }
    .product-menu{
        width: 320px;
        padding-left: 10px;
    }
    .product-menu .first-menu span{
        min-width: 20px;
    }
    .product-menu-box .second-menu-list{
        margin-left: 20px;
    }
    .table-box .th-div label{
        font-size: 12px;
    }
    .product-sixth-document table tbody td a, .product-sixth-design table td a{
        font-size: 12px;
        width: 220px;

    }
    .product-sixth-document table tbody td, .product-sixth-design table tbody td{
        font-size: 12px;
    }
    .product-sixth-document table thead th, .product-sixth-design table thead th{
        font-size: 12px;
    }
    .table-box .th-div .th-div-input input{
        font-size: 12px;
        width: 160px;
    }
    .table-box .th-div .th-div-input img{
        top: 8px;
        right: 5px;
        width: 15px;
        height: 15px;
    }
    .table-box .th-div .sort{
        margin: 0 10px;
    }
    .product-sixth-document table tbody td, .product-sixth-design table tbody td{
        padding: 20px 10px;
    }
    .product-third-st .content .item h4{
        font-size: 16px;
        width: 160px;
    }
    .product-third-st .item .st-info p{
        font-size: 12px;
    }
    .product-third-st .item .st-info img{
        width: 30px;
        height: 30px;
    }
    .product-third-st .item .st-info a{
        width: 25px;
        height: 25px;
        bottom: 5px;
        right: 10px;
    }
    .product-second-why .why-item{
        padding: 20px 0;
    }
    
}

@media(max-width:1280px) {
    .product-content .container{
        width: 900px;
    }
    .product-menu{
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        overflow-y: auto;
        width: 300px;
        z-index: 1000;
        background-color: #fff;
        transform: translateX(-300px);
        transition: all .5s ease;
    }
    .product-menu.active {
        transform: translateX(0);
    }
    .product-main{
        flex-direction: column;
    }
    .product-main .menu-btn-c{
        display: block;
        padding: 15px 15px;
        margin-left: 70px;
    }
    .product-main .menu-close-bg-c {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .3);
        z-index: 100;
    }

    .product-second-why .why-content h3{
        font-size: 18px;
    }
    .product-second-why .title{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .product-second-why .why-content p{
        font-size: 14px;
    }
    .product-second-why .why-item{
        padding: 10px 0;
    }

}
@media(max-width:992px) {
    .product-second-info .text{
        margin-bottom: 20px;
    }
    .product-second-info .image{
        text-align: left;
    }
    .product-menu-box{
        position: absolute;
    }
    .product-menu .first-menu a{
        font-size: 15px
    }
    .product-menu .second-menu a{
        font-size: 13px;
    }
    .geehy-content{
        margin-top: 20px;
    }
    .product-content .container{
        width: 100%;
    }
    .product-third-icon .row{
        width: 100%;
        padding-left: 0;
    }
    .product-main .menu-btn-c{
        display: block;
        padding:  0;
        margin-left: 0;
    }
   
   .product-main .product-content{
        margin: 0;
    }
    .product-third-list .col-md-6:nth-child(even) .item{
        padding-left: 0;
    }
    .product-third-icon .item{
        margin-bottom: 20px;
    }
    .product-third-st .content .item{
        flex-direction: column;
    }
    .product-third-st .content .item h4{
        margin-bottom: 20px;
    }
    .product-third-st .item .st-info img{
        width: 25px;
        height: 25px;
    }
    .product-third-st .item .st-info p{
        font-size: 12px;
    }
    .product-third-st .item-list{
        width: 100%;
    }
    .product-third-area .item{
        margin-bottom: 30px;
    }
    .product-fourth-lx .title{
        width: 100%;
        font-size: 20px;
    }
    .product-fourth-lx .title{
        margin-top: 30px;
    }
    .product-second-info{
        margin-bottom: 30px;
    }
    .product-fourth-lx .image{
        margin: 30px 0 30px 0;
    }
    .product-fifth-list{
        padding: 20px 10px;
    }
    .product-fifth-list .item{
        margin: 0 0 20px 0;
    }
    .product-second-info .text h3,.product-fifth-list .item h4{
        font-size: 20px;
    }
    .application-content .item{
        padding-right: 0;
        margin-bottom: 20px;
    }
    .product-fourth-resources .content .item p{
        width: 100%;
    }
    .product-sixth-principle .content img{
        width: 80%;
    }
    .product-sixth-principle .content{
        padding-left: 0;
    }
    .product-sixth-document table, .product-sixth-design table{
        width: 1000px;
    }
    .product-sixth-document .table-box, .product-sixth-design .table-box{
        overflow-y: auto;
    }
    .product-sixth-info .product-info-content{
        padding-left: 0;
    }
    .product-sixth-info .product-info-content p{
        font-size: 16px;
    }
    .product-sixth-design,.product-sixth-document{
        margin-bottom: 30px;
    }
    .product-sixth-design .hardware img{
        width: 120px;
    }
    .product-second-why .why-item{
        padding: 12px;
    }
    .product-second-why .title{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .product-second-info .text{
        width: 100%;
    }
    .product-second-info .image img{
        width: 100%;
    }
    .product-sixth-info .product-info-image{
        justify-content: center;
    }
    .product-second-why .why-content h3{
        font-size: 16px;
    }
    .product-second-why .title{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .product-second-why .why-content p{
        font-size: 12px;
    }
    .product-second-why .why-item{
        padding: 8px 0;
    }
}

@media(max-width:768px) {
   .product-second-info .text h3{
        font-size: 24px;
    }
   .product-second-info .text p{
        font-size: 14px;
        margin-bottom: 30px;
    }
   .product-second-info .text{
        width: 100%;
    }   
   .product-second-info .image img{
        width: 100%;
    }
   .product-second-info .image{
        text-align: left;
        margin-top: 20px;
    }
   .product-second-info .text a{
        font-size: 14px;
        padding: 8px 40px 8px 15px;
    }
   .product-second-info .text a::after{
        top: 16px;
        width: 6px;
        height: 6px;
    }
   .product-second-item .item-content img{
        width: 80px;
        height: 80px;
    }
   .product-second-item .item-content h3{
        font-size: 20px;
        height: 42px;
    }
   .product-second-item .item-content p{
        font: 14px;
    }
   .product-second-selected .swiper-slide{
        width: 100%;
    }
   .product-second-selected .swiper-button-next, .product-second-selected .swiper-button-prev{
        display: none;
    }
   .product-second-selected{
        padding: 30px 10px;
    }
   .product-second-selected .title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .product-second-selected .selected-item h3{
        font-size: 18px;
    }
    .product-second-selected .selected-item{
        padding: 0px;
    }
   .third-content .product-second-selected,.product-third-st .ecology-top{
        margin-bottom: 30px;
    }
    .product-third-st{
        margin-bottom: 10px;
    }
   .product-second-why .title{
        font-size: 24px;
    }
   .product-second-why .why-content{
        padding: 0;
        margin: 0 -15px;
    }
   .product-second-why .why-content .item-left{
        width: 100%;
        margin-bottom: 10px;
    }
   .product-second-why .why-item{
        flex-direction: column;
        padding: 30px 0;
    }
   .product-second-why .why-content h3{
        font-size: 18px;
        padding-left: 50px;
    }
   .product-second-why .why-content h3::before{
        top: 3px;
        left: 25px;
        width: 15px;
        height: 15px;
    }
   .product-second-why .why-content p{
        font: 14px;
    }
   .product-second-application .title{
        font-size: 24px;
        margin-bottom: 30px;
    }
   .product-third-icon h3{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .product-third-icon{
        margin-bottom: 30px;
    }
   .product-third-icon .item p{
        height: 40px;
    }
   .product-third-list .title{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .product-third-list{
        margin-bottom: 10px;
    }
   .product-third-list .item h4{
        font-size: 18px;
    }
   .product-third-list .item{
        margin-bottom: 20px;
    }
   .product-third-list .content{
        margin-bottom: 30px;
    }
   .product-second-selected .container{
        width: unset;
    }
   .product-second-application .container{
        width: unset;
    }
   .product-sixth-banner{
        font-size: 30px;
    }
   .product-sixth-menu .menuItem a{
        font-size: 14px;
    }
   .product-sixth-menu .menu-list{
        width: 600px;   
    }
   .product-sixth-menu{
        overflow-x: auto;
        margin-bottom: 30px;
    }
   .product-sixth-info .product-info-image{
        margin-bottom: 20px;
    }
   .product-sixth-performance{
        padding: 10px;
    }
   .product-sixth-document .table-box ,.product-sixth-design .table-box{
        overflow-y: auto;
    }
   /* .product-sixth-document table,.product-sixth-design table{
        width: 800px;
    } */
   .product-sixth-document table thead th, .product-sixth-design table thead th{
        font-size: 14px;
        padding: 10px;
        text-align: center;
    }
   .product-sixth-document table tbody td, .product-sixth-design table tbody td{
        padding: 10px;
        font-size: 12px;
        text-align: center;
    }
   .product-sixth-document .title,.product-sixth-design .title,.product-sixth-tool .title, .product-sixth-performance .title,.product-sixth-info .info-luxian .title{
        font-size: 24px;
    }
   .product-sixth-design h4{
        font-size: 18px;
    }
   .product-second-application .application-content p{
        font-size: 14px;
        padding-right: 0;
    }
   .application-content .item{
        margin-bottom: 30px;
    }
    .product-third-st .item .st-info{
        margin-bottom: 20px;
    }
    .product-third-list .item{
        height: auto;
    }
    .product-sixth-document .title{
        margin-bottom: 20px;
    }
    .why-item .item-right{
        width: 100%;
    }
    .why-item .item-right p{
        padding: 0px 10px;
    }
    .product-second-application{
        margin-bottom: 30px;
    }
    .product-second-item{
        margin-bottom: 30px;
    }
    .product-second-info{
        margin-top:30px;
    }
    .product-third-area .title{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .product-third-st .title h3{
        font-size: 22px;
    }
    .product-fourth-list{
        margin-bottom: 30px;
    }
    .product-fourth-resources .title{
        font-size: 22px;
    }
    .product-fourth-resources .content .item h4{
        font-size: 18px;
    }
    .product-fourth-resources{
        margin-bottom: 30px;
    }
    .product-sixth-info,.product-sixth-performance,.product-sixth-tool,.product-sixth-principle,.product-sixth-design .hardware,.product-sixth-design .software,product-sixth-info .row{
        margin-bottom: 30px;
    }
    .product-sixth-principle{
        padding: 30px 0;
    }
    .product-sixth-principle .title{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .product-second-application .application-content h3{
        font-size: 20px;
    }
    .product-second-why .why-main{
        width: 100%;
    }
    .product-select-table .table-right{
        width: 100%;
    }
    .table-big table{
        table-layout: fixed;
    }
    .table-big .sticky-col{
        width: 50px;
    }
    .table-big .sticky-col-1{
        width: 60px;
    }
    .product-fillter{
        padding-left: 20px !important;
        padding-top: 20px !important;
    }
    .product-select-box{
        padding: 0;
    }
    .product-fillter button{
        font-size: 12px;
        padding: 8px 15px !important;
    }
    .product-fillter .fillter-item span{
        font-size: 12px;
        padding:8px 15px !important;
    }
    #closeSelect{
        display: none !important;
    }
    .contrast-main .citem{
        width: 150px;
    }
    .contrast-main .contrast-title p{
        font-size: 12px;
    }
}