
.mt50 {
    margin-top: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

.rel {
    position: relative !important;
}

tr.even {
    background: #f9f9f9;
}

td {
    word-wrap: break-word;
    word-break: break-all;

}

.btn-big-lg {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.navbar-toggle {
    margin-right: 0;
}

.animated {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.animated.slideDown {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-100%)
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-100%)
    }
}

.animated.slideUp {
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp
}

.navbar-toggle .icon-bar {
    background: gray;
}

.page-index {
    padding-top: 0;
}

/* header */
.site-header {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    min-height: 50px;
    /* background: #fff; */
    /* opacity: .97; */
    transition: all ease-in-out .5s;
}

.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    padding: 0;
}



@media (min-width: 992px) {
    #navbar {
        float: right;
    }
}

.page-index .first-screen {
    height: 700px;
    padding-top: 160px;
    margin-bottom: 0;
    /* background-image: url(../images/banner.jpg); */
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover
}


@media (min-width: 1441px) {
    .page-index .first-screen {
        /* background-image: url(../images/banner-lg.jpg); */
        min-height: 810px;
    }
}


@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution:2dppx) {
    .page-index .first-screen {
        background-image: url(../images/banner@2x.jpg)
    }
}


.page-index .hero {
    margin-top: 4px;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1441px) {
    .page-index .hero .col-xs-6 {
        padding: 0;
    }
}

.fa {
    /*color:#34b8f4;*/
    color: #f60;
}

.hero .inner {
    padding: 20px 10px;
    background: #fff;
    border-radius: 5px;
    min-height: 200px;
}

.hero .count-title {
    font-size: 20px;
}

.hero .count-text {
    font-size: 14px;
    line-height: 1.5;
    height: 66px;
}

.hero .row>div {
    margin: 15px 0;
}


@media (max-width:786px) {
    .hero .count-text {
        height: 106px;
    }

    .hero .title {
        font-size: 18px;
        line-height: 26px;
        white-space: nowrap;
    }
}


.page-index .features,
.page-index .customer,
.page-index .media,
.page-index .enjoy {
    margin-bottom: 60px;
}

.module-title {
    font-size: 38px;
    margin: 30px auto 50px;
    font-family: "PingFang SC", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", sans-serif;
}


.page-index .enjoy {
    padding: 100px 0;
    background-image: url(../images/enjoy-sea.jpg);
    background-size: cover;
    color: #fff
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution:2dppx) {
    .page-index .enjoy {
        background-image: url(../images/enjoy-sea@2x.jpg)
    }
}

.page-index .enjoy .desc {
    padding-bottom: 2px
}

.page-index .enjoy .ghost {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .6)
}

.page-index .enjoy .ghost:hover {
    color: #fff;
    background: rgba(255, 255, 255, .2);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.page-index .support {
    padding: 0 0 100px;
}

.page-index .features .item,
.page-index .customer .item {
    /*margin-bottom: 60px;*/
    min-height: 200px;
}

.page-index .features .feature-icon,
.page-index .customer .feature-icon {
    margin-bottom: 20px;
}

.page-index .features .item span,
.page-index .customer .item span {
    display: inline-block;
    height: 80px;
    overflow: hidden;
    color: gray;
    line-height: 1.5;
}

.page-index .customer {
    background: #fafafa;
    padding: 30px 0 50px;
}

.carousel-indicators li {
    background: #cacaca;
    padding: 6px;
    margin: 0 6px 6px;
}

.carousel-indicators li.active {
    background: #34b8f4;
    margin: 0 6px 6px;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
}

.carousel-control .glyphicon {
    color: #009dcc;
}

.carousel-inner .item {
    display: none;
}

.carousel-inner .item.active {
    display: block;
}

.page-index .media .inner {
    width: 70%;
    min-height: 300px;
    margin: 0 auto;
    text-align: center;

}

@media (max-width:480px) {
    .page-index .media .inner {
        width: 95%;
        min-height: 250px;
    }
}

.page-index .media .name {
    margin: 10px 0;
}

.page-index .support-icon {
    margin-bottom: 10px;
}

.page-index .support-item {
    margin: 15px 0;
}

.page-index .support-item a {
    font-size: 18px;
}

.jumbotron {
    background: #fafafa;
}

.site-footer {
    background: #000;
    height: 250px;
    padding-top: 45px;
    color: #fff;
    margin-top: 10px;
}

.site-footer a {
    color: #fff;
}

.footer-logo {
    margin-bottom: 10px;
}

.footer-logo img {
    height: 20px;
}

.sns-info a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/social.png) no-repeat 0 0;
    margin-right: 10px;
}

.sns-info .qq {
    background-position: -30px 0;
}

.sns-info .weixin {
    background-position: -60px 0;
}

.sns-info .rss {
    background-position: -120px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution:2dppx) {
    .sns-info a {
        background-image: url(../images/social@2x.png);
        background-size: 150px 30px;
    }
}



@media (min-width: 768px) {
    .hover-brackets {
        position: relative;
        display: inline-block
    }

    .hover-brackets:hover {
        text-decoration: none;
    }

    .hover-brackets:after,
    .hover-brackets:before {
        position: absolute;
        top: -.1em;
        opacity: 0;
        -webkit-transition: opacity 218ms, -webkit-transform 300ms;
        transition: opacity 218ms, transform 300ms
    }

    .hover-brackets:before {
        content: '[';
        left: -.8em;
        -webkit-transform: translate(1em, 0);
        -ms-transform: translate(1em, 0);
        -o-transform: translate(1em, 0);
        transform: translate(1em, 0)
    }

    .hover-brackets:after {
        content: ']';
        right: -.8em;
        -webkit-transform: translate(-1em, 0);
        -ms-transform: translate(-1em, 0);
        -o-transform: translate(-1em, 0);
        transform: translate(-1em, 0)
    }

    .hover-brackets:hover:after,
    .hover-brackets:hover:before {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}


/* 产品 */
.page-banner-txt .container {
    max-width: 920px;
}

.site-main .content-box {
    /* max-width: 990px;
    margin:0 auto;*/
}

.service-banner {
    background: #f1f1f1 url(../images/service-bnr-bg.jpg) no-repeat center top;
    background-size: cover;
    color: #FFF
}

.site-main .category {
    position: relative;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    /*max-width: 990px;*/
}

.site-main .category .nav>li {}




.site-main .category .more-actions a,
.site-main .category .nav-tabs>li>a {
    padding: 12px 15px;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px
}

@media (max-width: 760px) {
    .site-main .category .nav>li>a {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.site-main .category .nav-tabs {
    /*border-bottom: none*/
}

.site-main .category .nav-tabs>li>a {
    margin-left: -1px;
    margin-right: 0;
    border-radius: 0;
    color: #9c9c9c;
    white-space: nowrap;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, .58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, .58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, .58, 1)
}

.site-main .category .nav-tabs>li>a:hover {
    background: #f2f2f2
}

.site-main .category .nav-tabs>li:first-child,
.site-main .category .nav-tabs>li:first-child a {
    border-radius: 3px 0 0 3px
}

.site-main .category .nav-tabs>li:last-child a {
    border-radius: 0 3px 0 0
}

.site-main .category .nav-tabs>li.active a {
    background: #03a9f4;
    color: #fff;
    border-color: #03a9f4;
    margin-left: 0
}

.site-main .category .more-actions {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99
}

.site-main .category .more-actions>a {
    display: inline-block;
    height: 47px;
    line-height: 23px;
    border-radius: 3px 3px 0 0;
    background: #fcfcfc;
    color: #6e6e6e;
    -webkit-transition: all 218ms cubic-bezier(0.42, 0, .58, 1);
    -o-transition: all 218ms cubic-bezier(0.42, 0, .58, 1);
    transition: all 218ms cubic-bezier(0.42, 0, .58, 1)
}

.site-main .category .more-actions>a span:first-child {
    margin-left: 6px
}

.site-main .category .more-actions>a:hover {
    background: #f2f2f2;
    text-decoration: none;
}

.site-main .category .more-actions .icon {
    float: right;
    margin-left: 4px
}

.site-main .item-title {
    margin: 0;
    padding: 20px;
}

.about-content-box .radius-box {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #4dae4b;
}


.site-main .features .item {
    margin-bottom: 60px;
}

.site-main .features .feature-icon {
    margin-bottom: 20px;
}

.site-main .features .item span {
    display: inline-block;
    height: 60px;
    overflow: hidden;
    color: gray;
    line-height: 20px;
}

.site-main .item-title {
    margin-bottom: 20px;
}

.module-bg {
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 30px 0;
    margin: 0 0 40px 0;
}

.col-divided {
    border-right: 1px solid #ddd;
}

.advantage .module-tit {
    color: #03a9f4;
}

.advantage .module-bg ul {
    list-style: disc;
}

.advantage .module-bg li {
    padding: 5px 0;
}

@media (max-width: 760px) {

    .advantage .module-bg ul,
    .advantage .module-bg ul li {
        list-style: none;
        padding-left: 0;
    }
}

/* 对比 */
.info-table {
    position: relative;
}

.info-table td {
    border: 1px solid #fff !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    vertical-align: middle !important;
}

.info-table th {
    border: 1px solid #fff !important;
    height: 35px;
    text-align: center;
    vertical-align: middle !important;
    line-height: 35px !important;
    color: #FFF !important;
    white-space: nowrap;
}

.info-table .col-0 {
    background: #FFA500;
    color: #fff;
}

.info-table .col-1 {
    background: #27bbbb;
    /*border-radius: 3px 0 0 0;*/
    color: #fff;
}

.info-table .col-2 {
    background: #6ec0e6;
    color: #fff;
}

.info-table .col-3 {
    background: #fa7e00;
    color: #fff;
}

.info-table .col-4 {
    background: #13b85a;
    color: #fff;
    /*border-radius: 0 3px 0 0;*/
}

.info-table .best {
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -72px;
}

@media (max-width: 760px) {
    .info-table th {
        height: 25px;
        line-height: 25px !important;
        font-size: 14px !important;
    }

    .info-table .best {
        width: 80px;
        margin-left: -40px;
        top: 25px;
    }

    .info-table td {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        font-size: 12px !important;
    }
}

/* 价格 */
.price-banner {
    background: #f1f1f1 url(../images/price-bnr-bg-sm.jpg) no-repeat center top;
    background-size: cover;
    color: #333;
    text-shadow: 0 0 3px #fff;
}

@media (min-width: 1441px) {
    .price-banner {
        background-image: url(../images/price-bnr-bg.jpg);
    }
}

.price-box .item {
    min-height: 300px;
    text-align: center;
    color: #fff;
}

.price-box .item1 {
    background: #4db748;
}

.price-box .item2 {
    background: #f47032
}

.price-box .item3 {
    background: #4db748
}

.price-box .item1 .price {
    color: #4db748;
}

.price-box .item2 .price {
    color: #f47032
}

.price-box .item3 .price {
    color: #4db748
}

.price-box .item h5 {
    font-size: 24px;
    line-height: 60px;
    margin: 0;
    font-weight: 700;
}

.price-box .price {
    background: #fff;
    line-height: 60px;
    color: #333;
    font-size: 0;
    height: 60px;
    overflow: hidden;
    font-weight: 700;
}

.price-box .unit {
    vertical-align: top;
    line-height: 52px;
    font-size: 16px;
    font-family: simsun;
}

.price-box .price .num1 {
    font-size: 30px;
    font-family: tahoma;
}

.price-box .price .num2 {
    font-size: 12px;
    line-height: 60px;
}

.price-box .content-box ul {
    list-style: none;
    padding: 15px 15px 25px;
    text-align: left;
}

.price-box .content-box li {
    /*border-top: 1px dashed #f1f1f1;*/
    line-height: 30px;
    padding: 0 20px;
}

.price-box .content-box .first {
    border-top: 0 none;
}

.price-box .content-box li i {
    margin-right: 12px;
}

/* about */

.about-banner {
    background: #f1f1f1 url(../images/about-bnr-bg.jpg) no-repeat center;
    min-height: 510px;
    color: #333;
    text-shadow: 0 0 3px #fff;
}

.f16 {
    font-size: 16px !important;
    line-height: 1.5;
}

.about-main ul {
    list-style: none;
}

.about-main .time {
    font-weight: 400;
}

.about-main .time i {
    color: #34b8f4;
    margin-right: 8px;
    /*font-weight: 400;*/
    font-size: 12px;
}

.about-main {
    max-width: 1020px !important;
}

.about-main .hero .inner {
    background: #f2f2f2;
    border-radius: 4px;
    margin-bottom: 15px;
}

/* contact */

.contact-banner {
    background: #f1f1f1 url(../images/contact-bnr-bg.jpg) no-repeat center;
    background-size: cover;
    min-height: 510px;
    color: #333;
    text-shadow: 0 0 3px #fff;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cssjs.cn/swbx/img/contact-bnr-bg.jpg',
            sizingMethod='scale');
}

/* help */
.help-banner {
    background: #f1f1f1 url(../images/help-bnr-bg.jpg) no-repeat center;
    min-height: 464px;
    color: #333;
    text-shadow: 0 0 3px #fff;
}

.help-main dl dt {
    line-height: 30px;
}

.help-main dl dt a {
    cursor: pointer;
    font-weight: 400;
}

.help-main dl dt a:hover {
    text-decoration: none;
}

.help-main h4 {
    padding: 0 5px;
}

.help-main .icon-q {
    width: 20px;
    height: 21px;
    background: url(../images/list-icon-q.png) no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.help-main .icon-a {
    display: inline-block;
    width: 20px;
    height: 21px;
    background: url(../images/list-icon-q.png) no-repeat right top;
    vertical-align: middle;
    margin-right: 10px;
}

.help-main dl {
    border-bottom: 1px solid #ededed;
    padding: 5px;
    margin: 0;
}

.help-main dl dd {
    display: none;
    color: #666;
}

/* 服务＋简介 */
.icon-num {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: inline-block;
    font-size: 50px;
    line-height: 80px;
    color: #fff;
    margin-bottom: 10px;
}

.icon-1 {
    background: #F09216;
}

.icon-2 {
    background: #83B91F;
}

.icon-3 {
    background: #1FAEFF;
}

.icon-4 {
    background: #f87e92;
}

.icon-5 {
    background: #fd0000;
}


.number-box>div:after {
    content: "";
    display: inline-block;
    width: 21px;
    height: 38px;
    position: absolute;
    right: -21px;
    top: 22px;
    background: url(../img/arrow.png) no-repeat 0 0;
    z-index: 2;
}

.number-box>.last:after {
    display: none;
}

.software-function>div {
    min-height: 190px;
}

.software-people>div:after {
    display: none;
}

.software-buy>.last:after {
    display: none;
}


@media (max-width: 760px) {

    .software-people>div,
    .number-box>div {
        margin-bottom: 40px;
    }

    .number-box>div:after {
        display: none;
    }

    .icon-num {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        display: inline-block;
        font-size: 30px;
        line-height: 50px;
    }
}

/*在线客服*/
.fixed-online {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -58px;
}

.fixed-online a {
    width: 34px;
    height: 116px;
    background: url(../images/bg_online.jpg);
    display: block;
    overflow: hidden;
}

/*在线课程*/
@media (min-width: 760px) {
    .train-steps .col-sm-2 {
        width: 19.9999%;
    }
}

.train-steps .first-cate .title {
    font-size: 1.25em;
    line-height: 2em;
    padding-left: 3em;
    font-weight: 700
}

@media (max-width: 760px) {
    .train-steps .first-cate .title {
        padding-left: 2.5em;
    }
}

.train-steps .first-cate .title .iconfont {
    font-size: 1.5em;
    color: #f70;
    vertical-align: middle;
}

.train-steps .train-cates {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    border: 1px solid #d7d8d9;
    list-style: none;
    padding: 0;
}

.train-steps .train-cates li {
    border-top: 1px solid #d7d8d9;
}

.train-steps .train-cates .first {
    border-top: 0 none;
}

.train-steps .icon-block {
    float: left;
}

.train-steps .icon-block .icon {
    font-size: 2.5em;
    color: #03a9f4;
}

.train-steps .icon-click-extend {
    float: right;
    margin-top: 0.25em;
}

.train-steps .desc {
    padding: 16px 30px;
    cursor: pointer;
    transition: all .2s;
}

@media (max-width: 760px) {
    .train-steps .desc {
        padding: 16px 15px;
    }
}

.train-steps .detial {
    /* display: none; */
    transition: all .2s;
}

.train-steps dl {
    margin-bottom: 0;
    padding-bottom: 0px;
    display: block;
    border-top: 1px dashed #d7d8d9;
}

.train-steps dl:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    clear: both;
}

.train-steps dl dt,
.train-steps dl dd {
    padding: 15px 0;
}

.train-steps dl dt {
    float: left;
    width: 70%;
    padding-left: 78px;
    clear: both;
}

@media (max-width: 760px) {
    .train-steps dl dt {
        padding-left: 56px;
    }
}

.train-steps dl dd {
    text-align: right;
    padding-right: 50px;
}

@media (max-width: 760px) {
    .train-steps dl dd {
        padding-right: 40px;
    }
}

.train-steps dl.first {
    border-top: 0 none;
}

.train-steps dd.last {}

.train-steps .active .desc {
    background: #03a9f4;
    color: #fff;
}

.train-steps .icon-click-extend i {
    display: inline-block;
    color: #5f6367;
    transition: all .2s;

}

.train-steps .active .icon-click-extend i {
    color: #fff;
    transform: rotate(90deg);

}

.train-steps .active .icon-block i {
    color: #fff;
}

.train-desc {
    font-size: 16px;
}

.service-banner .num {
    font-size: 24px;
    padding-right: 10px;
}

.train-banner-title p {
    font-size: 28px;
    font-weight: 700;
    width: 640px;
    position: relative;
    left: 50%;
    margin-left: -320px;
    text-align: left;
}

@media (max-width: 760px) {
    .train-banner-title p {
        font-size: 20px;
        font-weight: 700;
        width: auto;
        position: static;
        left: 0;
        margin-left: 0;
    }
}

.train-cates-inner .icon-block .icon {
    font-size: 2em;
    line-height: 37px;
}

.train-desc {
    padding: 0 15px;
}

/*客户案例*/

.case-img-box img {
    max-width: 90%;
    margin-bottom: 20px;
    padding: 1px;
    border: 1px solid #d7d8d9;
    cursor: pointer;
}

@media (min-width: 760px) {
    .case-img-box img {
        width: 100%;
        height: 260px;
        max-width: 100%;
    }

    .cate-box {
        text-align: center;
    }

    .cate-box img {
        cursor: pointer;
    }
}

@media (max-width: 760px) {
    .cate-box img.visible-xs {
        display: inline !important;
    }
}

.service-banner p {
    font-size: 26px;
    font-weight: 700;
}

.help-top-nav {
    border: 1px solid #ddd;
    box-shadow: 0 0 20px #ededed;
    text-align: center;
    line-height: 56px;
    font-size: 22px;
    margin-bottom: 20px;
}

.help-cont-wrap .leftbar,
.help-cont-wrap .rightbar {
    border: 1px solid #ddd;
    padding: 0px 0 10px;
}

.help-cont-wrap .rightbar {
    min-height: 250px;
    background: #fff;
    position: relative;
    z-index: 2;
    float: right;
}

.help-cont-wrap .leftbar {
    padding-left: 0;
    padding-right: 0;
    border-right: 0 none;
    min-height: 250px;
    z-index: 1;
    top: 0;
}

.help-cont-wrap .title {
    border-bottom: 1px solid #ddd;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: -1px;
    border-top: 1px solid #ddd;
    font-weight: 700;
}

.help-cont-wrap .rightbar .title {
    text-align: left;
    padding-left: 15px;
}

.help-cont-wrap .leftbar .nav li.cur a {
    background: #03a9f4 !important;
    color: #fff !important;
}

.help-cont-wrap .leftbar .nav li a:hover {
    background: #f6f6f6;
}

.help-cont-wrap .rightbar .cont {
    padding: 0 15px;
    line-height: 1.8;
}

.help-cont-wrap .rightbar .cont p {
    margin-bottom: 10px;
    text-indent: 2em;
}

.help-cont-wrap .rightbar .cont div {
    margin-bottom: 10px;
}

@media (max-width: 760px) {

    .help-top-nav,
    .help-cont-wrap {
        margin-left: -8px;
        margin-right: -8px;
        font-size: 16px;
    }

    .help-cont-wrap .title {
        font-size: 14px;
    }

    .help-cont-wrap .leftbar,
    .help-cont-wrap .rightbar {
        font-size: 12px;
    }
}

.locations {
    margin-bottom: 60px;
}

.locations .cat-tabs {
    list-style: none;
    text-align: center;
    padding-left: 0;
    margin-bottom: 50px;
}

.locations .cat-tabs li {
    display: inline;
    margin: 0 10px;
}

.locations .cat-tabs li a {
    margin: 0 20px;
    font-size: 16px;
    text-decoration: none !important;
}

.locations .cat-tabs li.active a {
    color: #08c;
}

.locations .map {
    margin: 0 auto;
    position: relative;
    max-width: 1010px;
    height: 426px;
    background: url(../images/info-contact-map.jpg) no-repeat center top;
}

.locations .map .tab-pane {
    position: absolute;
    top: 50%;
    right: 12%;
    width: 371px;
    min-height: 216px;
    margin-top: -106px;
    padding: 40px 30px 45px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-transition: all 218ms;
    transition: all 218ms
}

.locations .map .address-content {
    color: #23262b;
    text-align: left
}

.locations .map .address-content h3 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 24px
}

.locations .map .address-content p {
    margin-bottom: 10px;
    line-height: 20px
}

@media (max-width: 768px) {
    .locations .map {
        height: auto;
        background: none;
    }

    .locations .map .tab-pane {
        position: relative;
        width: 100%;
        right: 0;
        top: 0;
        margin-top: 0
    }
}


.site-footer p {
    color: #f1f1f1;
}

.site-footer .text {
    color: #a1a1a1;
    margin-bottom: 15px;
}

.site-footer .text a {
    color: #a1a1a1 !important;
}

.footer-logo {
    margin-bottom: 15px;
}

.site-footer p {
    margin-bottom: 5px;
}



.section-price .inner {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 6px 18px 0 rgba(82, 94, 102, 0.15);
}

.section-price .plan-header {
    height: 85px;
    line-height: 85px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 20px;
    text-align: center;
    width: 100%;
    z-index: 1000;
    background: #fff;
}

.section-price .plan-price {
    height: 80px;
    margin: 0 28px;
    padding-top: 32px;
}

.plan-price-bar {
    font-size: 18px;
    text-align: center;
    line-height: 38px;
    padding-top: 152px;

}

.gray {
    background: #fafafa;
}

.section-price .plan-price .price {
    margin-bottom: 10px;
    text-align: center;
}

.section-price .plan-price-bar .rol-span-title {
    border-bottom: 0;
    margin-top: 120px;
    text-align: left;
    text-indent: 5px;
}

.section-price .rol-span-title {
    line-height: 38px;
    border-bottom: 1px solid #eee;
    margin: 0;
}

.section-price .plan-price .currency {
    position: relative;
    top: 8px;
    left: -4px;
    font-size: 20px;
    vertical-align: top;
}

.section-price .plan-price .price .money {
    font-size: 32px;
    font-weight: 300;
    line-height: 55px;
}

.section-price .plan-price .price small {
    font-size: 14px;
    color: #a6a6a6;
}

.section-price .plan-list {
    padding: 0px;
}

.section-price .plan-list>ul {
    padding: 0;
    margin-bottom: 0
}

.section-price .plan-list li {
    padding: 0 20px;
}

.plan-col-first .plan-list li {
    text-indent: 10px;
}

.section-price .plan-title {
    position: relative;
    font-size: 18px;
    margin: 0 16px;
    padding: 12px 0;
    color: #345eff;
    border-bottom: 1px solid #eee;
    line-height: 26px;
    height: 50px;
    text-indent: 10px;
}

.section-price .plan-title a {
    position: absolute;
    right: 20px;
    top: 12px;
    color: #345eff;
    width: 16px;
    height: 16px;
}

.section-price .plan-title a:hover,
.section-price .plan-title a:active,
.section-price .plan-title a:focus {
    text-decoration: none;
}


.section-price .plan-list>ul li {
    list-style: none;
    position: relative;
    font-size: 14px;

    line-height: 38px;
}

.section-price .plan-list i {
    font-weight: 400;
    color: #345eff;
    font-size: 18px;
}

.section-price .plan-list>ul h4.with-border {
    margin-top: 32px;
    border-top: 1px solid #e5e5e5;
}

.section-price .plan-standard .plan-header {
    /*background: linear-gradient(-45deg,#28a7ff,#345eff);*/
    background: #F09216;
    color: #fff;
}

.section-price .plan-pro .plan-header {
    /*background: #4276ff;*/
    /*background: linear-gradient(-45deg,#61e9f2,#32c1fa);*/
    background: #1FAEFF;
    color: #fff;
}

.section-price .plan-basic .plan-header {
    /*background: linear-gradient(-45deg,#32b6ff,#4276ff);*/
    background: #83B91F;
    color: #fff;
}

.section-price>.row>div>.inner {
    position: relative;
    transform: scale3d(1, 1, 1);
}

.plan-basic .ww-btn {
    background: #fff;
    border: 1px solid #3da8f5;
    color: #3da8f5 !important;
}

.plan-standard .ww-btn {
    background: #3da8f5;
}

.plan-standard .ww-btn:hover,
.plan-standard .ww-btn:focus,
.plan-pro .ww-btn:hover,
.plan-pro .ww-btn:focus {
    color: #fff;
}

.section-price>.container>h2 {
    margin: 60px auto 100px;
}


.ww-btn {
    display: inline-block;
    min-width: 180px;
    height: 50px;
    text-align: center;
    color: #fff !important;
    padding: 14px 20px;
    line-height: 22px;
    font-size: 16px;
    border: 0;
    border-radius: 26px;
    background: linear-gradient(-45deg, #32b6ff, #4276ff);
    box-shadow: 0 2px 8px 0 rgba(36, 10, 147, .15);
    transition: all .3s;
}

.ww-btn-white {
    background: rgba(255, 255, 255, .8);
    color: #383838 !important;
}

.ww-btn-blue {
    background: #fff;
    color: #3da8f5 !important;
    border: 1px solid #3da8f5;
    /*box-shadow: none;*/
}

.ww-btn-small {
    min-width: auto;
    height: 32px;
    padding: 6px 20px;
    line-height: 20px;
    font-size: 14px;
    border-radius: 16px;
}

.ww-btn:hover {
    box-shadow: 0 6px 18px 0 rgba(36, 10, 147, .15)
}

.ww-btn-white:hover {
    background: #fff;
}

@media(max-width: 768px) {

    .section-price .col-xs-6,
    .section-price .col-xs-2 {
        padding: 0px;
    }

    .section-price .plan-header {
        font-size: 15px;
    }

    .section-price .plan-list>ul li {
        font-size: 12px;
    }

    .section-price .plan-title {
        font-size: 13px;
        margin: 0 8px;
        text-indent: 5px;
    }

    .section-price .plan-price .currency {
        display: none;
    }

    .section-price .plan-price .price .money {
        font-size: 18px;
        line-height: 30px;
    }

    .section-price .plan-price {
        margin: 0 5px;
    }

    .section-price .plan-price .price small {
        font-size: 11px;
    }

    .section-price .plan-list li {
        padding: 0 10px;
    }

    .plan-col-first .plan-list li {
        text-indent: 0;
    }
}

/*招商*/
.zs-bnr {
    padding: 50px 0;
}

.zs-bnr h2 {
    color: #383838;
    font-size: 32px;
    /*font-weight: 400;*/
    /*font-weight: 300;*/
    line-height: 52px;
    font-family: PingFang SC, Microsoft YaHei, sans-serif;
}

.zs-bnr h3 {
    margin-top: 50px;
    color: #5a7bf5;
    font-size: 22px;
    font-weight: 400;
    font-weight: 300;
    font-family: PingFang SC, Microsoft YaHei, sans-serif;
    margin-bottom: 32px;
}

.zs-bnr ul,
.zs-bnr li {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.zs-bnr ul {
    margin-bottom: 40px;
}

.zs-bnr ul li {
    line-height: 32px;
    margin-top: 16px;
    color: #666;
    list-style: none;
}

.zs-bnr i {
    display: inline-block;
    width: 36px;
    height: 32px;
    background: url(../images/hero-icon-1.png) no-repeat left top;
    margin-right: 15px;
    vertical-align: middle;
}

.zs-bnr i.icon2 {
    background-image: url(../images/hero-icon-2.png)
}

.zs-bnr i.icon3 {
    background-image: url(../images/hero-icon-3.png)
}

.zs-bnr i.icon4 {
    background-image: url(../images/hero-icon-4.png)
}

.zs-bnr img {
    margin-top: 100px;
    width: 100%;
}


.zs-bnr p a.btn {
    background: #5a7bf5;
}



@media (max-width: 768px) {
    .zs-bnr {
        padding: 25px 0;
    }

    .zs-bnr h2 {
        font-size: 32px;
        text-align: center;
        font-weight: 300;
    }

    .zs-bnr h3 {
        font-size: 20px;
        text-align: center;
        margin-top: 20px;
    }

    .zs-bnr ul {
        padding-left: 25px;
        margin-bottom: 25px;
    }

    .zs-bnr ul li {
        line-height: 32px;
        margin-top: 10px;
        font-size: 14px;
    }

    .zs-bnr i {
        display: inline-block;
        width: 18px;
        height: 16px;
        margin-right: 15px;
    }

    .zs-bnr i.icon1,
    .zs-bnr i.icon2,
    .zs-bnr i.icon3,
    .zs-bnr i.icon4 {
        background-size: 18px 16px;
    }

    .zs-bnr p {
        text-align: center;
    }

    .zs-bnr img {
        margin-top: 25px;
    }
}


.zs-custom {
    padding: 60px 0 80px;
    background: #fafafa;
}


.zs-custom h3 {
    margin: 10px auto 40px;
    font-size: 32px;
}

.zs-custom h6 {
    margin-bottom: 60px;
}

.zs-custom h6 span {
    display: inline-block;
    width: 142px;
    height: 48px;
    border-radius: 24px 0 24px 0;
    background: #f60;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.zs-custom .row div {
    line-height: 32px;
    min-height: 80px;
    font-size: 16px;
}

.zs-custom i {
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 32px;
    margin-right: 15px;
}

.zs-custom .icon1 {
    background: url(../images/zs-custom-icon-1.png) no-repeat left top;
}

.zs-custom .icon2 {
    background: url(../images/zs-custom-icon-2.png) no-repeat left top;
}

.zs-custom .icon3 {
    background: url(../images/zs-custom-icon-3.png) no-repeat left top;
}

.zs-custom .icon4 {
    background: url(../images/zs-custom-icon-4.png) no-repeat left top;
}

.zs-custom .icon5 {
    background: url(../images/zs-custom-icon-5.png) no-repeat left top;
}

.zs-custom .icon6 {
    background: url(../images/zs-custom-icon-6.png) no-repeat left top;
}

.zs-custom .icon7 {
    background: url(../images/zs-custom-icon-7.png) no-repeat left top;
}

.zs-custom .icon8 {
    background: url(../images/zs-custom-icon-8.png) no-repeat left top;
}

.zs-custom .icon9 {
    background: url(../images/zs-custom-icon-9.png) no-repeat left top;
}

.zs-custom .icon10 {
    background: url(../images/zs-custom-icon-10.png) no-repeat left top;
}


@media (max-width: 768px) {
    .zs-custom {
        padding: 50px 0;
    }

    .zs-custom h3 {
        margin: 10px auto 30px;
        font-size: 23px;
    }

    .zs-custom h6 {
        margin-bottom: 40px;
    }

    .zs-custom h6 span {
        font-size: 16px;
    }

    .zs-custom i {
        width: 21px;
        height: 16px;
        margin-right: 8px;
    }

    .zs-custom .icon1,
    .zs-custom .icon2,
    .zs-custom .icon3,
    .zs-custom .icon4,
    .zs-custom .icon5,
    .zs-custom .icon6,
    .zs-custom .icon7,
    .zs-custom .icon8,
    .zs-custom .icon9,
    .zs-custom .icon10 {
        background-size: 21px 16px;
    }

    .zs-custom .row div {
        font-size: 14px;
        min-height: 50px;
    }
}

.zs-step {
    padding: 60px 0 80px;
}

.zs-step h3 {
    margin: 10px auto 60px;
    font-size: 32px;
}

.zs-step .item {
    width: 70%;
    height: 220px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    margin-left: auto;
    margin-right: auto;
}

.zs-step .number-box>div:after {
    top: 80px;
    right: -5px;
}

.zs-step .icon i {
    width: 80px;
    height: 64px;
    display: block;
    margin: 30px auto;
}

.zs-step .icon i.icon-1 {
    background: url(../images/zs_step_1.png) no-repeat left top;
}

.zs-step .icon i.icon-2 {
    background: url(../images/zs_step_2.png) no-repeat left top;
}

.zs-step .icon i.icon-3 {
    background: url(../images/zs_step_3.png) no-repeat left top;
}

.zs-step h4 {
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 768px) {

    .zs-step {
        padding: 50px 0
    }

    .zs-step h3 {
        margin: 10px auto 40px;
        font-size: 24px;
    }

    .zs-step .item {
        width: 100%;
        height: 130px;
    }

    .zs-step .icon i {
        width: 40px;
        height: 32px;
        margin: 15px auto;
        background-repeat: no-repeat;
        background-position: left top;
    }

    .zs-step .icon i.icon-1 {
        background-image: url(../images/zs_step_1.png);
        background-size: cover;
    }

    .zs-step .icon i.icon-2 {
        background-image: url(../images/zs_step_2.png);
        background-size: cover;
    }

    .zs-step .icon i.icon-3 {
        background-image: url(../images/zs_step_3.png);
        background-size: cover;
    }

    .zs-step h4 {
        font-size: 15px;
    }
}

.zs-contact {
    padding: 60px 0 80px;
    background: #fafafa;
}


.zs-contact h3 {
    margin: 10px auto 40px;
    font-size: 32px;
}

.zs-contact .row {
    margin-top: 80px;
}


.zs-contact .tel {
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url(../images/zs-tel.png) no-repeat 0 0;
    margin-right: 20px;
    vertical-align: middle;
}

.zs-contact .tel-box {
    line-height: 42px;
    font-size: 18px;
}

.zs-contact .tel-box p {
    padding-left: 138px;
}

.zs-contact img {
    max-width: 100%;
}

.zs-contact .text {
    font-size: 16px;
    margin-top: 10px;
}

.zs-partner {
    color: #fff;
    padding: 60px 0 80px;
    background: #53c3e8 url(../images/bg-zs-partner.png) no-repeat center center;
    background-size: cover;
}

.zs-partner form {
    margin: 50px auto;
    width: 660px;
}

.zs-partner input {
    display: block;
    float: left;
    width: 500px;
    height: 42px;
    padding: 6px 15px;
    line-height: 30px;
    color: #333;
    background: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.zs-partner .btn {
    display: block;
    float: right;
    width: 150px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    background: #1b2432;
    color: #fff;
    transition: all .3s;
}

.zs-partner .btn:hover {
    background: #000;
}

.partner-result {
    margin: 40px auto;
    width: 660px;
    /*margin-top: 40px;*/
    background: #fff;
    background: rgba(255, 255, 255, .3);
    height: 200px;
}

.partner-result .inner {
    padding: 20px;
    color: #111;
}

.partner-result .inner .tit {
    font-size: 16px;
    line-height: 40px;
}

.partner-result .result-con {
    padding-top: 20px;
    line-height: 30px;
}

@media (max-width: 768px) {

    .zs-contact {
        padding: 50px 0;
    }

    .zs-contact h3 {
        margin: 10px auto 40px;
        font-size: 24px;
    }

    .zs-contact .row {
        margin-top: 50px;
    }

    .zs-contact .tel {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        background-size: 18px 18px;
    }

    .zs-contact .tel-box {
        font-size: 16px;
        line-height: 32px;
    }

    .zs-contact .tel-box p {
        padding-left: 30px;
        margin: 0;
    }

    .zs-contact .text {
        font-size: 12px;
    }


    .zs-partner {
        color: #fff;
        padding: 50px 0;
    }

    .zs-partner form {
        margin: 50px auto;
        width: 300px;
    }

    .zs-partner input {
        width: 200px;
    }

    .zs-partner .btn {
        width: 95px;
    }

    .partner-result {
        width: 300px;
    }

}


.section-price .plan-price {
    position: relative;
    text-align: center;
}

.price-icon {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 16px;
}

.price-icon i {
    position: absolute;
    right: 10px;
    top: 15px;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #f60;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    margin-right: 2px;
}

.price-icon span {
    font-size: 12px;
    line-height: 16px;
    color: #f60;
}

.price-txt {
    margin-top: -10px;
    font-size: 14px;
    color: #f60;
}

@media (max-width: 768px) {
    .price-icon {
        top: 10px;
        left: 0;
        right: 0;
        height: 16px;
    }

    .section-price .price-icon i {
        position: static;
        width: 16px;
        height: 16px;
        background: none;
        color: #f60;
        font-size: 16px;
        width: auto;
        border-radius: 0;
        line-height: 16px;
        margin-right: 3px;
    }

    .m-price-txt {
        font-size: 12px;
    }

    .section-price del {
        font-size: 14px;
        color: #666;
    }

    .section-price {
        line-height: 1.3em;
    }

}




.g-rmenu {
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -100px;
    padding-bottom: 15px;
    z-index: 999;
    width: 72px;
}

.g-rmenu .btn {
    width: 72px;
    height: 72px;
    cursor: pointer;
    position: relative;
    padding: 0;
    border: 0 none;
}

.g-rmenu .btn-qq {
    background: url(../images/r_qq.png) 0px 0px no-repeat;
    background-color: #0af;
    margin-bottom: 8px;
}

.g-rmenu .btn-qq:hover {
    background-color: #0af;
}

.g-rmenu a.btn-qq,
.g-rmenu a.btn-qq:visited {
    background: url(../images/r_qq.png) 0px 0px no-repeat;
    background-color: #0af;
    text-decoration: none;
    display: block;
}

.g-rmenu .btn-wx {
    background: url(../images/r_wx.png) 0px 0px no-repeat;
    background-color: #58a81c;
    margin-bottom: 8px;
}

.g-rmenu .btn-wx:hover {
    background-color: #58a81c;
}

.g-rmenu .btn-wx .pic {
    position: absolute;
    left: -160px;
    top: 0px;
    display: none;
    width: 150px;
    height: 150px;
}

.g-rmenu .btn-phone {
    background: url(../images/r_phone.png) 0px 0px no-repeat;
    background-color: #ff811b;
    margin-bottom: 8px;
}

.g-rmenu .btn-phone:hover {
    background-color: #ff811b;
}

.g-rmenu .btn-phone .phone {
    background-color: #ff811b;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 72px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    display: none;
}

.g-rmenu .btn-top {
    background: url(../images/r_top.png) 0px 0px no-repeat;
    background-color: #bbb;
}

.g-rmenu .btn-top:hover {
    background-color: #bbb;
}



.navbar {
    border-radius: 0;
    border: 0 none;
    padding-top: 19px;
    padding-bottom: 19px;
    transition: all .36s;
}

.site-header {
    transition: all .36s;
}

.header-min-nav {
    box-shadow: 0 2px 4px 0 rgba(133, 138, 180, .14) !important;
}

.header-min-nav .navbar {
    padding-top: 8px;
    padding-bottom: 8px;
}

@media (min-width: 768px) {
    .navbar-nav>li {
        margin-right: 15px;
    }
}

@media (min-width: 769px) {
    .navbar-nav>li {
        margin-right: 30px;
    }
}


.navbar-nav>li.last {
    margin-right: 0;
}

.navbar-nav>li>a {
    font-size: 16px;
    line-height: 50px;
}

.site-header .logo,
.site-header.header-min-nav .logo,
.home-black .site-header.header-min-nav .logo {
    height: 50px;
    width: 175px;
    float: left;
    background: url(../images/logo-black.png) no-repeat left center;
    background-size: 175px;
}

.home-black .site-header .logo {
    background: url(../images/logo-n-white.png) no-repeat left center;
    background-size: 175px;
}

@media (max-width: 768px) {



    .navbar-nav>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .site-header .logo,
    .site-header.header-min-nav .logo,
    .home-black .site-header .logo,
    .home-black .site-header.header-min-nav .logo {
        width: 150px;
        /* float: left; */
        /* background: url(../images/logo-black.png) no-repeat left center; */
        background-size: 150px;
    }

}



.home-black .site-header {
    background: transparent;
}

.home-lb {
    height: 540px;
    transition: all ease-in-out .5s;
}

.navbar-nav>li>a {
    padding: 0 2px;
}


.home-lb {
    background: #c54737;
}

.home-black .navbar-nav>li>a {
    color: #fff;
}


.home-black .header-min-nav .navbar-nav>li>a {
    color: #383838
}

.header-min-nav .navbar-nav>li>a:hover {
    color: #03a9f4 !important;
}

.home-lb .swiper-container {
    width: 100%;
    height: 100%;
}

.home-lb .swiper-slide {
    height: 540px;
    padding-top: 88px;
}

.home-lb .lb-txt {
    color: #fff;
    position: absolute;
    left: 0;
    top: 60px;
    width: 580px;
    z-index: 2;
}

.home-lb .lb-txt h2 {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 42px;
    color: #fff;
    margin: 15px 0 22px;
}

.home-black .home-lb .lb-txt {
    color: #fff;
}

.home-lb .lb-txt .p1 {
    margin: 0 0 56px 0;
    width: 540px;
    font-size: 18px;
    line-height: 27px;
    z-index: 2;

}

.home-lb .lb-txt .p1 {
    color: #f2f2f2;
}

.home-lb .lb-img {
    position: absolute;
    bottom: 50px;
    right: 0;
    z-index: 1;
}



.home-lb .lb-img img {
    height: 350px;
}

.home-black .home-lb .lb-img img {
    height: 400px;
}

.home-lb .swiper-slide>.container {
    position: relative;
    height: 100%;
}

.home-lb .btn-box>a {
    clear: both;
    display: block;
    cursor: pointer;
    float: left;
    width: 200px;
    margin-bottom: 10px;
    height: 48px;
    color: #333;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    font-weight: 500;
    line-height: 46px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, .35);
    background: #fff;
    transition: all .2s;
}

.home-lb .btn-box a:after {
    content: '';
    color: #131313;
    display: inline-block;
    width: 20px;
    height: 10px;
    margin-left: 5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAQCAMAAADZJlTeAAAAVFBMVEUAAABkZGRkZGRmZmZmZmZmZmZmZmZlZWVmZmZlZWVmZmZmZmZkZGRkZGRkZGRmZmZnZ2dmZmZmZmZmZmZmZmZmZmZlZWVmZmZmZmZlZWVmZmZmZmbV9JlXAAAAG3RSTlMANiS/qbJpOvmSiH0tJxzts66gnplzX05LRwOV6jfSAAAAY0lEQVQY04WQVwqAMBAFY42997n/PUVFEAkv87UwbwtrHFQkRrFBLAMzngklDDrgW5HC9NZNHf6oGxPD+OgCB1kLFLfPcQaA/PZHYIMftrrmd+K+FXp9fqS0fuCiu3etjf3oE8DvCcf685CNAAAAAElFTkSuQmCC) no-repeat;
    background-size: 20px 10px;
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);

}

.home-lb .btn-box>a:hover {
    text-decoration: none;
    box-shadow: 0 8px 20px 0 rgba(44, 71, 146, .4);
    transform: scale(1.01) translateY(-2px);
}

.home-lb .btn-box p {
    clear: both;
    line-height: 24px;
}


.home-lb .btn-box a.first {
    background: linear-gradient(180deg, #FF8678 4.45%, #EE6453 100%);
    box-shadow: 0px 3px 4px #a54034, inset 0px -2px 0px #ea5f4f;
    border: 1px solid rgba(183, 57, 42, .4)
}


.site-header.header-min-nav {
    background: #fff !important;
}



@keyframes liner {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}



@media (max-width: 767px) {

    .home-lb .lb-txt,
    .home-lb .lb-img {
        position: static;
        width: 100%;
        text-align: center;
    }

    .home-lb .lb-img {
        margin-bottom: 10px;
    }

    .home-lb .lb-img img {
        width: auto;
        height: 240px !important;
    }

    .home-lb .lb-txt h2 {
        font-size: 26px;
        font-weight: 400;
        margin: 10px auto;
        text-align: center;
        letter-spacing: 0;
    }

    .home-lb .btn-box>a {
        float: none;
        margin: 0 auto 10px;
    }

    .home-lb .btn-box p {
        font-size: 12px;
        text-align: center;
        line-height: 18px;
    }

    .home-black .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .home-black .header-min-nav .navbar-toggle .icon-bar {
        background-color: gray;
    }

    .swiper-pagination-bullets {
        bottom: 20px !important;
    }


    .navbar .navbar-collapse {
        background: #fff !important;
    }

    .navbar .navbar-collapse a {
        color: #333 !important;
        line-height: 32px !important;
        text-indent: 2em;
    }


}


.home-cert {
    /* background-color: #fafafa; */
    padding: 30px 0 50px;
    margin-bottom: 60px;
}

.page-index .customer {
    margin-bottom: 30px;
}

.page-index .media {
    padding: 50px 0 50px;
    margin-bottom: 0 !important;
}

.module-cert .cate-box {
    width: 90%;
}

.home-cert .cate-box {
    width: 90%;
}

@media (max-width: 768px) {

    .module-cert .cate-box,
    .home-cert .cate-box {
        width: 100%;
    }

}

.custom-list {
    background: #fafafa;
    padding: 50px 0 50px;
}

.custom-list .custom-body-box {
    padding-top: 30px;
    padding-bottom: 30px;
}

.custom-list .row>div {
    text-align: center;
}

.custom-list img {
    width: 100%;
    max-width: 250px;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px #f1f1f1;
}

.hg-main .title-des {
    font-size: 18px;
    line-height: 1.8;
    color: #8492a6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: -20px;
}

.hg-title {
    font-size: 34px;
    line-height: 1.6;
}

.hg-title-btn {
    margin-top: 30px;
}

.hg-appl {
    margin-top: -20px;
    background: #f8f9fc !important;
}

.hg-appl .row .inner {
    background: #fff;
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0 0 3px rgb(60 72 88 / 15%) !important
}

.hg-appl .title {
    margin: 15px 0 10px;
    font-size: 18px;
    text-align: left;
    line-height: 40px;
}

.hg-appl p {
    text-align: left;
}

.hg-appl {
    padding-top: 80px;
    padding-bottom: 100px;
}

.hg-appl .count-text {
    color: #8492a6 !important
}

.hg-source {
    padding: 80px 0 30px;
}

.hg-source .hg-title {
    font-size: 32px;
    text-indent: 0;
    margin-left: 0;
    padding-left: 0;
}

.hg-source-list {
    line-height: 1.6;
}

.hg-source-list i {
    margin-right: 8px;
    color: #2f55d4 !important;
    font-size: 18px;
}

.hg-source-list dt {
    font-size: 18px;
    line-height: 2.4;
}

.hg-source-list dd {
    padding: 0 1.9em;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #8492a6 !important;
}

.hg-why {
    padding: 30px 0 20px;
}

.hg-why-list .inner {
    padding: 25px;
    background: #f8f9fc;
    border-radius: 6px;
    height: 350px;
    box-shadow: 0 0 3px rgb(60 72 88 / 15%);
}

.hg-why-list .row>div {
    margin-top: 30px;
}

.hg-why-list .why-content {
    line-height: 2;
    padding-left: 10px;
}

.hg-why-list .why-content ul {
    padding: 0;
    margin: 10px 0;
}

.hg-why-list .why-content li {
    font-size: 16px;
    list-style: none;

}

.hg-why-list .why-content li i {
    color: #2f55d4;
    margin-right: 10px;
}

.why-content-title {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}

.why-content .panel-collapse {
    font-size: 13px;
    padding-left: 1.8em;
    color: #8492a6;
}

.why-content .panel {
    background: none;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.why-content .panel-heading {
    padding: 0;
}

.why-content a:active,
.why-content a:visited,
.why-content a:hover,
.why-content a:focus {
    color: #333;
    text-decoration: none;
}

@media (max-width: 768px) {
    .hg-main h2.hg-title {
        font-size: 28px;
        font-weight: 400;
    }

    .hg-main .title-des {
        font-size: 15px;
    }

    .hg-appl .row .inner {
        padding: 20px;
    }

    .hg-appl .row>div {
        margin-bottom: 25px;
    }

    .hg-appl {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .hg-source .hg-title {
        text-align: center;
    }

    .hg-source {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .hg-why h2.hg-title {
        margin-bottom: 0 !important;
    }

    .hg-why-list .inner {
        height: auto;
    }
}




.cus_say {
    padding: 50px 0 100px;
}
.cus_say_m {
    padding-bottom: 50px;
}
.cus_say_top {
    position:relative;
    margin-top: 70px;
    margin-bottom: 50px;
}

.gallery-thumbs {
    width: 80%;
    height: 69px;
    box-sizing: border-box;
}
.gallery-thumbs .swiper-slide {
height: 100%;
}
.gallery-thumbs .swiper-slide-thumb-active .auto_img {
border-color: #FF6800
}
.gallery-thumbs .auto_img {
    max-width: 65px;
    max-height: 65px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #bbb;
    border-radius: 6px;
}
.gallery-top {
    padding: 80px 0 100px;
}
.gallery-top img {
    border-radius: 50%;
    max-width: 100%;
    display: block;
    margin-left: auto; 
    margin-right: auto;
}
.gallery-top .cnt{
padding:100px 100px 0 50px;
font-family: "PingFang SC", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", sans-serif;
font-weight: 600;
font-size: 28px;
line-height: 41px;
letter-spacing: 2.1px;
color: #2e3a59
}

.gallery-top .long {
    padding-top: 50px;
}

.gallery-top .name {
    width: 140px;
    height: 140px;
    position: absolute;
    left: -40px;
    bottom: 0;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #FF6800;
    color: #fff;
    padding: 30px 10px;
    text-align: center;
}
.gallery-top .name p {
    margin: 0;
    line-height: 30px;
}
.gallery-top .name .p1 {
    font-size: 24px;
    font-weight: 500;
}
.gallery-top .name .p2 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
}
.cus_say_top .pv-video-player {
    border-radius: 20px;
    overflow: hidden;
}



.gallery-thumbs-m {
    height: 69px;
    box-sizing: border-box;
}
.gallery-thumbs-m .swiper-slide {
    height: 100%;
}
.gallery-thumbs-m .swiper-slide-thumb-active .auto_img {
    border-color: #FF6800
}
.gallery-thumbs-m .auto_img {
    max-width: 40px;
    max-height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #bbb;
    border-radius: 4px;
}
.gallery-top-m {
    padding: 30px 0 40px;
}
.gallery-top-m img {
    position: relative;
    border-radius: 50%;
    max-width: 50%;
    display: block;
    margin-left: auto; 
    margin-right: auto;
    left: -25px;
}
.gallery-top-m .cnt{
    padding:65px 0px 0;
    font-family: "PingFang SC", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2.1px;
    color: #2e3a59;
    height: 180px;
}

.gallery-top-m .long {
    padding-top: 40px;
}

.gallery-top-m .name {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    margin-left: 25px;
    bottom: 0;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #FF6800;
    color: #fff;
    padding: 20px 10px 0;
    text-align: center;
}
.gallery-top-m .name p {
    margin: 0;
    line-height: 20px;
}
.gallery-top-m .name .p1 {
    font-size: 18px;
    font-weight: 500;
}
.gallery-top-m .name .p2 {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
}
.swiper-video-m iframe {
    border-radius: 10px;
    overflow: hidden;
}
.swiper-video-m {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:focus, .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:active, .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    outline: 0;
}

.swiper-video-m .swiper-button-next, .swiper-video-m .swiper-button-prev{
    z-index: 1000000;
    background: rgba(0,0,0,0.3);
}
.swiper-video-m .swiper-button-prev {
    border-radius: 6px;
    outline: 0!important;
}
.swiper-video-m .swiper-button-next {
    border-radius: 6px;
    outline: 0!important;
}
.swiper-video-m .swiper-button-prev:after, .swiper-video-m .swiper-button-next:after {
    font-size: 20px;
    color: #fff;
}
.swiper-video {
    position: relative;
}
.swiper-video .swiper-button-prev:after, .swiper-video .swiper-button-next:after {
    font-size: 20px;
    color: #fff;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    display: none!important;
}

.cert-box-wrap img {
    max-width: 100%;
    display: block;
}
.about-cert .cate-box > .col-xs-6 {
    margin-bottom: 30px;
}
.cert-box-wrap .img-box {
    border-radius: 5px;
    padding: 10px 8px;
    background: linear-gradient( #f8f8f8  0%,  #f1f1f1 80%);
    margin-bottom: 15px;
    box-shadow: 0 6px 6px 0 rgb(44 71 146 / 17%);
}
@media (max-width: 768px) {
    .cate-box > .col-xs-6 {
        margin-bottom: 20px;
    }
    .home-cert {
        margin-bottom: 20px;
        padding: 10px 0 30px;
    }
}