
/* Zendkee Customize Frontend CSS Start */
/******* icon *******/
@font-face {
    font-family: "iconfont";
    src: url('./fonts/iconfont.eot?t=1576821873945');
    /* IE9 */
    src: url('./fonts/iconfont.eot?t=1576821873945#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMoAAsAAAAABzwAAALbAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDHAqBfIFwATYCJAMQCwoABCAFhG0HRBteBsgusG3Yk8WEbEBx8TfsVwAM3BAP/+33v31mzrO5XzxJcqOJVrGqFslEEkRao3RW9/9dy/7sFEFiSrSsiimBWpRdykzT4UyKZCQpoDs2jtETub4jyN19WwAQFyccYkBllmDfDxgqy3qG1/ycT9w7rX1e5/PZt9zGWDzGtE9dgHFAgY45yQroC3LD2E0EDmE7gWZZG+Ha8GQIsiTQLxDvqByHrJxPSis5FPo1U1N8Uw3Ll3IP+Mp/H/95I4uiV4Ght+ZQCvD7d1zcyA2D0vgJ6uweKnaAJF7Vxp4QhcUTNWrSnAFDQ4Vf/7o6/j+lkx3L4F8eoahEHygcAyeart6YAhMEv64ICr/jBSr8kN5DNNwEHmrsxdpiIGYz8xI8Y/QJ8spkdL5bV3B0BPHzbdS6U4K/SliGXE0L6O3iEReOG4sH3MmXT8THHPFej0y6InfP8C/gM/6c4zuETdmLMt+NoPeiIXhcAA4bDkdwBKWHcTj8bA8zzxlO1/4QfMBLVtoCmjp++/Hjvfb2tvZ7nz6BCexU3znOob517EC94Lj176lx4x87RdffrC7Bz5pdi1tTP4MfqOit+NOKnnUZqoAj01djebRXWpEJCpqG/5tixoc5jPO9I4RhzizcuXEpQDW0Qk/2Dno6J+gbuohm28jszixGFDnCll0FYcp1FBN+oJpyn57s9+hZ8BV9UyGieRClS3bWguYMMBLnJIUSi4gmDV1CLp4jigNEnlXjLKvigghhNg0ij9NdTI4QnbA5RthzspdzCUnM0NCwshtRVQOZzJghSe6c5tzscLmkug85k4YGOa5iiDiOSEESFiFUkkEn0eZcTun7AYRsliqOtZAG0hEEY6PtIx5O7h70Eb3ei3Qvt9jmyLw4ToJIGIMGGVY6ESqVATHrO80gkjin6RERUwcXbCT11TvXN2pfuAUacFRGiRoZPf3nKcoNlqXH59pVavMMRqJUlwEAAA==') format('woff2'), url('./fonts/iconfont.woff?t=1576821873945') format('woff'), url('./fonts/iconfont.ttf?t=1576821873945') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('./fonts/iconfont.svg?t=1576821873945#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-editor:before {
    content: "\e6f6";
}

.icon-nav-list:before {
    content: "\e6fd";
}

.icon-rising:before {
    content: "\e761";
}

/******* icon *******/

.coly-menu-float,
.coly-form-float,
.coly-top-float {
    width: 40px;
    height: 40px;
}

.coly-form-float {
    background-color: #fff;
}

.coly-menu-float {
    background-color: #ffffff;
}

.coly-top-float {
    background-color: #ffffff;
    display: none;
}



.coly-side-right {
    /*width: 40px;*/
    padding: 2px 2px 0 2px;
    position: fixed;
    right: 20px;
    top: 63%;
    transition: all 0.5s;
    border-radius: 4px;
    z-index: 999999;
}

.coly-right {
    border-radius: 8px;
    margin-bottom: 26px;
}

.coly-right > a {
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    line-height: 40px;
    color: #fff;
}

.iconfont {
    font-size: 30px;
    color:#fff

}


.quote-text .coly-menu-float{
    width: auto;
    padding: 0 6px;
}

/* 悬浮表单开始 */
/* leo float form*/
.side-form-wrapper {
    z-index: 9999999;
    position: fixed;
    right: 0;
}

/*  表单整体样式 */
#leo-side-contact-form {
    width: 300px;
    padding: 10px 20px 0;
    box-shadow: 0 0 20px #000;
    background: #fff;
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translate(130%, -50%);
    transition: all 0.5s;
    z-index: 998;
}

#leo-side-contact-form.active {
    transform: translate(0, -50%);
}

/* 格式化 */
#leo-side-contact-form,
#leo-side-contact-form label,
#leo-side-contact-form input:not(.submit),
#leo-side-contact-form textarea,
#leo-side-contact-form h3 {
    font-family: inherit;
    box-sizing: border-box;
    color: #444f5d;
}

#leo-side-contact-form .form-title {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

#leo-side-contact-form .form-line label {
    font-weight: normal;
    text-align: left;
    font-size: 14px;
}

#leo-side-contact-form .form-line p {
    margin: 0;
}
div#coly-top-float {
    float: right;
}
#leo-side-contact-form.radius .form-line input {
    border-radius: 10px;
}
/* 格式化  结束 */

/* 表单关闭按钮 开始 */
#leo-side-contact-form .closeBtn {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

#leo-side-contact-form .closeBtn:before,
#leo-side-contact-form .closeBtn:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
}

#leo-side-contact-form .closeBtn:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#leo-side-contact-form .closeBtn:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* 表单关闭按钮  结束 */

/* 涉及颜色部分  开始 */
/* title */
#leo-side-contact-form .form-line {
    width: 100%;
    padding-bottom: 5px;
}
#leo-side-contact-form .form-line.coly-bottom {
    padding-bottom: 10px;
}
/* textarea 和 非提交按钮 */
#leo-side-contact-form .form-line input,
#leo-side-contact-form .form-line textarea,
#leo-side-contact-form .form-line input:not(.submit):hover,
#leo-side-contact-form .form-line textarea:hover,
#leo-side-contact-form .form-line input:not(.submit):focus,
#leo-side-contact-form .form-line textarea:focus {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
    font-family: Hind, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
}
/* 提交按钮 */
#leo-side-contact-form .form-line input.submit,
#leo-side-contact-form .form-line input.submit:hover {
    width: 100%;
    border: 1px solid #ccc;
    background-color: #ccc;
    color: #fff;
}
/* 涉及颜色部分 结束 */

/* 悬浮表单结束 */

.show {
    display: block !important;
}


/* Zendkee Customize Frontend CSS End */





/* Zendkee Customize Global Frontend CSS Start */
#ii {
    background-color: yellow;
}

/* PRODUCT PAGE CSS START */

.proLoopItem div.e-loop-item[data-elementor-type="loop-item"]:nth-of-type(odd) {
    background-image: linear-gradient(to top, #d3dae4 0, #f1f5f8 100%)
}

.proLoopItem div.e-loop-item[data-elementor-type="loop-item"]:nth-of-type(even) .e-con-inner .left {
    order: 2
}

.proLoopItem div.e-loop-item[data-elementor-type="loop-item"]:nth-of-type(even) .e-con-inner .right {
    order: 1
}

.proLoopItem .proTit {
    align-items: flex-start;
    width: auto;
}

.proLoopItem .proTit .tit1 {
    width: auto
}

.proLoopItem .proTit .tit2 {
    width: auto
}

.proLoopItem .proTit .tit3 {
    width: auto
}

.proLoopItem .proTit .tit2 h2 {
    margin-bottom: 0;
}

.proLoopItem .proTit .e-con-inner {
    position: relative;
    width: auto;
    margin: 0
}

.proLoopItem .proTit .e-con-inner .tit3 {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
}

.proLoopItem .proTit .e-con-inner .tit3 .elementor-widget-container {
    display: inline;
    border: 1px solid #5C5B5B;
    border-radius: 4px;
    padding: 4px 6px
}


@media (max-width: 980px) {
    .proLoopItem .proTit .tit1 {
        width: unset
    }

    .proLoopItem .proTit .e-con-inner .tit3 {
        right: unset;
        left: 100%;
        width: 80px;
    }
}

/* PRODUCT PAGE CSS END */

/* SHOWCASE PAGE CSS START  */

.shaixuan_box .facet-wrap {
    display: flex;
    align-items: center
}

.shaixuan_box .facetwp-facet {
    display: flex;
    align-items: center;
    margin-bottom: unset;
}

.shaixuan_box .facetwp-counter {
    display: none
}

.shaixuan_box .facetwp-radio,
.shaixuan_box .facetwp-radio.checked {
    background: unset;
}

.shaixuan_box .facetwp-radio.checked .facetwp-display-value {
    color: #0033AB
}

.shaixuan_box .facet-wrap h3 {
    margin-bottom: unset;
    font-size: 18px;
    min-width: 110px
}

.shaixuan_box .facet-wrap .facetwp-radio {
    margin-bottom: unset;
}

@media (max-width: 980px) {
    .shaixuan_box .facet-wrap {
        align-items: unset;
        margin-bottom: 15px;
    }

    .shaixuan_box .facet-wrap h3 {
        font-size: 12px;
        min-width: 76px;
        line-height: 24px;
    }

    .shaixuan_box .facet-wrap .facetwp-radio {
        font-size: 12px
    }

    .shaixuan_box .facet-wrap .facetwp-facet {
        flex-wrap: wrap;
    }

    .ele_case_item .textList .jianjie .elementor-icon-list-text {
        white-space: break-spaces
    }
}


.ele_case_item .textList .textListLeft {
    width: 89px !important;
}

.ele_case_item .textList .elementor-widget-container span {
    position: relative;
}

.ele_case_item .textList .elementor-widget-container .elementor-icon-list-icon::after {
    content: ':';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%)
}

.ele_case_item .textList .jianjie .elementor-icon-list-text {
    white-space: nowrap
}

@media (max-width: 980px) {
    .ele_case_item .textList .jianjie .elementor-icon-list-text {
        white-space: unset
    }
}

.solution_box .market_two .pp-post .pp-post-thumbnail {
    overflow: hidden
}

.solution_box .market_two .pp-post .pp-post-thumbnail-wrap {
    overflow: hidden
}

.solution_box .market_two .pp-post .pp-post-thumbnail-wrap img {
    transition: all 0.5s ease;
}

.solution_box .market_two .pp-post .pp-post-thumbnail-wrap img:hover {
    transform: scale(1.1)
}

@media (max-width: 980px) {
    .solution_box .market_two .pp-post {
        flex-direction: column;
    }

    .solution_box .market_two .pp-post .pp-post-thumbnail-wrap {
        width: 100%;
    }

    .solution_box .market_two .pp-post .pp-post-content-wrap {
        padding: 0;
    }

    .solution_box .market_two .pp-post .pp-post-content-wrap .pp-posts-button {
        margin-top: 20px !important;
    }

    .solution_box .pp-posts-skin-checkerboard .pp-post-wrap:nth-child(2n) .pp-post {
        flex-direction: column
    }
}

.ele_list_case .ele_list_img_top>.e-con-inner {
    position: relative
}

.ele_list_case .ele_list_img_top .img_num_father {
    width: 60px;
    height: 60px;
    background: #0033AB;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.ele_list_case .ele_list_img_top .img_num_father .number {
    color: #fff;
    font-size: 14px;
}

.ele_loop_list_item div[data-elementor-type="loop-item"]:hover .ele_case_item {
    background-color: #0033AB;
    border-color: #0033AB
}

.ele_loop_list_item div[data-elementor-type="loop-item"]:hover .ele_case_item * {
    color: #fff
}

.ele_loop_list_item div[data-elementor-type="loop-item"]:hover .elementor-icon-list-icon svg {
    fill: #fff
}

.ele_list_case .ele_list_img_top img {
    width: 100%
}

.ele_loop_list_item.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3, 31.438%);
}

@media (max-width: 980px) {
    .ele_loop_list_item.elementor-grid-3 .elementor-grid {
        grid-template-columns: repeat(1, 100%);
    }
}



/* SHOWCASE PAGE CSS END */

/* SOLUTIONS PAGE CSS START */

.solution_box .market_two .pp-post .pp-post-thumbnail {
    overflow: hidden
}

.solution_box .market_two .pp-post .pp-post-thumbnail-wrap {
    overflow: hidden
}

.solution_box .market_two .pp-post .pp-post-thumbnail-wrap img {
    transition: all 0.5s ease;
}

.solution_box .market_two .pp-post .pp-post-thumbnail-wrap img:hover {
    transform: scale(1.1)
}

@media (max-width: 980px) {
    .solution_box .market_two .pp-post {
        flex-direction: column;
    }

    .solution_box .market_two .pp-post .pp-post-thumbnail-wrap {
        width: 100%;
    }

    .solution_box .market_two .pp-post .pp-post-content-wrap {
        padding: 0;
    }

    .solution_box .market_two .pp-post .pp-post-content-wrap .pp-posts-button {
        margin-top: 20px !important;
    }

    .solution_box .pp-posts-skin-checkerboard .pp-post-wrap:nth-child(2n) .pp-post {
        flex-direction: column
    }
}


@media (max-width: 980px) {
    .publicFormFinal .elementor-widget-container .elementor-field-group {
        padding: 0 !important;
        width: 95%;
        margin: 0 auto
    }

    .publicFormFinal .elementor-widget-container .elementor-form-fields-wrapper {
        margin: 0 !important;
    }
}


/* SOLUTIONS PAGE CSS END */

/* ABOUT PAGE CSS START  */

.about_two .elementor-widget-container {
    color: #7f7f7f;
}

.about_two .elementor-widget-container strong {
    color: #020202;
}

.about_two_swiper .elementor-swiper-button {
    position: absolute;
    left: 190px !important;
    width: 32px;
    height: 32px;
    bottom: -30px !important;
    top: unset !important;
}

.about_two_swiper .elementor-swiper-button.elementor-swiper-button-next {
    left: 240px !important;
}

@media (max-width: 980px) {
    .about_two_swiper .elementor-swiper-button {
        left: unset !important;
        right: 80px !important
    }

    .about_two_swiper .elementor-swiper-button.elementor-swiper-button-next {
        left: unset !important;
        right: 30px !important;
    }
}

@media (min-width: 960px) {

    .time_car img {
        height: 400px !important;
        object-fit: cover;
    }

}

.time_car .elementor-swiper-button-prev {
    top: -100px !important;
    left: 70% !important;
}

.time_car .elementor-swiper-button-next {
    top: -100px !important;
    right: 20% !important;
}

/* ABOUT PAGE CSS END */

/* HOME PAGE CSS START */

.indexApplication .e-active {
    display: block;
}

.indexApplication .swiper-pagination {
    width: 100px;
    left: 55%;
    bottom: -177px !important;
}

.indexApplication .swiper-pagination span {
    width: 13px;
    height: 13px;
    background-color: #535353;
}

.indexApplication .swiper-pagination span.swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    background-color: #0033AB;
}

@keyframes appForward {

    0% {
        transform: unset
    }

    100% {
        transform: scale(1.3)
    }

}

.indexApplication .indexApplicationOut .elementor-swiper .swiper-slide-bg {
    transition-property: transform;
}

.indexApplication .indexApplicationOut.e-active .elementor-swiper .swiper-slide-bg {
    animation: appForward 10s linear forwards
}

@media (min-width: 960px) {

    .indexSinglePosts .elementor-post__title {
        height: 95px !important;
    }

    .indexSinglePosts .elementor-post__title a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}

.home_two .home_two_list {
    position: relative;
}

.home_two .home_two_list img {
    transition: all 0.5s ease !important;
}

.home_two .home_two_list:hover img {
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.47)
}

.home_two .home_two_list .home_two_inner {
    position: absolute;
    bottom: -5px;
    right: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}

.home_two .home_two_list .home_two_inner .home_two_final {
    position: absolute;
    bottom: -90px;
    right: 0;
    transition: all 0.5s ease;
    background: linear-gradient(0deg, #0E1E2A 5.86%, rgba(14, 30, 42, 0) 82.23%);
}

.home_two .home_two_final a,
.home_two .home_two_final_other a {
    color: #ffffff;
}

.home_two .home_two_list:hover .home_two_inner .home_two_final {
    bottom: 0;
    right: 0;
    opacity: 1;
    transform: scale(1.05)
}

.home_two .home_two_list:hover .home_two_inner {
    transform: scale(1.05)
}

.home_two .home_two_list .home_two_item {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    overflow: hidden
}

.home_two .home_two_list .home_two_item .home_two_final {
    position: absolute;
    top: -100%;
    right: 0;
    transition: all 0.5s ease
}

.home_two .home_two_list:hover .home_two_item .home_two_final {
    top: 0;
    right: 0;
    transform: scale(1.05)
}

.home_two .home_two_list .home_two_inner .home_two_final_other {
    position: absolute;
    bottom: -120px;
    right: 0;
    transition: all 0.5s ease
}

.home_two .home_two_list:hover .home_two_inner .home_two_final_other {
    bottom: 0;
    right: 0;
    transform: scale(1.05)
}

@media (max-width: 1030px) {
    .home_two .home_two_list img {
        object-fit: cover
    }
}



/* HOME PAGE CSS END */

/* ZENDKEE CUSTOMIZE CSS START */

#arti_title .elementor-heading-title {
    word-break: break-word;
    white-space: pre-wrap;
}


.home_two .home_two_list .home_two_inner .home_two_final {
    bottom: -165px;
}

.home_two .home_two_list .home_two_inner .home_two_final_other {
    bottom: -165px;
}

.home_two .home_two_list .home_two_item {
    bottom: 0;
    top: unset;
}

.home_two .home_two_list .home_two_item .home_two_final {
    top: 120%;
}

.head .bot .nav .down .module .final_list .list .img {
    width: 58% !important;
}

.lan .other_len {
    background-color: #0033ab !important;
}

.head .bot .nav ul li:nth-child(5) .down .list_out {
    min-width: 200px !important;
}

.head .bot .nav ul li:nth-child(5) .down .list_out .inner {
    padding: 15px !important;
}

.ast-single-post .entry-content a,
.ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
    text-decoration: none;
}

#page header {
    display: none;
}

#langs_chajian {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    margin-left: 30px;
}

.goog-te-gadget-simple {
    display: flex !important;
    align-items: center;
    padding: 5px !important;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    display: flex !important;
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    color: black;
}


.goog-te-gadget-icon {
    height: 19px !important;
}

.goog-te-gadget-simple {
    background-color: unset !important;
    border: 0 !important;
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    color: #fff !important;
}

.VIpgJd-ZVi9od-vH1Gmf-ibnC6b div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:link div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:visited div {
    color: yellow !important;
}

#langs_chajian #google_translate_element .goog-te-gadget-icon {
    display: none !important;
    visibility: hidden;
}

.show_lang {
    display: block;
}

#google_language_translator div.skiptranslate.goog-te-gadget {
    display: block !important;
    height: 30px !important;
    overflow: hidden;
}

@media(min-width:960px) {

    #m_langs_chajian {
        display: none !important;
    }

}

@media(max-width:760px) {
    .head .top {
        display: flex !important;
    }

    .head .top .out_line ul img {
        width: 30px;
        height: 20px;
        object-fit: cover;
    }

}

body {
    top: 0 !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important;
}

.showdd {

    visibility: visible !important;

}

/* ZENDKEE CUSTOMIZE CSS END */
/* Zendkee Customize Global Frontend CSS End */



