.page_top_title {
    font-size: .42rem;
    color: #D72318;
    font-weight: bold;
    position: absolute;
    left: 2rem;
    top: 2.95rem;
}

.tab_box {
    position: absolute;
    bottom: 0;
    left: 2.02rem;
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    transform: translate(0, 50%);
}

.tab_item {
    width: 2.2rem;
    height: .56rem;
    background-image: url('../img/zj_ibg1.png');
    margin-right: -.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .18rem;
    color: #231815;
    cursor: pointer;
    transition: .3s;
}

.tab_box .tab_item:hover, .tab_box .active {
    background-image: url('../img/zj_ibg2.png');
    color: #fff;
}
.tab_box .tab_item:hover a, .tab_box .active a{
    background-image: url('../img/zj_ibg2.png');
    color: #fff;
}


.fwnr_contnet {
    padding: 1rem 0;
}

.fwnr_contnet1, .fwnr_contnet2, .fwnr_contnet3 {
    display: none;
}

.fwnr_contnet_active {
    display: block;
}

.fwnr_inner {
    width: 14.3rem;
    margin: 0 auto;
}

.page_title_box {
    transform: translate(0);
}

.fwnr_contnet .page_title_box {
    white-space: nowrap;
    width: 3.5rem;
}

.fwnr_contnet .page_title_box .b_title {
    opacity: .1;
}

.title_info_box {
    display: flex;
    align-items: center;
}

.tinfo_box {
    padding-left: 1.72rem;
    box-sizing: border-box;
}

.tinfo_box h1 {
    font-size: .24rem;
    color: #D72318;
    font-weight: bold;
}

.tinfo_box p {
    font-size: .18rem;
    color: #231815;
    display: flex;
    align-items: center;
    margin-top: .13rem;
    white-space: nowrap;
    line-height: 1.8;
}

.tinfo_box p:nth-child(1) {
    margin-top: 0;
}

.tinfo_box p span {
    font-weight: bold;
}

.fw_list {
    margin-top: 1.16rem;
    width: 100%;
}

.fw_item {
    background-image: url('../img/fwbg1.png');
    width: 14.30rem;
    height: 3.88rem;
    margin-top: .7rem;
    display: flex;
    justify-content: space-between;
}

.fw_item:nth-child(1) {
    margin-top: 0;
}

.fw_item:nth-child(even) {
    flex-direction: row-reverse;
}

.fw_left {
    padding: 0 .89rem;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fw_right {
    width: 5.85rem;
    height: 3.73rem;
    display: flex;
    margin: 0 .37rem;
    margin-top: -.22rem;
    overflow: hidden;
    position: relative;
}

.fw_right img {
    width: 100%;
    height: 100%;
    transition: .3s;
}

.fw_item:hover .fw_right img {
    transform: scale(1.1);
}

.num_box {
    background-image: url('../img/gwti1.png');
    width: 1.14rem;
    height: .38rem;
    font-size: .24rem;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: .91rem;
    transform: translate(0, -50%);
}

.fw_title {
    font-size: .3rem;
    color: #333333;
    font-weight: bold;
}

.fw_info {
    font-size: .16rem;
    line-height: .28rem;
    margin-top: .33rem;
    color: #666666;
}

.fw_info span {
    /*font-weight: bold;*/
  font-size: .24rem;
}

.fw_list2 {
    display: flex;
    justify-content: space-between;
    margin-top: 2.02rem;
}

.fw_item2 {
    background-image: url('../img/fwbg2.png');
    width: 6.97rem;
    height: 5.72rem;
    padding: 0 .71rem;
    padding-top: 2.83rem;
    box-sizing: border-box;
    position: relative;
}

.fw_img {
    position: absolute;
    top: -1.33rem;
    left: 50%;
    width: 5.85rem;
    height: 3.73rem;
    transform: translate(-50%, 0);
    overflow: hidden;
}

.fw_img::after,.fw_right::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(215, 35, 24, 0);
    transition: .3s;
}

.fw_img img {
    width: 100%;
    height: 100%;
    transition: .3s;
}

.fw_item2:hover .fw_img img {
    transform: scale(1.1);
}

.fw_item2:hover .fw_img::after,.fw_item:hover .fw_right::after{
    background-color: rgba(215, 35, 24,.3);
}

.map_box {
    width: 100%;
    height: 9.09rem;
    margin-top: .54rem;
}

#l-map {
    width: 100%;
    height: 100%;
}


.fwjs_item {
    margin-top: .74rem;
    width: 13.45rem;
    height: 3.94rem;
    padding-left: 1.05rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .3s;
}

.fwjs_item:hover {
    transform: translate(0, -.1rem);
    filter: drop-shadow(0px 0px 4px rgba(215, 35, 24, .4));
}

.fwjs_item p {
    font-size: .18rem;
    line-height: .3rem;
    color: #170E0E;
}

.phone_box {
    display: flex;
    align-items: center;
    margin-top: .91rem;
}

.phone_box img {
    width: .44rem;
    height: .44rem;
    flex-shrink: 0;
    margin-right: .32rem;
}

.phone_right {
    display: flex;
    flex-direction: column;
    font-size: .18rem;
    color: #170E0E;
    line-height: .3rem;
}

.phone_right span {
    font-size: .3rem;
    color: #D72318;
    font-weight: bold;
}

@media screen and (max-width:1150px) {
    .tab_item{
        transform: translate(0,-50%)!important;
    }
    .fwnr_contnet {
        padding: .24rem;
        box-sizing: border-box;
    }

    .title_info_box {
        display: flex;
        flex-direction: column;
    }

    .tinfo_box {
        padding-left: 0;
        margin-top: .24rem;

    }

    .tinfo_box h1 {
        font-size: .18rem;
    }

    .tinfo_box p {
        font-size: .12rem;
        white-space: normal;
        margin-top: .1rem;
    }

    .fwnr_inner {
        width: 100%;
    }

    .fw_list {
        margin-top: .24rem;
    }

    .fw_item {
        padding: .24rem;
        width: 100%;
        height: auto;
        flex-direction: column !important;
        box-sizing: border-box;
        margin-top: .24rem;
    }

    .fw_left {
        padding: 0;
    }

    .fw_right {
        width: 100%;
        height: auto;
        margin: 0;
        margin-top: .24rem;
    }

    .fw_right img {
        width: 100%;
        height: auto;
    }

    .fw_info {
        font-size: .12rem;
        margin-top: .1rem;
    }
   .fw_info span{
        font-size: .16rem;
        margin-top: .1rem;
    }

    .fw_info p {
        margin-top: .05rem;
    }

    .num_box {
        right: 0;
        top: 0;
        left: unset;
        /* zoom: .6; */
        transform: translate(.24rem, -.35rem);
        width:calc(1.14rem * .6);
        height: calc(.38rem * .6);
        font-size: calc(.24rem * .6);
    }

    .map_box{
        margin-top: .24rem;
    }

    .fw_title {
        font-size: .18rem;
    }

    .fw_list2 {
        margin-top: .24rem;
        flex-direction: column;
    }

    .fw_item2 {
        width: 100%;
        height: auto;
        padding: .24rem;
        box-sizing: border-box;
    }

    .fw_img {
        position: static;
        width: 100%;
        height: auto;
        transform: translate(0);
        margin-bottom: .2rem;
    }

    .fw_img img {
        width: 100%;
        height: auto;
    }

    .fwjs_item {
        width: 100%;
        height: auto;
        padding: .24rem;
        margin-top: .24rem;
    }

    .fwjs_item p {
        font-size: .13rem;
        line-height: 1.6;
    }
}