/*二级公共*/
body{
    background-color: #f0f7ff;
}

/*地址*/
.address{
    background-color: #ffffff;
}
/*栏目名称*/
.address .wp{
    position: relative;
    justify-content: flex-end;
}
.address .current{
    width: 3.2rem;
    height: 1.17rem;
    background: url("../images/frame/1.jpg")no-repeat center;
    background-size: 100% 100%;
    color: #ffffff;
    font-size: 0.36rem;
    font-weight: bold;
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
}
.address .current img{
    width: 0.3rem;
    height: 0.33rem;
    margin-right: 0.15rem;
}
.address .current td{
    padding-left: 0.35rem;
}

/*当前位置*/
.address .add{
    width: calc(100% - 3.8rem);
    overflow: hidden;
}
.address h4{
    line-height: 0.7rem;
    font-size: 0.22rem;
    float: left;
}
.address .dz{
    font-size: 0.16rem;
    float: right;
    line-height: 0.7rem;
}
.address .dz span:last-child{

}



.frame{
    margin-bottom: 0.6rem;
}

/*左块*/
.frame .left_nav{
    width: 3.2rem;
    position: relative;
    z-index: 1;
    margin-top: 0.1rem;
}



/*二级导航*/
.left_nav .navs{
    min-height: 4.16rem;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 0.2rem 0 0.76rem 0;

}
.left_nav .navs:after{
    content: "";
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    background-image: url("../images/frame/2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -1.6rem;
    left: 0;
    z-index: 0;
}

.left_nav .navs li{
    line-height: 0.73rem;
    font-size: 0.18rem;
    position: relative;
    z-index: 1;
}
.left_nav .navs li a{
    display: inherit;
    padding-left: 0.45rem;
    width: 2.92rem;
}
.left_nav .navs li span{
    color: #ffffff;
    float: right;
    font-family: "黑体";
    margin-right: 0.18rem;
}
.left_nav .navs li.cvt{
    border-right: 0.05rem solid #0f77dd;
    font-weight: bold;
}
.left_nav .navs li.cvt a{
    background-color:#0f77dd;
    color: #ffffff;
}

.frame .right_black{
    width: 10.2rem;
    min-height: 5rem;
}



/*单片正文*/
.dpzw{
    padding-top: 0.4rem;
}





/*手机适配*/
@media screen and (max-width: 1200px) {
    /*地址*/
    .address{
        background-color: #ffffff;
        margin-bottom: 0.2rem;
    }
    /*栏目名称*/
    .address .wp{
        position: relative;
        justify-content: right;
    }
    .address .current{
        width: 3.2rem;
        height: 1.17rem;
        background: url("../images/frame/1.jpg")no-repeat center;
        background-size: 100% 100%;
        color: #ffffff;
        font-size: 0.36rem;
        font-weight: bold;
        position: absolute;
        z-index: 99;
        bottom: 0;
        left: 0;
        display: none;
    }
    .address .current img{
        width: 0.3rem;
        height: 0.33rem;
        margin-right: 0.15rem;
    }
    .address .current td{
        padding-left: 0.35rem;
    }

    /*当前位置*/
    .address .add{
        width: 100%;
        overflow: hidden;
    }
    .address h4{
        line-height: 0.7rem;
        font-size: 0.24rem;
        float: left;
    }
    .address .dz{
        font-size: 0.16rem;
        float: right;
        line-height: 0.7rem;
    }


    .frame{
        margin-bottom: 0.6rem;
    }

    /*左块*/
    .frame .left_nav{
        width: 100%;
        position: relative;
        z-index: 1;

    }



    /*二级导航*/
    .left_nav .navs{
        min-height:inherit;
        background-color: #ffffff;
        position: relative;
        overflow: hidden;
        padding: 0.2rem 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 0.2rem;
    }
    .left_nav .navs:after{
        content: "";
        display: block;
        width: 3.2rem;
        height: 3.2rem;
        background-image: url("../images/frame/2.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: absolute;
        bottom: -1.6rem;
        left: 0;
    }

    .left_nav .navs li{
        line-height: 0.73rem;
        font-size: 0.18rem;
    }
    .left_nav .navs li a{
        display: inherit;
        padding-left: 0.45rem;
        width: 2.92rem;
    }
    .left_nav .navs li span{
        color: #ffffff;
        float: right;
        font-family: "黑体";
        margin-right: 0.18rem;
    }
    .left_nav .navs li.cvt{
        border-right: 0.05rem solid #0f77dd;
        font-weight: bold;
    }
    .left_nav .navs li.cvt a{
        background-color:#0f77dd;
        color: #ffffff;
    }

    .frame .right_black{
        width: 7.3rem;
        min-height: 5rem;
        margin: 0 auto;
    }

    /*单片正文*/
    .dpzw{
        padding-top: 0;
    }





}



