.adss_kei .adsstitle{
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 25px;
}
.adss_kei .adsstitle:not(:first-child){
	margin-top: 40px;
}

.adss_kei p{
	text-indent: 2em;
	letter-spacing: 1px;
}
.adss_kei p+p{
	margin-top: 10px;
}

.adss_kei img{
	display: block;
	margin: 0 auto 10px;
	max-width: 100%;
}

.adss_kei .adss_stitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
.adss_kei .bg_ov table tr:first-child {
    background-color: #f7f7f7;
    font-weight: bold;
}
.czjz_kei {
	align-items: center;
}
.cpchuhuo a{
	transition:all .5s;
}
.cpchuhuo a:hover img{
	transition: .5s;
    transform: scale(1.1);
}

.cpchuhuo ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    /* height: 400px; */
    overflow: hidden;
}

.cpchuhuo ul li{
	/*max-height: 400px;*/
	width: 24% !important;
	overflow: hidden;
	transition: .5s;
}

.cpchuhuo .img_kei img{
	height: 100%;
	transition: .5s;
	overflow: hidden;
}

.content_box_kei .content_title_kei {
    font-size: 20px;
    border-bottom: solid 1px #ddd;
    line-height: 50px;
    margin-bottom: 20px;
    letter-spacing: 1px;
	font-weight: bold;
}
.cpxq_kei .content_box_kei:not(:first-child){
	margin-top: 20px;
}

.bg_ov{
	width: 100%;
	overflow: auto;
}
.bg_ov table{
	border-collapse: collapse;
	width: 100%;
	overflow: auto;
}

.bg_ov table td {
    border: solid 1px #a2b1cb;
    text-align: center;
    padding: 5px 1px;
    color: #363636;
}

.content_box_kei .desc_kei ul li{
	letter-spacing: 1px;
}


.desc_kei ul:after{
	clear: both;
	display: block;
	content: '';
}

.cpchuhuotitle {
    font-size: 20px;
	font-weight: bold;
    border-bottom: solid 1px #ddd;
    line-height: 50px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    margin-top: 20px;
}

.bg_ov_table_title {
    /* text-align: center; */
    margin: 20px 0 0px 0;
    /* font-size: 16px; */
    /* font-weight: bold; */
    letter-spacing: 1px;
    /* border-top: solid 1px #e7e7e7; */
}

.desc_kei .bg_ov_table_title+ul {
	margin-top: 10px !important;
}

.descchuhuo_kei ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}

.descchuhuo_kei ul li{
	/*width: 20% !important;*/
	margin-left: 1%;
}

.descchuhuo_kei ul li:first-child{
	margin-left: 0 !important;
}


.bg_kuan {
	min-width: 43px;
}

.ab_desc {

}
.ab_desc p{
	
}
.ab_desc p+p {
    margin-top: 10px;
}
.cpxq_kei .tup_flex_tbjg {
    display: flex;
    justify-content: space-around;
}
.cpxq_kei .tup_flex_tbjg img{
	width: 40% !important;
}
.bg_ov table td img{
	max-width: 200px;
}

@media screen and (max-width: 1000px){
	.sku-img-box .swiper-wrapper a{
		background-position:center !important;
		background-color: #fff; 
	}

	.adss_kei .adsstitle {
		font-size: 18px;
	}
	.adss_kei p{
		font-size: 15px;
	}
	.adss_kei .adss_stitle{
		font-size: 18px;
	}
	.cpxq_kei .tup_flex_tbjg {
	    display: block;
	}
		.cpxq_kei .tup_flex_tbjg img{
		width: 100% !important;
		margin: 10px 0;
	}
	.bg_ov table td img{
		max-width: unset;
	}

}

@media screen and (max-width: 800px){
	.cpchuhuo ul li{
		width: 100% !important;
	}
}