.neibanner {
  max-width: 1600px;
  height: 590px;
  margin: 0 auto;
  background-image: url(../../img/auout/neibannerbg.png);
  background-repeat: no-repeat;
  background-size: 1600px 100%;
  background-position: center;
}
.profile-wrapper {
  padding-top: 150px;
  padding-bottom: 85px;
  position: relative;
}
.profile-wrapper > .title {
  position: relative;
}
.profile-wrapper > .title .top {
  font-weight: normal;
  line-height: 1;
  font-size: 36px;
  color: #333333;
  padding-bottom: 34px;
  position: relative;
  text-align: center;
}
.profile-wrapper > .title .top::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-bottom: 5px solid #106fd8;
  width: 35px;
}
.profile-wrapper > .title .bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
  font-weight: normal;
  line-height: 1;
  font-size: 60px;
  color: rgba(125, 154, 185, 0.15);
  z-index: -1;
}
.profile-wrapper > .profile {
  width: 1380px;
  height: 495px;
  margin: 0 auto;
  margin-top: 85px;
  display: flex;
}
.profile-wrapper > .profile .left-wrapper {
  position: relative;
  width: 740px;
  height: 100%;
  margin-right: 65px;
}
.profile-wrapper > .profile .left-wrapper .swiper-container {
  width: 100%;
  height: 100%;
}
.profile-wrapper > .profile .left-wrapper .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.profile-wrapper > .profile .left-wrapper .swiper-container .swiper-slide img {
  display: block;
  height: 100%;
}
.profile-wrapper > .profile .left-wrapper .swiper-pagination {
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.profile-wrapper > .profile .left-wrapper .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.5s;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-color: #fff;
}
.profile-wrapper > .profile .left-wrapper .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 5px;
}
.profile-wrapper > .profile .right-wrapper {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.profile-wrapper > .profile .right-wrapper > .title {
  margin-bottom: 25px;
}
.profile-wrapper > .profile .right-wrapper > .title .top-bg {
  font-weight: normal;
  line-height: 1;
  font-size: 60px;
  color: rgba(125, 154, 185, 0.15);
  padding-bottom: 30px;
  user-select: none;
}
.profile-wrapper > .profile .right-wrapper > .title .top {
  font-weight: normal;
  line-height: 1;
  font-size: 36px;
  color: #333333;
  padding-bottom: 12px;
}
.profile-wrapper > .profile .right-wrapper > .title .description {
  font-weight: normal;
  line-height: 1;
  font-size: 20px;
  color: #2c3e50;
  padding-bottom: 30px;
  position: relative;
}
.profile-wrapper > .profile .right-wrapper > .title .description::after {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  bottom: 0;
  border-bottom: 5px solid #106fd8;
  width: 65px;
}
.profile-wrapper > .profile .right-wrapper .content-wrapper {
  flex: 1;
  overflow-y: auto;
}
.profile-wrapper > .profile .right-wrapper .content-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.profile-wrapper > .profile .right-wrapper .content-wrapper::-webkit-scrollbar-track {
  background-color: #eff0f0;
  border-radius: 3px;
}
.profile-wrapper > .profile .right-wrapper .content-wrapper::-webkit-scrollbar-thumb {
  background-color: #d2d2d2;
  border-radius: 3px;
}
.profile-wrapper > .profile .right-wrapper .content-wrapper .content {
  font-size: 15px;
  line-height: 24px;
  color: #6a6a6a;
  text-indent: 2em;
}
.honor-wrapper {
  padding-top: 85px;
  padding-bottom: 100px;
  position: relative;
}
.honor-wrapper > .title {
  position: relative;
}
.honor-wrapper > .title .top {
  font-weight: normal;
  line-height: 1;
  font-size: 36px;
  color: #333333;
  padding-bottom: 34px;
  position: relative;
  text-align: center;
}
.honor-wrapper > .title .top::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-bottom: 5px solid #106fd8;
  width: 35px;
}
.honor-wrapper > .title .bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
  font-weight: normal;
  line-height: 1;
  font-size: 60px;
  color: rgba(125, 154, 185, 0.15);
  z-index: -1;
}
.honor-wrapper .honor {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  margin-top: 90px;
}
.honor-wrapper .honor .swiper-container {
  padding-bottom: 60px;
}
.honor-wrapper .honor .swiper-container .swiper-slide {
  width: 466px;
  height: 400px;
  background: #f0f0f0;
  box-shadow: 1px 4px 5px #d8d8d8;
}
.honor-wrapper .honor .swiper-container .swiper-slide > img {
  display: block;
  width: 466px;
  height: 325px;
}
.honor-wrapper .honor .swiper-container .swiper-slide > .title {
  padding-top: 20px;
  line-height: 30px;
  font-size: 19px;
  color: #666666;
  font-weight: normal;
  text-align: center;
}
.honor-wrapper .honor .swiper-pagination {
  width: 100%;
  bottom: 20px;
  z-index: 1;
}
.honor-wrapper .honor .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 15px;
  height: 15px;
  opacity: 1;
}
.honor-wrapper .honor .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}
.honor-wrapper .honor .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(../../img/auout/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
  z-index: 1;
}
.honor-wrapper .honor .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}
.honor-wrapper .honor .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(../../img/auout/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
  z-index: 1;
}
.honor-wrapper .honor .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}
.honor-wrapper .more {
  margin: 0 auto;
  margin-top: 28px;
  width: 140px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #cccccc;
  background-color: #f5f5f5;
  color: #878787;
  font-size: 14px;
  transition: all 0.5s;
}
.honor-wrapper .more:hover {
  color: #fff;
  background-color: #cccccc;
}
.path-wrapper {
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
}
.path-wrapper > .title {
  position: relative;
}
.path-wrapper > .title .top {
  font-weight: normal;
  line-height: 1;
  font-size: 36px;
  color: #333333;
  padding-bottom: 34px;
  position: relative;
  text-align: center;
}
.path-wrapper > .title .top::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-bottom: 5px solid #106fd8;
  width: 35px;
}
.path-wrapper > .title .bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
  font-weight: normal;
  line-height: 1;
  font-size: 60px;
  color: rgba(125, 154, 185, 0.15);
  z-index: -1;
}
.path-wrapper .path {
  margin: 0 auto;
  margin-top: 70px;
  display: flex;
  width: 1295px;
}
.path-wrapper .path .left-wrapper {
  margin-top: 20px;
  height: 420px;
  width: 560px;
  margin-right: 75px;
}
.path-wrapper .path .left-wrapper > img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.path-wrapper .path .right-wrapper {
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 10px;
  width: 640px;
  height: 440px;
  overflow: auto;
  position: relative;
}
.path-wrapper .path .right-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.path-wrapper .path .right-wrapper::-webkit-scrollbar-track {
  background-color: #eff0f0;
  border-radius: 3px;
}
.path-wrapper .path .right-wrapper::-webkit-scrollbar-thumb {
  background-color: #02b3ce;
  border-radius: 3px;
}
.path-wrapper .path .right-wrapper .item {
  min-height: 84px;
  border-left: 2px solid #26c3df;
  padding-left: 25px;
  padding-bottom: 20px;
  position: relative;
}
.path-wrapper .path .right-wrapper .item.active > .title {
  font-size: 24px;
  color: #26c3df;
}
.path-wrapper .path .right-wrapper .item.active::after {
  width: 17px;
  height: 17px;
  background-color: #26c3df;
}
.path-wrapper .path .right-wrapper .item::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-56%, -20%);
  border: 2px solid #26c3df;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  box-sizing: border-box;
}
.path-wrapper .path .right-wrapper .item > .title {
  line-height: 1;
  font-weight: normal;
  font-size: 18px;
  color: #aaafb0;
  transform: translateY(-35%);
}
.path-wrapper .path .right-wrapper .item > .content {
  line-height: 1.5;
  font-weight: normal;
  font-size: 16px;
  color: #626464;
  margin-top: 5px;
}
.path-wrapper .path .right-wrapper .item > .content ul {
  list-style: disc;
  padding-left: 10px;
}
.path-wrapper .path .right-wrapper .item > .content ul li {
  line-height: 1.5;
}
.path-wrapper .more {
  margin: 0 auto;
  margin-top: 50px;
  width: 140px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #cccccc;
  background-color: #f5f5f5;
  color: #878787;
  font-size: 14px;
  transition: all 0.5s;
}
.path-wrapper .more:hover {
  color: #fff;
  background-color: #cccccc;
}
.environment-wrapper {
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
}
.environment-wrapper > .title {
  position: relative;
}
.environment-wrapper > .title .top {
  font-weight: normal;
  line-height: 1;
  font-size: 36px;
  color: #333333;
  padding-bottom: 34px;
  position: relative;
  text-align: center;
}
.environment-wrapper > .title .top::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-bottom: 5px solid #106fd8;
  width: 35px;
}
.environment-wrapper > .title .bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
  font-weight: normal;
  line-height: 1;
  font-size: 60px;
  color: rgba(125, 154, 185, 0.15);
  z-index: -1;
}
.environment-wrapper .environment {
  margin: 0 auto;
  position: relative;
}
.environment-wrapper .environment .swiper-container {
  padding-bottom: 100px;
  padding-top: 60px;
}
.environment-wrapper .environment .swiper-container .swiper-slide {
  width: 420px;
  height: 280px;
}
.environment-wrapper .environment .swiper-container .swiper-slide .box {
  width: 375px;
  height: 280px;
  background-color: #fff;
  box-shadow: 0 0 5px 1px #d8d8d8;
  text-align: center;
  line-height: 280px;
  font-size: 30px;
  padding: 15px;
  cursor: pointer;
  transition: all 0.5s;
}
.environment-wrapper .environment .swiper-container .swiper-slide .box:hover {
  transform: scale(1.1);
}
.environment-wrapper .environment .swiper-container .swiper-slide .box > img {
  display: block;
  width: 100%;
  height: 100%;
}
.environment-wrapper .environment .swiper-pagination {
  width: 100%;
  bottom: 20px;
  z-index: 1;
}
.environment-wrapper .environment .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
  background-color: #cfcfcf;
  width: 18px;
  height: 18px;
  opacity: 1;
  transition: all 0.5s;
}
.environment-wrapper .environment .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #f2f2f2;
}
.culture-wrapper {
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
}
.culture-wrapper > .title {
  position: relative;
}
.culture-wrapper > .title .top {
  font-weight: normal;
  line-height: 1;
  font-size: 36px;
  color: #333333;
  padding-bottom: 34px;
  position: relative;
  text-align: center;
}
.culture-wrapper > .title .top::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-bottom: 5px solid #106fd8;
  width: 35px;
}
.culture-wrapper > .title .bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
  font-weight: normal;
  line-height: 1;
  font-size: 60px;
  color: rgba(125, 154, 185, 0.15);
  z-index: -1;
}
.culture-wrapper > img {
  display: block;
  width: 1129px;
  height: 730px;
  margin: 0 auto;
  margin-top: 70px;
}
.location {
  position: absolute;
  left: 0;
  top: -162px;
}
