.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%);
}

.miaosu-big {
    position: relative;
    z-index: 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;
    font-size: 12px;

}

.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;
    font-size: 12px;

}

.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 {
    display: inline-block;
    width: 220px;
    background: #0086f1;
    color: #fff;
    padding: 12px 12px;
    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 0px;

}

.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);
}

.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(../image/wise/ncw3.png);
    height: 26px;
    width: 35px;
    background-size: 100% 100%;
    position: absolute;
    margin-left: -50px;
    margin-top: 8px;

}

.lnewicon2:before {
    content: "";
    background-image: url(../image/wise/ncw4.png);
    height: 26px;
    width: 35px;
    background-size: 100% 100%;
    position: absolute;
    margin-left: -50px;
    margin-top: 8px;

}

.lnewicon3:before {
    content: "";
    background-image: url(../image/wise/ncw5.png);
    height: 30px;
    width: 30px;
    background-size: 100% 100%;
    position: absolute;
    margin-left: -50px;
    margin-top: 8px;

}

.lnewicon4:before {
    content: "";
    background-image: url(../image/wise/ncw6.png);
    height: 43px;
    width: 77px;
    background-size: 100% 100%;
    position: absolute;
    margin-left: 290px;
    margin-top: -10px;
}

.lnewicon5:before {
    content: "";
    background-image: url(../image/wise/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 40px;
}

.mk-custom-boxed {
    position: absolute;
    height: 300px;
    top: 13%;
    z-index: 10;
    opacity: 0;
    transition: all .2s cubic-bezier(.4, 0, .2, 1);
    width: 100%;
}

.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: 14%;
}

.new-cert-part2 {
    width: 31%;
}

.new-left-part {
    margin-left: 10%;
}

.lmd {
    width: 220px;
    text-align: justify !important;
    margin-left: 45px;

}

.lmdactive {
    opacity: 1;
    top: 100%;
}

.jiazhipart {
    height: 480px;
}

.knewicon1 {
    margin-left: 40px;
}

.knewicon1-1 {
    text-align: justify !important;
}

.knewicon1:before {
    content: "";
    background-image: url(../image/wise/zzy6.png);
    height: 32px;
    width: 36px;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    margin-left: -45px;
    margin-top: 10px;
}

.knewicon2 {
    margin-left: 40px;
}

.knewicon2:before {
    content: "";
    background-image: url(../image/wise/zzy7.png);
    height: 29px;
    width: 29px;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: 10px;
    position: absolute;
    margin-left: -40px;
}

.knewicon3 {
    margin-left: 40px;
}

.knewicon3:before {
    content: "";
    background-image: url(../image/wise/zzy9.png);
    height: 32px;
    width: 32px;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    position: absolute;
    margin-left: -40px;
    margin-top: 10px;
}

.knewicon4 {
    margin-left: 45px;
}

.knewicon4:before {
    content: "";
    background-image: url(../image/wise/zzy8.png);
    height: 28px;
    width: 36px;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: 10px;
    position: absolute;
    margin-left: -40px;
}

.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;
}

.html-center {
    text-align: center;
}

.omf-height {
    height: 51px;
}

.bian-icon:before {
    content: "";
    background-image: url(../image/wise/dd.png);
    height: 153px;
    width: 2px;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-top: 5px;
    position: absolute;

}

.why-choose .vc_col-sm-3 {
    width: 280px;
    height: 236px;

}

.wtitle1:before {
    content: "";
    background-image: url(../image/wise/wi3.png);
    height: 30px;
    width: 24px;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.wtitle2:before {
    content: "";
    background-image: url(../image/wise/wi4.png);
    height: 31px;
    width: 36px;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.wtitle3:before {
    content: "";
    background-image: url(../image/wise/wi5.png);
    height: 36px;
    width: 33px;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.wtitle4:before {
    content: "";
    background-image: url(../image/wise/wi6.png);
    height: 37px;
    width: 37px;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.wtitle5:before {
    content: "";
    background-image: url(../image/wise/wi7.png);
    height: 31px;
    width: 40px;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.wtitle6:before {
    content: "";
    background-image: url(../image/wise/wi8.png);
    height: 31px;
    width: 30px;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.jiazhi .vc_col-sm-4 {
    width: 31%;
    margin-left: 2.33%;
}

.lmd1 {
    width: 230px;
    text-align: justify !important;
    margin-left: 32px;
}

.lmd2 {
    width: 230px;
    text-align: justify !important;
    margin-left: 40px;
}

.texing .vc_col-sm-6 {
    width: 39%;
}

.texing1 {
    margin-left: 4%;
}

.texing2 {
    margin-left: 16%;
}

@media (min-width: 768px) {
    .part-miao {
        width: 90%;
    }

    .why-choose .vc_col-sm-3:hover {
        background-image: url(../image/wise/hr14.png);
        background-size: 100% 100%;
    }
}

.plmd {
    padding-left: 6px;
}

.big-row {
    background-image: url(../image/wise/hr22.png);
    padding: 20px;
}

.hot-icod {
    background-image: url(../image/wise/hr23.png);
    height: 20px;
    width: 49px;
}

.sm-row {
    background: #f3f3f3;
}

.sm-row .vc_column-inner {
    padding: 0px;
}

.right-bian {
    padding: 16px;
    cursor: pointer;
}

.right-bian div {
    display: inline-block;
}

.right-bian:hover {
    background: #dbdbdb;
}

.right-bian2 {
    padding: 16px;
    cursor: pointer;
}

.right-bian2 div {
    display: inline-block;
}

.right-bian2:hover {
    background: #dbdbdb;
}

.right-bian3 {
    padding: 16px;
    cursor: pointer;
}

.right-bian3 div {
    display: inline-block;
}

.right-bian3:hover {
    background: #dbdbdb;
}

.right-bian4 {
    padding: 16px;
    cursor: pointer;
}

.right-bian4 div {
    display: inline-block;
}

.right-bian4:hover {
    background: #dbdbdb;
}

.video-part2 {
    display: none;
}

.lunbo {
    float: right;
    margin-right: 40px;
}

.lb2,
.lb1 {
    cursor: pointer;
}

.lb2 {
    padding-left: 10px;
}

.right-bian-active {
    background: #ededed;
}

.title-left-big {
    margin-left: 20px;
}

.right-rg {
    margin-left: 20px;
    line-height: 26px;
}

.right-span {
    color: #888;
}

iframe#video_iframe {
    position: absolute;
    top: 0;
    left: 50%;
    width: 800px;
    height: 506px;
    margin-left: -400px;
}

iframe#video_iframe1 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 800px;
    height: 446px;
    margin-left: -400px;
}

.play_bt img {
    cursor: pointer;
}

.about-title a:hover {
    color: #1580e4 !important;
}

.abou-resoure .vc_col-sm-6 {
    width: 40%;
    margin-left: 10%;
}

.mk-part .vc_col-sm-2 {
    width: 16%;
}

.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;
}

.pyt {

    text-align: justify !important;
}

.pck:hover {
    color: #1580e4;
}

.pck {
    margin-left: -100px;
    cursor: pointer;
}

.mk-image.style1-image .hover-overlay {
    background: transparent !important;
}

.mk-theme-icon-plus {
    opacity: 0 !important;

}

.zaileft {
    width: 42%;
}

.zaileft1 {
    width: 55%;
    margin-left: 20px;

}

.pyw .vc_col-sm-2 {
    width: 5%;
}

.pyw .vc_col-sm-8 {
    width: 80%;
    margin-left: 9%;
}

@media (max-width: 768px) {
    .pck {
        margin-left: 0px !important;
    }

    .wtitle1 span:before {
        content: "";
        background-image: url(../image/wise/wi3.png);
        height: 20px;
        width: 20px;
        background-size: 100% 100%;
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
        position: absolute;
        margin-left: -25px;
        margin-top: -0px;
    }

    .wtitle2 span:before {
        content: "";
        background-image: url(../image/wise/wi4.png);
        height: 15.5px;
        width: 18px;
        background-size: 100% 100%;
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
        position: absolute;
        margin-left: -25px;
        margin-top: 5px;
    }

    .wtitle3 span:before {
        content: "";
        background-image: url(../image/wise/wi5.png);
        height: 18px;
        width: 16.5px;
        background-size: 100% 100%;
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
        position: absolute;
        margin-left: -25px;
        margin-top: 5px;

    }

    .wtitle4 span:before {
        content: "";
        background-image: url(../image/wise/wi8.png);
        height: 20px;
        width: 20px;
        background-size: 100% 100%;
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
        position: absolute;
        margin-left: -25px;
        margin-top: 0px;
    }

    .wtitle5 span:before {
        content: "";
        background-image: url(../image/wise/wi6.png);
        height: 18.5px;
        width: 18.5px;
        background-size: 100% 100%;
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
        position: absolute;
        margin-left: -25px;
        margin-top: 5px;
    }

    .wtitle6 span:before {
        content: "";
        background-image: url(../image/wise/wi7.png);
        height: 15.5px;
        width: 20px;
        background-size: 100% 100%;
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
        position: absolute;
        margin-left: -25px;
        margin-top: 5px;
    }

    .pyw .vc_col-sm-8 {
        width: auto !important;
        margin-left: 0px !important;
    }

    .zaileft1 {
        margin-left: 0px !important;
    }

    .lmd,
    .lmd1,
    .lmd2,
    .lmd3 {
        display: none;
    }

    .wtitle1,
    .wtitle2,
    .wtitle3,
    .wtitle4,
    .wtitle5,
    .wtitle6 {
        font-size: 16px !important;
    }

    .wtitle6 {
        position: relative;
        top: -110px;
        left: 160px;
    }

    .jiazhipart {
        height: 320px !important;
    }

    .jiazhi .vc_col-sm-4 {
        margin-left: 0px !important;
    }

    .zai .vc_col-sm-6 {
        width: auto !important;
    }

    .texing .vc_col-sm-6 {
        width: auto !important;
    }

    .texing1,
    .texing2,
    .texing3 {
        margin-left: 0px !important;
    }


    .bn-button2 {

        padding: 12px 10px !important;
        margin-top: 10px;
    }

    .zaileft {
        margin-left: 0px !important;
    }

    .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;
    }

    .new-cert-part {
        width: 30%;
    }

    .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;
    }

    .why-choose {
        border: 0;
        margin: 0;
        width: 100%;
    }

    .why-choose .vc_col-sm-3 {
        width: 289px !important;
        display: inline-block;
        height: 156px !important;
        vertical-align: middle;
        margin-top: 13px;
    }

    .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: -250px !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;
    }

    .knewicon1,
    .knewicon2,
    .knewicon3,
    .knewicon4 {
        margin-left: 0px !important;
    }

    .jiazhiimg {
        font-size: 13px !important;
    }

    .abou-resoure .vc_col-sm-6 {
        width: auto !important;
        height: auto !important;
    }

    .toolpart .miaosu-big {
        margin-top: -20px !important;
    }

    .lmns {
        background: #f8f8f8 !important;
        margin: 0 -20px;
    }
}

@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-animate-element {
    opacity: unset !important;
}

.mk-image img {
    width: inherit;
}




</style><style id="theme-dynamic-styles-inline-css" type="text/css">@font-face {
    font-family: 'ArtbeesWPTokens';
    src: url('http://www.kingdee.com/wp-content/themes/kingdee3.6/stylesheet/artbees-icons/ArtbeesWPTokens.eot');
    src: url('http://www.kingdee.com/wp-content/themes/kingdee3.6/stylesheet/artbees-icons/ArtbeesWPTokens.eot?#iefix') format('embedded-opentype'), url('http://www.kingdee.com/wp-content/themes/kingdee3.6/stylesheet/artbees-icons/ArtbeesWPTokens.woff') format('woff'), url('http://www.kingdee.com/wp-content/themes/kingdee3.6/stylesheet/artbees-icons/ArtbeesWPTokens.ttf') format('truetype'), url('http://www.kingdee.com/wp-content/themes/kingdee3.6/stylesheet/artbees-icons/ArtbeesWPTokens.svg#ArtbeesWPTokens') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('http://www.kingdee.com/wp-content/themes/kingdee3.6/stylesheet/awesome-icons/fontawesome-webfont.eot?v=4.2');
    src: url('http://www.kingdee.com/wp-content/themes/kingdee3.6/stylesheet/awesome-icons/fontawesome-webfont.eot?#iefix&v=4.2') format('embedded-opentype'), url('http://www.kingdee.com/wp-content/themes/kingdee3.6/stylesheet/awesome-icons/fontawesome-webfont.woff?v=4.2') format('woff'), url('http://www.kingdee.com/wp-content/themes/kingdee3.6/stylesheet/awesome-icons/fontawesome-webfont.ttf?v=4.2') format('truetype'), url('http://www.kingdee.com/wp-content/themes/kingdee3.6/stylesheet/awesome-icons/fontawesome-webfont.svg#FontAwesome') format('svg');
    ;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'star';
    src: url('http://www.kingdee.com/wp-content/themes/kingdee3.6/stylesheet/woocommerce-fonts/star.eot');
    src: url('../woocommerce-fonts/star.eot?#iefix') format('embedded-opentype'), url('../woocommerce-fonts/star.woff') format('woff'), url('../woocommerce-fonts/star.ttf') format('truetype'), url('../woocommerce-fonts/star.svg#star') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WooCommerce';
    src: url('http://www.kingdee.com/wp-content/themes/kingdee3.6/stylesheet/woocommerce-fonts/WooCommerce.eot');
    src: url('http://www.kingdee.com/wp-content/themes/kingdee3.6/stylesheet/woocommerce-fonts/WooCommerce.eot?#iefix') format('embedded-opentype'), url('http://www.kingdee.com/wp-content/themes/kingdee3.6/stylesheet/woocommerce-fonts/WooCommerce.woff') format('woff'), url('http://www.kingdee.com/wp-content/themes/kingdee3.6/stylesheet/woocommerce-fonts/WooCommerce.ttf') format('truetype'), url('http://www.kingdee.com/wp-content/themes/kingdee3.6/stylesheet/woocommerce-fonts/WooCommerce.svg#WooCommerce') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Flaticon';
    src: url('http://www.kingdee.com/wp-content/themes/kingdee3.6/stylesheet/line-icon-set/flaticon.eot');
    src: url('http://www.kingdee.com/wp-content/themes/kingdee3.6/stylesheet/line-icon-set/flaticon.eot#iefix') format('embedded-opentype'), url('http://www.kingdee.com/wp-content/themes/kingdee3.6/stylesheet/line-icon-set/flaticon.woff') format('woff'), url('http://www.kingdee.com/wp-content/themes/kingdee3.6/stylesheet/line-icon-set/flaticon.ttf') format('truetype'), url('http://www.kingdee.com/wp-content/themes/kingdee3.6/stylesheet/line-icon-set/flaticon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Pe-icon-line';
    src: url('http://www.kingdee.com/wp-content/themes/kingdee3.6/stylesheet/pe-line-icons/Pe-icon-line.eot?lqevop');
    src: url('http://www.kingdee.com/wp-content/themes/kingdee3.6/stylesheet/pe-line-icons/Pe-icon-line.eot?#iefixlqevop') format('embedded-opentype'), url('http://www.kingdee.com/wp-content/themes/kingdee3.6/stylesheet/pe-line-icons/Pe-icon-line.woff?lqevop') format('woff'), url('http://www.kingdee.com/wp-content/themes/kingdee3.6/stylesheet/pe-line-icons/Pe-icon-line.ttf?lqevop') format('truetype'), url('http://www.kingdee.com/wp-content/themes/kingdee3.6/stylesheet/pe-line-icons/Pe-icon-line.svg?lqevop#Pe-icon-line') format('svg');
    font-weight: normal;
    font-style: normal;
}

#fancy-title-2 a {
    color: #0086f1;
}

#fancy-title-3 a {
    color: #333333;
}

.page-section-1 {
    background-position: left top;
    background-repeat: repeat;
}

.page-section-1 {
    background-attachment: scroll;
    background-position: left top;
    background-repeat: repeat;
}

.page-section-1 .bg-layer .scroll-layer {
    background-attachment: scroll;
    background-position: left top;
    background-repeat: repeat;
}

.page-section-1 .page-section-content.expandable-false,
.page-section-1.expandable-true {
    padding: 20px 0;
}

.page-section-1 .alt-title span {}

.page-section-1.section-expandable-true:not(.active-toggle):hover .mk-section-color-mask {
    opacity: 0.8 !important;
}

.page-section-1 .expandable-section-trigger i {
    opacity: 1;
    top: 0 !important;
}

#fancy-title-4 a {
    color: #333333;
}

#fancy-title-5 a {
    color: #333333;
}

#fancy-title-6 a {
    color: #666666;
}

#fancy-title-7 a {
    color: #0086f1;
}

#fancy-title-8 a {
    color: #666666;
}

#fancy-title-9 a {
    color: #0086f1;
}

#fancy-title-10 a {
    color: #666666;
}

#fancy-title-11 a {
    color: #0086f1;
}

#fancy-title-12 a {
    color: #666666;
}

#fancy-title-13 a {
    color: #0086f1;
}

#fancy-title-14 a {
    color: #666666;
}

#fancy-title-16 a {
    color: #ffffff;
}

#fancy-title-17 a {
    color: #ffffff;
}

#fancy-title-18 a {
    color: #ffffff;
}

#fancy-title-19 a {
    color: #ffffff;
}

#fancy-title-20 a {
    color: #ffffff;
}

#fancy-title-21 a {
    color: #ffffff;
}

#fancy-title-22 a {
    color: #ffffff;
}

#fancy-title-23 a {
    color: #ffffff;
}

#fancy-title-24 a {
    color: #ffffff;
}

#fancy-title-25 a {
    color: #ffffff;
}

#fancy-title-26 a {
    color: #ffffff;
}

#fancy-title-27 a {
    color: #ffffff;
}

#fancy-title-28 a {
    color: #ffffff;
}

.page-section-15 {
    background-position: center top;
    background-repeat: no-repeat;
}

.page-section-15 {
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
}

.page-section-15 .bg-layer .scroll-layer {
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
}

.page-section-15 .page-section-content.expandable-false,
.page-section-15.expandable-true {
    padding: 20px 0;
}

.page-section-15 .alt-title span {}

.page-section-15.section-expandable-true:not(.active-toggle):hover .mk-section-color-mask {
    opacity: 0.8 !important;
}

.page-section-15 .expandable-section-trigger i {
    opacity: 1;
    top: 0 !important;
}

#fancy-title-29 a {
    color: #333333;
}

#fancy-title-30 a {
    color: #333333;
}

#fancy-title-31 a {
    color: #393836;
}

#fancy-title-32 a {
    color: #333333;
}

#fancy-title-33 a {
    color: #393836;
}

#fancy-title-34 a {
    color: #333333;
}

#fancy-title-35 a {
    color: #393836;
}

#fancy-title-36 a {
    color: #333333;
}

#fancy-title-37 a {
    color: #393836;
}

#fancy-title-38 a {
    color: #333333;
}

#fancy-title-39 a {
    color: #393836;
}

#fancy-title-40 a {
    color: #333333;
}

#fancy-title-41 a {
    color: #393836;
}

#fancy-title-42 a {
    color: #333333;
}

#fancy-title-43 a {
    color: #393836;
}

#fancy-title-44 a {
    color: #333333;
}

#fancy-title-45 a {
    color: #393836;
}

#fancy-title-46 a {
    color: #333333;
}

#fancy-title-47 a {
    color: #393836;
}

#fancy-title-48 a {
    color: #393836;
}

#fancy-title-50 a {
    color: #333333;
}

#fancy-title-51 a {
    color: #393836;
}

#fancy-title-52 a {
    color: #393836;
}

#fancy-title-53 a {
    color: #393836;
}

#fancy-title-54 a {
    color: #393836;
}

#fancy-title-55 a {
    color: #393836;
}

#fancy-title-56 a {
    color: #393836;
}

#fancy-title-57 a {
    color: #393836;
}

#fancy-title-58 a {
    color: #393836;
}

.page-section-49 {
    background-position: center top;
    background-repeat: no-repeat;
}

.page-section-49 {
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
}

.page-section-49 .bg-layer .scroll-layer {
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
}

.page-section-49 .page-section-content.expandable-false,
.page-section-49.expandable-true {
    padding: 20px 0;
}

.page-section-49 .alt-title span {}

.page-section-49.section-expandable-true:not(.active-toggle):hover .mk-section-color-mask {
    opacity: 0.8 !important;
}

.page-section-49 .expandable-section-trigger i {
    opacity: 1;
    top: 0 !important;
}

#fancy-title-59 a {
    color: #333333;
}

#fancy-title-60 a {
    color: #393836;
}

#fancy-title-61 a {
    color: #393836;
}

#fancy-title-63 a {
    color: #333333;
}

#fancy-title-64 a {
    color: #333333;
}

#fancy-title-65 a {
    color: #1580e4;
}

#mk-custom-box-62 {
    padding: 15px 15px;
    margin-bottom: 20px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: #e5f3fe;
    background-position: center top;
}

#mk-custom-box-62 .mk-divider .divider-inner i {
    background-color: #e5f3fe !important;
}

#fancy-title-66 a {
    color: #393836;
}

#fancy-title-67 a {
    color: #393836;
}

#fancy-title-69 a {
    color: #333333;
}

#fancy-title-70 a {
    color: #333333;
}

#fancy-title-71 a {
    color: #1580e4;
}

#mk-custom-box-68 {
    padding: 15px 15px;
    margin-bottom: 20px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: #e5f3fe;
    background-position: center top;
}

#mk-custom-box-68 .mk-divider .divider-inner i {
    background-color: #e5f3fe !important;
}

#fancy-title-72 a {
    color: #393836;
}

#fancy-title-73 a {
    color: #393836;
}

#fancy-title-75 a {
    color: #333333;
}

#fancy-title-76 a {
    color: #333333;
}

#fancy-title-77 a {
    color: #1580e4;
}

#mk-custom-box-74 {
    padding: 15px 15px;
    margin-bottom: 20px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: #e5f3fe;
    background-position: center top;
}

#mk-custom-box-74 .mk-divider .divider-inner i {
    background-color: #e5f3fe !important;
}

#fancy-title-78 a {
    color: #393836;
}

#fancy-title-79 a {
    color: #393836;
}

#fancy-title-81 a {
    color: #333333;
}

#fancy-title-82 a {
    color: #333333;
}

#fancy-title-83 a {
    color: #1580e4;
}

#mk-custom-box-80 {
    padding: 15px 15px;
    margin-bottom: 20px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: #e5f3fe;
    background-position: center top;
}

#mk-custom-box-80 .mk-divider .divider-inner i {
    background-color: #e5f3fe !important;
}

#fancy-title-84 a {
    color: #333333;
}

#fancy-title-86 a {
    color: #ffffff;
}

#fancy-title-87 a {
    color: #ffffff;
}

#fancy-title-88 a {
    color: #ffffff;
}

#fancy-title-89 a {
    color: #393836;
}

.page-section-85 {
    background-position: center top;
    background-repeat: no-repeat;
}

.page-section-85 {
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
}

.page-section-85 .bg-layer .scroll-layer {
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
}

.page-section-85 .page-section-content.expandable-false,
.page-section-85.expandable-true {
    padding: 20px 0;
}

.page-section-85 .alt-title span {}

.page-section-85.section-expandable-true:not(.active-toggle):hover .mk-section-color-mask {
    opacity: 0.8 !important;
}

.page-section-85 .expandable-section-trigger i {
    opacity: 1;
    top: 0 !important;
}

#fancy-title-90 a {
    color: #333333;
}

#fancy-title-91 a {
    color: #393836;
}

#fancy-title-92 a {
    color: #888888;
}

#fancy-title-93 a {
    color: #393836;
}

#fancy-title-94 a {
    color: #888888;
}

#fancy-title-96 a {
    color: #ffffff;
}

#fancy-title-97 a {
    color: #ffffff;
}

#fancy-title-98 a {
    color: #ffffff;
}

#fancy-title-99 a {
    color: #ffffff;
}

#fancy-title-100 a {
    color: #ffffff;
}

#fancy-title-101 a {
    color: #ffffff;
}

.page-section-95 {
    background-color: #2587ee;
    background-position: center top;
    background-repeat: no-repeat;
}

.page-section-95 {
    background-attachment: scroll;
    background-color: #2587ee;
    background-position: center top;
    background-repeat: no-repeat;
}

.page-section-95 .bg-layer .scroll-layer {
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
}

.page-section-95 .page-section-content.expandable-false,
.page-section-95.expandable-true {
    padding: 20px 0;
}

.page-section-95 .alt-title span {
    background-color: #2587ee;
}

.page-section-95.section-expandable-true:not(.active-toggle):hover .mk-section-color-mask {
    opacity: 0.8 !important;
}

.page-section-95 .expandable-section-trigger i {
    opacity: 1;
    top: 0 !important;
}

@media (min-width:468px) {
    #mk-header:not(.header-structure-vertical) .mk-header-logo img {
        height: 48px !important;
    }

    #mk-header:not(.header-structure-vertical) #mk-main-navigation>ul>li.menu-item,
    #mk-header:not(.header-structure-vertical) #mk-main-navigation>ul>li.menu-item>a,
    #mk-header:not(.header-structure-vertical) .mk-header-search,
    #mk-header:not(.header-structure-vertical) .mk-header-search a,
    #mk-header:not(.header-structure-vertical) .mk-header-wpml-ls,
    #mk-header:not(.header-structure-vertical) .mk-header-wpml-ls>a,
    #mk-header:not(.header-structure-vertical) .mk-cart-link,
    #mk-header:not(.header-structure-vertical) .mk-responsive-cart-link,
    #mk-header:not(.header-structure-vertical) .dashboard-trigger,
    #mk-header:not(.header-structure-vertical) .responsive-nav-link,
    #mk-header:not(.header-structure-vertical) .mk-header-social a,
    #mk-header:not(.header-structure-vertical) .mk-margin-header-burger {
        height: 70px;
        line-height: 70px;
    }

    #mk-footer {
        padding-top: 20px;
    }
}

#mk-footer {
    background-color: #fff !important;
}

#sub-footer {
    background-color: #fff !important;
}

.mk-footer-copyright,
.mk-footer-copyright a {
    color: #bfbfbf !important;
}

.mk-footer-copyright,
.mk-footer-copyright a:hover {
    color: #1580e4 !important;
}

.footer-uplinks-city a {
    color: #7a7a7a !important;
}

.footer-uplinks-city {
    width: 120px !important;
    left: -40px !important;
    bottom: 25px !important;
}

@media (max-width:460px) {
    .m-footer-wrapper {
        display: none !important;
    }
}

@media (min-width:960px) {
    .mk-grid {
        max-width: 1240px;
    }
}

@media (max-width:960px) {
    .pc_menu_item {
        display: none !important;
    }
}

@media screen and (min-width:960px) and (max-width:1084px) {
    #mk-main-navigation>ul>li.menu-item>a {
        padding: 0px 10px !important;
    }
}


@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 540px) {
    .bn-button{ margin-top: 0;}
    .jiazhipart{ height: auto !important;}
    .jiazhi .vc_col-sm-4{ width: 100% !important;}
    .wtitle6{ top: auto; left: auto;}
}