/*声明 思源字体-Light*/
/* @font-face {
  font-family: 'SourceHanSansCN';
  src:
    url('../fonts/sourcehansanscn-normal.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} */



.product_info h2 {
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 5px;
}

.product_info h3 {
    font-size: 28px;
    color: #555;
    margin: 0;
}

.wiki-table a, .wiki-table a:visited, .wiki-table a:hover {
    color: #af251b !important;
}

.product_img .swiper-slide {
    height: 400px;
}
@media (max-width:768px) {
    .product_info {
        margin-top: 30px;
    }
    .product_info h2 { font-size: 30px;}
    .product_info h3 { font-size: 24px; margin-top: 8px;}
    .product_discription.m-t { margin-top: 40px; }
}

/**型号分类用**/
.modelinfo {font-family: 微软雅黑; margin: 15px 0px 20px 0px; border-top: solid 1px #eee; padding-top: 15px;}
.modelinfo em {font-size:14px;font-family: 宋体;}
.modelinfo p {font-size:15px;line-height: 24px; margin-bottom: 10px;}
.modelinfo img {width: 100%;}

table.tftable {font-size:13px; color:#fff!important; width:100%; border: 1px solid #fff!important; border-collapse: collapse; margin: 0px 0px 30px 0px;}
table.tftable th {font-size:15px; border: 1px solid #fff!important; padding: 12px 8px!important; text-align:center; font-weight: normal;}
table.tftable tr { text-align:center;}
table.tftable td {font-size:13px; border: 1px solid #fff; padding: 12px 8px;}
table.tftable td span1 {font-size:28px;color:#000; text-align: center; padding: 0px 0 20px; display: block;}
table.tftable td span2 {font-size:22px;color:#000; display: block; padding: 0px 0 20px; }




/**产品介绍用**/
.Product_introduction {font-size:14px;width:100%;font-family: 微软雅黑;}
.Product_introduction .clear{clear:both; height: 0; line-height: 0; font-size: 0}
.Product_introduction .info_title {font-size:23px; line-height: 30px; margin-bottom: 20px;}
.Product_introduction .info_content {font-size:15px;line-height: 28px; }

.Product_introduction em {font-size:14px;font-family: 宋体;}
.Product_introduction p {font-size:15px;line-height: 26px; margin-bottom: 15px;}
.Product_introduction img {width: 100%;}

.Product_introduction .on_left {float: left;display: block; padding: 12px 8px!important;text-align:left; font-weight: normal; width: 50%; margin: 15px 0px 0px 0px;}
.Product_introduction .on_right {float: right;display: block; padding: 12px 8px!important;text-align:left; font-weight: normal; width: 47%; margin: 15px 0px 0px 0px;}
.Product_introduction .on_center {float:none;display: block; padding: 12px 8px!important;text-align:left; font-weight: normal; width: 100%; margin: 20px 0px 20px 0px;}

@media screen and (max-device-width: 800px) {
    .Product_introduction .on_left {padding: 12px 8px!important;text-align:left; font-weight: normal; width: 100%; margin: 20px 0px 0px 0px;}
    .Product_introduction .on_right {padding: 12px 8px!important;text-align:left; font-weight: normal; width: 100%; margin: 20px 0px 0px 0px;}
    .Product_introduction .on_center {display: block; padding: 12px 8px!important;text-align:left; font-weight: normal; width: 100%; margin: 20px 0px 40px 0px;}
}

.zw-products {
    position: fixed;
    left: 30px;
    background: rgb(37, 42, 46);
    color: white;
    margin-right: 20px;
    width: 180px;
}
.zw-products-list {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 400px;
}
.zw-products-header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 16px;
    background: rgb(37, 42, 46);
    color: white;
    margin-top: 20px;
}
.zw-products-item, .zw-products-header, .zw-products-submenu {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.zw-products-item a, .zw-products-item a:visited, .zw-products-item a:hover, .zw-products-item a:focus {
    color: white;
    font-size: 12px;
    text-decoration: none;
}

.zw-products-item.active {
    background: rgb(0, 193, 222);
}

@media screen and (max-device-width: 800px) {
    .zw-products {
        position: relative;
        width: 100%;
        left: unset;
        margin-right: 0;
        margin-bottom: 20px;
    }
}


.toggle-zw-products, .toggle-zw-products:hover, .toggle-zw-products:focus {
    margin-left: -50px;
    position: fixed !important;
    color: rgb(37, 42, 46);
}