main .banner .homebanner {
  width: 100%;
  height: 100vh;
  position: relative;
}
main .banner .homebanner .swiper-slide {
  position: relative;
}
main .banner .homebanner .swiper-slide img,
main .banner .homebanner .swiper-slide video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  transition: all 1s ease;
}
main .banner .homebanner .swiper-slide .p_info_fivebox {
  position: absolute;
  top: 45%;
  left: 40%;
  width: 67%;
  z-index: 22;
  transform: translate(-50%, -50%);
}
main .banner .homebanner .swiper-slide .p_info_fivebox .p_entitle {
  color: #ff0000;
  font-size: 17px;
  font-family: "6d5f00f6-3c26-47fd-b3fa-0f78768daa4c";
  line-height: 1.6;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0);
  transition: all ease 2s 0.5s;
  opacity: 0;
  transform: translateY(40px);
}
main .banner .homebanner .swiper-slide .p_info_fivebox .p_btitle {
  color: #ff0000;
  font-size: 4vw;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0);
  transition: all ease 2s 0.7s;
  opacity: 0;
  transform: translateY(40px);
}
main .banner .homebanner .swiper-slide .p_info_fivebox .p_cspan {
  position: relative;
  margin-top: 10px;
  display: block;
  transition: allease 2s 0.8s;
  opacity: 0;
  transform: translateY(40px);
}
main .banner .homebanner .swiper-slide .p_info_fivebox .p_cspan::before {
  content: '';
  width: 60px;
  height: 2px;
  border-radius: 0;
  background: #ff0000;
  display: inline-block;
}
main .banner .homebanner .swiper-slide .p_info_fivebox .p_summary {
  max-width: 640px;
  color: #ffffff;
  font-size: 0.975vw;
  padding: 30px;
  background: rgba(229, 0, 0, 0.7);
  line-height: 1.6;
  margin-top: 20px;
  transition: all ease 2s 1s;
  opacity: 0;
  transform: translateY(40px);
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0);
}
main .banner .homebanner .swiper-slide::after {
  content: "";
  position: absolute;
  display: block;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 999;
  top: 0;
  left: 0;
}
main .banner .homebanner .swiper-slide-active .p_info_fivebox .p_entitle,
main .banner .homebanner .swiper-slide-active .p_info_fivebox .p_btitle,
main .banner .homebanner .swiper-slide-active .p_info_fivebox .p_cspan,
main .banner .homebanner .swiper-slide-active .p_info_fivebox .p_summary {
  opacity: 1;
  transform: translateY(0px);
}
main .banner .homebanner .p_arr {
  max-width: 120px;
  width: 100%;
  position: absolute;
  right: 7%;
  bottom: 40px;
  height: auto;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}
main .banner .homebanner .p_arr .swiper-button-prev,
main .banner .homebanner .p_arr .swiper-button-next {
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  height: 50px;
  width: 50px;
  transition: allease 0.3s;
  position: static;
  background-image: none;
  margin: 0px 20px 0px 0px;
  transition: all 0.7s ease;
}
main .banner .homebanner .p_arr .swiper-button-prev:hover,
main .banner .homebanner .p_arr .swiper-button-next:hover {
  background: #f08300;
  border: 1px solid #f08300;
}
main .banner .homebanner .p_arr .swiper-button-next {
  margin: auto;
}
main .banner .homebanner .p_arr .swiper-button-prev::after,
main .banner .homebanner .p_arr .swiper-button-next::after {
  font-size: 16px;
}
main .banner .homebanner .swiper-pagination {
  position: absolute;
  display: flex;
  flex-direction: row;
  top: auto;
  right: auto;
  transform: translate(50%, -50%);
  left: 7%;
  width: auto;
  height: auto;
  bottom: 40px;
}
main .banner .homebanner .swiper-pagination .swiper-pagination-bullet {
  margin: 3px 5px !important;
  background: hsla(0, 0%, 100%, 0.4);
  opacity: 1;
  width: 10px;
  height: 10px;
  transition: all ease 0.3s;
}
main .banner .homebanner .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 15px;
  background: #ffffff;
}
main .banner .homebanner .p_scrool {
  position: absolute;
  left: calc((100% - 90px) / 2);
  bottom: 40px;
  color: #fff;
  width: 90px;
  z-index: 10;
  font-size: 12px;
}
main .banner .homebanner .p_scrool i {
  display: block;
  width: 20px;
  height: 30px;
  margin: 0 auto;
  border-radius: 12px;
  border: 2px #fff solid;
  position: relative;
}
main .banner .homebanner .p_scrool i:before {
  content: "";
  display: block;
  width: 4px;
  height: 10px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 3px;
  animation: scrollmouse 2s linear infinite;
}
@keyframes scrollmouse {
  from {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  to {
    transform: translate(-50%, 10px);
    opacity: 0;
  }
}
main .banner .homebanner .p_scrool span {
  text-transform: uppercase;
  color: #fff;
  display: block;
  font-family: arial;
  line-height: 20px;
  margin-top: 12px;
}
main .products {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding-top: 3%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
main .products .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3%;
}
main .products .tit .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
main .products .tit .left h1 {
  line-height: 1;
  font-size: 36px;
  color: #111111;
  font-family: Microsoft YaHei;
  font-weight: bold;
  border-left: #d50000 6px solid;
  padding-left: 1%;
  margin-bottom: 4%;
}
main .products .tit .left p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  font-family: arial !important;
  color: #000;
}
main .products .tit .right {
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #000000;
  transition: all ease 0.3s;
}
main .products .tit .right:hover {
  color: #fff;
  border: 1px solid #d50000;
  background-color: #d50000;
}
main .products .homeproducts {
  width: 100%;
  height: 540px;
  transition: all 1s ease;
  margin-bottom: 5%;
  position: relative;
}
main .products .homeproducts .swiper-slide {
  width: 100%;
  height: 100%;
}
main .products .homeproducts .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .products .homeproducts .litsp {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  background-color: #d50000;
  height: 100%;
}
main .products .homeproducts .litsp .swiper-wrapper .swiper-slide {
  cursor: pointer;
  padding-left: 2%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 1s ease;
}
main .products .homeproducts .litsp .swiper-wrapper .swiper-slide-thumb-active {
  background-color: #970808;
}
main .indusyry {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  margin-bottom: 5%;
}
main .indusyry .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3%;
}
main .indusyry .tit .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  width: 50%;
}
main .indusyry .tit .left h1 {
  line-height: 1;
  font-size: 36px;
  color: #111111;
  font-family: Microsoft YaHei;
  font-weight: bold;
  margin-bottom: 2%;
}
main .indusyry .tit .left .s_line {
  height: 5px;
  background-color: #d50000;
  width: 7%;
}
main .indusyry .tit .right {
  box-sizing: border-box;
  padding: 10px 40px;
  font-size: 14px;
  border: 1px solid #000000;
  transition: all ease 0.3s;
}
main .indusyry .tit .right:hover {
  color: #fff;
  border: 1px solid #d50000;
  background-color: #d50000;
}
main .indusyry .about {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  border-top-left-radius: 3rem;
  overflow: hidden;
}
main .indusyry .about .left {
  width: 60%;
  border-bottom-left-radius: 3rem;
  height: 100%;
  box-sizing: border-box;
  margin: 2% 3%;
}
main .indusyry .about .left h1 {
  font-size: 60px;
  font-weight: bold;
  color: #cbcbcb;
  margin-bottom: 5px;
}
main .indusyry .about .left p {
  color: #000000;
  font-size: 30px;
}
main .indusyry .about .left div {
  margin-bottom: 30px;
}
main .indusyry .about .left div p {
  margin-top: 20px;
  font-size: 14px;
  color: #000000;
  line-height: 2;
}
main .indusyry .about .left a {
  box-sizing: border-box;
  padding: 10px 50px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #d50000;
  background-color: #d50000;
  border-radius: 4px;
  transition: all ease 0.3s;
}
main .indusyry .about .left a:hover {
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
}
main .indusyry .about .right {
  width: 40%;
  height: 100%;
}
main .indusyry .about .right .aboutimg {
  width: 100%;
  height: 100%;
  position: relative;
}
main .indusyry .about .right .aboutimg .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
main .indusyry .about .right .aboutimg .swiper-pagination1 {
  position: absolute;
  z-index: 999;
  bottom: 20px;
  display: flex;
  justify-content: center;
}
main .indusyry .about .right .aboutimg .swiper-pagination1 .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 0.8;
}
main .indusyry .about .right .aboutimg .swiper-pagination1 .swiper-pagination-bullet-active {
  background-color: #d50000;
  opacity: 1;
}
main .clp {
  height: 500px;
  width: 100%;
  background-image: url('../imgs/clp.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}
main .clp .z {
  padding: 5%;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(225, 0, 0, 0.7);
  font-weight: bold;
  color: #fff;
}
main .clp .z p {
  font-size: 36px;
  margin-bottom: 3%;
}
main .clp .z a {
  font-size: 18px;
  color: #fff;
  padding: 1% 2%;
  border: 1px solid #fff;
  transition: all ease 0.3s;
}
main .clp .z a:hover {
  background-color: #000;
  border: 1px solid #000;
}
main .bg {
  padding: 5% 0 3% 0;
  background-color: #f5f5f5;
}
main .news {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
main .news .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3%;
}
main .news .tit .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
main .news .tit .left h1 {
  line-height: 1;
  font-size: 36px;
  color: #111111;
  font-family: Microsoft YaHei;
  font-weight: bold;
  border-left: #d50000 6px solid;
  padding-left: 1%;
}
main .news .tit .right {
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 14px;
  border: 1px solid #000000;
  transition: all ease 0.3s;
}
main .news .tit .right:hover {
  color: #fff;
  border: 1px solid #d50000;
  background-color: #d50000;
}
main .news .bigbox {
  display: flex;
  flex-wrap: wrap;
}
main .news .bigbox a {
  width: 48%;
  display: flex;
  margin-right: 2%;
  margin-bottom: 2%;
}
main .news .bigbox a .img {
  width: 30%;
  overflow: hidden;
}
main .news .bigbox a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
}
main .news .bigbox a .text {
  background-color: #fff;
  width: 70%;
  box-sizing: border-box;
  padding: 3% 7%;
  display: flex;
  flex-direction: column;
}
main .news .bigbox a .text h1 {
  transition: all ease 0.3s;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main .news .bigbox a .text .date {
  font-size: 16px;
  margin-bottom: 5px;
}
main .news .bigbox a .text .more {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 2;
  color: #666;
  font-size: 14px;
}
main .news .bigbox a:hover .img img {
  transform: scale(1.2);
  transition: 0.6s;
}
main .news .bigbox a:hover .text h1 {
  color: #0075cc;
}
main .news .bigbox a:nth-child(2n) {
  margin-right: 0;
}
main .bgw {
  padding: 2% 0;
  background-color: #fff;
}
main .bgw .hz {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
main .bgw .hz .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3%;
}
main .bgw .hz .tit .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
main .bgw .hz .tit .left h1 {
  line-height: 1;
  font-size: 36px;
  color: #111111;
  font-family: Microsoft YaHei;
  font-weight: bold;
  border-left: #d50000 6px solid;
  padding-left: 1%;
}
main .bgw .hz .tit .right {
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 14px;
  border: 1px solid #000000;
  transition: all ease 0.3s;
}
main .bgw .hz .tit .right:hover {
  color: #fff;
  border: 1px solid #d50000;
  background-color: #d50000;
}
main .bgw .hz .biglogo {
  width: 100%;
  overflow: hidden;
}
main .bgw .hz .biglogo .swiper-wrapper .swiper-slide {
  display: flex;
}
main .bgw .hz .biglogo .swiper-wrapper .swiper-slide img {
  width: 19%;
  margin-right: 1%;
}
main .bgw .hz .biglogo .swiper-wrapper .swiper-slide img:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 1280px) {
  main .products {
    padding: 5%;
  }
  main .products .homeproducts {
    margin-bottom: 0;
  }
  main .products .homeproducts .litsp .swiper-wrapper .swiper-slide {
    padding-left: 5%;
    font-size: 14px;
  }
  main .indusyry {
    padding: 5%;
    padding-top: 0;
  }
}
@media screen and (max-width: 970px) {
  main {
    margin-top: 47px;
  }
  main .banner .homebanner {
    height: auto;
  }
  main .banner .homebanner .swiper-slide img,
  main .banner .homebanner .swiper-slide video {
    width: 100%;
    height: 430px;
  }
  main .banner .homebanner .swiper-slide .p_info_fivebox {
    position: absolute;
    top: 14%;
    left: 0;
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    z-index: 22;
    transform: none;
  }
  main .banner .homebanner .swiper-slide .p_info_fivebox .p_entitle {
    font-size: 18px;
  }
  main .banner .homebanner .swiper-slide .p_info_fivebox .p_btitle {
    font-size: 16px;
  }
  main .banner .homebanner .swiper-slide .p_info_fivebox .p_summary {
    font-size: 14px;
  }
  main .banner .homebanner .p_arr,
  main .banner .homebanner .p_scrool,
  main .banner .homebanner .swiper-pagination {
    display: none;
  }
  main .products .tit {
    margin-bottom: 5%;
    flex-direction: column;
  }
  main .products .tit .left {
    width: 100%;
    margin-bottom: 2%;
  }
  main .products .tit .left h1 {
    font-size: 20px;
    padding-left: 2%;
    margin-bottom: 2%;
  }
  main .products .tit .right {
    width: 100%;
    text-align: center;
  }
  main .products .homeproducts {
    height: 340px;
  }
  main .products .homeproducts .litsp {
    height: 20%;
    width: 100%;
  }
  main .products .homeproducts .litsp .swiper-wrapper .swiper-slide {
    padding-left: 0;
    font-size: 12px;
    text-align: center;
  }
  main .products .homeproducts .litsp .swiper-wrapper .swiper-slide p {
    width: 100%;
  }
  main .indusyry {
    padding-bottom: 5%;
  }
  main .indusyry .tit .left {
    width: 100%;
  }
  main .indusyry .tit .left h1 {
    font-size: 20px;
    margin-bottom: 2%;
  }
  main .indusyry .tit .right {
    display: none;
  }
  main .indusyry .about {
    flex-direction: column;
  }
  main .indusyry .about .left {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 5%;
  }
  main .indusyry .about .left h1 {
    font-size: 24px;
    margin-bottom: 2%;
  }
  main .indusyry .about .left p {
    font-size: 18px;
    margin-bottom: 2%;
  }
  main .indusyry .about .left div p {
    margin-top: 0;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 0;
  }
  main .indusyry .about .left a {
    text-align: center;
  }
  main .indusyry .about .right {
    width: 100%;
  }
  main .clp {
    padding: 5%;
    width: 100%;
    box-sizing: border-box;
  }
  main .clp .z {
    padding: 5%;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
  }
  main .clp .z p {
    line-height: 1.5;
    text-align: center;
    font-size: 20px;
    margin-bottom: 45px;
  }
  main .clp .z a {
    font-size: 14px;
    width: 80%;
    box-sizing: border-box;
    text-align: center;
    padding: 5% 0;
  }
  main .news {
    width: 100%;
    box-sizing: border-box;
    padding: 5%;
  }
  main .news .tit {
    margin-bottom: 5%;
    flex-direction: column;
  }
  main .news .tit .left {
    width: 100%;
    margin-bottom: 2%;
  }
  main .news .tit .left h1 {
    font-size: 20px;
    padding-left: 2%;
    margin-bottom: 2%;
  }
  main .news .tit .right {
    width: 100%;
    text-align: center;
  }
  main .news .bigbox {
    flex-direction: column;
  }
  main .news .bigbox a {
    width: 100%;
    flex-direction: column;
    margin: 0;
    margin-bottom: 5%;
  }
  main .news .bigbox a .img {
    height: 200px;
    width: 100%;
  }
  main .news .bigbox a .text {
    padding: 5%;
    width: 100%;
  }
  main .news .bigbox a .text h1 {
    margin-bottom: 2%;
  }
  main .news .bigbox a .text .date {
    margin-bottom: 5%;
  }
  main .bgw {
    width: 100%;
    box-sizing: border-box;
    padding: 5%;
  }
  main .bgw .hz {
    width: 100%;
  }
  main .bgw .hz .tit {
    margin-bottom: 5%;
    flex-direction: column;
  }
  main .bgw .hz .tit .left {
    width: 100%;
    margin-bottom: 2%;
  }
  main .bgw .hz .tit .left h1 {
    font-size: 20px;
    padding-left: 2%;
    margin-bottom: 2%;
  }
  main .bgw .hz .tit .right {
    width: 100%;
    text-align: center;
  }
  main .bgw .hz .biglogo .swiper-wrapper .swiper-slide img {
    width: 49%;
    margin-right: 1%;
  }
}
