.w1280 {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.contentFather span {
    line-height: 25px;
}

.center {
    text-align: center
}

.dib {
    display: inline-block;
}

.both:after {
    content: "";
    display: table;
    clear: both;
}
.bannerNew{background-color:#000}
.bannerNew .box{width:1280px; height:500px; background: url("/Content/img/Topic/DFM/bannerNew.jpg") no-repeat center center; margin:0 auto; position: relative;}
.bannerNew .bn{position: absolute; top:290px; left:686px;}
.bannerNew .bn>*{float: left; position: relative; transition:all 0.3s ease; -moz-transition:all 0.3s ease; -webkit-transition:all 0.3s ease;}
.bannerNew .bn>*:hover{top:2px;}
.bannerNew .bn .bn1{background: url("/Content/img/Topic/DFM/bnDown.png") no-repeat center center; width:245px; height:73px;}
.bannerNew .bn .bn2{border:1px solid #008C95; border-radius:5px; font-size:30px; color:#008C95; margin:5px 0 0 1em; line-height:66px; padding:0 1.6em;}
.bannerNew .bn .bn2:before{content:'\e648'; font-family: iconfont_dg; margin-right:.3em; font-weight: bold}
.bannerNew .bn .bn2:hover{color:#fff; background-color:#07A698}
.banner {
    width: 100%;
    height: 500px;
    background: url(/Content/img/Topic/DFM/dfmBanner.png) no-repeat center;
    background-size: cover;
}

    .banner a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

.advantage {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #008C95;
    font-size: 18px;
    color: #fff
}

    .advantage li {
        width: 25%;
        float: left;
        text-align: center;
        border-left: 1px solid #CFC2AE;
    }

        .advantage li:last-child {
            border-right: 1px solid #CFC2AE;
        }

.explain {
    padding: 40px 0 50px 0;
}

.video_img {
    width: 960px;
    margin: 0 auto;
    height: 555px;
    /*background:url(/Content/img/Topic/DFM/video_img.png) no-repeat center;background-size:cover;*/
    position: relative
}

    .video_img video {
        width: 100%;
        height: 100%;
    }

    .video_img .play {
        width: 64px;
        height: 64px;
        display: inline-block;
        background: url(/Content/img/Topic/DFM/play.png) no-repeat center;
        background-size: cover;
        position: absolute;
        left: 50%;
        margin-left: -32px;
        top: 50%;
        margin-top: -32px;
        z-index: 10
    }


.instrument {
    width: 100%;
    height: 550px;
    padding: 40px 0 50px 0;
    background: #FAF8F6;
}

    .instrument li:nth-child(1) {
        margin-left: 0;
    }

    .instrument li {
        width: 305px;
        height: 300px;
        float: left;
        margin-left: 20px;
        text-align: center;
        /*padding: 0 10px;*/
        background: #fff;
        transition: all .2s ease;
    }

        .instrument li:hover {
            box-shadow: -2px 0 31px rgba(0,0,0,.1);
        }

        .instrument li img {
            display: inline-block;
            height: 153px;
            width: 100%;
        }

        .instrument li p {
            color: #333333;
            font-size: 20px;
            margin-bottom: 15px;
        }

        .instrument li span {
            font-size: 14px;
            line-height: 25px;
            color: #999999;
        }

.bg_tolad {
    width: 100%;
    background: url(/Content/img/Topic/DFM/bg_tolad.png) no-repeat center;
    background-size: cover;
    height: 300px;
    text-align: center;
    padding-top: 110px;
}

    .bg_tolad p {
        font-size: 30px;
        color: #fff;
        margin-bottom: 20px;
    }

    .bg_tolad span {
        color: #fff;
        font-size: 16px;
    }

.exhibition {
    padding: 40px 0 30px 0;
    text-align: center;
}

    .exhibition ul {
        width: 1280px;
        margin: 0 auto;
        margin-top: 40px;
    }

        .exhibition ul li {
            width: 124px;
            height: 165px;
            text-align: center;
            float: left;
            margin-right: 20px;
            transition: all .2s ease;
            padding: 34px 32px 0 32px;
            border: 1px solid #F5F5F5;
            margin-bottom: 20px;
        }

            .exhibition ul li:nth-child(9n) {
                margin-right: 0;
            }

            .exhibition ul li img {
                width: 60px;
                height: 60px;
                display: inline-block;
                margin-bottom: 16px;
            }

            .exhibition ul li span {
                font-size: 16px;
                color: #333333
            }

            .exhibition ul li:hover {
                box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.2);
            }


.scene {
    background: #FAF8F6;
    width: 100%;
    padding: 40px 0 50px 0;
}

.sceneSwiper {
    width: 100%;
    height: 430px;
}

.layerParent {
    display: none;
}

.layerParentOrder {
    border: none;
    background: transparent;
    box-shadow: none;
}

.inBatches {
    color: #fff;
    width: 700px;
    margin: 0 auto;
    margin-top: 30px;
}

    .inBatches li {
        float: left;
        width: 220px;
        height: 90px;
        padding-top: 19px;
        text-align: center;
        background: url(/Content/img/Topic/DFM/layer_btn.png) no-repeat center;
        background-size: cover;
        margin-left: 20px;
    }

        .inBatches li:first-child {
            margin-left: 0;
        }

        .inBatches li span {
            font-size: 14px;
            color: #E5E5E5;
        }

        .inBatches li p span {
            color: #fff;
            font-size: 24px;
        }

        .inBatches li p {
            color: #fff;
            font-size: 24px;
        }

.flowPath {
    width: 700px;
    margin: 0 auto;
    margin-top: 10px;
}

    .flowPath li {
        float: left;
        width: 160px;
        height: 80px;
        position: relative;
        padding: 19px 34px;
        margin-left: 20px;
        border: 1px dashed #DDD6CE;
    }

        .flowPath li i {
            display: inline-block;
            position: absolute;
            right: -10px;
            top: 50%;
            margin-top: -25px;
            background: url(/Content/img/Topic/DFM/border_right.png) no-repeat center;
            background-size: cover;
            width: 22px;
            height: 52px;
        }

        .flowPath li:first-child {
            margin-left: 0
        }

.returnMoney {
    width: 1065px;
    height: 490px;
    background: url(/Content/img/Topic/DFM/layer_bg.png) no-repeat center;
    background-size: cover;
    padding: 60px 80px 0 80px;
    text-align: center;
}

    .returnMoney h3 {
        font-size: 44px;
        color: #E13C28;
        margin-bottom: 0;
    }

.download {
    height: 400px;
    width: 100%;
    background: url(/Content/img/Topic/DFM/download.png) no-repeat center;
    background-size: cover;
    padding-top: 90px;
    color: #fff;
    position: relative;
}

    .download .balance {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 0;
        height: 100px;
    }

.download_btn {
    background: url(/Content/img/Topic/DFM/download_btn.png) no-repeat center;
    background-size: cover;
    width: 355px;
    height: 90px;
    display: block;
    margin: 0 auto;
}

.download_a {
    display: block;
    margin: 0 auto;
    width: 210px;
    height: 58px;
    line-height: 58px;
    color: #E13C28;
    font-size: 24px;
    text-align: center;
    background-image: linear-gradient(to right, #FFF6EA, #F8E3C5);
    border: 1px solid #FFF6E8;
    box-shadow: 0px 3px 50px rgb(205 74 59);
    border-radius: 30px;
    margin-top: 40px;
}

.layerParentOrder .layui-layer-setwin .layui-layer-close2 {
    top: -40px;
    left: -70px;
    background-position: -119px -32px;
}

.sidebar-tab {
    width: 84px;
    height: 92px;
    background-color: #ba9358;
    border-radius: 4px;
    padding: 14px 16px;
    box-sizing: border-box;
    color: #fff;
    position: fixed;
    right: 0;
    top: 60%;
    text-align: center;
}
.pos_banner.active {
    position:fixed;
    left:0;
    bottom:0;
    z-index:99;
    cursor:pointer;
}
