img {
    max-width: 100%;  /* 确保图片不会超过容器的宽度 */
    height: auto;     /* 保持纵横比 */
}


* {
	padding: 0;
	margin: 0;
	outline:none;
}
    
input,
button {
	outline: none;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

* {
	box-sizing: border-box;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfloat:after {
	content: " ";
	display: table;
}

.clearfloat:after {
	clear: both;
}

#header {
	height: 120px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	position: static;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
}

a {
	text-decoration: none;
	color: #333;
	transition: all 0.3s;
}

a:hover {
	color: #005BC1;
}

body {
	font-family: arial;
	background: #f4f4f4;
}

.soso-a {
	color: #000000;
	font-size: 16px;
	font-family: arial;
	padding: 0 25px;
	border-right: 1px #e5e5e5 solid;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	float: left;
	margin-top: 7px;
}

.soso-a:hover {
	color: #005bc1;
}

.soso-a span {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin-right: 5px;
}

.logo {
	padding-top: 30px;
}
.logo  img{
	height: 62px;
}

.w1450px {
	max-width: 1450px;
	margin: auto;
	padding: 0 10px;
}

.top-soso {
	padding-top: 20px;
	max-width: 1440px;
	float: right;
}

.soso-inp {
	display: inline-block;
	width: 256px;
	height: 36px;
	line-height: 36px;
	border: 1px #ccc solid;
	border-radius: 18px;
	margin-left: 25px;
	overflow: hidden;
	position: relative;
}

.soso-inp input {
	float: left;
	padding-left: 18px;
	font-size: 16px;
	width: 200px;
	border: none;
	background: transparent;
	outline: none;
}

.soso-inp button {
	background: #005bc1 url(../images/so.png) no-repeat center center;
	width: 53px;
	height: 36px;
	border: 1px #005bc1 solid;
	position: absolute;
	top: 0;
	right: 0;
	outline: none;
	cursor: pointer;
}

.nav {
	margin-top: 16px;
}
.nav li.nLi{
	float: left;
	position: relative;
	z-index: 10;
}
.nav li.nLi h3 a {
	display: inline-block;
	height: 44px;
	line-height: 34px;
	padding:0 0 0 60px;
	font-size: 16px;
	font-weight: bold;
}
.nav li.nLi.on h3 a,.nav li.nLi a.active {
	color: #333;
}

.nav li .sub{
	border-top: 6px #005bc1 solid;
	position: absolute;
	left: 50%;
	top: 44px;
	/*padding:15px 20px;*/
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	width: 220px;
	z-index: 300;
	display: none;
	transform: translateX(-35%)
}
.nav li .sub li{
    text-align: center;
    height: 38px;
    line-height: 38px;
}
.nav li .sub li a{
	padding-left: 0;
	height: 38px;
	line-height: 38px;
	word-wrap:break-word;
	font-size: 16px;
	color: #696969;
    display: flex;
    display: block;
    justify-content: center;
    align-items: center; padding: 0;
}
.nav li .sub li a:hover{
	/*color: #005bc1;*/
    color: #fff;
    background-color:#005bc1
}

.contnet {
	padding-top: 0px;
}

.index-ban .swiper-button-prev,
.index-ban .swiper-container-rtl .swiper-button-next {
	left: 60px;
}

.index-ban .swiper-button-next,
.index-ban .swiper-container-rtl .swiper-button-prev {
	right: 60px;
	left: auto;
}

.index-ban img {
    display: block;
    margin: auto;
}


.swiper-button-next,
.swiper-button-prev {
	width: 60px;
	height: 60px;
	color: #bcbcbc;
	background: #eeeff0;
	border-radius: 50%;
	line-height: 60px;
	text-align: center;

}

.index-ban .swiper-button-prev:after,
.index-ban .swiper-container-rtl .swiper-button-next:after {
	font-size: 30px;
}

.index-ban .swiper-button-next:after,
.index-ban .swiper-container-rtl .swiper-button-prev:after {
	font-size: 30px;
}

.index-ban .swiper-button-next:hover,
.index-ban .swiper-button-prev:hover {
	background: #fff;
	color: #005bc1;
}

.index-ban .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
}

.index-ban {
	overflow: hidden;
	display: block;
}

.index-ban .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}

.index-ban .swiper-pagination-bullet-active {
	background: #005bc1;
}

.index-ban .swiper-pagination {
	bottom: 20px;
}

.index-cp,.index-cp-new,.index-cp-new2 {
	margin-top: 0px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	align-items: stretch;
	background: #fff;
	padding-top:0px;
}

.index-cp li {
	width: 25%;
	flex-direction: row;
	margin-top: 15px;
	height: 100%;

}

.index-cp li a.index-img1 {
	display: block;
	background: #f5f5f5;
	padding: 4%;
	margin-left: 15px;
	text-align: center;
	transition: all 0.3s;
}

.index-cp li .img {
    /*min-height: 400px;*/
    /*height: 400px;*/
     min-height: auto;
    height: auto;
    display: flex;
    margin-top: 10px;
    align-items: center;
}

.index-cp li .img img {
	display: block;
    margin: 0 auto;
    /*height: 400px;*/
    max-width: 100%;

}

.index-cp li h2 {
	font-size: 20px;
	margin: 12px 0 0 0;
	padding: 0;
	text-align: center;
	font-family: arial;
	font-weight: 400;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 30px;
	line-height: 30px;
	color: #333;
}

.index-cp li:hover h2{
	color: #005bc1;
}

/*9-25新增list样式*/
.index-cp-new li,.index-cp-new2 li {
	width: 33.333%;
	flex-direction: row;
	margin-top: 15px;
	height: 100%;
	margin-bottom: 20px;

}


.index-cp-new li a.index-img1,.index-cp-new2 li a.index-img1 {
	/*display: block;*/float: left;
	margin-left: 24px;
	text-align: center;
	transition: all 0.3s;
}

.index-cp-new li .img,.index-cp-new2 li .img {
    /* height: auto; */
    display: flex;
    margin-top: 10px;
    align-items: center;
    display: block;
    overflow: hidden;
    width: 100%; /* 设置容器宽度 */
  height: 300px; /* 设置容器高度 */
  overflow: hidden; /* 隐藏超出容器的部分 */
  display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
}
.index-cp-new li .img01{
    /* height: auto; */
    display: flex;
    margin-top: 10px;
    align-items: center;
    display: block;
    overflow: hidden;
    width: 100%; /* 设置容器宽度 */
  height: 380px; /* 设置容器高度 */
  overflow: hidden; /* 隐藏超出容器的部分 */
  display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
}
.index-cp-new li a.img1_box{box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);}

.index-cp-new li .img img,.index-cp-new li .img01 img,.index-cp-new2 li .img img {
	display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease; /* 平滑过渡效果 */
  transform: scale(1); /* 默认缩放比例 */
  max-width: 100%; /* 图片宽度不超过容器宽度 */
  height: auto; /* 高度自动缩放 */
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); /* 裁剪图片 */

}

.index-cp-new li h2,.index-cp-new2 li h2 {
	font-size: 24px;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: left;
    font-family: arial;
    font-weight: bold;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px;
    color: #1f2935;
}
.index-cp-new li span,.index-cp-new2 li span{
    font-size: 16px;
    color: #6d7783;
    text-align: left;
    float: left;
    margin-top: 10px;
    line-height: 22px;
    height: 44px;
   
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:6; /*文本行数*/
    overflow: hidden;
   text-overflow:ellipsis;    
   word-break: break-word;/*强制换行*/
}
.index-cp-new li:hover h2,.index-cp-new li:hover span,.index-cp-new2 li:hover h2,.index-cp-new2 li:hover span{
	color: #005bc1;
}
.index-cp-new li:hover img,.index-cp-new2 li:hover img{transform: scale(1.1); /* 鼠标滑过时放大的缩放比例 */}
/*.index-cp li:hover a.index-img1 {*/
/*	background: #005bc1;*/
/*}*/
.index-cp li:hover a.index-img1 {
	background: #ffffff;
    border: 1px solid #ebebeb;
}

.index-box2 {
	background: #f5f5f5;
	padding-bottom: 100px;
}
.index-box1{    background: #fff;padding-bottom: 40px;    width: 100%;}

.title-t1 {
	line-height: 180px;
	height: 180px;
	text-transform:uppercase;
	text-align: center;
	position: relative;
	font-size: 40px;
	color: #333;
}


.title-t1 span {
	display: inline-block;
	padding: 0 20px;
	background: #fff;
	position: relative;
	z-index: 10;
}

.title-t1:after {
	margin-left: -230px;
	content: "";
	height: 1px;
	width: 460px;
	background: #e1e1e1;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
}


.fq-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-left: -80px;
}

.fq-list li {
	margin-left: 80px;
	flex: 1;
}

.fq-list li a {
	display: block;
	padding: 40px 0;
	font-size: 18px;
	color: #818181;
	text-align: center;
	border-radius: 10px;
	border: 1px #e1e1e1 solid;
}

.fq-list li a p {
	margin-top: 25px;
}

.fq-list li a i {
	height: 100px;
	display: block;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fq-list li a i.bg1 {
	background: url(../images/ic1-1.png) no-repeat 50%;
}

.fq-list li a i.bg2 {
	background: url(../images/ic2-1.png) no-repeat 50%;
}

.fq-list li a i.bg3 {
	background: url(../images/ic3-1.png) no-repeat 50%;
}

.fq-list li:hover a {
	background: #005bc1;
	color: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 91, 193, .1);
}

.fq-list li:hover i.bg1 {
	background: url(../images/ic1-2.png) no-repeat 50%;
}

.fq-list li:hover i.bg2 {
	background: url(../images/ic2-2.png) no-repeat 50%;
}

.fq-list li:hover i.bg3 {
	background: url(../images/ic3-2.png) no-repeat 50%;
}


/*9-25新增*/
.fq-list1 {
}

.fq-list1 li {
    float: left;
    width: 48%;
    margin: 20px 0;
    /*border: 1px #e1e1e1 solid;*/
    border-radius: 10px;
    transition: transform 0.3s ease;    
}
.fq-list1 li:nth-child(2n){
    margin-left: 2%;
}

.fq-list1 li a {
	display: block;
	padding: 40px 0;
	font-size: 18px;
	color: #818181;
	text-align: center;
	border-radius: 10px;
	height: 166px;
	background-color: rgba(0, 0, 0, 0.2); 
}

.fq-list1 li a p {
    /*margin-top: 25px;*/
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
}
.fq-list1 li a span{
    /*font-weight: bold;*/
    color: #fff;
}

.fq-list1 li a i {
	height: 100px;
	display: block;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fq-list1 li.bg1 {
	background: url(../images/mining1.jpg) no-repeat 50%;
	background-size: cover;
}

.fq-list1 li.bg2 {
	background: url(../images/COAL2.jpg) no-repeat 50%;
	background-size: cover;
}

.fq-list1 li.bg3 {
	background: url(../images/CIVIL3.jpg) no-repeat 50%;
	background-size: cover;
}
.fq-list1 li.bg4 {
	background: url(../images/HEAVY4.jpg) no-repeat 50%;
	background-size: cover;
}
.fq-list1 li:hover a {
	background:rgba(0, 91, 193, .8);
	color: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 91, 193, .1);
	
}
.fq-list1 li:hover{transform: scale(1.1);}

.fq-list1 li:hover i.bg1 {
	background: url(../images/ic1-2.png) no-repeat 50%;
}





.index-box3 {
	background: #f5f5f5;
	padding-bottom: 100px;
}
.index-box4{
    height: 585px;
	background: url(../images/contactus.jpg) no-repeat 50%;
	background-size: cover;
}


.title-t1.t2 span {
	background: #F5F5F5;
}

.featured-ul {
	margin-left: -2%;
}

.featured-ul li {
	width: 23%;
	float: left;
	margin-left: 2%;
	border-radius: 8px;
	padding: 19px;
	transition: all 0.3s;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.featured-ul li:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.featured-ul li .img {
	height: 237px;
	display: flex;
	align-items: center;
	text-align: center;
	width: 100%;
	position: relative;
	overflow: hidden;

}

.featured-ul li .img img {
	display: block;
	margin: 0 auto;
	position: relative;
	/*max-height: 80%;*/
	width: 100%;
	transition: all 0.3s;
}
.featured-ul01 li .img img{width: 60%!important;}
.featured-ul li:hover .img img {
	transform: scale(1.15);
}


.featured-ul li .hover-div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 10;
	opacity: 0;
	transition: all 0.4s;
}

.featured-ul li:hover .hover-div {
	opacity: 1;
}

.featured-ul li .hover-div i {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/i.png) no-repeat;
}

.featured-ul li h3 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 5px;
}

.featured-ul li:hover h3 {
	color: #005bc1;
}

.featured-ul li p {
    font-size: 14px;
    color: #818181;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.featured-ul li span {
	display: inline-block;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	color: #333;
}

.footer {
	background: #414141;

}

.foot-abs {
	position: absolute;
	left: 0;
	top: -25px;
}

.foot-top {
	padding-top: 38px;
	padding-bottom: 30px;
	position: relative;
}

.foot-tl {
	width: 415px;

}

.foot-tl p {
	color: #ababab;
	font-size: 14px;
	line-height: 24px;
}

.foot-tit {
	font-size: 30px;
	color: #fff;
	height: 46px;
	line-height: 46px;
	margin-bottom: 5px;
	font-weight: 400;
}

.foot-tlform {
	margin-top: 18px;
	border-radius: 8px;
	overflow: hidden;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	position: relative;
}

.foot-tlform input {
	width: 100%;
	padding-left: 18px;
	padding-right: 80px;
	background: #fff;
	border: none;
}

.foot-tlform button {
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 46px;
	border: none;
	background: #005BC1;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.foot-tc {
	margin-left: 6%;
}

.foot-tcul li {
	color: #ababab;
	font-size: 14px;
	line-height: 36px;

	height:auto;
}

.foot-tcul li i {
	display: inline-block;
	width: 26px;
	height: 36px;
	float: left;
}

.foot-tcul li div {
	margin-right: 15px;
}

.foot-tcul li i.bg1 {
	background: url(../images/d1.png) no-repeat left center;
}

.foot-tcul li i.bg2 {
	background: url(../images/d2.png) no-repeat left center;
}

.foot-tcul li i.bg3 {
	background: url(../images/d3.png) no-repeat left center;
}

.foot-tcul li i.bg4 {
	background: url(../images/d4.png) no-repeat left center;
}

.foot-trdiv {
	margin-left: -25px;
	margin-top: 20px;
}

.foot-trdiv a {
	float: left;
	width: 52px;
	height: 52px;
	border-radius: 6px;
	margin-left: 25px;
}

.foot-trdiv a.fx1 {
	background: #fff url(../images/fx1.png) no-repeat 50%;
}

.foot-trdiv a.fx1:hover {
	background: #005bc1 url(../images/fx1-2.png) no-repeat 50%;
}

.foot-trdiv a.fx2 {
	background: #fff url(../images/fx2.png) no-repeat 50%;
}

.foot-trdiv a.fx2:hover {
	background: #005bc1 url(../images/fx2-2.png) no-repeat 50%;
}

.foot-trdiv a.fx3 {
	background: #fff url(../images/fx3.png) no-repeat 50%;
}

.foot-trdiv a.fx3:hover {
	background: #005bc1 url(../images/fx3-2.png) no-repeat 50%;
}

.foot-trdiv a.fx4 {
	background: #fff url(../images/fx4.png) no-repeat 50%;
}

.foot-trdiv a.fx4:hover {
	background: #005bc1 url(../images/fx4-2.png) no-repeat 50%;
}

.foot-trdiv a.fx5 {
	background: #fff url(../images/fx5.png) no-repeat 50%;
}

.foot-trdiv a.fx5:hover {
	background: #005bc1 url(../images/fx5-2.png) no-repeat 50%;
}

.copy {
	background: #2d2d2d;
	padding: 5px 0;

}

.copy-l {
	line-height: 16px;
}

.copy-l .copy-logo {
	float: left;
}
.copy-l .copy-logo img{
	height: 35px;
}
.copy-l p {
	color: #6f6f6f;
	font-size: 14px;
}
.copy-l p a{
	color: #6f6f6f;
	font-size: 14px;
}
.copy-r, .copy-r a {
	color: #6f6f6f;
	font-size: 14px;
}
.copy-nav a {
	font-size: 14px;
	color: #6f6f6f;
	float: left;
	padding: 0 25px;
	position: relative;
	line-height: 35px;
	height: 35px;

}

.copy-nav a:hover {
	color: #005BC1;
}

.copy-nav a+a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	width: 1px;
	height: 12px;
	background: #6f6f6f;
}

/* 鍏充簬鎴戜滑*/
.ny-box {
    /*height: 300px;*/
    height: 420px;
    line-height: 300px;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
.ny-box .ny-box-txt{
    height:100%;
    width:100%;
    /*background: rgba(0,0,0,.4);*/
    padding-top: 68px;
    font-size: 56px;font-style: italic;
}
/*10-14 new*/
.ny-box .ny-box-txt span,.ny-box .ny-box-txt b{ font-size: 60px;
    font-style: italic;
    display: block;
    height: 80px;
    line-height: 80px;
    width: 100%;
    font-weight: bold;
    position: relative;margin-top: 50px;}
.ny-box .ny-box-txt b{margin-top: 100px;}    
.ny-box .ny-box-txt span{margin-top: 50px;}    
.ny-box .ny-box-txt span:before{content: '';
    position: absolute;
    height: 4px;
    width: 4%;
    background: #ffab12;
    bottom: -10px;
    left: 48%;
}
.ny-box .ny-box-txt i{ font-size: 22px;
    width: 40%;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    margin-top: 30px;
}

/*10-14 new*/

.bread-box {
	background: #fff;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}

.bread-l a {
	float: left;
	margin-right: 70px;
	font-size: 16px;
	color: #818181;
	height: 58px;
	border-bottom: 2px #fff solid;
}

.bread-l a:hover,
.bread-l a.on {
	color: #005BC1;
	border-bottom-color: #005BC1;
}

.bread-r {
	color: #ababab;
	font-size: 16px;
	font-size: 14px;
}

.bread-r a {
	color: #ababab;
	display: inline-block;
	margin: 0 7px;
}

.bread-r a:hover {
	color: #005BC1;
}

.bread-r span {
	color: #005BC1;
}

.ny-nrbox {
	padding-bottom: 70px;
	padding-top: 45px;
}

#video {
	width: 970px;
	height: 594px;
	margin: 0 auto;
	position: relative;
}

#video video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.VideoBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	margin-top: -35px;
	cursor: pointer;
	z-index: 10;
}

.VideoBtn {}

.video-con video {
	width: 100%;
}

.video-con {
	position: relative;
	max-width: 1450px;
}

.video-con .btn {
	background: rgba(0, 0, 0, .7) url("../images/play-btn.png") no-repeat 50%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.video-con .btn.pause {
	display: none;
}

.center-video {
    display: block;
    margin: 0 auto;
}

.about-txt {
	margin-top: 30px;
	font-size: 14px;
	line-height: 1.8;
	color: #000000;
}

.about-txt p {
	margin-bottom: 10px;
}

.news-item {
	border-radius: 9px;
	padding: 20px;
	background: #fff;
	display: block;
	position: relative;
	margin-bottom: 28px;
}

.n-img {
	width: 280px;
	height: 180px;
	overflow: hidden;

}

.n-img img {
	transition: all 0.4s;
	
}

.n-txt {
	margin-left: 310px;
	padding-right: 120px;

}

.n-txt h2 {
	margin-top: 5px;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	font-weight: 400;
	overflow: hidden;
}

.n-txt p {
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	color: #818181;
}

.n-txt span {
	color: #333;
	font-size: 16px;
	display: inline-block;
	margin-top: 10px;
}

.n-abs {
	position: absolute;
	right: 50px;
	width: 46px;
	height: 46px;
	background: #efefef url(../images/n-ic1.png) no-repeat 50%;
	border-radius: 50%;
	top: 50%;
	margin-top: -23px;

}

.news-item:hover .n-img img {
	transform: scale(1.15);
}

.news-item:hover .n-abs {
	background: #005BC1 url(../images/n-ic2.png) no-repeat 50%;
}

.news-item:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.pages {
	display: flex; /* 确保分页按钮水平排列 */
	justify-content: center; /* 将分页按钮水平居中 */
	text-align: center;
	margin-top: 20px;
}

.pages a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border-radius: 6px;
	background: #fff;
	font-size: 16px;
	color: #333;
	margin: 0 4px;
	white-space: normal; /* 防止文本换行 */ /* 改了，现在自动换行 */
}

.pages a:hover,
.pages a.on {
	background: #005BC1;
	color: #fff;
}

.newsxq {
	background: #fff;
	padding: 50px;
}

.news-title h1 {
	font-size: 26px;
	color: #333;
	text-align: center;
}

.news-title {
	border-bottom: 1px #d3d3d3 solid;
	padding-bottom: 20px;
}

.news-title p {
	text-align: center;
	color: #ababab;
	padding-top: 10px;
	font-size: 14px;
}
.news-title p span{
	margin-right: 10px;
}
.news-title p span:last-child{
	margin-right: unset;
}
.news-txts {
	padding-top: 20px;
	font-size: 14px;
	color: #000000;
	line-height: 1.8;
}
.news-txts img {max-width:100% !important;}
.news-txts p {
	margin-bottom: 10px;
}

.page-ny {
	border-top: 1px #d3d3d3 solid;
	margin-top: 30px;
	padding-top: 20px;
	color: #d3d3d3;
	flex-direction: row;
}

.page-ny li {
	max-width: 49%;
	overflow: hidden;
	display: inherit;
    white-space: normal;
    text-overflow: ellipsis;
}

.page-ny li a {
	color: #818181;
	font-size: 14px;
}

.page-ny li a:hover {
	color: #005BC1;
	text-decoration: underline;
}

.lx-r {
	max-width: 800px;
}

.lx-l {
	max-width: 550px;
	font-size: 14px;
	color: #818181;
}

.lx-l h2 {
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
}

.lxwm-list {
	margin-bottom: 40px;
}

.lxwm-list li {
	line-height: 36px;
	padding-left: 28px;
}

.lxwm-list li span {
	font-weight: bold;
	color: #333;
}

.lxwm-list li.lx1 {
	background: url(../images/l1.png) no-repeat 0 10px;
}

.lxwm-list li.lx2 {
	background: url(../images/l2.png) no-repeat 0 10px;
}

.lxwm-list li.lx3 {
	background: url(../images/l3.png) no-repeat 0 10px;
}

.lxwm-list li.lx4 {
	background: url(../images/l4.png) no-repeat 0 10px;
}

.lxwm-list li.lx5 {
	background: url(../images/l5.png) no-repeat 0 10px;
}

.lxwm-list li.lx6 {
	background: url(../images/l6.png) no-repeat 0 10px;
}

.lxwm-list li.lx7 {
	background: url(../images/l7.png) no-repeat 0 10px;
}

.lxwm-list li.lx8 {
	background: url(../images/l8.png) no-repeat 0 10px;
}

.lxwm-list li.lx9 {
	background: url(../images/l9.png) no-repeat 0 10px;
}

.lxwm-list li.lx10 {
	background: url(../images/l10.png) no-repeat 0 10px;
}

.lxwm-list li.lx11 {
	background: url(../images/l11.png) no-repeat 0 10px;
}

.ttile2 {
	font-size: 18px;
	color: #333;
}

/* 鐣欒█ */
.input-group {
	margin-top: 30px;
}

.inputl,
.inputr {
	width: 48%;
	background: #fff;
	padding: 16px;
	border-radius: 6px;
        border:2px solid #f5f5f5;
}

.inputr label,
.inputl label {
	font-size: 16px;
	color: #ababab;
	float: left;
	height: 30px;
	line-height: 30px;
	width: 160px;
}

.inputr input,
.inputl input,
.input02 input {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	width: 100%;
	border: none;
}

.textareabox,
.input02 {
	padding: 0px;
	background: #fff;
	border-radius: 6px;
}

.input02 {
	padding-right: 150px;
	position: relative;
}

.textareabox textarea {
	width: 100%;
	border: none;
	height: 100px;
	outline: none;
	border:2px solid #f5f5f5;
	border-radius:6px;
	padding:16px;
}

.abs-yzm {
	position: absolute;
	right: 15px;
	top: 15px;
	max-width: 140px;
	cursor: pointer;
}

.abs-yzm img {
	width: 140px;
	height: 30px;
}

.input-group .btn-box {
	text-align: center;
	display: flex;
	justify-content:space-between;
}

.btn-box .btn {
	width: 330px;
	height: 78px;
	cursor: pointer;
	border: none;
	font-size: 24px;
	border-radius: 8px;
	margin: 0 0px;
}

.btn-box .btn.btn1 {
	background: #005BC1;
	color: #fff;
}

.btn-box .btn.btn2 {
	background: #a4a4a4;
	color: #fff;
}

.fqalist h3 {
	padding: 8px 0;
	line-height: 38px;
	border-bottom: 1px #d7d7d7 solid;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
}

.fqalist h3 span {
	width: 36px;
	height: 36px;
	background: #c0c0c0;
	font-weight: bold;
	font-size: 18px;
	line-height: 38px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 6px;
	color: #fff;
}

.fqalist h3 em {
	position: absolute;
	width: 36px;
	height: 36px;
	right: 0;
	top: 8px;
	border-radius: 6px;
	color: #fff;
	color: #005BC1;
	font-size: 24px;
	font-weight: bold;
}

.fqalist h3 em:after {
	content: "+";
	width: 36px;
	height: 36px;
	width: 100%;
	height: 100%;
}

.fqalist h3.on em:after {
	content: "-";
	font-size: 30px;
	font-weight: 400;
}

.fqalist h3.on span {
	background: #007AFF;
	color: #fff;
}

.fqalist h3.on {
	border: none;
}

.fqalist .item {
	position: relative;
	padding-left: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 38px;
	border-bottom: 1px #d7d7d7 solid;
	display: none;
}

.fqalist .item span {
	width: 36px;
	height: 36px;
	background: #5c5c5c;
	font-weight: bold;
	font-size: 18px;
	line-height: 38px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 6px;
	color: #fff;
}

.left-nav {
	width: 320px;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px #e1e1e1 solid;
}

.left-nav .item {
	display: none;

}

.left-nav h3 {
	padding: 0 22px;
	line-height: 58px;
	height: 58px;
	font-size: 16px;
	color: #333;
	font-weight: 400;
	border: 1px #e1e1e1 solid;
	border-bottom: none;
	background: url(../images/nlb1.png) no-repeat right 50%;
}

.left-nav h3.on {
	background: #005BC1 url(../images/nlb2.png) no-repeat right 50%;
	color: #fff;
}

.left-nav h3.on a{
	color: #fff;
}
.left-nav h3 a.quan{
	display: block;
    width: 100%;
}
.left-nav .item li {
	height: 40px;
	line-height: 40px;
}

.left-nav .item li a {
	display: block;
	padding-left: 27px;
	font-size: 14px;
	color: #818181;
}

.left-nav .item li a:hover,
.left-nav .item li.on a {
	background: #dbecff;
	color: #005bc1;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    font-size: 12px;
}


.downloadr {
}

.downloadr-table table {
	width: 100%;
	border-collapse: collapse;
}

.downloadr-table th {
	height: 78px;
	line-height: 78px;
	background: #dfdfdf;
	font-size: 18px;
	color: #333;
}

.downloadr-table td {
	padding: 15px 25px;
	border-bottom: 1px #ccc solid;
}

.downloadr-table td.tc {
	text-align: center;
}

.downloadr-table td a.downloadr-btn {
	background: url(../images/xz1.png) no-repeat center;
	display: block;
	height: 22px;
	min-width: 38px;
}

.downloadr-table tr.on td {
	background: #fff !important;
	border-bottom: 1px #f4f4f4 solid !important;
	color: #005bc1 !important;
}

.downloadr-table tr.on td a.downloadr-btn {
	background: url(../images/xz3.png) no-repeat center !important;
}

.downloadr-table tr:hover td {
	background: #005BC1;
	color: #fff;
}

.downloadr-table tr:hover td a.downloadr-btn {
	background: url(../images/xz2.png) no-repeat center;
}

.event-list {
	margin-left: -4%;
}

.event-list li {
	width: 25%;
	float: left;
	padding-left: 4%;
	margin-bottom: 15px;
}

.event-list li .eventabox {
	display: block;
}

.pic {
	padding: 6px;
	background: #fff;
}

.event-list li p {
	margin-top: 15px;
	text-align: center;
	font-size: 16px;
	color: #818181;
	height: 36px;
	overflow: hidden;
}

.iconfont {
	color: #fff;
	font-size: 40px;
}
/* shiploader顶部文案隐藏 */
.text-content {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制显示三行文本 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

/* 展开按钮样式 */
.toggle-btn {
    background: none;
    border: none;
    font-size: 20px; /* 符号大小 */
    color: #333;
    cursor: pointer;
    position: absolute;
    bottom: 0px; /* 距离文本底部0px */
    left: 50%;
    transform: translateX(-50%); /* 实现居中 */
    padding: 0;
}

/* 展开按钮背景 */
.toggle-btn:hover {
    color: #005bc1; /* 悬停时改变颜色 */
}

.products-toptxt {
	padding: 30px;
	background: #fff;
	border-radius: 6px;
	position: relative; /* 用于定位按钮 */
}

.products-toptxt h1 {
	font-size: 24px;
	color: #333;
	padding-bottom: 15px;
}

.products-toptxt p {
	font-size: 14px;
	color: #818181;
	line-height: 24px;
	white-space: pre-line; 
	word-wrap: break-word; 
}

.products-list .featured-ul li {
	margin-top: 35px;
}

.products-list .pages {
	margin-top: 30px;    
	gap:4px;
	/*height: 30px;*/
 /*   line-height: 30px;*/
}
/*.products-list .pages strong{*/
/*    background: #005bc1;*/
/*    padding: 0px 10px;*/
/*    margin: 0 5px;*/
/*    color: #fff;*/
/*}*/
.products-list .pages li {

}
.products-list .pages li.active a{ background:#005bc1;color:#fff}

.productsbox {
	background: #fff;
	border-radius: 10px;
	padding: 35px;
}

.products-leftimg {
	width: 520px;
	overflow: hidden;
}

.titleh3 {
	height: 70px;
	line-height: 70px;
	text-align: center;
	width: 910px;
	margin: 0 auto;
	font-size: 26px;
	color: #000;
}

.titleh4 {
	text-align: center;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	padding: 10px 0 20px 0px;
}

.imgnav {
	width: 520px;
	margin: 10px auto;
}

#content {
	margin: 0px auto;
	line-height: 19px;
}

#content p {
	text-indent: 2em;
	color: #333;
}

.imgnav {
	position: relative;
	margin: 0 auto;
	width: 520px;
}

#img {
	z-index: 10;
	display: flex;
	align-items: center;
	width: 520px;
	position: relative;
	text-align: center;
	border: 1px #ddd solid;
	height: 520px;
	overflow: hidden;
}

#img img {
	width: 520px;
	height: auto;
	display: none;
	max-height:520px;
}

#front {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	cursor: pointer;
	width: 394px;
	height: 578px;
}

#front a {
	position: absolute;
	left: 20px;
	top: 224px;
	display: block;
	width: 104px;
	height: 104px;
	display: none;
}

#next {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	cursor: pointer;
	width: 394px;
	height: 578px;
}

#next a {
	position: absolute;
	right: 20px;
	top: 224px;
	display: block;
	width: 104px;
	height: 104px;
	display: none;
}

#cbtn {
	position: relative;
	margin-top: 10px;
}

#cbtn ul {
	position: relative;
	width: 10000px;
	height: 90px;
}

#cbtn ul li {
	border: 1px #e1e1e1 solid;
	display: flex;
	float: left;
	width: 88px;
	height: 88px;
	cursor: pointer;
	text-align: center;
	margin-right: 18px;
	position: relative;
	align-items: center;
}

#cbtn ul li img {
	width: 88px;
	height: auto;
	display: block;
}



#cbtn li.hov {
	border-color: #005BC1;
}

.ctrl div {
	clear: both;
}

#cSlideUl {
	width: 408px;
	overflow: hidden;
	position: relative;
	top: 0;
	margin: 0 auto;
}
.picSildeLeft,.boots .swiper-button-prev {
	cursor: pointer;
	position: absolute;
	top: 22px;
	left: 0;
	z-index: 9;
	background: #f4f4f4 url(../images/lbt1.png) no-repeat 50%;
	width: 40px;
	height: 90px;
	border-radius: 0;
}
.boots .swiper-button-next:after,.boots .swiper-button-prev:after{
	display: none;
}
.boots{
	position: relative;
	outline: none;
}
.picSildeLeft:hover,.boots .swiper-button-prev:hover {
	background: #005bc1 url(../images/lbt2.png) no-repeat 50%;
}

.picSildeRight:hover,.boots .swiper-button-next:hover {
	background: #005bc1 url(../images/rbt2.png) no-repeat 50%;
}

.gallery-thumbs{
	margin-left: 50px;
	margin-right: 50px;
	height: 90px;
}
.gallery-thumbs .swiper-slide{
	position: relative;
}
.gallery-thumbs .swiper-slide img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 90px;
	max-width: 90px;
}

/* 效果CSS开始 */
.gallery-thumbs .swiper-slide{
	border: 1px #e1e1e1 solid;
}

.gallery-thumbs .swiper-slide-thumb-active{
	border: 1px #005BC1 solid;
}
.gallery-thumbs{
	margin-top: 10px;
}
.gallery-top{
	width: 520px;
	height: 520px;
	border: 1px #e1e1e1 solid;
	overflow: hidden;
}
.gallery-top .swiper-slide{
	position: relative;
		width: 518px;
	height: 518px;
}
.gallery-top .swiper-slide img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 518px;
	max-height: 518px;
}

.picSildeRight,.boots .swiper-button-next {
	cursor: pointer;
	position: absolute;
	top: 22px;
	right: 0;
	z-index: 9;
	background: #f4f4f4 url(../images/rbt1.png) no-repeat 50%;
	width: 40px;
	height: 90px;
	border-radius: 0;
}
.productstopR {
	margin-left: 570px;
}

.productstopR h1 {
	margin-top: 15px;
	color: #005bc1;
	font-size: 21px;
	margin-bottom: 20px;
}
.productstop-description{
	width: auto;
    color: #818181;
    line-height: 2;
}
.productstop-table{
	width: auto;
}
.productstop-table table {
	width: 100%;
	border-collapse: collapse;
}

.product-attributes {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.product-attributes td {
    padding: 8px;
    border: 1px solid #ddd;
    color: #818181;
    text-align: center;
}

.product-attributes td:first-child {
    font-weight: bold;
    width: 25%;
    color: #818181;
}


.productstop-table th,
.productstop-table td {
	line-height: 48px;
	border: 1px #d7d7d7 solid;
	padding-left: 70px;
}

.productstop-table th {
	font-size: 14px;
	color: #333;
}

.productstop-table td {
	font-size: 14px;
	color: #818181;
}

.request-btn {
	margin-top: 40px;
	width: 230px;
	height: 54px;
	line-height: 54px;
	background: #005bc1;
	color: #fff;
	display: block;
	border-radius: 27px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.request-btn:hover {
	color: #ff0;
}

.cp-tabbox {
	background: #fff;
	border-radius: 0 0 10px 10px;
	margin-top: 35px;
	padding-left: 0;
	padding-right: 0;
}

.slideTxtBox .hd {
	background: #f4f4f4;
}

.slideTxtBox .hd li {
	padding: 0 35px;
	background: #e1e1e1;
	border-radius: 10px 10px 0 0;
	height: 72px;
	line-height: 72px;
	text-align: center;
	font-size: 18px;
	color: #333;
	float: left;
	margin-right: 12px;
	cursor: pointer;
	font-weight: bold;
}

.slideTxtBox .hd li.on {
	background: #fff;
	color: #005BC1;
	font-weight: bold;
}

.slideTxtBox .bd {
	background: #fff;
	padding: 35px;
}

.item1-txt {
	line-height: 34px;
	color: #000;
	font-size: 16px;
}

.tjbox {
	padding-left: 0;
	padding-right: 0;
}

.title2 {
	line-height: 110px;
	font-size: 24px;
}

.item2-txt {
	border-top: 1px #005bc1 solid;
}

.item2-txt table {
	width: 100%;
	border-collapse: collapse;
}

.item2-txt th,
.item2-txt td {
	padding: 25px 0;
	border-bottom: 1px #cccccc solid;
	line-height: 30px;
	color: #818181;
	font-size: 16px;
}

.item2-txt th {
	font-size: 18px;
	color: #333;
}

.right-abs {
	position: fixed;
	z-index: 100;
	top: 50%;
	right: 0;
	margin-top: -120px;
}

.right-abs a {
	display: block;
	width: 64px;
	height: 64px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	margin-bottom: 4px;
	position: relative;
}

.abs2-txt span,
.abs3-txt span {
    display: block;
}

.abs2-txt {
	background: #fff;
	right: 68px;
	padding: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	min-width: 160px;
	white-space: nowrap;
	position: absolute;
	height: 64px;
	line-height: 24px;
	display: none;
}

.abs3-txt {
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	white-space: nowrap;
	position: absolute;
	right: 68px;
	top: 0;
	min-width: 160px;
	height: 64px;
	display: none;
	line-height: 24px;
}

.abs3-txt img {
	width: 120px;
	height: 120px;
	display: block;
}

.abs2-txt .p1 {
	font-size: 16px;
	color: #ababab;
}

.abs2-txt .p2 {
	font-size: 16px;
	color: #333333;
}

.abs3-txt .p1 {
	font-size: 16px;
	color: #ababab;
}

.abs3-txt .p2 {
	font-size: 16px;
	color: #333333;
}

.right-abs .abs1 {
	background: #fff url(../images/ab5.png) no-repeat 50%;
}

.right-abs .abs1:hover {
	background: #005BC1 url(../images/ab5-2.png) no-repeat 50%;
}

.right-abs .abs1 {
	background: #fff url(../images/ab5.png) no-repeat 50%;
}

.right-abs .abs1:hover {
	background: #005BC1 url(../images/ab5-2.png) no-repeat 50%;
}

.right-abs .abs2 {
	background: #fff url(../images/ab2.png) no-repeat 50%;
}

.right-abs .abs2:hover {
	background: #005BC1 url(../images/ab2-2.png) no-repeat 50%;
}

.right-abs .abs2:hover .abs2-txt {
	display: block;
}



.right-abs .abs3 {
	background: #fff url(../images/ab6.png) no-repeat 50%;
}

.right-abs .abs3:hover {
	background: #005BC1 url(../images/ab6-2.png) no-repeat 50%;
}

.right-abs .abs3:hover .abs3-txt {
	display: block;
}

.right-abs .abs5 {
	background: #fff url(../images/top1.png) no-repeat 50%;
}

.right-abs .abs5:hover {
	background: #005BC1 url(../images/top2.png) no-repeat 50%;
}

.solution{ display:inline-block; width: 100%;}
.pages li span{display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 6px;
    background: #fff;
    font-size: 16px;
    color: #333;
    margin: 0 4px;
    white-space: normal;}
    
    
    

/*24-9-25新增首页开始*/
.con_top{
        width: 100%;
    /*border: 1px solid #e1e1e1;*/
    position: relative;
    top: -50px;
    z-index: 3;
    background: #fff;
    /* min-height: 100px; */
    padding: 20px 0;height: 100px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}
.con_top ul{     
    display: block;
    width: 100%;}
.con_top ul li{
    display: inline-block;
    float: left;
    width: 25%;
    padding: 0px 30px;
    border-right: 1px solid #e1e1e1;
    margin: 6px 0 5px;
    
}
    
.con_top .con_top_text{    
    float: left;
    margin-left: 20px;
    width: 80%;
}
.con_top .con_top_text b{   
    height: 24px;
    line-height: 24px;
    display: inline-block;
    font-size: 18px;
    width: 100%;    word-wrap: break-word;
}
.con_top .con_top_text p{
    font-size: 14px;
    color: #999;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    word-wrap: break-word;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 首页banner下的icon文字，精准选中“在.b里面的<a>”，让它完全继承父级样式 */
.con_top .con_top_text b a {
  /* 清除<a>的默认样式 */
  color: inherit; /* 继承<b>的文字颜色 */
  text-decoration: none; /* 去掉下划线 */
  font-weight: inherit; /* 继承<b>的加粗效果 */
  font-size: inherit; /* 继承<b>的字体大小 */
  /* 其他需要同步的样式（根据你的<b>标签实际样式补充） */
}

/*首页banner下的icon文字 精准选中“在.p里面的<a>”，让它完全继承父级样式 */
.con_top .con_top_text p a {
  /* 清除<a>的默认样式 */
  color: inherit; /* 继承<p>的文字颜色 */
  text-decoration: none; /* 去掉下划线 */
  font-weight: inherit; /* 继承<p>的加粗效果 */
  font-size: inherit; /* 继承<p>的字体大小 */
  /* 其他需要同步的样式（根据你的<p>标签实际样式补充） */
}


.con_top ul li:last-child{border-right:0px;}
.con_top ul li span.con_t_img{
    width: 28px;
    height: 28px;
    display: inline-block;
    float: left;
    margin-top: 8px;
}
.con_top ul li span.con_t_01{background: #fff url(../images/con_top_img1.png) no-repeat 50%;background-size: 100%;}
.con_top ul li span.con_t_02{background: #fff url(../images/con_top_img2.png) no-repeat 50%;background-size: 100%;}
.con_top ul li span.con_t_03{background: #fff url(../images/con_top_img3.png) no-repeat 50%;background-size: 100%;}
.con_top ul li span.con_t_04{background: #fff url(../images/con_top_img4.png) no-repeat 50%;background-size: 100%;}

/* 关键：让a标签充满父级span，覆盖背景图区域 */
.con_t_img a {
  display: block; /* 转为块级元素，可设置宽高 */
  width: 100%;    /* 宽度充满父级span */
  height: 100%;   /* 高度充满父级span */
  cursor: pointer; /* 鼠标悬停时显示手型，提示可点击 */
}

.title-left1{  
    line-height: 60px;
    /* height: 60px; */
    /*text-transform: uppercase;大写*/ 
    text-align: left;
    position: relative;
    margin-top: 30px !important;
    /* font-size: 40px; */
    color: #1f2935;}
.title-left1 h5{    font-size: 20px;}
.title-left1 h5.zh_h5{    font-size: 76px;}
.title-left1 span{font-size: 36px;font-weight: bold;    line-height: 46px;}
.title-left1 span.tit-h6{display:inline-block;width:50%;  height:92px;}
.title-left1 span.tit-h7{display:inline-block;width:82%;    font-size: 48px;margin-top: 48px;}
.title-left1 span.tit-h5{display:inline-block;width:100%;}

.title-left1 span.t2_tit,.title-left1 span.t3_tit{text-align: center;width: 100%;display: block; position:relative;margin-bottom:20px;    text-transform: capitalize;}
.title-left1 span.t2_tit:before{content: '';
    position: absolute;
    left: 48%;
    bottom: -20px;
    width: 4%;
    height: 3px;
    background: #005bc1;
    border-radius: 20px;
}
.title-left1 .link_all{    float: right;font-size: 14px; color:#005bc1;}
.title-left1 p.tit-dsc{display: inline-block;width: 48%;line-height: 30px;}


.tit-contact{ text-align:center; color:#fff; padding-top:120px;}
.title-left1 .tit-contact-p{
    width:60%;
    text-align: center;
    margin: 0 20%;line-height: 30px;
}
.title-left1 .tit-contact-a{ background:#005bc1; color:#fff;
    display: block;
    width: 240px;
    height: 50px;
    line-height: 50px;
    margin: 40px auto;
}
.title-left1 .tit-contact-a:hover{transform: scale(1.1); /* 鼠标滑过时放大1.1倍 */}
.title-left1 .tit-contact-aleft{ background:#005bc1; color:#fff;
    display: block;
    width: 240px;
    height: 50px;
    line-height: 50px;font-size: 16px;  text-align: center;
}


/*about project*/
.project-box01{display: block;min-height: 500px;}
    .project-box01 li{display: inline-block;
    overflow: hidden;
    width: 33.3333%;
    float: left;
}
    
.project-box01 li a{ display: block;width: 100%;}
.p-box-img{height: 235px;width: 100%; overflow:hidden;}
.p-box-img img{ width:100%;transition: transform 0.3s ease; /* 平滑的过渡效果 */}
.project-box01 .p-box-con{width: 100%;height: 235px;position: relative;background-color: #eaf2fd;
  transform: translateX(0);}
.project-box01 .p-box-con .p-box-text{    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    padding: 30px;}
.project-box01 .p-box-text h3{    
        font-size: 24px;
    color: #212121;
    line-height: 36px;
    text-align: left;
    transition: ease-out all .6s;}
.project-box01 .p-box-text p{    margin-top: 32px;
    border: solid 2px #3671cf;
    height: 60px;
    line-height: 55px;
    width: 200px;
    text-align: center;
    font-size: 18px;
    color: #3671cf;
    transition: ease-out all .6s;}
.project-box01 .p-box-text p span {    background: url(../images/jt.png) center no-repeat;
    background-size: cover;
    width: 24px;
    height: 12px;
    display: inline-block;
    transition: ease-out all .6s;
    margin-left: 12px;}
    
.project-box01 li a:hover{
         
     }
     .project-box01 li a:hover img{
         transform: scale(1.1); /* 鼠标滑过时放大1.1倍 */
     }
     
.project-box01 li a:hover h3,.project-box01 li a:hover p{ color:#fff;}
.project-box01 li a:hover p{ border:2px solid #fff;}
.p-box-con:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 0;
                height: 100%;
                background: #00d463;
                z-index:-2;
            }

            .project-box01 li a:hover .p-box-con{
                z-index:1;
                background:transparent;
            }            
          
            .p-box-con:before {
                transition: .3s;
                background: #005bc1;
                z-index:-1;
            }          

            .project-box01 li a:hover .p-box-con:before {
                width: 100%;
            }
            .project-box01 li a:hover p span{background: url(../images/jt1.png) center no-repeat;background-size: cover;}


.project-box02{margin-top: 20px;display: block;}
.project-box02 ul{ display:block;}
.project-box02 ul li{display: inline-block;overflow: hidden;width: 33.3333%;float: left; height:106px;padding-right: 20px; margin-bottom:20px; position:relative;}
.project-box02 ul li:nth-child(3n){ padding-right:0;}
.project-box02 li a{ display: block;width: 100%;height: 100%;overflow: hidden;border-radius: 6px;}
.project-box02 li a img{ width:100%; height:100%;}
.project-box02 li p{position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%);
    text-align: right;
    padding-right: 10px; color:#fff;font-size: 20px;
    width: 58%;
    background: url(../images/jt_2.png) no-repeat right center;
    padding-right: 30px;
    background-size: 10%;
}
.project-box02 li a:hover{ border-radius:80px;}
.p-box02-li1{}
.company_img{width:50%;position: absolute;
    right: 0;top:110px;
    }
.company_img img{width:100%;}
.add_ys1{    position: relative; top: 0px;}    
/*24-9-25新增首页结束*/


/*24-10-10 product start*/
.products-toptxt2 {
	padding: 30px;
	background: #fff;
	border-radius: 6px;
}

.products-toptxt2 h3 {
	font-size: 36px;
	color: #333;
	padding-bottom: 15px;
	margin-top:10px;    text-transform: capitalize;
}

.products-toptxt2 p {
	font-size: 16px;
	color: #333;
	line-height: 32px;
	 white-space: pre-wrap;
    word-break: break-all;
}
.products-toptxt2 .p-t-left{
    width: 70%;
    margin-right: 3%;
    display: inline-block;
    float:left;
}
.pt-context{ margin-top:45px;}
.pt-context h4{font-size: 26px;
	color: #333;
	padding-bottom: 15px;}
.products-toptxt2 .p-t-right{
    width: 27%;display: inline-block;
}
.p-t-right ul{}
.p-t-right ul li{width:100%; height:338px; margin-bottom:20px;}
.p-t-right ul li .ptr-li1-1{background-color: rgba(0, 0, 0, 0.5);    display: block;
    width: 100%;
    height: 100%;position: relative;
    padding: 30px; cursor:pointer;}
.p-t-right ul li .ptr-li1-2{    position: absolute;
    bottom: 15%;}    
.p-t-right ul li .ptr-li1-1:hover{background-color: rgba(0, 0, 0, 0.6); }    
.p-t-right ul li.ptr-li1{ background:url(../images/img-r01.jpg) no-repeat 50%;transition: all .6s;}
.p-t-right ul li.ptr-li2{ background:url(../images/img-r02.jpg) no-repeat 50%;transition: all .6s;}
.p-t-right ul li.ptr-li1:hover{transform: scale(1.05);}
.p-t-right ul li.ptr-li2:hover{transform: scale(1.05);}

.p-t-right ul span{
    /*position: relative;bottom: -65%; */
    color:#fff;display: block;font-size: 26px; font-weight:bold;}
.p-t-right ul span i{width: 3px;
    height: 18px;
    display: inline-block;
    background: #ffab12;
    margin-right: 15px;}
.p-t-right ul a{    color: #fff;
    display: block;
    /*background: #db062b;*/
    background:#ffab12;        
    width: 186px;
    /*position: relative;*/
    /*bottom: -70%;*/
    height: 40px;
    line-height: 40px;
    text-align: center; border-radius:3px; font-weight:bold; margin-top:20px;}
.p-t-right ul a:hover{transform: scale(1.1);}    
.title-left1 h6{    line-height: 30px;margin-top: 20px;display: inline-block; width: 80%;font-weight: normal;color: #999; font-size:20px;}


.part-listli{    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    align-items: stretch;
    padding-top: 0px;}
/*.part-listli li{width: 32%;*/
/*    flex-direction: row;*/
/*    margin-top: 15px;*/
/*    height: 100%;*/
/*    margin-bottom: 20px;*/
/*    background: #fff;*/
/*	padding: 19px;*/
/*	transition: all 0.3s;*/
/*	background: #fff;*/
/*	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);   */
/*	margin-right: 2%;}*/
/*.part-listli li:nth-child(3n){margin-right: 0%;}*/


.part-listli li{width: 49%;
    flex-direction: row;
    margin-top: 15px;
    height: 100%;
    margin-bottom: 20px;
    background: #fff;
	padding: 19px;
	transition: all 0.3s;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);   
	margin-right: 2%;}
.part-listli li:nth-child(2n){margin-right: 0%;}	

.part-listli li a{
    /*margin-left: 24px;*/ display: block;
    text-align: center;
    transition: all 0.3s; float:left;}
.part-listli .img-l{ float:left; width:32%;transition: all .6s; }
.part-listli .text-r{     width: 63%;
    display: inline-block;
    margin-left: 2%;line-height: 30px;
    /*height: 120px;*/
    overflow: hidden;
    margin: 10px 0 0 5%;}
.part-listli .text-r h3{color:#1f2935; font-size:24px;text-align:left;   
    /*height: 36px;*/
    line-height: 36px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.part-listli .text-r p{ color:#6d7783; font-size:16px;text-align:left;    line-height: 28px;}
.part-listli .text-r span{    background: #005bc1;
    color: #fff;
    display: block;
    width: 168px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    text-align: center;
    margin-top: 45px;transition: all .6s;}
.part-listli li:hover{transform: scale(1.05);}
/*.part-listli li:hover .text-r h3,.part-listli li:hover .text-r p{    */
/*    color: #fff;*/
/*}*/
.part-listli li:hover{ box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);}    
/*.part-listli li:hover .text-r span{ background:#fff;color:#005bc1;} */
.part-listli li:hover .text-r span{background-color: rgba(0, 91, 193, 0.8); /* 鼠标滑过时的背景色，可以调整透明度 */ border-radius:30px;}
.title-left1 .mar-h4{line-height: 30px;
    margin-top: 50PX;
    /*display: inline-block;*/
    width: 80%;
    font-weight: BOLD;
    color: #999;
    font-size: 50px;
    color: #1f2935;        display: block;
        text-align: center;
        width: 100%;}
.title-left1 a.call_actionbtn{    display: block;
    width: 20%;
    margin: 40px auto 0;
    background: #ffab12;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    transition: transform 0.5s;
}    
.title-left1 a.call_actionbtn:hover{
     animation: scaleAnimation 2s infinite;
}

.index-cp-new li a.index-img1 .bj_g,.index-cp-new2 li a.index-img1 .bj_g{display: block;
    background: #f5f5f5;
    float: left;
    padding: 0 20px 20px; width:100%;}
.index-cp-new li a.index-img1 .bj_gheight{ padding-top:20px;}
.index-cp-new li a.index-img1 .bj_gheight h2{    font-size: 32px;height: 36px;}
.index-cp-new li a.index-img1 .bj_gheight span{font-size:20px;}
/* 右侧内容区域样式 */
    .ny-nrbox {
        display: flex;
        width: 100%;
    }
    
    .form-container {
        width: 50%;
        float: right;
        padding: 30px;
        margin-right:4%;
        background:#fff;
    }
    
    .content-space {
        width: 50%;
        float: left;
        min-height: 1px;
    }
    
    .w1450px {
        width: 100%;
    }

/* 表单上方联系信息样式 */
.contact-info-above-form {
  margin-bottom: 30px;
  padding: 0px;
  border-radius: 8px;
}

.contact-line {
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.6;
  font-family: rockwell;
}

.contact-line-1 {
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.contact-line-2 {
  font-weight: 500;
  color: #545454;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .contact-info-above-form {
    padding: 0px;
    margin-bottom: 20px;
  }
  
  .contact-line {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}

/* 左侧内容区域样式 */
.left-content {
  width: 50%;
  float: left;
  padding: 30px 4%; /* 左侧间距4% */
  min-height: 500px;
  display: flex;
  align-items: flex-start;
  font-family: rockwell;
}

.language-tags {
  width: 100%;
}

.tag-item {
  margin-bottom: 0px;
  padding: 15px 20px;
  border-radius: 8px;
}

/* 每个标签的独特样式 */
.tag-1 {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
}

.tag-2 {
  font-size: 1rem;
  font-weight: 0;
  line-height:2;
  color: #545454;
}

.tag-3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
}

.tag-4 {
  font-size: 1rem;
  font-weight: 500;
  color: #545454;
  padding-top:4px;
}

.tag-5 {
  font-size: 1rem;
  font-weight: 500;
  color: #545454;
  padding-top:4px;
}

.tag-6 {
  font-size: 1rem;
  font-weight: 500;
  color: #545454;
  padding-top:4px;
}

.tag-7 {
  font-size: 1rem;
  font-weight: 400;
  color: #545454;
  padding-top:4px;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .left-content {
    width: 100%;
    float: none;
    padding: 20px;
  }
  
  .tag-item {
    margin-bottom: 15px;
    padding: 12px 15px;
  }
  
  .tag-1 { font-size: 1.3rem; }
  .tag-2 { font-size: 1.2rem; }
  .tag-3 { font-size: 1.15rem; }
  .tag-4 { font-size: 1.1rem; }
  .tag-5 { font-size: 1.05rem; }
  .tag-6 { font-size: 1.0rem; }
  .tag-7 { font-size: 0.95rem; }
}
    
    /* 响应式调整 */
    @media (max-width: 768px) {
        .ny-nrbox {
            flex-direction: column;
        }
        
        .content-space,
        .form-container {
            width: 100%;
            float: none;
        }
    }
    
@keyframes scaleAnimation {
    0%,
    100% {
        transform: scale(1);
        /* 初始大小 */
    }
    50% {
        transform: scale(1.2);
        /* 放大到1.2倍 */
    }
}
/*.call_actionbtn {*/
/*  animation: swing 1s infinite alternate;*/
/*  display: inline-block;*/
/*  cursor: pointer;*/
/*}*/

/*24-10-10 product end*/    
/*24-12-6 components start*/  
.products-toptxt2 .p-t-center{display: block;width: 64%;    margin: 0 16%;}
.products-toptxt2 .p-t-center p{font-size: 26px;    white-space: normal;    word-break: keep-all;
    text-align: center;
    line-height: 40px;
}
.products-toptxt2 .p-t-center a{margin-top: 30px;
    color: red;
    display: block;
    text-align: center;
    font-size: 26px;}
.title-left1 h4{width: 50%;font-size: 44px; float:left; margin-top:16px;color: #000;    line-height: 70px;}  
.acvantage_r{
     float: right;
     width: 50%;
}
.acvantage_r ul{}
.acvantage_r ul li{
    float: left;
    border-bottom: 2px solid #ddd;
    
}
.acvantage_r ul li a{ display:block;margin: 32px 0;    height: 56px;color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;    font-size: 18px;  
    line-height: 28px;}


.acvantage_r ul li a:hover{ /*color:#ffab12;*/}


.des_left01 { width:50%;float: left;    margin: 40px 0;}
    .des_left01 h4{ 
        /*font-size:46px; height:180px; line-height:160px;*/
        text-transform: uppercase; position:relative;
        height: auto;
    line-height: 58px;
    font-size: 36px;
    max-height: 150px;
    padding-bottom: 20px;
    }
    .des_left01 h4 i{ position: absolute;
    bottom: 0;
    left: 0;
    height: 6px;
    background: #005bc1;
    width: 18%;
    border-radius: 20px;}
    .des_left01 p{font-size: 22px;line-height: 40px;margin: 40px 0;}
    .des_left01 .btn_a{    display: block;
    width: 40%;
    background: #005bc1;
    color: #fff;
    border-radius: 3px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    font-size: 24px;}
    .des_left01 .btn_a:hover{ background:#064b99;}
    .des_left01 ul{    margin: 30px 0; max-height:100px; overflow:hidden;}
    .des_left01 ul li{ float:left; height:40px; line-height:40px; font-size:16px; margin-right: 10px;  margin-bottom:10px;}
    .des_left01 ul li a{ display:block;border-radius:3px; border:1px solid #005bc1;   
    padding: 0 20px; color:#005bc1; width:100%; height:100%;}
    .des_left01 ul li a:hover{ background:#005bc1; color:#fff;}
    .des_right01{width: 50%;float: right; margin: 40px 0;}
    .des_right01 span{ display: block;width: 100%;
    /*height: 380px;  */
    margin:0px 0 10px 0;}
    .des_right01 span img,.des_right01 ul li img{width: 100%; height:100%;transition: all 0.3s ease; /* 平滑过渡效果 */}
    .des_right01 span img:hover,.des_right01 ul li img:hover{transform: scale(0.9); /* 放大10% */opacity: 0.9; /* 透明度降低到70% */ cursor:pointer;}
    .des_right01 ul{}
    .des_right01 ul li{ float:left;width:25%;}
    
    .des_right01 ul.ul_r3 li{ float:left;width:33.333%;}
    .des_right01 ul li a{ display:block;}
    .des_right01 ul li a img{ width:90%;margin: 0 5%;}
    
    
/*clip-path 和 box-shadow 冲突*/
.index-cp-new2 li a.index-img1{ background:#fff;position: relative;
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 60px) 100%, 0 102%);}
.index-cp-new2 li a.index-img1::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: transparent;
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1); 
            z-index: -1;
            clip-path: inherit;
        }
/*clip-path 和 box-shadow 冲突*/        
.index-cp-new2 li h2{font-size: 28px;margin: 40px 0 10px;} 
.index-cp-new2 li span{font-size: 20px;
    line-height: 30px;
    height: 180px;
    margin: 20px 0; 
}
.index-cp-new2 li .img{     height: 268px!important; }



        		
.index-cp-new3{ width:100%;}
.index-cp-new3{}
.index-cp-new3 li{ float:left; width:100%; line-height:30px; margin-bottom:30px;}
.index-cp-new3 li b{background: #005bc1;
    color: #fff;
    display: inline-block;
    width: 30px;
    border-radius: 3px;
    text-align: center; float:left;}
.index-cp-new3 li span{ font-size:24px; font-weight:bold; margin-left:10px;height: 30px;
    line-height: 30px;
    display: inline-block;}
.index-cp-new3 li p{ margin:10px 0; font-size:20px;}
.call_box{ background:url(../images/contact-us-banner.webp) no-repeat;height: 254px;    padding: 75px 0; margin-bottom:40px;}
.call_box ul{ width:80%; margin:0 10%; height:104px;}
.call_box ul li{ float:left; border-right:3px solid #fff; height:100%;padding:0 40px; color:#fff;}
.call_box ul li a{ color:#fff;}
.call_box ul li:last-child{ border:0;}
.call_box ul li .phone-icon{ float:left; width:104px;}
.call_box ul li.c_box_li1{width:40%;}
.call_box ul li.c_box_li1 img{}
.call_box ul li.c_box_li2{width:30%; padding-top:12px;}
.call_box ul li.c_box_li3{width:30%;padding-top:12px;}
.call_box ul li span{width: 100%;
    display: block;
    font-size: 24px;
    line-height: 40px;
    height: 40px; position:relative;}
.call_box ul li span i{    width: 28px;
    position: absolute;
    right: 30%;
    top: 5px;}
.call_box ul li p{float: left;
    width: 66%;
    margin-left: 4%;
    font-size: 26px;
    height: 80px;
    line-height: 40px;margin-top:12px;}
.call_box ul li p b{ font-size:30px; font-weight:normal;}
.title-left1 a.call_actionbtn{background: #005bc1;}
.bread-l a { margin-right: 26px;}
.index-cp-new2n li{ width:50%;}
/*24-12-6 components end*/  

/*24-12-16 components start*/  
.des_right01 span.r_img01{    background: #f4f4f4;
    border-radius: 400px 0% 0 400px;}
.des_left012{ width:42%; margin-top:80px; margin-bottom:40px;} 
.products-list .featured-ul01 li{width: 31.3%;}
.featured-ul01 li{ box-shadow:0 0 0 0;border-radius:3px; padding:0;}
.featured-ul01 li .li_text{ padding:20px; background:#fff; position:relative;border-top: 1px solid #ededed;}
.featured-ul01 li .li_text:hover{background:#005bc1;border-top: 1px solid #005bc1;}
.featured-ul01 li .li_text:hover p,.featured-ul01 li .li_text:hover h3{color:#fff;}
.featured-ul01 li .img{ height:320px;}
.featured-ul01 li .li_text h3,.featured-ul01 li .li_text p{ width:90%;}
.featured-ul01 li .li_text em{width:40px; background:url(../images/jt_03.png) no-repeat;
    position: absolute;
    top: 48px;
    width: 40px;
    right: 20px;
    height: 40px;
    background-size: 100%;}  
.featured-ul01 li .li_text:hover em{background:url(../images/jt_02.png) no-repeat;background-size: 100%;}
.pro_tit01{ font-size:32px; text-align:center; height:auto; line-height:50px;margin: 25px 0;text-transform: uppercase;}
.pro_tit01 h4{}
.boxpro_6{ width:100%;}
.boxpro_6 ul{ }
.boxpro_6 ul li{ float:left; margin-right:2%; width:32%; height:222px; background: #f4f4f4; padding:30px; margin-bottom:20px; position:relative;}
.boxpro_6 ul li:nth-child(3n){margin-right:0%;}
.boxpro_6 ul li span{ font-size:24px;height:40px;line-height:40px;font-weight:bold; position:relative;z-index: 1;    color: #333;}
.boxpro_6 ul li p{font-size:16px; line-height:30px; position:relative;z-index: 1;}
/*.boxpro_6 ul li:before{content: "";}*/
.boxpro_6 ul li i{ position:absolute;top:32px; right: 20px;height: 150px;width: 150px;    z-index: 0;}
.boxpro_6 ul li.bp_1 i{background-image:url(../images/efficient-supply.webp); background-size:100%;}
.boxpro_6 ul li.bp_2 i{background-image:url(../images/technical-team.webp) ; background-size:100%;}
.boxpro_6 ul li.bp_3 i{background-image:url(../images/long-service-life.webp); background-size:100%;}
.boxpro_6 ul li.bp_4 i{background-image:url(../images/blobal-project.webp); background-size:100%;}
.boxpro_6 ul li.bp_5 i{background-image:url(../images/hot-line.webp); background-size:100%;}
.boxpro_6 ul li.bp_6 i{background-image:url(../images/tailored.webp); background-size:100%;}
.pro_dbimg{width:100%;}

.des_right02{width: 38%;float: right; margin: 60px 0;}
.des_right02 ul{}
.des_right02 ul li{        float: left;
    width: 42%;
    margin: 30px 4%;
    height: 96px;}
.des_right02 ul li span{    font-size:32px;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: bold;
    color: #005bc1;
    height: 40px;
    line-height: 40px;}
.des_right02 ul li span i{color: #005bc1; font-size:14px;}
.des_right02 ul li p{ line-height:26px; text-align:center;margin-top: 10px;}
.des_left01 p.dl_p{    font-size: 20px;line-height: 32px;}
.des_left01 span.dl_span{font-size: 32px;font-weight: bold; position:relative;}
.des_left01 span.dl_span b{    position: absolute;
    bottom: 40%;
    /* left: 28%; */
    height: 6px;
    background: #005bc1;
    width: 12%;
    border-radius: 20px;
    margin-left: 20px;}
    /*.des_left01 h4{ height:80px; line-height:80px;}	*/
/*24-12-16 components end*/  

a.footer_mail{
color:#ababab;
}   

.footer_mail:hover {
color: #fff;
}

a.footer_whatsapp{
color:#ababab;
}   

.footer_whatsapp:hover {
color: #fff;
}

a.footer_phone{
color:#ababab;
}   

.footer_phone:hover {
color: #fff;
}


@media screen and (max-width: 1320px) {
    .con_top .con_top_text b{ font-size:16px;}
	.productsbox{
		padding: 20px;
	}
	.tjbox{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.lx-l {
		width: 100%;
	}

	.lx-r {
		width: 100%;
		max-width: 100%;
	}

	.title-t1 {
		height: 150px;
		line-height: 150px;
	}

	.nav a {
		padding-left: 40px;
	}

	.foot-tl {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}

	.foot-tc {
		margin-left: 0;
		float: none;
	}

	.copy-nav {
		text-align: center;
		float: none;
		line-height: 30px;
		height: 30px;
		overflow: hidden;
		margin-bottom: 15px;
	}

	.copy-nav a {
		float: none;
		display: inline-block;
	}

	.copy {
		text-align: center;
	}

	.copy-l p {
		display: block;
		text-align: center;
	}

	.copy-l .copy-logo {}
	.slideTxtBox .bd{
		padding: 20px;
	}
	.productstop-table th, .productstop-table td{
		padding-left: 20px;
	}
	.productstopR{
		margin-left: 540px;
	}
	.text-middle {font-size:16px}
/*productlist start 10-12*/
	.products-toptxt2 p{    font-size: 15px;line-height: 28px;}
	.title-left1 h6{    font-size: 18px;    margin-top: 8px;}
/*productlist start 10-12*/	

/*24-12-12自适应 components start*/  
.nav li.nLi h3 a{    padding: 0 0 0 40px;}
.bread-l a {margin-right: 20px;}
.call_box ul {width: 90%;margin: 0 5%;}
.ny-nrbox { padding-bottom: 40px;}
.products-toptxt2 .p-t-center {
    width: 72%;
    margin: 0 14%;
}
/*24-12-12自适应 components end*/  
/*24-12-16自适应 components start*/ 
.des_left01 h4{font-size: 42px;}
.pro_tit01 h4 {font-size: 26px;}


/*24-12-16自适应 components end*/ 
}

@media screen and (max-width: 1280px) {
  /*24-12-12自适应 components start*/ 
    .title-left1 h4 { width: 48%;}
    .des_left01 ul{ }
    .des_left01 ul li{ font-size:14px;}
    .index-cp-new li .img01{height: auto;}
  /*24-12-12自适应 components end*/    
}

.sp_nav {
	width: 50px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 18px;
	display: none;
}

.sp_nav span {
	display: block;
	background: #005bc1;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 10px;
	transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
	top: 0px
}

.sp_nav span:nth-of-type(2) {
	top: 10px
}

.sp_nav span:nth-of-type(3) {
	top: 20px
}

.sp_nav_se span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
	width: 0
}

.sp_nav_se span:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg)
}


.sjj_nav {
	position: fixed;
	z-index: 2000;
	background: #f4f4f4;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 40px;
	top: -100%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
}

.nav_show {
	top: 60px
}

.sjj_nav>ul>li:first-child {
	overflow: hidden;
	border-top: 0
}

.sjj_nav>ul>li:first-child>a {
	float: left;
	width: calc(100% - 92px)
}

.sjj_nav>ul>li:first-child .language {
	float: right;
	width: 92px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
	width: 45px;
	float: left;
	border-left: 1px #ddd solid;
	text-align: center;
	color: #999;
}

.sjj_nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 30px;
	padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
	transform: rotate(-90deg);
	transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
	transform: rotate(0deg)
}

.sjj_nav ul li {
	border-top: 1px #ddd solid;
	margin-left: 20px;
	position: relative;
	line-height: 40px;
	font-size: 14px
}

.sjj_nav>ul>li:last-child {
	border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
	display: none
}

.sjj_nav ul li a {
	color: #666;
	width: 80%
}

.sjj_nav ul li ul li a {
	color: #999;
	display: block;
	text-align: left;
}

.sjj_nav ul li i svg {
	width: 32px;
	height: 20px;
	fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
	fill: #005bc1
}

.sjj_nav ul li ul li>ul {
	margin-left: 10px
}
@media screen and (max-width: 1240px) {
	.products-leftimg{
		width: 100%;
		float: none;
	}
	.productstopR{
		margin-left: 0;
		margin-top: 30px;
	}
	/*9-26自适应 */
	.index-box4{    height: auto;}
	.tit-contact{    padding-top: 60px;}
	/*.featured-ul li .img{ height:auto;}*/
	.project-box01 .p-box-text p{margin-top: 8px;}
	.company_img{ top:150px;}
	
	/*productlist start 10-12*/
	.products-toptxt2 p {
        font-size: 14px;
        line-height: 28px;
    }
    /*productlist start 10-12*/	
/*24-12-16自适应 components start*/ 
    .boxpro_6 ul li span {font-size: 20px;}
    
/*24-12-16自适应 components end*/ 	
	
}
.cp-ban img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.cp-ban{
	display: none;
	padding-bottom: 20px;
}

.cp-ban .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border-radius: 5px;
}
.cp-ban .swiper-pagination-bullet-active{
	width: 30px;
	color: #005bc1;
}
.cp-ban  .swiper-pagination{
	bottom: 0;
}
@media screen and (max-width: 1024px) {
    .con_top .con_top_text{width: 78%;}
    .nav li.nLi h3 a { padding-left: 28px;}
    .jj_top{margin-top:10px!important;}
    .title-left1 span.tit-h6{ height:auto;}
    .project-box02 li p{width:78%;}
    .foot-tc {float:left;width:48%;}
    .title-left1 h5.zh_h5 {font-size: 60px;}
    .title-left1 span.tit-h7{font-size: 40px;margin-top: 18px;}
}

@media screen and (max-width: 980px) {
	.products-leftimg{
		display: none;
	}
	.cp-ban{
		display: block;
	}
	#picSlideWrap{
		display: none;
	}
	.productsbox{
		padding: 10px;
	}
	.downloadr-table td{
		padding:10px 5px;
	}
	.item2-txt th, .item2-txt td{
		padding: 10px 5px;
	}
	.item2-txt th{
		font-size: 16px;
	}
	.slideTxtBox .hd{
		height: 48px;
    width: 100%;
		
	}
	.slideTxtBox .hd li{
		font-size: 15px;
		height: 48px;
		line-height: 48px;
		padding: 0 10px;
		white-space:normal;
		float: none;
		display: inline-block;
	}
	.item1-txt{
		font-size: 15px;
		line-height: 1.8;
	}
	.slideTxtBox .hd ul{
		height: 48px;
		
		overflow-y: hidden;
		white-space: normal;
		-webkit-overflow-scrolling: touch;
	}
	.inputl, .inputr{
		width: 100%;
		margin-top: 20px;
	}
	.btn-box .btn{
		width: 200px;
		height: 60px;
	}
	.input-group{
		margin-top: 20px;
	}
	.page-ny li{
		max-width: 100%;
		width: 100%;
		float: none;
	}
	.fr-touch-close{
		    position: absolute;
    top: 0;
    right: 12px;
    padding-right: 11px;
	   
	}
	.fr-window-fresco .fr-touch-close .fr-touch-button-icon{
		 /*background-image: url(../images/sprite@x2.png) none !important;*/
        background-image: none !important;
	}
	
	
	.event-list li{
		width: 33.33333%;
		padding-left: 2%;
		overflow: hidden;
	}
		.event-list{
			margin-left: -2%;
		}
	
	.left-nav{
		display: none;
	}
	.downloadr{
		margin-left: 0;
	}
	
	.ny-nrbox {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.bread-box {
		height: 40px;
		line-height: 40px;
	}

	.bread-l {
		display: none;
	}

	.sp_nav {
		display: block;
	}

	.index-cp li {
		width: 50%;
	}

	.index-cp li:nth-child(7) {
		display: none;
	}

	.index-cp li:nth-child(8) {
		display: none;
	}

	.swiper-button-next {
		display: none;
	}

	.swiper-button-prev {
		display: none;
	}

	.top-soso {
		display: none;
	}

	#header {
		height: 60px;
	}

	.contnet {
		padding-top: 5px;
	}

	.logo img {
        width: 100px;
		height: 30px;
	}

	.logo {
		padding: 15px;
	}

	.nav {
		display: none;
	}

	.foot-tr {
		display: block;
		float: none;
	}

	.featured-ul li {
		margin-bottom: 20px;
		width: 48%;
		margin-left: 2%;
	}

	.fq-list {
		margin-left: -20px;
	}

	.fq-list li {
		margin-left: 20px;
	}

	.index-box2,
	.index-box3 {
		padding-bottom: 40px;
	}

	.title-t1 {
		height: 100px;
		line-height: 100px;
		font-size: 25px;
	}
	.tsmall{font-size: 20px;}

	.right-abs .abs1,
	.right-abs .abs2,
	.right-abs .abs3 {
		display: none;

	}

	.right-abs {
		top: auto;
		bottom: 50px;
		margin-top: 0;
	}
.n-abs{
		display: none;
	}
	.n-txt{
		padding-right: 0;
	}
	.productsr{
		margin-left: 0;
	}
	
	.x4 {
  
    }
    
    .yc_div{display:none}
    .subtitle p.con_des{max-height:96px;
       display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4; /* 显示3行 */
      overflow: hidden;
      text-overflow: ellipsis; 
    }
     
    /*9-26自适应 */
   .con_top ul li{padding: 0px 15px;}
   .con_top ul li span.con_t_img{display: block;
    margin: 0 auto;
    float: none;
    width: 50px;
    height: 50px;}
    .con_top .con_top_text{    width: 100%;margin-left:0;text-align: center;}
    .title-left1 .tit-contact-a{margin: 20px auto 50px;}
    .con_top{min-height: 144px;}
    .index-cp-new li .img{    height: 225px;}
    .title-left1 h5.zh_h5 {
    font-size: 54px;}
    .title-left1 span.tit-h7{font-size: 26px;
    margin-top: 14px;
    line-height: 30px;}
    .fq-list1 li a p{    font-size: 24px;}
    .project-box01 li{    width: 100%;}
    .p-box-img{    width:50%;    display: inline-block; float:left;}
    .project-box01 .p-box-con{    width: 50%;  display: inline-block;float:left;}
    .project-box01 .p-box-text p {
        margin-top: 28px;
    }
    .project-box02 ul li{width:50%;}
    .project-box02 ul li:nth-child(2n){ padding-right:0;}
    .project-box02 ul li:nth-child(3n){ padding-right:20px;}
    .project-box02 ul li:last-child{ padding-right:0px;}
    .project-box01 {float: left;margin-bottom: 30px;}
    .title-left1 span.tit-h6 {
    width: 100%;
    height: auto;}
    .title-left1 p.tit-dsc{ font-size:14px;}
    .title-left1 p.tit-dsc1{width:98%;}
    .company_img {
        top: 194px;
    }
    /*9-26自适应 */
    /*productlist start 10-12*/
	.products-toptxt2 .p-t-left{ width:100%;}
	.products-toptxt2 .p-t-right{width:100%;}
	.p-t-right{ margin-top:36px;}
	.p-t-right ul li{width: 49%;float: left;}
	.p-t-right ul li.ptr-li1{    margin-right: 2%;}
	.p-t-right ul li.ptr-li1,.p-t-right ul li.ptr-li2{ background-size:100%;}
	.products-toptxt2 p { font-size: 16px;}
	.part-listli .text-r span{ height: 38px;line-height: 38px;margin-top: 5px;}
	.part-listli .text-r{margin-top: 0; }
	.title-left1 .mar-h4{font-size: 36px;margin-top: 20PX;}
	.title-left1 a.call_actionbtn{ margin-top:20px;}
	.title-left1 h6{    width: 100%;font-size: 16px;}
	.part-listli .text-r p{display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height:56px; /* 行高的两倍，因为最多显示两行 */}
    .part-listli .text-r h3{ font-size:22px;}
    .title-left1 a.call_actionbtn{    width: 30%;}
    /*productlist end 10-12*/	
    
    /*24-12-12自适应 components start*/ 
    .products-toptxt2 .p-t-center p{font-size: 20px;line-height: 36px;}
    .title-left1 h4 {width: 100%;
    text-align: center;
        font-size: 32px;
            margin-top: 0px;
        line-height: 56px;
    }
    .acvantage_r,.des_left01,.index-cp-new3{width: 96%;
        margin: 0 2%;}
    
    /*.des_left01 h4{height: 150px;*/
    /*line-height: 130px;}*/
    .des_left01 p{ line-height:36px;}
    .des_right01{ width:100%;}
    .des_right01 span{ width:50%; float:left;}
    .des_right01 ul {width: 50%;float: right;margin: 94px 0;}
    .call_box ul {
        width: 100%;
        margin:44px auto;
    }
    .call_box ul li{padding: 0 20px;}
    .call_box ul li .phone-icon{ width:60px;}
    .call_box ul li p b{font-size: 24px;}
    .call_box ul li p{    font-size: 24px;}
    .call_box ul li .phone-icon{    width: 60px;margin-top: 21px;}
    .call_box ul li.c_box_li2{}
    .index-cp-new2 li{ width:100%;}
    .index-cp-new2 li span{ height:90px;    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;}
    .index-cp-new2 li .img {height: 500px !important; }
    .index-cp-new li a.index-img1 .bj_gheight h2{ line-height:36px;}
    /*.index-cp-new2n li{ width:50%;}*/
    .index-cp-new3{ }
    /*24-12-12自适应 components end*/    
    /*24-12-16自适应 components start*/ 
   .des_right01 span.r_img01{ background:#fff;width: 80%; margin: 0 10%;}
   .products-list .featured-ul01 li{ width:48%;}
   .boxpro_6 ul li{width:48%;}
   .boxpro_6 ul li:nth-child(2n){margin-right: 0%;}
   .boxpro_6 ul li:nth-child(3n){margin-right: 2%;}
   .des_right02 { width: 100%;}
   .des_right02 ul li {margin: 10px 4% 0;}
   .pro_tit01 h4{ line-height:46px;}
   .pro_tit01{height: auto;    margin-bottom: 20px;}
    
    /*24-12-16自适应 components end*/ 	
    
}

.index-ban {
	background: url(../images/banbg.jpg) no-repeat center 50%;
}

@media screen and (max-width: 640px) {
	.cp-ban img{
	}
	.btn-box .btn{
		width: 150px;
		height: 40px;
	}
	.featured-ul{
		margin-top: 20px;
	}
	.products-toptxt{
		padding: 10px;
	}
	.products-list .featured-ul li{
		width: 48%;
		
	}
	.products-list .featured-ul li{
		margin-top: 0;
	}
	.newsxq{
		padding:20px 10px;
	}
	
	.n-img{
		float: none;
		width: 100%;
		height: auto;
		text-align: center;
	}
	.n-txt{
		margin-left: 0;
	}
	.n-txt h2{
		height: auto;
		line-height: 1.9;
	}
	.news-item{
		padding:20px 10px;
	}
	.event-list li{
		width: 33.33333%;
		padding-left: 1%;
		overflow: hidden;
	}
		.event-list{
			margin-left: -1%;
		}
		.event-list li p{
			height: 40px;
			line-height: 20px;
		}
	.ny-box {
		height: 200px;
		line-height: 200px;
		/*height: 100px;*/
		/*line-height: 100px;*/
		background-size: cover;
	}


	.index-ban {
		background-size: cover;
	}

	.title-t1:after {
		width: 100%;
		margin-left: 0;
		left: 0;
	}

	.right-abs a {
		width: 40px;
		height: 40px;
	}

	.index-cp li {
		width: 50%;
	}

	.right-abs .abs5,
	.right-abs .abs5:hover {
		background-size: 20px auto;
	}

	.copy-nav {
		display: none;
	}

/*	.foot-tc {
		display: none;
	}*/

	.copy-logo {
		display: none;
	}

	.copy-l p {
		padding-left: 0;
	}

	.index-cp li h2 {
		font-size: 18px;
	}

	.index-cp li a.index-img1 {
		padding: 10px;
	}

	.index-cp li h3 {
		height: 40px;
		line-height: 40px;
		font-size: 28px;
	}
	.x4 {
    width: 50%;
    }
    
    .text-big {
    font-size: 16px; line-height: 22px;
    }
    
    /*9-26自适应 */
    .index-ban img{ width:100%;}
    .con_top ul li,.index-cp-new li{width: 50%;}
    .con_top{height: 278px;        top: 20px;}
    .index-cp-new li{}
    .con_top ul li:nth-child(3),.con_top ul li:nth-child(4){ margin-top:20px;}
    .con_top ul li:nth-child(2n){    border-right: 0px;}
    .fq-list1 li{ width:100%;    margin: 5px 0;}
    .fq-list1 li:nth-child(2n){margin-left:0;}
    .project-box01 .p-box-text p {margin-top:8px;height: 50px;line-height: 46px;}
    .project-box01 .p-box-text h3{line-height: 32px;        font-size: 20px;}
    .p-box-img{display: flex;
        align-items: center;
        justify-content: center;}
    .p-box-img img{ height:100%; 
    /*width: auto;  宽度自动缩放 */
     /*max-height: 100%;  图片高度不超过容器宽度*/
   
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); /* 裁剪图片 */}
    .project-box02 ul li {width: 100%;}
    .project-box02 ul li,.project-box02 ul li:nth-child(3n) {padding-right: 0px;}
    .title-left1 p.tit-dsc{ width:100%;}
    .company_img {
        top: 30px;
        position: relative;
        width: 100%;
    }
    /*.title-left1 h5{line-height: 30px;margin-top: 35px;}*/
    .title-left1 h5.mar-h5{    line-height: 30px;
    margin-top: 40px;}
    .index-cp-new li h2,.index-cp-new2 li h2{ font-size:18px;}
    .sma_jj{margin-top: 40px!important;}
    .title-left1 span {
    font-size: 28px;}
    
    .title-left1 h5.zh_h5 {
        font-size: 28px;
    }
    .title-left1 span.tit-h7 {font-size: 22px;}
    .title-left1 .tit-contact-p{ line-height:10px;}
    /*9-26自适应 */
    
    /*productlist start 10-12*/	
    .pt-context{ display:none;}
    .p-t-right ul li {height: 200px; width:100%; margin:0;}
    .p-t-right ul li.ptr-li2{margin-top: 20px;}
    .p-t-right { margin-top: 20px;}
    .part-listli li{ width:100%; margin-right:0;}
    .part-listli .text-r p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 56px;
    }
    .part-listli .img-l{width: 22%;}
    .title-left1 .mar-h4 {
        font-size: 24px;}
    .title-left1 a.call_actionbtn {
        width: 48%; margin-top: 0;height: 50px;
        line-height: 50px;
    }
    .part-listli li {
        width: 96%;
        margin: 15px 2%;
    }
    .part-listli li:nth-child(2n){margin-right: 2%;}
    .part-listli{ margin-left:0;}
    .products-toptxt2 p{    word-break: break-word;}  /*自动折行*/
    .ny-nrbox {
        padding-top: 20px!important;}
    /*productlist end 10-12*/	
    
    /*11-19修改*/
    .ny-box .ny-box-txt{padding-top:1px;}
    .ny-box .ny-box-txt span{font-size: 30px;
        height: 40px;
        line-height: 40px;
        margin-top: 30px;}
    .ny-box .ny-box-txt b{font-size: 30px;
        height: 40px;
        line-height: 40px;
        margin-top: 76px;}    
    .ny-box .ny-box-txt i {font-size: 22px;width: 80%;margin-top: 20px;}
    
     /*24-12-12自适应 components start*/ 
        .products-toptxt2 .p-t-center {
        width: 90%;
        margin: 0 5%;}
        .title-left1 h4{ margin-top:-20px;}
        .acvantage_r ul li a{    margin: 24px 0;}
        .des_left01 h4 {height: auto;
        line-height: 58px;
        font-size: 36px;
        max-height: 150px;
        padding-bottom: 20px;}
        .des_right01 ul li {
                float: left;
                width: 40%;
                margin: 0 5%;
            }
        .des_right01 ul{ margin:0;}
        .des_right01 span{margin-top: 48px;}
        .des_right01 ul{margin: 21px 0;}
        .call_box ul {
        width: 96%;
        margin: 0px 2%;
        }
        .call_box ul li.c_box_li1 {
            width: 100%;
        }
        .call_box ul li.c_box_li2,.call_box ul li.c_box_li3 {width: 50%;    padding-top: 0px;margin: 10px 0 0;}
    .call_box{background: url(../images/contact-us-banner.webp) repeat;
    background-size: 500%; height:260px;}
    .call_box ul li{ border-right:0;          margin: 20px 0;}
    .call_box ul li:first-child{ border-bottom: 1px solid #fff;margin-top: 0;}
    .call_box ul li .phone-icon{ margin-top:8px;}
    .call_box ul li p{ margin-top:0;}
    .index-cp-new2 li .img {
        height: 300px !important;
    }
    .index-cp-new2n li{ width:100%;}
    .index-cp-new3 li p{word-break: break-word;
    overflow-wrap: break-word;}
    .des_left01 .btn_a{ font-size:18px; width:50%;}
    .products-toptxt2 .p-t-center p{font-size: 20px; line-height: 30px;}
    .products-toptxt2 .p-t-center a{ font-size:22px;}
     /*24-12-12自适应 components end*/  
     
    /*24-12-16自适应 components start*/ 
  .boxpro_6 ul li {width: 100%;    height: 160px!important; }
  .boxpro_6 ul li p {font-size: 14px;line-height: 28px;}
  .des_right02{margin: 30px 0;}
  .boxpro_6 ul li i {top: 6px;}
   .pro_tit01 h4 {
        font-size: 24px;
        line-height: 40px;
    }
    .des_left01 span.dl_span{    font-size: 24px;}
    .des_left01 p.dl_p {
    font-size: 18px;
    line-height: 28px;
    }
    .des_left01 p {
        line-height: 28px; font-size: 18px;
    }
    .featured-ul01 li .img{max-height: 640px;}
    .featured-ul01 li .img img { max-height: 640px;}
    .des_right02 ul li{margin: 10px 2% 0;width: 46%;}
    .products-list .featured-ul01 li{
        width: 98%;
    }
    /*.des_left01 h4 {*/
    /*    font-size: 32px; */
    /*}*/
    .des_left012 h4 {
        height: auto;
    }
   .des_left012 h4 {
        height: auto;
        line-height: 60px;        font-size: 36px;
    }
    .des_left012 p{ margin-top:10px;}
    /*24-12-16自适应 components end*/ 
   .foot-tc {
        width: 100%;
    }
    .foot-tr{ float:left;}
}

@media screen and (max-width: 520px) {
	.bread-box{
		display: none;
	}
	.downloadr-table th{
		height: 50px;
		line-height: 50px;
	}
	.downloadr-table td{
		padding-left: 10px;
		padding-right: 10px;
	}
	.index-ban .swiper-pagination {
		bottom: 5px;
	}

	.index-ban .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}

	.index-cp li .img {
		min-height: 160px;
		height: 160px;
	}

	.index-cp li .img img {
		max-height: 140px;
	}

	.featured-ul li .img {
		max-height: 200px;
	}

	.featured-ul li .img img {
		/*max-height: 140px;*/
		height: auto;
	}

	.featured-ul li {
		padding: 10px;
	}

	.fq-list li {
		width: 100%;
		flex: auto;
		margin-bottom: 15px;

	}

	.fq-list li a {
		padding: 20px;
	}

	.fq-list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.x4 {
    width: 100%;
    }
    .subtitle h2.text-big {
    font-size: 24px;        line-height: 30px;
    }
    .solution .media-img .mask .more{font-size: 18px;}
    .subtitle .text-white{    font-size: 16px;
    margin-top: 20px;}
    
    /*9-27自适应 */
    .index-cp-new li .img {
        height: 180px;
    }
    .p-box-img,.project-box01 .p-box-con{ width:100%;}
    .tit-contact-p{ display:none;}
    .title-left1 span.tit-h7 {font-size: 20px;}
    .project-box01 .p-box-text p{ margin-top:20px;}
    .project-box01 .p-box-con{ height:204px;}
    .project-box01 li{margin-bottom: 20px;}
    .title-left1 .link_all{position: absolute;
    top: 8px;
    right: 10px;}
    .title-left1 h5.zh_h5{ font-size: 42px;}
    .title-left1 span.tit-h7 {font-size: 24px;}
    .index-cp-new li h2,.index-cp-new2 li h2{ font-size:16px;}
    .title-left1 span.tit-h7 {
        font-size: 24px;
    }
    .project-box01 .p-box-text h3 {font-size: 20px;}
    /*9-27自适应 */
    
    /*productlist start 10-12*/	
    .part-listli .img-l {
        width: 30%;
    }
    .part-listli .text-r {width: 65%;}
    .p-t-right ul span {font-size: 20px;}
    /*productlist end 10-12*/	
    
    /*11-19修改*/
    .ny-box .ny-box-txt span{margin-top: 40px;}
    .ny-box .ny-box-txt i {font-size: 16px;
        margin-top: 20px; line-height: 24px;}
    
    /*24-12-12自适应 components start*/  
     .des_left012 h4 {        font-size: 18px;
     /*font-size: 22px;*/
        height: 80px;
        line-height: 80px;}
    .index-cp-new2 li .img {
        height: 270px !important;
    }
    .call_box ul li.c_box_li2, .call_box ul li.c_box_li3{ padding:0 10px;}
    .call_box ul li span{font-size: 20px;}
    .index-cp-new2 li h2 {
        font-size: 24px;
    }
    .index-cp-new3 li p {font-size: 16px;}
    .title-left1 h4{ line-height:45px; font-size:28px;}
    .index-cp-new3 li span{font-size: 20px;}
    /*24-12-12自适应 components end*/  
    /*24-12-16自适应 components start*/ 
    .des_left012 h4{ font-size:32px;}
    .des_left012 p{ margin-top:20px;line-height: 28px;font-size: 18px;}
    .des_left012 h4 {
    height: 60px;
    line-height: 60px;
    }
    .featured-ul01 li .img{max-height: 640px;}
    .featured-ul01 li .img img {
        max-height: 640px;
    }
    .boxpro_6 ul li {
        height:180px !important;
    }
    /*24-12-16自适应 components end*/ 
}

@media screen and (max-width: 460px){
	.btn-box .btn{
		width: 120px;
		height: 40px;
		margin: 0 10px;
	}
	.con_top ul li span.con_t_img{width: 38px;height: 38px;}
	.con_top .con_top_text b {line-height: 20px;margin-top: 5px;}
	.con_top { height: 258px;}
    .con_top ul li:nth-child(3), .con_top ul li:nth-child(4) {margin-top: 10px;}
     /*productlist start 10-12*/	
    
     /*productlist end 10-12*/	
     
     /*11-19修改*/
    .ny-box .ny-box-txt i {font-size: 14px;}
    
    /*24-12-16自适应 components start*/ 
    .featured-ul01 li .img {
        max-height: 640px;
    }
    .featured-ul01 li .img img {
        max-height: 640px;
    }
    .boxpro_6 ul li span {
        font-size: 16px;
    }
        .des_left012 h4 {
        font-size: 22px;
    }
    /*24-12-16自适应 components end*/ 
}

.hidden-title {
    position: absolute;
    left: -9999px; /* 将元素移出视窗 */
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.russian-text-container {
    max-width: 100%; /* 限制容器宽度，确保内容不会超出 */
    overflow: hidden; /* 隐藏溢出部分 */
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}
@media screen and (max-width: 460px){
    .con_top ul li{width: 49%;padding: 0px 1%;}
    .index-cp-new li{margin-top: 0;        width: 100%;}
    .index-cp-new li .img{margin-top:0;height: 154px;}
    .index-cp-new li a.index-img1 .bj_g{padding:0 10px 20px;}
    .index-cp-new li span{margin-top:0;}
    .fq-list1 li a p {
        font-size: 20px;
    }
    .fq-list1 li a p{line-height: 50px;}
    .index-box2{padding-bottom: 0!important;}
    .featured-ul li {width: 98%;}
    .index-box1{ padding-bottom:10px;}
    .project-box01 .p-box-con .p-box-text{padding: 10px;}
    .project-box01 .p-box-text p{font-size:16px;height: 46px;
        line-height: 42px;width: 158px;margin-top: 15px;}
    .project-box01 .p-box-con {
        height: 166px;
    }
    .title-left1{ padding-top:10px!important;padding-bottom: 0px !important;}
    .title-left1 span{line-height:36px;}
    .title-left1 .link_all {
        top: 22px;}
    .project-box01{margin-top:10px!important;}    
    .jj_top{margin-top:0!important;}    
    .tit-contact {
        padding-top:30px!important;
    }
    .title-left1 h5.zh_h5 {
        font-size: 36px;
    }
}

@media screen and (max-width: 768px) {
  table {
    width: 100%;
    overflow-x: auto;/* 确保产品详情页中表格内容不会超出容器 */
    display: block;
  }
}


@media (min-width: 460px) and (max-width: 1280px) {
    .nav li.nLi h3 a {
        font-size: 14px; /* 调小字体避免溢出 */
        padding-left: 40px; /* 调整左侧padding */
         /*padding-left: 50px; */
    }
    .con_top ul li{
        display: inline-block;
        padding: 0px 10px;
    }
    .nav li .sub li a{
        font-size: 11px; /* 调小导航下拉框字体 */
    }
}

@media screen and (max-width: 768px) and (min-width: 641px) {
    .index-ban img {
        height: 60vh;
    }
    .index-ban img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.copy-l p {
    font-size: 0 !important;
}
.copy-l p::after {
    font-size: 14px !important;
}

html[lang="zh"] .copy-l p::after {
    content: "Copyright © 2002-2026 中瑞重工股份有限公司";
}

html[lang="en"] .copy-l p::after {
    content: "Copyright © 2002-2026 Zoomry Group Company Limited";
}

html[lang="ru"] .copy-l p::after {
    content: "Copyright © 2002-2026 Zoomry Group Company Limited";
}

html[lang="es"] .copy-l p::after {
    content: "Copyright © 2002-2026 Zoomry Group Company Limited";
}
