@charset "UTF-8";
/*header start*/

@media screen and (max-width: 767px) {
 .img-box img{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit: contain !important;
}
	.index-banner .banner-content .img-box{
		height:50% !important;
	}
	.swiper-slide .imgshow .imgsjd img{
		object-fit: cover !important;
	}
	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px !important;
    left: 0;
    width: 100%;
}
}
.btn-nav {
  display: none;
}
body{
	padding:0px !important;
}
.textp p{
	text-align:left;
}
.BURY_CODE_5d7b74d8ea0b4f4fb26aa05682c8ae4e {
    width: 45%;
    float: right;
	margin-bottom: 100px;
}
.icon-arrow-right-copy-copy:before {
    content: "\ed9a";
    transform: rotate(180deg);
    display: inline-block;
}
.product-tabs table{
  border-collapse: collapse; /* 表格边框合并，不双线 */
  width: 100%;
}

.product-tabs table, .product-tabs table th, .product-tabs table td {
  border: 1px solid #000; /* 黑色边框 */
}

.product-tabs table th,
.product-tabs table td {
  padding: 8px;
  text-align: left;
}

.textp.f-18 em {
    color: #780C8F !important;
}
.footerBttom .f-item:nth-of-type(5) {
  max-width: 200px;
}
 .msg-left img {
    width: 100%;
    height: 100%;
}
.msg-left {
    width: 45%;
    height: auto;
    float: left;
	    margin-bottom: 100px;
}
.product-card ul {
    max-height: 6.5em;
    overflow: hidden;
}
.product-info-section h1 {
    font-weight: bold !important;
}
.Specs .space-con{
    /*margin-top:34px;*/
    height: 100%;
    width: 100%;
    overflow-x: auto;
    overflow-y: clip;
}

.space-con table{
    width:100%!important;
}

.Specs .space-con tr{
    height: 50px !important;
    border: 1px solid #ffffff;
    border-bottom: 0;
    display: flex;
}
.Specs .space-con tr{
    border:0;
    gap:18px;
}
/*.Specs .space-con tr:last-child{*/
/*    border-bottom: 1px solid #ffffff;*/
/*}*/

.Specs .space-con td{
    flex:auto;
    width: 150px;
    border-bottom: 1px solid #fff;
    height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    
    display: flex;
    align-content: center;
    line-height: 48px;
    /*flex-direction: column;*/
    /*justify-content: center;*/
}
.Specs .space-con tr td:first-child{
    flex: auto;
    height: 50px !important;
    width: 250px !important;
    font-weight: 900;
}
.Specs .space-con td:last-child{
    border-right: 0;
}
.marginTop30 {
  margin-top: 1.56vw !important;
}

.marginBottom70 {
  margin-bottom: 3.64vw !important;
}

.marginTop80 {
/*   margin-top: 4.16vw; */
  margin-top: 58px;
	
}

.header-box {
  display: flex;
  align-items: center;
/*   justify-content: space-between; */
  background-color: #F5F5F5;
	    justify-content: center;
}

.header-box .nav-box {
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.header-box .h-tool {
  display: flex;
  align-items: center;
}

.header-box .h-search {
  position: relative;
}

.header-box .h-search input {
  border: 1px solid #999;
  border-radius: 50px;
  height: 34px;
  line-height: 34px;
  padding: 0 16px;
  box-sizing: border-box;
  width: 210px;
}

.header-box .h-search button {
  position: absolute;
  right: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  width: 40px;
  top: 0;
  height: 100%;
  text-align: center;
  z-index: 2;
}

.header-box .h-search .iconfont {
  font-size: 18px;
}

.header-box .h-lang {
  display: flex;
  align-items: center;
  margin-left: 40px;
  position: relative;
  cursor: pointer;
  z-index: 2;
}

.header-box .h-lang em {
  padding: 0 5px;
}

.header-box .h-lang .iconfont {
  font-size: 20px;
}

.header-box .h-lang:hover .h-cont {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header-box .h-lang:hover .arrow {
  transform: rotate(-180deg);
}

.header-box .h-lang .h-cont {
  position: absolute;
  left: 0;
  top: 110%;
  min-width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.header-box .h-lang .h-cont a {
  color: #FFF;
  padding: 5px;
  display: block;
  text-align: center;
}

.header-box .h-lang .h-cont a:hover {
  text-decoration: underline;
}

.header-box .h-lang .arrow {
  width: 10px;
  height: 10px;
  background: url("../images/index/arrow.png") no-repeat center center;
  background-size: 10px 5px;
  transition: all 0.4s;
}

#menuWap {
  display: none;
}

#menuPc > ul > li {
  display: inline-block;
  padding: 0 0;
  position: relative;
}

#menuPc > ul > li dl {
  width: max-content;
  min-width: 200px;
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 999;
  opacity: 0;
  transition: all 0.2s;
  visibility: hidden;
  transform: translateY(-10%);
  border-radius: 0px 0px 27px 27px;
  padding: 0 10px;
  background: #F5F5F5;
  box-sizing: border-box;
}

#menuPc > ul > li:hover dl {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#menuPc > ul > li dl dd {
  margin: 0 10px;
}

#menuPc > ul > li dl dd:first-child {
  border-top: none;
}

#menuPc > ul > li dl dd a {
  font-size: 16px;
  color: #000;
  display: block;
  padding: 10px 0px;
  transition: all 0.6s;
}

#menuPc > ul > li > a {
  font-weight: bold;
}

#menuPc > ul > li dl dd a:hover {
  background: #F5F5F5;
  color: #AF3CC8;
}

#menuPc > ul > li > a {
  color: #000000;
  padding: 29px 0 25px;
  margin: 0 25px;
  display: block;
  position: relative;
}

.inner-page #menuPc > ul > li > a {
  color: #183340;
}

#menuPc > ul > li:hover > a,
#menuPc > ul > li.act > a {
  color: #AF3CC8;
}

#menuPc > ul > li:hover > a:after,
#menuPc > ul > li.act > a:after {
  opacity: 1;
}

.header {
/*   position: relative;
  z-index: 2;
  background-color: #F5F5F5; */
	position: sticky;
	top: 0;
	z-index: 999;
	background-color: #F5F5F5;
}

.child-box {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2025;
  width: 100%;
}

.child-box .child-wrap {
  overflow: hidden;
}

.aboutUsBoxHover {
  display: flex;
  background: #F5F5F5;
  padding: 18px 90px;
}

.aboutUsBoxHover a {
  color: #000000;
}

.aboutUsBoxHover .left {
  display: flex;
}

.aboutUsBoxHover .left .f-ul {
  border-right: 1px solid #CBCBCB;
  padding-right: 35px;
  position: relative;
}

.aboutUsBoxHover .left .f-ul .cur .left-center {
  opacity: 1;
  visibility: visible;
  display: flex;
}

.aboutUsBoxHover .left .f-li {
  display: flex;
}

.aboutUsBoxHover .left .f-li .left-center {
  position: absolute;
  left: calc(100% + 35px);
  top: 0;
  padding-top: 0;
  width: 15.62vw;
  box-sizing: border-box;
}

.aboutUsBoxHover .left .f-li .left-center .cur .left-right {
  opacity: 1;
  visibility: visible;
  display: flex;
}

.aboutUsBoxHover .left .f-li .left-center .cur .left-right a {
  color: #fff;
}

.aboutUsBoxHover .left .f-li .left-center .cur .left-right a:hover {
  color: #AF3CC8;
}
.aboutUsBoxHover .left .f-li .left-center .cur .left-right .f-16{
	
	line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 120px;

}
.aboutUsBoxHover .left .f-li .left-right {
  position: absolute;
  left: 100%;
  top: 0;
  padding-top: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
}

.aboutUsBoxHover .left .left-left {
  padding: 35px 34px;
  flex: 1;
}

.aboutUsBoxHover .left ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.aboutUsBoxHover .left .cur a {
  color: #AF3CC8;
}

.aboutUsBoxHover .left .cur a:hover {
  color: #AF3CC8;
}

.aboutUsBoxHover .left .btn {
  margin-top: 38px;
}

.aboutUsBoxHover .left .btn a {
  display: inline-block;
  width: fit-content;
  padding: 0 20px;
  height: 37px;
  background-color: #AF3CC8;
  color: #ffffff;
  border-radius: 27px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.2s;
}

.aboutUsBoxHover .left .btn a:hover {
  transform: scale(1.1);
}

.aboutUsBoxHover .left .left-center {
  flex: 1;
  padding: 35px 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #000000;
  opacity: 0;
  visibility: hidden;
  display: none;
}

.aboutUsBoxHover .left .left-center a {
  color: #000000;
}

.aboutUsBoxHover .left .left-center a:hover {
  color: #AF3CC8;
}

.aboutUsBoxHover .left .left-center .cur a {
  color: #AF3CC8;
}

.aboutUsBoxHover .left-right {
  border-left: 1px solid #CBCBCB;
  padding: 35px 65px 0;
  flex: 1;
  color:#000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: all 0.2s;
}

.aboutUsBoxHover .left-right .imgshow {
  width: 426px;
}

.aboutUsBoxHover .left-right .imgshow .img-box {
  padding-bottom: 75%;
	    background: #fff;
  
    display: flex
;
    align-items: center;
    justify-content: center;
}
.aboutUsBoxHover .left-right .imgshow .img-box img{
	object-fit:fill;
	    left: 50%;
    transform: translateX(-50%);
	height: 100%;
max-width:100%;
	    width: auto !important;
}
.aboutUsBoxHover .left-right .title {
  color: #AF3CC8;
  margin: 20px 0 20px;
	line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
}
}

.aboutUsBoxHover .cur a {
  color: #AF3CC8;
}

/*header end*/
.crumbs-box {
  padding: 12px 0;
}

.crumbs-box a {
  color: #1C1F1F;
  display: inline-block;
  transition: all 0.4s;
}

.crumbs-box a:hover {
  color: #AF3CC8;
}

.crumbs-box i {
  display: inline-block;
  padding: 0 5px;
  color: #1C1F1F;
}

.crumbs-box span {
  color: #AF3CC8;
}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
.ipd-20 {
  padding: 0 20px;
}

/* 内容区域宽度+40px */
.m-width-content {
  max-width: 1320px;
  margin: 0 auto;
}

.m-width-1440 {
  max-width: 1440px;
  margin: 0 auto;
}

.m-width-1440 {
  max-width: 1440px;
  margin: 0 auto;
}

/*置顶按钮 start*/
#toTop {
  width: 40px;
  height: 40px;
  left: 20px;
  bottom: 20px;
  position: fixed;
  z-index: 999;
  background: #b24249;
  opacity: 0;
  visibility: hidden;
}

/*置顶按钮 end*/
/*分页 start*/
.page-box {
  padding: 50px 0;
  text-align: center;
}

.fenYe .wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.fenYe .wp-pagenavi a,
.fenYe .wp-pagenavi span {
  display: inline-flex;
  color: #ffffff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: #121212;
  color: #ffffff;
  transition: all 0.2s;
  cursor: pointer;
  justify-content: center;
  padding: 0;
  border: none;
}

.fenYe .wp-pagenavi .current {
  color: #fff;
  background:#AF3CC8;
}

.blue-page .wp-pagenavi .current {
  background: #2788FF;
}

.blue-page .wp-pagenavi a:hover {
  background: #2788FF;
  color: #fff;
}

/*分页 end*/
.header-top {
  background-color: #F5F5F5;
}

.headTOPBox {
  height: 56px;
  padding-top: 13px;
  display: flex;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.headTOPBox .iconfont {
  font-size: 24px;
   color: #AF3CC8;
}
i.iconfont.icon-denglu-copy {
    color: #fff;
}
i.iconfont.icon-phone-close-copy {
    color: #000000;
	font-size: 15px;
}
i.iconfont.icon-sousuo2 {
    color: #000000;
	font-size: 18px;
}
.headTOPBox a {
  margin: 0 10px 0 0;
}

.headTOPBox .header-top-right {
  display: flex;
  gap: 20px;
  align-items: center;
}

.headTOPBox .header-top-right a {
  margin: 0;
}

.headTOPBox .header-top-right .right1 {
  display: flex;
  align-items: center;
  gap: 20px;
}

.headTOPBox .header-right-center {
  color: #FFFFFF;
}

.headTOPBox .header-right-center .topText {
  color: #707070;
  padding-left: 5px;
}

.headTOPBox .header-right-center a {
  display: flex;
  align-items: center;
  color: #000000;
}

.headTOPBox .rightLogin {
  height: 27px;
  display: flex;
  align-items: center;
  color: #F1F1F1;
  background-color:#AF3CC8;
  border-radius: 8px;
  padding: 0 6px;
  gap: 10px;
}

.footerBox {
  width: 100%;
  height: 28.48vw;
  min-height: 547px;
  background-size: cover;
  position: relative;
  background-size: cover;
/*   margin-top: 6.25vw; */
}

.footerBox .footer-center {
  position: absolute;
  left: 50%;
  top: 5.26vw;
  transform: translateX(-50%);
  color: #ffffff;
  max-width: 530px;
  text-align: center;
}

.footerBox .footer-center a {
  display: inline-block;
  width: fit-content;
  padding: 0 20px;
  height: 38px;
  background-color: #AF3CC8;
  color: #ffffff;
  border-radius: 27px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.2s;
}

.footerBox .footer-center a:hover {
  transform: scale(1.1);
}

.footerBox .footer-center .btn a {
  padding: 0 20px;
}

.footerBox .footer-center a {
  margin: 0 auto;
  padding: 0;
}

.footerBox .text {
  text-align: center;
  margin: 20px 0 75px;
}

.footerBox .footerline {
  display: flex;
  gap: 9px;
  justify-content: center;
  margin-top: 68px;
}

.footerBox .footerline a {
  width: 41px;
  height: 41px;
  text-align: center;
  line-height: 41px;
  border-radius: 50%;
  background: #ffffff;
  color: #000000;
  margin: 0;
  transition: all 0.2s;
}

.footerBox .footerline a:hover {
  background: #AF3CC8;
  color: #ffffff;
}

.footerBox .footerline .iconfont {
  font-size: 24px;
}

.footerBttom {
  background: #000000;
  padding-top: 3.43vw;
}

.footerBttom .footerBttom-center {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footerBttom .f-item {
  display: flex;
  flex-direction: column;
}

.footerBttom h3 {
  margin-bottom: 30px;
  color: #FFFFFF;
  height: 30px;
}

.footerBttom a {
  color: #CCCCCC;
  margin-bottom: 4.5px;
}

.footerBttom a:last-child {
  margin-bottom: 0;
}

.footerBttom a:hover {
  color: #AF3CC8;
}

.footerBttom .copyright {
  color: #A4A4A4;
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 4.1vw 0 2.08vw;
  text-align: center;
}

.footerBttom .copyright2 {
  color: #A4A4A4;
  display: flex;
  gap: 20px;
  justify-content: center;
  text-align: center;
}

.head-title {
  color: #000000;
  text-align: center;
  line-height: 1.17;
}

.head-desc {
  color: #000000;
  text-align: center;
  max-width: 930px;
  margin: 0 auto;
  line-height: 40px;
}

.marginTop15 {
  margin-top: 15px;
}

.index-banner .banner-content {
  margin: 0 auto;
  cursor: pointer;
}

.index-banner .banner-content .img-box {
  padding-bottom: 31.25%;
  height: 800px;
  box-sizing: border-box;
}

.index-banner .swiper-pagination-bullet {
  background: #AF3CC8;
  opacity: 0.5;
}

.index-banner .swiper-pagination-bullet-active {
  opacity: 1;
}

.index-banner .swiper-button-next, .index-banner .swiper-button-prev {
  color: #AF3CC8;
}

.index-UHLED-banner .head-title {
  margin-top: 6.25vw;
}

.index-UHLED-banner .textp {
  color: #000000;
  line-height: 28px;
  max-width: 33.85vw;
  margin: 3.645vw auto 6.614vw;
  text-align: center;
}

.index-UHLED-banner .flexBtn {
  display: flex;
  justify-content: center;
  gap: 19px;
}

.index-UHLED-banner .flexBtn a {
  display: inline-block;
  width: fit-content;
  padding: 0 20px;
  height: 38px;
  background-color: #AF3CC8;
  color: #ffffff;
  border-radius: 27px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.2s;
}

.index-UHLED-banner .flexBtn a:hover {
  transform: scale(1.1);
}

.index-UHLED-banner .rightBtn a {
  display: inline-block;
  width: fit-content;
  padding: 0 20px;
  height: 34px;
  background-color: #ffffff;
  color: #121212;
  border-radius: 27px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.2s;
}

.index-UHLED-banner .rightBtn a:hover {
  transform: scale(1.1);
}

.index-UHLED-banner .rightBtn a {
  border: 2px solid #000;
}

.index-MARKETS-banner .head-title {
  margin: 5.2vw auto 3.1vw;
}

.index-MARKETS-banner .MARKETS-banner-list ul {
  margin: 0 -31px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.index-MARKETS-banner .MARKETS-banner-list .imgshow img {
  width: 100%;
}

.index-MARKETS-banner .MARKETS-banner-list li {
  width: 20%;
  padding: 0 31px;
  box-sizing: border-box;
}

.index-MARKETS-banner .MARKETS-banner-list li {
  margin-bottom: 70px;
}

.index-MARKETS-banner .MARKETS-banner-list a {
  display: block;
}

.index-MARKETS-banner .MARKETS-banner-list .p-item {
  color: #000;
  cursor: pointer;
  transition: all 0.2s;
}

.index-MARKETS-banner .MARKETS-banner-list .p-item:hover {
  transform: scale(1.1);
}

.index-MARKETS-banner .MARKETS-banner-list .imgshow {
  width: 100%;
}

.index-MARKETS-banner .MARKETS-banner-list .imgshow .img-box {
  padding-bottom: 117.89137%;
}

.index-MARKETS-banner .MARKETS-banner-list .title {
  line-height: 32px;
  margin: 19px 0 5px;
}

.index-MARKETS-banner .MARKETS-banner-list .btn {
  padding: 10px 22px;
  color: #ffffff;
  width: fit-content;
  border-radius: 27px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  background-color: #AF3CC8;
  margin-top: 20px;
}

.swiper-btn {
  display: flex;
  justify-content: center;
  gap: 70px;
  align-items: center;
  cursor: pointer;
  margin-top: 38px;
  position: absolute;
  bottom: 4.97vw;
  left: 0;
  width: 100%;
  z-index: 2;
}

.swiper-btn .swiper-pagination-fraction {
  bottom: 0;
}

.swiper-btn .pre-btn, .swiper-btn .next-btn {
  position: relative;
  z-index: 11;
}

.indexSwiper {
  margin: 6.4vw auto 5.57vw;
  position: relative;
  max-width: 1920px;
}

.indexSwiper .imgshow {
  width: 100%;
}

.indexSwiper .imgshow .img-box {
  padding-bottom: 28.125%;
}

.indexSwiper .a-item {
  padding-bottom: 200px;
  display: block;
}

.indexSwiper .bottomBox {
  z-index: 2;
  position: absolute;
  width: 583px;
  background: #ffffff;
  box-shadow: 0px 6px 10px 3px rgba(0, 0, 0, 0.16);
  padding: 40px 0 70px 40px;
  transform: translate(0, -50%);
  color: #000;
}

.indexSwiper .bottomBox a {
  display: inline-block;
  width: fit-content;
  padding: 0 20px;
  height: 38px;
  background-color: #AF3CC8;
  color: #ffffff;
  border-radius: 27px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.2s;
}

.indexSwiper .bottomBox a:hover {
  transform: scale(1.1);
}

.indexSwiper .bottomBox .desc {
  max-width: 500px;
  margin: 51px 0 46px;
  width: 100%;
}
.desc {
/*   display: -webkit-box; */
/*   -webkit-line-clamp: 4;  */
/*   -webkit-box-orient: vertical; */
  overflow: hidden;
/*   text-overflow: ellipsis; */
/* 	max-height:6.5em; */
}

.UHLEDMainProducts-banner {
  position: relative;
  padding: 0 32px;
}

.UHLEDMainProducts-banner .head-title {
  margin-bottom: 4.89vw;
  margin-top:124px;
}

.UHLEDMainProducts-banner a {
  color: #000000;
}

.UHLEDMainProducts-banner .title {
  margin-bottom: 15px;
  line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
}

.UHLEDMainProducts-banner .desc {
  max-width: 240px;            
	  text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;	
}

.UHLEDMainProducts-banner .imgshow {
  width: 100%;
}

.UHLEDMainProducts-banner .imgshow .img-box {
  padding-bottom: 78.03468%;
}
.UHLEDMainProducts-banner .imgshow .img-box img{
	object-fit: fill;
}
.UHLEDMainProducts-banner .pre-btn, .UHLEDMainProducts-banner .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.UHLEDMainProducts-banner .pre-btn {
  left: 0;
}

.UHLEDMainProducts-banner .next-btn {
  right: 0;
}

.UHLEDMainProducts-banner-bottom {
  padding: 0 132px 0 132px;
  margin: 11.4vw 0 5.2vw;
}

.UHLEDMainProducts-banner-bottom ul {
  margin: 0 -80px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.UHLEDMainProducts-banner-bottom .imgshow img {
  width: 100%;
}

.UHLEDMainProducts-banner-bottom li {
  width: 50%;
  padding: 0 80px;
  box-sizing: border-box;
}

.UHLEDMainProducts-banner-bottom .u-item {
  position: relative;
  color: #000000;
}

.UHLEDMainProducts-banner-bottom .u-item .imgshow {
  width: 100%;
}

.UHLEDMainProducts-banner-bottom .u-item .imgshow .img-box {
  padding-bottom: 69.33045%;
}

.UHLEDMainProducts-banner-bottom .topBox {
  width: 465px;
  height: 362px;
  transform: translate(90px, -100px);
  padding: 22px 0 0 30px;
  position: relative;
  box-sizing: border-box;
	margin-top: 100px;
}

.UHLEDMainProducts-banner-bottom .title {
  max-width: 320px;
  line-height: 32px;
}

.UHLEDMainProducts-banner-bottom .text {
/*   margin: 2.08vw 0 0; */
}

.UHLEDMainProducts-banner-bottom .title2 {
  margin: 5px 0 10px 0;
  max-width: 320px;
  line-height: 24px;
}

.UHLEDMainProducts-banner-bottom .text2 {
  margin-bottom: 20px;
  max-width: 325px;
}

.UHLEDMainProducts-banner-bottom .ficedRigt {
  position: absolute;
  right: 7px;
  bottom: 30px;
  max-width: 74px;
  color: #fff;
  text-align: center;
  line-height: 16px;
}

.led-display-banner {
  max-width: 1920px;
  margin: 0 auto;
}

.led-display-banner .imgshow {
  width: 100%;
}

.led-display-banner .imgshow .img-box {
  padding-bottom: 26.04167%;
}

.led-display-UHLED-banner .head-title {
  margin: 6.77vw auto 0;
  max-width: 720px;
}

.led-display-UHLED-banner .head-desc {
  margin: 10px auto 4.16vw;
}

.led-display-UHLED-banner .textp {
  max-width: 760px;
  margin: 0 auto;
}

.led-display-UHLED-banner .imgshow {
  width: 56.14%;
  margin: 6.77vw auto;
}

.led-display-UHLED-banner .imgshow .img-box {
  padding-bottom: 39.54373%;
}

.led-display-ad .imgshow {
  width: 100%;
}

.led-display-ad .imgshow .img-box {
  padding-bottom: 36.45833%;
}

.ProductFeatures .head-title {
  margin: 4.16vw 0 6.77vw;
}

.ProductFeatures .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10.36vw 0 8.64vw;
  margin-bottom: 4.68vw;
}

.ProductFeatures .item .left {
  flex: 1;
  max-width: 530px;
}

.ProductFeatures .item .imgshow {
  width: 33.78%;
}

.ProductFeatures .item .imgshow .img-box {
  padding-bottom: 63.42495%;
}

.ProductFeatures .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.downLoad {
  max-width: 1920px;
  margin: 0 auto;
  height: 340px;
}

.downLoad .centerBox {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2.96vw;
}

.downLoad .top {
  text-align: center;
  color: #ffffff;
}

.downLoad .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  padding: 10px 20px 11px 18px;
  border: 2px dashed #ffffff;
  color: #ffffff;
  width: fit-content;
  margin: 0 auto;
  border-radius: 34px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}

.downLoad .btn:hover {
  transform: scale(1.1);
}

.Specs {
  background: #121212;
  padding: 5.1vw 0 6.145vw;
  max-width: 1920px;
  margin: 0 auto;
  color: #ffffff;
}

.Specs .space-title {
  line-height: 60px;
}

.Specs .line {
  margin-top: 3.64vw;
  width: 100%;
  border-top: 1px dashed #AF3CC8;
  display: flex;
  gap: 24px;
  padding-top: 34px;
}

.Specs .line li {
  height: 49px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #FFFFFF;
}

.Specs .title {
  height: 45px;
  line-height: 45px;
}

.Specs .left {
  padding-left: 10px;
  /*max-width: 361px;*/
  flex: none;
  width:250px;
}

.Specs .right {
  flex: 1;
}

.Specs .right .title {
  background-color: #AF3CC8;
  border-radius: 23px;
  padding-left: 21px;
}

.Specs .right li {
  padding-left: 21px;
}

.Applicable {
  margin: 6.77vw 0 8.75vw;
}

.Applicable-list {
  margin-top: 3.9vw;
}

.Applicable-list ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.Applicable-list .imgshow img {
  width: 100%;
}

.Applicable-list li {
  width: 20%;
  padding: 0 15px;
  box-sizing: border-box;
}

.Applicable-list .a-item {
  color: #000000;
  line-height: 32px;
}

.Applicable-list .imgshow {
  width: 100%;
  margin-bottom: 15px;
}

.Applicable-list .imgshow .img-box {
  padding-bottom: 118%;
}

.uhled-banner {
  position: relative;
}

.uhled-banner .daoHang {
  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 3px;
  text-align: left;
  width: 100%;
  color: #ffffff;
}

.uhled-banner .daoHang .iconfont {
  font-size: 16px;
}

.uhled-banner .daoHang a {
  color: #ffffff;
}

.uhled-banner .daoHang a:hover {
  color: #AF3CC8;
}

.relativeBox {
  position: relative;
}

.UHLED-banner .head-title {
  text-transform: uppercase;
  max-width: 560px;
  margin: 6.77vw auto 0;
}

.UHLED-banner .textp {
  max-width: 800px;
  margin: 0 auto;
}

.lineBox {
  max-width: 1141px;
  margin: 0 auto;
  border-radius: 4px;
  background: #AF3CC8;
  padding: 30px 46px;
  box-sizing: border-box;
  margin-top: 5.2vw;
}

.lineBox .text {
  color: #ffffff;
}

.lineBox .layui-form-select .layui-input {
  border-radius: 6px;
  height: 39px;
  font-size: 12px;
}

.lineBox .layui-form-selected dl {
  font-size: 12px;
}

.lineBox .layui-form-select dl dd,
.lineBox .layui-form-select dl dt {
  line-height: 30px;
}

.lineBox .layui-input, .lineBox .layui-select, .lineBox .layui-textarea {
  width: 100%;
  background: #780C8F;
  border-radius: 20px;
  padding: 0 12px;
  height: 39px;
  line-height: 39px;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  cursor: pointer;
  margin-top: 7px;
  border: none;
  outline: none;
}

.lineBox .lineBox .layui-form-select .layui-input {
  border: none;
  height: 39px;
  line-height: 39px;
}

.lineBox .lineBox .layui-form-select .layui-input::placeholder {
  color: #ffffff;
}

.lineBox input::placeholder {
  color: #ffffff;
}

.uled-list {
  margin: 4.73vw 0 2.8vw;
}

.uled-list ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.uled-list .imgshow img {
  width: 100%;
}

.uled-list li {
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
}

.uled-list li {
  margin-bottom: 24px;
}

.uled-list .u-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
  color: #000;
  transition: all 0.2s;
}

.uled-list .u-item:hover {
  transform: translateY(-20px);
}

.uled-list .imgshow .img-box {
  padding-bottom: 69.39891%;
}

.uled-list .title {
  color: #000000;
  line-height: 30px;
  max-width: 305px;
}

.uled-list .item-box {
  flex: 1;
  padding: 30px 30px 2.6vw;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.uled-list .btnBox {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.uled-list .btnBox .btn {
  border: 1px solid #000;
  border-radius: 23px;
  padding: 4.5px 19px;
  color: #6C6C6C;
  transition: all 0.2s;
}

.uled-list .btnBox .btn:hover {
  background: #AF3CC8;
  color: #ffffff;
  border: 1px solid #AF3CC8;
}

.uled-list .text {
  margin: 1.25vw 0 2.81vw;
}

.uled-list .LearnMore {
  margin: 2.6vw 0 0;
}

.uled-list .LearnMore:hover {
  color: #AF3CC8;
}

.uled-list.market-LIST .btnB {
    position: relative;
    left: 0;
    bottom: 0;
}
.uled-list.market-LIST .btnB:hover{
	color:#fff;
}

.uled-list.market-LIST .item-box{
	min-height:auto;
}

.uled-list.market-LIST .item-box { 
    padding: 30px; 
}

.fenYe {
  display: flex;
  justify-content: center;
  gap: 4px;
  padding: 7px 5px;
  background: #d0d0d0;
  border-radius: 21px;
  width: fit-content;
  margin: 0 auto 5.36vw;
}

.fenYe .count {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: #121212;
  color: #ffffff;
  transition: all 0.2s;
  cursor: pointer;
}

.fenYe .count:hover {
  background: #AF3CC8;
}

.fenYe .cur {
  background: #AF3CC8;
}

.aboutus-bnner {
  padding: 0 5.36vw;
}

.aboutus-bnner .head-title {
  margin-top: 6.25vw;
}

.aboutus-bnner .textp {
  max-width: 720px;
  margin: 1.56vw auto 3.12vw;
}

.aboutus-bnner .btn a {
  margin: 0 auto 108px;
}

.aboutus-bnner .btn a {
  display: inline-block;
  width: fit-content;
  padding: 0 20px;
  height: 38px;
  background-color: #AF3CC8;
  color: #ffffff;
  border-radius: 27px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.2s;
}

.aboutus-bnner .btn a:hover {
  transform: scale(1.1);
}

.aboutus-bnner .selectLi {
  padding: 5px 18px;
  background: #AF3CC8;
  display: flex;
  margin: 5.36vw 0 4.11vw;
}

.aboutus-bnner .selectLi li {
  padding: 12px 0;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aboutus-bnner .selectLi li div {
  padding: 0 27px;
  border-right: 1px solid #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}

.aboutus-bnner .selectLi li:last-child div {
  border-right: 0;
  padding-right: 0;
}

.aboutus-bnner .selectLi .cur {
  background: #D67500;
}

.aboutus-bnner .selectLi .cur div {
  border-right: 0;
}

.aboutus-bnner .about-list ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.aboutus-bnner .about-list .imgshow img {
  width: 100%;
}

.aboutus-bnner .about-list li {
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
}

.aboutus-bnner .about-list li {
  margin-bottom: 29px;
}

.aboutus-bnner .about-list .u-item {
  position: relative;
}

.aboutus-bnner .about-list .u-item:hover .overBox {
  opacity: 1;
}

.aboutus-bnner .about-list .imgshow {
  width: 100%;
}

.aboutus-bnner .about-list .imgshow .img-box {
  padding-bottom: 100%;
}

.aboutus-bnner .about-list .overBox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.2s;
  padding: 10px 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.ourLoaction .head-title {
  margin: 8.69vw auto 3.12vw;
}

.our-list {
  margin-bottom: 7.03vw;
}

.our-list ul {
  margin: 0 -27px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.our-list .imgshow img {
  width: 100%;
}

.our-list li {
  width: 25%;
  padding: 0 27px;
  box-sizing: border-box;
}

.our-list .imgshow {
  width: 100%;
}

.our-list .imgshow .img-box {
  padding-bottom: 118.28358%;
}

.our-list .our-desc {
  margin-top: 19px;
  color: #000000;
}

.our-list .o-item {
  display: block;
  transition: all 0.2s;
}

.our-list .o-item:hover {
  transform: scale(1.1);
}

.officeList .imgshow .img-box {
  padding-bottom: 117.89137%;
}

.officeList .our-desc {
  margin-top: 28px;
  text-align: center;
}

.UHLED-banner {
  margin: 6.77vw 0 6.09vw;
}

.UHLED-banner .textp {
  margin-top: 2.6vw;
}

.pre-box {
  max-width: 1920px;
  margin: 0 auto 6.51vw;
}

.pre-box .imgshow .img-box {
  padding-bottom: 28.125%;
}

.pre-box .bottomBox {
  padding: 36px 0 55px 40px;
}

.pre-box .bottomBox .btn a {
  margin: 0;
}

.pre-box .bottomBox .desc {
  max-width: 500px;
  margin: 35px 0 61px;
}

.pre-box .title {
  line-height: 60px;
}

.pre-box2 {
  margin-bottom: 5.67vw;
}

.pre-box2 .title {
  max-width: 410px;
}

.serviceNews {
  max-width: 1037px;
  margin: 0 auto;
}

.serviceNews .newsItem {
  margin-bottom: 7.08vw;
  display: flex;
  align-items: center;
  gap: 10.22%;
}

.serviceNews .newsItem .imgshow {
  width: 44.64%;
}

.serviceNews .newsItem .imgshow .img-box {
  padding-bottom: 69.33045%;
}

.serviceNews .newsItem .right {
  flex: 1;
}

.serviceNews .newsItem .desc {
  margin: 20px 0 38px;
}

.evevt-banner .head-title {
  margin: 6.77vw auto 2.6vw;
}

.btnB {
  width: 136px;
  height: 38px;
  text-align: center;
  color: #ffffff;
  background: #AF3CC8;
  border-radius: 27px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.2s;
}

.btnB:hover {
  transform: scale(1.1);
}

.EVENT-LIST {
  margin-bottom: 0;
}

.EVENT-LIST .item-box {
  padding: 28px 30px 32px;
}

.EVENT-LIST .text {
  margin-bottom: 1.66vw;
}

.EVENT-LIST li {
  margin-bottom: 60px;
}

.newDetail-banner {
  margin-bottom: 9.11vw;
}

.newDetail-banner .head-title {
  text-transform: none;
  max-width: 1045px;
  margin: 8.07vw auto  3.02vw;
}

.newDetail-banner .textp {
  max-width: 700px;
  margin-bottom: 2.6vw;
}

.newDetail-banner .detailItem .imgshow {
  margin: 0 auto;
  width: 39.68vw;
}

.newDetail-banner .detailItem .imgshow .img-box {
  padding-bottom: 78.08399%;
}

.newDetail-banner .detailItem .text {
  max-width: 100%;
  margin: 2.6vw auto;
}

.aboutus1-bnner .head-title {
  margin: 6.77vw auto 0;
  max-width: 100%;
}

.aboutUs1-news .newsItem {
  display: flex;
  justify-content: space-between;
  max-width: 1032px;
  margin: 0 auto;
  align-items: center;
  margin-top: 5.72vw;
  gap: 13.7%;
}

.aboutUs1-news .newsItem .title {
  line-height: 40px;
}

.aboutUs1-news .newsItem .left {
  width: 44.37%;
}

.aboutUs1-news .newsItem .left .imgshow .img-box {
  padding-bottom: 64.84716%;
}

.aboutUs1-news .newsItem .right {
  flex: 1;
}

.aboutUs1-news .newsItem .right .text {
  margin: 7px 0 16px;
}

.aboutUs1-news .newsItem:nth-child(2n+2) {
  flex-direction: row-reverse;
}

.aboutUs1-news .newsItem:nth-child(2n+2) .right {
  padding-left: 2.44vw;
}

.aboutUs1-news .newsItem .tag {
  display: flex;
  align-items: center;
  color: #000000;
}

.aboutUs1-news .newsItem .tag .iconfont {
  font-size: 11px;
  margin-top: 5px;
  margin-left: 10px;
}

.marginBottom159 {
  margin-bottom: 8.288vw;
}

.aboutUs1 {
  margin-bottom: 6.45vw;
}

.aboutUs1 .bottomBox {
  padding-bottom: 70px;
}

.acSwiper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 42px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.acSwiper .head-title {
  margin-top: 6.77vw;
	margin-bottom:3.12vw;
}

.acSwiper .imgshow {
  width: 100%;
}

.acSwiper .imgshow .img-box {
  padding-bottom: 64.7585%;
}

.acSwiper .swiperBtn {
  position: relative;
  width: fit-content;
  display: flex;
  gap: 16px;
}

.acSwiper .centerBox {
  max-width: 560px;
  margin: 0 auto;
  padding-top: 42px;
}

.acSwiper .centerBox .rightText {
  text-align: left;
  margin: 2.08vw 0 2.29vw;
}

.acSwiper .centerBox a {
  display: inline-block;
  width: fit-content;
  padding: 0 20px;
  height: 38px;
  background-color: #AF3CC8;
  color: #ffffff;
  border-radius: 27px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.2s;
}

.acSwiper .centerBox a:hover {
  transform: scale(1.1);
}

.acSwiper .centerBox .btn {
  margin-left: 6.145vw;
}

.acSwiper .swiperBtnBox {
  max-width: 560px;
  width: 100%;
  float: right;
  position: relative;
}

.acSwiper .swiperBtnBox .swiper-btn {
  justify-content: left;
  padding-left: 5.67vw;
  position: static;
}

.acSwiper .swiper-pagination-fraction {
  text-align: left;
  padding-left: calc(5.67vw + 35px);
  bottom: 0;
}

.aboutUsc {
  margin-top: 8.38vw;
  margin: 8.38vw auto 6.77vw;
}

.aboutUsc .bottomBox {
  height: fit-content;
  padding-bottom: 4.94vw;
}

.aboutUsc .bottomBox .desc {
  max-width: 100%;
  margin-bottom: 0;
}
.img-auto {
    margin: 0 auto;
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}
.img-left:nth-child(3n+1){
	margin-left:0px;
}
.center-container {
	display: flex;
	justify-content: center;
	margin-top: 60px;
	margin-bottom: 6.25vw;
}
.appointment-btn {
	background-color: #AF3CC8; /* 紫色背景 */
	padding: 10px 24px;
	border-radius: 27px;       /* 圆角 */
	text-transform: uppercase; /* 全大写 */
	cursor: pointer;
	text-decoration: none;
	display:inline-block;
	transition: background-color 0.3s ease;
	font-family: Maven Pro, Maven Pro;
	font-weight: 900;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
	text-align:center;
/* 	margin-bottom:30px; */
}


.showroom-banner .head-title {
  max-width: 1280px;
/*   margin: 6.25vw auto 9.89vw; */
	margin: 6.25vw auto 58px;
}
.max-w p{
	max-width:712px;
	margin:0 auto;
	font-family: Maven Pro, Maven Pro;
font-weight: 400;
font-size: 18px;
color: #000000;
line-height: 28px;
}
.showroomSwiper {
  margin: 4.79vw auto;
}

.showroomSwiper .bottomBox {
  height: fit-content;
}

.showroomSwiper .bottomBox .desc {
  margin: 40px 0 37px;
}

.showroomNews .newsItem {
  max-width: 1016px;
  margin: 0 auto;
  gap: 33px;
  display: flex;
}

.showroomNews .newsItem .imgshow {
  width: 28.75vw;
}

.showroomNews .newsItem .imgshow .img-box {
  padding-bottom: 64.13043%;
}

.showroomNews .newsItem .right {
  flex: 1;
}

.showroomNews .newsItem .text {
  margin-bottom: 16px;
}

.showroomNews .btn {
  margin-top: 3.95vw;
}

.showroomNews .btn a {
  display: inline-block;
  width: fit-content;
  padding: 0 20px;
  height: 38px;
  background-color: #AF3CC8;
  color: #ffffff;
  border-radius: 27px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.2s;
}

.showroomNews .btn a:hover {
  transform: scale(1.1);
}

.showroomNews .btn a {
  margin: 0 auto;
}

.showroomSwiper2 {
  margin: 6.25vw auto 7.18vw;
}

.showroomSwiper2 .bottomBox {
  padding: 29px 0 36px 40px;
  height: fit-content;
}

.showroomSwiper2 .bottomBox .desc {
  margin: 20px 0 0;
}

.showroomSwiper2 .title2 {
  line-height: 60px;
}

.showroomNews2 {
  max-width: 1110px;
  margin: 0 auto;
}

.showroomNews2 .newsItem {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 6.82vw;
}

.showroomNews2 .newsItem:nth-child(2n+2) {
  flex-direction: row;
}

.showroomNews2 .newsItem:nth-child(2n+2) .right {
  margin: 0  0  0 2.7vw;
}

.showroomNews2 .imgshow {
  width: 28.75vw;
}

.showroomNews2 .imgshow .img-box {
  padding-bottom: 64.13043%;
}

.showroomNews2 .right {
  flex: 1;
  margin: 0 2.7vw 0 0;
}

.showroomNews2 .btn {
  margin-top: 30px;
}

.showroomNews2 .btn a {
  display: inline-block;
  width: fit-content;
  padding: 0 20px;
  height: 38px;
  background-color: #AF3CC8;
  color: #ffffff;
  border-radius: 27px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.2s;
}

.showroomNews2 .btn a:hover {
  transform: scale(1.1);
}

.showroomNews2 .text {
  max-width: 480px;
  line-height: 40px;
}

.showroomNews2 .desc {
  margin: 15px 0 20px;
}

.swiper3 {
/*   margin: 0 auto 8.07vw; */
	 margin: 6.25vw auto 7.18vw;
}

.swiper4 {
  margin: 0 auto 6.04vw;
}

.FP-bnner .head-title {
  margin: 6.25vw auto 1.56vw;
}

.FP-bnner .fp-img {
  margin-top: 5.2vw;
}

.FP-bnner .fp-img ul {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.FP-bnner .fp-img .imgshow img {
  width: 100%;
}

.FP-bnner .fp-img li {
  width: 33.33%;
  padding: 0 20px;
  box-sizing: border-box;
}

.FP-bnner .fp-img .imgshow .img-box {
  padding-bottom: 64.82301%;
}

.FP-bnner .fp-news {
  margin-bottom: 9.37vw;
}

.FP-bnner .fp-news .head-title {
  margin: 5.72vw auto 3.59vw;
  max-width: 100%;
}

.FP-bnner .fp-news .newsItem {
  display: flex;
  align-items: center;
  gap: 3.8vw;
}

.FP-bnner .fp-news .newsItem:nth-child(2n+1) {
  flex-direction: row-reverse;
}

.FP-bnner .fp-news .imgshow {
  width: 33.69vw;
}

.FP-bnner .fp-news .imgshow .img-box {
  padding-bottom: 64.14219%;
}

.FP-bnner .fp-news .right {
  flex: 1;
}

.fp-ps .head-title {
  margin: 7.81vw auto 3.59vw;
}

.fp-ps ul {
  margin: 0 -25px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.fp-ps .imgshow img {
  width: 100%;
}

.fp-ps li {
	/*   width: 25%;
	padding: 0 25px; */
	width: 33.33%;
	padding: 25px 25px;
	box-sizing: border-box;
}

.fp-ps .p-item {
  color: #000000;
  transition: all 0.2s;
  display: inline-block;
}

.fp-ps .p-item:hover {
  transform: scale(1.1);
}

.fp-ps .imgshow {
  width: 100%;
}

.fp-ps .imgshow .img-box {
/*   padding-bottom: 118%; */
}

.fp-ps .title {
  margin: 12px 0;
}

.cu-bnner .head-title {
  max-width: 100%;
  margin: 6.25vw auto 0;
}

.cu-bnner .head-desc {
  margin-top: 12px;
}

.cu-bnner .textp {
  margin: 3.6vw auto 3.75vw;
}

.cu-bnner .flexBtn {
  margin-bottom: 4.94vw;
}

.cu-bnner .shenzhenBox {
  padding: 3.02vw 0 4.21vw;
  margin-bottom: 50px;
}

.cu-bnner .shenzhenBox .head-title {
  margin: 0 auto 3vw;
/*   max-width: 580px; */
}

.cu-bnner .shenzhenBox .box-item {
  display: flex;
  gap: 5.2vw;
}

.cu-bnner .shenzhenBox .imgshow {
  width: 30.1vw;
}

.cu-bnner .shenzhenBox .imgshow .img-box {
  padding-bottom: 67.64706%;
}

.cu-bnner .shenzhenBox .right {
  flex: 1;
}

.cu-bnner .shenzhenBox .right .text {
  margin-bottom: 20px;
}

.cu-bnner .shenzhenBox .right .text:last-child {
  margin-bottom: 0;
}

.cu-bnner .diTu {
  margin-bottom: 5.2vw;
}

.cu-bnner .diTu .imgshow {
  width: 100%;
}

.cu-bnner .diTu .imgshow .img-box {
  padding-bottom: 49.65278%;
}

.newsevevt-banner {
  margin: 6.77vw auto 6.25vw;
}

.newsevevt-banner .EVENT-LIST {
  margin: 0 5vw;
  margin-top: 6.77vw;
}

.newsevevt-banner .EVENT-LIST ul {
  margin: 0 -25px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.newsevevt-banner .EVENT-LIST .imgshow img {
  width: 100%;
}

.newsevevt-banner .EVENT-LIST li {
  width: 33.33%;
  padding: 0 25px;
  box-sizing: border-box;
}

.newsevevt-banner .EVENT-LIST .imgshow {
  width: 100%;
}

.newsevevt-banner .EVENT-LIST .imgshow .img-box {
  padding-bottom: 69.39891%;
}

.newsevevt-banner .EVENT-LIST .item-box {
  padding: 28px 30px 37px;
}

.newsevevt-banner .fenYe {
  margin-bottom: 3.54vw;
}

.newsevevt-banner .swiperBttom a {
  display: inline-block;
  width: fit-content;
  padding: 0 20px;
  height: 38px;
  background-color: #AF3CC8;
  color: #ffffff;
  border-radius: 27px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.2s;
}

.newsevevt-banner .swiperBttom a:hover {
  transform: scale(1.1);
}

.newsevevt-banner .swiperBttom a {
  margin: 0 auto;
}

.imgLine {
  max-width: 1920px;
  margin: 0 auto;
}

.imgLine .imgshow {
  width: 100%;
}

.imgLine .imgshow .img-box {
  padding-bottom: 36.92708%;
}

.LatestNews {
  margin-bottom: 7.34vw;
  margin-top: 5.2vw;
}

.LatestNews .newsItem {
  margin-top: 3.64vw;
  display: flex;
  justify-content: space-between;
  gap: 5.52vw;
  max-width: 1073px;
}

.LatestNews .newsItem:nth-child(2n+2) {
  flex-direction: row;
}

.LatestNews .newsItem:nth-child(2n+2) .right {
  padding-left: 0;
}

.LatestNews .newsItem .right {
  flex: 1;
}

.LatestNews .newsItem .imgshow {
  width: 24.11vw;
}

.LatestNews .newsItem .imgshow .img-box {
  padding-bottom: 69.33045%;
}

.LatestNews .newsItem .title {
  line-height: 40px;
}

.MARKET-banner .head-title {
  max-width: 100%;
}

.MARKET-banner .textp {
  margin-top: 4.1vw;
}

.market-LIST {
  margin-top: 6.77vw;
  padding: 0 111px;
  box-sizing: border-box;
  margin-bottom: 6.25vw;
}

.market-LIST ul {
  margin: 0 -25px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.market-LIST .imgshow img {
  width: 100%;
}

.market-LIST li {
  width: 33.33%;
  padding: 0 25px;
  box-sizing: border-box;
}

.market-LIST .u-item {
  position: relative;
  box-sizing: border-box;
}

.market-LIST .item-box {
  padding-bottom: 1.92vw;
  min-height: 348px;
  box-sizing: border-box;
}

.market-LIST .imgshow {
  width: 100%;
}

.market-LIST .imgshow .img-box {
  padding-bottom: 68.85246%;
}

.market-LIST li {
  margin-bottom: 60px;
}

.market-LIST .text {
  margin: 15px 0 2.08vw;
/*   display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden; */
	    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.market-LIST .btnB {
  position: absolute;
  left: 31px;
  bottom: 1.92vw;
}

.SUPPORT-banner .head-title {
  margin: 6.77vw auto 2.6vw;
}

.SUPPORT-banner .textp {
  margin: 0 auto;
}

.SUPPORT-banner .flexBtn {
  margin: 2.6vw auto 5.83vw;
}

.supportSwiper {
  margin: 5.8vw auto 5.3vw;
}

.supportSwiper .a-item {
  padding-bottom: 230px;
}

.supportSwiper .title {
  line-height: 60px;
}

.supportSwiper .bottomBox {
  padding: 36px 40px 55px;
}

.supportSwiper .desc {
  margin: 33px 0;
}

.supportCom {
  padding: 0 6.51vw;
  box-sizing: border-box;
}

.supportCom .title {
  margin: 11px 0  0;
  line-height: 32px;
}

.ad {
  max-width: 1920px;
  margin: 5.2vw auto 5.41vw;
}

.ad .imgshow {
  width: 100%;
}

.ad .imgshow .img-box {
  padding-bottom: 31.25%;
}

.supportNews {
  max-width: 1031px;
  margin: 0 auto 5.56vw;
}

.supportNews .newsItem {
  display: flex;
  justify-content: space-between;
  gap: 7.39vw;
  align-items: center;
}

.supportNews .imgshow {
  width: 23.85vw;
}

.supportNews .imgshow .img-box {
  padding-bottom: 64.84716%;
}

.supportNews .right {
  flex: 1;
}

.supportNews .title {
  line-height: 40px;
}

.supportNews .titleDesc {
  margin-bottom: 30px;
}

.supportList {
  margin-bottom: 8.38vw;
}

.supportList .market-LIST .item-box {
/*   min-height: 344px; */
	  min-height: 320px;
  padding-top: 25px;
}

.supportList li {
  margin-bottom: 4.47vw;
}

.supportList .btn a {
  display: inline-block;
  width: fit-content;
  padding: 0 20px;
  height: 38px;
  background-color: #AF3CC8;
  color: #ffffff;
  border-radius: 27px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.2s;
}

.supportList .btn a:hover {
  transform: scale(1.1);
}

.supportList .btn a {
  margin: 0 auto;
}

.faq-banner .head-title {
  max-width: 780px;
  margin: 6.25vw  auto 0;
}

.faq-banner .textp {
  margin: 3.125vw auto 3.645vw;
}

.faqList {
  margin: 5.72vw auto 5.2vw;
}

.faqList li {
  margin-bottom: 3.125vw;
}

.serviceSwiper {
  margin: 6.09vw 0 6.66vw;
}

.serviceSwiper .a-item {
  padding-bottom: 205px;
}

.serviceSwiper .bottomBox {
  padding-bottom: 55px;
}

.serviceSwiper .desc {
  margin: 35px 0 60px;
}

.serviceSwiper .title {
  line-height: 60px;
  max-width: 410px;
}

.serviceSwiper:last-child {
  margin: 0 16.09vw;
}

.servece-news {
  margin: 0 auto 6.56vw;
}

.DownloadBox {
  max-width: 1442px;
  margin: 6.25vw auto 6.09vw;
}

.DownloadBox .title {
  text-align: center;
}

.DownloadBox .desc {
  margin: 2.6vw auto;
  max-width: 640px;
}

.DownloadBox .desc em {
  color: #AF3CC8;
}

.DownloadBox .desc2 {
  margin: 0 auto 5.46vw;
  max-width: 640px;
}

.DownloadBox .selectBOX {
  width: 100%;
  background: #AF3CC8;
  padding: 36px 44px 30px;
  margin-bottom: 5.2vw;
  box-sizing: border-box;
}

.DownloadBox .selectBOX .selectLine {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 17px;
}

.DownloadBox .selectBOX .title {
  color: #ffffff;
  text-align: left;
  padding-left: 17px;
}

.DownloadBox .selectBOX select {
  background: #C76C00;
  color: #FFFFFF;
  font-size: 14px;
  height: 39px;
  border-radius: 20px;
  width: 100%;
  padding: 0 16px;
  border: none;
  outline: none;
}

.DownloadBox .selectBOX .search {
  color: #FFFFFF;
  position: relative;
}

.DownloadBox .selectBOX .search .iconfont {
  position: absolute;
  bottom: 12px;
  right: 15px;
  cursor: pointer;
}

.DownloadBox .selectBOX input {
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: #780C8F;
  color: #FFFFFF;
  border-radius: 20px;
  outline: 0;
  border: 0;
  padding: 0 37px 0 17px;
  box-sizing: border-box;
}

.DownloadBox .selectBOX input::placeholder {
  color: #FFFFFF;
}

.tableList {
  width: 100%;
	margin-bottom:50px;
}

.tableList .headLine {
  display: flex;
  height: 58px;
  background-color: #000000;
  padding: 0 21px;
  color: #ffffff;
  width: 100%;
  min-width: fit-content;
}

.tableList .headLine div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tableList .flex2 {
  flex: 2;
  min-width: 150px;
}

.tableList .flex1 {
  flex: 1;
  min-width: 90px;
}

.tableList .sourceLine {
  min-height: 103px;
  color: #000000;
  background: #ffffff;
}

.tableList .sourceLine:nth-child(2n+1) {
  background: #F5F5F5;
}

.tableList .sourceLine a {
  color: #A5A5A5;
}

.marginFenYe {
  margin: 2.6vw auto 6.09vw;
}

.case-banner .head-title {
  margin: 6.77vw auto 15px;
}

.case-banner .textp {
  margin: 2.08vw auto 5.2vw;
}

.caseList .market-LIST .item-box {
  min-height: fit-content;
}

.caseList .uled-list .item-box {
  padding: 28px 30px 42px;
}

.caseList .imgshow {
  width: 100%;
}

.caseList .imgshow .img-box {
  padding-bottom: 69.39891%;
}

.caseList li {
  margin-bottom: 3.125vw;
}

.caseList .fenYe {
  margin-bottom: 6.3vw;
}

.display-banner {
  max-width: 1149px;
  margin: 0 auto;
}

.display-banner .head-title {
  margin: 6.25vw auto 1.56vw;
}

.display-banner .flexBtn {
  margin: 2.6vw auto 5.2vw;
}

.display-banner .btnBox {
  background: #F5F5F5;
  padding: 43px 53px 46px 51px;
  display: flex;
  flex-wrap: wrap;
  gap: 17px 14px;
}

.display-banner .btnBox .btnItem {
  width: 250px;
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #AF3CC8;
  border: 1.5px solid #AF3CC8;
  border-radius: 27px;
  box-sizing: border-box;
  cursor: pointer;
}

.display-banner .btnBox .btnItem:hover {
  background: #AF3CC8;
  color: #ffffff;
}

.display-banner .btnBox .act {
  background: #AF3CC8;
  color: #ffffff;
}

.display-banner .display-list {
  margin: 2.55vw 0 7.81vw;
}

.display-banner .display-list ul {
  margin: 0 -3.5px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.display-banner .display-list .imgshow img {
  width: auto;
	object-fit: fill;
	    left: 50%;
    transform: translateX(-50%);
}

.display-banner .display-list li {
  width: 33.33%;
  padding: 0 3.5px;
  box-sizing: border-box;
}

.display-banner .display-list .p-item {
  transition: all 0.2s;
  padding: 28px;
  background: #F5F5F5;
  display: block;
  text-align: center;
  color: #000;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #F5F5F5;
}

.display-banner .display-list .p-item:hover {
  background: #ffffff;
}

.display-banner .display-list li {
  margin-bottom: 6px;
}

.display-banner .display-list .imgshow {
  margin: 0 auto;
  width: 243px;
}

.display-banner .display-list .imgshow .img-box {
  padding-bottom: 76.13169%;
	    background: #fff;
}

.display-banner .display-list .title {
  margin: 33px 0 15px;
}

.display-banner .display-list .desc {
  color: #121212;
  margin-bottom: 24px;
}

.display-banner .display-list .text {
    color: #333333;
    overflow: hidden;
    max-height: 6.5em;
}
.text.f-16 li {
    width: 100%;
}

.centerImg .imgshow {
  margin: 0 auto;
  width: 40.9vw;
}

.centerImg .imgshow .img-box {
  padding-bottom: 39.69466%;
}

.detailImg {
  max-width: 1920px;
  margin: 6.77vw auto 4.16vw;
}

.detailImg .imgshow {
  width: 100%;
}

.detailImg .imgshow .img-box {
  padding-bottom: 36.45833%;
}

.detail-news {
  max-width: 1075px;
  margin: 0 auto;
}

.detail-news .head-title {
  margin-bottom: 6.77vw;
}

.detail-news .newsItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 11.9%;
  margin-bottom: 4.68vw;
  flex-direction: row-reverse;
}

.detail-news .newsItem:nth-child(2n+2) {
  gap: 5.1vw;
  flex-direction: row;
}

.detail-news .imgshow {
  width: 44%;
}

.detail-news .imgshow .img-box {
  padding-bottom: 63.42495%;
}

.detail-news .right {
  flex: 1;
}

.displayDetail-banner .head-title {
  max-width: 630px;
  margin: 6.77vw auto 8px;
}

.displayDetail-banner .textp {
  margin: 4.16vw auto 6.77vw;
}

.margin115 {
  margin-top: 5.98vw;
  margin-bottom: 34px;
}

.msg-grid {
  margin-bottom: 8.95vw;
}

.msg-grid input {
  padding-left: 18px;
  box-sizing: border-box;
	background-color: #F5F5F5;
}

.msg-grid input::placeholder {
  color: #BEC0C4;
}

.msg-grid .xhl-controls {
  margin-bottom: 12px;
}

.msg-grid .usedComp {
  margin-bottom: 0;
  width: calc((100% - 20px) / 2);
}

.msg-grid .usedComp:nth-child(2n+2) {
  float: right;
}

.msg-grid .xhl-input-xlarge {
  height: 50px;
  border: 1px solid #BEC0C4;
}

.msg-grid p {
  color: #AF3CC8;
  margin-top: 81px;
}

.msg-grid #xhlFormSubmit {
  width: 204px;
  height: 38px;
  line-height: 38px;
  background: #AF3CC8;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  border-radius: 27px;
}

.msg-grid .xhl-footer {
  margin: 0;
}

.msg-grid .flex {
  display: flex;
  gap: 11px;
}

.msg-grid .flex select {
  width: 105px;
  height: 50px;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #BEC0C4;
}

.msg-grid .flex .phone {
  flex: 1;
}

.msg-grid .flex .phone .usedComp1 {
  width: 100%;
}

.marginBottom60 {
  margin-bottom: 3.125vw;
}

.loginBox {
  padding: 26px 0 6.61vw;
}

.loginBox .loginBtn a {
  background: #999999;
  color: #FFFFFF;
  padding: 6px 15px 9px;
  transition: all 0.2s;
  border-radius: 17px;
}

.loginBox .loginBtn a:hover {
  transform: scale(1.1);
}

.loginBox .loginCener {
  max-width: 653px;
  margin: 0 auto;
  color: #000000;
}

.loginBox .loginCener .title {
  letter-spacing: 5px;
  text-align: center;
  margin: 29px auto 72px;
}

.loginBox .loginCener .desc {
  margin-bottom: 50px;
}

.loginBox .loginCener .desc a {
  color: #AF3CC8;
}

.loginBox .loginCener .formModel input {
  width: 100%;
  height: 48px;
  border-radius: 18px;
  margin-top: 13.5px;
  padding: 0 10px;
  box-sizing: border-box;
}

.loginBox .loginCener .formModel .btn a {
  display: inline-block;
  width: fit-content;
  padding: 0 20px;
  height: 40px;
  background-color: #AF3CC8;
  color: #ffffff;
  border-radius: 27px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.2s;
}

.loginBox .loginCener .formModel .btn a:hover {
  transform: scale(1.1);
}

.loginBox .loginCener .formModel .line {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 10px;
}

.loginBox .loginCener .formModel .line .Forgot a {
  color: #AF3CC8;
}

.loginBox .loginCener .formModel .yazhegma {
  position: relative;
}

.loginBox .loginCener .formModel .yazhegma input {
  padding-right: 140px;
}

.loginBox .loginCener .formModel .yazhegma .code {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
  border-radius: 0 18px 18px 0;
  background: #AF3CC8;
  color: #ffffff;
  cursor: pointer;
}

.fixed-right {
  position: fixed;
  right: 36px;
  bottom: 10vw;
  z-index: 2024;
}

.fixed-right li {
  margin-bottom: 14px;
}

.fixed-right li:nth-last-child(1) {
  margin-bottom: 0;
}

.fixed-right .rf-item a {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #AF3CC8;
  color: #FFF;
  text-align: center;
  border-radius: 50%;
  transition: all .3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fixed-right .rf-item a:hover {
  transform: scale(1.1);
}

.fixed-right img {
  width: 50%;
  height: auto;
  margin: 0 auto;
}

.compamy-count-list {
  margin: 5.2vw auto 3.85vw;
}

.compamy-count-list ul {
  display: flex;
}

.compamy-count-list li {
  padding: 0 43px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px dashed #707070;
  text-align: center;
}

.compamy-count-list li:last-child {
  border-right: 0;
}

.compamy-count-list .text {
  color: #333;
}

.HonoBox {
  background: #EEEEEE;
  margin: 4.94vw 0 0;
}

.HonoBox .head-title {
  margin: 0 auto 2.6vw;
  padding-top: 5.2vw;
}

.HonoBox .HonSwiper {
  position: relative;
  margin-bottom: 61px;
}

.HonoBox .HonSwiper .imgshow {
  width: 100%;
}

.HonoBox .HonSwiper .imgshow .img-box {
  padding-bottom: 117.89137%;
}

.HonoBox .HonSwiper .pre-btn, .HonoBox .HonSwiper .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
}

.HonoBox .HonSwiper .pre-btn {
  left: 0;
}

.HonoBox .HonSwiper .next-btn {
  right: 0;
}

.HonoBox .centerTitle {
  position: relative;
  margin: 0 auto 35px;
  text-align: center;
  width: fit-content;
  color: #707070;
}

.HonoBox .centerTitle:after {
  content: ' ';
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translate(100%, -50%);
  width: 9vw;
  border: 1px dashed #707070;
}

.HonoBox .centerTitle:before {
  content: ' ';
  position: absolute;
  left: -23px;
  top: 50%;
  transform: translate(-100%, -50%);
  width: 9vw;
  border: 1px dashed #707070;
}

.HonoBox .PartnerBox {
  padding-bottom: 5.83vw;
}

.HonoBox .PartnerBox ul {
  margin: 0 -16px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.HonoBox .PartnerBox .imgshow img {
  width: 100%;
}

.HonoBox .PartnerBox li {
  width: 14.285%;
  padding: 0 16px;
  box-sizing: border-box;
}

.HonoBox .PartnerBox li {
  margin-bottom: 28px;
}

.HonoBox .PartnerBox .imgshow {
  width: 100%;
}

.HonoBox .PartnerBox .imgshow .img-box {
  padding-bottom: 57.30337%;
}

.oneStopBox {
  padding-bottom: 3.07vw;
}

.oneStopBox ul {
  margin: 0 -45px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.oneStopBox .imgshow img {
  width: 100%;
}

.oneStopBox li {
  width: 33.33%;
  padding: 0 45px;
  box-sizing: border-box;
}

.oneStopBox ul {
  margin-top: 3.0vw;
}

.oneStopBox .p-item {
  display: block;
  color: #000;
  transition: all 0.2s;
  width: 100%;
}

.oneStopBox .p-item:hover {
  transform: scale(1.1);
}

.oneStopBox li {
  margin-bottom: 2.9vw;
}

.oneStopBox .imgshow {
  width: 100%;
  margin-bottom: 10px;
}

.oneStopBox .imgshow .img-box {
  padding-bottom: 78.09524%;
}

@media screen and (max-width: 1480px) {
  #menuPc > ul > li > a {
    font-size: 16px;
    margin: 0 15px;
  }
  .m-width-1440 {
    max-width: 1200px;
  }
  .UHLEDMainProducts-banner-bottom {
    padding: 0;
  }
  .UHLEDMainProducts-banner-bottom ul {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .UHLEDMainProducts-banner-bottom .imgshow img {
    width: 100%;
  }
  .UHLEDMainProducts-banner-bottom li {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
 .shenzhenBox .f-58 {
    font-size: 46px;
  }
@media screen and (max-width: 1200px) {
  #menuPc > ul > li > a {
    font-size: 14px;
    margin: 0 12px;
  }
  .m-width-1440 {
    max-width: 1000px;
  }
  .f-76 {
    font-size: 40px;
  }
  .f-46 {
    font-size: 32px;
  }
  .f-36 {
    font-size: 28px;
  }
  .f-32 {
    font-size: 26px;
  }
  .f-30 {
    font-size: 24px;
  }
  .f-26 {
    font-size: 20px;
  }
  .f-60 {
    font-size: 42px;
  }
  .f-64 {
    font-size: 52px;
  }
 .shenzhenBox .f-58 {
    font-size: 44px;
  }
  .f-54 {
    font-size: 42px;
  }
  .f-24 {
    font-size: 18px;
  }
  .f-40 {
    font-size: 32px;
  }
  .f-22 {
    font-size: 16px;
  }
  .f-28 {
    font-size: 20px;
  }
  .f-20 {
    font-size: 18px;
  }
  .UHLEDMainProducts-banner-bottom .topBox {
    transform: translate(0px, -100px);
    max-width: 100%;
    box-sizing: border-box;
  }
  .uled-list ul {
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .uled-list .imgshow img {
    width: 100%;
  }
  .uled-list li {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .fp-ps ul {
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .fp-ps .imgshow img {
    width: 100%;
  }
  .fp-ps li {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1000px) {
  /* 手机菜单 start */
	.supportList .market-LIST .item-box{
		min-height: 280px
	}
  html.mm-blocking body {
    overflow: initial;
  }
  #menuPc {
    display: none;
  }
  .mm-opened #menuWap {
    display: block;
  }
  .mm-listview > li > a, .mm-listview > li > span {
    color: #000000;
  }
  .mm-listview > li a {
    padding: 10px 40px;
    font-size: 16px;
    color: #000000;
    display: block;
  }
  .compamy-count-list ul {
    flex-direction: column;
    gap: 20px;
  }
  .compamy-count-list ul li {
    border-right: 0;
  }
  .headTOPBox .logo img {
    width: 120px;
  }
  .headTOPBox .header-top-right .right1 {
    gap: 5px;
  }
  #page {
    background: #FFFFFF;
  }
  .btn-nav {
    position: absolute;
    top: 0;
    right: 20px;
    background: transparent;
    border: none;
    padding: 21px 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
    display: block;
    width: 30px;
    float: right;
  }
  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #B24249;
    box-shadow: 0 1px 1px #000000;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
  }
  .mm-opening .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }
  .mm-opening .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
  }
  .mm-opening .middle {
    width: 0;
  }
  /* 手机菜单 end */
  .copyright {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .footerBttom .f-item {
    margin-bottom: 40px;
  }
  .header-top .header-top-left, .header-top .header-right-center, .header-top .rightLogin {
    display: none;
  }
  .header-top .header-top-right {
    padding-right: 60px;
  }
  .index-UHLED-banner .textp {
    max-width: 100%;
  }
  .index-MARKETS-banner .MARKETS-banner-list ul {
    margin: 0 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .index-MARKETS-banner .MARKETS-banner-list .imgshow img {
    width: 100%;
  }
  .index-MARKETS-banner .MARKETS-banner-list li {
    width: 100%;
    padding: 0 0;
    box-sizing: border-box;
  }
  .index-MARKETS-banner .MARKETS-banner-list .imgshow {
    width: 60%;
    margin: 0 auto;
  }
  .index-MARKETS-banner .MARKETS-banner-list .title {
    text-align: center;
  }
  .index-MARKETS-banner .MARKETS-banner-list li {
    margin-bottom: 30px;
  }
  .indexSwiper .bottomBox {
    padding: 10px;
    bottom: 0;
    width: 100%;
    position: static;
    box-sizing: border-box;
    transform: translate(0, 0);
    margin-top: 10px;
  }
  .indexSwiper .bottomBox .desc {
    margin: 10px 0;
  }
  .indexSwiper .bottomBox .title2 {
    line-height: 1;
  }
  .indexSwiper .a-item {
    padding-bottom: 5vw;
  }
  .swiper-btn {
    display: none;
  }
  .UHLEDMainProducts-banner-bottom {
    padding: 0;
  }
  .UHLEDMainProducts-banner-bottom ul {
    margin: 0 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .UHLEDMainProducts-banner-bottom .imgshow img {
    width: 100%;
  }
  .UHLEDMainProducts-banner-bottom li {
    width: 100%;
    padding: 0 0;
    box-sizing: border-box;
  }
  .UHLEDMainProducts-banner-bottom .topBox {
    transform: translate(0, 0);
    max-width: 100%;
    box-sizing: border-box;
  }
  .msg-grid .usedComp {
    width: 100%;
  }
  .our-list ul {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .our-list .imgshow img {
    width: 100%;
  }
  .our-list li {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .FP-bnner .fp-img ul {
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .FP-bnner .fp-img .imgshow img {
    width: 100%;
  }
  .FP-bnner .fp-img li {
    width: 100%;
    padding: 0 0px;
    box-sizing: border-box;
  }
  .FP-bnner .fp-img ul {
    justify-content: center;
  }
  .FP-bnner .fp-img li {
    margin-bottom: 20px;
  }
  .FP-bnner .fp-ps .head-title {
    word-break: break-all;
  }
  .FP-bnner .fp-ps ul {
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .FP-bnner .fp-ps .imgshow img {
    width: 100%;
  }
  .FP-bnner .fp-ps li {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .FP-bnner .fp-news .imgshow {
    width: 100%;
  }
  .newsItem {
    flex-direction: column;
  }
  .showroomNews .newsItem .imgshow {
    width: 100%;
  }
  .showroomNews2 .newsItem {
    flex-direction: column;
  }
  .showroomNews2 .newsItem:nth-child(2n+2) {
    flex-direction: column;
  }
  .showroomNews2 .imgshow {
    width: 100%;
  }
  .aboutus-bnner .selectLi {
    overflow: scroll;
  }
  .aboutus-bnner .about-list ul {
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .aboutus-bnner .about-list .imgshow img {
    width: 100%;
  }
  .aboutus-bnner .about-list li {
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .aboutUs1-news .newsItem .left {
    width: 100%;
  }
  .aboutUs1-news .newsItem:nth-child(2n+2) {
    flex-direction: column;
  }
  .uled-list ul {
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .uled-list .imgshow img {
    width: 100%;
  }
  .uled-list li {
    width: 100%;
    padding: 0 0px;
    box-sizing: border-box;
  }
  .market-LIST {
    padding: 0;
  }
  .cu-bnner .shenzhenBox .box-item {
    flex-direction: column;
  }
  .cu-bnner .shenzhenBox .imgshow {
    width: 100%;
  }
  .msg-grid p {
    margin-top: 20px;
  }
  .tableList {
    overflow-x: scroll;
  }
  .DownloadBox .selectBOX {
    padding: 20px 10px;
  }
  .ProductFeatures .item {
    flex-direction: column-reverse;
  }
  .ProductFeatures .item:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .ProductFeatures .item .imgshow {
    width: 100%;
  }
  .Specs .line li {
    min-width: 200px;
  }
  .Specs .left {
    padding-left: 10px;
  }
  .Specs .line {
    /*overflow-x: scroll;*/
  }
  .led-display-UHLED-banner .imgshow {
    width: 100%;
  }
  .detail-news .newsItem {
    flex-direction: column;
  }
  .detail-news .newsItem:nth-child(2n+2) {
    flex-direction: column;
  }
  .detail-news .imgshow {
    width: 100%;
  }
  .Applicable-list ul {
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .Applicable-list .imgshow img {
    width: 100%;
  }
  .Applicable-list li {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .display-banner .display-list ul {
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .display-banner .display-list .imgshow img {
    width: 100%;
  }
  .display-banner .display-list li {
    width: 100%;
    padding: 0 3px;
    box-sizing: border-box;
  }
  .display-banner .btnBox {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 20px;
  }
  .display-banner .btnBox .btnItem {
    min-width: 200px;
  }
  .newsevevt-banner .EVENT-LIST ul {
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .newsevevt-banner .EVENT-LIST .imgshow img {
    width: 100%;
  }
  .newsevevt-banner .EVENT-LIST li {
    width: 100%;
    padding: 0 0px;
    box-sizing: border-box;
  }
  .LatestNews .newsItem .imgshow {
    width: 100%;
  }
  .newDetail-banner .detailItem .imgshow {
    width: 100%;
  }
  .fp-ps ul {
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .fp-ps .imgshow img {
    width: 100%;
  }
  .fp-ps li {
    width: 100%;
    padding: 0 0px;
    box-sizing: border-box;
  }
  .supportNews .imgshow {
    width: 100%;
  }
  .supportCom {
    padding: 0;
  }
  .supportCom li {
    margin-bottom: 20px;
  }
  .serviceNews .newsItem .imgshow {
    width: 100%;
  }
  .loginBox .loginCener .title {
    margin: 25px auto;
  }
  .loginBox .loginCener .desc {
    margin-bottom: 30px;
  }
  .oneStopBox ul {
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .oneStopBox .imgshow img {
    width: 100%;
  }
  .oneStopBox li {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .oneStopBox ul {
    margin-top: 3.0vw;
  }
  .HonoBox .PartnerBox ul {
    margin: 0 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .HonoBox .PartnerBox .imgshow img {
    width: 100%;
  }
  .HonoBox .PartnerBox li {
    width: 33.33%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.m_more {
  display: inline-block;
  width: fit-content;
  padding: 0 20px;
  height: 37px;
  background-color: #AF3CC8;
  color: #ffffff;
  border-radius: 27px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: ease-out .2s;
	margin-top:20px;
	font-size:18px;
}

.UHLEDMainProducts-banner a:hover .m_more {
  transform:translatex(5px);
}
.supportList .text ul{
	margin: 0;
 	display: block;
	
}

.supportList .text li{
	margin: 0;
	width: 100%;
    padding: 0 ;
}
.supportList .text .btnB{
	bottom:10
}
.supportList .text {
	margin: 15px 0 3.6vw;
}
@media screen and (max-width: 1000px) {
	.m_more{
		font-size:16px;
	}
	.BURY_CODE_5d7b74d8ea0b4f4fb26aa05682c8ae4e {
    width: 100%; 
}
	.BURY_CODE_5d7b74d8ea0b4f4fb26aa05682c8ae4e {
    width: 100%; 
}
}
