/*头部导航*/
.s-header-new{
    position: fixed;
}
.s-header-new .s-navbar{
    background: none;
}
.s-header{
    width: 100%;
}
.s-navbar{
    background: url("../img/top.png") left no-repeat #0070D7;
    padding: 0 5rem;
}
.s-navbar:hover{
    background: url("../img/top.png") left no-repeat #0070D7;
}
.s-navbar-new{
    background: url("../img/top.png") left no-repeat #0070D7!important;
}
.s-navbar .navbar-nav .nav-link{
    color: #fff;
    padding: 0;
}
.s-navbar .navbar-nav .nav-link:hover{
    color: #fff;
}
.s-navbar .navbar-nav .dropdown-menu{
    /*top: 170%;*/
}
.s-navbar .navbar-nav .nav-item a{
    margin-right: 49px;
    /*padding: 21px 0;*/
    /*line-height: 70px;*/
    white-space: nowrap;
}
.s-navbar .navbar-nav .hvr-underline-from-left:before{
    bottom: -1px;
}
.s-navbar .navbar-nav .nav-item:hover{
    /*border-bottom: 4px solid #E3BB00;*/
    /*color: #fff;*/
}
.s-navbar .navbar-nav .hvr-underline-from-left:before{
    background: #E3BB00;
}
.s-navbar .navbar-nav .dropdown-menu{
    transition: ease .4s;
}
.s-navbar .menu-item.active, .menu-item:hover{
    background: none;
    text-decoration: underline;
}
.s-navbar .menu-item.active, .menu-item:active{
    background: none;
    color: #333;
}
.s-navbar .navbar-nav .menu-item{
    /*display: inline-block;*/
    /*width: initial;*/
}
.s-navbar .navbar-nav .menu-item a{
    color: #333;
    line-height: initial;
    font-size: 14px;
}
.s-navbar .navbar-toggler{
    color: #fff;
    padding: 0;
}
.s-navbar .navbar-toggler-icon{
    color: #fff;
}
.s-navbar .input-group{
    width: 150px;
    border-radius: 50%;
}
.s-navbar .form-control{
    border-radius: 0 100px 100px 0;
    padding: 0px;
    height: 30px;
    margin: 0;
    border: 0;
}
.s-navbar .input-group-text{
    font-size: 12px;
    background-color: #fff;
    border: none;
    border-radius: 100px 0 0 100px;
    height: 30px;
}
.s-navbar .contact-btn{
    background: #EEBE00;
    padding: 3px 20px;
    border-radius: 50px;
}
.s-navbar .contact-btn a{
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
}
.s-navbar .change-lang{
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
}
.s-navbar .change-lang a{
    color: #fff;
}
.s-navbar .s-search {
    padding: 18px 0;
}
.s-navbar .nav-down-industries .dropdown-menu{
    position: fixed;
    top: 66px;
    left: 0;
    width: 100%;
}
.s-navbar .nav-down-industries .dropdown-menu .row{
    width: 90%;
    margin: 30px auto;
}
.s-navbar .nav-down-industries .dropdown-menu .row h4{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.s-navbar .nav-down-industries .dropdown-menu li{
    padding: 8px 30px;
}
.s-navbar .nav-down-industries .dropdown-menu a{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
.s-navbar .nav-down-industries .dropdown-menu span{
    padding: 5px 10px;
    background: #F2F3F7;
    border-radius: 15px;
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
    display: inline-block;
}
.divider{
    display: block;
    height: 1px;
    width: 100%;
    margin: 24px 0;
    background-color: #fff;
    position: relative;
}
.nav-stacked{
    width: 300px;
    border: none;
}
#navbarSupportedContent .new-down .s-flex{
    padding: 0
}
.s-navbar .nav-down-industries .nav-stacked li{
    display: block;
    width: 100%;
    text-align: right;
    padding: 0;
}
#is_new_menu{
    width: 420px;
    background: #f4f4f4;
    display: block;
}
#is_new_menu li a{
    height: 88px !important;
    line-height: 88px;
}
#is_new_menu li a.active {
    color: #2C88DE;
}
.s-navbar .nav-down-industries .nav-stacked li a{
    display: block;
    height: 50px;
    line-height: 50px;
    cursor: context-menu;
    padding-left: 160px;
    margin: 0;
    text-align: left;
    /*border-bottom: 1px solid rgba(0,13,26,0.6);*/
}
.s-navbar .nav-down-industries .nav-stacked li:last-child a{
    border: none;
}
.s-navbar .nav-down-industries .nav-stacked li a.active{
    background: #fff;
}

.s-navbar .nav-down-industries .tab-content{
    padding: 40px;
    font-size: 14px;
}
.s-navbar .dropdown-menu .tab-content .grid-content{
    padding: 10px 0;
}
.s-navbar .dropdown-menu .tab-content a{
    font-size: 16px;
    line-height: initial;
    display: block;
}
.s-navbar .dropdown-menu .tab-content p{
    margin: 0;
}

#is_new_menu2 {
    border: none;
    margin-bottom: 30px;
}
#is_new_menu2 li{
    padding: 0;
}
#is_new_menu2 a {
    border-radius: 10px 10px 10px 10px;
    padding: 8px 30px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin-right: 20px;
}
#is_new_menu2 a.active{
    background: #F5F5F5;
    color: #2C88DE;
}
.second-menu2 .tab-content {
    padding: 0 !important;
}
.second-menu2 .tab-content .grid-content {
    padding: 0 !important;
    text-align: center;
    margin-right: 40px;
    width: 165px;
}
.second-menu2 .tab-content .grid-content a{
    margin-right: 0 !important;
}
.second-menu2 .tab-content .grid-content:hover h4{
    color: #2C88DE;
}
.second-menu2 .tab-content .grid-content img{
    width: 100%;
    height: 110px;
}
.second-menu2 .tab-content .grid-content h4{
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0;
    color: #666666;
}
.second-menu2 .tab-content .grid-content span{
    font-size: 12px;
    font-weight: 400;
    color: #B2B2B2;
    background: #F5F5F5;
    border-radius: 25px 25px 25px 25px;
    padding: 4px 10px;
    margin-top: 0;
}


/*荣誉资质*/
.honor{
    padding-bottom: 100px;
}
.honor .pc-swiper-box{
    max-width: 1520px;
    margin: 0 auto;
}
.honor .pc-swiper-honor{
    width: 80%;
}
.honor .pc-swiper-box .arrow:after{
    display: none;
}
.honor .pc-swiper-box .swiper-button-prev{
    width: 40px;
    height: 40px;
    background: url("../images/home/arrow-left-b.png");
}
.honor .pc-swiper-box .swiper-button-next{
    width: 40px;
    height: 40px;
    background: url("../images/home/arrow-right-b.png");
}

.pc-swiper-box .arrow{
    --swiper-navigation-color: #ccc;
    pointer-events: auto;
    top: 40%;
}
@media only screen and (max-width: 750px) {
    .s-header{
        height: 40px;
        position: sticky;
    }
    .s-navbar{
        background: url("../img/top.png") left no-repeat #0070D7!important;
        padding: 0 0.8rem;
    }
    .s-navbar .navbar-brand img{
        width: 48%;
        display: initial;
    }
    .s-navbar .navbar-toggler{
        border: none;
    }
    .s-navbar .navbar-nav .nav-item {
        font-size: 14px;
        border: none;
        padding: 5px 0;
        color: #fff;
    }
    .s-navbar .navbar-nav .nav-item a{
        color: #fff;
        padding: 0;
        line-height: initial;
    }
    .s-navbar .navbar-nav .nav-item:hover{
        border: none;
        color: #fff;
    }
    .s-navbar .navbar-nav .dropdown-menu{
        border: none;
        position: initial;
        text-align: left;
        background: none;

    }
    .s-navbar .navbar-nav .dropdown-item{
        display: block;
        color: #fff;
        font-size: 14px;
    }
    .honor{
        padding-bottom: 0px;
    }
    #imgModal .modal-title{
        font-size: .96rem;
    }
}

@media only screen and (max-width: 1400px) {
    .s-navbar .navbar-nav .nav-item a{
        margin-right: 25px;
    }
}



/*底部PC*/
.s-footer .d-md-block{
    background-color: #1873C6;
    color: #fff;
    font-size: 14px;
}
.s-footer .d-md-block h6{
    font-size: 18px;
    color: #fff;
}
.s-footer .d-md-block .col{
    min-width: initial;
}
.s-footer .d-md-block a{
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.s-footer .d-md-block li a:hover{
    text-decoration: none;
}
.s-footer .d-md-block .hvr-underline-from-left:before{
    background-color: #fff;
    height: 2px;
}
.s-footer .d-md-block .copyright{
    padding: 0;
}
.s-footer .d-md-block .share, .s-footer .d-md-block .share + .row{
    white-space: nowrap;
}
.s-footer .d-md-block .share a{
    font-size: 40px;
    margin-right: 15px;
    display: inline-block;
}
.s-footer .d-md-block .share a:last-child{
    margin-right: 0;
}
.s-footer .d-md-block .share + .row .s-ellipsis{
    text-overflow: initial;
}
/*订阅*/
.s-footer .subscribe .emailAddress{
    height: 30px;
    background: #4A91D3;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    font-size: 12px;
    color: #FFFFFF;
    padding: 0 20px;
}
.s-footer .subscribe .emailAddress::placeholder{
    color: #fff;
}
.s-footer .subscribe .btn{
    border: 1px solid #EEBE00;
    border-radius: 15px;
    color: #EEBE00;
    height: 30px;
    line-height: 1;
}
/*底部手机*/
.s-footer .d-md-none{
    padding: 0.8rem;
}
.s-footer .d-md-none .share a{
    padding: 0 0.667rem;
}
.s-footer .d-md-none .share a:hover{
    text-decoration: none;
}
.s-footer .d-md-none .share i{
    font-size: 2.5rem;
    color: #006FD7;
}
.s-footer .d-md-none .contact, .s-footer .d-md-none .copyright{
    color: #666;
    font-size: 0.8rem;
}
.s-footer .contact a{
    color: #666;
}


.s-footer{
    padding: 40px 0;
    background: #1873C6;
}
.s-footer .column {
    background: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.s-footer .socialize .form-group .form-control{
    border-radius: 0;
    min-width: 260px;
    width: 100%;
}
.s-footer .socialize .btn-primary{
    background: linear-gradient(180deg, #EDD36D 1%, #FF9729 100%);
    border-radius: 0;
    border-width: 0;
    height: 35px;
}
.s-footer .socialize .icon a{
    position: relative;
}
.s-footer .socialize .icon a:hover .qrcode{
    display: block;
}
.s-footer .socialize .icon .qrcode{
    position: absolute;
    display: none;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -103%);
    width: 150px;
}
.s-footer .socialize .icon i, .s-footer .socialize .icon .imgicon{
    font-size: 24px;
    margin: 0 10px;
}
.s-footer .copyright {
    margin-top: 50px;
}
.s-footer .copyright p{
    margin-bottom: 8px;
}
.s-footer .copyright .footlogo{
    position: relative;
    width: 144px;
}
.s-footer .copyright .footlogo span{
    position: absolute;
    bottom: 0;
}

section .s-container, .news .container{
    padding: 1.067rem 0.64rem 0.8rem 0.64rem;
    overflow: hidden;
}
.news .container{
    padding-top: 50px;
}
.banner img{
    object-fit: none;
}
/*banner*/
@media only screen and (max-width: 750px) {
    .s-footer{
        padding: 0;
        background: none;
    }
    .banner{
        padding: 0.64rem;
        background-color: #F2F3F7;
        /*margin-bottom: 0.533rem;*/
    }
    .banner img{
        border-radius: 0.533rem;
    }
    .banner .swiper-slide img{
        border-radius: 0.533rem;
    }
}

/*首页解决方案*/
.home-caseone{
    background: url("../images/home/case-bg.webp") center no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}
.home-caseone .container{
    overflow: hidden;
}
.home-caseone .title{
    padding: 20px;
    font-size: 16px;
    color: #333333;
    background: url("../images/home/hot.png") no-repeat;
    background-position: 20px 22px;
    box-shadow: 0px 10px 20px 0px rgba(102, 102, 102, 0.1);
}
.home-caseone .title p{
    margin: 0;
    text-indent: 20px;
}
#bottom_flash {margin: 0 auto; overflow: hidden;margin: 0 -25px;}
#bottom_flash img { width: 100%; }
ul, li { list-style: none; padding: 0; margin: 0; }
#bottom_flash li { float: left; padding: 0 25px; width: 305px;}
#bottom_flash_1 { float: left; }

.home-caseone .s-column-title{
    margin-bottom: 60px;
}
.home-caseone .ydrow{
    margin-right: -25px;
    margin-left: -25px;
}
.home-caseone .ydrow .ydcol{
    padding-right: 25px;
    padding-left: 25px;
}
.home-caseone .ydrow .ydcol .block{
    margin: 20px 0;
}
.home-caseone .more{
    margin-top: 50px;
}
.home-caseone .s-btn-primary{
    padding: 7px 20px;
}
.home-caseone .videomain-thumbs{
    position: relative;
}
.home-caseone .videomain-thumbs .swiper{
    height: 70px;
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
}
.home-caseone .videomain-thumbs .swiper-slide{
    width: 100px;
    height: 70px;
}
.home-caseone .videomain-thumbs .swiper-button-prev{
    width: 40px;
    height: 40px;
    background: url("../images/home/arrow-left-b.png");
}
.home-caseone .videomain-thumbs .swiper-button-prev:after{
    display: none;
}
.home-caseone .videomain-thumbs .swiper-button-next{
    width: 40px;
    height: 40px;
    background: url(../images/home/arrow-right-b.png);
}
.home-caseone .videomain-thumbs .swiper-button-next:after{
    display: none;
}
@media only screen and (max-width: 750px) {
    .home-caseone{
        padding-bottom: 20px;
    }
    .home-caseone .title{
        font-size: 14px;
        padding: 0.533rem;
        background-position: 10px 12px;
    }
    .home-caseone .ydrow{
        margin-right: -15px;
        margin-left: -15px;
    }
    .home-caseone .ydrow .ydcol{
        padding-right: 15px;
        padding-left: 15px;
    }
    .home-caseone .ydrow .ydcol .block{
        margin: 10px 0;
    }
}

/*首页行业*/
.industries{
    background: url("../images/home/industries/bg.png") bottom no-repeat;
    padding-bottom: 90px;
    background-size: 100%;
}
.industries .pc-swiper-box{
    position: relative;
    /*background: url("../images/home/industries/bg.png") no-repeat;*/
    /*background-size: cover;*/
    /*background-position: bottom;*/
}
.industries .industries-swiper-container{
    /*max-width: 1400px;*/
    margin: 0 auto;
    overflow: hidden;
}
.industries .industries-swiper-container .arrow {
    --swiper-navigation-color: #ccc;
    top: 40%;
    pointer-events: auto;
}
.industries .row .s-col{
    padding-left: 25px;
    padding-right: 25px;
}
.industries .block{
    /*padding: 50px;*/
    color: #999999;
    font-size: 14px;
    box-shadow: 0px 10px 20px 0px rgba(135,144,160,0.2);
    /*box-shadow: 0px 20px 20px 0px rgba(255,0,0,0.2);*/
    margin-bottom: 20px;
}
.industries .block .main{
    padding: 20px;
    background: #fff;
}
.industries .block h5{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 12px;
}
.industries .block p{
    margin-bottom: 12px;
}
.industries .block a.details{
    font-size: 14px;
    font-weight: 400;
    color: #006FD7;
}

.industries .gallery-thumbs{
    position: relative;
    text-align: center;
    padding: 30px 0 100px;
}
.industries .gallery-thumbs .swiper-wrapper{
    border-top: 1px solid #F2F3F7;
}
.industries .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
}
.industries .gallery-thumbs .swiper-slide img{
    margin: 20px 0;
    cursor: pointer;
}
.industries .gallery-thumbs .swiper-slide p{
    margin: 0;
    font-size: 16px;
    color: #333333;
}
.industries .gallery-thumbs .swiper-slide-thumb-active:before{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #006FD7;
    position: absolute;
    top: 0;
}
.industries .gallery-thumbs .swiper-slide-thumb-active:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #006FD7;
}
.industries .mobile-block p{
    margin: 10px 0;
    font-size: 14px;
}
.distribution-map{
    position: relative;
    /*background: url("../images/home/mapbg.jpg") 0 0 repeat;*/
    color: #fff;
}
.distribution-map .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.distribution-map .distribution-data{
    position: absolute;
    top: 70%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}
.distribution-map .distribution-data p{
    font-size: 16px;
    margin-bottom: 5px;
}
.distribution-map .distribution-data .num{
    font-size: 40px;
    font-weight: bold;
    margin-right: 5px;
}
.distribution-map .s-column-title:after{
    background: #fff;
}
.home-partners .swiperPartners:before{
    background-image: linear-gradient(270deg,rgba(255,255,255,0) 0%,#F2F3F7 100%);
}
.home-partners .swiperPartners:after{
    background-image: linear-gradient(90deg,rgba(255,255,255,0) 0%,#F2F3F7 100%);
}
.home-partners .contact .s-btn-primary{
    padding: 7px 20px;
    border-radius: 50px;
}
/*new*/
.industries .pc-swiper-box .navigation{
    position: relative;
    top: -200px;
}
.industries .pc-swiper-box .navigation .swiper-button-next{
    width: 40px;
    height: 40px;
    background: url("../images/home/industries/arrow-right.png");
}
.industries .pc-swiper-box .navigation .swiper-button-prev{
    width: 40px;
    height: 40px;
    background: url("../images/home/industries/arrow-left.png");
}
.industries .pc-swiper-box .navigation .swiper-button-next:after, .industries .pc-swiper-box .navigation .swiper-button-prev:after{
    display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px){
    .industries .s-container{
        max-width: 1600px;
    }
    .industries .row .s-col{
        padding-left: 15px;
        padding-right: 15px;
    }
    .industries .block .hidden-text{
        padding: 20px;
    }
}
@media only screen and (max-width: 750px) {
    .industries .block:hover .name{
        display: block;
    }
    .industries .row .s-col{
        padding-left: 15px;
        padding-right: 15px;
    }
    .industries .pc-swiper-box .arrow{
        display: none;
    }
    .industries .pc-swiper-box .block .name{
        font-size: 12px;
        color: #333;
    }
    .distribution-map .s-home-block h2{
        color: #fff;
    }
    .distribution-map .distribution-data{
        position: initial;
        transform: translate(0, 90%);
    }
    .distribution-map .distribution-data .num{
        font-size: 0.4rem;
    }
}
/*pc首页产品*/
.pc-products{
    /*background-image: url("../img/products-bg.png");*/
    background-repeat: no-repeat;
    background-position: 0 140px;
    padding-bottom: 100px;
}
.pc-products .pc-swiper-box{
    position: relative;
    font-size: 14px;
    /*margin-bottom: 100px;*/
    height: fit-content;
}
.pc-products .pc-swiper-box .pc-swiper-products{
    max-width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
.pc-products .pc-swiper-box .arrow{
    /*--swiper-navigation-color: #ccc;*/
    /*top: 40%;*/
    /*pointer-events: auto;*/
}
.pc-products .pc-swiper-box .arrow:after{
    display: none;
}
.pc-products .pc-swiper-box .swiper-button-prev{
    width: 40px;
    height: 40px;
    background: url("../images/home/arrow-left-b.png");
}
.pc-products .pc-swiper-box .swiper-button-next{
    width: 40px;
    height: 40px;
    background: url("../images/home/arrow-right-b.png");
}
.pc-products .pc-swiper-products a:hover{
    text-decoration: none;
}
.pc-products .pc-swiper-products a:hover .block, .pc-products .pc-swiper-products a:hover .name{
    color: #006FD8;
}
.pc-products .pc-swiper-products .block{
    color: #666;
    margin-top: 10px;
    font-size: 14px;
}
.pc-products .pc-swiper-products .block p{
    margin: 0;
}
.pc-products .pc-swiper-products .block .name{
    color: #333;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
.pc-products .pc-swiper-products a:hover .name{
    font-weight: bold;
}
/*new*/
.pc-products .thumb{
    /*border-bottom: 1px solid #EEEEEE;*/
    position: relative;
}
.pc-products .thumb:after{
    display: block;
    content: '';
    height: 2px;
    background: #EEEEEE;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
}
.pc-products .title{
    padding: 25px;
    transition: all 0.3s ease-in-out;
}
.pc-products .title .s-flex-item{
    overflow: hidden;
}
.pc-products .title .arrow{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../images/home/arrow.png");
}
.pc-products .title p{
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.pc-products .title p:last-child{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
.pc-products a.d-block{
    margin: 15px 0;
}
.pc-products a.d-block:hover .title{
    background: #006FD7;
}
.pc-products a.d-block:hover .title .arrow{
    background: url("../images/home/arrow-hover.png");
}
.pc-products a.d-block:hover .title p{
    color: #fff;
}
.pc-products a.d-block:hover .mask-text{
    opacity: 1;
}
.pc-products .mask-text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    background: #006FD7;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.pc-products .mask-text div{
    margin: 17px 0;
}
.pc-products .mask-text p{
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}
.pc-products .mask-text span{
    font-size: 14px;
    font-weight: 400;
}
@media only screen and (max-width: 750px) {
    /*首页产品*/
    .wap-products{
        background-color: #fff;
        padding-bottom: 1rem;
    }
    .s-home-block h2{
        font-size: 0.96rem;
        font-weight: bold;
        color: #333333;
        margin-bottom: 0.8rem;
        padding-top: .8rem;
    }
    .wap-products .swiper-products{
        padding-right: 0.64rem;
    }
    .wap-products .swiper-products .block{
        margin-top: 0.533rem;
    }
    .wap-products .swiper-products p{
        margin: 0;
        font-size: 0.64rem;
        color: #212529;
    }
    .wap-products .swiper-products .name{
        font-weight: bold;
        color: #333333;
        font-size: 0.8rem;
    }
    /*首页行业*/
    .industries{
        background-color: #fff;
        padding-bottom: 1rem;
    }
    .industries .row{
        margin-right: -0.267rem;
        margin-left: -0.267rem;
    }
    .industries .s-col{
        padding-right: 0.267rem;
        padding-left: 0.267rem;
    }
    .industries .s-col .s-text-c{
        font-size: 12px;
        color: #333;
        margin-top: 0.533rem;
        margin-bottom: 0.933rem;
    }
    .industries .block{
        margin: 0;
    }
    .industries .block .name{
        position: initial;
        background: none;
        padding: 0;
    }

    /*new*/
    .pc-products a.d-block{
        margin: 0.5rem 0;
    }
    .pc-products .title{
        padding: 0.5rem;
    }
    .pc-products .title p{
        font-size: 0.18rem;
    }
}



/*栏目标题*/
.s-column-title{
    position: relative;
    font-size: 36px;
    margin: 80px 0;
    display: inline-block;
}
.s-column-title:after{
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #006FD7;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 20px;
}
/*.s-column-title:before{
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #333;
    top: 50%;
    left: -100px;
    transform: translate(50%,50%);
}
.s-column-title:after{
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #333;
    top: 50%;
    left: 100%;
    transform: translate(50%,50%);
}*/



/*pc download*/
.s-download{
    padding: 70px 0 100px;
    border-top: 1px solid #EEEEEE;
}
.s-download .container{
    background: url("../images/home/LiDAR.png") center no-repeat;
}
.s-download .left{
    width: 50%;
    position: relative;
}
.s-download .left .treevideo{
    position: absolute;
    top: 23px;
    left: 70px;
    width: 463px;
    height: 261px;
}
.s-download .btn-down{
    width: 100px;
    background-color: #006FD7;
    margin-top: 30px;
    border-radius: 20px;
    font-size: 14px;
}
.s-download .martime{
    /*padding-top: 100px;*/
}

.s-new-download{
    padding: 95px 0;
}
.s-new-download .text{
    margin: 30px 0;
    font-size: 14px;
}
.s-new-download .text p{
    margin: 0;
    line-height: 30px;
}
.s-new-download .s-down-text a{
    margin: 0 25px;
}

/*.grid-container {
    width: 100%;
    height: 200vh;
    position: relative;
    overflow: hidden;
}
.grid {
    top: 0;
    left: 0;
    z-index: 1;
    width: 70vw;
    height: 60vw;
    margin: 0 calc(100vw / 20 * 3);
    position: absolute;

}

.gridLayer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    will-change: transform;
    transform-origin: 50% 50%;
}
.gridLayer .gridBlock {
    top: 20vw;
    left: 50%;
    width: 750px;
    transform: translateX(-50%);
}
.gridBlock {
    display: block;
    position: absolute;
}*/
@media only screen and (max-width: 580px) {
    .gridLayer .gridBlock {
        top: 30.278vw;
        left: 30.278vw;
        width: 39.444vw;
        height: 39.444vw;
    }
}

.s-new-download .computer{
    width: 750px;
    height: 625px;
    margin: 0 auto;
    position: relative;
}
.s-new-download .computer .computer-video{
    position: absolute;
    top: 25px;
    left: 25px;
    right: 24px;
}



.download-active .computer{
}
.download-active .computer-video{
    top: 25px;
}
.download-active .s-down-text{
    opacity: 0;
}

/*弹窗*/
.dropdown-menu{
    z-index: 9999;
}
.modal .modal-header{
    background: #0370D7;
    color: #fff;
    padding: .8rem 1rem;
}
.modal .modal-header .modal-title{
    font-size: 18px;
}
.modal .modal-body .s-wb{
    font-size: 14px;
}
.modal .close{
    color: #fff;
}
.s-download-modal .modal-title{
    font-size: 16px;
}
.s-download-modal .modal-footer{
    display: block;
    padding: .75rem 1rem;
}
.s-download-modal .form-control, .s-download-modal .btn{
    font-size: 14px;
}
.s-download-modal .btn{
    width: 100%;
    margin: 0;
}
.s-download .right{
    width: 50%;
    padding-left: 90px;
}
.s-download .right h3{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
}

.s-download .right .s-down-text p{
    color: #666;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
}
@media (min-width: 750px) and (max-width: 1600px){
    .s-download .left .treevideo{
        top: 23px;
        left: 58px;
        width: 487px;
        height: 261px;
    }
}
@media only screen and (max-width: 750px) {
    .s-download {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0.533rem;
    }
    .s-download .right{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .s-download .right h3{
        text-align: left;
    }
    section .s-container{
        padding: 1.067rem;
    }
    .s-download .s-down-title{
        font-size: 0.96rem;
        font-weight: bold;
    }
    .s-download .s-down-text{
        font-size: 0.64rem;
        line-height: 1.2rem;
        color: #666;
    }
    .s-download .btn-down{
        margin-top: 0;
    }
}

/*荣誉资质*/
.honor{

}

.navtabs{
    overflow:auto
}
.navtabs .nav{
    display: -webkit-box;
    flex-wrap: nowrap;
}
.navtabs .nav-item a{
    color: #333333;
    font-size: 0.64rem;
    font-weight: bold;
}
.navtabs .nav-item a.active{
    background-color: #2E6DD0;
    border-radius: 50px;
}
/*栏目*/
.column{
    background-color: #F2F3F7;
    /*padding: 80px 0;*/
}
.column .title-block{
    position: relative;
    font-size: 48px;
    margin-bottom: 100px;
    display: inline-block;
}
.column .title-block:before{
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #333;
    top: 50%;
    left: -200px;
    transform: translate(50%,50%);
}
.column .title-block:after{
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #333;
    top: 50%;
    left: 100%;
    transform: translate(50%,50%);
}

.column .soneadvantage{
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 30px;
}
.column .soneadvantage .panel-default{
    text-align: center;
}
.column .soneadvantage .panel-default .left{

}
.column .soneadvantage .panel-default img{
    margin: 0 auto;
}
.column .soneadvantage .panel-body{
    padding: 30px;
}

.column .advantage{
    padding-bottom: 60px;
}
.column .advantage .row{
    margin: -30px;
}
.column .advantage .row .cols{
    padding-left: 30px;
    padding-right: 30px;
    margin: 30px 0;
}
.column .advantage .cols{
    margin: 15px 0;
}
.column .advantage .cols img{
    width: 100%;
}
.column .advantage .panel-default{
    box-shadow: 0px 5px 10px 0px rgba(149, 172, 194, 0.3);
    border: none;
    height: 100%;
}
.column .advantage .panel-body{
    padding: 30px;
    line-height: 20px;
    min-height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    background-color: #fff;
    color: #666;
}
.s-download.product{
    padding: 0;
}
.s-download.product .swiper-slide{
    text-align: center;
}
.s-download.product .s-home-block{
    padding-bottom: 80px;
}
.product .nav{
    padding-bottom: 1rem;
}
.product .product-list .nav-link.active{
    color: #fff;
}
.product .product-list .nav-link{
    border: none;
    padding: .2rem 1rem;
}
.product .soneadvantage{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #EEEEEE;
    text-align: center;
}
.product .soneadvantage .left{
    width: 30px;
    margin: 0 auto;
    padding-bottom: 16px;
}

.navtabs  .nav-link{
    padding: .2rem 0;
    border: 1px solid #999999;
    color: #999999;
    margin-right: 0.8rem;
}
.navtabs  .nav-link.active{
    background: none;
    color: #006FD7;
    border: 1px solid #006FD7;
    font-weight: bold;
    padding: .2rem 1rem;
}

.product  .nav-link{
    padding: 0;
    color: #AAAAAA;
    /*margin-right: 0.8rem;*/
}
.product  .nav-link h3{
    font-weight: bold;
    margin: 0;
}
.product .nav-link.active, .product .show>.nav-link{
    background: none;
    color: #333333;
    margin: 0;
}
.product .tab-content h3{
    font-weight: bold;
}
.product .tab-content .s-down-text p{
    color: #666;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
.product .nav-pills .line{
    color: #aaa;
    margin: 0 40px;
}

.software{
    padding-top: 80px;
}

.product .provideo{
    padding-top: 50px;
}
.product .provideo .sonvideo{
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

@media (min-width: 750px) and (max-width: 1366px) {
    .product .provideo .sonvideo{
        width: 525px;
    }
}
@media (max-width: 1600px) {
    .product .provideo .sonvideo{
        height: 300px;
    }
}
@media only screen and (max-width: 750px) {
    .product .provideo{
        padding-top: 0;
    }
    .product .provideo .sonvideo{
        height: 200px;
    }
}
@media only screen and (max-width: 750px) {
    .column{
        padding: 0;
        margin-bottom: 0.533rem;
    }
    .column .title-block{
        font-size: 1.5em;
        margin-bottom: 50px;
    }
    .column .title-block:before{
        width: 50px;
        left: -100px;
    }
    .column .title-block:after{
        width: 50px;
        left: 100%;
    }
    .column .advantage{
        padding: 0;
    }
    .column .soneadvantage{
        margin: 0;
        border: none;
    }
    .column .soneadvantage .panel-default {
        display: flex;
        margin-bottom: 0.533rem;
    }
    .column .soneadvantage .panel-default .left{
        width: 2.667rem;
        margin-right: 0.533rem;
    }
    .column .soneadvantage .panel-default .panel-body{
        flex: 1;
        padding: 0;
        min-height: initial;
        font-size: 0.64rem;
        color: #999;
        text-align: left;
        vertical-align: middle;
        display: flex;
        align-items: center;
    }



    .column .advantage .row{
        padding: 0 0.8rem;
        margin: 0;
    }
    .column .advantage .panel-default{
        margin-bottom: 0;
    }
    .column .advantage .row .cols{
        padding: 0;
        margin: 0;
    }
    .column .advantage .cols img{
        max-width: 100%;
    }
    .column .advantage .panel-default{
        display: flex;
    }
    .column .advantage .panel-default{
        box-shadow: none;
    }
    .column .advantage .panel-default .left{
        width: 2.667rem;
        margin-right: 0.533rem;
    }
    .column .advantage .panel-default .panel-body{
        flex: 1;
        padding: 0;
        min-height: initial;
        font-size: 0.64rem;
        color: #999;
    }
    .column .advantage .panel-default .panel-body .title{
        color: #333;
        font-size: 0.8rem;
        font-weight: 400;
    }
    .s-download.product .s-home-block{
        padding-bottom: 1.067rem;
    }
    .product .tab-content .s-down-text p{
        font-size: 0.96rem;
        line-height: 1.5rem;
    }
    .product .nav{
        padding-bottom: 0;
    }
    .product .nav-pills .line{
        margin: 0 1.067rem;
    }
    .product .nav-link h3{
        font-size: 0.96rem;
    }

    /*软件*/
    .software{
        padding-top: 0;
        margin-bottom: 0.533rem;
    }
    .software .s-flex{
        font-size: 0.64rem;
        margin: 0 -0.4rem;
    }
    .software .s-flex .s-flex-item{
        padding: 0 0.4rem;
    }
    .software .s-flex-item .block{
        background: linear-gradient(90deg, #073A65, #00C7C4);
        color: #fff;
        /*padding: 0.8rem 0;*/
        height: 2.987rem;
        border-radius: 0.267rem;
    }
    .software .s-flex-item .block p{
        margin: 0;
        width: 100%;
    }
}



/*首页新闻*/
.home-news{
    /*background-color: #F2F3F7;*/
}
.home-news .s-container{
}
.home-news .nav-tabs{
    padding-top: 80px;
    padding-bottom: 20px;
}
.home-news .nav-tabs li{
    margin: 0 150px;
}
.home-news .nav-tabs a{
    color: #333;
    font-size: 36px;
    font-weight: 500;
}
.home-news .nav-tabs .active{
    color: #333333;
    padding-bottom: 46px;
    position: relative;
}
.home-news .nav-tabs .active:after{
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #006FD7;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, -50%);
}
.home-news .tab-content{
    padding: 50px 0;
}
.home-news .tab-pane .media{
}
.home-news .tab-pane .media a{

}
.home-news .tab-pane .img img{
    display: block;
    height: 350px;
}
.home-news .tab-pane .img img{
    width: 100%;
    /*height: 130px;*/
    /*border: 1px solid #eee;*/
}
.home-news .tab-pane .media-body{
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(102,102,102,0.2);
    color: #999999;
    font-size: 14px;
}
.home-news .media-body h5{
    margin-bottom: 11px;
}
.home-news .media-body p{
    margin-bottom: 10px;
}
.home-news .media-body h5 a{
    height: 53px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 25px;
}
.home-news .media-body h5 a:hover{
    color: #006fd7;
}
.home-news .right{
    padding: 0 20px 0 35px;
}
.home-news .right .media-body{
    background: none;
    box-shadow: inherit;
    border-bottom: 1px solid #DEDEDE;
    padding: 17.5px 20px;
}
.home-news .right .media-body:last-child{
    border: none;
}
.home-news .right .media-body h5{
    /*margin-bottom: 15px;*/
}
.home-news .right .media-body p{
    /*margin-bottom: 12px;*/
}
.home-news .page .page-link{
    background: none;
    border: none;
    color: #333333;
}
.home-news .page-item.active .page-link{
    background-color: #006FD7;
    color: #fff;
}
.home-news .mores {
    margin-top: 30px;
}
.home-news .home-news-tab{
    /*border-bottom: 1px solid #DEDEDE;*/
}
.home-news .home-news-tab li{
    display: inline-block;
    padding: 3px 10px;
    margin-right: 20px;
    border: 1px solid #bbb;
    border-radius: 5px;
}
.home-news .home-news-tab li:hover, .home-news .home-news-tab li:hover a{
    border-color: #006FD7;
    color: #006FD7;
}
.home-news .home-news-tab li a{
    color: #999;
}
.home-news .home-news-tab li.active{
    border-bottom: 2px solid #006FD7;
    border: none;
}
.home-news .home-news-tab li.active a{
    color: #006FD7;
}
.s-home-software-one{
    padding: 80px 0;
    background: linear-gradient(180deg, #FFFFFF, #F2F3F7);
}
.s-home-software-two{
    padding-bottom: 120px!important;
}
.s-home-software {
    padding: 80px 0;
}
.s-home-software .s-column-title{
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 44px;
    font-weight: 700;
    color: #212529;
}
.home-software .nav-tabs{
    margin-bottom: 30px;
    border: none;
}
.home-software .nav-tabs a{
    font-size: 14px;
    font-weight: 400;
    color: #BBBBBB;
    padding: 10px 20px;
    border-bottom: 2px solid #D4D4D4;
}
.home-software .nav-tabs a.active{
    border-color: #006FD7;
}
.home-software .tab-content{
    color: #fff;
}
.home-software .tab-content .left{
    background: #006FD7;
    padding: 50px;
    width: 464px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home-software .tab-content .left h4{

}
.home-software .tab-content .left a{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 10px 18px;
    border: 1px solid #fff;
}
.s-home-software .solution .solution-bg{
    width: calc(50vw + 45.625rem);
    height: 400px;
    position: absolute;
    left: 0;
    top: 120px;
    overflow: hidden;
    border-radius: 0 10px 10px 0;
}
.s-home-software .solution .solution-bg img{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .2s;
    width: 100%;
    height: 100%;
}
.s-home-software .solution .solution-bg img.active{
    opacity: 1;
}
.s-home-software .text-content{
    margin-top: 55px;
}
.s-home-software .text-content h4{
    font-size: 44px;
    font-weight: 700;
    color: #212529;
}
.s-home-software .solutionSwiper{
    width: 450px;
    height: 40px;
    overflow: visible;
    margin-top: 200px;
}
.s-home-software .solutionSwiper .swiper-slide{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.s-home-software .solutionSwiper p {
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0;
}
.s-home-software .solution {
    /*margin-top: 80px;*/
}
.s-home-software .solution .swiper-slide-active p{
    background: #006FD7;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 15px;
}
.s-home-software .solution .solution-content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    width: 90rem;
    margin: 0 auto;
    padding-left: 8.75rem;
    padding-right: 1.5rem;
}
.s-home-software .img-content {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 0 20px;
}
.s-home-software .img-content .card__imgs{
    position: relative;
    width: 26.5rem;
    height: 30.5rem;
}
.s-home-software .img-content .card__imgs img{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
}
.s-home-software .img-content .card__imgs img.active{
    opacity: 1;
}
.s-home-software .card__contents{
    position: relative;
    width: 18.25rem;
    height: 20.75rem;
    left: 0;
    top: 0;
    overflow: hidden;
}
.s-home-software .card__contents .card__content{
    background: rgba(255,255,255,0.3);
    border-radius: 10px;
    padding: 30px 18px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.s-home-software .card__contents .card__content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
}
.s-home-software .card__contents .card__content p{
    line-height: 25px;
    margin: 0;
}
.s-home-software .img-content .card__content{
    opacity: 0;
    z-index: -1;
}
.s-home-software .img-content .card__content.active{
    opacity: 1;
    z-index: 1;
}
.s-home-software .card__content .s-btn{
    width: 90px;
}
/*首页联系我们*/
.s-home-contact{
    background: url("../images/home/contact-bg.webp");
}
.s-home-contact .container{
    padding: 100px 0 85px;
}
.s-home-contact .s-container{
    padding-top: 50px;
    padding-bottom: 50px;
}
.s-home-contact .contact-title{
    color: #fff;
    font-size: 14px;
    padding-bottom: 20px;
    text-align: center;
}
.s-home-contact .contact-title h2{
    font-size: 24px;
    margin-bottom: 20px;
}
.s-home-contact .s-home-contact-main {
    background-color: rgba(0,0,0,0.3);
    padding: 50px;
    width: 50%;
    margin-left: auto;
    margin-right: 0;
}
.s-home-contact .form-group .form-control{
    font-size: 14px;
}
.s-home-contact .form-group .form-control::placeholder{
    color: #aaa;
}
.s-home-contact-main .btn{
    background: #006FD7;
}

@media only screen and (max-width: 750px) {
    .s-home-contact{
        background: none;
        background-color: #fff;
        margin-bottom: 0.533rem;
    }
    .s-home-contact .container{
        padding: 1.067rem;
    }
    .s-home-contact .contact-title{
        font-size: 0.64rem;
        padding-bottom: 0.8rem;
        text-align: left;
        color: #333;
    }
    .s-home-contact .contact-title h2 {
        font-size: 0.96rem;
        margin-bottom: 0.8rem;
    }
    .s-home-contact .contact-title p {
        font-size: 0.8rem;
    }
    .s-home-contact .s-home-contact-main {
        padding: 0;
        margin: 0;
        width: 100%;
        background: none;
    }
    .s-home-contact .form-group .form-control{
        font-size: 0.64rem;
    }
    .s-home-contact-main .btn{
        font-size: 0.96rem;
    }
    .s-home-contact .s-container{
        padding: 1.067rem;
    }
}

/*其他*/
.s-other{
    padding: 30px 0;
    color: #666;
}
.s-other .col-sm{
    border-right: 1px solid #dedede;
    font-size: 14px;
}
.s-other .col-sm:last-child{
    border: none;
}
.s-other .col-sm p{
    margin-bottom: 10px;

}
.s-other .col-sm p i{
    font-size: 18px;
}

.s-big-column-block{
    padding: 100px 0;
}
@media only screen and (max-width: 750px) {
    .s-big-column-block{
        padding: 2.667rem 0;
    }
}

/*高级功能*/
.advanced .s-column-title{
    margin-bottom: 40px;
}
.advanced .block{
    text-align: center;
    padding: 50px 0;
}
.advanced .block .right{
    padding-top: 30px;
}
@media only screen and (max-width: 750px) {
    .advanced{
        margin-bottom: 0.533rem;
    }
    .advanced .block{
        display: flex;
        text-align: left;
        padding: 0.667rem 0;
        font-size: 0.64rem;
    }
    .advanced .block .left{
        width: 1.067rem;
        margin-right: 0.533rem;
    }
    .advanced .block .right{
        flex: 1;
        padding: 0;
        font-size: 0.8rem;
    }
}

/*参数*/
.parameter{
    padding-bottom: 50px;
}
@media only screen and (max-width: 750px) {
    .parameter{
        font-size: 0.64rem;
        padding-bottom: 0;
    }
    .parameter .table td, .parameter .table th {
        vertical-align: middle;
    }
    .parameter .table-striped tbody tr td:first-child{
        border-right: 1px solid #eee;
        white-space: nowrap;
        text-align: right;
    }
    .parameter .table-striped tbody tr:nth-of-type(odd) td:first-child{
        border-right: 1px solid #fff;
        white-space: nowrap;
        text-align: right;
    }
}


/*列表*/
.pagelist{
    padding-top: 1.5rem;
}
.pagelist .left{
    width: 250px;
    margin-right: 30px;
}
.pagelist .left .block{
    background-color: #fff;
    margin-bottom: 30px;
}
.pagelist .left h5{
    background: linear-gradient(90deg, #006FD7, #359EFF);
    font-size: 18px;
    font-weight: 500;
    color: #F2F3F7;
    padding: 16px 20px;
    margin: 0;
}
.pagelist .left li{
    padding: 20px;
    border-bottom: 1px solid #DEDEDE;
    font-size: 14px;
}
.pagelist .left li a{
    color: #666666;
    display: block;
}
.pagelist .right li{
    background-color: #fff;
    padding: 30px;
}
.pagelist .right li h5{
    font-weight: bold;
    padding-bottom: 40px;
}
.pagelist .media-body h5 a{
    color: #333;
}
.pagelist .right li .btn{
    font-size: 14px;
}
.pagelist .right li .btn:hover{
    background: #006FD7;
}
@media only screen and (max-width: 750px) {
    .pagelist{
        padding-top: 0;
    }
    .pagelist .right li{
        padding: 0.8rem;
    }
    .pagelist .right li a img{
        width: 100px;
        margin-right: 1rem!important;
    }
    .pagelist .right .media-body h5{
        padding-bottom: .6rem;
    }
    .pagelist .right .media-body .desc{
        font-size: .8rem;
        margin-bottom: .8rem!important;
    }
    .pagelist .right .media-body p{
        display: -webkit-box;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        margin: 0;
    }
}

/*下载*/
.download_s{
    padding-top: 40px;
    padding-bottom: 50px;
}
.download_s .download_header{
    width: 75%;
    margin: 40px auto;
}
.download_s .download_header a{
    text-decoration: underline;
    color: #336699;
    font-size: 28px;
    font-weight: bold;
}
.download_type_list{
    margin-bottom: 40px;
}
.download_type_list:last-child{
    margin-bottom: 0;
}
.download_type_list .left{
    background-color: #ededed;
    color: #336699;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.download_type_list .left .fa{
    font-size: 48px;
    margin: .8rem auto;
}
.download_type_list .right{
    background-color: #ededed;
    color: #6c6c6c;
    font-size: 14px;
}
.download_type_list .right ul {
    margin: 0;
}
.download_type_list .right li{
    padding: 8px 15px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
}
.download_type_list .right .fa{
    color: #3cc;
}

.download_new .driving-title-desc h4{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
}
.download_new .driving-title-desc p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.download_new .mySwiper{
    position: relative;
}
.download_new .mySwiper .swiper-slide{
    background: linear-gradient(0deg, #F1F5F8, #E7ECF1);
    padding: 35px 0;
    display: block;
}
.download_new .mySwiper .swiper-slide.swiper-slide-thumb-active{
    background: #fff;
    border: 1px solid #E8EDF2;
    margin: -1px;
    border-bottom: 3px solid #006FD7;
}
.download_new .mySwiper .swiper-slide p{
    font-size: 14px;
    font-weight: 400;
    color: #006FD7;
    margin: 0;
    padding-top: 8px;
}
.download_new .mySwiper2 .swiper-slide{
    padding: 20px 0;
}
.download_new .swiper-slide .list-unstyled li {
    padding: 15px 20px;
    border-bottom: 1px solid #EEEEEE;
}


@media only screen and (max-width: 750px) {
    .download_s{
        padding-top: 1.067rem;
        padding-bottom: 1.333rem;
    }
    .download_s .download_header{
        margin: 1.067rem auto;
    }
    .download_s .download_header a{
        font-size: 0.747rem;
    }
    .download_type_list .left{
        font-size: 0.96rem;
    }
    .download_type_list .right{
        font-size: 0.427rem;
    }
    .download_type_list .right li{
        font-size: 0.8rem;
    }
}

/*新闻*/
.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
}
.s-nav{
    border-bottom: 1px solid #DEDEDE;
    font-size: 14px;
}
.s-nav .breadcrumb{
    font-size: 14px;
    background: none;
}
.s-nav .breadcrumb a{
    color: #666666;
}
.s-nav .breadcrumb .breadcrumb-item.active{
    color: #006FD7;
}
.news .list li{
    border-bottom: 1px solid #DEDEDE;
    padding: 50px 0;
}
.news .list .left img{
    width: 300px;
    height: 180px;
}
.news .list .right{
    font-size: 16px;
    padding-left: 50px;
    /*padding-top: 20px;*/
}
.news .list .right h5{
    margin-top: 0;
    margin-bottom: 25px;
}
.news .list .right h5 a{
    color: #000;
}
.news .list .right h5 a:hover{
    color: #006fd7;
}
.news .list .right p{
    color: #999;
    margin-bottom: 20px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news .list .right .time{
    color: #666;
}
.news .list .right .details a{
    color: #006FD7;
    border: 1px solid #006FD7;
    padding: 4px 20px;
    border-radius: 3px;
    display: inline-block;
}
.news .list .right .details a:hover{
    background-color: #006FD7;
    color: #fff;
}
/*展会*/
.expo-list .list-unstyled li .s-flex{
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.expo-list .left .title{
    background-color: #006FD7;
    color: #fff;
    padding: 25px 0;
}
.expo-list .left .title p{
    margin: 0;
    padding: 5px 0;
}
.expo-list .nav-link{
    background: none;
    color: initial;
    border-bottom: 1px solid #DEDEDE;
    font-size: 14px;
    padding: 1rem;
}
.expo-list .nav-link.active{
    background: none;
    color: #006FD7;
}
.expo-list .list .left img{
    width: 460px;
    height: 250px;
}
.expo-list .list .right h5{
    margin-bottom: 25px;
    font-size: 18px;
}
.expo-list .list .right p{
    margin-bottom: 25px;
    font-size: 14px;
    color: #666;
}
.expo-list .list .right p span{
    color: #333;
}

@media only screen and (max-width: 750px) {
    .news{
        margin-bottom: 0.533rem;
    }
    .news .list li{
        padding: 1rem 0;
    }
    .news .list li:last-child{
        border: none;
    }
    .news .list .left img{
        width: 100px;
        height: 90px;
    }
    .news .list .right{
        font-size: 0.427rem;
        padding-left: 0.533rem;
        padding-top: 0;
    }
    .news .list .right h5{
        font-size: 1rem;
        margin-bottom: 0.533rem;
        display: -webkit-box;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .news .list .right p{
        margin-bottom: 0.533rem;
        -webkit-line-clamp: 1;
    }
    .expo-list .flex-column{
        flex-direction: initial!important;
        margin-bottom: 0.533rem;
        border-bottom: 1px solid #DEDEDE;
    }
    .expo-list .nav-link{
        display: inline-block;
        border: none;
    }
    .expo-list .list .right p{
        margin-bottom: 0.4rem;
        font-size: 0.587rem;
    }

}


/*文章详情*/
.article .main{
    padding: 60px 0;
}
.article .article_head{
    padding-top: 40px;
}
.article .article_head h1{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 50px;
}
.article .article_head .time{
    font-size: 24px;
    font-weight: 500;
    color: #999999;
}
.article .s-container .main ,.article .container .main{
    margin: 0 auto;
    max-width: 1000px;
}
.article .article_body{
    padding-top: 50px;

}
@media only screen and (max-width: 750px) {
    .article .s-container, .article .container{
        width: 100%;
    }
    .article .main{
        padding: 0;
    }
    .article .article_head{
        padding-top: 1.067rem;
    }
    .article .article_head h1{
        font-size: 1.28rem;
        margin-bottom: 1.333rem;
    }
    .article .article_head .time{
        font-size: 0.64rem;
    }
    .article .article_body{
        padding-top: 1rem;
    }
}

/*关于我们*/
.profile{
    padding-bottom: 100px;
}
.profile .swiper-pagination-bullet-active{
    background-color: #fff;
}
.profile .cols.right{
    padding-left: 20px;
    font-size: 16px;
}
.profile .cols.right p{
    text-indent: 2em;
    color: #666;
    margin: 0;
    line-height: 36px;
}
.profile .about-video video{
    object-fit: fill;
    width: 100%!important;
    height: 100%!important;
}

.founder{
    padding-bottom: 100px;
}
.founder .justify-content-between .s-flex{
    /*background: #EEEEEE;*/
    margin-bottom: 20px;
}
.founder .justify-content-between .s-flex:last-child{
    margin: 0;
}
.founder .justify-content-between .image{
    padding: 20px;
}
.founder .justify-content-between .image img{
    box-shadow: 0 10px 20px rgba(102, 102, 102, .3);
}
.founder .justify-content-between .right{
    /*padding-left: 30px;*/
    /*padding-right: 20px;*/
    padding: 0 20px 0 30px;
}
.founder .justify-content-between .right h4{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.founder .justify-content-between .right ul{
    margin: 0;
    padding-left: 17px;
}
.founder .justify-content-between .right ul li{
    line-height: 36px;
    font-size: 14px;
    list-style: disc;
}
.founder .right>.row{
    /*margin-left: 100px;*/
}
.founder .character .block{
    padding: 10% 20px 0 20px;
    background-color: #EEEEEE;
    height: 100%;
}
.founder .character .img{
    padding-right: 0;
}
.founder .character .text{
    padding-left: 0;
}
.founder .left .character .text li{
    padding: 5% 0;
}
.founder .character .block ul {
    padding-left: 20px;
}
.founder .character .block ul li{
    padding: 5% 0;
    font-size: 0.48rem;
}
.milepost{
    background: url("../images/about/milestone.png") 0 0 no-repeat;
    background-size: cover;
    color: #fff;
}
.milepost .swiperblock{
    width: 1060px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 80px;
}
.milepost .milepost-swiper .text{
    width: 390px;
    max-width: 100%;
    padding: 30px;
    background: #006FD7;
    color: #ffffff;
}
.milepost .milepost-swiper .text h4{
    font-size: 44px;
    font-weight: 700;
}
.milepost .milepost-swiper .text ul{
    padding-left: 20px;
}
.milepost .milepost-swiper .text li{
    list-style: disc;
    font-size: 18px;
    font-weight: 400;
}
.milepost .milepost-swiper .text img{
    right: 30px;
    bottom: 30px;
    opacity: 0.1;
}
.milepost .swiper-pagination {
    position:initial;
}

.milepost .swiper-pagination {
    margin-bottom: 40px;
}
.milepost .swiper-pagination-bullet{
    width: initial;
    height: initial;
    border-radius: 5px;
    font-size: 18px;
    color: #333333;
    background: #FFFFFF;
    opacity: 1;
    padding: 6.5px 20px;
    margin: 0 5px !important;
}
.milepost .swiper-pagination-bullet-active{
    background: #006FD7;
    color: #ffffff;
}

.cultures{
    padding-bottom: 100px;
}
.cultures>.container {
    padding: 0;
}
.cultures .left {
    width: 700px;
}
.cultures .left .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.cultures .left .swiper-pagination-bullet-active {
    background: #006FD7;
}

.cultures .right{
    width: 500px;
    padding-left: 10px;
    margin: -10px 0;
}
.cultures .right .swiper-slide{
    margin: 10px 0;
    padding: 0 10px;
    cursor: pointer;
}
.cultures .right .swiper-slide:nth-child(even) {
    padding-right: 0;
}

.contact_en{
    padding: 100px 0;
}
.contact_en .details-item{
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.contact_en .details-item h4{
    background: #F2F3F7;
    font-size: 16px;
    padding: 15px 20px;
    margin: 0;
    font-weight: bold;
}
.contact_en .details-item p{
    padding: 20px;
    /*border-bottom: 1px solid #eee;*/
    font-size: 14px;
    margin: 0;
}
.contact_en .details-item i{
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 50%;
    background: #1873C6;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}

@media only screen and (max-width: 750px) {
    .profile{
        padding: 0;
    }
    .profile .cols.right{
        padding-top: 1rem;
        padding-left: 15px;
        line-height: 28px;
    }
    .founder{
        margin-bottom: 0.533rem;
        padding-bottom: 0;
    }
    .founder .character{
        margin-bottom: 0.533rem;
    }
    .founder .character .img{
        padding-right: 15px;
    }
    .founder .character .text{
        padding-left: 15px;
    }
    .founder .row .cols>div{
        margin-bottom: 0.533rem;
    }
    .founder .justify-content-between .s-flex{
        display: block;
    }
    .founder .justify-content-between .image{
        text-align: center;
    }
    .founder .justify-content-between .right ul li{
        line-height: 28px;
    }
    .milepost{
        background: none;
        color: initial;
    }
    .milepost .circ{
        width: 20px;
        height: 20px;
    }
    .milepost .time{
        font-size: 0.8rem;
    }
    .milepost .events-body{
        font-size: 0.64rem;
    }

    .contact{
        margin-bottom: 0.533rem;
    }
    .contact{
        padding: 10px 0;
    }
    .contact .row p{
        margin-bottom: 10px;
        padding: 10px;
    }
    .contact-mobile .add-header{
        background: #EEEEEE;
        color: #333;
        padding: 0.4rem 0.667rem;
        font-size: 0.96rem;
    }
    .contact-mobile .add-body{
        color: #666666;
        padding: 0.8rem 0.693rem;
        font-size: 0.8rem;
    }
    .contact-mobile .add-body .row{
        margin: 0;
    }
    .contact-mobile .add-body .col-6, .contact-mobile .add-body .col-12{
        padding: 0;
    }
    .contact-mobile .add-body .last{
        margin-top: 1rem;
    }
    .profile .cols.right p{
    }
    .cluture{
        padding: 0;
    }
    .contact_en{
        padding: 10px 0;
    }
    .contact_en .details-item{
        margin-bottom: 20px;
    }
    .contact_en .details-item p{
        margin: 0;
    }
}

/*搜索页面*/
.s-search-header{
    padding-bottom: 100px;
}
.s-search-header .search-title{
    background-color: #CCCCCC;
}
.s-search-header .search-title h1{
    font-size: 40px;
    font-weight: bold;
}
.s-search-main .ontop{
    margin-bottom: 5px;
}
.s-search-main .ontop span{
    display: inline-block;
    padding-left: 85px;
    position: relative;
    color: #f40045;
    font-size: 14px;
    font-weight: 400;
}
.s-search-main .ontop span:before{
    display: block;
    content: '';
    width: 80px;
    height: 1px;
    background-color: #0c0c0c;
    position: absolute;
    top:50%;
    left:30%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
}
.s-search-main .stories{
    color: #0c0c0c;
    font-size: 45px;
    font-weight: 400;
}
.s-search-main .list{
}
.s-search-main .list li{
    margin-bottom: 50px;
}
.s-search-main .list .left{
}
.s-search-main .list img{
    width: 300px;
    height: 150px;
}
.s-search-main .right{
    padding-left: 50px;
}
.s-search-main .right h5{
    margin-bottom: 25px;
}
.s-search-main .right h5 a{
    color: #000;
}
.s-search-main .right h5 a:hover{
    text-decoration: underline;
}
.s-search-main .right p{
    color: #999;
    margin-bottom: 20px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.s-search-main .search-right-img{
    width: 400px;
}
@media only screen and (max-width: 750px) {
    .s-search-header{
        padding-bottom: 0.8rem;
    }
    .s-search-header .search-title h1{
        font-size: 1.5rem;
        padding: .3rem 0;
    }
    .s-search-main .list{
        padding: 0;
    }
    .s-search-main .list li{
        padding: 1rem 0;
        margin: 0;
        border-bottom: 1px solid #DEDEDE;
    }
    .s-search-main .list img{
        width: 100px;
        height: 90px;
    }
    .s-search-main .right{
        padding-left: 0.533rem;
    }
    .s-search-main .right h5{
        font-size: 1rem;
        margin-bottom: 0.533rem;
        display: -webkit-box;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .s-search-main .right p{
        font-size: 0.427rem;
        margin-bottom: 0.533rem;
        -webkit-line-clamp: 2;
    }
}

/*返回顶部*/
.xuanfu-button {
    position:fixed;
    right:20px;
    top:400px;
    z-index:9999
}
.xuanfu-button .button-block1 {
    background-color:#2897ff;
    border-radius:100px;
    text-align:center;
    padding:20px 0;
    box-shadow:0px 5px 10px 0px rgba(61, 95, 127, .3)
}
.xuanfu-button .button1 {
    color:#fff;
    cursor:pointer;
    position:relative
}
.xuanfu-button .button1 i {
    font-size:16px
}
.xuanfu-button .button1 .xuanfu-neirong {
    transition:ease-in-out .5s;
    position:absolute;
    top:-12px;
    right:61px;
    color:#666;
    font-size:14px;
    white-space:nowrap;
    background-color:#fff;
    box-shadow:0px 1px 10px 0px rgba(129, 145, 161, .3);
    box-sizing:border-box;
    padding:15px 20px;
    border-radius:10px;
    display:none
}
.xuanfu-button .button1 .xuanfu-neirong:after {
    position:absolute;
    top: 13.5px;
    right:-8px;
    content:'';
    border:9px solid;
    transform:rotateZ(-45deg);
    border-color:transparent #fff #fff transparent;
    box-shadow:10px 10px 10px 0px rgba(129, 145, 161, .3)
}
.xuanfu-button .button1 .xuanfu-neirong.img{
    width: 200px;
}
.xuanfu-button .button1 .xuanfu-neirong.img img{
    width: 130px;
    height: 130px;
}
.xuanfu-button .button1:hover .xuanfu-neirong {
    display:block
}
.xuanfu-button .button-block2 {
    box-sizing:border-box;
    background-color:#2897ff;
    border-radius:100px;
    text-align:center;
    padding:20px 17px;
    height:58px;
    width:58px;
    margin-top:12px;
    display:none;
    box-shadow:0 5px 10px 0 rgba(61, 95, 127, .3)
}
.xuanfu-button .button-zhanwei {
    height:58px;
    width:58px;
    margin-top:12px
}
.xuanfu-button .button2 {
    color:#fff;
    transition:ease-in-out .3s;
    cursor:pointer
}
.xuanfu-button .button2 i {
    font-size:16px;
    text-align:center
}
.xuanfu-button a {
    color:#fff;
    text-decoration:none
}
@media only screen and (max-width: 750px) {
    .xuanfu-button{
        display: none;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px){
    .s-container{
        max-width: 1100px;
    }
    .pc-products{
        background-size: 100%;
    }
    .pc-products .pc-swiper-box .pc-swiper-products{
        max-width: 900px
    }
    .s-download .right .mb-5{
        margin-bottom: 2rem!important;
    }
    .s-download .right .s-down-text p{
        font-size: 14px;
    }
    .s-download .btn-down{
        margin-top: 0;
    }
    .founder .character .block{
        padding-top: 5%;
    }
    .founder .character .block ul li{
        padding: 4% 0;
    }
    .profile .cols.right p{
    }
    .contact .table img{
        width: 60px;
    }
    .s-home-contact .container{
        /*max-width: 800px;*/
    }

    .expo-list .list .right h5{
        font-size: 30px;
    }
    .expo-list .list .right p{
        font-size: 18px;
    }
}


.thankyou{
    height: 100vh;
    overflow: hidden;
}
.thankyou .container, .thankyou .container .row{
    height: 100%;
}
.thankyou .thankyou-title{
    margin-top: 250px;
    width: 45%;
    padding: 0 20px;
}
.thankyou .thankyou-title h2{
    font-size: 60px;
    font-family: Arial;
    font-weight: normal;
    color: #576BB9;
    margin-bottom: 50px;
}
.thankyou .thankyou-title p{
    font-size: 24px;
    font-family: Arial;
    font-weight: 400;
    color: #576BB9;
}
.thankyou .thankyou-button{
    margin: 100px 0;
}
.thankyou .thankyou-button a{
    border: 1px solid #576BB9;
    border-radius: 25px;
    padding: 14px 55px;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #576BB9;
}
.thankyou .thankyou-pic{
    width: 55%;
    padding: 0 20px;
}
@media only screen and (max-width: 750px) {
    .thankyou .container .row{
        display: block;
        padding: 20px 10px;
    }
    .thankyou .thankyou-title{
        margin: 0;
        width: 100%;
    }
    .thankyou .thankyou-title h2{
        font-size: 1.6rem;
        margin-bottom: 1.333rem;
    }
    .thankyou .thankyou-title p{
        font-size: 0.64rem;
    }
    .thankyou .thankyou-button{
        margin: 2.667rem 0;
    }
    .thankyou .thankyou-pic{
        width: 100%;
    }
    .thankyou .thankyou-button a{
        font-size: 0.48rem;
        padding: 0.373rem 1.333rem;
    }
}


.s-faq{
    padding: 100px 0;
}
.s-faq .card-header {
    padding: 20px;
}
.s-faq .card-body{
    padding: 0 60px 20px 20px;
}
.s-faq .card-body{
    /*padding-bottom: 30px;*/
    color: #666666;
    font-size: 14px;
}
.s-faq .card{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #EEEEEE!important;
}
.s-faq .card-header{
    background: none;
    border: none;
}
.s-faq .card-header .s-collapseTitle{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    display: flex;
}
.s-faq .card-header .s-collapseTitle .title{
    flex: 1;
}
.s-faq  .collapsed .fa{
    transform: rotate(90deg);
    margin-top: 3px;
}
.s-faq  .s-collapseTitle .fa{
    width: 15px;
    height: 15px;
    margin-top: 9px;
    transition: transform .3s;
}
@media only screen and (max-width: 750px) {
    .s-faq{
        padding: 1.067rem;
    }
    .s-faq .card-header{
        padding: 20px 0;
    }
    .s-faq .card-body{
        padding: 0 1.6rem 0.533rem 0.533rem;
    }
}

/*行业*/
.industriesPage{
    background-image: url("../img/industries-bg.png");
    background-size: cover;
    background-position: 0;
    background-repeat: no-repeat;
}
.industriesPage .catTitleBlock{
    border-bottom: 1px solid #999999;
    margin-bottom: 100px;
}
.industriesPage .catTitleBlock .s-column-title{
    font-size: 48px;
    border-bottom: 5px solid #006FD7;
    padding-bottom: 35px;
    margin-bottom: -3px;
    margin-top: 70px;
}
.industriesPage .s-column-title:before, .industriesPage .s-column-title:after{
    display: none;
}
.industriesPage .container{
    max-width: 1200px;
}
.industriesPage .industriesmain{
    padding-bottom: 100px;
}
.industriesmain .events{
    background: initial!important;
}
.industriesmain .events .events-body{
    background-color: initial!important;
    color: #333333;
}
.industriesmain .events-body .title{
    font-size: 24px;
    font-weight: bold;
}
.industriesmain .events-body .title img{
    vertical-align: middle;
    margin-right: 5px;
}
.industriesmain .events-body .events-desc{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}
.industriesmain .VivaTimeline dl dd .circ{
    left: 50.35%;
    top: 46px;
}
.industriesmain .VivaTimeline dl:before{
    background-color: #006FD7;
    opacity: 0.5;
}
.industriesmain .VivaTimeline dl dd .events{
    padding: 0;
}
.industriesmain .VivaTimeline dl dd .events:before{
    /*display: none;*/
    width: 20px;
    height: 1px;
    border: none;
    background: #006FD7;
    opacity: .5;
    top: 15px;
}
.industriesmain .VivaTimeline dl dd.pos-left .events:before{
    right: -30px;
    top: 21px;
}
.industriesmain .VivaTimeline dl dd.pos-right .events:before{
    left: -30px;
    top: 21px;
}
.industriesmain .events-body .btn{
    border: 1px solid #347FC3;
    margin-top: 25px;
    background: none;
}
.industriesmain .events-body .btn:before{
    background-color: #006FD7;
}
.industriesmain .events-body .btn a{
    color: #006FD7;
}
.industriesmain .VivaTimeline dl dd .events .events-body .events-desc{
    font-size: 14px;
}
@media only screen and (max-width: 750px) {
    .industriesPage{
        background: #fff;
    }
    .industriesmain .VivaTimeline dl:before{
        left: 0;
    }
    .industriesmain .VivaTimeline dl dd .circ{
        left: 4px;
    }
    .industriesmain .VivaTimeline dl dd.pos-left .events, .industriesmain .VivaTimeline dl dd.pos-right .events{
        width: 90%;
        text-align: left;
        font-size: 0.373rem;
        margin-right: 0;
    }
    .industriesmain .VivaTimeline dl dd .events .events-body .events-desc{
        font-size: 0.373rem;
    }
    .industriesmain .VivaTimeline dl dd .events .events-body{
        overflow: initial;
    }
    .industriesmain .events-body .btn{
        margin-top: 0.667rem;
    }
    .industriesmain .VivaTimeline dl dd.pos-left .events:before, .industriesmain .VivaTimeline dl dd.pos-right .events:before{
        left: -25px;
    }
}
/*行业 自动驾驶*/
.drivingOne{
    padding: 90px 0;
}
.driving-title-desc{
    margin-bottom: 50px;
    text-align: center;
}
.driving-title-desc h4{
    font-size: 36px;
    color: #333333;
    line-height: 36px;
    /*margin-bottom: 40px;*/
}
.driving-title-desc .desc p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    margin: 0;
}
.drivingOne .category .subscript{
    border-bottom: 1px solid #DEDEDE;
    margin: 0 -15px;
}
.drivingOne .category .subscript span{
    font-size: 18px;
    font-weight: 900;
    color: #1873C6;
    border-bottom: 3px solid #1873C6;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: -2px;
}
.drivingOne .category .info{
    margin-top: 30px;
    background: #F2F3F7;
    padding: 30px;
    height: calc(100% - (30px + 50px));
    vertical-align: middle;
}
.drivingOne .category .info p{
    margin-bottom: 0;
    font-size: 14px;
    color: #666;
    width: 100%;
}
.drivingTwo{
    background-image: url("../img/drivingTwo.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.drivingTwo .block .row{
    padding: 100px 0;
}
.drivingTwo .left{
    background: #F1F4FF;
    padding: 70px 50px;
}
.drivingTwo .left h3{
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
}
.drivingTwo .left p{
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    margin: 0;
}
.drivingTwo .right ul{
    margin: 0;
    margin-left: 70px;
}
.drivingTwo .right ul li{
    counter-increment: section;
    margin-bottom: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-left: 50px;
    line-height: 34px;
}
.drivingTwo .right ul li:last-child{
    margin-bottom: 0;
}
.drivingTwo .right ul li:before{
    float: left;
    display: block;
    content: counters(section, "-")" ";
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #1873C6;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
}
.drivingThree{
    padding: 100px 0;
}
.drivingThree .driving-title-desc {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 50px;
    font-size: 14px;
}
.drivingThree .row .left h4{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
}
.drivingThree .row .left .title{
    font-size: 18px;
    font-weight: bold;
    color: #1873C6;
    margin-right: 30px;
}
.drivingThree .row .left .s-flex{
    margin-bottom: 30px;
}
.drivingThree .row .left ul{
    padding-left: 20px;
}
.drivingThree .row .left ul li{
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
.drivingThree .driving-title-desc .desc p:last-child{
    margin-bottom: 0;
}
/*行业 车路协同*/
.car-road .driving-title-desc{
    margin: 0;
    border: none;
}
.car-road .left{
    width: 100%;
}
.car-road .left .swiper-button-next, .car-road .left .swiper-button-prev{
    top: auto;
    bottom: 0;
    background: #1873C6;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    text-align: center;
}
.car-road .left .swiper-button-next:after, .car-road .left .swiper-button-prev:after{
    display: none;
}
.car-road .left .swiper-button-next{
    right: 0;
}
.car-road .left .swiper-button-prev{
    left: auto;
    right: 45px;
}
.car-road .right{
    padding-left: 70px;
}
.car-road .english{
    padding-left: 20px;
}
.car-road .right h4{
    margin: 40px 0;
    color: #1873C6;
    font-size: 18px;
    font-weight: bold;
}
.car-road .right ul{
    padding-left: 18px;
}
.car-road .right ul li{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.car-road-one{
    background: url("../images/car_road/car-road-one-bg.jpg");
}
.car-road-one .container{
    padding: 50px 0;
}
.car-road-one .row{
    background-color:rgba(255,255,255,0.3);
}
.car-road-one .left{
    color: #fff;
    width: 100%;
    padding-left: 100px;
}
.car-road-one .english{
    padding-left: 40px;
    padding-right: 20px;
}
.car-road-one .left h4{
    margin: 40px 0;
    font-size: 18px;
    font-weight: bold;
}
.car-road-one .left ul{
    padding-left: 18px;
}
.car-road-one .left ul li{
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
}
.car-road-one .right{
    padding: 5px;
    display: flex;
}
.car-road-one .right video{
    object-fit: fill;
    width: 100%!important;
    height: 100%!important;
}
.car-road-two{
    padding: 90px 0;
}
.car-road-two .nav-tabs{
    padding-bottom: 12px;
}
.car-road-two .nav-tabs li{
    margin: 0 50px;
}
.car-road-two .nav-tabs a{
    color: #666666;
    font-size: 18px;
    font-weight: 400;
}
.car-road-two .nav-tabs .active{
    color: #1873C6;
    padding-bottom: 13px;
    border-bottom: 3px solid #006FD7;
}
.car-road-two .tab-content{
    padding: 50px 100px 0;
    color: #666;
    font-size: 14px;
}
.car-road-three{
    background: url("../images/car_road/car-road-three-bg.jpg");
    background-size: cover;
    margin-bottom: 30px;
}
.car-road-three .container{
    padding: 90px 0;
}
.car-road-three .container h4{
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}
.car-road-three .videomain video{
    border: 5px solid rgba(200,200,200,0.5);
    object-fit: fill;
    width: 100%!important;
    height: 300px!important;
}
.car-road-three .videomain .text{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 5px;
}
@media only screen and (max-width: 750px) {
    .drivingOne{
        background: #F1F4FF;
        padding: 1.5rem 0;
    }
    .driving-title-desc{
        text-align: left;
        margin-bottom: 1.333rem;
    }
    .driving-title-desc h4{
        margin-bottom: 1.067rem;
    }
    .driving-title-desc .desc p{
        margin-bottom: 0.2rem;
        line-height: 1.5rem;
    }
    .drivingOne .category .col-sm{
        margin-bottom: 1rem;
    }
    .drivingOne .category .subscript{
        margin: 0;
    }
    .drivingTwo .block .row{
        padding: 2.667rem 0;
    }
    .drivingTwo .left{
        padding: 1.867rem 1.333rem;
    }
    .drivingTwo .left h3{
        margin-bottom: 1.333rem;
    }
    .drivingTwo .left p{
        line-height: 1.5rem;
    }
    .drivingTwo .right ul{
        margin-left: 0;
        margin-top: 0.8rem;
    }
    .drivingTwo .right ul li{
        margin-bottom: 1.067rem;
    }
    .drivingThree{
        padding: 1.5rem 0;
    }
    .drivingThree .driving-title-desc{
        padding-bottom: 1.333rem;
    }
    .drivingThree .row .left h4, .drivingThree .row .left .s-flex{
        margin-bottom: 0.8rem;
    }
    .drivingThree .row .left .title{
        margin-right: 0.8rem;
    }
}
@media only screen and (max-width: 750px) {
    .car-road .right{
        padding-left: 0px;
    }
    .car-road .right h4{
        margin: 1.333rem 0;
    }
    .car-road .right ul li{
        line-height: 1.25rem;
    }
    .car-road-one .container{
        padding: 1.333rem 15px;
    }
    .car-road-one .left{
        padding-left: 0;
    }
    .car-road-one .left h4{
        margin: 1.067rem 0;
    }
    .car-road-one .left ul li{
        line-height: 1.57rem;
    }
    .car-road-two{
        padding: 1.5rem 0;
    }
    .car-road-two .nav-tabs li{
        margin: 0 1.333rem;
    }
    .car-road-two .tab-content{
        padding: 0;
        margin-top: 0.533rem;
    }
    .car-road-two .tab-content p{
        margin-bottom: 1rem!important;
    }
    .car-road-three .container{
        padding: 2.4rem 15px;
    }
    .car-road-three .videomain video{
        width: 100%!important;
        height: 200px!important;
    }
}

.rail-transit-one .container{
    padding: 90px 15px;
    border-bottom: 1px solid #DEDEDE;
}
.rail-transit-one .driving-title-desc{
    margin: 0;
    text-align: left;
    padding-bottom: 50px;
    border-bottom: 1px solid #DEDEDE;
}
.rail-transit-one .driving-title-desc .desc{
    padding-left: 35px;
}
.rail-transit-one .driving-title-desc .desc p{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
.rail-transit-one .radar-scheme h4{
    font-size: 14px;
    font-weight: bold;
    color: #006FD7;
    line-height: 30px;
    text-align: center;
    margin: 45px 0;
}
.rail-transit-one .radar-scheme .row{
    text-align: center;
}
.rail-transit-one .radar-scheme .row p{
    margin: 8px 0;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.rail-transit-two .container{
    padding: 100px 0;
}
.rail-transit-two .container .block{
    position: relative;
}
.rail-transit-two h4{
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%,50%);
}
.rail-transit-maodian ul{
    margin: 0;
}
.rail-transit-maodian li{
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    color: #1873C6;
    list-style: none;
    background-color: #E4F2FF;
    box-shadow: 0px 2px 10px 0px rgba(0, 132, 255, 0.3);
    border-radius: 5px;
    border: 1px solid #fff;
}
.rail-transit-maodian li a{
    display: block;
    padding: 8px 12px;
}
.rail-transit-maodian li:hover{
    box-shadow: 0px 5px 10px 0px rgba(0, 132, 255, 0.3);
}

.rail-transit-two .rail-transit-maodian li:nth-child(1){
    top: 190px;
    left: 400px;
}
.rail-transit-two .rail-transit-maodian li:nth-child(2){
    top: 480px;
    left: 610px;
}
.rail-transit-two .rail-transit-maodian li:nth-child(3){
    top: 760px;
    left: 480px;
}
.rail-transit-two.english .rail-transit-maodian li:nth-child(2){
    left: 520px;
}
.rail-transit-two.english .rail-transit-maodian li:nth-child(3){
    left: 480px;
}
.anchor_point_main .modal-content{
    border-radius: 10px;
}
.anchor_point_main .modal-header{
    background: #1873C6;
    padding: .8rem;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.anchor_point_main .modal-header h5{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.anchor_point_main .modal-header .close{
    color: #fff;
}
.anchor_point_main .modal-body p{
    line-height: 30px;
    color: #666666;
    font-size: 14px;
    margin: -10px 0;
}
.rail-transit-three .block{
    position: relative;
}
.rail-transit-three h4{
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%,50%);
    color: #333;
    margin-top: 80px;
}
.rail-transit-three .rail-transit-maodian li:nth-child(1){
    top: 45%;
    left: 28%;
}
.rail-transit-three .rail-transit-maodian li:nth-child(2){
    top: 60%;
    left: 60%;
}
.rail-transit-maodian li{
    box-shadow: 0px 2px 10px 0px rgba(0, 39, 75, 0.3);
}
.rail-transit-three .rail-transit-maodian li:hover{
    box-shadow: 0px 5px 10px 0px rgba(0, 39, 75, 0.3);
}
.rail-transit-four .container{
    padding: 100px 0;
}
.rail-transit-case {
    padding: 0 20px;
    height: fit-content;
}
.rail-transit-case .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}
.rail-transit-case .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}

.rail-transit-case .arrow:after{
    content: '';
}
.rail-transit-case .swiper-button-next {
    height: 34px;
    background: url("../images/rail_transit/right.png");
}
.rail-transit-case .swiper-button-prev {
    height: 34px;
    background: url("../images/rail_transit/left.png");
}
.rail-measurement{
    padding: 100px 0;
    background: url("../images/rail_transit/vehicle-programme-bg.jpg") 0 0;
    background-size: cover;
}
.rail-measurement .driving-title-desc{
    margin-bottom: 30px;
}
.rail-measurement .title p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.rail-measurement .video{
    margin-top: 90px;
}
.rail-measurement .video .block{
    box-shadow: 0px 0px 30px 0px rgba(102,102,102,0.2);
    position: relative;
}
.rail-measurement .video .left{
    padding-right: 25px;
}
.rail-measurement .video .right{
    padding-left: 25px;
}
.rail-measurement .video .block:hover .mask-text{
    display: block;
}
.rail-measurement .video .mask-text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50px;
    background: rgba(0, 0, 0, .5);
    display: none;
}
.rail-measurement .video .mask-text span{
    width: 90%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-23%, -50%);
}
.rail-measurement .video p{
    background: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #111111;
    line-height: 30px;
    margin: 0;
    padding: 10px;
}
.rail-recommendation{
    padding: 100px 0 0;
    background: url("../images/rail_transit/P1027570.jpg") 0 0;
    background-size: cover;
}
.rail-recommendation .container{
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 100px;
}
.rail-recommendation .driving-title-desc{
    margin-bottom: 80px;

}
.rail-recommendation h4{
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    color: #333;
}
.rail-recommendation .right{
    padding: 20px 0 0 85px;
}
.rail-recommendation .right h3{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    position: relative;
    z-index: 999;
    margin-bottom: 55px;
}
.rail-recommendation .right h3:before{
    content: '';
    display: block;
    width: 57px;
    height: 57px;
    background: linear-gradient(120deg, #1873C6, #ffffff);
    border-radius: 50%;
    position: absolute;
    top: -20px;
    left: -30px;
    z-index: -1;
}
.rail-recommendation .right ul{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    padding-left: 30px;
}
.rail-recommendation .right ul li{
    display: flex;
}
.rail-recommendation .right ul span:last-child{
    display: inline-block;
    flex: 1;
}
.rail-recommendation .right ul span.tit{
    padding-right: 30px;
    color: #666666;
    width: 150px;
    display: inline-block;
}

.rail-recommendation.titan-p1{
    background-image: url("../images/rail_transit/vehicle-titan-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 275px;
    background-size: auto;
    background-color: #fff;
}
.rail-recommendation.titan-p1 .right h3:before{
    display: none;
}
.rail-recommendation.titan-p1 .right h3{
    margin-bottom: 20px;
}
.rail-recommendation.titan-p1 .right ul{
    line-height: 38px;
}
.rail-recommendation.titan-p1 .container{
    border: none;
}
.rail-volume-measurement{
    position: relative;
}
.rail-volume-measurement .text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
}
.rail-volume-measurement .text h2{
    font-size: 36px;
    margin-bottom: 15px;
}
.rail-volume-measurement .text p{
    margin: 0;
}
@media only screen and (max-width: 1366px) {
    .rail-transit-three .rail-transit-maodian li:nth-child(2){
        top: 60%;
        left: 55%;
    }
    .rail-transit-one .radar-scheme h4{
        margin: 1.733rem 0;
    }
    .rail-measurement{
        padding: 2.667rem 0;
    }
    .rail-transit-one .driving-title-desc{
        margin: 0 -15px;
        padding-bottom: 0.5rem;
    }
    .rail-transit-one .driving-title-desc .desc{
        padding: 0 15px;
        margin-top: 15px;
    }
    .rail-measurement .video{
        margin-top: 2.4rem;
    }
    .rail-measurement .video .left{
        padding-right: 15px;
    }
    .rail-measurement .video .right{
        padding-left: 15px;
    }
    .rail-transit-one .radar-scheme .col-6{
        padding: 0.533rem 0;
    }
    .rail-recommendation .container{
        border: none;
        padding-bottom: 0!important;
    }
    .rail-volume-measurement .text{
        font-size: 0.14rem;
    }
    .rail-volume-measurement .text h2{
        font-size: 1rem;
    }
}
@media only screen and (max-width: 750px) {
    .rail-recommendation{
        padding: 2.667rem 0;
    }
    .rail-recommendation .container{
        padding-bottom: 2.667rem;
    }
    .rail-recommendation .right{
        padding: 0 15px;
    }
    .rail-recommendation .right h3{
        margin: 1.5rem 0 .2rem;
        font-size: 1.333rem;
    }
    .rail-recommendation .right h3:before{
        display: none;
    }
    .rail-recommendation .right ul{
        padding: 0;
    }
}
@media only screen and (max-width: 750px) {
    .rail-transit-one .container{
        padding: 1.067rem 15px;
    }
    .rail-transit-two .container{
        padding: 1.067rem 15px;
    }
    .rail-transit-three{
        margin-top: 10px;
    }
    .rail-transit-three .container{
        padding: 1.067rem 15px;
    }
    .rail-transit-two h4, .rail-transit-three h4, .rail-recommendation h4{
        position: initial;
        left: 0;
        transform: initial;
        text-align: left;
        color: #333;
        margin-top: 0;
        margin-bottom: 0.8rem;
        font-size: 1.333rem;
    }
    .rail-transit-two .text, .rail-transit-three .text{
        border-bottom: 1px solid #DEDEDE;
        padding-bottom: 0.8rem;
        margin-bottom: 0.8rem;
    }
    .rail-transit-two .text:last-child, .rail-transit-three .text:last-child{
        border: none;
        margin: 0;
        padding: 0;
    }
    .rail-transit-two .text img, .rail-transit-three .text img{
        border: none;
    }
    .rail-transit-two .text h5, .rail-transit-three .text h5{
        font-size: 16px;
        font-weight: bold;
        color: #333;
        margin: 0.8rem 0;
    }
    .rail-transit-two .text p, .rail-transit-three .text p{
        font-size: 14px;
        line-height: 1.5rem;
        color: #666666;
        margin: 0;
    }
    .rail-transit-four .container{
        padding: 1.067rem 15px;
    }
}

/*合作*/
.partner .title .desc{
    padding: 50px 0;
}
.partner .title .desc p{
    color: #333;
    font-size: 14px;
}
.partner .marketing-support{
    margin-bottom: 50px;
}
.partner .marketing-support h3{
    color: #336699;
    font-size: 35px;
}
.partner .marketing-support li{
    padding-top: 35px;
    font-size: 15px;
    font-weight: normal;
    color: #333;
}
.partner .marketing-support li i{
    color: #336699;
    font-size: 30px;
    vertical-align: middle;
    width: 40px;
}
@media only screen and (max-width: 750px) {
    .partner .title .desc{
        padding: 1.333rem 0;
    }
    .partner .marketing-support{
        margin-bottom: 1rem;
    }
    .partner .marketing-support .s-middle{
        padding: 0.8rem;
    }
    .partner .marketing-support h3{
        font-size: 1.067rem;
    }
    .partner .marketing-support li{
        padding-top: 0.933rem;
    }
}
.partner .registration{
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.partner .registration .col{
    margin-top: 50px;
}
.partner .registration .col h3{
    color: #336699;
    font-size: 25px;
}
.partner .registration .col p{
    margin: 0;
    color: #3e3e3e;
    font-size: 16px;
    content: '1';
}
.partner .registration .second p{
    counter-increment: section;
}
.partner .registration .second p:before{
    display: inline-block;
    content: counters(section, "-")" ";
    width: 18px;
    height: 18px;
    background: #418bee;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
    vertical-align: middle;
}
.partner .registration .third p{
    counter-increment: section;
}
.partner .registration .third p:before{
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    background: #418bee;
    border-radius: 50%;
    margin-right: 10px;
}
@media only screen and (max-width: 750px) {
    .partner .registration{
        margin-bottom: 1.333rem;
        padding-bottom: 1.333rem;
    }
    .partner .registration .col{
        margin-top: 1.333rem;
    }
}
/*行业 三维测绘*/
.threeDmap .row{
    padding: 100px 0;
    border-bottom: 1px solid #DEDEDE;
}
.threeDmap .row:last-child{
    border: none;
}
.threeDmap .row .img{
    /*padding: 10px 0;*/
    overflow: hidden;
}
.threeDmap .text{
    line-height: 36px;
    padding: 0 10px;
}
.threeDmap .text h4{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin: 15px 0 30px 0;
}
.threeDmap .text p{
    font-size: 14px;
    color: #666666;
    margin: 0;
    text-indent: 2em;
    line-height: 36px;
}
.threeDmap .lineheight30 p{
    line-height: 30px;
}
.threeDmap .text .href{
    padding-top: 30px;
}
.threeDmap .text .href a{
    background: #1873C6;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    padding: 10px 30px;
    vertical-align: middle;
}
.threeDmap .text .href a img{
    margin-left: 5px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.threeDmap .text .href a:hover img{
    transform: translateX(5px);
}
@media only screen and (max-width: 750px) {
    .threeDmap .row{
        padding: 50px 0;
    }
}
.threedone .top{
    padding: 100px 0;
    margin: 0 -15px;
}
.threedone .top h2{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 50px;
}
.threedone .top .box{
    background: url("../images/industries/box-bg.png") left repeat-x;
    padding: 50px 0;
}
.threedone .top .box h4{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
}
.threedone .top .box .text{
    font-size: 14px;
    color: #333333;
    padding: 0 20px;
}
.threedone .top .box .text i{
    margin-right: 10px;
}
.videoadvantage .top{
    padding: 50px 0;
}
.threedtwo{
    background: linear-gradient(49deg, #EBF0F3, #8898a0);
}
.threedtwo .left{
    background: linear-gradient(49deg, #EAF1F4, #A4B1B7);
}
.threedtwo .left img{
    width: 300px;
    margin: 0 auto;
}
.threedtwo .right{
    background: linear-gradient(49deg, #E7EDEF, #9BA9B0);
}
.threedtwo .right .block{
    padding: 100px 0;
}
.threedtwo .right .text{
    padding: 0 70px;
    margin-bottom: 85px;
}
.threedtwo .right .text:last-child{
    margin: 0;
}
.threedtwo .right .text h4{
    font-size: 18px;
    font-weight: bold;
    color: #465861;
    margin-bottom: 18px;

}
.threedtwo .right .text h4:before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/industries/right-black.png") left no-repeat;
    margin-right: 10px;
    vertical-align: middle;
}
.threedtwo .right .text p{
    font-size: 16px;
    color: #465861;
    line-height: 40px;
    margin: 0;
}
.threedthree{
    margin: 100px 0;
}
.threedthree .block{
    background: url("../images/industries/block-img-2.jpg") left no-repeat;
    height: 520px;
}
.threedthree .block .left{
    background-color: rgba(70, 101, 105, .5);
}
.threedthree .block .left .text{
    padding: 70px;
    color: #FFFFFF;
}
.threedthree .block .left .text h4{
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
}
.threedthree .block .left .text h4:before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/industries/right-white.png") left no-repeat;
    margin-right: 10px;
    vertical-align: middle;
}
.threedthree .block .left .text p{
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
}
@media only screen and (max-width: 750px) {
    .threedone .top{
        padding: 50px 0;
    }
    .threedone .top h2{
        margin-bottom: 25px;
    }
    .threedone .top .box{
        padding: 25px 0;
    }
    .threedone .top .box .text{
        display: block;
    }
    .threedone .top .box h4{
        margin-bottom: 15px;
    }
    .threedtwo .left img{
        width: 50%;
        padding: 50px 0;
    }
    .threedtwo .right{
        padding: 50px 0;
    }
    .threedtwo .right .block{
        padding: 0;
    }
    .threedtwo .right .text{
        padding: 0 30px;
        margin-bottom: 40px;
    }
    .threedthree{
        margin: 50px 0;
    }
    .threedthree .block{
        background-size: cover;
        background-position: center;
    }
    .threedthree .block .left .text{
        padding: 50px;
    }
}
.measurementone .box{
    position: relative;
}
.measurementone .box .category{
    position: absolute;
    width: 100%;
    bottom: 50px;
    margin: 20px auto;
}
.measurementone .box .category .grid-content{
    border-radius: 5px;
    height: 100px;
    color: #FFFFFF;
    font-size: 18px;
    padding: 0 25px;
    text-align: center;
    margin: 0 10px;
    background-color: rgba(0, 174, 255, 0.3);
    background-image: url("../images/industries/line.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}
.measurementone .box .categorymobile{
    position: initial;
    background: #fff;
}
.measurementone .box .categorymobile .grid-content{
    background: none;
    color: #333;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #eee;
    height: 70px;
    font-size: 14px;
}
.measurementone .box .video-js{
    /*margin-bottom: 20px;*/
}
.caseone{
    padding: 100px 0;
}
.caseone h2{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 50px;
    text-align: center;
}
.caseone .text .grid-content{
    background: #fff;
    height: 100%;
    margin: 0 2px;
    overflow: hidden;
    box-shadow: 0px 5px 10px 0px rgba(202, 204, 213, 0.3);
}
.caseone .text p{
    margin: 0;
    padding: 20px;
    font-size: 14px;
}
@media only screen and (max-width: 750px) {
    .caseone{
        padding: 50px 0;
    }
    .caseone h2{
        margin-bottom: 25px;
    }
    .caseone .text .col-sm{
        margin-bottom: 20px;
    }
    .caseone .text .col-sm:last-child{
        margin-bottom: 0;
    }
}

/*cookie 提示弹窗*/
#cookieModal .modal-dialog{
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    margin: 0;
}
#cookieModal .modal-title{
    font-size: 1.25rem;
}
#cookieModal .modal-header, #cookieModal .modal-body ,#cookieModal .modal-footer{
    padding: .5rem 1rem;
}
#cookieModal .modal-body p{
    margin: 0;
}
.modal-footer .btn{
    padding: .2rem .75rem;
}
#cookieModal .btn-primary{
    background: #0070D7;
    border-color: #0070D7;
}
@media only screen and (max-width: 750px) {
    #cookieModal .modal-dialog{
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

/*首页 弹窗视频*/
#videoModal .modal-dialog{
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: 100%;
}
#videoModal .modal-dialog .modal-content{
    height: 100%;
}
#videoModal .modal-dialog .modal-body{
    position: relative;
}
#videoModal .modal-dialog .modal-body .close{
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 40px;
    color: #fff;
}


/*点云集*/
.point .list{
    margin: 30px 0;
    padding-top: 30px;
    color: #333333;
    font-size: 14px;
}
.point .list .s-col{
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.point .list img{
    width: 204px;
    height: 204px;
}
.point .list p{
    font-weight: bold;
    margin-top: 20px;
}
.point .list span{
    color: #999999;
}
.point-main .main{
    margin: 30px 0;
    padding: 30px 0;
    color: #333333;
    font-size: 14px;
}
.point-main .block .s-flex{
    margin-bottom: 10px;
}
.point-main .block h1{
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}
.point-main .block .time{
    color: #999;
}
.point-main .block .pcdmain{
    width: 100%;
    height: 600px;
}
.point-main .block .pcd .right{
    width: 300px;
    margin-left: 20px;
}
.point-main .block .pcd .right .tips{
    box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.3);
    padding: 20px;
    margin-bottom: 20px;
}
.point-main .block .pcd .right .tips p{
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.point-main .block .pcd .right .contact-us{
    box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.3);
    padding: 20px;
}
.point-main .pcd .contact-title{
    margin-bottom: 20px;
}
.point-main .pcd .form-control{
    font-size: 14px;
}



/*video*/
.video-js .vjs-big-play-button{
    width: 2em!important;
    height: 2em!important;
    line-height: 2em!important;
    border-radius: 50%!important;
    margin-top: -1em!important;
    margin-left: -1em!important;
}

/*ADAS*/
.adasone {
    background: url("../images/industries/adasone.jpg") center no-repeat;
    min-height: 520px;
}
.adasoneen{
    background: url("../images/industries/adasone-en.jpg") center no-repeat;
}
.adasone .text{
    color: #333333;
}
.adasone .text h4{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 35px;
}
.adasone .text p{
    text-indent: 2em;
    line-height: 36px;
    font-size: 14px;
}
.adastwo{
    padding: 100px 0;
    background: #fff;
}
.adastwo .right{
    background: url("../images/industries/adas-two-2.png") left no-repeat;
    padding-left: 155px;
}
.adastwo .right p{
    /*width: 50px;*/
    background: #213542;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 50px;
    padding-top: 20px;
    writing-mode: vertical-rl;
    letter-spacing: 32px;
}
.adastwoen .right p{
    padding-top: 10px;
    letter-spacing: 2.8px;
    writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}
@media only screen and (max-width: 750px) {
    .adasone {
        min-height: auto;
        background-size: cover;
        background: none;
    }
    .adasone .text{
        padding-top: 2.667rem;
    }
    .adasone .text h4{
        margin-bottom: 0.933rem;
    }
    .adastwo .right{
        display: none;
    }
    .adastwo{
        padding: 2.667rem 0;
    }
}
.adaspagetwo .videotext .container{
    width: 700px;
    margin: 0 auto;
}
.adaspagetwo .videotext .container .grid-content{
    background: rgba(39, 55, 119, 0.3);
}
.adaspagetwo1{
    padding: 50px 0;
    background: #F2F3F7;
}
.adaspagetwo1 .text{
    padding-left: 50px;
    font-size: 14px;
    line-height: 30px;
}
.adaspagetwo1 .img{
    position: relative;
    width: 160px;
}
.adaspagetwo1 .img span{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #fff;
    padding: 2px 15px;
    background: #b3b9ce;
}
.adaspagetwo1 .text img{
    padding-left: 10px;
}
.adaspagetwo1 p{
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    margin: 0;
    text-indent: 2em;
}
@media only screen and (max-width: 750px) {
    .adaspagetwo .videotext .container{
        width: 100%;
    }
    .adaspagetwo .videotext .container .grid-content{
        background: none;
        color: #333;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #eee;
        height: 70px;
        font-size: 14px;
    }
    .adaspagetwo1{
        padding: 10px;
        margin-top: -20px;
    }
    .adaspagetwo1 .tuijian{
        display: block;
    }
    .adaspagetwo1 .img{
        width: 100%;
    }
    .adaspagetwo1 .text{
        padding-left: 0;
    }
    .adaspagetwo1 p{
        padding: 0;
    }
}

.adaspagethree{
    background: url("../images/industries/adaspagethree.png") center no-repeat;
    background-size: cover;
    max-height: 520px;
}
.adaspagethree .text p{
    margin: 0;
}
@media only screen and (max-width: 750px) {
    .adaspagethree{
        max-height: initial;
        background: none;
    }
}


.videolist{
    background: #F2F3F7;
}
.videolist .ydrow{
    margin-bottom: 50px;
}
.videomain{
    padding: 30px 0 50px;
    background: none;
}
.videomain .title{
    padding-left: 0;
    background-position: 0 22px;
    box-shadow: none;
}
.s-breadcrumb .breadcrumb{
    font-size: 14px;
    background: none;
}



.series-banner{
    position: relative;
    overflow-x: hidden;
}
.series-banner .title-block{
    /*width: 580px;*/
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(0, -50%);
    color: #FFFFFF;
    font-size: 18px;
}

.series-banner .title-block .row{
    margin: 20px 0 80px;
}
.series-banner .title-block p{
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
}
.series-banner .title-block a{
    width: 150px;
}
.series .small-menu{
    color: #fff;
    font-size: 14px;
    padding: 12px 0;
    background: #212529;
}
.series .s-header-new{
    /*position: absolute;*/
}
.series .small-menu .s-btn-primary{
    padding: 5px 20px;
}
.series .disassemble{
    background: linear-gradient(to right, #0f1215, #444d55);
    padding: 100px 0;
    color: #fff;
    font-size: 18px;
}

.series .disassemble p{
    margin: 30px 0 50px;
}
.series .disassemble img{
    width: 100%;
    margin-left: -80px;
}
.series .programme{
    background: #17181B;
    padding: 100px 0;
    color: #fff;

}
.series .programme .programme-tab .nav{
    margin: 100px 0 45px;
}
.series .programme .programme-tab .nav .d-inline-block{
    padding: 0 75px;
}
.series .nav a{
    color: #fff;
    font-size: 18px;
}
.series .nav .active{
    color: #EEBE00;
    text-decoration: underline;
}
.series .modeltype-tabs .nav.s-flex{
    border-top: 1px solid #666666;
    position: relative;
}
.series .modeltype-tabs .nav.s-flex:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #666666;
    position: absolute;
    top: -70px;
}
.series .modeltype-tabs .sub{
    color: #0084FF;
    position: relative;
}
.series .modeltype-tabs .sub:before{
    content: '';
    display: block;
    width: 60px;
    height: 82px;
    background: url("../images/series/icon-people.png");
    position: absolute;
    top: -93px;
    left: -15px;
}
.series .modeltype-tabs .swiperblock:nth-child(even) .sub:before{
    background: url("../images/series/icon-car.png");
}
.series .title-one{
    font-size: 44px;
    font-weight: 700;
}
.series .title-two{
    font-size: 18px;
}
.series .modeltype{
    background: radial-gradient(circle, #25292F, #0F1215);
    color: #fff;
    padding: 100px 0;
}
.series .modeltype .title-two{
    margin-top: 30px;
}
.series .modeltype .nav{
    margin: 100px 0 45px;
}
.series .modeltype .nav .d-inline-block{
    padding: 0 125px;
}
.series .modeltype .tab-content .s-middleall{
    margin-right: 10px;
}
.series .modeltype .tab-content p{
    line-height: 110px;
}
.series .modeltype .tab-content .pic a{
    position: absolute;
    height: 125px;
    display: inline-block;
    left: 2px;
}
.series .modeltype .tab-content .s-middleall a{
    color: #EEBE00;
    text-decoration: underline;
}
.series .modeltype .tab-content .link a:nth-child(1) {
    width: 400px;
    top: 0;
}
.series .modeltype .tab-content .link a:nth-child(2) {
    width: 808px;
    top: 127px;
}
.series .modeltype .tab-content .link a:nth-child(3) {
    width: 1080px;
    top: 252px;
}
.series .modeltype .modeltype-tab .d-block{
    position: relative;
}
.series .modeltype .modeltype-tab .back{
    position: absolute;
    left: 0;
    top: 0;
}
.series .modeltype-tabs .text p{
    margin-top: 30px;
    margin-bottom: 0;
}
.series .swiper-slide{
    cursor: pointer;
}
.series .swiper-slide-thumb-active{
    position: relative;
    color: #0084FF;
}
.series .swiper-slide-thumb-active:before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("../images/series/icon-people.png");
    top: 0;
}
.series .swiperblock .swiper{
    margin-bottom: 20px;
}
.series .swiperblock .nav{
    padding-top: 30px;
}
.series .field{
    color: #fff;
}
.series .field .position-absolute{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.series .field .position-absolute h2{
    margin-bottom: 25px;
}
.series .authentication{
    background: url("../images/series/auth-bg.png") center center;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
}
.series .authentication h2{
    margin-bottom: 100px;
}
.series .authentication .row p{
    margin: 30px 0;
}
.series .parameter-new{
    background-image: url("../images/titanpro/parameter-bg.png");
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: #fff;
    overflow-x: hidden;
}
.series .parameter-new h2{
    margin-bottom: 100px;
}
.series .parameter-new .table{
    color: #fff;
}
.series .parameter-new .table tr th{
    padding-left: 50px;
    border: none;
}
.series .parameter-new .table th p{
    padding-left: 35px;
    margin-top: 38px;
}
.series .parameter-new .table th p span{
    border-bottom: 2px solid #EEBE00;
}
.series .parameter-new .table tr:nth-child(even){
    background: #333;
}
.series .parameter-new .table tr td{
    color: #ccc;
    padding-left: 30px;
    border-top: none;
    border-right: 1px solid #666666;
    font-size: 14px;
    border-bottom: 1px solid #333333;
    border-width: 1px;
}
.series .parameter-new .table tr td a{
    color: #E1E5E8;
    text-decoration: underline;
}
.series .parameter-new .table .different{
    color: #EEBE00!important;
}
.purchase .modal-dialog{
    max-width: 600px;
    font-size: 14px;
}
.purchase .modal-dialog .left{
    width: 80px;
    text-align: right;
}
.custom-select,.form-control{
    font-size: 14px;
}
@media only screen and (max-width: 750px) {
    .series .title-one{
        font-size: 1.28rem;
    }
    .series .title-two{
        font-size: 0.96rem;
    }
    .series-banner .title-block h2{
        padding: 0 0.533rem;
        line-height: 2rem;
    }
    .series-banner .title-block p{
        margin: 1.067rem 0;
    }

    .series .s-header-new .s-navbar{
        background: url("../img/top.png") left no-repeat #0070D7;
    }
    .series-banner .title-block{
        left: 0;
        text-align: center;
    }
    .series .disassemble img{
        margin: 0;
    }
    .series .disassemble{
        padding: 50px 0;
    }

    .series .authentication{
        padding: 50px 0;
        font-size: 0.96rem;
    }
    .series .authentication h2{
        margin-bottom: 50px;
    }

    .series .programme{
        padding: 50px 0;
        font-size: 0.96rem;
    }
    .series .programme .programme-tab .nav{
        margin: 30px 0;
    }
    .series .programme .programme-tab .nav .d-inline-block{
        padding: 0 10px;
    }

    .series .modeltype{
        padding: 50px 0;
    }
    .series .modeltype .nav{
        margin: 30px 0;
    }
    .series .modeltype .nav .d-inline-block{
        padding: 0 10px;
    }

    /*参数*/
    .series .parameter-new{
        padding: 50px 0;
    }
    .series .parameter-new h2{
        margin-bottom: 50px;
    }
    .series .parameter-new .d-lg-none tr:nth-child(odd){
        color: #fff;
    }
    .series .parameter-new .table tr th{
        /*padding-left: .75rem;*/
        /*text-align: center;*/
    }
    .series .parameter-new .table th img{
        height: 40px;
    }
    .series .parameter-new .table th p{
        padding-left: 0;
        margin: 0;
    }
    .series .parameter-new .d-lg-none tr td:nth-child(1){
        padding-left: .75rem;
    }
    .series .parameter-new .table tr td{
        padding-left: .75rem;
        vertical-align: middle;
    }
}
.titanprom1 .provideo{
    overflow-x: hidden;
}
.titanprom1 .disassemble{
    background: #000;
}
.titanprom1 .disassemble h2{
    margin-bottom: 90px;
}
.titanprom1 .disassemble img{
    margin: 0;
}
.titanprom1 .parameter-new .row{
    color: #bbb;
    font-size: 14px;
}
.titanprom1 .parameter-new .row h5{
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
}
.titanprom1 .parameter-new .row p{
    margin: 0;
}
.titanprom1 .parameter-new .download{
    margin-top: 60px;
}
.titanprom1 .parameter-new .key-parameter tr:nth-child(even){
    background: none;
}
.titanprom1 .parameter-new .table tr td{
    border-bottom: none;
}
.titanprom1 .parameter-new .table tr td:last-child{
    border-right: none;
}

.titans2{
    background: url("../images/titans2/titans2-bg.jpg") center center no-repeat;
    background-size: cover;
    color: #E6EEFF;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}
.titans2 .container, .titans2 .row {
    height: 100%;
}
.titans2 .left{
    /*background: url("../images/titans2/plate.png") bottom no-repeat;*/
    background-size: 100%;
    text-align: center;
    position: relative;
    flex: 0 0 55%;
    max-width: 55%;
}
.titans2 .left .block{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.titans2 .chanptu{
    position: relative;
    width: 546px;
    margin: 0 auto;
}
.titans2 .chanptu .guang{
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform:translateY(-5px);
    animation: guang 4s infinite;
}
.keyframes-hd{
    transform:translateY(-5px);
    animation: hd 4s infinite;
}
@keyframes hd {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, -20px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
@keyframes guang {
    0% {
        transform: translate(0px, 0px);
        opacity: 0;
    }
    50% {
        transform: translate(0px, -20px);
        opacity: 1;
    }
    100% {
        transform: translate(0px, 0px);
        opacity: 0;
    }
}

.titans2 .right{
    position: relative;
    flex: 0 0 45%;
    max-width: 45%;
}
.titans2 .right .name{
    position: absolute;
    top: 20%;
    left: -150px;
    font-size: 72px;
    font-weight: bold;
    font-family: Microsoft YaHei;
    font-style: italic;
    color: #E6EEFF;
    text-shadow: 17px 25px 0px rgba(169, 175, 187, 0.1);
}
.titans2 .right .block{
    width: 550px;
    position: relative;
}
.titans2 .right .textblock{
    position: absolute;
    width: 380px;
    top: 54%;
    left: 50px;
    transform: translate(50px, -50%);
}
.titans2 .right .textblock .s-flex{
    margin-bottom: 50px;
}
.titans2 .right .textblock .tit{
    background: rgba(193,193,193,.2);
    color: #E6EEFF;
    font-size: 18px;
    padding: 15px 50px;
    margin-bottom: 50px;
}
.titans2 .right .textblock .text{
    font-size: 14px;
    font-weight: 400;
    color: #ADB1C9;
    line-height: 36px;
    margin-bottom: 50px;
}
.titans2 .right .textblock .bottombtn a{
    width: 150px;
}
@media only screen and (max-width: 750px) {
    .titan-wap{
        background: #fff;
        height: 100%;
        padding-bottom: 0.533rem;
    }
    .titan-wap .right .block{
        width: 100%;
    }
    .titan-wap .right .textblock .tit{
        height: 226px;
    }
    .titan-wap .con-wap{
        padding: 0 0.8rem;
        left: 0;
        right: 0;
        bottom: 14%;
        margin-top: -20%;
        position: relative;
    }
    .titan-wap .con-wap .block{
        background-color: #EEF5FF;
        border-radius: 10px;
        padding: 1.333rem 0.8rem;
        color: #666666;
    }
    .titan-wap .con-wap .tit-wap{
        font-weight: 500;
        font-style: italic;
        color: #03030B;
        line-height: 24px;
    }
    .titan-wap .con-wap .tit-wap h2{
        font-family: Arial;
        font-weight: bold;
        font-style: italic;
        color: #03030B;
    }
    .titan-wap .con-wap .tit-wap p{
        margin-bottom: 0;
    }
    .titan-wap .bottombtn .s-btn-primary{
        width: 100%;
        margin-top: 1.333rem;
    }

    .titanprom1 .parameter-new h2{
        margin-bottom: 1.333rem;
    }
    .titanprom1 .parameter-new .row .col-sm{
        padding: 10px 0;
    }
    .titanprom1 .parameter-new .row .col-sm div:first-child{
        margin-bottom: 0;
        padding: 24px 0;
    }
    .wapclickBuy{
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
    }
    .wapclickBuy .clickBuy{
        width: 100%;
        border-radius: initial;
    }
}

.series-small-menu{
    color: #fff;
    font-size: 14px;
    padding: 20px 0;
    background: #000000;
}

.series-small-menu .s-btn-primary{
    padding: 5px 20px;
}
.series-small-menu .item{
    color: #999999;
}
.series-small-menu ul.s-flex li{
    padding: 0 25px;
}
.series-small-menu ul.s-flex li .dropdown-menu{
    background: #000000;
    top: 25px!important;
    left: -100%!important;
    padding: 0;
    margin: 0;
}
.series-small-menu .dropdown-menu .dropdown-item{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    text-align: center;
    padding: 12px 0;
}
.series-small-menu .dropdown-menu .dropdown-item:hover{
    background: #666666;
}

.titans2page .small-menu{
    background: #080B18;
    color: #fff;
    font-size: 14px;
    padding: 12px 0;
}
.titans2page .s2agv{
    position: relative;
}
.titans2page .s2agv .text{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    background: rgba(0, 0, 0, .4);
    padding: 80px 0;
}
.titans2page .s2agv .text h2{
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 26px;
}
.titans2page .s2agv .text p{
    margin: 0;
}
.titans2page.titanprom1 .parameter-new{
    /*background: #202225;*/
}
.titans2page .parameter-new{
    /*position: relative;*/
    padding: 0;
    overflow-x: initial;
    background: url("../images/titans2/S2canshu.jpg");
    background-size: cover;
    padding: 100px 0 360px;
}
.titans2page .parameter-new .container{
    /*position: absolute;*/
    top: 120px;
    left: 0;
    right: 0;
}
.titans2page .parameter-new .row{
    color: #999;
}
.titans2page.titans2effect{
    background: #17181C;
    padding: 100px 0;
    color: #fff;
}
.titans2page.titans2effect .title-one{
    margin-bottom: 70px;
    font-size: 48px;
    font-weight: 400;
}
.titans2page.titans2effect .pc-products{
    padding: 0;
}
.titans2page.titans2effect .pc-swiper-box .swiper-button-next, .titans2page.titans2effect .pc-swiper-box .swiper-button-prev{
    opacity: .5;
}

.key-parameter{
    /*background: red;*/
}
.key-parameter tr th{
    color: #EEBE00;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-align: left;
    padding: .7rem 100px;
}
.key-parameter th.sub:before{
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background: #FFCC00;
    /*left: 15px;*/
    bottom: 5px;
}
.key-parameter tr td:first-child{
    color: #999999;
    font-size: 14px;
}
.key-parameter tr td{
    color: #ccc;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #666666;
    border-width: 1px;
    font-size: 16px;
    text-align: left;
    padding: .7rem 30px;
}
.key-parameter tr td:last-child{
    border: none;
}
@media only screen and (max-width: 750px) {
    .key-parameter tr th{
        padding: .75rem;
        text-align: left;
    }
    .key-parameter tr td{
        padding: .75rem;
        text-align: left;
    }
}
/*应用场景*/
.scenario-tabs .nav{
    display: block;
    margin-bottom: 30px;
    border: none;
}
.scenario-tabs .nav a{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    background: #EEEEEE;
    padding: 6px 25px;
    border-radius: 20px;
    display: inline-block;
    margin: 0 8px;
}
.scenario-tabs .nav a.active{
    background: #006FD7;
    color: #FFFFFF;
    text-decoration: none;
}
.proproducts .row .col-sm{
    padding: 0 40px;
}
.proproducts .row .block{
    background: #ffffff;
    padding: 70px 50px 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
}
.proproducts .row .block h5{
    font-size: 24px;
    font-weight: 700;
    color: #3D3D3D;
    margin-top: 1rem;
}
.proproducts .row .block p{
    font-size: 18px;
    font-weight: 400;
    color: #999999;
}

.pc-swiper-box-app .swiper-button-next{
    right: 150px;
    width: 100px;
    height: 100px;
    background: url('../images/titans2/app-arrow-right.png') 0 0;
    background-size: cover;
    top: calc(50% - 25px);
}
.pc-swiper-box-app .swiper-button-next:after{
    display: none;
}
.titans2page .duibi{
    background: linear-gradient(0deg, #39383B, #262527);
    color: #fff;
    padding: 100px 0;
}
.titans2page .duibi .title-one{
    margin-bottom: 100px;
}
.titans2page .duibi .comparison .comparison-middle{
    width: 200px;
    margin-top: 58px;
}
.titans2page .duibi .comparison .comparison-middle p{
    line-height: 50px;
    margin: 0;
    font-size: 14px;
    color: #CFCFCF;
}
.titans2page .duibi .comparison .s-flex-item{
    background: linear-gradient(0deg, rgba(85,85,85,0),rgba(38,38,38,.5));
    border-radius: 10px;
}
.titans2page .duibi .comparison dl{
    padding: 30px;
}
.titans2page .duibi .comparison dl dt{
    border-bottom: 1px solid #999;
    padding-bottom: 30px;
    margin-bottom: 25px;
    font-size: 18px;
    color: #FFFFFF;
}
.titans2page .duibi .comparison dl dd{
    line-height: 50px;
    margin: 0;
    color: #FFC600;
}
@media only screen and (max-width: 750px) {
    .titans2page .s2agv .text{
        padding: 1.333rem 0;
        font-size: 0.48rem;
    }
    .titans2page .s2agv .text h2{
        font-size: 1.28rem;
    }
    .titans2page .parameter-new{
        padding: 50px 0;
    }
    .titans2page .parameter-new img{
        display: none;
    }
    .titans2page .parameter-new .container{
        position: initial;
    }
    .titans2page.titans2effect{
        padding: 2.667rem 0;
        font-size: 0.48rem;
    }
    .titans2page.titans2effect .title-one{
        font-size: 1.28rem;
        margin-bottom: 1.867rem;
    }
    .titans2page.titans2effect .pc-swiper-products{
        max-width: 100%;
    }
    .titans2page.titans2effect .pc-swiper-box .swiper-button-next, .titans2page.titans2effect .pc-swiper-box .swiper-button-prev{
        display: none;
    }
}

/*代理商*/
.s-agent-contact{
    padding: 100px 0;
}
.s-agent-contact .container{
    max-width: 830px;
}
.s-agent-contact .contact-title h2{
    margin-bottom: 70px;
    font-size: 36px;
    color: #333333;
    font-weight: 400;
}
.s-agent-contact .form-control{
    border-color: #ddd;
}
.s-agent-contact .form-group{
    margin-bottom: 20px;
}
.s-agent-contact .s-home-contact-main .btn{
    font-size: 14px;
}
.s-is-agent{
    padding: 100px 0;
}
.s-is-agent .container{
    /*max-width: 1200px;*/
}
@media only screen and (max-width: 750px) {
    .s-agent-contact{
        padding: 1.333rem 0;
    }
    .s-agent-contact .contact-title h2 {
        font-size: 0.96rem;
        margin-bottom: 0.8rem;
    }
    .s-agent-text{
        padding: 0.8rem 0;
        margin-bottom: 0.533rem;
    }
    .s-agent-text p{
        margin: 0;
    }
}

/*v2x 第二版*/
.v2x-nav-title-desc h4{
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    text-align: center;
}
.v2x-page-one .v2x-nav-title-desc h4{
    margin-bottom: 50px;
}
.v2x-page-one .v2x-nav-title-desc .desc{
    margin-bottom: 80px;
}
.v2x-page-one .v2x-nav-title-desc .desc p{
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.v2x-page-one .category .left, .v2x-page-one .category .left h5{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
}
.v2x-page-one .category .left h5{
    margin-bottom: 50px;
}
.v2x-page-one .category .left ul{
    margin: 0 40px 0 20px;
}
.v2x-page-one .category .left li{
    list-style: disc;
}
.v2x-page-one .category .left li::marker{
    color: #006FD7;
}

.v2x-page-one .category .right{
}
.v2x-topological{
    background: url("../images/car_road/topological-bg.jpg") center;
    padding: 100px 0;
    background-size: cover;
}
.v2x-topological .container{
}
.v2x-topological .v2x-nav-title-desc h4, .v2x-scenario .v2x-nav-title-desc h4{
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 90px;
}
.v2x-scenario{
    padding: 100px 0;
    background: #fff;
}
.v2x-scenario .scenario-main p, .v2x-scenario .scenario-main .right span{
    font-size: 18px;
    color: #333333;
}
.v2x-scenario .scenario-main p{
    margin: 0;
}
.scenario-main .left{
    margin-top: -5px;
    margin-right: -40px;
}
.v2x-scenario .scenario-main p span, .v2x-scenario .scenario-main .right p{
    color: #dbdbdb;
    float: right;
    font-weight: bold;
    font-style: italic;
}
.v2x-scenario .scenario-main .right p{
    float: initial;
}
.v2x-scenario .scenario-main .right p span{
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    font-style: normal;
}
.v2x-recommend{
    background: url("../images/car_road/recommend-bg.jpg");
    background-size: cover;
    padding: 100px 0;
}
.v2x-recommend .v2x-nav-title-desc{
    margin-bottom: 100px;
}
.v2x-recommend .product-recommend th{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    position: relative;
}
.v2x-recommend .product-recommend th.sub:before{
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background: #FFCC00;
    left: 15px;
    bottom: 5px;
}
.v2x-recommend .product-recommend td{
    border-right: 1px solid #DEDEDE;
}
.v2x-recommend .product-recommend td:last-child{
    border: none;
}
.v2x-case{
    background: #fff;
    padding: 100px 0;
}
.v2x-case .v2x-nav-title-desc{
    margin-bottom: 100px;
}
.v2x-case .v2x-case-video {
    margin-bottom: 40px;
}
.v2x-case .v2x-case-video video{
    object-fit: fill;
    width: 575px!important;
    height: 350px!important;
}
.v2x-case .v2x-case-video p{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin: 10px 0;
    text-align: left;
}

@media only screen and (max-width: 750px) {
    .v2x-nav-title-desc h4{
        font-size: 1.067rem;
    }
    .v2x-page-one .v2x-nav-title-desc{
        margin-bottom: 2.133rem;
    }
    .v2x-page-one .v2x-nav-title-desc h4{
        font-size: 1.067rem;
        margin-bottom: 1.333rem;
    }
    .v2x-page-one .category .left h5{
        margin-bottom: 1.333rem;
    }
    .v2x-page-one .v2x-nav-title-desc .desc{
        margin-bottom: 2.133rem;
    }
    .v2x-page-one .v2x-nav-title-desc .desc p{
        margin: 0;
    }
    .v2x-topological, .v2x-scenario{
        padding: 2.667rem 0;
    }
    .v2x-topological .v2x-nav-title-desc h4, .v2x-scenario .v2x-nav-title-desc h4{
        font-size: 1.067rem;
    }
    .v2x-scenario .v2x-nav-title-desc h4{
        margin-bottom: 1.4rem;
    }
    .v2x-scenario .scenariomobile p{
        text-align: center;
        margin: 5px 0;
    }
    .v2x-case{
        padding: 2.667rem 0;
    }
    .v2x-case .v2x-nav-title-desc{
        margin-bottom: 2.667rem;
    }
    .v2x-case .v2x-case-video .col-sm{
        padding: 0!important;
        text-align: center;
    }
    .v2x-case .v2x-case-video video{
        width: 100%!important;
        height: 210px!important;
    }
    .v2x-case .v2x-case-video p{
        padding: 0 10px;
    }
}


/*agv*/
.industries-agv-one .table{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.industries-agv-one .table tr:nth-of-type(odd) {
    background: #F2F3F7;
}
.industries-agv-one .table tr:first-child{
    background: #E5E7EE;
    color: #666666;
}
.industries-agv-one .table th, .industries-agv-one .table td{
    padding: .88rem .75rem;
    border: none;
}
.industries-agv-two .right{
    color: #333333;
    font-size: 16px;
}
.industries-agv-two .right h4{
    font-weight: bold;
    color: #333333;
    margin-bottom: 50px;
    font-size: 16px;
}
.industries-agv-two .right li{
    padding: 12px 0 12px 30px;
    position: relative;
}
.industries-agv-two .right li:before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #006FD7;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0px, -50%);
}


/*titan p1*/
.titanp1 .disassemble {
    /*background: radial-gradient(circle, rgba(21, 30, 48, 0.98), rgba(7, 11, 18, 0.98))!important;*/
    background: #fff;
    color: #333333;
}
.titanp1 .parameter-new {
    background: url("../images/titan-p1/parameter-bg.jpg") 0 0 no-repeat;
    background-size: cover;
    color: #333333;
}
.titanp1 .parameter-new .row{
    color: #666666;
}
.titanp1 .parameter-new .row h5{
    color: #333333;
}

/*new*/
/*栏目模块*/
.column-section{
    padding: 100px 0;
}
/*栏目标题*/
.column-title{
    text-align: center;
    margin-bottom: 90px;
}
.column-title h2{
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    margin: 0;
}
.column-title p{
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    margin: 0;
}
.column-title h2+p{
    margin-top: 30px;
    margin-bottom: -50px;
}
@media only screen and (max-width: 750px) {
    .column-section{
        padding: 2.667rem 0;
    }
    .column-title{
        margin-bottom: 2.667rem;
    }
    .column-title h2{
        font-size: 1.28rem;
    }
    .column-title p{
        font-size: 0.48rem;
    }
    .column-title h2+p{
        margin-top: 0.8rem;
        margin-bottom: -1.333rem;
    }
}

/*new titan m1 new*/
.titan-m1-product{
}
.titan-m1-field{
    background: url("../images/titan-m1/field-bg.jpg") 0 0;
    background-size: cover;
}
.titan-m1-field .titan-m1-field-main a {
    display: block;
    overflow: hidden;
}
.titan-m1-field .titan-m1-field-main .name{
    background: #fff;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
.titan-m1-case .pc-products{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}
.titan-m1-case .pc-products .rounded{
    width: 100%;
}
.titan-m1-case .pc-products .arrow{
    top: 50%;
}
.titan-m1-case .pc-products .arrow.swiper-button-prev{
    left: -70px;
}
.titan-m1-case .pc-products .arrow.swiper-button-next{
    right: -70px;
}
/*关键参数*/
.currency-parameter{
    background: url(../images/titan-m1/parameter-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    color: #fff;
}
.currency-parameter .column-title h2{
    color: #fff;
}
.currency-parameter .row{
    color: #CCCCCC;
    font-size: 14px;
    text-align: center;
}
.currency-parameter .row .col-sm div:first-child{
    margin-bottom: 60px;
}
.currency-parameter .row .col-sm{
    border-right: 1px solid #DEDEDE;
}
.currency-parameter .row .col-sm:last-child{
    border: none;
}
.currency-parameter .row h5{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 24px;
}
.currency-parameter .row p{
    margin: 0;
}
.currency-parameter .download{
    margin-top: 60px;
}
/*专业测试，权威认可*/
.currency-authentication{
    background: url(../images/series/auth-bg.png) center center;
    background-size: cover;
    color: #fff;
}
.currency-authentication .column-title h2{
    color: #fff;
}
.currency-authentication .row p{
    margin: 30px 0;
}
@media only screen and (max-width: 750px) {
    .titan-m1-case .pc-products .rounded{
    }
}


.login{
    height: 100vh;
    background: url("../images/login/login-bg.jpg");
    position: relative;
}
.login .login-block{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/login/login-block-bg.png");
    padding: 0;
    border-radius: 6px;
}
.login .login-block .left{
    position: relative;
}
.login .login-block .left .dear-customer{
    width: 336px;
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translate(0, -50%);
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}
.login .login-block .right label{
    font-size: 14px;
}
.login .login-block .right{
    width: 500px;
    background: url("../images/login/right.png");
    padding: 112px 100px;
    color: #fff;
}
.login .login-block .right h3{
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: bold;
}
.login .login-block .right h3 span{
    font-size: 18px;
}
.login .login-block .right .form-control{
    background: rgba(255, 255, 255, .5);
    border-radius: 4px;
    border: none;
}
.login .login-block .right .btn-block{
    color: #fff;
    border: 1px solid #fff;
    margin-top: 30px;
}



.agent-login{
    height: 100vh;
    background: url("../images/login/agent-login-bg.jpg");
    position: relative;
}
.agent-login .login-block{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/login/agent-login-block-bg.png");
    padding: 0;
    border-radius: 6px;
}
.agent-login .login-block .left{
    position: relative;
}
.agent-login .login-block .left .dear-customer{
    width: 336px;
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translate(0, -50%);
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}
.agent-login .login-block .right label{
    font-size: 14px;
}
.agent-login .login-block .right{
    width: 500px;
    background: url("../images/login/agent-right-bg.png");
    padding: 112px 100px;
    color: #fff;
}
.agent-login .login-block .right h3{
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: bold;
}
.agent-login .login-block .right h3 span{
    font-size: 18px;
}
.agent-login .login-block .right .form-control{
    background: rgba(255, 255, 255, .5);
    border-radius: 4px;
    border: none;
}
.agent-login .login-block .right .btn-block{
    color: #fff;
    border: 1px solid #fff;
    margin-top: 30px;
}

/*一体机Titan M1-T*/
.titan-m1-t-advantage .row:first-child{
    border-bottom: 1px solid #DEDEDE;
    padding-top: 0;
}
.titan-m1-t-advantage .row:last-child{
    padding-bottom: 0;
}
.titan-m1-t-advantage .row{
    padding: 70px 0;
    color: #666666;
}
.titan-m1-t-advantage h4{
    color: #333333;
    font-size: 24px;
    margin-bottom: 30px;
}
.titan-m1-t-advantage h4 span{
    font-size: 36px;
    position: relative;
}
.titan-m1-t-advantage h4 span:before{
    content: '';
    display: block;
    width: 50px;
    height: 5px;
    background: #006FD7;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.titan-m1-t-parameter .left{
    padding-right: 50px;
}
.titan-m1-t-parameter .right{
    padding-left: 50px;
}
.titan-m1-t-parameter h4{
    font-size: 18px;
    font-weight: 400;
    color: #E1E5E8;
}
.titan-m1-t-parameter h5{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}
.titan-m1-t-parameter .parameter-list{
    margin-top: -18px;
    font-size: 14px;
}
.titan-m1-t-parameter .parameter-list div{
    padding: 18px 0;
    margin: 0!important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.titan-m1-t-parameter .parameter-list p{
    color: #999999;
}
@media only screen and (max-width: 750px) {
    .titan-m1-t-parameter .left{
        padding-right: 15px;
    }
    .titan-m1-t-parameter .right{
        padding-left: 15px;
    }
}


/*自动驾驶*/
.autopilot-case{
    position: relative;
}
.autopilot-case .driving-title-desc{
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
}
.autopilot-case .driving-title-desc h4{
    color: #fff;
    font-size: 36px;
    margin-bottom: 50px;
}
.autopilot-case .driving-title-desc .desc p{
    color: #9398A7;
    font-size: 16px;
}
.autopilot-point-cloud-display{
    background: #000000;
}
.autopilot-point-cloud-display .driving-title-desc h4{
    color: #fff;
    margin-bottom: 90px;
}
.autopilot-scenario{
    background: url(../images/autopilot/shutterstock_2213577061.webp) 0 0;
}
.autopilot-scenario .driving-title-desc h4{
    color: #fff;
}
.autopilot-scenario .video p {
    background: none;
    color: #FFFFFF;
    margin: 5px 0 10px;
}
/*解决方案*/
.autopilot-solutions{
    background-color: #F2F3F7!important;
    background-image: url('../images/autopilot/TITAN M1-PRO.png')!important;
}
@media only screen and (max-width: 750px) {
    .autopilot-case .driving-title-desc{
        color: #fff;
        top: 30px;
        text-align: center;
        font-size: 0.16rem;
    }
}


/*技术专题*/
.technology-column .container{
    /*padding: 0;*/
}
.technology-column-nav{
    border-bottom: 1px solid #DEDEDE;
}
.technology-column-nav .nav{
    margin: 0 -1rem;
}
.technology-column .nav a{
    color: #666666;
    font-size: 16px;
    font-weight: 400;
}
.technology-column .nav a.active{
    color: #006FD7;
    position: relative;
}
.technology-column-nav .nav a.active:after{
    content: '';
    display: block;
    position: absolute;
    width: 31px;
    height: 2px;
    background: #006FD7;
    transform: translate(50%,50%);
    bottom: 0;
}
.technology-column-nav .search .input-group{
    position: relative;
}
.technology-column-nav .search .form-control{
    background: none;
    border-radius: 20px;
}
.technology-column-nav .search .input-group-append{
    position: absolute;
    right: 0;
    top: 3px;
}
.technology-column-nav .search .input-group-text{
    background: none;
    border: none;
}
.technology-column-main .nav{
    margin: 20px 0;
    box-shadow: 0px 5px 50px 0px rgba(158,178,206,0.3);
}
.technology-column-main .nav a{
    font-size: 14px;
    padding: .9rem;
}
.technology-column-main .title-block{
    margin: 10px 0 25px;
}
.technology-column-main .title-block p{
    margin: 8px 0;
    font-size: 16px;
    color: #333333;
}
.technology-column-main .title-block p.time{
    color: #999999;
}
.technology-column-main .blog-list .text {
    padding: 0 20px;
}
.technology-column-main .blog-list .text h4{
    font-size: 18px;
    color: #333333;
}
.technology-column-main .blog-list .text p{
    font-size: 14px;
    color: #888888;
    margin: 10px 0;
}
.technology-column-main .blog-list .text p.time{
    color: #666666;
}
.technology-column-main .blog-list .s-flex{
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.technology-column-main .blog-list .s-flex:last-child{
    border: none;
    margin: 0;
    padding: 0;
}
.technology-column-main .blog-list .s-flex img{
    width: 200px;
    height: 120px;
    object-fit: cover;
}
.technology-video-main .title-block .s-flex{
    margin: 20px 0;
}
.technology-video-main .title-block h1{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin: 0;
}
.technology-video-main .title-block p{
    font-size: 16px;
    color: #666666;
}

/*软件列表*/
.softwareList{
    padding: 100px 0;
}
.softwareList .row{
    padding: 0 35px;
    /*border-bottom: 1px solid #DEDEDE;*/
}
.softwareList .divider{
    background-color: #DEDEDE;
    margin: 50px 0;
}
.softwareList .text h4{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
}
.softwareList .text p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 50px;
}
.softwareList .text a{
    font-size: 14px;
    font-weight: bold;
    color: #006FD7;
    border: 1px solid #006FD7;
    border-radius: 18px;
    padding: 9px 30px;
}
.softwareList .text a:hover{
    background-color: #006FD7;
    color: #fff;
}

.software-main .title-block .title{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.software-main .title-block .desc{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.software-main-neuviewer{
    padding: 85px 0;
}
.software-main-neuviewer .domain .left span{
    width: 100px;
}
.software-main-neuviewer .introduction{
    background: linear-gradient(180deg, #E5EDF4, #ffffff);
    border-radius: 10px;
    padding: 70px 45px 15px 115px;
}
.software-main-neuviewer .introduction .domain{
    line-height: 36px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.software-main-operative .tit{
    margin-bottom: 45px;
}
.software-main-operative .tit h4{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.software-main-operative .navtab .nav{
    margin-bottom: 50px;
    border: none;
}
.software-main-operative .navtab .nav li{
    margin: 5px;
}
.software-main-operative .navtab .nav li a{
    border: 1px solid #666666;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    padding: 4px 16px;
    display: inline-block;
}
.software-main-operative .navtab .nav li a.active{
    background: #006FD7;
    border-color: #006FD7;
    color: #ffffff;
}
.software-main-illustrate{
    padding: 40px 0;
}
.software-main-illustrate p{
    background: linear-gradient(90deg, #f4f7fb, #DBE7F2, #f4f7fb);
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    margin: 0;
    padding: 0 15px;
}
.software-video{
    padding-top: 50px;
}
.software-video .donwload{
    padding: 50px 0;
}
.software-video .donwload a{
    background: #006FD7;
    color: #FFFFFF;
}
.software-main-zhinan{
    border-bottom: 1px solid #DEDEDE;
}
.software-main-zhinan .donwload{
    padding: 50px 0;
}
.software-main-sucai{
    padding-bottom: 100px;
}
.software-main-sucai .video-block{
    padding-top: 50px;
}

.software-main-computer {
    padding-top: 90px;
}
.software-main-computer .title-block{
    margin-bottom: 50px;
}
.software-main-computer .introduction .domain{
    line-height: 36px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    text-indent: 2em;
}
.detection-process{
    padding-top: 80px;
}
.detection-process .title-block {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}
.detection-process .navlist{
    margin-top: 50px;
}
.detection-process .navlist ul{
    border-bottom: 1px solid #E0E2EC;
}
.detection-process .navlist li{
    margin: 0 70px;
    /*width: 19%;*/
}
.detection-process .navlist li span{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    padding: 20px 0;
}
.detection-process .navlist li .active span{
    color: #006FD7;
    border-bottom: 2px solid #006FD7;
}
.detection-process .navlist .tab-content{
    background: #F2F3F7;
    height: 120px;
}
.image-identify{
    padding-bottom: 80px;
}
.image-identify .title-block{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    padding: 80px 0;
}
.image-identify .row .block{
    position: relative;
    padding: 0;
    overflow: hidden;
}
.image-identify .row .mask-text{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}
.image-identify .row .block:hover .mask-text{
    display: none;
}
@media only screen and (max-width: 750px) {
    .softwareList{
        padding: 1rem 0;
    }
    .software-main-neuviewer{
        padding: 0.85rem 0;
    }
    .software-main-neuviewer .introduction{
        padding: 0.15rem;
    }
    .software-main-operative .tit{
        margin-bottom: 0.45rem;
    }
    .software-main-operative .navtab .nav{
        margin-bottom: 0.5rem;
    }
    .software-main-illustrate{
        padding: 0.4rem 0;
    }
    .software-main-illustrate p{
        padding: 0 0.15rem;
    }
    .software-video .donwload{
        padding: 1rem 0;
    }
    .software-video .donwload a{
        padding: 0.2rem 0.5rem;
    }
    .software-main-zhinan .donwload{
        padding: 0.5rem 0;
    }
    .software-main-sucai .video-block{
        padding-top: 0.5rem;
    }
    .software-main-sucai{
        padding-bottom: 1rem;
    }

    .detection-process{
        padding-top: 0.9rem;
    }
    .image-identify{
        padding-bottom: 0.8rem;
    }
    .image-identify .title-block{
        padding: 0.8rem 0;
    }
}

.faq-search{
    width: 750px;
    margin: 0 auto;
    margin-top: -25px;
}
.faq-search .input-group{
    box-shadow: 0px 5px 10px 0px rgba(154,167,184,0.3);
    border-radius: 100px;
}
.faq-search .input-group-prepend .input-group-text{
    font-size: 18px;
    background-color: #fff;
    border: none;
    border-radius: 100px 0 0 100px;
    height: 50px;
}
.faq-search .form-control{
    height: 50px;
    border: 0;
    outline:none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.faq-search .input-group-append .btn{
    border-radius: 0 100px 100px 0;
    padding: 0 40px;
}

.hotIssues {
    padding-top: 50px;
}
.hotIssues .tag .grid-content{
    margin: 10px 0;
    border-radius: 15px;
    padding: 8px 14px;
    background: #F2F3F7;
}
.hotIssues .tag a{
    font-size: 14px;
    color: #333;
    font-weight: 400;
}
.hotIssues .tag a:hover{
    color: #006FD7;
}
.faq-case .s-column-title{
    font-size: 24px;
    color: #333333;
    margin: 60px 0;
}
.faq-case .s-column-title:after{
    width: 24px;
    margin: 0;
}
.faq-case .card{
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(132,148,168,0.3);
    border-radius: 10px;
    height: 100%;
}
.faq-case .card .card-header{
    background: none;
    border: none;
    padding: 30px 30px 0 30px;
}
.faq-case .card .card-header .title{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.faq-case .card .card-header .title img{
    width: 18px;
    height: 18px;
    margin-top: -3px;
}
.faq-case .card .card-header a{
    color: #999999;
}
.faq-case .card .card-body ul{
    padding-left: 20px;
}
.faq-case .card .card-body li{
    padding: 10px 0;
    list-style: disc;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.faq-case .card .card-body a{
    color: #333333;
}
.faq-case .card .card-body a:hover{
    color: #006FD7;
}

.airport-Solution .container{
    padding: 90px 0;
}
.airport-Solution .title-block{
    margin-bottom: 60px;
}
.airport-Solution .title-block h4{
    font-size: 36px;
    font-weight: 400;
    color: #333333;
}
.airport-Solution .title-block p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.airport-Solution .text p{
    text-indent: 2em;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    margin: 0;
}
.smart-airport-recommendation {
    background-image: url("../images/smart-airport/TITAN M1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 65%;
}
.smart-airport-recommendation .container{
    border: none;
}



.faq-classify{
    padding: 70px 0 50px;
}
.faq-classify .s-search{
    padding: .75rem 1rem;
}
.faq-classify-list .collapse-item .el-collapse-item__header{
    background: #E0E7F5;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    border: none;
    padding-left: 30px;
}
.faq-classify-list .collapse-item{
    margin-bottom: 30px;
}
.faq-classify-list .collapse-item .el-collapse-item__content{
    padding-bottom: 0;
}
.faq-classify-list .collapse-item .el-collapse-item__content li{
    padding: 12px 0;
}
.faq-classify-list .collapse-item .el-collapse-item__content li a{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    padding-left: 40px;
}

.faq-classify-list .right-card h4{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.faq-classify-list .right-list ul {
    padding-left: 20px;
}
.faq-classify-list .right-list ul li{
    list-style: disc;
    line-height: 30px;
}
.faq-classify-list .right-list ul li a{
    font-size: 14px;
    color: #333333;
}
.faq-classify-list .right-list ul li a:hover{
    color: #2682E4;
    border-bottom: 1px solid #2682E4;
}

.search-list .search-tag h4{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 20px;
}
.search-list .search-tag span{
    display: inline-block;
    background: #F2F3F7;
    border-radius: 15px;
    cursor: pointer;
    padding: 8px 14px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.search-list .search-tag span:hover{
    color: #0076E2;
}
.search-list .search-result h4{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
}
.search-list .search-result h4 span{
    font-size: 14px;
    color: #666666;
}
.search-list .search-result li{
    padding: 20px 0;
    border-bottom: 1px solid #E0E7F5;
}
.search-list .search-result li a{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}
.search-list .search-result li p{
    margin: 15px 0;
}
.search-list .search-result li p.time{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin: 0;
}



/*产品对比*/
.productParameters .table{
    box-shadow: 0px 5px 20px 0px rgba(145,157,169,0.3);
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    table-layout: fixed;
}
.productParameters .tableone tr{
    position: relative;
}
.productParameters .tableone tr td:first-child{
}
.productParameters .tableone td{
    width: 200px;
}
.productParameters .tableone tr:nth-of-type(even) td:first-child{
    background: #F2F3F7;
}
.productParameters .tabletwo td{
    vertical-align: middle;
}
.productParameters .tabletwo tr:nth-of-type(odd) td:first-child{
    background: #F2F3F7;
}
.productParameters a.btn{
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 8px 30px;
}


/*w1*/
.w1-application-area{
    position: relative;
}
.w1-application-area .title{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
.w1-application-area .title h4{
    font-size: 36px;
}
.w1-parameter .table tr td{
    border: none;
}
.w1-parameter .table tr:nth-of-type(odd){
    background: #F2F3F7;
}
.w1-point-cloud-display .nav-tabs{
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 50px;
    padding-bottom: 15px;
}
.w1-point-cloud-display .nav-tabs li{
    padding: 0 100px;
}
.w1-point-cloud-display .nav-tabs a{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    padding-bottom: 15px;
}
.w1-point-cloud-display .nav-tabs a.active{
    color: #2682E4;
    border-bottom: 2px solid #2682E4;
}



/*titan w1*/
.w1Banner {
    position: relative;
}
.w1Banner .banner-text{
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.w1Banner .banner-text h2{
    font-size: 44px;
    font-weight: 700;
    color: #2D2D2D;
}
.w1Banner .banner-text p{
    font-size: 24px;
    font-weight: 400;
    color: #7F7F7F;
}

.w1-features .row{
    position: relative;
}
.w1-features .row .grid-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -50%);
}
.w1-features .grid-content span{
    font-size: 144px;
    font-weight: 700;
    color: #E5F0FB;
    position: absolute;
    top: -125px;
    z-index: -999;
}
.w1-features .grid-content h4{
    font-size: 36px;
    color: #3D3D3D;
    margin-bottom: 25px;
}
.w1-features .grid-content p{
    font-size: 24px;
    color: #7F7F7F;
    margin-bottom: 25px;
}
.s-column-title{
    font-size: 44px;
    font-weight: 700;
}
.s-column-title:after{
    display: none;
}
.w1-parameter .w1-parameter-data{
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
}
.w1-parameter .w1-parameter-data p{
    font-size: 18px;
    font-weight: 500;
    color: #3D3D3D;
}
.w1-parameter .w1-parameter-data p.data{
    font-size: 32px;
    font-weight: 500;
    background: linear-gradient(180deg, #67BDF3 0%, #006FD7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
    margin-bottom: 10px;
}

.w1-effect {
    background: url("../images/titan-w1/effect-bg.png") no-repeat center center;
    padding-bottom: 80px;
}
.w1-effect .container p{
    font-size: 36px;
    font-weight: 700;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 40px;
}

.w1-case{
    background: none;
}
.w1-case .container p{
    font-size: 24px;
    font-weight: 400;
    padding: 10px 0;
}

/*NeuX1*/
.neux1Banner{
    position: relative;
}
.neux1Banner .block{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 1066px;
}
.neux1Banner .block .left, .neux1Banner .block .right{
    width: 100%;
}
.neux1Banner .block .left{
    font-weight: 400;
    color: #FFFFFF;
}
.neux1Banner .block .left h2{
    font-size: 40px;
    /*max-width: 530px;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: -115px;
}
.neux1Banner .block .left p{
    font-size: 20px;
}
.neux1Parameter{
    background: #121319;
}
.neux1Parameter .column-title h2{
    color: #F1F2F3;
}
.neux1Parameter .parameterData{
    font-size: 16px;
    font-weight: 700;
    color: #9E9E9E;
    margin-top: 50px;
}
.neux1Parameter .parameterData h5{
    font-size: 44px;
    color: #FFFFFF;
}
.characteristic{
    background: url("../images/products/neux1/parameter-bg.png") no-repeat center center;
    background-size: cover;
}
.characteristic .column-title h2{
    color: #F1F2F3;
}
.characteristic .parameterData{
    color: #FFFFFF;
}
.characteristic .parameterData h5{
    background: linear-gradient(180deg, #000000 0%, #121319 100%);
    font-size: 32px;
    font-weight: 700;
    padding: 30px 45px;
}
.characteristic .parameterData ul{
    background: #3B3E40;
    padding: 20px 33px;
}
.characteristic .parameterData ul li{
    list-style: disc;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
}


/*解决方案*/
.solutionBanner{
    position: relative;
}
.solutionBanner .block{
    width: 1300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    background: rgba(0,26,51,0.4);;
    padding: 50px;
}
.solutionBanner .block h4{
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 20px;
}
.solutionStudy{
    padding: 50px 0 75px;
}
.solutionStudy .title span{
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 45px;
    padding: 10px 40px;
    background: #006FD7;
    display: inline-block;
    margin-bottom: 25px;
}
.solutionStudy .title h5{
    font-size: 48px;
    font-weight: 700;
    color: #006FD7;
    line-height: 67px;
    margin-bottom: 15px;
}
.solutionStudy .title p{
    font-size: 24px;
    font-weight: 400;
    color: #999999;
    line-height: 34px;
}
.solutionStudy .recommend{
    right: 20px;
    bottom: 10px;
    color: #FFFFFF;
}
.solutionStudy .recommend h5{
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}
.solutionStudy .recommend li{
    margin: 0 15px;
}
.solutionStudy .recommend li a{
    color: #FFFFFF;
}
.solutionStudy .recommend li p{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
}
.solutionCharacteristic .title, .solutionIntroduce  .title{
    font-size: 32px;
    font-weight: 400;
    color: #006FD7;
}
.solutionIntroduce .desc p{
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    margin: 0;
    text-indent: 2em;
}
.solutionCharacteristic .list-styled{
    padding-left: 20px;
}
.solutionCharacteristic .list-styled li, .solutionCharacteristic .desc{
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    line-height: 27px;
}
.softwareFunction{
    padding: 75px 0 70px 0;
}
.softwareFunction .btn{
    padding: 7px 38px;
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 10px;
}



.innovative-news{
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.innovative-news .leftmain{
    width: 226px;
    position: absolute;
    left: 0;
}
.innovative-news .sidebar{
    width: 226px;
    background: #FFFFFF;
    box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 15px 10px;
}
.innovative-news .sidebar h4{
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}
.innovative-news .sidebar .divider{
    background-color: #D6D6D6;
    margin: 15px 0;
}
.innovative-news .sidebar li.active{
    background: #F0F0F0;
    border-radius: 5px;
}
.innovative-news .sidebar li a{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    display: block;
    padding: 15px;
}
.innovative-news .sidebar li a:before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../images/video/list-right.png") no-repeat center center;
    border-radius: 50%;
    margin-right: 10px;
}
.innovative-news .rightmain{
    width: 80%;
    margin-left: 250px;
}
.innovative-news .rightmain>div{
    padding: 15px 0
}
.innovative-news .rightmain .image{
    position: relative;
}
.innovative-news .rightmain .image img{
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.innovative-news .rightmain .image:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/video/play.png") no-repeat center center;
    display: none;
    cursor: pointer;
}
.innovative-news .rightmain .image:hover:before{
    display: block;
}
.innovative-news .rightmain .title{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    height: 40px;
    margin-top: 5px;
}
.innovative-news .rightmain .time{
    font-size: 12px;
    font-weight: 400;
    color: #9499A0;
    margin-top: 15px;
}
.innovative-news .rightmain .swiper{
    border-bottom: 1px solid #D6D6D6;
    padding: 30px 0;
}
.innovative-news .rightmain .swiper-button-prev{
    width: 52px;
    height: 52px;
    background: url("../images/video/round-left.png");
    left: -5px;
    top: 45%;
    transform: translate(0%, -45%);
}
.innovative-news .rightmain .swiper-button-next{
    width: 52px;
    height: 52px;
    background: url("../images/video/round-right.png");
    right: -5px;
    top: 45%;
    transform: translate(0%, -45%);
}
.innovative-news .rightmain .swiper-button-prev:after, .innovative-news .rightmain .swiper-button-next:after{
    display: none;
}
.innovative-news .rightmain .swiper-button-disabled{
    display: none;
}
