/* index头部 */
.index-header{
    height: 26.02vw;
    background: url('../images/banner_02@2x.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}
.product-head{
    width: 80%;
    margin: 0 auto;
    color: #fff;
}
.product-head>h2{
    font-size:3.15vw;
    font-weight:bold;
    color:rgba(235,238,246,1);
    margin-bottom: 1.67vw;
}
.product-head>p{
    font-size:1.3vw;
    font-weight:400;
    color:rgba(235,238,246,1);
    line-height:2.5vw;
}
/* 产品内容 */
.product-content{
    width: 100%;
}
.product-cont-ul{
    width: 83.8vw;
    margin: 0 auto;
    padding: 3.19vw 0;
}
.product-cont-li{
    width: 17.4vw;
    height: 25vw;
    padding-bottom: 2vw;
    text-align: center;
    display: inline-block;
    margin: 2.08vw 5.14vw;
    box-shadow:0px 0.5vw 1.3vw 0px rgba(45,64,107,0.1);
    vertical-align: top;
    position: relative;
}
.product-cont-li:hover{
    transform: scale(1.08);
}
.product-li-div{
    width: 100%;
    height: 13.5vw;
    overflow: hidden;
    background-color: rgba(0,0,0,0.6);
    text-align: center;
}
.product-cont-li:nth-child(7n+1)>.product-li-div{
    background: url('../images/home_zxyh_img@2x.png') no-repeat;
    background-size: 100% 100%;
}
.product-cont-li:nth-child(7n+2)>.product-li-div{
    background: url('../images/home_jrty_img@2x.png') no-repeat;
    background-size: 100% 100%;
}
.product-cont-li:nth-child(7n+3)>.product-li-div{
    background: url('../images/terminal_bg@2x.png') no-repeat;
    background-size: 100% 100%;
}
.product-cont-li:nth-child(7n+4)>.product-li-div{
    background: url('../images/ntgis_bg@2x.png') no-repeat;
    background-size: 100% 100%;
}
.product-cont-li:nth-child(7n+5)>.product-li-div{
    background: url('../images/grid_bg@2x.png') no-repeat;
    background-size: 100% 100%;
}
.product-cont-li:nth-child(7n+6)>.product-li-div{
    background: url('../images/cloud_bg@2x.png') no-repeat;
    background-size: 100% 100%;
}
.product-cont-li:nth-child(7n+7)>.product-li-div{
    background: url('../images/home_czgl_img@2x.png') no-repeat;
    background-size: 100% 100%;
}
.product-cont-li:nth-child(7n+8)>.product-li-div{
    background: url('../images/jjfa_jjxs_img@2x.png') no-repeat;
    background-size: 100% 100%;
}
.product-cont-li:nth-child(7n+9)>.product-li-div{
    background: url('../images/jjfa_wbgl_img@2x.png') no-repeat;
    background-size: 100% 100%;
}
.product-cont-li:nth-child(7n+10)>.product-li-div{
    background: url('../images/jjfa_rlsb_img@2x.png') no-repeat;
    background-size: 100% 100%;
}
.product-cont-li:nth-child(7n+11)>.product-li-div{
    background: url('../images/jjfa_swsb_img@2x.png') no-repeat;
    background-size: 100% 100%;
}
.product-cont-li:nth-child(7n+12)>.product-li-div{
    background: url('../images/jjfa_ypt_img@2x.png') no-repeat;
    background-size: 100% 100%;
}
.prodli-div{
    width: 7.3vw;
    height: 7.3vw;
    margin: 0 auto;
    margin-top: 1.5vw;
}
.prodli-div>img{
    width: 100%;
    height: 100%;
}
.prodli-p{
    font-size:1vw;
    margin-top: 0.6vw;
    font-weight:bold;
    color:rgba(255,255,255,1)
}
.product-li-p{
    font-size:0.83vw;
    font-weight:400;
    /* line-height: 1.5vw; */
    color:rgba(24,39,96,1);
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    overflow: hidden;
    word-break: break-all;
    text-align: left;
    margin: 1.2vw 1.62vw 1.85vw 1.62vw;
}
.product-li-btn{
    width:7.31vw;
    height:1.85vw;
    cursor: pointer;
    background:rgba(255,255,255,1);
    border:1px solid #F07739;
    border-radius:2px;
    font-size:0.83vw;
    font-weight:400;
    color:#F07739;
    position: absolute;
    bottom: 2vw;
    left: 28%;
}
/* 产品详情内容 */
.product-detail-content{
    width: 80%;
    min-height: 50vw;
    margin: 0 auto;
    padding: 2% 0;
    overflow: hidden;
}
.product-detail-content img{
    max-width: 100%;
    height: inherit;
}
.h5product-detail-cont img{
    width: 100%;
    height: 100%;
}

.productDetail_Cont h6{
    color: #616266;
    font-size: 1.2vw;
    margin-bottom: 1vw;
}
.productDetail_Cont p{
    color: #616266;
    font-size: 1vw;
    line-height: 1.8vw;
}
/* ///////////////////////H5 样式//////////////////////////////// */
.h5proHead{
    height: 33.33vw;
    background: url('../images/banner_02@2x.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}
.h5product-head{
    width: 90%;
    margin: 0 auto;
    color: #fff;
}
.h5product-head>h2{
    font-size:4.27vw;
    font-weight:bold;
    color:rgba(255,255,255,1);
    margin-bottom: 2vw;
}
.h5product-head>p{
    font-size:3.2vw;
    font-weight:400;
    color:rgba(235,238,246,1);
    line-height: 6vw;
}
.h5proCont{
    width: 100%;
    margin: 0 auto;
    padding: 2.67vw 0;
    background-color: #F5F7FA;
}
.h5product-cont-li{
    width: 43.07vw;
    height: 66.67vw;
    text-align: center;
    display: inline-block;
    margin: 2.67vw 3.4vw;
    background-color: #fff;
    box-shadow:0px 10px 20px 0px rgba(31,48,101,0.1);
    vertical-align: top;
    position: relative;
}
.h5product-li-div{
    width: 100%;
    height: 50%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.6);
    text-align: center;
}
.h5product-cont-li:nth-child(7n+1)>.h5product-li-div{
    background: url('../images/home_zxyh_img@2x.png') no-repeat;
    background-size: 100% 100%;
}
.h5product-cont-li:nth-child(7n+2)>.h5product-li-div{
    background: url('../images/home_jrty_img@2x.png') no-repeat;
    background-size: 100% 100%;
}
.h5product-cont-li:nth-child(7n+3)>.h5product-li-div{
    background: url('../images/terminal_bg@2x.png') no-repeat;
    background-size: 100% 100%;
}
.h5product-cont-li:nth-child(7n+4)>.h5product-li-div{
    background: url('../images/ntgis_bg@2x.png') no-repeat;
    background-size: 100% 100%;
}
.h5product-cont-li:nth-child(7n+5)>.h5product-li-div{
    background: url('../images/grid_bg@2x.png') no-repeat;
    background-size: 100% 100%;
}
.h5product-cont-li:nth-child(7n+6)>.h5product-li-div{
    background: url('../images/cloud_bg@2x.png') no-repeat;
    background-size: 100% 100%;
}
.h5product-cont-li:nth-child(7n+7)>.h5product-li-div{
    background: url('../images/home_czgl_img@2x.png') no-repeat;
    background-size: 100% 100%;
}
.h5product-cont-li:nth-child(7n+8)>.h5product-li-div{
    background: url('../images/jjfa_jjxs_img@2x.png') no-repeat;
    background-size: 100% 100%;
}
.h5product-cont-li:nth-child(7n+9)>.h5product-li-div{
    background: url('../images/jjfa_wbgl_img@2x.png') no-repeat;
    background-size: 100% 100%;
}
.h5product-cont-li:nth-child(7n+10)>.h5product-li-div{
    background: url('../images/jjfa_rlsb_img@2x.png') no-repeat;
    background-size: 100% 100%;
}
.h5product-cont-li:nth-child(7n+11)>.h5product-li-div{
    background: url('../images/jjfa_swsb_img@2x.png') no-repeat;
    background-size: 100% 100%;
}
.h5product-cont-li:nth-child(7n+12)>.h5product-li-div{
    background: url('../images/jjfa_ypt_img@2x.png') no-repeat;
    background-size: 100% 100%;
}
.h5prodli-div{
    width: 18.67vw;
    height: 18.67vw;
    margin: 0 auto;
    margin-top: 3.87vw;
}
.h5prodli-div>img{
    width: 100%;
    height: 100%;
}
.h5prodli-p{
    margin-top: 0.8vw;
    font-size:3.2vw;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
.h5product-li-p{
    margin: 1.8vw 3.33vw;
    font-size:3.2vw;
    font-weight:500;
    color:rgba(28,43,88,1);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    word-break: break-all;
    text-align: left;
}
.h5product-li-btn{
    width:36.67vw;
    height:8vw;
    cursor: pointer;
    background:rgba(255,255,255,1);
    border:1px solid #F07739;
    border-radius:2px;
    font-size:3.2vw;
    font-weight:400;
    color:#F07739;
    position: absolute;
    bottom: 2vw;
    left: 3.33vw;
}
.h5product-detail-cont{
    width: 90%;
    margin: 0 auto;
    padding: 5.33vw 0;
}