
/* 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: #6c6969;
}

.coly-top-float {
    background-color: #6c6969;
    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 Enhance Form CSS Start */
/* form-button */
/* contact和悬浮表单所有点击按钮设置 */
/* 添加圆角border-radius输入,默认为0px; */
.wpcf7-form .zendkee_form .frank-send .wpcf7-submit,.wpcf7-form .zendkee_form .form-line-country .dropdown>.wpcf7-dropdown-btn{
color: #fff;
background-image: none;
font-weight: 700 ;
padding: 10px 0;
text-align: center ;
height: 40px;
border: none !important;
line-height: 1 !important;
outline: none !important;
border-radius: 0px !important;
}

/* 表单提交按钮 */
.wpcf7-form .zendkee_form .frank-send .wpcf7-submit{
background-color: #0050C8 !important;
}

/* 选择按钮 */
.wpcf7-form .zendkee_form .form-line-country .dropdown>.wpcf7-dropdown-btn{
background-color: #0050C8 !important;
}

.wpcf7-form .zendkee_form .frank-send .wpcf7-submit:hover{
background-color: #0050C8 !important;
background-image: none !important;
}

.wpcf7-form .zendkee_form div .form-line .input-incorrect{
position: absolute;
right: -5px;
top: 20px;
background-color: #ea6060;
color: #fff;
text-align: center;
width: 20px;
height: 20px;
border-radius: 50%;
transform: translate(-50%,-50%) ;
}

.wpcf7-form .zendkee_form div .form-line .input-incorrect:before{
transform: translate(-50%, -50%) rotate(45deg);
}

.wpcf7-form .zendkee_form div .form-line .input-incorrect:after{
transform: translate(-50%, -50%) rotate(-45deg);
}

.wpcf7-form .zendkee_form div .form-line .input-incorrect:before,.wpcf7-form .zendkee_form div .form-line .input-incorrect:after{
content: "";
display: block;
width: 12px;
height: 2px;
background-color: #fff;
position: absolute;
top: 50%;
left: 50%;
z-index: 9999;
}

.wpcf7-form .zendkee_form div .form-line .input-prompt{
position: absolute;
right: -10px;
bottom: 120%;
background: #7f7f7f;
width: 85%;
padding: 10px;
color: #fff;
text-align: center;
border-radius: 10px;
z-index: 9999;
}

.wpcf7-form .zendkee_form div .form-line .input-prompt:before{
content: "";
border-top: solid 12px #7f7f7f;
border-left: solid 10px #00800000;
border-right: solid 10px #00800000;
border-bottom: solid 0px #00800000;
position: absolute;
top: 96%;
left: 70%;
z-index: 9999;
}

.wpcf7-form .zendkee_form div .form-line .input-tip {
position: absolute;
right: -5px;
top: 20px;
background-color: #e3b744;
color: #fff;
text-align: center;
width: 20px;
height: 20px;
border-radius: 50%;
transform: translate(-50%,-50%);
z-index: 9999;
}

.wpcf7-form .zendkee_form div .form-line .input-tip::before {
content: "!";
color: #fff;
font-weight: bold;
font-size: 14px;
line-height: 20px;
display: block;
}

/* zendkee_inquiry_float_form */
.side-form-wrapper #leo-side-contact-form{
padding: 20px 20px 0;
}

.wpcf7-form .zendkee_form.zendkee_inquiry_float_form{
padding: 0 !important;
}

.wpcf7-form .zendkee_form.zendkee_inquiry_float_form .form-title{
text-align: center;
margin: 0 0 5px;
color: #000;
padding: 0;
}

.wpcf7-form .zendkee_form.zendkee_inquiry_float_form .form-contain-all{
display: flex;
flex-wrap: wrap;
}

.wpcf7-form .zendkee_form.zendkee_inquiry_float_form div .form-line{
width: 100%;
padding: 0;
margin-bottom: 10px;
position: relative;
}

.wpcf7-form .zendkee_form.zendkee_inquiry_float_form div .form-line .wpcf7-form-control-wrap{
position: initial;
}

.wpcf7-form .zendkee_form.zendkee_inquiry_float_form div .form-line input{
padding: 0 10px;
height: 40px;
}

.wpcf7-form .zendkee_form div .form-line textarea{
padding: 10px;
}

.wpcf7-form .zendkee_form.zendkee_inquiry_float_form .form-line.form-line-country .dropdown{
display: flex;
flex-wrap: wrap;
width: 100%;
}

.wpcf7-form .zendkee_form.zendkee_inquiry_float_form .form-line.form-line-country .dropdown>.wpcf7-dropdown-value{
width: 100%;
margin: 0;
}

.wpcf7-form .zendkee_form.zendkee_inquiry_float_form .form-line.form-line-country .dropdown>.wpcf7-dropdown-btn{
width: 100%;
margin-top: 10px;
}

.wpcf7-form .zendkee_form.zendkee_inquiry_float_form .form-line.form-line-country .dropdown>.wpcf7-dropdown-content{
width: 100%;
margin: 0;
z-index: 6;
background-color: #fff;
}

.wpcf7-form .zendkee_form.zendkee_inquiry_float_form .form-line.frank-send .wpcf7-submit{
width: 100%;
}
/* end zendkee_inquiry_float_form */

/* zendkee_inquiry_form */
.wpcf7-form .zendkee_inquiry_form{
padding: 0;
}

.wpcf7-form .zendkee_inquiry_form p{
margin: 0;
}

.wpcf7-form .zendkee_inquiry_form .form-contain-half{
display: flex;
flex-wrap: wrap;
}

.wpcf7-form .zendkee_inquiry_form .form-contain-all{
display: flex;
flex-wrap: wrap;
}

.wpcf7-form .zendkee_inquiry_form div .form-line{
width: 100%;
margin-bottom: 10px;
position: relative;
}

.wpcf7-form .zendkee_inquiry_form div .form-line .wpcf7-form-control-wrap{
position: initial;
}

.wpcf7-form .zendkee_inquiry_form div .form-line input{
padding: 0 10px;
height: 40px;
}

.wpcf7-form .zendkee_inquiry_form .form-line.form-line-country .dropdown{
display: flex;
flex-wrap: wrap;
width: 100%;
}

.wpcf7-form .zendkee_inquiry_form .form-line.form-line-country .dropdown>.wpcf7-dropdown-value{
width: calc( 100% - 160px ) !important;
margin-right: 10px;
}

.wpcf7-form .zendkee_inquiry_form .form-line.form-line-country .dropdown>.wpcf7-dropdown-btn{
width: 150px !important;
}

.wpcf7-form .zendkee_inquiry_form .form-line.form-line-country .dropdown>.wpcf7-dropdown-content{
width: calc( 100% - 160px ) !important;
margin-right: 10px;
z-index: 6;
background-color: #fff;
}

.wpcf7-form .zendkee_inquiry_form .form-line.form-line-country .dropdown>.wpcf7-dropdown-content input{
outline: none;
border: none;
border-bottom: 1px solid #d2d2d2;
}

.wpcf7-form .zendkee_inquiry_form .form-line.frank-send .wpcf7-submit{
margin: 0 auto;
display: block;
width: 150px;
}

@media screen and (min-width: 801px){
.wpcf7-form .zendkee_inquiry_form .form-contain-half .form-line{
width: calc( 50% - 5px) ;
}

.wpcf7-form .zendkee_inquiry_form .form-contain-half .form-line:first-child{
margin-right: 5px;
}

.wpcf7-form .zendkee_inquiry_form .form-contain-half .form-line:last-child{
margin-left: 5px;
}
}

@media screen and (max-width: 800px){
.wpcf7-form .zendkee_inquiry_form .form-line.form-line-country .dropdown>.wpcf7-dropdown-value{
width: 100% !important;
margin-right: 0;
}

.wpcf7-form .zendkee_inquiry_form .form-line.form-line-country .dropdown>.wpcf7-dropdown-btn{
width: 100% !important;
margin-top: 10px;
}

.wpcf7-form .zendkee_inquiry_form .form-line.form-line-country .dropdown>.wpcf7-dropdown-content{
width: 100% !important;
margin-right: 0;
}

.wpcf7-form .zendkee_inquiry_form .form-line.frank-send .wpcf7-submit{
width: 100%;
}
}

/* end zendkee_inquiry_form */



/** wpcf7 dropdown start */

/* Dropdown Button */
.wpcf7-dropdown-btn {
background-color: #04AA6D;
color: white;
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
}

/* Dropdown button on hover & focus */
.wpcf7-dropdown-btn:hover,
.wpcf7-dropdown-btn:focus {
background-color: #3e8e41;
}

/* The search field */
.wpcf7-dropdown-filter {
box-sizing: border-box;
background-image: url('searchicon.png');
background-position: 14px 12px;
background-repeat: no-repeat;
font-size: 16px;
padding: 14px 20px 12px 45px;
border: none;
border-bottom: 1px solid #ddd;
}

/* The search field when it gets focus/clicked on */
.wpcf7-dropdown-filter:focus {
outline: 3px solid #ddd;
}

/* The container <div> - needed to position the dropdown content */
  .dropdown {
  position: relative;
  display: inline-block;
  }

  /* Dropdown Content (Hidden by Default) */
  .wpcf7-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  border: 1px solid #ddd;
  z-index: 1;
  height: 20em;
  overflow-y: scroll;
  overflow-x: hidden;
  }

  /* Links inside the dropdown */
  .wpcf7-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  }

  /* Change color of dropdown links on hover */
  .wpcf7-dropdown-content a:hover {
  background-color: #f1f1f1
  }

  /* Show the dropdown menu (use JS to add this class to the .wpcf7-dropdown-content container when the user clicks on the dropdown button) */
  .show {
  display: block;
  }
  
  /** wpcf7 dropdown end */
/* Zendkee Customize Enhance Form CSS End */





/* Zendkee Customize Global Frontend CSS Start */
.hfe-search-button-wrapper .hfe-search-icon-toggle input {
  border: 0 !important;
}

#wpadminbar~.elementor-location-header>section {
  margin-top: 32px;
}

#meiying_parners_tutu .elementor-image-carousel-wrapper {
  height: 90px;
}

#yingmei_timeline_tutu button.ctl-slick-prev {
  display: none !important;
}

#yingmei_timeline_tutu button.ctl-slick-next {
  display: none !important;
}

#yingmei_timeline_tutu .ctl-tooltips {
  display: none !important;
}

body {
  background-color: #ffffff !important;
}

.elementor-46 .elementor-section-wrap {
  background-color: #ffffff;
}

/* 时间线与elementor样式冲突修复 */
.timeline-wrapper .clt_carousel_slider i.fa {
  font-size: 32px;
}

.timeline-wrapper .clt_carousel_slider button {
  padding: 0;
  border: 0;
}

.timeline-wrapper .timeline-post .event-description {
  display: flex !important;
  flex-direction: column-reverse;
}

.timeline-wrapper .timeline-post .full-width {
  width: 86px;
  margin-left: 12px;
  margin-bottom: 12px;
}

.elementor-widget-woocommerce-product-images .swiper-button-prev,
.elementor-widget-woocommerce-product-images .swiper-button-next {
  display: none;
}

/*罗杰*/
#index-products-list>div {
  max-width: 1700px !important;
}

/*产品详情下载*/
.download-2d3d {
  display: none;
}

.archive .elementor-5462 .elementor-element.elementor-element-f181e6d>.elementor-container {
  min-height: 100px;
}

/* 页脚不换行加适配 */
div.elementor-column.elementor-col-16.elementor-inner-column.elementor-element.elementor-element-b9e4438.footer-navs-title>div>div.elementor-element.elementor-element-373a3ee.elementor-widget.elementor-widget-heading>div>h2 {
  white-space: nowrap;
}

body>div.elementor.elementor-5462.elementor-location-footer>section.elementor-section.elementor-top-section.elementor-element.elementor-element-6dbf009.elementor-section-content-middle.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default>div>div>div {
  height: 80vh;
}

/* 产品=短描述隐藏 */
.product_short_desc {
  display: none !important;
}

/* 时间轴 */
.ctl-story-time {
  font-family: "manrope";
  font-size: 32px;
  font-weight: bold;
}

.timeline-post .content-title {
  text-align: center;
}

.content-details p {
  text-align: center;
}

.postmessage h6 {
  color: #9ea6ae;
  font-size: 14px;
  font-weight: normal;
}

/* home 第三页样式，全局背景 */
#three {
  background-size: cover;
  background-position: center;
  transition: unset !important;
}

.elementor-7004 .elementor-element.elementor-element-25208f49>.elementor-background-overlay {
  background-image: unset !important;
}

.elementor-6991 .elementor-element.elementor-element-25208f49>.elementor-background-overlay {
  background-image: unset !important;
}

.elementor-6018 .elementor-element.elementor-element-108bb23a:not(.elementor-motion-effects-element-type-background),
.elementor-6018 .elementor-element.elementor-element-108bb23a>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-image: unset !important;
}

.elementor-6114 .elementor-element.elementor-element-77e7e397 .bdt-interactive-tabs .bdt-interactive-tabs-item {
  background-color: #fff;
  border-color: unset !important;
}

/* 第三块导航 */
html .fp-viewing-map .menu-item .elementor-item {
  color: #fff !important;
}

html .fp-viewing-map .menu-item .elementor-item:after {
  background-color: #FFFFFF !important;
}

html .fp-viewing-map .bdt-search-toggle path {
  fill: #fff !important;
}

html .fp-viewing-map .language {
  background: url('https://cn.sps.mosopower.com/wp-content/uploads/2023/07/earth.png') no-repeat left center !important;
}

html .fp-viewing-map .language .fa-angle-down:before {
  color: #fff !important;
}

/* read-more */
.read-more-btn {
  background-color: #0050c8 !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 11px 33px !important;
}

.read-more-btn:focus {
  color: #fff !important;
  border: none !important;
  outline-color: unset !important;
}

.read-more-btn:hover {
  color: #fff !important;
  border: none !important;
}

/* home 第三页样式，字体高度*/
@media (max-width: 1366px) {
  #bdt-tab-177e7e397>div>section>div.elementor-container.elementor-column-gap-default>div>div>div.elementor-element.elementor-element-71ef6de.elementor-widget__width-initial.index-map-tab4-content.elementor-widget.elementor-widget-text-editor>div>p {
    line-height: 18px !important;
  }
}

/* 搜索按钮 */
#modal-search-30cd5764 .bdt-modal-close-full.bdt-icon {
  background: unset;
  color: #000;
  border: unset;
}

#modal-search-30cd5764 .bdt-modal-close-full.bdt-icon:focus {
  border: white !important;
  outline-color: #fff !important;
}

/* application产品间距 */
.woocommerce.columns-3 ul li {
  padding-bottom: 16px !important;
}



/* home第三屏适配 */
div[data-id="16b58d7a"]>div {
  max-width: 1700px;
  margin: 0 auto;
}

/* 底部栏适配 */
section[data-id="106e777"]>div {
  max-width: 1700px;
  margin: 0 auto;
}

section[data-id="6dd7d7e"]>div {
  max-width: 1700px;
  margin: 0 auto;
}

/* home 新闻 */
section[data-id="73bf9b49"] {
  max-width: 1500px;
  margin: 0 auto;
}

div[data-id="613b54c"] {
  background: #f2f2f2 !important;
}


/* home新闻贴边问题 */
div[data-id="f58d62b"] {
  margin-bottom: 0 !important;
}

/* home第蓝色 */
section[data-id="8fd1970"] {
  max-width: 1680px !important;
  margin: 0 auto;
}

section[data-id="173a85f"] {
  max-width: 1680px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
}

@media (max-width: 1366px) {
  section[data-id="8fd1970"] {
    max-width: 1300px !important;
    margin: 0 auto;
  }
}


#shoudiyi>div>div.elementor-column.elementor-col-16.elementor-top-column.elementor-element.elementor-element-92c4dde>div>div.elementor-element.elementor-element-3e8413e.elementor-widget__width-initial.elementor-view-default.elementor-vertical-align-top.elementor-widget.elementor-widget-icon-box>div>div>div>p {
  white-space: nowrap;
}

#dishang>div>div.elementor-column.elementor-col-16.elementor-top-column.elementor-element.elementor-element-0902418>div>div.elementor-element.elementor-element-2c2e89a.elementor-widget__width-initial.elementor-view-default.elementor-vertical-align-top.elementor-widget.elementor-widget-icon-box>div>div>div>p {
  white-space: nowrap;
}

/* 时间轴 */
.cool-timeline-horizontal .clt_carousel_slider ul.slick-slider .slick-list li:before {
  height: 1px !important;
}

.timeline-wrapper .clt_carousel_slider i.fa {
  font-size: 18px !important;
}

.cool-timeline-horizontal .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post h2.content-title,
.cool-timeline-horizontal.ht-design-3 .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post h2,
.cool-timeline-horizontal.ht-design-4 .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post h2 {
  padding: 9px 8px !important;
}

.cool-timeline-horizontal .clt_carousel_slider ul.slick-slider .slick-list li .ctl-story-time:after {
  height: 12px !important;
  width: 12px !important;
  bottom: 36% !important;
  left: calc(50% - 7px) !important;
}

ul .content-details {
  height: 74px !important;
}

/* 第二屏背景 */
#two>div.elementor-background-overlay {
  background: url("https://cn.sps.mosopower.com/wp-content/uploads/2023/08/img_v2_83a33ab8-8217-4539-9747-f1515c8b59ag.png") !important;
  background-repeat: no-repeat;
  background-position: center bottom;
}

/* 详情页下载 */
#donsort {
  width: 277px !important;
  margin-top: 10px !important;
}


/* 移动端适配 */
@media (max-width: 768px) {

  /* pro center */
  .ptouiy h2 {
    font-size: 14px !important;
  }

  .ptouiy .products.elementor-grid.columns-3 {
    width: 400px;
    margin: auto;
  }

  /* appcation */
  .dfgh h2 {
    font-size: 14px !important;
  }

  /* home  三 */
  .elementor-widget-wrap.elementor-element-populated.e-swiper-container {
    padding: 0 !important;
  }

  /* home  一 */
  .tp-page-scroll-wrapper>div:nth-child(2) {
    margin-top: -6px !important;
  }

  .tp-page-scroll-wrapper>div.section.fp-section.fp-table.active.fp-completely {
    display: none;
  }

  .bdt-interactive-tabs-wrap {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 118px !important;
  }

  html .bdt-interactive-tabs {
    margin-left: 4px !important;
  }

  .bdt-interactive-tabs-item {
    width: 95px !important;
  }

  #three {
    background-position: center;
    transition: unset !important;
    background-size: cover;
    background-repeat: no-repeat;
  }

  /* home 三轮播 */
  /* home 2 */
  #index-products-list {
    padding: 14px 0px 0px 0px;
  }

  #index-products-wrap>div>section.elementor-section.elementor-inner-section.elementor-element.elementor-element-25b92edb.elementor-section-full_width.elementor-section-content-middle.section-hover-wrap.elementor-section-height-default.elementor-section-height-default {
    margin-top: 22px !important;
  }

  #index-products-list .elementor-widget-container>img {
    width: 75%;
    margin-top: -8px;
  }

  /* tou */
  div[data-id="4256bd77"] {
    margin-left: 90px;
    margin-top: -32px;
  }

  div[data-id="301e9ce"] {
    margin-left: -40px;
  }

  /* home  新闻 */
  section[data-id="73bf9b49"] {
    padding-top: 20px !important;
    padding-bottom: 34px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* 滑块 */
@media (max-width: 768px) {
  .sps-moblie-scroll {
    height: auto !important;
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}

@media (max-width: 768px) {

  /* home三  移动端轮播图  new偏移位置*/
  .lbtsan {
    top: -595px;
    left: 43px;
    display: none;
  }

  /* home三  四块 */
  .bdt-interactive-tabs-wrap {
    position: relative;
    z-index: 999;
  }
}

/* 此处开始为首页页脚调整 */
.elementor.elementor-6279 {
    font-size:1vw;
    /* border:10px solid red; */
    height:100%;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    justify-content:end;
}

.elementor-element-92c4dde h3>span{
font-size:1vw !important;
}

.elementor-element-92c4dde p{
font-size:1vw !important;
font-weight:500 !important;
}

/* 第二部分弹性 */
#grow-footer {
    flex-grow:1;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
/* 第二部分icon box */
.elementor-element-520d323 > div > div {
    margin-bottom:1.1em !important;
}

/* 首页页脚移动端 */
@media screen and (max-width: 768px) {
  .elementor.elementor-6279 {
    font-size: 4vw;
  }
}

/* 首页同时出现两个页脚的时候 */
div[data-elementor-id="6161"] + div[data-elementor-id="5462"] {
  display: none;
}



   /* 页脚对齐问题 */
    #grow-footer>div{
          max-width: 1650px;
width: 100%;
    margin: 0 auto;
        }

        div[data-id="6dd7d7e"]>div{
          max-width: 1650px;
    margin: 0 auto;
        }

        div[data-id="403e894"]>div{
          padding-left: 0 !important;
        }
section[data-id="f419c7a"]>div{
max-width: 1650px  !important;
    margin: 0 auto;
}

@media screen and (max-width: 1024px){
#grow-footer>div{
width: auto;
}
}

 

@media (max-width: 1366px) {
 section[data-id="f419c7a"]>div,section[data-id="6f370b8"]>div,section[data-id="3a64d45"]>div,section[data-id="6131d21"]>div,#grow-footer>div{
          margin:0 27px !important;
        }
}

 #elementor-search-form-9260e5c{
          border:none;
        }

/*
.elementor-container.elementor-column-gap-default {
    margin-left: 0px !important;
}
*/

#home_footer {
padding:0 !important;
}

#sdsds {
margin-bottom:30px;
}


@media (min-width: 960px){

.news-title {
height:51px !important;
overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
}


}

#float_form_p .elementor-heading-title{
font-size:30px !important;
}

#leo-side-contact-form{
box-shadow: 0 0 5px #ccc !important;
}

#leo-side-contact-form .elementor-field-group{
margin-bottom:10px !important;
}

#leo-side-contact-form .elementor-button[type=submit]{
background-color:#0050c8 !important;
border:0 !important;
padding:0 !important;
}

#leo-side-contact-form .elementor-button[type=submit]:hover{
color:#fff;
}



/* 媒体查询：屏幕宽度为 1440px 时 */
@media  (min-width: 1440px) {
  #home_footer {
    padding: 0 30px !important;
  }
  
   #grow-footer {
    padding: 0 30px !important;
  }

}



@media (max-width: 1366px) {
 section[data-id="6d86ac7"]>div,section[data-id="c93e404"]>div,section[data-id="f64ba50"]>div,#qudiao>div{
          margin:0 27px !important;
        }
}
/* Zendkee Customize Global Frontend CSS End */



