﻿.carousel-inner img {
    width: 100%;
    height: 100%;
}
#lp-stl {
    width: 1920px !important;
    margin: auto !important;
}


#lp-stl div.position-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    right: 0;
    top: 0;
    width: 50%;
}

#lp-stl div.position {
    position: absolute;
    z-index: 2;
}

#lp-stl .box-red {
    background-color: #DF5B24;
    background-image: -webkit-radial-gradient(30% 50%, circle cover, #DF5B24, #ee5a1b 100%);
    color: #fff;
}

#lp-stl .box {
    background-color: transparent;
    padding: 32px 103px;
    margin-right: 315px !important;
    margin-top: -35px;

}

#lp-stl .box2 {
    background-color: transparent;
    padding: 32px 17px;
    margin-right: 125px !important;
}

#lp-top-main > .carousel-control-prev, .carousel-control-next > span {
    font-size: 40px;
    color: #38596E !important;
}


#lp-top-main .carousel-control-next {
    right: 50px;
    position: absolute;
    width: 40px;
    height: 200px;
    /*top: 20%;*/
    margin-top: 300px;
    cursor: pointer;
    z-index: 2;
}

#lp-top-main .carousel-control-prev {
    left: 50px;
    position: absolute;
    width: 40px;
    height: 200px;
    margin-top: 300px;
    cursor: pointer;
}


#lp-stl h2.main-title {
    color: #fff !important;
    font-size: 44px !important;
    line-height: 1.125;
}

#lp-stl p.sub-title {
    margin-top: 15px;
    color: #111;
    font-weight: 400;
    font-size: 24px;
}


#ct-top {
    /*width: 1230px;*/
    width: 1428px;
    margin: auto;
    margin-top: 30px;
}


#ct-top h1 {
    font-size: 32px !important;
    font-weight: bold;
}

.plc-row{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 95.375em !important;
}

.link-text {
    color: #DF5B24 !important;
    text-decoration: underline;
}

.text a, .link-text:focus, .link-text:hover {
    text-decoration: none;
    cursor: pointer;
}


.tile-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}

.row > .col-12 {
    width: 100%;
}

.jic-product-tile {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    /*padding: 0 10px 20px;*/
    padding: 10px 44px 0px;
}

.jic-product-link a span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #DF5B24 !important;
    font-weight: 700;
}

.jic-product-link a span:after {
    -webkit-box-flex: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 1h13v9H0z'/%3E%3Cg stroke='%23EF0000' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 5.5H1M8.333 9 12 5.5 8.333 2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    content: "";
    display: inline-block;
    -ms-flex: 0 0 13px;
    flex: 0 0 13px;
    height: 11px;
    margin-left: 5px;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    width: 13px;
}

.jic-product-link a span:hover, .jic-product-link a span:focus {
    text-decoration: #DF5B24 !important;
    cursor: pointer;
}


#cp-viewer, #jic-news-list {
    /*width: 1250px;*/
    width: 1428px;
    margin: auto;
    margin-top: 30px;
}

#cp-viewer .heading, #jic-news-list .heading {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 24px !important;
}

#cp-viewer h3, #jic-news-list h3 {
    font-size: 19px;
}

.text--cta .btn #cp-viewer .text--cta-lg .btn {
    margin-right: 20px;
    width: calc(25% - 20px);
}

#jic-news-list .text--cta .btn, #cp-viewer .text--cta .btn {
    margin-bottom: 8px;
    margin-right: 8px;
}

#jic-news-list .btn, #cp-viewer .btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #DF5B24 !important;
    border: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    color: #fff !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    margin: 0;
    padding: 0 20px;
    -webkit-transition: background-color .2s ease 0s;
    -o-transition: background-color .2s ease 0s;
    transition: background-color .2s ease 0s;
}

#jic-news-list .btn-text, #cp-viewer .btn-text {
    color: #fff !important;
    font-weight: 700;
}


#jic-news-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.jic-news-img{
    height:450px;
    width:660px;
}
#first-dvfnnd {
    width: 661px;
    position: relative;
}

.sdfhjl-lkkd {
    /*width: 395px;*/
    width: 560px;
    margin-left: 15px;
}

.sdfhjl-lkkd:nth-child(3) {
    margin-left: 0px;
}

.sdfhjl-lkkd:nth-child(n+3) {
    margin-top: 15px;
}


/*.dsfd-skdk {
    position: absolute;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 16px;
}*/

.dsfd-skdk {
    position: absolute;
    top: 152px;
}


.dsfd-skdk .news__item-wrap {
    max-width: calc(70% - 10px);
    padding: 10px 16px;
    width: auto;
}


.sdfhjl-lkkd {
    background-color: #e5e9ec;
}

.sdfhjl-lkkd .jhbabsl-lkjjd {
    padding: 10px;

}
.jic-news {
    color:#DF5B24 !important;
}


#ct-last .jic-product-tile .jic-card-image {
    width: 291px;
    height: 260px;
    overflow: hidden;
    background-color: #e5e9ec;
}


#ct-last .jic-product-tile .jic-card-image img:hover {
    height: auto;
    max-width: 100%;
    transform: scale(1.1);
    transition: .2s ease-in-out 0s;
    width: 100%;
    cursor: pointer;
}

.skkl-lokd {
    height: 181px;
    width: 323px;
    overflow: hidden;
    background-color: #e5e9ec;
}

/*.news.news--tiles .news__item-image img {
height: auto;
max-width: 100%;
-webkit-transition: .2s ease-in-out 0s;
-o-transition: .2s ease-in-out 0s;
transition: .2s ease-in-out 0s;
width: 100%;
}*/

.skkl-lokd img:hover {
    height: auto;
    max-width: 100%;
    transform: scale(1.1);
    transition: .2s ease-in-out 0s;
    width: 100%;
    cursor: pointer;
}


#ct-last .row h2.heading {
    margin-top: 40px;
}


#tb-jlsnghjh {
    width: 1030px;
    margin: auto;
    margin-top: 30px;
    background-color: #e5e9ec;
    background-image: linear-gradient(45deg, #fcfdfe, #8c99ac);
}

#cn-cskdflfj {
    padding: 12px;
}


#tb-jlsnghjh .nav-tabs {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 100%;
}

#tb-jlsnghjh .nav-tabs li.active {
    background-color: #DF5B24 !important;
    position: relative;
}

#tb-jlsnghjh .nav-tabs li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#tb-jlsnghjh .nav-tabs li.active a {
    color: #fff;
    cursor: default;
}


#tb-jlsnghjh .nav-tabs li a {
    display: block;
    font-weight: 700;
    line-height: 1.125;
    padding: 10px 20px;
    text-align: center;
}


#tb-jlsnghjh .nav-tabs li.active:after {
    border-color: #DF5B24 transparent transparent;
    border-style: solid;
    border-width: 9px 9px 0;
    bottom: -9px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -9px px;
    position: absolute;
    width: 0;
}


#tb-jlsnghjh .block-context .figure.pull-right {
    margin-bottom: 5px;
    margin-left: 20px;
    max-width: calc(50% - 10px);
}

#tb-jlsnghjh h3 {
    font-size: 19px;
    padding-top: 20px;
}


.nav-anchor li.active:after, .nav-tabs li.active:after {
    border-color: #DF5B24 !important;
    border-style: solid;
    border-width: 9px 9px 0;
    bottom: -9px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -9px;
    position: absolute;
    width: 0;
}


.btn-cls-kkhjgdbn span {
    color: #DF5B24 !important;
}

/*    .btn-cls-kkhjgdbn span:nth-child(2) {
        display: none;
    }*/


.btn-cls-kkhjgdbn a {
    color: #DF5B24 !important;
    text-decoration-color: #DF5B24 !important;
}


.pcstop::after {
    -webkit-box-flex: 0;
    content: "↓";
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
    margin-left: 0;
    margin-right: 5px;
    width: 20px;
}


.pcsbtn::after {
    -webkit-box-flex: 0;
    content: "↑";
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
    margin-left: 0;
    margin-right: 5px;
    width: 20px;
}


#pdf-mclasdg {
    width: 1030px;
    margin: auto;
    /*display: flex;*/
}

.ct-kjsdfba {
    width: 1030px;
    /*height: 160px;*/
    display: flex;
    flex-flow: row;
    margin-top: 20px;
}

.img-ldfasd {
    border: 1px solid #e5e9ec;
    background-color: #fff;
}


.img-ldfasd img {
    width: 160px;
    height: 160px;
}

.ctn-righjds {
    background-color: #e5e9ec;
    width: 80%;
    height: 162px;
    padding-top: 6px;
    padding-left: 15px;
}

.ctn-righjds h3 {
    font-size: 19px;
}

.ctn-righjds h5 {
    margin: unset !important;
}

.ctn-righjds p a {
    color: #DF5B24 !important;
}


.ct-kjsdfba:last-child {
    margin-bottom: 40px;
}


.sdjmlnbvs {
    width: 1030px;
    margin: auto;
}


#ksmknhgagbh {
    padding-top: 30px;
    width: 1030px;
    margin: auto;
}

#kjbnbskklmgg {
    display: flex;
}

#kjbnbskklmgg .jnxbchsd {
    width: 100%;
    padding-left: 20px;
}


#teshxkjhsac {
    width: 1030px;
    margin: auto;
    padding-top: 30px;
}

.jnxbchsd {
    width: 293px;
    height: 100%;
}


#askjhkjmllk {
    width: 1030px;
    margin: auto;
    display: flex;
}

.dskfh {
    width: 1030px;
    margin: auto;
}

.dskfh span {
    font-size: 19px;
}

#askjhkjmllk p {
    font-size: 15px;
}

.kdsjhbbz {
    padding-top: 30px;
    padding-left: 25px;
}


.kdsjhbbz a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #DF5B24 !important;
    border: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    color: #fff !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    margin: 0;
    padding: 0 20px;
    -webkit-transition: background-color .2s ease 0s;
    -o-transition: background-color .2s ease 0s;
    transition: background-color .2s ease 0s;
}

.fa-chevron-circle-right {
    color: #38596E !important;
}

.io-color {
    color: white;
}
#jicplc-tech {
    text-align: center;
}
#jicplc-text {
  text-align: center !important;
}
.jicplc-text {
  text-align: center !important;
}
.tech-config{

    width: 1050px !important;
    margin:auto;
}
.plc-desc{
    width: 622px !important;
}

.jic-psb0-type{
    width:200px;
}
.jic-psb0-name{
    width:400px;
}
.jic-psb0-value{
    width: 10px;
    text-align: right;
}


.jicshop{
    margin: 20px !important;
    text-decoration: none !important;
}

@media only screen and (max-width: 641px) and (min-width: 100px) {

    .jic-news-img{
        height: 300px !important;
        width: 390px !important;
    }

    #lp-stl {
        width: 650px !important;
        margin: auto !important;
        height: 35px !important;
    }

    #lp-stl div.position-right {
        right: -40px;
        top: 101px;
        width: 92%;
        height: 55px;
        margin-top: 100px;
    }

    #lp-stl .box-red {
        height: 100px;
        width: 440px !important;/*200*/
    }

    /*切换预览上banner*/
    #lp-top-main .carousel-control-prev {
        left: 0px !important;

    }

    /*切换预览上banner*/
    #lp-top-main .carousel-control-next {
        right: 0px !important;

    }

    .carousel-indicators {
        top: 260px;
        right: 300px;
    }

    #lp-stl h2.main-title {
        font-size: 25px !important;

    }

    #lp-stl p.sub-title {
        font-size: 18px !important;
    }

    #lp-stl .box {
        padding: 0px !important;
    }

    #ct-top {
        width: 365px !important;
        text-align: center;
        margin-top: 100px !important;
    }

    #ct-last {
        width: 465px;
    }

    .jic-product-tile {

        max-width: 96% !important;

    }

    #ct-last .jic-product-tile .jic-card-image {
        width: 320px !important;
        height: 320px !important;
    }

    #cp-viewer, #jic-news-list {

        width: 465px !important;
    }


    .sdfhjl-lkkd {
        width: 390px !important;
        margin-left: 0px !important;
    }
    .tech-config{
        margin-left:0px !important;
        width: 415px !important;
    }
    .plc-desc{
         width: 360px !important;
    }

    .media-play{
        width: 400px;
    }
}

.tech-config thead tr th {
    background-color: #eb5c20;
    color: #fff;
}

.jic-plc-svg-height{
    margin-top: 10px !important;
}

.func-desc-bg{
     background-color: #eb5c20 !important;
}

@media only screen and (max-width: 841px) and (min-width: 642px) {
    .media-play{
        width: 800px;
    }
    #ct-last .jic-product-tile .jic-card-image{
        width: 150px !important;
        height: 150px !important;
    }
}
@media only screen and (max-width: 841px) and (min-width: 100px) {
   .jic-product-tile {
       padding: 10px 10px 0px !important;
   }
}
@media only screen and (max-width: 942px) and (min-width: 842px) {
   .jic-product-tile {
       padding: 10px 10px 0px !important;
   }
    #ct-last .jic-product-tile .jic-card-image {
        width: 150px !important;
        height: 150px !important;
    }
}
/*@media only screen and (max-width: 1280px) and (min-width: 943px) {*/

/*    #ct-last .jic-product-tile .jic-card-image {*/
/*        width: 142px !important;*/
/*        height: 150px !important;*/
/*    }*/
/*}*/
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
	body.responsive .tile-card .jic-tile-card{
    width: 150px;
	}
}
@media only screen and (min-width: 1281px) {
	body.responsive .tile-card .jic-tile-card{
    width: 291px;
	}
    .tile-card__image {
        width: 291px !important;
    }
}
@media only screen and (max-width: 640px) and (min-width: 450px) {
    #ct-last .jic-tile-card.jic-product-background-color{
        width:320px !important;
    }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
     body.responsive .container, .o_container_small {
        max-width: 710px;
      }

	body.responsive .tile-card .jic-tile-card{
    width: 150px !important;
	}
    #ct-last .jic-product-tile .jic-card-image {
    width: 150px !important;
    height: 150px !important;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 940px) {
  #ct-last .jic-product-tile .jic-card-image {
    width: 150px !important;
    height: 150px !important;
  }
  #ct-last .jic-card-content {
  width: 156px !important;
    }
}

.jic-plc-fun-img{
    height: 520px;
    margin-top: 135px;
}
/*@media only screen and (max-width: 1000px) and (min-width: 100px) {*/
/*    height: 360px !important;*/
/*}*/
.jic-io-features-img{
    background-color: #80808016;
    height: 500px;
}
.jic-io-features-img:hover {

    transform: scale(1.1);
    /*float: right;*/
    /*margin-right: -15px; */
}
.shopmarket-btn{
    text-align: center;
    border: none;
    display: inline-block;
    padding: 8px 20px;
    height: 45px;
    min-width: 214px;
    border-radius: 3px !important;
    background: #f7901e;
    background: -webkit-linear-gradient(top, #EB5C04 0%, #EB5C04 100%) !important;
    color: white !important;
    text-decoration:none !important;
}
.shopmarket-btn:hover{
    background: #f7901e !important;
}

.jic-product-background-color{
    background:-webkit-linear-gradient(top, #EB5C04 0%, #EB5C04 100%) !important;
    padding: 10px;
    text-align: center;
}
.tile-card > .jic-tile-card.jic-product-title-color >.a > h3{
    color:white !important;
}
a{
        text-decoration:none !important;
}
a:hover{
    text-decoration:none!important;
}
.no-space{
    margin:0 !important;
    border:0 !important;
    padding:0 !important;
    color: white !important;
}
.jic-card-content{
    margin-top: 10px;

}


@media (min-width: 1200px) {
    #ct-last .container {
        /*max-width: 1300px;*/
        max-width: 1574px;
    }
}
#add_to_cart_wrap a{
    color:white !important;
}


/*JIC PLC HEADER MENU*/
.jicipccloud-menu-nav{
    width:25px;
}
#multi-menu > div >div >div >div > ul >li > a > span {
     line-height: 21px !important;
    padding: 16px 30px 8px !important;
    width: 197px !important;
    position: relative;
    left: -20%;
    font-size: 16px;
}


.menu-info > .sub_menu > li a span {
    color:white !important;
}


.submenuhoverarea{
    border:none !important;
    background: #eb5c20 !important;
}


#headermenu .submenuwrapper > .menu-info > .sub_menu > li > a:hover span {
      color:#eb5c20 !important;
      background: white  !important;

}

span.sub_menu > a{
      color:white !important;
}





.menu-info > .sub_menu > li a span:hover {
    color:white !important;
}
/*显示三级菜单*/
.subMenuItem:hover .sub_two_menu{
    display: block;
}
.sub_two_menu {
    position: absolute;
    left: 100%;
    display: none;
    background-color: white;
    top: 0;
    padding: 10px 80px 10px 160px;
    text-align: center;
}

.sub_menu_title{
    background-color: white;
    width: 618px;
    height: 400px;
    position: absolute;
    display: block;
    font-size: 14px !important;

}
.sub_menu_length{
      width: 60px;
      margin:10px;
      padding: 10px;
     font-size: 15px !important;
}
.sub_menu_right{
    margin-left: 120px;
    margin-top: -30px;
    font-size: 14px !important;
}
.sub_menu_title > div >li{
    margin-left: 15px;
}

/*JIC PLC HEADER MENU*/

/*****20250626*****/
/*一级菜单*/
.plc-nav{
    background: white;
    height:21px;
    z-index:1;
}
.menu-item-plc > a {
    font-size: 18px !important;
}
/*二级菜单*/
.menu-item-plc  >.second-menu {
  display: none;
  position: absolute;
  color: white !important;
  z-index: 100;
  height: 371px;
  line-height:21px !important;
  width: 197px !important;
  font-size: 14px;


}
.plc-module{
    color: white !important;
    font-size: 16px;
}
#jic-plc-menu >a span::after{
    /*content: "";*/
    /*display: block;*/
    /*width: calc(100% - 1.5em);*/
    /*height: 3px;*/
    /*position: absolute;*/
    /*bottom: -6px;*/
    /*left: 1.5em;*/
    /*background-color: #eb5c20;*/
}

#jic-plc-menu > .second-menu >.second-menu-item:hover a >.plc-module{
    color: #eb5c20 !important;

}

.menu-item-plc:hover >.second-menu {
    display: block;
    background: #eb5c20 !important;
}

.second-menu-item:hover{
     color:#eb5c20 ;
    background: white !important;
    display: block;
}
.second-menu-item:hover .sub_two_menu{
    display: block;
}
设定三级菜单
.third-menu{
      display: none !important;
      position: absolute;
      color: white !important;
      z-index: 1;
      height: 350px !important;
      line-height:21px !important;
      width: 120px !important;
      font-size: 14px;
      left:150px;
      background: grey !important;
      margin-top: -64px !important;
}
.third-menu-item{
    display:none;
}
.second-menu-item:hover >.third-menu{
    color: white !important;
    background: #eb5c20 !important;
    display: block;
    height:350px;
    left:150px;
    width:120px;
    position:absolute;
    margin-top:-64px !important;
}

/*设置三级菜单显示*/
.second-menu-item:hover >.third-menu >.third-menu-item{
    display:block;
    line-height:42px;

}
.plc-sub-module{
    color:white !important;
}
.third-menu >.third-menu-item:hover a >.plc-sub-module{
    color:#eb5c20 !important;
}



.third-menu-item:hover{
    background: white;
    color:#eb5c20 !important;
    line-height:45px;
}

.fourth-menu-one{
    background-color: white;
    width: 500px;
    height: 350px;
    position: absolute;
    display: block;
    font-size: 14px !important;
    left: 120px;
    margin-top: -71px;
    display:none;
    color:#eb5c20 !important;
}
.fourth-menu-two{
    background-color: white;
    width: 500px;
    height: 350px;
    position: absolute;
    display: block;
    font-size: 14px !important;
    left: 120px;
    margin-top: -141px;
    display:none;
    color:#eb5c20 !important;
}
.third-menu-item:hover .fourth-menu-one{
    display:block;
}
.third-menu-item:hover .fourth-menu-two{
    display:block;
}
.fourth-item-name{
    margin-left: 8px;
    margin-top: -40px;
    font-size: 15px !important;

}
.fourth-item-name > .sub_menu_length{
    font-size: 13px !important;
    text-align:left;
    color:black !important;
}



/*******20250626*********/

.text-container > ul > li{
    line-height: 2.1em;
}

