* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: 100%;
}

body {
    font-family: "PingFangSC-regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, miui, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    font-size: 14px;
}

/* 版心 */
.wrapper {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    /* background-color: pink; */
}


.wrapper-information {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    /* background-color: pink; */
}

.HomePage {
    background-color: #fff;
}

/* 顶部导航栏 */
.topNav {
    height: 103px;
    background-color: #FFF;
    box-shadow: inset 0 -1px #d7d8d9;
    /* 改 */
    /* position: relative; */
    /* 改 */
}

.topNav .topNav-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topNavLeft .logo {
    flex: 1;
    width: 84px;
    height: 44px;
}

.topNavCenter {
    /* display: flex;
    align-items: center; */
    flex: 1;
    margin-right: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.topNavCenter .current {
    color: #E80012 !important;
    font-weight: 700;
}

.topNavCenter .item a:hover {
    color: #E80012;
    font-weight: 700;
}

.topNavCenter .item a {
    display: inline-block;
    /* width: 136px; */
    width: 107px;
    height: 103px;
    /* background-color: #fff; */
    text-align: center;
    color: #333;
    /* font-size: 18px; */
    line-height: 103px;
}

.search {
    /* width: 210px; */
    width: 238px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search .layui-input {
    /*width: 172px; */
    width: 200px;
    height: 28px;
    border-radius: 10px;
}

/* ke服电话 */
.topNavRight {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 155px;
    height: 28px;
    background-color: #E70012;
    border-radius: 35px;
    color: #ffffff;
    font-weight: 700;
}

.topNavRight .iconfont {
    font-size: 20px;
}

/* 顶部导航栏 */

/* 产品与服务弹出层 */
/* 改 */
.HomePage {
    position: relative;
}

.layerdemo-box {
    position: absolute;
    top: 103px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 999;
    width: calc(100% - 2px);
    display: none;
    margin-right: 1px;
    margin-left: 1px;
    box-shadow: 0 10px 15px #0000001a;
}

/* 改 */
.layerdemo {
    height: 382px;
    max-height: 382px;
    background-color: #fff;
    /*border-radius: 10px;*/
    display: flex;
    position: relative;
}

/* 关闭按钮 */
.layerdemo .icon-guanbi {
    color: #2A2E37;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    top: 10px;
    right: 30px;
}

/* 左侧公司信息 */
.layerdemo .left-tuwen {
    width: 400px;
    background-color: #f5f5f6;
    height: 100%;
    float: left;
    padding-left: 74px;
    padding-right: 74px;
    min-height: 362px;
    position: relative;
}

.layerdemo .left-tuwen .background{
    background-image: url(../images/tuwen.png);
    /*filter: grayscale(100%) brightness(120%);*/
    background-repeat: no-repeat; /* 确保不重复 */
    background-position: center; /* 居中显示 */
    background-size: cover; /* 铺满元素 */
    position: absolute;
    width: 240px;
    bottom: 20px;
    height: 160px;
    left: calc(50% - 120px);
}

.left-tuwen ul {
    padding-top: 32px;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 32px;
    text-align: center;
}

.left-tuwen ul li {
    font-size: 16px;
    font-family: AlibabaPuHui-bold;
    font-weight: 600;
    color: #181818;
    line-height: 45px;
}

.left-tuwen ul li a {
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
}

.left-tuwen ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #ff6a00;
    width: 0px;
    transition: ease .8s;
}

.left-tuwen ul li a.active {
    color: #ff6a00;
}

.left-tuwen ul li a.active:before {
    width: 100%;
}

/* 右侧链接 */
.right-navlink {
    float: right;
    height: 100%;
    width: calc(100% - 300px);
    overflow: hidden;
    /*overflow-y: auto;*/
    padding: 24px;
    padding-left: 50px;
}

.right-navlink a {
    font-size: 13px;
    color: #181818;
    letter-spacing: 0;
    line-height: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
    display: inline-block;
}

.right-navlink a:hover {
    color: #ff6a00;
}


.zh-trade {
    width: 100%;
    height: 100%;
}

.zh-trade-group {
    display: flex;
    /*height: 80%;*/
    flex: 1;
    flex-wrap: nowrap;
    gap: 20px;
    width: 100%;
}

.zh-trade-group .group-item{
    display: flex;
    flex-direction: column;
    width: 25%;
}


.zh-trade:not(:first-child){
    display: none;
}

.zh-trade-title,
.zh-zhaocai-title,
.zh-area-title {
    margin-top: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

.right-navlink .more-message {
    padding-top: 10px;
    color: #4080FF;
}

/* 内容 */

/* 公共标题样式 */
.common-title-box {
    width: 100%;
    height: 192px;
    padding: 80px 48px;
    text-align: center;
}

.common-title-box h2 {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    margin-right: 10px;
}

.common-title-box .title-info {
    font-size: 16px;
    color: #666;
}

/* 公共标题样式 */
/* 产品区 */
/* 左侧 */
.product-box {
    width: 1200px;
    margin: 0 auto;
    /* background-image: url(../images/背景@1x.png); */
    /* padding: 46px 14px; */
    /* background-color: papayawhip; */
}

.product-box .manage-top-box {
    /* border: 1px solid #000; */
    display: flex;
    justify-content: space-between;
}

.manage-top-box .manage-left-info {
    width: 24%;
    height: 480px;
    background: linear-gradient(0, rgba(0, 123, 211, 0.75), rgba(255, 255, 255, 0.42));
    padding: 45px 15px;
    max-width: 24%;
    min-width: 24%;
    position: relative;
}

.manage-left-info .title {
    font-weight: 700;
    font-size: 28px;
}

.manage-left-info .text {
    font-size: 12px;
    line-height: 18px;
    color: #788387;
    margin: 16px 0 43px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

.manage-left-info li {
    text-indent: 1em;
    position: relative;
    margin-bottom: 20px;
    color: #323B3F;
}

.manage-left-info li::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #FF6161;
    border-radius: 50%;

    position: absolute;
    top: 8px;
    left: 0px;
}

.manage-left-info .layui-btn {
    background-color: #E70012;
    width: 188px;
    height: 55px;
    font-size: 18px;
    border-radius: 15px;
    font-weight: 400;
    line-height: 55px;
}

/* 右侧 */
.manage-right-detail {
    flex: 1;
    display: flex;
    color: #1F292E;
    position: relative;
    width: 76%;
    min-width: 76%;
    max-width: 76%;
    flex-wrap: nowrap;
    height: 490px;
    gap: 20px;
    padding-right: 10px;
    overflow: hidden;
}

.manage-right-detail .left-jiantou {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 62px;
    height: 62px;
    cursor: pointer;
}

.manage-right-detail .right-jiantou {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 62px;
    height: 62px;
    cursor: pointer;
}

.manage-right-detail.active .left-jiantou img {
    display: block;
}

.manage-right-detail.active .right-jiantou img {
    display: block;
}

.manage-right-detail .left-jiantou img {
    display: none;
}

.manage-right-detail .right-jiantou img {
    display: none;
}

.manage-right-detail .right-jiantou img:hover {
    filter: grayscale(100%) invert(100%) sepia(100%);
}

.manage-right-detail .left-jiantou img:hover {
    filter: grayscale(100%) invert(100%) sepia(100%);
}

.detail-item-box {
    width: 290px;
    height: 480px;
    background: linear-gradient(to top, rgba(248, 248, 248, 0.3), rgba(248, 248, 250, 1));
    padding: 40px 23px;
    text-align: center;
    max-width: 290px;
    min-width: 290px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.detail-item-box .text h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.detail-item-box .text p {
    font-size: 14px;
    color: #788387;
    text-align: left;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    overflow: hidden;
}

.detail-item-box .pic {
    height: 100px;
    line-height: 100px;
    /* border: 1px solid #000; */
}

.detail-item-box .pic img {
    width: 82px;
    height: 65px;
}

/* 被选中的样式 */
.manage-right-detail .selected {
    background: linear-gradient(to top, rgba(248, 248, 248, 0.61), rgba(248, 248, 250, 1));
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}


/* 典型案例和新闻资讯背景 */
.caseNewsBgc {
    width: 100%;
    /*height: 1460px;*/
    background-color: #F9F9FB;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 49px; 
}

/* 1.典型案例区 */
.case {
    /*width: 1133px;*/
    width: 1340px;
    /*height: 730px;*/
    background-color: #fff;
    text-align: center;
    border-radius: 49px;
}

.case h4 {
    margin-top: 32px;
    color: #28374F;
    font-size: 28px;
}

.case-con {
    display: flex;
    justify-content: space-between;
    padding: 47px 51px;
    color: #fff;
}


.case-default-con {
    width: 253px;
    height: 490px;
    /* background-color: palegreen; */
    padding: 25px 13px;
    text-align: start;
    background-image: url(../images/case/brief1.png);
    display: flex;
    flex-direction: column;
    position: relative;
}

.case-default-con.active {
    width: 629px !important;
    height: 490px !important;
    padding: 25px 37px !important;
    background-image: url(../images/case/detailed1.png);
}

.case-default-con.active .company-detailed {
    display: unset;
}

.case-default-con.active .company-brief {
    display: none;
}

.case-default-con .company-detailed {
    position: relative;
    display: none;
}

.case-default-con:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(3, 67, 115, 1), rgba(0, 123, 211, 0.44));
}

.case-default-con:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(3, 67, 115, 1), rgba(0, 123, 211, 0.8));
}

.case-default-con:nth-child(3)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(3, 67, 115, 1), rgba(15, 64, 245, 0.44));
}

.case-default-con .company-detailed .company-box {
    z-index: 1;
}

.case-default-con .company-detailed .company-box .logo {
    width: 64px;
    height: 64px;
}

.company-box .title-box {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.company-box .title-box .title {
    font-size: 28px;
}

.company-detailed .info,
.company-more {
    line-height: 20px;
    font-size: 14px;
    color: #CECECE;
}

.company-item {
    margin: 10px 0;
    z-index: 1;
}

.company-item .title {
    font-size: 20px;
    margin-bottom: 4px;
}

.company-more {
    z-index: 1;
    margin-top: 20px;
}

.case-default-con .company-brief .title {
    font-size: 28px;
    margin-bottom: 64px;
    z-index: 1;
}

.case-default-con .company-brief {
    position: relative;
}


.company-brief .info {
    font-size: 18px;
    line-height: 25px;
    z-index: 1;
}


/* .case-con div{
    position: relative;
}
.case-con div::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(15,64,245,0.44));
} */


/* 2.新闻资讯区 */
.news {
    text-align: center;
    width: 1200px;
    /*height: 100%;*/
    padding: 47px 51px;
    background-color: #fff;
    text-align: center;
    border-radius: 49px;
}

.news h4 {
    font-size: 28px;
    color: #28374F;
}

.news-con-box {
    /* padding-top: 30px; */

    display: flex;
    justify-content: space-between;
    align-items: start;
}

.news-con-item {
    width: 245px;
}

.news-img-box {
    width: 245px;
    height: 266px;
    border-radius: 10px;
    background-color: #fff;
}

.news-con-item .text {
    margin-top: 23px;
    color: #333333;
    text-align: start;
}

/* 战略合作伙伴区 */
.partners {
    padding-bottom: 36px;
}

.partners h4 {
    font-size: 28px;
    color: #28374F;
    text-align: center;
}

.partners .sign {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    /* padding: 0 0 47px; */
}

.sign-item {
    width: 20%;
    height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 50px;
}


.partners-more {
    width: 1200px;
    /* height: 146px; */
    height: 400px;
    border-radius: 10px;
    background-color: #E70012;

    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.partners-more .layui-form-label {
    width: 100px;
}

.partners-more .text {
    color: #fff;
    letter-spacing: 6px;
    font-size: 28px;
    font-weight: 700;
    margin-right: 10px;
}

.partners-more .text1 {
    font-size: 16px;
    color: #eee;
    /*font-family: SFUIText-regular;*/
    margin-top: -30px;
}

.partners-more .question {
    /*display: flex;*/
    width: 60%;
}

.partners-more .question .layui-input {
    /*width: 164px;*/
    height: 36px;
    border-radius: 4px 4px 4px 4px;
    background-color: #efefef;
}

.partners-more .layui-btn {
    width: 96px;
    height: 36px;
    border-radius: 4px;
    color: #E70012;
    background-color: #fff;
    line-height: 36px;

    margin-left: -3px
}

/* 底部导航区域 */
.bottom-box {
    width: 100%;
    height: 266px;
    background-color: #fff;
    margin-top: 20px;
}

.bottom-nav-box {
    border-bottom: 1px solid #BBBBBB;
}

/* 1.导航链接部分 */
.bottom-nav {
    display: flex;
    height: 214px;
    /* padding: 27px 0; */
}

/* 左侧公司信息 */
.bottom-nav .left-message {
    width: 480px;
    /* border: 1px solid #000; */

    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.left-message .logo {
    width: 140px;
    height: 24px;
}

.contact-phone i,
.contact-email i,
.contact-address i {
    color: #E70012;
    font-size: 20px;
    margin-right: 12px;
}

.contact-phone,
.contact-email,
.contact-address {
    display: flex;
    align-items: center;
}

.contact-phone .phone {
    color: #E70012;
    font-size: 18px;
    font-family: AlibabaPuHui-regular;
    font-weight: 500;
}

/* 右侧链接 */
.right-link {
    display: flex;
    font-family: SourceHanSansSC-regular;
}

.right-link div {
    margin-right: 60px;
}

.friendship-title,
.solution-title,
.about-us-title {
    margin: 26px 0 14px;
}

.friendship-item,
.solution-item,
.about-us-item {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: #667880;
}

.friendship-item a,
.solution-item a,
.about-us-item a {
    margin-bottom: 8px;
}

/* 2.备案 */
.beian {
    font-size: 12px;
    color: #6C6C6C;
    height: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.beian .num span {
    color: #000;
}

.pagepublicbox {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.page_elemAD2 {
    width: 100%;
    height: 780px;
    /*margin-bottom: 24px;*/
}

.ADbg_3 {
    background-image: -webkit-image-set(url(/static/resok/images/img_ad_3@1.jpg) 1x, url(/static/resok/images/img_ad_3@1.jpg) 2x);
    background-image: image-set(url(/static/resok/images/img_ad_3@1.jpg) 1x, url(/static/resok/images/img_ad_3@1.jpg) 2x);
    background-color: #032b62;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.maincontainer {
    width: 100%;
    padding: 0px 24px;
    height: 100%;
}

.bootcontainer {
    width: 70%;
    margin: 0 auto;
}

.caselistindustry {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding-top: 140px;
}

.caselistindustry_details {
    width: 76%;
    min-height: 1px;
    overflow: hidden;
    float: left;
}

.caselistindustry_details .tabscontentcase {
    display: none;
}

.caselistindustry_details .tabscontentcase_current {
    display: block;
}

.caselistindustry_detailsbox {
    width: 76%;
    min-height: 1px;
    overflow: hidden;
    float: left;
}

.caselistindustry_detailsmain {
    padding: 60px 0px 0px 88px;
}

.caselistindustry_detailsbox_tbox {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.caselistindustry_detailsbox_tbox span {
    display: block;
}

.caselistindustry_detailsbox_tboxtitle {
    font-size: 48px;
    line-height: 64px;
    color: #ffffff;
    font-weight: bold;
}

.caselistindustry_detailsbox_tboxdesc {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, .48);
}

.caselistindustry_detailsbox_tdesc {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.caselistindustry_detailsbox_ticobox {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    margin-top: 64px;
}

.caselistindustry_detailsbox_ticobox ul {
    padding: 0;
    margin: 0;
}

.caselistindustry_detailsbox_ticobox ul li {
    list-style: none;
    float: left;
    margin-right: 16px;
}

.caselistindustry_detailsbox_tico {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.caselistindustry_detailsbox_tico img {
    height: 40px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .caselistindustry {
        padding-top: 32px;
        position: relative;
    }

    .caselistindustry_navlist {
        width: 100%;
        padding: 16px 0px;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .caselistindustry_navlist_name {
        padding-left: 0px;
        text-align: center;
        color: #ffffff;
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .caselistindustry_navlist_list {
        padding: 12px 0px;
        margin-bottom: 20px;
        position: absolute;
        bottom: 24px;
    }

    .caselistindustry_details {
        width: 100%;
    }

    .caselistindustry_detailsbox {
        width: 100%;
    }

    .caselistindustry_detailsmain {
        padding: 24px 12px 0px 12px;
    }

    .caselistindustry_detailsbox_tboxtitle {
        font-size: 24px;
        line-height: 36px;
    }

    .caselistindustry_navlist_listnone {
        display: none;
    }

    .page_elemADmainbox_tbtn {
        display: none;
    }

    .caselistindustry_detailsbox_ticobox {
        display: none;
    }

    #caselistindustry {
        height: 100%;
    }

    .caselistindustry_navlist_list ul li a {
        width: auto;
        font-size: 12px;
        line-height: 36px;
        padding-left: 8px;
        padding-right: 8px;
        float: left;
        color: rgba(255, 255, 255, .48);
        border-left: 0px !important;
    }

    .caselistindustry_navlist_list ul li a:hover {
        border-left: 0px !important;
        color: #ffffff;
        background: none;
    }

    .caselistindustry_navlist_list ul li a.active {
        border-left: 0px !important;
        color: #ffffff;
        background: none;
    }
}

.caselistindustry_navlist {
    width: 24%;
    min-height: 1px;
    overflow: hidden;
    float: left;
    background-color: rgba(0, 80, 157, .08);
    padding: 36px 0px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.caselistindustry_details {
    width: 76%;
    min-height: 1px;
    overflow: hidden;
    float: left;
}

.caselistindustry_navlist_name {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    font-size: 12px;
    line-height: 24px;
    color: rgba(255, 255, 255, .36);
    padding-left: 58px;
}

.caselistindustry_navlist_list {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding: 16px 0px;
}

.caselistindustry_navlist_list ul {
    padding: 0;
    margin: 0;
}

.caselistindustry_navlist_list ul li {
    list-style: none;
}

.caselistindustry_navlist_list ul li a.active {
    border-left: 3px solid #ffffff;
    background-color: rgba(255, 255, 255, .06);
}

.caselistindustry_navlist_list ul li a {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    display: block;
    font-size: 16px;
    line-height: 56px;
    color: #ffffff;
    padding-left: 56px;
    border-left: 3px solid rgba(255, 255, 255, .001);
}

.caselistindustry_navlist_list ul li a:hover {
    border-left: 3px solid #ffffff;
    background-color: rgba(255, 255, 255, .06);
}

@media (min-width: 1921px) {
    .maincontainer {
        width: 1920px !important;
        margin: 0 auto !important;
    }

    .ADbg_1,
    .ADbg_2,
    .ADbg_3,
    .ADbg_4 {
        background-size: 100% 100%;
    }
}

.Companyintro_tmain_content_tcontent {
    width: 100%;
    padding: 30px 0px 12px 0px;
    color: rgba(255, 255, 255, .88);
    font-size: 13px;
    line-height: 22px;
}

.Companyintro_maincontent_boxbtn {
    margin-top: 10px;
    width: 100%;
}

.Companyintro_maincontent_boxbtn a{
    color: rgba(255, 255, 255, .88);
    font-size: 13px;
    line-height: 22px;
}

.caselistindustry_detailsbox_ticobox {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    margin-top: 64px;
}

.caselistindustry_detailsbox_ticobox ul {
    padding: 0;
    margin: 0;
}

.caselistindustry_detailsbox_ticobox ul li {
    list-style: none;
    float: left;
    margin-right: 16px;
}

.caselistindustry_detailsbox_tico {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.caselistindustry_detailsbox_tico img {
    height: 40px;
}