
/*产品和视频导航的css---- start*/
.mbox {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    width: 100%;;
}

.mli {
    padding: 22px;
    border-radius: 10px;
    background: #f5f7f9;
    display: flex;
    justify-content: space-between;
    width: 408px;
    height: 200px;
}

.mtitle {
    margin-bottom: 15px;
    font-size: 18px;
    color: #3d3d3d;
    font-weight: bold;
    font-family: 'OPPOSans Heavy', sans-serif;
}


.mbbox a {
    display: flex;
    justify-content: space-between;
}

.mb {
    margin-top: 8px;
    font-size: 14px;
    color: #3d3d3d;
}

.mb_big {
    color: #3d3d3d;
}

.imgbox div {
    width: 216px;
    display: flex;
    flex-direction: row;
}

.imgbox div .gtli {
    display: flex;
    flex-direction: row;
}

.imgimg {
    width: 216px;
    height: 125px;
    border-radius: 6px;
    overflow: hidden;
}

.imgimg_big {
    width: 216px;
    height: 157px;
    border-radius: 6px;
    overflow: hidden;
}

.imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imggoods {
    font-size: 14px;
    margin-top: 15px;
    display: flex;
}

.imggoods span.gtitle {
    color: #3d3d3d;
    font-weight: 600;
}

.imggoods span {
    font-size: 14px;
    color: #717171;
    font-weight: 400;
}

.tip {
    background: #fe5c1c;
    font-size: 14px;
    padding: 0px 6px;
    border-radius: 8px 0;
    color: #fff
}

a:hover {
    color: #0f39a8;
    transition: width 1s ease-in-out;
}

.imgbox img:hover {
    transform: scale(1.05, 1.05);
    transition: all 0.1s ease-in-out;
}

.pp {
    margin: 0 5px
}

.pp:last-child {
    display: none;
}

a.goodsa {
    color: #717171
}

a.goodsa:hover {
    color: #0f39a8;
}

.imgbox div .gtli {
    width: 149px;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.npro_header {
    width: 1260px;
    height: auto;
    padding: 0;
    margin: 0 auto;
    padding-bottom: 30px;

}

.dh_move{
    overflow:hidden;
    width: 216px;
    height: 125px;
    border-radius: 6px;
}

.dh_move_big{
    overflow:hidden;
    width: 216px;
    height: 157px;
    border-radius: 6px;
}

/*产品和视频导航的css---- end*/



/*支持和新闻导航的css---- start*/
.zw_mbox {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    width: 100%;;
}

.zw_mli {
    padding: 22px;
    border-radius: 10px;
    background: #f5f7f9;
    display: flex;
    justify-content: space-between;
    width: 408px;
    height: 200px;
}

.zw_mtitle {
    margin-bottom: 15px;
    font-size: 18px;
    color: #3d3d3d;
    font-weight: bold;
    font-family: 'OPPOSans Heavy', sans-serif;
}


.zw_mbbox a {
    display: flex;
    justify-content: space-between;
}

.zw_mb {
    margin-top: 8px;
    font-size: 14px;
    color: #3d3d3d;
}

.zw_mb_big {
    color: #3d3d3d;
}

.zw_imgbox div {
    width: 216px;
    display: flex;
    flex-direction: row;
}

.zw_imgbox div .gtli {
    display: flex;
    flex-direction: row;
}

.zw_imgimg {
    width: 216px;
    height: 125px;
    border-radius: 6px;
    overflow: hidden;
}

.zw_imgimg_big {
    width: 216px;
    height: 157px;
    border-radius: 6px;
    overflow: hidden;
}

.zw_imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zw_imggoods {
    font-size: 14px;
    margin-top: 15px;
    display: flex;
}

.zw_imggoods span.gtitle {
    color: #3d3d3d;
    font-weight: 600;
}

.zw_imggoods span {
    font-size: 14px;
    color: #717171;
    font-weight: 400;
}

.zw_tip {
    background: #fe5c1c;
    font-size: 14px;
    padding: 0px 6px;
    border-radius: 8px 0;
    color: #fff
}

a:hover {
    color: #0f39a8;
    transition: width 1s ease-in-out;
}

.zw_imgbox img:hover {
    transform: scale(1.05, 1.05);
    transition: all 0.1s ease-in-out;
}

.zw_pp {
    margin: 0 5px
}

.zw_pp:last-child {
    display: none;
}

a.goodsa {
    color: #717171
}

a.goodsa:hover {
    color: #0f39a8;
}

.zw_imgbox div .gtli {
    width: 149px;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.zw_npro_header {
    width: 1260px;
    height: auto;
    padding: 0;
    margin: 0 auto;
    padding-bottom: 30px;

}

.zw_dh_move{
    overflow:hidden;
    width: 216px;
    height: 125px;
    border-radius: 6px;
}

.zw_dh_move_big{
    overflow:hidden;
    width: 216px;
    height: 157px;
    border-radius: 6px;
}

/*支持和新闻导航的css---- end*/


/*关于导航的css---- start*/
.gy_mbox {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    width: 100%;;
}

.gy_mli {
    padding: 22px;
    border-radius: 10px;
    background: #f5f7f9;
    display: flex;
    justify-content: space-between;
    width: 408px;
    height: 200px;
}

.gy_mtitle {
    margin-bottom: 15px;
    font-size: 18px;
    color: #3d3d3d;
    font-weight: bold;
    font-family: 'OPPOSans Heavy', sans-serif;
}


.gy_mbbox a {
    display: flex;
    justify-content: space-between;
}

.gy_mb {
    margin-top: 8px;
    font-size: 14px;
    color: #3d3d3d;
}

.gy_mb_big {
    color: #3d3d3d;
}

.gy_imgbox div {
    width: 216px;
    display: flex;
    flex-direction: row;
}

.gy_imgbox div .gtli {
    display: flex;
    flex-direction: row;
}

.gy_imgimg {
    width: 216px;
    height: 125px;
    border-radius: 6px;
    overflow: hidden;
}

.gy_imgimg_big {
    width: 216px;
    height: 157px;
    border-radius: 6px;
    overflow: hidden;
}

.gy_imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gy_imggoods {
    font-size: 14px;
    margin-top: 15px;
    display: flex;
}

.gy_imggoods span.gtitle {
    color: #3d3d3d;
    font-weight: 600;
}

.gy_imggoods span {
    font-size: 14px;
    color: #717171;
    font-weight: 400;
}

.gy_tip {
    background: #fe5c1c;
    font-size: 14px;
    padding: 0px 6px;
    border-radius: 8px 0;
    color: #fff
}

a:hover {
    color: #0f39a8;
    transition: width 1s ease-in-out;
}

.gy_imgbox img:hover {
    transform: scale(1.05, 1.05);
    transition: all 0.1s ease-in-out;
}

.gy_pp {
    margin: 0 5px
}

.gy_pp:last-child {
    display: none;
}

a.goodsa {
    color: #717171
}

a.goodsa:hover {
    color: #0f39a8;
}

.gy_imgbox div .gtli {
    width: 149px;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.gy_npro_header {
    width: 1260px;
    height: auto;
    padding: 0;
    margin: 0 auto;
    padding-bottom: 30px;

}

.gy_dh_move{
    overflow:hidden;
    width: 216px;
    height: 125px;
    border-radius: 6px;
}

.gy_dh_move_big{
    overflow:hidden;
    width: 216px;
    height: 157px;
    border-radius: 6px;
}

/*关于导航的css---- end*/