.w1400 {
  padding: 0 2.5rem;
}
.w1250 {
  /*padding: 0 2.5rem;*/
  width: 1250px;
  margin: 0 auto;
}
.f46 {
  font-size: 0.46rem;
}
.f42 {
  font-size: 0.42rem;
}
.f60 {
  font-size: 0.6rem;
}
.f48 {
  font-size: 0.48rem;
}
.f36 {
  font-size: 0.36rem;
}
.f32 {
  font-size: 0.32rem;
}
.f24 {
  font-size: 0.24rem;
}
.f26 {
  font-size: 0.26rem;
}
.f28 {
  font-size: 0.28rem;
}
.f22 {
  font-size: 0.22rem;
}
.p80 {
  padding-top: 0.8rem;
}
.p80_ {
  padding-bottom: 0.8rem;
}
.p60 {
  padding-top: 0.6rem;
}
.p60_ {
  padding-bottom: 0.6rem;
}
.p100 {
  padding-top: 1rem;
}
.p100_ {
  padding-bottom: 1rem;
}
.layui-form-checkbox {
    display: none !important;
}
.pc_header {
  position: sticky;
  top: 0;
  z-index: 5;
  background: #fff;
}
.pc_header .logo a img {
  height: 0.72rem;
}
.pc_header .column .nav .item {
  position: relative;
}
.pc_header .column .nav .item > p {
  margin: 0 0.24rem;
}
.pc_header .column .nav .item > p > a {
  transition: 0.4s;
  line-height: 0.9rem;
  color: #333;
}
.pc_header .column .nav .item .down {
  display: none;
  width: 180px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.pc_header .column .nav .item .down .triangle {
  text-align: center;
  margin: 6px 0 -2px;
}
.pc_header .column .nav .item .down .do_list {
  border-radius: 4px;
  background: #fff;
  text-align: center;
  padding: 0.1rem 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3)
}

.pc_header .column .nav .item .down .do_list a {
  transition: 0.4s;
  line-height: 0.42rem;
  color: #0d5086;
}
.pc_header .column .nav .item .down .do_list a:hover {
  color: #35ac49;
}
.pc_header .column .nav .item.active > p > a {
  color: #35ac49;
}
.pc_header .column .nav .item:hover > p > a {
  color: #35ac49;
}
.pc_header .column .lang {
  margin: 0 0.36rem 0 0.24rem;
}
.pc_header .column .lang .en span {
  color: #666;
  margin: 0 6px 0 8px;
}
.pc_header .column .contact_us a {
  transition: 0.4s;
  padding: 0 20px;
  background: #35ac49;
  line-height: 0.45rem;
  border-radius: 36px;
}
.pc_header .column .contact_us a span {
  font-family: GilroyRegular;
  color: #fff;
}
.pc_header .column .contact_us a:hover {
  background: #0d5086;
}
.pc_header.active {
  box-shadow: 0 0 10px rgba(53, 172, 73, 0.6);
}
.pc_footer {
  background: #eee;
  padding: 0.66rem 0;
}
.pc_footer .logo a img {
  height: 0.88rem;
}
.pc_footer .right .nav a {
  transition: 0.4s;
  color: #35ac49;
  margin-right: 0.36rem;
}
.pc_footer .right .nav a:last-child {
  margin-right: 0;
}
.pc_footer .right .nav a:hover {
  color: #0d5086;
}
.pc_footer .right .copy {
  margin-top: 0.24rem;
}
.pc_footer .right .copy p {
  color: rgba(0,0,0,.3);
}
.pc_footer .right .copy a {
  transition: 0.4s;
  color: rgba(0,0,0,.3);
  margin-left: 0.14rem;
}
.pc_footer .right .copy a:hover {
  color: #35ac49;
}
.public_link a {
  cursor: pointer;
  transition: 0.4s;
  padding: 0 0.46rem;
  line-height: 0.6rem;
  display: inline-block;
  border: 1px solid #Fff;
  border-radius: 36px;
}
.public_link a span {
  transition: 0.4s;
  color: #fff;
  margin-right: 0.22rem;
}
.public_link a svg {
  transition: 0.4s;
}
.public_link a:hover {
  background: #35ac49;
  border-color: #35ac49;
}
.public_link.white a {
  background: #fff;
}
.public_link.white a span {
  color: #333;
}
.public_link.white a svg path {
  fill: #333;
}
.public_link.white a:hover {
  background: #35ac49;
  border-color: #35ac49;
}
.public_link.white a:hover span {
  color: #fff;
}
.public_link.white a:hover svg path {
  fill: #fff;
}
.public_link.color a {
  background: #35ac49;
  border-color: #35ac49;
}
.public_link.color a:hover {
  background: #0d5086;
  border-color: #0d5086;
}
.public_link2 a {
  cursor: pointer;
  transition: 0.4s;
  padding: 0 0.4rem;
  line-height: 0.5rem;
  display: inline-block;
  border-radius: 36px;
  background: #35ac49;
}
.public_link2 a span {
  transition: 0.4s;
  color: #fff;
  margin-right: 0.22rem;
}
.public_link2 a svg {
  transition: 0.4s;
}
.public_top .title {
  color: #333;
}
.public_banner {
  position: relative;
}
.public_banner .banner_img {
  width: 100%;
}
.public_banner .banner_img img {
  width: 100%;
  transform: translateY(1px);
}
.public_banner .banner_about {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.public_banner .banner_about h1 {
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
}
.public_anchor {
  position: relative;
  top: -0.9rem;
}
.index_banner {
  position: relative;
}
.index_banner .mySwiper1 .swiper-slide .slide_img {
  width: 100%;
}
.index_banner .mySwiper1 .swiper-slide .slide_img img {
  width: 100%;
  transform: translateY(1px);
}
.index_banner .mySwiper1 .swiper-slide .slide_about {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.index_banner .mySwiper1 .swiper-slide .slide_about .title {
  margin-bottom: 0.34rem;
}
.index_banner .mySwiper1 .swiper-slide .slide_about .title p {
  color: #fff;
  font-family: GilroyBold;
  line-height: 1.2;
}
.index_banner .mySwiper1 .swiper-button-next,
.index_banner .mySwiper1 .swiper-button-prev {
  transition: 0.4s;
  opacity: 0.5;
}
.index_banner .mySwiper1 .swiper-button-next::after,
.index_banner .mySwiper1 .swiper-button-prev::after {
  display: none;
}
.index_banner .mySwiper1 .swiper-button-next:hover,
.index_banner .mySwiper1 .swiper-button-prev:hover {
  opacity: 1;
}
.index_banner .mySwiper1 .swiper-button-next {
  right: 1.13rem;
}
.index_banner .mySwiper1 .swiper-button-prev {
  left: 1.13rem;
}
.index_banner .switch {
  z-index: 2;
  width: 100%;
  position: absolute;
  bottom: 10%;
}
.index_banner .switch .pagination {
  width: auto;
}
.index_banner .switch .pagination .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.06rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
}
.index_banner .switch .pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}
.index_banner .switch .yuan {
  position: relative;
}
.index_banner .switch .yuan .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index_banner .switch .yuan .number span {
  color: #fff;
  font-family: GilroyBold;
}
.index_about {
  position: relative;
}
.index_about .bk_img {
  width: 100%;
}
.index_about .bk_img img {
  width: 100%;
}
.index_about .absolute {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.index_about .absolute .left {
  width: 50%;
}
.index_about .absolute .left .content1 h5 {
  color: #fff;
}
.index_about .absolute .left .content1 h6 {
  margin-top: 0.18rem;
  color: rgba(255, 255, 255, 0.9);
}
.index_about .absolute .left .content2 {
  margin: 0.32rem 0 0.4rem;
}
.index_about .absolute .left .content2 p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
}
.index_about .absolute .right {
  width: 50%;
  padding-right: 0.7rem;
  text-align: right;
}
.index_about .absolute .right img {
  height: 1.6rem;
}
.index_research .title p {
  color: #0d5086;
  line-height: 1.3;
}
.index_research .accordion {
  margin-top: 0.8rem;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 6rem;
}
.index_research .accordion .slide {
  position: absolute;
  width: 100%;
  height: 100%;
}
.index_research .accordion .slide .slide_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.index_research .accordion .slide .slide_img picture {
  height: 100%;
}
.index_research .accordion .slide .slide_img img {
  width: 100%;
  height: 100%;
}
.index_research .accordion .slide .slide_img::before {
  transition: 0.4s;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(53, 172, 73, 0.6);
}
.index_research .accordion .slide .slide_absolute {
  width: 60%;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px 0 0.66rem;
}
.index_research .accordion .slide .slide_absolute .img {
  margin-bottom: 0.34rem;
}
.index_research .accordion .slide .slide_absolute .img img {
  width: 2.25rem;
}
.index_research .accordion .slide .slide_absolute .conetent1 {
  flex: 0.9;
}
.index_research .accordion .slide .slide_absolute .txt {
  color: #fff;
  margin-bottom: 0.14rem;
}
.index_research .accordion .slide .slide_absolute .desc {
  display: none;
  color: #fff;
  line-height: 1.6;
}
.index_research .accordion .slide .slide_absolute .conetent2 {
  display: none;
}
.index_research .accordion .slide:nth-child(2) {
  transition: 0.6s;
  clip-path: polygon(70% 0%, 100% 0%, 100% 100%, 60% 100%);
}
.index_research .accordion .slide:nth-child(2) .slide_absolute {
  right: 0;
  padding: 0 0.66rem 0 10px;
}
.index_research .accordion .slide:nth-child(2) .slide_absolute .img {
  text-align: right;
}
.index_research .accordion .slide:nth-child(2) .slide_absolute .introduce {
  flex-direction: row-reverse;
}
.index_research .accordion .slide:nth-child(2) .slide_absolute .introduce .conetent1 {
  text-align: right;
}
.index_research .accordion .slide:nth-child(2):hover {
  z-index: 2;
  clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 40% 100%);
}
.index_research .accordion .slide.active .slide_img::before {
  opacity: 0;
}
.index_research .accordion .slide.active .slide_absolute .desc {
  display: block;
}
.index_research .accordion .slide.active .slide_absolute .conetent2 {
  display: block;
}
.index_news .new_box {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.48rem;
}
.index_news .new_box .slide {
  position: relative;
}
.index_news .new_box .slide .content1 {
  transition: 0.4s;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
}
.index_news .new_box .slide .content2 {
  margin: 0.14rem 0 0.28rem;
  color: #35ac49;
  font-family: GilroyMedium;
}
.index_news .new_box .slide .content3 {
  color: #666;
  line-height: 1.5;
}
.index_news .new_box .slide::before {
  content: '';
  position: absolute;
  top: 0;
  right: -0.74rem;
  width: 1px;
  height: 100%;
  background: #e8e8e8;
}
.index_news .new_box .slide:last-child::before {
  display: none;
}
.index_news .new_box .slide:hover .content1 {
  color: #35ac49;
}
.round {
  transform: rotate(-90deg);
}
.round .c1 {
  stroke-dasharray: 220;
  stroke-dashoffset: 220px;
}
.main .in {
  position: relative;
}
.main .in .in_img img {
  width: 100%;
}
.main .in .in_absolute {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main .in .in_absolute .neiro {
  width: 50%;
}
.main .in .in_absolute .neiro .txt {
  color: #fff;
  margin-bottom: 0.26rem;
}
.main .in .in_absolute .neiro .desc p {
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}
.main .in:last-child .in_absolute .neiro {
  margin-left: 50%;
}
.man_team .te_top .title h5 {
  color: #0d5086;
}
.man_team .te_top .title h6 {
  color: #000;
  line-height: 1.4;
  padding: 0.16rem 0 0.3rem;
}
.man_team .te_top .desc {
  color: #666;
  line-height: 1.8;
}
.man_team .te_bottom {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
}
.man_team .te_bottom .slide {
  position: relative;
  transition: 0.4s;
  background: #f8f8f8;
  padding: 0.74rem 0.2rem 0.8rem;
  border-radius: 20px;
  text-align: center;
}
.man_team .te_bottom .slide .avatar img {
  transition: 0.4s;
  width: 1.65rem;
  border: 5px solid transparent;
  border-radius: 50%;
}
.man_team .te_bottom .slide .introduce {
  transition: 0.4s;
  margin-top: 0.46rem;
}
.man_team .te_bottom .slide .introduce .i1 {
  color: #000;
  font-weight: bold;
}
.man_team .te_bottom .slide .introduce .i2 {
  margin-top: 0.12rem;
}
.man_team .te_bottom .slide .introduce .i2 p {
  color: #666;
}
.man_team .te_bottom .slide .introduce .i2 p span {
  color: #1e74be;
  font-weight: bold;
  margin-right: 0.1rem;
}
.man_team .te_bottom .slide .click {
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  bottom: 0.66rem;
  left: 50%;
  transform: translateX(-50%);
}
.man_team .te_bottom .slide:hover {
  background: #0d5086;
}
.man_team .te_bottom .slide:hover .avatar img {
  border-color: #dfdfdf;
}
.man_team .te_bottom .slide:hover .introduce {
  opacity: 0;
}
.man_team .te_bottom .slide:hover .click {
  opacity: 1;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
}
.popup .popup_box {
  position: relative;
  background: #fff;
  border-radius: 6px;
  width: 58vw;
  padding: 1rem 0.74rem;
}
.popup .popup_box .close {
  cursor: pointer;
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
}
.popup .popup_box .close svg {
  transition: 0.4s;
}
.popup .popup_box .close svg:hover path {
  fill: #35ac49;
}
.popup .popup_box .item {
  display: none;
}
.popup .popup_box .item.active {
  display: block;
}
.popup .popup_box .up_top {
  margin-bottom: 0.65rem;
}
.popup .popup_box .up_top .img img {
  width: 2.3rem;
}
.popup .popup_box .up_top .introduce {
  flex: 1;
  margin-left: 0.44rem;
}
.popup .popup_box .up_top .introduce .i1 {
  color: #000;
  font-weight: bold;
}
.popup .popup_box .up_top .introduce .i2 {
  margin-top: 0.12rem;
}
.popup .popup_box .up_top .introduce .i2 p {
  color: #666;
}
.popup .popup_box .up_top .introduce .i2 p span {
  color: #1e74be;
  margin-right: 0.1rem;
}
.popup .popup_box .up_desc {
  height: 2rem;
  overflow: auto;
  padding-right: 0.2rem;
}
.popup .popup_box .up_desc p {
  color: #666;
  line-height: 1.8;
}
.popup .popup_box .up_desc::-webkit-scrollbar {
  width: 2px;
}
.popup .popup_box .up_desc::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #35ac49;
}
.popup .popup_box .up_desc::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(153, 153, 153, 0.6);
}
.pipeline {
  background: #dbf5ff;
}
.pipeline .pi_top .txt {
  color: #0d5086;
}
.pipeline .pi_top .desc {
  margin-top: 0.14rem;
  color: #666;
  line-height: 1.6;
}
.pipeline .pi_bottom {
  margin-top: 0.7rem;
  /*border: 2px solid #204ca0;*/
  /*border-radius: 12px;*/
  /*overflow: hidden;*/
  /*padding: 0.2rem;*/
}
.pipeline .pi_bottom .table {
  overflow: auto;
  padding-bottom: 10px;
}
.pipeline .pi_bottom .table::-webkit-scrollbar {
  height: 0.16rem;
  width: 0.16rem;
}
.pipeline .pi_bottom .table::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: #35ac49;
}
.pipeline .pi_bottom .table::-webkit-scrollbar-track {
  border-radius: 12px;
  background: rgba(153, 153, 153, 0.3);
}
.pipeline .pi_bottom .scroll {
  width: 1250px;
  /*width: 1403px;*/
}
.pipeline .pi_bottom .thead {
    display: flex;
    align-items: center;
  padding: 0 0.3rem;
  background: #204ca0;
  border-radius: 12px;
  margin-bottom: 10px;
}
.pipeline .pi_bottom .thead div {
  line-height: 0.78rem;
  color: #fff;
  text-align: center;
}
.pipeline .pi_bottom .thead .d1 {
  width: 120px;
  text-align: left;
}
.pipeline .pi_bottom .thead .d2 {
  width: 140px;
}
.pipeline .pi_bottom .thead .d3 {
  width: 150px;
}
.pipeline .pi_bottom .thead .d4 {
  width: 150px;
}
.pipeline .pi_bottom .thead .d5 {
  width: 150px;
}
.pipeline .pi_bottom .thead .d6 {
  /*width: 450px;*/
  flex: 1;
}
.pipeline .pi_bottom .tbody {
  display: grid;
  grid-row-gap: 10px;
}
.pipeline .pi_bottom .tbody .slide {
    width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0 0.3rem;
  border-radius: 12px;
}
.pipeline .pi_bottom .tbody .slide .de_le {
  width: 120px;
  /*color: #35ac49;*/
}
.pipeline .pi_bottom .tbody .slide .de_ri {
    width: calc(1250px - 120px - .6rem);
}
.pipeline .pi_bottom .tbody .slide .de_ri .item {
  padding: 0.2rem 0;
  border-bottom: 1px solid #cccccc;
}
.pipeline .pi_bottom .tbody .slide .de_ri .item:last-child {
  border-bottom: none;
}
.pipeline .pi_bottom .tbody .slide .de_ri .item .up {
  text-align: center;
}
.pipeline .pi_bottom .tbody .slide .de_ri .item .up .p1 {
  transition: 0.4s;
  cursor: pointer;
  width: 140px;
  background: #35ac49;
  border: 1px solid #35ac49;
  line-height: 0.48rem;
  text-align: center;
  color: #fff;
  border-radius: 6px;
}
.pipeline .pi_bottom .tbody .slide .de_ri .item .up .p2 {
  width: 150px;
  color: #333;
  padding: 0 10px;
}
.pipeline .pi_bottom .tbody .slide .de_ri .item .up .p3 {
   width: 150px;
  padding: 0 10px;
  color: #333;
    line-height: 1.3;
}
.pipeline .pi_bottom .tbody .slide .de_ri .item .up .p4 {
   width: 150px;
  color: #333;
}
.pipeline .pi_bottom .tbody .slide .de_ri .item .up .p5 {
  position: relative;
  /*width: 450px;*/
  flex: 1;
}
.pipeline .pi_bottom .tbody .slide .de_ri .item .up .p5 .line {
  background: linear-gradient(to right, #96d8e8, #339dcd);
  height: 0.18rem;
  border-radius: 0 20px 20px 0;
}
.pipeline .pi_bottom .tbody .slide .de_ri .item .up .p5 .prompt {
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #333;
}
.pipeline .pi_bottom .tbody .slide .de_ri .item .down {
  /*width: 1125px;*/
  /*width: 100vw;*/
  transition: 0.4s;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
}
.pipeline .pi_bottom .tbody .slide .de_ri .item .down p {
  min-height: 0;
  color: #666;
}
.pipeline .pi_bottom .tbody .slide .de_ri .item.active .up .p1 {
  background: #fff;
  color: #35ac49;
}
.pipeline .pi_bottom .tbody .slide .de_ri .item.active .down {
  margin-top: 0.2rem;
  grid-template-rows: 1fr;
}
.news_info .news_box {
  margin-bottom: 0.7rem;
}
.news_info .info {
  border-bottom: 1px solid #dfdfdf;
}
.news_info .info a {
  padding: 0.6rem 0;
}
.news_info .info a .time {
  color: #999;
  font-family: GilroyMedium;
  margin-bottom: 0.26rem;
}
.news_info .info a .title {
  width: 100%;
  transition: 0.4s;
  color: #333;
}
.news_info .info a:hover .title {
  color: #35ac49;
}
.public_page .prev a,
.public_page .next a {
  transition: 0.4s;
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 50%;
}
.public_page .prev a svg,
.public_page .next a svg {
  transition: 0.4s;
}
.public_page .prev a:hover,
.public_page .next a:hover {
  background: #35ac49;
}
.public_page .prev a:hover svg path,
.public_page .next a:hover svg path {
  fill: #fff;
}
.public_page .prev {
  margin-right: 0.28rem;
}
.public_page .next {
  margin-left: 0.28rem;
  transform: rotate(180deg);
}
.public_page .data a {
  border-bottom: 2px solid transparent;
  margin: 0 10px;
  line-height: 40px;
  color: #666;
}
.public_page .data a.active {
  border-color: #35ac49;
  color: #333;
}
.public_page .data a:hover {
  border-color: #35ac49;
  color: #333;
}
.news_details .title {
  color: #000;
  line-height: 1.2;
}
.news_details .time {
  margin: 0.28rem 0 0.36rem;
  color: #999;
  font-family: GilroyRegular;
}
.news_details .compiler {
  border-top: 1px solid #dfdfdf;
  padding: 0.7rem 0 0.88rem;
}
.news_details .compiler p {
  color: #666;
  line-height: 2;
}
.news_details .compiler img {
  max-width: 100%;
}
.investor {
  background: #dbf5ff;
}
.investor .summarize {
  padding: 0.86rem 0 0.8rem;
}
.investor .summarize .title {
  text-align: center;
  color: #0d5086;
}
.investor .summarize .desc {
  margin-top: 0.36rem;
}
.investor .summarize .desc p {
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.8;
}
.investor .photo_gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.26rem;
}
.investor .photo_gallery p img {
  border-radius: 12px;
  width: 100%;
}
.public_tabber a {
  transition: 0.4s;
  padding: 0 0.32rem;
  line-height: 36px;
  color: #204ca0;
  background: transparent;
  margin-right: 0.44rem;
  border-radius: 20px;
}
.public_tabber a:last-child {
  margin-right: 0;
}
.public_tabber a.active {
  background: #35ac49;
  color: #fff;
}
.public_tabber a:hover {
  background: #35ac49;
  color: #fff;
}
.connection {
  position: relative;
}
.connection .conn_img {
  width: 100%;
}
.connection .conn_img img {
  width: 100%;
}
.connection .conn_absolute {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.connection .conn_absolute .txt {
  color: #0d5086;
}
.connection .conn_absolute .cloum {
  margin: 0.34rem 0 0.4rem;
  display: grid;
  grid-row-gap: 0.12rem;
}
.connection .conn_absolute .cloum p a {
  transition: 0.4s;
  margin-left: 6px;
  display: inline;
  color: #000;
}
.connection .conn_absolute .cloum p a:hover {
  color: #35ac49;
}
.connection .conn_absolute .cloum p span {
  margin-left: 6px;
  color: #000;
}
.connection .conn_absolute .gd a {
  transition: 0.4s;
  display: inline-block;
  padding: 0 0.48rem;
  line-height: 0.54rem;
  background: #35ac49;
  border-radius: 36px;
  color: #fff;
}
.connection .conn_absolute .gd a:hover {
  background: #0d5086;
}
.govern .govern_box {
  margin: 0.86rem 0 0.8rem;
}
.govern .govern_box .title {
  color: #0d5086;
  text-align: center;
  margin-bottom: 0.22rem;
}
.govern .govern_box .b_list .slide {
  border-bottom: 1px solid #dfdfdf;
}
.govern .govern_box .b_list .slide a {
  padding: 0.56rem 0;
}
.govern .govern_box .b_list .slide a:hover .content2 {
  color: #35ac49;
}
.govern .govern_box .b_list .slide .content2 {
  transition: 0.4s;
  flex: 1;
  margin: 0 0.4rem;
}
.invite .invite_top .txt {
  color: #000;
}
.invite .invite_top .select {
  position: relative;
  cursor: pointer;
  background: #35ac49;
  border-radius: 36px;
}
.invite .invite_top .select .show {
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.3rem;
}
.invite .invite_top .select .show span {
  margin-right: 1.22rem;
  color: #fff;
}
.invite .invite_top .select .hide {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 2;
  text-align: center;
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
}
.invite .invite_top .select .hide p {
  transition: 0.4s;
  line-height: 0.6rem;
  color: #000;
}
.invite .invite_top .select .hide p:hover {
  background: #35ac49;
  color: #fff;
}
.invite .invite_bottom .mess_list .slide {
  border-top: 1px solid #dfdfdf;
}
.invite .invite_bottom .mess_list .slide:last-child {
  border-bottom: 1px solid #dfdfdf;
}
.invite .invite_bottom .mess_list .slide a {
  padding: 0.3rem 0;
}
.invite .invite_bottom .mess_list .slide a:hover .content1 {
  color: #35ac49;
}
.invite .invite_bottom .mess_list .slide a:hover .content4 svg path {
  fill: #35ac49;
}
.invite .invite_bottom .mess_list .slide .content1 {
  transition: 0.4s;
  flex: 1;
  padding-right: 0.2rem;
  line-height: 1.6;
}
.invite .invite_bottom .mess_list .slide .content2 {
  width: 22%;
  color: #000;
}
.invite .invite_bottom .mess_list .slide .content3 {
  width: 22%;
  color: #000;
}
.invite .invite_bottom .mess_list .slide .content4 svg {
  transition: 0.4s;
}
.invite_details .de1 .txt {
  color: #000;
}
.invite_details .de1 .sldie {
  margin: 0.36rem 0 0.45rem;
}
.invite_details .de1 .sldie p {
  color: #999;
  margin-right: 0.34rem;
}
.invite_details .de1 .sldie p:last-child {
  margin-right: 0;
}
.invite_details .de2 {
  border-top: 2px solid #dfdfdf;
  padding: 0.54rem 0 0.9rem;
  display: grid;
  grid-row-gap: 0.7rem;
}
.invite_details .de2 .item .txt {
  color: #000;
  font-weight: bold;
}
.invite_details .de2 .item .desc p {
  color: #666;
  line-height: 1.6;
  margin-top: 0.16rem;
}
.invite_details .de3 .img img {
  height: 0.76rem;
}
.invite_details .de3 .emali {
  margin-left: 0.24rem;
}
.invite_details .de3 .emali p {
  color: #333;
  font-weight: bold;
}
.invite_details .de3 .emali a {
  transition: 0.4s;
  margin-top: 0.12rem;
  color: #1e74be;
  font-weight: bold;
}
.invite_details .de3 .emali a:hover {
  color: #35ac49;
}
.contactUs {
  background: #dbf5ff;
}
.contactUs .us_left {
  width: 41%;
  padding-right: 3%;
  display: grid;
  grid-row-gap: 0.66rem;
}
.contactUs .us_left .slide {
  display: grid;
  grid-row-gap: 0.12rem;
}
.contactUs .us_left .slide p {
  color: #0d5086;
}
.contactUs .us_left .slide a {
  transition: 0.4s;
  color: #000;
}
.contactUs .us_left .slide a:hover {
  color: #35ac49;
}
.contactUs .us_left .slide span {
  color: #000;
  line-height: 1.4;
}
.contactUs .us_right {
  width: 59%;
}
.contactUs .us_right .txt {
  color: #0d5086;
}
.contactUs .us_right .form {
  margin-top: 0.5rem;
}
.contactUs .us_right .form .fo1 .input {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.15rem 0.18rem;
}
.contactUs .us_right .form .fo1 .input input {
  border: none;
  line-height: 0.54rem;
  border-radius: 12px;
  padding: 0 0.2rem;
  color: #000;
}
.contactUs .us_right .form .fo1 .input input::placeholder {
  color: #999;
}
.contactUs .us_right .form .fo1 .textarea {
  margin: 0.15rem 0 0;
  width: 100%;
}
.contactUs .us_right .form .fo1 .textarea textarea {
  padding: 0.2rem 0.2rem 0;
  width: 100%;
  border: none;
  border-radius: 12px;
}
.contactUs .us_right .form .fo1 .textarea textarea::placeholder {
  color: #999;
}
.contactUs .us_right .form .fo2 {
  margin: 0.36rem 0 0.34rem;
}
.contactUs .us_right .form .fo2 label {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #999;
  border-radius: 2px;
}
.contactUs .us_right .form .fo2 label::before {
  opacity: 0;
  width: 14px;
  height: 14px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('../images/1.svg') no-repeat;
}
.contactUs .us_right .form .fo2 label.active::before {
  opacity: 1;
}
.contactUs .us_right .form .fo2 p {
  margin-left: 0.1rem;
  color: #666;
}
.contactUs .us_right .form .fo2 p a {
  display: inline-block;
  margin: 0 0.1rem;
  color: #35ac49;
}
.contactUs .us_right .form .fo2 p a:hover {
  color: #0d5086;
}
.contactUs .us_right .form .fo3 input {
  transition: 0.4s;
  cursor: pointer;
  width: 160px;
  line-height: 0.54rem;
  background: #35ac49;
  border-radius: 36px;
  border: none;
  color: #fff;
}
.contactUs .us_right .form .fo3 input:hover {
  background: #0d5086;
}
.privacy_policy {
  background: #dbf5ff;
}
.privacy_policy .txt {
  text-align: center;
  color: #0d5086;
}
.privacy_policy .compiler {
  min-height: 40vh;
}
.privacy_policy .compiler p {
  color: #000;
  line-height: 1.6;
}
.privacy_policy .compiler img {
  max-width: 100%;
}
@media (max-width: 1680px) {
  .w1400 {
    padding: 0 2rem;
  }
  .index_banner .mySwiper1 .swiper-button-prev {
    left: 0.8rem;
  }
  .index_banner .mySwiper1 .swiper-button-next {
    right: 0.8rem;
  }
}
@media (max-width: 1500px) {
  .f20 {
    font-size: 18px;
  }
  .f18 {
    font-size: 16px;
  }
  .f16 {
    font-size: 14px;
  }
  .index_banner .switch {
    bottom: 6%;
  }
  .index_banner .mySwiper1 .swiper-button-next,
  .index_banner .mySwiper1 .swiper-button-prev {
    transform: scale(0.8);
  }
  .invite .invite_top .select .show {
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .contactUs .us_right .form .fo3 input,
  .connection .conn_absolute .gd a,
  .public_link2 a,
  .pc_header .column .contact_us a {
    line-height: 0.6rem;
  }
  .w1400 {
    padding: 0 1rem;
  }
  .index_banner .mySwiper1 .swiper-button-prev {
    left: 0.24rem;
  }
  .index_banner .mySwiper1 .swiper-button-next {
    right: 0.24rem;
  }
  .public_link a {
    line-height: 0.7rem;
  }
  .index_banner .switch .yuan {
    transform: scale(0.9);
  }
}
@media (max-width: 1300px) {
  .f20 {
    font-size: 16px;
  }

  .index_banner .mySwiper1 .swiper-button-next,
  .index_banner .mySwiper1 .swiper-button-prev {
    transform: scale(0.7);
  }
}
@media (max-width: 1200px) {
    .w1250 {
       width: 90vw;
    }
    .pipeline .pi_bottom .tbody .slide .de_ri .item .down {
        width: 100vw;
    }
      .f18 {
    font-size: 16px;
  }
  .pc_header {
    display: none;
  }
  .w1400 {
    padding: 0 5vw;
  }
  .HeaderMobile .box .button .lang .lang_en span {
    color: #666;
    margin: 0 6px 0 8px;
  }
  .index_banner .mySwiper1 .swiper-button-next,
  .index_banner .mySwiper1 .swiper-button-prev {
    display: none;
  }
  .index_banner .mySwiper1 .swiper-slide .slide_img img {
    height: 44vh;
  }
  .index_about .bk_img img {
    height: 50vh;
  }
  .public_banner .banner_img img {
    height: 24vh;
  }
  .index_about .absolute .right {
    padding-right: 0;
  }
  .index_about .absolute .right img {
    height: 1.3rem;
  }
  .index_research .accordion .slide {
    position: relative;
    height: 6rem;
    clip-path: none !important;
  }
  .index_research .accordion {
    height: auto;
  }
  .index_research .accordion .slide .slide_absolute {
    width: 100% !important;
    padding: 0 0.5rem !important;
  }
  .index_research .accordion .slide .slide_img::before {
    display: none;
  }
  .index_research .accordion .slide .slide_absolute .conetent2,
  .index_research .accordion .slide .slide_absolute .desc {
    display: block;
  }
  .index_news .new_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .index_news .new_box .slide::before {
    display: none;
  }
  .pc_footer .right .nav {
    display: none;
  }
  .man_team .te_bottom {
    grid-template-columns: repeat(2, 1fr);
  }
  .popup .popup_box {
    width: 90vw;
  }
  .popup .popup_box .up_desc {
    height: 3.6rem;
  }
  .main .in .in_absolute {
    top: 6%;
    transform: translateX(0);
  }
  .main .in .in_absolute .neiro {
    width: 100%;
  }
  .main .in:last-child .in_absolute .neiro {
    margin-left: 0;
  }
  .main .in .in_img img {
    height: 10rem;
  }
  .main .in .in_absolute .neiro .desc {
    height: 2rem;
    overflow: auto;
    padding-right: 0.2rem;
  }
  .main .in .in_absolute .neiro .desc::-webkit-scrollbar {
    width: 2px;
  }
  .main .in .in_absolute .neiro .desc::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #ffffff;
  }
  .main .in .in_absolute .neiro .desc::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(238, 238, 238, 0.5);
  }
  .public_page .data a {
    display: none;
  }
  .public_page .data a.active {
    display: block;
  }
  .investor .photo_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .connection .conn_img img {
    height: 30vh;
  }
  .contactUs .us_left {
    width: 100%;
  }
  .contactUs .us_right {
    width: 100%;
    margin-top: 1rem;
  }
  .privacy_policy .compiler {
    min-height: 60vh;
  }
}
@media (max-width: 750px) {
  .f60 {
    font-size: 0.46rem;
  }
  .f48 {
    font-size: 0.38rem;
  }
  .f46 {
    font-size: 0.36rem;
  }
  .f42 {
    font-size: 0.32rem;
  }
  .f36 {
    font-size: 0.3rem;
  }
  .pc_footer .right {
    width: 100%;
  }
  .pc_footer .right .copy p {
    margin-bottom: 0.14rem;
  }
  .pc_footer .right .copy a:nth-of-type(1) {
    margin-left: 0;
  }
  .contactUs .us_right .form .fo1 .input {
    grid-template-columns: repeat(1, 1fr);
  }
  .main .in .in_img img {
    height: 8rem;
  }
  .invite .invite_top .select .show span {
    margin-right: 0.6rem;
  }
  .connection .conn_img img {
    height: 44vh;
  }
  .govern .govern_box .b_list .slide a {
    padding: 0.4rem 0;
  }
  .govern .govern_box .b_list .slide .content1,
  .govern .govern_box .b_list .slide .content3 {
    transform: scale(0.8);
  }
  .govern .govern_box .b_list .slide .content2 {
    margin: 0 0.2rem;
  }
  .public_tabber a {
    margin: 0.12rem 0.4rem 0.12rem 0;
  }
  .man_team .te_bottom {
    grid-template-columns: repeat(1, 1fr);
  }
  .popup .popup_box .up_top .img img {
    width: 1.5rem;
  }
  .popup .popup_box {
    padding: 0.5rem 0.3rem;
  }
  .popup .popup_box .close svg {
    width: 20px;
    height: 20px;
  }
  .popup .popup_box .up_top .introduce {
    margin-left: 0.3rem;
  }
  .popup .popup_box .up_top {
    margin-bottom: 0.4rem;
  }
  .public_link a {
    line-height: 0.6rem;
    padding: 0 0.36rem;
  }
  .index_research .accordion .slide .slide_absolute .img img {
    width: 1.5rem;
  }
  .index_research .accordion .slide .slide_absolute .conetent1 {
    width: 100%;
    flex: auto;
  }
  .index_research .accordion .slide .slide_absolute .conetent2 {
    width: 100%;
    margin-top: 0.3rem;
  }
  .index_research .accordion .slide .slide_absolute {
    padding: 0 0.3rem !important;
  }
  .index_about .bk_img img {
    height: 60vh;
  }
  .index_about .absolute .left {
    width: 100%;
  }
  .index_about .absolute .right {
    display: none;
  }
  .index_banner .switch .yuan {
    transform: scale(0.6);
  }
  .index_banner .switch {
    bottom: -2%;
  }
  .pipeline .pi_bottom .tbody .slide .de_ri .item .down {
      /*font-size: .22rem !important;*/
  }
  .pipeline .pi_bottom .tbody .slide .de_ri .item .down p {
     /*font-size: .22rem  !important;*/
  }
}
