@charset "UTF-8";
@import url(../css/iconfont.css);

input {
   /*  -webkit-appearance: none; */
}

body {
    overflow-x: hidden;
}

input:focus {
    outline: none;
}

/*color*/
.text-gray {
    color: #999;
}

/*ellipsis*/
.p-ellipsis01, .sub-page .news-con .news-list-con li .news-info .news-title, .sub-page .news-detail-con .page-con p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*fontsize*/
.size12 {
    font-size: 12px;
}

.size18 {
    font-size: 18px;
}

.overflow {
    overflow: hidden;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

/*header*/
.navbar-default {
    background: #fff;
}

.navbar-default.navbar {
    height: 80px;
    margin-bottom: 0;
    min-height: 80px;
}

.navbar-default .navbar-header {
    margin-left: 45px !important;
}

.navbar-default .navbar-header .navbar-brand {
    height: 60px;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.navbar-default .navbar-header .navbar-brand img {
    width: 163px;
}

.navbar-default .navbar-nav {
    font-size: 18px;
    margin-top: 15px;
    transition: all 0.3s ease;
}

.navbar-default .navbar-nav li {
    margin-left: 40px;
}

.navbar-default .navbar-nav li a {
    color: #555;
    padding: 15px 5px;
}

.navbar-default .navbar-nav li a:hover {
    font-weight: bold;
    border-bottom: 2px solid #555;
}

.navbar-default .navbar-nav li.admin-btn a {
    border-radius: 20px;
    border: 1px solid #555555;
    display: block;
    padding: 6px 15px;
    font-size: 16px;
    margin-top: 8px;
}

.navbar-default .navbar-nav li.admin-btn a:hover {
    font-weight: normal;
}

.navbar-default .navbar-nav li.active a {
    background: transparent;
    font-weight: bold;
    border-bottom: 2px solid #555;
}

.navbar-default .navbar-nav li.active a:hover {
    background: transparent;
}

.navbar-default.boss-default-nav {
    background: transparent;
    border-bottom: none;
}

.navbar-default.boss-default-nav .navbar-header .navbar-brand {
    margin-top: 15px;
}

.navbar-default.boss-default-nav .navbar-nav {
    margin-top: 20px;
}

.navbar-default.boss-default-nav .navbar-nav li a {
    color: #fff;
}

.navbar-default.boss-default-nav .navbar-nav li a:hover {
    border-bottom: 2px solid #fff;
}

.navbar-default.boss-default-nav .navbar-nav li.admin-btn a {
    border: 1px solid #fff;
}

.navbar-default.boss-default-nav .navbar-nav li.active a {
    border-bottom: 2px solid #fff;
    color: #fff;
}

/*header*/
.header_phone {
    position: absolute;
    right: 30px;
    top: 0;
    color: #FFFFFF;
}

.header_phone .phone {
    margin-left: 10px;
}

.header_phone h4 {
    font-size: 14px;
    margin-bottom: 5px;
}

.header_phone h2 {
    font-size: 24px;
    color: #FFD600
}

/*footer*/
footer {
    background: #1f2229;
    color: #fff;
    padding-top: 50px;
}

footer .footer-con p {
    font-size: 18px;
    margin-bottom: 20px;
}

footer .footer-con .list-con {
    padding-left: 0;
}

footer .footer-con .list-con li {
    list-style: none;
    line-height: 28px;
    margin-bottom: 10px;
    color: #aaaaaa;
}

footer .footer-con .list-con li a {
    color: #aaaaaa;
}

footer .footer-con .about-pic {
    width: 80%;
}

footer .copyright-con {
    font-size: 12px;
    color: #aaaaaa;
    padding: 20px;
    border-top: 1px solid #2a2c33;
    margin-top: 40px;
}

@media (max-width: 1200px) {
    .navbar-default .navbar-nav li {
        margin-left: 20px;
    }
}

@media (max-width: 992px) {
    .navbar-default .navbar-header {
        margin-left: 0px !important;
    }

    .navbar-default .navbar-nav {
        font-size: 16px;
    }

    .navbar-default .navbar-nav li {
        margin-left: 10px;
    }

    .navbar-default .navbar-nav li.admin-btn a {
        margin-right: 20px;
        font-size: 14px;
    }

    footer {
        padding-top: 30px;
    }

    footer .footer-con p {
        margin-bottom: 10px;
    }

    footer .footer-con .list-con {
        margin-bottom: 20px;
    }

    footer .footer-con .list-con li {
        margin-bottom: 5px;
    }

    footer .footer-con .col-sm-4.text-center {
        text-align: left;
    }

    footer .footer-con .about-pic {
        width: 60%;
    }

    footer .copyright-con {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .navbar-default.navbar {
        height: 50px;
        min-height: 50px;
    }

    .navbar-default .navbar-header .navbar-brand {
        height: 50px;
        margin-top: 0px;
        padding: 15px 10px;
    }

    .navbar-default .navbar-header .navbar-brand img {
        width: 100px;
    }

    .navbar-default .navbar-toggle {
        border: none;
        margin-right: 5px;
        z-index: 99;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #09e61a;
        width: 24px;
        transition: all .2s linear;
    }

    .navbar-default .navbar-toggle .icon-bar:nth-of-type(2) {
        width: 20px;
        margin-left: 4px;
    }

    .navbar-default .navbar-toggle.nav-clicked .icon-bar:nth-child(1) {
        transform: rotate(45deg) translate(9px, 6px);
    }

    .navbar-default .navbar-toggle.nav-clicked .icon-bar:nth-child(2) {
        opacity: 0;
    }

    .navbar-default .navbar-toggle.nav-clicked .icon-bar:nth-child(3) {
        transform: rotate(-45deg) translate(2px, 0px);
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle.collapsed .icon-bar {
        background-color: #2396ef;
    }

    .navbar-default .navbar-collapse {
        background: #000;
        position: fixed;
        width: 100%;
        height: 100%;
        max-height: none;
        border: none;
        top: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .navbar-default .navbar-collapse .navbar-nav {
        margin-top: 40px;
    }

    .navbar-default .navbar-collapse .navbar-nav li {
        padding: 15px 0;
        margin-left: 30px;
    }

    .navbar-default .navbar-collapse .navbar-nav li a {
        color: #999999;
        padding: 0 10px;
    }

    .navbar-default .navbar-collapse .navbar-nav li a:hover {
        border-bottom: none;
        border-left: 2px solid #fff;
        color: #fff;
    }

    .navbar-default .navbar-collapse .navbar-nav li.active a {
        border-bottom: none;
        border-left: 2px solid #fff;
        color: #fff;
    }

    .navbar-default.boss-default-nav {
        background: transparent;
        border-bottom: none;
    }

    .navbar-default.boss-default-nav .navbar-header .navbar-brand {
        margin-top: 0;
    }

    .navbar-default.boss-default-nav .navbar-header .navbar-toggle.collapsed .icon-bar {
        background-color: #09e61a;
    }

    .navbar-default.m-default-nav {
        background: transparent;
        border-bottom: none;
    }

    .navbar-default.m-default-nav .navbar-header .navbar-brand {
        margin-top: 0;
    }

    .navbar-default.m-default-nav .navbar-toggle.collapsed .icon-bar {
        background-color: #09e61a;
    }

    /*footer*/
    footer {
        padding-top: 0px;
    }

    footer .mob-footer-list ul {
        padding-left: 0;
        margin-bottom: 0;
    }

    footer .mob-footer-list ul li.cont-listado {
        line-height: 60px;
        list-style: none;
        color: #fff;
    }

    footer .mob-footer-list ul li.cont-listado span {
        padding-left: 20px;
        font-size: 18px;
        display: block;
        background: url("../images/arrow-bottom.png") 94% 50% no-repeat;
        background-size: 20px;
    }

    footer .mob-footer-list ul li.cont-listado ul.cont {
        background: #ddd;
        padding: 10px 20px;
    }

    footer .mob-footer-list ul li.cont-listado ul.cont li {
        line-height: 44px;
        list-style: inside;
        color: #777;
    }

    footer .mob-footer-list ul li.cont-listado ul.cont li a {
        color: #000;
    }

    footer .mob-footer-list ul li.current span {
        background: url("../images/arrow-top.png") 94% 50% no-repeat;
        background-size: 20px;
    }

    footer .mob-footer-con {
        background: #f1f1f1;
        color: #777;
        text-align: center;
        padding: 15px 20px 5px 20px;
    }
}

/*index*/
.index-page .p-title {
    font-size: 24px;
    color: #000000;
}

.index-page .p-sub-title {
    color: #999;
}

.index-page .swiper-container {
    width: 100%;
    height: 100%;
}

.index-page .swiper-slide img {
    object-fit: cover;
    width: 100%;
}

.index-page .banner-con .swiper-button-prev, .index-page .banner-con .swiper-button-next {
    width: 62px;
    height: 62px;
    background-size: 100% 100%;
    margin-top: -31px;
}

.index-page .banner-con .swiper-button-prev {
    background-image: url("../images/arrow-left.png");
    left: 35px;
}

.index-page .banner-con .swiper-button-next {
    background-image: url("../images/arrow-right.png");
    right: 35px;
}

.index-page .advantage-con {
    margin-top: -40px;
    padding-top: 150px;
    background: #fff url("../images/bg01.png") left top no-repeat;
    background-size: 200px;
}

.index-page .advantage-con .row {
    margin-top: 60px;
}

.index-page .advantage-con .p-icon {
    line-height: 60px;
}

.index-page .advantage-con .p-icon .iconfont {
    font-size: 56px;
    color: #2396ef;
}

.index-page .advantage-con .p-tit {
    font-size: 18px;
}

.index-page .advantage-con .p-info {
    padding: 0px 40px;
    height: 60px;
    margin-bottom: 40px;
}

.index-page .business-con {
    background: url("../images/bg02.png") right top no-repeat;
    background-size: 160px;
    margin-top: -30px;
    padding-top: 110px;
}

.index-page .business-con .row {
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
}

.index-page .business-con .business-item {
    position: relative;
    color: #fff;
    overflow: hidden;
    padding: 0;
}

.index-page .business-con .business-item .business-pic {
    width: 100%;
}

.index-page .business-con .business-item .info-con {
    position: absolute;
    top: 45%;
    width: 180px;
    margin-top: -65px;
    left: 50%;
    margin-left: -90px;
}

.index-page .business-con .business-item .info-con .icon-con {
    width: 85px;
    height: 85px;
    line-height: 85px;
    border: 1px solid #fff;
    border-radius: 100%;
    margin-bottom: 20px;
    display: inline-block;
}

.index-page .business-con .business-item .info-con .icon-con img {
    width: 60px;
    height: 60px;
}

.index-page .business-con .business-item .info-con .p-tit {
    font-size: 18px;
    position: relative;
}

.index-page .business-con .business-item .info-con .p-tit::before, .index-page .business-con .business-item .info-con .p-tit::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 45px;
    border-bottom: 1px solid;
    border-bottom-color: rgba(255, 255, 255, 0.4);
    top: 50%;
}

.index-page .business-con .business-item .info-con .p-tit::before {
    left: 0;
}

.index-page .business-con .business-item .info-con .p-tit::after {
    right: 0;
}

.index-page .business-con .business-item .p-info {
    padding: 0px 20px;
    position: absolute;
    bottom: -100px;
    left: 0px;
    right: 0px;
    font-size: 12px;
    text-align: left;
    transition: all 0.2s;
    line-height: 18px;
}

.index-page .business-con .business-item:hover {
    cursor: pointer;
}

.index-page .business-con .business-item:hover .p-info {
    bottom: 10px;
    transition: all 0.5s;
}

.index-page .business-con .business-item:hover:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.index-page .private-con {
    padding-top: 100px;
    padding-bottom: 75px;
    margin-bottom: 25px;
    background: url("../images/bg03.png") left 70px no-repeat, url("../images/bg04.png") right bottom no-repeat;
    background-size: 200px, 90px;
}

.index-page .private-con .content {
    background: url("../images/safe.png") center 25px no-repeat;
    height: 600px;
    position: relative;
}

.index-page .private-con .content .safe-con {
    position: absolute;
    width: 260px;
}

.index-page .private-con .content .safe-con .p-tit {
    font-size: 30px;
}

.index-page .private-con .content .safe-con01 {
    left: 0;
    text-align: right;
    top: 50px;
}

.index-page .private-con .content .safe-con01 .p-tit {
    color: #ff6766;
}

.index-page .private-con .content .safe-con02 {
    right: 0;
    top: 50px;
}

.index-page .private-con .content .safe-con02 .p-tit {
    color: #f8b729;
}

.index-page .private-con .content .safe-con03 {
    text-align: center;
    width: 280px;
    left: 50%;
    margin-left: -140px;
    bottom: 0;
}

.index-page .private-con .content .safe-con03 .p-tit {
    color: #77bf04;
}

.index-page .coment-con {
    background: url("../images/bg05.png") center center no-repeat;
    background-size: cover;
    padding-bottom: 130px;
    padding-top: 100px;
    overflow: hidden;
}

.index-page .coment-con .p-tit {
    font-size: 24px;
    color: #fff;
    margin-bottom: 70px;
}

.index-page .coment-con .container {
    padding-left: 50px;
    padding-right: 50px;
}

.index-page .coment-con .coment-item {
    text-align: center;
    background: #fff;
    padding: 40px 25px;
    border-radius: 5px;
    height: 380px;
}

.index-page .coment-con .coment-item .p-info {
    line-height: 24px;
    text-align: left;
    height: 160px;
    overflow: hidden;
}

.index-page .coment-con .coment-item img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin-bottom: 20px;
}

.index-page .coment-con .swiper-button-next, .index-page .coment-con .swiper-button-prev {
    background-size: 18px 31px;
    top: 60%;
}

.index-page .coment-con .swiper-button-next {
    background-image: url("../images/arrow-icon-right.png");
    right: -10px;
}

.index-page .coment-con .swiper-button-prev {
    background-image: url("../images/arrow-icon-left.png");
    left: -10px;
}

.index-page .coment-con .swiper-pagination {
    bottom: -60px;
    left: 0;
    right: 0;
}

.index-page .coment-con .swiper-pagination span {
    margin-left: 6px;
    margin-right: 6px;
}

.index-page .coment-con .swiper-pagination span.swiper-pagination-bullet-active {
    background: #fff;
}

.index-page .partner-con {
    padding: 100px 0 20px 0;
}

.index-page .partner-con img {
    width: 80%;
    margin-top: 40px;
}

.index-page .partner-con .link-con {
    border-top: 1px solid #eee;
    margin-top: 100px;
    padding-top: 20px;
}

.index-page .partner-con .link-con a {
    margin-right: 20px;
}

/*功能页面*/
.sub-page {
    margin-top: 80px;
}

.sub-page .sub-banner {
    z-index: 1;
    height: 500px;
    position: fixed;
    top: 80px;
    width: 100%;
    left: 0;
}

.sub-page .sub-banner.function-sub-banner {
    background: url("../images/sub-banner01.jpg") center center no-repeat;
    background-size: cover;
}

.sub-page .main-con {
    position: relative;
    top: 500px;
    z-index: 2;
}

.sub-page .main-con .business-con {
    padding: 110px 0;
}

.sub-page .main-con .business-con .business-info .bus-title {
    font-size: 42px;
    color: #30c1ff;
    padding-left: 12px;
}

.sub-page .main-con .business-con .business-info .bus-info {
    width: 330px;
    padding-left: 0;
    margin-top: 40px;
}

.sub-page .main-con .business-con .business-info .bus-info li {
    list-style: none;
    background: url("../images/li-bg.png") 0px 8px no-repeat;
    padding-left: 15px;
    font-size: 16px;
    color: #777;
    line-height: 24px;
    margin-top: 20px;
}

.sub-page .main-con .business-con.pic-right .business-info {
    left: 20px;
    top: 30px;
}

.sub-page .main-con .business-con.pic-right .business-pic {
    float: right;
}

.sub-page .main-con .business-con.pic-left .business-info {
    right: 20px;
    top: 30px;
}

.sub-page .main-con .business-con.business-con01 {
    background: #fff url("../images/sub-bg01.png") 30% bottom no-repeat;
    background-size: 360px;
}

.sub-page .main-con .business-con.business-con02 {
    background: #f5f5f5 url("../images/sub-bg02.png") 60% bottom no-repeat;
    background-size: 360px;
}

.sub-page .main-con .business-con.business-con03 {
    background: #fff url("../images/sub-bg03.png") 30% bottom no-repeat;
}

.sub-page .main-con .business-con.business-con04 {
    background: #f5f5f5 url("../images/sub-bg04.png") 55% bottom no-repeat;
}

.sub-page .main-con .business-con.business-con05 {
    background: #fff url("../images/sub-bg01.png") 30% bottom no-repeat;
    background-size: 360px;
}

.sub-page .main-con .business-con.business-con06 {
    background: #f5f5f5 url("../images/sub-bg04.png") 70% bottom no-repeat;
}

.sub-page .main-con .business-con.business-con07 {
    background: #fff url("../images/sub-bg03.png") 30% bottom no-repeat;
}

/*价格页面*/
.sub-page .sub-banner.price-sub-banner {
    background: url("../images/sub-banner02.jpg") center center no-repeat;
    background-size: cover;
}

.sub-page .price-con {
    background: #fff;
    padding: 80px 0;
}

.sub-page .price-con table {
    border: 1px solid #ddd;
}

.sub-page .price-con table tr th, .sub-page .price-con table tr td {
    border: 1px solid #ddd;
    line-height: 20px;
    padding: 15px;
}

.sub-page .price-con table tr th {
    background: #d7d6d6;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.sub-page .price-con table tr td {
    color: #999;
}

.sub-page .price-con table tr td a {
    color: #2396ef;
}

.sub-page .price-con table tr td.text-red {
    color: #d95553;
}

.sub-page .price-con .info-con {
    line-height: 28px;
    font-size: 16px;
    color: #777;
    margin-top: 50px;
}

.sub-page .price-con .info-con p {
    margin-bottom: 20px;
}

/*动态页面*/
.sub-page .sub-banner.news-sub-banner {
    background: url("../images/sub-banner03.jpg") center center no-repeat;
    background-size: cover;
}

.sub-page .sub-banner.usercase-sub-banner {
    background: url("../images/sub-banner04.jpg") center center no-repeat;
    background-size: cover;
}

.sub-page .news-con {
    background: #fff;
    padding: 80px 0;
}

.sub-page .news-con .news-list-con {
    padding-left: 0;
}

.sub-page .news-con .news-list-con li {
    list-style: none;
    position: relative;
    margin-bottom: 60px;
    height: 180px;
}

.sub-page .news-con .news-list-con li .news-pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 280px;
    height: 180px;
    overflow: hidden;
}

.sub-page .news-con .news-list-con li .news-pic img {
    width: 100%;
    height: 100%;
    -moz-transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

.sub-page .news-con .news-list-con li .news-pic img:hover {
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.sub-page .news-con .news-list-con li .news-info {
    margin-left: 300px;
    padding-top: 5px;
}

.sub-page .news-con .news-list-con li .news-info .news-title {
    font-size: 24px;
    line-height: 28px;
    height: 28px;
    margin-bottom: 20px;
}

.sub-page .news-con .news-list-con li .news-info .news-title a {
    color: #333;
}

.sub-page .news-con .news-list-con li .news-info .news-title a:hover {
    font-weight: bold;
    text-decoration: none;
}

.sub-page .news-con .news-list-con li .news-info .news-introduction {
    line-height: 24px;
    color: #777;
    height: 72px;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.sub-page .news-con .news-list-con li .news-info .news-time {
    color: #999;
    margin-top: 30px;
}

.sub-page .page {
    text-align: center;
}

.sub-page .page a {
    display: inline-block;
    color: #444;
    font-size: 16px;
    height: 26px;
    width: 26px;
    line-height: 26px;
    margin: 0px 5px;
}

.sub-page .page a:hover, .sub-page .page a.current {
    background: #2396ef;
    color: #fff;
    text-decoration: none;
    border-radius: 100%;
}

.sub-page .page a:first-child, .sub-page .page a:last-child {
    background: transparent;
    width: auto;
    color: #444;
}

.sub-page .page a:first-child:hover, .sub-page .page a:last-child:hover {
    color: #2396ef;
}

/*动态详情*/
.sub-page .news-detail-con {
    background: #fff;
    padding: 80px 0;
}

.sub-page .news-detail-con .news-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}

.sub-page .news-detail-con .news-time {
    color: #777;
}

.sub-page .news-detail-con .news-info {
    margin-top: 50px;
    font-size: 16px;
    line-height: 28px;
}

.sub-page .news-detail-con .news-info img {
    max-width: 100%;
}

.sub-page .news-detail-con .page-con {
    box-shadow: 0px 2px 7px 0 rgba(0, 0, 0, 0.19);
    background-color: #ffffff;
    padding: 0px 20px;
    margin-top: 60px;
}

.sub-page .news-detail-con .page-con p {
    padding: 20px 0;
    margin-bottom: 0;
}

.sub-page .news-detail-con .page-con p:first-child {
    border-bottom: 1px dashed #eee;
}

.sub-page .news-detail-con .page-con p a {
    color: #777;
}

/*更新日志*/
.sub-page .log-con {
    background: #323433 url(../images/update-bg.jpg) no-repeat fixed;
    color: #fff;
    padding-top: 130px;
}

.sub-page .log-con .log-list-con {
    margin-left: 120px;
    border-left: 2px solid #7e8081;
    padding: 70px 0;
    position: relative;
}

.sub-page .log-con .log-list-con:before {
    content: "";
    position: absolute;
    top: -16px;
    left: -9px;
    background: url("../images/log-li01.png") no-repeat;
    width: 16px;
    height: 16px;
}

.sub-page .log-con .log-list-con .log-prd {
    position: absolute;
    text-align: right;
    right: 0;
    top: -50px;
}

.sub-page .log-con .log-list-con .log-prd .log-title {
    font-size: 28px;
}

.sub-page .log-con .log-list-con .log-prd .log-tips {
    font-size: 18px;
}

.sub-page .log-con .log-list-con .log-item {
    position: relative;
    padding-left: 45px;
    margin-bottom: 40px;
}

.sub-page .log-con .log-list-con .log-item .update-time {
    position: absolute;
    left: -120px;
    top: 30px;
    background: url("../images/log-li02.png") right center no-repeat;
    padding-right: 21px;
}

.sub-page .log-con .log-list-con .log-item .update-con {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}

.sub-page .log-con .log-list-con .log-item .update-con .title {
    font-size: 20px;
    font-weight: bold;
    color: #49494e;
}

.sub-page .log-con .log-list-con .log-item .update-con:before {
    content: "";
    height: 0px;
    width: 0px;
    border-width: 20px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: -36px;
    top: 20px;
}

.sub-page .log-con .log-list-con .log-item .update-con .info {
    color: #555555;
    margin-top: 10px;
    line-height: 22px;
}

.sub-page .log-con .log-list-con .log-item .update-con .info p {
    margin-bottom: 5px;
}

/*帮助中心*/
.sub-page .help-center {
    background: #f1f4f9;
}

.sub-page .help-center .search-con {
    background: url("../images/help-bg01.png") center center no-repeat;
    background-size: cover;
    height: 200px;
    padding-top: 75px;
}

.sub-page .help-center .search-con > div {
    background: #fff;
    width: 530px;
    height: 50px;
    margin: auto;
    position: relative;
    border-radius: 25px;
    padding: 10px 25px;
}

.sub-page .help-center .search-con > div input {
    width: 90%;
    height: 30px;
    line-height: 30px;
    border: none;
}

.sub-page .help-center .search-con > div .search-btn {
    background: url("../images/search-icon.png") center center no-repeat;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 10px;
    top: 0;
    cursor: pointer;
}

.sub-page .help-center .help-main-con {
    padding: 60px 0;
    position: relative;
}

.sub-page .help-center .help-main-con .help-nav {
    position: absolute;
    left: 0;
    top: 60px;
    width: 200px;
    background: #fff;
    padding: 30px;
}

.sub-page .help-center .help-main-con .help-nav ul {
    padding-left: 0;
}

.sub-page .help-center .help-main-con .help-nav ul li {
    list-style: none;
    line-height: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    position: relative;
}

.sub-page .help-center .help-main-con .help-nav ul li a {
    color: #333;
}

.sub-page .help-center .help-main-con .help-nav ul li a:hover, .sub-page .help-center .help-main-con .help-nav ul li a:focus {
    text-decoration: none;
    color: #2396ef;
}

.sub-page .help-center .help-main-con .help-nav ul li.active a {
    color: #2396ef;
}

.sub-page .help-center .help-main-con .help-nav ul li.active:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    border-left: 2px solid #2396ef;
    height: 20px;
}

.sub-page .help-center .help-main-con .help-cont {
    margin-left: 220px;
    min-height: 450px;
    background: #fff;
    padding: 5px 40px 40px 40px;
}

.sub-page .help-center .help-main-con .help-cont .search-info {
    font-size: 16px;
    color: #999;
    border-bottom: 1px solid #eee;
    padding: 25px 0;
}

.sub-page .help-center .help-main-con .help-cont .text-red {
    color: #f54546;
}

.sub-page .help-center .help-main-con .help-cont ul {
    padding-left: 0;
    margin-bottom: 40px;
}

.sub-page .help-center .help-main-con .help-cont ul li {
    list-style: none;
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
}

.sub-page .help-center .help-main-con .help-cont ul li a {
    color: #333;
}

.sub-page .help-center .help-main-con .help-cont ul li a:hover {
    color: #2396ef;
    text-decoration: none;
}

/*帮助中心详情*/
.sub-page .help-center .help-main-con .help-detail-con {
    margin-left: 220px;
    min-height: 450px;
    background: #fff;
    padding: 5px 40px 40px 40px;
}



.sub-page .help-center .help-main-con .help-detail-con .detail-tit {
    font-size: 16px;
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
}

.sub-page .help-center .help-main-con .help-detail-con .detail-tit a {
    color: #2396ef;
}

.sub-page .help-center .help-main-con .help-detail-con .detail-cont {
    padding: 10px 0;
}

.sub-page .help-center .help-main-con .help-detail-con .detail-cont .title {
    font-size: 24px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.sub-page .help-center .help-main-con .help-detail-con .detail-cont .content {
    line-height: 28px;
    font-size: 16px;
}

.sub-page .help-center .help-main-con .help-detail-con .detail-cont .content p {
    margin-bottom: 0;
}

.sub-page .help-center .help-main-con .help-detail-con .detail-cont .content img {
    max-width: 100%;
    margin-bottom: 10px;
}

.sub-page .help-center .help-main-con .help-detail-con .detail-cont .meg-con {
    margin-top: 40px;
    background: #f9f7fa;
    padding: 20px;
}

.sub-page .help-center .help-main-con .help-detail-con .detail-cont .meg-con a {
    display: inline-block;
    background: #fff;
    border: 1px solid #eee;
    padding: 5px 20px;
    border-radius: 25px;
    margin-left: 20px;
    color: #777;
}

.sub-page .help-center .help-main-con .help-detail-con .detail-cont .meg-con a:hover {
    color: #2396ef;
    text-decoration: none;
}



/*用户中心*/
.sub-page .user-center {
    background: #f1f4f9;
}

.sub-page .user-center .search-con {
    background: url("../images/help-bg01.png") center center no-repeat;
    background-size: cover;
    height: 200px;
    padding-top: 75px;
}

.sub-page .user-center .search-con > div {
    background: #fff;
    width: 530px;
    height: 50px;
    margin: auto;
    position: relative;
    border-radius: 25px;
    padding: 10px 25px;
}

.sub-page .user-center .search-con > div input {
    width: 90%;
    height: 30px;
    line-height: 30px;
    border: none;
}

.sub-page .user-center .search-con > div .search-btn {
    background: url("../images/search-icon.png") center center no-repeat;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 10px;
    top: 0;
    cursor: pointer;
}

.sub-page .user-center .user-main-con {
    padding: 60px 0;
    position: relative;
}

.sub-page .user-center .user-main-con .user-nav {
    position: absolute;
    left: 0;
    top: 60px;
    width: 200px;
    background: #fff;
    padding: 30px;
}

.sub-page .user-center .user-main-con .user-nav ul {
    padding-left: 0;
}

.sub-page .user-center .user-main-con .user-nav ul li {
    list-style: none;
    line-height: 20px;
    margin-bottom: 30px;
    font-size: 16px;
    position: relative;
}

.sub-page .user-center .user-main-con .user-nav ul li a {
    color: #333;
}

.sub-page .user-center .user-main-con .user-nav ul li a:hover,
.sub-page .user-center .user-main-con .user-nav ul li a:focus {
    text-decoration: none;
    color: #2396ef;
}

.sub-page .user-center .user-main-con .user-nav ul li.active a {
    color: #2396ef;
}

.sub-page .user-center .user-main-con .user-nav ul li.active:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    border-left: 2px solid #2396ef;
    height: 20px;
}

.sub-page .user-center .user-main-con .user-cont {
    margin-left: 220px;
    min-height: 450px;
    background: #fff;
    padding: 5px 40px 40px 40px;
}

.sub-page .user-center .user-main-con .user-cont .search-info {
    font-size: 16px;
    color: #999;
    border-bottom: 1px solid #eee;
    padding: 25px 0;
}

.sub-page .user-center .user-main-con .user-cont .text-red {
    color: #f54546;
}

.sub-page .user-center .user-main-con .user-cont-cont ul {
    padding-left: 0;
    margin-bottom: 40px;
}

.sub-page .user-center .user-main-con .user-cont ul li {
    list-style: none;
    font-size: 16px;
    padding: 25px 0;
    border-bottom: 1px dashed #eee;
}

.sub-page .user-center .user-main-con .user-cont ul li a {
    color: #333;
}

.sub-page .help-center .user-main-con .user-cont ul li a:hover {
    color: #2396ef;
    text-decoration: none;
}

/*帮助中心详情*/
.sub-page .user-center .user-main-con .user-detail-con {
    margin-left: 220px;
    min-height: 450px;
    background: #fff;
    padding: 5px 40px 40px 40px;
}



.sub-page .user-center .user-main-con .user-detail-con .detail-tit {
    font-size: 16px;
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
}

.sub-page .user-center .user-main-con .user-detail-con .detail-tit a {
    color: #2396ef;
}

.sub-page .user-center .user-main-con .user-detail-con .detail-cont {
    padding: 10px 0;
}

.sub-page .user-center .user-main-con .user-detail-con .detail-cont .title {
    font-size: 24px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.sub-page .user-center .user-main-con .user-detail-con .detail-cont .content {
    line-height: 28px;
    font-size: 16px;
}

.sub-page .user-center .user-main-con .user-detail-con .detail-cont .content p {
    margin-bottom: 0;
}

.sub-page .user-center .user-main-con .user-detail-con .detail-cont .content img {
    max-width: 100%;
    margin-bottom: 10px;
}

.sub-page .user-center .user-main-con .user-detail-con .detail-cont .meg-con {
    margin-top: 40px;
    background: #f9f7fa;
    padding: 20px;
}

.sub-page .user-center .user-main-con .user-detail-con .detail-cont .meg-con a {
    display: inline-block;
    background: #fff;
    border: 1px solid #eee;
    padding: 5px 20px;
    border-radius: 25px;
    margin-left: 20px;
    color: #777;
}

.sub-page .user-center .user-main-con .user-detail-con .detail-cont .meg-con a:hover {
    color: #2396ef;
    text-decoration: none;
}
/*下载页面*/
.sub-page .download-sub-banner {
    height: 500px;
    background: url("../images/sub-banner05.jpg") center center no-repeat;
    background-size: cover;
}

.sub-page .download-sub-banner .cont {
    width: 400px;
    color: #fff;
    margin-top: 110px;
}

.sub-page .download-sub-banner .cont h2 {
    font-size: 56px;
    font-weight: lighter;
}

.sub-page .download-sub-banner .cont .p-info {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}

.sub-page .download-sub-banner .cont .banner-code {
    width: 140px;
    height: 140px;
    float: left;
    margin-right: 30px;
}

.sub-page .download-sub-banner .cont .banner-btn {
    float: left;
    padding-top: 20px;
}

.sub-page .download-sub-banner .cont .banner-btn a {
    display: block;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    padding: 0px 10px;
    margin-bottom: 20px;
}

.sub-page .download-sub-banner .cont .banner-btn a:hover {
    text-decoration: none;
}

.sub-page .download-sub-banner .cont .banner-btn .icon {
    font-size: 24px;
    float: left;
    margin-right: 5px;
}

.sub-page .download-con {
    background: #fff;
}

.sub-page .download-con .advantage-con {
    padding-top: 80px;
    padding-bottom: 80px;
}

.sub-page .download-con .advantage-con .p-title {
    font-size: 36px;
    margin-bottom: 20px;
}

.sub-page .download-con .advantage-con .p-sub-title {
    font-size: 16px;
    color: #555;
}

.sub-page .download-con .advantage-con .row {
    margin-top: 60px;
}

.sub-page .download-con .advantage-con .p-icon {
    line-height: 80px;
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 1px solid #aaa;
    border-radius: 100%;
}

.sub-page .download-con .advantage-con .p-icon .iconfont {
    font-size: 30px;
}

.sub-page .download-con .advantage-con .p-tit {
    font-size: 18px;
}

.sub-page .download-con .advantage-con .p-info {
    padding: 0px 40px;
    height: 60px;
    margin-bottom: 40px;
}

.sub-page .download-con .download-btn-con {
    background: url("../images/download-bg.jpg") center center no-repeat;
    background-size: cover;
    height: 338px;
    color: #fff;
    padding-top: 70px;
}

.sub-page .download-con .download-btn-con .p-title {
    font-size: 32px;
    margin-bottom: 70px;
}

.sub-page .download-con .download-btn-con .btn-con {
    text-align: left;
    border: 1px solid #fff;
    display: inline-block;
    width: 210px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    border-radius: 5px;
}

.sub-page .download-con .download-btn-con .btn-con a {
    color: #fff;
}

.sub-page .download-con .download-btn-con .btn-con a:hover {
    text-decoration: none;
}

.sub-page .download-con .download-btn-con .btn-con .iconfont {
    font-size: 30px;
    float: left;
    margin-left: 20px;
    margin-right: 10px;
}

.sub-page .login-con {
    background: #fff;
}

@media (max-width: 1200px) {
    .index-page .banner-con .swiper-button-prev, .index-page .banner-con .swiper-button-next {
        width: 52px;
        height: 52px;
        margin-top: -26px;
    }

    .index-page .advantage-con {
        padding-top: 130px;
        background-size: 180px;
    }

    .index-page .advantage-con .p-info {
        padding: 0px 20px;
    }

    .index-page .business-con {
        background-size: 140px;
        padding-top: 95px;
    }

    .index-page .business-con .business-item .info-con {
        top: 40%;
        margin-top: -65px;
    }

    .index-page .business-con .business-item .info-con .icon-con {
        width: 70px;
        height: 70px;
        line-height: 70px;
        margin-bottom: 10px;
    }

    .index-page .business-con .business-item .info-con .icon-con img {
        width: 40px;
        height: 40px;
    }

    .index-page .business-con .business-item:hover .p-info {
        bottom: 0px;
    }

    .index-page .private-con {
        padding-top: 80px;
        padding-bottom: 60px;
        margin-bottom: 25px;
        background: url("../images/bg03.png") left 60px no-repeat, url("../images/bg04.png") right bottom no-repeat;
        background-size: 160px, 80px;
    }

    .index-page .private-con .content .safe-con01 {
        left: 40px;
        top: 205px;
    }

    .index-page .private-con .content .safe-con02 {
        right: 40px;
        top: 205px;
    }

    .index-page .coment-con {
        padding-top: 60px;
    }

    .index-page .coment-con .p-tit {
        margin-bottom: 50px;
    }

    .index-page .partner-con {
        padding: 50px 0 20px 0;
    }

    .index-page .partner-con .link-con {
        margin-top: 60px;
    }

    /*功能页面*/
    .sub-page {
        margin-top: 80px;
    }

    .sub-page .sub-banner {
        height: 400px;
    }

    .sub-page .main-con {
        top: 400px;
    }

    .sub-page .main-con .business-con {
        padding: 70px 0;
    }

    .sub-page .main-con .business-con .business-info .bus-title {
        font-size: 38px;
    }

    .sub-page .main-con .business-con .business-info .bus-info {
        margin-top: 20px;
    }

    .sub-page .main-con .business-con.pic-right .business-info {
        top: 15px;
    }

    .sub-page .main-con .business-con.pic-left .business-info {
        top: 15px;
    }

    .sub-page .main-con .business-con.business-con01 {
        background-size: 300px;
    }

    .sub-page .main-con .business-con.business-con01 .business-pic img {
        width: 420px;
    }

    .sub-page .main-con .business-con.business-con02 {
        background-size: 300px;
    }

    .sub-page .main-con .business-con.business-con02 .business-pic img {
        width: 360px;
    }

    .sub-page .main-con .business-con.business-con03 {
        background-size: 300px;
    }

    .sub-page .main-con .business-con.business-con03 .business-pic img {
        width: 420px;
    }

    .sub-page .main-con .business-con.business-con04 {
        background-size: 300px;
    }

    .sub-page .main-con .business-con.business-con04 .business-pic img {
        width: 320px;
    }

    .sub-page .main-con .business-con.business-con05 {
        background-size: 300px;
    }

    .sub-page .main-con .business-con.business-con05 .business-pic img {
        width: 320px;
    }

    .sub-page .main-con .business-con.business-con06 {
        background-size: 300px;
    }

    .sub-page .main-con .business-con.business-con06 .business-pic img {
        width: 420px;
    }

    .sub-page .main-con .business-con.business-con07 {
        background-size: 300px;
    }

    .sub-page .main-con .business-con.business-con07 .business-pic img {
        width: 260px;
    }

    /*下载页面*/
    .sub-page .download-sub-banner {
        height: 400px;
    }

    .sub-page .download-sub-banner .cont {
        margin-top: 60px;
    }

    .sub-page .download-sub-banner .cont h2 {
        font-size: 46px;
    }

    .sub-page .download-sub-banner .cont .banner-code {
        width: 120px;
        height: 120px;
        margin-right: 20px;
    }

    .sub-page .download-sub-banner .cont .banner-btn {
        padding-top: 15px;
    }

    .sub-page .download-sub-banner .cont .banner-btn a {
        width: 140px;
        height: 38px;
        line-height: 38px;
    }

    .sub-page .download-con .advantage-con {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .sub-page .download-con .advantage-con .p-title {
        font-size: 30px;
    }

    .sub-page .download-con .advantage-con .p-info {
        padding: 0px 20px;
    }

    .sub-page .download-con .download-btn-con {
        height: 280px;
        padding-top: 60px;
    }

    .sub-page .download-con .download-btn-con .p-title {
        font-size: 30px;
        margin-bottom: 50px;
    }
}

@media (max-width: 992px) {
    .index-page .banner-con .swiper-button-prev, .index-page .banner-con .swiper-button-next {
        width: 46px;
        height: 46px;
        margin-top: -23px;
    }

    .index-page .advantage-con {
        padding-top: 100px;
        background-size: 150px;
    }

    .index-page .advantage-con .p-icon {
        line-height: 40px;
    }

    .index-page .advantage-con .p-icon .iconfont {
        font-size: 46px;
        color: #2396ef;
    }

    .index-page .advantage-con .p-tit {
        font-size: 16px;
    }

    .index-page .advantage-con .p-info {
        padding: 0px 10px;
        margin-bottom: 20px;
        font-size: 12px;
    }

    .index-page .business-con {
        background-size: 110px;
        padding-top: 50px;
        margin-top: 0px;
    }

    .index-page .business-con .business-item .info-con {
        top: 50%;
        width: 140px;
        margin-top: -50px;
        left: 50%;
        margin-left: -70px;
    }

    .index-page .business-con .business-item .info-con .p-tit {
        font-size: 18px;
        position: relative;
    }

    .index-page .business-con .business-item .info-con .p-tit::before, .index-page .business-con .business-item .info-con .p-tit::after {
        width: 30px;
    }

    .index-page .business-con .business-item .info-con .p-tit::before {
        left: 0;
    }

    .index-page .business-con .business-item .info-con .p-tit::after {
        right: 0;
    }

    .index-page .business-con .business-item .p-info {
        padding: 0px 10px;
        bottom: -140px;
        height: 110px;
    }

    .index-page .business-con .business-item:hover .p-info {
        bottom: 30px;
        transition: all 0.5s;
    }

    .index-page .business-con .business-item:hover .info-con {
        display: none;
    }

    .index-page .private-con {
        padding-top: 50px;
        padding-bottom: 40px;
        background: url("../images/bg03.png") left 20px no-repeat, url("../images/bg04.png") right bottom no-repeat;
        background-size: 120px, 60px;
    }

    .index-page .private-con .content {
        height: 440px;
        background-size: 400px;
    }

    .index-page .private-con .content .safe-con {
        width: 220px;
        font-size: 12px;
    }

    .index-page .private-con .content .safe-con .p-tit {
        font-size: 24px;
    }

    .index-page .private-con .content .safe-con01 {
        top: 155px;
        left: 25px;
    }

    .index-page .private-con .content .safe-con02 {
        right: 25px;
        top: 155px;
    }

    .index-page .private-con .content .safe-con03 {
        width: 280px;
        margin-left: -140px;
    }

    .index-page .coment-con {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .index-page .coment-con .p-tit {
        margin-bottom: 50px;
    }

    /*功能页面*/
    .sub-page {
        margin-top: 80px;
    }

    .sub-page .sub-banner {
        height: 300px;
    }

    .sub-page .main-con {
        top: 300px;
    }

    .sub-page .main-con .business-con {
        padding: 60px 0;
    }

    .sub-page .main-con .business-con .business-info .bus-title {
        font-size: 32px;
    }

    .sub-page .main-con .business-con.pic-right .business-info {
        top: 5px;
    }

    .sub-page .main-con .business-con.pic-left .business-info {
        top: 5px;
    }

    .sub-page .main-con .business-con.business-con01 {
        background-size: 260px;
    }

    .sub-page .main-con .business-con.business-con01 .business-pic img {
        width: 340px;
    }

    .sub-page .main-con .business-con.business-con02 {
        background-size: 260px;
    }

    .sub-page .main-con .business-con.business-con02 .business-pic img {
        width: 260px;
    }

    .sub-page .main-con .business-con.business-con03 {
        background-size: 260px;
    }

    .sub-page .main-con .business-con.business-con03 .business-pic img {
        width: 340px;
    }

    .sub-page .main-con .business-con.business-con04 {
        background-size: 260px;
    }

    .sub-page .main-con .business-con.business-con04 .business-pic img {
        width: 260px;
    }

    .sub-page .main-con .business-con.business-con05 {
        background-size: 260px;
    }

    .sub-page .main-con .business-con.business-con05 .business-pic img {
        width: 260px;
    }

    .sub-page .main-con .business-con.business-con06 {
        background-size: 260px;
    }

    .sub-page .main-con .business-con.business-con06 .business-pic img {
        width: 340px;
    }

    .sub-page .main-con .business-con.business-con07 {
        background-size: 260px;
    }

    .sub-page .main-con .business-con.business-con07 .business-pic img {
        width: 200px;
    }

    /*价格页面*/
    .sub-page .price-con {
        padding: 40px 0;
    }

    .sub-page .price-con .info-con {
        line-height: 24px;
        font-size: 14px;
        margin-top: 30px;
    }

    .sub-page .price-con .info-con p {
        margin-bottom: 10px;
    }

    /*动态页面*/
    .sub-page .news-con {
        padding: 40px 0;
    }

    .sub-page .news-con .news-list-con li {
        margin-bottom: 40px;
        height: 140px;
    }

    .sub-page .news-con .news-list-con li .news-pic {
        width: 220px;
        height: 140px;
    }

    .sub-page .news-con .news-list-con li .news-info {
        margin-left: 240px;
    }

    .sub-page .news-con .news-list-con li .news-info .news-title {
        font-size: 18px;
        line-height: 22px;
        height: 22px;
        margin-bottom: 10px;
    }

    .sub-page .news-con .news-list-con li .news-info .news-introduction {
        height: 48px;
        display: -webkit-box !important;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .sub-page .page a {
        font-size: 14px;
    }

    /*动态详情*/
    .sub-page .news-detail-con {
        padding: 40px 0;
    }

    .sub-page .news-detail-con .news-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .sub-page .news-detail-con .news-info {
        margin-top: 20px;
        font-size: 14px;
    }

    .sub-page .news-detail-con .page-con {
        margin-top: 30px;
    }

    .sub-page .news-detail-con .page-con p {
        padding: 15px 0;
    }

    /*更新日志*/
    .sub-page .log-con {
        padding-top: 90px;
    }

    .sub-page .log-con .log-list-con {
        padding: 60px 0 40px 0;
    }

    .sub-page .log-con .log-list-con .log-prd .log-title {
        font-size: 24px;
    }

    .sub-page .log-con .log-list-con .log-prd .log-tips {
        font-size: 16px;
    }

    .sub-page .log-con .log-list-con .log-item .update-con {
        padding: 20px;
    }

    /*帮助中心*/
    .sub-page .help-center .search-con {
        height: 150px;
        padding-top: 50px;
    }

    .sub-page .help-center .search-con > div {
        width: 430px;
    }

    .sub-page .help-center .help-main-con {
        padding: 40px 0;
    }

    .sub-page .help-center .help-main-con .help-nav {
        top: 40px;
        width: 150px;
        padding: 40px 10px 40px 40px;
    }

    .sub-page .help-center .help-main-con .help-nav ul li {
        margin-bottom: 30px;
    }

    .sub-page .help-center .help-main-con .help-cont {
        margin-left: 170px;
        padding: 5px 25px 25px 25px;
    }

    .sub-page .help-center .help-main-con .help-cont ul {
        margin-bottom: 20px;
    }

    .sub-page .help-center .help-main-con .help-cont ul li {
        padding: 10px 0;
    }

    /*帮助中心详情*/
    .sub-page .help-center .help-main-con .help-detail-con {
        margin-left: 170px;
        padding: 5px 25px 25px 25px;
    }

    .sub-page .help-center .help-main-con .help-detail-con .detail-tit {
        padding: 15px 0;
    }

    .sub-page .help-center .help-main-con .help-detail-con .detail-cont .title {
        font-size: 20px;
    }

    .sub-page .help-center .help-main-con .help-detail-con .detail-cont .content {
        line-height: 24px;
        font-size: 14px;
    }

    .sub-page .help-center .help-main-con .help-detail-con .detail-cont .meg-con {
        margin-top: 20px;
    }

    /*下载页面*/
    .sub-page .download-sub-banner {
        height: 300px;
    }

    .sub-page .download-sub-banner .cont {
        margin-top: 30px;
        width: 300px;
    }

    .sub-page .download-sub-banner .cont h2 {
        font-size: 32px;
    }

    .sub-page .download-sub-banner .cont .p-info {
        font-size: 14px;
        line-height: 20px;
    }

    .sub-page .download-sub-banner .cont .banner-code {
        width: 100px;
        height: 100px;
        margin-right: 20px;
    }

    .sub-page .download-sub-banner .cont .banner-btn {
        padding-top: 10px;
    }

    .sub-page .download-sub-banner .cont .banner-btn a {
        width: 130px;
        height: 35px;
        line-height: 35px;
        margin-bottom: 10px;
    }

    .sub-page .download-con .advantage-con {
        padding-bottom: 30px;
    }

    .sub-page .download-con .advantage-con .p-icon {
        line-height: 70px;
        width: 70px;
        height: 70px;
    }

    .sub-page .download-con .advantage-con .p-title {
        margin-bottom: 10px;
    }

    .sub-page .download-con .advantage-con .p-tit {
        font-size: 16px;
    }

    .sub-page .download-con .advantage-con .p-info {
        padding: 0px 10px;
        margin-bottom: 20px;
        font-size: 12px;
    }

    .sub-page .download-con .download-btn-con {
        height: 220px;
        padding-top: 50px;
    }

    .sub-page .download-con .download-btn-con .p-title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .sub-page .download-con .download-btn-con .btn-con {
        width: 190px;
        height: 42px;
        line-height: 42px;
        font-size: 16px;
    }

    .sub-page .download-con .download-btn-con .btn-con .iconfont {
        margin-left: 15px;
    }


    /*个人中心*/
    .sub-page .user-center .search-con {
        height: 150px;
        padding-top: 50px;
    }

    .sub-page .user-center .search-con > div {
        width: 430px;
    }

    .sub-page .user-center .user-main-con {
        padding: 40px 0;
    }

    .sub-page .user-center .user-main-con .user-nav {
        top: 40px;
        width: 150px;
        padding: 40px 10px 40px 40px;
    }

    .sub-page .user-center .user-main-con-con .user-nav ul li {
        margin-bottom: 30px;
    }

    .sub-page .user-center .user-main-con .user-cont {
        margin-left: 170px;
        padding: 5px 25px 25px 25px;
    }

    .sub-page .user-center .user-main-con .user-cont ul {
        margin-bottom: 20px;
    }

    .sub-page .user-center .user-main-con .user-cont ul li {
        padding: 20px 0;
    }

    /*个人详情*/
    .sub-page .user-center .user-main-con .user-detail-con {
        margin-left: 0px;
        padding: 0px 0px 0px 0px;
    }

    .sub-page .user-center .user-main-con .user-detail-con .detail-tit {
        padding: 15px 0;
    }

    .sub-page .user-center .user-main-con .user-detail-con .detail-cont .title {
        font-size: 20px;
    }

    .sub-page .user-center .user-main-con .user-detail-con .detail-cont .content {
        line-height: 24px;
        font-size: 14px;
    }

    .sub-page .user-center .user-main-con .user-detail-con .detail-cont .meg-con {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .index-page .p-title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .index-page .banner-con .banner-swiper-pagination {
        text-align: center;
        position: relative;
    }

    .index-page .banner-con .banner-swiper-pagination .swiper-pagination-bullet {
        width: 15px;
        height: 4px;
        border-radius: 5px;
    }

    .index-page .banner-con .banner-swiper-pagination .swiper-pagination-bullet-active {
        background: #888;
    }

    .index-page .advantage-con {
        padding-top: 80px;
        background-size: 100px;
    }

    .index-page .advantage-con .row {
        margin-top: 30px;
    }

    .index-page .advantage-con .p-icon {
        background: #2396ef;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 100%;
        display: inline-block;
    }

    .index-page .advantage-con .p-icon .iconfont {
        font-size: 26px;
        color: #fff;
    }

    .index-page .advantage-con .p-tit {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .index-page .business-con {
        background-size: 70px;
        padding-top: 30px;
        margin-top: 0px;
    }

    .index-page .business-con .row {
        margin-top: 20px;
    }

    .index-page .business-con .business-item .info-con .p-tit {
        font-size: 16px;
    }

    .index-page .business-con .business-item .info-con .icon-con {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .index-page .private-con {
        overflow: hidden;
        padding-top: 30px;
        padding-bottom: 20px;
        background: url("../images/bg03.png") left 0px no-repeat, url("../images/bg04.png") right bottom no-repeat;
        background-size: 70px, 40px;
    }

    .index-page .private-con .content {
        height: 320px;
        background-size: 300px;
    }

    .index-page .private-con .content .safe-con {
        width: 120px;
    }

    .index-page .private-con .content .safe-con .p-tit {
        font-size: 18px;
    }

    .index-page .private-con .content .safe-con01 {
        top: 120px;
        left: 50%;
        margin-left: -205px;
    }

    .index-page .private-con .content .safe-con02 {
        top: 120px;
        right: 50%;
        margin-right: -205px;
    }

    .index-page .private-con .content .safe-con03 {
        width: 120px;
        margin-left: -60px;
    }

    .index-page .coment-con {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .index-page .coment-con .p-tit {
        margin-bottom: 30px;
        font-size: 20px;
    }

    .index-page .coment-con .container {
        padding-left: 70px;
        padding-right: 70px;
        max-width: 450px;
    }

    .index-page .coment-con .coment-item {
        padding: 25px 20px;
        height: 350px;
    }

    .index-page .coment-con .coment-item img {
        margin-bottom: 15px;
    }

    .index-page .coment-con .coment-item .p-user-info {
        margin-bottom: 5px;
    }

    .index-page .coment-con .swiper-button-next, .index-page .coment-con .swiper-button-prev {
        background-size: 15px 26px;
        top: 55%;
    }

    .index-page .coment-con .swiper-button-next {
        right: 10px;
    }

    .index-page .coment-con .swiper-button-prev {
        left: 10px;
    }

    .index-page .coment-con .swiper-pagination {
        bottom: -30px;
    }

    .index-page .coment-con .swiper-pagination span {
        margin-left: 5px;
        margin-right: 5px;
    }

    .index-page .partner-con {
        padding: 30px 0 20px 0;
    }

    .index-page .partner-con img {
        width: 95%;
        margin-top: 20px;
        max-width: 120px;
    }

    .index-page .partner-con .link-con {
        margin-top: 30px;
    }

    /*功能页面*/
    .sub-page {
        margin-top: 0px;
    }

    .sub-page .sub-m-banner img {
        width: 100%;
    }

    .sub-page .main-con {
        top: 0;
    }

    .sub-page .main-con .business-con {
        padding: 40px 0;
    }

    .sub-page .main-con .business-con .business-info {
        width: 50%;
    }

    .sub-page .main-con .business-con .business-info .bus-title {
        font-size: 18px;
        padding-left: 0px;
    }

    .sub-page .main-con .business-con .business-info .bus-info {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }

    .sub-page .main-con .business-con .business-info .bus-info li {
        background: transparent;
        padding-left: 0px;
        font-size: 12px;
        line-height: 18px;
        margin-top: 5px;
    }

    .sub-page .main-con .business-con.pic-right .business-info {
        top: -5px;
        float: left;
        position: relative;
        left: 0;
    }

    .sub-page .main-con .business-con.pic-left .business-info {
        top: 5px;
        float: right;
        position: relative;
        right: 0;
    }

    .sub-page .main-con .business-con.business-con01 {
        background: #fff;
    }

    .sub-page .main-con .business-con.business-con01 .business-pic {
        width: 48%;
        text-align: right;
    }

    .sub-page .main-con .business-con.business-con01 .business-pic img {
        width: 100%;
    }

    .sub-page .main-con .business-con.business-con02 {
        background: #f5f5f5;
    }

    .sub-page .main-con .business-con.business-con02 .business-pic {
        width: 48%;
    }

    .sub-page .main-con .business-con.business-con02 .business-pic img {
        width: 80%;
    }

    .sub-page .main-con .business-con.business-con03 {
        background: #fff;
    }

    .sub-page .main-con .business-con.business-con03 .business-pic {
        width: 48%;
        text-align: right;
    }

    .sub-page .main-con .business-con.business-con03 .business-pic img {
        width: 100%;
    }

    .sub-page .main-con .business-con.business-con04 {
        background: #f5f5f5;
    }

    .sub-page .main-con .business-con.business-con04 .business-pic {
        width: 48%;
    }

    .sub-page .main-con .business-con.business-con04 .business-pic img {
        width: 85%;
    }

    .sub-page .main-con .business-con.business-con05 {
        background: #fff;
    }

    .sub-page .main-con .business-con.business-con05 .business-pic {
        width: 48%;
        text-align: right;
    }

    .sub-page .main-con .business-con.business-con05 .business-pic img {
        width: 80%;
    }

    .sub-page .main-con .business-con.business-con06 {
        background: #f5f5f5;
    }

    .sub-page .main-con .business-con.business-con06 .business-pic {
        width: 48%;
    }

    .sub-page .main-con .business-con.business-con06 .business-pic img {
        width: 100%;
    }

    .sub-page .main-con .business-con.business-con07 {
        background: #fff;
    }

    .sub-page .main-con .business-con.business-con07 .business-pic {
        width: 48%;
        text-align: right;
    }

    .sub-page .main-con .business-con.business-con07 .business-pic img {
        width: 75%;
    }

    /*价格页面*/
    .sub-page .price-con {
        padding: 20px 0;
    }

    .sub-page .price-con table tr th, .sub-page .price-con table tr td {
        line-height: 20px;
        padding: 8px;
    }

    .sub-page .price-con table tr th {
        font-size: 12px;
    }

    .sub-page .price-con table tr td {
        font-size: 12px;
    }

    .sub-page .price-con .info-con {
        line-height: 24px;
        font-size: 12px;
        margin-top: 20px;
    }

    .sub-page .price-con .info-con p {
        margin-bottom: 10px;
    }

    /*动态页面*/
    .sub-page .news-con {
        padding: 20px 0;
    }

    .sub-page .news-con .news-list-con li {
        margin-bottom: 20px;
        height: 90px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }

    .sub-page .news-con .news-list-con li .news-pic {
        width: 110px;
        height: 70px;
        left: auto;
        right: 0;
    }

    .sub-page .news-con .news-list-con li .news-info {
        margin-left: 0px;
        margin-right: 130px;
    }

    .sub-page .news-con .news-list-con li .news-info .news-title {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        margin-bottom: 10px;
        display: -webkit-box !important;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: pre-wrap;
    }

    .sub-page .news-con .news-list-con li .news-info .news-introduction {
        display: none !important;
    }

    .sub-page .news-con .news-list-con li .news-info .news-time {
        margin-top: 0px;
        font-size: 12px;
    }

    /*动态详情*/
    .sub-page .news-detail-con {
        padding: 20px 0;
    }

    .sub-page .news-detail-con .news-title {
        font-size: 18px;
        text-align: left;
    }

    .sub-page .news-detail-con .news-time {
        font-size: 12px;
        background: #f5f5f5;
        line-height: 28px;
        text-align: left;
        padding: 0px 10px;
    }

    .sub-page .news-detail-con .news-info {
        margin-top: 10px;
    }

    .sub-page .news-detail-con .page-con {
        margin-top: 20px;
        font-size: 12px;
        padding: 0 10px;
    }

    .sub-page .news-detail-con .page-con p {
        padding: 10px 0;
    }

    /*更新日志*/
    .sub-page .log-con {
        background: #2b2e30 url(../images/update-m-bg.jpg) bottom no-repeat fixed;
        padding-top: 100px;
        background-size: 100%;
        padding-bottom: 20px;
    }

    .sub-page .log-con .log-list-con {
        margin-left: 45px;
        padding: 20px 0 0 0;
    }

    .sub-page .log-con .log-list-con .log-item {
        padding-left: 25px;
        margin-bottom: 20px;
    }

    .sub-page .log-con .log-list-con .log-item .update-time {
        left: -50px;
        top: 10px;
        padding-right: 19px;
    }

    .sub-page .log-con .log-list-con .log-item .update-time span {
        font-size: 16px;
    }

    .sub-page .log-con .log-list-con .log-item .update-con {
        padding: 15px;
    }

    .sub-page .log-con .log-list-con .log-item .update-con .title {
        font-size: 16px;
        font-weight: bold;
        color: #49494e;
    }

    .sub-page .log-con .log-list-con .log-item .update-con:before {
        border-width: 10px;
        left: -20px;
    }

    .sub-page .log-con .log-list-con .log-item .update-con .info {
        margin-top: 5px;
        font-size: 12px;
    }

    .sub-page .log-con .log-list-con .log-item .update-con .info p {
        margin-bottom: 0px;
    }

    /*帮助中心*/
    .sub-page .help-center {
        background: #fff;
        margin-top: 50px;
    }

    .sub-page .help-center .search-con {
        background: url("../images/help-m-bg01.png") center center no-repeat;
        background-size: cover;
        height: 100px;
        padding-top: 30px;
    }

    .sub-page .help-center .search-con > div {
        width: 85%;
        height: 40px;
        padding: 5px 25px;
        max-width: 400px;
    }

    .sub-page .help-center .search-con > div .search-btn {
        width: 40px;
        height: 40px;
    }

    .sub-page .help-center .help-m-list {
        padding: 20px 0;
    }

    .sub-page .help-center .help-m-list ul {
        padding-left: 0;
    }

    .sub-page .help-center .help-m-list ul li.cont-listado {
        line-height: 30px;
        list-style: none;
        color: #2396ef;
        margin-bottom: 20px;
        background: url("../images/help-bg02.png") left 12px no-repeat;
        background-size: 4px;
    }

    .sub-page .help-center .help-m-list ul li.cont-listado span {
        padding-left: 15px;
        font-size: 18px;
        display: block;
        background: url("../images/help-arrow-bottom.png") 98% 50% no-repeat;
        background-size: 16px;
    }

    .sub-page .help-center .help-m-list ul li.cont-listado ul.cont {
        padding-left: 16px;
    }

    .sub-page .help-center .help-m-list ul li.cont-listado ul.cont li {
        line-height: 24px;
        list-style: none;
        border-bottom: 1px dashed #eee;
        padding: 10px 0;
    }

    .sub-page .help-center .help-m-list ul li.cont-listado ul.cont li a {
        color: #555;
    }

    .sub-page .help-center .help-m-list ul li.current span {
        background: url("../images/help-arrow-top.png") 98% 50% no-repeat;
        background-size: 16px;
    }

    .sub-page .help-center .search-list-con {
        padding: 20px 0;
    }

    .sub-page .help-center .search-list-con .search-info {
        color: #999;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

    .sub-page .help-center .search-list-con .text-red {
        color: #f54546;
    }

    .sub-page .help-center .search-list-con ul {
        padding-left: 0;
    }

    .sub-page .help-center .search-list-con ul li {
        list-style: none;
        line-height: 24px;
        border-bottom: 1px dashed #eee;
        padding: 10px 0;
    }

    .sub-page .help-center .search-list-con ul li a {
        color: #555;
    }

    /*帮助中心详情*/
    .sub-page .help-center .help-main-con {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .sub-page .help-center .help-main-con .help-detail-con {
        margin-left: 0px;
        padding: 0;
    }

    .sub-page .help-center .help-main-con .help-detail-con .detail-tit {
        font-size: 14px;
        padding: 10px 0;
    }

    .sub-page .help-center .help-main-con .help-detail-con .detail-cont .meg-con {
        padding: 10px;
    }

    .sub-page .help-center .help-main-con .help-detail-con .detail-cont .meg-con a {
        padding: 5px 15px;
        margin-left: 15px;
    }



    /*用户中心*/
    .sub-page .user-center {
        background: #fff;
        margin-top: 50px;
    }

    .sub-page .user-center .search-con {
        background: url("../images/help-m-bg01.png") center center no-repeat;
        background-size: cover;
        height: 100px;
        padding-top: 30px;
    }

    .sub-page .user-center .search-con > div {
        width: 85%;
        height: 40px;
        padding: 5px 25px;
        max-width: 400px;
    }

    .sub-page .user-center .search-con > div .search-btn {
        width: 40px;
        height: 40px;
    }

    .sub-page .user-center .user-m-list {
        padding: 20px 0;
    }

    .sub-page .user-center .user-m-list ul {
        padding-left: 0;
    }

    .sub-page .user-center .user-m-list ul li.cont-listado {
        line-height: 30px;
        list-style: none;
        color: #2396ef;
        margin-bottom: 20px;
        background: url("../images/help-bg02.png") left 12px no-repeat;
        background-size: 4px;
    }

    .sub-page .user-center .user-m-list ul li.cont-listado span {
        padding-left: 15px;
        font-size: 18px;
        display: block;
        background: url("../images/help-arrow-bottom.png") 98% 50% no-repeat;
        background-size: 16px;
    }

    .sub-page .user-center .user-m-list ul li.cont-listado ul.cont {
        padding-left: 16px;
    }

    .sub-page .user-center .user-m-list ul li.cont-listado ul.cont li {
        line-height: 24px;
        list-style: none;
        border-bottom: 1px dashed #eee;
        padding: 10px 0;
    }

    .sub-page .user-center .user-m-list ul li.cont-listado ul.cont li a {
        color: #555;
    }

    .sub-page .user-center .user-m-list ul li.current span {
        background: url("../images/help-arrow-top.png") 98% 50% no-repeat;
        background-size: 16px;
    }

    .sub-page .user-center .search-list-con {
        padding: 20px 0;
    }

    .sub-page .user-center .search-list-con .search-info {
        color: #999;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

    .sub-page .user-center .search-list-con .text-red {
        color: #f54546;
    }

    .sub-page .user-center .search-list-con ul {
        padding-left: 0;
    }

    .sub-page .user-center .search-list-con ul li {
        list-style: none;
        line-height: 24px;
        border-bottom: 1px dashed #eee;
        padding: 10px 0;
    }

    .sub-page .user-center .search-list-con ul li a {
        color: #555;
    }

    /*用户中心详情*/
    .sub-page .user-center .user-m-list {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .sub-page .user-center .user-m-list .user-detail-con {
        margin-left: 0px;
        padding: 0;
    }

    .sub-page .user-center .user-m-list .user-detail-con .detail-tit {
        font-size: 14px;
        padding: 10px 0;
    }

    .sub-page .user-center .user-m-list .user-detail-con .detail-cont .meg-con {
        padding: 10px;
    }

    .sub-page .user-center .user-main-con .user-detail-con .detail-cont .meg-con a {
        padding: 5px 15px;
        margin-left: 15px;
    }

    /*下载页面*/
    .sub-page .download-con .advantage-con {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .sub-page .download-con .advantage-con .p-icon {
        line-height: 50px;
        width: 50px;
        height: 50px;
    }

    .sub-page .download-con .advantage-con .p-icon .iconfont {
        font-size: 20px;
    }

    .sub-page .download-con .advantage-con .p-title {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .sub-page .download-con .advantage-con .p-sub-title {
        font-size: 14px;
    }

    .sub-page .download-con .advantage-con .row {
        margin-top: 30px;
    }

    .sub-page .download-con .advantage-con .p-tit {
        font-size: 14px;
    }

    .sub-page .download-con .download-btn-con {
        padding-top: 30px;
        padding-bottom: 20px;
        height: auto;
    }

    .sub-page .download-con .download-btn-con .p-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .sub-page .download-con .download-btn-con .btn-con {
        width: 250px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .sub-page .download-con .download-btn-con .btn-con .iconfont {
        font-size: 24px;
        padding-left: 30px;
    }


}




/*# sourceMappingURL=index.css.map */
