/*reset start*/
* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "微软雅黑";
!important;
}

img {
    border: none;
}

a {
    color: #ffffff;
}

i, em {
    font-style: normal;
}

a.select, a.hover, a:hover, a:link, a:focus {
    text-decoration: none;
}

ul {
    list-style: none;
}

div {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bg-fx {
    background: #57C3D7 !important;
}

.bg-white {
    background: #FFFFFF;
}

.txt-center {
    text-align: center;
}

/*reset end*/
/*base start*/
.yb-btn {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #fff;
    cursor: pointer;
}

.yb-ico {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.yb-mid {
    margin-left: auto;
    margin-right: auto;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt75 {
    margin-top: 75px;
}

.mt100 {
    margin-top: 100px;
}

.pt1 {
    padding-top: 1px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt75 {
    padding-top: 75px;
}

.pt100 {
    padding-top: 100px;
}

.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px !important;
}

.ml50 {
    margin-left: 50px;
}

.ml80 {
    margin-left: 80px;
}

.p-ietips {
    display: none;
    background: #ffe9ad;
    text-align: center;
    color: #666;
    width: 100%;
    height: 34px;
    line-height: 34px;
    position: fixed;
    top: 0;
    z-index: 999;
}

/*base end*/
header {
    width: 100%;
    height: auto;
    position: relative;
}

.nav {
    min-width: 1200px;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.25);
    z-index: 99;
    position: fixed;
    top: 0;
}

.header .title {
    /*width: 100%;*/
    height: 60px;
    margin: 0 auto;
    color: #FFFFFF;
    line-height: 60px;
    position: relative;
    font-size: 16px;
}

.header .title img {
    margin-top: 9px;
    margin-left: 10px;
}

.header .title .linkList {
    position: absolute;
    top: 0;
    right: 0;
}

.linkList > li {
    float: left;
}

.header .title .linkName {
    display: block;
    height: 100%;
    text-align: center;
    margin: 0 27px;
}

.yb-navDropDown-content {
    display: none;

}

.linkName:hover + ul, .yb-navDropDown-content:hover {
    display: block;
    background: rgba(0, 0, 0, 0.5);
}

.yb-navDropDown-content a {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /*  border-radius: 5px;*/
}

.yb-navDropDown-content a:hover {
    background: rgba(0, 0, 0, 0.5);
}

a.hover, a:hover, a:focus {
    color: #FB873F;
}

.header .title .login {
    width: 64px;
    height: 30px;
    line-height: 30px;
    margin-top: 14px;
    background: #FB873F;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 0;
}

/*banner */
.p-bannerbox {
    width: 100%;
    min-width: 1200px;
    height: 600px;
    position: relative;
    overflow: hidden;
    margin-top: -60px;
}

.p-banner {
    position: absolute;
    width: 1920px;
    top: 0;
    overflow: hidden;
    height: 100%;

}

.p-banner i {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    -ms-transition: all 0s;
    -moz-transition: all 0s;
}

.p-conbox {
    position: absolute;
    width: 100%;
    bottom: 11px;
}

.p-control {
    text-align: center;
}

.p-control span {
    display: inline-block;
    width: 21px;
    height: 5px;
    margin: 0 5px;
    cursor: pointer;
    /*background: url(../images/jstr.png) no-repeat 0 0;*/
    background: #9797a0;
}

.p-control span.cur {
    background: #0E7CF7;
}

.p-banner-btn {
    position: absolute;
    width: 1200px;
    top: 50%;
    left: 50%;
    margin-left: -600px;
}

.p-control i {
    display: inline-block;
    position: fixed;
    width: 61px;
    height: 61px;
    cursor: pointer;
}

.p-banner-btn span {
    display: inline-block;
    position: absolute;
    width: 61px;
    height: 61px;
    cursor: pointer;
    z-index: 99;
}

.p-banner-prev {
    left: -60px;
    background: url("../img/p-banner-prev.png") center no-repeat;
}

.p-banner-next {
    right: -60px;
    background: url("../img/p-banner-next.png") center no-repeat;

}

.p-banner li {
    position: relative;
}

.p-banner-tt {
    margin-top: 220px;
    margin-left: 70px;
}

@media (max-width: 1000px) {
    .p-banner-tt {
        margin-top: 220px;
        margin-left: 70px;
        padding-left: 60px;
    }
}

.p-banner-tt .p-banner-t1 {
    font-size: 40px;
    letter-spacing: 1px;
    color: #fff;
    /*margin-top: -108px;*/
}

.p-banner-tt .p-banner-t2 {
    font-size: 30px;
    margin-top: 22px;
    color: #fff;
}

.p-banner-tt-btn {
    width: 281px;
}

.p-banner-tt-btn a {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box;
    width: 130px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid;
    margin-top: 32px;
}

.p-banner-tt-btn a:first-child {
    float: left;
}

.p-banner-tt-btn a:last-child {
    float: right;
}

.p-banner-tt-btn a:hover {
    background: #fff;
    color: #bb1343;
    border-color: #FFFFFF;
}

.index_bannerWrap1 {
    background: url("../img/banner1.png") center no-repeat;
}

.index_bannerWrap2 {
    background: url("../img/banner2.png") center no-repeat;
}

.index_bannerWrap3 {
    background: url("../img/banner3.png") center no-repeat;
}

.index_bannerWrap4 {
    background: url("../img/banner4.png") center no-repeat;
}

/*banner end*/
.p-main {
    width: 1200px;
    min-width: 1199px;
    max-width: 1200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.solution {
    margin-top: 45px;
    width: 100%;
    height: auto;
    text-align: center;
    color: #4A4A4A;
    margin-bottom: 85px;
}

.solutionHr {
    width: 200px;
    height: 1px;
    border-bottom: 1px solid #979797;
    display: inline-block;
}

.solutionTitle {
    font-size: 24px;
    display: inline-block;
    padding: 0 5px;
    position: relative;
    top: 5px;
}

.solutionInfo {
    margin-top: 5px;
    font-size: 14px;
    line-height: 24px;
}

.cardList {
    width: 100%;
    /*height: 350px;*/
    margin-left: 200px;
}

.cardList-wrap {
    width: 400px;
    height: 330px;
    float: left;
}

.cardList .cardInfo {
    /*display: block;*/
    /*cursor: pointer;*/
    /*margin-right: 20px;*/
    /*text-align: center;*/
    /*color: #4A4A4A;*/

}

.cardList .cardInfo:hover, .cardList .cardInfo:focus {
    color: #4A4A4A;
}

.cardList .cardInfo:last-child {
    margin-right: 0;
}

.cardList .card_1 {
    background: url(../img/hk-home-1.png) center no-repeat;

}

.cardList .card_2 {
    background: url(../img/hk-home-2.png) center no-repeat;
}

.cardList .card_3 {
    background: url(../img/hk-home-3.png) center no-repeat;
}

.cardList .cardInfo:hover {
    background-size: 125%;
    animation: scaleBackground .5s;
    -moz-animation: scaleBackground .5s;	/* Firefox */
    -webkit-animation: scaleBackground .5s;	/* Safari 和 Chrome */
    -o-animation: scaleBackground .5s;
}

@keyframes scaleBackground {
    from {
        background-size: 100%;
    }
    to {
        background-size: 125%;
    }
}

@-moz-keyframes scaleBackground /* Firefox */
{
    from {
        background-size: 100%;
    }
    to {
        background-size: 125%;
    }
}

@-webkit-keyframes scaleBackground /* Safari 和 Chrome */
{
    from {
        background-size: 100%;
    }
    to {
        background-size: 125%;
    }
}

@-o-keyframes scaleBackground /* Opera */
{
    from {
        background-size: 100%;
    }
    to {
        background-size: 125%;
    }
}

.cardList .linkBtn {
    display: block;
    width: 120px;
    height: 40px;
    margin: 30px auto;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cardList .linkBtn:hover{
    border:2px solid #FB873F ;
    color: #FB873F;
}



.cardInfo .cardTT {
    margin-top: 40px;
    text-align: center;
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 700;
}

.cardInfo .cardTitle {
    margin-top: 30px;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
}

.productIntro {
    width: 100%;
    margin-top: 50px;
}

.productIntro .productIntroTitle {
    text-align: center;
    font-size: 24px;
    color: #4A4A4A;
}

.productIntro .productIntroContainer {
    width: 100%;
    height: auto;
    margin-top: 55px;
}

.productIntro .productIntroContainer .infoContainer {
    padding: 0;
}

.productIntro .productIntroContainer .infoContainer:last-child {
    margin-right: 0;
}

.productIntro .productIntroContainer .infoContainer .title {
    height: 70px;
    background-color: #83C3CF;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    line-height: 70px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
}

.productIntro .productIntroContainer .infoContainer .title img {
    position: relative;
    /*top: 8px;*/
    margin-right: 13px;
}

.productIntro .productIntroContainer .infoContainer .info {
    margin-top: 2px;
    width: 100%;
    height: 160px;
    color: #4A4A4A;
    font-size: 16px;
    background: #D4F1F4;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    padding: 0 30px;
    padding-top: 18px;
}

.productIntro .productIntroContainer .infoContainer .info p {
    line-height: 35px;
    text-indent: 35px
}

.companyShow {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.companyShow .title {
    text-align: center;
    font-size: 24px;
    color: #4A4A4A;
    height: 31px;
}

.companyShow .companyContainer {
    margin-top: 40px;
    width: 100%;
    height: 162px;
    background: #F4F4F4;
    padding: 30px 80px;
    box-sizing: border-box;
    position: relative;
}

.companyShow .companyList {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.companyShow .companyList ul {
    width: 100%;
    height: 110px;
    list-style: none;
    position: relative;
}

.companyShow .companyList ul li {
    float: left;
    height: 110px;
    margin-right: 20px;
}

.companyShow .companyList ul li:last-child {
    margin-right: 0;
}

.companyShow .leftArrows {
    width: 16px;
    height: 64px;
    background-image: url(../img/leftArrows.png);
    position: absolute;
    background-size: 16px 64px;
    left: 20px;
    top: 50px;
    cursor: pointer;
}

.companyShow .rightArrows {
    width: 16px;
    height: 64px;
    background-image: url(../img/rightArrows.png);
    position: absolute;
    background-size: 16px 64px;
    right: 20px;
    top: 50px;
    cursor: pointer;
}

.footer {
    width: 100%;
    min-width: 1200px;
    /*height: 217px;*/
    min-height: 188px;
    background: #6CCBDD;
    padding-bottom: 15px;
}

.footerContainer {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}

.yb-company-footer .p-footer-bq {
    color: #333;
}

.yb-company-footer a {
    color: #333;
}

/*.footerContainer .footerContainerLeft{*/
/*position: relative;*/
/*}*/
/*.footerContainer .footerfooterContainerCenter{*/
/*position: relative;*/
/*}*/
/*.footerContainer .footerContainerRight{*/
/*position: relative;*/
/*}*/
.footerContainer .footerContainerLeft img {
    position: absolute;
    top: 60px;
    /*left: 40px;*/
}

.footerContainer .footerContainerLeft span {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.yb-company-phone {
    position: absolute;
    top: 60px;
    left: 90px;
}

.yb-company-mail {
    position: absolute;
    top: 105px;
    left: 90px;
}

.yb-company-mail a {
    display: inline-block;
}

.yb-phone-img {
    margin-left: 16px;
}

.yb-mail-img {
    margin-left: 16px;
    margin-top: 45px;
}

.footerContainer .footerContainerCenter {
    text-align: center;
}

.footerContainer .footerContainerCenter img {
    position: relative;
    margin-top: 17px;
}

.p-footer-bq {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 10px;
}

.footerContainer .footerContainerRight img {
    position: absolute;
    top: 35px;
    left: 30px;
}

.footerContainer .footerContainerRight .info_1 {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    left: 170px;
    top: 50px;
    position: absolute;
}

.footerContainer .footerContainerRight .info_2 {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    left: 170px;
    top: 88px;
    position: absolute;

}

/*货氪分销 start*/
.p-head-tips {
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    min-width: 1200px;
    top: 60px;
}

.p-head-tips a {
    color: #4A4A4A;
}

.p-head-tips a:hover {
    color: #FB873F;
}

.p-head-tips span {
    margin-right: 25px;
}

.p-head-tips-btn {
    /*width: 64px;*/
    /*height: 24px;*/
    line-height: 24px;
    border-color: #4A4A4A;
    font-size: 14px;
    display: inline-block;
    padding: 0 5px;
}

.p-head-tips-btn:hover {
    border-color: #FB873F;
    /*background: #FB873F;*/

}

/*货氪分销 end*/

/*dolphinDitributuion 样式 start*/
.yb-banner {
    background: #cccccc center no-repeat;
    height: 530px;
    width: 100%;
    min-width: 1200px;
    margin: -32px auto 0;
}

.yb-banner-distribution {
    background: #708FEF url("../img/dp-banner-distributiion.png") center no-repeat;
}

.yb-banner-distribution-pc {
    background: url("../img/dp-dis-banner-pc.png") no-repeat center;
    width: 527px;
    height: 252px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    bottom: 0;
    animation: swap 1s;
}

.yb-banner-distribution-phone {
    background: url("../img/dp-dis-banner-phone.png") center no-repeat;
    width: 164px;
    height: 330px;
    position: absolute;
    left: 50%;
    margin-left: 290px;
    bottom: 0;
}

.section {
    min-width: 1200px;
    position: relative;
}

.yb-line {
    display: block;
    border: 1px solid #979797;
    width: 730px;
    margin: 50px auto 0;
    position: relative;

}

.yb-bd-tt {
    position: absolute;
    left: 50%;
    display: block;
    width: 162px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    text-align: center;
    background: #fff;
    color: #4A4A4A;
    margin-left: -81px;
    margin-top: -13px;
}

.yb-dis-merit {
    background: url("../img/dp-dis-five.png") center no-repeat;
    width: 795px;
    height: 251px;
    margin-top: 50px;

}

.yb-dis-platform {
    width: 100%;
    margin-top: 50px;
}

.yb-dis-platform > div {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 140px;
    /*width: 285px;*/
}

.yb-dis-four-1 {
    background: url("../img/dp-dis-four-1.png") center no-repeat;
}

.yb-dis-four-2 {
    background: url("../img/dp-dis-four-2.png") center no-repeat;
}

.yb-dis-four-3 {
    background: url("../img/dp-dis-four-3.png") center no-repeat;
}

.yb-dis-four-4 {
    background: url("../img/dp-dis-four-4.png") center no-repeat;
}

.yb-dis-hardWare {
    width: 722px;
}

.yb-dis-hardWare i {
    display: block;
    margin: 0 auto;
}

.yb-dis-hardWare-ico1 {
    background: url("../img/dp-dis-hardware1.png") no-repeat center;
    width: 59px;
    height: 85px;
}

.yb-dis-hardWare-ico2 {
    background: url("../img/dp-dis-hardware2.png") no-repeat center;
    width: 78px;
    height: 85px;
}

.yb-dis-hardWare-ico3 {
    background: url("../img/dp-dis-hardware3.png") no-repeat center;
    width: 83px;
    height: 85px;
}

.yb-dis-hardWare-ico4 {
    background: url("../img/dp-dis-hardware4.png") no-repeat center;
    height: 85px;
    width: 48px;
}

.yb-dis-hardWare p {
    font-size: 20px;
    color: #505050;
    text-align: center;
}

.yb-dis-mobileBill {
    background: url("../img/dp-dis-mobile-billing.png") no-repeat center;
    width: 100%;
    height: 724px;
    padding-left: 110px;
    padding-top: 22px;
}

.yb-dis-mobileBill-tt {
    font-size: 42px;
    color: #FB873F;
}

.yb-dis-mobileBill-line {
    position: absolute;
    border-color: #4a4a4a;
    width: 228px;
    margin-top: 24px;
}

.yb-dis-mobileBill-tt2 {
    font-size: 36px;
    margin-left: 255px;
}

.yb-dis-mobileBill-bd {
    width: 772px;
    font-size: 18px;
    color: #505050;
    text-indent: 2em;
    margin-left: 120px;
    margin-top: 18px;
    line-height: 30px;
}

.yb-dis-analysis-tt {
    width: 1022px;
}

.yb-dis-analysis-bg {
    background: url("../img/dp-dis-analysis.png") center no-repeat;
    width: 100%;
    height: 361px;
    margin-top: 38px;
}

.yb-dis-finance {
    background: url("../img/dp-dis-finance.png") center no-repeat;
    width: 100%;
    height: 724px;
    padding-left: 110px;
    padding-top: 22px;
}

.yb-dis-staff-bg {
    background: url("../img/dp-dis-staff.png") center no-repeat;
    width: 100%;
    height: 308px;
    margin-top: 48px;
}

.yb-dis-footBtn {
    display: block;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    color: #4a4a4a;
    margin-top: 80px;
    background: #C7D7F7;
}

/*dolphinDitributuion 样式 end*/
/*dolphinCrash start*/
.yb-banner-cashier {
    background: url("../img/dp-banner-cashier.png") no-repeat center;
}

.yb-cash-intro {
    width: 1080px;
    margin-top: 88px;
}

.yb-cash-intro .yb-cash-intro-fuc {
    width: 100%;
    border-bottom: 1px solid #979797;
    padding-bottom: 46px;
}

.yb-cash-intro > div:last-child {
    border-bottom: none;
}

.yb-cash-intro-Tt {
    text-align: left;
    font-size: 24px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 24px;
    width: 200px;
    text-indent: 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.yb-cash-intro-fucBd {
    width: 880px;
}

.yb-cash-intro i {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.yb-cash-intro p {
    text-align: center;
    font-size: 20px;
    color: #4A4A4A;
    letter-spacing: 0;
    margin-top: 10px;
}

.yb-cash-intro-fucBd > div {
    float: left;
    width: 20%;
}

.yb-cash-intro-fucIco-1 {
    background: url("../img/cashier-function1.png") no-repeat center;
    width: 47px;
    height: 47px;
}

.yb-cash-intro-fucIco-2 {
    background: url("../img/cashier-function2.png") no-repeat center;
    width: 47px;
    height: 47px;
}

.yb-cash-intro-fucIco-3 {
    background: url("../img/cashier-function3.png") no-repeat center;
    width: 47px;
    height: 47px;
}

.yb-cash-intro-fucIco-4 {
    background: url("../img/cashier-function4.png") no-repeat center;
    width: 47px;
    height: 47px;
}

.yb-cash-intro-fucIco-5 {
    background: url("../img/cashier-function5.png") no-repeat center;
    width: 47px;
    height: 47px;
}

.yb-cash-intro-platform-1 {
    background: url("../img/cashier-platform1.png") center no-repeat;
    width: 62px;
    height: 62px;
}

.yb-cash-intro-platform-2 {
    background: url("../img/cashier-platform2.png") center no-repeat;
    width: 62px;
    height: 62px;
}

.yb-cash-intro-platform-3 {
    background: url("../img/cashier-platform3.png") center no-repeat;
    width: 62px;
    height: 62px;
}

.yb-cash-intro-platform-4 {
    background: url("../img/cashier-platform4.png") center no-repeat;
    width: 62px;
    height: 62px;
}

.yb-cash-intro-hardWare-1 {
    background: url("../img/cashier-hardware1.png") center no-repeat;
    width: 70px;
    height: 62px;
}

.yb-cash-intro-hardWare-2 {
    background: url("../img/cashier-hardware2.png") center no-repeat;
    width: 70px;
    height: 62px;
}

.yb-cash-intro-hardWare-3 {
    background: url("../img/cashier-hardware3.png") center no-repeat;
    width: 70px;
    height: 62px;
}

.yb-cash-intro-hardWare-4 {
    background: url("../img/cashier-hardware4.png") center no-repeat;
    width: 70px;
    height: 62px;
}

.yb-cash-intro-hardWare-5 {
    background: url("../img/cashier-hardware5.png") center no-repeat;
    width: 70px;
    height: 62px;
}

.yb-cashier-multi {
    min-width: 1200px;
    width: 100%;
    background-color: #E9DFF6;
    min-height: 550px;
}

.yb-cashier-multi-bg {
    display: block;
    position: absolute;
    background: url("../img/dp-cashier-multiBg.png") center no-repeat;
    width: 722px;
    height: 296px;
    bottom: 0;
    margin-left: 0;
}

.yb-cashier-multi-type {
    width: 780px;
    height: 115px;
    float: right;
}

.yb-cashier-multi-type p {
    text-align: center;
    font-size: 18px;
    color: #8D25AB;
    margin-top: 20px;
}

.yb-cashier-multi-type > div {
    float: left;
}

.yb-cashier-multi-type i {
    display: block;
    width: 62px;
    height: 62px;
}

.yb-cashier-multi-type1 {
    background: url("../img/dp-cashier-ico1.png") center no-repeat;

}

.yb-cashier-multi-type2 {
    background: url("../img/dp-cashier-ico2.png") center no-repeat;
}

.yb-cashier-multi-type3 {
    background: url("../img/dp-cashier-ico3.png") center no-repeat;
}

.yb-cashier-multi-type4 {
    background: url("../img/dp-cashier-ico4.png") center no-repeat;
}

.yb-cashier-multi-type5 {
    background: url("../img/dp-cashier-ico5.png") center no-repeat;
    margin-left: 20px;
}

.yb-cashier-multi-type6 {
    background: url("../img/dp-cashier-ico6.png") center no-repeat;
    margin-left: 20px;
}

.yb-cashier-multi-type-l {
    width: 108px;
    margin-right: 45px;
}

.yb-cashier-multi-type-mid {
    width: 308px;
    border-left: 2px solid #8D0EAB;
    border-right: 2px solid #8D0EAB;
}

.yb-cashier-multi-type-mid span {
    display: block;
    width: 150px;
}

.yb-cashier-multi-type-r {
    margin-left: 60px;
}

.yb-cashier-multi-type-r span {
    width: 230px;
    display: block;
}

.yb-cashier-multi-type-intro {
    width: 350px;
    font-size: 18px;
    color: #4a4a4a;
    position: absolute;
    bottom: 0;
    margin-left: 760px;
    text-indent: 2em;
    /* height: 175px; */
    line-height: 35px;
    padding-bottom: 45px;
}

.yb-cashier-customer {
    min-height: 400px;
}

.yb-cashier-customer-intro {
    width: 360px;
    font-size: 18px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 35px;
    text-indent: 2em;
}

.dp-cashier-customer-bg {
    display: block;
    background: url(../img/dp-cashier-customer-bg.png) no-repeat center;
    width: 778px;
    height: 323px;
    margin-left: 310px;
    margin-top: -150px;
}

.yb-cashier-unit {
    width: 100%;
    background-color: #EAECFA;
    min-height: 550px;
}

.dp-casher-commodity-bg {
    display: block;
    background: url("../img/dp-casher-commodity-bg.png") center no-repeat;
    width: 590px;
    height: 282px;
}

.dp-casher-commodity-intro {
    position: absolute;
    width: 360px;
    font-size: 18px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 35px;
    bottom: 143px;
    margin-left: 760px;
}

.yb-cashier-hardWare {
    width: 100%;
    min-height: 500px;
}

.yb-cashier-hardWare-bd {
    padding-left: 20px;
}

.yb-cashier-hardWare-intro {
    width: 327px;
    font-size: 18px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 35px;
    margin-right: 10px;
    margin-top: 25px;
}

.yb-cashier-hardWare-icoWrap {
    margin-left: 30px;
    width: 206px;
}

.yb-cashier-hardWare-icoWrap i {
    display: block;
    width: 206px;
    height: 206px;
}

.yb-cashier-hardWare-icoWrap p {
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 24px;
}

.yb-cashier-hardWare-ico1 {
    background: url("../img/dp-casher-hardware-1.png") center no-repeat;
}

.yb-cashier-hardWare-ico2 {
    background: url("../img/dp-casher-hardware-2.png") center no-repeat;
}

.yb-cashier-hardWare-ico3 {
    background: url("../img/dp-casher-hardware-3.png") center no-repeat;
}

/*dolphinCrash end*/
/*dolphinMicrokr start*/
.yb-banner-microkr {
    background: url("../img/yb-banner-microkr.png") center no-repeat;
}

.yb-microkr-intro-platform {
    width: 880px;
}

.yb-microkr-intro-platform i {
    display: block;
    margin: 0 auto;
    float: left;
}

.yb-microkr-intro-r-ico1 {
    background: url("../img/dp-microkr-icon-pc.png") center no-repeat;
    width: 130px;
    height: 130px;
}

.yb-microkr-intro-r-ico2 {
    background: url("../img/dp-microkr-icon-weixin.png") center no-repeat;
    width: 130px;
    height: 130px;
}

.yb-microkr-intro-platform span {
    font-size: 20px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 35px;
    float: left;
    width: 190px;
    margin-left: 30px;
}

.yb-microkr-brand {
    background: #FFFEE7;
    min-height: 450px;
}

.yb-microkr-BdWrap {
    width: 1050px;
    padding: 0 5px;
    margin: 0 auto;
}

.yb-microkr-brand-ico {
    background: url("../img/dp-microkr-icon-crown.png") center no-repeat;
    width: 398px;
    height: 282px;
    margin-top: 77px;
}

.yb-microkr-BdWrap-bd {
    margin-left: 126px;
}

.yb-microkr-tt {
    text-align: center;
    font-size: 42px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 42px;
    margin-top: 110px;
    /*margin-left: 50px;*/
}

.yb-microkr-line {
    /*position: absolute;*/
    display: block;
    border-bottom: 2px solid #4A4A4A;
    width: 400px;
    margin-top: 25px;

}

.yb-microkr-line-ico {
    display: block;
    background: url(../img/dp-microkr-icon-weixin-S.png) center no-repeat;
    width: 48px;
    height: 48px;
    float: right;
    margin-top: -48px;
    margin-right: -48px;
}

.yb-microkr-intro {
    width: 400px;
    font-size: 18px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 35px;
    /*margin-left: 50px;*/
    margin-top: 20px;
    text-indent: 2em;
}

.yb-microkr-goodsManage {
    min-height: 450px;
    padding-top: 15px;
}

.yb-microkr-goodsManageIco {
    background: url("../img/dp-microkr-icon-goodsManage.png") center no-repeat;
    width: 382px;
    height: 382px;
    margin-top: 20px;
}

.yb-microkr-marketIco {
    background: url("../img/dp-microkr-pic-02.png") center no-repeat;
    width: 521px;
    height: 403px;
}

.yb-microkr-market {
    min-height: 450px;
    width: 100%;
    background: #EBFFF5;
}

.yb-microkr-market-bd {
    margin-left: 18px;
}

/*dolphinMicrokr  end*/
/*yb-banner-service start*/
.yb-banner-service {
    background: url("../img/dp-service-banner.png") center no-repeat;
}

.yb-service-platformL {
    width: 310px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.yb-service-platformL-ico1 {
    background: url("../img/yb-service-platform01.png") center no-repeat;
    width: 309px;
    height: 96px;
}

.yb-service-platformL-ico2 {
    background: url("../img/yb-serviceplatform02.png") center no-repeat;
    width: 309px;
    height: 96px;
}

.yb-service-platformL-ico3 {
    background: url("../img/yb-serviceplatform03.png") center no-repeat;
    width: 309px;
    height: 96px;
}

.yb-service-introWrap i {
    display: block;
}

.yb-btn-return:hover {
    color: #FFFFFF;
}

.yb-service-platformR {
    width: 820px;
    border-bottom: 1px solid #979797;
    padding: 15px;
}

.yb-service-platformR:last-child {
    border: 0;
}

.yb-service-platformR-bd {
    width: 65px;
    margin-left: 65px;
}

.yb-service-platformR-bd:first-child {
    margin-left: 20px;
}

.yb-service-platformR-bd i {
    background-image: url("../img/yb-service-platformR-icon.png");
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.yb-service-platformR-bd span {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    color: #4A4A4A;
    letter-spacing: 0;
    text-align: center;
}

.yb-service-platformR-bd-ico1 {
    background-position: -2px 1px;
}

.yb-service-platformR-bd-ico2 {
    background-position: -58px 1px;
}

.yb-service-platformR-bd-ico3 {
    background-position: -115px 1px;
}

.yb-service-platformR-bd-ico4 {
    background-position: -172px 1px;
}

.yb-service-platformR-bd-ico5 {
    background-position: -230px 1px;
}

.yb-service-platformR-bd-ico6 {
    background-position: -286px 1px;
}

.yb-service-platformR-bd-ico2-1 {
    background-position: -2px -58px;
}

.yb-service-platformR-bd-ico2-2 {
    background-position: -58px -58px;
}

.yb-service-platformR-bd-ico2-3 {
    background-position: -115px -58px;
}

.yb-service-platformR-bd-ico2-4 {
    background-position: -172px -58px;
}

.yb-service-platformR-bd-ico2-5 {
    background-position: -230px -58px;
}

.yb-service-platformR-bd-ico3-1 {
    background-position: -2px -117px;
}

.yb-service-platformR-bd-ico3-2 {
    background-position: -58px -117px;
}

.yb-service-platformR-bd-ico3-3 {
    background-position: -115px -117px;
}

.yb-service-wayWrap {
    background: #E2FAFB;
    min-height: 450px;
    margin-top: 45px;
}

.yb-service-wayWrapIntro {
    width: 562px;
    margin-top: 108px;
}

.yb-service-wayWrapIntro-tt {
    font-size: 36px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
}

.yb-service-wayWrapIntro-line {
    width: 100%;
    height: 1px;
    background: #4A4A4A;
    margin-top: 35px;
}

.yb-service-wayWrapImg {
    background: url("../img/yb-service-onlineBg.png") center no-repeat;
    width: 466px;
    height: 396px;
    margin-top: 25px;
}

.yb-customerServiceOl {
    margin-top: 32px;
    font-size: 18px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 35px;
    margin-left: 30px;
}

.yb-service-wayWrapIntro-tips {
    text-align: right;
    margin-top: 20px;
}

.yb-service-normWrap {
    min-height: 450px;
    margin-top: 45px;
}

.yb-service-normWrap-tt {
    font-size: 36px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 36px;
    padding-left: 50px;
    text-align: left;
}

.yb-service-normWrap-tt2 {
    font-size: 36px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 36px;
    text-align: right;
    padding-right: 80px;
    margin-top: 25px;
}

.yb-service-normWrapImg {
    background: url("../img/yb-service-normWrapImg.png") center no-repeat;
    width: 522px;
    height: 276px;
    margin-top: 40px;
}

.yb-service-customerP {
    font-size: 18px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 35px;
    text-indent: 2em;
    margin-top: 35px;
}

.yb-service-normWrapIntro {
    margin-top: 40px;
    margin-right: 35px;
}

.yb-service-efficientIntro {
    margin-top: 70px;
    width: 626px;
}

.yb-service-efficientWrap {
    background: #E2EDFB;
    min-height: 450px;
}

.yb-service-efficientWrapImg {
    background: url("../img/yb-service-efficientBg.png") center no-repeat;
    width: 461px;
    height: 423px;
    margin-top: 10px;
}

.yb-service-powerWrap {
    min-height: 450px;
}

.yb-service-powerWrapImg {
    background: url("../img/yb-service-powerWrapImg.png") center no-repeat;
    width: 518px;
    height: 380px;
    margin-top: 18px;
}

.yb-service-powerWrapIntro {
    margin-top: 70px;
    width: 562px;
    margin-right: 35px;
}

.yb-service-totalWrap {
    background: #F5EDFD;
    min-height: 450px;

}

.yb-service-totalWrapImg {
    background: url("../img/yb-service-totalWrapImg.png") center no-repeat;
    width: 334px;
    height: 356px;
    margin-top: 48px;
    margin-right: 90px;
}

.yb-service-totalWrapIntro p {
    font-size: 18px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 35px;
    text-align: center;
    margin-top: 35px;

}

.yb-service-totalWrapIntro {
    margin-top: 139px;
    width: 562px;
}

.yb-service-customizationWrapImg {
    background: url("../img/yb-service-customizationWrapImg.png") center no-repeat;
    width: 565px;
    height: 372px;
    margin-top: 44px;
}

.yb-service-customizationIntro {
    margin-top: 96px;
    width: 562px;
    margin-right: 35px;
}

/*yb-banner-service end*/

/*yb-support start*/
.yb-banner-support {
    background: url("../img/yb-service.png") center;
}

.yb-contact-way {
    width: 360px;
    height: 400px;
    float: left;
    margin-top: 20px;
    margin-left: 71px;
}

.yb-contact-way div {
    margin-top: 50px;
}

.yb-contact-way div span {
    display: block;
    padding-left: 10px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    letter-spacing: 0;
    height: 24px;
}

.yb-contact-tel:before {
    content: '';
    background: url("../img/yb-service-tel.png") center no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-left: -66px;
    margin-bottom: -60px;
}

.yb-contact-email:before {
    content: '';
    background: url("../img/yb-service-email.png") center no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-left: -66px;
    margin-bottom: -60px;
}

.yb-contact-address:before {
    content: '';
    background: url("../img/yb-service-address.png") center no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-left: -66px;
    margin-bottom: -60px;
}

.yb-contact-map {
    background: url("../img/yb-service-map.png") center no-repeat;
    width: 768px;
    height: 399px;
    float: left;
    margin-top: 20px;
}

/*yb-support end*/
/*yb-contact start*/
.yb-banner-contact {
    background: url("../img/contact-banner.png") center no-repeat;
}

.who-using {
    background: #90c31f;
}

.who-using .bar {
    width: 100%;
    height: 140px;
    color: #fff;
    text-align: center;
    font-size: 35px;
    line-height: 140px;
}

.who-using .content {
    width: 100%;
    height: 610px;
    background: url("../img/who_used_bg.png") no-repeat;
}

.yb-banner-companyIntro {
    background: center no-repeat;
    height: 750px;
}

.yb-company-tt {
    font-size: 30px;
    letter-spacing: 0;
    text-align: center;
}

.yb-coreValue-tt {
    color: #4A4A4A;
}

.yb-coreValue-content-col {
    width: 220px;
    float: left;
    margin-left: 104px;
}

.yb-coreValue-content-col:first-child {
    margin-left: 0;
}

.yb-coreValue-content-col i {
    width: 110px;
    height: 110px;
    display: block;
    margin: 0 auto;
}

.yb-coreValue-content-col p {
    text-align: center;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 30px;
    margin-top: 23px;
}

.yb-coreValue-content-coCreate-i {
    background: url("../img/sense-of-worth.png") 5px -7px no-repeat;
}

.yb-coreValue-content-coCreate-p {
    color: #F8CB84;
}

.yb-coreValue-content-share-i {
    background: url("../img/sense-of-worth.png") -108px -4px no-repeat;
}

.yb-coreValue-content-open-i {
    background: url("../img/sense-of-worth.png") -217px -4px no-repeat;
}

.yb-coreValue-content-growth-i {
    background: url("../img/sense-of-worth.png") -326px 3px no-repeat;
}

.yb-coreValue-content-share-p {
    color: #B4B2DA;
}

.yb-coreValue-content-open-p {
    color: #74A8EA;
}

.yb-coreValue-content-growth-p {
    color: #7FD2EF;
}

.yb-coreValue-content-col-review {
    margin-left: 94px;
    width: 230px;
}

.yb-dream {
    margin-top: 80px;
}

.yb-dream-tt, .yb-culture-tt {
    color: #07967F;
}

.yb-dream-intro {
    background: url("../img/mission.png") center no-repeat;
    width: 1187px;
    height: 28px;
    margin: 0 auto;
}

.yb-culture {
    margin-top: 90px;
}

.yb-culture-intro {
    background: url("../img/yb-culture-intro.png") center no-repeat;
    width: 1012px;
    height: 127px;
    margin: 0 auto;
}

.yb-idea {
    width: 100%;
    margin-top: 89px;
    min-height: 600px;
}

.yb-idea-content-wrap {
    position: relative;
    height: 450px;
    width: 100%;
    max-width: 1916px;
    margin: 0 auto;
    padding-top: 1px;
}

.yb-idea-tt {
    color: #333333;
}

.yb-idea-content {
    position: relative;
}

.yb-idea-content li {
    font-family: FZZZHUNHJW--GB1-0;
    font-size: 24px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 58px;
    width: 500px;
}

.yb-companyIntro {
    margin-top: 100px;
}

.yb-companyIntro-tt {
    width: 100%;
    text-align: center;
    background: #DCE0F7;
    height: 32px;
    line-height: 32px;
    color: #505050;
    font-size: 22px;
    letter-spacing: 0;

}

.yb-companyIntro-content p {
    font-size: 20px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 45px;
    text-indent: 40px;
}

.yb-companyCourse {
    margin-top: 100px;
}

.yb-companyCustomer {
    margin-top: 100px;
    width: 100%;
}

.yb-companyCourse-bg {
    background: url("../img/yb-companyCourse-bg.png") center no-repeat;
    width: 100%;
    height: 194px;
    margin: 10px auto 0;
}
.yb-companyCustomer-content{
    position: relative;
}
.yb-companyCustomer-tt {
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
}

.yb-companyCustomer-bg {
    background:rgb(154, 197, 56) url("../img/who_used_bg.png") center no-repeat;
    width: 100%;
    max-width: 1920px;
    height: 1000px;
    padding-top: 50px;
}

.yb-company-footer {
    background: #fff;
}

.yb-company-footer .footerContainer .footerContainerLeft span {
    color: #333;
}

.yb-company-footer .footerContainerRight .info_1, .yb-company-footer .footerContainerRight .info_2 {
    color: #333333;
}

/*yb-contact end*/
/*回到顶部 start*/
.yb-goTop {
    position: fixed;
    right: 20px;
    bottom: 50px;
}

.yb-goTop-ico {
    display: block;
    background: url("../img/p-toTop-grey.png") center no-repeat;
    width: 62px;
    height: 62px;
    cursor: pointer;
}

.yb-goTop-ico:hover {
    background: url("../img/p-toTop.png") center no-repeat;
}

/*回到顶部 end*/

/*yb-blank start*/
.yb-blank-bg {
    background: url("../img/yb-blank-bg.png") center no-repeat;
    width: 755px;
    height: 396px;
}

.yb-btn-return {
    width: 100px;
    height: 35px;
    background: #FB873F;
    line-height: 35px;
    margin-top: 15px;
}

.online-consulting {
    position: fixed;
    bottom: 268px;
    right: 20px;
    background: url("../img/ervice.png") center no-repeat;
    width: 131px;
    height: 177px;
    z-index: 10;
}

/*yb-blank end*/
/*animation */
@keyframes swap {
    0% {
        opacity: 0;
        transform-origin: 0 100%;
        transform: scale(0, 0) translate(-700px, 0px);
    }
    100% {
        opacity: 1;
        transform-origin: 100% 100%;
        transform: scale(1, 1) translate(0px, 0px);
    }
}

/*hwakWemall start*/
.hk-banner-wemall {
    background: url("../img/dp-banner-cashier.png") no-repeat center;
}

.hk-wemall-intro-ico1 {
    background: url("../img/hk-wemall-ico.png") no-repeat 0 -7px;
    width: 49px;
    height: 50px;
}

.hk-wemall-intro-ico2 {
    background: url("../img/hk-wemall-ico.png") no-repeat -63px -10px;
    width: 44px;
    height: 50px;
}

.hk-wemall-intro-ico3 {
    background: url("../img/hk-wemall-ico.png") no-repeat -120px -10px;
    width: 50px;
    height: 50px;
}

.hk-wemall-intro-ico4 {
    background: url("../img/hk-wemall-ico.png") no-repeat -180px -7px;
    width: 47px;
    height: 50px;
}

.hk-wemall-intro-ico5 {
    background: url("../img/hk-wemall-ico.png") no-repeat 0 -66px;
    width: 47px;
    height: 50px;
}

.hk-wemall-intro-ico6 {
    background: url("../img/hk-wemall-ico.png") no-repeat -63px -66px;
    width: 47px;
    height: 50px;
}

.hk-wemall-intro-ico7 {
    background: url("../img/hk-wemall-ico.png") no-repeat -120px -66px;
    width: 47px;
    height: 50px;
}

.hk-wemall-intro-ico8 {
    background: url("../img/hk-wemall-ico.png") no-repeat -180px -66px;
    width: 47px;
    height: 50px;
}

.hk-wemall-merit {
    min-width: 1200px;
    width: 100%;
    min-height: 550px;
}

.hk-wemall-merit-content-bg {
    background: #E9DFF6 url("../img/hk-wemall-merit-content.png") center no-repeat;
    max-width: 1200px;
    height: 740px;

}

.hk-wemall-merit-hexagon {
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.hk-wemall-merit-intro {
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    line-height: 26px;
}

.hk-individuation-tt {
    font-size: 40px;
    color: #FB873F;
    text-align: center;
    display: block;
}

.hk-individuation-tt2 {
    font-size: 32px;
    color: #000000;
    letter-spacing: 0;
    line-height: 42px;
}

.hk-individuation-wrap {
    min-height: 400px;
}

.hk-individuation-intro {
    background: url("../img/hk-individuation-intro.png") center no-repeat;
    max-width: 1218px;
    height: 681px;
}

.hk-multipleprice-wrap {
    min-height: 800px;
    background: #E9DFF6;
    max-width: 1400px;
}

.hk-multipleprice-intro {
    background: url("../img/hk-multipleprice-intro.png") no-repeat center;
    width: 700px;
    height: 566px;
    margin-top: 106px;
}

.hk-multipletrench-wrap {
    max-width: 1400px;
    min-height: 500px;
}

.hk-multipletrench-tt2 {
    font-size: 32px;
    color: #333333;
    letter-spacing: 0;
    line-height: 62px;
}

.hk-multipletrench-intro {
    background: url("../img/hk-multipletrench-intro.png") no-repeat center;
    max-width: 1262px;
    height: 406px;
    margin-top: 54px;
}

/*hwakWemall end*/
/*关于我们new start*/
.yb-idea-ico {
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

}

.yb-idea-intro1 span {
    font-size: 48px;
    color: #90BEF5;
    letter-spacing: 0;
}
.yb-idea-intro1 .yb-idea-ico{
    background: #90BEF5;
}

.yb-idea-intro2 span {
    font-size: 48px;
    color: #FCA58E;
    letter-spacing: 0;
}
.yb-idea-intro2 .yb-idea-ico{
    background: #FCA58E;
}
.yb-idea-intro3 span {
    font-size: 48px;
    color: #8EB269;
    letter-spacing: 0;
}
.yb-idea-intro3 .yb-idea-ico{
    background: #8EB269;
}
.yb-idea-intro4 span {
    font-size: 48px;
    color: #FEC971;
    letter-spacing: 0;
}
.yb-idea-intro4 .yb-idea-ico{
    background: #FEC971;
}
.yb-idea-content p {
    margin-left: 85px;
}
.yb-idea-content-bg{
    background: url("../img/idea.png") no-repeat center;
    width: 463px;
    height: 461px;
    position: absolute;
    left: 50%;
    margin-left: -234px;
    top: 0px;
}
.yb-idea-content-margin {
    margin-top: 166px;
}
.yb-companyCourse-introwrap p{
    float: left;
    font-size: 20px;
    color: #000000;
    line-height: 31px;
}
.yb-companyCourse-introwrap b{
    color: #249CF6;
    font-size: 24px;
}
.yb-companyCourse-intro1 {
    margin-left: 140px;
}
.yb-companyCourse-intro2 {
    margin-left: 50px;
}
.yb-companyCourse-intro3{
    margin-left: 50px;
}
.yb-companyCourse-intro4 {
    margin-left: 0;
}
.yb-companyCourse-intro5{
    margin-left: 100px;
}
.yb-companyCourse-intro6{
    margin-left: 50px;
}
/*关于我们new end*/

.hk-banner-nzb {
    display: block;
    cursor: pointer;
    background: url("../img/nzb-banner.png") no-repeat center;
}

/*农资宝*/
.icon-main {
    /*position: relative;*/
    width: 1200px;
    min-width: 1199px;
    max-width: 1200px;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.model-icon {
    width: 120px;
    float: left;
    margin:0 60px
}

.model-icon p {
    text-align: center;
    font-size: 20px;
    line-height: 18px;
    margin-top: 39px
}

.nzb-show {
    /*position: relative;*/
    width: 100%;
    min-width: 1199px;
    max-width: 1920px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    background: #C1DFBB
}

.nzb-show p {
    font-size: 30px;
    margin-top: 60px;
    text-align: center;
    margin-top: 60px
}
.nzb-show-img {
    background: center no-repeat;
    width: 100%;
    max-width: 1920px;
    height: 1183px;
    margin: 0 auto;
    padding-top: 1px
}

.nzb-build {
    /*position: relative;*/
    width: 1200px;
    min-width: 1199px;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}

.nzb-build .nzb-build-title {
    font-size: 30px;
    margin: 60px auto 30px;
    text-align: center
}

.nzb-build .nzb-build-content .nzb-build-content-detail:nth-child(1){
    float: left;
    width: 30%;
    height: auto;
    margin-right: 5%;
}

.nzb-build .nzb-build-content .nzb-build-content-detail:nth-child(2){
    float: left;
    width: 30%;
    height: auto;
    margin-right: 5%;
}

.nzb-build .nzb-build-content .nzb-build-content-detail:nth-child(3){
    float: left;
    width: 30%;
    height: auto;
    margin-right: 0;
}

.nzb-build .nzb-build-content .nzb-build-content-detail .detail-1{
    position: relative;
    width: 376px;
    height: 220px;
    background: url("../img/significance-1.png");
}

.nzb-build .nzb-build-content .nzb-build-content-detail .detail-1 i{
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: 15px;
    font-size: 18px;
    color: #ffffff;
}

.nzb-build .nzb-build-content .nzb-build-content-detail .detail-2{
    position: relative;
    width: 376px;
    height: 220px;
    background: url("../img/significance-2.png");
}

.nzb-build .nzb-build-content .nzb-build-content-detail .detail-2 i{
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: 15px;
    font-size: 18px;
    color: #ffffff;
}

.nzb-build .nzb-build-content .nzb-build-content-detail .detail-3{
    position: relative;
    width: 376px;
    height: 220px;
    background: url("../img/significance-3.png");
}

.nzb-build .nzb-build-content .nzb-build-content-detail .detail-3 i{
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: 15px;
    font-size: 18px;
    color: #ffffff;
}

.nzb-build .nzb-build-content .nzb-build-content-detail p{
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 20px;
}

.nzb-build .nzb-build-content .nzb-build-content-detail span {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 34px;
    padding: 0 5px;
    margin-top: 25px;
}

.nzb-plan {
    width: 100%;
    min-width: 1199px;
    max-width: 1920px;
    height: 495px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    background: url("../img/programme-bg.png") no-repeat top left 100%;
}

.nzb-plan .nzb-plan-title {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    padding-top: 60px
}

.nzb-plan .nzb-plan-ab {
    position: relative;
    width: 1198px;
    height: 260px;
    margin: 60px auto 85px
}

.nzb-plan .nzb-plan-ab .nzb-plan-a {
    position: absolute;
    top: 0;
    left: 0;
    width: 574px;
    height: 260px;
    background: #C8DFC0
}

.nzb-plan .nzb-plan-ab .nzb-plan-a .nzb-plan-a-detail p:first-child {
    font-size: 32px;
    line-height: 42px;
    padding-top: 29px;
    padding-left: 22px;
}

.nzb-plan .nzb-plan-ab .nzb-plan-a .nzb-plan-a-detail p:last-child {
    width: 400px;
    height: 150px;
    font-size: 20px;
    line-height: 50px;
    padding: 25px 2% 20px;
}

.nzb-plan .nzb-plan-ab .nzb-plan-a .nzb-plan-a-img {
    position: absolute;
    top: 38px;
    right: 14px;
}

.nzb-plan .nzb-plan-ab .nzb-plan-b {
    position: absolute;
    top: 0;
    right: 0;
    width: 574px;
    height: 260px;
    background: #C8DFC0
}

.nzb-plan .nzb-plan-ab .nzb-plan-b .nzb-plan-b-detail p:first-child {
    font-size: 32px;
    line-height: 42px;
    padding-top: 29px;
    padding-left: 22px;
}

.nzb-plan .nzb-plan-ab .nzb-plan-b .nzb-plan-b-detail p:last-child {
    width: 341px;
    height: 150px;
    font-size: 20px;
    line-height: 50px;
    padding: 25px 2% 20px;
}

.nzb-plan .nzb-plan-ab .nzb-plan-b .nzb-plan-b-img {
    position: absolute;
    top: 59px;
    right: 3px;
}
.nzb-process{
    background: url("../img/process.png") no-repeat center 100%;
}