@charset "UTF-8";
#index .banner {
  width: 100%;
}
#index .banner .banner-index {
  height: 100%;
  position: relative;
}
#index .banner .banner-index .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#index .banner .banner-index .swiper-slide img {
  width: 100%;
  opacity: 0;
}
#index .banner .banner-index .swiper-slide .text-box {
  position: absolute;
  top: 24%;
  left: 13%;
  color: #fff;
}
#index .banner .banner-index .swiper-slide .text-box .text {
  width: 65%;
}
#index .banner .banner-index .swiper-slide .text-box .text .t1 {
  font-size: 80px;
  line-height: 80px;
  font-weight: bold;
}
#index .banner .banner-index .swiper-slide .text-box .text .t2 {
  font-size: 32px;
  line-height: 42px;
  margin-top: 15px;
}
#index .banner .banner-index .swiper-slide .text-box .txt {
  font-size: 10px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Dinb';
  margin-top: 10px;
  width: 56%;
}
#index .banner .banner-index .index-pages {
  bottom: 35px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 10;
}
#index .banner .banner-index .index-pages .swiper-pagination-bullet {
  width: 76px;
  height: 2px;
  background-color: #fff;
  opacity: 1;
  border-radius: 0;
  margin: 0 10px;
}
#index .banner .banner-index .index-num {
  position: absolute;
  bottom: 33px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 10;
  width: 100%;
}
#index .banner .banner-index .index-num .item .num {
  font-size: 14px;
  font-family: 'Dinb';
  color: rgba(255, 255, 255, 0.4);
}
#index .banner .banner-index .index-num .item .line {
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px;
  transition: all 0.3s;
}
#index .banner .banner-index .index-num .item.active .num {
  font-size: 20px;
  color: #fff;
}
#index .banner .banner-index .index-num .item.active .line {
  width: 60px;
  background-color: #fff;
  transition: all 0.3s;
}
#index .banner .banner-index .index-num .item:last-child .line {
  display: none;
}
#index .banner .banner-index .index-icon {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
}
#index .banner .banner-index .index-icon i {
  color: #fff;
  font-size: 40px;
}
#index .banner .banner-index .index-icon.prev {
  left: 7%;
}
#index .banner .banner-index .index-icon.next {
  right: 7%;
}
#index .news-box {
  background-color: #fff;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#index .news-box .container {
  display: flex;
  justify-content: space-between;
}
#index .news-box .news-left {
  width: 900px;
}
#index .news-box .news-left .news-tops {
  margin-bottom: 70px;
}
#index .news-box .news-left .news-tops .item {
  font-size: 28px;
  line-height: 28px;
  color: #666;
  position: relative;
  padding-bottom: 24px;
  margin-right: 150px;
}
#index .news-box .news-left .news-tops .item span {
  position: relative;
  z-index: 10;
}
#index .news-box .news-left .news-tops .item.active {
  font-size: 36px;
  color: #333;
  /* &:after{
    content: '';
    position: absolute;
    width: 150px;
    height: 18px;
    background-image: linear-gradient(90deg, 
    #0857b2 0%, 
    #57aeff 100%), 
  linear-gradient(
    #030c25, 
    #030c25);
        left: 24px;
        bottom: -6px;      
  }
  &:before {
    content: '';
    position: absolute;
    width: 62px;
    height: 3px;
    background-image: url('../img/25.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: -25px;
    left: -30px;  
  } */
}
#index .news-box .news-left .news-tops .item.active:after {
  content: '';
  position: absolute;
  width: 100% !important;
  height: 8px !important;
  background-image: linear-gradient(90deg, #0857b2 0%, #57aeff 100%), linear-gradient(#030c25, #030c25);
  left: 0;
  bottom: 0;
}
#index .news-box .news-left .news-items {
  display: flex;
  padding: 20px 0 10px;
  border-bottom: 1px solid #e6e6e6;
}
#index .news-box .news-left .news-items .pic {
  width: 0;
  overflow: hidden;
  transition: width 0.3s;
}
#index .news-box .news-left .news-items .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#index .news-box .news-left .news-items .info-box {
  width: 100%;
  padding: 0 0 0 18px;
  transition: all 0.3s;
  position: relative;
}
#index .news-box .news-left .news-items .info-box:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d80000;
}
#index .news-box .news-left .news-items .info-box .tops {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index .news-box .news-left .news-items .info-box .title {
  font-size: 20px;
  line-height: 36px;
  width: 80%;
}
#index .news-box .news-left .news-items .info-box .date {
  font-size: 14px;
  margin-top: 10px;
  color: #999;
  flex-shrink: 0;
}
#index .news-box .news-left .news-items .info-box .date i {
  display: inline-block;
}
#index .news-box .news-left .news-items .info-box .date span {
  display: inline-block;
  margin-left: 8px;
  font-family: 'Dinb';
}
#index .news-box .news-left .news-items .info-box .desc {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index .news-box .news-left .news-items:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#index .news-box .news-left .news-items:hover .info-box {
  transition: all 0.3s;
}
#index .news-box .news-left .news-items:hover .info-box .title {
  color: #1262bb;
}
#index .news-box .news-left .news-items:hover .info-box .date {
  color: #1262bb;
}
#index .news-box .news-left .news-items:hover .info-box .desc {
  color: #1262bb;
}
#index .news-box .news-left .news-items:last-child {
  margin-bottom: 0;
}
#index .news-box .news-left .news-items.active {
  padding: 10px 0;
}
#index .news-box .news-left .news-items.active .pic {
  width: 230px;
  flex-shrink: 0;
}
#index .news-box .news-left .news-items.active .info-box {
  width: calc(100% - 230px);
}
#index .news-box .news-left .news-items.active .info-box:before {
  display: none;
}
#index .news-box .news-left .news-items.active .info-box .tops {
  flex-wrap: wrap;
}
#index .news-box .news-left .news-items.active .info-box .tops .title {
  width: 100%;
}
#index .news-box .news-left .news-items.active .info-box .tops .date {
  margin-top: 10px;
}
#index .news-box .news-left .news-items.active .info-box .desc {
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: unset;
}
#index .news-box .news-left .com-more {
  margin-top: 30px;
}
#index .news-box .news-right {
  width: 430px;
}
#index .news-box .news-right .swiper-pic {
  width: 100%;
  height: 536px;
  border: 1px solid #e6e6e6;
  margin-top: 55px;
}
#index .news-box .news-right .swiper-pic .swiper-slide {
  position: relative;
}
#index .news-box .news-right .swiper-pic .swiper-slide .pic {
  /* width: 100%; */
  width: 90%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index .news-box .news-right .swiper-pic .swiper-slide .pic img {
  width: 100%;
  max-height: 460px;
}
#index .news-box .news-right .swiper-pic .swiper-slide .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 0 20px;
}
#index .news-box .news-right .swiper-pic .swiper-slide .info .txt {
  width: 70%;
  font-size: 18px;
  font-weight: bold;
}
#index .news-box .news-right .swiper-pic .swiper-slide .info .news-pages {
  flex-shrink: 0;
}
#index .news-box .news-right .swiper-pic .swiper-slide .info .news-pages .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #999;
  margin: 0 4px;
  opacity: 1;
}
#index .news-box .news-right .swiper-pic .swiper-slide .info .news-pages .swiper-pagination-bullet-active {
  background-color: #d80000;
}
#index .news-box .news-right .com-more {
  margin-top: 30px;
}
#index .techlonogy-box {
  height: 100vh;
  background-color: #dedede;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#index .techlonogy-box .techlonogy-list {
  width: 100%;
  height: 580px;
  display: flex;
}
#index .techlonogy-box .techlonogy-list .items {
  width: 20%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 45px 0;
  position: relative;
  transition: width 0.3s;
  overflow: hidden;
  cursor: pointer;
}
#index .techlonogy-box .techlonogy-list .items .mask {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(15, 122, 222, 0.15);
  opacity: 1;
  transition: all 0.3s;
}
#index .techlonogy-box .techlonogy-list .items .mask .text {
  width: 140px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/27.png');
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
#index .techlonogy-box .techlonogy-list .items .mask .text .tt {
  font-size: 28px;
  position: relative;
  z-index: 10;
}
#index .techlonogy-box .techlonogy-list .items .mask .text .word {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.2);
  line-height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Dinb';
  white-space: nowrap;
  letter-spacing: 8px;
}
#index .techlonogy-box .techlonogy-list .items .tops {
  display: none;
  animation-duration: 1s;
  animation-delay: 0.1s;
}
#index .techlonogy-box .techlonogy-list .items .tops .txt {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  font-family: 'Dinb';
  letter-spacing: 17px;
}
#index .techlonogy-box .techlonogy-list .items .tops .com-title {
  margin-top: 10px;
}
#index .techlonogy-box .techlonogy-list .items .bottoms {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
#index .techlonogy-box .techlonogy-list .items .bottoms .item {
  width: 20%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  background: linear-gradient(to bottom, rgba(0, 67, 227, 0), rgb(0, 67, 227));
}
#index .techlonogy-box .techlonogy-list .items .bottoms .item .num {
  font-size: 66px;
  line-height: 66px;
  color: rgba(255, 255, 255, 0.07);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'bebas';
}
#index .techlonogy-box .techlonogy-list .items .bottoms .item .t1 {
  font-size: 18px;
  line-height: 18px;
  position: relative;
}
#index .techlonogy-box .techlonogy-list .items .bottoms .item .line {
  width: 20px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
  position: relative;
}
#index .techlonogy-box .techlonogy-list .items .bottoms .item:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 49px;
  background-color: rgba(255, 255, 255, 0.08);
  top: calc(50% - 25px);
  right: 0;
}
#index .techlonogy-box .techlonogy-list .items .bottoms .item:hover {
  background: linear-gradient(to bottom, rgba(216, 0, 0, 0), rgb(216, 0, 0));
  transition: all 0.3s;
}
#index .techlonogy-box .techlonogy-list .items.active {
  width: 60%;
  flex-shrink: unset;
}
#index .techlonogy-box .techlonogy-list .items.active .mask {
  opacity: 0;
  transition: all 0.3s;
}
#index .techlonogy-box .techlonogy-list .items.active .tops {
  display: block;
}
#index .techlonogy-box .techlonogy-list .items.active .bottoms {
  display: flex;
}
#index .contact-box {
  padding: 90px 0 80px;
}
#index .contact-box .title {
  display: flex;
  justify-content: center;
}
#index .contact-box .container {
  padding: 0 40px;
}
#index .contact-box .items-box {
  display: flex;
  align-items: flex-start;
  margin-top: 90px;
}
#index .contact-box .items-box .items {
  width: 32%;
  padding: 10px 0 0;
}
#index .contact-box .items-box .items .lines {
  width: 380px;
  height: 42px;
  background-color: #f2f2f2;
  border-radius: 21px;
  padding-left: 28px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
#index .contact-box .items-box .items .lines i {
  font-size: 16px;
  color: #999;
  display: inline-block;
  margin-right: 10px;
}
#index .contact-box .items-box .items .info {
  text-align: right;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 20px;
  padding: 0 60px 0 0;
}
#index .contact-box .items-box .center .info {
  /* text-align: center; */
  padding: 0;
}
#index .contact-box .items-box .mail .info {
  width: 100%;
  /* text-align: center; */
  padding: 0 !important;
 
}
#index .contact-box .items-box .items .info .number {
  font-family: 'Dinb';
  font-size: 24px;
  width: 380px;
  margin: 0 auto;
}
#index .contact-box .items-box .mail .info .number { 
  margin-right: 0;
}
#index .contact-box .items-box .items.center {
  width: 36%;
  position: relative;
}
#index .contact-box .items-box .items.center:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 150%;
  background-color: #e6e6e6;
}
#index .contact-box .items-box .items.center:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 150%;
  background-color: #e6e6e6;
}
#index .contact-box .items-box .items.center .lines {
  margin: 0 auto;
}
#index .contact-box .items-box .items.mail {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
#index .contact-box .items-box .items.mail .info {
  padding: 0 20px 0 0;
}
#index .contact-box .map-box {
  height: 370px;
  width: 100%;
  margin-top: 70px;
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center;
}
#index .contact-bottoms {
  height: 230px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #003e87;
  width: 100%;
}
#index .contact-bottoms .container {
  height: 100%;
  display: flex;
  align-items: center;
}
#index .contact-bottoms .link-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index .contact-bottoms .link-box .com-title {
  flex-shrink: 0;
}
#index .contact-bottoms .link-box .link-swiper {
  width: calc(100% - 300px);
  margin: 0;
}
#index .contact-bottoms .link-box .link-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
#index .contact-bottoms .link-box .link-swiper .swiper-slide {
  width: 28% !important;
  text-align: center;
  padding: 0 10px;
}
#index .contact-bottoms .link-box .link-swiper .swiper-slide img {
  width: 100%;
}

#research .pages-box {
  margin-top: 10px;
  margin-bottom: 100px;
}

#recruit .pages-box {
  margin-top: 10px;
  margin-bottom: 100px;
}

#history .history-cont {
  padding: 70px 40px 100px;
}
#history .history-cont .swiper-tops {
  padding: 0 0 0 24px;
}
#history .history-cont .swiper-tops .swiper-info .swiper-wrapper .swiper-slide {
  display: flex;
}
#history .history-cont .swiper-tops .swiper-info .swiper-wrapper .swiper-slide .pic {
  width: 520px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
#history .history-cont .swiper-tops .swiper-info .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  opacity: 0;
}
#history .history-cont .swiper-tops .swiper-info .swiper-wrapper .swiper-slide .info {
  width: 100%;
  padding: 10px 30px 20px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#history .history-cont .swiper-tops .swiper-info .swiper-wrapper .swiper-slide .info .num {
  font-family: 'bebas';
  font-size: 120px;
  line-height: 120px;
  color: #0b5ab5;
}
#history .history-cont .swiper-tops .swiper-info .swiper-wrapper .swiper-slide .info .desc {
  font-size: 14px;
  line-height: 30px;
}
#history .history-cont .swiper-bottom {
  margin-top: 60px;
  position: relative;
}
#history .history-cont .swiper-bottom .history-pages {
  position: absolute;
  top: 0;
  cursor: pointer;
}
#history .history-cont .swiper-bottom .history-pages i {
  font-size: 30px;
  color: #999;
}
#history .history-cont .swiper-bottom .history-pages.prev {
  left: 0;
}
#history .history-cont .swiper-bottom .history-pages.next {
  right: 0;
}
#history .history-cont .swiper-bottom .swiper-process {
  margin: 0 45px;
}
#history .history-cont .swiper-bottom .swiper-process .swiper-wrapper {
  position: relative;
}
#history .history-cont .swiper-bottom .swiper-process .swiper-wrapper .swiper-slide {
  width: 140px !important;
  padding: 30px 0 15px;
  text-align: center;
  position: relative;
}
#history .history-cont .swiper-bottom .swiper-process .swiper-wrapper .swiper-slide:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  left: 0;
  top: 15px;
}
#history .history-cont .swiper-bottom .swiper-process .swiper-wrapper .swiper-slide .year {
  font-size: 20px;
  color: #999;
  font-family: 'bebas';
  position: relative;
}
#history .history-cont .swiper-bottom .swiper-process .swiper-wrapper .swiper-slide .year:before,
#history .history-cont .swiper-bottom .swiper-process .swiper-wrapper .swiper-slide .year:after {
  content: '';
  position: absolute;
  top: -19px;
  width: 1px;
  height: 5px;
  background-color: #999;
}
#history .history-cont .swiper-bottom .swiper-process .swiper-wrapper .swiper-slide .year:before {
  left: 20%;
}
#history .history-cont .swiper-bottom .swiper-process .swiper-wrapper .swiper-slide .year:after {
  right: 20%;
}
#history .history-cont .swiper-bottom .swiper-process .swiper-wrapper .swiper-slide .year .line {
  position: absolute;
  top: -24px;
  width: 2px;
  height: 10px;
  background-color: #333333;
  left: calc(50% - 1px);
}
#history .history-cont .swiper-bottom .swiper-process .swiper-wrapper .swiper-slide.swiper-slide-active .year {
  color: #003f88;
}
#history .history-cont .swiper-bottom .swiper-process .swiper-wrapper .swiper-slide.swiper-slide-active .year .line {
  width: 4px;
  background-color: #003f88;
}

#search .search-result {
  width: 100%;
  padding-bottom: 30px;
  padding-top: 80px;
  min-height: 600px;
}
#search .search-result .search-box {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
#search .search-result .search-box .search-input {
  width: 400px;
  height: 44px;
  border-radius: 22px;
  background-color: #f2f2f2;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
#search .search-result .search-box .search-input .search-select {
  font-size: 16px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 100%;
  color: #1757f4;
}
#search .search-result .search-box .search-input .search-select i {
  font-size: 12px;
  color: #1757f4;
  display: inline-block;
  margin-left: 10px;
}
#search .search-result .search-box .search-input .search-select:hover .select-down {
  display: block;
}
#search .search-result .search-box .search-input .search {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url('../img/01.png');
  background-position: center;
  flex-shrink: 0;
  display: none;
}
#search .search-result .search-box .search-input input {
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  padding-left: 15px;
}
#search .search-result .search-box .search-btn {
  width: 100px;
  background-color: #1757f4;
  color: #fff;
  height: 44px;
  border-radius: 22px;
  text-align: center;
  border: 0;
  line-height: 44px;
  font-size: 16px;
  display: inline-block;
  margin-left: 20px;
}
#search .search-result .search-box .select-down {
  width: 75px;
  background-color: #fff;
  position: absolute;
  top: 44px;
  left: -16px;
  border-radius: 4px;
  overflow: hidden;
  padding: 10px 0;
  border: 1px solid #eee;
  display: none;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
#search .search-result .search-box .select-down .item {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s;
}
#search .search-result .search-box .select-down .item.active,
#search .search-result .search-box .select-down .item:hover {
  color: #1757f4;
  background-color: #f2f2f2;
  transition: all 0.3s;
}
#search .search-result .s-item {
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid #e6e6e6;
}
#search .search-result .s-item .title {
  width: 100%;
  line-height: 14px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
#search .search-result .s-item .title i {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #1757f4;
  margin-right: 10px;
}
#search .search-result .s-item .title p {
  display: inline-block;
  width: calc(100% - 14px);
}
#search .search-result .s-item .date {
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  color: #999;
  margin-top: 10px;
  padding-left: 14px;
}
#search .search-result .pages-box {
  margin-top: 50px;
}

@media screen and (max-width: 1600px) {
  .container {
    width: 92%;
  }
  #index .news-box .news-left {
    width: 64%;
  }
  #index .news-box .news-right {
    width: 31%;
  }
}
@media screen and (max-width: 1460px) {
  #index .news-box .news-right .swiper-pic {
    height: 545px;
  }
  #index .news-box .news-left {
    width: 64%;
  }
  #index .news-box .news-left .news-tops .item {
    font-size: 24px;
    line-height: 24px;
  }
  #index .news-box .news-left .news-tops .item.active {
    font-size: 28px;
    line-height: 28px;
  }
  #index .news-box .news-left .news-tops .item.active:after {
    width: 110px;
    height: 15px;
  }
  #index .news-box .news-left .news-tops .item.active:before {
    bottom: -16px;
  }
  #index .news-box .news-right {
    width: 31%;
  }
  #index .banner .banner-index .swiper-slide .text-box .text .t1 {
    font-size: 60px;
    line-height: 60px;
  }
  #index .banner .banner-index .swiper-slide .text-box .text .t2 {
    font-size: 24px;
    line-height: 28px;
  }
  .com-title {
    font-size: 24px;
    line-height: 24px;
  }
  .com-title:after {
    width: 110px;
    height: 15px;
  }
  .com-title:before {
    bottom: -16px;
  }
  .global-cont .right-cont .contact {
    padding: 40px 35px 80px;
  }
  .global-cont .right-cont .contact .items-box .items .lines {
    width: 90%;
  }
  .global-cont .right-cont .contact .items-box .items .info {
    padding: 0 25px 0 0;
  }
  .global-cont .right-cont .contact .map-box {
    height: 320px;
    margin-top: 40px;
  }
  .global-cont .right-cont .form-box input.short {
    width: 200px;
  }
  .global-cont .right-cont .form-box .code .code-img {
    width: 150px;
  }
  #history .history-cont {
    padding: 40px 30px 70px;
  }
  #history .history-cont .swiper-tops .swiper-info .swiper-wrapper .swiper-slide .pic {
    width: 50%;
  }
  #history .history-cont .swiper-tops .swiper-info .swiper-wrapper .swiper-slide .info .num {
    font-size: 90px;
  }
  .global-cont .left-nav {
    width: 220px;
  }
  .global-cont .right-cont {
    width: calc(100% - 220px);
  }
  .contact .map-box {
    overflow-x: auto;
  }
  .contact .map-box img {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media screen and (max-width: 1386px) {
  #index .news-box .news-right .swiper-pic {
    height: 484px;
  }
  #index .news-box {
    height: auto;
    padding: 50px 0;
  }
  #index .news-box .news-left .news-tops .item {
    font-size: 20px;
    line-height: 20px;
  }
  #index .news-box .news-left .news-tops .item.active {
    font-size: 22px;
    line-height: 22px;
  }
  #index .news-box .news-left .news-tops .item.active:after {
    width: 90px;
    height: 13px;
    bottom: 0;
  }
  #index .news-box .news-left .news-tops .item.active:before {
    bottom: -14px;
  }
  #index .news-box .news-left .news-items {
    padding: 15px 0 6px;
  }
  #index .news-box .news-left .news-items .info-box .title {
    font-size: 16px;
    line-height: 28px;
  }
  #index .news-box .news-left .news-items.active {
    margin-top: 14px;
  }
  #index .contact-box {
    padding: 80px 0 60px;
  }
  #index .contact-box .container {
    padding: 0 24px;
  }
  #index .contact-box .items-box {
    margin-top: 60px;
  }
  #index .contact-box .items-box .items .info {
    padding: 0 35px 0 0;
    font-size: 16px;
    line-height: 24px;
  }
  #index .contact-box .items-box .items .info .number {
    font-size: 18px;
    width: auto;
  }
  #index .contact-box .items-box .items .lines {
    width: 90%;
    height: 40px;
  }
  #index .contact-box .map-box {
    margin-top: 50px;
  }
  #index .contact-bottoms .link-box .link-swiper {
    width: calc(100% - 200px);
  }
  .com-title {
    font-size: 20px;
    line-height: 20px;
  }
  .com-title:after {
    width: 90px;
    height: 13px;
    bottom: 0;
  }
  .com-title:before {
    bottom: -14px;
  }
  .com-title.white:before {
    bottom: -10px;
  }
  .footer .foot-tops .container .left .items-box {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .header .logo-nav .container .logo {
    width: 220px;
  }
  .header .logo-nav .container .word-txt {
    width: 240px;
  }
  #index .banner .banner-index .swiper-slide .text-box .text .t1 {
    font-size: 48px;
    line-height: 48px;
  }
  #index .banner .banner-index .swiper-slide .text-box .text .t2 {
    font-size: 20px;
    line-height: 24px;
  }
  #index .news-box .news-left .news-tops .item {
    margin-right: 100px;
    font-size: 16px;
    line-height: 16px;
  }
  #index .news-box .news-left .news-tops .item.active {
    font-size: 20px;
    line-height: 20px;
  }
  #index .news-box .news-left .news-tops .item.active:after {
    width: 90px;
    height: 13px;
    bottom: 0;
  }
  #index .news-box .news-left .news-tops .item.active:before {
    bottom: -14px;
  }
  #index .news-box .news-left .news-items {
    padding: 15px 0 6px;
  }
  #index .news-box .news-left .news-items .info-box .title {
    font-size: 16px;
    line-height: 28px;
  }
  #index .news-box .news-left .news-items.active {
    margin-top: 14px;
  }
  #index .contact-box {
    padding: 80px 0 60px;
  }
  #index .contact-box .container {
    padding: 0 24px;
  }
  #index .contact-box .items-box {
    margin-top: 60px;
  }
  #index .contact-box .items-box .items .info {
    padding: 0 35px 0 0;
    font-size: 16px;
    line-height: 24px;
  }
  #index .contact-box .items-box .items .info .number {
    font-size: 18px;
  }
  #index .contact-box .items-box .items .lines {
    width: 90%;
    height: 40px;
  }
  #index .contact-box .map-box {
    margin-top: 50px;
    height: 320px;
  }
  #index .contact-bottoms .link-box .link-swiper {
    width: calc(100% - 200px);
  }
  #index .techlonogy-box .techlonogy-list {
    height: 480px;
  }
  .com-title {
    font-size: 20px;
    line-height: 20px;
  }
  .com-title:after {
    width: 90px;
    height: 13px;
    bottom: 0;
  }
  .com-title:before {
    bottom: -14px;
  }
  .com-title.white:before {
    bottom: -10px;
  }
  .footer .foot-tops .container .left .items-box {
    margin-right: 60px;
  }
  .footer .foot-tops .container .code-box {
    width: 120px;
  }
  .global-cont .right-cont .recruit-list .recruit-item .top-head .arr-box {
    width: 100px;
  }
  .global-cont .right-cont .recruit-list .recruit-item .top-head .left .title .date {
    padding: 0 15px;
  }
  .global-cont .right-cont .recruit-list .recruit-item .top-head {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1044px) {
  .header {
    display: none;
  }
  .m-header {
    display: flex;
    height: 1.2rem;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.24rem;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
  }
  .m-header .logo {
    width: 2.2rem;
  }
  .m-header .logo img {
    width: 100%;
  }
  .m-header .right {
    height: 100%;
    display: flex;
    align-items: center;
    color: #003f88;
  }
  .m-header .right .language {
    line-height: 1.2rem;
    padding-left: 0.2rem;
    font-weight: bold;
    color: #003f88;
  }
  .m-header .right .language i {
    font-size: 0.48rem;
  }
  .m-header .right .search {
    line-height: 1.2rem;
    padding-left: 0.2rem;
    margin-left: 0.4rem;
    color: #003f88;
  }
  .m-header .right .search i {
    font-size: 0.36rem;
  }
  .m-header .right .menu {
    line-height: 1.2rem;
    padding-left: 0.2rem;
    margin-left: 0.4rem;
    color: #003f88;
  }
  .m-header .right .menu i {
    font-size: 0.36rem;
  }
  .m-cover-dark {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 63, 136, 0.95);
    z-index: 100002;
    display: none;
    align-items: center;
  }
  .m-cover-dark .close-icon {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    display: block;
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    z-index: 11;
    color: #fff;
  }
  .m-cover-dark .close-icon i {
    font-size: 24px;
  }
  .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.36rem;
    line-height: 0.36rem;
    color: #fff;
    height: 1rem;
    line-height: 1rem;
    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 .tel-icon {
    width: 0.4rem;
  }
  .m-cover-dark .online-m span {
    font-size: 20px;
    display: inline-block;
    margin-left: 0.2rem;
    font-weight: bold;
  }
  #index .banner {
    height: 4rem;
  }
  #index .banner .banner-index .swiper-slide .text-box {
    top: 20%;
    left: 20%;
  }
  #index .banner .banner-index .swiper-slide .text-box .text {
    width: 75%;
  }
  #index .banner .banner-index .swiper-slide .text-box .text .t1 {
    font-size: 24px;
    line-height: 24px;
  }
  #index .banner .banner-index .swiper-slide .text-box .text .t2 {
    font-size: 14px;
    line-height: 18px;
  }
  #index .banner .banner-index .swiper-slide .text-box .txt {
    width: 70%;
    display: none;
  }
  #index .banner .banner-index .index-icon.prev {
    left: 5%;
  }
  #index .banner .banner-index .index-icon.next {
    right: 5%;
  }
  #index .banner .banner-index .index-icon i {
    font-size: 30px;
  }
  #index .banner .banner-index .index-pages {
    bottom: 0.3rem;
  }
  #index .banner .banner-index .index-pages .swiper-pagination-bullet {
    width: 0.4rem;
    margin: 0 0.1rem;
  }
  #index .banner .banner-index .index-num {
    bottom: 0.3rem;
  }
  #index .banner .banner-index .index-num .item.active .num {
    font-size: 16px;
  }
  #index .banner .banner-index .index-num .item.active .line {
    width: 20px;
  }
  #index .news-box {
    height: auto;
    padding: 0.6rem 0;
  }
  #index .news-box .container {
    flex-wrap: wrap;
  }
  #index .news-box .news-left {
    width: 100%;
  }
  #index .news-box .news-left .news-tops {
    margin-bottom: 0.6rem;
  }
  #index .news-box .news-left .news-tops .item {
    margin-right: 0.6rem;
    font-size: 16px;
    line-height: 16px;
  }
  #index .news-box .news-left .news-tops .item.active {
    font-size: 18px;
    line-height: 16px;
    padding-bottom: 0.2rem;
  }
  #index .news-box .news-left .news-tops .item.active:after {
    width: 0.8rem;
    height: 0.15rem;
    bottom: -0.1rem;
  }
  #index .news-box .news-left .news-tops .item.active:before {
    width: 0.8rem;
    bottom: -0.3rem;
    left: 0;
  }
  #index .news-box .news-left .news-items {
    padding: 0.2rem 0 0.1rem;
  }
  #index .news-box .news-left .news-items .info-box {
    padding: 0 0 0 0.2rem;
  }
  #index .news-box .news-left .news-items .info-box .title {
    font-size: 14px;
    line-height: 24px;
  }
  #index .news-box .news-left .news-items.active {
    margin-top: 0.2rem;
    flex-wrap: wrap;
  }
  #index .news-box .news-left .news-items.active .pic {
    width: 100%;
  }
  #index .news-box .news-left .news-items.active .info-box {
    width: 100%;
    padding: 0.2rem 0 0;
  }
  #index .news-box .news-left .news-items.active .info-box .desc {
    margin-top: 0.1rem;
  }
  #index .news-box .news-left .com-more {
    margin: 0 auto;
    margin-top: 0.4rem;
  }
  #index .news-box .news-right {
    width: 100%;
  }
  #index .news-box .news-right .swiper-pic {
    margin-top: 0.4rem;
  }
  #index .news-box .news-right .swiper-pic .swiper-slide {
    padding: 0.2rem 0.4rem 0;
  }
  #index .news-box .news-right .swiper-pic .swiper-slide .info {
    padding: 0.2rem 0 0.3rem;
  }
  #index .news-box .news-right .swiper-pic .swiper-slide .info .txt {
    font-size: 14px;
  }
  #index .news-box .news-right .com-more {
    margin: 0 auto;
    margin-top: 0.4rem;
  }
  #index .techlonogy-box {
    height: auto;
    padding: 0.6rem 0;
  }
  #index .techlonogy-box .techlonogy-list {
    height: auto;
    flex-wrap: wrap;
  }
  #index .techlonogy-box .techlonogy-list .items {
    width: 100%;
    height: 2rem;
    padding: 0.4rem 0.4rem 0;
  }
  #index .techlonogy-box .techlonogy-list .items .tops .txt {
    font-size: 12px;
    letter-spacing: 6px;
  }
  #index .techlonogy-box .techlonogy-list .items .mask .text {
    width: 2rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
  #index .techlonogy-box .techlonogy-list .items .mask .text .tt {
    font-size: 16px;
  }
  #index .techlonogy-box .techlonogy-list .items .bottoms {
    height: 1.4rem;
  }
  #index .techlonogy-box .techlonogy-list .items .bottoms .item .t1 {
    font-size: 12px;
    line-height: 16px;
  }
  #index .techlonogy-box .techlonogy-list .items .bottoms .item .num {
    font-size: 36px;
    line-height: 36px;
  }
  #index .techlonogy-box .techlonogy-list .items.active {
    width: 100%;
    height: 4rem;
  }
  #index .contact-box {
    padding: 1rem 0 0.6rem;
  }
  #index .contact-box .container {
    padding: 0;
  }
  #index .contact-box .items-box {
    margin-top: 0.6rem;
    flex-wrap: wrap;
  }
  #index .contact-box .items-box .items {
    width: 100%;
    margin-bottom: 0.24rem;
  }
  #index .contact-box .items-box .items .info {
    padding: 0 0.4rem 0 0;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-top: 0.2rem;
  }
  #index .contact-box .items-box .items .info .number {
    font-size: 14px;
  }
  #index .contact-box .items-box .items .lines {
    width: 90%;
    height: 0.7rem;
    padding-left: 0.24rem;
    font-size: 14px;
  }
  #index .contact-box .items-box .items.center {
    width: 100%;
  }
  #index .contact-box .items-box .items.center:before {
    width: 0;
  }
  #index .contact-box .items-box .items.center:after {
    width: 0;
  }
  #index .contact-box .items-box .items.center .lines {
    margin: 0;
  }
  #index .contact-box .items-box .items.mail {
    align-items: flex-start;
  }
  #index .contact-box .map-box {
    margin-top: 0.4rem;
    height: 5rem;
  }
  #index .contact-bottoms {
    height: auto;
    padding: 0.8rem 0;
  }
  #index .contact-bottoms .link-box {
    flex-wrap: wrap;
  }
  #index .contact-bottoms .link-box .com-title {
    flex-shrink: 0;
  }
  #index .contact-bottoms .link-box .link-swiper {
    width: 100%;
    margin: 0;
    margin-top: 0.6rem;
  }
  #index .contact-bottoms .link-box .link-swiper .swiper-wrapper {
    display: flex;
    align-items: center;
  }
  #index .contact-bottoms .link-box .link-swiper .swiper-slide {
    width: 45% !important;
    text-align: center;
    padding: 0 10px;
  }
  #index .contact-bottoms .link-box .link-swiper .swiper-slide img {
    width: 100%;
  }
  .com-title {
    line-height: 16px;
    font-size: 16px;
    padding-bottom: 0.2rem;
  }
  .com-title:after {
    width: 0.8rem;
    height: 0.15rem;
    bottom: -0.1rem;
  }
  .com-title:before {
    width: 0.8rem;
    bottom: -0.3rem;
    left: 0;
  }
  .com-title.white:before {
    bottom: -0.2rem;
    width: 0.8rem;
    left: 0;
  }
  .footer .foot-tops {
    padding: 0.6rem 0;
  }
  .footer .foot-tops .container .left {
    display: none;
  }
  .footer .foot-tops .container .code-box {
    width: 2.8rem;
    margin: 0 auto;
  }
  .footer .foot-bottom {
    height: auto;
    padding: 0.24rem 0;
  }
  .footer .foot-bottom .container {
    flex-wrap: wrap;
  }
  .footer .foot-bottom a {
    width: 100%;
    line-height: 24px;
  }
  .footer .foot-bottom .right {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer .foot-bottom .right .beian {
    margin-left: 0;
  }
  .right-side .item {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
  }
  .right-side .item i {
    font-size: 20px;
  }
  .global-cont {
    flex-wrap: wrap;
    margin-top: 0.4rem;
  }
  .global-cont .left-nav {
    width: 100%;
  }
  .global-cont .left-nav .com-title {
    padding: 0 0.1rem;
  }
  .global-cont .left-nav .com-title:before {
    width: 1rem;
    left: 0;
  }
  .global-cont .left-nav .left-items {
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }
  .global-cont .left-nav .left-items .item {
    flex-shrink: 0;
    padding: 0.1rem;
    font-size: 14px;
  }
  .global-cont .left-nav .left-items .item.active {
    font-size: 16px;
  }
  .global-cont .right-cont {
    width: 100%;
    min-height: 5rem;
  }
  .global-cont .right-cont .cont-tops {
    flex-wrap: wrap;
    height: auto;
    padding: 0.24rem;
  }
  .global-cont .right-cont .cont-tops .tt {
    font-size: 16px;
  }
  .global-cont .right-cont .cont-tops .bread-box {
    width: 100%;
    margin-top: 0.2rem;
  }
  .global-cont .right-cont .content {
    padding: 0.24rem;
  }
  .global-cont .right-cont .news-cont {
    padding: 0 0.24rem;
  }
  .global-cont .right-cont .news-cont .items {
    height: 1rem;
  }
  .global-cont .right-cont .news-cont .items .left .tt {
    font-size: 14px;
  }
  .global-cont .right-cont .news-cont .items .left .date {
    margin-left: 0.2rem;
    font-size: 14px;
  }
  .global-cont .right-cont .news-cont .items .com-more {
    display: none;
  }
  .global-cont .right-cont .link {
    width: auto;
    padding: 0 0.24rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 14px;
  }
  .global-cont .right-cont .empty-box {
    padding: 0.6rem 0.4rem;
  }
  .global-cont .right-cont .empty-box img {
    width: 3rem;
  }
  .global-cont .right-cont .empty-box p {
    font-size: 16px;
    margin-top: 0.3rem;
  }
  .global-cont .right-cont .detail-cont {
    padding: 0.24rem;
  }
  .global-cont .right-cont .detail-cont .title-box .title {
    font-size: 18px;
    line-height: 32px;
  }
  .global-cont .right-cont .detail-cont .cont {
    padding: 0.4rem 0 0.6rem;
  }
  .inner-banner {
    height: 4rem;
  }
  .global-cont .left-nav .com-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0.4rem;
  }
  .global-cont .right-cont .contact {
    padding: 0.4rem 0.24rem 1rem;
  }
  .global-cont .right-cont .contact .container {
    padding: 0;
  }
  .global-cont .right-cont .contact .items-box {
    margin-top: 0rem;
    flex-wrap: wrap;
  }
  .global-cont .right-cont .contact .items-box .items {
    width: 100%;
    margin-bottom: 0.24rem;
  }
  .global-cont .right-cont .contact .items-box .items .info {
    padding: 0 0.4rem 0 0;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-top: 0.2rem;
  }
  .global-cont .right-cont .contact .items-box .items .info .number {
    font-size: 14px;
  }
  .global-cont .right-cont .contact .items-box .items .lines {
    width: 90%;
    height: 0.7rem;
    padding-left: 0.24rem;
    font-size: 14px;
  }
  .global-cont .right-cont .contact .items-box .items.center {
    width: 100%;
  }
  .global-cont .right-cont .contact .items-box .items.center:before {
    width: 0;
  }
  .global-cont .right-cont .contact .items-box .items.center:after {
    width: 0;
  }
  .global-cont .right-cont .contact .items-box .items.center .lines {
    margin: 0;
  }
  .global-cont .right-cont .contact .items-box .items.mail {
    align-items: flex-start;
  }
  .global-cont .right-cont .contact .map-box {
    margin-top: 0.4rem;
    height: 5rem;
  }
  .global-cont .right-cont .form-box {
    padding: 0.4rem 0.24rem 0.8rem;
  }
  .global-cont .right-cont .form-box input {
    width: 100%;
    height: 1rem;
    padding-left: 0.24rem;
    margin-bottom: 0.2rem;
  }
  .global-cont .right-cont .form-box input.input-txt {
    width: 100%;
  }
  .global-cont .right-cont .form-box input.short {
    width: 50%;
  }
  .global-cont .right-cont .form-box select {
    width: 100%;
    height: 1rem;
    padding-left: 0.24rem;
    margin-bottom: 0.2rem;
  }
  .global-cont .right-cont .form-box select.select {
    width: 100%;
  }
  .global-cont .right-cont .form-box textarea {
    height: 4.5rem;
    width: 100%;
    padding: 0.24rem;
    margin: 0 0 0.2rem;
  }
  .global-cont .right-cont .form-box .code .code-img {
    width: 2rem;
    height: 1rem;
  }
  .global-cont .right-cont .form-box .send-button {
    width: 4rem;
    height: 1rem;
    margin: 0 auto;
    margin-top: 0.4rem;
  }
  .global-cont .right-cont .form-box .send-button i {
    margin-left: 0.24rem;
  }
  .global-cont .right-cont .lead-cont {
    padding: 0.4rem 0.24rem 1rem;
    flex-wrap: wrap;
  }
  .global-cont .right-cont .lead-cont .pic {
    width: 100%;
  }
  .global-cont .right-cont .lead-cont .info {
    font-size: 14px;
    line-height: 28px;
    margin-top: 0.4rem;
    padding-left: 0;
    text-indent: 2em;
  }
  .global-cont .right-cont .lead-cont .info .sign {
    margin-top: 0.6rem;
    font-size: 18px;
  }
  .global-cont .right-cont .lead-cont .info .sign .line {
    width: 1rem;
    margin-right: 0.1rem;
  }
  .global-cont .right-cont .recruit-list {
    padding: 0.4rem 0.24rem;
  }
  .global-cont .right-cont .recruit-list .recruit-item {
    margin-bottom: 0.24rem;
  }
  .global-cont .right-cont .recruit-list .recruit-item .top-head {
    height: auto;
    padding: 0.24rem;
  }
  .global-cont .right-cont .recruit-list .recruit-item .top-head .left .title {
    font-size: 16px;
  }
  .global-cont .right-cont .recruit-list .recruit-item .top-head .left .title .name {
    margin-right: 0.2rem;
  }
  .global-cont .right-cont .recruit-list .recruit-item .top-head .left .title .date {
    padding: 0 0.1rem;
  }
  .global-cont .right-cont .recruit-list .recruit-item .top-head .left .info {
    margin-top: 0.2rem;
  }
  .global-cont .right-cont .recruit-list .recruit-item .top-head .left .info span {
    margin-right: 0.24rem;
  }
  .global-cont .right-cont .recruit-list .recruit-item .top-head .arr-box {
    display: none;
  }
  .global-cont .right-cont .recruit-list .recruit-item .re-content {
    padding: 0.24rem;
  }
  .global-cont .right-cont .recruit-list .recruit-item .re-content .desc-box {
    margin-bottom: 0.24rem;
  }
  .global-cont .right-cont .recruit-list .recruit-item .re-content .desc-box .tt {
    font-weight: bold;
  }
  .global-cont .right-cont .recruit-list .recruit-item .re-content .desc-box .desc {
    font-size: 12px;
    line-height: 24px;
  }
  .global-cont .right-cont .recruit-list .recruit-item .re-content .upload-btn {
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-top: 0.4rem;
  }
  .global-cont .right-cont .research-cont {
    padding: 0.24rem 0.24rem 0;
  }
  .global-cont .right-cont .research-cont .list .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.24rem;
  }
  .global-cont .right-cont .research-cont .list .item .desc {
    font-size: 14px;
    padding: 0.1rem 0;
  }
  .global-cont .right-cont .research-cont .list .item:nth-child(3n) {
    margin-right: 4%;
  }
  .global-cont .right-cont .research-cont .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .global-cont .right-cont .tree-cont {
    padding: 0.6rem 0.24rem 1rem;
  }
  .global-cont .right-cont .tree-cont .title-box {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0.4rem;
  }
  #history .history-cont {
    padding: 0.4rem 0.24rem 0.8rem;
  }
  #history .history-cont .swiper-tops {
    padding: 0;
  }
  #history .history-cont .swiper-tops .swiper-info .swiper-wrapper .swiper-slide {
    flex-wrap: wrap;
  }
  #history .history-cont .swiper-tops .swiper-info .swiper-wrapper .swiper-slide .pic {
    width: 100%;
  }
  #history .history-cont .swiper-tops .swiper-info .swiper-wrapper .swiper-slide .info {
    width: 100%;
    padding: 0.4rem 0.24rem 0;
  }
  #history .history-cont .swiper-tops .swiper-info .swiper-wrapper .swiper-slide .info .num {
    font-size: 32px;
    line-height: 32px;
  }
  #history .history-cont .swiper-tops .swiper-info .swiper-wrapper .swiper-slide .info .desc {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.24rem;
  }
  #history .history-cont .swiper-bottom {
    margin-top: 0.4rem;
  }
  #history .history-cont .swiper-bottom .history-pages {
    position: absolute;
    top: 0;
    cursor: pointer;
  }
  #history .history-cont .swiper-bottom .history-pages i {
    font-size: 30px;
    color: #999;
  }
  #history .history-cont .swiper-bottom .history-pages.prev {
    left: 0;
  }
  #history .history-cont .swiper-bottom .history-pages.next {
    right: 0;
  }
  #history .history-cont .swiper-bottom .swiper-process {
    margin: 0 45px;
  }
  #history .history-cont .swiper-bottom .swiper-process .swiper-wrapper {
    position: relative;
  }
  #history .history-cont .swiper-bottom .swiper-process .swiper-wrapper .swiper-slide {
    width: 140px !important;
    padding: 30px 0 15px;
    text-align: center;
    position: relative;
  }
  #history .history-cont .swiper-bottom .swiper-process .swiper-wrapper .swiper-slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #d3d3d3;
    left: 0;
    top: 15px;
  }
  #history .history-cont .swiper-bottom .swiper-process .swiper-wrapper .swiper-slide .year {
    font-size: 20px;
    color: #999;
    font-family: 'bebas';
    position: relative;
  }
  #history .history-cont .swiper-bottom .swiper-process .swiper-wrapper .swiper-slide .year:before,
  #history .history-cont .swiper-bottom .swiper-process .swiper-wrapper .swiper-slide .year:after {
    content: '';
    position: absolute;
    top: -19px;
    width: 1px;
    height: 5px;
    background-color: #999;
  }
  #history .history-cont .swiper-bottom .swiper-process .swiper-wrapper .swiper-slide .year:before {
    left: 20%;
  }
  #history .history-cont .swiper-bottom .swiper-process .swiper-wrapper .swiper-slide .year:after {
    right: 20%;
  }
  #history .history-cont .swiper-bottom .swiper-process .swiper-wrapper .swiper-slide .year .line {
    position: absolute;
    top: -24px;
    width: 2px;
    height: 10px;
    background-color: #333333;
    left: calc(50% - 1px);
  }
  #history .history-cont .swiper-bottom .swiper-process .swiper-wrapper .swiper-slide.swiper-slide-active .year {
    color: #003f88;
  }
  #history .history-cont .swiper-bottom .swiper-process .swiper-wrapper .swiper-slide.swiper-slide-active .year .line {
    width: 4px;
    background-color: #003f88;
  }
  #research .pages-box {
    margin: 0.2rem 0 0.8rem;
  }
  #recruit .pages-box {
    margin-bottom: 0.5rem;
  }
  .pages-box {
    margin-top: 0.6rem;
    margin-bottom: 0.4rem;
  }
  .pages-box .item {
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 12px;
  }
  .pages-box .item.prevNext {
    width: 1rem;
  }
  #search .search-result {
    padding-bottom: 0.4rem;
    padding-top: 0.6rem;
  }
  #search .search-result .search-box {
    margin-bottom: 0.4rem;
  }
  #search .search-result .search-box .search-input {
    width: 5rem;
    height: 0.7rem;
    padding-left: 0.2rem;
  }
  #search .search-result .search-box .search-btn {
    width: 1.6rem;
    height: 0.7rem;
    line-height: 0.7rem;
    margin-left: 0.2rem;
    border-radius: 0.35rem;
    font-size: 14px;
  }
  #search .search-result .pages-box {
    margin-top: 0.4rem;
  }
  #search .search-result .pages-box .item {
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
  #search .search-result .pages-box .item.prevNext {
    width: 1rem;
  }
  .join-form {
    width: 320px;
    padding: 20px;
    height: auto;
  }
  .join-form .line input {
    width: 200px;
    height: 25px;
  }
  .join-form .line button {
    width: 100%;
    float: initial;
    margin-top: 30px;
  }
  .join-form .line .label {
    font-size: 14px;
  }
  .join-form .line img {
    height: auto;
  }
  #join-upload {
    width: 78px;
    height: 30px;
    line-height: 30px;
  }
} /*# sourceMappingURL=style.css.map */
