body {
  background-size: cover;
  width: 100%;
  height: 100%;
  background: #F0F5FA;
  font-family: PingFangSC-Semibold, PingFang SC;
}

@media (max-width: 767px) {
  body{
    background: #fff;
  }
}
/*banner样式*/

.banner-box {
  height: 325px;
  padding-top: 30px;
}

.el-carousel__container {
  height: 325px !important;
}

.banner .banner-img {
  max-width: 100%;
  height: 325px;
  margin: 0 auto;
  border-radius: 10px;
  display: block;
}

.part-box {
  margin-top: 30px;
}

.part-box .el-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .part-box .el-col {
    padding: 0 !important;
    margin-bottom: 20px;
  }
}

.part-item {
  position: relative;
  /* height: 210px; */
  width: 495px;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 15px;
  overflow: hidden;
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  z-index: -1;
}

.part-item h4 {
  font-size: 32px;
  font-weight: 500;
  color: #000000;
  line-height: 45px;
  margin: 0;
}

.part-item p {
  margin-top: 10px;
  height: 100px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  color: #353535;
  line-height: 20px;
}

.btn-box {
  text-align: right;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .part-item {
    padding: 20px;
    height: auto;
    width: 100%;
  }

  .part-item,
  .btn-box {
    margin-bottom: 15px;
  }
}

.go-more {
  width: 92px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  display: inline-block;
  height: 36px;
  background: #2475E5;
  border-radius: 18px;
  text-decoration: none;
}

.go-more:hover {
  text-decoration: none;
  color: #fff;
}

.go-more-detail {
  color: #2475E5;
  text-decoration: none;
}

/* 首页新闻列表 */
.news-item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.news-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 60px;
  width: 96%;
}

.news-item-title h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 0;
}

.news-item-title a {
  display: flex;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  color: #2475E5;
}

.news-item-list {
  margin-left: 0;
  padding-left: 0;
}

.news-item-list li {
  list-style: none;
  font-size: 14px;
  background: url(../img/listIcon.png) no-repeat left center;
  padding-left: 25px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-item-list li a {
  color: #000000;
}

.aboutUsBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .aboutUsBox {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
  }
}

.index-about-us {
  font-size: 16px;
  color: #282828;
  line-height: 30px;
  text-indent: 2em;

}

.index-about-us p {
  line-height: 25px;
  margin-bottom: 0;
}

.newsDetail {
  display: block;
  overflow: hidden;
}

.newsDetail h3 {
  font-size: 32px;
  font-weight: 500;
  color: #282828;
  line-height: 45px;
  text-align: center;
}

.newsDetailTime {
  margin-top: 10px;
  text-align: center;
  color: #666666;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
}

.newsBox {
  margin-bottom: 15px;
  color: #333;
  line-height: 25px;
}

.newsBox p {
  text-indent: 2em;
  margin-bottom: 5px;
}

.indexjob-item {
  /* width: 300px; */
  height: 225px;
  background: linear-gradient(168deg, #D7E3FF 0%, #FBFCFF 44%, #FFFFFF 72%, #F0F5FF 100%);
  border: 1px solid #D6D7E4;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 767px) {
  .indexjob-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.indexjob-item img {
  display: block;
  width: 70px;
}

.indexjob-item h4 {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 4px solid #353535;
  font-size: 24px;
  font-weight: 500;
  color: #282828;
  line-height: 33px;
}

.map {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}

.map img {
  max-width: 100%;
  display: block;
}

.indexWidthBox {
  width: 1000px;
  box-sizing: border-box;
}

.aboutUsIndex {
  background: #fff;
  width: 874px;
  box-sizing: border-box;
  padding: 30px 40px;
  margin: 0 auto 40px;
}

@media (max-width: 767px) {

  .indexWidthBox,
  .aboutUsIndex {
    width: 100%;
  }

  .banner-box {
    padding-top: 15px;
  }
}