body{
    background: #fff;
}
/* 标题 */
.pc_title{
    text-align: center;
}
.pc_title h1{
    font-size: .32rem;
    color:#000;
    font-weight: 400;
    line-height: .32rem;
}
.pc_title p{
    font-size: .14rem;
    color: #444444;
    line-height: .14rem;
    text-transform:uppercase;
    padding-top: .16rem;
}
.pc_title .pc_title_br{
    width: .47rem;
    height: .03rem;
    background: #CB0514;
    margin: .13rem auto 0;
}

/* banner */
.pc_banner{
    position: relative;
}
.pc_banner.pebanner{
    display: none;
}
.pc_banner a{
    display: block;
}
.pc_banner .pc_banner_li{
    width: 100%;
}
.pc_banner .pc_banner_li img{
    width: 100%;
    height: 6.8rem;
    object-fit: cover;
}
.pc_banner .swiper-wrapper{
    height: auto;
}
.pc_banner .swiper-button-prev,.pc_banner .swiper-button-next{
    width: .56rem;
    height: 1.11rem;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.pc_banner .swiper-button-prev{
    left: 0;
    background: url(../images/banner_left.png)no-repeat center/100% 100%;
}
.pc_banner .swiper-button-next{
    right: 0;
    background: url(../images/banner_right.png)no-repeat center/100% 100%;
}
.pc_banner .swiper-pagination{
    bottom: .22rem;
    font-size: 0;
}
.pc_banner .swiper-pagination .swiper-pagination-bullet{
    width: .3rem;
    height: .02rem;
    background: #fff;
    opacity: 1;
    border-radius: 0;
}
.pc_banner .swiper-pagination .swiper-pagination-bullet-active{
    background: #CB0514;
}
@media (max-width: 750px){
    .pc_banner.pcbanner{
        display: none;
    }
    .pc_banner.pebanner{
        display: block;
    }
    .pc_banner .swiper-button-prev,.pc_banner .swiper-button-next{
        display: none;
    }
}
/* 案例 */
.pc_cases{
    padding-top: .71rem;
    padding-bottom: .46rem;
}
.pc_cases_content{
    width: 12rem;
    margin: 0 auto;
    margin-top: .48rem;
}
.pc_cases_content .pc_cases_nav{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pc_cases_content .pc_cases_nav a{
    margin: 0 .28rem;
}
.pc_cases_content .pc_cases_nav a .cases_nav_bg{
    width: .88rem;
    height: .88rem;
    border-radius: 50%;
    overflow: hidden;
    font-size: 0;
    margin: 0 auto;
    transition: all .3s ease;
}
.pc_cases_content .pc_cases_nav a .cases_nav_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pc_cases_content .pc_cases_nav a p{
    font-size: .16rem;
    color:#000;
    line-height: .16rem;
    text-align: center;
    transition: all .3s ease;
}
.pc_cases_content .pc_cases_nav a:hover .cases_nav_bg{
    transform: scale(1.1) translateY(-15px);
    box-shadow: 0 .14rem .3rem rgba(170, 0, 0,.26);
}
.pc_cases_content .pc_cases_nav a:hover p{
    color:#AA0000;
    font-weight: 1000;
}
.pc_cases_content .pc_cases_list{
    display: flex;
    justify-content: space-between;
    margin-top: .37rem;
}
.pc_cases_content .pc_cases_list .pc_cases_left{
    width: 5.47rem;
    height: 4.71rem;
    position: relative;
}
.pc_cases_content .pc_cases_list .pc_cases_left .pc_cases_left_li{
    display: block;
    position: relative;
    width: 5.47rem;
    height: 4.71rem;
}
.pc_cases_content .pc_cases_list .pc_cases_left .pc_cases_left_li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pc_cases_content .pc_cases_list .pc_cases_left .pc_cases_left_li .cases_left_li_zz{
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));
    width: 100%;
    height: 2.08rem;
}
.pc_cases_content .pc_cases_list .pc_cases_left .pc_cases_left_li .cases_left_li_zz p{
    font-size: .18rem;
    color:#fff;
    font-weight: 1000;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 .36rem;
    box-sizing: border-box;
    line-height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.pc_cases_content .pc_cases_list .pc_cases_left .swiper-button-prev,.pc_cases_content .pc_cases_list .pc_cases_left .swiper-button-next{
    width: .44rem;
    height: .82rem;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.pc_cases_content .pc_cases_list .pc_cases_left .swiper-button-prev{
    background: url(../images/cases_lunbo_left.png)no-repeat center/100% 100%;
    left: 0;
}
.pc_cases_content .pc_cases_list .pc_cases_left .swiper-button-next{
    background: url(../images/cases_lunbo_right.png)no-repeat center/100% 100%;
    right: 0;
}
.pc_cases_content .pc_cases_right{
    width: 6.45rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pc_cases_content .pc_cases_right a{
    width: 3.18rem;
    height: 2.31rem;
    position: relative;
    overflow: hidden;
    font-size: 0;
    margin-bottom: .08rem;
}
.pc_cases_content .pc_cases_right a .cases_left_li_zz{
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));
    width: 100%;
    height: 1.4rem;
}
.pc_cases_content .pc_cases_right a .cases_left_li_zz p{
    font-size: .18rem;
    color:#fff;
    font-weight: 1000;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 .36rem;
    box-sizing: border-box;
    line-height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.pc_cases_content .pc_cases_right a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:all .3s ease;
}
.pc_cases_content .pc_cases_right a:hover img{
	transform:scale(1.1);
}
.pc_cases_content .pc_cases_btn{
    margin-top: .38rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pc_cases_content .pc_cases_btn a{
    width: 2.45rem;
    height: .46rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #AA0000;
    color:#fff;
    font-size: .16rem;
    margin: 0 .12rem;
}
.pc_cases_content .pc_cases_btn a:last-child{
    background: #131313;
}
.pc_cases_content .pc_cases_btn a img{
    width: .22rem;
    margin-right: .07rem;
}
@media (max-width: 750px){
    .pc_cases {
        padding-top: 0.5rem;
        padding-bottom: 0.32rem;
    }
    .pc_cases_content{
        width: 100%;
        margin-top: .26rem;
    }
    .pc_cases_content .pc_cases_nav{
        width: 100%;
        justify-content: flex-start;
        overflow-y: hidden;
        overflow-x: scroll;
        padding-bottom: .1rem;
    }
    .pc_cases_content .pc_cases_nav::-webkit-scrollbar{
        height: .16rem;
    }
    .pc_cases_content .pc_cases_nav::-webkit-scrollbar-track{
        background: rgba(0,0,0,0.05);
    }
    .pc_cases_content .pc_cases_nav::-webkit-scrollbar-thumb{
        background: rgba(0,0,0,0.1);
        border-radius: .05rem;
    }
    .pc_cases_content .pc_cases_nav::-webkit-scrollbar-thumb:hover{
        background: rgba(0,0,0,0.5);
    }
    .pc_cases_content .pc_cases_nav a{
        flex-shrink: 0;
        margin: 0;
        text-align: center;
        padding: 0 .32rem;
    }
    .pc_cases_content .pc_cases_nav a p{
        font-size: .2rem;
        line-height: 1.5;
    }
    .pc_cases_content .pc_cases_list{
        display: block;
        margin-top: .2rem;
    }
    .pc_cases_content .pc_cases_list .pc_cases_left{
        width: 96%;
        height: 5.8rem;
        margin: 0 auto;
        border-radius: .08rem;
        overflow: hidden;
    }
    .pc_cases_content .pc_cases_list .pc_cases_left .pc_cases_left_li{
        width: 100%;
        height: 5.8rem;
    }
    .pc_cases_content .pc_cases_right{
        width: 96%;
        margin: .16rem auto 0;
    }
    .pc_cases_content .pc_cases_right a{
        width: 49%;
        border-radius: .08rem;
        overflow: hidden;
        margin-bottom: .16rem;
    }
    .pc_cases_content .pc_cases_btn{
        margin-top: .2rem;
    }
    .pc_cases_content .pc_cases_btn a{
        width: 3.45rem;
        margin: 0 0.08rem;
    }
    .pc_cases_content .pc_cases_list .pc_cases_left .pc_cases_left_li .cases_left_li_zz p,.pc_cases_content .pc_cases_right a .cases_left_li_zz p{
        font-size: .28rem;
        line-height: .72rem;
    }
}

/* 在施工地 */
.pc_gongdi{
    height: 7.75rem;
    background: url(../images/designer_bg.jpg)no-repeat center;
    padding-top: .85rem;
    box-sizing: border-box;
}
.pc_gongdi .pc_title h1 ,.pc_gongdi .pc_title p{
    color: #fff;
}
.floor-05-content { width:12rem; margin: auto; font-size: 0px; margin-top:.5rem; }
.floor-05-item { 
    width: 24%;
    height: 4.5rem;
    display: inline-block; 
    vertical-align: top; 
    font-size: .16rem;
	margin: 0 0.5%; 
    position: relative; 
    overflow: hidden; 
}
.floor-05-item a {
    display: block;
    width: 100%;
    height: 100%;
}
.floor-05-item .floor-05-pic { 
    width: 100%;
    height: 100%;
    font-size: 0px; 
    overflow: hidden; 
}
.floor-05-item .floor-05-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
.floor-05-item .floor-05-infor { 
    width: 100%;
    height: .91rem;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: .02rem solid #CB0514;
    background: rgba(0,0,0,0.5);
    padding: 0 .13rem;
    box-sizing: border-box;
}
.floor-05-item .floor-05-infor .floor-05-name{
    font-size: .18rem;
    line-height: .18rem;
    color: #fff;
    font-weight: 400;
    padding-top: .22rem;
}
.floor-05-item .floor-05-infor .floor-05-jj{
    font-size: .14rem;
    line-height: 1.2;
    padding-top: .14rem;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.floor-05-item:hover .floor-05-pic img { transform: scale(1.1); }


.floor-05-item:first-child + .floor-05-item + .floor-05-item + .floor-05-item + .floor-05-item + .floor-05-item { margin-right: 0px; }
.floor-05-item .floor-05-infor p { margin: 0px; }
.floor-05-item .floor-05-infor i,.xr-floor-05 .floor-05-item .floor-05-infor p em { font-style: normal; }

.floor-05-item .floor-05-meta { font-size: 0px; }
.lxh-cggd-more{width: .95rem; height: .31rem; margin: 0 auto;margin-top: .35rem; }
.lxh-cggd-more span{display: block; line-height: .31rem;background: #AA0000;
	text-align: center; font-size: .14rem ;color: #fff;border-radius:.05rem;}

@media (min-width: 750px) and (max-width: 1200px) {
    .floor-05-content{
        width: 100%;
        padding: 0 .24rem;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 750px) {
    .pc_gongdi{
        height: 11.2rem;
        background-size: cover;
        padding-top: .5rem;
    }
    .floor-05-content{
        width: 96%;
        margin: .3rem auto 0;
    }
    .floor-05-item{
        width: 49%;
        margin: 2% 2% 0 0 !important;
        border-radius: .05rem;
        overflow: hidden;
    }
    .floor-05-item:nth-child(2n){
        margin-right: 0 !important;
    }
    .floor-05-item .floor-05-pic{
        width: 100%;
        height: 4rem;
    }
    .floor-05-item .floor-05-pic img{
        width: 100%;
    }
    .floor-05-item .floor-05-infor{
        bottom: 0;
    }
    .floor-05-item .floor-05-infor .floor-05-name{
        box-sizing: border-box;
        font-size: .26rem;
    }
    .floor-05-item .floor-05-infor .floor-05-jj{
        font-size: .22rem;
    }
}
.floor-05-item i{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: linear-gradient(to top,rgba(0,0,0,.9),rgba(0,0,0,.25));
	opacity:0;
	transition:all .5s ease;
}
.floor-05-item:hover i{
	opacity:1;
}
/* 装修资讯 */
.pc_news{
    padding-top: .59rem;
    box-sizing: border-box;
}
.pc_news .mjdz_newsnav{
    margin-top: .39rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .16rem;
}
.pc_news .mjdz_newsnav .nav_li{
    width: 1.45rem;
    height: .39rem;
    box-sizing: border-box;
    position: relative;
    color:#323232;
    border-radius: .05rem;
    border: 1px solid transparent;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pc_news .mjdz_newsnav .nav_li.attr{
    border-color: #ECECEC;
    color:#E24535;
}
.pc_news .mjdz_newsnav .nav_li:hover{
    border-color: #ECECEC;
    color:#E24535;
}
.pc_news .mjdz_newsnav .nav_li:hover::after{
    display: none;
}
.pc_news .mjdz_newsnav .nav_li::after{
    content: '';
    width: 1px;
    height: .2rem;
    background: #ECECEC;
    top: 50%;
    right: -.02rem;
    transform: translateY(-50%);
    position: absolute;
}
.pc_news .mjdz_newsnav .nav_li:last-child::after{
    display: none;
}
.pc_news .mjdz_newsnav .nav_li.attr::after{
    display: none
}
.pc_news .mjdz_news_content{
    width: 12rem;
    margin: .44rem auto 0;
    align-items: center;
    justify-content: space-between;
    display: none;
}
.pc_news .mjdz_news_content.attr{
	display: flex;
}
.mjdz_news_content .news_left{
    width: 2.33rem;
    height: 4.68rem;
}
.mjdz_news_content .news_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mjdz_news_content .news_zhong{
    width: 100%;
    height: 4.68rem;
    background: #fff;
    box-shadow: 0 .02rem .18rem rgba(0,0,0,0.13);
}
.mjdz_news_content .news_zhong .news_zhongtop{
    width: 100%;
    height: 1.69rem;
    background: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mjdz_news_content .news_zhong .news_zhongtop .news_zhongtop_bg{
    width: 2.62rem;
    height: 1.69rem;
    flex-shrink: 0;
    overflow: hidden;
}
.mjdz_news_content .news_zhong .news_zhongtop .news_zhongtop_bg img,.mjdz_news_content .news_zhong ul li a .news_li_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:all .3s ease;
}
.mjdz_news_content .news_zhong .news_zhongtop .news_zhongtop_bg:hover img{
	transform:scale(1.1);
}
.mjdz_news_content .news_zhong .news_zhongtop .news_zhong_text{
    width: 100%;
    height: 100%;
    padding: .24rem .12rem 0 .2rem;
    box-sizing: border-box;
}
.mjdz_news_content .news_zhong .news_zhongtop .news_zhong_text h1{
    font-size: .18rem;
    color:#222;
    line-height: .18rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    width: 3.4rem;
    transition: all .3s ease;
}
.mjdz_news_content .news_zhong .news_zhongtop:hover .news_zhong_text h1{
    color:#CE000D;
}
.mjdz_news_content .news_zhong .news_zhongtop .news_zhong_text .time{
    font-size: .14rem;
    line-height: .14rem;
    color:#323232;
    padding-top: .22rem;
}
.mjdz_news_content .news_zhong .news_zhongtop .news_zhong_text .text{
    font-size: .14rem;
    color:#323232;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: .24rem;
    padding-top: .23rem;
}
.mjdz_news_content .news_zhong ul{
    padding: .1rem .15rem;
    box-sizing: border-box;
}
.mjdz_news_content .news_zhong ul li a{
    height: .35rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mjdz_news_content .news_zhong ul li a .news_li_text{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mjdz_news_content .news_zhong ul li a .news_li_bg{
    display: none;
}
.mjdz_news_content .news_zhong ul li a p{
    font-size: .14rem;
    color:#000;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mjdz_news_content .news_zhong ul li a p.text{
    display: none;
}
.mjdz_news_content .news_zhong ul li a p i{
    width: .07rem;
    height: .07rem;
    background: #999999;
    margin: 0 .15rem 0 .05rem;
    flex-shrink: 0;
    transition: all .3s ease;
}
.mjdz_news_content .news_zhong ul li a p span{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    width: 4.5rem;
    display: block;
}
.mjdz_news_content .news_zhong ul li a:hover p{
    color:#CE000D;
}
.mjdz_news_content .news_zhong ul li a:hover p i{
    background: #CE000D;
}
.mjdz_news_content .news_right{
    width: 5.34rem;
    height: 4.74rem;
    background: #fff;
    box-shadow: 0 .02rem .18rem rgba(0,0,0,0.13);
    padding: .06rem;
    box-sizing: border-box;
    flex-shrink: 0;
    margin-left: .15rem;
}
.mjdz_news_content .news_right .news_rightbg{
    /* width: 570px; */
    height: 3.33rem;
    overflow: hidden;
}
.mjdz_news_content .news_right .news_rightbg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}
.mjdz_news_content .news_right a:hover .news_rightbg img{
    transform: scale(1.05);
}
.mjdz_news_content .news_right .news_righttext{
    padding: .32rem .4rem;
    box-sizing: border-box;
}
.mjdz_news_content .news_right .news_righttext h1{
    font-size: .18rem;
    color:#444444;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    line-height: .18rem;
}
.mjdz_news_content .news_right .news_righttext p{
    font-size: .14rem;
    line-height: .14rem;
    color:#666666;
    padding-top: .23rem;
}
.mjdz_news_content .news_right .news_righttext p span{
    display: inline-block;
    max-width: 4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    line-height: .14rem;
}
.mjdz_news_content .news_right .news_righttext p a{
    line-height: .14rem;
    color:#CB0514;
    transition: all .3s ease;
}
.mjdz_news_content .news_right .news_righttext p a:hover{
    color:blue;
}
.mjdz_news_content .news_right .swiper-button-prev,.mjdz_news_content .news_right .swiper-button-next{
    width: .4rem;
    height: .51rem;
    top: 1.41rem;
    margin-top:0;
}
.mjdz_news_content .news_right .swiper-button-prev{
    left: 0;
    background: url(../images/mjzs_modular80.png)no-repeat center/100% 100%;
}
.mjdz_news_content .news_right .swiper-button-next{
    right: 0;
    background: url(../images/mjzs_modular81.png)no-repeat center/100% 100%;
}
.pc_news .mjdz_news_foot{
    margin-top: .38rem;
}
@media screen and (max-width: 750px) {
    .pc_news .mjdz_news_content.attr{
        width: 100%;
        display: block;
        padding: .12rem;
        box-sizing: border-box;
        margin-top: .2rem;
    }
    .mjdz_news_content .news_zhong{
        width: 100%;
        height: auto;
        box-shadow: none;
    }
    .mjdz_news_content .news_zhong ul{
        padding: 0;
    }
    .mjdz_news_content .news_zhong .news_zhongtop,.mjdz_news_content .news_zhong ul li a{
        height: auto;
        background: transparent;
        margin: 0 .1rem;
        width: auto;
        margin-bottom: .16rem;
    }
    .mjdz_news_content .news_zhong .news_zhongtop .news_zhongtop_bg,.mjdz_news_content .news_zhong ul li a .news_li_bg{
        width: 2rem;
        height: 1.44rem;
        border-radius: 0.1rem;
        overflow: hidden;
        flex-shrink: 0;
        font-size: 0;
        display: block;
    }
    .mjdz_news_content .news_zhong ul li a i{
        display: none;
    }
    .mjdz_news_content .news_zhong .news_zhongtop .news_zhong_text,.mjdz_news_content .news_zhong ul li a .news_li_text{
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 0 0.24rem;
        overflow: hidden;
        height: auto;
        display: block;
    }
    .mjdz_news_content .news_zhong .news_zhongtop .news_zhong_text h1,.mjdz_news_content .news_zhong ul li a .news_li_text .tit{
        font-size: .26rem;
        font-weight: 1000;
        color: #000;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height: 1.5;
        white-space: initial;
        text-overflow: initial;
        width: auto;
    }
    .mjdz_news_content .news_zhong .news_zhongtop .news_zhong_text .text,.mjdz_news_content .news_zhong ul li a p,.mjdz_news_content .news_zhong .news_zhongtop .news_zhong_text .time{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .24rem;
        color: #999999;
        padding-top: 0.06rem;
        line-height: 1.5;
        display: block;
    }
    .mjdz_news_content .news_zhong ul li a p.text{
        display: block;
    }
    .mjdz_news_content .news_right{
        display: none;
    }
    .mjdz_news_content .news_zhong ul li a:hover p.tit{
        color: #CE000D;
    }
    .mjdz_news_content .news_zhong ul li a:hover p{
        color: #999999;
    }
    .mjdz_news_content .news_zhong ul li{
        display: none;
    }
    .mjdz_news_content .news_zhong ul li:nth-child(-n+4){
        display: block;
    }
}
/* 公司介绍 */
.pc_gsjs{
    padding-top: .59rem;
    padding-bottom: .6rem;
    box-sizing: border-box;
    background: url(../images/news_bg.jpg)no-repeat bottom center;
}
.pc_gsjs .pc_gsjs_content{
    width: 12rem;
    height: 4.08rem;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 .06rem .57rem rgba(0,0,0,.10);
    margin-top: .52rem;
    display: flex;
}
.pc_gsjs .pc_gsjs_content .pc_gsjs_bg{
    height: 100%;
    width: 5.75rem;
    flex-shrink: 0;
    overflow:hidden;
}
.pc_gsjs .pc_gsjs_content .pc_gsjs_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:all .3s ease;
}
.pc_gsjs .pc_gsjs_content .pc_gsjs_bg:hover img{
	transform:scale(1.1);
}
.pc_gsjs .pc_gsjs_content .pc_gsjs_right{
    position: relative;
    width: 100%;
    padding-left: .39rem;
    padding-right: .2rem;
    box-sizing: border-box;
}
.pc_gsjs_right .yw_title{
    font-size: .28rem;
    line-height: .28rem;
    color:#BBBBBB;
    font-weight: 200;
    margin-top: .26rem;
}
.pc_gsjs_right h1{
    font-size: .3rem;
    line-height: 1.2;
    padding-top: .23rem;
    color:#000000;
    font-weight: 400;
}
.pc_gsjs_right .gsjs_right_xinxi{
    margin-top: .16rem;
    -webkit-line-clamp: 5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-size: .16rem;
    color:#000;
    line-height: .35rem;
}
.pc_gsjs_right .gsjs_right_xinxi p{
    text-indent: 2em;
}
.pc_gsjs_right .gsjs_right_btn{
    display: flex;
    align-items: center;
    margin-top: .15rem;
}
.pc_gsjs_right .gsjs_right_btn a{
    width: 1.3rem;
    height: .5rem;
    line-height: 1.2;
    font-size: .16rem;
    text-align: center;
    color:#666666;
    background: #F2F2F2;
    border-radius: .25rem;
    margin-right: .1rem;
    transition: all .3s ease;
}
.pc_gsjs_right .gsjs_right_btn a:hover{
    color:#fff;
    background: #CB0514;
}
.pc_gsjs .pc_gsjs_content .pc_gsjs_right i{
    position: absolute;
    width: .72rem;
    height: 1px;
    background: #CB0514;
    top: .68rem;
    left: -.36rem;
}
.pc_gsjs .pc_gsjs_content .pc_gsjs_right .gsjj_ckgd{
    width: 1.5rem;
    height: .5rem;
    text-align: center;
    line-height: .5rem;
    position: absolute;
    right: 0;
    bottom: .26rem;
    background:#CB0514;
    color:#fff;
    border-radius: .1rem 0 0 .1rem;
    font-size: .16rem;
    font-weight: bold;
}
@media screen and (max-width: 750px) {
    .pc_gsjs{
        padding-bottom: 0;
    }
    .pc_gsjs .pc_gsjs_content{
        width: 100%;
        margin-top: .26rem;
        padding: 0 .12rem;
        width: 100%;
        height: auto;
        display: block;
        box-shadow: none;
        box-sizing: border-box;
    }
    .pc_gsjs .pc_gsjs_content .pc_gsjs_bg{
        width: 100%;
    }
    .pc_gsjs .pc_gsjs_content .pc_gsjs_bg img{
        width: 100%;
        height: 3.96rem;
    }
    .pc_gsjs .pc_gsjs_content .pc_gsjs_right{
        margin: 0 0.1rem;
        background: #fff;
        border-radius: 0.12rem;
        margin-top: -0.96rem;
        position: relative;
        box-shadow: 0 0.28rem 0.28rem rgb(0 0 0 / 5%);
        padding: 0.53rem 0.2rem 0.5rem;
        box-sizing: border-box;
        width: auto;
    }
    .pc_gsjs_right .yw_title{
        display: none;
    }
    .pc_gsjs_right h1{
        padding: 0;
        font-size: .38rem;
        text-align: center;
        line-height: .38rem;
        font-weight: 400;
        color: #000;
    }
    .pc_gsjs .pc_gsjs_content .pc_gsjs_right i{
        display: none;
    }
    .pc_gsjs_right .gsjs_right_xinxi{
        max-height: 4.8rem;
        overflow: hidden;
        margin-top: 0.39rem;
        line-height: .6rem;
        font-size: .28rem;
        color: #444444;
        display: block;
    }
    .pc_gsjs_right .gsjs_right_xinxi p {
        text-indent: 2em;
    }
    .pc_gsjs .pc_gsjs_content .pc_gsjs_right .gsjj_ckgd{
        position: relative;
        display: block;
        margin: 0.1rem auto;
        bottom: 0;
        border-radius: 0.1rem;
        font-size: .28rem;
        width: 3rem;
        line-height: .7rem;
        height: 0.7rem;
        margin-top: 0.3rem;
    }
}

/* 常见问题 */
.pc_wenda{
    padding-top: .5rem;
    padding-bottom: .3rem;
}

.qa-container {
    width: 12rem;
    background: #fff;
    border-radius: .28rem;
    box-shadow: 0 .18rem .35rem rgba(0, 20, 40, 0.05);
    padding: .22rem .2rem;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: .26rem;
}

.subhead {
    color: #4a607a;
    margin-bottom: 2.5rem;
    margin-top: 0.3rem;
    font-size: 1.05rem;
    padding-left: 1.8rem;
}

/* 问答列表——无折叠，全部可见 */
.qa-list {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

/* 单个问答项 */
.qa-item {
    border-bottom: 1px solid #dde5ef;
    padding-bottom: .15rem;
}

.qa-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* 问题样式 */
.question {
    display: flex;
    align-items: flex-start;
    gap: 0.08rem;
    margin-bottom: 0.08rem;
}

.q-mark {
    background: #2b4c7c;
    color: white;
    font-weight: 600;
    font-size: .18rem;
    width: .32rem;
    height: .32rem;
    line-height: .32rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    /* margin-top: 4px; */
}

.question-text {
    font-size: .2rem;
    font-weight: 540;
    color: #0a263f;
    line-height: 1.4;
}

/* 答案样式 */
.answer {
    display: flex;
    align-items: flex-start;
    gap: 0.1rem;
    /* padding-left: 0.2rem; */
}

.a-mark {
    background: #e9eef5;
    color: #1f3d66;
    font-weight: 600;
    font-size: .18rem;
    width: .28rem;
    height: .28rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: .02rem;
}

.answer-content {
    flex: 1;
    color: #2a3f5a;
    font-size: .16rem;
    line-height: 1.6;
    background: #f8fafd;
    padding: .1rem .15rem;
    border-radius: .2rem;
    border: 1px solid #e2ebf5;
}

.answer-content p {
    margin-bottom: .05rem;
}

.answer-content p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 750px) {
    .qa-container{
        width: 100%;
    }
    .q-mark{
        width: .42rem;
        height: .42rem;
        font-size: .26rem;
    }
    .question-text{
        font-size: .28rem;
    }
    .a-mark{
        width: .36rem;
        height: .36rem;
        font-size: .26rem;
    }
    .answer-content{
        font-size: .22rem;
    }
}


/* 自定义模块 */
.diy_box{
    display: block;
    padding-top: 0.5rem;
}
.m_diy_box{
    display: none;
    padding-top: 0.5rem;
}
@media screen and (max-width: 750px) {
    .diy_box{
        display: none;
    }
    .m_diy_box{
        display: block;
    }
}