@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    color: #fff;
    text-decoration: none;
}
a:hover{color: #fff;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    background: #000;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
video{
    width: 100%;
    height: 100%;
    object-fit: fill;
}

video#myVideo::-webkit-media-controls {
  display:none !important;
} 
video#myVideo {
  -webkit-appearance: none;
}
@font-face {
    font-family: "sys";
    src: url("../../static/fonts/sys.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "sy";
    src: url("../../static/fonts/syRegular.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Ding";
    src: url("../../static/fonts/DingTalk JinBuTi.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}


.navbar-toggler-icon{
    width: 30px;
    height: 30px;
    background-image: url(https://www.dcdid.com/static/cms/static/images/common/toggler-icon.png);
}
.menu-open .navbar-toggler-icon{
    background-image: url(https://www.dcdid.com/static/cms/static/images/common/toggler-close.png);
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.2s;
    width: 35px;
}
.navbar-collapse{
    justify-content: center;
}


.no-border-card {
    border: none;
}
.transparent-card{
    background-color: transparent;
}
.b80{
    margin-bottom: 80px;
}
.card-img, .card-img-top{
    border-radius: 0 !important;
}

/*
.container{
    overflow: inherit;
}*/
/*头部*/
.sidebar {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    height: 82px;
    display: flex !important;
    justify-content: space-between;
    background: #000;
    position: relative; 
    transition: all 0.5s ease;
}
.sidebar.fixed{
    position: fixed; 
    top: 0;
    z-index: 99999;
}




.logo_content{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.logo{
    max-width: 146px;
    width: 100%;
}
.logo a{
    display: block;
    border: none;
}
.logo img {
    max-width: 100%;
    height: auto;
}
.nav {
    display: flex;
 }
.nav li.nav-item{
    display: flex;
    align-items: center;
    height: 82px;
    transition: all 0.3s ease;
    position: relative;
    padding: 1.4rem;
}
.nav li.nav-item a {
     font-weight: 500;
     color: #fff;
     padding: 0;
     transition: all 0.3s ease;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
 }
 .nav li.nav-item a span{
    position: relative;
    z-index: 99;
 }
 .nav li.nav-item a  > i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../images/icon/11.png') no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    font-style: normal;
    color: transparent;
    margin-left: 8px;
    transition: transform 0.3s ease; 
    transform: rotate(0deg);
}
 .nav li.nav-item.active>a span, .nav li.nav-item:hover>a span{
    transition: all 0.3s ease;
    font-weight: bold;
    background: linear-gradient(-90deg, #0072FF 19.677734375%, #FF00F0 88.0859375%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
 }
 .nav li.nav-item.active>a:after, .nav li.nav-item:hover>a:after{
    display: inline-block;
    content: '';
    width: 20px;
    height: 16px;
    background: url(../images/icon/9.png) no-repeat;
    position: absolute;
    top: -7px;
    left: -9px;
 }


 .nav li.nav-item.active a>i, .nav li.nav-item:hover a>i{
    transform: rotate(180deg);
}



.nav li.nav-item .submenu-wrapper {
    width: 100%;
    position: fixed;
    height: 88px;
    left: 0;
    top: 82px;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
}

.nav li.nav-item .submenu {
    min-width: 100%; 
    display: flex;
    padding: 10px 0;
    list-style: none;
    position: absolute;
    left: 0;
    justify-content: center;
    align-items: center;
    height: 88px;
}
.nav li.nav-item .submenu li a{
    padding: 0 80px;
}
.nav li.nav-item .submenu li a:hover,.nav li.nav-item .submenu li a.subactive{
    color: #0072FF;
}






.head-right{
    display: flex;
}
.head-right .text{
    display: flex;
    align-items: center;
    font-family: "Ding";
}
.head-right .text::before{
    width: 14px;
    height: 14px;
    display: inline-block;
    content: '';
    background: url(../images/icon/ic_tel.png) no-repeat;
    margin-right: 5px;
}
.head-right .text span{
    align-items: end;
    display: flex;
    height: 100%;
}




/*banner*/
.HomeBan{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.HomeBan .swiper-container{
    width: 100%;
    height: 100%;
}
.HomeBan .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.HomeBan .swiper-slide img{
    width: 100%;
}
.banner_text{
    z-index: 99;
    color: #fff;
    text-align: left;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 180px;
    opacity: 1;
}
.banner_text h2{
    color: #fff; 
    margin:0;
    padding-bottom: 40px;
    text-shadow: 2px 4px 4px #333;
    opacity: 0;
    transform: translateY(40px);
    animation: bannerTextFadeUp 0.9s cubic-bezier(.21,1.02,.73,1.01) 0.2s forwards;
}   
.banner_text p{
    display:block;
    text-shadow: 2px 4px 4px #333;
    font-family: "sys";
    opacity: 0;
    transform: translateY(40px);
    animation: bannerTextFadeUp 0.9s cubic-bezier(.21,1.02,.73,1.01) 0.6s forwards;
    margin-bottom: 30px;
}
.index-banner .banner-arrow{
    width: 25px;
    height: 20px;
    background: url(../images/icon/next-icon.png) no-repeat;
}
/*banner*/

 /*数字孪生*/
    .home-title .Title{
        display: flex;
        justify-content: space-between;
        margin-bottom: 70px;
    }
    .home-title h2{
        display: flex;
        font-family: "sys";
        flex-direction: column;
        align-items: center;
    }
    .home-title h2::after{
        width: 83px;
        height: 18px;
        display: inline-block;
        content: '';
        background: url(../images/icon/title_icon.png) no-repeat center center;
        background-size: 100% 100%;
    }
    .home-title .Title p{
        display: flex;
        flex: 0.6;
        line-height: 1.5;
        color: #999;
    }
    .home-title ul.navbar-nav-bar{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .home-title ul.navbar-nav-bar li{
        display: flex;
        margin-left: 30px;
        color: #999;
        position: relative;
        z-index: 9;
    }
    .home-title ul.navbar-nav-bar li a{
        position: relative;
        z-index: 99;
    }
    .home-title ul.navbar-nav-bar li.active a,    .home-title ul.navbar-nav-bar li:hover a{
        background: linear-gradient(-90deg, #0072FF 19.677734375%, #FF00F0 88.0859375%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
    }
    .home-title ul.navbar-nav-bar li:hover::after,.home-title ul.navbar-nav-bar li.active::after{
        display: inline-block;
        content: '';
        width: 31px;
        height: 18px;
        position: absolute;
        bottom: -6px;
        right: -5px;
        background: url(../images/icon/3.png) no-repeat;
        background-size: 100%;
    }
    .home-title .new-title,.home-title .new-title h2,.home-title .new-title p{
        display: block;
    }
    .home-title .new-title h2{
        margin-bottom: 20px;
    }
    /*核心业务*/
    .Core-Business .card {
        position: relative;
    }
    .Core-Business .card .card-body {
        padding: 20px 0;
        width: 100%;
    }
    .Core-Business .card .card-body .card-title {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 2px solid #92979F;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: "sys";
    }
    .Core-Business .card .card-body .card-title:after{
        display: inline-block;
        content: '';
        width: 25px;
        height: 20px;
        background: url(../images/icon/next-icon.png) no-repeat;
    }
    .Core-Business .card .card-body .card-text{
        line-height: 1.5;
        color: #999;
    }
    .Core-Business .col-even .card .card-body .card-title{
        border-bottom: 2px solid #92979F;
    }
    /*核心业务*/
    /*公司产品*/
    .Company-Product .Product_video{
        width: 100%;
        position: relative;
    }
    .Company-Product .Product_video .video_content{
        width: 100%;
        position: relative; 
    }
    .Company-Product .Product_video video{
        width: 100%;
    }
    .Company-Product .Product_video .playPauseButton{
        width: 76px;
        height: 76px;
        position: absolute;
        top:0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border: none;
        background: none;
    }
    .Company-Product .Product_video .video_content{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .Company-Product .Product_video .video_content h4{
        margin-bottom: 48px;
    }
    .Company-Product .Product_video .video_content p{
        margin-bottom: 130px;
        color: #999;
        line-height: 30px;
    }
    .Company-Product .Product_video .video_content .text_button{
        border: 1px solid #fff;
        height: 60px;
        line-height: 60px;
        justify-content: center;
        text-align: center;
        width: 50%;
    }
    .Company-Product .Product_video .video_content .text_button a{
        width: 100%;
        display: block;
    }
    .Company-Product .Product_video .card-overlay {
        position: absolute;
        bottom: 0; 
        top: auto;
        left: auto;
        right: 0;
        width: 33.333%;
        height: 66%; 
        background: #232429;
        padding: 3.5rem;
        transition: all 0.3s ease;
    }
    /*公司产品*/
    /*行业案例*/
    .Industry-Cases{
        width: 100%;
        background: url(../images/bg.png) no-repeat;
        background-size: 100% 100%;
        padding-bottom: 50px;
    }
    .Industry-Cases .row{
        position: relative;
        padding: 0 0 120px;
    }
    .swiper-container-case{
        width: 100%;
    }
    .swiper-container-case .swiper-slide .col{
        padding: 20px;
        background: #141518; 
    }
    .swiper-container-case .swiper-slide.swiper-slide-active .col{
        background: linear-gradient(-135deg, #0050E3, #9000FF);
    }
    .swiper-container-case .swiper-slide .col .card-body{
        padding: 38px 20px 0;
    }
    .swiper-container-case .swiper-slide .col .card-body .card-title{
        margin-bottom: 20px;
    }
    .swiper-container-case .swiper-slide .col .card-body .card-text{
        line-height: 1.6;
        height: 50px;
    }
    .Industry-Cases .swiper-button-prev,.Industry-Cases .swiper-button-next{
        width: 66px;
        height: 66px;
        right: 0;
        background: url(../images/icon/5.png) no-repeat;
    }
    .Industry-Cases .swiper-button-prev{
        right: 66px;
        background: url(../images/icon/5.png) no-repeat;
        width: 66px;
        height: 66px;
        transform: rotate(180deg);
        margin-right: 20px;
    }
    /*行业案例*/
    /*新闻动态*/
    .News-Information .flex{
    width: 100%;
    display: flex;
    }
    .News-Information .flex .col .badge{
        position: absolute;
        top:-36px;
        left: 18px;
        width: 65px;
        height: 72px;
        background: #9000FF;
        opacity: 0.9;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "sys";
    }
    .News-Information .flex .col .badge.blue{
        background: #0050E3;
    }
    .News-Information .flex .col .card-body{
        position: absolute;
        bottom: 0;
        padding: 20px;
    }
    .News-Information .flex .col .card-body h3{
        margin-bottom: 15px;
        text-shadow: 2px 4px 4px #333;
    }
    .News-Information .flex .col .card-body p{
        color: rgba(255,255,255,0.8);
        text-shadow: 2px 4px 4px #333;
    }
    .News-Information .flex .row .card.h-100{
        background: #232429;
    } 
    .News-Information .flex .row .card.h-100 .card-body{
        top:58px
    }
    .News-Information .flex .row .card.h-100 .card-body .title-group{
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
    .News-Information .flex .row .card.h-100 .card-body .title-group a{
        display: block;
        margin-bottom: 40px;
    }
    .News-Information .flex .row .card.h-100 .card-body .title-group a h3{
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .News-Information .flex .row .card.h-100 .card-body .title-group a p{
        color: rgba(255,255,255,0.5);
    }
    /*新闻动态*/
    .company-news-list{
        margin-top: 70px;
    }
    .company-news-list .card-body{
        padding: 25px 0 0 0;
    }
    .company-news-list .card-body p{
        color: #999;
        padding-top: 10px;
    }




    .digital_twin_advantages .col .card i.i_1 {
        width: 78px !important;
        height: 90px !important;
        background: url(../images/digital_twin/7.png) no-repeat center center !important;
        background-size: 100% 100% !important;
    }
    .digital_twin_advantages .col .card i.i_2 {
        width: 99px !important;
        height: 115px !important;
        background: url(../images/digital_twin/8.png) no-repeat center center !important;
        background-size: 100% 100% !important;
    }
    .digital_twin_advantages .col .card i.i_3 {
        width: 111px !important;
        height: 100px !important;
        background: url(../images/digital_twin/9.png) no-repeat center center !important;
        background-size: 100% 100% !important;
    }
    .digital_twin_advantages .col .card i.i_4 {
        width: 118px !important;
        height: 71px !important;
        background: url(../images/digital_twin/10.png) no-repeat center center !important;
        background-size: 100% 100% !important;
    }
    .digital_twin_advantages .col .card i.i_5 {
        width: 65px !important;
        height: 80px !important;
        background: url(../images/digital_twin/11.png) no-repeat center center !important;
        background-size: 100% 100% !important;
    }
    .digital_twin_advantages .col .card i.i_6 {
        width: 66px !important;
        height: 68px !important;
        background: url(../images/digital_twin/12.png) no-repeat center center !important;
        background-size: 100% 100% !important;
    }
 /*数字孪生*/



 /*首页合作伙伴*/
 #partner-images.row-cols-lg-6>*{
    text-align: center;
 }
 #partner-images .col img{
    display: initial;
 }





 /*内页bannner*/
.nar_container{
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    display: flex;
    height: 100%;
}
 .nar_banner_text{
    width: 100%;
    color: #fff;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
 }
 .nar_banner_text h2{
    font-family: "sys";
    padding-bottom: 30px;
    text-shadow: 2px 4px 4px #333;
    opacity: 0;
    transform: translateY(40px);
    animation: bannerTextFadeUp 0.9s cubic-bezier(.21,1.02,.73,1.01) 0.2s forwards;
 }
 .nar_banner_text p{
    font-family: "sy";
    line-height: 30px;
    text-shadow: 2px 4px 4px #333;
    width: 55%;
    opacity: 0;
    transform: translateY(40px);
    animation: bannerTextFadeUp 0.9s cubic-bezier(.21,1.02,.73,1.01) 0.6s forwards;
 }
 .more-case{
    display: flex;
    justify-content: center;
    color: #fff;
    padding-top: 30px;
 }
 .more-case a{
    color: #0072FF;
 }
/*内页bannner*/


/*内页切换*/
.subTab{
    width: 100%;
    margin:40px 0 48px;
}
.subTab ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.subTab ul li a{
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.subTab ul li:hover a,.subTab ul li.active a{
    font-weight: bold;
    background: linear-gradient(-90deg, #0072FF 19.677734375%, #FF00F0 88.0859375%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.subTab ul li:hover a:after,.subTab ul li.active a:after{
    display: inline-block;
    content: '';
    width: 40%;
    height: 3px;
    background: linear-gradient(-90deg, #0072FF, #FF00F0);
    margin: 15px 0;
}
/*内页切换*/

/*内页大标题*/
.t105{
    padding-top: 105px;
}
.subTitle{
    text-align: center;
    margin-bottom: 60px;
}
.subTitle h4{
    font-family: "sys";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}
.subTitle h4::after{
    width: 83px;
    height: 18px;
    display: inline-block;
    content: '';
    background: url(../images/icon/title_icon.png) no-repeat center center;
    background-size: 100% 100%;
}
.subTitle p{
    color: #999;
    line-height: 26px;
}
/*内页大标题*/






.list-1 .col .card .card-body{
    padding: 30px 0 0;
}
.list-1 .col .card .card-body h4{
    padding-bottom: 24px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.list-1 .col .card .card-body p{
    color: #999;
    line-height: 30px;
}

.list-2 .col .card{
    position: relative;
    display: flex;
    justify-content: center;
}
.list-2 .col .card .card-body{
    position: absolute;
    padding-left: 40px;
}
.Technical-advantages-bg{
    background: url(../images/bg1.png) no-repeat;
    background-size: 100% 100%;
}
/*三维动画*/
.dimensional-1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin:113px 0 50px;
}
.dimensional-1 .dimensional-text{
    padding: 0 0 0 7%;
}
.dimensional-1 .dimensional-text h4{
    margin-bottom: 50px;
    font-family: "sys";
}
.dimensional-1 .dimensional-text p{
    line-height: 30px;
}
.dimensional-1 .dimensional-text .btns{
    padding-top: 120px;
}
.dimensional-1 .dimensional-text .btns button{
    height: 60px;
    border: none;
    outline: none;
    color: #fff;
}
.dimensional-1 .dimensional-text .btns button a{
    display: flex;
    padding: 0 35px;
    width: 100%;
    height: 100%;
    align-items: center;
}
.dimensional-1 .dimensional-text .btns .btn1{
    background: linear-gradient(-90deg, #0050E3, #9000FF);
    margin-right: 30px;
}
.dimensional-1 .dimensional-text .btns .btn2{
    background: #0050E3;
}
.dimensional-2 .g-4,.dimensional-2 .gy-4{
    --bs-gutter-y:0 !important;
}
.dimensional-2 .col{
    margin-top: 0;
    margin-bottom: 60px;
}
/*三维动画*/



/*仿真实验*/
.simulation-2 .col .card .card-body{
    padding: 45px 45px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.simulation-2 .col .card .card-body:hover:after{
    display: inline-block;
    content: '';
    background: linear-gradient(0deg, rgba(0,114,255,0.25) 20%, rgba(0,114,255,0.01) 80%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45%;
    left: 0;
}
.simulation-2 .col .card .card-body:hover{
    border: 1px solid rgba(0, 150, 255, 0.6);
}
.simulation-2 .col .card .card-body h4{
    margin-bottom: 28px;
}
.simulation-2 .col .card .card-body p{
    width: 98%;
    line-height: 24px;
}
.simulation-2 .col .card i {
    display: block;
    max-width: 110px !important;
    min-width: 55px !important;
}
.simulation-2 .col .card i.i_1 {
    width: 86px;
    height: 90px;
    background: url(../images/simulation/1.png) no-repeat center center;
    background-size: 100% 100%;
}
.simulation-2 .col .card i.i_2 {
    width: 106px;
    height: 67px;
    background: url(../images/simulation/2.png) no-repeat center center;
    background-size: 100% 100%;
}
.simulation-2 .col .card i.i_3 {
    width: 67px;
    height: 65px;
    background: url(../images/simulation/3.png) no-repeat center center;
    background-size: 100% 100%;
}
.simulation-2 .col .card i.i_4 {
    width: 56px;
    height: 63px;
    background: url(../images/simulation/4.png) no-repeat center center;
    background-size: 100% 100%;
}
.simulation-2 .col .justify-content-end{
    justify-content: center !important;
    width: 110px;
    float: right;
    align-items: center;
}

.simulation-1{
    width: 100%;
    background: url(../images/simulation/8.png) no-repeat;
    background-size: cover;
    padding-bottom: 40px;
    overflow: hidden;
}

.simulation-1 .swiper-container {
    width: 100%;
    margin: 0 auto;
    overflow: initial;
    padding-top: 60px;
    transform: scale(1.1);
}
.simulation-1 .swiper-container .swiper-slide{
    margin-bottom: 70px;
}
.simulation-1 .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%; 
    margin-bottom: 70px;
}

.simulation-1 .swiper-container .swiper-slide.swiper-slide-active img{
    transform: scale(1.3);
}

.simulation-1 .swiper-slide h4{
    opacity: 0;
    text-align: center;
    top: 70px;
    position: relative;
}
.simulation-1 .swiper-slide-active h4{
    opacity: 1;
    display: flex;
    justify-content: center;
}
.simulation-1 .swiper-button-center{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -44px;
}
.simulation-1 .swiper-button-prev{
    background: url(../images/icon/6.png) no-repeat;
}
.simulation-1 .swiper-button-next{
    background: url(../images/icon/6.png) no-repeat;
    transform: rotate(180deg);
}
.simulation-1 .swiper-button-next,.simulation-1 .swiper-button-prev{
    position: inherit;
    width: 58px;
    height: 57px;
}
.simulation-1 .swiper-button-prev:hover{
    background: url(../images/icon/7.png) no-repeat;
    transform: rotate(180deg);
}
.simulation-1 .swiper-button-next:hover{
    background: url(../images/icon/7.png) no-repeat;
    transform: rotate(0deg);
}
/*仿真实验*/


/*实景建模*/
.realistic_modeling-1 .realistic-image{
    width: 100%;
}
.realistic_modeling-2 .card{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}
.realistic_modeling-2 .right-container{
    display: flex;
}
.realistic_modeling_adv{
    width: 100%;
    display: flex;
}
/*
.realistic_modeling_adv .left-image{
    width: 33.33%;
}*/
.realistic_modeling_adv .card-body{
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.realistic_modeling_adv .card-body:hover:after{
    display: inline-block;
    content: '';
    background: linear-gradient(0deg, #0072FF, rgba(54, 87, 128, 0));
    position: absolute;
    bottom: 0;
    height: 45%;
    width: 100%;
}
.realistic_modeling_adv .card-body:hover{
    border: 1px solid rgba(0, 150, 255, 0.6);
}
.realistic_modeling_adv .card-body h4{
    font-family: "Ding";
    background: linear-gradient(0deg, #000 11.677734375%, #fff 88.0859375%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.realistic_modeling_adv .card-body:hover h4{
    background: linear-gradient(-90deg, #0072FF 19.677734375%, #FF00F0 88.0859375%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*
.realistic_modeling_adv .right-container{
    width: 66.666%;
}*/
.realistic_modeling_adv .right-container .right-row{
    width: 50%;
}
.realistic_modeling-3 .col .card .card-body h4{
    margin: 0;
}
.realistic_modeling-4 {
    position: relative;
    padding: 0 0 120px;
}
.realistic_modeling-4 .col .card .card-img{
    width: 100%;
    height: 100%;
    position: relative;
}
.realistic_modeling-4 .col .card .card-img::after{
   display: inline-block;
   content: '';
   width: 74px;
   height: 74px;
   background: url(../images/icon/4.png) no-repeat;
   position: absolute;
   top:0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
   background-size: 100% 100%;
}
.realistic_modeling-4 .col .card .card-body h4{
    margin-bottom:0;
    border-bottom:none;
}
.swiper-realistic_modeling{
    width: 100%;
}
.swiper-realistic_modeling .swiper-button-prev,.swiper-realistic_modeling .swiper-button-next{
    width: 66px;
    height: 66px;
    right: 0;
    background: url(../images/icon/5.png) no-repeat;
}
.swiper-realistic_modeling .swiper-button-prev{
    right: 66px;
    background: url(../images/icon/5.png) no-repeat;
    width: 66px;
    height: 66px;
    transform: rotate(180deg);
    margin-right: 20px;
}
/*实景建模*/


/*行业案例*/
.industry_case-1 .col .card{
    justify-content:end;
}
.industry_case-1 .col .card .card-body{
    padding: 30px;
}
.industry_case-1 .col .card .card-body .card-title{
    margin-bottom: 20px;
}
.nar_banner_text button{
    background: #0072FF;
    height: 60px;
    line-height: 60px;
    color: #fff;
    border: none;
    outline: none;
    width: 240px;
}
.nar_banner_text button a{
    display: block;
}
.industry_case-1 .col{
    margin-right: 5%;
    margin-bottom: 5%;
    width: 30%;
    padding: 0;
}
.industry_case-1 .col:nth-child(3n) {
    margin-right: 0;
}
/*行业案例*/


/*关于*/
.about-banner .nar_container .right-col{
    background: url('../images/about/1.png') no-repeat right center;
    background-size: contain;
}
.about-banner .nar_banner_text p{
    width: 85%;
}
.about_swiper .swiper-slide{
    margin-bottom: 95px;
}
.about_swiper .swiper-slide img{
    width: 100%;
}

.about_map h2 {
    font-family: "sys";
    margin-bottom: 64px;
}
.about_map .about_cont {
    position: relative;
}
.about_cont .adre{
    width: 290px;
    background: linear-gradient(-135deg, #0050E3, #9000FF);
    position: absolute;
    top: -16%;
    right: 40px;
    z-index: 9999;
}
.inner-page-content {
    padding: 45px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.inner-page-content ul li{
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.inner-page-content ul li img{
    margin-right: 10px;
}
.inner-page-content .group_2{
    padding: 10px 0 0;
}
/*关于*/



/*新闻*/
.new-list{
    width: 100%;
}
.new-list .news-card{
    margin-top: 60px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(146, 151, 159, 0.5);
}
.new-list .news-image{
    position: relative;
}
.new-list .news-image i{
    width: 64px;
    height: 64px;
    background: #9000FF;
    position: absolute;
    left: 22px;
    top: -22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Ding";
}
.new-list .news-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.new-list .news-content .grap{
    color: #999;
}
.new-list .news-image img{
    width: calc(100% - 60px);
    height: 100%;
}
.new-list .news-content .news-title{
    margin-bottom: 30px;
}
.new-list .news-content .news-summary {
    margin-bottom: 90px;
    line-height: 24px;
}
.new-list .news-content .new-bottom{
    display: flex;
    justify-content: space-between;
}
.new-list .news-content .new-bottom label{
    display: flex;
    justify-content: space-between;
    align-items: center;   
    cursor: pointer;
}
.new-list .news-content .new-bottom label:after{
    width: 24px;
    height: 16px;
    display: inline-block;
    content: '';
    background: url(../images/icon/8.png) no-repeat;
    margin-left: 15px;
}
/*新闻*/




/*新闻详细*/
.new-info {
    width: 100%;
    margin: 120px 0 0;
    position: relative;
}
.new-info .clearfix{
    display: flex;
    align-items: flex-start;
}
.c-info{
    width: 100%;
}
.c-info .clearfix .top-title{
    display: flex;
    width: auto;
    margin-bottom: 49px;
    flex-direction: column;
}
.c-info .clearfix .top-title .title{
    display: flex;
    align-items: end;
}
.c-info .clearfix .top-title .title h2{
    margin-right: 50px;
    margin-bottom:0;
}
.c-info .clearfix .float-start>p{
    justify-content: left !important;
}
.c-info .clearfix .float-start>p span{
    padding: 0 2rem 0 0 !important;
}
.c-info .clearfix .top-title .brief{
    margin-top: 70px;
}
.c-info .clearfix .top-title .brief p{
    line-height: 30px;
}

.new-info .clearfix .float-end{
  margin-top: 80px;
}

.new-info .clearfix h2{
    font-family: "sys";
    margin-bottom: 49px;
    text-align: center;
}
.new-info .clearfix .float-start{
    padding: 0 3% 0 0;
}
.new-info .clearfix .float-start>p{
    display: flex;
    justify-content: center;
}
.new-info .clearfix .float-start>p span{
    display:flex;
    padding: 0 2rem;
    color: #878787;
}
.new-info .clearfix .float-start .brief{
    margin-top: 80px;
}
.new-info .clearfix .float-start .brief p{
    font-size: 18px;
    line-height: 60px;
    text-indent: 30px;
}
.new-info .m60{
    margin-bottom: 80px;
}
.new-info p img{
    width: 100%;
    margin-bottom: 80px;
}

.c-info p img{
    width: 100%;
    margin-bottom: 0 !important;
}
.new-info .clearfix .share-cont{
    display: flex;
    justify-content: flex-end;
    top: inherit;
    right: 0;
    position: absolute;
}


.share{
    margin-right: 55px;
}
.close-box{
    width: 30px;
    height: 30px;
}
.close-box .nar-close{
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.new-info div.f18>p{
    line-height: 60px;
    text-indent: 30px;
    margin-bottom: 30px;    
}
/*新闻详细*/



/*产品*/
.banner{
    position: relative;
}
.banner img{
    position: relative;
    left: 3.66666667%;
}
.product header.title h2,.product header.title h1{
    font-family: "sys";
}
.product header.title p{
    line-height: 26px;
    color: #878787;
    padding-top: 50px;
}
.banner .position-absolute{
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    top: 12.2rem;
}
.banner .text_box .text{
    margin-bottom: 100px;
}
.banner .text_box .text h1{
    margin-bottom: 50px;
    font-weight: bold;
    font-family: "sys";
}
.banner .text_box .text .max-width-40{
    width: 56%;
    line-height: 30px;
    color: #878787;
}
.banner .text_box .text_button a{
    width: 160px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #5e00a3;
    outline: none;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    color: #5e00a3;
}
.banner .text_box .text_button a.ljzx_btn{
    background: #5e00a3;
    color: #fff;
    margin-right: 15px;
}
.Product-functional .card{
    position: relative;
}
.Product-functional .card-body{
    position: absolute;
    padding: 30px;
}
.Product-functional .card-body .card-title {
    margin-bottom: 20px;
}
.Product-functional .card-body .card-text{
    line-height: 26px;
    color: #fff;
    text-shadow: 2px 4px 4px #333;
}
.Product-evelopment .card{
    background: url('https://dcdid.com/static/cms/static/images/pro/product developmentimage.png') no-repeat;
    position: relative;
    background-size: 100% 100%;
    border-radius: 0;
}
.Product-evelopment .card:hover{
    background: url('https://dcdid.com/static/cms/static/images/pro/product developmentimage_hover.png') no-repeat;
    background-size: 100% 100%;
}
.Product-evelopment .card i{
    display: block;
    width: 10rem;
    height: 10rem;
}
.Product-evelopment .card i.i_1 {
    background: url('https://dcdid.com/static/cms/static/images/pro/3Dscene icon01.png') no-repeat;
    background-size: cover;
}
.Product-evelopment .card:hover i.i_1{
    background: url('https://dcdid.com/static/cms/static/images/pro/3Dscene icon01_hover.png') no-repeat;
    background-size: cover;
} 
.Product-evelopment .card i.i_2 {
    background: url('https://dcdid.com/static/cms/static/images/pro/Adaptive layout icon02.png') no-repeat;
    background-size: cover;
}
.Product-evelopment .card:hover i.i_2{
    background: url('https://dcdid.com/static/cms/static/images/pro/Adaptive layout icon02_hover.png') no-repeat;
    background-size: cover;
} 
.Product-evelopment .card i.i_3 {
    background: url('https://dcdid.com/static/cms/static/images/pro/Scene modular icon03.png') no-repeat;
    background-size: cover;
}
.Product-evelopment .card:hover i.i_3{
    background: url('https://dcdid.com/static/cms/static/images/pro/Scene modular icon03_hover.png') no-repeat;
    background-size: cover;
} 
.Product-evelopment .card i.i_4 {
    background: url('https://dcdid.com/static/cms/static/images/pro/Humancomputerinteractionicon04.png') no-repeat;
    background-size: cover;
}
.Product-evelopment .card:hover i.i_4{
    background: url('https://dcdid.com/static/cms/static/images/pro/Humancomputerinteractionicon04_hover.png') no-repeat;
    background-size: cover;
} 
.Product-evelopment .card-body{
    padding: 30px;
}
.Product-evelopment .card-body .card-title{
    padding-bottom: 30px;
}
.Product-evelopment .card-body .card-text{
    line-height: 26px;
}
.zhdl_bacground{
    overflow: hidden;
}
.zhdl_bacground .col{
    position: relative;
    overflow: hidden;
}
.zhdl_bacground .col .card-body{
    background: rgba(26, 32, 48, 0.6);
    padding: 32px 22px;
}
.zhdl_bacground .col .card{
    position: relative;
}
.zhdl_bacground .col .card:after{
    display: inline-block;
    content: '';
    width: 100%;
    height: 100%;
    background: url('https://dcdid.com/static/cms/static/images/pro/Decorative icons.png') no-repeat bottom right;
    position: absolute;
    right: 0;
    bottom: 0;
}
.zhdl_bacground .col .card-body h4{
   margin-bottom: 24px;
   color: #e8f7ff;
}
.zhdl_bacground .col .card-body p{
    line-height: 24px;
    color: rgba(232, 247, 255, 0.8);
}
.application-scenarios .card{
    position: relative;
}
.application-scenarios .card img{
    width: 100%;
    height: 100%;
}
.application-scenarios .card .card-body{
    width: 100%;
    position: absolute;
    bottom: 0;
}
.application-scenarios .card .card-body .card-title{
    text-shadow: 2px 4px 4px #333;
}

.product-banner button{
    margin-top:120px;
}
/*产品*/









/*分页*/
.pagination{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 65px;
}
.pagination .page-item{
    margin: 0 10px;
}
.pagination a.page-link{
    width: 40px;
    height: 40px;
    background: rgba(22,23,26,0);
    border: 1px solid #FFFFFF;
    border-radius: 0 !important;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
}
.pagination a.page-link.prev,.pagination a.page-link.next{
    width: 80px;
    height: 40px;
}
.pagination a.page-link:hover{
    background: #0072FF;
    border: 1px solid #0072FF;
}
/*分页*/


/*底部*/
.bottom{
    width: 100%;
    margin-top: 70px;
}
.bottom-2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;   
    padding: 50px 0;
    border-top: 1px solid #92979F;
}
.bottom-2 .foot-infor{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bottom-2 .foot-infor .txt-infor{
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    flex: 0 0 auto;
    max-width: 8rem;
}
.bottom-2 .foot-infor .txt-infor h4{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    color: #999;
}

.bottom-2 .foot-infor .bottom-menu{
    display: flex;
    flex-wrap: wrap;
}
.bottom-2 .foot-infor .bottom-menu li.menu-item{
    width: 100%;
    margin-bottom: 20px;
}

.bottom-1{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.bottom-1 .infor-wxcode{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom-1 .infor-wxcode .bottom-logo{
    display: flex;
    align-items: center;
}
.bottom-1 .txt-infor-adress{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 90px;
}
.bottom-1 .txt-infor-adress dl{
    display: flex;
    align-items: center;
}
.bottom-1 .txt-infor-adress dl .li{
    display: flex;
    align-items: center;
    margin-right: 3%;
}
.bottom-1 .txt-infor-adress dl dt{
    margin-right: 10px;
}
.bottom-1 .txt-infor-adress dl dd a{
    font-family: "Ding";
}

.links{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.links .bottom-button{
    width: 100%;
    height: 46px;
    border: 1px solid #F4F5F9;
    display: flex;
    align-items: center;
    margin-left: 18px;
}
.links .bottom-button a{
    width: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.links .bottom-button a i.jt_icon{
    display: flex;
    width: 20px;
    height: 14px;
    background: url(../images/icon/next-icon.png) no-repeat;
    background-size: 100% 100%;
}


.Website_Map{
    display: flex;
    padding: 0;
    margin: 0;
    height: 40px;
    line-height: 40px;
    align-items: center;
}
.Website_Map a{
    color: #999;
}


.bottom_links ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; 
}
.bottom_links ul li{
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.bottom_links li a{
    text-align: center;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #F8F6FF;
    float: left;
    left: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .3s;
}
.bottom_links a span{
    display: block;
    width: 16px;
    height: 20px;
}

.bottom_links li .wxcode-img{
    width: 100px;
    position: absolute;
    right: -1px;
    top: -118px;
    height: 100%;
    z-index: 99999;
}
.bottom_links li .wxcode-img img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: rotate(180deg);
}
.bottom_links li a span.fa-dy {
    background: url(../images/icon/1.png) no-repeat center center;
    background-size: 100%;
}
.bottom_links li a span.fa-sph {
    background: url(../images/icon/2.png) no-repeat center center;
    background-size: 100%;
    width: 22px;
}







.bottomer{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #92979F;
    padding-top: 20px;
    margin-bottom: 20px;
}
.bottomer .copyright{
    display: flex;
    align-items: center;
}
.bottomer .copyright .copyright-text a{
    color: #999;
}


.gotop {
    width: 50px;
    height: 50px;
    display: block;
    background: url(https://dcdid.com/static/cms/static/images/common/return.png) no-repeat;
    position: fixed;
    bottom: 18px;
    right: 30px;
    display: none;
    z-index: 9999;
    background-size: 100%;
}
/*底部*/







/*网站地图*/
.Artmain {
    padding: 120px 0 30px;
}
.article-title {
    margin: 0 0 113px;
    font-size: 16px;
}
.article-title h2 {
    line-height: 1.25;
    font-weight: 600;
    font-family: "sys";
}
.article-content {
    font-size: 16px;
}
.article-content p {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 2.5;
    /*text-align: justify;*/
    display: flex;
    flex-wrap: wrap;
}
.article-content p b a{
    color: #878787;
}
/*网站地图*/

@media (max-width: 1600px) {
    .nav li.nav-item{
        padding: 0.8rem;
    }
}



@media (max-width: 1440px) {
    .nav-link{
        font-weight: normal;
        font-size: 20px;
        padding: 0;
    }
    .card-overlay{
        width: 100%;
        position: inherit;
    }
    .Company-Product .Product_video .video_content{
        position: relative;
        padding: 0;
    }
    .Company-Product .Product_video .video_content h4{
        margin-bottom: 30px;
    }
    .Company-Product .Product_video .video_content p{
        margin-bottom: 30px;
    }

    .News-Information .flex .row .col{
        margin-bottom: 0px;
        padding-top: 50px;
    }
    .News-Information .flex .row .col:last-child{
        margin-bottom: 0;
    }
    .News-Information .flex .row .card.h-100 .card-body{
        position: initial;
        padding: 80px 20px 20px;
    }

    /*通用导航*/
    .nav li.nav-item{
        padding: 0.3rem;
    }


     /*底部*/
     .bottom{
        margin-top: 50px;
     }
    .bottom-2 .foot-infor{
        width: 100%;
        border-right:none;
    }
    .bottom-2 .foot-infor .txt-infor{
        width: 100%;
        margin-bottom: 20px;
        max-width:inherit;
    }
    .bottom-2 .foot-infor .txt-infor:last-child{
        margin-bottom: 0;
    }
    .bottom-2 .foot-infor .txt-infor h4{
        justify-content: flex-start;
        margin-bottom: 20px;
        font-size: 18px;
    }
    .bottom-2 .foot-infor .bottom-menu{
        text-align: left;
        width: 100%;
    }
     
    .bottom-1 .infor-wxcode{
        flex-direction: column;
        align-items: flex-start;
    }
    .bottom-1 .txt-infor-adress dl{
        display: flex;
        align-items: flex-start;
        width: 100%;
        /*flex-direction: column;*/
        margin-bottom: 15px;
        line-height: 25px;
    }
    .bottom-1 .txt-infor-adress{
        margin-left: 0;
    }

    .bottom-1 .infor-wxcode .bottom-logo{
        margin-bottom: 30px;
    }

    .Website_Map{
        display: flex;
        align-items: center;
        background: none;
        width: 100%;
        justify-content: space-between;
    }

    .bottomer .copyright{
        justify-content:flex-start;
        align-items: center;
        margin-bottom: 20px;
    }
    .bottomer .copyright .copyright-text a{
        font-size: 14px;
    }
    .bottom-2 .foot-infor .bottom-menu li.menu-item{
        width: calc(33.3333% - 2%);
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #181818;
        color: #CECECE;
        margin: 0 3% 3% 0;
    }
    .bottom-2 .foot-infor .bottom-menu li.menu-item:nth-child(3n){
        margin: 0;
    }
    /*底部*/


    .fixed-subnav .navbar-nav li:hover a,.fixed-subnav .navbar-nav li.active a{
        font-size: 16px;
    }
    .fixed-subnav .navbar-nav{
        justify-content: flex-start;
    }

     .container{
        padding: 0 30px;
        max-width: 1440px;
     }
     .nar_banner_text{
        width: 100%;
     }
     .nar_banner_text p{
        width: 90%;
        padding-bottom: 0;
     }
     .nar_banner_text h2{
        padding-bottom: 10px;
     }
     .nar_banner_text button{
        width: 100px;
        height: 36px;
        line-height: 36px;
        margin-top: 20px;
     }

    
    /*三维动画*/
    .dimensional-1{
        display: block;
        margin: 0;
    }
    .dimensional-1 .col-6{
        width: 100%;
    }
    .dimensional-1 .dimensional-text{
        padding: 30px 0 0 0;
    }
    .dimensional-1 .dimensional-text h4{
        margin-bottom: 30px;
    }
    .dimensional-1 .dimensional-text .btns{
        padding-top: 30px;
        display: flex;
        justify-content: space-between;
    }
    .dimensional-1 .dimensional-text .btns .btn1{
        margin-right:0;
        width: 66%;
    }
    /*
    .dimensional-1 .dimensional-text .btns .btn2{
        width: 30%;
    }*/




    .subTab{
        margin: 40px 0;
    }
    .subTab ul{
        flex-wrap: wrap;
        justify-content:inherit;
        width: 100%;
     }
     .subTab ul li{
        height: 45px;
        line-height: 45px;
        align-items: center;
        justify-content: center;
        width: 33.333%;
        padding: 0;
     }
     .subTab ul li:hover a:after, .subTab ul li.active a:after{
        margin: -4px 0 0;
     }
     .subTitle {
        margin-bottom: 30px;
     }
     .subTitle p{
        line-height: 24px;
     }
     .t105{
        padding-top:50px;
     }
     .b80{
        margin-bottom: 50px;
     }

     .list-1 .col .card .card-body p{
        line-height: 24px;
     }


     /*仿真实验*/
     .simulation-1{
        padding-bottom: 50px;
     }

     .simulation-1 .swiper-container{
        transform: scale(1);
        padding-top:0;
     }

     .simulation-1 .swiper-container .swiper-slide.swiper-slide-active img{
        transform: scale(1);
     }
     .simulation-1 .swiper-button-center{
        display: none;
     }
     .simulation-1 .swiper-slide h4{
        opacity: 1;
        top:30px;
     }

     .dimensional-2 .col:last-child{
        margin-bottom: 0;
     }
     .simulation-2 .col {
        margin-bottom: 30px;
     }
     .simulation-2 .col .card .card-body{
        padding: 15px;
     }


     /*实景建模*/
     .realistic_modeling-1 .realistic-image{
        margin-bottom: 50px;
     }
     .realistic_modeling_adv{
        display: block;
     }
     .realistic_modeling_adv .card-body{
        padding: 40px;
     }
     .realistic_modeling_adv .card-body p.realistic_modeling_adv .card-body{
       font-size: 1.2rem !important;
     }
     /*行业案例*/
     .industry_case-1 .col{
        width: 47.5%;
     }
     .industry_case-1 .col:nth-child(2n) {
        margin-right: 0;
    }
    .industry_case-1 .col:nth-child(3n) {
        margin-right: 5%;
    }

    /*关于*/
    .about_swiper .swiper-slide{
        margin-bottom: 50px;
    }
    .about_swiper .swiper-slide:last-child{
        margin-bottom: 0;
    }
    
    .nav li.nav-item .submenu li a{
        padding: 0 40px;
    }
    

}



@media (max-width: 1200px) {
    .main{
        width: 100%;
     }

    /*行业新闻*/
    .new-list .flex-column {
        flex-direction: column !important;
        padding-bottom: 30px;
    }
    .new-list .news-image{
        width: 100%;
        margin-bottom: 30px;
    }
    .new-list .news-image img{
        width: 100%;
    }
    .new-list .news-content .news-summary{
        margin-bottom: 30px;
    }
    .new-list .news-content{
        width: 100%;
    }

    .pagination{
        margin-top: 20px;
    }


    .new-info{
        width: 100%;
        margin: 30px auto 0;
    }
    .new-info .clearfix .float-start>p{
        justify-content: left;
    }
    .new-info .clearfix .float-start>p span{
        padding: 0 5px !important;
    }
    .new-info .clearfix .float-start .brief{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .new-info .clearfix .float-start .brief p{
        font-size: 16px;
        line-height: 40px;
    }
    .new-info .clearfix .float-start{
        padding: 0;
    }
    .new-info .clearfix .float-end{
        margin-top: 0;
    }
    .new-info .m60{
        width: 100%;
        margin: 0 auto 3rem;
    }


    .c-info .clearfix .top-title .title{
        display: block;
    }
    .c-info .clearfix .top-title .title .case-service-content{
        text-align: left;
        line-height: 25px;
    }
    .c-info .clearfix .top-title .title h2{
        margin-bottom: 30px;
    }
    .c-info .clearfix .top-title .brief{
        margin-top: 30px;
    }

    /*行业案例*/
    .industry_case-1 .col{
        width: 100%;
        margin-bottom: 50px;
        margin-right: 0;
    }
    .industry_case-1 .col:nth-child(2n) {
        margin-right: 0;
    }
    .industry_case-1 .col:nth-child(3n) {
        margin-right: 0;
    }

     .realistic_modeling-2 .right-container{
        display: block;
     }
     
     .realistic_modeling_adv .left-image,.realistic_modeling_adv .right-row .right-image{
        margin-bottom: 40px;
     }

     .realistic_modeling_adv .right-container .right-row{
        width: 100%;
     }
      /*.realistic_modeling_adv .right-container .right-row .right-image,.realistic_modeling-2 .card{
        margin-bottom: 40px;
     }
    
     .realistic_modeling_adv .right-container .right-row .right-image, .realistic_modeling-2 .card:last-child{
        margin-bottom: 0;
     }*/
     .realistic_modeling-4 .col .card .card-img::after{
        width: 45px;
        height: 45px;
     }


    /*首页*/
    .HomeBan{
        height: 100% !important;
    }
    .banner_text{
        text-align: center;
        bottom: 0;
        top: 0;
        justify-content: center;
        align-items: center;
        right: 0;
        margin: auto;
        width: 100%;
    }
    .banner_text h2{
        padding-bottom: 7px;
    }
    .banner_text p{
        font-size: 14px;
        line-height: 20px;
    }
    .index-banner .banner-arrow{
        display: none;
    }
    .swiper-container-banner .swiper-pagination{
        display: block;
    }
    .swiper-container-case .swiper-slide .col{
        padding: 0;
    }


    .home-title .Title{
        display: block;
        margin-bottom: 30px;
    }
    .home-title h2{
        margin-bottom: 20px;
    }
    .Core-Business .card a{
        display: flex;
        flex-direction: column;
    }
    .Core-Business .card .card-body{
        padding: 20px 0;
        order: 2;
    }
    .Core-Business .card .card-body .card-title{
        margin-bottom: 10px;
    }
    .home-title ul.navbar-nav-bar li{
        margin-left:0;
    }
    .home-title ul.navbar-nav-bar{
        justify-content: space-between;
    }



    /*首页公司产品*/
    .Company-Product .Product_video .card-overlay{
        position: relative;
        width: 100%;
        padding: 5%;
    }
    .Company-Product .Product_video .video_content .text_button{
        width: 120px;
        height: 40px;
        line-height: 40px;
    }


    /*首页行业案例*/
    .swiper-container-case .swiper-slide .col .card-body{
        padding: 20px;
    }
    .Industry-Cases .row{
        padding: 0;
    }
    .Industry-Cases .swiper-button-prev, .Industry-Cases .swiper-button-next{
        display: none;
    }
    .swiper-realistic_modeling .swiper-button-prev, .swiper-realistic_modeling .swiper-button-next{
        display: none;
    }

    /*首页新闻动态*/


    /*通用导航*/
    .logo{
        max-width: 90px;
    }
    .head-right{
        display: none;
    }
    body.menu-open{
        position: fixed;
    }
    .sidebar{
        height: 55px;
        /*padding: 0 15px;*/
    }
    /*
    .sidebar.active {
        background: rgba(0, 0, 0, 1);
        z-index: 99999;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: inherit;
    }*/
    .navbar-collapse{
        width: 100%;
        height: 100%;
        background: #000;
        position: fixed;
        top:55px;
        left: 0;
        padding: 30px 15px;
        flex-basis:auto;
    }

    .sidebar .navbar-toggler{
        color: #fff;
        border: none;
        box-shadow: inherit;
        padding: 0;
        z-index: 9999;
        position: absolute;
        right: 15px;
        width: 30px;
    }
    .menu-open .sidebar .navbar-toggler{
        position: fixed;
        right: 15px;
    }

    .nav{
        width: 100%;
        justify-content: space-between;
    }
    .nav li.nav-item{
        width: calc(50% - 10px);
        height: 100px;
        line-height: 100px;
        margin-bottom: 15px;
        justify-content: center;
        background: #181818;
        color: #CECECE;
    }
    .nav li.nav-item a{
        padding: 0;
        font-size: 20px;
    }
    .nav li.nav-item.active>a:after, .nav li.nav-item:hover>a:after{
        display: none;
    }
    /*.nav li.nav-item .submenu-wrapper{
        display: none;
    }*/
    .nav li.nav-item .submenu li a{
        padding: 0 15px;
    }
    
    .gotop{
        width: 35px;
        height: 35px;
        right: 15px;
        bottom: 65px;
    }

    /*底部*/
    .bottomer{
        display: block;
    }
    .bottom-1{
        display: block;
    }
    .links{
        width: 100%;
        margin-top: 10px;
    }
    .links .bottom-button{
        margin-left: 0;
        margin-right: 0;
        height: 40px;
        justify-content: space-between;
        width: 48%
    }

    .about_cont .adre{
        display: none;
    }
    .about_map h2{
        margin-bottom: 30px;
    }


}


@media (max-width: 992px) {
    .nar_banner_text p{
        display: none;
    }
    .container{
        padding: 0 20px;
    }
    .new-info .clearfix h2{
        width: 80%;
        text-align: left;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .share{
        display: none;
    }
    .bottom-1 .txt-infor-adress dl{
        flex-direction: column;
    }
}



/* 自定义自适应字体大小类 */
.f14 {
    font-size: 12px; /* 小屏幕默认字体大小 */
}
.f16 {
    font-size: 13px;
}
.f18 {
    font-size: 14px;
}
.f20 {
    font-size: 15px;
}
.f24 {
    font-size: 16px;
}
.f28{
    font-size: 16px;
}
.f30{
    font-size: 18px;
}
.f32{
    font-size: 18px;
}
.f36{
    font-size: 20px;
}
.f40{
    font-size: 22px;
}
.f46{
    font-size: 23px;
}
.f50 {
    font-size: 24px;
}
.f56 {
    font-size: 24px; 
}
.f60{
    font-size: 26px;
}
.f72{
    font-size: 28px;
}
.f80 {
    font-size: 30px;
}
.f90{
    font-size: 34px;
}
.f180 {
    font-size: 68px;
}
/* 小屏幕（sm，≥ 576px）字体大小 */
@media (min-width: 576px) {
    .f14 {
        font-size: 13px; 
    }
    .f16 {
        font-size: 14px;
    }
    .f18 {
        font-size: 15px;
    }
    .f20 {
        font-size: 16px;
    }
    .f24 {
        font-size: 18px;
    }
    .f28{
        font-size: 18px;
    }
    .f30{
        font-size: 20px;
    }
    .f32{
        font-size: 20px;
    }
    .f36{
        font-size: 22px;
    }
    .f40{
        font-size: 24px;
    }
    .f46{
        font-size: 25px;
    }
    .f50 {
        font-size: 26px;
    }
    .f56 {
        font-size: 28px;
    }
    .f60{
        font-size: 30px;
    }
    .f72{
        font-size: 32px;
    }
    .f80 {
        font-size: 32px;
    }
    .f90{
        font-size: 36px;
    }
    .f180 {
        font-size: 72px;
    }
}

/* 中等屏幕（md，≥ 768px）字体大小 */
@media (min-width: 768px) {
    .f14 {
        font-size: 14px; 
    }
    .f16 {
        font-size: 15px;
    }
    .f18 {
        font-size: 16px;
    }
    .f20 {
        font-size: 18px;
    }
    .f24 {
        font-size: 20px;
    }
    .f28{
        font-size: 20px;
    }
    .f30{
        font-size: 22px;
    }
    .f32{
        font-size: 24px;
    }
    .f36{
        font-size: 26px;
    }
    .f40{
        font-size: 28px;
    }
    .f46{
        font-size: 28px;
    }
    .f50 {
        font-size: 28px;
    }
    .f56 {
        font-size: 30px;
    }
    .f60{
        font-size: 38px;
    }
    .f72{
        font-size: 42px;
    }
    .f80 {
        font-size: 44px;
    }
    .f90{
        font-size: 48px;
    }
    .f180 {
        font-size: 96px;
    }
    
}
/* 大屏幕（lg，≥ 992px）字体大小 */
@media (min-width: 992px) {
    .f14 {
        font-size: 14px; 
    }
    .f16 {
        font-size: 15px;
    }
    .f18 {
        font-size: 16px;
    }
    .f20 {
        font-size: 18px;
    }
    .f24 {
        font-size: 18px;
    }
    .f28{
        font-size: 22px;
    }
    .f30{
        font-size: 24px;
    }
    .f32{
        font-size: 26px;
    }
    .f36{
        font-size: 30px;
    }
    .f40{
        font-size: 34px;
    }
    .f46{
        font-size: 35px;
    }
    .f50 {
        font-size: 36px;
    }
    .f56 {
        font-size: 38px;
    }
    .f60{
        font-size: 46px;
    }
    .f72{
        font-size: 48px;
    }
    .f80 {
        font-size: 50px;
    }
    .f90{
        font-size: 60px;
    }
    .f180 {
        font-size: 120px;
    }
}

/* 特大屏幕（xl，≥ 1200px）字体大小 */
@media (min-width: 1200px) {
    .f16 {
        font-size: 16px;
    }
    .f18 {
        font-size: 16px;
    }
    .f20 {
        font-size: 20px;
    }
    .f24 {
        font-size: 24px;
    }
    .f28{
        font-size: 28px;
    }
    .f30{
        font-size: 30px;
    }
    .f32{
        font-size: 32px;
    }
    .f36{
        font-size: 36px;
    }
    .f40{
        font-size: 40px;
    }
    .f46{
        font-size: 46px;
    }
    .f50 {
        font-size: 50px;
    }
    .f56 {
        font-size: 56px;
    }
    .f60{
        font-size: 52px;
    }
    .f72{
        font-size: 56px;
    }
    .f80 {
        font-size: 60px;
    }
    .f90{
        font-size: 72px;
    }
    .f180 {
        font-size: 144px;
    }
}
@media (min-width: 1400px) {
    .f18 {
        font-size: 18px;
    }
    .f46{
        font-size: 46px;
    }
    .f60{
        font-size: 60px;
    }
    .f72{
        font-size: 72px;
    }
    .f80 {
        font-size: 80px;
    }
    .f90 {
        font-size: 90px;
    }
    .f180 {
        font-size: 180px;
    }
}


@media (min-width: 1400px) {
/* 首页核心业务卡片炫酷悬停效果 */
.Core-Business .card {
    transition: 
        transform 0.35s cubic-bezier(.21,1.02,.73,1.01),
        box-shadow 0.35s cubic-bezier(.21,1.02,.73,1.01),
        border-color 0.35s;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.Core-Business .card:hover {
    transform: translateY(-12px);
    box-shadow: 0 12px 40px 0 rgba(0, 123, 255, 0.18), 0 2px 8px rgba(0,0,0,0.10);
}
.Core-Business .card:hover .card-img-top {
    transform: scale(1.08);
    filter: brightness(1.1) saturate(1.2);
}
.Core-Business .card-img-top {
    transition: transform 0.4s cubic-bezier(.21,1.02,.73,1.01), filter 0.4s;
}
.Core-Business .card::before {
    content: "";
    position: absolute;
    left: -60%;
    top: -60%;
    width: 220%;
    height: 220%;
    opacity: 0;
    transition: opacity 0.4s;
    z-index: 0;
    pointer-events: none;
}
.Core-Business .card:hover::before {
    opacity: 0.12;
}
.Core-Business .card-body, 
.Core-Business .card-title, 
.Core-Business .card-text {
    position: relative;
    z-index: 2;
    transition: color 0.3s;
}
.Core-Business .card:hover .card-title,
.Core-Business .card:hover .card-text {
    color: #fff;
}
}

@keyframes bannerTextFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* 首页我们的客户模块依次淡入动画 */
#partner-images .client-animate {
    opacity: 0;
    transform: translateY(60px);
    filter: blur(8px);
    transition: opacity 0.2s cubic-bezier(.21,1.02,.73,1.01), transform 0.2s cubic-bezier(.21,1.02,.73,1.01), filter 0.2s cubic-bezier(.21,1.02,.73,1.01);
}
#partner-images .client-animate.animated {
    opacity: 1;
    transform: none;
    filter: none;
}

/* 首页新闻动态卡片依次淡入动画 */
.News-Information .news-animate-card {
    opacity: 0;
    transform: translateY(120px);
    filter: blur(8px);
    transition: opacity 1.2s cubic-bezier(.21,1.02,.73,1.01), transform 1.2s cubic-bezier(.21,1.02,.73,1.01), filter 1.2s cubic-bezier(.21,1.02,.73,1.01);
}
.News-Information .news-animate-card.animated {
    opacity: 1;
    transform: none;
    filter: none;
}