@charset "UTF-8";
/* 基础设置 - 使用rem单位 */
:root {
  font-size: 16px; /* 1rem = 16px */
}

/* 100vw - 1199px 响应式范围 */
@media ((min-width: 700px) and (max-width: 1065px)) {
  html {
    font-size: calc(16px + 2 * (100vw - 768px) / 672);
  }
  header {
    width: 100vw;
  }
  body {
    overflow-x: hidden;
  }
  #content {
    width: 100vw;
  }
  .header,
  .layer-1,
  .layer-2,
  .layer-3,
  .layer-4,
  .video {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner {
    width: 100vw;
    display: flex;
    align-items: center;
    padding-top: 80px;
    background-size: cover;
    /* 填充容器并保持比例 */
    background-position: center center;
    /* 水平和垂直都居中 */
    background-repeat: no-repeat;
  }
  .banner-content {
    padding-top: 0vw;
    padding-left: 5vw;
  }
  .layer-1 {
    height: unset;
    align-items: center;
    justify-content: center;
    width: 100vw;
    padding: 0;
    overflow: hidden;
  }
  .header {
    padding-top: 0.5rem; /* 8px → 0.5rem */
    height: 7.3125rem; /* 117px → 7.3125rem */
    align-items: flex-start;
    display: flex;
    justify-content: center;
    background: linear-gradient(to bottom, rgb(238, 238, 238) 4.6875rem, #ffffff 4.6875rem); /* 75px → 4.6875rem */
  }
  .header .nav-container {
    padding-top: 1rem;
  }
  .header .buttion {
    padding-top: 0.5rem;
  }
  .header .nav-container nav {
    top: 4.9375rem; /* 79px → 4.9375rem */
  }
  .nav-container {
    position: relative;
    width: 18.5rem; /* 296px → 18.5rem */
  }
  .nav-container nav {
    width: 75vw;
    position: absolute;
    top: 3.125rem; /* 50px → 3.125rem */
  }
  .nav-container nav ul {
    gap: 5px;
  }
  .services-container {
    margin: 0 auto;
    width: 92vw; /* 688px → 43rem */
    background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
  }
  .service-item {
    height: 41.5vw; /* 311.6px → 19.475rem */
    width: 31vw; /* 230px → 14.375rem */
    align-items: center;
  }
  header .logo {
    width: 20vw; /* 144px → 9rem */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
  header .logo img {
    padding-top: 20px;
    width: 100%;
    height: auto;
  }
  header .buttion {
    padding-left: 1vw;
    padding-right: 3vw;
    gap: 1vw;
  }
  .buttion {
    padding-left: 1.25rem; /* 20px → 1.25rem */
  }
  .slider-indicators {
    top: 54%;
    left: 8%;
  }
  .layer-3 {
    height: 833px;
  }
  .layer-3 .image-icon img {
    padding: 15px;
    padding-top: 20px;
  }
  .layer-3 .technology-wrapper {
    width: 90vw;
    gap: 1px;
    height: auto;
    gap: 1px;
  }
  .layer-3 .technology-wrapper .technology-image {
    width: 46vw;
  }
  .layer-3 .technology-wrapper ul li {
    width: 44vw;
  }
  .layer-3 .technology-list {
    width: 46vw; /* 334px → 20.875rem */
    margin: 0;
    padding: 0;
  }
  .layer-3 .technology-list li {
    width: 45vw;
    height: 3.9375rem; /* 63px → 3.9375rem */
    margin: 0;
    padding: 0;
    margin-bottom: 0.625rem; /* 10px → 0.625rem */
  }
  .layer-3 .technology-list li .item-icon {
    display: flex;
    align-items: center;
  }
  .layer-3 .technology-list li .item-icon img {
    width: 3.75vw; /* 32.4px → 2.025rem */
    height: 3.75vw;
    padding: 0.9375rem; /* 15px → 0.9375rem */
  }
  .layer-3 .technology-list li .item-content {
    width: 15.3125rem; /* 245px → 15.3125rem */
  }
  .layer-3 .technology-list li .item-title {
    width: 35vw; /* 260px → 16.25rem */
    font-size: 0.875rem; /* 14px → 0.875rem */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .layer-3 .technology-list li .item-description {
    width: 35vw; /* 260px → 16.25rem */
    font-size: 0.875rem;
    white-space: nowrap;
  }
  .title-container-1,
  .title-container-2,
  .title-container-3 {
    width: 87vw; /* 673px → 87vw */
  }
  .title-container-1 {
    height: 0.625rem; /* 10px → 0.625rem */
    font-size: 0.875rem;
    margin-bottom: 0.25rem; /* 4px → 0.25rem */
  }
  .title-container-2 {
    font-size: 2.0625rem; /* 33px → 2.0625rem */
    margin-bottom: 0;
  }
  .title-container-3 {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
  }
  .content-section {
    width: 87vw;
  }
  .news-list {
    width: 65vw; /* 450px → 28.125rem */
  }
  .news-list li {
    width: 28vw;
    height: 11.5vw;
    padding: 0;
  }
  .news-date {
    width: 5rem; /* 80px → 5rem */
    font-size: 0.5625rem; /* 9px → 0.5625rem */
  }
  .news-item img {
    width: 5vw; /* 100px → 6.25rem */
    height: 5vw;
    padding: 15px; /* 10px → 0.625rem */
  }
  .news-title {
    width: 28vw; /* 214px → 13.375rem */
    height: 1.125rem; /* 18px → 1.125rem */
    font-size: 0.625rem; /* 10px → 0.625rem */
    padding-bottom: 3vw;
  }
  .featured-img {
    width: 27vw;
    height: 24.5vw;
    background-size: cover;
    background-position: center;
  }
  .layer-2 {
    height: 73vw; /* 551px → 34.4375rem */
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .product-box-1 {
    padding-top: 3vw;
    width: 90vw; /* 688.29px → 43.0181rem */
    gap: 0.625rem; /* 10px → 0.625rem */
  }
  .product-box-1 .product-item {
    padding-bottom: 3vw;
    width: 25vw;
    height: 30vw; /* 251.87px → 15.7419rem */
  }
  .product-box-1 .product-item:first-child {
    width: 40vw;
    background-image: var(--product-bg-image);
  }
  .product-box-1:hover .product-item {
    width: 25vw;
    background-image: none;
  }
  .product-box-1:hover .product-item:hover {
    width: 40vw;
    background-image: var(--product-bg-image);
  }
  .product-container-1 {
    margin-top: 3vw;
    font-size: 0.875rem;
    padding-bottom: 0.3125rem; /* 5px → 0.3125rem */
  }
  .product-container-2 {
    font-size: 0.75rem; /* 12px → 0.75rem */
    padding-bottom: 1px;
  }
  .product-container-3 {
    font-size: 0.6156rem; /* 9.85px → 0.6156rem */
  }
  .product-container-3 img {
    width: 0.6156rem; /* 9.85px → 0.6156rem */
    position: absolute;
    top: 0;
    margin-left: 0.3125rem; /* 5px → 0.3125rem */
  }
  .product-container-img {
    margin: 0 auto;
    width: 18vw; /* 123.99px → 7.7494rem */
    height: 16vw; /* 148.62px → 9.2888rem */
  }
  .product-container-img img {
    width: 18vw;
    height: auto;
  }
  .technology-image {
    width: 46vw;
    height: auto;
    padding-right: 1.25rem; /* 20px → 1.25rem */
  }
  .technology-image .technology-info {
    margin-left: 0;
    width: 45vw;
    height: 46.6875rem; /* 683px → 42.6875rem */
    background-size: cover;
  }
  .tilte-container {
    width: 87vw;
  }
  .tilte-container ul li {
    /* Frame 51 */
    width: 114px;
    height: 36px;
    font-size: 14px;
    /* 自动布局 */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: undefined;
    padding: 8px 32px 8px 32px;
  }
  .layer-3 .technology-wrapper .technology-image .technology-title {
    width: 90%;
  }
  .technology-info-content {
    width: 19.75rem; /* 316px → 19.75rem */
    bottom: 2.0313rem; /* 32.5px → 2.0313rem */
  }
  .technology-info-content .image-content {
    width: 90%;
  }
  .technology-info-content .image-content .image-description {
    width: 13.9375rem; /* 223px → 13.9375rem */
    height: 5.75rem; /* 92px → 5.75rem */
    line-height: 1rem; /* 16px → 1rem */
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .tech-description {
    width: 20.875rem;
    font-size: 0.8125rem; /* 13px → 0.8125rem */
  }
  .tech-subtitle {
    width: 20.875rem;
    font-size: 1.9375rem; /* 31px → 1.9375rem */
  }
  .layer-4 {
    gap: 0.625rem;
  }
  .layer-4 .content-section {
    width: 87vw;
  }
  .footer-middle {
    width: 87vw;
  }
  .footer-middle .iso-image,
  .footer-middle .contact-button {
    display: none;
  }
  .footer-menu {
    display: none;
  }
  .menu-section {
    height: 8.625rem; /* 138px → 8.625rem */
    width: 8.5rem; /* 136px → 8.5rem */
  }
  .section {
    width: 87vw;
  }
  .section-title {
    width: 32.125rem;
    font-size: 1.8125rem; /* 29px → 1.8125rem */
  }
  .section-description {
    width: 32.125rem;
    font-size: 0.875rem;
  }
  .button-list {
    margin-top: 1.875rem; /* 30px → 1.875rem */
    margin-bottom: 1.875rem;
  }
  .footer-container {
    width: 87vw;
    position: relative;
  }
  .button-list {
    width: 82vw;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-direction: unset;
    flex-wrap: wrap;
    text-align: left;
    gap: 4px;
  }
  .button-list .button-item {
    width: auto;
    height: 26px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 6px 28px 6px 14px;
    font-size: 12px;
    text-align: left;
    position: relative; /* 为伪元素定位做准备 */
  
  }
  .button-list .button-item::after {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url(../img/section-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: background-image 0.3s ease;
  }
  .footer-bottom {
    width: 90vw;
  }
  .copyright {
    position: absolute;
    left: 70vw;
    width: 200px;
  }
  .footer-container {
    width: 80vw; /* 673px → 87vw */
    position: relative;
  }
  .footer-container .subscribe-note,
  .footer-container .subscribe-title {
    display: none;
  }
  
  /*
  .footer-container .footer-logo {
    position: absolute;
    transform: translateY(-50%);
    top: 31%;
  }
  */
  /* logo1 1
  .footer-container .footer-logo img {
    
    width: 120px;
    height: 33.83px;
  }
   */
  .footer-logo {
	width: 200px;
    height:50px;
  	float: left;
}
  
  .footer-container .subscribe-input {
    position: absolute;
    transform: translateY(-50%);
    top: 70%;
    width: 40vw;
    height: 40px;
    /* 自动布局 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 13px 27px 13px 15px;
    box-sizing: border-box;
    border: 1px solid rgb(51, 51, 51);
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color:white;
    
    
  }
  .footer-container .subscribe-input::before {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url("../img/footer-icon-1.png");
  }
  .footer-container .subscribe-input input {
    width: 82vw;
    color: #000;
    border-bottom: 0;
  }
  .footer-container .subscribe-input input::placeholder {
    color: #000;
    line-height: 2;
  }
  footer {
    position: relative;
  }
  footer .social-media {
    position: absolute;
    top: 28%;
    right: 1%;
    gap: 11px;
  }
  footer .footer-middle-1200 {
    position: absolute;
    top: 35%;
    right: 2%;
  }
  footer .footer-middle-1200 div {
    gap: 11px;
  }
  footer .footer-middle-1200 img {
    /* icon6 */
    width: 32px;
    height: 32px;
  }
  footer .contact-item {
    padding: 0px;
  }
  .footer-links {
    gap: 11px;
    font-size: 11px;
    white-space: nowrap; /* 禁止换行 */
  }
  .footer-header {
    width: 82vw;
    height: 10px;
    position: relative;
  }
  .footer-middle-1200 {
    display: flex;
    position: absolute;
    top: 41%;
    right: 3%;
    gap: 45px;
  }
  .footer-middle-1200 .contact-button {
    display: none;
  }
  .contact-value {
    width: 260px;
  }
  .social-media {
    display: flex;
    position: absolute;
    top: 36%;
    gap: 1.375rem; /* 22px → 1.375rem */
  }
  .dropdown-menu {
    width: 87vw;
  }
  .dropdown-item-1,
  .dropdown-item-2,
  .dropdown-item-3,
  .dropdown-item-4,
  .dropdown-item-5,
  .dropdown-item-6 {
    width: 90vw;
    overflow: hidden;
  }
  .dropdown-menu-phone,
  .dropdown-item-7 {
    display: flex;
  }
  .dropdown-menu-phone .action {
    opacity: 1 !important;
  }
  /* 添加手机菜单项激活状态 */
  .dropdown-item-phone-1.active,
  .dropdown-item-phone-2.active,
  .dropdown-item-phone-3.active,
  .dropdown-item-phone-4.active,
  .dropdown-item-phone-5.active,
  .dropdown-item-phone-6.active,
  .dropdown-item-phone-7.active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
  .dropdown-menu-phone {
    opacity: 0;
    margin-top: 1.3125rem; /* 21px → 1.3125rem */
    padding: 1.25rem; /* 20px → 1.25rem */
    width: 85vw !important;
    min-width: 768px !important;
  }
  .dropdown-menu-phone .dropdown-item {
    margin: 0 auto;
    width: 27rem; /* 432px → 27rem */
    justify-content: center;
    display: unset;
    align-items: flex-start;
    min-height: 15.625rem; /* 250px → 15.625rem */
    border-right: 0.0625rem solid rgba(128, 128, 128, 0.2); /* 1px → 0.0625rem */
  }
  .dropdown-menu-phone .dropdown-item ul {
    padding: 0.625rem;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .dropdown-menu-phone .dropdown-item ul li {
    padding: 0;
    margin: 0;
  }
  .dropdown-menu-phone .dropdown-item .dropdown-title {
    padding-left: 0.9375rem; /* 15px → 0.9375rem */
    padding-bottom: 0.9375rem;
    margin-bottom: 0.9375rem;
    width: 13rem; /* 208px → 13rem */
    color: rgb(102, 102, 102);
    font-size: 1rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
  }
  .dropdown-menu-phone .dropdown-contact {
    width: 17.25rem; /* 276px → 17.25rem */
    padding-right: 0;
  }
  .dropdown-menu-phone .dropdown-contact .contact-title {
    padding-left: 2.1875rem; /* 35px → 2.1875rem */
    width: 14.375rem; /* 230px → 14.375rem */
    color: rgb(102, 102, 102);
    font-size: 1rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
  }
  .dropdown-menu-phone .dropdown-li {
    width: 24.3125rem; /* 389px → 24.3125rem */
    padding-left: 1.75rem; /* 28px → 1.75rem */
    color: rgb(51, 51, 51);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    height: 0.1875rem; /* 3px → 0.1875rem */
  }
  .dropdown-menu-phone .dropdown-li:hover {
    color: rgb(0, 63, 125);
    background: rgba(0, 63, 125, 0.1);
  }
  .dropdown-menu-phone .dropdown-intro {
    margin: 0 auto;
    width: 16.4531rem; /* 263.25px → 16.4531rem */
  }
  .dropdown-menu-phone .footer-menu {
    display: none;
  }
  .dropdown-menu-phone .email,
  .dropdown-menu-phone .phone {
    font-size: 0.875rem;
  }
  .dropdown-item-phone-6 .dropdown-title,
  .dropdown-item-phone-5 .dropdown-title,
  .dropdown-item-phone-4 .dropdown-title {
    position: relative;
    padding-left: 2.3125rem !important; /* 37px → 2.3125rem */
  }
  .dropdown-item-phone-6 .dropdown-title::before,
  .dropdown-item-phone-5 .dropdown-title::before,
  .dropdown-item-phone-4 .dropdown-title::before {
    content: "";
    position: absolute;
    left: 0.9375rem;
    top: 30%;
    transform: translateY(-50%);
    width: 1.125rem; /* 18px → 1.125rem */
    height: 1.125rem;
    background-image: url("../img/menu-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .banner-slide {
    width: 100vw;
    height: 500px;
  }
  .video {
    height: 20rem; /* 404px → 25.25rem */
    display: block;
    justify-content: initial;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    white-space: nowrap;
    padding-bottom: 1.25rem; /* 20px → 1.25rem */
    position: relative;
  }
  .video::-webkit-scrollbar {
    display: none;
  }
  .video ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    white-space: nowrap;
    min-width: 62.5rem; /* 1000px → 62.5rem */
  }
  .video li {
    display: inline-flex;
    align-items: center;
    width: 55vw; /* 728px → 45.5rem */
    margin: 0 0.3125rem 0 0; /* 5px → 0.3125rem */
    flex-shrink: 0;
  }
  .video .slider-indicator-videos {
    position: absolute;
    top: 88%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    gap: 0.1875rem; /* 3px → 0.1875rem */
  }
  .video .slider-indicator-videos .slider-indicator-video {
    width: 1.5rem; /* 24px → 1.5rem */
    height: 0.25rem; /* 4px → 0.25rem */
    background-color: #fff;
  }
  .video .slider-indicator-videos .active {
    background-color: #003f7d;
  }
  .video-container ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .video-container ul li {
    flex: 0 0 auto;
    transition: transform 0.5s ease;
  }
  .video-container .banner {
    height: 29.0625rem; /* 465px → 29.0625rem */
  }
  .coming-link {
    position: absolute;
    padding: 10px;
    top: -80%;
    left: -16%;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  /* 为people-container内的coming-link设置特定位置 */
  .people-container .coming-link {
    top: -80%;
    left: 26%;
  }
  	.coming{
		  width: 101px !important;
 		 height: 23px !important;
		margin-top: 5px;
	}
	.coming span {
  color: #fff !important;
  padding: 10px;
	font-size: 1.1vw  !important;
}
	
	.hover-effect span {
    font-size:0.95vw;
    font-weight: 400;
    font-family: Noto Sans SC;
    cursor: pointer;
}
}

/*# sourceMappingURL=768.css.map */
