
/* 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 */
@media screen and (max-width: 1440px) and (min-width:960px) {

.elementor-section.elementor-section-boxed > .elementor-container{
padding:0 30px !important;
}

section .elementor-section.elementor-section-boxed > .elementor-container{
padding:0px !important;
}

.elementor-location-footer section .elementor-section.elementor-section-boxed > .elementor-container{
padding:0 30px !important;
}

#theplus-navigation-normal-menu .elementor-section.elementor-section-boxed > .elementor-container{
padding:0 30px !important;
}

#theplus-navigation-normal-menu section .elementor-section.elementor-section-boxed > .elementor-container{
padding:0px !important;
}
    
}


.about-partners-image .elementor-widget-image img{
width:100vw;
}


/* 首页 新闻与活动 折叠卡片 */
#news-card article p{
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
}
#news-card article .elementor-post__meta-data {
    border: 0;
}
/*轮播图文字加粗*/
.carsoual-title-b figcaption.elementor-image-carousel-caption {
    font-weight: bold !important;
}
/* sticky header */
header {
    position: sticky !important;
    top: -32px;
}
#wpadminbar ~ #outer-wrap header {
    top: 0 !important;
}
/* 聚焦框线 */
a:focus {
    outline: 0 !important;
}

:target {
    padding-top: 100px !important;
    margin-top: -100px !important;
}

.anchor{
    padding-top: 100px !important;
    margin-top: -100px !important;
}

.elementor-post-navigation__separator-wrapper {
    margin-left: 30px;
    margin-right: 30px;
}


.mylpo .full-button .animted-content-inner  a{
    text-align: start;
}

/* 首页banner */
.inner-text {
    /*background: red;*/
    position: absolute;
    height: 100%;
}
.inner-text >div {
    height: 100%;
}
.inner-text .elementor-element-populated{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* 微信白边 */
#elementor-popup-modal-3426 > div > div.dialog-message.dialog-lightbox-message{
    background:#fff !important;
border-radius: 10px;
}

/* 视频背景 */
.lity-wrap {
    background-color: rgba(0,0,0,0.5);
}

.lity-iframe-container {
    position:relative;
    overflow:visible;
    /* box-shadow: 40px 60px #FFF,40px -40px #FFF,-40px 60px #FFF,-40px -40px #FFF; */
    box-shadow: 40px 40px #FFF,40px -40px #FFF,-40px 40px #FFF,-40px -40px #FFF;
}

/* 华为那样的分页 */
.swiper-pagination-bullet {
    border-radius:0;
    transform:scaleX(2.6);
}
.swiper-pagination {
    transform:scaleX(7);
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background:#FFF;
    opacity:1;
}
span.swiper-pagination-bullet {
    opacity:0.6;
    background:#FFF;
}
@media screen and (max-width:1730px) {
    #max-height-650 .swiper-pagination {
        transform: translateY(-2em) scaleX(7);;
    }
}
#max-height-650 .swiper-pagination {
    transform: translateY(0) scaleX(7);;
}

/* 首页banner视频最大宽度 */
.elementor-image-carousel-caption .e-hosted-video {
    display: flex;
    justify-content: center;
}
.elementor-image-carousel-caption .e-hosted-video video {
    max-width: 1920px;
    max-height: 600px;
}

.elementor-element.elementor-pagination-position-outside .swiper, .elementor-lightbox.elementor-pagination-position-outside .swiper {
    padding-bottom:0px;
}

@media screen and (min-width:1920px) {
    .elementor-image-carousel-caption video{
        all: unset !important;
        width: 1920px !important;
        object-fit: cover !important;
    }
}

/*~~~~~~~~~~以为Roger添加~~~~~~~~~~/
    /**********技术创新************ */
    /* 荣誉资质 */
    @media (max-width: 768px) {
    .elementor-widget-container .swiper-pointer-events{
        height: 50vh;
    }
    
    }
/* 导航栏 */
@media (max-width: 767px){
    #plus-mobile-nav-toggle-nav-menu64e3170df04814d90038{
        margin-top: 7px ;
    }
   .plus-mobile-menu ul li{
        background: #fff !important;
    }
    .plus-mobile-menu ul li a{
        color: #000  !important;
    }
    #menu-\%e4\%b8\%ad\%e6\%96\%87\%e5\%af\%bc\%e8\%88\%aa\%e6\%a0\%8f\%e5\%8a\%a0\%e4\%ba\%86\%e8\%8c\%82\%e7\%a1\%95\%e5\%95\%86\%e5\%9f\%8e-1 > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-home.current-menu-item.page_item.page-item-3607.current_page_item.menu-item-has-children.animate-dropdown.menu-item-5786.depth-0.dropdown.active.plus-dropdown-full-width.plus-fw.open-menu > ul > li > div > div > section > div > div.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-2fa52da > div > div.elementor-element.elementor-element-72a7196.elementor-widget.elementor-widget-text-editor > div > p{
        width: 115px !important;
    }

}

/* 销售网络 */
.theplus-tabs-nav-wrapper li > div{
    margin-left:34px !important;
    margin-right:34px !important;
}

@media screen and (max-width:765px) {
    .theplus-tabs-nav-wrapper li > div{
        padding-left:100px !important ;
        padding-right:100px !important;
    }
     .theplus-tabs-nav-wrapper li:first-child>div{
         margin-bottom:10px;
     }
}
/*~~~~~~~~~~以上为Roger添加~~~~~~~~~~*/

/*
.elementor-section.elementor-section-boxed > .elementor-container{
padding:0 30px !important;
}

section .elementor-section.elementor-section-boxed > .elementor-container{
padding:0px !important;
}

.elementor-location-footer section .elementor-section.elementor-section-boxed > .elementor-container{
padding:0 30px !important;
}

#theplus-navigation-normal-menu .elementor-section.elementor-section-boxed > .elementor-container{
padding:0 30px !important;
}

#theplus-navigation-normal-menu section .elementor-section.elementor-section-boxed > .elementor-container{
padding:0px !important;
}
*/


@media screen and (max-width: 750px){


body{
overflow:hidden;
}

/*
html{
overflow:hidden !important;
}
*/

}
/* Zendkee Customize Global Frontend CSS End */



