/* 顶部 */
html {
    min-width: 1200px;
}

.common_top_logo {
    /* width: 12rem; */
}

.common_top_logo>img {
    pointer-events: none;
    height: 2.4rem;
}

.common_top {
    padding: 0 2rem;
    height: 4rem;
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.2);
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
}

.common_top_right {
    height: 100%;
    padding-top: .5rem;
}

.common_topright_list {
    font-size: .8rem;
    height: 100%;
}

.common_topright_list>li {
    margin: 0 1rem;
    height: 100%;
    position: relative;
    color: #5f5f5f;
}

.common_topright_list>li:hover p {
    /* margin-bottom: .5rem; */
    color: #000;
}

.common_toprightli_pitch::after {
    width: 100%;
    height: .2rem;
    background-color: #ed220c;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

.common_toprightli_pitch {
    color: #000 !important;
}

.common_topright_list>li:hover ::after {
    width: 100%;
    height: .2rem;
    background-color: #ed220c;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

.common_topright_phone {
    font-size: 1rem;
    font-weight: bold;
    color: #ed220c;
    padding-left: 2rem;
    margin-left: 1rem;
    border-left: .05rem dotted #929292;
}

.common_topright_phone>img {
    width: 1.6rem;
    margin-right: 1rem;
}

.common_top_down {
    width: 8rem;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 100%;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    z-index: 1;
}

.common_topright_list>li:hover .common_top_down {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.common_top_down::after {
    content: "";
    width: .5rem;
    height: .5rem;
    background-color: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: -0.25rem;
    right: 1.2rem;
}

.common_top_down>li {
    line-height: 2rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

.common_top_down>li:hover {
    background-color: #ed220c;
    color: #fff;
}

.common_phone {
    display: none;
}

/* footer */
.footer_main {
    background-color: #323332;
    color: #fff;
}

.footer_main_top {
    padding: 2rem;
}

.footer_maintop_box {
    margin-right: 2.6rem;
}

.footer_maintop_box>p {
    font-size: 1rem;
}

.footer_maintop_list {
    padding-top: 1rem;
}

.footer_maintop_list>li {
    padding: .5rem 0;
    font-size: .8rem;
    position: relative;
}

.footer_maintopli_button {
    display: inline-block;
    position: relative;
    color: #aaa;
}

.footer_maintopli_xt {
    position: absolute;
    width: 0;
    height: .05rem;
    background-color: #fff;
    bottom: -0.1rem;
    right: 0;
}

.footer_maintop_list>li:hover .footer_maintopli_xt {
    width: 100%;
    left: 0;
}

.footer_maintop_list>li:hover .footer_maintopli_button {
    color: #fff;
}

.footer_maintop_right {
    font-size: .8rem;
}

.footer_maintop_right>img {
    width: 2.5rem;
    margin-right: 1rem;
}

.footer_maintop_phone {
    font-size: 1.6rem;
    text-align: right;
    margin-top: 1rem;
    font-weight: bold;
}

.footer_main_bottom {
    padding: 2rem;
    /* border-top: .05rem solid #fff; */
    background-color: #2f2f2f;
}

.footer_mb_icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #fff;
    z-index: 10;
    position: relative;
}

.footer_mb_icon>img {
    height: 1.2rem;
}

.footer_mb_box {
    position: relative;
    cursor: pointer;
    margin: 0 1rem;
}

.footer_mb_code {
    width: 14rem;
    background-color: #fff;
    padding: .5rem .5rem 4.5rem;
    position: absolute;
    bottom: -2rem;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
}

.footer_mb_box:hover .footer_mb_code {
    bottom: -1rem;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.footer_mb_box:hover .footer_mb_icon>img {
    height: 2rem;
}

.footer_ba {
    font-size: .6rem;
    color: #aaa;
    margin-top: 1rem;
    text-align: right;
}

/* 横条 */
.common_trabecula {
    width: 100%;
    height: 12rem;
}

/* 主体 */
.common_banner_main {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 800px) {
    html {
        min-width: auto;
    }

    .common_none {
        display: none;
    }

    .common_phone {
        display: block;
    }

    .common_top {
        height: 2.5rem;
        padding: 0 0.5rem;
        min-width: auto;
    }

    .common_top_logo>img {
        height: 2rem;
    }

    .common_top_right {
        padding-top: 0;
    }

    .common_topright_list>li {
        margin: 0;
    }

    .common_icon_xl {
        height: 1rem;
        margin-right: .9rem;
    }

    .common_phone_list {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: .5rem;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 1000;
        text-align: center;
        height: 100vh;
    }

    .common_phone_list>ul {
        width: 100%;
    }

    .common_phone_list>ul>li {
        padding: 1rem 0;
        position: relative;
    }

    .common_phone_none {
        position: absolute;
        top: 1rem;
        right: 1rem;
        width: 1.5rem;
    }

    /* 首页 */
    .index_banner {
        height: 10rem;
    }

    .index_data {
        flex-wrap: wrap;
        height: auto;
        padding: 0rem 0 2rem;
    }

    .index_data>li {
        width: 50%;
        margin-top: 2rem;
    }

    .index_data_main {
        margin-bottom: .5rem;
    }

    .index_data_figure {
        font-size: 1rem;
        line-height: 1rem;
    }

    .index_datafig_plus {
        font-size: .6rem;
        line-height: .6rem;
    }

    .index_datafig_unit {
        font-size: .7rem;
        line-height: .7rem;

    }

    .index_data_text {
        font-size: .7rem;
    }

    .index_data>li::after {
        display: none;
    }

    .index_plate {
        padding: 0 0.5rem 0.5rem;
    }

    .index_plate_main {
        width: calc(100% + 0.5rem);
    }

    .index_platemain_box {
        width: calc(100% - 0.5rem);
        margin: .5rem .5rem 0 0;
    }

    .index_platemain_banner {
        height: 9rem;
    }

    .index_platemain_bottom {
        padding-top: .5rem;
    }

    .index_platemain_bottom>h1 {
        font-size: .9rem;
        padding: 0 .5rem;
    }

    .index_plbottom_text {
        font-size: .7rem;
        padding: .2rem .5rem .5rem;
        height: auto;
    }

    .index_plbottom_button {
        height: 2.5rem;
        float: none;
        width: 100%;
    }

    .index_plbottom_button>p {
        font-size: .8rem;
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .index_plbutton_arrows>img {
        width: 1.6rem;
    }

    .index_trabecula {
        height: 5rem;
    }

    .index_cooperation>li {
        width: 33.3333%;
    }

    .index_cooperation_logo {
        height: 3.4rem;
    }

    .index_cooperation {
        padding: .5rem 0;
    }

    .index_cooperation>li {
        /* padding: 1rem 0; */
    }

    .footer_main_top {
        padding: .5rem;
    }

    .footer_main_top>div {
        width: 100%;
    }

    .footer_main_top>div:nth-of-type(1) {
        display: none;
    }

    .footer_maintop_box {
        display: none;
    }

    .footer_main_bottom {
        padding-top: 8rem;
    }

    .footer_main_bottom>.footer_mb_box {
        display: none;
    }

    .footer_main_bottom>.footer_mb_box:nth-of-type(1) {
        display: flex;
    }

    .footer_mb_code {
        bottom: -1rem;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        width: 8rem;
        bottom: -0.2rem;
        padding: .5rem .5rem 3rem;
    }

    .footer_maintop_right {
        justify-content: center;
    }

    .footer_maintop_right>img {
        width: 1.5rem;
        margin-right: .5rem;
    }

    .footer_maintop_phone {
        font-size: 1rem;
        text-align: center;
        margin-top: .5rem;
    }

    .footer_ba {
        text-align: center !important;
        margin-top: .5rem;
    }

    .footer_mb_code>img {
        height: 7rem;
    }

    .footer_mb_box:hover .footer_mb_code {
        bottom: -0.2rem;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }

    .footer_mb_box:hover .footer_mb_icon>img {
        height: 1.2rem;
    }

    /* 关于-介绍 */
    .about_main {
        display: block;
        padding: .5rem 0rem;
    }

    .about_main_left {
        display: none;
    }

    .about_main_right {
        padding: 1rem;
        margin-left: 0;
    }

    .common_trabecula {
        height: 6rem;
    }

    .about_mainright_a {
        font-size: .9rem;
    }

    .about_mainright_list {
        font-size: .6rem;
        padding: 0 .25rem;
    }

    .about_mainright_icon {
        width: .6rem;
    }

    .about_mainright_text {
        padding-top: 1rem;
    }

    /* 关于-发展 */
    .about_history_text>h1 {
        font-size: 2.2rem;
        line-height: 2.2rem;
    }

    .about_history_k {
        padding-top: 1rem;
    }

    .about_history_text>p {
        margin-top: .5rem;
    }

    .about_history_segmentation {
        margin: 0 1rem;
    }

    .about_history_text {
        width: calc(50% - 1.025rem);
    }

    /* 关于-介绍 */
    .about_strength {
        margin-bottom: .5rem;
    }

    .about_strength_img,
    .business_strength_img {
        height: auto;
    }

    .about_strength_text,
    .business_strength_text {
        width: 10rem;
        padding: .5rem;
    }

    .about_strength_text>h1,
    .business_strength_text>h1 {
        font-size: .9rem;
    }

    /* 文章详情 */
    .artucle_main_left {
        margin-right: 0;
        padding: 1rem;
    }

    .artucle_mainleft_title {
        margin-top: 1rem;
        font-size: 1.2rem;
    }

    .artucle_main_right {
        width: 100%;
        margin-top: .5rem;
    }

    .about_mainleft_top {
        padding: 1rem 0 1rem 1rem;
    }

    .about_mainleft_top>h1 {
        font-size: .9rem;
    }

    .about_mainleft_top>p {
        font-size: .6rem;
    }

    .artucle_mainright_list {
        padding: 0rem 1rem 1rem;
    }

    .about_mainleft_bottom {
        margin-top: .5rem;
    }

    /*  皇鼎门业板块*/
    .business_main_left>li {
        display: none;
    }

    .business_main {
        padding: 1rem 0 0;
        overflow: hidden;
    }

    .business_main>div:nth-of-type(1) {
        margin-right: 1rem;
    }

    .business_main_top {
        margin: 0;
        /* padding: 1rem; */
    }

    .business_door_image {
        margin-bottom: .5rem;
        display: block;
        width: 100%;
    }

    .business_door_image>div {
        /* height: 4rem; */
        margin-top: .5rem;
        margin-right: 0rem;
    }

    .business_door_image>div:nth-of-type(1) {
        margin-top: 0;
    }

    .business_estate {
        padding: 1rem .5rem;
    }


    .business_estate_introduce {
        padding: 0;
    }

    .business_estate_introduce>h1 {
        font-size: 1.4rem;
    }

    .business_estate_introduce>p {
        font-size: .6rem;
        padding: 0 .1rem;
    }

    .business_estate_introduce>img {
        width: 3rem;
        margin-bottom: .5rem;
    }

    .business_maintop_title {
        font-size: .9rem;
        padding: 1rem 1rem 0;
    }

    .business_maintop_text {
        padding: 0rem 1rem 1rem;
    }

    .business_maintop_zs {
        margin: .5rem 0rem .5rem 1rem;
    }

    .business_door_box1 {
        display: block;
    }

    .business_door_box1>div {
        margin: 0;
        width: 100%;
        padding: 0 1rem;
    }

    .business_door_box1>div:nth-of-type(1) {
        height: 8rem;
        width: calc(100% - 0.5rem);
    }

    .business_door_box2 {
        display: block;
        width: 100%;
        margin-bottom: .5rem;
    }

    .business_door_box2>div {
        width: 100%;
        display: block;
    }

    .business_list_main {
        margin-top: 0rem;
        margin-bottom: .5rem;
    }

    .business_doorbox2_left_img {
        margin-top: .5rem;
    }

    .business_doorbox2_left_text {
        margin-top: .5rem;
        padding: 0 1rem;
    }

    .business_doorbox2_left>div {
        width: 100%;
    }

    .business_odm_button {
        float: none;
        width: 100%;
    }

    .business_plbottom_button>p {
        font-size: .8rem;
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .business_plbutton_arrows>img {
        width: 1.6rem;
    }



    /* 房产板块 */

    .business_estate_number {
        margin-top: 1rem;
        padding: 0;
        border-radius: 0;
    }

    .business_estate_number>li {
        padding: .25rem;
        font-size: .6rem;
    }

    .business_list {
        width: calc(100% - 1rem);
        margin: .5rem 1rem 0 0;
        height: 8rem;
    }

    .business_main_hover {
        opacity: 1;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
    }

    .business_main_hover_title {
        padding-top: .5rem;
        font-size: .8rem;
    }

    .business_list_img {
        filter: blur(.4rem);
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

    .business_list:hover {
        box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);
        transform: translate(0%, 0rem);
        -webkit-transform: translate(0%, 0rem);
    }

    .business_strength {
        margin-top: .5rem;
        margin-bottom: 3rem;
    }

    .business_strength .business_plbottom_button {
        position: absolute;
        top: 100%;
        width: 100%;
        height: 2.5rem;
    }

    .business_strength>div:nth-last-of-type(1) {
        position: static;
    }

    .business_strength:hover {
        box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
        transform: translate(0%, 0rem);
        -webkit-transform: translate(0%, 0rem);
    }

    .business_odmlist>div {
        width: calc(100% - 1rem);
    }

    .business_wisdom_image>div {
        height: 10rem;
    }

    .case_scroll {
        height: 10rem;
        margin-bottom: 1.5rem;
    }

    .case_scroll_title {
        width: calc(100% - 2rem);
        font-size: .9rem;
        line-height: 3rem;
        bottom: -1.5rem;
    }

    .case_company {
        padding: 1rem .5rem;
    }

    .case_company>li {
        width: 33.3333%;
        font-size: .6rem;
        padding: .2rem .5rem;
    }

    .case_image {
        padding: 0;
    }

    .case_image>div {
        display: block;
    }

    .case_image>div>div {
        margin-bottom: .5rem;
    }

    /* 服务客户 */
    .client_main {
        padding: 1rem;
    }

    .client_main>div {
        width: calc(100% + 0.5rem);
    }

    .client_list {
        width: calc(50% - 0.5rem);
    }

    .client_list {
        margin: 0 0.5rem 0.5rem 0;
        height: 8rem;
    }

    .client_main_hover {
        padding: 0.5rem;
    }

    .client_main_hover_title {
        font-size: .8rem;
        margin-top: .5rem;
    }

    /* 新闻 */
    .media_banner {
        width: calc(100% + 0.5rem);
    }

    .media_top {
        margin-right: .5rem;
        width: calc(50% - 0.5rem);
        height: 6rem;
    }

    .media_top_text {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: .5rem;
    }

    .media_list {
        padding: .5rem 0;
    }

    .media_list_text {
        padding: .5rem 0;
    }

    .media_list>h1 {
        font-size: .8rem;
    }

    .media_list_text {
        font-size: .6rem;
    }

    .media_list_time {
        font-size: .6rem;
    }

    /* 产品列表 */
    .product_banner {
        height: 10rem;
    }

    .solution_main {
        padding: 0;
        margin-top: .5rem;
    }

    .solution_main_screen {
        padding: 1rem;
    }

    .solution_mainscreen_title {
        width: 3rem;
        flex-shrink: 0;
    }

    .solution_mainscreen_list {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .solution_mainscreen_list>li {
        flex-shrink: 0;
    }

    .solution_main_content {
        width: 100%;
        margin-top: .5rem;
        padding: 0 .25rem;
    }

    .solution_maincontent_box {
        width: calc(50% - 0.5rem);
        margin: 0 .25rem .5rem;
    }

    /* 解决方案 */
    .solution_top_banner {
        width: 20%;
        height: auto;
    }

    .solution_top_right {
        padding-top: 1rem;
        padding-bottom: 0;
    }

    .solution_top_right_title {
        font-size: .8rem;
    }

    .solution_top_right_zs {
        margin-top: .5rem;
    }

    .solution_top_right_list {
        width: 100%;
        flex-wrap: wrap;
        border-radius: 0;
        margin-top: 1rem;
        padding: 1rem 1rem 0;
    }

    .solution_top_right_list>li {
        width: 50%;
        margin-bottom: 1rem;
    }

    .solution_top_right_list>li>img {
        width: 1.4rem;
    }

    .client_main_top {
        display: none;
    }

    .common_topright_list>li:hover ::after {
        display: none;
    }

    .common_top_down::after {
        content: "";
        width: .5rem;
        height: .5rem;
        background-color: #fff;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        top: -0.25rem;
        right: 1.2rem;
    }

    /* 产品详情 */
    .particulars_main {
        padding: 0;
    }

    .particulars_main_left {
        display: none;
    }

    .particulars_main_right {
        margin: 0;
    }

    .particulars_mainright_top {
        display: block;
        padding: 0;
    }

    .particulars_mainright_top_dimg {
        width: 100%;
        padding-top: 100%;
        height: auto;
        border: 0;
    }
    .pc_zhanwei{
        height: .5rem !important;
    }
    .particulars_mtx_title {
        padding: 1rem;
        margin: 0;
        font-size: 1rem;
    }

    .particulars_mainright_middle {
        padding: 0 1rem 1rem;
        margin-top: 1rem;
    }

    .particulars_mainright_text {
        padding-top: 1rem;
    }

    .particulars_mainright_text_nr {
        padding-top: 1rem;
    }

    .about_mainright_text>div {
        display: block;
    }
}

video {
    max-width: 100%;
}

.swiper-pagination-bullet-active {
    background-color: #ed220c !important;
}

:root {
    --swiper-theme-color: #ed220c !important;
}