body {
  padding-top: 0;
}
.title .per {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
}
.title .suf {
  font-size: 14px;
  color: #999999;
  margin-left: 26px;
}
.main .head {
  background-color: white;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 360px;
}
.main .head .logo {
  width: 200px;
  height: 50px;
}
.main .head > div > a {
  margin: 0 40px;
  text-align: center;
}
.main .head > div > a > span:first-of-type {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.main .head > div > a > span:last-of-type {
  font-size: 12px;
  color: #D8D8D8;
}
.main .head > div > a.navBar-active > span:first-of-type {
  color: #1450EB !important;
}
.main .head > div > a.navBar-active > span:last-of-type {
  color: #A2BBFF !important;
}
.main .banner {
  background: url('../images/culture_banner.png') no-repeat 0 0 / cover;
  height: 600px;
}
.main .hope {
  padding-top: 55px;
  padding-bottom: 50px;
}
.main .hope .list {
  border-top: 1px solid #F5F5F5;
  margin-top: 13px;
  padding-top: 17px;
  display: flex;
  justify-content: space-between;
}
.main .hope .list .item {
  box-shadow: 0px 3px 12px 1px rgba(51, 51, 51, 0.08);
}
.main .hope .list .item img {
  width: 380px;
  height: 240px;
}
.main .hope .list .item .bottom {
  padding: 42px 0 43px 22px;
}
.main .hope .list .item .bottom::after {
  content: '';
  margin-top: 22px;
  display: block;
  width: 100px;
  height: 1px;
  background-color: #333333;
}
.main .core {
  background: url('../images/core_bg.png') no-repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 65px;
}
.main .core .banxin1200 .bottom {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.main .core .banxin1200 .bottom img {
  width: 815px;
  height: 420px;
}
.main .core .banxin1200 .bottom .right {
  width: 359px;
  height: 420px;
  background-color: white;
  padding: 50px 0 0 50px;
}
.main .core .banxin1200 .bottom .right div {
  margin-bottom: 41px;
}
.main .core .banxin1200 .bottom .right div span {
  font-size: 22px;
  color: #333333;
  margin-bottom: 9px;
}
.main .core .banxin1200 .bottom .right div span::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 16px;
  background-color: #364263;
  margin-right: 14px;
}
.main .core .banxin1200 .bottom .right div p {
  color: #999999;
  font-size: 13px;
}
.main .env {
  padding-top: 45px;
  padding-bottom: 67px;
}
.main .env .title {
  margin-bottom: 38px;
}
.main .env .el-tabs .el-tabs__header {
  margin: 0 0 22px;
}
.main .env .el-tabs .el-tabs__nav-wrap::after {
  background-color: #F5F5F5;
}
.main .env .el-tabs .el-tabs__item.is-active {
  color: #3669EC;
  font-weight: bold;
}
.main .env .el-tabs .el-tabs__item {
  color: #666666;
}
.main .env .env-detail {
  display: flex;
}
.main .env .env-detail .left {
  width: 400px;
  height: 460px;
  padding: 78px 30px 0 30px;
  background-color: #F9FAFB;
}
.main .env .env-detail .left .top {
  padding-bottom: 149px;
}
.main .env .env-detail .left .top p {
  font-size: 17px;
  color: #333333;
  margin-bottom: 20px;
}
.main .env .env-detail .left .top .span {
  color: #333333;
  font-size: 14px;
}
.main .env .env-detail .left .top .cur {
  font-size: 28px;
}
.main .env .env-detail .left .bottom {
  padding-top: 16px;
  border-top: 1px solid #D8D8D8;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.main .env .env-detail .right {
  width: 800px;
  height: 460px;
}
.main .env .env-detail .right img {
  width: 800px;
  height: 460px;
}
.main .env .swiper-container {
  position: relative;
}
.main .env .swiper-container .swiper-button-prev {
  left: auto;
}
.main .env .swiper-container .swiper-button-next {
  left: auto;
  right: 748px !important;
}
.main .env .swiper-container .swiper-button-prev,
.main .env .swiper-container .swiper-button-next {
  background-color: #1450EB;
  width: 26px;
  height: 26px;
  color: white;
  position: absolute;
  top: 455px;
  right: 774px;
}
.main .env .swiper-container .swiper-button-prev::after,
.main .env .swiper-container .swiper-button-next::after {
  font-size: 14px;
}
