
.yuanxingbuj{
	width: 100%;
	background: #F4F8FD ;
	position: relative;
	padding: 100px 0 140px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f0f8ff;
	margin: 0;
	background: url("../images/yu2.jpg") no-repeat center / cover;
    /*background-size: 100% 100%;*/
    /*min-height: 987px;*/
}
.cont_waiwei:hover .linthan2{
    display:block;
    
}
.conten_shanbnC1 p {
font-family: var(--font-family);
font-weight: bold;
font-size: 18px;
color: #444444;
margin-bottom: 7px;
}
.conten_shanbnC1 h2{
    font-weight: 400 !important;
    font-size: 16px;
    color: #888888;
    font-family: var(--font-family);
}
.linthan2{
    /*padding: 15px;*/
    position: absolute;
    top: 80px;
    left: -75px;
    /*background: #FFFFFF;*/
    border-radius: 10px;
    font-size: 20px;
    z-index: 100;
    display: none;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}
.linthan2 > img{
    width: 200px;
}
.cont_waiwei{
        width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #92ffee;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
    position: relative;
}
.cont_waiwei img{
  
    object-fit: cover;
}

.container {
  position: relative;
}

.circle {
  position: relative;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}

.sector {
  position: absolute;
  width: 50%;
  height: 50%;
  transform-origin: bottom right;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  transition: background-color 0.3s ease;
}

.sector-1 {
  transform: rotate(0deg) skewY(0deg);
  background-color: #c1e7ff;
  top: 0;
  left: 50%;
}

.sector-2 {
  transform: rotate(30deg) skewY(0deg);
  background-color: #c1e7ff;
  top: 0;
  left: 50%;
}

.sector-3 {
  transform: rotate(60deg) skewY(0deg);
  background-color: #c1e7ff;
  top: 0;
  left: 50%;
}

.sector-4 {
  transform: rotate(90deg) skewY(0deg);
  background-color: #4689e0;
  top: 0;
  left: 50%;
}

.sector-5 {
  transform: rotate(120deg) skewY(0deg);
  background-color: #4689e0;
  top: 0;
  left: 50%;
}

.sector-6 {
  transform: rotate(150deg) skewY(0deg);
  background-color: #4689e0;
  top: 0;
  left: 50%;
}

.sector-7 {
  transform: rotate(180deg) skewY(0deg);
  background-color: #c1e7ff;
  top: 50%;
  left: 0;
}

.sector-8 {
  transform: rotate(210deg) skewY(0deg);
  background-color: #c1e7ff;
  top: 50%;
  left: 0;
}

.sector-9 {
  transform: rotate(240deg) skewY(0deg);
  background-color: #c1e7ff;
  top: 50%;
  left: 0;
}

.sector-10 {
  transform: rotate(270deg) skewY(0deg);
  background-color: #25c481;
  top: 50%;
  left: 0;
}

.sector-11 {
  transform: rotate(300deg) skewY(0deg);
  background-color: #25c481;
  top: 50%;
  left: 0;
}

.sector-12 {
  transform: rotate(330deg) skewY(0deg);
  background-color: #25c481;
  top: 50%;
  left: 0;
}

.sector:hover {
  background-color: green;
}

.center-circle {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #4689e0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-circle h2 {
  color: #4689e0;
}

.sector p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  text-align: center;
  font-size: 12px;
  width: 100px;
}





.company_enterprise{
    width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}
.comtent{
    margin-bottom: 50px;
}
.Company_Honors{
    width: 100%;
    background: #F5F9FB;
}
.Company_Honors_falis{
	width: 100%;
	background: #fff;
}
.company_honr_h{
    text-align: center;
    /*margin-top: 100px;*/
}
.company_honr_h>.hp1{
font-family: var(--font-family-inter-bold);
font-weight: 400;
font-size: 37px;
color: #444444;
    padding: 100px 0px 10px 0px;
}
.company_honr_h>.hp2{
font-family: var(--font-family-inter-light);
font-weight: 400;
font-size: 18px;
color: #666666;
    margin-bottom: 50px;
}
.entgai{
    /*min-height: 1150px !important;*/
}
.company_chten{
    width: 80%;
    margin: 0px auto;
    padding-bottom: 100px;
}
.company_chten_1{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    gap: 20px;
}

.compy_ch1{
    height: 120px;
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    align-items: center;
}
.compy_ch2{
    width: 70px;
    height: 70px;
    background: #DDEBF5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin: 0px 25px;
    align-items: center;
}
.compy_ch2>img{
    width: 26px;
    height: 26px;
}
.compy_ch3{
font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
color: #444444;
}
.compan_h{
    margin-top: 30px;
    font-size: 16px !important;
}
.Sustainable_Future{
    width: 80%;
    margin: 0px auto;
}
.Sustainable_Future_c1{
    margin-top: 100px;
    padding-bottom: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Sustainable_Future_c5{
    background-color: white;
    text-align: center;
    cursor: pointer;
    border: 3px solid transparent;
    background-clip: padding-box;
    position: relative;
    transition: transform 0.3s ease;
    width: 220px;
    line-height: 47px;
    height: 50px;
}
.Sustainable_Future_c5:hover h3::after{
    width: 100%;
}
.Sustainable_Future_c5 h3{
    border-radius: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.Sustainable_Future_c5 h3::after{
    display: block;
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(135deg, #066BCF, #14D095);
    z-index: -1;
    transition: 0.3s;
}
.Sustainable_Future_c5:hover .gradient-text{
    color: #FFFFFF;
    background: none;
}
/* 实现边框渐变的伪元素 */
.Sustainable_Future_c5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px; /* 比容器略小一点，避免溢出 */
    padding: 2px; /* 等于边框宽度 */
    background: linear-gradient(135deg, #066BCF, #14D095);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none; /* 确保点击能穿透到容器 */
}
  /* 文字渐变效果 */
  .gradient-text {
    background: linear-gradient(135deg,#066BCF, #14D095);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
font-family: var(--font-family-inter-medium);
font-weight: 400;
font-size: 20px;
transition: 0.3s;
}

 /* 悬停放大效果 */
 /*.Sustainable_Future_c5:hover {*/
    /*transform: scale(1.08);*/
/*}*/

.News_Center1 .active6{
    background: #FFFFFF;
    box-shadow: 0px 0px 35px 0px rgba(65, 146, 130, 0.21);
    color: #555555;
}



.company_zhenti{
    background: #F5F5F5;
}
.new_c1{
    height: 100%;
    width: 48%;
        position: relative;
}
.new_c1_img{
    width: 100%;
    height: 100%;
        object-fit: cover;
}



.text_new4{
font-family: var(--font-family-inter-light);
font-weight: 400;
font-size: 16px;
color: #666666;
    display: flex;
    align-items: center;
        position: absolute;
    bottom: 0px;
}
.text_new4_yuan{
    background: #05C4A6;
    border-radius: 30px;
    width: 16px;
    height: 16px;
    text-align: center;
    color: #fff;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Communications{
    width: 100%;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(27%, 1fr));
    gap: 20px;
    margin-bottom: 80px;
}
.communi_chten{
    background: #FFFFFF;
    border-radius: 10px;
    padding: 50px;
}
.communi_chten_1{
font-family: var(--font-family-inter-semibold);
font-weight: 400;
font-size: 19px;
color: #333333;
    margin-bottom: 15px;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.communi_chten_2{
font-family: var(--font-family-inter-light);
font-weight: 400;
font-size: 16px;
color: #7e7e7e;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 70px;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 60px;
}
.communi_chten_3{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.communi_chten_3 .text_new4{
    right: 0px;
}
.communi_chten_4{
    border-right: 0.5px solid #DCDCDC;
    padding-right: 20px;
}
.communi_chten_5{
font-family: Arial;
font-weight: 400;
font-size: 60px;
color: #05C4A6;
    margin-top: -15px;
}
.communi_chten_6{
font-family: Arial;
font-weight: 400;
font-size: 16px;
color: #05C4A6;
}

/* 公司3 */
.Join_us{
    width: 80%;
    margin: 0px auto;
}
.Join_us_chten{
    display: flex;
    margin-top: 70px;
}
.Join_us_chten img{
    width: 800px;
}
.Join_us_chten h2{
font-family: var(--font-family-inter-bold);
font-weight: 400;
font-size: 37px;
color: #444444;
    margin-top: 120px;
    margin-bottom: 30px;
}
.Join_us_chten h3{
font-family: var(--font-family);
font-weight: bold;
font-size: 18px;
color: #444444;
    margin-bottom: 20px;
}
.Join_us_chten h4{
font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
color: #444444;
line-height: 26px;
    margin-bottom: 30px;
/*text-align: justify;*/
}
.Explore_chten{
    margin-top: 170px;
}
.Explore_chten_title{
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.Explore_chten_title p{
font-family: var(--font-family-inter-bold);
font-weight: 400;
font-size: 37px;
color: #444444;
    margin-bottom: 10px;
}
.Explore_chten_title h3{
font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
color: #666666;
line-height: 26px;
}
.Explore_chten_nen{
        height: 550px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(27%, 1fr));
    gap: 40px;
    margin-top: 80px;
}
.Explore_chten_nen3{
    height: 440px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(27%, 1fr));
    gap: 40px;
    margin-top: 80px;
}
.Explore_chten_nen1{
    width: 100%;
    display: flex;
    margin-top: 80px;
    margin-bottom: 70px;
}
.explore_liin{
    width: 80%;
    margin: 0px auto;
}
.Explore_c1{
    background: #FAFAFA;
    border-radius: 10px;
    padding-bottom: 30px;
    position: relative;
    transition: 0.3s;
}
.Explore_c1:hover{
  box-shadow: 0px 0px 24px 6px rgba(3,200,170,0.2);
}
.Explore_c1 img{
    width: 100%;
}
.Explore_c1 h3{
font-family: var(--font-family);
font-weight: 800;
font-size: 24px;
color: #444444;
    margin: 20px 0px 0px 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.Explore_c1 h4{
font-family: var(--font-family);
font-weight: 400;
font-size: 18px;
color: #888888;
    margin: 10px 0px 0px 25px;
}
.Explore_c1 h5{
font-family: var(--font-family);
font-weight: 800;
font-size: 16px;
color: #03C8AA;
    margin: 40px 0px 0px 25px;
    width: max-content;
    padding-bottom: 8px;
    border-bottom: 1px solid transparent !important;
}
.Explore_c1 h5:hover{
    border-bottom-color: #03C8AA !important;
}
.Explore_c_lent{
    width: 25%;
    background: #eeeeee;
    min-height:410px;
}
.exp_titl1{
    background: #03C8AA;
 padding: 24px 30px;
font-family: var(--font-family);
font-weight: bold;
font-size: 24px;
color: #FFFFFF;
    border-radius: 10px 10px 0px 0px;
}
.exp_titl2{
      padding: 35px 30px;
}
.exp1{
font-family: var(--font-family);
font-weight: bold;
font-size: 18px;
color: #222222;
}
.exp2{
font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
color: #222222;
    margin-top: 15px;
line-height: 26px;
}
.exp3{
    margin-top: 50px;
}

.Explore_c_chent{
    width: 50%;
}
.Explore_c_chent img{
    width: 100%;
     height: 100%;
     object-fit: cover;
}
.Explore_c_rigth{
    width: 25%;
    background: #eeeeee;

}
.Explore_duilin{
    width: 100%;
    padding: 20px 0px 100px 0px;
    background: #fff;
}
.Explore_dl1{
    width: 80%;
    margin: 0px auto;
}
.Explore_dl2{
    padding: 0px 25px;
font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
color: #444444;
line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 限制行数为3行 */
    overflow: hidden;
    margin-top: 20px;
}
.Explore_dl3{
font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
color: #333333;
    text-decoration-line: underline;
    padding: 25px;
    position: absolute;
        bottom: 25px;
}
.Explore_dl3 a{
    transition: 0.3s;
}
.Explore_dl3 a:hover{
    color: #03c8aa;
}
.Explore_di{
    width: 100%;
    position: relative;
}
.Explore_di img{
    width: 100%;
}
.Explore_dw{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.Explore_dw_p1{
    text-align: center;
    margin-bottom: 70px;
font-family: var(--font-family);
font-weight: 400;
font-size: 18px;
color: #FFFFFF;
line-height: 28px;
}
.Explore_dw_p3{
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #444444;
    line-height: 28px;
    margin-bottom: 68px;
}
.Explore_dw_p2{
width: 230px;
height: 50px;
    background: #03C8AA;
    border-radius: 5px;

    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    margin: 0px auto;
    cursor: pointer;
    transition: all 0.3s;
font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
color: #FFFFFF;
display: block;
}
.Explore_dw_p2:hover {
    transform: scale(1.05);
  }

  /* 公司2 */
  .electronics_industry{
    width: 100%;
    margin-top: 80px;
    background: #F5F5F5;
  }
  .electron_in_text{
font-family: var(--font-family);
font-weight: 800;
font-size: 32px;
color: #222222;
    text-align: center;
    padding: 60px 0px 100px 0px;
    /*max-width: 80%;*/
    margin: 0 auto;
    width: 1015px;
  }
  .electron_in_text2{
    width: 1015px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
color: #888888;
    padding-bottom: 20px;
  }
  .el_tex1 span{
    margin-right: 20px;
  }
  .el_tex2{
    display: flex;
    align-items: center;
  }
  .el_tex2 span{
    margin-right: 10px;
  }
  .el_tex2 img{
    /*width: 20px;*/
    /*height: 20px;*/
    /*margin-right: 20px;*/
  }
  .electronics_chten{
    width: 100%;
    background: #FFFFFF;
  }
  .electr_chten1{
     width: 1015px;
     margin: 0px auto;
     padding: 50px 0px 100px 0px;
font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
color: #222222;
line-height: 28px;
  }
  .electr_chten1 p{
font-family: var(--font-family) !important;
font-weight: 400;
font-size: 16px;
color: #222222;
    margin-bottom: 40px;
  }
    .electr_chten1 span{
       font-family: var(--font-family) !important; 
    }
  .electr_chten1 img{
     width: 100%;
     margin-bottom: 40px;
 
  }
  .electer_xian{
    width: 100%;
    height: 1px;
    background: #DCDCDC;
    margin-bottom: 30px;
  }
  .eleter_span{
font-family: var(--font-family);
font-weight: 400;
font-size: 18px;
color: #888888;
line-height: 30px;
    margin-bottom: 10px;
  }
  .elters1{
    color: #222222;
  }
  .Contact_Us{
     margin-top: 90px;
  }
  .Contact_Us1{
    display: flex;
    width: 80%;
    margin: 0px auto;
    justify-content: space-between;
    background: #F8F8F8;
    border-radius: 10px;
    align-items: center;
  }
  .contes_s{
        padding: 60px 60px 124px 60px;
        width: calc(50% - 120px);
  }
  .usp1{
font-family: var(--font-family);
font-weight: bold;
font-size: 28px;
color: #444444;
    margin-bottom: 50px;
  }
  .usp2{
    margin-bottom: 30px;
font-family: var(--font-family);
font-weight: 400;
font-size: 18px;
color: #222222;
line-height: 40px;
  }
  .usxian{
    background: #DDE0E9;
    width: 1px;
    height: 160px;
  }
  .cont_rigth{
    display: flex;
    align-items: center;
font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
color: #222222;
    width: 44%;
  }

  .expld{margin-bottom: 50px;}
  .conten_shanbn{
    width: 80%;
    margin: 0px auto;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    gap: 30px;
  }
  .conten_shanbnC1{
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    padding: 30px;
    line-height: 30px;
    cursor: pointer;
  }
  .active7{
    box-shadow: 0px 0px 20px 0px rgba(3,200,170,0.2);
    border-radius: 10px;
    border: 1px solid #03C8AA;
  }
  .active7 p:nth-child(1){
    color: #03C8AA !important;
  }
  .company4_da{
	  width: 100%;
	  height: 600px;
	  margin-top: 100px;
  }
  .amap-overlay-text-container{
      font-family: var(--font-family);
  }
.company4_da .amap-logo{
  display: none;
  opacity: 0 !important;
}
.company4_da .amap-copyright{
  display: none !important;
}
.company4_da .amap-info-close{
  display: none;
}
  .conten_shanbnC1,.Branch_archite1 p:nth-child(1){
font-family: var(--font-family);
font-weight: bold;
font-size: 18px;
color: #444444;

  }
  .Branch_archite1 p:nth-child(2){
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    font-family: var(--font-family);
  }
  .conten_shanbnC1,.Branch_archite1 H2{
    font-weight: 400 !important;
    font-size: 12px !important;
    color: #888888 !important;
  }
  .contwand{
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background: #03C8AA;
    display: inline-block;
    margin-right: 5px;
  }
  .Branch_architecture{
    width: 1400px;
    margin: 0px auto;
    margin-top: 20px;
  }
  .Branch_architecture img{
    width: 100%;
  }
  .bra_gai{
    margin-bottom: 70px;
  }
  .Branch_architecture_chten{
    width: 50%;
    margin: 0px auto;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    gap: 30px;
    padding-bottom: 100px;
  }
  .Branch_archite1{
    padding: 30px;
    line-height: 35px;
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(3, 200, 170, 0.2);
    border-radius: 10px;
  }
.titlegai{
    margin-top: 90px;
}
.Explore_chten_bootem{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    
}
.Explore_chten_bootem_gai{
    margin-top: 40px;
    display: flex;
}
.elxj{
    background: #FFFFFF;
        border: 2px solid #fff;
    border-radius: 30px;
    font-family: var(--font-family-inter-medium);
    font-weight: 400;
    font-size: 20px;
    color: #0071A9;
    margin-right: 20px;
    transition: all 0.3s;
    width: 220px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.elxj::before{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #03c8aa;
    z-index: -1;
    transition: 0.3s;
}
.elxl{
    border: 2px solid #fff;
    border-radius: 30px;

    font-family: var(--font-family-inter-medium);
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    transition: all 0.3s;
        width: 220px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.elxl::before{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #03c8aa;
    z-index: -1;
    transition: 0.3s;
}
.elxl:hover,
.elxj:hover{
    border-color: #03c8aa;
    color: #FFFFFF;
}
.elxl:hover::before,
.elxj:hover::before{
    width: 100%;
}
  .Explore_chten_chten{
    width: 80%;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    gap: 30px;
  }
  .Explore_chten_chten div{
        padding: 30px 75px 30px 20px;
font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
color: #444444;
line-height: 26px;
        display: flex;
        /*align-items: center;*/
        border-radius: 10px;
        background: url("../images/peiginjux.png") 100% no-repeat;
        background-size: 100% 100%;
        position: relative;
        margin-bottom: 70px;
        /*height: 100px;*/
  }
  .Explore_chten_chten div>.eximg{
    position:absolute;
    right: 20px;
    top: 25%;
  }
  .Explore_chten_rang{
    width: 80%;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
    gap: 30px;
    text-align: center;
  }
  .Explore_chten_rang img{
     width: 100%;
  }
  .exchp1{
font-family: var(--font-family);
font-weight: bold;
font-size: 24px;
color: #444444;
    margin: 20px 0px;
  }
  .exchp2{
font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
color: #444444;
line-height: 26px;
}
.Explore_chten_footem{
    width: 100%;
    background: #F2FAF9;
    margin-top: 100px;
    padding: 90px 0px;
}
.expfs{

}
.expfx{
    text-align: right;
}
.explore_chent{
    width: 80%;
    margin: 0px auto;
}
.partner_zhong{
    width: 100%;
    height: 600px;
    background-image: url(../img/partnerimg/beijindi.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.partner_chtent{
    width: 80%;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(19%, 1fr));
    gap: 1px;
    /*background: #ebebeb;*/
}
.pratenimg{
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    height: 120px;
}
.pratenimg:nth-of-type(1),
.pratenimg:nth-of-type(2),
.pratenimg:nth-of-type(3),
.pratenimg:nth-of-type(4),
.pratenimg:nth-of-type(5){
    border-top: none;
}
.pratenimg:nth-of-type(5n){
    border-right: none;
}
.pratenimg img{
	max-width: 70%;
	max-height: 70%;
}
.Productsand9{
    width: 100%;
    background: #F9FBFE;
}
.Productsand10{
    width: 80%;
    padding: 120px 0px;
    margin: 0px auto;
    display: flex;
    justify-content: space-around;
}
.Prand10_img{
    width: 400px;
    height: 445px;
}
.Prand10_rigthn{
    width: 48%;
}
.Prand10_rigthn h2{
    font-family: var(--font-family-inter-bold);
    font-weight: 400;
    font-size: 37px;
    color: #444444;
    margin-bottom: 25px;
}
.Prand10_rigthn h4{
   font-family: var(--font-family);
   font-weight: 400;
   font-size: 16px;
   color: #444444;
   line-height: 28px;
}
.Prand10_rigthn div{
    border-radius: 25px;
    border: 2px solid #03C8AA;
    width: 360px;
    height: 48px;
    font-family: var(--font-family-inter-medium);
    font-weight: 400;
    font-size: 20px;
    color: #03C8AA;
    text-align: center;
    line-height: 48px;
    margin-top: 50px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.Prand10_rigthn div::before{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #03C8AA;
    z-index: -1;
    transition: 0.3s;
}
.Prand10_rigthn div:hover::before{
    width: 100%;
}
.Prand10_rigthn div:hover{
    color: #FFFFFF;
  }
  .Productsand11{
    width: 100%;
    padding: 100px 0px;
    background: #fff;
  }
  .Productsand12{
    width: 60%;
    border-radius: 15px;
    border: 1px solid #EEEEEE;
    display: flex;
    margin: 0px auto;
    padding: 50px;
    align-items: center;
    justify-content: space-between;
  }
  .Productsand13{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    color: #666666;
    line-height: 36px;
    max-width: 70%;
  }
  .Productsand13 span{
    color: #03C8AA;
  }
  .Productsand14{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    background: #03C8AA;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.3s;
    cursor: pointer;
  }
  .sangai13{
    margin-left: 10px;
  }
  .Productsand14:hover{
    transform: scale(1.05);
  }
/* @media (max-width: 1940px) { */
    .text_new3{
font-family: var(--font-family);
font-weight: 400;
font-size: 19px;
color: #7e7e7e;
line-height: 27px;
    height: 81px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* max-height: 6em; */
    overflow: hidden;
    }
    .text_new2{
font-family: var(--font-family-inter-bold);
font-weight: 400;
font-size: 32px;
color: #666666;
        margin-bottom: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
    }
    .text_new1{
        font-family: var(--font-family-inter-medium);
        font-weight: 400;
        font-size: 19px;
        color: #05C4A6;
        /*margin-top: 50px;*/
        margin-bottom: 30px;
    }
    .News_Center2{
        /* width: 100%; */
        height: 400px;
        background: #FFFFFF;
        border-radius: 10px;
        padding: 60px;
        display: flex;
        justify-content: space-between;
    }
    .News_Center1_chtn1{
        width: 230px;
        height: 60px;
        background: #EEEEEE;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
font-family: var(--font-family-inter-medium);
font-weight: 400;
font-size: 19px;
color: #7e7e7e;
        cursor: pointer;
    }
    .News_Center1{
        width: 1000px;
        padding-top: 100px;
        padding-bottom: 80px;
        margin: 0px auto;
        display: flex;
        justify-content: space-between;
    }
    .News_Center{
        width: 1400px;
        margin: 0px auto;
		padding-bottom: 100px;
    }
    .aboutful{
        width: 1400px;
    }
    .aboutful .fuly{
        width: calc(100% - 680px - 107px);
    }
    .Sustainable_Future_c2{
        width: 680px;
        /*height: 400px;*/
    }
    .Sustainable_Future_c3{
font-family: var(--font-family-inter-bold);
font-weight: 400;
font-size: 37px;
color: #444444;
        margin: 30px 0px 30px 0px;
    }
    .Sustainable_Future_c4{
font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
color: #666666;
line-height: 28px;
        margin-bottom: 40px;
        /*text-align: justify;*/
    }
.Sustainable_Future_c4 br{
    display: none;
}
    .c_en1{
        width: 440px;
        /*height: 280px;*/
        background: #F6FBFD;
        border-radius: 10px;
        text-align: center;
        padding-bottom: 40px;
        transition: 0.3s;
    }
    .c_en1:hover{
        box-shadow: 0px 0px 24px 7px rgb(3,200,170,0.2);
    }
    .c_en1>.c_en_img1{
        width: 50px;
        height: 63px;
        margin: 40px 0px 30px 0px;
    }
    .c_en1>.c_en_img2{
        width: 50px;
        height: 61px;
        margin: 50px 0px 30px 0px;
    }
    .c_en1>.c_en_img3{
        width: 69px;
        height: 69px;
        margin: 50px 0px 30px 0px;
    }
    .c_en1>h3{
font-family: var(--font-family);
font-weight: bold;
font-size: 20px;
color: #444444;
        margin-bottom: 25px;
    }
    .c_en1>h4{
font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
color: #666666;
line-height: 24px;
width: 90%;
margin: 0 auto;
    }

/* } */
@media (max-width: 1640px) {
    .Explore_chten_nen3{
        height: 400px;
    }
    .Explore_chten_nen{
        height: 500px;
    }
    .conten_shanbnC1 h2{
        /*font-size: 15px !important;*/
    }
    .Prand10_img{
             width: 340px;
        height: 390px;
    }
    /*.Prand10_rigthn h2{*/
    /*    font-size: 44px;*/
    /*}*/
    .Prand10_rigthn h4{
        /*font-size: 14px;*/
    }
    .Prand10_rigthn div{
        /*font-size: 16px;*/
    }
    .Explore_c1 h3 {
        font-size: 20px;
    }
    .Explore_dl2{
        /*font-size: 14px;*/
    }
    .Explore_dl3{
        /*font-size: 12px;*/
    }
    /*.exp_titl1{*/
    /*    font-size: 18px;*/
    /*}*/
    /*.exp1{*/
    /*    font-size: 16px;*/
    /*}*/
    /*.exp2{*/
    /*    font-size: 14px;*/
    /*}*/
    .exp3{
        margin-top: 35px;
    }
    .Join_us_chten img{
        width: 700px;
    }
    .Join_us_chten h2{
        /*font-size: 46px;*/
        margin-top: 100px;
        margin-bottom: 40px;
    }
    .Explore_chten_title p{
        /*font-size: 46px;*/
        /*margin-bottom: 40px;*/
    }
    /*.text_new3{*/
    /*    font-size: 14px;*/
    /*}*/
    .text_new2{
        /*font-weight: bold;*/
        font-size: 26px;
        color: #222222;
        margin-bottom: 36px;
    }
    .text_new3{
        font-size: 18px;
        line-height: 26px;
        height: 78px;
    }
    .text_new1{
font-family: Arial;
font-weight: 400;
font-size: 18px;
color: #05C4A6;
        /*margin-top: 40px;*/
        margin-bottom: 20px;
    }
    .News_Center2{
        /* width: 100%; */
        height: 340px;
        background: #FFFFFF;
        border-radius: 10px;
        padding: 40px;
        display: flex;
        justify-content: space-between;
    }
    .News_Center1_chtn1{
        width: 210px;
        height: 60px;
        background: #EEEEEE;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        font-size: 18px;
        color: #666666;
        cursor: pointer;
    }
    .News_Center1{
        width: 900px;
        padding-top: 100px;
        padding-bottom: 80px;
        margin: 0px auto;
        display: flex;
        justify-content: space-between;
    }
    .News_Center{
        width: 1100px;
        margin: 0px auto;
    }
    /*.Sustainable_Future_c2{*/
    /*    width: 500px;*/
    /*    height: 300px;*/
    /*}*/
    .Sustainable_Future_c3{
        /*font-weight: 800;*/
        /*font-size: 44px;*/
        color: #444444;
        margin: 30px 0px 30px 0px;
    }
    .Sustainable_Future_c4{
        /*font-weight: 400;*/
        /*font-size: 14px;*/
        /*color: #666666;*/
        /*line-height: 30px;*/
        /*margin-bottom: 40px;*/
    }

    .c_en1{
        /*width: 380px;*/
        /*height: 220px;*/
        background: #F6FBFD;
        border-radius: 10px;
        text-align: center;
    }
    .c_en1>.c_en_img1{
        width: 45px;
        height: 58px;
        margin: 35px 0px 20px 0px;
    }
    .c_en1>.c_en_img2{
        width: 45px;
        height: 56px;
        margin: 35px 0px 20px 0px;
    }
    .c_en1>.c_en_img3{
        width: 55px;
        height: 55px;
        margin: 35px 0px 20px 0px;
    }
    /*.c_en1>h3{*/
    /*    font-weight: bold;*/
    /*    font-size: 16px;*/
    /*    color: #444444;*/
    /*    margin-bottom: 20px;*/
    /*}*/
    /*.c_en1>h4{*/
    /*    font-weight: 400;*/
    /*    font-size: 14px;*/
    /*    color: #666666;*/
    /*}*/
}
@media (max-width: 1560px){
    .pratenimg{
        height: 100px;
    }
    .Prand10_rigthn div{
        font-size: 18px;
        height: 44px;
        line-height: 44px;
        width: 330px;
    }
    .elxl,
    .elxj{
        width: 200px;
        height: 52px;
        font-size: 18px;
        line-height: 52px;
    }
    .usp1{
        font-size: 24px;
    }
    .Join_us_chten h2{
        font-size: 31px;
    }
    .Explore_chten{
        margin-top: 120px;
    }
    .communi_chten{
        padding: 40px;
    }
    .company4_da{
        height: 480px;
    }
    .Branch_architecture{
        width: 1100px;
    }
    .Explore_chten_title p{
        font-size: 31px;
    }
    .Explore_chten_title{
        /*width: 100%;*/
    }
    .Explore_chten_title h3{
        /*text-align: left;*/
    }
    .aboutful{
        width: 1100px;
    }
    .Sustainable_Future_c2{
        width: 550px;
    }
    .aboutful .fuly{
        width: calc(100% - 550px - 90px);
    }
    .Productsand13{
        font-size: 20px;
    }
    .c_en1{
        width: 340px;
        /*height: 220px;*/
        padding-bottom: 30px;
        border-radius: 8px;
    }
    .c_en1>h3{
        margin-bottom: 18px;
    }
    .company_honr_h>.hp1{
        font-size: 31px
    }
    .company_honr_h>.hp2{
        font-size: 17px;
    }
    .Sustainable_Future_c3{
        font-size: 31px;
    }
    .gradient-text{
        font-size: 18px;
    }
    .Sustainable_Future_c5{
        width: 200px;
        height: 44px;
        line-height: 44px;
    }
    .electron_in_text{
        font-size: 26px;
    }
    .Explore_dw_p1{
        margin-bottom: 50px;
    }
    .conten_shanbnC1{
        padding: 20px;
    }
    .contes_s{
        padding: 50px 50px 110px 50px;
    }
    .Prand10_rigthn h2{
        font-size: 31px;
    }
}
@media (max-width: 1460px) {
    .Explore_chten_nen3{
            height: 350px;
    }
    .cont_waiwei{
            width: 50px;
            height: 50px;
            margin-left: 30px;
    }
    .Explore_chten_nen{
        height: 445px;
    }
    .conten_shanbnC1 h2 {
        /*font-size: 13px !important;*/
    }
    .Prand10_img{
        width: 310px;
        height: 345px;
    }
    /*.Prand10_rigthn h2{*/
    /*    font-size: 32px;*/
    /*}*/
    .Prand10_rigthn h4{
        /*font-size: 12px;*/
    }
    .Prand10_rigthn div{
        /*font-size: 14px;*/
        /*width: 200px;*/
        /*height: 40px;*/
        /*line-height: 40px;*/
    }
    /*.exp_titl1{*/
    /*    font-size: 16px;*/
    /*}*/
    /*.exp1{*/
    /*    font-size: 14px;*/
    /*}*/
    /*.exp2{*/
    /*    font-size: 12px;*/
    /*}*/
    .exp3{
        margin-top: 30px;
    }
    .Join_us_chten img{
        width: 600px;
    }
    .Join_us_chten h2{
        /*font-size: 32px;*/
        margin-top: 80px;
        margin-bottom: 40px;
    }
    .Explore_chten_title p{
        /*font-size: 32px;*/
        /*margin-bottom: 40px;*/
    }
    /*.Join_us_chten h3{*/
    /*    font-weight: bold;*/
    /*    font-size: 16px;*/
    /*    margin-bottom: 30px;*/
    /*}*/
    /*.Join_us_chten h4{*/
    /*    font-weight: 400;*/
    /*    font-size: 14px;*/
    /*    margin-bottom: 30px;*/
    
    /*}*/
    /*.c_en1{*/
    /*    width: 330px;*/
    /*    height: 170px;*/
    /*    background: #F6FBFD;*/
    /*    border-radius: 10px;*/
    /*    text-align: center;*/
    /*}*/
    /*.c_en1>.c_en_img1{*/
    /*    width: 30px;*/
    /*    height: 43px;*/
    /*    margin: 25px 0px 10px 0px;*/
    /*}*/
    /*.c_en1>.c_en_img2{*/
    /*    width: 35px;*/
    /*    height: 41px;*/
    /*    margin: 25px 0px 10px 0px;*/
    /*}*/
    /*.c_en1>.c_en_img3{*/
    /*    width: 40px;*/
    /*    height: 40px;*/
    /*    margin: 25px 0px 10px 0px;*/
    /*}*/
    /*.c_en1>h3{*/
    /*    font-weight: bold;*/
    /*    font-size: 14px;*/
    /*    color: #444444;*/
    /*    margin-bottom: 20px;*/
    /*}*/
    /*.c_en1>h4{*/
    /*    font-weight: 400;*/
    /*    font-size: 12px;*/
    /*    color: #666666;*/
    /*}*/
}
@media (min-width: 768px) and (max-width: 1024px)  {
  /*  .Explore_chten_nen3{*/
  /*      display: block;*/
  /*  }*/
  /*  .eleter_span{*/
  /*          margin-bottom: 12px;*/
  /*  }*/
  /*  .electr_chten1 img{*/
  /*      margin-bottom: 0px;*/
  /*  }*/
  /*  .electr_chten1{*/
  /*          width: 85%;*/
  /*  }*/
  /*  .electron_in_text{*/
  /*          font-size: 24px;*/
  /*          width: 90%;*/
  /*          margin: 0px auto;*/
  /*          padding: 60px 0px 80px 0px;*/
  /*  }*/
  /*  .electron_in_text2{*/
  /*     display: block;*/
  /*     font-size: 12px;*/
  /*  }*/
  /*  .electron_in_text2 .el_tex1{*/
  /*          margin-bottom: 10px;*/
  /*  }*/
  /*  .c_en1{*/
  /*      margin-bottom: 40px;*/
  /*  }*/
  /*  .company_honr_h>.hp1{*/
  /*          font-size: 24px;*/
             
  /*  }*/
  /*  .company_honr_h{*/
  /*      margin-top: 0px;*/
  /*  }*/
  /*  .company_honr_h>.hp2{*/
  /*         font-size: 16px;*/
  /*  }*/
  /*  .solintgaidne{*/
  /*      height: 450px !important;*/
  /*      position: relative;*/
  /*  }*/
  /*  .solintgaidne .center02 {*/
  /*      top: 50%;*/
  /*      left: 70px;*/
  /*  }*/
  /*  .Sustainable_Future_c1{*/
  /*      display: block;*/
  /*          padding-bottom: 50px;*/
  /*  }*/
  /*  .Sustainable_Future_c2 {*/
  /*      width: 100%;*/
  /*      height: 235px;*/
  /*  }*/
  /*  .Sustainable_Future_c3{*/
  /*      font-size: 24px;*/
  /*      text-align: center;*/
  /*  }*/
  /*  .Sustainable_Future_c5{*/
  /*      margin: 0px auto;*/
  /*  }*/
  /*  .News_Center1{*/
  /*      padding-top: 50px;*/
  /*      padding-bottom: 50px;*/
  /*       width: 95%;*/
  /*  }*/
  /*  .News_Center1_chtn1{*/
  /*              width: 95px;*/
  /*      height: 50px;*/
  /*              font-size: 14px;*/
  /*              font-weight: bold;*/
  /*  }*/
  /*  .News_Center{*/
  /*      width: 90%;*/
       
  /*  }*/
  /*  .News_Center2{*/
  /*              height: 240px;*/
  /*                      padding: 20px;*/
  /*                              margin-bottom: 30px;*/
  /*  }*/
  /*  .Explore_chten_bootem_gai a{*/
  /*      width: 0px;*/
  /*  }*/
  /*  .elxj{*/
  /*      border: 2px solid #fff;*/
  /*  }*/
  /*  .News_Center{*/
  /*      margin-bottom: 0px;*/
  /*      padding-bottom: 30px;*/
  /*  }*/
  /*  .communi_chten_2{*/
  /*      margin-bottom: 50px;*/
  /*  }*/
  /*  .text_new1{*/
  /*              font-size: 14px;*/
  /*              margin-top: 0px;*/
  /*                      margin-bottom: 10px;*/
  /*  }*/
  /*  .text_new2{*/
  /*      font-size: 12px;*/
  /*      margin-bottom: 15px;*/
  /*  }*/
  /*  .text_new3{*/
  /*        font-size: 12px;*/
  /*        margin-bottom: 30px;*/
  /*        height: 100px;*/
  /*      -webkit-line-clamp: 4;*/
  /*  }*/
  /*  .Communications{*/
  /*          width: 95%;*/
  /*  margin: 0px auto;*/
  /*  display: block;*/
  /*  }*/
  /*  .communi_chten{*/
  /*      margin-bottom: 30px;*/
  /*      padding: 30px;*/
  /*  }*/
  /*  .Join_us_chten{*/
  /*      display: block;*/
  /*  }*/
  /*  .Join_us_chten h2{*/
  /*      font-size: 24px;*/
  /*  }*/
  /*  .Join_us_chten h3{*/
  /*      font-size: 14px;*/
  /*  }*/
  /*  .Join_us_chten h4{*/
  /*              font-size: 12px;*/
  /*      line-height: 24px;*/
  /*  }*/
  /*  .Explore_chten_title p{*/
  /*      font-size: 24px;*/
  /*  }*/
  /*  .Explore_chten_title h3{*/
  /*      font-size: 14px;*/
  /*  }*/
  /*  .Explore_chten_nen{*/
  /*      display: block;*/
  /*          margin-top: 40px;*/
  /*  }*/
  /*  .Explore_c1{*/
  /*      margin-bottom: 30px;*/
  /*  }*/
  /*  .Join_us{*/
  /*      height: 2000px;*/
  /*  }*/
  /*  .Explore_chten_title h3{*/
  /*              width: 80%;*/
  /*      margin: 0px auto;*/
  /*  }*/
  /*  .Explore_duilin{*/
  /*          padding: 20px 0px 0px 0px;*/
  /*  }*/
  /*.Explore_chten_nen1{*/
  /*    display: block;*/
  /*}*/

  /*.Explore_c_lent{*/
  /*    width: 100%;*/
  /*        min-height: 310px;*/
  /*  margin-bottom: 30px;*/
  /*}*/
  /*.Explore_c_rigth{*/
  /*    width: 100%;*/
  /*         margin-top: 30px;*/
  /*     min-height: 310px;*/
  /*}*/
  /*.Explore_c_chent{*/
  /*    width: 100%;*/
 
      
  /*}*/
  /*.Explore_duilin{*/
  /*    height: 1600px;*/
  /*}*/
  /*.Explore_dl2{*/
  /*    height: 150px;*/
  /*}*/
  /*.Explore_c1 h3{*/
  /*    font-size: 18px;*/
  /*}*/
  /*.Explore_di img{*/
  /*    width: 100%;*/
  /*    height: 100%;*/
  /*}*/
  /*.Explore_dw_p1{*/
  /*        margin-bottom: 30px;*/
  /*            font-size: 12px;*/
  /*}*/
  /*.Explore_di{*/
  /*    height: 300px*/
  /*    ;*/
      
  /*}*/
  /*.yuanxingbuj{*/
  /*    padding: 0px;*/
  /*}*/
  /*.Explore_dw{*/
  /*    width: 80%;*/
  /*}*/
  /*.Contact_Us1{*/
  /*    display: block;*/
  /*}*/
  /*.contes_s{*/
  /*    padding: 20px;*/
  /*}*/
  /*.usp1{*/
  /*        font-size: 18px;*/
  /*  margin-bottom: 30px;*/
  /*}*/
  /*.usp2{*/
  /*        font-size: 14px;*/
  /*}*/
  /*.usxian{*/
  /*        width: 90%;*/
  /*  height: 1px;*/
  /*  margin: 0px auto;*/
  /*  margin-bottom: 25px;*/
  /*}*/
  /*.cont_rigth{*/
  /*        width: 90%;*/
  /*  margin: 0px auto;*/
    
  /*}*/
  /*.Contact_Us1{*/
  /*        padding: 25px 0px;*/
  /*}*/
  /*.cont_waiwei{*/
  /*            width: 30px;*/
  /*            height: 30px;*/
  /*            margin-left: 18px;*/
  /*}*/
  /*.cont_waiwei img{*/
  /*    width: 50%;*/
  /*}*/
  /*.conten_shanbn{*/
  /*    display: block;*/
  /*}*/
  /*.conten_shanbnC1, .Branch_archite1 H2{*/
  /*        margin-bottom: 20px;*/
  /*}*/
  /*.partner_zhong{*/
  /*        height: 775px;*/
  /*}*/
  /*.partner_chtent{*/
  /*    grid-template-columns: repeat(auto-fill, minmax(34%, 1fr));*/
    
  /*}*/
  /*.Branch_architecture_chten{*/
  /*        grid-template-columns: repeat(auto-fill, minmax(80%, 1fr));*/
  /*            width: 80%;*/
  /*}*/
  /*.index01wrap {*/
  /*        width: 100%;*/
  /*  height: 100%;*/
  /*}*/
  /*.company_enterprise{*/
  /*    display: block;*/
  /*}*/
  /*.c_en1{*/
  /*    width: 100%;*/
  /*}*/
  /*.expfx{*/
  /*        margin-top: 10px;*/
  /*}*/
  /*.Branch_architecture{*/
  /*    width: 100%;*/
  /*    text-align: center;*/
  /*}*/
  /*.Branch_architecture img{*/
  /*        width: 95%;*/
  /*}*/
  /*.Join_us_chten img{*/
  /*    width: 100%;*/
  /*}*/
  /*.Explore_chten{*/
  /*    margin-top: 70px;*/
  /*}*/
  /*.Explore_chten_chten div{*/
  /*    margin-bottom: 50px;*/
  /*}*/
}
@media only screen and (max-width:760px) {
.Productsand10{
        padding: 60px 0px 60px 0px;
        display: flex;
        flex-direction: column-reverse;
        width: 92%;
}
.Prand10_img{
    height: auto;
    width: auto;
    max-width: 70%;
}
.Prand10_rigthn{
    width: 100%;
}
.Prand10_rigthn h2{
            font-size: 22px;
        text-align: center;
        margin: 0;
}
.Prand10_rigthn div{
    margin: 0px auto;
}
.Prand10_rigthn h4{
    margin-top: 30px;
    font-size: 14px;
    line-height: 26px;
}
.Prand10_rigthn div{
    margin: 40px auto 0;
    width: 200px;
    line-height: 38px;
    height: 38px;
    font-size: 14px;
}
.Productsand10 div:nth-child(1){
    text-align: center;
    margin-top: 50px;
}
.Productsand13{
        font-size: 14px;
        line-height: 26px;
        width: 100%;
        max-width: 100%;
}
.Productsand11{
        padding: 60px 0px;
}
.Productsand12{
        width: calc(92% - 36px);
        padding: 25px 18px;
        border-radius: 10px;
        flex-direction: column;
}
.Productsand10{
        padding: 60px 0px 60px 0px;
        display: flex;
        flex-direction: column-reverse;
        width: 92%;
}
.Productsand14{
        font-size: 14px;
        padding: 10px 15px;
        margin: 20px auto 0;
}
    .aboutful .fuly{
        width: 100%;
    }
    .Company_Honors{
        padding: 60px 0;
    }
    .company_chten{
        width: 92%;
    }
    .company_chten_1{
        display: flex;
        flex-direction: column;
        gap:unset;
    }
    .compy_ch1{
        width: calc(100% - 36px);
        padding: 25px 18px;
        height: auto;
        border-radius: 8px;
    }
    .compy_ch1:not(:first-of-type){
        margin-top: 20px;
    }
    .compy_ch2{
        width: 50px;
        height: 50px;
        margin: 0;
    }
    .compy_ch3{
        width: calc(100% - 50px - 15px);
        margin-left: 15px;
        font-size: 14px;
    }
    .company_chten{
        padding-bottom: 0;
    }
    .Explore_chten_nen3{
    grid-template-columns: unset;
    gap: unset;
    display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
        height: auto;
    }
    .eleter_span{
            margin-bottom: 12px;
            font-size: 14px;
            line-height: 24px;
    }
    .electr_chten1 img{
        margin-bottom: 0px;
    }
    .electr_chten1{
            width: 92%;
            padding: 40px 0 60px 0;
            font-size: 14px !important;
            line-height: 26px;
    }
    .electr_chten1 p,
    .electr_chten1 span{
            font-size: 14px !important;
            line-height: 26px;
            margin-bottom: 10px;
    }
    .electronics_industry{
        margin-top: 50px;
    }
    .electron_in_text{
            font-size: 20px;
            width: 92%;
            margin: 0px auto;
            padding: 40px 0px 20px 0px;
            max-width: unset;
            line-height: 28px;
    }
    .electron_in_text2{
       display: block;
       font-size: 14px;
       width: 92%;
       line-height: 24px;
    }
    .electron_in_text2 .el_tex1{
            margin-bottom: 20px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
    }
    .el_tex1 span:first-of-type{
        display: none;
    }
    .el_tex2{
        justify-content: center;
    }
    .c_en1{
        margin-bottom: 20px;
    }
    .c_en1:last-of-type{
        margin-bottom: 0;
    }
    .company_honr_h>.hp1{
            font-size: 22px;
             padding: 0;
             margin-bottom: 8px;
    }
    .Company_Honors_falis{
        width: 92%;
        margin: 0 auto;
        padding: 60px 0 40px 0;
    }
    .company_honr_h{
        margin-top: 0px;
    }
    .company_honr_h>.hp2{
           font-size: 16px;
           margin-bottom: 30px;
    }
    .solintgaidne{
        height: 300px !important;
        position: relative;
    }
    .solintgaidne .center02 {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .solintgaidne .center02>h3{
        text-align: center;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    width: 100%;
    display: block;
    }
    .solintgaidne .center02>h4{
        /*text-align-last: center;*/
        line-height: 26px;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    width: 100%;
    display: block;
    margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
    }
    .compan_h{
        font-size: 14px !important;
        margin-top: 20px;
    }
    .Sustainable_Future{
        width: 92%;
    }
    .Sustainable_Future_c1{
        flex-direction: column;
        padding-bottom: 50px;
        width: 100%;
        margin-top: 50px;
    }
    .Sustainable_Future_c2 {
        width: 100%;
        height: auto;
    }
    .Sustainable_Future_c3{
        font-size: 22px;
        text-align: center;
        margin: 40px 0 20px 0;
    }
    .Sustainable_Future_c4{
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    .gradient-text{
        font-size: 14px;
    }
    .Sustainable_Future_c5{
        margin: 0px auto;
        width: 160px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .News_Center1{
         margin: 50px auto 30px;
         padding: 0;
         width: 92%;
         flex-wrap: wrap;
    }
    .News_Center1_chtn1{
                width: calc((100% - 15px) / 2);;
        height: 40px;
        margin-right: 15px;
        margin-bottom: 15px;
                font-size: 14px;
                font-weight: bold;
    }
        .News_Center1_chtn1:nth-of-type(2n){
            margin-right: 0;
        }
    .News_Center{
        width: 92%;
       
    }
    .News_Center2{
                height: auto;
                padding: 20px 20px 30px 20px;
                margin-bottom: 20px;
                flex-direction: column;
                border-radius: 8px;
    }
    .new_c1{
        width: 100%;
        height: auto;
    }
    .Explore_chten_bootem_gai a{
        width: 0px;
    }
    .elxj{
        border: 2px solid #fff;
    }
    .News_Center{
        margin-bottom: 0px;
        padding-bottom: 50px;
    }
    .communi_chten_2{
        margin-bottom: 30px;
        height: auto;
        font-size: 14px;
    }
   .communi_chten_1{
        font-size: 16px;
    }
    .communi_chten_5{
        font-size: 38px;
    }
    .communi_chten_6{
        font-size: 14px;
    }
    .text_new1{
                font-size: 14px;
                margin-top: 10px;
                margin-bottom: 10px;
    }
    .text_new2{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .text_new3{
          font-size: 14px;
          line-height: 26px;
          height: auto;
          margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    }
    .text_new4{
        font-size: 14px;
    }
    .Communications{
            width: 100%;
    margin: 0px auto;
    display: block;
    }
    .communi_chten{
                height: auto;
                padding: 20px 20px 30px 20px;
                margin-bottom: 20px;
                border-radius: 8px;
    }
    .Join_us_chten{
        flex-direction: column;
        margin-top: 0;
        padding: 40px 0;
    }
    .Join_us_chten h2{
        font-size: 22px;
        margin: 0 0 10px 0;
    }
    .Join_us_chten h3{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .Join_us_chten h4{
                font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .Explore_chten_title{
        width: 100%;
    }
    .Explore_chten_title p{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .Explore_chten_title h3{
        font-size: 14px;
    }
    .Explore_chten_nen{
        display: flex;
        flex-direction: column;
        margin-top: 0;
        height: auto;
        gap: unset;
    }
    .Explore_c1{
        margin-bottom: 20px;
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 25px;
    }
    .Join_us{
        /*height: 2000px;*/
        width: 100%;
    }
    .Join_us_chten{
        width: 92%;
        margin: 0 auto;
    }
    .Explore_chten_title h3{
                width: 100%;
        margin: 0px auto;
        font-size: 14px;
        line-height: 26px;
    }
    .Explore_duilin{
            padding: 20px 0px 0px 0px;
    }
  .Explore_chten_nen1{
      flex-direction: column;
      margin: 0;
      padding-bottom: 60px;
  }

  .Explore_c_lent{
    width: 100%;
    min-height: unset;
    margin-bottom: 30px;
  }
  .exp_titl1{
      padding: 13px 18px;
      font-size: 16px;
  }
  .exp_titl2{
      padding: 20px 18px;
  }
  .exp1{
      font-size: 14px;
  }
  .exp2{
      margin-top: 7px;
      font-size: 14px;
      line-height: 26px;
  }
  .exp3{
      margin-top: 20px;
  }
  .Explore_c_chent img{
      display: none;
  }
  .Explore_c_rigth{
      width: 100%;
           margin-top: 30px;
       min-height: unset;
  }
  .Explore_c_chent{
      width: 100%;
 
      
  }
  .Explore_duilin{
      padding: 60px 0 40px 0;
      margin: 0 auto;
  }
  .Explore_chten_footem{
      margin-top: 60px;
      padding: 40px 0;
  }
  .explore_chent{
      width: 92%;
  }
  .explore_chent img{
      width: 32px;
  }
  .Explore_dl1{
      width: 92%;
  }
  .Explore_dl2{
      height: auto;
      font-size: 14px;
      width: calc(100% - 36px);
      padding: 0 18px;
      line-height: 26px;
  }
    .Explore_duilin .Explore_c1{
        padding-bottom: 65px;
    }
    .Explore_dl3{
        padding: 0 0 0 18px;
        font-size: 14px;
    }
  .Explore_c1 h3{
      font-size: 16px;
      width: calc(100% - 36px);
      margin: 10px 0 0 0;
      padding: 0 18px;
  }
  .Explore_c1 h4{
      font-size: 14px;
      width: calc(100% - 36px);
      margin: 10px 0 20px 0;
      padding: 0 18px;
  }
  .Explore_c1 h5{
      font-size: 14px;
      margin: 0;
      width: calc(100% - 36px);
      padding: 0 18px;
  }
  .Explore_di img{
      width: 100%;
      height: 100%;
  }
  .Explore_dw_p1{
          margin-bottom: 30px;
              font-size: 14px;
              line-height: 26px;
  }
  .Explore_dw_p2{
      width: 160px;
      height: 40px;
      font-size: 14px;
      line-height: 40px;
  }
  .Explore_di{
      height: 380px;
      
  }
  .yuanxingbuj{
        padding: 55px 4%;
        width: calc(100% - 8%);
  }
  .n-pie{
      display: none;
  }
  .Explore_dw{
      width: 92%;
  }
  .Contact_Us1{
      display: block;
  }
  .contes_s{
      padding: 0 20px;
      width: calc(100% - 40px);
  }
  .usp1{
          font-size: 16px;
    margin-bottom: 15px;
  }
  .usp2{
          font-size: 14px;
          line-height: 26px;
          margin-bottom: 15px;
  }
  .usxian{
          width: 90%;
    height: 1px;
    margin: 0px auto;
    margin-bottom: 15px;
  }
  .cont_rigth{
    width: calc(100% - 40px);
    padding: 0 20px;
    margin: 0px auto;
    font-size: 14px;
  }
  .linthan2{
      
  }
  .Contact_Us{
      width: 92%;
      margin: 0 auto;
      padding: 60px 0;
  }
  .titlegai{
      margin: 50px auto 0;
      width: 92%;
  }
  .expld{
      margin-bottom: 30px;
  }
  .Contact_Us1{
          padding: 25px 0px;
          width: 100%;
  }
  .cont_waiwei{
              width: 30px;
              height: 30px;
              margin-left: 18px;
  }
  .cont_waiwei>img{
      width: 50%;
  }
  .linthan2{
      top: 40px;
      left: 50%;
      transform: translateX(-50%);
  }
  .linthan2 > img{
      width: 90px;
  }
  .conten_shanbn{
      display: block;
      margin: 20px auto 0;
      width: 100%;
  }
  .conten_shanbnC1{
      padding: 20px 18px;
      border-radius: 8px;
  }
  .conten_shanbnC1 p{
      font-size: 16px;
      margin-bottom: 0;
  }
  .conten_shanbnC1 h2{
      font-size: 14px;
      line-height: 24px;
  }
  .conten_shanbnC1, .Branch_archite1 H2{
          margin-bottom: 20px;
  }
  .company4_da{
      height: 330px;
      margin-top: 40px;
  }
  .partner_zhong{
          height: auto;
          background: unset;
  }
  .partner_zhong .Contact_Us{
      padding: 60px 0 0 0;
  }
  .partner_chtent{
      display: flex;
      gap: unset;
      flex-wrap: wrap;
      width: 92%;
      background: #FFFFFF;
      margin: 0 auto 50px;
  }
  .pratenimg{
      width: calc((100% - 15px) / 2);
      border: 1px solid #DCDCDC !important;
      margin-right: 10px;
      margin-bottom: 10px;
      padding: 0;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
    .pratenimg:nth-of-type(2n){
        margin-right: 0;
    }
    .pratenimg img{
        max-width: 80%;
        max-height: 80%;
    }
  .Branch_architecture_chten{
      width: 92%;
      display: flex;
      flex-direction: column;
      gap: unset;
      padding-bottom: 60px;
  }
  .Branch_archite1{
      width: calc(100% - 36px);
      padding: 25px 18px;
  }
  .Branch_archite1:not(:first-of-type){
      margin-top: 20px;
  }
  .conten_shanbnC1, .Branch_archite1 p:nth-child(1){
      font-size: 16px;
  }
  .Branch_archite1 p:nth-child(2){
      font-size: 14px;
      line-height: 26px;
  }
  .index01wrap {
          width: 100%;
    height: 100%;
  }
  .company_enterprise{
      display: block;
  }
  .c_en1{
      width: 100%;
  }
  .expfx{
          margin-top: 10px;
  }
  .Contact_Us.bra_gai{
      padding: 60px 0 0 0;
  }
  .Branch_architecture{
      width: 92%;
      margin: 0 auto;
      text-align: center;
  }
  .Branch_architecture img{
          width: 100%;
  }
  .Join_us_chten img{
      width: 100%;
      margin-top: 20px;
  }
  .Explore_chten{
      width: 92%;
      margin: 40px auto 0;
  }
  .Explore_chten_chten div{
      margin-bottom: 20px;
      padding: 25px 30px 25px 18px;
      border-radius: 8px;
      height: auto;
      font-size: 14px;
      line-height: 26px;
  }
  .exchp2{
      line-height: 26px;
  }
  .Explore_chten_chten div>.eximg{
      top: 50%;
      transform: translateY(-50%);
      max-height: 70%;
  }
  .Explore_chten_rang{
      width: 92%;
      display: flex;
      flex-direction: column;
      gap: unset;
  }
  .Explore_chten_rang>div:not(:first-of-type){
      margin-top: 30px;
  }
  .exchp1{
      font-size: 16px;
      margin: 15px 0;
  }
  .exchp2{
      font-size: 14px;
  }
  .explore_liin{
      width: 100%;
      margin-top: 30px;
  }
  .comtent{
      margin-bottom: 30px;
  }
  .c_en1>.c_en_img1{
        width: 30px;
        height: auto;
        margin: 25px 0px 18px 0px;
  }
  .c_en1>h3{
      font-size: 18px;
  }
  .c_en1>h4{
      font-size: 14px;
      line-height: 26px;
  }
}


.n-pie{
}
.n-pie>canvas{
	width: 800px;
	height: 800px;
	max-width: 100%;
	aspect-ratio: 1 / 1;
}
.n-pie-tooltip{
	width: 350px;
	max-width: 50vw;
	padding: 30px  40px;
	border-radius: 10px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	background: #fff;
	position: absolute;
	left: 0;
	pointer-events: none;
	transition: all 0.1s;
	top: 0;
	
}
.n-pie-tooltip>h3{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
	font-size: 17px;
	color: #222;
	line-height: 1;
	font-weight: 400;
}
.n-pie-tooltip>h3>i{
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #25c481;
}
.n-pie-tooltip>article{
	line-height: 1.6;
	margin-top: 5px;
	font-size: 13px;
	color: #aaa;
}
