	*{
	margin: 0;
	padding: 0;
}
/* ========== 1. 全局解决文本溢出（所有语言通用） ========== */
/* 给所有文本容器加上自动换行规则，防止英文单词溢出 */
p, .content, .text-container, div, span, li {
  word-wrap: break-word; /* 允许长单词换行 */
  word-break: break-all; /* 强制所有字符换行（兼容旧浏览器） */
  overflow-wrap: break-word; /* 现代浏览器标准换行规则 */
}

/* ========== 2. 语言专属字体大小控制 ========== */
/* 中文/韩文默认大小（根据你页面现有字体调整，比如16px） */
html.lang-zhs body,
html.lang-zht body,
html.lang-ko body {
  font-size: 10px;
}

/* 英文/法语缩小（比中文小2px，比如14px，避免溢出） */
html.lang-en body,
html.lang-fr body {
  font-size: 10px;
}

/* 如果你只想缩小特定区域（比如公司介绍文本），可以单独加类名 */
html.lang-en .company-intro,
html.lang-fr .company-intro {
  font-size: 13px; /* 比全局再小1px，解决长文本溢出 */
}
.nav{
	width: 100%;
	height: 960px;
	margin: 0 auto;
}
.ss{
background: url(../images/ss1.jpg)no-repeat;
	width: 1903px;
	height: 960px;
	margin: 0 auto;
}
.aa{
	width: 100%;
	height: 80px;
	position: relative;
}
.aa img{
	margin-left: 92px;
	margin-top: 24px;
	position: absolute;
}
.aa p{
	font-size: 26px;
	color: #fff;
	margin-left: 154px;
	margin-top: 20px;
	position: absolute;
}
html.lang-en .aa p,
html.lang-fr .aa p{
  font-size: 24px; /* 比全局再小1px，解决长文本溢出 */
}
.aa .nav1{
	width: 700px;
	height: 78px;
	margin-left: 780px;
	position: absolute;

}
.nav1 .one>li{
	float: left;
	width: 160px;
	height: 40px;
	list-style: none;
	text-align: center;

}
.nav1 .one>li a{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	width: 160px;
	height: 80px;
	font-weight: normal;
	line-height: 80px;
	text-decoration: none;
	display: inline-block;
	
}
html.lang-en .nav1 .one>li a,
html.lang-fr .nav1 .one>li a{
  font-size: 15px; /* 比全局再小1px，解决长文本溢出 */
}
.nav1 .one>li a:hover{
	width: 160px;
	height: 80px;
	color: #FFFFFF;
	background-color: #2a70ff;
	display: inline-block;
}

.az{
	width: 140px;
	height: 80px;
	margin-left: 900px;
	position: absolute;
}
.as{
	background: url(../images/yy.png)no-repeat;
		width: 26px;
		height: 26px;
		margin-top: 25px;
}
.as .dv>li{
	float: left;
	width: 140px;
	height: 40px;
	list-style: none;
	margin-left: 40px;
}
.as .dv>li a{
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	text-decoration: none;
	display: inline-block;
}
.as .dv>li a:hover{
	color: #FFFFFF;
	border-bottom: 3px #FFFFFF solid;
	display: inline-block;
}
.as .zx{
	width: 100px;
	background-color: #2a70ff;
	display: none;
}
.ignore{
	font-size: 16px;
	list-style: none;
	margin-left: 10px;
}
.as .dv>li:hover .zx{
	display: inline-block;
}
.xt{
	width: 100%;
	height: 1px;
	background-color: #FFFFFF;
}
.comp{
	width: 1700px;
	height: 560px;
	margin: 0 auto;
	margin-top: -240px;
	
}
.tex{
	width: 610px;
	height: 560px;
	float: left;
	margin-left: 190px;
}
.up{
	width: 610px;
	height: 520px;
	margin-top: 40px;
}
.up p1{
	font-size: 34px;
	color: #1149ea;
	font-weight: 450;
}
html.lang-en .up p1,
html.lang-fr .up p1{
  font-size: 30px; /* 比全局再小1px，解决长文本溢出 */
}
.up h1{
	width: 40px;
	height: 3px;
	background-color: #a7a7a7;
	margin-left: 48px;
	margin-top: 7px;
position: relative;
}
.up p2{
	font-size: 18px;
	color: #505050;
	margin-left: 4px;
	margin-top: 5px;
	position: absolute;
}
html.lang-en .up p2,
html.lang-fr .up p2{
  font-size: 16px; /* 比全局再小1px，解决长文本溢出 */
}
.up p3{
	font-size: 28px;
	color: #000;
	margin-top: 50px;
	position: absolute;
}
html.lang-en .up p3,
html.lang-fr .up p3{
  font-size: 22px; /* 比全局再小1px，解决长文本溢出 */
}
.up p4{
	font-size: 20px;
	color: #333333;
	font-family: sans-serif;
	margin-top: 120px;
	width: 550px;
	line-height: 42px;
	text-indent: 2em;
	position: absolute;
}
.product-title {
  position: absolute;
  top: 30px; /* 距离卡片顶部的距离，和截图位置对齐 */
  left: 50%;
  transform: translateX(-50%); /* 水平居中 */
  text-decoration: none; /* 去掉a标签默认下划线 */
  color: #000000; /* 黑色文字，和截图一致 */
  font-size: 18px;
  font-weight: 500;
  transition: all 0.2s ease; /* 加过渡动画，hover有变化 */
}

/* 3. 鼠标悬浮交互：让用户知道文字可点击 */
.product-title:hover {
  color: #0066cc; /* 变成主题蓝色，和卡片边框呼应 */
  text-decoration: underline; /* 悬浮时显示下划线，增强提示 */
}
html.lang-en .up p4,
html.lang-fr .up p4{
  font-size: 16px; /* 比全局再小1px，解决长文本溢出 */
  line-height: 27px;
}

.pic{
	width: 900px;
	height: 560px;
	float: left;
}
.pic img{
	margin-left: 44px;
	margin-top: 54px;
}
.prod{
	width: 1700px;
	height: 760px;
	margin: 0 auto;
}
.pr{
	width: 1700px;
	height: 100px;
	margin-top: 30px;
}
.pr p1{
	font-size: 34px;
	font-weight: 450;
	margin-left: 186px;
	color: #1149EA;
}
.pr h1{
	width: 40px;
	height: 3px;
	background-color: #a7a7a7;
	margin-left: 234px;
	margin-top: 7px;
position: relative;
}
.pr p2{
	font-size: 18px;
	color: #505050;
	margin-left: 184px;
	margin-top: 5px;
	position: absolute;
}
.tp{
	width: 1700px;
	height: 530px;
	position: relative;
}
.bj{
	width: 1700px;
	height: 340px;
	background-color: #cacfde;
	border-radius: 40px;
	position: absolute;
	margin-top: 190px;
}
.jt_l{
	width: 190px;
	height: 530px;
	margin-top: -190px;
	float: left;
}
.jt_l img{
	margin-left: 68px;
	margin-top: 326px;
}
.zj{
	width: 1320px;
	height: 530px;
	float: left;
	margin-top: -190px;
}
.fy{
	float: left;
	margin-top: 20px;
}
.xz{
	float: left;
	margin-left: 60px;
	margin-top: 20px;
}
.zm{
	float: left;
	margin-left: 60px;
	margin-top: 20px;                                
}
.jt_r{
	width: 190px;
	height: 530px;
	margin-top: -190px;
	float: left;
}
.jt_r img{
	margin-left: 68px;
	margin-top: 326px;
}
.xw{
	width: 1903px;
	height: 620px;
	background-color: #CACFDE;
	background: url(../images/ct.png)no-repeat;
	margin: 0 auto;
	margin-top: 80px;
	position: relative;
}
.yfa{
	width: 89px;
	height: 92px;
	background: url(../images/xwj.png)no-repeat;
	margin-left: 210px;
	margin-top: 162px;
	position: absolute;
}
.zza{
	width: 79px;
	height: 100px;
	background: url(../images/gj.png)no-repeat;
	margin-left: 924px;
	margin-top: 162px;
	position: absolute;
}
.fwa{
	width: 90px;
	height: 90px;
	background: url(../images/ax.png)no-repeat;
	margin-left: 1602px;
	margin-top: 162px;
	position: absolute;
}
.xw p1{
	font-size: 50px;
	color: #FFFFFF;
	position: absolute;
	margin-left: 206px;
	margin-top: 274px;
}
html.lang-en .xw p1 ,
html.lang-fr .xw p1 {
  font-size: 40px; /* 比全局再小1px，解决长文本溢出 */
}
html.lang-en .xw p2 ,
html.lang-fr .xw p2 {
  font-size: 40px; /* 比全局再小1px，解决长文本溢出 */
  margin-left: 850px;
}
html.lang-en .xw p3 ,
html.lang-fr .xw p3 {
  font-size: 40px; /* 比全局再小1px，解决长文本溢出 */
  margin-left: 1594px;
}
.xw p2{
	font-size: 50px;
	color: #FFFFFF;
	position: absolute;
	margin-left: 914px;
	margin-top: 274px;
}
.xw p3{
	font-size: 50px;
	color: #FFFFFF;
	position: absolute;
	margin-left: 1600px;
	margin-top: 274px;
}
.xw p4{
	font-size: 18px;
	color: #FFFFFF;
	position: absolute;
	width: 440px;
	line-height: 36px;
	margin-left: 84px;
	margin-top: 410px;
}
html.lang-en .xw p4 ,
html.lang-fr .xw p4 {
  font-size: 16px; /* 比全局再小1px，解决长文本溢出 */
}
html.lang-en .xw p5 ,
html.lang-fr .xw p5 {
  font-size: 16px; /* 比全局再小1px，解决长文本溢出 */
}
html.lang-en .xw p6 ,
html.lang-fr .xw p6 {
  font-size: 16px; /* 比全局再小1px，解决长文本溢出 */
}
.xw p5{
	font-size: 18px;
	color: #FFFFFF;
	position: absolute;
	width: 440px;
	line-height: 36px;
	margin-left: 782px;
	margin-top: 410px;
}
.xw p6{
	font-size: 18px;
	color: #FFFFFF;
	position: absolute;
	width: 320px;
	line-height: 36px;
	margin-left: 1494px;
	margin-top: 410px;
}

.db{
	width: 1903px;
	height: 543px;
	margin: 0 auto;
	margin-top: 120px;
	background: url(../images/db.png)no-repeat;
}
.dba{
	width: 951px;
	height: 543px;
	float: left;
	position: relative;
}
.dba img{
	width: 46px;
	height: 32px;
	margin-left: 300px;
	margin-top: 126px;
	position: absolute;
}
html.lang-en .dba img ,
html.lang-fr .dba img {
  width: 42px;
  height: 30px;
}
.dba p{
	position: absolute;
	font-size: 26px;
	color: #FFFFFF;
	margin-left: 360px;
	margin-top: 122px;
}
html.lang-en .dba p ,
html.lang-fr .dba p {
  font-size: 22px; /* 比全局再小1px，解决长文本溢出 */
}
.dba h1{
	position: absolute;
	margin-left: 300px;
	margin-top: 244px;
}
html.lang-en .dba h1 ,
html.lang-fr .dba h1 {
  margin-top: 230px;
}
.dba p1{
	position: absolute;
	font-size: 20px;
	color: #FFFFFF;
	margin-left: 330px;
	margin-top: 260px;
}
html.lang-en .dba p1 ,
html.lang-fr .dba p1 {
  font-size: 18px; /* 比全局再小1px，解决长文本溢出 */
  width: 360px;
  margin-top: 240px;
}
.dba h2{
	position: absolute;
	margin-left: 300px;
	margin-top: 320px;
}
.dba p2{
	position: absolute;
	font-size: 20px;
	color: #FFFFFF;
	margin-left: 330px;
	margin-top: 320px;
}
html.lang-en .dba p2 ,
html.lang-fr .dba p2 {
  font-size: 18px; /* 比全局再小1px，解决长文本溢出 */
}
.dba h3{
	position: absolute;
	margin-left: 300px;
	margin-top: 383px;
}
.dba p3{
	position: absolute;
	font-size: 20px;
	color: #FFFFFF;
	margin-left: 330px;
	margin-top: 380px;
}
html.lang-en .dba p3 ,
html.lang-fr .dba p3 {
  font-size: 18px; /* 比全局再小1px，解决长文本溢出 */
}
.dba h4{
	position: absolute;
	margin-left: 300px;
	margin-top: 446px;
}
.dba p4{
	position: absolute;
	font-size: 20px;
	color: #FFFFFF;
	margin-left: 330px;
	margin-top: 440px;
}
html.lang-en .dba p4 ,
html.lang-fr .dba p4 {
  font-size: 18px; /* 比全局再小1px，解决长文本溢出 */
}

.dbs{
	width: 952px;
	height: 543px;
	float: right;
}
.dbs ul{
	width: 840px;
	height: 200px;
	margin-top: 200px;
}
.dbs ul>li{
	float: left;
	width: 160px;
	height: 40px;
	list-style: none;
	text-align: center;

}
html.lang-en .dbs ul>li a,
html.lang-fr .dbs ul>li a{
  font-size: 16px; /* 比全局再小1px，解决长文本溢出 */
}
.dbs ul>li a{
	font-size: 18px;
	color: #FFFFFF;
	line-height: 20px;
	text-decoration: none;
	display: inline-block;
}
.ba{
	width: 1903px;
	height: 60px;
	margin: 0 auto;
	background-color: #333333;
	position: relative;
}
.ba p{
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	float: left;
	margin-left: 300px;
	margin-top: 18px;
}
html.lang-en .ba p,
html.lang-fr .ba p{
  font-size: 14px; /* 比全局再小1px，解决长文本溢出 */
  margin-top: 20px;
}
.ba a{
	font-size: 16px;
	color: #FFFFFF;
	float: left;
	margin-left: 600px;
	text-decoration: none;
	position: absolute;
	margin-top: 18px;
}
html.lang-en .ba a,
html.lang-fr .ba a{
  font-size: 14px; /* 比全局再小1px，解决长文本溢出 */
  margin-left: 780px;
  margin-top: 20px;
}