@charset "utf-8";

.header-index {
    /* position: fixed;
    top: 0;
    left: 0;
    z-index: 10; */
    height: 80px;
    width: 100%;
    min-width: 1080px;
    background: #212328;
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .1);
}

.header-index .logo {
    display: block;
    padding: 20px 0;
    height: 40px;
}

.header-index .logo img {
    display: block;
    height: 100%;
}

.nav {
    padding: 22px 0 27px;
    margin-left: 170px;
}

.nav li {
    margin-right: 52px;
}

.nav a {
    position: relative;
    display: block;
    padding-bottom: 2px;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
}

.nav em {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 2px;
    background-color: #3b81f8;
    border-radius: 1px;
    transition: width ease-in-out 0.2s;
}

.nav li a {
    color: #ccc;
}

.nav li.active a:hover,
.nav li.active a {
    font-weight: bold;
    color: #fff
}

.nav li.active em {
    width: 100%;
}

.nav a:hover {
    color: #d3d3d4;
}

.header-index .btn-color,
.header-index .btn-white {
    padding: 0 20px;
    border-radius: 16px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
}

.header-index .btn-color {
    height: 32px;
    line-height: 32px;
    margin-top: 24px;
}

.header-index .btn-white {
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
}

.header-index .h-side .user {
    padding: 21px 0;
}

.header-index .h-side .user .name {
    color: #AEB3BF;
}

.header-index .h-side .user-drop {
    top: 80px;
}

.banner {
    position: relative;
    min-width: 1080px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../images/bg-index1.png) no-repeat center top;
    overflow: hidden;
}

.bg-wave {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    z-index: 1;
}

.h2 {
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #4f5362;
}

.h2 span {
    display: block;
    margin-top: 8px;
    line-height: 22px;
    font-weight: normal;
    font-size: 16px;
    color: #AEB3BF;
}

.h2.white {
    color: #fff;
}

.banner h2 {
    line-height: 1.4;
    font-weight: bold;
    font-size: 56px;
    color: #222328;
}

.banner .introduction {
    width: 574px;
    line-height: 28px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #4f5362;
}

.form-box {
    position: relative;
    z-index: 2;
    width: 340px;
    height: 377px;
    margin-right: 10px;
    background: #fff;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, .1);
    border-radius: 12px;
    overflow: hidden;
}

.form-box h3 {
    margin-top: 12px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #4f5362;
}

.form-box .label {
    margin-top: 3px;
    margin-left: 14px;
    line-height: 20px;
    font-size: 12px;
    color: #a8acb9;
}

.form-box .label span,
.form-box .tips span {
    color: #1f5dea;
}

.form-box .tips {
    margin-top: 10px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #a8acb9;
}

.form-box .input {
    margin-left: 14px;
}

.form-box .input input {
    width: 202px;
    height: 20px;
    padding: 6px 10px;
    background: #eef1f3;
    border: 1px solid #eef1f3;
    border-radius: 3px;
    color: #222328;
}

.form-box .input input:focus {
    border-color: #1f5dea;
}

.form-box .btn-color {
    display: block;
    width: 224px;
    height: 34px;
    line-height: 34px;
    margin: 27px auto 0;
    box-shadow: 0 5px 9px 0 rgba(31, 93, 234, .3);
    border-radius: 80px;
    font-size: 13px;
    letter-spacing: 1px;
}

.form-box .help-error {
    position: absolute;
    left: 14px;
    bottom: 84px;
    font-size: 13px;
    color: #F83E55;
}

.news {
    padding: 80px 0;
}

.news ul {
    width: 1110px;
    margin: 35px auto 0;
}

.news li:first-child a {
    border-top: 0 none;
}

.news a {
    position: relative;
    display: block;
    margin-left: 14px;
    margin-right: 14px;
    padding: 14px 0 14px 234px;
    border-top: 1px solid #E8E8E8;
}

.news a:hover {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding: 14px 14px 14px 248px;
    border-top: 1px solid #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
}

.news img {
    float: left;
    display: block;
    width: 216px;
    height: 144px;
    margin-left: -234px;
    border-radius: 4px;
}

.news h6 {
    margin-top: 4px;
    line-height: 28px;
    font-weight: bold;
    font-size: 20px;
    color: #2D3560;
}

.news p {
    margin-top: 8px;
    line-height: 22px;
    font-size: 16px;
    color: #8D94A5;
}

.news .time {
    position: absolute;
    bottom: 14px;
    right: 0;
    font-size: 14px;
    color: #8D94A5;
}

.news a:hover .time {
    right: 14px;
}

.data {
    padding-top: 70px;
    padding-bottom: 70px;
    min-width: 1080px;
    background:#f9eca5 url(../images/bg-index2.png) ;
}

.search {
    position: relative;
    width: 448px;
    margin-left: auto;
    margin-right: auto;
}

.search label {
    position: relative;
    display: block;
}

.search .icon-zoom {
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    width: 17px;
    height: 17px;
    margin-top: -8px;
    background: url(../images/sprite.png) no-repeat;
    background-position: -212px -129px;
}

.search input {
    display: block;
    width: 256px;
    height: 20px;
    padding: 8px 15px 8px 40px;
    border: 1px solid #c9c9c9;
    border-right: 0 none;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    color: #222328;
}

.search .btn-color {
    width: 135px;
    height: 38px;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
    cursor: pointer;
}

.search .btn-color:hover {
    color: #EBE8FF;
}

.table-box {
    width: 1032px;
    padding: 24px;
    margin: 30px auto 0;
    background: #fff;
    border-radius: 4px;
    padding-bottom: 0;
}

.table table {
    width: 100%;
}

.table th {
    height: 52px;
    margin-top: 8px;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    color: #8d94a5;
}

.table td {
    height: 54px;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    color: #45556A;
}

.table td.name {
    font-size: 14px;
}

.table td.ranking {
    text-align: left;
}

.table td.ranking span {
    position: relative;
    padding-left: 28px;
    font-size: 14px;
}

.table td.ranking i {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    margin-top: -10px;
    background: url(../images/sprite.png) no-repeat;
}

.table td.ranking span.no1 {
    color: #F92207;
}

.table td.ranking span.no1 i {
    background-position: -115px -159px;
}

.table td.ranking span.no2 {
    color: #ED8720;
}

.table td.ranking span.no2 i {
    background-position: -135px -159px;
}

.table td.ranking span.no3 {
    color: #FFA800;
}

.table td.ranking span.no3 i {
    background-position: -155px -159px;
}

.table td.extent i {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background: url(../images/sprite.png) no-repeat;
}

.table td.extent i.icon-up {
    background-position: -219px -102px;
}

.table td.extent i.icon-down {
    background-position: -238px -102px;
}

.table td.extent .btn-look {
    padding: 0 5px;
    margin-left: 8px;
    border: 1px solid #1F5DEA;
    border-radius: 1px;
    font-size: 12px;
    color: #1F5DEA;
}

.table .wrap-tips {
    position: relative;
    padding-left: 40px;
}

.table .wrap-tips .icon-ask {
    position: relative;
    top: 2px;
    left: 4px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/sprite.png) no-repeat 0 -214px;
}

.table .wrap-tips .pop-tips {
    position: absolute;
    top: 94%;
    right: -133px;
    display: none;
    z-index: 9;
}

.table .wrap-tips .pop-tips .icon-angle {
    position: absolute;
    top: -4px;
    left: 50%;
    z-index: 2;
    display: block;
    width: 40px;
    height: 18px;
    margin-left: -20px;
    background: url(../images/sprite.png) no-repeat -18px -210px;
}

.table .wrap-tips:hover .pop-tips {
    display: block;
}

.table .wrap-tips .pop-tips img {
    display: block;
}

@media screen and (max-width:1300px) {
    .table .wrap-tips .pop-tips {
        right: -50px;
    }

    .table .wrap-tips .pop-tips .icon-angle {
        margin-left: 60px;
    }
}

.table td.td-star {
    width: 120px;
    padding-left: 40px;
}

.star-bar {
    position: relative;
    width: 110px;
    height: 14px;
    *zoom: 1;
}

.star-bar:after {
    content: "";
    display: block;
    line-height: 0;
    font-size: 0;
    clear: both;
}

.star-bar span {
    float: left;
    display: block;
    width: 15px;
    height: 14px;
    margin-left: 6px;
    background: url(../images/sprite.png) no-repeat -109px -214px;
}

.star-bar.star-1 span.icon-1,
.star-bar.star-2 span.icon-1,
.star-bar.star-3 span.icon-1,
.star-bar.star-4 span.icon-1,
.star-bar.star-5 span.icon-1 {
    background-position: -134px -214px;
}

.star-bar.star-2 span.icon-2,
.star-bar.star-3 span.icon-2,
.star-bar.star-4 span.icon-2,
.star-bar.star-5 span.icon-2 {
    background-position: -155px -214px;
}

.star-bar.star-3 span.icon-3,
.star-bar.star-4 span.icon-3,
.star-bar.star-5 span.icon-3 {
    background-position: -176px -214px;
}

.star-bar.star-4 span.icon-4,
.star-bar.star-5 span.icon-4 {
    background-position: -197px -214px;
}

.star-bar.star-5 span.icon-5 {
    background-position: -218px -214px;
}

.function {
    padding-top: 70px;
}

.function li {
    padding-top: 24px;
    margin-top: 60px;
    text-align: center;
}

.function li.li1 {
    width: 308px;
}

.function li.li2 {
    width: 458px;
}

.function li.li3 {
    width: 312px;
}

.function .icon-img {
    display: block;
    width: 198px;
    height: 198px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/circle.png) no-repeat;
    overflow: hidden;
}

.function .icon-img i {
    display: block;
    width: 82px;
    height: 90px;
    margin-top: 54px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/sprite.png) no-repeat;
}

.function .icon-img i.i1 {
    background-position: 0 0;
}

.function .icon-img i.i2 {
    background-position: -88px 0;
}

.function .icon-img i.i3 {
    background-position: -177px 0;
}

.function .h6 {
    margin-top: 30px;
    line-height: 36px;
    font-weight: bold;
    font-size: 24px;
    color: #222328;
}

.function .h6 span {
    display: block;
    line-height: 20px;
    margin-top: 11px;
    font-size: 14px;
    color: #AEB3BF;
}

.function li p {
    margin-top: 24px;
    line-height: 21px;
    font-size: 16px;
    color: #8D94A5;
}

.function li:hover {
    background: url(../images/shadow-circle.png) no-repeat center top;
}

.function .btn-wrap,
.service .btn-wrap {
    width: 364px;
    height: 144px;
    padding-top: 38px;
    margin: 35px auto 0;
    background: url(../images/shadow-btn.png) no-repeat center top;
}

.function .btn-wrap .btn-color,
.service .btn-wrap .btn-color {
    position: relative;
    display: block;
    width: 260px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    line-height: 50px;
    border-radius: 99px;
    font-size: 16px;
    letter-spacing: 1px;
}

.function .btn-wrap .btn-color i,
.service .btn-wrap .btn-color i {
    position: relative;
    top: 5px;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-left: 14px;
    background: url(../images/sprite.png) no-repeat -185px -125px;
}

.function .btn-wrap .btn-color:hover,
.service .btn-wrap .btn-color:hover,
.operation .btn-color:hover,
.operation .btn-white:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.partner {
    margin-top: 60px;
    padding-bottom: 80px;
}

.partner ul {
    width: 960px;
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
}

.partner li {
    width: 160px;
    height: 80px;
    overflow: hidden;
}

.partner li img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.operation {
    min-width: 1080px;
    padding: 64px 0;
    background: url(../images/bg-index3.png) no-repeat;
}

.operation p {
    line-height: 42px;
    font-size: 32px;
    color: #fff;
}

.operation .btn-white {
    width: 173px;
    height: 38px;
    line-height: 38px;
    border: 2px solid #b2b4c0;
    border-radius: 100px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
}

.operation .btn-color {
    position: relative;
    display: block;
    width: 175px;
    height: 42px;
    margin-left: 20px;
    line-height: 42px;
    border-radius: 100px;
    font-size: 12px;
    letter-spacing: 1px;
}

.operation .btn-color i {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 8px;
    background: url(../images/sprite.png) no-repeat -185px -152px;
}

.fixed-side {
    position: fixed;
    bottom: 20%;
    right: 10px;
    z-index: 10;
}

.fixed-side .opr-shadow .opr {
    display: block;
    width: 79px;
    height: 72px;
    margin-top: 8px;
    overflow: hidden;
    background: #fff url(../images/icon-fixed-1.png) no-repeat;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: 0px 6px 8px rgba(127, 127, 127, 0.2);
    text-indent: -999em;
    cursor: pointer;
}

.fixed-side .opr-shadow .opr.opr-kf {
    background-position: 0 0;
}

.fixed-side .opr-shadow .opr.opr-top {
    background-position: 0 -80px;
}

.fixed-side .opr-shadow .opr.opr-app {
    background-position: 0 -160px;
}

.fixed-side .opr-shadow .opr.active,
.fixed-side .opr-shadow .opr:hover {
    border: 1px solid #5051F5;
}

.fixed-side .kefu-detail {
    position: absolute;
    right: 78px;
    top: -20px;
    display: none;
    width: 156px;
    height: 302px;
    background: url(../images/img-kefu.png) no-repeat;
    overflow: hidden;
}

.fixed-side .kefu-detail a {
    display: block;
    width: 86px;
    height: 28px;
    margin: 96px 0 0 33px;
    overflow: hidden;
    text-indent: -999em;
}

.fixed-side .app-qrcode {
    position: absolute;
    right: 78px;
    top: -26px;
    display: none;
    width: 156px;
    height: 159px;
    background: url(../images/img-app.png) no-repeat;
    overflow: hidden;
}

.fixed-side .app-qrcode img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 8px 0 0 26px;
}

.footer {
    min-width: 1190px;
    background: #23262b
}

.w1190 {
    width: 1190px;
    margin: 0 auto;
}

.footer-a {
    border-bottom: 1px solid #16181d
}

.footer-a .a-bor {
    float: left;
    display: inline-block;
    height: 156px;
    padding: 35px 58px 15px;
    font-size: 14px;
    border-left: 1px solid #2c3037;
    border-right: 1px solid #16181d
}

.a-bor.a-bor-frist {
    width: 222px;
    padding: 35px 29px 15px 0;
    border-left: 0
}

.a-bor-frist h2 {
    margin: 0 0 10px 0
}

.a-bor-frist p {
    display: block;
    *height: 38px;
    line-height: 38px;
    color: #c8c6c6
}

.a-bor-frist p a {
    color: #c8c6c6;
    text-decoration: underline
}

.a-bor-frist p a:hover {
    color: #fff
}

.a-bor.a-bor-max {
    width: 320px;
    padding: 35px 20px 15px 70px
}

.a-bor.a-bor-last {
    border-right: 0;
    padding: 35px 0 15px 48px;
    *padding: 35px 0 15px 40px
}

.a-bor.a-bor-last h4 {
    padding: 0 0 0 10px;
    margin: 0 0 12px 0
}

.a-bor.a-bor-last h4 img {
    display: block
}

.a-bor.a-bor-last span {
    color: #71767e
}

.a-bor-text ul li {
    padding: 0 0 13px 0;
    color: #71767e
}

.a-bor-text ul li a {
    color: #cfcfcf
}

.a-bor-text ul li+li a {
    color: #71767e
}

.a-bor-text ul li a:hover {
    color: #cfcfcf;
    text-decoration: underline
}

.footer-b {
    padding: 37px 0 0 0;
    *margin: 0 5px 0 0;
    font-size: 14px;
    color: #71767e;
    border-top: 1px solid #2c3037
}

.footer-b span {
    float: left
}

.footer-b ul {
    float: left;
    width: 1073px;
    margin: 0 0 0 20px
}

.footer-b ul li {
    float: left;
    padding: 0 20px 12px 0;
    *padding: 0 16px 12px 0
}

.footer-b ul li a {
    color: #71767e
}

.footer-b ul li a:hover {
    color: #cfcfcf;
    text-decoration: underline
}

.footer-c ul {
    width: 1009px;
    margin: 0 auto;
    padding: 22px 0 30px 0
}

.footer-c ul li {
    float: left;
    width: 122px;
    height: 46px;
    padding: 6px 0 0 20px;
    border: 1px solid #2d2f32;
    cursor: default
}

.footer-c ul li+li {
    margin: 0 0 0 30px
}

.footer-c ul li span {
    float: left
}

.footer-c ul li p {
    float: left;
    width: 78px;
    text-align: center;
    line-height: 20px;
    color: #71767e
}

.footer-c ul li.font-samll {
    padding: 8px 0 0 15px
}

.footer-c ul li.font-samll p {
    width: 92px;
    height: 28px;
    background: url(../images/header-footer.png) no-repeat -42px -168px
}

.font-samll span.footer-ico {
    margin-right: 0
}

.footer-c ul li:hover.font-samll p {
    background-position: -169px -168px
}

.footer-c ul li:hover p {
    color: #cfcdcd
}

.footer-ico {
    display: inline-block;
    background: url(../images/header-footer.png) no-repeat
}

.footer-ico.xiehui {
    width: 42px;
    height: 42px;
    background-position: 0 -112px
}

.footer-ico.beian {
    width: 34px;
    height: 41px;
    background-position: -58px -112px
}

.footer-ico.jubao {
    width: 44px;
    height: 38px;
    background-position: -109px -112px
}

.footer-ico.baojing {
    width: 35px;
    height: 39px;
    background-position: -170px -112px
}

.footer-ico.anquan {
    width: 41px;
    height: 41px;
    background-position: -222px -112px
}

.footer-ico.chengxin {
    width: 24px;
    height: 28px;
    background-position: -280px -112px
}

.footer-c ul li:hover .xiehui {
    background-position: 0 -56px
}

.footer-c ul li:hover .beian {
    background-position: -58px -56px
}

.footer-c ul li:hover .jubao {
    background-position: -109px -56px
}

.footer-c ul li:hover .baojing {
    background-position: -170px -56px
}

.footer-c ul li:hover .anquan {
    background-position: -222px -56px
}

.footer-c ul li:hover .chengxin {
    background-position: -280px -56px
}

.footer .copy {
    height: 90px;
    font-size: 14px;
    color: #424d58;
    background: #181c1f;
    overflow: hidden
}

.copy-text {
    float: left;
    line-height: 90px
}

.copy-text a {
    position: relative;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 0 0 42px;
    color: #424d58;
    overflow: visible
}

.copy-text a i.ico-gongan {
    position: absolute;
    left: 15px;
    top: 0;
    display: block;
    width: 20px;
    height: 22px;
    background: url(../images/header-footer.png) no-repeat -315px -198px;
    cursor: pointer
}

.copy-text a:hover {
    color: #cfcfcf;
    text-decoration: underline
}

.copy-text a:hover i.ico-gongan {
    background-position: -315px -168px
}

.footer-share {
    float: right
}

.footer-share p {
    height: 90px;
    line-height: 90px;
    overflow: hidden
}

.share-ico ul {
    height: 90px
}

.share-ico ul li {
    position: relative;
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    margin: 28px 0 0 15px;
    background: url(../images/header-footer.png) no-repeat 0 -245px;
    cursor: pointer
}

.share-ico ul li span {
    display: none;
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 170px;
    font-size: 12px;
    color: #cfcfcf
}

.share-ico ul li.por-open span {
    display: block
}

.share-ico ul li>a {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background: url(../images/header-footer.png) no-repeat;
    z-index: 1
}

.share-ico ul li>a.weixin {
    width: 25px;
    height: 21px;
    margin: -10px 0 0 -12px;
    background-position: 0 0
}

.share-ico ul li>a.sina {
    width: 26px;
    height: 21px;
    margin: -10px 0 0 -13px;
    background-position: -58px 0
}

.share-ico ul li>a.fankui {
    width: 19px;
    height: 15px;
    margin: -7px 0 0 -9px;
    background-position: -113px 0
}

.share-ico ul li:hover {
    background-position: -58px -245px
}

.share-ico ul li:hover>a.weixin {
    background-position: -169px 0
}

.share-ico ul li:hover>a.sina {
    background-position: -223px 0
}

.share-ico ul li:hover>a.fankui {
    background-position: -280px 0
}

.w1080 {
    width: 1080px;
    min-width: 1080px;
    margin: 80px auto 0;
    background: #fff;
    *font-family: "Microsoft YaHei";
}

.bg-banner {
    position: relative;
    padding: 0 60px;
    height: 441px;
    background: url(../images/xc-bg-banner.png) no-repeat center center;
}

.bg-banner .tab-text {
    padding-top: 117px;
    height: 108px;
    line-height: 45px;
    background: url(../images/bg-line.png) no-repeat left bottom;
    font-size: 32px;
    color: #E1E6FF;
}

.bg-banner .tab-ul {
    margin-top: 108px;
}

.bg-banner .tab-ul li {
    margin-right: 20px;
}

.bg-banner .tab-ul a {
    display: block;
    width: 122px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #E2E3FF;
    border-radius: 20px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 18px;
    color: #fff;
    transition: all ease-in-out 0.2s;
}

.bg-banner .tab-ul a:hover {
    border: 1px solid #2024EC;
    background: #2024EC;
}

.bg-banner .tab-ul li.active a,
.bg-banner .tab-ul li.active a:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #2B40E5;
}

.tab-page .title {
    position: relative;
    text-align: center;
}

.tab-page .title.mt40 {
    margin-top: 40px;
}

.tab-page .title.mt60 {
    margin-top: 60px;
}

.tab-page .title.mt80 {
    margin-top: 80px;
}

.tab-page .title.mt94 {
    margin-top: 94px;
}

.tab-page .title.mt99 {
    margin-top: 99px;
}

.tab-page .title .bg-front,
.tab-page .title .bg-after {
    position: absolute;
    top: 6px;
    display: inline-block;
    width: 34px;
    height: 22px;
    background: url(../images/xc-sprite.png) no-repeat;
}

.tab-page .title .bg-front {
    left: 50%;
    background-position: 0 0;
}

.tab-page .title .bg-after {
    right: 50%;
    background-position: -45px 0;
}

.tab-page .title .text {
    display: inline-block;
}

.tab-page .title h2 {
    line-height: 33px;
    font-weight: bold;
    font-size: 24px;
    color: #212228;
}

.tab-page .title p {
    margin-top: 8px;
    line-height: 24px;
    font-size: 18px;
    color: #AEB3BF;
}

.equal-4 li {
    width: 24.99%;
}

.equal-3 li {
    width: 33.33%;
}

.equal .img,
.equal .img em {
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.equal p {
    display: block;
    margin-top: 24px;
    line-height: 22px;
    text-align: center;
    font-size: 16px;
    color: #212228;
}

.page-yq .equal ul {
    margin: 36px 6px 0;
}

.page-yq .equal li {
    padding-bottom: 9px;
    padding-top: 24px;
}

.page-yq .equal li:hover {
    background: url(../images/xc-shadow-160.png) no-repeat center top;
}

.page-yq .equal .img {
    width: 160px;
    height: 160px;
    background: url(../images/xc-circle-160.png) no-repeat center center;
}

.page-yq .equal .img em {
    height: 78px;
    margin-top: 40px;
    background: url(../images/xc-sprite.png) no-repeat 0 -32px;
}

.page-yq .equal .img em.icon1 {
    width: 74px;
    background-position: 0 -32px;
}

.page-yq .equal .img em.icon2 {
    width: 78px;
    background-position: -84px -32px;
}

.page-yq .equal .img em.icon3 {
    width: 70px;
    background-position: -173px -32px;
}

.page-yq .equal .img em.icon4 {
    width: 78px;
    background-position: -253px -32px;
}

.page-yq .part2 {
    width: 966px;
    height: 150px;
    margin: 40px auto 0;
    background: url(../images/xc-bg-list.png) no-repeat;
}

.page-yq .part2 li {
    width: 152px;
    padding: 42px 44px 0;
    line-height: 22px;
    font-size: 16px;
    color: #222328;
}

.page-yq .part2 li.first {
    width: 170px;
    padding: 42px 36px;
}

.page-yq .part2 li.color-fff {
    color: #fff;
}

.page-yq .part3 {
    margin: 40px 24px 0;
}

.page-yq .part3 li {
    width: 33.33%;
}

.page-yq .part3 .li-in {
    margin: 0 36px;
    height: 228px;
    padding: 40px 20px 0 16px;
    border: 1px solid #D4E1FF;
    background: #fff;
    transition: all ease-in-out 0.2s;
}

.page-yq .part3 h5 {
    line-height: 28px;
    font-weight: bold;
    font-size: 20px;
    color: #222328;
}

.page-yq .part3 p {
    margin-top: 14px;
    line-height: 25px;
    font-size: 16px;
    color: #8D94A5;
}

.page-yq .part3 .li-in:hover {
    padding-top: 35px;
    border-top: 6px solid #3C47E9;
    margin-right: 10px;
    box-shadow: 0 10px 37px rgba(31, 93, 234, 0.2);
}

.page-seo {
    padding: 0 100px;
}

.page-seo .list-text p {
    position: relative;
    margin-top: 16px;
    padding-left: 16px;
    line-height: 28px;
    letter-spacing: 2px;
    font-size: 18px;
    color: #212228;
}

.page-seo .list-text p i {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: url(../images/xc-sprite.png) no-repeat -90px 0;
}

.page-seo .list-text .bg-line {
    display: block;
    width: 43px;
    height: 4px;
    margin-left: 10px;
    margin-top: 42px;
    background: #285BEC;
}

.page-seo .part1 {
    padding-top: 60px;
    padding-bottom: 40px;
}

.page-seo .part1 img {
    margin-left: 38px;
    margin-top: 15px;
}

.page-seo .equal ul {
    margin: 32px -18px;
}

.page-seo .equal .img {
    width: 180px;
    height: 180px;
    background: url(../images/xc-circle-180.png) no-repeat;
}

.page-seo .equal li {
    padding-top: 18px;
    padding-bottom: 12px;
}

.page-seo .equal li:hover {
    background: url(../images/xc-shadow-180.png) no-repeat center top;
}

.page-seo .equal em {
    width: 78px;
    height: 78px;
    margin-top: 50px;
    background: url(../images/xc-sprite.png) no-repeat;
}

.page-seo .equal em.icon1 {
    background-position: 0 -120px;
}

.page-seo .equal em.icon2 {
    background-position: -88px -120px;
}

.page-seo .equal em.icon3 {
    background-position: -176px -120px;
}

.page-seo .part3 {
    padding-top: 55px;
    padding-bottom: 20px;
}

.page-seo .part3 .list-text {
    padding-top: 32px;
}

.page-pp .equal-4 {
    margin: 30px 90px 0;
}

.page-pp .equal-4 li {
    padding-top: 30px;
    padding-bottom: 4px;
}

.page-pp .equal-4 li:hover {
    background: url(../images/xc-shadow-128.png) no-repeat center top;
}

.page-pp .equal-4 .img {
    width: 128px;
    height: 128px;
    background: url(../images/xc-circle-128.png) no-repeat center center;
}

.page-pp .equal-4 em {
    height: 62px;
    margin-top: 33px;
    background: url(../images/xc-sprite.png) no-repeat;
}

.page-pp .equal-4 em.icon1 {
    width: 59px;
    background-position: 0 -208px;
}

.page-pp .equal-4 em.icon2 {
    width: 59px;
    background-position: -69px -208px;
}

.page-pp .equal-4 em.icon3 {
    width: 59px;
    background-position: -139px -208px;
}

.page-pp .equal-4 em.icon4 {
    width: 59px;
    background-position: -206px -208px;
}

.page-pp .equal-4 p {
    margin-top: 20px;
}

.page-pp .equal-3 {
    padding: 16px 80px 20px;
}

.page-pp .equal-3 img {
    width: 188px;
}

.page-pp .equal-3 li {
    margin-top: 30px;
    *width: 33%;
}

.page-pp .equal-3 p {
    margin-top: 20px;
}

.page-pp .equal-3 p b {
    display: block;
    line-height: 28px;
    font-weight: bold;
    font-size: 20px;
    color: #000918;
}

.page-pp .equal-3 p span {
    display: block;
    margin-top: 8px;
    line-height: 22px;
    font-size: 16px;
    color: #989898;
}

.price .bg-banner {
    position: relative;
    padding: 50px 0 0 94px;
    height: 302px;
    background: url(../images/banner-price.jpg) no-repeat center center;
    overflow: hidden;
}

.price .bg-banner .tab-text {
    padding-top: 0;
    height: 250px;
}

.price .bg-banner .tab-text h2 {
    margin-bottom: 2px;
    line-height: 53px;
    font-size: 38px;
    color: #F5F0FF;
}

.price .bg-banner .tab-text li {
    margin-top: 6px;
    line-height: 25px;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
}

.price .bg-banner .tab-text li p {
    width: 150px;
}

.price .bg-banner .btn-kefu {
    position: absolute;
    right: 127px;
    bottom: -20px;
    padding: 20px 52px 90px;
    background: url(../images/btn-banner.png) no-repeat;
}

.price .bg-banner .btn-kefu a {
    display: block;
    width: 260px;
    height: 52px;
    overflow: hidden;
    text-indent: -99em;
}

.page-price {
    padding-bottom: 60px;
}

.page-price .box-price {
    position: relative;
    width: 198px;
    height: 236px;
    padding: 0 28px;
    background: #f5f5ff;
    border: 2px solid #D7DDFF;
    border-radius: 8px;
    text-align: center;
}

.page-price .box-price:hover {
    border: 2px solid #556EFF;
    box-shadow: 0px 12px 27px rgba(0, 0, 101, 0.2);
}

.page-price ul {
    padding: 8px 44px 0;
}

.page-price ul li {
    margin: 32px 36px 0;
    padding: 0;
}

.page-price .box-price h6 {
    padding-top: 24px;
    line-height: 33px;
    font-weight: normal;
    font-size: 24px;
    color: #2E2E2E;
}

.page-price .box-price div {
    margin-top: 16px;
    line-height: 42px;
    font-weight: bold;
    font-size: 30px;
    color: #203AC5;
}

.page-price .box-price p {
    margin-top: 7px;
    padding-top: 19px;
    border-top: 1px solid #D7DDFF;
    line-height: 25px;
    font-size: 18px;
    color: #9DAAC1;
}

.page-price .box-price .icon-sale {
    position: absolute;
    top: -2px;
    right: -2px;
    display: block;
    width: 61px;
    height: 60px;
    background: url(../images/icon-sale.png) no-repeat;
    z-index: 2;
    text-indent: -999em;
}

.price .banner {
    padding: 0;
    height: 400px;
    background: url(../images/banner-price-new.png) no-repeat center top;
    overflow: hidden;
}

.price .banner h2 {
    padding-top: 27px;
    line-height: 34px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 9px;
    font-size: 25px;
    color: #F5F0FF;
}

.price .banner p {
    line-height: 21px;
    text-align: center;
    font-weight: 200;
    font-size: 15px;
    letter-spacing: 2px;
    color: #F5F0FF;
    opacity: .42;
}

.price .banner ul {
    width: 695px;
    margin: 8px auto 0;
}

.price .banner li {
    margin-top: 18px;
    line-height: 22px;
    white-space: nowrap;
}

.price .banner li b {
    display: inline-block;
    width: 78px;
    font-weight: normal;
    font-size: 16px;
    color: #FAF7FF;
}

.price .banner li i {
    margin: 0 10px;
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    color: #AA98E4;
}

.price .banner li span {
    letter-spacing: 1px;
    font-size: 14px;
    color: #CCC3E0;
}

.price .banner .line {
    width: 48px;
    height: 2px;
    margin: 35px auto 0;
    background: #DDD0FC;
}

.price .banner .btn-banner {
    display: block;
    width: 260px;
    height: 50px;
    padding: 0 13px 28px;
    margin: 26px auto 0;
    background: url(../images/btn-price-new.png) no-repeat center center;
    overflow: hidden;
    text-indent: -999em;
}

.price .table-price {
    padding: 32px 25px 0 23px;
}

.price .table-price table {
    width: 100%;
}

.price .table-price th {
    height: 52px;
    line-height: 52px;
    border-left: 2px solid #fff;
    background: #C7C7FF;
    text-align: center;
    font-size: 18px;
    color: #07133F;
}

.price .table-price th.hot {
    background: #C7C7FF url(../images/icon-jian.png) no-repeat right top;
}

.price .table-price td {
    padding: 24px 0;
    line-height: 28px;
    background: #E7E7FF;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    text-align: center;
    font-size: 20px;
    color: #1A1A1A;
}

.price .table-price td.item {
    width: 386px;
    color: #253057;
}

.price .table-price .light td {
    background: #F5F5FF;
}

.price .table-price td.price-num {
    padding: 36px 0 8px;
}

.price .table-price td.price-num a {
    display: block;
    width: 160px;
    height: 40px;
    padding: 7px 15px 23px;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    background: url(../images/bg-btn-price.png) no-repeat center top;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
}

.price .table-price td.price-num p {
    position: absolute;
    margin-left: 68px;
    margin-top: -24px;
    font-size: 20px;
    color: #FF4A92;
}