/*-------------扫码试用------------start*/
.div_header {
    width: 100%;
    background: url(../images/DBJ.jpg)no-repeat center center;
    background-size: cover;
    padding-top:145px ;
    position: relative;
}

.div_product{
    display: flex; 
    justify-content: center; 
    flex-wrap: wrap; 
    padding-bottom: 120px;
}
.div_product_detail{
    background: rgb(255, 255, 255,0.3);
    width: 320px;
    height: 340px;
    text-align: center;
    margin: 20px 10px 0;
}
.div_product_img img{
    width: 50px;
    height: 50px;
}
.div_product_img{
    padding: 35px 0;
}
.div_product_title{
    font-size: 24px;
    color: #061828;
}
.div_product_content,.div_code_content{
    font-size: 14px;
    color: #595959;
    line-height: 1.5em;
    white-space: pre-wrap;
    padding: 10px 30px;
    text-align: left;
}
.div_product_code{
    padding: 25px 0;
}
.div_product_code img{
    width: 200px;
    height: 200px;
}
.nodisplay{
    display: none;
}
.div_product_detail:hover{
    box-shadow: 0 0 10px #85DCFF;
    background-color: #fff;
}
.div_product_detail:hover .div_product_img ,.div_product_detail:hover .div_product_content{
    display: none;
}
.div_product_detail:hover .div_product_title{
    margin-top: 35px;
}
.div_product_detail:hover .nodisplay{
    display: block !important;
}

/*移除表尾默认的间距*/
.i_linkbg{
    margin-top: 0 !important;
}

/*将顶部导航栏一直设置为黑色，不显示白色*/
.nav_a_all,.ui_div_right_all span,.ui_div_right_all a{
    color: #061828 !important;
}
.ui_div_right_all a{
    background-color: #46c9ff !important;
    border: none !important;
    color: #fff !important;
}
.ui_div{
    background-color: #fff;
    box-shadow: #839cb7 0px 0px 20px;
}
.nav_a_all.active1{
    color: #46c9ff !important;
    border-bottom: 3px solid #46c9ff !important;
}
.i_logo .esunlogo{
    display: block !important;
}
.i_logo .whitelogo{
    display: none !important;
}
/*-------------扫码试用------------end*/

/*-------------社交媒体------------start*/
.div_app{
    margin-bottom: 156px;
}
.div_app_detail::before {       
    top: 139px !important;              
}
.div_app_code{
    margin: 40px 40px 30px;
}
.div_app_code img{
    width: 180px;
    height: 180px;
}

.div_app_img img {
    width: 95px;
    height: 95px;
}
.div_code_detail {
    width: 300px;
    height: 350px;
    margin: 20px 10px 0;
}
.div_code_content{
    text-align: center !important;
}

/*-------------社交媒体------------end*/