.bg{
    /*width: 100%;*/
    /*overflow: hidden;*/
    /*background-color: #F7F7F7;*/
    /*margin-bottom: 214px;*/
    background: url("../images/detailBg.png") no-repeat;
    background-size:100% 611px;
    background-position: 0px 60px
}
.bg2{
    /*width: 100%;*/
    /*overflow: hidden;*/
    /*background-color: #F7F7F7;*/
    /*margin-bottom: 214px;*/
    background: url("../images/dpt_detail.png") no-repeat;
    background-size:100% 200px;
    background-position: 0px 60px
}
.Mainnavbg1
{
    width: 100%;
    height: 60px;
    background-color: #5E4FFF;
}
.Mainnavbg2
{
    width: 100%;
    height: 60px;
    background-color: rgba(77, 121, 212, 1);
}
.bcColor1
{
    background-color: #5E4FFF;

}
.bcColor2
{
    background-color:  rgba(77, 121, 212, 1);

}
.detailBox
{
    width: 1200px;
    background-color: white;
    margin: 0 auto;
    margin-top: 25px;
    border-radius: 5px;
    padding: 45px 25px;
}
.detailBox td{
    border: 1px solid #333333;
}
.detailBoxtitle{
    font-size: 20px;color: black;
    margin-bottom: 30px;
}
.contentbox
{
    width: 1200px;
    background-color: white;
    margin: 0 auto;
    margin-top: 225px;
    border-radius: 5px;
    padding: 45px 25px;
    overflow: hidden;box-sizing: content-box;
    position: relative;
}

.air_title
{
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.air_Row
{
    font-size: 16px;
    margin: 10px 35px;
}
.air_Row span
{
    margin-left: 15px;
    color: #5E4FFF;
    cursor: pointer;
}
.mt40{
    margin-top: 40px;
}
.floatData
{
    width: 700px;
    height: 100px;
    position: absolute;right: 15px;
    top: 130px;
}
.floatData div
{
    /*padding: 0 20px;*/
    width: 150px;
    margin-left: 15px;
}
.floatData_title
{
   font-size: 16px;
    height: 20px;
    color: #333333;
}
.floatData_stitle
{
    font-size: 36px;
    height: 50px;
    line-height: 50px;
    color: #333333;
    background-color: rgba(230, 230, 230, 0.3);
    text-align: center;
    margin-top: 8px;
}
.floatData_stitle span
{
    font-size: 16px;
    height: 20px;
    color: #333333;
}
.downLoad
{
    width: 80px;
    height: 25px;
    color: white;cursor: pointer;
    background-color: #5e4fff;
    border-radius: 5px;
    line-height: 25px;
    text-align: center;
    margin-left: 30px;
    font-size: 14px;
}
.gowoMain {
    padding: 5px 15px;
    background-color: #5E4FFF;
    color: white;
    border-radius: 5px;
    font-size: 14px;

}

.gowoMain a
{
    color: white;
    border-radius: 5px;
}
.canhuiBtn
{
    width: 400px;
    height: 50px;
    position: absolute;right: 15px;
    top: 250px;
}
.canhuiBtn div
{
    cursor: pointer;
    width: 100px;
    height: 40px;
    background-color: #5E4FFf;
    color: white;
    margin-right: 15px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
}
.qrcode{
    width: 300px;
    height: 300px;
    margin-left: 20px;
    margin-top: 20px;
}
.qrcode_t
{
    width: 100%;
    color: #999999;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
}
.gotoMain {
    padding: 5px 15px;
    background-color: #5E4FFF;
    color: white;
    border-radius: 5px;
    font-size: 14px;

}
@media screen and (max-width: 1200px) {
    .contentbox {
        width: 1150px;
        background-color: white;
        margin: 0 auto;
        margin-top: 225px;
        border-radius: 5px;
        padding: 45px 25px;
        overflow: hidden;box-sizing: content-box;
        position: relative;
    }
    .canhuiBtn {
        width: 400px;
        height: 50px;
        position: absolute;right: 15px;
        top: 300px;
    }
    .floatData {
        width: 100%;
        height: 100px;
        position: relative;
        /*right: 15px;*/
        top: 15px;
    }
    .detailBox
    {
        width: 1150px;
        background-color: white;
        margin: 0 auto;
        margin-top: 25px;
        border-radius: 5px;
        padding: 45px 25px;
    }

}
