/*英文版*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {margin: 0;padding: 0;font-display:swap; font-family:Arial;line-height: 1.6;}
.navbar .logo-title{  font-size: 14px;line-height: 1.1;width: 200px;    font-family: "Times New Roman";}
.navbar .navbar-nav{width: 50%;min-width: 630px;}
.navbar .menu li ul{width: 220px;}
.navbar .menu li ul li ul{left:240px;}
.link{display: none;}
.catalog .c-l-word{display: flex;align-items: center;}
.footer .biaoyu-cn{ font-family: "Times New Roman";}
ul, ol, li{line-height:0;}

@media screen and (max-width: 1200px) {
	.navbar .menu li ul li ul{left: 0;}
	.navbar .menu li ul{width: 100%;}
	.navbar .navbar-nav{width: 100%; min-width: 100%;}
}

@media screen and (max-width: 1024px) {
	.navbar .logo-title { font-size: 13px;line-height: 1.1;width: 150px;}
}

@media screen and (max-width: 768px) {
	.navbar .menu li ul li ul{    grid-template-columns: 1fr;}
}
@media screen and (max-width: 550px) {
	.page-location .location-ul{flex-wrap: wrap;}
	.page-location .location-ul li{height: 24px;line-height: 24px;}
	.page-location .location-ul li:first-child{height: 24px;line-height: 24px;}
}