@charset "utf-8";
/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*移动左右间隙*/
br {
  content: "";
  display: block;
  height: 10px;
}

.idea {
  padding-top: 70px;
  padding-bottom: 80px;
}

.idea .w ul {
  padding-top: 70px;
}

.idea .w ul:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

.idea .w ul li {
  float: left;
  height: 414px;
  width: 223px;
  margin-right: 21px;
  background-color: #F5F5F5;
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}

.idea .w ul li:last-child {
  margin-right: 0;
}

.idea .w ul li > img {
  width: 38px;
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 38px;
}

.idea .w ul li > img.active {
  opacity: 0;
}

.idea .w ul li h3 {
  text-align: center;
  font-size: 18px;
  position: relative;
  z-index: 2;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.idea .w ul li p {
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding-right: 24px;
  padding-left: 24px;
  position: relative;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  z-index: 2;
}

.idea .w ul li .img {
  height: 217px;
  margin-top: 20px;
  opacity: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.idea .w ul li .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.idea .w ul li .hover-block {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #009FEA;
  opacity: 0;
  top: 0;
  left: 0;
  background: linear-gradient(124deg, #009fea 0%, #00e1b3 100%);
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.idea .w ul li:hover {
  color: transparent;
}

.idea .w ul li:hover .hover-block {
  opacity: 1;
}

.idea .w ul li:hover h3 {
  color: #ffffff;
}

.idea .w ul li:hover p {
  color: #fff;
  z-index: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}

.idea .w ul li:hover .img {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.duty {
  position: relative;
}

.duty .words {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
}

.duty .words h3 {
  font-size: 20px;
}

.duty .words h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.culture {
  padding-top: 70px;
  padding-bottom: 80px;
}

.culture .w h2 {
  margin-bottom: 40px;
}

.culture .w ul:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

.culture .w ul li {
  float: left;
  width: 585px;
  height: 320px;
  cursor: pointer;
}

.culture .w ul li:nth-child(2n) {
  margin-left: 30px;
}

.culture .w ul li .img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.culture .w ul li .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.culture .w ul li .img .words {
  position: absolute;
  z-index: 1;
  width: 100%;
  color: #ffffff;
  left: 0;
  top: 0;
  padding-left: 48px;
  padding-top: 60px;
}

.culture .w ul li .img .words h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.culture .w ul li .img .words p {
  font-size: 20px;
  line-height: 24px;
}

.culture .w ul li:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.goals {
  padding: 70px 0;
}

.goals .sec-title {
  color: #ffffff;
}

.goals ul {
  padding-top: 40px;
}

.goals ul:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

.goals ul li {
  float: left;
  padding: 40px 40px 0 40px;
  text-align: center;
  width: 276px;
  background-color: #fff;
  margin-right: 32px;
  height: 363px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.goals ul li:last-child {
  margin-right: 0;
}

.goals ul li img {
  font-size: 48px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.goals ul li p {
  margin-top: 15px;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  text-align: left;
  line-height: 32px;
}

.goals ul li:hover {
  margin-top: -5px;
}

.goals ul li:hover img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

/*# sourceMappingURL=maps/idea.css.map */
