/* 系统技术 */
.system-technology-container{
    width: 100%;
    padding: 9rem 0;
    background: #e1e2e2;
}
.system-technology-container-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.system-technology-container-header-left{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.system-technology-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
    font-weight: 100;
    line-height: 1.5;
}
.system-technology-container-header-right{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.system-technology-container-header-sub-title{
    font-size: 1.875rem;
    font-weight: 100;
}
.system-technology-container-header-sub-title span{
    color: #fe791d;
}
.system-technology-desc-swiper-wrap{
    width: 100%;
    padding-top: 4.125rem;
}
.system-technology-desc-swiper{
    width: 100%;
}
.system-technology-desc-swiper .swiper-slide{
    width: 31.3125rem;
    height: 45rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.system-technology-desc{
    width: 31rem;
    height: 43.5rem;
    border-radius: 1.875rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.system-technology-desc-poster{
    width: 31rem;
    height: 43.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.system-technology-desc-poster-img{
    width: 31rem;
    height: 43.5rem;
    object-fit: cover;
}
.system-technology-desc-info{
    width: 31rem;
    height: 43.5rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
}
.system-technology-desc-info-header{
    width: calc(100% - 7.5rem);
    padding: 4.875rem 3.75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.system-technology-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
    color: #FFFFFF;
    font-weight: 100;
}
.system-technology-desc-description{
    width: 100%;
    padding-top: 1.875rem;
    text-align: left;
    font-size: 1rem;
    font-weight: 100;
    color: #FFFFFF;
}
.system-technology-desc-info-footer{
    width: calc(100% - 3.75rem);
    padding: 2.0625rem 1.875rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}
.system-technology-desc-info-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}
.system-technology-desc-info-action{
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 1.4375rem;
    background: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.system-technology-desc-info-action:hover{
    background: #fe791d;
}
.system-technology-desc-info-action-icon{
    width: 1.375rem;
    height: 1.375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.system-technology-desc-info-action-icon-img{
    width: 1.375rem;
    height: 1.375rem;
    object-fit: contain;
}
.system-technology-desc-info-action-icon-img:last-of-type{
    display: none;
}
.system-technology-desc-info-action:hover .system-technology-desc-info-action-icon-img:last-of-type{
    display: block;
}
.system-technology-desc-info-action:hover .system-technology-desc-info-action-icon-img:first-of-type{
    display: none;
}

/* 产品资料下载 */
.product-catalog-container{
    width: 100%;
    padding: 10.625rem 0;
}
.product-catalog-container-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.product-catalog-container-content-left{
    width: 50.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-catalog-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-catalog-title{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
    font-weight: 100;
    line-height: 1.5;
}
.product-catalog-menu{
    width: 100%;
    margin-top: 6.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: #000000 solid 0.125rem;
}
.product-catalog-menu-item{
    width: 100%;
    padding: 1.25rem 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-bottom: #000000 solid 0.125rem;
    text-decoration: none;
}
.product-catalog-menu-item-icon{
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-catalog-menu-item-icon-img{
    width: 1.75rem;
    height: 1.75rem;
    object-fit: contain;
}
.product-catalog-menu-item-title{
    flex: 1;
    padding-left: 1rem;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 500;
    color: #000000;
}
.product-catalog-container-content-right{
    width: 36.4375rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-catalog-poster{
    width: 36.4375rem;
    height: 39.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 0.625rem;
    overflow: hidden;
}
.product-catalog-poster-img{
    width: 36.4375rem;
    height: 39.875rem;
    object-fit: cover;
}

/* 弹窗 */
.dialog{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(1.25rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow-y: auto;
}
.dialog-content{
    width: calc(62.5rem - 8.4375rem - 8.4375rem);
    padding: 6.875rem 8.4375rem;
    background: #FFFFFF;
    border-radius: 1.875rem;
    overflow: hidden;
    position: relative;
}
.dialog-header-actions{
    width: calc(100% - 3.75rem);
    padding: 1.875rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.dialog-header-action{
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1.75rem;
    background: #eb5c21;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.dialog-header-action-icon{
    width: 1.4375rem;
    height: 1.4375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.dialog-header-action-icon-img{
    width: 1.4375rem;
    height: 1.4375rem;
    object-fit: contain;
}
.dialog-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.dialog-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: 100;
}
.dialog-body{
    width: 100%;
    padding-top: 4.0625rem;
}

/* AI助手弹窗 */
.ai-assistant-dialog{
    width: calc(100% - 21.25rem);
    height: calc(100vh - 21.25rem);
    padding: 10.625rem;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(2.5rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.ai-assistant-dialog-content{
    width: calc(39.375rem - 8.75rem);
    padding: 3.125rem 4.375rem;
    border-radius: 1.875rem;
    background: #f1f1f1;
    position: relative;
}
.ai-assistant-dialog-close-btn{
    width: 2.875rem;
    height: 2.875rem;
    background: #000000;
    border-radius: 1.4375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -2.875rem;
    right: -2.875rem;
    cursor: pointer;
}
.ai-assistant-dialog-close-btn-icon{
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.ai-assistant-dialog-close-btn-icon-img{
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
}
.ai-assistant-body{
    width: 100%;
}
.ai-assistant-dialog-iframe{
    width: 100%;
    height: 32.5rem;
    border: none;
    outline: none;
}

.page-header-menu{position:fixed;width:100%;height:100%;top:0;left:0;z-index:999;transform:translateX(-9999px);}
.page-header-menu .header-menu-bg{width:100%;height:100%;background:#000}
.page-header-menu .header-menu-bg.on{opacity:0.5;transition: opacity 300ms cubic-bezier(0.65, 0, 0.35, 1);}
.page-header-menu .menu-close-box{ display:flex; padding:30px;flex-direction: row;justify-content: space-between;align-items: center;}
.page-header-menu .menu-close-box .logo img{height:30px;}
.page-header-menu .menu-close-box a.close{display: flex;flex-direction: row;align-items: center;}
.page-header-menu .menu-close-box a.close img{ padding-right:20px;}
.page-header-menu .header-menu-box{background:#fff;width:100%;max-width:300px;overflow:hidden;height:100%;font-size:14px;position: absolute;top: 0;right: 0;position:absolute;top:0;right:0;transform:translateX(300px);transition: transform 400ms ease-in-out;overflow-y: auto;-moz-user-select: -moz-none;-webkit-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;-webkit-overflow-scrolling: touch!important;}
.page-header-menu .header-menu-box.on{transform: translateX(0px);transition: transform 400ms ease-in-out;}
.page-header-menu .header-menu-box h2{ padding:0 30px; font-size:25px;font-weight: normal;}
.page-header-menu .header-menu-box .ul{font-size:18px;padding:30px;}
.page-header-menu .header-menu-box li{list-style: none;line-height:45px;}
.page-header-menu .header-menu-box a{color:#000;text-decoration: none;}
.page-header-menu .header-menu-box a:hover{color:#eb5c21}
.page-header-menu .header-menu-box .p{ padding:0 30px;line-height:30px;}
.page-header-menu .header-menu-box nav{ border-top:solid 1px #ebebeb; padding:20px 30px; margin:20px 0;line-height:30px;position: absolute;bottom: 0;width: 100%;left: 0;}
.page-header-menu .header-menu-box nav a{display: flex;flex-direction: row;align-items: center;}
.page-header-menu .header-menu-box nav a img{ padding-right:20px;}

@media (max-width: 1024px) {
    .system-technology-container-header-title,.system-technology-container-header-sub-title,.system-technology-desc-title{font-size:18px;}
    .system-technology-desc-description{font-size:15px;}
    .system-technology-desc{width:100%;height:100%;}
    .dialog-header-title{font-size:15px;}
    .dialog-body{padding-top:10%;}
    .dialog-body,.dialog-body p,.dialog-body p span{font-size:13px!important;}
    .dialog-header-actions{ padding:5% 0;}
    .dialog-content {width: 80%;padding:10% 5%;}
    .dialog-header-action,.system-technology-desc-info-action,.ai-assistant-dialog-close-btn{width:30px;height:30px;border-radius:15px;}
    .ai-assistant-dialog-close-btn-icon,.ai-assistant-dialog-close-btn-icon-img,.dialog-header-action-icon,.dialog-header-action-icon-img,.system-technology-desc-info-action-icon,.system-technology-desc-info-action-icon-img,.product-catalog-menu-item-icon,.product-catalog-menu-item-icon-img{width:20px;height:20px;}
    .system-technology-desc-swiper .swiper-slide{width:50%;height:auto;}
    .system-technology-desc-info,.system-technology-desc-poster,.system-technology-desc-poster-img{width:100%;height:100%;}
    .system-technology-desc-info-header{height:auto;width:auto;padding:10%;}
    .system-technology-desc-info-footer{padding:7.5% 0;}
    .ai-assistant-dialog-content{width:90%;padding:5%}
    .ai-assistant-dialog-iframe{height:200rem;}
    .product-catalog-container-content{display:block}
    .product-catalog-container-content-left,.product-catalog-container-content-right{width:100%;}
    .product-catalog-title{font-size:18px;}
    .product-catalog-menu-item-title{font-size:16px;}
    .product-catalog-menu-item{ padding:15px 0;}
    .product-catalog-container-content-right{ margin:10% 0 5%;}
    .product-catalog-poster,.product-catalog-poster-img{width:100%;height:auto}
    .swiper-pagination{position:relative!important;margin:5% 0!important}
    .system-technology-container-header-left{width:75%}
}

@media (max-width: 640px) {
    .page-header-menu .header-menu-box{max-width:480px;}
    .page-header-menu .header-menu-box .ul{font-size:15px;}
    .page-header-menu .header-menu-box li{line-height:35px;}
}

