﻿
.yzdisplay-none {
    display: none !important;
}

.ZB .yzdisplay-ZB-none {
    display: none !important;
}

.SH .yzdisplay-SH-none {
    display: none !important;
}

.BJ .yzdisplay-BJ-none {
    display: none !important;
}

.SZ .yzdisplay-SZ-none {
    display: none !important;
}

.CD .yzdisplay-CD-none {
    display: none !important;
}

.TW .yzdisplay-TW-none {
    display: none !important;
}

.ZB .yzdisplay-ZB {
    display: inherit !important;
}

.SH .yzdisplay-SH {
    display: inherit !important;
}

.BJ .yzdisplay-BJ {
    display: inherit !important;
}

.SZ .yzdisplay-SZ {
    display: inherit !important;
}

.CD .yzdisplay-CD {
    display: inherit !important;
}

.TW .yzdisplay-TW {
    display: inherit !important;
}

body {
    font-family: "Microsoft YaHei";
    font-family: apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Microsoft YaHei,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

a,
.yz-link{
    cursor: pointer;
    color: #3C3C3C;
    text-decoration: none;
}

a:hover,
.yz-link:hover{
    color: #2a70b9;
}

input[type=text],
textarea {
    -webkit-appearance: none;
    border-radius: 0px;
}

.yz-mb-25 {
    margin-bottom: 25px;
}

.yz-w-100{
    max-width:100%;
}

.yz-w-80 {
    max-width: 80%;
}

.yz-w-60 {
    max-width: 60%;
}

.yzcontainer-72 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .yzcontainer-72 {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .yzcontainer-72 {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .yzcontainer-72 {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .yzcontainer-72 {
        max-width: 1140px;
    }
}

@media (min-width: 1600px) {
    .yzcontainer-72 {
        max-width: 1480px;
    }
}

.yzcontainer-60 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .yzcontainer-60 {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .yzcontainer-60 {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .yzcontainer-60 {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .yzcontainer-60 {
        max-width: 1140px;
    }
}

@media (min-width: 1600px) {
    .yzcontainer-60 {
        max-width: 1200px;
    }
}

.yzcontainer-80 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .yzcontainer-80 {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .yzcontainer-80 {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .yzcontainer-80 {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .yzcontainer-80 {
        max-width: 1140px;
    }
}

@media (min-width: 1600px) {
    .yzcontainer-80 {
        max-width: 1500px;
    }
}

.yzcol-5,
.yzcol-5,
.yzcol-5,
.yzcol-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.yzcol-5 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .yzcol-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .yzcol-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .yzcol-5 {
        width: 20%;
        float: left;
    }
}

.yz-opacity-0 {
    opacity: 0;
}

.yz-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 768px) {
    .yz-col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.yz-anchor-fix76 {
    position: absolute;
    top: -76px;
    height: 0px;
    width: 0px;
}

.yz-navbar {
    background-color: #000;
}

.sticky-top.yz-navbar.yz-sticky-hide {
    z-index: 0;
    opacity: 0;
}

.yz-navbar .nav-item > a {
    display: inline-block;
    line-height: 28px;
    font-size: 16px;
    padding: 0 3px;
    color: #fff;
    position:relative;
}

.nav-item > a:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 1px;
    left: 50%;
    width: 0px;
    height: 2px;
    background-color: #fd9d27;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.nav-item > a:hover,
.nav-item.show,
.nav-item.yz-item-sel,
.nav-item .yz-item-sel {
    text-decoration: none;
}

.nav-item > a:hover:after,
.nav-item.show > a:after,
.nav-item.yz-item-sel > a:after,
.nav-item .yz-item-sel > a:after {
    width: 100%;
}

.yz-nav-link-download {
    display: inline-block;
    line-height: 22px;
    font-size: 16px;
    margin: 0 25px;
    color: #03a9f4;
}

.yz-nav-link-download:hover {
    text-decoration: none;
    color: #fd9d27;
}

.yz-nav-link-trial {
    display: inline-block;
    width: 100px;
    line-height: 40px;
    background: #2a70b9;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-size: 16px;
}

.yz-nav-link-trial:hover {
    text-decoration: none;
    color: #fff;
}
.yz-nav-link-OpenAPI {
    color: #fff;
    border-radius: 20px;
    border: solid 1px #939393;
    background-color: transparent;
    margin-right: 15px;
    width: 120px;
    line-height: 38px;
}

    .yz-nav-link-OpenAPI:hover {
        color: #2d6db8;
        border: solid 1px #2d6db8;
        background-color: transparent;
    }
.yz-nav-link-shopping {
    display: inline-block;
    margin-left: 25px;
    position: relative;
    outline: none;
}

.yz-nav-link-shopping-img {
    cursor: pointer;
    margin-bottom: 7px;
}

.yz-nav-dropdown .dropdown-menu {
    margin-top: 0px;
    border-radius: 0px;
}

.yz-nav-dropdown .dropdown-item {
    font-size: 14px;
    padding: 0.5rem 1.5rem;
}

.yz-nav-dropdown .dropdown-item:hover,
.yz-nav-dropdown .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #2a70b9;
}

.yz-foot-wrap {
    background: #313036;
    padding: 40px 0;
}

.yz-foot-wrap,
.yz-foot-wrap a {
    color: #848485;
}

.yz-foot-wrap a:hover {
    color: #fff;
    text-decoration: none;
    transition: color 0.5s;
}

.yz-foot-wrap .office {
    width: 20px;
    display:none;
}
    
.yz-foot-wrap .tel400 {
    width:40px;
}
    
.yz-foot-link {
    display: inline-block;
    font-size: 21px;
    cursor: pointer;
    color: #3C3C3C;
}

.yz-foot-wrap .company .name{
    font-size:14px;
    line-height:20px;
    color: #f5f5f5;
}

.yz-foot-wrap .company .addr {
    font-size: 12px;
    line-height: 16px;
}

/*微信公众号*/
.yz-foot-wrap .wx {
    bottom: 20px;
    right: 20px;
    display: block;
    position: absolute;
}

.yz-foot-wrap .wxtitle {
    font-size: 12px;
    text-align: center;
}

.yz-foot-wrap .wximg {
    width: 120px;
}

.yz-foot-link:hover {
    text-decoration: none;
}

.yz-foot-tel {
    font-size: 32px;
    line-height: 36px;
    color: #848485;
    padding-left: 0px;
}
.yz-head-tel {
    display: inline-block;
    font-size: 20px;
    color: #3874fb;
    margin-right: 10px;
}
.yz-copyright {
    padding-top: 60px;
    font-size: 12px;
    line-height: 18px;
}

.yz-float-connect {
    position: fixed;
    right: 0;
    top: 200px;
    width: 60px;
    z-index: 12;
}

.yz-float-connect-item {
    display: block;
    position: relative;
    height: 60px;
    width: 60px;
    margin-bottom: 10px;
    background: rgba(255,255,255,0.6) !important;
    background: #fff;
    cursor: pointer;
}

.yz-float-connect-item:hover {
    text-decoration:none;
}

.yz-float-connect-item img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
}

.yz-float-connect-item .text {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 60px;
    height: 60px;
    padding:10px;
    color: #fff;
    background-color: #a2a3a5;
}

.yz-float-connect-item.yz-d-scroll150 img {
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
}

.yz-float-connect-item:hover > .yz-float-connect-item-phonenumber {
    left: -170px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.yz-float-connect-item-phonenumber {
    position: absolute;
    top: 9px;
    left: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    background: #fff;
    padding: 10px 20px;
    z-index: 8;
    width: 155px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.yz-float-connect-item-phonenumber::after {
    display: table;
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -6px;
    border-left: 6px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.yz-float-connect-item-phonenumber span {
    display: block;
    color: #00abeb;
    font-size: 16px;
    text-align: center;
}

.yz-float-connect-item span {
    display: block;
    color: #00abeb;
    font-size: 16px;
    text-align: center;
}

.yz-float-connect-item-course {
    background-color: #e68604 !important;
    font-size: 14px;
    color: #f0f0f0;
    text-align: center;
    line-height: 20px;
    padding:10px;
}

.yz-float-connect-item-course:hover {
    color: #fff;
    transition: color 0.3s;
}

.yz-link-more > *,
.yz-link-download > *,
.yz-link-play > * {
    color: #38adff;
    font-size: 18px;
    height: 27px;
    line-height: 27px;
    display: inline-block;
    cursor: pointer;
}

.yz-link-more:hover > *,
.yz-link-download:hover > *,
.yz-link-play:hover > * {
    text-decoration: underline;
    color: #2a70b9;
}

.yz-link-more > * {
    background: url(../images/more.png) no-repeat right center;
    padding-right: 40px;
}

.yz-link-download > * {
    background: url(../images/download.png) no-repeat left center;
    padding-left: 40px;
}

.yz-link-play > * {
    background: url(../images/play.png) no-repeat left center;
    padding-left: 40px;
}

.yz-carousel-indicators {
    position: relative;
    bottom: 0px;
    padding-bottom: 30px;
}

.sticky-top.yz-s-section-nav {
    z-index: 1019;
}

.sticky-top.yz-s-section-nav.yz-sticky-show {
    background: rgba(0, 0, 0, 0.6) !important;
    padding-top: 25px;
    padding-bottom: 24px;
    border-bottom: none;
}

.sticky-top.yz-s-section-nav.yz-sticky-show,
.sticky-top.yz-s-section-nav.yz-sticky-show a {
    color: #fff;
}

.yz-nbinput-minus,
.yz-nbinput-plus {
    width: 24px;
    height: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.yz-nbinput-minus {
    background-image: url(../images/minus.png)
}

.yz-nbinput-plus {
    background-image: url(../images/plus.png)
}

.yz-nbinput-num {
    width: 41px;
    font-size: 14px;
    line-height: 23px;
    border: 1px solid #bfbfbf;
    outline: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    border-radius: 0px;
}

.yz-dlg-wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3000
}

.yz-dlg-inner-wrap {
    position: relative;
}

.yz-dlg-wrap .yz-dlg-close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background-image: url(../images/popdlg_close.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #8e8d8d;
    z-index: 10;
    border-radius: 20px;
    cursor: pointer;
}

.yz-sp-toastr {
    z-index: 9999;
    background: #000000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    font-size: 15px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px 40px;
    border-radius: 10px;
}

.yz-sp-qq1 {
    display: inline-block;
    background: url(../images/qq1.png) no-repeat left center;
    height: 22px;
    line-height: 22px;
    padding-left: 25px;
    font-size: 14px;
    float: right;
    margin-left: 30px;
}

.yz-sp-qq1:hover {
    text-decoration: none;
}

.yz-inp-date {
    background: url(../images/addon_date.png) 98% center no-repeat;
}

.yz-inp-radio input {
    display: none;
}

.yz-inp-radio label {
    background: url(../images/inp_radio.png) no-repeat left center;
    padding-left: 25px;
    cursor: pointer;
    margin-bottom: 0px;
}

.yz-inp-radio input:checked + label {
    background: url(../images/inp_radio_checked.png) no-repeat left center;
}

/*fix*/
.datetimepicker.dropdown-menu {
    font-size: 14px;
}

.yz-required {
    color: #f00;
    display: inline-block;
    background: url(../images/required_flag.png) no-repeat center center;
    width: 24px;
    height: 8px;
}

.yz-shopping-content-wrap {
    position: absolute;
    right: -24px;
    top: 32px;
    display: none;
    pointer-events: none;
    z-index:999;
}

.yz-shopping-content {
    border: 2px solid #bfbfbf;
    width: 364px;
    background: #fff;
    margin-top: 26px;
    pointer-events: all;
}

.yz-shopping-content-wrap:before {
    content: '';
    width: 42px;
    height: 28px;
    background: url(../images/shopping_arrow.png) no-repeat;
    position: absolute;
    right: 13px;
    pointer-events: all;
}

.yz-sp-section-shoppingcar .yz-sp-more {
    display: inline-block;
    width: 100%;
    line-height: 46px;
    background: #2f72b6;
    color: #fff;
    font-size: 20px;
    letter-spacing: 5px;
    text-align: center;
}

.yz-sp-section-shoppingcar {
    padding: 20px 15px 0px 15px;
}

.yz-sp-section-shoppingcar .yz-sp-item {
    padding-bottom: 25px;
}

.yz-sp-section-shoppingcar .yz-sp-col1 {
    width: 109px;
    padding: 30px 0;
    background: #e04530;
    color: #fff;
    text-align: center;
}

.yz-sp-section-shoppingcar .yz-sp-vername {
    font-size: 22px;
    line-height: 29px;
}

.yz-sp-section-shoppingcar .yz-sp-prodname {
    font-size: 15px;
    line-height: 20px;
}

.yz-sp-section-shoppingcar .yz-sp-col2 {
    text-align: right;
}

.yz-sp-section-shoppingcar .yz-sp-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 35px;
    margin-top: 10px;
}

.yz-sp-section-shoppingcar .yz-sp-amount {
    font-size: 27px;
    line-height: 22px;
    color: #e04530;
}

.yz-sp-section-shoppingcar .yz-sp-more:hover {
    text-decoration: none;
}

.yz-sp-section-shoppingmenu {
    padding: 30px 30px 40px 30px;
}

.yz-sp-section-shoppingmenu .yz-sp-item {
    display: block;
    font-size: 18px;
    line-height: 25px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 45px;
}

.yz-sp-section-shoppingmenu .yz-sp-item:hover {
    text-decoration: none;
}

.yz-sp-section-shoppingmenu .yz-sp-item .yz-sp-badge {
    color: #e04530;
}

.yz-sp-section-shoppingmenu .yz-sp-item-car {
    background-image: url(../images/menu_car.png);
}


.yz-sp-section-shoppingmenu .yz-sp-item-order {
    background-image: url(../images/menu_order.png);
}

.yz-sp-section-shoppingmenu .yz-sp-item-personal {
    background-image: url(../images/menu_personal.png);
}

.yz-sp-section-shoppingmenu .yz-sp-item-login {
    background-image: url(../images/menu_login.png);
}

.carousel-control-prev.yz-carousel-control-outside,
.carousel-control-next.yz-carousel-control-outside {
    width: 39px;
    height: 72px;
    top:0px;
    bottom:0px;
    opacity:0.5;
    margin:auto 0px;
}

.carousel-control-prev.yz-carousel-control-outside {
    left: -100px;
}

.carousel-control-next.yz-carousel-control-outside {
    right: -100px;
}

.carousel-control-prev.yz-carousel-control-outside:hover,
.carousel-control-next.yz-carousel-control-outside:hover {
    opacity: 1;
}

.yz-carousel-control-outside .carousel-control-prev-icon,
.yz-carousel-control-outside .carousel-control-next-icon {
    width: 100%;
    height: 100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:auto;
}

.yz-carousel-control-outside .carousel-control-prev-icon {
    background-image: url(../images/prev03.png);
}

.yz-carousel-control-outside .carousel-control-next-icon {
    background-image: url(../images/next03.png);
}

.yz-popdlg-playvideo .yz-dlg-inner-wrap {
    padding-top: 47px;
}

.yz-popdlg-playvideo .yz-dlg-close {
    width: 47px;
    height: 47px;
    background: url(../images/close_video.jpg) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px;
}

/*megamenu*/
.navbar .has-megamenu {
    position: static !important;
}

.navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    box-shadow: 0px 3px 20px 1px rgba(0,0,0,0.1);
}

.yz-megamenu:not(:first-child){
    margin-left:100px;
}

.yz-megamenu-block:not(:first-child) {
    margin-left: 60px;
}

.yz-megamenu .title {
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 8px;
    color: #000;
    position:relative;
}

.yz-megamenu .title:before {
    display: block;
    position: absolute;
    content: '';
    left: -28px;
    top: 6px;
    width: 24px;
    height: 20px;
    background-position: center center;
    background-size: auto 16px;
    background-repeat: no-repeat;
}

.yz-megamenu .bpm:before {
    background-image: url(images/icon_bpm.png);
}

.yz-megamenu .framework:before {
    background-image: url(images/icon_framework.png);
}

.yz-megamenu .bpa:before {
    background-image: url(images/icon_bpa.png);
}
.yz-megamenu .nocode:before {
    background-image: url(images/icon_nocode.png);
}
.yz-megamenu .solution:before {
    background-image: url(images/icon_solution.png);
}
.yz-megamenu-block .yz-menu-link img {
    margin-left:6px;
    width:13px;
    height:13px;
    margin-bottom:2px;
}
.yz-megamenu .yz-menu-link {
    font-size: 14px;
    line-height: 32px;
    color: #000;
    transition: color 0.3s;
    cursor: pointer;
}

.yz-megamenu .yz-menu-link:hover {
    color: #ff8800;
    text-decoration: none;
}

.yz-body {
    background: #f5f5f5;
}

.yz-s-card {
    background-color:#fff;
}

.yz-s-card:not(:last-child)
{
    margin-bottom:20px;
}

.yz-s-card .yz-s-topic {
    font-size: 42px;
    line-height: 58px;
    padding-bottom: 40px;
    padding-top:70px;
}

.yz-s-card .yz-s-subtopic {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 40px;
    padding-top: 12px;
    color: #aaa;
    text-align:center;
}

.yz-s-img {
    text-align: center;
}
.yz-s-title span {
    background-color: #3874fb;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    padding: 10px 20px;
}