﻿#dvright {
    width: 79vw;
    height: 90vh;
    margin-left: 1vw;
    margin-top: 5vh;
}

#dvhome_row1 {
    height: 40vh;
    min-height: 300px;
}

/*广告*/
#dvgg {
    width: 60%;
    height: 100%;
    border-radius: 15px;
    background-image: url('../img/gg01.png');
    background-size: cover;
    min-width: 600px;
}
/*推荐*/
#dvtj {
    flex: 1;
    height: 100%;
    border-radius: 15px;
    background: linear-gradient(to right, #805b00, #b38835);
    margin-left: 1vw;
    font-size: 1.2vw;
    min-width: 400px;
    cursor: pointer;
}

    #dvtj .title {
        display: flex;
        width: 100%;
        height: 6vh;
        min-height: 30px;
        color: #ffc941;
        border-bottom: 1px solid #926b00;
        justify-content: center;
        align-items: center;
    }

    #dvtj .tip {
        display: flex;
        width: 100%;
        height: 5vh;
        font-size: 0.8vw;
        color: darkred;
        border-top: 1px solid #926b00;
        justify-content: center;
        align-items: center;
    }

    #dvtj .items {
        flex: 1;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        padding-left: 1vw;
        padding-right: 1vw;
    }

        #dvtj .items .item {
            width: 5vw;
            font-size: 0.8vw;
            text-align: center;
            color: #ffe992;
            min-width: 70px;
        }

            #dvtj .items .item img {
                width: 4vw;
                margin-bottom: 0.5vw;
                min-width: 60px;
            }

/*==================================================*/
#dvhome_row2 {
    height: 50vh;
    margin-top: 1vw;
    min-height: 400px;
}

/*开发服务*/
#dvkffw {
    width: 18vw;
    height: 100%;
    border-radius: 15px;
    background-color: #194058;
    color: #95cce7;
    margin-right: 1vw;
    cursor: pointer;
}

    #dvkffw .title {
        width: 100%;
        text-align: center;
        padding: 1vw 0;
        font-size: 1.2vw;
        font-weight: bold;
        letter-spacing: 0.4vw;
        color: #d3f1ff;
        border-bottom: 1px solid #365973;
    }

    #dvkffw .itemlist {
        height: 85%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    #dvkffw .item {
        display: flex;
        flex-direction: row;
        margin-left: 1vw;
    }

        #dvkffw .item img {
            width: 2vw;
            height: 2vw;
        }

    #dvkffw .itemtitle {
        display: flex;
        flex-direction: column;
        margin-left: 0.6vw;
        justify-content: center;
    }

        #dvkffw .itemtitle .title1 {
            font-size: 1vw;
            color: #d3f1ff;
            line-height: 1.4vw;
        }

        #dvkffw .itemtitle .title2 {
            font-size: 0.8vw;
            margin-right: 1vw;
        }

/*网络产品*/
#dvwlcp {
    width: 61vw;
    border-radius: 15px;
    background-color: #194058;
    color: #95cce7;
    margin-bottom: 1vw;
    cursor: pointer;
}

    #dvwlcp .title {
        display: flex;
        flex-wrap: wrap;
        width: 4vw;
        align-items: center;
        font-size: 1.2vw;
        font-weight: bold;
        letter-spacing: 0.4vw;
        color: #d3f1ff;
        margin-left: 1.5vw;
        border-right: 1px solid #365973;
    }

    #dvwlcp ul {
        flex: 1;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #dvwlcp li {
        width: 8.6vw;
        height: 2vw;
        line-height: 2vw;
        font-size: 1vw;
    }

/*==================================================*/
#dvhome_row3 {
    flex: 1;
}

/*定制开发广告*/
#dvdzkf {
    display: flex;
    width: 10vw;
    background-color: #805b00;
    background-image: url('../img/bk02.png');
    background-size: cover;
    border-radius: 15px;
    color: #ffe992;
    font-size: 1vw;
    letter-spacing: 0.2vw;
    writing-mode: vertical-rl;
    text-orientation: upright;
    align-items: center;
    line-height: 2vw;
    padding-top: 1.5vw;
}

/*知识库列表*/
#dvnews {
    flex: 1;
    background-color: #194058;
    border-radius: 15px;
    margin-left: 1vw;
    margin-right: 1vw;
}

    #dvnews .title {
        width: 100%;
        text-align: center;
        padding: 1vw 0;
        font-size: 1.2vw;
        font-weight: bold;
        color: #d3f1ff;
        border-bottom: 1px solid #365973;
        background-image: url('../img/bk01.png');
        background-size: cover;
        border-radius: 15px 15px 0 0;
    }

    #dvnews .title2 {
        color: #d3f1ff;
        margin-right: 0.5vw;
    }

    #dvnews ul {
        list-style-type: none;
        padding: 0;
        margin-left: 1.5vw;
    }

    #dvnews li {
        cursor: pointer;
        color: #95cce7;
        font-size: 1vw;
        line-height: 2vw;
    }

        #dvnews li:hover {
            color: #d3f1ff;
        }


/*热线电话*/
#dvtel {
    width: 10vw;
    background-color: #805b00;
    background-image: url('../img/bk03.png');
    background-size: cover;
    border-radius: 15px;
    color: #ffc941;
    font-size: 1.2vw;
    line-height: 2.5vw;
    text-align: center;
    padding-top: 1vw;
}

    #dvtel .phone {
        color: #ffe992;
        font-size: 1vw;
        line-height: 1.6vw;
        margin-top: 1vw;
    }
