    body {
        padding: 0;
        margin: 0;
        color: #555555;
    }
    
    h1,
    h2,
    h3,
    ul,
    li {
        padding: 0;
        margin: 0;
    }
    
    ul,
    li {
        list-style: none;
    }
    
    a,
    a:hover {
        text-decoration: none;
    }
    
    img {
        border: 0;
    }
    
    img {
        vertical-align: middle;
    }
    
    img {
        height: auto;
        max-width: 100%;
    }
    /* 字号 */
    
    .fs18 {
        font-size: 18px;
    }
    
    .no-gutter {
        margin-left: -15px;
        margin-right: -15px;
    }
    /*美化滚动条*/
    
     ::-webkit-scrollbar {
        width: 16px;
        height: 16px;
        z-index: 10;
    }
    
     ::-webkit-scrollbar-track,
     ::-webkit-scrollbar-thumb {
        border-radius: 999px;
        border: 5px solid transparent;
    }
    
     ::-webkit-scrollbar-track {
        box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset;
    }
    
     ::-webkit-scrollbar-thumb {
        min-height: 20px;
        background-clip: content-box;
        box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
    }
    
     ::-webkit-scrollbar-corner {
        background: transparent;
    }
    /*竖向向滚动按钮*/
    
     ::-webkit-scrollbar-button:start {
        background: url(../images/scroll-up.png) center no-repeat;
    }
    
     ::-webkit-scrollbar-button:start:hover {
        background: url(../images/scroll-up.png) center no-repeat #eee;
    }
    
     ::-webkit-scrollbar-button:end {
        background: url(../images/scroll-down.png) center no-repeat;
    }
    
     ::-webkit-scrollbar-button:end:hover {
        background: url(../images/scroll-down.png) center no-repeat #eee;
    }
    /*横向滚动按钮*/
    
     ::-webkit-scrollbar-button:horizontal:start {
        background: url(../images/scroll-left.png) center no-repeat;
    }
    
     ::-webkit-scrollbar-button:horizontal:start:hover {
        background: url(../images/scroll-left.png) center no-repeat #eee;
    }
    
     ::-webkit-scrollbar-button:horizontal:end {
        background: url(../images/scroll-right.png) center no-repeat;
    }
    
     ::-webkit-scrollbar-button:horizontal:end:hover {
        background: url(../images/scroll-right.png) center no-repeat #eee;
    }
    /* 顶部导航 */
    
    .navbar-default {
        background-color: #fff;
        border: none;
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
    }
    
    @media (min-width: 1200px) {
        .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
            line-height: 56px;
            border-top: 4px solid #fff;
            margin-left: 44px;
        }
        .nav>li>a {
            position: relative;
            display: block;
            padding: 10px 0px;
            color: #555555
        }
        .navbar-default .navbar-nav>.active>a,
        .navbar-default .navbar-nav>.active>a:focus,
        .navbar-default .navbar-nav>.active>a:hover {
            background: #fff;
            border-top: 4px solid #0dadb5;
            font-weight: bold;
            color: #0dadb5 !important;
        }
        .main-content {
            padding-top: 80px;
        }
    }
    
    @media (max-width: 768px) {
        .navbar-brand {
            float: left;
            height: 50px;
            padding: 10px 15px;
            font-size: 18px;
            line-height: 20px;
        }
        .navbar-brand img {
            height: 30px;
        }
        .navbar-default .navbar-nav>.active>a,
        .navbar-default .navbar-nav>.active>a:focus,
        .navbar-default .navbar-nav>.active>a:hover {
            background: #fff;
            border-top: 4px solid #0dadb5;
            font-weight: bold;
            color: #0dadb5 !important;
        }
    }
    
    @media (min-width: 769px) and (max-width: 1199px) {
        .navbar-default .navbar-nav>.active>a,
        .navbar-default .navbar-nav>.active>a:focus,
        .navbar-default .navbar-nav>.active>a:hover {
            background: #fff;
            border-top: 4px solid #0dadb5;
            font-weight: bold;
            color: #0dadb5 !important;
        }
        .navbar-brand img {
            height: 30px;
        }
        .main-content {
            padding-top: 50px;
        }
        .main-title i {
            width: 30px;
            height: 3px;
            background: #0dadb5;
            margin: 15px auto;
            overflow: hidden;
            display: block;
        }
        .navbar {
            margin-bottom: 0px;
        }
        .navbar-default .navbar-toggle {
            border: none;
        }
        .navbar-default .navbar-toggle:focus,
        .navbar-default .navbar-toggle:hover {
            background-color: #fff;
        }
        .navbar-toggle {
            margin-right: 20px
        }
    }
    /* banner */
    /*首页banner*/
    /* .swiper-container {
margin-bottom: 110px;
} */
    /* 
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff
}

.swiper-pagination-bullet {
    width: 50px;
    height: 1px;
    border-radius: 0px;
} */
    
    .swiper-pagination {
        position: absolute;
        bottom: 10px;
        width: 100%;
        left: 0;
        text-align: center;
        -webkit-transition: .3s opacity;
        -o-transition: .3s opacity;
        transition: .3s opacity;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 10;
    }
    
    span.swiper-pagination-switch {
        height: 1px;
        width: 50px;
        display: inline-block;
        background: #000;
        opacity: .2;
    }
    
    span.swiper-pagination-switch.swiper-visible-switch.swiper-active-switch {
        background: #fff;
        opacity: 1;
    }
    
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        background-image: url(../images/arr-prev.png);
        left: 10px;
        right: auto;
    }
    
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        background-image: url(../images/arr-next.png);
        right: 10px;
        left: auto;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: 40px;
        height: 40px;
        margin-top: -22px;
        z-index: 10;
        cursor: pointer;
        background-size: 40px 40px;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0px;
    }
    
    .swiper-slide {
        height: 600px;
    }
    
    @media (width: 1024px) {
        .swiper-slide {
            height: 500px;
        }
    }
    
    @media (min-width: 768px) and (max-width: 1200px) {
        .swiper-slide {
            height: 300px;
        }
    }
    
    @media (max-width: 767px) {
        er-slide {
            height: 200px;
        }
    }
    /* 首页banner板块 */
    /* 板块背景 */
    /* one */
    
    .banner-one {
        background: url(../images/banner-one.jpg) center no-repeat;
        background-size: cover;
        width: 100%;
        height: 600px;
        margin-bottom: 60px;
    }
    
    .banner-one .banner-img {
        padding-top: 120px;
    }
    
    @media (width: 1024px) {
        .banner-download {
            background: url(../images/banner-one.jpg) center no-repeat;
            background-size: cover;
            width: 100%;
            height: 500px;
            margin-bottom: 40px;
        }
        .swiper-slide {
            height: 500px;
        }
    }
    
    @media (min-width: 768px) and (max-width: 1200px) {
        .banner-one {
            background: url(../images/banner-one.jpg) center no-repeat;
            background-size: cover;
            width: 100%;
            height: 300px;
            margin-bottom: 40px;
        }
        .banner-one .banner-img {
            padding-top: 50px;
            width: 300px;
        }
        .swiper-slide {
            height: 300px;
        }
    }
    
    @media (max-width: 767px) {
        .banner-one {
            background: url(../images/banner-one.jpg) center no-repeat;
            background-size: cover;
            width: 100%;
            height: 200px;
            margin-bottom: 40px;
        }
        .swiper-slide {
            height: 200px;
        }
    }
    /* 第二 */
    
    .banner-second {
        background: url(../images/banner-second.jpg) center no-repeat;
        background-size: cover;
        width: 100%;
        height: 600px;
        margin-bottom: 60px;
    }
    
    .banner-second .banner-img {
        padding-top: 50px;
    }
    
    @media (width: 1024px) {
        .banner-second {
            background: url(../images/banner-second.jpg) center no-repeat;
            background-size: cover;
            width: 100%;
            height: 500px;
            margin-bottom: 40px;
        }
    }
    
    @media (min-width: 768px) and (max-width: 1200px) {
        .banner-second {
            background: url(../images/banner-second.jpg) center no-repeat;
            background-size: cover;
            width: 100%;
            height: 300px;
            margin-bottom: 40px;
        }
        .banner-second .banner-img {
            padding-top: 50px;
            width: 300px;
        }
    }
    
    @media (max-width: 767px) {
        .banner-second {
            background: url(../images/banner-second.jpg) center no-repeat;
            background-size: cover;
            width: 100%;
            height: 200px;
            margin-bottom: 40px;
        }
    }
    /* 第三 */
    
    .banner-third {
        background: url(../images/banner-third.jpg) center no-repeat;
        background-size: cover;
        width: 100%;
        height: 600px;
        margin-bottom: 60px;
    }
    
    .banner-third .banner-img {
        padding-top: 10px;
    }
    
    @media (width: 1024px) {
        .banner-third {
            background: url(../images/banner-third.jpg) center no-repeat;
            background-size: cover;
            width: 100%;
            height: 500px;
            margin-bottom: 40px;
        }
    }
    
    @media (min-width: 768px) and (max-width: 1200px) {
        .banner-third {
            background: url(../images/banner-third.jpg) center no-repeat;
            background-size: cover;
            width: 100%;
            height: 300px;
            margin-bottom: 40px;
        }
        .banner-third .banner-img {
            padding-top: 50px;
            width: 300px;
        }
    }
    
    @media (max-width: 767px) {
        .banner-third {
            background: url(../images/banner-third.jpg) center no-repeat;
            background-size: cover;
            width: 100%;
            height: 200px;
            margin-bottom: 40px;
        }
    }
    /* 首页主版块标题 */
    /* 首页下载 */
    
    .ind-down {
        width: 100%;
        background: #f6f8f9;
        padding: 100px 0;
        height: 500px;
        margin-bottom: 200px;
    }
    
    .ind-down h2 {
        font-size: 30px;
        color: #555555;
        text-align: center;
    }
    
    .ind-down-btn {
        text-align: center;
        padding: 40px 0 60px 0;
        display: block;
        clear: both
    }
    
    .main-title {
        padding: 0 20px;
    }
    
    .main-title h2 {
        font-size: 32px;
        line-height: 48px;
        /* font-weight: bold; */
        text-align: center;
    }
    
    .main-title i {
        width: 30px;
        height: 3px;
        background: #0dadb5;
        margin: 25px auto 20px auto;
        overflow: hidden;
        display: block;
    }
    
    @media (max-width: 767px) {
        .main-title i {
            width: 30px;
            height: 3px;
            background: #0dadb5;
            margin: 15px auto;
            overflow: hidden;
            display: block;
        }
        .banner-index {
            background: #f1f1f1;
            margin-bottom: 60px;
        }
        .ind-down {
            width: 100%;
            background: #f6f8f9;
            padding: 30px 0;
            height: 400px;
            margin-bottom: 150px;
        }
        .ind-down h2 {
            font-size: 24px;
            color: #555555;
            text-align: center;
        }
    }
    
    .main-title h3 {
        color: #999999;
        text-align: center;
        font-size: 14px;
        line-height: 26px;
        font-weight: normal;
    }
    
    .content-wrap {
        padding-top: 100px;
        padding-bottom: 50px;
        border-bottom: 1px solid #def0f5;
        overflow: hidden;
    }
    
    .content-wrap:last-child {
        border-bottom: none;
    }
    
    @media (max-width: 768px) {
        .content-wrap {
            padding-top: 30px;
            padding-bottom: 30px;
            border-bottom: 1px solid #def0f5;
            overflow: hidden;
        }
        .content-wrap:last-child {
            border-bottom: none;
        }
        .main-content {
            padding-top: 50px;
        }
    }
    /* 首页内容列表 */
    
    .main-list {
        padding: 10px;
        width: 80%;
    }
    
    @media (max-width: 768px) {
        .main-list {
            padding: 10px;
            width: 100%;
        }
    }
    
    .main-list ul li {
        padding: 0 20px;
        margin: 50px 0;
    }
    
    @media (max-width: 767px) {
        .main-list ul li {
            padding: 0 20px;
            margin: 20px 0;
        }
    }
    
    .main-list .title {
        font-size: 24px;
        line-height: auto;
        background: url(../images/icon-ok.png) no-repeat;
        padding-left: 60px;
        margin-bottom: 50px;
        padding-bottom: 10px;
    }
    
    @media (max-width: 767px) {
        .main-list .title {
            font-size: 24px;
            line-height: auto;
            background: url(../images/icon-ok.png) no-repeat;
            padding-left: 60px;
            margin-bottom: 30px;
            padding-bottom: 10px;
        }
    }
    
    .main-list h3 {
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
    }
    
    .main-list p {
        color: #666;
        line-height: 26px;
    }
    
    .main-list .icon-nb1 {
        background: url(../images/icon-nb1.png) no-repeat;
        padding-left: 60px;
    }
    
    .main-list .icon-nb2 {
        background: url(../images/icon-nb2.png) no-repeat;
        padding-left: 60px;
    }
    
    .main-list .icon-nb3 {
        background: url(../images/icon-nb3.png) no-repeat;
        padding-left: 60px;
    }
    /* 定制服务 */
    
    .custom-exe {
        background: url(../images/images_005.jpg) top center no-repeat #49c4d4;
        padding-top: 200px;
        width: 100%;
        text-align: center;
        color: #fff;
        padding-bottom: 90px;
    }
    
    @media (max-width: 767px) {
        .custom-exe {
            background: url(../images/images_005.jpg) top center no-repeat #49c4d4;
            padding-top: 150px;
            width: 100%;
            text-align: center;
            color: #fff;
            padding-bottom: 40px;
        }
    }
    
    .custom-exe h3 {
        text-align: center;
        font-size: 14px;
        line-height: 26px;
        font-weight: normal;
        padding: 20px;
    }
    
    .custom-exe i {
        width: 30px;
        height: 3px;
        background: #fff;
        margin: 25px auto 20px auto;
        overflow: hidden;
        display: block;
    }
    
    .custom-exe .btn {
        width: 190px;
        height: 50px;
        border-radius: 25px;
        background: #fff;
        border: none;
        color: #49c4d4;
        margin-top: 50px;
        outline: none;
    }
    
    .link-nav {
        background: #435062;
        width: 100%;
        padding: 50px 0;
        border-bottom: 1px solid #566272;
        color: #c2c5ca;
        position: relative;
    }
    
    .link-nav-wrap {
        width: 100%;
        overflow: hidden;
    }
    
    .link-nav-wrap .title {
        font-size: 16px;
        color: #ffffff;
        text-align: left;
    }
    
    .link-nav-wrap i {
        width: 20px;
        height: 2px;
        background: #fff;
        margin-top: 16px;
        margin-bottom: 30px;
        overflow: hidden;
        display: block;
        clear: both;
    }
    
    .link-nav-wrap a {
        display: block;
        line-height: 28px;
        color: #c2c5ca;
    }
    
    .link-nav-wrap a:hover {
        color: #fff;
    }
    
    .footer {
        background: #435062;
        width: 100%;
        padding: 30px 20px;
        color: #c2c5ca;
        text-align: center;
    }
    
    .footer a {
        color: #c2c5ca;
    }
    /* 产品下载 */
    
    .banner-download {
        background: url(../images/banner-download.jpg) center no-repeat;
        background-size: cover;
        width: 100%;
        height: 600px;
        margin-bottom: 60px;
    }
    
    .banner-download .banner-img {
        padding-top: 120px;
    }
    
    @media (width: 1024px) {
        .banner-download {
            background: url(../images/banner-download.jpg) center no-repeat;
            background-size: cover;
            width: 100%;
            height: 500px;
            margin-bottom: 40px;
        }
    }
    
    @media (min-width: 768px) and (max-width: 1200px) {
        .banner-download {
            background: url(../images/banner-download.jpg) center no-repeat;
            background-size: cover;
            width: 100%;
            height: 300px;
            margin-bottom: 40px;
        }
        .banner-download .banner-img {
            padding-top: 50px;
            width: 300px;
        }
    }
    
    @media (max-width: 767px) {
        .banner-download {
            background: url(../images/banner-download.jpg) center no-repeat;
            background-size: cover;
            width: 100%;
            height: 160px;
            margin-bottom: 40px;
        }
    }
    
    .download-wrap {
        /* border-bottom: 1px solid #def0f5; */
        overflow: hidden;
        margin-bottom: 30px;
    }
    
    .download-title {
        font-size: 20px;
        border-bottom: 4px solid #0dadb5;
        width: 80px;
        margin-bottom: 30px;
    }
    
    .version {
        overflow: hidden;
        clear: both;
    }
    
    .version span,
    .version i {
        display: block;
        float: left;
        font-size: 16px;
        padding-bottom: 10px;
    }
    
    .version i {
        color: #555555;
        font-size: 16px;
        font-weight: bold;
        padding-right: 20px;
        font-style: normal;
    }
    
    .version-wrap {
        line-height: 32px;
        font-size: 16px;
        padding-bottom: 40px;
    }
    
    .version-wrap .tip {
        color: #11a4b8;
    }
    
    .lanse,
    .lanse a {
        color: #11a4b8 !important;
    }
    
    .version-more {
        color: #11a4b8;
        width: 75px;
        clear: both;
        background: url(../images/images_005.png) right no-repeat;
        padding-right: 15px;
        margin-bottom: 30px;
    }
    /* 定制服务 */
    
    .banner-custom {
        background: url(../images/custom-bg.png) center no-repeat;
        background-size: cover;
        width: 100%;
        height: 600px;
        margin-bottom: 80px;
    }
    
    .banner-custom .banner-img {
        padding-top: 80px;
    }
    
    @media (width: 1024px) {
        .banner-custom {
            background: url(../images/custom-bg.png) center no-repeat;
            background-size: cover;
            width: 100%;
            height: 500px;
            margin-bottom: 40px;
        }
    }
    
    @media (min-width: 768px) and (max-width: 1200px) {
        .banner-custom {
            background: url(../images/custom-bg.png) center no-repeat;
            background-size: cover;
            width: 100%;
            height: 300px;
            margin-bottom: 40px;
        }
        .banner-custom .banner-img {
            padding-top: 40px;
        }
    }
    
    @media (max-width: 767px) {
        .banner-custom {
            background: url(../images/custom-bg.png) center no-repeat;
            background-size: cover;
            width: 100%;
            height: 160px;
            margin-bottom: 40px;
        }
    }
    /* banner自适应 */
    
    .banner-section,
    .ind-banner-section {
        float: left;
        padding-left: 60px;
        color: #fff;
        padding-top: 120px;
    }
    
    .banner-section h1,
    .ind-banner-section h1 {
        font-size: 36px;
        font-weight: normal;
        padding-bottom: 20px;
    }
    
    .banner-section h2,
    .ind-banner-section h2 {
        font-size: 30px;
        font-weight: normal;
    }
    
    .banner-section h3,
    .ind-banner-section h3 {
        font-size: 18px;
        font-weight: normal;
        padding-bottom: 10px;
    }
    
    .banner-section i,
    .ind-banner-section i {
        width: 40px;
        height: 2px;
        background: #fff;
        margin: 40px 0;
        overflow: hidden;
        display: block;
    }
    
    .banner-section .dec,
    .ind-banner-section .dec {
        font-size: 24px
    }
    
    .banner-section .btn-big,
    .ind-banner-section .btn-big {
        width: 170px;
        height: 50px;
        background: url(../images/banner-btn.png) no-repeat;
        color: #fff;
        line-height: 50px;
        padding: 0 40px 0 20px;
        font-size: 16px;
        margin-top: 50px;
        border: none;
        outline: none;
    }
    
    .banner-section .btn-big-2,
    .ind-banner-section .btn-big-2 {
        width: 180px;
        height: 50px;
        border: 2px solid #ffffff;
        background: none;
        border-radius: 25px;
        color: #fff;
        line-height: 40px;
        font-size: 16px;
        margin-top: 50px;
        outline: none;
    }
    
    .banner-img {
        float: right;
    }
    
    @media (min-width: 768px) and (max-width:1200px) {
        .banner-section,
        .ind-banner-section {
            float: left;
            padding-left: 30px;
            color: #fff;
            padding-top: 40px;
        }
        .banner-section h1,
        .ind-banner-section h1 {
            font-size: 20px;
            font-weight: normal;
            padding-bottom: 10px;
        }
        .banner-section h2,
        .ind-banner-section h2 {
            font-size: 16px;
            font-weight: normal;
        }
        .banner-section h3,
        .ind-banner-section h3 {
            font-size: 14px;
            font-weight: normal;
            padding-bottom: 5px;
        }
        .banner-section i,
        .ind-banner-section i {
            width: 40px;
            height: 2px;
            background: #fff;
            margin: 20px 0;
            overflow: hidden;
            display: block;
        }
        .banner-section .dec,
        .ind-banner-section .dec {
            font-size: 16px;
        }
        .banner-img {
            width: 280px;
        }
        .banner-section .btn-big,
        .ind-banner-section .btn-big {
            width: 40px;
            height: 40px;
            background: url(../images/banner-btn-s.png) no-repeat;
            border: none;
            font-size: 0;
        }
        .banner-section .btn-big-2,
        .ind-banner-section .btn-big-2 {
            width: 180px;
            height: 50px;
            border: 2px solid #ffffff;
            background: none;
            border-radius: 25px;
            color: #fff;
            line-height: 40px;
            font-size: 16px;
            margin-top: 30px;
            outline: none;
        }
    }
    
    .banner-btn-s {
        width: 40px;
        height: 40px;
        background: url(../images/banner-btn-s.png) no-repeat;
        border: none;
        font-size: 0;
        float: right;
        margin-top: 55px;
    }
    
    @media (max-width: 767px) {
        .banner-section {
            float: left;
            padding-left: 0px;
            color: #fff;
            padding-top: 30px;
        }
        .banner-section h1 {
            font-size: 20px;
            font-weight: normal;
            padding-bottom: 20px;
        }
        .banner-section h2 {
            font-size: 16px;
            font-weight: normal;
        }
        .banner-section h3 {
            font-size: 14px;
            font-weight: normal;
            padding-bottom: 10px;
        }
        .banner-section i {
            width: 40px;
            height: 2px;
            background: #fff;
            margin: 40px 0;
            overflow: hidden;
            display: block;
            display: none;
        }
        .banner-section .dec {
            font-size: 24px;
            display: none;
        }
        .banner-img {
            display: none;
            /* width: 140px;
float: right; */
        }
        /* 首页的banner 文字样式 */
        .ind-banner-section {
            color: #fff;
            padding-top: 50px;
            float: left;
        }
        .ind-banner-section h1 {
            font-size: 20px;
            font-weight: normal;
            padding-bottom: 20px;
        }
        .ind-banner-section h2 {
            font-size: 16px;
            font-weight: normal;
        }
        .ind-banner-section h3 {
            font-size: 14px;
            font-weight: normal;
            padding-bottom: 10px;
        }
        .ind-banner-section i {
            width: 40px;
            height: 2px;
            background: #fff;
            margin: 40px 0;
            overflow: hidden;
            display: block;
            display: none;
        }
        .ind-banner-section .dec {
            font-size: 24px;
            display: none;
        }
        .ind-banner-img {
            width: 100px;
        }
    }
    
    .custom-list {
        text-align: center;
        padding-bottom: 90px;
    }
    
    .custom-list img {
        padding: 50px 0 30px 0;
    }
    
    @media (max-width: 768px) {
        .custom-list img {
            padding: 20px 0 20px 0;
        }
        .custom-list {
            text-align: center;
            padding-bottom: 30px;
        }
    }
    
    .custom-list span {
        padding: 5px 0;
        clear: both;
        display: block;
        color: #999;
    }
    
    .custom-list i {
        font-size: 20px;
        color: #555;
        font-style: normal;
    }
    
    .custom-step {
        background: #f6f8f9;
        padding: 60px 0;
        width: 100%;
    }
    
    .custom-tel {
        background-image: -moz-linear-gradient( 180deg, rgb(47, 205, 215) 0%, rgb(71, 204, 139) 100%);
        background-image: -webkit-linear-gradient( 180deg, rgb(47, 205, 215) 0%, rgb(71, 204, 139) 100%);
        background-image: -ms-linear-gradient( 180deg, rgb(47, 205, 215) 0%, rgb(71, 204, 139) 100%);
        width: 100%;
        padding: 25px 0;
    }
    
    .custom-tel-left {
        color: #fff;
        font-size: 34px;
    }
    
    .custom-tel-left i,
    .custom-tel-wrap i {
        display: block;
        font-size: 16px;
        font-style: normal;
    }
    
    .custom-tel-wrap {
        background: url(../images/icons_tel.png) left center no-repeat;
        padding-left: 60px;
        color: #fff;
        width: 230px;
        font-size: 24px;
        float: right;
        margin-top: 8px;
    }
    
    @media (max-width: 768px) {
        .custom-tel-wrap {
            float: left;
            margin-top: 25px;
        }
    }
    /* 产品定价 */
    
    .banner-price {
        width: 100%;
        height: 409px;
        /* background: url(../images/banner-price.jpg) top center no-repeat; */
        background: #fff;
        color: #333;
    }
    
    .banner-price-wrap h1 {
        font-size: 18px;
        text-align: center;
        padding: 90px 20px 10px 20px;
    }
    
    .banner-price-wrap h2 {
        font-size: 36px;
        text-align: center;
        padding: 0px 20px;
    }
    
    .banner-price-wrap i {
        width: 40px;
        height: 2px;
        background: #0dadb5;
        margin: 50px auto 50px auto;
        overflow: hidden;
        display: block;
    }
    
    .banner-price-wrap h3 {
        font-size: 24px;
        line-height: 36px;
        padding: 0 20px;
        text-align: center;
    }
    
    @media (max-width: 768px) {
        .banner-price {
            width: 100%;
            height: 300px;
            /* background: url(../images/banner-price.jpg) top center no-repeat; */
            background-size: #fff;
            color: #333;
        }
        .banner-price-wrap h1 {
            font-size: 16px;
            text-align: center;
            padding: 60px 20px 10px 20px;
        }
        .banner-price-wrap h2 {
            font-size: 28px;
            line-height: 32px;
            text-align: center;
            padding: 0px 20px;
        }
        .banner-price-wrap i {
            width: 40px;
            height: 2px;
            background: #fff;
            margin: 25px auto 25px auto;
            overflow: hidden;
            display: block;
        }
        .banner-price-wrap h3 {
            font-size: 18px;
            line-height: 36px;
            padding: 0 20px;
            text-align: center;
        }
    }
    /* 价格表 */
    
    .price-table {
        width: 100%;
        overflow: hidden;
        background: url(../images/images_011.jpg) top center no-repeat;
        margin-bottom: 60px;
    }
    
    .price-table-wrap {
        background-color: rgba(255, 255, 255, 0.8);
        box-shadow: 0px 0px 17px 3px rgba(0, 0, 0, 0.04);
        width: 1080px;
        margin: 0 auto;
    }
    
    @media (max-width: 1024px) {
        .price-table-wrap {
            background-color: rgba(255, 255, 255, 0.8);
            box-shadow: 0px 0px 17px 3px rgba(0, 0, 0, 0.04);
            width: 90%;
            margin: 0 auto;
        }
    }
    
    .price-table-wrap table {
        border-width: 1px;
        border-color: rgb(229, 233, 236);
        border-style: solid;
        border-radius: 5px;
    }
    
    .price-table-wrap table th,
    .price-table-wrap table td {
        text-align: center;
        padding: 15px !important;
    }
    
    .price-table-wrap table th {
        font-size: 16px;
        font-weight: normal;
    }
    
    .price-table-wrap table th i {
        font-style: normal;
        color: #999999;
    }
    
    .price-table-icon {
        float: left;
        padding: 10px;
    }
    
    .price-table-title {
        float: left;
        text-align: left;
        padding: 10px 0;
    }
    
    .price-table-wrap table td .btn {
        width: 120px;
        height: 40px;
        border-radius: 20px;
        font-size: 14px;
        outline: none;
    }
    
    .price-table-wrap table td .btn-primary {
        background: #2ec7f5;
        border: #2ec7f5;
        outline: none;
    }
    
    .price-table-wrap table td .btn-default {
        color: #2ec7f5;
        background-color: #fff;
        border-color: #2ec7f5;
        outline: none;
    }
    /* 首页步骤 */
    
    .step {
        background: url(../images/stepbj.jpg) bottom repeat-x;
        width: 100%;
        margin-top: 60px;
        padding-bottom: 40px;
        position: relative;
    }
    
    .step-nb-list {
        width: 100%;
        position: absolute;
        margin-top: -14px;
        z-index: 11;
    }
    
    .step-nb-wrap {
        position: absolute;
        margin-top: 16px;
        z-index: 10;
    }
    
    .step-nb {
        width: 38px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .step-nb.on {
        background: url(../images/step-on.png) bottom repeat-x;
    }
    
    .step-nb.off {
        background: url(../images/step-off.png) bottom repeat-x;
    }
    
    .steplist {
        width: 100%;
        border-left: 1px solid #f0f4f5;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 13px 17px 3px rgba(0, 0, 0, 0.03);
        overflow: hidden;
    }
    
    .steplist ul li {
        width: 25%;
        border-top: 4px solid #def0f5;
        border-bottom: 1px solid #f0f4f5;
        border-right: 1px solid #f0f4f5;
        padding: 56px 0;
        text-align: center;
        position: relative;
        z-index: 1;
        display: block;
        float: left;
    }
    
    .steplist ul li:after {
        position: absolute;
        right: -10px;
        content: '';
        vertical-align: middle;
        top: 130px;
        display: inline-block;
        width: 10px;
        height: 20px;
        background-size: cover;
        background-repeat: no-repeat;
        background: url(../images/step-arr-s.jpg) top;
    }
    
    .steplist ul li:hover {
        border-top: 4px solid #0dadb5;
    }
    
    .steplist ul li:last-child:after {
        background: none;
        border-right: 1px solid #f0f4f5;
    }
    
    .steplist img {
        padding: 0 0 40px 0;
    }
    
    .steplist span {
        padding: 5px 0;
        clear: both;
        display: block;
        color: #999;
    }
    
    .steplist i {
        font-size: 20px;
        color: #555;
        font-style: normal;
    }
    
    @media (max-width: 768px) {
        .steplist ul li {
            width: 25%;
            border-top: 4px solid #def0f5;
            border-bottom: 1px solid #f0f4f5;
            border-right: 1px solid #f0f4f5;
            padding: 20px 0;
            text-align: center;
            position: relative;
            z-index: 1;
            display: block;
            float: left;
        }
        .steplist img {
            width: 40px;
            padding: 0 0 10px 0;
        }
        .steplist i {
            font-size: 14px
        }
        .steplist ul li:after {
            position: absolute;
            right: -10px;
            content: '';
            vertical-align: middle;
            top: 60px;
            display: inline-block;
            width: 10px;
            height: 20px;
            background-size: cover;
            background-repeat: no-repeat;
            background: url(../images/step-arr-s.jpg) top;
        }
        /* .swiper-container {
        margin-bottom: 50px;
    } */
    }
    
    @media (min-width: 320px) and (max-width: 600px) {
        .ind-down {
            width: 100%;
            background: #f6f8f9;
            padding: 30px 0;
            height: 350px;
            margin-bottom: 50px;
        }
        .steplist ul li:after {
            position: absolute;
            right: -10px;
            content: '';
            vertical-align: middle;
            top: 50px;
            display: inline-block;
            width: 10px;
            height: 20px;
            background-size: cover;
            background-repeat: no-repeat;
            background: url(../images/step-arr-s.jpg) top;
        }
    }
    /* 首页输入url */
    
    .url-wrap {
        width: 576px;
        margin: 20px auto;
        text-align: center;
    }
    
    .url-wrap .progress {
        width: 484px;
        margin: 20px auto;
        text-align: center;
    }
    
    .url-start {
        width: 400px;
        height: 46px;
        vertical-align: middle;
        font-size: 14px;
        text-rendering: auto;
        color: initial;
        letter-spacing: normal;
        word-spacing: normal;
        text-transform: none;
        text-indent: 0px;
        text-shadow: none;
        display: inline-block;
        text-align: start;
        border-style: initial;
        border-color: initial;
        border-image: initial;
        padding: 0px 12px;
        outline: none;
        border-radius: 4px 0 0 4px;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    
    .btn-primary {
        color: #fff;
        background-color: #0dadb5;
        border-color: #0dadb5;
    }
    
    .btn-primary:hover {
        background-color: #209cb5;
        border-color: #209cb5;
    }
    
    .btn {
        display: inline-block;
        padding: 12px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0 4px 4px 0;
        outline: none !important;
    }
    
    @media (min-width: 320px) and (max-width: 600px) {
        .url-wrap {
            width: 90%;
            margin: 20px auto;
            text-align: center;
        }
        .url-start {
            width: 160px;
        }
        .url-wrap .progress {
            width: 90%;
            margin: 20px auto;
            text-align: center;
        }
    }
    
    .progress {
        height: 20px;
        margin-bottom: 20px;
        overflow: hidden;
        background-color: #f5f5f5;
        border-radius: 5px;
        /* -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); */
    }
    /* 打包进度 */
    
    .build-wrap {
        opacity: 0;
        visibility: hidden;
        transition: all .5s;
    }
    
    .build-wrap-active {
        opacity: 1;
        visibility: visible;
    }
    /* 用户协议 */
    
    .agreement-warp {
        line-height: 28px;
        padding: 40px 0;
    }
    
    .agreement-warp .tit {
        font-size: 16px;
        color: #333333;
        font-weight: bold;
    }
    /* 返回顶部 */
    
    .unitTop {
        position: fixed;
        width: 50px;
        height: 50px;
        background: #0dadb5;
        right: 2%;
        bottom: 70px;
        z-index: 9999;
        text-align: center;
        color: #fff;
        cursor: pointer;
        display: none;
    }
    
    .unitTop i {
        background: url(../images/up.png) center no-repeat;
        height: 12px;
        width: 21px;
        display: block;
        margin: 10px auto 0 auto;
    }
    /* 帮助中心面包屑箭头 */
    
    .help-location i {
        background: url(../images/arr.png) center no-repeat;
        width: 10px;
        height: 10px;
        float: left;
        display: block;
        margin: 5px 10px;
    }
    
    @media (min-width: 1200px) {
        .page-left {
            background: url(../images/arr-left.png) left no-repeat;
            display: block;
            text-align: left;
        }
        .page-right {
            background: url(../images/arr.png) right no-repeat;
            display: block;
            text-align: right;
        }
    }