/*轮播图样式*/
.h2_size{
    font-size: 32px;
}
.min-w{
    min-width: 150px;
}
.blank-h{
    height: 102px;
}
.link-h{
    height: 36.7rem;
}
.ml-30{
    margin-left:30px;
}
.ml-12{
     margin-left:12px;
}
.pd_b{
    padding-bottom: 30px;
}
.sam_h{
    height: 440px;
}
.sam_img_h{
     height: 137px;
}
.situation{
    position: relative;
}
.mgt-12{
    margin-top: 12px;
}
.tp{
    top:-28px;
}
.product_t{
     margin-left:16px;margin-top: 20px;font-weight:600
}
.about_content{
    margin-top: 0px;padding-right: 0px
}
.display_dl{
     grid-template-columns:repeat(2,1fr)
}
.display_cd{
    grid-template-columns:repeat(1,1fr)
}
.product_img{
    height: 40px;
  
}
@media(min-width:768px){
    .product_img{
    height: 70px;
    padding-bottom: 10px;
    }
}
.l_b{
    left:12px;
    bottom:-12px;
}
.pd-t50{
    padding-top: 50px;
}
.almost-2{
    width: 49.3%;
}
.footer_w{
    width: 100%;
    margin-bottom: 42px;
}
  .display_dl3{
     grid-template-columns:repeat(3,1fr);
     row-gap: 0px;
}
.footer_w2{
    width: 100%;
}

@media(min-width:768px){
    .mgt-12{
    margin-top: 0px;
}
.link-h{
    height: 52.3rem;
}
.pd-t50{
    padding-top: 160px;
}
      .display_dl3{
     grid-template-columns:repeat(5,1fr);
       row-gap: 23px;
}
.blank-h{
    height: auto;
}

.ml-30{
    margin-left:0px;
}
.ml-12{
    margin-left:0px;
}
    .almost-2{
    width: 32.5%;
}
.footer_w{
    width: 36%;
     margin-bottom: 0px;
}
.footer_w2{
    width: 64%;
}
    .l_b{
        left:40px;bottom:20px
    }
    .h2_size{
        font-size:50px;
    }
    .pd_b{
    padding-bottom: 116px;
}
    .sam_h{
    height: 495px;
}
.sam_img_h{
     height:495px;
}
    .about_content{
    margin-top: 74px;padding-right: 78px
}
    .tp{
    top:-80px;
}
    .product_t{
        margin-top: 7px;
    }
    .display_dl{
     grid-template-columns:repeat(7,1fr)
}

    .display_cd{
    grid-template-columns:repeat(3,1fr)
}
    
}

.px-def{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
@media(min-width:1920px){
    
    .px-def{
    padding-left: 0rem;
    padding-right: 0rem;
}
}
.banner-paly {
	/* 给定容器宽高度 */
	/*width: 500px;*/
	/*overflow: hidden;*/
	/*height: 300px;*/
	/*position: relative;*/
	/*margin: 100px auto;*/
	/*background-color: #ccc;*/
}

.news-btn:hover {
    background: #000;
}
.type_text {
    color:#013A94;
}


.points {
    position: absolute;
    z-index: 5;
    list-style: none;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: hsla(0,0%,0%,0.2);
    bottom: 5px;
    left: 40%;
    height: 20px;
    border-radius: 25px;
    right: 40%;
}

.points li {
	cursor: pointer;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0px auto;
	border-radius: 15px;
	background-color: cadetblue;
}

.banner-active {
    background-color: hsla(0,0%,100%,1.00) !important;
}

.prev {

	border-radius: 0 30px 30px 0;
}

.next,
.prev {
    appearance: menu;
    margin: 0 auto;
    width: 40px;
    display: block;
    float: left;
    height: 40px;
    position: absolute;
	line-height: 40px;
	text-align: center;
	font-family: "宋体";
	color: aliceblue;
    z-index: 999;
    background-color: hsla(0,0%,0%,0.1);
    top: 45%;
    -webkit-appearance: button;
    cursor: pointer;
}

.next {
	right: 0px;
	border-radius: 30px 0 0 30px;
}
.prev:hover{background-color: hsla(0,0%,0%,0.5);}
.next:hover{background-color: hsla(0,0%,0%,0.5);}

/*轮播图样式结束*/

.part6-inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
    height: 22rem;
}
.img-pos{
    position:relative;
}
.h-img{
    height: 33vw;
}


.links-btn:hover{
    background-color: #000;
}
.text-pos{
    position:relative;
}
.part5-btn-container{
      padding-left: 0rem;
        top: 27%;
        margin-bottom: 0;
        position:relative;
}

.part5-btn-container  a{
        display: inline-table;
        border-radius: .25rem;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        text-align: center;
        font-weight: 500;
        text-decoration: none;
        -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        -webkit-transition-duration: .15s;
        transition-duration: .15s;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        font-size: 1rem;
        background-color: #003a95;
    }
@media(min-width:1024px){
    .img-pos{
        bottom: 20rem;
    }
    .text-pos{
        top:22rem;
    }
   .part5-btn-container  a{
       
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    
}
.can_see {
    display: none;
}
@media(min-width:1366px) {
   .can_see {
    display:  block;
    }
      .situation {
       position: relative;display: flex;
        justify-content: end;bottom:-52px 
    }
}
@media(min-width:1920px){
     .situation{
         bottom:0px;
    left:0px
    }
}
@keyframes numberIncrease {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 应用动画到数字显示元素 */
.number-display {
  animation-name: numberIncrease;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s; /* 延迟开始动画，以便JavaScript可以设置初始值 */
}
.nav-background {
    background-color: #003a95;
}
.business-pad {
    padding-left: 1rem;
    padding-right: 1rem;
}
.ml-img{
    margin-left: 0rem;
}
@media(min-width:1440px){
    .ml-img{
        margin-left: 1.5rem;
    }
}
@media(min-width:1920px){
    .ml-img{
        margin-left: 0rem;
    }
}

.mb-img {
    margin-bottom: 2rem;
    margin-top: 2rem;
    object-fit:cover
}
@media(min-width:1024px){
   .mb-img {
     margin-bottom: 4rem;
     margin-top: 0rem;
    }
    .business-pad {
    padding-left: 0rem;
    padding-right: 0rem;
    }
}

.icons3-pos {
    position: relative;
    left: 44%;
    bottom: 4rem;
}
 .h-29 {
        height: 130px;
    }
    .ingress p > p span {
        font-size: 30px !important;
    }

@media (min-width: 1366px) {
    
    /*.nav-background {*/
    /*background-color: transparent;*/
    /*}*/
    
  .ingress #companyContent span {
        font-size: 30px !important;
    }
    .icons3-pos {
        position: relative;left: 48.5%;bottom: 5rem;
    }
    .h-29 {
        height: 38vw;
    }
}
@media (min-width:1440px){
     .h-29 {
        height: 35vw;
    }
}
@media (min-width:1920px){
     .h-29 {
        height: 35vw;
    }
}

@media(min-width:3840px){
       .h-29 {
        height: 25vw;
    }
}
.h-def{
    height: 14.75rem;
}
#companyContent {
    font-size: 16px;font-weight: 100;
    display: block;
    line-height: 2;
    margin-top: 1rem;
   
}
@media (min-width: 1366px) {
    #companyContent{
        font-size: 18px;font-weight: 100;
        line-height: 2;
        text-align: justify;
        text-justify: distribute;
    }

}
.pd-top {
    padding-top: 0rem !important;
}
.banner__content {
    z-index: 16;
    height: 30vh;
    padding-left: .75rem;
    padding-right: .75rem
}

@media (min-width: 375px) {
    .banner__content {
        height: 30vh;
        padding-left: 2rem;
        padding-right: 2rem
        }
    }
    
@media (min-width: 450px) {
    .banner__content {
        height: 40vh;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 640px) {
    .banner__content {
        height: 44vh;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 768px) {
    .banner__content {
        height: 60vh;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1366px) {
    .banner__content {
        height: 40vw;
        padding-left: 1rem;
        padding-right: 2rem
    }
}

@media (min-width: 1440px) {
    .banner__content {
        height: 35vw;
        padding-left: 2rem;
        padding-right: 2rem
    }
}
@media (min-width: 1920px) {
    .banner__content {
        height: 30vw;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 2560px) {
    .banner__content {
        height: 25vw;
        padding-left: 2rem;
        padding-right: 2rem
    }
    .pd-top {
    padding-top: 1rem !important;
    }
}

@media (min-width: 3840px) {
    .banner__content {
        height: 25vw;
        padding-left: 2rem;
        padding-right: 2rem
    }
}
.sub-text3 {
    font-size:0.5rem;
    display: block;
}
@media (min-width: 1366px) {
    .sub-text3{
        font-size:1rem
    }

}

.item.sub-text-color :hover{
    color:#ffffff;
}
.sup-text {
    color: #000;
    font-size: 0.5rem;
    top: -2.2em;
}

.sup-text2 {
    color: #000;
    font-size: 0.5rem;
    top: -2.2em;
}

.h3-text {
    color: #000;
    font-size: 1rem;
    margin-bottom: 0rem;
}
@media(min-width: 1366px) {
    .sup-text {
        color: #000;
        font-size: 1.5rem;
        top: -2.1em;
        left:3px;
    }

    .sup-text2 {
        color: #000;
        font-size: 1rem;
        top: -2.8em;
        left:3px;
    }

    .h3-text {
        color: #000;
        font-size: 44px;
        margin-bottom: 0rem;
    }
}

.banner2 {
    height: 16.75rem;
}
#bannerTitle {
    font-size:1.75rem;
}
@media (min-width: 1366px) {
    #bannerTitle {
        font-size:5rem;
    }
}

@media (min-width: 2560px) {
    #bannerTitle {
        font-size:6rem;
    }
}
@media (min-width: 374px) {
    .part6-inner {
        padding-bottom: 3rem;
        height: 31rem;
    }
}

@media (min-width: 639px) {
    .part6-inner {
        padding-bottom: 3rem;
        height: 30rem;
    }
}
@media (min-width: 768px) {
    .part6-inner {
        height: 35rem;
    }
}
@media (min-width:1366px) {
    .part6-inner {
        padding-top: 7rem;
        padding-bottom: 7rem;
        padding-bottom: 5rem;
        height: 41rem;
    }
}

@media (min-width:1366px) {
    .part6-inner {
        height: 44rem;
    }
}
@media (min-width: 1920px) {
    .part6-inner {
        height: 54rem;
    }
}


.banner-title1 {
        position: relative;
        left: 0%;
        top: -35%;
    }

    .item {
        flex: 1;
        height: 76px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color:#000000;
        min-width: 118px;
    }

    .item:hover {
        background-color: rgba(0,58,149,0.8);
        color:#ffffff;
    }

    .empty-space {
        padding-top: 0.5rem;
        height: 0rem;
    }

  

    .text-with-underline {
        position: relative;
        cursor: pointer;
        font-size: 1rem;
        min-width: 110px;
        text-align: center;
    }

    .text-with-underline a {
        color: #aaacaf;
    }

    .text-with-underline.active a {
        color: #000000;
    }

    .text-with-underline a:hover {
        color: #000000;
    }

    .business {
        display: none;

    }

    .business_pos {
        padding-top: 0rem;
        top: 0rem;
        padding-bottom: 0rem;
        margin-bottom: 3rem;
    }

    .news {
        display: flex;
        flex-direction: column;
    }

    .gradient-background {
        /* 渐变方向是从上到下，颜色从淡灰色(#f8f8f8)开始，过渡到白色(#fff)，最后到淡蓝色(#e6f7ff) */
        background: linear-gradient(to bottom, #EEEEEE 0%, #ffffff 70%, #3A6EBE 0.65 100%);
        /* 如果您希望渐变在不同的位置开始变化颜色，可以使用颜色停止点 */
        /* 例如：background: linear-gradient(to bottom, #f8f8f8 0%, #fff 50%, #e6f7ff 100%); */
    }

    .text-with-underline.active::after {
        border-bottom: 4px solid #003a95;
        opacity: 1;
    }

    .container-hover-effect:hover .mouseover-effect {
        background-color: #003a95; /* 鼠标悬停时div的背景颜色变为白色 */
    }

    .container-hover-effect:hover h4.hover-title {
        color: #003a95; /* 鼠标悬停时h4的字体颜色变为蓝色 */
    }

    /* 初始样式 */
    .mouseover-effect {
        height: 3px;
        background-color: rgba(192, 192, 192, 0.5);
        margin-bottom: 1.5rem;
        transition: background-color 0.3s; /* 平滑过渡背景颜色变化 */
    }

    h4.hover-title {
        color: #000000;
        transition: color 0.3s; /* 平滑过渡字体颜色变化 */
    }


    .text-with-underline::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -9px;
        width: 100%;
        border-bottom: 4px solid transparent; /* 默认颜色为透明 */
        opacity: 0;
        transition: opacity 0.3s; /* 平滑过渡效果 */
    }

    .domains {
        width: 81.6%;
        height: 76px;
        width: clamp(14rem, calc(100% - 2rem), 98rem);
        width: clamp(14rem, calc(100% - var(--padding-x)), 98rem);
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        position: relative;
        z-index: 17;
        top: -3rem;
        background-color: #ffffff;
        display: flex;
        align-items: center;
    }
    .enviro-container{
        position: absolute;
        right: 10%;
        height: 76.7%;
        top: 15%;
        width: 65.4%;
    }

    .domain__title {
        font-size: 1.5rem;
        padding-left: 0rem;
        animation: scaleIn 1s ease-in-out;
        font-weight: 500;
        margin-bottom: 1.5rem;
    }

    .domain_big_title {
        position: relative;
        top: -1rem;
    }


    .links-mp {
        padding-top: 0rem;
        top: 0rem;
        margin-bottom: 10rem;
    }


    .links-content {
        top: 0;
    }

    .links-content-left {
        height: 37.6%;
        position:relative;
        background-color: #0f0f0f
    }

    .links-content-text {
        background-color: #003a95;
        height: 62.4%;
        opacity: 0.75
    }

    .links-content-pos1 {
        position: relative;
        top: 2.5rem;
        padding-left: 3rem;
        padding-right: 0.8rem;
        font-size: 0.8rem;
        color: #fff;
        z-index: 100;
        font-weight: 500;
    }

    .links-content-pos {
        top: 0;
        padding: 0rem;
        position: relative;
        background-color: rgba(238, 238, 238, 0);
    }

    .links-grade-container {
        margin-top: 1rem;
        display: flex;
        justify-content: space-evenly;
    }

    .links-content-right {
        padding: 5rem;
        background-color: rgba(192, 192, 192, 0.7);
    }

    .links-btn {
        padding: 0.5rem 0.8rem 0.5rem 0.8rem;
        font-size: .8rem;
        background-color: #003a95;
    }

    .company-content_container {
        margin-left: 1.5rem;
        padding-right: 1.3rem;
        position: relative;
        top: -1rem;
    }

    .links-btn-container {
        position: relative;
        left: 0%;
        bottom: 0%;
    }

    .part3 {
        padding-top: 0rem;
        padding-bottom: 3rem;
        top: 0rem
    }

    .companyDetails {
        height: auto;
    }

    .part4 {
        top: 0rem;
        margin-bottom: 0rem;
        height: 40vh;
    }

    .banner-title3 {
        font-size: 4rem;
        letter-spacing: 2rem;
    }

    .part6 {
        top: 0rem;
        margin-bottom: 9rem;
    }

    .part6-inner {
        padding-top: 2rem
    }

    .part6-text-container {
        padding-left: 0rem;
        margin-top: 3rem;
        width: 80%;
    }

    .part6-title {
        font-size: 1.5rem
    }
    @media(max-width:360px){
        .part6-title {
        font-size: 1.5rem;
        margin-top: -2rem;
        }
    }

    .part6-title2 {
        font-size: clamp(0.8rem, 4vw, 1.25rem);
        line-height: 2;
        margin-top: 4rem;
        font-weight: 300;
    }

    .part6-btn {
        color: #ffffff;
        background-color: #003a95;
        padding: 0.5rem 1rem 0.5rem 1rem;
    }
    .part6-btn-container{
         padding-left: 0rem;
        top: 27%;
        margin-bottom: 0;
        position:relative;
    }

    .part6-btn-container  a{
        display: inline-table;
        border-radius: .25rem;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        text-align: center;
        font-weight: 500;
        text-decoration: none;
        -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        -webkit-transition-duration: .15s;
        transition-duration: .15s;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        font-size: 1rem;
    }

    .small-icon-container1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 7rem;
        left: -1%;
    }

    .small-icon-container2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 7rem;
        left: 31%;
    }




    .part6-gallery-inner {
        left: 60%;
        top: -11rem;
    }

    .part6-img {
        left: 5%;
        top: 24rem;
        width: 17rem;
        position: relative;
        z-index: 16;
    }

    .part6-space {
        padding-bottom: 0rem;
        padding-top: 8rem;
        position: relative;
        z-index: -10;
    }

    .news-btn {
        color: #ffffff;
        padding: 0.5rem 1rem 0.5rem 1rem;
        background-color: #003a95;
        cursor: pointer;
        font-size:1rem;
        font-weight: 500;
    }

    .news-btn-container {
        left: 0
        width: 100%;
        top: -2rem;
        position: relative;
        margin-bottom: 5rem;
        
    }

    .part7 {
        padding-bottom: 4rem;
        padding-top: 0rem;
        top: 0rem;
    }

    .part7-title {
        padding-left: 0rem;
        font-size: 1.5rem
    }
    @media(max-width:360px){
       .part7-title {
        margin-top: 6rem;
    } 
    }

    .counter {
        font-size: 1.2rem;
        color: #000;
        font-weight: 500;
    }

    .text-center {
        text-align: center;
        margin-bottom: 2rem;
    }
    @media(min-width:1024px){
        .text-center {
        margin-bottom: 1.5rem;
        }
    }

    .business-title {
        font-size: 1.25rem;
        margin-bottom: 1rem;
        animation: scaleIn 1s ease-in-out;
    }

    .detail:hover {
    rgba(0, 58, 149, 0.6);
   
    }

    .business-icon {
        object-fit: cover;
        margin-left: 0rem;
        margin-bottom: 1rem;
        height: 42px;
       
    }

    .business-icon1 {
        object-fit: cover;
        margin-left: auto;
        margin-right: auto;
        border: 0;
        height:20px;
    }

    .padding-medium {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .background-space {
        width: 100%;
        height: 133px;
        position: relative;
        top: -5.5rem;
        background-color: #EEEEEE;
    }


    .padding-def {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .icons-container img {
        position: relative; /* 使伪元素可以相对于图片定位 */
    }

    .icons-container img::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent; /* 背景色设置为透明 */
    }
    .sub-text2 {
        font-weight: 400;
        font-size: 1rem;
        color: #ffffff;
        margin-top: 1rem;
    }
    .img-title-container {
        display: inline-block;
       text-align: center;
    }
.padding-medium{

}
.def-top{
    top:0rem;
}
.icon-sub-text {
    font-size:0.8rem;
}
.small-icon {
        height: 42px;
        width: 42px;
    }
.detail-text {
    font-size:16px;
    font-weight: 100;
    color:#000;
    text-align: justify;
    text-justify: distribute;
    line-height: 2;
}
@media(min-width: 1024px){
    .detail-text{
        font-size:18px
    }
    
}
.wrapper2 {
    width: clamp(14rem, calc(100% - 2rem), 98rem);
    width: clamp(14rem, calc(100% - var(--padding-x)), 98rem);
    margin-left: auto;
    margin-right: auto
}
.business-text{
    font-size: clamp(1rem, 4vw, 1rem);
    line-height: 2;
    font-weight: 100;
}
 .part6-gallery-out {
        background-color: #3C6FBF;
        z-index: -1;
        left: 50%;
        top: 21%;
        height:470px;
    }
    .part6-space {
        padding-bottom: 0rem;
        padding-top: 8rem;
        position: relative;
        z-index: -10;
    }
     .space-evenly-md {
        justify-content: flex-start;
        overflow-x:auto;
        overflow-y: hidden;
    }
@media(min-width: 1366px){
    .space-evenly-md {
        justify-content: space-evenly;
        overflow-x: visible;
        overflow-y: visible;
        
    }
    .business-text{
    font-size: clamp(1rem, 4vw, 1.25rem);
    line-height: 2;
    font-weight: 100;
    }
    
     /* 1366px */  .banner-title1 {
        position: relative;
        left: 0%;
        top: -24%;
    }
    /* 1366px */  .icon-sub-text {
    font-size:1rem;
    }

    /* 1366px */  .item {
        flex: 1;
        height: 155px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color:#000000;
        min-width: 155px;
    }

    /* 1366px */  .item:hover {
        background-color: rgba(0,58,149,0.8);
        color:#ffffff;
    }

    /* 1366px */  .empty-space {
        padding-top: 0.5rem;
        height: 7rem;
    }

    /* 1366px */  .h-def {
        height: 56.75rem;
    }

    /* 1366px */  .text-with-underline {
        position: relative;
        cursor: pointer;
    }

    /* 1366px */  .text-with-underline a {
        color: #aaacaf;
    }

    /* 1366px */  .text-with-underline.active a {
        color: #000000;
    }

    /* 1366px */  .text-with-underline a:hover {
        color: #000000;
    }

    /* 1366px */  .business {
        display: none;

    }

    /* 1366px */  .business_pos {
        padding-top: 0rem;
        top: 0rem;
        padding-bottom: 0rem;
        margin-bottom: 9rem;
    }

    /* 1366px */  .news {
        display: flex;
        flex-direction: column;
    }

    .gradient-background {
        /* 渐变方向是从上到下，颜色从淡灰色(#f8f8f8)开始，过渡到白色(#fff)，最后到淡蓝色(#e6f7ff) */
        background: linear-gradient(to bottom, #EEEEEE 0%, #ffffff 70%, #3A6EBE 0.65  100%);
        /* 如果您希望渐变在不同的位置开始变化颜色，可以使用颜色停止点 */
        /* 例如：background: linear-gradient(to bottom, #f8f8f8 0%, #fff 50%, #e6f7ff 100%); */
    }

    /* 1366px */  .text-with-underline.active::after {
        border-bottom: 3px solid #003a95;
        opacity: 1;
    }

    /* 1366px */  .container-hover-effect:hover .mouseover-effect {
        background-color: #003a95; /* 鼠标悬停时div的背景颜色变为白色 */
    }

    /* 1366px */  .container-hover-effect:hover h4.hover-title {
        color: #003a95; /* 鼠标悬停时h4的字体颜色变为蓝色 */
    }

    /* 初始样式 */
    /* 1366px */  .mouseover-effect {
        height: 3px;
        background-color: rgba(192, 192, 192, 0.5);
        margin-bottom: 1.5rem;
        transition: background-color 0.3s; /* 平滑过渡背景颜色变化 */
    }

    h4.hover-title {
        color: #000000;
        transition: color 0.3s; /* 平滑过渡字体颜色变化 */
    }


    /* 1366px */  .text-with-underline::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 100%;
        border-bottom: 3px solid transparent; /* 默认颜色为透明 */
        opacity: 0;
        transition: opacity 0.3s; /* 平滑过渡效果 */
    }

    /* 1366px */  .domains {
        width: 81.6%;
        height: 155px;
        width: clamp(14rem, calc(100% - 2rem), 98rem);
        width: clamp(14rem, calc(100% - var(--padding-x)), 98rem);
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        position: relative;
        margin: auto;
        z-index: 17;
        top: -9rem;
        background-color: #ffffff;
        display: flex;
        align-items: center;
    }
    /* 1366px */  .enviro-container{
        position: absolute;
        right: 10%;
        height: 76.7%;
        top: 15%;
        width: 65.4%;
    }

    /* 1366px */  .domain__title {
        font-size: 4.06rem;
        padding-left: 0rem;
        animation: scaleIn 1s ease-in-out;
        font-weight: 500;
        margin-bottom: 1.5rem;
    }

    .domain_big_title {
        position: relative;
        top: -5rem;
    }


    .links-mp {
        padding-top: 0rem;
        top: 0rem;
        margin-bottom: 10rem;
    }

    .banner2 {
        height: 56.75rem;
    }

    .links-content {
        top: 0;
    }

    .links-content-left {
        height: 37.6%;
        position:relative;
        background-color: #0f0f0f
    }

    .links-content-text {
        background-color: #003a95;
        height: 62.4%;
        opacity: 0.8
    }

    .links-content-pos1 {
        position: relative;
        top: 7rem;
        padding-left: 10rem;
        padding-right: 4rem;
        font-size: 3.125rem;
        color: #fff;
        z-index: 100;
        font-weight: 500;
    }

    .links-content-pos {
        top: 0;
        padding: 2rem;
        position: relative;
        background-color: rgba(238, 238, 238, 0);
    }

    .links-grade-container {
        margin-top: 4rem;
        display: flex;
        justify-content: space-evenly;
    }

    .links-content-right {
        padding: 5rem;
        background-color: rgba(192, 192, 192, 0.7);
    }

    .links-btn {
       padding: 1.3rem 3rem 1.3rem 3rem;
       font-size: 1.1rem;
       background-color: #003a95;
    }

    .company-content_container {
        margin-left: 7rem;
        padding-right: 6rem;
        position: relative;
        top: -3rem;
    }

    .links-btn-container {
        position: relative;

        bottom: -32%;
    }

    .part3 {
        padding-top: 0rem;
        padding-bottom: 3rem;
        top: 0rem
    }

    
    .part4 {
        top: 0rem;
        margin-bottom: 19rem;
        height: 100vh;
    }

    .banner-title3 {
        font-size: 4rem;
        letter-spacing: 2rem;
    }

    .part6 {
        top: 0rem;
        margin-bottom: 9rem;
    }

    .part6-inner {
        padding-top: 2rem;

    }

    .part6-text-container {
        padding-left: 3rem;
        margin-top: 3rem;
        width: 57%;
    }

    .part6-title {
        font-size: 4.06rem
    }

    .part6-title2 {
        font-size: clamp(0.8rem, 4vw, 1.25rem);
        line-height: 2;
        margin-top: 12rem;
        font-weight: 300;
    }

    .part6-btn {
        color: #ffffff;
        background-color: #003a95;
        padding: 0.5rem 1rem 0.5rem 1rem;
        font-size:1rem;
    }
    .part6-btn-container{
         padding-left: 4.7rem;
        top: 12%;
    }

    .part6-btn-container  a{
       
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .small-icon-container1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 11rem;
        left: 5%;
    }

    .small-icon-container2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 11rem;
        left: 20%;
    }

    

    .part6-gallery-out {
        background-color: #3C6FBF;
        z-index: -1;
        left: 43%;
        top: 31%;
        height: 549px;
    }


    .part6-gallery-inner {
        left: 60%;
        top: -11rem;
    }

    .part6-img {
        left: 51%;
        top: -32%;
        width: 48rem;
    }

    .part6-space {
        padding-bottom: 0rem;
        padding-top: 8rem;
        position: relative;
        z-index: -10;
    }

    .news-btn {
        color: #ffffff;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: #003a95;
        cursor: pointer;
    }

    .news-btn-container {
       
        top: -2rem;
        position: relative;
        margin-bottom: 5rem;
        
    }

    .part7 {
        padding-bottom: 4rem;
        padding-top: 0rem;
        top: 0rem;
      
    }

    .part7-title {
        padding-left: 0rem;
        font-size: 4rem
    }

    .counter {
        font-size: 2.2rem;
        color: #000;
        font-weight: 500;
    }

    .text-center {
        text-align: center;
        margin-bottom: 1rem;
    }

    .business-title {
        font-size: 2rem;
        margin-bottom: 3rem;
        animation: scaleIn 1s ease-in-out;
    }

    .detail:hover {
    rgba(0, 58, 149, 0.6);
   
    }

    .business-icon {
        object-fit: cover;
        margin-left: 0rem;
        margin-bottom: 1rem;
        height: auto;
       
    }

    .business-icon1 {
        object-fit: cover;
        margin-left: auto;
        margin-right: auto;
        border: 0;
        height:37px;
    }

    .padding-medium {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .background-space {
        width: 100%;
        height: 500px;
        position: relative;
        top: -14.5rem;
        background-color: #EEEEEE;
    }


    .padding-def {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .icons-container img {
        position: relative; /* 使伪元素可以相对于图片定位 */
    }

    .icons-container img::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent; /* 背景色设置为透明 */
    }
    /* 1366px */
    .sub-text2 {
        font-weight: 400;
        font-size: 1.275rem;
        color: #ffffff;
        margin-top: 1rem;
    }
    .img-title-container {
        display: inline-block;
       text-align: center;
    }
}
@media screen and (min-width:1440px) and (min-height:900px){
     .empty-space {
        padding-top: 0.5rem;
        height: 5rem;
    }
     .banner-title1 {
        position: relative;
        left: 0%;
        top: -24%;
    }

    .item {
        flex: 1;
        height: 233px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color:#000000;
    }

    .item:hover {
        background-color: rgba(0,58,149,0.8);
        color:#ffffff;
    }
    .h-def {
        height: 56.75rem;
    }

    .text-with-underline {
        position: relative;
        cursor: pointer;
    }

    .text-with-underline a {
        color: #aaacaf;
    }

    .text-with-underline.active a {
        color: #000000;
    }

    .text-with-underline a:hover {
        color: #000000;
    }

    .business {
        display: none;

    }

    .business_pos {
        padding-top: 0rem;
        top: 0rem;
        padding-bottom: 0rem;
        margin-bottom: 9rem;
    }

    .news {
        display: flex;
        flex-direction: column;
    }

    .nav-menu-link[href].current-menu-ancestor, .nav-menu-link[href].current-menu-item, .nav-menu-link[href].current-menu-parent, .nav-menu-link[href]:hover {
        /*color: #ff500a;*/
        color: #ffffff;
    }

    .gradient-background {
        /* 渐变方向是从上到下，颜色从淡灰色(#f8f8f8)开始，过渡到白色(#fff)，最后到淡蓝色(#e6f7ff) */
        background: linear-gradient(to bottom, #EEEEEE 0%, #ffffff 70%, #3A6EBE 0.65 100%);
        /* 如果您希望渐变在不同的位置开始变化颜色，可以使用颜色停止点 */
        /* 例如：background: linear-gradient(to bottom, #f8f8f8 0%, #fff 50%, #e6f7ff 100%); */
    }

    .text-with-underline.active::after {
        border-bottom: 3px solid #003a95;
        opacity: 1;
    }

    .container-hover-effect:hover .mouseover-effect {
        background-color: #003a95; /* 鼠标悬停时div的背景颜色变为白色 */
    }

    .container-hover-effect:hover h4.hover-title {
        color: #003a95; /* 鼠标悬停时h4的字体颜色变为蓝色 */
    }

    /* 初始样式 */
    .mouseover-effect {
        height: 3px;
        background-color: rgba(192, 192, 192, 0.5);
        margin-bottom: 1.5rem;
        transition: background-color 0.3s; /* 平滑过渡背景颜色变化 */
    }

    h4.hover-title {
        color: #000000;
        transition: color 0.3s; /* 平滑过渡字体颜色变化 */
    }


    .text-with-underline::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 100%;
        border-bottom: 3px solid transparent; /* 默认颜色为透明 */
        opacity: 0;
        transition: opacity 0.3s; /* 平滑过渡效果 */
    }

    .domains {
        width: 81.6%;
        height: 233px;
        width: clamp(14rem, calc(100% - 2rem), 98rem);
        width: clamp(14rem, calc(100% - var(--padding-x)), 98rem);
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        position: relative;
        z-index: 17;
        top: -7rem;
        background-color: #ffffff;
        display: flex;
        align-items: center;
    }
    .enviro-container{
        position: absolute;
        right: 10%;
        height: 76.7%;
        top: 15%;
        width: 65.4%;
    }

    .domain__title {
        font-size: 4.06rem;
        padding-left: 0rem;
        animation: scaleIn 1s ease-in-out;
        font-weight: 500;
        margin-bottom: 1.5rem;
    }

    .domain_big_title {
        position: relative;
        top: -5rem;
    }


    .links-mp {
        padding-top: 0rem;
        top: 0rem;
        margin-bottom: 10rem;
    }

    .banner2 {
        height: 56.75rem;
    }

    .links-content {
        top: 0;
    }

    .links-content-left {
        height: 37.6%;
        position:relative;
        background-color: #0f0f0f
    }

    .links-content-text {
        background-color: #003a95;
        height: 62.4%;
        opacity: 0.8
    }

    .links-content-pos1 {
        position: relative;
        top: 7rem;
        padding-left: 12rem;
        padding-right: 4rem;
        font-size: 2.125rem;
        color: #fff;
        z-index: 100;
        font-weight: 500;
    }

    .links-content-pos {
        top: 0;
        padding: 2rem;
        position: relative;
        background-color: rgba(238, 238, 238, 0);
    }

    .links-grade-container {
        margin-top: 4rem;
        display: flex;
        justify-content: space-evenly;
        position: relative;
        top:13%;
    }

    .links-content-right {
        padding: 5rem;
        background-color: rgba(192, 192, 192, 0.7);
    }

    .links-btn {
       padding: 1.3rem 3rem 1.3rem 3rem;
       font-size: 1.1rem;
       background-color: #003a95;
    }

    .company-content_container {
        margin-left: 3rem;
        padding-right: 3rem;
        position: relative;
        top: -4rem;
    }

    .links-btn-container {
        position: relative;

        bottom: -32%;
    }

    .part3 {
        padding-top: 0rem;
        padding-bottom: 3rem;
        top: 0rem
    }

    
    .part4 {
        top: 0rem;
        margin-bottom: 19rem;
    }

    .banner-title3 {
        font-size: 4rem;
        letter-spacing: 2rem;
    }

    .part6 {
        top: 0rem;
        margin-bottom: 9rem;
    }

    .part6-inner {
        padding-top: 2rem
    }

    .part6-text-container {
        padding-left: 4.7rem;
        margin-top: 3rem;
        width: 57%;
    }

    .part6-title {
        font-size: 4.06rem
    }

    .part6-title2 {
        font-size: clamp(0.8rem, 4vw, 1.25rem);
        line-height: 2;
        margin-top: 12rem;
        font-weight: 300;
    }

    .part6-btn {
        color: #ffffff;
        background-color: #003a95;
        padding: 0.5rem 1rem 0.5rem 1rem;
    }

    .part6-btn-container {
        padding-left: 4.7rem;
        top: 12%
    }

    .small-icon-container1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 13rem;
        left: 4%;
    }

    .small-icon-container2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 13rem;
        left: 20%;
    }

    

    .part6-gallery-out {
        background-color: #3C6FBF;
        z-index: -1;
        left: 43%;
        top: 31%;
        height: 585px;
    }


    .part6-gallery-inner {
        left: 60%;
        top: -11rem;
    }

    .part6-img {
        left: 51%;
        top: -34%;
        width: 51rem;
    }

    .part6-space {
        padding-bottom: 0rem;
        padding-top: 8rem;
        position: relative;
        z-index: -10;
    }

    .news-btn {
        color: #ffffff;
        background-color: #003a95;
        cursor: pointer;
    }

    .news-btn-container {
      
        top: -2rem;
        position: relative;
        margin-bottom: 5rem;
        
    }

    .part7 {
        padding-bottom: 4rem;
        padding-top: 0rem;
        top: 0rem;
    }

    .part7-title {
        padding-left: 0rem;
        font-size: 4rem
    }

    .counter {
        font-size: 2.2rem;
        color: #000;
        font-weight: 500;
    }

    .text-center {
        text-align: center;
        margin-bottom: 1rem;
    }

    .business-title {
        font-size: 2rem;
        margin-bottom: 3rem;
        animation: scaleIn 1s ease-in-out;
    }

    .detail:hover {
    rgba(0, 58, 149, 0.6);
   
    }

    .business-icon {
        object-fit: cover;
        margin-left: 0rem;
        margin-bottom: 1rem;
       
    }

  

    .padding-medium {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .background-space {
        width: 100%;
        height: 500px;
        position: relative;
        top: -14.5rem;
        background-color: #EEEEEE;
    }


    .padding-def {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .icons-container img {
        position: relative; /* 使伪元素可以相对于图片定位 */
    }

    .icons-container img::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent; /* 背景色设置为透明 */
    }
    .sub-text2 {
        font-weight: 400;
        font-size: 1.875rem;
        color: #ffffff;
        margin-top: 1rem;
    }
    .img-title-container {
        display: inline-block;
       text-align: center;
    }
}
@media screen and (min-width: 1440px) and (min-height:1080px){
    .empty-space {
        padding-top: 0.5rem;
        height: 0rem;
    }

}
@media(min-width: 1920px){
    
    .sup-text {
        color: #000;
        font-size: 1.8rem;
        top: -1.6em;
    }

    /*.sup-text2 {*/
    /*    color: #000;*/
    /*    font-size: 1rem;*/
    /*    top: -2.8em;*/
    /*}*/
    .links-grade-container {
        margin-top: 4rem;
        display: flex;
        justify-content: space-evenly;
        position:relative;
        left:-10%;
        top:11%;
    }
    .news-btn{
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size:1rem;
    }
    .small-icon {
        height: 73px;
        width: 70px;
    }
     .business-icon1 {
        
        height:65px;
    }
    .icon-sub-text {
    font-size:1.25rem;
    }
     .banner-title1 {
        position: relative;
        left: 0%;
        top: 4%;
    }
    .empty-space{
        height: 6rem;
    }
    .banner2{
        height: 56.75rem;
    }
    .links-content-pos1 {
        padding-left: 15rem;
        top: 12rem;
    }
    .company-content_container {
        margin-left: 4rem;
        padding-right: 14rem;
        top: -6rem;
    }
    .domain_big_title {
        left: 0rem;
    }
    .part6-text-container {
        padding-left: 0rem;
        margin-top: 5rem;
    }
    .part6-btn-container {
        padding-left: 0rem;
    }
    .small-icon-container1 {
        left: -1%;
        top:11rem;
    }
    .small-icon-container2 {
        top: 11rem;
        left: 20%;
    }
    .part6-gallery-out {
        height: 648px;
        background-color: #3C6FBF;
        z-index: -1;
        left: 37%;
        top: 29.5%;
        max-width: 132rem;
    }
    .part6-img {
        left: 62%;
        top: -28%;
        width: 62rem;
    }
   
    .part6 {
        top:0rem;
    }
    
    .links-content-pos {
        left:;
    }

   
}
@media(min-width: 2560px){
    
    /* .sup-text {*/
    /*    color: #000;*/
    /*    font-size: 2.5rem;*/
    /*    top: -1em;*/
    /*}*/

    /*.sup-text2 {*/
    /*    color: #000;*/
    /*    font-size: 1.25rem;*/
    /*    top: -2.2em;*/
    /*}*/
    
      .links-grade-container {
    
        left:0%;
    }
     .h3-text {
       
        font-size: 44px;
       
    }
    .part6-btn-container {
        top: 9%
    }
    
     .business-icon1 {
        
        height:74px;
    }
     .banner-title1 {
        position: relative;
        left: 0%;
        top: 26%;
    }
    .empty-space{
        height: 8rem;
    }
    .banner2{
        height: 56.75rem;
    }
    .company-content_container {
       left: 2%;
       top:-2rem;
       margin-left: 10rem;
       padding-right: 14rem;
    }
    .links-btn-container {
        position: relative;

        bottom: -35%;
        
    }
    .part3 {
        top: 0rem;
    }
    .domain_big_title {
         position: relative;
        top: -5rem;
        left: 0rem;
    }
    .part4 {
        top:0rem;
    }
    .links-mp {
         padding-top: 0rem;
        top:  0rem;
    }
    .business_pos {
        padding-top: 0rem;
        top: 0rem;
        padding-bottom: 0rem;
    }

    .part6-gallery-out {

        left: 41%;
        top: 31%;
        max-width: 160rem;
    }
    .part6-img {
        left: 62%;
        top: -28%;
        width: 86rem;
        height: 36rem;
    }
    
    .part6 {
        top:0rem;
        
    }
    .links-content-pos1 {
        padding-left: 21rem;
        padding-right: 6rem;
    }
    
    .max-w{
        max-width: 95rem;
    }
    .business-icon-container {
        position:relative;
        top:-2rem;
    }
}

@media(min-width: 3839px){
    .company-content_container {
       left: -2%;
     
    }
     .links-mp {
      width: 50%;
    margin-left: auto;
    margin-right: auto;
        
    }
    .icons3-pos {
    position: relative;
    left: 49.3%;
    bottom: 5rem;
    }
    .part6-inner{
        height: 76rem;
    }
    .part6-title2 {
        margin-top: 28rem;
    }
    .small-icon-container1{
        top:13rem;
    }
    .small-icon-container2{
        top:13rem;
    }
    .banner-title1{
        top:10%;
    }
    .empty-space{
        height: 10rem;
    }
    .banner2{
        height: 56.75rem;
    }
    .company-content_container {
       margin-left: 8rem;
       padding-right: 6rem;
    }
    .links-btn-container {
        position: relative;

        bottom: -35%;
    }
    .part3 {
        top: 0rem;
    }
    .part6-gallery-out {

        left: 41%;
        top: 31%;
        max-width: 213rem;
        height: 832px;
    }
    .part6-img {
      left: 62%;
    top: -50%;
    width: 117rem;
    height: 54rem;
    }
    
    .part6 {
        top:0rem;
    }
    .links-content-pos1 {
        padding-left: 22rem;
        padding-right: 9rem;
    }

}