html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    log: true;
    log2: official;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.vc_row > .vc_wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
img {
    max-width: 100%;
    log: true;
    log2: official;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 1;
    height: auto;
}
.m_visible {
    display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
    display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
    display: none;
}


.fancy-title {
    line-height: 1.6;
    font-size: 30px;
    margin-bottom: 50px;
    color: #333;
    text-align: center
}

.fancy-title br {
    display: -webkit-box;
    display: -moz-box;
    display: none
}

.fancy-title a:hover {
    color: #3c64ff
}

.fancy-title a {
    color: #333
}

.banner-swiper .swiper-slide-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    log: true;
    log2: official;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1
}

.banner-swiper .pagination {
    position: absolute;
    z-index: 20;
    bottom: 15%;
    width: 100%;
    text-align: center
}

.banner-swiper .swiper-pagination-bullet {
    display: -webkit-box;
    display: -moz-box;
    display: inline-block;
    width: 40px;
    height: 5px;
    log: true;
    log2: official;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 8px;
    log: true;
    log2: official;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    cursor: pointer
}

.banner-swiper .swiper-pagination-bullet-active {
    background: linear-gradient(to right, #4cdcff, #5dfbff)
}

.banner-swiper .swiper-slide {
    position: relative;
    height: 700px
}

.banner_row {
    margin-bottom: 100px;
    position: relative
}

.search_form {
    position: absolute;
    width: 100%;
    bottom: 31%;
    z-index: 10;
    text-align: center
}

.search_form input {
    max-width: 580px;
    width: 80%;
    border: 0;
    background: url("/wp-content/uploads/2019/06/sousuo.png") no-repeat left;
    font-size: 18px;
    color: #000;
    background-color: #fff;
    height: 52px;
    log: true;
    log2: official;
    -webkit-background-size: 30px;
    -moz-background-size: 30px;
    background-size: 30px;
    log: true;
    log2: official;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-position: 20px 8px;
    padding-left: 52px;
    padding-right: 10px;
    outline: 0;
    margin: 0 auto
}

.search_form button {
    display: -webkit-box;
    display: -moz-box;
    display: block;
    margin: auto;
    width: 180px;
    height: 40px;
    font-size: 14px;
    background: linear-gradient(to right, #f3c900, #f78759);
    color: #fff;
    log: true;
    log2: official;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    line-height: 40px;
    margin-top: 40px;
    border: 0
}

.main_text {
    font-size: 24px;
    padding: 0 10%;
    line-height: 2;
    color: #666;
    text-align: center;
    position: relative;
    padding-top: 30px;
    margin-bottom: 70px
}

.main_text:before {
    content: '';
    display: -webkit-box;
    display: -moz-box;
    display: block;
    width: 80px;
    height: 4px;
    margin: auto;
    background: linear-gradient(to right, #f3c900, #f78759);
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -40px
}

.data_title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px
}

.data_title strong {
    font-size: 54px;
    font-weight: 550
}

.data_text {
    line-height: 1.8;
    margin-top: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: none;
    font-size: 14px;
}

.data_row {
    padding-bottom: 100px; overflow: hidden;
}

.data_row .swiper-slide {
    width: 25%;
    padding: 0 10px;
    float: left;
    log: true;
    log2: official;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.data_row .swiper-slide .vc_inner {
    background: #fff;
    color: #0059fe;
    box-shadow: 0 0 29px 0 #eee;
    padding: 40px 13% 0;
    height: 370px;
    overflow: hidden;
    log: true;
    log2: official;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.data_row .swiper-slide .vc_inner:hover {
    background: #0059fe;
    color: #fff
}

.data_row .swiper-slide .vc_inner:hover .data_img {
    display: -webkit-box;
    display: -moz-box;
    display: none
}

.data_row .swiper-slide .vc_inner:hover .data_text {
    display: -webkit-box;
    display: -moz-box;
    display: block
}

.solution_row {
    padding-bottom: 100px;overflow: hidden;
}

.solution_row .vc_column {
    width: 50%;
    float: left;
    padding: 0 10px
}

.solution_row .vc_column-box {
    background: #fff;
    box-shadow: 0 0 29px 0 #eee;
    padding: 50px 8% 0;
    height: 320px;
    color: #666;
    log: true;
    log2: official;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.solution_row .vc_column-box:hover {
    background: #3c64ff;
    color: #fff
}

.solution_row .vc_column-box:hover .solution_title {
    color: #fff
}

.solution_row .vc_column-box:hover .solution_more {
    display: -webkit-box;
    display: -moz-box;
    display: block
}

.solution_title {
    font-size: 28px;
    color: #3c64ff;
    margin-bottom: 20px
}

.solution_text {
    font-size: 18px;
    line-height: 2;
    height: 108px;
    margin-bottom: 25px
}

.solution_more {
    display: -webkit-box;
    display: -moz-box;
    display: none
}

.solution_more a {
    color: #fff;
    font-size: 18px
}

.trade_row {
    margin-bottom: 100px;
    color: #fff;
    background-color: #f4f7fe !important;
    background-position: top center !important;
    log: true;
    log2: official;
    -webkit-background-size: 100% 1000px !important;
    -moz-background-size: 100% 1000px !important;
    background-size: 100% 1000px !important
}

.trade_tab .mk-tabs-tabs{ overflow: hidden;}
.trade_tab .mk-tabs-tabs li {
    cursor: pointer;
    width: 33.33333%;
    text-align: center;
    float: left;
    position: relative;
    margin: 0;
    font-size: 24px;
    padding: 41px 0
}

.trade_tab .mk-tabs-tabs .active-tab:after {
    content: '';
    display: -webkit-box;
    display: -moz-box;
    display: block;
    width: 80px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: 0
}

.trade_tab .mk-tabs-panes {
    position: relative;
    height: 600px
}

.trade_tab .mk-tabs-panes .mk-tabs-pane {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    log: true;
    log2: official;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    visibility: hidden;
    log: true;
    log2: official;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.trade_tab .mk-tabs-panes .active-pane {
    log: true;
    log2: official;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible
}

.trade_tab .title-mobile {
    display: -webkit-box;
    display: -moz-box;
    display: none
}

.trade_content_row .vc_column-inner {
    width: 50%;
    float: left
}

.trade_right {
    padding-left: 8%;
    padding-right: 3%
}

.trade_title {
    font-size: 30px;
    color: #fff;
    margin-top: 60px;
    height: 135px;
    margin-bottom: 70px
}

.trade_text {
    padding-left: 20px;
    height: 208px
}

.trade_text li {
    margin: 0;
    margin-bottom: 10px;
    list-style-type: disc;
    font-size: 14px;
}

.trade_btn a {
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    log: true;
    log2: official;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: linear-gradient(to right, #f3c900, #f78759)
}

.trade-swiper .swiper-slide {
    height: 360px
}

.swiper-tabs {
    margin-bottom: 60px; overflow: hidden;
}

.swiper-tabs li {
    cursor: pointer;
    width: 12.5%;
    text-align: center;
    float: left;
    position: relative;
    margin: 0;
    filter: grayscale(100%)
}

.swiper-tabs .active-tab {
    filter: brightness(100%)
}

.enter_row {
    background: #f4f7fe
}

.enter_row .vc_wrapper {
    font-size: 0
}

.enter_row .vc_column-inner {
    display: -webkit-box;
    display: -moz-box;
    display: inline-block;
    vertical-align: top
}

.enter_left {
    width: 53%; height: 360px;
}
.enter_left video{ width: 100%; height: 100%;}

.enter_right {
    padding: 0 5%;
    width: 47%
}

.enter_title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px
}

.enter_title a {
    color: #333
}

.enter_title a:hover {
    color: #3c64ff
}

.enter_text {
    color: #999;
    text-align: justify;
    font-size: 14px;
}
.enter_text p{ margin: 10px 0;}
.news_row .swiper-slide {
    width: 33.3333%;
    float: left;
    padding: 0 15px
}

.news_row .fancy-title {
    margin-bottom: 20px
}

.news_row p {
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.blog-fist {
    overflow: hidden;
    position: relative;
    margin-bottom: 36px;
    border: 1px solid #dbdbdb;
    height: 214px
}

.blog-fist img {
    display: -webkit-box;
    display: -moz-box;
    display: block;
    log: true;
    log2: official;
    -webkit-transform: scale(1, 1);
    -khtml-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    log: true;
    log2: official;
    -webkit-transition: all 2s;
    -khtml-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    transition: all 2s
}

.blog-fist p {
    position: absolute;
    padding: 0 8px;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #fff;
    line-height: 2;
    margin: 0;
    font-size: 18px;
    width: 100%
}

.blog-fist:hover img {
    log: true;
    log2: official;
    -webkit-transform: scale(1.2, 1.2);
    -khtml-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

.banner_text {
    position: absolute;
    left: 0;
    color: #fff;
    white-space: pre-wrap;
    text-align: center;
    width: 100%;
    top: 29%;
    line-height: 1.2
}

.banner_title {
    font-size: 48px;
    margin-bottom: 10px
}

.banner_title h2 {
    font-size: 36px
}

.banner_title h3 {
    font-size: 24px
}

.banner_title h4 {
    font-size: 18px
}

.banner_title h5 {
    font-size: 16px
}

.banner_title p,
.banner_title h6 {
    font-size: 14px
}

.banner_desc {
    font-size: 38px;
    font-weight: 100
}

.banner_desc h2 {
    font-size: 36px
}

.banner_desc h3 {
    font-size: 24px
}

.banner_desc h4 {
    font-size: 18px
}

.banner_desc h5 {
    font-size: 16px
}

.banner_desc p,
.banner_desc h6 {
    font-size: 14px
}

.swiper-slide-bg-mobile {
    display: -webkit-box;
    display: -moz-box;
    display: none
}

@media(max-width:1200px) {
    .data_row>.vc_wrapper {
        padding: 0 20px
    }
}

@media(max-width:767px) {
    .banner-swiper .swiper-pagination-bullet {
        width: 20px;
        height: 3px
    }

    .banner-swiper .pagination {
        bottom: 7%
    }

    .fancy-title {
        font-size: 24px;
        margin-bottom: 30px;
        line-height: 1.4;
        font-weight: bold
    }

    .fancy-title br {
        display: -webkit-box;
        display: -moz-box;
        display: block
    }

    .banner-swiper .swiper-slide {
        height: 320px
    }

    .search_form {
        bottom: 20%
    }

    .search_form input {
        width: 80%;
        log: true;
        log2: official;
        -webkit-background-size: 24px;
        -moz-background-size: 24px;
        background-size: 24px;
        height: 34px;
        background-position: 10px 4px;
        padding-left: 40px;
        padding-right: 40px;
        font-size: 14px;
        line-height: 34px;
        text-align: center
    }

    .search_form button {
        log: true;
        log2: official;
        -webkit-border-radius: 0;
        border-radius: 0;
        width: 100px;
        height: auto;
        line-height: 2.2;
        margin-top: 25px;
        font-size: 13px
    }

    .banner_text {
        top: 25%
    }

    .banner_title {
        font-size: 24px
    }

    .banner_title h2 {
        font-size: 18px
    }

    .banner_title h3 {
        font-size: 18px
    }

    .banner_title h4 {
        font-size: 16px
    }

    .banner_title h5 {
        font-size: 14px
    }

    .banner_title p,
    .banner_title h6 {
        font-size: 12px
    }

    .banner_desc {
        font-size: 18px
    }

    .banner_desc h2 {
        font-size: 16px
    }

    .banner_desc h3 {
        font-size: 16px
    }

    .banner_desc h4 {
        font-size: 16px
    }

    .banner_desc h5 {
        font-size: 14px
    }

    .banner_desc p,
    .banner_desc h6 {
        font-size: 12px
    }

    .banner_row {
        margin-bottom: 30px
    }

    .main_text {
        display: -webkit-box;
        display: -moz-box;
        display: none
    }

    .data_row {
        margin-bottom: 10px
    }

    .data_row .swiper-slide {
        width: auto;
        float: none;
        padding: 10px 20px
    }

    .data_row .swiper-slide .vc_inner {
        box-shadow: 0 0 20px 0 #eee;
        padding: 20px 10%;
        height: auto;
        color: #333
    }

    .data_row .swiper-slide .vc_inner:hover {
        background: #fff;
        color: #333
    }

    .data_row .swiper-slide .vc_inner:hover .data_text {
        display: -webkit-box;
        display: -moz-box;
        display: none
    }

    .data_row .swiper-slide .vc_inner:hover .data_img {
        display: -webkit-box;
        display: -moz-box;
        display: inline-block
    }

    .data_row .swiper-slide .vc_column-inner {
        font-size: 0
    }

    .data_row>.vc_wrapper {
        padding: 0
    }

    .data_row .swiper-pagination-bullet-active {
        background: #3c64ff
    }

    .data_img,
    .data_title {
        display: -webkit-box;
        display: -moz-box;
        display: inline-block;
        width: 50%;
        vertical-align: middle
    }

    .data_title {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 1.4;
        height: 120px
    }

    .data_title strong {
        font-size: 50px;
        font-weight: normal;
        color: #3c64ff
    }

    .data_img {
        padding-left: 12%
    }

    .trade_row {
        background: none !important;
        color: #333;
        margin-bottom: 80px
    }

    .trade_row ul.mk-tabs-tabs {
        display: -webkit-box;
        display: -moz-box;
        display: none
    }

    .trade_tab .title-mobile {
        display: -webkit-box;
        display: -moz-box;
        display: block;
        margin-bottom: 20px;
        color: #121212;
        font-weight: 600
    }

    .trade_content_row .vc_column-inner {
        float: none;
        width: 100%
    }

    .title-mobile {
        font-size: 24px;
        text-align: center;
        font-weight: bold
    }

    .trade_title {
        font-size: 14px;
        color: #666;
        margin-top: 0;
        height: auto;
        margin-bottom: 0;
        position: absolute;
        top: 90px;
        left: 0;
        padding: 0 20px
    }

    .trade_text,
    .trade_btn {
        display: -webkit-box;
        display: -moz-box;
        display: none
    }

    .trade_tab .mk-tabs-panes .mk-tabs-pane {
        position: relative;
        log: true;
        log2: official;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -ms-filter: none;
        filter: none;
        visibility: visible;
        padding: 30px 0 40px
    }

    .trade_tab .mk-tabs-panes .mk-tabs-pane:nth-child(even) {
        background: #f4f4f4
    }

    .trade_tab .mk-tabs-panes {
        position: relative;
        height: auto
    }

    .trade_left .mk-image {
        margin: 0
    }

    .trade_fancy_title {
        margin-bottom: 0;
        display: -webkit-box;
        display: -moz-box;
        display: none
    }

    .trade_tab {
        margin-bottom: 40px
    }

    .trade_right {
        padding-left: 20px;
        padding-right: 20px
    }

    .m_trade_btn {
        font-size: 0;
        margin-top: 0;
        position: absolute;
        width: 100%;
        padding: 0 20px;
        left: 0;
        bottom: 50px
    }

    .m_trade_btn a {
        width: 49%;
        display: -webkit-box;
        display: -moz-box;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        line-height: 3;
        text-align: center;
        border: 1px solid #ccc;
        log: true;
        log2: official;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: #fff
    }

    .m_trade_btn .trade_about_btn {
        color: #666;
        margin-right: 1%
    }

    .m_trade_btn .trade_about_btn:hover {
        background: #3c64ff;
        color: #fff
    }

    .m_trade_btn .trade_apply_btn {
        margin-left: 1%;
        background: #3c64ff;
        color: #fff
    }

    .mk-shortcode.mk-padding-shortcode {
        display: -webkit-box;
        display: -moz-box;
        display: none
    }

    .m_sol_row {
        padding: 20px 8%;
        margin: 0 20px 15px;
        box-shadow: 0 0 20px 0 #eee
    }

    .m_sol_title {
        color: #3464fe;
        font-size: 18px;
        margin-bottom: 8px
    }

    .enter_fancy_title {
        padding: 40px 0 30px;
        background: #f4f4f4;
        margin-top: 50px;
        margin-bottom: 0
    }

    .swiper-tabs {
        display: -webkit-box;
        display: -moz-box;
        display: none
    }

    .enter_row,
    .trade-swiper {
        background: #f4f4f4
    }

    .trade-swiper .swiper-slide {
        height: auto;
        padding: 0 5px
    }

    .enter_row .vc_column-inner {
        display: -webkit-box;
        display: -moz-box;
        display: block;
        width: 100%
    }

    .enter_right {
        background: #fff;
        padding: 20px;
        height: 420px
    }

    .enter_text {
        font-size: 12px
    }

    .trade-swiper {
        padding: 0 30px
    }

    .enter_title {
        font-size: 16px
    }

    .m_more_case {
        text-align: center
    }

    .m_more_case a {
        position: absolute;
        bottom: -40px;
        left: 0;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: block;
        padding-bottom: 6px;
        background: url("/static/image/guanyiyun/more_bg_03.jpg") no-repeat center bottom/auto 40px
    }

    .m_more_case img {
        width: 34px;
        margin-top: 5px
    }

    .m_more_case p {
        height: 50px;
        background: #f4f4f4;
        position: relative
    }

    .news_row {
        margin-bottom: 60px
    }

    .news_row .swiper-slide {
        width: auto;
        float: none;
        padding: 0 7px
    }

    .news_row .news_slider_row {
        box-shadow: 0 0 20px 0 #eee;
        background: #fff;
        padding: 20px 15px 10px
    }

    .news_row .news-swiper {
        padding: 0 30px;
        overflow: visible
    }

    .news_more a {
        background: #3c64ff;
        color: #fff;
        display: -webkit-box;
        display: -moz-box;
        display: block;
        width: 120px;
        text-align: center;
        line-height: 2;
        margin: 10px auto 0
    }

    .blog-fist {
        margin-bottom: 20px;
        height: auto
    }

    .blog-fist p {
        font-size: 16px
    }

    .swiper-slide-bg-pc {
        display: -webkit-box;
        display: -moz-box;
        display: none
    }

    html .swiper-slide-bg-mobile {
        display: -webkit-box;
        display: -moz-box;
        display: block
    }

    
}
