.conce {
    margin: .3rem auto;
}

.conce .p_1 {
    font-size: .24rem;
    font-weight: bold;
    color: #333;
    margin-bottom: .16rem;
}

.conce .p_2 {
    font-size: .16rem;
    line-height: 1.8;
    color: #333;
}

.conce{
    background-color: #003CAB;
    padding: .4rem 0;
}

.conce .t_p {
    display: flex;
    align-items: center;
    margin-bottom: .3rem;
}

.conce .t_p img {
    height: .2rem;
    width: .2rem;
    margin-right: .1rem;
    margin-left: 0;
}

.conce .t_p span {
    font-size: .2rem;
    color: #fff;
}

.conce .inp_div {
    display: flex;
    justify-content: space-between;
}

.conce .inp_div .input {
    width: 50%;
    height: .4rem;
}

.conce .inp_div .input input {
    height: .4rem;
    width: 3rem;
    max-width: 70%;
    float: left;
    border: none;
    background-color: #fff;
    padding-left: .1rem;
    border-radius: .06rem;
}

.conce .inp_div .input .img {
    width: .4rem;
    height: .4rem;
    padding: .1rem;
    background-color: #fff;
    border-radius: .06rem;
    margin-left: .1rem;
    float: left;
    cursor: pointer;
}

.class {
    padding-bottom: .26rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid #F4F4F4;
}

.head_prolist {
    position: fixed;
    z-index: 2000;
    width: 100%;
    left: 0;
    top: .8rem;
    background-color: #fff;
    padding: .2rem 0;
    display: none;
}

.head_prolist li {
    float: left;
    margin-right: .2rem;
}

.head_prolist li a {
    font-size: .14rem;
    color: #333;
    background-color: #F5F5F5;
    padding: .18rem .3rem;
    border-radius: .08rem;
}

.head_prolist li a:hover, .head_prolist .checked a {
    background-color: #d0202e;
    color: #fff;
}

.class li {
    float: left;
    margin-right: .2rem;
}

.class li a {
    font-size: .14rem;
    color: #333;
    background-color: #F5F5F5;
    padding: .18rem .3rem;
    border-radius: .08rem;
}

.class li a:hover, .class .checked a {
    background-color: #d0202e;
    color: #fff;
}

.product {
    margin-bottom: 1rem;
}

.product>.left {
    padding: 0 .14rem;
    border: 1px solid #DEDEDE;
    border-radius: .08rem;
}

.product .left li a {
    line-height: .44rem;
    font-size: .14rem;
    color: #333;
    border-bottom: 1px solid #EDEDED;
}

.product .left li li{
    padding-left: .15rem;
}

.product .left li a:hover {
    color: #d0202e;
}

.product .left ul>.checked>a, .product .left ul>li>ol>.checked>a {
    color: #d0202e;
}

.product .left li>.img {
    width: 10px;
    height: .52rem;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.product .left li>.img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.product .left li .closelist {
    display: none;
}

.product .news .title {
    padding: .22rem .25rem;
    font-size: .14rem;
    color: #333;
    border: 1px solid #DEDEDE;
    border-radius: .08rem;
    margin-bottom: .4rem;
}

.product .news .title .left {
    float: left;
}

.product .news .title .right {
    float: right;
}

.product .news li {
    margin-bottom: .4rem;
    overflow: hidden;
}

.product .news li a{
    border: .02rem solid transparent;
}

.product .news li a:hover {
    border: .02rem solid #d0202e;
}

.product .news li .img {
    height: 2.72rem;
    overflow: hidden;
}

.product .news li .pro_title_h3{
    height: .8rem;
    display: flex;
    align-items: center;
}

.product .news li .pro_title_h3 span {
    font-size: .14rem;
    line-height: .2rem;
    text-align: center;
    color: #333;
    overflow: hidden;
    display: block;
    margin: auto;
    padding: 0 .1rem;
}

.product .news li a:hover .pro_title_h3,.product .news li a:hover .pro_title_h3 span{
    background-color: #d0202e;
    color: #fff;
}

.product .news li:hover img {
    transform: scale(1.03);
}

.product .left>ul>li>a {
    font-weight: bold;
}

.product .news li .contant {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: .2rem;
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: 1.5;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
}

.product .news li:hover .contant {
    opacity: 0;
}

.product .news li .contant * {
    color: #fff !important;
    background-color: transparent !important;
    height: auto !important;
}

.categoryContent{
    margin-bottom: .4rem;
}

.main_text{
    padding-top: .4rem;
}

.main_text,.main_text *,.categoryContent,.categoryContent * {
    font-size: .16rem;
    line-height: 1.5;
}



@media (min-width: 800px) {
    .product>.left {
        width: 20%;
        float: left;
        position: sticky;
        top: 1.4rem;
        left: 0;
    }

    .product .news {
        float: right;
        width: 78.2%;
    }

    .product .left li ol {
        display: none;
    }

    .product .news li {
        width: 23.5%;
        float: left;
        margin-right: 2%;
    }

    .product .news li:nth-child(4n) {
        margin-right: 0;
    }
}



.textdatile p {
    font-family: IBM Plex Sans !important;
    font-size: 0.17rem !important;
    line-height: 2.0;
}

.textdatile p span {
    font-family: IBM Plex Sans !important;
    font-size: 0.17rem !important;
    line-height: 2.0 !important;
}

.textdatile h2 {
    font-family: IBM Plex Sans !important;
    font-size: 0.21rem !important;
    line-height: 2.2;
    font-weight: 800 !important;
    margin-top: 0.30rem;
    margin-bottom: 0.05rem;
}

.textdatile h3 {
    font-family: IBM Plex Sans !important;
    font-size: 0.19rem !important;
    line-height: 2.2;
    font-weight: 800 !important;
    margin-top: 0.30rem;
    margin-bottom: 0.05rem;
}

.textdatile h4 {
    font-family: IBM Plex Sans !important;
    font-size: 0.19rem !important;
    line-height: 2.2;
    font-weight: 800 !important;
    margin-top: 0.30rem;
    margin-bottom: 0.05rem;
}

.textdatile h5 {
    font-family: IBM Plex Sans !important;
    font-size: 0.19rem !important;
    line-height: 2.2;
    font-weight: 800 !important;
    margin-top: 0.30rem;
    margin-bottom: 0.05rem;
}

.textdatile h6 {
    font-family: IBM Plex Sans !important;
    font-size: 0.19rem !important;
    line-height: 2.2;
    font-weight: 800 !important;
    margin-top: 0.30rem;
    margin-bottom: 0.05rem;
}

.textdatile h2 span {
    font-family: IBM Plex Sans !important;
    font-size: 0.21rem !important;
    line-height: 2.2;
    font-weight: 800 !important;
    margin-top: 0.30rem;
    margin-bottom: 0.05rem;
}

.textdatile h3 span {
    font-family: IBM Plex Sans !important;
    font-size: 0.19rem !important;
    line-height: 2.2;
    font-weight: 800 !important;
    margin-top: 0.30rem;
    margin-bottom: 0.05rem;
}

.textdatile h4 span {
    font-family: IBM Plex Sans !important;
    font-size: 0.19rem !important;
    line-height: 2.2;
    font-weight: 800 !important;
    margin-top: 0.30rem;
    margin-bottom: 0.05rem;
}

.textdatile h5 span {
    font-family: IBM Plex Sans !important;
    font-size: 0.19rem !important;
    line-height: 2.2;
    font-weight: 800 !important;
    margin-top: 0.30rem;
    margin-bottom: 0.05rem;
}

.textdatile h6 span {
    font-family: IBM Plex Sans !important;
    font-size: 0.19rem !important;
    line-height: 2.2;
    font-weight: 800 !important;
    margin-top: 0.30rem;
    margin-bottom: 0.05rem;
}

.textdatile h2 strong {
    font-family: IBM Plex Sans !important;
    font-size: 0.21rem !important;
    line-height: 2.2;
    font-weight: 800 !important;
    margin-top: 0.30rem;
    margin-bottom: 0.05rem;
}

.textdatile h3 strong {
    font-family: IBM Plex Sans !important;
    font-size: 0.19rem !important;
    line-height: 2.2;
    font-weight: 800 !important;
    margin-top: 0.30rem;
    margin-bottom: 0.05rem;
}

.textdatile h4 strong {
    font-family: IBM Plex Sans !important;
    font-size: 0.19rem !important;
    line-height: 2.2;
    font-weight: 800 !important;
    margin-top: 0.30rem;
    margin-bottom: 0.05rem;
}

.textdatile h5 strong {
    font-family: IBM Plex Sans !important;
    font-size: 0.19rem !important;
    line-height: 2.2;
    font-weight: 800 !important;
    margin-top: 0.30rem;
    margin-bottom: 0.05rem;
}

.textdatile h6 strong {
    font-family: IBM Plex Sans !important;
    font-size: 0.19rem !important;
    line-height: 2.2;
    font-weight: 800 !important;
    margin-top: 0.30rem;
    margin-bottom: 0.05rem;
}


.textdatile table * {
    font-family: IBM Plex Sans !important;
    font-size: 0.17rem !important;
    line-height: 2.0;
}

.textdatile table thead tr th {
    font-family: IBM Plex Sans !important;
    font-size: 0.17rem !important;
    line-height: 2.0;
    font-weight: 100;
}

.textdatile ul {
    font-family: IBM Plex Sans !important;
    font-size: 0.17rem !important;
    line-height: 2.0;

}

.textdatile ol {
    font-family: IBM Plex Sans !important;
    font-size: 0.17rem !important;
    line-height: 2.0;

}

.textdatile p strong {
    font-family: IBM Plex Sans !important;
    font-size: 0.17rem !important;
    font-weight: 900;
}

.textdatile table strong {
    font-family: IBM Plex Sans !important;
    font-size: 0.17rem !important;
    font-weight: 900;
}

.textdatile tr strong {
    font-family: IBM Plex Sans !important;
    font-size: 0.17rem !important;
    font-weight: 900;
}

.textdatile td strong {
    font-family: IBM Plex Sans !important;
    font-size: 0.17rem !important;
    font-weight: 900;
}

.textdatile th strong {
    font-family: IBM Plex Sans !important;
    font-size: 0.17rem !important;
    font-weight: 900;
}

.textdatile li strong {
    font-family: IBM Plex Sans !important;
    font-size: 0.17rem !important;
    line-height: 2.0;

    /*font-weight: 100;*/
}

.textdatile ul li strong {
    font-family: IBM Plex Sans !important;
    font-size: 0.17rem !important;
    line-height: 2.0;
    /*font-weight: 100;*/
}

.textdatile a {
    font-family: IBM Plex Sans !important;
    font-size: 0.17rem !important;
    line-height: 2.0;
}

.textdatile a span {
    font-family: IBM Plex Sans !important;
    font-size: 0.17rem !important;
    line-height: 2.0;
}



@media (max-width: 799px) {
    .class li {
        margin-bottom: .2rem;
    }

    .product>.left {
        position: fixed;
        top: 1.4rem;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 0.2rem 0.6rem;
        z-index: 333;
        overflow: scroll;
        height: 80vh;
        display: none;
    }

    .product .news li {
        width: 49%;
        float: left;
        margin-right: 2%;
    }

    .product .news li:nth-child(2n) {
        margin-right: 0;
    }

}