    /*产品列表*/
    
    .tabBox {
        background-color: #FFF;
        padding: 1.5rem 0 0.2rem;
    }
    
    .tabBox ul {
        width: 4rem;
        margin: 0 auto;
        display: flex;
    }
    
    .tabBox ul li {
        width: 50%;
        font-size: 0.24rem;
        color: #333;
        cursor: pointer;
    }
    
    .tabBox ul li:nth-child(1) {
        background: url(../images/proTab01.png) no-repeat;
        background-size: 0.24rem;
    }
    
    .tabBox ul li:nth-child(1):hover {
        background: url(../images/proTab001.png) no-repeat;
        background-size: 0.24rem;
    }
    
    .tabBox ul li:nth-child(1).active {
        background: url(../images/proTab001.png) no-repeat;
        background-size: 0.24rem;
        color: #FF6901
    }
    
    .tabBox ul li:nth-child(2) {
        background: url(../images/proTab02.png) no-repeat;
        background-size: 0.24rem;
    }
    
    .tabBox ul li:nth-child(2):hover {
        background: url(../images/proTab002.png) no-repeat;
        background-size: 0.24rem;
    }
    
    .tabBox ul li span {
        padding-left: 0.4rem;
        padding-bottom: 0.3rem;
        display: block;
    }
    
    .tabBox ul li:hover {
        color: #FF6901;
    }
    
    .tabBox ul li.active span {
        background: url(../images/proIconDown.png) 0.85rem 0.4rem no-repeat;
    }
    
    .tabBox ul li:hover span {
        background: url(../images/proIconDown.png) 0.85rem 0.4rem no-repeat;
    }
    
    .prolist ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0.87rem 0 0.55rem;
    }
    
    .prolist ul::after {
        content: '';
        width: 3.5rem;
    }
    
    .prolist ul li {
        background-color: #FFF;
        width: 3.5rem;
        margin-bottom: 0.35rem;
        padding: 0 0.32rem 0.5rem;
    }
    
    .prolist ul li:hover {
        box-shadow: 0 0 10px #BBB;
    }
    
    .prolist ul li .img {
        width: 2.6rem;
        height: 1.6rem;
        margin: 0.58rem auto 0.7rem;
        box-sizing: border-box;
    }
    
    .prolist ul li .img img {
        width: 2.6rem;
        transition: width 0.15s, height 0.15s, margin 0.15s;
        -webkit-transition: width 0.15s, height 0.15s, margin 0.15s
    }
    
    .prolist ul li .img img:hover {
        width: 120%;
        margin: -5% 0 0 -10%
    }
    
    .prolist ul li .proName {
        font-size: 0.18rem;
        border-bottom: 1px solid #DFDFDF;
        padding-bottom: 0.35rem;
        margin-bottom: 0.34rem;
    }
    
    .prolist ul li:hover .proName {
        color: #FF6901
    }
    
    .prolist ul li p {
        font-size: 0.14rem;
        color: #999;
        line-height: 0.28rem;
        padding-bottom: 0.3rem;
    }
    
    .prolist ul li span {
        font-size: 0.15rem;
        padding-right: 1rem;
        color: #FF6901;
        cursor: pointer;
        background: url(../images/proIcon.png) 0.65rem center no-repeat;
    }
    
    .prolist ul li span:hover {
        color: #FF9999;
    }
    
    .proDetailAddBg {
       /** background: url(../images/proDetailBgImg.png) no-repeat;**/
        background-size: 100% 100%;
        padding: 0.34rem 0 0.92rem;
    }
    
    .proDetailAddBg .proDetailNav {
        font-size: 0.16rem;
        color: #999
    }
    
    .proDetailAddBg .proDetailNav span {
        color: #FF6901;
    }
    
    .proDetailAddBg .proDetailNav div {
       /** background: url(../images/proDetailNext01.png) right center no-repeat;**/
        cursor: pointer;
        background-size: 0.15rem;
        padding-right: 0.2rem;
    }
    
    .proDetailAddBg .proDetailNav div:hover {
        background: url(../images/proDetailNext001.png) right center no-repeat;
        color: #FF6901;
        background-size: 0.15rem;
    }
    
    .proDetailAddBg .proDetailImg {
        display: flex;
        justify-content: space-evenly;
        padding: 1rem 0 0.3rem;
    }
    
    .proDetailAddBg .proDetailImg .perBtn {
        cursor: pointer;
        margin-top: 1.8rem;
        background: url(../images/proDetailTab01.png) no-repeat;
        background-size: 100% 100%;
        width: 0.2rem;
        height: 0.4rem;
    }
    
    .proDetailAddBg .proDetailImg .perBtn:hover {
        background: url(../images/proDetailTab001.png) no-repeat;
        background-size: 100% 100%;
    }
    
    .proDetailAddBg .proDetailImg ul {
        width: 13rem;
    }
    
    .proDetailAddBg .proDetailImg ul li {
        display: none;
    }
    
    .proDetailAddBg .proDetailImg ul li:nth-child(1) {
        display: block;
    }
    
    .proDetailAddBg .proDetailImg ul li img {
        width: 6rem;
        height: 4rem;
        margin: 0 auto;
        display: block;
    }
    
    .proDetailAddBg .proDetailImg .nextBtn {
        cursor: pointer;
        margin-top: 1.8rem;
        background: url(../images/proDetailTab02.png) no-repeat;
        background-size: 100% 100%;
        width: 0.2rem;
        height: 0.4rem;
    }
    
    .proDetailAddBg .proDetailImg .nextBtn:hover {
        background: url(../images/proDetailTab002.png) no-repeat;
        background-size: 100% 100%;
    }
    
    .proDetailAddBg .proInfo h2 {
        text-align: center;
        color: #333;
        font-size: 0.32rem;
        padding: 0.4rem 0;
    }
    
    .proDetailAddBg .proInfo p {
        text-align: center;
        color: #666;
        font-size: 0.16rem;
        line-height: 0.3rem;
    }
    
    .proDetailAddBg .proInfo ul {
        /* width: 4rem; */
        margin: 0.3rem auto 0;
        display: flex;
        justify-content: center;
    }
    
    .proDetailAddBg .proInfo ul li {
        /* width: 1.66rem; */
        box-sizing: border-box;
        font-size: 0.16rem;
        height: 0.4rem;
        line-height: 0.4rem;
        cursor: pointer;
        border-radius: 0.2rem;
        padding: 0 0.2rem 0 0.35rem;
    }
    
    .proDetailAddBg .proInfo ul li {
        color: #666;
        background: url(../images/proDetailFile01.png) #FFF 0.22rem center no-repeat;
        padding-left: 0.44rem;
        background-size: 0.15rem;margin: 0 0.2rem;
    }
    
    .proDetailAddBg .proInfo ul li:hover {
        background: url(../images/proDetailFile001.png) #FFF 0.22rem center no-repeat;
        padding-left: 0.44rem;
        background-size: 0.15rem;
        color: #FF6901;
    }
    
    .proDetailAddBg .proInfo ul li:nth-last-child(1) {
        background: url(../images/proDetailServer01.png) #FF6901 0.22rem center no-repeat;
        color: #FFF;
        padding-left: 0.55rem;
        background-size: 0.15rem;
    }
    .proDetailAddBg .proInfo ul li:nth-last-child(1):hover {
        background: url(../images/proDetailServer01.png) #FF6901 0.22rem center no-repeat;
        color: #FFF;
        padding-left: 0.55rem;
        background-size: 0.15rem;
    }
    
    .proDetail {
        background-color: #FFF;
        padding-bottom: 0.5rem;
    }
    
    .proDetail h4 {
        font-size: 0.24rem;
        padding: 0.6rem 0 0.4rem;
        color: #FF6901;
    }
    
    .proDetail div p {
        font-size: 0.18rem;
        color: #333;
        line-height: 0.4rem;
        text-indent:2em;
    }
    
    .proDetail div.gaishu p {
        margin-bottom: 0.2rem;
        text-indent:2em;
    }
    
    .proDetail div.imgs img { max-width:7.5rem;}
    
    .proDetail table {
        border-top: 1px solid #E8E8E8;
        border-left: 1px solid #E8E8E8;
        width: 12rem;
        text-align: center;
    }
    
    .proDetail table tr td,
    .proDetail table tr th {
        border-right: 1px solid #E8E8E8;
        border-bottom: 1px solid #E8E8E8;
        height: 0.5rem;
        line-height: 0.5rem;
    }
    
    .proDetail table tr td {
        font-size: 0.16rem;
    }
    
    .proDetail table tr:nth-child(2n) {
        background-color: #F7F7F7;
    }
    
    .proDetail table tr th {
        line-height: 0.18rem;
        padding: 0.08rem 0;
        height: 0.62rem;
        font-size: 0.18rem;
        color: #333;
        background-color: #E8E8E8;
        text-align: center;
    }
    
    @media only screen and (max-width:750px) {
        .Mprolist {
            padding-bottom: 0.58rem;
        }
        .Mprolist ul li {
            background-color: #FFF;
            margin: 0.35rem;
            padding: 0 0.32rem 0.59rem;
        }
        .Mprolist ul li .img {
            height: 3.41rem;
            padding: 0.7rem 0 0.34rem;
        }
        .Mprolist ul li .img img {
            height: 2.37rem;
            display: block;
            margin: 0 auto;
        }
        .Mprolist ul li .proName {
            font-size: 0.26rem;
            border-bottom: 1px solid #DFDFDF;
            padding-bottom: 0.35rem;
            font-weight: bold;
            margin-bottom: 0.34rem;
        }
        .Mprolist ul li:active .proName {
            color: #FF6901
        }
        .Mprolist ul li p {
            font-size: 0.24rem;
            color: #999;
            line-height: 0.28rem;
            padding-bottom: 0.3rem;
        }
        .Mprolist ul li span {
            font-size: 0.24rem;
            padding-right: 1rem;
            color: #FF6901;
            cursor: pointer;
            background: url(../images/proIcon.png) 60% center no-repeat;
        }
        .MproDetailAddBg {
        
            background-size: 100% 100%;
            padding: 0.5rem 0 1.1rem 0;
        }
        .MproDetailAddBg .MproDetailImg {
            width: 100%;
            display: flex;
            justify-content: space-evenly;
            padding: 0.3rem 0 0.3rem;
        }
        .MproDetailAddBg .MproDetailImg .perBtn {
            cursor: pointer;
            margin-top: 1.8rem;
            background: url(../images/proDetailTab01.png) no-repeat;
            background-size: 100% 100%;
            width: 0.2rem;
            height: 0.4rem;
        }
        .MproDetailAddBg .MproDetailImg .perBtn:hover {
            background: url(../images/proDetailTab001.png) no-repeat;
            background-size: 100% 100%;
        }
        .MproDetailAddBg .MproDetailImg ul {
            width: 80%;
        }
        .MproDetailAddBg .MproDetailImg ul li {
            display: none;
        }
        .MproDetailAddBg .MproDetailImg ul li:nth-child(1) {
            display: block;
        }
        .MproDetailAddBg .MproDetailImg ul li img {
            width: 6rem;
            height: 4rem;
            margin: 0 auto;
            display: block;
        }
        .MproDetailAddBg .MproDetailImg .nextBtn {
            cursor: pointer;
            margin-top: 1.8rem;
            background: url(../images/proDetailTab02.png) no-repeat;
            background-size: 100% 100%;
            width: 0.2rem;
            height: 0.4rem;
        }
        .MproDetailAddBg .MproDetailImg .nextBtn:hover {
            background: url(../images/proDetailTab002.png) no-repeat;
            background-size: 100% 100%;
        }
        .MproDetailAddBg .proInfo h2 {
            text-align: center;
            color: #333;
            font-size: 0.32rem;
            padding: 0.4rem 0;
        }
        .MproDetailAddBg .proInfo p {
            text-align: center;
            color: #666;
            font-size: 0.24rem;
            line-height: 0.5rem;
            padding: 0 0.3rem;
        }
        .MproDetailAddBg .proInfo ul {
            width: 5rem;
            margin: 0.5rem auto 0;
            display: flex;
            flex-flow: wrap;
            justify-content: space-evenly;
        }
        .MproDetailAddBg .proInfo ul li {
            /* width: 2.06rem; */
            margin: 0.15rem 0;
            font-size: 0.24rem;
            cursor: pointer;
            border-radius: 0.3rem;
            padding: 0.13rem 0.3rem 0.15rem 0.55rem;
        }
        .MproDetailAddBg .proInfo ul li {
            color: #666;
            background: url(../images/proDetailFile01.png) #FFF 0.2rem center no-repeat;
            background-size: 0.24rem;
        }
        .MproDetailAddBg .proInfo ul li:nth-last-child(1) {
            background: url(../images/proDetailServer01.png) #FF6901 0.2rem center no-repeat;
            color: #FFF;
            background-size: 0.24rem;
        }
        .MproDetail {
            background-color: #FFF;
            padding-bottom: 0.5rem;
        }
        .MproDetail img {
            max-width: 100% !important;
            margin: 0 !important;
        }
        .MproDetail h4 {
            font-size: 0.26rem;
            padding: 0.6rem 0.37rem 0.4rem;
            font-weight: bold;
            color: #FF6901;
        }
        .MproDetail>div {
            padding: 0 0.37rem;
        }
        .MproDetail>div p {
            font-size: 0.24rem;
            color: #333;
            line-height: 0.5rem;
        }
        .MproDetail div.gaishu p {
            margin-bottom: 0.2rem;
        }
        .MproDetail div.imgs img {
            width: 100%;
        }
        .MproDetail ul {
            margin: 0 0.2rem;
        }
        .MproDetail ul {
            border-top: 1px solid #DCDCDC;
            border-left: 1px solid #DCDCDC;
        }
        .MproDetail ul li {
            display: flex;
            text-align: center;
            border-bottom: 1px solid #DCDCDC;
            text-align: center;
            font-size: 0.24rem;
            height: 0.78rem;
        }
        .MproDetail ul li span {
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            width: 24%;
            background-color: #E8E8E8;
        }
        .MproDetail ul li:nth-child(2n) {
            background-color: #F7F7F7;
        }
        .MproDetail ul li span,
        .MproDetail ul li div {
            border-right: 1px solid #DCDCDC;
        }
        .MproDetail ul li div {
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            width: 21%;
        }
    }
    /*********fy分页样式*********/
    
    .fy {
        overflow: hidden;
        text-align: center;
        margin-bottom: 0.5rem;
    }
    
    .fy-con {
        overflow: hidden;
        display: inline-block;
    }
    
    .fy-con .pre {
        width: 0.85rem;
        margin-right: 0.13rem;
        margin-left: 0.13rem;
    }
    
    .fy-con .next1 {
        width: 0.85rem;
        margin-right: 0.13rem;
        margin-left: 0.13rem;
    }
    
    .fy a {
        display: block;
        border-radius: 0.04rem;
        width: 0.46rem;
        height: 0.52rem;
        text-align: center;
        line-height: 0.52rem;
        float: left;
        font-size: 0.18rem;
        background: #b0b0b0;
        color: #ffffff;
        margin-right: 0.08rem;
        margin-left: 0.08rem;
    }
    
    .fy a:hover {
        color: #fff;
        background: #FF6901;
    }
    
    .fy .cpb {
        margin-top: 0;
        color: #ffffff;
        border: none;
        border-radius: 0.04rem;
        background: #FF6901;
        width: 0.46rem;
        height: 0.52rem;
        line-height: 0.52rem;
        display: block;
        text-align: center;
        float: left;
        font-size: 0.18rem;
        margin-right: 0.08rem;
        margin-left: 0.08rem;
    }
    
    .top {
        opacity: 0;
        z-index: 100000;
        transition: all 0.8s;
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
    }
    
    .top a {
        width: 48px;
        height: 48px;
        display: inline-block;
        background: url(../images/top.jpg) top center no-repeat;
        outline: none;
    }
    
    .top a:hover {
        background: url(../images/top.jpg) center -196px no-repeat;
    }
    
    .pc-suspension {
        position: fixed;
        right: 0;
        top: 30%;
        width: 0.48rem;
        z-index: 999;
    }
    
    .suspension-show a {
        display: block;
        width: 0.48rem;
        height: 0.48rem;
        margin-top: 3px;
        cursor: pointer;
    }
    
    .suspension-show-one {
        background: url(../images/top.jpg) center -0.48rem no-repeat;
        background-size: 0.48rem;
    }
    
    .suspension-show-two {
        background: url(../images/top.jpg) center -0.96rem no-repeat;
        background-size: 0.48rem;
    }
    
    .suspension-show-three {
        background: url(../images/top.jpg) center -1.44rem no-repeat;
        background-size: 0.48rem;
    }
    
    .suspension-show-one:hover {
        background: url(../images/top.jpg) center -2.4rem no-repeat;
        background-size: 0.48rem;
    }
    
    .suspension-show-two:hover {
        background: url(../images/top.jpg) center -2.88rem no-repeat;
        background-size: 0.48rem;
    }
    
    .suspension-show-three:hover {
        background: url(../images/top.jpg) center -3.36rem no-repeat;
        background-size: 0.48rem;
    }
    
    .suspension-hide-pho {
        display: none;
        position: relative;
        border-radius: 10px;
        top: -130px;
        width: 280px;
        left: -300px;
        background: #edebeb;
        padding: 10px 40px 20px 40px;
    }
    
    .suspension-hide-pho p {
        margin-top: 12px;
        font-size: 16px;
        color: #333333;
        line-height: 30px;
        overflow: hidden;
    }
    
    .suspension-show-four {
        background: url(../images/weixin.jpg) no-repeat center;
        background-size: 0.48rem;
    }
    
    .suspension-show-four:hover {
        background: url(../images/weixinh.jpg) no-repeat center;
        background-size: 0.48rem;
    }
    
    .suspension-hide-ewm {
        display: none;
        position: relative;
        top: -60px;
        width: 115px;
        left: -117px;
    }
    
    .suspension-hide-ewm img {
        width: 115px;
        height: 115px;
    }