.public_w {
  max-width: 1420px;
  width: 85%;
  margin: 0 auto;
}
* {
  margin: 0;
  padding: 0;
}
.tit1 {
  font-family: SANJIYUANTIJIAN_Regular;
  font-size: calc(20px + 1.2rem);
  color: #024B9F;
  font-style: normal;
  margin-bottom: calc(10px + 0.35rem);
}
.tit2 {
  font-family: PingFang_SC_Medium;
  font-size: calc(10px + 0.4rem);
  color: #333333;
}
.home {
  width: 100%;
  /* banner */
  /*  */
  /* 贴近市场，竭诚为客户服务 */
  /* 产品与服务 */
  /* 关于我们 */
  /*  */
}
.home .home_banner {
  width: 100%;
}
.home .home_banner .p1 {
  animation: animate2 0.6s linear;
  animation-fill-mode: forwards;
}
.home .home_banner .p2 {
  animation: animate3 0.6s linear;
  animation-fill-mode: forwards;
}
.home .home_banner .swiper1 {
  width: 100%;
  position: relative;
  /* border: 1px solid #f00; */
}
.home .home_banner .swiper1 .swiper-wrapper {
  width: 100%;
}
.home .home_banner .swiper1 .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
}
.home .home_banner .swiper1 .swiper-wrapper .swiper-slide > img {
  width: 100%;
}
.home .home_banner .swiper1 .swiper-wrapper .swiper-slide > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* border: 1px solid #0f0; */
}
.home .home_banner .swiper1 .swiper-wrapper .swiper-slide > div > .public_w {
  width: 85%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home .home_banner .swiper1 .swiper-wrapper .swiper-slide > div > .public_w > p {
  width: 39.6619%;
  font-family: SANJIYUANTIJIAN_Regular;
  font-size: calc(16px + 2.5rem);
  color: #FFFFFF;
  line-height: calc(16px + 3.5rem);
  letter-spacing: 3px;
  text-stroke: 1px #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
  -webkit-text-stroke: 1px #FFFFFF;
  opacity: 0;
}
.home .home_banner .swiper1 .swiper-wrapper .swiper-slide > div > .public_w > span {
  width: 35.21126%;
  font-family: PingFang_SC_Medium;
  font-size: calc(10px + 0.5rem);
  color: #FFFFFF;
  line-height: calc(12px + 1rem);
  margin-top: calc(10px + 0.65rem);
  margin-bottom: calc(16px + 3rem);
  opacity: 0;
}
.home .home_banner .swiper1 .swiper-wrapper .swiper-slide > div > .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 .swiper1 .swiper-wrapper .swiper-slide > div > .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 .swiper1 .swiper-wrapper .swiper-slide > div > .public_w .p1 {
  animation: animate2 0.6s linear;
  animation-fill-mode: forwards;
}
.home .home_banner .swiper1 .swiper-wrapper .swiper-slide > div > .public_w .p2 {
  animation: animate3 0.6s linear;
  animation-fill-mode: forwards;
}
.home .vr {
  width: 100%;
  /* height: calc(350px + 20rem); */
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: calc(20px + 5rem);
  /* border: 1px solid #000; */
}
.home .vr #frame_1 {
  margin-top: calc(20px + 2rem);
}
.home .wp1 {
  width: 100%;
  background: #F6F7F9;
  padding: calc(20px + 5rem) 0;
}
.home .wp1 > .public_w {
  width: 85%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border: 1px solid #000; */
}
.home .wp1 > .public_w > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: calc(20px + 2rem);
}
.home .wp1 > .public_w > ul > li {
  width: 48.873%;
  margin-bottom: calc(12px + 1rem);
}
.home .wp1 > .public_w > ul > li > a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.home .wp1 > .public_w > ul > li > a > div:nth-child(1) {
  width: 100%;
  overflow: hidden;
}
.home .wp1 > .public_w > ul > li > a > div:nth-child(1) > img {
  width: 100%;
  transition: all 0.3s;
}
.home .wp1 > .public_w > ul > li > a > div:nth-child(2) {
  width: 100%;
  background: #fff;
  padding: calc(10px + 1.5rem) calc(20px + 4rem) calc(10px + 1.5rem) calc(18px + 2.5rem);
  display: flex;
  flex-direction: column;
  position: relative;
  /* border: 1px #f00 solid; */
}
.home .wp1 > .public_w > ul > li > a > div:nth-child(2) > span {
  font-family: PingFang_SC_Bold;
  font-size: calc(10px + 0.7rem);
  color: #333333;
}
.home .wp1 > .public_w > ul > li > a > div:nth-child(2) > p {
  font-family: PingFang_SC_Medium;
  font-size: calc(10px + 0.3rem);
  color: #777777;
  line-height: calc(12px + 1rem);
  margin-top: calc(10px + 0.35rem);
}
.home .wp1 > .public_w > ul > li > a > div:nth-child(2) > img {
  position: absolute;
  width: calc(10px + 0.7rem);
  height: calc(10px + 0.7rem);
  bottom: calc(10px + 1.5rem);
  right: calc(27px + 4rem);
  opacity: 0;
  transition: all 0.3s;
}
.home .wp1 > .public_w > ul > li > a:hover > div:nth-child(1) > img {
  transform: scale(1.1);
}
.home .wp1 > .public_w > ul > li > a:hover > div:nth-child(2) > img {
  opacity: 1;
}
.home .wp1 > .public_w > ul > li:nth-of-type(3),
.home .wp1 > .public_w > ul > li:nth-of-type(4) {
  margin-bottom: 0;
}
.home .cpyfw {
  width: 85%;
  margin-top: calc(20px + 5rem);
  display: flex;
  flex-direction: column;
  /* 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;
}
.home .cpyfw > div {
  width: 100%;
  margin-top: calc(10px + 2.5rem);
  position: relative;
}
.home .cpyfw > div .xian {
  width: 91.74%;
  height: 14px;
  position: absolute;
  /* top: calc(35px + 5rem); */
  top: calc(35px + 5rem);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.home .cpyfw > div .xian > span {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #ffffff 50%, #BFBFBF 0), linear-gradient(90deg, #000000 50%, rgba(255, 255, 255, 0) 0);
  background-size: 20px 100%, 20px 100%;
  background-position: 0 0, 10px 0;
}
.home .cpyfw > div .cpyfw1 {
  width: 100%;
  display: flex;
  /* overflow: hidden; */
  /* border: 1px solid #f00; */
}
.home .cpyfw > div .cpyfw1 > li {
  width: 23.87%;
  height: calc(181px + 15rem);
  background: #F6F7F9;
  margin-right: 1.54%;
  padding-top: calc(10px + 2rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all ease 0.3s;
  position: relative;
  /* border: 1px solid #f00; */
}
.home .cpyfw > div .cpyfw1 > li > p {
  margin-bottom: calc(13px + 5rem);
  font-family: PingFang_SC_Bold;
  font-size: calc(10px + 0.8rem);
  color: #333333;
  margin-bottom: calc(19px + 5rem);
}
.home .cpyfw > div .cpyfw1 > li > div:nth-of-type(1) {
  content: "";
  width: 100%;
  height: calc(50px + 5rem);
  /* background: rgba(0, 0, 0, .63); */
  position: absolute;
  left: 0;
  right: 0;
  top: calc(56px + 7.5rem);
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
  /* border: 1px #f00 solid; */
}
.home .cpyfw > div .cpyfw1 > li > div:nth-of-type(1) > img {
  /* width: calc(50px + 12.5rem);
                            height: calc(48px + 5rem); */
  transition: all ease 0.3s;
}
.home .cpyfw > div .cpyfw1 > li > div:nth-of-type(1) > span {
  /* display: none; */
  position: absolute;
  opacity: 0;
  transition: all ease 0.3s;
}
.home .cpyfw > div .cpyfw1 > li > div:nth-of-type(2) {
  opacity: 0;
}
.home .cpyfw > div .cpyfw1 > li > div:nth-of-type(3) {
  position: absolute;
  width: 100%;
  height: 14px;
  top: calc(35px + 5rem);
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 500;
  transition: all ease 0.3s;
  z-index: 5;
  /* border: 1px solid #000; */
}
.home .cpyfw > div .cpyfw1 > li > div:nth-of-type(3) > span {
  width: 14px;
  height: 14px;
  background: #EAEAEA;
  border-radius: 50%;
  z-index: 25;
}
.home .cpyfw > div .cpyfw1 > li:nth-last-of-type(1) {
  margin-right: 0;
}
.home .cpyfw > div .cpyfw1 > li.active {
  width: 49.15%;
  align-items: flex-start;
  padding-left: calc(10px + 2.5rem);
  transition: all ease 0.3s;
}
.home .cpyfw > div .cpyfw1 > li.active > div:nth-of-type(1) {
  width: 100%;
  /* height: 100%; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: calc(10px + 2.5rem);
  padding-right: calc(10px + 1rem);
  /* height: 800px; */
}
.home .cpyfw > div .cpyfw1 > li.active > div:nth-of-type(1) > img {
  /* width: calc(50px + 12.5rem); */
  /* height: calc(48px + 5rem); */
  margin-right: calc(10px + 0.8rem);
}
.home .cpyfw > div .cpyfw1 > li.active > div:nth-of-type(1) > span {
  width: calc(72px + 10rem);
  position: absolute;
  opacity: 1;
  right: calc(10px + 1rem);
  font-family: PingFang_SC_Medium;
  font-size: calc(10px + 0.3rem);
  color: #777777;
  line-height: calc(12px + 1rem);
}
.home .cpyfw > div .cpyfw1 > li.active > div:nth-of-type(2) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: calc(10px + 2rem);
  left: 0;
  opacity: 1;
}
.home .cpyfw > div .cpyfw1 > li.active > div:nth-of-type(2) > a {
  width: calc(46px + 3rem);
  height: calc(17px + 1rem);
  background: linear-gradient(270deg, #007C4B 0%, #064F97 100%);
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.4rem);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .cpyfw > div .cpyfw1 > li.active > div:nth-of-type(3) {
  justify-content: flex-start;
  padding-left: calc(10px + 2.5rem);
  z-index: 10;
}
.home .cpyfw > div .cpyfw1 > li.active > div:nth-of-type(3) > span {
  background: #008147;
  z-index: 30;
}
.home .cpyfw > div .cpyfw1 > li.active > div:nth-of-type(1)::after {
  opacity: 0;
}
.home .index_about {
  width: 85%;
  padding: calc(20px + 5rem) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .index_about > div {
  width: 100%;
  display: flex;
  margin-top: calc(10px + 2.5rem);
}
.home .index_about > div > .l {
  width: 42%;
  background: #024B9F;
  display: flex;
  flex-direction: column;
  padding: calc(12px + 3.5rem) calc(10px + 3rem) calc(12px + 3rem) calc(10px + 3rem);
}
.home .index_about > div > .l > span {
  font-family: SANJIYUANTIJIAN_Regular;
  font-size: calc(10px + 0.8rem);
  color: #FFFFFF;
}
.home .index_about > div > .l > p {
  font-family: PingFang_SC_Medium;
  font-size: calc(10px + 0.3rem);
  color: #FFFFFF;
  line-height: calc(12px + 1rem);
  margin-top: calc(10px + 2rem);
  margin-bottom: calc(10px + 1rem);
}
.home .index_about > div > .l > a {
  width: calc(69px + 3.5rem);
  height: calc(26px + 1rem);
  background: #008147;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.3rem);
  color: #FFFFFF;
}
.home .index_about > div > .l > a > img {
  margin-left: calc(10px + 0.2rem);
}
.home .index_about > div > .r {
  width: 58%;
}
.home .index_about > div > .r > .vio {
  width: 100%;
}
.home .wp2 {
  width: 100%;
  background: #F6F7F9;
  padding-top: calc(20px + 4rem);
  padding-bottom: calc(20px + 5rem);
}
.home .wp2 > .public_w {
  width: 85%;
  display: flex;
  flex-direction: column;
  /* border: 1px solid #000; */
}
.home .wp2 > .public_w > div:nth-of-type(1) {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .l1 {
  width: 32.9577%;
  display: flex;
  flex-direction: column;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .l1 > span {
  font-family: SANJIYUANTIJIAN_Regular;
  font-size: calc(12px + 1.5rem);
  color: #024B9F;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .l1 > p {
  font-family: PingFang_SC_Medium;
  font-size: calc(10px + 0.4rem);
  color: #333333;
  line-height: calc(12px + 1rem);
  margin-top: calc(19px + 3rem);
  margin-bottom: calc(15px + 2rem);
}
.home .wp2 > .public_w > div:nth-of-type(1) > .l1 > a {
  width: calc(66px + 2rem);
  height: calc(17px + 1rem);
  background: linear-gradient(270deg, #007D48 0%, #064E99 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.4rem);
  color: #FFFFFF;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 {
  width: 66.056%;
  height: 100%;
  position: relative;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 > div {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 .dian_b {
  width: calc(13px + 0.5rem);
  height: calc(13px + 0.5rem);
  border: 1px solid #003B95;
  border-radius: 50%;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 .dian_b > span {
  width: calc(4px + 0.25rem);
  height: calc(4px + 0.25rem);
  background: #003B95;
  border-radius: 50%;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 .dian_o {
  width: calc(11px + 1rem);
  height: calc(11px + 1rem);
  border: 1px dashed #FF7800;
  border-radius: 50%;
  top: 37.78%;
  left: 70.79%;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 .dian_o > p {
  width: calc(6px + 0.7rem);
  height: calc(6px + 0.7rem);
  border: 1px solid #FF7800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 .dian_o > p > span {
  width: calc(2px + 0.3rem);
  height: calc(2px + 0.3rem);
  background: #FF7800;
  border-radius: 50%;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 .dian_g {
  width: calc(11px + 1rem);
  height: calc(11px + 1rem);
  border: 1px dashed #008147;
  border-radius: 50%;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 .dian_g > p {
  width: calc(6px + 0.7rem);
  height: calc(6px + 0.7rem);
  border: 1px solid #008147;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 .dian_g > p > span {
  width: calc(2px + 0.3rem);
  height: calc(2px + 0.3rem);
  background: #008147;
  border-radius: 50%;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 .dian_r {
  width: calc(11px + 1rem);
  height: calc(11px + 1rem);
  border: 1px dashed #E60012;
  border-radius: 50%;
  top: 31.78%;
  left: 75.16%;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 .dian_r > p {
  width: calc(6px + 0.7rem);
  height: calc(6px + 0.7rem);
  border: 1px solid #E60012;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 .dian_r > p > span {
  width: calc(2px + 0.3rem);
  height: calc(2px + 0.3rem);
  background: #E60012;
  border-radius: 50%;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 .dian1 {
  top: 25.11%;
  left: 17.48%;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 .dian2 {
  top: 38.22%;
  left: 17.48%;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 .dian3 {
  top: 62%;
  left: 29.1%;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 .dian4 {
  top: 25.33%;
  left: 47.44%;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 .dian5 {
  top: 25.33%;
  left: 47.44%;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 .dian6 {
  top: 17.56%;
  left: 50.53%;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 .dian7 {
  top: 25.56%;
  left: 52.3%;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 .dian8 {
  top: 38.22%;
  left: 53.2%;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 .dian9 {
  top: 72.89%;
  left: 52.67%;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 .dian10 {
  top: 29.78%;
  left: 84.97%;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 .dian11 {
  top: 72.89%;
  left: 83.26%;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 .dian13 {
  top: 40.87%;
  left: 73.99%;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 .dian14 {
  top: 48.22%;
  left: 73.77%;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 .dian15 {
  top: 32.22%;
  left: 78.46%;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 .dian16 {
  top: 39.11%;
  left: 77.61%;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 > div:nth-of-type(18) {
  display: flex;
  flex-direction: column;
  padding: calc(4px + 0.5rem) calc(11px + 0.5rem);
  background: linear-gradient(315deg, #007A4D 0%, #065096 100%);
  top: 7.56%;
  left: 63.75%;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 > div:nth-of-type(18) > span {
  font-family: PingFang_SC_Bold;
  font-size: calc(10px + 0.4rem);
  color: #FFFFFF;
}
.home .wp2 > .public_w > div:nth-of-type(1) > .r1 > div:nth-of-type(18) > p {
  text-align: center;
  font-family: PingFang_SC_Medium;
  font-size: calc(10px + 0.3rem);
  color: #FFFFFF;
}
.home .wp2 > .public_w > div:nth-of-type(2) {
  width: 100%;
  /* height: calc(55px + 5rem); */
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: calc(10px + 1.5rem);
  margin-bottom: calc(14px + 3rem);
  /* border: 1px solid #000; */
}
.home .wp2 > .public_w > div:nth-of-type(2) > .ul1 {
  display: flex;
  align-items: center;
}
.home .wp2 > .public_w > div:nth-of-type(2) > .ul1 > li {
  display: flex;
  align-items: center;
}
.home .wp2 > .public_w > div:nth-of-type(2) > .ul1 > li > img {
  width: calc(20px + 2rem);
  height: calc(20px + 2rem);
  margin-right: calc(8px + 0.5rem);
}
.home .wp2 > .public_w > div:nth-of-type(2) > .ul1 > li > div {
  display: flex;
  flex-direction: column;
}
.home .wp2 > .public_w > div:nth-of-type(2) > .ul1 > li > div > p {
  font-family: PingFang_SC_Bold;
  font-size: calc(14px + 1rem);
  color: #333333;
}
.home .wp2 > .public_w > div:nth-of-type(2) > .ul1 > li > div > span {
  font-family: PingFang_SC_Medium;
  font-size: calc(10px + 0.4rem);
  color: #333333;
}
.home .wp2 > .public_w > div:nth-of-type(2) > .ul1 > li:nth-child(1) {
  margin-right: calc(80px + 5rem);
}
.home .wp2 > .public_w > div:nth-of-type(2) > .ul2 {
  padding: 0 calc(7px + 1.5rem);
  border: 1px solid;
  border-image: linear-gradient(270deg, #007a4d, #065196) 1 1;
  padding-top: calc(6px + 0.3rem);
  padding-bottom: calc(4px + 0.25rem);
}
.home .wp2 > .public_w > div:nth-of-type(2) > .ul2 > li {
  display: flex;
  align-items: center;
  margin-bottom: calc(6px + 0.35rem);
}
.home .wp2 > .public_w > div:nth-of-type(2) > .ul2 > li > div {
  width: calc(10px + 0.7rem);
  height: calc(10px + 0.7rem);
  border: 1px dashed #E60012;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .wp2 > .public_w > div:nth-of-type(2) > .ul2 > li > div > p {
  width: calc(7px + 0.4rem);
  height: calc(7px + 0.4rem);
  border: 1px solid #E60012;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .wp2 > .public_w > div:nth-of-type(2) > .ul2 > li > div > p > span {
  width: calc(3px + 0.15rem);
  height: calc(3px + 0.15rem);
  background: #E60012;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .wp2 > .public_w > div:nth-of-type(2) > .ul2 > li > p {
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.3rem);
  color: #333333;
  margin-left: calc(10px + 0.65rem);
}
.home .wp2 > .public_w > div:nth-of-type(2) > .ul2 > li:nth-child(2) > div {
  border: 1px dashed #FF7800;
}
.home .wp2 > .public_w > div:nth-of-type(2) > .ul2 > li:nth-child(2) > div > p {
  border: 1px solid #FF7800;
}
.home .wp2 > .public_w > div:nth-of-type(2) > .ul2 > li:nth-child(2) > div > p > span {
  background: #FF7800;
}
.home .wp2 > .public_w > div:nth-of-type(2) > .ul2 > li:nth-child(3) > div {
  border: 1px dashed #008147;
}
.home .wp2 > .public_w > div:nth-of-type(2) > .ul2 > li:nth-child(3) > div > p {
  border: 1px solid #008147;
}
.home .wp2 > .public_w > div:nth-of-type(2) > .ul2 > li:nth-child(3) > div > p > span {
  background: #008147;
}
.home .wp2 > .public_w > div:nth-of-type(2) > .ul2 > li:nth-child(4) > div {
  border: 1px solid #003B95;
}
.home .wp2 > .public_w > div:nth-of-type(2) > .ul2 > li:nth-child(4) > div > p {
  width: calc(4px + 0.25rem);
  height: calc(4px + 0.25rem);
  background: #003B95;
  border: 1px solid #003B95;
}
.home .wp2 > .public_w > div:nth-of-type(3) {
  width: 100%;
  overflow: hidden;
}
@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;
  }
}
@media screen and (max-width: 1100px) {
  .home {
    /* banner */
    /* VR */
    /* 贴近市场，竭诚为客户服务 */
    /* 产品与服务 */
    /* 关于我们 */
    /*  */
  }
  .home .home_banner .swiper1 .swiper-wrapper .swiper-slide > div > .public_w > p {
    width: 100%;
    font-size: calc(10px + 2rem);
  }
  .home .home_banner .swiper1 .swiper-wrapper .swiper-slide > div > .public_w > span {
    width: 100%;
  }
  .home .vr > span {
    width: 85%;
    text-align: center;
  }
  .home .wp1 > .public_w > ul {
    flex-direction: column;
  }
  .home .wp1 > .public_w > ul > li {
    width: 100%;
  }
  .home .wp1 > .public_w > ul > li:nth-of-type(3) {
    margin-bottom: calc(12px + 1rem);
  }
  .home .cpyfw > div .xian {
    display: none;
  }
  .home .cpyfw > div .cpyfw1 {
    flex-direction: column;
  }
  .home .cpyfw > div .cpyfw1 > li {
    width: 100%;
    margin-bottom: calc(10px + 2rem);
    height: calc(150px + 45rem);
    /* position: static; */
  }
  .home .cpyfw > div .cpyfw1 > li > p {
    margin-left: calc(10px + 2.5rem);
    /* margin-bottom: calc(10px + 3rem); */
  }
  .home .cpyfw > div .cpyfw1 > li > div:nth-of-type(1) {
    top: calc(45px + 6.5rem);
  }
  .home .cpyfw > div .cpyfw1 > li.active {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 0;
  }
  .home .cpyfw > div .cpyfw1 > li.active > div:nth-of-type(1) {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .home .cpyfw > div .cpyfw1 > li.active > div:nth-of-type(1) > span {
    width: 100%;
    position: static;
    margin: calc(10px + 1rem) 0;
  }
  .home .cpyfw > div .cpyfw1 > li.active > div:nth-of-type(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    bottom: 0;
    margin-top: calc(35px + 43rem);
    z-index: 20;
  }
  .home .cpyfw > div .cpyfw1 > li.active > div:nth-of-type(3) {
    display: none;
  }
  .home .index_about > span {
    text-align: center;
  }
  .home .index_about > div {
    flex-direction: column;
  }
  .home .index_about > div > .l {
    width: 100%;
  }
  .home .index_about > div > .r {
    width: 100%;
  }
  .home .wp2 > .public_w > div:nth-of-type(1) {
    flex-direction: column;
  }
  .home .wp2 > .public_w > div:nth-of-type(1) > .l1 {
    width: 100%;
  }
  .home .wp2 > .public_w > div:nth-of-type(1) > .r1 {
    width: 100%;
  }
  .home .wp2 > .public_w > div:nth-of-type(1) > .r1 > div:nth-of-type(18) {
    top: -41px;
  }
  .home .wp2 > .public_w > div:nth-of-type(2) {
    flex-direction: column;
  }
  .home .wp2 > .public_w > div:nth-of-type(2) > .ul1 {
    width: 100%;
    flex-direction: column;
  }
  .home .wp2 > .public_w > div:nth-of-type(2) > .ul1 > li {
    width: 100%;
  }
  .home .wp2 > .public_w > div:nth-of-type(2) > .ul1 > li:nth-child(1) {
    margin-right: 0;
    margin-bottom: calc(10px=3REM);
  }
  .home .wp2 > .public_w > div:nth-of-type(2) > .ul2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .home .wp2 > .public_w > div:nth-of-type(2) > .ul2 > li {
    width: 50%;
    /* justify-content: center; */
  }
}
