@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; list-style-image: none;list-style-type: none;}

body {
	background-color: #000;
	overflow-x:hidden;
}
img { border:none;}
.fix {clear:both;height: 1px;font-size: 0px;}
.zhezhao {width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(30px);
    z-index: 1;}
.pc_m_bj {width: 100%;
    height: auto;
    top: 0px;
    bottom: 0px;
    position: fixed;
    background-image: url(../../images/pc-bj1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;}
.general_list_k {padding-top: 70px;position: relative;z-index: 70;width: 90%;margin-right: auto;margin-left: auto;display: grid;grid-template-columns: repeat(5, 1fr);column-gap: 40px;row-gap: 40px;padding-bottom: 90px;}
.wz_k {text-align: center;padding-top: 120px;position: relative;z-index: 70;width: 750px;margin-right: auto;margin-left: auto;padding-bottom: 90px;}
.wz_k img {
	display: block;
	margin-right: auto;
    margin-left: auto;
}

.commodity_k {margin-right: auto;margin-left: auto;position: relative;}
.commodity_k a {color: #e7d0bc;text-decoration: none;display: block;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);transform: rotate(0deg);}
.commodity_k a:hover {opacity: 0.5;text-decoration: none;}


.en_img {
    width: 100%;
    border-radius: 8px;
}
.commodity_k dl {height: 50px;}
.commodity_k dd.cn_biaoti {font-size: 14px;padding-top: 15px;padding-bottom: 5px;text-align: center;}


/*自适应解决方案*/
@media screen and (max-width: 1850px) {
.general_list_k {grid-template-columns: repeat(4, 1fr);}
}
@media screen and (max-width: 1550px) {
.general_list_k {grid-template-columns: repeat(3, 1fr);}
}
@media screen and (max-width: 1230px) {
.general_list_k {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 910px) {
.general_list_k {grid-template-columns: repeat(1, 1fr);}
}
@media screen and (max-width: 800px) {
.general_list_k {width: 100%;padding-top: 0px;column-gap: 20px;row-gap: 0px;padding-bottom: 20px;}
.wz_k {width: 100%;padding-top: 80px;padding-bottom: 20px;}
.wz_k img {
	width: 100%;
}
.commodity_k {width: 100%;}
.commodity_k dd.cn_biaoti {font-size: 12px;padding-top: 0px;}
.commodity_k dd.price {font-size: 16px;}
.pc_m_bj {background-image: url(../../images/m-bj1.jpg);}
}