@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;}
.slogan {font-family: Forum;width: 90%;margin-right: auto;margin-left: auto;font-size: 70px;color: #e7d0bc;margin-top: 150px;letter-spacing: -2px;position: relative;z-index: 100;text-align: center;}
.coming_k {display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
    height: 100%;
    position: fixed;
	z-index: 100;
}
.coming_en {font-size: 40px;line-height: 60px;}

.coming {font-family: Forum;line-height: 50px;font-size: 30px;color: #e7d0bc;text-align: center;}
.coming img {width: 40px;margin-top: 30px;}
.coming a {color: #e7d0bc;text-decoration: none;}

.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 {color: #e7d0bc;font-size: 14px;line-height: 40px;text-align: center;padding-top: 100px;position: relative;z-index: 70;width: 90%;margin-right: auto;margin-left: auto;padding-bottom: 120px;}

.general_list_k_qm {font-size: 10px;}
.general_list_k_qm img {width: 240px;margin-top: 20px;}

.contact_k {color: #e7d0bc;font-size: 14px;line-height: 50px;text-align: center;padding-top: 100px;position: relative;z-index: 70;width: 90%;margin-right: auto;margin-left: auto;padding-bottom: 120px;}

.contact_k_bt {
    font-size: 22px;
    font-family: Geometos;
}

.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: 800px) {
.slogan {font-size: 40px;margin-top: 100px;}
.coming {line-height: 40px;font-size: 20px;}
.coming_en {font-size: 30px;line-height: 50px;}
.coming img {width: 30px;}

.general_list_k {font-size: 12px;line-height: 30px;padding-top: 30px;padding-bottom: 50px;}
.general_list_k_qm img {width: 210px;}
.contact_k {font-size: 12px;line-height: 30px;padding-top: 30px;padding-bottom: 50px;}
.contact_k_bt {
    font-size: 18px;
}
.pc_m_bj {background-image: url(../../images/m-bj1.jpg);}
}