* {
  font-family: "Microsoft YaHei", "sinsum", "SimHei", Helvetica;
  box-sizing: border-box;
  transition: inherit;
}

:root {
  --main-color:#F79646;
}

a {
  color: inherit;
}


.pc {
  display: block;
}

.mob {
  display: none;
}

@media (max-width: 990px) {
  .pc {
    display: none;
  }
  .mob {
    display: block;
  }
}
body {
  font-size: 14px;
}
@media (max-width: 990px) {
  body {
    padding-top: 7vw;
  }
}
@media (max-width: 570px) {
  body {
    padding-top: 10vw;
  }
}

body, html {
  width: 100%;
  height: 100%;
}

.rezo_fukuang0{
  position: relative;
  height: 100%;
  width: 100%;
}

.rezo_fukuang1{
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}

.rezo_fukuang0 .mask_text{
  position: absolute;
  inset: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}


.pic-box {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  overflow: hidden;
}
.pic-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.contain-wrapper {
  width: 100%;
  overflow: hidden;
}

.contain-box {
  width: 100%;
  padding: 5.5vw 0;
  position: relative;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-repeat: no-repeat;
}

.main-box {
  width: 70vw;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
@media (max-width: 990px) {
  .main-box {
    width: 85vw;
  }
}
@media (max-width: 570px) {
  .main-box {
    width: 92vw;
  }
}

.box-width {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .box-width {
    width: 85vw;
  }
}
@media (max-width: 570px) {
  .box-width {
    width: 92vw;
  }
}

.right, .left {
  width: 50%;
}
@media (max-width: 570px) {
  .right, .left {
    width: 100%;
  }
}
/* 
.m-head {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6784313725);
  background: #fff;
  height: 7vw;
  position: fixed;
  width: 100%;
  z-index: 30;
  left: 0;
  top: 0;
}
.m-head .tlogo {
  height: 100%;
  width: 30vw;
}
.m-head .tlogo img {
  height: 70%;
  width: auto;
}
.m-head .MenuList_d1 {
  display: none;
  position: fixed;
  width: 50%;
  height: 100%;
  right: -50%;
  top: 0;
  z-index: 999;
  transition: all 0.5s 0s ease;
} */
/* @media (max-width: 990px) {
  .m-head .MenuList_d1 {
    display: block;
  }
} */
/* .m-head .MenuList_d1 .mask {
  background: #333;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  transition: background 0.3s 0.5s ease;
}
.m-head .MenuList_d1.active {
  right: 0;
}
.m-head .MenuList_d1.active .mask {
  opacity: 0.3;
  display: block;
}
.m-head .MenuList_d1.active .MenuList_d1-toggle::after {
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
  transition: all 0.5s 0s ease;
  background: #fff;
}
.m-head .MenuList_d1.active .MenuList_d1-toggle::before {
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
  transition: all 0.5s 0s ease;
  background: #fff;
}
.m-head .MenuList_d1.active .MenuList_d1-toggle span {
  display: none;
  background: #fff;
}
.m-head .MenuList_d1 .MenuList_d1-toggle {
  z-index: 10;
  position: absolute;
  left: -7vw;
  top: 2vw;
  width: 4.5vw;
  height: 3vw;
}
.m-head .MenuList_d1 .MenuList_d1-toggle span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  height: 2px;
  width: 100%;
  display: block;
  background: #F79646;
}
.m-head .MenuList_d1 .MenuList_d1-toggle::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  width: 100%;
  height: 2px;
  background: #F79646;
  content: "";
}
.m-head .MenuList_d1 .MenuList_d1-toggle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  width: 100%;
  height: 2px;
  background: #F79646;
}
.m-head .MenuList_d1-main {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #F79646;
  font-size: 1.8vw;
  color: #fff;
  line-height: 5vw;
  text-align: center;
  padding-top: 10vw;
}
.m-head .MenuList_d1-main li {
  margin: 2vw 0;
}
.m-head .MenuList_d1-main a {
  display: block;
  color: #fff;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  border-bottom: 1px #fff solid;
} */
/* @media (max-width: 570px) {
  .m-head {
    height: 10vw;
  }
  .m-head .tlogo {
    height: 100%;
    padding: 0 10%;
    width: 100%;
    justify-content: flex-start;
  }
  .m-head .tlogo img {
    height: 70%;
    width: auto;
  }
  .m-head .MenuList_d1 .MenuList_d1-toggle {
    z-index: 10;
    position: absolute;
    left: -11vw;
    top: 2.5vw;
    width: 6.5vw;
    height: 5vw;
  }
  .m-head .MenuList_d1 .MenuList_d1-main {
    font-size: 2.7vw;
    line-height: 10vw;
  }
} */
/* 
footer {
  padding: 4vw 0 0;
  background: #181A25;
  color: #fff;
}
footer .foot {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
}
footer .foot .left {
  width: 35%;
  font-size: 1.2vw;
  line-height: 2.5vw;
  /#* text-indent: 1vw; *#/
}
footer .foot .left .flogo {
  width: 12vw;
  margin-bottom: 1.5vw;
}
footer .foot .left .txt {
  font-weight: bold;
  font-size: 14px;
}
footer .foot .mid {
  width: 24.66%;
  padding-left: 2vw;
}
footer .foot .mid .tit {
  font-size: 1.2vw;
  line-height: 3vw;
}
footer .foot .mid .tit b {
  line-height: 3vw;
  color: #fff;
  margin: 2vw 0;
  font-size: 1.8vw;
}
footer .foot .mid .fcont {
  margin-top: 1.5vw;
  font-size: 0.8vw;
  line-height: 1.5vw;
  color: #b1b1b1;
}
footer .foot .right {
  width: auto;
  margin-top: 2vw;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  align-items: flex-start;
}
footer .foot .right .ewm {
  text-align: center;
  color: #b1b1b1;
  font-size: 0.9vw;
}
footer .foot .right .ewm img {
  width: 7vw;
  margin-bottom: 0.5vw;
}
footer .fbottom {
  margin-top: 3vw;
  text-align: center;
  width: 100%;
  background: #151721;
  font-size: 0.7vw;
  padding: 1.5vw 0;
  color: #b1b1b1;
} */

@media (max-width: 990px) {
  footer .foot {
    flex-wrap: wrap;
  }
  footer .foot .left {
    width: 100%;
    margin-bottom: 3vw;
    font-size: 2.4vw;
    line-height: 4vw;
  }
  footer .foot .left .flogo {
    width: 22vw;
  }
  footer .foot .mid {
    padding-left: 1vw;
    width: 60%;
  }
  footer .foot .mid .tit {
    font-size: 2.4vw;
    line-height: 5vw;
  }
  footer .foot .mid .tit b {
    font-size: 3.6vw;
  }
  footer .foot .mid .fcont {
    font-size: 1.8vw;
    line-height: 3vw;
  }
  footer .foot .right {
    width: 40%;
  }
  footer .foot .right .ewm {
    font-size: 1.8vw;
  }
  footer .foot .right .ewm img {
    width: 15vw;
  }
  footer .fbottom {
    font-size: 1.4vw;
    padding: 2vw 0;
  }
}
@media (max-width: 570px) {
  footer {
    padding-top: 10vw;
  }
  footer .foot {
    align-items: flex-end;
  }
  footer .foot .left {
    font-size: 3.6vw;
    line-height: 6vw;
  }
  footer .foot .left .flogo {
    width: 35vw;
  }
  footer .foot .mid {
    width: 50%;
  }
  footer .foot .mid .tit {
    font-size: 3.6vw;
    line-height: 9vw;
  }
  footer .foot .mid .tit b {
    font-size: 5.72vw;
  }
  footer .foot .mid .fcont {
    font-size: 3.33vw;
    line-height: 6vw;
  }
  footer .foot .right {
    width: 45%;
  }
  footer .foot .right .ewm {
    font-size: 2.7vw;
    width: 50%;
  }
  footer .foot .right .ewm img {
    width: 90%;
  }
  footer .fbottom {
    font-size: 2.8vw;
    padding: 4vw 2vw;
  }
}
.contain-title {
  text-align: center;
  width: max-content;
  font-size: 1.8vw;
  font-weight: bold;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .contain-title {
    font-size: 3.6vw;
  }
}
@media (max-width: 570px) {
  .contain-title {
    font-size: 5.4vw;
  }
}
.contain-title .cn {
  position: relative;
}
.contain-title .cn::after {
  position: absolute;
  bottom: -0.5vw;
  height: 3px;
  width: 3vw;
  background: #F79646;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
}

.banner {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
.banner a {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: auto;
}
.banner a img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.banner .swiper-container {
  --swiper-theme-color: #C2CBD7;
}
.banner .swiper-pagination {
  bottom: 5vw;
}
.banner .swiper-pagination span {
  position: relative;
  width: 0.8vw;
  height: 0.8vw;
  background: none;
}
.banner .swiper-pagination span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  width: 0%;
  height: 0%;
  border: 1px #fff solid;
  border-radius: 50%;
  transition: all 0.5s 0s ease;
}
.banner .swiper-pagination span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  width: 45%;
  height: 45%;
  background-color: #fff;
  border-radius: 50%;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active::after {
  width: 90%;
  height: 90%;
  transform: scale(1);
}

.banner.mob {
  height: auto;
}
.banner.mob > div {
  height: auto;
}
.banner.mob > div > div {
  height: auto;
}
.banner.mob a img {
  width: 100%;
  height: auto;
}

.lead_num {
  margin-top: -4vw;
  padding: 2vw;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  align-items: flex-start;
  border-radius: 10px;
  box-shadow: 0 0 16px #828282;
  text-align: center;
  position: relative;
  z-index: 3;
  background: #fff;
}
.lead_num b {
  font-size: 2.64vw;
  color: #F79646;
}
.lead_num p {
  margin-top: 0.5vw;
  font-size: 1vw;
}

.abusbox::after {
  width: 20vw;
  height: 26vw;
  background-image: url(../images/abpic2.jpg);
  position: absolute;
  bottom: 5.5vw;
  left: 0;
  content: "";
  border-radius: 0.5vw;
  overflow: hidden;
}
.abusbox .abshow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.abusbox .abshow .left {
  width: 60%;
  padding-left: 15%;
  padding-right: 8%;
}
.abusbox .abshow .left .contain-title {
  width: 100%;
  text-align: left;
}
.abusbox .abshow .left .contain-title .cn::after {
  right: auto;
}
.abusbox .abshow .left a {
  margin-top: 8vw;
  display: block;
  background: #F79646;
  border-radius: 0.8vw;
  color: #fff;
  text-align: center;
  width: 9vw;
  line-height: 2.5vw;
  font-size: 1rem;
}
.abusbox .abshow .left .intro {
  margin-top: 5.5vw;
  font-size: 1rem;
  line-height: 1.8;
}
.abusbox .abshow .intro {
  font-size: 0.9vw;
  line-height: 1.5vw;
}
.abusbox .abshow .right {
  width: 40%;
}
.abusbox .abshow .right .pic-box {
  border-radius: 0.5vw;
}
.abusbox .abshow .right .intro {
  line-height: 1.5;
  margin-top: 4vw;
}
.abusbox .right .intro .p1{
  font-size: 24px;
}
.abusbox .right .intro .p2{
  font-size: 17px;
}
.abusbox .right .intro .p3{
  font-size: 15px;
}

.customer::after {
  width: 20vw;
  height: 26vw;
  /* background-image: url(../images/abpic2.jpg); */
  position: absolute;
  bottom: 5.5vw;
  left: 0;
  content: "";
  border-radius: 0.5vw;
  overflow: hidden;
}
.customer .abshow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.customer .abshow .left {
  width: 60%;
  padding-left: 6%;
}
.customer .abshow .left .contain-title {
  width: 100%;
  text-align: left;
}
.customer .abshow .left .contain-title .cn_0{
  font-size: 1.8vw;
}
.customer .abshow .left .contain-title .cn_1{
  font-size: 1.4vw;
}

.customer .abshow .left .contain-title .cn::after {
  right: auto;
}
.customer .abshow .left a {
  margin-top: 3vw;
  display: block;
  background: #F79646;
  border-radius: 0.8vw;
  color: #fff;
  text-align: center;
  width: 9vw;
  line-height: 2.5vw;
  font-size: 1rem;
}
.customer .abshow .left .intro {
  margin-top: 2.5vw;
}
.customer .abshow .intro {
  font-size: 0.9vw;
  line-height: 1.5vw;
}
.customer .abshow .right {
  width: 40%;
}
.customer .abshow .right .pic-box {
  border-radius: 0.5vw;
}
.customer .abshow .right .intro {
  margin-top: 4vw;
}


.prolist {
  margin-top: 4vw;
  width: 100%;
  background-image: url(../images/producbg.jpg);
  height: 42vw;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-start;
  position: relative;
}
.prolist::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.2705882353);
}
.prolist .showbox {
  position: relative;
  z-index: 10;
  width: 25%;
  color: #fff;
  height: 100%;
  padding: 5vw 1.5vw;
  border-right: 1px #fff solid;
  transition: all 0.5s 0s ease;
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
}
.prolist .showbox .tit {
  font-size: 1.6vw;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.prolist .showbox .line {
  width: 3vw;
  height: 0.2vw;
  background-color: #fff;
  margin: 1vw 0;
}
.prolist .showbox .intro {
  height: 0;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.5vw;

}
.prolist .showbox .more {
  opacity: 0;
  width: 100%;
  text-align: left;
}
.prolist .showbox .more img {
  width: 4.5vw;
  height: auto;
}
.prolist .showbox:hover {
  align-items: flex-start;
  background: #F7964670;
}
.prolist .showbox:hover .tit {
  text-align: left;
}
.prolist .showbox:hover .intro {
  height: 12vw;
}
.prolist .showbox:hover .more {
  opacity: 1;
}

.caseshow {
  margin-top: 3vw;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-start;
  height: 33vw;
}
.caseshow .tit {
  font-size: 1.4vw;
  font-weight: bold;
  text-align: center;
}
.caseshow .intro {
  margin-top: 0.5vw;
  font-size: 0.9rem;
  padding: 0 5%;
}
.caseshow .left {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: space-between;
}
.caseshow .left .showbox {
  height: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.caseshow .left .showbox > div {
  margin: 1.5%;
  width: 48%;
  height: 97%;
  border-radius: 1vw;
  transition: all 0.5s 0s ease;
}
.caseshow .left .showbox > div img {
  width: 100%;
  height: 100%;
}
.caseshow .left .showbox .pic-box:hover img {
  transform: scale(1.2);
}
.caseshow .left .showbox .textbox {
  background: #E6EBF1;
  color: #F79646;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
  padding: 1.5vw;
}
.caseshow .left .showbox:nth-child(2) {
  flex-direction: row-reverse;
}
.caseshow .left .showbox:nth-child(2) .textbox {
  background: #F79646;
  color: #fff;
}
.caseshow .left .showbox:nth-child(2) .textbox .intro {
  opacity: 0.8;
  text-align: center;
}
.caseshow .right {
  height: 100%;
  padding-top: 1%;
  position: relative;
}
.caseshow .right .pic-box {
  border-radius: 1vw;
  width: 100%;
  height: 100%;
  transition: all 0.5s 0s ease;
}
.caseshow .right .pic-box:hover img {
  transform: scale(1.2);
}
.caseshow .right .textbox {
  color: #ffffff;
  position: absolute;
  bottom: 5vw;
  text-align: center;
  width: 100%;
}
.caseshow .right .textbox a {
  border: 0.1vw #eee solid;
  font-size: 0.7vw;
  display: block;
  transition: all 0.5s 0s ease;
  border-color: #F79646;
  width: 7.5vw;
  line-height: 2vw;
  text-align: center;
  font-size: 0.8vw;
  margin: 0 auto;
  margin-top: 1.5vw;
  color: #F79646;
}
.caseshow .right .textbox a:hover {
  background: #F79646;
  color: #fff;
}

.newsbox {
  background: #EFEFEF;
}
.newsbox .newshow {
  height: 33.5vw;
  margin-top: 3vw;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.newsbox .newshow .bot {
  margin-top: 1.5vw;
  font-size: 0.7vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.newsbox .newshow .bot .more {
  font-size: 0.8vw;
  color: #F79646;
}
.newsbox .newshow .tit {
  font-size: 1.08vw;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}
.newsbox .newshow .intro {
  font-size: 0.8vw;
  margin-top: 0.5vw;
  line-height: 1.5vw;
overflow: hidden;
text-overflow: ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;

}
.newsbox .newshow .left {
  background: #fff;
  height: 100%;
  border-radius: 1vw;
}
.newsbox .newshow .left .pic-box {
  width: 100%;
  height: 70%;
  border-radius: 1vw;
  transition: all 0.5s 0s ease;
}
.newsbox .newshow .left .pic-box img {
  height: 100%;
}
.newsbox .newshow .left .textbox {
  height: 30%;
  padding: 1vw;
}
.newsbox .newshow .left:hover img {
  transform: scale(1.2);
}
.newsbox .newshow .right {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
  padding-left: 1vw;
}
.newsbox .newshow .right .showbox {
  position: relative;
  border-radius: 0.5vw;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding: 2.2vw 1.5vw;
  background: #fff;
  width: 100%;
  height: 18%;
  transition: height 0.5s 0s ease;
  align-content: center;
  cursor: pointer;
}
.newsbox .newshow .right .showbox .tit {
  width: 100%;
}
.newsbox .newshow .right .showbox .textbox {
  height: 0;
  overflow: hidden;
  display: none;
}
.newsbox .newshow .right .showbox > * {
  position: relative;
  z-index: 2;
}
.newsbox .newshow .right .showbox::after {
  position: absolute;
  width: 0.5vw;
  height: 0.5vw;
  border-top: 1px #333 solid;
  border-right: 1px #333 solid;
  content: "";
  top: 3vw;
  right: 2.6vw;
  transform: rotateZ(-45deg);
  z-index: 2;
}
.newsbox .newshow .right .showbox::before {
  position: absolute;
  width: 0%;
  height: 100%;
  background: #F79646;
  content: "";
  border-radius: 1vw;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s 0s ease;
}
.newsbox .newshow .right .showbox:hover {
  color: #fff;
}
.newsbox .newshow .right .showbox:hover::after {
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  transition: all 0.5s 0.3s ease;
}
.newsbox .newshow .right .showbox:hover::before {
  width: 100%;
}
.newsbox .newshow .right .showbox.active {
  height: 36%;
  align-items: flex-start;
  color: #333 !important;
}
.newsbox .newshow .right .showbox.active::after {
  border-top: 1px #F79646 solid !important;
  border-right: 1px #F79646 solid !important;
  transform: rotateZ(135deg);
  transition: border-color 0.5s 0.3s ease;
  top: 2.5vw;
}
.newsbox .newshow .right .showbox.active::before {
  width: 1% !important;
}
.newsbox .newshow .right .showbox.active .textbox {
  animation: newshow 0.5s ease forwards;
  display: block;
}

@keyframes newshow {
  from {
    height: 0;
  }
  to {
    height: 6vw;
  }
}
@media (max-width: 990px) {
  .contain-title .cn::after {
    bottom: -1.5vw;
    width: 8vw;
  }
  .banner {
    width: 100%;
    height: auto;
  }
  .banner > div {
    height: auto;
  }
  .banner > div > div {
    height: auto;
  }
  .banner .swiper-pagination span {
    width: 1.8vw;
    height: 1.8vw;
  }
  .lead_num b {
    font-size: 3.52vw;
  }
  .lead_num p {
    font-size: 1.62vw;
  }
  .abusbox .abshow .intro {
    font-size: 1.62vw;
    line-height: 3vw;
  }
  .abusbox .abshow .left {
    padding-left: 5%;
    padding-right: 8%;
    width: 55%;
  }
  .abusbox .abshow .left .intro {
    margin-top: 4.5vw;
  }
  .abusbox .abshow .left a {
    font-size: 1.62vw;
    width: 12vw;
  }
  .abusbox .abshow .right {
    width: 45%;
  }
  .abusbox::after {
    display: none;
  }
  .prolist {
    height: 50vw;
  }
  .prolist .showbox .tit {
    font-size: 2.16vw;
  }
  .prolist .showbox .intro {
    font-size: 1.62vw;
    line-height: 3vw;
  }
  .prolist .showbox:hover .intro {
    height: 28vw;
  }
  .prolist .showbox a img {
    width: 6vw;
  }
  .caseshow .tit {
    font-size: 2.16vw;
  }
  .caseshow .intro {
    font-size: 1.6vw;
  }
  .caseshow .right .textbox {
    padding: 0 4vw;
  }
  .caseshow .right .textbox a {
    font-size: 1.2vw;
    width: 9vw;
    line-height: 3vw;
  }
  .newsbox .newshow {
    height: 45vw;
    margin-top: 6vw;
  }
  .newsbox .newshow .tit {
    font-size: 1.92vw;
  }
  .newsbox .newshow .intro {
    font-size: 1.71vw;
    line-height: 2.5vw;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 1.5vw;
  }
  .newsbox .newshow .bot {
    font-size: 1.6vw;
  }
  .newsbox .newshow .bot .more {
    font-size: 1.6vw;
  }
  .newsbox .newshow .left .pic-box {
    height: 65%;
  }
  .newsbox .newshow .left .textbox {
    height: 35%;
  }
  .newsbox .newshow .right .showbox .tit {
    width: 85%;
  }
  .newsbox .newshow .right .showbox::after {
    width: 1vw;
    height: 1vw;
    top: 4vw;
  }
  @keyframes newshow {
    from {
      height: 0;
    }
    to {
      height: 10vw;
    }
  }
}
@media (max-width: 570px) {
  .lead_num {
    padding: 1vw;
    flex-wrap: wrap;
  }
  .lead_num .showbox {
    margin: 2vw 0;
    width: 50%;
  }
  .lead_num .showbox b {
    font-size: 5.5vw;
  }
  .lead_num .showbox p {
    font-size: 2.7vw;
  }
  .abusbox .abshow {
    flex-wrap: wrap;
  }
  .abusbox .abshow .left {
    width: 100%;
  }
  .abusbox .abshow .left .intro {
    font-size: 4vw;
    line-height: 1.8;
    margin-top: 7vw;
  }
  .abusbox .abshow .left a {
    font-size: 0.9rem;
    width: 25vw;
    line-height: 2.3;
    margin-top: 5vw;
  }
  .abusbox .abshow .right {
    margin-top: 4vw;
    width: 100%;
  }
  .abusbox .abshow .right .intro {
    display: none;
  }
  .prolist {
    height: auto;
    flex-wrap: wrap;
    margin-top: 6vw;
  }
  .prolist .showbox {
    width: 100%;
    height: auto;
    border-right: none;
    border-bottom: 1px #fff solid;
    padding: 5vw 4vw;
  }
  .prolist .showbox:hover a {
    height: auto;
  }
  .prolist .showbox a {
    width: auto;
    height: 0;
  }
  .prolist .showbox a img {
    width: 12vw;
  }
  .prolist .showbox .line {
    width: 20vw;
    height: 0.3vw;
  }
  .prolist .showbox .tit {
    font-size: 3.6vw;
  }
  .prolist .showbox .intro {
    font-size: 2.7vw;
    line-height: 5.5vw;
  }
  .caseshow {
    margin-top: 6vw;
    flex-wrap: wrap;
    height: auto;
  }
  .caseshow .intro {
    font-size: 3vw;
    margin-top: 2vw;
  }
  .caseshow .tit {
    font-size: 3.6vw;
  }
  .caseshow .left {
    width: 100%;
  }
  .caseshow .left .showbox {
    height: 40vw;
  }
  .caseshow .left .showbox .textbox {
    padding: 4vw;
  }
  .caseshow .right {
    width: 100%;
    height: auto;
  }
  .caseshow .right .pic-box {
    width: 97%;
    height: auto;
    margin: 1.5%;
  }
  .caseshow .right .textbox {
    padding: 0 6vw;
  }
  .caseshow .right .textbox a {
    margin-top: 5vw;
    font-size: 2.5vw;
    width: 25vw;
    line-height: 5.5vw;
  }
  .newsbox .newshow {
    height: 90vw;
  }
  .newsbox .newshow .left {
    display: none;
  }
  .newsbox .newshow .right .showbox {
    padding: 4vw;
  }
  .newsbox .newshow .right .showbox .tit {
    font-size: 4.2vw;
  }
  .newsbox .newshow .right .showbox::after {
    top: 8.5vw;
    right: 6.5vw;
    height: 2vw;
    width: 2vw;
  }
  .newsbox .newshow .right .showbox.active::after {
    top: 4.5vw;
  }
  .newsbox .newshow .intro {
    font-size: 3vw;
    line-height: 6vw;
  }
  .newsbox .newshow .bot {
    font-size: 3vw;
  }
  .newsbox .newshow .bot .more {
    font-size: 2.7vw;
  }
  @keyframes newshow {
    from {
      height: 0;
    }
    to {
      height: 22vw;
    }
  }

  .customer .abshow{
    display: block;
    flex-direction: column;
  }
  .customer .abshow .right{
      width: 100%;
    }
    .customer .abshow .left .contain-title .cn_0{
      font-size: 1.1rem;
    }
    .customer .abshow .left .contain-title .cn_1{
      font-size: 1rem;
    }
    .customer .abshow .left{
      width: 100%;
      padding-left: 0;
      margin:1rem 0 0 0;
    }
    .customer .abshow .left .intro{
      font-size: 0.88rem;
      line-height: 1.7;
    }
    .customer .abshow .left a{
       font-size: 0.9rem;
        width: 25vw;
        line-height: 2.3;
        margin-top: 5vw;
    }

}