.index-swiper {
  width: 100%;
  min-width: 1200px;
  height: 647px;
}
.index-swiper .swiper-wrapper {
  height: 100%;
  width: 100%;
}
.index-swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  width: 100%;
}
.index-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 70px !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 50px;
  height: 6px;
  opacity: 0.3;
  background: #ffffff;
  border-radius: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #258d3a;
}
.tips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
  margin: -50px auto 0 !important;
  position: relative;
  z-index: 1;
}
.tips img {
  height: 263px;
  display: block;
}
.aboutwrap {
  position: relative;
  padding: 60px 0;
}
.aboutwrap .abbgtop {
  position: absolute;
  top: 60px;
  right: 0;
  width: 107px;
  height: 283px;
}
.aboutwrap .abbgbot {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 107px;
  height: 283px;
}
.aboutwrap .about {
  position: relative;
  z-index: 1;
}
.aboutwrap .about .aboutitem {
  justify-content: space-between;
}
.aboutwrap .about .aboutitem + .aboutitem {
  margin-top: 60px;
}
.aboutwrap .about .aboutitem .aboutcont {
  width: 546px;
  flex-direction: column;
}
.aboutwrap .about .aboutitem .aboutcont .lticon {
  width: 10px;
  height: 10px;
  display: block;
  flex-shrink: 0;
}
.aboutwrap .about .aboutitem .aboutcont .abtxt {
  flex: 1;
  padding: 0 50px;
  flex-direction: column;
  justify-content: center;
}
.aboutwrap .about .aboutitem .aboutcont .abtxt .abtt {
  color: #131317;
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
}
.aboutwrap .about .aboutitem .aboutcont .abtxt .aben {
  color: #131317;
  font-weight: 300;
  font-size: 16px;
  margin-top: 4px;
  line-height: 22px;
}
.aboutwrap .about .aboutitem .aboutcont .abtxt .abcont {
  color: #13131770;
  font-size: 14px;
  line-height: 20px;
  margin-top: 30px;
}
.aboutwrap .about .aboutitem .aboutcont .abmore {
  text-align: right;
  height: 40px;
  position: relative;
  padding-right: 20px;
  width: 100%;
  border-bottom: 1px solid #e9f4eb;
}
.aboutwrap .about .aboutitem .aboutcont .abmore a {
  font-weight: 600;
  color: #258d3a;
  font-size: 14px;
  line-height: 20px;
}
.aboutwrap .about .aboutitem .aboutcont .abmore .abmoreicon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  display: block;
}
.aboutwrap .about .aboutitem .abimg {
  width: 596px;
  height: 334px;
  display: block;
}
.productwrap {
  min-width: 1200px;
  background: #f7f7f7;
  padding: 60px 0;
  box-sizing: border-box;
}
.productwrap .product {
  justify-content: space-between;
}
.productwrap .product .prleft {
  width: 245px;
  flex-shrink: 0;
}
.productwrap .product .prleft .lticon {
  width: 10px;
  height: 10px;
  display: block;
  flex-shrink: 0;
}
.productwrap .product .prleft .prcont {
  padding: 20px 0 0 50px;
}
.productwrap .product .prleft .prcont .prtt {
  color: #131317;
  font-weight: 600;
  font-size: 28px;
}
.productwrap .product .prleft .prcont .pren {
  color: #131317;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  margin-top: 4px;
}
.productwrap .product .prleft .properate {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
}
.productwrap .product .prleft .properate .propitem a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  height: 48px;
}
.productwrap .product .prleft .properate .propitem a img {
  width: 24px;
  height: 24px;
  display: block;
}
.productwrap .product .prlist {
  flex: 1;
  margin-left: 57px;
  display: grid;
  grid-template-columns: repeat(3, 294px);
  gap: 8px;
  overflow: hidden;
}
.productwrap .product .prlist .pritem {
  background: #fff;
  text-align: center;
  position: relative;
  height: 358px;
}
.productwrap .product .prlist .pritem:hover {
  background: linear-gradient(123.51deg, #b4181d0d 19.88%, #b4181d00 106.72%), #ffffff;
}
.productwrap .product .prlist .pritem:hover .rbicon {
  opacity: 1;
}
.productwrap .product .prlist .pritem .primg {
  width: 294px;
  height: 294px;
  display: block;
  object-fit: contain;
}
.productwrap .product .prlist .pritem .prname {
  font-weight: bold;
  margin: 14px 0;
  font-size: 14px;
  color: #131317;
  font-weight: 600;
  padding: 0 10px;
}
.productwrap .product .prlist .pritem .rbicon {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
}
.newswrap {
  min-width: 1200px;
  background: #fff;
  padding: 60px 0;
  box-sizing: border-box;
}
.newswrap .news {
  justify-content: space-between;
}
.newswrap .news .newsleft {
  width: 245px;
  flex-shrink: 0;
}
.newswrap .news .newsleft .lticon {
  width: 10px;
  height: 10px;
  display: block;
  flex-shrink: 0;
}
.newswrap .news .newsleft .newscont {
  padding: 20px 0 0 50px;
}
.newswrap .news .newsleft .newscont .newstt {
  color: #131317;
  font-weight: 600;
  font-size: 28px;
}
.newswrap .news .newsleft .newscont .newsen {
  color: #131317;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  margin-top: 4px;
}
.newswrap .news .newslist {
  flex: 1;
  margin-left: 57px;
  display: grid;
  margin-top: 40px;
  grid-template-columns: repeat(2, 445px);
  gap: 8px;
}
.newswrap .news .newslist .newsitem {
  align-items: center;
}
.newswrap .news .newslist .newsitem .time {
  padding: 14px 16px 12px 16px;
  border-top: 1px solid #258d3a;
  flex-shrink: 0;
  min-width: 75px;
  font-size: 14px;
  line-height: 20px;
  color: #131317;
}
.newswrap .news .newslist .newsitem .title {
  font-size: 14px;
  line-height: 20px;
  flex: 1;
  color: #13131770;
  padding: 14px 16px 12px 16px;
  border-top: 1px solid #258d3a1a;
}
.newswrap .newmorewrap {
  justify-content: flex-end;
}
.newswrap .newmorewrap .newmore {
  display: flex;
  align-items: center;
  width: max-content;
  margin-top: 37px;
  padding: 12px 36px;
  background: #258d3a;
  font-size: 12px;
  color: #fff;
}
.newswrap .newmorewrap .newmore img {
  width: 13px;
  height: 13px;
  display: block;
  margin-left: 4px;
}
.factorywrap {
  min-width: 1200px;
  background: #f7f7f7;
  padding: 60px 0;
  box-sizing: border-box;
}
.factorywrap .factory {
  justify-content: space-between;
}
.factorywrap .factory .faleft {
  width: 245px;
  flex-shrink: 0;
}
.factorywrap .factory .faleft .lticon {
  width: 10px;
  height: 10px;
  display: block;
  flex-shrink: 0;
}
.factorywrap .factory .faleft .facont {
  padding: 20px 0 0 50px;
}
.factorywrap .factory .faleft .facont .fatt {
  color: #131317;
  font-weight: 600;
  font-size: 28px;
}
.factorywrap .factory .faleft .facont .faen {
  color: #131317;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  margin-top: 4px;
}
.factorywrap .factory .falist {
  flex: 1;
  margin-left: 57px;
  overflow: hidden;
}
.factorywrap .factory .falist .faitem {
  background: #fff;
  text-align: center;
  position: relative;
  height: 295px;
}
.factorywrap .factory .falist .faitem .faimg {
  width: 440px;
  height: 247px;
  display: block;
  object-fit: contain;
}
.factorywrap .factory .falist .faitem .faname {
  font-weight: bold;
  margin: 14px 0;
  font-size: 14px;
  color: #131317;
  font-weight: 600;
  padding: 0 10px;
}
.factorywrap .factory .falist .faitem .rbicon {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
}
.activitywrap {
  min-width: 1200px;
  background: #fff;
  padding: 60px 0;
  box-sizing: border-box;
  background: url(../images/index/hd_bg.png) no-repeat center / cover;
}
.activitywrap .activity {
  justify-content: space-between;
}
.activitywrap .activity .actleft {
  width: 245px;
  flex-shrink: 0;
}
.activitywrap .activity .actleft .lticon {
  width: 10px;
  height: 10px;
  display: block;
  flex-shrink: 0;
}
.activitywrap .activity .actleft .actcont {
  padding: 20px 0 0 50px;
}
.activitywrap .activity .actleft .actcont .acttt {
  color: #fff;
  font-weight: 600;
  font-size: 28px;
}
.activitywrap .activity .actleft .actcont .acten {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  margin-top: 4px;
}
.activitywrap .activity .swiper-container2 {
  flex: 1;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 294px);
  grid-gap: 8px;
}
.activitywrap .activity .swiper-container2 .swiper-slide {
  height: 162px;
}
.activitywrap .activity .swiper-container2 .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}
.indexfixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  flex-direction: column;
  align-items: flex-end;
}
.indexfixed .icontactwrap {
  display: flex;
  padding: 30px 20px 10px 20px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 5px 50px #2b523b33;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.indexfixed .icontactwrap .ctactimg {
  position: absolute;
  top: -92px;
  left: 50%;
  transform: translateX(-50%);
  width: 154px;
  height: 154px;
  display: block;
}
.indexfixed .icontactwrap .contactlist {
  position: relative;
  z-index: 1;
}
.indexfixed .icontactwrap .contactlist .contactItem a {
  cursor: pointer;
  min-width: 149px;
  box-sizing: border-box;
  padding: 12px 24px;
  background: #f7f7f7;
  font-size: 14px;
  color: #131317;
  align-items: center;
  justify-self: center;
}
.indexfixed .icontactwrap .contactlist .contactItem + .contactItem {
  margin-top: 8px;
}
.indexfixed .icontactwrap .contactlist .contactItem img {
  width: 26px;
  height: 26px;
  display: block;
  margin-right: 8px;
}
.indexfixed .icontactwrap .indexdelimg {
  margin-top: 8px;
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
}
.indexfixed .formwrap {
  margin-top: 12px;
  box-shadow: 0px 5px 50px #2b523b33;
}
.indexfixed .formwrap .formtop {
  align-items: center;
  padding: 14px 20px 13px 30px;
  background: #258d3a;
}
.indexfixed .formwrap .formtop .lyicon {
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}
.indexfixed .formwrap .formtop .lytit {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-left: 8px;
  flex: 1;
}
.indexfixed .formwrap .formtop .iconwrap {
  padding: 4px;
  background: #ffffff33;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.indexfixed .formwrap .formtop .iconwrap .indexlyricon {
  width: 16px;
  height: 16px;
  display: block;
  transition: all 0.5s;
}
.indexfixed .formwrap .formtop .iconwrap .indexlyriconAct {
  transform: rotate(180deg);
}
.indexfixed .formwrap .ffwrap {
  height: 426px;
  transition: all 0.5s;
}
.indexfixed .formwrap .ffwrap.ffnone {
  overflow: hidden;
  height: 0;
}
.indexfixed .formwrap .ffwrap .form {
  padding: 24px;
  background: #ffffff;
}
.indexfixed .formwrap .ffwrap .form .formtit {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}
.indexfixed .formwrap .ffwrap .form .formtit span {
  color: #b4181d;
}
.indexfixed .formwrap .ffwrap .form .formtit.mt16 {
  margin-top: 16px;
}
.indexfixed .formwrap .ffwrap .form .input {
  padding: 16px 24px;
  border: 1px solid #f3f3f3;
  background: #f7f7f7;
  height: 20px;
  width: 272px;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 16px;
  border-left: 3px solid #b4181d;
  display: block;
}
.indexfixed .formwrap .ffwrap .form .input.textarea {
  height: 60px;
  resize: none;
}
.indexfixed .formwrap .ffwrap .form .place {
  color: #13131735;
}
.indexfixed .formwrap .ffwrap .form .save {
  width: max-content;
  cursor: pointer;
  padding: 12px 50px;
  background: #258d3a;
  margin: 30px auto 0;
  align-items: center;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
.indexfixed .formwrap .ffwrap .form .save img {
  width: 15px;
  height: 15px;
  display: block;
  margin-left: 8px;
}
.emailWrap {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}
.emailWrap .efwrap {
  margin-top: 12px;
  box-shadow: 0px 5px 50px #2b523b33;
}
.emailWrap .efwrap .eftop {
  align-items: center;
  padding: 14px 16px;
  background: #258d3a;
}
.emailWrap .efwrap .eftop .eficon {
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}
.emailWrap .efwrap .eftop .eftit {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-left: 8px;
  flex: 1;
}
.emailWrap .efwrap .eftop .efiicon {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: block;
  transition: all 0.5s;
}
.emailWrap .efwrap .eewrap {
  height: 426px;
  transition: all 0.5s;
}
.emailWrap .efwrap .eewrap .iform {
  padding: 24px;
  background: #ffffff;
}
.emailWrap .efwrap .eewrap .iform .formtit {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}
.emailWrap .efwrap .eewrap .iform .formtit span {
  color: #b4181d;
}
.emailWrap .efwrap .eewrap .iform .formtit.mt16 {
  margin-top: 16px;
}
.emailWrap .efwrap .eewrap .iform .input {
  padding: 16px 24px;
  border: 1px solid #f3f3f3;
  background: #f7f7f7;
  height: 20px;
  line-height: 20px;
  width: 436px;
  font-size: 14px;
  margin-bottom: 16px;
  border-left: 3px solid #b4181d;
  display: block;
}
.emailWrap .efwrap .eewrap .iform .input.textarea {
  height: 60px;
  resize: none;
}
.emailWrap .efwrap .eewrap .iform .place {
  color: #13131735;
}
.emailWrap .efwrap .eewrap .iform .save {
  width: max-content;
  cursor: pointer;
  padding: 12px 50px;
  background: #258d3a;
  margin: 30px auto 0;
  align-items: center;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
.emailWrap .efwrap .eewrap .iform .save img {
  width: 15px;
  height: 15px;
  display: block;
  margin-left: 8px;
}
