﻿/**销售网络，首页和详情页**/
/****/
.pubxsnet {
    width: 100%;
    background-image: url(/img/pcimg/xsnetbg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-bottom: 30px;
    position: relative;
}

.pubxsnet .netnm {
    position: absolute;
    z-index: 1;
    top: 80px;
    left: 0px;
    right: 60px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #000;
}

.pubxsnet .netmore {
    position: absolute;
    z-index: 1;
    top: 140px;
    left: 0px;
    right: 60px;
    text-align: center;
    font-size: 14px;
    color: #ad1e37;
}

.pubxsnet .nettips {
    position: absolute;
    z-index: 1;
    top: 166px;
    left: 0px;
    right: 60px;
    text-align: center;
    font-size: 12px;
    color: #898989;
}

.pubxsnet .cnmap {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.pubxsnet .cnmap img {
    display: block;
    width: 100%;
}

.pubxsnet .netitem {
    display: flex;
    position: absolute;
    z-index: 3;
    cursor: pointer;
}

.pubxsnet .netico {
    position: relative;
    width: 30px;
    height: 30px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 50%;
}

.pubxsnet .wai {
    position: absolute;
    z-index: 1;
    width: 12px;
    height: 12px;
    left: 9px;
    top: 9px;
    box-sizing: border-box;
    border: 2px solid #ca1c1d;
    border-radius: 50%;
}

.pubxsnet .cen {
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    left: 12px;
    top: 12px;
    width: 6px;
    height: 6px;
    background-color: #ca1c1d;
    border-radius: 50%;
}

.pubxsnet .nei {
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    background-color: #ca1c1d;
    border-radius: 50%;
    opacity: 0;
    animation: warn 2.6s ease-out;
    animation-iteration-count: infinite;
}

@keyframes warn {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    25% {
        transform: scale(0);
        opacity: 0.1;
    }

    50% {
        transform: scale(0.1);
        opacity: 0.3;
    }

    75% {
        transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.pubxsnet .netdm {
    font-size: 14px;
    color: #ca1c1d;
    line-height: 30px;
}
/****/
.netcss
{
    width:1480px;
    margin:20px auto;
    padding-bottom:60px;
    font-size:16px;
}
    .netcss .zbmain {
        background-color: #e7e7e7;
        padding:20px;
        border-radius:4px;
    }
    .netcss .zbnm {
        font-size:23px;
        line-height:50px;
    }
    .netcss .zbxx {
        line-height:20px;
    }
    .netcss .zbli {
        margin:10px 0;
    }
        .netcss .zbli a {
            margin-left: 5px;
            color: #F50;
        }
    .netcss .gnnm {
        font-size: 23px;
        line-height:50px;
        margin-top:30px;
        margin-bottom:10px;
    }
    .netcss .gnul {

    }
    .netcss .gnli {
        float: left;
        width: 480px;
        height:164px;
        box-sizing: border-box;
        margin-bottom: 20px;
        margin-right: 20px;
        position:relative;
    }
        .netcss .gnli:nth-child(3n+3)
        {
            margin-right:0px;
        }
    .netcss .linr {
        position: absolute;
        z-index: 2;
        left: 0px;
        right: 0px;
        top: 0px;
        box-sizing: border-box;
        background-color: #e7e7e7;
        padding: 20px;
        border-radius: 4px;
        cursor: pointer;
    }
.netcss .sybnm {
    font-size: 18px;
    margin-bottom: 10px;
}
    .netcss .sybkf {
        line-height: 30px;
        display: flex;
    }
        .netcss .sybkf .unm {
        }
        .netcss .sybkf .wxlink {
            display: block;
            width: 30px;
            height: 30px;
            margin-left: 5px;
            background-image: url(/img/ico/wx03.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 26px 26px;
        }
.netcss .sybcitys {
    min-height: 60px;
    line-height: 30px;
}
    .netcss .spnm {
        color: #8a8a8a;
    }
        .netcss .spnm s {
            background-image: url(/img/ico/city01.png);
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 20px 20px;
            padding-left: 23px;
        }
/****/
    .netcss .gnli .linr:hover {
        background-color: #ad1e37;
        color: #FFF;
        box-shadow: 2px 2px 2px rgb(204,204,204,0.6);
        z-index:3;
    }
        .netcss .gnli:hover .wxlink {
            background-image: url(/img/ico/wx04.png);
        }
        .netcss .gnli:hover .spnm s {
            background-image: url(/img/ico/city02.png);
        }
        .netcss .gnli:hover .spnm {
            color:#FFF
        }