﻿.icon-JD {
    background-image: url(../images/sprite.png);
    background-position: -99px -46px;
    width: 20px;
    height: 14px;
}
.icon-QQ {
    background-image: url(../images/sprite.png);
    background-position: -68px -64px;
    width: 15px;
    height: 18px;
}
.icon-baidu {
    background-image: url(../images/sprite.png);
    background-position: -102px -24px;
    width: 17px;
    height: 18px;
}
.icon-close {
    background-image: url(../images/sprite.png);
    background-position: -83px -64px;
    width: 16px;
    height: 16px;
}
.icon-computer {
    background-image: url(../images/sprite.png);
    background-position: 0px -24px;
    width: 40px;
    height: 40px;
}
.icon-error {
    background-image: url(../images/sprite.png);
    background-position: -99px -64px;
    width: 16px;
    height: 16px;
}
.icon-loading-circle {
    background-image: url(../images/sprite.png);
    background-position: -80px -24px;
    width: 22px;
    height: 22px;
}
.icon-password {
    background-image: url(../images/sprite.png);
    background-position: 0px -64px;
    width: 18px;
    height: 24px;
}
.icon-password_active {
    background-image: url(../images/sprite.png);
    background-position: -18px -64px;
    width: 18px;
    height: 24px;
}
.icon-people {
    background-image: url(../images/sprite.png);
    background-position: -36px -64px;
    width: 16px;
    height: 24px;
}
.icon-people_active {
    background-image: url(../images/sprite.png);
    background-position: -52px -64px;
    width: 16px;
    height: 24px;
}
.icon-qrcode {
    background-image: url(../images/sprite.png);
    background-position: -40px -24px;
    width: 40px;
    height: 40px;
}
.icon-sina {
    background-image: url(../images/sprite.png);
    background-position: -119px -24px;
    width: 19px;
    height: 16px;
}
.icon-tick {
    background-image: url(../images/sprite.png);
    background-position: -119px -46px;
    width: 10px;
    height: 7px;
}
.icon-title {
    background-image: url(../images/sprite.png);
    background-position: 0px 0px;
    width: 144px;
    height: 24px;
}
.icon-wechat {
    background-image: url(../images/sprite.png);
    background-position: -80px -46px;
    width: 19px;
    height: 16px;
}
.v2_hide {
    -webkit-animation: fadeOut 300ms;
    animation: fadeOut 300ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: none!important;
}
._inline {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.v2_show {
    visibility: visible!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000');
    opacity: 1!important;
}
.v2_show .v2_login_box {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}
.v2_icon {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    background-repeat: no-repeat;
}
.o_z {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000');
}
.v2_login_container {
    /*input[type=text]:focus, input[type=password]:focus, textarea:focus {
          -webkit-box-shadow: 0 0 0 1000px white inset!important;
      }*/
    position: fixed;
    width: 100%;
    z-index: 3000;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.v2_login_container input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #bdbdbd;
}
.v2_login_container input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #bdbdbd;
}
.v2_login_container input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #bdbdbd;
}
.v2_login_container input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #bdbdbd;
}
.v2_login_container input:-webkit-autofill,
.v2_login_container textarea:-webkit-autofill,
.v2_login_container select:-webkit-autofill {
    background-color: transparent!important;
    -webkit-box-shadow: 0 0 0 1000px white inset!important;
}
.v2_login_container input {
    outline: none;
}
.v2_login_container .tc {
    text-align: center;
}
.v2_login_container .v2_login .v2_blue_color {
    font-family: PingFangSC-Light, "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif !important;
    position: relative;
    margin-top: 17px;
    text-align: center;
    display: block;
    width: 100%;
    background: #66CBFF;
    color: white;
    font-size: 16px;
    padding: 9px 0 11px 0px;
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    border: 1px solid #66CBFF;
    color: #66CBFF;
    box-sizing: border-box;
    line-height: 20px;
}
.v2_login_container .v2_login .v2_blue_color:hover {
    background: #97DCFF;
}
.v2_login_container .v2_login .v2_blue_color:hover {
    text-decoration: none;
    color: #fff;
    border-color: #97DCFF;
}
.v2_login_container .v2_register .v2_blue_color {
    font-family: PingFangSC-Light, "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif !important;
    position: relative;
    margin-top: 17px;
    text-align: center;
    display: block;
    width: 100%;
    background: #66CBFF;
    color: white;
    font-size: 16px;
    padding: 9px 0 11px 0px;
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    border: 1px solid #66CBFF;
    color: #66CBFF;
    box-sizing: border-box;
    line-height: 20px;
}
.v2_login_container .v2_register .v2_blue_color:hover {
    background: #97DCFF;
}
.v2_login_container .v2_register .v2_blue_color:hover {
    text-decoration: none;
    color: #fff;
    border-color: #97DCFF;
}
.v2_login_container .v2_login_box {
    font-size: 14px;
    padding: 0px 20px;
    padding-bottom: 19px;
    box-sizing: border-box;
    width: 360px;
    *width: 320px;
    min-height: 468px;
    color: #9a9a9a;
    margin: auto;
    top: 10%;
    border-radius: 10px;
    background: white;
    position: relative;
    box-shadow: 0px 2px 14px 4px #212B3A;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.v2_login_container .v2_tips {
    margin-top: 11px;
    text-align: center;
    color: #ea4f54;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 16px;
}
.v2_login_container .v2_left_top_widget {
    cursor: pointer;
    position: absolute;
    left: 8px;
    top: 8px;
    width: 40px;
    height: 40px;
}
.v2_login_container .bg_image {
    background-repeat: no-repeat;
    background-position: center;
}
.v2_login_container .v2_qrcode {
    background-image: url("../images/qrcode.png");
}
.v2_login_container .v2_computer {
    background-image: url("../images/computer.png");
}
.v2_login_container .v2_title {
    height: 30px;
    width: 100%;
    text-align: center;
    padding-top: 6px;
}
.v2_login_container .v2_line {
    height: 2px;
    background: #eee;
}
.v2_login_container .cqrcode {
    display: block;
    width: 176;
    height: 176px;
    margin: auto;
    margin-top: 9px;
}
.v2_login_container .v2_input {
    margin-top: 6px;
    display: block;
    width: 100%;
    *width: 85%;
    box-sizing: border-box;
    outline: none;
    padding: 14px 8px 15px 42px;
    border-radius: 8px;
    border: 1px solid #C3CFD6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
}
.v2_login_container .v2_input:focus {
    border-color: #66CBFF ;
    box-shadow: 0px 1px 4px 2px #E8EFF3!important;
}
.v2_login_container .v2_close {
    position: absolute;
    right: 12px;
    cursor: pointer;
    top: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.v2_login_container .v2_close:hover {
    opacity: 0.8;
}
.v2_login_container .v2_people {
    cursor: none;
    position: absolute;
    left: 12px;
    top: 11px;
    z-index: 9;
}
.v2_login_container .v2_password {
    cursor: none;
    position: absolute;
    left: 10px;
    top: 12px;
    z-index: 9;
}
.v2_login_container .v2_checkbox {
    cursor: pointer;
    position: relative;
    padding-left: 23px;
    float: left;
}
.v2_login_container .v2_checkbox:before {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #d1ced0;
    background: #fff;
    border-radius: 4px;
}
.v2_login_container .v2_checkbox.active:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background-image: url("../images/tick.png");
    background-repeat: no-repeat;
    background-position: center;
    color: #47c1f8;
    font-size: 13px;
    text-align: center;
    line-height: 13px;
    border: 1px solid #47c1f8;
}
.v2_login_container .v2_blue_color {
    color: #66CBFF;
    cursor: pointer;
}
.v2_login_container .v2_blue_color:hover {
    text-decoration: underline;
}
.v2_login_container #login_code {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
}
.v2_login_container .v2_error input {
    border-color: #ea4f54!important;
    position: relative;
}
.v2_login_container .v2_error:after {
    content: " ";
    position: absolute;
    background-image: url(../images/102611oyyc88assv6cpmsa.png);
    background-position: center right;
    right: 9px;
    background-repeat: no-repeat;
    top: 0px;
    height: 48px;
    width: 30px;
}
.v2_login_container .v2_forget {
    float: right;
}
.v2_login_container .v2_btn {
    outline: none;
    border: none;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.v2_login_container .v2_loading {
    background: #97DCFF!important;
}
.v2_login_container .v2_code {
    height: 48px;
    line-height: 48px;
    border: 1px solid #C3CFD6;
    border-radius: 8px;
    padding: 0px 14px;
    letter-spacing: 5.8px;
    text-indent: 5.8px;
    box-sizing: border-box;
    margin-top: 0px!important;
}
.v2_login_container .v2_btn_blue {
    font-family: PingFangSC-Light, "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif !important;
    position: relative;
    margin-top: 10px;
    text-align: center;
    display: block;
    width: 100%;
    background: #66CBFF;
    color: white;
    font-size: 16px;
    padding: 9px 0 11px 0px;
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.v2_login_container .v2_btn_blue:hover {
    background: #97DCFF;
}
.v2_login_container .v2_other_account {
    font-size: 12px;
    margin-top: 18px;
    position: relative;
    text-align: center;
    line-height: 16px;
}
.v2_login_container .v2_other_account:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #eee;
    top: 50%;
    left: 0px;
}
.v2_login_container .v2_other_account span {
    background: white;
    position: relative;
    padding: 2px;
}
.v2_login_container .rl {
    position: relative;
}
.v2_login_container .icon {
    display: inline-block;
    _zoom: 1;
    *display: inline;
    cursor: pointer;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.v2_login_container .icon-qq {
    margin-left: 46px;
}
.v2_login_container .icon-wb {
    margin-left: 52px;
}
.v2_login_container .icon-bd {
    margin-left: 58px;
}
.v2_login_container .icon-wx {
    margin-left: 52px;
}
.v2_login_container .icon-list {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 0;
}
.v2_login_container .icon-pt {
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.v2_login_container .icon-pt:hover {
    opacity: 0.8;
}
.v2_login_container .icon-loading-circle {
    position: absolute;
    left: 84px;
    animation: circle 1s infinite;
    -webkit-animation: circle 1s infinite;
    top: 12px;
}
@-webkit-keyframes circle {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.v2_login_container br {
    display: none;
}
.clear {
    clear: both;
}
.v2_icon.icon-pt.icon-jd.icon-JD {
    margin-left: 0;
}
h3.v2_register {
    margin-bottom: 0;
}

/**************/
.kehuvide{
    background:#1580e4;
    width: 48% !important;
    position: absolute;
    top: 40px;
    left: 51%;
    z-index: 100;
    padding: 40px;
}




#theme-page{
    max-width:1920px;
    margin:0 auto;
}
.th-button{
    padding: 10px 0px;
    border: 1px solid #ffffff;
    width: 150px;
    border-radius: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}
.th-button a{
    color: #ffffff;
    font-weight: 100;
}
.th-button:hover{
    background: rgba(241, 241, 241, 0.8);
}
.ui-state-active > a{
    background: #1580e4 !important;
}
.mk-tabs .mk-tabs-tabs li {
    min-width: 200px !important;
}
.mk-tabs-panes .inner-box {
    background-color: #f6f7fa !important;
}
.mk-tabs .mk-tabs-tabs li a{
    margin-right: 0px !important;
    font-size: 16px;
    color:#999999;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-right: 0px solid;
}
#theme-page #mk-tabs-9 .mk-tabs-tabs li.ui-state-active a {
    color: #fff!important;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li:first-child a{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li:last-child a{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li.ui-state-active a{
    bottom:0px;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li{
    border-left: 0px solid #efefef;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li:last-child{
    border-left: 0px solid #efefef !important;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-panes{
    border-left: 0px solid #efefef !important;
    border: 0px solid #efefef;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li:last-child{
    border-right: 0px solid #efefef !important;
}
.mk-tabs .mk-tabs-tabs{
    text-align:center;
}
.khabout .vc_col-sm-4{
    height: 305px;
    width: 30.33333%;
    margin-left: 25px;
}
.mk-tabs .mk-tabs-panes .mk-tabs-pane .inner-box {
    padding:40px 60px;
}
.vc_toggle h4{
    margin-bottom:10px;
}
.vc_toggle_content {
    display: none;
}
.vc_toggle_active .vc_toggle_content {
    display: block;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out;
}
.financeTable .vc_toggle h4:before{
    content: "";
    background-image: url(../images/jia.png);
    height: 24px;
    width: 24px;
    background-size: 100% 100%;
    position: absolute;
    margin-left: -52px;
}
.financeTable .currentDt h4:before{
    background-image: url(../images/j.png);
    height: 2px;
    margin-top: 15px;
}
.vc_toggle_active h4{
    color:#1580e4;
}
span.tab_left_arrow, span.tab_right_arrow {
    display: inline-block;
    width: 31px;
    height: 55px;
    position: absolute;
    top: 50%;
    margin-top: 200px;
    z-index: 99;
    cursor: pointer;
}
.tab_left_arrow {
    background: url(../images/left-arrow.png) no-repeat center center;
    left: -120px;
}
.tab_right_arrow {
    background: url(../images/right-arrow.png) no-repeat center center;
    right: -120px;
}
.tab_slider .mk-divider{
    margin-left: -80px;
}
.vc_toggle h4{
    cursor: pointer;
}
.tab_slider .vc_col-sm-4{
    margin-left:6.6%;
}
.tab_slider .vc_col-sm-8{
    width:60%;
}
/**************/
.kehuvide{
    background:#1580e4;
    width: 48% !important;
    position: absolute;
    top: 40px;
    left: 51%;
    z-index: 100;
    padding: 40px;
}
.line-width{
    width: 150px;
}
.view-kh{
    background:#ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 1px 5px 8px #e5e9f0;
}
.view-kh a{
    color:#005bac;
}
.view-kh a:hover{
    color:#064f90;
}
#theme-page{
    margin-bottom:0px !important;
}
.cut .mk-grid{
    max-width: 1440px !important;
}
.khheight{
    height: 50px;
}
.fo1 .mk-grid{
    max-width:1320px !important;
}
.web .vc_col-sm-4{
    padding: 0px 20px 0px 20px;
}
.mass a{
    color:#fff;
}
.mass a:hover{
    color:#005abc;
}
.fdd h3{
    text-align: justify !important;
}
.view_nav {
    display: none;
}
.bn-button{
    width: 150px;
    color: #fff;
    border: 1px solid #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;
    border-radius: 5px;
}
.bn-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#1580e4;
    -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;
    border-radius: 5px;

}
.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);
}
.ui-loader.ui-corner-all.ui-body-a.ui-loader-default.ui-loader-fakefix {
    display: none;
}
/*ie8*/
.mk-tabs .mk-tabs-panes .mk-tabs-pane .inner-box .vc_row {
    font-size: 0px\0\8;
}
.mk-tabs .mk-tabs-panes .mk-tabs-pane .inner-box .vc_col-sm-3 {
    float: none\0\8;
    display: inline-block\0\8;
    vertical-align: top\0\8;
}

@media (max-width: 1500px){
    .mk-tabs .mk-tabs-panes .mk-tabs-pane .inner-box {
        padding: 30px 110px;
    }
    .tab_left_arrow {
        left: 1% !important;
    }
    .tab_right_arrow {
        right: 1% !important;
    }
}
@media (max-width: 1400px){
    .tab_left_arrow {
        left: 4% !important;
    }
    .tab_right_arrow {
        right: 4% !important;
    }
}
@media (max-width: 640px){
    .page-section-1 {
        height: 450px;
    }
    .page-section-1.mk-page-section .page-section-content.expandable-false {
        padding: 20px 0 0;
    }
    .banner_title {
        font-size: 26px!important;
        color: #333!important;
        line-height: 34px!important;
    }
    .banner_text {
        font-size: 14px!important;
        color: #333!important;
    }
    .banner_text br {
        display: none;
    }
    .blcok_text ul {
        margin: 10px 0 0 5px;
        font-size: 16px;
    }
    .blcok_text ul li {
        margin-bottom: 20px;
    }
    .blcok_text {
        font-size: 16px!important;
    }
    .fancy_title {
        font-size: 24px!important;
    }
    .vc_toggle h4 {
        font-size: 20px;
        margin-bottom: 0;
        position: relative;
        padding-left: 34px;
    }
    .tab_slider .vc_col-sm-8 {
        width: 100%;
        margin-top: 20px;
    }
    .vc_toggle_content {
        padding-top: 10px;
        padding-left: 34px;
    }
    .vc_toggle_content p {
        margin-bottom: 10px;
    }
    .mk-tabs.mobile-true .mk-tabs-pane .inner-box {
        padding: 0!important;
    }
    .vc_col-sm-12 {
        padding: 0;
    }
    .tab_slider .vc_col-sm-4 {
        margin-left: 0;
    }
    .financeTable .vc_toggle h4:before {
        margin-right: 10px;
        background-size: 20px;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        margin-left: 0;
        display: inline-block;
        margin-top: 0px;
        vertical-align: middle;
        top: 0;
        left: 0;
    }
    .tab_slider .mk-divider {
        margin-left: 0;
    }
    .tab_slider .mk-divider {
        margin-left: 0;
    }
    .financeTable .vc_toggle.vc_toggle_active h4:before {
        height: 24px;
        margin-top: 0;
        position: absolute;
        left: 0;
        top: 0;
    }
    .mk-tabs {
        margin: 0 -20px 20px;
    }
    .vc_toggle {
        padding: 0 20px;
    }
    .mk-tabs-panes .inner-box .mk-image {
        padding: 0 20px;
    }
    .mk-divider.divider-single .divider-inner {
        border-bottom: 2px solid #efefef;
    }
    .mk-tabs.mobile-true .mk-tabs-pane .inner-box .mk-shortcode {
        display: none;
    }
    .pc_tab_row {
        padding: 40px 0 20px;
    }
    .mk-tabs.mobile-true .title-mobile {
        display: none;
    }
    .mk-tabs.mobile-true .mk-tabs-tabs {
        display: block!important;
        text-align: left;
    }
    .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs {
        border: 0;
        margin: 0;
        width: auto;
        white-space: nowrap;
        overflow-x: auto;
    }
    .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li:first-child {
        border: 0;
    }
    .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li {
        border: 0;
        min-width: 0!important;
        display: inline-block;
    }
    .mk-tabs .mk-tabs-tabs li.active-tabs a {
        color: #fff;
        background: #1580e4;
    }
    .mk-tabs.style1-tabs.horizontal-style.mobile-true .mk-tabs-pane {
        display: none!important;
    }
    .mk-tabs.style1-tabs.horizontal-style.mobile-true .mk-tabs-pane.active-panes {
        display: block!important;
    }
    .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li a {
        font-size: 18px;
        margin: 0;
        border-radius: 0!important;
        padding: 15px 30px;
    }
    .wk_img {
        margin-bottom: 0!important;
    }
    .footer-breadcumbs {
        display: none;
    }
    .adward .mk-image {
        margin-bottom: 10px!important;
    }
    .adward .vc_col-sm-4 {
        margin-top: 30px;
    }
    .award_title {
        margin-bottom: 10px!important;
    }
    .story_row .vc_column_container>.vc_column-inner {
        padding: 0;
    }
    .story_row {
        margin: 0 -20px;
    }
    .line-width {
        opacity: 0.5;
        padding: 0 0 15px!important;
    }
    .story_title {
        font-size: 22px!important;
        line-height: 28px!important;
    }
    .story_text {
        font-size: 16px!important;
        line-height: 24px!important;
        margin-top: 0!important;
    }
    .mass {
        margin-top: 15px!important;
    }
    .view_slider {
        position: relative;
        overflow: hidden;
    }
    .khabout {
        width: 10000px;
        position: absolute;
        left: 0;
        top: 0;
        transition: left 500ms;
        margin: 0;
    }
    .khabout .vc_col-sm-4 {
        width: 100%;
        margin: 0 auto;
        display: inline-block;
        vertical-align: top;
    }
    .kehuvide {
        position: relative;
        top: 0px !important;
        left: 0 !important;
        display: block;
        width: auto!important;
        padding: 30px 20px 40px;
        margin: -30px 20px 0;
        box-shadow: -5px 5px 20px rgba(0,0,0,0.3);
        -webkit-box-shadow: -5px 5px 20px rgba(0,0,0,0.3);
    }
    .khabout .mk-shortcode.mk-padding-shortcode {
        display: none;
    }
    .khheight {
        height: auto;
        font-size: 20px!important;
        line-height: 26px!important;
    }
    .khabout .vc_column_container>.vc_column-inner {
        padding: 10px;
    }
    .khabout .vc_column_container>.vc_column-inner .wpb_wrapper {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: -5px 5px 8px #e5e9f0;
        height: 275px;
    }
    .view-kh {
        padding: 0;
        background: none;
        border-radius: 0;
        box-shadow: none;
    }
    .view_nav {
        display: block;
    }
    .blog_nav {
        margin: 10px 0 0;
        padding: 0;
        list-style: none;
        text-align: center;
        font-size: 0;
    }
    ul.blog_nav li.nav_li {
        width: 15px;
        height: 7px;
        background: #ababab;
        display: inline-block;
        border-radius: 10px;
        vertical-align: top;
        margin: 0 3px;
        overflow: hidden;
    }
    ul.blog_nav li.nav_li:before {
        content: '';
        width: 0;
        height: 7px;
        background: #1480e4;
        display: block;
        position: relative;
        transition: width 500ms;
    }
    ul.blog_nav li.nav_li.active_li:before {
        width: 15px;
    }
    .mk-custom-boxed {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .ly {
        font-size: 12px;
        margin-top: 30px;
    }
    ul.sub_hide_ul {
        margin: 0;
        background: #fff;
        display: inline-block;
        box-shadow: -5px 5px 20px rgba(0,0,0,0.3);
        -webkit-box-shadow: -2px 5px 20px #dce3eb;
        position: absolute;
        right: 0;
        top: 130%;
        display: none;
    }
    .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs ul.sub_hide_ul li {
        display: block;
    }
    .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs ul.sub_hide_ul li a {
        padding: 20px;
        display: block;
        border-top: 1px solid #b8b8b8;
    }
    .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs ul.sub_hide_ul li:first-child a {
        border-top: 0;
    }
    .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li.more_tab img {
        width: 25px;
    }
    .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li.more_tab {
        padding: 0;
        text-align: center;
    }
    .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li.more_tab > a {
        padding: 15px 0;
    }
    .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li.more_tab img {
        width: 20px;
        margin-top: -2px;
    }
    .th-button {
        border: 1px solid #1580e4;
        color: #1580e4;
        margin-top: 30px;
    }
    .mk-tabs.mobile-true .mk-tabs-pane.active-panes .inner-box {
        animation: mk_fade .6s 1 ease-in;
        -webkit-animation: mk_fade .6s 1 ease-in;
        -moz-animation: mk_fade .6s 1 ease-in;
    }
    .bn-button {
        color: #1580e4;
        border: 1px solid #1580e4;
        border-radius: 20px;
        margin-top: 20px;
    }
    .bn-button:before {
        background: rgb(21, 128, 228);
		 border-radius: 20px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 640px){
	.khabout .vc_col-sm-4{
		height: 520px !important;
	}
	.kehuvide{
	padding:0px !important;	
	}
.kehuvide h3{
	font-size:14px !important;
	text-align: justify !important;
	}
	.fdd01{
	margin-top: -40px;	
	}
	#divider-17{
	padding:0px !important;	
	}
	#divider-18{
	padding:0px !important;	
	}
	#divider-19{
	padding:0px !important;	
	}
	#divider-20{
	padding:0px !important;	
	}
	#divider-21{
	padding:0px !important;	
	}
	#divider-22{
	padding:0px !important;	
	}
	#divider-23{
	padding:0px !important;	
	}
	#divider-24{
	padding:0px !important;	
	}
	#divider-35{
	padding:0px !important;	
	}
	#divider-41{
	padding:0px !important;	
	}
	#divider-30{
	padding:0px !important;	
	}
	#divider-31{
	padding:0px !important;	
	}
	#divider-32{
	padding:0px !important;	
	}
}

@media screen and (min-width:460px) and (max-width: 890px){
.khabout .vc_col-sm-4{
        width: 96% !important;
    margin-bottom: 10px !important;
}
}

.tabs-header ul li{ margin:0;border-left: 0px solid #efefef; min-width: 200px !important; display:inline-block; text-align:center;}
.tabs-header ul li a{text-transform: uppercase;
    color: #919191;
    display: block;
    line-height: 100%;
    font-size: 12px;margin-right: 0px !important;
    font-size: 16px;
    color: #999999;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-right: 0px solid;padding: 14px 20px 15px;
    margin-top: 15px;}
.tabs-header ul li:first-child a{border-top-left-radius: 15px;
    border-bottom-left-radius: 15px}
.tabs-header ul li:last-child a{border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;}
	.tabs-header ul .active a{ background:#0059ab; color:#fff}
.vc_toggle_active .vc_toggle_content p{ font-size:14px; line-height:24px; font-weight:normal}
#prev,#next{display: inline-block;
    width: 31px;
    height: 55px;
    position: absolute;
    top: 50%;
    margin-top: 200px;
    z-index: 99;
    cursor: pointer;}
#prev{background: url(../images/left-arrow.png) no-repeat center center;
    left: -120px;}
#next{ background: url(../images/right-arrow.png) no-repeat center center;
    right: -120px}

.tabs-content .title-mobile{ display:none}
.vc_toggle h4{ font-size:24px; font-weight:normal}
.tabs-content .inner-box {
    padding: 40px 60px;
}
.tabs-content .inner-box .vc_col-sm-4 {
    margin-left: 6.6%;
}
.tabs-content .inner-box .vc_col-sm-8 {
    width: 60%;
}
.mk-grid div p{ margin-bottom:20px}
.mk-grid div ul li,.mk-grid div p{ font-size:14px; line-height:24px; font-weight:normal}
.mk-grid .tabs-content div ul li{background: url(../images/111.jpg) no-repeat left top 9px; padding-left:20px}
.vc_toggle_content{ display:none}

.tabs-header1 ul{background: #1580e4;
    border-radius: 30px;
    margin: 0 auto; max-width:1000px}
.tabs-header1 ul li{margin: 0;
    position: relative;
    border-top: 0;
    border-bottom: 0;display: inline-block;
    border-left: 2px solid #efefef;
    white-space: nowrap; border-left: 0px solid #efefef;
    width: 32%; background:none}
.tabs-header1 ul li{border-radius: 30px;
    margin: 5px;}
.tabs-header1 ul li a{ background:none; border:0; color:#fff; border-radius:30px; margin-top:0; font-size:20px}
.tabs-header1 ul .active a{ color:#0059ab;background-color: #fafafa;}
.tabs-header1 ul li:first-child a{border-top-left-radius: 30px;
    border-bottom-left-radius: 30px}
.tabs-header1 ul li:last-child a{border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;}
	.lun-dian2 span{ display:inline-block; width:9px; height:9px}

    .hh-tt-bg .vc_col-sm-2 {
    width: 11.8% !important;
    cursor: pointer;
    margin:0 1%;
}


@media screen and (max-width: 890px){.tabs-header ul li{ width:32.7%; min-width:inherit !important}
.tabs-header ul li a{ font-size:14px; padding:10px 0; margin-top:5px}
.tabs-header ul li:first-child a{border-top-left-radius:0px;
    border-bottom-left-radius: 0px}
.tabs-header ul li:last-child a{border-top-right-radius:0px;
    border-bottom-right-radius: 0px;}
	.tabs-content .inner-box{ padding:10px 0}
	.vc_toggle h4{ font-size:16px}
	.pc_tab_row{ padding-top:20px}
	.tabs-content .inner-box .vc_col-sm-4{ margin-left:0}
	.vc_toggle_content{ padding-left:10px}


}




