html,body{

    font-family:思源黑体,PingFangSC-Light,simsun, arial, sans-serif;

}

/* 二级栏目样式 */

.p_category .p_parentBox.active {

    background-color: #de4847;

}



.p_category .p_parentBox.active .p_title {

    color: #fff !important;

}



/* 底部二维码 */

.w_fimg-000 .e_image img {

    width: 100%;

    height: 100%;

}





/* 首页标题样式 */

.h-title {

    padding-bottom: 2rem;

}



.h-title h2 {

    text-align: center;

    font-size: 2.4rem !important;

    color: #000;

    padding-bottom: 1rem;

}



.h-title .tline {

    width: 160px;

    text-align: center;

    height: 1px;

    background: #322;

    margin: 0 auto;

    margin-top: 10px;

    position: relative;

    background-color: #de4847;

}



.h-title .tline span {

    display: block;

    position: absolute;

    top: -4px;

    left: 50%;

    margin-left: -5px;

    background-color: #de4847;

    width: 10px;

    height: 10px;

    border-radius: 50%;

}



/* 首页产品中心 */

.p-title {

    display: -webkit-flex;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

}



/* 首页产品介绍 */

.h-item {

    padding: .5rem 0;

}



.h-item h3 {

    color: #333;

    font-size: 18px !important;

    font-weight: bold !important;

    padding-bottom: .3rem;

}



/* 首页联系我们 */

.hcontact {

    background-image: url(../images/nbgk.jpg);

    background-size: cover;

}

#videoPlay{

    height: 300px;

}

@media only screen and (max-width: 769px) {

    .p_page{

        display: -webkit-flex;

        display: flex;

        justify-content: center;

        align-items: center;

        padding-top: 1rem;

    }

    .p_page .pageNum{

        display: none;

    }

    .p_page a{

        background: #df454d;

        color: #fff;

        padding: 0!important;

        width: auto!important;

        margin: 3px!important;

        height: auto;

    }

    .p_page a .font{

        line-height: 42px!important;

        padding: 0 20px;

    }

}