#index .index-banner {
  width: 100%;
  background-color: #333;
}
#index .index-banner .swiper-banner {
  height: 100%;
  position: relative;
}
#index .index-banner .swiper-banner .swiper-wrapper {
  height: 100%;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide {
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide>img {
  width: 100%;
  opacity: 0;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide .text-position {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide .text-position .slide-main {
  position: relative;
  width: 84%;
  margin: 0 auto;
  max-width: 1600px;
  height: 100%;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide1 .left-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -75%);
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide1 .left-text img {
  display: block;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide1 .left-text img.img01 {
  width: 470px;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide1 .left-text img.img02 {
  width: 470px;
  margin-top: 40px;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide1 .left-text img.img03 {
  width: 510px;
  margin-top: 60px;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide1 .right-text {
  width: 700px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -75%);
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide1 .right-text img {
  width: 100%;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide2 .left-text {
  position: absolute;
  top: 50%;
  width: 530px;
  right: 0;
  transform: translate(0%, -56%);
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide2 .left-text img {
  width: 100%;
  display: block;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide2 .left-text img.img02 {
  margin-top: 20px;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide2 .left-text img.img03 {
  margin-top: 20px;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide2 .left-text .info {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  margin-top: 70px;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide3 .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -56%);
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide3 .text-box img {
  display: block;
  margin: 0 auto;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide3 .text-box img.img01 {
  width: 980px;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide3 .text-box img.img02 {
  width: 360px;
  margin-top: 20px;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide3 .text-box img.img03 {
  width: 360px;
  margin-top: 20px;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide3 .text-box img.img04 {
  width: 24px;
  margin-top: 30px;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide3 .text-box .info {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  margin-top: 70px;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide4 .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -56%);
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide4 .text-box img {
  display: block;
  margin: 0 auto;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide4 .text-box img.img01 {
  width: 830px;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide4 .text-box .text01 {
  font-size: 36px;
  height: 70px;
  color: #fff;
  line-height: 70px;
  border-radius: 35px;
  background-color: #fe9200;
  display: block;
  margin: 30px auto;
  padding: 0 80px;
  text-align: center;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide4 .text-box .text02 {
  font-size: 16px;
  line-height: 28px;
  color: #fe9200;
  text-align: center;
}
#index .index-banner .swiper-banner .swiper-pagination {
  bottom: 30px;
}
#index .index-banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  margin: 0 10px;
}
#index .index-banner .swiper-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E7141A;
}
#index .index-banner .swiper-banner .index-prev,
#index .index-banner .swiper-banner .index-next {
  position: absolute;
  top: calc(50% - 30px);
  z-index: 10;
  outline: none;
}
#index .index-banner .swiper-banner .index-prev i,
#index .index-banner .swiper-banner .index-next i {
  font-size: 60px;
  color: #E7141A;
  display: block;
}
#index .index-banner .swiper-banner .index-prev.swiper-button-disabled i,
#index .index-banner .swiper-banner .index-next.swiper-button-disabled i {
  color: rgba(255, 255, 255, 0.8);
}
#index .index-banner .swiper-banner .index-prev {
  left: 40px;
}
#index .index-banner .swiper-banner .index-next {
  right: 40px;
}
#index .about-box {
  padding-top: 60px;
}
#index .about-box .about-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}
#index .about-box .about-inner .pic-box {
  width: 49.5%;
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}
#index .about-box .about-inner .pic-box img {
  width: 100%;
  opacity: 0;
}
#index .about-box .about-inner .right-info {
  width: 43.75%;
}
#index .about-box .about-inner .right-info .title-box {
  width: 100%;
  border-bottom: 2px solid #edf2f7;
  position: relative;
  padding-bottom: 40px;
}
#index .about-box .about-inner .right-info .title-box .title .t1 {
  font-size: 36px;
  line-height: 32px;
}
#index .about-box .about-inner .right-info .title-box .title .t2 {
  font-size: 20px;
  line-height: 32px;
  margin-top: 15px;
}
#index .about-box .about-inner .right-info .title-box:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 2px;
  background-color: #E7141A;
  bottom: -2px;
  left: 0;
}
#index .about-box .about-inner .right-info .info-box {
  width: 81%;
  font-size: 14px;
  line-height: 28px;
  color: #333;
  margin-top: 90px;
}
#index .about-box .about-inner .right-info .com-more {
  margin-top: 130px;
}
#index .group-box {
  padding: 70px 0;
  background-color: #FCFCFC;
}
#index .group-box .group-inner {
  position: relative;
  margin-top: 70px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #333;
  transition: all 0.3s;
}
#index .group-box .group-inner>img {
  width: 100%;
  opacity: 0;
}
#index .group-box .group-inner .text-position {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
}
#index .group-box .group-inner .text-position .g-item {
  width: 20%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 30px;
  cursor: pointer;
  transition: all 0.6s;
}
#index .group-box .group-inner .text-position .g-item .pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
#index .group-box .group-inner .text-position .g-item .pic img {
  width: 100%;
  height: 100%;
}
#index .group-box .group-inner .text-position .g-item .line {
  width: 1px;
  height: 0px;
  background-color: #fff;
  margin: 20px 0;
  transition: all 0.6s;
}
#index .group-box .group-inner .text-position .g-item .title {
  text-align: center;
  color: #fff;
}
#index .group-box .group-inner .text-position .g-item .title .t1 {
  font-size: 20px;
  line-height: 20px;
}
#index .group-box .group-inner .text-position .g-item .title .t2 {
  font-size: 14px;
  margin-top: 10px;
}
#index .group-box .group-inner .text-position .g-item .com-more {
  margin-top: 50px;
  display: none;
}
#index .group-box .group-inner .text-position .g-item:last-of-type {
  border: 0;
}
#index .group-box .group-inner .text-position .g-item:hover {
  padding-bottom: 15%;
  transition: all 0.6s;
}
#index .group-box .group-inner .text-position .g-item:hover .com-more {
  display: block;
}
#index .group-box .group-inner .text-position .g-item:hover .line {
  height: 100px;
  transition: all 0.6s;
}
#index .area-box {
  padding: 160px 0 180px;
}
#index .area-box .area-inner {
  display: flex;
  justify-content: space-between;
}
#index .area-box .area-inner .map-box {
  width: 42%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#index .area-box .area-inner .map-box img {
  width: 100%;
  opacity: 0;
}
#index .area-box .area-inner .area-info {
  width: 39%;
}
#index .area-box .area-inner .area-info .title {
  width: 80%;
  font-size: 24px;
  line-height: 40px;
}
#index .area-box .area-inner .area-info .info-box .tops {
  font-size: 18px;
  padding-bottom: 15px;
  display: inline-block;
  border-bottom: 2px solid #E7141A;
  margin-top: 60px;
}
#index .area-box .area-inner .area-info .info-box .info-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
#index .area-box .area-inner .area-info .info-box .info-list .item {
  font-size: 14px;
  margin-right: 60px;
  margin-bottom: 30px;
}
#about .about-box {
  padding-top: 120px;
  padding-left: 8%;
}
#about .about-box .about-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
}
#about .about-box .about-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}
#about .about-box .about-inner .pic-box {
  width: 49.5%;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
#about .about-box .about-inner .pic-box img {
  width: 100%;
  opacity: 0;
}
#about .about-box .about-inner .right-info {
  width: 43.75%;
  height: 530px;
  overflow-y: auto;
  padding-right: 5%;
}
#about .about-box .about-inner .right-info::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  background-color: #eef2fa;
}
#about .about-box .about-inner .right-info::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #eef2fa;
}
#about .about-box .about-inner .right-info::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #dadada;
}
#about .about-box .about-inner .right-info .title-box {
  width: 100%;
}
#about .about-box .about-inner .right-info .title-box .title .t1 {
  font-size: 20px;
  line-height: 30px;
}
#about .about-box .about-inner .right-info .info-box {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  margin-top: 10px;
}
#about .history-box {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FCFCFC;
}
#about .history-box>img {
  width: 100%;
}
#about .history-box .history-banner {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("../img/86.png");
  margin-top: 170px;
}
#about .history-box .history-banner .history-main {
  height: 100%;
}
#about .history-box .history-banner .history-main .history-swiper {
  height: 100%;
}
#about .history-box .history-banner .history-main .history-swiper .swiper-slide {
  width: 16.7% !important;
  height: 100%;
  position: relative;
  padding-top: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#about .history-box .history-banner .history-main .history-swiper .swiper-slide .info {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
#about .history-box .history-banner .history-main .history-swiper .swiper-slide .num {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}
#about .history-box .history-banner .history-main .history-swiper .swiper-slide:nth-of-type(2n) {
  flex-direction: column-reverse;
  justify-content: flex-start;
  padding-bottom: 20px;
  padding-top: 0;
}
#about .history-box .history-page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
#about .history-box .history-page .prev-btn,
#about .history-box .history-page .next-btn {
  text-align: center;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: solid 1px #dddddd;
  color: #666;
  cursor: pointer;
  outline: none;
}
#about .history-box .history-page .prev-btn .icon,
#about .history-box .history-page .next-btn .icon {
  display: inline-block;
  margin-right: 10px;
}
#about .history-box .history-page .prev-btn .icon01,
#about .history-box .history-page .next-btn .icon01 {
  display: inline-block;
  margin-left: 10px;
}
#about .history-box .history-page .prev-btn:hover,
#about .history-box .history-page .next-btn:hover {
  background-color: #E7141A;
  color: #fff;
}
#about .history-box .history-page .next-btn {
  margin-left: 40px;
}
#about .honor-box {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0 180px;
}
#about .honor-box .swiper-container {
  margin-top: 130px;
}
#about .honor-box .swiper-container .swiper-wrapper .swiper-slide {
  width: 31% !important;
}
#about .honor-box .swiper-container .swiper-wrapper .swiper-slide .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#about .honor-box .swiper-container .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
}
#about .honor-box .swiper-container .swiper-wrapper .swiper-slide .pic .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(231, 20, 26, 0.6);
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.6s;
}
#about .honor-box .swiper-container .swiper-wrapper .swiper-slide .pic .mask .title-box {
  text-align: center;
  color: #fff;
}
#about .honor-box .swiper-container .swiper-wrapper .swiper-slide .pic .mask .title-box .t1 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
#about .honor-box .swiper-container .swiper-wrapper .swiper-slide .pic .mask .title-box .t2 {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
#about .honor-box .swiper-container .swiper-wrapper .swiper-slide .info {
  padding: 30px;
  font-size: 24px;
  line-height: 30px;
  color: #333;
  text-align: center;
}
#about .honor-box .swiper-container .swiper-wrapper .swiper-slide:hover .mask {
  opacity: 1;
}
#about .honor-box .honor-prev,
#about .honor-box .honor-next {
  position: absolute;
  top: calc(50% - 70px);
  cursor: pointer;
  outline: none;
}
#about .honor-box .honor-prev i,
#about .honor-box .honor-next i {
  font-size: 40px;
  color: #E7141A;
}
#about .honor-box .honor-prev {
  left: -60px;
}
#about .honor-box .honor-next {
  right: -60px;
}
#about .structure-box {
  padding-top: 120px;
  text-align: center;
}
#about .structure-box .title {
  font-size: 32px;
  font-weight: bold;
  margin: 40px 0;
}
#about .structure-box.pad {
  padding-bottom: 110px;
}
#join .social-recr {
  padding: 120px 0;
  background-color: #fff;
}
#join .social-recr .cont {
  margin-top: 45px;
}
#join .social-recr .cont .mod {
  text-align: center;
}
#join .social-recr .cont .mod .en {
  font-size: 32px;
  font-family: 'tm';
  text-transform: uppercase;
}
#join .social-recr .cont .mod .cn {
  font-size: 20px;
  margin-top: 10px;
}
#join .social-recr .cont .content {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
#join .social-recr .cont .content p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
#join .social-recr .cont .btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
#join .social-recr .cont .btns .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 80px;
  border-radius: 10px;
  background-color: #E7141A;
  color: #fff;
  margin: 0 20px;
}
#join .social-recr .cont .btns .btn i {
  font-size: 32px;
}
#join .social-recr .cont .btns .btn span {
  font-size: 20px;
  padding-left: 10px;
}
#join .school-recruit .school-plan {
  padding: 100px 0 200px;
}
#join .school-recruit .school-plan .title-box {
  margin-top: 70px;
  text-align: center;
}
#join .school-recruit .school-plan .title-box .t1 {
  font-size: 20px;
  color: #333;
}
#join .school-recruit .school-plan .title-box .t2 {
  font-size: 14px;
  line-height: 24px;
  width: 28%;
  margin: 0 auto;
  margin-top: 20px;
}
#join .school-recruit .school-plan .img-display {
  margin-top: 100px;
  padding: 0 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#join .school-recruit .school-plan .img-display .left {
  width: 28%;
}
#join .school-recruit .school-plan .img-display .left img {
  width: 100%;
}
#join .school-recruit .school-plan .img-display .arr-box {
  width: 15%;
}
#join .school-recruit .school-plan .img-display .arr-box img {
  width: 100%;
}
#join .school-recruit .school-plan .img-display .right {
  width: 33.75%;
}
#join .school-recruit .school-plan .img-display .right img {
  width: 100%;
}
#join .school-recruit .path-box {
  width: 100%;
  height: 984px;
  padding: 50px 0 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/82.png");
}
#join .school-recruit .path-box .tops-title {
  width: 125px;
  margin: 0 auto;
}
#join .school-recruit .path-box .tops-title img {
  width: 100%;
}
#join .school-recruit .path-box .path-banner .path-swiper {
  height: 670px;
}
#join .school-recruit .path-box .path-banner .path-swiper .swiper-slide {
  width: 10% !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#join .school-recruit .path-box .path-banner .path-swiper .swiper-slide .time {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 20px;
  color: #E7141A;
  text-align: center;
  font-weight: bold;
}
#join .school-recruit .path-box .path-banner .path-swiper .swiper-slide .time.dur01 {
  background-image: url("../img/76.png");
}
#join .school-recruit .path-box .path-banner .path-swiper .swiper-slide .time.dur02 {
  background-image: url("../img/77.png");
}
#join .school-recruit .path-box .path-banner .path-swiper .swiper-slide .time.dur03 {
  background-image: url("../img/78.png");
}
#join .school-recruit .path-box .path-banner .path-swiper .swiper-slide .time.dur04 {
  background-image: url("../img/79.png");
}
#join .school-recruit .path-box .path-banner .path-swiper .swiper-slide .time.dur05 {
  background-image: url("../img/80.png");
}
#join .school-recruit .path-box .path-banner .path-swiper .swiper-slide .time.dur06 {
  background-image: url("../img/81.png");
}
#join .school-recruit .path-box .path-banner .path-swiper .swiper-slide .txt {
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0;
}
#join .school-recruit .path-box .path-banner .path-swiper .swiper-slide .line {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #E7141A;
}
#join .school-recruit .path-box .path-banner .path-swiper .swiper-slide .desc {
  margin-top: 20px;
}
#join .school-recruit .path-box .path-banner .path-swiper .swiper-slide .desc .t1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
#join .school-recruit .path-box .path-banner .path-swiper .swiper-slide .desc .info {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 10px;
  text-align: center;
}
#join .school-recruit .path-box .path-banner .path-swiper .swiper-slide:nth-of-type(1) {
  transform: translateY(26%);
}
#join .school-recruit .path-box .path-banner .path-swiper .swiper-slide:nth-of-type(2) {
  transform: translateY(17%);
}
#join .school-recruit .path-box .path-banner .path-swiper .swiper-slide:nth-of-type(3) {
  transform: translateY(4%);
}
#join .school-recruit .path-box .path-banner .path-swiper .swiper-slide:nth-of-type(4) {
  transform: translateY(-5%);
}
#join .school-recruit .path-box .path-banner .path-swiper .swiper-slide:nth-of-type(5) {
  transform: translateY(-16%);
}
#join .school-recruit .path-box .path-banner .path-swiper .swiper-slide:nth-of-type(6) {
  transform: translateY(-27%);
}
#join .school-recruit .path-box .history-page {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
#join .school-recruit .path-box .history-page .prev-btn,
#join .school-recruit .path-box .history-page .next-btn {
  text-align: center;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: solid 1px #dddddd;
  color: #666;
  outline: none;
  cursor: pointer;
}
#join .school-recruit .path-box .history-page .prev-btn .icon,
#join .school-recruit .path-box .history-page .next-btn .icon {
  display: inline-block;
  margin-right: 10px;
}
#join .school-recruit .path-box .history-page .prev-btn .icon01,
#join .school-recruit .path-box .history-page .next-btn .icon01 {
  display: inline-block;
  margin-left: 10px;
}
#join .school-recruit .path-box .history-page .prev-btn:hover,
#join .school-recruit .path-box .history-page .next-btn:hover {
  background-color: #E7141A;
  color: #fff;
}
#join .school-recruit .path-box .history-page .next-btn {
  margin-left: 40px;
}
#join .school-recruit .training-box {
  padding-top: 170px;
  background-color: #FAFAFA;
}
#join .school-recruit .training-box .training-inner {
  width: 100%;
  height: 766px;
  background-image: url("../img/83.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#join .school-recruit .training-box .training-inner .inner-box {
  width: 1433px;
  height: 100%;
  margin: 0 auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 810px 540px;
  background-image: url("../img/85.png");
  position: relative;
}
#join .school-recruit .training-box .training-inner .inner-box .item {
  background-color: rgba(180, 237, 200, 0.5);
  width: 200px;
  height: 200px;
  padding: 15px;
  border-radius: 50%;
  position: absolute;
}
#join .school-recruit .training-box .training-inner .inner-box .item .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #E7141A;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
}
#join .school-recruit .training-box .training-inner .inner-box .item .inner .title {
  color: #fff;
}
#join .school-recruit .training-box .training-inner .inner-box .item .inner .title .cn {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
#join .school-recruit .training-box .training-inner .inner-box .item .inner .title .en {
  font-size: 12px;
  line-height: 30px;
}
#join .school-recruit .training-box .training-inner .inner-box .item .inner .title .line {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 0 auto;
}
#join .school-recruit .training-box .training-inner .inner-box .item.item01 {
  left: 0%;
  bottom: 15%;
}
#join .school-recruit .training-box .training-inner .inner-box .item.item02 {
  left: 10%;
  top: 15%;
}
#join .school-recruit .training-box .training-inner .inner-box .item.item03 {
  left: calc(50% - 100px);
  top: -5%;
}
#join .school-recruit .training-box .training-inner .inner-box .item.item04 {
  left: 70%;
  top: 15%;
}
#join .school-recruit .training-box .training-inner .inner-box .item.item05 {
  right: 0;
  bottom: 15%;
}
#join .school-recruit .training-box .training-inner .inner-box .item-inner {
  width: 200px;
  height: 200px;
  padding: 15px;
  border-radius: 50%;
  background-color: rgba(21, 101, 49, 0.3);
  position: absolute;
  bottom: 70px;
  left: calc(50% - 100px);
}
#join .school-recruit .training-box .training-inner .inner-box .item-inner .inner {
  background-color: rgba(43, 175, 89, 0.9);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  padding: 15px;
}
#join .school-recruit .training-box .training-inner .inner-box .item-inner .inner .in-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#join .school-recruit .training-box .training-inner .inner-box .item-inner .inner .in-inner .title {
  color: #fff;
}
#join .school-recruit .training-box .training-inner .inner-box .item-inner .inner .in-inner .title .cn {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
#join .school-recruit .training-box .training-inner .inner-box .item-inner .inner .in-inner .title .en {
  font-size: 12px;
  line-height: 30px;
}
#join .school-recruit .training-box .training-inner .inner-box .item-inner .inner .in-inner .title .line {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 0 auto;
}
#join .school-recruit .position-box {
  padding: 100px 0;
}
#join .school-recruit .position-box .recruit-list {
  margin-top: 80px;
}
#join .school-recruit .position-box .recruit-list .r-item {
  box-shadow: 0px 2px 6px 1px rgba(43, 46, 44, 0.16);
  margin-bottom: 25px;
}
#join .school-recruit .position-box .recruit-list .r-item .recruit-top {
  width: 100%;
  height: 110px;
  background-color: #ffffff;
  padding: 24px 40px 0 30px;
  cursor: pointer;
}
#join .school-recruit .position-box .recruit-list .r-item .recruit-top .tops {
  display: flex;
  justify-content: space-between;
}
#join .school-recruit .position-box .recruit-list .r-item .recruit-top .tops .left {
  font-size: 20px;
  font-weight: bold;
}
#join .school-recruit .position-box .recruit-list .r-item .recruit-top .tops .right {
  font-size: 16px;
  color: #E7141A;
}
#join .school-recruit .position-box .recruit-list .r-item .recruit-top .item-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
#join .school-recruit .position-box .recruit-list .r-item .recruit-top .item-box .item {
  font-size: 16px;
  line-height: 30px;
}
#join .school-recruit .position-box .recruit-list .r-item .recruit-top.active .tops .right {
  color: #999;
}
#join .school-recruit .position-box .recruit-list .r-item .recruit-content {
  background-color: #fafafa;
  padding: 15px 30px 25px;
  display: none;
}
#join .school-recruit .position-box .recruit-list .r-item .recruit-content .t1 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#join .school-recruit .position-box .recruit-list .r-item .recruit-content .cont {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}
#join .school-recruit .position-box .recruit-list .r-item .recruit-content .text-box {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
}
#join .service-support .service-list {
  padding-top: 50px;
}
#join .service-support .service-list .items .tops {
  height: auto;
  padding: 36px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
}
#join .service-support .service-list .items .tops .left {
  width: 90%;
}
#join .service-support .service-list .items .tops .left .title {
  font-size: 20px;
}
#join .service-support .service-list .items .tops .left .desc {
  font-family: 'dinb';
  font-size: 14px;
  color: #999;
}
#join .service-support .service-list .items .tops .arr {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  transition: transform 0.3s;
}
#join .service-support .service-list .items .tops .arr img {
  width: 100%;
  height: 100%;
}
#join .service-support .service-list .items .tops.active .arr {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
#join .service-support .service-list .items .cont {
  background-color: #EEEEEF;
  font-size: 16px;
  line-height: 34px;
  color: #666;
  padding: 36px 45px;
  display: none;
}
#join .service-support .pages {
  margin: 70px 0 120px;
}
#join .join-box .concept-box {
  padding-top: 80px;
}
#join .join-box .concept-box>.info {
  width: 55%;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
#join .join-box .concept-box .concept-nav {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#join .join-box .concept-box .concept-nav .item {
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}
#join .join-box .concept-box .concept-nav .item .word {
  font-size: 100px;
  line-height: 60px;
  color: #eee;
  text-transform: uppercase;
  transition: all 0.3s;
}
#join .join-box .concept-box .concept-nav .item .text {
  color: #999;
  margin-left: 10px;
  transition: all 0.3s;
}
#join .join-box .concept-box .concept-nav .item .text .t1 {
  font-size: 16px;
  line-height: 30px;
}
#join .join-box .concept-box .concept-nav .item .text .t2 {
  font-family: "tm";
  font-size: 12px;
  text-transform: uppercase;
}
#join .join-box .concept-box .concept-nav .item:hover .word,
#join .join-box .concept-box .concept-nav .item.active .word {
  color: #E7141A;
  transition: all 0.3s;
}
#join .join-box .concept-box .concept-nav .item:hover .text,
#join .join-box .concept-box .concept-nav .item.active .text {
  color: #E7141A;
  transition: all 0.3s;
}
#join .join-box .concept-box .concept-cont {
  display: flex;
  margin-top: 50px;
}
#join .join-box .concept-box .concept-cont .pic {
  width: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#join .join-box .concept-box .concept-cont .pic img {
  width: 100%;
  opacity: 0;
}
#join .join-box .concept-box .concept-cont .info-box {
  width: 50%;
  padding: 5% 15% 20px 8%;
  position: relative;
}
#join .join-box .concept-box .concept-cont .info-box .info {
  position: relative;
  z-index: 10;
}
#join .join-box .concept-box .concept-cont .info-box .info .title .t1 {
  font-size: 16px;
  line-height: 30px;
}
#join .join-box .concept-box .concept-cont .info-box .info .title .t2 {
  font-family: "tm";
  font-size: 12px;
  text-transform: uppercase;
}
#join .join-box .concept-box .concept-cont .info-box .info .desc {
  font-size: 24px;
  line-height: 32px;
  color: #333;
  margin-top: 40px;
}
#join .join-box .concept-box .concept-cont .info-box .info .line {
  width: 30px;
  height: 3px;
  background-color: #666;
  margin-top: 70px;
}
#join .join-box .concept-box .concept-cont .info-box .big-word {
  text-transform: uppercase;
  font-size: 480px;
  line-height: 480px;
  font-weight: bold;
  color: #f9f9f9;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 5%;
}
#join .join-box .adv-op-box {
  padding: 100px 0;
}
#join .join-box .adv-op-box .info {
  width: 55%;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  margin-top: 70px;
}
#join .join-box .adv-op-box .adv-op-cont {
  display: flex;
  margin-top: 50px;
}
#join .join-box .adv-op-box .adv-op-cont .item {
  width: 50%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
#join .join-box .adv-op-box .adv-op-cont .item img {
  width: 100%;
  opacity: 0;
}
#join .join-box .adv-op-box .adv-op-cont .item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#join .join-box .adv-op-box .adv-op-cont .item .text .t1 {
  color: #fff;
  text-align: center;
}
#join .join-box .adv-op-box .adv-op-cont .item .text .t1 i {
  font-size: 22px;
}
#join .join-box .adv-op-box .adv-op-cont .item .text .t1 span {
  display: inline-block;
  margin-left: 20px;
  font-size: 24px;
}
#join .join-box .adv-op-box .adv-op-cont .item .text .t2 {
  font-size: 32px;
  line-height: 32px;
  font-family: "tm";
  margin-top: 10px;
  text-transform: uppercase;
  color: #fff;
}
#join .join-cover {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
#join .join-cover .advise-content {
  width: 1088px;
  border-radius: 20px;
  background-color: #fff;
  padding: 70px 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#join .join-cover .advise-content .title-box {
  color: #E7141A;
  text-align: center;
}
#join .join-cover .advise-content .title-box .t1 {
  font-family: 'tm';
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
#join .join-cover .advise-content .title-box .t2 {
  font-size: 20px;
  line-height: 20px;
  margin-top: 20px;
}
#join .join-cover .advise-content .content {
  margin-top: 40px;
}
#join .join-cover .advise-content .content .item {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  display: flex;
}
#join .join-cover .advise-content .content .item i {
  font-size: 12px;
  color: #E7141A;
  display: inline-block;
  margin-right: 5px;
}
#join .join-cover .advise-content .close {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/66.png");
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
#news .news_l {
  padding: 100px 0 70px;
  background-color: #fff;
}
#news .news_l .main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#news .news_l .item {
  width: 45.6%;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
#news .news_l .item .img {
  width: 300px;
  height: 200px;
  overflow: hidden;
}
#news .news_l .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
#news .news_l .item .text {
  width: calc(100% - 300px);
  padding-left: 30px;
}
#news .news_l .item .text .date {
  width: 100%;
  height: 60px;
  line-height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'tm';
  border-bottom: 1px solid #e6e6e6;
}
#news .news_l .item .text .date .day {
  font-size: 32px;
}
#news .news_l .item .text .date .year {
  font-size: 20px;
  color: #666;
}
#news .news_l .item .text .title {
  margin-top: 25px;
  font-size: 20px;
  line-height: 22px;
}
#news .news_l .item .text .desc {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  color: #666;
  margin-top: 10px;
}
#news .news_l .item .text .more {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: 'dinb';
  margin-top: 15px;
  color: #E7141A;
  opacity: 0;
  transition: all 0.3s;
}
#news .news_l .item .text .more::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  margin-left: 8px;
  background-color: #E7141A;
  transition: all 0.3s;
}
#news .news_l .item:hover .img img {
  transform: scale(1.1);
}
#news .news_l .item:hover .text .more {
  opacity: 1;
}
#news .news_l .item:hover .text .more::after {
  width: 30px;
}
#news .news_l .pages {
  margin-top: 30px;
}
#news .detail {
  width: 100%;
  padding: 100px 0;
}
#news .detail .info {
  width: 100%;
  text-align: center;
}
#news .detail .info .title {
  font-size: 28px;
  font-weight: bold;
}
#news .detail .info .date {
  margin-top: 20px;
  font-size: 14px;
  color: #999;
}
#news .detail .content {
  margin-top: 50px;
  font-size: 16px;
  line-height: 34px;
  color: #666;
}
#news .detail .content img {
  max-width: 100%;
}
#news .detail .prev-next {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding: 25px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#news .detail .prev-next a {
  display: inline-block;
  max-width: 40%;
}
#news .detail .back {
  margin-top: 50px;
  text-align: center;
}
#news .detail .back a {
  display: inline-block;
  width: 170px;
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 25px;
  font-size: 18px;
  color: #888;
  line-height: 48px;
  text-align: center;
}
#indu .indu_l {
  padding: 100px 0;
  background-color: #fafafa;
}
#indu .indu_l .inner-list-tab {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
#indu .indu_l .inner-list-tab a {
  width: 100%;
  display: block;
  height: 130px;
  line-height: 130px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  font-size: 20px;
  transition: all 0.3s;
}
#indu .indu_l .inner-list-tab a:hover,
#indu .indu_l .inner-list-tab a.active {
  border-color: #E7141A;
  color: #E7141A;
}
#indu .indu_l .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
#indu .indu_l .list .item {
  display: block;
  margin-bottom: 60px;
  width: 23.5%;
  margin-left: 2%;
}
#indu .indu_l .list .item:nth-child(4n+1) {
  margin-left: 0;
}
#indu .indu_l .list .item .img {
  width: 100%;
  overflow: hidden;
}
#indu .indu_l .list .item .img img {
  width: 100%;
  transition: all 0.3s;
}
#indu .indu_l .list .item .text {
  width: 100%;
  padding: 20px 15px;
  background-color: #fff;
  border-bottom: 2px solid #E7141A;
  transition: all 0.3s;
}
#indu .indu_l .list .item .text .title {
  font-size: 20px;
  font-weight: bold;
}
#indu .indu_l .list .item .text .title span {
  color: #E7141A;
  font-size: 16px;
  transition: color 0.3s;
}
#indu .indu_l .list .item .text .desc {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
  transition: color 0.3s;
}
#indu .indu_l .list .item:hover .img img {
  transform: scale(1.1);
}
#indu .indu_l .list .item:hover .text {
  background-color: #E7141A;
  color: #fff;
}
#indu .indu_l .list .item:hover .text .title span {
  color: #fff;
}
#indu .indu_l .list .item:hover .text .desc {
  color: #fff;
}
#indu .indu_l .pages {
  margin-top: 30px;
}
#indu .img-bg {
  margin-top: 40px;
}
#indu .inner-search {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 65px;
}
#indu .inner-search .left,
#indu .inner-search .page {
  white-space: nowrap;
  font-size: 16px;
}
#indu .inner-search .left {
  margin-right: 30px;
}
#indu .inner-search .page {
  margin-left: 30px;
}
#indu .inner-search .search {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#indu .inner-search .search::before,
#indu .inner-search .search::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}
#indu .inner-search .search .bar {
  flex-shrink: 0;
  width: 560px;
  height: 60px;
  border: 1px solid #e6e6e6;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
#indu .inner-search .search .bar input {
  width: calc(100% - 60px);
  height: 100%;
  border: none;
  background-color: #fff;
  padding: 0 28px;
}
#indu .inner-search .search .bar .btn {
  display: block;
  width: 60px;
  height: 100%;
  background-color: #fff;
  border: none;
  border-left: 1px solid #e6e6e6;
}
#indu .inner-search .search .bar .btn i {
  font-size: 24px;
  color: #333;
}
#indu .industry-box .project-intro {
  padding-top: 100px;
}
#indu .industry-box .project-intro .intro-box {
  margin-top: 80px;
}
#indu .industry-box .project-intro .intro-box .tops-box {
  display: flex;
  background-color: #F8F8F8;
}
#indu .industry-box .project-intro .intro-box .tops-box .pic {
  width: 62%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#indu .industry-box .project-intro .intro-box .tops-box .pic img {
  width: 100%;
  opacity: 0;
}
#indu .industry-box .project-intro .intro-box .tops-box .info-box {
  padding: 3% 4% 0;
}
#indu .industry-box .project-intro .intro-box .tops-box .info-box .title {
  font-size: 32px;
  line-height: 32px;
  padding-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #d4d4d4;
}
#indu .industry-box .project-intro .intro-box .tops-box .info-box .desc {
  margin-top: 20px;
}
#indu .industry-box .project-intro .intro-box .tops-box .info-box .desc .t1 {
  font-size: 14px;
}
#indu .industry-box .project-intro .intro-box .tops-box .info-box .desc .t2 {
  font-size: 16px;
  line-height: 28px;
  margin-top: 5px;
}
#indu .industry-box .project-intro .intro-box .tops-box .info-box .desc .t2.font-din {
  font-size: 28px;
}
#indu .industry-box .project-intro .intro-box .tops-box .info-box .desc .t2.address {
  font-weight: bold;
}
#indu .industry-box .project-intro .intro-box .tops-box .info-box .desc .code {
  width: 120px;
  margin-top: 10px;
}
#indu .industry-box .project-intro .intro-box .tops-box .info-box .desc .code img {
  width: 100%;
}
#indu .industry-box .project-intro .intro-box .bottom-box {
  padding: 30px;
  background-color: #FCFCFC;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
#indu .industry-box .value-list {
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 50px;
}
#indu .industry-box .value-list .v-item {
  width: 28.75%;
  background-color: #fff;
  box-shadow: 0px 8px 14px 1px rgba(223, 229, 225, 0.5);
  padding: 40px 70px 30px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.6s;
}
#indu .industry-box .value-list .v-item .icon-box {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  text-align: center;
  background-color: #E7141A;
  margin: 0 auto;
}
#indu .industry-box .value-list .v-item .icon-box i {
  font-size: 50px;
  color: #fff;
}
#indu .industry-box .value-list .v-item .title {
  text-align: center;
  margin-top: 30px;
}
#indu .industry-box .value-list .v-item .title .t1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
#indu .industry-box .value-list .v-item .title .t2 {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
#indu .industry-box .value-list .v-item .desc-box {
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
  height: 120px;
  overflow: hidden;
  transition: all 0.6s;
}
#indu .industry-box .value-list .v-item .desc-box .item {
  display: flex;
}
#indu .industry-box .value-list .v-item .desc-box .item .label {
  flex-shrink: 0;
}
#indu .industry-box .value-list .v-item .desc-box.active {
  height: auto;
  transition: all 0.6s;
}
#indu .industry-box .value-list .v-item .add-box {
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  background-color: #E7141A;
  font-weight: bold;
  margin-top: 30px;
  cursor: pointer;
}
#indu .industry-box .value-list .v-item .add-box .plus {
  display: block;
}
#indu .industry-box .value-list .v-item .add-box .min {
  display: none;
}
#indu .industry-box .value-list .v-item .add-box.active .plus {
  display: none;
}
#indu .industry-box .value-list .v-item .add-box.active .min {
  display: block;
}
#indu .industry-box .project-pic {
  padding: 100px 0 0;
}
#indu .industry-box .project-pic .pic-container {
  margin-top: 60px;
  background-image: url("../img/50.png");
  background-repeat: repeat-x;
  background-size: 2px 100%;
  padding-bottom: 100px;
}
#indu .industry-box .project-pic .pic-container .pic-swiper .swiper-wrapper .swiper-slide {
  width: 62.5% !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#indu .industry-box .project-pic .pic-container .pic-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  opacity: 0;
}
#indu .industry-box .project-pic .pic-container .pic-swiper .swiper-wrapper .swiper-slide .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.6s;
}
#indu .industry-box .project-pic .pic-container .pic-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .mask {
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.6s;
}
#indu .industry-box .project-pic .pic-container .pic-page {
  width: 62.5%;
  margin: 0 auto;
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
}
#indu .industry-box .project-pic .pic-container .pic-page .page-item {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  outline: none;
}
#indu .industry-box .project-pic .pic-container .pic-page .page-item.prev .icon {
  display: inline-block;
  margin-right: 6px;
}
#indu .industry-box .project-pic .pic-container .pic-page .page-item.prev .line {
  margin-left: 16px;
}
#indu .industry-box .project-pic .pic-container .pic-page .page-item.next .icon01 {
  display: inline-block;
  margin-left: 6px;
}
#indu .industry-box .project-pic .pic-container .pic-page .page-item.next .line {
  margin-right: 16px;
}
#indu .industry-box .project-pic .pic-container .pic-page .page-item .line {
  width: 140px;
  height: 2px;
  background-color: #dddddd;
}
#indu .industry-box .project-pic .pic-container .pic-page .page-num .swiper-pagination-bullet {
  background-color: transparent;
  margin: 0 20px;
  font-size: 16px;
  outline: none;
}
#indu .industry-box .project-pic .pic-container .pic-page .page-num .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #E7141A;
}
#indu .industry-box .project-address {
  padding: 100px 0;
}
#indu .industry-box .project-address .map-box {
  margin-top: 60px;
}
#indu .industry-box .project-address .map-box .map {
  width: 100%;
  height: 620px;
}
#indu .industry-box .property-profile {
  padding: 100px 0;
  text-align: center;
}
#indu .industry-box .property-profile .info {
  width: 48.75%;
  color: #666;
  font-size: 14px;
  line-height: 30px;
  margin: 40px auto;
}
#indu .industry-box .property-profile .info-m {
  display: none;
}
#indu .industry-box .profile-box {
  box-shadow: 0px 8px 22px 1px rgba(215, 215, 215, 0.76);
  background-color: #fff;
  display: flex;
  padding: 30px 0;
  position: relative;
  z-index: 10;
}
#indu .industry-box .profile-box .p-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 33.33%;
}
#indu .industry-box .profile-box .p-item i {
  font-size: 75px;
  color: #E7141A;
}
#indu .industry-box .profile-box .p-item .title {
  margin-top: 30px;
}
#indu .industry-box .profile-box .p-item .title .t1 {
  font-size: 24px;
  font-weight: bold;
}
#indu .industry-box .profile-box .p-item .title .t2 {
  font-size: 14px;
  line-height: 30px;
  margin: 0 auto;
  margin-top: 20px;
}
#indu .industry-box .slogan-box {
  display: flex;
  margin-top: -100px;
}
#indu .industry-box .slogan-box .left-box {
  width: 50%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#indu .industry-box .slogan-box .left-box img {
  width: 100%;
  opacity: 0;
}
#indu .industry-box .slogan-box .left-box .text-box {
  color: #E7141A;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -120%);
  padding: 10px 0;
  border-top: 1px solid #E7141A;
  border-bottom: 1px solid #E7141A;
}
#indu .industry-box .slogan-box .left-box .text-box .t1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
#indu .industry-box .slogan-box .left-box .text-box .t2 {
  font-size: 12px;
  margin-top: 10px;
}
#indu .industry-box .slogan-box .right-box {
  width: 50%;
  padding-top: 8%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#indu .industry-box .slogan-box .right-box .item {
  width: 50%;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
#indu .industry-box .slogan-box .right-box .item .title {
  font-size: 50px;
  line-height: 50px;
  color: #e1e4e2;
  font-weight: bold;
}
#indu .industry-box .slogan-box .right-box .item .text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  width: 55%;
}
#indu .industry-box .industry-list {
  padding: 100px 0 40px;
}
#indu .industry-box .industry-list .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#indu .industry-box .industry-list .list .item {
  display: block;
  margin-bottom: 60px;
  width: 23.5%;
  margin-left: 2%;
}
#indu .industry-box .industry-list .list .item:nth-child(4n+1) {
  margin-left: 0;
}
#indu .industry-box .industry-list .list .item .img {
  width: 100%;
  overflow: hidden;
}
#indu .industry-box .industry-list .list .item .img img {
  width: 100%;
  transition: all 0.3s;
}
#indu .industry-box .industry-list .list .item .text {
  width: 100%;
  padding: 20px 15px;
  background-color: #fff;
  border-bottom: 2px solid #E7141A;
  transition: all 0.3s;
}
#indu .industry-box .industry-list .list .item .text .title {
  font-size: 20px;
  font-weight: bold;
}
#indu .industry-box .industry-list .list .item .text .title span {
  color: #E7141A;
  font-size: 16px;
  transition: color 0.3s;
}
#indu .industry-box .industry-list .list .item .text .desc {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
  transition: color 0.3s;
}
#indu .industry-box .industry-list .list .item:hover .img img {
  transform: scale(1.1);
}
#indu .industry-box .industry-list .list .item:hover .text {
  background-color: #E7141A;
  color: #fff;
}
#indu .industry-box .industry-list .list .item:hover .text .title span {
  color: #fff;
}
#indu .industry-box .industry-list .list .item:hover .text .desc {
  color: #fff;
}
#indu .industry-box .hotel-box {
  padding-top: 120px;
}
#indu .industry-box .hotel-box .hotel-banner {
  margin-top: 90px;
}
#indu .industry-box .hotel-box .hotel-banner .hotel-swiper {
  height: 100%;
  position: relative;
}
#indu .industry-box .hotel-box .hotel-banner .hotel-swiper .swiper-wrapper {
  height: 100%;
}
#indu .industry-box .hotel-box .hotel-banner .hotel-swiper .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#indu .industry-box .hotel-box .hotel-banner .hotel-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  opacity: 0;
}
#indu .industry-box .hotel-box .hotel-banner .hotel-swiper .pic-page {
  width: 100%;
  padding: 0 10%;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 10;
  height: 64px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  justify-content: space-between;
}
#indu .industry-box .hotel-box .hotel-banner .hotel-swiper .pic-page .page-item {
  font-size: 12px;
  font-weight: bold;
  color: #dddddd;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  outline: none;
}
#indu .industry-box .hotel-box .hotel-banner .hotel-swiper .pic-page .page-item.prev .icon {
  display: inline-block;
  margin-right: 6px;
}
#indu .industry-box .hotel-box .hotel-banner .hotel-swiper .pic-page .page-item.prev .line {
  margin-left: 16px;
}
#indu .industry-box .hotel-box .hotel-banner .hotel-swiper .pic-page .page-item.next .icon01 {
  display: inline-block;
  margin-left: 6px;
}
#indu .industry-box .hotel-box .hotel-banner .hotel-swiper .pic-page .page-item.next .line {
  margin-right: 16px;
}
#indu .industry-box .hotel-box .hotel-banner .hotel-swiper .pic-page .page-item .line {
  width: 140px;
  height: 2px;
  background-color: #dddddd;
}
#indu .industry-box .hotel-box .hotel-banner .hotel-swiper .pic-page .page-item:hover {
  color: #E7141A;
}
#indu .industry-box .hotel-box .hotel-banner .hotel-swiper .pic-page .page-num .swiper-pagination-bullet {
  background-color: transparent;
  margin: 0 10px;
  font-size: 14px;
  outline: none;
  opacity: 1;
  color: #d4d4d4;
}
#indu .industry-box .hotel-box .hotel-banner .hotel-swiper .pic-page .page-num .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #E7141A;
}
#indu .industry-box .hotel-box .hotel-banner .hotel-info {
  padding: 30px 50px 40px 40px;
  background-color: #fcfcfc;
}
#indu .industry-box .hotel-box .hotel-banner .hotel-info .title {
  font-size: 24px;
  text-align: center;
}
#indu .industry-box .hotel-box .hotel-banner .hotel-info .info {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 20px;
}
#indu .industry-box .hotel-box .hotel-item {
  display: flex;
  justify-content: space-between;
  padding: 60px 160px 100px;
}
#indu .industry-box .hotel-box .hotel-item .item {
  width: 22.5%;
  padding: 60px 40px;
  border: solid 1px #dddddd;
  transition: all 0.6s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#indu .industry-box .hotel-box .hotel-item .item .icon-box {
  display: block;
  width: 80px;
  height: 80px;
  background-color: #E7141A;
  color: #fff;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
}
#indu .industry-box .hotel-box .hotel-item .item .icon-box i {
  font-size: 36px;
}
#indu .industry-box .hotel-box .hotel-item .item .title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 15px 0 20px;
}
#indu .industry-box .hotel-box .hotel-item .item .info {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: center;
}
#indu .industry-box .hotel-box .hotel-item .item:hover {
  background-color: #E7141A;
}
#indu .industry-box .hotel-box .hotel-item .item:hover .icon-box {
  color: #E7141A;
  background-color: #fff;
}
#indu .industry-box .hotel-box .hotel-item .item:hover .title {
  color: #fff;
}
#indu .industry-box .hotel-box .hotel-item .item:hover .info {
  color: #fff;
}
#indu .industry-box .hotel-box .hotel-display {
  display: flex;
  margin-bottom: 80px;
}
#indu .industry-box .hotel-box .hotel-display .left {
  background-size: cover;
  background-position: center;
  width: 50%;
}
#indu .industry-box .hotel-box .hotel-display .left img {
  width: 100%;
  opacity: 0;
}
#indu .industry-box .hotel-box .hotel-display .right {
  width: 50%;
  position: relative;
  background-color: #fcfcfc;
  padding: 0 40px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#indu .industry-box .hotel-box .hotel-display .right .right-info {
  box-shadow: 0px 8px 22px 1px #dfe5e1;
  width: 91%;
  background-color: #fff;
  padding: 100px 120px;
  background-image: url("../img/60.png");
  background-size: 100%;
  background-position: center;
  position: relative;
  margin-left: -15%;
}
#indu .industry-box .hotel-box .hotel-display .right .right-info .lines {
  display: flex;
  align-items: center;
  width: 40px;
  height: 3px;
  position: absolute;
}
#indu .industry-box .hotel-box .hotel-display .right .right-info .lines span {
  display: block;
  width: 50%;
  height: 100%;
}
#indu .industry-box .hotel-box .hotel-display .right .right-info .lines .one {
  background-color: #f6f6f6;
}
#indu .industry-box .hotel-box .hotel-display .right .right-info .lines .prev {
  background-color: #E7141A;
}
#indu .industry-box .hotel-box .hotel-display .right .right-info .lines.top-line {
  top: 40px;
  left: -20px;
}
#indu .industry-box .hotel-box .hotel-display .right .right-info .lines.bottom-line {
  bottom: 40px;
  right: -20px;
}
#indu .industry-box .hotel-box .hotel-display .right .right-info .title-box .cn {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
#indu .industry-box .hotel-box .hotel-display .right .right-info .title-box .en {
  font-size: 12px;
}
#indu .industry-box .hotel-box .hotel-display .right .right-info .title-box .line {
  width: 20px;
  height: 3px;
  background-color: #E7141A;
  margin-top: 15px;
}
#indu .industry-box .hotel-box .hotel-display .right .right-info .info-box {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 30px;
}
#indu .industry-box .hotel-box .hotel-display .right .name-box {
  color: #E7141A;
  width: 20px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#indu .industry-box .hotel-box .hotel-display .right .name-box .line {
  width: 2px;
  height: 100px;
  background-color: #E7141A;
  margin-top: 10px;
}
#indu .industry-box .hotel-box .hotel-display .right .tag {
  width: 18px;
  height: 3px;
  background-color: #E7141A;
  position: absolute;
  right: 40px;
  top: 40px;
}
#indu .industry-box .hotel-box .hotel-display.reserve {
  display: flex;
  flex-direction: row-reverse;
}
#indu .industry-box .hotel-box .hotel-display.reserve .right {
  flex-direction: row-reverse;
  padding: 0 0 0 40px;
}
#indu .industry-box .hotel-box .hotel-display.reserve .right .right-info {
  margin-left: 0;
  margin-right: -15%;
  background-image: url("../img/61.png");
}
#indu .industry-box .hotel-box .hotel-display.reserve .right .right-info .top-line {
  right: -20px;
  left: unset;
}
#indu .industry-box .hotel-box .hotel-display.reserve .right .right-info .bottom-line {
  left: -20px;
  right: unset;
}
#indu .industry-box .hotel-box .hotel-display.reserve .right .tag {
  left: 40px;
  right: unset;
}
#indu .industry-box .hotel-box .map-box {
  padding: 70px 0 90px;
}
#indu .industry-box .hotel-box .map-box .map {
  height: 600px;
}
#indu .industry-box .hotel-box .map-box .map-items {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
#indu .industry-box .hotel-box .map-box .map-items .item {
  width: 32%;
  border: 1px solid #ddd;
  padding: 0 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#indu .industry-box .hotel-box .map-box .map-items .item .icon-box {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  background-color: #E7141A;
  margin-top: -40px;
}
#indu .industry-box .hotel-box .map-box .map-items .item .icon-box i {
  font-size: 30px;
  color: #fff;
}
#indu .industry-box .hotel-box .map-box .map-items .item .title {
  margin-top: 30px;
}
#indu .industry-box .hotel-box .map-box .map-items .item .title .t1 {
  font-size: 14px;
  color: #666;
}
#indu .industry-box .hotel-box .map-box .map-items .item .title .line {
  width: 30px;
  height: 3px;
  background-color: #ddd;
  margin: 0 auto;
  margin-top: 6px;
}
#indu .industry-box .hotel-box .map-box .map-items .item .desc {
  font-size: 20px;
  line-height: 24px;
  color: #333;
  margin-top: 20px;
}
#indu .industry-box .hotel-box .map-box .map-items .item .code {
  margin-top: 20px;
  width: 85px;
}
#indu .industry-box .hotel-box .map-box .map-items .item .code img {
  width: 100%;
}
#indu .industry-box .hotel-box .map-box .com-more {
  margin: 0 auto;
  margin-top: 80px;
}
#indu .industry-box .commercial-box {
  padding: 120px 0 0;
}
#indu .industry-box .commercial-box .img-bg {
  margin-top: 70px;
  margin-bottom: 90px;
}
#indu .industry-box .commercial-box .img-bg img {
  max-width: 100%;
}
#indu .industry-box .commercial-item {
  padding: 100px 0;
}
#indu .industry-box .commercial-item .item-list {
  display: flex;
}
#indu .industry-box .commercial-item .item-list .pic {
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#indu .industry-box .commercial-item .item-list .pic img {
  width: 100%;
  opacity: 0;
}
#indu .industry-box .commercial-item .item-list .info-box {
  width: 50%;
  padding: 30px 30px 30px 8%;
}
#indu .industry-box .commercial-item .item-list .info-box .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
#indu .industry-box .commercial-item .item-list .info-box .line {
  width: 48px;
  height: 4px;
  background-color: #ddd;
  margin: 40px 0;
}
#indu .industry-box .commercial-item .item-list .info-box .desc {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
#indu .industry-box .commercial-item .item-list .info-box .com-more {
  margin-top: 100px;
}
#indu .industry-box .commercial-item.reserve {
  background-color: #f6f6f6;
}
#indu .industry-box .commercial-item.reserve .item-list {
  flex-direction: row-reverse;
}
#indu .industry-box .commercial-item.reserve .item-list .info-box {
  padding: 30px 8% 30px 20px;
}
#indu .industry-box .service-intro {
  padding: 90px 0 120px;
}
#indu .industry-box .service-intro .info {
  width: 37%;
  text-align: center;
  margin: 40px auto;
}
#indu .industry-box .service-intro .info-m {
  display: none;
}
#indu .industry-box .service-intro .img-bg {
  text-align: center;
}
#indu .industry-box .service-intro .img-bg img {
  max-width: 100%;
}
#indu .industry-box .service-intro .service-banner {
  position: relative;
  width: 83.5%;
  margin: 0 auto;
  margin-top: 36px;
}
#indu .industry-box .service-intro .service-banner .service-swiper {
  width: 80%;
}
#indu .industry-box .service-intro .service-banner .service-swiper .swiper-slide {
  width: 60px !important;
}
#indu .industry-box .service-intro .service-banner .service-swiper .swiper-slide .info-box {
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  font-size: 16px;
  color: #fff;
  border-radius: 0px 0px 30px 30px;
  background-color: #E7141A;
  width: 100%;
  padding: 25px 0 30px;
  text-align: center;
  line-height: 60px;
}
#indu .industry-box .service-intro .service-banner .service-page .page-box {
  display: inline-block;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 50%;
}
#indu .industry-box .service-intro .service-banner .service-page .page-box i {
  font-size: 28px;
  color: #E7141A;
}
#indu .industry-box .service-intro .service-banner .service-page .page-box.swiper-button-disabled i {
  color: #cbcaca;
}
#indu .industry-box .service-intro .service-banner .service-page .page-box.prev {
  left: 0;
}
#indu .industry-box .service-intro .service-banner .service-page .page-box.next {
  right: 0;
}
#indu .industry-box .service-intro .service-item {
  width: 83.5%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 180px;
}
#indu .industry-box .service-intro .service-item .item {
  width: 26%;
}
#indu .industry-box .service-intro .service-item .item .title .t1 {
  font-size: 20px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
}
#indu .industry-box .service-intro .service-item .item .title .line {
  width: 40px;
  height: 3px;
  background-color: #E7141A;
  margin-top: 14px;
}
#indu .industry-box .service-intro .service-item .item .desc {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 30px;
  text-indent: 2em;
}
#indu .industry-box .group-strategy {
  width: 100%;
  padding: 100px 0 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/72.png");
}
#indu .industry-box .group-strategy .index-title {
  padding-bottom: 40px;
}
#indu .industry-box .group-strategy .text-item {
  text-align: center;
  margin-top: 50px;
}
#indu .industry-box .group-strategy .text-item .year {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #E7141A;
}
#indu .industry-box .group-strategy .text-item .year .num {
  font-size: 44px;
  line-height: 44px;
  margin-right: 5px;
}
#indu .industry-box .group-strategy .text-item .t1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
#indu .industry-box .group-strategy .text-item .t2 {
  font-size: 14px;
}
#indu .industry-box .culture-box {
  padding: 160px 0 150px;
}
#indu .industry-box .culture-box .item-list {
  width: 83.5%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 120px;
}
#indu .industry-box .culture-box .item-list .item {
  width: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#indu .industry-box .culture-box .item-list .item i {
  font-size: 90px;
  color: #E7141A;
}
#indu .industry-box .culture-box .item-list .item .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
}
#indu .industry-box .culture-box .item-list .item .desc {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
#contact .contact-box {
  display: flex;
  align-items: center;
  height: 700px;
  margin-top: -170px;
  border-radius: 10px;
  overflow: hidden;
}
#contact .contact-box .map-box {
  width: 60%;
  height: 100%;
}
#contact .contact-box .map-box #map {
  width: 100%;
  height: 100%;
}
#contact .contact-box .map-info {
  width: 40%;
  padding: 5% 8% 0;
  height: 100%;
  background-color: #E7141A;
}
#contact .contact-box .map-info .title {
  font-size: 48px;
  line-height: 48px;
  color: #fff;
}
#contact .contact-box .map-info .desc {
  margin-top: 50px;
  color: #fff;
}
#contact .contact-box .map-info .desc .t1 {
  font-size: 14px;
}
#contact .contact-box .map-info .desc .t2 {
  font-size: 20px;
  line-height: 30px;
}
#contact .contact-box .map-info .desc.mail {
  margin-top: 30px;
}
#contact .contact-box .map-info .code-box {
  width: 120px;
  margin-top: 70px;
}
#contact .contact-box .map-info .code-box img {
  width: 100%;
}
#contact .project-box {
  padding: 100px 0 0;
}
#contact .project-box .project-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
#contact .project-box .project-list .p-item {
  width: 48.75%;
  padding: 40px 70px 40px 40px;
  background-color: #fff;
  box-shadow: 0px 2px 11px 1px rgba(28, 32, 29, 0.09);
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
#contact .project-box .project-list .p-item .pic {
  width: 41%;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#contact .project-box .project-list .p-item .pic img {
  width: 100%;
  opacity: 0;
}
#contact .project-box .project-list .p-item .info-box {
  margin-left: 50px;
}
#contact .project-box .project-list .p-item .info-box .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
#contact .project-box .project-list .p-item .info-box .info {
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}
#contact .project-box .project-list .p-item .info-box .more {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border: solid 1px #E7141A;
  font-size: 14px;
  color: #E7141A;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}
#contact .project-box .project-list .p-item .info-box .more i {
  display: inline-block;
  margin-right: 20px;
}
#contact .project-box.hotel {
  padding-bottom: 40px;
}
#contact .map-detail {
  margin: -150px 0 100px;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
}
#contact .map-detail .map {
  height: 700px;
}
#contact .map-detail #map .BMapLabel {
  border: none !important;
}
#contact .map-detail #map .BMapLabel .info-div {
  position: relative;
  background: #fff;
  padding: 10px;
  display: inline-block;
}
#contact .map-detail #map .BMapLabel .info-div .t1 {
  color: #E7141A;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
#contact .map-detail #map .BMapLabel .info-div .t2 {
  color: #333;
  font-size: 14px;
}
#contact .map-detail #map .BMapLabel .info-div .arrow {
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  position: absolute;
  background: #fff;
  transform: rotate(-136deg);
  bottom: -9px;
  left: calc(50% - 7.5px);
}
@media screen and (max-width: 1900px) {
  #index .area-box .area-inner .area-info {
    width: 45%;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide1 .left-text img.img01 {
    width: 80%;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide1 .left-text img.img02 {
    width: 80%;
    margin-top: 30px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide1 .left-text img.img03 {
    width: 75%;
    margin-top: 30px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide1 .right-text {
    width: 40%;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide2 .left-text {
    width: 36%;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide2 .left-text img.img02 {
    margin-top: 30px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide2 .left-text img.img03 {
    margin-top: 30px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide3 .text-box img.img01 {
    width: 90%;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide3 .text-box img.img02 {
    width: 45%;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide3 .text-box img.img03 {
    width: 40%;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide4 .text-box img.img01 {
    width: 90%;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide4 .text-box .text01 {
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    padding: 0 40px;
    margin: 20px auto;
    font-size: 24px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide4 .text-box .text02 {
    font-size: 14px;
    line-height: 24px;
  }
  #contact .project-box .project-list .p-item {
    padding: 30px;
  }
  #indu .industry-box .value-list .v-item {
    width: 31%;
    padding: 30px 40px;
  }
  .inner-banner .inner-menu a {
    padding: 0 16px;
  }
  footer .foot-nav .item {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1600px) {
  #index .about-box .about-inner .right-info .info-box {
    margin-top: 60px;
  }
  #index .about-box .about-inner .right-info .com-more {
    margin-top: 90px;
  }
  header {
    padding: 0 55px;
  }
  footer .foot-nav .item {
    margin-right: 30px;
  }
  .inner-banner .inner-menu a {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1460px) {
  .index-title .en {
    font-size: 28px;
    line-height: 28px;
  }
  header {
    padding: 0 10px;
  }
  #index .about-box .about-inner {
    margin-top: 60px;
  }
  #index .area-box {
    padding: 100px 0;
  }
  #index .area-box .area-inner .area-info .title {
    width: 96%;
  }
  #index .area-box .area-inner .area-info .info-box .info-list .item {
    margin-right: 45px;
  }
  #index .group-box .group-inner .text-position .g-item:hover .line {
    height: 60px;
  }
  #about .about-box {
    padding-top: 70px;
  }
  #about .about-box .about-title {
    font-size: 32px;
    line-height: 46px;
  }
  #about .about-box .about-inner {
    margin-top: 40px;
  }
  #about .about-box .about-inner .right-info {
    width: 50%;
  }
  #about .about-box .about-inner .pic-box {
    width: 45%;
  }
  #about .history-box {
    padding: 70px 0;
  }
  #about .history-box .history-banner {
    margin-top: 100px;
  }
  #about .honor-box {
    padding: 70px 0;
  }
  #about .honor-box .swiper-container {
    margin-top: 100px;
  }
  #about .honor-box .swiper-container .swiper-wrapper .swiper-slide .info {
    padding: 20px;
    font-size: 18px;
    line-height: 30px;
  }
  #about .structure-box {
    padding: 70px 3% 0;
  }
  #about .structure-box .title {
    font-size: 28px;
    margin: 30px 0;
  }
  #indu .indu_l {
    padding: 70px 0;
  }
  #indu .indu_l .inner-list-tab a {
    height: 100px;
    line-height: 100px;
  }
  #indu .indu_l .list {
    margin-top: 60px;
  }
  #indu .indu_l .list .item {
    margin-bottom: 40px;
  }
  #indu .indu_l .list .item .text {
    padding: 15px 10px;
  }
  #indu .indu_l .list .item .text .title {
    font-size: 16px;
  }
  #indu .inner-search {
    margin-top: 40px;
  }
  #indu .inner-list-tab {
    margin-top: 40px;
  }
  #indu .industry-box .project-intro {
    padding-top: 70px;
  }
  #indu .industry-box .project-address {
    padding: 70px 0;
  }
  #indu .industry-box .project-address .map-box .map {
    height: 460px;
  }
  #indu .industry-box .value-list .v-item {
    padding: 20px 30px;
  }
  #indu .industry-box .value-list .v-item .desc-box {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }
  #indu .industry-box .project-pic {
    padding: 70px 0 0;
  }
  #indu .industry-box .project-pic .pic-container {
    padding-bottom: 70px;
  }
  #indu .industry-box .project-pic .pic-container .pic-page .page-num .swiper-pagination-bullet {
    margin: 0 10px;
  }
  #indu .industry-box .service-intro {
    padding: 70px 0;
  }
  #indu .industry-box .service-intro .info {
    width: 60%;
  }
  #indu .industry-box .service-intro .service-banner {
    width: 92.5%;
  }
  #indu .industry-box .service-intro .service-item {
    width: 92.5%;
    margin-top: 100px;
  }
  #indu .industry-box .service-intro .service-item .item {
    width: 28%;
  }
  #indu .industry-box .group-strategy {
    padding: 70px 0 100px;
  }
  #indu .industry-box .culture-box {
    padding: 70px 0;
  }
  #indu .industry-box .culture-box .item-list {
    margin-top: 80px;
  }
  #indu .industry-box .culture-box .item-list .item {
    width: 25%;
  }
  #indu .industry-box .culture-box .item-list .item i {
    font-size: 66px;
  }
  #indu .industry-box .culture-box .item-list .item .title {
    font-size: 22px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  #indu .industry-box .commercial-box {
    padding: 70px 0;
  }
  #indu .industry-box .commercial-box .img-bg {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #indu .industry-box .commercial-item {
    padding: 70px 0;
  }
  #indu .industry-box .commercial-item .item-list .info-box {
    padding: 30px 30px 30px 6%;
  }
  #indu .industry-box .commercial-item .item-list .info-box .line {
    margin: 30px 0;
  }
  #indu .industry-box .commercial-item .item-list .info-box .com-more {
    margin-top: 50px;
  }
  #indu .industry-box .commercial-item.reserve .item-list .info-box {
    padding: 30px 6% 30px 20px;
  }
  #indu .industry-box .property-profile {
    padding: 70px 0;
  }
  #indu .industry-box .property-profile .info {
    width: 65%;
  }
  #indu .industry-box .profile-box .p-item i {
    font-size: 60px;
  }
  #indu .industry-box .profile-box .p-item .title {
    margin-top: 20px;
  }
  #indu .industry-box .profile-box .p-item .title .t2 {
    margin-top: 10px;
  }
  #indu .industry-box .slogan-box .right-box .item {
    margin-bottom: 20px;
  }
  #indu .industry-box .slogan-box .right-box .item .text {
    width: 70%;
  }
  #indu .industry-box .industry-list {
    padding: 70px 0 40px;
  }
  #indu .industry-box .hotel-box {
    padding-top: 70px;
  }
  #indu .industry-box .hotel-box .hotel-banner {
    margin-top: 70px;
  }
  #indu .industry-box .hotel-box .hotel-item {
    padding: 60px 80px 70px;
  }
  #indu .industry-box .hotel-box .hotel-item .item {
    padding: 40px 30px;
  }
  #indu .industry-box .hotel-box .hotel-display .right .right-info {
    padding: 45px 40px;
  }
  #indu .industry-box .hotel-box .hotel-display .right .right-info .title-box .cn {
    font-size: 20px;
  }
  #indu .industry-box .hotel-box .hotel-display .right .right-info .info-box {
    margin-top: 20px;
  }
  #indu .industry-box .hotel-box .map-box .map {
    height: 450px;
  }
  #join .join-box .concept-box {
    padding-top: 70px;
  }
  #join .join-box .concept-box .concept-cont .info-box {
    padding: 5% 10% 20px 5%;
  }
  #join .join-box .concept-box .concept-cont .info-box .info .desc {
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
  }
  #join .join-box .concept-box .concept-cont .info-box .big-word {
    font-size: 340px;
    line-height: 340px;
  }
  #join .join-box .adv-op-box {
    padding: 70px 0;
  }
  #join .join-box .adv-op-box .info {
    margin-top: 50px;
  }
  #join .join-box .adv-op-box .adv-op-cont .item .text .t2 {
    font-size: 24px;
    line-height: 28px;
  }
  #join .join-cover .advise-content {
    width: 980px;
    padding: 50px 70px;
  }
  #join .join-cover .advise-content .title-box .t1 {
    font-size: 28px;
    line-height: 28px;
  }
  #join .join-cover .advise-content .title-box .t2 {
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
  }
  #join .join-cover .advise-content .content {
    margin-top: 20px;
  }
  #join .school-recruit .school-plan {
    padding: 70px 0 100px;
  }
  #join .school-recruit .school-plan .title-box {
    margin-top: 50px;
  }
  #join .school-recruit .school-plan .title-box .t2 {
    width: 70%;
  }
  #join .school-recruit .school-plan .img-display {
    margin-top: 60px;
  }
  #join .school-recruit .path-box {
    height: 900px;
  }
  #join .school-recruit .path-box .path-banner .path-swiper {
    height: 600px;
  }
  #join .school-recruit .path-box .path-banner .path-swiper .swiper-slide {
    width: 15% !important;
  }
  #join .school-recruit .path-box .path-banner .path-swiper .swiper-slide .txt {
    margin: 10px 0;
  }
  #join .school-recruit .path-box .path-banner .path-swiper .swiper-slide .desc {
    margin-top: 10px;
  }
  #join .school-recruit .path-box .history-page {
    display: flex;
  }
  #join .school-recruit .training-box {
    padding-top: 100px;
  }
  #join .school-recruit .training-box .training-inner {
    height: 600px;
  }
  #join .school-recruit .training-box .training-inner .inner-box {
    width: 75%;
    background-size: 600px 400px;
  }
  #join .school-recruit .training-box .training-inner .inner-box .item {
    width: 160px;
    height: 160px;
  }
  #join .school-recruit .training-box .training-inner .inner-box .item .inner .title .cn {
    font-size: 20px;
    line-height: 24px;
  }
  #join .school-recruit .training-box .training-inner .inner-box .item .inner .title .en {
    line-height: 20px;
    margin-top: 10px;
  }
  #join .school-recruit .training-box .training-inner .inner-box .item .inner .title .line {
    margin-top: 10px;
  }
  #join .school-recruit .training-box .training-inner .inner-box .item-inner {
    width: 160px;
    height: 160px;
  }
  #join .school-recruit .training-box .training-inner .inner-box .item-inner .inner .in-inner .title .cn {
    font-size: 20px;
    line-height: 24px;
  }
  #join .school-recruit .training-box .training-inner .inner-box .item-inner .inner .in-inner .title .en {
    line-height: 20px;
    margin-top: 10px;
  }
  #join .school-recruit .training-box .training-inner .inner-box .item-inner .inner .in-inner .title .line {
    margin-top: 10px;
  }
  #news .news_l {
    padding: 70px 0 40px;
  }
  #news .news_l .item {
    width: 48%;
  }
  #news .news_l .item .text .date {
    height: 50px;
    line-height: 50px;
  }
  #news .news_l .item .text .date .day {
    font-size: 26px;
  }
  #news .news_l .item .text .title {
    font-size: 18px;
    line-height: 22px;
    height: 44px;
    margin-top: 15px;
  }
  #contact .contact-box {
    height: 550px;
  }
  #contact .contact-box .map-box #map{
    overflow: auto;
  }
  #contact .contact-box .map-box #map::-webkit-scrollbar{
    width: 0.08rem;
    height: 0.08rem;
  }
  #contact .contact-box .map-box #map::-webkit-scrollbar-thumb{
    background-color: #E7141A;
  }
  #contact .contact-box .map-box #map img{
    max-width: max-content;
  }
  #contact .contact-box .map-info {
    padding: 5% 5% 0;
  }
  #contact .contact-box .map-info .title {
    font-size: 36px;
    height: 36px;
  }
  #contact .contact-box .map-info .desc {
    margin-top: 20px;
  }
  #contact .contact-box .map-info .desc .t2 {
    font-size: 16px;
    line-height: 28px;
  }
  #contact .contact-box .map-info .desc.mail {
    margin-top: 20px;
  }
  #contact .contact-box .map-info .code-box {
    margin-top: 30px;
  }
  #contact .project-box {
    padding: 70px 0 0;
  }
  #contact .project-box .project-list .p-item {
    padding: 25px;
  }
  #contact .project-box .project-list .p-item .pic {
    width: 46%;
  }
  #contact .project-box .project-list .p-item .info-box {
    font-size: 20px;
    line-height: 28px;
    margin-left: 30px;
  }
  #contact .project-box .project-list .p-item .info-box .title {
    font-size: 18px;
    line-height: 24px;
  }
  #contact .project-box .project-list .p-item .info-box .more {
    width: 140px;
    height: 45px;
    line-height: 45px;
    margin-top: 10px;
  }
  #contact .map-detail {
    margin: -150px 0 70px;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
  }
  #contact .map-detail .map {
    height: 600px;
  }
  footer .foot-nav .item {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1386px) {
  footer .foot-nav .item {
    margin-right: 15px;
  }
  header .tel {
    width: 130px;
  }
}
@media screen and (max-width: 1300px) {
  .main {
    width: 92%;
  }
  header nav {
    margin-left: 50px;
  }
  header a.logo {
    flex-shrink: 0;
  }
  header {
    display: none;
  }
  .m-header {
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.25rem;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
  }
  .m-header .logo {
    width: 1.4rem;
    display: block;
    height: 100%;
    background-size: 1.4rem auto;
    background-position: center;
    background-repeat: no-repeat;
  }
  .m-header .tel {
    font-size: 16px;
  }
  .m-header .menu-icon {
    width: 1rem;
    height: 100%;
    background-size: 0.48rem 0.48rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/menu.png");
    display: block;
  }
  #index .about-box .about-inner .pic-box {
    width: 40%;
    background-size: contain;
  }
  #index .about-box .about-inner .right-info {
    width: 54%;
  }
  #index .group-box .group-inner .text-position .g-item .pic {
    width: 60px;
    height: 60px;
  }
  #index .area-box {
    padding: 70px 0;
  }
  footer .foot-nav .item {
    margin-right: 10px;
  }
  #about .about-box {
    padding-top: 50px;
  }
  #about .about-box .about-title {
    font-size: 28px;
    line-height: 40px;
  }
  #about .about-box .about-inner {
    margin-top: 40px;
  }
  #about .about-box .about-inner .right-info {
    width: 60%;
  }
  #about .about-box .about-inner .pic-box {
    width: 35%;
  }
  #about .history-box {
    padding: 70px 0;
  }
  #about .history-box .history-banner {
    margin-top: 100px;
  }
  #about .honor-box {
    padding: 70px 0;
  }
  #about .honor-box .main {
    width: 86%;
  }
  #about .honor-box .swiper-container {
    margin-top: 100px;
  }
  #about .honor-box .swiper-container .swiper-wrapper .swiper-slide .info {
    padding: 20px;
    font-size: 18px;
    line-height: 30px;
  }
  #about .structure-box {
    padding: 70px 3% 0;
  }
  #about .structure-box .title {
    font-size: 28px;
    margin: 30px 0;
  }
  #indu .industry-box .property-profile {
    padding: 70px 0;
  }
  #indu .industry-box .property-profile .info {
    width: 65%;
  }
  #indu .industry-box .profile-box .p-item i {
    font-size: 36px;
  }
  #indu .industry-box .profile-box .p-item .title {
    margin-top: 10px;
  }
  #indu .industry-box .profile-box .p-item .title .t1 {
    font-size: 20px;
  }
  #indu .industry-box .profile-box .p-item .title .t2 {
    margin-top: 10px;
  }
  #indu .industry-box .slogan-box .left-box .text-box {
    transform: translate(-50%, -100%);
  }
  #indu .industry-box .slogan-box .right-box {
    padding-top: 12%;
  }
  #indu .industry-box .slogan-box .right-box .item {
    margin-bottom: 20px;
  }
  #indu .industry-box .slogan-box .right-box .item .title {
    font-size: 36px;
    line-height: 36px;
  }
  #indu .industry-box .slogan-box .right-box .item .text {
    width: 70%;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  #indu .industry-box .industry-list {
    padding: 70px 0 40px;
  }
  #indu .industry-box .industry-list .list .item {
    margin-bottom: 40px;
  }
  #indu .industry-box .industry-list .list .item .text {
    padding: 15px;
  }
  #indu .industry-box .industry-list .list .item .text .title {
    font-size: 16px;
  }
  #indu .industry-box .hotel-box {
    padding-top: 50px;
  }
  #indu .industry-box .hotel-box .hotel-item {
    padding: 0 0 60px;
  }
  #indu .industry-box .hotel-box .hotel-item .item {
    padding: 30px 20px;
  }
  #indu .industry-box .hotel-box .hotel-display .right .right-info {
    padding: 45px 40px;
  }
  #indu .industry-box .hotel-box .hotel-display .right .right-info .title-box .cn {
    font-size: 20px;
  }
  #indu .industry-box .hotel-box .hotel-display .right .right-info .info-box {
    margin-top: 20px;
  }
  #indu .industry-box .hotel-box .map-box .map {
    height: 450px;
  }
  #join .join-box .concept-box {
    padding-top: 50px;
  }
  #join .join-box .concept-box>.info {
    width: 80%;
    margin-top: 30px;
  }
  #join .join-box .concept-box .concept-cont .info-box {
    padding: 5% 10% 20px 5%;
  }
  #join .join-box .concept-box .concept-cont .info-box .info .desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  #join .join-box .concept-box .concept-cont .info-box .info .line {
    margin-top: 40px;
  }
  #join .join-box .concept-box .concept-cont .info-box .big-word {
    font-size: 280px;
    line-height: 280px;
  }
  #join .join-box .concept-box .concept-nav {
    margin-top: 50px;
  }
  #join .join-box .concept-box .concept-nav .item .word {
    font-size: 80px;
  }
  #join .join-box .adv-op-box {
    padding: 50px 0;
  }
  #join .join-box .adv-op-box .info {
    width: 80%;
    margin-top: 40px;
  }
  #join .join-box .adv-op-box .adv-op-cont .item .text .t2 {
    font-size: 20px;
    line-height: 24px;
  }
  #join .join-cover .advise-content {
    width: 750px;
    padding: 30px 50px;
  }
  #join .join-cover .advise-content .title-box .t1 {
    font-size: 24px;
    line-height: 24px;
  }
  #join .join-cover .advise-content .title-box .t2 {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
  }
  #join .join-cover .advise-content .content {
    margin-top: 10px;
  }
  #join .join-cover .advise-content .content .item {
    font-size: 14px;
    line-height: 24px;
  }
  #join .school-recruit .training-box {
    padding-top: 80px;
  }
  #join .school-recruit .training-box .training-inner {
    height: 460px;
  }
  #join .school-recruit .training-box .training-inner .inner-box {
    width: 75%;
    background-size: 450px 300px;
  }
  #join .school-recruit .training-box .training-inner .inner-box .item {
    width: 140px;
    height: 140px;
    padding: 10px;
  }
  #join .school-recruit .training-box .training-inner .inner-box .item .inner .title .cn {
    font-size: 18px;
    line-height: 18px;
  }
  #join .school-recruit .training-box .training-inner .inner-box .item .inner .title .en {
    line-height: 18px;
    margin-top: 5px;
  }
  #join .school-recruit .training-box .training-inner .inner-box .item .inner .title .line {
    margin-top: 5px;
  }
  #join .school-recruit .training-box .training-inner .inner-box .item-inner {
    width: 140px;
    height: 140px;
    padding: 10px;
    left: calc(50% - 70px);
    bottom: 40px;
  }
  #join .school-recruit .training-box .training-inner .inner-box .item-inner .inner {
    padding: 5px;
  }
  #join .school-recruit .training-box .training-inner .inner-box .item-inner .inner .in-inner .title .cn {
    font-size: 20px;
    line-height: 24px;
  }
  #join .school-recruit .training-box .training-inner .inner-box .item-inner .inner .in-inner .title .en {
    line-height: 20px;
    margin-top: 10px;
  }
  #join .school-recruit .training-box .training-inner .inner-box .item-inner .inner .in-inner .title .line {
    margin-top: 10px;
  }
  #news .news_l {
    padding: 50px 0 30px;
  }
  #news .news_l .item {
    width: 48%;
    margin-bottom: 30px;
  }
  #news .news_l .item .img {
    width: 200px;
    height: auto;
  }
  #news .news_l .item .text {
    width: calc(100% - 200px);
    padding-left: 15px;
  }
  #news .news_l .item .text .date {
    height: 40px;
    line-height: 40px;
  }
  #news .news_l .item .text .date .day {
    font-size: 20px;
  }
  #news .news_l .item .text .date .year {
    font-size: 16px;
  }
  #news .news_l .item .text .title {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    margin-top: 10px;
  }
  #news .news_l .item .text .more {
    font-size: 12px;
    margin-top: 10px;
  }
  #contact .contact-box {
    height: 520px;
  }
  #contact .contact-box .map-info {
    padding: 5% 5% 0;
  }
  #contact .contact-box .map-info .title {
    font-size: 28px;
    height: 28px;
  }
  #contact .contact-box .map-info .desc {
    margin-top: 20px;
  }
  #contact .contact-box .map-info .desc .t2 {
    font-size: 16px;
    line-height: 28px;
  }
  #contact .contact-box .map-info .desc.mail {
    margin-top: 20px;
  }
  #contact .contact-box .map-info .code-box {
    margin-top: 30px;
  }
  #contact .project-box {
    padding: 50px 0 0;
  }
  #contact .project-box .project-list .p-item {
    padding: 20px;
  }
  #contact .project-box .project-list .p-item .pic {
    width: 46%;
  }
  #contact .project-box .project-list .p-item .info-box {
    font-size: 20px;
    line-height: 28px;
    margin-left: 30px;
  }
  #contact .project-box .project-list .p-item .info-box .title {
    font-size: 18px;
    line-height: 24px;
  }
  #contact .project-box .project-list .p-item .info-box .info {
    font-size: 14px;
    line-height: 24px;
  }
  #contact .project-box .project-list .p-item .info-box .more {
    width: 140px;
    height: 45px;
    line-height: 45px;
    margin-top: 10px;
  }
  #contact .map-detail {
    margin: -150px 0 50px;
    padding: 25px;
    background-color: #fff;
    border-radius: 10px;
  }
  #contact .map-detail .map {
    height: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .menu-down-box {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 101;
  }
  .menu-down-box .menu-box {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    background-color: rgba(231, 20, 26, 0.8) !important;
    padding-top: 2rem;
    z-index: 102;
  }
  .menu-down-box .menu-box .items-box {
    width: 100%;
    overflow-x: auto;
    height: 100%;
  }
  .menu-down-box .menu-box .items-box .items-top {
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.6s;
  }
  .menu-down-box .menu-box .items-box .items-top.down-top.active {
    font-size: 18px;
  }
  .menu-down-box .menu-box .items-box .items-top.down-top.active:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #fff;
    left: calc(50% - 15px);
    top: 100%;
  }
  .menu-down-box .menu-box .items-box .down-box {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    display: none;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .menu-down-box .menu-box .items-box .down-box .items {
    width: 100%;
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 3em;
    text-align: center;
  }
  .menu-down-box .menu-box .close {
    width: 20px;
    height: 60px;
    background-size: 13px 60px;
    background-image: url("../img/close.png");
    background-repeat: no-repeat;
    background-position: center center;
    top: 15px;
    right: 15px;
    position: absolute;
    cursor: pointer;
  }
  .menu-down-box.active {
    right: 0;
  }
  #index .index-banner {
    margin-top: 1rem;
  }
  #index .index-banner .swiper-banner .index-prev,
  #index .index-banner .swiper-banner .index-next {
    top: calc(50% - 12px);
  }
  #index .index-banner .swiper-banner .index-prev i,
  #index .index-banner .swiper-banner .index-next i {
    font-size: 24px;
  }
  #index .index-banner .swiper-banner .swiper-pagination {
    bottom: 0.3rem;
  }
  #index .index-banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
    margin: 0 0.1rem;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide1 .left-text img.img01 {
    width: 25%;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide1 .left-text img.img02 {
    width: 42%;
    margin-top: 0.2rem;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide1 .left-text img.img03 {
    width: 36%;
    margin-top: 0.2rem;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide1 .right-text {
    width: 36%;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide1 .right-text img {
    width: 100%;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide2 .left-text {
    width: auto;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide2 .left-text img {
    margin: 0 auto;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide2 .left-text img.img01 {
    width: 30%;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide2 .left-text img.img02 {
    width: 30%;
    margin-top: 0.2rem;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide2 .left-text img.img03 {
    width: 30%;
    margin-top: 0.2rem;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide2 .left-text .info {
    margin-top: 0.4rem;
    display: none;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide3 .text-box img.img01 {
    width: 90%;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide3 .text-box img.img02 {
    width: 45%;
    margin-top: 0.3rem;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide3 .text-box img.img03 {
    width: 40%;
    margin-top: 0.3rem;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide3 .text-box img.img04 {
    margin-top: 0.3rem;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide4 .text-box img.img01 {
    width: 90%;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide4 .text-box .text01 {
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 0.3rem;
    padding: 0 0.2rem;
    margin: 0.2rem auto;
    font-size: 12px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide.slide4 .text-box .text02 {
    display: none;
    font-size: 14px;
    line-height: 24px;
  }
  #index .about-box {
    padding-top: 0.6rem;
  }
  #index .about-box .about-inner {
    flex-direction: column-reverse;
    margin-top: 0.6rem;
    flex-wrap: wrap;
  }
  #index .about-box .about-inner .pic-box {
    width: 100%;
    margin-top: 0.4rem;
  }
  #index .about-box .about-inner .pic-box img {
    width: 65%;
  }
  #index .about-box .about-inner .right-info {
    width: 100%;
    padding: 0 0.24rem;
  }
  #index .about-box .about-inner .right-info .title-box {
    padding-bottom: 0.4rem;
  }
  #index .about-box .about-inner .right-info .title-box:before {
    width: 1rem;
    left: calc(50% - 0.5rem);
  }
  #index .about-box .about-inner .right-info .title-box .title {
    text-align: center;
  }
  #index .about-box .about-inner .right-info .title-box .title .t1 {
    font-size: 20px;
    line-height: 26px;
  }
  #index .about-box .about-inner .right-info .title-box .title .t2 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0.2rem;
  }
  #index .about-box .about-inner .right-info .info-box {
    width: 100%;
    margin-top: 0.6rem;
  }
  #index .about-box .about-inner .right-info .com-more {
    margin-top: 0.6rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  #index .group-box {
    padding: 0.6rem 0;
  }
  #index .group-box .group-inner {
    margin-top: 0.4rem;
    height: 5rem;
  }
  #index .group-box .group-inner .text-position .g-item {
    padding-bottom: 0.4rem;
  }
  #index .group-box .group-inner .text-position .g-item .title .t1 {
    font-size: 12px;
    line-height: 18px;
  }
  #index .group-box .group-inner .text-position .g-item .title .t2 {
    font-size: 12px;
    margin-top: 0.1rem;
    display: none;
  }
  #index .group-box .group-inner .text-position .g-item .line {
    margin: 0.2rem 0;
  }
  #index .group-box .group-inner .text-position .g-item .pic {
    width: 0.8rem;
    height: 0.8rem;
  }
  #index .group-box .group-inner .text-position .g-item .com-more {
    margin-top: 0.2rem;
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 12px;
    display: none;
  }
  #index .group-box .group-inner .text-position .g-item:hover {
    padding-bottom: 0.6rem;
  }
  #index .group-box .group-inner .text-position .g-item:hover .com-more {
    display: none;
  }
  #index .group-box .group-inner .text-position .g-item:hover .line {
    height: 0.4rem;
  }
  #index .area-box {
    padding: 0.6rem 0;
  }
  #index .area-box .area-inner {
    flex-wrap: wrap;
  }
  #index .area-box .area-inner .map-box {
    width: 100%;
  }
  #index .area-box .area-inner .area-info {
    width: 100%;
    margin-top: 0.4rem;
  }
  #index .area-box .area-inner .area-info .title {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
  }
  #index .area-box .area-inner .area-info .info-box .tops {
    margin-top: 0.4rem;
    font-size: 14px;
    padding-bottom: 0.2rem;
  }
  #index .area-box .area-inner .area-info .info-box .info-list {
    margin-top: 0.4rem;
  }
  #index .area-box .area-inner .area-info .info-box .info-list .item {
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .inner-banner {
    margin-top: 1rem;
    height: 6rem;
  }
  .inner-banner .text {
    transform: translate(-50%, -60%);
  }
  .inner-banner .text .en {
    font-size: 18px;
  }
  .inner-banner .text .cn {
    font-size: 20px;
    line-height: 20px;
    margin-top: 0.2rem;
  }
  .inner-banner .text i.line {
    width: 1rem;
    height: 1px;
  }
  .inner-banner .text .desc {
    font-size: 14px;
    margin-top: 0.4rem;
  }
  .inner-banner .inner-menu {
    height: 0.8rem;
    justify-content: flex-start;
    overflow-x: auto;
  }
  .inner-banner .inner-menu a {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 14px;
    padding: 0 0.1rem;
    flex-shrink: 0;
  }
  #about .about-box {
    padding-top: 0.6rem;
    padding-left: 0;
  }
  #about .about-box .about-title {
    font-size: 20px;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  #about .about-box .about-title p {
    padding-right: 0.1rem;
  }
  #about .about-box .about-inner {
    margin-top: 0.6rem;
    flex-wrap: wrap;
  }
  #about .about-box .about-inner .right-info {
    width: 100%;
    height: auto;
    padding: 0 0.24rem;
  }
  #about .about-box .about-inner .pic-box {
    width: 100%;
  }
  #about .about-box .about-inner .pic-box img {
    width: 60%;
  }
  #about .history-box {
    padding: 0.6rem 0;
  }
  #about .history-box .history-banner {
    margin-top: 0.6rem;
    height: 6rem;
    background-size: cover;
  }
  #about .history-box .history-banner .history-main .history-swiper .swiper-slide {
    width: 50% !important;
  }
  #about .history-box .history-banner .history-main .history-swiper .swiper-slide .num {
    font-size: 18px;
    line-height: 20px;
    margin: 0.2rem 0;
  }
  #about .history-box .history-banner .history-main .history-swiper .swiper-slide .info {
    font-size: 14px;
    line-height: 20px;
  }
  #about .history-box .history-page {
    margin-top: 0.4rem;
  }
  #about .honor-box {
    padding: 0.6rem 0;
  }
  #about .honor-box .main {
    width: 92%;
  }
  #about .honor-box .swiper-container {
    margin-top: 1rem;
  }
  #about .honor-box .swiper-container .swiper-wrapper .swiper-slide {
    width: 48% !important;
  }
  #about .honor-box .swiper-container .swiper-wrapper .swiper-slide .pic .mask {
    display: none;
  }
  #about .honor-box .swiper-container .swiper-wrapper .swiper-slide .info {
    padding: 0.1rem;
    font-size: 14px;
    line-height: 20px;
  }
  #about .honor-box .honor-prev,
  #about .honor-box .honor-next {
    display: none;
  }
  #about .structure-box {
    padding: 0.6rem 3% 0;
  }
  #about .structure-box .title {
    font-size: 16px;
    margin: 0.3rem 0;
  }
  #about .structure-box.pad {
    padding-bottom: 1rem;
  }
  #indu .indu_l {
    padding: 0.6rem 0;
  }
  #indu .indu_l .inner-list-tab {
    margin-top: 0.6rem;
  }
  #indu .indu_l .inner-list-tab a {
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 16px;
  }
  #indu .indu_l .img-bg {
    margin-top: 0.4rem;
  }
  #indu .indu_l .list {
    margin-top: 0.6rem;
  }
  #indu .indu_l .list .item {
    width: 48%;
    margin-bottom: 0.4rem;
  }
  #indu .indu_l .list .item .text {
    padding: 0.2rem;
  }
  #indu .indu_l .list .item .text .title {
    font-size: 14px;
  }
  #indu .indu_l .list .item .text .title span {
    font-size: 14px;
  }
  #indu .indu_l .list .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #indu .inner-search {
    margin-top: 0.6rem;
  }
  #indu .inner-search .left {
    margin-right: 0.2rem;
    font-size: 14px;
  }
  #indu .inner-search .search .bar {
    width: 4rem;
    height: 0.6rem;
  }
  #indu .inner-search .search .bar .btn {
    width: 0.8rem;
  }
  #indu .inner-search .search .bar .btn i {
    font-size: 18px;
  }
  #indu .inner-search .search .bar input {
    width: calc(100% - 1rem);
    padding: 0 0.2rem;
  }
  #indu .inner-search .page {
    margin-left: 0.2rem;
    font-size: 14px;
  }
  #indu .industry-box .project-intro {
    padding-top: 0.6rem;
  }
  #indu .industry-box .project-intro .intro-box {
    margin-top: 0.4rem;
  }
  #indu .industry-box .project-intro .intro-box .tops-box {
    flex-wrap: wrap;
  }
  #indu .industry-box .project-intro .intro-box .tops-box .pic {
    width: 100%;
  }
  #indu .industry-box .project-intro .intro-box .tops-box .info-box {
    width: 100%;
  }
  #indu .industry-box .project-intro .intro-box .tops-box .info-box .title {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 0.2rem;
  }
  #indu .industry-box .project-intro .intro-box .tops-box .info-box .desc {
    margin-top: 0.2rem;
    text-align: center;
  }
  #indu .industry-box .project-intro .intro-box .tops-box .info-box .desc .code {
    margin: 0 auto;
  }
  #indu .industry-box .project-intro .intro-box .bottom-box {
    padding: 0.24rem;
  }
  #indu .industry-box .project-address {
    padding: 0.6rem 0;
  }
  #indu .industry-box .project-address .map-box {
    margin-top: 0.6rem;
  }
  #indu .industry-box .project-address .map-box .map {
    height: 5rem;
  }
  #indu .industry-box .value-list {
    margin-top: 0.6rem;
    padding: 0;
  }
  #indu .industry-box .value-list .v-item {
    width: 100%;
    padding: 0.4rem 0.24rem;
    margin-bottom: 0.4rem;
  }
  #indu .industry-box .value-list .v-item .icon-box {
    width: 1.4rem;
    height: 1.4rem;
    line-height: 1.4rem;
  }
  #indu .industry-box .value-list .v-item .icon-box i {
    font-size: 36px;
  }
  #indu .industry-box .value-list .v-item .title {
    margin-top: 0.4rem;
  }
  #indu .industry-box .value-list .v-item .title .t1 {
    font-size: 20px;
  }
  #indu .industry-box .value-list .v-item .desc-box {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0.2rem;
  }
  #indu .industry-box .value-list .v-item .add-box {
    width: 2rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
  #indu .industry-box .project-pic {
    padding: 0.6rem 0 0;
  }
  #indu .industry-box .project-pic .pic-container {
    padding-bottom: 0.6rem;
    margin-top: 0.6rem;
  }
  #indu .industry-box .project-pic .pic-container .pic-swiper .swiper-wrapper .swiper-slide {
    width: 68% !important;
  }
  #indu .industry-box .project-pic .pic-container .pic-page {
    width: 94%;
    margin-top: 0.4rem;
  }
  #indu .industry-box .project-pic .pic-container .pic-page .page-num .swiper-pagination-bullet {
    margin: 0 0.1rem;
    font-size: 12px;
  }
  #indu .industry-box .project-pic .pic-container .pic-page .page-item .line {
    width: 1rem;
  }
  #indu .industry-box .project-pic .pic-container .pic-page .page-item.prev .line {
    margin-left: 0.2rem;
  }
  #indu .industry-box .service-intro {
    padding: 0.6rem 0;
  }
  #indu .industry-box .service-intro .info {
    width: 100%;
    margin: 0.4rem 0;
    font-size: 12px;
    line-height: 24px;
    text-align: justify;
    display: none;
  }
  #indu .industry-box .service-intro .info-m {
    width: 100%;
    margin: 0.4rem 0;
    font-size: 12px;
    line-height: 24px;
    text-align: justify;
    display: block;
    text-indent: 2em;
  }
  #indu .industry-box .service-intro .service-banner {
    width: 100%;
  }
  #indu .industry-box .service-intro .service-banner .service-swiper .swiper-slide {
    width: 1rem !important;
  }
  #indu .industry-box .service-intro .service-banner .service-swiper .swiper-slide .info-box {
    line-height: 1rem;
  }
  #indu .industry-box .service-intro .service-item {
    width: 100%;
    margin-top: 0.6rem;
    flex-wrap: wrap;
  }
  #indu .industry-box .service-intro .service-item .item {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  #indu .industry-box .service-intro .service-item .item .title .t1 {
    font-size: 16px;
  }
  #indu .industry-box .service-intro .service-item .item .title .line {
    width: 0.6rem;
    height: 1px;
    margin-top: 0.1rem;
  }
  #indu .industry-box .service-intro .service-item .item .desc {
    margin-top: 0.2rem;
  }
  #indu .industry-box .group-strategy {
    padding: 0.6rem 0.24rem;
  }
  #indu .industry-box .group-strategy .index-title {
    padding-bottom: 0.1rem;
  }
  #indu .industry-box .group-strategy .text-item {
    margin-top: 0.6rem;
  }
  #indu .industry-box .group-strategy .text-item .year .num {
    font-size: 24px;
    line-height: 24px;
  }
  #indu .industry-box .group-strategy .text-item .t1 {
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
  }
  #indu .industry-box .culture-box {
    padding: 0.6rem 0;
  }
  #indu .industry-box .culture-box .item-list {
    margin-top: 0.6rem;
    width: 100%;
    flex-wrap: wrap;
  }
  #indu .industry-box .culture-box .item-list .item {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  #indu .industry-box .culture-box .item-list .item i {
    font-size: 40px;
  }
  #indu .industry-box .culture-box .item-list .item .title {
    font-size: 16px;
    line-height: 28px;
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
  }
  #indu .industry-box .commercial-box {
    padding: 0.6rem 0 0;
  }
  #indu .industry-box .commercial-box .img-bg {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
  #indu .industry-box .commercial-item {
    padding: 0.6rem 0;
  }
  #indu .industry-box .commercial-item .item-list {
    flex-wrap: wrap;
  }
  #indu .industry-box .commercial-item .item-list .pic {
    width: 100%;
  }
  #indu .industry-box .commercial-item .item-list .info-box {
    width: 100%;
    padding: 0.24rem 0.24rem 0.24rem 6%;
  }
  #indu .industry-box .commercial-item .item-list .info-box .title {
    font-size: 18px;
    line-height: 24px;
  }
  #indu .industry-box .commercial-item .item-list .info-box .desc {
    font-size: 14px;
    line-height: 20px;
  }
  #indu .industry-box .commercial-item .item-list .info-box .line {
    margin: 0.2rem 0;
  }
  #indu .industry-box .commercial-item .item-list .info-box .com-more {
    margin-top: 0.4rem;
  }
  #indu .industry-box .commercial-item.reserve .item-list .info-box {
    padding: 30px 6% 30px 20px;
  }
  #indu .industry-box .property-profile {
    padding: 0.6rem 0;
  }
  #indu .industry-box .property-profile .info {
    width: 100%;
    padding: 0 0.24rem;
    margin: 0.4rem 0;
    font-size: 12px;
    line-height: 24px;
    text-align: justify;
    display: none;
  }
  #indu .industry-box .property-profile .info-m {
    width: 100%;
    padding: 0 0.24rem;
    margin: 0.4rem 0;
    font-size: 12px;
    line-height: 24px;
    text-align: justify;
    display: block;
    text-indent: 2em;
  }
  #indu .industry-box .profile-box {
    padding: 0.3rem 0;
  }
  #indu .industry-box .profile-box .p-item {
    justify-content: flex-start;
  }
  #indu .industry-box .profile-box .p-item i {
    font-size: 28px;
  }
  #indu .industry-box .profile-box .p-item .title {
    margin-top: 0.1rem;
  }
  #indu .industry-box .profile-box .p-item .title .t1 {
    font-size: 16px;
  }
  #indu .industry-box .profile-box .p-item .title .t2 {
    margin-top: 0.1rem;
    font-size: 12px;
    line-height: 24px;
  }
  #indu .industry-box .slogan-box {
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
  #indu .industry-box .slogan-box .left-box {
    width: 100%;
  }
  #indu .industry-box .slogan-box .left-box .text-box {
    transform: translate(-50%, -100%);
    padding: 0.2rem 0;
    text-align: center;
  }
  #indu .industry-box .slogan-box .left-box .text-box .t1 {
    font-size: 28px;
    line-height: 28px;
  }
  #indu .industry-box .slogan-box .left-box .text-box .t2 {
    margin-top: 0.1rem;
  }
  #indu .industry-box .slogan-box .right-box {
    width: 100%;
    padding-top: 8%;
  }
  #indu .industry-box .slogan-box .right-box .item {
    margin-bottom: 0.4rem;
  }
  #indu .industry-box .slogan-box .right-box .item .title {
    font-size: 28px;
    line-height: 28px;
  }
  #indu .industry-box .slogan-box .right-box .item .text {
    width: 100%;
    padding: 0 0.24rem;
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
  }
  #indu .industry-box .industry-list {
    padding: 0.6rem 0 0.4rem;
  }
  #indu .industry-box .industry-list .list .item {
    width: 48%;
    margin-bottom: 0.4rem;
  }
  #indu .industry-box .industry-list .list .item .text {
    padding: 0.2rem;
  }
  #indu .industry-box .industry-list .list .item .text .title {
    font-size: 14px;
  }
  #indu .industry-box .industry-list .list .item .text .desc {
    font-size: 12px;
  }
  #indu .industry-box .industry-list .list .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #indu .industry-box .hotel-box {
    padding-top: 0.6rem;
  }
  #indu .industry-box .hotel-box .hotel-item {
    padding: 0 0 0.6rem;
    flex-wrap: wrap;
  }
  #indu .industry-box .hotel-box .hotel-item .item {
    padding: 0.24rem;
    width: 48%;
    margin-bottom: 0.4rem;
  }
  #indu .industry-box .hotel-box .hotel-item .item .icon-box {
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
  }
  #indu .industry-box .hotel-box .hotel-item .item .title {
    font-size: 16px;
    margin: 0.2rem 0 0.2rem;
  }
  #indu .industry-box .hotel-box .hotel-item .item .info {
    font-size: 12px;
    line-height: 20px;
  }
  #indu .industry-box .hotel-box .hotel-banner {
    margin-top: 0.6rem;
  }
  #indu .industry-box .hotel-box .hotel-banner .hotel-swiper .pic-page {
    height: 1rem;
    padding: 0 0.24rem;
  }
  #indu .industry-box .hotel-box .hotel-banner .hotel-swiper .pic-page .page-item .line {
    width: 0.6rem;
    height: 1px;
  }
  #indu .industry-box .hotel-box .hotel-banner .hotel-swiper .pic-page .page-num .swiper-pagination-bullet {
    margin: 0 0.1rem;
  }
  #indu .industry-box .hotel-box .hotel-banner .hotel-info {
    padding: 0.24rem;
  }
  #indu .industry-box .hotel-box .hotel-banner .hotel-info .title {
    font-size: 18px;
  }
  #indu .industry-box .hotel-box .hotel-banner .hotel-info .info {
    font-size: 12px;
    margin-top: 0.2rem;
  }
  #indu .industry-box .hotel-box .hotel-display {
    flex-wrap: wrap;
    margin-bottom: 0.6rem;
  }
  #indu .industry-box .hotel-box .hotel-display .left {
    width: 100%;
  }
  #indu .industry-box .hotel-box .hotel-display .right {
    width: 100%;
    padding: 0 0.2rem 0 0;
  }
  #indu .industry-box .hotel-box .hotel-display .right .right-info {
    padding: 0.4rem;
    margin-left: 0;
  }
  #indu .industry-box .hotel-box .hotel-display .right .right-info .lines {
    width: 0.6rem;
    height: 1px;
  }
  #indu .industry-box .hotel-box .hotel-display .right .right-info .lines.top-line {
    top: 0.6rem;
    left: -0.3rem;
  }
  #indu .industry-box .hotel-box .hotel-display .right .right-info .lines.bottom-line {
    bottom: 0.6rem;
    right: -0.3rem;
  }
  #indu .industry-box .hotel-box .hotel-display .right .right-info .title-box .cn {
    font-size: 16px;
  }
  #indu .industry-box .hotel-box .hotel-display .right .right-info .title-box .line {
    width: 0.4rem;
    height: 1px;
  }
  #indu .industry-box .hotel-box .hotel-display .right .right-info .info-box {
    margin-top: 0.2rem;
  }
  #indu .industry-box .hotel-box .hotel-display .right .tag {
    width: 0.4rem;
    height: 1px;
  }
  #indu .industry-box .hotel-box .hotel-display.reserve .right {
    width: 100%;
    padding: 0 0 0 0.2rem;
  }
  #indu .industry-box .hotel-box .hotel-display.reserve .right .right-info {
    margin-right: 0;
  }
  #indu .industry-box .hotel-box .hotel-display.reserve .right .right-info .lines {
    width: 0.6rem;
    height: 1px;
  }
  #indu .industry-box .hotel-box .hotel-display.reserve .right .right-info .lines.top-line {
    right: -0.3rem;
  }
  #indu .industry-box .hotel-box .hotel-display.reserve .right .right-info .lines.bottom-line {
    left: -0.3rem;
  }
  #indu .industry-box .hotel-box .map-box {
    padding: 0.6rem 0;
  }
  #indu .industry-box .hotel-box .map-box .map {
    height: 5rem;
  }
  #indu .industry-box .hotel-box .map-box .map-items {
    margin-top: 0;
    flex-wrap: wrap;
  }
  #indu .industry-box .hotel-box .map-box .map-items .item {
    width: 100%;
    margin-top: 1rem;
  }
  #indu .industry-box .hotel-box .map-box .map-items .item .icon-box {
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    margin-top: -0.6rem;
  }
  #indu .industry-box .hotel-box .map-box .map-items .item .icon-box i {
    font-size: 24px;
  }
  #indu .industry-box .hotel-box .map-box .map-items .item .title {
    margin-top: 0.2rem;
  }
  #indu .industry-box .hotel-box .map-box .map-items .item .desc {
    margin-top: 0.2rem;
    font-size: 16px;
  }
  #indu .industry-box .hotel-box .map-box .com-more {
    margin-top: 0.6rem;
  }
  .inner-mod-tab {
    flex-wrap: wrap;
  }
  .inner-mod-tab .mod {
    width: 100%;
  }
  .inner-mod-tab .mod::before {
    width: 55px;
    height: 66px;
  }
  .inner-mod-tab .mod p .cn {
    font-size: 16px;
    line-height: 20px;
  }
  .inner-mod-tab .tab {
    width: 100%;
    justify-content: center;
    margin-top: 0.4rem;
  }
  .inner-mod-tab .tab a {
    padding: 0 0.2rem;
    height: 0.6rem;
    line-height: 0.58rem;
    font-size: 14px;
  }
  .index-title .en {
    font-size: 20px;
    line-height: 20px;
  }
  .index-title .cn {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0.1rem;
  }
  .com-more {
    width: 2rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .main {
    width: 100%;
    padding: 0 0.24rem;
  }
  #join .join-box .concept-box {
    padding-top: 0.6rem;
  }
  #join .join-box .concept-box>.info {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-top: 0.4rem;
  }
  #join .join-box .concept-box .concept-cont {
    margin-top: 0.6rem;
    flex-wrap: wrap;
  }
  #join .join-box .concept-box .concept-cont .pic {
    width: 100%;
  }
  #join .join-box .concept-box .concept-cont .info-box {
    width: 100%;
    padding: 5% 10% 20px 0;
  }
  #join .join-box .concept-box .concept-cont .info-box .info .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0.1rem;
  }
  #join .join-box .concept-box .concept-cont .info-box .info .line {
    margin-top: 0.4rem;
  }
  #join .join-box .concept-box .concept-cont .info-box .big-word {
    font-size: 200px;
    line-height: 200px;
  }
  #join .join-box .concept-box .concept-nav {
    margin-top: 0.4rem;
  }
  #join .join-box .concept-box .concept-nav .item {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 25%;
  }
  #join .join-box .concept-box .concept-nav .item .word {
    font-size: 45px;
  }
  #join .join-box .concept-box .concept-nav .item .text {
    text-align: center;
  }
  #join .join-box .concept-box .concept-nav .item .text .t1 {
    font-size: 14px;
    line-height: 24px;
  }
  #join .join-box .adv-op-box {
    padding: 0.6rem 0;
  }
  #join .join-box .adv-op-box .info {
    width: 100%;
    margin-top: 0.4rem;
  }
  #join .join-box .adv-op-box .adv-op-cont {
    margin-top: 0.6rem;
  }
  #join .join-box .adv-op-box .adv-op-cont .item .text .t1 i {
    font-size: 18px;
  }
  #join .join-box .adv-op-box .adv-op-cont .item .text .t1 span {
    margin-left: 10px;
    font-size: 16px;
  }
  #join .join-box .adv-op-box .adv-op-cont .item .text .t2 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0.1rem;
  }
  #join .join-cover .advise-content {
    width: 6.9rem;
    padding: 0.4rem;
  }
  #join .join-cover .advise-content .title-box .t1 {
    font-size: 18px;
    line-height: 18px;
  }
  #join .join-cover .advise-content .title-box .t2 {
    font-size: 14px;
    line-height: 14px;
    margin-top: 0.1rem;
  }
  #join .join-cover .advise-content .content {
    margin-top: 0.1rem;
    height: 6rem;
    overflow-y: auto;
  }
  #join .join-cover .advise-content .content .item {
    font-size: 14px;
    line-height: 24px;
  }
  #join .school-recruit .school-plan {
    padding: 0.6rem 0;
  }
  #join .school-recruit .school-plan .title-box {
    margin-top: 0.4rem;
  }
  #join .school-recruit .school-plan .title-box .t1 {
    font-size: 16px;
  }
  #join .school-recruit .school-plan .title-box .t2 {
    width: 100%;
    margin-top: 0.2rem;
  }
  #join .school-recruit .school-plan .img-display {
    margin-top: 0.6rem;
    flex-wrap: wrap;
  }
  #join .school-recruit .school-plan .img-display .left {
    width: 100%;
  }
  #join .school-recruit .school-plan .img-display .arr-box {
    display: none;
  }
  #join .school-recruit .school-plan .img-display .right {
    width: 100%;
    margin-top: 0.4rem;
  }
  #join .school-recruit .path-box {
    height: auto;
    padding: 0.6rem 0;
  }
  #join .school-recruit .path-box .tops-title {
    width: 1.5rem;
  }
  #join .school-recruit .path-box .path-banner {
    margin-top: 0.6rem;
  }
  #join .school-recruit .path-box .path-banner .path-swiper {
    height: auto;
  }
  #join .school-recruit .path-box .path-banner .path-swiper .swiper-slide {
    width: 28% !important;
    transform: translateY(0) !important;
  }
  #join .school-recruit .path-box .path-banner .path-swiper .swiper-slide .time {
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 14px;
  }
  #join .school-recruit .path-box .path-banner .path-swiper .swiper-slide .txt {
    margin: 0.1rem 0;
    font-size: 14px;
  }
  #join .school-recruit .path-box .path-banner .path-swiper .swiper-slide .line {
    height: 2px;
  }
  #join .school-recruit .path-box .path-banner .path-swiper .swiper-slide .desc {
    margin-top: 0.1rem;
  }
  #join .school-recruit .path-box .path-banner .path-swiper .swiper-slide .desc .t1 {
    font-size: 14px;
    line-height: 20px;
  }
  #join .school-recruit .path-box .path-banner .path-swiper .swiper-slide .desc .info {
    font-size: 12px;
    line-height: 14px;
  }
  #join .school-recruit .path-box .history-page {
    display: flex;
  }
  #join .school-recruit .training-box {
    padding-top: 0.6rem;
  }
  #join .school-recruit .training-box .training-inner {
    height: 6rem;
  }
  #join .school-recruit .training-box .training-inner .inner-box {
    width: 100%;
    background-size: 6rem 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0.24rem;
  }
  #join .school-recruit .training-box .training-inner .inner-box .item {
    width: 2rem;
    height: 2rem;
    padding: 0.1rem;
    position: static;
  }
  #join .school-recruit .training-box .training-inner .inner-box .item .inner .title .cn {
    font-size: 14px;
    line-height: 14px;
  }
  #join .school-recruit .training-box .training-inner .inner-box .item .inner .title .en {
    line-height: 16px;
    margin-top: 0.1rem;
  }
  #join .school-recruit .training-box .training-inner .inner-box .item .inner .title .line {
    margin-top: 0.1rem;
  }
  #join .school-recruit .training-box .training-inner .inner-box .item-inner {
    width: 2.4rem;
    height: 2.4rem;
    left: calc(50% - 1.2rem);
    bottom: 0.2rem;
  }
  #join .school-recruit .training-box .training-inner .inner-box .item-inner .inner .in-inner .title .cn {
    font-size: 14px;
    line-height: 14px;
  }
  #join .school-recruit .training-box .training-inner .inner-box .item-inner .inner .in-inner .title .en {
    line-height: 16px;
    margin-top: 0.1rem;
  }
  #join .school-recruit .training-box .training-inner .inner-box .item-inner .inner .in-inner .title .line {
    margin-top: 0.1rem;
  }
  #join .school-recruit .position-box {
    padding: 0.6rem 0;
  }
  #join .school-recruit .position-box .recruit-list {
    margin-top: 0.6rem;
  }
  #join .school-recruit .position-box .recruit-list .r-item {
    margin-bottom: 0.4rem;
  }
  #join .school-recruit .position-box .recruit-list .r-item .recruit-top {
    height: auto;
    padding: 0.24rem;
  }
  #join .school-recruit .position-box .recruit-list .r-item .recruit-top .tops .left {
    font-size: 16px;
  }
  #join .school-recruit .position-box .recruit-list .r-item .recruit-top .tops .right {
    font-size: 14px;
  }
  #join .school-recruit .position-box .recruit-list .r-item .recruit-top .item-box {
    flex-wrap: wrap;
    margin-top: 0.1rem;
  }
  #join .school-recruit .position-box .recruit-list .r-item .recruit-top .item-box .item {
    width: 50%;
    font-size: 14px;
    line-height: 20px;
  }
  #join .school-recruit .position-box .recruit-list .r-item .recruit-top .item-box .item:nth-child(1) {
    width: 60%;
  }
  #join .school-recruit .position-box .recruit-list .r-item .recruit-content {
    padding: 0.24rem;
  }
  #join .social-recr {
    padding: 0.6rem 0;
  }
  #join .social-recr .cont .mod .en {
    font-size: 20px;
  }
  #join .social-recr .cont .mod .cn {
    font-size: 20px;
  }
  #join .social-recr .cont .content {
    margin-top: 0.6rem;
  }
  #join .social-recr .cont .btns {
    margin-top: 0.6rem;
  }
  #join .social-recr .cont .btns .btn {
    width: 3rem;
    height: 1rem;
    margin: 0 0.2rem;
    padding: 0 0.2rem;
  }
  #join .social-recr .cont .btns .btn i {
    font-size: 28px;
  }
  #join .social-recr .cont .btns .btn span {
    font-size: 14px;
  }
  #news .news_l {
    padding: 0.5rem 0;
  }
  #news .news_l .item {
    width: 100%;
    margin-bottom: 0.4rem;
    align-items: inherit;
  }
  #news .news_l .item .img {
    width: 100%;
    height: auto;
  }
  #news .news_l .item .text {
    width: 100%;
    padding-left: 0.2rem;
  }
  #news .news_l .item .text .date {
    height: 0.6rem;
    line-height: 0.6rem;
  }
  #news .news_l .item .text .date .day {
    font-size: 16px;
  }
  #news .news_l .item .text .date .year {
    font-size: 14px;
  }
  #news .news_l .item .text .title {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    margin-top: 0.1rem;
  }
  #news .news_l .item .text .desc {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    margin-top: 0.1rem;
  }
  #news .news_l .item .text .more {
    font-size: 12px;
    margin-top: 10px;
  }
  #news .news_l .pages {
    margin-top: 0.4rem;
  }
  #news .detail {
    padding: 0.6rem 0;
  }
  #news .detail .info .title {
    font-size: 20px;
  }
  #news .detail .info .date {
    margin-top: 0.2rem;
  }
  #news .detail .content {
    margin-top: 0.6rem;
  }
  #news .detail .prev-next {
    padding: 0.4rem 0;
    margin-top: 0.4rem;
  }
  #news .detail .back {
    margin-top: 0.4rem;
  }
  #contact .contact-box {
    height: auto;
    flex-wrap: wrap;
    margin-top: -1.5rem;
  }
  #contact .contact-box .map-box {
    width: 100%;
    height: 5rem;
  }
  #contact .contact-box .map-info {
    width: 100%;
    padding: 5%;
  }
  #contact .contact-box .map-info .title {
    font-size: 24px;
    height: 24px;
  }
  #contact .contact-box .map-info .desc {
    margin-top: 0.4rem;
  }
  #contact .contact-box .map-info .desc .t2 {
    font-size: 16px;
    line-height: 28px;
  }
  #contact .contact-box .map-info .desc.mail {
    margin-top: 0.4rem;
  }
  #contact .contact-box .map-info .code-box {
    margin-top: 0.4rem;
  }
  #contact .project-box {
    padding: 0.6rem 0 0;
  }
  #contact .project-box .project-list {
    margin-top: 0.6rem;
    flex-wrap: wrap;
  }
  #contact .project-box .project-list .p-item {
    width: 100%;
    padding: 0.24rem;
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
  }
  #contact .project-box .project-list .p-item .pic {
    width: 100%;
  }
  #contact .project-box .project-list .p-item .info-box {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    margin-left: 0;
    padding: 0.24rem 0;
  }
  #contact .project-box .project-list .p-item .info-box .title {
    font-size: 16px;
    line-height: 20px;
  }
  #contact .project-box .project-list .p-item .info-box .info {
    font-size: 14px;
    line-height: 24px;
  }
  #contact .project-box .project-list .p-item .info-box .more {
    width: 2.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-top: 10px;
  }
  #contact .project-box .project-list .p-item .info-box .more i {
    margin-right: 0.2rem;
  }
  #contact .map-detail {
    margin: -1rem 0 0.6rem;
    padding: 0.24rem;
    background-color: #fff;
    border-radius: 6px;
  }
  #contact .map-detail .map {
    height: 8rem;
  }
  #contact .map-detail #map .BMapLabel .info-div {
    padding: 0.2rem;
  }
  #contact .map-detail #map .BMapLabel .info-div .t1 {
    font-size: 14px;
  }
  #contact .map-detail #map .BMapLabel .info-div .t2 {
    font-size: 12px;
  }
  footer .foot-top {
    padding: 0.6rem 0;
  }
  footer .foot-contact .logo {
    height: 1rem;
    text-align: center;
  }
  footer .foot-contact .logo img {
    height: 1rem;
  }
  footer .foot-contact .bot {
    margin-top: 0.2rem;
    padding-top: 0.4rem;
    flex-wrap: wrap;
  }
  footer .foot-contact .bot .tel-addr {
    width: 100%;
  }
  footer .foot-contact .bot .qrcode {
    text-align: center;
    margin: 0 auto;
    margin-top: 0.2rem;
  }
}
/*# sourceMappingURL=style.css.map */