.banner{
    height: 390px;
    /* background-color: pink; */
    background: url(../images/banner/digitalProduct.png) no-repeat center top;
    background-size: cover;
}
.banner img{
    display: block;
    width: 100%;
}
.banner h1,.banner p{
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
}
.banner h1{
    padding-top: 150px;
    font-size: 40px;
    margin-bottom: 22px;
}
.product_01{
    height: 58px;
    border-bottom: 2px solid #F3F5FB;
}
.product_01_con{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    height: 56px;
}
.product_01_con>a{
    display: block;
    height: 56px;
    flex: 1;
    text-align: center;
    line-height: 56px;
    position: relative;
}
.product_01_con>a.active::after{
    content: " ";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left:0;
    background: linear-gradient(114deg,rgba(66,226,255,1) 0%,rgba(6,185,255,1) 38%,rgba(0,36,246,1) 71%,rgba(74,30,185,1) 100%);
}
.product_01_con a.active{
    color: #3171FF;
}
.product_01_con p{
    flex: 0.5;
    text-align: right;
    cursor: pointer;
}
.product_01_more{
    position: absolute;
    right: 0;
    top: 60px;
    background-color: #fff;
    box-shadow:0px 0px 10px 2px rgba(0,0,0,0.1);
    border-radius:2px;
    padding: 20px 30px 20px 40px;
    z-index: 1;
}
.product_01_more a{
    display: block;
    text-align: right;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
}

.product_01_more a.active::after{
    content: " ";
    width:60px;
    height:2px;
    background:linear-gradient(90deg,rgba(136,104,201,1) 0%,rgba(70,134,241,1) 100%);
    position: absolute;
    bottom: 0;
    right: 0;
}
.product_02{
    text-align: center;
    padding: 50px 0;
}
.common_title{
    font-size: 24px;
    color: #3171FF;
}
.common_title::after,.common_title::before{
    height: 12px;
    background-color: #3171FF;
}
.product_02_ul{
    width: 1200px;
    margin: 0 auto;
}
.product_02_li{
    width: 300px;
    height: 278px;
    padding: 24px 38px;
    border-radius: 2px;
    float: left;
}
.product_02_li:hover{
    box-shadow:0px 0px 10px 2px rgba(0,0,0,0.1);
    background-color: #fff;
}
.product_02_li:hover .more_btn{
    display: inline-block;
}
.product_02_icon{
    width: 77px;
    height: 77px;
    display: block;
    margin: 0 auto 10px;
}
.product_02_li span{
    font-size: 16px;
}
.product_02_bd{ 
    font-size: 14px;
    color: #686868;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
    box-sizing: border-box;
}
.more_btn{
    display: inline-block;
    padding: 0 12px;
    border-radius: 2px;
    border: 1px solid;
    border-image: linear-gradient(114deg, rgba(66,226,255,1), rgba(6,185,255,1), rgba(0,36,246,1), rgba(74,30,185,1)) 1 1;
    line-height: 24px;
    margin: 10px auto 0;
    color: #3171FF;
    display: none;
}
.product_02_more{
    font-size: 16px;
    color: #3171FF;
    padding: 30px 0;
    clear: both;
}
.bg_01{
    background: url(../images/bg/digitalProduct_01.png) no-repeat center top;
    background-size: cover;
}
.bg_02{
    background: url(../images/bg/digitalProduct_02.png) no-repeat center top;
    background-size: cover;
}
.bg_03{
    background: url(../images/bg/shan.png) no-repeat center bottom;
    background-size: cover;
}
.bg_FCFCFF{
    background-color: rgba(252,252,255,.8);
}
.bgc_EFF3F5{
    background-color: #EFF3F5;
}



@media screen and (min-width: 1920px) {
    .banner{
        background: url(../images/banner/digitalProduct.png) no-repeat center center;
        background-size: cover;
    }
    .bg_01{
        background: url(../images/bg/digitalProduct_01.png) no-repeat center center;
        background-size: cover;
    }
    .bg_02{
        background: url(../images/bg/digitalProduct_02.png) no-repeat center center;
        background-size: cover;
    }
    .bg_03{
        background: url(../images/bg/shan.png) no-repeat center bottom;
        background-size: cover;
    }
}

@media screen and (max-width: 980px){
    
    .banner{
        width: 100%;
        height: 190px;
        padding: 0 30px 0 20px;
    }
    .banner h1{
        font-size: 20px;
        padding-top: 70px;
        width: auto;
        margin-bottom: 0;
    }
    .banner p{
        font-size: 12px;
        margin-top: 8px;
        width: auto;
    }
    .product_02{
        padding: 0 0;
    }
    .common_title{
        padding: 30px 23px 20px;
    }
    .product_02_ul{
        width: 100%;
    }
    .product_02_li{
        width: 100%;
        padding: 0;
        height: 64px;
        overflow: hidden;
        transition: all .5s;
    }
    .product_02_li.active{
        height: 152px;
    }
    .product_02_li.active i{
        transform: rotateZ(180deg);
    }
    .product_02_hd{
        padding: 19px 22px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
    }
    .product_02_hd span{
        text-align: left;
        flex: 1;
    }
    .product_02_hd i{
        font-size: 14px;
    }
    .product_02_bd{
        background-color: #F6F8FF;
        text-align: left;
        margin: 0;
        padding: 24px 20px;
        height: auto;
    }
    .product_02_icon{
        margin: 0;
        width: 24px;
        height: 24px;
        margin-right: 12px;
    }
    .bg_01,.bg_02,.bg_03{
        background: none;
    }
    .product_02_more{
        padding: 0;
    }
    .common_title.common_title_fff{
        color:#3171FF;
    }
    .common_title.common_title_fff::after,.common_title.common_title_fff::before{
        background-color: #3171FF;
    }
}