.w1680 {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
.w1800 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.p120 {
  padding-top: 1.2rem;
}
.p120_ {
  padding-bottom: 1.2rem;
}
.p80 {
  padding-top: 0.8rem;
}
.p80_ {
  padding-bottom: 0.8rem;
}
.p100 {
  padding-top: 1rem;
}
.p100_ {
  padding-bottom: 1rem;
}
.public_anchor {
    position: relative;
    top: -1rem;
}
.pc_header {
    transition: 0.8s;
  z-index: 5;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
}
.pc_header .header_box .logo a img {
  height: 37px;
}
.pc_header .header_box .nav .item {
    margin: 0 1px;
}
.pc_header .header_box .nav .item p {
  position: relative;
  line-height: 1rem;
}
.pc_header .header_box .nav .item p a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
  padding: 0 0.32rem;
}
.pc_header .header_box .nav .item p::before,
.pc_header .header_box .nav .item p::after {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  content: '';
  position: absolute;
  width: 2px;
  height: 18px;
  background: rgba(41, 170, 218, 0.8);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pc_header .header_box .nav .item p::after {
  left: 0;
}
.pc_header .header_box .nav .item p::before {
  right: 0;
}
.pc_header .header_box .nav .item:hover p a {
  color: #29aada;
}
.pc_header .header_box .nav .item:hover p::before,
.pc_header .header_box .nav .item:hover p::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(30deg);
  -ms-transform: translateY(-50%) rotate(30deg);
  transform: translateY(-50%) rotate(30deg);
}
.pc_header .header_box .nav .item.active p a {
  color: #29aada;
}
.pc_header .header_box .nav .item.active p::before,
.pc_header .header_box .nav .item.active p::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(30deg);
  -ms-transform: translateY(-50%) rotate(30deg);
  transform: translateY(-50%) rotate(30deg);
}
.pc_header .header_box .lang a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #666;
}
.pc_header .header_box .lang a span {
  margin-right: 5px;
}
.pc_header .header_box .lang a:hover {
  color: #29aada;
}
.pc_header .header_box .lang a:hover svg path {
  fill: #29aada;
}
.pc_header.active {
    box-shadow: 0 0 20px rgba(41,170,218,.3);
}
.pc_header.on {
    top: -1rem;
}
.pc_footer .footer_top {
  padding: 1rem 0 1.5rem;
}
/*.pc_footer .footer_top .logo {*/
/*    display: flex;*/
/*   flex-direction: column;*/
/*    justify-content: space-between;*/
/*}*/
.pc_footer .footer_top .logo a {
    text-align: center;
}
.pc_footer .footer_top .logo a img {
  height: .6rem;
}
.pc_footer .footer_top .logo p {
  margin-top: 0.6rem;
  /*text-align: center;*/
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.6;
}
.pc_footer .footer_top .center {
    flex: 1;
    padding: 0 .5rem;
   flex-wrap: nowrap;
  justify-content: space-between;
}
.pc_footer .footer_top .center .item {
  /*flex: 1;*/
  padding-right: .2rem;
   
}
.pc_footer .footer_top .center .item:last-child {
    padding-right: 0;
}
.pc_footer .footer_top .center .item a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 0.2rem;
}
.pc_footer .footer_top .center .item a:last-child {
  margin-bottom: 0;
}
.pc_footer .footer_top .center .item a:hover {
  color: #fff;
}
.pc_footer .footer_top .center .item p {
  margin-bottom: 0.35rem;
}
.pc_footer .footer_top .center .item p a {
  color: #fff;
  font-size: 0.24rem;
}
.pc_footer .footer_top .right .item {
  margin-bottom: 0.24rem;
}
.pc_footer .footer_top .right .item p {
  color: #fff;
  font-weight: bold;
  width: 80px;
}
.pc_footer .footer_top .right .item .link {
  margin-left: 0.26rem;
}
.pc_footer .footer_top .right .item .link a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.6;
}
.pc_footer .footer_top .right .item .link a:hover {
  color: #fff;
}
.pc_footer .footer_top .right .item .link span {
  color: rgba(255, 255, 255, 0.3);
}
.pc_footer .footer_top .right .item:last-child {
  margin-bottom: 0;
}
.pc_footer .footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.46rem 0 0.54rem;
}
.pc_footer .footer_bottom .w1680 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.3);
}
.pc_footer .footer_bottom .w1680 span {
  color: rgba(255, 255, 255, 0.3);
  margin: 0 5px;
}
.pc_footer .footer_bottom .w1680 .left {
  margin-left: 0.1rem;
}
.pc_footer .footer_bottom .w1680 .a1:hover {
  color: #fff;
}
.public_link {
  display: inline-block;
}
.public_link a {
  width: 2.6rem;
  height: 0.62rem;
  color: #fff;
}
.public_link a span {
  margin-top: -10px;
  letter-spacing: 6px;
}
.public_link2 a {
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.6);
}
.public_link2 a span {
  letter-spacing: 6px;
}
.public_link2 a svg {
  margin-left: 0.16rem;
}
.public_link2 a:hover {
  color: #fff;
}
.public_link2.black a {
  color: #333333;
}
.public_link2.black a:hover {
  color: #000;
}
.scroll {
  text-align: center;
  color: #fff;
}
.scroll p {
  font-family: var(--GilroyRegular);
  padding-bottom: 0.16rem;
  letter-spacing: 2px;
}
.scroll img {
  height: 22px;
  -webkit-animation: down 1.6s linear infinite;
  animation: down 1.6s linear infinite;
}
.public_about {
  z-index: 4;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.public_about .scroll {
  color: #999;
}
.public_toggle {
  padding: 0.58rem 0;
}
.public_toggle .prev,
.public_toggle .next {
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.5;
}
.public_toggle .prev:hover,
.public_toggle .next:hover {
  opacity: 1;
}
.public_toggle .prev:hover svg path,
.public_toggle .next:hover svg path {
  fill: #3653aa;
}
.public_toggle .prev {
  margin-right: 0.5rem;
}
.public_toggle .next {
  margin-left: 0.5rem;
}
.public_toggle .number_pagination {
  width: auto;
  color: #fff;
  font-size: 16px;
  font-family: var(--GilroyRegular);
}
.public_toggle .number_pagination i {
  margin: 0 0.28rem;
}
.public_page .prev a,
.public_page .next a {
  transition: 0.4s;
  width: 1.36rem;
  height: 0.54rem;
  color: #333;
  background: #fff;
  border-radius: 2px;
  font-weight: bold;
}
.public_page .prev a:hover,
.public_page .next a:hover {
  background: #29aada;
  color: #fff;
}
.public_page .prev {
  margin-right: 0.4rem;
}
.public_page .next {
  margin-left: 0.4rem;
}
.public_page .number_nav a {
  transition: 0.4s;
  width: 0.54rem;
  height: 0.54rem;
  background: #fff;
  color: #333;
  margin-right: 10px;
  border-radius: 2px;
  font-weight: bold;
}
.public_page .number_nav a:hover {
  background: #29aada;
  color: #fff;
}
.public_page .number_nav a.active {
  background: #29aada;
  color: #fff;
}
.public_page .number_nav a:last-child {
  margin-right: 0;
}
.details_banner {
  position: relative;
}
.details_banner .ban_img {
  width: 100%;
}
.details_banner .ban_img img {
  width: 100%;
}
.details_banner .ban_title {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
.details_banner .ban_title .contont1 {
  font-size: 0.36rem;
}
.details_banner .ban_title .contont2 {
  margin-top: 0.45rem;
}
.details_banner .ban_title .contont2 .item span {
  margin-left: 10px;
}
.details_banner .ban_title .contont2 .item:last-child {
  margin-left: 0.45rem;
}
.public_title {
    width: 100%;
  position: absolute;
  top: 1.2rem;
  left: 0;
  font-size: 0.48rem;
  color: #fff;
  line-height: 1.5;
  padding: 0 11.5%;
}
@keyframes down {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.index_banner {
  position: relative;
}
.index_banner .mySwiper1 .swiper-slide {
  position: relative;
}
.index_banner .mySwiper1 .swiper-slide .slide_bk img {
  width: 100%;
  height: calc(100vh - 1rem);
}
.index_banner .mySwiper1 .swiper-slide .slide_about {
  width: 100%;
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.index_banner .mySwiper1 .swiper-slide .slide_about img {
  width: 78%;
}
.index_banner .mySwiper1 .swiper-slide .about_btn {
  transition: 0.4s;
  position: absolute;
  /*bottom: 1.2rem;*/
  bottom: 28%;
  left: 50%;
  transform: translateX(-50%);
}
.index_banner .mySwiper1 .swiper-slide .about_btn:hover {
  /*bottom: 1.3rem;*/
  bottom: 29%;
}
.index_banner .switch {
  z-index: 2;
  width: 100%;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
}
.index_banner .switch .pagination {
  width: auto;
}
.index_banner .switch .pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 2px;
  height: 18px;
  background: #fff;
  transform: rotate(30deg);
  margin: 0 0.3rem 0 0;
  border-radius: 0;
}
.index_banner .switch .pagination .swiper-pagination-bullet:last-child {
  margin: 0 0 0 0;
}
.index_banner .switch .pagination .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, left bottom, from(#3653aa), to(#29aada));
  background: linear-gradient(to bottom, #3653aa, #29aada);
}
.index_banner .switch .navigation .prev,
.index_banner .switch .navigation .next {
  transition: 0.4s;
  cursor: pointer;
  opacity: 0.3;
}
.index_banner .switch .navigation .prev:hover,
.index_banner .switch .navigation .next:hover {
  opacity: 1;
}
.index_banner .switch .navigation .next {
  margin-left: 0.36rem;
}
.index_field {
  position: relative;
}
.index_field .field_bk  img {
  width: 100%;
  min-height: 100vh;
  display: none;
}
.index_field .field_bk picture.active img {
  display: block;
}
.index_field .field_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_field .field_box .contont1 img {
  height: 0.48rem;
}
.index_field .field_box .contont1 p {
  font-size: 0.48rem;
  color: #fff;
  margin-left: 0.18rem;
}
.index_field .field_box .contont2 {
  font-size: 0.22rem;
  color: #fff;
  padding: 0.3rem 0 0.6rem;
  width: 40%;
}
.index_field .field_box .contont3 {
  padding-bottom: 0.7rem;
}
.index_field .field_box .contont3 .item {
  cursor: pointer;
  text-align: center;
  margin-right: 0.38rem;
}
.index_field .field_box .contont3 .item .img img {
  width: 0.68rem;
  display: none;
}
.index_field .field_box .contont3 .item .img img.active {
  display: block;
}
.index_field .field_box .contont3 .item .point {
  transition: 0.4s;
  opacity: 0;
  margin-top: 0.18rem;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #29aada;
  border-radius: 50%;
}
.index_field .field_box .contont3 .item:last-child {
  margin-right: 0;
}
.index_field .field_box .contont3 .item.active .img img {
  display: block;
}
.index_field .field_box .contont3 .item.active .img img.active {
  display: none;
}
.index_field .field_box .contont3 .item.active .point {
  opacity: 1;
}
.index_field .field_box .contont4 {
  width: 2.5rem;
}
.index_field .field_box .contont4 .item {
  display: none;
}
.index_field .field_box .contont4 .item .i1 {
  color: #fff;
}
.index_field .field_box .contont4 .item .i1 h5 {
  font-size: 0.34rem;
}
.index_field .field_box .contont4 .item .i1 h6 {
  padding: 0.08rem 0 0.36rem;
}
.index_field .field_box .contont4 .item .i1 .line p {
  flex: 1 1.6rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin-right: 0.14rem;
}
.index_field .field_box .contont4 .item .i1 .line span {
  flex: 1 0.5rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin-right: 0.14rem;
}
.index_field .field_box .contont4 .item .i1 .line i {
  width: 4px;
  height: 4px;
  background: #fff;
}
.index_field .field_box .contont4 .item .i2 {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.9;
  margin: 0.3rem 0 0.6rem;
}
.index_field .field_box .contont4 .item.active {
  display: block;
}
.index_platform {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.index_platform .public_about {
    position: relative;
    bottom: auto;
    padding: .3rem 0 .5rem;
}
.index_platform .contont1 img {
  height: 0.48rem;
}
.index_platform .contont1 p {
  font-size: 0.48rem;
  color: #fff;
  margin-left: 0.18rem;
}
.index_platform .contont2 {
  font-size: 0.24rem;
  color: #fff;
  padding: 0.3rem 0 0;
}
.index_platform .contont3 .cont_top {
  padding-top: 0.7rem;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.index_platform .contont3 .cont_top .item {
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 0.6rem;
}
.index_platform .contont3 .cont_top .item .left {
  width: 44%;
}
.index_platform .contont3 .cont_top .item .left img {
  width: 100%;
}
.index_platform .contont3 .cont_top .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  padding: 0.5rem 0 0.4rem 0.28rem;
}
.index_platform .contont3 .cont_top .item .right .ht_title {
  font-size: 0.34rem;
  padding: 0 0 0.1rem;
}
.index_platform .contont3 .cont_top .item .right .ht_desc {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.7rem;
}
.index_platform .contont3 .cont_top .item .right .ht_desc p {
  line-height: 1.6;
}
.index_platform .contont3 .cont_top .item::before {
  content: '';
  position: absolute;
  right: -2px;
  top: -10px;
  width: 4px;
  height: 4px;
  background: #fff;
}
.index_platform .contont3 .cont_top .item:last-child {
  border-right: none;
}
.index_platform .contont3 .cont_top .item:last-child::before {
  display: none;
}
.index_platform .contont3 .cont_top::before {
  content: '';
  position: absolute;
  right: -10px;
  bottom: -2px;
  width: 4px;
  height: 4px;
  background: #fff;
}
.index_platform .contont3 .cont_bottom {
  margin-top: 0.4rem;
  padding-left: 0.6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.index_platform .contont3 .cont_bottom .item .svg img {
  height: 0.58rem;
}
.index_platform .contont3 .cont_bottom .item .em {
  color: #fff;
}
.index_platform .contont3 .cont_bottom .item .em .em_title {
  font-size: 0.24rem;
  padding: 0.26rem 0 6px;
}
.index_platform .contont3 .cont_bottom .item .em .em_desc {
    width: 60%;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}
.index_information {
  position: relative;
  width: 100%;
  /*min-height: 100vh;*/
}
.index_information .info_title {
  color: #fff;
  text-align: center;
}
.index_information .info_title h5 {
  font-size: 0.48rem;
  padding: 0.8rem 0 0.35rem;
}
.index_information .info_title h6 {
  font-size: 0.24rem;
}
.index_information .info_list {
  margin-top: 0.5rem;
}
.index_information .info_list .mySwiper2 .swiper-slide .slide {
  background: #fff;
}
.index_information .info_list .mySwiper2 .swiper-slide .slide .de_top .img {
  width: 100%;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.index_information .info_list .mySwiper2 .swiper-slide .slide .de_top .img img {
  width: 100%;
  min-height: 0;
}
.index_information .info_list .mySwiper2 .swiper-slide .slide .de_top .title {
  font-size: 0.24rem;
  color: #333;
  padding: 0.4rem 0.46rem 0;
}
.index_information .info_list .mySwiper2 .swiper-slide .slide .de_bottom {
  padding: 0.3rem 0.46rem 0.35rem;
}
.index_information .info_list .mySwiper2 .swiper-slide .slide .de_bottom .bo1 {
  color: #999;
}
.index_information .info_list .mySwiper2 .swiper-slide .slide .de_bottom .bo2 {
  color: #666;
  line-height: 1.8;
  margin: 0.22rem 0;
}
.index_information .info_list .mySwiper2 .swiper-slide .slide .de_bottom .bo3 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.index_information .info_list .mySwiper2 .swiper-slide .slide:hover {
    background: url('/template/default/pc/skin/images/bk.png') no-repeat;
    background-size: cover;
}
.index_information .info_list .mySwiper2 .swiper-slide .slide:hover .de_top .img {
  grid-template-rows: 1fr;
}
.index_information .info_list .mySwiper2 .swiper-slide .slide:hover .de_top .title {
  color: #3653aa;
}
.index_information .info_list .mySwiper2 .swiper-slide .slide:hover .de_bottom .bo3 {
  opacity: 1;
}
.index_logo {
  position: relative;
  width: 100%;
  height: 300vh;
}
@media screen and (max-width: 1200px) {
  .index_logo {
    height: auto;
  }
}
.index_logo .logo_sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 101vh;
  width: 100%;
  overflow: hidden;
}
.index_logo .logo_sticky .sticky1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.4s;
}
.index_logo .logo_sticky .sticky1 picture {
  width: 100%;
  height: 100%;
  position: relative;
}
.index_logo .logo_sticky .sticky1 picture img {
  width: 101%;
  height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.index_logo .logo_sticky .sticky1 .wrapper {
  position: absolute;
  top: 68%;
  width: 100%;
  text-align: center;
  color: #fff;
}
.index_logo .logo_sticky .sticky1 .wrapper .wr1 {
  font-size: 0.48rem;
}
.index_logo .logo_sticky .sticky1 .wrapper .wr2 {
  font-size: 0.24rem;
  margin-top: 0.3rem;
}
/*.index_logo .logo_sticky .sticky1.active {*/
/*  opacity: 0;*/
/*  z-index: -1;*/
/*  transition: 0.4s;*/
/*}*/
@media screen and (max-width: 1200px) {
  .index_logo .logo_sticky .sticky1 {
    display: none;
  }
}

.index_logo .logo_sticky .sticky2 .ky_top {
  padding-top: 3rem;
}
.index_logo .logo_sticky .sticky2 .ky_top .item {
  width: 30%;
}
.index_logo .logo_sticky .sticky2 .ky_top .item .it_title {
  transition: 0.4s;
  position: relative;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #818487;
  line-height: 1.4;
}
.index_logo .logo_sticky .sticky2 .ky_top .item .it_title p {
  display: inline-block;
  text-align: right;
}
.index_logo .logo_sticky .sticky2 .ky_top .item .it_img {
  position: absolute;
}
.index_logo .logo_sticky .sticky2 .ky_top .item .it_line {
  transition: 0.4s;
  opacity: 0;
  margin-top: 0.3rem;
}
.index_logo .logo_sticky .sticky2 .ky_top .item .it_line i {
  width: 4px;
  height: 4px;
  background: #333;
}
.index_logo .logo_sticky .sticky2 .ky_top .item .it_line span {
  flex: 1 0.5rem;
  height: 1px;
  background: #909090;
  margin-left: 10px;
}
.index_logo .logo_sticky .sticky2 .ky_top .item .it_line p {
  flex: 1 3.64rem;
  height: 1px;
  background: #c6c6c6;
  margin-left: 10px;
}
.index_logo .logo_sticky .sticky2 .ky_top .item .desc {
  text-align: center;
  font-size: 0.24rem;
  margin-top: 0.34rem;
  transition: 0.4s;
  opacity: 0;
}
.index_logo .logo_sticky .sticky2 .ky_top .item:hover .it_title {
  color: #29aada;
}
.index_logo .logo_sticky .sticky2 .ky_top .item:hover .it_line {
  opacity: 1;
}
.index_logo .logo_sticky .sticky2 .ky_top .item:hover .desc {
  opacity: 1;
}
.index_logo .logo_sticky .sticky2 .ky_top .item1 .it_img {
  bottom: -0.16rem;
  left: 26%;
}
.index_logo .logo_sticky .sticky2 .ky_top .item1 .it_img img {
  width: 1.64rem;
}
.index_logo .logo_sticky .sticky2 .ky_top .item2 {
  margin-top: 1.2rem;
}
.index_logo .logo_sticky .sticky2 .ky_top .item2 .it_img {
  bottom: -0.16rem;
  left: 9%;
}
.index_logo .logo_sticky .sticky2 .ky_top .item2 .it_img img {
  width: 2.49rem;
}
.index_logo .logo_sticky .sticky2 .ky_top .item3 {
  text-align: right;
}
.index_logo .logo_sticky .sticky2 .ky_top .item3 .it_img {
  bottom: -0.16rem;
  left: 3%;
}
.index_logo .logo_sticky .sticky2 .ky_top .item3 .it_img img {
  width: 1.89rem;
}
.index_logo .logo_sticky .sticky2 .ky_bottom {
  margin-top: .8rem;
}
.index_logo .logo_sticky .sticky2 .ky_bottom .content0 {
  text-align: center;
}
.index_logo .logo_sticky .sticky2 .ky_bottom .content0 a {
  display: inline-block;
  height: 0.57rem;
  position: relative;
}
.index_logo .logo_sticky .sticky2 .ky_bottom .content0 a img {
  height: 100%;
}
.index_logo .logo_sticky .sticky2 .ky_bottom .content0 a span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0.57rem;
  color: #fff;
  letter-spacing: 5px;
}
.public_banner {
  position: relative;
}
.public_banner .ban_img {
  width: 100%;
}
.public_banner .ban_img img {
  width: 100%;
  height: -webkit-calc(99vh);
  height: calc(100vh - 1rem);
}
.public_banner .ban_title {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
.public_banner .ban_title h5 {
  font-size: 0.72rem;
  line-height: 1.2;
}
.public_banner .ban_title h6 {
  padding-top: 0.3rem;
  font-size: 0.24rem;
  line-height: 1.6;
}
.public_banner .public_about .scroll {
  color: #fff;
}
.mission {
  position: relative;
}
.mission .miss_img {
  width: 100%;
}
.mission .miss_img img {
  width: 100%;
}
.mission .miss_about {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mission .miss_about .tont {
  width: 50%;
}
.mission .miss_about .contont1 {
  font-size: 0.24rem;
  color: #333;
}
.mission .miss_about .contont2 {
  font-size: 0.48rem;
  color: #333;
  padding: 0.36rem 0 1.3rem;
  line-height: 1.5;
}
.mission .miss_about .contont2 span {
  
  color: #182864;
}
.mission .miss_about .contont3 {
  display: grid;
  grid-row-gap: 0.55rem;
}
.mission .miss_about .contont3 .item .left img {
  width: 0.66rem;
}
.mission .miss_about .contont3 .item .right {
  margin-left: 0.3rem;
  color: #333;
  flex: 1;
}
.mission .miss_about .contont3 .item .right .t1 {
  font-family: var(--GilroyBold);
  font-size: 0.24rem;
}
.mission .miss_about .contont3 .item .right .t2 {
  margin-top: 0.16rem;
}
.company_profile {
  position: relative;
}
.company_profile .profile_img {
  width: 100%;
}
.company_profile .profile_img img {
  width: 100%;
}
.company_profile .profile_about {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.company_profile .profile_about .contont1 .title {
  font-size: 0.24rem;
}
.company_profile .profile_about .contont1 .desc {
  font-size: 0.48rem;
  padding: 0.35rem 0 0.65rem;
}
.company_profile .profile_about .contont2 {
  width: 55%;
  margin: 0 auto;
  line-height: 1.8;
}
.company_profile .profile_about .contont3 .expansion {
  display: inline-block;
  width: 2.46rem;
  height: 0.56rem;
}
.company_profile .profile_about .contont3 .expansion a {
  cursor: pointer;
  line-height: 0.58rem;
  color: #fff;
}
.company_profile .profile_about .contont3 .expansion a span {
  margin-right: 0.2rem;
}
.introduce .introduce_box .left {
  width: 50%;
}
.introduce .introduce_box .left .mySwiper3 .swiper-slide {
  width: 100%;
}
.introduce .introduce_box .left .mySwiper3 .swiper-slide img {
  width: 100%;
}
.introduce .introduce_box .right {
  width: 50%;
  position: relative;
  background: #3653aa;
}
.introduce .introduce_box .right .right_box {
  padding: .8rem .8rem 0;
}
.introduce .introduce_box .right .right_title {
  font-size: 0.24rem;
  color: #fff;
  padding-bottom: .8rem;
}
.introduce .introduce_box .right .mySwiper4 .slide_title {
  color: #fff;
}
.introduce .introduce_box .right .mySwiper4 .slide_title .tit1 {
  position: relative;
  height: 0.7rem;
  overflow: hidden;
}
.introduce .introduce_box .right .mySwiper4 .slide_title .tit1 p {
  font-size: 1rem;
  font-family: var(--GilroyBold);
  color: rgba(255, 255, 255, 0.2);
  line-height: 1;
}
.introduce .introduce_box .right .mySwiper4 .slide_title .tit1 .line {
  position: absolute;
  bottom: -2px;
  left: 0;
}
.introduce .introduce_box .right .mySwiper4 .slide_title .tit1 .line span {
  display: block;
  width: 1.82rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}
.introduce .introduce_box .right .mySwiper4 .slide_title .tit1 .line i {
  margin-left: 10px;
  display: block;
  width: 4px;
  height: 4px;
  background: #fff;
}
.introduce .introduce_box .right .mySwiper4 .slide_title .tit2 {
  font-size: 0.48rem;
  padding: 0.3rem 0 0.6rem;
}
.introduce .introduce_box .right .mySwiper4 .slide_title .tit3 {
  line-height: 1.8;
}
.introduce .introduce_box .right .right_rotation {
  width: 100%;
  position: absolute;
  bottom: 0.8rem;
  left: 0;
  display: grid;
  padding: 0 0.8rem;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 5px;
}
.introduce .introduce_box .right .right_rotation .item {
    cursor: pointer;
  position: relative;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0);
  /*aspect-ratio: 1/1;*/
}
.introduce .introduce_box .right .right_rotation .item .desc h5 {
  font-size: 0.22rem;
  color: #fff;
}
.introduce .introduce_box .right .right_rotation .item .desc h6 {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.1rem;
  font-size: .14rem;
}
.introduce .introduce_box .right .right_rotation .item .yuan {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.introduce .introduce_box .right .right_rotation .item .yuan svg {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.introduce .introduce_box .right .right_rotation .item.active {
  border: 1px dashed rgba(255, 255, 255, 0.5);
}
.introduce .introduce_box .right .right_rotation .item.active .desc h5,
.introduce .introduce_box .right .right_rotation .item.active .desc h6 {
    color: #00fffc;
}
.introduce .introduce_box .right .right_rotation .item.active .yuan svg {
  opacity: 1;
  animation: Circle 5.2s linear;
}
@keyframes Circle {
  100% {
    stroke-dashoffset: 0px;
  }
}
.corporate_news .info_title {
  color: #fff;
  text-align: center;
}
.corporate_news .info_title h5 {
  font-size: 0.24rem;
  padding: 0 0 0.35rem;
}
.corporate_news .info_title h6 {
  font-size: 0.48rem;
}
.corporate_news .info_list {
  margin: 0.5rem 0 0.8rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
}
.corporate_news .info_list .slide {
  background: #fff;
}
.corporate_news .info_list .slide .de_top .img {
  width: 100%;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.corporate_news .info_list .slide .de_top .img img {
  width: 100%;
  min-height: 0;
}
.corporate_news .info_list .slide .de_top .title {
  font-size: 0.24rem;
  color: #333;
  padding: 0.4rem 0.46rem 0;
}
.corporate_news .info_list .slide .de_bottom {
  padding: 0.3rem 0.46rem 0.35rem;
}
.corporate_news .info_list .slide .de_bottom .bo1 {
  color: #999;
}
.corporate_news .info_list .slide .de_bottom .bo2 {
  color: #666;
  line-height: 1.8;
  margin: 0.22rem 0;
}
.corporate_news .info_list .slide .de_bottom .bo3 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.corporate_news .info_list .slide:hover {
     background: url('/template/default/pc/skin/images/bk.png') no-repeat;
    background-size: cover;
}
.corporate_news .info_list .slide:hover .de_top .img {
  grid-template-rows: 1fr;
}
.corporate_news .info_list .slide:hover .de_top .title {
  color: #3653aa;
}
.corporate_news .info_list .slide:hover .de_bottom .bo3 {
  opacity: 1;
}
.desc_popover {
  display: none;
  z-index: 6;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
.desc_popover .desc_box {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
  width: 70vw;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0.6rem;
}
.desc_popover .desc_box .title {
  font-size: 0.36rem;
}
.desc_popover .desc_box .desc {
  text-align: left;
  margin-top: 0.4rem;
  line-height: 1.8;
  overflow: auto;
    height: 40vh;
        padding-right: 0.2rem;
}
.desc_popover .desc_box .desc::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.desc_popover .desc_box .desc::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: #29aada;
}

.desc_popover .desc_box .desc::-webkit-scrollbar-track {
	border-radius: 2px;
	background: rgba(154, 154, 154, 0.6);
} 
.desc_popover .desc_box .close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
.desc_popover .desc_box .close svg {
  transition: 0.4s;
}
.desc_popover .desc_box .close:hover svg path {
  fill: #29aada;
}
.news_details .compiler {
  border-bottom: 1px solid #e7e7e7;
}
.news_details .compiler p {
  color: #666;
  line-height: 1.9;
}
.news_details .compiler img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  margin: auto;
  display: block;
}
.news_details .details_return {
  padding: 0.6rem 0 1.2rem;
}
.news_details .details_return .prev,
.news_details .details_return .next {
  width: 20%;
  color: #999;
}
.news_details .details_return .prev a,
.news_details .details_return .next a {
  transition: 0.4s;
  color: #999;
  /*margin-left: 10px;*/
}
.news_details .details_return .prev a span:hover,
.news_details .details_return .next a span:hover {
  color: #29aada;
}
.news_details .details_return .return_list a {
  color: #999;
  transition: 0.4s;
}
.news_details .details_return .return_list a span {
  margin-left: 10px;
}
.news_details .details_return .return_list a svg {
  transition: 0.4s;
  margin-top: 3px;
}
.news_details .details_return .return_list a:hover {
  color: #29aada;
}
.news_details .details_return .return_list a:hover svg path {
  fill: #29aada;
}
.public_field {
  position: relative;
}
.public_field .field_img {
  width: 100%;
}
.public_field .field_img img {
  width: 100%;
}
.public_field .field_about {
  position: absolute;
  width: 100%;
  top: 0;
}
.public_field .field_about .w50 {
  width: 50%;
}
.public_field .field_about .w50 .contont {
  padding-top: 2.2rem;
  text-align: center;
}
.public_field .field_about .w50 .contont img {
  width: 2.05rem;
}
.public_field .field_about .w50 .contont p {
  padding-top: 0.4rem;
  font-size: 0.48rem;
  color: #fff;
}
.public_desc .desc_top {
  margin-bottom: 0.9rem;
}
.public_desc .desc_top .left {
  width: 50%;
}
.public_desc .desc_top .left img {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: -1.7rem;
}
.public_desc .desc_top .right {
  width: 50%;
  padding-left: 0.9rem;
}
.public_desc .desc_top .right .right_box {
  padding-left: 0.7rem;
}
.public_desc .desc_top .right .right_box .title {
  color: #333;
  font-size: 0.24rem;
}
.public_desc .desc_top .right .right_box .desc {
  text-align: justify;
  color: #666;
  margin-top: 0.36rem;
  line-height: 1.8;
}
.public_desc .desc_bottom .left {
  width: 50%;
  position: relative;
}
.public_desc .desc_bottom .left .left_box {
  background: #3b5ab4;
  color: #fff;
  padding: 0 1.1rem;
  height: 70%;
}
.public_desc .desc_bottom .left .left_box .title {
  font-size: 0.24rem;
}
.public_desc .desc_bottom .left .left_box .desc {
  text-align: justify;
  margin-top: 0.36rem;
  line-height: 1.8;
}
.public_desc .desc_bottom .left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.35rem;
  height: 0.35rem;
  background: #29aada;
}
.public_desc .desc_bottom .right {
  width: 50%;
  padding-left: 0.9rem;
}
.public_desc .desc_bottom .right img {
  width: 100%;
}
.technology {
  position: relative;
}
.technology .technology_img {
  width: 100%;
}
.technology .technology_img img {
  width: 100%;
}
.technology .technology_about {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.technology .technology_about .w50 {
  width: 50%;
  color: #fff;
  padding: 0 1.2rem;
}
.technology .technology_about .w50 .contont1 {
  font-size: 0.48rem;
}
.technology .technology_about .w50 .contont2 {
  font-size: 0.24rem;
  line-height: 2;
  padding: 0.4rem 0 0.6rem;
}
.technology .technology_about .w50 .contont3 {
  display: flex;
}
.technology .technology_about .w50 .contont3 .item {
  text-align: center;
  margin-right: 0.8rem;
}
.technology .technology_about .w50 .contont3 .item img {
  width: 0.86rem;
}
.technology .technology_about .w50 .contont3 .item p {
  margin-top: 0.16rem;
  color: rgba(255, 255, 255, 0.8);
}
.technology .technology_about .w50 .contont3 .item:last-child {
  margin-right: 0;
}
.technology.right .technology_about {
  display: flex;
  justify-content: flex-end;
}
.pursue {
  position: relative;
}
.pursue .pursue_img {
  width: 100%;
}
.pursue .pursue_img img {
  width: 100%;
}
.pursue .pursue_about {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}
.pursue .pursue_about .wow {
  width: 390px;
  height: 225px;
}
.pursue .pursue_about .wow .w {
   padding: 0 .2rem;
}
.pursue .pursue_about .title {
  font-size: 0.4rem;
  text-transform: uppercase;
  font-family: var(--GilroyBold);
}
.pursue .pursue_about .desc {
  margin-top: 0.1rem;
  line-height: 2;
}
.pursue .pursue_about1 {
  top: 31%;
  left: 10%;
}
.pursue .pursue_about2 {
  top: 61%;
  left: 63%;
}
.pursue .pursue_about3 {
  top: 18%;
  left: 73%;
}
.team {
  position: relative;
}
.team .team_img {
  width: 100%;
}
.team .team_img img {
  width: 100%;
}
.team .team_about {
  position: absolute;
  top: 0;
  left: 0;
}
.team .team_about .left img {
  width: 1.42rem;
}
.team .team_about .right {
  margin-left: 0.2rem;
  color: #fff;
}
.team .team_about .right .title {
  font-size: 0.24rem;
}
.team .team_about .right .desc {
  margin-top: 0.1rem;
  line-height: 1.8;
}
.team .team_about1 {
  top: 37%;
  left: 11.5%;
}
.team .team_about2 {
  top: 64%;
  left: 31%;
}
.team .team_about3 {
  top: 38%;
  left: 69%;
}
.idea {
  position: relative;
  padding-bottom: 1.76rem;
}
.idea .idea_title {
  font-size: 0.48rem;
  color: #000;
  text-align: center;
}
.idea .idea_list {
  position: relative;
  margin-top: 0.9rem;
  height: 5.5rem;
}
.idea .idea_list .item {
  transition: 0.4s;
  position: absolute;
  top: 0;
  left: 0;
}
.idea .idea_list .item .em_img {
  width: 100%;
}
.idea .idea_list .item .em_img img {
  width: 100%;
}
.idea .idea_list .item .em_about {
  transition: 0.6s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to bottom, rgba(41,170,218,1), rgba(54, 83, 170, 0.4));
  background: linear-gradient(to bottom, rgba(41,170,218,1), rgba(54, 83, 170, 0.4));
  color: #fff;
  padding: 0 0.4rem;
}
.idea .idea_list .item .em_about .contont1 {
  font-size: 0.24rem;
}
.idea .idea_list .item .em_about .contont2 {
  /*text-align: justify;*/
  line-height: 1.9;
  margin: 0.1rem 0 0.3rem;
  overflow: auto;
  height: 1.82rem;
  padding-right: .2rem;
}

.idea .idea_list .item .em_about .contont2::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.idea .idea_list .item .em_about .contont2::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: rgba(41,170,218,1);
}

.idea .idea_list .item .em_about .contont2::-webkit-scrollbar-track {
	border-radius: 2px;
	background: rgba(154, 154, 154, 1);
} 


.idea .idea_list .item .em_about .contont3 i {
  width: 0.34rem;
  height: 2px;
  display: inline-block;
  background: #fff;
}
.idea .idea_list .item .em_about .contont3 p {
  margin-left: 8px;
}
.idea .idea_list .item .em_about .contont4 {
  margin-top: 0.3rem;
}
.idea .idea_list .item:hover {
  z-index: 4;
}
.idea .idea_list .item:hover .em_about {
  opacity: 1;
}
.idea .idea_list .item1 {
  width: 5.04rem;
  top: 23%;
  left: 9%;
}
.idea .idea_list .item2 {
  z-index: 3;
  width: 3.4rem;
  top: 2%;
  left: 32%;
}
.idea .idea_list .item3 {
  z-index: 2;
  width: 3.02rem;
  top: 29%;
  left: 48%;
}
.idea .idea_list .item4 {
  width: 3.02rem;
  top: 0%;
  left: 60%;
}
.idea .idea_list .item5 {
  width: 3.02rem;
  top: 19%;
  left: 73%;
}
.grow_up {
  position: relative;
}
.grow_up .grow_img {
  width: 100%;
}
.grow_up .grow_img img {
  width: 100%;
}
.grow_up .grow_title {
  position: absolute;
  font-size: 0.46rem;
  top: 16%;
  left: 15%;
  color: #fff;
  text-align: right;
}
.grow_up .grow_about {
  position: absolute;
  top: 0%;
  left: 0%;
}
.grow_up .grow_about p {
  font-size: 0.28rem;
  color: #fff;
}
.grow_up .grow_about .line {
  margin-top: 0.4rem;
}
.grow_up .grow_about .line p {
  width: 1.9rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.grow_up .grow_about .line span {
  width: 0.5rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-left: 10px;
}
.grow_up .grow_about .line i {
  margin-left: 10px;
  width: 4px;
  height: 4px;
  background: #fff;
}
.grow_up .grow_about1 {
  top: 19%;
  left: 58%;
}
.grow_up .grow_about2 {
  top: 60%;
  left: 33%;
}
.grow_up .grow_about2 p {
  text-align: right;
}
.grow_up .grow_about3 {
  top: 69%;
  left: 58%;
}
@media screen and (max-width: 1680px) {
  .idea .idea_list .item .em_about .contont2 {
    font-size: 14px;
    /*padding: 0.1rem 0 0.5rem;*/
  }
  .idea .idea_list .item .em_about .contont3 p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1500px) {
    .pc_footer .footer_top .logo a img {
        height: .5rem;
    }
    .index_logo .logo_sticky .sticky2 .ky_top {
        padding-top: 3.4rem;
    }
  .index_field .field_box .contont4 {
    width: 3rem;
  }
  .public_link2 a span {
    letter-spacing: 3px;
  }
  .index_platform .contont3 .cont_top .item {
    padding-left: 0.3rem;
  }
  .index_platform .contont3 .cont_top .item .left {
    width: 40%;
  }
  .index_platform .contont3 .cont_top .item .right .ht_title {
    font-size: 0.26rem;
  }
  .index_logo .logo_sticky .sticky2 .ky_top .item .it_line p {
    flex: 1 3.14rem;
  }
  .index_logo .logo_sticky .sticky2 .ky_top .item .it_title {
    font-size: 0.6rem;
  }
  .index_information .info_list .mySwiper2 .swiper-slide .slide .de_top .title {
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .introduce .introduce_box .right .right_rotation .item .desc h5 {
    font-size: 0.2rem;
  }
  .public_banner .ban_title h5 {
    font-size: 0.62rem;
  }
  .technology .technology_about .w50 .contont2 {
    font-size: 0.22rem;
  }
  .pursue .pursue_about3 {
    left: 70%;
  }
  .idea .idea_list .item .em_about .contont2 {
    line-height: 1.6;
    /*height: auto;*/
  }
  .idea .idea_list .item .em_about .contont4 {
    margin-top: 0.26rem;
  }
  .idea .idea_list .item .em_about .contont2 {
    /*padding: 0.1rem 0 0.3rem;*/
  }
}
@media screen and (max-width: 1439px) {
  .pc_footer .footer_top {
    padding: 0.8rem 0 1rem;
  }
  .index_logo .logo_sticky .sticky2 .ky_top .item2 {
      margin-top: .8rem;
  }
  .index_logo .logo_sticky .sticky2 .ky_bottom {
        margin-top: .6rem;
  }
}
@media screen and (max-width: 1300px) {
    .index_logo .logo_sticky .sticky2 .ky_top .item2 {
        margin-top: .1rem;
    }
    .index_logo .logo_sticky .sticky2 .ky_bottom {
        margin-top: .8rem;
    }
    .index_field .field_bk img {
        height: 120vh;
    }
  .pc_header .header_box .logo a img {
    position: relative;
    top: 5px;
  }
  .index_information .info_list .mySwiper2 .swiper-slide .slide .de_top .title {
    font-size: 0.22rem;
  }
  .mission .miss_about .contont2 {
    padding: 0.36rem 0 0.9rem;
  }
  .introduce .introduce_box .right .right_title {
    padding-bottom: 1rem;
  }
  .pursue .pursue_about3 {
    left: 67%;
    top: 19%;
  }
}
@media screen and (max-width: 1200px) {
    .index_field .field_box .contont2 {
        width: 100%;
    }
    .introduce .introduce_box .right .right_rotation {
        padding: 0 5vw;
    }
    .index_platform .contont3 .cont_top::before,
    .index_platform .contont3 .cont_top .item::before{
        display: none;
    }
    .index_platform .contont3 .cont_top .item:last-child {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    .desc_popover .desc_box {
        width: 90vw;
    }
    .public_anchor {
        top: -58px;
    }
  .pc_header {
    display: none;
  }
  .index_banner .mySwiper1 .swiper-slide .slide_bk img,
  .index_field .field_bk img,
  .public_banner .ban_img img,
  .mission .miss_img img,
  .company_profile .profile_img img,
  .public_field .field_img img,
  .technology .technology_img img {
    height: calc(100vh - 58px);
  }
  .index_banner .switch .scroll {
    display: none;
  }
  .index_banner .mySwiper1 .swiper-slide .about_btn {
    /*bottom: 0;*/
  }
  .w1680 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .index_field .field_box .contont1 img,
  .index_platform .contont1 img {
    height: 0.38rem;
  }
  .index_field .field_box .contont1 p,
  .index_platform .contont1 p {
    font-size: 0.38rem;
  }
  .index_field .field_box .contont4 {
    width: 50%;
  }
  .public_about {
    display: none;
  }
  .index_field .field_bk img {
    height: 72vh;
  }
  .index_platform .contont3 .cont_top {
    grid-template-columns: repeat(2, 1fr);
  }
  .index_platform .contont3 .cont_bottom {
    margin-top: 0.4rem;
    padding-left: 0.6rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
  .index_platform {
   padding-bottom: .8rem;
  }
  .index_logo .logo_sticky .sticky2 .ky_top .item {
    width: 50%;
  }
  .index_logo .logo_sticky .sticky2 .ky_top .item2 {
    margin-top: 2.2rem;
  }
  .index_logo .logo_sticky .sticky2 .ky_top .item .it_title {
    font-size: 0.5rem;
  }
  .index_logo .logo_sticky .sticky2 .ky_top .item2 {
    text-align: right;
  }
  .index_logo .logo_sticky .sticky2 .ky_top .item .desc {
    font-size: 0.2rem;
  }
  .index_logo .logo_sticky {
    height: 89vh;
  }
  .index_information .info_title h5 {
    font-size: 0.38rem;
  }
  .index_information .info_list .mySwiper2 .swiper-slide .slide .de_top .img {
    grid-template-rows: 1fr;
  }
  .index_information .info_list .mySwiper2 .swiper-slide .slide .de_bottom .bo3 {
    opacity: 1;
  }
  .index_information {
    /*min-height: 79vh;*/
  }
  .pc_footer .footer_top .center {
    display: none;
  }
  .pc_footer .footer_bottom {
    padding: 0.26rem 0 0.34rem;
    line-height: 30px;
  }
  .public_banner .ban_title h5 {
    font-size: 0.38rem;
  }
  .mission .miss_about .contont2 {
    font-size: 0.32rem;
  }
  .mission .miss_about .contont2 {
    padding: 0.36rem 0 0.6rem;
  }
  .company_profile .profile_img img {
    min-height: 6rem;
  }
  .company_profile .profile_about .contont2 {
    width: 100%;
  }
  .p100 {
    padding-top: 0.8rem;
  }
  .company_profile .profile_about .contont1 .desc {
    font-size: 0.38rem;
    padding: 0.35rem 0 0.55rem;
  }
  .introduce .introduce_box .left,
  .introduce .introduce_box .right {
    width: 100%;
  }
  .introduce .introduce_box .right .right_box {
    padding: 1rem 5vw 0.5rem;
  }
  .introduce .introduce_box .right .mySwiper4 .slide_title .tit2 {
    font-size: 0.38rem;
  }
  .introduce .introduce_box .right .right_rotation {
    position: static;
  }
  .introduce .introduce_box .right {
    padding-bottom: 0.8rem;
  }
  .corporate_news .info_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
  }
  .corporate_news .info_list .slide .de_top .img {
    grid-template-rows: 1fr;
  }
  .public_page .number_nav  a {
    display: none;
  }
  .public_page .number_nav  a.active {
      display: flex;
  }
  .details_banner .ban_title .contont1 {
    font-size: 0.26rem;
  }
  .details_banner .ban_img img {
    min-height: 4rem;
  }
  .news_details .details_return .return_list {
    display: none;
  }
  .news_details .details_return .prev,
  .news_details .details_return .next {
    width: 42%;
  }
  .public_desc .desc_top .left {
    width: 100%;
    text-align: center;
    margin-top: 0.7rem;
  }
  .public_desc .desc_top .left img {
    width: 80%;
    margin-top: 0;
  }
  .public_field .field_about .w50 .contont {
    padding-top: 0.8rem;
  }
  .public_field .field_about .w50 .contont img {
    width: 1.65rem;
  }
  .public_field .field_about .w50 .contont p {
    padding-top: 0.4rem;
    font-size: 0.3rem;
  }
  .public_desc .desc_top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 0.5rem;
  }
  .public_desc .desc_top .right .right_box {
    padding-left: 0;
  }
  .public_desc .desc_bottom .left {
    width: 100%;
  }
  .public_desc .desc_bottom .left .left_box {
    height: auto;
    padding: 0.5rem;
  }
  .public_desc .desc_bottom .right {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 0.5rem;
  }
  .public_desc .desc_bottom .right img {
    width: 80%;
  }
  .technology .technology_about {
    top: 10%;
    transform: translateY(0);
  }
  .technology .technology_about .w50 {
    width: 100%;
    padding: 0;
  }
  .technology .technology_about .w50 .contont1 {
    font-size: 0.32rem;
  }
  .pc_footer .footer_top .right {
    /*width: 54%;*/
  }
  .public_banner .ban_title h5 {
    line-height: 1.6;
  }
  .public_title {
    top: 0.8rem;
    font-size: 0.3rem;
    color: #fff;
    line-height: 1.5;
    padding: 0 5vw;
  }
  .pursue .pursue_about {
    position: initial;
    width: 48%;
  }
  .pursue .posi {
    position: absolute;
    top: 2.3rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0 5vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .pursue .pursue_about .wow {
    background: none !important;
    justify-content: flex-start;
  }
  .pursue .pursue_img img {
    width: 100%;
    height: calc(100vh - 58px);
  }
  .pursue .pursue_about .wow {
    margin-bottom: 0.5rem;
    height: auto;
  }
  .pursue .pursue_about .wow {
    width: 100%;
  }
  .pursue .pursue_about .title {
    text-align: left;
  }
  .team .team_about {
    position: initial;
  }
  .team .posi {
    position: absolute;
    left: 0;
    top: 3.2rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0 5vw;
  }
  .team .team_about .right {
      flex: 1;
  }
  .team .team_about {
     margin-bottom: .3rem;
  }
  .team .team_img img {
    width: 100%;
    height: calc(100vh - 58px);
  }
  .p120 {
    padding-top: 0.8rem;
  }
  .idea .idea_title {
    font-size: 0.3rem;
  }
  .idea .idea_list .item {
    position: relative;
    top: 0;
    left: 0;
  }
  .idea .idea_list {
    margin-top: 0.7rem;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .idea .idea_list .item {
    width: auto;
  }
  .idea .idea_list .item .em_about {
    opacity: 1;
    background: linear-gradient(to bottom, #3653aa, rgba(54, 83, 170, 0.2));
  }
  .idea .idea_list .item .em_img img,
  .idea .idea_list .item .em_img {
    height: 100%;
  }
  .idea {
    background: none !important;
    padding-bottom: 0.8rem;
  }
  .grow_up .grow_title {
    font-size: 0.3rem;
    top: 0.8rem;
    line-height: 1.8;
    left: 5vw;
    color: #fff;
    text-align: left;
  }
  .grow_up .grow_img img {
    height: calc(100vh - 58px);
  }
  .grow_up .grow_about {
    position: initial;
    margin: 0.4rem 0;
  }
  .grow_up .posi {
    position: absolute;
    top: 2.2rem;
    left: 5vw;
    width: 90vw;
  }
  .grow_up .grow_about2 p {
    text-align: left;
  }
  .grow_up .grow_about p br {
    display: none;
  }
  .grow_up .grow_about .line p {
    width: 2.9rem;
  }
}
@media screen and (max-width: 669px) {
    .index_logo .logo_sticky .sticky2 .ky_top {
        padding-top: 3rem;
    }
    .desc_popover .desc_box {
        padding: .6rem .3rem;
    }
    .index_platform .contont3 .cont_bottom .item .em .em_desc {
        width: 100%;
    }
  .index_banner .mySwiper1 .swiper-slide .about_btn {
    /*position: initial;*/
    /*left: 5%;*/
    /*transform: translateX(0%);*/
    /*margin-top: 0.3rem;*/
  }
  .index_banner .switch {
    bottom: 0.2rem;
  }
  .HeaderMobile .box .logo a img {
    height: 25px;
    position: relative;
    top: 3px;
  }
  .HeaderMobile .box .button .language a {
    font-size: 14px;
  }
  .HeaderMobile .box .button .language a i {
    font-size: 14px;
  }
  .index_field .field_box .contont1 img,
  .index_platform .contont1 img {
    height: 0.28rem;
  }
  .index_field .field_box .contont1 p,
  .index_platform .contont1 p {
    font-size: 0.28rem;
  }
  .index_field .field_box .contont2 {
    font-size: 0.2rem;
  }
  .index_field .field_box .contont2 {
    padding: 0.3rem 0 0.5rem;
  }
  .index_field .field_box .contont4 .item .i1 h5 {
    font-size: 0.25rem;
  }
  .f18 {
    font-size: 14px;
  }
  .index_field .field_box .contont4 {
    width: 58%;
  }
  .index_field .field_box .contont4 .item .i2 {
    line-height: 1.7;
    margin: 0.36rem 0 0.3rem;
  }
  .index_field .field_box .contont3 {
    padding-bottom: 0.4rem;
  }
  .public_link2 a span {
    letter-spacing: 1px;
  }
  .index_platform .contont2 {
    font-size: 0.2rem;
  }
  .index_platform .contont3 .cont_top {
    grid-template-columns: repeat(1, 1fr);
  }
  .index_platform .contont3 .cont_top .item {
    padding-left: 0;
  }
  .index_platform .contont3 .cont_top .item .right .ht_desc {
    margin-bottom: 0.3rem;
    font-size: 13px;
  }
  .index_platform .contont3 .cont_top .item .right .ht_title {
    font-size: 0.22rem;
    padding: 0 0 0.2rem;
  }
  .index_platform .contont3 .cont_top .item .right {
    padding: 0.4rem 0 0.4rem 0.28rem;
  }
  .index_platform .contont3 .cont_bottom {
    padding-left: 5vw;
  }
  .index_platform .contont3 .cont_bottom .item .em .em_desc {
    line-height: 1.6;
    font-size: 13px;
  }
  .index_platform .contont3 .cont_bottom .item .svg img {
    height: 0.48rem;
  }
  .index_platform {
    min-height: auto;
  }
  .index_information .info_title h5 {
    font-size: 0.3rem;
    padding: 0.8rem 0 0.15rem;
  }
  .index_information .info_title h6 {
    font-size: 0.2rem;
  }
  .index_information {
    /*min-height: auto;*/
    /*padding-bottom: 0.7rem;*/
  }
  .pc_footer .footer_top .logo {
    display: none;
  }
  .pc_footer .footer_top .right {
    width: 100%;
  }
  .pc_footer .footer_top {
    padding: 0.6rem 0 0.5rem;
  }
  .pc_footer .footer_bottom .w1680 a {
    font-size: 12px;
    display: block;
    width: 100%;
    line-height: 1.7;
  }
  .pc_footer .footer_bottom {
    text-align: center;
  }
  .pc_footer .footer_bottom .w1680 span {
    display: none;
  }
  .index_logo .logo_sticky .sticky2 .ky_top .item {
    width: 100%;
  }
  .index_logo .logo_sticky {
    height: auto;
    padding-bottom: 0.8rem;
  }
  .index_logo .logo_sticky .sticky2 .ky_top .item2 {
    margin-top: 0;
    margin: 2.4rem 0;
  }
  .index_logo .logo_sticky .sticky2 .ky_top .item .it_title {
    font-size: 0.32rem;
  }
  .index_logo .logo_sticky .sticky2 .ky_top .item1 .it_img {
    left: 35%;
  }
  .index_logo .logo_sticky .sticky2 .ky_top .item .it_line {
    opacity: 1;
  }
  .index_logo .logo_sticky .sticky2 .ky_top .item .desc {
    opacity: 1;
  }
  .index_logo .logo_sticky .sticky2 .ky_bottom .content0 a span {
    letter-spacing: 1px;
    font-size: 14px;
  }
  .public_banner .ban_img img {
    min-height: 3.5rem;
    height: auto;
  }
  .public_banner .ban_title h6 {
    padding-top: 0.1rem;
  }
  .public_banner .ban_title h5 {
    font-size: 0.32rem;
  }
  .mission .miss_about .tont {
    width: 100%;
  }
  .mission .miss_about .contont3 .item .right .t1,
  .mission .miss_about .contont3 .item .right .t2 {
    /*color: #fff;*/
  }
  .company_profile .profile_about .contont1 .desc {
    font-size: 0.3rem;
    padding: 0.15rem 0 0.45rem;
  }
  .company_profile .profile_about .contont3 {
    padding-top: 0.5rem;
  }
  .introduce .introduce_box .right .right_title {
    padding-bottom: 0.5rem;
  }
  .introduce .introduce_box .right .mySwiper4 .slide_title .tit2 {
    font-size: 0.3rem;
    padding: 0.3rem 0 0.4rem;
  }
  .corporate_news .info_title h6 {
    font-size: 0.3rem;
  }
  .introduce .introduce_box .right .right_rotation .item .yuan {
    display: none;
  }
  .introduce .introduce_box .right .right_rotation {
    padding: 0 5vw;
  }
  .introduce .introduce_box .right .right_rotation .item.active {
    border: 1px dashed transparent;
  }
  .introduce .introduce_box .right .right_rotation .item.active h6 {
    color: #fff;
  }
  .corporate_news .info_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem;
  }
  .corporate_news .info_list .slide .de_bottom .bo3 {
    opacity: 1;
  }
  .introduce .introduce_box .right .right_rotation {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  .details_banner .ban_title .contont1 {
    font-size: 0.22rem;
  }
  .news_details .details_return .prev,
  .news_details .details_return .next {
    width: 100%;
    margin: 6px 0;
  }
  .news_details .details_return {
    padding: 0.5rem 0 0.6rem;
  }
  .public_field .field_about .w50 .contont img {
    width: 1rem;
  }
  .public_field .field_img img {
    min-height: 3rem;
  }
  .public_field .field_about .w50 .contont p {
    padding-top: 0.3rem;
    font-size: 0.24rem;
  }
  .public_field .field_about .w50 .contont {
    padding-top: 0.7rem;
  }
  .public_desc .desc_top .left img {
    width: 100%;
  }
  .public_desc .desc_bottom .right img {
    width: 100%;
  }
  .p120_ {
    padding-bottom: 0.8rem;
  }
  .technology .technology_about .w50 .contont2 {
    font-size: 14px;
  }
  .technology .technology_about .w50 .contont1 {
    font-size: 0.28rem;
  }
  .technology .technology_about .w50 {
    width: 100%;
  }
  .technology .technology_about .w50 .contont3 .item {
    margin-right: 0.3rem;
  }
  .public_title {
    top: 0.7rem;
    font-size: 0.24rem;
    line-height: 1.7;
  }
  .pursue .pursue_about .title {
    font-size: 0.24rem;
  }
  .pursue .pursue_about {
    width: 100%;
  }
  .pursue .pursue_about .desc br {
    display: none;
  }
  .pursue .pursue_about .wow {
    margin-bottom: 0.4rem;
  }
  .pursue .posi {
    top: 2.6rem;
  }
  .pursue .pursue_img img {
    min-height: 7.1rem;
  }
  .team .team_about .right {
    /*width: 66%;*/
    flex: 1;
  }
  .team .team_about .left img {
    width: 1rem;
  }
  .team .team_about {
    margin-bottom: 0.3rem;
  }
  .team .posi {
    top: 3.2rem;
  }
  .team .team_img img {
    min-height: 7.4rem;
  }
  .idea .idea_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .idea .idea_list .item .em_img img,
  .idea .idea_list .item .em_img {
    height: 4.2rem;
  }
  .grow_up .grow_title {
    font-size: 0.26rem;
    top: 0.7rem;
    line-height: 1.7;
  }
  .grow_up .posi {
    top: 2.4rem;
  }
  .grow_up .grow_about p {
    font-size: 0.24rem;
  }
  .grow_up .grow_title,
  .idea .idea_title {
    font-size: 0.26rem;
  }
  .grow_up .grow_about .line p {
    width: 2.3rem;
  }
  .grow_up .grow_about .line {
    margin-top: 0.2rem;
  }
  .grow_up .grow_about {
    margin: 0.5rem 0;
  }
  .grow_up .grow_img img {
    min-height: 6rem;
  }
}



/*//===============================*/
.product_center .ter_box .le_box {
  width: 25%;
  padding: 0.86rem 0.5rem 0.86rem 1.1rem;
  background: #f6f6f6;
}
.product_center .ter_box .le_box .sticky {
  position: sticky;
  top: 1.2rem;
  display: grid;
  gap: 0.16rem 0;
}
.product_center .ter_box .ri_box {
  width: 75%;
  padding: 0.86rem 1.1rem 1rem 0.8rem;
   background: url('../images/4.jpg') no-repeat;
  background-size: cover;
}
.product_center .ter_box .ri_box .x1 {
  color: #000;
  font-size: 0.48rem;
}
.product_center .ter_box .ri_box .x2 {
  margin: 0.58rem 0 0.78rem;
  display: grid;
  gap: 0.2rem;
}
.product_center .ter_box .ri_box .x2 .item {
  background: url('../images/3.jpg') no-repeat;
  background-size: cover;
  border: 1px solid #e7e7e7;
}
.product_center .ter_box .ri_box .x2 .item a .em_1 {
  width: 48%;
  overflow: hidden;
}
.product_center .ter_box .ri_box .x2 .item a .em_1 img {
  transition: 0.4s;
  width: 100%;
}
.product_center .ter_box .ri_box .x2 .item a .em_2 {
  position: relative;
  width: 48%;
  display: flex;
  align-items: center;
  padding: 0 0.34rem;
}
.product_center .ter_box .ri_box .x2 .item a .em_2::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.35rem;
  height: 0.35rem;
  background: #29aada;
}
.product_center .ter_box .ri_box .x2 .item a .em_2 .txt {
  color: #29aada;
  font-size: 0.36rem;
}
.product_center .ter_box .ri_box .x2 .item a .em_2 .txt sup {
     color: #29aada;
}
.product_center .ter_box .ri_box .x2 .item a .em_2 .desc {
  margin: 0.38rem 0 0.48rem;
  color: #666;
  line-height: 2;
}
.product_center .ter_box .ri_box .x2 .item a .em_2 .view p {
  transition: 0.4s;
  color: #666;
  letter-spacing: 4px;
}
.product_center .ter_box .ri_box .x2 .item a .em_2 .view svg {
  margin: 0 0 0 0.16rem;
}
.product_center .ter_box .ri_box .x2 .item a:hover .em_1 img {
  transform: scale(1.05);
}
.product_center .ter_box .ri_box .x2 .item a:hover .em_2 .view p {
  color: #29aada;
}
.center_details .ls_box .le_box {
  width: 25%;
  background: #f6f6f6;
  padding: 1.58rem 0.5rem 0.86rem 1.1rem;
}
.center_details .ls_box .le_box .sticky {
  position: sticky;
  top: 1.2rem;
  display: grid;
  gap: 0.16rem 0;
}
.center_details .ls_box .ri_box {
  width: 75%;
  background: url('../images/4.jpg') no-repeat;
  background-size: cover;
}
.center_details .ls_box .ri_box .x1 {
  border-bottom: 1px solid #e5e5e5;
}
.center_details .ls_box .ri_box .x1 .crdus {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0.3rem 1.1rem 0.3rem 0.8rem;
}
.center_details .ls_box .ri_box .x1 .crdus a {
  color: #666;
}
.center_details .ls_box .ri_box .x1 .crdus a:hover {
  color: #29aada;
}
.center_details .ls_box .ri_box .x1 .crdus span {
  margin: 0 6px;
}
.center_details .ls_box .ri_box .x2 {
  margin-top: 0.8rem;
  padding: 0 1.1rem 0 0.8rem;
}
.center_details .ls_box .ri_box .x2 .nr_1 {
  font-size: 0.48rem;
  color: #000;
}
.center_details .ls_box .ri_box .x2 .nr_2 {
  margin: 0.64rem 0 0;
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_le {
  position: relative;
  width: 48%;
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_le .mySwiper7 .swiper-slide {
  width: 100%;
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_le .mySwiper7 .swiper-slide img {
  width: 100%;
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_le .switch {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_le .switch .prev,
.center_details .ls_box .ri_box .x2 .nr_2 .nr_le .switch .next {
  cursor: pointer;
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_le .switch .prev svg path,
.center_details .ls_box .ri_box .x2 .nr_2 .nr_le .switch .next svg path {
  transition: 0.4s;
  fill: rgba(0, 0, 0, 0.3);
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_le .switch .prev:hover svg path,
.center_details .ls_box .ri_box .x2 .nr_2 .nr_le .switch .next:hover svg path {
  fill: #3653aa;
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_le .switch .prev {
  margin: 0 0.2rem 0 0;
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_le .switch .next {
  margin: 0 0 0 0.2rem;
  transform: rotate(180deg);
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_le .switch .drop {
  width: auto;
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_le .switch .drop .swiper-pagination-bullet {
  margin: 0 0.08rem;
  opacity: 1;
  width: 2px;
  height: 18px;
  background: rgba(0, 0, 0, 0.3);
  transform: rotate(30deg);
  border-radius: 0;
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_le .switch .drop .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, left bottom, from(#3653aa), to(#29aada));
  background: linear-gradient(to bottom, #3653aa, #29aada);
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_ri {
  width: 48%;
  height: 4rem;
  overflow: auto;
  padding: 0 0.2rem 0 0;
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_ri::-webkit-scrollbar {
  width: 2px;
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_ri::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #3653aa;
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_ri::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.6);
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_ri .slide {
  padding: 0.26rem 0;
  border-bottom: 1px solid #eee;
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_ri .slide .one {
  cursor: pointer;
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_ri .slide .one p {
  transition: 0.4s;
  font-size: 0.24rem;
  color: #000;
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_ri .slide .one span svg {
  transition: 0.4s;
  transform-origin: center center;
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_ri .slide .one span svg path {
  transition: 0.4s;
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_ri .slide .two {
  display: none;
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_ri .slide .two .two_box {
  transition: 0.4s;
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_ri .slide .two p {
  color: #666;
  line-height: 1.6;
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_ri .slide.active {
  border-bottom-color: #3653aa;
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_ri .slide.active .one p {
  color: #3653aa;
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_ri .slide.active .one span svg {
  transform: rotate(90deg);
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_ri .slide.active .one span svg path {
  fill: #3653aa;
}
.center_details .ls_box .ri_box .x2 .nr_2 .nr_ri .slide.active .two .two_box {
  margin: 0.2rem 0 0;
}
.center_details .ls_box .ri_box .x2 .nr_3 {
  margin: 0.82rem 0 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.center_details .ls_box .ri_box .x2 .nr_3 .prev,
.center_details .ls_box .ri_box .x2 .nr_3 .next {
  width: 30%;
}
.center_details .ls_box .ri_box .x2 .nr_3 .prev a,
.center_details .ls_box .ri_box .x2 .nr_3 .next a {
  color: #333;
  display: flex;
  align-items: center;
}
.center_details .ls_box .ri_box .x2 .nr_3 .prev a span,
.center_details .ls_box .ri_box .x2 .nr_3 .next a span {
  white-space: nowrap;
  font-size: 0.16rem;
  opacity: 0.6;
}
.center_details .ls_box .ri_box .x2 .nr_3 .prev a p,
.center_details .ls_box .ri_box .x2 .nr_3 .next a p {
  font-size: 0.16rem;
  margin: 0 0 0 0.14rem;
  transition: 0.4s;
}
.center_details .ls_box .ri_box .x2 .nr_3 .prev a:hover p,
.center_details .ls_box .ri_box .x2 .nr_3 .next a:hover p {
  color: #29aada;
}
.center_details .ls_box .ri_box .x2 .nr_3 .next {
  display: flex;
  justify-content: flex-end;
}
.center_details .ls_box .ri_box .x2 .nr_3 .return a {
  display: flex;
  align-items: center;
}
.center_details .ls_box .ri_box .x2 .nr_3 .return a svg {
 margin-top: .04rem;
}
.center_details .ls_box .ri_box .x2 .nr_3 .return a p {
  font-size: 0.16rem;
  margin: 0 0 0 0.06rem;
  transition: 0.4s;
}
.center_details .ls_box .ri_box .x2 .nr_3 .return a:hover p {
  color: #29aada;
}
.pu_page .prev a,
.pu_page .next a {
  transition: 0.4s;
  color: #000;
  width: 1.36rem;
  line-height: 0.58rem;
  text-align: center;
  border: 1px solid #eee;
}
.pu_page .prev a:hover,
.pu_page .next a:hover {
  background: #29aada;
  color: #fff;
}
.pu_page .prev {
  margin: 0 0.4rem 0 0;
}
.pu_page .next {
  margin: 0 0 0 0.4rem;
}
.pu_page .num a {
  transition: 0.4s;
  color: #000;
  width: 0.58rem;
  line-height: 0.58rem;
  border: 1px solid #eee;
  text-align: center;
  margin-right: 0.1rem;
}
.pu_page .num a:last-child {
  margin-right: 0;
}
.pu_page .num a:hover,
.pu_page .num a.active {
  background: #29aada;
  color: #fff;
}
.pu_slide .one {
  cursor: pointer;
}
.pu_slide .one .img {
  position: relative;
}
.pu_slide .one .img img {
  width: 0.52rem;
}
.pu_slide .one .img .hide {
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.pu_slide .one .content {
  padding: 0 0 0 0.2rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pu_slide .one .content p {
  transition: 0.4s;
  font-size: 0.3rem;
  color: #000;
}
.pu_slide .one .content span svg {
  transition: 0.4s;
  transform-origin: center center;
}
.pu_slide .one .content span svg path {
  transition: 0.4s;
}
.pu_slide .one .content:hover p {
  color: #29aada;
}
.pu_slide .none {
  display: none;
}
.pu_slide .two {
  padding: 0 0 0 0.72rem;
  display: grid;
  gap: 0.16rem;
}
.pu_slide .two .two_box .x1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pu_slide .two .two_box .x1 a {
  cursor: pointer;
  transition: 0.4s;
  color: #000;
  font-size: 0.2rem;
}
.pu_slide .two .two_box .x1 span svg {
  transition: 0.4s;
  transform-origin: center center;
}
.pu_slide .two .two_box .x1 span svg path {
  transition: 0.4s;
}
.pu_slide .two .two_box .x1:hover a {
  color: #29aada;
}
.pu_slide .two .two_box .x2 {
  display: none;
}
.pu_slide .two .two_box .x2 a {
  transition: 0.4s;
  position: relative;
  margin-top: 0.16rem;
  color: #666;
  font-size: 0.18rem;
  padding: 0 0 0 0.14rem;
}
.pu_slide .two .two_box .x2 a:hover {
  color: #29aada;
}
.pu_slide .two .two_box .x2 a:hover:before {
    background: #29aada;
}
.pu_slide .two .two_box .x2 a.active {
  color: #29aada;
}
.pu_slide .two .two_box .x2 a.active:before {
    background: #29aada;
}
.pu_slide .two .two_box .x2 a::before {
  content: '';
  position: absolute;
  width: 0.05rem;
  height: 0.05rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #5d5d5d;
  border-radius: 50%;
}
.pu_slide .two .two_box.active .x1 a {
  color: #29aada;
}
.pu_slide .two .two_box.active .x1 span svg {
  transform: rotate(90deg);
}
.pu_slide .two .two_box.active .x1 span svg path {
  fill: #29aada;
}
.pu_slide.active .one .img .hide {
  opacity: 1;
}
.pu_slide.active .one .content p {
  color: #29aada;
}
.pu_slide.active .one .content span svg {
  transform: rotate(90deg);
}
.pu_slide.active .one .content span svg path {
  fill: #29aada;
}
.pu_slide.active .none {
  margin: 0.1rem 0 0;
}
@media (max-width: 1600px){
    
}
@media (max-width: 1500px){
   
}

@media (max-width: 1200px) {
  .product_center .ter_box .le_box,
  .center_details .ls_box .le_box,
  .product_center .ter_box .ri_box {
    padding: 0.8rem 5vw;
  }
  .pu_page .num a {
    display: none;
  }
  .pu_page .num a.active {
    display: block;
  }
  .product_center .ter_box .ri_box .x1,
  .center_details .ls_box .ri_box .x2 .nr_1 {
    font-size: 0.38rem;
  }
  .product_center .ter_box .ri_box .x2 .item a .em_2 .txt {
    font-size: 0.3rem;
  }
  .product_center .ter_box .ri_box .x2 .item a .em_2 {
    padding: 0.6rem 0.4rem;
  }
  .center_details .ls_box .ri_box .x1 .crdus {
    padding: 0.4rem 5vw;
  }
  .center_details .ls_box .ri_box .x2 {
    padding: 0 5vw;
  }
  .center_details .ls_box .ri_box .x2 .nr_2 .nr_ri {
    margin-top: 0.8rem;
  }
  .center_details .ls_box .ri_box .x2 .nr_2 .nr_le,
  .center_details .ls_box .ri_box .x2 .nr_2 .nr_ri,
  .center_details .ls_box .le_box,
  .center_details .ls_box .ri_box,
  .product_center .ter_box .ri_box .x2 .item a .em_1,
  .product_center .ter_box .ri_box .x2 .item a .em_2,
  .product_center .ter_box .le_box,
  .product_center .ter_box .ri_box {
    width: 100%;
  }
}


@media (max-width: 750px){
   .center_details .ls_box .ri_box .x2 .nr_3 {
       display: grid;
       gap: .3rem;
       justify-content: flex-start;
       align-items: flex-start;
   }
    .center_details .ls_box .ri_box .x2 .nr_3 .return {
        display: none;
    }
   .center_details .ls_box .ri_box .x2 .nr_3 .prev,
   .center_details .ls_box .ri_box .x2 .nr_3 .next {
       width: 100%;
   }
   .center_details .ls_box .ri_box .x2 .nr_3 .next {
        justify-content: flex-start;
    }
}

/*# sourceMappingURL=./index.css.map */