@charset "utf-8";

/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght,ital@400;500;600;700&display=swap'); */
/* CSS Document */
@font-face {
    font-family: 'Rubik';
    /* 自定义字体名称 */
    font-weight: normal;
    src: url('../fonts/Rubik-Regular.ttf') format('truetype');
    /* 字体文件路径和格式 */

}

@font-face {
    font-family: 'Rubik';
    /* 自定义字体名称 */
    font-weight: 500;
    src: url('../fonts/Rubik-Bold.ttf') format('truetype');
    /* 字体文件路径和格式 */

}
@font-face {
    font-family: 'Rubik';
    /* 自定义字体名称 */
    font-weight: 300;
    src: url('../fonts/Rubik-Light.ttf') format('truetype');
    /* 字体文件路径和格式 */

}

body {
    margin: 0px;
    font-family: 'Rubik', Arial, sans-serif;
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
    font-weight: normal;
}

a {
    transition-duration: .3s;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
strong {
    
    line-height: normal;
    font-weight: 500;
}
li {
    list-style: none;
}
:root {
    --i_color: #011963;
    /* 全局颜色 */
    --i_color2: #242424;
    --i_color3: #025FD8;
    --i_color4: #224364;
    --i_color5: #4285EC;
    /* 副颜色 */
    --header_height: 1.1rem;
    /* 头部高度 */
    --header_height_reduce: 60px;
    /* 头部收缩后高度 */
    --border_color: rgba(0, 0, 0, .1);
    /* 默认边框颜色 */
    --f_menu_height: 56px;
    /* 移动端底部固定菜单 */
}

.imghoverbig {
    cursor: pointer;
    transition: all 0.6s;
}

.imghoverbig:hover {
    transform: scale(1.1);
}
/*设置文字显示几行*/
.textovershow1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.textovershow2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.textovershow3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.textovershow5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.contactbtnr {
    position: fixed;
    right: 10px;
    bottom: 15%;
    z-index: 222; 
}.contactbtnr a {
    color: #05B711;
    font-size: 50px;
    display: block;
    margin-bottom: 20px;
    position: relative;
}
    /* 上下滑动动画 */
    @keyframes slideUpDown {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-10px);
        }
    }
    
    /* 应用动画 */
    .section_download .readmore a .icor img{
        animation: slideUpDown 2s ease-in-out infinite;
        transition: all 0.3s ease;
    }
    .othernews.news-items .item:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 4px;
        background: var(--i_color4);
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
    } .othernews.news-items .item:hover:after {
        width: 100%;
    }
    .friendbox{ margin: 60px 0;}
    .friendbox .piclist{ display: flex; flex-wrap: wrap;}
    .friendbox .piclist a img{ max-height: 148px;}
    .friendbox .piclist a{ display: flex;height: 150px; margin-bottom:20px; border: 1px solid #eee; justify-content: center; align-items: center;}
    .faq .title ul li:first-child{border-top: 1px solid #eee;}
    .faq .curcontent .text{display: flex;height: 200px; overflow: hidden;}
    .faq .curcontent .text .ico{ margin-right: 10px; flex-shrink: 0;}
.faq .title ul li.active{ border-left: 2px solid var(--i_color4);}
.faq .title ul li{ padding: 20px 10px; border-bottom: 1px solid #eee; font-weight: 500;}
.newsnav_list ul{ display: flex; justify-content: center; border-bottom: 1px solid #eee;}
.newsnav_list ul li{padding: 10px 20px 40px 20px;}.newsnav_list ul li a{ font-weight: 500; font-size: 20px;}
.newsnav_list ul li.active{ border-bottom: 2px solid var(--i_color4);}
.nybanner{ margin-bottom: 50px;}
.f1box{ padding: 50px 0; font-size: 20px;}
.f1box .box{ width: 1200px; margin:0 auto; display: flex;justify-content: space-between;}
.f1box .box .item1,.f1box .box .item3{width:35%}
.f1box h2{ font-size: 25px; color: #003580; margin: 40px 0 30px 0;}
.f2box{ border-bottom:1px solid #D9D9D9; border-top:1px solid #D9D9D9; text-align: center;}
.f2box span{ font-weight: 500;}
.f3box{ padding: 20px 0; text-align: center;}
.bigmenubox{ width: 1100px; margin: 0 auto;}
.info-window .maptitle{ padding: 5PX; background: #FFF; border: 1PX solid #025FD8; margin: 5px 0 0 -40px;width: 115px; text-align: center;}
footer .readmore a{ padding: 8px 20px;}
footer .contactinfof { margin-top: 20px;}
footer .contactinfof .itemlist a{ display: flex; margin-bottom: 15px}
footer .contactinfof .itemlist a .ico{ width: 40px; flex-shrink: 0;}
footer .item1box{padding: 50px 15px 50px 21%;position: relative;
    z-index: 2;
}
footer .item1box h2{
    color:var(--i_color4);
    font-weight: 500;
    font-size: 28px;
}
.section_download .box{ display: flex; align-items: center;}
.section_download .downico{ margin-right: 50px;}
.section_download{ color: #fff;padding: 70px 10% 70px 20%; height: 349px;}
.section_download h2{font-weight: 500;
    font-size: 40px;}
.section_download .content{ width: 640px;font-weight: 300;
    font-size: 18px;}
.section_download .readmore  a  {
        width: 244px;
height: 50px;
display: inline-block;
background: #FFFFFF;
border-radius: 25px;
font-size: 14px;
 font-weight: 500;
 line-height: 50px;
 text-align: center;
 color: #000;
    }
.section7 .newsritem{ border-left:1px solid #f2f2f2;}
.section7 .newsrbox .item:last-child a{ margin-bottom: 0;}
.section7 .newsrbox .item a{ display: flex;background: #F2F2F2; padding: 10px; margin-bottom: 10px; height: 155px; align-items: center;}
.section7 .itemldate{ width: 100px; margin-right: 20px; padding: 20px; border-right: 1px solid #000; flex-shrink: 0; text-align: center;}
.section7 .ztitle{ font-size: 24px; margin-bottom: 15px;}
.section7 .ztitles{ display: flex; justify-content: space-between;}
.section3 .mySwiper .swiper-slide-thumb-active .item .picbox{
    width: 50px;
    height: 50px;
    /* margin: 200px auto; */
    /* // 添加这两行代码 */
    text-indent: -50px;
    overflow: hidden;
    line-height: 50px;
}
.section3 .mySwiper .swiper-slide-thumb-active .item .pic{
    filter: drop-shadow(50px 0px var(--i_color4));
}

.section_friend{ padding: 70px 0;}
.section3 .headline p{ width: 480px;}
.section3 .box2 .text .title{ font-size: 30px;}
.section3 .box2 .text{ position:absolute; width: 100%; top:30%; left: 0;}
.section3 .box2 .swiper-slide .ico img{width: auto;
    filter: brightness(0) invert(1);
    display: inline-block;
    height: auto;
    margin-left: 10px;}
.section3 .box2 .text .content{ width: 573px; font-size: 18px;}
.section3 .readmore{
    line-height: 37px;
    color: #fff;
    margin-top: 40px;
}
.section3 .mySwiper .item{
    width: 139px;
height: 139px;
background: #FFFFFF;
box-shadow: 0px 2px 0px 0px rgba(255,255,255,0.98);
border: 2px solid #E3E3E3;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
flex-direction: column;
float: right;
padding:5px;
}.section3 .mySwiper .item p{ line-height: 16px; margin:10px 0 0 0}
.section3 .mySwiper swiper-wrapper{ justify-content: flex-end;}
.section3 .mySwiper .swiper-slide-thumb-active .item {
    border: 2px solid var(--i_color4);
    color: #172C48;
}    .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .section3 .mySwiper2 {
    width: 100%;
  }

  .section3 .mySwiper {
    box-sizing: border-box;
  }

  .section3 .box2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
#demo {
    overflow:hidden;
    width: 100%;
    }
    #demo a {
    display: inline-block; margin: 0 15px;
    }
    #indemo {
    float: left;
    width: 900%;
    }
    #demo1 {
    float: left;
    }
    #demo2 {
    float: left;
    }
.tp-caption.lightgrey_divider{ background: none;
font-weight: 500;
color: #FFFFFF;
width: 1145px;
white-space: normal;
}
.tp-banner .readmore a:hover{ background: var(--i_color4); color: #fff;}
.tp-caption.lightgrey_divider h2{font-size: 80px;text-shadow: 0px 0px 9px #404040;}
.tp-caption.lightgrey_divider .content{ font-size: 45px;text-shadow: 0px 0px 9px #404040; line-height: 45px;}
.tp-banner .readmore a{
display: inline-block;
background: #FEFEFF;
border-radius: 24px;
text-align: center;
color: #222;
padding:10px 20px;
}.tp-banner .readmore{margin-top: 30px;}
.tp-banner .readmore:hover .ico img,.xb .white,.section_download .readmore a:hover .icor img{filter: brightness(0) invert(1);}
.tp-banner .readmore .ico{ margin-left: 15px;}
.tp-banner .gdtext{ display: flex; position: absolute; bottom: 50px; width: 1145px; left: 20%; z-index: 222; display: flex; color: #fff;}
.tp-banner .gdtext .item{ display: flex;align-items: flex-end;}
.tp-banner .gdtext .sz{ font-weight: 500; font-size: 55px; margin-right: 10px;}
.tp-banner .gdtext .item .xb img{-o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;}
    .section1pro .box2 .item:hover .icor{ right: 5px;transition: .3s;}
.tp-banner .gdtext .item:hover .xb img,.section7 .newsitembox:hover .icor img,.section7 .newsrbox .item a:hover .icor img,.news-items .item:hover .icor img {
        margin-left: 10px;
    }
header{ position: relative;}
.navbigmenu{ position: absolute; right: 10px; top:10px; font-size: 25px; color: #fff;cursor: pointer;}
.frm-style7:hover::after {
    bottom: 0;
}
.frm-style7::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: var(--i_color5);
    transition: 300ms;
    /* color: azure; */
}.frm-enq7 a {
    float: left;
    font-size: 16px;
    font-weight: 400;
    z-index: 999;
    position: relative;
}.frm-arw7 {
    margin-left: 15px;
    margin-top: -3px;
}
.bigmenu {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    bottom: 0px;
    right: 0px;
    background: #F0F6F8;
    z-index: 90000;
    transition: all .5s ease;
    transform: translateY(-300%);
    min-height: 100vh;
    height: 100%;
}
.othermenu{ margin-left: 20px; font-size: 30px;}
.proleftcbox .service-list ul li a{ padding: 0;}
.bigmenu .service-list ul {
    display: block;
    margin-top: 30px;
}.bigmenu .service-list ul li,.proleftcbox .service-list ul li,.contact_ny .service-list ul li {
    display: block;
    margin-bottom: 40px;
    margin-left: 0;
    position: relative;
    padding: 0 0 0 70px;    background: none;border: none;
}.service-list ul li i {
    height: 55px;
    width: 55px;
    border-radius: 55px;
    line-height: 50px;
    text-align: center;
    color: #122514;
    border: 2px solid #142917;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 26px;
}
.service-list ul li:hover i{ border-color: var(--i_color4);}
.service-list ul li i:after {
    content: "";
    position: absolute;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    background: var(--i_color4);
    border-radius: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}.service-list ul li span {
    color: #192a1b;
    font-size: 27px;
    font-weight: 500;
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    top: 0;
    left: 0;    height: auto;
    line-height: normal;
}
.proleftcbox .service-list ul li span{
    font-size: 16px;margin-top:10px
}
.proleftcbox .service-list ul li .title{ font-size: 15px;}
.bigmenu .service-list ul li .title,.proleftcbox .service-list ul li .title {
    color: #000;
    margin-top: 6px;
}.service-list ul li:hover i {
    color: #fff;
}.service-list ul li:hover i:after {
    transform: translate(-50%, -50%) scale(1);
}
.bigmenu.open {
    display: block;
    transform: translateY(0);
    padding: 60px 0;
}
.right-bg {
    background-color: var(--i_color4);
    padding: 0px !important;
    float: left;
}
.hd-address{
    width: 100%;
    float: left;
    text-align: left;
    padding: 92px 26px 70px 26px;
    height: 100vh;
  }
  
  
  .hd-tel{
   
    float:left;
    width:100%;
    /* border: 1px dashed #000; */
    margin-bottom: 20px;
    padding: 34px 30px;
    border-radius: 20px;
    background-color: var(--i_color);
  }
  
  .hd-tel2{
   float:left;
   width:100%;
   /* border: 1px dashed #000; */
   margin-bottom: 20px;
   border-radius: 20px;
  }
  .hd-tel2 span{
        float: left;
        width: 100%;
        font-size: 30px;
        font-weight: bold;
        color: #ffffff;
        letter-spacing: 1px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: solid 1px rgb(255 255 255 / 19%);
        font-family: 'Rubik',sans-serif;
  }
  
  .hd-tel2 p{
      float: left;
      width: 100%;
      font-size: 15px !important;
      color: #ffffff !important;
      line-height: 25px;
      padding-top: 5px;
      margin-bottom: 0px;
      font-weight: normal;
      font-family: 'Rubik',sans-serif;
      
  }.frm-enq7 {
    position: relative;
    float: left;
    padding: 17px 40px;
    width: 185px;
    height: 50px;
    z-index: 999;
    cursor: pointer;
    border: none;
    color: #141841;
    border-radius: 50px;
    background-color: #fff;
    overflow: hidden;
    margin-top: 25px;
}
  .hd-tel h1{
    letter-spacing: 1px;
    float:left;
    width:100%;
    font-size: 27px;
    font-weight: bold;
    color: #e8d975;
    margin-bottom: 34px;
  }
  
  .hd-tel h6{
    letter-spacing: 1px;
    float:left;
    width:100%;
    font-size: 25px;
    color: #e2c758;
    margin-bottom: 18px;
    font-weight: normal;
  }
  
  .hed-tel-hvr{
    font-weight: normal;
    float: left;
    width: 100%;
    font-size: 18px !important;
    color: #fff !important;
  
    padding-top: 11px !important;
    padding-bottom: 7px !important;
  }
  
  .hed-tel-hvr:hover{
      text-decoration: none;
      color: #27261e !important;
  }
  
  .hd-presence{
    margin-top: 19px;
    float: left;
    width: 100%;
    padding: 19px;
    /* border: dashed 1px rgb(4 84 110); */
    border-radius: 20px;
    /* margin-top:15px; */
    background: #04546e;
  }
  
  .hd-presence p{
      float: left;
      width: 100%;
      font-size: 13px;
      color: #000000;
      line-height: 27px;
      padding-top: 5px;
      font-weight: 500;
     
  }
  
  .hd-presence span{float: left;width: 100%;font-size: 25px;font-weight: 100;color: #04546e;padding-bottom: 10px;border-bottom: solid 1px rgb(255 255 255 / 19%);margin-bottom: 15px;font-weight: bold;letter-spacing: 1px;}
  
  .hd-tel p{
      float: left;
      width: 100%;
      font-size: 15px !important;
      color: #ffffff !important;
      line-height: 25px;
      padding-top: 5px;
      margin-bottom: 0px;
      font-weight: normal;
      /* font-family: 'Typold ' !important; */
  }
  
  .title-white{
    color:white !important; 
  }
  
  .top-thumb{
    font-weight: 400;
        font-size: 30px;
      cursor: pointer;
      float: right;
      padding-left: 20px;
      cursor:pointer !important;
      padding-top: 43px;
  }
  .enq-bg form{
    float:left;
    width:100%;
  }
  
  .frm-enq{
    float:left;
    width:100%;
    margin-top: 30px;
  }
  
  .frmq-title{
    float:left;
    width:100%;
    color:black;
    font-size:14px;
    font-weight: normal;
    padding-top: 0px;
    font-family: 'Rubik ',sans-serif;
  }
  
  .field-enq{
    font-weight: normal;
    font-family: 'Rubik ',sans-serif;
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    font-size: 13px;
    /* text-transform: uppercase; */
    height: 55px;
    margin-bottom:2px !important;
    padding: 0 20px;
    outline: none;
    background: #fff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    /* border: solid 1px #d4d3d3; */
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 20px 15px;
    margin-top: 9px;
    border-radius: 10px;
  }
  
  .error-message {
      color: red;
  }
  
  .hidden-input-field {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      height: 0;
      width: 0;
      z-index: -1;
  }

  
.social-icons a{display: inline-block; width: 40px; height: 40px; background: var(--i_color4); color: #fff; border-radius: 50%; text-align:center;
line-height: 40px; margin-right: 10px;
}
.social-icons a:hover{ background: #0059D1;}
.top2 .c1item{
    font-family: Rubik;
font-weight: 500;
font-size: 16px;
color: #FFFFFF;
line-height: 35px;
}
.top2 span.ico{ padding-right: 5px;}
.top2{ background: #234465; color: #fff; padding: 15px 0;}
.aboutrbox video{ position: relative; width: 100%;}
.languagebox img{ max-height: 30px;}
.languagebox .dropdown-menu{ width: 204px;}
/* 左箭头 */
.tp-leftarrow.zeus {
    border-radius: 50%;
    border: 3px solid var(--i_color3);
    left:80% !important;
    top:80% !important;
    background: none;
  }
  .tp-leftarrow.zeus::before{
    content: "❮";
    font-size: 30px;
    color: var(--i_color3);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  } 

  /* 右箭头 */
  .tp-rightarrow.zeus{
    border: 3px solid var(--i_color3);
    border-radius: 50%;
    top:80% !important;
    right:250px !important;
    background: none;
    /* 其他样式同上 */
  }
    .tp-rightarrow.zeus::before{
    content: "❯";
    font-size: 30px;
    color: var(--i_color3);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  } 

.submit-btn {
    background: #4285f4;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

.hero-lou .hero-link .headline h2{ font-size: 18px;}
.hero-lou .hero-link .headline p{ font-size: 16px;}
.section7 .newsitembox .title{margin-bottom: 25px; font-size: 18px;}
.section7 .newsitembox .content{ margin-bottom: 45px;font-size: 15px;}
.section7 .linkbtns{ font-size: 16px;}
.dbbtnss{ position: absolute; right: 15px; top:0;}
.dbbtnss a{
    width: 194px;
height: 50px;
background: #FFFFFF;
border-radius: 25px;
color: #222;
display: inline-block;
line-height: 50px;
padding: 0 20px;
}
.dbbtnss a .ico{ margin-right: 30px;}
#scroll-top-link
{
    width: 50px;
height: 50px;
background: #FFFFFF;
text-align: center;
line-height: 50px;
position: fixed;
right:10px;
bottom: 10px;
color: #031662;
border-radius: 50%;
border: 1px solid #031662;
}
.icor{ margin-left: 10px;}
.section7 .newsitembox .picbox img{
    max-height: 286px;
}
.section7 .newsitembox{
    border: 2px solid #F2F2F2; display: block;}
.section7 .newsitembox:hover
{
    box-shadow: 0px 0px 12px 1px rgba(48,48,48,0.85);
}
.section7 .newsitembox .picbox{transition: all .3s ease; height: 286px; display: flex; justify-content: center; align-items: center;}
.section7 .newsitembox .textbox{ margin-top: 20px; padding: 10px; color: #172C48;}


.h-100 {
    height: 100%!important;
}
.w-100 {
    width: 100%!important;
}
.d-flex {
    display: flex!important;
}
.d-md-flex {
    display: flex!important;
}
.position-relative {
    position: relative!important;
}.justify-content-center {
    justify-content: center!important;
}

.flex-column {
    flex-direction: column!important;
}.d-md-block {
    display: block!important;
}.flex-wrap {
    flex-wrap: wrap!important;
}
.text-white {
    color: #fff!important;
}.my-xl-4 {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}

.section5{ padding: 70px 0; color: #fff;}
.section5 .box{ display: flex; justify-content: space-between; padding: 50px 0; flex-wrap: wrap;}
.section5 .box .item{ width: 30%; display: flex; align-items: center;}
.section5 .box .item:hover h3{ color: #172C48;}
.section5 .box .item:nth-child(-n+3){ margin-bottom: 50px;}
.section5 .box .item .picbox{ margin-right: 15px; flex-shrink: 0;}.section5 .box .item .content{ font-weight: 300;}
.headline h2{ font-size: 28px; margin-top:0;}.section5 .box .item h3{ font-size: 24px; margin-top: 0;}
.section_about{ padding-top: 70px;}.section_about .playbtn{ position: absolute; left: 45%; top:40%}
.section_about .gdtext{ margin: 60px 0 0; display: flex;}
.section_about .gdtext .item{ margin-right: 50px; position: relative; padding-left: 10px;}
.section_about .gdtext .item .title{ font-size: 30px;}
.section_about .gdtext .item .content{ font-weight: 300;}
.section_about .gdtext .item:hover{ color: var(--i_color4);}
.section_about .gdtext .item:hover::before{background: var(--i_color4);}
.section_about .gdtext .item::before{ width: 4px; height: 100%; background: #000; content: ''; position: absolute; left: 0; top:0;}
.section_about .headline h1{ margin: 0;}
.section1pro .box .item a{
    border-radius: 10px;
border: 1px solid #172B46;
display: block;
padding: 10px;
margin: 8px;
}
.section1pro .menutext{ margin-top:70px}
.section1pro .box { position: relative; display: flex;flex-wrap: wrap;}
.section1pro .box .litem{width: 648px; margin-right: 20px;}
.section1pro .box .ritem{width:calc(100% - 668px);}
.section1pro .box .pagerbtn {
    position: relative;
    width: 110px;
    right: 0;
    margin-top: 70px;
    margin-bottom: 120px;
}
.section1pro .box .swiper-button-next:after, .section1pro .box .swiper-button-prev:after{font-size: 0;}
.section1pro .box .pagerbtn .swiper-button-next{ background: url(../images/icons4.png) no-repeat center;  height: 45px; width: 20px;}
.section1pro .box .pagerbtn .swiper-button-prev{ background: url(../images/icons4l.png) no-repeat center;height: 45px; width: 20px; }
.section1pro .box .pagerbtn::before{width: 110px;
    height: 46px;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px 0px rgba(6,4,4,0.81);
    border-radius: 23px; content: ''; left: 0; top:-23px; position: absolute;}
.section1pro .box .litem a .readmore:hover{ background: var(--i_color); color: #fff;}
.section1pro .swiper-wrapper{align-items: flex-end;}
.section1pro .box .item a h3,.section1pro .box2 .item a h3{ font-size: 16px;position: relative;}
.section1pro .box .item a .picbox,.section1pro .box2 .item a .picbox{ display: flex; justify-content: center; align-items: center; height: 400px;}
.section1pro .box .item a .picbox img,.section1pro .box2 .item a .picbox img{ max-height: 400px;text-align: center;}
.section1pro .box .litem a .picbox,.section1pro .box .litem a .picbox{ overflow: hidden;}
.section1pro .box .litem a h3{ font-size: 36px; color: #fff;}
.section1pro .box .item a .readmore{ display: none;}
.section1pro .box .litem a{ position: relative;
display: block;
}
.section1pro .box .litem a .text{position: absolute; left: 45px; bottom:45px}
.section1pro .box .litem a .logoico,.section1pro .box .item a .logoico{ display: block; width: 114px; opacity: 0.6; position: absolute; left: 45px; top:45px;z-index: 22;}
.section1pro .box .item a .logoico{ width: 95px; left: 10px; top:10px}
.section1pro .box .item a h3{ height: 40px;}
.section1pro .box .litem a .readmore{ display: block;width: 146px;
    height: 46px;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px 0px rgba(6,4,4,0.81);
    border-radius: 23px;text-align: center;
    line-height: 46px;}
    .section1pro .box2 .item .icor{ position: absolute; right:10px; top:0;}
    .section1pro .box2{ margin-top: 70px;}#plp-thumbs.section1pro .box2{ margin-top: 0;}
    .section1pro .box2 .item a
    { display: block;
        border-radius: 10px;
border: 2px solid #F2F2F2;
padding: 10px;
margin: 10px;
    }.section1pro .box2 .item a .logoico{ width: 95px; opacity: 0.6;}
    .section1pro .box2 .item a .readmore{
        width: 142px;
height: 37px;
background: var(--i_color4);
border-radius: 18px;
text-align: center;
line-height: 37px; color: #fff;
    }.section1pro .box2 .item:hover a .readmore{
        border: 1px solid #27374D;
        background: #fff;
        color: #172B46;
    }
.section1pro .box2 .item:hover a
    {
    box-shadow: 0px 0px 10px 3px #AAAAAA;
    border-radius: 10px;
    border: 2px solid #F2F2F2;
    }
    .pro_swiper2 .swiper-button-next, .pro_swiper2 .swiper-button-prev{ background: none;}
.headline h1{ font-size: 50px; margin-top: 0;}
.languagebox .dropdown-menu>li>a{ margin-right: 0; padding:0}
.top1 .rightbox {
    width: calc(100% - 200px);
}.top2 a{ color: #fff; margin-left: 25px;}
.top2 .c2item{ display: flex;align-items: center;}
.top2 .cinfobox{display: flex; justify-content: space-between;align-items: center;}
.section2{ padding-bottom: 20px;}
.fusion-main-menu .sub-menu.pronavbox li .prom3 li{ width: 100%;}

.xbox .items{ width: 50%;}
 .xbox .box2 .items:first-child{ padding-right: 100px;}
 .xbox .box2 .items h2{ width: 495px; font-size: 36px; line-height: 36px; margin-bottom: 40px;}
 .xbox .formitems{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
 }
 .xbox .formitems .item{ width: 48%;}.formitemss{ margin-bottom: 20px;}

.erwtbox {
    display: none;
    position: absolute;
    top: 35px;
    width: 150px;
    z-index: 3;
}

.socailafooter a {
    position: relative;
}

.socailafooter a:hover .erwtbox,.social-icons a:hover .erwtbox {
    display: block;
}
.social-icons a .erwtbox{
    right: 20px;
}


.modal {
    z-index: 999999;
}

.top1 .logo{width: 200px;
    padding-top: 10px;
    margin-bottom: -35px;
    position: relative;
    z-index: 333;}

.section_about .headline{ margin-bottom: 30px;}

.section2 .box .item {
    background: #FFFFFF;
    transition-duration: .3s;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    margin-bottom: 40px;
border: 1px solid #CFCFCF;
}

.section2 .box .item .picbox {
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section2 .box .picbox img {
    max-height: 230px;
    transition: transform 0.3s ease-in-out;
}

.section2 .box .item:hover .logoico {
    opacity: 1;
}

.section2 .box .item:hover .title {
    color: var(--i_color);
}

.section2 .box .item .title {
    text-align: center;
    font-size: 18px;
    color: #000000;
    
    margin-top: 10px;
}

.section2 .item .content {
    margin-top: 10px;
    padding: 0 40px;
}

/* Each logo */
.marquee .item .picbox img {
    max-height: 230px;
    transition: transform 0.3s ease-in-out;
}

.marquee .item .title {
    text-align: center;
    font-size: 24px;
    color: #000000;
    
    margin-top: 10px;
}

/* Animation */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Pause animation on hover */
.slider-container:hover .marquee {
    animation-play-state: paused;
}

.livechatbtn font {
    width: 217px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    color: var(--i_color);
    padding-left: 50px;
    line-height: 40px;
    font-size: 20px;
    
}

.section7 {
    padding: 70px 0;
}
.section7 .picbox {
    justify-content: space-between;
}

.play-icon {
    z-index: 25;
    width: 50px;
    margin-left: 4px;
    position: relative
}

.outline {
    border: 1px solid #ffffff1a;
    border-radius: 100%;
    margin: 9px;
    position: absolute;
    inset: 0%;
    width: 90%;
    height: 90%;
}

.aflex {
    display: flex;
    align-items: center;
}

.ui-widget-header a:hover,
#plp-thumbs a .title:hover {
    color: var(--i_color);
}

.tp-banner {
    width: 100%;
    position: relative;
}

#plp-thumbs a .title {
    font-size: 15px;
}

.zy2 .panel-title>a:hover {
    color: var(--i_color);
}

/*关于我们页面*/
.aboutusbox {
    background: url(../images/aboutbg.png) no-repeat;
    margin-bottom: 50px;
}

.aboutusbox .flex {
    justify-content: space-between;
}

.aboutusbox .leftbox {
    width: 442px;
    font-size: 36px;
}

.aboutusbox .leftbox span {
    color: var(--i_color);
}

.aboutusbox .rightbox {
    width: calc(100% - 560px);
    margin-left: 50px;
}

.aotherinfo {
    margin: 50px 0;
}

.aotherinfo .item .text {
    font-size: 22px;
}

.aotherinfo .item .yellow {
    display: none;
}

.aotherinfo .item:hover .text {
    color: var(--i_color);
}

.aotherinfo .item:hover .yellow {
    display: block;
}

.aotherinfo .item:hover .black {
    display: none;
}

.aotherinfo .item {
    width: 50%;
    margin-bottom: 30px;
}

.innerbox2 .row {
    display: flex;
    align-items: center;
}

.innerbox2 .r {
    padding-left: 60px;
}

.innerbox2 .r h2 {
    font-size: 36px;
}

.innerbox2 .r p {
    font-size: 20px;
}

/*关于我们页面end*/
header.fixed {
    position: relative;
    background: #fff;
    z-index: 999999;
    width: 100%;
    box-shadow: 4px 8px 8px #0000001a, 4px 8px 8px #0000001a;
    top: 0;
}

.addalist {
    margin-top: 50px;
}
.addalist a {
    display: block;
    color: var(--i_color);
    margin-bottom: 10px;
}

.contactbox1.info .item .text a {
    color: var(--i_color);
}

.contactbox1.info .item .text .title {
    color: #222;
    margin-bottom: 10px;
}

.contactbox1.info .item .text {
    display: flex;
    flex-direction: column;
    color: var(--i_color);
    font-weight: 500;
    font-size: 20px;
}

.contactbox1.info .item {
    display: flex;
    margin-bottom: 40px;
}

.contactbox1.info .item .ico {
    margin-right: 20px;
    flex-shrink: 0;
}


.sjbtnbox {
    z-index: 999999;
    position: fixed;
    right: 0;
    top: 20%;
    width: 50px;
    overflow: hidden;
    transition: all .4s;
}

.sjbtnbox .item a .ico,
.sjbtnbox .item a font {
    flex-shrink: 0;
}

.sjbtnbox:hover {
    width: 310px;
}

.sjbtnbox .item a {
    color: #fff;
    display: flex;
    align-items: center;
}

.sjbtnbox .item {
    height: 50px;
    margin-bottom: 1px;
    background: var(--i_color);
    color: #fff
}

.page_nav {
    margin: 20px 0 50px 0;
}

.page_nav ul {
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 0;
    justify-content: center;
}

.page_nav li {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
    width: 25%;
    padding-right: 20px;
    float: left;
}

.page_nav li a:hover,
.page_nav li.active a {
    background: var(--i_color);
    border-color: var(--i_color);
}

.page_nav li a:hover,
.page_nav li.active a {
    text-decoration: none;
    color: var(--i_color);
}

.page_nav li a {
    display: flex;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    transition: all .5s;
    position: relative;
    z-index: 5;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    font-weight: 500;
}

.page_nav li a:hover p,
.page_nav li.active a p {
    color: #fff;
}

.page_nav li a p {
    margin: 0;
    margin-left: 0;
    transition: all .5s;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 8px;
    width: 100%;
}

.page_nav li a p:before {
    content: ' ';
    position: absolute;
    background: rgba(255, 255, 255, 0.15);
    width: 46px;
    height: 46px;
    top: -21px;
    left: -26px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: -1;
}

.page_nav li a p:hover:before {
    width: 200px;
    height: 200px;
    left: -15px;
    top: -50px;
}

.factorybox {
    margin-top: 40px;
}

.factorybox .item {
    overflow: hidden;
    padding: 0;
    background: #fff;
    text-align: center;
    transition: 0.5s all;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.factorybox .item .picbox {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.factorybox .item .text {
    padding: 10px;
    text-align: left;
    transition: all .6s;
}

.factorybox .item:hover .text {
    background: var(--i_color);
}

.newsSwiper {
    padding-bottom: 50px;
    position: relative;
}

.section1 .titleul {
    width: 313px;
    background: linear-gradient(45deg, #22DCFD 0%, #1C91E2 50%, #5865B9 100%);
    border-radius: 10px;
    margin-right: 30px;
    padding: 20px 0px;
    flex-shrink: 0;
}

.section1 .titleul li {
    display: block;
    padding: 10px;
    font-size: 26px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    
}

.section1 .titleul li.active {
    background: #fff;
    color: var(--i_color3);
    position: relative;
}

.section1 .titleul li:first-child {
    margin-top: 20px;
}

.section1 .itembox {
    display: none;
}

.section1 .box {
    width: calc(100vw - 71px);
}

.mini-card-grid {
    scrollbar-color: #201c29;
    scrollbar-width: 10px;
    scrollbar-gutter: always;
    padding: 3rem;
    display: flex;
    /* overflow-x: scroll;
    -webkit-overflow-scrolling: touch; */
}

.mini-card {
    min-width: 300px;
    min-height: 350px;
    padding: 1.5rem;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 28px 1px rgba(200, 200, 200, 0.91);
    display: flex;
    flex-direction: column;
    transition: .2s;
    margin: 0;
    margin-right: 20px;
}

.mini-card:not(:first-child) {
    margin-left: -130px;
}

.mini-card:focus-within,
.mini-card:hover {
    transform: translate(0, -1rem);
}

.mini-card:focus-within~.mini-card,
.mini-card:hover~.mini-card {
    transform: translateX(130px);
}

.mini-card h2 {
    font-size: 24px;
    color: var(--i_color)
}

.mini-card ._subtitle {
    font-size: 18px;
    color: #000;
    margin-top: 15px;
}

.flexf {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.socialbox a {
    margin-left: 15px;
}

.langbox a {
    padding: 0 10px;
    font-weight: 500;
    color: var(--i_color);
}

/* Top Search*/
/*Search*/
.search_title {
    color: #222;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
}

.ico_search {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: right;
    color: #fff;
    height: 20px;
    margin-top: 0;
    margin-right: 0.4rem;
    font-style: normal;
    font-size: 16px;
    color: #ffffff;
    padding: 0;
    position: relative;
    z-index: 88;
}

.ico_search:before {
    content: '';
    display: block;
    background: url(../images/icon.png) no-repeat;
    background-position: -294px -21px;
    height: 20px;
    width: 19px;
}

.ico_search span {
    display: inline-block;
    color: #222222;
    font-size: 16px;
    margin-left: 0.11rem;
    font-weight: 300;
}

.search_input {
    width: 313px;
    height: 49px;
    background: #FFFFFF;
    border-radius: 24px;
    border: 2px solid #BEBEBE;
    transition: width 0.3s ease; /* 平滑过渡效果 */
}
.search_input:hover{ width: 380px;}
.search_section {
    cursor: pointer;
    z-index: 999;
}

.search_main {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    height: 48px;
}

.search_main .form-control {
    color: #222;
    float: left;
    background: none;
    border: none;
    height: 45px;
    width: 88%;
    padding: 0 5px;
    outline: none;
    box-shadow: none;
}

.search_main .search_btn {
    cursor: pointer;
    border: none;
    background: none;
}

.top_overly {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    display: none;
}

.close-search {
    position: absolute;
    right: 50%;
    margin-right: -34px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DDD;
    border-radius: 50%;
    height: 64px;
    width: 64px;
    COLOR: #222;
    TEXT-ALIGN: CENTER;
}

.close-search i {
    height: 20px;
    width: 20px;
    display: inline-block;
}

.search_tags {
    max-width: 800px;
    margin: 30px auto 0;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.search_tags p {
    width: 100%;
    padding-bottom: 0.1rem;
    font-size: 18px;
    color: #666;
    font-weight: 500;
}

.search_tags a {
    padding: 10px 5px;
    margin: 5px;
    font-size: 15px;
    color: #333;
    background: #eee;
    ;
    transition: all .6s;
    border-radius: 0.02rem
}

.search_tags a:hover {
    background: var(--i_color);
    color: #fff
}

.about2boxl .readmore {
    margin-top: 20px;
}

.fformbox .item.item6 {
    justify-content: flex-start;
}

.about12box {
    margin-bottom: 50px
}

.about2boxl .readmore a {
    border: 1px solid #fff;
    padding: 5px 20px;
}

.about2boxl .item {
    display: flex;
    margin-bottom: 5px
}

.about2boxl .item .items {
    width: 50%;
    overflow: hidden;
}

.about2boxl .item .items.text {
    padding: 10px;
    background: var(--i_color);
    color: #fff;
}

.probtnbox h2 {
    margin-top: 0;
    text-align: center;
}

.probtnbox {
    width: 100%;
    margin: 0px 0 50px;
    padding: 50px 0;
}

.probtnbox .box {
    margin-top: 50px;
}

.probtnbox .box .item .titlebox {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: center;
}

.probtnbox .box .item {
    text-align: center;
    padding: 0 60px;
}

.probtnbox .box .col-md-4:nth-child(2) {
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
}

.readmore2 a {
    color: #000;
    font-size: 18px;
}

.aboutusdesc .title {
    color: #222;
    margin-top: 20px;
}

.aboutusdesc .text {
    color: var(--i_color);
    flex-shrink: 1 !important;
}

.aboutusdesc .item {
    width: 25%;
    display: flex;
    font-size: 13px;
    margin-bottom: 20px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 20px 10px
}

.aboutusdesc .item span {
    flex-shrink: 0;
}

.aboutusdesc .item span.ico .bai {
    display: none;
}

.aboutusdesc .item:hover span.ico .bai {
    display: inline-block;
}

.aboutusdesc .item:hover span.ico .hei {
    display: none;
}

.aboutusdesc .item1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px
}

.aboutusdesc .item:hover {
    background: var(--i_color);
    color: #fff;
    clip-path: polygon(10% 0%, 90% 0%, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0% 90%, 0% 10%);
}

.aboutusdesc .item:hover .title {
    color: #fff;
}

.banner__swiper .swiper-pagination-fraction {
    top: 15px;
    color: #555;
}

.news1 .picbox {
    overflow: hidden;
}

.contactinfoheader .itemc:nth-child(2) {
    width: auto;
}


.contactbtn {
    flex-shrink: 0;
}

.contactbtn a {
    padding: 12px 20px;
    background: var(--i_color);
    color: #fff;
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
}

.contactinfoheader {
    display: flex;
    justify-content: flex-end;
}

.contactinfoheader .ico {
    margin-right: 5px;
    flex-shrink: 0;
}

.contactinfoheader .itemc div.title {
    font-weight: 500;
    font-size: 16px;
}

.contactinfoheader .itemc div.text {
    display: flex;
    align-items: center;
}

.contactinfoheader .itemc div.text,
.contactinfoheader .itemc div.text a {
    color: var(--i_color);
}

.contactinfoheader .itemc {
    display: flex;
    flex-direction: column;
    padding: 10px 30px;
    border-right: 1px solid #777;
    width: 33%;
}

.contactinfoheader .itemc:last-child {
    border-right: none;
}

select {
    max-width: 100%;
}

.seropro .djc_clearfix {
    flex-direction: column;
}

.seropro .djc_filter_list li {
    width: 100% !important;
}

header .socailafooter img {
    filter: brightness(0) invert(1);
}

.cont-ousel strong {
    font-size: 18px;
}

.top3 .item.topr {
    display: flex;
    flex-direction: column;
}

.prosearchbox .button_bg {
    width: 100%;
    height: 50px;
}


.swiper-button-next,
.swiper-button-prev {
    outline: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
}

.icobox {
    margin: 65px 0 0 40px;
}

.icobox img {
    margin-right: 15px;
}

.factoryvideobox .textinfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.promenufloat {
    position: fixed;
    right: 0;
    top: 45%;
    z-index: 9999;
}

.promenu_btn span.ico img {
    width: 20px;
}

.promenufloat .sidemenu_new {
    background: #fff;
    box-shadow: 0px 12px 37px 3px rgba(7, 7, 7, 0.21);
    border-radius: 15px;
    padding: 20px;
}

#myModalapp {
    width: 225px;
    right: 0;
    left: auto;
}

.bannertext h1 {
    font-size: 46px;
    text-transform: uppercase;
    color: var(--i_color);
}

#myModalapp .modal-header {
    padding: 5px;
}

#myModalapp .modal-dialog {
    width: 100%;
}

.readmore.huis a {
    background: #727171;
}

.mt0 {
    margin-top: 0;
}

.navfbox {
    margin-top: 100px;
}

.navfbox a {
    margin-right: 5px;
    color: #9B9CA0;
}

.contactinfo .flex span:last-child {
    width: 80%;
    margin-left: 2px;
}

.ficon {
    margin-right: 10px;
}

.contactinfo .flex {
    margin-top: 10px;
    flex-wrap: nowrap;
}

.contactinfo .flex .itemflex:first-child {
    margin-right: 50px;
}

.linef {
    margin: 0 80px;
    border-top: 2px solid #9B9CA0;
    padding-top: 20px;
}

#plp-thumbs.prohome .row {
    display: flex;
    flex-wrap: wrap;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.pd30 {
    padding: 70px 0;
}

button {
    outline: none;
}

header .open>.dropdown-menu {
    display: block;
    right: 0;
    left: auto;
}

img {
    transition: .3s;
}

.hover_img:hover {
    transform: scale(1.1);
}

#bigimage1 {
    position: absolute;
    display: none;
    z-index: 999;
    bottom: 0;
    left: 20%;
}

#bigimage1 img {
    max-width: 120px;
}

/*productlist start*/
.product-series {
    padding-bottom: 3rem;
}

.breadcrumb {
    font-size: 20.75px;
    background: none;
    padding: 0;
}

.breadcrumb-container {
    position: relative;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    z-index: 1;
}

.breadcrumb-container:before {
    width: 350px;
    left: calc(170px + 6vw);
}

.breadcrumb-container:before {
    left: 148px;
    width: 148px;
    transform: skewX(-10deg) translateX(-100%);
}

.breadcrumb-container:after {
    left: calc(188px + 6vw);
    height: 179px;
    width: 3rem;
    transform: skewX(-10deg);
}

.breadcrumb-container:after,
.breadcrumb-container:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    height: 530px;
    background: linear-gradient(180deg, rgba(12, 93, 154, .11), rgba(231, 236, 240, 0));
    transform-origin: right top;
    transform: skewX(-10deg) translateX(-100%);
    z-index: -1;
}

.breadcrumb-items {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb-item:first-child {
    min-width: 168px;
}

.breadcrumb-item:first-child {
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding: .5em 0;
    justify-content: space-between;
}

.breadcrumb-item {
    position: relative;
    display: inline-block;
    color: var(--i_color);
    font-weight: 500;
    padding: .5em 1em;
    box-sizing: border-box;
    z-index: 10;
}

.breadcrumb-item:first-child:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 200%;
    height: 100%;
    background: linear-gradient(270deg, var(--i_color) 5%, hsla(0, 0%, 91%, 0));
    transform: skewX(-10deg);
    z-index: -1;
}

.breadcrumb-item:first-child:after {
    flex: 1 1;
    width: 60%;
    height: 1px;
    margin-left: 1em;
    background-color: #fff;
}

.breadcrumb-item:first-child:after {
    content: "";
    display: inline-block;
}

.product-series-banner {
    position: relative;
    width: 100%;
    margin: 0 auto 4rem;
}

.product-series-banner:after,
.product-series-banner:before {
    content: "";
    position: absolute;
    top: -13.5rem;
    right: 12.6%;
    width: 20%;
    height: 100%;
    background: linear-gradient(180deg, var(--i_color), rgba(231, 236, 240, 0));
    opacity: .08;
    transform-origin: left bottom;
    transform: skewX(-10deg);
}

.product-series-banner .container {
    display: flex;
    align-items: center;
}

.product-series-banner-img {
    width: 60%;
    order: 2;
}

.product-series-banner-img {
    position: relative;
    max-width: 950px;
    padding-left: 50px;
    text-align: right;
}

.product-series-banner-content {
    width: 40%;
}

.product-series-banner-content .product-banner-title {
    font-size: 40px;
    margin-bottom: 1.2em;
}

.product-banner-btns {
    display: inline-block;
    overflow: hidden;
}

.product-banner-btns-inner.more-btns {
    width: calc(100% + .5em);
    margin-left: -.5em;
}

.product-banner-btns-inner {
    display: inline-flex;
    padding-bottom: 2px;
}

.more-btns .product-banner-btn:first-child {
    padding-left: 1em;
}

.product-banner-btn.catalogue {
    color: #fff;
    background-color: var(--i_color);
}

.more-btns .product-banner-btn {
    transform-origin: bottom right;
    transform: skewX(-10deg);
}

.product-banner-btn {
    display: inline-block;
    font-size: 18px;
    padding: .6em 1em;
    box-sizing: border-box;
    white-space: nowrap;
    border: 1px solid var(--i_color);
    transition: .3s;
}

.more-btns .product-banner-btn-inner {
    transform: skewX(10deg);
}

.product-banner-btn-inner {
    display: flex;
    align-items: center;
}

.more-btns .product-banner-btn:last-child {
    padding-right: 1.5em;
    margin-left: 10px;
}

.product-banner-btn.bearing-list {
    color: #222;
    background-color: #fff;
}

.more-btns .product-banner-btn:last-child:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 3px;
    height: 100%;
    width: 1px;
    background-color: var(--i_color);
    transform: skewX(10deg);
}


.product-banner-btn-inner .btn-text {
    display: inline-block;
}

.about2boxl .item .items.text h3 {
    margin-top: 0
}

.about2boxl .item .items.text p {
    height: 80px;
    overflow: hidden;
}

.about2boxl .item .items.pic {
    display: flex;
    align-items: center;
    background: #fff;
}

/*productlist end*/
/*product首页*/

/*product首页end*/
/*news1*/

.news-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.news-items .item h3{ line-height: 25px; color: var(--i_color4);margin-bottom: 30px;}
.news-items .item:hover h3{ color: var(--i_color4);}
.news-items .item{background: #EFEFEF;
    margin-bottom: 50px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    border-radius: 4px;
    height: 280px;
    display: flex;
    align-items: center;
}
.news-items .item .items{ width: 50%;}
.news-items .item:hover .picbox img{-webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);}
.news-items .item .picbox img{    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    object-fit: cover;
    object-position: center;left:0;}
    .news-items .item .textbox
    {
        -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    padding: 30px;
    }.news-items .readmore a:hover{ border: none;}
    .news1 .picbox a{ display: flex; height: 450px; justify-content: center; align-items: center;}
    .news1 .picbox a img{ max-height: 400px;}
    .news-items .readmore a{color: #222;padding: 0px; background: none;}
/*news1--end*/
/* //news3.php */

/* end news3.php */
.banner__swiper .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}

.arrowright {
    margin-left: 20px
}

.privy-elemesant {
    border: none;
    color: #fff;
    border-radius: 20px;
    background-color: var(--i_color);
    padding: 10px 20px;
}

.fusion-menu .sub-menu li a:hover {
    padding-left: 5px;
}

.w40 {
    width: 40%;
}

.w60 {
    width: 58%;
}

.formboxf {
    border: 1px solid #9B9CA0;
    padding: 15px;
    border-radius: 10px;
}

.numico {
    display: flex;
    width: 104px;
    height: 104px;
    align-items: center;
    font-size: 70px;
    color: #fff;
    background: var(--i_color);
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 10px;
    justify-content: center;
}

@keyframes float {
    0% {
        transform: translateY(0px);
        animation-timing-function: ease-in-out
    }

    25% {
        transform: translateY(-5px);
        animation-timing-function: linear
    }

    50% {
        transform: translateY(0px);
        animation-timing-function: linear
    }

    75% {
        transform: translateY(5px);
        animation-timing-function: linear
    }

    100% {
        transform: translateY(0px);
        animation-timing-function: linear
    }
}

.news3box .row:hover .link-desktop__wrap {
    background-color: rgb(0, 0, 0, 0.2);
}
.f25 {
    font-size: 25px;
}

.f18 {
    font-size: 18px;
}

.subformbox input {
    border: none;
    background: none;
    width: 70%;
    color: #fff
}

.subformbox button {
    background: #fff;
    width: 25%;
    border: none;
}

.subformbox {
    margin-top: 10px;
    display: flex;
    background: var(--i_color);
    height: 73px;
    padding: 10px;
    justify-content: space-between;
}

.flogo {
    margin: 0 0 30px 0;
}

footer {
    color: #000;
}

footer a {
    color: #000;
}


.footer2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.langfbox a font {
    margin: 0 5px;
}

.langfbox a {
    background: rgb(119, 119, 119);
    background: linear-gradient(90deg, rgba(119, 119, 119, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 10px 40px;
    border-radius: 10px;
    color: #222;
}


.elementor-icon-box-title {
    font-size: 16PX;
    color: #95BBe0;
    margin: 0;
}

.elementor-icon-box-description {
    margin: 0;
    font-size: 15px;
}


input,
textarea {
    border: 1px solid #e5e5e5;
    padding: 10px 5px;
    background-color: transparent;
    color: #999;
    transition: ease-out 300ms;
}

.topr1 {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
    align-items: center;
}

.modal-dialog {
    width: 50%;
}

.theme-signin textarea {
    border: 1px solid #e5e5e5;
    padding: 10px 5px;
}

.theme-signin .item {
    display: flex;
    justify-content: space-between;
}

/* .news1 页面样式 */

.news1 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: stretch;
}

.news1 .newspic {
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: .25rem .25rem 3.5rem .25rem;
    background: #f1f1f1;
    overflow: hidden;
}

.news1 .newspic:hover img {
    transform: scale(1.1);
}

.news1 .newspic img {
    max-height: 230px;
    transition: all .3s ease-in-out;
    border-radius: .25rem .25rem 3.5rem .25rem;
}

.article:nth-of-type(1n) {
    -webkit-transition-delay: 175ms;
    -o-transition-delay: 175ms;
    transition-delay: 175ms;
}

.cpt-background {
    background-color: #fff;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 7px 7px 50px rgba(0, 0, 0, .09);
}

.order-md-3 {
    order: 3 !important;
    margin-top: 10px;
}

.article .byinfo {
    margin-top: 10px;
}

.article .content {
    color: rgba(19, 28, 33, .6);
    height: 100px;
}

.article .box2:hover {
    border: 4px solid #ff5a5a;
    padding: 10px;
    transform: translate(-20px, -20px);
}

.article .box2 {
    height: 100%;
    background-color: #fff;
    padding: 10px;
    transition: transform .4s;
    box-shadow: 7px 7px 50px rgba(0, 0, 0, .09);
    position: relative;
}

.top0 {
    margin-top: 0;
}

.article .box {
    position: relative;
    width: 100%;
}

.loaded .article {
    opacity: 1;
}

.article {
    display: flex;
    opacity: 0;
    -webkit-transition: opacity .6s cubic-bezier(.6, .2, .3, .9), -webkit-transform .6s cubic-bezier(.6, .2, .3, .9);
    transition: opacity .6s cubic-bezier(.6, .2, .3, .9), -webkit-transform .6s cubic-bezier(.6, .2, .3, .9);
    -o-transition: opacity .6s cubic-bezier(.6, .2, .3, .9), -o-transform .6s cubic-bezier(.6, .2, .3, .9);
    transition: opacity .6s cubic-bezier(.6, .2, .3, .9), transform .6s cubic-bezier(.6, .2, .3, .9);
    transition: opacity .6s cubic-bezier(.6, .2, .3, .9), transform .6s cubic-bezier(.6, .2, .3, .9), -webkit-transform .6s cubic-bezier(.6, .2, .3, .9), -o-transform .6s cubic-bezier(.6, .2, .3, .9);
    margin-bottom: 1.5rem;
}

.article__img-link,
.wrap-circle,
.wrap-square {
    padding-top: 100%;
}

.article__img-link,
.wrap-circle,
.wrap-landscape,
.wrap-landscape-tall,
.wrap-landscape-wide,
.wrap-portrait,
.wrap-portrait-tall,
.wrap-square,
.wrap-video {
    width: 100%;
    height: 0;
    display: block;
    position: relative;
}

.article__img-link>*,
.wrap-circle>*,
.wrap-landscape-tall>*,
.wrap-landscape-wide>*,
.wrap-landscape>*,
.wrap-portrait-tall>*,
.wrap-portrait>*,
.wrap-square>*,
.wrap-video>* {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bg-image-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
}

a .article__img-wrap .article__img {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.lazy-bg-image__overlay.bg-image--loaded {
    opacity: 1;
}

.article__meta {
    position: absolute;
    left: 0;
    top: 0;
    background: #001E67;
    margin-bottom: .5rem;
    color: #fff;
    padding: 5px;
    z-index: 1;
}

.article__title-link {
    color: #1c1a1a;
    margin-bottom: .5rem;
    font-size: 18px;
}

a .article__img-wrap:hover .article__img {
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.img-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.article__img-link {
    display: block;
    position: relative;
    margin: 0 0 1rem;
}

.article__img-link,
.wrap-circle,
.wrap-square {
    padding-top: 100%;
}

.article__img-link,
.wrap-circle,
.wrap-landscape,
.wrap-landscape-tall,
.wrap-landscape-wide,
.wrap-portrait,
.wrap-portrait-tall,
.wrap-square,
.wrap-video {
    width: 100%;
    height: 0;
    display: block;
    position: relative;
}

.lazy-bg-image__overlay {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

ul.rating {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.rating li {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    color: #FFAA1B;
}

ul.rating li.star {
    background-position: left top;
}

ul.rating li.star.selected {
    background-position: left bottom;
}


.leftbox .info {
    margin-top: 0 !important;
}

.top-search-left-right {
    position: relative;
    background: none;
    display: flex;
}

.top3 .searchbox input {
    background: none;
    border: none;
    height: 40px;
    width: 150px;
    color: #222;
    outline: none;
}

.cont-ousel2 img,
.cont-ousel img {
    cursor: pointer;
    transition: all 0.6s;
}

.cont-ousel2 img:hover,
.cont-ousel img:hover {
    transform: scale(1.1);
}

/* .mySwiper {
    position: relative;
    overflow: hidden;
} */

.newsflinfo .item {
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .2);
    padding: 10px;
    position: relative;
    transition: all .45s ease-in-out;
    z-index: 1;
    margin: 10px;
}


@keyframes load {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.icopic {
    display: flex;
    width: 50px;
    height: 50px;
    position: relative;
    align-items: center;
    border: 1px solid #ED1B24;
    justify-content: center;
    border-radius: 50%;
}

.headline {
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 44px;
}

.newsflinfo .item .npicbox {
    margin: 15px 0;
}

.newsflinfo .item .ndate {
    border-top: 1px solid #c9cacc;
    padding-top: 10px;
    color: #777;
    text-align: right;
}

.atvbox a {
    margin-right: 20px;
}

.atvbox a img {
    max-width: 61px;
}

.newsnav {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 15px;
}

.newsnav a {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
}

.newsnav a:hover {
    color: #f1f1f1;
}

.leftbox.pro .info {
    margin-top: -40px;
    z-index: 2;
    position: relative;
}

.djc_filters_in li:first-child {
    padding-left: 0 !important;
    width: 240px;
}

.fr {
    float: right;
}

.cont-ousel2 {
    position: relative;
}

.teldatal {
    position: absolute;
    left: -11%;
    top: -40px;
    background: var(--i_color);
}

.teldatal a {
    display: block;
    color: #fff;
    margin: 25px 0;
    padding: 5px 10px;
}

.teldatal a:hover {
    color: #222;
}

.teldatal a.active {
    background: #222;
}

.malt {
    width: 100%;
}


.cctitle {
    margin-top: 15px;
    text-align: center;
}


/* Effect 5 */

.hi-icon-effect-5 .hi-icon {
    overflow: hidden;
    /* -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s; */
}

.hi-icon-effect-5 .hi-icon:after {
    display: none;
}


.hi-icon-effect-5a .hi-icon:hover:before {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }

    50% {
        opacity: 0;
        transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

.hi-icon-effect-5b .hi-icon:hover:before {
    -webkit-animation: toLeftFromRight 0.3s forwards;
    -moz-animation: toLeftFromRight 0.3s forwards;
    animation: toLeftFromRight 0.3s forwards;
}

@-webkit-keyframes toLeftFromRight {
    49% {
        -webkit-transform: translate(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toLeftFromRight {
    49% {
        -moz-transform: translate(-100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toLeftFromRight {
    49% {
        transform: translate(-100%);
    }

    50% {
        opacity: 0;
        transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}

.hi-icon-effect-5c .hi-icon:hover:before {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

.hi-icon-effect-5d .hi-icon:hover:before {
    -webkit-animation: toBottomFromTop 0.3s forwards;
    -moz-animation: toBottomFromTop 0.3s forwards;
    animation: toBottomFromTop 0.3s forwards;
}

@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toBottomFromTop {
    49% {
        -moz-transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%);
    }

    50% {
        opacity: 0;
        transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

.higlight-text {
    color: #ED1B24;
}

/* header.noindex {
    color: #fff;
    position: relative;
    top:0;
    z-index: 2;
} */

header.noindex .otherinfo {
    display: flex;
    align-items: center;
}

header.noindex .otherinfo a:first-child {
    color: var(--i_color)
}

header.noindex .top3box .item1 {
    width: 190px;
}

#slider .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 10%;
    transform: translateX(-50%);
    white-space: nowrap;
    top: 60%;
}

#slider .swiper-pagination-bullet,
#slider .swiper-pagination-bullet-active {
    background: none;
    outline: none;
}

#slider .swiper-pagination-bullet {
    position: relative;
    color: #fff;
}

#slider .swiper-pagination-bullet::after {
    z-index: 1;
    background-color: #CB1428;
    transform-origin: 0 0;
    transform: scaleX(0);
    transition: transform 0.2s linear;
}

#slider .swiper-pagination-bullet::before {
    z-index: 0;
    background-color: rgba(203, 20, 40, .5);
    transition: background-color 0.2s ease;
}

#slider .swiper-pagination-bullet::before,
#slider .swiper-pagination-bullet::after {
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    left: 10px;
    bottom: -5px;
    opacity: 0;
}

#slider .swiper-pagination-bullet-active {
    padding-right: 70px;
}

#slider .swiper-pagination-bullet-active::after {
    animation-name: slideTimer;
    animation-duration: 8s;
    opacity: 1;
}

#slider .swiper-pagination-bullet-active::before {
    opacity: 1;
}

@keyframes slideTimer {
    0% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

.fsubbtn {
    border: none;
}

.readmore {
    margin-top: 15px;
}

.readmore a,
.fsubbtn {
    display: inline-block;
    color: #fff;
    background: none;
    text-transform: capitalize;
    background: var(--i_color4);
    border-radius: 25px;
    padding: 0 20px;
}
.section_download .readmore a:hover{ border-color: #fff; color: #fff;}
.section3 .box2 .swiper-slide .readmore a:hover .ico img{ filter:none !important;}
.readmore a:hover{ background:none; color: var(--i_color4); border-color: var(--i_color4); border: 1px solid;}
.readmore a span.ico {
    margin-left: 10px;
}

.beianinfo {
    padding: 20px 0;
}

.leftbox .info {
    margin-top: 20px;
    padding: 30px;
}

.leftbox .info a {
    color: #fff;
}

.ptop {
    padding-top: 50px;
}

.bannertext .text {
    margin: 40px 0 40px;
    font-size: 24px;
    color: #333;
    overflow: hidden;
}

.bannertext .readmore a {
    color: #fff;
    background: var(--i_color);
    border: none;
    font-size: 18px;
}

.bannertext .readmore a:hover {
    background: var(--i_color)
}

.bannertext {
    position: absolute;
    bottom: 30%;
    right: 80px;
    z-index: 1;
    color: #fff;
}

.bannertext .btns a:hover {
    background: var(--i_color) !important;
    color: #fff !important;
}

.bannertext .btns a {
    display: inline-block;
    border-radius: 20px;
    padding: 10px 30px;
    line-height: 25px;
    height: 40px;
    background: #CB1428;
    color: #fff;
}

.banner__swiper .swiper-container {
    background: #fff;
}

.listli .liop img {
    max-height: 198px;
}

.listli .liop {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
}

.nybanner {
    position: relative;
    z-index: 1;
}

.nybanner .text {
    position: absolute;
    left: 10%;
    top: 50px;
    color: #fff;
    font-size: 25px;
}

.nybanner .text h2 {
    font-size: 40px;
    text-transform: uppercase;
}

.nybanner .text h2 span {
    display: block;
}

.nybanner .text h2 span:last-child {
    color: var(--i_color);
}

.nybanner .quiklinkbox {
    position: absolute;
    width: 9%;
    height: 128.5%;
    background: var(--i_color);
    left: 0;
    top: -180px;
    padding-top: 100px;
}

.nybanner .quiklinkbox a {
    height: 45%;
}

.mtb {
    padding: 40px 0;
}

.menu {
    padding: 30px;
    display: none;
}

.menu li.firstli {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.menu li {
    position: relative;
    padding: 5px 0;
}

.menu li.active a {
    color: var(--i_color);
}

.menu li.active::after {
    z-index: 222;
    right: -20px;
    top: 0;
    background: var(--i_color);
    width: 3px;
    height: 100%;
    position: absolute;
    content: '';
}

.top3 .item {
    position: relative;
}

.topr1 .item {
    margin-left: 25px;
}

.djc_filters_in {
    display: flex;
    justify-content: space-between;
}

.djc_filters_in .item:first-child {
    width: 30%;
}

.djc_filters_in .item:last-child {
    width: 80%;
}

.djc_filters_in .box {
    display: block;
    float: left;
    transition: ease-out 300ms;
}

.two {
    width: 20%;
}

.six {
    width: 60%;
}

.four {
    width: 40%;
}

.djc_filter_search li,
.djc_filter_list li {
    display: block;
    float: left;
    list-style: none;
    padding: 0;
    background: none;
    line-height: 2;
    margin-bottom: 20px;
}

.djc_filters_in li {
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 80px;
}

.djc_filter_input select {
    height: 53px;
    width: 100%;
}

.djc_filter_input input {
    width: 100%;
    display: block;
    float: left;
}

.button_bg,
.btn.hasTooltip,
.btqc-field-container button {
    font-size: 18px;
    line-height: 20px;
    color: #FFF !important;
    text-transform: none;
    position: relative;
    display: block;
    float: left;
    clear: both;
    position: relative;
    background: var(--i_color4);
    transition: all 300ms;
    text-decoration: none;
    height: 53px;
    cursor: pointer;
    outline: none;
}

.menuheader {
    border-radius: 10px 10px 0px 0px;
    padding: 15px 0;
    text-transform: uppercase;
}

.sidemenu {
    padding-bottom: 20px;
    border-radius: 10px;
}
#right_column .sidemenu{ background: none;}
.sidemenu li a:before {
    left: 0;
}


.prolist {
    display: flex;
    flex-wrap: wrap;
}

.prolist .item:nth-child(3n+0) {
    margin-right: 0;
}

.prolist .item {
    width: 32%;
    margin-right: 10px;
    margin-bottom: 10px;
}

#slider {
    position: relative;
}


.searchbyclass .dropdown-menu {
    min-width: 180px;
    height: 500px;
    overflow-y: scroll;
}

.top3box .item1 {
    margin: 10px 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.curtitle {
    margin-top: 0;
}

.socailafooter {
   color: var(--i_color);
   margin: 30px 0;
}

.socailafooter a {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    line-height: 40px;
}

.socailafooter a:hover {
    background: var(--i_color4);
    border-color: var(--i_color4);
    color: #fff
}

.fformbox {
    position: relative;
}

.fformbox .item {
    display: flex;
    justify-content: space-between;
}

.fformbox .item .input {
    margin-bottom: 30px;
    width: 48%;
}

.fformbox .item.item4 .textare,
.fformbox .item.item4 .textare textarea {
    width: 100%;
    background: none;
    border: none;
}

.fformbox input[type="text"],
.fformbox textarea {
    padding: 10px;
    border-radius: 0 !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: none;
}

.fformbox .item.item4 .textare textarea {
    height: 150px;
    border: 1px solid #777;

}


.fformbox .item .input input {
    width: 100%;
    border: 1px solid #777;
}

.fformbox .item4 button {
    height: 95px;
    border-radius: 6px;
    width: 100px;
    background: var(--i_color);
    border: none;
    color: #fff;
}

.navfooter a {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    color: #000;
}

.navfooter {
    margin: 30px 0;
}
.footer2::before{
    position: absolute;
    left: -10%;
    top:44%;
    width: 1300px;
height: 1000px;
background: #F2F2F2;
border-radius: 50%;
content: '';
z-index: 1;
}
footer a:hover{ color: var(--i_color4);}
footer .row{ display: flex;}
footer .item2box{ height: 100%;}
.fformbox .item:last-child {
    margin-right: 0;
}

header .fa-angle-down {
    padding-left: 5px;
}

header.noindex .fusion-main-menu li {
    border: none;
}

header.noindex .fusion-main-menu>ul>li>a,
header.noindex .top3 {
    border-color: #ddd;
}

header.noindex .top3 .item::before,
header.noindex .top3 .item::after {
    background: #ddd;
}

.seroprobox {
    margin-top: 30px;
}

.seropro {

    box-shadow: rgba(0, 0, 0, 0.15) 0px 0.25rem 0.5rem !important;
    border: 1px solid #eee;
    padding: 15px 15px 0 15px;
    border-radius: 4px;
}

.djc_clearfix {
    display: flex;
    justify-content: space-between;
}

.two {
    width: 19%;
}

.five {
    width: 50%;
}

.four {
    width: 40%;
}

.six {
    width: 60%;
}

.pt60 {
    padding-top: 30px;
}

header .otherinfo a {
    margin-left: 10px;
    color: #fff;
}

header.noindex .otherinfo a {
    color: #222;
}

.top3 {
    color: #222;
    position: relative;
}
.rightboxinfo {
    display: flex;
    align-items: center;
}

.top3box {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    padding-left: 50px;
}


.prony .containner_ny {
    padding-right: 0;
}

.proindex_box {
    display: flex;
    flex-wrap: wrap;
}

.proindex_box .itemlist {
    width: 31%;
    margin-right: 20px;
    margin-bottom: 50px;
}

.proindex_box .itemlist .mkdf-pl-text {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    opacity: 0;
    background-color: rgba(255, 63, 58, .95);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
}

.proindex_box .itemlist .text {
    margin-top: 10px;
    text-align: center;
}

.proindex_box .itemlist:hover .mkdf-pl-text {
    opacity: 1;
}

.proindex_box .itemlist .mkdf-pl-text-outer {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
}

.proindex_box .itemlist .mkdf-pl-text-inner {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.tagtext {
    padding: 2px 5px;
    background: var(--i_color);
    color: #fff;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
}

.proindex_box .itemlist:nth-child(3n+0) {
    margin-right: 0;
}

.proindex_box .itemlist:hover .picbox {
    background: var(--i_color);
    color: #fff;
}

.proindex_box .picbox {
    position: relative;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
}

.proindex_box .picbox img {
    max-height: 248px;
}

.proindex_box .item:nth-child(3n+0) {
    margin-right: 0;
}

.proindex_box .item {
    width: 32%;
    margin: 0 10px 10px 0;
    border: 1px solid #eee;
    padding: 10px;
}

.top3 .toplinkurl {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.top3 .toplinkurl a,
.fsubbtns,
.fsubbtn_c {
    background: var(--i_color);
    padding: 5px 20px;
    color: #fff;
    border: none;
    font-size: 16px;
    height: 44px;
    width: 100%;
}

.radio-buttons-block {
    align-content: stretch;
    justify-content: flex-start;
    margin: 15px 0;
    display: flex;
}

.radio-button-field {
    width: auto;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
    display: flex;
}

.w-radio:before,
.w-radio:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}

.w-form-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 400;
    display: inline-block;
}

.w-radio:after {
    clear: both;
}

.w-radio-input {
    float: left;
    margin: 3px 0 0 -20px;
    line-height: normal;
}

.w-radio {
    margin-bottom: 5px;
    padding-right: 20px;
    display: block;
}

.fsubbtn:hover,
.fsubbtns:hover,
.fsubbtn_c:hover {
    background: var(--i_color);
}

.fsubbtns {
    background: #B1B4B9;
}

.u-section {
    margin-bottom: 12px;
}

.fusion-main-menu>ul>li:first-child {
    padding-left: 0;
}

.tongjis {
    padding-top: 30px;
    text-align: right;
    font-size: 14px;
}

.form-inputs {
    margin-bottom: 10px;
    align-items: center;
    display: flex;
}

.but-zsapds,
.loiyssu {
    background: var(--i_color);
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    border: none;
    width: 100%;
}

.field-inzsp input,
.field-inzsp textarea {
    width: 100%;
}

.form-inputs .label-tit {
    margin-right: 10px;
    width: 100px;
}

.form-inputs .field-inzsp {
    width: 80%;
}

ul {
    margin: 0;
    padding: 0;
}

A {
    text-decoration: none;
}

a,
a:after,
a:before {
    transition-duration: .2s;
    transition-timing-function: linear;
}

.clear {
    clear: both;
}

A:hover {
    text-decoration: none;
}

IMG {
    border: none;
    max-width: 100%;
}

.header-search {
    background: #fff;
    height: 30px;
    line-height: 25px;
    width: 70%;
    border-radius: 10px;
    border: 1px solid #222;
}

.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #ED1B24;
    cursor: default;
    border: none;
    border-bottom: 4px solid #ED1B24;
    background: none;
}

.tabinfo {
    margin: 40px 0;
}

.nav-tabs>li>a {
    background: #eee;
    color: #222;
}

.product-teaser img:hover {
    transform: scale(2.4);
}

li {
    list-style: none;
}

.appmenu li {
    border-top: 1px solid #DBDBDB;
    transition: all .2s ease-in-out;
}

.appmenu li a {
    padding: 5px 0;
    color: #555;
    display: inline-block;
}

.appmenu li:hover {
    background-color: #eee;
}

.page_slide_l.en {
    width: 90px;
}

.page_slide_l {
    position: fixed;
    width: 77px;
    background-color: #fff;
    z-index: 999;
    top: 350px;
    left: 0;
}

.page_slide_l a.active {
    background-color: #195bae;
    color: #fff;
}

.page_slide_l a {
    display: block;
    padding: 8px 2px;
    text-align: center;
    color: #333;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 5px #eee;
}

.page_slide_l a:hover {
    color: var(--i_color);
}

.curproductinfo h3 {
    margin-top: 0;
}

.curproductinfo {
    margin-bottom: 20px;
}

.newsitem .content {
    font-size: 16px;
}

.newsitem p {
    margin-bottom: 5px;
    line-height: 18px;
}

.listli h3 {
    margin-top: 0;
}

.qrcodeimg {
    display: none;
    position: absolute;
    z-index: 999;
    right: 200px;
    top: 0;
}

.qrcodeimg img,
.qrcodeimg2 img {
    max-width: 120px;
}

.tp-bullets {
    display: none !important;
}

.cont-ousel {
    padding: 0 15px;
}

.downloadlist {
    margin-bottom: 40px;
}

.container1200,
.container {
    /* padding:0 80px; */
    width: 1680px;
}

.downloadlist li span {
    display: inline-block;
    margin-right: 10px;
    color: #333;
}

.downloadlist li span:first-child {
    color: var(--i_color);
}

input,
select,
option,
textarea {
    outline: none;
}

.subscrbox {
    background: #F0F5F8;
    border-radius: 10px;
    padding: 0 10px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .subscrbox.noindex{ background: none;} */

.subscrbox.noindex button {
    background: none;
}

.subscrbox input {
    width: 85%;
}

.subscrbox input,
.subscrbox button {
    background: none;
    border: none;
}

.subscrbox button {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.applist img {
    max-width: 100%;
}

.applist p {
    text-align: center;
    margin-top: 10px;
}

.applist a {
    color: #222;
}


/*导航*****************************************/
.fusion-main-menu ul.prom3 {
    margin-top: 20px;
}

.fusion-main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fusion-main-menu>ul>li>a {
    color: #000;
    font-size: 16PX;
    
}

.fusion-main-menu>ul>li {
    padding: 3px;
    position: relative;
}

.fusion-main-menu>ul>li>a:hover {
    border: 0;

}

.fusion-main-menu>ul>li a span {
    position: relative;
    display: inline-block;
}

.fusion-main-menu .pronavbox li a span.menu-text::before {
    bottom: 0;
}

.fusion-main-menu>ul>li:hover::before,
.fusion-main-menu .pronavbox li a:hover span.menu-text::before {
    width: 100%;
}

.fusion-main-menu>ul>li:hover a.a1,
.fusion-main-menu>ul>li a:hover {
    color: var(--i_color4);
    font-weight: 500;
}
header .fmenubox {
    min-width: 250px;
    max-width: 300px;
    padding: 45px 20px;
    background-color: #f0f6f8;
}
header .fmenubox h2{ margin-top: 0;}
header .zmenubox{
    min-width: 250px;
    padding: 40px 20px;
}
header .readmore a{ padding: 8px 20px;}
.fusion-main-menu .sub-menu {
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    background-color: #fff;
    top: 55px;
    padding: 0px;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.4s ease 0s;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    pointer-events: auto;
    background-color: #0000;
    background-image: url(../images/66fae2602d19c6d556c91ef0_Nav-bg.svg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 350px;
    max-width: 600px;
    display: flex;
}

.fusion-main-menu .sub-menu.pronavbox {
    flex-wrap: wrap;
    position: fixed;
    top: 150px;
    width: 100%;
    display: flex;
    padding: 50px 80px;
    justify-content: center;
}

.fusion-main-menu .sub-menu.pronavbox li a.a2 {
    color: var(--i_color);
    font-size: 16px;
    border-bottom: 2px solid var(--i_color);
    
}

.fusion-main-menu .sub-menu li {
    float: none;
    margin: 0;
    padding: 5px;
    text-align: left;
}

.fusion-main-menu .sub-menu.pronavbox li {
    flex-shrink: 0;
    width: 15%;
}

.fusion-main-menu>ul>li a span.picbox img {
    max-height: 198px;
}

.fusion-menu .sub-menu li a {
    padding-top: 7px;
    padding-bottom: 7px;
    color: #222;
}

.fusion-menu .sub-menu li a:hover {
    color: var(--i_color);
}

.fusion-menu li .sub-menu.show1 {
    visibility: inherit;
    opacity: 1;
    display: flex !important;
    flex-wrap: wrap;
}

.fusion-menu .sub-menu li a {
    font-size: 14px;
}

.fusion-main-menu>ul>li>a {
    position: relative;
    padding: 5px 0;
}

.fusion-main-menu>ul>li:hover>a::before {
    transform: scaleX(1);
}

.fusion-main-menu ul .lotio {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
    color: #fff;
}

.fusion-main-menu>ul>li {
    padding: 13px 10px;
}

.fusion-main-menu li {
    float: left;
    padding: 0;
    cursor: pointer;
}

.fusion-menu .sub-menu li a.show1 {
    height: 25px;
    overflow: hidden;
    display: block;
}

.fusion-menu .sub-menu li .sub-menu2 a:hover {
    color: var(--i_color);
}

.fusion-menu .sub-menu li .sub-menu2 li {
    border: none;
    width: 100%;
    padding: 5px;
}

.sub-menu li:hover .sub-menu2 {
    visibility: inherit;
    opacity: 1;
}

.fusion-menu li:hover .sub-menu {
    visibility: inherit;
    opacity: 1;
    transform: scaleY(1);
}

.fusion-main-menu .sub-menu2 {
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: opacity .2s ease-in;
    width: 230px;
    background-color: var(--i_color);
    top: 0px;
    left: 220px;
    padding: 20px 10px;
}

.lotio2 {
    transition: all .2s linear;
    position: relative;
    font-weight: bold;
    color: #fff;
    vertical-align: text-bottom;
}

.sub-menu li:hover .lotio2::after {
    opacity: 1;
}

.fusion-main-menu>ul>li.active>a>span:after {
    width: 100%;
    left: 0
}

.align-items-center {
    align-items: center;
}

/*导航*****************************************/

.line {
    position: relative;
    display: none;
}

.line:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 44%;
    width: 50px;
    height: 1px;
    background-color: var(--i_color);
}

.line:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 44%;
    width: 50px;
    height: 1px;
    background-color: var(--i_color);
}

.ptb60 {
    padding: 60px 0;
}

.headline p {
    font-size: 16px;
   font-weight: 300;
   margin-top: 20px;
}
.section_about .headline p{ font-size: 35px; line-height: 35px;}
.swiper-button-next:after,
.swiper-button-prev:after {
    color: var(--i_color);
    outline: none;
    font-size: 20px;
}

.searchboxbtn button,
.menu-icon button {
    background: none;
    border: none;
    outline: none;
}

.searchbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
}

.searchbox input {
    background: none;
    border: none;
    height: 40px;
    border-bottom: 2px solid #fff;
    box-shadow: none;
    border-radius: 0;
    font-size: 20px;
}

.searchbox button {
    background: none;
    border: none;
    padding: 10px;
    outline: none;
    height: 40px;
}

.container1200 {
    margin: 0 auto;
    position: relative;
    padding-right: 80px;
    padding-left: 80px;
}

.lmbvt .sidemenu {
    margin-bottom: 20px;
}

.product-carousel {
    margin: 0;
    margin-bottom: 35px;
    display: table;
}

#plp-bread-crumb {
    padding: 20px 0 !important;
    margin-bottom: 10px;
    z-index: 2;
    position: absolute;
    top:100px;
}

#plp-bread-crumb span.active {
    color: #000;
}

.pro_details #plp-bread-crumb {
    padding: 25px 15px !important;
}

.languagelist {
    position: absolute;
    display: none;
    top: 35px;
    width: 100px;
    z-index: 9999;
    background: none;
    left: 20px;
    text-align: center;
    background: #eee;
}

.languagelist a {
    display: block;
    margin: 5px 0 !important;
}

.languagebox a {
    color: #333;
}

.languagebox:hover .languagelist {
    display: block;
}

.applo {
    padding: 0 15px;
    margin-top: 0;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.menuheader h4 {
    margin: 0;
}

.slides a {
    color: #222;
}

.listli {
    margin-top: 10px;
    margin-bottom: 10px;
}

.listli .row {
    display: flex;
    align-items: center;
}

.appnybox .listli {
    width: 50%;
}

a {
    color: #222
}

.lopturow {
    margin-left: -15px;
    margin-right: -15px;
}

.contlxw .bsot {
    border-radius: 0;
    padding: 0 !important;
    outline: none !important;
    border: none !important;
}

.sote {
    position: relative;
    background: url(../images/navbanner.png) no-repeat;
    margin-top: 0 !important;
}

.ui-widget-header {
    color: #FFF;
    margin-top: 0px;
}



.left30pl {
    width: 30%;
    float: left;
}

.left70pl {
    width: 70%;
    float: left;
}

.sszsdf a {
    color: #333;
}


/*************/

.aux-nav>.dropdown ul.dropdown-menu {
    top: 95% !important;
}


/*****************/

.contps {
    margin-bottom: 15px;
}

.contps img {
    max-width: 100%;
}

.rightop {
    float: right;
}

.sids {
    float: left;
    margin-right: 10px;
}

.rightop .btns a.sendInquiry {
    font-size: 16px;
    /* display: flex; */
    display: -webkit-flex;
    height: 35px;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
    background: var(--i_color);
    border-radius: 3px;
    width: 125px;
    margin-right: 1%;
    float: left;
}

.rightop .btns .pdown1 {
    float: left;
}

.rightop .pdown1 a {
    font-size: 16px;
    display: flex;
    display: -webkit-flex;
    height: 33px;
    justify-content: center;
    align-items: center;
    color: #424242;
    text-align: center;
    background: #ffffff;
    border-radius: 3px;
    width: 130px;
    border: 1px solid #424242;
    margin-right: 5%;
    float: left;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.pro-info-con .btns {
    margin-top: 50px;
}

.aux-nav-social {
    position: relative;
}

.qrcode {
    position: absolute;
    width: 150px;
    right: -50px;
    top: -30px;
    border: 3px solid #FFF;
    display: none;
}

.qrcode img {
    width: 100%;
}

.dl-menu>li>a:not(:only-child):after {
    border-color: #FFF transparent transparent;
}


.site-footer a,
.site-footer {
    color: #646464 !important;
}


.site-footer {
    background: #f5f6fa !important;
}

.header-upper {
    background: #F4F4F4 !important;
}

.aux-nav-social>a {
    color: #646464 !important;
}

.aux-nav-social>a:hover {
    color: #e51b23 !important;
}

.aux-nav>.dropdown .dropdown-trigger>a {
    color: #646464 !important;
}

.header-main {
    background: #005bac !important;
}

.video-callout .card-content {
    height: auto;
    border-bottom: 6px solid #e51b23;
}

.header-search input {
    border: none;
    width: 70%;
    margin-left: 15px;
}

.header-search-btn .fas {
    color: #646464;
}

.header-search-btn:hover .fas {
    color: #a8070d;
}

header .searchbox input::-webkit-input-placeholder,
.contactinfoheader a {
    color: var(--i_color);
    font-size: 16px;
}

.header-search input::-webkit-input-placeholder,
.subformbox input::-webkit-input-placeholder,
.form-group input::-webkit-input-placeholder {
    color: #fff !important;
}

footer .header-search input::-webkit-input-placeholder,.search_main .form-control::-webkit-input-placeholder{
    color: #000 !important;
}

.header-search-btn {
    background: none;
    border: none;
    outline: none;
}


/* 在分辨率为1920，比例为150%的屏幕上应用的样式 */
@media only screen and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .socailafooter a {
        display: inline-block;
        margin-left: 5px;
    }

    .fusion-main-menu>ul>li {
        padding: 13px 5px;
    }
}
@media (max-width: 2240px) {
    .search_input{ width:170px}
}
@media (max-width: 1920px) {
    .search_input {
        width: 280px;
    }
    .tp-caption.lightgrey_divider{ top:20% !important; left: 20% !important;}
    .fusion-main-menu .sub-menu.pronavbox {
        top: 138px
    }

    .model_intror img {
        max-width: 65%;
        margin-left: 80px;
    }

    .lpicbox_cur {
        left: -15px;
        width: 500px;
        height: 500px;
    }

    .fusion-main-menu>ul>li {
        padding: 16px 22px;
    }

    .banner__swiper {
        margin: 0 auto;
        background: #fff;
    }

    .linef {
        margin: 0 auto;
        border-top: 2px solid #9B9CA0;
        padding-top: 20px;
        width: 1600px;
    }

    .pcsearchbox button {
        height: 43px;
    }

    .fusion-main-menu li.active a:after {
        bottom: -5px;
    }

    .nybanner .quiklinkbox a {
        padding-top: 100px;
    }

    .quiklinkbox a,
    .nybanner .quiklinkbox a {
        padding-left: 32px;
    }

    .nybanner .quiklinkbox {
        height: 121.5%;
    }

    .fusion-main-menu>ul>li>a {
        font-size: 16PX;
    }

    .searchbyclass .btn {
        font-size: 18px;
    }

    .djc_filter_label {
        font-size: 35px;
    }

}

@media (max-width: 1600px) {
    .section1pro .box .item a h3,.section1pro .box2 .item a h3{ height: 40px;}
    .aboutnav a{ font-size: 20px !important; width: 24% !important;}
    .section1pro .box .item a .picbox, .section1pro .box2 .item a .picbox{
        height: 360px;
    }
    .section_download{ height: 291px;padding: 50px 10% 30px 10%;}

    .section1pro .ritem:last-child .text {
        left: 50%;
    }.hero-lou .hero-link .headline {
        margin: 20%;
    }
    .dbbtnss{ right:80px}
    .mini-card{min-width: 260px;}
    .fusion-main-menu .sub-menu.pronavbox {
        top: 120px;
    }
    footer {
        font-size: 14px;
    }

    .fusion-main-menu>ul>li {
        padding: 13px 15px;
    }

    .bannertext h1 {
        font-size: 35px;
    }

    .model_intror img {
        max-width: 80%;
        margin-left: 0px;
    }

    .container1200,
    .container {
        padding: 0 80px;
        width: 100%;
    }

}

@media (max-width: 1440px) {
    .aboutrbox{ margin-top: 90px;}
    #plp-bread-crumb h2{ font-size: 18px;}
    .search_input{ width: 213px;}
    .search_input:hover {
        width: 230px;
    }
    .section1pro .box .litem{ width: 548px;}
    .section1pro .box .ritem {
        width: calc(100% - 568px);
    }.section1pro .box .item a .picbox, .section1pro .box2 .item a .picbox {
        height: 250px;
    }
    .tp-caption.lightgrey_divider{ top:10% !important}
    .section_download .readmore a{ height: 40px; line-height: 40px;}
    .section_download {
    padding: 40px 10% 30px 10%;
    height: 260px;
    }
    .section_download h2{ font-size: 30px;}
    .section_download .content{ width: 600px; font-size: 16px;}
    .footer2::before{ width: 950px; height: 750px;}
    body{ font-size: 14px;}
    .section_about .headline p {
        font-size: 25px;
        line-height: 25px;
    }
    .tp-banner .gdtext{ left: 15%; width: 1000px;}
    .news-items .item h3{ font-size: 20px; margin-bottom: 10px;}
    .tp-leftarrow.zeus {
        left: 75% !important;
    }
    .section1pro .ritem .text{ top:20%}
    .hero-lou .hero-link .headline {
        margin: 22%;
    }
    .section1pro .ritem:last-child .text {
        left: 60%;
    }
    .section1pro .text .title{ font-size: 22px;width: 178px;}
    .dbbtnss{ right:80px}
    .swiper-button-next:after, .swiper-button-prev:after{ font-size: 20px;}
    .mini-card h2,.section2 .box .item .title,.marquee .item .title{ font-size: 18px;}
    .section1 .titleul li{ font-size: 23px;}
    .contactbox1{ padding-left: 80px;}
    .section1 .titleul{ width: 250px;}
    .mini-card{ min-width: 250px}
    footer{
        font-size: 14px;
    }

    .fusion-main-menu>ul>li {
        padding: 13px 15px;
    }

    .banner__swiper {
        background: #fff;
        width: auto;
    }

    .linef {
        margin: 0 80px;
        border-top: 2px solid #9B9CA0;
        padding-top: 20px;
    }

    .pcsearchbox button {
        height: 43px;
    }

    .fusion-main-menu li.active a:after {
        bottom: -5px;
    }

    .container1200,
    .container {
        width: 100%;
        padding: 0 80px;
    }

    .top3box .item1:first-child .item {
        margin-right: 20px
    }

    .fusion-main-menu>ul>li>a {
        font-size: 15PX;
    }

    .searchbyclass .btn {
        font-size: 16px;
    }

    .djc_filter_label {
        font-size: 18px;
    }

    .bannertext h1 {
        font-size: 35px;
    }
}

@media (max-width: 1366px) {
    .section1pro .box .item a .logoico{ width: 55px;}
    .section_about .gdtext .item{ margin-right: 10px;}
    .section_download{ height: 248px;}
    .tp-leftarrow.zeus {
        left: 72% !important;
        top:90% !important;
    }
    .tp-rightarrow.zeus {
        top:90% !important;
    }
    .section1pro .ritem:last-child .text {
        left: 47%;
    }
    .section1pro .text .title{ font-size: 20px;}
    .hero-lou .hero-link .headline {
        margin: 25%;
    }
    .mini-card {
        min-width: 235px;
    }
    footer {
        font-size: 13px;
    }

    .container1200,
    .container {
        width: 100%;
        padding: 0 80px;
    }

    .fusion-main-menu>ul>li {
        padding: 13px 10px;
    }

    .bannertext h1 {
        font-size: 30px;
    }

    .leftbox .info {
        margin-top: 64px;
    }

    .fusion-main-menu li.active a:after {
        bottom: -5px;
    }

    .top3box .item1:first-child .item {
        margin-right: 20px
    }

    .fusion-main-menu>ul>li>a {
        font-size: 13PX;
    }

    .searchbyclass .btn {
        font-size: 15px;
    }

    .djc_filter_label {
        font-size: 18px;
    }

    .nybanner .quiklinkbox {
        height: 130%;
    }
}

@media (max-width: 786px) {
    .contactinfoheader {
        display: none;
    }

    .pt60 {
        padding-top: 20px;
    }

    .flex {
        flex-direction: column;
    }

    .proindex_box .itemlist {
        width: 50% !important;
        padding: 10px !important;
        margin-right: 0;
    }

    .applo::before {
        left: 15%;
    }

    .cont-ousel img {
        width: auto !important;
        height: auto !important;
    }

    .cont-ousel table,
    .cont-ousel2 table,
    .cont-ousel td {
        background-color: transparent;
        width: 100% !important;
        table-layout: fixed;
        word-break: break-all;
    }

    .cont-ousel tr {
        display: flex;
        flex-direction: column;
    }

    header.noindex .top3 .item.navbox {
        flex-direction: row;
    }

    .teldatal {
        position: relative;
        left: 0;
        top: -40px;
        background: var(--i_color);
    }

    .teldatal a {
        margin: 5px 0;
    }

    .prony .containner_ny {
        padding-right: 10px;
    }

    .container1200,
    .container,
    .containner_ny {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
    }

    .top3 .item.logo {
        padding: 0 5px;
    }

    .container1200 {
        max-width: 100%;
        width: 100%;
    }

    .nav-level-2 {
        display: none;
    }

    .header-logo {
        float: left;
        width: 50%;
    }

    .nav-main {
        float: left;
        width: 50%;
    }

    .header-logo img {
        max-width: 63%;
        height: 66px;
    }

    .fusion-main-menu {
        position: relative;
    }

    .navbar-toggle .icon-bar {
        background: #fff;
    }

    .fusion-menu {
        position: fixed;
        z-index: 99999999999;
        background: var(--i_color4);
        display: none;
        width: 100%;
        left: 0px;
        top: 160px;
    }

    

    .bannertext h1 {
        font-size: 25px;
    }

    .pagerbtn {
        right: 30px;
    }

    .autoplay-progress {
        right: 80px;
    }

    .fusion-main-menu>ul>li {
        padding: 3px;
        position: relative !important;
    }

    .fusion-menu li .sub-menu.show1 {
        opacity: unset;
        display: none;
    }

    .fusion-main-menu li {
        width: 100% !important;
    }

    .fusion-menu .sub-menu li {
        border: none;
    }

    .top3 .item.topr {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }

    .top3box {
        position: relative;
        justify-content: space-between;
        padding: 5px;
        margin-top: 0;
        flex-direction: row-reverse;
    }


    .icoarrow {
        left: 35%;
    }

    .applist {
        text-align: center;
    }

    .appfbox .flex {
        flex-direction: row;
    }

    .navfbox {
        margin: 15px 0
    }

    .about2box .itemtext .item {
        padding: 20px 50px 20px;
    }

    .contactbox1 {
        width: 100% !important;
    }

    .linef {
        margin: 0 15px;
    }

    .flogo {
        margin-bottom: 10px;
    }

    .contactinfo .flex {
        flex-direction: row;
    }

    .ptb60 {
        padding: 20px 0;
    }

    .dxg,
    .quiklinkbox,
    .nybanner .quiklinkbox {
        display: none;
    }

    .navbar-toggle {
        margin-right: 0;
        background: var(--i_color4);
        margin-top: 10px;
    }

    .malt,
    .product-carousel .slides li {
        width: 100% !important;
    }

    .fusion-main-menu>ul>li>a {
        color: #fff !important;
    }

    .fusion-main-menu .sub-menu {
        position: relative;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }

    .headline p {
        font-size: 20px;
    }

    .line {
        margin-bottom: 20px;
    }

    .fusion-main-menu>ul>li {
        padding-left: 15px !important;
    }

    .logo img {
        z-index: 99999;
    }

    .headline h2 {
        font-size: 14px;
    }

    .relappbox {
        position: relative;
    }

    .fformbox {
        flex-direction: column;
    }

    .fformbox .item4 button {
        height: 40px;
    }

    .contactinfony.cont-ousel {
        flex-direction: column;
    }

    .nybanner .text h2 {
        margin: 0;
        font-size: 15px;
    }

    .contactboxr,
    .contactbox {
        width: 100% !important;
    }

    .nybanner .text {
        font-size: 15px;
        left: 10px;
        bottom: 10px;
    }

    .leftbox {
        display: none;
    }

    header.noindex .fusion-main-menu>ul>li>a {
        color: #fff;
    }

    .appbox .item {
        width: 50%;
    }

    .top3 .item:first-child:before,
    header.noindex .top3 .item:first-child:before {
        background: none;
    }

    .fusion-main-menu li.active a:after,
    .ny.container1200::after {
        background: none;
    }

    .djc_filter_input select {
        border: 1px solid #999;
    }

    .djc_filters_in .item {
        width: 100% !important;
    }

    .listli .liop {
        margin-bottom: 10px;
    }

    .djc_filters_in li {
        padding-left: 0px !important;
        padding-right: 3px !important;
        margin-right: 8px !important;
    }
    .top3 .item.navbox {
        padding-left: 10px;
    }

    .logoarea {
        margin-top: 20px;
    }

    .bannertext {
        color: #222;
        width: 100%;
        left: 0;
        padding: 15px;
        top: 0;
        position: relative;
        height: auto;
    }

    .bannertext .btns a {
        padding: 10px;
    }

    .searchbox {
        margin: 10px auto;
    }

    .djc_filters_in li:first-child {
        padding-left: 0 !important;
        width: 100%;
        margin-bottom: 10px;
    }

    .listli .row {
        display: block;
        align-items: center;
    }

    header.noindex .top3box .item1 {
        width: auto;
    }

    header {
        position: relative;
        top: 0;
    }

    .faq .titleinfo h1 {
        line-height: 35px;
    }

    .fusion-main-menu .sub-menu {
        min-height: auto;
    }

    .applo {
        font-size: 25px;
    }

    .dropdown-menu {
        left: auto;
        right: 0;
    }

    .slicknav {
        display: flex;
        flex-wrap: wrap;
    }

    .slicknav a {
        width: 50%;
        margin-bottom: 10px;
    }

    .modal-dialog {
        width: 95%;
    }

    .form-inputs .label-tit {
        height: 45px;
    }

    .row__item.border--r {
        padding-left: 10px;
    }

    .custom-editor .col-flex-50 {
        flex: 1 1 100%;
    }

    .news-item {
        width: 100%;
        padding: 10px;
    }

    .product-series-banner .container {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .product-series-banner-img,
    .product-series-banner-content {
        width: 100%;
        max-width: none;
        padding: 0
    }

    .product-series-banner-content .product-banner-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .hide-mobile {
        display: none;
    }

    .content table tr {
        display: flex;
        flex-direction: column;
    }

    .content table tr td {
        width: 100%;
    }

    .containertop {
        padding: 0 10px;
    }

    .topr1 .item {
        margin-left: 0;
    }

    .cmp-overlay__toggle {
        right: 10px;
        top: 10px;
    }

    .banner__swiper .picbox {
        width: 100%;
        float: none;
    }

    .djc_clearfix{
        flex-direction: column;
    }

    .two,
    .i_fangan .lrw,
    .i_fangan .cow {
        width: 100%;
    }

    .icobox {
        margin: 10px 0
    }
    .prony .item .title,
    #myTabContent .tab-pane .item .title {
        height: auto;
    }
    .cont-ousel2 img,
    .cont-ousel img {
        width: auto !important;
        height: auto !important;
    }
    .dbbtnss{ top:60px}
    .topr3,
    .aboutusdesc .item2,
    .aboutusdesc .item1 {
        width: 100%;
    }

    .topr1 {
        justify-content: space-between;
        margin-top: 20px;
    }

    .about2box .lbbtn {
        left: 70%;
    }

    .probtnbox .btnbox a:first-child {
        margin-right: 1px;
    }
    .page_nav li {
        width: 33%;
    }

    .line:before {
        right: 30%;
    }

    .line:after {
        left: 30%;
    }

    .headline,
    .probtnbox .box .item {
        margin-bottom: 20px;
    }

    .aboutuspage .cont-ousel tr {
        display: table-row;
    }

    #plp-bread-crumb span.active {
        color: #222;
    }

    .aboutusdesc .text {
        word-break: break-word;
    }

    .top3box .logo {
        width: 30%;
    }


    .readmore.fixed,
    .nybanner .text {
        display: none;
    }

    .aboutusbox .leftbox {
        display: block;
    }

    .aboutusbox .rightbox {
        margin: 0
    }

    .aotherinfo .item,.section1pro .box2 .item {
        width: 100%;
    }

    .innerbox2 .r {
        padding-left: 15px;
    }

    .innerbox2 .row,.section1 .box {
        flex-direction: column;
    }
 .nybsearchbox .iteminput,.lo1 .box2 .cinfobox{ flex-direction: column;}

    .headline .scbg,.headline .p1{ font-size: 20px;}
    .section1 .titleul{ margin-right: 0; width: 100%;}
    .lightbox-link{ width: 100px; height: 100px;}
    .nybannertext {
        position: relative;
        top: 0;
        left: 0;
    }.nybsearchbox .iteminput .inputs {
        width: 100%;
        background: #eee;
        margin-bottom: 20px;
    }
.nybsearchbox .iteminput button{ width: 100px;}
    #preview .jqzoom,.jq-zoom{ width: 100% !important;height: 350px !important;}
    .xbox .items,.formbox,.xbox .box2 .items h2{ width: 100% !important;}
    .xbox .box2 .items:first-child{ padding-right: 0;}
    .xbox .cinfobox{ padding: 40px 10px;}
    .top1 .logo{ width: 80px;margin-bottom: 0;
        padding-bottom: 10px;}
    .top1 .rightbox {
        width: calc(100% - 80px);
    }.section5 .box .item h3{ font-size: 16px;}
.section5 .box .item{ width: 100%; flex-shrink: 0;flex-direction: column;
        justify-content: center;
        text-align: center;
        margin-bottom: 30px !important;}.section5,.section5 .box{ padding: 30px 0 0 0;}
.pd30,.section7{ padding:30px 0}
.headline h1{ width: auto;font-size: 30px;}.section1pro .box .litem a h3{ font-size: 26px;}
.hero-lou .hero-link .headline {
    margin: 10px;
    width: 90%;
}.section1pro .box .litem,.section1pro .box .ritem,.section3 .box2 .text .content,.section_download .content,.f1box .box,.f1box .box .item1, .f1box .box .item3,.f1box .box .item2,.news-items .item .items{ width: 100%;}
.flogotext{ margin-bottom: 20px;}
#chatPopup{ right: 10px}
.top2 .cinfobox,.section1pro .box,.section_download .box,footer .row,.f1box .boxm,.news-items .item,.f1box .box{ flex-direction: column;}.news-items .item,.news1 .picbox a{ height: auto;}
.top2 .c1item{ line-height: 20px; margin-bottom: 10px;}
.top2 a:first-child{ margin-left: 0;}
.top2 .c2item{ width: 100%;justify-content: space-between;}
.section_about{ padding-top: 30px;}.aboutrbox{ margin-top: 60px;}
.section_about .gdtext .item{ margin-right: 15px;}
#demo {
    height: 130px;
}.section7 .newsritem{ margin-top: 30px;}
.section3 .appxbbox{ margin-bottom: 20px;}
.section3 .mySwiper .item{ float: none;}
.section_download {
    background-size: cover !important;
    height: auto;
    padding: 30px 20px;
    background: var(--i_color4) !important;
}footer .item1box {
    padding: 50px 15px 50px 10px;
}.socailafooter a{ margin-bottom: 10px;}
.footer2::before{ height: 0;}footer .item2box{ height: 300px;}
.section3 .box2 .text{ position: relative; left: 0; top:0; margin-top: 20px;}
.section3 .swiper-button-next, .section3 .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 15%;
}.aboutnav {
    margin: 30px 0 !important;
}
.aboutnav a{ font-size: 14px !important;}
.nybanner,#plp-bread-crumb {
    margin-bottom: 0px !important;
}.section_patent_ny .text{ position: relative;}
.f1box {
    padding: 30px 10px;
}
.languagebox .dropdown-menu>li>a{ margin-left: 20px;}
.faqbox .curcontent{ margin-top: 30px;}
}