.banner {
  width: 100%;
  height: calc(200px + 30rem);
}

.banner .swiper {
  width: 100%;
  height: 100%;
}

.banner .swiper img {
  width: 100%;
  height: 100%;
}

.company_intro_box {
  width: 100%;
  padding: calc(30px + 5rem) 0;
}

.company_intro {
  max-width: 1420px;
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.company_intro_left {
  width: 40.7746%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: calc(6px + 2rem);
}

.company_intro_left_title {
  font-family: PINGFANG;
  font-weight: 500;
  font-size: calc(4px + 1rem);
  color: #212121;
  margin-top: calc(5px + 0.25rem);
}

.company_intro_left_intro p {
  font-family: PINGFANG;
  font-weight: 400;
  font-size: calc(6px + 0.5rem);
  color: #333333;
  line-height: calc(10px + 1rem);
  text-indent: 3ch;
  text-align: justify;
}

.company_intro_left_more {
  width: calc(48px + 5rem);
  line-height: calc(3px + 2rem);
  background: #E5793B;
  border-radius: 0 calc(1px + 1rem) 0px calc(2px + 1rem);
  font-family: PINGFANG;
  font-weight: 400;
  font-size: calc(8px + 0.5rem);
  color: #FFFFFF;
  text-align: center;
}

.company_intro_left_more span {
  font-family: 黑体;
  padding-left: calc(0px + 0.25rem);
}

.company_intro_pic {
  width: 52.9577%;
  height: calc(112px + 20rem);
}

.company_intro_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_box {
  width: 100%;
  padding-bottom: calc(20px + 5rem);
}

.product {
  max-width: 1420px;
  width: 85%;
  margin: auto;
}

.product_swiper {
  width: 100%;
  margin-top: calc(20px + 2rem);
  overflow: hidden;
}

.product_swiper .swiper-slide {
  width: calc(80px + 30rem);
}

.product_pic {
  width: 100%;
  height: calc(40px + 20rem);
  background: #F6F7F9;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.product_pic img {
  width: calc(74px + 18rem);
  height: calc(12px + 15rem);
  object-fit: cover;
  transition: .5s;
}

.product_pic:hover img {
  transform: scale(1.2);
}

.product_name {
  font-family: PINGFANG;
  font-weight: 500;
  font-size: calc(2px + 1rem);
  color: #333333;
  margin-top: calc(5px + 0.75rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product_name img {
  width: calc(4px + 1rem);
}

.product_pagenation_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(5px + 0.25rem);
  margin-top: calc(15px + 1.5rem);
}

.pro_pagenation_box {
  width: calc(8px + 0.5rem);
  height: calc(8px + 0.5rem);
  border: 1px solid #AAAAAA;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}

.pro_pagenation {
  width: calc(1px + 0.25rem);
  height: calc(1px + 0.25rem);
  background: #AAAAAA;
  border-radius: 50%;
}

.product_pagenation_box .pro_page_active {
  border: 1px #E5793B solid;
}

.product_pagenation_box .pro_page_active div {
  background-color: #E5793B;
}

.pro_sort_box {
  width: 100%;
  padding: calc(6px + 4rem) 0;
  background: #F6F7F9;
}

.pro_sort {
  max-width: 1420px;
  width: 85%;
  margin: auto;
}


.pro_sort_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pro_sort_more {
  width: calc(65px + 5rem);
  height: calc(10px + 2rem);
  border: 2px solid #333333;
  border-left: none;
  border-right: none;
  font-family: PINGFANG;
  font-weight: 400;
  font-size: calc(10px + 0.5rem);
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(4px + 0.25rem);
}

.pro_sort_more img {
  width: calc(9px + 0.5rem);
}

.pro_sort_list_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: calc(20px + 2rem);

}

.pro_sort_list_box a {
  width: 24.0845%;
  height: calc(90px + 20rem);
}

.pro_sort_list {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(10px + 5rem);
  overflow: hidden;
}

.pro_sort_list img {
  width: calc(43px + 15rem);
  height: calc(2px + 10rem);
  object-fit: cover;
  transition: .5s;
}

.pro_sort_list:hover img {
  transform: scale(1.2);
}

.pro_sort_list p {
  font-family: PINGFANG;
  font-weight: 500;
  font-size: calc(2px + 1rem);
  color: #333333;
}

.scene_box {
  width: 100%;
  padding: calc(20px + 5rem) 0;

}

.scene {
  max-width: 1420px;
  width: 85%;
  margin: auto;
}

.scene_card_box {
  display: flex;
  justify-content: space-between;
  margin-top: calc(15px + 2rem);
}

.scene_silde {
  width: 24.0845%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: calc(2px + 0.5rem);
}

.scene_center {
  width: 49.3661%;
  height: calc(152px + 20rem);
  overflow: hidden;
}

.scene_silde_pic {
  width: 100%;
  height: calc(70px + 10rem);
  overflow: hidden;
}

.scene_silde_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

.scene_silde_pic img:hover {
  transform: scale(1.2);
}

.scene_center img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

.scene_center img:hover {
  transform: scale(1.2);
}

.factory_box {
  width: 100%;
  padding: calc(20px + 3rem) 0;
  background: url(../images/image/factory_bg.png) no-repeat;
  background-size: contain;
}

.factory {
  max-width: 1420px;
  width: 85%;
  margin: auto;
  overflow: hidden;
}

.factory_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.factory_right {
  display: flex;
  justify-content: flex-end;
  gap: calc(4px + 1rem);
}

.swiper_prev_next {
  width: calc(3px + 3rem);
  height: calc(3px + 3rem);
  cursor: pointer;
}

.swiper_prev_next img {
  width: 100%;
  height: 100%;
}


.swiper_next img {
  width: 100%;
  height: 100%;
}

.factory_swiper {
  width: 100%;
  margin-top: calc(20px + 2rem);
}

.factory_swiper .swiper-slide {
  width: calc(55px + 20rem);
}

.factory_swiper .swiper-slide .factory_pic {
  width: 100%;
  height: calc(98px + 10rem);
  overflow: hidden;
}

.factory_swiper .swiper-slide .factory_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

.factory_swiper .swiper-slide .factory_pic img:hover {
  transform: scale(1.2);
}

.factory_name {
  font-family: PINGFANG;
  font-weight: 500;
  font-size: calc(2px + 1rem);
  color: #212121;
  text-align: center;
  margin-top: calc(2px + 1rem);
}


.factory_pagenation_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(5px + 0.25rem);
  margin-top: calc(15px + 1.5rem);
}

.fac_pagenation_box {
  width: calc(8px + 0.5rem);
  height: calc(8px + 0.5rem);
  border: 1px solid #AAAAAA;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}

.fac_pagenation {
  width: calc(1px + 0.25rem);
  height: calc(1px + 0.25rem);
  background: #AAAAAA;
  border-radius: 50%;
}

.factory_pagenation_box .fac_page_active {
  border: 1px #E5793B solid;
}

.factory_pagenation_box .fac_page_active div {
  background-color: #E5793B;
}

.contact_box {
  width: 100%;
  padding: calc(20px + 4rem) 0;
  background: url(../images/image/contact_bg.png) no-repeat #F6F7F9;
  background-size: contain;
  background-position: bottom;
}

.contact {
  max-width: 1420px;
  width: 85%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(10px + 0.5rem);
}

.contact p:nth-of-type(1) {
  font-family: PINGFANG;
  font-weight: 400;
  font-size: calc(4px + 2rem);
  color: #333333;

}

.contact p:nth-of-type(2) {
  font-family: PINGFANG;
  font-weight: 400;
  font-size: calc(6px + 0.5rem);
  color: #666666;
  margin-top: calc(5px + 0.5rem);
}

.contact_us {
  width: calc(20px + 4rem);
  line-height: calc(2px + 1.5rem);
  background: #E5793B;
  font-family: PINGFANG;
  font-weight: 400;
  font-size: calc(6px + 0.5rem);
  color: #FFFFFF;
  text-align: center;

}

.factory_right .swiper_prev_next:nth-of-type(2) {
  display: none;
}


.factory_right .swiper_prev_next:nth-of-type(4) {
  display: none;
}
.banner .swiper-slide{
  position: relative;
}
.banner_more{
  width: calc(35px + 5rem);
  line-height: calc(10px + 2rem);
  font-size: calc(8px + 0.5rem);
  color: #ffffff;
  font-family: PINFFANG;
  text-align: center;
  position: absolute;
  top:67%;
  left: 13%;
  background-color: #E5793B;
  border-radius: 5px;
}