.w1520 {
  padding: 0 1.9rem;
}
.f24 {
  font-size: 0.24rem;
  line-height: 1;
}
.f22 {
  font-size: 0.22rem;
  line-height: 1;
}
.f28 {
  font-size: 0.28rem;
  line-height: 1;
}
.f26 {
  font-size: 0.26rem;
  line-height: 1;
}
.f36 {
  font-size: 0.36rem;
  line-height: 1;
}
.f60 {
  font-size: 0.6rem;
  line-height: 1;
}
.f64 {
  font-size: 0.64rem;
  line-height: 1;
  font-family: GilroyBold;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  opacity: 0.4;
}
.f80 {
  font-size: 0.8rem;
  line-height: 1;
}
.f48 {
  font-size: 0.48rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: GilroyExtraBoldItalic;
  color: #333;
}
.f40 {
  font-size: 0.4rem;
  line-height: 1;
}
.f46 {
  font-size: 0.46rem;
  line-height: 1;
}
.p100 {
  padding-top: 1rem;
}
.p100_ {
  padding-bottom: 1rem;
}
.pc_header {
  z-index: 5;
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.pc_header .logo a img {
  height: 0.42rem;
}
.pc_header .column .nav .item {
  margin-right: 0.64rem;
}
.pc_header .column .nav .item:last-child {
  margin-right: 0;
}
.pc_header .column .nav .item .sli {
  position: relative;
}
.pc_header .column .nav .item .sli a {
  transition: 0.4s;
  line-height: 1rem;
  color: #fff;
  text-transform: uppercase;
}
.pc_header .column .nav .item .sli::before {
  transition: 0.4s;
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 2px;
  background: #1ba0e6;
}
.pc_header .column .nav .item .down_one {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  background: #fff;
  padding: 0.4rem 0;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.pc_header .column .nav .item .down_one .wrap {
  display: flex;
  justify-content: center;
}
.pc_header .column .nav .item .down_one .wrap .dl {
  margin: 0 0.3rem;
}
.pc_header .column .nav .item .down_one .wrap .dl a {
  transition: 0.4s;
  color: #000;
}
.pc_header .column .nav .item .down_one .wrap .dl a:hover {
  color: #1ba0e6;
}
.pc_header .column .nav .item .down_two {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.pc_header .column .nav .item .down_two .wrap .wrap_left {
  width: 36%;
  background: #ebf9ff;
}
.pc_header .column .nav .item .down_two .wrap .wrap_left .ul {
  padding: 0.35rem 1.1rem 0.6rem 1.9rem;
}
.pc_header .column .nav .item .down_two .wrap .wrap_left .ul .li {
  position: relative;
  border-bottom: 1px solid #e2e8eb;
}
.pc_header .column .nav .item .down_two .wrap .wrap_left .ul .li a {
  transition: 0.4s;
  flex: 1;
  padding: 0.2rem 0;
  color: #333;
}
.pc_header .column .nav .item .down_two .wrap .wrap_left .ul .li span {
  transition: 0.4s;
  opacity: 0;
}
.pc_header .column .nav .item .down_two .wrap .wrap_left .ul .li::before {
  transition: 0.4s;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #1ba0e6;
}
.pc_header .column .nav .item .down_two .wrap .wrap_left .ul .li:hover::before,
.pc_header .column .nav .item .down_two .wrap .wrap_left .ul .li.active::before {
  width: 100%;
}
.pc_header .column .nav .item .down_two .wrap .wrap_left .ul .li:hover a,
.pc_header .column .nav .item .down_two .wrap .wrap_left .ul .li.active a {
  color: #1ba0e6;
}
.pc_header .column .nav .item .down_two .wrap .wrap_left .ul .li:hover span,
.pc_header .column .nav .item .down_two .wrap .wrap_left .ul .li.active span {
  opacity: 1;
  transform: translateX(5px);
}
.pc_header .column .nav .item .down_two .wrap .wrap_left .ul .li:hover span svg path,
.pc_header .column .nav .item .down_two .wrap .wrap_left .ul .li.active span svg path {
  fill: #1ba0e6;
}
.pc_header .column .nav .item .down_two .wrap .wrap_right {
  width: 64%;
  padding: 0.55rem 1.9rem 0.6rem 1.2rem;
}
.pc_header .column .nav .item .down_two .wrap .wrap_right .wrap_list {
  display: none;
}
.pc_header .column .nav .item .down_two .wrap .wrap_right .wrap_list.active {
  display: flex;
}
.pc_header .column .nav .item .down_two .wrap .wrap_right .wrap_list .list_le {
  width: 40%;
}
.pc_header .column .nav .item .down_two .wrap .wrap_right .wrap_list .list_le .ul {
  display: grid;
  gap: 0.34rem;
}
.pc_header .column .nav .item .down_two .wrap .wrap_right .wrap_list .list_le .ul .li a {
  transition: 0.4s;
  flex: 1;
  color: #666;
}
.pc_header .column .nav .item .down_two .wrap .wrap_right .wrap_list .list_le .ul .li svg {
  transition: 0.4s;
}
.pc_header .column .nav .item .down_two .wrap .wrap_right .wrap_list .list_le .ul .li.active a {
  color: #1ba0e6;
}
.pc_header .column .nav .item .down_two .wrap .wrap_right .wrap_list .list_le .ul .li.active svg path {
  fill: #1ba0e6;
}
.pc_header .column .nav .item .down_two .wrap .wrap_right .wrap_list .list_ri {
  width: 60%;
}
.pc_header .column .nav .item .down_two .wrap .wrap_right .wrap_list .list_ri p {
  display: none;
}
.pc_header .column .nav .item .down_two .wrap .wrap_right .wrap_list .list_ri p.active {
  display: block;
}
.pc_header .column .nav .item .down_two .wrap .wrap_right .wrap_list .list_ri p img {
  width: 3.3rem;
}
.pc_header .column .nav .item:hover .sli::before,
.pc_header .column .nav .item.active .sli::before {
  width: 100%;
}
.pc_header .column .nav .item:hover .sli a,
.pc_header .column .nav .item.active .sli a {
  color: #1ba0e6;
}
.pc_header .column .menu {
  margin-left: 2.2rem;
}
.pc_header .column .menu .lang a span {
  margin: 0 0 0 0.1rem;
  color: #fff;
}
.pc_header .column .menu .search {
  cursor: pointer;
  margin: 0 0 0 0.24rem;
}
.pc_header.active {
  background: #272727;
}
.pc_header.sticky {
  position: sticky;
  background: #272727;
}
.down_search {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 1rem;
  background: #fff;
  padding: 0.4rem 0;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.down_search .wrap form {
  width: 80%;
  margin: 0 auto;
}
.down_search .wrap form .inp {
  flex: 1;
}
.down_search .wrap form .inp input {
  width: 100%;
  line-height: 0.6rem;
  background: #ddd;
  border: none;
  padding: 0 0.2rem;
}
.down_search .wrap form .btn input {
  cursor: pointer;
  width: 1rem;
  height: 100%;
  background: #1ba0e6;
  border: none;
  color: #fff;
  font-family: GilroyMedium;
}
.pc_footer {
  background: #2a2a2a;
}
.pc_footer .ter_top {
  padding: 1rem 0 0.32rem;
}
.pc_footer .ter_top .le_box .slide {
  margin-right: 0.7rem;
}
.pc_footer .ter_top .le_box .slide:last-child {
  margin-right: 0;
}
.pc_footer .ter_top .le_box .slide .one a {
  color: #fff;
}
.pc_footer .ter_top .le_box .slide .two {
  margin: 0.2rem 0 0;
  display: grid;
  gap: 0.12rem;
}
.pc_footer .ter_top .le_box .slide .two a {
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.5);
}
.pc_footer .ter_top .le_box .slide .two a:hover {
  color: #fff;
}
.pc_footer .ter_top .ri_box .info {
  display: grid;
  gap: 0.36rem;
}
.pc_footer .ter_top .ri_box .info .item .svg {
  margin-right: 0.08rem;
}
.pc_footer .ter_top .ri_box .info .item p {
  flex: 1;
  color: #fff;
}
.pc_footer .ter_top .ri_box .info .item a {
  transition: 0.4s;
  flex: 1;
  color: #fff;
}
.pc_footer .ter_top .ri_box .info .item a:hover {
  color: #1ba0e6;
}
.pc_footer .ter_top .ri_box .share {
  margin: 0.4rem 0 0;
}
.pc_footer .ter_top .ri_box .share .wx img {
  width: 0.68rem;
}
.pc_footer .ter_top .ri_box .share .ewn a {
  margin-left: 0.24rem;
  transition: 0.4s;
  opacity: 0.4;
}
.pc_footer .ter_top .ri_box .share .ewn a img {
  width: 0.62rem;
}
.pc_footer .ter_top .ri_box .share .ewn a:hover {
  opacity: 1;
}
.pc_footer .ter_bot {
  padding: 0.62rem 0;
  border-top: 1px solid #3d3d3d;
}
.pc_footer .ter_bot span {
  color: rgba(255, 255, 255, 0.5);
}
.pc_footer .ter_bot a {
  margin-left: 0.1rem;
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.5);
}
.pc_footer .ter_bot a:hover {
  color: #fff;
}
.pu_banner {
  position: relative;
}
.pu_banner .ban_img {
  width: 100%;
}
.pu_banner .ban_img img {
  width: 100%;
}
.pu_banner .ban_img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.pu_banner .ban_ab {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pu_banner .ban_ab h1 {
  font-family: GilroyExtraBoldItalic;
  color: #fff;
  text-transform: uppercase;
}
.pu_crumbs .mb_box {
  padding: 0.3rem 0;
}
.pu_crumbs .mb_box a {
  transition: 0.4s;
  color: #666;
  font-family: GilroyMedium;
}
.pu_crumbs .mb_box a:hover {
  color: #1ba0e6;
}
.pu_crumbs .mb_box p {
  color: #1ba0e6;
  font-family: GilroyMedium;
}
.pu_link {
  display: inline-block;
}
.pu_link a {
  width: 2.4rem;
  line-height: 0.62rem;
  background: #1ba0e6;
  transform: skew(-18deg, 0);
}
.pu_link a p {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0.1rem 0 0;
  transform: skew(18deg, 0);
}
.pu_link a span {
  transform: skew(18deg, 0);
}
.pu_link a span svg {
  transition: 0.4s;
}
.pu_link a:hover span svg {
  transform: translateX(0.1rem);
}
.public_anchor {
  position: relative;
  top: -1rem;
}
.index_main {
  position: relative;
  /*background: #2a2a2a;*/
}
.index_main .pu_pagination {
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1.2rem;
  display: flex;
  justify-content: center;
}
.index_main .pu_pagination .swiper-pagination-bullet {
  transition: 0.4s;
  display: block;
  width: 0.26rem;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  opacity: 1;
}
.index_main .pu_pagination .swiper-pagination-bullet-active {
  background: #1ba0e6;
}
.index_main .pu_sb {
  width: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0.6rem;
  display: flex;
  justify-content: center;
}
.index_main .pu_sb img {
  width: 20px;
  -webkit-animation: down 1.6s linear infinite;
  animation: down 1.6s linear infinite;
}
.index_main .pu_navigation .prev,
.index_main .pu_navigation .next {
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.index_main .pu_navigation .prev i,
.index_main .pu_navigation .next i {
  color: #fff;
}
.index_main .pu_navigation .prev {
  left: 0;
}
.index_main .pu_navigation .next {
  right: 0;
}
.index_main .index_pagination {
  width: 0.6rem;
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.index_main .index_pagination .swiper-pagination-bullet {
  transition: 0.4s;
  display: block;
  width: 0.22rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  opacity: 1;
  margin: 0.15rem 0;
}
.index_main .index_pagination .swiper-pagination-bullet-active {
  width: 0.6rem;
  background: #ffffff;
}
.index_main .mySwiper1 {
  width: 100%;
  height: 100vh;
  /*height: var(--vh);*/
}
.index_main .mySwiper1 .swiper-slide .bk_img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_main .mySwiper1 .swiper-slide .bk_img picture {
  width: 100%;
  height: 100%;
}
.index_main .mySwiper1 .swiper-slide .bk_img img {
  width: 100%;
  height: 100%;
}
.index_main .mySwiper1 .swiper-slide .bk_img video {
  width: 100%;
  height: 100%;
}
.index_main .mySwiper1 .swiper-slide .main_1 {
  width: 100%;
  height: 100%;
}
.index_main .mySwiper1 .swiper-slide .main_1 .in_box {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_main .mySwiper1 .swiper-slide .main_1 .mySwiper2 .swiper-slide .center {
  text-align: center;
}
.index_main .mySwiper1 .swiper-slide .main_1 .mySwiper2 .swiper-slide .center .c1 p {
  color: #fff;
  font-family: GilroyExtraBoldItalic;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.index_main .mySwiper1 .swiper-slide .main_1 .mySwiper2 .swiper-slide .center .c2 {
  margin: 0.1rem 0 0.4rem;
}
.index_main .mySwiper1 .swiper-slide .main_1 .mySwiper2 .swiper-slide .center .c2 p {
  color: #fff;
  text-transform: uppercase;
}
.index_main .mySwiper1 .swiper-slide .main_1 .mySwiper2 .swiper-slide .center .c3 {
  color: #fff;
}
.index_main .mySwiper1 .swiper-slide .main_1 .mySwiper2 .swiper-slide .center .c3 p {
  font-family: GilroyBold;
  text-transform: uppercase;
}
.index_main .mySwiper1 .swiper-slide .main_1 .mySwiper2 .swiper-slide .center .c3 i {
  margin: 0 0.4rem;
}
.index_main .mySwiper1 .swiper-slide .main_2 {
  width: 100%;
  height: 100%;
}
.index_main .mySwiper1 .swiper-slide .main_2 .in_box {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 2.2rem 0 0;
}
.index_main .mySwiper1 .swiper-slide .main_2 .in_box .ue1 p {
  color: #fff;
  text-transform: uppercase;
}
.index_main .mySwiper1 .swiper-slide .main_2 .in_box .ue2 {
  margin: 0.68rem 0 0.5rem;
}
.index_main .mySwiper1 .swiper-slide .main_2 .in_box .ue2 p {
  color: #fff;
  line-height: 1.5;
}
.index_main .mySwiper1 .swiper-slide .main_2 .in_box .ue3 {
  padding: 0 1.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.index_main .mySwiper1 .swiper-slide .main_2 .in_box .ue3 .item .data .num {
  color: #1ba0e6;
}
.index_main .mySwiper1 .swiper-slide .main_2 .in_box .ue3 .item .data .num p {
  font-family: GilroyMedium;
}
.index_main .mySwiper1 .swiper-slide .main_2 .in_box .ue3 .item .data .desc {
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
.index_main .mySwiper1 .swiper-slide .main_2 .in_box .ue4 {
  padding: 0.54rem 2rem 0.58rem;
}
.index_main .mySwiper1 .swiper-slide .main_2 .in_box .ue4 .ue_swiper {
  position: relative;
}
.index_main .mySwiper1 .swiper-slide .main_2 .in_box .ue4 .ue_swiper .mySwiper3 {
  margin: 0 0.38rem;
}
.index_main .mySwiper1 .swiper-slide .main_2 .in_box .ue4 .ue_swiper .mySwiper3 .swiper-slide {
  width: 100%;
}
.index_main .mySwiper1 .swiper-slide .main_2 .in_box .ue4 .ue_swiper .mySwiper3 .swiper-slide img {
  width: 100%;
}
.index_main .mySwiper1 .swiper-slide .main_3 {
  width: 100%;
  height: 100%;
}
.index_main .mySwiper1 .swiper-slide .main_3 .in_box {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_main .mySwiper1 .swiper-slide .main_3 .in_box .center {
  text-align: center;
}
.index_main .mySwiper1 .swiper-slide .main_3 .in_box .center .play img {
  cursor: pointer;
  width: 1.68rem;
}
.index_main .mySwiper1 .swiper-slide .main_3 .in_box .center .video_desc {
  margin: 0.28rem 0 0;
}
.index_main .mySwiper1 .swiper-slide .main_3 .in_box .center .video_desc p {
  color: #fff;
  line-height: 2;
}
.index_main .mySwiper1 .swiper-slide .main_4 {
  width: 100%;
  height: 100%;
}
.index_main .mySwiper1 .swiper-slide .main_4 .in_box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2rem 0 0;
}
.index_main .mySwiper1 .swiper-slide .main_4 .in_box .on1 .txt {
  color: #fff;
}
.index_main .mySwiper1 .swiper-slide .main_4 .in_box .on2 {
  margin: 0.36rem 0 0.58rem;
}
.index_main .mySwiper1 .swiper-slide .main_4 .in_box .on2 p {
  width: 80%;
  color: #fff;
  line-height: 1.5;
}
.index_main .mySwiper1 .swiper-slide .main_4 .in_box .on3 .mySwiper4 .item {
  position: relative;
  transition: 0.4s;
}
.index_main .mySwiper1 .swiper-slide .main_4 .in_box .on3 .mySwiper4 .item a {
  padding: 0.8rem 0.2rem 1.1rem;
  text-align: center;
}
.index_main .mySwiper1 .swiper-slide .main_4 .in_box .on3 .mySwiper4 .item a .m1 img {
  height: 0.58rem;
}
.index_main .mySwiper1 .swiper-slide .main_4 .in_box .on3 .mySwiper4 .item a .m2 {
  margin: 0.38rem 0 0;
}
.index_main .mySwiper1 .swiper-slide .main_4 .in_box .on3 .mySwiper4 .item a .m2 p {
  color: #fff;
  text-transform: uppercase;
  line-height: 0.26rem;
  height: 0.54rem;
  font-family: GilroyMedium;
}
.index_main .mySwiper1 .swiper-slide .main_4 .in_box .on3 .mySwiper4 .item .num {
  transition: 0.4s;
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  transform: translateX(-50%);
}
.index_main .mySwiper1 .swiper-slide .main_4 .in_box .on3 .mySwiper4 .item:hover {
  background: #1ba0e6;
}
.index_main .mySwiper1 .swiper-slide .main_4 .in_box .on3 .mySwiper4 .item:hover .num {
  color: #fff;
}
.index_main .mySwiper1 .swiper-slide .main_5 {
  width: 100%;
  height: 100%;
}
.index_main .mySwiper1 .swiper-slide .main_5 .in_box {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_main .mySwiper1 .swiper-slide .main_5 .in_box .point {
  position: absolute;
  top: 0;
  left: 0;
}
.index_main .mySwiper1 .swiper-slide .main_5 .in_box .point span {
  cursor: pointer;
  display: block;
  width: 0.2rem;
}
.index_main .mySwiper1 .swiper-slide .main_5 .in_box .point span img {
  width: 100%;
}
.index_main .mySwiper1 .swiper-slide .main_5 .in_box .point p {
  z-index: 2;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 0.3rem;
  transform: translateY(-50%);
  color: #fff;
  padding: 0.1rem 0.2rem;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(16px);
  border-radius: 0.3rem;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.index_main .mySwiper1 .swiper-slide .main_5 .in_box .point:hover p {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.index_main .mySwiper1 .swiper-slide .main_5 .in_box .point1 {
  top: 48%;
  left: 12%;
}
.index_main .mySwiper1 .swiper-slide .main_5 .in_box .point2 {
  top: 70%;
  left: 18.8%;
}
.index_main .mySwiper1 .swiper-slide .main_5 .in_box .point3 {
  top: 82%;
  left: 22%;
}
.index_main .mySwiper1 .swiper-slide .main_5 .in_box .point4 {
  top: 64%;
  left: 24.7%;
}
.index_main .mySwiper1 .swiper-slide .main_5 .in_box .point5 {
  top: 35.7%;
  left: 42.3%;
}
.index_main .mySwiper1 .swiper-slide .main_5 .in_box .point6 {
  top: 43%;
  left: 44.2%;
}
.index_main .mySwiper1 .swiper-slide .main_5 .in_box .point7 {
  top: 46%;
  left: 47.6%;
}
.index_main .mySwiper1 .swiper-slide .main_5 .in_box .point8 {
  top: 64%;
  left: 46%;
}
.index_main .mySwiper1 .swiper-slide .main_5 .in_box .point9 {
  top: 36%;
  left: 64%;
}
.index_main .mySwiper1 .swiper-slide .main_5 .in_box .point10 {
  top: 45%;
  left: 65%;
}
.index_main .mySwiper1 .swiper-slide .main_5 .in_box .point11 {
  top: 67%;
  left: 76.2%;
}
.index_main .mySwiper1 .swiper-slide .main_5 .in_box .point12 {
  top: 67.5%;
  left: 80.2%;
}
.index_main .mySwiper1 .swiper-slide .main_5 .in_box .point13 {
  top: 53.4%;
  left: 82%;
}
.index_main .mySwiper1 .swiper-slide .main_5 .in_box .point14 {
  top: 78%;
  left: 84%;
}
.index_main .mySwiper1 .swiper-slide .main_6 {
  width: 100%;
  height: 100%;
}
.index_main .mySwiper1 .swiper-slide .main_6 .in_box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2rem 0 0;
}
.index_main .mySwiper1 .swiper-slide .main_6 .in_box .n1 .txt {
  color: #fff;
}
.index_main .mySwiper1 .swiper-slide .main_6 .in_box .n2 {
  margin: 0.54rem 0 0;
}
.index_main .mySwiper1 .swiper-slide .main_6 .in_box .n2 .mySwiper5 .swiper-slide a {
  background: #fff;
}
.index_main .mySwiper1 .swiper-slide .main_6 .in_box .n2 .mySwiper5 .swiper-slide a .de_img {
  width: 100%;
  overflow: hidden;
}
.index_main .mySwiper1 .swiper-slide .main_6 .in_box .n2 .mySwiper5 .swiper-slide a .de_img img {
  transition: 0.4s;
  width: 100%;
}
.index_main .mySwiper1 .swiper-slide .main_6 .in_box .n2 .mySwiper5 .swiper-slide a .de_nr {
  padding: 0 0.28rem;
}
.index_main .mySwiper1 .swiper-slide .main_6 .in_box .n2 .mySwiper5 .swiper-slide a .de_nr .r1 {
  padding: 0.22rem 0 0.18rem;
  color: #444;
  transition: 0.4s;
  border-bottom: 1px solid #ddd;
}
.index_main .mySwiper1 .swiper-slide .main_6 .in_box .n2 .mySwiper5 .swiper-slide a .de_nr .r1 p {
  line-height: 1.4;
}
.index_main .mySwiper1 .swiper-slide .main_6 .in_box .n2 .mySwiper5 .swiper-slide a .de_nr .r2 {
  padding: 0.14rem 0 0.22rem;
  transition: 0.4s;
  color: #666;
}
.index_main .mySwiper1 .swiper-slide .main_6 .in_box .n2 .mySwiper5 .swiper-slide a:hover {
  background: #1ba0e6;
}
.index_main .mySwiper1 .swiper-slide .main_6 .in_box .n2 .mySwiper5 .swiper-slide a:hover .de_img img {
  transform: scale(1.05);
}
.index_main .mySwiper1 .swiper-slide .main_6 .in_box .n2 .mySwiper5 .swiper-slide a:hover .de_nr .r1 {
  color: #fff;
}
.index_main .mySwiper1 .swiper-slide .main_6 .in_box .n2 .mySwiper5 .swiper-slide a:hover .de_nr .r2 {
  color: #fff;
}
.index_main .mySwiper1 .swiper-slide .main_6 .in_box .pu_pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.index_main .mySwiper1 .swiper-slide .main_7 {
  width: 100%;
  height: 100%;
}
.index_main .mySwiper1 .swiper-slide .main_7 .in_box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2rem 0 0.62rem;
}
.index_main .mySwiper1 .swiper-slide .main_7 .in_box .p1 .txt {
  color: #fff;
}
.index_main .mySwiper1 .swiper-slide .main_7 .in_box .p2 {
  margin: 0.8rem 0 0;
  position: relative;
}
.index_main .mySwiper1 .swiper-slide .main_7 .in_box .p2 .mySwiper6 {
  margin: 0 1.4rem;
}
.index_main .mySwiper1 .swiper-slide .main_7 .in_box .p2 .mySwiper6 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.58rem;
}
.index_main .mySwiper1 .swiper-slide .main_7 .in_box .p2 .mySwiper6 .swiper-slide img {
  max-height: 0.58rem;
  max-width: 100%;
}
@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);
  }
}
.profile .file_1 {
  margin: 0.14rem 0 0;
}
.profile .file_2 {
  margin: 0.6rem 0 1.1rem;
}
.profile .file_2 .le_box {
  width: 62%;
  padding: 0 1.1rem 0 0;
}
.profile .file_2 .le_box .txt {
  color: #333;
  margin: 0 0 0.2rem 0;
}
.profile .file_2 .le_box .desc p {
  color: #666;
  line-height: 1.6;
}
.profile .file_2 .ri_box {
  width: 38%;
}
.profile .file_2 .ri_box img {
  width: 100%;
}
.profile .file_3 {
  display: flex;
  justify-content: space-between;
}
.profile .file_3 .slide .svg img {
  height: 0.6rem;
}
.profile .file_3 .slide .content {
  margin: 0.18rem 0 0;
}
.profile .file_3 .slide .content .t1 {
  color: #444;
}
.profile .file_3 .slide .content .t1 p {
  font-family: GilroyBold;
}
.profile .file_3 .slide .content .t1 span {
  font-family: GilroyBold;
}
.profile .file_3 .slide .content .t2 {
  color: #666;
}
.profile .file_3 .line {
  width: 1px;
  background: #bbb;
  transform: skew(-10deg, 0);
}
.history {
  background: #ebf9ff;
}
.history .ry_2 .sw_1 {
  position: relative;
  margin: 1.3rem 0 0.35rem;
}
.history .ry_2 .sw_1 .mySwiper10 {
  width: 6.56rem;
  height: 2.84rem;
  background: url('../images/18.png') no-repeat;
  background-size: cover;
}
.history .ry_2 .sw_1 .mySwiper10 .swiper-slide {
  display: flex;
  align-items: center;
}
.history .ry_2 .sw_1 .mySwiper10 .swiper-slide .center {
  padding: 0 0.9rem;
  display: flex;
}
.history .ry_2 .sw_1 .mySwiper10 .swiper-slide .center .year {
  color: #1ba0e6;
  font-family: GilroyBold;
}
.history .ry_2 .sw_1 .mySwiper10 .swiper-slide .center .desc {
  padding: 0 0 0 0.3rem;
  flex: 1;
  color: #999;
  line-height: 1.4;
}
.history .ry_2 .sw_1 .prev,
.history .ry_2 .sw_1 .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.history .ry_2 .sw_1 .prev i,
.history .ry_2 .sw_1 .next i {
  color: #666;
  transition: 0.4s;
  font-weight: bold;
}
.history .ry_2 .sw_1 .prev:hover i,
.history .ry_2 .sw_1 .next:hover i {
  color: #1ba0e6;
}
.history .ry_2 .sw_1 .prev {
  left: 0;
}
.history .ry_2 .sw_1 .next {
  right: 0;
}
.history .ry_2 .sw_2 {
  background: url('../images/16.png') no-repeat;
  background-size: 100% auto;
}
.history .ry_2 .sw_2 .mySwiper11 {
  margin: 0 0.38rem;
}
.history .ry_2 .sw_2 .swiper-slide p {
  cursor: pointer;
  transition: 0.4s;
  padding: 0.42rem 0 0;
  position: relative;
  text-align: center;
  color: #666;
  font-family: GilroyBold;
}
.history .ry_2 .sw_2 .swiper-slide p::before {
  transition: 0.4s;
  opacity: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.03rem;
  height: 0.3rem;
  background: #1ba0e6;
}
.history .ry_2 .sw_2 .swiper-slide-thumb-active p {
  color: #1ba0e6;
}
.history .ry_2 .sw_2 .swiper-slide-thumb-active p::before {
  opacity: 1;
}
.culture .cu_2 {
  margin: 0.76rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.culture .cu_2 .slide {
  background: #ebf9ff;
  transition: 0.4s;
}
.culture .cu_2 .slide .img img {
  width: 100%;
}
.culture .cu_2 .slide .sli_nr {
  padding: 0.56rem;
}
.culture .cu_2 .slide .sli_nr .i1 {
  color: #333;
  font-family: GilroyMedium;
}
.culture .cu_2 .slide .sli_nr .i2 {
  margin: 0.34rem 0 0;
  display: grid;
  gap: 0.1rem;
}
.culture .cu_2 .slide .sli_nr .i2 p {
  display: flex;
  align-items: flex-start;
}
.culture .cu_2 .slide .sli_nr .i2 p img {
  margin-top: 0.06rem;
}
.culture .cu_2 .slide .sli_nr .i2 p span {
  padding: 0 0 0 0.08rem;
  flex: 1;
  color: #777;
  line-height: 1.5;
}
.culture .cu_2 .slide:hover {
  transform: translateY(-10px);
}
.honor {
  background: #ebf9ff;
}
.honor .or_2 {
  margin: 0.76rem 0 0;
  position: relative;
}
.honor .or_2 .mySwiper7 {
  margin: 0 0.6rem;
}
.honor .or_2 .mySwiper7 .swiper-slide .img img {
  width: 100%;
}
.honor .or_2 .mySwiper7 .swiper-slide .desc {
  margin: 0.3rem 0 0;
  text-align: center;
  color: #333;
  font-family: GilroyMedium;
}
.honor .or_2 .prev,
.honor .or_2 .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.honor .or_2 .prev i,
.honor .or_2 .next i {
  color: #666;
  transition: 0.4s;
  font-weight: bold;
}
.honor .or_2 .prev:hover i,
.honor .or_2 .next:hover i {
  color: #1ba0e6;
}
.honor .or_2 .prev {
  left: 0;
}
.honor .or_2 .next {
  right: 0;
}
.activities .es_2 {
  margin: 0.76rem 0 0;
}
.activities .es_2 .swiper_1 .swiper-slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.activities .es_2 .swiper_1 .swiper-slide .le_box img {
  width: 100%;
}
.activities .es_2 .swiper_1 .swiper-slide .ri_box {
  background: #ebf9ff;
  display: flex;
  align-items: center;
  padding: 0 0.78rem;
}
.activities .es_2 .swiper_1 .swiper-slide .ri_box p {
  color: #333;
  line-height: 1.5;
}
.activities .es_2 .swiper_2 {
  margin: 30px 0 0;
  position: relative;
}
.activities .es_2 .swiper_2 .mySwiper9 {
  margin: 0 0.6rem;
}
.activities .es_2 .swiper_2 .swiper-slide img {
  width: 100%;
}
.activities .es_2 .swiper_2 .prev,
.activities .es_2 .swiper_2 .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.activities .es_2 .swiper_2 .prev i,
.activities .es_2 .swiper_2 .next i {
  color: #666;
  transition: 0.4s;
  font-weight: bold;
}
.activities .es_2 .swiper_2 .prev:hover i,
.activities .es_2 .swiper_2 .next:hover i {
  color: #1ba0e6;
}
.activities .es_2 .swiper_2 .prev {
  left: 0;
}
.activities .es_2 .swiper_2 .next {
  right: 0;
}
.product {
  margin: 0.24rem 0 0;
}
.product .le_box {
  width: 25%;
}
.product .le_box .sticky {
  position: sticky;
  top: 1rem;
  display: grid;
  gap: 0.1rem;
}
.product .le_box .sticky .slide a {
  transition: 0.4s;
  width: 100%;
  line-height: 0.8rem;
  background: #ebf9ff;
  padding: 0 0.4rem;
  color: #666;
  font-family: GilroyMedium;
}
.product .le_box .sticky .slide.active a,
.product .le_box .sticky .slide:hover a {
  color: #fff;
  background: #1ba0e6;
}
.product .ri_box {
  width: 75%;
  padding: 0 0 0 1rem;
}
.product .ri_box .x2 {
  margin: 0.6rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.38rem;
}
.product .ri_box .x2 .slide {
  background: #ebf9ff;
}
.product .ri_box .x2 .slide a .img {
  transition: 0.4s;
  border: 1px solid transparent;
  width: 100%;
}
.product .ri_box .x2 .slide a .img img {
  width: 100%;
}
.product .ri_box .x2 .slide a .content {
  padding: 0.28rem 0.4rem;
}
.product .ri_box .x2 .slide a .content .t1 {
  margin: 0 0 0.28rem 0;
}
.product .ri_box .x2 .slide a .content .t1 p {
  font-family: GilroyMedium;
  color: #333;
  text-align: center;
}
.product .ri_box .x2 .slide a .content .t2 {
  transition: 0.4s;
  margin: 0 auto;
  width: 145px;
  line-height: 37px;
  border: 1PX solid #1ba0e6;
  transform: skew(-10deg, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
.product .ri_box .x2 .slide a .content .t2 p {
  transform: skew(10deg, 0);
}
.product .ri_box .x2 .slide a .content .t2 svg {
  transition: 0.4s;
  margin: 0 0 0 0.04rem;
  transform: skew(10deg, 0);
}
.product .ri_box .x2 .slide a:hover .img {
  border-color: #1ba0e6;
}
.product .ri_box .x2 .slide a:hover .content .t2 {
  background: #1ba0e6;
  color: #fff;
}
.product .ri_box .x2 .slide a:hover .content .t2 svg path {
  fill: #fff;
}
.pu_page .prev a,
.pu_page .next a {
  transition: 0.4s;
  width: 0.7rem;
  line-height: 0.36rem;
  background: #ebf9ff;
  text-align: center;
  transform: skew(-10deg, 0);
}
.pu_page .prev a svg,
.pu_page .next a svg {
  transform: skew(10deg, 0);
}
.pu_page .prev a:hover,
.pu_page .next a:hover {
  background: #1ba0e6;
}
.pu_page .prev a:hover svg path,
.pu_page .next a:hover svg path {
  fill: #fff;
}
.pu_page .prev {
  transform: rotate(180deg);
  margin-right: 0.2rem;
}
.pu_page .next {
  margin-left: 0.2rem;
}
.pu_page .data a {
  transition: 0.4s;
  width: 0.4rem;
  line-height: 0.36rem;
  font-family: GilroyMedium;
  color: #999;
  background: #ebf9ff;
  text-align: center;
  transform: skew(-10deg, 0);
  margin-right: 0.06rem;
}
.pu_page .data a:last-child {
  margin-right: 0;
}
.pu_page .data a span {
  display: block;
  transform: skew(10deg, 0);
}
.pu_page .data a.active,
.pu_page .data a:hover {
  color: #fff;
  background: #1ba0e6;
}
.pround_detail .il_box {
  padding: 1.4rem 0 1.6rem;
}
.pround_detail .il_box .le_box {
  width: 50%;
  position: relative;
}
.pround_detail .il_box .le_box .mySwiper12 {
  width: 53%;
  margin: 0 auto;
}
.pround_detail .il_box .le_box .mySwiper12 .swiper-slide {
  width: 100%;
}
.pround_detail .il_box .le_box .mySwiper12 .swiper-slide img {
  width: 100%;
  -webkit-box-reflect: below 5px -webkit-linear-gradient(top, rgba(255, 0, 0, 0), #ff0000);
}
.pround_detail .il_box .le_box .pu_pagination {
  z-index: 2;
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
}
.pround_detail .il_box .le_box .pu_pagination .swiper-pagination-bullet {
  transition: 0.4s;
  display: block;
  width: 0.26rem;
  height: 3px;
  background: #d8e1e5;
  border-radius: 0;
  opacity: 1;
}
.pround_detail .il_box .le_box .pu_pagination .swiper-pagination-bullet-active {
  background: #1ba0e6;
}
.pround_detail .il_box .ri_box {
  width: 50%;
}
.pround_detail .il_box .ri_box .r1 {
  padding: 0 0 0.5rem 0;
  border-bottom: 1px solid #dfe9ef;
}
.pround_detail .il_box .ri_box .r1 p {
  color: #1ba0e6;
  font-family: GilroyBold;
  line-height: 1.3;
}
.pround_detail .il_box .ri_box .r2 {
  margin: 0.36rem 0 0.7rem;
}
.pround_detail .il_box .ri_box .r2 p {
  color: #666;
  line-height: 1.5;
}
.pround_detail .il_box .ri_box .r3 .it {
  transition: 0.4s;
  margin-right: 0.3rem;
}
.pround_detail .il_box .ri_box .r3 .it:last-child {
  margin-right: 0;
}
.pround_detail .il_box .ri_box .r3 .it a {
  padding: 0.18rem 0.38rem;
  background: #1ba0e6;
  transform: skew(-10deg, 0);
}
.pround_detail .il_box .ri_box .r3 .it a svg {
  transform: skew(10deg, 0);
}
.pround_detail .il_box .ri_box .r3 .it a p {
  margin: 0 0 0 0.1rem;
  transform: skew(10deg, 0);
  color: #fff;
  font-family: GilroyMedium;
}
.pround_detail .il_box .ri_box .r3 .it:hover {
  transform: translateY(-6px);
}
.main {
  position: relative;
}
.main .main_bk {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .main_bk picture {
  width: 100%;
  height: 100%;
}
.main .main_bk picture img {
  width: 100%;
  height: 100%;
}
.main_1 .in_top .svg img {
  width: 0.42rem;
}
.main_1 .in_top .txt {
  margin: 0 0 0 0.26rem;
}
.main_1 .in_bot {
  margin: 0.8rem 0 0;
}
.main_1 .in_bot img {
  width: 100%;
}
.main_2 .in_top .svg img {
  width: 0.37rem;
}
.main_2 .in_top .txt {
  margin: 0 0 0 0.26rem;
}
.main_2 .in_bot {
  margin: 0.8rem 0 0;
 
}
.main_2 .in_bot .mySwiper13 {
     padding: 0 1px;
}
.main_2 .in_bot .mySwiper13 .swiper-slide {
  background: #ebf9ff;
}
.main_2 .in_bot .mySwiper13 .swiper-slide .img {
  transition: 0.4s;
  border: 1px solid transparent;
}
.main_2 .in_bot .mySwiper13 .swiper-slide .img img {
  width: 100%;
}
.main_2 .in_bot .mySwiper13 .swiper-slide .content {
  padding: 0.28rem 0.4rem;
}
.main_2 .in_bot .mySwiper13 .swiper-slide .content .t1 {
  margin: 0 0 0.28rem 0;
}
.main_2 .in_bot .mySwiper13 .swiper-slide .content .t1 p {
  font-family: GilroyMedium;
  color: #333;
  text-align: center;
}
.main_2 .in_bot .mySwiper13 .swiper-slide .content .t2 {
  transition: 0.4s;
  margin: 0 auto;
  width: 145px;
  line-height: 37px;
  border: 1PX solid #1ba0e6;
  transform: skew(-10deg, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
.main_2 .in_bot .mySwiper13 .swiper-slide .content .t2 p {
  transform: skew(10deg, 0);
}
.main_2 .in_bot .mySwiper13 .swiper-slide .content .t2 svg {
  transition: 0.4s;
  margin: 0 0 0 0.04rem;
  transform: skew(10deg, 0);
}
.main_2 .in_bot .mySwiper13 .swiper-slide:hover .img {
  border-color: #1ba0e6;
}
.main_2 .in_bot .mySwiper13 .swiper-slide:hover .content .t2 {
  background: #1ba0e6;
  color: #fff;
}
.main_2 .in_bot .mySwiper13 .swiper-slide:hover .content .t2 svg path {
  fill: #fff;
}
.pu_switch .prev,
.pu_switch .next {
  transition: 0.4s;
  cursor: pointer;
  width: 0.7rem;
  line-height: 0.36rem;
  transform: skew(-10deg, 0);
  background: #ebf9ff;
  text-align: center;
}
.pu_switch .prev svg,
.pu_switch .next svg {
  transition: 0.4s;
  transform: skew(10deg, 0);
}
.pu_switch .prev:hover,
.pu_switch .next:hover {
  background: #1ba0e6;
}
.pu_switch .prev:hover svg path,
.pu_switch .next:hover svg path {
  fill: #fff;
}
.pu_switch .prev {
  margin-right: 0.1rem;
}
.news {
  margin: 0.24rem 0 0;
}
.news .n1 .le_box {
  width: 50%;
  overflow: hidden;
}
.news .n1 .le_box img {
  transition: 0.4s;
  width: 100%;
}
.news .n1 .ri_box {
  width: 50%;
  background: #ebf9ff;
  padding: 0 0.56rem;
  display: flex;
  align-items: center;
}
.news .n1 .ri_box .e1 p {
  color: #999;
  font-family: GilroyMedium;
}
.news .n1 .ri_box .e2 {
  margin: 0.28rem 0 0.22rem;
}
.news .n1 .ri_box .e2 p {
  color: #333;
  line-height: 1.4;
  font-family: GilroyMedium;
}
.news .n1 .ri_box .e3 {
  margin: 0 0 0.9rem 0;
}
.news .n1 .ri_box .e3 p {
  color: #777;
  line-height: 2;
}
.news .n1 .ri_box .e4 {
  transition: 0.4s;
  width: 1.66rem;
  line-height: 0.44rem;
  border: 1px solid #1ba0e6;
  color: #333;
  transform: skew(-10deg, 0);
}
.news .n1 .ri_box .e4 p {
  transform: skew(10deg, 0);
}
.news .n1 .ri_box .e4 svg {
  transition: 0.4s;
  transform: skew(10deg, 0);
  margin: 0 0 0 0.06rem;
}
.news .n1:hover .le_box img {
  transform: scale(1.05);
}
.news .n1:hover .ri_box .e4 {
  background: #1ba0e6;
  color: #fff;
}
.news .n1:hover .ri_box .e4 svg path {
  fill: #fff;
}
.news .n2 {
  margin: 0.4rem 0 1rem;
  display: grid;
  gap: 0.4rem;
}
.news .n2 .slide a {
  background: #ebf9ff;
  padding: 0 0.6rem;
}
.news .n2 .slide a .de_p {
  padding: 0.34rem 0 0.22rem;
  align-items: flex-start;
  border-bottom: 1px solid #b2bcc0;
}
.news .n2 .slide a .de_p .time span {
  color: #999;
  font-family: GilroyMedium;
}
.news .n2 .slide a .de_p .time p {
  color: #999;
  font-family: GilroyMedium;
}
.news .n2 .slide a .de_p .btn {
  transition: 0.4s;
  width: 1.66rem;
  line-height: 0.44rem;
  border: 1px solid #1ba0e6;
  color: #333;
  transform: skew(-10deg, 0);
}
.news .n2 .slide a .de_p .btn p {
  transform: skew(10deg, 0);
}
.news .n2 .slide a .de_p .btn svg {
  transition: 0.4s;
  transform: skew(10deg, 0);
  margin: 0 0 0 0.06rem;
}
.news .n2 .slide a .de_b {
  padding: 0.22rem 0 0.5rem;
}
.news .n2 .slide a .de_b .txt p {
  color: #333;
  font-family: GilroyMedium;
}
.news .n2 .slide a .de_b .desc {
  margin: 0.2rem 0 0;
}
.news .n2 .slide a .de_b .desc p {
  color: #777;
}
.news .n2 .slide a:hover .de_p .btn {
  background: #1ba0e6;
  color: #fff;
}
.news .n2 .slide a:hover .de_p .btn svg path {
  fill: #fff;
}
.news_detail {
  margin: 0.24rem 0 0;
}
.news_detail .time p {
  color: #333;
  font-family: GilroyMedium;
}
.news_detail .title {
  padding: 0.1rem 0 0.48rem;
}
.news_detail .title p {
  color: #333;
  font-family: GilroyBold;
  line-height: 1.4;
}
.news_detail .compiler {
  padding: 0.5rem 0 1rem;
  border-top: 1px solid #ececec;
}
.news_detail .compiler p {
  color: #666;
  line-height: 2;
}
.news_detail .compiler img {
  max-width: 100%;
}
.re_news .re_bot {
  margin: 0.8rem 0 0;
}
.re_news .re_bot .mySwiper14 .swiper-slide a {
  transition: 0.4s;
  background: #ebf9ff;
  padding: 0.48rem 0.7rem;
}
.re_news .re_bot .mySwiper14 .swiper-slide a .txt p {
  transition: 0.4s;
  color: #333;
  line-height: 0.4rem;
  height: 0.8rem;
}
.re_news .re_bot .mySwiper14 .swiper-slide a .time {
  margin: 0.22rem 0 0.06rem;
}
.re_news .re_bot .mySwiper14 .swiper-slide a .time p {
  transition: 0.4s;
  color: #999;
}
.re_news .re_bot .mySwiper14 .swiper-slide a .more {
  transition: 0.4s;
  color: #666;
}
.re_news .re_bot .mySwiper14 .swiper-slide a .more svg {
  transition: 0.4s;
  margin: 0 0 0 0.06rem;
}
.re_news .re_bot .mySwiper14 .swiper-slide a:hover {
  background: #1ba0e6;
}
.re_news .re_bot .mySwiper14 .swiper-slide a:hover .txt p {
  color: #fff;
}
.re_news .re_bot .mySwiper14 .swiper-slide a:hover .time p {
  color: #fff;
}
.re_news .re_bot .mySwiper14 .swiper-slide a:hover .more {
  color: #fff;
}
.re_news .re_bot .mySwiper14 .swiper-slide a:hover .more svg path {
  fill: #fff;
}
.contact_us .us_box {
  margin: 0.74rem 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.contact_us .us_box .slide {
  transition: 0.4s;
  background: #ebf9ff;
  padding: 0.9rem 0.78rem 1.2rem;
}
.contact_us .us_box .slide .s1 {
  text-align: center;
  padding: 0 0.7rem;
  border-bottom: 1px solid #dddddd;
}
.contact_us .us_box .slide .s1 .svg img {
  height: 1.2rem;
}
.contact_us .us_box .slide .s1 .address {
  margin: 0.22rem 0;
}
.contact_us .us_box .slide .s1 .address p {
  color: #333;
  line-height: 0.3rem;
  height: 0.6rem;
}
.contact_us .us_box .slide .s2 {
  padding: 0.18rem 0.5rem 0;
}
.contact_us .us_box .slide .s2 .item {
  display: flex;
  justify-content: center;
  line-height: 1.8;
}
.contact_us .us_box .slide .s2 .item .m1 {
  color: #333;
  margin: 0 0.1rem 0 0;
  white-space: nowrap;
}
.contact_us .us_box .slide .s2 .item .m2 {
  text-align: center;
}
.contact_us .us_box .slide .s2 .item .m2 a {
  color: #333;
}
.contact_us .us_box .slide .s2 .item .m2 p {
  color: #333;
}
.contact_us .us_box .slide.active {
  background: #1ba0e6;
}
.contact_us .us_box .slide.active .s1 {
  border-bottom-color: #fff;
}
.contact_us .us_box .slide.active .s1 .svg img {
  filter: brightness(100);
}
.contact_us .us_box .slide.active .s1 .address p {
  color: #fff;
}
.contact_us .us_box .slide.active .s2 .item .m1 {
  color: #fff;
}
.contact_us .us_box .slide.active .s2 .item .m2 a {
  color: #fff;
}
.contact_us .us_box .slide.active .s2 .item .m2 p {
  color: #fff;
}
.myMap {
  width: 100%;
}
.myMap .item {
  display: none;
}
.myMap .item a img {
  width: 100%;
}
.myMap .item.active {
  display: block;
}
.search_list .slide {
  border-bottom: 1px solid #ccc;
}
.search_list .slide a {
  padding: 0.3rem 0;
}
.search_list .slide a .le_box {
  transition: 0.4s;
  flex: 0.9;
  color: #333;
}
.search_list .slide a .ri_box {
  transition: 0.4s;
  margin: 0 auto;
  width: 145px;
  line-height: 37px;
  border: 1PX solid #1ba0e6;
  transform: skew(-10deg, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
.search_list .slide a .ri_box p {
  transition: 0.4s;
  transform: skew(10deg, 0);
}
.search_list .slide a .ri_box svg {
  transition: 0.4s;
  margin: 0 0 0 0.04rem;
  transform: skew(10deg, 0);
}
.search_list .slide a:hover .le_box {
  color: #1ba0e6;
}
.search_list .slide a:hover .ri_box {
  background: #1ba0e6;
}
.search_list .slide a:hover .ri_box p {
  color: #fff;
}
.search_list .slide a:hover .ri_box svg path {
  fill: #fff;
}
.search_list .ch_2 {
  margin: 0.8rem 0 0;
}
@media (max-width: 1680px) {
  .w1520 {
    padding: 0 1.5rem;
  }
  .pc_header .column .nav .item .down_two .wrap .wrap_left .ul {
    padding: 0.35rem 0.8rem 0.6rem 1.5rem;
  }
  .pc_header .column .nav .item .down_two .wrap .wrap_right {
    padding: 0.55rem 1.5rem 0.6rem 0.9rem;
  }
  .index_main .mySwiper1 .swiper-slide .main_6 .in_box,
  .index_main .mySwiper1 .swiper-slide .main_4 .in_box {
    padding: 1.5rem 0 0;
  }
  .index_main .mySwiper1 .swiper-slide .main_2 .in_box {
    padding: 1.7rem 0 0;
  }
  .index_main .mySwiper1 .swiper-slide .main_7 .in_box {
    padding: 1.5rem 0 0.62rem;
  }
  .index_main .pu_pagination {
    bottom: 1rem;
  }
  .index_main .pu_sb {
    bottom: 0.4rem;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point1 {
    top: 47.6%;
    left: 13.8%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point2 {
    top: 70.8%;
    left: 20%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point3 {
    top: 82.8%;
    left: 23%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point4 {
    top: 64%;
    left: 25.7%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point5 {
    top: 35.3%;
    left: 42.6%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point6 {
    top: 43%;
    left: 44.5%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point7 {
    top: 45.5%;
    left: 47.7%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point8 {
    top: 64.5%;
    left: 46%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point9 {
    top: 35%;
    left: 64%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point10 {
    top: 44%;
    left: 65%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point11 {
    top: 67%;
    left: 75.2%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point12 {
    top: 68%;
    left: 79%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point13 {
    top: 53.4%;
    left: 80.8%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point14 {
    top: 78.5%;
    left: 82.6%;
  }
}
@media (max-width: 1500px) {
  .w1520 {
    padding: 0 1rem;
  }
  .pc_header .column .nav .item .down_two .wrap .wrap_left .ul {
    padding: 0.35rem 0.6rem 0.6rem 1rem;
  }
  .pc_header .column .nav .item .down_two .wrap .wrap_right {
    padding: 0.55rem 1rem 0.6rem 0.7rem;
  }
  .pu_switch .prev svg,
  .pu_switch .next svg {
    transform: skew(10deg, 0) scale(0.7);
  }
  .f20 {
    font-size: 0.22rem;
  }
  .f18 {
    font-size: 0.2rem;
  }
  .f16 {
    font-size: 0.18rem;
  }
  .f14 {
    font-size: 0.16rem;
  }
  .product .ri_box {
    padding: 0 0 0 0.8rem;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point1 {
    top: 47.7%;
    left: 13.6%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point2 {
    top: 69.8%;
    left: 20%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point3 {
    top: 81.5%;
    left: 23%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point4 {
    top: 63.5%;
    left: 25.6%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point5 {
    top: 36%;
    left: 42.6%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point6 {
    top: 43.3%;
    left: 44.5%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point7 {
    top: 45.5%;
    left: 47.7%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point8 {
    top: 64%;
    left: 46%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point9 {
    top: 34%;
    left: 63%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point10 {
    top: 43%;
    left: 64%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point11 {
    top: 67%;
    left: 75.2%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point12 {
    top: 67.3%;
    left: 79%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point13 {
    top: 53.4%;
    left: 80.8%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point14 {
    top: 77.5%;
    left: 82.8%;
  }
}
@media (max-width: 1400px) {
    .index_main .pu_sb img {
        width: 16px;
    }
  .f80 {
    font-size: 0.7rem;
  }
  .index_main .mySwiper1 .swiper-slide .main_2 .in_box .ue2 {
    margin: 0.58rem 0 0.4rem;
  }
  .index_main .mySwiper1 .swiper-slide .main_6 .in_box .n2 .mySwiper5 .swiper-slide a .de_img img {
    height: 2.5rem;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point1 {
    top: 47.7%;
    left: 15.6%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point2 {
    top: 71%;
    left: 21.7%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point3 {
    top: 83.6%;
    left: 24.6%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point4 {
    top: 64.5%;
    left: 27%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point5 {
    top: 34.5%;
    left: 43%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point6 {
    top: 42.8%;
    left: 44.7%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point7 {
    top: 45.2%;
    left: 47.8%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point8 {
    top: 65%;
    left: 46.2%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point9 {
    top: 33.5%;
    left: 62.5%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point10 {
    top: 42.5%;
    left: 63.5%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point11 {
    top: 67.5%;
    left: 73.6%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point12 {
    top: 68.3%;
    left: 77.3%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point13 {
    top: 53.4%;
    left: 79%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point14 {
    top: 79.3%;
    left: 80.8%;
  }
}
@media (max-width: 1300px) {
  .index_main .mySwiper1 .swiper-slide .main_2 .in_box {
    padding: 1.5rem 0 0;
  }
  .index_main .mySwiper1 .swiper-slide .main_2 .in_box .ue4 {
    padding: 0.44rem 2rem 0.48rem;
  }
  .index_main .mySwiper1 .swiper-slide .main_4 .in_box .on3 .mySwiper4 .item a {
    padding: 0.46rem 0.2rem 0.8rem;
  }
  .index_main .mySwiper1 .swiper-slide .main_6 .in_box .n2 .mySwiper5 .swiper-slide a .de_img img {
    height: 2.4rem;
  }
  .index_main .pu_pagination {
    bottom: 0.7rem;
  }
  .index_main .pu_sb {
    bottom: 0.2rem;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point1 {
    top: 47.5%;
    left: 15.5%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point2 {
    top: 71%;
    left: 21.5%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point3 {
    top: 83.8%;
    left: 24.5%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point4 {
    top: 64.5%;
    left: 26.8%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point5 {
    top: 34.5%;
    left: 43%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point6 {
    top: 42.8%;
    left: 44.7%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point7 {
    top: 45.2%;
    left: 47.8%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point8 {
    top: 65%;
    left: 46.2%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point9 {
    top: 33.5%;
    left: 62.5%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point10 {
    top: 42.5%;
    left: 63.5%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point11 {
    top: 67.5%;
    left: 73.6%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point12 {
    top: 68.3%;
    left: 77.3%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point13 {
    top: 53.4%;
    left: 79%;
  }
  .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point14 {
    top: 79.3%;
    left: 81%;
  }
}
@media (max-width: 1200px) {
    .index_main .mySwiper1 .swiper-slide .main_5 .in_box .point_box {
        display: none;
    }
    .public_anchor {
        top: -58px;
    }
  .w1520 {
    padding: 0 5vw;
  }
  .pc_header {
    display: none;
  }
  .HeaderMobile .box .button .lang a span {
    margin: 0 0 0 0.1rem;
    color: #fff;
  }
  .down_search {
    top: 58px;
  }
  .down_search .wrap form {
    width: 90%;
  }
  .contact_us .us_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .myMap .item a img {
    height: 40vh;
  }
  .news .n1 .ri_box {
    padding: 0.56rem;
  }
  .pu_page .data a {
    width: 0.5rem;
    line-height: 0.4rem;
    display: none;
  }
  .pu_page .data a.active {
    display: block;
  }
  .pu_page .prev a,
  .pu_page .next a,
  .pu_switch .prev,
  .pu_switch .next {
    width: 0.8rem;
    line-height: 0.4rem;
  }
  .re_news .re_bot .mySwiper14 .swiper-slide a {
    padding: 0.4rem;
  }
  .product .le_box {
    display: none;
  }
  .product .ri_box {
    padding: 0;
  }
  .pround_detail .il_box .ri_box,
  .profile .file_2 .ri_box {
    margin: 0.6rem 0 0;
  }
  .pround_detail .il_box {
    padding: 1rem 0;
  }
  .profile .file_2 .le_box {
    padding: 0;
  }
  .profile .file_3 .line {
    display: none;
  }
  .profile .file_3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
  .history .ry_2 .sw_2 .mySwiper11 {
    margin: 0 0.22rem;
  }
  .history .ry_2 .sw_2 .swiper-slide p {
    padding: 0.3rem 0 0;
  }
  .history .ry_2 .sw_2 .swiper-slide p::before {
    width: 0.025rem;
    height: 0.2rem;
  }
  .culture .cu_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .culture .cu_2 .slide .sli_nr {
    padding: 0.4rem;
  }
  .activities .es_2 .swiper_1 .swiper-slide {
    padding: 1px;
    grid-template-columns: repeat(1, 1fr);
  }
  .activities .es_2 .swiper_1 .swiper-slide .ri_box {
    padding: 0.6rem;
  }
  .pc_footer .ter_top .le_box {
    display: none;
  }
  .index_main .mySwiper1 {
    /*height: calc(100vh - 58px);*/
    height: calc(var(--vh) - 58px);
  }
  .index_main .mySwiper1 .swiper-slide .main_2 .in_box .ue3 {
    padding: 0 0.4rem;
  }
  .index_main .mySwiper1 .swiper-slide .main_2 .in_box .ue4 {
    padding: 0.6rem 1rem;
  }
  .index_main .mySwiper1 .swiper-slide .main_4 .in_box .on2 {
    margin: 0.6rem 0;
  }
  .index_main .mySwiper1 .swiper-slide .main_4 .in_box .on2 p {
    width: 100%;
  }
  .index_main .mySwiper1 .swiper-slide .main_6 .in_box .n2 .mySwiper5 .swiper-slide a .de_img img {
    height: auto;
  }
  .index_main .mySwiper1 .swiper-slide .main_7 .in_box .p2 .mySwiper6 {
    margin: 0 1rem;
  }
  .index_main .index_pagination .swiper-pagination-bullet {
    width: 0.16rem;
  }
  .index_main .index_pagination,
  .index_main .index_pagination .swiper-pagination-bullet-active {
    width: 0.3rem;
  }
  .profile .file_2 .ri_box,
  .profile .file_2 .le_box,
  .pround_detail .il_box .le_box,
  .pround_detail .il_box .ri_box,
  .product .ri_box,
  .news .n1 .ri_box,
  .news .n1 .le_box {
    width: 100%;
  }
  .f48 {
    font-size: 0.38rem;
  }
}
@media (max-width: 750px) {
    .pc_footer .ter_bot a {
        margin-left: 0;
    }
  .f80 {
    font-size: 0.5rem;
  }
  .f60 {
    font-size: 0.4rem;
  }
  .f48 {
    font-size: 0.32rem;
  }
  .index_main .mySwiper1 .swiper-slide .main_1 .mySwiper2 .swiper-slide .center .c3 {
    line-height: 1.4;
  }
  .index_main .mySwiper1 .swiper-slide .main_2 .in_box,
  .index_main .mySwiper1 .swiper-slide .main_6 .in_box,
  .index_main .mySwiper1 .swiper-slide .main_4 .in_box {
    padding: 0.5rem 0 0;
  }
  .index_main .mySwiper1 .swiper-slide .main_2 .in_box .ue3 {
    padding: 0;
  }
  .index_main .mySwiper1 .swiper-slide .main_2 .in_box .ue4 {
    padding: 0.6rem 0;
  }
  .index_main .mySwiper1 .swiper-slide .main_2 .in_box .ue3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem 0;
  }
  .index_main .mySwiper1 .swiper-slide .main_3 .in_box .center .video_desc p br {
    display: none;
  }
  .index_main .mySwiper1 .swiper-slide .main_4 .in_box .on1 .txt {
    margin: 0 0 0.3rem 0;
  }
  .index_main .mySwiper1 .swiper-slide .main_2 .in_box .ue2 p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .index_main .index_pagination .swiper-pagination-bullet {
    width: 0.1rem;
  }
  .index_main .index_pagination,
  .index_main .index_pagination .swiper-pagination-bullet-active {
    width: 0.2rem;
  }
  .index_main .mySwiper1 .swiper-slide .main_7 .in_box {
    padding: 0.5rem 0;
  }
  .history .ry_2 .sw_1 .mySwiper10 .swiper-slide .center {
    padding: 0.5rem 0.3rem;
    display: block;
  }
  .history .ry_2 .sw_1 .mySwiper10 .swiper-slide .center .desc {
    padding: 0.3rem 0 0;
  }
  .history .ry_2 .sw_1 .navigation {
    display: none;
  }
  .history .ry_2 .sw_1 .mySwiper10 {
    width: 100%;
    height: auto;
    background: #ffffff;
  }
  .history .ry_2 .sw_2 {
    background: none;
    border-top: 1px solid #ddd;
  }
  .history .ry_2 .sw_2 .mySwiper11 {
    margin: 0;
  }
  .culture .cu_2,
  .product .ri_box .x2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .pround_detail .il_box .le_box .mySwiper12 {
    width: 68%;
  }
  .pround_detail .il_box .ri_box .r3 .it {
    margin-bottom: 0.2rem;
  }
  .main_2 .in_top .pu_switch,
  .re_news .re_top .pu_switch {
    margin: 0.3rem 0 0;
  }
  .main_1 .in_bot,
  .main_2 .in_bot {
    margin: 0.4rem 0 0;
  }
  .news .n1 .ri_box {
    padding: 0.4rem;
  }
  .news .n2 .slide a {
    padding: 0 0.4rem;
  }
  .contact_us .us_box .slide {
    padding: 0.6rem 0.3rem;
  }
  .contact_us .us_box .slide .s1 {
    padding: 0;
  }
  .contact_us .us_box .slide .s2 {
    padding: 0.18rem 0 0;
  }
  .search_list .slide a .le_box {
    flex: 1;
  }
  .search_list .slide a .ri_box {
    display: none;
  }
}
