
/* 轮播图样式 */
.banner {
  height: 400px;
  width: 100%;
  background-color: aliceblue;
  margin-top: 1px;
}
.banne .el-carousel__item h3 {
  color: #475669;
  font-size: 14px;
  opacity: 0.75;
  line-height: 300px;
  margin: 0;
}
.banner .el-carousel__item:nth-child(2n) {
  background-color: #99a9bf;
}
.banner .el-carousel__item:nth-child(2n + 1) {
  background-color: #d3dce6;
}
img {
  /*设置图片宽度和浏览器宽度一致*/
  width: 100%;
  height: inherit;
}
.banner .el-carousel__indicators--horizontal {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 47px;
}
.banner .el-carousel__button {
  display: block;
  opacity: 0.48;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  outline: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* 新闻滚动模块样式 */
.rollNew {
  position: relative;
  margin-top: -53px;
  height: 90px;
  background-color: #fff;
  z-index: 3;
  border-radius: 10px;
}
.el-carousel__item:nth-child(2n + 1) {
  background-color: #fff;
}
.el-carousel__item:nth-child(2n) {
  background-color: #fff;
}
.el-carousel__indicators--vertical {
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
}
.el-carousel__indicators {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
}
/* 箭头 */
.arrow {
  width: 25px;
  height: 100%;
  position: absolute;
  left: 50px;
}
.arrow span {
  display: block;
  width: 25px;
  height: 50%;
  margin-top: 9px;
  font-size: 18px;
  cursor: pointer;
}
.arrow span:hover {
  color: #0474B6;
}

.rollNew .text {
  height: 35px;
  line-height: 35px;
  width: 400px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: 100%;
  cursor: pointer;
  /* margin-left:88px; */
}
.rollNew .roll-text {
  height: 35px;
  width: 90%;
  padding-right: 85px;
  position: absolute;
  top: 30px;
  left: 100px;
}
.rollNew .text .title {
  font-size: 18px;
  color: #0474B6;
}
.rollNew .text .contain {
  color: #b0b0b0;
  margin-left: 10px;
  font-size: 16px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.rollNew .more {
  position: absolute;
  /* margin-left: 30px;
      margin-top: 28px; */
  top: 5px;
  z-index: 5;
  right: 20px;
  /* margin-left: 0; */
}
.rollNew .more a {
  display: block;
}

/* 热点解决方案 */
.ndss{
  background-color: #f5f6ff;
}
.civilization {
  /* height: 1280px; */
  height: 1300px;
  min-width: 972px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.civilization .hot {
  height: 132px;
}
.civilization .hot ul {
  width: 100%;
  height: 100%;
  margin-top: 45px;
}
.civilization .hot ul li {
  float: left;
  width: 33.33%;
  height: 100%;
  transition: all .5s;
}

.civilization .hot ul li:hover {
  transform: translate3d(0,-2px,0);
}

.civilization .hot ul li:nth-child(1) {
  background: linear-gradient(to right, #00f5a7, #00d3c1);
}
.civilization .hot ul li:nth-child(2) {
  background: linear-gradient(to right, #05ecfe, #47b2fe);
}
.civilization .hot ul li:nth-child(3) {
  background: linear-gradient(to right, #f3cf43, #fbab7c);
}
.civilization .hot li a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 30px 50px;
  text-align: right;
}
.civilization .hot h3 {
  font-weight: bolder;
  font-size: 30px;
  margin-bottom: 10px;
}
/* .civilization .roll-text{
    background-color: pink;
  } */

/* 公司文化 */
.ndss-culture {
  height: 485px;
  position: relative;
}
.culture {
  height: 485px;
}
.culture .ndss {
  position: relative;
  width: 50%;
  height: 100%;
  /* background-color: pink; */
}
.ndss .title {
  margin-top: 48px;
  font-size: 26px;
  color: #333;
}
.ndss .title span {
  font-size: 16px;
  margin-left: 10px;
  color: #bdbdbe;
}

.ndss .n {
  position: absolute;
  width: 230px;
  height: 216px;
  bottom: 20px;
  left: 40px;
  z-index: 1;
}

/* 四个球 */
.culture-title {
  width: 100%;
  height: 402px;
  position: relative;
  /* background-color: #00F5A7; */
}
.culture-title li {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px dashed #00f2a9;
  box-sizing: border-box;
  padding: 5px;
  z-index: 3;
  background-color: #fff;
}
.culture-title li div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /* background-color: #00f2a9; */
  border: 1px solid #00f2a9;
  text-align: center;
  box-sizing: border-box;
  padding: 12px;
  overflow: hidden;
  color: #00f2a9;
  cursor: pointer;
  z-index: 10;
  /* line-height: 68px; */
}
.culture-title li:nth-child(1) {
  position: absolute;
  top: 20px;
  right: 140px;
}
.culture-title li:nth-child(2) {
  position: absolute;
  top: 80px;
  right: 0;
}
.culture-title li:nth-child(3) {
  position: absolute;
  top: 170px;
  right: 140px;
}
.culture-title li:nth-child(4) {
  position: absolute;
  top: 250px;
  right: 10px;
}
.culture-title .current {
  background-color: #00f2a9;
  color: #fff;
}

@-webkit-keyframes rotating{
  0%{
    transform:rotate(0);
  }
  50%{
    transform:rotate(180deg);
  }
  100%{
    transform:rotate(360deg);
  }
}
.custom :hover{
  -webkit-animation:rotating 6s linear 0.2s infinite;
}

/* 文化详情 */
.ndss-culture .cul-details {
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  /* background-color: yellowgreen; */
  padding-left: 20px;
  padding-top: 95px;
  overflow: hidden;
}
.ndss-culture .cul-details .culInfo {
  position: relative;
  margin-bottom: 10px;
  color: #484849;
  font-size: 14px;
  max-height:287px;
  overflow: hidden;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 18;
  -webkit-box-orient: vertical;
  /* white-space:nowrap */
}

.cul-details .culInfo .ellipsis{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #F5F6FF;
}

.ndss-culture .whMore {
  height: 32px;
  width: 100%;
  text-align: right;
}
.ndss-culture .whMore img {
  width: 79px;
  height: 32px;
  cursor: pointer;
}
.ndss-culture .cul-details p img {
  width: 12px;
  height: 12px;
}

/* 文化详情的线条 */
@media screen and (max-width: 1919px) {
  .ndss-culture .line-top {
    position: absolute;
    margin-top: -35px;
    width: 673px;
    height: 149px;
    right: 19px;
    top: 125px;
  }
  .ndss-culture .line-bottom {
    position: absolute;
    margin-top: -19px;
    width: 580px;
    height: 217px;
    top: 193px;
    right: 160px;
  }
  .ndss-culture .line-center {
    position: absolute;
    margin-top: -19px;
    width: 654px;
    height: 240px;
    top: 141px;
    right: 54px;
  }
  .ndss .n {
    position: absolute;
    width: 230px;
    height: 216px;
    bottom: 20px;
    left: 35px;
    z-index: 1;
  }

}
/* @media screen and (min-width: 1366px) and (max-width: 1919px){
  .ndss-culture .line-top {
    position: absolute;
    margin-top: -35px;
    width: 673px;
    height: 149px;
    right: 19px;
    top: 125px;
  }
  .ndss-culture .line-bottom {
    position: absolute;
    margin-top: -19px;
    width: 580px;
    height: 217px;
    top: 193px;
    right: 160px;
  }
  .ndss-culture .line-center {
    position: absolute;
    margin-top: -19px;
    width: 654px;
    height: 240px;
    top: 141px;
    right: 54px;
  }
  .ndss .n {
    position: absolute;
    width: 230px;
    height: 216px;
    bottom: 20px;
    left: 35px;
    z-index: 1;
  }
} */
@media screen and (min-width: 1920px){
  .ndss-culture .line-top {
    position: absolute;
    margin-top: -35px;
    width: 943px;
    /* width: 100%; */
    /* min-width: 683px; */
    /* max-width: 960px; */
    height: 236px;
    right: 0;
  }
  .ndss-culture .line-bottom {
    position: absolute;
    margin-top: -19px;
    width: 787px;
    height: 305px;
    top: 168px;
    right: 154px;
    /* min-width: 683px;
    max-width: 960px; */
  }
  .ndss-culture .line-center {
    position: absolute;
    margin-top: -19px;
    width: 915px;
    height: 338px;
    top: 141px;
    right: 30px;
    /* min-width: 683px; */
    /* max-width: 960px; */
  }

  .ndss .n {
    position: absolute;
    width: 230px;
    height: 216px;
    bottom: 20px;
    left: 158px;
    z-index: 1;
  }
}


/* 典型案例 */
.typicalCase {
  width: 100%;
  height: 495px;
  overflow: hidden;
  background: linear-gradient(to bottom, #48b1fe, #01dbec);
  margin-bottom: 60px;
}
.typicalCase .typ-title {
  text-align: center;
  margin: 32px 0 5px 0;
  font-size: 28px;
  font-weight: normal;
  color: #fff;
}
.typicalCase .typ-subtitle {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.typicalCase ul {
  height: 320px;
  width: 100%;
  /* background-color: yellowgreen; */
  display: flex;
  justify-content: center;
}
.typicalCase ul li {
  width: 32%;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding-bottom: 10px;
  transition: all .5s;
  border-radius: 4px;
  margin-right: 20px;
}
/*  */
.typicalCase ul li:hover{
  transform: translate3d(0,-4px,0);
  box-shadow: 0 15px 30px rgba(0,0,0,.1);
}
.typicalCase .typtop{
  width: 100%;
  height: 181px;
  border-bottom: 1px solid #0474B6;
}
.typtop img{
  border-radius: 4px 4px 0 0;
}
.typicalCase ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.typicalCase li a img {
  width: 100%;
  height: 180px;
  object-fit: contain;
}
.typicalCase .caseTitle {
  margin: 10px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.typicalCase .caseContain {
  width: 100%;
  /* height: 80px; */
  box-sizing: border-box;
  padding: 0 10px;
  color: #999;
  /* overflow: hidden; */
  /* text-overflow:ellipsis; */
  /* white-space: nowrap; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.typicalCase .typmore {
  text-align: center;
  margin-top: 10px;
}
.typicalCase .typmore img{
    cursor: pointer;
}
.caseContain-ul{
  width: 100%;
  height: 80px !important;
}

.caseContain-p{
  width: 100%;
  line-height:20px;
}

.caseContain-p p{
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  white-space: break-spaces;
  line-height: 20px;
}