.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;

}
.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{
    display: inline-block;
    width: 200px;
    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-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(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 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%;
    background: #e5f3fe;
}
.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(http://www.kingdee.com/wp-content/uploads/2018/10/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(http://www.kingdee.com/wp-content/uploads/2018/10/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(http://www.kingdee.com/wp-content/uploads/2018/10/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(http://www.kingdee.com/wp-content/uploads/2018/10/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(http://www.kingdee.com/wp-content/uploads/2018/10/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(http://www.kingdee.com/wp-content/uploads/2018/11/e6.png);
    height:44px;
    width: 44px;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.wtitle2:before{
    content: "";
    background-image: url(http://www.kingdee.com/wp-content/uploads/2018/11/e7.png);
    height:39px;
    width: 39px;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.wtitle3:before{
    content: "";
    background-image: url(http://www.kingdee.com/wp-content/uploads/2018/11/e8.png);
    height:38px;
    width: 43px;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.wtitle4:before{
    content: "";
    background-image: url(http://www.kingdee.com/wp-content/uploads/2018/11/e10.png);
    height:40px;
    width: 45px;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.wtitle5:before{
    content: "";
    background-image: url(http://www.kingdee.com/wp-content/uploads/2018/11/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(http://www.kingdee.com/wp-content/uploads/2018/11/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{

    text-align: justify !important;

}
.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%;
}
.th-row .vc_col-sm-8{
    width: 57.66666667%;
}
.th-row .vc_col-sm-2{
    width: 21%;
}
.eas-sm-title{
    padding-left: 90px;
}
.lunbo{
    float: right;
    margin-right: 40px;
}
.video-part2{
    display:none;
}
.lb2,.lb1{
    cursor: pointer;
}
.lb2{
    padding-left:10px;
}
@media (min-width: 768px) {
    .part-miao{
        width:90%;
    }
    .why-choose .vc_col-sm-3:hover{
        background-image: url( http://www.kingdee.com/wp-content/uploads/2018/10/hr14.png);
        background-size: 100% 100%;
    }
}
.plmd{
    padding-left:6px;
}
.big-row{
    background-image: url(http://www.kingdee.com/wp-content/uploads/2018/10/hr22.png);
    padding:20px;
}
.hot-icod{
    background-image: url(http://www.kingdee.com/wp-content/uploads/2018/10/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;
}

.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;
}
@media (max-width: 768px) {
    .th-row .vc_col-sm-8{
        width:auto !important
    }
    .th-row .vc_col-sm-2{
        width:auto !important
    }
    .eas-sm-title{
        padding-left: 15px !important;
    }

    .eas-pr-title{
        font-size:16px !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;
    }

}

#fancy-title-2 a {
    color: #0086f1;
}
.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-3 a {
    color: #333333;
}
#fancy-title-4 a {
    color: #666666;
}
#fancy-title-5 a {
    color: #666666;
}
#fancy-title-6 a {
    color: #666666;
}
#fancy-title-7 a {
    color: #666666;
}
#fancy-title-8 a {
    color: #666666;
}
#fancy-title-9 a {
    color: #666666;
}
#fancy-title-10 a {
    color: #666666;
}
#fancy-title-12 a {
    color: #ffffff;
}
#fancy-title-13 a {
    color: #ffffff;
}
#fancy-title-14 a {
    color: #ffffff;
}
#fancy-title-15 a {
    color: #ffffff;
}
#fancy-title-16 a {
    color: #ffffff;
}
#fancy-title-17 a {
    color: #ffffff;
}
#fancy-title-18 a {
    color: #ffffff;
}
.page-section-11 {
    background-position: center top;
    background-repeat: no-repeat;
}
.page-section-11 {
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
}
.page-section-11 .bg-layer .scroll-layer {
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
}
.page-section-11 .page-section-content.expandable-false, .page-section-11.expandable-true {
    padding: 20px 0;
}
.page-section-11 .alt-title span {
}
.page-section-11.section-expandable-true:not(.active-toggle):hover .mk-section-color-mask {
    opacity: 0.8 !important;
}
.page-section-11 .expandable-section-trigger i {
    opacity: 1;
    top: 0 !important;
}
#fancy-title-19 a {
    color: #333333;
}
#fancy-title-20 a {
    color: #333333;
}
#fancy-title-21 a {
    color: #393836;
}
#fancy-title-22 a {
    color: #333333;
}
#fancy-title-23 a {
    color: #393836;
}
#fancy-title-24 a {
    color: #333333;
}
#fancy-title-25 a {
    color: #393836;
}
#fancy-title-26 a {
    color: #333333;
}
#fancy-title-27 a {
    color: #393836;
}
#fancy-title-29 a {
    color: #333333;
}
#fancy-title-30 a {
    color: #393836;
}
#fancy-title-31 a {
    color: #393836;
}
#fancy-title-32 a {
    color: #393836;
}
#fancy-title-33 a {
    color: #393836;
}
#fancy-title-34 a {
    color: #393836;
}
#fancy-title-35 a {
    color: #393836;
}
#fancy-title-36 a {
    color: #393836;
}
#fancy-title-37 a {
    color: #393836;
}
.page-section-28 {
    background-color: #eef9fa;
    background-position: center top;
    background-repeat: no-repeat;
}
.page-section-28 {
    background-attachment: scroll;
    background-color: #eef9fa;
    background-position: center top;
    background-repeat: no-repeat;
}
.page-section-28 .bg-layer .scroll-layer {
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
}
.page-section-28 .page-section-content.expandable-false, .page-section-28.expandable-true {
    padding: 20px 0;
}
.page-section-28 .alt-title span {
    background-color: #eef9fa;
}
.page-section-28.section-expandable-true:not(.active-toggle):hover .mk-section-color-mask {
    opacity: 0.8 !important;
}
.page-section-28 .expandable-section-trigger i {
    opacity: 1;
    top: 0 !important;
}
#fancy-title-38 a {
    color: #333333;
}
#fancy-title-39 a {
    color: #393836;
}
#fancy-title-40 a {
    color: #393836;
}
#fancy-title-42 a {
    color: #333333;
}
#fancy-title-43 a {
    color: #333333;
}
#fancy-title-44 a {
    color: #1580e4;
}
#mk-custom-box-41 {
    padding: 15px 15px;
    margin-bottom: 20px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: #e5f3fe;
    background-position: center top;
}
#mk-custom-box-41 .mk-divider .divider-inner i {
    background-color: #e5f3fe !important;
}
#fancy-title-45 a {
    color: #393836;
}
#fancy-title-46 a {
    color: #393836;
}
#fancy-title-48 a {
    color: #333333;
}
#fancy-title-49 a {
    color: #333333;
}
#fancy-title-50 a {
    color: #1580e4;
}
#mk-custom-box-47 {
    padding: 15px 15px;
    margin-bottom: 20px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: #e5f3fe;
    background-position: center top;
}
#mk-custom-box-47 .mk-divider .divider-inner i {
    background-color: #e5f3fe !important;
}
#fancy-title-51 a {
    color: #393836;
}
#fancy-title-52 a {
    color: #393836;
}
#fancy-title-54 a {
    color: #333333;
}
#fancy-title-55 a {
    color: #333333;
}
#fancy-title-56 a {
    color: #1580e4;
}
#mk-custom-box-53 {
    padding: 15px 15px;
    margin-bottom: 20px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: #e5f3fe;
    background-position: center top;
}
#mk-custom-box-53 .mk-divider .divider-inner i {
    background-color: #e5f3fe !important;
}
#fancy-title-57 a {
    color: #393836;
}
#fancy-title-58 a {
    color: #393836;
}
#fancy-title-60 a {
    color: #333333;
}
#fancy-title-61 a {
    color: #333333;
}
#fancy-title-62 a {
    color: #1580e4;
}
#mk-custom-box-59 {
    padding: 15px 15px;
    margin-bottom: 20px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: #e5f3fe;
    background-position: center top;
}
#mk-custom-box-59 .mk-divider .divider-inner i {
    background-color: #e5f3fe !important;
}
#fancy-title-63 a {
    color: #333333;
}
#fancy-title-65 a {
    color: #ffffff;
}
#fancy-title-66 a {
    color: #ffffff;
}
#fancy-title-67 a {
    color: #ffffff;
}
#fancy-title-68 a {
    color: #393836;
}
.page-section-64 {
    background-position: center top;
    background-repeat: no-repeat;
}
.page-section-64 {
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
}
.page-section-64 .bg-layer .scroll-layer {
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
}
.page-section-64 .page-section-content.expandable-false, .page-section-64.expandable-true {
    padding: 20px 0;
}
.page-section-64 .alt-title span {
}
.page-section-64.section-expandable-true:not(.active-toggle):hover .mk-section-color-mask {
    opacity: 0.8 !important;
}
.page-section-64 .expandable-section-trigger i {
    opacity: 1;
    top: 0 !important;
}
#fancy-title-69 a {
    color: #333333;
}
#fancy-title-70 a {
    color: #393836;
}
#fancy-title-71 a {
    color: #888888;
}
#fancy-title-72 a {
    color: #393836;
}
#fancy-title-73 a {
    color: #888888;
}
#fancy-title-75 a {
    color: #ffffff;
}
#fancy-title-76 a {
    color: #ffffff;
}
#fancy-title-77 a {
    color: #ffffff;
}
#fancy-title-78 a {
    color: #ffffff;
}
#fancy-title-79 a {
    color: #ffffff;
}
#fancy-title-80 a {
    color: #ffffff;
}
#fancy-title-81 a {
    color: #ffffff;
}
.page-section-74 {
    background-color: #2587ee;
    background-position: center top;
    background-repeat: no-repeat;
}
.page-section-74 {
    background-attachment: scroll;
    background-color: #2587ee;
    background-position: center top;
    background-repeat: no-repeat;
}
.page-section-74 .bg-layer .scroll-layer {
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
}
.page-section-74 .page-section-content.expandable-false, .page-section-74.expandable-true {
    padding: 20px 0;
}
.page-section-74 .alt-title span {
    background-color: #2587ee;
}
.page-section-74.section-expandable-true:not(.active-toggle):hover .mk-section-color-mask {
    opacity: 0.8 !important;
}
.page-section-74 .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;
}
#frm_form_35_container.frm_style_formidable-style.with_frm_style .frm_message, #frm_form_35_container .frm_success_style {
    border: 0;
    background-color: transparent;
    text-align: center;
    margin: 0 auto 30px;
    width: 74%;
}
div#frm_form_35_container.frm_style_formidable-style.with_frm_style .frm_message p, div#frm_form_35_container .frm_success_style p {
    color: #000;
}
@media (max-width:460px) {
    .m-footer-wrapper {
        display: none !important;
    }
    #frm_form_35_container.frm_style_formidable-style.with_frm_style .frm_message, #frm_form_35_container .frm_success_style {
        width: 100%;
    }
}
@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;
    }


