@charset "utf-8";
.content{
    background-color: #6B5CE4;
    overflow: hidden;
    width: 100%;
    background: url(../img/product/bg.png);
    background-size: 100% 100%;
}
.topcont{
    margin-top: 100px;
}
.proLeft{
    float:left;
    padding-top: 120px;
    margin-left: 70px;
    width: 50%;
}
.proLeft .title{
    font-size: 24px;
    color: #fff;

}
img{
    height: 100%;
    width: 100%;
}
.proLeft .subtitle{
    color: #B8B5F6;
    font-size: 18px;
}
.proright{
    margin-left:90px;
    height: 600px;
    width: 400px;
}
.zjlogo{
    width: 250px;
    color: #fff;
    background:rgba(255,255,255,.4);
    padding:10px 15px
}
.contItem{
    height: 380px;
    /*margin-top: 40px;*/
    margin-top: -20px;
}
.font,.img{
    width: 48%;
    height: 100%;

}
.font h2{
    font-weight: 900;
}
.dtbtn{
    width: 200px;
    height: 35px;
    margin-top: 80px;
    background-color: #0CDBAF;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #fff ;
    cursor: pointer;
}
