<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pagetop-bg{
    background: linear-gradient(top, #e9f1f7, #fefefe);
    background: -webkit-linear-gradient(top, #e9f1f7, #fefefe);
    background: -moz-linear-gradient(top, #e9f1f7, #fefefe);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9f1f7', endColorstr='#fefefe', GradientType='1');
    background: -ms-linear-gradient(top,#e9f1f7 0%,#fefefe 100%);
}


.bn-button{
    background:#0086f1;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: absolute;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;

}
.bn-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#005abc;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;


}
.bn-button:hover, .bn-button:focus, .bn-button:active {
    color: white;
}
.bn-button:hover:before, .bn-button:focus:before, .bn-button:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.bn-button1{
    border: 1px solid #0086f1;
    color: #0086f1;
    padding: 9px 30px;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: absolute;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
    margin-left: 130px;

}
.bn-button1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#005abc;
    border: 1px solid #005abc;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;


}
.bn-button1:hover, .bn-button1:focus, .bn-button1:active {
    color: white;
}
.bn-button1:hover:before, .bn-button1:focus:before, .bn-button1:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.bn-button2{
    width: 180px;
    background:#0086f1;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
    font-size: 16px;
    margin-top: -10px;

}
.bn-button2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#005abc;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;


}
.bn-button2:hover, .bn-button2:focus, .bn-button2:active {
    color: white;
}
.bn-button2:hover:before, .bn-button2:focus:before, .bn-button2:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.bn-button3{
    border: 1px solid #fff;
    color: #fff;
    padding: 9px 38px;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
    float: right;
    border-radius: 5px;
    margin-top: -95px;
    margin-right: 50px;

}
.bn-button3:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#005abc;
    border: 1px solid #005abc;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;


}
.bn-button3:hover, .bn-button3:focus, .bn-button3:active {
    color: white;
    border: 1px solid #005abc;
}
.bn-button3:hover:before, .bn-button3:focus:before, .bn-button3:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.bn-button5{
    display: inline-block;
    width: 220px;
    background:#0086f1;
    color: #fff;
    padding: 12px 30px;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
    font-size: 16px;
    margin: 0px 10px;

}
.bn-button5:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#005abc;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;


}
.bn-button5:hover, .bn-button5:focus, .bn-button5:active {
    color: white;
}
.bn-button5:hover:before, .bn-button5:focus:before, .bn-button5:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.new-button{
    border: 1px solid #1580e4;
    padding: 8px 30px;
    font-size: 16px;
    cursor: pointer;
    color:#1580e4;
}
.new-button:hover{
    background:#1580e4;
    color:#fff;
}
.new-button1{
    background:#1580e4;
    padding: 8px 30px;
    font-size: 16px;
    cursor: pointer;
    color:#fff;
}
.new-button1:hover{
    background:#005abc;
}
.button-left{
    margin-left:20px;
}
.lnewicon1:before{
    content: "";
    background-image: url(http://www.kingdee.com/wp-content/uploads/2018/09/ncw3.png);
    height: 26px;
    width: 35px;
    background-size: 100% 100%;
    position: absolute;
    margin-left: -50px;
    margin-top: 8px;

}
.lnewicon2:before{
    content: "";
    background-image: url(http://www.kingdee.com/wp-content/uploads/2018/09/ncw4.png);
    height: 26px;
    width: 35px;
    background-size: 100% 100%;
    position: absolute;
    margin-left: -50px;
    margin-top: 8px;

}
.lnewicon3:before{
    content: "";
    background-image: url(http://www.kingdee.com/wp-content/uploads/2018/09/ncw5.png);
    height: 30px;
    width: 30px;
    background-size: 100% 100%;
    position: absolute;
    margin-left: -50px;
    margin-top: 8px;

}
.lnewicon4:before{
    content: "";
    background-image: url(http://www.kingdee.com/wp-content/uploads/2018/09/ncw6.png);
    height: 43px;
    width: 77px;
    background-size: 100% 100%;
    position: absolute;
    margin-left: 290px;
    margin-top: -10px;
}
.lnewicon5:before{
    content: "";
    background-image: url(http://www.kingdee.com/wp-content/uploads/2018/09/ncw12.png);
    height: 80px;
    width: 80px;
    background-size: 100% 100%;
    position: absolute;
    margin-left: 290px;
    margin-top: -10px;
}
.lnewicon4 a{
    color:#1580e4 !important;
}
.lnewicon4:hover a{
    color:#005abc !important;
}

.new-miao{
    width: 56.66666667%;
    margin-left: 10%;

}
.toolpart .vc_col-sm-6{
    width:45%;
    margin-left:5%;
}
.new-titile-a a{
    color:#1580e4 !important;
    font-size:16px;
    cursor: pointer;

}
.new-titile-a:hover a{
    color:#005abc !important;
    border-bottom: 1px solid;
}
.new-titile-a1 a{
    color:#1580e4 !important;
    font-size:16px;
    margin-left:30px;
    cursor: pointer;
    margin-left:30px;
}
.new-titile-a1:hover a{
    color:#005abc !important;
    border-bottom: 1px solid;
}
.lasttool{
    display:none;
}
.img-icon{
    position: absolute;
    left: 50%;
    margin-left: -40px !important;
    cursor: pointer;
    z-index: 100;
    transition:1s
}
.img-icon2{
    display:none;
    position: absolute;
    left: 50%;
    margin-left: -40px !important;
    cursor: pointer;
    z-index: 100;
    transition:1s
}
.klm-left{
    width: 56.66666667%;
}
.klm-right{
    margin-left:10%;
}
.casepart .vc_col-sm-3 {
    width: 23%;
    border: 1px solid #ededed;
    margin: 1%;
    padding:0px;
    height: 300px;
    overflow: hidden;
}
.casepart .mk-image{
    height:89px;
    margin-top:40px;
}
.lastone{
    padding: 0px 35px;
}
.mk-custom-boxed{
    position: absolute;
    height:300px;
    top: 13%;
    z-index: 10;
    opacity: 0;
    transition: all .2s cubic-bezier(.4,0,.2,1);
}
.vactive:hover .mk-custom-boxed{
    opacity: 1;
    top: 0;

}
.mk-custom-boxed .toptitle{
    text-align: justify !important;
    height:100px;
}

#frm_field_363_container .frm_primary_label{
    display:none;
}
#frm_field_391_container .frm_primary_label{
    display:none;
}
.frm_button_submit{
    background: #00ccfe;
    padding: 9px;
    color: #fff;
    width: 140px;
    border-radius: 0px;
    box-shadow: none;
    border: 0;
    height: 40px;
    font-size:16px;
    margin-top: -101px;
    margin-left: 360px;
}
.frm_button_submit:hover{
    background: #005abc;
    color:#fff;
}
#field_jpbwa3{
    height: 40px;
    padding-left: 10px;
    border: 0;
    border-radius: 0px;
    width:243px !important;
}
#field_7cztv3{
    width: 243px !important;
    height: 40px;
    padding-left: 10px;
    border: 0;
    border-radius: 0px;
}
.frm_inline_form .frm_form_field.form-field {
    margin-right: 1.5%;
}
#frm_field_302_container,#frm_field_303_container,#frm_field_304_container,#frm_field_308_container{
    display:none;
}
#frm_field_299_container .frm_primary_label{
    display:none;
}
#frm_field_300_container .frm_primary_label{
    display:none;
}
#frm_field_300_container{
    margin-top: -60px;
    margin-left: 228px;
}
.frm_message{
    width:500px;
}


.nbn-button3{
    border: 1px solid #fff;
    color: #fff;
    padding: 9px 38px;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
    float: right;
    border-radius: 0px;
    margin-top: -95px;
    margin-right: -24px;


}
.nbn-button3:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#005abc;
    border: 1px solid #005abc;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;


}
.nbn-button3:hover, .nbn-button3:focus, .nbn-button3:active {
    color: white;
    border: 1px solid #005abc;
}
.nbn-button3:hover:before, .nbn-button3:focus:before, .nbn-button3:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.frm_error_style{
    display: none;
}
.frm_style_formidable-style.with_frm_style .frm_error{
    position: absolute;
}
#frm_field_299_container{
    margin-left: -40px;
}


.qixia a{
    color:#bfbfbf;
}
.qixia a:hover{
    color:#1580e4;
}
.new-foot-last a{
    color:#bfbfbf;
}
.new-foot-last a:hover{
    color:#1580e4;
}
.html-bottom{
    margin-bottom:0px !important;
}

.footer-breadcumbs{
    display:none;
}
.oninle{
    border: 1px solid #fff;
    width: 150px;
    text-align: center;
    padding: 9px 20px;
    color: #fff;
    float: right;
    margin-top: -75px;
    margin-right: -15px;
    border-radius: 5px;
}
.oninle:hover{
    border: 1px solid #005abc;
    color:#fff;
    background:#005abc;
}
.frm_inline_form .frm_form_field.form-field {
    margin-right: 1.5%;
}

.new-cert-part{
    width:11%;
}
.new-cert-part2{
    width:33%;
}
.new-left-part{
    margin-left:10%;
}
.lmd{
    position: absolute;
    width: 263px;
    text-align: justify !important;
    margin-left: 50px;

}
.lmdactive{
    opacity: 1;
    top: 100%;
}

.jiazhipart{
    height:480px;
}
.knewicon1:before{
    content: "";
    background-image: url(http://www.kingdee.com/wp-content/uploads/2018/10/ic7.png);
    height: 30px;
    width: 40px;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.knewicon2:before{
    content: "";
    background-image: url(http://www.kingdee.com/wp-content/uploads/2018/10/ic8.png);
    height: 36px;
    width: 40px;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -10px;
}
.knewicon3:before{
    content: "";
    background-image: url(http://www.kingdee.com/wp-content/uploads/2018/10/ic9.png);
    height: 29px;
    width: 40px;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.knewicon4:before{
    content: "";
    background-image: url(http://www.kingdee.com/wp-content/uploads/2018/10/ic10.png);
    height: 43px;
    width: 40px;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.small-ms-title{
    text-align: justify !important;
}
.hkh-part .vc_col-sm-4{
    width: 30.33333333%;
}
.middle-part{
    margin: 0px 4%;
}
.img-icon:hover{
    transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
}
.case-more a{
    color:#1580e4 !important;
}
.case-more:hover a{
    color:#005abc !important;
}
.frm_error_style{
    display: none;
}
.frm_style_formidable-style.with_frm_style .frm_error{
    position: absolute;
}


.video-bottom .wpb_content_element{
    margin-bottom: 0px !important;
}

.video-1{
    display:none;
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99000000', endColorstr='#99000000');
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.crt-video-show{
    margin-top: -200px;
    margin-left: -440px;
    width: 840px;
    height: 400px;
    left: 50%;
    position: absolute;
    top: 50%;

}
.video-bottom .wpb_content_element{
    margin-bottom: 0px !important;
}
.kj-clort{
    position: absolute;
    left: 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 58px !important;
    padding: 10px;
    color: #ffffff;
    font-weight: 400;
    cursor: pointer;
    top: 50%;
    margin-left: 430px;
    margin-top: -200px !important;
    z-index:10000;
}
.wew{
    width: 886.5px;
    height: 498.5px;
    margin-left: -30px;
}

.jiazhiimg-new{
    height:74px;
}
.plgn{
    width: 296px !important;
    margin-left: 38px !important;
}
.hh-tt-bg {
    position: relative;
}
.hh-tt-bg .vc_col-sm-2 {
    width: 14.4%;
    cursor: pointer;
}
.part-last {
    position: absolute;
    top: -95px;
    right: 0;

}
.part-last2 {
    position: absolute;
    top: -102px;
    right: 0;
}
.mk-part .vc_col-sm-2{
    width:16%;
}
@media (max-width: 768px) {
    .small-title-bg{
        font-size:20px !important;
    }
    .small-title-sm{
        font-size:16px !important;
    }
    .mb-lkhh .vc_col-sm-3{
        float: left;
        display: inline-block;
        height: 160px;
    }
    .new-cert-part {
        width: 30%;

    }
    .new-st-img{
        margin-top:40px !important;
    }
    .new-cert-part2 {
        width: 70%;
    }
    .new-left-part{
        margin-left:0px !important;
    }
    .jiazhi .vc_col-sm-3{
        float: left;
        display: inline-block;
        width:50%;
    }
    .lmd{
        display:none;
    }
    .toolpart .vc_col-sm-6{
        width:auto !important;
        margin-left:0px !important;
    }
    .hkh-part .vc_col-sm-4{
        width:auto !important;
    }
    .choose{
        background: #eef9fa;
    }
    .casepart{
        border: 0;
        margin: 0;
        width: 100%;

    }
    .number-slide-inner {
        width: 1386px;
    }
    .casepart .vc_col-sm-3{
        width:289px !important;
        display: inline-block;
    }
    .mk-part .vc_col-sm-2{
        width: 25% !important;
        display: inline-block;
    }
    .mb-display{
        display:none !important;
    }

    .miaosu-big{
        font-size:20px !important;
    }
    .teshu-title-bg {
        font-size: 22px !important;
    }
    .wew{
        width:100% !important;
        height:320px !important;
    }
    .kj-clort{
        margin-left: 130px;
        margin-top: -200px !important;
    }
    .lastone{
        width: 210px;
        white-space: normal;
    }
    .mk-custom-boxed .toptitle{
        white-space: normal;
    }

    .jiazhi .vc_col-sm-4{
        width:50% !important;
        display: inline-block;
    }
    .contact-title{
        margin-top: 20px !important;
        margin-bottom: 0px !important;
    }
    .jiazhiimg{
        font-size: 16px !important;
    }
    .big-jb-row{
        margin-left:0px !important;
    }
    .link-title1{
        margin-top:20px !important;
    }
    .link-title2{
        margin-top:20px !important;
        margin-left:0px !important;
    }

    .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs{
        width:auto !important;
        border-radius: 10px !important;
    }
    .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li{
        width:auto !important;
    }
    .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li a{
        padding: 10px !important;
        font-size: 16px !important;
    }
    .time-help1 .vc_col-sm-6{
        width:auto !important;
    }
    .time-help-first{
        margin-left:0px !important;
    }
    .video-all{
        display:none;
    }
    .time-help .vc_col-sm-6{
        width: auto !important;
        margin-left: 0% !important;
    }
    .middle-part{
        margin: 0px !important;
    }
    .hh-tt-bg .vc_col-sm-2 {
        width: 30.33% !important;
        display: inline-block !important;
    }
    .bn-button5{
        margin: 10px 10px !important;
    }
    .video-view5,.video-view2{
        margin-bottom: 10px !important;
    }
    iframe#video_iframe{
        top: 10% !important;
        width: 275px !important;
        height: 157px !important;
        margin-left: -120px !important;
    }
    .video-all3{
        display:none;
    }
    .video-all2{
        display:none;
    }

    .hh-tt-bg{
        margin-left: 10px !important;
    }
    .video-view5,.video-view4,.video-view,.video-view2,.video-view3,.video-view6{
        padding: 6px 10px !important;
        width: 100px !important;
        margin: 0 auto;
    }

}
@media (max-width: 1210px) {
    /*#field_7kgmn{*/
        /*width:289px !important;*/
    /*}*/
    /*.bn-button3{*/
        /*float: left !important;*/
        /*margin-top: -55px !important;*/
        /*margin-left: 150px;*/
        /*width: 140px;*/
    /*}*/
    /*#frm_field_299_container #field_jpbwa3{*/
        /*width:289px !important;*/
    /*}*/
    /*#frm_field_300_container #field_7cztv3{*/
        /*width:289px !important;*/
    /*}*/

    /*#frm_field_300_container{*/
        /*margin-top:auto !important;*/
        /*margin-left:auto !important;*/
    /*}*/
    /*.frm_button_submit{*/
        /*margin-top: auto !important;*/
        /*margin-left:auto !important;*/
        /*float: left;*/
    /*}*/
    /*.contact-title{*/
        /*margin-top: 20px !important;*/
        /*margin-bottom: 0px !important;*/
        /*text-align: left !important;*/
    /*}*/
    /*#frm_field_299_container{*/
        /*margin-left:0px !important;*/
    /*}*/
    /*.nbn-button3{*/
        /*margin-top: -55px !important;*/
        /*float: left;*/
        /*margin-left: 155px;*/
    /*}*/

}


#mk-tabs-9 .mk-tabs-panes .inner-box {
    background-color: transparent !important;
}
.html-center{
    text-align:center;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs{

    background: #1580e4;
    border-radius: 30px;
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li a{
    padding:15px;
    margin-top:0px;
    font-size:20px;
    color:#fff;

}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li{
    border-left: 0px solid #efefef;
    width: 33.33%;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li:last-child {
    border-right: 0px solid #efefef;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li.ui-state-active a{
    bottom: 0px;
}
#mk-tabs-9 .mk-tabs-tabs li.ui-state-active &gt; a{
    border-radius: 30px;
    margin: 5px;

}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li a{
    text-align: center;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-panes .mk-tabs-pane{
    padding-bottom: 0px;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-panes{
    border: 0px solid #efefef !important;
}
.mk-tabs .mk-tabs-panes .mk-tabs-pane .inner-box{
    padding:0px;
}
.mk-tabs{
    margin-bottom:0px;
}
.video-view{
    background: #1580e4;
    color: #fff;
    text-align: center;
    padding: 6px 20px;
    width: 150px;
    font-size: 16px;
    cursor: pointer;
}
.video-view:hover{
    background: #005abc;
}
.video-view2{
    background: #1580e4;
    color: #fff;
    text-align: center;
    padding: 6px 20px;
    width: 150px;
    font-size: 16px;
    cursor: pointer;
}
.video-view2:hover{
    background: #005abc;
}

.video-view3{
    background: #1580e4;
    color: #fff;
    text-align: center;
    padding: 6px 20px;
    width: 150px;
    font-size: 16px;
    cursor: pointer;
}
.video-view3:hover{
    background: #005abc;
}

.video-view4{
    background: #1580e4;
    color: #fff;
    text-align: center;
    padding: 6px 20px;
    width: 150px;
    font-size: 16px;
    cursor: pointer;
}
.video-view4:hover{
    background: #005abc;
}

.video-view5{
    background: #1580e4;
    color: #fff;
    text-align: center;
    padding: 6px 20px;
    width: 150px;
    font-size: 16px;
    cursor: pointer;
}
.video-view5:hover{
    background: #005abc;
}


.video-view6{
    background: #1580e4;
    color: #fff;
    text-align: center;
    padding: 6px 20px;
    width: 150px;
    font-size: 16px;
    cursor: pointer;
}
.video-view6:hover{
    background: #005abc;
}

.video-title:before{
    content: "";
    background-image: url(http://www.kingdee.com/wp-content/uploads/2018/10/cl8.png);
    height: 17px;
    width: 17px;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}


iframe#video_iframe {
    position: absolute;
    top: 0;
    left: 50%;
    width: 800px;
    height: 450px;
    margin-left: -400px;
}
.time-help .vc_col-sm-6{
    width: 45%;
    margin-left:5%;

}
.time-help1 .vc_col-sm-6{
    width: 40%;
}
.time-help-first{
    margin-left: 10%;
}
.title-hover-active{
    color:#1580e4 !important;
}
.tp1,.tp2,.tp3,.tp4,.ntp1,.ntp2,.ntp3,.ltp1,.ltp2{
    cursor: pointer;
}
.lun-dian span{
    margin:4px;
}

.video-all{
    position: absolute;
    right: 0;
    bottom: 0px;
}

.lun-dian2 span{
    margin:4px;
}

.video-all2{
    position: absolute;
    right: 0;
    bottom: 30px;
    margin-right: 40px;
}
.video-all3{
    position: absolute;
    right: 0;
    bottom: 30px;
    margin-right: 40px;
}
.part2,.part3{
    display:none;
}
.test{
    height:auto !important;
}



.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.sw-cont-top img{
    width:80%;
}
.sw-cont-miaosu{
    position: absolute;
    bottom: -120px;
}
.sw-cont-miaosu1{
    position: absolute;
    bottom: -110px;
}
.swiper-slide{
    margin-bottom: 150px;
}
.mb-part1{
    background:#f8f8f8;
}
.sw-big-title{
    margin-bottom: 5px;
}
.sw-sm-title{
    margin-bottom: 10px;
    font-size: 14px;
}

.with_frm_style .frm_message p{
    margin-bottom: 25px;
    color: #fff;
    font-size: 16px;
}
.frm_style_formidable-style.with_frm_style .frm_message{
    border:0px;
    background-color:transparent;
}


.tiyan{
    margin-left: 20%;
    font-size: 18px;
    color: #fff;
}
.xuqiu{
    margin-left: 10%;
    font-size: 18px;
    color: #fff;
}
.ti1{
    background: #005bac;
    padding: 15px 0px;
    width: 50%;
    float: left;
    height: 50px;
    text-align: center;
}
.ti2{
    background: #f08300;
    padding: 15px 0px;
    width: 50%;
    height: 50px;
    float: right;
    text-align: center;
}
.tiyan:before{
    content: "";
    background-image: url(http://www.kingdee.com/wp-content/uploads/2017/09/cb01.png);
    height: 30px;
    width: 29px;
    background-size: 100% 100%;
    position: absolute;
    margin-left: -40px;
    margin-top: -4px;

}
.xuqiu:before{
    content: "";
    background-image: url(http://www.kingdee.com/wp-content/uploads/2017/09/cb02.png);
    height: 30px;
    width: 27px;
    background-size: 100% 100%;
    position: absolute;
    margin-left: -40px;
    margin-top: -4px;

}
.weishow{
    display:none;
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    width: 110%;
    left: 1%;
}
/*æ·»åŠ&nbsp;ä»£ç&nbsp;*/
.floor-left.wpb_column.vc_column_container.vc_col-sm-6 {
    width: 40%;
}
.floor-right.wpb_column.vc_column_container.vc_col-sm-6 {
    width: 60%;
}
.floor {
    display: flex;
    align-items: flex-start;
}
.floor .mk-image img {
    display: block;
    margin: 0 auto;
}
.floor .mk-image.align-left {
    text-align: left;
    height: 590px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.floor .mk-image img {
    display: block;
    margin: 0 auto;
    max-height: 90%;
    /*margin-top: 50%;*/
    /*transform: translateY(-50%);*/
}
.floor .floor-left .wpb_wrapper .mk-shortcode{
    height: 10px!important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.floor.floor1 {
    margin-top: 50px;
}
.part1 .mk-grid {
    max-width: 1200px;
}
.page-section-142 .swiper-slide {
    margin-bottom: 30px;
}
.hh-tt-bg .vc_col-sm-2 {
    width: auto;
    cursor: pointer;
    flex: 1;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vc_row.wpb_row.vc_row-fluid.hh-tt-bg.vc_custom_1540370484369.mk-fullwidth-false.attched-false {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.hide-text{
    display: none;
}
.time-img9,.time-img10{
    height: 520px!important;
}

.floor h3{
    margin-bottom: 5px!important;
    margin-top: 5px!important;
}


.mk-shortcode.mk-padding-shortcode.hidden-sm {
    height: 50px!important;
}

.floor1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.floor .mk-image.align-left {
    align-items: flex-start;
}

.floor6 .time-img6 img{
    margin-top: 0%!important;
    transform: translateY(0%)!important;
}

.floor3-1,.floor2-1{
    align-items: flex-start!important;
}
.mk-fancy-title p {
    margin-bottom: 0!important;
    color: #888888;
}

.time-img9, .time-img10 {
    max-height: 520px!important;
    height: auto!important;
}
.floor2-1,.floor3-1{
    padding: 50px 0;
}
.page-section-147 {
    padding-bottom: 50px;
}

.floor1 .mk-image.align-left{
    height: 500px;
}
.floor3 .mk-image.align-left{
    height: 445px;
}
.floor5 .mk-image.align-left{
    height: 470px;
}
.floor6 .mk-image.align-left{
    height: 304px;
}
.floor8 .mk-image.align-left{
    height: 500px;
}
.floor2-1 h3,.floor3-1 h3{
    cursor: default;
}
h3#fancy-title-153 {
    margin-top: 23px!important;
}
@media (max-width: 768px){
    h3#fancy-title-153 {
    margin-top: 10px!important;
}
    .hh-tt-bg .vc_col-sm-2 {
    width: 33.33% !important;
    display: inline-flex!important;
    margin-bottom: 30px;
}
    .hh-tt-bg .vc_col-sm-2 {
    flex: inherit;
}

    .vc_row.wpb_row.vc_row-fluid.hh-tt-bg.vc_custom_1540370484369.mk-fullwidth-false.attched-false {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    width: 100%!important;
}
    .page-section-148 h3 {
    text-align: left!important;
}
    .page-section-148 h3 p{
    text-align: left!important;
}
    .page-section-147 {
    padding-bottom: 20px;
}
    .footer-title{
        margin-top: 40px!important;
    }
    .phone-page4{
        background-color: #f8f8f8;
    }
    .sw-cont-top {
    min-height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .swiper-container1 .sw-cont-top {
    min-height: 210px;
}
    .page-section-contact .nbn-button3 {
    margin-left: 0%;
    width: 49%;
    margin-right: 0%;
}
.hh-tt-bg .mk-image img {
    transform: scale(.8);
}
}
</pre></body></html>