
body {
 background: #fff;
}
.main {
  width: 100%;
  padding: 0 15px;
  position: relative;
}

/*列表项出现动效*/
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-120px, 0, 0);
    transform: translate3d(-120px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-120px, 0, 0);
    transform: translate3d(-120px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}


@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(120px, 0, 0px);
    transform: translate3d(120px, 0, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(120px, 0, 0px);
    transform: translate3d(120px, 0, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


.text-line-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

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


@media (min-width: 1200px) {
  .main {
    width: 1200px;
    margin: 0 auto;
     padding: 0;
  }
}

.banner-intro {
  width: 100%;
  height: 290px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 94px;
  position: relative;
  background-image: url('../../img/newWebsite/ent-culture.png');
}
/* .banner-intro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  
} */
.banner-intro .main {
  position: relative;
  z-index: 2;
}

.local-title {
  font-size: 58px;
  font-weight: 500;
  line-height: 58px;
  color: #FFFFFF;
  margin: 0 0 20px 0;
}


.local-nav .arrow,
.local-nav a{
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: top;
}
.local-nav a:hover {
  color: #3C7BFF;
  text-decoration: none;
}
.local-nav a.no-active:hover {
  color: #FFFFFF;
  text-decoration: none;
  cursor:auto;
}


.culture-mission {
  padding: 88px 0;
  overflow: hidden;
}
.culture-mission .left {
  float: left;
  width: 600px;
  height: 380px;
  border-radius: 12px;
  overflow: hidden;
}
.culture-mission .left img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.8s ease;
}
.culture-mission .left img:hover {
  transform: scale(1.3);
}
.culture-mission .right {
  float: left;
  padding-left: 48px;
  width: 600px;
}
.culture-mission .right  h5 {
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  color: #292929;
  margin: 0;
  padding: 68px 0 0 0;
}
.culture-mission .mission-slog {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #3875F6;
  padding-top: 28px;
}
.culture-mission .mission-desc {
  font-size: 16px;
  line-height: 24px;
  text-align: justify; /* 浏览器可能不支持 */
  color: #646464;
  padding-top: 28px;
}
.cul-com-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  color: #1E1E1E;
  padding-bottom: 48px;
  margin: 0;
}
.core-value {
  height: 664px;
  padding: 88px 0;
  background-image: url('../../img/newWebsite/bg.png');
  /* background-size: 1920px 664px; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.core-list {
  overflow: hidden;
  padding: 0;
  list-style: none;
  margin: 0 auto;
}

.core-list li {
  float: left;
  width: 300px;
  height: 400px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.core-list li:first-child {
  border-radius: 12px 0 0 12px;
}
.core-list li:last-child {
  border-radius: 0 12px  12px 0;
}
.core-list li::before {
  content: '';
  position: absolute;
  top: 117px;
  right: 0;
  height: 156px;
  width: 1px;
  background-color: #E4E3E3;
}
.core-list li:last-child::before {
  display: none;
}
.core-list li .hover-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.core-list li .cul-icon,
.core-list li .cul-icon-ac {
  width: 106px;
  height: 106px;
  position: absolute;
  z-index: 2;
  top: 112px;
  left: 50%;
  margin-left: -53px;
  transition: opacity 0.8s ease;
}
.core-list li .cul-icon-ac {
  opacity: 0;
}
.core-list li p {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  /* 字体/副黑 */
  color: #444444;
  position: absolute;
  z-index: 2;
  bottom: 122px;
  left: 0;
  width: 100%;
  margin: 0;
  transition: opacity 0.8s ease;
}

.core-list li:hover .hover-bg {
  opacity: 1;
}

.core-list li:hover .cul-icon {
  opacity: 0;
}
.core-list li:hover .cul-icon-ac {
  opacity: 1;
}

.core-list li:hover p {
  color: #fff;
}

.employee-style {
  padding: 88px 0 54px;
}

.style-pic-list {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  width: 1204px;
  list-style: none;
}
.style-pic-list li {
  float: left;
  width: 384px;
  height: 216px;
  margin-right: 26px;
  margin-bottom: 40px;
  border-radius: 12px;
  overflow: hidden;
}
.style-pic-list li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.8s ease;
}
.style-pic-list li:hover img {
  transform: scale(1.3);
}
.style-pic-list li:nth-child(3n) {
  margin-right: 0;
}

.img-wrapper {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.8s;
}
.img-wrapper img:first-child {
  z-index: 1;
  position: relative;
}
.img-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(10px);
  z-index: 1;
  filter: brightness(1.2);
}
.m-intro {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  padding: 100px 20px 0;
  margin: 0;
  bottom: 0px;
  z-index: 9;
  height: 152px;
  opacity: 1;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}