body .home .banner {
  position: relative;
}
body .home .banner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8.59375vw;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
body .home .banner .bg {
  width: 100%;
  object-fit: cover;
}
body .home .banner .text {
  position: absolute;
  left: 6.0416666667vw;
  bottom: 7.8125vw;
  color: white;
  text-transform: uppercase;
}
body .home .banner .text .icon {
  position: relative;
}
body .home .banner .text .icon img {
  width: 28.4895833333vw;
}
body .home .banner .text .icon p {
  position: absolute;
  left: 1.25vw;
  top: 0.625vw;
  font-weight: 600;
  line-height: 1;
}
body .home .banner .text .t {
  font-weight: 600;
  margin-left: 1.1458333333vw;
}
body .home .c_t {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 4.1666666667vw;
}
body .home .container .sec1 {
  padding: 8.1770833333vw 6.7708333333vw 4.2708333333vw 7.3958333333vw;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
body .home .container .sec1::after {
  content: "";
  display: block;
  position: absolute;
  left: 3.2291666667vw;
  bottom: 2.6042vw;
  width: 100%;
  background: linear-gradient(90deg, #E4F6FE 0%, #FFF 100%);
  backdrop-filter: blur(2px);
  height: 18.5416666667vw;
  z-index: -1;
}
body .home .container .sec1 .lbox {
  width: 45.46875vw;
}
body .home .container .sec1 .lbox .t {
  color: #000;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}
body .home .container .sec1 .lbox .des {
  color: rgba(0, 0, 0, 0.45);
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  margin-top: 3.4375vw;
}
body .home .container .sec1 .rp {
  width: 34.0104166667vw;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 1.3541666667vw;
}
body .home .container .sec1 .rp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 600ms;
}
body .home .container .sec1 .rp:hover img {
  transform: scale(1.05);
}
body .home .container .sec2 {
  padding: 7.1354166667vw 6.9270833333vw 6.7708333333vw 6.9791666667vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.1458333333vw;
}
body .home .container .sec2 .item {
  width: 100%;
}
body .home .container .sec2 .item .pic {
  overflow: hidden;
  border-radius: 12px;
}
body .home .container .sec2 .item .pic img {
  width: 100%;
  height: 15.3645833333vw;
  object-fit: cover;
  transition: all 600ms;
}
body .home .container .sec2 .item .pt {
  margin: 1.6666666667vw 0 0.3645833333vw 0;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
body .home .container .sec2 .item .des {
  color: #666;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.5;
  margin: 0 0.8854166667vw;
}
body .home .container .sec2 .item:hover .pic img {
  transform: scale(1.05);
}
body .home .container .sec3 {
  padding: 0 6.7708333333vw;
}
body .home .container .sec3 .tabs {
  display: flex;
  gap: 2.9166666667vw;
}
body .home .container .sec3 .tabs .item {
  position: relative;
  cursor: pointer;
}
body .home .container .sec3 .tabs .item svg {
  width: 8.6458333333vw;
  display: block;
  opacity: 0.05;
}
body .home .container .sec3 .tabs .item p {
  position: absolute;
  left: 1.9270833333vw;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 600ms;
}
body .home .container .sec3 .tabs .item.on svg {
  opacity: 0.1;
}
body .home .container .sec3 .tabs .item.on svg path {
  fill: #0F4C81;
}
body .home .container .sec3 .tabs .item.on p {
  color: #0F4C81;
}
body .home .container .sec3 .pics {
  width: 100%;
  margin-top: 1.7708333333vw;
  position: relative;
}
body .home .container .sec3 .pics .prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%);
  width: 3.6458333333vw;
  height: 3.6458333333vw;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 600ms;
}
body .home .container .sec3 .pics .prev img {
  width: 1.7708333333vw;
}
body .home .container .sec3 .pics .prev:hover {
  background: #0F4C81;
}
body .home .container .sec3 .pics .next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 3.6458333333vw;
  height: 3.6458333333vw;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 600ms;
}
body .home .container .sec3 .pics .next img {
  width: 1.7708333333vw;
}
body .home .container .sec3 .pics .next:hover {
  background: #0F4C81;
}
body .home .container .sec3 .pics .swiper1 {
  width: 100%;
}
body .home .container .sec3 .pics .swiper1 .pic {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}
body .home .container .sec3 .pics .swiper1 .pic img {
  width: 100%;
  height: 32.65625vw;
  object-fit: cover;
  transition: all 600ms;
}
body .home .container .sec3 .pics .swiper1 .pic:hover img {
  transform: scale(1.05);
}
body .home .container .sec4 {
  padding: 11.5104166667vw 6.7708333333vw;
}
body .home .container .sec4 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.0833333333vw 9.5833333333vw;
}
body .home .container .sec4 .list .item {
  display: flex;
  gap: 0.3125vw;
  align-items: center;
}
body .home .container .sec4 .list .item .icon {
  width: 5.2083333333vw;
  height: 5.2083333333vw;
}
body .home .container .sec4 .list .item .icon img {
  width: 100%;
  transition: all 600ms;
}
body .home .container .sec4 .list .item .text {
  flex: 1;
}
body .home .container .sec4 .list .item .text .p1 {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  text-transform: uppercase;
}
body .home .container .sec4 .list .item .text .pt {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0.3645833333vw;
}
body .home .container .sec5 {
  /* padding: 0 6.7708333333vw; */
  padding: 6.5104166667vw  6.7708333333vw 0;
}
body .home .container .sec5 .iframe-container {
 height: 45.3645833333vw;
 object-fit: cover;
}
body .home .container .sec5 .c_t {
  margin-bottom: 0;
}
body .home .container .sec5 .tip {
  color: rgba(0, 0, 0, 0.45);
  text-transform: capitalize;
  line-height: 1.5;
  margin: 0.4166666667vw 0 1.6666666667vw 0;
  text-align: center;
}
body .home .container .sec5 .content {
  position: relative;
}
body .home .container .sec5 .content .swiper2 .pic {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
body .home .container .sec5 .content .swiper2 .pic .spic {
  position: absolute;
  right: 0.9375vw;
  top: 1.40625vw;
}
body .home .container .sec5 .content .swiper2 .pic .spic img {
  width: 15.2083333333vw;
  height: auto;
  object-fit: cover;
}
body .home .container .sec5 .content .swiper2 .pic img {
  width: 100%;
  height: 45.3645833333vw;
  object-fit: cover;
}
body .home .container .sec5 .content .tbox {
  position: absolute;
  left: 0;
  bottom: 1.1979166667vw;
  width: 100%;
  padding: 0 3.75vw;
  z-index: 10;
}
body .home .container .sec5 .content .tbox .yb {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
  padding: 1.4583333333vw;
}
body .home .container .sec5 .content .tbox .yb .thumb_swiper {
  width: 100%;
}
body .home .container .sec5 .content .tbox .yb .thumb_swiper .pic {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  cursor: pointer;
}
body .home .container .sec5 .content .tbox .yb .thumb_swiper .pic img {
  width: 100%;
  height: 6.4583333333vw;
  object-fit: cover;
  transition: all 600ms;
}
body .home .container .sec5 .content .tbox .yb .thumb_swiper .pic:hover img {
  transform: scale(1.05);
}
body .home .container .sec5 .content .tbox .prev {
  position: absolute;
  left: 1.0416666667vw;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
body .home .container .sec5 .content .tbox .prev img {
  width: 4.1666666667vw;
}
body .home .container .sec5 .content .tbox .next {
  position: absolute;
  right: 1.0416666667vw;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
body .home .container .sec5 .content .tbox .next img {
  width: 4.1666666667vw;
}
body .home .container .sec6 {
  padding: 12.1875vw 6.7708333333vw 6.5104166667vw 6.7708333333vw;
}
body .home .container .sec6 .c_t {
  margin-bottom: 3.4375vw;
}
body .home .container .sec6 .content {
  display: flex;
  justify-content: space-between;
  gap: 2.5vw;
}
body .home .container .sec6 .content .lbox {
  width: 61.3541666667vw;
}
body .home .container .sec6 .content .lbox .b {
  border-radius: 12px;
  overflow: hidden;
}
body .home .container .sec6 .content .lbox .b video {
  width: 100%;
  height: 39.1145833333vw;
  border-radius: 12px;
  object-fit: cover;
}
body .home .container .sec6 .content .rbox {
  width: 22.7083333333vw;
}
body .home .container .sec6 .content .rbox .v_swiper {
  width: 100%;
  height: 39.1145833333vw;
}
body .home .container .sec6 .content .rbox .v_swiper .pic {
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
}
body .home .container .sec6 .content .rbox .v_swiper .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 600ms;
}
body .home .container .sec6 .content .rbox .v_swiper .pic:hover img {
  transform: scale(1.05);
}
body .home .container .down_sec {
  padding: 0 3.3333333333vw 5.5208333333vw 3.3333333333vw;
}
body .home .container .down_sec .download {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #E4F6FE;
  padding: 1.3020833333vw 4.1666666667vw 1.3020833333vw 2.6041666667vw;
}
body .home .container .down_sec .download a {
  display: flex;
  align-items: center;
  gap: 1.4583333333vw;
  color: #0F4C81;
  font-weight: 600;
}
body .home .container .down_sec .download a img {
  width: 1.7708333333vw;
}
body .home .container .sec7 {
  padding: 0 6.7708333333vw 6.5625vw 6.7708333333vw;
}
body .home .container .sec7 .c_t {
  margin-bottom: 1.4583333333vw;
}
body .home .container .sec7 .c_t p {
  display: none;
}
body .home .container .sec7 .c_t p.on {
  display: block;
}
body .home .container .sec7 .content {
  display: flex;
  justify-content: space-between;
  gap: 1.0416666667vw;
}
body .home .container .sec7 .content .lpic,
body .home .container .sec7 .content .rpic {
  width: 16.4583333333vw;
}
body .home .container .sec7 .content .lpic .pic,
body .home .container .sec7 .content .rpic .pic {
  border-radius: 12px;
  overflow: hidden;
}
body .home .container .sec7 .content .lpic .pic .des,
body .home .container .sec7 .content .rpic .pic .des,
body .home .container .sec7 .content .cbox .pics .pic .des{
  display: none;
}
body .home .container .sec7 .content .lpic .pic:not(:last-child),
body .home .container .sec7 .content .rpic .pic:not(:last-child) {
  margin-bottom: 1.0416666667vw;
}
body .home .container .sec7 .content .lpic .pic img,
body .home .container .sec7 .content .rpic .pic img {
  width: 100%;
  transition: all 600ms;
  height: 25vw;
  object-fit: cover;
}
body .home .container .sec7 .content .lpic .pic:hover img,
body .home .container .sec7 .content .rpic .pic:hover img {
  transform: scale(1.05);
}
body .home .container .sec7 .content .lpic .pic2,
body .home .container .sec7 .content .rpic .pic2 {
  border-radius: 12px 12px 0 0;
}
body .home .container .sec7 .content .lpic .pic2 img,
body .home .container .sec7 .content .rpic .pic2 img {
  height: 9.8958333333vw;
}
body .home .container .sec7 .content .cbox {
  flex: 1;
}
body .home .container .sec7 .content .cbox .des_box {
  width: 48.2291666667vw;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1.5;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
}
body .home .container .sec7 .content .cbox .des_box .des {
  display: none;
}
body .home .container .sec7 .content .cbox .des_box .des.on {
  display: block;
}
body .home .container .sec7 .content .cbox .pics {
  margin-top: 4.5833333333vw;
  display: flex;
  gap: 1.0416666667vw;
}
body .home .container .sec7 .content .cbox .pics .pic {
  border-radius: 12px;
  overflow: hidden;
}
body .home .container .sec7 .content .cbox .pics .pic img {
  width: 16.4583333333vw;
  transition: all 600ms;
  height: 25vw;
  object-fit: cover;
}
body .home .container .sec7 .content .cbox .pics .pic:hover img {
  transform: scale(1.05);
}
body .home .container .sec7 .btn {
  display: flex;
  justify-content: center;
  margin-top: 2.96875vw;
}
body .home .container .sec7 .btn a {
  display: flex;
  align-items: center;
  color: #0F4C81;
  line-height: 1.5;
  text-transform: capitalize;
  gap: 0.5208333333vw;
  cursor: pointer;
}
body .home .container .sec7 .btn a img {
  width: 0.4166666667vw;
}
body .home .container .sec8 {
  padding: 15.1041666667vw 0 11.0416666667vw 6.7708333333vw;
  display: none;
}
body .home .container .sec8 .c_t {
  margin-bottom: 2.2395833333vw;
  text-align: left;
}
body .home .container .sec8 .content {
  background: #E4F6FE;
  padding: 2.5vw 0 1.40625vw 2.5vw;
}
body .home .container .sec8 .content .why_swiper {
  width: 100%;
}
body .home .container .sec8 .content .why_swiper .item {
  position: relative;
}
body .home .container .sec8 .content .why_swiper .item img {
  width: 100%;
  height: 21.875vw;
  object-fit: cover;
}
body .home .container .sec8 .content .why_swiper .item .text {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
  width: 100%;
  height: 100%;
  color: white;
  padding: 5.5208333333vw 0.5208333333vw 1.5625vw 0.5208333333vw;
  transition: all 600ms;
}
body .home .container .sec8 .content .why_swiper .item .text .p1 {
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  text-transform: uppercase;
}
body .home .container .sec8 .content .why_swiper .item .text .des {
  width: 17.7083333333vw;
  margin: 0.7291666667vw auto 0 auto;
  opacity: 0.8;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
}
body .home .container .sec8 .content .why_swiper .item:hover .text {
  background: rgba(0, 0, 0, 0.7);
}
body .home .container .sec8 .content .more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #0F4C81;
  line-height: 1.5;
  text-transform: capitalize;
  margin: 1.3541666667vw 3.6458333333vw 1.4583333333vw 0;
  gap: 0.5208333333vw;
  cursor: pointer;
}
body .home .container .sec8 .content .more img {
  width: 0.6770833333vw;
}
body .home .container .sec8 .content .download {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 4.1666666667vw;
}
body .home .container .sec8 .content .download a {
  display: flex;
  align-items: center;
  gap: 1.4583333333vw;
  color: #0F4C81;
  font-weight: 600;
}
body .home .container .sec8 .content .download a img {
  width: 1.7708333333vw;
}
body .home .container .sec9 {
  position: relative;
}
body .home .container .sec9 img {
  width: 100%;
  height: 43.2291666667vw;
  object-fit: cover;
}
body .home .container .sec9 .text {
  position: absolute;
  left: 0;
  bottom: 3.4375vw;
  width: 100%;
  text-align: center;
  color: white;
}
body .home .container .sec9 .text .pt {
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}
body .home .container .sec9 .text .des {
  width: 59.3229166667vw;
  line-height: 1.5;
  margin: 1.1458333333vw auto 1.875vw auto;
}
body .home .container .sec9 .text .btn {
  display: inline-flex;
  padding: 1.25vw 4.4270833333vw;
  justify-content: center;
  align-items: center;
  gap: 3.0208333333vw;
  border: 1px solid #FFF;
  line-height: 1.5;
  text-transform: capitalize;
  transition: all 600ms;
}
body .home .container .sec9 .text .btn svg {
  width: 0.6770833333vw;
  display: block;
}
body .home .container .sec9 .text .btn:hover {
  background: #0F4C81;
  border-color: #0F4C81;
}
body .home .container .sec10 {
  padding: 9.2708333333vw 6.7708333333vw 11.71875vw 6.7708333333vw;
}
body .home .container .sec10 .c_t {
  margin-bottom: 2.2916666667vw;
}
body .home .container .sec10 .content {
  position: relative;
}
body .home .container .sec10 .content .prev {
  position: absolute;
  left: 0;
  top: 40%;
  transform: translate(-50%);
  width: 3.6458333333vw;
  height: 3.6458333333vw;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 600ms;
}
body .home .container .sec10 .content .prev img {
  width: 1.7708333333vw;
}
body .home .container .sec10 .content .prev:hover {
  background: #0F4C81;
}
body .home .container .sec10 .content .next {
  position: absolute;
  right: 0;
  top: 40%;
  transform: translate(50%, -50%);
  width: 3.6458333333vw;
  height: 3.6458333333vw;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 600ms;
}
body .home .container .sec10 .content .next img {
  width: 1.7708333333vw;
}
body .home .container .sec10 .content .next:hover {
  background: #0F4C81;
}
body .home .container .sec10 .content .ex_swiper {
  width: 100%;
}
body .home .container .sec10 .content .ex_swiper .item .pic {
  position: relative;
}
body .home .container .sec10 .content .ex_swiper .item .pic .bg {
  width: 100%;
  height: 20.8333333333vw;
  object-fit: cover;
}
body .home .container .sec10 .content .ex_swiper .item .pic .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 600ms;
}
body .home .container .sec10 .content .ex_swiper .item .pic .text .num {
  position: absolute;
  left: 1.3020833333vw;
  top: 1.0416666667vw;
  font-size: 12.0833333333vw;
  font-style: italic;
  font-weight: 200;
  line-height: 1.2;
  color: white;
  width: 23.9583333333vw;
  text-align: center;
}
body .home .container .sec10 .content .ex_swiper .item .pic .text .icon {
  position: absolute;
  left: 0;
  bottom: 3.90625vw;
  width: 100%;
  text-align: center;
}
body .home .container .sec10 .content .ex_swiper .item .pic .text .icon .pt {
  color: white;
  position: relative;
}
body .home .container .sec10 .content .ex_swiper .item .pic .text .icon .pt p {
  font-weight: 200;
  transition: all 600ms;
}
body .home .container .sec10 .content .ex_swiper .item .pic .text .icon .pt p:nth-child(2) {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(1.0416666667vw, -50%);
  text-align: center;
  opacity: 0;
  width: 100%;
}
body .home .container .sec10 .content .ex_swiper .item .pic .text .icon img {
  width: 3.5416666667vw;
}
body .home .container .sec10 .content .ex_swiper .item .tname {
  margin-top: 1.875vw;
  text-align: center;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 500;
}
body .home .container .sec10 .content .ex_swiper .item:hover .pic .text {
  background: rgba(105, 250, 224, 0.5);
}
body .home .container .sec10 .content .ex_swiper .item:hover .pic .text .icon .pt p:nth-child(1) {
  opacity: 0;
  transform: translateX(-1.0416666667vw);
}
body .home .container .sec10 .content .ex_swiper .item:hover .pic .text .icon .pt p:nth-child(2) {
  opacity: 1;
  transform: translate(0, -50%);
}
body .home .container .sec11 {
  padding: 0 6.71875vw 8.4895833333vw 12.1875vw;
}
body .home .container .sec11 .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .home .container .sec11 .wrap .l {
  width: 32.7083333333vw;
}
body .home .container .sec11 .wrap .l .h5 {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2.6041666667vw;
}
body .home .container .sec11 .wrap .l form {
  position: relative;
}
body .home .container .sec11 .wrap .l form .success {
  position: absolute;
  width: 24.4270833333vw;
  height: 6.7708333333vw;
  border-radius: 0.2083333333vw;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.0416666667vw;
  right: 0;
  bottom: 6.1458333333vw;
  opacity: 0;
  pointer-events: none;
}
body .home .container .sec11 .wrap .l form .success p {
  color: #0F4C81;
  font-weight: 500;
}
body .home .container .sec11 .wrap .l form .success .icon {
  width: 1.9791666667vw;
}
body .home .container .sec11 .wrap .l form .success .icon img {
  display: block;
  width: 100%;
}
body .home .container .sec11 .wrap .l form .success.show {
  opacity: 1;
  pointer-events: auto;
}
body .home .container .sec11 .wrap .l form .part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8333333333vw;
}
body .home .container .sec11 .wrap .l form .part .part_title {
  color: #000;
  font-weight: 400;
  transition: 0.6s;
}
body .home .container .sec11 .wrap .l form .part .part_title span {
  color: #0F4C81;
  transition: 0.6s;
}
body .home .container .sec11 .wrap .l form .part .part_title.red {
  color: #F00;
}
body .home .container .sec11 .wrap .l form .part .part_title.red span {
  color: #F00;
}
body .home .container .sec11 .wrap .l form .part .part_input {
  width: 24.4270833333vw;
  height: 2.8125vw;
  border-radius: 0.2083333333vw;
  border: 0.0520833333vw solid #888;
  background: #FFF;
  position: relative;
}
body .home .container .sec11 .wrap .l form .part .part_input .alert {
  display: flex;
  align-items: center;
  gap: 0.625vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5729166667vw;
  pointer-events: none;
  opacity: 0;
  transition: 0.6s;
}
body .home .container .sec11 .wrap .l form .part .part_input .alert .icon {
  width: 1.0416666667vw;
}
body .home .container .sec11 .wrap .l form .part .part_input .alert .icon img {
  display: block;
  width: 100%;
}
body .home .container .sec11 .wrap .l form .part .part_input .alert p {
  color: #F00;
  font-weight: 400;
}
body .home .container .sec11 .wrap .l form .part .part_input .alert.show {
  opacity: 1;
}
body .home .container .sec11 .wrap .l form .part .part_input input {
  width: 100%;
  height: 100%;
  background: unset;
  border: none;
  padding: 0 1.0416666667vw;
  font-size: 0.9375vw;
}
body .home .container .sec11 .wrap .l form button {
  width: 24.4270833333vw;
  height: 2.8125vw;
  border-radius: 0.2083333333vw;
  background: #0F4C81;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.0416666667vw;
  color: #FFF;
  font-weight: 500;
  margin: 0.8333333333vw 0 0 auto;
  cursor: pointer;
}
body .home .container .sec11 .wrap .r {
  width: 45vw;
  height: 25.7291666667vw;
  border-radius: 0.625vw;
  overflow: hidden;
}
body .home .container .sec11 .wrap .r img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {

  body .home .container .sec7 .content .lpic .pic .des,
body .home .container .sec7 .content .rpic .pic .des,
body .home .container .sec7 .content .cbox .pics .pic .des{
  display: block;
  margin-bottom: 15px;
}
  body .home .banner::before {
    display: none;
  }
  body .home .banner .bg {
    height: 400px;
  }
  body .home .banner .text {
    left: 5%;
    bottom: 60px;
    width: 90%;
  }
  body .home .banner .text .icon img {
    width: 200px;
  }
  body .home .banner .text .icon p {
    left: 12px;
    top: 6px;
  }
  body .home .banner .text .t {
    margin-left: 12px;
  }
  body .home .c_t {
    margin-bottom: 30px !important;
  }
  body .home .container .sec11 {
    padding: 0 5vw 80px;
  }
  body .home .container .sec11 .wrap {
    flex-direction: column-reverse;
  }
  body .home .container .sec11 .wrap .r {
    width: 100%;
    height: 50vw;
    border-radius: 8px;
  }
  body .home .container .sec11 .wrap .r img {
    object-fit: cover;
  }
  body .home .container .sec11 .wrap .l {
    width: 100%;
    margin: 30px 0 0;
  }
  body .home .container .sec11 .wrap .l .h5 {
    margin-bottom: 15px;
  }
  body .home .container .sec11 .wrap .l form .success {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    bottom: 100px;
    gap: 10px;
  }
  body .home .container .sec11 .wrap .l form .success .icon {
    width: 28px;
  }
  body .home .container .sec11 .wrap .l form .part {
    margin-bottom: 20px;
    display: block;
  }
  body .home .container .sec11 .wrap .l form .part .part_input {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    margin: 10px 0 0;
  }
  body .home .container .sec11 .wrap .l form .part .part_input input {
    font-size: 15px;
    padding: 0 10px;
  }
  body .home .container .sec11 .wrap .l form .part .part_input .alert {
    gap: 10px;
    left: 10px;
  }
  body .home .container .sec11 .wrap .l form .part .part_input .alert .icon {
    width: 16px;
  }
  body .home .container .sec11 .wrap .l form .part .part_input .alert p {
    font-size: 15px;
  }
  body .home .container .sec11 .wrap .l form button {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    font-size: 16px;
    margin: 30px 0 0;
  }
  body .home .container .sec1 {
    padding: 30px 5%;
    flex-direction: column;
    gap: 30px;
  }
  body .home .container .sec1::after {
    left: 0;
    height: 150px;
  }
  body .home .container .sec1 .lbox {
    width: 100%;
  }
  body .home .container .sec1 .lbox .t {
    font-size: 20px;
  }
  body .home .container .sec1 .lbox .des {
    margin-top: 15px;
    font-size: 16px;
  }
  body .home .container .sec1 .rp {
    width: 100%;
    margin-top: 0;
  }
  body .home .container .sec2 {
    padding: 30px 5%;
    display: block;
  }
  body .home .container .sec2 .item:not(:last-child) {
    margin-bottom: 30px;
  }
  body .home .container .sec2 .item .pic img {
    height: 210px;
  }
  body .home .container .sec2 .item .pt {
    margin: 16px 0 5px 0;
  }
  body .home .container .sec2 .item .des {
    margin: 0;
    font-size: 16px;
  }
  body .home .container .sec3 {
    padding: 30px 5%;
  }
  body .home .container .sec3 .tabs {
    flex-wrap: wrap;
    gap: 20px;
  }
  body .home .container .sec3 .tabs .item svg {
    width: 150px;
  }
  body .home .container .sec3 .tabs .item p {
    left: 30px;
  }
  body .home .container .sec3 .pics {
    margin-top: 20px;
  }
  body .home .container .sec3 .pics .prev,
  body .home .container .sec3 .pics .next {
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
  }
  body .home .container .sec3 .pics .prev img,
  body .home .container .sec3 .pics .next img {
    width: 20px;
  }
  body .home .container .sec3 .pics .swiper1 .pic img {
    height: 210px;
  }
  body .home .container .sec4 {
    padding: 30px 5%;
  }
  body .home .container .sec4 .list {
    display: block;
  }
  body .home .container .sec4 .list .item {
    gap: 5px;
  }
  body .home .container .sec4 .list .item:not(:last-child) {
    margin-bottom: 10px;
  }
  body .home .container .sec4 .list .item .icon {
    width: 70px;
    height: 70px;
  }
  body .home .container .sec4 .list .item .text .pt {
    margin-top: 5px;
    font-size: 16px;
  }
  body .home .container .sec4 .list .item .text .p1 {
    font-size: 18px;
  }
  body .home .container .sec5 {
    padding: 30px 5%;
  }
  body .home .container .sec5 .c_t {
    margin-bottom: 0 !important;
  }
  body .home .container .sec5 .tip {
    margin: 4px 0 16px 0;
  }
  body .home .container .sec5 .content .swiper2 .pic .spic {
    right: 9px;
    top: 15px;
  }
  body .home .container .sec5 .content .swiper2 .pic .spic img {
    width: 50px;
  }
  body .home .container .sec5 .content .swiper2 .pic img {
    height: 210px;
  }
  body .home .container .sec5 .content .tbox {
    bottom: 10px;
    padding: 0 10px;
  }
  body .home .container .sec5 .content .tbox .prev img,
  body .home .container .sec5 .content .tbox .next img {
    width: 30px;
  }
  body .home .container .sec5 .content .tbox .yb {
    padding: 14px;
  }
  body .home .container .sec5 .content .tbox .yb .thumb_swiper .pic img {
    height: 50px;
  }
  body .home .container .sec6 {
    padding: 60px 5%;
  }
  body .home .container .sec6 .content {
    flex-direction: column;
    gap: 20px;
  }
  body .home .container .sec6 .content .lbox {
    width: 100%;
  }
  body .home .container .sec6 .content .lbox .b video {
    height: 200px;
  }
  body .home .container .sec6 .content .rbox {
    width: 100%;
  }
  body .home .container .sec6 .content .rbox .v_swiper {
    height: 300px;
  }
  body .home .container .down_sec {
    padding: 0 5% 30px 5%;
  }
  body .home .container .down_sec .download {
    padding: 10px 15px;
  }
  body .home .container .down_sec .download a {
    gap: 14px;
    font-size: 16px;
  }
  body .home .container .down_sec .download a img {
    width: 20px;
  }
  body .home .container .sec7 {
    padding: 0 5% 30px 5%;
  }
  body .home .container .sec7 .content {
    flex-direction: column;
    gap: 25px;
  }
  body .home .container .sec7 .content .lpic,
  body .home .container .sec7 .content .rpic {
    width: 100%;
  }
  body .home .container .sec7 .content .lpic .pic:not(:last-child),
  body .home .container .sec7 .content .rpic .pic:not(:last-child) {
    margin-bottom: 25px;
  }
  body .home .container .sec7 .content .lpic .pic img,
  body .home .container .sec7 .content .rpic .pic img {
    height: auto;
    max-height: 300px;
  }
  body .home .container .sec7 .content .cbox .des {
    width: 100%;
    margin: 20px 0;
  }
  body .home .container .sec7 .content .cbox .pics {
    margin-top: 0;
    flex-direction: column;
    gap: 15px;
  }
  body .home .container .sec7 .content .cbox .pics .pic img {
    width: 100%;
    height: auto;
    max-height: 300px;
  }
  body .home .container .sec7 .btn a {
    gap: 5px;
  }
  body .home .container .sec7 .btn a img {
    width: 4px;
  }
  body .home .container .sec7 .content .cbox .des_box{
    width: 100%;
    display: none;
  }
  body .home .container .sec8 {
    padding: 60px 0 30px 5%;
  }
  body .home .container .sec8 .content {
    padding: 24px 0 15px 24px;
  }
  body .home .container .sec8 .content .why_swiper .item img {
    height: auto;
  }
  body .home .container .sec8 .content .why_swiper .item .text {
    padding: 40px 10px 20px 10px;
  }
  body .home .container .sec8 .content .why_swiper .item .text .p1 {
    font-size: 16px;
  }
  body .home .container .sec8 .content .why_swiper .item .text .des {
    width: 100%;
    margin: 7px auto 0 auto;
    font-size: 12px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  body .home .container .sec8 .content .more {
    margin: 15px 5% 15px 0;
    gap: 14px;
  }
  body .home .container .sec8 .content .more img {
    width: 6px;
  }
  body .home .container .sec8 .content .download {
    margin-right: 5%;
  }
  body .home .container .sec8 .content .download a {
    gap: 14px;
    font-size: 16px;
  }
  body .home .container .sec8 .content .download a img {
    width: 20px;
  }
  body .home .container .sec9 img {
    height: 500px;
  }
  body .home .container .sec9 .text {
    bottom: 40px;
    padding: 0 5%;
  }
  body .home .container .sec9 .text .des {
    width: 100%;
    font-size: 14px;
    margin: 10px 0;
  }
  body .home .container .sec9 .text .btn {
    padding: 12px 30px;
  }
  body .home .container .sec9 .text .btn svg {
    width: 6px;
  }
  body .home .container .sec10 {
    padding: 60px 5%;
  }
  body .home .container .sec10 .content .prev,
  body .home .container .sec10 .content .next {
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
  }
  body .home .container .sec10 .content .prev img,
  body .home .container .sec10 .content .next img {
    width: 20px;
  }
  body .home .container .sec10 .content .ex_swiper .item .pic .bg {
    height: 270px;
  }
  body .home .container .sec10 .content .ex_swiper .item .pic .text .num {
    font-size: 100px;
    left: 0;
    top: 30px;
    width: 100%;
  }
  body .home .container .sec10 .content .ex_swiper .item .pic .text .icon {
    bottom: 30px;
  }
  body .home .container .sec10 .content .ex_swiper .item .pic .text .icon img {
    width: 60px;
  }
  body .home .container .sec10 .content .ex_swiper .item .tname {
    margin-top: 18px;
  }
}

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