/* img {
    border: none;
} */
 .product-banner__content{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    width: 100%;
    max-width: 100%;
 }
.product-banner__content .info{
    /* margin-left: 14%; */
    display: flex;
    align-items: center;
}
.product-banner__content .info .pic{
    width: 350px;
}
.product-banner__content .info .pic img{
    display: block;
    width: 100%;
}
.product-banner__content .info .title{
    font-size: 50px;
    /* color: #fff; */
    letter-spacing: 4px;
}
.product-content{
    display: flex; justify-content: space-between;
}
.product-menu {
    width: 22%;
    padding:20px 30px;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    border-radius: var(--border-radius);
}
.product-menu__slide {
    margin: 0 auto;
}
.product-menu__slide h3 {
    /* width: 180px; */
    height: 42px;
    line-height: 42px;
    /* color: #fff; */
    /* background: #00a0d2; */
    color: #333;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    /* padding: 0 10px; */
    display: flex;
    justify-content: space-between;
}
.product-menu__slide h3 img {
    width: 14px;
}
.product-menu__slide h3 .img2 {
    display: none;
}
.product-menu__slide .active .img1 {
    display: none;
}
.product-menu__slide .active .img2 {
    display: inline-block;
}
.product-menu__slide h3 a {
    color: #fff;
}
.product-menu__slide .item {
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}
.product-menu__slide ul {
    display: none;
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
}

.product-menu__slide .active ul {
    display: block;
}
/* .product-menu__slide ul li{
	width: 180px;
	height: 36px;
	line-height: 36px;
	background: #f7f7f7;
	border-bottom: 1px solid #fff;
	padding: 0 10px;
} */
/* .product-menu__slide ul li a{
	color: #919191;
	font-size: 14px;
	font-weight: normal;
	
} */

.product-menu__slide .item a {
    position: relative;
    display: block;
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    color: #333;
}
.product-menu__slide .item a:after {
    content: ">";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "\5b8b\4f53";
    padding-left: 15px;
    transition: all 0.5s;
}
.product-menu__slide .item a:hover,
.product-menu__slide .item a.active {
    color: #00a0d2;
}


/* 右侧图列表 */
.product-list{ position: relative; width: 78%;display: flex; flex-direction: column;}
/* .product-list::after{
    content: '';
    width: 1px;
    height: calc(100% + 30px);
    border-left: 1px dashed #e7e7e7;
    position: absolute;
    top: -25px;
    left: 0;
} */
.product-list__item{
    background: #fff;transition: all .5s;box-sizing: border-box;
    width: 30.8%;margin-left: 2.5%;float:left;border: 1px solid #ebebeb;margin-bottom: 20px;
    border-radius: 8px;
    display: block;
}
.product-list__item .pic{width: 100%;min-height: 150px; max-height: 250px; overflow: hidden; margin: 30px 0;}
.product-list__item .pic img{width: 100%;transition: all 1s;}
.product-list__item:hover .pic img{transform: scale(1.1);}
.product-list__item .info{padding: 26px 15px 30px;}
.product-list__item .info-t{ font-size: 18px; height: 30px; line-height: 30px; font-weight: 700; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.product-list__item  .info-des{ color: #666; height: 40px; line-height: 20px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
overflow: hidden;}
.product-list__item:hover .info{background:#00a7d4; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;}
.product-list__item:hover .info-t,.product-list__item:hover .info-des{color:#fff;}


/* 新增——产品首页 */
/* 原子类 */
.text-center {    
    text-align: center
}
.col-xs-4{
    width: 33.33333333%;
}
.col-xs-8{
    width: 66.66666667%;
}

.product-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
    box-sizing: border-box;
}
.product-info .pic{
    width: 320px;
    height: 210px;
    overflow: hidden;
}
.product-info .pic img{
    display: block;
    width: 100%;
}
.product-catalog-container .t{ font-size: 36px; font-weight: 700; margin: 20px}
.product-catalog-intro-text{
    min-height: 150px;
    padding: 25px 10px 50px;
    display: flex;
    box-sizing: border-box;

}
.product-catalog-intro-text .description{ width: 430px; padding: 0 20px;box-sizing: border-box; line-height: 1.7;}
.product-catalog-intro-text .teaser-text{ width: 430px; padding: 0 20px;box-sizing: border-box; line-height: 1.7;}
.product-catalog-intro-text .teaser-text h4{
    font-size: 20px;
    font-weight: var(--font-weight-bold);
    margin-bottom: 5px;
}
.product-catalog-intro-text .teaser-text span{
    display: inline-block;
    margin-right: 5px;
    color: var(--theme-color);
}



.product-main{
    display: flex;
    padding: 10px 15px;
    box-sizing: border-box;
    padding-bottom: 40px;
}
.product-main__menu{
    width: 22%;
    overflow: hidden;
}
.product-main__menu .inner{
    border-radius: 4px; overflow: hidden;
}
.product-main__menu .inner-title{
    font-weight: 600;
    padding:2px 7px;
    position: relative;
    color: #fff;
    background-color: var(--theme-color);
    display: flex;
    align-items: center;
    gap: 8px;
    background-image: none;
}
.product-main__menu .inner-title .zonericon-catalogue {
    font-size: 26px;
    font-weight: 400;
    
}
.product-main__menu .inner-content{
    border: 2px solid var(--theme-color);
    border-bottom: 1px solid var(--theme-color);
    border-top: none;
    background-color: #ffff
}
.product-main__menu .product-filter{
    border-bottom: 1px solid var(--theme-color);
}

.product-main__menu .product-filter .main-item {
    padding: 8px 10px;
    display: block;
    width: 100%;
    /* font-weight: 600;
    font-size: 15px; */
    position: relative;
    transition: all 0.2s ease;
    box-sizing: border-box;
    background-color: #f9f9f9;
    
}

.product-main__menu .product-filter .main-item::after {
    font-family: iconfont !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    content: "\e63f";
    display: block;
    position: absolute;
    right: 10px;
    top:10px;
    font-size: 14px;
    color: #666;
}

.product-main__menu .product-filter .main-item:hover {
    cursor: pointer;
    background-color: #eef3f6;
    font-weight: 700;
}

.product-filter .main-item:hover {
    background-color: #f4f4f4;
    color: var(--theme-color);
    /* background-color: var(--theme-color);
    color: #fff; */
    padding-left: 20px;
    /* font-weight: 700; */
}

.product-main__menu .product-filter.active .main-item {
    color: var(--theme-color);
    background-color: #f9f9f9;
    font-weight: 700;
}

.product-main__menu .product-filter.active .main-item::after {
    transform: rotate(90deg)
}

.product-filter .sub-items {    
    padding-bottom: 10px;    
    background-color: #f9f9f9;
    display: none;
    transition: all .2s ease;
}
.product-filter .sub-items .sub-item {    
    display: block;    
    width: 100%;    
    font-size: 14px;    
    padding: 3px 0 3px 10px;    
    transition: all .2s ease;    
    color: #666;
    box-sizing: border-box;
    line-height: 1.7;
}
.product-filter .sub-items .sub-item:hover,.product-filter .sub-items .sub-item.sub-active {    
    font-weight: 500;    
    color: var(--theme-color)
}
.product-main__menu .product-filter.active .sub-items {
    display: block;
}

/* 右侧产品列表 */
.tab-contents{
    width: 78%;
    overflow: hidden;
    padding-left: 15px;
    box-sizing: border-box;
}
.article-sections{
    padding: 15px 5px;
    background-color: #f7f7f7;
    border-radius: 4px;
}
.product-catalog-tiles{
    position: relative;
}
.product-catalog-tiles h2{
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0 15px;
}
.flex-tile-contailer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch
}
.flex-tile-contailer .flex-tile {    
    display: flex;    
    flex-direction: row;    
    flex-wrap: wrap;
    width: 33.333333%;
    padding: 0 10px;
    box-sizing: border-box;
}

.white-block {    
    background-color: #fff;    
    padding: 15px;    
    box-shadow: var(--box-shadow);  
    /* 0 4px 12px 0 rgba(51,51,51,.16)   */
    border-radius: var(--border-radius);
    flex-grow: 1;
    position: relative;
    margin-bottom: 25px;
    min-height: 180px;
    box-sizing: border-box;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 66%,
        rgba(229, 249, 255, 0.4) 100%
    );
}

.product-category-tile h4 {
    margin-bottom: 5px;
    font-weight: 700;
}
.product-category-tile h4 a{color: var(--theme-color);}
.product-category-tile h4 a:hover{color: #056985;}
.product-category-tile .con{
    display: flex;
}

/* .product-category-tile .con .pic{ padding: 0 6px; box-sizing: border-box; height: 94px; background: url("/company/icon/products-example-pressure.png") no-repeat center center;background-size: 100% auto; margin-top: 10px;max-width: 78px;} */
/* .flex-tile-contailer .flex-tile:nth-child(2) .con .pic{ background-image: url("/company/icon/products-example-level-measurement.png");}
.flex-tile-contailer .flex-tile:nth-child(3) .con .pic{ background-image: url("/company/icon/products-example-flow.png");}
.flex-tile-contailer .flex-tile:nth-child(4) .con .pic{ background-image: url("/company/icon/products-example-level-measurement-radar-vegapuls-liquids.png");}
.flex-tile-contailer .flex-tile:nth-child(5) .con .pic{ background-image: url("/company/icon/products-example-switching.png");}
.flex-tile-contailer .flex-tile:nth-child(6) .con .pic{ background-image: url("/company/icon/products-example-interface.png");}
.flex-tile-contailer .flex-tile:nth-child(7) .con .pic{ background-image: url("/company/icon/products-example-signal-conditioning.png");}
.flex-tile-contailer .flex-tile:nth-child(8) .con .pic{ background-image: url("/company/icon/products-example-signal-conditioning.png");} */
/* .product-category-tile .con .pic img{
    max-height: 100px;
    margin-top: 10px;
    height: auto;
    max-width: 100%;
    display: block;
} */
 .product-category-tile .con .pic .zonericon{
    /* background-color: var(--theme-color);     */
    /* border-radius: 6px;     */
    /* width: 44px;     */
    /* height: 44px;    
    line-height: 44px;     */
    text-align: center;    
    display: inline-block;    
    color: #46b8d7;    
    font-size: 60px;
    /* margin-top: 15px; */
}
.flex-tile-contailer .flex-tile .con .pic .zonericon::before{ content: "\e82b";}
.flex-tile-contailer .flex-tile:nth-child(2) .con .pic .zonericon::before{ content: "\e632";}
.flex-tile-contailer .flex-tile:nth-child(3) .con .pic .zonericon::before{ content: "\e66b";}
.flex-tile-contailer .flex-tile:nth-child(4) .con .pic .zonericon::before{ content: "\e60e";}
.flex-tile-contailer .flex-tile:nth-child(5) .con .pic .zonericon::before{ content: "\e9b0";}
.flex-tile-contailer .flex-tile:nth-child(6) .con .pic .zonericon::before{ content: "\e61b";}
.flex-tile-contailer .flex-tile:nth-child(7) .con .pic .zonericon::before{ content: "\f0dc";}
.flex-tile-contailer .flex-tile:nth-child(8) .con .pic .zonericon::before{ content: "\e630";}
.flex-tile-contailer .flex-tile:nth-child(9) .con .pic .zonericon::before{ content: "\e76f";}
.product-category-tile .con .pic{ padding: 0 6px; box-sizing: border-box; height: 94px; margin-top: 10px;}
.product-category-tile .con .pic img{ max-height: 100%; max-width: 100%;}
.product-category-tile .con .item{
    display: block;
    line-height: 1.5;
    hyphens: auto; 
    display: flex;
    flex-direction: column;
}
.product-category-tile .con .item a{
    color: var(--theme-color);
    position: relative;
    padding-left: 14px;
    font-size: 14px;
    margin-bottom: 4px;

}
.product-category-tile .con .item a::after{
    font-family: iconfont !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    content: "\e63f";
    display: block;
    position: absolute;
    left: 0;
    top:5px;
    font-size: 10px;
    color: var(--theme-color);
    font-weight: 700;
}
.product-category-tile .con .item a:hover,.product-category-tile .con .item a:hover::after{
    color: #056985;
}

/* 产品内页 */
.product-banner-title{ font-size: 40px; font-weight: 700; padding: 20px;}