.home_ind .titleName h3 {
  font-family: AlibabaPuHuiTi;
  font-size: calc(10px + 1.7rem);
  color: #333333;
  font-style: normal;
  margin-bottom: 0.5rem;
}
.home_ind .titleName .titleEn {
  font-family: AlibabaPuHuiTi;
  font-size: calc(10px + 0.7rem);
  color: #777777;
  font-style: normal;
  margin-bottom: 1rem;
}
.home_ind .titleName .tranLine {
  display: flex;
  width: calc(150px + 10rem);
  height: calc(2px + 0.1rem);
  background-color: #D8D8D8;
}
.home_ind .titleName .tranLine::before {
  display: block;
  content: "";
  width: 25%;
  height: 100%;
  background-color: #046AC4;
}
.home_ind .banner_swiper .swiperImg img {
  width: 100%;
}
.home_ind .pro_ind {
  position: relative;
  padding: 6.5rem 0 7.5rem;
  background-image: url("../images/pro_bg.jpg");
  background-size: cover;
}
.home_ind .pro_ind .pro_ind_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home_ind .pro_ind .pro_title_more {
  position: relative;
}
.home_ind .pro_ind .titleName {
  margin-bottom: 4rem;
}
.home_ind .pro_ind .proind_list {
  font-family: PingFangSC;
  font-weight: 500;
  font-size: calc(10px + 0.7rem);
  color: #666666;
  margin-bottom: 3rem;
}
.home_ind .pro_ind .proind_list ul {
  display: flex;
  flex-wrap: wrap;
}
.home_ind .pro_ind .proind_list .proind_item {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: calc(16px + 0.5rem);
  padding: 3px 0;
   margin-bottom: 0.3rem;
}
.home_ind .pro_ind .proind_list .proind_item .vertical {
  display: block;
  width: 1px ;
  height: 70%;
  background-color: #CCC;
  position: relative;
  right: 0;
  margin-left: calc(16px + 0.5rem);
}
.home_ind .pro_ind .proind_list .proind_item.proind_item2 .vertical {
  display: none;
}
.home_ind .pro_ind .proind_list .proind_item a {
    transition: 0.3s;
}
.home_ind .pro_ind .proind_list .proind_item:hover {
    color: #046AC4;
}
.home_ind .pro_ind .recommendBox ul {
  display: flex;
  justify-content: space-between;
}
.home_ind .pro_ind .recommendBox .recommendItem {
  width: 32%;
  background-color: #fff;
  position: relative;
}
.home_ind .pro_ind .recommendBox .recommendItem a {
  display: block;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.home_ind .pro_ind .recommendBox .recommendImg {
  text-align: center;
  margin-bottom: 1rem;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}
.home_ind .pro_ind .recommendBox .recommendImg img {
  width: 100%;
}
.home_ind .pro_ind .recommendBox .recommendTit {
  display: block;
  font-family: PingFangSC;
  font-weight: 500;
  font-size: calc(10px + 0.5rem);
  color: #333333;
  text-align: center;
}
.home_ind .pro_ind .recommendBox .morebox {
  display: block;
  background-color: #046AC4;
  width: calc(32px + 1rem);
  height: calc(32px + 1rem);
  position: absolute;
  right: 15%;
  bottom: calc(-16px - 0.5rem);
  border-radius: calc(16px + 0.5rem);
  transition: 0.5s;
  overflow: hidden;
}
.home_ind .pro_ind .recommendBox .morebox .moreFlex {
  display: flex;
  width: calc(70px + 5rem);
  height: calc(32px + 1rem);
  padding: 5px;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
}
.home_ind .pro_ind .recommendBox .morebox .moreText {
  font-family: PingFangSC;
  font-weight: 400;
  font-size: calc(10px + 0.3rem);
  color: #FFFFFF;
  padding-left: 1rem;
}
.home_ind .pro_ind .recommendBox .morebox .moreicon {
  display: flex;
  background-color: #fff;
  width: calc(22px + 1rem);
  height: calc(22px + 1rem);
  border-radius: 50%;
  font-size: calc(20px + 0.5rem);
  font-family: 微软雅黑;
  align-items: center;
  justify-content: center;
  color: #046AC4;
  padding-bottom: 4%;
}
.home_ind .pro_ind .recommendBox .recommendItem:hover .morebox {
  width: calc(80px + 5rem);
}
.home_ind .projectCase {
  margin-bottom: 6.5rem;
  padding-top: 6rem;
}
.home_ind .projectCase .titleName {
  text-align: center;
  margin-bottom: 4rem;
}
.home_ind .projectCase .titleName .tranLine {
  margin: 0 auto;
  justify-content: center;
}
.home_ind .projectCase .projectCaseBox {
  display: flex;
  justify-content: space-between;
}
.home_ind .projectCase .projectCaseBox .project_nav {
  width: 18.3%;
  height: 100%;
  padding: 3.5rem 1.7rem 3.5rem 2rem;
  background-color: #046AC4;
}
.home_ind .projectCase .projectCaseBox .project_nav .project_item {
  text-align: center;
  padding-bottom: 1.1rem;
  position: relative;
  margin-bottom: 1.6rem;
  opacity: 0.8;
  transition: 0.3s;
  cursor: pointer;
}
.home_ind .projectCase .projectCaseBox .project_nav .project_item .project_img {
  width: calc(22px + 0.5rem);
  margin: 0 auto 0.2rem;
}
.home_ind .projectCase .projectCaseBox .project_nav .project_item .project_img img {
  width: 100%;
}
.home_ind .projectCase .projectCaseBox .project_nav .project_item span {
  font-family: PingFangSC;
  font-weight: 500;
  font-size: calc(10px + 0.7rem);
  color: #FFFFFF;
}
.home_ind .projectCase .projectCaseBox .project_nav .project_item::after {
  display: block;
  content: "";
  width: 55%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #ffffffc0;
  transform: translateX(-50%);
}
.home_ind .projectCase .projectCaseBox .project_nav .project_item:first-of-type {
  opacity: 1;
}
.home_ind .projectCase .projectCaseBox .projectCaseList {
  width: 78.6%;
  position: relative;
}
.home_ind .projectCase .projectCaseBox .projectCaseList ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: 0.3s;
  width: 100%;
}
.home_ind .projectCase .projectCaseBox .projectCaseList ul:first-of-type {
  position: relative;
  opacity: 1;
  z-index: 3;
}
.home_ind .projectCase .projectCaseBox .projectCaseList .projectCaseItem {
  width: 48%;
  box-shadow: 0px 0px 8px 4px rgba(226, 226, 226, 0.5);
}
.home_ind .projectCase .projectCaseBox .projectCaseList .projectCaseItem a {
  display: block;
  padding-bottom: 2.5rem;
}
.home_ind .projectCase .projectCaseBox .projectCaseList .projectCaseItem .projectItem_img {
  margin-bottom: 1.7rem;
  overflow: hidden;
}
.home_ind .projectCase .projectCaseBox .projectCaseList .projectCaseItem .projectItem_img img {
  width: 100%;
  transition: 0.3s;
}
.home_ind .projectCase .projectCaseBox .projectCaseList .projectCaseItem .projectName {
  margin-left: 2.4rem;
  border-left: 4px solid #333333;
  padding-left: 1.2rem;
  transition: 0.3s;
}
.home_ind .projectCase .projectCaseBox .projectCaseList .projectCaseItem .projectName .projectTit {
  font-family: PingFangSC;
  font-weight: 400;
  font-size: calc(10px + 0.7rem);
  color: #333333;
  transition: 0.3s;
}
.home_ind .projectCase .projectCaseBox .projectCaseList .projectCaseItem:hover .projectItem_img img {
  transform: scale(1.1);
}
.home_ind .projectCase .projectCaseBox .projectCaseList .projectCaseItem:hover .projectName {
  border-left-color: #046AC4;
}
.home_ind .projectCase .projectCaseBox .projectCaseList .projectCaseItem:hover .projectName .projectTit {
  color: #046AC4;
}
.home_ind .projectCase .projectCaseBox .moreProject {
  display: flex;
  width: calc(60px + 5rem);
  padding: calc(5px + 0.2rem) 1rem;
  border: 1px solid #dddddd;
  border-radius: 30px;
  align-items: center;
  justify-content: space-between;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: calc(10px + 0.3rem);
  color: #666;
  margin: 0 auto;
  transition: 0.3s;
}
.home_ind .projectCase .projectCaseBox .moreProject i {
  transition: 0.3s;
  color: #046AC4;
  font-size: calc(12px + 0.5rem);
}
.home_ind .projectCase .projectCaseBox .moreProject:hover {
  color: #fff;
  border-color: #046AC4;
  background-color: #046AC4;
}
.home_ind .projectCase .projectCaseBox .moreProject:hover i {
  color: #fff;
}
.home_ind .ourServices {
  padding: 4rem 0 4.5rem;
  position: relative;
  margin-bottom: 6.5rem;
}
.home_ind .ourServices .ourServices_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home_ind .ourServices .ourServices_bg .ourServices1 {
  width: 100%;
}
.home_ind .ourServices .ourServices_bg .ourServices2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.home_ind .ourServices .titleName {
  text-align: center;
  margin-bottom: 4rem;
}
.home_ind .ourServices .titleName .tranLine {
  margin: 0 auto;
  justify-content: center;
}
.home_ind .ourServices .serviceList ul {
  display: flex;
  justify-content: space-between;
}
.home_ind .ourServices .serviceList .serviceItem {
  width: 32%;
  padding: 5rem 2.25rem;
  background-color: #fff;
}
.home_ind .ourServices .serviceList .serviceItem .service_icon {
  width: 13%;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.home_ind .ourServices .serviceList .serviceItem .service_title {
  font-family: PingFangSC;
  font-weight: 400;
  font-size: calc(10px + 0.7rem);
  color: #333333;
  padding-bottom: 0.7rem;
  margin-bottom: 1.6rem;
  text-align: center;
}
.home_ind .ourServices .serviceList .serviceItem .service_title::after {
  display: block;
  content: "";
  width: 12%;
  height: 4px;
  margin: calc(4px + 0.3rem) auto 0;
  background-color:  #046AC4;
}
.home_ind .ourServices .serviceList .serviceItem .service_cont {
  font-family: PingFangSC;
  font-size: calc(10px + 0.3rem);
  font-weight: 400;
  color: #777777;
  line-height: calc(10px + 1rem);
  text-align: center;
}
.home_ind .aboutInd .public_w {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_ind .aboutInd .aboutLeft {
  width: 39.5%;
}
.home_ind .aboutInd .aboutLeft .titleName {
  margin-bottom: 3rem;
}
.home_ind .aboutInd .aboutLeft .aboutCont {
  font-family: PingFangSC;
  font-size: calc(10px + 0.3rem);
  color: #333333;
  line-height: calc(10px + 1rem);
  margin-bottom: 1rem;
  overflow: hidden;
}
.home_ind .aboutInd .aboutLeft .aboutCont p {
  text-indent: 2em;
  margin-bottom: 1rem;
}
.home_ind .aboutInd .aboutLeft .about_icon ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_ind .aboutInd .aboutLeft .about_icon .company_certi_item {
  width: 33.3%;
  padding: calc(7px + 0.5rem) 0;
  background-color: #F6F6F6;
  transition: 0.3s;
}
.home_ind .aboutInd .aboutLeft .about_icon .company_certi_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home_ind .aboutInd .aboutLeft .about_icon .company_certi_item .company_certi_icon {
  margin-bottom: 0.7rem;
}
.home_ind .aboutInd .aboutLeft .about_icon .company_certi_item .company_certi_icon i {
  font-size: calc(20px + 1.5rem);
  color: #333;
  transition: 0.3s;
}
.home_ind .aboutInd .aboutLeft .about_icon .company_certi_item .company_certi_icon i::before {
  color: inherit;
}
.home_ind .aboutInd .aboutLeft .about_icon .company_certi_item span {
  font-family: PingFangSC;
  font-weight: 400;
  font-size: calc(10px + 0.4rem);
  color: #333;
  transition: 0.3s;
}
.home_ind .aboutInd .aboutLeft .about_icon .company_certi_item:hover {
  background-color: #046AC4;
}
.home_ind .aboutInd .aboutLeft .about_icon .company_certi_item:hover .company_certi_icon i {
  color: #fff;
}
.home_ind .aboutInd .aboutLeft .about_icon .company_certi_item:hover span {
  color: #fff;
}
.home_ind .aboutInd .aboutRight {
  width: 51%;
}
.home_ind .aboutInd .aboutRight img {
  width: 100%;
}
.home_ind .news_ind {
  padding-top: 5rem;
  margin-bottom: 6.5rem;
}
.home_ind .news_ind .news_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.home_ind .news_ind .news_title .news_navs {
  display: flex;
  align-items: center;
}
.home_ind .news_ind .news_title .news_navs ul {
  display: flex;
  align-items: center;
}
.home_ind .news_ind .news_title .news_navs ul .news_item {
  margin-right: 1.2rem;
}
.home_ind .news_ind .news_title .news_navs .news_item {
  display: flex;
  height: calc(22px + 1rem);
  justify-content: center;
  align-items: center;
  font-family: PingFangSC;
  font-weight: 400;
  font-size: calc(10px + 0.5rem);
  color: #777;
  border-radius: 30px;
  border: 1px solid #ccc;
  transition: 0.3s;
  cursor: pointer;
  padding: 0 calc(14px + 0.5rem);
}
.home_ind .news_ind .news_title .news_navs .news_item.news_item_active {
  color: #fff;
  border-color: #046AC4;
  background-color: #046AC4;
}
.home_ind .news_ind .new_collection {
  position: relative;
}
.home_ind .news_ind .new_collection .new_List {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  transition: 0.3s;
}
.home_ind .news_ind .new_collection .new_List:first-of-type {
  position: relative;
  z-index: 10;
  opacity: 1;
}
.home_ind .news_ind .new_collection .new_List a {
  display: block;
}
.home_ind .news_ind .new_collection .new_List a .news_img {
  margin-bottom: 2.3rem;
  overflow: hidden;
}
.home_ind .news_ind .new_collection .new_List a .news_img img {
  width: 100%;
  transition: 0.3s ease;
}
.home_ind .news_ind .new_collection .new_List a .title_Cont {
  position: relative;
  margin-bottom: 1.3rem;
}
.home_ind .news_ind .new_collection .new_List a .title_Cont .title {
  font-family: PingFangSC;
  font-weight: 500;
  font-size: calc(10px + 0.5rem);
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
}
.home_ind .news_ind .new_collection .new_List a .title_Cont .title_cont2 {
  height: calc(36px + 2rem);
  font-family: PingFangSC;
  font-weight: 400;
  font-size: calc(10px + 0.3rem);
  color: #777777;
  line-height: calc(10px + 0.6rem);
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.home_ind .news_ind .new_collection .new_List a .title_Cont::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 60%;
  height: 1px;
  background-color: #046AC4;
  opacity: 0;
  transition: 0.56s ease;
}
.home_ind .news_ind .new_collection .new_List a .time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  opacity: 0;
  transition: 0.3s;
}
.home_ind .news_ind .new_collection .new_List a .time_Content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_ind .news_ind .new_collection .new_List a .time_img {
  width: calc(14px + 0.5rem);
  position: relative;
  margin-right: 0.6rem;
}
.home_ind .news_ind .new_collection .new_List a .time_img img {
  width: 100%;
  position: relative;
  transition: 0.3s;
}
.home_ind .news_ind .new_collection .new_List a .time_img .time_icon2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.home_ind .news_ind .new_collection .new_List a .creationTime {
  font-family: PingFangSC;
  font-weight: 500;
  font-size: calc(10px + 0.7rem);
  color: #046AC4;
  transition: 0.3s;
}
.home_ind .news_ind .new_collection .new_List a .more_into {
  width: calc(5px + 0.25rem);
  font-size: calc(10px + 0.3rem);
  margin-right: 0.7rem;
  color: #046AC4;
  transition: 0.3s;
}
.home_ind .news_ind .new_collection .new_List a .more_into i {
  font-size: calc(10px + 0.3rem);
}
.home_ind .news_ind .new_collection .new_List a:hover .news_img img {
  transform: scale(1.1);
}
.home_ind .news_ind .new_collection .new_List a:hover .title_Cont::after {
  opacity: 1;
  width: 100%;
}
.home_ind .news_ind .new_collection .new_List a:hover .time {
  opacity: 1;
}
.home_ind .news_ind .new_collection .swiper-pagination2 {
  text-align: center;
  margin-top: 2rem;
}
.home_ind .news_ind .new_collection .swiper-pagination2 .my-bullet2 {
  width: calc(5px + 0.2rem);
  height: calc(5px + 0.2rem);
  background-color: #aaa;
  display: inline-block;
  position: relative;
  transition: 0.3s;
  margin: calc(7px + 0.15rem);
  border-radius: 50%;
}
.home_ind .news_ind .new_collection .swiper-pagination2 .my-bullet2::before {
  width: calc(10px + 0.7rem);
  height: calc(10px + 0.7rem);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #aaa;
  transition: 0.3s;
  border-radius: 50%;
}
.home_ind .news_ind .new_collection .swiper-pagination2 .my-bullet2.swiper-pagination-bullet-active {
  background-color: #046AC4;
}
.home_ind .news_ind .new_collection .swiper-pagination2 .my-bullet2.swiper-pagination-bullet-active::before {
  border-color: #046AC4;
}
@media screen and (max-width: 800px) {
  .home_ind .pro_ind .recommendBox .morebox {
    display: none;
  }
  .home_ind .projectCase .projectCaseBox {
    display: block;
  }
  .home_ind .projectCase .projectCaseBox .project_nav {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 2rem;
  }
  .home_ind .projectCase .projectCaseBox .project_nav ul {
    display: flex;
    justify-content: space-around;
  }
  .home_ind .projectCase .projectCaseBox .projectCaseList {
    width: 100%;
  }
  .home_ind .ourServices .serviceList .serviceItem {
    width: 48%;
  }
  .home_ind .ourServices .serviceList .serviceItem:nth-of-type(2) {
    display: none;
  }
  .home_ind .aboutInd .public_w {
    display: block;
  }
  .home_ind .aboutInd .aboutLeft {
    width: 100%;
    margin-bottom: 2rem;
  }
  .home_ind .aboutInd .aboutRight {
    width: 100%;
  }
  .home_ind .news_ind .news_title {
    display: block;
  }
  .home_ind .news_ind .news_title .titleName {
    margin-bottom: 3rem;
  }
  .home_ind .news_ind .news_title .news_navs ul {
    width: 100%;
    justify-content: space-around;
  }
  
}
