#index .index-banner {
  height: 100vh;
  position: relative;
}
#index .index-banner .index-swiper {
  height: 100%;
}
#index .index-banner .index-swiper .swiper-wrapper {
  height: 100%;
}
#index .index-banner .index-swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
#index .index-banner .index-swiper .swiper-wrapper .swiper-slide .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30vh 0 0;
}
#index .index-banner .index-swiper .swiper-wrapper .swiper-slide .mask .texts .title {
  color: #fff;
  font-weight: bold;
  font-size: 72px;
  line-height: 90px;
}
#index .index-banner .index-swiper .swiper-wrapper .swiper-slide .mask .texts .txt {
  font-size: 26px;
  margin-top: 50px;
  color: #fff;
}
#index .index-banner .index-pagination {
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 10;
  width: 100%;
}
#index .index-banner .index-pagination .paginations {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#index .index-banner .index-pagination .pagination-page {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
}
#index .index-banner .index-pagination .pagination-page .swiper-pagination-bullet {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 19, 81, 0);
  margin-bottom: 10px;
  opacity: 1;
  outline: none;
}
#index .index-banner .index-pagination .pagination-page .swiper-pagination-bullet .wrapper {
  width: 18px;
  height: 36px;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 9;
}
#index .index-banner .index-pagination .pagination-page .swiper-pagination-bullet .right {
  right: 0;
}
#index .index-banner .index-pagination .pagination-page .swiper-pagination-bullet .left {
  left: 0;
}
#index .index-banner .index-pagination .pagination-page .swiper-pagination-bullet .circle {
  width: 36px;
  height: 36px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  transform: rotate(-135deg);
}
#index .index-banner .index-pagination .pagination-page .swiper-pagination-bullet .rightcircle {
  border-top: 1px solid #f00;
  border-right: 1px solid #f00;
  right: 0;
}
#index .index-banner .index-pagination .pagination-page .swiper-pagination-bullet .leftcircle {
  border-bottom: 1px solid #f00;
  border-left: 1px solid #f00;
  left: 0;
}
#index .index-banner .index-pagination .pagination-page .swiper-pagination-bullet i {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 14px;
  top: 14px;
  background: #fff;
  transition: 0.3s;
}
#index .index-banner .index-pagination .pagination-page .swiper-pagination-bullet .huan {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px transparent solid;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
#index .index-banner .index-pagination .pagination-page .swiper-pagination-bullet-active .rightcircle {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 0;
  -webkit-animation: circle_right 4s linear;
}
#index .index-banner .index-pagination .pagination-page .swiper-pagination-bullet-active .leftcircle {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  left: 0;
  -webkit-animation: circle_left 4s linear;
}
#index .index-banner .index-pagination .pagination-page .swiper-pagination-bullet-active i {
  background: #fff;
}
#index .index-banner .index-pagination .pagination-page .swiper-pagination-bullet-active .huan {
  border: 2px rgba(255, 255, 255, 0.5) solid;
}
#index .index-banner .index-pagination .scrolls {
  display: flex;
  align-items: flex-end;
  color: #fff;
  font-size: 18px;
}
#index .index-banner .index-pagination .scrolls span {
  display: inline-block;
  padding: 16px;
}
#index .index-banner .index-pagination .scrolls img {
  width: 48px;
}
#index .index-banner .index-pagination .num-box {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
  font-family: "Dinb";
}
#index .index-banner .index-pagination .num-box .cur {
  font-size: 48px;
  line-height: 40px;
}
#index .index-banner .index-pagination .num-box .tag {
  display: inline-block;
  margin: 0 6px;
}
#index .index-banner .index-pagination .num-box .total {
  display: inline-block;
  vertical-align: baseline;
  box-shadow: 0 2px #fff;
}
#index .project-query {
  position: relative;
  height: 800px;
}
#index .project-query:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 11;
  top: 50%;
  left: 0;
}
#index .project-query .list {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}
#index .project-query .list .items {
  width: 25%;
  height: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  position: relative;
  cursor: pointer;
}
#index .project-query .list .items .texts {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
  transition: all 0.3s;
}
#index .project-query .list .items .dtls {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  background-color: rgba(221, 54, 64, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  transition: all 0.3s;
}
#index .project-query .list .items .dtls .tops .title {
  font-size: 36px;
}
#index .project-query .list .items .dtls .tops .cont {
  font-size: 14px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
#index .project-query .list .items .dtls .more {
  text-decoration: underline;
  color: #fff;
}
#index .project-query .list .items img {
  width: 53px;
}
#index .project-query .list .items .line {
  width: 16px;
  height: 2px;
  margin: 20px 0;
  background-color: #fff;
}
#index .project-query .list .items .txt {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
#index .project-query .list .items:hover .texts {
  opacity: 0;
  transition: all 0.3s;
}
#index .project-query .list .items:hover .dtls {
  opacity: 1;
  transition: all 0.3s;
}
#index .project-query .bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
  z-index: 9;
}
#index .project-query .bg.active {
  transition: all 0.3s;
  opacity: 1;
  z-index: 10;
}
#index .feature-box .list {
  height: 660px;
  display: flex;
}
#index .feature-box .list .item {
  color: #fff;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 20%;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
#index .feature-box .list .item .texts {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.3);
}
#index .feature-box .list .item .texts .line {
  margin: 24px 0;
}
#index .feature-box .list .item .cn {
  font-size: 30px;
  font-weight: bold;
}
#index .feature-box .list .item .line {
  width: 24px;
  height: 2px;
  background-color: #fff;
}
#index .feature-box .list .item .en {
  font-size: 16px;
}
#index .feature-box .list .item .dtls {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 90px 30px 80px;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.3s;
}
#index .feature-box .list .item .dtls .num {
  font-family: "Dinb";
  font-size: 55px;
  line-height: 55px;
}
#index .feature-box .list .item .dtls .cont {
  text-align: center;
}
#index .feature-box .list .item .dtls .cont .titles .en {
  margin: 20px 0 26px;
}
#index .feature-box .list .item .dtls .cont .titles .line {
  margin: 0 auto;
}
#index .feature-box .list .item .dtls .cont .desc {
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
}
#index .feature-box .list .item:hover {
  width: 27%;
  transition: all 0.3s;
}
#index .feature-box .list .item:hover .texts {
  opacity: 0;
  transition: all 0.3s;
}
#index .feature-box .list .item:hover .dtls {
  opacity: 1;
  transition: all 0.3s;
}
#index .project-box {
  height: 800px;
  width: 100%;
}
#index .project-box .project-swiper {
  width: 100%;
  height: 100%;
}
#index .project-box .project-swiper .swiper-wrapper {
  height: 100%;
}
#index .project-box .project-swiper .swiper-wrapper .swiper-slide {
  display: flex;
}
#index .project-box .left {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 62.5%;
}
#index .project-box .right {
  flex: 1;
  padding: 10px 90px 70px;
  background-color: #1e528c;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#index .project-box .right .com-title .title .cn {
  color: #fff;
}
#index .project-box .right .com-title .title .en {
  -webkit-text-stroke: 1px rgba(221, 221, 221, 0.2);
}
#index .project-box .right .com-title .line span {
  background-color: #fff;
}
#index .project-box .right .classify {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
#index .project-box .right .classify .titles {
  color: #fff;
  display: flex;
  align-items: center;
}
#index .project-box .right .classify .titles img {
  width: 40px;
}
#index .project-box .right .classify .titles span {
  display: inline-block;
  margin-left: 16px;
  font-size: 24px;
}
#index .project-box .right .classify .select {
  width: 300px;
  height: 40px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-position: right 20px center;
  background-size: 15px 10px;
  background-repeat: no-repeat;
  background-image: url("../img/59.png");
  cursor: pointer;
}
#index .project-box .right .classify .select select {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: none;
  color: #fff;
  background-color: transparent;
  padding-left: 28px;
  font-size: 16px;
}
#index .project-box .right .classify .select select option {
  color: #333;
}
#index .project-box .right .cont {
  color: #fff;
  margin-top: 60px;
}
#index .project-box .right .cont .tt {
  font-size: 20px;
}
#index .project-box .right .cont .desc {
  font-size: 16px;
  line-height: 32px;
  margin-top: 20px;
}
#index .project-box .right .bottoms .com-more {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
}
#index .project-box .right .bottoms .paginations {
  display: flex;
  align-items: center;
  margin-top: 80px;
}
#index .project-box .right .bottoms .paginations .pro-lines {
  width: 332px;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  height: 1px;
}
#index .project-box .right .bottoms .paginations .pro-lines .bar {
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
#index .project-box .right .bottoms .paginations .btns {
  display: flex;
  align-items: center;
}
#index .project-box .right .bottoms .paginations .prev,
#index .project-box .right .bottoms .paginations .next {
  padding: 0 15px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}
#index .project-box .right .bottoms .paginations .line {
  width: 2px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.5);
}
#index .project-box .right .bottoms .paginations .num-box {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  font-family: "Dinb";
  margin-top: -14px;
}
#index .project-box .right .bottoms .paginations .num-box .cur {
  font-size: 36px;
  line-height: 28px;
}
#index .project-box .right .bottoms .paginations .num-box .tag {
  display: inline-block;
  margin: 0 5px;
}
#index .project-box .right .bottoms .paginations .num-box .total {
  display: inline-block;
  vertical-align: baseline;
  box-shadow: 0 2px #fff;
}
#index .news-box {
  padding-bottom: 80px;
  width: 100%;
  background-position: center;
  background-size: 100% 1px;
  background-repeat: repeat-y;
  background-image: url("../img/60.png");
}
#index .news-box .com-tops {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index .news-box .com-tops .news-tabs {
  display: flex;
  align-items: center;
}
#index .news-box .com-tops .news-tabs .item {
  width: 120px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #1e528c;
  font-size: 16px;
  border-radius: 24px;
  margin-right: 20px;
  border: 1px solid #1e528c;
  cursor: pointer;
}
#index .news-box .com-tops .news-tabs .item.active {
  background-color: #dd3640;
  color: #fff;
  border: 1px solid #dd3640;
}
#index .news-box .com-tops .news-tabs .item:last-child {
  margin-right: 0;
}
#index .news-box .news-list {
  margin-top: -30px;
}
#index .about-box {
  padding: 75px 0 80px;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url("../img/15.png");
}
#index .about-box .tops-box {
  display: flex;
  justify-content: space-between;
}
#index .about-box .tops-box .left-box {
  width: 52.5%;
  position: relative;
}
#index .about-box .tops-box .left-box .txt {
  position: absolute;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  left: 90px;
  top: 30px;
  z-index: 10;
}
#index .about-box .tops-box .left-box > img {
  width: 100%;
  opacity: 0;
}
#index .about-box .tops-box .left-box .bg {
  width: 71%;
  height: 100%;
  position: absolute;
  background-color: #1e528c;
  left: 0;
  top: 0;
}
#index .about-box .tops-box .left-box .pic {
  width: calc(100% - 40px);
  position: absolute;
  left: 40px;
  top: 60px;
}
#index .about-box .tops-box .left-box .pic img {
  width: 100%;
}
#index .about-box .tops-box .right-box {
  width: 42%;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#index .about-box .tops-box .right-box .tops .com-title {
  padding: 0;
}
#index .about-box .tops-box .right-box .tops .titles {
  font-weight: bold;
  margin-top: 40px;
}
#index .about-box .tops-box .right-box .tops .titles .cn {
  font-size: 26px;
  line-height: 32px;
}
#index .about-box .tops-box .right-box .tops .titles .en {
  font-size: 16px;
  line-height: 32px;
}
#index .about-box .tops-box .right-box .tops .desc {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  margin-top: 30px;
}
#index .about-box .nums-box {
  margin-top: 100px;
}

#about .about-box {
  background-color: #f8f8f8;
  padding: 20px 0 80px;
}
#about .about-box .com-title {
  text-align: center;
}
#about .about-box .about-cont .tops {
  display: flex;
  align-items: center;
}
#about .about-box .about-cont .tops .left-box {
  width: 50%;
  background-color: #fff;
  padding: 40px 30px 30px 40px;
  height: 460px;
  position: relative;
  z-index: 11;
}
#about .about-box .about-cont .tops .left-box .texts-box .titles {
  font-weight: bold;
}
#about .about-box .about-cont .tops .left-box .texts-box .titles .cn {
  font-size: 26px;
  line-height: 32px;
}
#about .about-box .about-cont .tops .left-box .texts-box .titles .en {
  font-size: 16px;
  line-height: 32px;
}
#about .about-box .about-cont .tops .left-box .cont {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  height: 230px;
  overflow-y: auto;
  margin-top: 30px;
  padding-right: 40px;
}
#about .about-box .about-cont .tops .left-box .cont::-webkit-scrollbar {
  width: 3px;
  height: 10px;
  background-color: #dddddd;
}
#about .about-box .about-cont .tops .left-box .cont::-webkit-scrollbar-track {
  background-color: #dddddd;
}
#about .about-box .about-cont .tops .left-box .cont::-webkit-scrollbar-thumb {
  background-color: #dd3640;
}
#about .about-box .about-cont .tops .left-box .links {
  margin-top: 30px;
  display: inline-flex;
  margin-right: 30px;
}
#about .about-box .about-cont .tops .left-box .links .tt {
  font-size: 20px;
  color: #dd3640;
  box-shadow: 0 1px #dd3640;
}
#about .about-box .about-cont .tops .left-box .links .download {
  width: 19px;
  height: 18px;
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/34.png");
  margin-left: 10px;
}
#about .about-box .about-cont .tops .pic {
  width: 56.25%;
  height: 600px;
  position: relative;
  z-index: 10;
}
#about .about-box .about-cont .tops .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .about-box .about-cont .nums-box {
  margin-top: 70px;
}
#about .about-texts {
  padding: 60px 0;
}
#about .about-texts .items {
  margin-bottom: 55px;
}
#about .about-texts .items .titles {
  font-size: 30px;
  font-weight: bold;
}
#about .about-texts .items .desc {
  font-size: 16px;
  line-height: 32px;
  margin-top: 16px;
}
#about .about-texts .items:last-child {
  margin-bottom: 0;
}
#about .development {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/101.png");
}
#about .development .com-title {
  text-align: center;
}
#about .development .com-title .cn {
  color: #fff;
}
#about .development .swiper-bg .develop-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
}
#about .development .swiper-bg .develop-swiper .swiper-wrapper .swiper-slide .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0 0 50px;
  overflow-y: auto;
  height: 360px;
  width: 640px;
  background-color: rgba(255, 255, 255, 0.7);
}
#about .development .swiper-bg .develop-swiper .swiper-wrapper .swiper-slide .info::-webkit-scrollbar {
  width: 3px;
  height: 10px;
  background-color: #dddddd;
}
#about .development .swiper-bg .develop-swiper .swiper-wrapper .swiper-slide .info::-webkit-scrollbar-track {
  background-color: #dddddd;
}
#about .development .swiper-bg .develop-swiper .swiper-wrapper .swiper-slide .info::-webkit-scrollbar-thumb {
  background-color: #dd3640;
}
#about .development .swiper-bg .develop-swiper .swiper-wrapper .swiper-slide .info .tops .titles {
  color: #dd3640;
  font-size: 30px;
  font-weight: bold;
}
#about .development .swiper-bg .develop-swiper .swiper-wrapper .swiper-slide .info .tops .desc {
  margin-top: 20px;
}
#about .development .swiper-bg .develop-swiper .swiper-wrapper .swiper-slide .info .tops .desc .tt {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
#about .development .swiper-bg .develop-swiper .swiper-wrapper .swiper-slide .info .develop-btns {
  display: flex;
  align-items: center;
}
#about .development .swiper-bg .develop-swiper .swiper-wrapper .swiper-slide .info .develop-btns .prev,
#about .development .swiper-bg .develop-swiper .swiper-wrapper .swiper-slide .info .develop-btns .next {
  width: 40px;
  cursor: pointer;
}
#about .development .swiper-bg .develop-swiper .swiper-wrapper .swiper-slide .info .develop-btns .prev img,
#about .development .swiper-bg .develop-swiper .swiper-wrapper .swiper-slide .info .develop-btns .next img {
  width: 100%;
}
#about .development .swiper-bg .develop-swiper .swiper-wrapper .swiper-slide .info .develop-btns .next {
  margin-left: 20px;
}
#about .development .swiper-bg .bottom-bg {
  position: relative;
  margin-top: 70px;
  padding-bottom: 70px;
}
#about .development .swiper-bg .bottom-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 20px;
}
#about .development .swiper-bg .bottom-bg .bottoms-swiper {
  background-position: center top;
  background-size: 100% 20px;
  background-repeat: no-repeat;
  background-image: url("../img/62.png");
}
#about .development .swiper-bg .bottom-bg .bottoms-swiper .swiper-wrapper .swiper-slide {
  width: 160px !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 30px;
  cursor: pointer;
}
#about .development .swiper-bg .bottom-bg .bottoms-swiper .swiper-wrapper .swiper-slide .pot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  margin: 10px 0;
}
#about .development .swiper-bg .bottom-bg .bottoms-swiper .swiper-wrapper .swiper-slide span {
  font-size: 16px;
  color: #fff;
}
#about .development .swiper-bg .bottom-bg .bottoms-swiper .swiper-wrapper .swiper-slide.active .pot {
  background-color: #dd3640;
}
#about .development .swiper-bg .bottom-bg .bottoms-swiper .swiper-wrapper .swiper-slide.active span {
  color: #dd3640;
}
#about .culture {
  padding: 20px 0 0;
}
#about .culture .com-title {
  text-align: center;
}
#about .culture .cul-list {
  height: 560px;
  display: flex;
  position: relative;
  overflow: hidden;
}
#about .culture .cul-list .item {
  width: 16.6666666667%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#about .culture .cul-list .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#about .culture .cul-list .item .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
}
#about .culture .cul-list .item .mask .title {
  position: absolute;
  color: #fff;
  bottom: 30px;
  left: 30px;
}
#about .culture .cul-list .item .mask .title .cn {
  font-size: 24px;
  font-weight: bold;
}
#about .culture .cul-list .item .mask .title .en {
  font-size: 16px;
  margin-top: 10px;
}
#about .culture .cul-list .item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#about .culture .cul-list .cul-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
#about .culture .cul-list .cul-mask .culture-swiper {
  width: 100%;
  height: 100%;
}
#about .culture .cul-list .cul-mask .culture-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#about .culture .cul-list .cul-mask .culture-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
#about .culture .cul-list .cul-mask .pic {
  width: 100%;
  height: 100%;
}
#about .culture .cul-list .cul-mask .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .culture .cul-list .cul-mask .pic .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  padding: 0 10px 50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#about .culture .cul-list .cul-mask .pic .mask .titles {
  color: #fff;
}
#about .culture .cul-list .cul-mask .pic .mask .titles .cn {
  font-size: 36px;
  font-weight: bold;
}
#about .culture .cul-list .cul-mask .pic .mask .titles .en {
  font-size: 24px;
}
#about .culture .cul-list .cul-mask .pic .mask .tt {
  font-size: 24px;
  font-weight: bold;
  margin-top: 80px;
}
#about .culture .cul-list .cul-mask .pic .mask .line {
  width: 40px;
  height: 3px;
  margin: 20px 0;
  background-color: #dd3640;
}
#about .culture .cul-list .cul-mask .pic .mask .desc {
  width: 45%;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}
#about .culture .cul-list .cul-mask .right-items {
  width: 266px;
  flex-shrink: 0;
  background-color: #1e528c;
}
#about .culture .cul-list .cul-mask .right-items .item {
  width: 100%;
  height: 20%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid rgba(221, 221, 221, 0.2);
  padding: 0 10px 0 30px;
}
#about .culture .cul-list .cul-mask .right-items .item .cn {
  font-size: 24px;
  font-weight: bold;
}
#about .culture .cul-list .cul-mask .right-items .item .en {
  font-size: 16px;
  margin-top: 10px;
}
#about .culture .cul-list .cul-mask.active {
  display: flex;
}
#about .team-box {
  background-color: #f8f8f8;
}
#about .team-box .com-title {
  text-align: center;
}
#about .team-box .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}
#about .team-box .tabs .item {
  width: 120px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 24px;
  border: 1px solid #001351;
  color: #001351;
  margin-right: 30px;
  cursor: pointer;
}
#about .team-box .tabs .item.active {
  background-color: #dd3640;
  color: #fff;
  border: 1px solid #dd3640;
}
#about .team-box .team-container {
  margin-top: 60px;
  padding-bottom: 120px;
}
#about .team-detail .com-title {
  text-align: center;
}
#about .team-detail .detail-box {
  display: flex;
  align-items: flex-start;
  align-content: space-between;
  padding-bottom: 80px;
}
#about .team-detail .detail-box .pic {
  width: 288px;
  flex-shrink: 0;
}
#about .team-detail .detail-box .pic img {
  width: 100%;
}
#about .team-detail .detail-box .detail-cont {
  flex: 1;
  padding: 0 0 0 50px;
  display: flex;
  flex-direction: column;
}
#about .team-detail .detail-box .detail-cont .tops .titles {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.6);
}
#about .team-detail .detail-box .detail-cont .tops .titles .t1 {
  font-size: 30px;
  color: #404040;
}
#about .team-detail .detail-box .detail-cont .tops .titles .t2 {
  font-size: 20px;
  margin-top: 6px;
}
#about .team-detail .detail-box .detail-cont .tops .cont {
  font-size: 16px;
  line-height: 32px;
  color: #555;
  margin-top: 20px;
}
#about .team-detail .detail-box .detail-cont .bottoms {
  margin-top: 60px;
}
#about .team-detail .detail-box .detail-cont .bottoms .tt {
  font-size: 30px;
  color: #404040;
}
#about .team-detail .detail-box .detail-cont .bottoms .tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
#about .team-detail .detail-box .detail-cont .bottoms .tags a {
  font-size: 20px;
  color: #555;
  display: inline-block;
  margin-right: 30px;
}
#about .team-detail .detail-box .detail-cont .bottoms .tags .active {
  color: #dd3640;
  box-shadow: 0 1px #dd3640;
}
#about .team-detail .person-porject {
  background-color: #f0f0f0;
}
#about .team-detail .model-case {
  padding: 0 0 60px;
}
#about .honor-tabs {
  height: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
#about .honor-tabs .item {
  width: 33.3333333333%;
  height: 100%;
  line-height: 100px;
  font-size: 30px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
#about .honor-tabs .item:before {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  background-color: #dd3640;
  bottom: 0;
  color: #dd3640;
  left: 0;
}
#about .honor-tabs .item.active {
  color: #dd3640;
}
#about .honor-tabs .item.active:before {
  width: 100%;
}
#about .honor-box {
  padding-bottom: 110px;
  background-color: #f8f8f8;
}
#about .honor-box .com-title {
  text-align: center;
}
#about .honor-box .honor-content {
  display: flex;
  align-items: flex-start;
  height: 500px;
}
#about .honor-box .honor-content .left-time {
  flex-shrink: 0;
  height: 100%;
  background-size: 20px 100%;
  background-position: top right 75px;
  background-repeat: no-repeat;
  background-image: url("../img/74.png");
  width: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#about .honor-box .honor-content .left-time .item {
  display: flex;
  align-items: center;
  height: 24px;
  line-height: 90px;
  cursor: pointer;
}
#about .honor-box .honor-content .left-time .item .year {
  font-size: 24px;
}
#about .honor-box .honor-content .left-time .item .pot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #999;
  display: inline-block;
  margin-left: 50px;
}
#about .honor-box .honor-content .left-time .item.active .year {
  font-size: 30px;
  font-weight: bold;
  color: #dd3640;
}
#about .honor-box .honor-content .left-time .item.active .pot {
  background-color: #dd3640;
  margin-left: 30px;
}
#about .honor-box .honor-content .left-time .item:first-child, #about .honor-box .honor-content .left-time .item:last-child {
  height: 0;
}
#about .honor-box .honor-content .right-box {
  flex: 1;
  height: 100%;
}
#about .honor-box .honor-content .right-box .swiper-wrapper {
  width: 100%;
}
#about .honor-box .honor-content .right-box .titles {
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
#about .honor-box .honor-content .right-box .swiper-slide-active .titles {
  color: #dd3640;
}
#about .honor-box .honor-content .right-box .honor-container {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
#about .honor-box .honor-content .right-box .honor-container .honor-img {
  width: 650px;
  height: 380px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about .honor-box .honor-content .right-box .honor-container .honor-img .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
#about .honor-box .honor-content .right-box .honor-container .honor-img .mask img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#about .honor-box .honor-content .right-box .honor-container .honor-img .mask .s-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../img/53.png");
}
#about .honor-box .honor-content .right-box .honor-container .honor-img:hover .mask {
  opacity: 1;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.3);
}
#about .honor-box .honor-content .right-box .honor-container .honor-txt {
  width: 670px;
  height: 380px;
  padding-right: 70px;
  overflow-y: auto;
}
#about .honor-box .honor-content .right-box .honor-container .honor-txt .line {
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
  background-color: #fff;
  transition: all 0.3s;
  cursor: pointer;
  padding: 0 24px;
}
#about .honor-box .honor-content .right-box .honor-container .honor-txt .line:hover, #about .honor-box .honor-content .right-box .honor-container .honor-txt .line.active {
  background-color: #dd3640;
  color: #fff;
  transition: all 0.3s;
}
#about .honor-box .honor-content .right-box .honor-container .honor-txt::-webkit-scrollbar {
  width: 3px;
  height: 10px;
  background-color: #dddddd;
}
#about .honor-box .honor-content .right-box .honor-container .honor-txt::-webkit-scrollbar-track {
  background-color: #dddddd;
}
#about .honor-box .honor-content .right-box .honor-container .honor-txt::-webkit-scrollbar-thumb {
  background-color: #dd3640;
}
#about .about-honor .quality-box .com-title {
  text-align: center;
}
#about .about-honor .quality-box .quality-swiper .swiper-wrapper {
  width: 100%;
}
#about .about-honor .quality-box .quality-swiper .swiper-wrapper .swiper-slide {
  width: 376px !important;
  height: 376px;
  padding: 50px 36px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f4f4f4;
}
#about .about-honor .quality-box .quality-swiper .swiper-wrapper .swiper-slide .pic {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#about .about-honor .quality-box .quality-swiper .swiper-wrapper .swiper-slide .info {
  padding: 20px 0 24px;
  text-align: center;
  font-size: 18px;
  border-top: 1px solid #ddd;
}
#about .about-honor .quality-box .quality-swiper .pagination-page {
  padding: 70px 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about .about-honor .quality-box .quality-swiper .pagination-page .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 20px;
  position: relative;
  background-color: #1e528c;
  opacity: 1;
}
#about .about-honor .quality-box .quality-swiper .pagination-page .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid transparent;
  left: calc(50% - 18px);
  top: calc(50% - 18px);
}
#about .about-honor .quality-box .quality-swiper .pagination-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #dd3640;
}
#about .about-honor .quality-box .quality-swiper .pagination-page .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  border: 1px solid #dd3640;
}

#feature .data-box {
  background-color: #f8f8f8;
}
#feature .data-box .com-title {
  text-align: center;
}
#feature .data-box .re-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}
#feature .data-box .re-tabs .item {
  width: 180px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 24px;
  font-size: 16px;
  color: #1e528c;
  margin-right: 20px;
  border: 1px solid #1e528c;
  cursor: pointer;
}
#feature .data-box .re-tabs .item.active {
  color: #fff;
  background-color: #dd3640;
  border: 1px solid #dd3640;
}
#feature .data-box .re-tabs .item:last-child {
  margin-right: 0;
}
#feature .data-box .contruct-box {
  padding: 0 50px;
  margin: 30px auto 100px;
}
#feature .data-box .contruct-box img {
  width: 100%;
}
#feature .data-box .data-container {
  display: flex;
}
#feature .data-box .data-container .left-box {
  background-color: #fff;
  padding: 50px;
  font-size: 16px;
  line-height: 32px;
  width: 50%;
}
#feature .data-box .data-container .right {
  width: 50%;
}
#feature .data-box .data-container .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#feature .data-box .mode-section {
  padding: 20px 50px 65px;
  background-color: #fff;
  margin-top: 50px;
}
#feature .data-box .mode-section .titles {
  font-size: 24px;
  color: #dd3640;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
#feature .data-box .mode-section .titles:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background-color: #dd3640;
  left: 0;
  bottom: 0;
}
#feature .data-box .mode-section .lists {
  display: flex;
  margin-top: 50px;
}
#feature .data-box .mode-section .lists .item {
  width: 300px;
  height: 260px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../img/72.png");
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#feature .data-box .mode-section .lists .item .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ddd;
  text-align: center;
  line-height: 60px;
  color: #fff;
}
#feature .data-box .mode-section .lists .item .icon i {
  font-size: 30px;
}
#feature .data-box .mode-section .lists .item .desc {
  font-size: 16px;
  line-height: 28px;
  margin-top: 15px;
  text-align: center;
}
#feature .data-box .mode-section .lists .item:nth-child(1) {
  background-image: url("../img/71.png");
}
#feature .data-box .mode-section .lists .item:last-child {
  background-image: url("../img/73.png");
}
#feature .data-box .mode-section .lists .item:hover .icon {
  background-color: #dd3640;
}
#feature .data-box .mode-section .v-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
#feature .data-box .mode-section .v-list .item {
  position: relative;
  width: 30%;
  height: 260px;
  margin-right: 5%;
}
#feature .data-box .mode-section .v-list .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#feature .data-box .mode-section .v-list .item .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#feature .data-box .mode-section .v-list .item .mask i {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
#feature .data-box .mode-section .v-list .item:nth-child(3n) {
  margin-right: 0;
}
#feature .data-box .team-container {
  margin-top: 30px;
  padding-bottom: 30px;
}
#feature .data-box .model-case {
  padding: 0 0 110px;
}
#feature .data-box .service-box {
  margin-top: 80px;
}
#feature .data-box .service-box .title {
  font-size: 24px;
  color: #dd3640;
}
#feature .data-box .service-box .service-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
#feature .data-box .service-box .service-list .item {
  display: block;
  height: 280px;
  width: calc((100% - 135px) / 4);
  border: 1px solid #ddd;
  margin-bottom: 45px;
  margin-right: 45px;
}
#feature .data-box .service-box .service-list .item .top {
  height: 150px;
  color: #333;
  line-height: 150px;
  text-align: center;
}
#feature .data-box .service-box .service-list .item .top i {
  font-size: 60px;
}
#feature .data-box .service-box .service-list .item .bottoms {
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #ddd;
  color: #999;
  font-size: 16px;
  padding: 0 10px;
}
#feature .data-box .service-box .service-list .item .bottoms .t1 {
  font-size: 18px;
  color: #333;
  margin-bottom: 16px;
}
#feature .data-box .service-box .service-list .item .bottoms span {
  display: inline-block;
  box-shadow: 0 1px #999;
}
#feature .data-box .service-box .service-list .item:nth-child(4n) {
  margin-right: 0;
}
#feature .data-box .service-box .service-list .item:hover {
  background-color: #dd3640;
  color: #999;
}
#feature .data-box .service-box .service-list .item:hover .top {
  color: #fff;
}
#feature .data-box .service-box .service-list .item:hover .bottoms {
  font-size: 16px;
  color: #fff;
}
#feature .data-box .service-box .service-list .item:hover .bottoms .t1 {
  color: #fff;
}
#feature .data-box .service-box .service-list .item:hover .bottoms span {
  box-shadow: 0 1px #fff;
}
#feature .data-box .internations .inter-section {
  margin-top: 90px;
}
#feature .data-box .internations .inter-section .titles {
  font-size: 32px;
  color: #dd3640;
  padding-bottom: 26px;
}
#feature .data-box .internations .inter-section .bg-box {
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/77.png");
  padding: 0 100px 70px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#feature .data-box .internations .inter-section .bg-box .items {
  width: 600px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#feature .data-box .internations .inter-section .bg-box .items .tt {
  font-size: 14px;
  color: #fff;
  height: 88px;
  display: flex;
  align-items: center;
  padding: 0 0 0 40px;
}
#feature .data-box .internations .inter-section .bg-box .items .tt span {
  font-size: 60px;
  line-height: 54px;
  font-family: "Dinb";
  display: inline-block;
  margin-right: 6px;
}
#feature .data-box .internations .inter-section .bg-box .items .desc {
  height: 70px;
  padding: 0 10px 0 40px;
  color: #fff;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#feature .data-box .internations .inter-section .inter-items {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
}
#feature .data-box .internations .inter-section .inter-items .item {
  width: 47.5%;
}
#feature .data-box .internations .inter-section .inter-items .item .tt {
  font-size: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
#feature .data-box .internations .inter-section .inter-items .item .tt::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: #dd3640;
  bottom: -1px;
  left: 0;
}
#feature .data-box .internations .inter-section .inter-items .item .cont {
  font-size: 16px;
  line-height: 28px;
  padding: 20px 0 0;
}
#feature .data-box .cul-build {
  background-color: #fff;
  padding-bottom: 80px;
}
#feature .data-box .cul-build.school {
  background-image: url("../img/82.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
#feature .data-box .cul-build.school .com-title {
  padding-bottom: 0;
}
#feature .data-box .cul-build.school .swiper-build {
  height: 260px;
}
#feature .data-box .cul-build.school .swiper-build .swiper-wrapper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
#feature .data-box .cul-build.school .swiper-build .swiper-wrapper .swiper-slide .item {
  width: calc((100% - 152px) / 5);
  height: 110px;
  margin-right: 38px;
}
#feature .data-box .cul-build.school .swiper-build .swiper-wrapper .swiper-slide .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#feature .data-box .cul-build.school .swiper-build .swiper-wrapper .swiper-slide .item:nth-child(5n) {
  margin-right: 0;
}
#feature .data-box .student-box {
  padding-bottom: 90px;
  background-color: #fff;
  margin-top: 60px;
}
#feature .data-box .student-box .list {
  display: flex;
  flex-wrap: wrap;
}
#feature .data-box .student-box .list .item {
  width: calc((100% - 160px) / 5);
  margin-right: 40px;
}
#feature .data-box .student-box .list .item .pic {
  width: 100%;
  overflow: hidden;
}
#feature .data-box .student-box .list .item .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#feature .data-box .student-box .list .item .info .top {
  padding: 20px 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#feature .data-box .student-box .list .item .info .top .name {
  font-size: 18px;
  font-weight: bold;
}
#feature .data-box .student-box .list .item .info .top .more {
  color: #999;
  font-size: 14px;
}
#feature .data-box .student-box .list .item .info .desc {
  font-size: 14px;
  padding: 10px 0;
  border-top: 1px solid #ddd;
}
#feature .data-box .student-box .list .item:nth-child(5n) {
  margin-right: 0;
}
#feature .data-box .student-box .list .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.tender .news-content .select-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 11;
}
.tender .news-content .select-box .select {
  padding: 0 20px 0 25px;
  height: 40px;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  font-size: 16px;
  position: relative;
  border-radius: 20px;
  min-width: 350px;
  justify-content: space-between;
  background-color: #fff;
  cursor: pointer;
}
.tender .news-content .select-box .select .right {
  color: #dd3640;
}
.tender .news-content .select-box .select .right i {
  display: inline-block;
  margin-left: 20px;
}
.tender .news-content .select-box .select .down {
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0;
  background-color: #fff;
  box-shadow: 6px 16px 30px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  overflow: hidden;
  display: none;
  height: 375px;
  overflow-y: scroll;
}
.tender .news-content .select-box .select .down .item {
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.tender .news-content .select-box .select .down .item:hover {
  background-color: #dd3640;
  color: #fff;
}
.tender .news-content .select-box .select ::-webkit-scrollbar {
  width: 3px;
  height: 10px;
  background-color: #dddddd;
}
.tender .news-content .select-box .select .down::-webkit-scrollbar-thumb {
  background-color: #dd3640;
}
.tender .news-content .select-box .select.ml {
  margin-left: 50px;
}
.tender .news-content .news-texts {
  display: flex;
  flex-wrap: wrap;
}
.tender .news-content .news-texts .item {
  margin-right: 60px;
  margin-bottom: 60px !important;
  width: calc((100% - 70px) / 2);
}
.tender .news-content .news-texts :nth-child(2n) {
  margin-right: 0;
}

.tender_detail .content > P {
  text-indent: 2em;
  margin-top: 15px;
}
.tender_detail .content > img {
  margin: 15px 0;
}
.tender_detail .content > h3 {
  margin-top: 35px;
}
.tender_detail .content > span {
  margin-top: 10px;
  display: inline-block;
}
.tender_detail .content .link_href {
  font-size: 16px;
  margin-top: 40px;
  display: flex;
}
.tender_detail .content .link_href .a_box > a {
  color: #0b579e;
  text-decoration: underline;
}
.tender_detail .content .link_href .a_box > span {
  color: #666;
}
.tender_detail .content .link_href .a_box:nth-child(2) {
  margin-left: 50px;
}

#news .news-content {
  padding: 70px 0 50px;
  background-color: #f8f8f8;
}
#news .news-content .news-list {
  position: relative;
}
#news .news-content .news-list .item .pic {
  width: 100%;
}
#news .news-content .news-list .item .pic img {
  width: 100%;
}
#news .news-content .news-list .item .info {
  padding: 30px;
  border: 1px solid #eee;
}
#news .news-content .news-list .item .info .top {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
#news .news-content .news-list .item .info .top .title {
  font-size: 20px;
}
#news .news-content .news-list .item .info .top .desc {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 14px;
}
#news .news-content .news-list .item .info .bottoms {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #999;
  padding-top: 18px;
}
#news .news-content .news-list .item .info .bottoms .more {
  box-shadow: 0 1px #999;
}
#news .news-content .news-list .item:hover .info {
  border-color: #dd3640;
}
#news .news-content .news-list .item:hover .info .top .title {
  color: #fff;
}
#news .news-content .news-list .item:hover .info .top .desc {
  color: #fff;
}
#news .news-content .news-list .item:hover .info .bottoms {
  color: #fff;
}
#news .news-content .news-list .item:hover .info .bottoms .more {
  box-shadow: 0 1px #fff;
}
#news .news-content .news-list .item:nth-child(3n) {
  margin-right: 0;
}
#news .news-content .news-list .news-prev,
#news .news-content .news-list .news-next {
  position: absolute;
  width: 40px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  z-index: 100;
  cursor: pointer;
}
#news .news-content .news-list .news-prev:hover,
#news .news-content .news-list .news-next:hover {
  background-color: #dd3640;
}
#news .news-content .news-list .news-prev:hover i,
#news .news-content .news-list .news-next:hover i {
  color: #fff;
}
#news .news-content .news-list .news-prev i,
#news .news-content .news-list .news-next i {
  font-size: 18px;
  color: #dd3640;
}
#news .news-content .news-list .news-prev {
  left: 0;
  top: calc(50% - 30px);
}
#news .news-content .news-list .news-next {
  right: 0;
  top: calc(50% - 30px);
}
#news .news-content .news-texts {
  margin-top: 50px;
}
#news .news-content .news-texts .item {
  height: 150px;
  padding: 0 40px;
  background-color: #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#news .news-content .news-texts .item .date {
  flex-shrink: 0;
}
#news .news-content .news-texts .item .date .day {
  font-size: 60px;
  line-height: 60px;
  font-family: "Dinb";
  color: #999;
}
#news .news-content .news-texts .item .date .year {
  font-size: 16px;
  margin-top: 6px;
}
#news .news-content .news-texts .item .info {
  padding: 0 0 0 60px;
  width: calc(100% - 65px);
}
#news .news-content .news-texts .item .info .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
#news .news-content .news-texts .item .info .desc {
  font-size: 16px;
  margin-top: 20px;
  color: #666;
}
#news .news-content .news-texts .item:hover {
  background-color: #dd3640;
}
#news .news-content .news-texts .item:hover .date {
  color: #fff;
}
#news .news-content .news-texts .item:hover .date .day {
  color: #fff;
}
#news .news-content .news-texts .item:hover .info .title {
  color: #fff;
}
#news .news-content .news-texts .item:hover .info .desc {
  color: #fff;
}
#news .news-content .news-detail {
  padding: 70px 100px;
  background-color: #fff;
}
#news .news-content .news-detail .title-box {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
#news .news-content .news-detail .title-box .title {
  font-size: 30px;
  color: #404040;
}
#news .news-content .news-detail .title-box .desc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
#news .news-content .news-detail .title-box .desc .line {
  margin: 0 30px;
}
#news .news-content .news-detail .content {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}

#service .data-box {
  background-color: #f8f8f8;
}
#service .data-box .com-title {
  text-align: center;
}
#service .data-box .business-box {
  background-color: #fff;
}
#service .data-box .business-box .bus-container {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 110px;
}
#service .data-box .business-box .bus-container .left-info {
  width: 44%;
}
#service .data-box .business-box .bus-container .left-info .tops {
  display: flex;
  align-items: center;
}
#service .data-box .business-box .bus-container .left-info .tops i {
  font-size: 54px;
  color: #dd3640;
}
#service .data-box .business-box .bus-container .left-info .tops .titles {
  margin-left: 20px;
}
#service .data-box .business-box .bus-container .left-info .tops .titles .cn {
  font-size: 24px;
}
#service .data-box .business-box .bus-container .left-info .tops .titles .en {
  font-size: 24px;
  color: #ccc;
}
#service .data-box .business-box .bus-container .left-info .cont {
  margin-top: 40px;
  font-size: 16px;
  line-height: 32px;
}
#service .data-box .business-box .bus-container .left-info .cont .txt {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 30px;
  font-weight: bold;
}
#service .data-box .business-box .bus-container .pic {
  width: 50%;
  position: relative;
}
#service .data-box .business-box .bus-container .pic > img {
  width: 100%;
  opacity: 0;
}
#service .data-box .business-box .bus-container .pic .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#service .data-box .business-box .bus-container .pic .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .data-box .business-box .bus-container .pic .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  top: 36px;
  left: -36px;
  background-color: #1e528c;
}
#service .data-box .business-items {
  margin-top: 70px;
}
#service .data-box .business-items .item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  background-color: #fff;
  position: relative;
  padding: 30px 0;
  cursor: pointer;
}
#service .data-box .business-items .item .icon-box {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-direction: column;
}
#service .data-box .business-items .item .icon-box .icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  line-height: 74px;
  text-align: center;
  background-color: #ddd;
  color: #fff;
  transition: all 0.3s;
}
#service .data-box .business-items .item .icon-box .icon i {
  font-size: 40px;
}
#service .data-box .business-items .item .icon-box .txt {
  font-size: 20px;
  line-height: 20px;
  margin-top: 20px;
}
#service .data-box .business-items .item .desc {
  font-size: 14px;
  line-height: 32px;
  padding: 0 40px 0 0;
}
#service .data-box .business-items .item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #dd3640;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}
#service .data-box .business-items .item:hover .icon-box .icon {
  background-color: #dd3640;
  transition: all 0.3s;
}
#service .data-box .business-items .item:hover:before {
  height: 4px;
  transition: all 0.3s;
}
#service .data-box .case-container {
  background-color: #f0f0f0;
  padding-bottom: 100px;
}

#project .case-container {
  padding: 30px 0 60px;
  background-color: #f8f8f8;
}
#project .case-container .news-texts {
  margin-top: 50px;
}
#project .case-container .news-texts .item {
  height: 150px;
  padding: 0 40px;
  background-color: #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#project .case-container .news-texts .item .date {
  flex-shrink: 0;
}
#project .case-container .news-texts .item .date .day {
  font-size: 60px;
  line-height: 60px;
  font-family: "Dinb";
  color: #999;
}
#project .case-container .news-texts .item .date .year {
  font-size: 16px;
  margin-top: 6px;
}
#project .case-container .news-texts .item .info {
  padding: 0 0 0 60px;
  width: calc(100% - 65px);
}
#project .case-container .news-texts .item .info .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
#project .case-container .news-texts .item .info .desc {
  font-size: 16px;
  margin-top: 20px;
  color: #666;
}
#project .case-container .news-texts .item:hover {
  background-color: #dd3640;
}
#project .case-container .news-texts .item:hover .date {
  color: #fff;
}
#project .case-container .news-texts .item:hover .date .day {
  color: #fff;
}
#project .case-container .news-texts .item:hover .info .title {
  color: #fff;
}
#project .case-container .news-texts .item:hover .info .desc {
  color: #fff;
}
#project .search-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}
#project .search-tabs .item {
  width: 180px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #1e528c;
  border: 1px solid #1e528c;
  border-radius: 24px;
  font-size: 16px;
  margin-right: 20px;
}
#project .search-tabs .item.active {
  background-color: #dd3640;
  color: #fff;
  border: 1px solid #dd3640;
}
#project .model-case .items {
  margin-bottom: 35px;
}
#project .project-detail {
  padding-bottom: 60px;
}
#project .project-detail .swiper-box {
  display: flex;
  padding-bottom: 90px;
  border-bottom: 1px solid #ddd;
}
#project .project-detail .swiper-box .left-pic {
  width: 60%;
  position: relative;
}
#project .project-detail .swiper-box .left-pic .project-swiper {
  height: 100%;
}
#project .project-detail .swiper-box .left-pic .project-swiper .swiper-wrapper .swiper-slide {
  display: flex;
}
#project .project-detail .swiper-box .left-pic .project-swiper .swiper-wrapper .swiper-slide .pic {
  width: 100%;
  position: relative;
}
#project .project-detail .swiper-box .left-pic .project-swiper .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#project .project-detail .swiper-box .left-pic .project-swiper .swiper-wrapper .swiper-slide .pic .pro-btn .pro-prev,
#project .project-detail .swiper-box .left-pic .project-swiper .swiper-wrapper .swiper-slide .pic .pro-btn .pro-next {
  width: 80px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
#project .project-detail .swiper-box .left-pic .project-swiper .swiper-wrapper .swiper-slide .pic .pro-btn .pro-prev i,
#project .project-detail .swiper-box .left-pic .project-swiper .swiper-wrapper .swiper-slide .pic .pro-btn .pro-next i {
  font-size: 14px;
}
#project .project-detail .swiper-box .left-pic .pro-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 11;
  display: flex;
  align-items: center;
}
#project .project-detail .swiper-box .left-pic .pro-btn .pro-prev,
#project .project-detail .swiper-box .left-pic .pro-btn .pro-next {
  width: 80px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}
#project .project-detail .swiper-box .left-pic .pro-btn .pro-prev i,
#project .project-detail .swiper-box .left-pic .pro-btn .pro-next i {
  color: #dd3640;
  font-size: 16px;
}
#project .project-detail .swiper-box .left-pic .pro-btn .pro-prev:hover,
#project .project-detail .swiper-box .left-pic .pro-btn .pro-next:hover {
  background-color: #dd3640;
}
#project .project-detail .swiper-box .left-pic .pro-btn .pro-prev:hover i,
#project .project-detail .swiper-box .left-pic .pro-btn .pro-next:hover i {
  color: #fff;
}
#project .project-detail .swiper-box .info-box {
  padding: 0 0 0 60px;
}
#project .project-detail .swiper-box .info-box .titles {
  font-size: 28px;
  line-height: 44px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
#project .project-detail .swiper-box .info-box .desc {
  margin-top: 40px;
}
#project .project-detail .swiper-box .info-box .desc .tt {
  font-size: 24px;
  color: #404040;
  margin-bottom: 10px;
}
#project .project-detail .swiper-box .info-box .desc .cont {
  font-size: 16px;
  line-height: 32px;
  color: #666;
}
#project .project-detail .swiper-box .info-box .desc .items {
  display: flex;
  flex-wrap: wrap;
}
#project .project-detail .swiper-box .info-box .desc .items .item {
  font-size: 16px;
  line-height: 28px;
  color: #555;
  display: inline-block;
  margin-right: 20px;
}
#project .project-detail .swiper-box .info-box .desc .items .item:hover, #project .project-detail .swiper-box .info-box .desc .items .item.active {
  color: #dd3640;
  box-shadow: 0 1px #dd3640;
}
#project .com-title {
  text-align: center;
}

#contact .contact-box .com-title {
  text-align: center;
}
#contact .contact-box .map-container {
  display: flex;
  justify-content: space-between;
  padding: 0 0 80px;
}
#contact .contact-box .map-container .onlines-box {
  width: 32.5%;
  height: 800px;
  overflow-y: auto;
}
#contact .contact-box .map-container .onlines-box::-webkit-scrollbar {
  width: 4px;
  background-color: #ddd;
}
#contact .contact-box .map-container .onlines-box::-webkit-scrollbar-track {
  background-color: #ddd;
}
#contact .contact-box .map-container .onlines-box::-webkit-scrollbar-thumb {
  background-color: #dd3640;
}
#contact .contact-box .map-container .onlines-box .items {
  width: 100%;
  border: 1px solid #ddd;
  border-bottom: none;
  cursor: pointer;
}
#contact .contact-box .map-container .onlines-box .items .tops {
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  padding: 0 30px;
  border-bottom: 1px solid #ddd;
}
#contact .contact-box .map-container .onlines-box .items .cont {
  font-size: 14px;
  line-height: 32px;
  padding: 20px 30px;
  min-height: 140px;
}
#contact .contact-box .map-container .onlines-box .items:hover, #contact .contact-box .map-container .onlines-box .items.active {
  border: 1px solid #dd3640;
  background-color: #dd3640;
}
#contact .contact-box .map-container .onlines-box .items:hover .tops, #contact .contact-box .map-container .onlines-box .items.active .tops {
  color: #fff;
}
#contact .contact-box .map-container .onlines-box .items:hover .cont, #contact .contact-box .map-container .onlines-box .items.active .cont {
  color: #fff;
}
#contact .contact-box .map-container .onlines-box .items:last-child {
  border-bottom: 1px solid #ddd;
}
#contact .contact-box .map-box {
  height: 760px;
  width: 100%;
  position: relative;
  background-color: #eee;
}
#contact .contact-box .map-box #map {
  height: 100%;
}
#contact .contact-box .map-box .mask {
  width: 100%;
  /* height: 100%; */
  top: 15%;
  left: 0;
  position: absolute;
}
#contact .contact-box .map-box .mask .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
#contact .contact-box .map-box .mask .inner .items-box {
  width: 430px;
}
#contact .contact-box .map-box .mask .inner .items-box .item .top {
  height: 80px;
  line-height: 80px;
  padding: 0 24px;
  border-radius: 8px 8px 0 0;
  background-color: #dd3640;
  color: #fff;
  font-size: 24px;
}
#contact .contact-box .map-box .mask .inner .items-box .item .cont {
  border-radius: 0 0 8px 8px;
  background-color: #fff;
  padding: 20px;
  font-size: 16px;
  line-height: 34px;
}
#contact .contact-box .map-box .mask .inner .items-box .item.mt {
  margin-top: 40px;
}
#contact .recruit-box .concept-box {
  background-color: #f8f8f8;
  padding: 30px 0 80px;
}
#contact .recruit-box .concept-box .com-title {
  text-align: center;
}
#contact .recruit-box .concept-box .concept-container .tops {
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/95.png");
  position: relative;
}
#contact .recruit-box .concept-box .concept-container .tops .navs {
  width: 100%;
  padding: 0 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -20px;
}
#contact .recruit-box .concept-box .concept-container .tops .navs .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
#contact .recruit-box .concept-box .concept-container .tops .navs .item .tt {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}
#contact .recruit-box .concept-box .concept-container .tops .navs .item .spot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: 30px;
  background-color: #fff;
  position: relative;
  z-index: 11;
}
#contact .recruit-box .concept-box .concept-container .tops .navs .item .spot .pot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
#contact .recruit-box .concept-box .concept-container .tops .navs .item .spot:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border: 5px solid transparent;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
#contact .recruit-box .concept-box .concept-container .tops .navs .item.active .spot {
  background-color: #f5c2c5;
}
#contact .recruit-box .concept-box .concept-container .tops .navs .item.active .spot .pot {
  background-color: #dd3640;
}
#contact .recruit-box .concept-box .concept-container .tops .navs .item.active .spot:before {
  border: 5px solid #fff;
}
#contact .recruit-box .concept-box .concept-container .bottoms {
  padding: 40px 50px;
  background-color: #fff;
}
#contact .recruit-box .concept-box .concept-container .bottoms .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
#contact .recruit-box .concept-box .concept-container .bottoms .desc {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  margin-top: 30px;
}
#contact .recruit-box .concept-box .concept-list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
#contact .recruit-box .concept-box .concept-list .item {
  width: calc((100% - 70px) / 3);
  background-color: #fff;
}
#contact .recruit-box .concept-box .concept-list .item .pic {
  width: 100%;
}
#contact .recruit-box .concept-box .concept-list .item .pic img {
  width: 100%;
}
#contact .recruit-box .concept-box .concept-list .item .info-box {
  padding: 30px;
}
#contact .recruit-box .concept-box .concept-list .item .info-box .title .tt {
  font-size: 26px;
  line-height: 26px;
}
#contact .recruit-box .concept-box .concept-list .item .info-box .title .info {
  font-size: 16px;
  line-height: 28px;
  margin: 15px 0;
}
#contact .recruit-box .concept-box .concept-list .item .info-box .desc {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
#contact .recruit-box .recruit-container .com-title {
  text-align: center;
}
#contact .recruit-box .recruit-container .select-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 11;
}
#contact .recruit-box .recruit-container .select-box .select {
  padding: 0 20px 0 25px;
  height: 40px;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  font-size: 16px;
  position: relative;
  border-radius: 20px;
  width: 300px;
  justify-content: space-between;
  cursor: pointer;
}
#contact .recruit-box .recruit-container .select-box .select .right {
  color: #dd3640;
}
#contact .recruit-box .recruit-container .select-box .select .right i {
  display: inline-block;
  margin-left: 20px;
}
#contact .recruit-box .recruit-container .select-box .select .down {
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0;
  background-color: #fff;
  box-shadow: 6px 16px 30px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  overflow: hidden;
  display: none;
}
#contact .recruit-box .recruit-container .select-box .select .down .item {
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#contact .recruit-box .recruit-container .select-box .select .down .item:hover {
  background-color: #dd3640;
  color: #fff;
}
#contact .recruit-box .recruit-container .select-box .select.ml {
  margin-left: 50px;
}
#contact .recruit-box .recruit-container .recruit-content {
  margin-top: 50px;
  padding-bottom: 70px;
}
#contact .recruit-box .recruit-container .recruit-content .recruit-list .r-head {
  display: flex;
  align-items: center;
  height: 60px;
  background-color: #dd3640;
  padding: 0 60px;
}
#contact .recruit-box .recruit-container .recruit-content .recruit-list .r-head .item {
  font-size: 18px;
  color: #fff;
  width: 100%;
  text-align: center;
}
#contact .recruit-box .recruit-container .recruit-content .recruit-list .r-head .item:first-child {
  width: 200px;
}
#contact .recruit-box .recruit-container .recruit-content .recruit-list .items-box {
  border: 1px solid #ddd;
  border-top: none;
}
#contact .recruit-box .recruit-container .recruit-content .recruit-list .items-box .items .top {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 60px;
  cursor: pointer;
}
#contact .recruit-box .recruit-container .recruit-content .recruit-list .items-box .items .top .item {
  width: 100%;
  text-align: center;
  font-size: 16px;
}
#contact .recruit-box .recruit-container .recruit-content .recruit-list .items-box .items .top .item i {
  font-size: 18px;
  font-weight: bold;
  color: #dd3640;
}
#contact .recruit-box .recruit-container .recruit-content .recruit-list .items-box .items .top .item .send {
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
  border: 1px solid #dd3640;
  color: #dd3640;
  margin: 0 auto;
  position: relative;
}
#contact .recruit-box .recruit-container .recruit-content .recruit-list .items-box .items .top .item .send.had {
  background-color: #e8e8e8;
  color: #333;
  border: 1px solid transparent;
}
#contact .recruit-box .recruit-container .recruit-content .recruit-list .items-box .items .top .item .send input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#contact .recruit-box .recruit-container .recruit-content .recruit-list .items-box .items .top .item .icon-jiahao {
  display: block;
}
#contact .recruit-box .recruit-container .recruit-content .recruit-list .items-box .items .top .item .icon-jianhao {
  display: none;
}
#contact .recruit-box .recruit-container .recruit-content .recruit-list .items-box .items .top .item:first-child {
  width: 200px;
}
#contact .recruit-box .recruit-container .recruit-content .recruit-list .items-box .items .top.active .item .icon-jianhao {
  display: block;
}
#contact .recruit-box .recruit-container .recruit-content .recruit-list .items-box .items .top.active .item .icon-jiahao {
  display: none;
}
#contact .recruit-box .recruit-container .recruit-content .recruit-list .items-box .items .cont {
  padding: 10px 100px 0 200px;
  display: none;
}
#contact .recruit-box .recruit-container .recruit-content .recruit-list .items-box .items .cont .info {
  border-bottom: 1px solid #ddd;
}
#contact .recruit-box .recruit-container .recruit-content .recruit-list .items-box .items .cont .info .lines {
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 30px;
}
#contact .recruit-box .recruit-container .recruit-content .recruit-list .items-box .items .cont .dtl {
  font-size: 16px;
  line-height: 32px;
  padding: 30px 0;
}

@media screen and (max-width: 1900px) {
  .container {
    width: 94%;
  }
  #about .about-box .about-cont .tops .pic {
    height: 500px;
  }
  .cul-build .swiper-build .swiper-wrapper .swiper-slide .items {
    width: calc((100% - 80px) / 3) !important;
    margin-right: 40px;
    padding: 20px;
  }
  .team-container .left-box .pic {
    height: 600px;
  }
  .team-container .right {
    height: 730px;
  }
  #about .about-honor .quality-box .quality-swiper .swiper-wrapper .swiper-slide {
    width: calc((100% - 96px) / 4) !important;
    padding: 40px 28px 0;
    height: 360px;
  }
  #about .honor-box .honor-content .right-box .honor-container .honor-img {
    width: 48%;
  }
  #about .honor-box .honor-content .right-box .honor-container .honor-txt {
    width: 49%;
    padding-right: 40px;
  }
  #about .honor-box .honor-content .right-box .honor-container .honor-txt .line {
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  #about .honor-box .honor-content .right-box .titles {
    font-size: 26px;
    padding-bottom: 24px;
  }
  #feature .data-box .re-tabs {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1600px) {
  #index .project-box .right {
    padding: 10px 50px 40px;
  }
  #index .project-box .right .classify .select {
    width: 260px;
    margin-left: 50px;
  }
  #index .project-query .list .items .txt {
    font-size: 28px;
  }
  #index .project-query .list .items img {
    width: 45px;
  }
  #index .project-query .list .items .dtls .tops .title {
    font-size: 28px;
  }
  .com-title {
    padding: 50px 0 30px;
  }
  .com-title .title .cn {
    font-size: 28px;
    line-height: 28px;
  }
  .com-title .title .en {
    font-size: 45px;
    margin-top: -60px;
  }
  #index .project-box {
    height: 700px;
  }
  #index .about-box .tops-box .right-box .tops .titles .cn {
    font-size: 22px;
    line-height: 22px;
  }
  #index .about-box .tops-box .right-box .tops .titles .en {
    font-size: 14px;
  }
  .nums-box .item .nums span {
    font-size: 46px;
    line-height: 46px;
  }
  #index .about-box .tops-box .left-box .txt {
    font-size: 40px;
    line-height: 40px;
  }
  #about .about-box .about-cont .tops .left-box .texts-box .titles .cn {
    font-size: 22px;
    line-height: 22px;
  }
  #about .about-box .about-cont .tops .left-box .texts-box .titles .en {
    font-size: 14px;
  }
  #about .about-box .about-cont .tops .pic {
    height: 460px;
  }
  .second-nav {
    height: 55px;
  }
  .second-nav .item {
    line-height: 55px;
  }
  .second-nav .item {
    font-size: 16px;
  }
  #contact .contact-box .map-container .onlines-box .items .tops {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    padding: 0 24px;
  }
  #contact .contact-box .map-container .onlines-box .items .cont {
    line-height: 28px;
    min-height: 120px;
  }
  .footer .msg-box .txt {
    font-size: 32px;
  }
  .inner-banner .mask .title .cn {
    font-size: 40px;
    line-height: 40px;
  }
  .inner-banner .mask .title .en {
    font-size: 20px;
    line-height: 20px;
    margin-top: 15px;
  }
  #contact .contact-box .map-box .mask .inner .items-box .item .top {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
  #contact .contact-box .map-box .mask .inner .items-box .item .cont {
    font-size: 14px;
    line-height: 32px;
  }
  #about .culture .cul-list .item .mask .title .cn {
    font-size: 20px;
  }
  #about .culture .cul-list .item .mask .title .en {
    font-size: 14px;
    margin-top: 5px;
  }
  #about .culture .cul-list .cul-mask .right-items .item .cn {
    font-size: 20px;
  }
  #about .culture .cul-list .cul-mask .right-items .item .en {
    font-size: 14px;
    margin-top: 5px;
  }
  #about .culture .cul-list .cul-mask .pic .mask .titles .cn {
    font-size: 28px;
  }
  #about .culture .cul-list .cul-mask .pic .mask .tt {
    margin-top: 60px;
  }
  .cul-build .swiper-build .swiper-wrapper .swiper-slide .date {
    width: 100px;
  }
  .cul-build .swiper-build .swiper-wrapper .swiper-slide .date .day {
    font-size: 50px;
    line-height: 50px;
  }
  .cul-build .swiper-build .swiper-wrapper .swiper-slide .info .title {
    font-size: 16px;
  }
  .cul-build .swiper-build {
    height: 320px;
  }
  .cul-build {
    padding-bottom: 100px;
  }
  .cul-build .pagination-page {
    padding: 60px 0 0;
  }
  #about .development .swiper-bg .develop-swiper .swiper-wrapper .swiper-slide .info {
    padding: 30px;
    width: 45%;
  }
  #about .development .swiper-bg .bottom-bg {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  #feature .data-box .model-case {
    padding: 0 0 70px;
  }
  .team-container .left-box .pic {
    height: 500px;
  }
  .team-container .right {
    height: 622px;
  }
  .team-container .left-box .infos .tt {
    font-size: 20px;
    line-height: 24px;
  }
  .team-container .left-box .infos .info {
    font-size: 16px;
    line-height: 24px;
  }
  #about .about-honor .quality-box .quality-swiper .swiper-wrapper .swiper-slide {
    padding: 35px 20px 0;
    height: 340px;
  }
  #about .about-honor .quality-box .quality-swiper .pagination-page {
    padding: 55px 0;
  }
  #about .honor-tabs {
    height: 80px;
  }
  #about .honor-tabs .item {
    line-height: 80px;
    font-size: 24px;
  }
  #feature .data-box .service-box .service-list .item {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    height: 250px;
  }
  #feature .data-box .service-box .service-list .item .top i {
    font-size: 45px;
  }
  #feature .data-box .service-box .service-list .item .top {
    height: 120px;
    line-height: 120px;
  }
  #news .news-content .news-list .item .info {
    padding: 24px;
  }
  #news .news-content .news-detail {
    padding: 50px 80px;
  }
  #news .news-content .news-detail .title-box .title {
    font-size: 24px;
  }
  #news .news-content .news-detail .title-box .desc {
    margin-top: 30px;
  }
  #news .news-content .news-detail .title-box {
    padding-bottom: 24px;
  }
  .detail-bottoms {
    margin-top: 40px;
  }
  #project .project-detail .swiper-box .info-box .titles {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 30px;
  }
  #project .project-detail .swiper-box .info-box .desc {
    margin-top: 24px;
  }
  #project .project-detail .swiper-box .info-box .desc .tt {
    font-size: 20px;
  }
  #project .project-detail .swiper-box .info-box .desc .cont {
    font-size: 14px;
    line-height: 28px;
  }
  #project .project-detail .swiper-box {
    padding-bottom: 60px;
  }
  #contact .recruit-box .concept-box .concept-container .tops .navs {
    padding: 0 100px;
  }
  #contact .recruit-box .concept-box .concept-container .tops .navs .item .tt {
    font-size: 20px;
    line-height: 20px;
  }
  #contact .recruit-box .concept-box .concept-container .bottoms {
    padding: 30px;
  }
  #contact .recruit-box .concept-box .concept-container .bottoms .desc {
    margin-top: 20px;
  }
  #contact .recruit-box .concept-box .concept-list .item .info-box .title .tt {
    font-size: 20px;
    line-height: 20px;
  }
  #contact .recruit-box .concept-box {
    padding: 30px 0 60px;
  }
  #contact .recruit-box .recruit-container .recruit-content .recruit-list .items-box .items .cont .dtl {
    padding: 22px 0;
  }
  #contact .recruit-box .recruit-container .recruit-content .recruit-list .items-box .items .cont .info .lines {
    padding-bottom: 20px;
  }
  #contact .recruit-box .concept-box .concept-container .tops .navs .item .spot {
    margin-top: 20px;
  }
  #feature .data-box .cul-build.school .swiper-build .swiper-wrapper .swiper-slide .item {
    width: calc((100% - 120px) / 5);
    margin-right: 30px;
    height: 96px;
  }
  #feature .data-box .cul-build.school .swiper-build {
    height: 225px;
  }
  #feature .data-box .student-box .list .item {
    width: calc((100% - 120px) / 5);
    margin-right: 30px;
  }
  #feature .data-box .student-box {
    padding-bottom: 70px;
  }
  .inner-banner .mask .search-box {
    width: 45%;
    height: 55px;
  }
  #project .search-tabs {
    padding: 60px 0;
  }
  #service .data-box .business-box .bus-container .left-info .tops i {
    font-size: 30px;
  }
  #service .data-box .business-box .bus-container .left-info .tops .titles .cn {
    font-size: 16px;
  }
  #service .data-box .business-box .bus-container .left-info .tops .titles .en {
    font-size: 14px;
  }
  #service .data-box .business-box .bus-container .left-info .cont {
    margin-top: 0.4rem;
  }
  #index .index-banner .index-swiper .swiper-wrapper .swiper-slide .mask .texts .title {
    font-size: 32px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1460px) {
  #feature .data-box .internations .inter-section .bg-box {
    padding: 0 60px 50px;
  }
  #feature .data-box .internations .inter-section .bg-box .items {
    width: 49%;
  }
  #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: -moz-max-content;
    max-width: max-content;
  }
}
@media screen and (max-width: 1300px) {
  .header .h-right .navs .items {
    padding: 0 16px;
  }
  .header .h-right .navs .items .item {
    font-size: 16px;
  }
}
@media screen and (max-width: 1044px) {
  .header {
    display: none;
  }
  .m-header {
    width: 100%;
    height: 0.88rem;
    padding: 0 0 0 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 100001;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #fff;
  }
  .m-header .logo {
    width: 2rem;
  }
  .m-header .logo img {
    width: 100%;
  }
  .m-header .logo img.lg01 {
    display: none;
  }
  .m-header .logo img.lg02 {
    display: block;
  }
  .m-header .right {
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
  }
  .m-header .right .tel {
    display: inline-block;
    margin-right: 0.2rem;
  }
  .m-header .right .item {
    display: inline-block;
    height: 100%;
    line-height: 0.88rem;
    font-size: 18px;
    color: #fff;
    width: 1rem;
    text-align: center;
  }
  .m-header .right .menu {
    width: 1.2rem;
    height: 100%;
    color: #fff;
    background-color: #dd3640;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 1rem;
  }
  .m-header .right .menu .menu-line {
    width: 0.6rem;
    height: 0.02rem;
    background-color: #ffffff;
    position: relative;
    transition: all 0.3s;
  }
  .m-header .right .menu .menu-line:before {
    content: "";
    position: absolute;
    width: 0.4rem;
    height: 0.02rem;
    background-color: #fff;
    left: 0;
    top: -0.2rem;
    transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 250ms;
  }
  .m-header .right .menu .menu-line:after {
    content: "";
    position: absolute;
    width: 0.4rem;
    height: 0.02rem;
    left: 0;
    top: 0.2rem;
    background-color: #fff;
    transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 250ms;
  }
  .m-header .right .menu .menu-line.active {
    background-color: transparent;
    transition: all 0.3s;
  }
  .m-header .right .menu .menu-line.active:before {
    width: 0.6rem;
    top: -0.12rem;
    transform: translateY(6px) rotate(45deg);
  }
  .m-header .right .menu .menu-line.active:after {
    width: 0.6rem;
    top: 0rem;
    transform: translateY(-1px) rotate(-45deg);
  }
  .m-cover {
    position: fixed;
    height: calc(100vh - 0.88em);
    background-color: #0049e4;
    top: 0.88rem;
    z-index: 100002;
    display: none;
    left: 0;
    width: 100%;
  }
  .m-cover .tel-box {
    height: 0.8rem;
    display: flex;
    align-items: center;
    padding: 0 0.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .m-cover .tel-box a {
    display: inline-block;
    height: 100%;
    line-height: 0.8rem;
    font-size: 0.24rem;
    color: #fff;
  }
  .m-cover .tel-box a .icon-02 {
    font-size: 20px;
  }
  .m-cover .tel-box .left .tel {
    display: inline-block;
    margin-right: 0.2rem;
    color: #fff;
    font-size: 20px;
  }
  .m-cover .link-box {
    width: 100%;
    height: calc(100% - 2rem);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 1rem;
  }
  .m-cover .link-box .link-box-inner {
    width: 100%;
    height: 100%;
    padding-top: 0.4rem;
    margin: 0 auto;
  }
  .m-cover .link-box .link-box-inner a {
    display: block;
    height: 0.7rem;
    line-height: 0.9rem;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all 0.6s;
  }
  .m-cover .link-box .link-box-inner a .cn {
    display: block;
  }
  .m-cover .link-box .link-box-inner a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  .tender .news-content .select-box {
    flex-direction: column;
  }
  .tender .news-content .select-box .select.ml {
    margin-left: 0;
    margin-top: 20px;
  }
  .tender .news-content .select-box .select .down {
    z-index: 3;
    height: 275px;
    overflow-y: scroll;
  }
  .tender .news-content .select-box .select {
    width: 94%;
  }
  .m-cover-dark {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #191919;
    z-index: 100002;
    display: none;
    align-items: center;
  }
  .m-cover-dark .close-icon {
    width: 0.8rem;
    height: 0.8rem;
    background-image: url("../img/cha.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.64rem 0.64rem;
    display: block;
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    z-index: 11;
  }
  .m-cover-dark .main-item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    transition: all 0.6s;
  }
  .m-cover-dark .main-item .items {
    width: 100%;
  }
  .m-cover-dark .main-item .items > .item {
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #858585;
    height: 1.4rem;
    line-height: 1.4rem;
    text-align: center;
    display: block;
    width: 100%;
  }
  .m-cover-dark .main-item .items > .item:hover {
    color: #fff;
  }
  .m-cover-dark .main-item.active {
    padding-right: 0.6rem;
    transition: all 0.6s;
  }
  .m-cover-dark .main-item.active .item {
    text-align: right;
  }
  .m-cover-dark .child-item {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 0.7rem;
  }
  .m-cover-dark .child-item .item {
    display: block;
    font-size: 0.32rem;
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    text-align: left;
    width: 100%;
    visibility: visible !important;
    animation-name: fadeInRightBit !important;
  }
  .m-cover-dark .online-m {
    position: absolute;
    z-index: 10;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 1rem;
    width: 100%;
  }
  .m-cover-dark .online-m i {
    font-size: 20px;
  }
  .m-cover-dark .online-m span {
    font-size: 20px;
    display: inline-block;
    margin-left: 0.2rem;
  }
  #index .index-banner .index-pagination .scrolls {
    display: none;
  }
  #index .project-box .right {
    padding: 0.2rem 0.4rem 0.4rem;
  }
  #index .project-box .right .classify .select {
    width: 260px;
    margin-left: 50px;
  }
  #index .project-query .list .items .txt {
    font-size: 20px;
  }
  #index .project-query .list .items img {
    width: 30px;
  }
  #index .project-query .list .items .dtls .tops .title {
    font-size: 20px;
  }
  #index .project-query .list .items .line {
    margin: 10px 0;
  }
  .com-title {
    padding: 1rem 0 0.4rem;
  }
  .com-title .title .cn {
    font-size: 20px;
    line-height: 20px;
  }
  .com-title .title .en {
    font-size: 24px;
    margin-top: -36px;
  }
  .com-title .line {
    margin-top: 0.2rem;
  }
  #index .project-box {
    height: auto;
    margin-top: 0.6rem;
  }
  #index .about-box .tops-box .right-box .tops .titles .cn {
    font-size: 16px;
    line-height: 16px;
  }
  #index .about-box .tops-box .right-box .tops .titles .en {
    font-size: 12px;
  }
  .nums-box .item .nums span {
    font-size: 30px;
    line-height: 30px;
  }
  #index .about-box .tops-box .left-box .txt {
    font-size: 28px;
    line-height: 28px;
    left: 1rem;
    top: 1rem;
  }
  #about .about-box .about-cont .tops .left-box .texts-box .titles .cn {
    font-size: 18px;
    line-height: 18px;
  }
  #about .about-box .about-cont .tops .left-box .texts-box .titles .en {
    font-size: 14px;
  }
  #about .about-box .about-cont .tops .pic {
    height: auto;
    width: 100%;
  }
  .second-nav {
    height: 0.8rem;
  }
  .second-nav .item {
    line-height: 0.8rem;
  }
  .second-nav .item {
    font-size: 12px;
    white-space: nowrap;
  }
  .second-nav .container {
    width: 98%;
  }
  #contact .contact-box .map-container .onlines-box .items .tops {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 16px;
    padding: 0 0.24rem;
  }
  #contact .contact-box .map-container .onlines-box .items .cont {
    line-height: 28px;
    min-height: 2rem;
    padding: 0.24rem;
  }
  .footer .msg-box .txt {
    font-size: 20px;
    width: 100%;
  }
  .inner-banner .mask .title .cn {
    font-size: 22px;
    line-height: 22px;
  }
  .inner-banner .mask .title .en {
    font-size: 14px;
    line-height: 14px;
    margin-top: 0.4rem;
  }
  #contact .contact-box .map-box .mask .inner .items-box .item .top {
    height: 1rem;
    line-height: 1rem;
    font-size: 16px;
  }
  #contact .contact-box .map-box .mask .inner .items-box .item .cont {
    font-size: 13px;
    line-height: 28px;
    padding: 0.24rem;
  }
  #about .culture .cul-list .item .mask .title .cn {
    font-size: 14px;
  }
  #about .culture .cul-list .item .mask .title .en {
    font-size: 12px;
    margin-top: 0.1rem;
  }
  #about .culture .cul-list .cul-mask .right-items .item .cn {
    font-size: 14px;
  }
  #about .culture .cul-list .cul-mask .right-items .item .en {
    font-size: 12px;
    margin-top: 0.1rem;
  }
  #about .culture .cul-list .cul-mask .right-items {
    width: 2rem;
  }
  #about .culture .cul-list .cul-mask .right-items .item {
    padding: 0 0.2rem 0 0.24rem;
  }
  #about .culture .cul-list .cul-mask .pic .mask {
    padding: 0 0.2rem 0.8rem 0.24rem;
  }
  #about .culture .cul-list .cul-mask .pic .mask .desc {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  #about .culture .cul-list .cul-mask .pic .mask .titles .cn {
    font-size: 18px;
  }
  #about .culture .cul-list .cul-mask .pic .mask .titles .en {
    font-size: 14px;
  }
  #about .culture .cul-list .cul-mask .pic .mask .tt {
    margin-top: 0.24rem;
    font-size: 16px;
  }
  #about .culture .cul-list .cul-mask .pic .mask .line {
    width: 0.6rem;
    height: 0.02rem;
    margin: 0.3rem 0;
  }
  .cul-build .swiper-build .swiper-wrapper .swiper-slide .date {
    width: 1.4rem;
  }
  .cul-build .swiper-build .swiper-wrapper .swiper-slide .date .day {
    font-size: 36px;
    line-height: 36px;
  }
  .cul-build .swiper-build .swiper-wrapper .swiper-slide .info .title {
    font-size: 16px;
  }
  .cul-build .swiper-build {
    height: auto;
    margin-top: 0.6rem;
  }
  .cul-build {
    padding-bottom: 0.8rem;
  }
  .cul-build .pagination-page {
    padding: 0.6rem 0 0;
  }
  #about .development .swiper-bg .develop-swiper .swiper-wrapper .swiper-slide .info {
    padding: 0.24rem;
    width: 100%;
    height: 4.3rem;
  }
  #about .development .swiper-bg .develop-swiper .swiper-wrapper .swiper-slide .info .tops .titles {
    font-size: 24px;
  }
  #about .development .swiper-bg .develop-swiper .swiper-wrapper .swiper-slide .info .tops .desc .tt {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0.2rem;
  }
  #about .development .swiper-bg .bottom-bg .bottoms-swiper .swiper-wrapper {
    overflow-x: auto;
  }
  #about .development .swiper-bg .bottom-bg .bottoms-swiper .swiper-wrapper .swiper-slide {
    flex-shrink: 0;
  }
  #about .development .swiper-bg .bottom-bg {
    margin-top: 0.5rem;
    padding-bottom: 0.4rem;
  }
  #feature .data-box .model-case {
    padding: 0 0 0.4rem;
  }
  .team-container .left-box .pic {
    height: 5rem;
  }
  .team-container .right {
    height: 622px;
  }
  .team-container .left-box .infos .tt {
    font-size: 16px;
    line-height: 20px;
  }
  .team-container .left-box .infos .info {
    font-size: 14px;
    line-height: 18px;
  }
  #about .about-honor .quality-box .quality-swiper .swiper-wrapper .swiper-slide {
    padding: 0.3rem 0.2rem 0;
    height: 3.4rem;
    width: calc((100% - 32px) / 2) !important;
  }
  #about .about-honor .quality-box .quality-swiper .pagination-page {
    padding: 0.4rem 0;
  }
  #about .honor-tabs {
    height: 80px;
  }
  #about .honor-tabs .item {
    line-height: 80px;
    font-size: 24px;
  }
  #feature .data-box .service-box .service-list .item {
    width: 49%;
    margin-right: 2%;
    height: 3.4rem;
  }
  #feature .data-box .service-box .service-list .item:nth-child(2n) {
    margin-right: 0;
  }
  #feature .data-box .service-box .service-list .item .top i {
    font-size: 24px;
  }
  #feature .data-box .service-box .service-list .item .top {
    height: 1.6rem;
    line-height: 1.6rem;
  }
  #feature .data-box .service-box .service-list .item .bottoms .t1 {
    font-size: 14px;
    margin-bottom: 0.2rem;
  }
  #feature .data-box .service-box .service-list .item .bottoms {
    height: 1.8rem;
  }
  #news .news-content .news-list .item .info {
    padding: 0.4rem 0.24rem;
  }
  #news .news-content .news-detail {
    padding: 0.4rem 0.24rem;
  }
  #news .news-content .news-detail .title-box .title {
    font-size: 18px;
  }
  #news .news-content .news-detail .title-box .desc {
    margin-top: 0.24rem;
  }
  #news .news-content .news-detail .title-box {
    padding-bottom: 24px;
  }
  #news .news-content .news-detail .content {
    padding: 0.4rem 0;
  }
  .detail-bottoms {
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
  .detail-bottoms .left {
    width: 100%;
  }
  .detail-bottoms .back {
    width: 2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.4rem;
  }
  #project .project-detail .swiper-box .info-box .titles {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 0.3rem;
  }
  #project .project-detail .swiper-box .left-pic .pro-btn .pro-prev,
  #project .project-detail .swiper-box .left-pic .pro-btn .pro-next {
    width: 1rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  #project .project-detail {
    padding-bottom: 0.6rem;
  }
  #project .project-detail .swiper-box .info-box .desc {
    margin-top: 0.24rem;
  }
  #project .project-detail .swiper-box .info-box .desc .tt {
    font-size: 16px;
  }
  #project .project-detail .swiper-box .info-box .desc .items .item {
    font-size: 14px;
  }
  #project .project-detail .swiper-box .info-box .desc .cont {
    font-size: 14px;
    line-height: 28px;
  }
  #project .project-detail .swiper-box {
    padding-bottom: 0.6rem;
    flex-wrap: wrap;
  }
  #project .project-detail .swiper-box .left-pic {
    width: 100%;
  }
  #project .project-detail .swiper-box .info-box {
    padding: 0.4rem 0 0;
  }
  #project .model-case .items {
    margin-bottom: 0.4rem;
  }
  #project .case-container {
    padding: 0 0 0.6rem;
  }
  #contact .recruit-box .concept-box .concept-container .tops .navs {
    padding: 0 0.24rem;
  }
  #contact .recruit-box .concept-box .concept-container .tops .navs .item .tt {
    font-size: 12px;
    line-height: 14px;
  }
  #contact .recruit-box .concept-box .concept-container .bottoms .title {
    font-size: 18px;
  }
  #contact .recruit-box .concept-box .concept-container .bottoms {
    padding: 0.8rem 0.24rem 0.4rem;
  }
  #contact .recruit-box .concept-box .concept-container .bottoms .desc {
    margin-top: 0.3rem;
    font-size: 14px;
    line-height: 28px;
  }
  #contact .recruit-box .concept-box .concept-list {
    margin-top: 0.6rem;
    flex-wrap: wrap;
  }
  #contact .recruit-box .concept-box .concept-list .item {
    width: 100%;
  }
  #contact .recruit-box .recruit-container .select-box .select {
    padding: 0 0.24rem;
    width: 46%;
  }
  #contact .recruit-box .recruit-container .select-box .select.ml {
    margin-left: 0.24rem;
  }
  #contact .recruit-box .recruit-container .select-box .select {
    font-size: 14px;
  }
  #contact .recruit-box .recruit-container .select-box .select .right i {
    margin-left: 0.2rem;
  }
  #contact .recruit-box .concept-box .concept-list .item .info-box {
    padding: 0.4rem 0.24rem;
  }
  #contact .recruit-box .recruit-container .recruit-content .recruit-list .r-head {
    height: 1rem;
    padding: 0 0.24rem;
  }
  #contact .recruit-box .recruit-container .recruit-content .recruit-list .r-head .item {
    font-size: 12px;
  }
  #contact .recruit-box .concept-box .concept-list .item .info-box .title .tt {
    font-size: 16px;
    line-height: 16px;
  }
  #contact .recruit-box .recruit-container .recruit-content .recruit-list .items-box .items .top {
    height: 1rem;
    padding: 0 0.24rem;
  }
  #contact .recruit-box .recruit-container .recruit-content .recruit-list .items-box .items .top .item {
    font-size: 12px;
  }
  #contact .recruit-box .recruit-container .recruit-content .recruit-list .items-box .items .top .item .send {
    width: 1rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .com-more.recruit {
    width: 2rem;
    margin: 0.4rem auto;
  }
  #contact .recruit-box .recruit-container .recruit-content .recruit-list .items-box .items .cont {
    padding: 0.2rem 0.6rem 0 0.24rem;
  }
  #contact .recruit-box .recruit-container .recruit-content {
    margin-top: 0.4rem;
    padding-bottom: 0.6rem;
  }
  #contact .recruit-box .concept-box {
    padding: 0.4rem 0 0.6rem;
  }
  #contact .recruit-box .recruit-container .recruit-content .recruit-list .items-box .items .cont .dtl {
    padding: 0.24rem 0;
  }
  #contact .recruit-box .recruit-container .recruit-content .recruit-list .items-box .items .cont .info .lines {
    padding-bottom: 0.4rem;
  }
  #contact .recruit-box .concept-box .concept-container .tops .navs .item .spot {
    margin-top: 0.4rem;
  }
  #feature .data-box .cul-build.school .swiper-build .swiper-wrapper .swiper-slide .item {
    width: 32%;
    margin-right: 2%;
    height: 1rem;
  }
  #feature .data-box .cul-build.school .swiper-build .swiper-wrapper .swiper-slide .item:nth-child(5n) {
    margin-right: 2%;
  }
  #feature .data-box .cul-build.school .swiper-build .swiper-wrapper .swiper-slide .item:nth-child(3n) {
    margin-right: 0;
  }
  #feature .data-box .cul-build.school .swiper-build {
    height: 5rem;
  }
  #feature .data-box .re-tabs {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0.6rem 0.24rem 0;
  }
  #feature .data-box .re-tabs .item {
    min-width: 2.6rem;
    height: 0.7rem;
    line-height: 0.7rem;
    width: auto;
    padding: 0 0.24rem;
    font-size: 14px;
    margin-bottom: 0.24rem;
    margin-right: 0.24rem;
  }
  #feature .data-box .contruct-box {
    padding: 0 0.24rem;
    margin: 0.24rem auto 0.4rem;
  }
  #feature .data-box .cul-build {
    padding-bottom: 0.6rem;
  }
  #feature .data-box .student-box .list .item {
    width: calc((100% - 120px) / 5);
    margin-right: 30px;
  }
  #feature .data-box .student-box {
    padding-bottom: 0.6rem;
  }
  .inner-banner .mask .search-box {
    width: 80%;
    height: 0.8rem;
  }
  #project .search-tabs {
    padding: 0.6rem 0;
  }
  #service .data-box .case-container {
    padding-bottom: 0.6rem;
  }
  #project .search-tabs .item {
    width: 2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 14px;
  }
  #service .data-box .business-box .bus-container .left-info .tops i {
    font-size: 48px;
  }
  #service .data-box .business-box .bus-container .left-info .tops .titles .cn {
    font-size: 20px;
  }
  #service .data-box .business-box .bus-container .left-info .tops .titles .en {
    font-size: 18px;
  }
  #service .data-box .business-box .bus-container .left-info .cont {
    margin-top: 30px;
  }
  #index .index-banner .index-swiper .swiper-wrapper .swiper-slide .mask .texts .title {
    font-size: 22px;
    line-height: 36px;
  }
  #index .index-banner .index-swiper .swiper-wrapper .swiper-slide .mask .texts .txt {
    font-size: 16px;
    margin-top: 0.4rem;
  }
  #index .index-banner {
    height: 6rem;
  }
  #index .index-banner .index-swiper .swiper-wrapper .swiper-slide .mask {
    padding: 1rem 0 0;
  }
  #index .index-banner .index-pagination .num-box .cur {
    font-size: 30px;
    line-height: 30px;
  }
  #index .index-banner .index-pagination .num-box {
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    width: 100%;
  }
  #index .index-banner .index-pagination .pagination-page {
    display: none;
  }
  #index .index-banner .index-pagination {
    bottom: 0.4rem;
  }
  #index .project-query .list .items {
    width: 100%;
    flex-shrink: 0;
    height: 100%;
  }
  #index .project-query .list .items .dtls {
    padding: 0.24rem;
  }
  #index .project-query .list {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
  }
  #index .project-query {
    height: 5rem;
  }
  #index .project-query:before {
    height: 0px;
  }
  #index .feature-box .list .item {
    width: 100%;
    height: 4rem;
  }
  #index .feature-box .list {
    height: auto;
    flex-wrap: wrap;
  }
  #index .feature-box .list .item:hover {
    width: 100%;
  }
  #index .feature-box .list .item .cn {
    font-size: 20px;
  }
  #index .feature-box .list .item .dtls {
    padding: 0.6rem 0.24rem;
  }
  #index .feature-box .list .item .dtls .num {
    font-size: 20px;
    line-height: 20px;
  }
  #index .feature-box .list .item .dtls .cont .titles .en {
    margin: 0.1rem 0 0.14rem;
  }
  #index .feature-box .list .item .dtls .cont .desc {
    display: none;
  }
  .com-more {
    width: 1.6rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.25rem;
    font-size: 12px;
  }
  #index .project-box .project-swiper .swiper-wrapper .swiper-slide {
    flex-wrap: wrap;
  }
  #index .project-box .left {
    width: 100%;
    height: 5rem;
  }
  #index .project-box .right {
    width: 100%;
  }
  #index .project-box .right .classify {
    margin-top: 0;
    flex-wrap: wrap;
  }
  #index .project-box .right .classify .titles img {
    width: 0.6rem;
  }
  #index .project-box .right .classify .titles span {
    margin-left: 0.2rem;
    font-size: 20px;
  }
  #index .project-box .right .classify .select {
    width: 100%;
    margin-left: 0;
    margin-top: 0.4rem;
  }
  #index .project-box .right .cont .tt {
    font-size: 16px;
  }
  #index .project-box .right .cont .desc {
    font-size: 14px;
    line-height: 28px;
    margin-top: 0.3rem;
  }
  #index .project-box .right .cont {
    margin-top: 0.56rem;
  }
  #index .project-box .right .bottoms .paginations {
    margin-top: 0.6rem;
  }
  #index .project-box .right .classify .titles {
    display: flex;
    align-items: center;
  }
  #index .project-box .right .bottoms .paginations .num-box .cur {
    font-size: 28px;
  }
  #index .project-box .right .bottoms .com-more {
    margin-top: 0.4rem;
  }
  #index .news-box .com-tops {
    flex-wrap: wrap;
  }
  #index .news-box .com-tops .news-tabs .item {
    width: 1.6rem;
    height: 0.55rem;
    line-height: 0.55rem;
    font-size: 14px;
    margin-right: 0.14rem;
  }
  #index .news-box .news-list {
    margin-top: 0.6rem;
  }
  .news-list .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 4%;
  }
  .news-list .item:nth-child(3n) {
    margin-right: 2%;
  }
  .news-list .item:nth-child(2n) {
    margin-right: 0%;
  }
  #index .news-box {
    padding-bottom: 0.6rem;
  }
  .news-list .item .info {
    padding: 0.24rem;
  }
  .news-list .item .info .tops .title {
    font-size: 16px;
  }
  .news-list .item .info .tops .desc {
    padding: 0;
    margin: 0.2rem 0;
  }
  #index .about-box {
    padding: 0.6rem 0;
  }
  #index .about-box .tops-box {
    flex-wrap: wrap;
  }
  #index .about-box .tops-box .left-box {
    width: 100%;
  }
  #index .about-box .tops-box .left-box .pic {
    width: calc(100% - 0.4rem);
    left: 0.4rem;
    top: 0.6rem;
  }
  #index .about-box .tops-box .right-box {
    width: 100%;
    margin-top: 1rem;
  }
  #index .about-box .tops-box .right-box .tops .titles {
    margin-top: 0.4rem;
  }
  #index .about-box .tops-box .right-box .tops .desc {
    font-size: 14px;
    line-height: 28px;
    margin-top: 0.2rem;
  }
  #index .about-box .tops-box .right-box .com-more {
    margin-top: 0.3rem;
  }
  #index .about-box .nums-box {
    margin-top: 0.6rem;
    flex-wrap: wrap;
  }
  .nums-box .item {
    width: 50%;
    font-size: 14px;
    margin-bottom: 0.24rem;
  }
  .footer .msg-box {
    height: 3rem;
    padding: 0 0.24rem;
    text-align: center;
  }
  .footer .msg-box .msg-btn {
    width: 3.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 14px;
    margin-left: 0;
  }
  .footer .footer-main .navs .right {
    display: none;
  }
  .footer .footer-main {
    padding: 0.4rem 0;
  }
  .footer .footer-main .navs .left .desc .line {
    font-size: 14px;
    line-height: 28px;
  }
  .footer .footer-main .navs .left .code-box {
    margin-top: 0.4rem;
    justify-content: center;
  }
  .footer .foot-bottoms .container {
    flex-wrap: wrap;
    height: auto;
    padding: 0.2rem 0;
    line-height: 24px;
  }
  .footer .footer-main .navs .left {
    width: 100%;
    border: none;
  }
  .footer .footer-main .navs .left .code-box .code .down:before {
    border-width: 0 0.14rem 0.14rem 0.14rem;
    top: -0.14rem;
    left: calc(50% - 0.14rem);
  }
  .footer .footer-main .navs .left .code-box .code .down {
    width: 1.4rem;
    padding: 0.1rem;
    top: 1rem;
    left: calc(50% - 0.7rem);
    border-radius: 0.04rem;
  }
  .footer .footer-main .navs .left .code-box .code {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  #about .about-box {
    padding: 0 0 0.6rem;
  }
  #about .about-box .about-cont .tops {
    flex-wrap: wrap;
  }
  #about .about-box .about-cont .tops .left-box {
    width: 100%;
    padding: 0.4rem 0.24rem;
    height: auto;
  }
  #about .about-box .about-cont .tops .left-box .cont {
    height: auto;
    margin-top: 0.2rem;
    padding-right: 0;
  }
  #about .about-box .about-cont .tops .left-box .links {
    margin-top: 0.3rem;
    display: inline-flex;
    margin-right: 0.3rem;
  }
  #about .about-box .about-cont .tops .left-box .links .tt {
    font-size: 14px;
  }
  #about .about-box .about-cont .nums-box {
    margin-top: 0.6rem;
  }
  .nums-box {
    flex-wrap: wrap;
  }
  #about .about-texts {
    padding: 0.6rem 0;
  }
  #about .about-texts .items .titles {
    font-size: 24px;
  }
  #about .about-texts .items .desc {
    font-size: 14px;
    line-height: 28px;
    margin-top: 0.2rem;
  }
  #about .about-texts .items {
    margin-bottom: 0.4rem;
  }
  #contact .contact-box .map-container {
    padding: 0 0 0.6rem;
    flex-wrap: wrap;
  }
  #contact .contact-box .map-container .map {
    width: 100%;
    height: 4rem !important;
    display: none;
  }
  #contact .contact-box .map-container .onlines-box {
    width: 100%;
    height: auto;
  }
  #contact .contact-box .map-box .mask .inner .items-box {
    width: 100%;
  }
  #contact .contact-box .map-box {
    height: 12rem;
  }
  .cul-build .tabs {
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0 0 0 3%;
  }
  .cul-build .tabs .item {
    min-width: 1.6rem;
    height: 0.7rem;
    padding: 0 0.2rem;
    line-height: 0.7rem;
    margin-right: 0.2rem;
    font-size: 14px;
    flex-shrink: 0;
    width: auto;
  }
  .cul-build .swiper-build .swiper-wrapper .swiper-slide .items {
    width: 100% !important;
    margin-right: 0rem;
    padding: 0.2rem;
    height: 2.4rem;
    margin-bottom: 0.24rem;
  }
  .cul-build .swiper-build .swiper-wrapper .swiper-slide .info {
    width: calc(100% - 1.4rem);
    padding: 0 0 0 0.2rem;
  }
  .cul-build .swiper-build .swiper-wrapper .swiper-slide .info .desc {
    margin-top: 0.2rem;
  }
  #feature .data-box .data-container {
    flex-wrap: wrap;
  }
  #feature .data-box .data-container .left-box {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    padding: 0.4rem 0.24rem;
  }
  #feature .data-box .data-container .right {
    width: 100%;
  }
  #feature .data-box .mode-section {
    padding: 0.24rem 0.24rem 0.4rem;
    margin-top: 0.4rem;
  }
  #feature .data-box .mode-section .titles {
    font-size: 18px;
  }
  #feature .data-box .mode-section .lists {
    overflow-x: auto;
    margin-top: 0.4rem;
  }
  #feature .data-box .mode-section .lists .item {
    width: 75%;
    height: 4.5rem;
    flex-shrink: 0;
  }
  #feature .data-box .mode-section .lists .item .desc {
    font-size: 14px;
    line-height: 28px;
  }
  #feature .data-box .mode-section .v-list {
    margin-top: 0.4rem;
  }
  #feature .data-box .mode-section .v-list .item {
    width: 49%;
    height: 2.8rem;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  #feature .data-box .mode-section .v-list .item:nth-child(3n) {
    margin-right: 2%;
  }
  #feature .data-box .mode-section .v-list .item:nth-child(2n) {
    margin-right: 0;
  }
  #feature .data-box .mode-section .v-list .item .mask i {
    font-size: 24px;
  }
  .team-container {
    flex-wrap: wrap;
    padding-bottom: 0.6rem;
  }
  .team-container .left-box .infos {
    padding: 0.24rem;
  }
  .team-container .right {
    height: auto;
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    margin-top: 0.4rem;
  }
  .team-container .right .item .img {
    width: 3rem;
  }
  .team-container .right .item .desc .top .title .t1 {
    font-size: 18px;
  }
  .team-container .right .item .desc .top .title .t2 {
    font-size: 16px;
  }
  .team-container .right .item .desc {
    padding: 0.2rem 0.2rem 0;
  }
  .team-container .right .item .desc .top .cont {
    margin: 0.2rem 0 0;
    font-size: 13px;
    line-height: 20px;
  }
  .team-container .right .item {
    margin-bottom: 0.4rem;
  }
  .team-container .right .item:last-child {
    margin-bottom: 0;
  }
  #feature .data-box .team-container {
    margin-top: 0;
  }
  .model-case .items {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 4%;
  }
  .model-case .items:nth-child(3n) {
    margin-right: 2%;
  }
  .model-case .items:nth-child(2n) {
    margin-right: 0%;
  }
  .model-case .items .info {
    padding: 0.2rem 0.24rem;
  }
  .model-case .items .info .t1 {
    font-size: 16px;
    line-height: 20px;
  }
  .model-case .items .info .t2 {
    font-size: 14px;
  }
  #feature .data-box .mode-section .lists .item .icon {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
  }
  #feature .data-box .mode-section .lists .item .icon i {
    font-size: 20px;
  }
  #about .about-honor .quality-box .quality-swiper .swiper-wrapper .swiper-slide .info {
    padding: 0.2rem 0;
    font-size: 14px;
  }
  #about .honor-tabs {
    height: 1rem;
    margin-bottom: 0.6rem;
  }
  #about .honor-tabs .item {
    line-height: 1rem;
    font-size: 16px;
  }
  #about .honor-box .honor-content .left-time {
    flex-direction: row;
    height: 0.6rem;
    width: 100%;
    background-image: none;
    overflow-x: auto;
    justify-content: flex-start;
  }
  #about .honor-box .honor-content .left-time .item {
    flex-direction: column;
    flex-shrink: 0;
    line-height: 24px;
    margin-right: 0.4rem;
  }
  #about .honor-box .honor-content .right-box {
    width: 100%;
    flex: none;
    margin-top: 0.5rem;
  }
  #about .honor-box .honor-content {
    flex-wrap: wrap;
    height: auto;
  }
  #about .honor-box .honor-content .left-time .item .year {
    font-size: 18px;
  }
  #about .honor-box .honor-content .left-time .item.active .year {
    font-size: 24px;
  }
  #about .honor-box .honor-content .left-time .item.active .pot {
    display: none;
  }
  #about .honor-box .honor-content .right-box .titles {
    font-size: 24px;
    padding-bottom: 0.24rem;
  }
  #about .honor-box .honor-content .right-box .honor-container {
    margin-top: 0.4rem;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #about .honor-box .honor-content .right-box .honor-container .honor-img {
    width: 100%;
    height: auto;
  }
  #about .honor-box .honor-content .right-box .honor-container .honor-txt {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    overflow-x: auto;
    margin-bottom: 0.4rem;
  }
  #about .honor-box {
    padding-bottom: 0.6rem;
  }
  #about .honor-box .honor-content .right-box .honor-container .honor-txt .line {
    height: 0.7rem;
    line-height: 0.7rem;
    margin-bottom: 0.24rem;
    font-size: 16px;
    width: auto;
    padding: 0 0.2rem;
    display: inline-block;
    flex-shrink: 0;
    margin-right: 0.24rem;
  }
  #feature .data-box .internations .inter-section .bg-box {
    height: 6rem;
    padding: 0.6rem 0.24rem;
    align-items: center;
    flex-wrap: wrap;
  }
  #feature .data-box .internations .inter-section {
    margin-top: 0.6rem;
  }
  #feature .data-box .internations .inter-section .titles {
    font-size: 20px;
    padding-bottom: 0.2rem;
  }
  #feature .data-box .internations .inter-section .bg-box .items {
    width: 100%;
  }
  #feature .data-box .internations .inter-section .bg-box .items .tt {
    height: 1rem;
    padding: 0 0 0 0.4rem;
  }
  #feature .data-box .internations .inter-section .bg-box .items .tt span {
    font-size: 24px;
    line-height: 30px;
  }
  #feature .data-box .internations .inter-section .bg-box .items .desc {
    height: auto;
    padding: 0.2rem 0.2rem 0 0.4rem;
  }
  #feature .data-box .internations .inter-section .inter-items {
    margin-top: 0.3rem;
    flex-wrap: wrap;
  }
  #feature .data-box .internations .inter-section .inter-items .item .tt {
    font-size: 16px;
    padding-bottom: 0.3rem;
  }
  #feature .data-box .internations .inter-section .inter-items .item {
    width: 100%;
  }
  #news .news-content .news-list .news-prev,
  #news .news-content .news-list .news-next {
    width: 0.8rem;
    height: 1rem;
    line-height: 1rem;
  }
  #news .news-content {
    padding: 0.6rem 0 0.3rem;
  }
  #news .news-content .news-list .item .info .top {
    padding-bottom: 0.2rem;
  }
  #news .news-content .news-list .item .info .top .title {
    font-size: 16px;
  }
  #news .news-content .news-list .item .info .top .desc {
    margin-top: 0.2rem;
  }
  #news .news-content .news-list .item .info .bottoms {
    font-size: 14px;
    padding-top: 0.2rem;
  }
  #news .news-content .news-list .item .info .bottoms .more {
    display: none;
  }
  #news .news-content .news-texts {
    margin-top: 0.4rem;
  }
  #news .news-content .news-texts .item {
    height: 1.8rem;
    padding: 0 0.4rem;
    margin-bottom: 0.2rem;
  }
  .tender .news-content .news-texts .item {
    width: auto;
    margin-bottom: 20px !important;
    margin-right: 0;
  }
  .tender .news-content .news-texts {
    display: block;
  }
  #news .news-content .news-texts .item .date .day {
    font-size: 30px;
    line-height: 30px;
  }
  #news .news-content .news-texts .item .date .year {
    font-size: 14px;
  }
  #news .news-content .news-texts .item .info {
    padding: 0 0 0 0.5rem;
    width: calc(100% - 0.7rem);
  }
  #news .news-content .news-texts .item .info .title {
    font-size: 16px;
    line-height: 18px;
  }
  #news .news-content .news-texts .item .info .desc {
    font-size: 14px;
    line-height: 18px;
    margin-top: 0.2rem;
  }
  #service .data-box .business-box .bus-container {
    padding: 0rem 0 0.6rem;
    flex-wrap: wrap;
  }
  #service .data-box .business-box .bus-container .left-info {
    width: 100%;
  }
  #service .data-box .business-box .bus-container .pic {
    width: 100%;
  }
  .pages-box {
    margin-top: 0.6rem;
  }
  .pages-box .item {
    margin: 0 4px;
  }
  .pages-box .item.long {
    width: 1rem;
  }
  #service .data-box .business-items {
    margin-top: 0.6rem;
  }
  #service .data-box .business-items .item {
    flex-direction: column;
    padding: 0.4rem 0;
  }
  #service .data-box .business-items .item .icon-box {
    width: 100%;
  }
  #service .data-box .business-items .item .icon-box .txt {
    font-size: 16px;
    line-height: 16px;
    margin-top: 0.2rem;
  }
  #service .data-box .business-items .item .desc {
    padding: 0 0.24rem;
    margin-top: 0.3rem;
  }
  #service .data-box .business-box .bus-container .left-info .cont .txt {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0.24rem;
  }
  #service .data-box .business-items .item .icon-box .icon {
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
  }
  #service .data-box .business-items .item .icon-box .icon i {
    font-size: 32px;
  }
  #about .team-detail .detail-box {
    flex-wrap: wrap;
    padding-bottom: 0.4rem;
  }
  #about .team-detail .detail-box .pic {
    width: 100%;
  }
  #about .team-detail .detail-box .detail-cont {
    width: 100%;
    padding: 0.4rem 0;
  }
  #about .team-detail .detail-box .detail-cont .tops .titles .t1 {
    font-size: 20px;
  }
  #about .team-detail .detail-box .detail-cont .tops .titles .t2 {
    font-size: 14px;
  }
  #about .team-detail .detail-box .detail-cont .tops .cont {
    font-size: 14px;
    line-height: 28px;
    margin-top: 0.3rem;
  }
  #about .team-detail .detail-box .detail-cont .bottoms .tt {
    font-size: 20px;
  }
  #about .team-detail .detail-box .detail-cont .bottoms .tags a {
    font-size: 16px;
    margin-right: 0.24rem;
  }
  #about .team-detail .model-case {
    padding: 0 0 0.6rem;
  }
  .pages-bottoms {
    height: 2rem;
  }
  .pages-bottoms .back {
    width: 2rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
  #about .team-detail .detail-box .detail-cont .bottoms {
    margin-top: 0.4rem;
  }
  #about .team-box .tabs {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 0 0 3%;
  }
  #contact .recruit-box .concept-box .concept-container .tops {
    height: 4rem;
  }
  #about .team-box .tabs .item {
    min-width: 1rem;
    width: auto;
    padding: 0 0.2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    margin-right: 0.24rem;
    flex-shrink: 0;
  }
  #about .team-box .team-container {
    margin-top: 0.6rem;
    padding-bottom: 0.8rem;
  }
  .video-layer .layui-layer-content {
    width: 400px !important;
    height: 225px !important;
    overflow: hidden !important;
  }
  .query-mask .query-box {
    width: 6.9rem;
    height: auto;
    padding: 0.8rem 0.24rem 0.4rem;
    flex-wrap: wrap;
    border-radius: 10px 10px 0 0;
  }
  .query-mask .query-box .left {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .query-mask .query-box .left .lines {
    height: 0.8rem;
    flex-shrink: 0;
    margin-right: 0;
    width: 48%;
  }
  .checkitem {
    margin-left: 0.24rem;
  }
  .query-mask .query-box .left .lines .label span {
    margin-left: 0.2rem;
  }
  .query-mask .query-box .form-box {
    width: 100%;
    margin-top: 0.4rem;
  }
  .query-mask .query-box .form-box .input input {
    height: 0.8rem;
  }
  .query-mask .query-box .form-box .input {
    margin-bottom: 0.3rem;
    width: 100%;
  }
  .query-mask .query-box .submit-btn {
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    margin-top: 0rem;
  }
  #about .culture .cul-list {
    height: 8rem;
    flex-wrap: wrap;
  }
  #about .culture .cul-list .item {
    width: 33.3333333333%;
    height: 50%;
  }
  #about .culture .cul-list .item .mask .title {
    bottom: 0.2rem;
    left: 0.2rem;
  }
}
@media screen and (max-width: 480px) {
  .video-layer .layui-layer-content {
    width: 300px !important;
    height: 169px !important;
    overflow: hidden !important;
  }
}/*# sourceMappingURL=style.css.map */