@charset "UTF-8";
.aas-contianer {
  width: 100%;
  min-width: 1200px;
}
.aas-contianer .banner {
  height: 380px;
  width: 100%;
  position: relative;
}
.aas-contianer .banner .aas-mg-col {
  width: 1200px;
  margin: 0 auto;
  padding: 55px 0;
  height: 100%;
}
.aas-contianer .banner .aas-mg-col p {
  width: 720px;
  display: flex;
  align-items: center;
}
.aas-contianer .banner .aas-mg-col p.banner-title {
  margin-bottom: 16px;
}
.aas-contianer .banner .aas-mg-col p span {
  margin-left: 6px;
}
.aas-contianer .banner .aas-mg-col a {
  margin-top: 24px;
}
.aas-contianer .banner > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.aas-contianer .sticky-container {
  padding-top: 8px;
  background: #f4f5f5;
}
.aas-contianer .electron .content {
  padding: 100px 0;
  display: flex;
  gap: 95px;
}
.aas-contianer .electron .content > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aas-contianer .electron .content .content-sub-title {
  font-weight: 400;
  font-size: 20px;
  color: #4e5969;
  margin-top: 24px;
  line-height: 32px;
}
.aas-contianer .full {
  background: #fff;
}
.aas-contianer .full .aas-mg-col {
  padding: 100px 0;
}
.aas-contianer .full .aas-mg-col .content-title {
  text-align: center;
}
.aas-contianer .full .aas-mg-col .content {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.aas-contianer .full .aas-mg-col .content .content-item {
  position: relative;
  transform: translate(0px, 0px);
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
}
.aas-contianer .full .aas-mg-col .content .content-item:hover .sub-title {
  opacity: 1;
  transform: translate3d(0, 24px, 0);
}
.aas-contianer .full .aas-mg-col .content .content-item:hover .img-container {
  filter: blur(30px);
  transform: scale(1.25, 1.25);
}
.aas-contianer .full .aas-mg-col .content .content-item:hover .overlay {
  background: rgba(136, 136, 136, 0.8);
}
.aas-contianer .full .aas-mg-col .content .content-item .img-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  filter: blur(0);
  transition: all 0.5s ease-in;
}
.aas-contianer .full .aas-mg-col .content .content-item .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.aas-contianer .full .aas-mg-col .content .content-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(76, 76, 76, 0.8);
  mix-blend-mode: multiply;
  pointer-events: none;
  border-radius: 4px;
}
.aas-contianer .full .aas-mg-col .content .content-item .overlay.first {
  background-color: rgba(76, 76, 76, 0.3);
}
.aas-contianer .full .aas-mg-col .content .content-item .title {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  line-height: 24px;
}
.aas-contianer .full .aas-mg-col .content > div {
  height: 180px;
  padding: 32px 0 0 28px;
}
.aas-contianer .full .aas-mg-col .content > div > div {
  position: relative;
}
.aas-contianer .full .aas-mg-col .content > div > div > span {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  width: 100%;
  line-height: 24px;
  padding: 0 5px;
}
.aas-contianer .full .aas-mg-col .content > div > .sub-title {
  font-weight: 400;
  font-size: 14px;
  color: #e8e8e8;
  line-height: 20px;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-in;
  transform: translate(0px, 45px);
}
.aas-contianer .process .aas-mg-col {
  padding: 100px 0;
}
.aas-contianer .process .aas-mg-col .content-title {
  text-align: center;
}
.aas-contianer .process .aas-mg-col .content-sub-title {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 56px;
}
.aas-contianer .process .aas-mg-col .content .process-text {
  display: flex;
  gap: 60px;
  margin-top: 44px;
}
.aas-contianer .process .aas-mg-col .content .process-text > div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.aas-contianer .process .aas-mg-col .content .process-text > div span {
  font-weight: 500;
  font-size: 16px;
  color: #1d2129;
  line-height: 24px;
}
.aas-contianer .process .aas-mg-col .content .process-text .process-text-blue {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #2097f6;
  background: #e7f4ff;
}
.aas-contianer .process .aas-mg-col .content .process-text .process-text-red {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #65bf73;
  background: #e5fde8;
}
.aas-contianer .industry {
  background: #fff;
}
.aas-contianer .industry .aas-mg-col {
  padding: 100px 0 35px 0;
}
.aas-contianer .industry .aas-mg-col .content-title {
  text-align: center;
}
.aas-contianer .industry .aas-mg-col .content-sub-title {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 56px;
}
.aas-contianer .industry .aas-mg-col .content {
  display: flex;
}
.aas-contianer .industry .aas-mg-col .content img {
  width: 454px;
  height: 454px;
}
.aas-contianer .industry .aas-mg-col .content > div {
  flex: 1;
}
.aas-contianer .industry .aas-mg-col .content > div .content-card {
  height: 50%;
}
.aas-contianer .industry .aas-mg-col .content > div .content-card.end-text > p {
  text-align: end;
}
.aas-contianer .industry .aas-mg-col .content > div .content-card .title {
  font-weight: 500;
  font-size: 20px;
  color: #1d2129;
  line-height: 30px;
}
.aas-contianer .industry .aas-mg-col .content > div .content-card .sub-title {
  font-weight: 400;
  font-size: 14px;
  color: #4e5969;
  line-height: 22px;
  margin-top: 8px;
}
.aas-contianer .featured {
  background: #f4f5f5;
}
.aas-contianer .featured .aas-mg-col {
  padding: 100px 0;
}
.aas-contianer .featured .aas-mg-col .content-title {
  text-align: center;
}
.aas-contianer .featured .aas-mg-col .content-sub-title {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 54px;
  font-weight: 400;
  font-size: 20px;
  color: #4e5969;
}
.aas-contianer .featured .aas-mg-col .content {
  display: flex;
  gap: 52px;
}
.aas-contianer .featured .aas-mg-col .content .content-text > div .title {
  font-weight: bold;
  font-size: 20px;
  color: #1d2129;
  line-height: 28px;
}
.aas-contianer .featured .aas-mg-col .content .content-text > div .sub-title {
  font-weight: 400;
  font-size: 14px;
  color: #4e5969;
  line-height: 20px;
}
.aas-contianer .featured .aas-mg-col .content .content-text > div .sub-title span {
  font-weight: bold;
}
.aas-contianer .featured .aas-mg-col .content .content-text > div + div {
  margin-top: 34px;
}
.aas-contianer .testing .aas-mg-col {
  padding: 100px 0;
}
.aas-contianer .testing .aas-mg-col .content-sub-title {
  font-weight: 400;
  font-size: 20px;
  color: #4e5969;
  line-height: 32px;
}
.aas-contianer .testing .aas-mg-col .content > div {
  display: flex;
  align-items: center;
  gap: 48px;
}
.aas-contianer .testing .aas-mg-col .content > div + div {
  margin-top: 48px;
}
.aas-contianer .testing .aas-mg-col .content img {
  height: 210px;
  width: 383px;
}
.aas-contianer .capabilities {
  background: #fff;
}
.aas-contianer .capabilities .aas-mg-col {
  padding: 100px 0;
}
.aas-contianer .capabilities .aas-mg-col .content-title {
  text-align: center;
  margin-bottom: 48px;
}
.aas-contianer .capabilities .aas-mg-col .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.aas-contianer .capabilities .aas-mg-col .content > div {
  padding: 38px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 296px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.aas-contianer .capabilities .aas-mg-col .content > div:hover img {
  transform: scale(1.05);
}
.aas-contianer .capabilities .aas-mg-col .content > div img {
  height: 296px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.aas-contianer .capabilities .aas-mg-col .content > div .title {
  font-weight: 500;
  font-size: 28px;
  color: #1d2129;
  line-height: 48px;
  margin-bottom: 8px;
  transform: translate(0, 0);
}
.aas-contianer .capabilities .aas-mg-col .content > div .sub-title {
  font-weight: 400;
  font-size: 16px;
  color: #4e5969;
  line-height: 22px;
  transform: translate(0, 0);
}
.aas-contianer .manufacturing {
  background-image: url(../../images/newIndex/AASLayout/manufacturing-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.aas-contianer .manufacturing .aas-mg-col {
  padding: 100px 0;
}
.aas-contianer .manufacturing .aas-mg-col .content-title {
  text-align: center;
  margin-bottom: 48px;
}
.aas-contianer .manufacturing .aas-mg-col .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 88px;
}
.aas-contianer .manufacturing .aas-mg-col .content > div {
  width: 100%;
  text-align: center;
  padding: 0 42px;
}
.aas-contianer .manufacturing .aas-mg-col .content > div.content-item {
  position: relative;
}
.aas-contianer .manufacturing .aas-mg-col .content > div.content-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #dadada;
  left: 0;
  top: 32px;
}
.aas-contianer .manufacturing .aas-mg-col .content > div.content-item > .num {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 64px;
  font-weight: bold;
  font-size: 32px;
  color: #00936d;
  transform: translate(0px, 0px);
}
.aas-contianer .manufacturing .aas-mg-col .content > div .title {
  font-weight: 500;
  font-size: 24px;
  color: #00936d;
  line-height: 30px;
  align-items: center;
  height: 64px;
  margin-top: 32px;
  display: flex;
  align-items: center;
}
.aas-contianer .manufacturing .aas-mg-col .content > div .title > p {
  white-space: normal;
  word-break: break-word;
  text-align: center;
}
.aas-contianer .manufacturing .aas-mg-col .content > div .sub-title {
  font-weight: 400;
  font-size: 16px;
  color: #383e47;
  line-height: 22px;
  text-align: center;
  margin-top: 26px;
}
.aas-contianer .quality .aas-mg-col {
  padding: 100px 0 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.aas-contianer .quality .aas-mg-col .quality-title {
  flex: 1;
}
.aas-contianer .quality .aas-mg-col .quality-title ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.aas-contianer .quality .aas-mg-col .quality-title ul li {
  font-weight: 400;
  font-size: 20px;
  color: #1d2129;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.aas-contianer .quality .aas-mg-col .quality-title ul li img {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
.aas-contianer .quality .aas-mg-col .quality-title ul li + li {
  margin-top: 12px;
}
.aas-contianer .quality .aas-mg-col .quality-title a {
  margin-top: 26px;
}
.aas-contianer .quality .aas-mg-col .quality-title .content-sub-title {
  font-weight: 400;
  font-size: 20px;
  color: #4e5969;
  line-height: 32px;
  flex: 1;
  margin: 20px 0;
}
.aas-contianer .quality .aas-mg-col .content {
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.aas-contianer .quality .aas-mg-col .content .img-container img {
  width: 300px;
  height: 248px;
}
.aas-contianer .quality .aas-mg-col .content .img-container img + img {
  margin-top: 16px;
}
.aas-contianer .quality .aas-mg-col .content > img {
  height: 512px;
  width: 300px;
}
.aas-contianer .considerations .aas-mg-col {
  padding: 100px 0;
}
.aas-contianer .considerations .aas-mg-col .content-title {
  text-align: center;
  margin-bottom: 48px;
}
.aas-contianer .considerations .aas-mg-col .content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.aas-contianer .considerations .aas-mg-col .content > div {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px;
  cursor: pointer;
}
.aas-contianer .considerations .aas-mg-col .content > div:hover {
  background: #eaeaea;
}
.aas-contianer .considerations .aas-mg-col .content > div .img-title-content {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
}
.aas-contianer .considerations .aas-mg-col .content > div img {
  width: 48px;
  height: 48px;
}
.aas-contianer .considerations .aas-mg-col .content > div .title {
  font-weight: 500;
  font-size: 26px;
  color: #1d2129;
  line-height: 48px;
}
.aas-contianer .considerations .aas-mg-col .content > div .title.last {
  line-height: 34px;
}
.aas-contianer .considerations .aas-mg-col .content > div .sub-title {
  font-weight: 400;
  font-size: 16px;
  color: #4e5969;
  line-height: 22px;
}
.aas-contianer .certifications {
  background: #ffffff;
}
.aas-contianer .certifications .aas-mg-col {
  padding: 100px 0;
  border-bottom: 1px solid #e6e6e6;
}
.aas-contianer .certifications .aas-mg-col .content-title {
  text-align: center;
  margin-bottom: 48px;
}
.aas-contianer .certifications .aas-mg-col .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
}
.aas-contianer .certifications .aas-mg-col .content > img {
  width: 595px;
  object-fit: cover;
}
.aas-contianer .rigorous {
  background: #ffffff;
}
.aas-contianer .rigorous .aas-mg-col {
  padding: 85px 0;
}
.aas-contianer .rigorous .aas-mg-col .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.aas-contianer .rigorous .aas-mg-col .content .content-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.aas-contianer .rigorous .aas-mg-col .content .content-text .content-title {
  width: 80%;
}
.aas-contianer .rigorous .aas-mg-col .content .content-text img {
  width: 500px;
}
.aas-contianer .rigorous .aas-mg-col .content .content-table > div {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px 0 20px;
  font-weight: 400;
  font-size: 16px;
  color: #1d2129;
  line-height: 24px;
}
.aas-contianer .rigorous .aas-mg-col .content .content-table > div:nth-of-type(odd) {
  background: #f4f5f5;
}
.aas-contianer .rigorous .aas-mg-col .content .content-table > div > img {
  width: 24px;
  height: 24px;
}
.aas-contianer .delivers .aas-mg-col {
  padding: 100px 0;
  display: flex;
  gap: 95px;
}
.aas-contianer .delivers .aas-mg-col .content-sub-title {
  flex: 1;
  font-weight: 400;
  font-size: 20px;
  color: #4e5969;
  line-height: 32px;
  display: flex;
  align-items: center;
}
.aas-contianer .delivers .aas-mg-col .content {
  flex: 1;
}
.aas-contianer .delivers .aas-mg-col .content img {
  height: 355px;
}
.aas-contianer .pcb-assembly {
  background-color: #fff;
}
.aas-contianer .pcb-assembly .aas-mg-col {
  padding: 100px 0;
}
.aas-contianer .pcb-assembly .aas-mg-col .content-title,
.aas-contianer .pcb-assembly .aas-mg-col .content-sub-title {
  text-align: center;
}
.aas-contianer .pcb-assembly .aas-mg-col .content-sub-title {
  margin-top: 24px;
  margin-bottom: 48px;
}
.aas-contianer .pcb-assembly .aas-mg-col .content {
  padding: 40px 0 60px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.aas-contianer .pcb-assembly .aas-mg-col .content .title {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  color: #1d2129;
  line-height: 48px;
  margin-bottom: 28px;
}
.aas-contianer .pcb-assembly .aas-mg-col .content .content-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 32px;
  column-gap: 24px;
}
.aas-contianer .pcb-assembly .aas-mg-col .content .content-container .content-item {
  display: flex;
  padding: 8px;
  font-weight: 400;
  font-size: 16px;
  color: #1d2129;
  line-height: 24px;
  gap: 24px;
  cursor: pointer;
}
.aas-contianer .pcb-assembly .aas-mg-col .content .content-container .content-item:hover {
  background: #f4f5f5;
  border-radius: 4px;
}
.aas-contianer .pcb-assembly .aas-mg-col .content .content-container .content-item img {
  width: 24px;
  height: 24px;
}
.aas-contianer .box-assembly {
  position: relative;
  padding: 100px 0;
  height: 2493px;
}
.aas-contianer .box-assembly .box-assembly-bg {
  width: 100%;
  height: 583px;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: 1;
}
.aas-contianer .box-assembly .aas-mg-col {
  position: absolute;
  top: 100px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
.aas-contianer .box-assembly .aas-mg-col .content-title {
  color: #ffffff;
  text-align: center;
}
.aas-contianer .box-assembly .aas-mg-col .content-sub-heading {
  font-weight: 400;
  font-size: 26px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 8px;
}
.aas-contianer .box-assembly .aas-mg-col .content-sub-title {
  font-weight: 400;
  font-size: 16px;
  color: #d3d3d3;
  line-height: 24px;
  text-align: center;
  margin-bottom: 56px;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-header .tab-header-item {
  width: 320px;
  height: 76px;
  display: flex;
  gap: 13px;
  background: #ffffff;
  border-radius: 5px 5px 0px 0px;
  padding: 10px 20px;
  align-items: center;
  cursor: pointer;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-header .tab-header-item img {
  width: 58px;
  height: 58px;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-header .tab-header-item p {
  font-weight: 400;
  font-size: 20px;
  color: #1d2129;
  line-height: 28px;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-header .tab-header-item.active {
  background: #00936d;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-header .tab-header-item.active p {
  color: #ffffff;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body {
  background-color: #f4f5f5;
  border-radius: 12px;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item {
  padding: 41px 48px 56px 48px;
  background-color: #ffffff;
  border-radius: 12px;
  display: block;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item.assembly-solutions-wrap .tab-content-item-text {
  margin-top: 33px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
  column-gap: 40px;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item.assembly-solutions-wrap .tab-content-item-text > div {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item.assembly-solutions-wrap .tab-content-item-text > div:hover {
  transform: scale(1.1, 1.1);
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item.assembly-solutions-wrap .tab-content-item-text > div:hover p {
  color: #ffffff !important;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item.assembly-solutions-wrap .tab-content-item-text > div:hover .img-container {
  opacity: 1;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item.assembly-solutions-wrap .tab-content-item-text > div:hover .basic {
  display: none;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item.assembly-solutions-wrap .tab-content-item-text > div:hover .basic-hover {
  display: block;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item.assembly-solutions-wrap .tab-content-item-text > div > div > div {
  padding: 12px 0;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item.assembly-solutions-wrap .tab-content-item-text > div > div > div img {
  width: 20px;
  height: 20px;
  display: block;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item.assembly-solutions-wrap .tab-content-item-text > div > div > div img.basic-hover {
  display: none;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item.process-wrap {
  padding: 41px 42px 56px 42px;
  margin-top: 20px;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item.process-wrap .current-tab {
  margin-top: 40px;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item.process-wrap .current-tab .title {
  font-weight: bold;
  font-size: 20px;
  color: #1d2129;
  line-height: 30px;
  margin-left: 12px;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item.process-wrap .current-tab .sub-title {
  font-weight: 400;
  font-size: 16px;
  color: #1d2129;
  line-height: 22px;
  margin-top: 8px;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item.expertise-wrap {
  margin-top: 20px;
  padding: 41px 42px 56px 42px;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item > .title {
  font-weight: 500;
  font-size: 16px;
  color: #1d2129;
  line-height: 48px;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item .header-wrap {
  display: flex;
  gap: 20px;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item .header-wrap img {
  width: 75px;
  height: 75px;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item .header-wrap > div .title {
  font-weight: 600;
  font-size: 24px;
  color: #00936d;
  line-height: 28px;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item .header-wrap > div .sub-title {
  font-weight: 400;
  font-size: 16px;
  color: #4e5969;
  line-height: 48px;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item .tab-content-item-text > div {
  background: #f4f5f5;
  border-radius: 4px;
  padding: 28px 0 28px 28px;
  position: relative;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item .tab-content-item-text > div .img-container {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item .tab-content-item-text > div .img-container img {
  width: 100%;
  height: 100%;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item .tab-content-item-text > div > p {
  font-weight: 500;
  font-size: 20px;
  color: #1d2129;
  margin-bottom: 30px;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item .tab-content-item-text > div > div {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item .tab-content-item-text > div > div > div {
  display: flex;
  gap: 12px;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item .tab-content-item-text > div > div > div svg path {
  fill: #00936d !important;
  stroke: #00936d !important;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item .tab-content-item-text > div > div > div > P {
  font-weight: 400;
  font-size: 16px;
  color: #1d2129;
  line-height: 24px;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item .process-container {
  background: #ffffff;
  display: flex;
  margin-top: 56px;
  position: relative;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item .process-container::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 992px;
  background: #dddddd;
  left: 60px;
  top: 15px;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item .process-container-item {
  text-align: center;
  cursor: pointer;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item .process-container-item.active .num {
  background: #00936d;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item .process-container-item .num {
  width: 40px;
  height: 40px;
  background-color: #dddddd;
  border-radius: 24px;
  font-size: 20px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  transform: translate(0px, 0px);
  margin-bottom: 14px;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item .process-container-item .title {
  font-weight: 500;
  font-size: 16px;
  color: #1d2129;
  line-height: 20px;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item .process-container-item .sub-title {
  font-weight: 400;
  font-size: 16px;
  color: #1d2129;
  line-height: 22px;
  margin-top: 4px;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item .expertise-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
  margin-top: 50px;
}
.aas-contianer .box-assembly .aas-mg-col .content .tab-body .tab-content-item .expertise-container img {
  height: 300px;
}
.aas-contianer .pcb-partner {
  background-color: #fff;
}
.aas-contianer .pcb-partner .aas-mg-col {
  padding: 100px 0;
}
.aas-contianer .pcb-partner .aas-mg-col .content-title,
.aas-contianer .pcb-partner .aas-mg-col .content-sub-title {
  text-align: center;
}
.aas-contianer .pcb-partner .aas-mg-col .content-sub-title {
  margin-top: 24px;
  margin-bottom: 42px;
}
.aas-contianer .pcb-partner .aas-mg-col .content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center; /* 关键：让最后一行居中 */
}
.aas-contianer .pcb-partner .aas-mg-col .content .content-item {
  position: relative;
  width: 285px;
  height: 310px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 6px 12px 0px rgba(34, 42, 53, 0.05), 0px 0px 0px 2px rgba(34, 42, 53, 0.08), 0px 2px 8px -6px rgba(19, 19, 22, 0.7);
  border-radius: 24px;
  cursor: pointer;
}
.aas-contianer .pcb-partner .aas-mg-col .content .content-item:hover .content-item-opacity1 {
  opacity: 0;
}
.aas-contianer .pcb-partner .aas-mg-col .content .content-item:hover .content-item-opacity0 {
  opacity: 1;
  transform: translate(0, 0, 0, 0, 0, 1, 1);
}
.aas-contianer .pcb-partner .aas-mg-col .content .content-item.chat {
  background: #000000;
  position: relative;
}
.aas-contianer .pcb-partner .aas-mg-col .content .content-item.chat .title {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
  margin-top: 0px;
}
.aas-contianer .pcb-partner .aas-mg-col .content .content-item.chat .sub-title {
  font-weight: 400;
  font-size: 16px;
  color: #a8a8a9;
  line-height: 22px;
  margin-top: 0px;
}
.aas-contianer .pcb-partner .aas-mg-col .content .content-item.chat > a {
  background: #ffffff;
  border-radius: 4px;
  color: #000000;
  border: unset;
  margin-top: 52px;
}
.aas-contianer .pcb-partner .aas-mg-col .content .content-item.chat img {
  position: absolute;
  right: 0;
  bottom: 11px;
  height: 98px;
  width: 143px;
}
.aas-contianer .pcb-partner .aas-mg-col .content .content-item img {
  width: 96px;
  height: 96px;
}
.aas-contianer .pcb-partner .aas-mg-col .content .content-item .title {
  font-weight: 500;
  font-size: 20px;
  color: #1d2129;
  line-height: 30px;
  margin-top: 30px;
}
.aas-contianer .pcb-partner .aas-mg-col .content .content-item .sub-title {
  font-weight: 400;
  font-size: 16px;
  color: #4e5969;
  line-height: 22px;
  margin-top: 18px;
}
.aas-contianer .pcb-partner .aas-mg-col .content .content-item > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 36px 40px 0 40px;
}
.aas-contianer .pcb-partner .aas-mg-col .content .content-item .content-item-opacity1 {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 0.5s;
}
.aas-contianer .pcb-partner .aas-mg-col .content .content-item .content-item-opacity0 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.5s;
}
.aas-contianer .pcb-partner .aas-mg-col .content .content-item .content-item-opacity0 .title {
  margin-top: 0;
}
.aas-contianer .pcb-form .aas-mg-col {
  padding: 100px 0 80px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.aas-contianer .pcb-form .aas-mg-col .text-container {
  width: 497px;
  text-align: end;
}
.aas-contianer .pcb-form .aas-mg-col .text-container .title {
  font-weight: 600;
  font-size: 40px;
  color: #1d2129;
  line-height: 48px;
  text-align: start;
}
.aas-contianer .pcb-form .aas-mg-col .text-container .sub-title {
  font-weight: 400;
  font-size: 24px;
  color: #1d2129;
  line-height: 34px;
  margin-top: 22px;
  margin-bottom: 16px;
  text-align: start;
}
.aas-contianer .pcb-form .aas-mg-col .text-container .sub-title > span {
  color: #00936d;
}
.aas-contianer .pcb-form .aas-mg-col .form-container form {
  max-width: 560px;
  margin: auto;
  background: white;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.aas-contianer .pcb-form .aas-mg-col .form-container form small {
  margin-top: 4px;
  color: #f56c6c;
}
.aas-contianer .pcb-form .aas-mg-col .form-container form .error {
  border-color: #f56c6c !important;
}
.aas-contianer .pcb-form .aas-mg-col .form-container form .file-list {
  margin-bottom: 10px;
}
.aas-contianer .pcb-form .aas-mg-col .form-container form .file-item {
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccc;
  position: relative;
  z-index: 1;
}
.aas-contianer .pcb-form .aas-mg-col .form-container form .file-item.dangger {
  background: #ff4400;
}
.aas-contianer .pcb-form .aas-mg-col .form-container form .file-item.success {
  background: #0a8f73;
}
.aas-contianer .pcb-form .aas-mg-col .form-container form .file-item.uploading {
  color: #000;
}
.aas-contianer .pcb-form .aas-mg-col .form-container form .file-item .progress {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}
.aas-contianer .pcb-form .aas-mg-col .form-container form .file-item .progress > div {
  transition: width 0.6s;
  height: 100%;
  background-color: #0a8f73;
}
.aas-contianer .pcb-form .aas-mg-col .form-container form .file-icon {
  margin-right: 6px;
}
.aas-contianer .pcb-form .aas-mg-col .form-container form .file-name {
  flex: 1;
  margin-left: 6px;
}
.aas-contianer .pcb-form .aas-mg-col .form-container form .delete-btn {
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 16px;
}
.aas-contianer .pcb-form .aas-mg-col .form-container form .tip {
  font-weight: 400;
  font-size: 14px;
  color: #4e5969;
  line-height: 22px;
  margin-bottom: 24px;
}
.aas-contianer .pcb-form .aas-mg-col .form-container .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}
.aas-contianer .pcb-form .aas-mg-col .form-container .form-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.aas-contianer .pcb-form .aas-mg-col .form-container label {
  font-size: 14px;
  margin-bottom: 5px;
}
.aas-contianer .pcb-form .aas-mg-col .form-container label span {
  color: red;
  margin-left: 4px;
}
.aas-contianer .pcb-form .aas-mg-col .form-container input[type=text],
.aas-contianer .pcb-form .aas-mg-col .form-container input[type=email],
.aas-contianer .pcb-form .aas-mg-col .form-container textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
.aas-contianer .pcb-form .aas-mg-col .form-container textarea {
  resize: vertical;
  height: 100px;
}
.aas-contianer .pcb-form .aas-mg-col .form-container .upload-wrapper {
  border: 1px solid #ccc;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 13px;
}
.aas-contianer .pcb-form .aas-mg-col .form-container .upload-wrapper.disabled {
  background-color: #e0e0e0;
  cursor: not-allowed;
}
.aas-contianer .pcb-form .aas-mg-col .form-container .upload-wrapper input {
  display: none;
}
.aas-contianer .pcb-form .aas-mg-col .form-container .upload-label {
  font-size: 14px;
  color: #555;
}
.aas-contianer .pcb-form .aas-mg-col .form-container .upload-label svg {
  animation: rotating 2s linear infinite;
  width: 14px;
  height: 14px;
}
.aas-contianer .pcb-form .aas-mg-col .form-container .submit-btn {
  background-color: #00986a;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  padding: 12px;
  width: 100%;
  cursor: pointer;
}
.aas-contianer .pcb-form .aas-mg-col .form-container .submit-btn:hover {
  background-color: #008258;
}
.aas-contianer .banner-title {
  font-weight: 600;
  font-size: 40px;
  color: #ffd567;
  line-height: 54px;
}
.aas-contianer .banner-sub-title {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
}
.aas-contianer .a-to-button {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 19px;
  padding: 12px 28px;
  background: #00936d;
  border-radius: 4px 4px 4px 4px;
  border: 2px solid #00936d;
  cursor: pointer;
  display: inline-table;
}
.aas-contianer a:hover {
  outline: none;
  text-decoration: none;
}
.aas-contianer .aas-mg-col {
  width: 1200px;
  margin: 0 auto;
}
.aas-contianer .content-title {
  font-weight: 600;
  font-size: 40px;
  color: #1d2129;
  line-height: 48px;
}
.aas-contianer .content-sub-title {
  font-weight: 400;
  font-size: 16px;
  color: #4e5969;
  line-height: 24px;
}

.navbar {
  border: 1px solid #e1e6f5;
  display: flex;
  align-items: center;
  border-radius: 8px;
  margin: 0 auto;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 6px 16px 0px rgba(167, 179, 206, 0.16);
  border-radius: 4px;
  height: 64px;
}
.navbar .opt {
  height: 100%;
  padding: 0 8px;
  display: flex;
  background: #00936d;
}
.navbar .opt .right {
  transform: rotate(180deg);
}
.navbar img {
  cursor: pointer;
  width: 16px;
}
.navbar .nav-item {
  background-color: #fff;
  flex: 1;
}
.navbar .nav-item:hover {
  border-bottom: 2px solid #00936d;
}
.navbar .nav-item + .nav-item {
  border-left: 1px solid #e1e6f5;
}

.nav-item {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  padding: 18px 24px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  display: inline-block;
  white-space: nowrap;
}

.nav-item.active {
  border-bottom: 2px solid #00936d;
}

.nav-item.focus {
  border-bottom: 2px solid #00936d;
}

.sub-navbar {
  white-space: nowrap;
  vertical-align: middle;
  border-bottom: 1px solid #d3d3d3;
  position: sticky;
  top: 64px;
  background: #f4f5f5;
  z-index: 3;
  height: 64px;
}

.sub-navbar::-webkit-scrollbar {
  height: 6px;
}

.sub-navbar::-webkit-scrollbar-thumb {
  background: #3b82ff;
  border-radius: 3px;
}

.sub-navbar::-webkit-scrollbar-track {
  background: #2563ff;
  border-radius: 3px;
}

.sub-nav-item {
  color: #4e5969;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  padding: 22px 22px;
  background: transparent;
  transition: background 0.3s, color 0.3s;
  display: inline-block;
}
.sub-nav-item:hover {
  color: #00936d;
}

.main-title {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 20px;
  padding: 20px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid #979797;
}
.main-title svg {
  fill: #000;
  transform: rotate(180deg);
}

.sub-nav-item.active {
  font-weight: 500;
  font-size: 16px;
  color: #00936d;
}

.navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 8px 8px;
}

.sections {
  margin-top: 32px;
}

.section {
  background: #fff;
  margin-bottom: 32px;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
  padding: 32px;
}

/*# sourceMappingURL=aas-layout.css.map */
