* {
	margin: 0;
	padding: 0;
	font-family: 微软雅黑,Arial;
}

/* 滚动条轨道样式 */
::-webkit-scrollbar {
  width: 10px; /* 设置滚动条宽度 */
}

/* 滚动条滑块样式 */
::-webkit-scrollbar-thumb {
  background-color: #2d2d2d; /* 设置滑块背景颜色 */
  border-radius: 10px; /* 设置滑块圆角 */
}
body,
html {
	max-height: auto;
	color: #fff;
	/* background-color: #121212; */
	background: rgb(11, 11, 11);
	/* -webkit-filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1); */
}


i,
em {
	font-style: normal;
}

ul,
li {
	list-style: none;
}

a,
a:visited {
	text-decoration: none;
}
/*品牌优势和关于我们中的关于我们相同头部*/
.JIone_title {
	display: flex;
	align-items: center;
	padding-top: 26px;
}

.JIone_title>img {
	width: 14px;
	height: 14px;
	margin-right: 2px;
}

.JIone_title>p {
	font-size: 16px;
}

.manytxt {
	font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    margin-left: 16px;
    line-height: 22px;
    margin-top: 13px;
}


#translate{
	position: absolute;
	right: 50px;
	display: none;
}
select {
  background-color: rgba(45, 45, 45, 1);
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(68, 68, 68, 1);
}

.smalltxt{font-size: 12px;}
.allBox {

	/*height: 100%;*/
}

.publichead {
	width: 100%;
	line-height: 80px;
	position: relative;
}

.publichead .headcon {
	width: 1080px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	align-items: center;
    min-height: 84px;
}

.headcon>ul {
    display: flex;
    flex-grow: 1;
    margin: 0 10px;
}

.headcon>ul>li {
	text-align: center;
	padding: 0 10px;
	font-size: 16px;
	min-width: 90px;
}

.headcon>ul>li>a {
	display: block;
	color: rgba(255, 255, 255, 0.5);
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
}

.headcon>ul>li>a.ac {
	background: rgb(32, 32, 32);
	color: #fff;
	border-bottom: 4px solid rgba(229, 27, 47, 1);
}

.headcon>img {
	width: 157px;
	height: 62px;
	display: block;
	margin-right: 34px;
}
.headcon .logo{
    background: url(../img/logo@2x.png);
	background-size: 157px 62px;
    background-repeat: no-repeat;
	background-position: center;
	width: 157px;
	min-width: 157px;
	height: 62px;
}
.joinbtn {
	height: 30px;
	color: #fff;
	display: flex;
	align-items: center;
}
.joinbtn>a{
	display: block;
	color: #fff;
	width: 84px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	background: rgba(229, 27, 47, 1);
	border-radius: 3px;
	white-space: nowrap;
}
.jointel {
	line-height: 80px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	margin-left: 12px;
	white-space: nowrap;
}

.publicfooter {
	padding-bottom: 16px;
	width: 1080px;
	margin: -1px auto 0px;
	display: flex;
	justify-content: space-between;
}

.publicfooter>ul {
	margin-right: 40px;
	font-size: 14px;
	line-height: 14px;
    text-overflow:ellipsis;
    white-space:nowrap;
	max-width: 160px;
	/*padding-top: 30px;*/
}

.publicfooter>ul:last-child {
	margin-right: 0;
}

.publicfooter>ul>.head {
	padding: 30px 0 22px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.75);
	font-weight: 800;
}

.publicfooter>ul>li {
	color: rgba(255, 255, 255, 0.3);
	margin-bottom: 14px;

	max-width: 160px;

}
.publicfooter>ul>.item {
	color: rgba(255, 255, 255, 0.3);
	margin-bottom: 14px;
	display: block;

	max-width: 160px;
}

.copyrightBox {
	width: 100%;
	background: #121212;
	padding: 30px 0 25px;
}

.copyright {
	width: 1080px;
	margin: 0 auto;
	/*line-height: 44px;*/
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.3);
}

.copyright>p>a {
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.3);
}

.copyright>p .hasimga {
	display: flex;
	justify-content: center;
	align-items: center;
}
.copyright>p>a>img {
	margin-right: 8px;
}
.copyright>p>a>span {
	line-height: 25px;
	font-size: 14px;
	text-align: center;
}
.clear:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clear {
	zoom: 1
}

.left {
	float: left;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all
}


/*一行...*/

.hasHover {
	position: relative;
	cursor: pointer;
}

.hoverShow {
	position: absolute;
	left: 166px;
	top: -20px;
	padding: 9px 15px;
	width: 400px;
	min-height: 100px;
	background: #fff;
	display: none;
	z-index: 1;
}


.storeShowposi {
	width: 400px;
	min-height: 100px;
}
.storeShowposi2 {
	width: 400px;
	min-height: 100px;
}
i.iconposi {
    position: absolute;
    left: -6px;
    top: 19px;
    color: #fff;
    font-size: 28px;
    background: #fff;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
}

.hovercon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: rgb(51, 51, 51);
}



.hoverconLT {
    font-size: 22px;
    font-weight: Bold;
    margin-bottom: 8px;
    width: 260px;
    line-height: 24px;
}

.address {
	width: 260px;
	font-size: 14px;
	white-space:normal;
	line-height: 18px;
	margin-bottom: 4px;
}
.address2 {
	width: 260px;
	font-size: 14px;
	white-space:normal;
	line-height: 18px;
	margin-bottom: 4px;
}
.inner {
	width: 1080px;
	margin: 0 auto;
}

.inner4 {
	width: 1080px;
	margin: 0 auto;
}

.redcolor {
	color: rgba(229, 27, 47, 1);
}


.zhong,.fan,.ying{
	display: none;
}
.loader-container {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1000; /* Ensure it's above other content */
}

.loader {
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
}

/* 可选：加载动画 */
.loader-container .loader {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid rgba(229, 27, 47, 1); /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
