.banner {
    position: relative;
    height: 740px;
    background: url("../img/banner.jpg") top center no-repeat;
}
.banner h3 {
    position: absolute;
    width: 480px;
    height: 80px;
    line-height: 92px;
    top: 70px;
    left: 49%;
    margin-left: -240px;
    transform: rotate(-5deg);
    font-size: 38px;
    color: #fff;
    text-align: center;
}
.banner p {
    position: absolute;
    font-size: 26px;
    color: #6808c4;
    line-height: 34px;
    text-align: center;
    width: 820px;
    left: 50%;
    margin-left: -410px;
    height: 82px;
    top: 532px;
}
.banner p strong {
    font-size: 30px;
    color: #ff0066;
}


.page {
    background-image: linear-gradient(to right, #450693, #5e07bf, #450693);
    background-image: -moz-linear-gradient(to right, #450693, #5e07bf, #450693);
    background-image: -webkit-linear-gradient(to right, #450693, #5e07bf, #450693);
}
.page-cn {
    padding: 40px 0;
    background: url("../img/bg-l.png") -93px top no-repeat, url("../img/bg-r.png") right top no-repeat;
}

.m_blk {
    margin-bottom: 90px;
}
.m_blk > h3 {
    font-size: 36px;
    color: #fff;
    height: 92px;
    line-height: 90px;
    text-align: center;
}
.m_blk > h3 strong {
    color: #ffe620;
    font-size: 40px;
}
.m_blk > h3.tp-1 {
    background: url("../img/h-tp-1.png") top center no-repeat;
}
.m_blk > h3.tp-3 {
    background: url("../img/h-tp-3.png") top center no-repeat;
}
.m_blk > .ctn {
    margin: 48px 0;
    border-width: 1px;
    border-style: solid;
    border-color: #14dbfe;
    /*border-image: -webkit-radial-gradient(#ace, #763dff, #14dbfe) 6 6;*/
    /*border-image: -moz-radial-gradient(#ace, #763dff, #14dbfe) 6 6;*/
    /*border-image: radial-gradient(#ace, #763dff, #14dbfe) 6 6;*/

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.m_blk > .ctn .ctn-1 {
    border: 1px solid #25c0fe;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}
.m_blk > .ctn .ctn-2 {
    border: 1px solid #3a9efe;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.m_blk > .ctn .ctn-3 {
    border: 1px solid #507bff;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
.m_blk > .ctn .ctn-4 {
    border: 1px solid #6559ff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.m_blk > .ctn .ctn-5 {
    border: 1px solid #763dff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 20px;
}

.getBox {
    margin-top: 30px;
    width: 320px;
    float: left;
    padding: 20px 100px;
    background: #fff;
}
.getBox .tit {
    text-align: center;
    padding-bottom: 20px;
    font-size: 32px;
    color: #333;
    font-weight: bold;
}
.getBox .tit span {
    color: #ff0066;
}
.getBox .tit strong {
    font-size: 38px;
}
.getBox input {
    display: inline-block;
    vertical-align: middle;
    padding: 0 19px;
    border: 1px solid #ccc;
    width: 280px;
    height: 58px;
    line-height: 58px;
    font-size: 20px;
    color: #333;
    margin: 10px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.getBox input#validate {
    width: 148px;
}
.getBox img {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 60px;
}
.getBox .submit {
    display: block;
    height: 76px;
    background: url("../img/lingqu.png") center center no-repeat;
}

.range {
    width: 596px;
    float: right;
}
.range.r-1 {
    height: 249px;
    background: url("../img/bk.png") top center no-repeat;
}
.range.r-2 {
    height: 245px;
    background: url("../img/dk.png") top center no-repeat;
}
.range p {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 44px;
    padding: 48px 0 20px 200px;
}
.range.r-2 p {
    padding: 52px 0 20px 200px;
}

.fy {
    background: #fff;
    padding: 10px 0 30px;
}
.fy .fy-tit {
    height: 213px;
    background: url("../img/yh.png") top center no-repeat;
}
.fy .fy-tit .tit {
    text-align: center;
    color: #fff;
}
.fy .fy-tit .tit.tit-1 {
    padding-top: 30px;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    height: 68px;
    line-height: 68px;
}
.fy .fy-tit .tit.tit-2 {
    width: 100%;
    display: table;
    height: 110px;
}
.fy .fy-tit .tit.tit-2 p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 26px;
}
.fy .fy-tit .tit.tit-2 p b {
    font-weight: bold;
    color: #ffea72;
    font-size: 30px;
}

.img-proc {
    position: relative;
    width: 100%;
    margin: 30px 0 20px;
    text-align: center;
}
.img-proc a {
    position: absolute;
    display: block;
    width: 280px;
    height: 80px;
    left: 50%;
    margin-left: -140px;
    top: 0;
}

.v-list {
    display: table;
    width: 100%;
}
.v-list li {
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.pg-shadow {
    z-index: 100;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.pg-shadow.active {
    display: block;
}

.v-player {
    z-index: 120;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 852px;
    height: 480px;
    margin-left: -426px;
    margin-top: -240px;
}
.v-player.active {
    display: block;
}
.v-player .btn-close {
    z-index: 100;
    position: absolute;
    right: -14px;
    top: -14px;
    display: block;
    width: 30px;
    height:  30px;
}

.kqyc {
    background: #a345ff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.kqyc .kqyc-title {
    height: 90px;
    line-height: 90px;
    text-align: center;
    padding: 14px 0;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 2px #a345ff;
    background: url("../img/botm-line.png") bottom center no-repeat;
}
.kqyc .kqyc-title span {
    color: #ffe200;
}
.kqyc .kqyc-title a img {
    display: inline-block;
    vertical-align: middle;
}
.kqyc-btm {
    padding: 10px 30px;
}
.kqyc-btm p {
    display: inline-block;
    padding-right: 80px;
    color: #fff;
    font-size: 14px;
}
.kqyc-btm p strong {
    font-weight: bold;
    font-size: 20px;
    color: #ffe200;
}

.copyRight,.offcnCopy{ background:#444546; font-size:12px;}
.offcnCopy{ padding:45px 0; line-height:32px; color:#aaa; text-align:center;}
.offcnCopy a{ color:#aaa;}
.offcnCopy a:hover{ color:#e00;}