﻿@charset "utf-8"; 
table tr:nth-child(odd){background-color: #efefef;}
table tr:nth-child(even){background-color: #fff;}
.kche-t55>.kche-faq-list>.kche-faq-item>.kche-faq-tit>p{font-size:inherit !important}
.prodetails-content .prodetails-tabs .prodetails-tabs-item:nth-child(2){display:none;}
.kche-t46>.kche-flex-row-reverse { padding-right: 20px; background: #f5f5f5;}
@media (max-width:768px){.kche-t46 .kche-item-img{max-width:100%}}
.home-service .home-des{color:#fff}
.home-service .homeservice-list .homeservice-item{justify-content:flex-start}
.home-market{padding: 3% 0;}
.home-market .marketlist{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top:20px}
.home-market .market-item{width: 30%;position: relative;margin-bottom: 20px;}
.home-market .img{width: 100%;height: 100%;}
.home-market .img img{width: 100%;height: 100%;display: block;}
.home-market .text{position: absolute;opacity: 0;width: 100%;padding: 10px;top: 0;color: #fff;z-index: 999;height: 100%;background: #00000080;font-size: 22px;font-weight: bold;display: flex;align-items: center;justify-content: center;transition: .3s;}
.home-market .market-item:hover .text{opacity: 1;}
@media (max-width:769px) {.home-market .market-item{width: 49%;}}
@media(min-width:1025px){.home-service .homeservice-list .homeservice-item .more{position: absolute;bottom: 20px;}}