.home_ind .titleName h3 {
  font-size: calc(14px + 2.3rem);
  font-family: CenturyGothicB;
  color: #3A3A3A;
  margin-bottom: 1rem;
}
.home_ind .titleName p {
  font-size: calc(10px + 0.7rem);
  font-family: CenturyGothicB;
  color: #666666;
}
.home_ind .banner_swiper {
  position: relative;
}
.home_ind .banner_swiper .swiperImg img {
  width: 100%;
}
.home_ind .banner_swiper .switch_bot {
  display: flex;
  width: 24%;
  align-items: center;
  flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.home_ind .banner_swiper .switch_bot .switchBox {
  position: relative;
  width: calc(15px + 0.2rem);
  margin-bottom: 1rem;
}
.home_ind .banner_swiper .switch_bot .switchBox .prev {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.home_ind .banner_swiper .switch_bot .switchBox .next {
  position: relative;
  z-index: 5;
}
.home_ind .banner_swiper .switch_bot .switchBox .prev,
.home_ind .banner_swiper .switch_bot .switchBox .next {
  width: 100%;
  transition: 0.3s;
}
.home_ind .banner_swiper .switch_bot .switchBox .prev img,
.home_ind .banner_swiper .switch_bot .switchBox .next img {
  width: 100%;
}
.home_ind .banner_swiper .switch_bot .handoverName {
  position: relative;
  margin-bottom: 3.3rem;
}
.home_ind .banner_swiper .switch_bot .handoverName .handoverItem {
  transition: 0.3s;
  font-size: calc(10px + 0.7rem);
  font-family: AkzidenzGroteskBQ;
  font-weight: 500;
  color: #FFFFFF;
}
.home_ind .banner_swiper .switch_bot .handoverName .handoverItem2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.home_ind .banner_swiper .switch_bot .swiper-pagination {
  position: relative;
  font-size: calc(30px + 4.5rem);
  font-family: CenturyGothicB;
  color: #FFFFFF;
  margin-bottom: 3.5rem;
}
.home_ind .about_bnt .public_w {
  display: flex;
  justify-content: space-around;
}
.home_ind .about_bnt .about_bnt_item {
  display: block;
  padding: 3.6rem 0;
}
.home_ind .about_bnt .about_bnt_item .about_img {
  height: calc(40px + 3rem);
  text-align: center;
  margin-bottom: 1.3rem;
}
.home_ind .about_bnt .about_bnt_item .about_img img {
  height: 100%;
}
.home_ind .about_bnt .about_bnt_item p {
  text-align: center;
  font-size: calc(10px + 0.5rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #666666;
}
.home_ind .pro_home {
  padding: 6rem  0;
  background-color: #F6F6F6;
  background-size: cover;
  margin-bottom: 7rem;
}
.home_ind .pro_home .title_more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.5rem;
}
.home_ind .pro_home .moreBox {
  display: flex;
  width: calc(40px + 3.2rem);
  height: calc(40px + 3.2rem);
  padding: 0 calc(6px + 0.4rem);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #D80717;
  transition: 0.3s cubic-bezier(0.33, 0.99, 0.46, -1.26);
  position: relative;
}
.home_ind .pro_home .moreBox .moreBox_Content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.home_ind .pro_home .moreBox .moreName,
.home_ind .pro_home .moreBox .moreIcon {
  font-size: calc(10px + 0.5rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #fff;
}
.home_ind .pro_home .moreBox::after,
.home_ind .pro_home .moreBox::before {
  /* position: absolute; */
  content: "";
  width: calc(70px + 2.2rem);
  height: calc(70px + 2.2rem);
  border-radius: 50%;
  position: absolute;
  /* left: auto;
                top: auto; */
  border: 2px solid #d807188a;
  transition: 0.3s;
  opacity: 0;
}
.home_ind .pro_home .moreBox:hover {
  position: relative;
}
.home_ind .pro_home .moreBox:hover::before {
  animation: waveMore 3s linear infinite;
}
.home_ind .pro_home .moreBox:hover::after {
  opacity: 0;
  animation: waveMore 3s 1.5s linear infinite;
}
@keyframes waveMore {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.home_ind .pro_home .pro_list ul {
  display: flex;
  justify-content: space-between;
}
.home_ind .pro_home .pro_list .pro_item {
  width: 48%;
}
.home_ind .pro_home .pro_list .pro_item a {
  display: block;
}
.home_ind .pro_home .pro_list .pro_item .proItem_ative {
  position: relative;
}
.home_ind .pro_home .pro_list .pro_item .proItemImg {
  width: 100%;
  margin-bottom: 1.4rem;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.06);
}
.home_ind .pro_home .pro_list .pro_item .proItemImg img {
  width: 100%;
}
.home_ind .pro_home .pro_list .pro_item .proHover {
  position: absolute;
  width: 59%;
  top: 50%;
  left: 50%;
  padding: 4rem 0 3rem;
  transform: translate(-50%, -50%);
  background-color: #00000081;
  border-radius: 8px;
  opacity: 0;
  transition: 0.3s;
}
.home_ind .pro_home .pro_list .pro_item .proHover .proTitles {
  font-size: calc(10px + 1rem);
  font-family: CenturyGothic;
  text-align: center;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 1.3rem;
}
.home_ind .pro_home .pro_list .pro_item .proHover .proTitlesBut {
  display: flex;
  width: 45%;
  height: calc(15px + 0.75rem);
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 1rem;
  border: 1px solid #FFFFFF;
  border-radius: calc(10px + 0.35rem);
  transition: 0.3s;
}
.home_ind .pro_home .pro_list .pro_item .proHover .proTitlesBut .moreName {
  font-size: calc(10px + 0.4rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #FFFFFF;
  transition: 0.3s;
}
.home_ind .pro_home .pro_list .pro_item .proHover .proTitlesBut .moreImg {
  display: flex;
  width: calc(10px + 0.5rem);
  height: calc(10px + 0.5rem);
  background: #FFFFFF;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.home_ind .pro_home .pro_list .pro_item .proHover .proTitlesBut:hover {
  background-color: #fff;
}
.home_ind .pro_home .pro_list .pro_item .proHover .proTitlesBut:hover .moreName {
  color: #00000073;
}
.home_ind .pro_home .pro_list .pro_item .pro_home_tiele {
  font-size: calc(10px + 0.7rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.home_ind .pro_home .pro_list .pro_item:hover .proHover {
  opacity: 1;
}
.home_ind .best_home {
  margin-bottom: 7rem;
}
.home_ind .best_home .titleName {
  text-align: center;
  margin-bottom: 4.5rem;
}
.home_ind .best_home .best_swiper {
  position: relative;
}
.home_ind .best_home .best_swiper .swipers2 {
  margin-bottom: 1rem;
}
.home_ind .best_home .best_swiper .swiper-slide {
  text-align: center;
  border: 2px solid #E5E5E5;
}
.home_ind .best_home .best_swiper .swiper-slide a {
  display: block;
  padding: 1.6rem 1.2rem 3rem;
}
.home_ind .best_home .best_swiper .swiper-slide .swiperImg {
  width: 100%;
  margin-bottom: 2.3rem;
}
.home_ind .best_home .best_swiper .swiper-slide .swiperImg img {
  width: 100%;
}
.home_ind .best_home .best_swiper .swiper-slide .best_title {
  font-size: calc(10px + 0.8rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #3A3A3A;
  margin-bottom: 1rem;
}
.home_ind .best_home .best_swiper .swiper-slide .best_details {
  display: flex;
  width: 35%;
  height: calc(25px + 0.5rem);
  font-size: calc(10px + 0.4rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #3a3a3a9d;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin: 0 auto;
}
.home_ind .best_home .best_swiper .swiper-slide a:hover .best_details {
  color: #fff;
  background-color: #D80717;
}
.home_ind .best_home .best_swiper .switItem {
  display: flex;
  position: absolute;
  top: 50%;
  width: calc(22px + 3rem);
  height: 63px;
  transform: translateY(-50%);
  z-index: 5;
  align-items: center;
  justify-content: center;
  background-color: #D80717;
}
.home_ind .best_home .best_swiper .switItem i {
  color: #fff;
  font-size: 30px;
}
.home_ind .best_home .best_swiper .switItem.swiper-button-disabled {
  background-color: #EFEFEF;
}
.home_ind .best_home .best_swiper .switItem.swiper-button-disabled i {
  color: #D80717;
}
.home_ind .best_home .best_swiper .next2 {
  left: 100%;
}
.home_ind .best_home .best_swiper .prev2 {
  right: 100%;
}
.home_ind .best_home .best_swiper .bots2 {
  position: relative;
  bottom: 0;
}
.home_ind .best_home .best_swiper .bots2 .my-bullet {
  display: inline-block;
  width: calc(4px + 0.2rem);
  height: calc(4px + 0.2rem);
  border-radius: 50%;
  background-color: #919191;
  margin: calc(6px + 0.4rem);
  position: relative;
}
.home_ind .best_home .best_swiper .bots2 .my-bullet::after {
  position: absolute;
  content: "";
  width: calc(12px + 0.6rem);
  height: calc(12px + 0.6rem);
  border-radius: 50%;
  border: 2px solid transparent;
  top: calc(-4px - 0.2rem);
  left: calc(-4px - 0.2rem);
}
.home_ind .best_home .best_swiper .bots2 .my-bullet.swiper-pagination-bullet-active {
  background-color: #D80717;
}
.home_ind .best_home .best_swiper .bots2 .my-bullet.swiper-pagination-bullet-active::after {
  border-color: #D80717;
}
.home_ind .about_home {
  position: relative;
  margin-bottom: 7.5rem;
  background-size: cover;
  background-image: url("../images/aboutHomeImg.jpg");
}
.home_ind .about_home .about_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.home_ind .about_home .about_bg img {
  width: 100%;
}
.home_ind .about_home .public_w {
  display: flex;
  padding-top: 5.5rem;
  justify-content: space-between;
}
.home_ind .about_home .about_Content {
  width: 62%;
  margin-bottom: 5.7rem;
}
.home_ind .about_home .about_Content .titleName h3 {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.home_ind .about_home .about_Content .titleName .lineae {
  display: block;
  width: calc(27px + 3rem);
  height: calc(2px + 0.1rem);
  background: #D80717;
  margin-left: 1rem;
}
.home_ind .about_home .about_Content .about_particulars {
  margin-bottom: 2rem;
}
.home_ind .about_home .about_Content .about_particulars .about_parti {
  font-size: calc(10px + 0.7rem);
  font-family: CenturyGothic;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 3rem;
  letter-spacing: 3px;
}
.home_ind .about_home .about_Content .about_particulars .about_more {
  display: flex;
  width: calc(70px + 3rem);
  height: calc(26px + 1rem);
  border: 1px solid #ffffffab;
  border-radius: 23px;
  padding: 0 calc(6px + 0.2rem);
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
.home_ind .about_home .about_Content .about_particulars .about_more:hover {
  background-color: #D80717;
  border-color: #D80717;
}
.home_ind .about_home .about_Content .about_particulars .about_more:hover .moreName {
  color: #fff;
}
.home_ind .about_home .about_Content .about_particulars .about_more:hover .moreImg i {
  color: #fff;
}
.home_ind .about_home .about_Content .about_particulars .moreName {
  font-size: calc(10px + 0.5rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #ffffffab;
  transition: 0.3s;
}
.home_ind .about_home .about_Content .about_particulars .moreImg i {
  font-size: calc(14px + 0.5rem);
  color: #ffffffab;
  transition: 0.3s;
}
.home_ind .about_home .about_Content .about_img {
  width: 69%;
}
.home_ind .about_home .about_Content .about_img img {
  width: 100%;
}
.home_ind .about_home .parameter {
  display: flex;
  width: 26.7857%;
  justify-content: space-between;
}
.home_ind .about_home .parameter .parameter_column1 {
  width: 47%;
}
.home_ind .about_home .parameter .parameterItem {
  display: flex;
  height: calc(94px + 5rem);
  flex-direction: column;
  justify-content: space-between;
  background: #00000085;
  padding: calc(14px + 1rem) 1.2rem 0.9rem;
  margin-bottom: 1.2rem;
  transition: 0.3s;
}
.home_ind .about_home .parameter .parameterItem:hover {
  background-color: #E60012;
}
.home_ind .about_home .parameter .parameterItem:hover .par_name {
  color: #ffffff8a;
}
.home_ind .about_home .parameter .icon1 {
  width: calc(20px + 1.1rem);
}
.home_ind .about_home .parameter .icon1 img {
  width: 100%;
}
.home_ind .about_home .parameter .num1 {
  font-size: calc(12px + 1rem);
  font-family: DINPro;
  font-weight: 400;
  color: #ffffffe1;
  transition: 0.3s;
}
.home_ind .about_home .parameter .par_name {
  font-size: calc(10px + 0.3rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #999999;
  transition: 0.3s;
}
.home_ind .about_home .parameter .parameter_column2 {
  padding-top: 7rem;
}
.home_ind .videoDemo {
  margin-bottom: 7.5rem;
}
.home_ind .videoDemo .public_w {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_ind .videoDemo .video_introduce {
  width: 40%;
}
.home_ind .videoDemo .video_introduce .titleName {
  margin-bottom: 1.5rem;
}
.home_ind .videoDemo .video_introduce .titleName p {
  margin-bottom: 3.5rem;
}
.home_ind .videoDemo .video_introduce .titleName .lineae {
  display: block;
  width: calc(37px + 2.5rem);
  height: 4px;
  background: #D80717;
}
.home_ind .videoDemo .video_introduce .introduce {
  font-size: calc(10px + 0.5rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #666666;
  line-height: calc(18px + 1rem);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.home_ind .videoDemo .video_cont {
  width: 52.314%;
  position: relative;
}
.home_ind .videoDemo .video_cont video {
  width: 100%;
}
.home_ind .videoDemo .video_cont .video_img {
  width: calc(40px + 2rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.home_ind .videoDemo .video_cont .video_img img {
  width: 100%;
}
.home_ind .marketingNetwork {
  background-size: cover;
  padding-top: 6.1rem;
}
.home_ind .marketingNetwork .titleName {
  text-align: center;
  margin-bottom: 4.4rem;
}
.home_ind .marketingNetwork .titleName h3 {
  color: #fff;
}
.home_ind .marketingNetwork .titleName p {
  color: #ffff;
}
.home_ind .marketingNetwork .public_w {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.home_ind .marketingNetwork .marketingMap {
  width: 74.286%;
  margin-bottom: 3rem;
  position: relative;
}
.home_ind .marketingNetwork .marketingMap .marketingMap_bg {
  width: 100%;
}
.home_ind .marketingNetwork .marketingMap .distributeBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home_ind .marketingNetwork .marketingMap .distributeStart {
  position: absolute;
  width: 4.81%;
  top: 38%;
  left: 76%;
}
.home_ind .marketingNetwork .marketingMap .mapicon01 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 6;
  transform: scale(1);
  transition: 0.5s;
}
.home_ind .marketingNetwork .marketingMap .mapicon01 .mapName {
  display: block;
  position: absolute;
  bottom: 110%;
  left: auto;
  font-size: calc(10px + 0.4rem);
  font-family: CenturyGothic;
  font-weight: normal;
  color: #E9CA60;
}
.home_ind .marketingNetwork .marketingMap .mapicon01 img {
  width: 100%;
}
.home_ind .marketingNetwork .marketingMap .linemapAll {
  position: absolute;
  height: 1px;
  background-color: #FF0000;
  transition: 0.7s;
}
.home_ind .marketingNetwork .marketingMap .linemap1 {
  width: 8.27%;
  transform-origin: left center;
  transform: rotate(-10deg);
  bottom: 55%;
  left: 79%;
}
.home_ind .marketingNetwork .marketingMap .linemap2 {
  width: 24%;
  bottom: 55%;
  right: 22%;
  transform: rotate(17deg);
  transform-origin: right center;
}
.home_ind .marketingNetwork .marketingMap .linemap3 {
  width: 62%;
  bottom: 55%;
  right: 22%;
  transform: rotate(6deg);
  transform-origin: right center;
}
.home_ind .marketingNetwork .marketingMap .mapiconArrive {
  position: relative;
  display: flex;
  width: 3.85%;
  flex-direction: column;
  align-items: center;
  transition: 0.5s;
}
.home_ind .marketingNetwork .marketingMap .mapiconArrive img {
  width: 100%;
}
.home_ind .marketingNetwork .marketingMap .mapiconArrive .mapName {
  display: block;
  position: absolute;
  bottom: 110%;
  left: auto;
  font-size: calc(10px + 0.4rem);
  font-family: CenturyGothic;
  font-weight: normal;
  color: #fff;
}
.home_ind .marketingNetwork .marketingMap .mapicon02 {
  top: 36%;
  left: 85%;
}
.home_ind .marketingNetwork .marketingMap .mapicon03 {
  top: 16%;
  left: 53%;
}
.home_ind .marketingNetwork .marketingMap .mapicon04 {
  top: 8%;
  left: 14%;
}
.home_ind .marketingNetwork .marketingMap .mapiconNo {
  transform: scale(0);
}
.home_ind .marketingNetwork .marketingMap .linemapAllNo {
  width: 0;
}
.home_ind .marketingNetwork .mainSalesArea {
  width: 20.429%;
  background: #D80717;
  padding: 3.4rem 2rem 3.5rem;
  opacity: 0.8;
  border-radius: 0px 30px 0px 30px;
}
.home_ind .marketingNetwork .mainSalesArea .mainName {
  font-size: calc(10px + 0.5rem);
  font-family: CenturyGothic;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.home_ind .marketingNetwork .mainSalesArea .mainName::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 2px;
  background: #FFFFFF;
  opacity: 0.8;
  margin-top: 0.8rem;
}
.home_ind .marketingNetwork .mainSalesArea .mainMap {
  margin-top: 0.4rem;
  text-align: center;
}
.home_ind .marketingNetwork .mainSalesArea .mainMap .mainMapItem {
  font-size: calc(10px + 0.5rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 1.6rem;
}
.home_ind .newsBox_hom {
  background-color: #FBFBFB;
  padding: 5rem 0 4rem;
}
.home_ind .newsBox_hom .titleName {
  text-align: center;
  margin-bottom: 4rem;
}
.home_ind .newsBox_hom .public_w {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.home_ind .newsBox_hom .news_img {
  width: 46.785%;
}
.home_ind .newsBox_hom .news_img ul {
  position: relative;
}
.home_ind .newsBox_hom .news_img .news_item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}
.home_ind .newsBox_hom .news_img .news_item paddign img {
  width: 100%;
}
.home_ind .newsBox_hom .news_img .news_item:first-of-type {
  position: relative;
  z-index: 5;
  opacity: 1;
}
.home_ind .newsBox_hom .news_navs {
  width: 47.642%;
}
.home_ind .newsBox_hom .news_navs ul {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.home_ind .newsBox_hom .news_navs .news_navItem {
  border-bottom: 1px solid #E5E5E5;
}
.home_ind .newsBox_hom .news_navs .news_navItem a {
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
  justify-content: space-between;
}
.home_ind .newsBox_hom .news_navs .news_navItem .news_cont {
  width: 70%;
}
.home_ind .newsBox_hom .news_navs .news_navItem .news_cont .news_title {
  font-size: calc(10px + 0.7rem);
  font-family: CenturyGothicB;
  color: #1E1E1E;
  margin-bottom: 1rem;
  transition: 0.3s;
}
.home_ind .newsBox_hom .news_navs .news_navItem .news_cont p {
  font-size: calc(10px + 0.4rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #666666;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.home_ind .newsBox_hom .news_navs .news_navItem .news_icon {
  width: calc(27px + 1.5rem);
}
.home_ind .newsBox_hom .news_navs .news_navItem.news_navItemHove .news_cont .news_title,
.home_ind .newsBox_hom .news_navs .news_navItem:hover .news_cont .news_title {
  color: #D80717;
}
.home_ind .newsBox_hom .news_more {
  display: flex;
  width: calc(70px + 3rem);
  height: calc(26px + 1rem);
  border: 1px solid #D80717;
  border-radius: 23px;
  padding: 0 calc(6px + 0.7rem);
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  transition: 0.3s;
}
.home_ind .newsBox_hom .moreName {
  font-size: calc(10px + 0.5rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #D80717;
  transition: 0.3s;
}
.home_ind .newsBox_hom .moreImg i {
  font-size: calc(14px + 0.5rem);
  color: #D80717;
  transition: 0.3s;
}
.home_ind .newsBox_hom .news_more:hover {
  background-color: #D80717;
}
.home_ind .newsBox_hom .news_more:hover .moreName {
  color: #fff;
}
.home_ind .newsBox_hom .news_more:hover .moreImg i {
  color: #fff;
}
.email_homes {
  display: block;
  width: calc(60px + 2rem);
  position: fixed;
  right: calc(-60px - 2rem);
  bottom: 40%;
  z-index: 200;
  transition: 0.5s;
}
.email_homes img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .home_ind .about_bnt .aboutBnt_item {
    width: 25%;
  }
  .home_ind .best_home .best_swiper .switItem.prev2,
  .home_ind .best_home .best_swiper .switItem.next2 {
    display: none;
  }
  .home_ind .about_home .about_Content {
    width: 100%;
  }
  .home_ind .about_home .parameter {
    display: none;
  }
  .home_ind .videoDemo .public_w {
    display: block;
  }
  .home_ind .videoDemo .video_introduce {
    width: 100%;
    margin-bottom: 3rem;
  }
  .home_ind .videoDemo .video_cont {
    width: 100%;
  }
  .home_ind .marketingNetwork .marketingMap {
    margin: 0 auto;
  }
  .home_ind .marketingNetwork .mainSalesArea {
    display: none;
  }
  .home_ind .newsBox_hom .public_w {
    display: block;
  }
  .home_ind .newsBox_hom .news_img {
    width: 100%;
    margin-bottom: 3rem;
  }
  .home_ind .newsBox_hom .news_navs {
    width: 100%;
  }
  .home_ind .best_home .best_swiper .bots2 {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  .home_ind .pro_home .pro_list ul {
    flex-direction: column;
    align-items: center;
  }
  .home_ind .pro_home .pro_list ul .pro_item {
    width: 100%;
    margin-bottom: 3rem;
  }
  .home_ind .pro_home .pro_list ul .pro_item .proHover {
    padding: 7rem 0 6rem;
  }
  .home_ind .pro_home .pro_list ul .pro_item .proHover .proTitles {
    margin-bottom: 3rem;
  }
  .home_ind .about_home .about_Content .titleName h3 {
    justify-content: center;
    margin-bottom: 2.5rem;
  }
  .home_ind .about_home .about_Content .titleName h3 .lineae {
    margin-left: 2.5rem;
  }
  .home_ind .about_home .about_Content .titleName h3::before {
    content: "";
    display: block;
    width: calc(27px + 3rem);
    height: calc(2px + 0.1rem);
    background: #D80717;
    margin-right: 2.5rem;
  }
  .home_ind .about_home .about_Content .about_particulars {
    padding: 0 5rem;
    margin-bottom: 5rem;
  }
  .home_ind .about_home .about_Content .about_particulars .about_parti {
    text-align: center;
    letter-spacing: 1px;
  }
  .home_ind .about_home .about_Content .about_particulars .about_more {
    margin: 0 auto;
    background-color: #D80717;
    border-color: #D80717;
  }
  .home_ind .about_home .about_Content .about_particulars .about_more .moreName {
    color: #fff;
  }
  .home_ind .about_home .about_Content .about_particulars .about_more .moreImg i {
    color: #fff;
  }
  .home_ind .about_home .about_Content .about_img {
    width: 85%;
    margin: 0 auto;
  }
}
