html {
  font-size: 0.8333333333vw;
}

.header_top {
  height: 92px;
  background: url(../images/bg1.png) 0 0 no-repeat;
  background-size: cover;
  padding-top: 16px;
}
@media (max-width: 860px) {
  .header_top {
    display: none;
  }
}
.header_top .inner .left .item {
  margin-right: 15px;
}
.header_top .inner .left .item:last-child {
  margin-right: 0;
}
.header_top .inner .left .item img {
  margin-right: 5px;
}
.header_top .inner .left .item p {
  font-size: 15px;
  color: #f5eee6;
}
.header_top .inner .right a {
  margin-left: 20px;
}
.header_top .inner .right a:first-child {
  margin-left: 0;
}

.head_pc {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 15px;
  padding-bottom: 8px;
  background-color: #fff;
}
.head_pc .logo {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.head_pc.scroll {
  position: fixed !important;
  padding: 5px 0;
}
.head_pc.scroll .logo {
  width: 120px;
}
@media (max-width: 1030px) {
  .head_pc .logo {
    width: 120px;
  }
}
.head_pc .drop_box {
  width: 100%;
  position: absolute;
  padding: 10px 0;
  top: 100%;
  left: 2%;
  margin-top: 1.0417vw;
  overflow: hidden;
  visibility: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(30, 36, 53, 0.18);
          box-shadow: 0 2px 10px 0 rgba(30, 36, 53, 0.18);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  z-index: 12;
}
.head_pc .drop_box > a {
  display: block;
  font-size: 15px;
  line-height: 1.5625vw;
  text-align: center;
  color: #333 !important;
}
.head_pc .drop_box > a:hover {
  color: #30bead !important;
}
.head_pc .nav li {
  position: relative;
  padding: 10px 1.6875rem;
}
@media (max-width: 990px) {
  .head_pc .nav li {
    padding: 30px 15px;
  }
}
.head_pc .nav li > a {
  font-size: 20px;
}
@media (max-width: 990px) {
  .head_pc .nav li > a {
    font-size: 15px;
  }
}
.head_pc .nav li:hover > a, .head_pc .nav li.select > a {
  color: #30bead;
}
.head_pc .nav li:hover .drop_box {
  margin-top: 6px;
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: 0 0.2604vw 0.7813vw 0 rgba(49, 49, 49, 0.05);
          box-shadow: 0 0.2604vw 0.7813vw 0 rgba(49, 49, 49, 0.05);
}

.lang-box a, .mobile_lan_box a {
  font-size: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: 7px;
}
.lang-box a.active, .mobile_lan_box a.active {
  background-color: #ff7e84;
  color: #fff;
}

.mobile_lan_box {
  position: absolute;
  right: 70px;
}

.m_pic_box {
  display: none;
}

.m_show {
  display: none;
}

.banner .banner_bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner .swiper-slide {
  padding-top: 40px;
  z-index: 2;
}

.home_section1 {
  padding: clamp(30px, 6.25rem, 100px) 0 0;
}
.home_section1 .intro {
  padding-top: 34px;
  padding-bottom: clamp(30px, 7.5rem, 120px);
}
@media (max-width: 640px) {
  .home_section1 .intro {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.home_section1 .intro .p1 {
  font-size: 24px;
  color: #30bead;
}
@media (max-width: 640px) {
  .home_section1 .intro .p1 {
    font-size: 20px;
    line-height: 25px;
  }
}
.home_section1 .intro .desc {
  margin-top: 20px;
}
.home_section1 .intro .desc p {
  font-size: 18px;
  color: #434343;
  line-height: 30px;
}
@media (max-width: 640px) {
  .home_section1 .intro .desc p {
    font-size: 16px;
    line-height: 22px;
  }
}
.home_section1 .intro .more {
  margin-top: 45px;
}
@media (max-width: 640px) {
  .home_section1 .intro .more {
    margin-top: 30px;
  }
}

.title_wrap {
  width: 280px;
  height: 164px;
  background: url(../images/t_icon1.png) center center no-repeat;
  background-size: 100% 100%;
  margin: auto;
  padding-top: 70px;
}
.title_wrap .eng {
  font-size: 24px;
  text-transform: uppercase;
  padding-left: 46px;
}
.title_wrap .china {
  font-size: 30px;
  padding-left: 93px;
  margin-top: 10px;
}
@media (max-width: 640px) {
  .title_wrap {
    width: 180px;
    height: 168px;
    text-align: center;
    padding-top: 80px;
  }
  .title_wrap .china, .title_wrap .eng {
    padding-left: 0 !important;
    font-size: 20px;
  }
}

.more {
  font-size: 26px;
  color: #30bead;
}
.more img {
  margin-left: 15px;
}
@media (max-width: 640px) {
  .more {
    font-size: 20px;
  }
}

.home_section2 {
  background-color: #eaf5f6;
  padding: clamp(30px, 6.25rem, 100px) 0 clamp(30px, 8.75rem, 140px);
}
.home_section2 .eng {
  padding-left: 60px;
}
.home_section2 .china {
  padding-left: 108px;
}
.home_section2 .swiper_wrap {
  width: 88.375rem;
  margin: auto;
  margin-top: clamp(30px, 3.75rem, 60px);
}
@media (max-width: 1060px) {
  .home_section2 .swiper_wrap {
    width: 92%;
  }
}
.home_section2 .swiper_wrap .swiper {
  width: 75rem;
  margin: auto;
}
.home_section2 .swiper_wrap .swiper .swiper-slide-active {
  padding-top: 5rem;
}
@media (max-width: 1060px) {
  .home_section2 .swiper_wrap .swiper {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .home_section2 .swiper_wrap .swiper .swiper-slide-active {
    padding-top: 0;
  }
}
.home_section2 .swiper_wrap .swiper_btn {
  position: absolute;
  top: 9.25rem;
  cursor: pointer;
  width: 4.1875rem;
}
@media (max-width: 1060px) {
  .home_section2 .swiper_wrap .swiper_btn {
    display: none;
  }
}
.home_section2 .swiper_wrap .swiper_prev {
  left: 0;
}
.home_section2 .swiper_wrap .swiper_next {
  right: 0;
}

.span {
  margin-top: clamp(30px, 4.375rem, 70px);
}
.span .swiper-pagination-bullet {
  width: 26px;
  height: 20px;
  background: url(../images/dot.png) center center no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}
.span .swiper-pagination-bullet-active {
  background: url(../images/dot_active.png) center center no-repeat;
}

.home_section3 {
  padding: clamp(30px, 6.25rem, 100px) 0 clamp(30px, 5.625rem, 90px);
}
.home_section3 .china {
  padding-left: 30px;
}
.home_section3 .swiper_wrap {
  width: 88.375rem;
  margin: auto;
  margin-top: clamp(30px, 3.75rem, 60px);
}
@media (max-width: 1060px) {
  .home_section3 .swiper_wrap {
    width: 92%;
  }
}
.home_section3 .swiper_wrap .swiper {
  width: 75rem;
  margin: auto;
}
@media (max-width: 1060px) {
  .home_section3 .swiper_wrap .swiper {
    width: 100%;
  }
}
.home_section3 .swiper_wrap .swiper_btn {
  width: 4.1875rem;
  cursor: pointer;
}
@media (max-width: 1060px) {
  .home_section3 .swiper_wrap .swiper_btn {
    display: none;
  }
}
.home_section3 .text {
  font-size: clamp(18px, 2.25rem, 30px);
  color: #30bead;
  padding-top: clamp(20px, 3.125rem, 50px);
}

footer {
  background-color: #30bead;
  padding: clamp(30px, 6.25rem, 100px) 0 0;
  position: relative;
}
footer .china {
  padding-left: 90px;
}
footer .plane {
  width: 12.3125rem;
  position: absolute;
  left: 10rem;
  top: 10.9375rem;
}
footer .shape {
  position: absolute;
  width: 14.3125rem;
  right: 13.5rem;
  top: 5rem;
}
footer .line {
  position: absolute;
  right: 4.375rem;
  bottom: 6.875rem;
}
footer .location {
  margin-top: clamp(30px, 3.75rem, 60px);
  margin-bottom: clamp(30px, 3.125rem, 50px);
  line-height: 1.45;
}
@media (max-width: 1024px) {
  footer .location {
    display: block;
  }
}
footer .location .item {
  margin-right: 24px;
}
@media (max-width: 1270px) {
  footer .location .item {
    margin-right: 15px;
    padding: 0 15px;
  }
}
footer .location .item:last-child {
  margin-right: 0;
}
footer .location .item img {
  margin-right: 5px;
}
@media (max-width: 1024px) {
  footer .location .item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  footer .location .item img {
    width: 20px;
  }
}
footer .location .item p {
  font-size: 20px;
  color: #f5eee6;
}
@media (max-width: 1270px) {
  footer .location .item p {
    font-size: 15px;
  }
}
footer .share {
  margin-bottom: clamp(30px, 7.5rem, 120px);
}
@media (max-width: 640px) {
  footer .share {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 20px;
  }
}
footer .share .share_item {
  width: 23.75rem;
  margin: 0 8px;
}
@media (max-width: 640px) {
  footer .share .share_item {
    width: 48%;
    margin: 0 2% 15px 0;
  }
  footer .share .share_item:nth-child(2n) {
    margin-right: 0 !important;
  }
}
footer .share .share_item > img {
  width: 9.375rem;
  margin: 0 auto 10px;
}
@media (max-width: 640px) {
  footer .share .share_item > img {
    width: 120px;
  }
}
footer .share .share_item .b {
  height: clamp(44px, 4.125rem, 66px);
  background-color: #faf5ef;
  border-radius: 33px;
  padding-left: 2.125rem;
  font-size: 1.25rem;
}
@media (max-width: 640px) {
  footer .share .share_item .b {
    font-size: 15px;
    padding-left: 12px;
  }
}
footer .share .share_item .b p {
  margin-left: 1.25rem;
}
@media (max-width: 640px) {
  footer .share .share_item .b p {
    margin-left: 15px;
  }
}
footer .copyright,.footer .copyright{
  height: 122px;
  background: url(../images/bg2.png) 0 0 no-repeat;
  background-size: cover;
  padding-top: 75px;
  font-size: 15px;
  color: #ffffff;
}
@media (max-width: 640px) {
  footer .copyright,.footer .copyright {
    height: 86px;
    padding-top: 44px;
  }
}

#messageModal .uk-modal-dialog {
  width: 75rem;
  border-radius: 3.75rem;
  border: 1.25rem solid #ff7e84;
}
@media (max-width: 1060px) {
  #messageModal .uk-modal-dialog {
    width: 93%;
  }
}
#messageModal .uk-modal-dialog .inner {
  padding: 2.25rem;
}
#messageModal .uk-modal-dialog .uk-modal-close {
  cursor: pointer;
  position: absolute;
  right: -3.75rem;
  top: -3.75rem;
  width: 4.3125rem;
}
@media (max-width: 1060px) {
  #messageModal .uk-modal-dialog .uk-modal-close {
    right: -16px;
    top: -16px;
    width: 35px;
  }
}

.news_col_title {
  height: 22.6875rem;
  background: url(../images/b3.png) center center no-repeat;
  background-size: cover;
  font-size: 3.75rem;
  color: #ff7e84;
  padding-top: 9.75rem;
}
@media (max-width: 640px) {
  .news_col_title {
    margin-top: 30px;
    font-size: 4.8rem;
  }
}

.news_wrap {
  padding-bottom: clamp(30px, 10.375rem, 166px);
}
.news_wrap ul li {
  padding: clamp(15px, 1.875rem, 30px);
  border-radius: clamp(15px, 1.875rem, 30px);
  border: 1px solid #d2d2d2;
  margin-bottom: clamp(15px, 3.125rem, 50px);
}
.news_wrap ul li .poster {
  width: clamp(200px, 19.375rem, 310px);
}
@media (max-width: 640px) {
  .news_wrap ul li a {
    display: block;
  }
  .news_wrap ul li a .poster {
    width: 100%;
    margin-bottom: 20px;
  }
  .news_wrap ul li a .info {
    padding-left: 0;
  }
}
.news_wrap ul li .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: clamp(1px, 3.125rem, 50px);
}
.news_wrap ul li .info .title {
  font-size: clamp(18px, 1.5rem, 24px);
  color: #30bead;
  line-height: clamp(24px, 1.875rem, 30px);
  margin-bottom: 16px;
}
.news_wrap ul li .info .desc {
  font-size: clamp(14px, 1rem, 16px);
  color: #7d7d7d;
  line-height: clamp(24px, 1.875rem, 30px);
  margin-bottom: 16px;
}
.news_wrap ul li .info .date {
  font-size: clamp(16px, 1.25rem, 24px);
  color: #7d7d7d;
  line-height: clamp(24px, 1.875rem, 30px);
}

.page-box {
  margin-top: 60px;
}

@media only screen and (max-width: 960px) {
  .page-box {
    margin-top: 30px;
  }
}
.page-box a {
  width: 40px;
  height: 40px;
  background-color: #f5f7fa;
  margin: 0 5px;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  color: #313131;
  isplay: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-box a:hover, .page-box a.active {
  background-color: #ff7e84;
  color: #fff;
}

@media (max-width: 960px) {
  .page-box a {
    width: 35px;
    height: 35px;
    margin: 2px;
  }
}
.mianbao_nav {
  padding-bottom: clamp(20px, 1.5625vw, 30px);
  border-bottom: 1px solid #dcdcdc;
}
.mianbao_nav a {
  color: #201f28;
  margin-right: 5px;
}
@media (max-width: 640px) {
  .mianbao_nav {
    font-size: 12px;
  }
}

.article_wrap {
  padding-top: clamp(30px, 5rem, 80px);
  padding-bottom: clamp(30px, 6.25rem, 100px);
}
.article_wrap .article_content {
  padding-top: clamp(30px, 5rem, 80px);
}
.article_wrap .article_content .post_info .title {
  color: #ff7e84;
  font-size: clamp(24px, 3.125rem, 50px);
  margin-bottom: clamp(15px, 1.875rem, 30px);
}
.article_wrap .article_content .post_info .post_bottom {
  font-size: clamp(15px, 1.125rem, 18px);
  color: #313131;
  padding-bottom: clamp(30px, 3.125rem, 50px);
  border-bottom: 1px solid #dcdcdc;
}
.article_wrap .article_content .post_info .post_bottom .item:first-child {
  margin-right: clamp(15px, 2.5rem, 40px);
}
.article_wrap .article_content .post_info .post_bottom img {
  margin-right: 8px;
}
@media (max-width: 640px) {
  .article_wrap .article_content .post_info .post_bottom img {
    width: 20px;
  }
}
.article_wrap .article_content .post_body {
  padding-top: clamp(30px, 3.75rem, 60px);
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
}
.article_wrap .article_content .post_body p {
  font-size: clamp(16px, 1.125rem, 18px);
  line-height: clamp(22px, 1.875rem, 30px);
  margin-bottom: clamp(16px, 2.5rem, 40px);
}
.article_wrap .article_content .post_body p img {
  margin: auto;
}
.article_wrap .article_content .post_body p:last-child {
  margin-bottom: 0;
}
.article_wrap .article_content .post-footer {
  padding-top: clamp(20px, 3.125rem, 50px);
}
.article_wrap .article_content .post-footer a {
  width: clamp(45px, 4.375rem, 70px);
  height: clamp(45px, 4.375rem, 70px);
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  margin-right: clamp(15px, 1.875rem, 30px);
}
.article_wrap .article_content .post-footer a:last-child {
  margin-right: 0;
}
.article_wrap .article_content .post-footer a:hover {
  color: #fff;
  border-color: transparent;
  background-color: #ff7e84;
}

.kthx_wrap {
  padding-top: clamp(30px, 6.25rem, 100px);
  padding-bottom: clamp(40px, 13.75rem, 220px);
}
.kthx_wrap .list {
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(15px, 1.875rem, 30px);
}
@media (max-width: 640px) {
  .kthx_wrap .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.kthx_wrap .list li {
  padding: clamp(15px, 1.25rem, 20px);
  border-radius: clamp(15px, 1.25rem, 20px);
  background-color: #ff7e84;
}

.load_more {
  width: 380px;
  height: 60px;
  border-radius: 30px;
  font-size: 20px;
  background-color: #30bead;
  margin: clamp(30px, 3.75rem, 60px) auto 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.load_more:hover {
  opacity: 0.9;
}
@media (max-width: 640px) {
  .load_more {
    width: 220px;
    height: 45px;
    font-size: 16px;
  }
}

.gallery_mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 999;
}

.gallery_swiper_wrap {
  position: fixed;
  width: 81.25rem;
  z-index: 9999;
}
@media (max-width: 640px) {
  .gallery_swiper_wrap {
    width: 95%;
  }
}
.gallery_swiper_wrap .swiper-slide img {
  max-height: 90vh;
  width: auto !important;
  margin: auto;
}
.gallery_swiper_wrap .inner {
  width: 67.5rem;
  margin: auto;
}
@media (max-width: 640px) {
  .gallery_swiper_wrap .inner {
    width: 76%;
  }
}
.gallery_swiper_wrap .swiper_btn {
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  width: 2.9375rem;
}
@media (max-width: 640px) {
  .gallery_swiper_wrap .swiper_btn {
    width: 30px;
  }
}
.gallery_swiper_wrap .swiper_right_btn {
  right: 0;
}
.gallery_swiper_wrap #close_gallery {
  width: 2.25rem;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 2;
}
@media (max-width: 640px) {
  .gallery_swiper_wrap #close_gallery {
    width: 30px;
    right: -30px;
    top: -30px;
  }
}
.gallery_swiper_wrap .span {
  font-size: 18px;
  margin-top: clamp(20px, 1.875rem, 30px);
  letter-spacing: 5px;
}

.contact_wrap {
  padding-top: clamp(30px, 5.2083vw, 100px);
  padding-bottom: clamp(30px, 9.375rem, 150px);
}
.contact_wrap .grid{
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: clamp(15px, 1.875rem, 30px);
     -moz-column-gap: clamp(15px, 1.875rem, 30px);
          column-gap: clamp(15px, 1.875rem, 30px);
  row-gap: clamp(15px, 6.25rem, 100px);
}
@media (max-width: 640px) {
  .contact_wrap .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact_wrap .grid a {
  border: 1px solid #d3d3d3;
  padding: clamp(10px, 1.25rem, 20px);
  border-radius: 4.375rem;
}
.contact_wrap .grid a.area {
  padding-right: 2.5rem;
}
@media (max-width: 640px) {
  .contact_wrap .grid a {
    display: block;
    text-align: center;
  }
}
.contact_wrap .grid a p {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.25rem;
}
@media (max-width: 640px) {
  .contact_wrap .grid a p {
    font-size: 16px;
    line-height: 22px;
  }
}
.contact_wrap .grid a img {
  width: clamp(50px, 6.25rem, 100px);
}
@media (max-width: 640px) {
  .contact_wrap .grid a img {
    margin: 0 auto 15px;
  }
}
.contact_wrap .grid a.OPPOSansBold p {
  font-size: 1.5rem;
  line-height: 1.875rem;
}
@media (max-width: 640px) {
  .contact_wrap .grid a.OPPOSansBold p {
    font-size: 16px;
    line-height: 22px;
  }
}

.kcjj_wrap {
  padding-top: clamp(30px, 6.25rem, 100px);
  padding-bottom: clamp(40px, 7.5rem, 120px);
}
.kcjj_wrap .list {
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(15px, 3.75rem, 60px);
}
@media (max-width: 640px) {
  .kcjj_wrap .list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.about_wrap {
  padding-top: clamp(30px, 5.625rem, 90px);
  padding-bottom: clamp(30px, 7.5rem, 120px);
}
@media (max-width: 860px) {
  .about_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about_wrap .about_section_1 .title {
  font-size: clamp(16px, 1.875rem, 30px);
  color: #30bead;
}
.about_wrap .about_section_1 .desc {
  margin-top: 15px;
}
.about_wrap .about_section_1 .desc p {
  font-size: clamp(15px, 1.125rem, 18px);
  line-height: clamp(20px, 1.875rem, 30px);
}
.about_wrap .about_section_1 .process {
  margin: clamp(30px, 5.625rem, 90px) auto 0;
  width: 69.375rem;
}
@media (max-width: 640px) {
  .about_wrap .about_section_1 .process {
    width: 100%;
  }
}
.about_wrap .about_section_1 .process .p {
  margin-top: 1.25rem;
}
.about_wrap .about_section_1 .process .p p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (max-width: 640px) {
  .about_wrap .about_section_1 .process .p {
    margin-top: 15px;
  }
  .about_wrap .about_section_1 .process .p p {
    font-size: 15px;
    line-height: 20px;
  }
}
.about_wrap .about_section_1 .process .item {
  position: relative;
  z-index: 1;
}
.about_wrap .about_section_1 .process .item img {
  margin: auto;
  width: 11.25rem;
}
@media (max-width: 640px) {
  .about_wrap .about_section_1 .process .item {
    margin: 0 !important;
    width: 33.3333%;
    margin-bottom: 15px !important;
  }
  .about_wrap .about_section_1 .process .item img {
    width: 55px;
  }
}
.about_wrap .about_section_1 .process .item4, .about_wrap .about_section_1 .process .item2 {
  margin-top: 16.625rem;
}
.about_wrap .about_section_1 .process .item3, .about_wrap .about_section_1 .process .item1 {
  margin-right: 2.5rem;
}
.about_wrap .about_section_1 .process .item4, .about_wrap .about_section_1 .process .item2 {
  margin-right: 4rem;
}
.about_wrap .about_section_1 .process .line {
  position: absolute;
  left: 9.375rem;
  width: 54.9375rem;
  top: 5.375rem;
}
@media (max-width: 640px) {
  .about_wrap .about_section_1 .process .line {
    display: none;
  }
}
.about_wrap .about_section_2 {
  padding-top: clamp(30px, 4.375rem, 70px);
}
.about_wrap .about_section_2 .intro .title {
  font-size: clamp(18px, 2.25rem, 36px);
  color: #30bead;
  margin-bottom: clamp(20px, 1.875rem, 30px);
}
.about_wrap .about_section_2 .intro .desc p {
  font-size: clamp(16px, 1.5rem, 24px);
}
.about_wrap .about_section_2 .intro .c .c-item {
  margin-top: clamp(20px, 2.5rem, 40px);
}
.about_wrap .about_section_2 .intro .c .c-item img {
  margin: auto;
}
.about_wrap .about_section_2 .intro .c .c-item p {
  font-size: 18px;
  margin-top: 15px;
  word-wrap: break-word;
  word-break: normal;
}
.about_wrap .about_section_2 .intro .c .c-item p a {
  word-break: break-all;
}