main #main-content {
  padding: 0px;
}

.news{
    height: 49px;
}
#news-swiper{
    width: calc(100% - 170px);
    height: 100%;
   
}

#news-swiper .swiper-slide{
    display: flex;
    align-items: center;
}


#banner-swiper{
    width: calc(50% - 13px);
    height: 253px;
    margin: 0px;
}

@media (max-width: 1350px) {
    #banner-swiper{
        width: 100%;
        height: 253px;
        margin: 0px;
    }
  }

#banner-swiper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
#banner-swiper .swiper-slide img{
    position: relative;
    z-index: 1;
}

@media (max-width: 790px) {
    #event-swiper{
        width: 100%;
        height: 100%;
    }
}

.news-banner {
  width: 100%;
  height: 49px;
  color: #000000;
  border: 1px solid #E3E3E3;
  border-top: none;
}

.news-banner .field > span {
  width: 73px;
  height: 49px;
  line-height: 49px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #FF635A;
}

.news-banner .field .news {
  cursor: pointer;
  font-size: 1.5625rem;
  font-weight: normal;
  padding: 0 6px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-banner .field .more {
  cursor: pointer;
  font-size: 1.1875rem;
  font-weight: normal;
  margin-left: auto;
  margin-right: 14px;
}

@media (max-width: 790px) {
  .news-banner .field .more {
    display: none;
  }
}

.news-banner .field a {
  text-decoration: none;
  color: #000000;
}

.container-main {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0px;
}

.container-main .field {
  height: unset;
}

.container-main .content {
  width: 100%;
  padding: 24px 32px;
  margin: 0 auto;
}

@media (max-width: 1350px) {
  .container-main .content {
    padding: 0;
    margin-top: 8px;
  }
}

.container-main .content .banner-and-new-study {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 18px;
}

.container-main .content .banner-and-new-study .banner {
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-size: 115%;
    background-position: center;
    filter: blur(3px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;

    position: absolute;
            z-index: 0;
    top: 0px;
    left: 0px;
}

.container-main .content .banner-and-new-study .banner > img {
  height: 100%;
  position: relative;
  z-index: 1;
}



@media (max-width: 1350px) {
  .container-main .content .banner-and-new-study {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .container-main .content .banner-and-new-study .banner {
    width: 100%;
    height: 0px;
    padding-bottom: 66.9%;
    margin-right: 0px;
    margin: 0;
  }
  .container-main .content .banner-and-new-study .banner > img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: auto;
  }
}

.container-main .content .banner-and-new-study .show-study {
  width: calc(50% - 13px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 253px;
  overflow: hidden;
  font-size: 1.375rem;
  font-weight: normal;
  letter-spacing: 1.2px;
  border: 1px solid #257774;
}

@media (max-width: 1350px) {
  .container-main .content .banner-and-new-study .show-study {
    width: 100%;
    max-height: 340px;
  }
}

@media (max-width: 790px) {
  .container-main .content .banner-and-new-study .show-study {
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6% 5% 0 5%;
  }
}

.container-main .content .banner-and-new-study .show-study .tidbits {
    width: 289px;
  font-weight: bold;
  color: #ffffff;
  line-height: 44px;
  margin: auto;
  text-align: center;
  position: relative;
}

@media (max-width: 1350px) {
  .container-main .content .banner-and-new-study .show-study .tidbits {
      width: 388px;
    border-radius: 6px 0 0 6px;
    padding: 18px 20px;
    margin: unset;
  }
}

@media (max-width: 790px) {
  .container-main .content .banner-and-new-study .show-study .tidbits {
    padding: 0;
    width: 100%;
    height: 300px;
    border-radius: 6px;
    overflow: hidden;
  }
}

@media (max-width: 375px) {
  .container-main .content .banner-and-new-study .show-study .tidbits {
    height: 251px;
    min-width: 310px;
  }
}

.container-main .content .banner-and-new-study .show-study .tidbits .mask {
  position: absolute;
  width: 289px;
  height: 44px;
  opacity: 0.5;
  background-color: #000000;
  top: 0;
  left: 0;
  z-index:2;
}

@media (max-width: 1350px) {
  .container-main .content .banner-and-new-study .show-study .tidbits .mask {
    width: 348px;
    top: 18px;
    left: 20px;
  }
}

@media (max-width: 790px) {
  .container-main .content .banner-and-new-study .show-study .tidbits .mask {
    top: 0px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    font-size: 1.438rem;
    opacity: 0.5;
  }
}

@media (max-width: 1350px) {
  .container-main .content .banner-and-new-study .show-study .tidbits img {
    width: 100%;
  }
}

@media (max-width: 790px) {
  .container-main .content .banner-and-new-study .show-study .tidbits  img {
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.container-main .content .banner-and-new-study .show-study .new-study {
  width: calc(100% - 289px);
  background-color: #ffffff;
  padding: 19px 16px 14px;
}

@media (max-width: 1350px) {
  .container-main .content .banner-and-new-study .show-study .new-study {
    width: calc(100% - 388px);
  }
}

@media (max-width: 790px) {
  .container-main .content .banner-and-new-study .show-study .new-study {
    width: 100%;
    padding: 20px 5px;
    height: initial;
    height: 253px;
  }
}

.container-main .content .banner-and-new-study .show-study .new-study .new-study-title {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: #248da2 1px solid;
  background-color: #257774;
  font-size: 1.375rem;
  font-weight: normal;
  color: #ffffff;
}

.container-main .content .banner-and-new-study .show-study .new-study > a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 5px 0;
  line-height: 34px;
  border-top: 1px solid #e8e8e8;
  color: #1E47B1;
}

@media (max-width: 1350px) {
  .container-main .content .banner-and-new-study .show-study .new-study > a {
    width: calc(100vw - 462px);
  }
}

@media (max-width: 790px) {
  .container-main .content .banner-and-new-study .show-study .new-study > a {
    width: 100%;
  }
}

.container-main .content .service {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto auto auto;
      grid-template-columns: auto auto auto auto auto auto;
  gap: 16px 26px;
  margin-bottom: 16px;
}

.container-main .content .service .net-service-big-2-squre {
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    height: 118px;
}

.container-main .content .service .net-service-big-2-squre .down-text {
  min-width: 155px;
  margin-bottom: 8px;
  margin-left: -3px;
  text-align: center;
}

.container-main .content .service .net-service-big-2-squre .top-img {
  background-size: 60px 60px;
}

@media (max-width: 1366px) {
  .container-main .content .service {
    -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
    padding: 0 4%;
  }
}

@media (max-width: 650px) {
  .container-main .content .service {
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    padding: 0;
  }
}

.container-main .content .long-function {
  width: 100%;
  height: 60px;
}

.container-main .content .long-function .net-service-long-squre {
    text-decoration: none;
    color: white;
  width: calc(50% - 13px);
}

@media (max-width: 650px) {
  .container-main .content .long-function .net-service-long-squre {
    width: 100%;
    margin-bottom: 20px;
  }
}

.container-main .content .long-function .first {
  margin-right: 28px;
}

@media (max-width: 650px) {
  .container-main .content .long-function .first {
    margin: 2% 0 20px 0;
  }
}

@media (max-width: 1350px) {
  .container-main .content .long-function {
    height: initial;
    padding: 0 4%;
    margin-bottom: 20.3px;
  }
}

@media (max-width: 650px) {
  .container-main .content .long-function {
    margin: 0;
    padding: 0 3.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.activity {
  width: 100%;
  height: 203px;
  background-color: #D7EFEB;
  padding: 10px 40px 24px;
  margin-bottom: 0px;
}

@media (max-width: 1350px) {
  .activity {
    height: unset;
  }
}

@media (max-width: 650px) {
  .activity {
    padding: 10px 28px 24px;
  }
}

.activity .content {
  width: calc(90% + 30px);
  margin: 0 auto;
  gap: 15px;
}

.activity .content > p {
  color: #6b787e;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6px;
}

@media (max-width: 1366px) {
  .activity .content {
    width: 100%;
  }
}

.activity .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.activity .field .net-service-short-squre {
  text-decoration: none;
  color: white;
  width: calc(16.6667% - 12px);
  height: 67px;
  font-size: 1.3125rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  padding-left: 3px;
  padding-right: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1366px) {
  .activity .field .net-service-short-squre {
    width: calc(33.3333% - 16px);
  }
}

@media (max-width: 650px) {
  .activity .field .net-service-short-squre {
    width: 100%;
  }
}

.activity .more-eng {
  display: block;
  text-decoration: none;
  width: 310px;
  height: 35px;
  font-size: 1.1875rem;
  font-weight: normal;
  border-bottom: 2px solid #00588E;
  margin: auto;
  text-align: center;
  color: #00588E;
}

@media (max-width: 575px) {
  .activity .more-eng {
    width: 100%;
  }
}
/*# sourceMappingURL=f001.css.map */