.public_w {
  max-width: 1420px;
  width: 85%;
  margin: 0 auto;
}
* {
  margin: 0;
  padding: 0;
}
.title {
  /* font-family: PingFang_SC_Medium1; */
  font-family: PingFang_SC_Medium;
  font-size: calc(14px + 1.5rem);
  color: #333;
}
.home {
  width: 100%;
  /* banner */
  /* 关于我们 */
  /* 产品与服务 */
  /* 应用领域 */
  /* 新闻 */
  /* 全球营销 */
}
.home .home_banner {
  width: 100%;
  overflow: hidden;
  margin-top: calc(50px + 2.5rem);
}
.home .home_banner .sw_banner {
  width: 100%;
}
.home .home_banner .sw_banner .swiper-slide {
  width: 100%;
  position: relative;
}
.home .home_banner .sw_banner .swiper-slide > img {
  width: 100%;
  /* transition: transform 0.5s ease; */
}
.home .home_banner .sw_banner .swiper-slide .animate {
  animation: animate1 4s ease-out;
}
.home .home_banner .sw_banner .swiper-slide .banner1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  /* border: 1px solid #f00; */
}

.video_mask{
    width:100%;
    height: 100%;
    background: #00000070;
    background-size:cover ;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
   align-items: center;
   gap: calc(5px + 0.5rem);
}

.video_mask .video_mask_p1{
    font-size: calc(18px + 2rem);
    color: #ffffff;
    margin-top: calc(50px + 15rem);
}
.video_mask .video_mask_p2{
    font-size: calc(0px + 1.5rem);
    color: #ffffff;
}
.home .home_banner .sw_banner .swiper-slide .banner1 > .public_w {
  width: 80%;
  display: flex;
  flex-direction: column;
  /* border: 1px solid #000; */
}
.home .home_banner .sw_banner .swiper-slide .banner1 > .public_w > p {
  font-family: PingFang_SC_Medium;
  font-size: calc(18px + 1.5rem);
  color: #FFFFFF;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.home .home_banner .sw_banner .swiper-slide .banner1 > .public_w > span {
  width: 39.295%;
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.4rem);
  color: #FFFFFF;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  margin-top: calc(10px + 1rem);
  margin-bottom: calc(16px + 2.5rem);
  opacity: 0;
}
.home .home_banner .sw_banner .swiper-slide .banner1 > .public_w > a {
  width: calc(86px + 5rem);
  height: calc(21px + 1.5rem);
  border-radius: calc(21px + 1.5rem);
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.3rem);
  color: #FFFFFF;
  opacity: 0;
}
.home .home_banner .sw_banner .swiper-slide .banner1 > .public_w > a > img {
  width: calc(15px + 1.5rem);
  height: calc(15px + 1.5rem);
  margin-left: 3px;
  margin-right: calc(10px + 0.7rem);
}
.home .home_banner .sw_banner .swiper-slide .banner1 > .public_w .p1 {
  animation: animate2 0.6s linear;
  animation-fill-mode: forwards;
}
.home .home_banner .sw_banner .swiper-slide .banner1 > .public_w .p2 {
  animation: animate3 0.6s linear;
  animation-fill-mode: forwards;
}
.home .index_about {
  width: 100%;
  background: url('../images/index_about_bg1.jpg') no-repeat;
  background-size: 100% 100%;
  padding: calc(30px + 5rem) 0;
}
.home .index_about > .public_w {
  width: 80%;
  display: flex;
  flex-direction: column;
  /* border: 1px solid #000; */
}
.home .index_about > .public_w .index_about1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.home .index_about > .public_w .index_about1 > .l {
  width: 43.16%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  /* border: 1px solid #f00; */
}
.home .index_about > .public_w .index_about1 > .l > img {
  width: calc(20px + 2rem);
  margin-top: calc(10px + 0.7rem);
  margin-bottom: calc(10px + 2.5rem);
}
.home .index_about > .public_w .index_about1 > .l > div {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.home .index_about > .public_w .index_about1 > .l > div > p {
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.3rem);
  color: #333333;
  line-height: calc(10px + 1rem);
}
.home .index_about > .public_w .index_about1 > .l > div > p:nth-child(2) {
  margin-top: calc(10px + 0.4rem);
}
.home .index_about > .public_w .index_about1 > .l > a {
  width: calc(50px + 5rem);
  height: calc(26px + 1rem);
  background: #003B95;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.5rem);
  color: #FFFFFF;
  margin-top: calc(18px + 1.5rem);
}
.home .index_about > .public_w .index_about1 > .r {
  width: 49.85%;
  /* height: calc(129px + 15rem); */
  margin-right: calc(10px + 0.45rem);
  border: 1px solid #003B95;
}
.home .index_about > .public_w .index_about1 > .r > img {
  width: 100%;
  height: 100%;
  margin-top: calc(-10px - 1rem);
  margin-left: calc(10px + 0.45rem);
}
.home .index_about > .public_w .index_about2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: calc(20px + 2.5rem);
  /* border: 1px solid #000; */
}
.home .index_about > .public_w .index_about2 > li {
  width: 23.802%;
  height: calc(48px + 5rem);
  background: #fff;
  position: relative;
  padding-left: calc(20px + 1rem);
  padding-right: calc(20px + 1.5rem);
}
.home .index_about > .public_w .index_about2 > li > div:nth-of-type(1) {
  width: 100%;
  margin-top: calc(10px + 0.8rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border: 1px solid #000; */
}
.home .index_about > .public_w .index_about2 > li > div:nth-of-type(1) > p:nth-child(1) {
  display: flex;
  align-items: center;
}
.home .index_about > .public_w .index_about2 > li > div:nth-of-type(1) > p:nth-child(1) > span:nth-child(1) {
  width: 2px;
  height: calc(10px + 0.2rem);
  background: #003B95;
  margin-right: calc(5px + 0.35rem);
}
.home .index_about > .public_w .index_about2 > li > div:nth-of-type(1) > p:nth-child(1) > span:nth-child(2) {
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.3rem);
  color: #333333;
}
.home .index_about > .public_w .index_about2 > li > div:nth-of-type(1) > p:nth-child(2) {
  width: calc(18px + 0.5rem);
  height: calc(18px + 0.5rem);
  border-radius: 50%;
  background: #003B95;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFang_SC_Regular;
  font-size: calc(7px + 0.35rem);
  color: #FFFFFF;
}
.home .index_about > .public_w .index_about2 > li > div:nth-of-type(2) {
  display: flex;
  align-items: flex-end;
  color: #003B95;
  font-family: PingFang_SC_Medium;
  position: absolute;
  right: calc(20px + 1.5rem);
  bottom: calc(-10px - 1.15rem);
}
.home .index_about > .public_w .index_about2 > li > div:nth-of-type(2) > span {
  font-size: calc(16px + 1.5rem);
  margin-right: 0.4rem;
  /* line-height: calc(16px + 1.5rem); */
}
.home .index_about > .public_w .index_about2 > li > div:nth-of-type(2) > p {
  font-size: calc(6px + 0.5rem);
  margin-bottom: 13px;
}
.home .cpyfw {
  width: 80%;
  margin-top: calc(20px + 5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: calc(20px + 4.5rem);
  /* border: 1px solid #000; */
}
.home .cpyfw > img {
  margin-top: calc(10px + 0.7rem);
  margin-bottom: calc(10px + 0.5rem);
  width: calc(10px + 2.5rem);
}
.home .cpyfw > span {
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.4rem);
  color: #777;
  text-align: center;
}
.home .cpyfw > div {
  width: 100%;
  height: calc(180px + 20rem);
  position: relative;
  margin-top: calc(20px + 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #000; */
}
.home .cpyfw > div > img:nth-of-type(2),
.home .cpyfw > div > p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
}
.home .cpyfw > div > img:nth-of-type(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  animation: rotate 2s linear infinite;
}
.home .cpyfw > div > img:nth-of-type(2) {
  height: 94.137%;
}
.home .cpyfw > div > p {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: PingFang_SC_Medium;
  font-size: calc(10px + 0.9rem);
  color: #003B95;
}
.home .cpyfw > div > p > span {
  font-family: DINPRO_Bold;
  font-size: calc(5px + 0.25rem);
  color: #003B95;
}
.home .cpyfw > div > div {
  width: 100%;
  height: 100%;
  padding: 0 calc(31px + 2.5rem);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  z-index: 20;
  /* border: 1px solid #000; */
}
.home .cpyfw > div > div > a {
  width: 50%;
  display: flex;
  align-items: center;
  font-family: PingFang_SC_Medium;
  font-size: calc(10px + 0.8rem);
  color: #333333;
  transition: all 0.3s;
}
.home .cpyfw > div > div > a > span {
  height: 1px;
  border: 1px solid rgba(151, 151, 151, 0.35);
  margin-left: calc(4px + 0.2rem);
}
.home .cpyfw > div > div > a:nth-of-type(2n) {
  justify-content: flex-end;
}
.home .cpyfw > div > div > a:nth-of-type(2n) > span {
  margin-right: calc(4px + 0.2rem);
}
.home .cpyfw > div > div > a:nth-of-type(3),
.home .cpyfw > div > div > a:nth-of-type(4) {
  margin: calc(50px + 5rem) 0;
}
.home .cpyfw > div > div > a:nth-of-type(1) > span,
.home .cpyfw > div > div > a:nth-of-type(2) > span {
  width: calc(97px + 5rem);
}
.home .cpyfw > div > div > a:nth-of-type(3) > span {
  width: calc(51px + 5rem);
}
.home .cpyfw > div > div > a:nth-of-type(4) > span {
  width: calc(31px + 5rem);
}
.home .cpyfw > div > div > a:nth-of-type(5) > span {
  width: calc(39px + 10rem);
}
.home .cpyfw > div > div > a:nth-of-type(6) > span {
  width: calc(59px + 5rem);
}
.home .cpyfw > div > div > a:hover {
  color: #003B95;
}
.home .index_yyly {
  width: 100%;
  background: rgba(240, 241, 246, 0.7);
  padding-top: calc(20px + 3rem);
  padding-bottom: calc(22px + 4.5rem);
}
.home .index_yyly > .public_w {
  width: 80%;
  display: flex;
  flex-direction: column;
}
.home .index_yyly > .public_w > img {
  width: calc(20px + 2rem);
  margin-top: calc(10px + 0.7rem);
  margin-bottom: calc(10px + 0.4rem);
}
.home .index_yyly > .public_w > span {
  width: 61.408%;
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.4rem);
  color: #333333;
  line-height: calc(10px + 1rem);
}
.home .index_yyly .index_yyly1 {
  width: 100%;
  margin-top: calc(20px + 2rem);
  display: flex;
  justify-content: space-between;
}
.home .index_yyly .index_yyly1 > li {
  overflow: hidden;
  /* border: 1px solid #000; */
}
.home .index_yyly .index_yyly1 > li .yy1 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home .index_yyly .index_yyly1 > li .yy1 > img {
  width: 100%;
}
.home .index_yyly .index_yyly1 > li .yy1 > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  bottom: 0;
  /* background: rgba(0,59,149,0.7); */
  z-index: 10;
  padding: calc(10px + 0.5rem) calc(17px + 4rem) calc(10px + 0.6rem) calc(10px + 0.9rem);
  transform: translateY(150%);
  transition: all 0.3s;
}
.home .index_yyly .index_yyly1 > li .yy1 > div > p {
  font-family: PingFang_SC_Medium;
  font-size: calc(10px + 0.5rem);
  color: #FFFFFF;
  margin-bottom: calc(6px + 0.3rem);
}
.home .index_yyly .index_yyly1 > li .yy1 > div > span {
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.3rem);
  color: rgba(255, 255, 255, 0.9);
  line-height: calc(10px + 0.8rem);
}
.home .index_yyly .index_yyly1 > li .yy1:hover > div {
  background: rgba(0, 59, 149, 0.7);
  transform: translateY(0%);
}
.home .index_yyly .index_yyly1 > li:nth-child(1) {
  width: 49.3222%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .index_yyly .index_yyly1 > li:nth-child(1) > div:nth-child(2) {
  display: flex;
  justify-content: space-between;
}
.home .index_yyly .index_yyly1 > li:nth-child(1) > div:nth-child(2) > div {
  width: 49.102%;
}
.home .index_yyly .index_yyly1 > li:nth-child(2) {
  width: 24.3222%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .index_yyly .index_yyly1 > li:nth-child(3) {
  width: 24.479%;
}
.home .index_news {
  width: 80%;
  margin-top: calc(30px + 5rem);
  margin-bottom: calc(48px + 5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border: 1px solid #000; */
}
.home .index_news > img {
  margin-top: calc(10px + 0.7rem);
  margin-bottom: calc(10px + 0.5rem);
  width: calc(10px + 2.5rem);
}
.home .index_news > span {
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.4rem);
  color: #333333;
}
.home .index_news .swiper {
  width: 100%;
  overflow: hidden;
  margin-top: calc(10px + 2.5rem);
  padding-bottom: 5px;
  /* border: 1px solid #000; */
}
.home .index_news .swiper .swiper-slide {
  width: 31.76%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border: 1px #0f0 solid; */
  /* border: 1px solid rgba(151,151,151,0.4); */
  transition: all 0.3s;
}
.home .index_news .swiper .swiper-slide > a {
  width: 100%;
}
.home .index_news .swiper .swiper-slide > a .contt1 {
  width: 100%;
  /* height: 100%; */
  overflow: hidden;
  height: calc(82px + 10rem);
}
.home .index_news .swiper .swiper-slide > a .contt1 img {
  width: 100%;
  height: 100%;
  /* height: 303px; */
  transition: all 0.3s;
}
.home .index_news .swiper .swiper-slide > a .contt2 {
  width: 100%;
  /* height: calc(82px + 5rem); */
  display: flex;
  flex-direction: column;
  padding-left: calc(10px + 1.25rem);
  padding-right: calc(10px + 3.5rem);
  border: 1px solid rgba(151, 151, 151, 0.4);
  transition: all 0.3s;
  /* border: 1PX #F00 solid; */
}
.home .index_news .swiper .swiper-slide > a .contt2 > p {
  width: 100%;
  font-family: PingFang_SC_Medium;
  font-size: calc(10px + 0.3rem);
  color: #333333;
  line-height: calc(10px + 1rem);
  margin-top: calc(10px + 0.9rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.home .index_news .swiper .swiper-slide > a .contt2 > span {
  display: block;
  width: 100%;
  height: 1px;
  position: relative;
  margin-top: 0.7rem;
  margin-bottom: calc(10px + 0.6rem);
  transition: background-color 1s;
}
.home .index_news .swiper .swiper-slide > a .contt2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #003B95;
  transition: width 0.5s;
}
.home .index_news .swiper .swiper-slide > a .contt2 > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: calc(10px + 1rem);
  /* border: 1px #ff0 solid; */
}
.home .index_news .swiper .swiper-slide > a .contt2 > div > div {
  display: flex;
  align-items: center;
}
.home .index_news .swiper .swiper-slide > a .contt2 > div > div > img {
  width: calc(10px + 0.4rem);
}
.home .index_news .swiper .swiper-slide > a .contt2 > div > div > span {
  font-family: DINPRO_Regular;
  font-size: calc(10px + 0.5rem);
  color: rgba(119, 119, 119, 0.8);
  margin-left: 0.4rem;
}
.home .index_news .swiper .swiper-slide > a .contt2 > div > img:nth-of-type(1) {
  width: 0.5rem;
  /* height: 19px; */
}
.home .index_news .swiper .swiper-slide > a:hover .contt1 > img {
  transform: scale(1.1);
}
.home .index_news .swiper .swiper-slide > a:hover .contt2 > span::before {
  width: 100%;
}
.home .index_news .swiper .swiper-slide:hover {
  border: none;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  /* .swiper-slide2{
                    border: none;
                } */
}
.home .index_news .swiper .swiper-slide:hover .contt2 {
  border: 1px solid rgba(151, 151, 151, 0);
  box-shadow: 0px 0px 8px 2px rgba(144, 144, 144, 0.2);
}
.home .qqyx {
  width: 100%;
  background: #F9F9F9;
  padding-top: calc(12px + 3.5rem);
  padding-bottom: calc(23px + 5rem);
  position: relative;
}
.home .qqyx > .public_w {
  width: 80%;
  display: flex;
  flex-direction: column;
  /* border: 1px solid #000; */
}
.home .qqyx > .public_w .qqyx1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.home .qqyx > .public_w .qqyx1 .l {
  width: 31.549%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* border: 1px solid #000; */
}
.home .qqyx > .public_w .qqyx1 .l > img {
  width: calc(10px + 2.5rem);
  margin-top: calc(10px + 0.7rem);
  margin-bottom: calc(15px + 2rem);
}
.home .qqyx > .public_w .qqyx1 .l > span {
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.3rem);
  color: #333333;
  line-height: calc(12px + 1rem);
}
.home .qqyx > .public_w .qqyx1 .l > a {
  width: calc(56px + 2.5rem);
  height: calc(17px + 1rem);
  background: #003B95;
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.4rem);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(18px + 1.5rem);
}
.home .qqyx > .public_w .qqyx1 .r {
  width: 66.056%;
  /* border: 1px #f00 solid; */
}
.home .qqyx > .public_w .qqyx1 .r > div {
  width: 100%;
  position: relative;
  /* border: 1px solid #000; */
  /* 连接线 */
  /* 国家点 */
}
.home .qqyx > .public_w .qqyx1 .r > div > img {
  width: 100%;
}
.home .qqyx > .public_w .qqyx1 .r > div .linemapAll {
  position: absolute;
  /* // width: 86px; */
  height: 1px;
  background-color: #E60012;
  transition: 0.7s;
  z-index: 100;
}
.home .qqyx > .public_w .qqyx1 .r > div .linemap1 {
  width: 59.7%;
  transform-origin: right center;
  transform: rotate(4.5deg);
  bottom: 61.5%;
  right: 22%;
}
.home .qqyx > .public_w .qqyx1 .r > div .linemap2 {
  width: 28.2%;
  transform-origin: right center;
  transform: rotate(12.22deg);
  bottom: 61.5%;
  right: 22%;
}
.home .qqyx > .public_w .qqyx1 .r > div .linemap3 {
  width: 5.2%;
  transform-origin: right center;
  transform: rotate(145deg);
  bottom: 61.5%;
  right: 22%;
}
.home .qqyx > .public_w .qqyx1 .r > div .linemap4 {
  width: 8.2%;
  transform-origin: right center;
  transform: rotate(161deg);
  bottom: 61.5%;
  right: 22%;
}
.home .qqyx > .public_w .qqyx1 .r > div .mapiconArrive {
  /* width: calc(18px + 2.5rem); */
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.5s;
  z-index: 200;
  /* border: 1px #f00 solid; */
}
.home .qqyx > .public_w .qqyx1 .r > div .mapiconArrive > .dian {
  width: calc(10px + 0.65rem);
  height: calc(10px + 0.65rem);
  border: 1px solid #003B95;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .qqyx > .public_w .qqyx1 .r > div .mapiconArrive > .dian > span {
  width: calc(4px + 0.25rem);
  height: calc(4px + 0.25rem);
  background: #003B95;
  border-radius: 50%;
  overflow: hidden;
}
.home .qqyx > .public_w .qqyx1 .r > div .mapiconArrive .mapName {
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.3rem);
  color: #333333;
  margin-top: 0.3rem;
}
.home .qqyx > .public_w .qqyx1 .r > div .mapiconArrive > .dian2 {
  width: calc(11px + 1rem);
  height: calc(11px + 1rem);
  border: 1px dashed #E60012;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .qqyx > .public_w .qqyx1 .r > div .mapiconArrive > .dian2 > p {
  width: calc(10px + 0.5rem);
  height: calc(10px + 0.5rem);
  border: 1px solid #E60012;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.home .qqyx > .public_w .qqyx1 .r > div .mapiconArrive > .dian2 > p > span {
  width: calc(4px + 0.2rem);
  height: calc(4px + 0.2rem);
  background: #E60012;
  border-radius: 50%;
}
.home .qqyx > .public_w .qqyx1 .r > div .mapicon {
  top: 34.96%;
  left: 76.65%;
}
.home .qqyx > .public_w .qqyx1 .r > div .gs {
  position: absolute;
  padding: calc(5px + 0.4rem) calc(10px + 0.5rem);
  background: rgba(0, 59, 149, 0.8);
  text-align: center;
  font-family: PingFang_SC_Medium;
  font-size: calc(10px + 0.3rem);
  color: #FFFFFF;
  line-height: calc(10px + 0.6rem);
  margin-top: calc(6px + 0.3rem);
  top: 44.47%;
  left: 66.63%;
}
.home .qqyx > .public_w .qqyx1 .r > div .mapicon01 {
  top: 25.88%;
  left: 16.52%;
}
.home .qqyx > .public_w .qqyx1 .r > div .mapicon02 {
  top: 23.45%;
  left: 47.44%;
}
.home .qqyx > .public_w .qqyx1 .r > div .mapicon03 {
  top: 22.79%;
  left: 80.7%;
}
.home .qqyx > .public_w .qqyx1 .r > div .mapicon03 .mapName {
  margin-top: 0;
  margin-bottom: 0.3rem;
}
.home .qqyx > .public_w .qqyx1 .r > div .mapicon04 {
  top: 29.87%;
  left: 84.43%;
}
.home .qqyx > .public_w .qqyx1 .r > div .mapiconNo {
  transform: scale(0);
}
.home .qqyx > .public_w .qqyx1 .r > div .linemapAllNo {
  width: 0;
}
.home .qqyx > .public_w .qqyx2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: calc(16px + 1.5rem);
  z-index: 2;
}
.home .qqyx > .public_w .qqyx2 > img {
  width: 23.943%;
  height: calc(108px + 5rem);
}
.home .qqyx > img {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.home .aa123 {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #000;
}
@keyframes animate1 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animate2 {
  0% {
    top: 5%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes animate3 {
  0% {
    bottom: 5%;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
/* 旋转动画 */
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media screen and (max-width: 1100px) {
  .home {
    width: 100%;
    /* banner */
    /* 关于我们 */
    /* 产品与服务 */
    /* 应用领域 */
    /* 全球营销 */
  }
  .home .home_banner {
    width: 100%;
  }
  .home .home_banner .sw_banner .swiper-slide .banner1 > .public_w > p {
    font-size: calc(10px + 1rem);
  }
  .home .home_banner .sw_banner .swiper-slide .banner1 > .public_w > span {
    width: 100%;
    font-size: calc(10px + 0.5rem);
  }
  .home .index_about > .public_w .index_about1 {
    flex-direction: column;
  }
  .home .index_about > .public_w .index_about1 > .l {
    width: 100%;
  }
  .home .index_about > .public_w .index_about1 > .r {
    width: 100%;
    margin-top: calc(10px + 5rem);
  }
  .home .index_about > .public_w .index_about1 > .r > img {
    margin-top: 0;
    margin-left: 0;
  }
  .home .index_about > .public_w .index_about2 {
    width: 100%;
    flex-wrap: wrap;
  }
  .home .index_about > .public_w .index_about2 > li {
    width: 48.5%;
  }
  .home .index_about > .public_w .index_about2 > li:nth-child(3),
  .home .index_about > .public_w .index_about2 > li:nth-child(4) {
    margin-top: calc(10px + 3rem);
  }
  .home .cpyfw > div > img,
  .home .cpyfw > div > p {
    /* display: none; */
  }
  .home .cpyfw > div > img:nth-child(1) {
    height: 70%;
  }
  .home .cpyfw > div > img:nth-child(2) {
    height: 70%;
  }
  .home .cpyfw > div > p {
    font-size: calc(7px + 0.5rem);
  }
  .home .cpyfw > div > p > span {
    font-size: calc(3px + 0.2rem);
  }
  .home .cpyfw > div > div {
    padding: 0;
    justify-content: space-between;
  }
  .home .cpyfw > div > div > a > span {
    display: none;
  }
  .home .cpyfw > div > div > a:nth-of-type(3),
  .home .cpyfw > div > div > a:nth-of-type(4) {
    margin: calc(45px + 3rem) 0;
  }
  .home .cpyfw > div > div > a:nth-of-type(2n+1) {
    margin-left: calc(-10px - 2rem);
  }
  .home .cpyfw > div > div > a:nth-of-type(2n) {
    margin-right: calc(-10px - 2rem);
  }
  .home .index_yyly > .public_w > span {
    width: 100%;
  }
  .home .index_yyly .index_yyly1 {
    flex-direction: column;
  }
  .home .index_yyly .index_yyly1 > li:nth-child(1) {
    width: 100% ;
  }
  .home .index_yyly .index_yyly1 > li:nth-child(1) > div:nth-child(2) {
    margin-top: calc(10px + 0.5rem);
  }
  .home .index_yyly .index_yyly1 > li:nth-child(2) {
    width: 100% ;
    flex-direction: row-reverse;
  }
  .home .index_yyly .index_yyly1 > li:nth-child(2) > .yy1 {
    width: 49%;
    margin: calc(10px + 0.5rem) 0;
  }
  .home .index_yyly .index_yyly1 > li:nth-child(3) {
    width: 100% ;
  }
  .home .qqyx > .public_w .qqyx1 {
    flex-direction: column;
  }
  .home .qqyx > .public_w .qqyx1 .l {
    width: 100%;
  }
  .home .qqyx > .public_w .qqyx1 .r {
    width: 100%;
    margin-top: calc(10px + 1rem);
  }
  .home .qqyx > .public_w .qqyx1 .r > div {
    /*  */
    /* 国家点 */
  }
  .home .qqyx > .public_w .qqyx1 .r > div .linemap1 {
    width: 57.7%;
  }
  .home .qqyx > .public_w .qqyx1 .r > div .linemap2 {
    width: 26.2%;
  }
  .home .qqyx > .public_w .qqyx1 .r > div .gs {
    top: 44.47%;
    left: 48.63%;
  }
  .home .qqyx > .public_w .qqyx1 .r > div .mapicon {
    top: 33.96%;
    left: 75.65%;
  }
  .home .qqyx > .public_w .qqyx1 .r > div .mapicon03 {
    top: 16.79%;
    left: 78.7%;
  }
  .home .qqyx > .public_w .qqyx2 {
    flex-wrap: wrap;
  }
  .home .qqyx > .public_w .qqyx2 > img {
    width: 48%;
  }
  .home .qqyx > .public_w .qqyx2 > img:nth-child(3),
  .home .qqyx > .public_w .qqyx2 > img:nth-child(4) {
    margin-top: calc(10px + 1rem);
  }
}
#myVideo{
    display: block;
}
#myVideo1{
    display: none;
}
.mobile_video_mask{
    display: none;
}
@media screen and (max-width: 1100px) {
    .home .home_banner {
        margin-top: 0;
    }
    .video_mask .video_mask_p1 {
   
    margin-top: calc(17px + 15rem);
}
#myVideo{
    display: none;
}
#myVideo1{
    display: block;
}

.mobile_video_mask{
    display: block;
    width: 100%;
    height: 100%;
   
    position: absolute;
    top: 0;
    .img1{
        width: 100%;
        height:100%;
        object-fit: cover;
    }
    .play{
        width: calc(5px + 8rem);
        height: calc(5px + 8rem);
        position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    }
}


}