/* 基础公共样式：清除默认样式 + 设置通用样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

body {
  /* font: 15px/1.5 "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif; */
  color: #333;
}

a {
  color: #333;
  text-decoration: none;
}

.containers,
.welfareSection {
  width: 100%;
  margin: 0 auto;
  min-width: 600px;
  padding: 10px 0 20px 0;
  position: relative;
  box-sizing: border-box;
}

.containers .enter {
  width: 100%;
}

.containers .enter-text {
  font-family: AlibabaPuHuiTi-2-105-Heavy;
  font-style: italic;
  color: #ffcf27;
  font-size: 100px;
  padding: 10px;
  text-align: center;
  line-height: 1.4;
  margin: 10px;
  border-width: 0px;
  border-style: solid;
  border-color: #000000;
  background-color: transparent;
  border-radius: 0px;
  font-weight: 1000;
  text-shadow: 5px 5px 1px #333;
}

.containers .AIS {
  width: fit-content;
  background-color: #ffcf2b;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-family: sans-serif;
  padding: 0 10px;
  margin: 0 auto;
  margin-top: 30px;
  overflow: hidden;
  font-weight: 550;
}

.containers .title {
  font-weight: 550;
  font-size: 20px;
  position: relative;
  padding: 0 10px;
  background-color: #ffcf2b;
  height: 40px;
  width: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

 .containers .title div {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* width: 100%; */
  font-size: 30px;
  /* text-align: center; */
  /* margin: -20px auto; */
} 

.containers .workList {
  text-align: center;
  font-size: 18px;
  font-weight: 550;
  width: 700px;
  margin: 10px auto;
}

.containers {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 500px;
  overflow: hidden;
  position: relative;
}

/* 爱知福利 */
.welfareSection {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: auto;
}

/* 爱知福利 */
.main-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160vw;
  height: 500px;
  min-width: 1200px;
  border-radius: 0px 0px 80% 80%;
  border: 10px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(121.65deg, #f7bf6a 0%, #f76a6a 48.13%, #e672e8 100%);
  position: absolute;
  top: -20px;
  z-index: 1;
  /* overflow: hidden; */
}

.containers-box {
  position: absolute;
  z-index: 2;
}

.back {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  background-size: cover;
  background-origin: content-box;
  opacity: 1;
  z-index: -1;
  position: absolute;
}

.banners {
  width: 100%;
  position: relative;
}

.banners img {
  width: 100%;
  height: 100%;
}

.banners .AIR {
  position: absolute;
  top: 0;
  width: fit-content;
  background-color: transparent;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-family: sans-serif;
  padding: 5px 10px;
  margin: 0 auto;
  overflow: hidden;
  color: #6d91f6;
  font-weight: 550;
  text-align: center;
  right: 0;
}

/* 加入我们 */
.join {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  /* position: relative; */
}

.join-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 90px;
  border: 6px solid transparent;
  border-radius: 100px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(121.65deg, #f7bf6a 0%, #f76a6a 48.13%, #e672e8 100%);
  font-size: 36px;
  transition: all 0.16s ease;
}

.join-button a:hover {
  background-image: linear-gradient(121.65deg, #f7bf6a 0%, #f76a6a 48.13%, #e672e8 100%), linear-gradient(121.65deg, #f7bf6a 0%, #f76a6a 48.13%, #e672e8 100%);
  color: #fff;
}

/* 作品 */
.works {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 40px;
  margin: 100px 0;
  padding-bottom: 30px;
}

.works-item {
  display: flex;
  flex-direction: column;
  padding: 30px 0 0;
  width: 300px;
  height: auto;
  border: 3px solid rgb(255, 207, 43);
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  overflow: hidden;
}

.works-item-img {
  height: 50px;
  width: 100%;
}

.works-item-img img {
  height: 50px;
  width: auto;
}

.works-item-cover {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  transform: scale(90%);
  top: 0;
}

.works-item-cover-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
  box-shadow: 0px 0px 0px 2px #000;
  background-color: #fff;
  transform: rotate(-4deg);
  transition: all 0.34s ease;
}

/* .works-item:nth-of-type(2) .works-item-cover-img {
    box-shadow: none;
    border: 6px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255)) , linear-gradient(90deg, rgba(252, 141, 43, 1) 0%, rgba(244, 85, 70, 1) 45.84%, rgba(242, 75, 75, 1) 100%);
} */
.works-item-cover-img img {
  width: 100%;
  height: 100%;
}

.works-item-cover-shadow {
  width: 100%;
  height: 100%;
  background-color: #D1D1D1;
  transform: rotate(4deg);
  position: absolute;
  top: -14px;
  z-index: -10;
  transition: all 0.34s ease;
}

.works-item-content {
  margin: 20px 26px 0 26px;
  padding-bottom: 20px;
}

.works-item-ti {
  display: flex;
  margin-bottom: 15px;
}

.works-item-ti p {
  margin: 0 auto;
  font-size: 24px;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.works-item-ti-doing {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 26px;
  border-radius: 6px;
  background-color: rgb(255, 207, 43);
  color: #fff;
  font-size: 2px;
}

.works-item:nth-of-type(2) .works-item-ti-doing {
  background-image: linear-gradient(139.94deg, #f7ac6a 0%, #f56b77 50%, #ec6fbe 100%);
}

.works-item-text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* bannerOne */
.contentBox {
  width: 100%;
  height: 550px;
  box-sizing: border-box;
  background: #fff;
  cursor: pointer;
}

.banner_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.banner_wrap .banner {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.banner_wrap .imgBox {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.banner_wrap .imgBox img {
  width: 100%;
  height: 100%;
  display: none;
  /* object-fit: center; */
  object-fit: center;
}

.banner_wrap .imgBox .text {
  background: rgba(0, 0, 0, .3);
  position: absolute;
  width: 35%;
  height: 100%;
  z-index: 3;
  color: #fff;
  top: 0;
  right: 0;

}

.banner_wrap .imgBox .text div {
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: left;
  padding: 0 50px;
  line-height: 30px;
}

.banner_wrap .imgBox .text div h2 {
  padding: 0 0px 20px;
  font-size: 40px;
  line-height: 50px;
}

.banner_wrap .imgBox .text div p {
  font-size: 25px;
  line-height: 40px;
  text-align: justify;
  letter-spacing: 0.5px;
}

.banner_wrap .left,
.banner_wrap .right {
  position: absolute;
  width: 50px;
  height: 85px;
  background: rgba(0, 0, 0, .15);
  color: #fff;
  line-height: 85px;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  margin-top: -17.5px;
  z-index: 5;
}

.banner_wrap .left {
  left: 0;
  top: 50%;
}

.banner_wrap .right {
  right: 0;
  top: 50%;
}

.banner_wrap .tabs {
  position: absolute;
  left: calc(50% - 150px);
  ;
  bottom: 30px;
}

.banner_wrap .tabs a {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  background: rgba(255, 255, 255, .4);
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 50%;
  position: relative;
}

.banner_wrap .tabs a.activeTab {
  border: 3px solid rgba(0, 0, 0, .1);
  background: #fff;
  width: 15px;
  height: 15px;
  left: 0;
  top: 0;
}

/* 爱知共建 */
.bannerTow {
  max-width: 1350px;
  border-radius: 50px;
  height: 550px;
  overflow: hidden;
  margin: 20px auto;
  border: 3px solid rgb(255, 207, 43);
  cursor: pointer;
}

/* bannerTow */
.banner_wrap2 {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.banner_wrap2 .imgBox {
  width: 100%;
  height: 550px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.banner_wrap2 .imgBox img {
  width: 70%;
  height: 100%;
  display: none;
  object-fit: center;
  /* object-fit: contain; */
}

.banner_wrap2 .imgBox .text {
  background-color: rgba(255, 255, 255, 8);
  position: absolute;
  width: 30%;
  height: 100%;
  z-index: 3;
  color: #000000;
  top: 0;
  right: 0;

}

.banner_wrap2 .imgBox .text div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  align-items: center;
}

.banner_wrap2 .imgBox .text div h2 {
  font-size: 40px;
  margin-bottom: 30px;
}

.banner_wrap2 .imgBox .text div p {
  font-size: 25px;
  line-height: 40px;
  padding: 0 20px;
  text-align: justify;
  letter-spacing: 0.5px;
}

.banner_wrap2 .left2,
.banner_wrap2 .right2 {
  position: absolute;
  width: 50px;
  height: 85px;
  background: rgba(0, 0, 0, .15);
  color: #fff;
  line-height: 85px;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  margin-top: -17.5px;
  z-index: 5;
}

.banner_wrap2 .left2 {
  left: 0;
  top: 50%;
}

.banner_wrap2 .right2 {
  right: 0;
  top: 50%;
}

.banner_wrap2 .tabs2 {
  position: absolute;
  left: calc(22% - 100px);
  bottom: 30px;
}

.banner_wrap2 .tabs2 a {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  background: rgba(255, 255, 255, .4);
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 50%;
  position: relative;
}

.banner_wrap2 .tabs2 a.activeTab2 {
  border: 3px solid rgba(0, 0, 0, .1);
  background: #fff;
  width: 15px;
  height: 15px;
  left: 0;
  top: 0;
}

.banner_wrap2 .taImg {
  position: absolute;
  bottom: -5px;
  right: 21%;
  z-index: 99;
  height: 80px;
  width: auto;
}

.qzImg {
  position: absolute;
  bottom: -5px;
  right: 0;
  z-index: 99;
  height: 80px;
  width: auto;
  transform: rotateY(180deg) rotateZ(30deg);
}

.absRight {
  position: absolute;
  bottom: 1px;
  right: 0;
  z-index: 99;
  height: 100%;
  width: auto;
}

.absLeft {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 99;
  height: 100%;
  width: auto;
}

/* 爱知专属图文 */
.worksExclusive {
  max-width: 1450px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 40px;
  margin: 100px 0;
}

.worksExclusive-item {
  width: 415px;
  height: auto;
  display: flex;
  align-items: center;
  border: 3px solid rgb(255, 207, 43);
  border-radius: 20px;
  overflow: hidden;
  padding: 15px;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  background: #fff;
}

.worksExclusive-item-cover {
  display: flex;
  justify-content: center;
  width: 140px;
  height: 140px;
  position: relative;
  transform: scale(90%);
  top: 0;
}

.worksExclusive-item:hover .worksExclusive-item-cover-img {
  transform: rotate(6deg);

}

/* .worksExclusive-item:hover .worksExclusive-item-cover-shadow {
  transform: rotate(-6deg);
} */
.worksExclusive-item:hover {
  transform: scale(110%);
}

.worksExclusive-item-cover-img {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  box-shadow: 0px 0px 0px 2px #000;
  background-color: #fff;
  /* transform: rotate(-4deg); */
  transition: all 0.34s ease;
  overflow: hidden;
}

.worksExclusive-item-cover-img img {
  height: 100%;
  width: 100%;
  object-fit: center;
}

.worksExclusive-item-cover-shadow {
  width: 100%;
  height: 100%;
  background-color: #D1D1D1;
  transform: rotate(4deg);
  position: absolute;
  top: -14px;
  z-index: -10;
  transition: all 0.34s ease;
}

.worksExclusive-item-content {
  /* margin: 20px 26px 0 26px;
  padding-bottom: 20px; */
}

.worksExclusive-item-content {
  display: flex;
  flex-direction: column;
  ;
  padding-left: 15px;
}

.worksExclusive-item-ti p {
  margin: 0 auto 15px;
  font-size: 25px;
  color: #000000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.worksExclusive-item-ti-doing {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 26px;
  border-radius: 6px;
  background-color: rgb(255, 207, 43);
  color: #fff;
  font-size: 2px;
}

.worksExclusive-item:nth-of-type(2) .worksExclusive-item-ti-doing {
  background-image: linear-gradient(139.94deg, #f7ac6a 0%, #f56b77 50%, #ec6fbe 100%);
}

.worksExclusive-item-text {
  margin-left: 5px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

/* 员工的心声Start */
.aspiration {
  height: auto;
  min-height: 230px;
  display: flex;
  justify-content: center;
  gap: 80px 50px;
  margin: 80px 0 0;
  flex-wrap: wrap;
}

.aspiration-item {
  width: 300px;
  height: 150px;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-bottom: 50px;
}

.aspiration-itemImg {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.aspiration-itemImg img {
  width: 100%;
  height: 100%;
}

.aspiration-name {
  position: absolute;
  bottom: -50px;
  left: 15%;
  color: rgb(0, 0, 0);
  /* 取消鼠标事件 */
  pointer-events: none;
}

.aspiration-text {
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0;
  color: rgb(123, 122, 122);
  padding: 0 20px;
  opacity: 0;
  pointer-events: none;
}

.aspiration-text h2 {
  text-align: center;
  font-size: 16px;
  padding: 15px 0 5px;
}

.aspiration-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.aspiration-text .video {
  opacity: 0;
  padding: 15px 0 0;
  pointer-events: none;
}

.aspiration-item:hover {
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 320px;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  border-radius: 15px;
  box-shadow: inset 5px 5px 0px rgb(255, 207, 43),
    inset -5px -5px 0px rgb(255, 207, 43);
}

.aspiration-item:hover .aspiration-itemImg {
  background: #fff;
  width: 120px;
  height: 120px;
  z-index: 50;
  top: -50px;
  left: 20px;
  transition: all 1s ease;
  /* box-shadow:  5px 5px 0px #5c5c5c,
    -5px -5px 0px #ffffff; */

}


.aspiration-item:hover .aspiration-name {
  width: 70px;
  height: 30px;
  z-index: 50;
  top: 30px;
  left: 190px;
}

.aspiration-item:hover .aspiration-text {
  transition: all 2.5s ease;
  opacity: 1;
}

.aspiration-item:hover .video {
  transition: all 2.5s ease;
  opacity: 1;
  pointer-events: all;
}

.bj {
  /* background: linear-gradient(to bottom, #b5e6ff, #2196F3); */
  background-image: url("../images/enter/b2.webp");
}

/* .bj {
  background: 
      radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.15) 30%, rgba(255,255,255,.3) 32%, rgba(255,255,255,0) 33%) 0 0,
      radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.1) 11%, rgba(255,255,255,.3) 13%, rgba(255,255,255,0) 14%) 0 0,
      radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.2) 17%, rgba(255,255,255,.43) 19%, rgba(255,255,255,0) 20%) 0 10px,
      radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.2) 11%, rgba(255,255,255,.4) 13%, rgba(255,255,255,0) 14%) -10px -30px,
      radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.2) 11%, rgba(255,255,255,.4) 13%, rgba(255,255,255,0) 14%) 10px 50px,
      radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.1) 11%, rgba(255,255,255,.2) 13%, rgba(255,255,255,0) 14%) 0 0,
      linear-gradient(45deg, #2196F3 0%, #b5e6ff 20%, #2196F3 30%, #b5e6ff 40%, #2196F3 50%, #b5e6ff 60%, #b5e6ff 70%, #b5e6ff 80%, #b5e6ff 90%, #b5e6ff 100%);
  background-size: 250px 250px, 400px 400px, 200px 200px, 300px 300px, 530px 530px, 430px 430px, 100% 100%;
  background-color:linear-gradient(to bottom, #b5e6ff, #2196F3);
} */
.main {
  width: 85vw;
  margin: 0 auto;
}