@charset "utf-8";

.clearFix {
    zoom: 1;
}

.clearFix:after {
    content: "";
    display: block;
    clear: both;
}
body{
    font-family: "微软雅黑","Microsoft YaHei", "黑体简体", "Arial", "Verdana", "arial", "serif", "Arial regular,helvetica regular" !important;
    /*-webkit-text-size-adjust: 100%;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*color: #fff;*/
}
a{
    -webkit-tap-highlight-color:rgba(255,0,0,0)
}
img a{
    -webkit-touch-callout:none;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ellipsis_many{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ellipsis_more {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 隐藏设置按钮 */
.prism-player .prism-setting-btn {
    display: none !important;
}

/* 隐藏弹幕按钮 */
.prism-player .prism-subtitle-btn,
.prism-player .prism-cc-btn,
.prism-player [data-role="subtitleButton"] {
    display: none !important;
}

.swiper-container .swiper-slide img {
    width: 100%;
}
.swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
    text-align: center;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}


.banner {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.banner img {
    max-width: 1920px;
    width: 100%;
    max-height: 500px;
}
.banner span {
    width: 280px;
    height: 40px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    padding: 10px 52px;
    cursor: pointer;
}
.banner span:first-child {
    background: #0880E5;
    margin-right: 22px;
}
.banner span:last-child {
    background: #FFA22E;
}
.content_box {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    position: relative;

}
.hot_con {
    padding-bottom: 44px;
    margin-top: 70px;
}
.h_title {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 36px;
    text-align: center;
}
.hot_con  img {
    position: absolute;
    top: 0;
    right: 0;
}
.anli_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: 1170px;
}
.anli_ul a {
    width: 380px;
    margin-right: 15px;
    height: 214px;
    position: relative;
    margin-bottom: 80px;
}
.anli_ul a:nth-child(3n){
    margin-right: 0;
}
.hot_li .hot_img {
    width: 380px;
    height: 214px;
}
.hot_li .play_back {
    width: 50px;
    position: absolute;
    left: 42%;
    top: 35%;
    z-index: 99;
}
.hot_li .mask {
    background: #000;
    opacity: 0.5;
    width: 380px;
    height: 214px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 0.26rem;
}

.hot_li .anli_con {
    width: 330px;
    height: 70px;
    background: #F5F6F9;
    opacity: 0.9;
    position: absolute;
    bottom: -34px;
    left: 0;
    padding: 16px 20px;
}
.hot_li .anli_con:hover {
    background: #0880E5;
    opacity: 0.9;
}
.hot_li .anli_con:hover .anli_text {
    color: #FFFFFF;
}
.hot_li .anli_con:hover .tag {
    background: #FFFFFF;
}
.hot_li .anli_text {
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    /*word-break: break-all;*/
    margin-bottom: -4px;
}

.hot_li .anli_con .tag{
    width: 25px;
    height: 2px;
    background: #0880E5;
    position: absolute;
    right: 36px;
    bottom: 10px;
}
/*机器人产品*/
/* Tab 样式 */
.tab-container {
    display: flex;
    justify-content: center;
}
.tab-container .tab_sp {
    text-align: center;
    border-bottom: 1px solid #F5F6F9;
    padding-bottom: 20px
}

.tab-item {
    cursor: pointer;
    padding-bottom: 22px;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    color: #C8C7C7 !important;
    line-height: 36px;
    margin-right: 100px;
}
.tab-item:last-child {
    margin-right: 0;
}
.tab-item.active {
    color: #000 !important;
    border-bottom: 4px solid #0880E5;
}

.more-link {
    position: absolute;
    top: 74px;
    right: 0;
}
/*视频*/
.video_con {
    display: flex;
    padding-top: 80px;
}
.video_con h3 {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 36px;
    padding-bottom: 30px;
}
.div_video {
    position: relative;
}
.div_video video {
    width: 800px;
    height: 450px;
    background: #000000;
    border-radius: 20px;
    object-fit: cover;
}
.div_video .play_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 50px;
    cursor: pointer;
}
.div_video .mask {
    background: #000;
    opacity: 0.5;
    width: 800px;
    height: 450px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
}
.ty_center {
    position: relative;
}
.ty_center .paf_img {
    width: 350px;
    height: 450px;
    background: #F5F6F9;
    border-radius: 20px;
}
.ty_center .paf_logo{
    position: absolute;
    bottom: 16px;
    left: 27px;
}
/*服务机器人*/
.tab_con_ul {
    width: 1170px;
    display: flex ;
    flex-wrap: wrap;
    margin-top: 28px;
}
.tab_con_ul a {
    width: 285px;
    display: inline-block;
    margin-right: 10px;
}
.tab_con_ul a:nth-child(4n) {
    margin-right: 0 !important;
}
.tab_con_ul .tab_con_li .robot_img {
    width: 285px;
    height: 190px;
    border-radius: 10px
}
.tab_con_ul .tab_con_li .tab_title {
    padding: 15px 0 10px 0;
}
.tab_con_ul .tab_con_li .tab_title i {
    width: 11px;
    height: 30px;
    color: #000000;
    display: inline-block;
    float: right;
    padding-top: 8px;
    transform: scale(3.1);
}

.tab_con_ul .tab_con_li .tab_title span {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    max-width: 255px;
    display: inline-block;
}
.tab_con_ul .tab_con_li .tab_info img {
    width: 34px;
    height: 34px;
    background: #0880E5;
    border-radius: 50%;
}
.tab_con_ul .tab_con_li .tab_info span {
    font-size: 14px;
    color: #696969;
    line-height: 34px;
    padding-left: 10px;
    display: inline-block;
    max-width: 244px;
}
/*应用推动顾问*/
.driven_consul {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 36px;
    text-align: center;
    margin: 50px 0 30px 0;
}
.driven_consul_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.driven_consul_ul .driven_consul_li {
    width: 180px;
    height: 250px;
    background: #F5F6F9;
    padding: 15px 10px 10px 10px;
    position: relative;
    margin-bottom: 30px;
}
.driven_consul_ul .driven_consul_li .tag{
    width: 15px;
    height: 2px;
    background: #0880E5;
    position: absolute;
    top: 25px;
    right: 4px;
}
.driven_consul_ul .driven_consul_li img {
    max-width: 160px;
    width: 100%;
    height: 160px;
    margin-bottom: 30px;
}
.driven_consul_ul .driven_consul_li .name {
    width: 80px;
    height: 30px;
    background: #0880E5;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    position: absolute;
    left: 0;
    bottom: 60px;
    padding-left: 18px;
}
.driven_consul_ul .driven_consul_li .position {
    font-size: 14px;
    color: #696969;
    line-height: 20px;
}
.content_box .showInfo {
    display: block;
    margin-bottom: 50px;
    text-align: center;
    font-size: 18px;
    color: #0880E5;
    font-weight: 500;
    cursor: pointer;
}
.hidden {
    display: none;
}

.gwHidden {
    display:none
}

.content_box .down_img {
    width: 28px;
    height: 25px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    /*transform: rotate(180deg); !* 默认向下箭头 *!*/
}
.down_img.up{
    transform: rotate(180deg);
}
/* 合作单位*/
.unit_logo {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.unit_logo a {
    width: 156px;
    margin-right: 45px;
    margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(1,1,2,0.06);
    text-align: center;
    padding: 12px;
}
.unit_logo a:nth-child(6n) {
    margin-right: 0 !important;
}
.unit_logo img {
    max-height: 47px;
    max-width: 156px;
    width: 100%;
    height: 100%;
}
/*联系我们*/
.contact_info {
    width: 100%;
    background: #F5F6F9;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.contact_info h3 {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 36px;
    padding-bottom: 20px;
}
.contact_info .jianjie {
    width: 674px;
    height: 112px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 25px 30px;
}
.contact_info .jianjie span {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    font-family: "微软雅黑", "Microsoft YaHei", "黑体简体", "Arial regular,helvetica regular" !important;
}
.contact_info .shangwu_hz {
    width: 299px;
    height: 112px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 23px 36px 50px 28px;
    margin: 0 30px 0 38px;
}
.contact_info .shangwu_hz p {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    font-family: "微软雅黑", "Microsoft YaHei", "黑体简体", "Arial regular,helvetica regular" !important;
}
.contact_info .gz_wm {
    /*width: 114px;*/
    /*height: 114px;*/
    /*background: #FFFFFF;*/
    /*border-radius: 20px;*/
    /*padding: 6px;*/
}
.red {
    display: inline-block !important;
}
.errorTips {
    color: red;
    font-size: 12px;
    margin-top: 8px;
}
.get_code {
    font-size: 12px;
    background: #1e88e5;
    border: none;
    color: #fff;
    margin-left: 20px;
    padding: 10px;
}
#infoModal p {
    font-size: 14px;
    line-height: 20px;
}
.btn_close {
    margin-top: 10px;
    padding: 0 14px;
}
.breadcrumb {
    background: #FFFFFF;
    margin: 16px 0;
    padding: 0;
}
.breadcrumb a {
    font-size: 14px;
    color: #000000;
    line-height: 36px;
}
.breadcrumb > li + li:before {
    color: #cccccc;
    content: ">";
    padding: 0 5px;
    font-size: 16px;
    transform: scale(1.5);
}
.all_data {
    font-weight: bold;
    font-size: 20px;
    color: #C8C7C7;
    line-height: 36px;
    padding-right: 120px;
    cursor: pointer;
}
/*案例详情*/
.detail {
    background: #f5f6f9;
    padding: 40px 0 80px 0 ;
}
.wrap {
    display: flex;

}
.wrap .detail_left{
    float: left;
    width: 800px;
    background: #fff;
    padding: 30px;
}
.left_con {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-bottom: 20px;
}
.left_con .title {
    width: 513px;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 36px;
}
.left_con .view img {
    padding-right: 6px;

}
.left_con .view .text {
    font-size: 14px;
    color: #C8C7C7;
    line-height: 22px;
}
.left_jj img {
    width: 34px;
    height: 34px;
    background: #0880E5;
    border-radius: 50%;
}
.left_jj .company {
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    padding-left: 10px;
}
.left_jj .time {
    float: right;
    font-size: 14px;
    color: #696969;
}
.text_field {
    background: #F5F6F9;
    border-radius: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    padding: 15px;
    margin: 20px 0;
    line-height: 22px;
}
.detailsText {
    background: #FFFFFF;
    border: none;
    white-space: pre-wrap;
    word-break: break-all;
    overflow-wrap: break-word;
    height: auto;
    min-height: 40px;
    max-height: none;
    overflow: visible;
}
.detail_right .one_ggw {
    max-width: 320px;
    width: 100%;
    height: 207px;
    background: #3D58AB;
    border-radius: 20px;
}
.detail_right .tjal {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 36px;
    padding: 35px 0 25px 0;
}
.righ_gdw .ggw_img {
    max-width: 320px;
    max-height: 180px;
    width: 100%;
}
.detail_right ul a {
    position: relative;
    margin-bottom: 70px;
    display: block;
}
.ggw_con {
    width: 320px;
    height: 70px;
    background: #EDEFF2;
    opacity: 0.9;
    position: absolute;
    left: 0;
    bottom: -36px;
    padding: 16px 0 16px 20px;
    margin-right: 30px;
}
.ggw_text {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
}
.ggw_tag {
    width: 25px;
    height: 2px;
    background: #0880E5;
    float: right;
    margin-top: 15px;
    margin-right: 20px;
    position: absolute;
    right: -18px;
    bottom: 5px;
}

/* 产品详情 */
.product_detail {
    background: #f5f6f9;
    padding-top: 40px;
    padding-bottom: 80px;
}
.detail_con {
    width: 1170px;
    margin: 0 auto;
    display: flex;
}
.detail_tab {
    width: 800px;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    position: relative;
    border-bottom: 1px solid #eee;
}
.detail_tab .tab_tag {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    line-height: 38px;
    margin-right: 80px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding-bottom: 7px;
}
.detail_tab .tab_tag a {
    color: #000000;

}
.detail_tab .tab_active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #0880E5;
    width: auto;
    display: block;
    margin: 0;
}
.pre_con {
    border: none;
    background: #FFFFFF;
    margin-top: 10px;
    white-space: pre-wrap;
    word-break: break-all;
    overflow-wrap: break-word;
    height: auto;
    min-height: 40px;
    max-height: none;
    overflow: visible;
    padding: 0 16px 16px 0;
    border-radius: 20px;
}
.type_con {
    display: flex;
    margin-bottom: 2px;
}
.type_con .name {
    width: 170px;
    background: #e6f2fc;
    font-size: 14px;
    color: #000000;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    margin-right: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.type_con .content {
    width: 548px;
    background: #F5F6F9;
    font-size: 14px;
    color: #696969;
    padding: 10px 0 10px 16px;
    line-height: 20px;
}
.content_bg {
    background: #FFFFFF;
    width: 800px;
    min-height: 450px;
    height: auto;
    border-radius: 20px;
    padding-left: 40px;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 50px;
}
.content_bg .product_type {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    border-bottom: 4px solid #1E88E5;
    width: 68px;
    padding-bottom: 14px;
    margin-bottom: 22px;
    padding-top: 36px;

}
.detail_right {
    width: 320px;
    height: 100%;
    min-height: 510px;
    background: #FFFFFF;
    border-radius: 20px;
    margin-left: 50px;
    padding: 26px;
}
.detail_right .right_title {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 36px;
}
.detail_right .right_logo {
    max-width: 170px;
    width: 100%;
    margin: 30px 0 24px 0;
    max-height: 50px;
    height: 100%;

}
.detail_right .right_com {
    font-size: 16px;
    color: #000000;
    line-height: 36px;
    padding-bottom: 20px;
}
.detail_right .com_jj:first-child {
    padding: 20px 0;
}
.detail_right .com_jj {
    font-size: 14px;
    color: #696969;
    line-height: 30px;
}
.detail_right .go_web{
    font-size: 14px;
    color: #0881E5;
    line-height: 36px;
    text-decoration-line: underline;
}
.video_whole {
    width: 1170px;
    height: 380px;
    background: #FFFFFF;
    border-radius: 20px;
    margin: 0 auto 30px auto;
    padding: 40px;
    display: flex;
}
.video_left {
    display: flex;
    margin-right: 60px;
}
.video_whole .img_box {
    width: 450px;
    height: 300px;
    border-radius: 10px;
}
.video_scrool {
    height: 300px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    padding-right: 10px;
}
.video_scrool .img_all {
    max-width: 100px;
    max-height: 66px;
    height: 66px;
    width: 100%;;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
/* 自定义滚动条 */
.video_scrool::-webkit-scrollbar {
    width: 4px; /* 设置滚动条宽度 */
}

.video_scrool::-webkit-scrollbar-track {
    background: #F5F6F9;
    border-radius: 2px;
}

.video_scrool::-webkit-scrollbar-thumb {
    background: #C8C7C7;
    border-radius: 2px;
    border: 4px solid #C8C7C7;
}

.video_scrool::-webkit-scrollbar-thumb:hover {
    background: #C8C7C7;
}
.video_test_info .product_name {
    max-width: 460px;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 36px;
    padding-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.video_test_info .product_type,
.video_test_info .product_ks {
    font-size: 14px;
    color: #000000;
    line-height: 22px;
}
.video_test_info .product_ks {
    padding: 15px 0;
}
.video_test_info .price_text {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    line-height: 36px;
}
.video_test_info .price_num {
    color: #0A80E5;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
}
.video_test_info .xdj {
    width: 160px;
    background: #0881E5;
    border-radius: 15px;
    font-size: 20px;
    color: #FFFFFF;
    padding: 10px 0;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer;
}
.video_test_info .btn_s {
    font-size: 16px;
    color: #0881E5;
    cursor: pointer;
}
.video_test_info .btn_s a:hover,
.video_test_info .btn_s a:active {
    color: #0881E5;
}
.xdj_title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.modal_t {
    margin-top: 20px;
    margin-bottom: 0;
}
.tips {
    font-size: 20px;
    margin: 0 auto;
}
#roboto_video_modal .modal-body .prism-player.video .prism-big-play-btn.pause {
    left: 45% !important;
    bottom: 45% !important;
}
