table {
    margin-bottom: 0 !important;
}
/*table td {*/
/*   padding: 0.5rem 1.5rem !important; */
/*}*/
.newAdd{
    background-color: #F9F9F9;
}
.grid {
  display: grid;
}
.f-18 {
  font-size: 18px;
}
.f-17 {
  font-size: 17px;
}
.f-24 {
  font-size: 24px;
}
/*.leftInfo {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  right: 0;*/
/*  z-index: -1;*/
/*}*/
/*.bgi[data-src],*/
/*.bgi[data-original] {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*}*/

.leftBtn span {
  margin-right:25px;
  color: #333;
  font-weight: 600;
  background-image: linear-gradient(to right, #333, #333);
}
.leftBtn .left_icon {
  width: 46px;
  height:46px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.leftBtn .left_icon::before {
   content: "";
     position: absolute;
    inset: 0;
     z-index: -1;
     background-color: #17479E;
     border-radius: 50%;
     opacity: 0;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
}
.leftBtn .left_icon > div {
  width: 200%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.leftBtn .left_icon > div img {
  height: 100%;
  width: 50%;
  object-fit: contain;
}
.leftBtn_hover:hover .left_icon {
   background-color: transparent;
}
.leftBtn_hover:hover .left_icon::before {
  opacity: 1;
}
.leftBtn_hover:hover .left_icon > div {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
  
.hoverable_txt {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(to right, #fff, #fff);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 1px;
  transition: background-size 0.4s;
}
.hoverable:hover .hoverable_txt {
    background-position: left bottom;
    background-size: 100% 1px;
}

.title {
  font-size: 28px;
}
.enterpriseCulture {
    width: 100% !important;
    position: relative;
}
.enterpriseCulture .topContent {
    width: 75%;
    min-height:800px;
    padding: 70px 0;
    box-sizing: border-box;
    margin: 0 auto;
    background-image: url('../images/bgi.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.enterpriseCulture .topContent .content_text{
    width: 100%;
    display: grid;
    grid-template-columns: 75% 20%;
    justify-content: space-between;
}

.enterpriseCulture .topContent .info .crude {
  margin: 20px 0;
  font-weight: 600;
}
.enterpriseCulture .topContent .info .text {
  color: #888;
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 3;*/
  /*-webkit-box-orient: vertical;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
}

.line{
    width: 100%;
    height: 1px;
    background-color:rgba(0, 0, 0, 0.10);
    margin: 30px 0 60px;
}
.enterpriseCulture .list {
    width: 100%;
}
.enterpriseCulture .list .item {
    margin-bottom: 40px;
}
.enterpriseCulture .list .item .culture {
    padding-right: 20px;
    font-weight: 600;
}   
.enterpriseCulture .list .text {
    line-height: 35px;
}
/*英文*/
.enterpriseCulture .list .itemContent {
    margin-bottom: 40px;
    flex-direction: column;
}
.enterpriseCulture .list .itemContent .culture{
    font-weight: 600;
    margin-bottom: 15px;
}

.videoBox{
    width: 100%;
    position: relative;
}
.videos {
  position: sticky;
  left: 0;
  top: 0;
  height: 100vh;
}
.videos video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videoTag {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.video_title {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.video_text {
  text-align: center;
  opacity: 0.2;
  transform: scale(0.2);
}
.video_text img {
  display: inline-block;
  width: auto;
  height: 16vw;
}
.video_text h3 {
  display: block;
  margin-top: -5vw;
  line-height: 1;
  color: #fff;
  font-size: 34px;
}


.textCenter h3 {
  display: block;
  margin-top: -5vw;
  line-height: 1;
  color: #fff;
  font-size: 34px;
}
/*导航栏*/
    .dropdownBox {
        width: 100%;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 75px;
        min-height: 300px;
        overflow: hidden;
        transition: opacity 0.2s ease-out, transform 0.4s ease-out;
        box-shadow: var(--bs-box-shadow-sm) !important;
        z-index: 100;
        display: flex;
        align-items: stretch;
        padding: 20px 15%;
        box-sizing: border-box;
        opacity: 0;
        pointer-events: none;
    }
    .newNav {
        height: 100%;
    }
    .newNav > li {
        height: 100%;
        padding: 0 20px;
        font-size: 16px;
        line-height: 75px;
    }
    .newNav > li .link{
        text-decoration: none;
        color: #000;

    }
    .newNav > li:hover .link{
        color: #17479E;
    }

    .newNav > li:hover .dropdownBox {
        opacity: 1;
        pointer-events: auto;
    }

    .dropdownList,
    .dropdownSecond{
        padding: 10px;
        box-sizing: border-box;
        min-width: 200px;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    /*.dropdownList {*/
    /*    min-width: 200px;*/
    /*    flex-shrink: 0;*/
    /*}*/

    /*.dropdownSecond {*/
    /*    min-width: 200px;*/
    /*    flex-shrink: 0;*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    gap: 8px;*/
    /*}*/

    .dropdownContent{
        font-size: 14px;
        max-width: 400px;
        line-height: 35px;
        padding: 10px;
        flex-shrink: 0;
    }
    .dropdownImage {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .dropdownImage img {
        max-width: 100%;
        max-height: 220px;
        object-fit: contain;
        margin-bottom: 10px;
    }

    .dropdownImage p {
        font-size: 14px;
        color: #666;
    }


    .dropdownItem {
        display: block;
        line-height: 35px;
        /*padding: 8px 15px;*/
        text-align: left;
        color: #333;
        cursor: pointer;
        display: flex;
        align-items: center;
        border-radius: 4px;
        font-size: 14px;
        transition: background-color 0.2s ease;
    }

    .dropdownItem .el-icon-right {
        font-size: 16px;
        font-weight: 500;
        color: #17479E;
        display: inline-block;
        margin-left: 25px;
        opacity: 0;
        transform: translateX(-20%);
        transition: all 0.2s ease-out;
    }
    .active {
        color:#17479E !important;
    }

    .dropdownItem.active .el-icon-right {
        opacity: 1;
        transform: translateX(10%);
    }

    .el-divider--vertical {
        height: 200px !important;
        align-self: stretch;
        margin: 0 20px;
    }


.cultureList {
    width: 100%;
    display: grid;
    grid-template-columns: 28% 28% 28%;
    grid-gap: 8%;
    align-items: center;
}
.cultureTopTitle{
    margin:40px 0 30px;
    font-size: 29px;
}
.cultureItem{
    width: 100%;
    height: 570px;
    position: relative;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.item-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.item-front, .item-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 8px;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.cultureCenter {
    width: 100%;
    height: 60%;
    margin-top:60px;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
}

.item-back {
    transform: rotateY(180deg);
}

.number {
    width: 100%;
    text-align: left;
    font-size: 28px;
    margin-right: 20px;
}

.cultureTitle {
    font-size: 28px;
    font-weight: bold;
    color: #17479E;
    width: 100%;
    text-align: center;
    line-height:40px;
}

.cultureTip {
    color: #999;
    cursor: pointer;
    margin-top: 10px;
    text-decoration: underline;
}

.cultureTip.back {
    position: absolute;
    bottom: 30px;
    right: 20px;
    color: #17479E;
}
.cultureText{
    color: #333333;
    font-size: 17px;
    line-height:33px;
    text-align:justify;
}
.cultureItem.is-flipped {
    transform: rotateY(180deg);
}
@media(max-width: 1199.98px){
    .newNav > li {
        padding: 0 10px;
        font-size: 15px;
    }
}

@media(max-width: 991.98px){
    .title{
        font-size: 20px;
    }
    .f-18{
        font-size: 16px !important;
    }
    .enterpriseCulture .topContent {
        width: 90% !important;
    }
    .enterpriseCulture .topContent .content_text{
        grid-template-columns:1fr !important;
    }
    .cultureList {
        grid-template-columns:1fr !important;
        grid-gap: 0 !important;
    }
    .cultureTopTitle{
        margin-top: 0 !important;
    }
    .cultureItem{
        height: 500px;
        margin-bottom: 20px;
    }
    .cultureText{
        font-size: 15px;
    }
    .leftBtn{
        margin-top: 30px;
    }
    .leftBtn span{
        font-size: 15px;
    }
    .leftBtn .left_icon {
        width: 36px;
        height: 36px;
    }
    .productDetail {
        padding:70px 20px 30px !important;
    }
    .news-wrapper .news-list .news-item .card-body .card-text {
        height: 20px !important;
    }
}



@media (min-width: 1400px) {
    .containerAbout {
        max-width: 70%;
    }
}
@media(max-width: 575.98px){
    .title{
        font-size: 20px;
    }
    .product-content-info .infoBox{
        width: 100% !important;
        grid-template-columns: 100% !important;
        justify-items: center;
        padding: 0 !important;
    }
    .product-content-info .infoBox .productInfo h1 {
         font-size: 20px !important;
    }
    .product-content-info .infoBox .productImg {
        margin-bottom: 30px;
    }
    .product-content-info  .productInfo .tips{
        font-size: 13px !important;
    }
    .advantage {
        font-size: 18px !important;
    }
    .productDetail {
        padding:70px 10px 30px !important;
    }
}
.product-content-info {
    width: 100%;
    margin-top: 0;
    padding: 100px 0;
}
.product-content-info .infoBox{
    width: 100%;
    padding: 0 10%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 41% 57%;
    grid-gap: 2%;
    align-items: center;
}
.product-content-info .infoBox .productImg{
    width: 100%;
    height: auto;
}
.product-content-info .productInfo {
    width: 100%;
    text-align: left;
}

.product-content-info .infoBox .productInfo h1 {
    width: 100%;
    word-wrap: break-word;
}

.product-content-info  .productInfo .tips{
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 32px;
}

.contentBody{
    width: 100%;
}

.productCsp{
    width: 100%;
}

.productCsp .productImg{
    width: 100%;
    margin: 30px 0;
}
.productDetail{
    width: 100%;
    padding:70px 40px 30px;
}
.productDetail .cspParameter::-webkit-scrollbar {
    display: none;
}
.productDetail .topTitle {
    width: 100%;
}
.productDetail .topTitle .miniImg{
    width: 100px;
    height: 60px;
    margin-right: 40px;
}
.advantage{
    font-size: 24px;
    width:100%;
    margin:15px 0;
    color: #17479E;
}
