.apply_right{
    position: absolute;
    right: 10%;
    top: 20%;
    z-index: 99999;
}

@media only screen and (max-width: 1440px){
    .apply_right .right {
        padding: 30px;
      }
}


@media only screen and (max-width: 1600px) {
    .apply_right .right {
        padding: 35px;
        background-color: rgba(23, 36, 64, 0.88);
        border-radius: 10px;
        margin-right: 0;
      }
}

.apply_right .right {
    padding: 35px;
    background-color: rgba(23, 36, 64, 0.88);
    border-radius: 10px;
    margin-right: 0;
  }

.apply_right .right h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
  }

  @media only screen and (max-width: 1440px) {
    .fnt_32 {
        font-size: 30px;
      }
  }

  @media only screen and (max-width: 1440px) {
    .apply_right .right>div{
        width: 290px;
        padding-bottom: 16px;
        font-size: 14px;
    }
  }

.apply_right .right>div{
    padding-bottom: 20px;
    color: #a7a9af;
    position: relative;
    overflow: hidden;
    width: 330px;
    font-size: 16px;
}

.apply_right .right .p2 label {
    width: 85px;
    color: #fff;
  }

@media only screen and (max-width: 1440px) {
    .apply_right .right label {
        height: 40px;
        line-height: 40px;
      }
}

.apply_right .right label {
    height: 40px;
    display: inline-block;
    line-height: 40px;
    width: 100px;
    padding-left: 5px;
    float: left;
    margin-right: -100px;
    border-bottom: 1px solid #6b6f76;
    position: relative;
    z-index: 2;
  }

  .apply_right .right .p2 .s_phone {
    padding-left: 100px;
    float: left;
    width: 100%;
  }

  .apply_right .right .p2 input {
    padding-left: 0px;
  }

  .apply_right .right input[type='text'] {
    border: none;
    outline: none;
  }

  .apply_right .right input[type='text'] {
    padding-left: 100px;
    float: left;
    width: 100%;
    padding-left: 5px;
    border-bottom: 1px solid #6b6f76;
  }

  @media only screen and (max-width: 1440px) {
    .apply_right .right input {
        height: 40px;
      }
  }

  .apply_right .right input {
    border: 0px;
    background-color: transparent;
    height: 40px;
    color: #ffffff;
  }

  .apply_right .right .apply-error {
    width: 100%;
    padding: 0;
    margin: 0 !important;
    text-align: right;
    font-size: 14px;
    color: #ff0c0b !important;
    line-height: 20px;
    display: block;
    position: absolute;
    bottom: -2px;
    right: 0;
    display: none;
  }

  .apply_right .right label.ina_none {
    border-bottom: none;
  }

  .apply_right .right .p3 input {
    padding-left: 100px;
    padding-right: 90px;
  }

  .apply_right .right .huoqu {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    color: #fff;
    font-weight: 700;
    transition: all 0.3s ease-out;
  }
  
  .apply_right .right .huoqu:hover {
    color: #3173df;
  }

  .apply_right .code-btn {
    pointer-events: none;
    cursor: ne-resize;
  }

  .apply_right #bannerRectangle {
    background: url(https://www.kingdee.com/r/cms/www/default/v0.1/images/new-sem/rectangle.png) no-repeat center;
    background-size: cover;
    z-index: 36;
    height: 29px;
    align-self: flex-start;
    margin-top: -13px;
    width: 133px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 4px 0 0 8px;
    /* display: none; */
    visibility: hidden;
  }

  .txt4 {
    z-index: 37;
    width: 108px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 13px;
    font-family: PingFangSC-Regular;
    white-space: nowrap;
    line-height: 17px;
    text-align: left;
  }
  
  @media only screen and (max-width: 1440px) {
    .apply_right .right .p5 {
        padding-bottom: 6px;
        font-size: 14px;
      }
  }

  .apply_right .right .p5 {
    padding-top: 6px;
    padding-left: 3px;
    padding-bottom: 6px;
  }

  .apply_right .right .p5.ty_policy i {
    margin-top: -1px;
  }

  .ty_policy i {
    background: #fff;
    border-radius: 6px;
    width: 22px;
    margin-right: 10px;
    height: 22px;
    display: inline-block;
    cursor: pointer;
    margin-top: 0px;
    vertical-align: middle;
  }

  .ty_policy a {
    text-decoration: underline;
    color: #a4bafc;
  }
  
  .ty_policy a:hover {
    color: #fff;
  }

  .apply_right .right .p4 {
    border-bottom: 0px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s ease-out;
    margin-top: 20px;
    padding-bottom: 0;
  }

  @media only screen and (max-width: 1440px) {
    .apply_right .right .p4 button {
        height: 40px;
        font-size: 16px;
      }
  }

  .apply_right .right .p4 button {
    width: 100%;
    height: 50px;
    border: none;
    font-size: 20px;
    color: #0068dd;
    font-weight: 700;
    transition: all 0.3s ease-out;
  }

  .apply_right .right .p4 button:after {
    transform: translateY(-1px);
    content: "";
    transition: all .4s ease;
    font-family: "iconfont";
    display: inline-block;
    vertical-align: middle;
  }

  .after-sale-box {
    position: fixed;
    right: 0;
    bottom: 30%;
    transform: translateY(50%);
    display: flex;
    flex-direction: column;
    z-index: 9999;
  }
  
  .after-sale-box .after-sale-box-item {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 54px;
    /*height: 95px;*/
    background: #3399FF;
    border-radius: 10px 0px 0px 10px;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 2px;
    text-align: center;
    right: 10px;
    z-index: 999999;
  }
  
  .after-sale-box-item {
    width: 68px;
    height: 68px;
    background: #3399FF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
    position: static;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 2px;
  }
  
  .after-sale-box-item img {
    width: 50px;
    height: 50px;
  }
  
  .after-sale-box-item .dtu {
    width: 32px;
    height: 32px;
  }
  
  .after-sale-box-item-text {
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    padding-bottom: 3px;
  }
  
  .after-sale-box .after-sale-box-item-text {
    font-size: 11px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    padding-bottom: 3px;
    /*width: 26px;*/
    margin-top: 8px;
  }
  
  .after-sale-box .up-box {
    width: 54px;
    height: 55px;
    background: #3399FF;
    border-radius: 10px 0px 0px 10px;
    justify-content: center;
    cursor: pointer;
  }
  
  .after-sale-box .up-box img {
    width: 29px;
    height: 16px;
  }
  
  .after-sale-dialog-tips {
    width: 274px;
    height: 125px;
    position: absolute;
    left: -272px;
    top: -15px;
    background: url(https://www.kingdee.com/r/cms/www/default/v02/images/ERP/business-card.png) no-repeat;
    background-size: 274px 125px;
  }
  
  .item_hide {
    display: none;
  }
  
  .after-sale-dialog-content {
    padding: 12px 0 0 10px;
    display: flex;
  }
  
  .after-sale-dialog-content .phone_area {
    margin-left: 6px;
    margin-top: 20px;
  }
  
  .after-sale-dialog-content div {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
  }
  
  .after-sale-dialog-content span {
    display: block;
    font-size: 10px;
    color: #848586;
    line-height: 20px;
  }
  
  .after-sale-dialog-center,
  .after-sale-dialog-center2 {
    width: 194px;
    height: 84px;
    position: absolute;
    left: -190px;
    top: 6px;
    display: none;
  }
  
  .after-sale-dialog-content-bottom {
    display: flex;
    align-items: center;
    margin-top: 4px;
  }
  
  .after-sale-dialog-content-bottom span {
    font-size: 12px;
    font-weight: 600;
    color: #333333;
    line-height: 16px;
    padding-left: 5px;
  }
  
  .after-sale-dialog-center,
  .after-sale-dialog-center2 {
    width: 194px;
    height: 84px;
    position: absolute;
    left: -190px;
    top: 6px;
    display: none;
  }
  
  .after-sale-dialog-center img,
  .after-sale-dialog-center2 img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .after-sale-dialog-cente-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
  }

  .after-sale-dialog-cente-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
    width: 62px;
    height: 62px;
  }
  
  .after-sale-dialog-center .dialog-box-item-text-title {
    font-weight: inherit;
    margin-bottom: 5px;
  }
  
  .after-sale-dialog-center .dialog-box-item-text-subtitle {
    line-height: 11px;
  }
  
  .dialog-box-item-text-title {
    font-size: 13px;
    color: #333333;
    line-height: 15px;
  }
  
  .dialog-box-item-text-subtitle {
    font-size: 11px;
    color: #777777;
    text-align: justify;
  }
  
.cai_con02{overflow: hidden;margin:0 auto;line-height: 1.5;}
.cai_con02 h3{text-align: center;font-weight: 700;}
.cai_con02 li{float: left;width: 11.11%;text-align: center;border-bottom: 2px solid #eff4fd;cursor: pointer;position: relative;}
.cai_con02 li:after{content: "";display: block;position: absolute;bottom: -2px;left: 0px;width: 0%;height:2px;transition:all 0.5s ease-in-out;background-color: #5f99ea;}
.cai_con02 li:hover:after{width: 100%;}
.cai_con02 li:hover p{font-weight: 700;}
.cai_con02 li.active p{font-weight: 700;}
.cai_con02 li.active:after{width: 100%;}
.cai_con02 li p{padding:15px 0 0 0;}
/*.cai_con02 .tab_con{position: relative;height: 620px;}*/
.cai_con02 .tab_con{position: relative;}
/*.cai_con02 .tab_con .text{opacity: 0;position: absolute;z-index: 0;}*/
.cai_con02 .tab_con .text{display: none;}
.cai_con02 .left{float: left;width: 48%;}
.cai_con02 .left h3{text-align: left;transform: translateY(50%);opacity: 0;transition: all 0.6s ease-out;}
.cai_con02 .left p{color: #132842;padding-right: 85px;transform: translateY(50%);opacity: 0;transition: all 0.6s ease-out;}
.cai_con02 .left dl{transform: translateY(50%);opacity: 0;transition: all 0.6s ease-out;}
.cai_con02 .left dd{color: #132842;margin-bottom: 10px;padding-left: 40px;background: url(../image/w_img12.jpg) no-repeat left 6px;}
.cai_con02 .left .btn1{width: 300px;height: 50px;line-height: 50px;text-align: center;color: #fff;background-color: #0068dd;display: block;border-radius: 5px;transform: translateY(50%);opacity: 0;transition: all 0.6s ease-out;}
.cai_con02 .left .btn1:after{transform: translateY(-1px);content: "";transition: all .4s ease;font-family: "iconfont";display: inline-block;vertical-align: middle;}
.cai_con02 .left .btn1:hover:after{content: "\e683";margin-left: 5px;}
.cai_con02 .right{float: right;width: 48%;text-align: right;transform: translateY(20%);opacity: 0;transition: all 0.6s ease-out;height: 0px;padding-bottom: 36%;overflow: hidden;}
.cai_con02 .right img{max-width: 100%;}
.cai_con02 .right:hover img{transform:scale(1.05);}
/*.cai_con02 .tab_con .text.active{opacity: 1;z-index: 1;}*/
.cai_con02 .tab_con .text.active{display: block;}
.cai_con02 .tab_con .text.active .left h3{transform: translateY(0);opacity: 1;}
.cai_con02 .tab_con .text.active .left p{transform: translateY(0);opacity: 1;}
.cai_con02 .tab_con .text.active .left dl{transform: translateY(0);opacity: 1;}
.cai_con02 .tab_con .text.active .left .btn1{transform: translateY(0);opacity: 1;}
.cai_con02 .tab_con .text.active .right{transform: translateY(0);opacity: 1;}
@media only screen and (max-width: 1400px){
/*  .cai_con02 .tab_con{height: 440px;}*/
  .cai_con02 .left{margin-top: 20px;}
  .cai_con02 .left dl{margin-bottom: 30px;}
  .cai_con02 .tab_con .text.active .left p{margin-bottom: 20px;}
}
@media only screen and (max-width: 1200px){
/*  .cai_con02 .tab_con{height: auto;}*/
  .cai_con02 .tab_con .text{position: static;display: none;}
  .cai_con02 .tab_con .text.active{display: block;}
}
@media only screen and (max-width: 900px){
  .cai_con02{margin-top: 50px;}
  .cai_con02 .right{width: 40%;}
  .cai_con02 .left{width: 55%;margin-top: 0px;}
  .cai_con02 .left p{padding-right: 20px;}
  .cai_con02 .left .btn1{height: 40px;line-height: 40px;width: 200px;}
}
@media only screen and (max-width: 700px){
  .cai_con02 .ul{width: 100%;overflow-x:auto;}
  .cai_con02 .ul ul{width: 900px;}
  .cai_con02 .ul li{width: 100px;}
  .cai_con02 .left{width: 100%;margin-bottom: 20px;}
  .cai_con02 .left p{padding-right: 0px;}
  .cai_con02 li p{padding:10px 0;}
  .cai_con02 .right{width: 100%;padding-bottom: 75%;}
}

@media only screen and (max-width: 1400px){
  .w1280{width: 1100px;}
}
@media only screen and (max-width: 1200px){
  .w1280{width: 96%;}
  .fnt_48{font-size: 26px;}
}
@media only screen and (max-width: 700px){
  .fnt_48{font-size: 22px;}
}

@media only screen and (max-width: 1366px){
  .line_height19{line-height: 1.5}
  
  .mt_110{margin-top:80px;}
  .mb_110{margin-bottom:80px;}
  .pt_110{padding-top: 80px;}
  .pb_110{padding-bottom: 80px;}
  .mt_85{margin-top:65px;}
  .mb_85{margin-bottom:65px;}
  .pt_85{padding-top:65px;}
  .pb_85{padding-bottom:65px;}
  .mt_75{margin-top:55px;}
  .mb_75{margin-bottom:55px;}
  .mt_65{margin-top:45px;}
  .mb_65{margin-bottom:45px;}
  .pt_75{padding-top: 55px;}
  .pb_75{padding-bottom: 55px;}
  .mt_60{margin-top: 45px;}
  .mb_60{margin-bottom: 45px;}
  .pt_60{padding-top: 45px;}
  .pb_60{padding-bottom: 45px;}
  .mt_55{margin-top:40px;}
  .mb_55{margin-bottom:40px;}
  .pt_55{padding-top:40px;}
  .pb_55{padding-bottom:40px;}
}

@media only screen and (max-width: 1440px) {
  .fnt_20 { font-size:18px;}
  .fnt_22 { font-size:18px;}
  .fnt_24 { font-size:20px;}
  .fnt_26 { font-size:24px;}
  .fnt_28 { font-size:24px;}
  .fnt_30 { font-size:30px;}
  .fnt_32 { font-size:30px;}
  .fnt_34 { font-size:30px;}
  .fnt_36 { font-size:32px;}
  .fnt_38 { font-size:32px;}
  .fnt_40 { font-size:34px;}

  .fnt_42 { font-size:34px;}
  .fnt_44 { font-size:34px;}
  .fnt_46 { font-size:36px;}
  .fnt_48 { font-size:36px;}
  .fnt_50 { font-size:38px;}
  .fnt_52 { font-size:38px;}
  .fnt_54 { font-size:38px;}
  .fnt_56 { font-size:40px;}
  .fnt_58 { font-size:40px;}
  .fnt_60 { font-size:42px;}
.fnt_68 { font-size:50px;}
}

/*font-size*/
.fnt_12 { font-size:12px;}
.fnt_14 { font-size:14px;}
.fnt_16 { font-size:16px;}
.fnt_18 { font-size:18px;}
.fnt_20 { font-size:20px;}
.fnt_22 { font-size:22px;}
.fnt_24 { font-size:24px;}
.fnt_26 { font-size:26px;}
.fnt_28 { font-size:28px;}
.fnt_30 { font-size:30px;}
.fnt_32 { font-size:32px;}
.fnt_34 { font-size:34px;}
.fnt_36 { font-size:36px;}
.fnt_38 { font-size:38px;}
.fnt_40 { font-size:40px;}

.fnt_42 { font-size:42px;}
.fnt_44 { font-size:44px;}
.fnt_46 { font-size:46px;}
.fnt_48 { font-size:48px;}
.fnt_50 { font-size:50px;}
.fnt_52 { font-size:52px;}
.fnt_54 { font-size:54px;}
.fnt_56 { font-size:56px;}
.fnt_58 { font-size:58px;}
.fnt_60 { font-size:60px;}
.fnt_68 { font-size:68px;}

.mt_110{margin-top:110px;}
.mb_110{margin-bottom:110px;}
.pt_110{padding-top: 110px;}
.pb_110{padding-bottom: 110px;}

.mt_85{margin-top:85px;}
.mb_85{margin-bottom:85px;}
.pt_85{padding-top:85px;}
.pb_85{padding-bottom:85px;}

.mt_65{margin-top:65px;}
.mb_65{margin-bottom:65px;}
.mt_75{margin-top:75px;}
.mb_75{margin-bottom:75px;}
.pt_75{padding-top: 75px;}
.pb_75{padding-bottom: 75px;}
.mt_60{margin-top: 60px;}
.mb_60{margin-bottom: 60px;}
.pt_60{padding-top: 60px;}
.pb_60{padding-bottom: 60px;}

.mt_55{margin-top:55px;}
.mb_55{margin-bottom:55px;}
.pt_55{padding-top:55px;}
.pb_55{padding-bottom:55px;}
.mt_45{margin-top:45px;}
.mt_40{margin-top:40px;}
.mb_40{margin-bottom:40px;}
.mt_30{margin-top:30px;}
.mb_30{margin-bottom: 30px;}
.pt_30{padding-top: 30px;}
.pb_30{padding-bottom: 30px;}

.mt_25{margin-top:25px;}
.mt_20{margin-top:20px;}
.mt_15{margin-top:15px;}

.mb_80{margin-bottom: 80px;}

li{
  list-style-type: none;
}

.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before {content: '';display: table;}
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after {content: '';display: table;clear: both;}


.cai_con05{width: 100%;padding-bottom:140px;overflow: hidden;background:#f5f8fc url(../image/cai_bg02.png) no-repeat center bottom;background-size: cover;}
.cai_con05 .swiper-container-free-mode > .swiper-wrapper {transition-timing-function:linear;}
.cai_con05 .swiper-wrapper{padding:30px 0;}
.cai_con05 .swiper-slide{text-align: center;}
.cai_con05 .swiper-slide img{max-width:100%;border-radius: 8px;box-shadow:0 5px 20px #c8daf3;}
@media only screen and (max-width: 1366px){
  .cai_con05{padding-bottom:80px; }
}
@media only screen and (max-width: 1200px){
  .cai_con05{padding-bottom:60px; }
}
@media only screen and (max-width: 700px){
  .cai_con05 .swiper-wrapper{padding:15px 0;}
}

